@charset "UTF-8";
/*****************************************************************

		Copyright C 다온테마 All rights reserved. 
		daontheme@daum.net
		본 페이지는 유료컨텐츠 다온테마용 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다. 
		라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/
@import url('notosanskr.css'); /* 	 font-weight:400; 	굵기에 따라 : font-weight만 조정  */
@import url('nanumsquare.css');  /* 	기본, font-weight:400; 	굵기에 따라 : font-weight만 조정  */

html {overflow-y:scroll; height:100%;min-width:320px}
body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button{margin:0;padding:0; font-size:15px; color:#333; line-height:1.6em; font-family:  'NanumSquare', 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:-0.02em;}
ul,ol,li{margin:0;padding:0;list-style:none;}

a, img{border:0px; vertical-align:middle;}
a{text-decoration:none;}
strong{font-weight:500;}
*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.lview{}
.sview{display:none;} 
.mview{display:none;}


@media (max-width: 1100px){
	html {overflow-x:hidden; }
}

section { clear:both !important; display:block !important}

/* 중간기기~작은기기 모바일 상단 */
#mobile_header {width:100%; height:65px;  line-height:65px; border:0px solid red; z-index:99999; display:none;}
#mobile_header .inner {top:0; left:0; z-index:50; width:100%; height:65px; line-height:65px; overflow:hidden; background:#fff; border-bottom:1px solid #ddd; }
#mobile_header h1 { width:220px; padding-top:10px; text-align:left; margin:0 auto; }
#mobile_header h1 img { width:80%; overflow:hidden;}
#mobile_header .m_gnb li {list-style:none;}
#mobile_header .m_gnb li a {display:block; top:0; width:100%; text-align:center; color:transparent;}
#mobile_header .m_gnb li.category a i{float:right; position:absolute; width:20px; height:20px; line-height:20px; right:15px; top:20px; font-size:20px; color:#2c3980;}
#mobile_header .m_gnb li.home a i { float:left; position:absolute; width:20px; height:20px; line-height:20px; right:15px; top:20px; font-size:20px; color:#2c3980; }
#back_cover {position:absolute; display:none; left:0; top:0;  width:100%; height:100%; top:0px; background:rgba(0,0,0,0.5); z-index:9999998;}
#sideMenu {display:inline; position:fixed; top:0; left:-250px; width:249px; height:100%; background-color:#fff; z-index:9999999;}
#sideMenu .side_title{height:60px; line-height:60px; background-color:#1a2b4e; color:#fff; text-align:center; font-size:1.3em; cursor:pointer;}
#sideMenu .navi_bg{ width:100%;} 
#sideMenu .nav { width:100%; margin:0 auto; padding:0; padding-bottom:30px; list-style: none; box-sizing:border-box;  overflow:auto; height:500px;} 
#sideMenu .nav ul { width:100%; margin:0; padding:0;}
#sideMenu .navi_set{ display:inline;  margin:0; padding:10px 0 10px 0; text-align:center;  }
#sideMenu .navi_set > div {display:block; width:100%; height:40px; line-height:40px; border-bottom:1px solid #aaa; text-align:left; background-color:#fff; color:#333; text-indent:10px; cursor:pointer;}
#sideMenu .navi_set ul {display:none;}
#sideMenu .navi_set ul li {list-style:none; border-bottom:1px solid #eee;}
#sideMenu .navi_set ul li a{display:block; width:100%; height:30px; line-height:30px; text-align:left; font-size:0.9em; color:#333; cursor:pointer;  text-indent:20px; background-color:#fff;}
#sideMenu .navi_set ul li a:hover{color:#fff; background-color:#aaa; }
#gnba {background-color:#666; text-align:center; padding:10px 0;}
#gnba i{color:#fff; font-size:30px;}
#gnba a { color:#fff; text-align:center; font-size:0.85em;  padding:5px 10px; margin:0 2px;  background:#C53428; border-radius:3px;}
#gnba a:hover { background:#fff; color:#000; }
.jbmFixed{position:fixed !important; top:0; left:0;}



/* 큰기기 PC 상단 */
#header_wrap { width:100%; min-width:1500px; overflow-x:hidden;}
.wrap_box { position:relative; width:100%; max-width:1500px; margin:0 auto; background:none;border-bottom:1px solid #ddd; }
#header { /*position:absolute;*/position:fixed !important; top:0; left:0; width:100%; min-height:95px; background:#fff !important; z-index:500 !important; height:95px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease; }
#header:before {  content: ''; display: block; position: absolute; left:0; top: 95px;  height:1px;background:#ddd; width:100%;   }
 .header_in {  }
#header h1 { position:absolute; display:block;  line-height:80px; left:0; transition: all .3s ease-in-out; background:none;}
#header h1 a img {vertical-align:middle;}

#header.header_on {height:400px !important; background:#fff !important;} /* 메뉴 배경의 높이를 입력합니다.*/
#lnb {position:relative; float:right; margin-right:160px; line-height:95px !important; }  /*로그인 필요시 margin left 살려야 함*/
#lnb:hover .lnb_wrap { height:380px; } /*메뉴의 높이를 입력합니다.*/
#lnb .lnb_wrap { position:relative; overflow:hidden; height:95px; min-height:95px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease; }
#lnb .lnb_wrap > ul > li { float:left;  }
#lnb .lnb_wrap > ul > li > a { display:block; width:100%; padding:0 30px; font-size:1.3em; font-weight:700; color:#333; height:95px; line-height:95px; border-bottom:0px solid rgba(255,255,255,0); }  /*1차메뉴*/
#lnb .lnb_wrap > ul > li > a > span{ display:none; /*display:block; background:#ea5715; width:0px; height:2px; margin:0 auto; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease; */}
#lnb .lnb_wrap > ul > li.current > a, #lnb .lnb_wrap > ul > li.actived > a { color:#ea5715; font-weight:500; border-bottom:0px solid rgba(255,255,255,1); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
/*#lnb .lnb_wrap > ul > li.current > a > span, #lnb .lnb_wrap > ul > li.actived > a > span{display:block; background:#fff; width:100%;}*/

@media all and (max-width:1100px){	
	
	}


#lnb .lnb_sub { margin-top:20px; /* text-align:center; */ }
#lnb .lnb_sub li a { display:block; color:#4c4c4c; padding:0; margin:0 0 2px 40px; height:26px; line-height:26px; font-size:1em; letter-spacing:-0.5px;}  /*2차메뉴*/
#lnb .lnb_sub li a:hover { display:block; color:#8dabe2; font-weight:400; }
#gnbb { display:none !important /*position:absolute; right:0;*/ }  /*탑메뉴 로그인 부분*/
#gnbb a { color:#fff; text-align:center; font-size:0.85em;  line-height:95px; padding:5px 10px; margin:0px;  background:#4166ab; border-radius:0px;}
#gnbb a:hover { background:#000; color:#fff; }
#gnbb a.btn2 { color:#fff; text-align:center; font-size:0.85em;  line-height:95px; padding:5px 10px; margin:0px;  background:#555; border-radius:0px;}
#gnbb a.btn2:hover { background:#000; color:#fff; }
.jbFixed { min-height:auto !important;}
.jbFixed .header_in { position:fixed !important; top:0px; width:100% !important; background:#fff; }
.jbFixed .header_in:before {  content: ''; display: block; position: absolute; left:0; top: 95px;  height:1px;background:#ddd; width:100%;   }
	@media all and (max-width:1100px){	
		.jbFixed .header_in:before { top:65px; height:0;}
	}

/*온라인헌금*/
.m_donate { position:absolute; top:0; right:0; display:block; width:180px; height:95px; transition: all .3s ease-in-out; background:#f3b215; }
.m_donate a {position:relative; display:block;  padding:20px; text-align:center;}
.m_donate a h3 { font-size:20px; letter-spacing:-1px; color:#003087; text-align:center; line-height:90px; font-weight:800; }

	@media all and (max-width:1400px){	
		.m_donate {  width:120px; }
		.m_donate a { padding:20px 5px; text-align:center;}
		.m_donate a h3 {  }
	}
	
	


/*.jbFixed .header_in { position:fixed !important; top:0px; width:100% !important; background:rgba(19,32,60,0.95);}
.jbFixed .header_in #lnb { margin-top:0;}
.jbFixed .header_in #lnb:hover .lnb_wrap{height:280px;} /*메뉴의 높이를 입력합니다.*
.jbFixed .header_in #lnb .lnb_wrap{height:60px; min-height:60px;}
.jbFixed .header_in #lnb .lnb_wrap > ul > li > a { height:60px; line-height:60px; color:#fff;}
.jbFixed .header_in #lnb .lnb_sub li a { display:block; color:#fff; padding:0; margin:0 0 2px 0; height:30px; line-height:30px; font-size:1em; letter-spacing:-0.5px;}
.jbFixed .header_in #lnb .lnb_sub li a:hover { display:block; color:#8dabe2; font-weight:400; }
.jbFixed .header_in #gnbb a { height:60px; line-height:60px !important;}
.jbFixed .header_in #gnbb a.btn2 { color:#fff; text-align:center; font-size:0.85em;  line-height:80px; padding:5px 10px; margin:0 1px; border-radius:0px;}
.jbFixed .header_in #gnbb a.btn2:hover { background:#555; color:#fff; }
.jbFixed .header_in h1 {  height:60px; line-height:50px !important;}
.jbFixed .header_in h1 img { width:80%; transition: all .3s ease-in-out;} */



/* 인덱스 */
#container {position:relative; width:100%; margin:0; padding:0; z-index:1; background:#fff; margin-top:0px;}
.container {position:relative;width:100%;  max-width:1400px; margin:0px auto;  z-index:99;}
.container:after{ content:""; display:block; clear:both;}

	@media all and (max-width:1400px){	
		.container { width:95%; margin:0px auto;  }
	}
	@media all and (max-width:480px){	
		.container h2.ttxtbk25   { padding-left:10px;  }
	}

#main_visual {clear:both; position:relative; text-align:center; width:100%; padding:0; margin:0px auto; overflow:hidden; }
#main_visual:after{ content:""; display:block; clear:both;}
#main_visual .swiper-slide{width:100%; height:100vh; padding:0; /*background-color:#000;*/ overflow:hidden;}
#main_visual .swiper-slide div.backgroundimg1{width:100%; height:100%; background:url('/main/theme/kpcfnc/img/brd_1.jpg'); background-size:100% !importaht; }
#main_visual .swiper-slide div.backgroundimg2{width:100%; height:100%;background-size:100% !importaht;  }
#main_visual .swiper-slide div.backgroundimg3{width:100%; height:100%; background-size:100% !importaht; }
#main_visual .swiper-slide div.backgroundimg4{width:100%; height:100%;background-size:100% !importaht;  }
#main_visual .swiper-slide div.backgroundimg5{width:100%; height:100%; background-size:100% !importaht; }
#main_visual .sliderkit-text {width:100%; border:0px solid red; position:absolute; bottom:35%; left:50%; text-align:center;  margin-left:-50%; }
#main_visual .sliderkit-text h1.lviewa{font-size:3.5em;  color:#fff; line-height:1.3em; font-weight:500; text-shadow: 0px 1px 4px #000; padding-bottom:10px;}
#main_visual .sliderkit-text h1.sviewa{font-size:1.3em;  color:#fff; line-height:1.3em; text-shadow: 0px 1px 4px #000; padding-bottom:10px;}
#main_visual .sliderkit-text span{display:inline-block; height:44px; line-height:44px;padding:0 100px; margin:15px auto; background:none; }
#main_visual .sliderkit-text span h2{ line-height:44px; font-size:1.3em; color:#fed700;  letter-spacing:0.05em;}
#main_visual .swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:60px; display:block;}
#main_visual .swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:60px; display:block;}




.brd_1  { display:block; width:100%; height:auto; min-height:186px;  background:url('/main/theme/kpcfnc/img/brd_1.jpg') top center no-repeat;  background-size:100% !important; }
.brd_2 { display:block; width:100%; height:auto; min-height:186px;  background:url('/main/theme/kpcfnc/img/brd_2.jpg') top center no-repeat;  background-size:100% !important;}

.brd_1 p, .brd_2 p { padding:75px 0 0 0;  }
	
	@media all and (max-width:1400px){	
		.brd_1 p, .brd_2 p { padding:65px 0 0 0;  }
	}
	@media all and (max-width:1300px){	
		.brd_1 p, .brd_2 p { padding:45px 0 0 0;  }
	}
	@media all and (max-width:992px){	
		.brd_1 p, .brd_2 p { padding:75px 0 0 0;  }
	}

	@media all and (max-width:768px){	
		.brd_1, .brd_2 { min-height:150px }
		.brd_1 p, .brd_2 p { padding:55px 0 0 0;  }
	}
	@media all and (max-width:480px){	
		.brd_1 p, .brd_2 p { padding:35px 0 0 0;  }
		.brd_1 .tttxtbk25, .brd_2 .tttxtbk25 { font-size:20px !important;}
	}



#mgal { position:relative; background:#eee;width:100%; padding:60px 0; margin-top:100px;}
#mgal .btn_more1 { position:absolute; bottom:50px; left:15px;  border:1px solid #4c4c4c; background-color: transparent !important; }
#mgal .btn_more1 a { color:#4c4c4c; font-size:14px; text-align:center; padding:10px 20px; line-height:35px; }
#mgal h2 { font-weight:700; font-size:35px; line-height:140%; color:#333; }



	@media all and (max-width:1400px){	
		#mgal .btn_more1 { bottom:30px;  }
		#mgal h2 { font-size:30px; }
	}
	@media all and (max-width:991px){	
		#mgal { padding:50px 0; margin-top:70px;}
		#mgal .btn_more1 { position:relative; float:right !important;  margin-top:-10px; margin-right:20px;}
		#mgal .btn_more1 a {  font-size:12px; padding:10px 10px; line-height:25px; }
		#mgal h2 { font-size:22px; }
	}
	@media all and (max-width:768px){	
		#mgal { padding:40px 0; margin-top:50px;}
		#mgal .btn_more1 { margin-top:0px; }
		#mgal h2 { font-size:19px; letter-spacing:-0.5px }
	}
	@media all and (max-width:480px){	
		#mgal { padding:40px 0; margin-top:40px;}
		#mgal h2 { font-size:17px; letter-spacing:-0.5px }
	}





#m_bnr2 {width:100%;   margin:0px auto; padding:80px 0;  }
#m_bnr2:after{ content:""; display:block; clear:both;}
#m_bnr2 .con_box { width:100%; max-width:1400px; margin:0 auto;}
#m_bnr2 .con_box li {float:left;  display:inline-block; width:20%; height:150px; /*border-right:1px solid #ddd;  */box-sizing:border-box; overflow:hidden; } 
#m_bnr2 .con_box li a{display:block; width:100%; height:100%; cursor:pointer;}
#m_bnr2 .con_box li:last-child { border-right:0;}

#m_bnr2 .con_box li .hover_area { width:95%; height:100%; padding:26px; box-sizing:border-box; transition:0.6s; background:#ff0000;  }
#m_bnr2 .con_box li .hover_area div { margin:0 auto;  box-sizing:border-box; background:#555;  transition:0.6s; }

#m_bnr2 .con_box li strong { position:relative; display:block; padding-top:6px; font-size:1.4em; font-weight:500; color:#fff;letter-spacing:-0.05em; }
#m_bnr2 .con_box li p { padding:0; margin-top:0px; font-size:0.9em; line-height:110%; color:#fff; transition:0.6s;  font-weight:500; letter-spacing:-0.05em; }
#m_bnr2 .con_box li:hover .hover_area div{ transition:0.6s;}
/*#m_bnr2 .con_box li:hover .hover_area.bg1 {-ms-transform: scale(1.1, 1.1); /* IE 9 *	-webkit-transform: scale(1.1, 1.1); /* Safari *	transform: scale(1.1, 1.1);}*/

#m_bnr2 span {  border:1px solid #fff; background-color: transparent !important; color:#fff; font-size:13px; text-align:center; width: 60px; height:30px; padding:3px 7px; margin-top:20px; display:block; }

#m_bnr2 .con_box li .bg1 {background:url('/main/theme/kpcfnc/img/bg1.jpg') top center no-repeat;  background-size:100% !important;}
#m_bnr2 .con_box li .bg2 {background:url('/main/theme/kpcfnc/img/bg2.jpg') top center no-repeat;  background-size:100% !important;}
#m_bnr2 .con_box li .bg3 {background:url('/main/theme/kpcfnc/img/bg3.jpg') top center no-repeat;  background-size:100% !important;}
#m_bnr2 .con_box li .bg4 {background:url('/main/theme/kpcfnc/img/bg4.jpg') top center no-repeat;  background-size:100% !important;}
#m_bnr2 .con_box li .bg5 {background:url('/main/theme/kpcfnc/img/bg5.jpg') top center no-repeat;  background-size:100% !important;}



#copy_bnr{width:100%; height:auto; margin:0px auto; overflow:hidden; background:#2D3238 url('../image/copy_bnr_back.png')no-repeat; background-position:right top;}
#copy_bnr:after{ content:""; display:block; clear:both;}
#copy_bnr .copy_bnr_left {width:100%; max-width:1400px; height:300px; margin:0 auto; }
#copy_bnr .copy_bnr_left .cs_area {float:left; width:30%; text-align:left;  padding:50px 0;}
#copy_bnr .copy_bnr_left .cs_area a {display:inline-block; color:#fff; vertical-align:middle;}
#copy_bnr .copy_bnr_left .cs_area em{  display:block; font-size:0.85em;  font-style: normal; color:#fff; line-height:1.25em; letter-spacing:0.2em;}
#copy_bnr .copy_bnr_left .cs_area p.cs_tit{ display:block; font-size:1.8em; font-weight:200; color:#fff; line-height:1.25em; margin:20px 0 10px 0; }
#copy_bnr .copy_bnr_left .cs_area p.cs_tel{ display:block; font-size:1.5em; color:#fff; }
#copy_bnr .copy_bnr_left .cs_area p.cs_tel span{ font-size:0.75em; color:#000; padding:0 10px; margin-right:10px; background:#fff; border-radius:50px; }
#copy_bnr .copy_bnr_left .cs_area span.cs_txt {display:block; font-size:0.85em; color:#fff; line-height:1.5em;  opacity:0.7; font-weight:200; margin-top:15px; letter-spacing:0.05em; }
#copy_bnr .copy_bnr_right {float:right; width:70%; height:230px; background:#c53528; overflow:hidden; margin-top:50px; } 
#copy_bnr .copy_bnr_right .g_map {float:left; position:relative; width:100%; height:100%; background:#eee; z-index:0;}
#copy_bnr .copy_bnr_right .g_map_go { position:absolute; top:45%; left:50%; margin-left:-80px; padding:10px 40px; color:#fff;  border:1px solid #fff; z-index:99;}
#copy_bnr .copy_bnr_right .g_map_go:hover { display:block; color:#000; background:#fff;  transition:0.6s;}









/* 하단 */
#footer{ clear:both; width:100%; margin:0; padding:50px 0;background:#4c4e4e; }
#footer:after{ content:""; display:block; clear:both;}
#footer .bdrt { border-right: 1px solid #ccc; text-align:center;  }
#footer p {color:#cbcece; font-size:15px; }
#footer .Rt { text-align:right; float:left;  }


@media all and (max-width:991px){	
	#footer .bdrt { border-right:0;  }
	#footer p {padding: 25px 0; }
	#footer .Rt { text-align:center; float:none;  }
	#top_btn {display:none !important;}
}

#top_btn {position:fixed;bottom:10px;right:10px;width:40px;height:40px;background:#000;opacity:0.3;border-radius:0px;color:#fff;text-align:center;font-size:15px;z-index:99;border:0}
#top_btn:hover{opacity:1}


/* PC용 퀵메뉴 */
#backtotop{ position:fixed; bottom:35%; right:10px; z-index : 1000; display:none;}
.q-menu nav div { width:50px; height:50px; line-height:50px; font-size:1.5em; text-align:center; background:rgba(0,0,0,0.5);  margin:10px 0; border-radius:100px; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
.q-menu nav div:hover {background:#4166ab; /*rgba(0,0,0,0.9);*/}
.q-menu nav div i { display:inline-block; vertical-align:top; text-align:center; width:100%; height:30px; line-height:30px; font-size:0.85em; }
.q-menu nav div a { display: inline-block; position: relative; width: 30px; height: 30px; text-align: center; color:#fff; text-decoration:none; }
.q-menu nav div a span {font-size:0.7em; display: inline-block; position: absolute; top: 15%; right: 70px; opacity: 0;/*화살전체위치*/
white-space: nowrap; padding: 5px 8px; border-radius: 3px 3px; background:#4166ab; /*rgba(0,0,0,0.9);*/ color: #fff; margin-top:-2px; line-height: 1em;
-webkit-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; }
.q-menu nav a span:before {content: ''; display: block; position: absolute; right:-10px; top: 50%; margin-top:-5px; border:5px solid transparent; border-left-color:#4166ab; /*rgba(0,0,0,0.9);*/ }/*화살모양*/
.q-menu nav a:after { position: absolute; content: ''; display: inline-block; width: 30px; height: 30px; margin-left: -5px; margin-top: -10px; top: 50%; left: 50%; }
.q-menu nav a:hover { opacity: 1; }
.q-menu nav a:hover span { right: 50px; opacity: 1; }
.q-menu nav a.active { color: #333; opacity: 1; }




/* 서브 */
#sub_visual{ width:100%; height:165px; text-align:center; background:#e8e9eb; padding-top:95px; }
.backgroundimg{position:relative; width:100%; text-align:center; margin:0 auto; height:165px; z-index:0; }
.visual_area {width:100%; max-width:1920px; height:165px; margin:0 auto; }


#sub_wrapper{width:100%; margin:0 auto;}
#sub_wrapper:after{ content:""; display:block; clear:both;}
#sub_menu{ display:block; width:100%;  margin:0px auto; background:#fff; border-bottom:1px solid #ddd; display:none;} 
#sub_menu .sub_tab{width:100%; max-width:1400px; text-align:left; margin:0 auto; }


.sub_location{ width:100%; max-width:1400px; height:60px; font-size: 0; background:#fff; margin:0 auto;}
.sub_location > div{font-size: 0;}
.sub_location > div .cen{ float:left; width:60px; height:60px; line-height:60px; text-align:center; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.sub_location > div .cen i{ color:#000; font-size:1.2em;}
.sub_location ul{width:100%; max-width:1400px; padding:0; margin:0; display: inline-block; width:179px; border-right: 1px solid #ddd;vertical-align: top; box-sizing:border-box; }
.sub_location ul:first-child{ border-left: 1px solid #ddd; }
.sub_location ul li{position: relative; width:100%;}
.sub_location ul li span{display: block; padding: 0 15px; line-height: 60px; font-size:1.2em; color: #000; background: url('../image/icnLocaArr.png') 90% center no-repeat; cursor: pointer;}
.sub_location ul.on li span{background: url('../image/icnLocaArr1.png') 90% center no-repeat;}
.sub_location ul li a{width:100%; display: block; padding: 8px 15px; color: #000; }
.sub_location ul li a:hover{color: #000; background:#ddd;box-sizing:border-box;}
.sub_location ul ul{display: none;position: absolute;top:60px; left: -1px; padding: 0px 0;background:#fff; border: 1px solid #ddd;  border-top:none; z-index:9999;}
.sub_location ul.on li ul{display: block;}
.sub_location ul.dep2 li span{color: #c53528; font-weight:500;}
.sub_location ul.dep2 ul{width:180px;}


#sub_tit { position:absolute; width:100%; max-width:1400px; margin:0px auto; top:170px; left:50%; margin-left:-700px; border:0px solid red;}
#sub_tit .path { position:absolute; top:190px; right:0;  }
#sub_tit .path li { float: left; text-align:center; font-size:0.9em; padding: 0 8px 0 12px; margin:0; color: #000; background: url('../image/ico_path.gif') no-repeat left center; }
#sub_tit .path li a span.ic-home {padding: 0;cursor: pointer;}
#sub_tit .path li a span.ic-home i { background: url('../image/icon_home.png')no-repeat left center; display:inline-block; width:11px; height:11px;}
#sub_tit .path li:first-child { background:none;}
#sub_tit .path li:last-child { color:#000; font-weight:500;}
#sub_tit .title{ position:relative; padding-bottom:10px; font-size:1.8em; color:#fff; text-align:center; text-transform:uppercase; } /*대문자로*/
#sub_tit .title:after{ /*display:block; content:""; width:5%; height:3px;  margin:10px auto; background:#fff; */ }
#sub_tit .normal_txt{display:none; margin:0px 0; font-size:1.2em; color:#fff; text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; font-family: 'Noto Sans KR', sans-serif;}
#sub_tit .normal_txt .color1{color:#fd7701;}


.scontents{width:100%; max-width:1400px; height:100%;  margin:0px auto; padding:30px 0 100px 0; background:none; }
.scontents:after{ content:""; display:block; clear:both;}
.scontents .bg_vline { display: block; width:1px; height:30px; /*background: url('../image/bg_vline.gif') no-repeat center;*/ margin:0px auto; display:none;}
.scontents h3.title {  font-size: 2.5em;  text-align: left; margin-top:0px;}
.scontents .eng {  display:block; text-align:left; font-size: 2.5em;  font-weight:500;  margin:0px 0;}
.scontents .eng em { color: #c53528; font-style: normal;}
.scontents .stitle { font-size:1.2em; line-height:28px; text-align:left; color:#333; margin-bottom:50px; }
.scontents .stitle:after{display:block; width:100%; border-bottom:1px solid #ddd; height:30px; background-color:red;}


.sub_left{float:left; width:210px;  }
.sub_right{float:right; width:960px;}
.sub_left h1{width:95%; display:block; background-color:#18243F; height:90px; line-height:90px; color:#fff; font-size:1.5em; text-align:center;}
.sub_left ul {width:95%;  position:relative; overflow:hidden;}
.sub_left > ul > li {width:100%; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
.sub_left > ul > li > a { display:block; width:100%; padding:0 10px; font-size:1em; font-weight:400; color:#000; height:45px; line-height:45px; border-bottom:1px solid #ddd; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
.sub_left > ul > li:hover > a{background-color:#f2f2f2; color:#000; padding-left:15px;} 
.sub_left > ul > li.on > a{background-color:#4166ab; color:#fff; padding-left:15px;} 
.sub_left .left_cs {position:relative; width:95%; height:240px; text-align:center; background:#fff; margin-top:30px; border:2px solid #ddd; box-sizing:border-box;}
.sub_left .left_cs a {display:block; height:100%;}
.sub_left .left_cs .hover_area em { display:block; color:#000;  font-size:0.85em; padding-top:50px; text-align:center; letter-spacing:0.3em; font-style: normal; opacity:0.7; }
.sub_left .left_cs .hover_area i { display:none; position:absolute; top:10%; left:50%; text-align:center; transform:translate(-50%,0); margin-left:0px; color:#fff;  font-size:2em; opacity:1; }
.sub_left .left_cs .hover_area strong { display:block; color:#000; font-size:1.8em; font-weight:400; padding:25px 0 ;}
.sub_left .left_cs .hover_area p { color:#000; font-size:0.9em; font-weight:200;}
.sub_left .left_cs .hover_area span.btn_view { display:inline-block; width:30px; height:30px; line-height:30px; margin-top:30px; background:url('../image/btn_view.png') no-repeat 50% 50%; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease; }
.sub_left .left_cs .hover_area:hover span.btn_view{-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg); transform: rotate(90deg);}


.tbl{width:100%; border-top:1px solid #333; border-collapse:collapse;}
.tbl th{width:30%; background-color:#f2f2f2; border-bottom:1px solid #ccc; padding:5px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tbl td{width:70%; border-bottom:1px solid #ccc; padding:5px 0; text-indent:10px; font-size:0.9em;}


.tba{width:100%; border-top:1px solid #333; border-collapse:collapse; background-color:#fff;}
.tba th{width:35%; background-color:#f2f2f2; border-bottom:1px solid #ccc; padding:6px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tba td{width:65%; border-bottom:1px solid #ccc; padding:6px 0; text-indent:10px; font-size:0.9em;}


.policy_box{border:1px solid #ddd; padding:10px; height:160px; overflow:auto;}



/* 반응형 중간기기 1300px 사이즈 이하*/
@media all and (max-width:1900px){	
	#lnb .lnb_wrap > ul > li > a {padding:0 27px}
}

/* 반응형 중간기기 1400px 사이즈 이하*/
@media all and (max-width:1500px){

	#lnb .lnb_wrap > ul > li > a { padding:0 20px}
	#lnb { margin-right:120px; }

	.wrap_box{width:98%;}
	#sub_tit{left:0; margin-left:0;}
	
	.sub_right{width:78%;}

	#backtotop{display:none !important;}

}


/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px){	

	#mobile_header{display:block; position:fixed;  min-width:320px; }
	#header_wrap, #gnb_wrap, #gnb_area {display:none !important; }

	#lnb { /*margin-left:250px; */ }	
	#lnb .lnb_wrap > ul > li > a{padding:0 25px}

	.lview{display:none;}
	.sview{display:block;}


	#sub_menu{display:block;}
	.sub_left{display:none;}
	.sub_right{float:none; width:100%;}
	#sub_visual{padding-top:65px;}

	.scontents h3.title { text-align: center;}
	.scontents .eng {  text-align: center;}
	.scontents .stitle { text-align:center; }
	.scontents{width:96%;}

	#container {margin-top:0px;}

	
	#main_visual .swiper-slide{width:100%; height:500px;}
	#main_visual .swiper-slide div.backgroundimg1{height:500px; }
	#main_visual .swiper-slide div.backgroundimg2, #main_visual .swiper-slide div.backgroundimg3, #main_visual .swiper-slide div.backgroundimg4, #main_visual .swiper-slide div.backgroundimg5 {height:500px; }
	#main_visual .sliderkit-text {bottom:30%; text-align:center; border:0px solid red; background:rgba(255,255,255,0); padding:15px 0; }
	#main_visual .sliderkit-text h1.lviewa{font-size:1.4em;}
	#main_visual .sliderkit-text h1.sviewa{font-size:0.9em;}
	#main_visual .sliderkit-text h1 img{width:60%;}
	#main_visual .sliderkit-text span{padding:0 30px; font-size:0.7em;}	




	
	#m_bnr { top:0px;}
	#m_bnr .con_box1 {width:100%; }
	#m_bnr .con_box2 {width:33.33333%;}
	#m_bnr .con_box3 {display:none;}
	#m_bnr .con_box4 {width:33.33334%; }
	#m_bnr .con_box5 {width:33.33333%; }
	#m_bnr .con_box6 {width:100%; border:0; }

	#m_bnr2 {width:100%; margin:0 auto; border-bottom:none; padding:40px 0 25px 0}
	#m_bnr2 .con_box { width:95%; margin:0 auto; }
	#m_bnr2 .con_box li { width:50%;  padding-bottom:15px;} 
	#m_bnr2 .con_box li:nth-child(2) { border-right:0;}
	#m_bnr2 .con_box li:nth-child(3) { border-bottom:0;}
	#m_bnr2 .con_box li:last-child { border-right:0; border-bottom:0;}


	#pro_wrap {padding:50px 0px; }		

	#business_wrap .business_area{width:98%;}
	#business_wrap .business_area ul li{width:32.333333%; margin-right:1.3%; height:auto;}
	#business_wrap .business_area ul li .photo{width:100%; height:auto;}



	#copy_bnr{height:auto;}
	#copy_bnr .copy_bnr_left {width:100%; height:auto; }
	#copy_bnr .copy_bnr_left .cs_area {float:none; width:80%;margin:0 auto;}
	#copy_bnr .copy_bnr_right{width:100%}
	#copy_bnr .g_map {width:100%; }


	#footer{ min-width:320px; padding-bottom:30px; text-align:center;}
	#footer .copyright{width:100%; padding:0 30px; }
	#footer .copyright p{ text-align:center;}
	#footer .cs_area {display:none;}
	
	
	#backtotop{right:15px;}	


	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}
	.sub_location ul ul{width:100.8% !important;}	


	#sub_tit { margin:0px auto; padding:0; left:0%; margin-left:0px; background:none; top:140px}
	#sub_tit .path { display:none; }
	#sub_tit .title{ font-size:1.5em; }
	/*#sub_tit .title:after{display:block; content:""; width:20%; height:3px; background:#fff; margin:10px auto; }*/
	#sub_tit .normal_txt{font-size:1.2em;  color:#fff;  text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; text-shadow: 0px 1px 4px #333; font-family: 'Noto Sans KR', sans-serif;}
	#sub_tit .normal_txt .color1{color:#fd7701;}

}




/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {			

	.mview{display:block;}
	
	/*#main_visual .swiper-slide div.backgroundimg1{height:450px; background:url('../img/mainP1.jpg') top center no-repeat !important;}
	#main_visual .swiper-slide div.backgroundimg2{height:450px; background:url('../image/main_visual02_m.jpg') top center no-repeat !important;}*/

	#main_visual{  margin-top:40px; }
	#main_visual .swiper-slide{width:100%; height:370px;}
	#main_visual .swiper-slide div.backgroundimg1{height:370px; background-size: 110% !important;  }
	#main_visual .swiper-slide div.backgroundimg2, #main_visual .swiper-slide div.backgroundimg3, #main_visual .swiper-slide div.backgroundimg4, #main_visual .swiper-slide div.backgroundimg5 {height:370px; background-size: 110% !important;  }


	.swiper-button-next, .swiper-button-prev{display:none !important;}


	#m_bnr div .hover_area em { display:none;  }
	#m_bnr div .hover_area i { display:block;}
	#m_bnr div .hover_area strong { padding-top:70px; font-size:1.2em; ;}
	#m_bnr div .hover_area p { display:none;}
	#m_bnr div .hover_area span.btn_view { display:none;}
	#m_bnr .con_box2 {height:120px;}
	#m_bnr .con_box3 {display:none;}
	#m_bnr .con_box4 {height:120px;}
	#m_bnr .con_box5 {height:120px; }


	#pro_tab .pro_list > ul > li{ display:inline-block; width:48%; margin:1%; padding-bottom:30px; border:1px solid #ddd; box-sizing:border-box; }


	#business_wrap .business_area ul{ width:90%; margin:0 auto; }
	#business_wrap .business_area ul li { width:100%; height:auto;}
	#business_wrap .business_area ul li .photo {width:100%; height:auto;}


	#sub_tit .path { display:none;}
	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}
	.sub_location ul ul{width:100.8% !important;}


	.scontents{padding:30px 0px;}
	.scontents .stitle { margin-bottom:30px; }


		
	.visual_area {background-position:center top; background-size:cover !important;}
}





/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {	
	
	#main_visual{  margin-top:40px; }
	#main_visual .swiper-slide{width:100%; height:200px;}
	#main_visual .swiper-slide div.backgroundimg1{height:200px; background-size: 130% !important;  }
	#main_visual .swiper-slide div.backgroundimg2, #main_visual .swiper-slide div.backgroundimg3, #main_visual .swiper-slide div.backgroundimg4, #main_visual .swiper-slide div.backgroundimg5 {height:200px; background-size: 130% !important;  }

	/*
	#main_visual .swiper-slide{width:100%; height:250px;}
	#main_visual .swiper-slide div.backgroundimg1{height:250px; background-size: 170% !important;  }
	#main_visual .swiper-slide div.backgroundimg2, #main_visual .swiper-slide div.backgroundimg3, #main_visual .swiper-slide div.backgroundimg4, #main_visual .swiper-slide div.backgroundimg5 {height:250px; background-size: 170% !important;  }
	*/


	#m_bnr2 .con_box li .hover_area {  padding:20px; }
	#m_bnr2 .con_box li { height:140px; } 
	#m_bnr2 .con_box li strong { font-size:1.1em; padding-top:0px; }
	#m_bnr2 .con_box li p { display:none; }


	#pro_wrap{padding-bottom:20px;}
	#pro_area .pro_tit span {font-size:1em; color:#777;  padding:0 70px; }
	#pro_tab{margin:0;}
	#pro_tab .pro_list{margin:10px auto;}
	#pro_tab .pro_list > ul > li{width:90%; margin:5%;}
	#pro_tab .tab { width:100%; }
	#pro_tab .tab a{height:40px; line-height:40px;}
	#pro_tab .tab li{width:50%; margin-right:0%; margin-left:0%; margin-bottom:0%; height:40px; line-height:40px;}
	#pro_tab .tab li:nth-child(1){border-bottom:1px solid #ddd;}
	#pro_tab .tab li:nth-child(2){border-bottom:1px solid #ddd; border-right:0;}
	#pro_tab .tab li:last-child {margin-left:0%; margin-right:0%;}
	#pro_tab .tab li.all { width:50%; margin-right:0%; margin-left:0%; margin-bottom:0%;}
	#pro_tab .pro_list > ul > li > a > p{font-size:1.3em;}
	#pro_tab .pro_list > ul > li > a > div.text{margin-bottom:0px;}

	#business_wrap{padding:50px 0;}


	#copy_bnr .copy_bnr_left .cs_area {padding:50px 30px; }
	#copy_bnr .copy_bnr_left .cs_area p.cs_tit{ font-size:1.5em; }


	#footer .copyright span{font-size:1em;}
	#footer .copyright p{font-size:0.8em;}


	#sub_visual{height:210px; }
	.backgroundimg{height:210px; }
	.visual_area {height:210px; background-position:center top; background-size:cover !important;}

	
	/*#sub_tit {top:95px; background:none; margin:30px auto;}
	#sub_tit .title{  font-size:2em;  } 
	#sub_tit .normal_txt{font-size:1em;}
	.scontents .eng { font-size: 2em; }*/
	.scontents .stitle { font-size:1em;  }	

	.q-menu{ display:none;}	

}




/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	#m_bnr .con_box1 { padding:30px 0 0 30px; }	


	#copy_bnr .copy_bnr_left .cs_area { padding:30px 0;}
	
}

















