@charset "UTF-8";
/* #### main  ####  */
.section {
  min-height: 100dvh;
  display: flex;
  align-items: center;
}
.first_sec {
  background: url(../_img/common/first_sec_back.jpeg) no-repeat center center / cover;
  width: 100%;
  min-height: calc(100dvh - 72px);
  height: 100%;
  position: relative;
}

.first_sec .first_title {
  height: 100%;
}
.first_sec > h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 100;
  line-height: 140%;
  letter-spacing: -1.2px;
  opacity: 0.2;
  position: absolute;
  top: 129px;
  max-width: 1440px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.first_sec .first_title .center_title p {
  color: #f1f1f5;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.first_sec .first_title .center_title h1 {
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  font-size: 56px;
  font-weight: 700;
  line-height: 135%; /* 75.6px */
  letter-spacing: -1.4px;
  margin-bottom: 20px;
}
.first_sec .first_title .center_title span {
  color: #f1f1f5;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.5px;
}
p.page_down {
  background: url(../_img/common/icon_pageDown.svg) no-repeat center center / contain;
  width: 48px;
  height: 60px;
  position: absolute;
  bottom: 39px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounceUpDown 1.2s infinite ease-in-out;
}
.second_sec {
  background: url(../_img/common/second_sec_back.jpeg) no-repeat center center / cover;
}

.second_sec .container > h5,
.four_sec .container > h5 {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.4px;
}
.second_sec .container .item_cont,
.four_sec .container .item_cont {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.second_sec .container .item_cont .item {
  padding: 40px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  flex: 1 0 0;
  gap: 12px;
}

.second_sec .container .item_cont .item .txt_box h2 {
  margin-bottom: 32px;
  color: #2393af;
  font-size: 32px;
  font-weight: 600;
  /* line-height: 140%;  */
  letter-spacing: -0.8px;
}
.second_sec .container .item_cont .item .txt_box span {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%; /* 27px */
  letter-spacing: -0.5px;
}
.second_sec .container .item_cont .item .txt_box ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.second_sec .container .item_cont .item .txt_box ul li {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%; /* 20.25px */
  letter-spacing: -0.375px;
  text-indent: -7px;
  padding-left: 5px;
}
.second_sec .container .item_cont .item .txt_box ul li::before {
  content: "·";
  padding-right: 4px;
}

.second_sec .container .item_cont .item .bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.second_sec .container .item_cont .item .bottom_box .go_btn {
  background: url(../_img/common/icon_arrow_right_gray.svg) no-repeat center center / contain;

  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
}
.second_sec .container .item_cont .item .bottom_box .go_btn:hover {
  background: url(../_img/common/icon_arrow_right.svg) no-repeat center center / contain;
}
.second_sec .container .item_cont .item .bottom_box > img {
  width: 72px;
  height: 72px;
}

.third_sec {
  background: url(../_img/common/th_sec_back.png) no-repeat center center / cover;
}
.third_sec .container {
  display: flex;
  flex: 1 0 0;
}
.third_sec .container img {
  max-width: 720px;
  width: 100%;
  aspect-ratio: 720/547;
  border-radius: 24px;
  overflow: hidden;
}

.third_sec .container .txt_box {
  padding: 56px;
}

.third_sec .container .txt_box > h1 {
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%; /* 48.6px */
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}
.third_sec .container .txt_box > p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.4px;
  margin-bottom: 40px;
}
.third_sec .container .txt_box .th_ul li {
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.third_sec .container .txt_box .th_ul li .txt {
  display: flex;
  flex-direction: column;
}
.third_sec .container .txt_box .th_ul li::before {
  content: "";
  background: url(../_img/common/icon_check_deepgreen.svg) no-repeat center center / contain;
  width: 22px;
  height: 22px;
}
.third_sec .container .txt_box .th_ul li b {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: -0.5px;
}
.third_sec .container .txt_box .th_ul li span {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.4px;
}
.four_sec {
  background: url(../_img/common/4_sec_back.jpeg) no-repeat center center / cover;
}

.four_sec .container > h1,
.four_sec .container > h5 {
  color: #fff;
}
.four_sec .container .item_cont .item {
  padding: 40px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(10px);
  width: 100%;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.four_sec .container .item_cont .item .main_icon {
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
}
.four_sec .container .item_cont .item .main_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.four_sec .container .item_cont .item h2 {
  color: #111;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%; /* 27px */
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.four_sec .container .item_cont .item > img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.four_sec .container .item_cont .item b {
  color: #0e4d5d;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%; /* 27px */
  letter-spacing: -0.5px;
  height: 54px;
  display: flex;
  align-items: center;
}
.five_sec {
  background: url(../_img/common/5_sec_back.jpeg) no-repeat center center / cover;
}
.five_sec .container {
  text-align: center;
}

.five_sec .container .bubble {
  border-radius: 6px;
  background: linear-gradient(270deg, #3fbad9 0%, #0f8afe 100%);
  padding: 6px 8px;
  gap: 4px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
  position: relative;
  margin-bottom: 20px;
}
.five_sec .container .bubble::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M5 6C3.33333 6 0 0 0 0L10 0C10 0 6.66667 6 5 6Z' fill='%2328A3EC'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.five_sec .container > h1 {
  color: #111;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%; /* 48.6px */
  letter-spacing: -0.9px;
  margin-bottom: 24px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.five_sec .container > span {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.4px;
}
.five_sec .container .top_item_box,
.five_sec .container .bottom_item_box {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.five_sec .container .top_item_box .item {
  display: flex;
  padding: 32px 24px 40px 24px;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #2393af;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}
.five_sec .container .top_item_box .item > img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 auto;
}
.five_sec .container .top_item_box .item > h1 {
  color: #2393af;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
  text-align: left;
}
.five_sec .container .top_item_box .item .txt_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.five_sec .container .top_item_box .item .txt_box h2 {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
}
.five_sec .container .top_item_box .item .txt_box h2 b {
  color: #0f657b;
}
.five_sec .container .top_item_box .item .txt_box p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.4px;
}
.five_sec .container .bottom_item_box .item {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #fff;
  backdrop-filter: blur(10px);
}
.five_sec .container .bottom_item_box .item h1 {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%; /* 27px */
  letter-spacing: -0.5px;
}
.five_sec .container .bottom_item_box .item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.five_sec .container .bottom_item_box .item ul li {
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  line-height: 135%; /* 20.25px */
  letter-spacing: -0.375px;
  text-indent: -10px;
  padding-left: 5px;
  text-align: left;
}
.five_sec .container .bottom_item_box .item ul li::before {
  content: "·";
  margin-right: 4px;
}
.six_sec {
  background: url(../_img/common/6_sec_back.jpeg) no-repeat center center / cover;
}
.review_section {
  background: url(../_img/common/review_sec_back.png) no-repeat center center / cover;
}
.six_sec .container > h1 {
  margin-bottom: 40px;
  color: #111;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%; /* 48.6px */
  letter-spacing: -0.9px;
}
.six_sec,
.seven_sec {
  padding: 80px 0 0;
}
.six_sec .swiper-wrapper,
.seven_sec .swiper-wrapper {
  padding: 0 0 80px;
  width: 100%;
  box-sizing: border-box;
}

/* .six_sw_btns {
  position: absolute;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  top: 0;
} */
.six_sec_sw {
  width: 100%;
  padding: 0 24px;
}
.seven_sec_sw {
  padding: 0 20px;
}
.six_sec_sw .swiper-button-next:after,
.six_sec_sw .swiper-button-prev:after,
.seven_sec_sw .swiper-button-next:after,
.seven_sec_sw .swiper-button-prev:after,
.reservation_sw .swiper-button-next:after,
.reservation_sw .swiper-button-prev:after,
.review_sw .swiper-button-next:after,
.review_sw .swiper-button-prev:after,
.anti_sw .swiper-button-prev:after,
.anti_sw .swiper-button-next:after {
  display: none;
}
.six_sec_sw .swiper-button-next,
.seven_sec_sw .swiper-button-next,
.reservation_sw .swiper-button-next,
.review_sw .swiper-button-next,
.anti_sw .swiper-button-next {
  background: url(../_img/common/icon_sw_btn_B.svg) no-repeat center center / contain;
  width: 48px;
  height: 48px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  right: 0;
}
.six_sec_sw .swiper-button-prev,
.seven_sec_sw .swiper-button-prev,
.reservation_sw .swiper-button-prev,
.review_sw .swiper-button-prev,
.anti_sw .swiper-button-prev {
  background: url(../_img/common/icon_sw_btn_B.svg) no-repeat center center / contain;
  transform: rotate(180deg);
  width: 48px;
  height: 48px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  left: 0;
}
.review_section .container {
  max-width: 1528px;
  padding: 152px 20px;
}
.review_sw {
  padding: 0 24px;
}
.seven_sec .container {
  max-width: 1460px;
  padding: 100px 0;
}
.six_sec .container {
  max-width: 1440px;
  padding: 100px 0;
}
.six_sec .container .item_box .item {
  max-width: 686px;
  width: 100%;
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.06));
  display: flex;
  flex-direction: column;
  background: url(../_img/common/sub_text_box.png) no-repeat center center / contain;
  height: 100%;
  position: relative;
}
.seven_sec .container .item_box .item {
  max-width: 686px;
  width: 100%;
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.06));
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.six_sec .container .item_box .item button > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
  /* height: 305px; */
  aspect-ratio: 686/305;
}
.six_sec .container .item_box .item .txt_box {
  padding: 43px 32px;
  height: 253px;
  min-height: 253px;
  text-align: left;
}
.six_sec .container .item_box .item .txt_box h2 {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%; /* 27px */
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.six_sec .container .item_box .item .txt_box .center_ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 90%;
}
.six_sec .container .item_box .item .txt_box .center_ul li {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
  text-indent: -7px;
  padding-left: 5px;
}
.six_sec .container .item_box .item .txt_box .center_ul li::before {
  content: "·";
  padding-right: 4px;
}

.six_sec .container .item_box .item .go_btn,
.seven_sec .container .go_btn {
  position: absolute;
  bottom: 9px;
  right: 9px;
  background: url(../_img/common/icon_go_btn.svg) no-repeat center center / contain;
  width: 56px;
  height: 56px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 100%;
}
.six_sec .container .item_box .item:hover,
.seven_sec .container .item:hover {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.12));
}
.six_sec .container .item_box .item:hover .go_btn,
.seven_sec .container .item:hover .go_btn {
  background: url(../_img/common/icon_go_btn_hover.svg) no-repeat center center / contain;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.seven_sec {
  background: url(../_img/common/7_sec_back.png) no-repeat center center / cover;
}

.section_B .container .box > h4.blue {
  color: #2f81bb;
}
.section_B .container .box > h4 {
  color: #2393af;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%; /* 24.3px */
  letter-spacing: -0.45px;
  text-align: center;
}
.section_B .container .box > h1 {
  margin-top: 16px;
  margin-bottom: 40px;
  color: #111;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%; /* 48.6px */
  letter-spacing: -0.9px;
}
.section_B .container .box .item {
  border-radius: 16px;
  overflow: hidden;
}
.section_B .container .box .txt_box {
  display: flex;
  height: 403px;
}

.section_B .container .box .left {
  padding: 24px 20px;
  max-width: 294px;
  width: 100%;
  background: #fff;
}
.section_B .container .box .left h2 {
  color: #111;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%; /* 27px */
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.section_B .container .box .num_ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.section_B .container .box .left h2 {
  color: #111;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%; /* 27px */
  letter-spacing: -0.5px;
}
.section_B .container .box .num_ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.section_B .container .box .item .num_ul li .num {
  width: 22px;
  height: 22px;
  border-radius: 800px;
  flex-shrink: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 22px; /* 16px */
  letter-spacing: -0.4px;
}

.seven_sec .container .box .green_num .left .num_ul li .num {
  background: #2393af;
}
.section_B .container .box .left .num_ul li p {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.35px;
}
.section_B .container .box .center {
  max-width: 656px;
  width: 100%;
}
.section_B .container .box .img_box {
  display: flex;
  gap: 4px;
  background: #fff;
}
.section_B .container .box .img_box .before_img,
.section_B .container .box .img_box .after_img {
  max-width: 341px;
  width: 100%;
  position: relative;
  aspect-ratio: 341/305;
}
.section_B .container .box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_B .container .box .txt {
  padding: 20px 32px;
  background: #f7f7fb;
}

.section_B .container .box .badge {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.45px;
  border-radius: 800px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.section_B .container .box .badge.before {
  background: #999;
}
.seven_sec .container .box .badge.after.green {
  background: #176275;
}
.seven_sec .container .box .badge.after.blue {
  background: #2f81bb;
}
.seven_sec .container .item.green {
  background: url(../_img/common/green_txt_box.png) no-repeat center center / contain;
  width: 100%;
  height: 100%;
}
.seven_sec .container .item.blue {
  background: url(../_img/common/blue_txt_box.png) no-repeat center center / contain;
  width: 100%;
  height: 100%;
}
.section_B .container .box .right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 392px;
  width: 100%;
  padding: 24px;
}
.section_B .container .box .right .price_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section_B .container .box .right .price_tit h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%; /* 32.4px */
  letter-spacing: -0.6px;
}
.section_B .container .box .right .price_tit b {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%; /* 32.4px */
  letter-spacing: -0.6px;
}
.section_B .container .box .right .right_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.section_B .container .box .right .right_ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.45px;
  text-indent: -7px;
  padding-left: 5px;
}
.section_B .container .box .right .right_ul li::before {
  content: "·";
  padding-right: 4px;
}
.eight_sec .container .box .left .num_ul {
  gap: 12px;
}
.section_B .container .blue_num .num_ul li .num {
  background: #2f81bb;
}
.section_B .container .box .center .badge.after.blue {
  background: #2f81bb;
}
.nine_sec.green1 {
  background: #fffdef;
}
.nine_sec.blue {
  background: #f7ffef;
}
.nine_sec.green2 {
  background: #f4f8fe;
}
.nine_sec {
  /* background: url(../_img/common/9_sec_back.jpeg) no-repeat center center / cover; */
  position: relative;
}

.nine_sec::before {
  content: "";
  background: url(../_img/common/9_sec_title.svg) no-repeat center bottom / contain;
  position: absolute;
  bottom: 0;
  height: 100%;
  max-width: 1485px;
  width: 100%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}
.nine_sec .container {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 120px;
  flex-wrap: wrap;
  align-items: center;
}

.nine_sec .container .menu_tab {
  max-width: 445px;
  width: 100%;
}
.nine_sec .container .menu_tab > p {
  color: #2f81bb;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%; /* 24.3px */
  letter-spacing: -0.45px;
  margin-bottom: 16px;
}
.nine_sec .container .menu_tab > h1 {
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%; /* 48.6px */
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}
.nine_sec .container .menu_tab .check {
  display: grid;
  grid-template-columns: 186px 232px;
  gap: 16px;
  margin-bottom: 20px;
}
.nine_sec .container .menu_tab .check h3 {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nine_sec .container .menu_tab .check h3::before {
  content: "";
  background: url(../_img/common/icon_check.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: inline-block;
}
.nine_sec .container .menu_tab .btn {
  border-radius: 8px;
  border: 1px solid #e5e5ec;
  background: #fff;
  /* width: 160px; */
  padding: 0 37.5px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 40px;
}
.nine_sec .container .menu_tab .tabnav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nine_sec .container .menu_tab .tabnav li a p {
  width: 280px;
  border-radius: 800px;
  background: #f1f1f5;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nine_sec.tab_green .container .menu_tab .tabnav li a p::after {
  content: "";
  background: url(../_img/common/icon_arrow_right_bl.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.nine_sec.tab_green .container .menu_tab .tabnav li a.active p {
  background: #2393af;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.nine_sec.tab_green .container .menu_tab .tabnav li a.active p::after {
  background: url(../_img/common/icon_arrow_right_wh.svg) no-repeat center center / contain;
}
.nine_sec .container .tabcontent {
  max-width: 874px;
  width: 100%;
}
.nine_sec .container .tabcontent .wh_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nine_sec .container .tabcontent .wh_cont .wh_box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  width: 100%;
  border-radius: 16px;
  padding: 24px 32px;
  background: #fff;
}
.nine_sec .container .tabcontent .wh_cont .wh_box > h1,
.nine_sec .container .tabcontent .wh_cont .wh_box .title {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.nine_sec .container .tabcontent .wh_cont .wh_box > h1 b,
.nine_sec .container .tabcontent .wh_cont .wh_box .title b {
  padding-left: 8px;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.4px;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub {
  padding: 20px 16px;
  border-radius: 12px;
  background: #f7f7fb;
  backdrop-filter: blur(10px);
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .line_badge {
  border-radius: 800px;
  border: 1px dashed #bbb;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont {
  gap: 20px;
  display: flex;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box {
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 12px;
  background: #fff;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box p {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 800px;
  background: #2393af;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: center;
  line-height: 22px;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box h4 {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B {
  max-width: 380px;
  width: 100%;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_box_B .line_badge {
  /* margin-bottom: 8px; */
  margin-bottom: 0;
}

.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B .detail {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px;
  background: #fff;
  align-self: stretch;
  flex: 1;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B .detail .img_box {
  overflow: hidden;
  height: 146px;
  width: 100%;
  border-radius: 12px;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B .detail .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B .detail ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B .detail ul li {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B .detail ul li::before {
  content: "·";
  padding-right: 4px;
}
.nine_sec .container .tabcontent .tab3 .wh_box,
.nine_sec .container .tabcontent .tab4 .wh_box {
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.nine_sec .container .tabcontent .tab3 .wh_box {
  aspect-ratio: 874/626;
  background: #fff;
}
.nine_sec .container .tabcontent .tab3 .wh_box img {
  width: 100%;
  max-width: 874px;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 874/480;
}
.nine_sec .container .tabcontent .tab3 .wh_box .txt {
  padding: 32px 32px 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}
.nine_sec .container .tabcontent .tab3 .wh_box .txt.txt_3 {
  gap: 4px;
}
.nine_sec .container .tabcontent .tab3 .wh_box .txt h3 {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: -0.5px;
  text-align: center;
}
.nine_sec .container .tabcontent .tab3 .wh_box .txt h4 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: -0.5px;
  text-align: center;
}

.nine_sec .container .tabcontent .tab4 .wh_box {
  padding: 32px 32px 40px 32px;
  background: #fff;
}
.nine_sec .container .tabcontent .tab4 .wh_box > h1 {
  margin-bottom: 16px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.5px;
}
.nine_sec .container .tabcontent .tab4 .tbl_wrap {
  overflow-x: scroll;
}

.nine_sec .container .tabcontent .tab4 .tbl_wrap table {
  table-layout: fixed;
  min-width: 360px;
}
.nine_sec .container .tabcontent .tab4 .tbl_wrap::-webkit-scrollbar {
  height: 6px;
}
.nine_sec .container .tabcontent .tab4 .tbl_wrap::-webkit-scrollbar-thumb {
  height: 6px;
  background-color: #f1f1f5;
}
.nine_sec .container .tabcontent .tab4 .tbl_wrap::-webkit-scrollbar-track {
  width: 6px;
  background-color: transparent;
}
.nine_sec .container .tabcontent .tab4 table thead {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  background: #f1f1f5;
}
.nine_sec .container .tabcontent .tab4 table thead tr th,
.nine_sec .container .tabcontent .tab4 table tbody tr td {
  padding: 12px 20px;
}

.nine_sec .container .tabcontent .tab4 table thead tr th {
  text-align: left;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.nine_sec .container .tabcontent .tab4 table tbody tr td {
  background: #f7f7fb;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.nine_sec .container .tabcontent .tab4 table tbody tr td:first-child,
.nine_sec .container .tabcontent .tab4 table thead tr th:first-child {
  text-align: center;
}
.nine_sec .container .tabcontent .tab4 table tbody tr:nth-child(2n) td {
  background: #fff;
}
.nine_sec .container .tabcontent .tab4 table tbody tr td ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nine_sec .container .tabcontent .tab4 table tbody tr td ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nine_sec .container .tabcontent .tab4 table tbody tr td ol {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nine_sec .container .tabcontent .tab4 table tbody tr td ul li::before {
  content: "";
  background: url(../_img/common/icon_vector.svg) no-repeat center center / contain;
  width: 9px;
  height: 6px;
  display: inline-block;
}
.nine_sec .container .tabcontent .tab2 {
  z-index: 99;
}
.tab02_sw {
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  z-index: 20;
  width: 100%;
}
.tab02_sw .swiper-slide .img_box {
  width: 100%;
  max-width: 874px;
  aspect-ratio: 874/480;
}
.tab02_sw .swiper-slide .img_box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.tab02_sw .swiper-slide .txt {
  padding: 40px 32px 48px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}
.tab02_sw .swiper-slide .txt p {
  color: #2393af;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%; /* 21.6px */
  letter-spacing: -0.4px;
}
.tab02_sw .swiper-slide .txt h1 {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 135%; /* 37.8px */
  letter-spacing: -0.7px;
}
.tab02_sw .swiper-slide .txt span {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%; /* 21.6px */
  letter-spacing: -0.4px;
}
.tab02_sw .swiper-button-next,
.tab02_sw .swiper-button-prev {
  position: static;
  margin-top: 0;
  border-radius: 100%;
}
.tab02_sw {
  position: relative;
}
.tab02_sw_btns {
  position: absolute;
  bottom: 71px;
  right: 32px;
  display: flex;
  gap: 12px;
  background: #fff;
}
.tab02_sw_btns .swiper-button-next:after,
.tab02_sw_btns .swiper-button-prev:after {
  content: "";
}
.tab02_sw_btns .swiper-button-prev {
  background: url(../_img/common/icon_sw_btn.svg) no-repeat center center / contain;
  width: 56px;
  height: 56px;
}
.tab02_sw_btns .swiper-button-next {
  background: url(../_img/common/icon_sw_btn.svg) no-repeat center center / contain;
  transform: rotate(180deg);
  width: 56px;
  height: 56px;
}
.tab02_sw_btns .swiper-button-prev:hover,
.tab02_sw_btns .swiper-button-next:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.nine_sec.tab_blue .container .menu_tab .tabnav li a p {
  display: flex;
  gap: 8px;
  justify-content: start;
}
.nine_sec.tab_blue .container .menu_tab .tabnav li a p::before {
  content: "";
  background: url(../_img/common/icon_arrow_right_bl.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  transform: rotate(180deg);
}
.nine_sec.tab_blue .container .menu_tab .tabnav li a.active p::before {
  background: url(../_img/common/icon_arrow_right_wh.svg) no-repeat center center / contain;
  transform: rotate(180deg);
}
.nine_sec.tab_blue .container .menu_tab .tabnav li a.active p {
  background: #2f81bb;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.nine_sec.tab_blue .container .menu_tab .check h3::before {
  background: url(../_img/common/icon_vector_blue.svg) no-repeat center center / contain;
}
.nine_sec.tab_blue .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box p {
  background: #2f81bb;
}
.ten_sec {
  background: url(../_img/common/10_sec_back.jpeg) no-repeat center center / cover;
}
.ten_sec .container > h1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%; /* 48.6px */
  letter-spacing: -0.9px;
  background: linear-gradient(90deg, #2f170c 0%, #2f170c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ten_sec .container > p {
  color: #50413b;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.ten_sec .container .line_wh_box {
  padding: 20px;
  display: flex;
  gap: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.ten_sec .container .line_wh_box .item {
  padding: 24px 24px 28px 24px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #f6f3f2;
  backdrop-filter: blur(10px);
}
.ten_sec .container .line_wh_box .item p {
  border-radius: 800px;
  background: #ad775f;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.ten_sec .container .line_wh_box .item h1 {
  background: linear-gradient(90deg, rgba(125, 78, 57, 1) 0%, rgba(17, 17, 17, 1) 100%), linear-gradient(to left, #111111, #111111);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}
.ten_sec .container .line_wh_box .item h3 {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.4px;
}

.ten_sec .container .sw_wh_box {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.ten_sec .container .sw_wh_box > .sw_inner {
  max-width: 715px;
  width: 100%;
  padding: 20px 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.ten_sec .container .sw_wh_box .swiper {
  max-width: 675px;
  width: 100%;
}

.ten_sec .container .sw_wh_box .sw_inner .line_badge {
  border-radius: 800px;
  border: 1px dashed #bbb;
  background: #fff;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #111;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0 20px 10px;
}

.ten_sec .container .sw_wh_box .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 16px;
}
.ten_sec .container .sw_wh_box .swiper .swiper-slide .img_box {
  max-width: 675px;
  width: 100%;
  aspect-ratio: 675/240;
}
.ten_sec .container .sw_wh_box .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ten_sec .swiper-horizontal > .swiper-pagination-bullets,
.ten_sec .swiper-pagination-bullets.swiper-pagination-horizontal,
.ten_sec .swiper-pagination-custom,
.ten_sec .swiper-pagination-fraction {
  bottom: 10px;
  top: auto;
}
.ten_sec .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
  height: 10px;
  width: 10px;
}
.ten_sec .swiper-pagination-bullet-active {
  opacity: 1;
}
.ten_sec .swiper-button-next,
.ten_sec .swiper-button-prev {
  position: static;
  margin-top: 0;
  border-radius: 100%;
}
.ten_sec .wh_sw_btns {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ten_sec .swiper-button-prev {
  background: url(../_img/common/icon_sw_btn.svg) no-repeat center center / contain;
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.ten_sec .swiper-button-next {
  background: url(../_img/common/icon_sw_btn.svg) no-repeat center center / contain;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  transform: rotate(180deg);
}
.ten_sec .swiper-button-prev:hover,
.ten_sec .swiper-button-next:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.ten_sec .swiper-button-prev:after,
.ten_sec .swiper-button-next:after {
  display: none;
}

.eleven_sec,
.reservation_ok_sec {
  background: url(../_img/common/11_sec_back.jpeg) no-repeat center center / cover;
}

.reservation_ok_sec .container {
  max-width: 1040px;
  width: 100%;
}
.reservation_ok_sec .container .wh_item {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
}
.reservation_ok_sec .container .wh_item h1 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  color: #111;
}
.reservation_ok_sec .container .wh_item h2 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  color: #767676;
  border-bottom: 1px solid #e5e5ec;
}
.reservation_ok_sec .container .wh_item h3 {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.45px;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5ec;
}
.reservation_ok_sec .container .wh_item h4 {
  margin-bottom: 12px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
  margin-top: 16px;
}
.reservation_ok_sec .container .wh_item .caution_ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5ec;
}
.reservation_ok_sec .container .wh_item .caution_ul li {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.reservation_ok_sec .container .wh_item .btns {
  display: flex;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5ec;
}
.reservation_ok_sec .container .wh_item .btns .btn {
  height: 48px;
  line-height: 48px;
  width: 201px;
  border-radius: 8px;
  border: 1px solid #e5e5ec;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
}
.reservation_ok_sec .container .wh_item .card_qna_ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.reservation_ok_sec .container .wh_item .card_qna_ul li {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.reservation_ok_sec .container .wh_item .card_qna_ul li a {
  width: 48px;
  height: 48px;
}
.reservation_ok_sec .container .wh_item .card_qna_ul li .chat_box {
  display: flex;
  align-items: center;
  gap: 8px;
}
a.kakao {
  background: url(../_img/common/icon_kakao_B.svg) no-repeat center center / contain;
}
a.zalo {
  background: url(../_img/common/icon_zalo.svg) no-repeat center center / contain;
}
a.whatsapp {
  background: url(../_img/common/icon_whatsapp.svg) no-repeat center center / contain;
}
a.message {
  background: url(../_img/common/icon_massage.svg) no-repeat center center / contain;
}
a.line {
  background: url(../_img/common/icon_line.svg) no-repeat center center / contain;
}
a.wechat {
  background: url(../_img/common/icon_wechat.svg) no-repeat center center / contain;
}
.reservation_ok_sec .container .wh_item .gray_box {
  border-radius: 8px;
  background: #f7f8fb;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: fit-content(100%) fit-content(100%);
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
}

.reservation_ok_sec .container .wh_item .gray_box .item {
  display: flex;
  gap: 10px;
}
.reservation_ok_sec .container .wh_item .gray_box span {
  width: 102px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.reservation_ok_sec .container .wh_item .gray_box p {
  width: 200px;
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.eleven_sec.B .container {
  max-width: 1530px;
  /* padding-top: 101px;
  height: calc(100dvh + 101px); */
}
.eleven_sec .container {
  max-width: 1040px;
  width: 100%;
}
.reservation_sw {
  padding: 0 20px;
}
.reservation_sw .seven_sec .swiper-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.eleven_sec .container .box,
.reservation_ok_sec .box {
  border-radius: 16px;
  background: #a4b0b3;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.eleven_sec .container .box.flex {
  gap: 20px;
}
.eleven_sec .container .box .item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 470px;
  width: 100%;
}

.eleven_sec .container .box .item .img_box {
  max-width: 470px;
  width: 100%;
  aspect-ratio: 470/280;
}
.eleven_sec .container .box .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eleven_sec .container .box .item .text_box {
  padding: 20px 32px 40px;
  height: 405px;
}
.eleven_sec .container .box .item .text_box h2 {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%; /* 32.4px */
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}
.eleven_sec .container .box .item .text_box ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.eleven_sec .container .box .item .text_box ul li {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.eleven_sec .container .box .item .text_box ul li::before {
  content: "";
  background: url(../_img/common/icon_gray_check.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}

.eleven_sec .container .box .column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 0;
}

.eleven_sec .container .box .column .item {
  flex: none;
}

.eleven_sec .container .box .item .text_box a {
  margin-top: 20px;
}
.eleven_sec .sb_txt {
  color: rgba(255, 255, 255, 0.8);
}
.eleven_sec.two .container .box .item {
  padding: 32px;
  background: rgba(255, 255, 255, 0.9);
  overflow: visible;
}

.eleven_sec.two .container .box .item.one_item {
  height: 685px;
  overflow: auto;
}
.eleven_sec.two .item.total .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 16px;
  margin-bottom: 8px;
  background: #fff;
}
.eleven_sec.two .item .price h2 {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%; /* 21.6px */
  letter-spacing: -0.4px;
}
.eleven_sec.two .item .price h1 {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%; /* 24.3px */
  letter-spacing: -0.45px;
}
.eleven_sec.two .item.result {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 495px;
  overflow-y: auto !important;
}
.eleven_sec.two .container .box .item::-webkit-scrollbar {
  width: 6px;
}
.eleven_sec.two .container .box .item::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #d2d2da;
}
.eleven_sec.two .container .box .item::-webkit-scrollbar-track {
  width: 6px;
  background-color: transparent;
  margin: 12px 0;
}
.eleven_sec.two .item.result > span {
  padding: 12px 16px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%; /* 18.9px */
  letter-spacing: -0.35px;
  /* display: inline-block; */
  width: 100%;
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
  width: 100%;
}
.eleven_sec.two .item.result > span.wrap {
  flex-direction: column;
  align-items: start;
}
.eleven_sec.two .item.result > span.wrap > div {
  width: 100%;
}
.eleven_sec.two .item.result > span.wrap .sub-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.eleven_sec.two .item.result #r_2,
.eleven_sec.two .item.result #r_6 {
  display: inline-block;
}
.eleven_sec.two .item.result #r_2 .sub-item,
.eleven_sec.two .item.result #r_6 .sub-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eleven_sec.two .item > h1 {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%; /* 21.6px */
  letter-spacing: -0.4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5ec;
}
.select_box {
  margin-top: 10px;
}

.select_box > span {
  color: #505050;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;
  margin-bottom: 8px;
  display: inline-flex;
  gap: 2px;
  align-items: center;
  text-transform: capitalize;
  width: 100%;
}
.tooltip__wrap {
  position: relative;
  width: 16px;
  height: 16px;
}
.btn-tooltip {
  flex-shrink: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/_img/common/icon_tooltip.svg) no-repeat center center/contain;
}
.tooltip__box {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 179px;
  border-radius: 2px;
  background-color: #fff;
  border: 0.667px solid #efefef;
  z-index: 10;
  box-shadow: 0px 0px 0.667px 0px rgba(0, 0, 0, 0.08), 0px 1.333px 4px 0px rgba(0, 0, 0, 0.05);
}
.tooltip__box .inner {
  position: relative;
  padding: 8px;
  width: 179px;
}
.tooltip__box .inner::before {
  content: "";
  background: url(../_img/common/icon_tooltip_tail.svg) no-repeat center center / contain;
  position: absolute;
  top: -3px;
  left: 0;
  height: 3.333px;
  width: 26.667px;
}
.tooltip__box span {
  color: #111;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 12.133px */
  letter-spacing: -0.217px;
}

.tooltip__box .inner {
  display: flex;
}

.tooltip__box.on {
  display: block;
}
/* tooltip blue */

.tooltip__wrap.blue {
  position: relative;
  width: 20px;
  height: 20px;
}
.tooltip__wrap.blue .btn-tooltip {
  flex-shrink: 0;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url(/_img/common/icon_tooltip_blue.svg) no-repeat center center/contain;
}
.tooltip__wrap.blue .tooltip__box {
  left: 0;
  top: 200%;
  width: 200px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #efefef;
  z-index: 10;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
}
.tooltip__wrap.blue .tooltip__box .inner {
  position: relative;
  padding: 12px;
  width: 200px;
  text-align: left;
}
.tooltip__wrap.blue .tooltip__box .inner::before {
  content: "";
  background: url(../_img/common/icon_tooltip_tail.svg) no-repeat center center / contain;
  position: absolute;
  top: -6px;
  left: 0;
  height: 7px;
  width: 40px;
}
.tooltip__wrap.blue .tooltip__box span {
  color: #111;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;
}

.eleven_sec.two.reservation_checkup .container .box .h_long.item {
  overflow-y: scroll;
  height: 685px;
}
.eleven_sec.two.reservation_checkup .container .box .h_long.item::-webkit-scrollbar {
  width: 6px;
}
.eleven_sec.two.reservation_checkup .container .box .h_long.item::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #d2d2da;
}
.eleven_sec.two.reservation_checkup .container .box .h_long.item::-webkit-scrollbar-track {
  width: 6px;
  background-color: transparent;
  margin: 32.5px 0;
}
.date-picker-box {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  height: 48px;
  border-radius: 8px;
  justify-content: center;
  position: relative;
}
.date-picker-box input {
  width: 99px;
  max-width: 99px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
  border: none;
  padding: 0;
  cursor: pointer;
}
.date-picker-box input#startDate {
  text-align: right;
}
.date-picker-box input::placeholder {
  color: #111;
}

.ui-widget.ui-widget-content {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  width: fit-content;
  padding: 20px;
  /* left: 37% !important;
  transform: translateX(-50%); */
  z-index: 100 !important;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #fff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 18px;
  height: 18px;
  top: 5px !important;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: #fff !important;
  border: none;
  width: 18px;
  height: 18px;
}
.ui-widget-header .ui-icon {
  background: url(../_img/common/icon_arrow_date-picker.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
}
.ui-datepicker .ui-datepicker-next {
  transform: rotate(180deg);
}
.ui-datepicker th {
  font-size: 13px;
  padding: 12px 14px;
}
.ui-datepicker th:last-child,
.ui-datepicker th:first-child,
.ui-datepicker td:last-child a,
.ui-datepicker td:first-child a {
  color: #2f81bb;
}
.ui-datepicker td {
  padding: 12px 14.4px 34px;
  /* padding: 12px 14.4px; */
  vertical-align: top;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  background-color: #fff;

  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-radius: 800px;
  background: #2f81bb !important;
  border: none;
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border-radius: 800px;
  background: #2f81bb !important;
  border: none;
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 25px;
  height: 25px;
}
/* 달력 날짜 셀 아래에 예약마감 텍스트 표시 */
.ui-datepicker .ui-state-disabled.reserved {
  position: relative;
  opacity: 1;
}

.ui-datepicker .ui-state-disabled.reserved span {
  color: #999;
}
.ui-datepicker .ui-state-disabled.reserved::after {
  content: "예약마감";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  font-weight: 500;
}

.twelve_sec {
  background: #f7f7fb;
}
.tit_bl {
  color: #111;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%; /* 48.6px */
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}
.tit_wh {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%; /* 48.6px */
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}
.radio_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.sidebar__question {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar__question li {
  border-radius: 16px;
  border: 1px solid #f1f1f5;
  background: #fff;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.06);
  padding: 16px 28px;
}
.sidebar__question .btn-lnb-question {
  width: 100%;
}
.sidebar__question .btn-lnb-question p {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.sidebar__question .btn-lnb-question p::after {
  content: "";
  background: url(../_img/common/icon_plus_btn.svg) no-repeat center center / contain;
  width: 52px;
  height: 52px;
  display: inline-block;
}
.sidebar__question .btn-lnb-question.active p::after {
  background: url(../_img/common/icon_plus_btn_on.svg) no-repeat center center / contain;
}
.sidebar__question .lnb__list_question {
  border-radius: 8px;
  border: 1px solid #f1f1f3;
  background: #f7f7fb;
  padding: 16px 28px;
  margin-top: 10px;
}
.sidebar__question .lnb__list_question p {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.45px;
}
.pagination,
.pagination .nums {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.pagination li a {
  width: 48px;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #e5e5ec;
  background: #fff;
  font-size: 18px;
  color: #767676;
  font-weight: 400;
}

.pagination li.num.select a {
  border: 1px dashed #fff;
  background: #2393af;
  font-weight: 700;

  color: #fff;
}
.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li.prev a p {
  background: url(../_img/common/icon_arrow_left.svg) no-repeat center center / contain;
  width: 21px;
  height: 21px;
}
.pagination li.next a p {
  background: url(../_img/common/icon_arrow_left.svg) no-repeat center center / contain;
  transform: rotate(180deg);
  width: 21px;
  height: 21px;
}
.review_section .container > h1 {
  color: #111;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%; /* 48.6px */
  letter-spacing: -0.9px;
  margin-bottom: 40px;
}
.review_sw ul li .img_box {
  aspect-ratio: 345/460;
  max-width: 345px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.review_sw ul li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

.review_sw ul li .img_box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.review_sw .item {
  aspect-ratio: 345/460;
  max-width: 345px;
  border-radius: 16px;
  overflow: hidden;
}
.review_sw ul li .text {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  left: 20px;
  bottom: 32px;
  z-index: 1;
}
/* Pad & Mobile */
@media screen and (max-width: 1200px) {
  .seven_sec .container .box .right.green_banner,
  .section_B .container .box .right.blue_banner,
  .section_B .container .box .left,
  .section_B .container .box .center,
  .section_B .container .box .center .img_box .before_img,
  .section_B .container .box .center .img_box .after_img {
    max-width: 100%;
  }
  .section_B .container .box {
    flex-wrap: wrap;
  }
  .five_sec .container .top_item_box,
  .five_sec .container .bottom_item_box {
    flex-wrap: wrap;
  }
  .third_sec .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* Pad */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ten_sec .container .line_wh_box {
    flex-direction: column;
  }
  .ten_sec .container .sw_wh_box > .sw_inner {
    margin: 0 auto;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  .first_sec {
    background: url(../_img/common/first_sec_back_mo.jpeg) no-repeat center center / cover;
    min-height: calc(100dvh - 56px);
  }
  .first_sec > h3 {
    display: none;
  }
  .first_sec .first_title .center_title p {
    margin-bottom: 10px;
    font: 14px;
    text-align: center;
    opacity: 0.8;
  }
  .first_sec .first_title .center_title h1 {
    font-size: 24px;
    text-align: center;
  }
  .first_sec .first_title .center_title span {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .tit_bl {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .second_sec .container > h5,
  .four_sec .container > h5 {
    font-size: 14px;
  }
  .second_sec .container .item_cont,
  .four_sec .container .item_cont {
    margin-top: 20px;
    gap: 12px;
  }
  .second_sec .container .item_cont .item {
    padding: 20px;
    min-width: 100%;
  }
  .second_sec .container .item_cont .item .txt_box h2 {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .second_sec .container .item_cont .item .txt_box span {
    font-size: 16px;
  }
  .second_sec .container .item_cont .item .txt_box ul {
    margin-top: 12px;
    gap: 8px;
  }

  .second_sec .container .item_cont .item .bottom_box > img {
    width: 56px;
    height: 56px;
  }
  .third_sec .container {
    padding: 56px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .third_sec .container .txt_box {
    padding: 0;
  }
  .third_sec .container .txt_box > h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .third_sec .container .txt_box > p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .third_sec .container .txt_box .th_ul li {
    flex-direction: column;
    gap: 4px;
    align-items: start;
  }
  .third_sec .container .txt_box .th_ul li b {
    font-size: 16px;
  }
  .third_sec .container .txt_box .th_ul li span {
    font-size: 13px;
  }
  .third_sec .container .txt_box .th_ul li {
    padding-bottom: 0;
  }
  .four_sec .container {
    padding: 56px 20px;
  }
  .four_sec .container .item_cont {
    flex-direction: column;
  }
  .four_sec .container .item_cont .item {
    padding: 12px;
  }
  .four_sec .container .item_cont .item .main_icon {
    margin-bottom: 10px;
    width: 64px;
    height: 64px;
  }
  .four_sec .container .item_cont .item h2 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .four_sec .container .item_cont .item > img {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
  }
  .four_sec .container .item_cont .item b {
    height: fit-content;
    font-size: 14px;
    line-height: 150%;
  }
  .five_sec .container {
    padding: 40px 20px;
  }
  .five_sec .container .bubble {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .five_sec .container > h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tooltip__wrap.blue,
  .tooltip__wrap.blue .btn-tooltip {
    width: 24px;
    height: 24px;
  }
  .tooltip__wrap.blue .tooltip__box {
    left: auto;
    right: -8px;
    top: 150%;
  }
  .tooltip__wrap.blue .tooltip__box .inner::before {
    left: auto;
    right: 0;
  }
  .five_sec .container > span {
    font-size: 14px;
  }
  .five_sec .container .top_item_box,
  .five_sec .container .bottom_item_box {
    flex-direction: column;
    gap: 12px;
  }
  .five_sec .container .top_item_box .item {
    padding: 16px;
    gap: 16px;
  }
  .five_sec .container .top_item_box .item > h1 {
    text-align: center;
    font-size: 20px;
    width: 100%;
  }
  .five_sec .container .top_item_box .item > img {
    width: 40px;
    height: 40px;
  }
  .five_sec .container .top_item_box .item .txt_box {
    gap: 4px;
  }
  .five_sec .container .top_item_box .item .txt_box h2,
  .five_sec .container .bottom_item_box .item h1 {
    font-size: 16px;
  }
  .five_sec .container .top_item_box .item .txt_box p,
  .five_sec .container .bottom_item_box .item ul li,
  .six_sec .container .item_box .item .txt_box .center_ul li {
    font-size: 13px;
  }

  .five_sec .container .bottom_item_box {
    margin-top: 12px;
  }
  .five_sec .container .bottom_item_box .item {
    padding: 20px;
    gap: 12px;
  }
  .five_sec .container .bottom_item_box .item ul {
    gap: 6px;
  }
  .six_sec .contianer,
  .ten_sec .container,
  .eleven_sec .container,
  .twelve_sec .container,
  .nine_sec .container {
    padding: 56px 20px;
    height: 100%;
  }
  .six_sec_sw,
  .seven_sec_sw {
    padding: 0 20px;
  }
  .seven_sec .container {
    height: 100%;
    padding: 56px 0;
  }
  .six_sec .container .item_box .item {
    width: 280px;
  }
  .six_sec .container .item_box .item .txt_box {
    min-height: fit-content;
    height: fit-content;
    padding: 16px;
    flex-shrink: 0;
    height: 162px;
  }
  .six_sec .container .item_box .item .txt_box .center_ul {
    gap: 8px;
    max-width: 100%;
  }
  .six_sec .container .item_box .item .txt_box h2 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .six_sec .container .item_box .item a > img {
    height: 172px;
    flex-shrink: 0;
  }

  .six_sec .container .item_box .item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
  }
  .six_sec .container .item_box .item .go_btn {
    top: 130px;
    width: 30px;
    height: 30px;
  }
  .seven_sec .container .go_btn {
    /* display: none; */
    width: 35px;
    height: 35px;
  }
  .section_B .container > h4,
  .section_B .container .box .left .num_ul li p {
    font-size: 14px;
  }
  .section_B .container > h1 {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .section_B .container .box {
    flex-direction: column;
  }
  .section_B .container .box .left {
    padding: 20px;
  }
  .section_B .container .box .left h2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .section_B .container .box .left .num_ul {
    gap: 20px;
  }
  .eight_sec.section_B .container .left .num_ul {
    gap: 12px;
  }
  .section_B .container .box .img_box {
    gap: 2px;
  }
  .section_B .container .box .badge {
    bottom: 12px;
    left: 12px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .section_B .container .box .txt_box {
    flex-direction: column;
    height: 100%;
  }
  .section_B .container .box .left {
    height: 400px;
  }
  .section_B .container .box .right {
    padding: 40px 20px;
  }
  .section_B .container .box .right .price_tit {
    margin-bottom: 12px;
  }
  .section_B .container .box .right .price_tit h1 {
    font-size: 20px;
  }
  .section_B .container .box .right .right_ul {
    gap: 8px;
  }
  .section_B .container .box .right .right_ul li {
    font-size: 13px;
  }
  .seven_sec .container .item.blue {
    background: #fff;
  }
  .seven_sec .container .item .right {
    width: 100%;
    max-width: 100%;
  }
  .seven_sec .container .item.blue .right {
    background: linear-gradient(157deg, #2393af -0.07%, #3e6ac9 99.93%);
  }
  .seven_sec .container .item.green {
    background: #fff;
  }
  .seven_sec .container .item.green .right {
    background: linear-gradient(157deg, #176275 -0.07%, #27788d 99.93%);
  }
  .section_B .container .box > h4 {
    font-size: 14px;
  }
  .section_B .container .box > h1 {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .section_B .container .box .img_box .before_img,
  .section_B .container .box .img_box .after_img {
    aspect-ratio: 139/200;
    max-width: 100%;
  }
  .ten_sec .container > h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .ten_sec .container > p {
    font-size: 14px;
  }
  .ten_sec .container .line_wh_box {
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }
  .ten_sec .container .line_wh_box .item {
    padding: 8px;
  }
  .ten_sec .container .line_wh_box .item p {
    margin-bottom: 8px;
  }
  .ten_sec .container .line_wh_box .item h1 {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .ten_sec .container .line_wh_box .item h3 {
    font-size: 13px;
  }
  .ten_sec .container .sw_wh_box {
    margin-top: 20px;
    gap: 20px;
  }
  .ten_sec .container .sw_wh_box > .sw_inner {
    padding: 12px 0;
  }
  .ten_sec .container .sw_wh_box .sw_inner .line_badge {
    margin: 0 16px 8px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
  }
  .ten_sec .container .sw_wh_box .swiper {
    max-width: calc(100% - 32px);
  }
  .ten_sec .container .sw_wh_box .swiper .swiper-slide .img_box {
    max-width: 100%;
    aspect-ratio: 288/160;
  }
  .ten_sec .wh_sw_btns {
    margin-top: 8px;
  }
  .ten_sec .swiper-button-prev,
  .ten_sec .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .tit_wh {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .eleven_sec .container .box {
    padding: 12px;
    gap: 12px;
    flex-direction: column;
  }
  .eleven_sec .container .box .item {
    height: 100%;
    /* height: fit-content; */
  }
  .eleven_sec .container .box .item .img_box {
    aspect-ratio: 296/176;
    width: 100%;
  }
  .eleven_sec .container .box .item .text_box,
  .eleven_sec.two .container .box .item {
    padding: 12px;
    height: fit-content;
    width: 100%;
  }
  .eleven_sec .container .box .column {
    width: 100%;
  }
  .eleven_sec .container .box .item .text_box h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .eleven_sec .container .box .item .text_box ul {
    gap: 8px;
  }
  .eleven_sec .container .box .item .text_box ul li {
    font-size: 14px;
  }
  .eleven_sec .container .box .item .text_box ul li::before {
    width: 20px;
    height: 20px;
  }
  .eleven_sec .container .box .item .text_box a {
    margin-top: 12px;
    height: 44px;

    line-height: 44px;
    font-size: 14px;
  }
  .eleven_sec .sb_txt {
    margin-top: 12px;
    font-size: 12px;
  }
  .eleven_sec.two .item > h1 {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .tooltip__box span {
    font-size: 8.6px;
  }
  .tooltip__box,
  .tooltip__box .inner {
    width: 134px;
  }
  .eleven_sec.two .container .box .column .item:first-child {
    overflow-y: auto;
    height: 260px;
  }
  .eleven_sec.two .item.result span {
    padding: 8px;
  }

  .eleven_sec.two .item.total .price {
    padding: 8px;
  }
  .eleven_sec.two .container .box .column .item .btn-big {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .date-picker-box {
    height: 44px;
    line-height: 44px;
  }
  .eleven_sec.two .item > h1.mt20 {
    margin-top: 12px;
  }
  .select_box {
    margin-top: 8px;
  }
  .twelve_sec .tit_bl {
    margin-bottom: 20px;
  }
  .radio_btns {
    gap: 4px;
  }
  .radio-A input[type="radio"] + em {
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .sidebar__question {
    gap: 8px;
  }
  .sidebar__question li {
    padding: 12px;
  }
  .sidebar__question .btn-lnb-question p {
    font-size: 14px;
  }
  .sidebar__question .btn-lnb-question p::after {
    width: 40px;
    height: 40px;
  }
  .sidebar__question .lnb__list_question {
    padding: 10px;
  }
  .sidebar__question .lnb__list_question p {
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .pagination {
    justify-content: space-between;
  }
  .pagination li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .pagination li.next a p {
    width: 16px;
    height: 16px;
  }
  .twelve_sec {
    min-height: fit-content;
  }
  .nine_sec .container {
    flex-direction: column;
    height: 100%;
    gap: 20px;
  }
  .nine_sec .container .menu_tab .check {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }
  .nine_sec .container .menu_tab > p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .nine_sec .container .menu_tab > h1 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .nine_sec .container .menu_tab .check h3 {
    font-size: 14px;
  }
  .nine_sec .container .menu_tab .check h3::before {
    width: 20px;
    height: 20px;
  }
  .nine_sec .container .menu_tab .btn {
    /* width: 120px; */
    padding: 0 23px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .nine_sec .container .menu_tab .tabnav {
    flex-direction: unset;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nine_sec .container .menu_tab .tabnav > li {
    flex-shrink: 0;
  }
  .nine_sec .container .menu_tab,
  .nine_sec .container .menu_tab .tabnav {
    width: 100%;
  }
  .nine_sec .container .menu_tab .tabnav li a {
    width: 100%;
  }
  .nine_sec .container .menu_tab .tabnav li a p {
    width: fit-content;
    display: inline-flex;
    font-size: 14px;
    padding: 0 12px 0 24px;
    flex-shrink: 0;
    gap: 8px;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box {
    padding: 12px 16px;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box > h1,
  .nine_sec .container .tabcontent .wh_cont .wh_box .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box .sub {
    padding: 8px;
  }

  .nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box {
    padding: 8px;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box h4 {
    height: auto;
    font-size: 13px;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box > h1 b,
  .nine_sec .container .tabcontent .wh_cont .wh_box .title b {
    padding-left: 4px;
    font-size: 12px;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B .detail {
    padding: 16px;
    gap: 10px;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B .detail ul {
    gap: 4px;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont .sub_box_B .detail ul li {
    font-size: 13px;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box .sub .sub_cont {
    gap: 8px;
    flex-direction: column;
  }
  .nine_sec .container .tabcontent .wh_cont .wh_box .sub .line_badge {
    font-size: 14px;
    height: 31px;
    line-height: 31px;
  }
  .tab02_sw .swiper-slide .txt {
    padding: 16px;
    gap: 4px;
  }
  .tab02_sw_btns {
    position: static;
    padding: 0 16px 16px;
  }
  .tab02_sw .swiper-slide .txt p {
    font-size: 12px;
  }
  .tab02_sw .swiper-slide .txt h1 {
    font-size: 16px;
  }
  .tab02_sw .swiper-slide .txt span {
    font-size: 13px;
  }
  .tab02_sw_btns .swiper-button-next,
  .tab02_sw_btns .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .nine_sec .container .tabcontent .tab3 .wh_box {
    aspect-ratio: 320 / 254;
  }
  .nine_sec .container .tabcontent .tab3 .wh_box .txt {
    padding: 16px;
    gap: 4px;
  }
  .nine_sec .container .tabcontent .tab3 .wh_box .txt h3 {
    font-size: 13px;
  }

  .nine_sec .container .tabcontent .tab3 .wh_box .txt h4 {
    font-size: 11px;
  }
  .nine_sec .container .tabcontent .tab4 table thead tr th,
  .nine_sec .container .tabcontent .tab4 table tbody tr td {
    font-size: 11px;
  }
  .nine_sec .container .tabcontent .tab4 table thead tr th,
  .nine_sec .container .tabcontent .tab4 table tbody tr td {
    padding: 8px;
  }
  .nine_sec .container .tabcontent .tab4 .wh_box > h1,
  .nine_sec .container .tabcontent .wh_cont .wh_box .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .nine_sec .container .tabcontent .tab4 .wh_box {
    padding: 12px 16px;
  }
  .nine_sec.tab_blue .container .tabcontent {
    order: 2;
  }
  .nine_sec.tab_blue .container .menu_tab .tabnav li a p::before {
    display: none;
  }
  .nine_sec.tab_blue .container .menu_tab .tabnav li a p {
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  .nine_sec.tab_blue .container .menu_tab .tabnav li a p::after {
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background: url(../_img/common/icon_arrow_right_bl.svg) no-repeat center center / contain;
  }
  .nine_sec.tab_blue .container .menu_tab .tabnav li a.active p::after {
    background: url(../_img/common/icon_arrow_right_wh.svg) no-repeat center center / contain;
  }
  .six_sec .container > h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .six_sec .container {
    padding: 32px 0;
  }
  .six_sec .six_sec_sw .swiper-wrapper {
    padding: 0;
    gap: 12px;
    justify-content: start;
  }

  .six_sec .swiper-wrapper .swiper-slide a {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  }
  .eleven_sec.two .container .box .item.one_item,
  .eleven_sec.two.reservation_checkup .container .box .h_long.item {
    height: fit-content;
  }
  /* background~ */
  .second_sec {
    background: linear-gradient(0deg, #ecf2f4 0%, #ecf2f4 100%), #fff;
  }
  .four_sec {
    background: url(../_img/common/4_sec_back_mo.jpeg) no-repeat center center / cover;
  }
  .six_sec {
    background: #fff;
    min-height: auto;
  }
  .five_sec {
    background: linear-gradient(0deg, #ecf2f4 0%, #ecf2f4 100%), #fff;
  }
  .seven_sec {
    background: url(../_img/common/7_sec_back_mo.jpeg) no-repeat center center / cover;
  }
  .eight_sec {
    background: url(../_img/common/8_sec_back_mo.jpeg) no-repeat center center / cover;
  }
  .ten_sec {
    background: url(../_img/common/10_sec_back_mo.jpeg) no-repeat center center / cover;
  }
  .eleven_sec,
  .reservation_ok_sec {
    background: url(../_img/common/11_sec_back_mo.jpeg) no-repeat center center / cover;
  }
  .six_sec_sw .swiper-button-next,
  .six_sec_sw .swiper-button-prev,
  .seven_sec_sw .swiper-button-next,
  .seven_sec_sw .swiper-button-prev,
  .reservation_sw .swiper-button-next,
  .reservation_sw .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .six_sec_sw .swiper-button-next,
  .seven_sec_sw .swiper-button-next,
  .reservation_sw .swiper-button-next {
    right: 10px;
  }
  .six_sec_sw .swiper-button-prev,
  .seven_sec_sw .swiper-button-prev,
  .reservation_sw .swiper-button-prev {
    left: 10px;
  }

  .reservation_sw .swiper-button-next,
  .reservation_sw .swiper-button-prev {
    top: 40%;
  }
  .six_sec,
  .seven_sec {
    padding: 0;
  }
  .review_section .container > h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .review_sw {
    padding: 0 20px;
  }
  .review_section .container {
    padding: 56px 0;
  }
  .review_sw ul li .img_box,
  .review_sw .item {
    max-width: 280px;
    aspect-ratio: 280/380;
  }
  .review_sw ul li .text {
    font-size: 16px;
  }
  .review_sw .swiper-button-prev {
    left: 5px;
  }
  .review_sw .swiper-button-next {
    right: 45px;
  }
  .review_section {
    background: url(../_img/common/review_sec_back_mop.png) no-repeat center center / cover;
  }
  .reservation_ok_sec .box {
    padding: 12px;
  }
  .reservation_ok_sec .container .wh_item {
    padding: 24px 12px;
  }
  .reservation_ok_sec .container .wh_item h1 {
    font-size: 16px;
    text-align: center;
  }
  .reservation_ok_sec .container .wh_item h2 {
    text-align: center;
    font-size: 14px;
  }
  .reservation_ok_sec .container .wh_item .gray_box {
    padding: 20px 10px;
    grid-template-columns: 1fr;
  }
  .reservation_ok_sec .container .wh_item .gray_box p,
  .reservation_ok_sec .container .wh_item .gray_box span,
  .reservation_ok_sec .container .wh_item .caution_ul li {
    font-size: 13px;
  }
  .reservation_ok_sec .container .wh_item h3 {
    font-size: 14px;
  }
  .reservation_ok_sec .container .wh_item h4 {
    font-size: 14px;
  }
  .reservation_ok_sec .container .wh_item .btns .btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
  .ui-widget.ui-widget-content {
    padding: 10px;
  }
  .ui-datepicker td {
    padding: 6px 7.2px 17px;
  }
  .ui-datepicker th {
    padding: 6px 7px;
  }
  .ui-datepicker .ui-state-disabled.reserved::after {
    bottom: 6px;
  }
  .six_sec .container .item_box .item button > img {
    aspect-ratio: 280/172;
  }
}
