#sub-wrap.doc h4 {
  font-size: 32px;
  padding-bottom: 55px;
}
#sub-wrap.doc h4 span {
  display: inline-block;
}
#sub-wrap.doc .profile {
  border-top: var(--line);
  border-bottom: var(--line);
  display: flex;
  justify-content: center;
  align-items: center;
}
#sub-wrap.doc .profile.--fld-rr {
  flex-direction: row-reverse;
}
#sub-wrap.doc .profile.--fld-rr .txt {
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 0;
}
#sub-wrap.doc .profile .txt {
  width: 50%;
  padding-right: 140px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
#sub-wrap.doc .profile .txt .inner {
  display: flex;
  flex-direction: column;
}
#sub-wrap.doc .profile .img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  overflow: hidden;
  border-left: var(--line);
}
#sub-wrap.doc .profile li {
  line-height: 1;
  margin-bottom: 20px;
  word-break: keep-all;
}
#sub-wrap.doc .banner {
  height: 552px;
  background: url(/sub/sub_1/img/sub_2/2.jpg) center no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
}
#sub-wrap.doc .banner::after {
  content: "";
  background: url(/sub/sub_1/img/sub_2/sign.png) center/contain no-repeat;
  width: 330px;
  height: 97px;
  position: absolute;
  bottom: 65px;
  left: calc(50% + 390px);
}
#sub-wrap.doc .banner h3 {
  color: #fff;
  font-size: 100px;
  font-weight: 200;
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sub-wrap.doc .banner h3::after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background: #fff;
  margin: 30px 0 40px;
}
#sub-wrap.doc .banner p span {
  display: inline-block;
}

#sub-wrap.doc .profile:nth-of-type(2) .img {
  justify-content: center;
  border: 0;
  border-right: var(--line);
}

/* ============================== 1800 ============================== */
@media screen and (max-width: 1800px) {
  #sub-wrap.doc .profile .txt {
    padding-right: 100px;
  }
  #sub-wrap.doc .profile.--fld-rr .txt {
    padding-left: 100px;
  }
}
/* ============================== 1600 ============================== */
@media screen and (max-width: 1600px) {
  #sub-wrap.doc h4 {
    font-size: 26px;
  }
}
/* ============================== 1440 ============================== */
@media screen and (max-width: 1440px) {
  #sub-wrap.doc h4 {
    font-size: 26px !important;
    padding-bottom: 45px;
  }
  #sub-wrap.doc .profile .txt {
    width: 55%;
    padding-right: 80px;
  }
  #sub-wrap.doc .profile .img {
    width: 45%;
  }
  #sub-wrap.doc .profile .img img {
    height: 700px;
  }
  #sub-wrap.doc .banner {
    height: 500px;
    background-size: auto 500px;
  }
  #sub-wrap.doc .banner h3 {
    font-size: 80px;
  }
  #sub-wrap.doc .banner::after {
    width: 250px;
    height: 80px;
    bottom: 45px;
    left: auto;
    right: 2%;
  }
}
/* ============================== 1280 ============================== */
@media screen and (max-width: 1280px) {
  #sub-wrap.doc h4 {
    font-size: 22px !important;
  }
  #sub-wrap.doc .profile .txt {
    padding-right: 40px;
  }
  #sub-wrap.doc .profile.--fld-rr .txt {
    padding-left: 40px;
  }
  #sub-wrap.doc .profile .txt ul {
    font-size: 16px;
  }
  #sub-wrap.doc .banner {
    height: 450px;
    background-size: auto 450px;
  }
  #sub-wrap.doc .banner::after {
    display: none;
  }
  #sub-wrap.doc .banner h3 {
    font-size: 70px;
    margin: 0;
  }
  #sub-wrap.doc .banner h3::after {
    height: 60px;
    margin: 20px 0 30px;
  }
}
/* ============================== 1024 ============================== */
@media screen and (max-width: 1024px) {
  #sub-wrap.doc .profile {
    flex-direction: column-reverse;
    width: 80%;
    margin: 0 auto;
    border: 0;
  }
  #sub-wrap.doc .profile:nth-of-type(2) .img {
    border: 0;
  }
  #sub-wrap.doc .profile.profile.--fld-rr {
    flex-direction: column-reverse;
  }
  #sub-wrap.doc .profile .img {
    width: 100%;
    border: 0;
  }
  #sub-wrap.doc .profile .img img {
    width: 100%;
    height: auto;
  }
  #sub-wrap.doc .profile .txt {
    width: 100%;
    padding: 80px 0 100px;
    align-items: flex-start;
  }
  #sub-wrap.doc .profile.--fld-rr .txt {
    padding-left: 0;
    text-align: right;
  }
  #sub-wrap.doc .profile .txt ul {
    font-size: 18px;
  }
  #sub-wrap.doc .banner {
    height: 400px;
    background-size: auto 400px;
  }
  #sub-wrap.doc .banner h3 {
    font-size: 60px;
  }
}
/* ============================== 768 ============================== */
@media screen and (max-width: 768px) {
  #sub-wrap.doc h4 {
    font-size: 28px;
    padding-bottom: 35px;
  }
  #sub-wrap.doc .banner {
    margin-bottom: 80px;
  }
  #sub-wrap.doc .banner h3 {
    font-size: 40px;
  }
  #sub-wrap.doc .banner p {
    font-size: 16px;
    padding: 0 1em;
  }
}
/* ============================== 600 ============================== */
@media screen and (max-width: 600px) {
  #sub-wrap.doc h4 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  #sub-wrap.doc .profile .txt {
    padding: 60px 0 80px;
  }
  #sub-wrap.doc .profile .txt ul {
    font-size: 16px;
  }
  #sub-wrap.doc .banner h3 {
    font-size: 36px;
  }
  #sub-wrap.doc .banner h3::after {
    height: 40px;
    margin: 15px 0 25px;
  }
}
/* ============================== 534 ============================== */
@media screen and (max-width: 534px) {
  #sub-wrap.doc h4 {
    font-size: 20px;
    padding-bottom: 25px;
  }
  #sub-wrap.doc .profile .txt {
    padding: 40px 0 70px;
  }
  #sub-wrap.doc .profile .txt ul {
    font-size: 14px;
  }
}
/* ============================== 460 ============================== */
@media screen and (max-width: 460px) {
  #sub-wrap.doc h4 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  #sub-wrap.doc .profile {
    width: 85%;
  }
  #sub-wrap.doc .profile .txt {
    padding: 50px 0 70px;
  }
  #sub-wrap.doc .banner {
    height: 350px;
    background-size: auto 350px;
  }
  #sub-wrap.doc .banner h3 {
    font-size: 32px;
  }
  #sub-wrap.doc .banner p {
    font-size: 14px;
  }
}
/* ============================== 360 ============================== */
@media screen and (max-width: 360px) {
  #sub-wrap.doc h4 {
    font-size: 16px;
  }
  #sub-wrap.doc .profile .txt {
    padding: 40px 0 60px;
  }
  #sub-wrap.doc .profile .txt ul {
    font-size: 12px;
  }
  #sub-wrap.doc .profile .txt ul li {
    margin-bottom: 1.4em;
  }
  #sub-wrap.doc .banner h3 {
    font-size: 28px;
  }
  #sub-wrap.doc .banner p {
    font-size: 12px;
  }
}/*# sourceMappingURL=sub_2.min.css.map */