@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins');

/* CSS Document */
.org							{position:relative;float:left;width:100%;clear:both;}
.org ul						{position:relative;float:left;width:100%;}
.org>ul>li					{float:left;padding:0 0 145px 0; width:100%;}
.org .a1						{position:absolute;left:5%;top:110px;width:90%;}
.org .a1	li					{float:left;width:50%;text-align:center;}
.org .a2						{position:absolute;left:5%;top:270px;width:90%;}
.org .a2	li					{float:left;width:50%;text-align:center;}

.org .a3						{position:absolute;left:5%;top:450px;width:90%;}
.org .a3	li					{float:left;width:50%;text-align:center;}
.org .a3 li ul					{padding:45px 0 0 0;}
.org .a3 li ul li					{border:3px solid #dfdfdf;width:35%;margin: 0 15px ;padding:10px 0;font-weight:500;background-color:#ffffff }

.org .a4						{float:left; top: -66px;}
.org .a4	li					{float:left;width:20%;text-align:center;border:3px solid #dfdfdf;font-weight:500;margin: 0 63px ;padding:10px 0;background-color:#ffffff }
/*조직도-박스 4개였을때
.org .a4	li					{float:left;width:20%;text-align:center;border:3px solid #dfdfdf;font-weight:500;margin: 0 15px ;padding:10px 0;background-color:#ffffff }
*/

.org .orgbg1				{ background:url(../img/org_1.jpg) no-repeat top center;padding:45px  ;color:#ffffff }
.org .orgbg2				{ background:url(../img/org_3.jpg) no-repeat top center;padding:15px 45px ;color:#ffffff  }
.org .orgbg3				{ background:url(../img/org_2.jpg) no-repeat top center;padding:15px 45px ;color:#ffffff  }
.org .orgbg4				{ background:url(../img/org_4.jpg) no-repeat top center;padding:15px 45px ;color:#ffffff  }
.org .orgbg5				{ background:url(../img/org_2.jpg) no-repeat top center;padding:15px 16px ;color:#ffffff  }
.org .orgbg6				{ background:url(../img/org_5.jpg) no-repeat center top; }



.w1170{width:1170px; margin:0 auto; }
.subcontent{padding-top:80px;}
.subconBox{ background:#FFF; padding:0; box-sizing:border-box; }
.subreporttitle {text-align:center; padding: 40px 0 50px; font-size: 34px; line-height:160%; font-weight:500; }

.subreporttitle h3 {text-align:center; padding: 40px 0 70px; font-size: 34px; line-height:160%; font-weight:500; }
.subreporttitle span{display:block; width:35px; height:1px; background:#000; margin:0 auto }
.subreport ul.tabs{ width:1156px; margin:0 auto; text-align: center; }
.subreport ul.tabs li{ float:left; display:inline-block; margin-left:-1px; padding-left:20px; height:48px; line-height:48px; font-size:15px; text-align:left; background:rgb(255,255,255); border:1px solid #dedee1; cursor:pointer; box-sizing:border-box; }
.subreport ul.tabs li:first-child{border-left:1px solid #cdd5be; }
.subreport ul.tabs li.active{ background:#1a6cbf url(../img/images/gnbarr.png) no-repeat 92% center; color:rgba(255,255,255,1);/* border:#1a6cbf 1px solid*/}
.subreport ul.tabs li:hover{background: #1a6cbf url(../img/images/gnbarr.png) no-repeat 92% center; cursor:pointer; -webkit-transition: background-color 300ms linear; color:#FFF; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; }
.subreport ul.tabs li a{ display:block; width:100%; height:100%; }
.subreport ul.tabs li:nth-child(1){width:218px; }
.subreport ul.tabs li:nth-child(2){width:270px; }
.subreport ul.tabs li:nth-child(3){width:200px; }
.subreport ul.tabs li:nth-child(4){width:275px; }
.subreport ul.tabs li:nth-child(5){width:190px; }


.third_tab {margin-bottom: 20px; position:relative;}
.third_tab ul.tabs{ width:1170px; margin:0 auto; text-align: center; height:48px; }
.third_tab ul.tabs li{ float:left; display:inline-block; margin-left:-1px; height:48px; line-height:48px; font-size:15px; text-align:left; background:rgb(255,255,255); border:1px solid #dedee1; cursor:pointer; box-sizing:border-box; }
.third_tab ul.tabs li:first-child{border-left:1px solid #cdd5be; }
.third_tab ul.tabs li.active{ background:#1a6cbf url(../img/images/gnbarr.png) no-repeat 92% center; color:rgba(255,255,255,1);}
.third_tab ul.tabs li:hover{background: #1a6cbf url(../img/images/gnbarr.png) no-repeat 92% center; cursor:pointer; -webkit-transition: background-color 300ms linear; color:#FFF; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; }
.third_tab ul.tabs li a{ display:block; width:100%; height:100%; }
.third_tab ul.tabs li {width:20%; text-align:center }

.third_tab ul.tabs li:nth-child(1):nth-last-child(2),
.third_tab ul.tabs li:nth-child(1):nth-last-child(2) ~ li{
	position:relative; left:30%;
}

.third_tab ul.tabs li:nth-child(1):nth-last-child(3),
.third_tab ul.tabs li:nth-child(1):nth-last-child(3) ~ li{
	 position:relative; left:20%;
}

.third_tab ul.tabs li:nth-child(1):nth-last-child(4),
.third_tab ul.tabs li:nth-child(1):nth-last-child(4) ~ li{
	 position:relative; left:10%;
}



.subg{height:207px; background:url(../img/skin/subg.png) no-repeat center center; border-bottom: 1px solid #e4e4e4; background-size:cover; color:rgba(255,255,255,0.7); font-size:20px; text-align:center; padding-top:80px; box-sizing:border-box}
.subg p:nth-child(2){font-size:15px; }
.subg .line{display:inline-block; width:30px; height:1px; background:rgba(255,255,255,0.7); }
.subcontent .subnav{height:50px; border-bottom:1px solid #e6e9ec; box-sizing:border-box ;  line-height:50px; }
.subcontent .subnav .subnav-in{ /*width:850px;*/ float:left; height:50px; font-family: 'Nanum Gothic', sans-serif; }
.subcontent .subnav .sns{float:right; line-height:50px}
.subcontent .subnav .sns .snshidden{display:none; }
.subcontent .subnav .sns .snshidden span{padding-left:5px; }
.subcontent .subnav .sns> div{float:left; cursor:pointer}
.subcontent .subnav .sns .printico{margin-left:20px; }
.subcontent .subnav .sns .snsico{margin-left:10px; }
.subcontent .subnav .subnav-in .subhome{float:left;  width:55px;text-align:center;  border-left: 1px solid #e5e5e5; cursor:pointer;text-indent: -20000px;}
.subcontent .subnav .subnav-in .subhome a               {float:left;  width:55px;background:url(../img/images/subhome.png) 18px center  no-repeat;}
.subcontent .wrap{overflow:visible; }
.subcontent select,.dropdown{	margin-bottom: 30px;	display: inline-block; }
.reservtime .dropdown{	margin-bottom: 0px; }
.reservtime .dropdown .selected, .reservtime .dropdown li{padding:0 12px; height:41px; line-height:41px}
.printw{overflow:hidden; float:right;}
.printw a.addthis_button_url{display:inline-block;text-align:center;width:32px; height:32px; vertical-align:top; margin-right:7px; }
.printw a.addthis_button_url:last-child{margin-right:0; }
.printw  ul			{float:left}
.printw ul li{float:left; padding:0 2px 0 0}
/*
.printw a.btn-b2{background:url(../img/skin/check.png) no-repeat 0 0; }
.printw a.btn-b2:hover{background: url(../img/skin/checkon.png) no-repeat 0 0; }
.printw a.btn-b3{background: url(../img/skin/print.png) no-repeat 0 0; }
.printw a.btn-b3:hover{background:url(../img/skin/printon.png) no-repeat 0 0; }
*/
.hiddenover{overflow:hidden; float:left; margin-right:8px; display:none}
.hiddenoverw{overflow:hidden;  float:left;  margin-right:8px; }
.hiddenoverw .btn-b1{display:block}
.hiddenover a.addthis_sns_url{display:inline-block;text-align:center;width:37px; height:36px; vertical-align:top; margin-right:1px; }
.hiddenover a.btn-sns1{background:#fff url(../img/skin/nsns01.png) no-repeat 0 0; }
.hiddenover a.btn-sns2{background:#fff url(../img/skin/nsns02.png) no-repeat 0 0; }
.hiddenover a.btn-sns3{background:#fff url(../img/skin/nsns03.png) no-repeat 0 0; }
.hiddenover a.btn-sns4{background:#fff url(../img/skin/nsns04.png) no-repeat 0 0; }
.hiddenoverw a.btn-b1{ width:32px; height:32px; display:inline-block;text-align:center; vertical-align:top;}
.hiddenoverw a.btn-b1:hover, .hiddenoverw a.btn-b1.on{background:url(../img/skin/urlon.png) no-repeat 0 middle;  width:32px; height:32px; }
.hiddenoverw ul li			{float:left}


.chargebox{width:1170px; margin:0 auto 20px; padding-top: 100px; height:auto; line-height:50px; box-sizing:border-box; font-size:14px; display: block; clear:both; overflow: hidden; }
.infobox{width:1170px; margin:0 auto; margin-bottom: 30px; height:50px; line-height:50px; border:1px solid #e1e1e1;  padding:0 30px; box-sizing:border-box; font-size:14px; display: block; clear:both; }
.infobox > div{float:left; height:30px; box-sizing:border-box; width:33.3%; text-align:left; }
.infobox > div span:nth-child(1){padding-left:30px; }
.infobox .info1 .t1{background:url(../img/skin/info1.png) no-repeat; }
.infobox .info2 .t1{background:url(../img/skin/info2.png) no-repeat; }
.infobox .info3 .t1{background:url(../img/skin/info3.png) no-repeat; }
.infobox .t1{font-weight:600; color:#515151}
.infobox .t2{ color:#6a6a6a; padding-left:5px; }
.infobox input[type="text"] { margin-left:10px; height:30px;}
.btn_box { width:100%; margin:0 auto 20px; height:50px; line-height:50px; padding:0; text-align:right;}
.btn_box .mod_btn {display: inline-block; border: 1px solid #e1e1e1; width: 125px; text-align: center; margin-left: 25px}
.btn_box .submit_btn {display: inline-block; padding: 0 20px; border: 1px solid #e1e1e1; color:#fff; background:#474e61; height: 50px; line-height:50px; text-align: center; margin-right: 8px}
.btn_box .cancel_btn {display: inline-block; padding: 0 20px; font-size: 16px; border: 1px solid #e1e1e1; text-align: center; }

.commentsbox{width:1170px; margin:0 auto 60px;  border:1px solid #e1e1e1; padding:20px 30px; box-sizing:border-box; font-size:14px; }
.commentsbox-title{background:url(../img/skin/info1.png) no-repeat left center; padding-left:30px; line-height:35px; }
.commentsinput input[type=text]{line-height:1;margin:0;border:1px solid #474e61;-webkit-appearance:none !important;background:#fff;color:#4d4d4d;font-size:12px;text-indent:10px !important; box-sizing:border-box; width:930px; height:45px; line-height:45px; }
.commentsinput input[type='button']{  width: 100px; height: 45px; line-height: 45px; color: #fff; background: #474e61;  font-weight: 500; border: 0; font-size:15px; position:relative; top:-1px; float:right}
.commentsinput input[type='button']:hover{transition: background-color 200ms linear; background:#2c3347;}

.buslist{overflow:hidden;margin-bottom:100px; }
.buslistxt{text-align:right; font-size:14px; color:#434343}
.buslist-title{background:#f8f6f5; border-top:2px solid #222222; height:55px; line-height:55px; margin-bottom:35px; }
.buslist-title span{display:inline-block;  text-align:center; font-weight:500; position:relative}
.buslist-title span::before{display: block; position: absolute;  bottom:0; left:0px; width: 1px; height: 20px; content: ''; background:#d8d7d6}
.buslist-title span:nth-child(1)::before{background:none; }
.buslist-title span:nth-child(1){width:305px; }
.buslist-title span:nth-child(2){width:550px; }
.buslist-title span:nth-child(3){width:157px; }
.buslist-title span:nth-child(4){width:140px; }

.buslistboxw{overflow:hidden; border-bottom:1px solid #c6c6c6; padding-bottom:25px; margin-top:20px; }

.buslistboxw .buslistbox-title{width:300px; float:left; padding-left:30px; box-sizing:border-box; color:#1d6da5; font-weight:500; font-size:18px; }
.buslistboxw .buslistbox-title span{width:30px; height:1px; background:#045793; margin-top:15px; display:block}
.buslistboxw .buslistbox{width:851px; float:right;border:1px solid #d7d7d7; box-sizing:border-box; }
.buslistboxw .buslistbox-list{overflow:hidden; padding:0 10px 0 28px}
/*.buslistboxw .buslistbox-list:hover{background:#f6f6f6;box-sizing:border-box}*/
.buslistboxw .buslistbox-list .c0{display:block;padding:15px 0 0;font-size:18px;font-weight:500;color:#0c76c1;}
.buslistboxw .buslistbox-list .c01{padding-top:25px;}
.buslistboxw .c00{padding-top:15px;}
.buslistboxw .buslistbox-list .c1{background:url(../img/skin/dot_b.png) no-repeat left 20px; padding-left:15px; border-bottom:1px solid #d7d7d7; height:45px; line-height:45px; float:left; width:660px; }
.buslistboxw .buslistbox-list .c1 em{display: inline-block; float: right; }
.buslistboxw .buslistbox-list:last-child .c1{border-bottom:none; }
.buslistboxw .buslistbox-list .cmore{width:107px; height:28px; line-height: 25px; box-sizing:border-box; border:1px solid #9195a0; background:url(../img/skin/pdf.png) no-repeat 80px center; padding-left:15px; float:right; color:#767676; font-size:14px; margin-top:10px; cursor:pointer}
.buslistboxw .buslistbox-list .cmore:hover{ color: #336fd4; border: 1px solid #336fd4; background-color: #ffffff; }
.buslistboxw .buslistbox-list a:hover{ color: #336fd4; }



.planbox{width:1010px; margin:0 auto 120px ; font-size:16px; line-height:180%; }
.planbox .h1-title{font-size:30px; position:relative; margin-bottom:60px; }
.planbox .h1-title span{width:25px; height:1px; display:block; background:#505050; margin-bottom:10px; }
.planbox-title{text-align:center; font-size:30px; margin-bottom:35px;  line-height:140%; }
.planbox-img{ background:url(../img/skin/plan_top.png) no-repeat 50px center; height:260px; width:100%; }
.planbox-img ul{overflow:hidden; padding-left:50px; padding-top:270px; }
.planbox-img ul li{float:left; width:150px; text-align:center; line-height:140%; font-weight:500}
.planbox-img2{padding-left:150px; }
.planboxbg{background:url(../img/skin/plan_bg.png) no-repeat; width:100%; height:437px; background-size:cover; text-align:center; color:rgba(255,255,255,1); padding-top:130px; box-sizing:border-box; margin-bottom:60px }
.planboxbg .line{width:60px; height:1px; background:#fff; display:block; margin:20px auto}
.planboxbg .bt1{font-size:24px; font-weight:600; margin-bottom:20px; }
.planboxbg .bt2{font-size:17px; font-weight:400; width:485px; margin:0 auto}

.nuBox .subreport ul.tabs li{float:none; margin-left:-3px; width:205px; padding-left:60px; }
.nu-view{text-align:center; margin-bottom:75px; }
.nu-view .nu-title{font-size:26px; color:#0f529d; font-weight:600; padding-top:50px; padding-bottom:35px; }
.nu-view .nu-title span{color:#143f70; }
.nu-view .nu-stitle{font-size:16px; color:#5a5a5a; line-height:160%; margin-bottom:25px; }

.home-link{margin-top: 32px; margin-bottom: 38px;}

.home-link a{display:block; width:120px; height:35px; line-height:35px; background:url(../img/skin/homeico.png) no-repeat 80px center; border:1px solid #474e61; padding-left:18px; box-sizing:border-box; margin:0 auto; text-align:left; font-weight:500; font-size:15px}
.home-link a:hover{background:#0f529d url(../img/skin/homeico.png) no-repeat 80px center; color:rgba(255,255,255,1.00);  -webkit-transition: background-color 300ms linear;  -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; border:1px solid #0f529d; }


.home-link2 a{display:block; width:150px; height:35px; line-height:35px; background:url(../img/skin/homeico.png) no-repeat 10px 5px; border:1px solid #474e61; padding:0 0 0 35px; box-sizing:border-box; margin:0 auto; text-align:left; font-weight:500; font-size:15px}
.home-link2 a:hover{background:#0f529d url(../img/skin/homeico.png) no-repeat 10px 5px; color:rgba(255,255,255,1.00);  -webkit-transition: background-color 300ms linear;  -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; border:1px solid #0f529d; }




.nubg{background:url(../img/images/nuye_bg.jpg) no-repeat center center; height:460px; background-size:cover; color:rgba(255,255,255,1); text-align:center; font-size:20px; padding-top:170px; box-sizing:border-box; text-shadow: 0 2px 6px #000; }
.nubg_txt {background:url(../img/images/nuye_bg.jpg) no-repeat center center; height:460px; background-size:cover; color:rgba(255,255,255,1); text-align:center; font-size:20px; padding-top:70px; box-sizing:border-box; text-shadow: 0 2px 6px #000; }
.nubg01{background:url(../img/images/nuye_bg02.jpg) no-repeat center center; height:460px; background-size:cover; color:rgba(255,255,255,1); text-align:center; font-size:20px; padding-top:100px; box-sizing:border-box; text-shadow: 0 2px 6px #000; }
.nubg02{background:url(../img/skin/munbg.png) no-repeat center center; height:460px; background-size:cover; color:rgba(255,255,255,1); text-align:center; font-size:20px; padding-top:100px; box-sizing:border-box; text-shadow: 0 2px 6px #000; }
.nubg03{background:url(../img/images/culturebg.jpg) no-repeat center center; height:460px; background-size:cover; color:rgba(255,255,255,1); text-align:center; font-size:20px; padding-top:100px; box-sizing:border-box; text-shadow: 0 2px 6px #000; }

.artbbg{background:url(../img/images/artbbg.jpg) no-repeat center center; height:460px; background-size:cover; color:rgba(255,255,255,1); text-align:center; font-size:20px; padding-top:100px; box-sizing:border-box; text-shadow: 0 2px 6px #000; }
.artb {font-size:20px;}
.sponbg{background:url(../img/images/sponbg.jpg) no-repeat center center; height:460px; background-size:cover; color:rgba(255,255,255,1); text-align:center; font-size:20px; padding-top:100px; box-sizing:border-box; text-shadow: 0 2px 6px #000; }
.sponbg .line{width:25px; height:1px; background:#fff; display:block; margin:20px auto}
.munbg{background:url(../img/skin/munbg.png) no-repeat center center; }
.nubg .line{width:25px; height:1px; background:#fff; display:block; margin:20px auto}
.nubg02 .line{width:25px; height:1px; background:#fff; display:block; margin:20px auto}
.nu-list{overflow:hidden; width:1160px; margin:65px auto 0; }
.nu-boxw{overflow:hidden; }
.nu-boxw .nu-box{border-bottom:1px solid #c9c9c9; float:left; margin-bottom:50px; width:541px; margin-right:65px; padding-left:120px; box-sizing:border-box}
.nu-boxw .nu-box:nth-child(2){margin-right:0; }
.nu-boxw .nu01{ background:url(../img/skin/ico1.png) no-repeat left top; }
.nu-boxw .nu02{ background:url(../img/skin/ico2.png) no-repeat left top; }
.nu-boxw .nu03{ background:url(../img/skin/ico3.png) no-repeat left top; }
.nu-boxw .nu04{ background:url(../img/skin/ico4.png) no-repeat left top; }
.nu-boxw .nu05{ background:url(../img/skin/ico5.png) no-repeat left top; }
.nu-boxw .nu06{background:url(../img/skin/ico6.png) no-repeat left top; }
.nu-boxw .nu07{ background:url(../img/skin/ico7.png) no-repeat left top; }
.nu-boxw .nu08{background:url(../img/skin/ico8.png) no-repeat left top; }
.nu-boxw .nu09{ background:url(../img/skin/ico9.png) no-repeat left top; }
.nu-boxw .nu10{ background:url(../img/skin/ico10.png) no-repeat left top; }
.nu-boxw .nu11{ background:url(../img/skin/artbico4.png) no-repeat left top; }
.nu-boxw .nu12{ background:url(../img/skin/artbico5.png) no-repeat left top; }

.artb-boxw {overflow:hidden; }
.artb-boxw .artb-box{border-bottom:1px solid #c9c9c9; float:left; margin-bottom:50px; width:29%; margin-right:65px; padding-left:120px; box-sizing:border-box}
.artb-boxw .artb-box:nth-child(3){margin-right:0; }
.artb-boxw .artb01{ background:url(../img/skin/artbico1.png) no-repeat left top; }
.artb-boxw .artb02{ background:url(../img/skin/artbico2.png) no-repeat left top; }
.artb-boxw .artb03{ background:url(../img/skin/artbico3.png) no-repeat left top; }

/*2019_B6000_사업안내*/
.nu-boxw_new .nu05{ background:url(../img/skin/ico5.png) no-repeat left top; }
.nu-boxw_new .nu-box{border-bottom:1px solid #c9c9c9; float:left; margin-bottom:50px; width:540px; margin-right:65px; padding-left:120px; box-sizing:border-box}

.nu-boxw .new_nu01{ background:url(../img/skin/2019_icon1.png) no-repeat left top; }
.nu-boxw .new_nu02{ background:url(../img/skin/2019_icon2.png) no-repeat left top; }
.nu-boxw .new_nu03{ background:url(../img/skin/2019_icon3.png) no-repeat left top; }
.nu-boxw .new_nu04{ background:url(../img/skin/2019_icon4.png) no-repeat left top; }
.nu-boxw .new_nu05{ background:url(../img/skin/2019_icon5.png) no-repeat left top; }
.nu-boxw .new_nu06{ background:url(../img/skin/2019_icon6.png) no-repeat left top; }
.nu-boxw .new_nu07{ background:url(../img/skin/2019_icon7.png) no-repeat left top; }
.nu-boxw .new_nu08{ background:url(../img/skin/2019_icon8.png) no-repeat left top; }
.nu-boxw .new_nu09{ background:url(../img/skin/2020_icon1.png) no-repeat left top; }
.nu-boxw .new_nu10{ background:url(../img/skin/2020_icon2.png) no-repeat left top; }
.nu-boxw .new_nu11{ background:url(../img/skin/2020_icon3.png) no-repeat left top; }
.nu-boxw .new_nu12{ background:url(../img/skin/ico1.png) no-repeat left top; }
.nu-boxw .new_nu13{ background:url(../img/skin/ico2.png) no-repeat left top; }
.nu-boxw .new_nu14{ background:url(../img/skin/ico3.png) no-repeat left top; }
.nu-boxw .new_nu15{ background:url(../img/skin/ico4.png) no-repeat left top; }
.nu-boxw .new_nu16{ background:url(../img/skin/ico7.png) no-repeat left top; }


.soge-cimg{float:left; padding-right:100px;}
.soge-cilist{float:right; width:560px;}
.soge-cilist .soge-ciw{position: relative;    border-bottom: 1px solid #e0e0e0;    color: #3a3a3a;    font-size: 18px;    height: 50px;    line-height: 50px;}
.soge-cilist .sin-down a{position:absolute; right:0; top:10px; width:136px; height:33px; line-height:33px; border:1px solid #a2a2a2; background:url(../img/skin/subde_down.png) no-repeat 80% center; display:block; padding-left:25px; box-sizing:border-box;font-size:16px;}
.soge-cilist .sin-down a:hover{background:#0088ce url(../img/skin/subde_down.png) no-repeat 80% center;  -webkit-transition: background-color 300ms linear; -ms-transition: background-color 300ms linear; transition: background-color 300ms linear; color:rgba(255,255,255,1); border:1px solid #0088ce}
.soge-ciDiv{overflow:hidden; padding-top:17px;    margin-bottom: 170px;}
.sub-div{   width: 1100px; margin: 80px auto 0;}


/*2019_B6000_사업안내 끝남*/

.h230{height:230px; }
.h240{height:240px; }
.h275{height:275px; }
.h320{height:320px; }
.h330{height:330px; }

.h340{height:340px; }
.h300{height:300px; }
.h200{height:200px; }
.h170{height:170px; }
.h130{height:130px; }

.h360{height:360px; }

.preparing {
    min-height: 600px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;}
.preparing i {
    font-size: 100px;
    margin-bottom: 80px;
    color: var(--main-color);}
       
.preparing h2 {
    font-size: clamp(2.2rem, 4vw, 2.5rem);
    word-break: keep-all;}



/*예술곳간*/
.sub49 h2 {
    text-align: center;
    font-size: 30px;
    margin: 50px 0;}
    
.busDiv{padding-top:50px;}
.busbox{overflow:hidden; border-bottom:1px solid #d4d4d4; padding-bottom:50px;/*width:55%;*/width:1400px; font-size:16px; line-height:180%; margin:0 auto 50px;}
.busboxt{float:left; width:26%; font-size:26px; line-height: 120%; letter-spacing:-4px; position: relative;top: 1px;}
.bold{font-weight:600;}
.bustxtw{float:left; width:70%;/*width:calc(100% - 365px);*/}
.bustxtw1{float:left; width:calc(100% - 800px);}
.bustw{overflow:hidden;padding-bottom:20px;letter-spacing: -0.5px;}
.bust1{float:left; font-size:30px; font-weight:600; /*width:140px;*/ margin-bottom: 20px }

.bust2{float:left;width:calc(100% - 65px);font-size:18px;color:#404040;line-height: 180%;}
.bust2 .bar_non{position:unset;padding-left: 0;font-size: 19px;font-weight: 700;}
.bust2 p{position:relative;padding-left: 11px;}
.bust2 p:before{content:'-';display:block;position: absolute;left: 0;}
.bust2 li{position:relative;padding-left: 13px;}
.bust2 li:before{content:'';display:block;position: absolute;left: 0;top: 13px;width: 5px;height: 5px;background: rgba(51,51,51,1);border-radius: 55px;}

.bust3{float:left;width:100%;font-size:18px;color:#404040;line-height: 180%;}
.bust3 p{position:relative;padding-left: 11px;}
.bust3 p:before{content:'-';display:block;position: absolute;left: 0;}
.bust3 li{position:relative;padding-left: 13px;}
.bust3 li.ar_mt25 {margin-top:25px;}
.bust3 li:before{content:'';display:block;position: absolute;left: 0;top: 13px;width: 5px;height: 5px;background: rgba(51,51,51,1);border-radius: 55px;}
.bust3 li.dots:before {display:none;}
.bustw .bust3 li.dotss {padding-left: 0;}
.bust3 li.dotss:before {display:none; }
.busimg {padding-bottom:60px;}
.busc{font-size:40px}
.busimg_i{padding-bottom:15px;}

.bust4{float:left; font-size:22px; font-weight:600; width:217px; }
.bust5{float:left;width:calc(100% - 217px);font-size:18px;color:#404040;line-height: 180%;}
.bust5 .bar_non{position:unset;padding-left: 0;font-size: 19px;font-weight: 700;}
.bust5 p{position:relative;padding-left: 11px;}
.bust5 p:before{content:'-';display:block;position: absolute;left: 0;}
.bust5 li{position:relative;padding-left: 13px;}
.bust5 li:before{content:'';display:block;position: absolute;left: 0;top: 13px;width: 5px;height: 5px;background: rgba(51,51,51,1);border-radius: 55px;}


.D5430_btn a {padding: 10px 20px;background: #d73e15;color: #fff;min-width: 83px;display: inline-block;margin-right: 22px; font-size:16px;}
.btnico {position: relative;left: 5px;top: -2px;}

.busimg a img{display:inline-block;width:48.8%;}
.busimg a:first-child img{margin-bottom:3px;width:98%;}

.busimg52 a:first-child img{margin-bottom:3px;width:48.8%;;}
.busimg52 a img{display:inline-block;width:48.8%;margin-bottom:3px;}
.busimg52{padding-bottom:60px;}


.busimg1 a img{display:inline-block;width:34%;float: right;}
.busimg1 a:first-child img{margin-bottom:3px;float: right;width:68%;}
.busimg2 a img{margin-bottom:3px;margin-right:3px;width:54%;}
.busimg2 a:first-child img{float: left;width:40.4%;}
.busimg2 a:nth-child(2) img{float: left;width:54%;margin-bottom:3;}
.busimg3 a img{margin-bottom:50px;margin-right:3px;width:49%;}
.busimg4 a img{margin-bottom:5px;margin-right:3px;width:49%;}


.sub49 .box-text {text-align: center; margin-bottom: 20px;
    font-size: 24px;
    line-height: 48px;
    padding: 50px 30px;}
    
.sub49 .box-text p {font-size: 20px;line-height: 35px;}    
    
.sub49 .box-text h3 {font-weight: 500;margin-bottom: 20px;}


.sub49 .box-text .point {    font-size: 30px;
    font-weight: 500;
    color: #007aff;
    background-color: #eeeeee;}
    
.sub49 .box-text .btn {background-color: transparent;
    border: 1px solid #007aff;
        display: inline-block;
    padding: 15px 55px;
    font-size: 17px;
    color: #007aff;
    border-radius: 32px;
    font-size: 20px;
    margin-top:30px;}    
.bold1 {font-weight:500;}

.sub49 .bustw p {font-size: 20px;
    margin-top:30px;font-weight:500;}

.desc-a2 .bgn{background:none;}
.desc-a2 .btn{background-color: transparent;border:1px solid #007aff;display:inline-block;padding:1% 4%;font-size:110%;color: #007aff;border-radius: 32px;margin-top:2%;}

.nu-box-title{font-size:22px; color:#4a4a4a; padding-bottom:15px; font-weight:600}
.nu-box-stitle{font-size:15px; color:#4a4a4a; line-height:160%; }
.nu-boxw-title{font-size:16px; line-height:180%; color:#4c4c4c; height:100px; }
.nu-boxw-stitle .nu-t{font-weight:500; font-size:16px; color:#4c4c4c; padding-bottom:10px; }
.nu-boxw-stitle .nu-s{font-size:14px; color:#4c4c4c; margin-bottom:7px; }
.nu-box-txt{margin-bottom:30px; letter-spacing:-0.5px; }
.nu-box-txt .nu-t{color:rgba(0,0,0,1); font-size:16px; padding-bottom:10px;  font-weight:500}
.gallery{width:1140px; margin:0 auto; }

.nu-list-map{overflow:hidden; width:830px; margin:100px auto; font-size:16px; line-height:180%; }
.nu-list-map .nu-box{width:380px; padding-left: 110px; }
.map{ border-bottom:1px solid #e6e6e6; padding-bottom:40px; }
.maptype{border-bottom:1px solid #e6e6e6; padding:15px 0; }
.maptype .maptitle{font-size:16px; color:rgba(0,0,0,1); font-weight:500; margin-bottom:10px; }
.maptype .bus li{float:left; padding-left:30px; height:40px; line-height:40px; width:50%; box-sizing:border-box}
.maptype .bus li.bus1{background:url(../img/skin/bus1.png) no-repeat left center; }
.maptype .bus li.bus2{background:url(../img/skin/bus2.png) no-repeat left center; }

.muns-title{width:310px; background:url(../img/skin/title-line.png) repeat-x; margin:0 auto; padding-bottom:35px; font-size:26px; font-weight:600; text-align:center;  }
.muns-title span{ display:inline-block; background:rgba(255,255,255,1); padding:0 20px; }
.muns-stitle{font-size:16px; color:#5a5a5a; text-align:center; margin-bottom:50px; line-height:160%; }
.munbox{margin-top:20px; }
.munbox .h1-title{font-size:24px; margin-bottom:25px; }
.munbox .h1-title em{font-size:14px; }

.munbox2 .h1-title{font-size:24px; margin-bottom:25px; }
.munbox2 .h1-title em{font-size:14px; }

.spon-box {display: flex;align-items: center;margin-bottom: 30px;}
.spon-box > div {flex:auto;text-align: center;}
.sponimg {margin-bottom: 10px;}
.spontxt {font-size: 14px;font-weight: 500;line-height:20px;}
.spon-boxw {margin-bottom:40px;}
.spon-txt p {font-size: 14px;color: #595959;}

.resboxw{border:none;}
.resboxw .resbox {height: 150px;}
.resbox {width: 33.33%;border: 1px solid #ccc;padding: 30px;box-sizing: border-box;height: 160px;float: left;border-bottom: none;border-right: none;}
.restit {font-weight: 700;font-size: 18px;padding-bottom: 10px;}
.reststit {font-size:15px;line-height: 23px;}
.resboxw .resbox:nth-child(3), .resboxw .resbox:nth-child(4), .resboxw .resbox:nth-child(5){border-bottom:1px solid #ccc }
.resboxw .resbox:nth-child(5), .resboxw .resbox:nth-child(3){border-right: 1px solid #ccc;}

.priboxw{border:none;}
.priboxw .pribox {height: 150px;}
.pribox {width: 33.33%;border: 1px solid #ccc;padding: 30px;box-sizing: border-box;height: 160px;float: left;border-bottom: none;border-right: none;}
.pritit {font-weight: 700;font-size: 18px;padding-bottom: 10px;}
.pristit {font-size:15px;line-height: 23px;}
.priboxw .pribox:nth-child(2), .priboxw .pribox:nth-child(3), .priboxw .pribox:nth-child(4){border-bottom:1px solid #ccc }
.priboxw .pribox:nth-child(3), .priboxw .pribox:nth-child(4){border-right: 1px solid #ccc;}
.calltxt {font-size: 13px;line-height: 22px;color: #717171;}
.sponbtn {text-align:center;}
.sponbtnx {display: inline-block;}
.sponbtn a {display: inline-block;width: 155px;height: 50px;line-height: 50px;font-weight: 500;padding: 0 30px;font-size: 17px; background: #6e5aac;color: rgba(255,255,255,1); margin: 0 5px;}

.muntable{margin:0 20px; }
.muntable2{margin-bottom:55px; }
.muntable2 td{ line-height:140%; padding:15px 0}
.muntable2 tr td:last-child{border-right:0}
.muntable th:last-child{border-right:0; }
.muntable .texleft{text-align:left; padding-left:30px; border-right:none}
.table-s{padding:25px 0 70px; font-size:16px; }
.table-s .ts1{background:url(../img/skin/dot_b.png) no-repeat left center; padding-left:15px; font-weight:500; }
.table-s .ts2{padding-left:20px; font-size:14px; }
.mun-caw{overflow:hidden; margin-bottom:140px}
.mun-caw .mun-caimg{float:left; margin-right:60px; }
.mun-caw .mun-catitle{float:left; width:420px; }
.mun-caw .mun-catitle .mun-ca{font-size:16px;background:url(../img/skin/dot_b.png) no-repeat left center; font-weight:600; padding-left:15px; margin-bottom:10px; }
.mun-caw .mun-catitle .mun-ca-list{font-size:14px; line-height:200%; padding-left:10px; }
.mun-caw .area-table{width:650px; float:right}

.cbox .h1-title{padding-top:50px;}
.cbox .h1-title:first-child{padding-top:0;}
.cbox .texleft {text-align: left;    padding-left: 30px; border-right:1px solid #e5e6e7;}
.cbox .basic-table{border-bottom:none;}

.vision-title{font-size:26px; text-align:center; font-weight:500; margin-top:103px; padding-bottom:70px;  }

.sub-div .vision-title{font-size:26px; text-align:center; font-weight:500; margin-top:-25px; padding-bottom:60px;  }


.vision-title_new{font-size:26px; text-align:center; font-weight:500; margin-top:70px;}

.vision-stitle{text-align:center;}

.vision-title span{display:block; width:35px; height:1px; background:#000; margin:10px auto }
.vision-title_new span{display:block; width:35px; height:1px; background:#000; margin:10px auto }

.areabg{background: url(../img/images/culturebg.jpg) no-repeat center center; }
.areatxt{font-size:24px; font-weight:500; margin-bottom:10px; }
.areatxt_2019{font-size:24px; font-weight:500; margin-bottom:10px; margin-top: -15px;}
.areatxt_2019_02{font-size:19px;}
.areatxt_2019_03{font-size:16px;text-align: center;margin: 0 auto; width: 605px;}


.areabox{width:1130px; margin:0 auto; }
.areabox .h1-title{margin-bottom:50px; }
.area-img{padding-left:70px; padding-top:10px; }

.ceoboxw{overflow:hidden; width:1130px; margin:0 auto 60px; color:#4c4c4c; font-size:16px; line-height:180%; }
.ceoboxw .ceobox{width:535px; float:left; }
.ceoboxw .ceobox:nth-child(2){float:right; }
.ceoimg{background:#efefee; text-align:center; margin-bottom:100px; }
.ceoboxw .ceobox-p{ padding-bottom:35px; }
.ceoboxw .ceobox-p .bold{font-size:16px; }



/*인물검색*/
.w780{width:780px !important;}
.bono{border:none !important;}
.bot{border-bottom:1px solid #bbbbbb !important}
.searchbox .search-s .search-s-cover .searchbox-detail-po { border-bottom: 1px solid #dbdbdb;   width: 1010px;   float: left;   height: 48px; margin-bottom:20px}
.list-btn a:hover{background:#2854b8; color:rgba(255,255,255,1); border:1px solid #2854b8}
.list-detail-pname{font-size:22px; text-align:center; font-weight:500;}
.list-detail-ptype{font-size:13px; text-align:center; padding-bottom:10px;}
.list-line{position:absolute; bottom:0; height:2px; width:50px; background:#515151;left: 50%;  margin-left: -25px;}
.list-peobox{height:440px; position:relative; border-bottom: 1px solid #a4a4a4;}
.list-peobox .list-btn a{margin-top:5px; box-sizing:border-box; line-height:25px;}




.lineover{overflow:hidden; clear:both; margin-bottom:20px;}

.searchbox .search-s .search-s-cover .lineover .searchbox-title{border-bottom:1px solid #dbdbdb;}
.searchbox .search-s .search-s-cover .lineover .searchbox-detail{height:45px;border-bottom:1px solid #dbdbdb; }

.skinview .skinviewbtn{ float: right; margin-bottom: 5px; /*width:85px; height:40px; line-height:40px; text-align:center; color:rgba(51,51,51,1); background:#fff;cursor:pointer; border:1px solid #dfdfdf; font-weight:500; font-size:14px*/}
/*
.skinview .skinviewbtn:hover{background: #336fd4;   -webkit-transition: background-color 300ms linear; color:#FFF;    -ms-transition: background-color 300ms linear;    transition: background-color 300ms linear;}
.skinview .skinviewbtn a { display:block; width:100%; height:100%;}
*/
.skinview .skinview-detail{clear:both; border-top:2px solid #000; }
.skinview .skinview-titlew{height:80px; line-height:80px; border-bottom:1px solid #eaeaea; overflow:hidden}
.skinview .skinview-title{float:left; font-size:26px; color:#4f4e4e}
.skinview .eduview-sns{float:right; top:0}
.skinview .skinview-imgw{border-bottom:1px solid #eaeaea; padding:25px; overflow:hidden}
.skinview .skinview-img{float:left; width:560px; margin-top:40px;}
.skinview .skinview-subtxt{font-size:13px; color:#636363; text-align:center; margin-top:7px;}
.skinview .skinview-namew{float:right; width:535px;}
.skinview .skinview-name ul li{ float:left; height:40px; line-height:40px;font-size:14px ; padding-left:12px; box-sizing:border-box }
.skinview .skinview-name ul li.name{border-bottom:1px solid #b3b3b3; color:#3d3d3d; font-weight:500; width:115px; margin-right:10px; display:inline-block}
.skinview .skinview-name ul li.nameD{border-bottom:1px solid #e3e3e3; color:#636363;  width:400px; display:inline-block; overflow: hidden; white-space : nowrap; text-overflow: ellipsis; }
.skinview .skinv-sd{padding:20px 0 25px; line-height:180%; color:#4f4e4e; font-size:14px}
.skinview .skinview-name ul li.name-t{border-top:1px solid #b3b3b3; color:rgba(0,0,0,1); width:115px; margin-right:10px; display:inline-block}
.skinview .skinview-name ul li.nameD-t{border-top:1px solid #e3e3e3;color:rgba(0,0,0,1);  width:400px;display:inline-block}
.skinview .sub-view-infoimg ul {overflow:hidden; margin-bottom:30px;}
.skinview .sub-view-infoimg ul li{float:left; margin-right:5px;}
.skinview .skinview-list-dw{position:relative; border-bottom: 1px solid #eaeaea; padding:0 30px; overflow:hidden}
.skinview .skinview-list-dw:last-child{border-bottom:none; margin-bottom:70px;}
.skinview .skinview-list-t{font-size:22px; padding:30px 0;}
.skinview .skinview-table{width:520px; float:left; margin-bottom:120px; border-bottom:1px solid #67585b;}
.skinview .skinview-table:nth-child(2){float:right;}
.skinview .skinview-table th{background:#fafafa; border-top:3px solid #67585b; height:44px; line-height:44px; font-size:15px; border-left:1px solid #e5e6e7; font-weight:normal; }
.skinview .skinview-table th:first-child{border-left:none;}
.skinview .skinview-table td{height:40px; line-height:40px; border:1px solid #e5e6e7; border-bottom:none; border-right:none; text-align:center}
.skinview .skinview-table tr td:first-child{border-left:none;}
.skinview .skinview-list-s{color:#6b6b6b; line-height:200%; padding-bottom:180px; font-size:14px;} 
.skinview .skinview-list-sb{overflow:hidden; padding-bottom:45px;}
.skinview .skinview-list-sb ul li{float:left; border:1px solid #dddddd; padding:8px 5px; margin-right:5px;  font-size:14px; color:#5e5d5d; margin-bottom:5px}
.skinview .skinview-list-img{margin-bottom:50px;}
.skinview .skinview-list-img ul li{float:left; margin-right:8px;}
.skinview .skinview-list-img ul li:last-child{margin-right:0;}

.peoview .skinview-detail{border-top:none;}

.peoview .skinview-namew{ float:right; border-top:2px solid rgba(0,0,0,1); background:#fdfdfd;}
.peoview .skinview-name{ padding-left:10px; box-sizing:border-box}

.peoview .skinview-imgw{padding:0 0 40px 0; border-bottom:none;}
.peoview .skinview-titlew{font-size:24px; padding-left:40px; color:#4f4e4e; font-weight:600}
.peoview .skinview-name:first-child{background:rgba(255,255,255,1);}
.peoview .skinview-titlew span{padding-left:10px; font-weight:500 }
.peoview .skinview-name ul li{height:50px; line-height:50px;}
.peoview .skinview-name ul li.name{padding-left:30px; font-size:16px;  background: url(../img/skin/peoview-list.png) no-repeat left center;}
.nobg{background:none !important;}
.letters6{letter-spacing:6px;}
.letters25{letter-spacing:25px;}
.boldname{font-size:22px; font-weight:600; color:#373737}
.shar-line{overflow:hidden; height:60px; line-height:60px; border-bottom:1px solid #d1d1d1; border-top:1px solid #d1d1d1;}
.shar-line > div{float:left; letter-spacing:0}
.shar-line .shar-link{padding-left:15px; font-weight:500; font-size:16px; margin-right:30px;}
.shar-line .shar-link-h1{background: url(../img/skin/sh-ico01.png) no-repeat left center; padding-left:30px;  font-size:15px;  margin-right:30px; color:#4f4e4e}
.shar-line .shar-link-h1 a{ font-weight: 300; }
.shar-line .shar-link-h2{background: url(../img/skin/sh-ico02.png) no-repeat left center; padding-left:30px;  font-size:15px;  color:#4f4e4e;  width:300px; overflow:hidden}

.sub-view-file{border-top:1px solid #dedede;  border-bottom:1px solid #dedede; background:#fafafa; padding:15px 20px; overflow:hidden; } 
.sub-view-fico{border:1px solid #cccccc; border-radius:3px; background: url(../img/skin/view-file.png) no-repeat 25px center; height:40px; line-height:40px; width:140px; padding-left:55px; box-sizing:border-box; float:left; margin-right:60px; font-size:14px; cursor:pointer}
.sub-view-filelist{float:left; width:800px; line-height: 40px; overflow:hidden; }
.sub-view-filelist ul {float:left; width:50%; padding-left:20px; box-sizing:border-box}
.sub-view-filelist ul li{ font-size: 14px; }
.sub-view-filelist ul li img{ margin-right: 3px; }

.nameD .te1{ background: url(../img/skin/skin-tel.png) no-repeat left center; display:inline-block; padding-left:30px; margin-right:20px;}
.nameD .te2{ background: url(../img/skin/skin-fax.png) no-repeat  left center; display:inline-block; padding-left:30px;}

/*지도로보기*/
.maparea{padding-top:30px; overflow:hidden; margin-bottom:100px;}
.maplist .mapmenu{float:left; width:255px; height:635px; border: 1px solid #ededed; border-top: none; position:relative; overflow-y:auto; border-top: 1px solid #ededed;  }
.maplist .mapmenu .map-top{height:40px; line-height:40px; background:#112756 url(../img/skin/maparr.png) no-repeat 90% center;; color:rgba(255,255,255,1); font-size: 14px;    font-weight: 400;    padding-left: 15px;  cursor:pointer}
.maplist .mapmenu .map_list_cate{display:none; position:absolute; top:40px; width:100%;  border-top: 1px solid #6882a9;}
.maplist .mapmenu .map_list_cate li a{ cursor: pointer;    line-height: 42px;    border-bottom: 1px solid #6882a9;    font-size: 14px;    font-weight: 400;    padding-left: 15px; background:#112756; color:rgba(255,255,255,1); display:block}
.maplist .mapmenu .map_list_cate li a.caon, .maplist .mapmenu .map_list_cate li a:hover{background:#0d1d40;}
.maplist .mapmenu .maplist{  }
.maplist .mapmenu .maplist li a{ cursor: pointer; line-height: 42px; border-bottom: 1px solid #ededed; font-size: 14px; font-weight: 400; padding-left: 15px; display:block; }
.maplist .mapmenu .maplist li:last-child a{border-bottom: 0; }
.maplist .mapview{float:right; border:1px solid #acadac; width:904px;}


.mapdblist .mapmenu{height:auto !important; padding:10px 0;}
.maplist .mapdb  .map-st{width:34px; height:24px; line-height:24px; box-sizing:border-box; font-size:12px; text-align:center; padding:0 5px; margin-right:10px;}
.maplist .mapdb  .st1{border:1px solid #3ab1ee; color:#3ab1ee;}
.maplist .mapdb  .st2{border:1px solid #1c95d4; color:#1c95d4;}
.maplist .mapdb  .st3{border:1px solid #117ab0; color:#117ab0;}
.maplist .mapdb  .st4{border:1px solid #1fa762; color:#1fa762;}
.maplist .mapdb  .st5{border:1px solid #12d329; color:#12d329;}
.maplist .mapdb  .st6{border:1px solid #87ae0e; color:#87ae0e;}
.maplist .mapdb  .st7{border:1px solid #d4b007; color:#d4b007;}
.maplist .mapdb  .st8{border:1px solid #da7b0a; color:#da7b0a;}
.maplist .mapdb  .st9{border:1px solid #d95514; color:#d95514;}
.maplist .mapdb  .st10{border:1px solid #d95514; color:#d95514;}
.maplist .mapdb  .st11{border:1px solid #ec4409; color:#ec4409;}
.maplist .mapdb  .st12{border:1px solid #a339c1; color:#a339c1;}
.maplist .mapdb  .st13{border:1px solid #6e19c5; color:#6e19c5;}
.maplist .mapdb .map-num{border:1px solid #cccccc; width:43px; height:28px; line-height:28px; text-align:right; padding:0 5px; color:rgba(0,0,0,1); float:right; margin-right:15px; margin-top:5px; box-sizing:border-box}

/*연혁*/
.history .clearfix{clear:both !important; }
.history{letter-spacing:-0.5px; }
.history .float_left{float:left; width:580px; }
.history .float_right{float:left; width:565px; position:relative; border-left: 1px solid #d9d9d9;    padding-left: 55px; box-sizing:border-box; padding-bottom: 70px;} 
.history .clearfix:first-child .float_right{padding-top:80px;}
.history .clearfix:first-child .float_right::before{display:inline-block;content:''; position: absolute; top: 0; left: 0%; margin-left: -7px;width:15px; height:15px; background:#a9afce;border-radius:50%;}
.history .float_right ul li				{padding:7px 0}
.history .floatR{position:relative;}
.history .floatR .float_left{float:right;  border-left: 1px solid #d9d9d9;    padding-left: 65px; box-sizing:border-box; padding-bottom: 50px;  width:590px;}
.history .floatR:nth-child(2) .float_left{height:600px;}
.history .floatR:nth-child(4) .float_left{height:600px;}

.history .floatR  .float_right{float:left; width:540px; border:none } 
.history .float_right .month{position:relative; float:right; padding-left:30px;}
.history .floatR ul li .month{position:relative; float:right; padding-left:30px;}
.history .floatR  span{display:inline-block; text-align:right;}
.history .floatR  dd  {float:right; padding-left:40px;}
.history .floatR .his_h5{text-align:right;}
.history .floatR .his_h5 .circle{position: absolute; content: ''; margin-top:-15px; right: -90px; top: 50%; width: 14px; height: 14px; background: #fff;border:10px solid #404e93; border-radius:50%; left: inherit;}
.history .floatR  .his_h5:before{ left:inherit; right: -60px; background:none}
.history .floatR .his_h5 .circle:before{
    position: absolute;
    content: '';
    left: -55px;
    top: 50%;
    width: 45px;
    height: 1px;
    background: #d9d9d9;}


.history .history_fix{height:64px;}
.history li.now a{ color:#fff; }
.history .inner{position:relative;}
.history .count{position:absolute; z-index: -1;top:0;padding-top:35px;width:100%;font-size:228px;font-weight:bold;color:#f3f3f3;text-align:center;}
.history .his_count.fixed{position:fixed; z-index: -1;top:130px;width:100%;}

.history .wrap_right:before{display:inline-block;content:''; position: absolute; top: 0; left: 50%; margin-left: -9px;width:18px; height:18px; background:#a9afce;border-radius:50%;}

.history .wrap_right{float:right;width:565px;border-left:1px solid #d9d9d9;}
.history .his_h5{position:relative;margin-bottom:25px;font-size:36px;color:#2d2d2d;font-family: 'Poppins', sans-serif;}
.history .his_h5 span{font-size:33px;}
.history .his_h5:before{position: absolute; content: ''; left: -60px; top: 50%; width: 50px; height: 1px; background: #d9d9d9; }


.history .his_h5 .circle{position: absolute; content: ''; margin-top:-15px; left: -75px; top: 50%; width: 14px; height: 14px; background: #fff;border:10px solid #404e93; border-radius:50%;}
.history dl dt {position:relative; margin-top:100px;}
.history dl dt:first-child{margin-top:0;}
.history dl dd {position:relative; padding-left:60px;font-size:16px;line-height:1.8em; margin-bottom:25px;}
.history dl dd .month{position: absolute; left: 0;color:#444444;font-weight:400}
.history .history_img{display:block;  margin-left: 21px; margin-bottom:50px;}
.history .history_img.img_right{display:block;  margin:0 auto; margin-right:0;}

.history .wrap_left{position:absolute;left:-666px;width:1200px;}
.history .wrap_left .summary{width: 538px; padding-right: 61px;}
.history .wrap_left .tit_h4{font-size:30px;}
.history .wrap_left .nowrap{white-space: nowrap;}
.history .slick-slider {width:495px; margin: 10px auto; margin-right: 0; margin-bottom:60px; float:left}
.history .btn_sld{position: absolute;z-index:1;bottom:0;width:48px;height:48px;background:#fff; }

/*ci 오시는길*/
.cibox{width:1100px; margin:0 auto 70px;}
.ci-imgw{text-align:center;}
.ci-imgw .ci_img{margin-bottom:25px;}
.ci-Div{overflow:hidden; border-bottom:1px solid #d4d4d4; padding-bottom:45px; padding-top:70px;}
.ci-Div:first-child{padding-top:20px;}
.ci-Div .h1-title{float:left; width:370px; font-size:22px; position:relative; margin-bottom:10px;}
.ci-Div .h1-title span{width:20px; height:1px; background:#12508a; position:absolute;}
.ci-Div .ci-des{width:720px; float:right; font-size:16px; color:#323232; line-height:180%; }
.ci-Div .ci-des .logolist{overflow:hidden;}
.ci-Div .ci-des .logolist li{margin-right:25px; margin-bottom:15px; float:left}
.ci-Div  .k-logo{ border-bottom:1px solid #d4d4d4; padding:50px 0 30px; overflow:hidden   }
.ci-Div .k-logo:first-child{padding-top:0;}
.ci-Div .k-logo:last-child{border-bottom:none;}
.ci-Div  .k-logo > div{float:left;}
.ci-Div  .k-logo .k-logo-txt{width:240px; font-weight:500; color:#535353}
.ci-Div  .k-logo .k-logo-list p{float:left; padding-right:40px;}
.ci-Div  .k-logo .k-logo-list p:last-child{padding-right:0;}
.ci-Div  .color_cat li{width:230px; height:38px; line-height:38px; padding:0 10px; box-sizing:border-box; float:left; color:#FFF; margin-right:10px; margin-bottom:30px;}
.ci-Div  .color_cat li.color01{background:#93a445}
.ci-Div  .color_cat li.color02{background:#e4801c;}
.ci-Div  .color_cat li.color03{background:#4e8abe;}
.ci-Div  .color_cat li.color04{background:#9b7db9;}
.ci-Div  .color_cat li.color05{background:#5b5836;}
.ci-Div  .ci_down { display: block; margin:0 auto; width:345px; font-size:16px; color: #fff; text-align:center; cursor: pointer; height:45px; line-height:45px; float:left; margin:0 10px 10px 0; background:url(../img/skin/btn_download.png) no-repeat 90% center #2291cb}
.ci-Div  .ci_down img { margin-left: 14px; }
.ci-Div  .ci_down:hover{ background-color: #167eb3; }
.ci-Div  .carbox-title{font-weight:600; font-size:18px; padding-bottom:10px;}
.ci-Div  .carbox-title span{padding-right:20px;}
.ci-Div  .mb20{margin-bottom:20px;}
.map{height:420px;  border:1px solid #d4d4d4; border-top:none}
.ci-Div  .carbox-stitle{color:#323232; }
.ci-Div .carbox{margin-bottom:40px;}


.plistview{ float: none; text-align:right; }
.plistview a{ display: inline-block; margin: 0 20px 20px 0; padding: 0 15px 0 25px; width: 180px; text-align: center; line-height: 35px; color: #3573be; font-size: 15px; border: 1px solid #3573be; background: url(../img/images/plistview.png) left 18px top 10px no-repeat; }
.plistview a:hover{ color: #0c86f8; border: 1px solid #0c86f8; background: url(../img/images/plistview.png) left 17px top 10px no-repeat; }
.subtbgimg{ padding: 0; }
.subtbgimg img{ margin-left: 24px; }
.subtbgtxt{width:310px; height:280px; position:absolute; background:rgba(31,100,183,0.9); right:-20px; bottom:-20px; color:rgba(255,255,255,1); padding:20px 0px 0 40px; box-sizing:border-box}
.subtbgtxt .tx1{font-size:20px; color:#97e7ea; padding-bottom:5px; }
.subtbgtxt .tx2{font-size:26px; padding-bottom:20px; line-height:140%; }
.subtbgtxt .line{width:25px; height:1px; background:rgba(255,255,255,1); margin-bottom:10px }
.subtbgtxt .tx3 p{font-size:12px; color:#cad4e6; padding-bottom:20px; line-height:150%; letter-spacing:-0.5px; }

.busbox{overflow:hidden; border-bottom:1px solid #d4d4d4; padding-bottom:50px;  width:1100px; font-size:16px; line-height:180%; margin:0 auto 50px}
.busbox .h1-title{float:left; width:280px; font-size:20px; color:#3a3a3a; font-weight:600}
.busbox .h1-title span{width:25px; height:1px; display:block; background:#12508a; margin-bottom:5px; }
.busbox .oldtitle{ color: #0f78bb; }
.busbox .oldtitle01{ float: left; display: inline-block; margin-left: 13px; padding: 0 92px 0 27px; height: 50px; line-height: 50px; font-size: 16px; font-weight: 500; color: #f5f5f5; background: #1874de url(../img/images/bg_oldtitle01.png) right 28px center no-repeat; }
.busbox .oldtitle01:hover{  background: #185fb1 url(../img/images/bg_oldtitle01.png) right 28px center no-repeat; transition: background-color 100ms linear; }
.busbox .oldtitle02{ float: left; display: inline-block; margin-left: 13px; padding: 0 92px 0 27px; height: 50px; line-height: 50px; font-size: 16px; font-weight: 500; color: #f5f5f5; background: #1b70d0 url(../img/images/bg_oldtitle01.png) right 28px center no-repeat; }
.busbox .oldtitle02:hover{  background: #185fb1 url(../img/images/bg_oldtitle01.png) right 28px center no-repeat; transition: background-color 100ms linear; }

/*2018년년도 추가*/
.busbox .oldtitle03{ float: left; display: inline-block; margin-left: 13px; padding: 0 92px 0 27px; height: 50px; line-height: 50px; font-size: 16px; font-weight: 500; color: #f5f5f5; background: #1874de url(../img/images/bg_oldtitle01.png) right 28px center no-repeat; }
.busbox .oldtitle03:hover{  background: #185fb1 url(../img/images/bg_oldtitle01.png) right 28px center no-repeat; transition: background-color 100ms linear; }

.article-view{ float: right; width: 820px; }
.article-viewbox{padding-bottom:40px; }
.article-view .article-viewbox:last-child{padding-bottom:0; }

.desc-a1{ color:#323232; background:url(../img/skin/dot_h2.png) no-repeat left 5px; color:#1d1d1d; font-size:18px; padding-left:25px; font-weight:500; padding-bottom:15px; }
.desc-a2{ padding-left: 5px; color:#323232; word-wrap: break-word; word-break: keep-all; }
.desc-a2 > ul > li{background:url(../img/skin/dot_g.png) no-repeat 3px 12px; padding-left:15px; margin-bottom:10px; overflow:hidden}
.desc-a2 > ol > li{background:url(../img/skin/dot_g.png) no-repeat 3px 12px; padding-left:15px; margin-bottom:10px; overflow:hidden}
.desc-a2 > ul > li p{float:left; padding-left:5px; font-size:13px; }
.desc-a2 p{font-weight:500;font-size:17px;}
.desc-a2 .desc-a2p{float:none;display:block;font-weight:500;font-size:15px !important;}
.desc-a3{ color:#525252; font-size:14px; padding-top:0px; letter-spacing:0}
.desc-a2 .desc-a3>li>ul{ margin-left: 15px; margin-bottom: 10px;}
.desc-a3 dd{ margin-left: 10px; }


.indent02-1{ padding-left: 52px !important; text-indent: -37px; }
.indent02-s{ padding-left: 50px; text-indent: -50px; }
.indent04-1{ padding-left: 80px !important; text-indent: -65px; }
.indent04{ padding-left: 70px; text-indent: -70px; }
.indent06{ padding-left: 100px; text-indent: -100px; }
.paddl04{ padding-left: 55px; }

.basic-table{border-top:2px solid #67585b; border-bottom:2px solid #67585b; }
.basic-table th{background:#f7f7f7; border-right:1px solid #e5e6e7; border-bottom:1px solid #e5e6e7; text-align: center; font-size:14px; font-weight:500;  height:50px; line-height:50px; }
.basic-table td{ padding: 8px 0; border-right:1px solid #e5e6e7; border-bottom:1px solid #e5e6e7; text-align:center; line-height: 1.8; font-size:14px; font-weight:400; color:#595959}
.basic-table tr td:last-child{border-right:none; }
.basic-table th:last-child{border-right:none; }
.basic-table td.tdbr{ border-right: 1px solid #e5e6e7 !important; }
.basic-table td span, .basic-table th span{padding:0 10px; }
.basic-table .tdleft{ text-align: left; line-height: 1.3; }
.basic-table .texleft{ text-align: left; line-height: 1.3; }
.basic-table tr td.datetime:last-child {border-right: 1px solid #e5e6e7;}

/*추가된 내용B53A0*/
.neww-pdr{border-top:3px solid #67585b; border-bottom:1px solid #67585b; }
.neww-pdr th{background:#f7f7f7; border-right:1px solid #e5e6e7; border-bottom:1px solid #e5e6e7; text-align: center; font-size:14px; font-weight:500;  height:50px; line-height:50px; }
.neww-pdr td{ padding: 6px 10px; border-right:1px solid #e5e6e7; border-bottom:1px solid #e5e6e7; text-align:center; line-height: 1.8; font-size:14px; font-weight:400; color:#595959}
.neww-pdr tr td:last-child{border-right:none; }
.neww-pdr th:last-child{border-right:none; }
.neww-pdr td.tdbr{ border-right: 1px solid #e5e6e7 !important; }
.neww-pdr td span, .basic-table th span{padding:0 10px; }
.neww-pdr .tdleft{ text-align: left; line-height: 1.3; }
.neww-pdr .texleft{ text-align: left; line-height: 1.3; }
.neww-pdr { border-top: 3px solid #67585b; border-bottom: 1px solid #67585b; }

.article-viewbox .neww-pdr .col-pdr{text-align:left;}

/*추가된 내용B53B0*/
.article-view .article-viewbox .basic-table .pdr {text-align:left;}


.article-imgw{overflow:hidden; margin-left:12px; }
.article-img{border-bottom:1px solid #dddddd; width:355px; margin-right:30px; margin-bottom:50px; float:left; position:relative; }
.letter-img{border-bottom:1px solid #dddddd; width:149px; margin-right:11px; margin-bottom:50px; float:left; position:relative; }
.article-img:nth-child(2n){margin-right:0; }
.article-img .article-t2{text-align:center; color:#363636; height:48px; line-height:48px; }
.article-img .articleline{position:absolute; width:64px; height:1px; background:#767676; bottom:-1px; left:50%; margin-left:-32px; }

.B1600box dd{ float: left; display: table; width: 13%; height: 100px; line-height: 1.6; text-align: center; font-size: 13px; font-weight: 300; background: #e5eef8; border: 1px solid #dce6f1; }
.B1600box dt{ float: left; display: table; width: 4%; height: 100px; text-align: center; font-size: 10px; font-weight: 300; }
.B1600box span{ display: table-cell; vertical-align: middle; text-align: center; }
.B1600box dd span{ padding: 0 15px; }
.B1600box dt span{ color: #2573c3; }


/*B600*/
.nu-view .n-u-title-img{margin-bottom:-45px; display:block;}

.nu-view .n-u-title-img img{margin-top:50px;}



.area_key {text-align:center;overflow:hidden}
.area_key .tit{margin-bottom:13px; font-size:24px; display:inline-block; font-weight:500}
.area_key .info_pic {padding:65px 40px 75px;background:#f5f5f5;}
.area_key ul {display:inline-block}
.area_key ul li {float:left;min-width:150px;padding-top:100px}

.eng .area_key ul li {width:200px}
.area_key ul li.ico01 {background:url(../img/images/2019_B600_brand_01.png)50% 0 no-repeat}
.area_key ul li.ico02 {background:url(../img/images/2019_B600_brand_02.png)50% 0 no-repeat}
.area_key ul li.ico03 {background:url(../img/images/2019_B600_brand_03.png)50% 0 no-repeat}
.area_key ul li.ico04 {background:url(../img/images/2019_B600_brand_04.png)50% 0 no-repeat}
.area_key ul li:last-child{margin-right:0px}
.area_key ul .pic_box strong {font-size:20px}
.area_key ul .pic_box strong > .f_point {color:#2f7cf7}
.area_key ul .pic_box .pBox_t {font-size:17px}
.area_key ul .pic_box .pBox_st {font-size:17px;color:#666 ;line-height:26px;padding-top:15px; width:250px;}




/* 버튼 */
.listbtnbox{ float: left; width: 100%; text-align: right; margin: 20px 0; }
.listbtnbox a.listbtn{ display: inline-block; width: 90px; height: 38px; line-height: 38px; text-align: center; font-size: 14px; letter-spacing: 0; color: #333; border: 1px solid #dfdfdf; border-bottom: 1px solid #c4c4c4; background: #fff; }
.listbtnbox a.listbtn:hover{ color: #333; font-weight: 400; background: linear-gradient(#ffffff, #f5f5f5); }


.buslistTop{overflow:hidden; width: 1160px; margin: 30px auto 0; font-size:16px; line-height:180%; }
.buslistTop:last-child{margin-bottom:100px;}
.buslist{overflow:hidden; width:1160px; margin: 30px auto 0; font-size:16px; line-height:180%; }
.buslist:last-child{margin-bottom:100px; }
.bus2018title{border-bottom:1px solid #535353; position:relative; height:58px; padding-left:15px; }
.bus2018title .bust1{font-size:32px; color:#010101; float:left; font-weight:600; padding-right:20px; }
.bus2018title .bust2{font-size:13px; color:#474747; float:left; line-height:130%; letter-spacing:0}
.bustoggle{position:absolute; width:130px; height:40px; line-height:40px; background: #336fd4 url(../img/skin/togglemin.png) no-repeat 90px center; color:rgba(255,255,255,1); font-size:16px; right:0; padding-left:20px; cursor:pointer; box-sizing: border-box; }
.bustoggleon{  background: url(../img/skin/toggleplus.png) no-repeat 90px center #336fd4}
.bustoggle span{width:130px; height:2px;  background:#336fd4; position:absolute; bottom:-19px; right:0; z-index:3}
.buslistboxw2018{ border-bottom:1px solid #c6c6c6; margin-top:20px; overflow:hidden}
.buslistbox-title2018{width:340px; float:left; padding-left:15px; box-sizing:border-box; color:#1d6da5; font-weight:500; font-size:20px; }
.buslistbox-title2018 span{width:30px; height:1px; background:#045793; margin-top:15px; display:block}
.buslistboxw2018 .cmore{ display:none; position:absolute; right: 2px; bottom: 2.5px; width:107px; height:28px; line-height: 25px; box-sizing:border-box; border:1px solid #9195a0; background: url(../img/skin/pdf.png) no-repeat 80px center; padding-left:15px; float:right; color:#767676; font-size:14px; margin-top:10px; cursor:pointer}
.buslistboxw2018 .cmore:hover{ border: 1px solid #336fd4; background-color: #ffffff; }

.bus2108{border:1px solid #c6c6c6; position:relative;  padding:20px; box-sizing:border-box; float:left; width:820px; margin-bottom:25px; height:135px; box-sizing:border-box}
.bus2108:hover{ border: 1px solid #336fd4; /*background:#f5f5f5;box-sizing:border-box*/}
.bus2108 a div:hover{ color: #336fd4; }
.bus2108-t{color:#000000; font-size:18px; padding-bottom:10px; font-weight:500; padding-left:5px; }
.bus2108-s{color:#6d6d6d; font-size:13px; line-height:140%; padding-bottom:40px; letter-spacing:-0.5px}
.bus2108-s p{background:url(../img/skin/line.png) no-repeat left 7px; padding-left:10px; padding-bottom:7px; }
.c50{width:400px; float:left}
.mr20{ margin-right:20px; }

.buslistbox2108-w{overflow:hidden; }
.h175{height:175px !important; }

.navbar-fixed-top .util-search{float:right; margin-top: 12px;}
.navbar-fixed-top .mserchico{display:block; width:30px; height:30px; line-height:30px; background:#FFF; border-radius:100%; vertical-align: middle; text-align:center}
.navbar-fixed-top .mserchico:hover{background:rgba(0,0,0,1)}
.navbar-fixed-top .mserchico img{width:60%; position:relative; top:-2px;}

.navbar-fixed-top .printw{overflow:hidden; float:right;}

.navbar-fixed-top .printw a.addthis_button_url{display:inline-block;text-align:center;width:32px; height:32px; vertical-align:top; margin-right:7px; }
.navbar-fixed-top .printw a.addthis_button_url:last-child{margin-right:0; }

.D7100{ float: left; margin-top: 10px; padding: 20px 0; width: 100%; text-align: center; font-size: 25px; border: 1px solid #dbdbdb; }
.D7100 strong{ font-weight: 700; }
.D7100 .subtext {display:inline-block; font-size:15px;}
.D7200{ float: left; padding-top: 40px; width: 100%; }
.D7200 h4{ float: left; width: 100%; font-size: 28px; }
.D7200 div{ float: left; margin-top: 10px; padding: 30px 0 20px 0; width: 100%; text-align: center; background: #f5f5f5; border: 1px solid #dbdbdb; }
.D7200 div ul{ float: left; width: 100%; }
.D7200 div li{ float: left; display: inline-block; width: 19%; min-height: 336px; font-size: 15px; }
.D7200 div li:nth-child(1){ background: url(../img/D7200_01.png) top 90px center no-repeat; }
.D7200 div li:nth-child(3){ background: url(../img/D7200_02.png) top 90px center no-repeat; }
.D7200 div li:nth-child(5){ background: url(../img/D7200_03.png) top 90px center no-repeat; }
.D7200 div li:nth-child(7){ background: url(../img/D7200_04.png) top 90px center no-repeat; }
.D7200 div li:nth-child(2){ width: 8%; background: url(../img/D7200_ar.png) center center no-repeat; }
.D7200 div li:nth-child(4){ width: 8%; background: url(../img/D7200_ar.png) center center no-repeat; }
.D7200 div li:nth-child(6){ width: 8%; background: url(../img/D7200_ar.png) center center no-repeat; }
.D7200 div li strong{ display: block; margin-bottom: 150px; }
.D7200 div li strong p{ margin-bottom: -5px; color: #282828; font-size: 29px; font-weight: 900; }
.D7200 div li strong span{ margin-top: -35px; display: inline-block; width: 30px; height: 1px; background: #5b5b5b; }
.D7200 div li p{ margin-bottom: 5px; color: #2156c2; font-size: 23px; font-weight: 700; }
.D7200 div li p:nth-child(3){ margin-top: 5px; line-height: 32px; color: #282828; font-size: 15px; font-weight: 500; }
.D7200 div li p a{ display: inline-block; padding-right: 40px; background: url(../img/D7200_down.png) top right 5px no-repeat; }
.D7200 div li p a:hover{ background: url(../img/D7200_downe.png) top right 5px no-repeat; }


/*E3000 비전과 목표 21.01.21일 수정*/
.goal {overflow:hidden;}
.goal li {float:left; width:33%; background:url(../img/2021/goal_img1.png) no-repeat center top; height: 315px; text-align: center; font-size: 21px;color: #fff;}
.goal li.goal_box {background:url(../img/2021/goal_img2.png) no-repeat center top;}
.goal li div {margin-top:140px;}
.goal li strong{display: block; font-size: 24px; text-align: center; font-weight: 600; padding: 0 0 0 0;}
.promotion { width: 1010px; margin: 0 auto 120px;}
.promotion .h1-title {font-size: 30px; position: relative; margin-bottom: 60px;}
.promotion .h1-title span { width: 25px; height: 1px; display: block; background: #505050;  margin-bottom: 10px;}
.promotion_box {text-align:center;}



@media only all and (max-width:1024px){
	.subg{display:none;}
	.third_tab{display:none;}
	.third_tab ul.tabs li:nth-child(1):nth-last-child(3),
	.third_tab ul.tabs li:nth-child(1):nth-last-child(3) ~ li{ position:relative; left:0%; float:none}
	.third_tab ul.tabs li.active, .third_tab ul.tabs li:hover{background-size:12px; padding: 0 5% 0 3%;}
	.hiddenoverw{display:none; }
	.mun-title{font-size:20px; margin-top:20px}

	.btn_box .mod_btn { margin-left:0;}
	.buslistTop{width:96%; margin:0 2%; }
	.h175{height:auto !important;}
	.bus2018title{overflow:hidden; height:auto;}
	
	.buslistboxw .buslistbox-list{border-bottom:1px solid #c6c6c6; padding-bottom:20px; padding-left:10px; }
	.buslistboxw .buslistbox-list:last-child{border-bottom:none; }
	.buslistxt{ display:none; text-align:left; padding:0 10px; line-height:160%; }
	.buslist-title{ display: none; }
	.buslist-title span:nth-child(1){width:23%; }
	.buslist-title span:nth-child(2){width:23%; }
	.buslist-title span:nth-child(3){width:23%; }
	.buslist-title span:nth-child(4){width:23%; }
	.buslistboxw .buslistbox-list .c1{width:100%; height:30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-bottom:none}
	.buslistboxw .buslistbox{width:94%; padding:10px 20px ; margin:0 3%; box-sizing:border-box}
	.buslistboxw .buslistbox-title{width:100%; }
	.buslistboxw .buslistbox-list .cmore{width:100%; background-position:90% center }
	.buslistboxw .buslistbox-title{margin-bottom:15px; }

	.buslist{width:94%; margin: 0 3%; }
	.buslistbox-title2018{width:100%;  font-size:20px; }
	.buslistbox-title2018 p{display:inline; }
	.c50{width:100%; }
	.h175{height:auto; }
	.bus2108{height:auto; width:100%; }
	.bus2108-s{padding:0 0 20px 0; }
	.buslistbox2108-w{clear:both; }
	.bus2018title .bust2{padding-top:30px; padding-bottom:20px; }
	.buslistboxw2018{clear:both; margin-bottom:30px}
	.bus2018title .bust1{font-size:24px; padding-top:10px; }
	.buslist:last-child{margin-bottom:50px; }

	.planBoxw{min-height:650px; }
	.planbox{width:94%; margin: 0 3%; }
	.planbox-title{font-size:24px; letter-spacing:-1px; margin-bottom:0}
	.planbox .h1-title{font-size:20px; margin-bottom: 15px; background: url(../img/images/drag.png) no-repeat right 60px; }
	.planbox-img2{padding:0 0 50px 0; }
	.planbox-img2 img{width:100%; }
	.planbox-img{background-size:contain; background-position:left 50px; height:auto; padding-bottom:50px; }
	.planbox-img ul{ padding-left:0; margin-left:10px; }
	.planbox-img ul li{width:43%; margin-bottom:5px; background:url(../img/skin/dot_b.png) no-repeat left 5px; text-align:left; padding-left:10px; float:left; font-size:13.5px }
	.planbox-img ul li p{display:inline; }
	.planboxbg{padding:20px; height:300px; }
	.planboxbg .bt2{width:100%; font-size:15px; }

	.nuBox .tabox1{width:80%; margin:0 10%; }
	.nuBox .subreport ul.tabs li{width:50%; }
	.nu-view{padding:20px; margin-bottom:20px}
	.nu-view .nu-title{padding:10px 0 20px; }
	.nu-view .nu-stitle{text-align:left; font-size:14px; }
	.nu-view .nu-stitle p{display:inline; }
	.nubg{padding-top:50px; height:230px; }
	.nu-boxw .nu-box{width:100%; box-sizing:border-box; margin-bottom:0;     padding: 10px 0 10px 70px;    background-position: left 20px;    margin-right: 0;    height: auto;    background-size: 50px;}
	/*.nu-boxw .nu-box:last-child{border-bottom:none}*/
	.nu-box-title{font-size:16px; padding-top:10px; padding-bottom:10px;}
	.nu-box-txt{margin-bottom:10px}
	.nu-box-stitle .nu-box-txt:last-child{margin-bottom:0; }
	.gallery{width:100%; }
	.map img{width:100%; }
	.nu-list-map{width:100%; }
	.nu-list{width:92%; margin: 0 4%; }
	
	.artb-boxw .artb-box{width:100%; box-sizing:border-box; margin-bottom:0;     padding: 10px 0 10px 70px;    background-position: left 20px;    margin-right: 0;    height: auto;    background-size: 50px;}
	
	.spon-boxw {width: 100%;}
	.spon-box {display: block;overflow: hidden;margin-bottom: 20px;}
	.spon-box > div {float: left;margin-bottom: 15px;}
	.sponimg {text-align: center;}
	.sponarrow {padding: 0 10px;position: relative; top: 50px;}
	.spon-box .sponarrow:nth-child(6) {display:none;}
	
	.munbox2 {padding-top: 30px;}
	.resboxw .resbox  {width: 100%; height: auto !important; border: none;border-bottom: 1px solid #ccc;border-right: none !important;}
	.resboxw .resbox .restit {position: absolute;}
	.resboxw .resbox .reststit {padding-left: 20px;}
	.resbox {padding: 15px 20px;}
	
	.priboxw .pribox  {width: 100%; height: auto !important; border: none;border-bottom: 1px solid #ccc;border-right: none !important;}
	.priboxw .pribox .pritit {position: absolute;}
	.priboxw .pribox .pristit {padding-left: 20px;}
	.pribox {padding: 15px 20px;}
	.sponbtn {margin-top: 30px;}
	.sponbtn a {width: 120px; font-size: 14px;}
	
	.h230{height:auto}
	.h275{height:auto; }
	.h300{height:auto; }
	.h200{height:auto; }
	.h170{height:auto; }
	.h130{height:auto; }
	
	.muntable{margin:0; overflow-x: scroll;}
	.muntable table { width: 700px;}
	.vision-title{padding-bottom:20px; }
	.table-s{padding-bottom:30px; }
	.munbox{margin-bottom:20px; padding-top: 20px; }
	.mun-caw .mun-caimg img{width:100%; }
	.mun-caw .mun-catitle{padding-top:20px; width:100%; }
	.mun-caw{margin-bottom:10px; }
	.muns-title{font-size:20px; margin-top:20px; padding-bottom:20px; }
	.muns-stitle{text-align:left; font-size:14px; margin-bottom:10px; }
	.vision-stitle img{width:100%; }
	.nubg{font-size:16px; height:270px; padding: 20px 10px; }
	.ceoboxw .ceobox{width:100%; }
	.ceoboxw{width:92%; margin: 0 4%; font-size:14px;}
	.ceoboxw .ceobox-p .bold{font-size:14px; font-weight:600;}
	.ceoimg img{width:100%; }
	.ceoboxw .ceobox-p p{display:inline; }
	.ceoimg{margin-bottom:50px; }

/*	.subreport .muninfotab ul.tabs{width:96%; margin:0 2%; }
	.subreport .muninfotab ul.tabs li{width:33.4%; text-align:left; padding-left:10px; }
	.list-contents .list-total .list-total-btn .p-btn{width:48%; margin-right:1%; }
	.list-contents .list-total .list-total-btn .p-btn:last-child{margin-right:0; width:50%; }
	.list-contents .list-total .list-total-btn{width:96%; margin:0 2%; }
	.list-junbox{width:49%; margin-right:1%; height:490px; }
	.list-junbox:nth-child(2n){margin-right:0; }
	.list-junbox-d1 img{width:100%; height:100%; }
	.list-junbox:nth-child(5n){margin-right:1%; }*/

	.daysearch{width:100%; border-left:none}
	.searchbox{ width:96%; margin:2%; }
	.searchbox .search-s{display:none; }
	.searchbox .search-B{padding:0; border:none}
	.searchbox .select_box{width:48%; float:left}
	.searchbox .select_box_t{width:49%; float:left; margin-right:0}
	.daysearch .day1, .daysearch .day2{width:30%; }
	.w1170{width:100%; }
	.list-contents .listboxw{margin:0 3%; }
	.list-junbox-d1{height:240px; }
	.book-cover-sns{top:180px; }
	.book-cover{overflow:hidden; display:block}
	.list-contents .list-total .list-view-w{width:96%; float:left; margin:10px 2%; }
	.searchbox .sebtn{width:98%; margin-right:0; margin-top:10px; }
	.daysearch-title{width:100%; }
	.searchbox .searchbox-title{width:100%; }
	.daysearch input{width:70%; }
	.listbox-page ul{margin:20px 0 50px; }
	.listbox-page ul li{width:30px; }
	.org img{width:100%;text-align: center;
        position: relative;
        left: 5px;}


	/*스킨*/
	.list-contents{ width: 100% !important; }
	.edu-cation{padding-top:10px; text-align:left; }
	#edulist .listbox-title{width:100%; padding:10px 0}
	#edulist .listbox-name ul{width:100%; }
	#edulist .listbox-name{height:inherit; }
	#edulist .edulist-detail{padding:10px; }

	.eduview-contents{width:100%; margin-top:10px; }
	.eduview-leftnav{width:100%; margin-left:0}
	.eduview-Bimg img{width:100%; }
	.eudview-simg ul li img{ height:100%; }
	.eudview-simg ul li{width:48%; height:100px; float:left; margin-bottom:10px; padding-top:0}

	.eudview-simg ul li:nth-child(3n){padding-right:5px}
	#edulist .viewbox-name ul li:first-child{width:20%; }
	#edulist .viewbox-name ul li:last-child{width:76%; }
	#edulist .eduviewbtn{margin-bottom:50px; }
	#edulist .listbox-name ul li span{font-size:14px; }
	#edulist .listbox-name ul li:first-child{text-align:left}
	.letters10{letter-spacing:0; }

	.eduview-contentsw{padding-top:10px; width:96%; margin:0 2%; }
	#edulist .eduview-detail-s img{width:100%; }
	.pc_cal{display:none; }
	.calendar_wrap .i-conw{width:96%; margin:0 2%; }


	/*.m_cal{display:block; }
	.calendar_wrap .m_cal dl{display: table; width: 100%; padding: 25px 0; border-bottom: 1px dashed #d2cdcc; }
	.calendar_wrap .m_cal dl dt{width: 100px; text-align: center; float:left;width:20%; }
	.calendar_wrap .m_cal dl dt .year{}*/

	.infobox{width:94%; line-height:inherit; display:block; height:auto; overflow:hidden; margin:0 3% 20px;     padding-bottom: 20px; }
	.infobox .info2{padding-left:0px; }
	.infobox > div{ width:100%}
	.commentsbox{width:94%; margin:0 3% 50px; padding:10px; overflow:hidden}
	.commentsinput input[type=text]{width:100%; }
	.commentsinput input[type='button']{width:100%; margin-top:10px; }

	.subreport ul.tabs li:nth-child(1):nth-last-child(2),
	.subreport ul.tabs li:nth-child(1):nth-last-child(2) ~ li{ width: 49.5%; }

	.subreport ul.tabs li:nth-child(1):nth-last-child(3),
	.subreport ul.tabs li:nth-child(1):nth-last-child(3) ~ li{ width: 32.833%; }

	.subreport ul.tabs li:nth-child(1):nth-last-child(4),
	.subreport ul.tabs li:nth-child(1):nth-last-child(4) ~ li{ width: 24.5%; }

	.subreport ul.tabs li:nth-child(1):nth-last-child(5),
	.subreport ul.tabs li:nth-child(1):nth-last-child(5) ~ li{ width: 19.5%; }
	

	/*2018-10-9 인물리스트*/
	.w780{width:49% !important;}
	.list-peobox{height:380px;}
	.letters25{letter-spacing:0;}

	.skinview{padding:10px;}
	.skinview .skinview-img{width:100%; margin-top:20px; margin-bottom:10px;}
	.skinview .skinview-img img{width:100% !important; height:auto !important}
	.skinview .skinview-namew{width:100%; }
	.skinview .skinview-imgw{padding:0px; border-bottom:0}
	.skinview .skinview-name ul li.name{text-align:left; position:absolute; width:90px; padding:0 0 0 25px; font-size:14px; border-bottom:none; padding-top:10px; background: url(../img/skin/peoview-list.png) no-repeat left 10px;}
	.skinview .skinview-name ul li.nameD{padding-left:100px; width:100%; height:41px;}
	.nameD .te1{background-size:20px; margin-bottom:5px;}
	.nameD .te2{background-size:20px;}

	.skinview .skinview-list-dw{padding:0;}
	.skinview .skinview-table{width:100%; margin-bottom:30px;}
	.skinview .skinview-list-s{padding-bottom:50px;}
	.skinview .skinview-list-s iframe{width:100%; height:272px; min-height:272px;}
	.skinview .skinview-list-s{margin:0px !important; width:100% !important;}
	
	.peoview .skinview-name{float:left; width:100%;}
	
	.skinview .skinview-list-img ul li{width:100%; margin-right:0; margin-bottom:10px;}
	.skinview .skinview-list-img ul li img{width:100%; height:auto}
	.sub-view-infoimg ul li{width:100%; margin-top:10px;}
	.sub-view-infoimg ul li img{width:100%;}
	.shar-line > div{float:none; padding:10px 0; margin:0 0 0 10px; !important }
	.shar-line{height:auto; line-height:inherit; border-top:none}
	.skinview .eduview-sns{float:left;}
	.sub-view-filelist{float:none; width:100%; }
	.sub-view-filelist ul{width:100%;}
	.sub-view-filelist ul li{padding-bottom:10px;}
	.sub-view-fico{margin-bottom:20px;}

	.maplist .mapmenu{width:96%; height:auto; margin:0 2% 20px;}
	.maplist .mapview{width:96%; height:auto; margin:0 2%; }
	.peoview .skinview-name ul li{height:auto; line-height:inherit; padding:10px 0}

	.history{width:92%; margin:0 4% 50px; overflow:hidden}
	.history .float_left{ float:none; width:100%; padding:0;border:none} 
	.history .float_right{ float:none; width:100%; padding:0; border:none; clear:both} 
	.history .slick-slider{width:100%; margin-bottom:0}
	.history .clearfix:first-child .float_right{padding-top:0;}
	.cibox{width:92%; margin:0 4%; }
	.ci-Div .h1-title{float:none; width:100%; font-size:18px;}
	.ci-Div .h1-title p{display:inline;}
	.ci-Div .ci-des{width:100%; float:none;}
	.ci-Div .ci-des .logolist li img{width:100%;}
	.ci-Div .k-logo .k-logo-txt{width:100%; margin-bottom:20px;}
	.ci-Div .k-logo .k-logo-list img{width:100%;}
	.ci-Div{padding:30px 0;}
	.ci-Div .ci_down{width:100%;}
	.ci-imgw .ci_img img{width:250px;}
	.ci-imgw .ci_img:nth-child(2) img{width:auto;}
	.ci-Div .color_cat li{width:46%; margin-bottom:15px; font-size:14px}
	.ci-Div .k-logo{padding:20px 0;}
	.ci-Div .k-logo .k-logo-list p{padding-right:0; padding-bottom:15px;}
	.ci-Div .carbox-title{font-size:16px;}
	.ci-Div .carbox-title span{display:block; padding-right:0}
	.history .floatR .float_left{width:100%; float:left; height:auto; padding:0; border:none}
	.history .floatR .float_right{width:100%; float:left;}
	.history .floatR:nth-child(2) .float_left{height:auto;}
	.history .floatR:nth-child(4) .float_left{height:auto;}
	.history dl.floatR .his_h5{float:none; text-align:left; padding-left:40px;}
	.history dl.floatR dd{float:none; padding:0; margin-bottom:10px; padding-left:50px;}
	.history dl dd{margin-bottom:10px; padding-left:50px;}
	.history dl.floatR .month{float:left; padding-left:0; padding-right:20px; position:absolute}
	.history dl.floatR .his_h5 .circle{left:0;}
	.history .clearfix:first-child .float_right::before{display:none;}
	.history dl.floatR .his_h5:before{display:none;}
	.history dl.floatR span{text-align:left;}
	.history .his_h5 .circle{left:0; border: 5px solid #404e93;     top: 60%; width:10px; height:10px;}
	.history .his_h5{padding-left:40px; font-size:28px;}
	.history .his_h5 span{ font-size:28px;}
	.plistview{ float: none; margin: 0 7px;}
	.plistview a{ display: block; margin: 0 0 10px 0; padding: 0 0 0 0; width: 100%; }
	.pmview{ display: none; }

	.nu-box-stitle{font-size:13px;}

	.chargebox{width:100%; padding-top:0px;}
	.subreporttitle{padding:30px 0 20px; font-size:20px;}
	.article-view{width:100%; }
	.article-img{width:100%; }
	.article-img img{width:100%; }
	.subtbg{width:100%; margin-bottom:50px; }
	.subtbg img{width:100%; margin:0}
	.subtbgtxt{width:100%; position:relative; height:auto; right:0; bottom:0 }
	.busbox{width:96%; margin-left:2%; margin-right:2%; }
	.busbox .h1-title{width:100%; padding-left:10px; box-sizing:border-box; margin-bottom:10px;}

	.third_tab ul.tabs{width:100%;}
	.third_tab ul.tabs li:nth-child(1):nth-last-child(4), .third_tab ul.tabs li:nth-child(1):nth-last-child(4) ~ li {display: inline-block; float: none; left:0; }
	.third_tab ul.tabs li {   width: auto;    text-align: center; padding:0 4%; font-size:14px;}

	.dragico{background:url(../img/images/drag.png) no-repeat 100% center !important;}

	.B1600box dd{ margin-bottom: 10px; width: 12%; min-width: 90px; }
	.B1600box dt{ margin-bottom: 10px; width: 3%; min-width: 20px; }
	.B1600box dd span{ padding: 0 10px; }
	.subcontent{padding:0;}

	.D7100{ float: none; margin: auto; width: 88%; font-size: 18px; word-wrap: break-word; word-break: keep-all; }
	.D7200{ float: none; margin: auto; padding-top: 10px; width: 96%; }
	.D7200 h4{ font-size: 20px; }
	.D7200 div li{ padding: 0 5px; width: 30%; min-height: 290px; font-size: 12px; }
	.D7200 div li:nth-child(1){ background: url(../img/D7200_01.png) top 70px center no-repeat; background-size: 38% 17%; }
	.D7200 div li:nth-child(3){ background: url(../img/D7200_02.png) top 70px center no-repeat; background-size: 45% 17%; }
	.D7200 div li:nth-child(5){ background: url(../img/D7200_03.png) top 70px center no-repeat; background-size: 47% 17%; }
	.D7200 div li:nth-child(7){ background: url(../img/D7200_04.png) top 70px center no-repeat; background-size: 47% 17%; }
	.D7200 div li:nth-child(2){ display: none; }
	.D7200 div li:nth-child(4){ display: none; }
	.D7200 div li:nth-child(6){ display: none; }
	.D7200 div li strong{ margin-bottom: 100px; }
	.D7200 div li strong p{ font-size: 20px; }
	.D7200 div li p{ font-size: 15px; }
	.D7200 div li p:nth-child(3){ font-size: 11px; }
	.D7200 div li p a{ display: block; }
	.nu-view .n-u-title-img {    margin-bottom: 0;}
	.nu-view .n-u-title-img .artbi {width:50%;}
	.nubg_txt {font-size:16px; height:315px; padding: 20px 10px; }
	.areatxt_2019_03 {font-size: 13px;width: 400px;}
	
	/*E3000 비전과 목표 21.01.21일 수정*/
	.vision img {width:100%;}
	.goal li {background:none; border: 1px solid #e3e3e3; width:86%; color:#000000; padding: 30px; height: auto;font-size: 18px;    margin-bottom: 20px;}
	.goal li div {margin-top:0;}
	.goal li strong {font-size:20px;}
	.goal li.goal_box {background:none;}
	.promotion {width: 94%; margin: 0 3%;}
	.promotion_box img {width:100%;}
	.promotion .h1-title{ font-size: 20px;margin-bottom: 15px; background: url(../img/images/drag.png) no-repeat right 60px;}
	
	.nubg01 {height: 250px;}
	.nubg02 {font-size: 14px;height: 250px;padding-top: 45px;}
	.nubg03 {font-size: 14px;height: 250px;padding-top: 45px;}
	
	.org .orgbg6{ background:url(../img/org_5s.jpg) no-repeat center top; }
	.org .a4 li {width: 25%;margin: 0 15px;}

}

@media screen and (max-width: 450px) {
		.planbox-img ul{padding-top:170px;}

.org .orgbg2				{ background:url(../img/org_3.jpg) no-repeat top center;padding:15px 15px ;color:#ffffff  }
.org .orgbg3				{ background:url(../img/org_2.jpg) no-repeat top center;padding:15px 15px ;color:#ffffff  }
.org .orgbg4				{ background:url(../img/org_4.jpg) no-repeat top center;padding:15px 15px ;color:#ffffff  }
.org .a3 li ul li					{border:3px solid #dfdfdf;width:100%;margin: 0 0 10px 0 ;padding:5px 0;font-weight:400 }
.org .a4	li					{float:left;width:95%;text-align:center;border:3px solid #dfdfdf;font-weight:400;margin: 0 0 5px 0 ;padding:10px 0; }
.org .orgbg5				{ background:url(../img/org_5_.jpg) no-repeat center top; }
	}