
/* FAQ 의 앞의 알파벳에 사용 */
@font-face {
    font-family: 'BMDOHYEON';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('font/SpoqaHanSansNeo-Bold.woff2') format('woff2'), url('font/SpoqaHanSansNeo-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('font/SpoqaHanSansNeo-Medium.woff2') format('woff2'), url('font/SpoqaHanSansNeo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('font/SpoqaHanSansNeo-Regular.woff2') format('woff2'), url('font/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('font/SpoqaHanSansNeo-Light.woff2') format('woff2'), url('font/SpoqaHanSansNeo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: url('font/SpoqaHanSansNeo-Thin.woff2') format('woff2'), url('font/SpoqaHanSansNeo-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/** Font **/
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100;
    src: url(font/Pretendard-ExtraLight.woff) format('truetype');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 200;
    src: url(font/Pretendard-Light.woff) format('truetype');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url(font/Pretendard-Regular.woff) format('truetype');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: url(font/Pretendard-Medium.woff) format('truetype');
}
@font-face {
    font-family: 'pretendard';
    font-style: normal;
    font-weight: 500;
    src: url(font/Pretendard-SemiBold.woff) format('truetype');
}
@font-face {
    font-family: 'pretendard';
    font-style: normal;
    font-weight: 600;
    src: url(font/Pretendard-Bold.woff) format('truetype');
}
@font-face {
    font-family: 'pretendard';
    font-style: normal;
    font-weight: 700;
    src: url(font/Pretendard-ExtraBold.woff) format('truetype');
}
@font-face {
    font-family: 'pretendard';
    font-style: normal;
    font-weight: 800;
    src: url(font/Pretendard-Black.woff) format('truetype');
}
@font-face {
    font-family: 'jalnangothic';
    font-style: normal;
    src: url(font/JalnanGothicTTF.ttf) format('truetype'), url(font/JalnanGothic.otf) format('opentype'),
url(font/JalnanGothicTTF.woff) format('woff');
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: top;
    text-decoration: none;
    background-repeat: no-repeat;
    list-style: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    border-radius: 0px;
    font-family: 'Pretendard', 'Spoqa Han Sans Neo', 'sans-serif';
    /* font-weight: 400; */
    word-break: keep-all;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    outline: none;
}

b {
    font-weight: bold;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    min-width: 320px;
}

body {
    /* line-height: 1; */
    color: #000;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
    overflow-y: auto;
    height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0 none;
}

dl, ul, ol, menu, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, select, textarea, button {
    vertical-align: middle;
}

input {
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    color: inherit;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

html.wf-loading {
    visibility: hidden;
}

html.wf-active {
    visibility: visible;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
}

input[type=text]::-ms-clear {
    display: none;
}

table, div {
    border-collapse: collapse;
}

input::-webkit-input-placeholder {
    color: #b8b8b8 !important;
    font-weight: 500 !important;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #b8b8b8 !important;
    font-weight: 500 !important;
    font-size: 14px;
}

textarea::-webkit-input-placeholder {
    color: #b8b8b8 !important;
    font-weight: 500 !important;
    font-size: 14px;
}

textarea:-ms-input-placeholder {
    color: #b8b8b8 !important;
    font-weight: 500 !important;
    font-size: 14px;
}

/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0; border: none 0; scroll-behavior: smooth;
} */
/* img, fieldset, iframe { border: 0 none}
table, div { border-collapse: collapse;}
textarea { overflow: auto; outline-style: none;}
select, input, img, li { vertical-align: middle; text-align: left; outline-style: none}
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal }
ul, li, ol { list-style-type: none }
i, em, address, cite {font-style: normal;}
legend, caption { display: none }
hr { border-collapse: collapse; display: none }
a {text-decoration: none; cursor: pointer; color:var(--black)}
* { word-break: keep-all; box-sizing: border-box; -webkit-text-size-adjust:none;}
body {font-family: 'Spoqa Han Sans Neo', 'sans-serif'; font-weight: 400; font-size: 16px; letter-spacing:normal; color:var(--black); -webkit-text-size-adjust:none;}
.blind {display:none}
.none {display:none !important}
.cursor {cursor: pointer;}
.point {color:rgb(237 83 81 / 70%);}
textarea{overflow-y: auto; resize: none; display:block;font-family: 'Spoqa Han Sans Neo';}
input::-webkit-input-placeholder{color:#b8b8b8 !important; font-weight: 500 !important;}
input:-ms-input-placeholder{color:#b8b8b8 !important; font-weight:500!important;}
textarea::-webkit-input-placeholder{color:#b8b8b8 !important; font-weight: 500!important;}
textarea:-ms-input-placeholder{color:#b8b8b8 !important; font-weight: 500!important;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{ -webkit-appearance:none;margin:0; }
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator{ opacity:0; -webkit-appearance: none;}
select::-ms-expand { display: none; } */
.scroll::-webkit-scrollbar {width: 6px; height:7px;scroll-behavior:smooth;}
.scroll::-webkit-scrollbar-track {background-color: rgba(0,0,0,0.1);}
.scroll::-webkit-scrollbar-thumb {border-radius: 2px; background-color:rgb(0 0 0 / 20%);}



/* -----------------------------

        nice-select

----------------------------- */


.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #bbbbbb;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    color: var(--input-color);
    display: block;
    float: left;
    font-family: 'Pretendard', 'NotoKR', sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #979797;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #979797;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: var(--input-color);
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #bbbbbb;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    font-weight: 500;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    max-height: 300px;
    overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: 500;
    color: var(--primary);
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


:root {
    --checkbox_bg: #000000;
    --checkbox_border: #cccccc;
    --checkbox_check_sign: #ffffff;
    --checkbox_disabled_bg: #ececec;
    --checkbox_disabled_border: #dcdcdc;
    --radio_border: #aaaaaa;
    --radio_border_active: #000000;
}


/* 체크박스 */

.cu_checkbox {
    display: flex;
    flex-wrap: wrap;
}

.cu_checkbox.cuc_line .ch_box {
    margin-right: 50px;
}

.cu_checkbox.cuc_line .ch_box:last-child {
    margin-right: 0;
}


.cu_checkbox .ch_box span:after, .cu_checkbox .ch_box span:before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 24px;
    position: absolute;
    transform-origin: 0% 0%;
}

.cu_checkbox .ch_box {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
}

.cu_checkbox .ch_box input {
    display: none;
}

.cu_checkbox .ch_box input:checked ~ .cu_b_i {
    background: #000;
    border-color: #000;
}

.cu_checkbox .ch_box input:checked ~ .cu_b_i:before {
    width: 12.2px;
    height: 2.2px;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.cu_checkbox .ch_box input:checked ~ .cu_b_i:after {
    width: 7.4px;
    height: 2.2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.cu_checkbox .ch_box input:disabled ~ .cu_b_i {
    background: #ececec;
    border-color: #dcdcdc;
}

.cu_checkbox .ch_box input:disabled ~ label {
    color: #dcdcdc;
}

.cu_checkbox .ch_box input:disabled ~ label:hover {
    cursor: default;
}

.cu_checkbox .ch_box label {
    padding-left: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.cu_checkbox .ch_box .cu_b_i {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    background-color: #fff;
}

.cu_checkbox .ch_box .cu_b_i:before {
    transform: rotate(-55deg);
    top: 11px;
    left: 6px;
}

.cu_checkbox .ch_box .cu_b_i:after {
    transform: rotate(35deg);
    bottom: 6px;
    left: 2px;
}

/* 라디오버튼 */

.cu_radiobox .ra_box {
    display: block;
    position: relative;
    /* margin-bottom: 30px; */
}

.cu_radiobox .ra_box input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.cu_radiobox .ra_box label {
    display: block;
    position: relative;
    padding-left: 50px;
    /* height: 30px; */
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.cu_radiobox .ra_box .check {
    display: block;
    position: absolute;
    border: 1px solid var(--radio_border);
    border-radius: 100%;
    height: 22px;
    width: 22px;
    top: 0;
    left: 0;
    /* z-index: 1; */
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    box-sizing: border-box;
}

.cu_radiobox .ra_box .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.cu_radiobox input[type=radio]:checked ~ .check {
    border: 1px solid var(--radio_border_active);
}

.cu_radiobox input[type=radio]:checked ~ .check::before {
    background: var(--radio_border_active);
}

.cu_radiobox input[type=radio]:checked ~ label {
    color: var(--radio_border_active);
}

