@charset "utf-8";
/* @import url("common.css"); */
/* common */
.tab-menu ul li a span{font-size: 16px;}
.hide{display:none !important}
#wrap{position:relative;width:100%}
#header{width:100%;margin:0 auto;text-align:center}
/* #content,#footer{width:100%;margin:0 auto} */
.input{height:30px;padding:0 5px;border:1px solid #ccc;line-height:30px;box-sizing:border-box}
.select, select.input {padding-right:0}
.mt0{margin-top:0 !important}
.mt10{margin-top:10px !important}
.mt20{margin-top:20px !important}
.mb0{margin-bottom:0 !important}
.mb1{margin-bottom:20px !important}
.mb2{margin-bottom:40px !important}
.mb3{margin-bottom:60px !important}
.display-table{display:table;width:100%}
.cell{display:table-cell}
.overflow{overflow:hidden}
.overlay,.pop-overlay,.pop-overlay2{visibility:hidden;position:fixed;top:0;right:0;left:0;bottom:0;z-index:0;z-index:10;background:#000;filter:alpha(opacity=50);opacity:.5}
.pop-overlay{z-index:101}
.pop-overlay2{z-index:102}
label,.label-text{display:inline-block;max-width:100%;margin:0 0 5px;padding:0;font-weight:600;line-height:1.2;color:#333;letter-spacing:-.5px}
label{margin-right:4px}
.layer-center{top:50%;left:50%}
.table-fixed{table-layout:fixed}
.w100 {width: 100% !important}
.w70 {width: 70% !important;margin:auto;}
/* common icon */
.ico-only{display:inline-block;font-size:0;vertical-align:middle}
.ico-only::after{display:inline-block;width:20px;height:20px;content:''}
.ico-file::after{background:url(../images/common/ico_down.gif) 50% 50% no-repeat}
.ico-notice::after{background:url(../images/common/ico_notice.gif) 50% 50% no-repeat}
.ico-print{width:25px;height:25px;margin-left:5px;border:none;background:none;vertical-align:bottom}
.ico-print::after{width:25px;height:25px;background:url(../images/common/ico_print.png) 50% 50% no-repeat}
.board-pre-next .ico-caret-up,.board-pre-next .ico-caret-down{margin-top:7px}
.ico-caret-up::after,.ico-caret-down::after{width:15px;height:9px;background:url(../images/common/ico_caret.png) 0 0 no-repeat}
.ico-caret-up::after{background-position:0 0}
.ico-caret-down::after{background-position:0 -20px}

/* common tab menu */
.tab-menu > ul{display:block}
.tab-menu > ul{display:table;width:100%;margin-bottom:40px;border-collapse:collapse;box-sizing:border-box}
.tab-menu > ul:after{display:block;clear:both;content:''}
.tab-menu > ul > li{display:table-cell;width:20%;text-align:center;vertical-align:middle}
.subcon .tab-menu.w-auto {height: 60px;}
.tab-menu.w-auto > ul {width:auto}
.tab-menu.w-auto > ul > li{width:auto}
.tab-menu.w-auto > ul > li > a{padding:14px 45px}
.tab-menu.tab2 > ul > li{width:50%}
.tab-menu.tab3 > ul > li{width:33.333%}
.tab-menu.tab4 > ul > li{width:25%}
.tab-menu.tab5 > ul > li{width:20%}
.tab-menu.tab6 > ul > li{width:16.6666%}
.tab-menu > ul > li > a{display:block;margin:0;padding:17px 0;border-radius:0;font-size:19px;line-height:1.15;color:#ccc;font-weight: bold; margin-left: 10px; border:5px solid #d8d8d8}
.tab-menu > ul > li:first-child > a {margin-left: 0}
.tab-menu > ul > li > a > h3 {font-weight: bold}
.tab-menu > ul > li.on > a,.tab-menu > ul > li:hover > a{color: #46a6f5;border:5px solid #46a6f5}

.tab-menu > ul > li > .greenBtn{display:block;margin:0;padding:17px 0;border-radius:0;font-size:19px;line-height:1.15;color:#fff;font-weight: bold; margin-left: 10px; border:5px solid #339933; background-color:#66cc66;}
.tab-menu > ul > li.on > .greenBtn,.tab-menu > ul > li:hover > .greenBtn{color: #66cc66;border:5px solid #339933;background-color:#fff;}

.tab-menu > ul > li > .purpleBtn{display:block;margin:0;padding:17px 0;border-radius:0;font-size:19px;line-height:1.15;color:#fff;font-weight: bold; margin-left: 10px; border:5px solid #333399; background-color:#6666cc;}
.tab-menu > ul > li.on > .purpleBtn,.tab-menu > ul > li:hover > .purpleBtn{color: #6666cc;border:5px solid #333399;background-color:#fff;}

.tab-menu > ul > li > .yellowBtn{display:block;margin:0;padding:17px 0;border-radius:0;font-size:19px;line-height:1.15;color:#fff;font-weight: bold; margin-left: 10px; border:5px solid #999933; background-color:#cccc66;}
.tab-menu > ul > li.on > .yellowBtn,.tab-menu > ul > li:hover > .yellowBtn{color: #cccc66;border:5px solid #999933;background-color:#fff;}

.tab-menu > ul > li > .redBtn{display:block;margin:0;padding:17px 0;border-radius:0;font-size:19px;line-height:1.15;color:#fff;font-weight: bold; margin-left: 10px; border:5px solid #993333; background-color:#cc6666;}
.tab-menu > ul > li.on > .redBtn,.tab-menu > ul > li:hover > .redBtn{color: #cc6666;border:5px solid #993333;background-color:#fff;}

/* common sub tab menu */
.sub-tab > ul{display:table;width:100%;margin-bottom:40px;border-collapse:collapse;box-sizing:border-box;border-right:2px solid #a9a9a9}
.sub-tab > ul:after{display:block;clear:both;content:''}
.sub-tab > ul > li{display:table-cell;width:20%;text-align:center;vertical-align:middle}
.sub-tab.tab2 > ul > li{width:50%}
.sub-tab.tab3 > ul > li{width:33.333%}
.sub-tab.tab4 > ul > li{width:25%}
.sub-tab.tab5 > ul > li{width:20%}
.sub-tab.tab6 > ul > li{width:16.6666%}
.sub-tab.tab8 > ul > li{width:12.5%}
.sub-tab > ul > li > a{display:block;margin:0;border-radius:0;font-size:14px;line-height:18px;color:#000;font-weight: bold;border-left:2px solid #a9a9a9}
.sub-tab > ul > li.on > a,.sub-tab > ul > li:hover > a{color: #46a6f5;}

figure{margin:0;width:100%;text-align:center}
figure img{max-width: 100%}

/* button style */
.btn{display:inline-block;margin-bottom:0;padding:0 10px;border:1px solid transparent;border-radius:0;background-image:none;font-weight:600;line-height:28px;text-align:center;vertical-align:middle;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;box-sizing:border-box}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}
.btn:active,.btn.active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;box-shadow:none;opacity:.65}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus,.btn.focus{text-decoration:none}
.btn:active,.btn.active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;box-shadow:none;opacity:.65}

.btn-default,a.btn-default{border-color:#6B6B6B;background-color:#6B6B6B;color:#fff;text-shadow:none}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default{border-color:#222;background-color:#444;color:#fff}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default{background-image:none}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{border-color:#999;background-color:#aaa}

.btn-primary,a.btn-primary{border-color:#464646;background-color:#464646;color:#fff}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary{border-color:#666;background-color:#666;color:#fff}
.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{border-color:#8aa0c9;background-color:#9bb3de}

.btn-gray,a.btn-gray,
.btn-gray:hover,.btn-gray:focus,.btn-gray.focus{border-color:#a4a4a4;background-color:#a4a4a4;color:#fff !important}

.btn-lg,.btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.3333333}
.btn-sm,.btn-group-sm > .btn{padding:2px 10px;font-size:12px;font-weight:normal;line-height:1.5}
.btn-xs,.btn-group-xs > .btn{padding:1px 5px;font-size:11px;line-height:1.5}

/* checkbox, radio style */
label{cursor:pointer}
/*input[type=checkbox]:not(old),input[type=radio ]:not(old){width:0;margin:0;padding:0;opacity:0;cursor:pointer}
input[type=checkbox]:not(old) + label:before,input[type=radio ]:not(old) + label:before{display:inline-block;width:20px;height:20px;margin-right:3px;background-image:url(../images/common/ico_check.png);background-repeat:no-repeat;line-height:20px;font-weight:600;vertical-align:middle;content:'';cursor:pointer}

input[type=checkbox]:not(old):checked + label:before{background-position:0 -26px}
input[type=radio]:not(old) + label:before{background-position:0 -52px}
input[type=radio]:not(old):checked + label:before{background-position:0 -78px}
input[type=checkbox].check-color:not(old) + label:before{background-position:-30px 0}
input[type=checkbox].check-color:not(old):checked + label:before{background-position:-30px -26px}
input[type=radio].check-color:not(old) + label:before{background-position:-30px -52px}
input[type=radio].check-color:not(old):checked + label:before{background-position:-30px -78px}*/
.popup-check-label,input[type=checkbox]:not(old) + label.popup-check-label:before{width:10px;margin:0;margin-left:-22px;padding:10px;padding-left:0;cursor:pointer}


input[type=checkbox]:not(old).chk-style{width:0;margin:0;padding:0;opacity:0;cursor:pointer}
input[type=checkbox]:not(old).chk-style + label:before{display:inline-block;width:20px;height:20px;margin-right:10px;background-image:url(../images/common/ico_check.gif);background-repeat:no-repeat;line-height:20px;font-weight:600;vertical-align:middle;content:'';cursor:pointer}
input[type=checkbox]:not(old).chk-style:checked + label:before{background-position:0 -32px}

/* header */
/* .top-area{display:block;overflow:hidden;position:relative;width:1200px;height:62px;margin:0 auto;padding:11px 0 10px;text-align:left;box-sizing:border-box} */
.top-area h1{display:inline-block;width:234px; margin: 3px 0 0 0}
.top-area .top-logo a{display:block}

/* top menu */
/* .top-menu{display:block;position:absolute;top:20px;right:0} */
.top-menu-ul{display:inline-block}
.top-menu-li{display:inline-block;height:12px;margin-left:6px;padding:0 0 0 6px;font-size:14px;line-height:12px}
.top-menu-li:first-child{border-left:none}
.top-menu-li a{font-weight:normal;font-size:10px;color:#000;color:#555}
.top-menu-li strong{margin-left:5px}
.top-menu-li a:hover,.top-menu-li a:focus{text-decoration:underline}
.top-search{display:inline-block;margin-left:10px}
.top-search-input{visibility:hidden;width:0;margin-left:0;-webkit-transition:all .5s;transition:all .5s;opacity:0}
.__open-top-search .top-search-input{visibility:visible;width:160px;opacity:1}
.btn-top-search-submit,.btn-show-top-search{width:30px;height:30px;margin:0;padding:0;border:none;background:#555;font-size:0;line-height:30px;text-align:center}
.btn-show-top-search{float:right}
.btn-top-search-submit{visibility:hidden;position:absolute;right:0;opacity:0}
.__open-top-search .btn-top-search-submit{visibility:visible;position:static;opacity:1}
.btn-top-search-submit::before,.btn-show-top-search::before{display:inline-block;width:16px;height:15px;background:url(../images/common/ico_search.png) 50% 50% no-repeat;vertical-align:middle;content:''}

/* .gnb-wrap{width:100%}
.gnb{display:inline-block;width:90%;max-width:1100px;margin:37px 0 0;text-align:center}
.gnb-menu{width:1200px;height:51px;margin:0 auto;border-bottom:2px solid #ff2930;box-sizing:border-box}
.gnb-menu > li{display:inline-block;position:relative;margin:0;margin:0 0 0 151px}
.gnb-menu > li:first-child{margin-left:0}
.gnb-menu > li > a{display:inline-block;height:50px;margin:0;padding:0 0 10px;font-size:1.3em;font-weight:600;line-height:50px;color:#343434}
.gnb-menu > li.on > a,.gnb-menu > li > a:hover,.gnb-menu > li > a:focus{font-weight:600;color:#ed1d25;text-decoration:none}
.gnb-sub{visibility:hidden;position:absolute;top:65px;left:0;z-index:100;width:200px;text-align:left;opacity:0;-webkit-transition:all .5s;transition:all .5s}
.gnb-sub > ul > li{padding:2px 0}
.gnb-sub > ul > li > a{color:#fff}
.gnb-sub > ul > li > a:hover,.gnb-sub > ul > li > a:focus{font-weight:500;color:#ed1d25}
.__gnb-over .gnb-sub{visibility:visible;opacity:1}
.gnb-sub-bg{visibility:visible;position:absolute;top:113px;right:0;left:0;z-index:50;height:0;opacity:1;-webkit-transition:all .2s;transition:all .2s;background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 100%);background: url(../images/common/bg_gnb.png) 0 0 repeat-x;}
 
 */
#content{outline:0}
#container{max-width:100%;padding:0;border-bottom:1px solid #d3d3d3}
#content{overflow:hidden;float:right;width:100%;margin-bottom: 30px;}

/* main */
canvas, img {
    image-rendering: optimizeQuality;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: bicubic;
}
.main #content{float:none;min-width:100%}
.main-banner, .main-news,.main-about, .main-info {margin:0 auto;position: relative;overflow: hidden;clear: both; display: block;box-sizing: border-box}
/* .main-news,.main-about {width: 1200px;padding: 40px 0}
.main-news {height: 230px;padding-top: 0;}
 */
 .main-info {}

.main-banner{width: 1320px;height:408px; background: url(../images/content/bg_main_banner.png) 50% 100% no-repeat;}
.main-banner .slick-prev,.main-banner .slick-next {width: 41px;height: 85px;z-index: 2;}
.main-banner .slick-prev {left: 5px}
.main-banner .slick-next {right: 5px;}
.main-banner .slick-prev:before,.main-banner .slick-next:before {content: ''; display: block; width: 41px;height: 85px;}
.main-banner .slick-prev:before {background: url(../images/common/btn_slider_prev.png) 50% 50% no-repeat;}
.main-banner .slick-next:before {background: url(../images/common/btn_slider_next.png) 50% 50% no-repeat;}

.main-banner.slick-slider {margin-bottom: 0;}
.main-banner-bg {position: absolute; top:61px;width:100%;height: 1170px; background-size:cover;opacity: 0.35;  z-index: -1}
.main-bg-line {position: absolute; bottom:0;width:100%;height: 995px; z-index: -1;background: url(../images/content/bg_main_line.png) 50% 100% no-repeat;}
.main-bg-pattern {position: absolute; bottom:0;width:100%;height:1170px; z-index: -1;background: url(../images/content/bg_main_pattern.png) 50% 0 repeat-x;}
.main-banner-text {position: absolute; top:0px; padding-left: 62px; z-index: 10;}
.main-banner-title{color: #fff;font-size: 39px;font-weight: bold;margin-top: 50px; margin-bottom: 20px;line-height: 1.1;text-shadow:1px 1px 1px rgba(0,0,0,0.5)}
.main-banner-desc{width: 500px;color: #fff;font-size: 16px;font-weight: normal;line-height: 1.5;text-shadow:1px 1px 1px rgba(0,0,0,0.5)}
.main-banner-img,.main-banner-img img,.main-banner-img canvas {display: block;}
.main-banner-img {-webkit-mask: url(../images/content/mask.png);mask: url(../images/content/mask.png);}
.main-banner .slick-dots{bottom: 98px}
.main-banner .slick-dots li{width: 170px;height: 7px;margin: 0 2px;}
.main-banner .slick-dots li button{width: 170px;height: 7px;padding:0;}
.main-banner .slick-dots li button:before {content:''; display: inline-block; width: 170px;height: 7px;background-color: #fff;opacity:1}
.slick-dots li.slick-active button:before {opacity: 1; background-color: #ed1d25}
.btn-more{display: inline-block; width: 17px;height: 17px;background: url(../images/common/ico_more.png) 0 0 no-repeat;position: absolute; top:3px;right: 0;font-size: 0;}

.link-file {}
.link-file:after {content: '';display: inline-block;background: url(../images/common/ico_download.png) 100% 0 no-repeat;width: 13px;height: 12px;vertical-align: middle;margin-left: 10px;}
.main-info .inner {width: 1200px;margin:0 auto}
.main-info .fl {width: 437px;}
.main-info .fr {width: 655px;}
.main-news-title,.main-about-title {font-size: 22px;font-weight: bold;color: #2b2b2b; margin-bottom: 15px;line-height: 1.1;}
.main-news-title.mb30 {margin-bottom: 12px;}
/* .main-news .fl {width: 288px;} */
/* .main-news .fr {width: 900px;text-align: right;} */
/* .main-news-section {height: 150px; box-sizing: border-box;}
.main-news-list {width: 100%;}  0720 반응형*/
.main-news-list li {margin-bottom: 4px; overflow: hidden}
.main-news-list a {float: left;display:block; word-wrap:normal; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 81%;}
.main-news-list .date {float: right; color: #787878}
.main-news-link li:first-child {border-top: 1px solid #c2c2c2}
.main-news-link a {font-size:33px;font-weight: bold;color: #909090; letter-spacing: -1px;display: block;}
.main-news-link a:hover, .main-news-link a:focus, .main-news-link .active a {color: #ed1d25;background: url(../images/content/ico_link.png) 96% 50% no-repeat;}
.main-news-section.docs {width: 410px;float: right;}
.main-news-section-docs li {margin-bottom: 3px;}
.main-news-section-ul {width: 445px;}
.main-news-section-ul .title {font-size: 18px; font-weight: bold; margin-bottom: 8px;display: block; line-height: 1.1;}
.main-info-article {margin-top: 29px;position: relative}
.main-info-title {font-size: 30px;font-weight: bold;color: #fff;line-height: 1.1;margin-bottom: 12px;}
.main-info-link {font-size: 18px;font-weight: bold; color:#2b2b2b;line-height: 1.1;}
.main-info-desc {color:#2b2b2b;line-height: 1.5;}

.main-news-banner li a {background: url(../images/content/ico_go.png) 97% 50% no-repeat;display: block;color: #fff;text-align: left;height: 70px;margin: 0 0 6px 0;padding: 10px; box-sizing: border-box; width: 265px;border:1px solid rgba(0,0,0,0.2)}
.main-news-banner li a strong {display: block;display: block; font-size: 18px; line-height: 1.1; margin: 13px 0 4px 0; text-shadow: 1px 1px 3px rgba(0,0,0,0.5)}
.main-news-banner li a em {font-size: 10px; font-weight: normal;font-style: normal; line-height: 1.1; display: block}
.main-news-banner li.mbanner1 {background: url(../images/content/bg_mbanner1.jpg) 0 0 no-repeat;}
.main-news-banner li.mbanner2 {background: url(../images/content/bg_mbanner2.jpg) 0 0 no-repeat;}

/* .main-news-section {width: 45%;margin-left: 40px;}
.main-news-section,.main-about-section {display: inline-block;position: relative;text-align: left;} 200720*/
.main-news-section.main-quick {clear: both;float: none;width: 100%;}

/* .main-about-section.about {width: 516px;float: left;margin-right: 30px;}
.main-about-section.about .fl {width: 200px;}
.main-about-section.about .fr {width: 289px;text-align: left} */
/* .main-about-section {width: 358px;float: left;} */
/* .main-about-section.map {width: 266px;float: right;} */

.main-about-link {font-size: 16px;font-weight: bold;display: block;margin:10px 0}
.border-bottom .main-about-link {padding:0}
.border-bottom .main-about-link:after {content: ''; display: block; width: 25px; height: 1px; background-color: #cecece;margin-top: 13px;margin-bottom: 13px;}

.main-quick-list {height: 135px;}
/* .main-quick-list li a{font-size: 18px;font-weight: bold;display: block; height: 100%;line-height: 58px;} */
.main-quick-ico {text-align: center}
.main-quick-ico:before{content: ''; display: inline-block; width: 38px;height: 38px;vertical-align: middle;margin: 0 10px 0 0 }
.main-quick-ico.i1:before {background: url(../images/content/ico_main_quick1.png) 50% 50% no-repeat;}
.main-quick-ico.i2:before {background: url(../images/content/ico_main_quick2.png) 50% 50% no-repeat;}
.main-quick-ico.i3:before {background: url(../images/content/ico_main_quick3.png) 50% 50% no-repeat;}
.main-quick-ico.i4:before {background: url(../images/content/ico_main_quick4.png) 50% 50% no-repeat;}
.main-quick-ico.i5:before {background: url(../images/content/ico_main_quick5.png) 50% 50% no-repeat;}
.main-quick-ico.i6:before {background: url(../images/content/ico_main_quick6.png) 50% 50% no-repeat;}
.main-quick-ico.i7:before {background: url(../images/content/ico_main_quick7.png) 50% 50% no-repeat;}

.info-banner .slick-dots {right: 27px;text-align:right;top: 27px;width: auto;}
.info-banner .slick-dots li {width: auto; height: auto; margin:0 3px}
.info-banner .slick-dots li button {width: auto;height: 16px;-webkit-transition:all 0.5s;transition:all 0.5s;display: inline-block;border-radius: 16px; width: 16px;height: 16px;background-color: #fff;opacity: 1;}
.info-banner .slick-dots li button::before {display: none;}
.info-banner .slick-dots li.slick-active button,.info-banner .slick-dots li button:hover,.info-banner .slick-dots li button:focus {width: 30px;background-color: #ed1d25}

/* login-page */
.login .con-left{float:left;width:478px;height:545px;text-align:center}
.login .con-left p{margin-top:47px;font-size:38px;line-height:45px;color:#000}
.login .con-left strong{font-size:46px}
.login .con-right{float:right;width:479px;height:535px}
.con-right .login-area{overflow:hidden;position:relative;padding:48px 39px 31px;border-radius:18px;background-color:#fff}
.login-area h3{margin-bottom:22px;text-align:center}
.login-area .title{font-size:33px;font-weight:bold;color:#000}
.login-area input{width:402px;height:44px;margin-bottom:12px;padding-left:14px;border:1px solid #cbcbcb;line-height:43px;font-size:17px;color:#777}
.login-area .loginBtn{padding-top:6px}
.login-area .login-btn{height:60px;border:none;border-radius:10px;background:#f36609;font-size:25px;font-weight:bold;color:#fff}
.con-right .info{margin-top:34px;padding:33px 46px 16px;border-radius:18px;background-color:#e1e0e0}
.con-right .info li{margin-bottom:12px;padding-left:12px;font-size:18px;color:#343434}

/* sidebar */
.sidebar{float:left;width:190px}
.sidebar-title{margin-bottom:25px;font-size:24px;font-weight:600;line-height:1;color:#ed1d25;letter-spacing:-1px}
.sidebar-menu{}
.sidebar-menu > li{margin-bottom:11px;line-height:1.1}
.sidebar-menu > li > a{display:block;padding:4px 0;font-size:16px;line-height:1.1;color:#888}
.sidebar-menu > li.on > a,.sidebar-menu > li > a:hover,.sidebar-menu > li > a:focus{padding-left:10px;background-color:#ed1d25;color:#fff}
.sidebar-menu > li > ul {margin-left: 10px;margin-top: 8px}
.sidebar-menu > li > ul > li {margin-top: 3px;margin-bottom: 6px;padding-left: 10px;line-height: 1.2;}
.sidebar-menu > li > ul > li > a {color: #888;padding-left: 0;line-height: 1; display: block;}
.sidebar-menu > li > ul > li > a::before {content:'-';display: inline-block;margin-left: -10px;margin-right: 5px;}
.sidebar-menu > li > ul > li.on, .sidebar-menu > li > ul > li:hover, .sidebar-menu > li > ul > li > a:focus {font-weight: bold; }
.sidebar-menu > li > ul > li.on > a, .sidebar-menu > li > ul > li:hover > a, .sidebar-menu > li > ul > li > a:focus {color: #ed1d25;}

/* content */
/* .content-wrap{width:1200px;margin:40px auto 10px;padding-bottom:20px} */
.content-wrap::after{display:block;clear:both;content:''}
.content-header{overflow:hidden;margin-bottom:25px}
.content-title{float:left;font-weight: bold;width:55%;margin:-7px 0 0;font-size:40px;line-height:1.3;color:#000;letter-spacing:-1px}
.content-title span{font-size:28px;font-weight: normal;color:#808080;}
.content-header .fr{padding-top:11px;text-align:right}/* width:45%; */
.location{display:inline-block;text-align:right}
.location a,.location .current{display:inline-block;margin-left:5px;font-size:12px;color:#777}
.location .current{color:#111}
.location a::before,.location .current::before{margin-right:5px;color:#aaa;content:'>'}
.location a:first-child::before{content:''}
.content-section{margin-bottom:40px}
.content-sub-title{font-size:16px;font-weight:bold;}
.content-p{line-height:1.5;font-size:14px;color:#1d1d1d}
.content-p2{line-height:1.5;font-size:20px;color:#1d1d1d}
.content-p3{line-height:1.5;font-size:18px;color:#1d1d1d}
.content-p2 > li{font-size:20px;margin-left:1em;}
.idt4020 > li{padding-left:40px;text-indent:-20px}
.idt20 > li{padding-left:20px}
.content-p.red{color:#ed1d25;}
.h3-title{font-size:22px;font-weight:bold;line-height:1.1;color:#1d1d1d}
.h3-title span{display:inline-block;vertical-align:middle;margin-left:10px;font-size:14px;color:#808080;font-weight:normal}
.h3-title2{font-size:17px;font-weight:bold;line-height:1.1;color:#2b2b2b}
.h3-title3{font-size:25px;font-weight:bold;line-height:1.1;color:#1d1d1d;background-color:#eeeeee}
.blue-title strong{color:#46a6f5;}
/* footer */
/* #footer{position:relative;padding:30px 0 50px;text-align:center;} */
#footer:after{display:block;clear:both;content:''}
/* #footer img{margin:0;vertical-align:top} */
#footer .foot-info{display:inline-block;margin:0 0 0 36px;font-size:14px;color:#696969;text-align:left}
#footer .foot-info address{margin-bottom:4px}

/* 게시판 공통 */
.table{width:100%}
.board-wrap{margin-top:-40px}
.board-wrap.mt0{margin-top:0}
.board-wrap .table > thead > tr > th,.board-wrap .table > tbody > tr > th,.board-wrap .table > tfoot > tr > th,.board-wrap .table > thead > tr > td,.board-wrap .table > tbody > tr > td,.board-wrap .table > tfoot > tr > td{padding:10px 5px 10px 18px;line-height:1.4}

/* 게시판 본문 */
.board-view-header{margin-bottom:0}
.board-view-table th,.board-view-header th{font-weight:600;text-align:center}
/* .board-view-table th,.board-view-table td,.board-list-table th,.board-list-table td,.board-view-header th,.board-view-header td{border-bottom:1px solid #cbcbcb;font-size:15px;color:#333} */
.board-view-table th.title,.board-view-table td.title,.board-view-header th.title,.board-view-header td.title{border-top:2px solid #333}
.board-view-header td.title{color:#222}
.board-wrap table caption{display:block;overflow:hidden;position:absolute;top:-1000em;left:0}
.board-view-table.bdt{border-top:1px solid #cbcbcb}
.board-view-table th,.board-view-table td,.board-view-header th,.board-view-header td{border-bottom:1px solid #cbcbcb;text-align:left;padding:5px}
.board-wrap .board-view-content{margin-bottom:2em;padding:18px}
.board-wrap .file-list,.board-wrap .file-list li{margin:0;padding:0;line-height:1.6;list-style:none}
.board-wrap .board-btns{overflow:hidden;clear:both}
.board-wrap .display-table{width:100%;margin:0;border-bottom:1px solid #cbcbcb}
.board-wrap .display-table.table-top{border-top:1px solid #53A295}
.board-wrap .display-table .cell{min-height:50px;padding:12px 8px;line-height:1.6;text-align:center;vertical-align:middle}
.board-wrap .display-table .cell.text-left{text-align:left}
.board-wrap .display-table .cell-th{width:90px;font-weight:600}
.board-wrap .display-table .cell-title{font-weight:600;color:#666;text-align:left}
.board-wrap .display-table .cell-title a{color:#717171}
.board-wrap .display-table .cell-title a:hover,.board-wrap .display-table .cell-title a:focus{text-decoration:underline}
.board-wrap .display-table .cell-date{width:110px}
.board-wrap .display-table .cell-btn{width:66px}
.board-wrap .display-table .cell-btns{width:114px}
.board-write{border-top:2px solid #333}
.board-wrap .board-write .table > tbody > tr > td{padding-top:7px;padding-bottom:7px;padding-right:18px}
.board-write .input{box-sizing:border-box}
.board-prev-next{margin:3em 0}
.board-write .input-textarea{height:267px}
.board-write .input-file {padding: 0;height: 30px;}

.board-write .btn-del,
.board-write .btn-plus{display:inline-block;vertical-align:middle;width:30px;height:30px;line-height:30px;text-align:center;border:1px solid #aaa}

/* 게시판 목록 */
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px}
.pagination > li{display:inline}
.pagination > li > a,.pagination > li > span{position:relative;margin:0 2px;padding:1px 3px;background-color:transparent;line-height:20px;color:#337ab7;text-decoration:none;box-sizing:border-box}
.pagination > li:first-child > a,.pagination > li:first-child > span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination > li:last-child > a,.pagination > li:last-child > span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus{z-index:2;border-color:#ddd;background-color:#eee;color:#23527c}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus{z-index:2;cursor:default}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus{border-color:#ddd;background-color:#fff;color:#777;cursor:not-allowed}
.board-list-table{border-top:2px solid #333}
.board-list-table .table > thead > tr > th{border-bottom:1px solid #333;background-color:transparent;font-weight:600;color:#333}
.board-list-table .table{background-color:#fff;table-layout:fixed}
.board-list-table tr:first-child th,.board-list-table tr:first-child td{border-top:none}
.board-list-table th,.board-list-table td,.board-list-table th a,.board-list-table td a{color:#757575;text-align:center}
.board-list-table th a:hover,.board-list-table td a:hover,.board-list-table th a:focus,.board-list-table td a:focus{color:#53A295}
.board-list-table td.title{overflow:hidden;text-align:left;white-space:nowrap;word-wrap:normal;word-break:break-all;text-overflow:ellipsis}
.board-list-table td.title a{font-weight:600}
.board-list-table .flag-notice th,.board-list-table .flag-notice td,.board-list-table .flag-notice th a,.board-list-table .flag-notice td a{font-weight:normal;color:#333}
.board-list-header{overflow:hidden;position:relative;height:36px;margin:0 0 20px}
.board-list-header .pull-left,.board-list-header .pull-right{position:relative}
.board-list-header .board-list-nav,.board-list-header .board-list-nav li{display:inline-block;padding:0;list-style:none}
.board-list-footer{position:relative;padding:20px 0;background-color:#fff;line-height:1;text-align:center}
.board-list-footer .board-total{display:inline;position:absolute;top:22px;left:0;margin:0;padding:0;font-weight:600}
.board-list-footer .board-total em{display:inline-block;margin-right:5px;font-style:normal}
.board-list-footer .pagination-nav{display:inline;overflow:hidden;margin:0;padding:0}
.board-list-footer .pagination-nav .pagination{margin:5px 0 0;line-height:1}
.board-list-footer .pagination > li > a,.board-list-footer .pagination > li > span{color:#757575}
.board-list-footer .pagination > .active > a,.board-list-footer .pagination > .active > span,.board-list-footer .pagination > .active > a:hover,.board-list-footer .pagination > .active > span:hover,.board-list-footer .pagination > .active > a:focus,.pagination > .active > span:focus{border-top:1px solid #111;border-bottom:1px solid #111;background-color:transparent;font-weight:600;color:#111}
.board-list-footer .pagination > li > a,.board-list-footer .pagination > li > span{border:1px solid #fff}
.board-list-footer .pagination .first_page a,.board-list-footer .pagination .prev_page a,.board-list-footer .pagination .next_page a,.board-list-footer .pagination .last_page a{overflow:hidden;width:15px;height:23px;font-size:0;box-sizing:border-box}
.board-list-footer .pagination .first_page a:before,.board-list-footer .pagination .prev_page a:before,.board-list-footer .pagination .next_page a:before,.board-list-footer .pagination .last_page a:before{display:inline-block;width:6px;height:11px;margin:0;background:url(../images/common/ico_pagination.png) 0 0 no-repeat;content:''}
.board-list-footer .pagination .first_page a:before{width:10px;background-position:0 0}
.board-list-footer .pagination .prev_page a:before{background-position:-30px 0}
.board-list-footer .pagination .next_page a:before{background-position:-60px 0}
.board-list-footer .pagination .last_page a:before{width:10px;background-position:-90px 0}

.sub2-1-1 .board-list-footer ,
.sub2-4-1 .board-list-footer {margin-top:-20px}
.board-list-nav{height:24px;margin:9px 0 0;border-bottom:1px solid #cbcbcb}
.board-list-nav a{display:inline-block;margin:0 12px 0 0;line-height:18px}
.board-list-nav .on a,.board-list-nav a:hover,.board-list-nav a:focus{border-bottom:3px solid #ff7200}
.board-list-nav a span{display:inline-block;overflow:hidden;position:absolute;top:-1000em;left:0;opacity:0}
.board-list-nav .on a span,.board-list-nav a:hover span,.board-list-nav a:focus span{position:static;font-weight:600;font-size:15px;color:#444;opacity:1;-webkit-transition:all .5s;transition:all .5s}
.ico-board{display:inline-block;width:14px;height:17px;background:url(../images/common/ico_board.png) 0 0 no-repeat;line-height:17px}
.ico-board.i1{background-position:0 0}
.ico-board.i2{background-position:-33px 0}
.ico-board.i3{width:16px;background-position:-66px 0}
.ico-board.i4{width:13px;background-position:-102px 0}
.ico-board.i5{background-position:-133px 0}
.ico-board.i6{width:13px;background-position:-167px 0}
.on .ico-board.i1,.board-list-nav a:hover .ico-board.i1,.board-list-nav a:focus .ico-board.i1{background-position:0 -20px}
.on .ico-board.i2,.board-list-nav a:hover .ico-board.i2,.board-list-nav a:focus .ico-board.i2{background-position:-33px -20px}
.on .ico-board.i3,.board-list-nav a:hover .ico-board.i3,.board-list-nav a:focus .ico-board.i3{background-position:-66px -20px}
.on .ico-board.i4,.board-list-nav a:hover .ico-board.i4,.board-list-nav a:focus .ico-board.i4{background-position:-102px -20px}
.on .ico-board.i5,.board-list-nav a:hover .ico-board.i5,.board-list-nav a:focus .ico-board.i5{background-position:-133px -20px}
.on .ico-board.i6,.board-list-nav a:hover .ico-board.i6,.board-list-nav a:focus .ico-board.i6{background-position:-167px -20px}

.ico-board-status:before{display:inline-block;width:17px;height:17px;margin:0 0 0 10px;font-size:11px;line-height:17px;font-style:normal;font-weight:600;color:#fff;text-align:center;vertical-align:middle;content:''}
.ico-board-status.i0:before{width:27px;background-color:#53A295;content:'공지'}
.ico-board-status.i1:before{background-color:#ed1d25;content:'N'}
.ico-board-status.i2:before{background-color:#ff5644;content:'H'}
.ico-board-status.i3:before{background-color:#a653fe;content:'B'}

/* board header */
.board-header {clear: both;margin:0 0 10px;}
.board-header::after {content:''; clear: both; display: block}
.board-category {float: left}
.board-category .select-board-category {width: 200px}
.board-search{float:right;text-align:right}
.board-search-keyword{width:200px;margin-left: -5px}
.board-search-btn{display:inline-block}
.board-search-btn .btn-search{width:35px;height:35px;padding:0;border-radius:0;border:none;background-color:transparent;outline:0}
.board-search-btn .btn-search i{font-size:20px;line-height:35px;color:#8d8d8d;vertical-align:middle}
.board-search .btn-search-submit i{color:#8d8d8d}
.board-select{display:inline-block}
.board-select select{width:130px;height:35px}

.lastupdate{font-size:14px;color:#2b2b2b;margin:0 0 20px}
.conf-date{font-size:14px;color:#2b2b2b;margin:0 0 20px}
.lastupdate+.conf-date{margin:-25px 0 5px}
.conference-top-btns {margin: -25px 0 20px 0; float: right}

/* list-style */
.list-style{margin:10px 0 0;border-top:2px solid #2b2b2b}
.list-style li{padding-left:27px;border-bottom:1px solid #cecece;line-height:42px;height:42px;font-size:14px;color:#2b2b2b}
.list-style1{margin:10px 0 0;border-top:2px solid #2b2b2b}
.list-style1 li{padding:10px 0 10px 27px;border-bottom:1px solid #cecece;line-height:1.2;height:auto;font-size:14px;color:#2b2b2b}
.list-style1 li a{font-weight: bold;display: block;margin-bottom:3px;}
.list-style1 li .desc{display: block; color: #787878; font-size: 13px;}


.subcover {overflow: hidden}
.subMenu{float:left;width:130px;margin-right:30px;}
.subMenu h3{background: #626262;color:#fff;font-size: 14px;font-weight:bold;padding-left:15px;}
.subMenu li{margin:1px  0 0;}
.subMenu li a{display:block;padding-left:15px;background: #d8d8d8;color:#2b2b2b;font-size: 14px}
.subcon{float:left;width:100%;}
.subcon .tab-menu{height:65px;}
.subcon .lastupdate{text-align:right;margin:25px 0 10px;}

.time-table{width:100%;display:table;}
.time-table li{display:table-row;}
.time-table li .number{width:6%;}
.time-table li .time{width:20%;}
.time-table li .cell,
.time-table td{display:table-cell;border-bottom:1px solid #cecece;padding:10px 5px;text-align:center;font-size:14px;color:#2b2b2b;vertical-align: middle;}
.time-table strong{font-weight:bold;font-size:17px;}
.time-table table{margin:10px  0 0;width:100%;}
.time-table td,
.time-table div.title {text-align:left;}
.time-table td.rightbtn{text-align:right;}
.time-table  th{color:#46a6f5;font-weight:normal;}
.btn-file,
.btn-file:hover{width:50px;height:25px;padding:0;line-height:25px;text-align:center;font-weight:bold;color:#fff;font-size:14px !important;border:0; text-decoration: none !important}
.btn-file,.btn-file:hover {color: #fff !important}
.btn-file:hover {opacity:0.8}
.btn-file.red{background:#ee4231}
.btn-file.orange{background:#fc8e21}
.btn-file.green{background:#1eab45}
.btn-file.blue{background:#46a6f5}
.btn-txt{font-size:14px;color:#46a6f5 !important;font-weight:bold;background:url(../images/common/btn_txt.gif) no-repeat right center;padding:0;padding-right:13px;}

.program{overflow:hidden}
.program > aside{float:left;width:214px;margin-right:53px}
.program > section{float:left;width:688px;margin:0;border-top:1px solid #cecece}
.program > aside .optionBox{border-top:1px solid #cecece;padding:10px 0}
.program > aside .optionBox .title{margin:0 0 5px}
.program > aside .optionBox .title strong{color:#2d2d2d;font-size:16px;}
.program > aside .optionBox .sub-title strong{font-size:14px;color:#46a6f5}
.program > aside .optionBox li{line-height:21px}
.program > aside .optionBox label{margin:0;vertical-align:middle;font-weight:normal;font-size:14px;color:#2d2d2d;margin-left:10px;margin-right:30px}
.program > section h3{width:100%;text-align:center;font-weight:bold;font-size:16px;color:#2d2d2d;margin:30px 0 25px}
.program > section .resultBox{position:relative;border:1px solid #cecece;margin-top:-1px;text-align:center}
.program > section .resultBox .btn-zoom{position:absolute;bottom:0;right:0}
.program > section .resultBox.noimg{min-height:543px;line-height:543px;font-size:50px;font-weight:bold;text-align:center;color:#d3d3d5;background:#efefef}
.program .optionBox  .calendar,
.program .optionBox  .btn-area{margin:10px  0 0}

.search-data{position:relative;overflow:hidden;padding:10px 0;border:1px solid #cecece;margin:0 0 20px}
.search-data h3{float:left;line-height:60px;width:22%;border-right:1px solid #cecece;text-align:center;font-weight:bold;color:#2d2d2d;font-size:16px;font-weight:bold}
.search-data ul{float:left;width:77%}
.search-data select,
.search-data input[type="text"]{height:26px;font-size:11px;color:#1b0c0c;margin-right:5px;vertical-align:middle}
.search-data .btn-primary.stxt{width:60px;padding:5px 0;height:30px;font-size:10px;line-height:8px;}
.search-data .s1{width:153px}
.search-data .s2{width:123px}
.search-data .s3{width:111px}
.search-data .s4{width:63px}
.search-data .s5{width:103px}
.search-data  li{margin:5px 0;text-align:center}
.search-data label{margin-left:5px}
.calendar input[type="text"]{width:75px;height:26px;line-height:16px;font-size:11px;color:#1b0c0c;margin-right:5px;vertical-align:middle}
.calendar .btn.btn-cal{padding:0;margin:0 5px;line-height:16px}
.btn-check{width:143px;height:22px;line-height:22px;background:#707070;font-size:13px;font-weight:normal;text-align:center;padding:0}

.sub2-2 .content-ul {overflow:hidden}
.sub2-2 .content-ul  li{float:left;width:50%;}
.sub2-2 .content-ul  li p{line-height:30px}
.sub2-2 .content-ul  li > p .btn-txt{padding-left:7px}

.sub2-2-1-1 .table-style{width:100%;border:1px solid #c7c7c7;border-bottom:0}
.sub2-2-1-1 .table-style th,
.sub2-2-1-1 .table-style td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:center;font-weight:normal;font-size:14px;height:44px;color:#1d1d1d;}
.sub2-2-1-1 .table-style th:first-child,
.sub2-2-1-1 .table-style td:first-child{border-left:0;}
.sub2-2-1-1 .table-style thead th{background:#f5f5f5;}
.sub2-2-1-1 .table-style thead tr:first-child th{background:#d8eafa;font-weight:bold;}
.sub2-2-1-1 .table-style thead tr th:first-child{background:#fff;}
.sub2-2-1-1 .table-style thead tr:first-child th:first-child{border:0}

.sub2-2-1-2 .btn-primary{font-weight:normal}

.sub2-2-2-1 .table-style{width:100%;border:1px solid #c7c7c7;border-bottom:0}
.sub2-2-2-1 .table-style th,
.sub2-2-2-1 .table-style td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:center;font-weight:normal;font-size:14px;padding:5px 10px;color:#1d1d1d;}
.sub2-2-2-1 .table-style th:first-child,
.sub2-2-2-1 .table-style td:first-child{border-left:0;}
.sub2-2-2-1 .table-style thead th{background:#f5f5f5;}
.sub2-2-2-1 .table-style thead tr:first-child th{background:#d8eafa;font-weight:bold;}
.sub2-2-2-1 .content-p-title{font-size:14px;font-weight:bold;color:#46a6f5;margin:0 0 5px}

.sub2-2-3 .controlBox{overflow:hidden}
.sub2-2-3 .controlBox li{float:left;margin-right:43px}
.sub2-2-3 .controlBox li strong{display:inline-block;vertical-align:middle;margin-right:10px;font-size:16px;color:#2d2d2d;font-weight:bold}
.sub2-2-3 .controlBox li .btn{width:auto;padding:0 10px;margin-right:5px}
.sub2-2-3 .controlBox li .btn.active{background:#ed1d25;border:1px solid #ed1d25;box-shadow:none}
.sub2-2-3 .controlBox li .btn.active:hover{background:#e56f74;border:1px solid #e56f74}
.sub2-2-3 .controlBox li .btn img{margin:0}
.sub2-2-3 table{border-collapse:separate;border:1px solid #cecece;border-bottom:0}
.sub2-2-3 table th,
.sub2-2-3 table td{border-left:1px solid #cecece;border-bottom:1px solid #cecece}
.sub2-2-3 table th:first-child,
.sub2-2-3 table td:first-child{border-left:0;}
.sub2-2-3 table th{text-align:left;padding-left:38px;background:#d8eafa;font-size:14px;line-height:20px;color:#2d2d2d;font-weight:bold;}

.sub2-3-1 .table-style{width:100%;border:1px solid #c7c7c7;border-bottom:0}
.sub2-3-1 .table-style th,
.sub2-3-1 .table-style td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:center;font-weight:normal;font-size:14px;padding:5px 10px;color:#1d1d1d;}
.sub2-3-1 .table-style th:first-child,
.sub2-3-1 .table-style td:first-child{border-left:0;}
.sub2-3-1 .table-style thead th{background:#f5f5f5;}
.sub2-3-1 .table-style thead tr:first-child th{background:#d8eafa;font-weight:bold;}
.sub2-3-1 .content-ul {overflow:hidden}
.sub2-3-1 .content-ul  li{padding-left:13px;background:url(../images/content/ico_bar.gif) no-repeat 0 9px;line-height:20px;font-size:14px;color:#2b2b2b}
.sub2-3-1 figure{margin:10px 0 0;width:100%;text-align:center}
.sub2-3-1 figcaption{width:100%;text-align:center;font-size:16px;line-height:30px;color:#1d1d1d;font-weight:bold}

.sub3-1-1 figure{margin:0;width:100%;text-align:center}
.sub3-1-1 figure img{max-width: 100%}
.sub3-1-1 figcaption{width:100%;text-align:center;font-size:16px;color:#1d1d1d;font-weight:bold}

.sub3-1-1 table{width:100%;border-collapse:separate;border:1px solid #cecece;border-bottom:0}
.sub3-1-1 table th,
.sub3-1-1 table td{border-left:1px solid #cecece;border-bottom:1px solid #cecece;padding:10px;}
.sub3-1-1 table th:first-child,
.sub3-1-1 table td:first-child{border-left:0;}
.sub3-1-1 table th{text-align:center;background:#d8eafa;font-size:14px;line-height:20px;color:#2d2d2d;font-weight:bold;}

.sub3-1-2 figure{margin:0;width:100%;text-align:center}
.sub3-1-2 figcaption{width:100%;text-align:center;font-size:16px;color:#1d1d1d;font-weight:bold}
.sub3-1-2 table{width:100%;border-collapse:separate;border:1px solid #cecece;border-bottom:0}
.sub3-1-2 table th,
.sub3-1-2 table td{border-left:1px solid #cecece;border-bottom:1px solid #cecece;padding:10px;}
.sub3-1-2 table th:first-child,
.sub3-1-2 table td:first-child{border-left:0;}
.sub3-1-2 table th{text-align:center;background:#d8eafa;font-size:14px;line-height:20px;color:#2d2d2d;font-weight:bold;}

.sub3-1-5 .board-write .table td{font-size:14px}
.sub3-1-5 .board-write .table td label{font-weight:normal;margin-bottom:0}
.sub3-1-5 .board-write .table td input{vertical-align:middle}
.sub3-1-5 .board-write .table td input.w245{width:245px}

.sub3-1-6-3 .search-data h3{border:0;line-height:30px}
.sub3-1-6-3 .search-data li{margin:0;text-align:left}
.sub3-1-6-3 .btn-txt{line-height:20px}

.sub3-1-6-4 table{width:100%;border-collapse:separate;border:1px solid #cecece;border-bottom:0}
.sub3-1-6-4 table th,
.sub3-1-6-4 table td{border-left:1px solid #cecece;border-bottom:1px solid #cecece;padding:10px;}
.sub3-1-6-4 table th:first-child,
.sub3-1-6-4 table td:first-child{border-left:0;}
.sub3-1-6-4 table th{text-align:center;background:#d8eafa;font-size:14px;line-height:20px;color:#2d2d2d;font-weight:bold;}

.sub3-1-6-7 table{width:100%;border-collapse:separate;border:1px solid #cecece;border-bottom:0}
.sub3-1-6-7 table th,
.sub3-1-6-7 table td{border-left:1px solid #cecece;border-bottom:1px solid #cecece;padding:10px;}
.sub3-1-6-7 table th:first-child,
.sub3-1-6-7 table td:first-child{border-left:0;}
.sub3-1-6-7 table th{text-align:center;background:#d8eafa;font-size:14px;line-height:20px;color:#2d2d2d;font-weight:bold;}
.sub3-1-6-7 table td.nodata{text-align:center;}

.sub3-1-6-8 table{width:100%;border-collapse:separate;border:1px solid #cecece;border-bottom:0}
.sub3-1-6-8 table th,
.sub3-1-6-8 table td{border-left:1px solid #cecece;border-bottom:1px solid #cecece;padding:10px;text-align:center;}
.sub3-1-6-8 table th:first-child,
.sub3-1-6-8 table td:first-child{border-left:0;}
.sub3-1-6-8 table th{background:#d8eafa;font-size:14px;line-height:20px;color:#2d2d2d;font-weight:bold;}
.sub3-1-6-8 table td.nodata{text-align:center;}

.sub3-1-6-9 .search-data h3{border:0;line-height:30px}
.sub3-1-6-9 .search-data li{margin:0;text-align:left}
.sub3-1-6-9 .search-result {text-align:center;vertical-align:top;}
.sub3-1-6-9 .search-result img{max-width:100%;display:block;}

.sub3-2-1 .table-style2 {width:100%;border:1px solid #c7c7c7;border-bottom:0;border-left:0}
.sub3-2-1 .table-style2 th,
.sub3-2-1 .table-style2 td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:center;font-weight:normal;font-size:14px;padding:10px;color:#1d1d1d}
.sub3-2-1 .table-style2 thead th{background:#f5f5f5}
.sub3-2-1 .table-style2 thead tr:first-child th{background:#d8eafa;font-weight:bold}
.sub3-2-1 .table-style2 td p{text-align:left}

.sub3-2-1 .content-ul li,
.sub3-2-2 .content-ul li,
.sub3-2-3 .content-ul li{padding-left:13px;background:url(../images/content/ico_bar.gif) no-repeat 0 9px;line-height:20px;font-size:14px;color:#2b2b2b;text-align:left}

.sub3-2-3 figure{text-align:left}
.sub3-2-3 figure figcaption{padding:10px 0}

.sub3-2-3 table{width:100%;border:1px solid #c7c7c7;border-bottom:0;border-left:0}
.sub3-2-3 table th,
.sub3-2-3 table td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:center;font-weight:normal;font-size:14px;padding:10px;color:#1d1d1d}
.sub3-2-3 table thead th{background:#f5f5f5}
.sub3-2-3 table thead tr:first-child th{background:#d8eafa;font-weight:bold}
.sub3-2-3 table td p{text-align:left}
.bg-strong {background-color: #d5f4f5}

.sub4-1 table{width:100%;border-collapse:separate;border:1px solid #cecece;border-bottom:0}
.sub4-1 table th,
.sub4-1 table td{border-left:1px solid #cecece;border-bottom:1px solid #cecece;padding:10px;}
.sub4-1 table th:first-child,
.sub4-1 table td:first-child{border-left:0;}
.sub4-1 table th{text-align:center;background:#d8eafa;font-size:14px;line-height:20px;color:#2d2d2d;font-weight:bold;}
.sub4-1 figure{margin:0;width:100%;text-align:center}

.sub4-3 .program aside,
.sub4-3 .program section{height:734px;overflow:hidden;overflow-y:auto;border-bottom:1px solid #cecece}
.sub4-3 .program  select{width:63px;height:20px;border:1px solid #bdbdbd;font-size:12px;color:#2d2d2d}
.sub4-3 .program  select.type-select{width:83px}
.sub4-3 .program .sub-title{margin:10px 0 0}
.sub4-3 .program aside{width:304px}
.sub4-3 .program aside .optionBox li{line-height:21px}
.sub4-3 .program section {width:598px}
.sub4-3 .program h3{text-align:left}
.sub4-3 .program .calendar label{width:73px;margin:0;margin-left:27px}
.sub4-3 .program .calendar li:first-child label{margin-left:10px}
.sub4-3 .btn-cover{overflow:hidden;padding-left:1px}
.sub4-3 .program .btn-all{float:left;margin-left:-1px;border:1px solid #b3b3b3;color:#2d2d2d;font-size:12px;font-weight:normal;padding:0 5px;height:23px;line-height:23px}
.sub4-3 .program .btn-all.active{background:#b3b3b3;color:#fff;box-shadow:none}
.sub4-3 .program .title{position:relative}
.sub4-3 .program .title .btn-srch{position:absolute;top:-5px;right:30px}
.sub4-3 .program .btn-right{text-align:right;margin:10px 0 0;padding-right:30px;}
.sub4-3 .program .btn-right .btn-cover{display:inline-block;vertical-align:middle}
.sub4-3 .program > section {position:relative}
.sub4-3 .program > section h3{margin:10px 0 20px}
.sub4-3 .program > section .top-btn{position:absolute;top:10px;right:0}

.sub4-3 .table-style{border-collapse:separate;border-top:1px solid #c7c7c7;border-right:1px solid #c7c7c7}
.sub4-3 .table-style{width:100%;border:1px solid #c7c7c7;border-bottom:0;border-left:0}
.sub4-3 .table-style th,
.sub4-3 .table-style td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:center;font-weight:normal;font-size:14px;padding:10px;color:#1d1d1d}
.sub4-3 .table-style th{background:#d8eafa;font-weight:bold;line-height:20px}
.sub4-3 .program .content-p{font-size:13px}
.sub4-3 .program > section .result-table{border-top:1px solid #c7c7c7}
.sub4-3 .program > section .result-table th{background:#d8eafa;line-height:12px}
.sub4-3 .program > section .result-table th,
.sub4-3 .program > section .result-table td{font-size:14px;text-align:center;padding:10px;border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7}
.sub4-3 .program > section .result-table th.last{border-right:1px solid #c7c7c7}
.sub4-3 .program > section .result-table td:first-child{border-left:0}

.sub5-1 .list-style li{height:auto;}
.sub5-1 .h3-title2{color:#46a6f5;}

.sub5-2 .content-section{overflow:hidden}
.sub5-2 figure{float:left;margin:0;margin-right:50px}
.sub5-2 figcaption{margin:15px 0 0;font-size:13px;color:#2d2d2d;line-height:16px}
.sub5-2 .h3-title{margin-top:-5px}

.sub5-3 .history-list li{line-height:50px;border-bottom:1px solid #cecece;vertical-align:middle}
.sub5-3 .history-list li > div{position:relative;padding-left:150px;overflow:hidden}
.sub5-3 .history-list li .date{position:absolute;top:0;left:0;padding-left:10px;}
.sub5-3 .history-list li .date .year{display:inline-block;vertical-align:middle;width:50px}
.sub5-3 .history-list li .date,
.sub5-3 .history-list li .date .year{font-size:17px;color:#2b2b2b;font-weight:bold;line-height:50px;}
.sub5-3 .history-list li .con{line-height:18px;padding:16px 0;font-size:14px;color:#2b2b2b}

/* .sub5-4 .vision{padding-top:535px;background:url(../images/content/img_vision.gif) no-repeat center top;overflow:hidden} */
.sub5-4 .vision li{width:100%;float:left;margin-top:-1px;border:1px solid #c2c2c2;padding:13px;color:#2b2b2b;font-size:16px;line-height:35px;box-sizing:border-box}
.sub5-4 .vision .ico_num{display:inline-block;vertical-align:center;padding:0 3px 0 7px;margin-right:13px;background:#46a6f5;color:#fff;font-weight:bold;font-size:18px}
/* .sub5-4 .mission {margin:46px 0 0 -4px;width:1006px;overflow:hidden} */
/* .sub5-4 .mission li{float:left;width:313px;height:145px;margin:4px;padding:13px;padding-right:0;box-sizing:border-box;border:1px solid #c2c2c2;background:#fafafa} */
.sub5-4 .mission li .title{font-size:20px;font-weight:bold;color:#46a6f5;line-height:22px;margin:10px 0}
.sub5-4 .mission li .con{font-size:16px;color:#2b2b2b;line-height:22px}

.sub5-5{position:relative;overflow:hidden}
/* .sub5-5 > section{float:left;width:50%;height:560px;margin:-1px 0 0 -1px;border-left:1px solid #46a6f5;border-top:1px solid #46a6f5;box-sizing:border-box} */
.sub5-5 > section:first-child{}
/* .sub5-5 > section:nth-child(odd){padding:15px 0 60px 25px}
.sub5-5 > section:nth-child(even){padding:15px 0 60px 50px}
.sub5-5 > section.pad-left{padding:15px 0 60px 50px}
.sub5-5 > section.pad70{padding-top:73px;height:604px} */
.sub5-5 > section h3{font-size:22px;color:#46a6f5;font-weight:bold;margin:16px 0 20px}
.sub5-5 > section ul li{padding-left:13px;background:url(../images/content/ico_bar.gif) no-repeat 0 9px;line-height:18px;font-size:15px;color:#2b2b2b;margin:0 0 10px}
/* .sub5-5 .centerBox{position:absolute;top:46.7%;left:50%;margin:-93px 0 0 -93px;box-sizing:border-box;padding:35px 0;width:186px;height:186px;text-align:center;background:#46a6f5;border-radius:50%;overflow:hidden;} */
/* .sub5-5 .centerBox p{font-size:14px;line-height:16px;color:#fff}
.sub5-5 .centerBox strong{font-size:20px;line-height:22px;color:#fff} */

/* .sub5-6 ol{width:100%;height:0;padding-top:642px;overflow:hidden;background:url(../images/content/img_organization.gif) no-repeat center top;}background-size: 100%; */

/* .sub5-7 address{display:block;width:100%;margin:0 0 30px;padding-top:645px;background:url(../images/content/img_map.jpg) no-repeat no-repeat;font-size:18px;line-height:24px;color:#2d2d2d} */
.sub5-7 h3{font-size:20px;color:#46a6f5;font-weight:bold}

.sub5-8 table{width:100%;border:1px solid #c7c7c7;border-bottom:0;border-left:0}
.sub5-8 table th,
.sub5-8 table td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:center;font-weight:normal;font-size:14px;padding:10px;color:#1d1d1d}
.sub5-8 table thead th{background:#f5f5f5}
.sub5-8 table thead tr:first-child th{background:#d8eafa;font-weight:bold}
.sub5-8 table td p{text-align:left}
.sub5-8 table td p.title{font-weight:bold}

.sub6-1 .optionBar{text-align:right;margin:0 0 10px}
.sub6-1 .resultBox{border:1px solid #efefef;padding:20px;text-align:center}
.sub6-1 .resultBox img{max-width:100%}

.sub6-2 .optionBar{text-align:right;margin:0 0 10px}
.sub6-2 .resultBox{border:1px solid #efefef;padding:20px;text-align:center}
.sub6-2 .resultBox img{max-width:100%}

.sub6-5 .board-write .input{width:50%;}

.sub6-6 .cfmBox {padding:40px 10px 55px;border-top:2px solid #2b2b2b;border-bottom:1px solid #cecece}
.sub6-6 .btn-area{text-align:center;}
.sub6-6 .btn-primary{font-weight:normal;}

.sub6-7 .board-write .input{width:50%;}
.sub6-7 .board-write select{width:200px;}

.sub7-1 .table-style{width:100%;border:1px solid #c7c7c7;border-bottom:0}
.sub7-1 .table-style th,
.sub7-1 .table-style td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:left;font-weight:normal;font-size:17px;padding:5px 10px;color:#1d1d1d;}
.sub7-1 .table-style th:first-child,
.sub7-1 .table-style td:first-child{border-left:0;}
.sub7-1 .table-style thead th{background:#f5f5f5;}
.sub7-1 .table-style thead tr:first-child th{background:#d8eafa;font-weight:bold;font-size:20px;}
.sub7-1 .table-style thead{display:table-row-group;}

.sub8-1 .table-style{width:100%;border:1px solid #c7c7c7;border-bottom:0}
.sub8-1 .table-style th,
.sub8-1 .table-style td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:left;font-weight:normal;font-size:15px;padding:5px 10px;color:#1d1d1d;}
.sub8-1 .table-style th:first-child,
.sub8-1 .table-style td:first-child{border-left:0;}
.sub8-1 .table-style thead th{background:#f5f5f5;font-weight:bold;}
.sub8-1 .table-style tbody td{text-align:center;}
.sub8-1 .table-style thead{display:table-row-group;}

.view_detail{border-top:2px solid #333;table-layout:fixed}
.view_detail thead > tr > th{border-bottom:1px solid #333;background-color:transparent;font-weight:600;color:#333}
.view_detail tr:first-child th,.view_detail tr:first-child td{border-top:none}
.view_detail th,.view_detail td,.view_detail th a,.board-list-table td a{color:#757575;text-align:center}
.view_detail th a:hover,.view_detail td a:hover,.view_detail th a:focus,.view_detail td a:focus{color:#53A295}
.view_detail td a{font-size:13px;text-decoration:underline}

.view_detail th,.view_detail td{border-bottom:1px solid #cbcbcb;text-align:center;padding:5px}

.tab-style{overflow:hidden;margin:10px 0 0}
.tab-style li{float:left;line-height:40px;height:40px;border:1px solid #ccc;margin-left:-1px;}
.tab-style li:first-child{margin:0}
.tab-style li a{display:block;padding:0 10px;height:100%;text-align:center;background:#eee}
.tab-style li.on{border-bottom:1px solid #fff}
.tab-style li.on a{background:#fff;font-weight:bold}
.tab-con{margin-top:-1px;border-top:1px solid #ccc;padding: 10px}

body.popup{background:none;min-width:700px}
.pop-wrap {padding:10px;min-width:700px}
.pop-wrap img{max-width:100%}
.pop-wrap h1{font-size:1.2rem;color:#000;font-weight:bold;line-height:2em;border-bottom:1px solid #eee;margin:0 0 2px;}
.pop-wrap  input[type="text"],
.pop-wrap  select{min-width:100px;border:1px solid #333;height:30px;vertical-align:middle}
.pop-wrap .addtable{width:100%}
.pop-wrap  .a.listBox {overflow:hidden;}ddtable input[type="text"],
.pop-wrap  .addtable select{width:98%}
.pop-wrap  .addtable td,
.pop-wrap  .addtable th{padding:0 5px}
.pop-wrap  .btn-right {text-align:right}
.pop-wrap .btn-form-default{display:inline-block;vertical-align:middle;padding: 0 5px;background:#efefef;color:#333;line-height:30px;border:1px solid #ddd}
.pop-wrap .btn-form-cfm{background:#333;color:#fff;min-width:50px;text-align:center;font-weight:bold}
.pop-wrap .btn-del{display:inline-block;vertical-align:middle;width:30px;height:30px;line-height:30px;text-align:center;border:1px solid #aaa}
.pop-wrap .fileList{margin:30px 0 0}
.pop-wrap .fileList li{width:100%;line-height:30px}
.pop-wrap .select-list{padding:30px 0;text-align:center}
.pop-wrap .select-list .size1{width:15%}
.pop-wrap .select-list .size2{width:25%}
.pop-wrap .btn-area{text-align:center;}
.pop-wrap .register{width:100%;text-align:center;}
.pop-wrap .register h2{font-size:1rem;color:#46a6f5;font-weight:bold;margin:0 0 10px}
.pop-wrap .register .btn-area{margin:30px 0 0}
.layerpop{position:absolute;top:50%;left:50%;border:1px solid #000;background:#fff}
.layerpop .pop-inner{position:relative;}
.layerpop .btn-close{display:block;position:absolute;top:20px;right:20px;width:18px;height:0;padding-top:18px;overflow:hidden;background:url(../images/content/btn_p_close.jpg) no-repeat}
.layerpop .pop-tit{padding:20px 30px;text-align:left;font-size:30px;color:#000;line-height:30px}

.pop-wrap .table-style{border-collapse:separate;width:100%;border:1px solid #c7c7c7;border-bottom:0;border-left:0}
.pop-wrap .table-style th,
.pop-wrap .table-style td{border-left:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;text-align:center;font-weight:normal;font-size:14px;padding:10px;color:#1d1d1d}
.pop-wrap .table-style thead th{background:#f5f5f5}
.pop-wrap .table-style thead tr:first-child th{background:#d8eafa;font-weight:bold}

.pop-wrap .program  select{width:63px;height:20px;border:1px solid #bdbdbd;font-size:12px;color:#2d2d2d}
.pop-wrap .program  select.type-select{width:83px}
.pop-wrap .program .sub-title{margin:10px 0 0}
.pop-wrap .program section {width:598px}
.pop-wrap .program h3{text-align:left}
.pop-wrap .program .calendar label{width:73px;margin:0;margin-left:27px}
.pop-wrap .program .calendar li:first-child label{margin-left:10px}
.pop-wrap .btn-cover{overflow:hidden;padding-left:1px}
.pop-wrap .program .btn-all{float:left;margin-left:-1px;border:1px solid #b3b3b3;color:#2d2d2d;font-size:12px;font-weight:normal;padding:0 5px;height:23px;line-height:23px}
.pop-wrap .program .btn-all.active{background:#b3b3b3;color:#fff;box-shadow:none}
.pop-wrap .program .title{position:relative}
.pop-wrap .program .title .btn-srch{position:absolute;top:-5px;right:30px}
.pop-wrap .program .btn-right{text-align:right;margin:10px 0 0;padding-right:30px;}
.pop-wrap .program .btn-right .btn-cover{display:inline-block;vertical-align:middle}
.pop-wrap .program > section {float:none;position:relative;border:0;width:100%}
.pop-wrap .program > section h3{margin:10px 0 20px}
.pop-wrap .program > section .top-btn{position:absolute;top:10px;right:0}
.pop-wrap .program  ul.viewlist {display:table;border-top:1px solid #b3b3b3;border-right:1px solid #b3b3b3}
.pop-wrap .program  ul.viewlist li {display:table-row}
.pop-wrap .program  ul.viewlist li div{display:table-cell;width:25%;padding:5px;box-sizing:border-box;border-left:1px solid #b3b3b3;border-bottom:1px solid #b3b3b3}
.pop-wrap .program  .viewlist div p{width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pop-wrap .program  .viewlist .img{margin:0 0 5px}
.pop-wrap .program  .viewlist .title{font-size:16px;font-weight:bold;color:#46a6f5}
.pop-wrap .program  .viewlist .date{font-size:13px;color:#999;}
.pop-wrap .program  .viewlist .place{font-size:14px;font-weight:bold;color:#212121}

.pop-wrap .search-data {border:0;padding:0}
.pop-wrap .search-data h3{float:none;line-height:60px;width:100%;border-right:0;text-align:left}
.pop-wrap .search-data ul{float:none;width:100%;box-sizing:border-box;border:1px solid #cecece}
.pop-wrap .search-data ul li{padding:5px 10px;border-top:1px solid #cecece;text-align:left}
.pop-wrap .search-data ul li:first-child{border:0}
.pop-wrap .search-data  table{width:100%}
.pop-wrap .search-data .btn-primary{font-size:12px}
.pop-wrap .search-data label{margin:0}
.pop-wrap #content {width: 100%;}

#Management{width:548px;height:360px;margin:-180px 0 0 -274px}
#Management .btn-primary{font-weight:normal;}
#Management .btn-list{padding:20px 30px 15px;}
#Management .resultBox{position:relative;padding:15px 150px 15px 30px;border-top:1px solid #cecece;border-bottom:1px solid #cecece}
#Management .controlBox{position:absolute;top:50%;right:30px;margin-top:-19px;}
#Management .controlBox ul{display:inline-block;vertical-align:middle;width:18px;height:38px;margin-right:27px;overflow:hidden;}
#Management .controlBox ul li{float:left;width:100%;height:10px;}
#Management .controlBox ul li img{float:left;}
#Management .controlBox ul li:first-child{margin:0 0 20px;}
#Management .listBox {overflow:hidden;}
#Management .listBox li{float:left;margin-right:5px;}

.graphBox{border:1px solid #c7c7c7;padding:20px 10px 20px 20px}
.graphBox .table-style{width:100%}
.graphBox .table-style th,
.graphBox .table-style td{text-align:left;font-weight:normal;padding:15px 0}
.graphBox .table-style th{font-size:14px;line-height:22px;color:#555}
.graphBox .table-style tbody th{padding-right:5px}
.graphBox .table-style td{border-top:1px solid #c7c7c7}
.graphBox .table-style tr:first-child td{border:0}
.graphBar span{display:inline-block;vertical-align:middle}
.graphBar .bar{border-radius:8.5px;height:17px}
.graphBar .num{line-height:17px;font-size:16px;font-weight:bold}
.graphBar.navy .bar{background:#3274c6}
.graphBar.navy .num{color:#3274c6}
.graphBar.sky .bar{background:#5ec4ff}
.graphBar.sky .num{color:#5ec4ff}

.search-list{margin:10px 0 0;border-top:2px solid #2b2b2b}
.search-list li{position:relative;padding:10px 100px 10px 27px;border-bottom:1px solid #cecece;line-height:42px;height:42px;font-size:14px;color:#2b2b2b}
.search-list li p{margin:5px 0 0}
.search-list li .btn-txt{position:absolute;top:50%;right:0;margin-top:-21px}

.sub0-5 .board-search{float:none;display:inline-block;}
.sub0-5 .board-search input {width:350px}
.sub0-5 .btn-area{text-align:right;margin:10px 0 0}

.sub0-4{overflow:hidden}

.loginBox{border:1px solid #bdbdbd;padding:50px 82px}
.login-top{padding:0 20px 20px 90px;margin:0 0 25px;background:url(../images/content/bg_login.gif) no-repeat left center;border-bottom:1px solid #bdbdbd}
.login-top h4{font-weight:bold;color:#2b2b2b;font-size:50px}
.login-con{width:405px;position:relative;margin:0 auto}
.login-con dl{overflow:hidden}
.login-con dl dt,
.login-con dl dd{margin:0 0 5px;height:30px;line-height:30px;overflow:hidden}
.login-con dl dt{float:left;width:83px}
.login-con dl dd input{float:left;width:245px;height:28px;line-height:28px}
.login-con .btn-login{position:absolute;top:0;right:0;width:70px;height:63px;line-height:65px}
.loginWrap .findArea{border-top:1px solid #bdbdbd;margin:50px 0 0;padding:28px 0 0 80px}
.loginWrap .findArea h4,
.loginWrap .findArea h5{font-size:20px;font-weight:bold;color:#2b2b2b;}
.loginWrap .findArea h5 {font-size:14px;margin:0 0 5px}
.loginWrap .findArea h4 .btn-gray{font-weight:normal;font-size:13px;background:#707070;border:0;margin:0 0 0 5px;padding:0;width:106px;height:22px;line-height:22px}

.sub0-2 .login-con dl dt{float:left;width:130px}
.sub0-2 .login-con dl dd input{width:265px}
.sub0-2 .loginWrap .btn-area{margin:35px 0 0}
.loginWrap .content-ul li {padding-left:13px;background:url(../images/content/ico_bar.gif) no-repeat 0 9px;line-height:20px}
.loginWrap .btn-area,.joinWrap .btn-area{text-align:center}
.btn-area .btn-submit{width:120px;height:50px;border:0;line-height:50px;font-size:20px}
.btn-area .btn-apply{height:50px;padding:0 20px;border:0;line-height:50px;font-size:20px}
.joinWrap h3 span{color:#2b2b2b}
.join-process{overflow:hidden;margin:30px 0 40px}
.join-process li{float:left;padding-left:90px;background:url(../images/content/ico_join_arr.gif) no-repeat 33px center; list-style: none !important}
.join-process li:first-child{padding-left:0;background:none}
.join-process li > div{overflow:hidden;width:168px;height:168px;padding-left:28px;border:3px solid #d8d8d8;border-radius:50%;line-height:168px;box-sizing:border-box}

.join-process li h4,.join-process li span{display:inline-block;line-height:20px;font-size:18px;font-weight:bold;color:#8f8f8f;text-align:left;vertical-align:middle;margin-top: 45px;}
.join-process li.active div{border:3px solid #46a6f5}
.join-process li.active h4{color:#46a6f5}

.joinWrap .infoBox{padding:20px;font-size:14px;line-height:24px;color:#2b2b2b;border-top:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd}
.agreement .agreBox{padding:15px;border:1px solid #bdbdbd;height:172px;overflow-y:auto}
.agreement .agreBox h5{font-weight:bold;font-size:18px;color:#2b2b2b}
.agreement .agreBox p{line-height:24px}
.agreement .agrechk label{font-weight:normal;margin-bottom:0}
.joinWrap .btn-area{margin:35px 0 0}
.joinWrap .board-write .input{min-width:30%}
.joinWrap .board-write td p,
.joinWrap .board-write td span{font-size:13px}
.joinWrap .board-write td span{color:#808080}
.joinWrap .board-write td p{margin:10px 0 0 }


/* 2018.02.13 수정 및 추가  */
#content_table{ width: 100%; text-align: center; }
#content_table .img_place .image_date{ display: block; padding-top: 3px; font-size: 12px; font-weight: bold; color :#5F6F72; }
#search_satellite_select{ width:290px; }
#search_sensor_select{ width:290px; }
.sub2-2-3 .controlBox li strong { display : table; }
.sub2-2-3 .controlBox li { margin-right:18px; }

.main-banner-bg {background: url(../images/content/main_banner_0.jpg) 50% 0px / cover no-repeat;} 

/* indisystem */
.inbck{ display: inline-block;}
/* 첨부파일 전체 다운로드 css */
.btn-area{/* float: right; */}
#summaryTbody>tr>td{text-align: inherit;}
/* 사진 크기 */
.image-item{width: 20%; float: none;}
/* 라이브러리에서 이미지 설명 글자 조절 */
.lb-details> .lb-caption{font-size: 23px;color: white;}
#photoContent{text-align: left;}
/* 이미지 없을 시, 중앙정렬 */
#summaryTbody>tr> .text-center{text-align: center;}
/* 파일 버튼 색 조정 */
.text-center{text-align: center;}
.btn-file.blue{background:#46a6f5;}
.btn-file.gray{background:gray;}
.btn-file.black{background:black;}
.btn-file{margin-right: 5px;}
/* 다운로드 파일 밑줄 제거*/
#schd-tbody .wp-body .btn-file{text-decoration: none;}
/* 다운로드 파일 hover, focus시 색깔 화이트 고정 */
#schd-tbody .wp-body a:HOVER,#schd-tbody .wp-body a:FOCUS {color: white;}
/* 첨부파일 전체 다운로드 css */
/* 테이블 css */
#cpnTbody>tr{height: 30px;}
#cpnTbody>.time_item{height: 70px;border-bottom: 2px solid black;}
#cpnTbody>.time_item>td{text-align: left;padding-top: 20px;padding-bottom: 3px;font-weight: 600;}
#cpnTbody>tr>.schedule_txt{text-align: left;}
/* 섹션 영역 색 변경 */
#cpnTbody>tr>.section_td{color: #2196f3;    }
/* 시간 아이템 하단의 th역할을 할 td */
.time_th>td{font-weight: bold;}
.btn-file{margin-right: 5px;}
.imgItem{width: 98px;height: 98px;}
#photoContent, #summaryTbody #TXT{padding: 10px 5px 10px 18px;line-height: 1.4}

/* VLab CoE Korea 타이틀 css 추가 */
.h2-title{font-size:28px;font-weight:bold;line-height:1.3;color:#1d1d1d}

/* sitemap */
.sitemapWrap{float:left;width:32%;padding:0 10px;box-sizing:border-box;margin:0 0 20px 1%}
/* .sitemapWrap h3{width:100%;line-height:40px;font-weight:bold;font-size:22px;border-bottom:1px solid #000;margin:0 0 10px} */
.sitemapWrap ul li{padding-left:10px;line-height:30px}
.sitemapWrap ul li li {padding-left:13px;background:url(../images/content/ico_bar.gif) no-repeat 0 9px;line-height:20px}
.sitemapWrap ul li li a{font-size:13px;color:#808080}
.sitemapWrap:nth-child(3n+1){clear:both}

/* layer popup layout */
.dim-wrapper { display: none; }
.layer-bg:before { content: ""; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1000; }
.layer-bg + .layer-wrap { position: absolute; width: 1160px; padding: 20px; border: 1px solid #4a4a4a; top: 50%; left: 50%; margin-left: -580px; z-index: 1002; background-color: #fff; margin-bottom: 50px; }
.layer-wrap { width: 1160px; padding: 20px; }
.layer-wrap .layer-container { position: relative; }
.layer-wrap .layer-container .btn-close { position: absolute; right: 0; top: 0; font-size: 35px; color: #4a4a4a; }
.layer-wrap .layer-container .layer-title { font-size: 30px; }
.layer-content .video-section { margin-top: 20px; }

/* video_popup_layer_wrap */
.video_popup_layer_wrap{width: 100%;}

/* gsics */
.imageTab img#search-data{width: 100%;}
.gsics-section .select-style{
    display: inline-block;
    width: 100px;
}

.gsics-section .select-style select{
    width: 100%;
}

.program > aside .optionBox table label{margin-left: 5px;margin-right: 15px;}

/* ckeditor css */
.cke_contents {}
.cke_contents strong {font-weight: bold;}

/*******************************************************************
enhome.top
********************************************************************/
/* 
.main .gnb-menu > li.depth1 .depth2{background: rgba(0, 0, 0, 0.8);}
.main .gnb-menu > li.depth1 .depth2 > li > a, .main .gnb-menu > li.depth1 .depth3 > li > a { color: #fff; }
.main .gnb-menu > li .depth2{border-bottom: none;}


.main .gnb-menu > li.depth1_1 .depth3 ul > li.active a, .main .gnb-menu > li.depth1_1 .depth3 ul > li:hover a { color: #016cbf; }
.main .gnb-menu > li.depth1_2 .depth3 ul > li.active a, .main .gnb-menu > li.depth1_2 .depth3 ul > li:hover a { color: #016cbf; }
.main .gnb-menu > li.depth1_3 .depth3 ul > li.active a, .main .gnb-menu > li.depth1_3 .depth3 ul > li:hover a { color: #016cbf; }

.gnb-menu::after { clear: both; content: ""; display: table; }

.gnb-menu > li { float: left; }

.gnb-menu > li > a { display: inline-block; color: #5a5a5a; font-size: 18px; font-weight: 700; padding: 0px 73px; }

.gnb-menu > li .depth2 {
    display:none;
    left: 0;
    z-index: 1000;
    position: absolute;
    width : 100%;
    text-align: center;
    border-top: 2px solid #5a5a5a;
    border-bottom: 1px solid black;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    padding-top: 20px;
    padding-bottom: 15px;
    min-height: 200px;
}

.gnb-menu > li ul.depth2 > li.children>a::before { content : ">"; float: right;}

.gnb-menu > li .depth2 > ul::after { clear: both; content: ""; display: table; }

.gnb-menu > li ul.depth2 > li{display: inline-block; vertical-align: top; padding: 0px 10px; font-size: 14px; margin-right: 40px;}
.gnb-menu > li ul.depth2 > li:last-child{margin-right: 0px;}

.gnb-menu > li.active .depth2, .gnb-menu > li:hover .depth2 {background-color: rgba(255, 255, 255, 1);}

.gnb-menu > li ul.depth2 > li > a {display: block;height: 40px;line-height: 40px;padding: 0 10px 0px 7px;font-size: 15px;color: #000; font-weight: bold; text-align: left;}

.gnb-menu > li ul.depth3 > li{text-align: left; width: 202px;}
.gnb-menu > li ul.depth3 > li > a { display: inline-block; padding: 7px 0px 7px 0px; color: #262626; font-size: 13px;}
.gnb-menu > li ul.depth3 > li > a:before{ content: "・"; }

.gnb-menu > li ul.depth3 > li.active { display: block; }

.gnb-menu > li.depth1.active > a, .gnb-menu > li.depth1:hover > a, .gnb-menu > li.depth1.on > a{ background-color: #262626; color: #fff; }

.gnb-menu > li.depth1:hover > a{ background-color: #808080; color: #fff; }
.gnb-menu > ul.depth2 > li.active > a, .gnb-menu > ul.depth2 > li:hover > a, .gnb-menu > ul.depth2 > li.on > a { color: #016cbf; font-weight: bold; }

.gnb-menu > li ul.depth3 li.active > a, .gnb-menu > li ul.depth3 li:hover > a, .gnb-menu > li ul.depth3 li.on > a { color: #1789cd; font-weight: bold;}
.gnb-menu > li ul.depth2 > li:hover > a, .gnb-menu > li ul.depth2 > li.on > a { color: #1789cd; }
.gnb-menu > li ul.depth3 li.active > a, .gnb -menu > li ul.depth3 li:hover > a, .gnb-menu > li ul.depth3 li.on > a { color: #1789cd; font-weight: bold; }

 */
 /* 영상뷰어 스타일  */
.video-section, .gsics-section { margin-top: 53px; }

.video-section::after, .gsics-section::after { clear: both; content: ""; display: table; }

.video-section .search-area, .gsics-section .search-area { float: left; }

.video-section .vod-area, .gsics-section .vod-area { margin-left: 290px; }

.controls .auto-group { float: left; border: 0px solid #b9b9b9; padding: 3px 0px; border-radius: 10px; }

.controls .auto-group .checkbox { display: inline; vertical-align: middle; }

.controls .auto-group .select-style { vertical-align: middle; width: 63px; height: 28px; display: inline-block; border-color: #b9b9b9; margin-left: 5px; margin-bottom: 0; }

.controls .auto-group .select-style select { height: 25px; line-height: 25px; font-size: 12px}


.controls .btn-group .btn-line { border-color: #b9b9b9; border-radius: 10px; color: #4a4a4a; margin-left: 4px; }

.controls .btn-group .btn-ico-download { min-width: 40px; background: #fff url(/resources/homepage/images/icon/icon-download-btn.png) no-repeat 10px 50%; background-size: 16px 21px;}
.controls .btn-group .btn-ico-first { min-width: 34px; background: #fff url(/resources/homepage/images/icon/icon-step-backward-btn.png) no-repeat 7px 50%; }
.controls .btn-group .btn-ico-prev { min-width: 34px; background: #fff url(/resources/homepage/images/icon/icon-rewind-btn.png) no-repeat 7px 50%; }
.controls .btn-group .btn-ico-play { min-width: 32px; background: #fff url(/resources/homepage/images/icon/icon-play-btn.png) no-repeat 7px 50%; }
.controls .btn-group .btn-ico-stop { min-width: 34px; background: #fff url(/resources/homepage/images/icon/icon-pause-btn.png) no-repeat 7px 50%; }
.controls .btn-group .btn-ico-forward { min-width: 34px; background: #fff url(/resources/homepage/images/icon/icon-forward-btn.png) no-repeat 7px 50%; }
.controls .btn-group .btn-ico-end { min-width: 34px; background: #fff url(/resources/homepage/images/icon/icon-step-forward-btn.png) no-repeat 7px 50%; }
.controls .btn-group .btn-ico-plus { min-width: 32px; background: #fff url(/resources/homepage/images/icon/icon-plus-btn.png) no-repeat 7px 50%; background-size: 16px 16px;}
.controls .btn-group .btn-ico-minus { min-width: 32px; background: #fff url(/resources/homepage/images/icon/icon-minus-btn.png) no-repeat 7px 50%; background-size: 16px 16px;}

.controls .btn-group .btn-enable { color: #fff; background-color: #337ab7; border-color: #2e6da4;}

.search-area .group-date .datePicker { margin-bottom: 0; }

.search-area .group-date .select-style { margin-bottom: 0; }

.search-area .text-list { margin-bottom: 70px; }

.search-area .text-list li { font-size: 16px; margin-bottom: 15px; }

.search-area .text-list li .name { display: inline-block; width: 60px; color: gray; }

.video-section .vod-area, .gsics-section .vod-area { margin-left: 290px; }

.ui-datepicker { width: 248px; margin: 0 auto; background-color: #fff; border: 1px solid #e2e2e2; }

.ui-datepicker.ui-datepicker-inline { border: 0; }

.ui-datepicker .ui-datepicker-header { position: relative; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev { position: absolute; left: 7px; top: 12px; color: #fff; font-size: 13px; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-next { position: absolute; right: 7px; top: 12px; color: #fff; font-size: 13px; }

.ui-datepicker .ui-datepicker-title { background-color: #016cbf; color: #fff; text-align: center; height: 40px; line-height: 38px; font-weight: bold; }

.ui-datepicker .ui-datepicker-calendar { width: 100%; }

.ui-datepicker .ui-datepicker-calendar thead th { padding: 10px 0; text-align: center; font-weight: bold; }

.ui-datepicker .ui-datepicker-calendar tbody td { text-align: center; }

.ui-datepicker .ui-datepicker-calendar tbody td a { display: inline-block; width: 100%; color: #4a4a4a; padding: 10px 0; }

.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active, .ui-datepicker .ui-datepicker-calendar tbody td a:hover { background-color: #d4d4d4; /*border-radius: 50%;*/ font-weight: bold; }

.ui-datepicker-calendar tbody td span{ display: inline-block; width: 100%; color: #afafaf; padding: 10px 0;}

.select-style2 { position: relative; width: 258px; height: 40px; overflow: hidden; }
.select-style2 label { position: absolute; width:65px; font-size: 11px; color: #4a4a4a; top: 30%; left: 5px; letter-spacing: 0px; word-break: break-all; line-height: 1.3; padding-right: 12px; }
.select-style2 select { float:right; width: 180px; height: 29px; border: 1px solid #999; padding: 5px 7px; font-size:13px; -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; background: url("/resources/homepage/images/common/select_arrow.png") no-repeat 95% 50%; /* 화살표 모양의 이미지 */ }
.select-style2 select::-ms-expand { display: none; } /* IE 10, 11의 네이티브 화살표 숨기기 */

.search-area .inner-title { background-color: #f4f4f4; padding: 15px 0; font-size: 16px; color: #4a4a4a; text-align: center; font-weight: bold; border-bottom: 1px solid #b9b9b9; }

.search-area .cont { padding: 10px 5px 34px; }

.search-area .select-style { width: 100%; height: 29px; margin-bottom: 10px; }

.search-area .select-style label { top: 8px; }

.search-area .select-style select { height: 29px; }

.search-area .group::after { clear: both; content: ""; display: table; }

.search-area .group .select-style { float: left; width:100%;/*width: calc((100% / 2) - 5px);*/ }

.search-area .group .select-style:first-child { margin-right: 10px; }

.search-area .group.type2 .select-style { width: calc(65% - 10px); }

.search-area .group.type2 .select-style:first-child { width: 35%; }

.search-area .datePicker { margin-bottom: 20px; }

.search-area {
    width: 270px;
    border: 1px solid #b9b9b9;
}

/*  */
/***********************************************************************************************************************************************************/
/* ############ 767px 이하 ############ */
@media(max-width:767px) {
    /*  */
    /* #topmenu{display: none;}
    .gnb-menu{
        max-width:180px;
        height:100%;250px 
        margin:0 auto;
        border-bottom:2px solid #ff2930;
        box-sizing:border-box;
        position: absolute;
        top: 62px;
        left: 0;
        right: 1020px;
        z-index: 9999;
        background-color: white;
    }
    .gnb-menu > li.depth1:hover > a{ background-color: #808080; color: #fff; width:180px; }
    .gnb-menu > li:not(.depth1_2) > a{pointer-events: none;} 모바일 depth1 a태그 클릭 이벤트 막기 
   
    토글 버튼
    .menuBtn {
        padding-top:7px;
        padding-left:10px;
        padding-right:10px;
        padding-bottom:2px;
        border:1px solid #AAAAAA;
        border-radius:5px;
        background-color:#FFFFFF;
        cursor:pointer;
        float: left;
    }

    클릭시 배경색 변경
    .menuBtn:hover {
        background-color:#DDDDDD;
    }
   
    파란색 테두리 제거
    .menuBtn:focus {
        outline:none;
    }
   
    .menuBtn i {
        color:#888888;
    }
   
    토글버튼 글자 숨기기
    .menuBtn span {
        display:inline-block;
        text-indent:-999px;
    }
    
    .gnb-menu > li .depth2 {
        display:none;
        left: 180px;
        top : -1px;
        z-index: 1000;
        position: absolute;
        width : 133%;
        text-align: left;
        border-top: 2px solid #5a5a5a;
        border-bottom: 1px solid black;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
        padding-top: 20px;
        padding-bottom: 15px;
        min-height: 200px;
        background-color: rgba(255, 255, 255, 1);
    }
    
    .gnb-menu > li > a { display: inline-block; color: #5a5a5a; font-size: 18px; font-weight: 700; padding: 0px 33px; }
    .gnb-menu > li ul.depth2 > li{display: inline-block; vertical-align: top; padding: 0px 24px; font-size: 14px; margin-right: 0px;}
    .main .gnb-menu > li.depth1 .depth2{background: rgba(0, 0, 0, 1);}
    .gnb-menu > li ul.depth2 > li > a {display: block;height: 40px;line-height: 40px;padding: 0 10px 0px 7px;font-size: 15px;color: #000; font-weight: bold; text-align: left;}
    
    메인화면 이미지 
    .main-banner{display: none;}
    
    .main-info .inner {max-width: 100%;margin:0 auto}
    
    메인화면 뉴스,공지사항 
    .main-news,.main-about {width: 99.5%;} padding: 40px 0 
    .main-news {padding-top: 0;}height: 500px;
    
    .main-news-section {width: 100%}
    .main-news-section,.main-about-section {position: relative;text-align: left;}
    
    .main-news-section {width: 98%;}
    .main-news-section,.main-about-section {display: inline-block;position: relative;text-align: left; }
    
    .main-news .fr {width: 98%;}
    .main-news .fl {width: 100%;}
    
    .main-quick-list {display: table; width: 98%; height: 60px; border-collapse: collapse;box-sizing: border-box;  }margin-left: 1%; *//* background-color: #fff; *//* border:1px solid #d7d7d7;
    .main-quick-list li {width: 100%; vertical-align: middle}
    
    .main-about-section.about {width: 100%;float: left;}
    .main-about-section.about .fl {width: 50%;}
    .main-about-section.about .fr {width: 50%;text-align: left}
    .main-about-section.map {width: 100%;float: right;}
    .main-about-section {width:100%; height: 250px;}
     */
    #content,#footer{width:98%;}
    #footer{position:relative;padding:30px 0 50px;text-align:left;}
    .top-menu{    
	    float: right;
	    display: inline-block;
	    margin-top: 12px;
	    position: relative;
	}
    .top-area{display:block;overflow:hidden;position:relative;width:100%;height:62px;margin:0 auto;padding:11px 5px 10px;text-align:left;box-sizing:border-box}
    body{width:100%;margin:0 auto;background:url(../images/common/bg_header.png) 0 0 repeat-x}
    .fr,.float-right{float:right !important}
    
    .main-quick-list li a{font-size: 18px;font-weight: bold; height: 100%;line-height: 58px; margin-left: 5%;}/*display: block;  */
    
    /* 서브페이지  */
    .content-wrap{width:100%;margin:40px auto 10px;padding-bottom:20px}
    
    /*about NMSC - organization Chart  */
    .sub5-6 ol{width:100%;height:0;padding-top:642px;overflow:hidden;background:url(../images/content/img_organization.gif) no-repeat center top; background-size: 100%;}
    
    /* table 스크롤 */
    .Scroll{overflow-x: auto; white-space: nowrap;}
    
    /* 게시판 형식 크기 조절  */
    .colTable{width: 8%;}
    /* #colTitle{width: 15%;} */
    .board-list-table .table > thead > tr > th:not(#thTitle){display:none;}
    .board-list-table td:not(.tit){display:none;} /*  text-overflow: ellipsis; white-space: nowrap; overflow: hidden; */
    #thTitle{width: 100%}
    
    /* 게시판 글자 크기  */
    .board-view-table th,.board-view-table td,.board-list-table th,.board-list-table td,.board-view-header th,.board-view-header td{border-bottom:1px solid #cbcbcb;font-size:13px;color:#333}
    
    /* 찾아오는 길   How to find us*/
    .sub5-7 address{
        display: block;
	    width: 100%;
	    margin: 0 0 30px;
	    padding-top: 357px;
	    background: url(../images/content/img_map.jpg) no-repeat no-repeat;
	    font-size: 18px;
	    line-height: 24px;
	    color: #2d2d2d;
	    background-size: 100%;
    }
    
    /* About NMSC / Main Duties */
    /* .sub5-5 .centerBox{ position: absolute;
	    top: 5%;
	    left: 25%;
	    margin: -93px 0 0 -93px;
	    box-sizing: border-box;
	    padding: 35px 0;
	    width: 186px;
	    height: 186px;
	    text-align: center;
	    background: #46a6f5;
	    border-radius: 50%;
	    overflow: hidden;
    }
    
    .sub5-5 {padding-top:181px;}
    
    .sub5-5 > section{
	    width: 100%;
	    height: 100%;
	    margin: -1px 0 0 -1px;
	    border-left: 1px solid #46a6f5;
	    box-sizing: border-box;
    }200813 수정전*/
    .sub5-5 .centerBox{position:absolute;top:45%;left:52%;margin:-93px 0 0 -93px;box-sizing:border-box;padding:35px 0;width:150px;height:150px;text-align:center;background:#46a6f5;border-radius:50%;overflow:hidden;}
    .sub5-5 > section{float:left;width:48%;height:50%;margin:-1px 0 0 -1px;border-left:1px solid #46a6f5;border-top:1px solid #46a6f5;box-sizing:border-box}
    /* .sub5-5 > section:nth-child(odd){padding:15px 0 60px 25px} */
    .sub5-5 > section:nth-child(even){padding:15px 0 60px 50px}
    .sub5-5 > section.pad-left{padding:15px 0 60px 50px}
    .sub5-5 > section.pad70{padding-top:73px;height:50%}
    .sub5-5 .centerBox p{font-size:10px;line-height:14px;color:#fff}
    .sub5-5 .centerBox strong{font-size:10px; color:#fff}
    /* .sub5-5 > section.pad70{padding-top:73px;}
    .sub5-5 > section:nth-child(odd){padding:15px 0 60px 25px}
    .sub5-5 > section:nth-child(even){padding:15px 0 60px 50px}
    .sub5-5 > section.pad-left{padding:15px 0 60px 50px} */
    
    /* About NMSC / Vision/Mission */
    .sub5-4 .vision{padding-top:400px;background:url(../images/content/img_vision.gif) no-repeat center top;overflow:hidden; background-size: 100%;}
    .sub5-4 .mission li{float:left;width:99%;height:145px;margin:4px;padding:13px;padding-right:0;box-sizing:border-box;border:1px solid #c2c2c2;background:#fafafa}
    .sub5-4 .mission {margin:46px 0 0 -4px;width:100%;overflow:hidden}
    
    /* 사이트맵  */
    .sitemapWrap h3{width:100%;line-height:40px;font-weight:bold;font-size:15px;border-bottom:1px solid #000;margin:0 0 10px}
    
    /* 푸터 이미지  */
    #footer img{margin:0;vertical-align:top;display: none}
}

/* ############ 768px 이상 ############ */
@media(min-width:768px) {
	/*  */
    /* .main .gnb-menu {display:block;}
    .gnb-wrap .gnb-menu {display:block;}
    .gnb-menu{width:1200px;height:51px;margin:0 auto;border-bottom:2px solid #ff2930;box-sizing:border-box}
    .gnb-menu > li .depth2.sticky { position: fixed; top: 0px; }
    .gnb-menu > li.depth1.active > a, .gnb-menu > li.depth1:hover > a, .gnb-menu > li.depth1.on > a{ background-color: #262626; color: #fff; }
    
    .main-news,.main-about {width: 1200px;padding: 40px 0}
    .main-news {height: 230px;padding-top: 0;}
    .main-news-section {height: 150px; box-sizing: border-box;}
    .main-news-list {width: 100%;}
    .main-news-section {width: 45%;margin-left: 40px;}
    .main-news-section,.main-about-section {display: inline-block;position: relative;text-align: left;}
    .main-news .fr {width: 900px;text-align: right;}
    .main-news .fl {width: 288px;}
    
    .fr,.float-right{float:right !important}
    
    .main-quick-list {display: table; width: 100%; height: 60px;background-color: #fff; border-collapse: collapse;box-sizing: border-box; border:1px solid #d7d7d7}
    .main-quick-list li {display: table-cell; width: 20%; vertical-align: middle}
    
    .main-about-section.about {width: 516px;float: left;margin-right: 30px;}
    .main-about-section.about .fl {width: 200px;}
    .main-about-section.about .fr {width: 289px;text-align: left}
    .main-about-section.map {width: 266px;float: right;}
    .main-about-section {width:312px; height: 250px;float: right;}
    
    #content,#footer{width:100%;margin:0 auto}
    #footer{position:relative;padding:30px 0 50px;text-align:center;}
    
    .top-menu{display:block;position:absolute;top:20px;right:0}
    .top-area{display:block;overflow:hidden;position:relative;width:1200px;height:62px;margin:0 auto;padding:11px 0 10px;text-align:left;box-sizing:border-box}
    body{min-width:1200px;margin:0 auto;background:url(../images/common/bg_header.png) 0 0 repeat-x}
    
    .main-quick-list li a{font-size: 18px;font-weight: bold;display: block; height: 100%;line-height: 58px;}
    
    토글 버튼
    .menuBtn {
        display:none;
    }
     */
    /* 서브페이지  */
    .content-wrap{width:1200px;margin:40px auto 10px;padding-bottom:20px}
    
    /*about NMSC - organization Chart  */
    .sub5-6 ol{width:100%;height:0;padding-top:642px;overflow:hidden;background:url(../images/content/img_organization.gif) no-repeat center top;}
    
    /* 게시판 형식 크기 조절  */
    #col70, .col70{width: 70px;}
    #col75, .col75{width: 75px;}
    #col110, .col110{width: 110px;}
    #col120, .col120{width: 120px;}
    
    /* 게시판 글자 크기  */
    .board-view-table th,.board-view-table td,.board-list-table th,.board-list-table td,.board-view-header th,.board-view-header td{border-bottom:1px solid #cbcbcb;font-size:15px;color:#333}
    
    /* 찾아오는 길   How to find us*/
    .sub5-7 address{display:block;width:100%;margin:0 0 30px;padding-top:645px;background:url(../images/content/img_map.jpg) no-repeat no-repeat;font-size:18px;line-height:24px;color:#2d2d2d}
    
    /* About NMSC / Main Duties */
    .sub5-5 .centerBox{position:absolute;top:46.7%;left:50%;margin:-93px 0 0 -93px;box-sizing:border-box;padding:35px 0;width:186px;height:186px;text-align:center;background:#46a6f5;border-radius:50%;overflow:hidden;}
    .sub5-5 > section{float:left;width:50%;height:560px;margin:-1px 0 0 -1px;border-left:1px solid #46a6f5;border-top:1px solid #46a6f5;box-sizing:border-box}
    .sub5-5 > section:nth-child(odd){padding:15px 0 60px 25px}
    .sub5-5 > section:nth-child(even){padding:15px 0 60px 50px}
    .sub5-5 > section.pad-left{padding:15px 0 60px 50px}
    .sub5-5 > section.pad70{padding-top:73px;height:604px}
    .sub5-5 .centerBox p{font-size:14px;line-height:16px;color:#fff}
    .sub5-5 .centerBox strong{font-size:20px;line-height:22px;color:#fff}
    
    /* About NMSC / Vision/Mission */
    .sub5-4 .vision{padding-top:535px;background:url(../images/content/img_vision.gif) no-repeat center top;overflow:hidden}
    .sub5-4 .mission li{float:left;width:313px;height:145px;margin:4px;padding:13px;padding-right:0;box-sizing:border-box;border:1px solid #c2c2c2;background:#fafafa}
    .sub5-4 .mission {margin:46px 0 0 -4px;width:1006px;overflow:hidden}
    
    /* 사이트맵 */
    .sitemapWrap h3{width:100%;line-height:40px;font-weight:bold;font-size:22px;border-bottom:1px solid #000;margin:0 0 10px}
    
    /* 푸터 이미지  */
    #footer img{margin:0;vertical-align:top}
    
}

/* 메인페이지 변경
*   2020-12-21 수정사항
*/
#container.main-new{background: #fff;}
.main-new .content{width:1200px;margin: 0 auto;}
.main-new .content:after{content: "";display: block;clear: both;}
.main-new .main-news, .main-new .main-info{float:left;clear: none;height:auto;}
.main-new .main-news{padding:1%;width:60%;}
.main-new .main-info{width:38%;padding:50px 1%;}
.main-new .main-news .main-news-content{width:calc(100% - 40px);padding:20px;}
.main-new .main-news-section{margin:0;width:100%;/*min-height: 250px;*/}

.main-new .image-section { margin-left:13%;width:500px; }
.main-new .imageArea {
    position: relative;
    width: 500px;
}
.main-new .imageArea .areaImage { width:100%;}
.main-new .imageArea .intrstArea { z-index : 5; position : absolute; /*display : none;*/ border : 3px solid #016cbf; background-color : rgba(255, 255, 255, 0.3); cursor : pointer;}
.main-new .imageArea .intrstArea.selected { background-color : rgba(255, 255, 0, 0.3); }
.main-new .imageArea .intrstArea:not(.selected):hover { background-color : rgba(100, 255, 100, 0.2); }
.main-new .intrstBtnDiv { padding:10px 0; }
.main-new .intrstBtn { display: block; padding: 8px 0; width: 500px; border-radius: 3px; font-size: 18px; background-color: #ff2930; color: #fff; text-align : center; }
.main-new .intrstBtn:hover { color: #fff; }


.main-new .main-news-banner{margin-bottom: 50px;}
.main-new .main-news-banner:after{content: "";display: block;clear: both}
.main-new .main-news-banner li{float: left;width:50%;}
.main-new .main-news-banner li a{width:100%;padding:0 10px;margin: 0;}
.main-new .main-news-banner li a strong{margin: 12px 0 4px 0}

.main-new .main-info .fl{width: 100%;float: none !important;}
.main-new .main-info .inner{width:100%;}
.main-new .main-info .main-quick-list:after{content: "";display: block;clear: both}
.main-new .main-info .inner .main-quick-list{display: block;height:auto;    border: 1px solid #d7d7d7;}
.main-new .main-info .inner .main-quick-list li{display: block;width:50%;float: left;}
.main-new .main-info .inner .main-quick-list li:first-child{width: 100%;}
.main-new .main-info .inner .main-quick-list li a{padding:10px 15px;line-height: normal;text-align: left}
.main-new .main-info .quick{width:100%;padding:30px 0;}
.main-new .main-info .quick:after{content: "";display: block;clear: both}
.main-new .main-info .quick .dpcpPop{display:block;float: left; width: 200px; border: 1px solid rgba(0,0,0,0.2);}
.main-new .main-info .quick .about-nav{float: left;padding:0 24px;}
.main-new .main-info .quick .dpcpPop img{width: 100%;}
.main-new .main-info .quick .about-nav .main-about-link{margin: 0; padding:5px 0;}
.main-new .main-info .border-bottom .main-about-link:after{margin: 0;margin-top: 3px;}
.main-new .main-info .main-about-title{margin-bottom: 5px;}
.main-new .main-info .about{width:100%;padding:10px 0;}
.main-new .main-info .about:after{content: "";display: block;clear: both}
.main-new .main-info .about .main-about-section{padding:10px 0; width:50%;height:auto;float: left;background: #cbddf3;text-align: center}
.main-new .main-info .about .main-about-section:first-child{background: #000;}
.main-new .main-info .about .main-about-section h4{font-size: 20px;}
.main-new .main-info .about .main-about-section h4 span{display: block;font-size: 18px;}
.main-new .main-info .about .main-about-section:first-child h4{color: #fff;}
.main-new .main-info .about .main-about-section img{width:130px;height: 130px;}


/* ############  영문  767px 이하 ############ */
@media(max-width:767px) {
    .main-new .content { width: 100vw;}
    .main-new .content > section {padding: 1vw;width: 100vw;}
    .main-new .content .image-section { margin : 10px 0; width: 98vw;}
    .main-new .content .imageArea {width: 98vw;}
    .main-new .content .intrstBtnDiv { padding: 1vw 0; }
    .main-new .content .intrstBtn { padding: 2vw 0; width: 98vw; font-size: 14px }


    .main-new .main-news .main-news-content{padding:0;width: 100%;}
    .main-new .main-news-banner{margin-bottom:20px;}
    .main-new .main-info .inner .main-quick-list{width:100%;}
    .main-new .main-info .inner .main-quick-list li{width: 100%;}
    .main-new .main-info .inner .main-quick-list li a{display:block;margin:0;padding:5px 15px;}
    .main-new .main-info .quick{padding:20px;}
}

/* 위성영상 - 210906 반영예정 */
#ui-datepicker-div{z-index: 2 !important;}
.ui-datepicker{display: none;}
.new-video-section {margin-top: 0px;}
.ui-widget-overlay { z-index: 5;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #aaaaaa;opacity: .5; }
.ui-dialog { z-index: 6;background-color: #fff;box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;border-radius: 8px; }
.ui-dialog .ui-dialog-titlebar { display: none; }
.ui-dialog-buttonset { text-align: center;padding:.3em 0; }

.new-video-section button:disabled { background: #a0a0a0;opacity: .5;cursor: not-allowed; }
.new-video-section button > .txt { padding:0 5px; }
/* .new-video-section select { padding:.2em 1.7em .2em .4em;border:1px solid #999;font-size: 13px;background: #fff url(../images/common/select_arrow.png) no-repeat 95% 50%;} */
/* 2024-03-07 최준엽 연구원 요청으로 수정 */
.new-video-section select { padding:.2em 1.2em .2em .4em;border:1px solid #999;font-size: 13px;}
.new-video-section select:disabled { cursor: not-allowed;background: #a0a0a0;opacity: .5;cursor: not-allowed; }
.new-video-section select::-ms-expand { display: none; }
.new-search-section input[type="text"]:disabled {  border-color: #999;background: #a0a0a0;opacity: .5;cursor: not-allowed; }

.new-search-section { z-index:2;display:flex;flex-flow:row wrap;justify-content:flex-end;align-items:center;padding:.2em 0;  }
.new-search-section .title { margin-right: auto;width:calc( 100% - 7.6em );font-size: 1.15em;font-weight: 700;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; }
.new-search-section .title > span + span:before { content: "-"; padding:0 .3em; }
.new-search-section .label {  margin:0;padding: 0 0.3em;font-size: 1em; line-height: 1.2em;font-weight:700; }
.new-search-section .searchBox { display: flex;flex-flow: row wrap; width: 100%;height: 0;background-color: #eee;overflow: hidden; }
.searchBox button { padding: .2em 0.4em; }
.searchBox > div { display: flex;flex-flow: row wrap;align-items: center;}
.searchBox .dateTime { display: flex;flex-flow: row wrap; margin-right: auto; }
.searchBox .dateTime .datePicker{ padding : .2em .8em;width:150px;text-align: center;font-size: 13px; }
.searchBox .dateTime #searchTime { margin: 0 0.2em;min-width: 80px; }
.searchBox .dateTime .nowBtn { border:1px solid #626262;background-color:#626262;color:#fff;border-radius: 1em;}
.searchBox .condition > div { display: flex;flex-flow: row wrap;align-items: center;padding:.24em; }
.condition [data-idx="0"] select {  width: 143px; }
.condition [data-idx="1"] select {  width: 86px; }
.condition [data-idx="2"] select {  width: 185px; }
.condition [data-idx="3"] select {  width: 100px; }
.searchBox .helpBtn { background: #016cbf;color: #fff;border-radius: 5px; }
.searchBox .helpBtn.hide { display: none; }
.searchBox .reload { flex-grow: 0;flex-shrink: 0;display: flex; flex-flow: row wrap;align-items: center; position:relative;margin-right: .1em; }
.searchBox .reloadTime { display: none;z-index: 2;position: absolute;top: 100%;left: 0; width: 4em; height: 8em; background-color: #fff;overflow: auto; box-shadow: rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px; }
.searchBox .reloadTime > li { padding: .2em .4em;font-size: .9em;cursor: pointer; }
.searchBox .reloadTime > li.on, .searchBox .reloadTime > li:hover { background-color: #016cbf;color: #fff;  }
.searchBox .reload:hover >  .reloadTime { display: block; }

.toggle { display: none; }
.toggle, .toggle:after, .toggle:before, .toggle *, .toggle *:after, .toggle *:before, .toggle + .toggle-btn { box-sizing: border-box; }
.toggle::-moz-selection, .toggle:after::-moz-selection, .toggle:before::-moz-selection, .toggle *::-moz-selection, .toggle *:after::-moz-selection, .toggle *:before::-moz-selection, .toggle + .toggle-btn::-moz-selection { background: none; }
.toggle::selection, .toggle:after::selection, .toggle:before::selection, .toggle *::selection, .toggle *:after::selection, .toggle *:before::selection, .toggle + .toggle-btn::selection { background: none; }
.toggle + .toggle-btn { outline: 0;display: block;width: 4em;height: 2em;position: relative;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }
.toggle + .toggle-btn:after{ position: relative;display: block;content: "";width: 50%;height: 100%; }
.toggle + .toggle-btn:after { left: 0; }
.toggle:checked + .toggle-btn:after { left: 50%; }

.toggle.type01 + .toggle-btn {  margin:0;background: #b7bcc3;border-radius: 2em;padding: 2px;width: 4.2em;height: 2em;transition: all 0.2s ease;border: 1px solid #e8eae9; }
.toggle.type01 + .toggle-btn:after { width: 50%;border-radius: 2em;background: #4a4a4a;transition: left 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.2s ease, margin 0.2s ease;box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08); }
.toggle.type01 + .toggle-btn:hover:after { will-change: padding; }                     /* padding: .15em;  반영안됨  */
.toggle.type01 + .toggle-btn:before {content: "OFF";position: absolute;top:3px;z-index: 2;padding: .15em;color: #fbfbfb ;font-size: .9em;font-weight: 700;letter-spacing: -1px; }
.toggle.type01 + .toggle-btn:active { box-shadow: inset 0 0 0 2em #e8eae9; }
.toggle.type01 + .toggle-btn:active:after { padding-right: 0.8em;background-color: #fbfbfb; }
.toggle.type01:checked + .toggle-btn { margin:0;background: #86d993; }
.toggle.type01:checked + .toggle-btn:active { box-shadow: none; }
.toggle.type01:checked + .toggle-btn:before { content: "ON";color: inherit ;padding: .2em; }
.toggle.type01:checked + .toggle-btn:after {  background: #fbfbfb; }
.toggle.type01:checked + .toggle-btn:after { left:51%; }
.toggle.type01:checked + .toggle-btn:before{ left:54%; }
.toggle.type01:checked + .toggle-btn:active:after { margin-left: -0.8em;  }
.toggle.type01:checked ~ .searchBox {  padding:.4em;height: auto;overflow: visible; }

.toggle.type02 + .toggle-btn { overflow: hidden;width:3em;height: 1.8em;transition: all 0.2s ease;background: #888;font-size: .9em; }
.toggle.type02 + .toggle-btn:after, .toggle.type02 + .toggle-btn:before { display: inline-block;transition: all 0.2s ease;width: 100%;text-align: center;position: absolute;line-height: 2em;font-weight: bold;color: #fff;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
.toggle.type02 + .toggle-btn:after { top:0;left: 100%; content: attr(data-tg-on); }
.toggle.type02 + .toggle-btn:before { top:0;left: 0;content: attr(data-tg-off); }
.toggle.type02 + .toggle-btn:active { background: #888; }
.toggle.type02 + .toggle-btn:active:before { left: -10%; }
.toggle.type02:checked + .toggle-btn { background: #86d993; }
.toggle.type02:checked + .toggle-btn:before { left: -100%; }
.toggle.type02:checked + .toggle-btn:after { left: 0; }
.toggle.type02:checked + .toggle-btn:active:after { left: 10%; }

.new-video-section .vod-area { z-index: 1;position:relative;margin:0; }
.new-video-section .vod-area button { padding: 0.3em 1em;border:1px solid #4a4a4a;background:#fff; border-radius: 5px;}
.new-video-section .vod-area .view {position: relative;}
.new-video-section .vod-area .player { z-index:2;position:absolute; top:2em;left:15%; display: flex;flex-flow: row wrap;padding:0.2em 0.5em;width:70%;background:rgba( 255, 255, 255, .8);opacity: 1;}
.new-video-section .vod-area .player button { margin: 0 0.1em; padding: 0.2em 0.7em 0.1em 0.6em;}
.new-video-section .vod-area .player .first { padding: 0.2em 0.5em 0.1em 0.4em; }
.new-video-section .vod-area .player .for { padding: 0.2em 0.6em 0.1em 0.7em; }
.new-video-section .vod-area .player .end { padding: 0.2em 0.4em 0.1em 0.5em; }
.new-video-section .vod-area .player .playBtn { padding: 0.2em 0.5em 0.1em 0.6em; }
.new-video-section .vod-area .player .playBtn.stop { padding: 0.2em 0.525em 0.1em 0.525em; }
.new-video-section .vod-area .player .playBtn.stop > i:before { content: "\f04c"; }
.new-video-section .vod-area .player .sliderWrap { align-self: center;flex-grow: 1;display: flex;flex-flow: row wrap; }
.new-video-section .vod-area .player .slider { position: relative; align-self: center;flex-grow: 1;padding: 0 0.5em; }
.new-video-section .vod-area .player .txtTime { align-self: center;padding: 0 0.5em;}
.new-video-section .vod-area .player .stepBar { z-index: 2;position: relative; border: 1px solid #c5c5c5; height: .6em; background: #fff; border-radius: 1em; }
.new-video-section .vod-area .player .ui-slider-range-min { height:100%;background-color: #016cbf; border-radius: 1em; }
.new-video-section .vod-area .player .stepBar > span { z-index: 2;position: absolute;top: -.38em;margin-left: -.48em;border: 1px solid #016cbf;width: 1.1em;height: 1.1em;background-color: #fff;border-radius: 1em;}
.new-video-section .vod-area .player .stepBar > span.ui-state-active {outline: none;}
.new-video-section .vod-area .player .stepBar.ui-state-disabled { background-color: #626262 }
.new-video-section .vod-area .player .stepBar.ui-state-disabled > span { background-color: #626262; }
.new-video-section .vod-area .player .stepDot { position:absolute;left:0;bottom:-9px;display: flex;flex-flow: row;justify-content: space-between; padding: 0 0.55em;width: 100%; }
.new-video-section .vod-area .player .stepDot > i {  border-left: 2px solid #aaa;height: 27px; }

.new-video-section .vod-area .viewer { z-index:2;position: absolute;right: 0.2em;top:2em; display: flex; flex-flow: column wrap; }
.new-video-section .vod-area .viewer button { display:flex; flex-flow:row wrap;justify-content: center; align-items:center;padding: 0.4em 0.4em 0.3em 0.5em;font-size: 1.3em; }
.new-video-section .vod-area .viewer button .txt { display: none; }
.new-video-section .vod-area .viewer .zoom { border-radius: 5px 5px 0 0; }
.new-video-section .vod-area .viewer .zoom.in { border-bottom: none; }
.new-video-section .vod-area .viewer .zoom.init { border-bottom: none;border-radius:0; }
.new-video-section .vod-area .viewer .zoom.out { border-radius: 0 0 5px 5px; }
.new-video-section .vod-area .viewer button.origin { margin-top: .5em;  }
.new-video-section .vod-area .viewer .downBtn { margin-top: .5em; }
.new-video-section .vod-area .viewer .list { height: 0;overflow: hidden; }
.new-video-section .vod-area .viewer .list.show { height: auto; }
.new-video-section .vod-area .viewer .list li > button { width:100%;border-radius: 0; }
.new-video-section .vod-area .viewer .list li > button { border-top:none; }
.new-video-section .vod-area .viewer .list li:last-child > button { border-radius: 0 0 5px 5px ; }
.new-video-section .vod-area .viewer .list button > i:before{ content: "\f0f6";}
.new-video-section .vod-area .viewer .list button > i.image:before,
.new-video-section .vod-area .viewer .list button > i.jpg:before,
.new-video-section .vod-area .viewer .list button > i.gif:before
{content: "\f1c5";}

#download-confirm { display: none;padding: .8em 2em; }
#download-confirm .message { padding:.5em 0;font-size: 16px;font-weight: bold;text-align: center; }
#download-confirm .list { display: flex; flex-flow: row wrap; align-items: center; justify-content: flex-start; }
#download-confirm .list li { padding: 0.5em 0.2em; }
#download-confirm .list button { display: flex;flex-flow: column wrap;justify-content: center;align-items: center;padding:.4em;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;border-radius: 5px; }
#download-confirm .list button:hover { background-color: #eee; }
#download-confirm .list button .label{ padding:.2em 0 ;font-weight: 700;font-size: 14px; }
#download-confirm .list button .label > i { padding:0 .3em;font-weight: 400; }
#download-confirm .list button .size { padding:.2em 0;font-weight: 700;font-size: 13px; }
#download-confirm .list button .size.red { color: #ca1010 }
#download-confirm .list button .size.yellow { color: #e9b523 }
.closeBtn { padding: 0.4em 1em;background: #016cbf;color: #fff;border-radius: 5px; }

.new-video-section .vod-area .viewZone { z-index:0;position:relative;flex-grow: 1;flex-shrink: 1; width: 100%;text-align: center;}
.new-video-section .vod-area .viewZone  .iv-snap-view { top:initial;bottom: -900px; }

.tab-menu ul li a span{font-size: 16px;}

@media(max-width:768px) {
    /* 위성영상 반응형 210628 */
    .new-search-section .title { width: calc( 100% - 10em );font-size: .9em; }
    .new-search-section .label {  padding: 0 0.5em;font-size: .9em; }
    .new-video-section select, .new-video-section button, .searchBox .dateTime .datePicker { font-size: 0.9em; }
    .dateTime .datePicker { width: 40%; }
    .new-video-section select { padding-bottom: .1em; }
    .searchBox button { padding: 0.3em 0.4em; }
    .searchBox .dateTime { flex-basis: 100%; }
    .searchBox > div.conf { flex-basis: 100%;justify-content: flex-end; }
    .searchBox .condition { flex-basis:100%;justify-content: space-between; }
    .searchBox .condition > div { flex-direction: column;align-items: flex-start;width: 32%;padding: .2em; }
    .searchBox .condition > div select { width: 100%; }

    .new-video-section .vod-area .player { left:0; top:auto;bottom: 0; width: 100%; padding: 0.2em; }
    .new-video-section .vod-area .viewer { top:1em;width: 2em;}
    .new-video-section .vod-area .viewer button { padding: 0.4em .5em;font-size: 1em;  }
    .new-video-section .vod-area .viewer button .txt { display: none; }
    .new-video-section .vod-area .player .stepDot { bottom: -7px; }
    .new-video-section .vod-area .player .stepDot > i { height: 20px; }

    .amaran-wrapper-inner .amaran.default { width: 96%;}
    .amaran-wrapper-inner .amaran.default .default-message { width: calc( 100% - 45px );}
    .amaran-wrapper-inner .amaran.default .default-message > span { line-height: 2em; }
}

@media(max-width:568px) {
    .searchBox .condition > div { width: 50%; }

    .searchBox .dateTime .datePicker { flex-grow: 1;width: auto; }

    .new-video-section .vod-area .player { justify-content: center; }
    .new-video-section .vod-area .player button { font-size: 0.9em; }
    .new-video-section .vod-area .player .sliderWrap { flex-basis: 100%; }
    .new-video-section .vod-area .player .sliderWrap .txtTime {  font-size: 0.9em; }
}

/* #위성영상 210906 반영예정 */