@charset "utf-8";

/********************
// 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,
time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 16px; line-height:1.5em;font-family: 'SUIT', sans-serif; font-weight:400; 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;}
.pSpe{font-family: "Montserrat", sans-serif;font-optical-sizing: auto;font-style: normal;}

    
/********************
// 색상
********************/
.co_white{color:#fefefe;}
.co_point {color:#3B82F6;}

.co_0{color: #fef3f2;}
.co_1{color: #ffe3e1;}
.co_2{color:#ffccc9;}
.co_3{color:#fea8a3;}
.co_4{color:#fb756e;}
.co_5{color:#f34940;}
.co_6{color:#e23b32;}
.co_7{color:#bc2119;}
.co_8{color:#9c1f18;}
.co_9{color:#81201b;}
.co_10{color:#460c09;}

.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_point {background:#3B82F6;}
.bco_loginBg {background:#DBEAFE;}

.bco_0{background: #fef3f2;}
.bco_1{background: #ffe3e1;}
.bco_2{background:#ffccc9;}
.bco_3{background:#fea8a3;}
.bco_4{background:#fb756e;}
.bco_5{background:#f34940;}
.bco_6{background:#e23b32;}
.bco_7{background:#bc2119;}
.bco_8{background:#9c1f18;}
.bco_9{background:#81201b;}
.bco_10{background:#460c09;}

.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;}

