@charset "utf-8";

@import url('wbfont.css');

body *{box-sizing:border-box; word-break:keep-all; letter-spacing:-0.2px; line-height:1.5;}
body,input,textarea,button,select{font-family:'Montserrat', 'Pretendard Variable', sans-serif;}

/* 초기화 */
body,p,div,span,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0; padding:0; color:var(--c_454545);}
ul,ol,li{list-style:none;}
img{vertical-align:top;}
img, fieldset, button{border:0;}
address, em, i{font-style:normal;}

/* 링크 기본값 */
a{text-decoration:none !important;}

/* mobile */
body{-webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none;}

/* html font-size */
html{font-size:62.5%; width:100%; height:100%;}
body{font-size:1.6rem; width:100%; height:100%;}
@media(max-width:1680px){
    html{font-size:56%;}
}
@media(max-width:1280px){
    html{font-size:55%;}
}
@media(max-width:767px){
    html{font-size:50%;}
}

/* 드래그 색상 */
::selection{background:var(--primary); color:#fff;}