@charset "UTF-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2021-10-20
/* ================================================================== */
/* ----------------------------- */
/* 메인공통
/* ----------------------------- */
.main-section {
  text-align: center;
  padding: 100px 20px;
  position: relative;
}
.main-section > header {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 3rem;
  color: #000;
  margin-bottom: 100px;
  padding: 0 20px;
  display: block;
}

.white-box-wrap {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 20;
}
.white-box-wrap .white-box {
  border: 1px solid #d4d4d4;
  background: #fff;
}
.white-box-wrap .white-box > header {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gray-box-wrap {
  background: #f1f1f1;
  margin-top: -300px;
  margin-bottom: 100px;
  z-index: 10;
}
.gray-box-wrap .gray-box {
  max-width: 1240px;
  padding-top: 400px;
  margin: 0 auto;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content article {
  margin-right: 30px;
  position: relative;
}
.content article .img-wrap {
  position: relative;
  border-radius: 20px 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.content article .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.content article .img-wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content article .img-wrap figure {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content article .img-wrap figure img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content article:hover .img-wrap figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.content article:last-child {
  margin-right: 0;
}
.content article header h3 {
  font-family: "SCDreamMedium", sans-serif;
  font-size: 2rem;
  color: #000;
  word-break: keep-all;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content article header h3 span {
  font-family: "SCDreamBold", sans-serif;
  font-size: 1.7rem;
  color: #284b8b;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content article header h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #284b8b;
}
.content.main-col-4 article {
  width: calc(100% / 4 - (30px * 3 / 4));
}
.content.main-col-4 article .img-wrap {
  width: 100%;
}
.content.main-col-5 article {
  width: calc(100% / 5 - (30px * 4 / 5));
}

/* ----------------------------- */
/* 메인비주얼
/* ----------------------------- */
.main-visual-wrap {
  width: 100%;
  max-width: 1860px;
  padding: 0 20px;
  margin: 0 auto 100px auto;
}

.main-visual {
  position: relative;
  width: 100%;
  position: relative;
}
.main-visual:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.0769230769%;
}
.main-visual > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-visual .text-box {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
.main-visual .text-box h2 {
  font-family: "SCDreamRegular", sans-serif;
  font-size: 1.8rem;
  border: 2px solid #fff;
  border-width: 1px 0;
  padding: 5px 0;
  margin-bottom: 70px;
  display: inline-block;
}
.main-visual .text-box figure {
  margin-bottom: 40px;
  display: block;
}
.main-visual .text-box figure img {
  width: 265px;
}
.main-visual .text-box p {
  margin-bottom: 50px;
}
.main-visual .text-box a {
  font-family: "SCDreamMedium", sans-serif;
  border-radius: 50px;
  background: #fff;
  padding: 10px 50px;
  display: inline-block;
}
.main-visual .main-visual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.main-visual .main-visual-img .bx-wrapper {
  height: 100%;
}
.main-visual .main-visual-img .bx-wrapper .bx-viewport {
  height: 100%;
}
.main-visual .main-visual-img .bx-wrapper .bx-viewport .slider {
  height: 100%;
}
.main-visual .main-visual-img .bx-wrapper .bx-pager {
  bottom: 20px;
  z-index: 50;
}
.main-visual .main-visual-img .main-slider {
  height: 100%;
  background-image: url("../images/main/main_visual01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-visual .main-visual-img .main-slider01 {
  background-image: url("../images/main/main_visual01.jpg");
}
.main-visual .main-visual-img .main-slider02 {
  background-image: url("../images/main/main_visual02.jpg");
}
.main-visual .main-visual-img .main-slider03 {
  background-image: url("../images/main/main_visual03.jpg");
}
.main-visual .main-visual-img .main-slider04 {
  background-image: url("../images/main/main_visual04.jpg");
}

/* ----------------------------- */
/* 오프닝
/* ----------------------------- */
.openning {
  padding: 50px 30px;
}
.openning > div:first-child {
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 50px;
}
.openning > div:first-child h4 {
  font-family: "SCDreamMedium", sans-serif;
}
.openning h4 {
  font-family: "SCDreamBold", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 50px;
}
.openning h4 figure::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #000f;
  margin: 20px auto;
}
.openning p {
  margin-bottom: 40px;
}

/* ----------------------------- */
/* 부산핫플
/* ----------------------------- */
.hot-place {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ----------------------------- */
/* 바다가 주요 뉴스
/* ----------------------------- */
.news > article:nth-child(2) .img-wrap {
  border: 2px solid #d4d4d4;
}

/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1440px
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size	: 1024px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */
@media screen and (max-width: 1200px) {
  .content.main-col-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content.main-col-5 article {
    width: calc(100% / 3 - (30px * 2 / 3));
    margin-bottom: 30px;
  }
  .content.main-col-5 article:nth-child(3n) {
    margin-right: 0;
  }
  .content.hot-place article {
    width: calc(100% / 3 - (30px * 2 / 3));
  }
}
@media screen and (max-width: 1024px) {
  .content article header h3 span {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 920px) {
  /* ----------------------------- */
  /* 메인비주얼
  /* ----------------------------- */
  .main-visual {
    position: relative;
  }
  .main-visual:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333%;
  }
  .main-visual > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .content.main-col-4 article {
    width: calc(100% / 2 - (30px / 2));
    margin-bottom: 30px;
  }
  .content.main-col-4 article:nth-child(even) {
    margin-right: 0;
  }
  .content.main-col-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content.main-col-5 article {
    width: calc(100% / 2 - (30px / 2));
  }
  .content.main-col-5 article:nth-child(3n) {
    margin-right: 30px;
  }
  .content.main-col-5 article:nth-child(even) {
    margin-right: 0;
  }
  .content article header h3 span {
    margin-bottom: 10px;
  }

  .main-section {
    padding: 50px 20px;
  }
  .main-section > header {
    margin-bottom: 50px;
  }

  .gray-box-wrap .gray-box {
    padding-top: 350px;
  }

  .openning {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 480px) {
  .content article .img-wrap {
    margin-bottom: 10px;
  }
  .content article header h3 {
    font-size: 1.7rem;
  }
  .content article header h3 span {
    font-size: 1.4rem;
  }

  .main-section > header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.5rem;
    margin: 0 auto 50px auto;
  }
}
