@charset "utf-8";
@font-face {
 font-family: 'NanumSquare';
 font-weight: 500;
 src: url('/main/css/font/NanumSquareL.eot');
 src: url('/maincss/font/NanumSquareL.eot?#iefix') format('embedded-opentype'),
      url('/main/css/font/NanumSquareL.woff') format('woff'),
      url('/main/css/font/NanumSquareL.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 600;
 src: url('/main/css/font/NanumSquareR.eot');
 src: url('/main/css/font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
      url('/main/css/font/NanumSquareR.woff') format('woff'),
      url('/main/css/font/NanumSquareR.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url('/main/css/font/NanumSquareB.eot');
 src: url('/main/css/font/NanumSquareB.eot?#iefix') format('embedded-opentype'),
      url('/main/css/font/NanumSquareB.woff') format('woff'),
      url('/main/css/font/NanumSquareB.ttf') format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url('/main/css/font/NanumSquareEB.eot');
 src: url('/main/css/font/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
      url('/main/css/font/NanumSquareEB.woff') format('woff'),
      url('/main/css/font/NanumSquareEB.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(/main/css/font/NotoSansKR-Thin.woff2) format('woff2'),
       url(/main/css/font/NotoSansKR-Thin.woff) format('woff'),
       url(/main/css/font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/main/css/font/NotoSansKR-Light.woff2) format('woff2'),
       url(/main/css/font/NotoSansKR-Light.woff) format('woff'),
       url(/main/css/font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/main/css/font/NotoSansKR-Regular.woff2) format('woff2'),
        url(/main/css/font/NotoSansKR-Regular.woff) format('woff'),
        url(/main/css/font/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/main/css/font/NotoSansKR-Medium.woff2) format('woff2'),
        url(/main/css/font/NotoSansKR-Medium.woff) format('woff'),
        url(/main/css/font/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/main/css/font/NotoSansKR-Bold.woff2) format('woff2'),
        url(/main/css/font/NotoSansKR-Bold.woff) format('woff'),
        url(/main/css/font/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(/main/css/font/NotoSansKR-Black.woff2) format('woff2'),
        url(/main/css/font/NotoSansKR-Black.woff) format('woff'),
        url(/main/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: url(/main/images/common/bg_notice.jpg) no-repeat; position: relative;}*/
#wrap{width: 1080px; height: 1920px; overflow: hidden; position: relative;}
#header{width: 1080px; height: 155px; position: relative; float: left;}
#header h1{position: absolute; top: 42px; left: 43px;}

#header .today_wrap {
    margin: 20px 0 0 400px;
    width: 330px;
    position: relative;
}
#header .today_date {width:200px; height:40px; color: #0066b3; font-size: 20px; display: inline-block; font-weight: 700}
#header .today_date span {color:#000; font-size:35px; line-height:27px; letter-spacing:1px; margin-left: 18px;}
#header .time_all{width: 285px; height: 75px; background: url(/main/images/common/bg_clock.png) no-repeat;}
#header .time_all .time_v1 {position:absolute; width:59px; height:71px; text-align:center; left: 6px; top: 39px;}
#header .time_all .time_v1 span {font-weight:700; font-size:50px; line-height:73px; color:#ffffff; }
#header .time_all .time_v2 {position:absolute; width:59px; height:71px; text-align:center; left: 71px; top: 39px;}
#header .time_all .time_v2 span {font-weight:700; font-size:50px; line-height:73px; color:#ffffff; }
#header .time_all .time_v3 {position:absolute; width:59px; height:71px; text-align:center; left: 152px; top: 39px;}
#header .time_all .time_v3 span {font-weight:700; font-size:50px; line-height:73px; color:#ffffff; }
#header .time_all .time_v4 {position:absolute; width:59px; height:71px; text-align:center; left: 217px; top: 39px;}
#header .time_all .time_v4 span {font-weight:700; font-size:50px; line-height:73px; color:#ffffff; }
#header .time_all .ampm{position: absolute; top:84px; right: 0; font-size: 25px; font-weight: 600}

#header .weather{top: 42px; right:50px; position: absolute; height: 70px; width: 170px;}
#header .weather .weather_ico{width: 70px; height: 70px; float: left;}
#header .weather .temp{font-size: 35px; font-weight: 700; color:rgb(0, 0, 0); width: 90px; float: left; text-align: right; line-height: 79px;}



/*#notice_wrap{float: left; width: 1080px; height: 120px; background: #061e44;}*/
#notice_wrap{float: left; width: 1080px; height: 100px; background: #061e44;}
/*#notice_wrap span{padding: 40px; color: #fff; font-size: 35px; line-height: 50px; display: inline-block; font-weight: 600}*/
#notice_wrap span{padding: 40px; color: #fff; font-size: 35px; line-height: 50%; display: inline-block; font-weight: 600}

#video_wrap{float: left; width: 1080px; height: 608px; background: #000;}

#container{width:1080px; height: 1057px; float: left; background: #fff;}
/*.js-marquee span{margin-right: 200px;}*/
.swiper-wrapper img {
    width: 1080px;
    height: 1057px;
}

