@charset "euc-kr";

/* section01 */
.main-container .section01 {
  margin-top: 8rem;
  height: 65%;
  width: 100%;
  max-height: 75rem;
}

.main-container .main-swiper-container {
  height: 100%;
}

.main-container .main-swiper-container .swiper-pagination-bullet {
  height: 7px;
  width: 17.5rem;
  border-radius: 0;
  position: relative;
  background-color: #000;
  opacity: 0.7;
}
.main-container .main-swiper-container .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.main-container .main-swiper-container .swiper-pagination-bullet-active:after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  animation: mainBtn 5s linear;
}

.main-container .main-swiper-container .swiper-pagination {
  bottom: 2rem;
}

@keyframes mainBtn {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
/*e:: section01 */

/* s::section02 */
.wide-bnr-container {
}

.wide-bnr {
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  padding: 2em 0;
  justify-content: center;
  align-items: center;
}

.wide-bnr .line {
  display: block;
  background-color: #333;
  height: 1px;
  width: 2.5em;
  margin: 0 0.8em;
}
/* e::section02 */

/* s::section03 */
.section03 .competition-container li {
  width: calc(100% / 3);
  position: relative;
  /* height: 58rem; */
  height: 30%;
  max-height: 58rem;
  overflow: hidden;
}

.section03 .competition-container li .text-content {
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 4rem;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.section03 .competition-container li img {
  transition: all 0.3s;
}
.section03 .competition-container li:hover img {
  transform: scale(1.1);
}

.section03 .competition-container li:hover .text-content {
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
/* e::section03 */

/* s::section04 */
.section04 .icon-wrap {
  width: 95%;
  margin: 0 auto;
}
.section04 .icon-wrap li {
  width: calc(100% / 4);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section04 .icon-wrap li .text-container {
  text-align: center;
}
.section04 .icon-wrap li .text-container .tit {
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0.3em 0 0.4em;
  color: #9d8a5a;
}

.section04 .icon-wrap li .text-container .text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}
/* e::section04 */

/* s::section05 */
.section05 {
  max-height: 55rem;
  height: 30%;
  position: relative;
  overflow: hidden;
  background-color: yellow;
}

.section05 .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  position: relative;
  background-color: skyblue;
}

.section05 .video-container video {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: -70%;
}

.section05:after {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  top: 0;
  left: 0;
}

.section05 .video-container video {
  width: 100%;
  object-fit: contain;
}

.section05 .text-container {
  color: #fff;
  display: flex;
  width: 100%;
  height: 70%;
  position: absolute;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;

  text-align: right;
  justify-content: flex-end;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section05 .text-container .eng-cont {
  font-size: 3.6rem;
  font-weight: 300;
}
/* e::section05 */

/* s::section06 */
.section06 {
  position: relative;
  margin-bottom: 20rem;
}

.section06:after {
  content: '';
  display: block;
  width: 100%;
  height: 72%;
  background-color: #f4f4f4;
  position: absolute;
  top: 32.5rem;
  z-index: -1;
}
.section06 .intro-wrap {
  justify-content: space-between;
}

.section06 .intro-wrap .left-container {
  width: 33%;
}

.section06 .intro-wrap .left-container .go-btn-container {
  width: 100%;
  justify-content: flex-end;
}

.section06 .intro-wrap .left-container .go-btn-container a {
  font-size: 1.8rem;
  background-color: #8d8d8e;
  font-weight: 300;
  color: #fff;
  padding: 0.3em 0.7em;
  transition: all 0.3s;
}

.section06 .intro-wrap .left-container .go-btn-container a:hover {
  background-color: #9d8a5a;
}

.section06 .intro-wrap .right-container {
  width: 60%;
}
.section06 .info-title-container {
  margin-top: 5em;
}
.section06 .info-title-container .icon-tit {
  font-size: 2.2rem;
  font-weight: 300;
  color: #005e66;
  display: flex;
  line-height: 1.2;
  align-items: center;
}

.section06 .info-title-container .icon {
  font-weight: 500;
  font-size: 1em;
}

.section06 .info-title-container .info-tit {
  font-size: 4.8rem;
  padding-bottom: 0.5em;
}

.section06 .boat-info .info {
  line-height: 1.4;
  font-weight: 500;
  font-size: 2.2rem;
  color: #333333;
  margin-bottom: 1.5em;
}

.section06 .boat-info .btn-container {
  display: flex;
}
.section06 .boat-info .btn-container a {
  font-size: 1.8rem;
  color: #fff;
  background-color: #005e66;
  padding: 0.5em 1em;
  display: block;
  transition: all 0.3s;
}

.section06 .boat-info .btn-container a:hover {
  background-color: #9d8a5a;
}

.section06 .right-container .tab-container {
  width: 100%;
  margin-bottom: 5.7rem;
}

.section06 .right-container .tab-container li {
  cursor: pointer;
  width: calc(100% / 3);
  font-size: 2rem;
  color: #9fa0a0;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #9fa0a0;
  position: relative;
}

.section06 .right-container .tab-container li.on {
  color: #005e66;
  border-bottom-color: #005e66;
}

.section06 .right-container .tab-container li.on:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #005e66;
  position: absolute;
  bottom: -2px;
  z-index: 2;
}
.section06 .right-container .swiper-btn-wrap {
  height: 7rem;
  display: flex;
  justify-content: space-between;
}

.section06 .right-container .swiper-btn-wrap .swiper-nav-wrap {
  height: 100%;
  width: 11%;
  position: relative;
}

.section06 .right-container .swiper-page-wrap {
  display: flex;
  align-items: center;
}

.section06 .right-container .swiper-pagination {
  position: initial;
}

.section06 .swiper-button-prev:after,
.section06 .swiper-button-next:after {
  font-size: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
.section06 .swiper-button-prev,
.section06 .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.section06 .swiper-button-prev {
  left: 0;
}

.section06 .swiper-button-next {
  right: 0;
}
.section06 .swiper-button-prev:after {
  background-image: url('/default/img/swiper-prev-btn.svg');
}

.section06 .swiper-button-next:after {
  background-image: url('/default/img/swiper-next-btn.svg');
}

.section06 .swiper-button-prev.swiper-button-disabled .swiper-button-prev:after {
  background-image: url('/default/img/swiper-prev-btn-active.svg');
}

.section06 .swiper-button-next.swiper-button-disabled .swiper-button-next:after {
  background-image: url('/default/img/swiper-next-btn-active.svg');
}
.section06 .swiper-pagination-bullet {
  margin-right: 3.5em !important;
  width: 1rem;
  height: 1rem;
}
.section06 .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.section06 .swiper-pagination-bullet-active {
  background-color: #005e66;
}

.section06 .boat-intro,
.section06 .boatInfo {
  display: none;
}

.section06 .boat-intro.on,
.section06 .boatInfo.on {
  display: block;
}

/* e::section06 */

/* s::section07 */
.tour-swiper {
  /* width: 1611px; */
  width: 83vw;
}

.tour-swiper .swiper-slide {
  position: relative;
}

.tour-swiper .text-container {
  background-color: #fff;
  width: 50%;
  height: 50%;
  padding: 2em;
  position: absolute;
  top: 50%;
  right: -50%;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 20px;
  transform: translate(-50%, -50%);
  z-index: 120;
}
.tour-swiper .text-container .title {
  font-size: 3.4rem;
}

.tour-swiper .text-container .info {
  font-size: 2.2rem;
  padding: 0.5em 0 0.8em;
  line-height: 1.3;
}

.tour-swiper .text-container .go-btn {
  font-size: 1.6rem;
  padding: 0.3em 1em;
  border: 1px solid #555555;
  color: #555555;
  transition: all 0.3s;
}

.tour-swiper .text-container .go-btn:hover {
  color: #fff;
  background-color: #555555;
}
.tour-swiper .swiper-slide.swiper-slide-prev {
  transform: translateZ(0) !important;
}
.tour-swiper .swiper-backface-hidden .swiper-slide {
  transform: initial;
}

/* e::section07 */

/* s::section08 */
.section08 {
  height: 46rem;
  /* height: 42.5%; */
  max-height: 46rem;
  width: 100%;
  color: #fff;
  background: url('/default/img/membership.jpg') no-repeat top / cover;
}
.section08 .inner {
  height: 100%;
  align-items: center;
  display: flex;
}
.section08 .sub-tit {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.section08 .tit {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.section08 .info {
  padding: 1em 0 1.5em;
  font-size: 1.8rem;
}

.section08 .go-btn {
  display: inline-block;
  padding: 0.3em 1em;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(35, 24, 21, 0.35);
  transition: all 0.3s;
}

.section08 .go-btn:hover {
  background-color: rgba(35, 24, 21, 1);
}
/* e::section08 */

@media (max-width: 1560px) {
  .tour-swiper .text-container {
    height: 60%;
  }
}

@media (max-width: 1280px) {
  .wide-bnr {
    font-size: 3rem;
  }
  .section04 .icon-wrap {
    width: 100%;
  }

  .section04 .icon-wrap li .text-container .tit {
    font-size: 2.4rem;
  }

  .section04 .icon-wrap li .text-container .text {
    font-size: 1.8rem;
  }

  .section04 .icon-wrap .icon-container {
    width: 70%;
  }

  .section04 .icon-wrap .icon-container img {
    width: 100%;
    object-fit: contain;
  }

  .section05 .text-container {
    padding: 1em;
    font-size: 4rem;
  }
  .section06 .intro-wrap .left-container {
    width: 35%;
  }

  .section06 .right-container .swiper-btn-wrap .swiper-nav-wrap {
    width: 15%;
  }

  .tour-swiper .text-container {
    width: 65%;
    height: 60%;
  }
}

@media (max-width: 1024px) {
  .section06 .info-title-container .icon-tit {
    font-size: 1.6rem;
  }
  .section06 .info-title-container .info-tit {
    font-size: 3rem;
  }
  .section06 .boat-info .info {
    font-size: 1.8rem;
    word-break: keep-all;
  }

  .tour-swiper .text-container .title {
    font-size: 2.8rem;
  }

  .tour-swiper .text-container .info {
    font-size: 1.7rem;
  }

  .section08 .sub-tit {
    font-size: 2.4rem;
  }

  .section08 .tit {
    font-size: 4rem;
  }
}

@media (max-width: 650px) {
  .main-container .main-swiper-container .swiper-pagination {
    bottom: 0.5em;
  }
  .main-container .main-swiper-container .swiper-pagination-bullet {
    width: 25%;
    height: 3px;
  }
  .wide-bnr {
    font-size: 1.5rem;
  }
  .section03 .competition-container {
    width: 95%;
    justify-content: center;
    margin: 0 auto;
  }
  .section03 .competition-container li {
    width: 100%;
    height: 25vh;
    margin-bottom: 0.5em;
  }

  .section03 .competition-container li .img-container {
    width: 100%;
    height: 100%;
  }

  .section03 .competition-container li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .section03 .competition-container li .text-content {
    font-size: 2.4rem;
  }

  .section04 .icon-wrap li {
    width: 50%;
    margin-bottom: 2em;
  }

  .section04 .icon-wrap .icon-container {
    width: 60%;
  }

  .section04 .icon-wrap li .text-container .tit {
    font-size: 1.8rem;
  }

  .section04 .icon-wrap li .text-container .text {
    font-size: 1.4rem;
  }
  .section05 .video-container {
    padding-bottom: 50%;
  }

  .section05 .video-container video {
    top: -10%;
  }

  .section05 .text-container .eng-cont {
    font-size: 1.6rem;
  }
  .section05 .text-container {
    /* height: 100%; */
    font-size: 2rem;
  }

  .section06 {
    margin-bottom: 10vh;
  }
  .section06 .intro-wrap {
    flex-direction: column-reverse;
  }

  .section06 .right-container .tab-container {
    margin-bottom: 1em;
  }
  .section06 .intro-wrap .left-container,
  .section06 .intro-wrap .right-container {
    width: 100%;
  }
  .section05 .video-container video .section06 .right-container .tab-container li {
    font-size: 1.4rem;
  }
  .section06 .info-title-container {
    margin-top: 2em;
  }
  .section06 .right-container .tab-container li {
    font-size: 1.4rem;
  }

  .section06 .boat-info .info {
    font-size: 1.6rem;
  }

  .section06 .intro-wrap .left-container .go-btn-container a,
  .section06 .boat-info .btn-container a {
    font-size: 1.4rem;
  }
  .section06 .right-container .swiper-btn-wrap .swiper-nav-wrap {
    width: 25%;
  }

  .section06 .swiper-pagination-bullet {
    margin-right: 1em !important;
  }

  .section06:after {
    display: none;
  }

  .tour-swiper {
    width: 100%;
  }
  .tour-swiper .text-container {
    width: 80%;
    height: 80%;
    padding: 1em;
  }
  .tour-swiper .text-container .title {
    font-size: 1.7rem;
  }
  .tour-swiper .text-container .go-btn {
    font-size: 1.2rem;
  }

  .tour-swiper .text-container .info {
    font-size: 1.2rem;
    padding: 0.3em 0;
  }

  .sub-swiper-container .swiper-btn-wrap .swiper-nav-wrap {
    width: 25%;
  }
  .section08 {
    height: 28rem;
  }
  .section08 .sub-tit {
    font-size: 1.6rem;
  }

  .section08 .tit {
    font-size: 2.4rem;
  }

  .section08 .info {
    font-size: 1.4rem;
  }

  .section08 .info br {
    display: none;
  }

  .section08 .go-btn {
    font-size: 1.4rem;
  }
}

@media (max-width: 420) {
  .tour-swiper .text-container {
    width: 80%;
    height: 85%;
    padding: 1em;
  }
}
