@charset "utf-8";

/* background fixed 사용시 버그 대응용 * 한 번 스크롤로 페이지 전체 넘김을 할 때는 html스타일에서 height속성 제거하기 */
/* html {overflow: hidden; height: 100%;} */
/* body {overflow: auto; height: 100%;} */

/* ******************** 공용 ******************** */

body {font-family:'NotoSansKR'; font-size:16px; font-weight:300; line-height:1.6; color:#666; word-break:keep-all;}
body * {box-sizing:border-box;}

a {color:#666; transition:all .3s;}
a:hover {color:#000;}

#gotop {visibility:hidden; position:fixed; right:250px; bottom:250px; padding:0; display:block; font-size:12px; font-weight:500; color:#5b6689; letter-spacing:-1px;  background:transparent; transition:all .3s;  cursor:pointer; }
#gotop:before {
	content:''; display:block; width:58px; height:58px; border-radius:50%;
	background:#5b6689 url(../images/common/i-top.png)center no-repeat;
	position:relative; top:0;
}

select { 
	padding-right:40px;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */ 
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common/select_arrow.png) no-repeat right 10px center; /* 화살표 모양의 이미지 */ 
} 
select::-ms-expand {display: none;} /* IE 10, 11의 네이티브 화살표 숨기기 */ 
select::focus {outline:none}

input[type='text'] {-webkit-appearance: none;}

.c_green {color:#3f7bd2 !important;}
.c_blue {color:#3b55a3 !important;}
.c_green2 {color:#46936d !important;}



/* ************************ 데스크탑 (992~) ************************ */
@media screen and (min-width: 992px) {
	
	.mobile {display:none !important}

	header {position:absolute; left:0; top:0; width:100%; z-index:999999}
	header .head-wrap {position:relative; height:70px;}
	header .head-wrap .logo {float:left; margin-top:20px;}
	header .head-wrap .logo a {display:inline-block}
	header .head-wrap aside {position:absolute; right:0; top:0; height:100%;}
	header .head-wrap aside>* {float:left;}
	header .head-wrap aside .head-login {display:inline-block; padding-top:27px; padding-right:5px; border-right:1px solid #e8e8e8;}
	header .head-wrap aside .head-login li {position:relative; float:left; line-height:1;} 
	header .head-wrap aside .head-login li a {display:inline-block; padding-right:15px; font-size:13px; color:#999; font-weight:300;}
	header .head-wrap aside a.lang { display:inline-block;font-size:13px; font-weight:400; color:#000; }
	header .head-wrap aside a.lang {margin:27px 0 0 20px; padding-left:20px; background:url(../images/common/i-lang.svg)left center /15px no-repeat;}

	
	
	nav.pc {position:relative; overflow:hidden; border-top:1px solid #ececec;}
	nav.pc .gnb>ul {position:relative; padding:0 50px}
	nav.pc .gnb>ul:after {clear:both; content:''; display:block;}
	nav.pc .gnb>ul>li {position:relative; float:left;}
	nav.pc .gnb>ul>li:last-child {padding-right:0 !important}
	nav.pc .gnb>ul>li>a {position:relative; display:inline-block; font-size:20px; font-weight:500; line-height:60px; color:#000; letter-spacing:-1px;}
	nav.pc .gnb>ul>li>a:before {position:absolute; left:0; top:0; content:''; display:inline-block; width:100%; height:3px; background:#3f7bd2; opacity:0; transition:all .3s;}
	nav.pc .gnb>ul>li:hover>a {color:#3f7bd2}
	nav.pc .gnb>ul>li:hover>a:before {opacity:1;}
	nav.pc .gnb>ul>li.on>a {color:#3f7bd2}
	nav.pc .gnb>ul>li.on>a:before {opacity:1;}
	nav.pc .gnb>ul>li>ul {position:absolute; left:0; top:60px; padding-top:35px;}
	nav.pc .gnb>ul>li>ul>li {margin-bottom:5px;}
	nav.pc .gnb>ul>li>ul>li:last-child {margin-bottom:0}
	nav.pc .gnb>ul>li>ul>li a {position:relative; display:inline-block; color:#fff; letter-spacing:-.5px;}
	nav.pc .gnb>ul>li>ul>li a:before {content:''; display:block; width:7px; height:2px; background:#ffd133; position:absolute; left:-13px; top:12px; opacity:0; transition:all .3s;}
	nav.pc .gnb>ul>li>ul>li.on a,
	nav.pc .gnb>ul>li>ul>li a:hover {color:#ffd133;}
	nav.pc .gnb>ul>li>ul>li.on a:before,
	nav.pc .gnb>ul>li>ul>li a:hover:before {opacity:1;}
	nav.pc .gnb>ul>li.mobile {display:none;}

	nav.pc .navbg {position:absolute; left:0; top:0; width:100%; height:100%;}
	nav.pc .navbg .dep1 {height:60px; background:#fff}
	nav.pc .navbg .dep2 {height:100%; background:#081e4d; opacity:.96;}

	.headerH {height:130px;}
	
	.sub-visual {position:relative; width:100%; height:170px; text-align:center; color:#fff; background:url(../images/include/bg_intro.jpg)center /cover no-repeat;}
	.sub-visual .cover {position:absolute; left:0; top:0; right:0; bottom:0; background:#000; opacity:.5;}
	.sub-visual .sub-visual-wrap {display:table; width:1200px; height:100%; margin:0 auto; position:relative;}
	.sub-visual .sub-visual-text {display:table-cell; vertical-align:middle; padding-top:10px;}
	.sub-visual .sub-visual-text h2 {font-size:30px; font-weight:700; letter-spacing:-.5px; padding-bottom:12px; position:relative;}
	.sub-visual .sub-visual-text h2:after {content:''; display:block; width:58px; height:2px; background:#fff; position:absolute; bottom:0; left:calc(50% - 29px);}
	.sub-visual .sub-visual-text p {padding-top:15px; font-size:18px; font-weight:400; font-family:'Arial narrow'; letter-spacing:1px;}
	
	/* .sub-visual .sub-visual-wrap {background-image:url(../images/include/bg_.jpg);} */

	[class*="-wrap"] {width:1200px; margin:0 auto;}
	
	.lnb {position:absolute; top:300px; left:0; width:100%; height:60px; border-bottom:1px solid #e8e8e8; background:#f9f9f9;}
	.lnb .lnb-wrap {position:relative; height:100%;}
	.lnb .lnb-wrap>* {float:left;}
	.lnb .lnb-wrap .home {display:block; width:60px; height:100%; font-weight:300; background:url(../images/common/i-home.svg)center /22px no-repeat; border:1px solid #e6e6e6; border-top:0; border-bottom:0;}
	.lnb .lnb-menu {}
	.lnb .lnb-menu ul {padding:22px 0 22px 20px; overflow:hidden;}
	.lnb .lnb-menu ul li {padding:0 30px; line-height:1; float:left;}
	.lnb .lnb-menu ul li+li {border-left:1px solid #dadada;}
	.lnb .lnb-menu ul li a {position:relative; display:block; color:#000; letter-spacing:-.5px; font-weight:400;}
	.lnb .lnb-menu ul li a:after {content:''; display:block; width:100%; height:3px; background:#f9f9f9; position:absolute; left:0; bottom:-8px; transition:all .3s;}
	.lnb .lnb-menu ul li a:hover,
	.lnb .lnb-menu ul li.on a {color:#3f7bd2;}
	.lnb .lnb-menu ul li.on a:after {background:#3f7bd2;}

	.lnb.fixOn {position:fixed !important; width:100%; z-index:1000 !important; top:0 !important; box-shadow:0 3px 3px rgba(0,0,0,.05)}

	/* ***** contents ***** */
	.contents {}
	.contents-wrap {padding:50px 0 80px;}
	.page_title {padding-top:110px;}
	.page_title_wrap {position:relative; width:1200px; margin:0 auto;}
	.page_title_wrap h3 {color:#000; font-size:30px; font-weight:400; letter-spacing:-.5px;}	
	.page_title_wrap ul {position:relative;float:right;}
	.page_title_wrap ul:before {content:''; display:block; width:10px; height:3px; background:#aeaeae; position:absolute; left:-20px; top:6px;}
	.page_title_wrap ul li {float:left; font-size:14px; color:#999; line-height:1; letter-spacing:-.5px; font-weight:300;}
	.page_title_wrap ul li+li { padding-left:14px; margin-left:10px; background:url(../images/common/i-navigation.png)left center no-repeat;}

	
	footer {padding:40px 0 30px !important; font-weight:300; background:#f7f7f7;}
	.footer-wrap {position:relative; overflow:hidden;}
	.footer-wrap>* {float:left;}
	.footer-logo {padding-right:20px;}
	.footer-info address a {color:#666;}
	.footer-info address p {font-size:14px;}
	.footer-info address p span {padding-right:15px;}
	
	/* footer::롤링배너 */
	.footRoll {padding:20px 0; height:80px; background:#fff; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
	.rollArea {position:relative; width:1200px; margin:0 auto;}
	.rollWrap {width:1160px; margin:0 auto; overflow:hidden;}
	.rollWrap ul {width:3200px;}
	.rollWrap ul li {display:inline-block; padding:0 27px; text-align:center;}
	.rollWrap ul li a {display:block;}
	.rollWrap ul li a img {}
	.rollBtn {position:absolute; top:calc(50% - 8px); left:0; width:100%;}
	.rollBtn a {display:block; width:9px; height:16px; position:absolute; top:0; background:url(../images/common/rollPrev.png)center no-repeat;}
	.rollBtn a.prev {left:0;}
	.rollBtn a.next {right:0; background-image:url(../images/common/rollNext.png)}
	
	
	
	

	/* 이메일무단수집거부 */
	#layerPop {display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, .5); z-index:10000000}
	#layerPop .wrap {position:absolute; left:0; top:0; display:table; width:100%; height:100%; text-align:center;}
	#layerPop .wrap .inner {display:table-cell; vertical-align:middle;}
	#layerPop .wrap .inner div {position:relative; display:inline-block; border-radius:10px; overflow:hidden; background:#fff}
	#layerPop .wrap .inner div h2 {display:block; width:100%; height:55px; padding:0 30px; line-height:55px; font-size:22px; font-weight:500; text-align:left; border-bottom:1px solid #ddd; background:#f9f9f9;}
	#layerPop .wrap .inner div a {position:absolute; right:0; top:0; width:55px; height:55px; border-left:1px solid #ddd; text-indent:100%; white-space:nowrap; overflow:hidden; background:url(../images/common/i-close.png) no-repeat center;}
	#layerPop .wrap .inner div p {padding:50px 30px; color:#000;}
}


/* ************************ 데스크탑 이하 태블릿 이상 (992~1199) ************************ */
@media (min-width: 992px) and (max-width: 1199px) {
	
	nav.pc .gnb>ul>li {padding-right:10% !important}
	
}


/* ************************ 태블릿 이하(~991) ************************ */
@media screen and (max-width: 991px) {

	.pc {display:none !important;}
	.mobile {display:block;}
	nav.mobile {display:none;}
	
	header {width:100%; height:55px;}
	header .head-wrap {z-index:100; position:absolute; left:0; top:0; width:100%; height:55px; padding:0 20px; overflow:hidden; line-height:1; background-color:#fff; box-shadow:0 5px 5px rgba(0,0,0,.1);}
	body.mainType header .head {top:50px;}
	header .head-wrap a.mobile {position:absolute; top:0; background-size:17px; width:55px; height:55px; background-repeat:no-repeat; background-position:center; cursor:pointer;}
	header .head-wrap a.gnbLogin {
		border-left:1px solid #efefef;
		background:url(../images/common/i-loginout.png) no-repeat center;
		right:55px;
		background-size:17px;
	}

	header .head-wrap a.gnbLogout {
		border-left:1px solid #efefef;
		background:url(../images/common/i-login.png) no-repeat center;
		right:55px;
		background-size:17px;
	}

	header .head-wrap a.left {
		border-left:1px solid #efefef;
		right:0;
		background:url(../images/common/i-menu.png) no-repeat center;
		background-size:17px;
	}

	header .head-wrap .gnbView {background-image:url(../images/common/icon_allmenu.png);}
	header .head-wrap .gnbView img {height:15px;}
	header .head-wrap .search {background-image:url(../images/common/i_search_total.png); right:45px !important;}
	header .head-wrap .login {background-image:url(../images/common/icon_login.png);}
	header .head-wrap .logout {background-image:url(../images/common/icon_login.png);}
	header .head-wrap h1 {display:block;}
	header .head-wrap h1 a {display:inline-block; padding-top:12px;}
	header .head-wrap h1 a img {height:30px;}

	
	/*gnb*/
	nav.pc {display:none;}
	nav.mobile {display:none; z-index:9999; position:fixed; top:0; width:80%; height:100%; overflow:hidden; box-shadow:0 !important; background-color:#fff;}
	nav.mobile .closeWrap {position:relative; height:60px; background-color:#fff; color:#666; border-bottom:1px solid #efefef; padding-bottom:5px;}
	nav.mobile .closeWrap:after {content:''; display:block; width:100%; height:5px; background:#efefef; position:absolute; left:0; bottom:0; }
	nav.mobile .closeWrap .gnbClose {display:block; width:55px; height:55px; background:url(../images/common/i-close.png) no-repeat center; background-size:17px; border-left:1px solid #efefef; float:right; text-indent:100%; white-space:nowrap; overflow:hidden;}
	nav.mobile .closeWrap aside a {position:relative; float:left; display:inline-block; margin:0 20px; color:#666; font-size:12px; letter-spacing:0; height:55px; line-height:55px; font-weight:400;}
	nav.mobile .closeWrap aside a+a {margin-left:0;}
	nav.mobile .closeWrap aside a:last-child {margin-right:0;}
	nav.mobile .closeWrap aside a.second {margin-left:0;}
	nav.mobile .closeWrap aside a.on {color:#00a950;}
	nav.mobile .closeWrap aside a.second:after {content:''; display:none; width:100%; height:1px; background:#00a950; position:absolute; left:0; bottom:18px;}
	nav.mobile .closeWrap aside a.on:after {display:block;}
	.gnbCover {z-index:9998; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.5);}

	nav.mobile .gnb {position:relative; width:100%; height:100%; padding:0; overflow-y:auto; text-align:left !important;}
	nav.mobile .gnb * {width:100% !important;}
	nav.mobile .gnb>ul>li {clear:both; position:relative;}
	nav.mobile .gnb>ul>li>a {display:block; padding:13px 20px; font-size:16px; font-weight:400; color:#000; border-bottom:1px solid #e4e4e4; background:#fff;}
	/* nav.mobile .gnb>ul>li>a:hover {color:#00ab85;} */
	/* nav.mobile .gnb>ul>li.on>a {border-top:1px solid #e4e4e4;} */
	nav.mobile .gnb>ul>li>ul {display:none;}
	nav.mobile .gnb>ul>li>ul>li {position:relative;}
	nav.mobile .gnb>ul>li>ul>li a {
		display:block; padding:12px 20px 12px 40px; font-size:16px; color:#000; letter-spacing:-.5px; border-bottom:1px solid #e5e5e5;
		position:relative; background:#f8f9fb;
	}
	nav.mobile .gnb>ul>li>ul>li a:before {
		position:absolute; top:23px; left:25px; transition:all .3s;
		display:block; content:""; border-radius:50%;
		width:4px; height:4px; background:transparent; 
	}
	
	nav.mobile .gnb>ul>li>a:hover {}
	nav.mobile .gnb>ul>li.on>a {color:#fff; background:#3f7bd2;}
	nav.mobile .gnb>ul>li>ul>li a:hover {color:#3f7bd2;}
	nav.mobile .gnb>ul>li>ul>li a:hover:before,
	nav.mobile .gnb>ul>li>ul>li.on a:before {background:#3f7bd2;}
	nav.mobile .gnb>ul>li>ul>li.on a {color:#3f7bd2;}
	
	.sub-visual {position:relative; width:100%; height:160px; text-align:center; color:#fff; background:url(../images/include/bg_intro.jpg)center /cover no-repeat;}
	.sub-visual .cover {position:absolute; left:0; top:0; right:0; bottom:0; background:#000; opacity:.5;}
	.sub-visual .sub-visual-wrap {display:table; width:100%; height:100%; margin:0 auto; position:relative;}
	.sub-visual .sub-visual-text {display:table-cell; vertical-align:middle; padding-top:10px;}
	.sub-visual .sub-visual-text h2 {font-size:27px; font-weight:700; letter-spacing:-.5px; padding-bottom:12px; position:relative;}
	.sub-visual .sub-visual-text h2:after {content:''; display:block; width:50px; height:2px; background:#fff; position:absolute; bottom:0; left:calc(50% - 25px);}
	.sub-visual .sub-visual-text p {padding-top:12px; font-size:17px; font-weight:400; font-family:'Arial narrow'; letter-spacing:1px;}
	
	
	/* ***** contents ***** */
	[class*="-wrap"] {padding:0 20px;}
	.contents {}
	.contents-wrap {padding:40px 20px;}
	.page_title {padding:40px 20px 0;}
	.page_title_wrap {position:relative;}
	.page_title_wrap h3 {color:#000; font-size:27px; font-weight:400; letter-spacing:-.5px;}	
	.page_title_wrap ul {position:relative;float:right;}
	.page_title_wrap ul:before {content:''; display:block; width:10px; height:3px; background:#aeaeae; position:absolute; left:-20px; top:6px;}
	.page_title_wrap ul li {float:left; font-size:13px; color:#999; line-height:1; letter-spacing:-.5px;}
	.page_title_wrap ul li+li { padding-left:14px; margin-left:10px; background:url(../images/common/i-navigation.png)left center no-repeat;}

	.contents .sub-title {position:relative; margin-bottom:20px; font-size:20px; font-weight:400; color:#3f7bd2;}
	.contents .sub-title:before {position:absolute; left:0; top:0; content:''; display:inline-block; width:20px; height:20px; border-radius:100%; border:4px solid #3f7bd2; background:#fff;}
	.contents .sub-title span {padding-left:20px; font-size:16px; font-weight:300; color:#666;}
	
	.contents .sub-title {position:relative; margin-bottom:20px; font-size:18px; font-weight:400; color:#3f7bd2; }
	.contents .sub-title:before {position:relative; content:''; display:inline-block; width:15px; height:15px; margin-right:10px; border-radius:100%; border:4px solid #3f7bd2; background:#fff}
	.contents .sub-title span {padding-left:20px; font-size:15px; font-weight:300; color:#666;}
	.contents table .hidden {position:absolute; left: -100000px; top: auto; width:1px; height:1px; overflow:hidden;}
	
	footer {padding:40px 0 30px; text-align:center; background:#f7f7f7;}
	.footer-logo {margin-bottom:10px;}
	.footer-wrap {position:relative;}
	.footer-info address {}
	.footer-info address p {font-size:14px; line-height:1.8;}
	.footer-info address p span {display:inline-block; padding:0 5px;}
	.footer-wrap .i-facebook {
		position:absolute; right:calc(50% - 13.5px); bottom:20px; display:block; width:37px; height:37px;
		background:url(../images/common/i-facebook.png)center no-repeat;
	}
	
	
	/* 이메일무단수집거부 */
	#layerPop {display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, .5); z-index:10000000}
	#layerPop .wrap {position:absolute; left:0; top:0; display:table; width:100%; height:100%; text-align:center;}
	#layerPop .wrap .inner {display:table-cell; vertical-align:middle;}
	#layerPop .wrap .inner div {position:relative; display:inline-block; border-radius:10px; overflow:hidden; background:#fff}
	#layerPop .wrap .inner div h2 {display:block; width:100%; height:55px; padding:0 30px; line-height:55px; font-size:22px; font-weight:500; text-align:left; border-bottom:1px solid #ddd; background:#f9f9f9;}
	#layerPop .wrap .inner div a {position:absolute; right:0; top:0; width:55px; height:55px; border-left:1px solid #ddd; text-indent:100%; white-space:nowrap; overflow:hidden; background:url(../images/common/i-close.png) no-repeat center;}
	#layerPop .wrap .inner div p {padding:50px 30px; color:#000;}


	/* footer::롤링배너 */
	.footRoll {padding:20px; height:80px; background:#fff; border-top:1px solid #e5e5e5;}
	.rollArea {position:relative; width:100%;}
	.rollWrap {margin:0 20px; overflow:hidden;}
	.rollWrap ul {width:3000px;}
	.rollWrap ul li {display:inline-block; padding:0 15px; text-align:center;}
	.rollWrap ul li a {display:block;}
	.rollWrap ul li a img {}
	.rollBtn {position:absolute; top:calc(50% - 8px); left:0; width:100%;}
	.rollBtn a {display:block; width:9px; height:16px; position:absolute; top:0; background:url(../images/include/rollPrev.png)center no-repeat;}
	.rollBtn a.prev {left:0;}
	.rollBtn a.next {right:0; background-image:url(../images/include/rollNext.png)}


	
}





/* ************************ 모바일 (0~767) ************************ */
@media screen and (max-width:767px) {
	body {font-size:15px;}
	
	
	
	.sub-visual {height:80px;}
	.sub-visual .sub-visual-wrap {background-size:160px;}
	.sub-visual .sub-visual-text h2 {font-size:21px;}
	.sub-visual .sub-visual-text p {font-size:15px; line-height:1.2; display:none;}
	
	/* ***** contents ***** */
	.contents {}
	.contents-wrap {padding:30px 20px;}
	.page_title {padding:30px 20px 0;}
	.page_title_wrap {}
	.page_title_wrap h3 {font-size:24px;}
	.page_title_wrap h3:before {}
	.page_title_wrap ul {}
	.page_title_wrap ul:before {width:8px; height:2px; left:-16px; top:5px;}
	.page_title_wrap ul li {font-size:13px; line-height:1;}
	.page_title_wrap ul li:first-child {}
	.page_title_wrap ul li+li {padding-left:12px; margin-left:10px;}
	

	.contents {}
	.contents .titleWrap h2 {font-size:22px;}
	.contents .titleWrap span {padding-top:15px; margin-top:15px;}
	.contents .sub-section {}
	.contents .sub-title span {display:block; padding-left:0; line-height:normal;}

	/* 서브 탭 */
	.contents .sub-tab-area {margin-top:40px;}
	.contents .sub-tab-area ul li {float:left; width:calc((100% - 10px)/2); margin:0}
	.contents .sub-tab-area ul li+li {margin-left:10px;}
	.contents .sub-tab-area ul li a {display:block; position:relative; padding:12px 10px; font-size:16px; line-height:1; font-weight:400; color:#666; text-align:center; border-radius:5px; border:1px solid #ddd}
	.contents .sub-tab-area ul li.on a {color:#fff; background:#16b6b5; border:1px solid #16b6b5}
	
	/* footer */
	.footer-btn {}
	.footer-btn-wrap {height:auto; padding:0;}
	.footer-btn-wrap ul {padding:0 20px;}
	.footer-btn-wrap>ul li {margin-right:15px; padding:17px 0;}
	.footer-btn-wrap>ul li:last-child {margin-right:0;}
	.footer-btn-wrap>ul li a {font-size:13px;}
	.family-site {position:relative; border:0; border-top:1px solid #e5e5e5; width:100%;}
	.family-site>a {width:100%; padding:0 20px; font-size:13px; line-height:50px;}
	.family-site .family-site-list {bottom:50px;}
	
	
	/* 이메일무단수집거부 */
	#layerPop .wrap .inner {padding:0 20px;}
	#layerPop .wrap .inner div h2 {display:block; width:100%; height:55px; padding:0 20px; line-height:55px; font-size:18px;}
	#layerPop .wrap .inner div p {padding:30px; color:#000;}
	#layerPop .wrap .inner div p br {display:none;}






	
}