/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER 
 * MAIN
 * PRODUCTS
 * LINK
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner .camera_wrap {
  float: none;
}

.banner .camera_wrap .camera_pag {
  background-color: #004098;
  text-align: center;
  line-height: 30px;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .banner .camera_wrap .camera_pag {
    line-height: 110px;
    width: 50%;
    height: 110px;
    left: auto;
    bottom: -110px;
    padding-left: 3.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.banner .camera_wrap .camera_pag .camera_pag_ul {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.banner .camera_wrap .camera_pag .camera_pag_ul::after {
  content: '';
  background-color: #ffffff;
  width: 320px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 180px;
  display: none;
}

@media (min-width: 1200px) {
  .banner .camera_wrap .camera_pag .camera_pag_ul::after {
    display: block;
  }
}

.banner .camera_wrap .camera_pag .camera_pag_ul li {
  border: 1px solid #ffffff;
  background: transparent;
  width: 10px;
  height: 10px;
  margin: 0 0.75rem;
}

.banner .camera_wrap .camera_pag .camera_pag_ul li:hover, .banner .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #ffffff;
}

.banner .camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}

@media (min-width: 1200px) {
  .banner .camera_wrap .camera_pag .camera_pag_ul li {
    width: 15px;
    height: 15px;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background-image: url(../images/index-bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 0;
}

main::after {
  display: none;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  padding-bottom: 2rem;
}

@media (min-width: 1200px) {
  .index-products {
    padding-top: 2.5rem;
  }
}

.index-products .products-list-group {
  margin-bottom: 2rem;
}

.index-products .products-list-pic {
  position: relative;
}

.index-products .products-list-pic span {
  background-color: #004098;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* PRODUCTS TITLE */
.index-products-title {
  text-align: center;
  padding: 3.5rem 0 2rem;
}

.index-products-title h2 {
  color: #004098;
  font-size: 1.125rem;
  letter-spacing: 0.25rem;
  margin-left: -1rem;
}

.index-products-title h2 span {
  color: #000000;
  letter-spacing: 0.05rem;
  margin-left: 1rem;
}

.index-products-title h2 b {
  color: #999999;
  font-weight: 100;
  margin: 0 1.25rem;
}

.index-products-title p {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .index-products-title h2 {
    font-size: 1.3125rem;
  }
  .index-products-title p {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1200px) {
  .index-products-title {
    text-align: left;
    padding-top: 0;
    position: absolute;
    top: -100px;
  }
}

/* PRODUCTS SUBTITLE */
.index-products-subtitle {
  text-align: center;
  margin-bottom: 2rem;
}

.index-products-subtitle h2 {
  color: #004098;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}

.index-products-subtitle p {
  color: #444444;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
}

@media (min-width: 576px) {
  .index-products-subtitle {
    margin-bottom: 4rem;
  }
  .index-products-subtitle h2 {
    font-size: 2.5rem;
  }
  .index-products-subtitle p {
    font-size: 1.0625rem;
    max-width: 580px;
    margin: 0 auto;
  }
}

/* PRODUCTS LIST */
.index-products-list {
  position: relative;
}

.index-products-list .mySwiper {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .index-products-list .mySwiper {
    margin-bottom: 4rem;
  }
}

.index-products-list .swiper-wrapper {
  padding: 2rem 0;
}

.index-products-list .swiper-button-next,
.index-products-list .swiper-button-prev {
  color: #004098;
  margin-top: -3rem;
}

.index-products-list .swiper-button-next {
  right: 0;
}

@media (min-width: 1366px) {
  .index-products-list .swiper-button-next {
    right: -2.5rem;
  }
}

.index-products-list .swiper-button-prev {
  left: 0;
}

@media (min-width: 1366px) {
  .index-products-list .swiper-button-prev {
    left: -2.5rem;
  }
}

.index-products-list .swiper-pagination {
  bottom: 0;
}

/*------------------------------------*\
    LINK
\*------------------------------------*/
/* LINK ITEM  */
.index-link-item {
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.index-link-item::before {
  content: '';
  background-image: url(../images/index-link.png);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 576px) {
  .index-link-item {
    min-height: 350px;
  }
}

/* LINK TEXT */
.index-link-text {
  color: #ffffff;
  position: relative;
  z-index: 3;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .index-link-text {
    padding: 3rem;
  }
}

@media (min-width: 1366px) {
  .index-link-text {
    padding: 3rem 6.5rem;
    margin-top: 2rem;
  }
}

.index-link-text h2 {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .index-link-text h2 {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
}

.index-link-text p {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  max-width: 320px;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .index-link-text p {
    font-size: 1.0625rem;
  }
}

.index-link-text a {
  background-color: #ffffff;
  color: #004098;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 40px;
  width: 150px;
  height: 40px;
}

.index-link-text a:hover, .index-link-text a:focus {
  background-color: #004098;
  color: #ffffff;
}

@media (min-width: 576px) {
  .index-link-text a {
    width: 200px;
  }
}
