.hidden{
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.hide{
    display: none;
}

.main__contents__wr{
    position: relative;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accent{
    font-weight: 400;
    font-style: italic;
    color:#9ca8b3;
}

/* 섹션타이틀 공통 스타일 시작 */

.section__title{
	font-size: 70px;
	font-weight: 300;
    line-height: 1.3;
    color: #0c0d11;
}

.section__title__accent{
	font-style: italic;
	font-weight: 400;
    color:#9ca8b3;
}

.section__desc{
    margin-top: 60px;
	font-size: 18px;
    line-height: 28px;
}


.lean__more__btn a::after{
    width: 40px;
    height: 16px;
    content: "";
    display: block;
    background: url('/images/icon_arrow.png') no-repeat center center;
    background-size: contain;
    background-position: center center;
}

.lean__more__btn.wt__btn a::after{
    filter: brightness(0) invert(1);
}


.sub__hero{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub__hero .sub__title{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: clamp(90px, 10vw, 120px);
    font-style: normal;
    font-weight: 400;
    line-height: 120px; /* 100% */
}

.sub__title{
    color: #FFF;
    font-family: Pretendard;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 99px */
}

/* scroll__text: 동일 그리드 셀에 겹침 → 흐름 높이는 한 덩어리(중앙 정렬 유지), GSAP는 sub.js */
.sub__title__wr:has(.scroll__text){
    display: grid;
    justify-items: center;
    text-align: center;
}
.sub__title__wr:has(.scroll__text) > .sub__title{
    grid-area: 1 / 1;
    align-self: center;
    width: 100%;
    box-sizing: border-box;
}
.sub__title__wr:has(.scroll__text) > .sub__title:not(.scroll__text){
    z-index: 1;
}
.sub__title__wr:has(.scroll__text) > .scroll__text{
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.text-point{
    color: #9CA8B3;
}

.sub__contents__wr{
    padding: 160px 0;
    background: #0C0D11;
    color: #fff;
}

.sub__content__text__title{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: inherit;
}

.sub__content__text__desc{
    font-size: 18px;
    line-height: 28px;
    color: inherit;
    opacity: .6;
}

.sub__content__text__desc p{
    margin: 0;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .sub__content__text__title{
        font-size: 18px;
    }
    .sub__content__text__desc{
        font-size: 16px;
        line-height: 26px;
    }
    .sub__title{
        font-size: 68px;
        line-height: 1.12;
    }
    .sub__hero .sub__title{
        font-size: 90px;
        line-height: 1.05;
    }
    .sub__contents__wr{
        padding: 120px 0;
    }
}

@media (max-width: 820px) {
    .sub__content__text__title{
        font-size: 16px;
        line-height: 26px;
    }
    .sub__content__text__desc{
        font-size: 14px;
        line-height: 1.5;
    }
    .sub__title{
        font-size: 52px;
        line-height: 1.12;
    }
    .sub__hero .sub__title{
        font-size: 68px;
        line-height: 1.05;
    }
    .sub__contents__wr{
        padding: 100px 0;
    }
}

@media (max-width: 570px) {
    .sub__content__text__title{
        font-size: 15px;
    }
    .sub__title{
        font-size: 48px;
        line-height: 110%;
    }
    .sub__hero .sub__title{
        font-size: 48px;
        line-height: 1.5;
        text-transform:capitalize;
    }
    .sub__contents__wr{
        padding: 80px 0;
    }

    .section__title{
        font-size: 48px;
        line-height: 1.3;
    }
}

/* 섹션타이틀 공통 스타일 끝  */


/* ================================
sub__about.php 시작
================================ */

/* who we are 섹션 시작 */
#sub__whoweare__section{
    background: url('/images/sub_whoweare_visual_bg.jpg') no-repeat center center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* who we are 섹션 끝 */
/* decade 섹션 시작 */
#sub__decade__section{
    padding-top: 260px;
}
.decade__title{
    text-align: center;
}

.sub__decade__content__wr{
    margin-top: 70px;
}

.sub__decade__banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sub__decade__banner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sub__decade__text{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
/* decade 섹션 끝 */

/* rigor 섹션 시작 */

.sub__rigor__content__wr{
    margin-top: 170px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sub__rigor__text > .sub__content__text__title{
    margin-bottom: 24px;
}

.sub__rigor__img{
    flex-shrink: 1;
    min-width: 0;
    width: 100%;
    max-width: 834px;
    aspect-ratio: 834 / 1007;
    height: auto;
    overflow: hidden;
}

.sub__rigor__img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .sub__decade__content__wr{
        margin-top: 56px;
    }
    .sub__rigor__content__wr{
        flex-direction: column-reverse;
        margin-top: 120px;
        gap: 48px;
    }
}

@media (max-width: 820px) {
    .sub__decade__content__wr{
        margin-top: 48px;
    }
    .sub__decade__text{
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        margin-top: 32px;
    }
    .sub__rigor__content__wr{
        flex-direction: column-reverse;
        align-items: stretch;
        margin-top: 96px;
        gap: 40px;
    }
    .sub__rigor__text > .sub__content__text__title{
        margin-bottom: 16px;
    }
}

@media (max-width: 570px) {

    .decade__title{
        text-align: left;
    }

    .sub__decade__content__wr{
        margin-top: 36px;
    }
    .sub__decade__text{
        gap: 16px;
        margin-top: 40px;
    }
    .sub__rigor__content__wr{
        flex-direction: column-reverse;
        margin-top: 24px;
        gap: 40px;
    }

    .sub__rigor__img {
        width: 100%;
        height: 400px;
    }

    .sub__rigor__img img {
        object-fit: cover;
    }
}

/* rigor 섹션 끝 */


/* people 섹션 시작 */

.sub__people__section{
    background: #0C0D11;
    color: #fff;
}


.sub__people__more__btn {
    position: absolute;
    bottom: 0;
    right: -250px;
}


.sub__people__content__wr{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #313238;
    margin-top: 120px;
}

.sub__people__content__item{
    border-right: 1px solid #313238;
    border-bottom: 1px solid #313238;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 48px;
	cursor:pointer;
}

.sub__people__content__item--placeholder{
    cursor: default;
    pointer-events: none;
}

.sub__people__content__item__label{
    font-size: 14px;
    font-weight: 500;
    opacity: .3;
}

.sub__people__content__item__title{
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 24px;
}

.sub__people__content__item__subtitle{
    font-size: 20px;
    font-weight: 500;
}

/* 인라인 상세 영역 */
.sub__people__content__item.is-active{
    background: rgba(255, 255, 255, 0.04);
}

.sub__people__content__detail{
    --people-detail-pad-top: 56px;
    --people-detail-pad-bottom: 60px;
    --people-detail-pad-side: 48px;
    grid-column: 1 / -1;
    position: relative;
    border-bottom: 1px solid #555659;
    padding: 0 var(--people-detail-pad-side) 0;
    color: #fff;
    overflow: hidden;
    height: 0;
    opacity: 0;
    will-change: height, opacity, padding-top, padding-bottom;
    transition: height .44s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .3s ease, padding-top .44s cubic-bezier(0.22, 0.61, 0.36, 1), padding-bottom .44s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sub__people__content__detail.is-open{
    opacity: 1;
    padding-top: var(--people-detail-pad-top);
    padding-bottom: var(--people-detail-pad-bottom);
}

.sub__people__content__detail .sub__people__content__item__label,
.sub__people__content__detail .sub__people__content__item__title,
.sub__people__content__detail .sub__people__content__item__subtitle,
.sub__people__content__detail .sub__people__content__item__text{
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .32s ease, transform .42s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sub__people__content__detail.is-open .sub__people__content__item__label,
.sub__people__content__detail.is-open .sub__people__content__item__title,
.sub__people__content__detail.is-open .sub__people__content__item__subtitle,
.sub__people__content__detail.is-open .sub__people__content__item__text{
    opacity: 1;
    transform: translateY(0);
}

.sub__people__content__detail .sub__people__content__item__label{
    font-size: 14px;
    opacity: .5;
}

.sub__people__content__detail .sub__people__content__item__title{
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 1.1;
}

.sub__people__content__detail .sub__people__content__item__subtitle{
    font-size: 20px;
    font-weight: 500;
}

.sub__people__content__detail .sub__people__content__item__text{
    word-break: keep-all;
    margin-top: 36px;
    max-width: 1120px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.9);
}

.sub__people__detail__close{
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.sub__people__detail__close::before,
.sub__people__detail__close::after{
    content: "";
    position: absolute;
    top: 15px;
    left: 4px;
    width: 24px;
    height: 1px;
    background: #fff;
}

.sub__people__detail__close::before{ transform: rotate(45deg); }
.sub__people__detail__close::after{ transform: rotate(-45deg); }

@media (max-width: 1440px) {
    .sub__people__more__btn{
        right: 0;
    }
    .sub__people__content__item{
        padding: 60px 36px;
    }
    .sub__people__content__item__title{
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .sub__people__content__wr{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 80px;
    }
    .sub__people__content__item{
        padding: 48px 32px;
    }
    .sub__people__content__item__title{
        font-size: 36px;
        margin-bottom: 16px;
    }
    .sub__people__content__item__subtitle{
        font-size: 18px;
    }
    .sub__people__content__detail{
        --people-detail-pad-top: 44px;
        --people-detail-pad-bottom: 48px;
        --people-detail-pad-side: 32px;
    }
    .sub__people__content__detail .sub__people__content__item__title{
        font-size: 36px;
    }
    .sub__people__content__detail .sub__people__content__item__subtitle{
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .sub__people__section .inner__cen1680{
        width: 90%;
    }
    .sub__people__content__wr{
        margin-top: 60px;
    }
    .sub__people__content__item{
        padding: 36px 24px;
    }
    .sub__people__content__item__label{
        font-size: 13px;
    }
    .sub__people__content__item__title{
        font-size: 30px;
        margin-bottom: 12px;
        margin-top: 4px;
    }
    .sub__people__content__item__subtitle{
        font-size: 16px;
    }
    .sub__people__content__detail{
        --people-detail-pad-top: 36px;
        --people-detail-pad-bottom: 40px;
        --people-detail-pad-side: 24px;
    }
    .sub__people__content__detail .sub__people__content__item__title{
        font-size: 30px;
    }
    .sub__people__content__detail .sub__people__content__item__text{
        margin-top: 24px;
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 570px) {
    .sub__people__content__pop__wr {
        padding: 80px 5% 32px;
    }
    .sub__people__content__pop__wr .sub__people__content__item {
        padding-top: 28px;
    }
    .sub__people__content__pop__wr .sub__people__content__item__title {
        font-size: 26px;
    }
    .sub__people__content__pop__wr .sub__people__content__item__subtitle {
        font-size: 15px;
    }
    .sub__people__content__pop__wr .sub__people__content__item__text {
        margin-top: 20px;
        font-size: 13px;
        line-height: 22px;
    }
    .sub__people__pop__close {
        top: 0;
        right: 0;
    }

    .sub__people__content__wr{
        margin-top: 20px;
        grid-template-columns: 1fr;
    }
    .sub__people__content__item{
        border-right: 0 !important;
        padding: 32px 16px;
    }
    .sub__people__content__item__title{
        font-size: 28px;
    }
    .sub__people__content__detail{
        --people-detail-pad-top: 32px;
        --people-detail-pad-bottom: 36px;
        --people-detail-pad-side: 16px;
    }
    .sub__people__content__detail .sub__people__content__item__title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .sub__people__content__detail .sub__people__content__item__subtitle{
        font-size: 16px;
    }
    .sub__people__content__detail .sub__people__content__item__text{
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .sub__people__detail__close{
        top: 16px;
        right: 12px;
    }
}

/* people 섹션 끝  */



/* ================================
sub__about.php 끝
================================ */

















/* ================================
sub__approach.php 시작
================================ */

#sub__approach__section{
    background: url('/images/sub_approach_visual_bg.jpg') no-repeat center center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sub__approach__content__section.sub__contents__wr{
    background: #fff;
    color: #0c0d11;
}

.sub__approach__content__section .sub__content__text__desc{
    color: #4c4f55;
    opacity: 0.6;
}

.sub__approach__content__section .section__title{
    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
}


.sub__approach__content__wr{
    display: flex;
    flex-direction: column;
}

.sub__approach__content__item{
    padding: 120px 0;
}


.sub__approach__content__item:first-child{
    padding-top: 0;
}

.sub__approach__content__item:last-child{
    border-bottom: none;
}

.sub__approach__content__item__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

.sub__approach__content__item--reverse .sub__approach__content__item__inner{
    flex-direction: row-reverse;
}

.sub__approach__content__item__text{
    display: flex;
    flex-direction: column;
    gap: 60px;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 800px;
}

.sub__approach__content__item__top{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sub__approach__content__item__number{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(191, 192, 189, 0.3);
}

.sub__approach__content__item__bottom{
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 464px;
}

.sub__approach__content__item__media{
    flex: 0 1 663px;
    width: 100%;
    max-width: 663px;
    min-width: 0;
}

.sub__approach__content__item__img{
    position: relative;
    width: 100%;
    aspect-ratio: 663 / 653;
    overflow: hidden;
}

.sub__approach__content__item__img__pic{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1024px) {
    .sub__approach__content__item{
        padding: 60px 0;
    }
    .sub__approach__content__item__inner{
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
    }
    .sub__approach__content__item__media{
        flex: 0 0 auto;
        max-width: 100%;
    }
    .sub__approach__content__item__img{
        aspect-ratio: 663 / 653;
        height: auto;
    }


    .sub__approach__content__item--reverse .sub__approach__content__item__inner{
        flex-direction: column;
    }

    .sub__approach__content__item__number{
        display: none;
    }
}

@media (max-width: 820px) {
    .sub__approach__content__item{
        padding: 48px 0;
    }
    .sub__approach__content__item__text{
        gap: 0px;
    }
    .sub__approach__content__item__inner {
        gap: 40px;
    }
}

@media (max-width: 570px) {
    .sub__approach__content__item{
        padding: 36px 0;
    }

    .sub__approach__content__item__bottom {
        gap: 0px;
    }

    .sub__approach__content__item__bottom .sub__content__text__title{
        margin-top: 24px;
        margin-bottom: 8px;
    }
    .sub__approach__content__item__bottom .sub__content__text__desc{
        margin-top: 0px;
        margin-bottom: 0px;
    }
}


/* ================================
sub__approach.php 끝
================================ */

























/* ================================
sub__contact.php 시작
================================ */

#sub__contact__section{
    background: url('/images/sub_contact_visual_bg.jpg') no-repeat center center;
    background-size: cover;
}

/* Figma 116-2001: 라이트 패널 (메인 contact 배경 토큰과 동일 #E5E4E2) */
.sub__contact__panel.sub__contents__wr{
    background: #e5e4e2;
    color: #0c0d11;
}

.sub__contact__intro{
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.sub__contact__lead{
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 719px;
}

.sub__contact__panel .sub__contact__lead__title.section__title{
    margin: 0;
    font-size: 60px;
    font-weight: 400;
    color: #0c0d11;
}


.sub__contact__panel .sub__contact__lead__desc.sub__content__text__desc{
    color: #505050;
    opacity: 1;
    font-size: 18px;
    line-height: 1.6;
}

.sub__contact__panel .sub__contact__lead__desc.sub__content__text__desc p{
    margin: 0;
}

.sub__contact__info__row{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 60px 0;
    box-sizing: border-box;
}

.sub__contact__info__col{
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.sub__contact__info__label{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #505050;
}

.sub__contact__info__value{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #191919;
    word-break: keep-all;
}

.sub__contact__info__sep{
    flex: 0 0 auto;
    width: 1px;
    align-self: stretch;
    min-height: 71px;
    background: #eee;
}

/* Figma sub_contact_map_img: 1680×793 비율, 다음 지도는 박스에 맞게 스케일 */
.sub__contact__map__box{
    margin-top: 0;
    width: 100%;
    aspect-ratio: 1680 / 793;
    max-height: 793px;
    position: relative;
    overflow: hidden;
}

.sub__contact__map__box .root_daum_roughmap{
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1024px) {
    .sub__contact__intro{
        gap: 72px;
    }
 
    .sub__contact__info__row{
        flex-wrap: wrap;
        gap: 40px 32px;
        padding: 48px 0;
    }
    .sub__contact__info__sep{
        display: none;
    }
    .sub__contact__info__col{
        flex: 1 1 calc(50% - 16px);
        min-width: min(100%, 240px);
    }
    .sub__contact__info__col:last-child{
        flex-basis: 100%;
    }
}

@media (max-width: 870px) {
    /* 마크업 순서 유지 · 표시만: lead → map → info (display: contents + order) */
    #sub__contact__panel > .inner__cen1680{
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .sub__contact__panel .sub__contact__lead__desc.sub__content__text__desc {
        margin:24px 0 40px;
    }

    .sub__contact__intro{
        display: contents;
    }

    .sub__contact__lead{
        order: 1;
    }

    .sub__contact__map__box{
        order: 2;
        width: 100%;
        max-height: none;
    }

    .sub__contact__info__row{
        order: 3;
        padding: 0;
        border-top: none;
        margin-top: 24px;
    }

    .sub__contact__info__col{
        padding: 28px 0;
        border-bottom: 1px solid #ddd;
    }

    
    .sub__contact__info__col:last-child {
        border-bottom: none;
    }
}

@media (max-width: 820px) {

    .sub__contact__info__row{
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
    .sub__contact__info__col{
        flex: 1 1 auto;
        width: 100%;
    }
    .sub__contact__info__col:last-child{
        flex-basis: auto;
    }

    .sub__contact__panel .sub__contact__lead__title.section__title {
        font-size: 48px;
    }
}

@media (max-width: 570px) {
    .sub__contact__lead{
        gap: 0px;
    }

    .sub__contact__info__value{
        font-size: 18px;
    }
    .sub__contact__map__box{
        max-height: none;
        min-height: 160px;
    }

    .sub__contact__panel .sub__contact__lead__desc.sub__content__text__desc {
        color: #4C4F55;
        font-size: 14px;
        line-height: 150%;
    }
}


/* contact form 섹션 시작 — Figma 116-2029 */

.contact__form__section{
	background: #e5e4e2;
	color: #0c0d11;
	padding-top: 80px;
	padding-bottom: 160px;
}

.contact__form__section__title{
	margin-bottom: 0;
}

.contact__form__inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 160px;
}

.contact__form__wr{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap: clamp(40px, 7vw, 134px);
	width: 100%;
}

.contact__form__left{
	flex: 0 1 716px;
	max-width: 716px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	min-width: 0;
}

.contact__form__privacy{
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 688px;
}

.contact__form__info__heading{
	margin: 0;
	font-family: Pretendard, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.4px;
	color: #0c0d11;
}

.contact__form__privacy__body{
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.contact__form__info__scroll{
	box-sizing: border-box;
	max-height: 220px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px 16px;
	border-radius: 10px;
	background: #d9dad7;
	font-family: Pretendard, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(12, 13, 17, 0.7);
	letter-spacing: -0.3px;
}

.contact__form__info__scroll p{
	margin: 0;
}

.contact__form__info__agree__wr{
	display: flex;
	align-items: center;
	gap: 9px;
}

.contact__form__info__agree__wr input[type="checkbox"]{
	flex-shrink: 0;
	appearance: none;
	width: 16px;
	height: 16px;
	margin: 0;
	border: 1px solid #0c0d11;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}

.contact__form__info__agree__wr input[type="checkbox"]:checked{
	background: #0c0d11;
	border-color: #0c0d11;
}

.contact__form__info__agree__wr input[type="checkbox"]:checked::after{
	content: "";
	position: absolute;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #e5e4e2;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.contact__form__info__agree__wr label{
	font-family: Pretendard, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	color: #0c0d11;
	letter-spacing: -0.4px;
	cursor: pointer;
}

.contact__form__right{
	flex: 1 1 830px;
	max-width: 830px;
	min-width: 0;
}

.contact__form__fields{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact__form__field{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
	width: 100%;
}

.contact__form__field-row{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	width: 100%;
}

.contact__form__label{
	font-family: Pretendard, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	color: #0c0d11;
	letter-spacing: -0.35px;
}

.contact__form__label-row{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: -0.35px;
	color: #0c0d11;
}

.contact__form__label-row .contact__form__label{
	font-weight: 600;
}

.contact__form__label-sep{
	font-family: Montserrat, Pretendard, sans-serif;
	font-weight: 400;
}

.contact__form__label-hint{
	font-family: Pretendard, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #0c0d11;
}

.contact__form__main__title.section__title{
	margin: 0;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	color: #0c0d11;
	text-transform: capitalize;
}

.contact__form__right input[type="text"],
.contact__form__right input[type="email"],
.contact__form__right input[type="tel"],
.contact__form__right select,
.contact__form__right textarea{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border: none;
	border-radius: 10px;
	background: #d9dad7;
	font-family: Pretendard, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
	color: #0c0d11;
	letter-spacing: -0.35px;
	padding: 14px 16px;
	outline: none;
}

.contact__form__right textarea{
	min-height: 198px;
	height: 198px;
	resize: vertical;
	line-height: 1.5;
}

.contact__form__right input::placeholder,
.contact__form__right textarea::placeholder{
	color: rgba(12, 13, 17, 0.5);
}

.contact__form__select-wrap{
	position: relative;
	width: 100%;
}

.contact__form__select-wrap select{
	height: 52px;
	padding-right: 48px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.contact__form__select-wrap::after{
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-right: 2px solid #0c0d11;
	border-bottom: 2px solid #0c0d11;
	transform: rotate(45deg);
	pointer-events: none;
	opacity: 0.75;
}

.contact__form__field > input[type="text"],
.contact__form__field > input[type="email"],
.contact__form__field > input[type="tel"]{
	height: 52px;
}

.contact__form__field-row .contact__form__field input[type="text"],
.contact__form__field-row .contact__form__field input[type="tel"],
.contact__form__field-row .contact__form__field input[type="email"]{
	height: 52px;
}

.contact__form__file-row{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 8px;
	position: relative;
}

.contact__form__file-display{
	flex: 1;
	min-width: 0;
	min-height: 52px;
	display: flex;
	align-items: center;
	padding: 14px 16px;
	border-radius: 10px;
	background: #d9dad7;
	cursor: default;
}

.contact__form__file-name{
	display: block;
	width: 100%;
	font-family: Pretendard, sans-serif;
	font-size: 14px;
	color: rgba(12, 13, 17, 0.45);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact__form__file-name:not(:empty){
	color: #0c0d11;
}

.contact__form__file-native{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.contact__form__file-btn{
	flex-shrink: 0;
	box-sizing: border-box;
	min-width: 98px;
	height: 52px;
	padding: 6px 16px;
	border: 1px solid #0c0d11;
	border-radius: 10px;
	background: transparent;
	font-family: Pretendard, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	color: #0c0d11;
	letter-spacing: -0.35px;
	cursor: pointer;
}

.contact__form__file-btn:hover{
	background: rgba(12, 13, 17, 0.06);
}

.contact__form__submit{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 160px;
}

.contact__form__submit__link{
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-family: Pretendard, Inter, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #0c0d11;
	text-decoration: none;
	text-transform: capitalize;
}

.contact__form__submit__link::after{
	width: 40px;
	height: 16px;
	content: "";
	display: block;
	background: url('/images/icon_arrow.png') no-repeat center center;
	background-size: contain;
}

.contact__form__section .contact__form__right input[type="text"],
.contact__form__section .contact__form__right input[type="email"],
.contact__form__section .contact__form__right input[type="tel"],
.contact__form__section .contact__form__right select,
.contact__form__section .contact__form__right textarea{
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact__form__section .contact__form__right input[type="text"]:focus,
.contact__form__section .contact__form__right input[type="email"]:focus,
.contact__form__section .contact__form__right input[type="tel"]:focus,
.contact__form__section .contact__form__right select:focus,
.contact__form__section .contact__form__right textarea:focus{
	box-shadow: 0 0 0 1px #0c0d11;
}

#contact__category option{
	color: #0c0d11;
}

@media (max-width: 1200px){
	.contact__form__inner{
		gap: 100px;
	}

	/* 마크업 순서 유지 · 표시만: title → fields → privacy (display: contents + order) */
    .contact__form__wr {
        flex-direction: column;
        align-items: stretch;
        gap: 70px;
    }

	.contact__form__left{
		display: contents;
	}

	.contact__form__main__title{
		order: 1;
	}

	.contact__form__right{
		order: 2;
		max-width: none;
	}

	.contact__form__privacy{
		order: 3;
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 870px){
	.contact__form__field-row{
		grid-template-columns: 1fr;
		gap: 30px;
	}


	.contact__form__section{
		padding-top: 60px;
		padding-bottom: 100px;
	}

	.contact__form__inner{
		gap: 72px;
	}

	.contact__form__submit__link{
		font-size: 20px;
		line-height: 28px;
	}
}

/* contact form 섹션 끝 */

/* ================================
sub__contact.php 끝
================================ */