@charset "UTF-8";
/* 已新增的css */
.ptb-70 {
  padding: 70px 0;
}

.comparision-table-body tr > td {
  font-size: 1rem;
}

.comparision-table-body tr > td {
  min-width: auto;
}

/* 已新增的css */
/* ========== */
/* 頁面:主機連線狀況 */
.pricing-section .nav-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
}

@media (max-width: 1024px) {
  .pricing-section .nav-tabs {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .pricing-section .nav-tabs {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .pricing-section .nav-tabs {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 370px) {
  .pricing-section .nav-tabs {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.pricing-section .nav-tabs .nav-item {
  margin: 7px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #dee2e6 !important;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-bottom: 2px solid var(--primary-dark-7) !important;
}

.pricing-section .nav-tabs .nav-item .nav-link {
  border-radius: initial;
  font-size: 1rem;
  color: #000;
}

.pricing-section .nav-tabs .nav-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), inset 4px 0 0 0 rgba(100, 25, 255, 0.004);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), inset 4px 0 0 0 rgba(100, 25, 255, 0.004);
  cursor: pointer;
}

.pricing-section .nav-tabs .nav-item:hover .nav-link {
  color: var(--primary-dark-7);
}

.pricing-section .feature-tab li:first-child {
  border-radius: 4px;
}

.pricing-section .feature-tab li:last-child {
  border: solid 1px #dee2e6 !important;
  border-bottom: 2px solid var(--primary-dark-7) !important;
}

.pricing-section .modal .table-responsive {
  overflow-y: auto;
  max-height: 380px;
}

/* 頁面:主機資源試算 & 企業信箱試算 */
.custom-plan .custom-plan-box .form .form-control {
  height: calc(2.56em + 2px);
}

.custom-plan .custom-plan-box .form p {
  color: #000;
  font-weight: 900;
  font-size: 1.125rem;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .custom-plan .custom-plan-box .form .host {
    margin-bottom: 1.25em;
  }
}

@media (max-width: 767px) {
  .custom-plan .custom-plan-box .form .host {
    margin-bottom: 1.25em;
  }
}

.custom-plan .custom-plan-box .form input.host {
  display: none;
}

.custom-plan .custom-plan-box .form label.host {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #dee2e6;
  padding: 7px 15px;
  margin-right: 5px;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid var(--primary-dark-7);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.custom-plan .custom-plan-box .form label.host:hover {
  cursor: pointer;
  -webkit-transform: translatey(-3px);
          transform: translatey(-3px);
  color: var(--primary-dark-7);
}

@media (max-width: 320px) {
  .custom-plan .custom-plan-box .form label.host:hover {
    margin-bottom: 1.25em;
  }
}

.custom-plan .custom-plan-box .form input.host:checked + label.host {
  background-color: var(--primary-dark-7);
  color: #fff;
}

.custom-plan .custom-plan-box .form .option {
  margin-bottom: 0;
}

.custom-plan .custom-plan-box .form .option p {
  display: inline-block;
  margin-bottom: 0;
}

@media (max-width: 425px) {
  .custom-plan .custom-plan-box .form .option p {
    display: block;
    margin-bottom: 5px;
  }
}

.custom-plan .custom-plan-box .form .option label {
  color: #000;
  font-size: 1.125rem;
  margin-left: 2px;
}

.custom-plan .custom-plan-box .form .option input {
  height: 16px;
  width: 16px;
  margin-left: 10px;
}

.custom-plan .custom-plan-box .form .option #checkbox-2,
.custom-plan .custom-plan-box .form .option #checkbox-4 {
  margin-left: 1.5em;
}

.custom-plan .custom-plan-box .form .option-1 p,
.custom-plan .custom-plan-box .form .option-2 p {
  margin-top: 1.25em;
}

.custom-plan .custom-plan-box .form .host-select {
  padding-top: 1.25em;
}

.custom-plan .custom-plan-box .form .host-select label {
  color: #000;
  font-weight: 900;
  font-size: 1.125rem;
}

.custom-plan .custom-plan-box .form .btn-calc:hover {
  background-image: none;
  background-color: var(--primary-dark-7);
}

.custom-plan .custom-plan-box .form .option-1,
.custom-plan .custom-plan-box .form .option-2,
.custom-plan .custom-plan-box .form .host-select-1,
.custom-plan .custom-plan-box .form .host-select-2 {
  display: none;
}

.custom-plan .custom-plan-box .form #host-1:checked ~ .option-1,
.custom-plan .custom-plan-box .form #host-2:checked ~ .option-2,
.custom-plan .custom-plan-box .form #host-4:checked ~ .option-2 {
  display: block;
}

.custom-plan .custom-plan-box .form #host-1:checked ~ .host-select-1,
.custom-plan .custom-plan-box .form #host-2:checked ~ .host-select-1,
.custom-plan .custom-plan-box .form #host-3:checked ~ .host-select-2,
.custom-plan .custom-plan-box .form #host-4:checked ~ .host-select-2 {
  display: block;
}

/* 頁面:企業信箱試算 */
.custom-plan .custom-plan-box .form.mail-group .mail-product .form-group {
  margin-bottom: 0;
}

.custom-plan .custom-plan-box .form.mail-group .mail-product .form-group p {
  display: inline-block;
  margin-bottom: 0em;
}

@media (max-width: 1199px) {
  .custom-plan .custom-plan-box .form.mail-group .mail-product .form-group p {
    display: block;
    margin-bottom: 5px;
  }
}

.custom-plan .custom-plan-box .form.mail-group .mail-product .form-group label {
  color: var(--primary-dark-7);
  font-size: 1.125rem;
  margin-left: 2px;
  font-weight: bold;
}

.custom-plan .custom-plan-box .form.mail-group .mail-product .form-group input {
  height: 16px;
  width: 16px;
  margin-left: 10px;
}

.custom-plan .custom-plan-box .form.mail-group .mail-product .form-group:last-child label {
  color: #000;
  font-weight: normal;
}

@media (max-width: 575px) {
  .custom-plan .custom-plan-box .form.mail-group .mail-product .form-group:last-child {
    margin-top: 1.25em;
  }
}

.custom-plan .custom-plan-box .form.mail-group .mail-select {
  padding-top: 1.25em;
}

.custom-plan .custom-plan-box .form.mail-group .mail-select label {
  color: #000;
  font-weight: 900;
  font-size: 1.125rem;
}

.custom-plan-info-box .price {
  margin-top: 20px;
}

.custom-plan-info-box .plan {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  color: var(--primary-dark-7);
  margin-bottom: 15px;
}

.custom-plan-info-box .plan-content {
  margin-bottom: 25px;
}
/*# sourceMappingURL=page-style.css.map */