/* reset style start */
*{margin: 0; padding: 0; box-sizing: border-box;}
li{list-style: none;}
a{text-decoration: none; color: inherit;}
html, body { overflow-x: hidden !important; max-width: 100vw !important; }
.page { overflow-x: hidden; max-width: 100vw; }
#page-home { overflow-x: hidden; }
header{width: 100%; height: 100vh; margin-bottom: 100px;}
section{width: 100%; height: 100vh; margin-bottom: 100px;}
.shop-section { height: auto !important; margin-bottom: 0 !important; }
img{width: 100%; height: 100%; object-fit: cover;}

h1{
    font-family: "Inria Sans", sans-serif;
    font-size: 100px;
    font-weight: 800;
    line-height: 170px;
    letter-spacing: 10px;
    color: #242626;
}

h2{
    font-family: "Ibarra Real Nova", serif;
    font-size: 100px;
    font-weight: 800;
    line-height: 105px;
    letter-spacing: -2px;
}

h3{
    font-family: "Inria Sans", sans-serif;
    font-size: 100px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -5px;
    color: #242626;
}

h4{
    font-family: "Inria Sans", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -5px;
    color: #242626;
}

h5{
    font-family: "Inria Sans", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0;
    /* color: #242626; */
}

h6{
    font-family: "Inria Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    color: #242626;
}

p{
    font-family: "Inria Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}
/* reset style end */

/* index css style start */
/* header style start */ 
header .inner{
    margin: 0 auto;
    display: flex;
}
  
/* header nav style start */
header nav{
    width: 12%;
    margin-top: 20px;
    transform: translateX(0);
    transition: 0.5s;
}

header nav .menubox{
    margin-bottom: 20px;
}
  
header nav .menubox li{
    margin-left: 13px;
    margin-bottom: 5px;
    font-family: "Inria Sans", sans-serif;
    font-size:  19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -2px;
}
  
header nav .menubox ul{
    margin: 10px 10px 10px 0;
}
  
header nav .menubox ul li{
    font-family: "Inria Sans", sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 22px;
    letter-spacing: -1px;
}

header nav ul li{
    transition: 0.5s;
}

/* Only colour the directly hovered li's link, not its sub-menu children */
header nav ul li > a {
    display: inline-block;
    transition: color 0.3s, transform 0.3s;
}

header nav ul li:hover > a {
    transform: translateX(2%);
    color: rgb(150, 0, 0);
}

/* Reset: prevent inherited colour from reaching nested li */
header nav ul li ul li > a {
    color: inherit;
}

header nav ul li ul li:hover > a {
    transform: translateX(2%);
    color: rgb(150, 0, 0);
}
/* header nav style end */
  
header .inner .banner{
    width: 88%;
    height: 100vh;
    position: relative;
}
  
header .inner .banner .textbox{
    width: 100%;
    height: 30vh;
    display: flex;
    gap: 100px;
}
  
header .inner .banner .textbox .title_box{
    width: 40%;
    margin-top: 120px;
}
  
header .inner .banner .textbox .info_textbox{
    width: 47%;
    margin-top: 62px;
}
  
header .inner .banner .textbox .info_textbox p{
    font-family: "Inria Sans", sans-serif;
    font-size:  16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1px;
    /* text-align: center; */
    color: #242626;
}
  
header .inner .banner .video_box video{
    width: 50%;
    object-fit: contain;
}
/* header style end */
  
/* section01 style start */
.sec01{
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #fff;
}
  
.sec01 .inner{
    width: 100%;
    height: 100vh;
    display: flex;
    gap: 22px;
    margin: 0 22px;
    position: relative;
}

.sec01 .lefttext{
    width: 290px;
    position: absolute;
    top: 55px;
    left: 180px;
    color: #5e5e5e;
    writing-mode: vertical-lr;
    z-index: 1;
}

.sec01 .righttext{
    width: 615px;
    position: absolute;
    top: 480px;
    left: 860px;
    color: #5e5e5e;
}

.sec01 .imgbox{
    width: 100%;
    position: relative;
    cursor: pointer;
}

.sec01 .imgbox1{
    margin-top: 390px;
}
  
.sec01 .imgbox2{
    margin-top: 70px;
}
 
.sec01 .imgbox3{
    margin-top: 220px;
}

.sec01 .imgbox4{
    margin-top: 150px;
}
  
.sec01 .imgbox5{
    margin-top: 40px;
}

.sec01 .inner .imgbox .backimage{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.9s;
}

.sec01 .inner .imgbox .backimage:hover{
    opacity: 1;
}
/* section01 style end */
  
/* section02 style start */
.sec02{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: antiquewhite; */
}
  
.sec02 .inner{
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    /* background-color: aqua; */
}
  
.sec02 .inner .titlebox{
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto 0;
    cursor: pointer;
}
  
.sec02 .inner .navcontainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
    gap: 35px;
    padding: 0 60px;
}
  
.sec02 .inner .navcontainer .imgcontainer{
    width: 300px;
    height: 370px;
    position: relative;
    cursor: pointer;
}
  
.sec02 .inner .navcontainer .imgcontainer .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Inria Sans", sans-serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 25px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
}
  
.sec02 .inner .navcontainer .imgcontainer .img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.8s;
}
  
/* Fix: only dim the image inside the hovered container */
.sec02 .inner .navcontainer .imgcontainer:hover .img{
    filter: brightness(0.3);
}
  
.sec02 .inner .navcontainer .imgcontainer .img1{
    background-image: url(../img/sec02_img1.png);
}
  
.sec02 .inner .navcontainer .imgcontainer .img2{
    background-image: url(../img/sec02_img2.png);
}
  
.sec02 .inner .navcontainer .imgcontainer .img3{
    background-image: url(../img/sec02_img3.png);
}
  
.sec02 .inner .navcontainer .imgcontainer .img4{
    background-image: url(../img/sec02_img4.png);
}  
/* section02 style end */
  
/* section03 style start */
.sec03{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}
  
.sec03 .slide_container1,
.sec03 .slide_container2 {
    width: 100%;
    overflow: hidden;
    max-width: 100vw;
}

@keyframes slide-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.sec03 .slide_track {
    display: flex;
    width: max-content;
    will-change: transform;
    height: 300px;
    align-items: flex-start;
}

.sec03 .track1 {
    animation: slide-left 30s linear infinite;
}

.sec03 .track2 {
    animation: slide-left 38s linear infinite;
}

.sec03 .slide_container1:hover .track1,
.sec03 .slide_container2:hover .track2 {
    animation-play-state: paused;
}
  
.sec03 .top_textbox .rightbox h5{
    cursor: pointer;
    transition: 0.5s;
    margin-left: 8px;
}
  
.sec03 .top_textbox .rightbox h5:hover{
    transform: translateX(4%);
    color: rgb(150, 0, 0);
}
  
.sec03 .top_textbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    margin: 16px 0 8px;
}
  
.sec03 .top_textbox h5{
    font-size: 22px;
}
  
.sec03 .top_textbox .rightbox h5{
    cursor: pointer;
    transition: 0.5s;
}
  
.sec03 .top_textbox .rightbox h5:hover{
    transform: translateX(4%);
    color: rgb(150, 0, 0);
}
  
.sec03 .slide_container1,
.sec03 .slide_container2{
    width: 100%;
    overflow: hidden;
}

.sec03 .slide_track{
    display: flex;
    gap: 20px;
}

.sec03 .slide_track .itembox{
    width: 190px;
    flex-shrink: 0;
}

.sec03 .slide_track .itembox .imgbox{
    width: 190px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}
  
/* .sec03 .slide_container2{
    display: none;
} */
  
.sec03 .track1 .itembox .img1{
    background-image: url(../img/sec03_top_img1.png);
}
  
.sec03 .track1 .itembox .img2{
    background-image: url(../img/sec03_top_img2.png);
}
  
.sec03 .track1 .itembox .img3{
    background-image: url(../img/sec03_top_img3.png);
}
  
.sec03 .track1 .itembox .img4{
    background-image: url(../img/sec03_top_img4.png);
}
  
.sec03 .track1 .itembox .img5{
    background-image: url(../img/sec03_top_img5.png);
}
  
.sec03 .track1 .itembox .img6{
    background-image: url(../img/sec03_top_img6.png);
}
  
.sec03 .track1 .itembox .img7{
    background-image: url(../img/sec03_top_img7.png);
}
  
.sec03 .track1 .itembox .img8{
    background-image: url(../img/sec03_top_img8.png);
    background-repeat: no-repeat;
    background-size: cover;
}
  
.sec03 .track1 .itembox .img9{
    background-image: url(../img/sec03_top_img9.png);
}
  
.sec03 .track1 .itembox .img10{
    background-image: url(../img/sec03_top_img10.png);
}
  
.sec03 .track1 .itembox .img11{
    background-image: url(../img/sec03_top_img11.png);
}
  
.sec03 .track1 .itembox .img12{
    background-image: url(../img/sec03_top_img12.png);
}
  
.sec03 .track2 .itembox .img1{
    background-image: url(../img/sec03_bottom_img1.png);
}
  
.sec03 .track2 .itembox .img2{
    background-image: url(../img/sec03_bottom_img2.png);
}
  
.sec03 .track2 .itembox .img3{
    background-image: url(../img/sec03_bottom_img3.png);
}
  
.sec03 .track2 .itembox .img4{
    background-image: url(../img/sec03_bottom_img4.png);
}
  
.sec03 .track2 .itembox .img5{
    background-image: url(../img/sec03_bottom_img5.png);
}
  
.sec03 .track2 .itembox .img6{
    background-image: url(../img/sec03_bottom_img6.png);
}
  
.sec03 .track2 .itembox .img7{
    background-image: url(../img/sec03_bottom_img7.png);
}
  
.sec03 .track2 .itembox .img8{
    background-image: url(../img/sec03_bottom_img8.png);
}
  
.sec03 .track2 .itembox .img9{
    background-image: url(../img/sec03_bottom_img9.png);
}
  
.sec03 .track2 .itembox .img10{
    background-image: url(../img/sec03_bottom_img10.png);
}
  
.sec03 .track2 .itembox .img11{
    background-image: url(../img/sec03_bottom_img11.png);
}
  
.sec03 .track2 .itembox .img12{
    background-image: url(../img/sec03_bottom_img12.png);
}
  
/* 아이템 */
.sec03 .slide_track .itembox .textbox{
    padding: 8px 4px 0;
}

.sec03 .slide_track .itembox .textbox .toptext{
    width: 190px;
    margin: 0;
}

/* 텍스트 영역 평소 완전 숨김 */
.sec03 .slide_track .itembox .textbox{
    display: none;
}

/* 이미지 위 호버 오버레이 */
.sec03 .slide_track .itembox .imgbox{
    width: 190px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.sec03 .slide_track .itembox .imgbox .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(36, 38, 38, 0.85);
    color: #fff;
    padding: 10px 12px;
    opacity: 0;
    transition: opacity 0.3s;
    box-sizing: border-box;
}

.sec03 .slide_track .itembox:hover .imgbox .overlay{
    opacity: 1;
}

.sec03 .slide_track .itembox .imgbox .overlay .overlay-brand{
    font-family: "Inria Sans", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.sec03 .slide_track .itembox .imgbox .overlay .overlay-name{
    font-family: "Inria Sans", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.8;
}

.sec03 .slide_track .itembox .imgbox .overlay .overlay-price{
    font-family: "Inria Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 4px;
}
/* section03 style end */
  
/* section04 style start */
.sec04{
    width: 100%;
    height: 70vh;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

/* 왼쪽 텍스트 영역 */
.sec04 .text_container{
    width: 55%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0 60px 80px;
}

.sec04 .text_container .title_box{
    margin-bottom: 20px;
    padding-left: 0;
}

.sec04 .text_container .title_box h6{
    font-family: "Inria Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #555;
}

.sec04 .text_container .sub_title_box{
    margin-bottom: 28px;
}

.sec04 .text_container .sub_title_box p{
    font-family: "Ibarra Real Nova", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    color: #242626;
    letter-spacing: -0.5px;
}

.sec04 .text_container .info_box{
    margin-bottom: 40px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.sec04 .text_container .info_box p{
    font-family: "Inria Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    color: #555;
}

.sec04 .text_container .btn_box{
    width: 160px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #242626;
    transition: 0.3s;
    cursor: pointer;
}

.sec04 .text_container .btn_box .textbox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec04 .text_container .btn_box .textbox p{
    font-family: "Inria Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #242626;
    text-transform: uppercase;
}

.sec04 .text_container .btn_box:hover{
    background-color: rgb(150, 0, 0);
    border-color: rgb(150, 0, 0);
}

/* 오른쪽 이미지 영역 */
.sec04 .imgbox{
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.sec04 .imgbox img{
    width: auto;
    height: 100%;
    max-height: 340px;
    object-fit: contain;
    filter: brightness(1) invert(0);
}
/* section04 style end */
  
/* section05 style start */
.sec05{
    width: 100%;
    background-color:  #333534;
}
  
.sec05 .textbox{
    width: 730px;
    color: #242626;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px;
}
  
.sec05 .textbox:hover{
    transform: translateX(0.5%);
    color: rgb(225, 106, 106);
}
  
.sec05 .sec05_slide_container{
    width: 100%;
    height: 292px;
    display: flex;
    overflow: hidden;
}
  
.sec05 .sec05_slide_container .slide_wrapper{
    width: 5920px;
    height: 248px;
    display: flex;
    margin-top: 15px;
    gap: 30px;
    /* background-color: rgb(193, 248, 230); */
}
  
.sec05 .sec05_slide_container .slide_wrapper .post{
    width: 236px;
    height: 248px;
    /* background-color: rgb(240, 189, 189); */
}
  
.sec05 .sec05_slide_container .slide_wrapper .post:nth-child(1){
    margin-left: 30px;
}
  
/* sec05 animation style start */
@keyframes roll{
    0%{
      transform: translateX(0);
    }
    100%{
      transform: translateX(-100%);
    }
}
  
.sec05 .sec05_slide_container{
    width: 100%;
    overflow: hidden;
}
  
.sec05 .sec05_slide_container .slide_wrapper{
    animation: roll 25s linear infinite;
}
  
.sec05 .sec05_slide_container .slide_wrapper .post{
    float: left;
}
/* sec05 animation style end */

/* section05 style end */

/* footer style start */
.main-footer {
    width: 100%;
    background-color: #242626;
    font-family: "Inria Sans", sans-serif;
    margin-top: 0;
}

.main-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 80px;
    gap: 40px;
    border-bottom: 1px solid #333;
}

.main-footer__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* 로고 */
.main-footer__logo {
    width: 180px;
    height: auto;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
    margin-bottom: 8px;
}

.main-footer__logo:hover { opacity: 1; }

.main-footer__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: invert(1);
}

.main-footer__desc {
    font-size: 13px;
    font-weight: 300;
    color: #aaa;
    line-height: 1.8;
}

/* 헤딩 */
.main-footer__heading {
    font-family: "Inria Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 4px;
}

/* 링크 리스트 */
.main-footer__links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-footer__links li a {
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

.main-footer__links li a:hover {
    color: #fff;
}

/* 뉴스레터 버튼 */
.main-footer__subscribe {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgb(150, 0, 0);
    text-decoration: none;
    transition: opacity 0.3s;
}

.main-footer__subscribe:hover { opacity: 0.75; }

/* 하단 */
.main-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
}

.main-footer__bottom span,
.main-footer__bottom a {
    font-size: 12px;
    font-weight: 300;
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}

.main-footer__bottom a:hover { color: #fff; }
/* footer style end */

/* index css style end */

/* sub page css style start */

/* Rei Kawakubo page style start */
.sec06{
    width: 100%;
    height: 100vh;
    background-color: #242626;
    position: absolute;
}

.sec06 .xmark{
    width: 30px;
    height: 30px;
    color: #fff;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s;
    margin: 12px 12px 0 0;
}

.sec06 .xmark:hover { color: rgb(150,0,0); }

.sec06 .xmark i{
    width: 100%;
    height: 100%;
}

.sec06 .box_container{
    width: 100%;
    background-color: #242626;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sec06 .box_container .mainbox{
    width: 690px;
    height: 350px;
    background-color: #fff;
}

/* 박스1: 일러스트 + 이름 */
.sec06 .box_container .first_box{
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 40px;
}

.sec06 .box_container .first_box .illustbox1{
    width: 170px;
    height: 130px;
    margin: 0;
}

.sec06 .box_container .first_box .illustbox1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec06 .box_container .first_box .textbox1{
    text-align: right;
    font-weight: 600;
}

.sec06 .box_container .first_box .textbox1 h5{
    font-family: "Ibarra Real Nova", serif;
    font-size: 28px;
    font-weight: 600;
    color: #242626;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

/* 박스2: 텍스트 + 일러스트 */
.sec06 .box_container .sec_box{
    display: flex;
    align-items: center;
}

.sec06 .box_container .sec_box .textbox2{
    width: 55%;
    margin: 40px 0 0 30px;
}

.sec06 .box_container .sec_box .textbox2 p{
    font-family: "Inria Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    color: #333;
    letter-spacing: -0.3px;
}

.sec06 .box_container .sec_box .illustbox2{
    width: 300px;
    height: 350px;
}

.sec06 .box_container .sec_box .illustbox2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 박스3: anti-fashionable */
.sec06 .box_container .thir_box{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sec06 .box_container .thir_box .toptext{
    text-align: center;
    padding-top: 70px;
    margin: 0 auto;
}

.sec06 .box_container .thir_box .toptext h5{
    font-family: "Ibarra Real Nova", serif;
    font-size: 32px;
    font-weight: 700;
    color: #242626;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.sec06 .box_container .thir_box .toptext h6{
    font-family: "Inria Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #888;
}

.sec06 .box_container .thir_box .bottomtext{
    margin-top: 16px;
    text-align: center;
    padding: 0 30px;
}

.sec06 .box_container .thir_box .bottomtext p{
    font-family: "Inria Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: -0.3px;
    color: #555;
}

/* 박스4: 콜라보 브랜드 */
.sec06 .box_container .four_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px;
}

.sec06 .box_container .four_box .lefttext{
    text-align: right;
}

.sec06 .box_container .four_box .righttext{
    text-align: left;
}

.sec06 .box_container .four_box p{
    font-family: "Inria Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #444;
}

.sec06 .box_container .four_box .lefttext p{
    font-weight: 500;
    color: #242626;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.sec06 .box_container .four_box .illustbox3{
    width: 130px;
    height: 100px;
}

.sec06 .box_container .four_box .illustbox3 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Rei KawaKubo page style end */

/* News Letter page style start */
.sec07{
    width: 100%;
    height: 100vh;
}

.sec07 .xmark{
    width: 30px;
    height: 30px;
    color: #242626;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec07 .xmark i{
    width: 100%;
    height: 100%;
}
 
.sec07 .inner{
    width: 100%;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.sec07 .inner .textbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec07 .inner .textbox .topline{
    width: 400px;
    border-top: 2px solid #161616;
}

.sec07 .inner .imgbox{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* background-color: cadetblue; */
}
  
.sec07 .inner .bottomline{
    width: 500px;
    margin: -5px auto;
    border-top: 2px solid #161616;
}
 
.sec07 .inner .info_box{
    width: 80%;
    margin-top: 50px;
}
  
.sec07 .inner .info_box input[type=text], input[type=submit] {
    width: 80%;
    padding: 12px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
 
.sec07 .inner .info_box input[type=submit] {
    width: 80%;
    background-color: rgb(150, 0, 0);
    color: white;
    border: none;
}
  
.sec07 .inner .info_box input[type=submit]:hover {
    opacity: 0.8;
}
   
.sec07 .inner .info_box .trans_btn{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sec07 .inner .info_box .trans_btn a{
    transition: 0.5s;
}
 
.sec07 .inner .info_box .trans_btn a p{
    font-family: "Inria Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -2px;
}
  
.sec07 .inner .info_box .trans_btn a:hover{
    transform: translateY(10%);
    color: rgb(150, 0, 0);
}
  
.sec07 .inner .info_box .trans_btn img{
    width: 30px;
    height: 30px;
}
/* News Letter page style end */
  
/* Privacy Policies page style start */
.sec08{
    width: 100%;
    height: 100vh;
    /* background-color: beige; */
}
  
.sec08 .inner{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
}
  
.sec08 .inner .logo{
    width: 35px;
    height: 35px;
    margin: 15px;
    /* background-color: rgb(255, 255, 255); */
    z-index: 2;
}

.sec08 .inner .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  
.sec08 .inner .left_illustbox{
    width: 40%; 
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.sec08 .inner .left_illustbox .img_box{
    width: 500px;
    height: 700px;
    object-fit: contain;
}

.sec08 .inner .right_textbox p{
    font-family: "Inria Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}

.sec08 .inner .right_textbox .subtitle p{
    font-family: "Inria Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.sec08 .inner .right_textbox .date{
    margin-bottom: 60px;
}
  
.sec08 .inner .right_textbox .title{
    margin-bottom: 20px;
}
  
.sec08 .inner .right_textbox .top_info{
    margin-bottom: 50px;
}
  
.sec08 .inner .right_textbox .top_info .top_subtitle{
    margin-bottom: 20px;
}
  
.sec08 .inner .right_textbox .bottom_info .bottom_subtitle{
    margin-bottom: 20px;
}

.sec08 .inner .right_textbox .bottom_info{
    margin-bottom: 30px;
}

/* Privacy Policies page style end */

/* ================================================
   SHOP PAGE (shop.html)
   ================================================ */
.shop-page {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background: #fff;
    font-family: "Inria Sans", sans-serif;
}

/* ── NAV ── */
.shop-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 60px;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
}

.shop-nav__back {
    font-size: 13px;
    font-weight: 300;
    color: #888;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
}

.shop-nav__back:hover { color: rgb(150, 0, 0); }

.shop-nav__title {
    font-family: "Ibarra Real Nova", serif;
    font-size: 18px;
    font-weight: 600;
    color: #242626;
    letter-spacing: -0.5px;
}

.shop-nav__cats {
    display: flex;
    gap: 32px;
}

.shop-nav__cats a {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: 0.3s;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}

.shop-nav__cats a:hover {
    color: #242626;
    border-bottom-color: #242626;
}

.shop-nav__cats a.active {
    color: #242626;
    border-bottom-color: #242626;
    font-weight: 500;
}

/* ── HERO ── */
.shop-hero {
    padding: 60px 60px 40px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.shop-hero h1 {
    font-family: "Ibarra Real Nova", serif;
    font-size: 64px;
    font-weight: 700;
    color: #242626;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 0;
}

.shop-hero p {
    font-size: 13px;
    font-weight: 300;
    color: #999;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
}

/* ── SECTION ── */
.shop-section {
    padding: 50px 60px 80px;
    display: none;
    height: auto;
    margin-bottom: 0;
}

.shop-section.active {
    display: block;
    height: auto;
}

.shop-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
    padding-bottom: 14px;
    border-bottom: 1px solid #242626;
}

.shop-section__season {
    font-size: 11px;
    font-weight: 300;
    color: #bbb;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.shop-section__title {
    font-family: "Ibarra Real Nova", serif;
    font-size: 30px;
    font-weight: 600;
    color: #242626;
    letter-spacing: -1px;
    line-height: 1;
}

.shop-section__viewmore {
    font-size: 11px;
    font-weight: 400;
    color: #aaa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: 0.3s;
    margin-bottom: 4px;
}

.shop-section__viewmore:hover { color: rgb(150, 0, 0); }

/* ── CATEGORY ── */
.shop-category {
    margin-bottom: 48px;
}

.shop-category__title {
    font-family: "Inria Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #bbb;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

/* ── GRID ── */
.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 24px;
}

.shop-item {
    cursor: pointer;
}

.shop-item__img {
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f7f7f7;
    transition: 0.3s;
    margin-bottom: 12px;
}



.shop-item__brand {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 4px;
}

.shop-item__name {
    font-size: 13px;
    font-weight: 300;
    color: #242626;
    line-height: 1.5;
    margin-bottom: 6px;
}

.shop-item__price {
    font-size: 14px;
    font-weight: 400;
    color: #242626;
}

.shop-divider {
    display: none;
}

.shop-footer {
    padding: 40px 60px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e0e0e0;
    margin-top: 60px;
}

.shop-footer img {
    width: 180px;
    height: auto;
    object-fit: contain;
    filter: invert(1);
    opacity: 0.7;
    transition: 0.3s;
}

.shop-footer img:hover { opacity: 1; }

.shop-footer__links {
    display: flex;
    gap: 30px;
}

.shop-footer__links a {
    font-size: 13px;
    font-weight: 300;
    color: #888;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.shop-footer__links a:hover { color: rgb(150, 0, 0); }


/* ================================================
   NEWSLETTER PAGE (news_letter.html)
   ================================================ */
.nl-page {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.nl-page::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nl-back {
    position: fixed;
    top: 24px;
    right: 30px;
    font-size: 14px;
    font-family: "Inria Sans", sans-serif;
    font-weight: 300;
    color: #242626;
    z-index: 10;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
}

.nl-back:hover {
    color: rgb(150, 0, 0);
}

.nl-container {
    display: flex;
    align-items: stretch;
    gap: 60px;
    max-width: 1100px;
    width: 100%;
    padding: 60px 80px;
    position: relative;
}

.nl-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    align-self: stretch;
    overflow: visible;
    border-bottom: 3px solid rgb(150, 0, 0);
}

/* 위 캐릭터 */
.nl-illust {
    width: 240px;
    height: 240px;
}

/* 아래 캐릭터 */
.nl-illust--right {
    width: 240px;
    height: 240px;
    margin-top: -100px;
}

.nl-illust img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nl-right {
    flex: 1;
}

.nl-header {
    margin-bottom: 36px;
}

.nl-sub {
    font-size: 14px;
    font-weight: 300;
    color: #888;
    letter-spacing: 2px;
    text-transform: lowercase;
    margin-bottom: 8px;
}

.nl-title {
    font-family: "Ibarra Real Nova", serif;
    font-size: 56px;
    font-weight: 700;
    color: #242626;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 8px;
}

.nl-desc {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-bottom: 20px;
}

.nl-line {
    width: 60px;
    height: 2px;
    background: #242626;
}

.nl-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nl-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d0d0d0;
    font-family: "Inria Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #242626;
    background: #fff;
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.nl-input:focus {
    border-color: #242626;
}

.nl-btn {
    width: 100%;
    padding: 16px;
    background: rgb(150, 0, 0);
    color: #fff;
    border: none;
    font-family: "Inria Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.nl-btn:hover { opacity: 0.85; }

.nl-policy {
    font-size: 13px;
    font-weight: 300;
    color: #888;
    letter-spacing: 1px;
    text-align: center;
    transition: 0.3s;
    margin-top: 4px;
}

.nl-policy:hover { color: rgb(150, 0, 0); }


/* ================================================
   PRIVACY POLICY PAGE (privacy_policy.html)
   ================================================ */
.pp-page {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    font-family: "Inria Sans", sans-serif;
    overflow: visible;
}

.pp-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 50px;
    border-bottom: 1px solid #e0e0e0;
}

.pp-back {
    font-size: 14px;
    font-weight: 300;
    color: #888;
    letter-spacing: 0.5px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pp-back:hover { color: rgb(150, 0, 0); }

.pp-container {
    display: flex;
    max-width: 1200px;
    margin: 0 0 0 420px;
    padding: 60px 80px;
    gap: 0;
    align-items: flex-start;
}

.pp-left {
    flex-shrink: 0;
    width: 420px;
    position: fixed;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}

.pp-left img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.pp-right {
    flex: 1;
    max-width: 600px;
}

.pp-date {
    font-size: 13px;
    font-weight: 300;
    color: #555;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.pp-title {
    font-family: "Ibarra Real Nova", serif;
    font-size: 48px;
    font-weight: 700;
    color: #242626;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 24px;
}

.pp-divider {
    width: 100%;
    height: 2px;
    background: #242626;
    margin-bottom: 48px;
}

.pp-section {
    margin-bottom: 44px;
}

.pp-section-title {
    font-family: "Inria Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #999;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.pp-text p {
    font-size: 15px;
    font-weight: 300;
    color: #444;
    line-height: 1.9;
    margin-bottom: 14px;
}

.pp-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-list li {
    font-size: 15px;
    font-weight: 300;
    color: #444;
    line-height: 1.9;
    padding-left: 18px;
    position: relative;
}

.pp-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #999;
}

/* Fix sec03 view more link color */
.sec03 .top_textbox .rightbox a {
    color: #242626;
    text-decoration: none;
}
.sec03 .top_textbox .rightbox a:hover h5 {
    color: rgb(150, 0, 0);
}


/* ================================================
   SPA PAGE SHOW/HIDE
   ================================================ */
.page {
    display: none;
}

.page.active {
    display: block;
}

#page-shop {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}