@charset "utf-8";

:root {
    --color-point: #1632A0; /* 포인트 컬러 */
    --point-font: 'Pretendard';
}

a { display:inline-block; border: none; margin: 0; padding: 0; background-color: transparent; cursor: pointer; color: var(--color-basic); font-size: inherit; }
a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none; }

select.basic-select,
input.basic-input {
    font-size: 14px;
}


/* 공통 */
.board-btn-area {
    position: relative;
    text-align: center;
    font-size: 0;
}

.board-btn-area .btnbo {
    all: unset;
    display: inline-block;
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
    margin: 2px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #333;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.board-btn-area .btnbo.btnbo-list {
    background-color: #f8f8f8;
    color: #666;
}

.board-btn-area .btnbo.btnbo-setting {
    background-color: #FF2E2E;
}

.board-btn-area .btnbo.btnbo-write {
    background-color: #2670BF;
}

@media screen and (min-width: 979px) {
    .board-btn-area {
        text-align: right;
    }

    .board-btn-area .btnbo {
        height: 36px;
        line-height: 34px;
        margin: 0 2px;
    }
}


/* 게시판 리스트 */
.dcafein-bo-list {
    position: relative;
    font-size: 14px;
}

.dcafein-bo-list .dcafein-category {
    position: relative;
    margin-bottom: 20px;
}

.dcafein-bo-list .dcafein-category ul li {
    width: 50%;
}

.dcafein-bo-list .dcafein-category ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    margin: 1px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    color: #666;
    font-family: var(--font-point);
}

.dcafein-bo-list .dcafein-category ul li a#bo_cate_on {
    background-color: var(--color-point);
    color: #fff;
    font-weight: 700;
}

.totalnum-search-area {
    position: relative;
    padding: 10px;
    margin: 0 -20px 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
    text-align: center;
}

.totalnum-search-area .total-num {
    margin-bottom: 10px;
}

.totalnum-search-area .total-num small {
    color: #666;
}

.totalnum-search-area .board-search-box .basic-select {
    display: none;
    font-size: 14px;
}

.totalnum-search-area .board-search-box .sch_bar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.totalnum-search-area .board-search-box .sch_bar .basic-input {
    flex-grow: 1;
    border-right: none;
    background-color: #f8f8f8;
    font-size: 14px;
}

.totalnum-search-area .board-search-box .sch_bar .sch_btn {
    flex-shrink: 0;
	width: 50px;
    height: 36px;
    line-height: 36px;
    border: none;
    margin: 0;
    background-color: var(--color-point);
    color: #fff;
}

.basic-board-list {
    position: relative;
    margin-bottom: 30px;
}

.basic-board-list .list_tbl {
    border-top: 1px solid #333;
}

.basic-board-list .list_tbl th,
.basic-board-list .list_tbl td {
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
}

.basic-board-list .list_tbl thead {
    display: none;
}


.basic-board-list .list_tbl thead th,
.basic-board-list .list_tbl thead td {
    font-family: var(--point-font);
}

.basic-board-list .list_tbl tr.bo_notice th,
.basic-board-list .list_tbl tr.bo_notice td {
    background-color: #eff9fd;
}

.basic-board-list .list_tbl .chk-box {
    width: 40px;
    padding: 10px 0;
    text-align: center;
}

.basic-board-list .list_tbl .no,
.basic-board-list .list_tbl .cate,
.basic-board-list .list_tbl .writer,
.basic-board-list .list_tbl .state,
.basic-board-list .list_tbl .file,
.basic-board-list .list_tbl .hit,
.basic-board-list .list_tbl .date {
    display: none;
}

.basic-board-list .list_tbl a.bo-cate-btn {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    color: var(--color-point);
}

.basic-board-list .list_tbl .icobox {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-left: 4px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    border-radius: 3px;
}

.basic-board-list .list_tbl .icobox.secret_icon {
    background-color: #333;
    color: #fff;
}

.basic-board-list .list_tbl .icobox.new_icon {
    background-color: #F19F39;
    color: #fff;
    font-weight: bold;
}

.basic-board-list .list_tbl .icobox.cnt_icon {
    color: #999;
}

.basic-board-list .list_tbl .bo-name-hit-date {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.basic-board-list .list_tbl .bo-name-hit-date span.bnhd {
    display: inline-block;
    margin-right: 15px;
}

.board-pagenation  {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0;
}

.board-pagenation .pg_wrap {
    all: unset;
}

.board-pagenation .pg_wrap strong,
.board-pagenation .pg_wrap a {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid rgba(0,0,0,0);
    background-color: #fff;
    margin: 0 1px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.board-pagenation .pg_wrap strong.pg_current,
.board-pagenation .pg_wrap a.pg_page.pg_end,
.board-pagenation .pg_wrap a.pg_page.pg_start {
    border: 1px solid rgba(0,0,0,0.1);
}

.board-pagenation .pg_wrap strong.pg_current:after,
.board-pagenation .pg_wrap a.pg_page:not(.pg_end,.pg_start)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 2px;
    background-color: var(--color-point);
    opacity: 0;
    content: '';
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.board-pagenation .pg_wrap strong.pg_current:after,
.board-pagenation .pg_wrap a.pg_page:hover::after {
    left: 0;
    width: 100%;
    opacity: 1;
}

.board-pagenation .pg_wrap strong.pg_current {
    color: var(--color-point);
}

.board-pagenation .pg_wrap a.pg_page:not(.pg_end,.pg_start) {
    display: none;
}

@media screen and (min-width: 639px) {
    .dcafein-bo-list .dcafein-category ul li {
        width: 33.3333%;
    }

    .totalnum-search-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin: 0 0 20px;
        background: transparent;
    }

    .totalnum-search-area .total-num {
        width: 30%;
        margin: 0;
        text-align: left;
    }

    .totalnum-search-area .board-search-box {
        width: 60%;
    }

    .totalnum-search-area .board-search-box .sch_bar .basic-input {
        border-radius: 18px 0 0 18px;
    }

    .totalnum-search-area .board-search-box .sch_bar .sch_btn {
        width: 70px;
        line-height: 1;
        border-radius: 0 18px 18px 0;
    }

    .board-pagenation .pg_wrap strong,
    .board-pagenation .pg_wrap a {
        min-width: 36px;
        height: 36px;
        line-height: 34px;
        font-size: 14px;
    }

    .board-pagenation .pg_wrap a.pg_page:not(.pg_end,.pg_start) {
        display: inline-block;
    }
}

@media screen and (min-width: 767px) {
    .dcafein-bo-list {
        position: relative;
        font-size: 16px;
    }

    .basic-board-list .list_tbl th,
    .basic-board-list .list_tbl td {
        font-size: 16px;
    }

    .dcafein-bo-list .dcafein-category ul li {
        width: 25%;
    }

    .dcafein-bo-list .dcafein-category ul li a {
        padding: 12px 10px;
        border-radius: 2px;
        text-align: center;
    }
}

@media screen and (min-width: 979px) {
    .dcafein-bo-list .dcafein-category ul li {
        width: 20%;
    }

    .totalnum-search-area {
        padding: 0 10px;
    }

    .totalnum-search-area .total-num {
        width: 50%;
    }

    .totalnum-search-area .board-search-box {
        width: 35%;
    }

    .totalnum-search-area .board-search-box .sch_bar .basic-input {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        border-radius: 20px 0 0 20px;
    }

    .totalnum-search-area .board-search-box .sch_bar .sch_btn {
        height: 40px;
        line-height: 38px;
        border-radius: 0 20px 20px 0;
    }

    .basic-board-list .list_tbl th,
    .basic-board-list .list_tbl td {
        padding: 25px 10px;
        text-align: center;
    }

    .basic-board-list .list_tbl thead {
        display: table-header-group;
    }

    .basic-board-list .list_tbl thead th,
    .basic-board-list .list_tbl thead td {
        font-weight: bold;
    }

    .basic-board-list .list_tbl .chk-box {
        width: 40px;
        text-align: right;
    }
    
    .basic-board-list .list_tbl .no,
    .basic-board-list .list_tbl .cate,
    .basic-board-list .list_tbl .writer,
    .basic-board-list .list_tbl .file,
    .basic-board-list .list_tbl .state,
    .basic-board-list .list_tbl .hit,
    .basic-board-list .list_tbl .date {
        display: table-cell;
    }
    
    .basic-board-list .list_tbl .no {
        width: 80px;
    }

    .basic-board-list .list_tbl .file {
        width: 60px;
    }

    .basic-board-list .list_tbl .cate {
        display: none;
        width: 120px;
    }

    .basic-board-list .list_tbl .cate a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

    .basic-board-list .list_tbl .writer {
        width: 140px;
    }

    .basic-board-list .list_tbl .hit {
        width: 80px;
    }

    .basic-board-list .list_tbl .state,
    .basic-board-list .list_tbl .date {
        width: 120px;
    }

    .basic-board-list .list_tbl .subject {
        padding: 15px 20px;
    }

    .basic-board-list .list_tbl .subject .bo-cate-btn,
    .basic-board-list .list_tbl .subject .bo-name-hit-date {
        display: none;
    }

    .basic-board-list .list_tbl tbody tr:hover th,
    .basic-board-list .list_tbl tbody tr:hover td {
        background-color: rgba(0,0,0,0.02);
    }

    .basic-board-list .list_tbl tbody tr:hover .bo-subject a {
        color: var(--color-point);
    }

    .board-pagenation {
        width: 50%;
        text-align: left;
    }
}

@media screen and (min-width: 1139px) {
}

@media screen and (min-width: 1239px) {
    .dcafein-bo-list .dcafein-category ul li {
        width: 14.2857%;
    }
}


/* 게시판 뷰 */
.dcafein-bo-view {
    position: relative;
    font-size: 14px;
}

.dcafein-bo-view .view-header {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.dcafein-bo-view .view-header h1.view-h1 .bo-cate {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    color: var(--color-point);
}

.dcafein-bo-view .view-header h1.view-h1 em {
    display: block;
    line-height: 1.4;
    font-size: 16px;
    font-family: var(--point-font);
}

.dcafein-bo-view .view-header .profile-info {
    margin-top: 10px;
    font-size: 12px;
}

.dcafein-bo-view .view-header .profile-info .pf-con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dcafein-bo-view .view-header .profile-info .pf-con span.icobox {
    flex-shrink: 0;
	width: 30px;
    padding-right: 10px;
    color: #999;
    text-align: center;
}

.dcafein-bo-view .view-header .profile-info .pf-con em {
    flex-grow: 1;
}

.dcafein-bo-view .view-top {
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.dcafein-bo-view .view-top .view-mnu {
    text-align: right;
}

.dcafein-bo-view .view-top .view-mnu > li {
    position: relative;
    display: inline-block;
}

.dcafein-bo-view .view-top .view-mnu > li .view-mnu-btn {
    all: unset;
    display: block;
    width: 40px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.dcafein-bo-view .view-top .view-mnu > li .view-mnu-btn:hover {
    color: var(--color-point);
}

.dcafein-bo-view .view-top .more-option {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    width: 100px;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
    z-index: 1000;
    text-align: left;
}

.dcafein-bo-view .view-top .more-option li:not(:first-child) {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.dcafein-bo-view .view-top .more-option li a {
    display: block;
    padding: 7px 10px;
    color: #666;
    font-size: 14px;
}

.dcafein-bo-view .view-top .more-option li a span {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    text-align: center;
}

.dcafein-bo-view .view-top .more-option li a:hover {
    background-color: var(--color-point);
    color: #fff;
}

.dcafein-bo-view .view-file,
.dcafein-bo-view .view-link {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.dcafein-bo-view .view-file ul li,
.dcafein-bo-view .view-link ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
}

.dcafein-bo-view .view-file ul li:not(:first-child),
.dcafein-bo-view .view-link ul li:not(:first-child) {
    border-top: 1px dashed rgba(0,0,0,0.1);
}

.dcafein-bo-view .view-file ul li .icobox,
.dcafein-bo-view .view-link ul li .icobox {
    flex-shrink: 0;
	width: 30px;
}

.dcafein-bo-view .view-file ul li .file-con,
.dcafein-bo-view .view-link ul li .link-con {
    flex-grow: 1;
}

.dcafein-bo-view .view-file ul li .file-con .file-down-btn,
.dcafein-bo-view .view-link ul li .link-con .link-down-btn {
    display: block;
}

.dcafein-bo-view .view-file ul li .file-con .view-file-cnt,
.dcafein-bo-view .view-link ul li .link-con .view-link-cnt {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}

.dcafein-bo-view .view-file ul li .file-con .file-down-btn:hover,
.dcafein-bo-view .view-link ul li .link-con .link-down-btn:hover {
    color: var(--color-point);
}

.dcafein-bo-view .view-content {
    position: relative;
    line-height: 1.6;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.dcafein-bo-view .view-next-prev {
    position: relative;
    margin: 10px -10px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 3px rgb(215 216 220 / 40%);
}

.dcafein-bo-view .view-next-prev li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
}

.dcafein-bo-view .view-next-prev li:not(:first-child) {
    border-top: 1px dashed rgba(0,0,0,0.1);
}

.dcafein-bo-view .view-next-prev li .np-tit {
    flex-shrink: 0;
	width: 30px;
    padding-right: 10px;
    text-align: center;
}

.dcafein-bo-view .view-next-prev li .np-tit span {
    display: none;
}

.dcafein-bo-view .view-next-prev li a {
    flex-grow: 1;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dcafein-bo-view .view-next-prev li a .np-date {
    display: none;
    color: #999;
}

.dcafein-bo-view .board-btn-area {
    padding-top: 30px;
    margin-top: 30px;
    /* border-top: 1px solid rgba(0,0,0,0.1); */
}

@media screen and (min-width: 639px) {
    .dcafein-bo-view .view-header h1.view-h1 em {
        font-size: 18px;
    }

    .dcafein-bo-view .view-header .profile-info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
    }

    .dcafein-bo-view .view-header .profile-info .pf-con {
        margin-right: 20px;
    }
}

@media screen and (min-width: 767px) {
    .dcafein-bo-view {
        position: relative;
        font-size: 16px;
    }

    .dcafein-bo-view .view-header h1.view-h1 em {
        font-size: 20px;
        letter-spacing: -.5pt;
    }

    .dcafein-bo-view .view-top {
        position: relative;
        height: 50px;
        padding: 0;
        margin-top: -50px;
        border-bottom: 0;
        z-index: 500;
    }

    .dcafein-bo-view .view-content {
        padding: 30px;
    }

    .dcafein-bo-view .view-next-prev {
        margin: 10px 0;
    }

    .dcafein-bo-view .view-next-prev li {
        padding: 20px;
    }

    .dcafein-bo-view .view-next-prev li a {
        padding-right: 120px;
    }

    .dcafein-bo-view .view-next-prev li a .np-date {
        display: inline;
        position: absolute;
        top: 50%;
        right: 20px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
    }
}

@media screen and (min-width: 979px) {
    .dcafein-bo-view .view-header h1.view-h1 em {
        font-size: 24px;
    }

    .dcafein-bo-view .view-top .view-mnu > li .view-mnu-btn {
        width: 50px;
        font-size: 24px;
        border-radius: 5px;
    }

    .dcafein-bo-view .view-top .view-mnu > li .view-mnu-btn:hover {
        background-color: #f8f8f8;
    }

    .dcafein-bo-view .view-next-prev li .np-tit {
        width: 100px;
        text-align: left;
    }
    
    .dcafein-bo-view .view-next-prev li .np-tit span {
        display: inline-block;
        margin-left: 10px;
        color: #999;
    }

    .dcafein-bo-view .view-next-prev li:hover {
        background-color: #f8f8f8;
    }
    
    .dcafein-bo-view .view-next-prev li a:hover {
        color: var(--color-point);
    }
}

@media screen and (min-width: 1139px) {
}

@media screen and (min-width: 1239px) {
}


/* 게시물 작성/수정 */
.dcafein-bo-write .write-box {
    position: relative;
    border-top: 1px solid #333;
}

.dcafein-bo-write .write-box dl.write-dl {
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
    font-size: 14px;
}

.dcafein-bo-write .write-box dl.write-dl dt {
    margin-bottom: 5px;
    font-weight: normal;
}

.dcafein-bo-write .write-box dl.write-dl dd {
    position: relative;
}

.dcafein-bo-write .write-box dl.write-dl dd select.basic-select,
.dcafein-bo-write .write-box dl.write-dl dd input.basic-input {
    width: 100%;
}

.dcafein-bo-write .write-box dl.write-dl dd .write-option li:not(:first-child) {
    margin-left: 20px;
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-btn {
    all: unset;
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background-color: #333;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: -10px;
    width: 300px;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
    z-index: 100;
    border-radius: 3px;
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup h3 {
    padding: 10px;
    background-color: var(--color-point);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup .scrollbox {
    max-height: 200px;
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup .scrollbox ul li {
    position: relative;
    padding: 10px;
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup .scrollbox ul li:not(:first-child) {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup .scrollbox ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup .scrollbox ul li span {
    display: block;
    font-size: 12px;
    color: #999;
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup .scrollbox ul li span .autosave_del {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-left: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #666;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup .close-area {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.dcafein-bo-write .write-box dl.write-dl dd .autosave-popup .close-area .autosave_close {
    display: block;
    width: 100%;
    padding: 5px;
    margin: 0;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 14px;
}

.dcafein-bo-write .write-box .write-content {
    margin: 10px 0;
}

.dcafein-bo-write .write-box .btn_cke_sc {
    font-size: 12px;
}

.dcafein-bo-write .write-box .write-div {
    position: relative;
    padding: 10px 0 10px 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
}

.dcafein-bo-write .write-box .write-div .lb_icon {
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    font-size: 16px;
}

.dcafein-bo-write .write-box .write-div .file_del {
    font-size: 12px;
    color: #999;
}

.dcafein-bo-write .board-btn-area {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

@media screen and (min-width: 639px) {
    .dcafein-bo-write .write-box dl.write-dl dd select.basic-select,
    .dcafein-bo-write .write-box dl.write-dl dd input.basic-input:not(.w100) {
        width: auto;
    }

    .dcafein-bo-write .write-box dl.write-dl dd input.basic-input.pw,
    .dcafein-bo-write .write-box dl.write-dl dd input.basic-input.mail {
        width: 300px;
    }
}

@media screen and (min-width: 767px) {
    .dcafein-bo-write .write-box dl.write-dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .dcafein-bo-write .write-box dl.write-dl dt {
        flex-shrink: 0;
        width: 120px;
        margin: 0;
        text-align: center;
    }
    
    .dcafein-bo-write .write-box dl.write-dl dd {
        flex-grow: 1;
        margin: 0;
    }

    .dcafein-bo-write .write-box dl.write-dl dd .autosave-btn {
        display: inline-block;
    }

    .dcafein-bo-write .write-box dl.write-dl dd .autosave-popup {
        width: 350px;
    }
}

@media screen and (min-width: 1139px) {
}

@media screen and (min-width: 1239px) {
}