.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;
}

.bannerArea {
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .bannerArea {
    min-height: 110vh;
  }
}
.bannerArea .slogan {
  position: absolute;
  opacity: 0;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
}
@media (max-width: 1024px) {
  .bannerArea .bannerBox {
    align-items: start;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerBox .Txt {
    padding: 10% 2.5%;
  }
}
.bannerArea .bannerBox .Txt h2 {
  font-weight: 700;
  line-height: 1.3;
}
.bannerArea .bannerBox .Txt h2 span {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.bannerArea .bannerBox .Txt h3 {
  letter-spacing: 0.1rem;
}
@media (max-width: 1024px) {
  .bannerArea .bannerBox .Txt h3 {
    font-size: 1.2rem;
  }
}

.page {
  background: #eaeaea;
  padding-top: 8%;
}
.page .decoBox {
  padding-left: 3%;
  padding-bottom: 3%;
}
@media (max-width: 1024px) {
  .page .decoBox {
    padding-bottom: 5%;
    padding-left: 0;
  }
}
.page .decoSquare {
  width: 50px;
  height: 50px;
  background: #4d4d4d;
}
@media (max-width: 1024px) {
  .page .decoSquare {
    width: 25px;
    height: 25px;
  }
}
.page .decoTxt h5 {
  margin-bottom: 0;
}
.page .decoTxt h5 span {
  margin-left: 7%;
}
@media (max-width: 1024px) {
  .page .decoTxt h5 span {
    margin-left: 10%;
  }
}

.Txt h2 {
  line-height: 1.5;
  letter-spacing: 0.2rem;
  font-weight: 700;
}
.Txt h3 {
  letter-spacing: 0.1rem;
}
@media (max-width: 1024px) {
  .Txt h3 {
    font-size: 1.3rem;
  }
}
.Txt h5 {
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .Txt h5 {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
  }
}
.Txt .font-EN {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}

.page01 {
  overflow: hidden;
  margin-top: -3px;
  padding-top: 5%;
}
.page01 .TxtBox {
  background: #9fb9bd;
  padding: 35% 0 10% 15%;
  height: 100%;
}
@media (max-width: 1024px) {
  .page01 .TxtBox {
    padding: 10% 0 10% 20%;
  }
}
.page01 .TxtBox .Txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page01 .TxtBox .Txt h5 span {
  border-bottom: 2px solid #4d4d4d;
}
.page01 .Img .innerImg {
  padding-top: 130%;
}
.page01 .subTxtBox {
  padding: 0 3% 8% 3%;
}
@media (max-width: 1024px) {
  .page01 .subTxtBox {
    padding: 10% 3%;
  }
}
.page01 .subTxt {
  padding-top: 10%;
  margin-top: 10%;
}
.page01 .subTxt::after {
  content: "";
  width: 50%;
  height: 7px;
  background: #9fb9bd;
  position: absolute;
  top: -5%;
  left: 0;
}

.page02 {
  padding-top: 5%;
}
.page02 .TxtBox {
  background: #9fb9bd;
  padding: 30% 0 10% 15%;
  height: 100%;
}
@media (max-width: 1024px) {
  .page02 .TxtBox {
    padding: 10% 0 10% 20%;
  }
}
.page02 .TxtBox .Txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page02 .TxtBox .Txt h5 span {
  border-bottom: 2px solid #4d4d4d;
}
.page02 .subTxtBox {
  margin-bottom: 8%;
  align-items: center;
}
@media (max-width: 1024px) {
  .page02 .subTxtBox {
    text-align: center;
  }
}
.page02 .subTxtBox::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 36%;
  top: 0;
}
@media (max-width: 1024px) {
  .page02 .subTxtBox::after {
    background: transparent;
  }
}
@media (max-width: 1024px) {
  .page02 .subTxtBox .Txt {
    padding-bottom: 7%;
    margin-bottom: 7%;
  }
}
@media (max-width: 1024px) {
  .page02 .subTxtBox .Txt::after {
    content: "";
    width: 60%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page02 .subTxtBox .Txt h3 {
  padding-bottom: 5%;
  margin-bottom: 7%;
  font-weight: 700;
}
.page02 .subTxtBox .Txt h3::after {
  content: "";
  width: 15%;
  height: 7px;
  background: #9fb9bd;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .page02 .subTxtBox .Txt h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .page02 .subTxtBox .Txt-1::after {
    background: transparent;
  }
}
.page02 .subTxtBox-1 {
  margin-bottom: 10%;
}
@media (max-width: 1024px) {
  .page02 .subTxtBox-1 {
    padding-top: 10%;
    margin-bottom: 0;
  }
}

.page03 {
  padding: 8% 3%;
  overflow: hidden;
  background: #eaeaea;
}
@media (max-width: 1024px) {
  .page03 {
    padding: 8% 5% 8% 6%;
    margin-top: -15%;
  }
}
@media (max-width: 1024px) {
  .page03 .Img {
    margin: 0 -10%;
  }
}
.page03 .Img .innerImg {
  padding-top: 160%;
}
.page03 .TxtBox {
  padding-bottom: 5%;
  margin-bottom: 5%;
}
@media (max-width: 1024px) {
  .page03 .TxtBox {
    padding-bottom: 10%;
    margin-bottom: 15%;
    text-align: center;
  }
}
.page03 .TxtBox::after {
  content: "";
  width: 13%;
  height: 13px;
  background: #9fb9bd;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .page03 .TxtBox::after {
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
  }
}
.page03 .Txt h5 {
  text-align: justify;
}
.page03 ul {
  padding-left: 1rem;
}
.page03 .subTitle {
  color: #cc8e3e;
}
.page03 .col-lg-9 {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .page03 .col-lg-9 {
    padding-left: 0;
  }
}
.page03 .subTxtBox {
  border-left: 1px solid #000;
  padding-left: 3%;
}
@media (max-width: 1024px) {
  .page03 .subTxtBox {
    padding-top: 15%;
    margin-top: 15%;
    border-left: 0px;
    border-top: 1px solid #000;
  }
}
.page03 .decoTxt {
  font-family: "Poppins", sans-serif;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  left: -3%;
  padding-bottom: 10px;
  background: #eaeaea;
}
@media (max-width: 1024px) {
  .page03 .decoTxt {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    top: -4%;
    left: 0%;
    font-size: 0.8rem;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0;
  }
}

.page04 {
  padding: 5% 5% 8% 5%;
  background: #eaeaea;
}
@media (max-width: 1024px) {
  .page04 {
    padding: 8% 3%;
  }
}
.page04 .decoBg {
  background: #d8d8d8;
  width: 80%;
  height: 150px;
  position: absolute;
  top: 5%;
  right: 5%;
}
@media (max-width: 1024px) {
  .page04 .decoBg {
    width: 60%;
    top: -0.5%;
    right: 0;
    height: 100px;
  }
}
.page04 .Txt {
  margin-bottom: 5%;
}
.page04 .Txt h2 {
  padding-top: 2%;
  margin-bottom: 2%;
}
@media (max-width: 1024px) {
  .page04 .Txt h2 {
    padding-top: 8%;
  }
}
.page04 .Txt h2::after {
  content: "";
  width: 8%;
  height: 20px;
  background: #9fb9bd;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .page04 .Txt h2::after {
    width: 30%;
    height: 13px;
  }
}
.page04 .table {
  text-align: center;
  border: 1px solid #000;
}
.page04 .table th {
  padding: 1rem;
}

.page05 {
  padding: 5% 5% 8% 5%;
  background: #eaeaea;
}
@media (max-width: 1024px) {
  .page05 {
    padding: 8% 3%;
  }
}
.page05 .Txt {
  margin-bottom: 5%;
}
.page05 .Txt h2 {
  padding-top: 2%;
  margin-bottom: 2%;
}
@media (max-width: 1024px) {
  .page05 .Txt h2 {
    padding-top: 8%;
  }
}
.page05 .Txt h2::after {
  content: "";
  width: 8%;
  height: 20px;
  background: #9fb9bd;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .page05 .Txt h2::after {
    width: 30%;
    height: 13px;
  }
}
.page05 img {
  width: 90%;
}
@media (max-width: 1024px) {
  .page05 img {
    width: 100%;
    margin-top: 15%;
  }
}

.page06 {
  padding-top: 5%;
}
@media (max-width: 1024px) {
  .page06 {
    padding: 15% 0;
  }
}
@media (max-width: 376px) {
  .page06 {
    padding: 15% 0 19% 0;
  }
}
.page06 .TxtBox {
  background: #9fb9bd;
  padding: 30% 0 10% 15%;
  height: 100%;
}
@media (max-width: 1024px) {
  .page06 .TxtBox {
    padding: 10% 0 10% 20%;
  }
}
.page06 .TxtBox .Txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page06 .TxtBox .Txt h5 span {
  border-bottom: 2px solid #4d4d4d;
}
.page06 .imgSlick {
  padding: 8% 3%;
}
@media (max-width: 1024px) {
  .page06 .imgSlick {
    padding: 15% 5% 8% 5%;
  }
}
.page06 .imgSlick .itemBox {
  width: 98% !important;
  border: 1px solid #000;
}
@media (max-width: 1024px) {
  .page06 .imgSlick .itemBox {
    width: 100% !important;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .page06 .imgSlick .itemBox {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
@media (max-width: 391px) {
  .page06 .imgSlick .itemBox {
    margin-bottom: 2.5rem;
  }
}
.page06 .imgSlick .itemBox .Txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10% 10% 5% 10%;
  min-height: 320px;
}
@media (max-width: 1024px) {
  .page06 .imgSlick .itemBox .Txt {
    min-height: 260px;
  }
}
.page06 .imgSlick .itemBox .Txt h5 {
  text-align: justify;
}

.page07 {
  background: #eaeaea;
  padding: 5% 10%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page07 {
    padding: 10% 5% 10% 5%;
  }
}
@media (max-width: 991px) {
  .page07 {
    padding: 15% 5% 10% 5%;
  }
}
.page07 .Txt {
  text-align: center;
}
.page07 .Txt .subTxt {
  display: inline-block;
  padding: 15px 20px;
  letter-spacing: 0.25rem;
  border: 2px solid #9fb9bd;
}
@media (max-width: 1024px) {
  .page07 .Txt .subTxt {
    padding: 10px 15px;
  }
}
.page07 .Txt h3 {
  letter-spacing: 0;
}
.page07 .Txt-1 {
  padding-bottom: 1.5%;
  margin-bottom: 3%;
}
@media (max-width: 1024px) {
  .page07 .Txt-1 {
    padding-bottom: 5%;
    margin-bottom: 13%;
  }
}
.page07 .Txt-1::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox-content {
  max-width: 50%;
}
@media (max-width: 1024px) {
  .fancybox-content {
    max-width: 80%;
    padding: 10% 5%;
  }
}/*# sourceMappingURL=style.css.map */