@charset "UTF-8";

/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  width: 100%;
}
body {
  font-family: "Noto Sans KR", sans-serif;
  color: #1a1a1a;
  letter-spacing: -1px;
  line-height: 1.5;
  background: #faf9f6;
  overflow-x: hidden;
}
/* 모바일 메뉴 (PC에서는 숨김) */
.m_gnb_wrap {
  display: none;
}

/* Common */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.d_block {
  display: block;
}
.m_block {
  display: none;
}

/* Font Setup */
.font_serif {
  font-family: "Noto Serif KR", serif;
}
.font_play {
  font-family: "Playfair Display", serif;
}

/* Text Utility */
.t40 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.t30 {
  font-size: 30px;
  font-family: "Noto Serif KR", serif;
  line-height: 1.4;
  word-break: keep-all;
}
.t25 {
  font-size: 25px;
  font-family: "Noto Serif KR", serif;
  margin-bottom: 10px;
}
.t19 {
  font-size: 19px;
  line-height: 1.8;
  word-break: keep-all;
  color: #444;
}
.t17 {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  word-break: keep-all;
}
.t15 {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/******************** 헤더 ********************/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 25px 0;
  background: rgba(250, 249, 246, 0.9);
  backdrop-filter: blur(5px);
  transition: 0.3s;
}
#header .logo {
  float: left;
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
}
#header .logo span {
  margin-left: 5px;
}

#header .gnb {
  float: left;
  margin-left: 100px;
  padding-top: 5px;
}
#header .gnb li {
  display: inline-block;
  margin-right: 40px;
}
#header .gnb a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
#header .gnb a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #333;
  transition: 0.3s;
}
#header .gnb a:hover::after {
  width: 100%;
}

#header .book_btn {
  float: right;
  border: 1px solid #333;
  padding: 8px 25px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}
#header .book_btn:hover {
  background: #333;
  color: #fff;
}
#header .m_menu_btn {
  display: none;
  float: right;
  border: none;
  background: none;
  font-size: 24px;
}

/******************** 퀵 메뉴 (Quick Menu) ********************/
.quick_menu {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 990;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 버튼 공통 스타일 */
.quick_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: #1a1a1a;
  color: #faf9f6;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* a태그 reset */
a.quick_btn {
  text-decoration: none;
}

/* 호버 효과 */
.quick_btn:hover {
  background-color: #2c3e50;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* 모바일 반응형 */
@media (max-width: 767px) {
  .quick_menu {
    bottom: 25px;
    right: 25px;
    gap: 10px;
  }
  .quick_btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

/******************** 메인 비주얼 (분할 레이아웃) ********************/
.main_vis {
  padding-top: 150px;
  padding-bottom: 100px;
  height: 100vh;
  min-height: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  background: url(../img/main.jpg) top center;
  background-size: cover;
}
.main_vis .container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 왼쪽 텍스트 영역 (5비율) */
.vis_left {
  width: 45%;
  padding-right: 50px;
  position: relative;
  z-index: 10;
}
.vis_left .sub_tit {
  font-size: 13px;
  letter-spacing: 4px;
  color: #ffffffe0;
  margin-bottom: 30px;
  font-weight: 500;
}
.vis_left h2 {
  font-family: "Noto Serif KR", serif;
  font-size: 85px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #1a1a1a;
  font-weight: normal;
  letter-spacing: -11px;
}
.vis_left h2 b {
  font-weight: 400;
  font-style: italic;
  letter-spacing: -4px;
  color: #e0f0ff;
}
.vis_left .desc {
  font-family: "Noto Serif KR", serif;
  font-size: 18px;
  color: #ffffffd3;
  margin-bottom: 60px;
  line-height: 1.8;
  text-shadow: 0px 0px 10px #222;
}
.vis_left .more_btn {
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.vis_left .more_btn i {
  margin-left: 10px;
  font-size: 12px;
  transition: 0.3s;
}
.vis_left .more_btn:hover i {
  transform: translateX(5px);
}

/******************** 공통 타이틀 (m_tit) ********************/
.m_tit {
  margin-bottom: 40px;
}
.m_tit .line {
  display: block;
  width: 50px;
  height: 1px;
  background: #333;
  margin-bottom: 25px;
}
.m_tit p {
  font-size: 12px;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.m_tit h2 {
  font-family: "Noto Serif KR", serif;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 400;
}
.m_tit h2 b {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 55px;
}

/******************** Sec1 (About) ********************/
.sec1 {
  padding: 180px 0;
}
.sec1 .container {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 130px;
  align-items: center;
}

.left_img {
  position: relative;
}
.img_frame {
  overflow: hidden;
}
.img_frame img {
  filter: grayscale(10%);
  transition: 0.5s;
}
.left_img:hover .img_frame img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.sec1 h3 {
  color: #3a88ac;
  font-weight: 700 !important;
  font-size: 30px;
  letter-spacing: -2px;
  padding-bottom: 2rem;
}

.sec1 p {
  max-width: 600px;
}

.sub_frame {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 220px;
  height: 220px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
  background: #3a88ac;
}

.right_txt .sign {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #ccc;
  margin-top: 50px;
  font-style: italic;
}

/******************** Sec2 (Collection) ********************/
.sec2 {
  padding: 120px 0;
  background: #fff;
}
.sec2 .sec_head {
  margin-bottom: 60px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec2 .m_tit {
  margin-bottom: 0;
}
.sec2 .m_tit h2 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-style: normal;
}
.sec2 .season {
  font-family: "Noto Serif KR", serif;
  font-style: italic;
  color: #999;
}

.gal_grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 25px;
}

/* 왼쪽 큰 이미지 */
.item_big {
  height: 800px;
  position: relative;
  overflow: hidden;
}
.item_big img {
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.item_big:hover img {
  transform: scale(1.05);
}
.item_big .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0;
  transition: 0.5s;
}
.item_big:hover .overlay {
  opacity: 1;
}
.item_big .overlay p {
  color: #fff;
  font-size: 30px;
}
.item_big .overlay span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}

/* 오른쪽 그리드 */
.item_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  height: 100%;
}

.item_group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_w {
  grid-column: span 2;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.item_w .hover_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.3s;
}
.item_w:hover .hover_btn {
  opacity: 1;
}

.item_sm {
  height: 355px;
  position: relative;
}
.item_sm .num {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-weight: 700;
}

.item_txt {
  background: #faf9f6;
  border: 1px solid #f4f4f4;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item_txt .link_more {
  margin-top: 30px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.item_txt .link_more:hover {
  color: #2c3e50;
  transform: translateX(5px);
}

/******************** Sec3 (Process) ********************/
.sec3 {
  padding: 150px 0;
  border-top: 1px solid #f0f0f0;
}
.sec3 .container {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-gap: 80px;
}

.step_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.step_list li {
  position: relative;
  padding-top: 40px;
}
.step_list .line_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  transition: 0.5s;
}
.step_list li:hover .line_deco {
  background: #2c3e50;
}

.step_list .no {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #ddd;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  transition: 0.5s;
}
.step_list li:hover .no {
  color: #2c3e50;
}
.step_list h3 {
  font-family: "Noto Serif KR", serif;
  font-size: 23px;
  margin-bottom: 15px;
}
.step_list p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  word-break: keep-all;
}

/******************** Sec4 (Review) ********************/
.sec4 {
  padding: 150px 0;
  background: #fff;
  text-align: center;
}
.sec4 i {
  font-size: 40px;
  color: #eee;
  margin-bottom: 40px;
}
.sec4 .review {
  max-width: 800px;
  margin: 0 auto;
  color: #333;
}

.user_profile {
  margin-top: 50px;
}
.u_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  background: #eee;
}
.u_name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.u_date {
  font-size: 13px;
  color: #999;
  font-style: italic;
  display: block;
  margin-top: 5px;
}

/******************** Footer ********************/
#footer {
  background: #1a1a1a;
  color: #fff;
  padding: 100px 0 50px;
}
.f_top {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}

.f_left h2 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  margin-bottom: 50px;
}
.info_wrap .box {
  float: left;
  width: 50%;
}
.info_wrap h4 {
  font-size: 13px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.info_wrap p {
  font-family: "Noto Serif KR", serif;
  font-size: 20px;
  line-height: 1.6;
  color: #eee;
}
.info_wrap span {
  font-size: 14.9px;
  color: #707070;
  display: block;
  margin-top: 10px;
}
.info_wrap .btn_res {
  display: inline-block;
  border-bottom: 1px solid #666;
  color: #999;
  margin-top: 15px;
  font-size: 14px;
  padding-bottom: 3px;
}
.mt20 {
  margin-top: 30px;
}

.form_box {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.form_box h3 {
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  margin-bottom: 30px;
}
.inp_g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
#footer input,
#footer textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #444;
  padding: 15px 0;
  color: #fff;
  outline: none;
  transition: 0.3s;
  margin-bottom: 20px;
  font-size: 14px;
}
#footer input:focus,
#footer textarea:focus {
  border-bottom-color: #fff;
}
#footer textarea {
  height: 80px;
  resize: none;
}
#footer button {
  background: #fff;
  color: #1a1a1a;
  border: none;
  padding: 15px 40px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.f_btm {
  border-top: 1px solid #333;
  padding-top: 30px;
  color: #a1a1a1;
  font-size: 12px;
  font-size: 15px;
}
.f_btm .copy {
  float: left;
}
.f_btm .sns {
  float: right;
}
.f_btm .sns a {
  margin-left: 20px;
  transition: 0.3s;
}
.f_btm .sns a:hover {
  color: #fff;
}

/*******************************************************************************************************************************
 *** 태블릿 (max-width: 1024px)
*******************************************************************************************************************************/
@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }

  .main_vis {
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
    min-height: auto;
    background-position: center ;
  }
  .main_vis .container {
    flex-direction: column-reverse;
  }
  .vis_left .sub_tit {
    display: none;
  }
  .vis_left {
    width: 100%;
    padding-right: 0;
    margin-top: 50px;
    text-align: center;
  }
  .vis_left h2 {
    font-size: 60px;
  }
  .vis_right {
    width: 100%;
    height: 500px;
  }
  .circle_deco {
    width: 150px;
    height: 150px;
    bottom: -40px;
    left: -40px;
  }

  .sec1 {
    padding: 100px 0;
  }
  .sec1 .container {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .sec1 h3 {
    font-size: 25px;
  }
  .sub_frame {
    width: 180px;
    height: 180px;
    bottom: -30px;
    right: 0;
  }

  .sec2 .m_tit h2 {
    font-size: 40px;
  }
  .gal_grid {
    grid-template-columns: 1fr;
  }
  .item_big {
    height: 500px;
  }
  .item_w {
    height: 300px;
  }
  .item_sm {
    height: 300px;
  }

  .sec3 .container {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .f_top {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin-bottom: 20px;
  }

  .f_left h2 {
    font-size: 2.5rem;
  }
}

/*******************************************************************************************************************************
 *** 모바일 (max-width: 767px)
*******************************************************************************************************************************/
@media (max-width: 767px) {
  .d_block {
    display: none;
  }
  .m_block {
    display: block;
  }

  /* Text Utility */
  .t40 {
    font-size: 36px;
  }
  .t30 {
    font-size: 26.6px;

  }
  .t25 {
    font-size: 22px;

  }
  .t19 {
    font-size: 17.5px;

  }
  .t17 {
    font-size: 16px;

  }
  .t15 {
    font-size: 14px;
  }

  #header .gnb,
  #header .book_btn {
    display: none;
  }
  #header .m_menu_btn {
    display: block;
  }
  /* 모바일 메뉴 스타일 */
  .m_gnb_wrap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    visibility: hidden;
  }
  .m_gnb_wrap.on {
    visibility: visible;
  }

  .m_gnb_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 0.3s;
  }
  .m_gnb_wrap.on .m_gnb_bg {
    opacity: 1;
  }

  .m_gnb_box {
    position: absolute;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background: #faf9f6;
    padding: 60px 30px;
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1); /* 고급스러운 슬라이드 가속도 */
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
  }
  .m_gnb_wrap.on .m_gnb_box {
    right: 0;
  }

  /* 햄버거 */
  #header .m_menu_btn {
    display: none;
    float: right;
    width: 24px;
    height: 16px;
    border: none;
    background: transparent;
    position: relative;
    margin-top: 8px;
    cursor: pointer;
  }
  #header .m_menu_btn {
    display: block;
  }
  #header .m_menu_btn span {
    position: absolute;
    right: 0;
    height: 1.5px;
    background: #1a1a1a;
    transition: width 0.3s ease;
  }
  #header .m_menu_btn span:nth-child(1) {
    top: 0;
    width: 100%;
  }
  #header .m_menu_btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
  }
  #header .m_menu_btn span:nth-child(3) {
    bottom: 0;
    width: 100%;
  }

  #header .m_menu_btn:hover span:nth-child(2) {
    width: 100%;
  }

  .m_close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: #1a1a1a;
    cursor: pointer;
  }

  .m_logo {
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .m_logo img {
    width: 180px;
  }

  .m_gnb_list {
    flex-grow: 1;
  }
  .m_gnb_list li {
    margin-bottom: 25px;
  }
  .m_gnb_list a {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .m_gnb_list a:hover,
  .m_gnb_list a:active {
    color: #888;
    padding-left: 10px;
  }

  .m_gnb_info {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    font-size: 13px;
    color: #666;
  }
  .m_gnb_info p {
    font-family: "Noto Serif KR", serif;
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 5px;
  }
  .m_gnb_info a {
    display: inline-block;
    margin-top: 5px;
    color: #888;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
  }

  .vis_left h2 {
    font-size: 48px;
    letter-spacing: -7px;
  }
  .vis_right {
    height: 350px;
  }
  .main_vis {
    padding-top: 120px;
    height: 100vh;
  }

  .vis_left .desc {
    font-size: 17px;
  }

  .m_tit h2 {
    font-size: 32px;
  }
  .m_tit h2 b {
    font-size: 38px;
  }

  .sec1 {
    padding: 80px 0;
  }
  .sec2 {
    padding: 80px 0;
  }
  .sec2 .sec_head {
    display: block;
  }
  .sec2 .season {
    margin-top: 10px;
    font-size: 14px;
  }
  .item_group {
    grid-template-columns: 1fr;
  }
  .item_w {
    grid-column: span 1;
  }

  .sec3 {
    padding: 80px 0;
  }
  .step_list {
    grid-template-columns: 1fr;
  }
  .step_list li {
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
  .step_list .line_deco {
    display: none;
  }
  .step_list .no {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .sec4 {
    padding: 80px 0;
  }
  .t30 {
    font-size: 20px;
    line-height: 1.6;
  }

  #footer {
    padding: 60px 0;
  }
  .info_wrap .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .f_btm {
    text-align: center;
  }
  .f_btm .copy,
  .f_btm .sns {
    float: none;
  }
  .f_btm .sns {
    margin-top: 15px;
  }
}
