/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner-1720 {margin: 0 auto; max-width:1720px;}
@media(max-width:1680px){
	.inner-1720 {padding: 0 4%;}
}
.inner-1400 {margin: 0 auto; max-width:1400px;}
@media(max-width:1440px){
	.inner-1400 {padding:0 4%;}
}

.sub-container {margin: 0 auto; max-width:1400px;}
@media(max-width:1440px){
	.sub-container {padding:0 4%;}
}
.sub-content				{padding-bottom: 1.5rem; min-height:5rem;}

.paragraph {font-weight: 500;}
.paragraph--normal {font-size: var(--amin-text--normal);}
.paragraph--small {font-size: var(--amin-text--small); line-height: 1.7778; color: var(--text-black--main);}

.more-title {display: flex; justify-content: space-between; align-items: flex-end;}
.more-title .more-title__text {font-size: var(--amin-title--normal); font-weight: 700;}
.more-title .more-title__button {display: flex; align-items:center; font-size: var(--fz-16); font-weight: 700; border-bottom:2px solid var(--main-color);}
.more-title .more-title__icon {margin-left: 0.08rem; transition:.5s ease all;}
.more-title .more-title__button:active .more-title__icon,
.more-title .more-title__button:focus-visible .more-title__icon {transform:rotate(360deg);}
@media(hover:hover){
	.more-title .more-title__button:hover .more-title__icon {transform:rotate(360deg);}
}
/************************* 공통 끝 *************************/

/************************* 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;}

.header {padding: 0.34rem 0 0; display:flex; justify-content:space-between; align-items:flex-end; transition:.5s ease all;}
.header .header__logolink {display: block; width: 1.42rem; height: 0.66rem;}


.header .header__navbar .header__mainmenu {display: flex; align-items: center; justify-content: center;}
.header .header__navbar .header__mainlist {position: relative; margin-left: 0.31rem;}
.header .header__navbar .header__mainlink {padding-bottom: 0.08rem; display: flex; align-items: center; font-size: var(--amin-text--normal); font-weight: 600; 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; left:0; right:0; margin: auto; border:1px solid #ddd;}
.header .header__navbar .header__mainlist3 .header__submenu {width: 200%; left: -50%;}
.header .header__navbar .header__mainlist4 .header__submenu {width: 350%; left: -125%;}
.header .header__navbar .header__sublink{display: block; padding:0.05rem; text-align: center; font-size: var(--fz-16); font-weight: 500; 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(hover:hover){
	.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 {align-items:center;}
	.header__navbar,
	.header .header__language,
	.header .header__login{display: none;}	
	.header .header__mognb {display:block;}
}

#header.fix-header .header {padding:0.17rem 0;}
#header.header-enter .header {padding:0.17rem 0;}


/************************* header_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-tabmenu {margin: 0 auto; max-width:1400px; display: flex;}
.sub-tabmenu .sub-tabmenu__list {margin-right: 0.21rem;}
.sub-tabmenu .sub-tabmenu__list:last-of-type {margin-right: 0;}
.sub-tabmenu .sub-tabmenu__link {font-size: var(--amin-text--large); font-weight: 700; color: var(--text-black--sub); border-bottom:2px solid transparent; transition:.5s ease all;}
.sub-tabmenu .sub-tabmenu__link--active,
.sub-tabmenu .sub-tabmenu__link:active,
.sub-tabmenu .sub-tabmenu__link:focus-visible {color: var(--main-black);}
.sub-tabmenu .sub-tabmenu__link:visited,
.sub-tabmenu .sub-tabmenu__link:link {color: var(--text-black--sub);}
.sub-tabmenu .sub-tabmenu__link--active:visited {color: var(--main-black);}
@media(max-width:1440px){
	.sub-tabmenu {padding:0 4%;}
}
@media(hover:hover){
	.sub-tabmenu .sub-tabmenu__link:hover {color: var(--main-black)}
}
/************************* 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: var(--background-color--black);}

.footer {padding:0.47rem 0;}
.footer__bottom {display: flex; flex-flow:row wrap; justify-content:space-between;}
@media(max-width:768px){
	.footer__bottom {flex-direction:column-reverse;}
	.footer__bottom .footer__area {width: 100%;}
	.footer__bottom .footer__area--right {margin-bottom: 0.2rem;}
}

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

.footer-info .footer-info__list {margin-bottom: 0.07rem; display: flex; flex-flow:row wrap; color: var(--text-gray--main); font-size: var(--amin-text--xsmall);}
.footer-info .footer-info__list--title {margin-bottom: 0.13rem; font-size: var(--amin-text--small); font-weight: 600;}
.footer-info .footer-info__list:last-child {margin-bottom: 0;}
.footer-info .footer-info__detail {margin-right: 0.04rem;}
.footer-info .footer-info__detail:last-of-type {margin-right: 0;}
.footer-info .footer-info__detail:after {display: inline-block; content:''; margin: 0 0.11rem 0.02rem; width: 1px; height: 0.09rem; background-color: var(--text-gray--main); vertical-align:middle;}
.footer-info .footer-info__detail:last-of-type:after {display: none;}
.footer-info .footer-info__link {transition:.5s ease all;}
.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;}
	.footer-info .footer-info__detail:after {display: none;}
}
@media(hover:hover){
	.footer-info .footer-info__link:hover {color: var(--main-color);}
}

.footer-navi .footer-navi__link {display: inline-block; font-size: var(--amin-text--xsmall); font-weight: 500; color: var(--text-gray--main); transition:.5s ease all;}
.footer-navi .footer-navi__link:before {display: inline-block; content:''; margin: 0 0.11rem 0.02rem; width: 1px; height: 0.09rem; background-color: var(--text-gray--main); vertical-align:middle;}
.footer-navi .footer-navi__link:first-of-type {margin-left: 0;}
.footer-navi .footer-navi__link:first-of-type:before {display: 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.18rem; display: flex; flex-flow: row wrap;}
.footer-admin .footer-admin__copyright {font-size: var(--amin-text--xsmall); color: var(--text-gray--main)}
.footer-admin .footer-admin__nav {margin-left: 0.2rem; display: flex;}
.footer-admin .footer-admin__nav .footer-admin__link {margin-right: 0.1rem;  display: inline-block; font-size: var(--amin-text--xsmall); color: var(--main-gray); transition:.5s ease all;}
.footer-admin .footer-admin__nav .footer-admin__link:last-of-type {margin-right: 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);}
}

/************************* 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 끝 *************************/