@charset "utf-8";

@font-face {
 font-family: 'Noto Sans KR';
 font-weight: 300;
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Light.eot);
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Light.woff2) format("woff2"),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Light.woff) format('woff');
}

@font-face {
 font-family: 'Noto Sans KR';
 font-weight: 400;
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Regular.eot);
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Regular.woff2) format('woff2'),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
 font-family: 'Noto Sans KR';
 font-weight: 500;
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Medium.eot);
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Medium.woff2) format('woff2'),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
 font-family: 'Noto Sans KR';
 font-weight: 700;
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Bold.eot);
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Bold.woff2) format('woff2'),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Bold.woff) format('woff');
}

@font-face {
 font-family: 'Noto Sans KR';
 font-weight: 900;
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Black.eot);
 src: url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Black.eot?#iefix) format('embedded-opentype'),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Black.woff2) format('woff2'),
      url(//static-hosting.nhn.com/statichs/cloudhost/css/font/NotoSansKR-Black.woff) format('woff');
}

html, body{margin:0; padding:0; -webkit-text-size-adjust:none; -webkit-font-smoothing:antialiased; word-wrap:normal; word-break:keep-all; line-height:1.5;}
html, body, input, textarea, select, table, button{font-family:'Noto Sans KR', 'malgun gothic', dotum, sans-serif; font-size:62.5%; color:#222;}
input, textarea, select{font-size:1.4rem;}

img{margin:0; padding:0; border:none; vertical-align:top;}

a{text-decoration: none; color:#222;}
a:hover{text-decoration:none;}

ul{list-style:none; margin:0; padding:0;}
ol{list-style:none; margin:0; padding:0;}
dl,dt,dd{margin:0; padding:0;}

h1,h2,h3,h4,h5,h6{clear:both; margin:0; padding:0; font-weight:600; line-height:1.5em;}

em{font-style:normal; font-weight:normal;}
small{font-style:normal;}
p{margin:0; padding:0;}
strong, b{font-weight:700;}

iframe{margin:0; padding:0; border:none;}

hr{display:none;}

table{border-spacing:0; border-collapse:collapse;}
table caption{width:0; height:0; overflow:hidden;}
table,th,td{margin:0; padding:0; border:none; box-sizing:border-box;}

/* form */
form, fieldset, legend{margin:0; padding:0; border:0;}
fieldset legend{width:0; height:0; overflow:hidden;}

input{vertical-align:middle; box-sizing:border-box; }
input[type="text"]{height:40px; line-height:38px; text-indent:14px; background-color:#fff; border:1px solid #ddd; }
input[type="password"]{height:40px; line-height:38px; text-indent:14px; letter-spacing:10px; background-color:#fff; border:1px solid #ddd; }
input[type="file"]{height:40px; line-height:38px; text-indent:14px; background-color:#fff;}
input[type="submit"],
input[type="image"],
input[type="button"]{cursor:pointer; border:none; border-radius:0; appearance: none; -webkit-appearance:none;}

input[type="radio"],
input[type="checkbox"]{width:18px; height:18px; padding:0; margin:0;}

.checkbox{overflow:hidden; position:relative; height:40px; display:inline-flex; align-items:center;  cursor:pointer;}
.checkbox input[type="checkbox"]{position:absolute;left:-9999px;}
.checkbox input[type="checkbox"] + span{padding-left:26px; font-size:1.3rem; position:relative; display:inline-block; line-height:18px;color:#555;}
.checkbox input[type="checkbox"] + span:before{width:18px;height:18px;display:block;content:''; background-color:#fff; border:1px solid #bbb; box-sizing:border-box; position:absolute;left:0;top:0;}
.checkbox input[type="checkbox"]:checked + span:before{border:none; background:#125DE6 url(//static-hosting.nhn.com/imghs/cloudhost/common/i_checkbox.svg) center center no-repeat;}
.checkbox input[type="checkbox"]:disabled + span:before{background-color:#EEEEEE; border-color:#ddd;}
.checkbox input[type="checkbox"]:disabled:checked + span:before{background-color:#ccc; border:none;}

.radio{overflow:hidden; position:relative; height:40px; display:inline-flex; align-items:center; cursor:pointer;}
.radio input[type="radio"]{position:absolute;left:-9999px;}
.radio input[type="radio"] + span{padding-left:26px; font-size:1.3rem; position:relative; display:inline-block; line-height:18px;}
.radio input[type="radio"] + span:before{width:18px;height:18px;display:block;content:''; background-color:#fff; border:1px solid #bbb; box-sizing:border-box; position:absolute;left:0;top:0; border-radius:50%;}
.radio input[type="radio"]:checked + span:before{background-image:url(//static-hosting.nhn.com/imghs/cloudhost/common/i_radio.svg);}
.radio input[type="radio"]:checked + span:after{width:8px;height:8px;display:block;content:''; background-color:#125DE6; border-radius:50%; position:absolute;left:5px;top:5px;}
.radio input[type="radio"]:disabled + span{color:#aaa;}
.radio input[type="radio"]:disabled + span:before{background-color:#eee; border-color:#ddd;}
.radio input[type="radio"]:disabled:checked + span:before{background-color:#eee; border-color:#ddd;}
.radio input[type="radio"]:disabled:checked + span:after{background-color:#bbb;}

.radio + .radio{margin-left:30px;}

select{height:40px ; box-sizing:border-box; vertical-align:middle; border:1px solid #ddd; appearance: none; -webkit-appearance:none; cursor:pointer;}
select{background:#fff url(//static-hosting.nhn.com/imghs/cloudhost/common/i_select.svg) right 7px center no-repeat; padding:0 30px 0 14px;}
select::-ms-expand {display: none;}

textarea{border:1px solid #dedede; padding:10px 15px; vertical-align:middle; box-sizing:border-box; resize: none;}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder {color:#999 !important; letter-spacing:0; font-size:1.4rem;}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {color:#999 !important; letter-spacing:0; font-size:1.4rem;}

input[type=text]::-ms-clear{display: none;} /* x아이콘 삭제 */
input[type=password]::-ms-reveal{display: none;} /* 눈아이콘 삭제 */

/*
*:focus-visible{outline:2px dotted coral;}
*/

input[type=text][readonly]{background-color:#f2f2f2;}

button{margin:0; padding:0; border:none; background:none; cursor:pointer; border-radius:0; appearance: none; -webkit-appearance:none;}

/* display */
.only-pc{}
.only-mobile{display:none;}

.blind{position:absolute;left:-9999em;height:0;overflow:hidden;}
.hide{display:none;}

/* align */
.aleft{text-align:left !important;}
.acenter{text-align:center !important;}
.aright{text-align:right !important;}
.vtop{vertical-align:top !important}
.vmiddle{vertical-align:middle !important}

/* width */
.w1{width:1%} .w2{width:2%} .w3{width:3%} .w4{width:4%} .w5{width:5%} .w6{width:6%} .w7{width:7%} .w8{width:8%} .w9{width:9%} .w10{width:10%}
.w11{width:11%} .w12{width:12%} .w13{width:13%} .w14{width:14%} .w15{width:15%} .w16{width:16%} .w17{width:17%} .w18{width:18%} .w19{width:19%} .w20{width:20%}
.w21{width:21%} .w22{width:22%} .w23{width:23%} .w24{width:24%} .w25{width:25%} .w26{width:26%} .w27{width:27%} .w28{width:28%} .w29{width:29%} .w30{width:30%}
.w31{width:31%} .w32{width:32%} .w33{width:33%} .w34{width:34%} .w35{width:35%} .w36{width:36%} .w37{width:37%} .w38{width:38%} .w39{width:39%} .w40{width:40%}
.w41{width:41%} .w42{width:42%} .w43{width:43%} .w44{width:44%} .w45{width:45%} .w46{width:46%} .w47{width:47%} .w48{width:48%} .w49{width:49%} .w50{width:50%}
.w51{width:51%} .w52{width:52%} .w53{width:53%} .w54{width:54%} .w55{width:55%} .w56{width:56%} .w57{width:57%} .w58{width:58%} .w59{width:59%} .w60{width:60%}
.w61{width:61%} .w62{width:62%} .w63{width:63%} .w64{width:64%} .w65{width:65%} .w66{width:66%} .w67{width:67%} .w68{width:68%} .w69{width:69%} .w70{width:70%}
.w71{width:71%} .w72{width:72%} .w73{width:73%} .w74{width:74%} .w75{width:75%} .w76{width:76%} .w77{width:77%} .w78{width:78%} .w79{width:79%} .w80{width:80%}
.w81{width:81%} .w82{width:82%} .w83{width:83%} .w84{width:84%} .w85{width:85%} .w86{width:86%} .w87{width:87%} .w88{width:88%} .w89{width:89%} .w90{width:90%}
.w91{width:91%} .w92{width:92%} .w93{width:93%} .w94{width:94%} .w95{width:95%} .w96{width:96%} .w97{width:97%} .w98{width:98%} .w99{width:99%} .w100{width:100%}

/*margin*/
.mgt20{margin-top:20px !important;}
.mgt30{margin-top:30px !important;}
.mgt60{margin-top:60px !important;}
.mgt80{margin-top:80px !important;}

/*padding*/
.pdh120{padding:120px 0 !important;}


/* mobile ****************************************************************************************************************************************** */

@media all and (max-width:600px){

.m-w5{width:5%;}
.m-w10{width:10%;} .m-w15{width:15%;}
.m-w20{width:20%;} .m-w25{width:25%;}
.m-w30{width:30%;} .m-w35{width:35%;}
.m-w40{width:40%;} .m-w45{width:45%;}
.m-w50{width:50%;} .m-w55{width:55%;}
.m-w60{width:60%;} .m-w65{width:65%;}
.m-w70{width:70%;} .m-w70{width:75%;}
.m-w80{width:80%;} .m-w80{width:85%;}
.m-w90{width:90%;} .m-w90{width:95%;}
.m-w100{width:100%;}

.only-pc{display:none;}
.only-mobile{display:inherit;}

}