/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {margin: 0 auto; padding: 0 2%;}

.sub-content				{min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
#header{position: fixed; padding:0; z-index: 10; top:0; left:0; width:100%; height:1rem; background-color: #fff;}

.header {position:relative; display:flex; justify-content:space-between; align-items:center; height:1rem;}
	@media(max-width:768px){
		#header {height:0.8rem;}
		.header {height: 0.8rem;}
	}
.header .header__logolink {display: block;}
.header .header__logoimg {width: 1.7rem; position:absolute; top:50%; left:50%; transform: translate(-50% , -50%);}

@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 a{position: relative; border:2px solid #ff7700; padding:0.12rem 0.22rem; border-radius: 100px; transition: 0.4s all;}
.header .header__navbar .header__mainlist:hover a{background:#ff7700; color:#fff;}
.header .header__navbar .header__mainlink {display: flex; align-items: center; font-size: 0.16rem; font-weight: 600; color: #ff7700; 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:#fff; padding:0.05rem; width: 100%; left:0; right:0; margin: auto; border:1px solid #ddd;}
.header .header__navbar .header__sublink{display: block; padding:0.05rem; text-align: center; transition:.5s ease all;}
.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);}
}

@media(max-width:500px){
	.header .header__navbar .header__mainlink{font-size: 0.12rem;}
	.header .header__navbar .header__mainlist a{padding:0.08rem 0.12rem;}
}


.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 .header__language,
	.header .header__login{display: none;}	
	.header .header__mognb {display:block;}
}

/************************* 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(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 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(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:#2e2e2e;}
#footer br{display:none;}

.footer__inner{padding:0 4%;}
.footer__line{height:0.01rem; width:100%; background:#4d4d4d;}

.footer__top {padding: 0.48rem 0; display:flex; justify-content: space-between;}
.footer__top .footer__content ul{display:flex;}
.footer__top .footer__content ul li{font-size: 0.16rem; color:#ffffff; margin-right:0.3rem; font-weight: 400; margin-bottom:0.2rem;}
.footer__top .footer__content ul li a{font-size: 0.16rem; color:#ffffff; cursor: auto;}
.footer__top .footer__content h5{font-size: 0.16rem; color:#6d6d6d; font-weight: 400;}
.footer__top .footer__content h5 span a{font-size: 0.16rem; color: #6d6d6d; padding-left:0.14rem; transition:all 0.4s; font-weight: 400;}
.footer__top .footer__content h5 span a:hover{color:#ffffff;}
.footer__bottom {padding:0.42rem 0 0.2rem 0; }
@media(max-width:1500px){
	#footer br{display:block;}
}

@media(max-width:1200px){
	.footer__top .footer__content ul li{font-size: 0.14rem; margin-right:0.2rem;}
	.footer__top .footer__content ul li a{font-size: 0.14rem;}
	.footer__top .footer__content h5{font-size: 0.14rem;}
}

@media(max-width:768px){
	.footer__top{flex-direction: column;}
	.footer__top .footer__content h5{margin-bottom:0.3rem;}
}

@media(max-width:500px){
	.footer__top .footer__content ul{flex-direction:column;} 
}



.footer-logo .footer-logo__link {display: block;}
.footer-logo .footer-logo__img {width: 2.3rem;}

.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-15); color: #fff}
.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-15); color: var(--main-gray); 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(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 끝 *************************/