.container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.news-detail-main-wrapper {
  box-sizing: border-box;
  width: 100%;
  padding: 0 40px 100px;
  /*font-family: "Helvetica Neue", Arial, Roboto, "Noto Sans", sans-serif;*/
}
.news-detail-main {
  max-width: 1280px;
  margin: 0 auto;
}
.news-detail-main .news-room {
  padding-top: 54px;
  padding-bottom: 93px;
}
.news-detail-main .news-room-title {
  color: #70788b;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.news-detail-main .news-room-inner {
  margin-top: 64px;
  display: flex;
}
.news-detail-main .news-room-inner .news-room-cover {
  max-width: 560px;
  max-height: 315px;
}
.news-detail-main .news-room-inner .news-room-cover-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.news-detail-main .news-room-inner .news-room-info {
  padding-top: 31px;
  padding-left: 65px;
}
.news-detail-main .news-room-inner .news-room-info-title {
  font-size: 36px;
  padding: 0;
  line-height: 56px;
  color: #0b1639;
}
.news-detail-main .news-detail {
  border-top: 1px solid #ebebeb;
  padding-top: 64px;
  padding-bottom: 192px;
  display: flex;
}
.news-detail-main .news-detail .form-container {
  align-self: flex-start;
  flex-shrink: 0;
  margin-right: 56px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 24px 42px 24px;
  max-width: 328px;
  width: 100%;
  border: 1px solid #ebebeb;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.news-detail-main .news-detail .form-container h1,
.news-detail-main .news-detail .form-container h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 35px;
  text-align: left;
  font-size: 16px;
}
.news-detail-main .news-detail .form-container .form-group {
  margin-bottom: 20px;
}
.news-detail-main .news-detail .form-container label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #757575;
  line-height: 20px;
  margin-bottom: 4px;
}
.news-detail-main .news-detail .form-container input,
.news-detail-main .news-detail .form-container textarea {
  width: 100%;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #0b1639;
  border-radius: 3px;
  transition: all 0.3s ease;
  font-family: inherit;
  border: 1px solid #cbd6e2;
  background: #f5f8fa;
  font-family: sans-serif;
}
.news-detail-main .news-detail .form-container input:focus,
.news-detail-main .news-detail .form-container textarea:focus {
  outline: none;
  border-color: #4285f4;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.1);
}
.news-detail-main .news-detail .form-container input::placeholder,
.news-detail-main .news-detail .form-container textarea::placeholder {
  color: #bababa;
}
.news-detail-main .news-detail .form-container textarea {
  resize: vertical;
  min-height: 100px;
}
.news-detail-main .news-detail .form-container .submit-btn {
  display: block;
  margin: 23px auto 0;
  padding: 9px 25px;
  background: #308af0;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
.news-detail-main .news-detail .form-container .submit-btn:hover {
  background: #3367d6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.4);
}
.news-detail-main .news-detail .form-container .submit-btn:active {
  transform: translateY(0);
}
.news-detail-main .news-detail .form-container .submit-btn:disabled {
  background: #ccc;
  transform: none;
  box-shadow: none;
}
.news-detail-main .news-detail .form-container .submit-btn:disabled:hover,
.news-detail-main .news-detail .form-container .submit-btn:disabled:active {
  background: #ccc;
  transform: none;
  box-shadow: none;
}
.news-detail-main .news-detail .news-detail-content {
  font-family: 'Inter';
  /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;*/
}
.news-detail-main .news-detail .news-detail-content img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 26px;
  margin-bottom: 26px;
}
.news-detail-main .news-detail .news-detail-content p {
  margin-bottom: 25px;
  color: #0b1639;
  font-size: 16px;
  line-height: 33px;
  /*font-weight: 400;*/
}
.news-detail-main .news-detail .news-detail-content h1,
.news-detail-main .news-detail .news-detail-content h2 {
  margin-top: 70px;
  margin-bottom: 23px;
  background: #f5f7ff;
  border-left: 6px solid #3164ff;
  padding: 8px 20px 8px 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}
.news-detail-main .news-detail .news-detail-content ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
.news-detail-main .news-detail .news-detail-content ul li {
  list-style: disc;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  color: #05080d;
}
.news-detail-main .news-detail .media {
  margin-left: 64px;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #000;
  width: 50px;
}
.news-detail-main .news-detail .media > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
}
.news-detail-main .news-detail .media-x {
  background-image: url("../img/article-twitter.svg");
}
.news-detail-main .news-detail .media-x:hover {
  background-image: url("../img/article-twitter-hover.svg");
}
.news-detail-main .news-detail .media-ins {
  background-image: url("../img/article-ins.svg");
}
.news-detail-main .news-detail .media-ins:hover {
  background-image: url("../img/article-ins-hover.svg");
}
.news-detail-main .news-detail .media-facebook {
  background-image: url("../img/article-facebook.svg");
}
.news-detail-main .news-detail .media-facebook:hover {
  background-image: url("../img/article-facebook-hover.svg");
}
.news-detail-main .news-detail .media-linkedin {
  background-image: url("../img/article-linkedin.svg");
}
.news-detail-main .news-detail .media-linkedin:hover {
  background-image: url("../img/article-linkedin-hover.svg");
}
.news-detail-main .subscribe {
  border-top: 1px solid #e0e2e5;
  border-bottom: 1px solid #e0e2e5;
  padding: 41px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-detail-main .subscribe-title {
  font-size: 28px;
  color: #0b1639;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 24px;
}
.news-detail-main .subscribe .subscribe-form-inner {
  display: flex;
}
.news-detail-main .subscribe .subscribe-form-inner .subscribe-input {
  position: relative;
  width: 253px;
  height: 46px;
}
.news-detail-main .subscribe .subscribe-form-inner .subscribe-input-inner {
  width: 100%;
  border: 1px solid #46505c;
  border-radius: 10px;
  padding: 14px 17px;
}
.news-detail-main .subscribe .subscribe-form-inner .subscribe-input-inner:focus {
  border: 1px solid #308af0;
}
.news-detail-main .subscribe .subscribe-form-inner .subscribe-input-inner::placeholder {
  color: #b0b7bf;
}
.news-detail-main .subscribe .subscribe-form-inner .subscribe-input .subscribe-warn {
  display: none;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 18px;
  height: 18px;
}
.news-detail-main .subscribe .subscribe-form-inner .subscribe-btn {
  margin-left: 24px;
  background: #308af0;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  height: 46px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.news-detail-main .subscribe .subscribe-form-inner .subscribe-btn:hover {
  background: #0b6cda;
}
.news-detail-main .subscribe .subscribe-form-inner .subscribe-btn .icon-arrow-right {
  margin-left: 4px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.news-detail-main .subscribe .subscribe-form-inner .subscribe-btn.is-loading .icon-arrow-right {
  margin-left: 4px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-subscribe-loading.svg");
  background-repeat: no-repeat;
  background-size: cover;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.news-detail-main .subscribe .subscribe-success {
  display: none;
  background: rgba(42, 209, 148, 0.05);
  border: 1px solid #2ad194;
  border-radius: 8px;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #05080d;
}
.news-detail-main .subscribe .subscribe-success.active {
  display: flex;
}
.news-detail-main .subscribe .subscribe-fail {
  display: none;
  background: #fcf1f0;
  border: 1px solid #bf443d;
  border-radius: 8px;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #05080d;
}
.news-detail-main .subscribe .subscribe-fail.active {
  display: flex;
}
.news-detail-main .explore-header {
  margin-top: 100px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.news-detail-main .explore-title {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #0d0e10;
}
.news-detail-main .explore .explore-news-list {
  margin-top: 67px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 47px;
  row-gap: 51px;
}
.news-detail-main .explore .explore-news-list .explore-news-item {
  box-sizing: border-box;
  width: 395px;
  border: 1px solid #ebedf0;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.news-detail-main .explore .explore-news-list .explore-news-item:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.news-detail-main .explore .explore-news-list .explore-news-item-cover {
  background-color: #ebedf0;
  width: 100%;
  height: 227px;
  object-fit: cover;
}
.news-detail-main .explore .explore-news-list .explore-news-item-info {
  padding: 34px 16px 27px 34px;
}
.news-detail-main .explore .explore-news-list .explore-news-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #1d293f;
  height: 108px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-detail-main .explore .explore-news-list .explore-news-item-desc {
  margin-top: 13px;
  height: 84px;
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-detail-main .explore .explore-news-list .explore-news-item-time {
  margin-top: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}
.news-detail-main .explore .explore-news-list .explore-news-item-time-icon {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-explore-time.svg");
  background-size: 100% 100%;
}
@media (max-width: 832px) {
  .news-detail-main .news-detail .form-container {
    max-width: 328px;
    min-width: 200px;
    flex-shrink: 1;
  }
}
@media (max-width: 576px) {
  html {
    font-size: calc(100vw / 375);
  }
  .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .news-detail-main-wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20rem 61rem;
  }
  .news-detail-main {
    max-width: 100%;
    margin: 0 auto;
  }
  .news-detail-main .news-room {
    padding-top: 33rem;
    padding-bottom: 50rem;
  }
  .news-detail-main .news-room-title {
    color: #70788b;
    font-weight: 400;
    font-size: 16rem;
    line-height: 24px;
  }
  .news-detail-main .news-room-inner {
    margin-top: 32rem;
    display: flex;
    flex-direction: column;
  }
  .news-detail-main .news-room-inner .news-room-cover {
    max-width: 100%;
    height: auto;
    max-height: unset;
  }
  .news-detail-main .news-room-inner .news-room-cover-inner {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8rem;
    object-fit: cover;
  }
  .news-detail-main .news-room-inner .news-room-info {
    padding-top: 31rem;
    padding-left: 0;
  }
  .news-detail-main .news-room-inner .news-room-info-title {
    font-size: 20rem;
    padding: 0;
    line-height: 1.5;
    color: #0b1639;
  }
  .news-detail-main .news-detail {
    border-top: 1px solid #ebebeb;
    padding-top: 50rem;
    padding-bottom: 80rem;
    display: flex;
    flex-direction: column;
  }
  .news-detail-main .news-detail .form-container {
    display: none;
  }
  .news-detail-main .news-detail .news-detail-content {
     font-family: 'Inter';
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;*/
  }
  .news-detail-main .news-detail .news-detail-content img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
  .news-detail-main .news-detail .news-detail-content p {
    margin-bottom: 25rem;
    color: #0b1639;
    font-size: 16rem;
    line-height: 23rem;
    /*font-weight: 400;*/
  }
  .news-detail-main .news-detail .news-detail-content h2 {
    margin-top: 95rem;
    margin-bottom: 23rem;
    background: #f5f7ff;
    border-left: 6rem solid #3164ff;
    padding: 8rem 20rem 8rem 30rem;
    font-size: 28rem;
    font-weight: 700;
    line-height: 42rem;
  }
  .news-detail-main .news-detail .news-detail-content ul {
    padding-left: 20rem;
    margin-bottom: 10rem;
  }
  .news-detail-main .news-detail .news-detail-content ul li {
    list-style: disc;
    margin-bottom: 6rem;
    font-size: 16rem;
    line-height: 26rem;
    color: #05080d;
  }
  .news-detail-main .news-detail .media {
    display: none;
  }
  .news-detail-main .subscribe {
    border-top: 1px solid #e0e2e5;
    border-bottom: 1px solid #e0e2e5;
    padding: 41rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news-detail-main .subscribe-title {
    font-size: 22rem;
    color: #0b1639;
    line-height: 32rem;
    font-weight: 700;
    margin-bottom: 17rem;
  }
  .news-detail-main .subscribe #subscribeForm .subscribe-form-inner {
    display: flex;
    width: 100%;
  }
  .news-detail-main .subscribe #subscribeForm .subscribe-form-inner .subscribe-input {
    box-sizing: border-box;
    width: 201rem;
    height: 40rem;
  }
  .news-detail-main .subscribe #subscribeForm .subscribe-form-inner .subscribe-input-inner {
    width: 100%;
    border: 1px solid #46505c;
    border-radius: 10rem;
    padding: 11rem 17rem 12rem;
    font-size: 14rem;
    line-height: 17rem;
  }
  .news-detail-main .subscribe #subscribeForm .subscribe-form-inner .subscribe-input-inner:focus {
    border: 1px solid #308af0;
  }
  .news-detail-main .subscribe #subscribeForm .subscribe-form-inner .subscribe-input-inner::placeholder {
    color: #b0b7bf;
  }
  .news-detail-main .subscribe #subscribeForm .subscribe-form-inner .subscribe-input .subscribe-warn {
    display: none;
    position: absolute;
    top: 13rem;
    right: 10rem;
    width: 16rem;
    height: 16rem;
  }
  .news-detail-main .subscribe #subscribeForm .subscribe-form-inner .subscribe-btn {
    margin-left: 12rem;
    background: #308af0;
    color: #fff;
    border-radius: 10px;
    font-size: 14rem;
    font-weight: 700;
    line-height: 24px;
    height: 38rem;
    padding: 10rem 12rem;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .news-detail-main .subscribe #subscribeForm .subscribe-form-inner .subscribe-btn .icon-arrow-right {
    margin-left: 4rem;
    width: 16rem;
    height: 16rem;
    background-image: url("../img/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news-detail-main .subscribe .subscribe-success {
    display: none;
    background: rgba(42, 209, 148, 0.05);
    border: 1px solid #2ad194;
    border-radius: 8rem;
    align-items: flex-start;
    gap: 8rem;
    padding: 8rem 12rem;
    font-size: 16rem;
    line-height: 1.6;
    color: #05080d;
  }
  .news-detail-main .subscribe .subscribe-success.active {
    display: flex;
  }
  .news-detail-main .subscribe .subscribe-fail {
    display: none;
    background: #fcf1f0;
    border: 1px solid #bf443d;
    border-radius: 8rem;
    align-items: flex-start;
    gap: 8rem;
    padding: 8rem 12rem;
    font-size: 16rem;
    line-height: 1.6;
    color: #05080d;
  }
  .news-detail-main .subscribe .subscribe-fail.active {
    display: flex;
  }
  .news-detail-main .explore-header {
    margin-top: 100rem;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .news-detail-main .explore-title {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 22rem;
    line-height: 42rem;
    color: #0d0e10;
  }
  .news-detail-main .explore .explore-news-list {
    margin-top: 42rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30rem;
    row-gap: 30rem;
  }
  .news-detail-main .explore .explore-news-list .explore-news-item {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ebedf0;
    border-radius: 16px;
    overflow: hidden;
  }
  .news-detail-main .explore .explore-news-list .explore-news-item-cover {
    background-color: #ebedf0;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .news-detail-main .explore .explore-news-list .explore-news-item-info {
    padding: 34rem 13rem 18rem 20rem;
  }
  .news-detail-main .explore .explore-news-list .explore-news-item-title {
    font-weight: 700;
    font-size: 18rem;
    line-height: 30rem;
    color: #1d293f;
    height: 90rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .news-detail-main .explore .explore-news-list .explore-news-item-desc {
    margin-top: 10rem;
    height: 72rem;
    color: #878787;
    font-size: 12rem;
    font-weight: 400;
    line-height: 24rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .news-detail-main .explore .explore-news-list .explore-news-item-time {
    margin-top: 12rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12rem;
    line-height: 24rem;
    font-weight: 400;
  }
  .news-detail-main .explore .explore-news-list .explore-news-item-time-icon {
    width: 14rem;
    height: 14rem;
    background-image: url("../img/icon-explore-time.svg");
    background-size: 100% 100%;
  }
}

figure {
    margin: 0 auto 25px;
    width: 100% !important;
}
figure figcaption {
    text-align: center;
    font-size: 11px;
 }
.form-container {
    position: sticky;
    top: 100px;
}
.news-detail-main .news-detail .news-detail-content figure img{
    margin-bottom: 10px;
}
.news-detail-main .news-detail .form-container input, .news-detail-main .news-detail .form-container textarea {
    margin:0;
}