@charset "utf-8";

/****************************************** reset code ******************************************/
    html, body{overflow-x:hidden;  scroll-behavior: smooth;}
	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; 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:75dvw; margin-left:auto; margin-right:auto;}
    table{border-collapse: collapse;}
    td{vertical-align: middle;}
    .wdpib{display:inline-block;}
    .wdpif{display:inline-flex;}
        .tit{font-size:66px;}
/*************** 색상 ***************/
	.co_white{color:#fefefe;}
    .co_0{color: #FFF2F1;}
    .co_1{color: #FFE3E0;}
    .co_2{color:#FFCDC7}
    .co_3{color:#FFAAA0}
    .co_4{color:#FF7869}
    .co_5{color:#F93822}
    .co_6{color:#E7301B}
    .co_7{color:#C32412}
    .co_8{color:#A12213}
    .co_9{color:#852217}
    .co_10{color:#490D06}

    .co_gray0{color: #FEFEFE}
    .co_gray1{color: #F6F7F8}
    .co_gray2{color:#E9E9EC}
    .co_gray3{color:#AFAFAF}
    .co_gray4{color:#9091A0}
    .co_gray5{color:#727485}
    .co_gray6{color:#5C5D6D}
    .co_gray7{color:#4B4C59}
    .co_gray8{color:#40414C}
    .co_gray9{color:#393941}
    .co_gray10{color:#212126}

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


    .bco_0{background: #FFF2F1;}
    .bco_1{background: #FFE3E0;}
    .bco_2{background:#FFCDC7}
    .bco_3{background:#FFAAA0}
    .bco_4{background:#FF7869}
    .bco_5{background:#F93822}
    .bco_6{background:#E7301B}
    .bco_7{background:#C32412}
    .bco_8{background:#A12213}
    .bco_9{background:#852217}
    .bco_10{background:#490D06}

    .bco_gray0{background: #FEFEFE}
    .bco_gray1{background: #F6F7F8}
    .bco_gray2{background:#E9E9EC}
    .bco_gray3{background:#B7B7C2}
    .bco_gray4{background:#9091A0}
    .bco_gray5{background:#727485}
    .bco_gray6{background:#5C5D6D}
    .bco_gray7{background:#4B4C59}
    .bco_gray8{background:#40414C}
    .bco_gray9{background:#393941}
    .bco_gray10{background:#212126}
    .bco_gray11{background:#1E1E1E;}
    .bco_gray12{background:#F0F2F3;}




