@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('/resource/content/exhibition/pc/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;
    }
}

/**************************************************
 *  26SS PLAY 기획전
 **************************************************/
.play-26ss {
    min-width: 1400px;
 }
.play-26ss * {
    font-family: 'nanumSq';
}

/* ===== LAYERING ===== */
.play-26ss .section-layering {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 60px
}
.play-26ss .section-layering .swiper-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 13.281vw;
    height: 150px;
    background: #F8F8F8;
}
.play-26ss .section-layering .pagination-label {
    flex-shrink: 0;
    font-size: 42px;
    font-weight: 800;
}
.play-26ss .section-layering .swiper-pagination {
    position: relative;
    display: flex;
    width: 666px;
    height: 10px;
    margin-top: 42px;
}
.play-26ss .section-layering .swiper-pagination-bullet {
    position: relative;
    flex:1;
    height: 10px;
    margin: 0;
    border-radius: 0;
    background: #E8E8E8;
    opacity: 1;
}
.play-26ss .section-layering .swiper-pagination-bullet::before {
    content: "STEP 1";   
    position: absolute;
    left: 0;
    bottom: 17px;
    color: #C8C8C8;
    font-size: 20px;
    font-weight: 600;
}
.play-26ss .section-layering .swiper-button-disabled {
    opacity: 0.2;
}
.play-26ss .section-layering .swiper-pagination-bullet-active {
    background: #DE4F53;
}
.play-26ss .section-layering .swiper-pagination-bullet-active::before {
    color: #F66267;
}
.play-26ss .section-layering .swiper-pagination-bullet:nth-child(2)::before {
    content: "STEP 2";
}
.play-26ss .section-layering .swiper-pagination-bullet:nth-child(3)::before {
    content: "STEP 3";
}
.play-26ss .section-layering .swiper-controller {
    position: absolute;
    bottom: 180px;
    left: calc(100% / 1.2);
    width: 102px;
    height: 48px;
    margin-left: -13.542vw;
    z-index: 2;
}
.play-26ss .section-layering .swiper-button-prev,
.play-26ss .section-layering .swiper-button-next {
    right: 0;
    width: 48px;
    height: 48px;
    background:url('/resource/content/exhibition/play_26ss/pc/ico_arrow_round.png') 50% 50% no-repeat;
    background-size: 48px 48px;
}
.play-26ss .section-layering .swiper-button-prev {
    left: 0;
    transform: rotate(-180deg);
}

/* ===== ON & OFF ===== */
.play-26ss .section-onAndOff {
    position: relative;
    padding-top: 140px;
}
.play-26ss .page-title {
    font-family: 'NovaECB';
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
}
.play-26ss .page-sub-text {
    margin-top:40px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}
.play-26ss .section-onAndOff .tab-wrap {
    margin-top:60px;
    padding-top: 0;
}
.play-26ss .section-onAndOff .tab-head {
    position: relative;
    justify-content: center;
    gap:0;
    width: 358px;
    margin: 0 auto;
    background: #A0CD28;
    border-radius: 100px;
}
.play-26ss .section-onAndOff .tab-head::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 178px;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    z-index: 1;
    transform: translate(0);
    transition: transform 0.3s ease;
}
.play-26ss .section-onAndOff .tab-head:has(.tab-anchor:nth-child(2).is-active):after {
    transform: translate(176px);
}
.play-26ss .section-onAndOff .tab-anchor {
    position: relative;
    border: none;
    color:#fff;
    line-height: 60px;
    z-index: 2;
}
.play-26ss .section-onAndOff .tab-anchor.is-active {
    color: #A0CD28;
    background: transparent;
}
.play-26ss .section-onAndOff .tab-contents-wrap {
    margin-top:60px;
}
.play-26ss .swiper-onAndOff {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 100px;
}
.play-26ss .swiper-onAndOff .slide-link {
    display: block;
    padding-bottom: 16px;
}
.play-26ss .swiper-onAndOff .swiper-slide{
    max-width: 1400px;
}
.play-26ss .swiper-onAndOff .slide-link img {
    border-radius: 24px;
    box-shadow: 0px 4px 16px 0px #00000029;
}
.play-26ss .swiper-onAndOff .swiper-button-prev,
.play-26ss .swiper-onAndOff .swiper-button-next {
	position: absolute;
	top: 50%;
    left: 50%;
	width: 50px;
	height: 50px;
    opacity: 1;
}
.play-26ss .swiper-onAndOff .swiper-button-prev {
    transform: translateX(calc(-600px - 50px - 36px))
}
.play-26ss .swiper-onAndOff .swiper-button-next {
    transform: translateX(calc(600px + 36px)) rotate(-180deg);
}
.play-26ss .swiper-onAndOff .swiper-button-prev::before,
.play-26ss .swiper-onAndOff .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
	height: 50px;
    z-index: 2;
    background:url('/resource/content/exhibition/play_26ss/pc/blt_arrow.png') no-repeat 50% 50% / cover;
}
.play-26ss .swiper-onAndOff .swiper-button-prev::after,
.play-26ss .swiper-onAndOff .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 100px;
    height: 800px;
    background: #fff;
    transform: translateY(calc(-50% + 50px));
    z-index: 1;
}
.play-26ss .swiper-onAndOff .swiper-button-next::after {
    transform: translateY(calc(-50% - 50px));
}
.play-26ss .swiper-onAndOff .swiper-button-disabled::before {
    opacity: 0.2;
}
/* ===== LOOK BOOK ===== */
.play-26ss .section-lookbook {
    margin-top: 120px;
    padding-top: 140px;
    padding-bottom: 190px;
    background:url('/resource/content/exhibition/play_26ss/pc/bg_lookbook.jpg') no-repeat 50% 50% / cover;
}
.play-26ss .section-lookbook .content-title {
    font-family: 'NovaECB';
    font-size: 64px;
    color:#fff;
    text-align: center;
}
.play-26ss .section-lookbook .swiper-slide {
    max-width:none;
}
.play-26ss .section-lookbook .slide-link{
    display: block;
    box-shadow: 6px 6px 24px 0px #0000004D;
}
.play-26ss .section-lookbook .swiper {
    padding-left: 13.542vw;
}
.play-26ss .section-lookbook .swiper + .swiper {
    margin-top: 100px;
}
.play-26ss .section-lookbook .swiper-scrollbar {
    max-width: 60.625vw;
    margin:0;
    height: 4px;
    padding-bottom: 0;
}
.play-26ss .section-lookbook .swiper-bottom {
    height: 48px;
    margin-top:65px;
}
.play-26ss .section-lookbook .swiper-bottom::after {
    top:0;
    left: 0;
    max-width: 60.625vw;
    border-radius: 100px;
    background: rgba(255,255,255,0.4);
    transform: none;
    z-index: 1;
}
.play-26ss .section-lookbook .swiper-controller {
    position: relative;
    top: -23px;
    left: 61.042vw;
    width: 5.521vw;
    height: 2.5vw;
}
.play-26ss .section-lookbook .swiper-button-prev,
.play-26ss .section-lookbook .swiper-button-next {
    top:0;
    right: 0;
    width: calc(50% - 5px);
    height: 100%;
    margin:0;
    background:url('/resource/content/exhibition/play_26ss/pc/ico_arrow_round.png') 50% 50% no-repeat;
    background-size: cover;
}
.play-26ss .section-lookbook .swiper-button-prev {
    left: 0;
    transform: rotate(-180deg);
}
.play-26ss .section-lookbook .swiper-pagination {
    width: 100%;
    height: 4px;
    background: none;
}
.play-26ss .section-lookbook .swiper-pagination-progressbar-fill {
    max-width: 60.625vw;
    height: 4px;
    background: #000;
}

/* ===== RELATIONS ===== */
.play-26ss .section-relations {
    text-align: center;
}
.play-26ss .section-relations .content-wrap{
    position: initial;
    display: flex;
    justify-content: center;
    gap: 0 20px;
    width: auto;
    margin-top:140px;
    transform: none;
}
.play-26ss .section-relations .btn-more-view {
    display: inline-block;
    height: 68px;
    padding: 0 68px;
    font-size: 24px;
    font-weight: 500;
    color:#111;
    line-height: 68px;
    border-radius: 100px;
    background: #fff;;
}
.play-26ss .section-relations .link {
    width: 360px;
    height: 100px;
    padding:0;
    line-height: 100px;
    font-size: 32px;
    font-weight: 500;
    border: 1px solid #fff;
}
.play-26ss .section-relations .link:hover::after {
    display: none;
}


