@charset "UTF-8";

.about-banner {
  width: 100%;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
}

.margin-bottom {
  margin-bottom: 44px;
}

.about-banner-content {
  width: 100%;
  height: 300px;
  padding-top: 50px;
  box-sizing: border-box;
}

.about-banner-content h2 {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 16px;
  letter-spacing: 5px;
  position: relative;
}

.about-banner-content p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 68px;
  padding-left: 16px;
}

.about-banner-content h2::before {
  position: absolute;
  content: "";
  height: 68%;
  background-color: #fff;
  width: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.content-area h5 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}

.content-area h2 {
  position: relative;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  padding-top: 50px;
}

.our-superiority h2 {
  padding-top: 0;
}

.content-area h2::after {
  position: absolute;
  content: "";
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  background-color: #333;
}

.our-superiority h2::after {
  background-color: #5FB3FE;
}

.our-superiority {
  width: 100%;
}

.our-superiority {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: -100px;
  box-sizing: border-box;
}

.our-superiority ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.our-superiority ul>li {
  width: 336px;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #FFFFFF;
  font-size: 14px;
  color: #666666;
  padding: 10px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.our-superiority ul>li img {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.our-superiority ul>li p {
  line-height: 26px;
  white-space: pre-wrap
}

.our-superiority ul>li p a {
  color: #2C89FF;
}

.our-superiority ul>li h4 {
  font-size: 52px;
  font-weight: 400;
  color: #666666;
}

.our-superiority .reason{
  display: flex;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
}

.our-superiority .reason .QR-code{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-superiority .reason .QR-code p{
  font-size: 14px;
  color: #666666;
}

.our-superiority .reason .text-list{
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  box-sizing: border-box;
}

.our-superiority .reason .text-list>p{
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 10px;
}

.our-superiority .reason .text-list>p:last-child{
  margin-top: 10px;
}

.our-superiority .reason .text-list>p a {
  color: #2C89FF;
}
.cooperation-concept {
  width: 100%;
}

.cooperation-concept ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.cooperation-concept ul li {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0 38px;
  margin-bottom: 10px;
}

.cooperation-concept ul li:nth-child(2) {
  border-left: 1px solid #E1E4E5;
  border-right: 1px solid #E1E4E5;
}

.cooperation-concept ul li h6 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 16px;
}

.cooperation-concept ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  max-width: 286px;
  text-align: center;
}

.policies-and-eligibility ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px
}

.policies-and-eligibility ul>li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.policies-and-eligibility ul>li label {
  width: 36px;
  height: 36px;
  background: linear-gradient(0deg, #5798FE, #6CDCFC);
  box-shadow: 0px 4px 8px 0px rgba(92, 144, 245, 0.4500);
  border-radius: 50%;
  margin-right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  position: relative;
}

.policies-and-eligibility ul>li:not(:last-child) label:before,
.policies-and-eligibility ul>li:not(:last-child) label::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D89FF;
}

.policies-and-eligibility ul>li label::before {
  bottom: -8px;

}

.policies-and-eligibility ul>li label::after {
  bottom: -16px;
}

.policies-and-eligibility ul>li p {
  font-size: 14px;
  color: #333333;
  flex: 1;
}

.purple-color ul>li label {
  background: linear-gradient(0deg, #8B78FD, #B795FC);
  box-shadow: 0px 4px 8px 0px rgba(169, 139, 252, 0.4500);
}

.purple-color ul>li:not(:last-child) label:before,
.purple-color ul>li:not(:last-child) label::after {
  background-color: #A388FC;
}

.interests-security-area {
  background: url(/company/images/interests-security-area-bg.jpg) no-repeat center;
  padding: 50px 0;
}

.interests-security {
  width: 100%;
}

.interests-security ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.interests-security ul>li {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 28px 20px 18px;
  border-left: 2px solid #2D88FF;
  min-height: 200px;
  background-color: #fff;
  margin-bottom: 20px;
  align-items: flex-start;
  position: relative;
  z-index: 100;
}

.interests-security ul>li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  transition: .5s;
  background-color: #2D88FF;
  transform-origin: left;
  transform: scaleX(0);
  z-index: -1;
}

.interests-security ul>li:hover::before {
  transform: scaleX(1);
}


.interests-security ul>li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
}

.interests-security ul>li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
}

.interests-security ul>li:hover h3,
.interests-security ul>li:hover p {
  color: #fff;
}

@media screen and (max-width:768px) {
  .about-banner-content {
    height: 16rem;
    padding-top: 2rem;
  }

  .about-banner-content h2 {
    font-size: 1.8rem;
  }

  .about-banner-content p {
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: .6rem;
  }

  .our-superiority {
    padding: 1rem;
  }

  .our-superiority .reason{
    flex-direction: column-reverse;
    padding: 1rem 0;
  }

  .our-superiority .reason .text-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
}

.our-superiority .reason .QR-code{
  margin-top: 1rem;
}
  .our-superiority ul {
    justify-content: space-between;
  }

  .our-superiority ul>li {
    width: 48%;
    padding: 1rem 0;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .our-superiority ul>li img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }

  .our-superiority ul>li h4 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666666;
  }

  .content-area h2 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    padding: 1rem 0;
  }

  .content-area h2::after {
    width: 30px;
    height: 3px;
  }

  .cooperation-concept ul li {
    width: 48%;
    padding: 1rem;
    margin-bottom: 10px;
  }

  .cooperation-concept ul li img {
    width: 5rem
  }

  .cooperation-concept ul li h6 {
    font-size: 1rem;
  }

  .cooperation-concept ul li:nth-child(2) {
    border-right: none;
  }

  .interests-security ul>li {
    width: 48%;
    padding: 1rem;
    border-left: none;
    min-height: auto;
  }

  .interests-security-area {
    padding: 1rem 0;
  }

  .interests-security ul>li h3 {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-bottom: 1rem;
  }
}