@charset "utf-8";

/* 레이아웃 */

#gaonwrap {width:100%; }

#top { position:relative; width:100%; /*height:16.4rem;*/ border-bottom:1px solid #ddd; background:#fff; z-index:100; }
	#toparea { position:relative; max-width:140rem; width:100%; padding:1.2rem 0; display:flex; justify-content:space-between; margin:0 auto; }
	
#container { position:relative; min-width:100%; width:100%; z-index:1; }	
	.inner { position:relative; max-width:140rem; width:100%; margin:0 auto;  }
	#cont1{width:100%; padding-top:4.5rem; background:url('/images/child/cont1Bg.jpg') no-repeat center/cover; overflow:hidden;}
		#cont1 .inner{max-width:none; width:100%;}
	#cont2{position:relative; width:100%;}
		#cont2 .inner{position:relative;}
	
#bottom { position:relative; width:100%; border-top:1px solid #ddd;  background:#F4F5F6; z-index:2; }

@media(max-width:1400px){
#toparea{padding:1.2rem 2.8rem;}

	.inner {padding:0 2.8rem;}
}

@media(max-width:1024px){
	#cont1{padding:4.5rem 0 3rem 0;}
		#cont1 .inner{max-width:140rem; width:100%;}
	#cont2{padding:5rem 0;}
		#cont2 .inner{}
}

@media(max-width:768px){
	.inner {padding:0 1.6rem;}
}

/* 사이드메뉴 */
.sidemenu li.sns{display:none;}
.sidemenu li:nth-of-type(4), .sidemenu li:last-of-type{display:none;}

.utilList .sns{display:none;}
.utilList > li:last-of-type, .utilList > li:nth-of-type(4){display:none;}


/* 하위링크 셀렉트*/
.underLinkUl > li:nth-child(6) a { color:#113d8e; font-weight:700; }


/* 타이틀 */
#top h1.title a { width:100%; height:5.2rem; padding:0 0 0 6.6rem; background:url(/images/common/mark.png) no-repeat; background-size:auto 5.2rem; /* display:flex; align-items:center; */ word-break:keep-all; }
#top h1.title a span { display:block; font-size:2rem; margin-top:-2px; }
#top h1.title a strong{display:block; font-size:3.2rem; line-height:3rem;}


@media (max-width:768px){
	#top h1.title a { height:4rem; padding:0 0 0 5.0rem; background-size:auto 4rem; font-size:3.0rem; }
	
	#top h1.title a span {font-size:1.6rem; margin-top:-2px; }
	#top h1.title a strong{font-size:2.4rem; line-height:2.6rem;}
}




/* 사이드메뉴 */
.sidemenu li.sns{display:none;}
.sidemenu li:nth-of-type(4), .sidemenu li:last-of-type{display:none;} 


/* 메인 메뉴 */
#menu { position:relative; width:100%; height:5.4rem; border-top:1px solid #ddd; z-index:99;  }
#topMenu { position:relative; max-width:140rem; width:100%; overflow:visible !important; margin:0 auto; }

#topMenu > li { position:relative; float:left; width:calc(100% / 5); text-align:center; display:inline-block; }
#topMenu > li > a:link,
#topMenu > li > a:visited { position:relative; vertical-align:middle; height:5.4rem; line-height:5.3rem; color:#111; font-size:1.9rem; font-weight:700; letter-spacing:-1px; word-break:keep-all; display:block; }
#topMenu > li > a:active,
#topMenu > li > a:focus,
#topMenu > li > a:hover,
#topMenu > li > a.select { color:#12ac20;  }

#topMenu > li > a:link::before,
#topMenu > li > a:visited::before { position:absolute; left:50%; bottom:0px; content:''; width:0; border-bottom:3px solid #12ac20; text-align:center; transition:0.3s; transform:translate(-50%, 0); display:block; z-index:100; }
#topMenu > li > a:active::before,
#topMenu > li > a:focus::before,
#topMenu > li > a:hover::before { width:100%; }

#topMenu > li > a:link > ul::before,
#topMenu > li > a:visited > ul::before { position:absolute; left:50%; bottom:0px; content:''; width:0; border-bottom:3px solid #284394; text-align:center; transition:0.3s; transform:translate(-50%, 0); display:block; z-index:100; }
#topMenu > li > a:active > ul::before,
#topMenu > li > a:focus > ul::before,
#topMenu > li > a:hover > ul::before { width:100%; }


@media (min-width:1025px) and (max-width:1280px){
	#topMenu > li > a:link,
	#topMenu > li > a:visited { font-size:2.0rem; }
}


@media (max-width:1024px){
	#menu { display:none; } 
}


/* 서브레이아웃 */
#container.sub { position:relative; min-width:140rem; width:140rem; background:linear-gradient(180deg, rgba(245, 248, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 200px); margin:0 auto 100px; padding-top:50px;  z-index:1; }
	#sLeft {display:none;}
	#sRight { float:left; position:relative; width:100%;  }
		#content { width:100%; }


@media (min-width:1281px) and (max-width:1400px){
	#container.sub { min-width:100%; width:100%; padding:0 24px; background:linear-gradient(180deg, rgba(245, 248, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 60%); margin:0 auto 100px; z-index:1; }				
	#container.sub > .inner { padding:0; }

		#sLeft { float:left; width:250px; margin-right:50px; }
		#sRight { float:left; position:relative; width:calc(100% - 300px); }
			#content { width:100%; }
}


@media (min-width:1025px) and (max-width:1280px){
	#container.sub { min-width:100%; width:100%; padding:0 24px; background:linear-gradient(180deg, rgba(245, 248, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 60%); margin:0 auto 100px; z-index:1; }		
	#container.sub > .inner { padding:0; }

		#sLeft { float:left; width:220px; margin-right:30px; }
		#sRight { float:left; position:relative; width:calc(100% - 250px); }
			#content { width:100%; }
}



@media (min-width:769px) and (max-width:1024px){
	#container.sub { min-width:100%; width:100%; background:none; margin:0 auto 75px; }		
	#container.sub > .inner { padding:0; }

		#sLeft { display:none; }
		#sRight { float:none; position:relative; width:100%; padding:0 24px; }
			#content { width:100%; }
}


@media (max-width:768px){
	#container.sub { min-width:100%; width:100%; background:none; margin:0 auto 50px; }
	#container.sub > .inner { padding:0; }

		#sLeft { display:none; }
		#sRight { float:none; position:relative; width:100%;  }
			#content { width:100%; padding:0 16px; }
}








/* 서브비주얼 */
#sVisible {display:none;}

#sVisible .txt1 { position:absolute; top:4.0rem; color:#3131ac; font-weight:700; font-size:2.4rem; opacity:0; letter-spacing:-1px; z-index:2;
	animation-name:txtMove1;
	animation-duration:1.0s; /* 걸리는 시간 */
	animation-fill-mode:forwards;
	animation-delay:0.2s;
	animation-timing-function:ease;
	animation-iteration-count:1; /* 반복횟수 */
	animation-direction:normal; /* 진행방향 alternate : 순방향 -> 역방향*/ 
	/*
	animation:txtMove1 1.5s 0.2s 1 ease fowards normal;
	*/
}

#sVisible .txt2 { position:absolute; top:7.1rem; color:#100f42; font-weight:700; font-size:3.0rem; opacity:0; letter-spacing:-1px; z-index:3;
	animation:txtMove2 1.0s 0.5s 1 forwards;
}


@keyframes txtMove1 {
	from { right:70px; opacity:0; }
	to { right:120px; opacity:1; }
}
	
@keyframes txtMove2 {
	from { right:70px; opacity:0; }
	to { right:120px; opacity:1; }	
}
	
	
@media (min-width:1025px) and (max-width:1280px){
	#sVisible:after { content:''; position:absolute; width:100%; height:100%; background:rgba(255,255,255,0.7); display:block; z-index:1; }
}


@media (max-width:1024px){
	#sVisible { display:none; } 
}






/* 좌측메뉴 */
.leftMenu > ul > li { display:block; }
.leftMenu > ul > li > a { display:none !important; }


.leftMenu { position:relative; top:0px; width:100%; z-index:10; }
.leftMenu h2 { height:110px; line-height:115px; border-radius:2rem; background:linear-gradient(120deg, #1018b2, #7242af, #b608ff); background-size:200%; color:#fff; text-align:center; text-shadow:2px 2px 5px rgba(0,0,0,0.4); font-size:200%; font-weight:700; box-shadow: 0 0 1rem rgb(12, 12, 106, 0.5); margin-bottom:0 !important;
	animation : leftMenu 10s ease-in-out infinite;
}

.leftMenu > ul > li > ul { width:100%; border:1px solid #ddd; border-top:none; }
.leftMenu > ul > li > ul > li { width:100%; border-bottom:1px solid #ddd; }
.leftMenu > ul > li > ul > li:last-child { border-bottom:none; }
.leftMenu > ul > li > ul > li > a:link,
.leftMenu > ul > li > ul > li > a:visited { width:100%; height:50px; line-height:54px; padding-left:15px; box-sizing:border-box; background:url(/images/common/leftMenu_blt1_off.gif) no-repeat right 1.6rem top 50%; font-size:105%; display:block; }
.leftMenu > ul > li > ul > li > a:active,
.leftMenu > ul > li > ul > li > a:focus,
.leftMenu > ul > li > ul > li > a:hover { font-weight:bold; background:#fdfbfb url(/images/common/leftMenu_blt1_on.gif) no-repeat right 1.6rem top 50%; color:#2268bd; }
.leftMenu > ul > li > ul > li > a.select { background:#fdfbfb url(/images/common/leftMenu_blt1_on.gif) no-repeat right 1.6rem top 50%; color:#2268bd; font-weight:700; }

.leftMenu > ul > li > ul ul {  width:100%; padding:10px 0 10px 15px;  border-top:1px solid #ddd; box-sizing:border-box;background:#fafafa; display: none;}
.leftMenu > ul > li > ul ul li {  width:100%;  }
.leftMenu > ul > li > ul ul li a:link,
.leftMenu > ul > li > ul ul li a:visited { width:100%; height:30px; line-height:30px; padding-left:15px; box-sizing:border-box; background:url(/images/common/leftMenu_blt2_off.gif) no-repeat 0px 50%; color:#555; font-size:1.6rem; display:block;  }
.leftMenu > ul > li > ul ul li a:active,
.leftMenu > ul > li > ul ul li a:focus,
.leftMenu > ul > li > ul ul li a:hover { background:url(/images/common/leftMenu_blt2_on.gif) no-repeat 0px 50%; color:#18a47d; }
.leftMenu > ul > li > ul ul li a.select { background:url(/images/common/leftMenu_blt2_on.gif) no-repeat 0px 50%; color:#18a47d; font-weight:700;  }

.leftMenu > ul > li > ul > li.none { display:none; }

@keyframes leftMenu {
	0% { background-position:0 50%; }
	50% { background-position:100% 50%; }
	100% { background-position:0 50%; }
}
/* 패스바 */
.pathbar { position:absolute; left:0; top:-60px; width:100%; height:60px; background:#d80c18; z-index:3;  }
.pathbar > ul { height:60px; overflow:visible; }
.pathbar > ul > li { position:relative; float:left; width:281px; height:60px; line-height:60px; border-right:1px solid #b60a14; overflow:visible; }
.pathbar > ul > li.home { width:61px; }
.pathbar > ul > li.home.print { position:absolute; right:0; top:0; border-right:none; border-left:1px solid #b60a14; }
.pathbar > ul > li.home > a:link,
.pathbar > ul > li.home > a:visited { width:61px; padding-left:0px; text-align:center; display:block; }
.pathbar > ul > li.home > a:active,
.pathbar > ul > li.home > a:focus,
.pathbar > ul > li.home > a:hover { background:#c80a15; }

.pathbar > ul > li.depth > a:link,
.pathbar > ul > li.depth > a:visited { width:100%; padding-left:20px; background:url(/images/inc/pathbar_blt.gif) no-repeat right top; color:#eee; letter-spacing:-1px; display:block; }
.pathbar > ul > li.depth > a:active,
.pathbar > ul > li.depth > a:focus,
.pathbar > ul > li.depth > a:hover { color:#fff; } 



.pathbar ul li ul.ulMenu1 { position:absolute; left:-1px; top:60px; width:calc(100% + 2px); border:1px solid #ddd; border-top:none; background:#fff; box-shadow:1px 5px 8px rgba(0,0,0,0.05); display:none; overflow:visible; z-index:11; }
.pathbar ul li ul.ulMenu2 { position:absolute; left:-1px; top:60px; width:calc(100% + 2px); border:1px solid #ddd; border-top:none; background:#fff; box-shadow:1px 5px 8px rgba(0,0,0,0.05); display:none; z-index:12;  }


.pathbar ul li ul > li { width:100%; display:block;  }
.pathbar ul li ul a:link,
.pathbar ul li ul a:visited { width:100%; padding:8px 0 8px 20px; line-height:1.5; font-size:95%; transition:0.2s; display:block; }
.pathbar ul li ul a:active,
.pathbar ul li ul a:focus,
.pathbar ul li ul a:hover { background:#ff4a0c; color:#fff; }





@media (min-width:769px) and (max-width:1024px){

}


@media (max-width:768px){
	.pathbar { top:0; height:50px; }
	.pathbar > ul { height:50px; overflow:visible; }
	.pathbar > ul > li { width:calc(50% - 51px); height:50px; line-height:50px; }
	.pathbar > ul > li.home { width:51px; }
	.pathbar > ul > li.home.print { border-left:none; }
	
	
	.pathbar > ul > li.home > a:link,
	.pathbar > ul > li.home > a:visited { width:51px; }
	
	.pathbar > ul > li.home a img { position:relative; top:-5px; left:-5px;}
	
	.pathbar > ul > li.depth > a:link,
	.pathbar > ul > li.depth > a:visited { padding-left:5px; letter-spacing:-1.5px; background-position:103% -5px; }

	.pathbar ul li ul.ulMenu1 { top:50px; }
	.pathbar ul li ul.ulMenu2 { top:50px; }
	
	.pathbar ul li ul a:link,
	.pathbar ul li ul a:visited { padding:8px 0 8px 5px; letter-spacing:-1.5px; }
}






/* 페이지 타이틀 */
.pagetitle { position:relative; width:100%; height:141px; border-bottom:1px solid #ddd; margin-bottom:50px; }

.pagetitle .path { position:absolute; left:0; top:100px; font-size:90%; color:#888; word-spacing:5px; }
.pagetitle .path span { position:relative; top:0px; width:4px; height:7px; line-height:7px; background:url(/images/common/path_blt.gif) no-repeat; text-indent:-9999em; display:inline-block; margin:0 0.8rem; }
.pagetitle .path strong { color:#666; }

.pagetitle h2 { padding:41px 0 0 0px; font-family:pgovb; font-size:220%; color:#000; }


.pagetitle .snsbtn { position:absolute; right:0; bottom:15px; height:35px; }
.pagetitle .snsbtn ul { height:35px; overflow:hidden;}

.pagetitle .snsbtn ul.pcTabletBtn { display:block; }
.pagetitle .snsbtn ul.mobileBtn { display:none; }

.pagetitle .snsbtn ul li { float:left; margin-left:10px; }
.pagetitle .snsbtn ul li.kakaostory { width:35px; height:35px; line-height:35px; background:#fcb700; border-radius:50%; text-align:center; }
.pagetitle .snsbtn ul li.kakaostory img { padding-top:5px; }


@media (min-width:1281px) and (max-width:1400px){
	.pagetitle .snsbtn { right:15px; }
}


@media (min-width:1025px) and (max-width:1280px){
	.pagetitle .snsbtn { right:15px; }
}


@media (min-width:769px) and (max-width:1024px){
	.pagetitle { height:120px; }
	
	.pagetitle .path { top:80px; }	
	.pagetitle h2 { padding:32px 0 0 0px; font-size:200%;  }
	
	.pagetitle .snsbtn { bottom:15px; }
	
	.pagetitle .snsbtn ul.pcTabletBtn { display:none; }
	.pagetitle .snsbtn ul.mobileBtn { display:block; }
	.pagetitle .snsbtn ul li { margin-left:5px; }
			
}

@media (max-width:768px){
	.pagetitle { height:110px; border:none;  }
	.pagetitle .path { position:static; width:100%; height:55px; line-height:55px; padding:0 80px 0 10px; background:#667ba2; color:#fff; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block; }	
	.pagetitle .path strong { color:#fff; }
	
	.pagetitle h2 { padding:40px 15px 0 15px; font-size:200%; }

	.pagetitle .snsbtn { right:8px; top:10px; }
	
	.pagetitle .snsbtn ul.pcTabletBtn { display:none; }
	.pagetitle .snsbtn ul.mobileBtn { display:block; }
	.pagetitle .snsbtn ul li { margin-left:8px; }
}






/*하단 숨김처리*/
#bottom .f-link, #bottom .f-btm .f-btm-text .f-menu{display:none;}

/* 하단 */
.foot-quick { width:100%; background:#fff; border-bottom:1px solid #ddd; }
.foot-quick .inner {  max-width:140rem; width:100%; margin:0 auto; }
.foot-quick .inner > ul { display:flex; justify-content:space-between; border-left:1px solid #ddd; }
.foot-quick .inner > ul > li { position:relative; width:50%; padding:0 2.4rem; border-right:1px solid #ddd;  display:flex; justify-content:space-between; align-items:center; }
.foot-quick .inner > ul > li > .bottomLink { width:100%; height:5.2rem;  background:#fff; text-align:left;  }
.foot-quick .inner > ul > li > i { width:2rem; height:2rem; display:block; transition:transform 0.3s; }
.foot-quick .inner > ul > li > .bottomLinkList { position:absolute; left:-0.1rem; top:-17rem; width:calc(100% + 0.2rem); height:17.0rem; padding:1.6rem; border:1px solid #ddd; background:#f4f4f4; overflow:auto; display:none; } 
.foot-quick .inner > ul > li > .bottomLinkList a:link,
.foot-quick .inner > ul > li > .bottomLinkList a:visited { width:100%; padding:0 1.6rem; line-height:3.0rem; color:#333; font-size:1.6rem; display:block; }
.foot-quick .inner > ul > li > .bottomLinkList a:active,
.foot-quick .inner > ul > li > .bottomLinkList a:focus,
.foot-quick .inner > ul > li > .bottomLinkList a:hover { background:#fff; color:#284394; border-radius:0.8rem; box-shadow:0.3rem 0.3rem 0.6rem rgba(0,0,0,0.1); }

.foot-quick .inner > ul > li > .bottomLink:active,
.foot-quick .inner > ul > li > .bottomLink:focus,
.foot-quick .inner > ul > li > .bottomLink:hover { color:#284394; }

.foot-quick .inner > ul > li > .bottomLink:active + i,
.foot-quick .inner > ul > li > .bottomLink:focus + i,
.foot-quick .inner > ul > li > .bottomLink:hover + i {  transform:rotate(180deg); }


@media (max-width:1400px){
	.foot-quick .inner  { padding:0; }
	.foot-quick .inner > ul { border-left:none; }
	.foot-quick .inner > ul > li:last-child { border-right:none; }
	
}

@media (max-width:560px){
	.foot-quick .inner > ul { flex-wrap:wrap; justify-content:flex-start; }
	.foot-quick .inner > ul > li { width:100%; border-right:none; border-bottom:1px solid #ddd; }
	.foot-quick .inner > ul > li:last-child { border-bottom:none; }
}