@charset "UTF-8";
#main {
  width: 100%;
  height: auto;
}

.index-hero {
  position: relative;
  width: 100%;
  height: auto;
}
.index-hero .hero-swiper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.index-hero .hero-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 900px;
}
@media (max-width: 1280px) {
  .index-hero .hero-swiper .swiper-wrapper .swiper-slide {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .index-hero .hero-swiper .swiper-wrapper .swiper-slide {
    height: 1000px;
  }
}
.index-hero .hero-swiper .swiper-wrapper .swiper-slide .hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.index-hero .hero-swiper .swiper-wrapper .swiper-slide .hero-vector {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translateY(calc(-50% + 50px));
  width: auto;
  height: 60%;
  z-index: 2;
}
@media (max-width: 1440px) {
  .index-hero .hero-swiper .swiper-wrapper .swiper-slide .hero-vector {
    width: 45%;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .index-hero .hero-swiper .swiper-wrapper .swiper-slide .hero-vector {
    transform: translateY(calc(-50% + 30px));
  }
}
@media (max-width: 1024px) {
  .index-hero .hero-swiper .swiper-wrapper .swiper-slide .hero-vector {
    top: unset;
    left: 50%;
    bottom: 55%;
    transform: translateX(-50%);
    width: auto;
    height: 36%;
  }
}
@media (max-width: 640px) {
  .index-hero .hero-swiper .swiper-wrapper .swiper-slide .hero-vector {
    width: 90%;
    height: auto;
    top: 80px;
    bottom: unset;
  }
}
.index-hero .hero-swiper .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: unset;
  top: unset;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-hero .hero-swiper .swiper-pagination {
    bottom: 16px;
  }
}
.index-hero .hero-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 100000rem;
  background: #ddd;
  border: 1px solid #ddd;
  opacity: 1;
}
@media (max-width: 1024px) {
  .index-hero .hero-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.index-hero .hero-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 52px;
  background: white;
}
@media (max-width: 1024px) {
  .index-hero .hero-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
  }
}
.index-hero .hero-white-box {
  position: absolute;
  top: 50%;
  right: 55%;
  transform: translateY(calc(-50% + 50px));
  width: 40%;
  height: 70%;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  z-index: 3;
}
@media (max-width: 1440px) {
  .index-hero .hero-white-box {
    right: 52%;
    width: 45%;
  }
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box {
    transform: translateY(calc(-50% + 30px));
    height: auto;
    padding: 32px 24px;
  }
}
@media (max-width: 1024px) {
  .index-hero .hero-white-box {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 45%;
  }
}
@media (max-width: 640px) {
  .index-hero .hero-white-box {
    height: auto;
    top: unset;
    bottom: 40px;
    padding: 24px 16px;
  }
}
.index-hero .hero-white-box .hero-text-box {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1440px) {
  .index-hero .hero-white-box .hero-text-box {
    margin-bottom: 36px;
    gap: 16px;
  }
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .hero-text-box {
    margin-bottom: 32px;
    gap: 12px;
  }
}
.index-hero .hero-white-box .hero-text-box strong {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1440px) {
  .index-hero .hero-white-box .hero-text-box strong {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .hero-text-box strong {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .index-hero .hero-white-box .hero-text-box strong {
    font-size: 24px;
  }
}
.index-hero .hero-white-box .hero-text-box strong b {
  font-weight: 900;
}
.index-hero .hero-white-box .hero-text-box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #464646;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .hero-text-box p {
    font-size: 16px;
  }
}
.index-hero .hero-white-box .link-group {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .link-group {
    margin-bottom: 32px;
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .index-hero .hero-white-box .link-group {
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .index-hero .hero-white-box .link-group {
    flex-direction: column;
  }
}
.index-hero .hero-white-box .link-group > a {
  flex: 0 0 auto;
  width: 220px;
  height: 50px;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #6B400F;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .link-group > a {
    width: 200px;
    height: 40px;
    padding: 0 16px;
  }
}
@media (max-width: 640px) {
  .index-hero .hero-white-box .link-group > a {
    flex: unset;
    width: 100%;
  }
}
.index-hero .hero-white-box .link-group > a:nth-child(2) {
  background: #F2A000;
}
.index-hero .hero-white-box .link-group > a > span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .link-group > a > span {
    font-size: 16px;
  }
}
.index-hero .hero-white-box .link-group > a img {
  flex: 0 0 auto;
  width: 20px;
  height: auto;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .link-group > a img {
    width: 16px;
  }
}
.index-hero .hero-white-box .hero-quickmenu {
  flex: 0 1 188px;
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #f0f0f0;
  border: 1px solid #aaa;
  border-radius: 30px;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .hero-quickmenu {
    flex: 0 0 148px;
    padding: 16px 12px;
    border-radius: 24px;
  }
}
@media (max-width: 1024px) {
  .index-hero .hero-white-box .hero-quickmenu {
    flex: 0 0 136px;
  }
}
.index-hero .hero-white-box .hero-quickmenu > a {
  flex: 1 1 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.2s ease-in-out;
  border-radius: 24px;
}
.index-hero .hero-white-box .hero-quickmenu > a:nth-of-type(3) i {
  font-variation-settings: "FILL" 1;
}
.index-hero .hero-white-box .hero-quickmenu > a:hover {
  background: white;
  box-shadow: 0 0 6px 0 #de9300;
}
.index-hero .hero-white-box .hero-quickmenu > a:hover i {
  color: #DE9300;
}
.index-hero .hero-white-box .hero-quickmenu > a:hover .qm-name-wrap > b {
  color: #DE9300;
}
.index-hero .hero-white-box .hero-quickmenu > a i {
  font-size: 44px;
  line-height: 1;
  color: #2D2D2D;
  transition: inherit;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .hero-quickmenu > a i {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .index-hero .hero-white-box .hero-quickmenu > a i {
    font-size: 28px;
  }
}
.index-hero .hero-white-box .hero-quickmenu > a .qm-name-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: inherit;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .hero-quickmenu > a .qm-name-wrap {
    gap: 4px;
  }
}
.index-hero .hero-white-box .hero-quickmenu > a .qm-name-wrap > b {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  color: #2D2D2D;
  text-align: center;
  word-break: keep-all;
  transition: inherit;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .hero-quickmenu > a .qm-name-wrap > b {
    font-size: 16px;
  }
}
.index-hero .hero-white-box .hero-quickmenu > a .qm-name-wrap > span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #818181;
  text-align: center;
  word-break: keep-all;
  transition: inherit;
}
@media (max-width: 1280px) {
  .index-hero .hero-white-box .hero-quickmenu > a .qm-name-wrap > span {
    font-size: 14px;
  }
}
.index-hero .hero-white-box .hero-quickmenu .vertical-line {
  width: 1px;
  height: 70%;
  background: #ddd;
}

.in-nature {
  position: relative;
  width: 100%;
  height: auto;
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .in-nature {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .in-nature {
    padding: 70px 0;
  }
}
.in-nature .nature-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.in-nature .nature-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide {
  width: 80vw;
  height: 600px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1440px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide {
    gap: 40px;
  }
}
@media (max-width: 1280px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide {
    width: 95vw;
    height: auto;
    flex-direction: column;
    gap: 24px;
  }
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-thumb {
  flex: 0 0 auto;
  width: 700px;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-thumb {
    width: 560px;
  }
}
@media (max-width: 1280px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1280px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right {
    flex: unset;
    width: 100%;
  }
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-content-group {
  width: 100%;
  height: 250px;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-content-group {
    height: auto;
    gap: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-content-group {
    gap: 16px;
  }
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-content-group .slide-title {
  font-size: 40px;
  line-height: 1.3;
  word-break: keep-all;
  color: #2D2D2D;
}
@media (max-width: 1440px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-content-group .slide-title {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-content-group .slide-title {
    font-size: 28px;
  }
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-content-group .slide-title > b {
  font-weight: 900;
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-content-group .slide-content {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
  color: #707070;
}
@media (max-width: 1280px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-content-group .slide-content {
    font-size: 16px;
  }
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-tabs {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-tabs .slide-tab {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: white;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-tabs .slide-tab {
    padding: 0 10px;
  }
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-tabs .slide-tab .slide-icon {
  width: 68px;
  height: auto;
  display: flex;
}
@media (max-width: 1440px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-tabs .slide-tab .slide-icon {
    width: 56px;
  }
}
@media (max-width: 1280px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-tabs .slide-tab .slide-icon {
    width: 48px;
  }
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-tabs .slide-tab .slide-icon > img {
  width: 100%;
  height: auto;
}
.in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-tabs .slide-tab span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #6B400F;
}
@media (max-width: 768px) {
  .in-nature .nature-swiper .swiper-wrapper .swiper-slide .slide-right .slide-tabs .slide-tab span {
    font-size: 14px;
  }
}
.in-nature::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58%;
  background: #FBF1E5;
}
@media (max-width: 1280px) {
  .in-nature::before {
    height: 100%;
  }
}

/* 타이틀 영역 */
.title-wrap {
  text-align: center;
}
.title-wrap.text-left {
  text-align: left;
}
.title-wrap .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #2B2B2B;
  letter-spacing: -0.02em;
  word-break: keep-all;
}
.title-wrap .title b {
  font-weight: 800;
}
@media (max-width: 1280px) {
  .title-wrap .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .title-wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .title-wrap .title {
    font-size: 24px;
  }
}
.title-wrap .desc {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #6B6259;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .title-wrap .desc {
    margin-top: 14px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .title-wrap .desc {
    font-size: 14px;
  }
  .title-wrap .desc br {
    display: none;
  }
}
.title-wrap .view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 48px;
  padding-bottom: 6px;
  border-bottom: 2px solid #A9743A;
  text-decoration: none;
}
.title-wrap .view-more span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #7A4E1D;
  white-space: nowrap;
}
.title-wrap .view-more img {
  width: 20px;
  height: auto;
  transition: transform 0.2s;
}
.title-wrap .view-more:hover img {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .title-wrap .view-more {
    gap: 26px;
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .title-wrap .view-more span {
    font-size: 15px;
  }
  .title-wrap .view-more img {
    width: 22px;
  }
}
@media (max-width: 480px) {
  .title-wrap .view-more {
    gap: 18px;
    margin-top: 24px;
  }
  .title-wrap .view-more span {
    font-size: 14px;
  }
  .title-wrap .view-more img {
    width: 20px;
  }
}

.customized-care {
  padding: 150px 0;
  background: #fff;
}
@media (max-width: 1280px) {
  .customized-care {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .customized-care {
    padding: 70px 0;
  }
}
.customized-care .container {
  width: 95%;
  max-width: 1630px;
  margin: 0 auto;
}
.customized-care {
  /* 카드 그리드 */
}
.customized-care .care-body {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .customized-care .care-body {
    margin-top: 45px;
  }
}
@media (max-width: 480px) {
  .customized-care .care-body {
    margin-top: 32px;
  }
}
.customized-care .care-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1280px) {
  .customized-care .care-grid {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .customized-care .care-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .customized-care .care-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.customized-care .care-grid .cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px 55px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  transition: 0.25s;
}
.customized-care .care-grid .cell:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.11);
}
@media (max-width: 1280px) {
  .customized-care .care-grid .cell {
    padding: 45px 22px 40px;
    border-radius: 22px;
  }
}
@media (max-width: 768px) {
  .customized-care .care-grid .cell {
    padding: 36px 20px 32px;
    border-radius: 18px;
  }
}
@media (max-width: 480px) {
  .customized-care .care-grid .cell {
    padding: 30px 18px 26px;
  }
}
.customized-care .care-grid .cell-name {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  color: #2B2B2B;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (max-width: 1280px) {
  .customized-care .care-grid .cell-name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .customized-care .care-grid .cell-name {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .customized-care .care-grid .cell-name {
    font-size: 17px;
  }
}
.customized-care .care-grid .cell-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 46px 0;
}
.customized-care .care-grid .cell-img img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
@media (max-width: 1280px) {
  .customized-care .care-grid .cell-img {
    margin: 34px 0;
  }
}
@media (max-width: 768px) {
  .customized-care .care-grid .cell-img {
    margin: 26px 0;
  }
  .customized-care .care-grid .cell-img img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .customized-care .care-grid .cell-img {
    margin: 22px 0;
  }
  .customized-care .care-grid .cell-img img {
    max-width: 180px;
  }
}
.customized-care .care-grid .cell-desc {
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  color: #4A423A;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .customized-care .care-grid .cell-desc {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .customized-care .care-grid .cell-desc {
    font-size: 14px;
  }
  .customized-care .care-grid .cell-desc br {
    display: none;
  }
}

.everyday-place {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .everyday-place {
    padding: 70px 0;
  }
}
.everyday-place > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.everyday-place .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.everyday-place .container .place-body {
  width: 100%;
  height: auto;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1280px) {
  .everyday-place .container .place-body {
    margin-top: 40;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .everyday-place .container .place-body {
    gap: 24px;
  }
}
.everyday-place .container .place-body .place-tabs {
  width: 100%;
  height: auto;
  padding: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 60px;
  border-radius: 24px;
  background: #F2A000;
}
@media (max-width: 1280px) {
  .everyday-place .container .place-body .place-tabs {
    padding: 20px;
    gap: 20px 40px;
  }
}
@media (max-width: 768px) {
  .everyday-place .container .place-body .place-tabs {
    padding: 16px;
    gap: 12px 16px;
  }
}
.everyday-place .container .place-body .place-tabs .tab {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .everyday-place .container .place-body .place-tabs .tab {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .everyday-place .container .place-body .place-tabs .tab {
    font-size: 14px;
  }
}
.everyday-place .container .place-body .place-tabs .tab.on {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #FFB931;
  text-decoration-thickness: 5px;
}
.everyday-place .container .place-body .place-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}
@media (max-width: 768px) {
  .everyday-place .container .place-body .place-swiper {
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
.everyday-place .container .place-body .place-swiper .swiper-wrapper {
  align-items: center;
}
.everyday-place .container .place-body .place-swiper .swiper-slide {
  height: auto;
  opacity: 0.45;
  transform: scale(0.82);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.everyday-place .container .place-body .place-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.everyday-place .container .place-body .place-swiper .swiper-slide > figure {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.everyday-place .container .place-body .place-swiper .swiper-slide > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.everyday-place .container .place-body .place-swiper .custom-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1280px) {
  .everyday-place .container .place-body .place-swiper .custom-navigation {
    width: 87%;
  }
}
@media (max-width: 768px) {
  .everyday-place .container .place-body .place-swiper .custom-navigation {
    width: 95%;
  }
}
.everyday-place .container .place-body .place-swiper .custom-navigation div {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .everyday-place .container .place-body .place-swiper .custom-navigation div {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
  }
}
.everyday-place .container .place-body .place-swiper .custom-navigation div i {
  font-size: 42px;
  line-height: 1;
  color: #DE9300;
}
@media (max-width: 768px) {
  .everyday-place .container .place-body .place-swiper .custom-navigation div i {
    font-size: 32px;
  }
}

.index-inquiry {
  padding: 100px 0;
  background: white;
}
@media (max-width: 1280px) {
  .index-inquiry {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .index-inquiry {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .index-inquiry {
    padding: 45px 0;
  }
}
.index-inquiry .container {
  display: flex;
  align-items: stretch;
  width: 95%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .index-inquiry .container {
    flex-direction: column;
  }
}
.index-inquiry {
  /* 좌측 : 문의 폼 */
}
.index-inquiry .inq-form {
  flex: 1 1 50%;
  min-width: 0;
  padding: 70px 100px 48px;
  border-radius: 28px 0 0 28px;
  background: #FAF1E6;
}
@media (max-width: 1920px) {
  .index-inquiry .inq-form {
    padding: 70px 40px 48px;
  }
}
@media (max-width: 1280px) {
  .index-inquiry .inq-form {
    flex: none;
    width: 100%;
    padding: 40px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .index-inquiry .inq-form {
    padding: 24px;
  }
}
@media (max-width: 540px) {
  .index-inquiry .inq-form {
    padding: 16px;
  }
}
.index-inquiry .inq-form .inq-tit {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
  color: #2B2B2B;
  letter-spacing: -0.02em;
}
.index-inquiry .inq-form .inq-tit b {
  font-weight: 800;
}
@media (max-width: 1280px) {
  .index-inquiry .inq-form .inq-tit {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-tit {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .index-inquiry .inq-form .inq-tit {
    font-size: 23px;
  }
}
.index-inquiry .inq-form .inq-sub {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.6;
  color: #6B6259;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-sub {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .index-inquiry .inq-form .inq-sub {
    font-size: 14px;
  }
}
.index-inquiry .inq-form .inq-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-row {
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
  }
}
.index-inquiry .inq-form .inq-label {
  position: relative;
  flex: 0 0 130px;
  padding-top: 16px;
  font-size: 17px;
  font-weight: 700;
  color: #2B2B2B;
}
.index-inquiry .inq-form .inq-label.required {
  background-image: unset !important;
}
.index-inquiry .inq-form .inq-label.required::before {
  content: "*";
  position: absolute;
  left: -10px;
  top: 10px;
  font-size: 18px;
  color: #E14B3B;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-label {
    flex: none;
    padding-top: 0;
    padding-left: 10px;
    font-size: 16px;
  }
  .index-inquiry .inq-form .inq-label.required::before {
    left: 0;
    top: 0;
  }
}
@media (max-width: 480px) {
  .index-inquiry .inq-form .inq-label {
    font-size: 15px;
  }
}
.index-inquiry .inq-form .inq-field {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-field {
    width: 100%;
  }
}
.index-inquiry .inq-form .inq-field input[type=text],
.index-inquiry .inq-form .inq-field input[type=tel],
.index-inquiry .inq-form .inq-field input[type=email],
.index-inquiry .inq-form .inq-field textarea {
  width: 100%;
  padding: 18px 24px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  font-size: 16px;
  color: #2B2B2B;
  box-sizing: border-box;
}
.index-inquiry .inq-form .inq-field input[type=text]::-moz-placeholder, .index-inquiry .inq-form .inq-field input[type=tel]::-moz-placeholder, .index-inquiry .inq-form .inq-field input[type=email]::-moz-placeholder, .index-inquiry .inq-form .inq-field textarea::-moz-placeholder {
  color: #B8AFA5;
}
.index-inquiry .inq-form .inq-field input[type=text]::placeholder,
.index-inquiry .inq-form .inq-field input[type=tel]::placeholder,
.index-inquiry .inq-form .inq-field input[type=email]::placeholder,
.index-inquiry .inq-form .inq-field textarea::placeholder {
  color: #B8AFA5;
}
.index-inquiry .inq-form .inq-field input[type=text]:focus,
.index-inquiry .inq-form .inq-field input[type=tel]:focus,
.index-inquiry .inq-form .inq-field input[type=email]:focus,
.index-inquiry .inq-form .inq-field textarea:focus {
  outline: 2px solid #E89B28;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-field input[type=text],
  .index-inquiry .inq-form .inq-field input[type=tel],
  .index-inquiry .inq-form .inq-field input[type=email],
  .index-inquiry .inq-form .inq-field textarea {
    padding: 15px 18px;
    font-size: 15px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .index-inquiry .inq-form .inq-field input[type=text],
  .index-inquiry .inq-form .inq-field input[type=tel],
  .index-inquiry .inq-form .inq-field input[type=email],
  .index-inquiry .inq-form .inq-field textarea {
    padding: 13px 16px;
    font-size: 14px;
  }
}
.index-inquiry .inq-form .inq-field textarea {
  height: 130px;
  line-height: 1.6;
  resize: none;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-field textarea {
    height: 110px;
  }
}
.index-inquiry .inq-form .inq-bottom {
  display: flex;
  align-items: center;
  width: calc(100% - 154px);
  margin-left: auto;
  margin-top: 34px;
  padding-left: 4%;
  background: #FDF8F2;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-bottom {
    width: 100%;
    margin-top: 26px;
    padding-left: 0;
    padding-top: 16px;
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }
}
.index-inquiry .inq-form .inq-agree {
  flex: 1 1 auto;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-agree {
    flex: none;
    justify-content: center;
    padding-right: 16px;
  }
}
.index-inquiry .inq-form .inq-agree input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #E89B28;
  cursor: pointer;
}
.index-inquiry .inq-form .inq-agree label {
  font-size: 16px;
  color: #4A423A;
  cursor: pointer;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-agree label {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .index-inquiry .inq-form .inq-agree label {
    font-size: 14px;
  }
}
.index-inquiry .inq-form .inq-btn {
  flex: 0 0 250px;
  height: 60px;
  border: 0;
  border-radius: 14px;
  background: #E89B28;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.index-inquiry .inq-form .inq-btn:hover {
  background: #D3871A;
}
@media (max-width: 768px) {
  .index-inquiry .inq-form .inq-btn {
    flex: none;
    width: 100%;
    height: 54px;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .index-inquiry .inq-form .inq-btn {
    height: 50px;
    font-size: 16px;
  }
}
.index-inquiry {
  /* 우측 : 지도 */
}
.index-inquiry .inq-map {
  display: flex;
  flex-direction: column;
  gap: 26px;
  flex: 1 1 50%;
  min-width: 0;
  padding: 40px 40px 48px;
  border-radius: 0 28px 28px 0;
  background: #5C3A11;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .index-inquiry .inq-map {
    flex: none;
    width: 100%;
    padding: 40px;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 768px) {
  .index-inquiry .inq-map {
    gap: 18px;
    padding: 24px;
  }
}
@media (max-width: 540px) {
  .index-inquiry .inq-map {
    padding: 16px;
  }
}
.index-inquiry .inq-map .map-box {
  flex: 1 1 auto;
  min-height: 520px;
  border-radius: 16px;
  background: #EDEAE4;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.index-inquiry .inq-map .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.index-inquiry .inq-map .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .index-inquiry .inq-map .map-box {
    min-height: unset;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .index-inquiry .inq-map .map-box {
    height: 320px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .index-inquiry .inq-map .map-box {
    height: 260px;
  }
}
.index-inquiry .inq-map .map-addr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex: 0 0 auto;
  padding: 18px 24px;
  border-radius: 14px;
  background: #6E4A1C;
}
@media (max-width: 640px) {
  .index-inquiry .inq-map .map-addr {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
  }
}
.index-inquiry .inq-map .map-addr .addr-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .index-inquiry .inq-map .map-addr .addr-item {
    font-size: 15px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .index-inquiry .inq-map .map-addr .addr-item {
    font-size: 14px;
  }
}
.index-inquiry .inq-map .map-addr .addr-item em {
  flex: 0 0 auto;
  padding: 7px 16px;
  border-radius: 999px;
  background: #8A6434;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .index-inquiry .inq-map .map-addr .addr-item em {
    padding: 6px 13px;
    font-size: 13px;
  }
}/*# sourceMappingURL=main.css.map */