.swiper{
}
.station{
    width: 100%;
    height: 900px;
    
}
.best-box .swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

/* 코쿤 픽 리스트 스타일 */
.pick-grid{
    display: grid;
    grid-template-columns: 500px repeat(3,1fr);
    grid-template-rows: 295px 276px;
    margin-top: 3rem;
    gap: 3rem 1rem;   
}
.grid-1>.pick-text{
    display: none;
    width: 100%;
    /* border: 1px solid red; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.pick-text h4{
    font-size: var(--heading-4);
    font-weight: var(--bold-weight);
    margin-bottom: .5rem;
}
.pick-text .h1-box{ 
    display: inline-block;
    font-size: 20px;
    margin-bottom: 13.5rem;
    font-weight:900;
    border-top: 1px solid #fff;
}
.pick-list{
    padding: 10rem 0;
}
.pick-list>h1{
    font-family: var(--font-point);
    font-size: var(--heading-1);
    font-weight: var(--medium-weight);
}
.pick-grid>.grid-1{
    grid-row: 1/3;
    /* border: 1px solid red; */
    position: relative;
}
.grid-1 img{
    width: 100%;
    height: 100%;
    filter: brightness(1);
}
.grid-1:hover img{
    filter: brightness(.7);
}
.grid-1:hover .pick-text{
    display: block;
}
.pick-grid>.text-box{
    grid-column: 2/5;
    padding-left: 10px;
}
.text-box h1{
    font-size: var(--heading-1);
    font-weight: var(--bold-weight);
    margin-bottom: .5rem;
}
.text-box .desc1{
    margin-bottom: 2.5rem;
}
.pick-grid figure{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.pick-grid .grid{
    aspect-ratio: 1/1;
}
.pick-grid .grid img{
    width: 100%;
    height: 100%;
}
.guid-img-1{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    aspect-ratio: 1/1;
}
.guid-img-2{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    aspect-ratio: 1/1;
}
.grid-1:hover .guid-img-1{
    display: none;
}
.grid-1:hover .guid-img-2{
    display: none;
}

/* new-product 스타일 */
.new-product{
    /* border: 1px solid red; */
    font-family: var(--font-point);
    text-align: center;
    margin-bottom: 10rem;
}
.new-product>h1{
    /* font-size: var(--heading-1); */
    margin-bottom: 3rem;
}
.new-product .banner{
    /* width: 1622px;
    height: 1622px; */
    width: 100%;       /* 부모 너비에 맞춤 */
    height:100%;      /* 높이는 비율에 맞게 */
    aspect-ratio: 1 / 1; /* 정사각형 유지 */

    margin: 0 auto;
    background: url(../../images/new-product/bg.png) no-repeat 50% 50% / cover;
    margin-bottom: 10rem;
    position: relative;
}
.new-product .content1{
    font-size: 8.3rem;
    line-height: 1.2;
    white-space: nowrap;
}
.new-product .content2{
    position: absolute;
    bottom: 5% ;
    left: 5%;
    font-size: 6.6rem;
    line-height: 1.2;
    text-align: start;
    white-space: nowrap;
}
.new-product .background{
    /* border: 1px solid red; */
    height: 624px;
    width: 1707px;
    background-color: #2c333320;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-main);
    gap: 10rem;
}
.product-box{
    /* border: 1px solid red; */
    text-align: start;
    
}
.product-box .point{
    font-family: var(--font-point);
    font-size: 2rem;
    line-height: normal;
    margin-bottom: 3rem;
}
.product-box>h4 {
    font-size: var(--body-1);
    font-weight: var(--bold-weight);
    margin-bottom: 2rem;
}
.product-box>button {
    /* border: 1px solid red; */
    border-radius: 40px;
    background-color: #fff;
    padding: .5rem 2rem;
}
.product-box>button a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px;
}
.product-box>button h1 {
    font-size: var(--body-2);
    font-weight: var(--bold-weight);
}
.product-box img{
    width: 33.3px;
    height: 25px;
}
.new-product .bg-1{
    margin-bottom: 5rem;
    margin-left: auto;
}
.best-box{
    margin-bottom: 10rem;
}
.best-box>.common-frame{
    position: relative;
    margin-bottom: 3rem;
}
.best-box>.common-frame>h1{
    font-size: var(--heading-1);
    font-family: var(--font-point);
    text-align: center;
}
.best-box>.common-frame h4{
    font-size: var(--heading-4);
    font-weight: var(--medium-weight);
    color: #00000077;
}
.best-box .btn a{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.best-box .btn img{
    width: 20px;
    height: 20px;
}
 .best-flex{
    width: 100%;
    overflow: hidden;
}
.best-container h4{
    font-weight: var(--medium-weight);
}
.best-flex .best-container{
    display: flex;
    /* gap: 1rem; */
    /* width: 2908px; */
    transform: translate3d(-201px, 0px, 0px);
} 
.swiper {
    width: 100%;
    height: 100%;
    
}

/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
} */
element.style {
    width: 472.4px;
    margin-right: 1rem;
}

.best-container figure{
    width: 400px;
    
}
.best-container>figure>a{
    position: relative;
}
.best-container figure figcaption{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-family: var(--font-point);
}
.desc-best h4{
    font-size: var(--heading-4);
    white-space: nowrap;
}
.desc-best p{
    font-size: var(--body-2);
    font-weight: var(--light-weight);
}
.best-banner{
    /* border: 1px solid red; */
}
.best-flex{
    margin-bottom: 10rem;
}
.best-box .best-banner>h1{
    font-size: var(--heading-1);
    font-weight: var(--bold-weight);
    margin-bottom: 3rem;
    text-align: center;
    font-family: var(--font-main);
}
.best-banner figure{
    width: 100%;
    height: 700px;
}


/* 룩북 섹션 스타일 */
.look-book>h1{
    font-family: var(--font-point);
    font-size: var(--heading-1);
    margin-bottom: 2rem;
}
.look-book-desc{
    position: relative;
}

.look-book-desc .content-box{
    width: 707px;
    height: 485px;
    background-color: var(--point-color-1);
    color: #fff;
}
.look-book-desc h2{
    font-size: var(--heading-2);
    font-weight: var(--bold-weight);
    padding-right: 23px;
}
.look-book-desc .content{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-weight: var(--light-weight);
}
.content-box{
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    
    flex-direction: column;
    gap: 2rem;
}
.look-book-desc{
    width: 707px;
    height: 485px;
    background-color: var(--point-color-1);
}
.look-book-desc .img-box .img-1{
    position: absolute;
    right: 0%;
    bottom: -10%;
    z-index: 10;
}
.look-book-desc .img-box .img-2{
    position: absolute;
    right: 19%;
    bottom: 25%;
}
.look-book-section{
    display: flex;
    overflow: hidden;
    height: 570px;
    align-items: flex-end;
}
.look-book-section .swiper-slide>img{
    width: 100%;
    aspect-ratio: 418/570;
    border-radius: 10px 10px 0 0;
}
.look-book-section .swiper-wrapper{
    width: 1213px;
    height: 570px;
    margin-left: 0;
}
.look-book{
    margin-bottom: 10rem;
}
.lookbook-swiper{
    height: 100%;
}
.look-book-section{
}
.look-book .swiper-slide{
    border-radius: 10px 10px 0 0;
}


.category{
    margin-bottom: 10rem;
}
.category>h1{
    font-size: var(--heading-1);
    font-family: var(--font-point);
    text-align: center;
    margin-bottom: 3rem;
}
.category-section{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1rem;
}
.category-box {
    width: 100%;
    aspect-ratio: 346/486;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.category-box img{
    position: absolute;
    z-index: 1;
    filter: brightness(0.8);
}
.category h4{
    position: absolute;
    top: 2rem;
    right: -100%;
    z-index: 2;
    font-size: var(--heading-4);
    font-weight: var(--bold-weight);
    font-family: var(--font-point);
    transition:all .5s ease-in-out 0s;
}
.category-box:hover img{
    filter: brightness(1);
}
.category-box:hover h4{
    right: 50%;
    transform: translateX(+50%);
}
body {
    overflow-x: hidden;
}
.look-book-section.tab{
    display: none;
}
.block-410{
    display: none;
}
.swiper-slide .mo{
    display: none;
}

.new-product .background .mo{
    display: none;
}
.main-page-bn .none-mo{
    display: block;
}
.main-page-bn .mo{
    display: none;
}
.best-flex .best-container .swiper-slide {
    text-align: start;
}
.best-banner figure{
    width: 100%;
}
.best-banner figure img{
    width: 100%;
}


@media (max-width:1440px){
    .pick-grid {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: auto;
        margin-top: 3rem;
        gap: 1rem;
    }
    .pick-grid>.text-box {
        grid-column: 1/4;
        padding-left: 10px;
    }
    .pick-grid>.grid-1 {
        grid-column: 1/4;
        grid-row: 1/2;
        width: 100%;
        aspect-ratio: 768/500;
    }
    .new-product .content1 {
        font-size: 6.2rem;
    }
    .new-product .content2{
        font-size: 5.6rem;
        bottom: 0 ;
        left: 5%;
    }
    .new-product .background {
        /* border: 1px solid red; */
        height: 624px;
        width: 100%;
        background-color: #2c333320;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: var(--font-main);
        gap: 2rem;
    }
    .product-box .point {
        font-family: var(--font-point);
        font-size: var(--heading-1);
        line-height: normal;
        margin-bottom: 3rem;
    }
    .product-box>button {
        /* border: 1px solid red; */
        border-radius: 40px;
        background-color: #fff;
    }
    .product-box img {
        width: 25px;
        height: 19px;
    }
    .desc-best p {
        font-size: var(--detail);
    }
    .pick-grid .common-frame {
        margin: 0 7.5rem;
    }
    img {
        height: 100%;
    }
    .main-page-bn figure{
        height: 267px;
    }
    .main-page-bn figure img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .look-book>h1 {
        font-family: var(--font-point);
        font-size: var(--heading-2);
        margin-bottom: 3rem;
    }
    .look-book-section {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: auto;
        align-items: flex-end;
    }
    .look-book-desc {
        width: 100%;
        height: 485px;
        background-color: var(--point-color-1);
    }
    .look-book-desc .content-box {
        width: 100%;
        height: 485px;
        background-color: var(--point-color-1);
        color: #fff;
    }
    .content-box {
        padding: 2rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }
    .best-box>.common-frame>h1{
        margin-bottom: 3rem;
    }
    .look-book-section.pc{
        display: none;
    }
    .look-book-section.tab{
        display: block;
    }
    .category-box{
        width: 40%;
    }
    .category-box img{
        width: 100%;
        height: 100%;
    } 
}


@media (max-width:1139px){
    .category-section{
        flex-wrap: wrap;
    }
    
}
@media (max-width:970px){
    .new-product .content1 {
        font-size: 5rem;
    }
    .new-product .content2 {
        font-size: 4rem;
    }

}

@media (max-width:870px){
    .new-product .background .mo{
        display: block;
    }
    .new-product .background .none-mo{
        display: none;
    }
    .new-product .background .product-img{
        width: 41.8%;
        aspect-ratio: 168/200;
    }
    .new-product .bg-1 {
        margin-bottom: 0rem;
        margin-left: auto;
    }
    .new-product .background .mo {
        display: block;
        width: 44.8%;
    }
    
}

@media (max-width:700px){
    .swiper-slide .none-mo{
        display: none;
    }
    .swiper-slide .mo{
        display: block;
    }
    .new-product>h1 {
        /* font-size: var(--heading-1); */
        margin-bottom: 5.8rem;
    }
    .new-product .content1 {
        top: -10%;
        font-size: 3.5rem;
    }
    .new-product .content2 {
        font-size: 2.8rem;
        bottom: -5%;
        transform: translateX(-50%);
    }
    .new-product .banner {
        margin-bottom: 11rem
    }
    .pick-list>h1 {
        text-align: center;
    }
    .guid-img-2 {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 25px;
        aspect-ratio: 1/1;
    }
    .new-product>h1 {
        font-size: var(--heading-3);
        margin-bottom: 3rem;
    }
    .product-box img {
        width: 12px;
        height: 8px;
    }
    .product-box>button {
        /* border: 1px solid red; */
        width: auto;
        height: auto;
        padding: .5rem 2rem;
        border-radius: 40px;
        background-color: #fff;
    }
    .product-box>button a {
        gap: 1rem;
    }
    .new-product .background {
        gap: 1rem;
    }
    .new-product .background {
        justify-content: end;
    }
    .new-product .background {
        height: 430px;
    }
    .new-product .bg-2 {
        justify-content: start;
    }
    .product-box>h4 {
        font-weight: var(--medium-weight);
        margin-bottom: 1.5rem;
    }
    .best-box>.common-frame>h1 {
        font-size: var(--heading-3);
    }
    .best-box>.common-frame h4 {
        font-size: var(--body-2);
    }
    .best-box .btn img {
        width: 15px;
        height: 15px;
    }
    .best-flex .swiper-slide .desc-best{
        text-align: start;
    }
    .best-container figure figcaption {
        position: absolute;
        bottom: 1rem;
        font-family: var(--font-point);
    }
    .best-box .best-container {
        transition-duration: 0ms;
        transform: translate3d(-590.896px, 0px, 0px);
        transition-delay: 0ms;
    }
    .best-box>.common-frame>h1 {
        font-size: var(--heading-3);
        margin-bottom: 3rem;
    }
    .best-banner figure {
        width: 100%;
        height: 350px;
    }
    .look-book-section .swiper-wrapper {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .look-book-desc .content-box {
        width: 100%;
        height: 515px;
    }
    .look-book-desc h2 {
        font-size: var(--body-1);
        font-weight: var(--bold-weight);
        padding-right: 23px;
    }
    .look-book-desc .content-box .content p{
        font-size: var(--body-2);
        font-weight: var(--light-weight);
    }
    .content-box {
        padding: 3rem 5rem 16rem 7rem;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }
    .look-book-desc .img-box .img-2 {
        position: absolute;
        right: 31%;
        bottom: 13%;
        width: 132px;
    }
    .look-book-desc .img-box .img-1 {
        position: absolute;
        right: 11%;
        bottom: -6%;
        z-index: 10;
        width: 205px;
    }
    .category>h1 {
        font-size: var(--heading-3);
    }
    .category h4{
        right: 50%;
        transform: translateX(+50%);
    }
    .category-box img {
        position: absolute;
        z-index: 1;
        filter: none;
    }
    .main-page-bn .none-mo{
        display: none;
    }
    .main-page-bn .mo{
        display: block;
    }
    .main-page-bn figure {
        height: 300px;
    }
    .main-page-bn{
        margin: 0;
    }
    .swiper-wrapper .swiper-slide {
        aspect-ratio: 402/500;
        height: auto;
    }
    .look-book>h1 {
        font-family: var(--font-point);
        font-size: var(--heading-3);
        margin-bottom: 3rem;
    }
    .look-book-desc {
        width: 100%;
        height: 515px;
        background-color: var(--point-color-1);
    }
    .category h4 {
        top: 1rem;
        font-size: var(--body-1);
        font-weight: var(--medium-weight);
    }
    .best-box>.common-frame {
        margin: 0 2rem;
    }
    
}

@media (max-width:590px){
    .pick-list>h1 {
        font-family: var(--font-point);
        font-size: 1.28rem;
        font-weight: var(--medium-weight);
    }
}
@media (max-width:453px){
    .content-box {
        padding: 3rem 4rem 7rem;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }
    .best-box .swiper img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        aspect-ratio: 1/1;
    }
    

}

@media (max-width:410px){
    .pick-grid>.grid-1 {
        grid-column: 1/4;
        grid-row: 1/2;
        width: 100%;
        aspect-ratio: 375/500;
    }
    .text-box h1 {
        font-size: var(--heading-2);
        font-weight: var(--bold-weight);
        margin-bottom: .6rem;
        margin-top: 1rem;
    }
    .text-box .desc1 {
        margin-bottom: 2rem;
    }
    .block-410{
        display: block;
    }
    .none-410{
        display: none;
    }
    .product-box .point {
        font-family: var(--font-point);
        font-size: var(--heading-3);
        line-height: normal;
        margin-bottom: 2rem;
    }
    .desc-best h4 {
        font-size: var(--body-2);
    }
}

@media (max-width:390px){
    .look-book-desc .img-box .img-2 {
        position: absolute;
        right: 31%;
        bottom: 13%;
        width: 100px;
    }
    .look-book-desc .img-box .img-1 {
        position: absolute;
        right: 11%;
        bottom: 0%;
        z-index: 10;
        width: 150px;
    }
}
@media (max-width:376px){
    .look-book-desc .content-box .content p {
        font-size: var(--detail);
        font-weight: var(--light-weight);
    }
    .content-box {
        padding: 3rem 2.5rem 7rem;
    }
}

@media (max-width:360px){
    .pick-list>h1 {
        font-family: var(--font-point);
        font-size: 1.05rem;
        font-weight: var(--medium-weight);
        text-align: center;
    }
    .new-product .content1 {
        font-size: 3rem;
    }
    .new-product .content2 {
        font-size: 2rem;
    }
    .product-box .point {
        font-family: var(--font-point);
        font-size: var(--heading-4);
        line-height: normal;
        margin-bottom: 2rem;
    }
    .product-box>h4 {
        font-size: var(--body-1);
        font-weight: var(--bold-weight);
        margin-bottom: 1.5rem;
    }
    .new-product .background {
        height: 400px;
    }
    .product-box>button h1 {
        font-size: var(--body-2);
    }
    .new-product .content1 {
        font-size: 2.5rem;
    }
    .new-product .content2 {
        font-size: 1.8rem;
    }
    .look-book-desc .content-box .content p {
        font-size: var(--detail);
        font-weight: var(--light-weight);
    }
    
}

@media (max-width:319px){
    .content-box {
        padding: 3rem 1.5rem 7rem;
    }
    .desc-best h4 {
        font-size: var(--detail);
    }
}

@media (max-width:333px){
    .product-box .point {
        font-family: var(--font-point);
        font-size: var(--body-1);
        line-height: normal;
        margin-bottom: 1rem;
    }
    .product-box>h4 {
        font-size: var(--detail);
        font-weight: var(--medium-weight);
        margin-bottom: 1rem;
    }
    .product-box>button {
        /* border: 1px solid red; */
        width: auto;
        height: auto;
        padding: .5rem 1rem;
        border-radius: 40px;
        background-color: #fff;
    }
    .product-box>button h1 {
        font-size: var(--detail);
    }
    .new-product .background {
        height: 300px;
    }
    .look-book>h1 {
        font-family: var(--font-point);
        font-size: var(--heading-4);
        margin-bottom: 3rem;
        text-align: center;
    }
    
}
