@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

/* header.main {
  backdrop-filter: blur(20px);
} */

footer{display: none;}

.font_nf{
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.new_visual{
  width: 100%;
  height: 100dvh;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.new_visual_txt{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
}
.new_visual_txt .txt{
  font-family: "Noto Serif KR", serif;
  font-size: 68px;
  line-height: 1.3;
  margin-bottom: 28px;
}
.new_visual_txt .bg_txt{
  display: inline-block;
  background: #8D6158;
  padding: 8px 24px;
}
.new_visual_txt .bg_txt span{
  background: linear-gradient(90deg, #D9F8E4 0%, #AEF7F7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.newmainvisualSwiper{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.newmainvisualSwiper .swiper-slide img{
  width: 100%;
  display: block;
}

.newmainvisualSwiper .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  background: none;
}
.newmainvisualSwiper .swiper-pagination-bullet-active {
  background: #fff;
}

.new_2{
  background-image: url('/img/new_index/sec_2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 64px 20px 100px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.new_2_title{margin-bottom: 16px;}
.new_2_sub{margin-bottom: 40px;min-height: unset;}
.new_2_line{display: flex;justify-content: center; align-items: center;gap: 20px;}
.new_2_line .vline{width: 1px; height: 22px; background: #fff;}
.new_2_price{font-size: 200px;font-family: "Noto Serif KR", serif; font-weight: 700;line-height: 2;}
.new_2_link{
  display: inline-block;
  background: #2E2B2F;
  padding: 13px 24px;
  border-radius: 40px;
}

.new_3{
  background: #2E2B2F;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
.new_3_title{margin-bottom: 16px;}
.new_3_sub{margin-bottom: 60px; min-height: unset;}
.new_3_list{
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.new_3_list .new_3_li{
  width: calc((100% - 20px) / 3);
  position: relative;
}
.new_3_list .new_3_li img{
  display: block;
  width: 100%;
}
.new_3_list .new_3_li:last-of-type{display: none;}
.new_3_li_txt{
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.new_3_li_title{
  background: #2E2B2F;
  color: var(--kleam_mint_dark2, #C8F3D8);
  padding: 12px 20px;
  border-radius: 40px;
}

.new_4{background: #2E2B2F; padding: 60px 0 10px;}
.new_4_logo_wrap{text-align: center; color: #fff; margin-bottom: 60px;}
.new_4_logo_wrap img{display: block; margin: 0 auto; margin-bottom: 40px;}
.new_4_logo_title{margin-bottom: 16px;}
.new_4_logo_sub{min-height: unset;}
.new_4_list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.new_4_li{
  width: calc(50% - 5px);
  position: relative;
}
.new_4_li img{
  display: block;
  width: 100%;
}
.new_4_li_txt{
  position: absolute;
  top: 40px;
  left: 60px;
  color:#fff;
}
.new_4_li_title{
  /* color: var(--gray-2-body, #534F53); */
  margin-bottom: 10px;
  font-weight: 100;
    font-size: 18px;
}

.new_5{
  background: #2E2B2F;
}
.new_5 video{
  width: 100%;
  display: block;
}

.new_6{
  padding: 120px 0;
  background: #fff;
}
.new_6 .swiper-wrapper {
  -webkit-transition-timing-function:linear!important;
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important;
  pointer-events: none;
}
.new_6 .swiper-slide{
  width: max-content;
  pointer-events: none;
}
.new_6 .swiper-slide .brand_wrap{
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
}

.new_7{
  background: #2E2B2F;
  text-align: center;
  color: #fff;
}
.by{
  color: #D6D0D5;
  padding: 45px 0;
  margin-bottom: 40px;
  opacity: 0.5;
}
.new_7_logo{margin-bottom: 120px; color: var(--kleam_mint_dark2, #C8F3D8);
}
.new_7_logo img{
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}
.new_7_link_wrap{margin-bottom: 240px;}
.new_7_link_txt{margin-bottom: 40px;}
.new_7_link{
  display: inline-block;
  padding: 16px 40px;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 800;
  color: #5F4241;
}
.new_7_img{
  width: 100%;
  max-width: 1669px;
  margin: 0 auto;
}

.new_side{
  position: fixed;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  border-radius: 15px 0 0 15px;
  z-index: 1;
  background: #7D6053;
  padding: 6px 0;
  font-size: 10px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.new_side a{display: block; width: 80px; padding: 12px 0;}
.new_side a img{display: block; width: 100%; margin-bottom: 4px;}

@media screen and (max-width: 992px) {
  footer{display: block;}

  .new_visual{
    height: 100dvw;
  }
  .new_visual_txt{
    top: auto;
    bottom: 0;
  }
  .new_visual_txt .txt{
    font-size: 28px;
  }

  .mo_search_form{background: #2E2B2F;}
  .mo_search_title{color: #fff;}
  .mo_search_row{
    background: #534F53;
    background-image: url('/img/new_index/ic_mystery_wh.svg');
    background-size: 20px;
    background-position: calc(100% - 16px);
    background-repeat: no-repeat;
  }
  .rolling li span.num{color: #AEEFD8;}
  .rolling li span.sname{color: #AEEFD8;}

  .new_2{padding: 24px 0 32px;}
  .new_2_title{margin-bottom: 4px;}
  .new_2_sub{font-size: 13px; font-weight: 400; margin-bottom: 12px;}
  .new_2_line{font-size: 11px; gap: 10px;}
  .new_2_line .vline{height: 14px;}
  .new_2_price{font-size: 64px;}
  .new_2_link{font-size: 13px;}

  .new_3{padding: 32px 0;}
  .new_3_title{margin-bottom: 2px; font-size: 20px;}
  .new_3_sub{margin-bottom: 24px; color: #D6D0D5; font-size: 11px;}
  .new_3_list{gap: 2px;}
  .new_3_list .new_3_li{width: calc(50% - 1px);}
  .new_3_list .new_3_li:last-of-type{display: block;}
  .new_3_li_txt{top: 10px; gap: 4px; width:max-content; }
  .new_3_li_title{padding: 6px 12px; font-size: 11px;}

  .new_4{padding: 32px 0;}
  .new_4_logo_wrap{margin-bottom: 34px;}
  .new_4_logo_wrap img{width: 104px;}
  .new_4_logo_title{margin-bottom: 2px; font-size: 20px;}
  .new_4_logo_sub{font-size: 11px; font-weight: 400;}
  .new_4_list{gap: 2px;}
  .new_4_li{width: 100%;}
  .new_4_li_txt{top: 12px; left: 20px;}
  .new_4_li_title{margin-bottom: 6px; font-size: 15px;}

  .new_5{padding: 24px 0 32px; color: #fff; text-align: center;}
  .new_5_title{ font-size: 20px; font-weight: 600; margin-bottom: 2px; }
  .new_5_sub{ font-size: 11px; color: #D6D0D5; margin-bottom: 34px;}

  .new_6{padding: 0;}
  .new_6 .swiper-slide .brand_wrap{height: 108px; padding: 0 12px;}

  .new_7{padding: 32px 0 32px;}
  .by { padding: 0; margin-bottom: 20px; }
  .new_7_logo{margin-bottom: 0;}
  .new_7_logo img{width: 69px;}
  .new_7_logo .label_l{font-size: 13px;}


  .mo_bg{background: #2E2B2F; color: #fff;}
  .main_map_title{color: #fff;}
  .main_map_row > div.main_map_address{color: #fff;}
  .location_map_row > div:first-of-type{color: #fff;}
  .main_map_row > div:first-of-type{color: #fff;}
}
