/* common */

.inner {
	margin:0 auto;
	max-width:1180px;
	width:90%;
}
.section {
	padding:70px 0;
	font-family: 'Noto Sans KR', sans-serif;
}
.section > .inner > h2 {
	font-size:28px;
	color:#333;
}
@media screen and (max-width:600px){
	.section {
		padding:20px 0;
	}
	.section > .inner > h2 {
		font-size:20px;
	}
}

/*popup*/
.popup_banner_wrap{
	    position: absolute;
		z-index: 10;
   	    top: 185px;
   	    left: 30%;
     }   
    .popup_banner {    
        display: block; 
        box-shadow: 5px 5px 10px rgba(128, 128, 128, 0.43);
/* 		background: #fff; */
    }
    
    .detail0 {    
		background: #fff;
		position:absolute;
    }
    
    a.more {
   	 position:absolute; 
	    color:#fff;  
	    top:360px; 
	    right:10px;
    }
    
    .detail1 {    
		background: #fff;
		position:absolute;
		margin-left:270px;
    }
    
    .detail2 {    
		background: #fff;
		position:absolute;
		margin-left:540px;
    }
    
    .popup_banner .inner{
        width: 260px;
        height: 360px;
        position: relative;
/*         background: url(../images/popup/info_04.jpg) no-repeat; */
    }
    .pop_banner_mg{
        padding:0px;
        margin:0px;
    }
    .popup_banner .inner .lnk{
        position: absolute;
        left: 18px;
        bottom: 48px;
    }
    .pop_logo{
    }
    .close{
        width: 260px;
        height: 26px;
        line-height: 26px;
        color: #555;
        background: #fff;
        text-align: right;
        font-size: 12px;
    }
    input[type="checkbox"]{
        vertical-align:middle;
        width: 12px;
        display: inline-block;
        margin: 0 0 0 0;
    }
    .txt1{
        font-size: 16px;
        line-height: 22px;
        padding-top: 40px; 
        color: transparent;
    }
    .txt2{
        font-size: 16px;
        line-height: 22px;
        padding-top: 40px; 
        color: transparent;
    }
    .txt3{
        font-size: 16px;
        line-height: 22px;
        padding-top: 80px; 
        color: transparent;
    }
    .xxxleft{
        float: left;
        padding-left:10px;
    }
    .xxx{
    	float: right;
    }
    
    .popup_banner_m {
        display: none; 
        width: 260px;   
    }
	@media screen and (max-width:900px) {
		.popup_banner {
			display: none;
		}
		
		.popup_banner_wrap {
			position: fixed;
			top: 20%;
			left: 20%;
		}		

		.popup_banner_m {    
	        display: block;
	        box-shadow: 3px 3px 10px rgba(128, 128, 128, 0.43);
			background: #fff;
	    }
	    .popup_banner_m .detail{
	        width: 260px;
/* 	        height: 423px; */
	        position: relative;
/* 	        background: url(../images/popup/info_04_m.png) no-repeat; */
	    }
	    
	    .close{
	        display: block;
	        width: 260px;
		    height: 26px;
		    line-height: 26px;
		    color: rgba(85, 85, 85, 0.57);
		    background: #fff;
		    font-size: 14px;
	        text-align: left;
	    }
	}

/* header */
.header_top {
	background-color:#f2f2f2;
	color:#cecece;
	text-align:right;
	padding:10px 0;
}
.header_top span {
	color:#666;
	line-height:24px;
	font-size:13px;
	margin-right:15px;
	margin-left:15px;
}
.header_top span.login a {
	background-color:#fff;
	display:inline-block;
	padding:0 10px;
	border-radius:4px;
	box-shadow:0 2px 2px #ddd;
	font-weight:bold;
}
.header_bottom {
	padding:30px 0;
/*	overflow:hidden;*/
}
.header_bottom .inner {
	position:relative;
}
.header_bottom .logo {
	float:left;
}
.header_bottom .gnb {
	/* padding-top:5px; */
	z-index:10;
	position:absolute;
	top:0;
	right:0;
	bottom:-30px;
	color:#333;
}
.header_bottom .inner::after,
.header_bottom .logo::after {
	content:'';
	clear:both;
	display:block;
}
.header_bottom .gnb > li {
	float:left;
	margin-left:40px;
	font-size:17px;
	position:relative;
	z-index:10;
	height:100%;
}
.header_bottom .gnb li:first-child {
	margin-left:0;
}

.header_bottom .gnb > li .gnb_sub {
	position:absolute;
	z-index:10;
	padding:10px 10px;
	background:#fff;
	left:-10px;
	width:160px;
	border:1px solid #e1e1e1;
	top:55px;
	display:none;
	color:#333;
}
.header_bottom .gnb > li:hover .gnb_sub {
	display:block;
}
.header_bottom .gnb > li .gnb_sub li {
	font-size:0.8em;
	padding:5px 0;
}
.header_bottom .gnb > li:hover,
.header_bottom .gnb > li.current,
.header_bottom .gnb > li .gnb_sub li:hover,
.header_bottom .gnb > li .gnb_sub li.current {
	color:#ff6142;
}
.header_bottom .gnb > li.last .gnb_sub {
	left:auto;
	right:-10px;
}


.header_bottom .gnb_mobile_btn {
	position:absolute;
	right:0;
	display:none;
}
.header_bottom .gnb_mobile {
	display:none;
}
@media screen and (min-width:900px) {
	.header_bottom .gnb_mobile {
		display:none !important;
	}
}
@media screen and (max-width:900px) {
	.header_bottom .gnb_mobile_btn {
		display:block;
	}
	.header_bottom .gnb {
		display:none;
	}
	.header_bottom .gnb_mobile {
		width:100%;
		border-top:1px solid #e1e1e1;
		margin-top:15px;
		box-sizing:border-box;
		padding:0 5%;
		color:#333;
		display:none;
	}
	.header_bottom .gnb_mobile > li {
		font-size:14px;
		border-bottom:1px solid #e1e1e1;
	}
	.header_bottom .gnb_mobile > li.last {
		border-bottom:none;
	}
	.header_bottom .gnb_mobile > li > a {
		display:block;
		padding:10px 0;
	}
	.header_bottom .gnb_mobile > li .gnb_sub {
		font-size:12px;
		border-top:1px solid #e1e1e1;
		box-sizing:border-box;
		padding:10px;
		display:none;
	}
	.header_bottom .gnb_mobile > li .gnb_sub li {
		color:#333;
	}
	.header_bottom .gnb_mobile > li:hover,
	.header_bottom .gnb_mobile > li.current,
	.header_bottom .gnb_mobile > li .gnb_sub li:hover,
	.header_bottom .gnb_mobile > li .gnb_sub li.current {
		color:#ff6142;
	}
}
@media screen and (max-width:600px) {
	.header_top span {
		font-size:11px;
		margin-left:5px;
		margin-right:5px;
	}
	.header_bottom {
		padding:10px 0;
	}
	.header_bottom .logo img {
		height:25px;
	}
	.header_bottom .gnb_mobile_btn img {
		height:25px;
	}
}

/* footer */
.footer {
	font-size:12px;
}
.footer .footer_top {
	border-top:1px solid #3c3c3c;
	padding:0px 0;
	line-height:1;
}
.footer .footer_top .inner {
	position:relative;
}
.footer .footer_top .person_btn {
	color:#dedede;
	padding:20px 0;
}
.footer .footer_top .person_btn > span {
	display:inline-block;
	margin:0 40px;
	color:#666;
}
.footer .footer_top .person_btn > span.first {
	margin-left:0;
}
.footer .footer_top .partners {
	color:#666;
	position:absolute;
	right:0;
	top:13px;
}
.footer .footer_top .partners > li {
	float:left;
	margin-left:10px;
	box-sizing:border-box;
	width:182px;
	height:28px;
	position:relative;
	border:1px solid #e1e1e1;
	background:url(../images/bg_select.png) right center no-repeat;
	padding-left:10px;
}
.footer .footer_top .partners > li label {
	width:100%;
}
.footer .footer_top .partners > li select {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:28px;
	opacity:0;
	filter:alpha(opacity=0);
}

.footer .footer_btm {
	border-top:1px solid #e1e1e1;
	padding-top:25px;
	padding-bottom:30px;
}
.footer .footer_btm .inner {
	position:relative;
}
.footer .footer_btm address .addres {
	color:#666;
}
.footer .footer_btm address .tele {
	color:#333;
	margin-top:5px;
}
.footer .footer_btm .copyright {
	color:#666;
	margin-top:20px;
}
.footer .footer_btm .f_logo {
	position:absolute;
	bottom:5px;
	right:0;
}
@media screen and (max-width:1000px) {
	.footer .footer_top .person_btn {
		text-align:center;
	}
	.footer .footer_top .partners {
		position:relative;
		top:0;
		text-align:center;
		padding-bottom:15px;
	}
	.footer .footer_top .partners > li {
		float:none;
		display:inline-block;
		width:40%;
		text-align:left;
	}
}
@media screen and (max-width:600px) {
	.footer .footer_top .person_btn > span {
		margin:0 10px;
	}
	.footer .footer_btm {
		text-align:center;
	}
	.footer .footer_btm address .addres {
		letter-spacing:-1px;
	}
	.footer .footer_btm .f_logo {
		display:none;
	}
	
}
/* main_visual */
.main_visual_wrap {
	position:relative;
	overflow:hidden;
}
.main_visual_wrap .main_visual {
	width:100%;
	overflow:hidden;
}
.main_visual_wrap .main_visual li {
	position:absolute;
	top:0;
	height:650px;
	background-position:center center;
	background-size:cover;
	z-index:1;
	/*opacity:0;
	filter:Alpha(opacity=0);*/
}
.main_visual_wrap .main_visual li.active {
	position:relative;
	width:100%;
	z-index:5;
/*	opacity:1;
	filter:Alpha(opacity=100);*/
}

.main_visual_wrap .main_visual li .visual_img {
	width:100%;
	top:0;
	left:0;
	right:0;
}

.main_visual_wrap .main_visual li > h2 {
	position:absolute;
	top:50%;
	margin-top:-45px;
	text-align:center;
	left:0;
	right:0;
	font-size:42px;
	color:#fff;
	font-weight:bold;
}
.main_visual_wrap .main_visual li.active > h2 .top_line {
	border-top:5px solid #e94f1f;
}

/*.main_visual_wrap .main_visual li > h2:before {
	content:'';
	display:block;
	height:5px;
	width:72px;
	background-color:#e94f1f;
	position:absolute;
	left:50%;
	margin-left:-108px;
	top:50%;
	margin-top:-30px;
}*/
.main_visual_wrap .main_visual li > p {
	position:absolute;
	color:#fff;
	top:50%;
	text-align:center;
	left:0;
	letter-spacing: -0.7px;
	right:0;
	font-size:18px;
}
.main_visual_wrap .main_visual li .slide_btn {
	display:block;
	width:120px;
	border:1px solid #fff;
	height:30px;
	margin:20px auto 0;
}
.main_visual_wrap .main_visual li .slide_btn:hover {
	background-color:#fff;
	color:#333;
}
/* .main_visual_wrap .main_visual li.visual04.active > h2,
.main_visual_wrap .main_visual li.visual04.active > p {
	color:#333;
	text-align:left;
	width:80%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	top:40%;
} */
/* .main_visual_wrap .main_visual li.visual04.active > p .slide_btn {
	text-align:center;
	border-color:#333;
	margin-left:0;
	margin-right:0;
}
.main_visual_wrap .main_visual li.visual04.active > p .slide_btn:hover {
	background-color:#333;
	color:#fff;
} */
.main_visual_wrap .visual_arr_wrap {
	position:absolute;
	top:50%;
	margin-top:-40px;
	z-index:6;
	left:0;
	right:0;
}
.main_visual_wrap .visual_arr_wrap > div {
	position:absolute;
	padding:23px 13px;
	background-color:rgba(100, 100, 100, 0.2);
	cursor:pointer;
}
.main_visual_wrap .visual_arr_wrap > div.btn_next {
	right:0;
}
.main_visual_wrap .visual_arr_wrap > div.btn_prev {
	left:0;
}
.main_visual_wrap .visual_navi {
	position:absolute;
	bottom:40px;
	z-index:6;
	text-align:center;
	left:0;
	right:0;
}
.main_visual_wrap .visual_navi li {
	width:120px;
	height:70px;
	overflow:hidden;
	display:inline-block;
	margin:0 5px;
	position:relative;
	background-position:center center;
	background-size:cover;
	box-sizing:border-box;
	cursor:pointer;
}
.main_visual_wrap .visual_navi li span img {
	width:100%;
	height:100%;
}
.main_visual_wrap .visual_navi li p {
	display:table-cell;
	width:120px;
	height:70px;
	vertical-align:middle;
	background-color:rgba(0, 0, 0, 0.7);
	font-size:14px;
	color:#fff;
	font-weight:bold;
	box-sizing:border-box;
	line-height:1.2;
	word-break:keep-all;
}
.main_visual_wrap .visual_navi li:hover,
.main_visual_wrap .visual_navi li.active {
	border:2px solid #ff6142;
}
.main_visual_wrap .visual_navi li:hover p,
.main_visual_wrap .visual_navi li.active p {
	background-color:rgba(0, 0, 0, 0);
	text-shadow:0 0 5px #333;
}
@media screen and (min-width:1180px) {
	.main_visual_wrap .visual_arr_wrap {
		width:1180px;
		left:50%;
		margin-left:-590px;
	}
}
@media screen and (max-width:900px) {
	.main_visual_wrap .main_visual li {
		height:640px;
	}
	.main_visual_wrap .main_visual li > p {
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.main_visual_wrap .visual_navi li,
	.main_visual_wrap .visual_navi li p {
		width:14.2%;
		font-size:12px;
	}
	
}
@media screen and (max-width:600px) {


	.tlimg{
		padding-top: 70px !important;
	}
	.main_visual_wrap .main_visual li {
		height:420px;
	}
	.main_visual_wrap .main_visual li.visual04 {
		background-position:35% center;
	}
	.main_visual_wrap .main_visual li > h2 {
		font-size:24px;
	}
	.main_visual_wrap .main_visual li > p {
		font-size:16px;
		word-break:keep-all;
	}.main_visual_wrap .main_visual li > p br {
		display:none;
	}
	/* .main_visual_wrap .main_visual li.visual04.active > p {
	    width: 50%;
		margin-left: 10%;
		margin-right: 0;
		text-shadow: 0px 1px 5px #ccc;
	} */
	.main_visual_wrap .visual_navi {
		bottom:10px;
	}
	.main_visual_wrap .visual_navi li {
		height:5px;
		background-image:none !important;
		background-color:#333;
		width:12%;
	}
	.main_visual_wrap .visual_navi li p {
		display:none;
	}
	.main_visual_wrap .visual_navi li:hover,
	.main_visual_wrap .visual_navi li.active {
		background-color:#ff6142;
	}
}
/* main visual end */
/*  container  */
	/* section1 */
.section1 .tab_btn-new {
	overflow:hidden;
}
.section1 .tab_btn-new li {
	float:left;
	box-sizing:border-box;
	width:120px;
	/* margin-left:0.5%; */
	/* background-color:#9e968d; */
	color:#3c3c3c;
	position:relative;
	font-size: 18px;
	font-family: 'Noto Sans KR', sans-serif;

}
.section1 .tab_btn-new li a {
	display:block;
	padding:8px 0px 0px 3px;
}
.section1 .tab_btn-new li:first-child {
	margin-left:0;
}
.section1 .tab_btn-new li.active {
	/* background-color:#3b4659; */
	color: #e94f20;
	/* text-decoration: underline; */
}

.section1 .tab_btn-new li.active:after {
	content: "";
	display: block;
	width: 72px;
	border-bottom: 3px solid #e94f20;
	/* margin: 20px auto; */
	/* margin-left: 26px; */
	/* margin-top: -5px; */
  }

  .section1 .tab_btn-new .btn-w.active:after {
	content: "";
	display: block;
	width: 140px;

	/* margin: 20px auto; */
	/* margin-left: 26px; */
	/* margin-top: -5px; */
  }
.section1 .tab_btn-new li img {
	position:absolute;
	top:13.5px;
	right:15px;
}

.btn-f{
	/* display: none !important; */
}

.btn-w{
	width: 155px !important;
}
.news-title-new img{
	display: inline-block;
	float: left;
	
}

.news-title-new{
	float: left;
	padding-top: 10px;
	width: 40%;
}

.news-ctn{
	/* display: none; */
}

.news-title-new p{
	font-size: 15px;
	padding-left: 20px;
	display: inline-block;
	line-height: 1.7;
}


.direct-link{
	padding-top: 10px;
	padding-left: 10px;
	display: inline-block;
}

.direct-link{
	
}










.section1 .tab_content {
	margin-top:35px;
	overflow:hidden;
}
.section1 .tab_content > li {
	display:none;
}
.section1 .tab_content > li.active {
	display:block;
}
.section1 .tab_content .tab_sub li {
	float:left;
	margin-left:2%;
	width:23.5%;
	box-sizing:border-box;
	border:1px solid #dcdcdc;
	padding:30px 25px;
}
.section1 .tab_content .tab_sub li:first-child {
	margin-left:0;
}
.section1 .tab_content .tab_sub li .tab_cate {
	font-size:20px;
	font-weight:bold;
	color:#333;
}
.section1 .tab_content .tab_sub li .tab_tit {
	font-size:16px;
	color:#333;
	letter-spacing:-1px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:15px;
}
.section1 .tab_content .tab_sub li .tab_sort {
	font-size:16px;
	color:#df1b1b;
}
.section1 .tab_content .tab_sub li .tab_txt {
	font-size:13px;
	color:#666;
	margin-top:25px;
	height:75px;
	overflow:hidden;
}
@media screen and (max-width:900px){
	/* .section1 .tab_btn-new li {
		width:24%;
		margin-left:1.33%;
	} */
	/* .section1 .tab_btn-new li:first-child {
		width:100%;
		margin-bottom:10px;
	} */
	.section1 .tab_btn-new li:nth-child(2) {
		margin-left:0;
	}
	/* .section1 .tab_btn-new li a {
		padding-left:10px;
		padding-right:20px;
	} */
	/* .section1 .tab_btn-new li img {
		right:10px;
	} */
	/* .section1 .tab_content .tab_sub li {
		width:49%;
		margin-bottom:10px;
	}
	.section1 .tab_content .tab_sub li:nth-child(3n+0) {
		margin-left:0;
	} */
}
/* @media screen and (max-width:600px){
	.section1 .tab_btn-new li,
	.section1 .tab_btn-new li:first-child {
		width:100%;
		margin-left:0;
		margin-bottom:5px;
	}
	.section1 .tab_content .tab_sub li {
		width:100%;
		margin-left:0;
	}
} */
	/* section2 */
/* .section2 {
	text-align:center;
	background-color:#eee;
}
.section2 > .inner > h2 {
}
.section2 .section_sub_tit {
	font-size:11px;
	color:#fff;
	padding:5px 7px;
	background-color:#347fd3;
	display:inline-block;
	margin-top:10px;
}
.section2 .section_slider_wrap {
	margin-top:45px;
}
.section2 .section_slider_wrap .section_slider {
	position:relative;
	display:inline-block;
	width:23%;
	background-color:#fff;
	margin:0 25px;
	box-sizing:border-box;
	border:1px solid #dcdcdc;

	vertical-align:top;
}
.section2 .section_slider_wrap .section_slider .slider_tit {
	font-size:15px;
	color:#333;
	margin-top:25px;
}
.section2 .section_slider_wrap .section_slider .slider_content {
	margin-bottom:0;
	padding:0 25px 30px;
}
.section2 .section_slider_wrap .section_slider .slider_content .section_slide {
	padding-top:35px;
	word-break:keep-all;
	height:253px;
	box-sizing:border-box;
}
.section2 .section_slider_wrap .section_slider .slider_content .section_slide .slide_name {
	color:#fc4d00;
	font-size:18px;
	height:25px;
}
.section2 .section_slider_wrap .section_slider .slider_content .section_slide .slide_tit {
	margin-top:25px;
	font-size:15px;
	color:#333;
	height:50px;
}
.section2 .section_slider_wrap .section_slider .slider_content .section_slide .slide_img {
	margin-top:15px;
	height:104px;
	overflow:hidden;
	text-align:center;
}
.section2 .section_slider_wrap .section_slider .slider_content .section_slide .slide_img img {
	width:100%;
}
.section2 .section_slider_wrap .section_slider .slider_content .section_slide .slide_con {
	font-size:13px;
	color:#666;
	margin-top:15px;
	line-height:19px;
	height:60px;
}
.section2 .section_slider_wrap .section_slider .slider_content .section_slide .slide_date {
	color:#666;
	font-size:13px;
	margin-top:20px;
	margin-bottom:10px;
	line-height:1;
} */
.section4 .banner_wrap .slick-prev,
.section4 .banner_wrap .slick-next {
	z-index:15;
}
.section4 .banner_wrap .slick-prev {
	left:-10px;
}
.section4 .banner_wrap .slick-next {
	right:-15px;
}
.slick-prev, .slick-next {
	/*background-color:#333;*/
	width:6px;
	height:22px;
}
.slick-prev {
	left:15px;
}
.slick-next {
	right:15px;
}
.slick-prev:before, .slick-next:before {
	content:'';
	display:block;
	width:6px;
	height:22px;
	background-position:center center;
	background-repeat:no-repeat;
}
.slick-prev:before {
	background-image:url(../images/arr_main_sub_prev.png);
}
.slick-next:before {
	background-image:url(../images/arr_main_sub_next.png);
}
.slick-dots {
	bottom:-10px;
	left:0;
	right:0;
}
.slick-dots li {
	width:18.4%;
	height:3px;
	background-color:#fff;
	margin:0 0 0 2%;
}
.slick-dots li:first-child {
	margin:0;
}
.slick-dots li.slick-active {
	background-color:#adadad;
}
.slick-dots li button {
	width:100%;
	height:3px;
	padding:0;
}
.slick-dots li button:before {
	display:none;
}
@media screen and (max-width:900px){
	.section2 .section_slider_wrap .section_slider {
		width:60%;
		margin-bottom:30px;
	}

	.section2 .section_slider_wrap .section_slider .slider_content .section_slide .slide_img img {
		width:auto;
		max-width:100%;
		display:inline-block;
	}
	
}
@media screen and (max-width:600px){
	.section2 .section_slider_wrap .section_slider {
		width:80%;
	}
}
	/* section3 */
.section3 {
	text-align:center;
}
.section3 .asso_wrap {
	margin-top:45px;
}
.section3 .asso_wrap li {
	display:inline-block;
	margin:0 20px;
}
.section3 .asso_wrap li .text {
	font-size:16px;
	color:#333;
	margin-top:5px;
}
@media screen and (max-width:900px){
	.section3 .asso_wrap li {
		margin-bottom:20px;
	}
}
@media screen and (max-width:600px){
}

	/* section4 */
.section4 {
	text-align:center;
	background-color:#f9f9f9;
	border-top:1px solid #eee;
	padding:15px 0;
}
.section4 .banner_wrap {
	line-height:0;
	margin:0 15px;
}
.section4 .banner_wrap li {
	display:inline-block;
	line-height:0;
}
.section4 .banner_wrap li a {
	display:block;
}
@media screen and (max-width:900px){
	.section4 {
		display:none;
	}
	
}
@media screen and (max-width:600px){
	
}
/*  container end  */

/*   board list   */
	/* search form */
.board_list .search_form {
	overflow:hidden;
}
.board_list .search_form form {
	float:right;
}
.board_list .search_form * {
	box-sizing:border-box;
	font-size:12px;
}
.board_list .search_form .select_wrap {
	background:url(../images/bg_select_sub.png) right center no-repeat;
	width:100px;
	position:relative;
	height:35px;
	line-height:33px;
	text-align:left;
	border:1px solid #ababab;
	display:block;
	float:left;
}
.board_list .search_form .select_wrap label.selected {
	width:100%;
	height:100%;
	padding-right:31px;
	padding-left:10px;
	display:block;
}
.board_list .search_form .select_wrap select.select {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	filter:Alpha(opacity=0); /* IE8 and earlier */
	padding-left:10px;
	display:block;
}
.board_list .search_form .select_wrap1 {
}
.board_list .search_form .text_input {
	margin-left:10px;
	border:1px solid #ababab;
	width:160px;
	height:35px;
	display:block;
	float:left;
}
.board_list .search_form .text_input input[type="text"] {
	width:100%;
	height:100%;
	border:none;
	display:block;
	padding-left:10px;
}
.board_list .search_form .button {
	display:block;
	height:35px;
	width:100px;
	line-height:35px;
	margin-left:10px;
	float:left;
	background-color:#494949;
	text-align:center;
	color:#fff;
}
.board_list .search_form .button a {
	display:block;
	width:100%;
	height:100%;
}
@media screen and (max-width:600px) {
	.board_list .search_form .text_input {
		width:150px;
	}
	.board_list .search_form .button {
		width:auto;
	}
	.board_list .search_form .button a {
		padding-left:10px;
		padding-right:10px;
	}
}
	/* board list */
.board_list .list_wrap {
	width:100%;
	margin-top:20px;
}
.board_list .list_wrap::after {
	content:'';
	display:block;
	clear:both;
	border-top:1px solid #555;
}
.board_list .list_wrap li {
	clear:both;
	font-size:13px;
	overflow:hidden;
	position:relative;
}
.board_list .list_wrap li > p {
	float:left;
	text-align:center;
	box-sizing:border-box;
	border-left:1px solid #ddd;
	line-height:1.2;
	padding:17.5px 0;
}
.board_list .list_wrap .list_head {
	border-top:2px solid #555;
	color:#333;
	background-color:#f2f2f2;
}
.board_list .list_wrap .list_data {
	border-top:1px solid #ddd;
	color:#666;
}
.board_list .list_wrap .list_data.notice {
	color:#333;
	font-weight:bold;
}
.board_list .list_wrap .list_data .file,
.board_list .list_wrap .list_data .secret {
	display:none;
}
.board_list .list_wrap .list_data.file .file,
.board_list .list_wrap .list_data.secret .secret {
	display:inline;
	margin-left:5px;
}
.board_list .list_wrap .list_data.file.secret .secret {
	margin-left:0;
}

.board_list .list_wrap li .num {
	width:8%;
	border-left:none;
}
.board_list .list_wrap li .title {
	width:58%;
}
.board_list .list_wrap li .title:hover {
	font-weight:bold;
}
.board_list .list_wrap li .writer {
	width:13%;
}
.board_list .list_wrap li .date {
	width:13%;
}
.board_list .list_wrap li .hit {
	width:8%;
}
.board_list .list_wrap li.list_data .title {
	text-align:left;
	/*white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;*/
	padding-left:20px;
	padding-right:20px;
}
.board_list .list_wrap li.list_data .title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 89%;
    display: inline-block;
}
@media screen and (max-width:600px){
	.board_list .list_wrap {
		border-top:2px solid #555;
	}
	.board_list .list_wrap .list_head {
		display:none;
	}
	.board_list .list_wrap li:nth-child(2n+0) {
		background-color:#f2f2f2;
	}
	.board_list .list_wrap li > p {
		border-left:none;
	}
	.board_list .list_wrap li > p.num {
		display:none;
	}
	.board_list .list_wrap li.list_data .title {
		width:100%;
		font-weight:bold;
		font-size:1.05em;
		padding:20px 10px 0 10px;
	}
	.board_list .list_wrap li > p.writer,
	.board_list .list_wrap li > p.date,
	.board_list .list_wrap li > p.hit {
		width:auto;
		padding:10px 0 20px 10px;
	}
	.board_list .list_wrap li > p.writer::after,
	.board_list .list_wrap li > p.date::after {
		content:'|';
		margin-left:10px;
	}
	
}

	/* page nation */
.page_nation {
	text-align:center;
	margin-top:25px;
	font-size:14px;
}
.page_nation > li {
	display:inline-block;
	line-height:1;
}
.page_nation > li a {
	display:block;
	padding:10px;
}
.page_nation > li a:hover,
.page_nation > li.current a {
	color:#1959ff;
	font-weight:bold;
	background-color:#f0f0f0;
}
.page_nation > li.first a,
.page_nation > li.last a,
.page_nation > li.prev a,
.page_nation > li.next a {
	transform:scale(1.5, 1);
	/*font-size:0.8em;
	line-height:1.25;*/
}
@media screen and (max-width:600px) {
	.page_nation {
		font-size:12px;
	}
	.page_nation > li a {
		padding:5px
	}
}
/*   board list end   */
/*    board view    */

.board_view .view_wrap {
	margin-top:50px;
	border-top:2px solid #555;
	width:100%;
	font-size:13px;
	line-height:1.2;
}
.board_view .view_wrap * {
	box-sizing:border-box;
}
.board_view .view_wrap li {
	padding:20px;
	overflow:hidden;
	color:#666;
}
.board_view .view_wrap .view_head {
	background-color:#f2f2f2;
	color:#333;
}
.board_view .view_wrap .view_head img {
	vertical-align:middle;
	margin-left:5px;
}
.board_view .view_wrap .view_data {
	border-top:1px solid #ddd;
}
.board_view .view_wrap .view_data > p.writer,
.board_view .view_wrap .view_data > p.date,
.board_view .view_wrap .view_data > p.hit {
	float:left;
	margin-right:20px;
}
.board_view .view_wrap .view_data .view_content {
	float:none;
	min-height:250px;
}
.board_view .view_wrap .view_data .addfile {
	float:none;
}
.board_view .view_wrap .view_data .addfile img {
	vertical-align:middle;
	margin-right:5px;
}
.board_view .view_wrap .view_data img {
	max-width:100%;
}
.board_view .view_wrap .view_prev,
.board_view .view_wrap .view_next {
	border-bottom:1px solid #ddd;
	padding:10px 20px;
	font-size:12px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.board_view .view_wrap .view_prev {
	border-top:1px solid #555;
}
.board_view .view_wrap .view_prev:hover,
.board_view .view_wrap .view_next:hover {
	font-weight:bold;
}
.button_wrap {
	text-align:right;
	margin-top:25px;
	position:relative;
}
.button_wrap .button {
	display:inline-block;
	width:100px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-left:10px;
	background-color:#494949;
	color:#fff;
}
.button_wrap .button.write {
	background-color:#ff894c;
}
.button_wrap .button.del {
	background-color:#8d8d8d;
/*	position:absolute;
	left:0;
	margin-left:0;*/
}
.button_wrap .button a {
	display:block;
	width:100%;
	height:100%;
}
@media screen and (max-width:600px){
	.button_wrap .button {
		width:auto;
		padding:0 10px;
	}
}
/*    board view end    */
/*    board write    */
.board_write .write_wrap {
	margin-top:50px;
	border-top:2px solid #555;
	width:100%;
	font-size:13px;
	line-height:1.2;
}
.board_write .write_wrap * {
	box-sizing:border-box;
}
.board_write .write_wrap li {
	padding:20px;
	overflow:hidden;
	color:#666;
}
.board_write .write_wrap .write_head {
	background-color:#f2f2f2;
	color:#333;
}
.board_write .write_wrap .write_head input[type="text"] {
	width:60%;
	height:35px;
	padding-left:10px;
}
.board_write .write_wrap .write_data {
	border-top:1px solid #ddd;
}
.board_write .write_wrap .write_data > p {
	float:left;
	margin-right:20px;
}
.board_write .write_wrap .write_data input[type="text"],
.board_write .write_wrap .write_data input[type="password"] {
	height:30px;
	padding-left:10px;
}
.board_write .write_wrap .write_data .write_content {
	float:none;
	min-height:250px;
	width:100%;
	padding:10px;
}
.board_write .write_wrap .addfile {
	border-top:1px solid #ddd;
}
.board_write .write_wrap .addfile input {
	width:200px;
	height:30px;
}
.board_write .write_wrap .addfile button {
	width:80px;
	height:30px;
	line-height:30px;
	color:#fff;
	background-color:#444;
}
.board_write .write_wrap .view_prev,
.board_write .write_wrap .view_next {
	border-bottom:1px solid #ddd;
	padding:10px 20px;
	font-size:12px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.board_write .write_wrap .view_prev {
	border-top:1px solid #555;
}
.board_write .write_wrap .view_prev:hover,
.board_write .write_wrap .view_next:hover {
	font-weight:bold;
}
@media screen and (max-width:600px){
	.board_write .write_wrap .addfile input {
		width:150px;
	}
	.board_write .write_wrap .addfile button {
		width:65px;
	}
}
/*    board write end    */



/* 220330 �߰� css */
@font-face {
    font-family: 'SBAggroM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroL';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.tlimg{
	/* display: none; */

	
	margin: 0 auto;
	width: 70px;
	padding-top: 170px;
   
   
    
   
}

.main_visual_wrap .main_visual li > h2{
	font-family: 'SBAggroM';
	 font-weight: normal;
	 

}






.main_visual_wrap .main_visual li .slide_btn{
	display: block;
    width: 140px;
    border: 2px solid #fff;
    height: 37px;
    margin: 20px auto 0;
	line-height: 33px;
	border-radius : 34px;

}

.section4 .inner .prev_btn {
    display: inline-block;
    float: left;
    margin: 16px 15px 0 0;
    opacity: .75;
    cursor: pointer;
}
.section4 .inner .next_btn {
    display: inline-block;
    float: right;
    margin: 16px 0 0 15px;
    opacity: .75;
    cursor: pointer;
}


@media screen and (max-width:1300px) {
	.tab_btn-new{
		width: 100%;
		padding-top: 20px;
	}
	.news-title-new{
		width: 100%;
	}


}


@media screen and (max-width:750px) {
	
	








	.section1 .tab_btn-new li{
		width: 90px;
	}
	.section1 .tab_btn-new li:first-child{
		width: 70px;
	
	}

	.section1 .tab_btn-new li:first-child p{
		padding-left: 10px !important;
	}
	
	.section1 .tab_btn-new li img{
		right: 0;
	}

	.news-title-new p{
		display: none;
	}

	.section1 .tab_btn-new li:first-child.active:after {
		content: "";
		display: block;
		width: 40px;
		margin-left: 10px;
		padding-bottom: 3px;
		border-bottom: 2px solid #e94f20;
	}

	.section1 .tab_btn-new li.active:after{
		padding-bottom: 3px;
		border-bottom: 2px solid #e94f20;
		/* margin-bottom: -0px; */
		z-index: 99;
	}

	.direct-link{
		padding-top: 0;
		position: absolute;
		top: 15px;
		right: 0;
	}
	.section1 .tab_btn-new .btn-w.active::after {
		content: "";
		display: block;
		width: 70px !important;
	}
}

@media screen and (max-width:550px) {





	.section1 .tab_btn-new li:first-child{
		width: 75px;
	}

	.section1 .tab_btn-new li{
		width: 75px;
		font-size: 14px;
	}

	.news-title-new{
		padding-left: 13px;
	}
	
	.section1 .tab_btn-new li img{
		right: 3px;
		width: 10px;
		padding-top: 2px;
	}
	


	.tab_btn-new:after {
		content: "";
		display: block;
		width: 95%;
		margin-left: 7px;
		position: relative;
		top: 33px;
		padding-bottom: 3px;
		border-bottom: 2px solid #f3f3f3;
		z-index: -1;
	}

	.section1 .tab_btn-new li.active:after{
		width: 50px;
		padding-bottom: 3px;
		border-bottom: 2px solid #e94f20;
		padding-left: 8px;
		/* margin-bottom: -0px; */
		z-index: 99;
	}

	.section1 .tab_btn-new li:first-child.active:after {
		content: "";
		display: block;
		width: 20px;
		margin-left: 10px;
		padding-bottom: 3px;
		border-bottom: 2px solid #e94f20;
	}

	.section1 .tab_btn-new .btn-w.active:after {
		content: "";
		display: block;
		width: 100px;
		/* margin: 20px auto; */
		/* margin-left: 26px; */
		/* margin-top: -5px; */
	}


	.tab_btn-new:after {
		content: "";
		width: 87%;
		padding-bottom: 3px;
	}

	.section1 .tab_btn-new li.active:after{
		width: 32px;
		padding-bottom: 3px;
		border-bottom: 2px solid #e94f20;
		padding-left: 8px;
		/* margin-bottom: -0px; */
		z-index: 99;
	}





}


@media screen and (max-width:510px){
	.section1 .tab_btn-new li {
		width: 50px;
		font-size: 10px;
	}

	.section1 .tab_btn-new li:first-child{
		width: 50px;
	}

	.section1 .tab_btn-new li img {
		right: 1px;
		width: 6px;
		padding-top: 4px;
	}

	.tab_btn-new:after {
		content: "";
		/* width: 67%; */
		padding-bottom: 3px;
	}

	.section1 .tab_btn-new li:first-child.active:after {
		content: "";
		display: block;
		width: 15px;
		margin-left: 10px;
		padding-bottom: 3px;
		border-bottom: 2px solid #e94f20;
	}
}



/* 뉴스 부분 */

.news-ctn{
	display: flex;
	padding-top: 25px;
	overflow: hidden;
	justify-content: space-between;
	flex-flow: wrap;

}

.news-ctn li{
position: relative;
}

.news-ctn li .news-tit{
	background: #767676;
	color: #fff;
	padding: 4px 14px;
	border-radius: 30px;
	font-size: 15px;
	box-sizing: border-box;
}

.news-ctn p{
font-size: 18px;
color: #000;
padding-top: 15px;
max-width: 250px;
width: 100%;
word-break: keep-all;
padding-bottom: 30px;
}

.news-date{
	position: absolute;
	bottom: 0;
	right: 0;
	
}

.news-date::after{
	content: '';
	width: 165px;
	height: 1px;
	left: -180px;
	bottom: 6px;
	background: #ddd;
	position: absolute;
	
}

@media screen and (max-width:1200px) {
	.news-ctn{
		justify-content: space-around;
		
	}
	
	.news-ctn li{
		width: 34%;
		margin-bottom: 20px;
	}
	.news-date{
		/* display: none; */
	}

	.news-date::after{
		content: '';
		width: 135px;
		left: -150px;
	
		
	}
}


@media screen and (max-width:700px) {
	.news-ctn li{
		width: 100%;
	}

	.news-ctn p{
		max-width: 100%;
		padding-bottom: 30px;
	}

	.news-date::after{
		content: '';
		/* max-width: 205px; */
		/* width: 100%; */
		width: 500px;
		height: 1px;
		left: -530px;
		bottom: 6px;
		background: #ddd;
		position: absolute;
		
	}

	
}
/* 220330 �߰� css */

/* 섹터2 */
.intro-cn{

	display: flex;
}


.intro-cn .cnl{
	width: 40%;
	height: 450px;
	background: #F7452A url(../../resources/images/intro_bgl.png) left 180px bottom no-repeat;
	font-family: 'SBAggroL';
	color: #fff;
}

.cnl h4{
	padding: 120px 70px;
	padding-left: 330px;
	padding-bottom: 0;
	font-size: 26px;

}

.cnl p{
	font-size: 18.3px;
	padding-left: 330px;
	padding-top: 5px;
	line-height: 1.4;
	font-family: 'Noto Sans KR', sans-serif;
}


.cnr{
	width: 60%;
	background: #F7452A url(../../resources/images/intro_bgr.png) right bottom no-repeat;
	height: 450px;
	
}

.cnr ul{
	display: flex;
	padding-top: 100px;
	padding-left: 100px;
	justify-content: space-evenly;
	flex-wrap: wrap;
	max-width: 500px;

}

.cnr ul li{
	width: 33%;
	padding-bottom: 50px;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	justify-content: inherit;

}

.zd img{
	padding-top: 5px;
}
.zd2 img{
	padding-top: 8px;
}
.zd3 img{
	padding-top: 2px;
}

.mo{
	display: none;
}


.tl-07{
	/* display: none; */
	width: 110px;
}
@media screen and (max-width:1800px) {
	.intro-cn .cnl{
		background-position: center bottom;
		transition:  none;
		background-size: 40%;
	}


	.cnl h4{
		padding-top: 90px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.cnl p{
		font-size: 18.3px;
		text-align: center;
		padding-left: 0;
	
	}
}

@media screen and (max-width:1200px) {

	.intro-cn{
		flex-direction: column;
	}

	.intro-cn .cnl{
		width: 100%;
	
	}

	.intro-cn .cnr{
	
		width: 100%;
	}


	.intro-cn .cnl{
	
		height: 300px;
		background: #F7452A url(../resources/images/intro_bgl.png) right bottom no-repeat;
		/* background-size: 240px; */
		transition: none;
	}

	.cnr{
		background:  url(../../resources/images/intro_bgr.png) center top no-repeat;
		/* background-size: 100%; */
		/* height: 400px; */
		background-size: cover;
		padding: 0;
		
	}

	.cnr ul{
		padding-left: 0;
		margin: 0 auto;
		padding: 80px;
		padding-top: 80px;
		
	}
}


@media screen and (max-width:550px) {
	.intro-cn .cnl{
	
		height: 180px;
		background: #F7452A url(../../resources/images/mcnt-bg.png) center bottom no-repeat;
		background-size: inherit;
		/* background-size: 240px; */
		transition: none;
	}

	.cnr{
		background: #070F14 url(../../resources/images/mcnb-bg.png) center top no-repeat;
		background-size: initial;
		height: 300px;
		padding: 0;
		
	}

	.cnr ul{
		padding-top: 20px;
	}

	.cnr ul li img{
		width: 40px;
	}




	.mo{
		display: block;
	}
	.pc{
		display: none;
	}
	.cnl h4{
		padding-top: 60px;
		font-size: 20px;
	}
	.cnl p{
		padding-top: 20px;
		font-size: 15px;
	
	}

	.zd img{
		padding-top: 0px;
	}
	.zd2 img{
		padding-top: 0px;
	}
	.zd3 img{
		padding-top: 0px;
	}

}



.main_visual_wrap .main_visual .visual02 > h2{
	top: 45%;
}

.main_visual_wrap .main_visual .visual02 > p{
	top: 45%;
}

.visual02 .tlimg{
	padding-top: 145px;
}
/* 섹터2 */
@media screen and (max-width:390px){
	.container{
		width: 370px;
	}
	
	.section1 .tab_btn-new li{
		width: 65px;
	}

	.section1 .tab_btn-new li:first-child{
		width: 53px;
	}

	.tab_btn-new:after {
		display: none;
	}

	.btn-w{
		width: 75px !important;
	}
}
