@charset "UTF-8";
#menu a {
  border-bottom: #00a0e9 3px solid; }
  #menu a:hover {
    color: #ffeb3b; }
    #menu a:hover.btn-outline-light {
      color: #28a745; }
  #menu a.dropdown-item {
    color: #9a68a8; }
  #menu a.btn-outline-light {
    border-bottom: #fff 1px solid; }

.btn-primary {
  color: #ffffff;
  background-color: #484240;
  border-width: 4px;
  border-color: #635b58;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }
  .btn-primary:visited {
    background-color: #3b3634;
    border-color: #3b3634; }
  .btn-primary:hover {
    background-color: #2d2928;
    border-color: #3b3634; }
  .btn-primary:active {
    background-color: #3b3634;
    border-color: #3b3634; }

.btn-outline-primary {
  color: #484240;
  background-color: transparent;
  background-image: none;
  border: #484240 3px solid;
  font-weight: bold; }
  .btn-outline-primary:hover {
    background-color: #484240;
    border: #484240 3px solid; }

.btn-outline-secondary {
  color: #484240;
  background-color: #fff;
  font-weight: bold;
  border: #fff 3px solid;
  border-radius: 0; }
  .btn-outline-secondary:hover {
    background-color: #484240;
    border: #fff 3px solid; }

/* 1. 強化表格整體的現代感 */
.upgrade-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }

.upgrade-table thead th {
  background-color: #4a5568 !important;
  /* 更深邃的專業灰 */
  padding: 20px 10px;
  border: none; }

/* 2. 突顯 Mail2000 欄位 */
.col-highlight {
  background-color: rgba(0, 123, 255, 0.05) !important;
  /* 極淺品牌藍底色 */
  border-left: 3px solid #007bff !important;
  border-right: 3px solid #007bff !important;
  position: relative; }

/* 3. 加入推薦標籤 */
.recommended-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc107;
  color: #212529;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 12px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

/* 4. 文字細節優化 */
.upgrade-table th[scope="row"] {
  background-color: #f8f9fa;
  color: #495057;
  text-align: left;
  padding-left: 25px; }

.upgrade-table td {
  vertical-align: middle !important;
  padding: 1.2rem 0.75rem !important; }

.text-success-custom {
  color: #28a745;
  font-weight: bold; }

.text-brand-blue {
  color: #007bff;
  font-weight: bold; }

h2.line_t::after {
  border-bottom: 0 !important; }

.note {
  color: #fff100; }

.note2 {
  color: #00a0e9;
  font-weight: bold; }

.note3 {
  color: #03832e; }

.list-square {
  list-style-type: square; }

.title {
  border-left: 8px solid #9e9e9e;
  font-weight: bold; }

#description::before {
  content: "「";
  position: absolute;
  display: block;
  left: -30px;
  top: -50px;
  height: 30px;
  font-size: 80px;
  color: #666; }
#description::after {
  content: "」";
  position: absolute;
  display: block;
  right: -30px;
  bottom: 60px;
  height: 30px;
  font-size: 80px;
  color: #666; }

.industry_txt {
  color: #0068b7;
  line-height: 1.3;
  font-weight: bold; }

.btnw-100 {
  width: 100%; }

#solutions ul li {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0; }
  #solutions ul li::marker {
    color: #28a745; }

@media (min-width: 576px) {
  #main_title {
    padding-top: 1.2rem; } }
@media (min-width: 992px) {
  .zerotrust_Q,
  .mail_Q {
    font-size: 1.75rem; } }

/*# sourceMappingURL=custom_exchange.css.map */
