@charset "utf-8";

.renewal25 a:hover,
.renewal25 a:focus {
  text-decoration: none !important;
}

.renewal25 * {
  box-sizing: border-box;
}

.view__pc {
  display: block !important;
}
.view__mobile {
  display: none !important;
}
.view__mobile__flex{
  display: none !important;
}

.renewal25 button {
  background: none;
  border: none;
  cursor: pointer;
}
body {
  min-width: auto !important;
  color: #333333;
  overflow-x: hidden;
}

.renewal25 .h40 {
  height: 40px !important;
}
.renewal25 .h130 {
  height: 130px !important;
}

.renewal25 a,
.renewal25 button,
.renewal25 img {
  transition-duration: .2s;
}

.xxxrenewal25 .swiper-slide {
  transition: .2s ease-out;
  border-radius: 25px;
}
.xxxrenewal25 .swiper-slide:hover {
  transform:translateY(-4px);box-shadow:0 4px 12px 0 rgba(0,0,0,0.12);
}

.renewal25 .visual__slider .swiper-slide:hover {
  transform:none;
}
.travelphotos__slider-wrapper {
  margin: 10px 0;
}
:root {
  --point-color: #f0386c;
  --point-color-light: #ffa7c5;
  --bg-color:#ffecf1;
}

.renewal25 .c_brown {
  color: #c04d29 !important;
}
.renewal25 .c_skyblue {
  color: #7a89d6 !important;
}
.renewal25 .bg_skyblue {
  background: #bdc6f6 !important;
}
.renewal25 .bg_skyblue2 {
  background: #e4eaf8 !important;
}
.renewal25 .bg_point {
  background: rgba(240, 56, 108, 0.8) !important;
}
.renewal25 .bg_yellowgreen {
  background: rgba(122, 173, 14, 0.8) !important;
}
.renewal25 .bg_red {
  background: rgba(255, 63, 63, 0.8) !important;
}
.renewal25 .bg_green {
  background: rgba(31, 187, 19, 0.8) !important;
}
.renewal25 .bg_amethyst {
  background: rgba(186, 33, 166, 0.8) !important;
}
.renewal25 .bg_orange {
  background: #ff900e !important;
}
.renewal25 .bg_beige {
  background: #fff7e1 !important;
}
.renewal25 .bg_lightpink {
  background: #ffe6e6 !important;
}

.renewal25 .c_point {
  color: var(--point-color) !important;
}

.renewal25 .swiper-pagination-bullet {
  background: rgba(255,255,255,0.8);
}
.renewal25 .swiper-pagination-bullet-active {
  background: #fff !important;
}

.renewal25 .tabs__contents__area {

}
.renewal25 .tabs__contents__area>div {
  display: none;
}
.renewal25 .tabs__contents__area>div.active {
  display: block;
}

.renewal25 .container {
  max-width: 1035px;
  margin: 0 auto;
  padding: 0 15px;
}

.renewal25 .swiper-wrapper {
  height: auto;
}

/* Visual Block */
.renewal25 .visual {
  width: 100%;
  background-color: #f7f7f7;
}

.renewal25 .visual__slider {
  position: relative;
  width: 100%;
}

.renewal25 .visual__wrapper {
  width: 100%;
}

.renewal25 .visual__slide {
  width: 100%;
  height: 495px;
}

.renewal25 .visual__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.renewal25 .visual__slider .theme01__visual .visual__text {
  /* padding-bottom: 200px; */
}
.renewal25 .visual__pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.renewal25 .visual__pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,0.8);
}

.renewal25 .visual__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
/* Welcome Block */
.renewal25 .welcome {
  padding: 64px 0 44px;
  background: #f7f7f7;
}

.renewal25 .welcome__container {
  max-width: 1035px;
  margin: 0 auto;
  padding: 0 15px;
}

.renewal25 .welcome__intro {
  max-width: 780px;
  margin: 0 auto 80px;
}

.renewal25 .common__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.renewal25 .common__description {
  line-height: 1.6;
  font-size: 15px;
  max-width: 779px;
  margin: 0 auto 30px;
  text-align: center;
}

.renewal25 .welcome__text {
  margin-bottom: 15px;
  line-height: 1.6;
}

.renewal25 .welcome__highlight {
  color: var(--point-color);
}

.renewal25 .welcome__photos {
  display: flex;
  gap: 10px;
  margin: 30px 0;
}

.renewal25 .welcome__photo {
  max-width: 50%;
  width: 100%;
}

.renewal25 .welcome__location {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.renewal25 .welcome__location-title {
  font-size: 15px;
  margin-bottom: 15px;
  width: 45%;
  font-weight: bold;
  text-indent: 30%;
}

.renewal25 .welcome__location-list {
  list-style: none;
  padding: 0;
  width: 55%;
  margin-top: 0;
}

.renewal25 .welcome__location-item {
  margin-bottom: 2px;
  font-size: 15px;
}

.renewal25 .welcome__link {
  color: var(--point-color);
  text-decoration: underline;
}

.renewal25 .welcome__link:hover {
  text-decoration: underline;
}

.renewal25 .travelog {
  max-width: 1035px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  gap: 10px;
}

.renewal25 .mb10 {
  margin-bottom: 10px !important;
}

.renewal25 .travelog__showcase {
  width: 100%;
  height: 650px;
}

.renewal25 .travelog__showcase-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.renewal25 .travelog__showcase-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.renewal25 .travelog__collection {
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.renewal25 .travelog__preview {
  width: 100%;
  min-width: 160px;
  height: 120px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
  overflow: hidden;
}

.renewal25 .travelog__preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.renewal25 .travelog__preview--selected {
  /* border-color: var(--point-color); */
}

.renewal25 .reservation {
  padding: 160px 15px;
  background: url(../img/section4_bg.jpg) no-repeat center /cover;
}

.btn-common.other {
  max-width: 380px;
  width: 100%;
  height: 44px;
}
.renewal25 .reservationlist {
  max-width: 1035px;
  margin: 0 auto;
  padding: 64px 0 44px;
}

.renewal25 .reservationlist__container {
  position: relative;
  padding: 20px 10px;
}

.renewal25 .reservationlist__slide {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  overflow: hidden;
  transition: transform 0.3s;
  display: block;
}

.renewal25 .reservationlist__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
}

.renewal25 .reservationlist__content {
  padding: 15px;
}

.renewal25 .reservationlist__content h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #a8a8a8;
  font-size: 12px;
  /* height: 33px;  */  /* 24.12.19 dhko : 투어 설명-헤드라인- PC에서 잘려서 35px로 늘림 */
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
}

.renewal25 .reservationlist__title {
  font-size: 16px;
  margin: 0;
  color: #333;
  line-height: 1.4;
}

.renewal25 .reservationlist__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.renewal25 .reservationlist__stars {
  color: #a8a8a8;
  font-size: 12px;
}

.renewal25 .reservationlist__tags {
  display: flex;
  gap: 8px;
}

.renewal25 .reservationlist__tag {
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  color: #fff;
}

.renewal25 .reservationlist__tag--best {
  background-color: var(--point-color);
}

.renewal25 .reservationlist__tag--recommended {
  background-color: var(--point-color);
}

.renewal25 .reservationlist__inner {
  max-width: 1035px;
  margin: 0 auto;
  position: relative;
}

.renewal25 .reservationlist__price {
  font-size: 18px;
  padding-top: 10px;
  color: var(--point-color);
  font-weight: bold;
  text-align: right;
  margin-top: 10px;
}

.renewal25 .reservationlist__price s {
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 100;
  padding-right: 5px;
}

.renewal25 .reservationlist__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #eee;
}

.renewal25 .reservationlist__prev {
  left: -25px;
  background: rgba(255,255,255,0.7) url(../img/prev.png) no-repeat center;
}

.renewal25 .reservationlist__next {
  right: -25px;
  background: rgba(255,255,255,0.7) url(../img/next.png) no-repeat center;
}

.renewal25 .reservationlist__prev,
.renewal25 .reservationlist__next {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  outline: none;
  border: 0;
  top: 45%;
  cursor: pointer;
}

.renewal25 .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.renewal25 .travelphotos {}

.renewal25 .travelphotos .top {
  margin-bottom: 5px;
}

.renewal25 .travelphotos .top img {
  border-radius: 0 150px 0 0;
  width: 100%;
}

.renewal25 .travelphotos .btm {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 5px;
}

.renewal25 .travelphotos .btm img {
  width: calc(50% - 2.5px);
}

.renewal25 .travelphotos .btm img:first-child {
  border-radius: 0 0 0 150px;
}

.renewal25 .travelphotos__slider {
  padding: 30px 0;
  max-width: 1035px;
  position: relative;
  margin: 0 auto;
  left: 0;
}

.renewal25 .travelphotos__slider-container {
  position: relative;
  width: 100%;
  max-width: 1035px;
  padding-right: 0;
  align-items: stretch;
  display: flex;
}

.renewal25 .travelphotos__slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  overflow: hidden;
}

.renewal25 .travelphotos__slide-image-wrapper {
  flex-shrink: 0;
}

.renewal25 .travelphotos__slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 150 / 115;
  max-width: 150px;
}

.renewal25 .travelphotos__slide-content {
  padding: 10px;
  min-width: calc(100% - 150px); /*  dhko add : 음식점 출력시 text 없거나 짧은경우 이미지가 가운데로 이동하는거 방지 */
}

.renewal25 .travelphotos__slide-title {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 33px;
}

.renewal25 .travelphotos__slide-description {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 33px;
  margin: 5px 0 10px;
}

.renewal25 .travelphotos__slide-service {
  font-size: 12px;
  color: #282828;
}

.renewal25 .travelphotos__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.renewal25 .travelphotos__button-prev {
  left: -35px;
  background: rgba(255,255,255,0.7) url(../img/prev.png) no-repeat center;
}

.renewal25 .travelphotos__button-next {
  right: -35px;
  background: rgba(255,255,255,0.7) url(../img/next.png) no-repeat center;
}

.renewal25 .travelphotos__button-icon {
  width: 20px;
  height: 20px;
  fill: #666;
}

/* Common */
.renewal25 .common__title {
  font-size: 26px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}

.renewal25 .common__text {
  text-align: center;
  line-height: 1.6;
  max-width: 768px;
  margin: 0 auto 20px;
}

.renewal25 .common__text__balloon {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--point-color);
  color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}

/* Place Section */
.renewal25 .place {
  padding: 64px 0 44px;
  max-width: 1035px;
  margin: 0 auto;
  position: relative;
}

.renewal25 .place__photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 30px 0;
}

.renewal25 .place__photo {
  position: relative;
  display: block;
}

.renewal25 .place__photo img {
  width: 100%;
  height: auto;
}

.renewal25 .place__photo__cover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  align-items: center;
  justify-content: center;
  color: #fff;
  display: none;
  transition-duration: .2s;
}

.renewal25 .place__photo:hover .place__photo__cover {
  display: flex;
}

.renewal25 .place__photo__cover p {
  /* font-size: 32px; */  /*  24.12.19 dhko : 글자 늘어나서 크기 조정 32->30 */
  font-size: 30px;
  font-weight: bold;
}

/* Point Section */
.renewal25 .point {
  padding: 64px 0 44px;
  background: var(--bg-color);
}

.renewal25 .point .swiper-slide:hover {
  box-shadow: none;
}

.renewal25 .point__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.renewal25 .point__title__mark {
  line-height: 0.5;
}

.renewal25 .point__title__mark p {
  color: var(--point-color-light);
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.renewal25 .point__title__mark b {
  color: var(--point-color-light);
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
}

.renewal25 .point__subtitle {
  color: var(--point-color);
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 20px;
}

.renewal25 .point__item {
  max-width: 900px;
  margin: 30px auto 40px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.renewal25 .point__item .point__item__img {
  max-width: 400px;
  margin: 0 auto;
}

.renewal25 .point__item .point__item__img img {
  width: 100%;
  min-width: 400px;
}

.renewal25 .point__item .point__item__text {
  text-align: left;
  font-size: 15px;
  padding-left: 40px;
}

.renewal25 .point__item .point__item__text p {
  line-height: 1.6;
  margin: 0;
}

.renewal25 .point__item .btn-common {
  width: 100%;
  height: 46px;
}

.renewal25 .marginother {
  padding: 5px 0;
}

/* Buttons */
.btn-common {
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 0 30px;
  background: var(--point-color) !important;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 290px;
  height: 32px;
  font-size: 16px;
}

.renewal25 .btn-common2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  background: transparent;
  color: var(--point-color);
  border: 0;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
  cursor: pointer;
  max-width: 380px;
  width: 100%;
  height: 40px;
  background: #ffd6e4;
  margin: 15px auto;
  font-size: 16px;
}

/* Popup */
.popup__place {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.popup__place.popup--active {
  display: flex !important;
}

.popup__place__content {
  position: relative;
  background: #fff;
  padding: 50px;
  max-width: 870px;
  width: 100%;
  z-index: 1;
  margin: 0 15px;
}

.popup__place__content:before {
  z-index: 1;
  content: '';
  display: block;
  width: 155px;
  height: 155px;
  background: rgba(240, 56, 108, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.popup__place__close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: none;
  cursor: pointer;
}

.popup__place .popup-img {
  max-width: 700px;
  max-height: 525px;
  width: 100%;
  height: 100%;
}

.popup__place .popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup__place__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.popup__place__keyword {
  font-size: 26px;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  /* top: 53px;
  left: 49px; */   /* 24.12.19 dhko : PC 화면 레이어 팝업 키워드 상단,좌측 여백 추가 */
  top: 59px;
  left: 53px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.popup__place .popup-text {
  margin-top: 11px;
}

.popup__place .popup-text span {
  font-size: 14px;
  color: var(--point-color);
}

.popup__place .popup-text h5 {
  font-size: 26px;
  margin: 5px 0 20px;
  font-weight: bold;
  line-height: 1.6;
}

.popup__place .popup-text .btn-common {
  width: 230px;
  height: 40px;
  font-size: 16px;
  margin-left: unset;
  margin-right: auto;
}

/* Maps Section */
.renewal25 .maps {
  padding: 64px 0 40px;
  background: #ffecf1;
}

.renewal25 .maps .container {
  /* padding: 0 25px; */ /* 24.12.24 dhko*/
  padding: 0 10px;
  text-align: right;
}

.renewal25 .maps__info {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 30px;
}

.renewal25 .maps__info .item {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.renewal25 .maps__info .item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  box-shadow: 2px 2px 6px #737373;
  border-radius: 25px;
  overflow: hidden;
}

.renewal25 .maps__info .item p {
  line-height: 1.6;
  text-align: left;
  font-size: 15px;
  padding-left: 20px;
}

.renewal25 .maps .btn-link {
  color: #f0386c;
  text-decoration: underline;
  font-size: 15px;
  margin-top: 8px;
  display: block;
  max-width: 180px;
  margin-left: auto;
}

/* Link All Section */
.renewal25 .linkall {
  padding: 80px 0 70px;
  text-align: center;
  x-background: #f0386c;
  background:transparent url(../img/bottom_bg.gif) repeat-x center bottom;
}

.renewal25 .linkall__title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 300;
}

.renewal25 .linkall__links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.renewal25 .linkall__link {
  display: block;
}

.renewal25 .linkall__image {
  max-width: 100%;
  height: 55px;
}

.renewal25 .common__description__balloon {
  text-align: center;
  margin: 10px 0 0;
}

footer img {
  width: 100%;
}

/* theme01 */
.renewal25 .theme01__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 575px;
}

.renewal25 .visual__slider .theme01__visual {
  height: 100%;
}

.renewal25 .theme01__visual .top__tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 1;
}

.renewal25 .theme01__visual .top__tabs.active {
  position: fixed;
  background: rgba(255,255,255,1);
  z-index: 12;
}

.renewal25 .theme01__visual .top__tabs.active a {
  color: #737373;
}

.renewal25 .theme01__visual .top__tabs.active a:hover,
.renewal25 .theme01__visual .top__tabs.active a.active {
  color: var(--point-color);
}

.renewal25 .theme01__visual .top__tabs .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.renewal25 .theme01__visual .top__tabs a {
  color: #dddddd;
  width: 25%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  font-weight: 100;
}

.renewal25 .theme01__visual .top__tabs a:hover,
.renewal25 .theme01__visual .top__tabs a.active {
  color: #fff;
  border-bottom: 8px solid var(--point-color);
  text-decoration: none !important;
}

.renewal25 .theme01__visual .visual__text {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 200px;
}

.renewal25 .theme01__visual .visual__text img {
  max-width: 160px;
}

.renewal25 .theme01__visual .visual__text h2 {
  font-size: 40px;
  padding-top: 30px;
  text-shadow: 0 10px 10px rgba(0,0,0,0.2);
  color: #fff;
  font-weight: 100;
}

.renewal25 .theme01__visual .visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.renewal25 .visual__bg.theme01 {
  object-position: 66%;
}

.renewal25 .theme01__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0 44px;
  background: #f4f4f4;
}

.renewal25 .theme01__intro h2 {
  font-size: 26px;
  margin-bottom: 42px;
  text-align: center;
  font-weight: bold;
}

.renewal25 .theme01__intro p {
  text-align: center;
  line-height: 1.6;
  max-width: 768px;
  margin: 0 auto 20px;
}

.renewal25 .theme01__essential {
  padding: 64px 0 44px;
  background: var(--bg-color);
  position: relative;
  margin: 0 auto;
}

.renewal25 .theme01__essential .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 80px;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.renewal25 .theme01__essential .img-airplane {
  position: absolute;
  bottom: 0;
  left: -5%;
}

.renewal25 .theme01__essential .flex .box {
  max-width: 270px;
  width: 100%;
}

.renewal25 .theme01__essential .flex .box h3 {
  font-size: 20px;
  font-weight: bold;
}

.renewal25 .theme01__essential .flex .box p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 5px;
  min-height: 120px;
}

.renewal25 .theme01__essential .btn-common {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.renewal25 .theme01__essential .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.renewal25 .theme01__info {
  padding: 64px 0 44px;
  max-width: 1035px;
  margin: 0 auto;
}

.renewal25 .theme01__info .infolist {
  list-style: none;
  padding: 0;
}

.renewal25 .theme01__info .infolist li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
}

.renewal25 .theme01__info .infolist li>* {
  min-width: 50%;
}

.renewal25 .theme01__info .infolist li .img img {
  width: 100%;
}

.renewal25 .theme01__info .infolist li .text {
  padding: 50px;
  position: relative;
  box-sizing: border-box;
}

.renewal25 .theme01__info .infolist li .text h3 {
  font-size: 20px;
  padding-bottom: 5px;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

.renewal25 .theme01__info .infolist li .text h3:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #bdc6f6;
  position: absolute;
  top: -30px;
  left: -35px;
  z-index: -1;
}

.renewal25 .theme01__info .infolist li .text p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 5px;
}

.renewal25 .theme01__info .infolist li .text a {
  color: var(--point-color);
  text-decoration: underline;
  font-size: 15px;
  margin-top: 20px;
  text-align: right;
  display: block;
}

.renewal25 .theme01__info .traditionbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
}

.renewal25 .theme01__info .traditionbox .item {
  width: 100%;
}

.renewal25 .theme01__info .traditionbox .item img {
  width: 100%;
}

.renewal25 .theme01__info .traditionbox .item .text {
  padding: 30px;
}

.renewal25 .theme01__info .traditionbox .item .text h3 {
  font-size: 20px;
  font-weight: bold;
}

.renewal25 .theme01__info .traditionbox .item .text p {
  font-size: 15px;
  line-height: 1.4;
}

.renewal25 .theme01__info .traditionbox .item .text a {
  display: block;
  color: var(--point-color);
  text-decoration: underline;
  font-size: 15px;
  margin-top: 20px;
  text-align: right;
}
.renewal25 .theme01__info .culturebox {}

.renewal25 .theme01__info .culturebox .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 35px;
}

.renewal25 .theme01__info .culturebox .item .text {
  padding: 30px 50px;
}

.renewal25 .theme01__info .culturebox .item .text h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.renewal25 .theme01__info .culturebox .item .text p {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
}

.renewal25 .theme01__info .culturebox .item .text a {
  display: block;
  color: var(--point-color);
  text-decoration: underline;
  font-size: 15px;
  margin-top: 20px;
  text-align: right;
  text-transform: uppercase;
}

.renewal25 .theme01__info .culturebox .item:nth-child(2) .text {
  order: -1;
}

.renewal25 .theme01__info .culturebox .item>* {
  width: 100%;
}

.renewal25 .theme01__info .culturebox .item>img {
  min-width: 50%;
}

.renewal25 .theme01__info .estbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 100px;
}

.renewal25 .theme01__info .estbox .item {
  width: 50%;
  margin-bottom: 90px;
}

.renewal25 .theme01__info .estbox .item .text {
  padding: 30px 15px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.renewal25 .theme01__info .estbox .item .text>div {}

.renewal25 .theme01__info .estbox .item .text .img {
  position: relative;
  min-width: 250px;
}

.renewal25 .theme01__info .estbox .item .text .img .img-photo {
  width: 100%;
}

.renewal25 .theme01__info .estbox .item .text p {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
  padding: 0 20px;
}

.renewal25 .theme01__info .estbox .item a {
  display: block;
  color: var(--point-color);
  text-decoration: underline;
  font-size: 15px;
  margin-top: 8px;
}

.renewal25 .img-balloon-outer {
  z-index: 1;
  position: absolute;
  height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  top: -82px;
  left: -30px;
}

.renewal25 .theme01__review {
  background: #ff9600;
  padding: 64px 0 44px;
}

.renewal25 .theme01__review .common__title {
  margin-bottom: 20px;
}

.renewal25 .theme01__review .btn-common.white {
  width: 420px;
  height: 35px;
  background: #fff !important;
  color: #ff9600;
}

.renewal25 .theme01__banner {
  height: 430px;
  background: url(../img/theme01/section5_bg.jpg) no-repeat center /cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.renewal25 .theme01__banner.theme02 {
  background: url(../img/theme02/banner_bg.jpg) no-repeat center /cover;
}

.renewal25 .theme01__banner.theme03 {
  background: url(../img/theme03/banner_bg.jpg) no-repeat center /cover;
}

.renewal25 .theme01__banner a {
  font-size: 40px;
  color: #fff;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.renewal25 .theme01__banner a:hover {
  text-decoration: none !important;
}

.renewal25 .btn-point-banner {
  display: block;
  margin-top: 30px;
}

.renewal25 .btn-point-banner img {
  max-width: 100%;
}

.renewal25 .theme02__infos {
  padding: 80px 0 0;
  max-width: 1035px;
  margin: 0 auto;
}

.renewal25 .infos__tabs {
  max-width: 1035px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12%;
  position: sticky;
  top: 55px;
  z-index: 11;
  background-color: rgba(255,255,255,1);
}

.renewal25 .infos__tabs button {
  width: 180px;
  height: 40px;
  border: 1px solid #ebe3e5;
  color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 15px;
  background: #fff;
}

.renewal25 .infos__tabs button:hover,
.renewal25 .infos__tabs button.active {
  background: #ffecf1;
}

.renewal25 .img-theme02-section2_1 {
  width: 100%;
}

.renewal25 .theme02-section2_1_text {
  text-align: left;
  font-size: 15px;
  max-width: 779px;
  margin: 20px auto 60px;
  line-height: 1.6;
}

.renewal25 .infos__imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.renewal25 .infos__img {
  position: relative;
}

.renewal25 .infos__mark {
  padding: 10px 15px;
  /* background: rgba(255,255,255,0.9);
  color: #666666;   */
  background: rgba(0,0,0,0.4);
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 1;
}

.renewal25 .infos__img img {
  width: 100%;
}

.renewal25 .infos__btmtext {
  margin: 30px 0 50px;
  padding-right: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.renewal25 .infos__title {
  min-width: 350px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.renewal25 .infos__title .infos__title__mark {
  background: #f0386c;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}

.renewal25 .infos__title .infos__title__mark.num {
  font-size: 17px;
  font-weight: bold;
}

.renewal25 .infos__title h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.renewal25 .infos__text {
  line-height: 1.6;
}

.renewal25 .infos__text p {
  margin-top: 0;
  font-size: 15px;
}

.renewal25 .infos__text ul {
  margin-top: 30px;
  padding-left: 20px;
}

.renewal25 .infos__text ul li {
  font-size: 15px;
}

.renewal25 .infos__text ul li a {
  display: inline-block;
  font-size: 15px;
  color: var(--point-color);
  text-decoration: underline;
  font-weight: bold;
}

/* Theme03 */
.renewal25 .theme03__step {
  background: #ffecf1;
  text-align: center;
  line-height: 1.6;
  padding: 60px 0;
}

.renewal25 .theme03__step__title,
.renewal25 .theme03__step__info h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--point-color);
}

.renewal25 .theme03__step__info p {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 53px;
}

.renewal25 .theme03__step__info p:last-of-type {
  margin-bottom: 10px;
}

.renewal25 .theme03__step__img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
}
.renewal25 .theme03__step__img img {width: 20%;}

.renewal25 .btn-banner-ktx {
  margin-top: 50px;
  display: block;
}

.renewal25 .btn-banner-ktx img {
  width: 40%;
}

.renewal25 .text-banner-ktx {
  font-size: 15px;
  padding-top: 15px;
}

/* Common View Classes */
.renewal25 .view__mobile {
  display: none !important;
}

.renewal25 .view__pc {
  display: block !important;
}
.renewal25 .view__pc__flex {
  display: flex !important;
}

.slider__pagination {
  display: none;
}

@media screen and (max-width:1100px){
  .renewal25 .travelog__preview {
    min-width: auto;
    height: auto;
  }
  .renewal25 .travelog__collection{
    width: 18.9%;
  }
  .renewal25 .travelog__showcase{
    height: auto;
  }
}




@media screen and (max-width:767px){
  .view__pc {
    display: none !important;
  }
  .view__mobile__flex {
    display: flex !important;
  }
  .view__mobile {
    display: block !important;
  }
  .renewal25 .visual__slide {
    height: 520px;
  }
  .renewal25 .common__title{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .renewal25 .common__description{
    font-size: 14px;
    text-align: left;
  }
  .renewal25 .welcome__photo{
    max-width: 100%;
  }
  .renewal25 .welcome__location {
    display: block;
    margin-top: 30px;
  }
  .renewal25 .welcome__location-list,
  .renewal25 .welcome__location-title{
    width: 100%;
    text-indent: 0;
    text-align:left;
  }
  .renewal25 .welcome__location-item,
  .renewal25 .welcome__location-title{
    font-size: 14px;
  }
  .renewal25 .place {
    padding-right: 15px;
    padding-left: 15px;
  }
  .renewal25 .welcome__highlight {
    display: block;
  }
  .popup__place__content {
    padding: 40px 15px 0;
  }
  .popup__place .popup-img{
    max-height: 240px;
  }
  .popup__place__content:before{
    width: 65px;
    height: 65px;
  }
  .popup__place__close{
    top: 10px;
    right: 10px;
  }
  .popup__place__close img {
    width: 20px;
  }
  .popup__place__keyword{
    font-size: 20px;
    top:42px;
    left: 15px;
  }
  .popup__place .popup-text{
    text-align: center;
  }
  .popup__place .popup-text span{
    font-size: 12px;
  }
  .popup__place .popup-text h5 {
    font-size: 16px;
    margin: 5px 0 20px;
  }
  .popup__place .popup-text .btn-common{
    width: 100%;
    height: 35px;
  }
  .renewal25 .place__photos{
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .renewal25 .place__photo:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: rgba(0,0,0,0.5) url(../img/mobile/ico_window.png) no-repeat center /15px;
    position: absolute;
    right: 0;
    /* bottom: 0;  24.12.18 dhko : 모바일에서 아이콘 위치 조정 */
    bottom: 7px;
  }
  .renewal25 .point {
    padding-right: 15px;
    padding-left: 15px;
  }
  .renewal25 .common__description br {
    display: none;
  }
  .renewal25 .point__title {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .renewal25 .point__title__mark {line-height: 1;}
  .renewal25 .point__title__mark p{
    font-size: 9.5px;
  }
  .renewal25 .point__title__mark b{
    font-size: 24px;
  }
  .renewal25 .point__subtitle{
    padding-left: 0;
    font-size: 16px;
  }
  .renewal25 .travelog{
    display: block;
  }
  .renewal25 .travelog__collection{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 8px;
  }
  .renewal25 .travelog__showcase {
    /* width: calc(100% + 60px);
    left: -30px; */ /* dhko 모바일 화면 깨져서 수정 */
    /* width: 100%;
    left: 0px; */
    width: calc(100% + 30px);
    left: -15px;
  }
  .renewal25 .btn-common2{
    font-weight: bold;
  }
  .renewal25 .h40{
    display: none;
  }
  .renewal25 .reservation{
    background: url(../img/mobile/section4_bg.jpg) no-repeat center /cover;
    padding: 100px 15px;
  }
  .renewal25 .common__description{
    text-align: center;
  }
  .renewal25 .reservationlist{
    padding: 50px 0 50px;
  }
  .renewal25 .reservationlist__slide{
    padding: 15px;
  }
  .renewal25 .reservationlist__image{
    border-radius: 25px;
    overflow: hidden;
    height: 230px;
  }
  .renewal25 .reservationlist__price{
    font-size: 16px;
  }
  .renewal25 .reservationlist__content{
    padding-bottom: 0;
  }
  .renewal25 .reservationlist__prev,
  .renewal25 .reservationlist__next{
    width: 40px;
    height: 40px;
    background-position: 14px;
  }
  .renewal25 .reservationlist__next{
    right: 0;
  }
  .renewal25 .reservationlist__prev{
    left: 0;
  }
  .renewal25 .btn-common.other{
    max-width: 320px;
    height: 35px;
  }
  .renewal25 .h130{
    height: 60px !important;
  }
  .renewal25 .mobile__inner {
    background: #ffecf1;
    padding: 80px 0;
  }
  .renewal25 .reservationlist__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .renewal25 .mobile__inner.inner__white {
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .renewal25 .travelphotos__slider-container{
    padding-right: 0;
  }
  .renewal25 .travelphotos__slider{
    padding: 0;
    margin: 30px auto 0;
  }
  .renewal25 .maps .common__description {
    padding: 0 25px;
  }
  .renewal25 .common__description {
    text-align: left;
  }
  .renewal25 .maps .btn-link{
    margin-right: 0;
    font-size: 13px;
    max-width: 160px;
  }
  .renewal25 .maps__info {
    display: block;
    padding: 0 15px;
  }
  .renewal25 .maps__info .item img{
    width: 65px;
    height: 65px;
    border-radius: 16px;
  }
  .renewal25 .maps__info .item p{
    font-size: 13px;
  }
  .renewal25 .linkall__title{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .renewal25 .linkall__image {
    height: 35px;
  }
  .renewal25 .linkall{
    padding: 50px 0;
  }
  .renewal25 .theme01__visual .top__tabs .container {
    white-space: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    position: relative;
  }
  .renewal25 .theme01__visual .top__tabs.active .container:after {
    content: '';
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    display: block;
    width: 20%;
    height: 37px;
    position: fixed;
    right: 0;
  }
  .renewal25 .theme01__visual .top__tabs .container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
  }
  .renewal25 .theme01__visual .top__tabs .container a {
    width: auto;
    padding: 0 20px;
    font-size: 14px;
  }
  .renewal25 .theme01__visual .top__tabs {
    height: 45px;
  }
  .renewal25 .theme01__visual .visual__text h2{
    font-size: 27px;
    line-height: 1.6;
  }
  .renewal25 .theme01__visual .visual__text{
    padding-bottom: 45%;
  }
  .renewal25 .visual__slider .theme01__visual .visual__text{
    padding-bottom: 45%;
  }
  .renewal25 .theme01__essential{
    padding-right: 15px;
    padding-left: 15px;
  }
  .renewal25 .theme01__essential .flex{
    display: block;
  }
  .renewal25 .container{
    padding: 0;
  }
  .renewal25 .theme01__essential .flex .box{
    max-width: 100%;
  }
  .renewal25 .theme01__essential .flex .box h3{
    font-size: 16px;
  }
  .renewal25 .theme01__essential .flex .box p{
    min-height: auto;
  }
  .renewal25 .theme01__essential .btn-common {
    background: none;
    text-decoration: underline !important;
    color: var(--point-color);
    margin-bottom: 30px;
    height: auto;
    display: block;
    text-align: right;
    background: none !important;
  }
  .renewal25 .theme01__essential .btn-common:after {
    content: '▶';
  }
  .renewal25 .theme01__essential .img-airplane{
    bottom: 10px;
    left: 3%;
    width: 130px;
    z-index: 0;
  }
  .renewal25 .theme01__info{
    padding-right: 15px;
    padding-left: 15px;
  }
  .renewal25 .theme01__info .infolist li{
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 60px;
  }
  .renewal25 .theme01__info .infolist li .text{
    order: -1;
    padding: 0;
  }
  .renewal25 .theme01__info .infolist li .text h3:before{
    width: 50px;
    height: 50px;
    top: -25px;
    left: -10px;
  }
  .renewal25 .theme01__info .infolist li .text h3{
    font-size: 16px;
    text-transform: uppercase;
  }
  .renewal25 .theme01__info .infolist{
    margin-top: 50px;
  }
  .renewal25 .img-theme01section1_1 {
    height: 180px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .renewal25 .img-theme01section1_1 img {
    height: 100%;
  }
  .renewal25 .theme01__info .infolist li .text a {
    margin-top: 130px;
  }
  .renewal25 .theme01__info .infolist li:nth-child(2) .text a {
    margin-top: 250px;
  }
  .renewal25 .theme01__info .infolist li:nth-child(3) .text a {
    margin-top: 250px;
  }
  .renewal25 .theme01__info .infolist li:nth-child(4) .text a {
    margin-top: 250px;
  }
  .renewal25 .theme01__info .infolist li .img img{
    width: auto;
    height: 100%;
  }
  .renewal25 .img-theme01section1_1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 120px;
    width: 100%;
  }
  .renewal25 .img-theme01section1_2 {
    position: absolute;
    bottom: 30px;
    left: -20px;
    height: 230px;
    width: 100%;
  }
  .renewal25 .img-theme01section1_3 {
    position: absolute;
    bottom: 30px;
    right: -20px;
    height: 230px;
    width: 100%;
    text-align: right;
  }
  .renewal25 .img-theme01section1_4 {
    position: absolute;
    bottom: 30px;
    right: -20px;
    height: 230px;
    width: 100%;
    text-align: right;
  }
  .renewal25 .theme01__info .estbox,
  .renewal25 .theme01__info .culturebox,
  .renewal25 .theme01__info .traditionbox{
    display: block;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .renewal25 .theme01__info .traditionbox .item .text {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: -6px; /*  24.12.24 : dhko */
  }
  .renewal25 .theme01__info .traditionbox .item .text h3{
    font-size: 16px;
  }
  .renewal25 .theme01__info .traditionbox .item .text p {
    text-align: left;
  }
  .renewal25 .theme01__info .culturebox .item{
    display: block;
  }
  .renewal25 .theme01__info .culturebox .item .text h3{
    text-align: center;
    font-size: 16px;
  }
  .renewal25 .theme01__info .estbox{
    display: block;
  }
  .renewal25 .theme01__info .estbox .item{
    width: 100%;
  }
  .renewal25 .theme01__info .culturebox .item .text{
    padding: 30px 20px;
    margin-top: -6px;
  }
  .renewal25 .theme01__info .estbox .item .text .img .img-balloon{
    max-width: 300px;
  }
  .renewal25 .theme01__info .estbox .item:nth-child(odd) .img-balloon {
    position: relative;
    left: -20px;
  }
  .renewal25 .theme01__info .estbox .item:nth-child(odd) {
    position: relative;
  }
  .renewal25 .theme01__info .estbox .item:nth-child(even) {
    position: relative;
  }
  .renewal25 .theme01__info .estbox .item:nth-child(even) .img-balloon {
    position: relative;
    right: 40px;
    top: 7px;
  }
  .renewal25 .theme01__info .estbox .item:nth-child(even) .img-balloon.balloon6 {
    top: -3px;
  }
  .renewal25 .theme01__info .estbox .item:nth-child(even) .text .img {
    order: 2;
  }
  .renewal25 .theme01__info .estbox .item .text{
    padding: 30px 0 0;
    display: flex;
  }
  .renewal25 .theme01__info .estbox .item .text .img{
    min-width: auto;
  }
  .renewal25 .theme01__info .estbox .item .text>* {
    width: 50%;
  }
  .renewal25 .theme01__info .estbox .item .text p{
    padding: 0 10px;
  }
  .renewal25 .theme01__info .estbox .item .text .img .img-balloon {
    z-index: 1;
    max-width: 400px;
    right: 130px;
  }
  .renewal25 .theme01__info .estbox .item a {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 130px;
  }
  .renewal25 .theme01__review {
    padding-right: 15px;
    padding-left: 15px;
  }
  .renewal25 .theme01__review .btn-common.white {
    width: 100%;
  }
  .renewal25 .theme01__banner {
    background: url(../img/mobile/theme01/section5_bg.jpg) no-repeat center /cover;
  }
  .renewal25 .theme01__banner a{
    font-size: 26px;
  }
  footer .view__mobile {
    width: 100%;
  }
  .renewal25 .theme01__intro {
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
  }
  .renewal25 .point__item {
    display: block;
    padding: 0;
  }
  .renewal25 .point__item .point__item__img img{
    min-width: auto;
  }
  .renewal25 .point__item .point__item__text {
    padding-left: 0;
    margin: 20px 0;
  }
  .renewal25 .point__item .btn-common{
    height: 40px;
  }
  .renewal25 .infos__tabs {
    gap: 2%;
  }
  .renewal25 .infos__tabs button {
    font-size: 14px;
    width: 100%;
    background: #f7f7f7;
  }
  .renewal25 .infos__tabs {
    padding: 10px 15px;
    top: 45px;
  }
  .renewal25 .theme02-section2_1_text{
    padding: 0 35px;
  }
  .renewal25 .theme02-section2_1_text br{
    display: none;
  }
  .renewal25 .infos__imgs {
    display: block;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .renewal25 .infos__imgs .infos__img {
    margin-bottom: 10px;
  }
  .renewal25 .infos__mark {
    padding: 5px 10px;
  }
  .renewal25 .infos__title{
    margin-bottom: 10px;
  }
  .renewal25 .infos__title h3{
    font-size: 16px;
  }
  .renewal25 .infos__title .infos__title__mark{
    padding: 3px 15px;
    margin-left: 20px;
  }
  .renewal25 .infos__btmtext {
    padding-right: 15px;
    padding-left: 15px;
  }
  .renewal25 .textSpacing {
    padding-left: 75px;
    display: inline-block !important;
  }
  .renewal25 .theme03__step {
    padding-right: 15px;
    padding-left: 15px;
  }

  .renewal25 .theme03__step__title,
  .renewal25 .theme03__step__info h3{
    font-size: 16px;
  }
  .renewal25 .theme03__step__info p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .renewal25 .theme03__step__img{
    display: block;
  }
  .renewal25 .theme03__step__img img{
    width: 160px;
    display: block;
    margin: 0 auto 20px;
  }
  .renewal25 .btn-banner-ktx img {width: 100%}
  .renewal25 .theme02__infos{
    padding: 50px 0 0;
  }
  .renewal25 .infos__title.view__mobile {
    text-align: center;
  }
  .renewal25 .infos__title.view__mobile h3 {
    margin: 20px 0 20px;
    font-size: 21px;
  }
  .renewal25 .travelog__collection .travelog__preview:nth-child(n+4) {
    display: none;
  }
  .renewal25 .travelog {
    padding: 0;
  }
  .renewal25 .view__mobile {
    display: block !important;
  }
  .renewal25 .view__pc {
    display: none !important;
  }
  .renewal25 .view__pc__flex {
    display: none !important;
  }

  .renewal25 .theme03__step__info {
    max-width: 320px;
    margin: 0 auto;
  }

  .renewal25 .place__photo__cover p {
    font-size: 2em;
  }
  .renewal25 .travelphotos__button-prev{
    left: -15px;
  }
  .renewal25 .travelphotos__button-next {
    right: -15px;
  }
  .renewal25 .travelphotos__navigation {
    width: 40px;
    height: 40px;
  }

  .renewal25 .txtCenter {
    text-align: center;
  }
  .renewal25 .theme01__visual .visual__text {
    margin-bottom: 0;
  }
  .slider__pagination {
    display: flex;
    width: 100%;
    height: 4px;
    background: #ebebeb;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .slider__pagination span {
    width: 100%;
  }
  .slider__pagination span.swiper-pagination-bullet-active {
    background: var(--point-color) !important;
    border-radius: 50px !important;
    margin: 0 !important;
    height: 4px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    /* width: 110%;
    left: -5%; */
    width: 100%;
    left: 0px;
    position: relative;
  }
  .renewal25 .reservationlist__container {
    padding: 20px 10px 10px;
  }
}

[data-aos="custom-zoom"] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: scale(0.9);
}
[data-aos="custom-zoom"].aos-animate {
  opacity: 1;
  transform: scale(1) ; /* 원하는 scale 값 지정 */
}



/* ==== dhko add ==== */
.popup__desc { line-height: 1.6; font-size: 15px; text-align: left; }  /* 레이어 팝업 : '내용' 부분 추가 css */
@media screen and (min-width:768px){
  .min_line2 {         /* pc - 2줄 출력 말줄임 표시 css */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height:44px;
  }
  .min28 { min-height:28px !important; }
}
@media screen and (max-width:767px){
  .renewal25 .place__photo:hover .place__photo__cover { display:none; } /*  모바일 hover 삭제 */
  .renewal25 .travelphotos__slide-title { height:38px;} /* 모바일 음식점 2줄시 */

  /* === mobile last === :: 마지막 네비게이션 수정 */
  .swiper_last { width: 106% !important; margin-left: -10px; }

  /* 테마1 이미지 조정 */
  .renewal25 .img-theme01section1_3 { right:-15px; }
  .renewal25 .img-theme01section1_4 { right:-15px; }

  /*  테바1 우측 밀림 수정 */
  .renewal25 .theme01__info .estbox .item:nth-child(even) .img-balloon {
    width: 160%;
    max-width: 400px;
    right:0px !important;
    top:10px !important;
  }
  .renewal25 .theme01__info .estbox .item:nth-child(even) .img-balloon.balloon6 {
    top:0px !important;
  }

  /* 모바일 팝업 상단 여백 */
  .popup__place .popup-text{ margin-top:55px; }
  @media screen and (max-width:440px){
    .popup__place .popup-text{ margin-top:45px; }
  }
  @media screen and (max-width:360px){
    .popup__place .popup-text{ margin-top:30px; }
  }
}


/* === frame === */
h2.c-heading { margin-bottom:10px;}
.c-tab-contents__button-tab-switch { background-color: var(--color-white) !important; }

.l-main { padding-bottom:0!important; }
.renewal25 .swiper-slide { border-radius: var(--radius-base); }
.c-heading-desc { font-size:16px; padding-left:1.5em; margin:-12px 0 16px 0; }
@media screen and (max-width:767px) {
	.c-heading-desc { padding-left:0.5em; }
}
.c-tab-contents__tab.c-tab-contents__tab--reserve { display:none; }

.l-airticket { padding:30px 0; }
.l-airticket .c-heading-desc { text-align:center; padding:0 0 24px 0; margin:0; }
.l-airticket .c-heading-desc img { margin-bottom:24px; }

.k-area-map { padding-bottom:10px; }
.l-map-info { padding:0; text-align:right; font-size:12px; color:#666; }

.renewal25 .welcome__location { align-items: center; flex-direction: column; }
.renewal25 .welcome__location-title { text-align:center; width:auto; text-indent:0; }
.renewal25 .welcome__location-list { width:auto; }
.renewal25 .welcome__photo_cap { margin-top:-24px; text-align:right; font-size:12px; color:#666; }

.renewal25 .welcome__map { height:500px; margin:30px 0; border-radius: var(--radius-base); overflow:hidden; }

.welcome__photos img { border-radius: var(--radius-base); }
.welcome__photos.for-pc { margin-bottom:8px; }
.welcome__photos ~ .welcome__photos { margin-top:0; }

@media screen and (max-width:767px) {
	.renewal25 .welcome__location-title { text-align:left; }
	.l-map-info { text-align:left; }

	.welcome__photos.for-pc { display:none; }

	.renewal25 .welcome__map { height:250px; }
}

