.careersPage .item1 .sh-btn2 {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: 60px;
}
.careersPage .item1 .sh-btn2::before {
  display: none;
}
.careersPage .item1 .sh-btn2 .img-bx {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.careersPage .item1 .sh-btn2 .img-bx img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.careersPage .item1 .sh-btn2 .img-bx .hov {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 767px) {
  .careersPage .item1 .sh-btn2 {
    width: 164px;
    height: 44px;
    margin-top: 30px;
  }
  .careersPage .item1 .sh-btn2 .img-bx {
    right: 12px;
    width: 20px;
  }
}
@media (min-width: 768px) {
  .careersPage .item1 .sh-btn2:hover {
    color: #fff;
  }
  .careersPage .item1 .sh-btn2:hover .img-bx .hov {
    opacity: 1;
  }
  .careersPage .item1 .sh-btn2:hover .img-bx .unhov {
    opacity: 0;
  }
}

.contactPage .form-ti {
  font-size: 1rem;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contactPage .form-ti {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .rdPage main {
    min-height: 2000px !important;
  }
}

.daainfoPage .b-ti {
  margin-top: 260px;
  font-size: 2.25rem;
  color: #0011CC;
  padding-bottom: 50px;
  margin-bottom: 45px;
  border-bottom: 1px dotted #010101;
}
@media (max-width: 768px) {
  .daainfoPage .b-ti {
    font-size: 1.5rem;
    margin-top: 74px;
  }
}

.htmlinfoPage .b-ti {
  margin-top: 260px;
  font-size: 2.25rem;
  color: #0011CC;
  padding-bottom: 50px;
  margin-bottom: 45px;
  border-bottom: 1px dotted #010101;
}
@media (max-width: 768px) {
  .htmlinfoPage .b-ti {
    font-size: 1.5rem;
    margin-top: 74px;
    padding-bottom: 25px;
    margin-bottom: 24px;
  }
}
.htmlinfoPage .sh-btn5 {
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .htmlinfoPage .sh-btn5 {
    margin-top: 50px;
  }
}
.htmlinfoPage main {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .htmlinfoPage main {
    padding-bottom: 125px;
  }
}

.newsinfoPage .da {
  font-size: 1rem;
  padding-left: 20px;
  position: relative;
  color: #000;
  margin-top: 260px;
}
@media (max-width: 768px) {
  .newsinfoPage .da {
    margin-top: 74px;
  }
}
.newsinfoPage .da::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}
.newsinfoPage .b-ti {
  margin-top: 0;
  border-bottom: 1px dotted #0011CC;
}

.down-ti {
  margin-top: 80px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0011CC;
}
@media (max-width: 991px) {
  .down-ti {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .down-ti {
    font-size: 1rem;
    padding-bottom: 7px;
  }
}

.down-list {
  border-bottom: 1px solid #0011CC;
}
.down-list li:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}
.down-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .down-list a:hover .ti {
    color: #0011CC;
  }
  .down-list a:hover .sh-btn2 {
    color: #fff;
  }
  .down-list a:hover .sh-btn2::after {
    left: 0;
    opacity: 1;
  }
  .down-list a:hover .sh-btn2 .img-bx .hov {
    opacity: 1;
  }
  .down-list a:hover .sh-btn2 .img-bx .unhov {
    opacity: 0;
  }
}
.down-list a .ti {
  color: #010101;
  width: calc(95% - 272px);
}
@media (max-width: 767px) {
  .down-list a .ti {
    font-size: 1rem;
    width: calc(90% - 40px);
  }
}
.down-list a .sh-btn2 {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.down-list a .sh-btn2::before {
  display: none;
}
.down-list a .sh-btn2 .img-bx {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.down-list a .sh-btn2 .img-bx img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.down-list a .sh-btn2 .img-bx .hov {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 767px) {
  .down-list a .sh-btn2 {
    width: 40px;
    height: 40px;
  }
  .down-list a .sh-btn2 span {
    display: none;
  }
  .down-list a .sh-btn2 .img-bx {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .down-list a {
    padding: 24px 0;
  }
}

.bott-circle {
  position: absolute;
  bottom: -275px;
  width: 416px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .bott-circle {
    bottom: -130px;
    width: 208px;
  }
}

input {
  height: 64px;
  border: 1px solid #BEBEBE;
  border-radius: 0;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  input {
    height: 48px;
  }
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8E8E8E;
  line-height: inherit;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8E8E8E;
  line-height: inherit;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  :-moz-placeholder {
    font-size: 0.875rem;
  }
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8E8E8E;
  line-height: inherit;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  ::-moz-placeholder {
    font-size: 0.875rem;
  }
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8E8E8E;
  line-height: inherit;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  :-ms-input-placeholder {
    font-size: 0.875rem;
  }
}