caption,
legend {
    display: none;
}
table {
    border-collapse: collapse;

    letter-spacing: 1px;
}
td,
th {
    padding: 24px 18px;
}
h3.sub-title1 > p.sb-txt {
    font-size: 18px;
    font-weight: 400;
}
.qa-board-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.qa-board1 {
    width: 100%;
    border-top: 2px solid #333;
}

.qa-board1 thead th {
    height: 60px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    padding: 24px 0;
}
.qa-board1 thead th.subject {
    text-align: left;
    padding-left: 45px;
}
.qa-board1 tbody td {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #222222;
    border-bottom: 1px solid #d9d9d9;
}
.qa-board1 tbody .question td {
    padding: 24px 0;
    cursor: pointer;
}
.qa-board1 tbody .question td.q-subject {
    text-align: left;
    padding-left: 24px;
}
.qa-board1 tbody .question td.q-subject div {
    padding-left: 12px;
    line-height: 1.4;
}
.qa-board1 .txt-c1 {
    color: #284cc9;
}
.qa-board1 tbody .answer {
    display: none;
}
.qa-board1 tbody .answer.on {
    display: table-row;
}
.qa-board1 tbody .answer td {
    background: #f7f7f7;
}
.qa-board1 tbody .answer td.a-cont {
    text-align: left;
    padding-left: 24px;
    padding-right: 30px;
}
.qa-board1 tbody .answer td.a-cont .a-q-content {
    padding: 18px 0 13px 12px;
    font-weight: 500;
    line-height: 180%;
    border-bottom: 1px solid #d9d9d9;
}
.qa-board1 tbody .answer td.a-cont .a-q-content div.img img {
    max-width: 60%;
}
.qa-board1 tbody .answer .a-subject {
    padding: 18px 0 13px 12px;
    font-weight: 500;
    line-height: 180%;
    border-bottom: 1px solid #d9d9d9;
}
.qa-board1 tbody .answer .a-answer {
    position: relative;
    padding: 20px 0;
}
.qa-board1 tbody .answer .a-answer::after {
    content: '';
    clear: both;
    display: block;
}
.qa-board1 tbody .answer .a-answer .txt-box1 {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 65px;
    height: 34px;
    line-height: 32px;
    background: #cddeff;
    border: 1px solid #a1c2ff;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #437eeb;
    text-align: center;
}
.qa-board1 tbody .answer .a-answer .cont {
    float: left;
    padding-left: 12px;
    display: block;
    line-height: 180%;
    font-weight: normal;
}
.qa-board1 tbody .answer .a-answer .txt-box1 + .cont {
    width: 87%;
    padding-left: 0;
}
.qa-board-footer {
    margin-top: 60px;
    margin-bottom: 120px;
}
.qa-write-wrap select {
    width: 98%;
    height: 44px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 0 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.qa-write-wrap .write-wrap .btn-wrap {
    text-align: center;
    padding-top: 20px;
}
.qa-write .layer-popup-wrap {
    padding-top: 35px;
}

.sub-title1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 25px;
}
.tbl-wrtie1 {
    border-top: 2px solid #333;
    width: 100%;
}
.tbl-wrtie1 tbody th {
    height: 70px;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding-left: 18px;
    border-bottom: 1px solid #d9d9d9;
}
.tbl-wrtie1 tbody td {
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 0;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #222;
    vertical-align: middle;
}
/* .tbl-wrtie1 .w-cont textarea {
    height: 270px;
} */
.write-wrap .btn-wrap {
    text-align: right;
    padding-top: 30px;
}
.radio-list li {
    display: inline-block;
    margin-right: 66px;
}
.radio-style1 {
    position: relative;
}
.radio-style1 input[type='radio'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.radio-style1 input[type='radio'] + label {
    display: inline-block;
    padding-left: 32px;
    font-size: 16px;
    color: #222;
    min-height: 24px;
    line-height: 22px;
    background: url('../images/sub/ico_radio_off.png') no-repeat left center;
    vertical-align: middle;
}
.radio-style1 input[type='radio']:checked + label {
    background: url('../images/sub/ico_radio_on.png') no-repeat left center;
}
input.inp-style1 {
    width: 100%;
    height: 46px;
    line-height: 44px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 21px;
    color: #222;
    font-size: 16px;
}
input.inp-style1::placeholder {
    color: #999;
}
textarea {
    border: 1px solid #ddd;
}
textarea.txtaa-style1 {
    width: 100%;
    padding: 21px 18px;
    border-color: #ddd;
    border-radius: 5px;
    color: #222;
    font-size: 16px;
}
textarea.txtaa-style1::placeholder {
    color: #999;
}
.filebox input[type='file'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}
.filebox label {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    background: #004896 url('../images/sub/ico_file_add.png') no-repeat center center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 0;
}
.plus-file input[type='file'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}
.plus-file label {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 0;
}

.w-file .file-preview {
    float: left;
    margin-right: 10px;
}
.w-file .plus-file {
    float: left;
}
.w-file .file-imgs {
    float: left;
}
.file-preview li {
    float: left;
    margin-left: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}
.file-preview li:first-child {
    margin-left: 0;
}
.file-preview li.noimg {
    padding: 52px 8px 0;
    background: #ededed url('../images/sub/ico_file_prv.png') no-repeat center 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: center;
}
.file-preview li.noimg span {
    display: block;
    font-size: 12px;
    color: #444;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
}
.file-imgs {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.file-imgs {
    position: relative;
}
.file-imgs .close {
    position: absolute;
    right: -4px;
    top: -4px;
    font-size: 24px;
    color: #002246;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    cursor: pointer;
}
.file-imgs .close:hover {
    background-image: url('./images/icon/close-circle-outline.svg');
}
.file-imgs .in-imgs {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.file-imgs .in-imgs.noimg {
    padding: 52px 8px 0;
    background: #ededed url('./images/icon/close-circle-outline.svg') no-repeat center 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: center;
}
.file-imgs .in-imgs.noimg .file-name {
    display: block;
    font-size: 12px;
    color: #444;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
}
.file-imgs .in-imgs img {
    max-width: 100%;
}
.plus-file div {
    background-color: #eef7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    border: 1px solid #a1c2ff;
    border-radius: 5px;
    color: #888;
    font-size: 48px;
    transition: all 0.1s ease-in-out;
}
.plus-file div:hover {
    background-color: #dcefff;
    color: #777;
}
.plus-file span {
    font-size: 48px;
}

/* sub - board */
.search-box {
    background: #eef7ff;
    padding: 22px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.search-box::after {
    content: '';
    display: block;
    clear: both;
}
.search-box .sb-txt {
    line-height: 46px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}
.search-box .sb-txt strong {
    font-weight: bold;
    color: #222;
    font-size: 24px;
}
.search-box form {
    float: right;
}
.search-box select {
    width: 220px;
    height: 46px;
    margin-right: 6px;
    border-color: #bdbdbd;
    font-size: 14px;
}

.search-inp {
    position: relative;
    width: 100%;
    display: inline-block;
}
.search-inp input {
    width: 100%;
    height: 46px;
    padding-left: 17px;
    padding-right: 46px;
    font-size: 14px;
    color: #222;
    background: #fff;
    border-color: #ddd;
    border-radius: 5px;
}
.search-inp input::placeholder {
    color: #666;
}
.search-inp button {
    position: absolute;
    right: 0;
    top: 10px;
    width: 46px;
    height: 46px;

    border: none;
}
.search-inp button span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
}

.search-box + .tbl-board-warp {
    margin-top: 29px;
}
.tbl-board-warp {
    min-height: 420px;
}
.tbl-board1 {
    width: 100%;
    border-top: 2px solid #333;
}
.tbl-board1 thead th {
    height: 60px;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}
.tbl-board1 tbody td {
    height: 55px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    color: #222;
    text-align: center;
}
.tbl-board1 tbody td.subject {
    text-align: left;
    /* padding-left: 50px; */
}
.tbl-board1 tbody td.subject a {
    display: block;
    font-size: 16px;
    color: #222;
    /* line-height: 55px; */
    max-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 345px;
}
.tbl-board1 + .tbl-board-footer {
    margin-top: 37px;
}
.tbl-board-footer {
    position: relative;
}
.tbl-board-footer .btn-style1 {
    position: absolute;
    right: 0;
    top: -7px;
}
.sub-board-list .sub-content {
    padding-top: 40px;
    padding-bottom: 111px;
}
.tbl-board1 tbody td.nodata span {
    display: inline-block;
    padding-left: 30px;
    line-height: 24px;
    background: url('../images/sub/ico_nodata.png') no-repeat left center / 24px;
}
.tbl-board1 tbody tr {
    transition: all 0.1s ease-in-out;
    min-height: 55px;
    /* line-height: 55px; */
}
.tbl-board1 tbody tr.fixed {
    background-color: #f4f6fd;
}
.question {
    transition: all 0.15s ease-in-out;
}
.tbl-board1 tbody tr:hover,
.question:hover {
    background-color: #eef7ff;
}
.tbl-board-warp2 {
    height: auto;
    margin-bottom: 40px;
}
.tbl-board-warp3 {
    height: auto;
    margin-bottom: 30px;
    padding-top: 12px;
}

.tbl-view1 {
    padding-bottom: 20px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #c3cad0;
}
.tbl-view1 .tbl-view-top {
    padding: 20px 0 32px;
    border-bottom: 1px solid #333;
}
.tbl-view1 .tbl-view-top .subject {
    margin-bottom: 27px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}
.tbl-view1 .tbl-view-top .view-info > li {
    float: left;
    margin-left: 60px;
}
.tbl-view1 .tbl-view-top .view-info > li:first-child {
    margin-left: 0;
}
.tbl-view1 .tbl-view-top .view-info > li strong,
.tbl-view1 .tbl-view-top .view-info > li span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #666666;
}
.tbl-view1 .tbl-view-top .view-info > li strong {
    margin-right: 18px;
}
.tbl-view1 .tbl-view-body {
    padding: 40px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 220%;
    color: #444444;
    word-break: keep-all;
}
.tbl-view1 .tbl-view-body iframe {
    max-width: 100%;
}
.tbl-view1 .tbl-view-body img {
    max-width: 100%;
}
.tbl-view1 .tbl-view-footer {
    background: #eef7ff;
    padding: 24px 0 24px 58px;
}
.tbl-view1 .tbl-view-footer::after {
    content: '';
    display: block;
    clear: both;
}
.tbl-view1 .tbl-view-footer h4 {
    display: inline-block;
    margin-right: 48px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5;
    color: #222222;
}
.tbl-view1 .tbl-view-footer ul {
    display: inline-block;
    vertical-align: middle;
}
.tbl-view1 .tbl-view-footer ul li {
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}
.tbl-view1 .tbl-view-footer ul li a {
    display: inline-block;
    padding-left: 12px;
    line-height: 25px;
    letter-spacing: -0.04em;
    color: #284cc9;
}
.tbl-view1 .tbl-view-footer ul li a:hover {
    text-decoration: underline;
}
.tbl-view1 .tbl-view-footer ul li:first-child {
    margin-top: 0;
}

.no_data_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
}
.no_data_content span {
    margin-right: 4px;
}
.view-wrap {
    margin-top: 50px;
}
.view-wrap .btn-wrap {
    text-align: right;
    margin: 30px 0 40px;
    overflow: hidden;
}
.view-wrap .btn-wrap .fl-left .c1 {
    margin-right: 10px;
}
.view-page-list {
    border-top: 1px solid #c3cad0;
    border-bottom: 1px solid #c3cad0;
}
.view-page-list::after {
    content: '';
    display: block;
    clear: both;
}
.view-page-list a {
    position: relative;
    float: left;
    width: 50%;
    min-height: 100px;
}
.view-page-list a strong,
.view-page-list a span {
    display: block;
}
.view-page-list a.prev {
    border-right: 1px solid #c3cad0;
}
.view-page-list a.prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100px;
    background: #ededed url('../images/sub/wrtie_page_prev.png') no-repeat center center;
    transition: 0.3s all;
}
.view-page-list a.prev:hover::after {
    background-position: 40% center;
}
.view-page-list a.prev .page-cont {
    padding-left: 120px;
    padding-right: 20px;
}
.view-page-list a.next {
    text-align: right;
}
.view-page-list a.next::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100px;
    background: #ededed url('../images/sub/wrtie_page_next.png') no-repeat center center;
    transition: 0.3s all;
}
.view-page-list a.next:hover::after {
    background-position: 60% center;
}
.view-page-list a.next .page-cont {
    padding-right: 120px;
    padding-left: 20px;
}
.view-page-list .page-cont {
    padding: 30px 0 23px;
}
.view-page-list .page-cont strong {
    font-size: 18px;
    color: #004896;
    margin-bottom: 11px;
}
.view-page-list .page-cont span {
    font-size: 16px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.view_btn_wrap button {
    font-size: 16px;
}
.view_btn_wrap .fl-left button:first-child {
    color: #333;
}
.view_btn_wrap .fl-left button:last-child {
    color: #003976;
}
.view_btn_wrap .fl-right button {
    color: #284cc9;
}

.footer {
    margin-top: 120px;
}
/* editor(write) custom size */
.ck-editor__editable,
.ck-source-editing-area {
    min-height: 350px;
}
.ck.ck-editor__editable_inline[dir='ltr'] {
    line-height: 1.4;
}

table {
    table-layout: fixed;
}

@media all and (max-width: 768px) {
    /* sub */
    .sub-visual h2 {
        font-size: 38px;
    }
    .sub-board-list .sub-content {
        padding-top: 20px;
    }
    .sub-tab-menu {
        padding: 0 0 16px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .sub-tab-menu {
        font-size: 0;
    }
    .sub-tab-menu.cols-3 > li {
        margin: 14px 0;
        width: 33.33333%;
    }
    .sub-tab-menu > li > a {
        font-size: 16px;
    }
    .sub-tab-menu > li > a::after {
        width: 6px;
        height: 6px;
        top: -10px;
    }
    .sub-board-list .sub-content .layout {
        padding: 0 20px;
    }
    .sub-content {
        min-height: 50vh;
    }
    .search-box {
        background: none;
        padding: 0;
    }

    .search-box select {
        float: left;
        margin-right: 0;
        width: 108px;
        height: 40px;
        font-size: 12px;
        background-position: right 9px center;
    }
    .search-inp {
        float: left;
        /* margin-left: -1px; */
        border: 1px solid #888;
        border-radius: 4px;
    }
    .search-inp input {
        height: 40px;
        padding-right: 40px;
        font-size: 12px;
        padding-left: 16px;
    }
    .search-inp button {
        width: 40px;
        height: 40px;
        top: 7px;
    }
    .search-inp button span {
        background-size: 20px;
    }

    .search-box .sb-txt {
        font-size: 14px;
        line-height: 24px;
    }
    .search-box .sb-txt strong {
        font-size: 16px;
    }
    .search-box + .tbl-board-warp {
        margin-top: 19px;
    }

    .tbl-board1 {
        display: block;
    }
    .tbl-board1 tbody,
    .tbl-board1 tr,
    .tbl-board1 th,
    .tbl-board1 td {
        display: block;
    }
    .tbl-board1 tbody tr {
        position: relative;
        padding: 13px 0 18px 58px;
        border-bottom: 1px solid #d9d9d9;
        font-size: 0;
    }

    .tbl-board1 tbody td {
        position: relative;
        display: inline-block;
        font-size: 14px;
        height: auto;
        border-bottom: none;
        line-height: 1.6;
        padding: 0 10px;
    }
    .tbl-board1 tbody td:first-child {
        position: absolute;
        left: 4px;
        top: 13px;
        color: #929292;
        background-color: #eef7ff;
        padding: 4px 5px;
        border-radius: 10px;
    }
    .tbl-board1 tbody td:first-child::after {
        display: none;
    }
    .tbl-board1 tbody td.nodata:first-child {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        width: calc(100% + 58px);
        margin-left: -58px;
    }
    .tbl-board1 tbody td::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 10px;
        margin-top: -5px;
        border-left: 1px solid #c4c4c4;
    }
    .tbl-board1 tbody td.subject {
        display: block;
        padding-left: 0;
        margin-bottom: 8px;
    }
    .tbl-board1 tbody td.subject::after {
        display: none;
    }
    .tbl-board1 tbody td.subject a {
        font-size: 14px;
        line-height: 1.6;
        height: auto;
    }
    .tbl-board1 tbody td:nth-of-type(3) {
        padding-left: 0;
    }
    .tbl-board1 tbody td:nth-of-type(3)::after {
        display: none;
    }
    .tbl-board1 thead {
        display: none;
    }
    .tbl-board1 thead th {
        display: none;
    }

    .tbl-view1 .tbl-view-top {
        padding: 13px 0;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .tbl-view1 .tbl-view-top .subject {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.6;
    }
    .tbl-view1 .tbl-view-top .view-info > li strong,
    .tbl-view1 .tbl-view-top .view-info > li span {
        font-size: 14px;
        line-height: 1.6;
    }
    .tbl-view1 .tbl-view-top .view-info > li strong {
        display: none;
    }
    .tbl-view1 .tbl-view-top .view-info > li {
        position: relative;
        margin-left: 0;
        padding: 0 10px;
    }
    .tbl-view1 .tbl-view-top .view-info > li::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 10px;
        margin-top: -5px;
        border-left: 1px solid #c4c4c4;
    }
    .tbl-view1 .tbl-view-top .view-info > li:first-child {
        padding-left: 0;
    }
    .tbl-view1 .tbl-view-top .view-info > li:first-child::after {
        display: none;
    }
    .tbl-view1 .tbl-view-body {
        padding: 20px 0;
        font-size: 14px;
        line-height: 1.8;
    }

    .tbl-view1 .tbl-view-footer {
        padding: 15px;
        padding-bottom: 22px;
    }
    .tbl-view1 .tbl-view-footer h4 {
        font-size: 14px;
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tbl-view1 .tbl-view-footer ul li {
        margin-top: 12px;
    }
    .tbl-view1 .tbl-view-footer ul li a {
        display: block;
        font-size: 12px;
        line-height: 20px;
        background-size: 20px;
        padding-left: 26px;
    }

    .view-page-list .page-cont strong {
        font-size: 12px;
    }
    .view-page-list a.prev::after {
        background-size: 9px;
    }
    .view-page-list a.next::after {
        background-size: 9px;
    }

    .tbl-wrtie1 tbody th {
        font-size: 14px;
        padding-left: 10px;
        height: 60px;
    }
    .tbl-wrtie1 tbody td {
        padding: 10px 0;
        padding-left: 4px;
        font-size: 14px;
    }

    .radio-list li {
        width: 50%;
    }
    .qa-board1 thead {
        display: none;
    }
    .qa-board1 thead th {
        display: none;
    }

    .qa-board1 {
        display: block;
    }
    .qa-board1 tbody,
    .qa-board1 tbody tr,
    .qa-board1 tbody td {
        display: block;
        border-bottom: none;
        height: auto;
        padding: 0;
    }
    .qa-board1 tbody tr {
        border-bottom: 1px solid #d9d9d9;
    }

    .qa-board1 tbody .question {
        position: relative;
        padding: 13px 0 10px 60px;
    }
    .qa-board1 tbody .question td {
        padding: 0;
    }
    .qa-board1 tbody .question td.q-subject {
        padding-left: 0;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    .qa-board1 tbody .question td.q-subject div {
        padding-left: 0;
    }
    .qa-board1 tbody .question td.q-sort {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        color: #929292;
        line-height: 16px;
        word-break: break-all;
    }
    .qa-board1 tbody .question td.q-date {
        display: inline-block;
        padding-right: 10px;
    }
    .qa-board1 tbody .question td.q-ans {
        position: relative;
        display: inline-block;
        padding-left: 10px;
    }
    .qa-board1 tbody .question td.q-ans::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 10px;
        margin-top: -5px;
        border-left: 1px solid #c4c4c4;
    }

    .qa-board1 tbody .answer.on {
        display: block;
    }
    .qa-board1 tbody .answer .a-box {
        display: none;
    }
    .qa-board1 tbody .answer td.a-cont {
        padding: 10px 13px;
    }
    .qa-board1 tbody .answer .a-subject {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 16px;
        line-height: 1.4;
    }
    .qa-board1 tbody .answer .a-answer {
        padding: 18px 0 13px 12px;
    }
    .qa-board1 tbody .answer .a-answer .txt-box1 {
        float: none;
        width: 54px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .qa-board1 tbody .answer .a-answer .cont {
        float: none;
        line-height: 1.8;
        padding-left: 0;
        white-space: normal;
        word-break: break-all;
    }
    .qa-board1 tbody .answer .a-answer .txt-box1 + .cont {
        width: 100%;
    }

    .qa-write-wrap .btn-style1 {
        width: 165px;
    }

    .bottom-btn-wrap .infomation p {
        font-size: 14px;
        line-height: 1.4;
    }

    .layer-popup .popup-wrap.type2 .popup-in-cont {
        padding: 15px;
        padding-bottom: 30px;
    }

    .popup-wrap.type2 .popup-head .title-box {
        padding: 22px 0 16px;
    }
    .popup-wrap.type2 .popup-head h3 {
        font-size: 18px;
    }
    .layer-popup .popup-wrap.type2 .btn-popup-close {
        top: 25px;
    }
    .layer-popup {
        padding: 15px 0;
    }
    .qa-write .layer-popup-wrap {
        padding-top: 15px;
    }
    .find-bakery .layer-popup-wrap {
        padding-top: 15px;
    }
    .layer-popup .popup-wrap {
        width: 90.625%;
        padding: 42px 15px 25px;
    }
    .layer-popup .btn-popup-close {
        right: 15px;
        top: 22px;
    }
    html.layerPopupOn {
        overflow: hidden;
        padding-right: 0;
    }
    html.layerPopupOn::after {
        display: none;
    }

    .layer-popup .video-popup-wrap {
        width: 90%;
    }
}
@media all and (max-width: 280px) {
    .board-num-list.mo-view a.prev-all,
    .board-num-list.mo-view a.next-all {
        display: none;
    }
}
