/* 배너 */
.hero{
  position:relative;
  height:100vh;
  overflow:hidden;
}

.hero .imgbox{width: 100%; height: 100%; }
.hero .imgbox img{width: 100%; height: 100%; position: absolute; object-fit: cover;}
.hero .text_box{
    width: 850px; height: 350px;
    position: absolute;
    top: 2%;
    right: 10%;
    text-align: right;
}
.hero .text_box h1{
    font-family: "Playfair Display", serif;
    font-size: 128px;
    font-weight: 500;
    color: #fff;
}
.hero .text_box .sub_title{
    font-size: 40px;
    color: #fff;
    margin-top: 40px;
}
.hero .text_box .desc{
    font-size: 20px;
    color: #646464;
    margin-top: 40px;
}

.hero .btn{
    position: absolute;
    margin-top: 50px;
    top: 42%; right: 10%;
}

/* 배너 끝 */

/* 프리뷰 체험 서비스란 */
.preview{
    max-width: 1600px;
    margin: 300px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.preview .text_box{
    width: 500px; height: 580px;
    padding: 40px 36px 32px;
    background-color: #fff;
    border: 1px solid #F1D3D0;
    text-align: center;
    position: relative;
}
.preview .title{
    font-size: 32px;
    font-weight: 500;
    color: #808080;
    margin-top: 30px;
}
.preview .sub{
    font-size: 18px;
    font-weight: 300;
    color: #9e9e9e;
    margin-top: 60px;
    line-height: 160%;
}
.preview .btn{
    display: flex;
    align-items: center;
    justify-self: center;
    margin-top: 100px;
}
.preview .desc{
    font-size: 14px;
    font-weight: 200;
    color: #FD5A67;
    margin-top: 30px;
}
.preview .logo{
    position: absolute;
    left: 30%; top: 25%;
    transform: translateX(-60%);
}
.preview .img_box1 img,
.preview .img_box2 img{
    display: block;
    width: 100%;
}
.preview .img_box1{
    width: 420px;
    position: absolute;
    right: 32%;
    top: 45%;
    transform: translateY(-50%);
    z-index: 3;
}
.preview .img_box2{
    width: 630px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
/* 프리뷰 체험 서비스 섹션 끝 */

/* 이용 안내 */
.info{max-width: 1600px; margin: 300px auto; text-align: center;}
.info .text_box .title{
    font-size: 40px;
    font-weight: 400;
    color: #484848;
}

.info_cards{
    margin-top: 120px;
    display: flex; 
    gap: 70px;
}
.info_cards .card{
    width: 731px; height: 262px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFDBD7;
    border-radius: 10px;
    text-align: left;
    padding: 60px;
}
.info_cards .title{
    font-size: 40px;
    font-weight: 300;
    color: #383838;
    margin-top: -30px;
}
.info .text_box .sub{
    font-size: 20px;
    font-weight: 300;
    color: #3c3c3c;
    margin-top: 30px;
}
.info_cards .card_img{
    width: 223px;
}
.info_cards .card_list{
    list-style: none;
    padding: 0;
    margin-top: 40px;
}
.info_cards .card_list li{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    color: #3c3c3c;
}

.info_cards .card_list li.bold{font-weight: 600;}
.card_list .price {
  margin-left: 6px;}

.info_cards .card_list .desc{
    font-size: 20px;
    margin-top: 40px;
}
.info_cards .card_list .accent{
    color: #CE4E58;
    font-weight: 600;
}

/* 이용안내 섹션 끝 */

/* 체험상품 */
.product{
    max-width: 1600px;
    margin: 300px auto;
    text-align: start;
}
.product .title{
    font-size: 30px;
    font-weight: 500;
    color: #484848;
}
.product .list{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
}

.product_card{
    text-align: start;
}

.product_card .box{
    width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_card .box img{
    width: 100%; height: 100%;
    object-fit: cover;
}
.product_card .name{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #222222;
}
.product_card .price{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #a7a7a7;
}
.product_card .sale{
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #101010;
}
.product_card .sale span{
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #FF6363;
}
.product_card .labels{
    margin-top: 10px;
    display: flex;
    gap: 6px;
}

.product_card .labels{
    height: 30px;
}

.more_btn{
    width: 500px; height: 70px;
    border: none;
    border-radius: 10px;
    background-color: #FD5A67;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
     display: block;
  margin: 100px auto 0;
}
/* 체험상품 끝 */

/* event 섹션 */
.event{
    height: 840px;
    background-color: #F8DDD9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event_inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}


.event .title{
    font-family: "Playfair Display", serif;
    font-size: 80px;
    font-weight: 400;
    color: #3b3b3b;
}
.event .sub{
  font-size: 18px;
  font-weight: 300;
  color: #7c7c7c;
  margin-top: 40px;
}
.event .list{
    margin-top: 40px;
}
.event .list li{
    font-size: 20px;
    color: #535353;
    display: flex;
    gap: 60px;
}

.event .list li span{
    background-color: #FD5A67;
    color: #fff;
    font-weight: 200;
    width: 73px; height: 36px;
    border-radius: 5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.coupon_box img{
    width: 620px;
    display: block;
}

.event .desc{
    font-size: 18px;
    font-weight: 300;
    color: #444444;
    margin-top: 15px;
    text-align: center;
}

.event .notice{
    max-width: 1000px;
    font-size: 16px;
    font-weight: 200;
    color: #7c7c7c;
    text-align: center;
    margin: 80px auto 0;
}

.event .text_box{
    padding-left: 40px;
}

/* event 끝 */

/* how to 섹션 */
.howto{
    max-width: 1600px;
    margin: 160px auto;
    text-align: center;
}

.howto .title{
    font-size: 40px;
    font-weight: 400;
    color: #484848;
    margin-bottom: 100px;
}
.howto .wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}
.howto .step{
    width: 400px; height: 300px;
    border-radius: 80px;
    background-color: #FFF5F4;
    padding: 25px 20px;
    box-sizing: border-box;
    margin-top: 50px;
    position: relative;
}

.howto .step .num{
    font-family: "Playfair Display", serif;
    font-size: 40px;
    color: #525252;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);


}
.howto .step_title{
    font-size: 28px;
    font-weight: 500;
    color: #525252;
    margin-top: 50px;}

.howto .step_desc{
    font-size: 18px;
    font-weight: 300;
    color: #7c7c7c;
    margin-top: 60px;
}
.arrow{
    font-size: 40px;
    color: #F6A5A1;
}

/* howto 섹션 끝 */

/* video */
.video_box{
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
    overflow: hidden;
}

.video_box video{
    width: 100%;
    display: block;
}

/* 공통 */
.play_btn,
.pause_btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play_btn{
  width: 80px;
  height: 80px;
}

.play_btn::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid #ff6b7b;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.pause_btn{
  width: 80px;
  height: 80px;
  display: none;
}

.pause_btn::before,
.pause_btn::after{
  content: "";
  width: 6px;
  height: 28px;
  background: #ff6b7b;
  margin: 0 5px;
}

.video_box.playing:hover .pause_btn{
  display: flex;
}

.video_box.playing .play_btn{
  display: none;
}


/* NOTICE */
.store{padding: 100px 0;}
.store .inner{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
}
.store .info_box{text-align: center;}
.store .info_box .title{
    display: inline-block;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #FD5A67;
    margin-bottom: 26px;
    border-radius: 8px;
}
.store .info_box .time{
    font-size: 26px;
    font-weight: 400;
    color: #4b4b4b;
}
.store .info_box .time_sub{
    font-size: 16px;
    font-weight: 300;
    color: #555555;
    margin-top: 10px;
}
.store .info_box .add{
    font-size: 26px;
    font-weight: 400;
    color: #4b4b4b;
    margin-top: 60px;
}
.store .info_box .add_sub{
    font-size: 16px;
    font-weight: 300;
    color: #555555;
    margin-top: 15px;
}

/* notice섹션 */
.notice_box{
    max-width: 1600px;
    margin: 60px auto 0;
    text-align: center;
}

.notice_header{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.notice_title{
    font-size: 25px;
    font-weight: 600;
    color: #fd5a67;
}
.notice_header .span{
    color: #fd5a67;
    transition: transform .3s ease;
}

.notice_list{
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-top: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 300;
    color: #4e4e4e;
    line-height: 1.9;
    transition: max-height .4s ease, margin-top .4s ease;
}

.notice_box.open .notice_list{
    max-height: 400px;
    margin-top: 20px;
}
.notice_box.open .arrow{
    transform: rotate(180deg);
}

/* notice 끝 */

/*  footer */
.footer{
    background-color: #222222;
    color: #ffffff;
    padding: 70px 0 80px;
    font-size: 12px;
}

.footer .inner{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_left{flex: 1; min-width: 0;}
.footer_right{width: 260px; text-align: left;}

.footer_logo img{
    display: block;
    height: 25px;
    margin-bottom: 24px;
}
.footer_menu{
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
}

.footer_menu a{
    content: "";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.footer_menu a:hover{
    text-decoration: underline;
}
.footer_info p{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin: 3px 0;
    line-height: 1.7;
}
.footer_info .copy{
    margin-top: 12px;
    color: #999999;
    font-weight: 300;
}

.cs_title{
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.cs_text{
    font-size: 12px;
    font-weight: 300;
    color: #919091;
    margin:3px 0;
}

.sns{
    margin-top: 16px;
    display: flex;
    gap: 15px;
}
/* =======================================
   1. 태블릿 반응형 (1024px ~ 769px)
   ======================================= */
@media (max-width: 1024px) {
  /* 이용안내 카드 2열 -> 1열 */
  .info_cards { flex-direction: column; align-items: center; gap: 30px; }
  .info_cards .card { width: 90%; height: auto; padding: 40px; }
  
  /* 상품 리스트 5열 -> 3열 */
  .product .list { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}

/* =======================================
   2. 모바일 공통 반응형 (768px 이하)
   ======================================= */
@media (max-width: 768px) {
  /* --- 배너 --- */
  .hero { height: 60vh; }
  .hero .text_box { width: 90%; right: 5%; top: 15%; }
  .hero .text_box h1 { font-size: 64px; }
  .hero .text_box .sub_title { font-size: 24px; margin-top: 20px; }
  .hero .text_box .desc { font-size: 16px; margin-top: 20px; color: #fff; }
  .hero .btn { top: 75%; right: 50%; transform: translateX(50%); }

  /* --- 프리뷰 서비스란 (이미지 겹침 해결) --- */
  .preview { flex-direction: column; margin: 100px auto; padding: 0 20px; }
  .preview .text_box { width: 100%; height: auto; padding: 40px 20px; }
  .preview .img_box1, .preview .img_box2 { position: relative; right: auto; top: auto; transform: none; width: 100%; margin-top: 20px; }
  .preview .logo { display: none; } /* 모바일에서 시선 분산 방지 */

  /* --- 이용안내 --- */
  .info { margin: 100px auto; }
  .info .text_box .title { font-size: 28px; }
  .info_cards .card { flex-direction: column; text-align: center; gap: 20px; }
  .info_cards .card_img { width: 150px; }
  .info_cards .title { margin-top: 0; font-size: 32px; }

  /* --- 이벤트 섹션 --- */
  .event { height: auto; padding: 60px 20px; }
  .event_inner { flex-direction: column; text-align: center; gap: 40px; }
  .event .title { font-size: 48px; }
  .event .text_box { padding-left: 0; }
  .event .list li { justify-content: center; gap: 20px; font-size: 16px; }
  .coupon_box img { width: 100%; max-width: 400px; margin: 0 auto; }

  /* --- 이용방법 --- */
  .howto .wrap { flex-direction: column; gap: 20px; }
  .howto .arrow { transform: rotate(90deg); margin: 10px 0; }
  .howto .step { width: 90%; height: auto; padding: 40px 20px; border-radius: 40px; }

  /* --- 푸터 --- */
  .footer .inner { flex-direction: column; text-align: center; gap: 40px; }
  .footer_right { width: 100%; text-align: center; }
  .sns { justify-content: center; }
}

/* =======================================
   3. 초소형 스마트폰 (430px 이하) - 폰트/이미지 정밀 조정
   ======================================= */
@media (max-width: 430px) {
  /* 배너 폰트 조정 (vh 단위 활용) */
  .hero { height: 50vh; }
  .hero .text_box h1 { font-size: 42px; }
  .hero .text_box .sub_title { font-size: 18px; }
  .hero .text_box .desc { display: none; } /* 좁은 화면에서 가독성 위해 생략 */

  /* 모든 섹션 메인 타이틀 크기 통일 */
  .preview .title, .info .text_box .title, .product .title, .howto .title {
    font-size: 24px !important;
    word-break: keep-all;
  }

  /* 상품 리스트 1열 배치 및 중앙 정렬 */
  .product .list { grid-template-columns: 1fr; justify-items: center; }
  .product_card { width: 280px; }
  .product_card .box { height: 280px; }
  .more_btn { width: 100%; height: 50px; font-size: 16px; }

  /* 이용안내 텍스트 크기 */
  .info_cards .card_list li { font-size: 15px; }
  .info_cards .card_list .desc { font-size: 14px; margin-top: 20px; }

  /* 동영상 박스 */
  .video_box { width: 95%; }
  .play_btn, .pause_btn { width: 50px; height: 50px; }

  /* 매장 안내 정보 */
  .store .inner { flex-direction: column; gap: 40px; }
  .store .map_box img { width: 100%; }
  .store .info_box .time, .store .info_box .add { font-size: 20px; }
  .notice_list { font-size: 14px; text-align: left; padding: 0 20px; }

  /* 푸터 폰트 */
  .footer_menu { gap: 10px 15px; justify-content: center; }
  .footer_menu a { font-size: 12px; }
  .footer_info p { font-size: 11px; line-height: 1.5; }
}