/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:var(--inner); margin: 0 auto;}
.inner--fill {max-width:none; padding-right: calc((100% - var(--inner)) / 2); padding-left: calc((100% - var(--inner)) / 2);}
@media(max-width:1560px){
	.inner {padding: 0 4%;}
}

.pg-tit {display: block; font-size: 2em; font-weight: 700; line-height: 1.6; letter-spacing: -0.017em; text-align: center;}
.pg-tit--left {text-align:left;}
.pg-tit--right {text-align: right;}

.dot-list__item {position: relative; margin-bottom: 0.7em; padding-left: 1.2em; font-size: 1.25em; font-weight: 500; color: var(--dark-soft); line-height: 1.4; letter-spacing: -0.02em;}
.dot-list__item--small {margin-bottom: 0.45em; font-size: 1.125em;}
.dot-list__item:last-child {margin-bottom: 0;}
.dot-list__item:before {position: absolute; top: 0.5em; left: 0.45em; content:''; width: 0.3em; height: 0.3em; border-radius:50%; background-color: var(--line);}


.studio {padding-top: 3.9863em;}

.studio-st {font-size: 1.5em; font-weight: 600; letter-spacing: -0.02em;}

.studio-int {padding:7.5em 0 6em; min-height: 46.25em; background-color: #fafafa;}
.studio-int__container {display: flex; align-items: flex-start;}
.studio-int__slide {position: relative; z-index: 0; width: 50%; overflow: hidden;}
.studio-int__info {width: 50%; padding-left: 7.5em;}
.studio-int__tit {font-size: 2.5em; font-weight: 600; letter-spacing: -0.01em;}
.studio-int__tit:after {display: block; content:''; margin:1.4em 0 1.45em; width: 2em; height: 0.1em; background-color: var(--main-color);}
.studio-int__desc {margin-top: 0.85em; font-size: 1.25em; font-weight: 500; line-height: 1.6; letter-spacing: -0.025em; color: var(--dark-soft);}
.studio-int__ctrl {position: absolute; z-index: 2; bottom: 1.5em; left: 50%; transform:translateX(-50%); display: flex; align-items: center;}
.studio-int__arr {width: 1.5em; height: 1.5em; background-repeat: no-repeat; background-size: cover; background-position: center; filter: brightness(0) invert(1); transition:.3s ease all;}
.studio-int__arr--prev {background-image: url('./img/slide_prev.svg'); margin-right: 0.25em;}
.studio-int__arr--next {background-image: url('./img/slide_next.svg'); margin-left: 0.25em;}

.studio-int .swiper-slide:after {position: absolute; content:''; display: block; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 150%); opacity: 0.4;}
.studio-int .swiper-pagination {position: static; display: flex; align-items: center; gap:0.7188em;}
.studio-int .swiper-pagination-bullet {margin: 0; width: 0.625em; height: 0.625em; border-radius:50%; background-color: #fff; opacity: 1; transition:.3s ease all;}
.studio-int .swiper-pagination-bullet-active {background-color: var(--main-color)}

@media(hover:hover){
	.studio-int__arr:hover {filter:brightness(1) invert(0)}
	.studio-int .swiper-pagination-bullet:hover {background-color: var(--main-color);}
}
@media (max-width:1320px) {
	.studio-int__info {padding-left: 5em;}
}
@media (max-width:768px) {
	.studio-int__container {display: block;}
	.studio-int__slide {width: 100%;}
	.studio-int__info {width: 100%; padding: 2em 0 0;}
}

.studio-detail {padding:5.5038em 0 12.5em}
.studio-detail__container {display: flex;; justify-content: space-between;}
.studio-detail__info {display: flex; flex-direction: column; justify-content: space-between; gap:2em; width: 40%; padding: 4.1em 0 3.8em; border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.studio-detail__panel {margin-bottom: 4.2em;}
.studio-detail__panel:last-child {margin-bottom: 0;}
.studio-detail__cate {margin-bottom: 1.05em;}
.studio-detail__sum {width: 50%;}
.studio-detail__grid {margin-top: 3.1em; display: grid; grid-template-columns: repeat(4, 1fr); gap:2.1em 5.875em;}
.studio-detail__cell {text-align: center;}
.studio-detail__caption {display: block; margin-top: 0.15em; font-size: 1.125em; font-weight: 500; color: var(--dark-soft); letter-spacing: -0.02em;}
@media (max-width:768px) {
	.studio-detail__container {flex-direction: column-reverse;}
	.studio-detail__sum {width: 100%;}
	.studio-detail__info {width: 100%; border: 0; padding: 4em 0 0;}
}
@media (max-width:500px) {
	.studio-detail__grid {gap: 2em 3.2em}
}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header {font-size: var(--fz); height: var(--hd-gap);}
.header__fix {position: fixed; left:0; top:0; z-index: 100; width:100%;  height: var(--hd-gap); background-color: #fff; --menu-height : 0; transition: 0.3s ease-in-out all;}
.header__fix:after {position: absolute; content:''; top: 100%; left: 0; z-index: -1; width: 100%; height: var(--menu-height); background-color: #fff; transition: 0.3s ease-in-out all;}
.header__inner {display: flex; justify-content: space-between; align-items: center; height: 100%}
.header__ctrl {display: flex; align-items: center; height: 100%;}

.header-home__logo {width: 12.7888em; transition: 0.3s ease-in-out all;}

.header-navi {position: relative; height: 100%; transition: .15s ease-in-out all;}
.header-navi__m-list {display: flex; height: 100%;}
.header-navi__m-item {height: 100%;}
.header-navi__m-item:last-child {margin-right: 0;}
.header-navi__m-btn {display: flex; align-items: center; height: 100%;}
.header-navi__m-item {position: relative;}
.header-navi__s-wrap {position: absolute; top: 100%; left: 50%; min-width: 150%; transform:translateX(-50%);}
.header-navi__s-list {transition: .15s ease-in-out all;}
.header-navi__s-btn {display: block;}
@media(max-width:1080px){
	.header-navi {display: none;}
}

.header-drawer {display: none; position: relative; margin-left: 1.5em;}
.header-drawer__btn {position: relative; width: 20px; height: 14px; z-index: 0; transition:.3s ease-in-out all;}
.header-drawer__line {position: absolute; left: 0; width: 100%; height: 2px; background-color: var(--main-black); transition:.3s ease-in-out all;}
.header-drawer__line--top {top: 0;}
.header-drawer__line--middle {top: 50%; transform:translateY(-50%)}
.header-drawer__line--bottom {bottom: 0;}
@media(hover:hover){
	.header-drawer__btn:hover .header-drawer__line--top{left: -0.25em;}
	.header-drawer__btn:hover .header-drawer__line--middle{left: 0.25em;}
	.header-drawer__btn:hover .header-drawer__line--bottom{left: -0.125em;}
}
@media(max-width:1080px){	
	.header-drawer {display:block;}
}

.header__fix.enter {}
.header__fix.enter .header-navi__m-btn {color: var(--main-black);}
.header__fix.enter .header-navi__m-btn--crt {color: var(--main-color);}
.header__fix.enter .header-navi__s-list {background-color: #fff;}
.header__fix.enter .header-navi__s-btn {color: var(--main-black);}
.header__fix.enter .header-navi__s-btn--crt {color: var(--main-color);}
.header__fix.enter .header-navi__c-btn {color: var(--main-gray);}
.header__fix.enter .header-navi__c-btn--crt {color: var(--main-color);}
.header__fix.enter .header-lang__btn {color: var(--main-black);}
.header__fix.enter .header-lang__btn.on {color: var(--main-color);}
.header__fix.enter .header-lang__list {background-color: #fff;}
.header__fix.enter .header-lang__link {color: var(--main-black);}
.header__fix.enter .header-login__link {color: var(--main-black);}
.header__fix.enter .header-drawer__line {background-color: var(--main-black);}
@media(hover:hover){
	.header__fix.enter .header-lang__link:hover {color: var(--main-color);}
}

/************************* header_inc 끝*************************/

/************************* sub-dropdown 시작 *************************/
.drop-menu {border-bottom:1px solid var(--main-gray);}
.drop-menu__inner {display: flex; border-right:1px solid var(--main-gray); border-left:1px solid var(--main-gray);}
.drop-menu__home {display: inline-flex; min-width: 3em; min-height: 3em; height: inherit; justify-content: center; align-items: center;}
.drop-menu__icon {width: 1.75em;}
.drop-menu__wrap {position: relative; z-index: 0; border-left:1px solid var(--main-gray);}
.drop-menu__wrap:last-child {border-right:1px solid var(--main-gray); }
.drop-menu__btn {display: flex; justify-content: space-between; align-items: center; min-width:15em; height: 100%; padding:0 0.15rem; font-weight: 500; transition:.15s ease-in-out all;}
.drop-menu__tit {display: block; font-size: 1.125em;}
.drop-menu__arr {margin-left: 1.5em; width: 0.75em; transition:.15s ease-in-out all;}
.drop-menu__navi {position: absolute; top: 100%; left: -1px; z-index: 10; width:calc(100% + 2px);  height: 0; overflow: hidden;}
.drop-menu__list {background-color: #fff; border:1px solid var(--main-gray);}
.drop-menu__link {display: block; padding:0.5em 0.15rem; transition:.15s ease-in-out all;}
@media(hover:hover){
	.drop-menu__link:hover {background-color: var(--main-color); color: #fff;}
}

.drop-menu__btn.on {background-color: var(--main-color); color: #fff;}
.drop-menu__btn.on .drop-menu__arr {filter:brightness(0) invert(1); transform:rotate(180deg);}

/************************* dropdown 끝 *************************/
/************************* tabmenu 시작 *************************/
.tab-menu {padding-top: 3.85em;}
.tab-menu__list {display: flex; justify-content: center; gap:3.75em}
.tab-menu__btn {display: flex; justify-content: center; align-items: center; text-align: center; font-size: 1.5em; font-weight: 600; min-height: 3.3334em; border-bottom:2px solid transparent; color: var(--dark-light); letter-spacing: -0.025em;}
.tab-menu__btn--crt {color: var(--main-color); border-color:var(--main-color)}

.tab-menu--studio {padding-top: 4em;}
.tab-menu--studio .tab-menu__btn  {min-height: 2em;}
@media(hover:hover){
	.tab-menu__btn:hover {color: var(--main-color); border-color:var(--main-color)}
}
@media (max-width:768px) {
	.tab-menu__list {gap: 2.5em;}
}
/************************* sub-tabmenu 끝 *************************/

/************************* depth3 시작 *************************/
.depth3__list {display: flex; flex-flow: row wrap;}
.depth3__item {flex:1;}
.depth3__item:last-child {border:0;}
.depth3__btn {padding:1.5em 0.75em; width: 100%; height: 100%; display: flex; align-items: center;justify-content: center; border-bottom:2px solid var(--main-gray); transition:.15s ease all;}
.depth3__btn--crt {border-color:var(--main-color);}
@media(hover:hover){
	.depth3__btn:hover {border-color:var(--main-color);}
}
/************************* depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
.footer {padding: 6.1em 0 6.24em; background-color: #fafafa; font-size: var(--fz);} 
.footer__container {display: flex; justify-content: space-between; flex-wrap:wrap;}

.footer-contact__cate {font-size: 1.125em; font-weight: 700; color: var(--main-color); font-family: var(--en); letter-spacing: -0.02em;}
.footer-contact__tit {margin-top: 0.5em; font-size: 2.25em; font-weight: 600; line-height: 1.4; letter-spacing: -0.012em;}
.footer-contact__nav {display: flex; margin-top: 5.3em; gap:.65em;}
.footer-contact__link {display: flex; justify-content: space-between; align-items: center; padding:0 1.4em; width: 12.5em; height: 2.875em; font-weight: 500; border-radius:3em; border:1px solid var(--main-black); letter-spacing: -0.02em; transition:.3s ease all;}
.footer-contact__link:after {content:''; display: block; width: 1.25em; height: 1.25em; background: url('./img/link_arr.svg') no-repeat center / cover; transition:.3s ease all;}
@media(hover:hover){
	.footer-contact__link:hover {background-color: var(--main-color); border-color:var(--main-color); color: #fff;}
	.footer-contact__link:hover:after {filter:invert(1)}
}
@media (max-width:768px) {
	.footer-contact__nav {margin-top: 3em;}
}

.footer-info {width: 40.8%; display: flex; flex-direction:column;}
.footer-info__int {display: flex; justify-content: space-between;}
.footer-info__top {display: flex; justify-content: center; align-items: center; width: 5em; height: 5em; border-radius:50%; border:2px solid var(--main-color); text-align: center; transition: .3s ease background-color;}
.footer-info__top img {width: 2.125em; transition: .3s ease filter;}
.footer-info__tit {font-size: 1.125em; font-weight: 600; letter-spacing: -0.03em; opacity: 0.4;}
.footer-info__dl {display: grid; row-gap:0.8em; grid-template-columns: 4.5em auto; margin-top: 1.7em;}
.footer-info__dt {opacity: 0.4;}
.footer-info__dt,
.footer-info__dd {letter-spacing: -0.03em;}
.footer-info__adm {display: flex; margin-top: auto; justify-content: flex-end; gap:0.5em;}
.footer-info__cprt {opacity: 0.4; letter-spacing: -0.03em;}
.footer-info__link {opacity: 0.4; letter-spacing: -0.03em;}

@media(hover:hover){
	.footer-info__link:hover {opacity: 1;}
	.footer-info__top:hover {background-color: var(--main-color);}
	.footer-info__top:hover img {filter:brightness(0) invert(1)}
}
@media (max-width:768px) {
	.footer-info {width: 100%; padding-top: 2em;}
	.footer-info__adm {padding-top: 1em;}
}
/************************* 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;}