@charset "utf-8";

/* common */
*,
*:before,
*:after{box-sizing: border-box;}

.ov-hidden{overflow: hidden !important;}
.float-left{float: left !important;;}
.float-right{float: right !important;;}
.align-left{text-align: left !important;;}
.align-right{text-align: right !important;;}
.align-center{text-align: center !important;;}
.underline{text-decoration: underline !important;}
.bg-gray{background-color: #f5f5f5 !important;}
.pos-relative{position: relative !important;}
.pos-absolute{position: absolute !important;}

.pl0{padding-left: 0 !important;}
.pr0{padding-right: 0 !important;}

.blue{color: #1672c0 !important;}
.green{color: #008942 !important;}
.sky{color: #16b2c0 !important;}
.red{color: #de454c !important;}
.black{color: #000 !important;}

.mt5{margin-top: 5px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}

.d-none {display: none !important;}
.d-inline {display: inline !important;}
.d-inline-block {display: inline-block !important;}
.d-block {display: block !important;}
@media (min-width: 768px) {
	.d-md-none {display: none !important;}
	.d-md-inline {display: inline !important;}
	.d-md-inline-block {display: inline-block !important;}
	.d-md-block {display: block !important;}
}

body{min-width:1280px}

.inner{width: 1240px;margin: 0 auto;position: relative;}
.inner:after{content:'';display:block;clear:both}

#wrap{min-width: 320px;}

#header{}
#header > .inner{z-index: 1001;}

#top{background-color: #eee;height: 50px;text-align: right;padding-top: 17px;}
#top .blog{color: #5baa48;font-size: 13px;font-weight: 700;}
#top .post{color: #53b8f5;font-size: 13px;font-weight: 700;margin-left: 18px;}
#top .facebook{color: #6275ad;font-size: 13px;font-weight: 700;margin-left: 18px;}
#top .instagram{color: #000000;font-size: 13px;font-weight: 700;margin-left: 18px;}
#top span{color: #999;padding-right: 19px;position: relative;margin-left: 30px;}
#top span:after{content: '';display: block;width: 1px;height: 8px;background-color: #ccc;position: absolute;right:8px;top:50%;margin-top: -4px;}
#top .lang{color: #222;font-weight: 700;font-size: 13px;position: relative;padding-right: 10px;}
#top .lang:after{content: '';display: block;width: 0;height: 0;border-style: solid;border-width: 3px 0 3px 3px;border-color: transparent transparent transparent #de454c;position: absolute;right:0;top:50%;margin-top: -3px;}

.header-row {height: 80px;border-bottom: 1px solid #ddd;}
.header-row h1{padding: 20px 0 0;}
.header-row h1 a{display: block;width: 260px;height: 40px;background: url('../images/common/logo.svg') 0 0 no-repeat;}

/*.search{position: absolute;right: 0;top: 30px;}
.search a{color: #095fb6;font-size: 20px;font-weight: 500;position: relative;padding-left: 30px;letter-spacing: -0.03em;}
.search a:before{content: '';display: block;width: 20px;height: 20px;background: url('../images/common/btn_search.png') 0 0 no-repeat;position: absolute;left:0;top:50%;margin-top: -10px;}*/

.search{position: absolute;right: 0;top: 25px;}
.search .inputbox{border: 1px solid #666;height: 30px;position: relative;padding-right: 30px;width: 150px;}
.search .inputbox input[type=text]{border: 0;width: 100%;height: 100%;display: inline-block;padding: 0 10px;box-sizing: border-box}
.search .inputbox button{position: absolute;right: 0;top: 0;width: 30px;height: 100%;background:#fff url('../images/mobile/btn_search.png') 50% 50% no-repeat;background-size: 15px auto;}

.new-title{text-align: center;padding-bottom: 25px;position: relative;font-size: 26px;font-weight: 700;margin-bottom: 40px;}
.new-title::before{content: '';width: 70px;height: 3px;background: #d05751;position: absolute;bottom: 0;left: 50%;margin-left: -35px;}
@media (max-width: 767px) {
  .new-title{font-size: 18px;margin-bottom: 30px;}
}

@media screen and (max-width:1024px){    
    body{min-width:inherit}

    .inner{width: auto;padding: 0 15px;}

    #wrap{min-width:inherit}

    #top{padding-left: 15px;padding-right: 15px;}

    .header-row h1 a{width: 210px;}

	.search{display: none;}
}
@media screen and (max-width:767px){
    #wrap{width:100%;position:relative;left:0;top:0;transition: left 0.5s ease 0s;background-color:#fff;min-width:320px}

    #top{padding: 0;height: 0;}
    #top .blog,
    #top .post,
    #top .facebook{display: none;}
    #top span{display: none;}
    #top .lang{right: 42px;top: 26px;font-size: 13px;z-index: 1;}

    .header-row {height: 69px;}
    .header-row h1 a{width: 185px;height:33px;-webkit-background-size: 100% auto;background-size: 100% auto;}

    /* .search{top: 18px;}
    .search a:before{background-image: url('../images/mobile/btn_search.png');background-position: 50% 50%;background-size: 63% auto;width: 34px;height: 34px;} */

	.search{top: 20px;right: 110px;display: block;}
	.search .inputbox{border: 0;width: auto;}
    .search .inputbox input[type=text]{display: none;}

    .menu{position: absolute;right: 10px;top: 17px;}
    .menu a{display: block;overflow: hidden;-webkit-width: 34px;width: 34px;height: 34px;}
    .menu span{display: block;position: relative;height: 10px;overflow: hidden;margin: 0 4px;}
    .menu span:first-child{margin-top: 8px;}
    .menu span:after, 
    .menu span:before{display: block;content: '';position: absolute;height: 2px;background-color: #000;top: 2px;left: 2px;right: 2px;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
    .menu span:after{top: 7px;}
}

#gnb{}
#gnbDim{width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);position: fixed;left: 0;top: 131px;z-index: 1;display: none;}
#depth1{position: absolute;left: 440px;top:0}
#depth1 > ul:after{content:'';display:block;clear:both}
#depth1 > ul > li{float: left;margin-right: 47px;height: 80px;padding-top: 30px;}
#depth1 > ul > li:last-child{margin-right: 0;}
#depth1 > ul > li:nth-child(6){position: absolute;left:-9999px;top:-9999px;text-indent: -9999px;overflow: hidden;width: 1px;height: 1px;}
#depth1 > ul > li > a{font-weight: 500;font-size: 20px;color: #222;display: block;position: relative;text-decoration: none;height: 100%;line-height: 1;}
#depth1 > ul > li > a:after{content: '';display: block;width:0;height: 2px;background-color: #de454c;position: absolute;bottom: 0;left: 0;transition: all 0.25s;}
#depth1 > ul > li > a:hover:after{width: 100%;color: #000;}
#depth1 > ul > li.on > a{color: #de454c;}
#depth1 > ul > li.on > a:after{width: 100%;}
#depth2Bg{content: '';display: block;width: 100%;height: 600px;position: absolute;left:0;top:130px;background-color: #fff;z-index: 10000;display: none;}
#depth2{width: 100%;height: 600px;background-color: #fff;position: absolute;left:0;top:80px;z-index: 10001;display: none;}
#depth2 > .inner{padding-top: 20px;background: #fff url('../images/common/gnb_bg.png') 0 -400px no-repeat;}
#depth2 > .inner:after{content:'';display:block;clear:both}
#depth2 ul.depth2{float: left;width: 18%;margin-right: 2%;}
#depth2 ul.depth2.depth2-3{width: 20%;}
#depth2 ul.depth2.depth2-5{margin-right: 0;}
#depth2 ul.depth2.depth2-6{position: absolute;left:-9999px;top:-9999px;text-indent: -9999px;overflow: hidden;width: 1px;height: 1px;}
#depth2 ul.depth2 > li{border-bottom: 1px solid #eee;}
#depth2 ul.depth2 > li > a{display: block;height: 42px;line-height: 42px;transition:0.1s;position: relative;padding-left: 38px;font-size: 16px;letter-spacing: -0.02em;}
#depth2 ul.depth2 > li > a:before{content: '';display: block;width: 28px;height: 28px;background: url('../images/common/icons.svg') 0 0 no-repeat;background-size: 56px auto;position: absolute;left:0;top:50%;margin-top: -14px;}
#depth2 ul.depth2 > li.on > a{color: #de454c !important;}
#depth2 ul.depth2 > li > ul{border-top: 1px solid #eee;padding: 5px 0 5px 40px;}
#depth2 ul.depth2 > li > ul > li{}
#depth2 ul.depth2 > li > ul > li:before{content: '· ';}
#depth2 ul.depth2 > li > ul > li a{display: inline-block;color: #888;font-size: 14px;padding: 8px 0;line-height: 1;}
#depth2 ul.depth2.on > li > a{color: #000;}
#depth2 ul.depth2.on > li > ul > li > a{color: #666;}
#depth2 ul.depth2.on > li > ul > li.on > a{color: #222;}
#depth2 ul.depth2.on > li > a:before{background-image: url('../images/common/icons_active.svg');}


#depth2 .ico2:before{background-position: -28px 0 !important;}

#depth2 .ico3:before{background-position: 0 -28px !important;}
#depth2 .ico4:before{background-position: -28px -28px !important;}

#depth2 .ico5:before{background-position: 0 -56px !important;}
#depth2 .ico6:before{background-position: -28px -56px !important;}

#depth2 .ico7:before{background-position: 0 -84px !important;}
#depth2 .ico8:before{background-position: -28px -84px !important;}

#depth2 .ico9:before{background-position: 0 -112px !important;}
#depth2 .ico10:before{background-position: -28px -112px !important;}

#depth2 .ico11:before{background-position: 0 -140px !important;}
#depth2 .ico12:before{background-position: -28px -140px !important;}

#depth2 .ico13:before{background-position: 0 -168px !important;}
#depth2 .ico14:before{background-position: -28px -168px !important;}

#depth2 .ico15:before{background-position: 0 -196px !important;}
#depth2 .ico16:before{background-position: -28px -196px !important;}

#depth2 .ico17:before{background-position: 0 -224px !important;}
#depth2 .ico18:before{background-position: -28px -224px !important;}

#depth2 .ico19:before{background-position: 0 -252px !important;}
#depth2 .ico20:before{background-position: -28px -252px !important;}

#depth2 .ico21:before{background-position: 0 -280px !important;}
#depth2 .ico22:before{background-position: -28px -280px !important;}

#depth2 .ico23:before{background-position: 0 -308px !important;}
#depth2 .ico24:before{background-position: -28px -308px !important;}

#depth2 .ico25:before{background-position: 0 -336px !important;}
#depth2 .ico26:before{background-position: -28px -336px !important;}

#depth2 .ico27:before{background-position: 0 -364px !important;}
#depth2 .ico28:before{background-position: -28px -364px !important;}

#depth2 .ico29:before{background-position: 0 -392px !important;}
#depth2 .ico30:before{background-position: -28px -392px !important;}

#main{margin: 0 auto;}
#content{width: 1240px;margin: 0 auto;min-height: 750px;padding: 60px 0;}

#sitemap{display: none;}

@media screen and (max-width:1024px){
    #main{max-width: none}
    #content{width: auto;padding: 60px 15px;}

    #depth1{left: auto;right: 0;}
    #depth1 > ul > li{margin-right: 20px;}
    #depth1 > ul > li > a{font-size: 16px;}

    #depth2 > .inner{width: 100%;background: #fff;}    
    #depth2 ul.depth2{width: 17.6%;margin-right: 3%;}
    #depth2 ul.depth2 > li > a{height: auto;line-height: 1.5;padding: 8px 0;letter-spacing: -0.03em;font-size: 14px;}
    #depth2 ul.depth2 > li > a:before{display: none;}
    #depth2 ul.depth2 > li > ul{padding: 5px 0 5px 10px;}
    #depth2 ul.depth2:last-of-type{margin-right: 0;}
    #depth2 ul.depth2.depth2-3{width: 17.6%;}
}
@media screen and (max-width:767px){
    #gnb{display: none;}

    #main{max-width: none;}
    #content{max-width: none;min-height: auto;padding: 30px 15px;}
    #content.have3dep{padding-top: 65px;}

    #sitemap{width: 100%;height:100%;min-height:100%; overflow-y: auto;position:fixed;left:100%;top:0;z-index: 9999;background-color:#fff;transition: all 0.5s ease 0s;display: block;}
    #sitemap.active{left: 0;}
    #sitemap:before{content: '';display: block;width: 115px;height: 30px;background: url('../images/mobile/logo.png') 0 0 no-repeat;background-size: 100% auto;position: absolute;right:15px;top:16px;z-index: 3;}
    #sitemap .sitemap-head{position: absolute;left: 0;top: 0;z-index: 2;width: 100%;height: 70px;border-bottom: 10px solid #1269c2;background-color: #fff;}
    #sitemap .close{position: absolute;left:15px;top:21px;}
    #sitemap .close a{display: block;width: 20px;height: 20px;background: url('../images/mobile/btn_close_menu.png') 0 0 no-repeat;background-size: 100% auto;}
    #sitemap a{text-decoration: none;color: inherit;}
    #sitemap > ul{height: 100%;padding-top: 70px;overflow-y: auto;}
    #sitemap > ul > li{}
    #sitemap > ul > li:nth-child(6){display: none !important;}
    #sitemap > ul > li > a{display: block;color: #222;cursor: default;font-size: 16px;background-color: #ededed;padding: 13px 13px;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;margin-top: -1px;}
    #sitemap ul.depth2{overflow: hidden;}
    #sitemap ul.depth2 > li{float: left;width: 50%;border-bottom: 1px solid #ddd;}
    #sitemap ul.depth2 > li:nth-of-type(2n-1){border-right: 1px solid #ddd;}
    #sitemap ul.depth2 > li > a{display: block;min-height: 30px;line-height: 1.5;padding: 10px 13px;text-decoration: none;font-size: 13px;letter-spacing: -0.025em;}
    #sitemap ul.depth2 > li > ul{display: none;}

    .noscroll {position: fixed;left: 0;top: 0;width: 100%;}
}
@media screen and (max-width:360px){
    #sitemap > ul > li > a{padding: 13px 10px;}
    #sitemap ul.depth2 > li > a{padding: 10px;letter-spacing: -0.04em;}
}

#quick{position: fixed;right: 50%;top: 50%;z-index: 10;margin: -220px -700px 0 0;width: 50px;overflow: hidden;transition: all 0.6s;}
#quick .in{border: 1px solid #ddd;border-radius: 5px 5px 0 0;overflow: hidden;}
#quick .links{width: 210px;}
#quick .links li{border-top: 1px solid #ddd;}
#quick .links li:first-child{border-top: 0;}
#quick .links a{display: block;color: #777;font-size: 15px;letter-spacing: -0.02em;position: relative;height: 50px;line-height: 50px;padding:0 15px 0 55px;transition: all 0.15s;background-color: #fff;}
#quick .links a:hover{text-decoration: none;background-color: #2a7cc1;color: #fff;}
#quick .links a:before{content: '';color: #999;font-size: 12px;line-height: 30px;text-align: center;font-weight: 700;width: 30px;height: 30px;background: url('../images/common/ico_quick.png') 0 1px no-repeat;position: absolute;left:10px;top:50%;margin-top: -15px;transition: left 0.3s ease}
#quick .links a:hover:before{-ms-background-position-x: -31px;background-position-x: -31px;color: #fff;}
#quick .links a.l1{border-radius: 5px 5px 0 0}
#quick .links a.l2:before{-ms-background-position-y: -48px;background-position-y: -48px;}
#quick .links a.l3:before{-ms-background-position-y: -97px;background-position-y: -97px;}
#quick .links a.l4:before{-ms-background-position-y: -145px;background-position-y: -145px;}
#quick .links a.l8:before{-ms-background-position-y: -181px;background-position-y: -181px;}
#quick .links a.l5:before{background: none;width: 40px;margin-left:-5px;content: 'GIA';}
#quick .links a.l6:before{background: none;width: 40px;margin-left:-5px;content: 'GBRC';}
#quick .links a.l7:before{background: none;width: 40px;margin-left:-5px;content: 'CIDC';}
#quick .links a.l8:before{background: none;width: 40px;margin-left:-5px;content: 'KWDI';}
#quick .links a.l9:before{background: none;width: 40px;margin-left:-5px;content: '40th';}
#quick.on{width: 210px;}
#quick.on .links{}
#quick.on .links a:before{left: 15px;}
#quick .top{float: right;}
#quick .top a{display: block;width: 50px;height: 50px;border: 1px solid #ddd;border-top: 0;border-radius: 0 0 5px 5px; background: #eeeeee url('../images/common/ico_top.png') 50% 50% no-repeat;}

@media screen and (max-width:1366px){
    #quick{margin-right: -673px;}
}
@media screen and (max-width:767px){
    #quick{display: none;}
}

.section{margin-bottom: 40px;}
.section:after{content:'';display:block;clear:both}

/* .bannerArea{position: relative;padding-left: 776px;height: 595px;border-bottom: 1px solid #eee;} */
.bannerArea{position: relative;padding-left: 776px;min-height: 536px;border-bottom: 1px solid #eee;}
.bannerArea .banner{position: absolute;left:0;top:0;width: 754px;padding-top: 30px;}
.bannerArea .banner .imgs{height: 340px;overflow: hidden;}
.bannerArea .banner .info .noti{color: #000;display: inline-block;font-size: 18px;font-weight: 500;position: relative;padding-right: 20px;margin-top: 17px;}
.bannerArea .banner .info .noti:after{content: '';width: 13px;height: 10px;background: url('../images/main/ico_megaphone.png') 0 0 no-repeat;position: absolute;right:0;top:50%;margin-top: -5px;}
.bannerArea .banner .info .banner-title{color: #222;font-size: 24px;font-weight: 500;margin-top: 18px;}
.bannerArea .banner .info .banner-desc{color: #777;font-size: 16px;margin-top: 10px;}
.bannerArea .banner .bx-wrapper{border: 1px solid #ddd;}
.bannerArea .banner .bx-wrapper .slider{max-height: none;overflow: auto}
.bannerArea .banner .bx-wrapper .slider li img{vertical-align: top;}
.bannerArea .banner .bx-controls{position: absolute;bottom:10px;right:10px;width: 100%;height: 40px;}
.bannerArea .banner .bx-wrapper .bx-controls-direction a{width: 40px;height: 40px;border: 1px solid #ddd;}
.bannerArea .banner .bx-wrapper .bx-prev{background:#fff url('../images/main/slider_prev.png') 50% 50% no-repeat;left:auto;right:78px;top:0;margin-top: 0;}
.bannerArea .banner .bx-wrapper .bx-next{background:#fff url('../images/main/slider_next.png') 50% 50% no-repeat;right: 0;top:0;margin-top: 0;}
.bannerArea .banner .bx-wrapper .bx-pager{padding-top: 0;position: absolute;top: 10px;right: 140px;}
.bannerArea .banner .bx-wrapper .bx-controls-auto .bx-start{background:#fff url('../images/main/slider_play.png') 50% 50% no-repeat;width: 40px;height: 40px;border: 1px solid #ddd;margin: 0;position: absolute;top:0;right: 39px;}
.bannerArea .banner .bx-wrapper .bx-controls-auto .bx-stop{background:#fff url('../images/main/slider_pause.png') 50% 50% no-repeat;width: 40px;height: 40px;border: 1px solid #ddd;margin: 0;position: absolute;top:0;right: 39px;}
.bannerArea .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{font-size: 18px;}
.bannerArea .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager .active{color: #de454c;}

.bannerArea .quick{border-left: 1px solid #eee;height: 100%;}
.bannerArea .quick:after{content:'';display:block;clear:both}
.bannerArea .quick .statistics{padding: 30px 0 20px 20px;position: relative;overflow: hidden;}
.bannerArea .quick .statistics .more{top:30px}
.statistics .tabs{margin-bottom: 20px;}
.statistics .tabs a{line-height: 50px;height: 50px;}
.statistics .tabs li.on a{height: 48px;}
.statistics .bx-viewport{border: 1px solid #ddd;}
.statistics .bx-wrapper .bx-pager, 
.statistics .bx-wrapper .bx-controls-auto{width: auto;}
.statistics .bx-wrapper .bx-pager{padding-top: 0;text-align: right;margin-top: 10px;}
.statistics .bx-controls{text-align: right;}

.bannerArea .links{padding: 20px 0 0 0;border-top: 1px solid #ddd;margin-top: 20px;}
.bannerArea .links:after{content:'';display:block;clear:both}
.bannerArea .links > div{float: left;width: 50%;}
.bannerArea .links > div a{display: block;height: 75px;padding: 17px 0 0 70px;border: 1px solid #ddd;line-height: 1.1;}
.bannerArea .links > div span{display: block;color: #222;font-size: 16px;font-weight: 500;}
.bannerArea .links > div i{display: block;color: #aaa;font-size: 12px;margin-top: 6px;}
.bannerArea .links > div.l1 a{background: #f8f8f8 url('../images/main/ico_top_quick1.png') 24px 50% no-repeat;border-right: 0;border-bottom: 0;}
.bannerArea .links > div.l2 a{background: #f8f8f8 url('../images/main/ico_top_quick2.png') 24px 50% no-repeat;border-bottom: 0;}
.bannerArea .links > div.l3 a{background: #f8f8f8 url('../images/main/ico_top_quick3.png') 24px 50% no-repeat;border-right: 0;}
.bannerArea .links > div.l4 a{background: #f8f8f8 url('../images/main/ico_top_quick4.png') 24px 50% no-repeat;}

.cardNews img{max-width: 100%}

@media screen and (max-width:1024px){
    .bannerArea{padding-left: 0;height: auto;padding-bottom: 20px;}
    .bannerArea .banner{position: static;width: auto;border-bottom: 1px solid #eee;padding-bottom: 20px;}
    .bannerArea .banner .imgs{height: auto;}

    .bannerArea .quick{border-left: 0;}
    .bannerArea .quick .statistics{height: auto;padding-left: 0;padding-right: 0;}

    .bannerArea .links{padding: 20px 0 0;}
    .bannerArea .links > div{width: 25%;border: 1px solid #ddd;margin-left: -1px;}
    .bannerArea .links > div a{border: 0;padding-left: 60px;background-position: 15px 50% !important;}

}
@media screen and (max-width:767px){
    .bannerArea .banner .info .noti{font-size: 16px;}
    .bannerArea .banner .info .banner-title{font-size: 18px;}
    .bannerArea .banner .info .banner-desc{font-size: 15px;}
    .bannerArea .banner .slider{max-height: 175px;}
    .bannerArea .banner .bx-wrapper img{width: 100%;}
    .bannerArea .banner .bx-controls{bottom: -42px;height: 32px;}
    .bannerArea .banner .bx-wrapper .bx-prev{right: 62px;}
    .bannerArea .banner .bx-wrapper .bx-pager{top: 6px;right: 115px;}
    .bannerArea .banner .bx-wrapper .bx-controls-direction a{width: 32px;height: 32px;}
    .bannerArea .banner .bx-wrapper .bx-controls-auto .bx-start,
    .bannerArea .banner .bx-wrapper .bx-controls-auto .bx-stop{width: 32px;height: 32px;right: 31px;}
    .bannerArea .banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{font-size: 16px;}


    .bannerArea .quick .statistics{padding-top: 30px;}
    .bannerArea .quick .statistics .more{top: 25px;}
    .statistics .bx-wrapper .bx-pager{top: -36px;right: 36px;}

    .bannerArea .links > div{width: 50%;margin-top: -1px;}
    .bannerArea .links > div span{font-size: 15px;letter-spacing: -0.02em;}

}
@media screen and (max-width:360px){
    .bannerArea .links > div a{padding-left: 55px;}
    .bannerArea .links > div span{font-size: 14px;letter-spacing: -0.02em;}    
}

.quarterWrap:after{content:'';display:block;clear:both}
.quarter{width: 26.5%;float: left;height: 385px;border-right: 1px solid #eee;border-bottom: 1px solid #eee;padding: 40px 20px 0 20px;overflow: hidden;}
.quarter:last-child{border-right: 0;width: 20.5%;padding-right: 0;padding-top: 20px;}
.quarter .set{position: relative;}
.quarter .set ul{margin:  0 -10px;}
.quarter .set li{width: 50%;padding: 0 10px 5px;float: left;}
.quarter .set p.no{display: table;height: 270px;width: 100%;}
.quarter .set p.no span{display: table-cell;vertical-align: middle;text-align: center;font-size:20px;}
.quarter .set a{}
.quarter .set .thumb{border: 1px solid #ddd;margin-bottom: 10px;transition:all 0.2s}
.quarter .set .thumb img{height: 184px;width: 100%;}
.quarter .set a:hover .thumb{border-color: #222;}
.quarter .set .tit{color: #555;font-weight: 500;line-height: 1.4;height: 38px;overflow: hidden;}
.quarter .set .txt{color: #999;font-weight: 500;font-size: 13px;margin-top: 8px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.quarter .set .date{color: #999;font-size: 13px;margin-top: 5px;}
.quarter .set .bx-wrapper{margin: 0 -10px;}
.quarter .set .bx-wrapper ul{margin: 0;}
.quarter .set .bx-wrapper .bx-pager, 
.quarter .set .bx-wrapper .bx-controls-auto{width: auto;}
.quarter .set .bx-wrapper .bx-pager{padding-top: 0;position: absolute;top:-48px;right:65px;line-height: 1;}

.quarter .go{}
.quarter .go a{height: 100px;display: block;border: 1px solid #ddd;padding:  11px 0 0 62px;margin-bottom: 20px;line-height: 1.5;position: relative;transition:all 0.2s}
.quarter .go a strong{color: #de454c;font-weight: 500;font-size: 18px;}
.quarter .go a span{color: #222;font-weight: 500;font-size: 18px;}
.quarter .go a p{color: #999;font-size: 13px;margin-top: 9px;word-break: keep-all}
.quarter .go a:after{content: '';display: block;width: 15px;height: 12px;background: url('../images/main/ico_arrow_black.png') 0 0 no-repeat;position: absolute;right:20px;top:20px;}
.quarter .go a:hover{text-decoration: none;border-color: #de454c;}
.quarter .go a.letter{background: url('../images/main/ico_letter.png') 10px 50% no-repeat;}
.quarter .go a.mailing{background: url('../images/main/ico_mailing.png') 10px 50% no-repeat;}

.tag{background-color: #cd4f3b;height: 92px;padding: 20px 0 0 10px;}
.tag h2{color: #fff;font-size: 20px;font-weight: 700;display: inline;margin-right: 3px;}
.tag ul,
.tag li{display: inline;}
.tag li a{color: #fff;font-size: 16px;line-height: 1.5;}
.tag li:before{content: ' · ';color: #fff;}
.tag li:first-child:before{display: none;}

.smallBanner img{width: 100%;}

@media screen and (max-width:1024px){
    .quarterWrap{margin: 0 -15px;}
    .quarter{width: 50%;border-right: 0;padding: 20px 15px 0 !important;}
    .quarter:last-child{width: 50%;}
    .quarter:nth-of-type(2n){border-left: 1px solid #eee;}
    .quarter .set .thumb img{height: 184px;}
}
@media screen and (max-width:767px){
    .quarter{width: auto;float: none;padding-top: 30px !important;height: 370px;}
    .quarter:last-child{width: auto;height: auto;}
    .quarter:nth-of-type(2n){border-left: 0;}
    .quarter .set .thumb img{width: 100%;}
    .quarter .set .bx-wrapper .bx-pager{top: -36px;}

    .quarter .go a{height: auto;padding: 18px 15px 18px 65px;}

    .tag{height: auto;padding: 20px 15px;}
}
@media screen and (max-width:360px){

}

.section.bgc{background-color: #eee;}
.notice{padding: 30px 50px 30px 100px;position: relative;height: 18px;margin-bottom: 20px;box-sizing: content-box}
.notice h2{position: absolute;left:20px;top:30px;background: url('../images/main/ico_megaphone.png') 100% 50% no-repeat;font-size: 18px;padding-right: 20px;font-weight: 500;}
.notice .list li a{font-size: 15px;color: #666;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 17px;}
.notice .list li span{position: absolute;right:30px;top:0;color: #777;}
.notice .bx-wrapper .bx-controls-direction a{width: 20px;height: 20px;}
.notice .bx-wrapper .bx-prev{background: url('../images/main/slider_up.png') 50% 50% no-repeat;left: auto;right: -30px;top: 3px;}
.notice .bx-wrapper .bx-next{background: url('../images/main/slider_down.png') 50% 50% no-repeat;right: -30px;top: 25px;}

@media screen and (max-width:767px){
    .notice{padding: 30px 40px 30px 70px;}
    .notice h2{top:29px;left: 0;background-image: url('../images/mobile/ico_notice.png');background-size: 14px auto}
    .notice .list li a{font-size: 14px;padding-right: 75px;}
    .notice .list li span{right: 0;font-size: 13px;}
    .notice .bx-wrapper .bx-prev{right: -40px;}
    .notice .bx-wrapper .bx-next{right: -40px;}
}

.unit{float: left;width: 33.33333%;height: 268px;border: 1px solid #ddd;padding: 40px 20px 0 20px;position: relative;margin: -1px 0 0 -1px;}
.unit:nth-child(3n){border-right: 0;}
.unit:nth-child(3n+1){border-left: 0;}
.unit ul{border-top: 1px solid #eee;padding-top: 15px;}
.unit ul li{line-height: 30px;}
.unit ul li > a{color: #555;font-size: 15px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;padding-left: 10px;}
.unit ul li > a:before{content: '';display: block;width: 3px;height: 3px;background-color: #aaa;border-radius: 50% 50%;position: absolute;left:0;top:50%;margin-top: -1px;}
.unit ul li:first-child{border-top: 0;}
.unit ul li .category {display: block;font-size: 11px;font-weight: 700;color: #ddd;}
.unit ul li .category strong{color: #333;}
.unit ul li .category b{color: #1269c2;}
.unit ul li .title {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-top: 8px;}
.unit .no{display: table;width: 100%;height: 130px;border-top: 1px solid #eee;}
.unit .no span{display: table-cell;vertical-align: middle;text-align: center;font-size: 20px;}
.unit .more{right:20px;top:30px;}

.mtitle{color: #222;font-weight: 500;font-size: 20px;margin-bottom: 30px;position: relative;padding-left: 50px;letter-spacing: -0.02em;line-height: 1.1;}
.mtitle:before{content: '';width: 40px;height: 40px;display: block;position: absolute;left:0;top:-10px}
.mtitle.ico1:before{background: url('../images/main/tit1.png') 0 50% no-repeat;}
.mtitle.ico2:before{background: url('../images/main/tit2.png') 0 50% no-repeat;}
.mtitle.ico3:before{background: url('../images/main/tit3.png') 0 50% no-repeat;}
.mtitle.ico4:before{background: url('../images/main/tit4.png') 0 50% no-repeat;}
.mtitle.ico5:before{background: url('../images/main/tit5.png') 0 50% no-repeat;}
.mtitle.ico6:before{background: url('../images/main/tit6.png') 0 50% no-repeat;}
.mtitle.ico7:before{background: url('../images/main/tit7.png') 0 50% no-repeat;}
.mtitle.ico8:before{background: url('../images/main/tit8.png') 0 50% no-repeat;}
.mtitle.ico9:before{background: url('../images/main/tit9.png') 0 50% no-repeat;}
.mtitle.ico10:before{background: url('../images/main/tit10.png') 0 50% no-repeat;}

.more{display: block;position: absolute;right:0;top:-10px;}
.more a{display: block;width: 40px;height: 40px;border: 1px solid #ddd;transition:all 0.7s ease;}
.more a:after{content: '';width: 40px;height: 40px;background: url('../images/main/btn_more_black.png') 50% 50% no-repeat;transition:all 0.7s ease;position: absolute;left:0;top:0;}
.more a:hover{border-color: #aaa;}
.more a:hover:after{-webkit-transform: rotate(180deg);transform: rotate(180deg);}


@media screen and (max-width:1024px){
    .unit{width: 50%;height: 255px;border-left: 0;border-right: 0;margin: -1px 0 0 0;}
    .unit:nth-of-type(2n){border-left: 1px solid #ddd;}

    .mtitle{font-size: 18px;letter-spacing: -0.03em;}
}
@media screen and (max-width:767px){
    .unit{width: auto;float: none;height: auto;margin-left: 0;padding: 30px 0 20px;}
    .unit:nth-of-type(2n){border-left: 0;}
    .unit ul li{line-height: 26px;}
    .unit .more{right: 0;top: 20px;}
    .unit .no{height: 60px;}
    .unit .no span{font-size: 16px;}

    .mtitle{margin-bottom: 20px;padding-left: 30px;font-size: 17px;letter-spacing: -0.04em;}
    .mtitle:before{width: 24px;height: 24px;-webkit-background-size: auto 24px !important;background-size: auto 24px !important;top:-5px}

    .more{top: -7px;}
    .more a{width: 30px;height: 30px;}
    .more a:after{width: 30px;height: 30px;-webkit-background-size: 10px auto !important;background-size: 10px auto !important;}
}
@media screen and (max-width:360px){
    .unit h2{font-size: 16px;}

    .mtitle{font-size: 16px;}
}

.quick_btm:after {content:'';display:block;clear:both}
.quick_btm div{float: left;width: 33.33333%;border: 1px solid #ddd;margin: 0 0 0 -1px;}
.quick_btm div a{display: block;height: 58px;padding-left: 110px;}
.quick_btm div a span{background-color: #de454c;color: #fff;font-size: 12px;font-weight: 700;display: inline-block;padding: 2px 3px;margin-right: 8px;vertical-align: middle;}
.quick_btm div a em{color: #222;font-size: 20px;line-height: 58px;vertical-align: middle;}
.quick_btm div.l1 a{background: #eee url('../images/main/bg_btm_quick1.png') 18px 50% no-repeat;}
.quick_btm div.l2 a{background: #eee url('../images/main/bg_btm_quick2.png') 18px 50% no-repeat;}
.quick_btm div.l3 a{background: #eee url('../images/main/bg_btm_quick3.png') 18px 50% no-repeat;}
.quick_btm_mob{display: none;}

@media screen and (max-width:1024px){
    .quick_btm div a{padding-left: 0;text-align: center;}
    .quick_btm div a em{font-size: 18px;}
}
@media screen and (max-width:767px){
    .quick_btm{display: none;}
    .quick_btm div{border: 0;margin: 0;}
    .quick_btm div a{padding-left: 0;text-align: left;-webkit-background-size: contain !important;background-size: 56px auto !important;padding-left: 80px;height: 80px;}
    .quick_btm div.l1 a{background: #eee url('../images/mobile/bg_btm_quick1.png') 0 50% no-repeat;}
    .quick_btm div.l2 a{background: #eee url('../images/mobile/bg_btm_quick2.png') 0 50% no-repeat;}
    .quick_btm div.l3 a{background: #eee url('../images/mobile/bg_btm_quick3.png') 0 50% no-repeat;}
    .quick_btm_mob{display: block;margin-top: -41px;}
    .quick_btm_mob .quick_btm{display: block;}
    .quick_btm_mob .bx-wrapper{border: 1px solid #ddd;}
    .quick_btm_mob .bx-wrapper .bx-pager{text-align: right;position: absolute;right: 15px;bottom: 15px;padding-top: 0;}
}
@media screen and (max-width:360px){
}


#footer{clear:both;padding-bottom: 50px;margin-top: 50px;}
#footer > .inner{width:1240px;margin:0 auto;position:relative;}

#footer .charge{width: 1240px;margin: 0 auto 20px;position: relative;}
#footer .charge dl{line-height:15px;border:4px solid #ddd;padding:25px 0;}
#footer .charge dl dt{display:inline;padding-left:17px;margin-left:15px;;color: #222;}
#footer .charge dl dt:before{content: '·'}
#footer .charge dl dd{display:inline;color: #888;}
#footer .charge.hide{display:none !important;}
#footer .charge strong{position: absolute;right:20px;top:50%;margin-top: -13.5px;height: 27px;text-align: right;}
#footer .charge strong img{height: 27px;}


.fMenu{border-top: 1px solid #555;border-bottom: 1px solid #aaa;}
.fMenu li{display: inline;margin: 0 20px;}
.fMenu li a{line-height: 54px;color: #222;font-size: 16px;font-weight: 500;}
.fMenu li a strong{color: #0887d8;font-weight: 500;}
.fMenu.swiper-container{display: none;}

#footer .address{color:#777;font-size:13px;margin-bottom:5px;line-height: 20px;display: block;padding-top: 15px;}
#footer .copyright{color:#555;font-size:13px;}
.fSelectWrap{position:absolute;right:0;top:20px}
.fSelect{float:left;margin-left:9px;position:relative;}
.fSelect a.arrow{display:inline-block;color:#555;border:1px solid #ccc;padding:0 30px 0 15px;height:40px;line-height:40px;text-decoration:none;transition:all 0.3s;-webkit-transition:all 0.3s;position: relative;width: 170px;font-size: 15px;}
.fSelect a.arrow:after{content: '';display: block;width: 7px;height: 4px;background: url('../images/common/select_down.png') 0 0 no-repeat;position: absolute;top:50%;right: 15px;margin-top: -2px;transition:all 0.4s;-webkit-transition:all 0.4s;}
.fSelect ul{position:absolute;left:0;bottom:39px;z-index: 10;width:100%;background-color:#fff;border:1px solid #717171;display:none;}
.fSelect ul li{border-top:1px solid #717171;}
.fSelect ul li:first-child{border-top:0;}
.fSelect ul li a{display:block;padding:10px 15px;color:#111;}
.fSelect.on ul{display:block;}
.fSelect.on a.arrow{border-color: #555;background-color: #555;color: #fff;}
.fSelect.on a.arrow:after{-webkit-transform: rotate(180deg);transform: rotate(180deg);}

@media screen and (max-width:1024px){
    #footer>.inner{width:auto;}

    #footer .charge{width: auto;margin: 0 15px 20px;}
    #footer .charge dl{font-size: 13px;}
    #footer .charge dl dt{margin-left: 0;padding-left: 5px;}
    #footer .charge strong{right: 10px;}

    .fMenu li{margin: 0 10px 0 0;letter-spacing: -0.02em;}
    .fMenu li a{font-size: 13px;font-weight: 400;}

    #footer .address{padding-top: 50px;}
    .fSelectWrap{top: 20px;right: 20px;}

}
@media screen and (max-width:767px){
    .fMenu{display: none;}
    .fMenu.swiper-container{display: block}

    #footer .address{font-size:12px;margin-bottom:5px;padding-top: 0;}
    #footer .copyright{font-size:10px;line-height: 1.4;}
    .fSelectWrap{position: static;margin-bottom: 15px;margin-top: 15px;}
    .fSelectWrap:after{content:'';display:block;clear:both}
    .fSelect{margin-left: 0;width: 48%;}
    .fSelect:last-of-type{float: right;}
    .fSelect a.arrow{width: 100%;font-size: 14px;}
    .fSelect a.arrow:after{right: 15px;background-image: url('../images/mobile/select_down.png');background-size: 7px auto}
    #footer .charge{display: none;}
}
@media screen and (max-width:360px){
    .fSelect a.arrow{font-size: 13px;}
}

.tabs{margin-bottom: 40px;}
.tabs ul{display: table;width: 100%;table-layout: fixed;border-collapse: collapse;*display: block;*overflow: hidden;}
.tabs li{display: table-cell;vertical-align: middle;max-width: 0px;border: 1px solid #ccc;border-bottom: 1px solid #09599d;}
.tabs a{color: #999;font-size: 18px;display: block;line-height: 60px;height: 60px;text-align: center;background-color: #f5f5f5;text-decoration: none;}
.tabs li.on{border-top: 3px solid #09599d;border-bottom: 1px solid #fff;position: relative;}
.tabs li.on a{color: #000;background-color: #fff;height: 58px;}
.tabView{display: none;}

.paging{text-align: center;margin-top: 30px;}
.paging a{display: inline-block;width: 40px;height: 40px;text-align: center;line-height: 40px;vertical-align: middle;}
.paging strong{display: inline-block;width: 40px;height: 40px;text-align: center;line-height: 40px;vertical-align: middle;background-color: #555;color: #fff;}
.paging .first{background: url('../images/common/paging_first.png') 50% 50% no-repeat;}
.paging .prev{background: url('../images/common/paging_prev.png') 50% 50% no-repeat;margin-right: 10px;}
.paging .next{background: url('../images/common/paging_next.png') 50% 50% no-repeat;margin-left: 10px;}
.paging .last{background: url('../images/common/paging_last.png') 50% 50% no-repeat;}

@media screen and (max-width:767px){
    .paging{margin: 30px -15px 0 -15px;}
    .paging a{width: 30px;height: 30px;line-height: 30px;}
    .paging strong{width: 30px;height: 30px;line-height: 30px;}
    .paging .first,
    .paging .prev,
    .paging .next,
    .paging .last{background-size: auto 15px;}
}

.ico-fb{width: 80px;height: 80px;background: url('../images/common/ico_facebook.png') 0 0 no-repeat;}
.ico-twt{width: 80px;height: 80px;background: url('../images/common/ico_twitter.png') 0 0 no-repeat;}
.ico-blog{width: 80px;height: 80px;background: url('../images/common/ico_blog.png') 0 0 no-repeat;}
.ico-url{width: 80px;height: 80px;background: url('../images/common/ico_url.png') 0 0 no-repeat;}

@media screen and (max-width:767px){
    .ico-fb,
    .ico-twt,
    .ico-blog,
    .ico-url{width: 40px;height: 40px;background-size: 100% auto}
}

#layerDim{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);z-index: 1001;display: none;}

#layer{width: 800px;background-color: #fff;position: fixed;left:50%;top: 50%;z-index: 1002;box-shadow:4px 4px 7px #888;display: none;}
#layer .layer-head{border-bottom: 1px solid #ddd;padding: 20px;}
#layer .layer-head h1{font-size: 26px;color: #000;font-weight: 700;line-height: 43px;}
#layer .layer-head h1 b{font-weight: 700;}
#layer .layer-head .close{position: absolute;right:20px;top:20px;width: 43px;height: 43px;background: url('../images/common/btn_layer_close.png') 0 0 no-repeat;}
#layer .layer-body{padding: 20px;}

.layer_email{}
.layer_email table{width: 100%;}
.layer_email table * {font-size: 16px;}
.layer_email table th{text-align: left;padding: 10px 0 10px 20px;border-top: 1px solid #ddd;color: #222;width: 100px;}
.layer_email table td{padding: 10px 20px;border-top: 1px solid #ddd;}
.layer_email table tr:first-child th,
.layer_email table tr:first-child td{border-top: 0;}
.layer_email .at{margin: 0 10px;}
.layer_email .input-text{width: 43%;}
.layer_email .input-text.tit{width: 100%;}
.layer_email .input-text.em1{width: 43%;}
.layer_email .input-text.em2{width: 44%;}
.layer_email .textarea{height: 150px;}

@media screen and (max-width:1024px){
    #layer{width: 700px;}
    .layer_email table th{width: 90px;padding-left:10px;}
}

@media screen and (max-width:767px){
    #layer{width: 90%;margin-left: -45% !important;}
    #layer .layer-head{padding: 15px;}
    #layer .layer-head h1{font-size: 18px;color: #000;font-weight: 500;line-height: 30px;}
    #layer .layer-head .close{width: 30px;height: 30px;background-size: 100% auto;top:15px;right: 15px;}
    #layer .layer-body{padding: 15px;}

    .layer_email table * {font-size: 14px;}
    .layer_email table th{width: 66px;}
    .layer_email table td{padding: 8px 10px;}
    .layer_email .at{margin: 0 4px;}
    .layer_email .input-text{width: 100%;}
    .layer_email .textarea{height: 100px;}
    .layer_email .input-text.em2{width: 42%;}
}

.btns{text-align: center;margin-top: 20px;}
.btn{display: inline-block;height: 60px;font-size: 18px;font-weight: 500;text-align: center;line-height: 60px;padding: 0 50px;text-decoration: none;transition:all 0.2s;letter-spacing: -0.02em;border: 0;}
.btn:hover{text-decoration: none;}
.btn.gray{color: #fff;background-color: #777;}
.btn.gray:hover{background-color: #666;}
.btn.black{color: #fff !important;background-color: #444;}
.btn.black:hover{background-color: #111;}
.btn.red{color: #fff !important;background-color: #cd4f3b;}
.btn.red:hover{background-color: #a92f1b;}
.btn.blue{background-color: #1b7dc8;color: #fff;}
.btn.medium{height: 50px;line-height: 50px;font-size: 16px;padding: 0 30px;}

@media screen and (max-width:1024px){
    .btn{font-size: 16px;height: 50px;line-height: 50px;}
    .btn.medium{height: 40px;line-height: 40px;font-size: 16px;padding: 0 20px;}
}
@media screen and (max-width:767px){
    .btn{font-size: 15px;height: 40px;line-height: 40px;padding: 0 25px;}
    .btn.medium{height: 32px;line-height: 32px;font-size: 14px;padding: 0 15px;}
}

#location{border-bottom: 1px solid #eee;}
#location .inner > div{border-right: 1px solid #eee;float: left;position: relative;}
#location .inner > div > a{display: block;line-height: 60px;height: 60px;font-size: 18px;color: #555;padding: 0 25px;position: relative;text-decoration: none;}
#location .inner > div > a.small{letter-spacing: -0.04em;}
#location .inner > div > a:after{content: '';display: block;width: 14px;height: 8px;background: url('../images/common/location_arrow.png') 50% 50% no-repeat;position: absolute;right: 25px;top: 50%;margin-top: -4px;}
#location .inner > div > a.on{background: url('../images/common/loacation_bg.png') 0 0 repeat;color: #fff;}
#location .inner > div > a.on:after{background-image: url('../images/common/location_arrow_active.png');}
#location .inner > div > ul{position: absolute;left:-1px;top:60px;z-index: 2;width: 100%;background-color: #fff;border: 1px solid #eee;border-top: 0;box-sizing: content-box;display: none;}
#location .inner > div > ul li{border-top: 1px solid #eee;}
#location .inner > div > ul li a{display: block;padding: 20px 25px;font-size: 15px;}
#location .inner > div > ul li.on{display: none;}
#location .inner > div > ul ul{display: none;}
#location .home{border-left: 1px solid #eee;}
#location .home span{display: block;line-height: 60px;font-size: 18px;color: #555;padding: 0 25px;}
#location .inner > div.dep1 > a{width: 240px;}
#location .inner > div.dep2 > a{width: 300px;}
#location .inner > div.dep3{display: none;}
#location .inner > div.dep3 > a{width: 290px;}

@media screen and (max-width:1024px){
    #location .home span{line-height: 50px;}
    #location .inner > div > a{font-size: 16px;line-height: 50px;height: 50px;}
    #location .inner > div > ul{top: 50px;}
    #location .inner > div > ul li a{padding: 15px 25px;}
    #location .inner > div.dep1 > a,
    #location .inner > div.dep2 > a,
    #location .inner > div.dep3 > a{width: 200px;} 
}
@media screen and (max-width:767px){
    #location .inner{padding: 0;}
    #location .home{display: none;}    
    #location .inner > div{width: 50%;}
    #location .inner > div > a{font-size: 15px;letter-spacing: -0.03em;padding: 0 0 0 15px;}
    #location .inner > div > a.small{letter-spacing: -0.05em;font-size: 13px;padding: 0 0 0 10px;}
    #location .inner > div > a.small:after{right: 5px;}
    #location .inner > div > a:after{right: 12px;}
    #location .inner > div > ul li a{font-size: 14px;padding: 15px;}
    #location .inner > div.dep1 > a,
    #location .inner > div.dep2 > a{width: 100%;}
    #location .inner > div.dep3{display: none;}
    #location.have3dep{}
    #location.have3dep .inner > div.dep3{display: block;width: 100%;float: none;position: absolute;bottom: -50px;left: 0;text-align: center;}
    #location.have3dep .inner > div.dep3 > a{display: inline-block;text-align: center;font-size: 19px;color: #222;font-weight: 700;background: none;padding-left: 0;line-height: 1.1;height: auto;}
    #location.have3dep .inner > div.dep3 > a:after{content: '';display: block;width: 0;height: 0;border-style: solid;border-width: 5px 5px 0 5px;border-color: #dd6460 transparent transparent transparent;position: absolute;right:12px;top:50%;margin-top: -2.5px;}
    #location.have3dep .inner > div.dep3 > ul{width: 200px;margin: 0 auto;left: 50%;margin-left: -100px;text-align: left;box-shadow: 3px 3px 5px rgba(0,0,0,0.5);top:30px}
}
@media screen and (max-width:360px){
    #location .inner > div > a{font-size: 13px;}
    #location .inner > div > ul li a{font-size: 13px;}
}

#title{margin-bottom: 60px;}
#title h2{text-align: center;font-size: 36px;font-weight: 700;color: #222;}
@media screen and (max-width:1024px){
    #title{margin-bottom: 50px;}
    #title h2{font-size: 26px;}
}
@media screen and (max-width:767px){
    #title{margin-bottom: 30px;}
    #title h2{font-size: 19px;}
    .have3dep #title{display: none;}
}

.filter{margin-bottom: 30px;}
.filter label{display: block;color: #555;font-size: 14px;height: 24px;}
.filter .select{height: 60px;padding: 4px 20px 6px 20px;font-size: 16px;color: #222;width: 100%;}
.filter .input-text{height: 60px;font-size: 16px;}
.filter .keyword{background: url('../images/common/ico_keyword.png') 20px 50% no-repeat;padding-left: 50px;}
.filter .calendar{background: url('../images/common/ico_calendar.png') 20px 50% no-repeat;padding-left: 50px;}
.filter .calendar:disabled{background-color: #eee;}
.filter .btn_search{display: block;width: 100%;height: 60px;background-color: #cd4f3b;color: #fff;text-align: center;line-height: 60px;font-size: 18px;text-decoration: none;font-weight: 700;}
.filter .btn_search:hover{background-color: #a73928;}
.filter .btn_search span{display: inline-block;position: relative;padding-left: 20px;}
.filter .btn_search span:before{content: '';display: block;width: 15px;height: 15px;background: url('../images/common/ico_search.png') 0 0 no-repeat;position: absolute;left:0;top:50%;margin-top: -7.5px;}
.filter .row > div{min-height:84px}
.filter .row .select{min-width: auto;}
.filter input[type="radio"] + label{display: inline-block;margin-top: 18px;font-size: 16px;margin-right: 10px;}
.filter input[type="checkbox"] + label{display: inline-block;margin-top: 18px;font-size: 16px;margin-right: 15px;}
.count{font-size: 16px;color: #777;margin-bottom: 20px;}
.count b{color: #222;}

.filter.row .count{padding-top: 45px;margin-bottom: 0;}

@media screen and (max-width:1024px){
    .filter .select{height: 50px;font-size: 16px;padding: 4px 15px 6px 15px;}
    .filter .keyword{background: none;padding-left: 15px;}
    .filter .input-text{height: 50px;line-height: 50px;font-size: 16px;}
    .filter .btn_search{height: 50px;line-height: 50px;font-size: 16px;}
    .filter .row > div{min-height:74px}

    .filter.row .count{padding-top: 40px;}
    .filter + .count{margin-top: -10px;}
}
@media screen and (max-width:767px){
    .filter .row > div{min-height:64px}
    .filter label{height: auto;margin-bottom: 10px;}
    .filter .select{height: 40px;font-size: 15px;}
    .filter .input-text{height: 40px;line-height: 40px;font-size: 15px;}
    .filter .btn_search{height: 40px;line-height: 40px;font-size: 15px;} 
    .filter .keyword{background: url('../images/mobile/ico_keyword.png') 10px 50% no-repeat;background-size: 18px auto;padding-left: 40px;}
    .filter .calendar{background: url('../images/mobile/ico_calendar.png') 6px 50% no-repeat;;background-size: 16px auto;padding-left: 28px;font-size: 13px;letter-spacing: -0.01em;}
    .filter input[type="radio"] + label{margin-top: 14px;font-size: 14px;margin-right: 10px;}
    .filter input[type="checkbox"] + label{margin-top: 8px;font-size: 14px;margin-right: 10px;}

    .allSearchArea .filter label{margin-top: 0;}

    .count{font-size: 14px;margin-bottom: 10px;}
}
@media screen and (max-width:360px){
    .filter .select{font-size: 14px;height: 36px;}
    .filter .input-text,
    .filter .keyword,
    .filter .btn_search{font-size: 14px;height: 36px;line-height: 36px;}
    .filter .calendar{background: url('../images/common/ico_calendar.png') 5px 50% no-repeat;padding-left: 26px;}
}

.allSearchArea{padding: 100px 0 20px;}
.allSearchArea .allSearch {margin: 0 20%;position: relative;padding-left: 170px;margin-bottom: 50px;}
.allSearchArea .allSearch .option{position: absolute;left:0;top:18px;}
.allSearchArea .allSearch .option label{font-size: 16px;}
.allSearchArea .allSearch input[type=text]{width: 100%;border: 0;padding: 0 20px;height: 50px;line-height: 50px;font-size: 18px;border-bottom: 2px solid #222;}
.allSearchArea .allSearch input[type=submit]{display: inline-block;background: #fff url('../images/common/btn_search_black.png') 50% 50% no-repeat;margin-left: 10px;width: 50px;height: 46px;border: 0;position: absolute;bottom: 2px;right: 0;}
.allSearchArea .tag{text-align: center;}
.allSearchArea .tag p{text-align: center;font-size: 16px;color: #222;margin-bottom: 20px;}
.allSearchArea .tag a{display: inline-block;background-color: #f0f6f6;color: #000;font-size: 18px;font-weight: 500;height: 50px;line-height: 50px;padding: 0 20px;margin: 0 5px;transition: all 0.2s}
.allSearchArea .tag a:hover{text-decoration: none;background-color: #eee;}

.filter .searchTarget input[type="checkbox"] + label{width:230px}

@media screen and (max-width:1024px){
    .allSearchArea{padding: 20px 0;}
    .allSearchArea .allSearch {margin: 0;margin-bottom: 30px;}
    .allSearchArea .allSearch .option{top: 11px;}
    .allSearchArea .allSearch .option label{font-size: 14px;}
    .allSearchArea .allSearch input[type=text]{padding: 0 10px;height: 40px;line-height: 40px;font-size: 15px;}
    .allSearchArea .allSearch input[type=submit]{margin-left: 10px;width: 40px;height: 40px;background-size: 40% auto;}
    .allSearchArea .tag {margin: 0 -5px;}
    .allSearchArea .tag a{height: 40px;line-height: 40px;padding: 0 10px;margin: 0 3px 6px;letter-spacing: -0.025em;}
}
@media screen and (max-width:767px){
    .allSearchArea .allSearch{padding-left: 140px;}
    .allSearchArea .allSearch .option label{font-size: 13px;letter-spacing: -0.02em;}
    .allSearchArea .tag a{font-size: 13px;padding: 0 6px;margin: 0 1px 6px;}
    .filter .searchTarget input[type="checkbox"] + label{width:auto;margin-right:20px}
}

.table{border-top: 2px solid #333;}
.table thead th{border-bottom: 1px solid #ddd;color: #222;font-size: 16px;padding: 15px;background-color: #f3f3f3;}
.table tbody td{color: #777;font-size: 16px;padding: 15px;border-bottom: 1px solid #ddd;line-height: 1.4;}
.table tbody th{border-bottom: 1px solid #ddd;color: #222;font-size: 16px;padding: 15px;}
.table tbody td a{color: #555;}

.table.table-list .writer{color: #888;margin-top: 10px;}

.table.table-view{margin-bottom: 30px;}
.table.table-view tbody th{border-bottom: 1px solid #ddd;line-height: 1.3;height: 50px;padding: 15px 20px;padding-right: 0;}
.table.table-view tbody td{line-height: 1.7;padding: 13px 15px;}
.table.table-view tbody .viewwrap img{max-width: 100%;width: auto !important;}
.table.table-view .tit{font-size: 20px;font-weight: 500;padding: 20px;}
.table.table-view .viewwrap {padding: 10px 20px;min-height: 300px;line-height: 1.6;font-family: arial,"NanumGothic",dotum,'돋움';font-size: 14px;}
.table.table-view .viewwrap .bbs_atype_view{text-align: center;}
.table.table-view .viewwrap .bbs_atype_view td{border: 0;}
.table.table-view .viewwrap ul{list-style: disc}
.table.table-view .viewwrap a{color: #0782C1;}
.table.table-view .viewwrap p{margin: 1em 0;}

.table.table-move{margin-bottom: 30px;border-top: 0;}
.table.table-move tbody th{border-bottom: 1px solid #ddd;line-height: 1.3;padding: 15px 20px;padding-right: 0;}
.table.table-move .bdl{border-left: 1px solid #ddd;}
.table.table-view+.table.table-move{margin-top: -30px;}

@media screen and (max-width:1024px){
    .table thead th{font-size: 14px;}
    .table tbody td{font-size: 14px;}
}

@media screen and (max-width:767px){
    .table thead th{font-size: 13px;padding: 10px 5px;font-weight: 400;}
    .table tbody th{font-size: 13px;padding: 10px 5px;font-weight: 400;}
    .table tbody td{font-size: 13px;padding: 10px 6px;}

    .table.table-list colgroup{display: none;}
    .table.table-list tr{display: block;width: 100%;border-bottom: 1px solid #ddd;padding: 12px 0;}
    .table.table-list th{display: block;}
    .table.table-list thead{display: none;}
    .table.table-list tbody td{display: inline-block;border-bottom: 0;line-height: 1.5;padding: 0;font-size: 13px;margin-right: 20px;}
    .table.table-list tbody td:before{content: attr(data-label);color: #222;margin-right: 10px;}
    .table.table-list tbody td a{color: #000;}
    .table.table-list tbody td.subject{font-size: 14px;overflow: hidden;padding: 10px 0;margin-right: 0;display: block;}
    .table.table-list tbody td.subject:before{display: none;}
    .table.table-list .writer{margin-top: 5px;}
    .table.table-list .writer:before{content: '저자 ';color: #222;margin-right: 10px;}
    .table.table-list .label:before{content: attr(data-label);color: #222;margin-right: 10pxr;}
    .table.table-list tbody td[data-label='첨부파일']{display: block;text-align: right !important;margin-top: -10px;}
    .table.table-list tbody td[data-label='첨부파일']:before{content: '다운로드';color: #dd6560;}

    .table.table-view{margin-bottom: 20px;}
    .table.table-view colgroup{display: none;}
    .table.table-view tbody tr{display: block;overflow: hidden;border-bottom: 1px solid #ddd;}
    .table.table-view tbody th{display: block;padding: 10px;font-size: 13px;height: auto;line-height: 1.5;white-space: nowrap;overflow: hidden;border-bottom: 0;}
    .table.table-view tbody td{display: block;padding: 10px;line-height: 1.5;border-bottom: 0;}
    .table.table-view tbody th{float: left;width: 24%;}
    .table.table-view tbody th + td{float: left;width: 76%;}
    .table.table-view tbody th[colspan='4']{width: 100%;}
    .table.table-view tbody th.tit {width: 100%;}
    .table.table-view .tit{font-size: 16px;padding: 10px;white-space: normal !important}
    .table.table-view .viewwrap{padding: 10px;}

    .table.table-move colgroup{display: none;}
    .table.table-move tr{display: block;width: 100%;overflow: hidden;}
    .table.table-move th,
    .table.table-move td{display: block;height: 40px;}
    .table.table-move tbody th{float: left;width: 18%;padding: 0 10px;line-height: 40px;font-size: 13px;text-align: left;}
    .table.table-move tbody td{float: left;width: 82%;padding: 0 10px;line-height: 40px;font-size: 13px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    .table.table-move .bdl{border-left: 0}
    .table.table-view+.table.table-move{margin-top: -20px;}
}

.table_tab{margin-bottom: 30px;}
.table_tab:after{content:'';display:block;clear:both}
.table_tab li{float: left;text-align: center;}
.table_tab li a{display: block;border: 1px solid #aaa;background-color: #eee;font-size: 18px;color: #999;height: 50px;line-height: 50px;width: 160px;margin-left: -1px;text-decoration: none;transition: all 0.2s;}
.table_tab li a:hover{background-color: #f7f7f7;}
.table_tab li.on{}
.table_tab li.on a{background-color: #fff;color: #222;font-weight: 500;border-bottom: 1px solid #fff;}
.table_tab_con{display: none;}
.table_tab + .table_tab_con:first-of-type{display: block;}

@media screen and (max-width:767px){
    .table_tab li{width: 50%;margin-left: -1px;}
    .table_tab li a{width: 100%;font-size: 16px;}
}

.file{display: inline-block;width: 45px;height: 45px;background: url('../images/common/ico_file.png') 50% 50% no-repeat;color: #fff;font-size: 12px;font-weight: 700;text-align: center;line-height: 45px;}
.file.red{background-image: url('../images/common/ico_file.png');color: #fff !important;}
.file.sky{background-image: url('../images/common/ico_file_sky.png');color: #fff !important;}

@media screen and (max-width:767px){
    .file{width: 36px;height: 36px;line-height: 36px;background-size: 100% auto;}
}

.annual-list:after{content:'';display:block;clear:both}
.annual-list li{border: 1px solid #ddd;position: relative;padding: 20px 20px 20px 230px;margin-bottom: 20px;min-height: 302px;float: left;width: 49%;margin-right: 1%;}
.annual-list li:nth-child(2n){margin-left: 1%;margin-right: 0;}
.annual-list .thumb{position: absolute;left:20px;top:20px;}
.annual-list .thumb a{display: block;}
.annual-list .thumb img{width: 192px;height: 260px;border: 1px solid #eee;transition:all 0.15s}
.annual-list .thumb a:hover img{border-color: #666;}
.annual-list .tit{display: block;margin-bottom: 16px;overflow: hidden;padding-top: 15px;line-height: 1.4;}
.annual-list .tit a{font-size: 20px;font-weight: 500;color: #000;}
.annual-list .info{color: #666;line-height: 1.4;display: block;font-size: 15px;margin-bottom: 5px;}
.annual-list .info i{color: #222;display: inline-block;vertical-align: middle;width: 80px;}
.annual-list .down{position: absolute;right: 20px;bottom:20px;width: 185px;height: 67px;border: 1px solid #ccc;padding: 2px;}
.annual-list .down a{display: block;text-align: center;line-height: 60px;color: #666;text-decoration: none;font-weight: 700;font-size: 15px;border: 1px solid #eee;height: 100%;}
.annual-list .down b{color: #ec545c;}
.annual-list .down i{margin-left: 3px;}
.annual-list .down a:hover{color: #ec545c;}

@media screen and (max-width:1024px){
    .annual-list li{padding: 20px 20px 20px 170px;min-height: 270px;}
    .annual-list li:after{content:'';display:block;clear:both}
    .annual-list .tit{padding-top: 5px;}
    .annual-list .tit a{font-size: 18px;}
    .annual-list .thumb img{width: 140px;height: auto;}
    .annual-list .info i{display: inline;width: auto;vertical-align: baseline;}
    .annual-list .down{display: block;position: static;width: auto;height: auto;margin-top: 10px;}
    .annual-list .down a{line-height: 50px;padding: 3px 0;}
}

@media screen and (max-width:767px){
    .annual-list li{float: none;width: auto;margin-right: 0;margin-left: 0 !important;margin-bottom: 10px;padding: 10px 10px 10px 125px;min-height: auto;}
    .annual-list .thumb{left: 10px;top: 10px;}
    .annual-list .thumb img{width: 103px;height: auto;}
    .annual-list .tit{padding-top: 0;margin-bottom: 5px;}
    .annual-list .tit a{font-size: 15px;}
    .annual-list .info{font-size: 13px;}
    .annual-list .info i{width: 75px;}
    .annual-list .down{padding-top: 0;float: right;border: 0;margin-top: 0;}
    .annual-list .down a{border: 0;}
}
@media screen and (max-width:360px){
    .annual-list .down a{font-size: 14px;}
}

.photo-list:after{content:'';display:block;clear:both}
.photo-list li{border: 1px solid #ddd;position: relative;padding: 20px 20px 20px 300px;margin-bottom: 20px;min-height: 218px;float: left;width: 49%;margin-right: 1%;}
.photo-list li:nth-child(2n){margin-left: 1%;margin-right: 0;}
.photo-list .thumb{position: absolute;left:20px;top:20px;}
.photo-list .thumb a{display: block;}
.photo-list .thumb img{width: 262px;height: 176px;border: 1px solid #eee;transition:all 0.15s}
.photo-list .thumb a:hover img{border-color: #666;}
.photo-list .tit{display: block;margin-bottom: 16px;overflow: hidden;padding-top: 13px;line-height: 1.4;}
.photo-list .tit a{font-size: 20px;font-weight: 500;color: #000;}
.photo-list .info{color: #666;line-height: 1.4;display: block;font-size: 15px;margin-bottom: 5px;}
.photo-list .info i{color: #222;display: inline-block;vertical-align: middle;width: 80px;}

@media screen and (max-width:1024px){
    .photo-list li{padding: 20px 20px 20px 170px;min-height: 140px;}
    .photo-list .tit{padding-top: 5px;height: 51px;overflow: hidden;}
    .photo-list .tit a{font-size: 16px;}
    .photo-list .thumb img{width: 140px;height: auto;}
    .photo-list .info{font-size: 14px;}
    .photo-list .info i{display: inline;width: auto;vertical-align: baseline;}
}

@media screen and (max-width:767px){
    .photo-list li{float: none;width: auto;margin-right: 0;margin-left: 0 !important;margin-bottom: 10px;padding: 10px 10px 10px 160px;min-height: 120px;}
    .photo-list li:after{content:'';display:block;clear:both}
    .photo-list .thumb{left: 10px;top: 10px;}
    .photo-list .tit{padding-top: 0;margin-bottom: 8px;height: auto;}
    .photo-list .tit a{font-size: 15px;}
    .photo-list .info{font-size: 13px;margin-bottom: 3px;}
    .photo-list .info i{width: 75px;}
}
@media screen and (max-width:360px){
    .photo-list .tit a{font-size: 14px;}
}

.card-list:after{content:'';display:block;clear:both}
.card-list li{border: 1px solid #ddd;position: relative;padding: 20px 20px 20px 300px;margin-bottom: 20px;min-height: 304px;float: left;width: 49%;margin-right: 1%;}
.card-list li:nth-child(2n){margin-left: 1%;margin-right: 0;}
.card-list .thumb{position: absolute;left:20px;top:20px;}
.card-list .thumb a{display: block;}
.card-list .thumb img{width: 262px;height: 262px;border: 1px solid #eee;transition:all 0.15s}
.card-list .thumb a:hover img{border-color: #666;}
.card-list .tit{display: block;margin-bottom: 16px;overflow: hidden;padding-top: 13px;line-height: 1.4;}
.card-list .tit a{font-size: 20px;font-weight: 500;color: #000;}
.card-list .info{color: #666;line-height: 1.4;display: block;font-size: 15px;margin-bottom: 5px;}
.card-list .info i{color: #222;display: inline-block;vertical-align: middle;width: 80px;}

@media screen and (max-width:1024px){
    .card-list li{padding: 20px 20px 20px 170px;min-height: 180px;}
    .card-list .tit{padding-top: 5px;height: 51px;overflow: hidden;}
    .card-list .tit a{font-size: 16px;}
    .card-list .thumb img{width: 140px;height: auto;}
    .card-list .info{font-size: 14px;}
    .card-list .info i{display: inline;width: auto;vertical-align: baseline;}
}

@media screen and (max-width:767px){
    .card-list li{float: none;width: auto;margin-right: 0;margin-left: 0 !important;margin-bottom: 10px;padding: 10px 10px 10px 160px;min-height: 160px}
    .card-list li:after{content:'';display:block;clear:both}
    .card-list .thumb{left: 10px;top: 10px;}
    .card-list .tit{padding-top: 0;margin-bottom: 8px;height: auto;}
    .card-list .tit a{font-size: 15px;}
    .card-list .info{font-size: 13px;margin-bottom: 3px;}
    .card-list .info i{width: 75px;}
}
@media screen and (max-width:360px){
    .card-list .tit a{font-size: 14px;}
}

.top_box{position: relative;border: 4px solid #ddd;box-sizing: content-box;border-image: url('../images/common/border.png') 4 round;padding: 30px 30px 30px 150px;line-height: 1.3em;}
.top_box:before{content: '';display: block;width: 96px;height: 96px;background: url('../images/common/bg_top_box1.png') 0 0 no-repeat;position: absolute;left:30px;top:30px;}
.top_box:after{content:'';display:block;clear:both}
.top_box strong{display: block;font-size: 18px;color: #222;margin-bottom: 15px;}
.top_box ul{}
.top_box ul li{font-size: 16px;line-height: 1.6;color: #777;margin-bottom: 8px;}
.top_box ul li:last-child{margin-bottom: 0;}
.top_box ul li span{color: #222;}
.top_box .down{float: right;border: 1px solid #ccc;padding: 2px;margin-top: 20px;}
.top_box .down a{display: block;text-align: center;line-height: 45px;color: #666;text-decoration: none;font-weight: 700;font-size: 15px;border: 1px solid #eee;height: 100%;padding: 6px 15px;}
.top_box .down b{color: #5a72a2;}
.top_box .down i{margin-left: 3px;}
.top_box .down a:hover{color: #5a72a2;}
.top_box .down + .down{margin-right: 10px;}
.top_box.onlytext{padding-left: 30px;}
.top_box.onlytext:before{display: none;}
.top_box.pur:before{background-image: url('../images/common/bg_purchase.png');}
.top_box.sub:before{background-image: url('../images/common/bg_subscribe.png');}
.top_box.open:before{background-image: url('../images/common/bg_open.png');}
.top_box.opendata:before{background-image: url('../images/common/bg_opendata.png');}
.top_box.pr:before{background-image: url('../images/common/bg_pr.png');}

.top_box .contactInfo{clear: both;padding-top: 15px;}
.top_box .contactInfo table{width: 100%;}
.top_box .contactInfo th{border: 1px solid #ddd;width: 100px;padding: 8px 15px;font-weight: 400;color: #555;}
.top_box .contactInfo td{border: 1px solid #ddd;padding: 10px 15px;font-weight: 400;color: #555;}

@media screen and (max-width:1024px){
    .top_box ul li{font-size: 15px;}
    .top_box .down a{font-size: 14px;padding: 6px 10px;}
}
@media screen and (max-width:767px){
    .top_box{padding: 15px 10px 15px 85px;border-width: 3px;}
    .top_box:before{width: 64px;height: 64px;background-size: 100% auto;left:10px;top:15px}
    .top_box strong{font-size: 15px;}
    .top_box ul li{font-size: 13px;margin-bottom: 4px;}
    .top_box .down{margin-top: 10px;display: none;}
    .top_box .down a{font-size: 14px;line-height: 36px;padding: 5px 7px;letter-spacing: -0.02em;}
    .top_box .down + .down{margin-right: 0;}
    .top_box.onlytext{padding-left: 10px;}
    
    .top_box .contactInfo th{width: 70px;}
}

.titPoint{position: relative;padding-left: 15px;font-size: 18px;color: #222;line-height: 1.4;font-weight: 500;}
.titPoint:before{content: '';display: block;width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 5px;border-color: #0000 #0000 #0000 #de454c;position: absolute;left: 0;top: 50%;margin-top: -6px;}

.subtitleWrap{position: relative;margin-bottom: 20px;z-index: 0;}
.subtitleWrap:before{content: '';height: 1px;width: 100%;border-top: 1px dotted #ccc;position: absolute;left:0;top:50%;z-index: -1;}
.subtitleWrap:after{content:'';display:block;clear:both}
.subtitleWrap .subtitle{float: left;font-size: 24px;color: #cd4f3b;font-weight: 700;background-color: #fff;padding-right: 20px;line-height: 60px;}
.subtitleWrap .select{float: right;width: 320px;}
:root .subtitleWrap .select{background:#555 url('../images/common/select_black.png') no-repeat 100% 50%;color: #fff;font-weight: 700;font-size: 18px;}
.subtitleWrap .select::-ms-value {color: #fff;}
@media screen and (max-width:1024px){
    .subtitleWrap .subtitle{font-size: 20px;line-height: 50px;}
}
@media screen and (max-width:767px){
    .titPoint{font-size: 15px;}
    .subtitleWrap .subtitle{font-size: 16px;line-height: 40px;}
    .subtitleWrap .select{width: 200px;}    
    :root .subtitleWrap .select{font-size: 14px;}
}
.tbList {border-top:2px solid #555;}
.tbList.border-color-blue{border-color: #3b88c7;}
.tbList thead th {height:45px; color:#000;background-color: #f3f3f3;border: 1px solid #ddd;border-right: 0;border-top:0;font-weight: 400;text-align:center;font-size: 15px;}
.tbList thead th:first-child{border-left: 0;}
.tbList tbody td {padding:13px 15px;border: 1px solid #ddd;color: #777;line-height:1.7em;}
.tbList tbody td:first-child{border-left: 0;}
.tbList tbody td:last-child{border-right:0;}

.tbView{border-top: 2px solid #555;}
.tbView tbody th{padding: 10px 20px;border-left: 1px solid #ddd;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;background-color: #fff;font-weight: 400;color: #222;background-color: #fdfdfd;}
.tbView tbody th:first-child{border-left: 0;}
.tbView tbody th.coverImg{padding:0;}
.tbView tbody th.coverImg img{max-width:100%;}
.tbView tbody td{padding: 13px 20px;border: 1px solid #ddd;border-right: 0;color: #777;}
.tbView tbody td:first-child{border-left: 0;}

.publication .titPoint{margin-top: 40px;margin-bottom: 15px;}
.publication ul{margin-left: 18px;}
.publication ul li{padding-left:12px;line-height: 1.7;word-break: keep-all;color: #777;font-size: 15px;}
/*.publication ul li:before{display: inline-block;content: '-';width: 12px;margin-left: -12px;} */
.publication ul li:before{display: inline-block;content: '';width: 12px;margin-left: -12px;}
.publication ul.typeNone{margin-left:33px;}
.publication ul.typeNone li{padding-left: 0;text-indent: -16px}
.publication ul.typeNone li:before{display: none;}
.publication ul.typeNum{padding-left: 15px;}
.publication ul.typeNum li{list-style-type: decimal;padding-left: 2px}
.publication ul.typeNum li:before{display: none;}
.publication .indent{margin-left: 18px;padding-top: 3px;}
.publication .indent strong{margin:0 0 7px;}
.publication strong{display: block;font-weight: 700;color: #222;font-size: 16px;margin: 20px 0 7px;}
.publication strong.big{font-size:20px;}
.publication .bold{color:#222;font-weight:700;}
.publication table{margin-top: 10px;margin-bottom: 10px;}
.publication .pos-relative .btn.black{position: absolute;top: 0;right: 0;}
.publication ul ul{margin-left:0;}
.publication ul ul ul{margin-left:0;}
.publication ul ul.typeDot{margin-top:15px;color:#777;}
.publication ul.typeDot > li{margin-top:7px;}
.publication ul.typeDot > li:first-child{margin-top:0;}
/*.publication ul.typeDot > li:before{display:inline-block;content:'·';width:12px;margin-left:-12px;} */
.publication ul.typeDot > li:before{display:inline-block;content:'';width:12px;margin-left:-12px;}
.publication ul.typeDot .tbList{margin-bottom:15px;}
.publication ul.typeStar > li:before{display:inline-block;content:'*';width:12px;margin-left:-12px;}
.publication .btnBefore{display:inline-block;color:#0e88c7;padding-right:26px;background:url('../images/common/ico_before.png') no-repeat right center;}
.publication p.text{line-height: 1.8;color: #555;margin-top: 15px;font-size: 16px;}
.publication p.text2{line-height: 1.8;color: #222;font-size: 15px;}
.copyrightSource div{background-color: #eff2e9;border: 1px solid #ccc;padding: 20px;}
.copyrightSource div p{line-height: 1.7;font-size: 16px;}

@media screen and (max-width:767px){
    .publication p.text{font-size: 14px;line-height: 1.5;}
    .publication strong{font-size: 14px;line-height: 1.6;}
    .publication strong.big{font-size: 14px;}
    .copyrightSource div{padding: 10px;}
    .copyrightSource div p{line-height: 1.5;font-size: 15px;}
}

.publication ul li.btnEtc{line-height:50px;margin-top:20px;background:#fff;position:relative;}
.publication ul li.btnEtc > div{background:#fff;display:inline-block;}
.publication ul li.btnEtc > div:after{display:inline-block;content:'';width:500px;height:0px;border-top:1px dotted #aaa;margin:25px 0 0 10px;vertical-align:top;}
.publication .btn_dataGo{display:inline-block;font-size:20px;color:#333;font-weight:700;border:1px solid #ddd;background:#fff;padding: 0 20px;line-height:48px;position:absolute;right:0;top:0;}
.publication .btn_dataGo:before{display:block;content:'';width:10px;height:50px;background:#fff;position:absolute;left:-11px;top:-1px;}
.publication .btn_dataGo span{color:#0e88c7;}
.publication .btn_more{display:inline-block;background:#0e88c7;color:#fff;font-size:20px;line-height:50px;height:50px;padding:0 72px 0 80px;margin:20px 0 0;}
.publication .btn_more:before{display:inline-block;content:'';vertical-align:top;width:10px;height:50px;background:url('/images/kor/common/ico_more_white.png') no-repeat 0 center;margin-right:10px;}
.publication .btn_tbmore{display:inline-block;background:#0e88c7;color:#fff;font-size:20px;line-height:50px;height:50px;padding:0 72px 0 80px;margin:20px 0 0;}
.publication .btn_tbmore:before{display:inline-block;content:'';vertical-align:top;width:10px;height:50px;background:url('/images/kor/common/ico_more_white.png') no-repeat 0 center;margin-right:10px;}

.publication .group:after{content:'';display:block;clear:both}
.publication .group .half{float: left;width: 49%;margin-right: 2%;}
.publication .group .half:last-child{margin-right: 0;}
@media screen and (max-width:1024px){
    .publication .group .half{float: none;width: auto;margin-right: 0;}
}
@media screen and (max-width:767px){
    /* list */
    .tbList{table-layout: auto}
    .tbList thead th{padding: 8px;word-break:break-all;font-size: 13px;line-height: 1.3;}
    .tbList tbody td{padding: 8px;word-break:break-all;font-size: 13px;}
    .tbList tbody td a.goSite{background-size:12px auto;padding-left:20px;word-break:break-all;}

    /* view */
    .tbView tbody th{padding: 8px 0;}
    .tbView tbody td{padding: 8px;font-size: 13px;}
    .tbView tbody .subject{font-size: 16px;padding: 12px 15px;}
    .tbView thead .subject, 
    .tbView tbody .subject{padding:15px;font-size:18px;}
    .tbView tbody .readpage{padding-top: 20px;padding-bottom: 20px;}
    .tbView tbody .readpage img{height:auto !important;}
    .tbView tfoot th{padding: 8px;}
    .tbView tfoot td{padding: 8px;}
    .tbView tfoot td span{float: none;display: block;}    

    .publication .titPoint{margin-top: 25px;margin-bottom: 10px;}
    .publication ul{margin-left: 10px;}
    .publication ul li{font-size: 13px;line-height: 1.6;}
    .publication ul li.bold{font-size: 13px;}
    .publication ul.typeNone{margin-left: 25px;}
    .publication ul ul.typeDot{margin-top: 10px;}
    .publication .pos-relative:after{content:'';display:block;clear:both}
    .publication .pos-relative .btn.black{float: right;position: static;margin-top: 10px;}
}

.link{text-align: right;margin-bottom: 15px;font-size: 16px;}
.link a{text-decoration: underline;color: #de454c;}
@media screen and (max-width:767px){
    .link{font-size: 12px;}
}

.organization{padding-top: 50px;}
.organization > ul{background:url('../images/common/bg_organization.gif') no-repeat 50% 0;background-size: contain;position:relative;border-top: 2px solid #222;}
.organization .no1,
.organization .no2,
.organization .no3,
.organization .no4{position:absolute;display:block;width:22.177%;height:8.988%;line-height:80px;color:#fff;font-size:18px;text-align:center;font-weight:700;transition: all 0.2s}
.organization .no1:hover,
.organization .no3:hover{box-shadow:0px 0px 0px 4px rgba(0,0,0,0.2) inset;text-decoration: none;}
.organization .no1{background:#3a87c2;left:50%;top:4.3%;margin-left: -11.08%;}
.organization .no2{background:#1a903f;right:7.75%;top:4.3%;}
.organization .no3{background:#7cbbb1;right:7.75%;top:17.8%;}
.organization .no4{background:#538fae;left:8.75%;top:17.8%;}
.organization .no4 + ul{padding-top: 33.4%;}
.organization .no4 + ul:after{content:'';display:block;clear:both}
.organization .no4 + ul > li{width:275px;float: left;margin-right: 46px;}
.organization .no4 + ul > li:last-child{margin-right: 0;}
.organization .no4 + ul > li > a{display:block;background:#eee;border:1px solid #ccc;font-size:18px;color:#555;line-height:1.5em;padding:20px 20px;letter-spacing:-0.025em;font-weight:700;text-align: center;}
.organization .no4 + ul > li ul{margin-top:10px;padding:0 20px;background:#fff;border:1px solid #ddd;}
.organization .no4 + ul > li ul li{border-top:1px solid #ddd;}
.organization .no4 + ul > li ul li:first-child{border-top:0;}
.organization .no4 + ul > li ul li a{display:block;line-height:1.6em;padding:20px 15px 20px 45px;letter-spacing:-0.03em;background: url('../images/common/ico_list.png') 20px 50% no-repeat;font-size: 16px;}

.organDown{text-align: right;}
.organDown a{display: inline-block;height: 80px;position: relative;width: 240px;text-decoration: none;margin-bottom: 20px;border: 1px solid #ddd;background-color: #fbfbfb;border-radius: 16px 0 0 0;padding:15px 20px 15px 89px;box-shadow: 3px 3px 0 #eee}
.organDown a b{display: block;font-size: 18px;color: #222;padding-top: 7px;}
.organDown a em{display: block;font-size: 12px;color: #aaa;padding-top: 6px;}
.organDown a span{display: block;width: 45px;height: 45px;line-height: 45px;font-size: 12px;font-weight: 700;text-align: center;color: #fff;font-weight: 500;background: url('../images/common/ico_file_blue.png') 0 0 no-repeat;position: absolute;left:30px;top:18px;padding-top: 2px;}

@media screen and (max-width:1024px){
    .organization .no1, 
    .organization .no2, 
    .organization .no3, 
    .organization .no4{line-height: 60px;font-size: 16px;}
    .organization .no3{top:20%;}
    .organization .no4{top:20%;}
    .organization .no4 + ul > li{width: 22.7%;margin-right: 3%;} 
    .organization .no4 + ul > li > a{font-size: 15px;padding: 15px 0;}
    .organization .no4 + ul > li ul{padding: 0 4px;}
    .organization .no4 + ul > li ul li a{background: none;padding: 10px;font-size: 14px;}
}
@media screen and (max-width:768px){
    .organization .no1, 
    .organization .no2, 
    .organization .no3, 
    .organization .no4{line-height: 50px;font-size: 15px;}
    .organization .no3{top:16%;}
    .organization .no4{top:16%;}
    .organization .no4 + ul > li{width: 22.7%;margin-right: 3%;} 
    .organization .no4 + ul > li > a{font-size: 15px;padding: 15px 0;}
    .organization .no4 + ul > li ul{padding: 0 4px;}
    .organization .no4 + ul > li ul li a{background: none;padding: 10px;font-size: 14px;}
}
@media screen and (max-width:767px){    
    .organization{padding-top: 0;}
    .organization > ul{background-image:url('../images/mobile/bg_organization.gif');}
    .organization .no1, 
    .organization .no2, 
    .organization .no3, 
    .organization .no4{line-height: 1;padding: 5% 0;height: auto;width: 43%;}
    .organization .no1{top: 1.7%;margin-left: -21.5%;}
    .organization .no2{top: 7.7%;right: 0;}
    .organization .no3{top:13.5%;right: 0;}
    .organization .no4{top:13.5%;left: 0;}
    .organization .no4 + ul{padding-top: 80%;}
    .organization .no4 + ul > li{width: auto;float: none;margin-right: 0;margin-bottom: 8%;padding-left: 8%;}
    .organization .no4 + ul > li > a{padding: 4% 15px;text-align: left;}
    .organization .no4 + ul > li ul{margin-top: 3%;}
    .organization .no4 + ul > li ul li a{padding:3.2% 10px;}
}

.table.table-list-org .email a{display: inline-block;width: 16px;height: 12px;background: url('../images/common/ico_email.png') 50% 50% no-repeat;}

.table.table-view-org .tit{padding: 7px 20px;vertical-align: middle;}
.table.table-view-org .tit strong{vertical-align: middle;display: inline-block;padding-top: 11px;}
.table.table-view-org .btn.email{float: right;vertical-align: middle;}

@media screen and (max-width:767px){
    .table.table-list-org tbody tr{position: relative;}
    .table.table-list-org tbody td{display: block;text-align: left !important;margin-right: 0;}
    .table.table-list-org .num{display: none;}
    .table.table-list-org .email{position: absolute;right: 0;bottom: 12px;}
    .table.table-list-org .email:before{display: none;}
    .table.table-list-org .email a{display: block;width: 36px;height: 36px;border: 1px solid #aaaaaa;background-image: url('../images/mobile/ico_email.png');background-size: 16px 12px}

    .table.table-view-org .tit{padding-left: 10px;padding-right: 10px;}
    .table.table-view-org .tit strong{padding-top: 4px;}
}

.vision .top{text-align: center;font-size: 16px;letter-spacing: 0.5em;color: #ccc;padding: 50px 0;}
.vision .seq{position: relative;padding-left: 260px;padding-bottom: 20px;}
.vision .seq:last-child{padding-bottom: 0;margin-bottom: 0;}
.vision .seq > div{min-height: 210px;border-bottom: 1px solid #ddd;text-align: center;position: relative;width: 100%;display: table;}
.vision .seq > div:before{content: '';display: block;width: 60px;height: 60px;border: 2px solid #ddd;border-radius: 60px;background-color: #fff;position: absolute;left:50%;bottom: -30px;margin-left: -30px;}
.vision .seq > div:after{content: '';display: block;border:8px solid transparent;border-top:8px solid #de454c;border-bottom:none;position: absolute;left:50%;bottom: -5px;margin-left: -8px;}
.vision .s2 > div:before{display: none;}
.vision .s2 > div:after{background: url('../images/common/bg_vision_arrow2.png') 0 0 no-repeat;width: 400px;height: 103px;border: none;margin-left: -200px;bottom: -51.5px;}
.vision .s5 > div{border-bottom: 0;}
.vision .s5 > div:before,
.vision .s5 > div:after{display: none;}
.vision h4{position: absolute;left:0;top: 0;}
.vision h4 > span{width: 260px;height: 260px;position: relative;display: table-cell;vertical-align: middle;text-align: center;font-size: 32px;font-weight: 700;color: #000;padding: 0 10px;line-height: 1.3;letter-spacing: -0.03em;}
.vision h4 > span:before{content: '';display: block;width: 130px;height: 260px;border: 35px solid #0f7fd2;border-radius: 260px 0 0 260px; border-right: 0;position: absolute;left:0;top:0;}
.vision h4 > span:after{content: '';display: block;width: 130px;height: 260px;border: 35px solid #0f7fd2;border-radius: 0 260px 260px 0;border-left: 0;position: absolute;right: 0;top: 0;}
.vision h4 > span span{color: #999;font-size: 16px;display: block;}
.vision p{font-weight: 500;display: table-cell;vertical-align: middle;height: 260px;text-align: center;width: 100%;padding-bottom: 20px;}
.vision .s1 h4 > span:before{border-color: #0f7fd2;}
.vision .s1 h4 > span:after{border-color: #ddd;}
.vision .s2 h4 > span:before{border-color: #ddd;}
.vision .s2 h4 > span:after{border-color: #18a9e0;}
.vision .s3 h4 > span:before{border-color: #23d8e0;}
.vision .s3 h4 > span:after{border-color: #ddd;}
.vision .s4 h4 > span:before{border-color: #ddd;}
.vision .s4 h4 > span:after{border-color: #23d5aa;}
.vision .s5 h4 > span:before{border-color: #83d523;}
.vision .s5 h4 > span:after{border-color: #ddd;}
.vision .s1 p{font-size: 46px;letter-spacing: -0.03em;font-weight: 400;}
.vision .s2 p{font-size: 30px;font-weight: 500;}
.vision ul{padding: 15px 0;height: 260px;}
.vision ul:after{content:'';display:block;clear:both}
.vision ul li{float: left;width: 33.3333%;padding: 70px 15px;color: #222;font-size: 24px;line-height: 1.4;height: 100%;letter-spacing: -0.02em;}
.vision ul li:nth-child(2){border-left: 2px solid #f0f6f6;border-right: 2px solid #f0f6f6;}

@media screen and (max-width:1024px){
    .vision .seq{padding-left: 160px;}
    .vision .seq > div{min-height: 160px;}
    .vision h4 > span{width: 160px;height:160px;font-size: 22px;}
    .vision h4 > span:before{border-width: 10px !important;width: 80px;height: 160px;}
    .vision h4 > span:after{border-width: 10px !important;width: 80px;height: 160px;}
    .vision p{height: 160px;}
    .vision .s2 p{font-size: 20px;}
    .vision .s2 > div:after{width: 200px;height: 52px;background-size: 200px auto;margin-left: -100px;bottom: -26px;}
    .vision ul{height: 160px;}
    .vision ul li{padding: 30px 10px;font-size: 16px;}
}
@media screen and (max-width:767px){
    .vision .top{padding: 0 0 30px 0;}
    .vision .seq{padding-left: 0;padding-bottom: 30px;}
    .vision .seq > div{min-height: auto;padding-bottom: 5px;text-align: left;}
    .vision .seq > div:before{width: 40px;height: 40px;border: 2px solid #ddd;border-radius: 40px;bottom: -20px;margin-left: -20px;}
    .vision .seq > div:after{border:6px solid transparent;border-top:6px solid #de454c;bottom: -10px;margin-left: -6px;}
    .vision .s2 > div:after{width: 110px;height: 30px;border: none;margin-left: -55px;bottom: -20px;background-size: 100% auto}
    .vision h4{position: relative;margin-bottom: 15px;}
    .vision h4 > span{padding-left: 50px;width: 36px;height: 36px;font-size: 17px;text-align: left;width: 100%;}
    .vision h4 > span:before{width: 20px;height: 36px;border-width: 4px !important;}
    .vision h4 > span:after{width: 20px;height: 36px;border-width: 4px !important;left:18px}
    .vision h4 > span span{display: inline;margin-left: 10px;font-size: 14px;font-weight: 400;}
    .vision h4 > span br{display: none;}
    .vision p{text-align: left;height: auto;}
    .vision .s1 p{font-size: 15px;}
    .vision .s2 p{font-size: 15px;}
    .vision ul{height: auto;padding: 0 0 15px;}
    .vision ul li{float: none;width: auto;font-size: 14px;padding: 6px 0;margin-bottom: 5px;border-top: 1px solid #ddd;border-left: 0 !important;border-right: 0 !important;}
    .vision ul li:first-child{border-top: 0;}
    .vision ul li br{display: none;}
}

.open_data{}
.open_data ul{margin-left: 0;}
.open_data ul li{margin-top: 20px;padding-left: 0;}
.open_data ul li:first-child{margin-top: 0;}
.open_data ul li:before{display: none;}
.open_data ul li a{display: block;position: relative;padding-left: 350px;min-height: 100px;}
.open_data ul li img{position: absolute;left:0;top:0;}
.open_data ul li span{color: #222;font-size: 18px;display: block;padding: 20px 0 5px;}
.open_data ul li em{display: block;color: #777;}

.open_org{}
.open_org ul{margin-left: 0;}
.open_org ul:after{content:'';display:block;clear:both;float:none;width:0;height:0;}
.open_org ul li{float: left;padding-left: 0;margin-left: 20px;margin-bottom: 16px;}
.open_org ul li:before{display: none !important;}
.open_org ul li a{display: block;}
.open_org ul li span{display: block;color: #222;margin-top: 8px;text-align: center;line-height: 1;}

@media screen and (max-width:1024px){
    .open_org ul li{width: 32%;margin-left: 2% !important;}
    .open_org ul li:first-child{margin-left: 0 !important;}
}
@media screen and (max-width:767px){
    .open_data{margin-left: 0;width: 100%;overflow: hidden;}
    .open_data ul{}
    .open_data ul:after{content:'';display:block;clear:both;float:none;width:0;height:0;}
    .open_data ul li{margin-top: 0;float: left;width: 48%;margin-right: 4%;margin-bottom: 15px;}
    .open_data ul li:nth-child(even){margin-right: 0;}
    .open_data ul li a{padding-left: 0;min-height: inherit;}
    .open_data ul li img{position: static;width: 100%;}
    .open_data ul li span{font-size: 14px;display: block;padding: 10px 0 2px;}
    .open_data ul li em{line-height: 1.5;}

    .logoImg{width: 50%;}	
    .open_org ul{margin-left: 0;}
    .open_org ul li{float: left;width: 48%;margin: 0 0 15px 4% !important;}	
    .open_org ul li:nth-child(odd){margin-left: 0 !important;}
    .open_org ul li img{width: 100%;}
}


.mou ul{border-bottom: 1px solid #ddd;}
.mou ul li > div{border-top: 1px solid #ddd;color: #888;font-size: 15px;padding: 15px 30px;line-height: 1.8;}
.mou ul li > div:first-child{background-color: #f3f3f3;}
.mou ul li > div label{font-size: 15px;color: #222;font-weight: 500;vertical-align: middle;display: inline-block;line-height: 1.4;margin-right: 55px;}
.mou ul li > div p{font-size: 15px;color: #222;display: inline-block;vertical-align: middle;line-height: 1.4;}

@media screen and (max-width:767px){
    .mou ul li > div{padding: 10px 15px;font-size: 14px;line-height: 1.4;}
    .mou ul li > div label{font-size: 14px;margin-right: 30px;}
    .mou ul li > div p{font-size: 14px;}
}

.pr{margin-top: 50px;}
.pr h4{font-weight: 700;color: #222;font-size: 20px;display: inline-block;border-bottom: 1px solid #eee;width: 200px;}
.pr h4 span{position: relative;display: inline-block;height: 32px;} 
.pr h4 span:after{content: '';width: 100%;height: 2px;background-color: #d05751;position: absolute;left:0;bottom:-1px}
.pr .cont{margin-bottom: 40px;}
.pr .cont:after{content:'';display:block;clear:both}
.pr .down{float: left;width: 220px;padding-top: 10px;}
.pr .down a{display: block;min-height: 45px;position: relative;padding-left: 58px;width: 185px;text-decoration: none;margin-bottom: 20px;}
.pr .down a b{display: block;font-size: 18px;color: #222;padding-top: 5px;}
.pr .down a em{display: block;font-size: 12px;color: #aaa;padding-top: 3px;}
.pr .down a span{display: block;width: 45px;height: 45px;line-height: 45px;font-size: 12px;font-weight: 700;text-align: center;color: #fff;font-weight: 500;background: url('../images/common/ico_file.png') 0 0 no-repeat;position: absolute;left:0;top:0;padding-top: 2px;}
.pr .down a span.ai{background-image: url('../images/common/ico_file_yellow.png');}
.pr .down a span.jpg{background-image: url('../images/common/ico_file_blue.png');}
.pr .detail{float: left;width: 780px;border-left: 1px solid #ddd;}
.pr .desc{margin-bottom: 15px;margin-left: 220px;}
.pr .desc strong{color: #de454c;font-size: 16px;font-weight: 500;}
.pr .desc span{color: #222;}
.pr p{font-size: 15px;line-height: 1.4;color: #999;margin-left: 220px;margin-bottom: 20px;}
.pr .videoArea {padding-left: 30px;}
@media screen and (max-width:1039px){
    .pr h4{font-size: 18px;}
    .pr .down{float: none;width: auto;}
    .pr .down:after{content:'';display:block;clear:both}
    .pr .down a{float: left;margin-right: 20px;padding-left: 50px;min-height: 40px;margin-bottom: 15px;width: auto;}

    .pr .down a b{font-size: 16px;}
    .pr .down a em{font-size: 13px;padding-top: 5px;letter-spacing: -0.02em;}
    .pr .down a span{width: 40px;height: 40px;line-height: 40px;font-size: 13px;background: url('../images/mobile/ico_file.png') 0 0 no-repeat;background-size: 100% auto;padding-top: 3px;letter-spacing: -0.02em;}
    .pr .down a span.ai{background-image: url('../images/mobile/ico_file_yellow.png');}
    .pr .down a span.jpg{background-image: url('../images/mobile/ico_file_blue.png');}
    .pr .detail{float: none;width: auto;border-left: 0;border-top: 1px solid #ddd;padding-top: 20px;}
    .pr .desc{margin-left: 0;text-align: right;margin-bottom: 20px;}
    .pr p{margin-left: 0;}
    .pr .videoArea{padding-left: 0;}
    .pr .videoArea .inner{position: relative;width: 100%;height: 0;padding-bottom: 56.25%;}
    .pr .videoArea iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
}
@media screen and (max-width:767px){
    .pr .down a:nth-child(even){margin-right: 0;}
}

.directions{margin-top: 20px;}
.directions .map{border: 1px solid #ddd;}
.directions .map .info{position: relative;padding: 25px;border-top: 1px solid #ddd;}
.directions .map address{display: block;font-size: 16px;color: #222;font-weight: 500;}
.directions .map p{color: #888;display: block;margin-top: 8px;}
.directions .map .btn{position: absolute;right: 25px;top: 50%;margin-top: -30px;}
.directions dl{position: relative;margin-top: 40px;}
.directions dl:before{content: '';display: block;width: 1px;height: 100%;background-color: #ddd;position: absolute;left: 200px;top: 0;}
.directions dl:after{content:'';display:block;clear:both}
.directions dt{float: left;color: #222;font-size: 18px;font-weight: 500;clear: left;width: 220px;margin-bottom: 40px;line-height: 48px;padding-left:60px;}
.directions dt.subway {background: url('../images/common/ico_subway.png') 5px 50% no-repeat;}
.directions dt.bus {background: url('../images/common/ico_bus.png') 0 50% no-repeat;}
.directions dt.airplane {background: url('../images/common/ico_airplane.png') 0 50% no-repeat;}
.directions dt.car {background: url('../images/common/ico_car.png') 0 50% no-repeat;line-height: 44px;margin-bottom: 0;}
.directions dd{float: left;color: #555;font-size: 15px;line-height: 1.7;width: 1020px;margin-bottom: 40px;padding-top: 10px;}
.directions dd:last-of-type{margin-bottom: 0;}
.directions dd div{word-break: keep-all}
.directions dd div span{color: #222;}
.directions dd div em{color: #dc6c12;}

@media screen and (max-width:1039px){
    .directions dl:before{display: none;}
    .directions dt{float: none;font-size: 16px;width: auto;margin-bottom: 10px !important;line-height: 42px;padding-left:53px;}
    .directions dt.subway {background: url('../images/mobile/ico_subway.png') 5px 0 no-repeat;background-size: auto 42px !important}
    .directions dt.bus {background: url('../images/mobile/ico_bus.png') 0 0 no-repeat;background-size: auto 42px}
    .directions dt.airplane {background: url('../images/mobile/ico_airplane.png') 0 50% no-repeat;background-size: auto 22px}
    .directions dt.car {background: url('../images/mobile/ico_car.png') 0 0 no-repeat;line-height: 40px;margin-bottom: 0;background-size: auto 40px}
    .directions dd{float: none;font-size: 15px;line-height: 1.7;width: auto;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #ddd;}
    .directions dd:last-of-type{margin-bottom: 0;border-bottom: 0;padding-bottom: 0;}
}
@media screen and (max-width:767px){
    .directions .map .info{padding: 15px;}
    .directions .map address{font-size: 15px;line-height: 1.4;}
    .directions .map .btn{position: static;margin-top: 10px;}
    .directions dd{font-size: 14px;line-height: 1.5;}
}

.charter ol{margin-bottom:40px;}
.charter li{margin-top:35px;position:relative;padding-left:25px;font-size:16px;color:#222;line-height: 1.5;}
.charter li span{display:block;width:15px;height:15px;background:#0e88c7;color:#fff;border:1px solid #076b9f;font-size:12px;line-height:1em;text-align:center;position:absolute;left:0;top:6px;}
.charter dl{padding-left: 25px;}
.charter dt{color: #222;margin-top: 15px;font-size: 16px;margin-bottom: 5px;}
.charter dd{color: #555;line-height: 1.8;font-size: 16px;padding-left: 15px;letter-spacing: -0.01em;}
.charter dd:before{content: '-';display: inline-block;margin-left: -11px;margin-right: 6px;}
.numTit{margin-top:35px;position:relative;padding-left:25px;font-size:18px;color:#222;line-height: 1.5;font-weight: 400;margin-bottom: 10px;}
.numTit span{display:block;width:15px;height:15px;background:#0e88c7;color:#fff;border:1px solid #076b9f;font-size:12px;line-height:1em;text-align:center;position:absolute;left:0;top:6px;}
.numTit:first-child{margin-top: 0;}
@media screen and (max-width:767px){
    .charter ol{margin-bottom: 20px;}
    .charter li{font-size: 14px;margin-top: 20px;}
    .charter dl{padding-left: 0;}
    .charter dt,
    .charter dd{font-size: 14px;line-height: 1.5;}
}

.oldPrivacy{margin: 20px;color: #666;}
.oldPrivacy h1{color: #222;font-size: 18px;margin-bottom: 15px;}
.oldPrivacy p{margin-bottom: 10px;}
.oldPrivacy h2{margin-bottom: 5px;margin-top: 15px;font-size: 15px;}
.oldPrivacy .txt{line-height: 1.5;}

.agreement{background:#eee;border:1px solid #ddd;padding:20px;margin:20px 0;}
.agreement p{padding-left:17px;color:#222;line-height:1.8;position: relative;padding-left: 12px;font-size: 15px;}
.agreement p:before{content: '';display: block;width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 5px;border-color: transparent transparent transparent #1a82f0;position: absolute;left:0;top:7px}
.agreement span{margin-left:10px;}
.mailingReq tbody th,
.mailingReq tbody td{font-size: 15px;}
.mailingReq tbody td .input-text{width:300px;height: 50px;line-height: 50px;}
.mailingReq .chkUnit{padding: 5px 0;}
@media screen and (max-width:767px){
    .agreement{padding: 10px;}
    .agreement p{font-size: 14px;}
    .mailingReq tbody th,
    .mailingReq tbody td{font-size: 14px;}
    .mailingReq tbody td .input-text{width:100%;height: 40px;line-height: 40px;}
}

.welcome{position: relative;padding-right: 35%;font-size: 16px;min-height:630px}
.welcome .img{position: absolute;right:0;top:0;width: 35%;}
.welcome .img img{max-width:100%}
.welcome .strong{font-size:18px;color:#222;}
.welcome p{line-height:2;margin-bottom:30px;color:#777;word-break: keep-all}
.welcome .director_brief{}
.welcome .director_brief ul{margin-bottom: 10px;}
.welcome .director_brief ul:first-child{margin-bottom: 40px;}
.welcome .director_brief ul li{line-height: 2;}
@media screen and (max-width:1024px){
    .welcome{padding-right: 30%;}
    .welcome .img{width: 30%;}
    .welcome p,
    .welcome .director_brief ul li{line-height:1.6;}
}
@media screen and (max-width:767px){
    .welcome{padding-right: 0;min-height: inherit}
    .welcome .img{position: static;width: auto;margin-left: -10px;margin-bottom: 20px;}
    .welcome p{line-height:1.5;font-size: 14px;margin-bottom: 20px;}
    .welcome .director_brief ul{margin-bottom: 15px !important;}
    .welcome .director_brief ul li{line-height:1.5;font-size: 14px;}
}

.welcome_none{position: relative;padding-right: 20%;padding-left:20%;text-align:center;font-size: 16px;min-height:630px}
.welcome_none .img{position: absolute;right:0;top:0;width: 35%;}
.welcome_none .img img{max-width:100%}
.welcome_none .strong{font-size:18px;color:#222;}
.welcome_none p{line-height:2;margin-bottom:30px;color:#777;word-break: keep-all}
.welcome_none .director_brief{}
.welcome_none .director_brief ul{margin-bottom: 10px;}
.welcome_none .director_brief ul:first-child{margin-bottom: 40px;}
.welcome_none .director_brief ul li{line-height: 2;}
@media screen and (max-width:1024px){
    .welcome_none{padding-right: 30%;}
    .welcome_none .img{width: 30%;}
    .welcome_none p,
    .welcome_none .director_brief ul li{line-height:1.6;}
}
@media screen and (max-width:767px){
    .welcome_none{padding-right: 0;min-height: inherit}
    .welcome_none .img{position: static;width: auto;margin-left: -10px;margin-bottom: 20px;}
    .welcome_none p{line-height:1.5;font-size: 14px;margin-bottom: 20px;}
    .welcome_none .director_brief ul{margin-bottom: 15px !important;}
    .welcome_none .director_brief ul li{line-height:1.5;font-size: 14px;}
}

.history{overflow:hidden;}
.history dt{color:#222;font-size: 20px;padding-bottom: 15px;}
.history dt span{font-size:26px;font-weight:800;}
.history dd{padding:0 0 0 60px;position: relative;margin-bottom: 30px;}
.history dd:before{display:block;content:'';width:10px;height:10px;background-color: #cd4f3b;border-radius: 10px;position:absolute;left:25px;top:-10px}
.history dd:after{display: block;content: '';width: 1px;height: 100%;background-color: #ddd;position: absolute;left:30px;top:0;}
.history ul:after{content:'';display:block;clear:both}
.history ul li{float:left;width: 32%;margin-left: 2%;border: 1px solid #ddd;position: relative;padding-left: 140px;height: 182px;margin-bottom: 3%;}
.history ul li:nth-child(3n+1){margin-left: 0;}
.history ul li .tit{font-size:28px;color: #222;font-weight: 700;padding-top: 45px;}
.history ul li .img{overflow:hidden;position: absolute;left:20px;top:40px}
.history ul li .img img{display:block;float:left;border: 1px solid #ddd;border-radius: 100px}
.history ul li .num{position: absolute;right:20px;top:0;color: #fff;font-size: 18px;background: url('../images/common/bg_flag.png') 0 0 no-repeat;width: 60px;height: 50px;text-align: center;line-height: 45px;}
.history ul li .num em{font-weight: 700;}
.history ul li .nameAndTerm{color:#555;margin-top:20px;font-size: 16px;}
.history ul li .nameAndTerm span{color:#999;display:block;margin-bottom: 15px;}

.history.center ul{border-top: 1px solid #ddd;}
.history.center ul li{float: none;width: auto;margin-left: 0;padding: 10px 15px;height: auto;margin-bottom: 0;border: 0;border-bottom: 1px solid #ddd;line-height: 1.8;}
.history.center ul li .date{display: inline-block;font-size: 16px;color: #cd4f3b;font-weight: 800;width: 115px;}
.history.center ul li .txt{display: inline-block;font-size: 15px;color: #555;}
.history_top{position: relative;min-height: 292px;margin-bottom: 30px;}
.history_top .img{position: absolute;right:0;top:3px;}
.history_top .top_box{width: 326px;}

@media screen and (max-width: 1024px) and (min-width: 768px){
    .history dt{font-size: 16px;}
    .history ul li{padding: 10px;height: auto;}
    .history ul li .tit{font-size: 18px;padding-top: 0;margin-bottom: 10px;}
    .history ul li .img{position: static;width: 80px;}
    .history ul li .num{padding: 5px 10px;font-size: 15px;}
    .history ul li .nameAndTerm{margin-top: 10px;font-size: 15px;}
}
@media screen and (max-width:1024px){
    .history_top{min-height: none;}
    .history_top .img{position: static;margin-top: 20px;}
    .history_top .img img{width: 100%;}
    .history_top .top_box{width: auto;}
}
@media screen and (max-width:767px){
    .history dt span{font-size: 20px;}
    .history dd{padding-left: 30px;}
    .history dd:before{left: 10px;}
    .history dd:after{left: 15px;}
    .history ul li{float: none;width: auto;height: 122px;padding-left: 120px;margin-left: 0 !important;}
    .history ul li .tit{padding-top: 20px;font-size: 16px;}
    .history ul li .num{width: 44px;-webkit-background-size: 100% auto;background-size: 100% auto;font-size: 14px;line-height: 35px;}
    .history ul li .img{left: 15px;top: 15px;width: 90px;}
    .history ul li .nameAndTerm{font-size: 14px;}
    .history.center ul li{line-height: 1.5;}
    .history.center ul li .date{display: block;font-size: 14px;width: auto;}
    .history.center ul li .txt{display: block;font-size: 14px;}
}

.alioList{border-top:2px solid #0e88c7;}
.alioList dl dt{line-height:1em;background:#f3f3f3;color:#222;padding:15px 20px 14px;font-weight:bold;border-bottom:1px solid #ddd;}
.alioList dl dd p{border-bottom:1px solid #ddd;padding:14px 0;overflow:hidden;}
.alioList dl dd p span{display:block;width:33.3333%;float:left;vertical-align:top;padding-left:35px;line-height:1.5em;position: relative;font-size: 15px;}
.alioList dl dd p span:before{content: '';display: block;width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 5px;border-color: transparent transparent transparent #cd4e3b;position: absolute;left:20px;top:5px}
.alioList dl dd p span a{display:inline-block;color:#252525}
.alioList dl dd p span a.gr{color:#777;font-size:14px;}
.alioList dl dd p span a.nonFile{color:#999;cursor:default;text-decoration:none;}
@media screen and (max-width:1024px){
    .alioList dl dd p span{letter-spacing: -0.05em;}
}
@media screen and (max-width:767px){
    .alioList dl dd p span{width: 100%;display: block;float: none;padding-bottom: 3px;font-size: 14px;}
    .alioList dl dd p span{letter-spacing: -0.02em;}
}

.faq{margin-top: 30px;}
.faq ul{border-bottom: 1px solid #ddd;}
.faq li .q{border-top: 1px solid #ddd;padding: 15px 0;}
.faq li .q:before{content: 'Q. ';font-family: 'Georgia';color: #cd4f3b;font-style: italic;font-size: 18px;font-weight: 700;}
.faq li .q a{font-size: 18px;color: #222;font-weight: 500;}
.faq li .a{border-top: 1px solid #ddd;padding: 30px;display: none;font-size: 16px;background: #f3f3f3;line-height: 1.8;color: #666;}
.faq li.active .a{display: block;}
@media screen and (max-width:767px){
    .faq li .q a{font-size: 15px;}
    .faq li .a{font-size: 14px;line-height: 1.6;padding: 15px 10px;}
}
.blueBox{border:4px solid #ddd;padding:20px 18px;margin-top:40px;font-size:16px;line-height:1.3em;}
.blueBox .bold{font-size:18px;color:#222;}
.blueBox .bold + ul{margin-top:10px;}
.blueBox ul{margin-left:0;}
.blueBox ul li{padding-left:12px;text-indent:-11px;line-height: 1.7;}
.blueBox ul li:before{display:none;}
.blueBox ul li .blue{color: #0980bd;}
.blueBox ul ul li{font-size:15px;color:#777;}
.blueBox p{line-height: 1.7;word-break: keep-all}

@media screen and (max-width:767px){
    .blueBox{border: 2px solid #ddd;padding: 10px;}
    .blueBox p{line-height: 1.5;}
    .blueBox .bold{font-size: 14px;}
}

.tabSubject{border:1px solid #ddd;border-bottom:0;border-left:0;overflow:hidden;}
.tabSubject > div{float:left;border-left:1px solid #ddd;text-align:center;line-height:48px;font-size:20px;color:#222;}
.tabSubject > .sbj1{width:80%;}
.tabSubject > .sbj2{width:20%;}
/* .tabSubject > .sbj3{width:14.2857%;} */
.publiTab{margin-bottom: 40px;}
.publiTab ul{display: table;width: 100%;border-collapse: collapse;table-layout: fixed}
.publiTab ul li{display: table-cell;width: 14.28571%;text-align: center;border: 1px solid #ddd;}
.publiTab ul li a{display: block;color: #000;font-size: 14px;height: 170px;background:url('../images/common/ico_contribution1.png') 50% 20px no-repeat;word-break: keep-all;line-height: 1.4;}
.publiTab ul li a span{display: block;padding:120px 10px 0;}
.publiTab ul li.on a{background-color: #0e88c7;color: #fff;}
.publiTab ul li.t1 a{background-image:url('../images/common/ico_contribution1.png');}
.publiTab ul li.t2 a{background-image:url('../images/common/ico_contribution2.png');}
.publiTab ul li.t3 a{background-image:url('../images/common/ico_contribution3.png');}
.publiTab ul li.t4 a{background-image:url('../images/common/ico_contribution4.png');}
.publiTab ul li.t5 a{background-image:url('../images/common/ico_contribution5.png');}
.publiTab ul li.t6 a{background-image:url('../images/common/ico_contribution6.png');}
.publiTab ul li.t7 a{background-image:url('../images/common/ico_contribution7.png');}
@media screen and (max-width:767px){
    .publiTabMobile{padding: 0 15px;}
    .publiTabMobile ul li{border-left: 0;border-right: 0;text-align: center;}
    .publiTabMobile ul li a{color: #777;font-size: 13px;height: 130px;line-height: 1.5;background:url('../images/common/ico_contribution1.png') 50% 20px no-repeat;background-size: 50px 50px;word-break: keep-all;text-decoration: none;letter-spacing: -1px;}
    .publiTabMobile ul li a span{display: block;padding:80px 8px 0;}
    .publiTabMobile ul li.swiper-slide-active a{background-color: #fff;color: #000;font-weight: 700;font-size: 14px;background-size: 60px 60px;background-position: 50% 15px;}
    .publiTabMobile ul li.t1 a{background-image:url('../images/common/ico_contribution1.png');}
    .publiTabMobile ul li.t2 a{background-image:url('../images/common/ico_contribution2.png');}
    .publiTabMobile ul li.t3 a{background-image:url('../images/common/ico_contribution3.png');}
    .publiTabMobile ul li.t4 a{background-image:url('../images/common/ico_contribution4.png');}
    .publiTabMobile ul li.t5 a{background-image:url('../images/common/ico_contribution5.png');}
    .publiTabMobile ul li.t6 a{background-image:url('../images/common/ico_contribution6.png');}
    .publiTabMobile ul li.t7 a{background-image:url('../images/common/ico_contribution7.png');}
    .publiTabMobile .swiper-container {
        width: 100%;
        height: 100%;
    }
    .publiTabMobile .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .publiTabMobile .swiper-button-prev, 
    .publiTabMobile .swiper-button-next{width: 20px;height: 32px;margin-top: -16px;background-size: 20px 32px;}
    .publiTabMobile .swiper-button-prev{left: 0;}
    .publiTabMobile .swiper-button-next{right: 0;}
}

.table-result{}
.table-result tbody td{border-bottom: 0;padding-bottom: 0;}
.table-result tbody td.view{padding-left: 50px;padding-bottom: 15px;}
@media screen and (max-width:767px){
    .table-list.result tbody td{margin-right: 0;}
    .table-list.result tr{padding: 0;border-bottom: 0;}
    .table-list.result > tbody > tr{padding: 12px 0;border-bottom: 1px solid #ddd;}
    .table.table-list.result tbody td:before{display: none;}
    
    .table-result tbody td{margin-right: 20px !important;}
    .table-result tbody td.view{padding-left: 0;border: 0;padding-bottom: 0;margin-right: 0 !important;}
}

.txtGray{color: #999;}

#applicationWrap{width: 840px;padding: 0 30px;margin: 0 auto;background: url('../images/bg_application_0711.png') 0 0 no-repeat;padding-top: 260px;}

/* #footer{height: 99px;background: url('../images/bg_footer2.png') 0 0 no-repeat;border-top: 1px solid #ddd;margin-top: 60px;} */
#footer{height: 99px;border-top: 1px solid #ddd;margin-top: 60px;}

.applicationForm{border-top:1px solid #eee;border-bottom: 1px solid #eee;margin: 40px 0 30px;}
.applicationForm > div{border-top: 1px solid #eee;padding: 10px;}
.applicationForm > div:first-child{border-top: 0;}

.agree{text-align: center;margin: 10px 0 30px;}
.agree input[type=radio]{margin-right: 10px;margin-left: 50px;}
.agree input[type=radio]:first-of-type{margin-left: 0;}
.agree label{font-size: 20px;font-weight: 700;}

.termsBox{border: 1px solid #ddd; padding: 10px; font-size: 15px; width: 790px; height:200px;overflow: hidden;color:#666;}

.btnArea{text-align: center;}

.alignC{text-align: center;}
.alignL{text-align: left;}
.alignR{text-align: right;}

.labelL		{color: #222;font-size: 18px;display: inline-block;width: 130px;}
.labelR		{color: #222;font-size: 18px;display: inline-block;width: 160px; text-align:center;}
.textboxS	{display: inline-block;border: 1px solid #ddd;padding: 10px;font-size: 18px;width: 235px;}
.textboxF	{display: inline-block;border: 1px solid #ddd;padding: 10px;font-size: 18px;width: 660px;}

/* 아이콘 변경 관련 스타일 */
.colorBlue .tag{background-color: #3397d1;}
.colorBlue .mtitle.ico1:before{background: url('../images/main/blue/tit1.png') 0 50% no-repeat;}
.colorBlue .mtitle.ico2:before{background: url('../images/main/blue/tit2.png') 0 50% no-repeat;}
.colorBlue .mtitle.ico3:before{background: url('../images/main/blue/tit3.png') 0 50% no-repeat;}
.colorBlue .mtitle.ico4:before{background: url('../images/main/blue/tit4.png') 0 50% no-repeat;}
.colorBlue .mtitle.ico5:before{background: url('../images/main/blue/tit5.png') 0 50% no-repeat;}
.colorBlue .mtitle.ico6:before{background: url('../images/main/blue/tit6.png') 0 50% no-repeat;}
.colorBlue .mtitle.ico7:before{background: url('../images/main/blue/tit7.png') 0 50% no-repeat;}
.colorBlue .mtitle.ico8:before{background: url('../images/main/blue/tit8.png') 0 50% no-repeat;}
.colorBlue .mtitle.ico9:before{background: url('../images/main/blue/tit9.png') 0 50% no-repeat;}
.colorBlue .mtitle.ico10:before{background: url('../images/main/blue/tit10.png') 0 50% no-repeat;}
.colorBlue .mtitle .red{color: #222 !important;}
.colorBlue .quick_btm div a span{background-color: #3397d1;}
.colorBlue .filter .btn_search{background-color: #3397d1;}
.colorBlue #depth1 > ul > li.on > a{}
.colorBlue #depth1 > ul > li > a:after{}

.colorGreen .tag{background-color: #67b720;}
.colorGreen .mtitle.ico1:before{background: url('../images/main/green/tit1.png') 0 50% no-repeat;}
.colorGreen .mtitle.ico2:before{background: url('../images/main/green/tit2.png') 0 50% no-repeat;}
.colorGreen .mtitle.ico3:before{background: url('../images/main/green/tit3.png') 0 50% no-repeat;}
.colorGreen .mtitle.ico4:before{background: url('../images/main/green/tit4.png') 0 50% no-repeat;}
.colorGreen .mtitle.ico5:before{background: url('../images/main/green/tit5.png') 0 50% no-repeat;}
.colorGreen .mtitle.ico6:before{background: url('../images/main/green/tit6.png') 0 50% no-repeat;}
.colorGreen .mtitle.ico7:before{background: url('../images/main/green/tit7.png') 0 50% no-repeat;}
.colorGreen .mtitle.ico8:before{background: url('../images/main/green/tit8.png') 0 50% no-repeat;}
.colorGreen .mtitle.ico9:before{background: url('../images/main/green/tit9.png') 0 50% no-repeat;}
.colorGreen .mtitle.ico10:before{background: url('../images/main/green/tit10.png') 0 50% no-repeat;}
.colorGreen .mtitle .red{color: #222 !important;}
.colorGreen .quick_btm div a span,
.colorGreen .filter .btn_search{background-color: #67b720;}
.colorGreen #depth1 > ul > li.on > a{color: #3397d1;}
.colorGreen #depth1 > ul > li > a:after{background-color: #3397d1;}

.colorNone #depth2 ul.depth2 > li > a{padding-left: 0;}
.colorNone #depth2 ul.depth2 > li > a:before{display: none;}
.colorNone #depth2 ul.depth2 > li > ul{padding-left: 20px}
.colorNone .mtitle{padding-left: 0;}
.colorNone .mtitle:before{display: none;}

@page {
    margin: 1cm;
    size: landscape;
}
@media print {
    /*body{min-width:1024px;}

    .inner{width: auto;padding: 0 15px;}

    #wrap{min-width:inherit}
    
    #content{width: auto;padding: 60px 15px;}

    #top{display: none;}

    .header-row h1 a{width: 210px;}
    
    #depth1{left: auto;right: 0;}
    #depth1 > ul > li{margin-right: 20px;}
    #depth1 > ul > li > a{font-size: 16px;}
    #depth2 > .inner{width: 100%;background: #fff;}   

    .search{display: none;}
    
    #footer .charge{width: auto; margin: 0 15px 20px;}
    #footer > .inner{width: auto;}
    .fMenu li{margin: 0 10px 0 0;letter-spacing: -0.02em;}
    .fMenu li a{font-size: 13px;font-weight: 400;}*/
}