body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
}

.sub_vis {
  width: 100%;
  background-image: url(../img/sub_back.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 433px;
  overflow: hidden;
}
.sub_vis.sub_vis_smart {
  justify-content: center;
}
@media (max-width: 1024px) {
  .sub_vis {
    height: 270px;
    padding: 0 10px;
  }
}
.sub_vis > .tit {
  width: 100%;
  max-width: 1420px;
  color: white;
}
.sub_vis > .tit > h2 {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4196078431);
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.sub_vis > .company_tab {
  width: 100%;
  max-width: 1420px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .sub_vis > .company_tab {
    margin-top: 0px;
  }
}
.sub_vis > .company_tab > .tabs {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  gap: 40px;
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .sub_vis > .company_tab > .tabs {
    gap: 10px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
}
.sub_vis > .company_tab > .tabs li {
  margin-right: 15px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_vis > .company_tab > .tabs li {
    font-size: 16px;
    margin-right: 0;
  }
}
.sub_vis > .company_tab > .tabs li.active {
  color: #2FAF11;
}

.company-content {
  overflow: hidden;
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 127px;
}
@media (max-width: 1024px) {
  .company-content {
    padding-top: 40px;
  }
}
.company-content.active {
  display: flex;
}
.company-content > .wrap {
  width: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
}
.company-content > .wrap > .tit {
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .tit {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.company-content > .wrap > .tit > h2 {
  font-size: 50px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .tit > h2 {
    font-size: 30px;
    word-break: keep-all;
  }
}
.company-content > .wrap > .tit > h3 {
  margin-bottom: 65px;
  font-size: 18px;
  font-weight: 600;
  color: #2FAF11;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .tit > h3 {
    margin-bottom: 40px;
    word-break: keep-all;
  }
}
.company-content > .wrap > .tit > p {
  font-size: 50px;
  font-weight: 800;
  color: #B7B2B2;
}
.company-content > .wrap > .tit > p > span {
  color: #2FAF11;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .tit > p {
    font-size: 25px;
    word-break: keep-all;
    line-height: 1.4;
  }
}
.company-content > .wrap > .tit > p > .block {
  display: none;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .tit > p > .block {
    display: block;
  }
}
.company-content > .wrap > .sub_bro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .sub_bro > img {
    width: 100%;
  }
}
.company-content > .wrap > .intro {
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro {
    padding: 0 20px;
  }
}
.company-content > .wrap > .intro > .word {
  margin-bottom: 840px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro > .word {
    margin-bottom: 40px;
  }
}
.company-content > .wrap > .intro > .word > h2 {
  font-size: 20px;
  font-weight: 800;
  color: #B7B2B2;
  line-height: 2;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro > .word > h2 {
    font-size: 15px;
    word-break: keep-all;
  }
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro > .word > h2 > .none {
    display: none;
  }
}
.company-content > .wrap > .intro > .word > h2 > span {
  color: #000;
}
.company-content > .wrap > .intro > img {
  position: absolute;
  left: 540px;
  top: -40px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro > img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
.company-content > .wrap > .intro > .bot {
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.4431372549);
  display: flex;
  align-items: center;
  padding: 40px 120px;
  gap: 180px;
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro > .bot {
    padding: 20px;
    gap: 20px;
    margin-bottom: 40px;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro > .bot > .left > img {
    width: 100%;
  }
}
.company-content > .wrap > .intro > .bot > .right {
  display: flex;
  flex-direction: column;
}
.company-content > .wrap > .intro > .bot > .right > .word {
  margin-bottom: 40px;
}
.company-content > .wrap > .intro > .bot > .right > .word > h2 {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro > .bot > .right > .word > h2 {
    font-size: 15px;
  }
}
.company-content > .wrap > .intro > .bot > .right > .word > h3 {
  color: #B7B2B2;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro > .bot > .right > .word > h3 {
    font-size: 14px;
    word-break: keep-all;
  }
}
.company-content > .wrap > .intro > .bot > .right > .bot_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}
.company-content > .wrap > .intro > .bot > .right > .bot_box > h2 {
  font-size: 18px;
  color: #000;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .intro > .bot > .right > .bot_box > h2 {
    font-size: 15px;
  }
}
.company-content > .wrap > .history {
  width: 100%;
  display: flex;
  gap: 270px;
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.company-content > .wrap > .history > .left > h2 {
  font-size: 50px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history > .left > h2 {
    font-size: 30px;
  }
}
.company-content > .wrap > .history > .left > h3 {
  margin-bottom: 65px;
  font-size: 18px;
  font-weight: 600;
  color: #2FAF11;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history > .left > h3 {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.company-content > .wrap > .history > .left > .bot {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.company-content > .wrap > .history > .left > .bot > .box {
  display: flex;
}
.company-content > .wrap > .history > .left > .bot > .box > h2, .company-content > .wrap > .history > .left > .bot > .box h3 {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history > .left > .bot > .box > h2, .company-content > .wrap > .history > .left > .bot > .box h3 {
    font-size: 13px;
  }
}
.company-content > .wrap > .history > .left > .bot > .box > h2 {
  width: 100px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history > .left > .bot > .box > h2 {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history > .left > .bot > .box > h3 {
    width: 250px;
    word-break: keep-all;
  }
}
.company-content > .wrap > .history > .right > .his_cha {
  display: flex;
  flex-direction: column;
  gap: 95px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history > .right > .his_cha {
    gap: 40px;
  }
}
.company-content > .wrap > .history > .right > .his_cha > h2 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  z-index: 99;
  line-height: 1.5;
}
.company-content > .wrap > .history > .right > .his_cha > h2 > .fst_span {
  width: 70px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history > .right > .his_cha > h2 {
    font-size: 14px;
    word-break: keep-all;
  }
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history > .right > .his_cha > h2 .sec_span {
    width: 200px;
  }
}
.company-content > .wrap > .history > .right > .his_cha > h2::after {
  content: "";
  position: absolute;
  left: 101px;
  top: 7px;
  height: 210px;
  width: 1px;
  background-color: #B7B2B2;
  z-index: -1;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .history > .right > .his_cha > h2::after {
    height: 114px;
  }
}
.company-content > .wrap > .history > .right > .his_cha > .last_h2::after {
  display: none;
}
.company-content > .wrap > .chart {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .chart {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.company-content > .wrap > .chart > .tit {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .chart > .tit {
    margin-bottom: 40px;
  }
}
.company-content > .wrap > .chart > .tit > h2 {
  font-size: 50px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .company-content > .wrap > .chart > .tit > h2 {
    font-size: 30px;
  }
}
.company-content > .wrap > .chart > .tit > h3 {
  margin-bottom: 65px;
  font-size: 18px;
  font-weight: 600;
  color: #2FAF11;
}
.company-content > .wrap > .chart > img {
  width: 100%;
}

.history-content {
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .history-content {
    margin-bottom: 40px;
  }
}
.history-content > .wrap .tit {
  display: flex;
  flex-direction: unset;
}
@media (max-width: 1024px) {
  .history-content > .wrap .tit {
    flex-direction: column;
  }
}
.history-content > .wrap .tit > .line {
  margin-right: 30px;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .history-content > .wrap .tit > .line {
    display: none;
  }
}
.history-content > .wrap .tit > .line > h4 {
  height: 1px;
  width: 473px;
  background-color: rgba(112, 112, 112, 0.4745098039);
}
.history-content > .wrap .tit > .left {
  margin-right: 120px;
}
@media (max-width: 1024px) {
  .history-content > .wrap .tit > .left {
    margin-right: 0;
  }
}
.history-content > .wrap .tit > .left > h2 {
  font-size: 50px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .history-content > .wrap .tit > .left > h2 {
    font-size: 30px;
  }
}
.history-content > .wrap .tit > .left > h3 {
  margin-bottom: 65px;
  font-size: 18px;
  font-weight: 600;
  color: #2FAF11;
}
.history-content > .wrap .tit > .right > h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2FAF11;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .history-content > .wrap .tit > .right > h2 {
    font-size: 25px;
    margin-bottom: 20px;
    word-break: keep-all;
  }
}
.history-content > .wrap .tit > .right > h3 {
  font-size: 20px;
  font-weight: 800;
  color: #B7B2B2;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .history-content > .wrap .tit > .right > h3 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.history-content > .wrap .tit > .right > h3 > span {
  color: #000;
}
.history-content > .wrap .center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .history-content > .wrap .center {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .history-content > .wrap .center > img {
    width: 100%;
  }
}
.history-content > .wrap .bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot {
    padding: 0 20px;
  }
}
.history-content > .wrap .bot > .tit {
  margin-bottom: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot > .tit {
    margin-bottom: 40px;
  }
}
.history-content > .wrap .bot > .tit > h2 {
  font-size: 50px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot > .tit > h2 {
    font-size: 25px;
  }
}
.history-content > .wrap .bot > .tit > p {
  font-size: 18px;
  font-weight: 600;
  color: #2FAF11;
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot > .tit > p {
    font-size: 15px;
    word-break: keep-all;
    text-align: center;
  }
}
.history-content > .wrap .bot > .bot_con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot > .bot_con {
    justify-content: baseline;
    flex-direction: column;
    gap: 20px;
  }
}
.history-content > .wrap .bot > .bot_con > .box {
  width: 100%;
  max-width: 520px;
  height: 225px;
  border-radius: 123px;
  background-color: #F2F2F2;
  gap: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot > .bot_con > .box {
    height: 110px;
    gap: 30px;
  }
}
.history-content > .wrap .bot > .bot_con > .box > .left {
  width: 150px;
  height: 150px;
  border-radius: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot > .bot_con > .box > .left {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot > .bot_con > .box > .left > img {
    width: 50%;
  }
}
.history-content > .wrap .bot > .bot_con > .box > .right > h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot > .bot_con > .box > .right > h2 {
    font-size: 16px;
  }
}
.history-content > .wrap .bot > .bot_con > .box > .right > p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4588235294);
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .history-content > .wrap .bot > .bot_con > .box > .right > p {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .location-content > .wrap {
    padding: 0 20px;
  }
}
.location-content > .wrap > .tit {
  margin-bottom: 91px;
}
.location-content > .wrap > .tit > h2 {
  font-size: 50px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .tit > h2 {
    font-size: 30px;
  }
}
.location-content > .wrap > .tit > p {
  font-size: 18px;
  font-weight: 600;
  color: #2FAF11;
}
.location-content > .wrap > .sub_tit {
  width: 100%;
}
.location-content > .wrap > .sub_tit > h2 {
  font-size: 30px;
  font-weight: 600;
  color: #707070;
  padding-bottom: 10px;
  border-bottom: 6px solid #00AFDD;
  width: 52px;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .sub_tit > h2 {
    font-size: 20px;
    width: 36px;
  }
}
.location-content > .wrap > .sub_tit_2 > h2 {
  width: 130px;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .sub_tit_2 > h2 {
    width: 87px;
  }
}
.location-content > .wrap > .contact > .top > iframe {
  width: 100%;
  height: 615px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .contact > .top > iframe {
    height: 280px;
  }
}
.location-content > .wrap > .contact > .bot {
  width: 100%;
  display: flex;
  margin-bottom: 100px;
  padding-left: 25px;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .contact > .bot {
    margin-bottom: 40px;
    padding-left: 15px;
    flex-direction: column;
  }
}
.location-content > .wrap > .contact > .bot > .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .contact > .bot > .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.location-content > .wrap > .contact > .bot > .left > .word {
  display: flex;
  align-items: center;
  gap: 20px;
}
.location-content > .wrap > .contact > .bot > .left > .word > h2 {
  font-size: 25px;
  font-weight: 600;
  width: 200px;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .contact > .bot > .left > .word > h2 {
    font-size: 18px;
    width: 150px;
  }
}
.location-content > .wrap > .contact > .bot > .left > .word > p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .contact > .bot > .left > .word > p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .location-content > .wrap > .contact > .bot > .left > .word > p {
    width: 180px;
    word-break: keep-all;
  }
}
.location-content > .wrap > .contact > .bot > .right {
  width: 50%;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .contact > .bot > .right {
    width: 100%;
  }
}
.location-content > .wrap > .contact > .bot > .right > .word {
  display: flex;
  align-items: center;
}
.location-content > .wrap > .contact > .bot > .right > .word > h2 {
  font-size: 25px;
  font-weight: 600;
  width: 200px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .contact > .bot > .right > .word > h2 {
    font-size: 18px;
    width: 150px;
  }
}
.location-content > .wrap > .contact > .bot > .right > .word > p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .location-content > .wrap > .contact > .bot > .right > .word > p {
    font-size: 14px;
    width: 180px;
    word-break: keep-all;
  }
}/*# sourceMappingURL=sub.css.map */