/* NO CSS*/
/* componenet*/
html.tab1-area .header-logo .logo2 {
  display: none;
}
html.tab1-area .footer .sub2 {
  display: none;
}
html.tab2-area .header-logo .logo1 {
  display: none;
}
html.tab2-area .header-logo .logo2 {
  display: block;
}
html.tab2-area .footer {
  padding: 2.9rem 0 9.4rem;
}
html.tab2-area .footer .sub1 {
  display: none;
}
html.tab2-area .footer .sub2 {
  display: block;
}
html.active {
  overflow: hidden;
}
@media (max-width: 1023px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}

#wrap {
  overflow: hidden;
}

.bul1 > li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 2.5rem;
}
.bul1 > li > em {
  font-weight: 600;
}
.bul1 > li + li {
  margin-top: 0.6rem;
}
.bul1 > li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .bul1 > li {
    font-size: 14px;
  }
  .bul1 > li:before {
    top: 8px;
  }
}

.bul2 > li {
  position: relative;
  padding-left: 1.3rem;
}
.bul2 > li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}
.bul2 > li + li {
  margin-top: 2.7rem;
}
.bul2 > li > a {
  display: block;
  line-height: 180%;
}
.bul2 > li > a:hover {
  color: #142a85;
}
.bul2 > li > a strong {
  font-size: 20px;
  font-weight: 600;
}
.bul2 > li > p {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .bul2 > li:before {
    top: 11px;
    width: 5px;
    height: 5px;
  }
  .bul2 > li > a strong {
    font-size: 18px;
  }
  .bul2 > li > a > p {
    font-size: 14px;
  }
}

.note {
  color: #3e3e3e;
  font-size: 15px;
}
.note em {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 767px) {
  .note {
    font-size: 14px;
  }
}

.alert {
  padding: 0 2rem;
}
.alert-message {
  position: relative;
  font-weight: 300;
  text-align: center;
}
.alert-message img {
  margin-right: 3px;
}
.alert-message strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .alert-message {
    font-size: 15px;
  }
  .alert-message:before {
    top: 2px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 460px) {
  .alert-message strong {
    display: block;
  }
}

.layout {
  width: 128rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1639px) {
  .layout {
    padding: 0 6rem;
  }
}
@media (max-width: 1279px) {
  .layout {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .layout {
    padding: 0 22px;
  }
}

.header {
  height: 32rem;
  background: url(/static/images/layout/header_bg.jpg) no-repeat center/cover;
}
.header-container {
  position: relative;
  width: 128rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.header-container:after {
  content: "";
  position: absolute;
  bottom: -5.9rem;
  left: 11.3rem;
  width: 22.5rem;
  height: 24.4rem;
  background: url(/static/images/layout/header_txt.svg) no-repeat center/contain;
}
.header-logo img {
  display: block;
  width: 55rem;
}
@media (max-width: 1300px) {
  .header-container {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .header-container:after {
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .header-container:after {
    bottom: -4.9rem;
    width: 17.5rem;
    height: 19.4rem;
  }
}
@media (max-width: 460px) {
  .header-container:after {
    display: none;
  }
}

.footer {
  background: #f4f4f8;
  padding: 2.9rem 0 1.9rem;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-info {
  display: flex;
  gap: 3rem 11.4rem;
}
.footer-info .note {
  display: block;
  margin-top: 2rem;
}
.footer-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 2.5rem;
}
.footer-title > strong {
  font-size: 18px;
  font-weight: 500;
}
.footer-title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #e2e2e2;
  border-radius: 50%;
}
.footer-title .icon i {
  color: #080808;
  font-size: 2rem;
}
.footer-family-container {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 1279px) {
  .footer-info {
    gap: 1.6rem 5rem;
  }
  .footer-title {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .footer-container {
    flex-direction: column;
    gap: 3rem;
  }
  .footer-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-info {
    flex-direction: column;
  }
  .footer-title > strong {
    font-size: 16px;
  }
  .footer-title .icon i {
    transform: rotate(90deg);
  }
}