/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {margin: 0 auto; max-width:1600px;}

@media(max-width:500px){
	.inner {padding: 0%;}
}

.sub-content				{min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
#header{position: fixed; padding:0; z-index: 10; left:0; top:0; width:100%; transition:.5s ease all; }

.header-scrolled {
	background-color:rgba(0,0,0,0.6); /* 원하는 배경색으로 변경하세요 */
  }

.header {display:flex; justify-content:space-between; align-items:center; padding:0 4%; height:1rem;}

.header .header__logolink {display: block;}
.header .header__logoimg {width: 100%;}
.header__login{padding-right:0.16rem;}


.header .header__ui{display: flex; justify-content: flex-end;}

.header .header__language {position: relative; text-align:center;}
.header .header__language .header__langbtn {display: flex; align-items:center; height: 1rem; font-size: var(--fz-14); color: #fff; transition:.5s ease all;}
.header .header__language .header__langbtn--active {color: var(--main-color);}
.header .header__language .header__langbtn:active, 
.header .header__language .header__langbtn:focus-visible {color: var(--main-color);}
.header .header__language .header__langnavi{display: none; position:absolute; top: 100%; left: 50%; transform:translateX(-50%); padding:0.05rem 0; background:#fff;}
.header .header__language .header__langlink{padding:0.05rem 0.2rem; display:block; font-size: var(--fz-15); color: var(--main-black);}
@media(min-width:769px){
	.header .header__language .header__langbtn:hover {color: var(--main-color);}
}


.header .header__login {display: flex; align-items: flex-end;}
.header .header__login .header__loglink {margin-left: 0.1rem; display: block; font-size:var(--fz-16); color:#fff; transition:.5s ease all;}
.header .header__login .header__loglink:first-of-type {margin-left: 0;}
.header .header__login .header__loglink:active,
.header .header__login .header__loglink:focus-visible {color: var(--main-color);}
@media(min-width:769px){
	.header .header__login .header__loglink:hover {color: var(--main-color);}
}
.header .header__navbar .header__mainmenu {display: flex; align-items: center; justify-content: center;}
.header .header__navbar .header__mainlist {position: relative; margin:0 0.1rem; padding:0 0.3rem;}

@media(max-width:1200px){
	.header .header__navbar .header__mainlist{padding:0 0.1rem;}
}
.header .header__navbar .header__mainlink {height:1rem; display: flex; align-items: center; font-size: var(--fz-18); color: #fff; transition:.5s ease all;}
.header .header__navbar .header__mainlink:focus-visible, 
.header .header__navbar .header__mainlink:active,
.header .header__navbar .header__mainlink--current {color: var(--main-color);}
.header .header__navbar .header__submenu{display: none; position: absolute; top:100%; background:rgba(0,0,0,0.6); padding:0.14rem; width: 103%; left:0; right:0; margin: auto; }
.header .header__navbar .header__submenu a{font-size: 0.16rem;}
.header .header__navbar .header__sublink{display: block; padding:0.05rem; text-align: center; transition:.5s ease all;color:#fff;}
.header .header__navbar .header__sublink:focus-visible,
.header .header__navbar .header__sublink:active,
.header .header__navbar .header__sublink--current {color: var(--main-color);}
@media(min-width:769px){
	.header .header__mainlink:hover {color: var(--main-color);}
	.header .header__sublink:hover {color: var(--main-color);}
}


.header .header__mognb {display:none;}
.header .header__mobtn {position: relative;}
.header .header__mobtn .icon-bar {margin-top: 6px; display:block; width:32px; height:3px; background-color: #fff; transition:.5s ease all;}
.header .header__mobtn .icon-bar:first-of-type {margin-top: 0;}


@media(max-width:768px){
	.header__navbar,
	.header .header__language,
	.header .header__login{display: none;}	
	.header .header__mognb {display:block;}
}



/* #header.fix-header .header .header__mobtn .icon-bar {background-color: var(--main-black);}
#header.header-enter .header .header__mobtn .icon-bar {background-color: var(--main-black);} */



/************************* header_inc 끝*************************/

/************************* main_inc 시작*************************/
.main_visual{position:relative; margin:0 auto; width:16rem; height:100%; margin-bottom:1.3rem;}

@media(max-width:1640px){
	.main_visual{width:100%;}

}

@media(max-width:500px){
    .main_visual{margin-bottom:0.5rem;}
}

.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(min-width:769px){
	.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 #E0E0E0;}
.sub-tabmenu {margin: 0 auto; max-width:1600px; display: flex;}
.sub-tabmenu__list {display: flex; flex:1 auto; justify-content:center; width:100%;}
.sub-tabmenu__link {display: inline-flex; justify-content:center; align-items:center;  height: 0.7rem; font-size: var(--fz-18); 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(min-width:769px){
	.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(min-width:769px){
	.sub-depth3 .sub-depth3__link:hover {background-color: var(--main-color); color: #fff;}
}
/************************* sub-depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
#footer {background-color: #222222;}

.footer {padding:0.4rem 0; display: flex; justify-content:space-between; align-items:center; height:2rem;}
@media(max-width:1640px){
	.footer{padding:0 6%;}
}
@media(max-width:768px){
	.footer{flex-direction:column; height:100%; padding:0.5rem; justify-content: flex-start; align-items:flex-start;}
	.footer-navi{padding-top:0.4rem;}
}
@media(max-width:500px){
	.footer{padding:0.5rem 6%;}
}
.footer__top {margin-bottom: 0.3rem; display: flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}
.footer__bottom {display: flex; flex-flow:row wrap; justify-content:space-between;}


.footer-logo .footer-logo__link {display: block;}
.footer-logo .footer-logo__img {width: 100%;}

.footer-info .footer-info__list {margin-bottom: 0.08rem; display: flex; flex-flow:row wrap; font-size: var(--fz-16); color: #fff; font-weight: 400;}
.footer-info .footer-info__list:last-child {margin-bottom: 0;}
.footer-info .footer-info__detail {margin-right: 0.2rem;}
.footer-info .footer-info__detail:last-of-type {margin-right: 0;}
.footer-info .footer-info__category {margin-right: 0.1rem; font-size: var(--fz-16); font-weight: 400; color: #fff;}
.footer-info .footer-info__text {font-size: var(--fz-16); color: var(--main-gray); font-weight: 400;}
.footer-info .footer-info__link {font-size: var(--fz-16); color: var(--main-gray); transition:.5s ease all;font-weight: 400;}
.footer-info .footer-info__link:active,
.footer-info .footer-info__link:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	.footer-info .footer-info__list {margin-bottom: 0;}
	.footer-info .footer-info__detail {padding:0.03rem 0; width: 100%; margin-right: 0; font-size: 0.15rem;}
	.footer-info .footer-info__detail .footer-info__category,
	.footer-info .footer-info__detail .footer-info__text{font-size: 0.14rem;}

}
@media(min-width:769px){
	.footer-info .footer-info__link:hover {color: var(--main-color);}
}

.footer-navi .footer-navi__link {display: inline-block; margin-left: 0.2rem; font-size: var(--fz-16); font-weight: 500; color: #fff; transition:.5s ease all;}
.footer-navi .footer-navi__link:first-of-type {margin-left: 0;}
.footer-navi .footer-navi__link:active, 
.footer-navi .footer-navi__link:focus-visible {color: #fff;}
@media(min-width:769px){
	.footer-navi a.footer-navi__link:hover {color: var(--main-color);}
}

.footer-admin {margin-top: 0.18rem; display: flex; flex-flow: row wrap;}
.footer-admin .footer-admin__copyright {font-size: var(--fz-16); color: #626262;}
.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: var(--fz-16); color: #626262; 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%;}
	.footer-admin .footer-admin__copyright {font-size: 0.14rem;}
}
@media(min-width:769px){
	.footer-admin .footer-admin__nav .footer-admin__link:hover {color: var(--main-color);}
}

/************************* 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 끝 *************************/