.black {
  color: #191919 !important;
}

.brown {
  color: #7a634d !important;
}

.beige {
  color: #c8b49e !important;
}

.bg-beige {
  background-color: #c8b49e !important;
}

.lbeige {
  color: #efe6dd !important;
}

.bg-lbeige {
  background-color: #efe6dd !important;
}

body {
  color: #191919 !important;
  font-family: "Poppins", "Cormorant Garamond", "Zen Maru Gothic", sans-serif;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: "Poppins", "Cormorant Garamond", "Zen Maru Gothic", sans-serif;
  color: #191919 !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a {
  color: #191919 !important;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.inlineblock {
  display: inline-block;
}

.cormorant {
  font-family: "Cormorant Garamond", sans-serif;
}

.fz-bold {
  font-weight: 700 !important;
}

.fz-medium {
  font-weight: 500 !important;
}

.fz-regular {
  font-weight: 400 !important;
}

.navbar {
  z-index: 15;
}
.navbar-collapse .nav-item .nav-link:hover {
  color: #7a634d !important;
}

.base_inc {
  background-image: url(../img/base_bg.jpg);
}
@media screen and (max-width: 767px) {
  .base_inc {
    background-image: url(../img/base_bg_sp.jpg) !important;
  }
}
.base_inc_text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 40px !important;
}
@media screen and (max-width: 767px) {
  .base_inc_text {
    font-size: 30px !important;
  }
}
.base_inc_btn {
  border: none;
  padding: 0;
  border-radius: 16px;
  margin-top: 30px;
}
.base_inc_btn .btn {
  font-size: 20px;
  padding: 13px 30px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 20px;
}
.footer_title {
  font-size: 36px !important;
  margin-bottom: 70px !important;
}

.hero-wrap {
  height: 300px;
}
.hero-wrap .slider-text {
  height: 300px;
}

@media screen and (max-width: 767px) {
  .index .home-slider {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .index .home-slider .slider-item {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .index .home-slider .slider-item .slider-text {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .index .home-slider .slider-item .slider-text .one-third {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .index .home-slider .slider-item .slider-text .one-forth {
    height: 400px;
  }
}
.index .heading-section .subheading {
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .index .korea_slide, .index .france_slide {
    position: relative;
  }
  .index .korea_slide::after, .index .france_slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .index .korea_slide .one-forth .text .subheading, .index .france_slide .one-forth .text .subheading {
    color: #fff !important;
  }
  .index .korea_slide .one-forth .text .subheading::after, .index .france_slide .one-forth .text .subheading::after {
    background: #fff !important;
  }
  .index .korea_slide .one-forth .text .fv_title, .index .france_slide .one-forth .text .fv_title {
    color: #fff !important;
  }
  .index .korea_slide .one-forth .text .fv_desc, .index .france_slide .one-forth .text .fv_desc {
    color: #fff !important;
  }
  .index .one-forth .text .fv_desc {
    font-size: 20px !important;
  }
}
.index_purpose .row .img-fluid {
  margin: 40px !important;
}
.index_purpose .row:nth-child(2) .align-self-stretch {
  justify-content: center;
}
.index_purpose .flaticon01::before, .index_purpose .flaticon02::before, .index_purpose .flaticon03::before, .index_purpose .flaticon04::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
}
.index_purpose .flaticon01::before {
  background-image: url(../img/flaticon01.png);
  background-size: contain !important;
}
.index_purpose .flaticon02::before {
  background-image: url(../img/flaticon02.png);
  background-size: contain !important;
}
.index_purpose .flaticon03::before {
  background-image: url(../img/flaticon03.png);
  background-size: contain !important;
}
.index_purpose .flaticon04::before {
  background-image: url(../img/flaticon04.png);
  background-size: contain !important;
  width: 79px;
  height: 58px;
}
.index_about .heading-section h2 {
  color: #7a634d !important;
}
.index_destination {
  padding-bottom: 0;
}
.index_destination .project .text h3 {
  font-weight: 400;
}
.index_vibes {
  padding: 3em 0 7em;
}
.index_vibes .project .text h3 {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .hero-wrap:not(.index) {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .hero-wrap:not(.index) .slider-text {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .hero-wrap:not(.index) .slider-text .ftco-animate {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-wrap:not(.index) .slider-text .bread {
    margin-bottom: 0 !important;
  }
}

.purpose .ftco-section .container {
  max-width: none;
}
.purpose .ftco-section .container-fluid {
  position: relative;
  display: flex;
  justify-content: center;
}
.purpose .ftco-section .container-fluid:nth-child(odd) {
  position: relative;
  z-index: 1;
}
.purpose .ftco-section .container-fluid:nth-child(odd)::after {
  content: "";
  background-color: #efe6dd;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.purpose .ftco-section .container-fluid .row {
  max-width: 1920px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .purpose .ftco-section .container-fluid .img-fluid {
    margin: 20px 0 !important;
  }
}
.purpose .ftco-section .container-fluid .third_img {
  max-width: 519px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .purpose .ftco-section .container-fluid .third_img {
    max-width: 100%;
    width: 100%;
  }
}
.purpose_sectitle {
  position: relative;
  z-index: 1;
}
.purpose_sectitle::before {
  content: "";
  background-image: url(../img/blob-shape-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -16px;
  display: block;
  width: 83px;
  height: 87px;
  z-index: -1;
}

.about .ftco-section {
  padding: 120px 0 145px !important;
}
@media screen and (max-width: 767px) {
  .about .ftco-section {
    padding: 60px 0 75px !important;
  }
}
.about .sec_title {
  font-size: 24px;
}
.about .sec_subtitle {
  font-size: 18px;
}
.about .cando .image-box {
  position: relative;
  text-align: center;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .cando .image-box::after {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  content: "";
  background: url(../img/blob-shape-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.about .cando .image-box .img-fluid {
  width: 33px;
}
.about .cando .fz-bold {
  font-size: 16px;
}

.destination .project img {
  transform: scale(1) !important;
}
.destination .scroll-category {
  scroll-margin-top: 100px;
}
.destination .search-wrap-1 {
  position: sticky;
  top: 0;
}
.destination .tour-wrap {
  overflow-x: auto;
}
.destination .tour-wrap .table {
  min-width: auto !important;
}
@media screen and (max-width: 991px) {
  .destination .tour-wrap .table tr th {
    width: 40% !important;
  }
  .destination .tour-wrap .table tr td {
    width: 60% !important;
  }
}

.vibes .sec_title {
  font-size: 40px;
}
.vibes .sec_subtitle {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .vibes .ftco-section .container {
    max-width: 540px;
  }
}
.vibes .item-content .row {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .vibes .item-content .row {
    height: auto;
    flex-direction: column;
  }
}
.vibes .item-content .row .d-flex {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .vibes .item-content .row .d-flex {
    max-width: none;
  }
}
@media screen and (max-width: 575px) {
  .vibes .item-content .row .d-flex {
    height: 60.7638888889vw;
  }
}
.vibes .item-content .row .img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .vibes .item-content .row .img {
    background-size: contain;
    background-position: top;
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .vibes .item-content .row .ftco-animate {
    max-width: none;
  }
}
.vibes .item-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vibes .item-wrap-thumb {
    display: none;
  }
}
.vibes .item-wrap .vibes_info {
  padding: 25px 20px;
  background-color: #efe6dd;
  border-radius: 5px;
}
.vibes .item-wrap .vibes_info_list {
  list-style-type: none;
  display: flex;
  padding: 5px 0;
}
.vibes .item-wrap .vibes_info_list::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 20px;
}
.vibes .item-wrap .vibes_info_list:nth-child(1)::before {
  background-image: url(../img/vibes_icon01.png);
}
.vibes .item-wrap .vibes_info_list:nth-child(2)::before {
  background-image: url(../img/vibes_icon02.png);
}
.vibes .item-wrap .vibes_info_list:nth-child(3)::before {
  background-image: url(../img/vibes_icon03.png);
}
.vibes .item-wrap .vibes_info_list:nth-child(4)::before {
  background-image: url(../img/vibes_icon04.png);
}
.vibes .item-wrap .vibes_info_list:nth-child(4) .black {
  text-decoration: underline;
}
.vibes .custom-prev, .vibes .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .vibes .custom-prev, .vibes .custom-next {
    top: 180px;
  }
}
@media screen and (max-width: 575px) {
  .vibes .custom-prev, .vibes .custom-next {
    top: clamp(100px, 28.57vw, 180px);
  }
}
.vibes .custom-prev:focus, .vibes .custom-next:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.vibes .custom-prev img:focus-visible, .vibes .custom-next img:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.vibes .custom-prev {
  left: 1.2%;
}
.vibes .custom-next {
  right: 43%;
}
@media screen and (max-width: 767px) {
  .vibes .custom-next {
    right: 1.2%;
  }
}

.ftco-footer .row {
  margin: 0;
}/*# sourceMappingURL=custom.css.map */