@charset "utf-8";

/*reset*/
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,span{margin:0;padding:0; box-sizing:border-box !important; word-wrap:break-word; word-break:keep-all;}
html, body {outline:none; -webkit-text-size-adjust:none; -ms-text-size-adjust:none; -moz-text-size-adjust:none; -o-text-size-adjust:none; font-synthesis: none; -webkit-font-smoothing: antialiased;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none; }
a:active {text-decoration:none;}
img{border:0px;}
li{list-style: none; word-wrap:break-word; word-break:keep-all;}
table{border-collapse:collapse;width:100%;}
address,caption,cite,code,dfn,em,var,h1,h2,h3,h4,h5,h6 {font-style:normal;font-weight:normal;}
caption,legend,caption *,legend *{position:absolute; left:-10000px; line-height:0; font-size:0;}
fieldset{border:solid 0px black;padding:0;}
button{border:none; background:none; cursor:pointer; outline:none;}
div {box-sizing:border-box !important; word-wrap:break-word; word-break:keep-all;}
dt, dd {word-wrap:break-word; word-break:keep-all;}


:root {
  --gap-200 : 200px;
  --gap-160 : 160px;
  --gap-120 : 120px;
  --gap-100 : 100px;
  --gap-80 : 80px;
  --gap-40 : 40px;
  --gap-32 : 32px;
  --gap-24 : 24px;
  --gap-8 : 8px;


  --font-30 : 30px;
  --font-28 : calc(var(--font-14)*2);
  --font-26 : 26px;
  --font-25 : 25px;
  --font-24 : 24px;
  --font-22 : 22px;
  --font-20 : 20px;
  --font-18 : 18px;
  --font-16 : 16px;
  --font-14 : 14px;
}


html, body {width: 100%; }
body,[type=text], [type=password], [type=file], [type=email], [type=number], [type=tel],select,h1, h2, h3, h4, h5, h6, pre,textarea, button, input {
font-family: 'Pretendard'; font-size: 16px; font-weight:400; outline:0; line-height:1.5; letter-spacing:-0.02em; box-sizing:border-box !important; color:#fff;}

.hid{display:none;}
.br {display:block;}

a {font-size: inherit; font-weight: inherit; color: inherit; box-sizing: border-box;}

@media screen and (max-width: 1260px){
  :root {
    --gap-200 : 160px;
    --gap-160 : 120px;
    --gap-120 : 100px;
    --gap-100 : 80px;
    --gap-80 : 60px;
    --gap-40 : 32px;
    --gap-32 : 26px;
    --gap-24 : 20px;


    --font-30 : 28px;
    --font-28 : 26px;
    --font-26 : 24px;
    --font-25 : 21px;
    --font-24 : 20px;
    --font-22 : 19px;
    --font-20 : 18px;
    --font-18 : 18px;
    --font-16 : 16px;
    --font-14 : 14px;
  }
}

@media screen and (max-width: 1024px){}

@media screen and (max-width: 768px){

  :root {
    --gap-200 : 120px;
    --gap-160 : 100px;
    --gap-120 : 80px;
    --gap-100 : 60px;
    --gap-80 : 40px;
    --gap-40 : 26px;
    --gap-32 : 20px;
    --gap-24 : 16px;

    --font-28 : 24px;
    --font-26 : 22px;
    --font-25 : 18px;
    --font-24 : 18px;
    --font-22 : 17px;
    --font-20 : 16px;
    --font-18 : 16px;
    --font-16 : 14px;
    --font-14 : 14px;
  }


	body,[type=text], [type=password], [type=file], [type=email], [type=number], [type=tel],select,h1, h2, h3, h4, h5, h6, pre,textarea, button{font-size:16px;}
}

@media screen and (max-width: 480px){

  :root {
    --font-28 : 20px;
    --font-26 : 19px;
    --font-25 : 17px;
    --font-24 : 17px;
    --font-22 : 17px;
    --font-20 : 16px;
    --font-18 : 16px;
    --font-16 : 14px;
    --font-14 : 14px;
  }

	body,[type=text], [type=password], [type=file], [type=email], [type=number], [type=tel],select,h1, h2, h3, h4, h5, h6, pre,textarea, button{font-size:14px;}
}