.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  background: rgba(0, 0, 0, 0.6);
}
.popup::-webkit-scrollbar {
  width: 0 !important;
}
.popup__inner {
  max-width: 1000px;
  margin: 25px auto;
  background: #ffffff;
  color: #000000;
  padding: 50px;
  border: #c1272d 1px solid;
}
.popup__header {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.popup__header::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #c1272d;
  border-radius: 10px;
  margin: 20px auto;
}
.popup__body {
  line-height: 1.7;
}
.popup__body h5 {
  font-weight: bold;
  font-size: 22px;
  font-weight: bold;
  text-shadow: rgba(0, 69, 2, 0.3) 1px 1px 2px;
  margin: 25px 0 15px;
}
.popup__body p {
  padding-bottom: 20px;
}
.popup__footer {
  text-align: center;
  padding: 50px 0 20px;
}
.popup__footer button {
  background: #c1272d;
  color: #fff;
  border: #c1272d 1px solid;
  font-size: 100%;
  padding: 15px 25px;
}
.popup__footer button:hover {
  background: none;
  color: #c1272d;
}
.popup__btn-close {
  position: fixed;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #c1272d;
  top: 45px;
  right: 10px;
  z-index: 999;
}
.popup__btn-close svg {
  fill: #ffffff;
}
@media (min-width: 996px) {
  .popup__btn-close {
    right: auto;
    left: calc(50% + 500px);
    border-radius: 0;
    width: 50px;
    height: 50px;
  }
}

.country__body .eulist a {
  color: #fff;
}
.country__body .eulist a:hover {
  text-decoration: underline;
}
.country__body .eulist li {
  padding: 5px;
  text-align: center;
}
@media (min-width: 996px) {
  .country__body .eulist li {
    display: inline-block;
    width: calc(33% - 10px);
    margin: 5px 3px;
  }
}

.apac__body a {
  color: #c1272d;
}
.apac__body a:hover {
  text-decoration: underline;
}
.apac__body .step__step {
  color: #ffffff;
  background: #c1272d;
  padding: 10px;
}
.apac__body .step__txt {
  padding: 10px;
}
.apac__body .step__item {
  background: #111111;
  margin-bottom: 5px;
}
@media (min-width: 996px) {
  .apac__body .step__item {
    display: flex;
    margin: 15px 0;
  }
  .apac__body .step__step {
    flex: 0 0 150px;
  }
}

.onSiteService .terms__title {
  font-weight: bolder;
  color: #c1272d;
  position: relative;
  margin-top: 25px;
  font-size: 20px;
}

.onSiteService .terms__title-sub {
  padding: 5px 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  position: relative;
}

.onSiteService .terms__title-sub::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #76b900;
}

.onSiteService .terms__body a {
  color: #000000;
  border-bottom: #c1272d 1px dashed;
}

.onSiteService .terms__body a:hover {
  color: #c1272d;
  border: none;
}

.onSiteService .terms__body ul {
  margin-left: 20px;
}

.onSiteService .terms__body ul li {
  list-style: disc;
  padding: 6px 0;
}
.onSiteService .terms__body ul li ol {
  padding-left: 3px;
  list-style: none !important;
}
.onSiteService .terms__body ul li ol li {
  list-style: none !important;
  padding: 0;
}
.onSiteService .terms__ulBox li {
  list-style-type: disc;
}
.onSiteService .terms__body .terms__ulBox li .terms__olBox li {
  list-style-type: lower-alpha !important;
}
.onSiteService .terms__body .terms__ulBox li .terms__olBox li ol li {
  list-style-type: none !important;
}

.onSiteService .terms__body ul li .terms-ol {
  padding-left: 5px;
}
.onSiteService .terms__body ul li.terms-listWrap {
  list-style: none !important;
}
.onSiteService .terms-listWrap {
  text-align: center;
}
.onSiteService .terms-list {
  border: 1px solid #c1272d;
  display: inline-block;
}
.onSiteService .terms__listTxt {
  margin: 5px 0 10px 10px;
}
.onSiteService .terms-listWrap h4 {
  text-align: center;
  background-color: #c1272d;
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
}
.onSiteService .terms-list p {
  border-bottom: 1px solid #c1272d;
  margin-bottom: 0;
  padding: 5px 15px;
  text-align: center;
}
.onSiteService .terms-list p:nth-last-of-type(1) {
  border-bottom: 0;
}
.onSiteService .terms-subtitle {
  display: block;
  background-color: #e9e9e9;
  padding: 2px;
  color: #a73838;
}
@media (min-width: 996px) {
  .onSiteService .terms {
    padding: 80px 0;
  }

  .onSiteService .terms__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .onSiteService .terms__list li {
    flex: 1;
    border-right: #999 1px solid;
  }

  .onSiteService .terms__list li:last-child {
    border: none;
  }
}
