/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * ABOUT
 * RECRUIT
 * GAME
 * AWARDS
 * PARTNER
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner-txt {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
}

.banner-txt h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.25rem;
  text-shadow: #000000 0.25rem 0.25rem 0.75rem;
  margin-bottom: 1rem;
}

.banner-txt p {
  color: #f97770;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}

.banner-txt .btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
}

.banner-txt .btn-wrap {
  text-align: left;
}

@media (min-width: 576px) {
  .banner-txt h3 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .banner-txt p {
    font-size: 1.3125rem;
    margin-bottom: 3rem;
  }

  .banner-txt .btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 992px) {
  .banner-txt {
    left: 0;
  }

  .banner-txt h3 {
    font-size: 2.75rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }

  .banner-txt p {
    margin-bottom: 5rem;
  }
}

.banner-scroll {
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 1000;
}

.banner .swiper-slide-active .banner-txt {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

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

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  background: url(../images/index-about-bg.jpg) center bottom no-repeat #ffffff;
  padding: 3rem 0;
  position: relative;
}

.index-about::before {
  content: '';
  width: 500px;
  height: 70px;
  background: url(../images/index-about-text-s.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
}

.index-about .sidemenu {
  position: relative;
  top: auto;
  right: auto;
  z-index: 1;
}

.index-about .sidemenu .nav {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-about .sidemenu .nav li {
  padding: 0 1rem;
}

.index-about .btn-wrap {
  position: relative;
  z-index: 5;
}

.index-about .about-idea-desc-pic {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .index-about {
    padding: 4.5rem 0 6rem;
  }

  .index-about .about-idea-desc-txt {
    padding-left: 15px;
    padding-right: 6rem;
  }

  .index-about .btn-wrap {
    text-align: left;
  }
}

@media (min-width: 1600px) {
  .index-about::before {
    width: 1500px;
    background: url(../images/index-about-text.svg);
  }
}

/*------------------------------------*\
    RECRUIT
\*------------------------------------*/
.index-recruit {
  background: url(../images/index-recruit-bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 3rem 0;
  position: relative;
}

.index-recruit::before {
  content: '';
  width: 180px;
  height: 180px;
  background: url(../images/circle-r-02.png);
  position: absolute;
  bottom: -60px;
  right: 175px;
  z-index: 2;
  display: none;
}

.index-recruit .page-title-secondary {
  position: relative;
}

.index-recruit .page-title-secondary::before {
  content: '';
  width: 410px;
  height: 55px;
  background: url(../images/index-recruit-text.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.index-recruit .page-title-secondary h2 {
  color: #ffffff;
}

.index-recruit .page-title-secondary h2 span {
  color: #ffffff;
}

@media (min-width: 992px) {
  .index-recruit {
    padding: 6rem 0;
  }

  .index-recruit::before {
    display: block;
  }

  .index-recruit .content {
    max-width: 800px;
    margin: 0 auto;
  }
}

/*------------------------------------*\
    GAME
\*------------------------------------*/
.index-game {
  background: url(../images/index-game-bg.jpg) center top no-repeat #ffffff;
  padding: 3rem 0;
  min-height: 760px;
  overflow: hidden;
}

.index-game .container {
  position: relative;
}

.index-game .container::after {
  content: '';
  width: 100px;
  height: 980px;
  background: url(../images/index-game-text.svg);
  position: absolute;
  top: 30px;
  right: 160px;
  z-index: 2;
  display: none;
}

.index-game .btn-wrap {
  text-align: left;
}

.index-game-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.index-game-pic {
  margin-bottom: 3rem;
}

.index-game-pic iframe {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .index-game {
    padding: 8rem 0;
  }

  .index-game .container::after {
    display: block;
  }

  .index-game-pic {
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .index-game .container {
    max-width: 100%;
  }

  .index-game-txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1200px;
    -ms-flex: 0 0 1200px;
    flex: 0 0 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .index-game-txt-content {
    max-width: 600px;
    padding-left: 3rem;
  }

  .index-game-pic {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
  }

  .index-game-pic iframe {
    width: 800px;
    height: 500px;
  }
}

@media (min-width: 1800px) {
  .index-game-pic iframe {
    width: 900px;
  }
}

/*------------------------------------*\
    AWARDS
\*------------------------------------*/
.index-awards {
  background-color: #e8e9ec;
  padding: 3rem 0;
  text-align: center;
  position: relative;
}

.index-awards::before {
  content: '';
  width: 480px;
  height: 80px;
  background: url(../images/index-awards-text.svg);
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: 2;
  display: block;
}

.index-awards::after {
  content: '';
  width: 180px;
  height: 180px;
  background: url(../images/circle-r-02.png);
  position: absolute;
  bottom: -60px;
  right: 175px;
  z-index: 2;
  display: none;
}

.index-awards .container {
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.index-awards .page-title-secondary {
  position: relative;
}

.index-awards .page-title-secondary::before,
.index-awards .page-title-secondary::after {
  color: #004d97;
  font-family: "Font Awesome 5 Free";
  font-size: 1.3125rem;
  font-weight: 900;
  position: absolute;
  top: -30px;
  display: none;
}

.index-awards .page-title-secondary::before {
  content: '\f10d';
  left: 0;
}

.index-awards .page-title-secondary::after {
  content: '\f10e';
  right: 0;
}

.index-awards .page-title-secondary h2 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: 0.2rem;
  text-align: justify;
}

.index-awards .page-title-secondary h2 span {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #004d97;
  position: relative;
  top: -10px;
  margin: 0 1rem;
}

.index-awards .swiper-button-next,
.index-awards .swiper-button-prev {
  background: transparent;
  top: 0;
  width: auto;
  height: auto;
  margin-top: 0;
}

.index-awards .swiper-button-next:focus,
.index-awards .swiper-button-prev:focus {
  outline: none;
}

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

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

.index-awards-desc {
  margin-bottom: 1rem;
}

.index-awards-desc p {
  text-align: justify;
}

.index-awards-desc p br {
  display: none;
}

.index-awards-carousel {
  padding: 5rem 0 0;
}

.index-awards-pic {
  position: relative;
  z-index: 3;
}

.index-awards-txt {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #ffffff;
  color: #004d97;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  max-height: 165px;
  padding: 4rem 0;
  position: relative;
  top: -2.5rem;
  margin-bottom: -2.5rem;
}

@media (min-width: 576px) {

  .index-awards .page-title-secondary::before,
  .index-awards .page-title-secondary::after {
    display: inline-block;
  }

  .index-awards .page-title-secondary h2 {
    text-align: center;
  }

  .index-awards-desc p {
    text-align: center;
  }

  .index-awards-desc p br {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .index-awards {
    padding: 7.5rem 0;
  }

  .index-awards::after {
    display: block;
  }

  .index-awards .page-title-secondary h2 {
    font-size: 2rem;
    line-height: 3.25rem;
  }

  .index-awards .page-title-secondary::before,
  .index-awards .page-title-secondary::after {
    top: -15px;
  }

  .index-awards .page-title-secondary::before {
    left: -50px;
  }

  .index-awards .page-title-secondary::after {
    right: -50px;
  }

  .index-awards .swiper-button-next,
  .index-awards .swiper-button-prev {
    top: -135px;
  }

  .index-awards-desc {
    max-width: 900px;
    margin: 0 auto 1rem;
  }

  .index-awards-carousel {
    padding: 0;
  }
}

/*------------------------------------*\
    PARTNER
\*------------------------------------*/
.index-partner {
  background: url(../images/index-partner-bg.jpg) center bottom no-repeat;
  padding: 3rem 0;
}

.index-partner .swiper-button-wrap {
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 115px;
  height: 45px;
  position: relative;
}

.index-partner .swiper-button-wrap::before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-partner .swiper-button-next,
.index-partner .swiper-button-prev {
  background: transparent;
  width: auto;
  height: auto;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-partner .swiper-button-next:focus,
.index-partner .swiper-button-prev:focus {
  outline: none;
}

.index-partner .swiper-button-prev {
  left: 20px;
}

.index-partner .swiper-button-next {
  right: 20px;
}

.index-partner-item {
  text-align: center;
}

.index-partner-txt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.index-partner-txt p {
  text-align: justify;
}

@media (min-width: 992px) {
  .index-partner {
    padding: 6rem 0;
  }

  .index-partner-txt {
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 0;
    padding-left: 2rem;
    margin-bottom: 0;
  }
}