/* include 공통 CSS */

.en {font-family: 'Pretendard', sans-serif;}

/************************* 공통 시작*************************/
.inner {margin: 0 auto; width: 100%;}
.inner--1360 {max-width:1360px;}
.inner--1280 {max-width:1280px;}
.inner--1140 {max-width:1140px;}
.inner--1074 {max-width:1074px;}
.inner--1045 {max-width:1045px;}
.inner--1030 {max-width:1030px;}
@media(max-width:1400px){
	.inner--1360 {padding-right: 4%; padding-left: 4%;}
}
@media(max-width:1320px){
	.inner--1280 {padding-right: 4%; padding-left: 4%;}
}
@media(max-width:1080px){
	.inner--1030 {padding-right: 4%; padding-left: 4%;}
}
@media(max-width:1180px){
	.inner--1140 {padding-right: 4%; padding-left: 4%;}
}

.sub-container {min-height:5rem; padding-bottom: 10em; font-size: 0.16rem;}
@media(max-width:1080px){
	.sub-container {font-size: 0.15rem;}
}
@media(max-width:768px){
	.sub-container {font-size: 0.14rem;}
}
@media(max-width:500px){
	.sub-container {font-size: 0.13rem;}
}

.view-btn__link {display: inline-flex; justify-content: center; align-items: center; width: 9.5343em; height: 2.6em; font-size: 0.9375em; font-weight: 600; border-radius:2em; transition: .3s ease-in-out all;}
.view-btn__plus {position: relative; margin-left: 0.7em; display: inline-block; width: 0.6em; height: 0.6em;}
.view-btn__plus:before,
.view-btn__plus:after {position: absolute; content:""; top: 50%; left: 50%; transform:translate(-50%, -50%); transition: .3s ease-in-out all;}
.view-btn__plus:before {width: 100%; height: 1px;}
.view-btn__plus:after {width: 1px; height: 100%;}

.view-btn--white .view-btn__link {border:1px solid #fff;}
.view-btn--white .view-btn__link,
.view-btn--white .view-btn__link:link,
.view-btn--white .view-btn__link:visited {color: #fff;}
.view-btn--white .view-btn__plus:before,
.view-btn--white .view-btn__plus:after {background-color: #fff;}
.view-btn--dark .view-btn__link {border:1px solid var(--main-black);}
.view-btn--dark .view-btn__plus:before,
.view-btn--dark .view-btn__plus:after {background-color: var(--main-black);}
@media(hover:hover){
	.view-btn--white .view-btn__link:hover {color: var(--main-black); background-color: #fff;}
	.view-btn--white .view-btn__link:hover .view-btn__plus:before,
	.view-btn--white .view-btn__link:hover .view-btn__plus:after {background-color: var(--main-black);}

	.view-btn--dark .view-btn__link:hover {background-color: var(--main-black); color: #fff;}
	.view-btn--dark .view-btn__link:hover .view-btn__plus:before,
	.view-btn--dark .view-btn__link:hover .view-btn__plus:after {background-color: #fff;}
}

.link-move__btn {padding:0 0.75em; display: inline-flex; justify-content: space-between; align-items: center; font-size: 1.125em; height: 2.667em; font-weight: 700; border:1px solid rgba(255,255,255,0.8); transition: .3s ease-in-out all;}
.link-move__btn,
.link-move__btn:link,
.link-move__btn:visited {color: #fff;}
.link-move__btn:after {margin-left: 3.932em; content:""; display: block; width: 0.667em; height: 0.667em; background:url('./img/link_icon.png') no-repeat center / cover; transition: .3s ease-in-out all;}
@media(hover:hover){
	.link-move__btn:hover {background-color: #fff; color: var(--main-black);}
	.link-move__btn:hover:after {filter:brightness(0)}
}

.sec-int--flex {display: flex; flex-wrap:wrap;}
.sec-int__cate {margin-bottom: 1.8em; font-size: 14px; color: #919191; font-weight: 700;}
.sec-int__tit {font-size: 2.8125em; font-weight: 800; line-height: 1.35;}
.sec-int__tit--small {font-size: 2.1875em;}
.sec-int__tit--en {font-size: 3em; line-height: 1.05;}
.sec-int__desc { margin-top: 1em; font-size: 14px; font-weight: 300; color: #919191;}
.sec-int__exp {flex:1;padding-left: 11.6em;font-size: 1.25em;  font-weight: 800; line-height: 1.65;}
.sec-int__item span {font-size: 0.9em; font-weight: 600;}
@media(max-width:1180px){
	.sec-int__exp {padding-left: 12%;}
}
@media(max-width:768px){
	.sec-int__exp {margin-top: 1em; padding-left: 0; width: 100%;}
}

.board-tabnavi {padding-top: 3.65em; font-family:'Pretendard', '맑은고딕', sans-serif;}
.board-tabnavi__title {position:absolute;font-size:0;line-height:0;overflow:hidden}
.board-tabnavi__menu {padding:0 4%; display: flex; justify-content: center;}
.board-tabnavi__menulist {width: 12.5em;}
.board-tabnavi__menulist--all {display: none;}
.board-tabnavi__link {padding:1.125em 0.5em; display: inline-flex; width: 100%; justify-content:center; align-items:center; text-align: center; font-weight: 700; background-color: #d4d4d4; transition:.3s ease all;}
.board-tabnavi__link--active {background-color: #000; pointer-events:none;}
.board-tabnavi__link--active,
.board-tabnavi__link--active:link,
.board-tabnavi__link--active:visited {color: #fff;}
@media(hover:hover){
	.board-tabnavi__link:hover {background-color: #000; color: #fff;}
}

.dot-list--app {padding-top: 1.9em; padding-bottom: 2.2em; width: 100%; font-size: 15px;}
.dot-list--large {font-size: 1.25em; font-weight: 700;}
.dot-list__item {position: relative; margin-bottom: 0.5em; padding-left: 0.75em;}
.dot-list__item:before {position: absolute; top: 0.45em; left: 0; content:''; display: inline-block; width: 0.334em; height: 0.334em; background-color: #000;}
.dot-list--large .dot-list__item {margin-bottom: 1em;}

.dot-list__item:last-child {margin-bottom: 0;}

.app__list {padding-top: 5.875em;}
.app__item {margin-bottom: 4.625em; display: flex; flex-wrap:wrap; border-bottom:1px solid #aaa;}
.app__item:last-child {margin-bottom: 0;}
.app__info {padding: 2.2em 2.4em 2.8em; display: flex; flex-direction: column; width: 23.125em; background-color: #000;}
.app__navi {margin-top: auto; padding-top: 2em;}
.app__menu {margin-top: 0.4em; font-size: 1.25em; font-weight: 300;}
.app__menu:first-of-type {margin-top: 0;}
.app__link {position: relative; padding-left: 1.1em; display: inline-flex; align-items: center;}
.app__link,
.app__link:link,
.app__link:visited {color: #fff;}
.app__link:before {position: absolute; top: 0.25em; left: 0; content:'▶'; display: inline-block; font-size: 0.675em;}
.app__tit {font-size: 1.8125em; font-weight: 700; line-height: 1.4138; color: #fff; letter-spacing: -0.03em;}
.app__sub {font-size: 1.125em; font-weight: 500; color: #fff; letter-spacing: -0.03em;}
.app__bg {flex:1; min-height: 23.75em; background-repeat:no-repeat; background-size:cover; background-position:center;}

@media(max-width:500px){
	.app__item {flex-direction: column;}
	.app__info {width: 100%; padding-right: 1.25em; padding-left: 1.25em;}
	.app__bg {min-height: auto; width: 100%; height: 15em; flex:none;}
}

/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header {font-size: 0.16rem;}
.header__fix {position: fixed; top: 0; left: 0; width: 100%; height: 8.4em; font-size: 0.9375em; transition: 0.3s ease all; z-index: 100;}
.header__inner {display: flex; align-items: center;}
@media(max-width:1320px){
	.header__inner {justify-content: space-between;}
}
@media(max-width:768px){
	.header__fix {padding:1.25em 0; height: auto;}
}

.header-home {display: block;}
.header-home__logo {width: 13.0667em; transition:.3s ease all;}

.header-all {margin-left: 8.6em;}
.header-all__mainmenu {display: flex;}
.header-all__mainlist {position: relative; padding:0 1.9em;}
.header-all__mainlink {display: flex; justify-content:center; align-items: center; text-align: center; height: 8.4em; font-weight: 600; transition:.3s ease all;}
.header-all__mainlink,
.header-all__mainlink:link,
.header-all__mainlink:visited {color: #fff;}
.header-all__submenu {position: absolute; top: 100%; left: 0; padding:0.075rem 0; width: 100%; opacity: 0; visibility:hidden; transition:.3s ease all;}
.header-all__sublist {margin-bottom: 1em;}
.header-all__sublist:last-child {margin-bottom: 0;}
.header-all__sublink {display: block; text-align: center; transition:.3s ease all;}
.header-all__sublink--en {font-weight: 500;}
.header-all__sublink,
.header-all__sublink:link,
.header-all__sublink:visited {color: #000;}
#header.all-drop .header-all__submenu {opacity: 1; visibility:visible;}
@media(max-width:1320px){
	.header-all {margin-left: 0;}
}
@media(max-width:768px){
	.header-all {display: none;}
}

.header-language {position: relative; margin-left: auto; text-align:center; height: 100%;}
.header-language__button{display: flex; align-items:center; height: 100%; transition:.5s ease all;}
.header-language__button,
.header-language__button:link,
.header-language__button:visited {color: #fff;}
.header-language__navi{display: none; position:absolute; top: 100%; left: 50%; transform:translateX(-50%); padding:0.05rem 0; background:#fff;}
.header-language__link{padding:0.05rem 0.2rem; display:block; font-size: 0.15rem; color: var(--main-black);}
@media(max-width:1320px){
	.header-language {margin-left: 0;}
}
@media(max-width:1080px){
	#header:has(.header-all) .header-language {display: none;}
}
@media(max-width:768px){
	.header-language {display: none;}	
}



.hamburger {display:none; position: relative; width: 20px; height: 14px;}
.hamburger__bar {position: absolute; left: 0; width: 100%; height: 2px; background-color: #fff; transition:.5s ease all;}
.hamburger__bar--top {top: 0;}
.hamburger__bar--middle {top: 50%; transform:translateY(-50%)}
.hamburger__bar--bottom {bottom: 0;}
.hamburger--active .hamburger__bar--top {top: 50%; left: 50%; transform:translate(-50%, -50%) rotate(45deg)}
.hamburger--active .hamburger__bar--middle {opacity: 0;}
.hamburger--active .hamburger__bar--bottom {bottom: 50%; left: 50%; transform:translate(-50%, 50%) rotate(-45deg)}
.ham-open {background-color: #fff; border-bottom:transparent;}
.ham-open .hamburger .hamburger__bar {background-color: var(--main-black);}

@media(max-width:1080px){
	#header:has(.header-all) .hamburger {display: block;}
}
@media(max-width:768px){	
	.hamburger {display:block;}
}

.hamburger-navi {position: fixed; top: 8.4em; left: 0; width: 100%; height: 100vh; transform: translateX(100%); background-color: #fff; transition:.3s ease-in-out transform; overflow: auto; z-index: 500; font-size: 0.16rem; border-top:1px solid var(--maing-ray);}
.hamburger-navi--active {transform: translateX(0);}
.hamburger-navi__section {padding:0.1rem calc((100% - 1600px) / 2);;position: relative;}
.hamburger-navi__section:after {position: absolute; content:""; right: 0; left: 0; bottom: 0; margin: 0 auto; width: 96%; height: 1px; background-color: var(--main-gray);}
.hamburger-navi__section:last-child:after {display: none;}
.hamburger-navi__mainmenu {margin: 0 auto; padding-right: 0; padding-left: 0;}
.hamburger-navi__mainlink {padding:0.5em calc((100% - 1600px) / 2); display: block; font-weight: 500; transition:.5s ease all;}
.hamburger-navi__mainlink--active {background-color: var(--main-gray);}
.hamburger-navi__mainlink--no-sub {background:none;}
.hamburger-navi__submenu {padding:0.075rem calc((100% - 1600px) / 2); display: none;}
.hamburger-navi__sublink {padding:0.5em; display: block; transition:.5s ease all;}
.hamburger-navi__info {padding:0.5em 0; display: flex; }
.hamburger-navi__category {display: inline-block; width: 80px; font-weight: 500;}
.hamburger-navi__detail {flex: 1 auto;}
.header-navi__lang-link {padding:0.5em 0; display: inline-flex; align-items: center;}
.header-navi__lang-link:before {display: inline-block; margin-right: 0.5em; content:""; width: 0.75em; height: 0.75em; border-radius:50%; border:1px solid var(--main-black); transition:.5s ease all;}
.header-navi__lang-link--active:before {background-color: var(--main-black);}
@media(max-width:1640px){
	.hamburger-navi__section {padding-right: 4%; padding-left: 4%;}
	.hamburger-navi__mainmenu {padding-right: 0; padding-left: 0;}
	.hamburger-navi__mainlink {padding-right: 4%; padding-left: 4%;}
	.hamburger-navi__submenu {padding-right: 4%; padding-left: 4%;}
}
@media(max-width:1080px){
	.hamburger-navi {font-size: 0.15rem;}
}
@media(max-width:768px){
	.hamburger-navi {font-size: 0.14rem; top: 5.8178em;}
}
@media(max-width:500px){
	.hamburger-navi {font-size: 0.13rem;}
}
@media(hover:hover){
	.hamburger-navi__mainlink:hover {background-color: var(--main-gray);}
	.hamburger-navi__sublink:hover {color: var(--main-color);}
	.header-navi__lang-link:hover:before {background-color: var(--main-black);}
}

.all-drop .header__fix {height:50vh;}
@media(max-width:768px){
	.all-drop .header__fix {height:auto;}
}


.ham-open .header-home__logo {filter:brightness(0)}
.ham-open .header__fix {background-color: #fff;}
.ham-open .header-all__mainlink,
.ham-open .header-all__mainlink:link,
.ham-open .header-all__mainlink:visited {color: #000;}
.ham-open .header-language__button {color: #000;}
.ham-open .hamburger__bar {background-color: #000;}
@media(hover:hover){
	.ham-open .header__mainlink:hover {color: #000;}
}

.header-enter .header-home__logo {filter:brightness(0)}
.header-enter .header__fix {background-color: #fff;}
.header-enter .header-all__mainlink,
.header-enter .header-all__mainlink:link,
.header-enter .header-all__mainlink:visited {color: #000;}
.header-enter .header-language__button {color: #000;}
.header-enter .hamburger__bar {background-color: #000;}
@media(hover:hover){
	.header-enter .header__mainlink:hover {color: #000;}
}

/************************* header_inc 끝*************************/



/************************* sub-dropdown 시작 *************************/
.dropmenu {font-size: 0.16rem; background-color: #000;}
.dropmenu__inner {display: flex; align-items:center;}
.dropmenu__home {display: inline-flex; justify-content:center; align-items:center; width: 4.125em; height: 4.875em; text-align: center; border-right:1px solid rgba(255,255,255,0.3); border-left:1px solid rgba(255,255,255,0.3); transition:.3s ease all;}
.dropmenu__home:active,
.dropmenu__home:focus-visible {background-color: var(--main-color);}
.dropmenu__homeicon {transition:.3s ease all;}
.dropmenu__menuwrap {display: flex; flex:1;}
.dropmenu__menu {position: relative;}
.dropmenu__menu--depth2 {}
.dropmenu__btn {position: relative; padding:0 2.1em; display: flex; justify-content:space-between; align-items:center; height: 4.875em; font-weight: 700; border-right:1px solid rgba(255,255,255,0.3); transition:.3s ease all;}
.dropmenu__btn,
.dropmenu__btn:link,
.dropmenu__btn:visited {color: #fff;}
.dropmenu__arrow {margin-left: 7em; transition:.3s ease all;}
.dropmenu__btn--active .dropmenu__arrow {transform:rotate(180deg);}
.dropmenu__menulist {position: absolute; display: none; width: 100%; top: 100%; left: 0; background-color: #000; z-index: 10; box-shadow:0 4px 8px rgba(0,0,0,0.1)}
.dropmenu__menulink {display: block; padding:0.75em 2.1em; font-size: 1em; font-weight: 500; transition:.3s ease all;}
.dropmenu__menulink,
.dropmenu__menulink:link,
.dropmenu__menulink:visited {color: #fff;}
.dropmenu__menulink:active,
.dropmenu__menulink:focus-visible {color: var(--main-color);}
@media(max-width:1080px){
	.dropmenu {font-size: 0.15rem;}
	.dropmenu__btn {padding-right: 1em; padding-left: 1em;}
	.dropmenu__menulink {padding-right: 1em; padding-left: 1em;}
}
@media(max-width:768px){
	.dropmenu {font-size: 0.14rem;}
}
@media(max-width:500px){
	.dropmenu {font-size: 0.13rem;}
	.dropmenu .dropmenu__menu {width: 50%;}
}
@media(hover:hover){
	.dropmenu__home:hover {background-color: #fff; border-color:#fff;}
	.dropmenu__home:hover .dropmenu__homeicon  {filter:brightness(0)}
	.dropmenu__btn:hover {background-color: #fff; border-color:#fff; color: #000;}
	.dropmenu__btn:hover .dropmenu__arrow {filter:brightness(0)}
	.dropmenu__menulink:hover {background-color: #fff; color: #000;}
}


/************************* sub-dropdown 끝 *************************/
/************************* sub-tabmenu 시작 *************************/
.sub-tabmenu {border-bottom: 1px solid var(--main-gray);}
.sub-tabmenu__list {margin: 0 auto; max-width:1600px; display: flex;}
.sub-tabmenu__item {flex:1 auto;}
.sub-tabmenu__link {display: inline-flex; justify-content:center; align-items:center; width: 100%; height: 0.6rem; font-size: 0.15rem; 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-color: 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-color:2px solid var(--main-color);}
}
/************************* sub-tabmenu 끝 *************************/

/************************* sub-depth3 시작 *************************/
.sub-depth3__list {margin: 0 auto; max-width:1600px; display: flex; flex-flow: row wrap;}
.sub-depth3__item {flex: 1 auto; height: 0.6rem; background: var(--main-gray); font-size: 0.15rem; font-weight: 500;}
.sub-depth3__item:last-child {border:0;}
.sub-depth3__link {width: 100%; height: 0.6rem; display: flex; align-items: center;justify-content: center; transition:.5s ease all;}
.sub-depth3__link,
.sub-depth3__link:link,
.sub-depth3__link:visited {color: #fff;}
.sub-depth3__link--active,
.sub-depth3__link:active,
.sub-depth3__link:focus-visible {background-color: var(--main-color); color: #fff;}
@media(hover:hover){
	.sub-depth3__link:hover {background-color: var(--main-color); color: #fff;}
}
/************************* sub-depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
.footer {padding:2.6em 0 4.237em; border-top:1px solid #fff; background-color: #010101; color: #fff; font-family:'Pretendard', '맑은고딕', sans-serif;} 
@media(max-width:768px){
	.footer {font-size: 13px;}
}
@media(max-width:500px){
	.footer {font-size: 12px;}
}
.footer__home img {width: 12.25em;}
.footer__info {margin-bottom: 3.45em; display: flex; flex-wrap:wrap; justify-content: space-between;}
.footer__detail {display: flex; flex-wrap:wrap; width: 48.5%;}
.footer__category {display: block; margin-bottom: 1em; font-weight: 700;}
.footer__item {margin-top: 2em; margin-left: auto; width: 50%;}
.footer__item:nth-child(-n + 2) {margin-top: 0;}
.footer__link{font-size: inherit;}
.footer__link,
.footer__link:link,
.footer__link:visited {color: #fff;}
.footer__navi {display: inline-block;}
.footer__desc {margin-right: 0.75em; display: inline-block; font-size: 14px; opacity: 0.8;}
.footer__desc:last-child {margin-right: 0;}
.footer__desc--bold {font-size: 1.3125em; font-weight: 700; color: #fff; opacity: 1;}
@media(max-width:768px){
	.footer__detail {margin-top: 2em; width: 100%;}
	.footer__navi {margin-top: 1em; display: block;}
}


/************************* footer_inc 끝 *************************/


/************************* split-text *************************/
.split-text__word {font-size: inherit;}
.split-text__letter {display: inline-block; font-size: inherit;}
.split-text--no-delay .split-text__letter {transition-delay:0s !important; animation-delay:0s !important;}