/*폰트!*/
/* ************************************** *
 * Font
 * ************************************** */
/* NotoSansKR */
@font-face {
font-family: "NotoSansKR";
font-style: normal;
font-weight: 300;
src: url("../../font/NotoSansKR-Light.eot");
src: local("?"), url("../../font/NotoSansKR-Light.woff") format("woff"),
    url("../../font/NotoSansKR-Light.otf") format("opentype");
}

@font-face {
font-family: "NotoSansKR";
font-style: normal;
font-weight: 400;
src: url("../../font/NotoSansKR-Regular.eot");
src: local("?"), url("../../font/NotoSansKR-Regular.woff") format("woff"),
    url("../../font/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
font-family: "NotoSansKR";
font-style: normal;
font-weight: 500;
src: url("../../font/NotoSansKR-Medium.eot");
src: local("?"), url("../../font/NotoSansKR-Medium.woff") format("woff"),
    url("../../font/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
font-family: "NotoSansKR";
font-style: normal;
font-weight: 700;
src: url("../../font/NotoSansKR-Bold.eot");
src: local("?"), url("../../font/NotoSansKR-Bold.woff") format("woff"),
    url("../../font/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 초기화 */
*{ -webkit-tap-highlight-color:rgba(255,255,255,0); user-select:text; -webkit-touch-callout: none; }
html {overflow-y:scroll;height: 100%;}
body {margin:0;padding:0;font-size:14px;font-family: "NotoSansKR";background:#ddd;height: 100%; -webkit-user-select: none;-moz-user-select: none;-ms-use-select: none;user-select: none;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family: "NotoSansKR";}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: "NotoSansKR";font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer;border: none;color: #000;}

textarea, select {font-family: "NotoSansKR";font-size:1em}
select {margin:0;-webkit-appearance:none; /* 크롬 화살표 없애기 */-moz-appearance:none; /* 파이어폭스 화살표 없애기 */appearance:none; /* 화살표 없애기 */background: url("/images/down_arr_b.png") no-repeat 88% 50%;min-width: 136px;height: 37px;color: #000;}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none;outline: none;}

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

img {max-width: 100%;}

.frm_input {border:1px solid #DDDDDD;height: 52px;width: 100%;padding:0 15px;border-radius:8px;font-size: 14px;}
.frm_input:disabled, .frm_input:read-only {background:#ECECEC;}

.bgBlack {background: #000;}
.bgGreen {background: #2BAE66;}
.bgSky {background: #83A7DB;}
.bgOrange {background: #FFA667;}

.cBlack {color: #000;}
.cWhite {color: #fff;}
.cGreen {color: #2BAE66;}
.cSky {color: #83A7DB;}
.cOrange {color: #FFA667;}
.cRed {color: #E04949;}

#main {width:100%;min-width: 280px;max-width: 992px;margin: 0 auto;background: #fff;}
.container {padding:0 20px;}
.clearfix::after {content:"";clear:both;display: block;}

.hd_mob {position: relative;display: flex;justify-content: flex-end;}
.hd_mob .hd_mob_logo {position: absolute;top:50%;left: 50%;transform:translate(-50%, -50%);}
.hd_mob .hd_mob_right a {display: flex;padding:20px 0;font-size: 12px;color: #000;}

.hd_mob_menu_wrap {display: flex;gap:25px;align-items: center;}
.hd_mob_menu_box a {font-size: 14px;font-weight: 700;padding: 20px 0;display: block;}

/* 푸터 */
.ft_mob {text-align: center;padding: 30px 0;}
.ft_mob_logo img {max-width: 75px;}
.ft_privacy_menu {display: flex;align-items: center;gap:20px;justify-content: center;margin-top: 30px;}
.ft_privacy_menu_box a {font-size: 11px;font-weight: 700;border-bottom: 1px solid #000;}
.ft_addr {margin-top: 25px;}
.ft_addr address {font-style: normal;}
.ft_addr address .addr_box_wrap {display: flex;align-items: center;justify-content: center;margin-bottom: 10px;}
.ft_addr address .addr_box_wrap:last-child {margin-bottom: 0;}
.addr_box_wrap .addr_box {font-size: 11px;color: #707070;position: relative;}
.addr_box_wrap .addr_box:nth-child(2) {padding-left: 10px;margin-left: 10px;}
.addr_box_wrap .addr_box:nth-child(2)::before {content:"";width: 1px;height: 9px;background: #ddd;position: absolute;top:50%;left: 0;transform: translateY(-50%);}


.bottom_fix {position: fixed;bottom:20px;right: 20px;display: flex;flex-direction: column;align-items: center;z-index: 100;}
.bottom_fix a:first-child {display: block;margin-bottom: 15px;}

.not_member_pop {position: fixed;top:0;left: 0;width: 100%;height: 100%;z-index: 101;display: none;}
.not_mem_pop_inner {position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.not_mem_box {padding: 20px;border-radius: 10px;background: #fff;position: absolute;top:50%;left: 50%;transform:translate(-50%, -50%);width: 94%;min-width: 280px;}
.not_mem_box_inner .not_mem_input_box {display: flex;gap:10px;align-items: center;margin-bottom: 15px;}
.not_mem_box_inner .not_mem_input_box:last-child {margin-bottom: 0;}
.not_mem_input_box .not_input_label {width: 65px;font-size: 14px;font-weight: 500;}
.not_mem_input_box .not_input_label span {color: #E04949;}
.not_mem_input_box .not_input_box {width: calc(100% - 65px);}

.not_mem_privacy {position: relative;padding-left: 30px;line-height: 1;margin-top: 15px;}
.not_mem_privacy input[type="checkbox"] {display: none;width: 0px;height: 0px;}
.not_mem_privacy input[type="checkbox"] + label::after {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid #2BAE66;
    content: '';
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.not_mem_privacy input[type="checkbox"]:checked + label::after {
    background: url('/images/checkIcons.png') no-repeat 50% 50% #2BAE66;
}

.not_mem_privacy input[type="checkbox"] + label span {color: #E04949;}
.not_mem_btn {margin-top: 20px;}

@media(max-width:380px){
    .ft_addr address .addr_box_wrap {
        flex-direction: column;
    }

    .addr_box_wrap .addr_box {word-break: keep-all;}
    .addr_box_wrap .addr_box:nth-child(2) {padding: 0;margin: 0;margin-top: 10px;}
    .addr_box_wrap .addr_box:nth-child(2)::before {display: none;}
}
