@charset "UTF-8";

button.tiptxt .tiptxtArea span .btnClose, .tooltipWrap .btnTool, .k1_passenger li .setting button, .quickTab > a, .photoList.typeFull .listCont .btSave, .alertBox .alertInner .closeA, .main_grid .swiperMytrip .swiper-slide .del, .mainTopbanner .btn_close {
  overflow: hidden;
  text-indent: -9999px;
}

/* 메인 */
/* [Daniel] Vue 확인 후 삭제 */
/* .swiperMain .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.swiperMain .swiper-container .swiper-wrapper .swiper-slide a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(86, 154, 255, 0), #000);
  opacity: 0.5;
  border-radius: 16px;
}
.swiperMain .swiper-container .swiper-wrapper .swiper-slide a figure img {
  border-radius: 16px;
  height: 397px;
  object-fit: cover;
}
.swiperMain .swiper-container .swiper-wrapper .swiper-slide a .context {
  position: absolute;
  bottom: 32px;
  left: 0;
  padding: 0 24px;
  z-index: 1;
}
.swiperMain .swiper-container .swiper-wrapper .swiper-slide a .context .sTitle {
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 40px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.85;
}
.swiperMain .swiper-container .swiper-wrapper .swiper-slide a .context .title {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
}
.swiperMain .swiper-container .swiper-wrapper .swiper-slide a .context .desc {
  margin-top: 16px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.swiperMain .swiper-container .swiper-wrapper .swiper-slide a .context .desc > span {
  margin-right: 5px;
  color: #fff;
} */

/* 메인 배너 */
.mainTopbanner {
  position: relative;
  width: 100%;
  background: #18225c;
}
.mainTopbanner .bandBanner_info > a {
  display: block;
}
.mainTopbanner .bandBanner_info > a span {
  position: relative;
  display: block;
  padding: 20px 60px 20px 44px;
  color: #fff;
  font-weight: 600;
  line-height: 1.53;
  background: url(../images/common/ico_topBanner.svg) no-repeat 20px 21px;
}
.mainTopbanner .btn_close {
  position: absolute;
  top: 3px;
  right: 0;
  width: 52px;
  height: 52px;
}
.mainTopbanner .btn_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background: url(../images/common/spr_layout.svg) no-repeat -300px 0;
}

/* .subMainVisual {
  margin-top: 24px;
}
.subMainVisual figure {
  display: block;
  width: 100%;
}
.subMainVisual figure img {
  height: 100%;
  object-fit: cover;
}
.subMainVisual .swiper-slide {
  position: relative;
}
.subMainVisual .swiper-slide .context {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0 0 20px;
  box-sizing: border-box;
}
.subMainVisual .swiper-slide .context .sTitle {
  display: block;
  font-size: 1.4rem;
  color: #faffee;
}
.subMainVisual .swiper-slide .context .title {
  margin-top: 9px;
  display: block;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 900;
  line-height: 34px;
}
.subMainVisual .swiper-slide .context .desc {
  margin-top: 7px;
  color: #F8F8F8;
}
.subMainVisual .swiper-pagination {
  position: absolute;
  left: 40px;
  bottom: 20px;
  right: 0;
  width: auto !important;
  text-align: left;
  z-index: 10;
}
.subMainVisual .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.subMainVisual .swiper-pagination .tyNum .swiper-paging {
  top: 0;
}
.subMainVisual .swiper-paging {
  top: -7px;
  right: 40px;
}
.subMainVisual ~ .titDep3 {
  margin: 46px 0 14px;
} */

/* .subMainSwiper .swiper-slide {
  position: relative;
}
.subMainSwiper figure {
  overflow: hidden;
  border-radius: 8px;
}
.subMainSwiper .storeName {
  display: block;
  margin-top: 13px;
  font-size: 1.6rem;
  color: #202020;
  font-weight: 700;
}
.subMainSwiper .location {
  display: block;
  font-size: 1.4rem;
  color: #808080;
}
.subMainSwiper .context {
  position: absolute;
  left: 24px;
  bottom: 38px;
}
.subMainSwiper .context .title {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
}
.subMainSwiper .context .desc {
  display: block;
  margin-top: 8px;
  color: #fff;
}
.subMainSwiper .context.storeInfo {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  padding: 18px 20px;
  font-size: 0;
  box-sizing: border-box;
  border-radius: 0 0 12px 12px;
  background: rgba(0, 0, 0, 0.6);
}
.subMainSwiper .context.storeInfo .storeName {
  display: inline-block;
  width: 65%;
  margin-top: 0;
  color: #fff;
}
.subMainSwiper .context.storeInfo .location {
  display: inline-block;
  width: 35%;
  margin-top: 0;
  text-align: right;
  color: #fff;
}
.subMainSwiper .btDel {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
}
.subMainSwiper .btDel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  width: 2px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
}
.subMainSwiper .btDel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  width: 2px;
  height: 14px;
  background: #fff;
  transform: rotate(-45deg);
} */

/* [Daniel] Vue 확인 후 삭제 */
/* .storeListItem a {
  display: block;
}
.storeListItem .swiperWrap .swiper-paging {
  right: 40px;
}
.storeListItem .editorInfo {
  overflow: hidden;
  padding: 16px 0 12px;
  border-bottom: 1px solid #EAEAEA;
}
.storeListItem .editorInfo figure {
  overflow: hidden;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
}
.storeListItem .editorInfo .editorName {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  color: #202020;
  font-weight: 600;
}
.storeListItem .editorInfo .price {
  float: right;
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #63a1ff;
}
.storeListItem .editorInfo .date {
  float: right;
  margin-top: 8px;
  font-size: 1.4rem;
  color: #808080;
}
.storeListItem .titDep4 {
  margin: 18px 0 2px;
}
.storeListItem .text {
  margin-top: 10px;
  font-size: 1.4rem;
}
.storeListItem .counter {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  color: #808080;
}
.storeListItem .tagList {
  margin-top: 5px;
}
.storeListItem .tagList span {
  font-size: 1.4rem;
  color: #808080;
}
.storeListItem ~ .storeListItem {
  margin-top: 39px;
}
.storeListItem ~ .bannerType {
  margin-top: 41px;
}
.swiperWrap .storeListItem {
  padding: 0 20px 16px;
  border-radius: 12px;
}
.swiperWrap .storeListItem figure {
  overflow: hidden;
  border-radius: 8px;
}
.swiperWrap .storeListItem .editorInfo {
  padding-top: 10px;
}
.swiperWrap .storeListItem .editorInfo figure {
  border-radius: 50%;
}
.swiperWrap .storeListItem .text {
  margin-top: 4px;
  font-size: 1.4rem;
}
.swiperWrap .storeListItem .conUtil {
  margin-top: 6px;
}
.swiperWrap .storeListItem ~ .storeListItem {
  margin-top: 0;
} 

.swiperWrap.influencerPick .editorInfo figure {
  height: auto;
}
.swiperWrap.influencerPick .editorInfo figure img {
  width: 36px;
  height: 36px;
}
.swiperWrap.influencerPick figure {
  height: auto;
}
.swiperWrap.influencerPick figure img {
  width: calc(100vw - 40px - 40px - 2px);
  height: calc(100vw - 40px - 40px - 2px);
  object-fit: cover;
}
.swiperWrap.influencerPick .swiper-container {
  width: calc(100% - 40px);
  margin: 0 20px 4px;
  padding: 0;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
}
.swiperWrap.influencerPick .text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: auto;
  white-space: normal;
}
*/
.swiperWrap ~ .bannerType {
  margin-top: 42px;
}

.photoList ~ .bannerType {
  margin-top: 48px;
}

/* 서브메인 */
/* .main_grid {
  position: relative;
  margin-top: 32px;
  padding: 0;
}
.main_grid .titDep5 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 1.6rem;
}
.main_grid .swiperMytrip {
  margin: -32px -20px 0;
}
.main_grid .swiperMytrip .swiper-container .swiper-wrapper {
  padding-top: 32px;
}
.main_grid .swiperMytrip .swiper-slide {
  position: relative;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  flex-direction: column;
}
.main_grid .swiperMytrip .swiper-slide > a {
  display: block;
  padding: 20px 18px;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_from_to {
  font-size: 1.4rem;
  line-height: 1.2;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_from_to > div {
  position: relative;
  float: none;
  width: auto;
  display: inline-block;
  color: #202020;
  font-weight: 600;
  text-align: left;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_from_to > div + div {
  padding-left: 30px;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_from_to > div + div:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  left: 5px;
  margin-left: 0;
  background: url(../images/air/spr_air.svg) no-repeat -112px 0;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_from_to.i2 > div + div:before {
  background-position: -132px 0;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_fr {
  margin-top: 3px;
  float: none !important;
  font-size: 0;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_fr strong, .main_grid .swiperMytrip .swiper-slide > a .k1_fr span {
  color: #808080;
  font-size: 1.4rem;
  font-weight: 400;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_fr strong {
  display: block;
  margin-bottom: 3px;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_fr span {
  display: inline-block;
  min-width: auto;
  height: 14px;
  margin: 0;
  padding: 0;
  line-height: 14px;
  text-align: left;
  background: none;
}
.main_grid .swiperMytrip .swiper-slide > a .k1_fr span + span {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #EAEAEA;
}
.main_grid .swiperMytrip .swiper-slide .del {
  position: relative;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 36px;
  height: 36px;
}
.main_grid .swiperMytrip .swiper-slide .del:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  background: url(../images/common/spr_ico.svg) no-repeat 0 -26px;
}
.main_grid .swiperMytrip .swiper-pagination {
  margin: 0;
}
.main_grid .swiperMytrip .swiper-paging {
  top: 3px;
  right: 20px;
  bottom: auto;
  height: auto;
  padding: 0;
  font-size: 1.4rem;
  background: none;
}
.main_grid .swiperMytrip .swiper-paging .paging {
  color: #808080;
}
.main_grid .swiperMytrip .swiper-paging .paging span {
  color: #808080;
  font-size: 1.4rem;
}
.main_grid .swiperMytrip .swiper-paging .paging .swiper-pagination-current {
  color: #808080;
} */

/* alert/confirm */
.alertBox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:110}
.alertBox::after{content:"";display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.8);z-index:1}
.alertBox .alertInner{position:absolute;top:50%;right:20px;left:20px;z-index:10;padding:20px;background:#fff;text-align:center;border-radius:12px;transform:translateY(-50%)}
.alertBox .alertInner .titAlert{padding:24px 0 10px;font-size:1.8rem;color:#202020;font-weight:700;line-height:1.16}
.alertBox .alertInner .txtAlert{line-height:1.46}
.alertBox .alertInner .alertBtns{display:flex;margin:30px -4px 0}
.alertBox .alertInner .alertBtns .btnDefault{margin:0 4px}
.alertBox .alertInner .closeA{position:absolute;top:4px;right:4px;width:56px;height:56px}
.alertBox .alertInner .closeA::after{content:"";display:block;position:absolute;top:50%;left:50%;width:26px;height:26px;margin-top:-13px;margin-left:-13px;background:url(../images/common/spr_layout.svg) no-repeat -84px 0}

/* .listCont {
  position: relative;
}
.listCont > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.listCont > a figure {
  overflow: hidden;
  border-radius: 8px;
}
.listCont > a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listCont > a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 16px;
  color: #202020;
  font-weight: 600;
}
.listCont > a .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 4px;
}
.listCont > a .conUtil {
  margin-top: 12px;
}
.listCont > a .conUtil span {
  position: relative;
  display: inline-block;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.16;
}
.listCont > a .conUtil span.likeNum {
  padding-left: 16px;
}
.listCont > a .conUtil span.likeNum:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  left: 0;
  margin-left: 0;
  background: url(../images/common/spr_ico.svg) no-repeat -150px 0;
}
.listCont > a .conUtil span.txtLocation {
  margin-left: 5px;
  padding-left: 6px;
}
.listCont > a .conUtil span.txtLocation:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #EAEAEA;
} */

/* [Daniel] Vue 확인 후 삭제 */
/* .k1_calendarMulti .k1_calendar_wrap .k1_board_mcal {
  table-layout: fixed;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal thead th {
  height: 34px;
  color: #606060;
  text-align: center;
  background: none;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td {
  position: relative;
  height: 64px;
  padding-top: 12px;
  text-align: center;
  vertical-align: top;
  line-height: 1.5;
  border: none;
  font-weight: 400;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: -6px;
  border-radius: 50%;
  line-height: 32px;
  z-index: 4;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td .txt {
  position: absolute;
  top: -21px;
  left: 50%;
  width: auto;
  height: 21px;
  padding: 0 8px;
  color: #569aff;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  border: 1px solid #abccff;
  border-radius: 8px;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td .txt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 3px;
  height: 3px;
  margin-left: -3px;
  border: solid #abccff;
  border-width: 0 1px 1px 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td .price {
  display: block;
  margin-top: 2px;
  font-size: 1.1rem;
  text-align: center;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td .price.lowPrice {
  color: #63a1ff;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.today a {
  color: #569aff;
  background: #f4f9ff;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.start a {
  color: #fff;
  background: #63a1ff;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.start.end:before {
  display: none;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.end a {
  color: #fff;
  background: #63a1ff;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.end:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 50%;
  left: -50%;
  height: 32px;
  background: #f4f9ff;
  z-index: 1;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.end.prevMonth:before {
  left: 50%;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.range a {
  color: #63a1ff;
  z-index: 2;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.range:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -50%;
  right: -50%;
  height: 32px;
  background: #f4f9ff;
  z-index: 1;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.dayPick a {
  color: #fff;
  background: #63a1ff;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.dayPick.end:before {
  display: none;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.off span {
  color: #CACACA;
  position: relative;
  z-index: 3;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.off .price {
  display: none;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.off:before {
  display: none;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.off.prevMonth span, .k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.off.nextMonth span {
  display: none;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal td.close a {
  background: #CACACA;
  color: #fff;
}
.k1_calendarMulti .k1_calendar_wrap .k1_board_mcal .sun a {
  color: #E83667;
}
.k1_calendarMulti.pop_calendar .k1_calendar_wrap .k1_board_mcal td {
  height: 48px;
  padding-top: 0;
  vertical-align: middle;
}
.k1_calendarMulti.pop_calendar .k1_calendar_wrap .k1_board_mcal td a {
  margin-top: 0;
}
.k1_calendarMulti.pop_calendar .k1_calendar_wrap .k1_board_mcal td .txt {
  z-index: 4;
}
.k1_calendarMulti.pop_calendar .k1_calendar_wrap .k1_board_mcal td.today a:after {
  content: "오늘";
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  color: #63a1ff;
  font-size: 1.2rem;
  text-align: center;
} */

/* .k1_passenger li {
  position: relative;
  float: none;
  width: auto;
  margin-top: 32px;
}
.k1_passenger li:first-child {
  margin-top: 0;
}
.k1_passenger li:first-child .setting {
  margin: 0;
}
.k1_passenger li:nth-child(2) .caption {
  padding-left: 0;
}
.k1_passenger li .caption {
  color: #202020;
  font-size: 1.6rem;
  font-weight: 700;
}
.k1_passenger li .caption .desc {
  position: static;
  display: block;
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: inherit;
}
.k1_passenger li .setting {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  height: 32px;
  margin: 0 !important;
  white-space: nowrap;
  border: none;
}
.k1_passenger li .setting button {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
}
.k1_passenger li .setting button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background: url(../images/common/spr_air.svg) no-repeat -52px -20px;
}
.k1_passenger li .setting button.plus:after {
  background-position: -68px -20px;
}
.k1_passenger li .setting button:disabled:after {
  opacity: 0.25;
}
.k1_passenger li .setting input {
  display: inline-block;
  width: 36px;
  height: 32px;
  color: #202020;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 32px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border: none;
  font-family: inherit;
}
.k1_passenger li.selectArea .selectScroll::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 100%;
  left: 0;
}
.k1_passenger li.selectArea li {
  margin-top: 0;
}
.k1_passenger li.selectArea .caption {
  margin-bottom: 8px;
  display: inline-block;
}
.k1_passenger li.selectArea .selectWrap {
  width: 49%;
  float: left;
  margin-bottom: 2%;
}
.k1_passenger li.selectArea .selectWrap:nth-child(odd) {
  margin-right: 2%;
}
.k1_passenger li.selectArea .clearfix::after {
  display: block;
  content: "";
  clear: both;
} */

.layPop.layPhotoView .layContainer{padding:0}
.layPop.layPhotoView .layContainer > .layContent{height:100%;min-height:auto}
.layPop.layPhotoView .layContainer > .layContent .swiperGallery .swiperWrap .swiper-wrapper .swiper-slide{flex-direction:column;align-items:center;justify-content:center}
.layPop.layPhotoView .layContainer > .layContent .swiperGallery .swiperImgBig img{object-fit: contain}

.swiperGallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 56px);
  background: #000;
  padding-bottom: 113px;
}
.swiperGallery .swiperImgBig {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height:calc(100% - 113px);
  margin-top: -55px;
  transform: translateY(-50%);
}
.swiperGallery .swiperImgBig img {
  height: 100%;
  object-fit: cover;
}

.swiperGallery .swiperImgBig .swiper-container{
height:100%;
}

.swiperGallery .swiperImgBig .swiper-slide{
  display:flex;align-items:center;justify-content:center;
}

.swiperGallery .swiperThumb {
  width: 100vw;
  margin: 0;
  position: absolute;
  bottom: 24px;
}
.swiperGallery .swiperThumb .swiper-container {
  padding: 0 8px;
  width: 100vw;
}
.swiperGallery .swiperThumb .swiper-wrapper {
  margin: 0;
}
.swiperGallery .swiperThumb .swiper-slide figure {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.swiperGallery .swiperThumb .swiper-slide figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.swiperGallery .swiperThumb .swiper-slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  border-radius: 8px;
  transform: translate(-50%, -50%);
}
.swiperGallery .swiperThumb .swiper-slide.swiper-slide-thumb-active figure {
  border: 1px solid #cde0ff;
}
.swiperGallery .swiperThumb .swiper-slide.swiper-slide-thumb-active figure:after {
  display: none;
}

.noData {
  display: flex;
  text-align: center;
  height: calc(100vh - 80vh);
  justify-content: center;
  align-items: center;
}
.noData p.tit {
  position: relative;
  padding-top: 70px;
}
.noData p.tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  top: 0;
  margin-top: 0;
  background: url(../images/common/spr_ico.svg) no-repeat -335px 0;
}
.noData p.tit strong {
  display: block;
  color: #202020;
  font-size: 1.8rem;
  font-weight: 700;
}
.noData p.tit span {
  display: block;
  margin-top: 12px;
}
.noData p.txt strong {
  display: block;
  color: #202020;
  font-size: 1.8rem;
  font-weight: 700;
}
.noData p.txt span {
  display: block;
  margin-top: 12px;
}
/* .noData.search p.tit:before {
  background: url(../images/common/no_search.png) no-repeat;
  background-position: 0 0;
}
.noData.restaurant p.tit:before {
  background: url(../images/common/no_restaurant.png) no-repeat;
  background-position: 0 0;
}
.noData.stay p.tit:before {
  background: url(../images/common/no_stay.png) no-repeat;
  background-position: 0 0;
}
.noData.rentcar p.tit:before {
  background: url(../images/common/no_rentcar.png) no-repeat;
  background-position: 0 0;
}
.noData.cafe p.tit:before {
  background: url(../images/common/no_cafe.png) no-repeat;
  background-position: 0 0;
} */

.bannerType{display:block;overflow:hidden;position:relative;width:100%;border-radius:8px}

.btmLinks{display:flex;margin:44px 0 0;background:#F8F8F8}
.btmLinks a{position: relative;width:100%;height:48px;color:#202020;font-weight:600;line-height:48px;text-align:center}
.btmLinks a::before{content:" ";display:block;position:absolute;top:50%;left:0;width:1px;height:12px;margin-top:-6px;background:rgba(128, 128, 128, .2)}
.btmLinks a:first-child::before{display:none}

/*공지사항 목록*/
.noticeList{margin-top:12px}
.noticeList li a{display:block;padding:20px 0;border-bottom:1px solid #EAEAEA}
.noticeList li a > p{position:relative;font-size:1.6rem;color:#202020;font-weight:600;line-height:1.5}
.noticeList li a > p img{position:absolute;bottom:4px;width:auto;margin-left:4px}

/* .sortingList {
  margin-top: 4px;
}
.sortingList p {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  padding-left: 7px;
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.57;
}
.sortingList p:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #EAEAEA;
} */

/* .moreBtn {
  margin-top: 20px;
  text-align: center;
}
.moreBtn .icoMore {
  color: #404040;
  font-size: 1.6rem;
  font-weight: 600;
} */

/*공지사항 상세*/
.listBtn button{font-size:1.6rem}

/*공지사항 FAQ*/
.faqSelect {
  display: flex;
  margin-bottom: 8px;
}
.faqSelect .selectWrap {
  width: 100%;
}
.faqSelect .airSelect {
  margin-right: 8px;
}

.toggleList.faqList {
  margin-top: 12px;
}
.toggleList.faqList .toggleBtn {
  display: flex;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
}
.toggleList.faqList .toggleBtn span {
  margin-right: 8px;
  color: #63a1ff;
  font-size: 1.5rem;
  font-weight: 700;
}
.toggleList.faqList .toggleBtn p {
  position: relative;
  width: 80%;
  padding-right: 40px;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.toggleList.faqList .toggleBtn img {
  position: absolute;
  bottom: 3px;
  width: auto;
  margin-left: 4px;
}
.toggleList.faqList .toggleBtn[aria-expanded=true] {
  border: none;
}
.toggleList.faqList .toggleCont .contInner {
  padding: 20px;
  color: #606060;
  background: #F8F8F8;
}
.toggleList.faqList .toggleCont .contInner .topTxt {
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.toggleList.faqList .toggleCont .contInner div strong {
  padding-bottom: 4px;
  color: #404040;
  font-size: 1.5rem;
  font-weight: 600;
}
.toggleList.faqList .toggleCont .contInner div p {
  display: flex;
  margin-top: 8px;
  font-size: 1.4rem;
}
.toggleList.faqList .toggleCont .contInner div p span {
  margin-right: 8px;
}
.toggleList.faqList .toggleCont .contInner .homepage {
  margin-bottom: 24px;
}

.completePanel {
  position: relative;
  margin: 0 -20px;
  padding: 40px 0 180px;
  text-align: center;
  background: #63a1ff;
}
.completePanel .message {
  padding-top: 112px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  background: url(../images/air/ic_flight_complete.svg) no-repeat 50% 0;
}
.completePanel .message small {
  display: block;
  margin-top: 11px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
}

.boxCompCont {
  position: relative;
  margin-top: -126px;
}
.boxCompCont .inner {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  z-index: 2;
}
.boxCompCont:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 6px;
  right: 6px;
  height: 30px;
  border-radius: 12px;
  background: #e6effe;
  z-index: 1;
}

.flagList{margin-top:12px;font-size:0;line-height:1}
.flagList .infoFlag{margin-right:4px;background:#F8F8F8;color:#606060}
.flagList .infoFlag.col01,
.flagList .infoFlag.traveler,
.flagList .infoFlag.flagBest{background:#f4f9ff;color:#63a1ff}
.flagList .infoFlag.col02{background:#FEF6F8;color:#E83667}
.flagList .infoFlag.col03,
.flagList .infoFlag.envi,
.flagList .infoFlag.resident{background:#F4FCFC;color:#009FA2}
.flagList .infoFlag.fly{padding:0 8px;background:#F4FCFC;color:#009FA2}
.flagList .infoFlag.jejuOnly{background:#f4f9ff;color:#63a1ff}
.flagList .infoFlag.special{background:#F8F8F8;color:#606060}
.flagList .infoFlag.hot, 
.flagList .infoFlag.flagNew{background:#FEF6F8;color:#DE1A50}
.flagList .infoFlag.nokids{background:rgba(255, 255, 162, 0.7490196078);color:#ffa700}
.flagList .infoFlag.ad{padding:2px 8px;border:1px solid #dadada;background:#fff}
.flagList .infoFlag.ad::before{content:"!";display:inline-block;padding:0 5px 0 2px}

.tooltipWrap{display:inline-block;font-size:0}
.tooltipWrap .btnTool{display:inline-block;width:18px;height:18px;background:url(../images/common/spr_ico.svg) no-repeat -120px -54px}
.tooltipWrap .tooltipCont{display:none;position:absolute;right:20px;left:20px;margin-top:5px;padding:12px 32px 12px 16px;border:1px solid #CACACA;background:#fff;text-align:left;box-shadow:0 4px 8px rgba(32, 32, 32, 0.08);border-radius:8px}
.tooltipWrap .tooltipCont .context{font-size:1.3rem;color:#808080}
.tooltipWrap .tooltipCont .btnClose{position:absolute;top:14px;right:12px;width:12px;height:12px;text-indent:-9999em}
.tooltipWrap .tooltipCont .btnClose::before{content:"";position:absolute;top:0;right:4px;width:2px;height:14px;background:#AEAEAE;transform:rotate(45deg)}
.tooltipWrap .tooltipCont .btnClose::after{content:"";position:absolute;top:0;right:4px;width:2px;height:14px;background:#AEAEAE;transform:rotate(-45deg)}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 161, 255, 0.9);
  z-index: 10000;
}
.loading.loadingRentcar .loadingInner {
  width: 100%;
}
.loading .loadingInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading .loadingInner .loadingAni {
  display: inline-block;
  width: 80px;
}
.loading .loadingInner .loadingTxt {
  margin-top: 24px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.loading .loadingInner .loadingTxt .adj {
  display: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.loading .loadingInner .loadingTxt .adj.show {
  display: block;
}
.loading .loadingAD {
  position: absolute;
  bottom: 16px;
  bottom: calc(constant(safe-area-inset-bottom) + 16px);
  bottom: calc(env(safe-area-inset-bottom) + 16px);
  left: 24px;
  right: 24px;
  padding: 36px 16px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 12px;
  background: #2f7bf2;
}

.errorWrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 116px;
  transform: translateY(-50%);
  text-align: center;
  background: url(../images/common/img_error404.png) no-repeat 50% 0/auto 92px;
}
.errorWrap .titError {
  display: block;
  margin-bottom: 10px;
  color: #202020;
  font-size: 2rem;
  font-weight: 700;
}
.errorWrap .txterror {
  font-size: 1.6rem;
}

.floatingBtns .txtArea .col01{color:#E83667}

button.tiptxt {
  overflow: inherit;
}
button.tiptxt .tiptxtArea {
  width: calc(100% + 30px);
  max-width: 200px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
}
button.tiptxt .tiptxtArea span {
  position: relative;
  padding: 6px 30px 6px 12px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
  background: #63a1ff;
  border-radius: 15px;
}
button.tiptxt .tiptxtArea span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  background: #63a1ff;
  transform: rotate(-45deg);
}
button.tiptxt .tiptxtArea span .btnClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url(../images/common/ico_close.svg) no-repeat 6px center;
  background-size: 12px;
}
button.tiptxt .tiptxtArea.type2 span {
  padding-right: 12px;
}
button.tiptxt.btnM .tiptxtArea {
  bottom: 58px;
}

.swiperWrap.swiperGap .swiper-slide > a{display:block;width:100%}

.likeNum.small {
  color: #808080;
  font-size: 1.4rem;
}

.searchIcon + .storeListItem {
  margin-top: 24px;
}

.titAlert em.pur {
  color: #63a1ff;
}

/* .tabWrap.anchorTabFixed {
  margin-bottom: 0;
}
.tabWrap.anchorTabFixed.fixed {
  height: 35px;
}
.tabWrap.anchorTabFixed [class^=tabType] {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
} */


.detailView #tabContents01 .topLine::before {
  display: none;
}

.detailView #tabContents02.anchorTab,
.detailView #tabContents03.anchorTab {
  padding-top: 0;
}
.detailView #tabContents02.anchorTab::before,
.detailView #tabContents03.anchorTab::before {
  content: "";
  display: block;
  height: 9px;
  margin: 30px -20px;
  border-top: 1px solid #EAEAEA;
  background: #F8F8F8;
}

/*footer-개인정보처리방침*/
.verSelect{display:flex;margin-bottom:32px}
.verSelect.selectWrap{width:100%}
.verSelect .btnDefault{flex:0 0 58px;margin-left:8px}

.txtCont.footer strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.6rem;
  color: #202020;
  font-weight: 700;
}
.txtCont.footer .numList {
  counter-reset: section;
}
.txtCont.footer .numList li {
  position: relative;
  margin-top: 4px;
  padding-left: 15px;
}
.txtCont.footer .numList li:before {
  content: counter(section) ")";
  counter-increment: section;
  display: inline-block;
  width: 15px;
  margin: -3px 0 0 -15px;
  vertical-align: middle;
}

.layContent .txtCont {
  margin: 32px 0;
}
.layContent .txtCont:first-child {
  margin-top: 0;
}
.layContent .txtCont .numList {
  counter-reset: section;
}
.layContent .txtCont .numList li {
  position: relative;
  margin-top: 4px;
  padding-left: 15px;
}
.layContent .txtCont .numList li:before {
  content: counter(section) ")";
  counter-increment: section;
  display: inline-block;
  width: 15px;
  margin: -3px 0 0 -15px;
  vertical-align: middle;
}

/*footer-보험안내*/
.subTxt.typeL {
  margin-top: 12px;
  text-align: left;
}


/* [Daniel]공통 요소인데 다른 메뉴에 있는 CSS */
.infoBox2{margin-top:10px;padding:16px 20px;border-radius:8px;background-color:#f8f8f8;text-align:center}

/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .layPop.popQuickSearch .layContainer,
    .layPop.popFilter .layContainer {
      max-height: calc(100vh - 240px) !important;
    }
    .layPop.popQuickSearch #layContainer_air_frst.layContainer {
      max-height: calc(100vh - 244px) !important;
    }
  }
}

.topLine:before {
  content: "";
  display: block;
  height: 9px;
  margin: 30px -20px;
  border-top: 1px solid #eaeaea;
  background: #f8f8f8;
}

/* [해외렌터카] :: 환불 가능한 예약 선택 위젯 */
.protectWidget{}
.protectWidget span{font-size:inherit;color:inherit;line-height:initial}
.protectWidget .refundRoot{padding:0}
.protectWidget .refundTitle{padding:0 0 13px 0}
.protectWidget .refundTitle h2{display:inline-block}
.protectWidget .refundTitle .refundHeaderBadge{margin:-2px 0 2px 2px}
.protectWidget .protectionTextPrefix{padding-top:20px} 
.protectWidget .protectionTextPrefix p > span{font-weight:700}
.protectWidget .protectionText{padding-top:5px}