@charset "utf-8";

/* reset */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&');




html{font-size: 10px}
body{font-size: 1.8rem; word-break: keep-all;   }
/* overflow-wrap: anywhere; */

/* reset */
html, body{
    -webkit-text-size-adjust: none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust: none;  /* IE */
    -moz-text-size-adjust: none;  /* 파이어폭스 */
    -o-text-size-adjust: none;  /* 오페라 구버전 */
}
html{ font-size: 10px; }
*{box-sizing: border-box; -webkit-tap-highlight-color: transparent}
*::before, *::after{box-sizing: border-box;}
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{margin: 0; padding: 0}
body {
    overflow: visible;
    top: 0 !important;
    font-family: "Pretendard Variable", "Noto Sans TC";
    font-size: var(--txt2);
    line-height: 1.6;
    color: #262F40;
    width: auto !important;
    height: auto !important;
    transform-origin: 0 0;
}
fieldset,img{border: 0 none; vertical-align: middle}
img{max-width: 100%}
svg{overflow: visible;}
dl,ul,ol,li{list-style: none}
blockquote, q{quotes: none}
blockquote::before, blockquote::after,q::before, q::after{content: ''; content: none}
input,select,textarea,button{font-size: inherit; font-family: inherit; vertical-align: middle}

input{-webkit-appearance: none; -webkit-border-radius: 0; outline: none; border: none;}
textarea::placeholder,
input::placeholder {color: var(--txtGray1);}
.tts {position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0;}
input[type='checkbox'], input[type='radio']{clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px}
textarea{-webkit-appearance: none; -webkit-border-radius: 0; resize: vertical; width: 100%; outline: none; font-family: inherit}
button{background: none; color: #232323; line-height: 1.6;}
table{border-collapse: collapse; border-spacing: 0}
button{border: 0 none; cursor: pointer; color: inherit; text-transform: inherit;}
a{color: inherit; text-decoration: none}
a:active, a:hover{text-decoration: none}
address,caption,cite,code,dfn,em,var{font-style: normal; font-weight: normal}
caption{overflow: hidden; position: absolute; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px}
legend{overflow: hidden; position: absolute; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px}
/* h1, h2, h3, h4, h5, h6{font-weight: 400} */
strong, b{font-weight: bold}
pre{font-family: inherit;}