/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * FEATURE
 * CATEGORY
 * ADVERTISE
 * HASHTAG
 * PRODUCT
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}
.banner .container {
  max-width: 100%;
}
@media (min-width: 1600px) {
  .banner .container {
    max-width: 1440px;
  }
}
.banner-pic {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 576px) {
  .banner-pic {
    height: 370px;
  }
}
.banner-txt {
  color: #ffffff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .banner-txt {
    width: 1080px;
    margin: 0 auto;
  }
}
.banner-txt .title {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  -webkit-text-stroke: 1px #000000;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 3rem;
  }
}
.banner-txt .text {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-shadow: 2px 3px 5px #000000;
  -webkit-text-stroke: 0.5px #000000;
  line-height: 1.5;
  margin-bottom: 0;
}
.banner-txt .text a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  -webkit-text-stroke: 0.5px #000000;
}
@media (min-width: 768px) {
  .banner-txt .text {
    font-size: 1.25rem;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 0;
}

/* PAGE-TITLE */
.page-title {
  text-align: center;
  margin-bottom: 2rem;
}
.page-title .title {
  color: #000000;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
.page-title .link {
  border-bottom: 1px solid #c4c3c3;
  color: #c4c3c3;
  font-size: 1.125rem;
  position: absolute;
  right: 12px;
}
.page-title .link:hover {
  opacity: 0.5;
}

/*------------------------------------*\
    FEATURE
\*------------------------------------*/
.index-feature {
  position: relative;
  top: -3rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .index-feature {
    top: -4rem;
  }
}
.index-feature > .container {
  max-width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .index-feature > .container {
    max-width: 1080px;
  }
}
.index-feature .swiper-feature {
  border-top-right-radius: 3rem;
  background-color: #efe6d7;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  padding: 2rem 0;
}
.index-feature .swiper-slide {
  background-color: #efe6d7;
  padding: 0 0.75rem;
  min-height: 150px;
}
.index-feature .swiper-slide + .swiper-slide {
  border-left: 1px solid #8f8f8f;
}
.index-feature .swiper-slide .title {
  color: #0b4e2e;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.index-feature .swiper-slide .text {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.index-feature .swiper-button-next,
.index-feature .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.index-feature .swiper-button-next::after,
.index-feature .swiper-button-prev::after {
  display: none;
}
.index-feature .swiper-button-next {
  right: 0;
}
.index-feature .swiper-button-prev {
  left: 0;
}
@media (min-width: 1200px) {
  .index-feature .swiper-button-next {
    right: -50px;
  }
  .index-feature .swiper-button-prev {
    left: -50px;
  }
}

/*------------------------------------*\
    CATEGORY
\*------------------------------------*/
.index-category > .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .index-category > .container {
    max-width: 1080px;
  }
}
.index-category-list {
  text-align: center;
}
.index-category-list.row > [class*="col-"] {
  margin-bottom: 2.5rem;
}
.index-category-list a {
  display: block;
}
.index-category-list a:hover {
  opacity: 0.8;
}
.index-category-list img {
  margin-bottom: 0.75rem;
}
.index-category-list h3 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .index-category-list h3 {
    font-size: 1.5rem;
  }
}

/*------------------------------------*\
    ADVERTISE
\*------------------------------------*/
.index-advertise {
  margin-bottom: 3rem;
}
.index-advertise > .container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .index-advertise > .container {
    max-width: 1280px;
  }
  .index-advertise > .container > .row > [class*="col-"]:first-child {
    width: 68.5%;
  }
  .index-advertise > .container > .row > [class*="col-"]:last-child {
    width: 31.5%;
  }
}
.index-advertise .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.index-advertise .link {
  display: block;
  text-align: center;
  height: 100%;
}
@media (min-width: 992px) {
  .index-advertise .link img {
    width: 100%;
    height: 100%;
  }
}

/*------------------------------------*\
    HASHTAG
\*------------------------------------*/
.index-hashtag > .container {
  max-width: 100%;
  position: relative;
}
@media (min-width: 1400px) {
  .index-hashtag > .container {
    max-width: 1280px;
  }
}
.index-hashtag .link {
  border-bottom: 1px solid #444444;
  color: #444444;
  font-size: 1.125rem;
}
.index-hashtag .link:hover {
  opacity: 0.5;
}
.index-hashtag .hashtag li a {
  padding: 0.25rem 1.5rem;
}
.index-hashtag-content {
  border-radius: 0.5rem;
  background-color: #fcfdfd;
  padding: 2rem 1rem 1rem;
}
@media (min-width: 576px) {
  .index-hashtag-content {
    padding: 2rem 2rem 1rem;
  }
}

/*------------------------------------*\
    PRODUCT
\*------------------------------------*/
.index-product {
  padding: 3rem 0;
}
.index-product > .container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .index-product > .container {
    max-width: 1280px;
  }
}
.index-product-content {
  padding: 0 3rem;
  position: relative;
}
.index-product-content .swiper-button-next,
.index-product-content .swiper-button-prev {
  margin-top: -90px;
  width: 50px;
  height: 50px;
}
.index-product-content .swiper-button-next::after,
.index-product-content .swiper-button-prev::after {
  display: none;
}
.index-product-content .swiper-button-next {
  right: 0;
}
.index-product-content .swiper-button-prev {
  left: 0;
}
@media (min-width: 1400px) {
  .index-product-content .swiper-button-next {
    right: -10px;
  }
  .index-product-content .swiper-button-prev {
    left: -10px;
  }
}
