.section {
  width: 100%;
  min-width: 1300px;
  height: 100%;
  position: relative;
}

.section .section-tit {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section .section-tit .desc {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 300;
}

.section .section-tit .tit {
  font-family: 'scdream';
  font-weight: 600;
  font-size: 55px;
}

.section-01 .main-swiper01 {
  width: 100%;
  height: 100%;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: auto 100%;
  position: relative;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(240, 240, 240, 0.01)), color-stop(50%, rgba(216, 215, 215, 0.03)), to(black));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(240, 240, 240, 0.01) 40%, rgba(216, 215, 215, 0.03) 50%, black 100%);
  opacity: 0.7;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide .inner {
  width: 1020px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-main {
  text-align: center;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-main .box {
  width: 100%;
  position: absolute;
  top: 34%;
  left: 0;
  text-align: left;
  color: #2a4559;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-main .box .desc {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  opacity: 1;
  padding-bottom: 15px;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-main .box .desc strong {
  font-weight: bold;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-main .box .tit {
  margin-bottom: 60px;
  position: relative;
  font-weight: bold;
  font-size: 72px;
  opacity: 1;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-main .box .grandopen {
  display: inline-block;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 500;
  opacity: 1;
  font-size: 32px;
  line-height: 50px;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-box .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-box .box p {
  position: relative;
  opacity: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-box .box p.category {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 52px;
  margin-bottom: 40px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 22px;
  line-height: 52px;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-box .box p.category::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-box .box p.category::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #fff;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-box .box p.tit-desc {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 42px;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-box .box p.tit {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 60px;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide.slide-box .box p.desc {
  font-size: 22px;
  line-height: 32px;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide:first-of-type::after {
  background-image: url(../../images/main/visual-img00_240524.jpg);
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
  background-image: url(../../images/main/visual-img01.jpg);
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(3)::after {
  background-image: url(../../images/main/visual-img02.jpg);
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(4)::after {
  background-image: url(../../images/main/visual-img03.jpg);
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(5)::after {
  background-image: url(../../images/main/visual-img04.jpg);
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide-active::after {
  -webkit-animation: bgScale 6s forwards;
          animation: bgScale 6s forwards;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide-active.slide-main .box .desc {
  -webkit-animation: slideUp 1s forwards;
          animation: slideUp 1s forwards;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide-active.slide-main .box .tit {
  -webkit-animation: slideUp 1.5s forwards;
          animation: slideUp 1.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide-active.slide-main .box .grandopen {
  -webkit-animation: slideUp 1s forwards;
          animation: slideUp 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide-active.slide-main .box .tel {
  -webkit-animation: slideUpShort 0.6s forwards;
          animation: slideUpShort 0.6s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide-active.slide-box .box .category {
  -webkit-animation: slideUp 1s forwards;
          animation: slideUp 1s forwards;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide-active.slide-box .box .tit-desc {
  -webkit-animation: slideUp 1s forwards;
          animation: slideUp 1s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide-active.slide-box .box .tit {
  -webkit-animation: slideUp 1.2s forwards;
          animation: slideUp 1.2s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.section-01 .main-swiper01 .swiper-wrapper .swiper-slide-active.slide-box .box .desc {
  -webkit-animation: slideUp 1s forwards;
          animation: slideUp 1s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes bgScale {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bgScale {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes slideUp {
  from {
    opacity: 1;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes slideUp {
  from {
    opacity: 1;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes slideUpShort {
  from {
    opacity: 1;
    top: 15px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes slideUpShort {
  from {
    opacity: 1;
    top: 15px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes loadingBar {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes loadingBar {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.section-01 .main-swiper01 .pagination-inner {
  width: 1020px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 0;
  z-index: 1;
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  background-color: rgba(0, 81, 81, 0.7);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  height: 80px;
  opacity: 1;
  position: relative;
  background: none;
  font-family: 'Montserrat';
  font-size: 18px;
  color: #8b8075;
  font-weight: 500;
  border-radius: 0;
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet .icon {
  margin-right: 20px;
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet .icon-prugio {
  width: 34px;
  height: 27px;
  background-image: url(../../images/main/icon-prugio.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet .icon-traffic {
  width: 34px;
  height: 27px;
  background-image: url(../../images/main/icon-traffic.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet .icon-value {
  width: 34px;
  height: 27px;
  background-image: url(../../images/main/icon-value.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet .icon-life {
  width: 34px;
  height: 27px;
  background-image: url(../../images/main/icon-life.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet .icon-edu {
  width: 34px;
  height: 27px;
  background-image: url(../../images/main/icon-edu.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc( 100% - 80px);
  height: 5px;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-animation: loadingBar 5s forwards;
          animation: loadingBar 5s forwards;
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .icon-prugio {
  background-image: url(../../images/main/icon-prugio_on.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .icon-traffic {
  background-image: url(../../images/main/icon-traffic_on.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .icon-value {
  background-image: url(../../images/main/icon-value_on.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .icon-life {
  background-image: url(../../images/main/icon-life_on.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .icon-edu {
  background-image: url(../../images/main/icon-edu_on.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}

.section-01 .main-swiper01 .pagination-inner .swiper-button .icon {
  width: 15px;
  height: 27px;
  background-image: url(../../images/main/icon-arrow-right-long.png);
}

.section-01 .main-swiper01 .pagination-inner .swiper-button-prev {
  left: 0;
}

.section-01 .main-swiper01 .pagination-inner .swiper-button-prev .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-01 .main-swiper01 .pagination-inner .swiper-button-next {
  right: 0;
}

.section-02 .wrap-map {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-02 .wrap-map .main-map {
  width: 100%;
  height: 100%;
}

.section-02 .wrap-map .txt-box {
  width: 50%;
  padding: 90px 0 150px 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../../images/main/map-bg.jpg.png) no-repeat 0 bottom #6c7a83;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section-02 .wrap-map .txt-box p {
  position: relative;
}

.section-02 .wrap-map .txt-box .location {
  margin-bottom: 45px;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 500;
}

.section-02 .wrap-map .txt-box .desc {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 28px;
  line-height: 48px;
}

.section-02 .wrap-map .txt-box .desc strong {
  font-weight: 600;
}

.section-02 .wrap-map .txt-box .tit {
  margin-bottom: 60px;
  font-size: 55px;
  font-weight: 500;
}

.section-02 .wrap-map .txt-box .tit strong {
  font-weight: 600;
}

.section-02 .wrap-map .txt-box .info-list {
  width: 500px;
  height: 160px;
  padding: 0 30px;
  margin-bottom: 40px;
  position: relative;
  background: #fff;
}

.section-02 .wrap-map .txt-box .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.section-02 .wrap-map .txt-box .info-list li .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 85px;
}

.section-02 .wrap-map .txt-box .info-list li .icon-location {
  height: 27px;
  background: url(../../images/main/icon-location.png) no-repeat 50% 50%;
  background-size: 20px 27px;
}

.section-02 .wrap-map .txt-box .info-list li .icon-tel {
  height: 24px;
  background: url(../../images/main/icon-tel.png) no-repeat 50% 50%;
  background-size: 23px 24px;
}

.section-02 .wrap-map .txt-box .info-list li:first-of-type {
  border-bottom: 1px solid rgba(139, 128, 117, 0.2);
}

.section-02 .wrap-map .txt-box .more {
  display: block;
  width: 129px;
  height: 50px;
  background: url(../../images/main/btn-more.png) no-repeat 0 0;
}

.section-02.active .txt-box p, .section-02.active .txt-box ul, .section-02.active .txt-box .more {
  position: relative;
  left: 40px;
  opacity: 1;
}

.section-02.active .txt-box .location {
  -webkit-animation: txtIn 0.7s forwards;
          animation: txtIn 0.7s forwards;
}

.section-02.active .txt-box .desc {
  -webkit-animation: txtIn 1s forwards;
          animation: txtIn 1s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.section-02.active .txt-box .tit {
  -webkit-animation: txtIn 1s forwards;
          animation: txtIn 1s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.section-02.active .txt-box .info-list {
  -webkit-animation: txtIn 1s forwards;
          animation: txtIn 1s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.section-02.active .txt-box .more {
  -webkit-animation: txtIn 1s forwards;
          animation: txtIn 1s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes txtIn {
  from {
    left: 40px;
    opacity: 1;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes txtIn {
  from {
    left: 40px;
    opacity: 1;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

.section-03 .wrap-banner {
  text-align: center;
}

.section-03 .wrap-banner a {
  display: block;
  cursor: default;
}

.section-03 .wrap-banner a img {
  display: block;
}

.section-03 .wrap-banner a img.wide {
  display: none;
}

.section-interior {
  background-image: url(../../images/main/interior-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-interior .section-tit {
  color: #fff;
}

.section-interior .wrap-interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.section-interior .wrap-interior .interior-box {
  display: block;
  width: 100%;
  height: 460px;
}

.section-interior .wrap-interior .interior-box .wrap-txt {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  text-align: center;
  background: rgba(39, 59, 60, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-interior .wrap-interior .interior-box .num {
  margin-bottom: 25px;
  font-family: 'scdream';
  font-weight: 600;
  font-size: 55px;
  color: #e7d1ba;
}

.section-interior .wrap-interior .interior-box .desc {
  height: 90px;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
}

.section-interior .wrap-interior .interior-box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e7d1ba;
  font-size: 21px;
}

.section-interior .wrap-interior .interior-box .link .icon-arrow {
  width: 79px;
  height: 13px;
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(../../images/main/icon-arrow-right-long.png);
}

.section-interior .wrap-interior .interior-box::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}

.section-interior .wrap-interior .interior-box-84oa::before {
  background-image: url(../../images/main/interior-84oa.jpg);
}

.section-interior .wrap-interior .interior-box-84a::before {
  background-image: url(../../images/main/interior-84a.jpg);
}

.section-interior .wrap-interior .interior-box-84c::before {
  background-image: url(../../images/main/interior-84c.jpg);
}

.section-interior .wrap-interior .interior-box:hover .wrap-txt {
  background: rgba(39, 59, 60, 0.7);
}

.section-interior .wrap-interior .interior-box:hover .wrap-txt .link .icon-arrow {
  margin-left: 20px;
}

.section-interior .wrap-interior .interior-box:hover::before {
  opacity: 1;
}

.section-interior-office {
  background-image: url(../../images/main/interior-bg-office.jpg);
}

.section-unit {
  background: url(../../images/main/unit-bg.jpg) no-repeat center bottom #f7f3eb;
}

.section-unit .inner .section-tit .desc {
  color: #333;
}

.section-unit .inner .section-tit .tit {
  color: #165151;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide {
  padding-bottom: 60px;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide .wrap-img {
  width: 51%;
  position: relative;
  z-index: 1;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide .wrap-txt {
  width: 51%;
  height: 455px;
  padding-top: 80px;
  padding-left: 80px;
  position: absolute;
  right: 0;
  top: 60px;
  background: url(../../images/main/unit-box.jpg) no-repeat center center;
  background-size: 100%;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide .wrap-txt .loading-bar {
  position: absolute;
  left: 80px;
  bottom: 121px;
  z-index: 1;
  width: 150px;
  height: 4px;
  background: #d6bda3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 4s;
  transition: all 4s;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide .wrap-txt .tit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide .wrap-txt .tit-area .tit {
  display: block;
  margin-right: 40px;
  color: #c7bda2;
  font-size: 55px;
  font-weight: 600;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide .wrap-txt .tit-area .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide .wrap-txt .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  color: #c7bda2;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide .wrap-txt .link .icon-arrow {
  width: 79px;
  height: 13px;
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(../../images/main/icon-arrow-right-long.png);
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide .wrap-txt .link:hover .icon-arrow {
  margin-left: 20px;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide:nth-of-type(2) .wrap-txt .loading-bar {
  left: 232px;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide:nth-of-type(3) .wrap-txt .loading-bar {
  left: 384px;
}

.section-unit .inner .unit-swiper .swiper-wrapper .swiper-slide-active .wrap-txt .loading-bar {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.section-unit .inner .unit-swiper .unit-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 51%;
  padding-left: 80px;
  bottom: 87px;
  left: auto;
  right: 0;
}

.section-unit .inner .unit-swiper .unit-pagination span {
  display: block;
  width: 150px;
  height: 25px;
  margin: 0 1px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.2);
  text-align: left;
  background: none;
  position: relative;
  border-radius: 0;
  opacity: 1;
}

.section-unit .inner .unit-swiper .unit-pagination span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}

.section-unit .inner .unit-swiper .unit-pagination span.swiper-pagination-bullet-active {
  color: #d6bda3;
}

@media (min-width: 1440px) {
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide .inner {
    width: 1200px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide .inner .loading-bar {
    width: 240px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(2) .loading-bar {
    left: 240px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(3) .loading-bar {
    left: 480px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(4) .loading-bar {
    left: 720px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(5) .loading-bar {
    left: 960px;
  }
  .section-01 .main-swiper01 .pagination-inner {
    width: 1200px;
  }
  .section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet::before {
    width: 232px;
  }
  .section-02 .txt-box {
    left: calc(50% + 100px);
  }
  .section-02 .txt-box .tit {
    font-size: 55px;
  }
  .section-02 .txt-box .info-list {
    width: 570px;
  }
}

@media (min-width: 1920px) {
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide .inner {
    width: 1400px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide .inner .loading-bar {
    width: 272px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(2) .loading-bar {
    left: 280px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(3) .loading-bar {
    left: 560px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(4) .loading-bar {
    left: 840px;
  }
  .section-01 .main-swiper01 .swiper-wrapper .swiper-slide:nth-of-type(5) .loading-bar {
    left: 1120px;
  }
  .section-01 .main-swiper01 .pagination-inner {
    width: 1400px;
  }
  .section-01 .main-swiper01 .pagination-inner .swiper-pagination .swiper-pagination-bullet::before {
    width: 272px;
  }
  .section-03 .wrap-banner a {
    background-color: #000000;
    cursor: default;
  }
  .section-03 .wrap-banner a img {
    display: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-03 .wrap-banner a img.wide {
    display: block;
  }
}
