@charset "utf-8";


/****************************************** reset code ******************************************/
    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; letter-spacing: -0.02em; font-size: 16px; line-height:1.5em;font-family: 'SUIT', sans-serif; font-weight:400; vertical-align: baseline; color:#222;word-break:keep-all; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}


    button, a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
    textarea {touch-action: manipulation;  }
  
	ol, ul , li{list-style: none;}
    div, td, a, span, button, input, form, td, tr,section, label{box-sizing: border-box;}
	a{text-decoration: none; display:block;}

    .inner{width:80dvw; margin:0 auto; display:block;}
    table{border-collapse: collapse;}
    td{vertical-align: middle;}

    .montserrat {font-family: "Montserrat", sans-serif; font-style: normal; letter-spacing: initial;}
    input:focus, textarea:focus{box-shadow: none;}
    b{font-weight:bold}

/*************** 색상 ***************/
	.co_white{color:#fefefe;}
    .co_0{color: #f6f6f6;}
    .co_1{color: #e7e7e7;}
    .co_2{color:#d1d1d1;}
    .co_3{color:#b0b0b0;}
    .co_4{color:#888888;}
    .co_5{color:#6d6d6d;}
    .co_6{color:#5d5d5d;}
    .co_7{color:#4f4f4f;}
    .co_8{color:#454545;}
    .co_9{color:#3d3d3d;}
    .co_10{color:#000000;}

    .co_gray0{color: #f6f6f6;}
    .co_gray1{color: #e7e7e7;}
    .co_gray2{color:#d1d1d1;}
    .co_gray3{color:#b0b0b0}
    .co_gray4{color:#888888}
    .co_gray5{color:#6d6d6d}
    .co_gray6{color:#5d5d5d}
    .co_gray7{color:#4f4f4f}
    .co_gray8{color:#454545}
    .co_gray9{color:#3d3d3d}
    .co_gray10{color:#000000}

/*************** 배경 색상 ***************/
	.bco_white{background:#fefefe;}
	.bco_black{background:#222;}

    .bco_0{background: #f6f6f6;}
    .bco_1{background: #e7e7e7;}
    .bco_2{background:#d1d1d1;}
    .bco_3{background:#b0b0b0;}
    .bco_4{background:#888888;}
    .bco_5{background:#6d6d6d;}
    .bco_6{background:#5d5d5d;}
    .bco_7{background:#4f4f4f;}
    .bco_8{background:#454545;}
    .bco_9{background:#3d3d3d;}
    .bco_10{background:#000000;}

    .bco_gray0{background: #f6f6f6;}
    .bco_gray1{background: #e7e7e7;}
    .bco_gray2{background:#d1d1d1;}
    .bco_gray3{background:#b0b0b0}
    .bco_gray4{background:#888888}
    .bco_gray5{background:#6d6d6d}
    .bco_gray6{background:#5d5d5d}
    .bco_gray7{background:#4f4f4f}
    .bco_gray8{background:#454545}
    .bco_gray9{background:#3d3d3d}
    .bco_gray10{background:#000000}




