@charset "UTF-8";
/* font-size */
/* font-weight */
/* line-height */
/* color */
/* include */
body {
  width: 100%;
  position: relative;
  z-index: 1;
}
body .upscroll {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #2C8CE8;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  right: 50px;
  bottom: 50px;
}
body .upscroll > a {
  position: static;
  padding: 13px 13px;
  width: 100%;
  height: 100%;
}
body .upscroll > a > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
body .linebnr {
  position: relative;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #D5E8FA;
}
body .linebnr .linebnr-img {
  width: 100%;
  height: 100%;
  text-align: center;
}
body .linebnr .linebnr-img > a > img {
  height: 100%;
}
body .linebnr .close {
  position: absolute;
  right: 240px;
  top: 50%;
  transform: translateY(-50%);
}
body .linebnr .close > svg {
  width: 14px;
  height: 14px;
}
body #header {
  width: 100%;
  height: 100%;
  padding: 0 240px;
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
}
body #header .header-topcon .sidemenu {
  display: none;
}
body #header .header-topcon .sidemenu > svg {
  width: 24px;
  height: 24px;
}
body #header .header-topcon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  padding: 30px 0px;
}
body #header .header-topcon > h1 > a > img {
  width: 135px;
  height: 33px;
}
body #header .header-topcon .header-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: center;
  gap: 10px;
}
body #header .header-topcon .header-icon .search {
  width: 300px;
  height: 30px;
  border-bottom: 1px solid #222;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
}
body #header .header-topcon .header-icon .search #search-box {
  font-size: 0.875rem;
  width: 100%;
}
body #header .header-topcon .header-icon .search > a > svg {
  width: 30px;
  height: 30px;
}
body #header .header-topcon .header-icon .mypage > svg {
  width: 30px;
  height: 30px;
}
body #header .header-topcon .header-icon .mypage > svg > g > path {
  fill: #222222;
}
body #header .header-topcon .header-icon .coupone > svg {
  width: 30px;
  height: 30px;
}
body #header .header-topcon .header-icon .coupone > svg > g > path {
  fill: #222222;
}
body #header .top-main-contents {
  width: 100%;
  padding: 24px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
body #header .top-main-contents .gnb {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
body #header .top-main-contents .gnb > li {
  position: relative;
}
body #header .top-main-contents .gnb > li:hover > a {
  color: #2C8CE8;
  transition: color 0.2s;
}
body #header .top-main-contents .gnb > li:hover > a::after {
  content: "";
  width: 100%;
  height: 3px;
  transition: width 0.2s;
  transform-origin: right;
}
body #header .top-main-contents .gnb > li > a {
  font-weight: 500;
  font-size: 1.125rem;
  color: #222222;
  transition: color 0.2s;
  padding: 21px 0;
  margin: 0 20px;
  position: relative;
  white-space: nowrap;
}
body #header .top-main-contents .gnb > li > a::after {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #2C8CE8;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: width 0.2s;
  transform-origin: left;
}
body #header .top-main-contents .notice {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
body #header .top-main-contents .notice .notice-title {
  font-size: 0.875rem;
  color: #222222;
  width: fit-content;
  white-space: nowrap;
}
body #header .top-main-contents .notice .hr {
  width: 1px;
  height: 14px;
  display: block;
  background-color: #222222;
}
body #header .top-main-contents .notice .notice-swiper {
  margin: 0;
  height: 14px !important;
}
body #header .top-main-contents .notice .notice-swiper .notice-wrapper .swiper-slide {
  font-size: 0.875rem;
  color: #222222;
  height: 100% !important;
}
body #wrap {
  /* bnr 시작 */
}
body #wrap .main-bnr {
  width: 100%;
  height: 670px;
  position: relative;
}
body #wrap .main-bnr .bnr-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 36px;
  gap: 4px;
  position: absolute;
  bottom: 50px;
  right: 240px;
}
body #wrap .main-bnr .bnr-btn .bnr-prev {
  width: 36px;
  height: 36px;
  position: relative;
  top: 11px;
  left: 0;
}
body #wrap .main-bnr .bnr-btn .bnr-prev > svg {
  fill: rgba(0, 0, 0, 0.4);
  object-position: center;
}
body #wrap .main-bnr .bnr-btn .bnr-nav {
  width: 74px;
  height: 36px;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  width: fit-content;
  border-radius: 20px;
  display: flex;
  flex-flow: row nowrap;
  gap: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  top: 0;
}
body #wrap .main-bnr .bnr-btn .bnr-nav .swiper-pagination-current {
  width: 8px;
  color: #ffffff;
  font-size: 0.8125rem;
}
body #wrap .main-bnr .bnr-btn .bnr-nav .swiper-pagination-total {
  color: #ffffff;
  font-size: 0.8125rem;
}
body #wrap .main-bnr .bnr-btn .bnr-next {
  fill: rgba(0, 0, 0, 0.4);
  width: 36px;
  height: 36px;
  position: relative;
  top: 11px;
  left: 0;
}
body #wrap .main-bnr .bnr-btn .bnr-next > svg {
  fill: rgba(0, 0, 0, 0.4);
  object-position: center;
}
body #wrap .main-bnr .bnr-wrapper .bnr1::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, transparent 55%);
  left: 0;
  top: 0;
  z-index: 1;
}
body #wrap .main-bnr .bnr-wrapper .bnr1 {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #wrap .main-bnr .bnr-wrapper .bnr1 > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrap .main-bnr .bnr-wrapper .bnr1 > a .bnr-title {
  padding: 273.5px 240px;
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body #wrap .main-bnr .bnr-wrapper .bnr1 > a .bnr-title > h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}
body #wrap .main-bnr .bnr-wrapper .bnr1 > a .bnr-title > p {
  color: #ffffff;
  margin-bottom: 20px;
}
body #wrap .main-bnr .bnr-wrapper .bnr1 > a .bnr-title .detail {
  padding: 10px 20px;
  background-color: #2C8CE8;
  border-radius: 20px;
  width: fit-content;
}
body #wrap .main-bnr .bnr-wrapper .bnr1 > a .bnr-title .detail > span {
  color: #ffffff;
  margin-right: 10px;
}
body #wrap .main-bnr .bnr-wrapper .bnr1 > a .bnr-title .detail > img {
  width: 14px;
  height: 14px;
  transform: translateY(1px);
}
body #wrap .main-bnr .bnr-wrapper .bnr2::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 20%, transparent 50%);
  left: 0;
  top: 0;
  z-index: 1;
}
body #wrap .main-bnr .bnr-wrapper .bnr2 {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #wrap .main-bnr .bnr-wrapper .bnr2 > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrap .main-bnr .bnr-wrapper .bnr2 > a .bnr-title {
  padding: 273.5px 240px;
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body #wrap .main-bnr .bnr-wrapper .bnr2 > a .bnr-title > h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}
body #wrap .main-bnr .bnr-wrapper .bnr2 > a .bnr-title > p {
  color: #ffffff;
  margin-bottom: 20px;
}
body #wrap .main-bnr .bnr-wrapper .bnr2 > a .bnr-title .detail {
  padding: 10px 20px;
  background-color: #2C8CE8;
  border-radius: 20px;
  width: fit-content;
}
body #wrap .main-bnr .bnr-wrapper .bnr2 > a .bnr-title .detail > span {
  color: #ffffff;
  margin-right: 10px;
}
body #wrap .main-bnr .bnr-wrapper .bnr2 > a .bnr-title .detail > img {
  width: 14px;
  height: 14px;
  transform: translateY(1px);
}
body #wrap .main-bnr .bnr-wrapper .bnr3::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 30%, transparent 70%);
  left: 0;
  top: 0;
  z-index: 1;
}
body #wrap .main-bnr .bnr-wrapper .bnr3 {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #wrap .main-bnr .bnr-wrapper .bnr3 > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrap .main-bnr .bnr-wrapper .bnr3 > a .bnr-title {
  padding: 273.5px 240px;
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body #wrap .main-bnr .bnr-wrapper .bnr3 > a .bnr-title > h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222222;
}
body #wrap .main-bnr .bnr-wrapper .bnr3 > a .bnr-title > p {
  color: #222222;
  margin-bottom: 20px;
}
body #wrap .main-bnr .bnr-wrapper .bnr3 > a .bnr-title .detail {
  padding: 10px 20px;
  background-color: #2C8CE8;
  border-radius: 20px;
  width: fit-content;
}
body #wrap .main-bnr .bnr-wrapper .bnr3 > a .bnr-title .detail > span {
  color: #ffffff;
  margin-right: 10px;
}
body #wrap .main-bnr .bnr-wrapper .bnr3 > a .bnr-title .detail > img {
  width: 14px;
  height: 14px;
  transform: translateY(1px);
}
body #wrap {
  /* bnr 시작 */
  /* main-contents 시작 */
}
body #wrap .main-contents {
  /* 특가 시작 */
}
body #wrap .main-contents .special-price {
  margin: 100px 240px 150px;
}
body #wrap .main-contents .special-price .special-title {
  margin-bottom: 50px;
}
body #wrap .main-contents .special-price .special-title .title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
body #wrap .main-contents .special-price .special-title .title > em {
  color: #2C8CE8;
  font-weight: 600;
}
body #wrap .main-contents .special-price .special-title > p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
body #wrap .main-contents .special-price .special-title > p .text {
  line-height: 1.5;
}
body #wrap .main-contents .special-price .special-title > p .more {
  font-size: 0.8125rem;
  color: #7e7e7e;
}
body #wrap .main-contents .special-price .special-title > p .more > img {
  width: 14px;
  height: 14px;
  rotate: 270deg;
  transform: translateX(-2.5px);
}
body #wrap .main-contents .special-price .special-swiper {
  width: 100%;
  padding: 0 0 70px;
  position: relative;
}
body #wrap .main-contents .special-price .special-swiper .special-bar {
  width: calc(100% - 80px);
  position: absolute;
  top: calc(100% - 16px);
  height: 2px;
}
body #wrap .main-contents .special-price .special-swiper .special-bar .swiper-pagination-progressbar-fill {
  background-color: #222222;
}
body #wrap .main-contents .special-price .special-swiper .special-btn {
  position: absolute;
  width: fit-content;
  height: fit-content;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 30px;
}
body #wrap .main-contents .special-price .special-swiper .special-btn .special-prev {
  width: 30px;
  height: 30px;
  transform: translate(-10px, 7px);
}
body #wrap .main-contents .special-price .special-swiper .special-btn .special-next {
  width: 30px;
  height: 30px;
  transform: translateY(7px);
}
body #wrap .main-contents .special-price .special-swiper .special-wrapper > .swiper-slide > a > img {
  width: 340px;
  height: 400px;
  border-radius: 100px;
  margin-bottom: 30px;
  object-fit: cover;
}
body #wrap .main-contents .special-price .special-swiper .special-wrapper > .swiper-slide > a .brand {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
body #wrap .main-contents .special-price .special-swiper .special-wrapper > .swiper-slide > a .name {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
body #wrap .main-contents .special-price .special-swiper .special-wrapper > .swiper-slide > a .price > em {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
}
body #wrap .main-contents {
  /* 특가 끝 */
  /* 테마 시작 */
}
body #wrap .main-contents .theme-trip {
  margin: 0 240px 150px;
}
body #wrap .main-contents .theme-trip .title {
  margin-bottom: 50px;
}
body #wrap .main-contents .theme-trip .title > h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
body #wrap .main-contents .theme-trip .title .theme-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
body #wrap .main-contents .theme-trip .title .theme-row .text {
  line-height: 1.5;
}
body #wrap .main-contents .theme-trip .title .theme-row .lnb-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
body #wrap .main-contents .theme-trip .title .theme-row .lnb-list .active > a {
  color: #222222;
  font-weight: 600;
}
body #wrap .main-contents .theme-trip .title .theme-row .lnb-list > li > a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #AAA;
}
body #wrap .main-contents .theme-trip .title .theme-row .more {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
body #wrap .main-contents .theme-trip .title .theme-row .more > a {
  font-size: 0.8125rem;
  color: #7e7e7e;
}
body #wrap .main-contents .theme-trip .title .theme-row .more > a img {
  width: 14px;
  height: 14px;
  rotate: 270deg;
  transform: translateX(-2.5px);
}
body #wrap .main-contents .theme-trip .theme-swiper {
  width: 100%;
  padding: 0 0 70px;
  position: relative;
}
body #wrap .main-contents .theme-trip .theme-swiper .theme-bar {
  width: calc(100% - 80px);
  position: absolute;
  top: calc(100% - 16px);
  height: 2px;
}
body #wrap .main-contents .theme-trip .theme-swiper .theme-bar .swiper-pagination-progressbar-fill {
  background-color: #222222;
}
body #wrap .main-contents .theme-trip .theme-swiper .theme-btn {
  position: absolute;
  width: fit-content;
  height: fit-content;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 30px;
}
body #wrap .main-contents .theme-trip .theme-swiper .theme-btn .theme-prev {
  width: 30px;
  height: 30px;
  transform: translate(-10px, 7px);
}
body #wrap .main-contents .theme-trip .theme-swiper .theme-btn .theme-next {
  width: 30px;
  height: 30px;
  transform: translateY(7px);
}
body #wrap .main-contents .theme-trip .theme-swiper .theme-wrapper > .swiper-slide > a > img {
  width: 340px;
  height: 400px;
  border-radius: 100px;
  margin-bottom: 30px;
  object-fit: cover;
}
body #wrap .main-contents .theme-trip .theme-swiper .theme-wrapper > .swiper-slide > a .brand {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
body #wrap .main-contents .theme-trip .theme-swiper .theme-wrapper > .swiper-slide > a .name {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
body #wrap .main-contents .theme-trip .theme-swiper .theme-wrapper > .swiper-slide > a .price > em {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
}
body #wrap .main-contents {
  /* 테마 끝 */
  /* bizpack 시작 */
}
body #wrap .main-contents .bizpack {
  margin: 0 240px 150px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
body #wrap .main-contents .bizpack .title {
  width: fit-content;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
body #wrap .main-contents .bizpack .title .title-group {
  margin-bottom: 50px;
}
body #wrap .main-contents .bizpack .title .title-group > h1 {
  width: 100%;
  text-align: right;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  white-space: nowrap;
}
body #wrap .main-contents .bizpack .title .title-group > p {
  text-align: right;
  line-height: 1.5;
  white-space: nowrap;
}
body #wrap .main-contents .bizpack .title > a .more {
  font-size: 0.8125rem;
  color: #7e7e7e;
}
body #wrap .main-contents .bizpack .title > a img {
  width: 14px;
  height: 14px;
  rotate: 270deg;
  transform: translateX(-2.5px);
}
body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper {
  width: 100%;
}
body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li > a > img {
  width: 340px;
  height: 340px;
  margin-bottom: 30px;
  border-radius: 20px;
  object-fit: cover;
}
body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li > a .product-info .brand {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li > a .product-info .name {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li > a .product-info .price > em {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
}
body #wrap .main-contents {
  /* bizpack 끝 */
}
body #wrap {
  /* kalpak 시작 */
}
body #wrap .kalpak {
  background-image: url(../images/hanjin_product_Image/kalpak/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 750px;
  position: relative;
  padding: 0 240px;
  margin-bottom: 150px;
  z-index: 1;
}
body #wrap .kalpak::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #222 -10%, transparent 30%);
  z-index: 500;
}
body #wrap .kalpak .kalpak-content {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 240px;
  transform: translateY(-50%);
}
body #wrap .kalpak .kalpak-content > h1 img {
  width: 132px;
  height: 24px;
}
body #wrap .kalpak .kalpak-content > h1 {
  margin-bottom: 10px;
}
body #wrap .kalpak .kalpak-content > p {
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 30px;
}
body #wrap .kalpak .kalpak-content .direct-btn {
  width: fit-content;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #2C8CE8;
}
body #wrap .kalpak .kalpak-content .direct-btn > .direct-page {
  color: #ffffff;
  font-size: 0.875rem;
}
body #wrap .kalpak .kalpak-content .direct-btn > img {
  transform: translateY(2px);
}
body #wrap {
  /* kalpak 끝 */
  /* vacation 시작 */
}
body #wrap .vacation {
  margin: 0 240px 150px;
}
body #wrap .vacation .vacation-title {
  margin-bottom: 50px;
}
body #wrap .vacation .vacation-title .title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
body #wrap .vacation .vacation-title .title > em {
  font-weight: 600;
  color: #2C8CE8;
}
body #wrap .vacation .vacation-title > p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
body #wrap .vacation .vacation-title > p .text {
  line-height: 1.5;
}
body #wrap .vacation .vacation-title > p .more {
  font-size: 0.8125rem;
  color: #7e7e7e;
}
body #wrap .vacation .vacation-title > p .more > img {
  width: 14px;
  height: 14px;
  rotate: 270deg;
  transform: translateX(-2.5px);
}
body #wrap .vacation .vacation-swiper {
  width: 100%;
  padding: 0 0 70px;
  position: relative;
}
body #wrap .vacation .vacation-swiper .vacation-bar {
  width: calc(100% - 80px);
  position: absolute;
  top: calc(100% - 16px);
  height: 2px;
  z-index: 999;
}
body #wrap .vacation .vacation-swiper .vacation-bar .swiper-pagination-progressbar-fill {
  background-color: #222222;
}
body #wrap .vacation .vacation-swiper .vacation-btn {
  position: absolute;
  width: fit-content;
  height: fit-content;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 30px;
}
body #wrap .vacation .vacation-swiper .vacation-btn .vacation-prev {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  transform: translate(-10px, 7px);
}
body #wrap .vacation .vacation-swiper .vacation-btn .vacation-next {
  width: 30px;
  height: 30px;
  transform: translateY(7px);
}
body #wrap .vacation .vacation-swiper .vacation-wrapper > .swiper-slide > a > img {
  width: 340px;
  height: 400px;
  border-radius: 100px;
  margin-bottom: 30px;
  object-fit: cover;
}
body #wrap .vacation .vacation-swiper .vacation-wrapper > .swiper-slide > a .brand {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
body #wrap .vacation .vacation-swiper .vacation-wrapper > .swiper-slide > a .name {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
body #wrap .vacation .vacation-swiper .vacation-wrapper > .swiper-slide > a .price > em {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
}
body #wrap {
  /* vacation 끝 */
  /* 홈쇼핑 시작 */
}
body #wrap .onair {
  margin: 0 240px 150px;
}
body #wrap .onair .title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
body #wrap .onair .title > h1 {
  font-size: 2.5rem;
  font-weight: 600;
}
body #wrap .onair .title > h1 > em {
  font-weight: 600;
  color: #2C8CE8;
}
body #wrap .onair .title > a .more {
  font-size: 0.8125rem;
  color: #7e7e7e;
}
body #wrap .onair .title > a img {
  width: 14px;
  height: 14px;
  rotate: 270deg;
  transform: translateX(-2.5px);
}
body #wrap .onair .onair-content .onair-row1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  /* onair 이미지 삽입 시작 */
}
body #wrap .onair .onair-content .onair-row1 .box1 {
  background-image: url(../images/hanjin_product_Image/on_air/puket.jpg);
  background-position: center -140px;
  background-repeat: no-repeat;
  background-size: cover;
}
body #wrap .onair .onair-content .onair-row1 .box1::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.8) 80%);
  z-index: 300;
}
body #wrap .onair .onair-content .onair-row1 .box1 > a .box-title .name {
  color: #222222 !important;
}
body #wrap .onair .onair-content .onair-row1 .box1 > a .box-title p {
  color: #222222 !important;
}
body #wrap .onair .onair-content .onair-row1 .box2 {
  background-image: url(../images/hanjin_product_Image/on_air/aomoriya.jpg);
  background-position: center -140px;
  background-repeat: no-repeat;
  background-size: cover;
}
body #wrap .onair .onair-content .onair-row1 .box2::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 80%);
  z-index: 300;
}
body #wrap .onair .onair-content .onair-row1 {
  /* onair 이미지 삽입 끝 */
}
body #wrap .onair .onair-content .onair-row1 .onair-box {
  z-index: 1;
  position: relative;
  border: 1px solid #A7D0FF;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  transition: background-position 0.25s;
  overflow: hidden;
}
body #wrap .onair .onair-content .onair-row1 .onair-box:hover {
  background-position: -80px -140px;
  transition: background-position 0.25s;
}
body #wrap .onair .onair-content .onair-row1 .onair-box:hover > a .more {
  transition: width 0.25s;
  width: 150px;
}
body #wrap .onair .onair-content .onair-row1 .onair-box:hover > a .more > p > span {
  opacity: 1;
  transition: opacity 0.25s;
  margin-right: 6px;
}
body #wrap .onair .onair-content .onair-row1 .onair-box:hover > a .more > p > img {
  opacity: 1;
  transition: opacity 0.25s;
}
body #wrap .onair .onair-content .onair-row1 .onair-box > a {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px 30px;
}
body #wrap .onair .onair-content .onair-row1 .onair-box > a .more {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 0px;
  height: 300px;
  background-color: #ffffff;
  transition: width 0.25s;
}
body #wrap .onair .onair-content .onair-row1 .onair-box > a .more > p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
body #wrap .onair .onair-content .onair-row1 .onair-box > a .more > p > span {
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.1s;
}
body #wrap .onair .onair-content .onair-row1 .onair-box > a .more > p > img {
  width: 14px;
  height: 14px;
  transform: translateX(1px);
  opacity: 0;
  rotate: 270deg;
  transition: opacity 0.1s;
}
body #wrap .onair .onair-content .onair-row1 .onair-box > a .box-title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
body #wrap .onair .onair-content .onair-row1 .onair-box > a .box-title .name {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
body #wrap .onair .onair-content .onair-row1 .onair-box > a .box-title > p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
}
body #wrap .onair .onair-content .onair-row2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  /* onair 이미지 삽입 시작 */
}
body #wrap .onair .onair-content .onair-row2 .box3 {
  background-image: url(../images/hanjin_product_Image/on_air/Portugal.jpg);
  background-position: center -140px;
  background-repeat: no-repeat;
  background-size: cover;
}
body #wrap .onair .onair-content .onair-row2 .box3::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 80%);
  z-index: 300;
}
body #wrap .onair .onair-content .onair-row2 .box4 {
  background-image: url(../images/hanjin_product_Image/on_air/taibei.jpeg);
  background-position: center -140px;
  background-repeat: no-repeat;
  background-size: cover;
}
body #wrap .onair .onair-content .onair-row2 .box4::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8) 80%);
  z-index: 300;
}
body #wrap .onair .onair-content .onair-row2 {
  /* onair 이미지 삽입 끝 */
}
body #wrap .onair .onair-content .onair-row2 .onair-box {
  z-index: 1;
  position: relative;
  border: 1px solid #A7D0FF;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  transition: background-position 0.25s;
  overflow: hidden;
}
body #wrap .onair .onair-content .onair-row2 .onair-box:hover {
  background-position: -80px -140px;
  transition: background-position 0.25s;
}
body #wrap .onair .onair-content .onair-row2 .onair-box:hover > a .more {
  transition: width 0.25s;
  width: 150px;
}
body #wrap .onair .onair-content .onair-row2 .onair-box:hover > a .more > p > span {
  opacity: 1;
  transition: opacity 0.25s;
  margin-right: 6px;
}
body #wrap .onair .onair-content .onair-row2 .onair-box:hover > a .more > p > img {
  opacity: 1;
  transition: opacity 0.25s;
}
body #wrap .onair .onair-content .onair-row2 .onair-box > a {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px 30px;
}
body #wrap .onair .onair-content .onair-row2 .onair-box > a .more {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 0px;
  height: 300px;
  background-color: #ffffff;
  transition: width 0.25s;
}
body #wrap .onair .onair-content .onair-row2 .onair-box > a .more > p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
body #wrap .onair .onair-content .onair-row2 .onair-box > a .more > p > span {
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.1s;
}
body #wrap .onair .onair-content .onair-row2 .onair-box > a .more > p > img {
  width: 14px;
  height: 14px;
  transform: translateX(1px);
  opacity: 0;
  rotate: 270deg;
  transition: opacity 0.1s;
}
body #wrap .onair .onair-content .onair-row2 .onair-box > a .box-title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
body #wrap .onair .onair-content .onair-row2 .onair-box > a .box-title .name {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
body #wrap .onair .onair-content .onair-row2 .onair-box > a .box-title > p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
}
body #wrap {
  /* 홈쇼핑 끝 */
  /* benefit 시작 */
}
body #wrap .benefit {
  margin: 0 240px 150px;
}
body #wrap .benefit .title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
body #wrap .benefit .title > h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
body #wrap .benefit .title > a .more {
  font-size: 0.8125rem;
  color: #7e7e7e;
}
body #wrap .benefit .title > a img {
  width: 14px;
  height: 14px;
  rotate: 270deg;
  transform: translateX(-2.5px);
}
body #wrap .benefit .benefit-swiper {
  width: 100%;
  height: 450px;
}
body #wrap .benefit .benefit-swiper .benefit-wrapper {
  justify-content: space-between;
}
body #wrap .benefit .benefit-swiper .benefit-wrapper > .swiper-slide {
  overflow: hidden;
}
body #wrap .benefit .benefit-swiper .benefit-wrapper > .swiper-slide > a {
  width: 100%;
  height: 100%;
}
body #wrap .benefit .benefit-swiper .benefit-wrapper > .swiper-slide > a > img {
  object-fit: fill;
  object-position: center;
  width: 350px;
  height: 450px;
  border-radius: 20px;
}
body #wrap {
  /* benefit 끝 */
  /* main-contents 끝 */
  /* footer */
}
body .footer-line {
  width: 100%;
  background-color: #2C8CE8;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
}
body .footer-line .footer-notice {
  font-size: 0.875rem;
  color: #ffffff;
}
body .footer-line .hr {
  width: 1px;
  height: 14px;
  background-color: #ffffff;
}
body .footer-line .footer-swiper {
  width: fit-content;
  margin: 0;
}
body .footer-line .footer-swiper .footer-wrapper > .swiper-slide {
  font-size: 0.875rem;
  color: #ffffff;
  width: fit-content;
}
body #footer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 50px 240px;
}
body #footer .footer-left {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
body #footer .footer-left .footer-lnb {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
body #footer .footer-left .footer-lnb > li > a {
  font-size: 0.875rem;
  color: #222222;
}
body #footer .footer-left .footer-lnb .hr {
  width: 1px;
  height: 14px;
  background-color: #222222;
  display: block;
  margin: 0 10px;
}
body #footer .footer-left .footer-as {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
body #footer .footer-left .footer-as .footer-as-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
body #footer .footer-left .footer-as .footer-as-info .reservation-as {
  font-size: 1.25rem;
}
body #footer .footer-left .footer-as .footer-as-info .reservation-as > em {
  font-weight: 600;
}
body #footer .footer-left .footer-as .footer-as-info .kalpak-as {
  font-size: 1.25rem;
}
body #footer .footer-left .footer-as .footer-as-info .kalpak-as > em {
  font-weight: 600;
}
body #footer .footer-left .footer-as .as-time {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}
body #footer .footer-left .footer-as .as-time p {
  font-size: 0.875rem;
  color: #999;
}
body #footer .footer-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
body #footer .footer-right .footer-sns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
body #footer .footer-right .footer-sns > li > a > img {
  width: 24px;
  height: 24px;
}
body #footer .footer-right .select-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
body #footer .footer-right .select-group #family-site {
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  border: 1px solid #222222;
  padding: 10px 30px;
}
body #footer .footer-right .select-group #family-site > h1 {
  font-size: 0.875rem;
  color: #222222;
}
body #footer .footer-right .select-group #family-site > img {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  transform: translateY(1px);
}
body #footer .footer-right .select-group #family-site > li {
  width: 100%;
  left: 0;
  bottom: 35px;
  position: absolute;
}
body #footer .footer-right .select-group #family-site > li .site-list {
  padding: 20px;
  background-color: white;
  border: solid 1px #D9D9D9;
  display: none;
  flex-flow: column nowrap;
  gap: 10px;
  justify-content: flex-start;
}
body #footer .footer-right .select-group #family-site > li .site-list > li > a {
  font-size: 0.75rem;
}
body #footer .footer-right .select-group #language {
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  border: 1px solid #222222;
  padding: 10px 30px;
}
body #footer .footer-right .select-group #language > h1 {
  font-size: 14px;
  color: #222222;
}
body #footer .footer-right .select-group #language > img {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  transform: translateY(1px);
}
body #footer .footer-right .select-group #language > li {
  width: 100%;
  left: 0;
  bottom: 35px;
  position: absolute;
}
body #footer .footer-right .select-group #language > li .lan-list {
  padding: 20px;
  background-color: white;
  border: solid 1px #D9D9D9;
  display: none;
  flex-flow: column nowrap;
  gap: 10px;
  justify-content: flex-start;
}
body #footer .footer-right .select-group #language > li .lan-list > li > a {
  font-size: 0.75rem;
}
body #footer .footer-right .company-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 4px;
}
body #footer .footer-right .company-info > p {
  font-size: 0.75rem;
}
body #footer .footer-right .copyright {
  font-size: 0.8125rem;
}

@media screen and (max-width: 768px) {
  body .linebnr {
    position: relative;
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #D5E8FA;
  }
  body .linebnr .linebnr-img {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  body .linebnr .linebnr-img > a > img {
    height: 100%;
  }
  body .linebnr .close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  body .linebnr .close > svg {
    width: 14px;
    height: 14px;
  }
  body #header {
    padding: 0 20px;
  }
  body #header .header-topcon {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  body #header .header-topcon .sidemenu {
    display: block;
  }
  body #header .header-topcon .sidemenu > a > svg {
    width: 24px;
    height: 24px;
  }
  body #header .header-topcon .header-icon .mypage {
    display: none;
  }
  body #header .header-topcon .header-icon .search {
    border-bottom: 0;
    width: 24px;
  }
  body #header .header-topcon .header-icon .search #search-box {
    width: 0;
    display: none;
  }
  body #header .header-topcon .header-icon .coupon {
    display: none;
  }
  body #header .top-main-contents {
    display: none;
  }
  body #wrap .main-bnr {
    height: 600px;
  }
  body #wrap .main-bnr .bnr-btn {
    bottom: 20px;
    right: 20px;
  }
  body #wrap .main-bnr .bnr-btn .bnr-prev {
    display: none;
  }
  body #wrap .main-bnr .bnr-btn .bnr-next {
    display: none;
  }
  body #wrap .main-bnr .bnr-wrapper > .swiper-slide {
    position: relative;
  }
  body #wrap .main-bnr .bnr-wrapper > .swiper-slide > a {
    position: static;
  }
  body #wrap .main-bnr .bnr-wrapper > .swiper-slide > a .img {
    height: 650px;
  }
  body #wrap .main-bnr .bnr-wrapper > .swiper-slide > a .bnr-title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
  }
  body #wrap .main-bnr .bnr-wrapper > .swiper-slide > a .bnr-title > h1 {
    font-size: 1.75rem;
  }
  body #wrap .main-bnr .bnr-wrapper > .swiper-slide > a .bnr-title > p {
    font-size: 0.875rem;
  }
  body #wrap {
    /* main-content 시작지점 */
  }
  body #wrap .main-contents {
    /* spacial 시작 지점 */
  }
  body #wrap .main-contents .special-price {
    margin: 60px 20px 120px;
  }
  body #wrap .main-contents .special-price .special-title .title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  body #wrap .main-contents .special-price .special-title .title > em {
    color: #2C8CE8;
    font-weight: 600;
  }
  body #wrap .main-contents .special-price .special-title > p {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  body #wrap .main-contents .special-price .special-title > p .text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  body #wrap .main-contents .special-price .special-title > p .more {
    display: none;
  }
  body #wrap .main-contents .special-price .special-swiper {
    overflow: hidden;
    padding-bottom: 0;
  }
  body #wrap .main-contents .special-price .special-swiper .special-bar {
    display: none;
  }
  body #wrap .main-contents .special-price .special-swiper .special-btn .special-prev {
    display: none;
  }
  body #wrap .main-contents .special-price .special-swiper .special-btn .special-next {
    display: none;
  }
  body #wrap .main-contents .special-price .special-swiper .swiper-wrapper .swiper-slide {
    width: fit-content;
    justify-content: flex-start;
    gap: 20px;
  }
  body #wrap .main-contents .special-price .special-swiper .swiper-wrapper .swiper-slide > a > img {
    width: 190px;
    height: 225px;
    border-radius: 70px;
  }
  body #wrap .main-contents .special-price .special-swiper .swiper-wrapper .swiper-slide > a .brand {
    font-size: 0.75rem;
  }
  body #wrap .main-contents .special-price .special-swiper .swiper-wrapper .swiper-slide > a .name {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
  }
  body #wrap .main-contents .special-price .special-swiper .swiper-wrapper .swiper-slide > a .price > em {
    font-size: 1rem;
  }
  body #wrap .main-contents .special-price .special-swiper .swiper-wrapper .swiper-slide > .swiper-slide:nth-child(3),
  body #wrap .main-contents .special-price .special-swiper .swiper-wrapper .swiper-slide > .swiper-slide:nth-child(4) {
    display: none;
  }
  body #wrap .main-contents {
    /* special 끝지점 */
    /* theme 시작지점 */
  }
  body #wrap .main-contents .theme-trip {
    margin: 0 20px 120px;
  }
  body #wrap .main-contents .theme-trip .title {
    margin-bottom: 30px;
  }
  body #wrap .main-contents .theme-trip .title > h1 {
    font-size: 1.75rem;
  }
  body #wrap .main-contents .theme-trip .title .theme-row {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  body #wrap .main-contents .theme-trip .title .theme-row .text {
    font-size: 0.875rem;
  }
  body #wrap .main-contents .theme-trip .title .theme-row .lnb-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  body #wrap .main-contents .theme-trip .title .theme-row .lnb-list .active > a {
    color: #222222;
    font-weight: 600;
  }
  body #wrap .main-contents .theme-trip .title .theme-row .lnb-list > li > a {
    font-size: 1rem;
    font-weight: 300;
    color: #AAA;
  }
  body #wrap .main-contents .theme-trip .title .theme-row .more {
    display: none;
  }
  body #wrap .main-contents .theme-trip {
    /* theme swiper */
  }
  body #wrap .main-contents .theme-trip .theme-swiper {
    overflow: visible;
    padding-bottom: 0;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .theme-bar {
    display: none;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .theme-btn {
    display: none;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .theme-wrapper > .swiper-slide > a > img {
    width: 190px;
    height: 225px;
    border-radius: 70px;
    margin-bottom: 30px;
    object-fit: cover;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .theme-wrapper > .swiper-slide > a .brand {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .theme-wrapper > .swiper-slide > a .name {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .theme-wrapper > .swiper-slide > a .price > em {
    font-size: 1rem;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .swiper-wrapper .swiper-slide {
    width: fit-content;
    justify-content: flex-start;
    gap: 20px;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .swiper-wrapper .swiper-slide > li > a > img {
    width: 190px;
    height: 225px;
    border-radius: 70px;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .swiper-wrapper .swiper-slide > li > a .brand {
    font-size: 0.75rem;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .swiper-wrapper .swiper-slide > li > a .name {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .swiper-wrapper .swiper-slide > li > a .price > em {
    font-size: 1rem;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .swiper-wrapper .swiper-slide > li:nth-child(2) > a > img {
    object-position: center;
  }
  body #wrap .main-contents .theme-trip .theme-swiper .swiper-wrapper .swiper-slide > li:nth-child(3),
  body #wrap .main-contents .theme-trip .theme-swiper .swiper-wrapper .swiper-slide > li:nth-child(4) {
    display: none;
  }
  body #wrap .main-contents {
    /* theme 끝지점 */
    /* biz-pack 시작지점 */
  }
  body #wrap .main-contents .bizpack {
    margin: 0 20px 120px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body #wrap .main-contents .bizpack .title .title-group > h1 {
    font-size: 1.75rem;
    text-align: left;
  }
  body #wrap .main-contents .bizpack .title .title-group > p {
    font-size: 0.875rem;
    text-align: left;
  }
  body #wrap .main-contents .bizpack .title > a {
    display: none;
  }
  body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li {
    width: 100%;
  }
  body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li > a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li > a > img {
    width: 180px;
    height: 180px;
    margin-bottom: 0;
  }
  body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li > a .product-info .brand {
    font-size: 0.75rem;
  }
  body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li > a .product-info .name {
    font-size: 0.875rem;
    white-space: nowrap;
  }
  body #wrap .main-contents .bizpack .bizpack-list .bizpack-swiper .bizpack-wrapper > .swiper-slide > li > a .product-info .price > em {
    font-size: 1rem;
  }
  body #wrap .main-contents {
    /* bizpack 끝 */
  }
  body #wrap {
    /* kalpak 시작 */
  }
  body #wrap .kalpak {
    height: 500px;
    padding: 0 20px;
    background-position: 0 10%;
  }
  body #wrap .kalpak .kalpak-content > h1 > img {
    width: 110px;
    height: 20px;
  }
  body #wrap .kalpak .kalpak-content {
    left: 20px;
  }
  body #wrap {
    /* kalpak 끝 */
    /* vacation 시작 */
  }
  body #wrap .vacation {
    margin: 0 20px 120px;
  }
  body #wrap .vacation .vacation-title {
    margin-bottom: 30px;
  }
  body #wrap .vacation .vacation-title .title {
    font-size: 1.75rem;
  }
  body #wrap .vacation .vacation-title > p .text {
    font-size: 0.875rem;
  }
  body #wrap .vacation .vacation-title > p .more {
    display: none;
  }
  body #wrap .vacation .vacation-swiper {
    overflow: visible;
    padding-bottom: 0;
  }
  body #wrap .vacation .vacation-swiper .vacation-bar {
    display: none;
  }
  body #wrap .vacation .vacation-swiper .vacation-btn .vacation-prev {
    display: none;
  }
  body #wrap .vacation .vacation-swiper .vacation-btn .vacation-next {
    display: none;
  }
  body #wrap .vacation .vacation-swiper .swiper-wrapper > .swiper-slide > a > img {
    width: 190px;
    height: 225px;
    border-radius: 70px;
  }
  body #wrap .vacation .vacation-swiper .swiper-wrapper > .swiper-slide > a .brand {
    font-size: 0.75rem;
  }
  body #wrap .vacation .vacation-swiper .swiper-wrapper > .swiper-slide > a .name {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
  }
  body #wrap .vacation .vacation-swiper .swiper-wrapper > .swiper-slide > a .price > em {
    font-size: 1rem;
  }
  body #wrap {
    /* vacation 끝 */
    /* on-air 시작 */
  }
  body #wrap .onair {
    margin: 0 20px 120px;
  }
  body #wrap .onair .title > h1 {
    font-size: 1.75rem;
  }
  body #wrap .onair .title {
    margin-bottom: 30px;
  }
  body #wrap .onair .onair-content .onair-row1 {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* 이미지 조정 */
  }
  body #wrap .onair .onair-content .onair-row1 .box1 {
    background-position: center 0;
  }
  body #wrap .onair .onair-content .onair-row1 .box2 {
    background-position: center 0;
  }
  body #wrap .onair .onair-content .onair-row1 {
    /* 이미지 조정 */
  }
  body #wrap .onair .onair-content .onair-row1 .onair-box {
    height: 200px;
  }
  body #wrap .onair .onair-content .onair-row1 .onair-box:hover {
    background-position: -80px 0;
  }
  body #wrap .onair .onair-content .onair-row1 .onair-box:hover > a .more {
    width: 120px;
  }
  body #wrap .onair .onair-content .onair-row1 .onair-box > a {
    height: 200px;
  }
  body #wrap .onair .onair-content .onair-row1 .onair-box > a .more {
    height: 200px;
  }
  body #wrap .onair .onair-content .onair-row1 .onair-box > a .box-title .name {
    font-size: 1.25rem;
  }
  body #wrap .onair .onair-content .onair-row1 .onair-box > a .box-title > p {
    font-size: 0.75rem;
  }
  body #wrap .onair .onair-content .onair-row2 {
    display: none;
  }
  body #wrap {
    /* on-air 끝 */
    /* benefit 시작 */
  }
  body #wrap .benefit {
    margin: 0 20px 120px;
  }
  body #wrap .benefit .title {
    margin-bottom: 30px;
  }
  body #wrap .benefit .title > h1 {
    font-size: 1.75rem;
  }
  body #wrap .benefit .title > a {
    display: none;
  }
  body #wrap .benefit .benefit-swiper {
    height: 230px;
  }
  body #wrap .benefit .benefit-swiper .benefit-wrapper > .swiper-slide > a {
    width: 100%;
    height: 100%;
  }
  body #wrap .benefit .benefit-swiper .benefit-wrapper > .swiper-slide > a > img {
    width: 180px;
    height: 230px;
  }
  body #wrap {
    /* benefit 끝 */
  }
  body .footer-line .footer-notice {
    font-size: 0.75rem;
  }
  body .footer-line .hr {
    width: 1px;
    height: 12px;
    background-color: #ffffff;
  }
  body .footer-line .footer-swiper .footer-wrapper > .swiper-slide {
    font-size: 0.75rem;
  }
  body #footer {
    display: flex;
    flex-flow: column nowrap;
    padding: 50px 20px;
    gap: 30px;
  }
  body #footer .footer-left .footer-lnb > li > a {
    line-height: 0.75rem;
    font-size: 0.625rem;
  }
  body #footer .footer-left .footer-lnb .hr {
    height: 12px;
  }
  body #footer .footer-left .footer-as .footer-as-info .reservation-as {
    font-size: 1rem;
  }
  body #footer .footer-left .footer-as .footer-as-info .kalpak-as {
    font-size: 1rem;
  }
  body #footer .footer-left .footer-as .footer-as-info .other-as {
    font-size: 0.875rem;
  }
  body #footer .footer-left .footer-as .as-time p {
    font-size: 0.75rem;
  }
  body #footer .footer-right {
    align-items: flex-start;
  }
  body #footer .footer-right .footer-sns > li > a > img {
    width: 20px;
    height: 20px;
  }
  body #footer .footer-right .select-group #family-site > h1 {
    font-size: 0.625rem;
  }
  body #footer .footer-right .select-group #family-site > img {
    width: 12px;
    height: 12px;
    transform: translateY(0px);
  }
  body #footer .footer-right .select-group #language > h1 {
    font-size: 0.625rem;
  }
  body #footer .footer-right .select-group #language > img {
    width: 12px;
    height: 12px;
    transform: translateY(0px);
  }
  body #footer .footer-right .company-info > p {
    font-size: 0.625rem;
  }
  body #footer .footer-right .copyright > p {
    font-size: 0.625rem;
  }
}

/*# sourceMappingURL=main.css.map */
