/* sub-banner */
.subMain {
  height: 450px;
  position: relative;
  width: 1472px;
  margin: 0 auto;
  background: #f8f8f8;
}

.subMain img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subMain .intro-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 20px 40px;
  border-radius: 8px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.8;
}

.subMain .intro-text h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.3rem;
  color: inherit;
}

.subMain .intro-text h3::before {
  content: "";
  background: url("../imgs/sub/quote.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  opacity: 0.8;
}

.subMain .intro-text h3::after {
  content: "";
  background: url("../imgs/sub/quote.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%) rotate(180deg);
  width: 40px;
  height: 40px;
  opacity: 0.8;
}

/* 타이틀 */
.sub-text-wrap {
  padding-top: 45px;
}

.sub-text-wrap > div .big-tit {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 45px;
}

.sub-text-wrap > div .btn {
  float: right;
  padding: 0 25px;
  margin: 0;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  color: var(--bgWhite);
  transition-property: background-color, background-size;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0, 0.24, 1);
  background: var(--gray02)
    radial-gradient(circle, #404040 24%, #121212 25%, #121212 100%) no-repeat
    center center;
  background-size: 0;
  border-radius: 3px;
}

.sub-text-wrap > div .btn:hover {
  background-size: 600%;
}

.sub-text-wrap > div .btn span {
  color: inherit;
  padding-left: 7px;
  padding-right: 3px;
}

.sub-text-wrap .sub_tit {
  font-size: 15px;
  padding-top: 25px;
}

/* Popularfairs section */
.popularfairs-section {
  margin-top: 6rem;
}

.popularfairs-list {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 30px;
}

.popularfairs-list li {
  width: 33.3%;
  cursor: pointer;
}

.popularfairs-list li img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
}


.itineraryMap { position:absolute; }

.popularfairs-list li .txt-wrap {
  padding-top: 10px;
}

.popularfairs-list li .item-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2rem;
  padding-bottom: 10px;
}

.popularfairs-list li .item-txt {
  font-size: 15px;
  line-height: 1.5rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* 필터리스트페이지 */
.sub-selBox {
  display: inline-block;
  position: relative;
}

.sub-selBox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  outline: 0;
  text-indent: 0.01px;
  border-radius: 0;
  width: 100%;
  padding: 0 24px 0 10px;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  height: 50px;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  background-color: var(--bgWhite);
}

.sub-selBox select:disabled {
  background-color: #ededed;
  cursor: no-drop;
}

.sub-selBox:after {
  content: "";
  cursor: inherit;
  position: absolute;
  width: 0;
  top: 50%;
  height: 0;
  right: 10px;
  pointer-events: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--gray01);
  z-index: 3;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/* 여행리스트페이지 */
.list-container {
  margin-top: 60px;
}

.list-section {
  margin-top: 60px;
}

.list-section .big-tit {
  font-size: 25px;
  font-weight: 600;
}

.list-section .s-tit {
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.5rem;
}

.list-section .filter-tit {
  font-size: 14px;
  font-weight: 400;
  color: #707070;;
}

.list-section .list-filter-contBox {
  flex: 0 0 auto;
  width: 25%;
  padding-right: 30px;
}

.list-section .list-filter-contBox .m-close-button {
  display: none;
}

.list-filter-cont {
  margin-top: 60px;
}

.list-filter-cont:first-child {
  margin-top: 0;
}

.list-section .list-contBox {
  flex: 0 0 auto;
  width: 75%;
}

.list-section .list-contBox .list-cont {
  margin-top: 32px;
}

.list-section .list-contBox .list-cont > ul > li {  
  display: flex;
  border: 1px solid var(--gray07);
  border-left: none;
  border-right: none;
  padding: 20px 0;
  margin-top: 20px;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}

.list-section .list-contBox .list-cont > ul > li:hover {
  border-color: var(--primaryDark);
}

.list-section .list-contBox .list-cont > ul > li:first-child {
  margin-top: 0;
}

.list-section .list-contBox .list-cont > ul > li > a {
  width: calc(100% - 180px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.list-section .list-contBox .list-cont > ul > li > .tail-box {
  max-width: 180px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.list-section .list-contBox .list-cont .img-thumb {  
  width: 250px;
  height: 200px;
  position: relative;
}

.list-section .list-contBox .list-cont .img-thumb .tour {display: block; font-size: 12px; padding: 2px 5px; border-radius: 3px; position: absolute; top: 5px; left: 5px; z-index: 1; color: #fff;}
.list-section .list-contBox .list-cont .img-thumb .tour.ty-as {background-color: var(--primaryDark);}
.list-section .list-contBox .list-cont .img-thumb .tour.ty-aft {background-color: #5857c9;}
.list-section .list-contBox .list-cont .img-thumb .tour.ty-akt {background-color: #f58d33;}
.list-section .list-contBox .list-cont .img-thumb .tour.ty-ls {background-color: #3c9305;}

.list-section .list-contBox .list-cont .img-thumb .img {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;  
}

.list-section .list-contBox .list-cont .img-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.list-section .list-contBox .list-cont .txt-box {
  width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  border-right: 1px solid var(--gray07);
}

.list-section .list-contBox .list-cont .dec > div svg {
  vertical-align: -2px;
}

.list-section .list-contBox .list-cont .dec .tour {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 3px 8px;
  margin-right: 0.5rem;
  font-weight: 500;
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 3px;
}

.list-section .list-contBox .list-cont .dec .tit {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.list-section .list-contBox .list-cont .dec .trip-info {}
.list-section .list-contBox .list-cont .dec .trip-info .trip-infoList {}
.list-section .list-contBox .list-cont .dec .trip-info .trip-infoList:after {content:''; display: block; clear: both;}
.list-section .list-contBox .list-cont .dec .trip-info .trip-infoList li {font-size: 14px; color:#000; float:left; margin-left:5px; padding-left:5px; position: relative;}
.list-section .list-contBox .list-cont .dec .trip-info .trip-infoList li::before {content:''; width: 1px; height: 50%; background-color: var(--gray07); position: absolute; top:50%; left: 0; transform: translateY(-50%);}
.list-section .list-contBox .list-cont .dec .trip-info .trip-infoList li:first-child {margin-left:0; padding-left:0;}
.list-section .list-contBox .list-cont .dec .trip-info .trip-infoList li:first-child:before {display: none;}

.list-section .list-contBox .list-cont .countries-visited {margin-top: 40px;}
.list-section .list-contBox .list-cont .countries-visited .has-list li {font-size: 12px; color: #000; float: left; background-color: rgba(225, 0, 60, .2); padding: 0 4px; margin: 3px 3px 3px 0;}
.list-section .list-contBox .list-cont .countries-visited .has-list li::before {content:'#'; color:#000;}

.list-section .list-contBox .list-cont .dec .text-wrap {
  margin-bottom: 20px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-grow: 1;
  font-size: 15px;
}

.list-section .list-contBox .list-cont .dec .trip-schedule,
.list-section .list-contBox .list-cont .dec .operated,
.list-section .list-contBox .list-cont .dec .departures,
.list-section .list-contBox .list-cont .dec .trip-styles {
  margin-bottom: 15px;
  font-size: 15px;
}



.list-section .list-contBox .list-cont .dec .operated span,
.list-section .list-contBox .list-cont .dec .departures span,
.list-section .list-contBox .list-cont .dec .trip-styles span {
  padding-left: 3px;
}

.list-section .list-contBox .list-cont .dec .trip-schedule img {
  padding-right: 3px;
}

.list-section .list-contBox .list-cont .price {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list-section .list-contBox .list-cont .price > div {
  margin-bottom: 20px;
}

.list-section .list-contBox .list-cont .price > span {
  font-size: 12px;
}

.list-section .list-contBox .list-cont .price p {
  font-size: 18px;
}

.list-section .list-contBox .list-cont .price p .small-currency {
  font-size: 14px;
  letter-spacing: -4px;
}


.list-section .list-contBox .list-cont .apply-btn {width: 100px; height: 45px; background-color: var(--gray03); border-radius: 3px; display: flex; align-items: center; justify-content: center;}
.list-section .list-contBox .list-cont .apply-btn.ty-wait {background-color: var(--primaryDark);}
.list-section .list-contBox .list-cont .apply-btn span {color: var(--bgWhite); font-size: 13px;}

.m-filterBtn {
  display: none;
}

.filter-accoBtn {
  position: relative;
  cursor: pointer;
}

.filter-accoBtn {
  display: block;
  width: 100%;
  height: 45px;
  border-top: 1px solid #707070;
}

.filter-accoBtn span,
.filter-accoBtn svg {
  position: absolute;
  top: 16px;
  right: 0;
}

.filter-Cont.on .filter-accoBtn svg {
  transform: rotate(180deg);
}

.filter-list {
  margin-top: 15px;
}

.filter-list li {
  margin-top: 16px;
  display: block;
}

.filter-accoBtn span {
  left: 0;
  top: 10px;
  width: calc(100% - 30px);
}

/* 여행리스트 상세페이지 */
.detail-section {
  margin-top: 60px;
}




#itineraryMapLayer {
    position:relative;
    width:500px;
}

#itineraryMapLayer.map-fixed {
    position: fixed;
    top: 120px; /* 헤더 높이(80px) + 여백(10px) */
}

.detail-section .tit-eng {
  margin-bottom: 20px;
}

.detail-contBox .left-cont {
  flex: 0 0 auto;
  width: 65%;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  height: 450px;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.default-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  width: 100vw;
  background-color: #f8f8f8;
}

.cont-info {
  margin-top: 20px;
  margin-bottom: 170px;
}

.cont-info .left-box {
  flex: 0 0 auto;
  width: 38%;
  margin-right: 20px;
  padding: 1rem;
  border: 1px solid var(--gray07);
  font-size: 14px;
}

.cont-info .left-box .left-cont {
  display: table;
  width: 100%;
}

.cont-info .left-box .tit {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--gray07);
}

.cont-info .left-box .img {
  max-width: 50%;
  text-align: center;
  padding: 5px;
  border: 1px solid var(--gray07);
  overflow: hidden;
}

.cont-info .left-box .img img {
  width: 100%;
  max-height:300px;
  object-fit: contain;
  display: block;
}

.cont-info .left-box .txt {
  width: 100%;
  text-align:center;
}

.cont-info .right-box {
  width: calc(62% - 20px);
  padding: 0.3rem 1rem;
  border: 1px solid var(--gray07);
}

.cont-info .right-box > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid var(--gray07);
}

.cont-info .right-box > div p {
  font-size: 14px;
  line-height: 49px;
}

.cont-info .right-box > div p img {
  padding-right: 5px;
  width:24px;
}

.cont-info .right-box > div:last-child {
  border-bottom: 0;
}

.cont-info .right-box div p:first-child {
  width: 50%;
}

.cont-info .right-box div p:last-child {
  width: 50%;
}

.bottom-contBox {
  flex: 0 0 auto;
  width: 65%;  
  margin-top: -110px;
}

.contBox {
  margin-bottom: 60px;
}

.contBox .schedule-wrap .schedule_header {
  position: relative;
  width: 100%;
  height: 77px;
  padding: 20px 0 0 135px;
  margin-bottom: 15px;
  border-top: 1px solid var(--gray07);
  border-bottom: 1px solid var(--gray07);
  background: #f2f4f7;
  color: #888;
  cursor: pointer;
}

.contBox .schedule-wrap .schedule_header svg {
  position: absolute;
  top: 40%;
  right: 18px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.contBox .schedule-wrap .schedule_header .tit_left {
  position: absolute;
  left: 0;
  top: -1px;
  width: 110px;
  height: 77px;
  padding-left: 30px;
  background: var(--primary);
  color: var(--bgWhite);
  font-size: 15px;
}

.contBox .schedule-wrap .tit_left strong {
  padding: 25px 0 0;
  font-size: 18px;
  color: var(--bgWhite);
}

.contBox .schedule-wrap strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
}

.contBox .schedule-wrap strong img {
  vertical-align: -4px;
}

.contBox .schedule-wrap p {
  margin-top: 7px;
  font-size: 15px;
}

.contBox .schedule-wrap .sub-dec {
  padding-top: 5px;
}

.contBox .schedule-wrap .sub-dec span:first-child {
  padding-right: 10px;
}

.contBox .schedule-wrap .sub-dec span img {
  vertical-align: -4px;
}

.expand-btn > p {
  display: block;
  font-size: 11px;
  border: 1px solid #c2c2c2;
  padding: 9px 10px;
  line-height: 1em;
  font-weight: 600 !important;
  color: var(--gray02);
  cursor: pointer;
  border-radius: 4px;
}

.schedule_detail {
  transition: max-height 0.25s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.schedule_detail.open {
  display: block;
  max-height: 9999px;
}

.route_wrap {
  position: relative;
  min-height: 145px;
}

.route_wrap[style*="display: none;"] {
  display: none;
}

.route_wrap .route_area {
  position: relative;
  padding: 0 25px;
}

.route_wrap .route_area:after {
  content: "";
  display: block;
  clear: both;
}

.route_wrap .add_day {
  position: absolute;
  top: 40px;
  right: 15px;
  background-color: #5f9bcb;
  width: 36px;
  height: 20px;
  text-align: center;
  color: #fff;
  line-height: 18px;
}

.route_wrap .add_day:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #5f9bcb;
}

.route_wrap .route {
  display: table;
  float: left;
  position: relative;
}

.route_wrap .route:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 53px;
  height: 1px;
  border-bottom: 1px solid var(--primaryDark);
}

.route_wrap .route:first-child {
  width: 36%;
}

.route_wrap .route:last-child {
  width: 36%;
}

.route_wrap .route:first-child:last-child {
  float: none;
  width: 40%;
  margin: 0 auto;
}

.route_wrap .route.wait {
  width: 28%;
}

.route_wrap .route.wait:before {
  border-bottom: 1px dashed #aaa;
}

.route_wrap .route .item_text {
  position: relative;
  margin-bottom: 20px !important;
  padding-top: 25px !important;
  text-align: center;
  margin-top: 0 !important;
}

.route_wrap .route .item_text .air_name {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.air_name .air_img {
  height: 20px;
  padding-right: 4px;
  display: inline-block;
  vertical-align: -5px;
}

.air_name .air_img img {
  display: block;
  height: 100% !important;
}

.route_wrap .route .item_text .info em {
  display: inline-block;
  margin-left: 4px;
  color: var(--primaryDark);
}

.route_wrap .route .air_info {
  position: relative;
  width: 50%;
}

.route_wrap .route .air_info.arr:before {
  right: 25px;
}

.route_wrap .route .air_info span {
  display: block;
}

.route_wrap .route .air_info span.day {
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
  line-height: 1;
  color: #5e2bb8;
}

.route_wrap .route .air_info .air_time em {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.route_wrap .route .air_info .air_date {
  font-size: 13px;
  color: var(--gray05);
  line-height: 24px;
}

.route_wrap .route .air_info .txt {
  font-size: 14px;
  color: var(--gray03);
}

.route_wrap .txt.exclam {
  margin-top: 20px;
  padding: 9px 15px 9px 37px;
  background: #f7f7f7;
}

.route_wrap .txt.exclam:before {
  left: 15px;
  top: 12px;
}

.route_wrap .txt.exclam strong {
  margin-right: 15px;
  font-weight: 600;
}

.route_wrap .route_state {
  display: block;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  color: var(--primaryDark);
  text-align: center;
}

.schedule_detail .detail_wrap {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
}

.schedule_detail .route_wrap .route .info-wrap {
  display: flex;
  flex-direction: wrap;
  text-align: center;
}

.schedule_detail .route_wrap .route .air_info.dep {
  float: left;
  margin-left: -25px;
  text-align: left;
}

.schedule_detail .route_wrap .route .air_info.dep:before {
  left: 25px;
}

.schedule_detail .route_wrap .route .air_info:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -17px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--primaryDark);
  border-radius: 100%;
  background: #fff;
}

.schedule_detail .route_wrap .route .air_info span {
  display: block;
}

.schedule_detail .route_wrap .route .air_info .air_time em {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.schedule_detail .route_wrap .route .air_info .air_date {
  font-size: 13px;
  color: var(--gray05);
  line-height: 24px;
}

.schedule_detail .route_wrap .route .air_info .txt {
  font-size: 14px;
  color: var(--gray03);
}

.schedule_detail .route_wrap .route .air_info.arr {
  float: right;
  margin-right: -25px;
  text-align: right;
}

.schedule_detail .route_wrap .route .air_info.arr:before {
  right: 25px;
}

.schedule_detail .detail_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  width: 1px;
  background: #eaeaea;
}

.schedule_detail .detail_wrap .detail {
  position: relative;
}

.schedule_detail .detail_wrap .tit {
  display: block;
  position: relative;
  padding-left: 51px;
  font-size: 17px;
  font-weight: 600;
}
.schedule_detail .detail_wrap .tit:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c2c2c2;
}
.schedule_detail .detail_wrap .tit.mid {
  display: block;
  position: relative;
  padding-left: 0;
  font-size: 20px;
  line-height: 34px;
}

.schedule_detail .detail_wrap .tit.mid:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--bgWhite) fff;
  background: var(--bgWhite) url("../imgs/sub/img-location.png") center
    no-repeat;
}

.schedule_detail .detail_wrap .tit.mid span {
  display: block;
  position: relative;
  padding-left: 51px;
  margin: 30px 0 !important;
}

.schedule_detail .detail_wrap .tit.mid span:before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
}

.schedule_detail .detail_wrap .route {
  position: relative;
  margin: 30px 0 !important;
  padding-left: 51px;
  line-height: 24px;
  text-align: left;
}

.schedule_detail .detail_wrap .route:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c2c2c2;
}

.schedule_detail .detail_wrap .detail_area {
  margin-top: 10px;
  padding-left: 51px;
}

.card_mngr {
  position: relative;
  padding: 0;
  margin-top: 30px;
  border: 1px solid #dadce1;
  box-shadow: 2.8px 2.8px 0 0 rgba(102, 102, 102, 0.07);
  font-size: 15px;
}

.card_mngr:before {
  content: "";
  position: absolute;
  left: -39px;
  top: 32px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c2c2c2;
  z-index: 1;
}

.card_mngr .card_unit {
  padding: 25px;
}

.card_mngr .card_unit .dec {
  margin-top: 0 !important;
}

.card_mngr .card_unit p {
  display: block;
  font-size: 14px !important;
  color: #666;
  line-height: 1.3em;
  margin-top:0;
  word-break: keep-all !important;
}

.card_mngr .title strong {
  display: block;
  position: relative;
  margin-bottom: 5px;
  font-size: 17px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.card_mngr .detail-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 13px;
  cursor: pointer;
}

.card_mngr .sub p {
  display: block;
  color: #888;
  font-size: 14px;
  margin-right: 100px;
}

.card_mngr .cont_box {
  position: relative;
  margin-top: 15px;
}

.card_mngr .thumb {
  position: relative;
  width: 100%;
  height: auto;
}

.card_mngr .txt_conts {
  margin-top: 20px;
  line-height: 1.5rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card_mngr .read-more-btn {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
    text-decoration: underline
}

.card_mngr .txt_conts.expanded {
  margin-top: 20px;
  line-height: 1.5rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card_mngr .txt_conts.expanded ul {margin-top:20px;}


.card_mngr .txt_conts a {
  color:blue !important;
  text-decoration: underline !important;
  line-height: 1.3em;
}


.card_mngr .txt_conts.all {
  -webkit-line-clamp: unset;
}

.card_mngr .read_more {
  font-size: 13px;
  margin-top: 3px;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.card_mngr .read_more svg {
  vertical-align: -4px;
  margin-left: 2px;
}

.card_mngr .thumb .img_list {
  position: relative;
  background: #f9f9f9;
  text-align: center;
  width: 100%;
  height: 185px;
}

.card_mngr .thumb .img_list img {
  width: 100%;
  height: 185px;
  margin-left: 10px;
}

.schedule_detail .card_mngr .thumb img {
  object-fit: cover;
}

.card_mngr .thumb .img_list img:first-child {
  margin-left: 0;
}

.card_mngr .cont_txt div {
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-line;
}

.detail-swiper2 .swiper-button-prev:after,
.detail-swiper2 .swiper-button-next:after {
  font-size: 20px;
}

.detailSwiper2 .swiper-button-prev {
  left: 3px;
}

.detailSwiper2 .swiper-button-next {
  right: 3px;
}

.text-wrap h2 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}

.text-wrap > #detailContents {
  padding: 1rem;
  border: 1px solid var(--gray07);
  line-height: 1.5rem;
  font-size: 15px;
}

.detail-contBox .right-cont {
  flex: 0 0 auto;
  width: calc(35% - 20px);
  margin-left: 20px;
}

.detail-contBox .right-cont .top-cont {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 1rem;
  border: 1px solid var(--gray07);
}

.detail-contBox .right-cont .top-cont > div {
  width: 100%;
  text-align: center;
}

.detail-contBox .right-cont .top-cont > div span {
  display: block;
  line-height: 1.5;
}

.detail-contBox .right-cont .top-cont > div > span:nth-child(1) {
  font-size: 13px;
}

.detail-contBox .right-cont .top-cont > div p {
  font-size: 28px;
  font-weight: 500;
  padding: 10px 0 5px;
}

.detail-contBox .right-cont .top-cont > div p > span {
  display: inline-block;
  font-size: 17px;
}

/* .detail-contBox .right-cont .top-cont > div span:nth-child(2):before {
  content: "$";
  font-size: 17px;
} */

.detail-contBox .right-cont .top-cont > div span:nth-child(3) {
  font-size: 13px;
}

.detail-contBox .right-cont .top-cont .Btn {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

.detail-contBox .right-cont .top-cont .Btn span {
  display: inline-block !important;
  width: 210px;
  height: 45px;
  line-height: 45px;
  color: var(--bgWhite);
  background: var(--gray03);
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition-property: background-color, background-size;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0, 0.24, 1);
  background: var(--gray02)
    radial-gradient(circle, #404040 24%, #121212 25%, #121212 100%) no-repeat
    center center;
  background-size: 0;
  border-radius: 3px;
}

.detail-contBox .right-cont .top-cont .Btn span:hover {
  background-size: 600%;
}

.detail-contBox .right-cont .bottom-cont {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  border: 1px solid var(--gray07);
  margin-top: 15px;
  font-size: 14px;
}

.detail-contBox .right-cont .bottom-cont > div {
  width: 50%;
  padding: 10px;
  border-bottom: 1px solid var(--gray07);
}

.detail-contBox .right-cont .bottom-cont > div img {
  padding-right: 5px;
}

.detail-contBox .right-cont .bottom-cont > .map {
  position: relative;
  background: #f9f9f9;
  text-align: center;
  max-width: 100%;
  width: 100%;
  border-bottom: 0;
  padding: 0;
  margin-top: 15px;
}

.detail-contBox .right-cont .bottom-cont .svg {
  margin-right: 10px;
  overflow: visible;
  vertical-align: -0.125em;
}

.detail-contBox .right-cont .bottom-cont .country {
  font-size: 14px;
  padding-left: 10px;
  padding-top: 15px;
}

.detail-contBox .right-cont .bottom-cont .country img {
  padding-right: 3px;
}

.trip-accordion {
  border: 1px solid var(--gray07);
}

.trip-accordion.none-border {border: none;}

.trip-accordion .accordion-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 14px 18px;
  cursor: pointer;
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.trip-accordion .accordion-header--open {
  border-bottom: none;
}

.trip-accordion .accordion-header--no-border {
  border-bottom: none;
}

.trip-accordion .accordion-content--border {
  border-bottom: 1px solid var(--gray07);
}

.trip-accordion .accordion-header h4 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  transition: color 0.3s ease;
}

.trip-accordion .accordion-header h4 img {
  padding-right: 3px;
  vertical-align: -4px;
}

.trip-accordion .accordion-header svg {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}

.disabled {
  opacity: 0.3; /* 흐리게 보이도록 설정 */
  pointer-events: none; /* 클릭 이벤트를 비활성화하여 인터렉션을 방지 */
}
.trip-accordion .accordion-content {

  transition: max-height 0.3s ease;
  overflow: hidden;
}

.trip-accordion .accordion-content #detailInClu, .trip-accordion .accordion-content #detailInNotClu {
padding: 16px 20px;
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

.trip-titBox {
  display: flex;
  justify-content: space-between;
}

.trip-titBox .trip-tit-eng {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.availability-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.availability-date li {
  display: inline-block;
  width: 113px;
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
  text-align: center;
  background: var(--bgWhite);
  border: 1px solid var(--gray05);
  font-size: 14px;
  white-space: nowrap;
  gap: 5px;
  cursor: pointer;
}

.availability-date li.active {
  border: 1px solid var(--primaryDark);
  color: var(--primary);
}

.availability-date li:hover {
  border: 1px solid var(--primaryDark);
  color: var(--primary);
}

.availability-list {
  margin-top: 20px;
}

.availability-list li {
  position: relative;
  border: 1px solid #ddd;
  padding: 38px 40px 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 10px;
}

.availability-list li > div {
  vertical-align: top;
  width: 20%;
  text-align: center;
}

.availability-list li > div .label {
  font-size: 14px;
  color: #6c757d;
}

.availability-list li > div .txt {
  margin-top: 15px;
}

.availability-list li .btn .txt {
  height: 45px;
  line-height: 45px;
  width: 100px;
  color: var(--bgWhite);
  font-size: 13px;
  background-color: var(--gray03);
  margin-top: 10px;
  border-radius: 3px;
}

.refund_wrap {
  position: relative;
  width: 100%;
  padding: 20px 0;
  color: var(--gray04);
  cursor: pointer;
}

.refund_wrap svg {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}

.refund_wrap .accordion_content {
  padding-top: 20px;
}

/* 예약페이지 */

.booking-section {
  padding-top: 60px;
}

.booking-section .big-tit {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.booking-section .sub_tit {
  font-size: 15px;
}

.booking-section h2 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 50px;
}

.booking-section .contBox {
  padding: 30px 0;
  margin-bottom: 3rem;
}

.booking-section .contBox.no-mp {
  padding: 0;
  margin-bottom: 0;
}

.booking-section .select-group {
  display: inline-block;
  height: 38px;
  border-radius: 2px;
  margin-top: 15px;
}

.booking-section .select-group span {
  font-size: 13px;
  padding: 8px 25px;
  line-height: 38px;
  border: 1px solid var(--gray03);
  text-align: center;
  cursor: pointer;
}

.booking-section .select-group .selected {
  background: var(--gray03);
  border-right: none;
  border-left: none;
  color: var(--bgWhite);
}

.booking-section .contBox .signup-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.booking-section .contBox .form-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
}

.booking-section .contBox .form-row h3 {
  margin-bottom: 5px;
}

.booking-section .contBox .form-group {
  width: 100%;
}

.submitBtn {
  width: 150px;
  height: 50px;
  background-color: var(--gray03);
  font-size: 13px;
  color: var(--bgWhite);
  padding: 10px 0;
  margin: 35px auto 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.booking-section .contBox .form-row, .booking-section .contBox .text-cont {
  margin-top: 20px;
}
.booking-section .contBox label {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.booking-section .contBox input,
.booking-section .contBox select {
  width: 100%;
  height: 50px;
  padding: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


.button_group {
  display: inline-block;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
}

.button_group button {
  float: left;
  width: 36px;
  height: 36px;
  padding: 5px 5px 4px;
  background-color: var(--bgWhite) !important;
  border: none;
  cursor: pointer;
}

.button_group span {
  float: left;
  display: block;
  font-size: 15px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}

.booking-section .contBox .options-detail {
  margin-bottom: 20px;
}

.booking-section .contBox .options-detail:last-child {
  margin-bottom: 0;
}

.booking-section .contBox .text-cont .message-area {
  width: 100%;
  height: 150px;
  padding: 10px;
  resize: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 10px;  
  position: relative;
  background: var(--bgWhite);
  z-index: 2;
}

/* about 페이지 */
.mission-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 66px;
  gap: 25px;
}

.mission-list > li {
  width: 20%;
}

.mission-list .circle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 275px;
  border: 3px solid var(--primaryDark);
  border-radius: 50%;
}

.mission-list > li:nth-of-type(2) .circle-wrap {
  border: 3px solid var(--primaryDark);
  color: var(--primaryDark);
}

.mission-list > li:last-of-type .circle-wrap {
  border: 3px solid var(--primaryDark);
  color: var(--primaryDark);
}

.mission-list > li:last-of-type .circle-wrap:after {
  display: none;
}

.mission-list .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  background: var(--white);
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primaryDark);
}

.mission-list > li .des:before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  margin: 35px auto;
  background: url(../imgs/sub/arr_intro.svg) center center no-repeat;
}

.mission-list .des {
  text-align: center;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.5;
}

/* terms-section */
.tab-menu {
  width: 100%;
  margin-bottom: 3rem;
}

.tab-link {
  position: relative;
  width: 50%;
  height: 52px;
  line-height: 52px;
  border-width: 1px 0 0 1px;
  border-color: #ddd;
  border-style: solid;
  background-color: #fff;
  cursor: pointer;
}

.tab-link:last-child {
  border-right: 1px solid #ddd;
}
.tab-link::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  right: -1px;
  height: 1px;
  background-color: #111;
}
.tab-link.active {
  border-color: #111;
  border-right: 1px solid #111;
  color: #e1003c;
}
.tab-link.active + button {
  border-left-color: #fff;
}

.tab-link.active:after {
  background-color: #fff;
  left: 0;
  right: 0;
}

.terms-section {
  padding-bottom: 2rem;
}

.terms-section .tit {
  display: block;
  margin-top: 33px;
  font-size: 17px;
  font-weight: 600;
}

.terms-section .txt li {
  margin-top: 25px;
  font-size: 15px;
  color: var(--gray03);
  line-height: 1.5rem;
}

.terms-section .txt li p {
  font-weight: 500;
}

.sub-contBox {
  margin-top: 50px;
}

.terms-list {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.terms-list li:first-child,
.terms-list:first-child {
  margin-top: 0;
}

.terms-list li {
  margin-top: 20px;
  position: relative;
}

.point-list li p,
.terms-list li * {
  font-size: 15px;
  color: var(--gray03);
}

.terms-list li .tit,
.terms-list li.tit {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin-top: 0;
}

.terms-list li p {
  margin-top: 20px;
}

.terms-list.nums > li {
  padding-left: 35px;
}

.terms-list.nums li.tit {
  font-size: 17px;
  font-weight: 500;
  color: var(--gray01);
  padding-left: 0;
}

.terms-list.nums li .txt span {
  position: absolute;
  top: 0;
  left: -30px;
}

.square-list li {
  margin-top: 20px;
  position: relative;
  padding-left: 15px;
}

.square-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #707070;
  position: absolute;
  top: 9px;
  left: 0;
}

/* 로그인,회원가입 팝업 */
.sign-inputTXT-cont {
  position: relative;
  width: 100%;
  height: 55px;
  margin-bottom: 10px;
  background-color: #fff;
  z-index: 2;
}
.area-selBox {
  width: 80px;
  height: 54px;
  border: 0;
  top: 11px;
  right: 1px;
  z-index: 2;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.area-selBox:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.area-selBox:after {
  content: "";
  cursor: inherit;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--gray01);
  z-index: 3;
}

.ico-area {
  width: 45px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.area-selBox .mini-sel {
  font-size: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: 0 0;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.area-selBox .mini-sel option {
  font-size: 13px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.login-box {
  background-color: white;
  padding: 45px 35px;
  max-width: 450px;
  width: 100%;
  position: relative;
}

.login-box .logo {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.login-box .input-field {
  width: 100%;
  height: 55px;
  padding: 8px;
  margin-top: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}

.sign-inputTXT-cont .input-txt {
  padding-right: 85px !important;
}

.login-box .submit-button {
  width: 100%;
  height: 50px;
  background-color: var(--gray03);
  font-size: 16px;
  color: white;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 15px;
  border: none;
  cursor: pointer;
}

.login-box .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.login-box .close-button svg {
  height: 1.5rem;
}

.login-box .logo-btn {
  height: 40px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.login-box .login-btTxt {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  text-align: center;
}

.login-box .login-btTxt span {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.login-box .login-btTxt > a {
  text-decoration: underline;
  font-size: 13px;
}

.login-box .login-btTxt span > a {
  text-decoration: underline;
  font-size: 13px;
}

.checkbox {
  margin-top: 10px;
}

.checkbox input[type="checkbox"] + label span {
  font-size: 14px;
  color: #707070;
}

.checkbox input[type="checkbox"] + label span a {
  font-size: 14px;
  text-decoration: underline;
  color: #707070;
}

.error-message {
  color: red;
  font-size: 0.8em;
  margin-top: 0.5em;
}

.error-message.active {
  display: block;
}

/* 비밀번호찾기 */
.page-login {
  padding-top: 15rem;
  padding-bottom: 15rem;
  min-height: calc(100vh - 312px);
}

.page-login .login_box_wrap {
  max-width: 550px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid var(--gray07);
  text-align: center;
}

.page-login .login_box_wrap h2.login_box_title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 27px;
  font-weight: 300;
}

.page-login .input_wrap dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-login .input_wrap dl dt {
  margin-top: 15px;
}

.page-login .input_wrap dl dd {
  width: 100%;
  margin: 5px 0;
}

.page-login .input_wrap dl dd input {
  width: 100%;
  min-width: 120px;
  height: 48px;
  border: 1px solid #ddd;
  padding: 0 15px;
}

.page-login .login_box_wrap .input_wrap a.btn {
  width: 100%;
  margin-top: 40px;
  min-width: 120px;
  height: 48px;
  background: var(--gray03);
  color: var(--bgWhite);
}

/* 필터팝업 */
.pop-cont-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bgWhite);
  max-width: 510px;
  min-width: 320px;
  width: 100%;
  padding: 45px 35px;
  box-sizing: border-box;
  z-index: 10;
}

.pop-cont-box .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='26'%3E%3Cpath d='M17.142 3.99 11.132 9.999 17.142 16.01 16.01 17.142 10.001 11.131 3.99 17.142 2.858 16.01 8.869 9.999 2.858 3.99 3.99 2.858 10.001 8.868 16.01 2.858z'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
}

.pop-cont-box .close-button svg {
  height: 1.5rem;
}

.pop-cont-box .pop-Btit {
  font-size: 20px;
  color: var(--gray03);
  margin-bottom: 40px;
  text-align: left;
  border-bottom: 1px solid var(--gray07);
  padding-bottom: 20px;
}

.pop-cont-box .pop-tit {
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 20px;
}

.pop-cont-box .pop-closed {
  position: absolute;
  top: 20px;
  right: 20px;
}

.pop-cont-box .pop-pdBox.line-topBox {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pop-cont-box .pop-selList-Box {
  margin-top: 40px;
}

.pop-cont-box .pop-selList-tit {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pop-cont-box .pop-selList {
  width: 100%;
}

.pop-cont-box .pop-selList:after {
  content: "";
  clear: both;
  display: block;
}

.pop-cont-box .pop-selList li {
  width: 33.3%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-left: none;
  box-sizing: border-box;
  float: left;
  height: 40px;
  position: relative;
}

.pop-cont-box .pop-selList li:nth-child(3n + 1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pop-cont-box .pop-selList li:nth-child(n + 1):nth-child(-n + 3),
.pop-cont-box .pop-selList.col-2ty li:nth-child(n + 1):nth-child(-n + 2),
.pop-cont-box .pop-selList.col-3ty li:nth-child(n + 1):nth-child(-n + 3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pop-cont-box .pop-selList li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.pop-cont-box .pop-selList li a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.pop-cont-box .pop-selList li.active {
  border: 1px solid var(--primaryDark) !important;
}

.pop-cont-box .pop-selList li.active a span,
.search_clearBtn:hover span {
  color: var(--primaryDark);
}

.pop-cont-box .btn {
  max-width: 440px;
  width: 100%;
  margin: 40px auto 0;
  min-width: 120px;
  height: 48px;
  background: var(--gray03);
  color: var(--bgWhite);
}

/* 통화팝업 */
.global-pop-cont-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bgWhite);
  max-width: 430px;
  min-width: 320px;
  width: 100%;
  padding: 45px 35px;
  box-sizing: border-box;
  z-index: 10;
}

.global-pop-cont-box .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  cursor: pointer;
}

.global-pop-cont-box .close-button svg {
  height: 1.5rem;
}

.global-pop-cont-box .pop-Btit {
  font-size: 20px;
  color: var(--gray03);
  margin-bottom: 40px;
  text-align: left;
  border-bottom: 1px solid var(--gray07);
  padding-bottom: 20px;
}

.global-pop-cont-box .pop-tit {
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 20px;
}

.global-pop-cont-box .pop-closed {
  position: absolute;
  top: 20px;
  right: 20px;
}

.global-pop-cont-box .pop-pdBox.line-topBox {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.global-pop-cont-box .pop-selList-Box {
  margin-top: 40px;
}

.global-pop-cont-box .pop-selList-tit {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.global-pop-cont-box .pop-selList {
  width: 100%;
}

.global-pop-cont-box .pop-selList:after {
  content: "";
  clear: both;
  display: block;
}

.global-pop-cont-box .pop-selList li {
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-left: none;
  box-sizing: border-box;
  float: left;
  height: 40px;
  position: relative;
}

.global-pop-cont-box .pop-selList li:nth-child(3n + 1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.global-pop-cont-box .pop-selList li:nth-child(n + 1):nth-child(-n + 3),
.global-pop-cont-box .pop-selList.col-2ty li:nth-child(n + 1):nth-child(-n + 2),
.global-pop-cont-box
  .pop-selList.col-3ty
  li:nth-child(n + 1):nth-child(-n + 3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.global-pop-cont-box .pop-selList li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.global-pop-cont-box .pop-selList li a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.global-pop-cont-box .pop-selList li.active {
  border: 1px solid var(--primaryDark) !important;
}

.global-pop-cont-box .pop-selList li.active a span,
.search_clearBtn:hover span {
  color: var(--primaryDark);
}

.global-pop-cont-box .btn {
  width: 100%;
  margin-top: 40px;
  min-width: 120px;
  height: 48px;
  background: var(--gray03);
  color: var(--bgWhite);
}

/* ai투어 */
.demo-images {
  display: flex;
  align-items: left;
  justify-content: left;
  margin-top: 20px;
}

.demo-images .title {
  text-align: left;
}

.demo-images img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.ai-section {
  width: 1000px;
  margin: 0 auto;
}

.ai-title {
  margin-top: 120px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
}

.aicounty-section {
  padding-top: 90px;
}

.aiNatureLayer{
    width:100%;
    margin-top:2rem;
    text-align:center;
}
.aiNatureLayer p{
    font-size:1.5rem;
    font-weight:200;
}
.aiNatureLayer div input{
    padding:1rem;
    border:1px solid #686868;
    height:4rem;
    width:100%;
}


.preView-slider {
  margin-top: 30px;
  height: 300px;
}




.ai-contBox {
  justify-content: center;
  margin-top: 60px;
}

.ai-contBox .left-cont {
  position: relative;
  flex: 0 0 auto;
  width: 30rem;
  overflow: hidden;
  text-align: center;
}

.ai-contBox .left-cont .file-upload {
  height: 350px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #a98572;
  border-radius: 15px;
  flex-flow: column nowrap;
  background-color: #fff9f6;
  position: relative;
}

.ai-contBox .left-cont .file-upload.drag-on {
  border-style: solid;
  background-color: #f1e7e2;
}

.ai-contBox .left-cont .file-upload.drag-on .line-gap span {
  background-color: #f1e7e2;
}

.ai-contBox .left-cont .file-upload.file-ok #fileInput {
  display: none;
}

.ai-contBox .left-cont .file-upload p.icon {  
  color: var(--gray01);
  font-size: 14px;
  text-align: center;
  padding-top: 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 50px;  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23333'%3E%3Cpath d='M480-480ZM224.62-160q-27.62 0-46.12-18.5Q160-197 160-224.62v-510.76q0-27.62 18.5-46.12Q197-800 224.62-800h280v40h-280q-10.77 0-17.7 6.92-6.92 6.93-6.92 17.7v510.76q0 10.77 6.92 17.7 6.93 6.92 17.7 6.92h510.76q10.77 0 17.7-6.92 6.92-6.93 6.92-17.7v-280h40v280q0 27.62-18.5 46.12Q763-160 735.38-160H224.62Zm46.15-144.62h418.46L560-476.92 440-325.38l-80-96.16-89.23 116.92ZM680-600v-80h-80v-40h80v-80h40v80h80v40h-80v80h-40Z'/%3E%3C/svg%3E");
}



.ai-contBox .left-cont .file-upload .line-gap {
  width:100%;
  text-align: center;
  position: relative;
  margin: 15px 0;
}

.ai-contBox .left-cont .file-upload .line-gap span {
  padding:0 20px;
  background-color: #fff9f6;
  font-size: 12px;
  position: relative;
}

.ai-contBox .left-cont .file-upload .line-gap::before {
  content:'';
  width:80%;
  height:1px;
  display: block;
  border-top: 1px solid var(--gray03);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ai-contBox .left-cont .file-label {
  width: 90px;
  height: 35px;
  line-height: 35px;
  background-color: var(--gray03);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
}

.ai-contBox .left-cont .file-label span {
  font-size: 13px;
  color: white;
}

.ai-contBox .left-cont .file-upload input[type="file"] {
  width: 100%;
  height: 100%;  
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: default;
}

.ai-contBox .left-cont .file-upload .preview {
  position: absolute;
  z-index: 3;
}

.ai-contBox .left-cont .preview img {
  max-width: 350px;
  height: 270px;
  object-fit: cover;
}

.ai-contBox .left-cont .start-button {
  width: 200px;
  height: 35px;
  background-color: var(--gray02);
  color: #fff;
  font-size: 13px;
  line-height: 35px;
  border: none;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
}

.ai-contBox .left-cont .close-button {
  position: absolute;
  top: -7px;
  right: -8px;
  padding: 5px;
  background-color: var(--gray03);
  width: 24px;
  height: 24px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.ai-contDetail {
  width: 1500px;
  display: flex;
  margin: 0 auto;
  gap: 25px;
  margin-top: 60px;
}

.ai-contDetail .right-cont {
  flex: 0 0 auto;
  width: 100%;
}

.ai-contDetail .right-cont ul {
  display:flex;
  flex-wrap: wrap;
  gap:10px;
}



.ai-contDetail .right-cont > ul > li {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--gray07);
  margin-bottom: 15px;
  overflow: hidden;
  width: calc(50% - 12px);
}

.ai-contDetail .right-cont .img-thumb {
  flex: 0 0 auto;
  width: 32%;
}

.ai-contDetail .right-cont .img-thumb img {
  width: 100%;
  height: 231px;
  object-fit: cover;
  display: block;
}

.ai-contDetail .right-cont .dec {
  flex: 0 0 auto;
  width: 68%;
  padding: 1rem;
}

.ai-contDetail .right-cont .dec > div svg {
  vertical-align: -2px;
}

.ai-contDetail .right-cont .dec .tour {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 3px 8px;
  margin-right: 0.5rem;
  font-weight: 500;
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 3px;
}

.ai-contDetail .right-cont .dec .tit {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}

.ai-contDetail .right-cont .dec .text-wrap {
  height: 65px;
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ai-contDetail .right-cont .dec .button {
  text-align: right;
}

.ai-contDetail .right-cont .dec .button span {
  display: inline-block;
  color: var(--gray03);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.ai-contDetail .right-cont .dec .button span:hover {
  text-decoration: underline;
}

.ai-contDetail .right-cont .dec .button .arrow {
  height: 18px;
  vertical-align: middle;
  transform: rotate(270deg);
}

.ai-contDetail .detail-wrap > h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 4px;
  padding-bottom: 5px;
}

.ai-contDetail .right-cont > h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 4px;
  padding-bottom: 5px;
}


.ai-contDetail .detail-cont {
  display: flex;
  justify-content: left;
  column-gap: 95px;
}

.ai-contDetail .detail-cont li {
  width: 300px;
  position: relative;
  padding-bottom: 40px;
}

.ai-contDetail .detail-cont li img {
  width: 100%;
  height: 200px;
  max-height: 250px;
  object-fit: cover;
}

.ai-contDetail .detail-cont li .txt-wrap {
  padding-top: 10px;
}

.ai-contDetail .detail-cont li .txt-wrap span {
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 3px 8px;
  border: 1px solid #999;
  background: #fff;
  font-size: 13px;
  border-radius: 3px;
}

.ai-contDetail .detail-cont li .item-title {
  line-height: 1rem;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ai-contDetail .detail-cont > li .item-txt {
  font-size: 13px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ai-contDetail .detail-cont > li::after {
  content: "";
  position: absolute;
  display: block;
  top: 46%;
  right: -55px;
  transform: translateY(-50%);
  width: 13px;
  height: 21px;
  background: url(/imgs/common/ico-arrow.png) no-repeat;
}

.ai-contDetail .detail-cont > li:last-child::after {
  display: none;
}

.detailButton {
  text-align: center;
  margin-top: 3.5rem;
}

.detailButton span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  color: #fff;
  background-color: var(--gray02);
  font-size: 13px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.ai-schedule_header .tit {
  font-size: 20px;
  font-weight: 600;
}

.ai-schedule_header .tit span {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 3px 8px;
  margin-right: 0.5rem;
  font-weight: 500;
  background: var(--primaryDark);
  border: none;
  color: var(--bgWhite);
  box-sizing: border-box;
  border-radius: 3px;
}

.ai-schedule_header .tit strong {
  display: block;
  font-size: 18px;
  padding-top: 12px;
}

.ai-schedule_header p {
  padding-top: 20px;
}

.ai-schedule_detail .detail_wrap {
  position: relative;
  margin-top: 30px;
}

.ai-schedule_detail .route_wrap .route .info-wrap {
  display: flex;
  flex-direction: wrap;
  text-align: center;
}

.ai-schedule_detail .route_wrap .route .air_info.dep {
  float: left;
  margin-left: -25px;
  text-align: left;
}

.ai-schedule_detail .route_wrap .route .air_info.dep:before {
  left: 25px;
}

.ai-schedule_detail .route_wrap .route .air_info:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -17px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--primaryDark);
  border-radius: 100%;
  background: #fff;
}

.ai-schedule_detail .route_wrap .route .air_info span {
  display: block;
}

.ai-schedule_detail .route_wrap .route .air_info .air_time em {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.ai-schedule_detail .route_wrap .route .air_info .air_date {
  font-size: 13px;
  color: var(--gray05);
  line-height: 24px;
}

.ai-schedule_detail .route_wrap .route .air_info .txt {
  font-size: 14px;
  color: var(--gray03);
}

.ai-schedule_detail .route_wrap .route .air_info.arr {
  float: right;
  margin-right: -25px;
  text-align: right;
}

.ai-schedule_detail .route_wrap .route .air_info.arr:before {
  right: 25px;
}

.ai-schedule_detail .detail_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  width: 1px;
  background: #eaeaea;
}

.ai-schedule_detail .detail_wrap .detail {
  position: relative;
}

.ai-schedule_detail .detail_wrap .tit {
  display: block;
  position: relative;
  padding-left: 51px;
  font-size: 17px;
  font-weight: 600;
}
.ai-schedule_detail .detail_wrap .tit:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c2c2c2;
}

.ai-schedule_detail .detail_wrap .tit.mid {
  display: block;
  position: relative;
  padding-left: 0;
  font-size: 20px;
  line-height: 34px;
}

.ai-schedule_detail .detail_wrap .tit.mid:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--bgWhite) fff;
  background: var(--bgWhite) url("../imgs/sub/img-location.png") center
    no-repeat;
}

.ai-schedule_detail .detail_wrap .tit.mid span {
  display: block;
  position: relative;
  padding-left: 51px;
}

.ai-schedule_detail .detail_wrap .tit.mid span:before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
}

.ai-schedule_detail .detail_wrap .route {
  position: relative;
  margin-top: 30px !important;
  padding-left: 51px;
  line-height: 24px;
  text-align: left;
}

.ai-schedule_detail .detail_wrap .route:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c2c2c2;
}

.ai-schedule_detail .detail_wrap .detail_area {
  margin-top: 10px;
  padding-left: 51px;
}

.ai-card_mngr {
  width: 100%;
  position: relative;
  padding: 0;
  font-size: 15px;
  margin-top: 30px;
  border: 1px solid #dadce1;
}

.ai-card_mngr:before {
  content: "";
  position: absolute;
  left: -39px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c2c2c2;
  z-index: 1;
}

.ai-card_mngr .card_unit {
  padding: 25px;
}

.ai-card_mngr .card_unit .dec {
  margin-top: 0 !important;
}

.ai-card_mngr .card_unit p {
  display: block;
  font-size: 14px !important;
  color: var(--gray05);
  margin-right: 100px;
}

.ai-card_mngr .card_unit .sub-dec {
  padding-top: 5px;
}

.ai-card_mngr .card_unit .sub-dec span:first-child {
  padding-right: 10px;
}

.ai-card_mngr .title strong {
  display: block;
  position: relative;
  margin-bottom: 5px;
  font-size: 17px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ai-card_mngr .detail-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 13px;
  cursor: pointer;
}

.ai-card_mngr .cont_box {
  position: relative;
  margin-top: 15px;
}

.ai-card_mngr .thumb {
  position: relative;
  height: auto;
}

.ai-card_mngr .txt_conts {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ai-card_mngr .txt_conts.all {
  -webkit-line-clamp: unset;
}

.ai-card_mngr .read_more {
  font-size: 13px;
  margin-top: 3px;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.ai-card_mngr .read_more svg {
  vertical-align: -4px;
  margin-left: 2px;
}

.ai-card_mngr .thumb .img_list {
  position: relative;
  background: #f9f9f9;
  text-align: center;
  width: 200px;
  height: 150px;
}

.ai-card_mngr .thumb .img_list img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.schedule_detail .card_mngr .thumb img {
  object-fit: cover;
}

.ai-card_mngr .thumb .img_list img:first-child {
  margin-left: 0;
}

.ai-card_mngr .cont_txt div {
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-line;
}
/* 가이드 */
.guide-section {
  margin-top: 10rem;
}

.introduce-wrap {
  display: flex;
}

.introduce-wrap h3 {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.introduce-wrap .img {
  width: 13%;
  margin-right: 20px;
}

.introduce-wrap .img img {
  max-width: 100%;
  width: 190px;
  height: 120px;
  padding: 11px;
  border: 1px solid var(--gray07);
  overflow: hidden;
  object-fit: cover;
}

.introduce-wrap .text-wrap {
  width: 87%;
}

/* 문의하기 */
.tit_wrap02 {
  position: relative;
}
.tit_wrap02 p.stit .ess {
  margin-right: 10px;
}

.stit {
  display: block;
  font-size: 15px;
  line-height: 55px;
  font-weight: 500;
  border-top: 2px solid #111;
  border-bottom: 1px solid #dbdbdb;
}

.form_area.form_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_area > .item {
  word-break: break-all;
}


.aiTitleText
{
    width:100%;
    text-align:center;
    font-size:1.5rem;
    font-weight:400;
    padding-bottom:2rem;
}
.count_btn_area {
  position: relative;
  display: block;
  width: 65px;
  margin-left: auto;
  padding: 0 38px;
  text-align: center;
}
.count_btn_area .inp_num {
  width: 100%;
  text-align: center;
  border-left: 0;
  border-right: 0;
}
.count_btn_area .ico_typ {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: #555;
}
.count_btn_area .ico_typ:before {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 15px;
  height: 15px;
  background: url(/static/images/content/btn/btn_plus_minus.png) no-repeat 0 0 /
    15px auto;
  content: "";
}
.count_btn_area .ico_typ:disabled {
  opacity: 0.6;
}
.count_btn_area .btn_plus {
  left: auto;
  right: 0;
}
.count_btn_area .btn_plus:before {
  background-position: 0 -15px;
}

/* 로딩 */
.loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}

.airplaneAnimation {
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #caf0f8;
  overflow: hidden;
}

.plane {
  position: relative;
  left: -64px;
  top: 0;
  animation: fly 2s linear infinite;
  z-index: 1;
}

@keyframes fly {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.main {
  position: absolute;
  width: 166px;
  height: 40px;
  background-color: #0077b6;
  top: 100px;
  left: 100px;
  border-radius: 0 100px 30px 100px;
  overflow: hidden;
  box-shadow: inset -10px -10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.main:before,
.main:after {
  content: "";
  position: absolute;
  background-color: #f4f4f4;
  top: 10px;
}

.main:before {
  width: 40px;
  height: 10px;
  border-radius: 0 0 0 30px;
  left: 140px;
}

.main:after {
  width: 5px;
  height: 10px;
  border-radius: 20px;
  left: 117px;
  box-shadow: -10px 0 #f4f4f4, -20px 0 #f4f4f4, -30px 0 #f4f4f4, -40px 0 #f4f4f4,
    -50px 0 #f4f4f4, -60px 0 #f4f4f4, -70px 0 #f4f4f4, -80px 0 #f4f4f4;
}

.wingOne {
  position: absolute;
  width: 48px;
  border-right: 15px solid transparent;
  border-left: 13px solid transparent;
  border-top: 64px solid #0077b6;
  height: 0;
  top: 115px;
  left: 156px;
  transform: skew(-47deg) rotateX(30deg);
  z-index: 4;
}

.wingTwo {
  position: absolute;
  width: 44px;
  border-right: 8px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 80px solid #023e8a;
  height: 0;
  top: 55px;
  left: 160px;
  transform: skew(43deg) rotateX(30deg);
}

.wingTwo:after {
  content: "";
  position: absolute;
  width: 48px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 35px solid #0077b6;
  height: 0;
  left: -100px;
  top: 29px;
}

.wingOne:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0077b6;
  top: -88px;
  left: -120px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.wingTwo:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 25px;
  background-color: #023e8a;
  left: -80px;
  top: 35px;
  transform: skew(-55deg);
}

.clouds {
  position: absolute;
  top: 50px;
  left: 100px;
}

@keyframes cloud {
  from {
    left: -150px;
  }
  to {
    left: 400px;
  }
}

.cloudOne,
.cloudTwo,
.cloudThree {
  position: absolute;
  width: 50px;
  height: 25px;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
}

.cloudOne {
  top: -44px;
  left: 0;
  animation: cloud 3s linear infinite reverse;
}

.cloudTwo {
  top: 12px;
  left: 100px;
  animation: cloud 2.5s linear infinite reverse;
}

.cloudThree {
  top: 140px;
  left: 50px;
  animation: cloud 2.8s linear infinite reverse;
}

.cloudOne:before,
.cloudTwo:before,
.cloudThree:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 12.5px;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  left: -20px;
  top: 12.5px;
  box-shadow: 65px 0 #fff;
}

.pollution {
  position: absolute;
  background-color: #fff;
  top: 130px;
  left: 65px;
  width: 30px;
  height: 10px;
  border-radius: 20px;
  opacity: 0;
  animation: up 1s linear infinite;
}

.pollution:before,
.pollution:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  opacity: 0;
  width: 30px;
  height: 10px;
}
.pollution:after {
  top: 10px;
  left: -25px;
  animation: up 2s linear infinite;
}
.pollution:before {
  top: -10px;
  left: -35px;
  animation: up 3s linear infinite;
}

@keyframes up {
  20% {
    opacity: 0.7;
  }
  35% {
    left: 100px;
    opacity: 0.7;
  }
  70% {
    left: 70px;
    opacity: 0;
  }
}

.region-box {
  min-height: 390px;
  margin-top: 25px;
}

.artfairs-box,
.event-box {
  min-height: 400px;
}


.recommend-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px; /* 👉 두 사각형 사이의 거리 */
  margin: 60px auto;
  max-width: 800px;
  flex-wrap: wrap;
}

.recommend-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  flex: 1 1 300px;
  padding: 40px 24px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  font-family: 'Segoe UI', sans-serif;
  color: inherit;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.recommend-nlp {
  background: linear-gradient(135deg, #d0f1ff, #ffffff);
}
.recommend-img {
  background: linear-gradient(135deg, #ffe9ec, #ffffff);
}


.recommend-icon {
  width: 60px;
  margin-bottom: 20px;
}

.recommend-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Segoe UI', sans-serif;
}

.recommend-desc {
  font-size: 14px;
  color: #555;
}


.ai-natural-search {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  font-family: 'Segoe UI', sans-serif;
}

.ai-card {
  width: 100%;
  background: white;
  border: 1px solid #dce6f9;
  padding: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.aitour-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ai-subtitle {
  font-size: 15px;
  color: #666;
  margin-bottom: 32px;
}

.ai-input-area {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.aiTextSelect {
  min-width: 120px;
  height: 50px;
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  padding: 0 24px 0 10px; 
  background-repeat: no-repeat; 
  background-position: right 10px center; 
  background-size: 8px; 
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 7.82 4.23'%3E%3Cpolygon class='st0' points='3.91 4.23 7.82 0 0 0 3.91 4.23'/%3E%3C/svg%3E");
}

.aiTextInput {
  min-width: 300px;
  width: 100%;
  height: 50px;
  flex: 1;  
  font-size: 15px;  
  padding: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.ai-submit-btn {
  height: 50px;
  background-color: var(--gray03);
  font-size: 13px;
  color: var(--bgWhite);
  padding: 10px 40px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s;
}

.ai-submit-btn:hover {
  background: var(--gray02);
}

.ai-tip-box {
  text-align: left;
  font-size: 14px;
  color: #444;
  background: #f1f7ff;
  padding: 16px;
  border-radius: 12px;
}

.ai-tip-box ul {
  padding-left: 20px;
  margin: 8px 0 0;
}

.ai-tip-box li {
  margin-bottom: 4px;
}


.naturalTourDetail {
  /* min-height: 1160px; */
}


.itinerary-result {
  max-width: 900px;
  margin: 40px auto;
  font-family: 'Segoe UI', 'Noto Sans KR', sans-serif;
  color: #333;
}

.summary-box {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  background: #fff;
  margin-bottom: 40px;
}

.summary-box h2 {
  margin-bottom: 8px;
  color: #005f99;
}

.summary-images {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}

.summary-images img {
  width: 100%;
  max-width: 180px;
  border-radius: 8px;
  object-fit: cover;
}

.summary-desc p {
  margin: 4px 0;
}

.daily-itinerary {
  margin-bottom: 40px;
}

.daily-itinerary h3 {
  background: linear-gradient(90deg, #a0c4ff, #cdb4db);
  padding: 12px;
  border-radius: 8px;
  color: #222;
}

.itinerary-unit {
  display: flex;
  gap: 16px;
  margin: 20px 0;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 10px;
}

.unit-images img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.unit-info {
  flex: 1;
}

.unit-info h4 {
  margin: 0 0 6px;
  color: #005f99;
}

.unit-info p {
  margin: 2px 0;
  font-size: 14px;
  line-height: 1.4;
}



/* 25.09.03 이후 추가 */
.operator-position {font-size:12px; color:#000; display:block; font-weight: normal;}
.detailGuideContent {clear:both; margin:1rem; line-height: 1.2em; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.guideCont_readMore {margin:0 1em; font-size: 13px; font-weight: 500; text-decoration: underline; display:none;}


.operator-viewBox {margin-top:60px; display: flex; gap: 60px; align-items: center}
.operator-viewBox .vis-box {display: flex; flex-direction: column; align-items: center; gap: 10px;}
.operator-viewBox .vis-box .img {width:300px; height:300px; border-radius: 15px; overflow: hidden;}
.operator-viewBox .vis-box .img img {width:100%; height:100%; object-fit: cover; object-position: center;}
.operator-viewBox .txt-box .txt {margin-bottom: 20px; font-size: 1.4rem; font-weight: bold;}

.trip-accordion .accordion-header .icon-rel {position: relative; padding-left: 20px;}
.etcContentItem .tit-arrow {width: 15px; height: 20px; display: block; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background-size: inherit; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' width='6.506px' height='10.748px' viewBox='0 0 6.506 10.748' enable-background='new 0 0 6.506 10.748' xml:space='preserve'%3E%3Cpath d='M0.001,1.131L1.132,0l5.374,5.374l-5.374,5.374L0,9.617l4.243-4.243L0.001,1.131z'/%3E%3C/svg%3E");}
.accordion-arrow {width: 11px; height: 6px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: all .3s ease-out; -webkit-transition: all .3s ease-out; background-repeat: no-repeat; background-position: center; background-size: 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' width='10.797px' height='6.082px' viewBox='0 0 10.797 6.082' enable-background='new 0 0 10.797 6.082' xml:space='preserve'%3E%3Cpath d='M0.686,0l4.713,4.713L10.112,0l0.685,0.685L5.399,6.082L0,0.685L0.686,0z'/%3E%3C/svg%3E");}
.accordion-arrow.on {transform: translateY(-50%) rotate(180deg);}


.boder-box {border: 1px solid var(--gray07); border-top: none;}
.boder-box:first-child {border-top: 1px solid var(--gray07);}

.booking-section .contBox select {appearance: none; -webkit-appearance: none; -moz-appearance: none; padding: 0 24px 0 10px; background-repeat: no-repeat; background-position: right 10px center; background-size: 8px; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 7.82 4.23'%3E%3Cpolygon class='st0' points='3.91 4.23 7.82 0 0 0 3.91 4.23'/%3E%3C/svg%3E");}

.file-set {position: relative; overflow: hidden}
.file-set input[type=file].input-form {width: 1px; height: 1px; position: absolute; top: -99999px; left: -99999px; overflow: hidden; display: none}
.file-set input[type=text] {background-color:#ededed !important; font-size: 15px;}
.file-set .input-file-btn {width: 100px; height: 50px; display: flex !important; justify-content: center; align-items: center; background: var(--gray03); position: absolute; bottom: 0; right: 0; cursor: pointer; margin: 0 !important;}
.file-set .input-file-btn span {color: #fff; font-size:13px; font-weight: normal;}
.file-set .input-form {padding-right: 125px; text-overflow: ellipsis; overflow: hidden; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1}
.ico-AIbtn {width: 60px; height:60px; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; background-size: cover; z-index: 1;}
.ico-AIbtn.ty-txt {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3E%3Cpath d='M184.62-240q-27.62 0-46.12-18.5Q120-277 120-304.62v-350.76q0-27.62 18.5-46.12Q157-720 184.62-720h590.76q27.62 0 46.12 18.5Q840-683 840-655.38v350.76q0 27.62-18.5 46.12Q803-240 775.38-240H184.62Zm0-40h590.76q9.24 0 16.93-7.69 7.69-7.69 7.69-16.93v-350.76q0-9.24-7.69-16.93-7.69-7.69-16.93-7.69H184.62q-9.24 0-16.93 7.69-7.69 7.69-7.69 16.93v350.76q0 9.24 7.69 16.93 7.69 7.69 16.93 7.69Zm144.61-49.23h301.54v-61.54H329.23v61.54Zm-120-120h61.54v-61.54h-61.54v61.54Zm120 0h61.54v-61.54h-61.54v61.54Zm120 0h61.54v-61.54h-61.54v61.54Zm120 0h61.54v-61.54h-61.54v61.54Zm120 0h61.54v-61.54h-61.54v61.54Zm-480-120h61.54v-61.54h-61.54v61.54Zm120 0h61.54v-61.54h-61.54v61.54Zm120 0h61.54v-61.54h-61.54v61.54Zm120 0h61.54v-61.54h-61.54v61.54Zm120 0h61.54v-61.54h-61.54v61.54ZM160-280v-400 400Z'/%3E%3C/svg%3E");}
.ico-AIbtn.ty-img {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3E%3Cpath d='M267.69-335.38h424.62q5.38 0 8.84-3.47 3.47-3.46 3.47-8.84v-264.62q0-5.38-3.47-8.84-3.46-3.47-8.84-3.47H267.69q-5.38 0-8.84 3.47-3.47 3.46-3.47 8.84v264.62q0 5.38 3.47 8.84 3.46 3.47 8.84 3.47ZM184.62-200q-27.62 0-46.12-18.5Q120-237 120-264.62v-430.76q0-27.62 18.5-46.12Q157-760 184.62-760h590.76q27.62 0 46.12 18.5Q840-723 840-695.38v430.76q0 27.62-18.5 46.12Q803-200 775.38-200H184.62Zm0-40h590.76q9.24 0 16.93-7.69 7.69-7.69 7.69-16.93v-430.76q0-9.24-7.69-16.93-7.69-7.69-16.93-7.69H184.62q-9.24 0-16.93 7.69-7.69 7.69-7.69 16.93v430.76q0 9.24 7.69 16.93 7.69 7.69 16.93 7.69ZM160-240v-480 480Zm184.62-170.77 71.92-96.08 46.54 62.23 63.46-84.61 88.84 118.46H344.62Z'/%3E%3C/svg%3E");}
.recommend-box {background-repeat: no-repeat; background-position:  center; background-size: cover;}
.recommend-box::before {content: ''; width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; border-radius: 16px; z-index: 0; transition: all .2s ease-out; -webkit-transition: all .2s ease-out;}
.recommend-box::after {content: ''; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; border-radius: 16px; z-index: 0;}
.recommend-box.recommend-nlp::before {background-image:url('../imgs/sub/tour-searchVis01.jpg');}
.recommend-box.recommend-img::before {background-image:url('../imgs/sub/tour-searchVis02.jpg');}
.recommend-box:hover::before {transform: scale(1.1);}

.recommend-title, .recommend-desc {position: relative; z-index: 1; color: #fff;}


/* ai 검색결과 */
.naturalTourDetail.ai-type .detail-contBox .right-cont .top-cont {background-color: #fff;}
.naturalTourDetail.ai-type .detail-contBox .right-cont {min-height: 1014px;}
.naturalTourDetail.ai-type .card_mngr .card_unit, .naturalTourDetail.ai-type .detail-contBox .right-cont .bottom-cont, .naturalTourDetail.ai-type .expand-btn > p {background-color: #fff;}


.pop-cont-box .all-section .btn-all {width: 100%; height: 40px; position: relative; display: block; text-align: center; border: 1px solid rgba(0, 0, 0, 0.1); border-bottom: none;}
.pop-cont-box .all-section .btn-all span {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 14px;}
.pop-cont-box .all-section .btn-all.active {border:1px solid var(--primaryDark);}
.pop-cont-box .all-section .btn-all.active span {color:var(--primaryDark)}

.pop-cont-box.wide-ty {max-width: 1200px;}
.pop-cont-box.wide-ty .pop-selList-Box {max-height: 700px; overflow-y: auto}




/* Grid Type */
.ai-searchBox .file-upload {
  height: 350px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #a98572;
  border-radius: 15px;
  flex-flow: column nowrap;
  background-color: #fff9f6;
  position: relative;
}

.ai-searchBox .file-upload.drag-on {
  border-style: solid;
  background-color: #f1e7e2;
}

.ai-searchBox .file-upload.drag-on .line-gap span {
  background-color: #f1e7e2;
}

.ai-searchBox .file-upload.file-ok #fileInput {
  display: none;
}

.ai-searchBox .file-upload p.icon {  
  color: var(--gray01);
  font-size: 14px;
  text-align: center;
  padding-top: 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 50px;  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23333'%3E%3Cpath d='M480-480ZM224.62-160q-27.62 0-46.12-18.5Q160-197 160-224.62v-510.76q0-27.62 18.5-46.12Q197-800 224.62-800h280v40h-280q-10.77 0-17.7 6.92-6.92 6.93-6.92 17.7v510.76q0 10.77 6.92 17.7 6.93 6.92 17.7 6.92h510.76q10.77 0 17.7-6.92 6.92-6.93 6.92-17.7v-280h40v280q0 27.62-18.5 46.12Q763-160 735.38-160H224.62Zm46.15-144.62h418.46L560-476.92 440-325.38l-80-96.16-89.23 116.92ZM680-600v-80h-80v-40h80v-80h40v80h80v40h-80v80h-40Z'/%3E%3C/svg%3E");
}



.ai-searchBox .file-upload .line-gap {
  width:100%;
  text-align: center;
  position: relative;
  margin: 15px 0;
}

.ai-searchBox .file-upload .line-gap span {
  padding:0 20px;
  background-color: #fff9f6;
  font-size: 12px;
  position: relative;
}

.ai-searchBox .file-upload .line-gap::before {
  content:'';
  width:80%;
  height:1px;
  display: block;
  border-top: 1px solid var(--gray03);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 
.ai-searchBox {
  max-width: 500px;
  width: 100%;
  margin: 0;
  z-index: 1;
}
.ai-searchBox .file-label {
  width: 90px;
  height: 35px;
  line-height: 35px;
  background-color: var(--gray03);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  text-align: center;
}

.ai-searchBox .file-label span {
  font-size: 13px;
  color: white;
}

.ai-searchBox .file-upload input[type="file"] {
  width: 100%;
  height: 100%;  
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: default;
}

.ai-searchBox .file-upload .preview {
  position: absolute;
  z-index: 3;
}


.AI-lr_contaier {display: flex; width: 100%; height: 100vh; overflow: hidden;}
.AI-lr_contaier .contents-box {width: calc(100% - 600px); height: 100%; display: flex; align-items: center; justify-content: space-between; flex-direction: column;}
.AI-lr_contaier .contents-box .ai-contentBox {width: 100%; height: calc(100% - 162px); box-sizing: border-box; position: relative;}
.AI-lr_contaier .contents-box .ai-contentBox:before {content:''; width: 1px; height:100%; position:absolute; top:0; left:20%; background-color:var(--gray07); display:block;}
.AI-lr_contaier .contents-box .ai-contentBox .flex_container {display: flex; flex-direction: row; width: 100%;}
.AI-lr_contaier .contents-box .ai-contentBox .flex_container .left-cont, .AI-lr_contaier .contents-box .ai-contentBox .flex_container .right-cont {padding: 40px 20px; box-sizing: border-box;}
.AI-lr_contaier .contents-box .ai-contentBox .flex_container .left-cont {width: 20%;}
.AI-lr_contaier .contents-box .ai-contentBox .flex_container .left-cont .tit {font-size: 24px; color:#000; font-weight: 500;}
.AI-lr_contaier .contents-box .ai-contentBox .flex_container .left-cont .txt {font-size: 14px; color: var(--gray06); margin-top: 10px; display: block; word-break: keep-all;}

.AI-lr_contaier .contents-box .ai-contentBox .flex_container .right-cont {width: 80%;}


.AI-lr_contaier .visual-box {width: 600px; height: 100%; position: relative; overflow: hidden;}
.AI-lr_contaier .visual-box .visual {max-width: max-content; position: absolute; top: 50%; left: -70%; transform: translate(-50%, -50%);}


/* .aicon-list{display:grid; gap:20px; grid-template-columns: repeat(4, 1fr);  grid-auto-rows: 250px; grid-template-areas: "a b e e" "c d e e" "f f g h" "f f i j";} */
.aicon-list{display:grid; gap:20px; grid-template-columns: repeat(4, 1fr);  grid-auto-rows: 250px; grid-template-areas: "a b e e" "c d e e";}
.aicon-list > li{border-radius:14px; overflow:hidden; background:#ddd; box-shadow: 0 6px 18px rgba(0,0,0,.08);}
.aicon-list img{width:100%; height:100%; display:block; object-fit:cover; transform: scale(1); transition: transform .25s ease;}
.aicon-list > li:hover img{ transform: scale(1.04);}

/* area 매핑: 1~10 */
.aicon-list > li:nth-child(1){ grid-area:a;}
.aicon-list > li:nth-child(2){ grid-area:b;}
.aicon-list > li:nth-child(3){ grid-area:c;}
.aicon-list > li:nth-child(4){ grid-area:d;}
.aicon-list > li:nth-child(5){ grid-area:e;} /* 2x2 (5번) */
.aicon-list > li:nth-child(6){ grid-area:f;} /* 2x2 (6번) */
.aicon-list > li:nth-child(7){ grid-area:g;}
.aicon-list > li:nth-child(8){ grid-area:h;}
.aicon-list > li:nth-child(9){ grid-area:i;}
.aicon-list > li:nth-child(10){ grid-area:j;}


.waitlist-contents {position:relative; padding: 80px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: url('../imgs/sub/bg-waitlist.jpg') no-repeat center / cover; border-radius: 16px; overflow: hidden;}
.waitlist-contents::before {content:''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; top: 0; left: 0; z-index: 0;}
.waitlist-contents .txt-box, .waitlist-contents button {position: relative;}

.waitlist-contents .txt-box * {color:#fff;}
.waitlist-contents .txt-box .tit {font-size: 20px; font-weight: 700; word-break: keep-all;}
.waitlist-contents .txt-box .tit.ico {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23fff'%3E%3Cpath d='M224.62-120q-27.62 0-46.12-18.5Q160-157 160-184.62v-510.76q0-27.62 18.5-46.12Q197-760 224.62-760h70.76v-89.23h43.08V-760h286.16v-89.23h40V-760h70.76q27.62 0 46.12 18.5Q800-723 800-695.38v263.46l-40 40v-143.46H200v350.76q0 9.24 7.69 16.93 7.69 7.69 16.93 7.69h238l40.76 40H224.62ZM200-575.39h560v-119.99q0-9.24-7.69-16.93-7.69-7.69-16.93-7.69H224.62q-9.24 0-16.93 7.69-7.69 7.69-7.69 16.93v119.99Zm0 0V-720-575.39ZM658.92-100 549.23-208.92l28.31-28.31 81.15 81.15L821-318.38l28.31 28.53L658.92-100Z' /%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: top center; background-size: 60px; padding-top: 70px;}
.waitlist-contents .txt-box .txt {}

.waitlist-contents button {height: 35px; display: flex; align-items: center; color: #fff; font-size: 13px; background-color: var(--primaryDark); border-radius: 3px; padding: 0 20px; box-sizing: border-box; cursor: pointer; margin-top: 20px; transition: all 0.3s; -webkit-transition: all 0.3s;}
.waitlist-contents button:hover {background-color:#cb0036;}


@media (max-width: 1024px) {
  .operator-viewBox {margin-top: 60px; gap: 10px; flex-direction: column;}
  .operator-viewBox .txt-box .txt {text-align: center;}
}