@charset "utf-8";

/****************************************** reset code ******************************************/
    html, body{overflow-x:hidden !important;}
	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; letter-spacing: -0.05em; line-height:1.5em;font-family: 'SUIT', sans-serif;
     font-weight:400; vertical-align: baseline; color:#26272b;word-break:keep-all; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
    body{background:#fff}
    html {scroll-behavior: smooth;}

    @font-face {
        font-family:'sfFont';
        src: url('/theme/basic/font/sfFont.woff2') format('woff2'),
        url('/theme/basic/font/sfFont.ttf') format('ttf'), 
        url('/theme/basic/font/sfFont.eot') format('truetype')
    }

    button, a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0); border:0; cursor: pointer;}
    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; }
    .sound_only{display:none}

    .inner{width:70dvw; margin-left:auto; margin-right:auto}

    .sound_only{display: none !important;}
    h2{display: none;}
    
    td {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

    .pointP1{font-family:"Noto Serif KR", serif; font-optical-sizing:auto; font-style:normal}
    .pointP2{font-family: "sfFont"; font-optical-sizing: auto; font-style: normal;}
    .letter_2{letter-spacing: calc(-0.02 * 1em);}
      


/****************************************** 글자 색상 ******************************************/

	.co_white{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}
    .co_black{color:#26272b}

    .co_0{color:#FFFCFB;}
    .co_1{color:#9d0000;}
    .co_2{color:#007e41;}


/****************************************** 배경 색상 ******************************************/
    
    .bco_white{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}
    
    .bco_0{background:#f7f8f8;}
    .bco_1{background:#9d0000;}
    .bco_2{background:#007e41;}


