div {
  box-sizing: border-box;
}

@font-face {
  src: url("fonts/icons.woff") format("woff");
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
.visual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10vw;
  border-bottom: 1px solid #e0e0e0;
}
.visual .inner .header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.8vw;
}
.visual .inner .header h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3vw;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "KTB";
  font-weight: 700;
  font-size: 6vw;
  color: #000;
}
.visual .inner .header h3 span {
  position: absolute;
  top: 0;
  right: -8vw;
  width: 6.5vw;
  height: 6.5vw;
  background-image: url("/static/images/mobile/btn_share.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
.visual .inner .header p {
  font-size: 3.45vw;
  color: #222;
}

.tabCont {
  display: flex;
  align-items: center;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  padding: 0 4.0625vw;
  border-bottom: 1px solid #e0e0e0;
}
.tabCont li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 12vw;
}
.tabCont li button {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 3.67vw;
  color: #666;
  line-height: 1.2;
  word-break: keep-all;
}
.tabCont li button.current {
  font-weight: 500;
  font-size: 3.67vw;
  color: #d71826;
}
.tabCont li button.current:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #d71826;
}
.tabCont.info button.current {
  color: #00a69e;
}
.tabCont.info button.current:after {
  background-color: #00a69e;
}

.tabChild {
  display: none;
}
.tabChild.current {
  display: block;
}

.invisible {
  position: absolute;
  left: -1000%;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

ul.sns {
  position: absolute;
  top: 10vw;
  left: -50%;
  z-index: 5;
  display: none;
  padding: 3vw 2vw;
  border: 1px solid #bfbfbf;
  background-color: #fff;
}
ul.sns:before {
  position: absolute;
  top: -9px;
  left: calc(50% - 6px);
  z-index: 5;
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background-image: url("/static/images/mobile/arrow-sns.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
ul.sns li + li {
  margin-top: 2.3vw;
}
ul.sns li button {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 0.5vw;
  font-weight: 700;
  font-size: 2.8vw;
  color: #666;
  text-align: center;
  letter-spacing: -0.15vw;
}
ul.sns li button:before {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.sns li.kakao button:before {
  background-image: url("/static/images/mobile/btn_kakao.jpg");
}
ul.sns li.facebook button:before {
  background-image: url("/static/images/mobile/btn_fb.jpg");
}
ul.sns li.x button:before {
  background-image: url("/static/images/mobile/btn_twitter.jpg");
}
ul.sns li.line button:before {
  background-image: url("/static/images/mobile/btn_line.jpg");
}

.mainBanner {
  margin: 5.625vw 4.0625vw 0 !important;
}
.mainBanner ul li {
  background-repeat: no-repeat;
  background-position: 50% 0;
  border-radius: 1.7vw;
  overflow: hidden;
}
.mainBanner .control {
  display: flex;
  align-items: center;
}
.mainBanner .control div {
  display: block;
  margin: unset;
}
.mainBanner .control div:after {
  display: none;
}
.mainBanner .control div.swiper-button-prev {
  position: absolute;
  top: calc(50% - 3.25vw);
  left: 0;
  z-index: 10;
  width: 6.5vw;
  height: 6.5vw;
  background-image: url("/static/images/mobile/btn_prev.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mainBanner .control div.swiper-button-next {
  position: absolute;
  top: calc(50% - 3.25vw);
  left: unset;
  right: 0;
  z-index: 10;
  width: 6.5vw;
  height: 6.5vw;
  background-image: url("/static/images/mobile/btn_next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mainBanner .control div.swiper-pagination {
  position: absolute;
  top: unset;
  bottom: 1.45vw;
  left: unset;
  right: 1.5vw;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5vw 0 2vw;
  font-family: "Spoqa Han Sans";
  font-size: 2.5vw;
  color: #fff;
  line-height: 4.6vw;
  border-radius: 3vw;
  background-color: rgba(0, 0, 0, 0.7);
}
.mainBanner .control div.swiper-control {
  position: absolute;
  top: unset;
  bottom: 1.7vw;
  left: unset;
  right: 2.8vw;
  z-index: 5;
  background: none;
}
.mainBanner .control div.swiper-control button {
  width: 3vw;
  height: 3vw;
  text-indent: -1000px;
  overflow: hidden;
}
.mainBanner .control div.swiper-control button.stop {
  background-image: url("/static/images/mobile/btn_pause.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}
.mainBanner .control div.swiper-control button.play {
  display: none;
  background-image: url("/static/images/mobile/btn_play.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}

.mainItem h4 {
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  font-size: 5.625vw;
  color: #000;
  text-align: center;
}
.mainItem .rate {
  padding: 7.8125vw 4.0625vw 0;
}
.mainItem .rate p {
  margin: 3.125vw 0 6.25vw;
  font-size: 2.8125vw;
  color: #585858;
  text-align: center;
}
.mainItem .rate ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875vw;
  margin: 0 auto;
}
.mainItem .rate ul li {
  position: relative;
}
.mainItem .rate ul li a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.mainItem .rate ul li a span {
  display: none;
}
.mainItem .rate ul li a img {
  transition: all ease-in-out 0.3s;
}
.mainItem .rate ul li a:hover img, .mainItem .rate ul li a:focus img {
  transform: scale(1.08);
}
.mainItem .rate ul li a:focus {
  outline: 2px solid #000;
}
.mainItem .rate .search {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2.8vw;
       column-gap: 2.8vw;
  margin-top: 10vw;
  width: 100%;
  height: 10.9375vw;
  border-radius: 5vw;
  background-color: #f6f6f6;
}
.mainItem .rate .search input {
  padding-left: 5vw;
  width: 80vw;
  height: 10.9375vw;
  font-size: 4vw;
  color: #c6c6c6;
  border: 0;
  background-color: transparent;
}
.mainItem .rate .search input::-moz-placeholder {
  font-size: 4vw;
  color: #c6c6c6;
}
.mainItem .rate .search input::placeholder {
  font-size: 4vw;
  color: #c6c6c6;
}
.mainItem .rate .search button {
  width: 10.9375vw;
  height: 10.9375vw;
  border: 0;
  background-image: url("/static/images/mobile/btn_rate_search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mainItem_product {
  margin-top: 10vw;
  padding: 0 4.0625vw;
  position: relative;
}
.mainItem_product .product {
  width: 100%;
}
.mainItem_product .product ul {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 1.875vw;
       column-gap: 1.875vw;
  margin-top: 5vw;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.mainItem_product .product ul li {
  flex: none;
  width: 65vw;
  height: 31.25vw;
}
.mainItem_product .product ul li a {
  position: relative;
  display: block;
  padding: 4.21875vw 3.125vw 4.6875vw 4.375vw;
  width: 100%;
  height: 100%;
  color: #000;
  box-sizing: border-box;
  border-radius: 2vw;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 100%;
}
.mainItem_product .product ul li a:hover, .mainItem_product .product ul li a:focus {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}
.mainItem_product .product ul li a div {
  position: absolute;
  top: 3.4vw;
  left: 3.4vw;
}
.mainItem_product .product ul li a div p {
  font-size: 2.8125vw;
}
.mainItem_product .product ul li a div strong {
  display: block;
  padding: 1.8vw 0 2vw;
  font-size: 4.0625vw;
  line-height: 1;
}
.mainItem_product .product ul li a div span {
  display: inline-block;
  padding: 7px 15px;
  font-weight: 700;
  font-size: 2.5vw;
  border-radius: 20px;
  background-color: #fff;
}
.mainItem_product .product ul li a > p {
  position: absolute;
  bottom: 2.6vw;
  right: 3vw;
}
.mainItem_product .product ul li a > p strong {
  font-size: 5.625vw;
}
.mainItem_product .product ul li a > p em {
  font-size: 4.375vw;
}
.mainItem_product .product ul li:nth-child(1) a {
  background-image: url("/static/images/mobile/bg_geu.png");
  background-color: #e4f2f1;
}
.mainItem_product .product ul li:nth-child(1) a span {
  color: #009a92;
}
.mainItem_product .product ul li:nth-child(2) a {
  background-image: url("/static/images/mobile/bg_withOnY.png");
  background-color: #faeded;
}
.mainItem_product .product ul li:nth-child(2) a span {
  color: #db326e;
}
.mainItem_cs {
  margin-top: 10vw;
  border-top: 2.5vw solid #eee;
}
.mainItem_cs .cs {
  padding: 0 4.0625vw;
}
.mainItem_cs .cs h4 {
  display: none;
}
.mainItem_cs .cs div {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  margin-top: 15vw;
  margin-bottom: 5vw;
}
.mainItem_cs .cs div a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 3vw;
  width: 100%;
  height: 17.1875vw;
  font-weight: 700;
  font-size: 4vw;
  color: #000;
  border-radius: 3vw;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}
.mainItem_cs .cs div a:hover, .mainItem_cs .cs div a:focus {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
}
.mainItem_cs .cs div a:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 9.375vw;
  height: 9.375vw;
  transform: translate(-50%, -50%);
  content: "";
  background-size: contain;
}
.mainItem_cs .cs div a:nth-child(1):before {
  background-image: url("/static/images/pc/icon/icon_center.png");
}
.mainItem_cs .cs div a:nth-child(2):before {
  background-image: url("/static/images/pc/icon/icon_tip.png");
}
.mainItem_cs .cs > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.5vw 5.46875vw;
  width: 100%;
  font-weight: 700;
  font-size: 3.75vw;
  color: #000;
  border-radius: 3vw;
  border: 2px solid #eee;
}
.mainItem_cs .cs > a:after {
  display: block;
  width: 6.875vw;
  height: 6.875vw;
  content: "";
  background-image: url("/static/images/pc/icon/ico_myRoam.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mainItem_cs .cs > a + a {
  margin-top: 2vw;
}
.mainItem_cs .cs > a + a:after {
  content: "";
  background-image: url("/static/images/pc/icon/ico_benefit.png");
}
.mainItem_notice {
  margin: 10vw 0;
  border-top: 2.5vw solid #eee;
  padding-top: 10vw;
}
.mainItem_notice .notice {
  padding: 0 4.0625vw;
}
.mainItem_notice .notice ul {
  display: flex;
  flex-direction: column;
  margin: 8vw auto 0;
  width: 100%;
}
.mainItem_notice .notice ul a {
  display: block;
  padding: 4.21875vw 4.0625vw;
  width: 100%;
  font-size: 3.75vw;
  color: #000;
  border-radius: 3vw;
  background-color: #f6f6f6;
}
.mainItem_notice .notice ul a em {
  display: none;
}
.mainItem_notice .notice > a {
  display: block;
  margin: 5vw auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4375vw;
  color: #000;
}
.mainItem_notice a.kakao {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  margin: 5vw 4.0625vw 0;
  padding: 2.5vw 0;
  font-weight: 700;
  font-size: 3.75vw;
  color: #000;
  border-radius: 3vw;
  border: 2px solid #eee;
}
.mainItem_notice a.kakao:before {
  content: "";
  display: block;
  width: 8.125vw;
  height: 8.125vw;
  background-image: url("/static/images/mobile/icon_kakao.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.autocomplete-suggestions {
  width: 100% !important;
  left: 0;
  top: 10.9375vw;
  border: 1px solid #999;
  background-color: #fff;
  overflow: auto;
}
.autocomplete-suggestions div {
  padding: 1.5vw;
  font-size: 3.65vw;
  color: #222;
  background-color: #fff;
}
.autocomplete-suggestions div:nth-child(even) {
  background-color: #f3f3f3;
}
.autocomplete-suggestions div strong {
  font-weight: normal;
  color: #1baec5;
}/*# sourceMappingURL=main.css.map */