.bannerCommon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 480px) {
  .bannerCommon {
    height: 250px;
  }
}

.bannerCommon__img {
  background-color: var(--primary);
}

.bannerCommon__wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 568px) {
  .bannerCommon__wrap-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.bannerCommon__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
  text-align: start;
  max-width: 900px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media screen and (max-width: 568px) {
  .bannerCommon__title {
    font-size: 28px;
    line-height: 40px;
  }
}

.bannerCommon__breadcrumb {
  font-size: 15px;
  color: #ffffff;
  z-index: 2;
  background-color: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 568px) {
  .bannerCommon__breadcrumb {
    padding: 0 !important;
  }
}

.bannerCommon__breadcrumb li {
  margin-left: 5px;
}

@media screen and (max-width: 568px) {
  .bannerCommon__breadcrumb li {
    margin: 0 5px 0 0 !important;
  }
}

@media screen and (max-width: 568px) {
  .line {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}

.container {
  z-index: 2;
}

.doc-detail-wrap {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 568px) {
  .doc-detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.text-detail-wrap {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

@media screen and (max-width: 1024px) {
  .doc-detail-img-item {
    width: 65%;
  }
}

@media screen and (max-width: 568px) {
  .doc-detail-img-item {
    width: 100%;
  }
}

.doc-detail-content-right {
  margin-left: 48px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media screen and (max-width: 568px) {
  .doc-detail-content-right {
    margin-left: 0;
    margin-top: 32px;
  }
}

.detail-title-description {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--primary);
}

.blank-detail {
  border: 1px solid #dee2ed;
  max-width: 100%;
  width: 100%;
  margin: 12px 0 24px;
}

.text-item-detail {
  color: #000;
  font-size: 16px;
}

.text-item-detail {
  margin-bottom: 10px;
}

.calendar-text {
  font-size: 16px;
}

.calendar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.policy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-item-detail.link-file {
  cursor: pointer;
}

.policy-text {
  font-size: 16px;
}

.button-item {
  width: 183px;
  height: 50px;
  background-color: #eb7f2c;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  margin-top: 24px;
  border: none;
  margin-bottom: 32px;
}

.img-download {
  padding-left: 10px;
}

.social-icon {
  cursor: pointer;
}

.social-text {
  font-size: 16px;
  margin-right: 20px;
}
/*# sourceMappingURL=page-single-library-document.css.map */