@charset "utf-8";

/* CSS Document */
#banner {
  background-image: url("../../images/business/Business_banner_02.jpg");
}

#banner .banner .text {
  margin-right: 0;
}

#breadcrumb {
  padding-bottom: 1rem;
}

#section1 .main {
  padding-top: 100px;
  padding-bottom: 100px;
}

#section1 .main h2 {
  font-size: 1.8em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

#section1 .main p {
  font-size: 1.8em;
  text-align: center;
  line-height: 140%;
  font-weight: 300;
  width: 95%;
  margin: 0 auto 30px;
}

#section2 {
  background-color: #fecc00;
}

#section2 .main {
  color: #16355b;
}

#section2 .main h2 {
  font-weight: 700;
  color: #16355b;
  text-align: center;
  margin-bottom: 100px;
}

#section2 .main .box {
  display: flex;
}

#section2 .main .box .con {
  width: 23.66%;
  background-repeat: no-repeat;
  background-size: 90% auto;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

#section2 .main .box.box1 .con .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* min-height: 245px; */
}

#section2 .main .box.box1 .con .desc ul,
#section2 .main .box.box2 .con .desc ul {
  display: none;
}

#section2 .main .box .con .subtitle {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  margin-top: auto;
}

#section2 .main .box.box2 .con .subtitle {
  margin-top: 0.5rem;
  min-height: 110px;
}

#section2 .main .box .con .subtitle h3 {
  font-weight: 700;
  margin-right: 0.5rem;
  font-size: 3.5rem;
  line-height: 0.8;
}

#section2 .main .box .con .subtitle p {
  font-weight: 600;
  font-size: 1.25rem;
}
#section2 .main .box .con:hover {
  color: #fff;
}

#section2 .main .box .con ul {
  padding-left: 1.5rem;
  list-style: disc;
  margin-bottom: 1rem;
}

#section2 .main .box1 .con {
  margin-right: 7%;
  background-position: left bottom;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#section2 .main .box1 .con7 {
  margin-right: 3%;
  width: 28%;
}

#section2 .main .con .icon {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
  position: relative;
  margin-top: auto;
}

#section2 .main .con1 .icon:after,
#section2 .main .con3 .icon:after,
#section2 .main .con7 .icon:after,
#section2 .main .box1 .con .icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  top: 100px;
  width: 106px;
  height: 106px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/business/TopForm__Business_19.png);
}

#section2 .main .con2 .icon:before,
#section2 .main .con4 .icon:before,
#section2 .main .con6 .icon:before,
#section2 .main .box2 .con .icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 81px;
  bottom: 98%;
  width: 106px;
  height: 106px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/business/TopForm__Business_18.png);
}

#section2 .main .box2 .con:last-child .icon:before {
  display: none;
}

#section2 .main .con .icon h4 {
  font-size: 2.25rem;
  padding-left: 1rem;
  font-weight: 500;
}

#section2 .main .box2 {
  margin-top: 110px;
  width: 100%;
  padding-left: 13%;
}

#section2 .main .box2 .con {
  /*    margin-left: 7%;*/
  /*    background-position: left top;*/
}

#section2 .main .box2 .con2 {
  width: 37%;
  padding: 0 3rem;
}

#section2 .main .box2 .con4 {
  width: 37%;
  padding: 0 3rem 0 2rem;
}

#section2 .main .box2 .con6 {
  width: 20%;
  padding: 0 0 0 0.8rem;
}

#section3 .main {
  padding-bottom: 0;
}

#section3 .main h2 {
  font-size: 2.4em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}

#section3 .main > p {
  font-size: 1.8em;
  text-align: center;
  line-height: 140%;
  margin-bottom: 30px;
}

#section3 .main .text.h2 {
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.25;
  padding-left: 15px;
  padding-right: 15px;
}

/*
#section3 .main .text {
    display: inline-block;
    padding-right: 100px;
    background: url('../../images/arrow_down.png') right center no-repeat;
    cursor: pointer;
}
*/

#section3 .main .text.active {
  background-image: url("../../images/arrow_up.png");
}

/*
#section3 .main .box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
*/

#section3 .main .box.active {
  max-height: 1200px;
}

#section3 .main .box ul.btn {
  display: flex;
  margin-left: -2%;
  width: 104%;
}

#section3 .main .box ul.btn li {
  width: 25%;
  margin: 0 2%;
  cursor: pointer;
}

#section3 .main .box ul.btn li .img-sub {
  position: relative;
}

#section3 .main .box ul.btn li .img-sub:before {
  content: "";
  position: absolute;
  top: 31px;
  right: 15px;
  width: 25px;
  height: 5px;
  border-bottom: 5px solid #fff;
  transition: all 0.3s linear;
}

#section3 .main .box ul.btn li.active .img-sub:before {
  border-color: #00254a;
}

#section3 .main .box ul.btn li .img-sub:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 25px;
  height: 25px;
  width: 5px;
  border-left: 5px solid #fff;
  /*        transition: all 0.4s linear;*/
}

#section3 .main .box ul.btn li.active .img-sub:after {
  transform: rotateZ(90deg);
  border-color: #00254a;
}

#section3 .main .box .btn img {
  width: 100%;
  height: auto;
}

#section3 .main .box ul.content {
  min-height: 350px;
}

#section3 .main .box ul.content li {
  background-color: #fdf1ea;
  display: none;
  transition: max-height 0.5s ease;
}

#section3 .main .box ul.content li.active {
  display: block;
}

#section3 .main .box ul.content li .main-con {
  padding: 40px;
  display: flex;
}

#section3 .main .box ul.content .img {
  width: 35%;
}

#section3 .main .box ul.content .img img {
  width: 100%;
  height: auto;
}

#section3 .main .box ul.content .con {
  width: 65%;
}

#section3 .main .box ul.content .con .text {
  padding: 10px 50px;
}

#section3 .main .box ul.content .con .text h3 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 30px;
}

#section3 .main .box ul.content .con .text p {
  margin-bottom: 20px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  color: #16355b;
}
.modal.show {
  display: block;
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77, 0.6);
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
  min-height: 300px;
  background-color: #fecc00;
}
.modal .modal-content .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.modal .modal-content .icon {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.modal .modal-content .desc {
  width: 70%;
  padding: 0 1rem;
}
.modal .modal-content .subtitle {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.modal .modal-content .subtitle h3 {
  font-weight: 700;
  margin-right: 0.5rem;
  font-size: 3.5rem !important;
  line-height: 0.8;
}
.modal .modal-content .subtitle p {
  font-size: 1.25rem;
}
.modal .modal-content ul {
  padding-left: 1.5rem;
  list-style: disc;
  margin-bottom: 1rem;
}
.modal .close {
  position: absolute;
  top: -2.5rem;
  right: 1rem;
  width: 1.7rem;
  height: 1.7rem;
  cursor: pointer;
  z-index: 2;
}
.modal .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.7rem;
  height: 3px;
  background-color: #fff;
  transform: rotateZ(45deg);
  top: 45%;
  right: 3%;
}
.modal .close:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.7rem;
  width: 3px;
  background-color: #fff;
  transform: rotateZ(45deg);
  top: 0;
  right: 50%;
}
@media only screen and (min-width: 768px) {
  #section3 .main .box .btn .wrapper {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  #section2 .main .moblie {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  #section3 .main .box-1 .con .c-box {
    width: 33.33%;
  }

  #section2 .main .box2 {
    flex-direction: column;
  }

  #section2 .main .box2 .bg-img,
  #section2 .main .box2 .con {
    width: 100%;
  }

  #section2 .main .box2 .bg-img {
    padding-bottom: 66.66%;
  }

  #section2 .main .box2.bg-yellow,
  #section2 .main .box2.bg-orange {
    flex-direction: column-reverse;
  }

  #section2 .main .box .con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem 0;
  }

  #section2 .main .box .con .subtitle.w-100 {
    width: 100%;
    margin-bottom: 1rem;
  }

  #section2 .main .box .con .subtitle p {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  #section2 .main .box .con2 .subtitle.w-100,
  #section2 .main .box .con4 .subtitle.w-100,
  #section2 .main .box .con5 .subtitle.w-100,
  #section2 .main .con2 .icon,
  #section2 .main .con4 .icon,
  #section2 .main .con6 .icon {
    justify-content: flex-end;
  }

  #section2 .main .con .icon {
    width: 30%;
    margin-top: 0;
    align-items: flex-start;
  }

  #section2 .main .con .desc {
    width: 70%;
  }

  #section2 .main .box .con4 ul li:last-child {
    width: 80%;
  }

  #section2 .main .box {
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }

  #section2 .main .box1,
  #section2 .main .box2 {
    display: none;
  }

  #section2 .main .con1 .icon:after,
  #section2 .main .con3 .icon:after,
  #section2 .main .con7 .icon:after {
    left: 0px;
    top: 103px;
    transform: rotateZ(1deg);
  }

  #section2 .main .con2 .icon:before,
  #section2 .main .con4 .icon:before,
  #section2 .main .con6 .icon:before {
    left: auto;
    right: 88px;
    bottom: auto;
    top: 96px;
    transform: rotateZ(190deg);
  }

  #section2 .main .con6 .icon:before {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #section1 .main {
    padding: 0;
  }

  #section1 .main h2 span {
    display: block;
  }

  #section1 .main h2 {
    width: 90%;
    margin: 3rem auto 30px;
    line-height: 1.3;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  #section1 .main p {
    width: 85%;
    margin: 0 auto 50px;
    font-size: 1.35rem;
  }

  #section2 .main {
    padding: 50px 8%;
  }

  #section2 .main h2 {
    font-size: 2.2rem;
    text-align: left;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 900;
  }

  #section2 .main .box1,
  #section2 .main .box2 {
    display: none;
  }

  #section3 .main {
    padding-left: 0;
    padding-right: 0;
  }

  #section3 .main .box ul.content {
    display: none;
  }

  #section3 .main .box ul.btn {
    flex-wrap: wrap;
  }

  #section3 .main .box ul.btn li .img-sub {
    width: 50%;
    margin: 0 auto;
    max-width: 250px;
  }

  #section3 .main .box ul.btn li {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #section3 .main .box ul.btn li:last-child {
    margin-bottom: 50px;
  }

  #section3 .main .box ul.btn .wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }

  #section3 .main .box ul.btn .wrapper .main-con {
    width: 100%;
    padding: 50px 8%;
  }

  #section3 .main .box ul.btn li.active .wrapper {
    max-height: 1000px;
    background-color: #fdf1ea;
  }

  #section3 .main .box ul.btn .wrapper .con,
  #section3 .main .box ul.btn .wrapper .img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }

  #section3 .main .box ul.btn .wrapper h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
  }

  #section3 .main .box ul.btn .wrapper p {
    color: #4d4d4d;
  }
}
@media only screen and (max-width: 600px) {
  #section2 .main .con1 .icon:after,
  #section2 .main .con3 .icon:after,
  #section2 .main .con7 .icon:after,
  #section2 .main .box1 .con .icon:after {
    width: 20vw;
    height: 20vw;
    top: 21.5vw;
    display: none;
  }

  #section2 .main .con2 .icon:before,
  #section2 .main .con4 .icon:before,
  #section2 .main .con6 .icon:before,
  #section2 .main .box2 .con .icon:before {
    width: 20vw;
    height: 20vw;
    top: 21vw;
    right: 20vw;
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #section2 .main .con .icon img {
    width: 90%;
  }
}
