/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {margin: 0 auto; max-width:1320px;}
@media(max-width:1340px){
	.inner {padding: 0 4%;}
}

.sub-content				{min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
#header{position: fixed; padding:0; z-index: 10; left:0; top:0; width:100%; border-bottom: 1px solid transparent; transition:.5s ease all; border-bottom:1px solid #fff;}

.header {display:flex; justify-content:space-between; align-items:center;}
@media(max-width:768px){
	.header {height: 0.8rem;}
}
.header-logo__link {display: block;}
.header-logo__img {width: 1.44rem; filter:brightness(100);}

@media(max-width:768px){
	.header-logo__img {width: 1.14rem;}
}

.header .header__ui{display: flex; justify-content: flex-end;}

.header-login {display: flex; align-items: flex-end;}
.header-login .header-login__link {margin-left: 0.1rem; display: block; font-size:var(--fz-16); color:#fff; transition:.5s ease all;}
.header-login .header-login__link:first-of-type {margin-left: 0;}
@media(max-width:768px){
	.header-login{display: none;}	
}

/* .header-login .header-login__link:active,
.header-login .header-login__link:focus-visible {color: var(--main-color);}
@media(hover:hover){
	.header-login .header-login__link:hover {color: var(--main-color);}
} */

.header-navi{}
.header-navi .header-navi__mainmenu {display: flex; align-items: center; justify-content: center;}
.header-navi .header-navi__mainlist {position: relative; margin:0 0.1rem; padding:0 0.3rem;}
.header-navi .header-navi__mainlink {height:1rem; display: flex; align-items: center; font-size: 0.18rem; font-weight: 400; color: #fff; transition:.5s ease all;}
.header-navi .header-navi__mainlink:focus-visible, 
.header-navi .header-navi__mainlink:active,
.header-navi .header-navi__mainlink--current {color: var(--main-color);}
.header-navi .header-navi__submenu{display: none; position: absolute; top:100%; background:#fff; padding:0.05rem; width: 100%; left:0; right:0; margin: auto; border:1px solid #ddd;}
.header-navi .header-navi__sublink{display: block; padding:0.1rem; text-align: center; transition:.5s ease all; font-size: 0.16rem; border-bottom:1px solid #fff;}
.header-navi .header-navi__sublink:focus-visible,
.header-navi .header-navi__sublink:active,
.header-navi .header-navi__sublink--current {color: var(--main-color);}
@media(hover:hover){
	.header-navi .header-navi__mainlink:hover {color: var(--main-color);}
	.header-navi .header-navi__sublink:hover {color: var(--main-color); border-bottom:1px solid var(--main-color);}
	
}
@media(max-width:768px){
	.header-navi {display: none;}	
}


.hamburger {display:none;}
.hamburger .hamburger__button {position: relative;}
.hamburger .hamburger__bar {margin-top: 6px; display:block; width:0.28rem; height:2px; background-color: #fff; transition:.5s ease all;}
.hamburger .hamburger__bar:nth-child(2){width:0.2rem; margin-left:0.08rem;}
.hamburger .hamburger__bar--top {margin-top: 0;}
@media(max-width:768px){	
	.hamburger {display:block;}
}

/* 스크롤 다운 헤더 CSS Start */
#header.fix-header {background-color:#fff; border-bottom: 1px solid var(--main-gray);}
#header.fix-header .header-logo__img {filter:brightness(100%);}
#header.fix-header .header-navi .header-navi__mainlink {color: var(--main-black);}
#header.fix-header .hamburger .hamburger__bar {background-color: var(--main-black);}
#header.fix-header .header-language .header-language__button{color: var(--main-black);}
/* 스크롤 다운 헤더 CSS End */


/* 헤더 마우스 호버 CSS Start */
#header.header-enter {background-color:#fff; border-bottom: 1px solid var(--main-gray);}
#header.header-enter .header-logo__img {filter:brightness(100%);}
#header.header-enter .header-navi .header-navi__mainlink {color: var(--main-black);}
#header.header-enter .hamburger .hamburger__bar {background-color: var(--main-black);}
#header.header-enter .header-language .header-language__button{color: var(--main-black);}
/* 헤더 마우스 호버 CSS End */


/************************* header_inc 끝*************************/

/************************* main_inc 시작*************************/
.main_visual										{position:relative; margin:0 auto;}

.main_count 				{background:url('./img/text_bg.jpg') no-repeat center top; padding:60px 3%;}
.main_count .main_num						{ margin:0 auto;}
.main_count .main_num ul:after	{display:block; clear:both; content:''; width:100%;}
.main_count .main_num ul li				{float:left; width:25%; text-align:center; padding:0px 0; position:relative;}
.main_count .main_num ul li h1		{color:#fff; font-size:30px; font-weight:800; margin:0 0 15px 0; padding:0; line-height:100%;}
.main_count .main_num ul li p			{color:#fff; font-size:18px; font-weight:700; margin:0; padding:0; line-height:100%;}

@media(max-width:768px){
.main_count {padding-top:20px;}
.main_count .main_num ul li				{float:left; width:50%; text-align:center; padding:0px 0; position:relative;}
.main_count .main_num ul li:nth-child(3n){margin-top:30px;}
.main_count .main_num ul li:nth-child(4n){margin-top:30px;}

}

/************************* main_inc 끝*************************/

/************************* sub-dropdown 시작 *************************/
.sub-dropmenu {border-bottom:1px solid var(--main-gray);}
.dropmenu {margin: 0 auto; max-width:1600px; display: flex; align-items:center;}
.dropmenu .dropmenu__home {display: inline-flex; width: 0.6rem; height: 0.6rem; justify-content:center; align-items:center; text-align: center; border-left:1px solid var(--main-gray); transition:.5s ease all;}
.dropmenu .dropmenu__home:active,
.dropmenu .dropmenu__home:focus-visible {background-color: var(--main-color);}
.dropmenu .dropmenu__homeicon {width: 0.2rem;}
.dropmenu .dropmenu__menuwrap {display: flex; width: calc(100% - 0.6rem);}
.dropmenu .dropmenu__menu {position: relative; width: 2.5rem;}
.dropmenu .dropmenu__menu--depth2 {margin-left: -1px;}
.dropmenu .dropmenu__btn {position: relative; width: 100%; height: 0.6rem; padding:0 0.16rem; display: flex; justify-content:space-between; align-items:center; font-size: var(--fz-16); font-weight: 500; border-left:1px solid var(--main-gray); border-right:1px solid var(--main-gray); transition:.5s ease all;}
.dropmenu .dropmenu__btn--active,
.dropmenu .dropmenu__btn:active,
.dropmenu .dropmenu__btn:focus-visible {color: var(--main-color);}
.dropmenu .dropmenu__btn .dropmenu__arrow {transition:.5s ease all;}
.dropmenu .dropmenu__btn--active .dropmenu__arrow {transform:rotate(180deg);}
.dropmenu .dropmenu__menulist {position: absolute; display: none; padding:0.04rem 0; width: 100%; top: 100%; left: 0; background-color: #fff; border:1px solid var(--main-gray);}
.dropmenu .dropmenu__menulink {display: block; margin:0.04rem 0; padding:0.04rem 0.16rem; font-size: var(--fz-15); transition:.5s ease all;}
.dropmenu .dropmenu__menulink:active,
.dropmenu .dropmenu__menulink:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	.dropmenu .dropmenu__menu {width: 50%;}
}
@media(hover:hover){
	.dropmenu .dropmenu__home:hover {background-color: var(--main-color);}
	.dropmenu .dropmenu__btn:hover {color: var(--main-color);}
	.dropmenu .dropmenu__menulink:hover {color: var(--main-color);}
}

/************************* sub-dropdown 끝 *************************/
/************************* sub-tabmenu 시작 *************************/
.sub-tab {border-bottom: 1px solid var(--main-gray);}
.sub-tabmenu {margin: 0 auto; max-width:1600px; display: flex;}
.sub-tabmenu__list {flex:1 auto;}
.sub-tabmenu__link {display: inline-flex; justify-content:center; align-items:center; width: 100%; height: 0.6rem; font-size: var(--fz-15); font-weight: 600; color: var(--main-black); border-bottom:2px solid transparent; transition:.5s ease all;}
.sub-tabmenu__link--active,
.sub-tabmenu__link:active,
.sub-tabmenu__link:focus-visible {color: var(--main-color); border-bottom:2px solid var(--main-color);}
.sub-tabmenu__link:visited,
.sub-tabmenu__link:link {color: var(--black-04);}
.sub-tabmenu__link--active:visited {color: var(--main-color);}
@media(hover:hover){
	.sub-tabmenu__link:hover {color: var(--main-color); border-bottom:2px solid var(--main-color);}
}
/************************* sub-tabmenu 끝 *************************/

/************************* sub-depth3 시작 *************************/
.sub-depth3 {margin: 0 auto; max-width:1600px; display: flex; flex-flow: row wrap;}
.sub-depth3 .sub-depth3__list {flex: 1 auto; height: 0.6rem; background: var(--main-gray); font-size: var(--fz-15); font-weight: 500;}
.sub-depth3 .sub-depth3__list:last-child {border:0;}
.sub-depth3 .sub-depth3__link {width: 100%; height: 0.6rem; display: flex; align-items: center;justify-content: center; transition:.5s ease all;}
.sub-depth3 .sub-depth3__link--active,
.sub-depth3 .sub-depth3__link:active,
.sub-depth3 .sub-depth3__link:focus-visible {background-color: var(--main-color); color: #fff;}
@media(hover:hover){
	.sub-depth3 .sub-depth3__link:hover {background-color: var(--main-color); color: #fff;}
}
/************************* sub-depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
#footer {background-color: #00130E;}
.footer {padding:0.65rem 0; display: flex; flex-direction:column; justify-content:center; align-items:center;}

.footer-logo .footer-logo__link {display: block;}
.footer-logo .footer-logo__img {width: 1.74rem;}

.footer-navi{margin-top:0.4rem;}
.footer-navi .footer-navi__link {display: inline-block; font-size: var(--fz-16); font-weight: 500; color: #fff; transition:.5s ease all; border-right:1px solid #fff; padding-right:0.2rem; margin-left:0.2rem;}
.footer-navi .footer-navi__link:after{position:absolute; width:1px }
.footer-navi .footer-navi__link:first-of-type {margin-left: 0;}
.footer-navi .footer-navi__link:last-of-type{border:none;}
.footer-navi .footer-navi__link:active, 
.footer-navi .footer-navi__link:focus-visible {color: #fff;}
@media(hover:hover){
	.footer-navi a.footer-navi__link:hover {color: var(--main-color);}
}

.footer-admin {margin-top: 0.3rem; display: flex; flex-flow: row wrap;}
.footer-admin .footer-admin__copyright {font-size: 0.18rem; color: #777;}
.footer-admin .footer-admin__nav {margin-left: 0.2rem; display: flex;}
.footer-admin .footer-admin__nav .footer-admin__link {margin-left: 0.1rem; display: inline-block; font-size: 0.18rem; color: #777; transition:.5s ease all;}
.footer-admin .footer-admin__nav .footer-admin__link:first-of-type {margin-left: 0;}
.footer-admin .footer-admin__nav .footer-admin__link:active, 
.footer-admin .footer-admin__nav a.footer-admin__link:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	.footer-admin .footer-admin__nav {margin:0.1rem 0 0 0; width: 100%;}
}
@media(hover:hover){
	.footer-admin .footer-admin__nav .footer-admin__link:hover {color: var(--main-color);}
}

@media(max-width:768px){
	.footer-logo .footer-logo__img {width: 1.24rem;}
	.footer-navi{margin-top:0.3rem;}
	.footer-navi .footer-navi__link{font-size: 0.14rem;}
	.footer-admin .footer-admin__nav .footer-admin__link{font-size: 0.14rem;}
	.footer-admin .footer-admin__copyright {font-size: 0.14rem;}
}

@media(max-width:500px){
	.footer-navi .footer-navi__link {padding-right:0.1rem; margin-left:0.06rem;}
	.footer-admin{justify-content:center;}
	.footer-admin .footer-admin__nav{justify-content:center;}
	
}

/************************* footer_inc 끝 *************************/



/************************* left_lnb_inc 시작 *************************/
.left_lnb		{  }
/************************* left_lnb_inc 끝 *************************/



/************************* ui.totop 시작 *************************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("./img/ui.totop6.png") no-repeat left top;
}

#toTopHover {
	background:url("./img/ui.totop6.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus-visible {
	outline:none;
}
/************************* ui.totop 끝 *************************/

/* sub-title */
/* title */
.section--title{padding-left:0.24rem; border-left:2px solid var(--main-color); margin-bottom:0.8rem;}
.section--title .number{font-size: 0.2rem; font-weight: 600; color:var(--main-color); line-height:100%;}
.section--title .title{font-size: 0.4rem; font-weight: 700; color:var(--main-black); line-height:100%; margin-top:0.1rem;}

@media(max-width:768px){
	.section--title{text-align:center; border-left:none; padding-left:0;}
}

@media(max-width:500px){
	.section--title .number{font-size: 0.18rem;}
	.section--title .title{font-size: 0.3rem; margin-top:0.06rem;}
}