﻿#pdf-annotation h2 {
  font-size: 36px;
  line-height: 54px;
}
@media (max-width: 1679px) {
  #pdf-annotation h2 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  #pdf-annotation h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
#pdf-annotation .common-banner .banner-content {
  padding: 50px 0;
}
#pdf-annotation .common-banner .banner-content .banner-desc > p {
  max-width: 550px;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1399px) {
  #pdf-annotation .common-banner .banner-content .banner-desc > p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation .common-banner .banner-content .banner-desc > p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #pdf-annotation .common-banner .banner-content .banner-desc > p {
    max-width: unset;
    font-size: 16px;
  }
}
#pdf-annotation .common-banner .banner-content .d-btn {
  height: auto;
  line-height: initial;
  padding: 10px 60px;
  font-size: 18px;
}
#pdf-annotation .common-banner .banner-content .d-btn.orange-border-btn {
  padding: 8px 25px;
}
#pdf-annotation .common-banner .banner-content .d-btn.card-hover:hover {
  box-shadow: -10px 10px 0 0 #fff;
}
#pdf-annotation .annotation-clarity {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  #pdf-annotation .annotation-clarity {
    margin-top: 80px;
  }
}
#pdf-annotation .annotation-clarity > p {
  max-width: 1190px;
  margin: 20px auto 0;
}
@media (max-width: 1679px) {
  #pdf-annotation .annotation-clarity > p {
    max-width: 1040px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation .annotation-clarity > p {
    max-width: 860px;
  }
}
#pdf-annotation .annotation-clarity .btn-box {
  margin-top: 50px;
}
#pdf-annotation .annotation-clarity .btn-box .d-btn {
  height: auto;
  line-height: initial;
  padding: 10px 60px;
  font-size: 18px;
}
#pdf-annotation .annotation-clarity .btn-box .d-btn.orange-border-btn {
  padding: 8px 25px;
}
#pdf-annotation .annotation-clarity .btn-box .d-btn.card-hover:hover {
  box-shadow: -10px 10px 0 0 #323234;
}
#pdf-annotation .pdf-annotation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 460px;
  padding: 75px 200px 60px 152px;
  background-color: #F5F5F5;
  margin-top: 80px;
}
#pdf-annotation .pdf-annotation-desc {
  flex: 1;
  margin-right: 170px;
}
@media (max-width: 1679px) {
  #pdf-annotation .pdf-annotation-desc {
    margin-right: 105px;
  }
}
@media (max-width: 1399px) {
  #pdf-annotation .pdf-annotation-desc {
    margin-right: 100px;
  }
}
@media (max-width: 991px) {
  #pdf-annotation .pdf-annotation-desc {
    margin: 0;
  }
}
#pdf-annotation .pdf-annotation-desc .annotation-list {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1399px) {
  #pdf-annotation .pdf-annotation-desc .annotation-list {
    font-size: 14px;
    line-height: 24px;
  }
}
#pdf-annotation .pdf-annotation-group {
  display: flex;
}
@media (max-width: 991px) {
  #pdf-annotation .pdf-annotation-group {
    margin-top: 20px;
    align-items: center;
  }
}
@media (max-width: 575px) {
  #pdf-annotation .pdf-annotation-group {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
#pdf-annotation .pdf-annotation-group .annotation-list .annotation-item {
  display: flex;
  align-items: center;
}
#pdf-annotation .pdf-annotation-group .annotation-list .annotation-item p {
  margin: 0 0 0 15px;
}
#pdf-annotation .pdf-annotation-group .annotation-list .annotation-item .annotation-icon {
  height: 67px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1E1C19;
}
@media (max-width: 1199px) {
  #pdf-annotation .pdf-annotation-group .annotation-list .annotation-item .annotation-icon {
    width: 60px;
  }
}
@media (max-width: 991px) {
  #pdf-annotation .pdf-annotation-group .annotation-list .annotation-item .annotation-icon {
    height: 60px;
  }
}
#pdf-annotation .pdf-annotation-group .annotation-list .annotation-item:first-child > .annotation-icon {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#pdf-annotation .pdf-annotation-group .annotation-list .annotation-item:last-child > .annotation-icon {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#pdf-annotation .pdf-annotation-group .annotation-list:last-child {
  margin-left: 110px;
  margin-top: 125px;
}
@media (max-width: 1679px) {
  #pdf-annotation .pdf-annotation-group .annotation-list:last-child {
    margin-left: 100px;
  }
}
@media (max-width: 1399px) {
  #pdf-annotation .pdf-annotation-group .annotation-list:last-child {
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation .pdf-annotation-group .annotation-list:last-child {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  #pdf-annotation .pdf-annotation-group .annotation-list:last-child {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  #pdf-annotation .pdf-annotation-group .annotation-list:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
#pdf-annotation .pdf-annotation-group .annotation-list:last-child .annotation-icon {
  height: 75px;
}
@media (max-width: 991px) {
  #pdf-annotation .pdf-annotation-group .annotation-list:last-child .annotation-icon {
    height: 60px;
  }
}
@media (max-width: 1679px) {
  #pdf-annotation .pdf-annotation {
    padding: 50px 80px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation .pdf-annotation {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  #pdf-annotation .pdf-annotation {
    padding: 30px;
    flex-direction: column;
  }
  #pdf-annotation .pdf-annotation h2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  #pdf-annotation .pdf-annotation {
    padding: 20px;
  }
}
#pdf-annotation .product-application {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 120px;
  margin-top: 120px;
  padding: 0 150px;
}
@media (max-width: 1679px) {
  #pdf-annotation .product-application {
    padding: 0 80px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation .product-application {
    grid-gap: 0 55px;
    padding: 0 50px;
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  #pdf-annotation .product-application {
    display: block;
  }
}
@media (max-width: 767px) {
  #pdf-annotation .product-application {
    padding: 0;
  }
}
#pdf-annotation .product-application .item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1399px) {
  #pdf-annotation .product-application .item h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation .product-application .item h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  #pdf-annotation .product-application .item {
    margin: 0 auto;
    margin-top: 60px;
    max-width: unset;
    text-align: center;
    align-items: center;
  }
}
#pdf-annotation .product-application .item p {
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  #pdf-annotation .product-application .item p {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
#pdf-annotation .product-application .item .d-btn {
  margin-top: auto;
  height: auto;
  line-height: initial;
  padding: 10px 60px;
  font-size: 18px;
}
#pdf-annotation .product-application .item .d-btn.card-hover:hover {
  box-shadow: -10px 10px 0 0 #323234;
}
#pdf-annotation .product-application .item:first-child p {
  padding-right: 30px;
}
@media (max-width: 991px) {
  #pdf-annotation .product-application .item:first-child {
    margin-top: 0;
  }
}
#pdf-annotation .product-application .item:last-child .d-btn {
  padding: 10px 25px;
}
#pdf-annotation .annotation-usecases {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  #pdf-annotation .annotation-usecases {
    margin-top: 80px;
  }
}
#pdf-annotation .annotation-usecases .btn-box {
  margin-top: 80px;
}
@media (max-width: 1399px) {
  #pdf-annotation .annotation-usecases .btn-box {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation .annotation-usecases .btn-box {
    margin-top: 40px;
  }
}
#pdf-annotation .annotation-usecases .btn-box .d-btn {
  height: auto;
  line-height: initial;
  padding: 10px 60px;
  font-size: 18px;
}
#pdf-annotation .annotation-usecases .btn-box .d-btn.orange-border-btn {
  padding: 8px 25px;
}
#pdf-annotation .annotation-usecases .btn-box .d-btn.card-hover:hover {
  box-shadow: -10px 10px 0 0 #323234;
}
#pdf-annotation .annotation-usecases-item {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 1679px) {
  #pdf-annotation .annotation-usecases-item {
    padding: 0;
  }
}
@media (max-width: 1399px) {
  #pdf-annotation .annotation-usecases-item {
    align-items: center;
    margin-top: 90px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation .annotation-usecases-item {
    flex-direction: column;
    margin-top: 60px;
  }
}
#pdf-annotation .annotation-usecases-item .banner {
  width: 730px;
  height: 455px;
  max-width: 100%;
}
#pdf-annotation .annotation-usecases-item .banner img {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  #pdf-annotation .annotation-usecases-item .banner {
    width: 657px;
    height: 410px;
  }
}
@media (max-width: 1399px) {
  #pdf-annotation .annotation-usecases-item .banner {
    width: 550px;
    height: auto;
  }
}
#pdf-annotation .annotation-usecases-item .detail {
  max-width: 100%;
  width: 600px;
  direction: ltr;
  margin-right: 60px;
}
@media (max-width: 1679px) {
  #pdf-annotation .annotation-usecases-item .detail {
    margin-right: 0;
  }
}
@media (max-width: 1679px) {
  #pdf-annotation .annotation-usecases-item .detail {
    width: 540px;
  }
}
@media (max-width: 1399px) {
  #pdf-annotation .annotation-usecases-item .detail {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  #pdf-annotation .annotation-usecases-item .detail {
    width: 550px;
    padding: 30px 20px 0;
  }
}
#pdf-annotation .annotation-usecases-item .detail h3 {
  margin-bottom: 24px;
}
@media (max-width: 1679px) {
  #pdf-annotation .annotation-usecases-item .detail h3 {
    margin-bottom: 15px;
  }
}
#pdf-annotation .annotation-usecases-item .detail .desc {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1399px) {
  #pdf-annotation .annotation-usecases-item .detail .desc {
    font-size: 14px;
    line-height: 24px;
  }
}
#pdf-annotation .annotation-usecases-item .detail .title {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  #pdf-annotation .annotation-usecases-item .detail .title {
    margin-top: 10px;
  }
}
@media (max-width: 1399px) {
  #pdf-annotation .annotation-usecases-item .detail .title {
    font-size: 18px;
    line-height: 24px;
  }
}
#pdf-annotation .annotation-usecases-item.direction-rtl {
  direction: rtl;
}
#pdf-annotation .annotation-usecases-item.direction-rtl .detail {
  margin-right: 0px;
}
@media (max-width: 1679px) {
  #pdf-annotation .annotation-usecases-item.direction-rtl .detail {
    margin-right: 0;
  }
}
#pdf-annotation .annocation-bottom {
  background: #306877;
  padding: 85px 20px;
  margin-top: 140px;
}
@media (max-width: 1199px) {
  #pdf-annotation .annocation-bottom {
    margin-top: 100px;
    padding: 65px 20px;
  }
}
#pdf-annotation .annocation-bottom .d-btn {
  height: auto;
  line-height: initial;
  padding: 10px 25px;
  font-size: 22px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  #pdf-annotation .annocation-bottom .d-btn {
    margin-top: 40px;
    font-size: 20px;
  }
}
#pdf-annotation .annocation-bottom .d-btn.orange-border-btn {
  padding: 8px 25px;
}
#pdf-annotation .annocation-bottom .d-btn.card-hover:hover {
  box-shadow: -10px 10px 0 0 #323234;
}
