@charset "utf-8";

@font-face {
    font-family: 'OneStoreMobileGothicTitleFont';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal; /* 이 폰트는 보통 한 가지 굵기만 제공 */
    font-style: normal;
    font-display: swap;
  }
  
/********************
// resetcode
********************/
html, body{overflow-x:hidden;}
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,input,select,button,
time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 16px; line-height:1.5em;font-family: 'SUIT', sans-serif; font-weight:300; letter-spacing: -0.05em; vertical-align: baseline; color:#26272b;word-break:keep-all; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img{line-height: 0;}
section, header, footer{width:100dvw}
.inner{width:70dvw; margin:0 auto;}

.omt{font-family: "OneStoreMobileGothicTitleFont", sans-serif;font-optical-sizing: auto;font-style: normal;}

.wls10 {letter-spacing:0.1em;}
.wls0 {letter-spacing:0em;}
.wls_2 {letter-spacing: -0.02em;}

.Tt {letter-spacing: -0.02em;}
.T1 {line-height:1em;}
.T2 {line-height:1.3em;}
    
/********************
// 색상
********************/
.co_white{color:#fefefe;}

.co_0{color: #effaff;}
.co_1{color: #dff3ff;}
.co_2{color:#b8eaff;}
.co_3{color:#78dbff;}
.co_4{color:#31caff;}
.co_5{color:#06b0ed;}
.co_6{color:#0090ce;}
.co_7{color:#0073a7;}
.co_8{color:#02608a;}
.co_9{color:#085072;}
.co_10{color:#06324b;}

.co_s0{color: #f0f5fe;}
.co_s1{color: #dee7fb;}
.co_s2{color:#c5d7f8;}
.co_s3{color:#9dbef3;}
.co_s4{color:#6e9aec;}
.co_s5{color:#4c78e5;}
.co_s6{color:#375bd9;}
.co_s7{color:#304bcf;}
.co_s8{color:#2b3ca2;}
.co_s9{color:#283780;}
.co_s10{color:#1d234e;}

.co_gray0{color: #f7f8f8;}
.co_gray1{color: #eeeef0;}
.co_gray2{color:#d9dade;}
.co_gray3{color:#b8bac1;}
.co_gray4{color:#91949f;}
.co_gray5{color:#737784;}
.co_gray6{color:#5d606c;}
.co_gray7{color:#4c4e58;}
.co_gray8{color:#41424b;}
.co_gray9{color:#37383e;}
.co_gray10{color:#26272b;}

/********************
// 백그라운드
********************/
.bco_white{background:#fefefe;}
.bco_black{background:#222;}

.bco_0{background: #effaff;}
.bco_1{background: #D9F2FF;}
.bco_2{background:#BBEAFF;}
.bco_3{background:#8DDEFF;}
.bco_4{background:#57C9FF;}
.bco_5{background:#30ADFF;}
.bco_6{background:#188FF7;}
.bco_7{background:#1277E3;}
.bco_8{background:#155FB8;}
.bco_9{background:#175291;}
.bco_10{background:#133258;}

.bco_s0{background: #f0f5fe;}
.bco_s1{background: #dee7fb;}
.bco_s2{background:#c5d7f8;}
.bco_s3{background:#9dbef3;}
.bco_s4{background:#6e9aec;}
.bco_s5{background:#4c78e5;}
.bco_s6{background:#375bd9;}
.bco_s7{background:#304bcf;}
.bco_s8{background:#2b3ca2;}
.bco_s9{background:#283780;}
.bco_s10{background:#1d234e;}

.bco_gray0{background: #f7f8f8;}
.bco_gray1{background: #eeeef0;}
.bco_gray2{background:#d9dade;}
.bco_gray3{background:#b8bac1;}
.bco_gray4{background:#91949f;}
.bco_gray5{background:#737784;}
.bco_gray6{background:#5d606c;}
.bco_gray7{background:#4c4e58;}
.bco_gray8{background:#41424b;}
.bco_gray9{background:#37383e;}
.bco_gray10{background:#26272b;}

