﻿@import url("fonts.css");

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    font-size: 100%;*/
/*    font: inherit;*/
/*    vertical-align: baseline;*/
/*    letter-spacing: -1px;*/
/*    list-style: none*/
/*}*/

/**, *:after, *:before {*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box*/
/*}*/

/*html *, html input, html select {*/
/*    font-family: "Noto sans KR";*/
/*    font-weight: normal*/
/*}*/

/*html :not(textarea):not(p):not(input[type='text']) {*/
/*    user-select: none*/
/*}*/

/*html *:not(.container), html div:not(.container) input, html div:not(.container) select {*/
/*    font-size: unset;*/
/*    font-weight: unset;*/
/*    line-height: unset;*/
/*    padding: unset;*/
/*    margin: unset*/
/*}*/

/*body {*/
/*    line-height: 1;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    color: #000;*/
/*    letter-spacing: -0.03em;*/
/*    margin: 0*/
/*}*/

b {
    font-weight: bold !important
}

.flex {
    display: flex
}

.flex.wrap {
    flex-wrap: wrap
}

.flex.vertical {
    display: flex;
    flex-direction: column
}

.flex.justify {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.flex.left {
    display: flex;
    justify-content: flex-start !important;
    align-items: center
}

.flex.vertCenter {
    display: flex;
    align-items: center
}

.flex.center {
    display: flex;
    justify-content: center !important;
    align-items: center
}

.flex.right {
    display: flex;
    justify-content: flex-end !important;
    align-items: center
}

.flex.vertical.left {
    display: flex;
    justify-content: center !important;
    align-items: flex-start !important
}

.flex.vertical.right {
    display: flex;
    justify-content: center !important;
    align-items: flex-end !important
}

.flex.wd100p > h3 {
    align-self: unset !important
}

.flex.wd100p > h3 + div {
    margin-left: 20px
}

.no_margin {
    margin: 0 !important
}

/*select {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    background-image: url("/styles/ic_arrow.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: right 15px top 7px;*/
/*    background-size: 15px*/
/*}*/

select, input {
    font-weight: 300 !important
}

select.input {
    padding: 0 35px 0 10px !important
}

select::-ms-expand {
    display: none
}

button {
    border: 0;
    padding: 0;
    letter-spacing: -.03em;
    background: transparent;
    outline: none;
    cursor: pointer
}

label > a, label > a:active, label > a:focus {
    text-decoration: none !important;
    color: #444 !important
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    overflow: hidden
}

.width_1300 {
    width: 1300px !important
}

input::placeholder {
    color: #aaa;
    font-weight: 300
}

input:disabled, select:disabled {
    background-color: #eee
}

.input {
    width: 100%;
    height: 40px;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: center
}

.input + .input {
    margin-left: 10px
}

input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear {
    display: none
}

textarea {
    width: 100%;
    height: 100px;
    min-height: 40px;
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #999;
    border-radius: 5px;
    resize: vertical;
    font-family: "Noto sans KR"
}

textarea::placeholder {
    color: #aaa;
    font-weight: 300
}

.ref {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 10px 0 0
}

.description {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #666
}

.txtleft {
    text-align: left !important
}

.txtright {
    text-align: right !important
}

.txtcenter {
    text-align: center !important
}

.submit_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    text-align: center
}

.submit_btn button:first-child:not(:last-child) {
    margin: 0 10px 0 0 !important
}

.submit_btn button:nth-child(2n-1):not(:first-child), .submit_btn button:nth-child(2n):not(:last-child) {
    margin: 0 10px 0 !important
}

.submit_btn button:last-child {
    margin: 0 0 0 10px !important
}

.submit_btn button:first-child:last-child {
    margin: 0 !important
}

.submit_btn .close_btn {
    width: 100%;
    max-width: 250px;
    height: 60px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.5px;
    border-radius: 10px;
    color: #000;
    border: 1px solid #999;
    background: #fff
}

.submit_btn .chk_btn, .submit_btn .confirm_btn, .submit_btn .change_btn, .submit_btn .apply_btn {
    width: 100%;
    max-width: 250px;
    height: 60px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.5px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #3787f2;
    background: #3787f2;
    margin-right: 10px
}

.input_flex {
    display: flex;
    align-items: center;
    width: 100%
}

.input_flex + .count_word {
    float: right
}

.input_flex label + input + label {
    margin-left: 30px
}

.input_flex.center {
    justify-content: space-around
}

.input_flex span.input_pay {
    width: 100%;
    margin-left: 25px;
    color: #666
}

.input_flex button {
    width: 100%;
    height: 100%;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    color: #fff;
    border: 1px solid #f7f7f7;
    background: #f7f7f7
}

.st_radiobox {
    margin: 5px 0
}

.st_radiobox .checkbox {
    margin-right: 10px
}

.input_flex .cst_checkboxheckbox {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 0
}

.input_flex span + .st_checkbox {
    flex: 1
}

.input_flex input[type="st_checkbox"] + label {
    font-size: 13px
}

.input_txt {
    font-size: 16px;
    color: #666;
    line-height: 30px
}

.input_flex + .input_txt, .input_txt + .input_flex {
    margin-top: 15px
}

.input_flex.input_flex_sub {
    margin: 20px 0
}

.input_flex.input_flex_sub span {
    font-size: 16px;
    padding-right: 11px
}

.input_flex.input_flex_sub + .input_txt_2 {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: left
}

.input_flex.input_flex_sub textarea {
    width: 90%;
    height: 100px
}

.input_flex.input_flex_sub.input + span {
    margin-left: 50px
}

.input_flex.input_flex_sub .input {
    margin-right: 10px;
    width: 100px
}

.input_flex .textarea {
    margin: 15px 0
}

.container .content {
    margin: 25px 25px
}

.container .content h1.tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin: 16px 0
}

.container .content .title h1 {
    display: flex;
    width: calc(100% - 160px);
    transform: translate(80px, 0);
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold
}

.checkbox {
    margin-bottom: 50px;
    text-align: left
}

.checkbox p {
    font-size: 14px;
    color: #666;
    margin: 10px 0
}

/*input[type="checkbox"] + label {*/
/*    display: inline-block;*/
/*    height: 30px;*/
/*    padding-left: 25px;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    color: #666;*/
/*    line-height: 28px;*/
/*    cursor: pointer;*/
/*    background: url(/styles/icon_check_off.png) no-repeat center left;*/
/*    background-size: 15%;*/
/*    user-select: none*/
/*}*/

/*input[type="checkbox"]:checked + label {*/
/*    background: url(/styles/icon_check_on.png) no-repeat center left;*/
/*    background-size: 15%*/
/*}*/

input[type="checkbox"] {
    display: none
}

.checkbox.small {
    width: 100%;
    margin: 10px 0 0;
    text-align: left
}

.checkbox.small input[type="checkbox"] + label {
    background-size: 5%;
    background-position: center left 5px;
    user-select: none
}

.checkbox.small + .checkbox.small {
    margin-top: 0
}

input[type="radio"] + label {
    font-weight: 400;
    background: url(/styles/radio_off.png) no-repeat;
    background-size: 26px;
    display: inline-block;
    height: 26px;
    padding-left: 32px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    user-select: none;
    cursor: pointer
}

input[type="radio"]:checked + label {
    font-weight: 500;
    color: #000;
    background: url(/styles/radio_on.png) no-repeat;
    background-size: 26px
}

input[type="radio"] {
    display: none
}

.box .input_table {
    width: 100%;
    border-top: 1px solid #000;
    border-collapse: collapse;
    table-layout: fixed
}

.box .input_table tr {
    border-bottom: 1px solid #dbdbdb
}

.box .input_table tr th {
    padding: 15px 20px;
    font-size: 16px;
    color: #666;
    text-align: left;
    background: #f3f8fe;
    vertical-align: middle
}

.box .input_table tr td {
    padding: 15px 20px;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    text-align: left;
    vertical-align: middle
}

.layer-popup {
    font-family: "Noto Sans kr";
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200;
    box-sizing: border-box;
    overflow: hidden auto
}

.layer-popup .layer-popup-inner {
    display: block;
    margin: 50px 20px;
    width: calc(100% - 45px);
    max-width: 1000px;
    height: auto;
    max-height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    margin: 0
}

.layer-popup .layer-popup-inner .layer-popup-main {
    padding: 30px 40px 30px 40px;
    margin: 40px 0;
    background-color: #fff;
    border-radius: 10px
}

.layer-popup .layer-popup-inner .layer-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: none;
    height: 30px;
    padding: 0 20px;
    position: relative
}

.layer-popup .layer-popup-inner .layer-popup-header .layer-popup-header-title {
    flex: auto;
    font-size: 17px;
    font-weight: 400;
    margin: 0
}

/*.layer-popup .layer-popup-inner .layer-popup-header .btn-popup-close {*/
/*    flex: none;*/
/*    display: inline-block;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-image: url(/styles/ic_close.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*    right: 13px;*/
/*    top: 13px*/
/*}*/

.layer-popup .layer-popup-inner .btn-wrap {
    display: flex;
    background-color: #eeeeee;
    border-radius: 0 0 10px 10px
}

.layer-popup .layer-popup-inner .btn-wrap .btn-close {
    display: block;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    flex: auto;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    background-color: #eeeeee;
    border: 0;
    font-family: "Noto sans KR"
}

.layer-popup .layer-popup-inner .btn-wrap .btn-close + .btn-chk {
    border-radius: 0 0 10px 0px
}

.layer-popup .layer-popup-inner .btn-wrap button + button {
    border-radius: 0 0 10px 0px
}

.layer-popup .layer-popup-inner .btn-wrap .btn-chk {
    display: block;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    flex: auto;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: #3787f2;
    border: 0;
    font-family: "Noto sans KR"
}

#layerpop button:focus {
    outline: none
}

#layerpop button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    padding: 0
}

#layerpop button:focus, #layerpop input:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#layerpop .blind {
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    position: absolute !important;
    width: 1px;
    height: 1px
}

#layerpop .textarea {
    font: unset;
    width: calc(100% - 5px);
    height: 150px;
    margin: 15px 5px 0 0;
    line-height: 23px;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.32px;
    text-align: left;
    background-color: #f7f7f7;
    resize: none;
    padding: 15px
}

#layerpop .textarea::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

#layerpop .textarea::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #ccc
}

#layerpop div.textarea_wrap {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 150px;
    margin: 15px 0 0 0;
    padding: 15px 10px 15px 15px;
    background-color: #f7f7f7;
    border-radius: 15px
}

#layerpop div.textarea_wrap div.textarea {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.32px;
    text-align: left;
    overflow: hidden auto
}

#layerpop div.textarea_wrap div.textarea::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

#layerpop div.textarea_wrap div.textarea::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #ccc
}

#layerpop div.textarea_wrap div.textarea .explanation {
    /*display: inline-block;*/
    display: block;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -1px;
    color: #999
}

#layerpop .textarea ol {
    margin: 0 25px;
    padding: 0
}

#layerpop .textarea ol li {
    list-style-type: decimal
}

#layerpop .textarea h3 {
    font-size: 14px;
    font-weight: 900;
    color: #000;
    margin: 0
}

#layerpop .textarea .day {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: #000
}

#layerpop .textarea .name {
    text-align: right;
    font-size: 16px;
    font-weight: 900;
    color: #000
}

#layerpop .textarea .user_info p {
    color: #000;
    margin: 0 10px
}

#layerpop .textarea .user_info p span {
    font-weight: 900
}

#layerpop .tit_h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    margin: 0
}

#layerpop .tit_h1 + .tit_h2 {
    margin-top: 8px
}

#layerpop .tit_h1 + .input-check {
    margin-top: 20px !important
}

#layerpop .tit_h2 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
    margin: 0
}

#layerpop .tit_h2 + .tit_h2 {
    margin-top: 8px
}

#layerpop .tit_h2 + .input-check {
    margin-top: 20px !important
}

#layerpop .tit_h3 {
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #666;
    margin: 8px 0 0
}

#layerpop .tit_h3 + .tit_h1 {
    margin-top: 25px
}

#layerpop .tit_h3 + .tit_h2 {
    margin-top: 8px
}

#layerpop .tit_h3 + .input-check {
    margin-top: 20px !important
}

#layerpop .title_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: none;
    height: 60px;
    position: relative;
    padding: 20px
}

#layerpop .title_section .tit {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    width: 100%
}

#layerpop .title_section .btn-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://konaworld.s3.ap-northeast-2.amazonaws.com/kona-i/Web/img/x2.png") no-repeat;
    background-size: contain;
    border: 0
}

#layerpop .section.table_section .cont {
    padding-bottom: 30px
}

#layerpop .section.table_section .cont .check_box, #layerpop .section.table_section .cont .radio_box {
    margin: 25px 0 0
}

#layerpop .section.table_section .cont .check_box .input-check, #layerpop .section.table_section .cont .radio_box .input-check {
    margin: 10px 0 0
}

#layerpop .section.table_section .cont .check_box .input-check p, #layerpop .section.table_section .cont .radio_box .input-check p {
    font-weight: 400;
    margin: 10px 0 0
}

#layerpop .section.table_section .cont .check_box .input-check > label, #layerpop .section.table_section .cont .radio_box .input-check > label {
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    user-select: none;
    cursor: pointer
}

#layerpop .section.table_section .cont .check_box .input-check > label input[type="checkbox"]:checked + .bar, #layerpop .section.table_section .cont .radio_box .input-check > label input[type="checkbox"]:checked + .bar {
    font-weight: 500
}

.radio_box .input_flex.vertical {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 20px);
    min-width: 150px;
    margin: 15px 0 0 20px;
    padding: 10px
}

.radio_box .input_flex.vertical label + input + label {
    margin-top: 8px;
    margin-left: 0px
}

.radio_box > .tit_h2 {
    padding-left: 25px
}

.radio_box:nth-child(1) > .tit_h2::before {
    content: '1. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-20px, 0)
}

.radio_box:nth-child(2) > .tit_h2::before {
    content: '2. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-20px, 0)
}

.radio_box:nth-child(3) > .tit_h2::before {
    content: '3. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-20px, 0)
}

.radio_box:nth-child(4) > .tit_h2::before {
    content: '4. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-20px, 0)
}

.radio_box:nth-child(5) > .tit_h2::before {
    content: '5. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-20px, 0)
}

.radio_box:nth-child(6) > .tit_h2::before {
    content: '6. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-20px, 0)
}

.radio_box:nth-child(7) > .tit_h2::before {
    content: '7. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-20px, 0)
}

.radio_box:nth-child(8) > .tit_h2::before {
    content: '8. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-20px, 0)
}

.radio_box:nth-child(9) > .tit_h2::before {
    content: '9. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-20px, 0)
}

.radio_box:nth-child(10) > .tit_h2::before {
    content: '10. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-25px, 0)
}

.radio_box:nth-child(11) > .tit_h2::before {
    content: '11. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-25px, 0)
}

.radio_box:nth-child(12) > .tit_h2::before {
    content: '12. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-25px, 0)
}

.radio_box:nth-child(13) > .tit_h2::before {
    content: '13. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-25px, 0)
}

.radio_box:nth-child(14) > .tit_h2::before {
    content: '14. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-25px, 0)
}

.radio_box:nth-child(15) > .tit_h2::before {
    content: '15. ';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    transform: translate(-25px, 0)
}

#layerpop .section.table_section .cont > .input-check {
    margin: 8px 0
}

#layerpop .section.table_section .cont > .radio_wrap + .input-check {
    margin: 25px 0 8px
}

#layerpop .section.table_section .cont .input-check > label {
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    user-select: none;
    cursor: pointer
}

#layerpop .section.table_section .cont .input-check > label input[type="checkbox"]:checked + .bar {
    font-weight: 500
}

#layerpop div.info {
    position: relative;
    padding-left: 15px;
    line-height: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin: 25px 0
}

#layerpop div.info::before {
    content: '※';
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px
}

#layerpop div.date {
    position: relative;
    padding-left: 15px;
    line-height: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin: 25px 0;
    text-align: center
}

#layerpop .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    text-align: center;
    user-select: none
}

#layerpop .submit_btn .close_btn {
    width: 100%;
    max-width: 250px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    border-radius: 10px;
    color: #000;
    border: 1px solid #999;
    background: #fff;
    user-select: none
}

#layerpop .submit_btn .chk_btn {
    width: 100%;
    max-width: 250px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #4d7aef;
    background: #4d7aef;
    margin-right: 10px;
    user-select: none
}

#layerpop .section.table_section .cont .check_box .input-check > label > input, #layerpop .section.table_section .cont .input-check > label > input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-appearance: none
}

#layerpop .section.table_section .cont .check_box .input-check > label > input:checked + span, #layerpop .section.table_section .cont .input-check > label > input:checked + span {
    color: #4d7aef
}

#layerpop .section.table_section .cont .check_box .input-check > label > .bar::before, #layerpop .section.table_section .cont .input-check > label > .bar::before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    color: rgba(193, 4, 4, 0.2);
    background: url("/styles/icon_check_off.png") no-repeat;
    border: 0;
    background-size: 22px;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle
}

#layerpop .section.table_section .cont .check_box .input-check > label > input:checked + span::before, #layerpop .section.table_section .cont .input-check > label > input:checked + span::before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: url("/styles/icon_check_on.png") no-repeat;
    border: 0;
    background-size: 22px;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    margin-right: 5px;
    vertical-align: middle
}

#layerpop .layer-popup {
    font-family: 'Noto Sans kr';
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden
}

#layerpop .layer-popup-inner {
    display: block;
    margin: 50px 20px;
    width: calc(90% - 45px);
    height: auto;
    max-height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    margin: 0
}

#layerpop .layer-popup-main {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px
}

.layer-popup .layer-popup-inner .layer-popup-main.noMargin {
    margin: 0 !important
}

/*# sourceMappingURL=style.css.map */
