/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner-835 {width:100%; max-width:43.4896vw; margin:0 auto;}
.inner-1064 {width:100%; max-width:55.4167vw; margin:0 auto;}
.inner-1172 {width:100%; max-width:61.0417vw; margin:0 auto;}
.inner-1282 {width:100%; max-width:66.7708vw; margin:0 auto;}
.inner-1292 {width:100%; max-width:67.2917vw; margin:0 auto;}
.inner-1250 {width:100%; max-width:65.1042vw; margin:0 auto;}
.inner-1314 {width:100%; max-width:68.4375vw; margin:0 auto;}
.inner {width:100%; max-width:75vw; margin:0 auto;}
.inner-1470 {width:100%; max-width:76.5625vw; margin:0 auto;}
.inner-1500 {width:100%; max-width:78.125vw; margin:0 auto;}
.inner-1560 {width:100%; max-width:81.25vw; margin:0 auto;}
.inner--fill {max-width:none; padding-right:calc((100% - 75vw) / 2); padding-left:calc((100% - 75vw) / 2);}
.inner--fill-left {width:100%; max-width:none; padding-left:calc((100% - 76.5625vw) / 2); padding-right:0;}

@media(max-width:875px){
	.inner-835 {padding:0 4vw;}
}
@media(max-width:1104px){
	.inner-1064 {padding:0 4vw;}
}
@media(max-width:1212px){
	.inner-1172 {padding:0 4vw;}
}
@media(max-width:1322px){
	.inner-1282 {padding:0 4vw;}
}
@media(max-width:1332px){
	.inner-1292 {padding:0 4vw;}
}
@media(max-width:1290px){
	.inner-1250 {padding:0 4vw;}
}
@media(max-width:1354px){
	.inner-1314 {padding:0 4vw;}
}
@media(max-width:1480px){
	.inner {padding:0 4vw;}
}
@media(max-width:1510px){
	.inner-1470 {padding:0 4vw;}
}
@media(max-width:1540px){
	.inner-1500 {padding:0 4vw;}
}
@media(max-width:1600px){
	.inner-1560 {padding:0 4vw;}
}
@media(max-width:1480px){
	.inner--fill {padding:0 4vw;}
}
@media(max-width:1480px){
	.inner--fill-left {padding-left:4vw;}
}

@media (max-width:1080px){
.inner-835 {max-width:835px; padding: 0 4%}
.inner-1064 {max-width:1064px; padding: 0 4%}
.inner-1172 {max-width:1172px; padding: 0 4%}
.inner-1282 {max-width:1282px; padding: 0 4%}
.inner-1292 {max-width:1292px; padding: 0 4%}
.inner-1250 {max-width:1250px; padding: 0 4%}
.inner-1314 {max-width:1314px; padding: 0 4%}
.inner {max-width:1440px; padding: 0 4%}
.inner-1470 {max-width:1470px; padding: 0 4%}
.inner-1500 {max-width:1500px; padding: 0 4%}
.inner-1560 {max-width:1560px; padding: 0 4%}
.inner--fill {padding: 0 4%;}
.inner--fill-left {padding-left: 4%;}

}

.sub-container {padding-top: 5em; padding-bottom: 10em; min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 5em; font-size: var(--fz); background-color: rgba(0,0,0,0.5); --menu-height : 0; transition: 0.15s 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.15s ease-in-out all;}
.header__inner {display: flex; justify-content: space-between; align-items: center; height: inherit}
.header__ctrl {display: flex; align-items: center; height: inherit;}

.header-home__logo {width: 10em; transition: 0.15s ease-in-out all;}
.header-right {display: flex;}

.header-navi {position: relative; height: inherit; transition: .15s ease-in-out all;}
.header-navi__m-list {display: flex; height: inherit;}
.header-navi__m-item {height: inherit;}
.header-navi__m-item:last-child {margin-right: 0;}
.header-navi__m-btn {display: flex; align-items: center; height: inherit;}
.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-lang {position: relative; display: flex; align-items: center;  text-align:center; height: inherit; transition: .15s ease-in-out all;}
.header-lang__btn{display: flex; align-items:center; transition: 0.15s ease-in-out all;}
.header-lang__btn,
.header-lang__btn:link,
.header-lang__btn:visited {color: #fff;}
.header-lang__navi{position:absolute; top: 100%; left: 50%; transform:translateX(-50%); min-width:100%; height: 0; overflow: hidden;}
.header-lang__list {margin: 1em; background-color: rgba(0,0,0,0.5); border-radius: 0.5em; box-shadow:var(--shadow01); transition: .15s ease-in-out all;}
.header-lang__link{padding:0.5em 1.5em; display: block; white-space: nowrap; transition: 0.15s ease-in-out all;}
.header-lang__link,
.header-lang__link:visited,
.header-lang__link:link {color: #fff;}
.header-lang__icon {width: 1.25em; filter:brightness(0) invert(1)}
@media(hover:hover){
	.header-lang__btn:hover {color: var(--main-color);}
	.header-lang__link:hover {color: var(--main-color);}
}
@media(max-width:1080px){
	.header-lang {display: none;}
}

.header-login {margin-left: 1.5em;}
.header-login__list {display: flex; align-items: center;}
.header-login__item {margin-right: 1em;}
.header-login__item:last-child {margin-right: 0;}
.header-login__link {display: block; transition:.15s ease-in-out all;}
.header-login__link,
.header-login__link:visited,
.header-login__link:link {color: #fff;}
@media(hover:hover){
	.header-login__link:hover {color: var(--main-color);}
}
@media(max-width:1080px){
	.header-login{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:.15s ease-in-out all;}
.header-drawer__line {position: absolute; left: 0; width: 100%; height: 2px; background-color: #fff; transition:.15s ease-in-out all;}
.pg-header[data-state="white"] .header-drawer__line {background-color: #000;}
.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:flex; align-items: center;}
}

.header__fix.enter {background-color: #fff;}
.header__fix.enter .header-navi__m-btn {color: var(--gray01);}
.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(--gray01);}
.header__fix.enter .header-navi__s-btn--crt {color: var(--main-color);}
.header__fix.enter .header-navi__c-btn {color: var(--gray05);}
.header__fix.enter .header-navi__c-btn--crt {color: var(--main-color);}
.header__fix.enter .header-lang__btn {color: var(--gray01);}
.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(--gray01);}
.header__fix.enter .header-login__link {color: var(--gray01);}
.header__fix.enter .header-drawer__line {background-color: var(--gray01);}
@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(--gray05);}
.drop-menu__inner {display: flex; border-right:1px solid var(--gray05); border-left:1px solid var(--gray05);}
.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(--gray05);}
.drop-menu__wrap:last-child {border-right:1px solid var(--gray05); }
.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(--gray05);}
.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 {border-bottom:1px solid var(--gray05)}
.tab-menu__list {display: flex;}
.tab-menu__item {flex:1;}
.tab-menu__btn {padding:1.5em 0.75em; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; transition: .15s ease-in-out all;}
.tab-menu__btn--crt {background-color: var(--main-color);}
.tab-menu__btn--crt,
.tab-menu__btn--crt:link,
.tab-menu__btn--crt:visited {color: #fff;}
@media(hover:hover){
	.tab-menu__btn:hover {background-color: var(--main-color); color: #fff;}
}
/************************* 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(--gray05); 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:4.6875vw 0; background-color: var(--gray01); color: var(--gray07);}
.footer__sec {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start; border-bottom:1px solid var(--gray09); padding-bottom: 1.5625vw; margin-bottom: 1.1458vw;}

.footer-home {display: inline-block;}
.footer-home__logo {width: 13.6458vw;}

.footer-wrap {display: flex; justify-content: space-between; align-items: flex-end;}

.footer-info {}
.footer-info__item { display: flex; flex-wrap:wrap; line-height: 1.5;}
.footer-info__item:last-child {margin-bottom: 0;}
.footer-info__info {display: inline-flex; align-items: center; font-size: 0.9896vw; font-weight: 300; margin-right: 1.0417vw;}
.footer-info__cate {display: block; margin-right: 0.3646vw; font-weight: 600;}
/* .footer-info__desc {color: var(--gray05);} */
.footer-info__desc--link {transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: var(--gray05);}
@media(max-width:500px){
	.footer-info__item {margin-bottom: 0;}
	.footer-info__detail {width: 100%; margin-right: 0;}
}
@media(hover:hover){
	.footer-info__desc--link:hover {color: var(--main-color);}
}

.footer-navi__link {display: inline-flex; align-items: center; font-size: 0.9896vw; font-weight: 600; color: var(--gray07); transition:.15s ease all;}
.footer-navi__link:after {margin:0 0.4167vw 0 0.625vw; content:''; display: inline-block; width: 1px; height: 0.8333vw; background-color: var(--gray07);}
.footer-navi__link:last-child:after {display: none;}
.footer-navi__link:last-of-type {margin-right: 0;}
@media(hover:hover){
	.footer-navi__link:hover {color: var(--main-color);}
}

.footer-adm {display: flex;}
.footer-adm__cprt {font-size: 0.8333vw; opacity: 0.4; font-weight: 300; letter-spacing: -0.02em; padding-bottom: 0.1042vw;}


/************************* footer_inc 끝 *************************/


/************************* split-text *************************/
.split-text__word {font-size: inherit;}
.split-text__letter {display: inline-block; font-size: inherit;}


/* ============================================================
   풍곡가든 — header_inc / 플로팅 (페이지 전역 노출)
   PSD: 1920×80 / data-state="white|black"
   이미지: <?=GTI?>/img/{파일} 평면 배치
   ============================================================ */

/* ----- GNB ----- */
.pg-header {position:fixed; left:0; top:0; z-index:100; width:100%; height:4.1667vw; transition:0.25s ease;}
.pg-header[data-state="white"] {background:var(--gray09); border-bottom:1px solid rgba(0,0,0,0.04);}
.pg-header[data-state="black"] {background:var(--gray01);}
.pg-header > .inner-1500 {height:100%;}
.pg-header__body {display:flex; align-items:center; justify-content:space-between; width:100%; height:100%; padding:0;}
.pg-header__logo {display:block; width:8.8542vw; height:1.7708vw; background:url('img/logo_black.png') no-repeat center / contain;}
.pg-header[data-state="black"] .pg-header__logo {background-image:url('img/logo_white.png');}
.pg-nav__list {display:flex; align-items:center; gap:1.6667vw; padding-left: 4.6875vw;}
.pg-nav__link {display:block; padding:0.4167vw 0; font-size:1.1458vw; font-weight:600; color:var(--gray01); transition:color 0.2s;}
.pg-header[data-state="black"] .pg-nav__link {color:var(--gray09);}
.pg-nav__link:hover {color:var(--main-color);}
.pg-header__cta {display: block; width:13.9062vw; border-radius:2.6042vw; position: relative;}
.pg-header__img {width:100%; height:auto;}
.pg-header__img--white {position: absolute; left:0; top:0; animation: bg 0.5s alternate ease infinite;}

@keyframes bg {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* ----- 플로팅 (TOP / 창업문의) ----- */
/* sec07 sticky bottom:0 (height 78px) 충돌 회피: bottom = sec07 layout 높이 + 여유 */
.pg-floating {position:fixed; right:1.5625vw; bottom:5.2083vw; z-index:90; display:flex; flex-direction:column; gap:0.7812vw; padding:0; border:0; background:none;}
.pg-floating__btn {display:block; width:5.6771vw; height:auto; padding:0; border:0; background:none; cursor:pointer; transition:transform 0.2s;}
.pg-floating__btn-img {display:block; width:100%; height:auto;}
.pg-floating__btn:hover {transform:translateY(-0.1562vw);}

/* ============================================================
   R10 — 공통 요소 5BP 반응형 (1640 / 1320 / 1080 / 768 / 500)
   대상: GNB(.pg-header) / Footer(.footer) / Floating(.pg-floating)
   원칙: 마크업 무수정, CSS만. hex 직접/inline-style/font-family 직접 0건.
   ============================================================ */
@media(max-width:1640px){
	.pg-header {height:3.75vw;}
	.pg-header__logo {width:8.3333vw; height:1.6667vw;}
	.pg-nav__list {gap:1.4583vw; padding-left:3.125vw;}
	.pg-nav__link {font-size:1.0417vw;}
	.pg-header__cta {width:12.5vw;}
	.footer {padding:3.6458vw 0;}
	.footer__sec {padding-bottom:1.3542vw; margin-bottom:1.0417vw;}
	.footer-home__logo {width:12.5vw;}
	.footer-info__info {font-size:0.9375vw; margin-right:0.9375vw;}
	.footer-navi__link {font-size:0.9375vw;}
	.footer-navi__link:after {margin:0 0.3125vw 0 0.5208vw;}
}
@media(max-width:1320px){
	.pg-header {height:3.5417vw;}
	.pg-header__logo {width:7.8125vw; height:1.5625vw;}
	.pg-nav__list {gap:1.1458vw; padding-left:2.0833vw;}
	.pg-nav__link {font-size:0.9375vw;}
	.pg-header__cta {width:11.4583vw;}
	.footer {padding:3.125vw 0;}
	.footer__sec {padding-bottom:1.25vw; margin-bottom:0.9375vw;}
	.footer-home__logo {width:11.4583vw;}
	.footer-wrap {flex-wrap:wrap; row-gap:0.9375vw;}
	.footer-info__info {font-size:0.8854vw; margin-right:0.8333vw;}
	.footer-navi__link {font-size:0.8854vw;}
	.footer-adm__cprt {font-size:0.7812vw;}
}
@media(max-width:1080px){
	.pg-header {height:64px;}
	.pg-header__logo {width:140px; height:28px;}
	.pg-nav {display:none;}
	.pg-header__cta {width:200px;}
	.pg-floating {right:24px; bottom:80px; gap:12px;}
	.pg-floating__btn {width:95px; height:auto;}
	.footer {padding:55px 0;}
	.footer__sec {padding-bottom:22px; margin-bottom:16px;}
	.footer-home__logo {width:200px;}
	.footer-wrap {flex-direction:column; align-items:flex-start; row-gap:20px;}
	.footer-info {width:100%;}
	.footer-info__item {margin-bottom:6px;}
	.footer-info__info {font-size:16px;}
	.footer-navi__link {font-size:16px;}
}
@media(max-width:768px){
	.pg-header {height:60px;}
	.pg-header > .inner-1500 {display:flex; align-items:center;}
	.pg-header__logo {width:120px; height:24px;}
	.pg-header__cta {width:160px;}
	.pg-floating {right:16px; bottom:200px; gap:10px;}
	.pg-floating__btn {width:72px; height:auto;}
	.footer {padding:45px 0;}
	.footer__sec {padding-bottom:20px; margin-bottom:14px;}
	.footer-home__logo {width:180px;}
	.footer-info__item {display:flex; flex-direction:column; row-gap:6px; margin-bottom:10px;}
	.footer-info__info {font-size:15px; margin-right:0;}
	.footer-info__cate {display:inline-block; margin-right:6px;}
	.footer-navi {display:flex; flex-wrap:wrap; row-gap:6px; margin-top:8px;}
	.footer-navi__link {font-size:14px;}
	.footer-navi__link:after {height:12px; margin:0 5px 0 8px;}
	.footer-adm__cprt {font-size:13px;}
}
@media(max-width:500px){
	.pg-header {height:54px;}
	.pg-header__logo {width:104px; height:22px;}
	.pg-header__cta {width:130px;}
	.pg-floating {right:12px; bottom:160px; gap:8px;}
	.pg-floating__btn {width:60px; height:auto;}
	.footer {padding:38px 0;}
	.footer__sec {padding-bottom:18px; margin-bottom:12px;}
	.footer-home__logo {width:150px;}
	.footer-info__item {margin-bottom:8px;}
	.footer-info__info {font-size:13.5px;}
	.footer-navi__link {font-size:13px;}
	.footer-navi__link:after {height:10px; margin:0 4px 0 6px;}
	.footer-adm__cprt {font-size:12px;}
}
