@charset "UTF-8";
#customs_clearance_sort_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 100px 0px;
  width: 100%;
  color: var(--second-color);
}
@media (min-width: 0px) and (max-width: 1279px) {
  #customs_clearance_sort_container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#customs_clearance_sort_container section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#customs_clearance_sort_container .title-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#customs_clearance_sort_container .title-wrap h1 {
  margin-bottom: 16px;
}
#customs_clearance_sort_container .title-wrap p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8em;
}
#customs_clearance_sort_container .title-wrap p br {
  display: none;
}
@media (min-width: 0px) and (max-width: 599px) {
  #customs_clearance_sort_container .title-wrap p br {
    display: block;
  }
}
#customs_clearance_sort_container .sort-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 1279px) {
  #customs_clearance_sort_container .sort-wrap {
    max-width: 540px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  #customs_clearance_sort_container .sort-wrap {
    gap: 100px;
  }
}
#customs_clearance_sort_container .sort-wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  width: 246.75px;
}
@media (min-width: 0px) and (max-width: 599px) {
  #customs_clearance_sort_container .sort-wrap .box {
    width: 100%;
  }
}
#customs_clearance_sort_container .sort-wrap .box .category {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
#customs_clearance_sort_container .sort-wrap .box .category.list {
  background: #6E7F97;
}
#customs_clearance_sort_container .sort-wrap .box .category.normal {
  background: #4E5968;
}
#customs_clearance_sort_container .sort-wrap .box .category.business {
  background: #333333;
}
#customs_clearance_sort_container .sort-wrap .box .category.lcl-fcl {
  background: #000000;
}
#customs_clearance_sort_container .sort-wrap .box .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 20px;
  width: 100%;
  min-height: 100px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6em;
  text-align: center;
  border: 1px solid #E1E5EF;
  border-radius: 10px;
}
#customs_clearance_sort_container .sort-wrap .box .customs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  width: 100%;
  min-height: 44px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  border-radius: 10px;
  background: #F4F6FB;
}
#customs_clearance_sort_container .sort-wrap .box .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  border-top: 2px solid #BBC1D0;
}
#customs_clearance_sort_container .sort-wrap .box .desc li {
  margin-left: 20px;
  text-indent: -20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: -0.5px;
}
#customs_clearance_sort_container .sort-wrap .box .desc li::before {
  content: "•";
  margin-left: 5px;
  margin-right: 10px;
}
#customs_clearance_sort_container .sort-wrap .box .desc li .desc-low li {
  margin-top: 6px;
  margin-left: 12px;
  text-indent: -21px;
  letter-spacing: -0.5px;
}
#customs_clearance_sort_container .sort-wrap .box .desc li .desc-low li::before {
  content: "-";
  margin-left: 5px;
  margin-right: 10px;
}
#customs_clearance_sort_container .ex-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
#customs_clearance_sort_container .ex-wrap p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: -0.5px;
  text-align: center;
}
#customs_clearance_sort_container .ex-wrap p br {
  display: none;
}
@media (min-width: 0px) and (max-width: 599px) {
  #customs_clearance_sort_container .ex-wrap p br {
    display: block;
  }
}
#customs_clearance_sort_container .ex-wrap .img-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 100%;
}
#customs_clearance_sort_container .ex-wrap .img-box-wrap .img-box {
  width: 330px;
  -webkit-filter: drop-shadow(0px 16px 40px rgba(112, 144, 176, 0.07));
          filter: drop-shadow(0px 16px 40px rgba(112, 144, 176, 0.07));
}
#customs_clearance_sort_container .ex-wrap .img-box-wrap .img-box img {
  width: 100%;
}