/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER  
 * FOOTER
 * BANNER
 * MAIN
 * ABOUT
 * ACCREDITATION
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
@media (min-width: 992px) {
  .navbar {
    background-color: transparent;
  }
  .navbar-brand .white {
    display: inline-block;
  }
  .navbar-brand .color {
    display: none;
  }
  .navbar-nav .nav-link {
    color: #ffffff;
  }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #d5743a;
  }
  .navbar-nav .nav-lang a {
    color: #ffffff;
  }
  .navbar-nav .nav-lang a.hover, .navbar-nav .nav-lang a.current {
    color: #d5743a;
  }
  .navbar-nav .nav-lang a + a::before {
    color: #ffffff;
  }
  .navbar-fixed {
    background-color: #ffffff;
  }
  .navbar-fixed .navbar-brand .white {
    display: none;
  }
  .navbar-fixed .navbar-brand .color {
    display: inline-block;
  }
  .navbar-fixed .navbar-nav .nav-link {
    color: #666666;
  }
  .navbar-fixed .navbar-nav .nav-link:hover, .navbar-fixed .navbar-nav .nav-link.active {
    color: #d5743a;
  }
  .navbar-fixed .navbar-nav .nav-lang a {
    color: #666666;
  }
  .navbar-fixed .navbar-nav .nav-lang a.hover, .navbar-fixed .navbar-nav .nav-lang a.current {
    color: #d5743a;
  }
  .navbar-fixed .navbar-nav .nav-lang a + a::before {
    color: #666666;
  }
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
@media (min-width: 992px) {
  .footer {
    padding: 5.5rem 0 8rem;
  }
}
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}
.banner .swiper .swiper-slide a {
  display: block;
  position: relative;
}
.banner .swiper .swiper-slide a::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner .swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .banner .swiper .swiper-slide img {
    height: 960px;
  }
}
.banner .content {
  color: #ffffff;
  width: 100%;
  max-width: 1700px;
  padding: 0 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .banner .content {
    bottom: 105px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.banner .title {
  font-size: 2rem;
  letter-spacing: 0.25rem;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .banner .title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .banner .title {
    font-size: 3.75rem;
    letter-spacing: 0.3rem;
  }
}
.banner .text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .banner .text {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}
@media (min-width: 992px) {
  .banner .text {
    font-size: 1.875rem;
  }
}
.banner .news {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  letter-spacing: 0.075rem;
  width: 100%;
  max-width: 420px;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
}
.banner .news a {
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.5rem;
  display: block;
  position: relative;
}
.banner .news a::after {
  content: "\f138";
  color: #d5743a;
  font-family: "bootstrap-icons";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner .news a:hover {
  color: #d5743a;
}
.banner .news a:hover::after {
  right: 0.5rem;
}
.banner .news strong {
  font-weight: normal;
  display: block;
  margin-bottom: 1rem;
}
.banner .news span {
  font-size: 0.9375rem;
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .banner .news {
    padding-bottom: 1.5rem;
  }
  .banner .news strong {
    margin-bottom: 1.5rem;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background: none;
  padding: 0;
}
main > section {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  main > section {
    padding: 6rem 0;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  background: url(../images/index-about-bg.jpg) #ffffff center top no-repeat;
  overflow: hidden;
  position: relative;
  min-height: auto;
}
.index-about::before {
  opacity: 0;
}
@media (min-width: 992px) {
  .index-about {
    padding-top: 11rem;
    padding-bottom: 12rem;
  }
}
.index-about.no-bg {
  background: none;
  padding: 0;
}
@media (min-width: 992px) {
  .index-about.no-bg {
    margin-top: -15rem;
  }
}
@media (min-width: 1200px) {
  .index-about.no-bg {
    margin-top: -21rem;
  }
}
.index-about .class {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .index-about .class {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }
}
.index-about .title {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .index-about .title {
    font-size: 1.875rem;
  }
}
.index-about .title-b {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .index-about .title-b {
    font-size: 2.75rem;
    letter-spacing: 0.3rem;
  }
}
.index-about .text {
  border-bottom: none;
  color: #514c47;
  line-height: 2;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .index-about .text {
    font-size: 1.0625rem;
  }
}
.index-about .text-b {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .index-about .text-b {
    font-size: 1.25rem;
  }
}
.index-about .pic {
  background-color: transparent;
  border-radius: 0.5rem;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .index-about .pic {
    width: auto;
    margin-top: 0;
    position: relative;
    left: auto;
    right: 0;
  }
}
.index-about .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50rem;
  color: #d5743a;
  font-size: 0.9375rem;
  padding: 1rem 0;
}
.index-about .more span {
  display: inline-block;
  background-color: #d5743a;
  width: 35px;
  height: 1px;
  margin-right: 1rem;
}
.index-about .more:hover {
  background-color: #d5743a;
  color: #ffffff;
  padding: 1rem 2rem;
}
.index-about .more:hover span {
  background-color: #ffffff;
}

/*------------------------------------*\
    ACCREDITATION
\*------------------------------------*/
.index-accreditation {
  background: url(../images/index-accreditation-bg.jpg) #ffffff center bottom no-repeat;
}
@media (min-width: 992px) {
  .index-accreditation {
    padding-top: 8rem;
  }
}
.index-accreditation > .container {
  position: relative;
}
.index-accreditation .pic {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .index-accreditation .pic {
    display: block;
    position: absolute;
    top: -215px;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .index-accreditation .pic {
    top: -215px;
    right: -120px;
  }
}
.index-accreditation .item img {
  border-radius: 0.5rem;
}
.index-accreditation .item h3 {
  color: #d5743a;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.0125rem;
}