@charset "utf-8";
@font-face {
    font-family:'Pretendard';
    font-weight:100;
    font-style:normal;
    src:url(fonts/Pretendard-Thin.woff) format('woff');
}
@font-face {
    font-family:'Pretendard';
    font-weight:400;
    font-style:normal;
    src:url(fonts/Pretendard-Regular.woff) format('woff');
}
@font-face {
    font-family:'Pretendard';
    font-weight:500;
    font-style:normal;
    src:url(fonts/Pretendard-Medium.woff) format('woff');
}
@font-face {
    font-family:'Pretendard';
    font-weight:600;
    font-style:normal;
    src:url(fonts/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
    font-family:'Pretendard';
    font-weight:700;
    font-style:normal;
    src:url(fonts/Pretendard-Bold.woff) format('woff');
}

body{margin:0; padding:0; font-family:'Pretendard', sans-serif; font-size:4vw; font-weight:400; line-height:1.2; color:#222;}
a{color:inherit; text-decoration:none;}
hr, caption, legend{display:none;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:700; line-height:1.2;}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, fieldset, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption, img{margin:0; padding:0; border:0;}
ul, ol, li{list-style:none;}
table{clear:both; width:100%; border-spacing:0; border:0;}
p, div, th, td{font-size:100%;}
dfn, address{font-style:normal;}
img, input, select, textarea{vertical-align:middle;}
input, select, button{font-family:'Pretendard', sans-serif; font-size:100%;}
textarea{font-family:'Pretendard', sans-serif; font-size:100%; resize:none; border-radius:0; appearance:none;}
input[type="submit"], button{cursor:pointer;}
button{border:0; background:none;}
button::-moz-focus-inner{padding:0; border:0;}
input::-ms-clear, input::-ms-reveal{display:none;}
input[type="text"],
input[type="password"]{box-sizing:border-box; border:0.2667vw solid #ededed;}
select{appearance:none; padding:0 6.6667vw 0 0; border:0; outline:none; background:url(../_images/ico_select.png) no-repeat right center; background-size:3.2vw auto;}

.blind{position:absolute; top:0; left:-9999px; width:0; height:0; overflow:hidden; margin:0; padding:0; font-size:0; line-height:0;}