@charset "UTF-8";

.hiddentag {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

/* INPUT */
.board_input {
    width: 350px;
    height: 50px;
    position: relative;
}

.board_input > input {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #535353;
    color: #535353;
    background-color: #fff;
    font-size: 1rem;
    border-left: 0;
}

.write_input {
    width: 100%;
    height: 40px;
    position: relative;
}

.write_input_2 {
    height: 50px;
}

.write_input > input {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #535353;
    color: #535353;
    background-color: #fff;
    font-size: 0.875rem;
}

.write_input_2 > input {
    border: 1px solid #c4c4c4;
}

@media all and (max-width: 1441px) {
    .board_input {
        height: 40px;
    }
}

@media all and (max-width: 1025px) {
    .board_input {
        width: 250px;
        height: 35px;
    }
}

@media all and (max-width: 481px) {
    .board_input {
        width: 200px;
        height: 35px;
    }

    .board_input > input {
        font-size: 0.875rem;
    }

    .write_input_2 {
        height: 35px;
    }
}

/* INPUT END */

/* FILE */
/* FILE EMD */

/* BUTTON */
.board_sch {
    width: 50px;
    height: 50px;
    position: relative;
}

.board_sch > button {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #535353;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    background-image: url(../img/sch_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px;
}

.cancel_btn {
    width: 100px;
    height: 44px;
    position: relative;
}

.cancel_btn > a {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 15px;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #535353;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submit_btn {
    width: 100px;
    height: 44px;
    position: relative;
}

.submit_btn > button {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 15px;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #535353;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mailer_btn {
    width: 125px;
    height: 56px;
}

.mailer_btn_en {
    width: 300px;
}

.mailer_btn > button {
    background-color: #456eff;
    border: 1px solid #456eff;
    color: #fff;
}

.mailer_btn > button > span {
    width: 24px;
    height: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(../img/list_mailer_on.png);
}

.mailer_btn > button:hover {
    background-color: #173497;
}

.view_optbtn {
    width: auto;
    height: 44px;
    position: relative;
}

.view_optbtn > a {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #535353;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view_optbtn > a > span {
    width: 24px;
    height: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view_optbtn.del_optbtn > a > span {
    background-image: url(../img/list_del.png);
}

.view_optbtn.write_optbtn > a > span {
    background-image: url(../img/list_writer.png);
}

.view_optbtn.more_optbtn > a > span {
    background-image: url(../img/list_more.png);
}

.view_optbtn.edit_optbtn > a > span {
    background-image: url(../img/list_edit.png);
}

.view_optbtn > a:hover {
    background-color: #535353;
    color: #fff;
}

.view_optbtn.write_optbtn > a:hover {
    background-color: #589728;
    border: 1px solid #589728;
}

.view_optbtn.del_optbtn > a:hover {
    background-color: #bd5959;
    border: 1px solid #bd5959;
}

.view_optbtn.del_optbtn > a:hover > span {
    background-image: url(../img/list_del_on.png);
}

.view_optbtn.write_optbtn > a:hover > span {
    background-image: url(../img/list_writer_on.png);
}

.view_optbtn.more_optbtn > a:hover > span {
    background-image: url(../img/list_more_on.png);
}

.view_optbtn.edit_optbtn > a:hover > span {
    background-image: url(../img/list_edit_on.png);
}

.clip_btn {
    width: auto;
    height: 44px;
    position: relative;
}

.clip_btn > a {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #535353;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clip_btn > a > span {
    width: 24px;
    height: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/list_clip.png);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clip_btn > a:hover {
    background-color: #535353;
    color: #fff;
}

.clip_btn > a:hover > span {
    background-image: url(../img/list_clip_on.png);
}

.more_btn {
    font-family: 'Paperlogy', sans-serif;
    width: auto;
    height: auto;
    position: relative;
}

.more_btn > a {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 14px 30px;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #535353;
    border: 2px solid #535353;
    border-radius: 5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.more_btn > a:hover {
    background-color: #535353;
    color: #fff;
}

@media all and (max-width: 1441px) {
    .board_sch {
        width: 40px;
        height: 40px;
    }

    .board_sch > button {
        -webkit-background-size: 20px 20px;
        background-size: 20px;
    }
}

@media all and (max-width: 1025px) {
    .board_sch {
        width: 35px;
        height: 35px;
    }

    .board_sch > button {
        -webkit-background-size: 18px 18px;
        background-size: 18px;
    }

    .view_optbtn,
    .clip_btn {
        height: 35px;
    }

    .view_optbtn > a,
    .clip_btn > a {
        font-size: 0.875rem;
    }

    .view_optbtn > a > span,
    .clip_btn > a > span {
        width: 20px;
        height: 20px;
    }

    .more_btn > a {
        font-size: 1.25rem;
        padding: 12px 25px;
    }
}

@media all and (max-width: 885px) {
    .view_optbtn,
    .clip_btn {
        height: 30px;
    }

    .view_optbtn > a,
    .clip_btn > a {
        font-size: 0.8125rem;
    }

    .view_optbtn > a > span,
    .clip_btn > a > span {
        width: 18px;
        height: 18px;
    }

    .more_btn > a {
        font-size: 1.125rem;
        padding: 10px 20px;
    }
}

@media all and (max-width: 481px) {
    .more_btn > a {
        font-size: 1rem;
    }
}

/* BUTTON END */

/* SELECT */
.board_select {
    width: 130px;
    height: 50px;
    position: relative;
}

.board_select > select {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #535353;
    color: #535353;
    font-size: 1rem;
}

/* SELECT END */

/* CHECKBOX */
.all_checkbox,
.tb_checkbox,
.writer_checkbox,
.gal_checkbox {
    font-family: 'Paperlogy', sans-serif;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.all_checkbox::after {
    content: '항목 선택';
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 32px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #535353;
}

.all_checkbox input[type='checkbox'],
.tb_checkbox input[type='checkbox'],
.writer_checkbox input[type='checkbox'],
.gal_checkbox input[type='checkbox'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.all_checkbox input[type='checkbox'] + label,
.tb_checkbox input[type='checkbox'] + label,
.writer_checkbox input[type='checkbox'] + label,
.gal_checkbox input[type='checkbox'] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.8125rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #94a3b8;
    padding: 0 !important;
}

.writer_checkbox input[type='checkbox'] + label {
    font-family: 'Paperlogy', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #535353;
}

.all_checkbox input[type='checkbox'] + label::before,
.tb_checkbox input[type='checkbox'] + label::before,
.writer_checkbox input[type='checkbox'] + label::before,
.gal_checkbox input[type='checkbox'] + label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #535353;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
}

.writer_checkbox input[type='checkbox'] + label::before {
    margin: -2px 6px 0 0;
}

.all_checkbox input[type='checkbox']:checked + label,
.tb_checkbox input[type='checkbox']:checked + label,
.writer_checkbox input[type='checkbox']:checked + label,
.gal_checkbox input[type='checkbox']:checked + label {
    color: #535353;
}

.all_checkbox input[type='checkbox']:checked + label::before,
.tb_checkbox input[type='checkbox']:checked + label::before,
.writer_checkbox input[type='checkbox']:checked + label::before,
.gal_checkbox input[type='checkbox']:checked + label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../img/sub_check_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
    background-size: 12px;
}

@media all and (max-width: 1441px) {
    .all_checkbox input[type='checkbox'] + label::before,
    .tb_checkbox input[type='checkbox'] + label::before,
    .gal_checkbox input[type='checkbox'] + label::before {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .all_checkbox input[type='checkbox']:checked + label::before,
    .tb_checkbox input[type='checkbox']:checked + label::before,
    .gal_checkbox input[type='checkbox']:checked + label::before {
        width: 20px;
        height: 20px;
        -webkit-background-size: 10px 10px;
        background-size: 10px;
    }
}

@media all and (max-width: 885px) {
    .all_checkbox input[type='checkbox'] + label::before,
    .tb_checkbox input[type='checkbox'] + label::before,
    .gal_checkbox input[type='checkbox'] + label::before {
        width: 16px;
        height: 16px;
        position: relative;
    }

    .all_checkbox input[type='checkbox']:checked + label::before,
    .tb_checkbox input[type='checkbox']:checked + label::before,
    .gal_checkbox input[type='checkbox']:checked + label::before {
        width: 16px;
        height: 16px;
        -webkit-background-size: 8px 8px;
        background-size: 8px;
    }

    .all_checkbox::after {
        left: 23px;
        font-size: 0.8125rem;
        top: 50%;
    }
}

/* CHECKBOX END */

/* RADIOBOX */
/* RADIOBOX END */

/* TEXTAREA */
.writer_textarea {
    width: 100%;
    height: auto;
    position: relative;
}

.writer_textarea > textarea {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #c4c4c4;
    color: #535353;
    background-color: #fff;
    font-size: 0.875rem;
    resize: none;
}

/* TEXTAREA END */

/* PAGING BOX */
.paging_con {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paging_con .pg_wrap {
    width: auto;
    height: auto;
    position: relative;
    float: none;
    clear: none;
}

.paging_con .pg_wrap .pg {
    font-family: 'Paperlogy', sans-serif;
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.paging_con .pg_wrap .pg > a.pg_page,
.paging_con .pg_wrap .pg > strong {
    width: auto;
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    color: #b0b0b0;
    background-color: transparent;
    border: 0;
    padding: 0 10px;
    min-height: auto;
}

.paging_con .pg_wrap .pg > a.pg_page:hover {
    color: #535353;
}

.paging_con .pg_wrap .pg .pg_current {
    color: #535353;
    background-color: transparent;
}
.paging_con .pg_wrap .pg .pg_start,
.paging_con .pg_wrap .pg .pg_end {
    width: 44px !important;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px;
}

.paging_con .pg_wrap .pg .pg_end {
    background-image: url(../img/page_end.png);
}

.paging_con .pg_wrap .pg .pg_start {
    background-image: url(../img/page_start.png);
}

@media all and (max-width: 885px) {
    .paging_con .pg_wrap .pg > a.pg_page,
    .paging_con .pg_wrap .pg > strong {
        height: 30px;
        font-size: 0.875rem;
    }

    .paging_con .pg_wrap .pg .pg_start,
    .paging_con .pg_wrap .pg .pg_end {
        width: 30px !important;
        -webkit-background-size: 22px 22px;
        background-size: 22px;
    }
}

@media all and (max-width: 481px) {
    .paging_con .pg_wrap .pg > a.pg_page,
    .paging_con .pg_wrap .pg > strong {
        font-size: 0.8125rem;
    }

    .paging_con .pg_wrap .pg .pg_start,
    .paging_con .pg_wrap .pg .pg_end {
        -webkit-background-size: 20px 20px;
        background-size: 20px;
    }
}

/* PAGING BOX END */

/* TOP BTN */
.top_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top_btn.active {
    bottom: 15px;
    opacity: 1;
}

.top_btn > button {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 0;
    background-image: url(../img/top_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    background-color: transparent;
    font-size: 0;
    background-color: #fff;
    border: 1px solid #c4c4c4;
}

@media all and (max-width: 1441px) {
    .top_btn {
        width: 40px;
        height: 40px;
        right: 30px;
        bottom: 30px;
    }
}

@media all and (max-width: 481px) {
    .top_btn {
        right: 15px;
        bottom: 20px;
        width: 35px;
        height: 35px;
    }
}

/* TOP BTN END */

/* SCROLLBAR */
.fix_scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    width: 130px;
    text-align: center;
    z-index: 1;
}

.icon_scroll {
    width: 22px;
    height: 35px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 5rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: 4px;
    opacity: 0.7;
}

.icon_scroll::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5rem;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    -o-animation-name: scroll;
    -moz-animation-name: scroll;
    animation-name: scroll;
    opacity: 1;
}

.fix_scroll > p {
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 300;
}

@-webkit-keyframes scroll {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        top: 60%;
    }
}

@-moz-keyframes scroll {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        top: 60%;
    }
}

@-o-keyframes scroll {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        top: 60%;
    }
}

@keyframes scroll {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        top: 60%;
    }
}

@media all and (max-width: 481px) {
    .fix_scroll {
        bottom: 15px;
    }

    .icon_scroll {
        width: 18px;
        height: 28px;
    }

    .icon_scroll::before {
        width: 6px;
        height: 6px;
    }

    .fix_scroll > p {
        font-size: 0.6875rem;
    }
}

/* SCROLLBAR END */

/* SCROL BAR */
.custom_scroll {
    overflow: auto;
    scrollbar-gutter: stable;
}

.custom_scroll::-webkit-scrollbar {
    width: 6px;
}

.custom_scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5rem;
}

.custom_scroll:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.custom_scroll::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5rem;
}

/* SCROL BAR END */

/* MODAL BOX */
.test_modal {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    display: none;
}

.modal_bg .modal_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal_bg .modal_contents {
    width: 500px;
    height: 80vh;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 30px 10px 30px 30px;
}

.modal_bg .modal_contents .close_btn {
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: auto;
    margin-right: 20px;
}

.modal_bg .modal_contents .close_btn > button {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../img/all_close_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: transparent;
    border: none;
}

.modal_bg .modal_scroll {
    width: 100%;
    height: -webkit-calc((100% - 20px) - 20px);
    height: -moz-calc((100% - 20px) - 20px);
    height: calc((100% - 20px) - 20px);
    position: relative;
    margin-top: 20px;
    overflow: auto;
    padding-right: 10px;
}

.modal_bg .modal_contents .modal_tit {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.modal_bg .modal_contents .modal_tit > h3 {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #131313;
    margin-bottom: 8px;
    line-height: 1;
}

.modal_bg .modal_contents .modal_tit > p {
    font-size: 1rem;
    font-weight: 400;
    color: #131313;
    letter-spacing: -0.5px;
    word-break: keep-all;
    line-height: 1.4;
}

.modal_bg .policy_info {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: auto;
    position: relative;
}

.modal_bg .policy_info .policy_item {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.modal_bg .policy_info .policy_item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.modal_bg .policy_info .policy_item > h4 {
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #131313;
}

.modal_bg .policy_info .policy_item > p {
    margin-top: 8px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #131313;
    line-height: 1.4;
}

.modal_bg .policy_info .policy_item > p.ft_w {
    font-weight: 500;
}

.modal_bg .policy_info .policy_item > p > a {
    font-size: 0.9375rem;
    text-decoration: underline;
    font-weight: 500;
    color: #131313;
}

.modal_bg .policy_info .policy_item > p > a:hover {
    color: #456eff;
}

.modal_bg .policy_info .policy_item .policy_txt {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 15px;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 12px;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps:last-of-type {
    margin-bottom: 0;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps > p {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #131313;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 6px;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li {
    width: 100%;
    height: auto;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1.4;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul_2 > li,
.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li.after_none {
    padding-left: 0;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 5rem;
    position: absolute;
    top: 8.5px;
    left: 5px;
    background-color: #535353;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul_2 > li::after,
.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li.after_none::after {
    content: none;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li > span {
    font-weight: 500;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li > a {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1.4;
    text-decoration: underline;
}

.modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li > a:hover {
    color: #456eff;
}

@media all and (max-width: 885px) {
    .modal_bg .modal_box {
        padding: 0 30px;
    }
}

@media all and (max-width: 481px) {
    .modal_bg .modal_box {
        padding: 0 15px;
    }

    .modal_bg .modal_contents {
        padding: 20px;
    }

    .modal_bg .modal_contents .close_btn {
        margin-right: 0;
    }

    .modal_bg .modal_contents .modal_tit > h3 {
        font-size: 1.25rem;
    }

    .modal_bg .modal_contents .modal_tit > p {
        font-size: 0.875rem;
    }

    .modal_bg .policy_info .policy_item > h4 {
        font-size: 1rem;
    }

    .modal_bg .policy_info .policy_item > p,
    .modal_bg .policy_info .policy_item > p > a {
        font-size: 0.875rem;
        word-break: keep-all;
    }

    .modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul_2 > li,
    .modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li.after_none {
        font-size: 0.8125rem;
    }

    .modal_bg .policy_info .policy_item .policy_txt .policy_deps > p {
        font-size: 0.875rem;
    }

    .modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li,
    .modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li > a {
        font-size: 0.8125rem;
    }

    .modal_bg .policy_info .policy_item .policy_txt .policy_deps .policy_ul > li::after {
        top: 7px;
        left: 6px;
    }
}

/* MODAL BOX END */

/* COOKIE MODAL */
.cc-window.cc-floating {
    background-color: #fff !important;
    font-family: 'Paperlogy', sans-serif !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    max-width: 36em !important;
    right: 1em;
    z-index: 999999;
}

.cc-floating .cc-message {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.6;
    color: #131313;
    margin-bottom: 30px !important;
    word-break: keep-all;
}

.cc-floating .cc-message > a {
    font-size: 1rem;
    font-weight: 400;
    color: #131313;
    letter-spacing: -0.5px;
    line-height: 1.6;
    border-bottom: 3px solid #456eff;
}

.cc-floating .cc-message > a:hover {
    color: #173497;
    font-weight: 500;
}

.cc-color-override-1130245497 .cc-btn {
    border: none;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
    border-radius: 6px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.cc-color-override-1130245497 .cc-highlight .cc-btn.cc-deny {
    background-color: #535353 !important;
    color: #fff !important;
}

.cc-color-override-1130245497 .cc-highlight .cc-btn.cc-deny:hover {
    background-color: #393939 !important;
    text-decoration: none;
}

.cc-color-override-1130245497 .cc-highlight .cc-btn.cc-allow {
    background-color: #456eff !important;
    color: #fff !important;
}

.cc-color-override-1130245497 .cc-highlight .cc-btn.cc-allow:hover {
    background-color: #173497 !important;
}

.cc-color-override-1130245497.cc-revoke {
    display: none !important;
}

@media all and (max-width: 885px) {
    .cc-window.cc-floating {
        max-width: 100% !important;
        padding: 20px !important;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
    }

    .cc-floating .cc-message,
    .cc-floating .cc-message > a {
        font-size: 0.9375rem;
    }

    .cc-color-override-1130245497 .cc-btn {
        height: 40px;
        line-height: 40px;
        font-size: 0.875rem !important;
    }
}

@media all and (max-width: 481px) {
    .cc-floating .cc-message,
    .cc-floating .cc-message > a {
        font-size: 0.875rem;
    }

    .cc-color-override-1130245497 .cc-btn {
        font-size: 0.8125rem !important;
    }
}

@media all and (max-width: 321px) {
    .cc-floating .cc-message,
    .cc-floating .cc-message > a {
        font-size: 0.8125rem;
    }

    .cc-color-override-1130245497 .cc-btn {
        height: 35px;
        line-height: 35px;
    }
}

/* COOKIE MODAL END */

/* POPUP BOX */
.popup_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
}

.popup_wrap.hidden {
    display: none !important;
}

.popup_wrap .popup_area {
    width: 100%;
    height: 100%;
    position: relative;
}

.popup_wrap .popup_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}

.popup_wrap .popup_box .popup_item {
    width: 100%;
    max-width: 380px;
    height: auto;
    position: relative;
    background-color: #fff;
}

.popup_wrap .popup_box .popup_item .popup_thumb {
    width: 100%;
    height: auto;
    position: relative;
}

.popup_wrap .popup_box .popup_item .popup_thumb > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.popup_wrap .popup_box .popup_item .popup_thumb > a > img {
    width: auto;
    max-width: 100%;
}

.popup_wrap .popup_box .popup_item .popup_btnbox {
    width: 100%;
    height: 60px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup_wrap .popup_box .popup_item .popup_btnbox > li {
    width: 100%;
    height: 100%;
    position: relative;
}

.popup_wrap .popup_box .popup_item .popup_btnbox > li > button {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #403d3d;
    color: #d3d3d3;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    border: 0;
    border-right: 1px solid #d3d3d3;
}

.popup_wrap .popup_box .popup_item .popup_btnbox > li > button:hover {
    background-color: #212121;
}

.popup_wrap .popup_box .popup_item .popup_btnbox > li:last-of-type > button {
    border: 0;
}

@media all and (max-width: 885px) {
    .popup_wrap .popup_box {
        padding: 0 15px;
    }
}

@media all and (max-width: 481px) {
    .popup_wrap .popup_box {
        padding: 30px 15px;
        overflow: auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .popup_wrap .popup_box .popup_item .popup_btnbox {
        height: 40px;
    }

    .popup_wrap .popup_box .popup_item .popup_btnbox > li > button {
        font-size: 0.8125rem;
    }
}

/* POPUP BOX END */

/* THEME MODE BUTTON */
.theme-toggle-container {
    width: 20px;
    height: 20px;
    position: relative;
}

.theme-toggle-container > button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    background-image: url(../img/dark_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.hd_active .theme-toggle-container > button,
.active2 .theme-toggle-container > button {
    background-image: url(../img/dark_icon_active.png);
}

.theme-toggle-container > button:hover {
    background-image: url(../img/dark_icon_on.png);
}

@media all and (max-width: 885px) {
    .theme-toggle-container {
        width: 20px;
        height: 20px;
    }
}

/* THEME MODE BUTTON END */
