@charset "utf-8";

.exhibition{
    font-family: "Pretendard";
}
.target-man, 
.target-woman {
    display: none;
}
.exhibition.active-man .target-man, 
.exhibition.active-woman .target-woman {
    display: block;
}
.active-man .section-relations .content-wrap.target-man,
.active-woman .section-relations .content-wrap.target-woman {
    display: flex;
}

.layout-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
}
.content-title {
    font-weight: 900;
    font-size: 32px;
}

/* SECTION HERO */
.section-hero {
    position: relative;
}

/* SECTION FEATURE */
.section-feature {
    position: relative;
}
.section-feature .content-wrap {
    position: absolute;
    top: 12.5%;
    left: 50%;
    width: 1360px;
    margin: 0 auto;
    color: #fff;    
    transform: translateX(-50%);
}
.feature-title {
    font-family: 'PPRightGrotesk-Narrow';
    font-size: 60px;
    font-weight: 800;
    text-align: center;
}
.feature-text {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

/* SECTION MIDDLE */
.section-middle {
    padding: 2.5% 0;
    background: #000;    
    text-align: center;
}
.section-middle .middle-sub-text {
    display: block;
    font-weight: 300;
    font-size: 26px;
    color: #fff;
}
.section-middle .img {
    width: 24.167vw;
    min-width: 294px;
    margin-top: 16px;
}

/* SECTION VIDEO */
.section-video {
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.section-video .video {
    position: absolute;
    top: 0;
    width: 100%;
}
.section-video .video-wrap {
    padding-top: 42.7%;
    background:url('/assets/front/images/event/exhibition/img_video_poster.jpg') 50% 50% no-repeat;
    background-size: cover;
}

/* SECTION PRODUCT */
.section-product {
    position: relative;
    padding-top: 6.771vw;
}
.section-product .content-title {
    position: absolute;
    margin-top: 10px;
}
.tab-wrap {
    position: relative;
    padding-top: 54px;
}
.tab-wrap .tab-head {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 0 8px;
}
.tab-wrap .tab-anchor {
    display: inline-block;
    width: 202px;
    height: 54px;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-weight: 500;
    line-height: 54px;
    border: 2px solid #000;
    border-radius: 32px;
    text-align: center;
}
.tab-wrap .tab-anchor.is-active {
    color: #fff;
    background: #000;
}
.tab-contents-wrap {
    margin-top: 50px;
}
.tab-cont {
    display: none;
}
.tab-cont.is-active {
    display: block;
}
.main-product-wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 12px;
}
.main-product-list {
    flex: 1;
}
.main-product-detail {
    margin-top: 30px;
    background: #F8F8F8;
}
.info-box {
    position: relative;
    display: block;
    min-height: 375px;
    padding: 48px 36px 48px 48px;
}
.info-box + .info-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 96px);
    height: 1px;
    background: #d9d9d9;
    transform: translateX(-50%);
}
.info-box .model-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.info-box .color-case {
    display: flex;
    gap: 0 12px;
    margin-top: 15px;
}
.info-box .product-img {
    position: absolute;
    right: 36px;
    bottom: 48px;
    width: 168px;
    height: 225px;
}
.info-box .btn-prod-link {
    position: absolute;
    left: 48px;
    bottom: 48px;
    display: inline-block;
    height: 40px;
    padding: 0 24px;
    background: #E5E5E5;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.color-chip {
    display: inline;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.product-more-banner {
    margin-top: 50px;
    text-align: center;
}
.product-more-banner .btn-more {
    display: block;
    max-width: 1008px;
    margin: 0 auto;
    background: #E5E5E5;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 68px;
}
/* 250916 수정 */
.product-more-banner .btn-more .img {
    display: inline-block;
    height: 18px;
    margin: -2px 1px 0;
    vertical-align: middle;
}

/* SECTION LOOKBOOK */
.section-lookbook {
    overflow: hidden;
    padding-top: 130px;
}
.gallery-wrap {
    overflow: hidden;
    margin: 66px 0 40px;
}
.gallery-wrap .swiper-slide {
    max-width: 471px;
}
.section-lookbook .swiper-bottom {
    position: relative;
    margin-top: 40px;
}
.section-lookbook .swiper-bottom::after {
    content:'';
    position: absolute;
    top: 6px;
    left: 50%;
    width: 100%;
    max-width: 1280px;
    height: 4px;
    background: #E4E4E4;
    transform: translateX(-50%);
    z-index: -1;
}
.section-lookbook .swiper-scrollbar {
    max-width: 1280px;
    height: 14px;
    margin: 0 auto;
    padding-bottom: 50px;
    background: none;
}
.section-lookbook .swiper-scrollbar-drag {
    height: 14px;
    margin-top: -5px;
    background-color: #afafaf;
}
.section-lookbook .swipe-guide {
    position:absolute;
    left: 10px;
    bottom: 0;
    color: #797979;
    font-size: 20px;
}
.section-lookbook .swipe-guide:after {
    content:'';
    position:absolute;
    width:24px;
    height:24px;
    margin-left: 2px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_57_212)'%3E%3Cpath d='M5 19.5L12 12.5L5 5.5' stroke='%23797979' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 19.5L18 12.5L11 5.5' stroke='%23797979' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_57_212'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")  no-repeat 0 50%;
}

/* SECTION RELATIONS */
.section-relations {
    position: relative;
    margin-top: 100px;
}
.section-relations .content-wrap {
    position: absolute;
    top: 200px;
    left: 50%;
    display: none;
    justify-content: space-evenly; /* 250916 수정 */
    align-items: center;
    width: 1178px;
    transform: translateX(-50%);
}
.section-relations .link {
    position: relative;
    display: block;
    padding: 20px 0;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}
.section-relations .link:hover::after {
    content: '';
    position: absolute;
    bottom: 12px;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

@media all and (max-width: 1280px) {
    .feature-text {
        margin-top: 45px;
        font-size: 18px;
    }
}