@charset "utf-8";


/* 레이아웃 */

#gaonwrap { min-width:140rem; width:100%; }

#top { position:relative; min-width:140rem; width:100%; /*height:16.4rem;*/ border-bottom:1px solid #ddd; background:#fff; z-index:100; }
	#toparea { position:relative; width:140rem; 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; width:140rem; margin:0 auto;  }
	
        #cont1 { position:relative; width:100%; padding:5.4rem 0; background:linear-gradient(160deg, #f8fafd, #f3f1fc); margin:0 auto;  }
			#cont1 > .inner { display:flex; justify-content:space-between; gap:4.8rem; }
				#cont1Left { width:22.4%; }
				#cont1Center { width:calc(55.5% - 9.6rem); }
				#cont1Right { width:22.4%; }

        #cont2 { position:relative; max-width:140rem; width:100%; padding:5.4rem 0 0; margin:0 auto; display:flex; justify-content:space-between; gap:4.8rem; }
		#cont3 { position:relative; width:100%; padding:12.6rem 0 4.3rem; overflow:hidden; }
		#cont4 { position:relative; width:100%; padding:2.4rem 0; border-top:1px solid #ddd;  }
		
#bottom { position:relative; width:100%; border-top:1px solid #ddd;  background:#F4F5F6; z-index:2; }	



@media (min-width:1281px) and (max-width:1400px){
	#gaonwrap { min-width:100%; }

	#top { min-width:100%; }
		#toparea { width:100%; padding:1.2rem 2.8rem; }
	
	#container { }
        .inner { width:100%; padding:0 2.8rem; }
		
			#cont2 { max-width:100%; padding:5.4rem 2.8rem; } 
}


@media (min-width:1025px) and (max-width:1280px){
	#gaonwrap { min-width:100%; }

	#top { min-width:100%; }
		#toparea { width:100%; padding:1.2rem 2.8rem; }
	
	#container { }
        .inner { width:100%; padding:0 2.8rem; }

			#cont1 {  }
				#cont1 > .inner { flex-wrap:wrap; }
				#cont1Left { width:33.3%; }
				#cont1Center { width:calc(66.7% - 4.8rem); }
				#cont1Right { width:100%; display:flex; justify-content:space-between; gap:4.8rem;  }
				
			#cont2 { max-width:100%; padding:5.4rem 2.8rem; } 
			#cont3 { padding:0 0 4.3rem; overflow:hidden; }			
}


@media (min-width:769px) and (max-width:1024px){
	html, body, #gaonwrap { min-width:100%; width:100%; }
		
	#gaonwrap { min-width:100%; }

	#top { min-width:100%; }
		#toparea { width:100%; padding:1.2rem 2.8rem; }
	
	#container { }
        .inner { width:100%; padding:0 2.8rem; }
		
            #cont1 { }
			#cont1 > .inner { flex-wrap:wrap; }
				#cont1Left { width:calc(50% - 2.4rem); order:2; }
				#cont1Center { width:100%; order:1;  }
				#cont1Right { width:calc(50% - 2.4rem); order:3; }

        #cont2 { max-width:100%; padding:5.4rem 2.8rem; flex-wrap:wrap; gap:4.0rem; } 
		#cont3 { padding:0 0 4.3rem; overflow:hidden; }
		#cont4 { display:none; }
}


@media (max-width:768px){
	html, body, #gaonwrap { min-width:100%; width:100%; }
		
	#gaonwrap { min-width:100%; }

	#top { min-width:100%; }
		#toparea { width:100%; padding:1.2rem 2.8rem; }
	
	#container { }
        .inner { width:100%; padding:0 1.6rem; }
		
            #cont1 { }
			#cont1 > .inner { flex-wrap:wrap; gap:4rem; }
				#cont1Left { width:100%; order:2; }
				#cont1Center { width:100%; order:1;  }
				#cont1Right { width:100%; order:3; }

        #cont2 { max-width:100%; padding:5.4rem 1.6rem;  flex-wrap:wrap; gap:4.0rem;  } 
		#cont3 { padding:0 0 4.3rem; overflow:hidden; }
		#cont4 { display:none; }
}




/* 하위링크 셀렉트*/
.underLinkUl > li:nth-child(1) a { color:#113d8e; font-weight:700; }


/* 타이틀 */
#top h1.title { }
#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 { position:relative; top:-1px; }

@media (min-width:769px) and (max-width:1024px){

}

@media (max-width:768px){
	#top h1.title { }
	#top h1.title a { height:4rem; padding:0 0 0 5.0rem; background-size:auto 4rem; font-size:3.0rem; }
}





/* 메인 메뉴 */
/*#menu { position:absolute; right:0px; top:10.8rem; width:100%; border-top:1px solid #ddd; z-index:99; }*/
#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% / 7); text-align:center; display:inline-block; }
#topMenu > li:last-child { display:none; }
#topMenu > li > a:link,
#topMenu > li > a:visited { position:relative; vertical-align:middle; height:5.4rem; color:#111; font-size:1.9rem; font-weight:700; letter-spacing:-1px; word-break:keep-all; display:flex; justify-content:center; align-items:center; }
#topMenu > li > a:active,
#topMenu > li > a:focus,
#topMenu > li > a:hover,
#topMenu > li > a.select { color:#284394;  }

#topMenu > li > a:link::before,
#topMenu > li > a:visited::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::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; } 
}


/* 서브메뉴 표시 */
#topMenu > li:hover > ul { background:#fafafa; }
#topMenu > li > ul { position:absolute; left:0; top:5.3rem; width:100%; height:32.5rem; padding:10px 0 0 0px; border-top:1px solid #ddd; border-left: 1px solid #eee; background:#fff; display:none; clear:both; z-index:1003;   }
#topMenu > li > ul > li { position:relative; width:100%; padding:3px 10px 4px 10px;  text-align:left; display:block; }
#topMenu > li > ul.end { border-right: 1px solid #eee;}

#topMenu > li > ul > li > a:link,
#topMenu > li > ul > li > a:visited { width:100%; height:auto; padding:0; background:none; color:#333; border:0; line-height:1.3; text-decoration:none; font-family:pgovm; font-size:1.5rem; margin:0; letter-spacing:-1px;  }
#topMenu > li > ul > li > a:active,
#topMenu > li > ul > li > a:hover,
#topMenu > li > ul > li > a:focus,
#topMenu > li > ul > li > a.select { clear:both; color:#2268bd; }

#topMenu > li > ul > li > ul.mdepth3 { width:0; height:0; font-size:0; display:none; }

.submenu { display:none; overflow:hidden; }

.menubox { position:absolute; left:0; top:16.2rem; width:100%; height:32.8rem; border-top:1px solid #ddd; border-bottom:3px solid #284394; background:#fff; display:none; z-index:10; }



#topMenu > li > ul > li.none { display:none; }



@media (max-width:1024px){
	.topMenu,
	.menubox { display:none; } 	
	.menubox { width:0; height:0; border:0; line-height:0; }
}	
	




/* 서브레이아웃 */
#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; z-index:1; }
	#sLeft { float:left; width:280px; margin-right:60px; }
	#sRight { float:left; position:relative; width:calc(100% - 340px); }
		#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 {position:relative; width:100%; height:15rem; background:#d9d4d0 url(/images/council/sub/sVisible_bg.jpg) no-repeat 50% 50%;}

#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:1400px){
	#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:none; }
.leftMenu > ul > li > a { display:none !important; }


.leftMenu { position:relative; top:-110px; width:100%; z-index:10; }
.leftMenu h2 { height:110px; border-radius:2.0rem 2.0rem 0 0; 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; display:flex; justify-content:center; align-items:center;
	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; }
}






/* 하단 */
.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; }
}