@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,input::placeholder,
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:#222;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;}
.pointP{font-family: "Montserrat", sans-serif;}
input{border:1px solid #d9dade}
input::placeholder{color:#91949f;}
input:focus{outline: none;}
    
/********************
// 색상
********************/
.co_white{color:#fefefe;}
.co_0{color: #faf7ec;}
.co_1{color: #f3eace;}
.co_2{color:#e8d4a0;}
.co_3{color:#dbb869;}
.co_4{color:#d4a754;}
.co_5{color:#c08832;}
.co_6{color:#a56a29;}
.co_7{color:#844f24;}
.co_8{color:#6f4124;}
.co_9{color:#5f3724;}
.co_10{color:#371c11;}

.co2_0{color: #f3f7f2;}
.co2_1{color: #e3ebe0;}
.co2_2{color:#c7d8c2;}
.co2_3{color:#9fbb9a;}
.co2_4{color:#729a6d;}
.co2_5{color:#527c4d;}
.co2_6{color:#3c6239;}
.co2_7{color:#2f4e2e;}
.co2_8{color:#273f26;}
.co2_9{color:#203420;}
.co2_10{color:#132013;}

.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_kakao{background: #F6D400;}


.bco_0{background: #faf7ec;}
.bco_1{background: #f3eace;}
.bco_2{background:#e8d4a0;}
.bco_3{background:#dbb869;}
.bco_4{background:#d4a754;}
.bco_5{background:#c08832;}
.bco_6{background:#a56a29;}
.bco_7{background:#844f24;}
.bco_8{background:#6f4124;}
.bco_9{background:#5f3724;}
.bco_10{background:#371c11;}

.bco2_0{background: #f3f7f2;}
.bco2_1{background: #e3ebe0;}
.bco2_2{background:#c7d8c2;}
.bco2_3{background:#9fbb9a;}
.bco2_4{background:#729a6d;}
.bco2_5{background:#527c4d;}
.bco2_6{background:#3c6239;}
.bco2_7{background:#2f4e2e;}
.bco2_8{background:#273f26;}
.bco2_9{background:#203420;}
.bco2_10{background:#132013;}

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

