/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * ABOUT
 * NEWS
 * ACTIVITIES
 * LINK
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner .swiper-banner .swiper-button-next::after,
.banner .swiper-banner .swiper-button-prev::after {
  color: #ffffff;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 0;
}
main::after {
  display: none;
}
main > section {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  main > section {
    padding: 6rem 0;
  }
}
main > section > .container {
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1800px) {
  main > section > .container {
    max-width: 1650px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* PAGE-TITLE */
.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-title .title {
  color: #004d7e;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-title .title span {
  position: relative;
}
.page-title .title span::after {
  content: "";
  background-color: #004d7e;
  width: 150px;
  height: 1px;
  position: absolute;
  right: -150px;
  bottom: 15px;
  display: none;
}
@media (min-width: 992px) {
  .page-title .title {
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  .page-title .title span::after {
    display: block;
  }
}
.page-title .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-title .control .swiper-button-prev,
.page-title .control .swiper-button-next {
  width: 55px;
  height: 55px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
}
.page-title .control .swiper-button-prev::after,
.page-title .control .swiper-button-next::after {
  display: none;
}
.page-title .control .swiper-button-next {
  margin-left: 0.5rem;
}

/* PAGE-CONTENT */
.page-content .l-list-item {
  padding: 0;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  background-image: url(../images/index-about-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .index-about {
    padding: 10rem 0 0;
  }
}
.index-about .container {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 5rem;
}
.index-about .page-title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .index-about .page-title {
    margin-bottom: 1rem;
  }
}
.index-about .text {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .index-about .text {
    font-size: 1.75rem;
    padding-left: 2.5rem;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.index-news {
  background-color: #f5f4f2;
  padding-bottom: 1rem;
  position: relative;
}
.index-news::before {
  content: "";
  background-image: url(../images/bg.png);
  width: 830px;
  height: 635px;
  position: absolute;
  top: -265px;
  left: -310px;
}

/*------------------------------------*\
    ACTIVITIES
\*------------------------------------*/
.index-activities {
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}
.index-activities::after {
  content: "";
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  width: 830px;
  height: 635px;
  position: absolute;
  top: -250px;
  right: -230px;
}

/*------------------------------------*\
    LINK
\*------------------------------------*/
.index-link {
  padding-top: 3rem;
}

.index-link-content {
  padding: 0 5rem;
  position: relative;
}
.index-link-content .swiper-button-prev,
.index-link-content .swiper-button-next {
  width: 55px;
  height: 55px;
}
.index-link-content .swiper-button-prev::after,
.index-link-content .swiper-button-next::after {
  display: none;
}
.index-link-content .swiper-button-prev {
  left: 0;
}
.index-link-content .swiper-button-next {
  right: 0;
}