@charset "utf-8";
@font-face {
 font-family: 'NanumSquare';
 font-weight: 500;
 src: url('/public/css/font/NanumSquareL.eot');
 src: url('/public/css/font/NanumSquareL.eot?#iefix') format('embedded-opentype'),
      url('/public/css/font/NanumSquareL.woff') format('woff'),
      url('/public/css/font/NanumSquareL.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 600;
 src: url('/public/css/font/NanumSquareR.eot');
 src: url('/public/css/font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
      url('/public/css/font/NanumSquareR.woff') format('woff'),
      url('/public/css/font/NanumSquareR.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url('/public/css/font/NanumSquareB.eot');
 src: url('/public/css/font/NanumSquareB.eot?#iefix') format('embedded-opentype'),
      url('/public/css/font/NanumSquareB.woff') format('woff'),
      url('/public/css/font/NanumSquareB.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url('/public/css/font/NanumSquareEB.eot');
 src: url('/public/css/font/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
      url('/public/css/font/NanumSquareEB.woff') format('woff'),
      url('/public/css/font/NanumSquareEB.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('/public/css/font/NotoSansKR-Thin.woff2') format('woff2'),
       url('/public/css/font/NotoSansKR-Thin.woff') format('woff'),
       url('/public/css/font/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('/public/css/font/NotoSansKR-Light.woff2') format('woff2'),
       url('/public/css/font/NotoSansKR-Light.woff') format('woff'),
       url('/public/css/font/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url('/public/css/font/NotoSansKR-Regular.woff2') format('woff2'),
        url('/public/css/font/NotoSansKR-Regular.woff') format('woff'),
        url('/public/css/font/NotoSansKR-Regular.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url('/public/css/font/NotoSansKR-Medium.woff2') format('woff2'),
        url('/public/css/font/NotoSansKR-Medium.woff') format('woff'),
        url('/public/css/font/NotoSansKR-Medium.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url('/public/css/font/NotoSansKR-Bold.woff2') format('woff2'),
        url('/public/css/font/NotoSansKR-Bold.woff') format('woff'),
        url('/public/css/font/NotoSansKR-Bold.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url('/public/css/font/NotoSansKR-Black.woff2') format('woff2'),
        url('/public/css/font/NotoSansKR-Black.woff') format('woff'),
        url('/public/css/font/NotoSansKR-Black.otf') format('opentype');
 } 

/*** common ***/
.fl    { float:left !important; }
.fr    { float:right !important; }
.fn    { float:none !important; }
.cb    { clear:both !important; }
.pr    { position:relative !important}
.ac    { text-align:center !important; }
.al    { text-align:left !important; }
.ar    { text-align:right !important; }
.vt    { vertical-align:top !important; }
.vm    { vertical-align:middle !important; }
.vb    { vertical-align:bottom !important; }
.jf    { text-align:justify !important; }
.oh    { overflow:hidden !important; }
.oh_y  { overflow-y:hidden !important;}
.cp    { cursor:pointer !important; }
.di    { display:inline !important; }
.dib   { display:inline-block !important; }
.dn    { display:none !important; }
.db    { display:block !important; }
.vv    { visibility:visible !important; }
.vh    { visibility:hidden !important; }
.bn    { border:none !important; }
.bbn   { border-bottom:none !important; }
.brn   { border-right:none !important; }
.bgn   { background:none !important; }
.fb    { font-weight:bold !important; }
.BDB   { border-bottom:2px solid #d1d1d1 !important}
.zoom1 { *zoom:1 }

/* Margin */
.MN0 { margin:0 !important; }
.ML2 { margin-left:2px !important; }
.ML4 { margin-left:4px !important; }
.ML5 { margin-left:5px !important; }
.ML8 { margin-left:8px !important; }
.ML10 { margin-left:10px !important; }
.ML15 { margin-left:15px !important; }
.ML20 { margin-left:20px !important; }
.ML24 {margin-left:24px}
.ML30 { margin-left:30px; }
.ML50 { margin-left:50px !important; }
.ML58 { margin-left:58px; }
.ML80 { margin-left:80px; }
.ML120 { margin-left:120px; }
.ML200 { margin-left:200px; }
.ML213 { margin-left:213px; }
.ML293 { margin-left:293px; }
.MR5 {margin-right:5px}
.MR10 { margin-right:10px; }
.MR15 { margin-right:15px; }
.MR16 { margin-right:16px; }
.MR20 { margin-right:20px; }
.MR30 { margin-right:30px; }
.MR37 { margin-right:37px; }
.MR40 { margin-right:40px; }
.MR60 { margin-right:60px; }
.MR72 { margin-right:72px; }
.MT2 { margin-top:2px !important; }
.MT4 { margin-top:4px !important; }
.MT5 { margin-top:5px !important; }
.MT7 { margin-top:7px !important; }
.MT10 { margin-top:10px !important; }
.MT15 { margin-top:15px; }
.MT20 { margin-top:20px !important; }
.MT22 { margin-top:22px; }
.MT25 { margin-top:25px; }
.MT28 { margin-top:28px; }
.MT30 { margin-top:30px !important; }
.MT35 { margin-top:35px !important; }
.MT40 { margin-top:40px !important; }
.MT45 {margin-top:45px !important}
.MT50 { margin-top:50px; }
.MT55 { margin-top:55px; }
.MT60 { margin-top:60px !important; }
.MT65 { margin-top:65px !important; }
.MT70 { margin-top:70px; }
.MT80 { margin-top:80px !important; }
.MT120 { margin-top:120px; }
.MT267 {margin-top:267px !important}
.MB0 { margin-bottom:0 !important}
.MB5 { margin-bottom:5px; }
.MB10 { margin-bottom:10px !important; }
.MB12 {margin-bottom:12px !important}
.MB15 { margin-bottom:15px; }
.MB20 { margin-bottom:20px !important; ; }
.MB26 { margin-bottom:26px !important; ; }
.MB30 { margin-bottom:30px !important; }
.MB40 { margin-bottom:40px !important; }
.MB50 {margin-bottom:50px}
.MB55 { margin-bottom:55px; }
.MB60 { margin-bottom:60px; }
.MB70 {margin-bottom:70px !important}
.MT10MB100 {margin:10px 0 100px 0;}
.minusT40 {margin-top:-40px}

/* padding_top */
.PN0 {padding:0 !important}
.PT0 {padding-top:0 !important}
.PT5 { padding-top:5px !important;}
.PT7 { padding-top:7px;}
.PT10 { padding-top:10px;}
.PT12 { padding-top:12px;}
.PT15 { padding-top:15px;}
.PT20 { padding-top:20px !important;}
.PT25 { padding-top:25px;}
.PT27 { padding-top:27px;}
.PT30 { padding-top:30px;}
.PT37 { padding-top:37px;}
.PT38 { padding-top:38px;}
.PT43 { padding-top:43px;}
.PT40 { padding-top:40px !important;}
.PT50 { padding-top:50px !important;}
.PT65 { padding-top:65px !important;}
.PT75 { padding-top:75px;}

/* padding_left */
.PL0 { padding-left:0px !important;}
.PL3 { padding-left:3px;}
.PL5 { padding-left:5px;}
.PL8 { padding-left:8px;}
.PL10 { padding-left:10px;}
.PL20 { padding-left:20px !important;}
.PL23 { padding-left:23px;}
.PL25 { padding-left:25px;}
.PL30 { padding-left:30px;}
.PL40{ padding-left:40px;}
.PL45{ padding-left:45px;}
.PL50{ padding-left:50px;}
.PL55{ padding-left:55px;}
.PL60 { padding-left:60px;}
.PL65 { padding-left:6px;}
.PL100 { padding-left:100px;}

/* padding_right */
.PR6 { padding-right:6px;}
.PR10 { padding-right:10px;}
.PR20 { padding-right:20px;}
.PR35 { padding-right:35px;}
.PR40 { padding-right:40px;}
.PR60 { padding-right:60px;}
.PR72 { padding-right:72px;}

/* padding_bottom */
.PB0 {padding-bottom:0 !important}
.PB10 { padding-bottom:10px;}
.PB13 { padding-bottom:13px;}
.PB15 { padding-bottom:15px !important}
.PB20 { padding-bottom:20px !important;}
.PB23 { padding-bottom:23px !important;}
.PB30 { padding-bottom:30px !important;}
.PB40 { padding-bottom:40px;}
.PB50 {padding-bottom:50px }
.PB65 { padding-bottom:65px;}
.PB70 { padding-bottom:70px;}
.PB110 { padding-bottom:110px;}

/* padding_all */
.PT10L5 { padding:10px 0 0 5px !important;}
.PTB10 {padding:10px 0 !important;}
.PTBL {padding:20px 0 20px 20px !important;}

/* Reset */
 * {outline:0 !important;}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0; font-family: 'NanumSquare', 'Malgun Gothic', '맑은 고딕', 'Dotum','arial','sans-serif';}
html, body{width:1080px;}
body{width:1080px; background:#fff;}
body,input,select,textarea,button {border:none;font-size:12px; font-family:'NanumSquare', sans-serif;color:#000;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle;}
.hide,caption,legend{line-height:0;font-size:0px;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure{display:block;}
a{color:#000;text-decoration:none;}

.clear {clear:both;}
.clear:after {content:""; display:block; clear:both;}

#wrap{width: 1080px; height: 1920px; overflow: hidden; position: relative;background:#000; position: relative;}
#header{width: 1080px; height: 265px; position: relative; float: left; margin-top: 150px}
#header .logo{float: left; width: 265px; margin-left: 63px; margin-top: 13px;}
#header .dust{float: left; width: 250px; margin-left: 73px;}
#header .dust > .tit{color: #fff; font-size: 30px; font-weight: 700; text-align: center;}
#header .dust > .circle{width: 150px; height: 150px; border: 10px solid #fff; border-radius: 100px; margin: 15px auto 10px;}
#header .dust > .circle > .img{text-align: center; display: block; margin-top: 20px}
#header .dust > .circle > .dustInfo{font-size: 50px; text-align: center; font-weight: 800;}
#header .dust > txt{text-align: center;}

#header .dust > .circle.lv1_border{border: 10px solid #156fed;}
#header .dust > .circle.lv2_border{border: 10px solid #4cc349;}
#header .dust > .circle.lv3_border{border: 10px solid #fd9b5a;}
#header .dust > .circle.lv4_border{border: 10px solid #d51f31;}

#header .ultrafine_area{float: left; width: 273px; height: 252px; position: relative;}
#header .ultrafine_area::before{content: ''; background: #fff; width: 2px; height: 243px; margin-right: 47px;position: absolute; left: 43px;}
#header .ultrafine_area > .ultrafine{margin: 104px 0 0 90px; display: table; width: 270px; height: 45px;}
#header .ultrafine_area > .ultrafine > .img{width: 59px; height: 45px; float: left;}
#header .ultrafine_area > .ultrafine > .ultrafine_txt{width: 119px; font-size: 40px; font-weight: 800; height: 45px; display: table-cell; vertical-align:middle; float: left; text-align: center;}
#header .ultrafine_area > .ultrafine > .ultrafine_tit{font-size: 20px; color: #fff; font-weight: 700; float: left; height: 45px; width: 92px; line-height: 45px;}
#header .ultrafine_area > .ultrafine > .txt_info{font-size: 15px; color: #fff; text-align: center; margin-top: 124px; font-weight: 600}

#header .date_box{float: left; margin: 51px 0 0 220px; width: 450px; text-align: center; }
#header .date_box > .tit{font-size: 70px; color: #fff; font-weight: 800; letter-spacing: -2}
#header .date_box > .date_info{margin-top: 35px; color: #fff; font-size: 30px; font-weight: 700}
#header .date_box > .time_info{margin-top: 5px; font-size: 50px; color: #fff; font-weight: 700}
#header .date_box > .time_info span{font-size: 30px; margin-right: 20px;}

.lv1_color{color: #156fed;}
.lv2_color{color: #4cc349;}
.lv3_color{color: #fd9b5a;}
.lv4_color{color: #d51f31;}


#video_area{float: left; width: 1080px; height: 608px; /*background: #ff0000;*/ margin-top: 150px;}

#graph_area{float: left; height: 127px; background:#000; padding: 130px 75px;}
#graph_area .dust_graph{float: left; width: 920px; height: 60px;}
#graph_area .dust_graph > .tit{font-size: 30px; color: #fff; font-weight: 800; float: left; width: 158px;}
#graph_area .dust_graph > .graph{width: 762px; height: 60px; float: left; position: relative;}
#graph_area .dust_graph > .graph > .info{position:absolute; padding: 8px 23px; border: 3px solid #fff; border-radius: 25px; background: #000; color: #fff; font-size: 20px; font-weight: 700; top:-4px;}
.graph_bg1{background: url(../images/common/graph1.jpg) no-repeat;}
.graph_bg2{background: url(../images/common/graph2.jpg) no-repeat;}
#graph_area .dust_graph > .graph > .info.lv1_border{border: 3px solid #156fed;}
#graph_area .dust_graph > .graph > .info.lv2_border{border: 3px solid #4cc349;}
#graph_area .dust_graph > .graph > .info.lv3_border{border: 3px solid #fd9b5a;}
#graph_area .dust_graph > .graph > .info.lv4_border{border: 3px solid #d51f31;}

.txt1_color{color: #2a6c24}
.txt2_color{color: #d51719}
.txt3_color{color: #ffc600}


#info_area{float: left; width: 980px; height: 360px; background: #fff; padding: 25px 50px; position: relative;}
#info_area h3{font-size: 50px; color: #000; font-weight: 800; text-align: center;}
#info_area ul li{float: left; width: 20%; text-align: center; margin-top: 45px; background:url('../images/common/bar.jpg') no-repeat left center;}
#info_area ul li:first-child{background: none;} 
#info_area ul li > .tit{font-size: 25px; color: #000; font-weight: 800;}
#info_area ul li > .icon{width: 65px; height: 65px; margin: 30px auto; display: table;}
#info_area ul li > .icon span{vertical-align: middle; display: table-cell; text-align: center;}
#info_area ul li > .info{font-size: 30px; font-weight: 600;}
#info_area ul li > .info span{font-weight: 800;}
#info_area .info_txt{position: absolute; bottom:68px; right: 62px; font-size: 16px}
