.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slogan {
  position: absolute;
  opacity: 0;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}

.bannerArea {
  overflow: hidden;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .bannerArea {
    min-height: 0;
  }
}
.bannerArea .bannerBox {
  min-height: 100vh;
  padding: 5%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 110% 0 16% 7%;
  }
}
.bannerArea .bannerBox img {
  display: block;
}

.page01 {
  overflow: hidden;
}
.page01 .contentBox {
  padding: 5% 10%;
}

.Txt {
  text-align: center;
}
.Txt h2 {
  color: #da1315;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  font-size: 2.8rem;
}
@media (max-width: 1700px) {
  .Txt h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .Txt h2 {
    letter-spacing: 2px;
    font-size: 2rem;
  }
}
.Txt h3 {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  color: #595757;
  font-size: 2.5rem;
}
@media (max-width: 1700px) {
  .Txt h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .Txt h3 {
    font-size: 1.5rem;
  }
}
.Txt h4 {
  color: #595757;
  border-top: 1px solid rgba(218, 19, 22, 0.4549019608);
  border-bottom: 1px solid rgba(218, 19, 22, 0.4549019608);
  display: inline-block;
  padding: 10px 0 12px 0;
  font-size: 1.7rem;
}
@media (max-width: 1700px) {
  .Txt h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .Txt h4 {
    font-size: 1.2rem;
    padding: 5px 0 7px 0;
  }
}
.Txt b {
  font-weight: 600;
}
.Txt small {
  color: #da1315;
  display: block;
  letter-spacing: 0;
  font-size: 0.7rem;
  margin-top: 0.5rem;
  font-family: "Tenor Sans", sans-serif;
}
@media (max-width: 991px) {
  .Txt small {
    font-size: 0.5rem;
  }
}
.Txt h5 {
  color: #231815;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media (max-width: 1700px) {
  .Txt h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .Txt h5 {
    font-size: 1rem;
  }
}
.Txt h5:after {
  content: "";
  width: 100px;
  height: 1px;
  background: rgba(218, 19, 22, 0.4549019608);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .Txt h5:after {
    width: 80px;
  }
}
.Txt p {
  line-height: 1.7;
}
.Txt .englishTitle {
  font-family: "Urbanist", sans-serif;
  color: #fff;
  font-size: 7rem;
  display: block;
  line-height: 1;
}
@media (max-width: 1700px) {
  .Txt .englishTitle {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .Txt .englishTitle {
    font-size: 2rem;
  }
}
.Txt .decoTxt {
  color: #fff;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Txt .decoTxt {
    font-size: 0.6rem;
  }
}

.page02 {
  overflow: hidden;
  padding: 10% 7%;
}
@media (max-width: 991px) {
  .page02 {
    padding: 10% 3% 1rem 3%;
  }
}
.page02 .Txt {
  padding-right: 12%;
}
@media (max-width: 991px) {
  .page02 .Txt {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.page02 .Txt p {
  max-width: 445px;
  text-align: justify;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .page02 .Txt p {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .page02 .Txt p {
    max-width: 320px;
  }
}
.page02 .Img .innerImg {
  padding-top: 59%;
}

.page03 {
  background: #ee0000;
  padding: 10% 0;
}
@media (max-width: 991px) {
  .page03 {
    padding: 12% 0;
  }
}
.page03 .Img .innerImg {
  padding-top: 54%;
}
@media (max-width: 991px) {
  .page03 .col-7 {
    padding-left: 0;
  }
}
.page03 .col-lg-5 {
  margin-left: -13.5%;
}
@media (max-width: 1700px) {
  .page03 .col-lg-5 {
    margin-left: -17%;
  }
}
@media (max-width: 991px) {
  .page03 .col-lg-5 {
    margin-left: -7%;
    margin-top: -29%;
  }
}
.page03 .Txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page03 .Txt::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6235294118);
  position: absolute;
  top: 65%;
  right: 0;
}
@media (max-width: 991px) {
  .page03 .Txt::after {
    width: 30px;
    top: 70%;
  }
}
.page03 .Txt .englishTitle {
  text-align: right;
  margin-top: -2%;
}
.page03 .Txt .decoTxt {
  text-align: right;
}

.page04 {
  padding: 10% 7%;
  background: #1f1c1c;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page04 {
    padding: 10% 3% 1rem 3%;
  }
}
.page04 .Img .innerImg {
  padding-top: 59%;
}
.page04 .Txt {
  padding-right: 12%;
}
@media (max-width: 991px) {
  .page04 .Txt {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.page04 .Txt h4, .page04 .Txt h5, .page04 .Txt small, .page04 .Txt p {
  color: #fff;
}
.page04 .Txt h4 {
  border-top: 1px solid rgba(255, 255, 255, 0.6235294118);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6235294118);
}
@media (max-width: 991px) {
  .page04 .Txt h4 {
    border-top: 1px solid rgba(255, 255, 255, 0.3725490196);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3725490196);
  }
}
.page04 .Txt h5:after {
  background: rgba(255, 255, 255, 0.6235294118);
}
@media (max-width: 991px) {
  .page04 .Txt h5:after {
    background: rgba(255, 255, 255, 0.3725490196);
  }
}

.page05 {
  background: #ee0000;
  padding: 5% 15%;
}
@media (max-width: 991px) {
  .page05 {
    padding: 10% 5%;
  }
}
.page05 .Txt {
  margin-bottom: 2rem;
}
.page05 .Txt h3 {
  color: rgba(255, 255, 255, 0.5568627451);
  margin-bottom: 1.5rem;
}
.page05 .Txt h2, .page05 .Txt h4, .page05 .Txt small {
  color: #fff;
}
.page05 .Txt h4 {
  border-top: 1px solid rgba(255, 255, 255, 0.6235294118);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6235294118);
}
@media (max-width: 991px) {
  .page05 .Txt h4 {
    border-top: 1px solid rgba(255, 255, 255, 0.3725490196);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3725490196);
  }
}
.page05 .col:nth-child(7) .item img {
  width: 43%;
}
.page05 .item {
  background: #e03f3f;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 220px;
}
@media (max-width: 1700px) {
  .page05 .item {
    min-height: 180px;
  }
}
@media (max-width: 991px) {
  .page05 .item {
    min-height: 120px;
  }
}
.page05 .item img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.page06 {
  overflow: hidden;
  background: #000;
}
.page06 .imgBox {
  background: #ee0000;
}
.page06 .imgBox img {
  width: 45%;
}
@media (max-width: 991px) {
  .page06 .imgBox img {
    width: 55%;
  }
}
.page06 .imgBox span {
  font-family: "Tenor Sans", sans-serif;
  writing-mode: sideways-rl;
  color: #fff;
  position: absolute;
  top: 10%;
  right: 15%;
}
@media (max-width: 991px) {
  .page06 .imgBox span {
    font-size: 0.4rem;
  }
}
.page06 .TxtBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 3;
}
@media (max-width: 991px) {
  .page06 .TxtBox {
    margin-right: -41%;
  }
}
.page06 .TxtBox .Txt {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
}
@media (max-width: 991px) {
  .page06 .TxtBox .Txt {
    height: 60%;
  }
}
.page06 .TxtBox .Txt::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6235294118);
  position: absolute;
  top: 67%;
  left: 0;
}
@media (max-width: 991px) {
  .page06 .TxtBox .Txt::after {
    width: 30px;
    top: 67%;
  }
}

.page07 {
  overflow: hidden;
  padding-bottom: 5%;
}
@media (max-width: 991px) {
  .page07 {
    padding-bottom: 1rem;
  }
}
.page07 .TxtBox {
  width: 53%;
}
@media (max-width: 991px) {
  .page07 .TxtBox {
    width: 100%;
  }
}
.page07 .Txt {
  padding: 10% 10% 5% 10%;
  background: #fff;
}
@media (max-width: 991px) {
  .page07 .Txt {
    padding: 10% 3% 3%;
  }
}
.page07 .Txt h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .page07 .Txt h2 {
    margin-bottom: 0;
  }
}
.page07 .Txt small {
  color: #b5b5b6;
  text-align: right;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page07 .Txt small {
    margin-top: 0rem;
    margin-right: 21%;
  }
}
.page07 .Txt h4 {
  border: 0;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 991px) {
  .page07 .Txt h4 {
    padding-left: 0;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .page07 .Txt .text {
    margin-right: 21%;
  }
}
.page07 .Txt .decoBorder {
  width: 80px;
  height: 1px;
  background: #595757;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .page07 .Txt .decoBorder {
    width: 45px;
    margin-right: 4px;
  }
}
.page07 .imgBox {
  padding-left: 10%;
  background: #fff;
}
@media (max-width: 991px) {
  .page07 .imgBox {
    padding-left: 0;
  }
}
.page07 .imgBox::after {
  content: "";
  width: 50%;
  height: 32%;
  background-image: url(../images/img/page-layer.jpg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page07 .imgBox img {
  z-index: 2;
}
.page07 .slickBox {
  width: 47%;
  padding: 0 5%;
  margin-top: 5%;
}
@media (max-width: 991px) {
  .page07 .slickBox {
    width: 100%;
    padding: 0 3%;
  }
}
.page07 .slickBox .Img .innerImg {
  padding-top: 60%;
}

.page08 {
  padding: 7% 7% 7% 1%;
  overflow: hidden;
  background-image: url(../images/img/page08-bg.jpg);
}
@media (max-width: 991px) {
  .page08 {
    padding: 10% 0 0 0;
    background-size: contain;
  }
}
.page08 .Txt h3 {
  margin-bottom: 1.5rem;
}
.page08 .Txt small {
  color: #595757;
}
.page08 .Txt h5 {
  color: #595757;
  padding-top: 105px;
  margin-top: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page08 .Txt h5 {
    padding-top: 85px;
  }
}
.page08 .Txt h5:after {
  height: 90px;
  width: 1px;
  background: rgba(89, 87, 87, 0.537254902);
  bottom: auto;
  top: 0;
}
@media (max-width: 991px) {
  .page08 .Txt h5:after {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .page08 .imgBox {
    padding: 0;
  }
}
.page08 .imgBox .Img .innerImg {
  padding-top: 63%;
}

.page09 {
  padding: 5% 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page09 {
    padding: 10% 0;
  }
}
.page09 .Txt {
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .page09 .Txt {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .page09 .Txt h3 {
    margin-bottom: 1.5rem;
  }
}
.page09 .Txt h4 {
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1700px) {
  .page09 .Txt h4 {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .page09 .Txt h4 {
    max-width: 272px;
  }
}
.page09 .Img .innerImg {
  padding-top: 100%;
}
.page09 .Img .infoImg {
  text-align: right;
  font-size: 0.5rem;
}
@media (max-width: 767px) {
  .page09 .Img .infoImg {
    font-size: 7px;
    padding: 0 2px;
  }
}
.page09 .itemBox .col:first-child .item .subTxt::after, .page09 .itemBox .col:nth-child(5) .item .subTxt::after {
  width: 0;
}
@media (max-width: 991px) {
  .page09 .itemBox .col:nth-child(3) .item .subTxt::after, .page09 .itemBox .col:nth-child(7) .item .subTxt::after {
    width: 0;
  }
}
.page09 .item::after {
  content: "";
  width: 93%;
  height: 1px;
  background: rgba(218, 19, 22, 0.4549019608);
  position: absolute;
  bottom: -11%;
  left: 3%;
}
@media (max-width: 1700px) {
  .page09 .item::after {
    bottom: -13%;
  }
}
.page09 .item .subTxt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page09 .item .subTxt::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(218, 19, 22, 0.4549019608);
  position: absolute;
  top: 0;
  left: -25%;
}
@media (max-width: 1700px) {
  .page09 .item .subTxt::after {
    left: -27%;
  }
}
.page09 .item .subTxt .number {
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Urbanist", sans-serif;
  color: #595757;
}
@media (max-width: 767px) {
  .page09 .item .subTxt .number {
    font-size: 2.7rem;
    line-height: 0.8;
  }
}
.page09 .item .subTxt span {
  padding: 0 3px;
  font-family: "Urbanist", sans-serif;
  color: #595757;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
@media (max-width: 767px) {
  .page09 .item .subTxt span {
    font-size: 10px;
    line-height: 1;
    padding: 0 2px 1px 2px;
    border-top: 0.5px solid #595757;
    border-bottom: 0.5px solid #595757;
  }
}
.page09 .item .subTxt p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 1.5rem;
  color: #595757;
}
@media (max-width: 767px) {
  .page09 .item .subTxt p {
    font-size: 10px;
    margin-top: 10px;
  }
}
.page09 .item .subTxt img {
  width: 50%;
  display: block;
}/*# sourceMappingURL=style.css.map */