/* Guest view inline styles migrated to expansion.css */

/* Views/guest/organic-breadcrumb shared */
.organic-breadcrumb.has-organic-breadcrumb-video {
  position: relative;
  overflow: hidden;
  background: none;
}

.organic-breadcrumb.has-organic-breadcrumb-video::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../../img/banner/common-banner.png') center center / cover no-repeat;
  z-index: 1;
  pointer-events: none;
}

.organic-breadcrumb.has-organic-breadcrumb-video .organic-breadcrumb-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.organic-breadcrumb.has-organic-breadcrumb-video .container,
.organic-breadcrumb.has-organic-breadcrumb-video .breadcrumb-banner,
.organic-breadcrumb.has-organic-breadcrumb-video .col-first,
.organic-breadcrumb.has-organic-breadcrumb-video nav,
.organic-breadcrumb.has-organic-breadcrumb-video h1,
.organic-breadcrumb.has-organic-breadcrumb-video p {
  position: relative;
  z-index: 2;
}

.organic-breadcrumb .breadcrumb-banner {
  min-height: 220px;
}

.organic-breadcrumb .col-first h1,
.organic-breadcrumb .col-first p,
.organic-breadcrumb .col-first nav a,
.organic-breadcrumb .col-first nav .lnr,
.organic-breadcrumb .col-first nav .fa,
.organic-breadcrumb .col-first nav span {
  color: #ffffff;
}

.organic-breadcrumb .col-first h1 {
  -webkit-text-stroke: 1px #4a4a4a;
  text-stroke: 1px #4a4a4a;
  paint-order: stroke fill;
}

@media (max-width: 767px) {
  .organic-breadcrumb.has-organic-breadcrumb-video {
    background: none;
  }

  .organic-breadcrumb.has-organic-breadcrumb-video::before {
    background: url('../../img/banner/common-banner.png') center center / cover no-repeat;
  }
}

/* Views/guest/home.php */
.banner-area.home-video-banner {
  overflow: hidden;
  background-color: #000;
}

.banner-area.home-video-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../../img/banner/banner-bg.png') center center / cover no-repeat;
  z-index: 1;
  pointer-events: none;
}

.banner-area.home-video-banner .banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.banner-area.home-video-banner .container,
.banner-area.home-video-banner .active-banner-slider,
.banner-area.home-video-banner .single-slide,
.banner-area.home-video-banner .banner-content,
.banner-area.home-video-banner .banner-img {
  position: relative;
  z-index: 3;
}

.banner-area.home-video-banner .banner-img {
  width: 60%;
  max-width: 60%;
  margin-left: auto;
  left: -200px;
}

.banner-area.home-video-banner .banner-img img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .banner-area.home-video-banner .banner-video {
    object-position: center center;
  }
}


/* Views/guest/auth/complete.php */
  .guest-complete-page {
    padding-bottom: 90px;
  }

  .guest-complete-page .complete_area {
    padding: 60px 0 0;
  }

  .guest-complete-page .step_guide {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
  }

  .guest-complete-page .step_item {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-right: none;
  }

  .guest-complete-page .step_item:last-child {
    border-right: 1px solid #eee;
  }

  .guest-complete-page .step_num {
    width: 30px;
    height: 30px;
    background: #ddd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 8px;
  }

  .guest-complete-page .step_item.active .step_num {
    background: #e8272a;
  }

  .guest-complete-page .step_label {
    font-size: 12px;
    color: #aaa;
  }

  .guest-complete-page .step_item.active .step_label {
    color: #e8272a;
    font-weight: 600;
  }

  .guest-complete-page .complete_card {
    border: 1px solid #eee;
    background: #fff;
  }

  .guest-complete-page .complete_head {
    padding: 16px 24px;
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  .guest-complete-page .complete_body {
    padding: 50px 30px;
    text-align: center;
  }

  .guest-complete-page .complete_icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: rgba(232,39,42,.1);
    color: #e8272a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
  }

  .guest-complete-page .complete_body h3 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 700;
    color: #222;
  }

  .guest-complete-page .complete_body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    color: #666;
  }

  .guest-complete-page .button-group-area {
    margin-top: 34px;
    text-align: center;
  }

  .guest-complete-page .button-group-area .genric-btn + .genric-btn {
    margin-left: 8px;
  }

  @media (max-width: 767px) {
    .guest-complete-page .complete_area {
      padding-top: 40px;
    }

    .guest-complete-page .step_guide {
      flex-direction: column;
    }

    .guest-complete-page .step_item {
      border-right: 1px solid #eee;
      margin-bottom: -1px;
    }

    .guest-complete-page .button-group-area .genric-btn {
      width: 100%;
      margin: 0 0 10px 0 !important;
    }
  }

/* Views/guest/auth/forgot_password.php */
  .guest-forgot-page {
    padding-bottom: 90px;
  }

  .guest-forgot-page .forgot_box_area {
    padding: 60px 0 0;
  }

  .guest-forgot-page .forgot_box_img {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(232,39,42,.88), rgba(34,34,34,.82)), url('../../img/login.jpg') center center / cover no-repeat;
  }

  .guest-forgot-page .forgot_box_img .hover {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 34px;
    color: #fff;
    background: rgba(0,0,0,.18);
  }

  .guest-forgot-page .forgot_box_img h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .guest-forgot-page .forgot_box_img p {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,.92);
    margin-bottom: 28px;
  }

  .guest-forgot-page .forgot_box_img .primary-btn {
    line-height: 42px;
    padding: 0 34px;
    border: 1px solid #fff;
    background: transparent;
  }

  .guest-forgot-page .forgot_box_img .primary-btn:hover {
    background: #fff;
    color: #e8272a;
  }

  .guest-forgot-page .forgot_form_inner {
    min-height: 420px;
    border: 1px solid #eee;
    background: #fff;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .guest-forgot-page .forgot_form_inner_wrap {
    width: 100%;
    max-width: 430px;
  }

  .guest-forgot-page .forgot_form_inner h3 {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.35;
    color: #222;
    font-weight: 700;
    text-align: center;
  }

  .guest-forgot-page .field_label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
  }

  .guest-forgot-page .single-input {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    padding: 0 18px;
    background: #fff;
    box-shadow: none;
  }

  .guest-forgot-page .single-input:focus {
    border-color: #e8272a;
    box-shadow: none;
    outline: none;
  }

  .guest-forgot-page .alert {
    border-radius: 0;
    font-size: 13px;
    line-height: 1.7;
  }

  .guest-forgot-page .button-group-area {
    margin-top: 28px;
    text-align: center;
  }

  .guest-forgot-page .button-group-area .primary-btn {
    border: 0;
    cursor: pointer;
    min-width: 180px;
  }

  @media (max-width: 991px) {
    .guest-forgot-page .forgot_form_inner {
      padding: 40px 28px;
      min-height: auto;
    }

    .guest-forgot-page .forgot_box_img {
      min-height: 300px;
    }
  }

  @media (max-width: 767px) {
    .guest-forgot-page .forgot_box_area {
      padding-top: 40px;
    }

    .guest-forgot-page .forgot_box_img .hover,
    .guest-forgot-page .forgot_form_inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

/* Views/guest/auth/login.php */
  .guest-login-banner .breadcrumb-banner {
    min-height: 180px;
  }

  .guest-login-wrap {
    padding: 60px 0 90px;
  }

  .guest-login-wrap .login_box_img {
    min-height: 520px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(79,134,198,.88), rgba(34,34,34,.82)), url('../../img/login.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 34px;
  }

  .guest-login-wrap .login_box_img .hover {
    width: 100%;
    text-align: center;
    color: #fff;
  }

  .guest-login-wrap .login_box_img .hover h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 18px;
  }

  .guest-login-wrap .login_box_img .hover p {
    max-width: 420px;
    margin: 0 auto 28px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
  }

  .guest-login-wrap .login-side-btn {
    display: inline-block;
    min-width: 170px;
    line-height: 42px;
    padding: 0 34px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    transition: all .3s ease;
  }

  .guest-login-wrap .login-side-btn:hover {
    background: #fff;
    color: #4f86c6;
  }

  .guest-login-wrap .login_form_inner {
    min-height: 520px;
    padding: 55px 45px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .guest-login-wrap .login_form_inner_wrap {
    width: 100%;
    max-width: 430px;
  }

  .guest-login-wrap .login_form_inner h3 {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.35;
    color: #222;
    font-weight: 700;
    text-align: center;
  }

  .guest-login-wrap .login_form .form-group {
    margin-bottom: 20px;
  }

  .guest-login-wrap .login_form .form-control {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    padding: 0 18px;
    background: #fff;
    box-shadow: none;
  }

  .guest-login-wrap .login_form .form-control:focus {
    border-color: #3166a8;
    box-shadow: none;
  }

  .guest-login-wrap .login_form .form-control::placeholder {
    color: #b7b7b7;
  }

  .guest-login-wrap .creat_account {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .guest-login-wrap .creat_account label {
    margin: 0;
    font-size: 13px;
    color: #666;
    cursor: pointer;
  }

  .guest-login-wrap .login-submit-btn {
    min-width: 170px;
    height: 46px;
    line-height: 46px;
    padding: 0 32px;
    border: 0;
    background: linear-gradient(90deg, #4f86c6 0%, #3166a8 100%);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
  }

  .guest-login-wrap .sub_links {
    margin-top: 18px;
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .guest-login-wrap .sub_links a {
    color: #4f86c6;
    font-weight: 600;
    display: inline-block;
  }

  .guest-login-wrap .sub_links a:hover {
    color: #3166a8;
  }

  .guest-login-wrap .alert {
    border-radius: 0;
    font-size: 13px;
    line-height: 1.7;
  }

  .guest-login-wrap .alert + .alert {
    margin-top: 10px;
  }

  @media (max-width: 991px) {
    .guest-login-wrap .login_box_img,
    .guest-login-wrap .login_form_inner {
      min-height: auto;
    }

    .guest-login-wrap .login_box_img {
      min-height: 320px;
      margin-bottom: 30px;
    }

    .guest-login-wrap .login_form_inner {
      padding: 45px 28px;
    }
  }

  @media (max-width: 767px) {
    .guest-login-wrap {
      padding: 40px 0 70px;
    }

    .guest-login-wrap .login_box_img .hover {
      padding: 34px 22px;
    }

    .guest-login-wrap .login_box_img .hover h4,
    .guest-login-wrap .login_form_inner h3 {
      font-size: 24px;
    }

    .guest-login-wrap .login_form_inner {
      padding: 36px 20px;
    }
  }

/* Views/guest/auth/register.php */
  .guest-register-page {
    padding-bottom: 90px;
  }

  .guest-register-page .register_box_area {
    padding: 60px 0 0;
  }

  .guest-register-page .register_box_img {
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(232,39,42,.88), rgba(34,34,34,.82)), url('../../img/login.jpg') center center / cover no-repeat;
  }

  .guest-register-page .register_box_img .hover {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 42px 34px;
    color: #fff;
    background: rgba(0, 0, 0, 0.18);
  }

  .guest-register-page .register_box_img .hover h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .guest-register-page .register_box_img .hover p {
    max-width: 430px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 28px;
  }

  .guest-register-page .register_box_img .primary-btn {
    line-height: 42px;
    padding: 0 34px;
    border: 1px solid #fff;
    background: transparent;
  }

  .guest-register-page .register_box_img .primary-btn:hover {
    background: #fff;
    color: #4f86c6;
  }

  .guest-register-page .register_form_inner {
    border: 1px solid #eee;
    background: #fff;
    padding: 40px 38px;
    height: 100%;
  }

  .guest-register-page .register_form_inner h3 {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.35;
    color: #222;
    font-weight: 700;
    text-align: center;
  }

  .guest-register-page .section-top-border:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .guest-register-page .section-top-border h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
  }

  .guest-register-page .field_label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
  }

  .guest-register-page .field_label .required {
    color: #4f86c6;
    margin-left: 2px;
  }

  .guest-register-page .single-input,
  .guest-register-page .single-textarea,
  .guest-register-page .custom-file-label {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-shadow: none;
  }

  .guest-register-page .single-input {
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
  }

  .guest-register-page .single-input:focus,
  .guest-register-page .custom-file-input:focus ~ .custom-file-label {
    border-color: #3166a8;
    box-shadow: none;
    outline: none;
  }

  .guest-register-page .single-textarea {
    min-height: 160px;
    padding: 14px 18px;
  }

  .guest-register-page .category_group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 8px;
  }

  .guest-register-page .category_group label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    color: #444;
    cursor: pointer;
  }

  .guest-register-page .field_hint {
    margin-top: 8px;
    font-size: 12px;
    color: #888;
    line-height: 1.7;
  }

  .guest-register-page .file_upload {
    margin-top: 10px;
  }

  .guest-register-page .file_item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .guest-register-page .file_item.hide {
    display: none;
  }

  .guest-register-page .file_action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #4f86c6;
    font-size: 20px;
  }

  .guest-register-page .custom-file-label {
    height: 46px;
    line-height: 31px;
    padding: 7px 16px;
  }

  .guest-register-page .custom-file-label::after {
    height: 44px;
    line-height: 31px;
    border-radius: 0;
  }

  .guest-register-page .form-action {
    margin-top: 34px;
    text-align: center;
  }

  .guest-register-page .form-action .primary-btn {
    border: 0;
    cursor: pointer;
    min-width: 180px;
  }

  .guest-register-page .form-link {
    margin-top: 18px;
    text-align: center;
    font-size: 13px;
    color: #999;
  }

  .guest-register-page .form-link a {
    color: #666;
    font-weight: 500;
  }

  .guest-register-page .form-link a:hover {
    color: #4f86c6;
  }

  .guest-register-page code {
    color: #888;
    background: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 1.7;
  }

  @media (max-width: 991px) {
    .guest-register-page .register_box_img {
      min-height: 320px;
    }

    .guest-register-page .register_form_inner {
      padding: 34px 24px;
    }
  }

  @media (max-width: 767px) {
    .guest-register-page .register_box_area {
      padding-top: 40px;
    }

    .guest-register-page .register_box_img .hover,
    .guest-register-page .register_form_inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    .guest-register-page .register_box_img .hover h4,
    .guest-register-page .register_form_inner h3 {
      font-size: 24px;
    }

    .guest-register-page .category_group {
      gap: 14px;
      flex-direction: column;
      align-items: flex-start;
    }
  }

/* Views/guest/auth/register_com.php */
  .register-show-page {
    padding-bottom: 90px;
  }

  .register-show-page .form_area {
    padding: 60px 0 0;
  }

  .register-show-page .step_guide {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
  }

  .register-show-page .step_item {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-right: none;
  }

  .register-show-page .step_item:last-child { border-right: 1px solid #eee; }
  .register-show-page .step_num {
    width: 30px;
    height: 30px;
    background: #ddd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 8px;
  }
  .register-show-page .step_item.active .step_num { background: #4f86c6; }
  .register-show-page .step_label { font-size: 12px; color: #aaa; }
  .register-show-page .step_item.active .step_label { color: #4f86c6; font-weight: 600; }

  .register-show-page .intro_box {
    padding: 28px 30px;
    background: #fff;
    border-top: 3px solid #222;
    border-bottom: 1px solid #eee;
  }
  .register-show-page .intro_box h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
  }
  .register-show-page .intro_box p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }

  .register-show-page .form_card {
    border: 1px solid #e0e0e0;
    border-top: none;
    background: #fff;
  }
  .register-show-page .form_card_head {
    background: #222;
    padding: 15px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .register-show-page .form_card_body {
    padding: 28px;
  }

  .register-show-page .section-top-border:first-child { border-top: 0; padding-top: 0; }
  .register-show-page .section-top-border h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
  }

  .register-show-page .field_label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
  }
  .register-show-page .field_label .required { color: #4f86c6; margin-left: 2px; }

  .register-show-page .single-input,
  .register-show-page .custom-file-label {
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    padding: 0 18px;
    background: #fff;
    box-shadow: none;
  }
  .register-show-page .single-input:focus,
  .register-show-page .custom-file-input:focus ~ .custom-file-label {
    border-color: #3166a8;
    box-shadow: none;
    outline: none;
  }

  .register-show-page .single-input[disabled] {
    background: #f8f8f8;
    color: #777;
  }

  .register-show-page .field_hint {
    margin-top: 7px;
    font-size: 12px;
    color: #888;
    line-height: 1.7;
  }

  .register-show-page .address_group .address_row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  .register-show-page .address_group .address_row:last-child { margin-bottom: 0; }
  .register-show-page .address_group .zip_btn {
    min-width: 130px;
    border: 0;
    background: #555;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0 16px;
  }

  .register-show-page .file_item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .register-show-page .file_item.hide { display: none; }
  .register-show-page .file_action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #4f86c6;
    font-size: 20px;
  }
  .register-show-page .custom-file-label {
    line-height: 31px;
    padding: 8px 16px;
  }
  .register-show-page .custom-file-label::after {
    height: 48px;
    line-height: 31px;
    border-radius: 0;
  }
  .register-show-page code {
    color: #888;
    background: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 1.7;
  }

  .register-show-page .button-group-area {
    margin-top: 34px;
    text-align: center;
  }

  @media (max-width: 767px) {
    .register-show-page .form_area { padding-top: 40px; }
    .register-show-page .step_guide { flex-direction: column; }
    .register-show-page .step_item { border-right: 1px solid #eee; margin-bottom: -1px; }
    .register-show-page .intro_box,
    .register-show-page .form_card_body { padding-left: 18px; padding-right: 18px; }
    .register-show-page .address_group .address_row { flex-direction: column; }
    .register-show-page .address_group .zip_btn { height: 46px; }
    .register-show-page .button-group-area .genric-btn { width: 100%; }
  }

/* Views/guest/auth/register_per.php */
  .register-show-page {
    padding-bottom: 90px;
  }

  .register-show-page .form_area {
    padding: 60px 0 0;
  }

  .register-show-page .step_guide {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
  }

  .register-show-page .step_item {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-right: none;
  }

  .register-show-page .step_item:last-child { border-right: 1px solid #eee; }

  .register-show-page .step_num {
    width: 30px;
    height: 30px;
    background: #ddd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 8px;
  }

  .register-show-page .step_item.active .step_num { background: #4f86c6; }
  .register-show-page .step_label { font-size: 12px; color: #aaa; }
  .register-show-page .step_item.active .step_label { color: #4f86c6; font-weight: 600; }

  .register-show-page .intro_box {
    padding: 28px 30px;
    background: #fff;
    border-top: 3px solid #222;
    border-bottom: 1px solid #eee;
  }

  .register-show-page .intro_box h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
  }

  .register-show-page .intro_box p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }

  .register-show-page .form_card {
    border: 1px solid #e0e0e0;
    border-top: none;
    background: #fff;
  }

  .register-show-page .form_card_head {
    background: #222;
    padding: 15px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  .register-show-page .form_card_body {
    padding: 28px;
  }

  .register-show-page .section-top-border:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .register-show-page .section-top-border h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
  }

  .register-show-page .field_label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
  }

  .register-show-page .field_label .required { color: #4f86c6; margin-left: 2px; }

  .register-show-page .single-input {
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    padding: 0 18px;
    background: #fff;
    box-shadow: none;
  }

  .register-show-page .single-input:focus {
    border-color: #3166a8;
    box-shadow: none;
    outline: none;
  }

  .register-show-page .field_hint {
    margin-top: 7px;
    font-size: 12px;
    color: #888;
    line-height: 1.7;
  }

  .register-show-page .address_group .address_row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

  .register-show-page .address_group .address_row:last-child {
    margin-bottom: 0;
  }

  .register-show-page .address_group .zip_btn {
    min-width: 130px;
    border: 0;
    background: #555;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0 16px;
  }

  .register-show-page .button-group-area {
    margin-top: 34px;
    text-align: center;
  }

  .register-show-page .button-group-area .genric-btn + .genric-btn { margin-left: 8px; }

  @media (max-width: 767px) {
    .register-show-page .form_area { padding-top: 40px; }
    .register-show-page .step_guide { flex-direction: column; }
    .register-show-page .step_item { border-right: 1px solid #eee; margin-bottom: -1px; }
    .register-show-page .intro_box,
    .register-show-page .form_card_body { padding-left: 18px; padding-right: 18px; }
    .register-show-page .address_group .address_row { flex-direction: column; }
    .register-show-page .address_group .zip_btn { height: 46px; }
    .register-show-page .button-group-area .genric-btn { width: 100%; margin: 0 0 10px 0 !important; }
  }

/* Views/guest/auth/register_sns_com.php */
  .register-show-page {
    padding-bottom: 90px;
  }
  .register-show-page .form_area {
    padding: 60px 0 0;
  }
  .register-show-page .step_guide {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
  }
  .register-show-page .step_item {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-right: none;
  }
  .register-show-page .step_item:last-child { border-right: 1px solid #eee; }
  .register-show-page .step_num {
    width: 30px; height: 30px; background: #ddd; color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; margin: 0 auto 8px;
  }
  .register-show-page .step_item.active .step_num { background: #4f86c6; }
  .register-show-page .step_label { font-size: 12px; color: #aaa; }
  .register-show-page .step_item.active .step_label { color: #4f86c6; font-weight: 600; }
  .register-show-page .intro_box {
    padding: 28px 30px; background: #fff; border-top: 3px solid #222; border-bottom: 1px solid #eee;
  }
  .register-show-page .intro_box h3 {
    margin: 0 0 10px; font-size: 24px; font-weight: 700; color: #222;
  }
  .register-show-page .intro_box p {
    margin: 0; font-size: 14px; color: #666; line-height: 1.8;
  }
  .register-show-page .form_card {
    border: 1px solid #e0e0e0; border-top: none; background: #fff;
  }
  .register-show-page .form_card_head {
    background: #222; padding: 15px 24px; color: #fff; font-size: 14px; font-weight: 700;
  }
  .register-show-page .form_card_body {
    padding: 28px;
  }
  .register-show-page .section-top-border:first-child { border-top: 0; padding-top: 0; }
  .register-show-page .section-top-border h4 {
    margin-bottom: 18px; font-size: 18px; color: #222; font-weight: 700;
  }
  .register-show-page .field_label {
    display: block; margin-bottom: 8px; font-size: 13px; font-weight: 600; color: #444;
  }
  .register-show-page .field_label .required { color: #4f86c6; margin-left: 2px; }
  .register-show-page .single-input,
  .register-show-page .custom-file-label {
    height: 50px; line-height: 50px; border: 1px solid #ddd; border-radius: 0; font-size: 14px; color: #333;
    padding: 0 18px; background: #fff; box-shadow: none;
  }
  .register-show-page .single-input:focus,
  .register-show-page .custom-file-input:focus ~ .custom-file-label { border-color: #3166a8; box-shadow: none; outline: none; }
  .register-show-page .single-input[disabled] { background: #f8f8f8; color: #777; }
  .register-show-page .field_hint {
    margin-top: 7px; font-size: 12px; color: #888; line-height: 1.7;
  }
  .register-show-page .address_group .address_row {
    display: flex; gap: 10px; margin-bottom: 10px;
  }
  .register-show-page .address_group .address_row:last-child { margin-bottom: 0; }
  .register-show-page .address_group .zip_btn {
    min-width: 130px; border: 0; background: #555; color: #fff; font-size: 13px; font-weight: 500; cursor: pointer; padding: 0 16px;
  }
  .register-show-page .file_item {
    display: flex; align-items: center; gap: 10px;
  }
  .register-show-page .file_item.hide { display: none; }
  .register-show-page .file_action a {
    display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: #4f86c6; font-size: 20px;
  }
  .register-show-page .custom-file-label { line-height: 31px; padding: 8px 16px; }
  .register-show-page .custom-file-label::after {
    height: 48px; line-height: 31px; border-radius: 0;
  }
  .register-show-page code {
    color: #888; background: transparent; padding: 0; font-size: 12px; line-height: 1.7;
  }
  .register-show-page .button-group-area {
    margin-top: 34px; text-align: center;
  }
  @media (max-width: 767px) {
    .register-show-page .form_area { padding-top: 40px; }
    .register-show-page .step_guide { flex-direction: column; }
    .register-show-page .step_item { border-right: 1px solid #eee; margin-bottom: -1px; }
    .register-show-page .intro_box,
    .register-show-page .form_card_body { padding-left: 18px; padding-right: 18px; }
    .register-show-page .address_group .address_row { flex-direction: column; }
    .register-show-page .address_group .zip_btn { height: 46px; }
    .register-show-page .button-group-area .genric-btn { width: 100%; }
  }

/* Views/guest/auth/register_sns_per.php */
  .register-show-page {
    padding-bottom: 90px;
  }
  .register-show-page .form_area {
    padding: 60px 0 0;
  }
  .register-show-page .step_guide {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
  }
  .register-show-page .step_item {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-right: none;
  }
  .register-show-page .step_item:last-child { border-right: 1px solid #eee; }
  .register-show-page .step_num {
    width: 30px; height: 30px; background: #ddd; color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; margin: 0 auto 8px;
  }
  .register-show-page .step_item.active .step_num { background: #4f86c6; }
  .register-show-page .step_label { font-size: 12px; color: #aaa; }
  .register-show-page .step_item.active .step_label { color: #4f86c6; font-weight: 600; }
  .register-show-page .intro_box {
    padding: 28px 30px; background: #fff; border-top: 3px solid #222; border-bottom: 1px solid #eee;
  }
  .register-show-page .intro_box h3 {
    margin: 0 0 10px; font-size: 24px; font-weight: 700; color: #222;
  }
  .register-show-page .intro_box p {
    margin: 0; font-size: 14px; color: #666; line-height: 1.8;
  }
  .register-show-page .form_card {
    border: 1px solid #e0e0e0; border-top: none; background: #fff;
  }
  .register-show-page .form_card_head {
    background: #222; padding: 15px 24px; color: #fff; font-size: 14px; font-weight: 700;
  }
  .register-show-page .form_card_body {
    padding: 28px;
  }
  .register-show-page .section-top-border:first-child { border-top: 0; padding-top: 0; }
  .register-show-page .section-top-border h4 {
    margin-bottom: 18px; font-size: 18px; color: #222; font-weight: 700;
  }
  .register-show-page .field_label {
    display: block; margin-bottom: 8px; font-size: 13px; font-weight: 600; color: #444;
  }
  .register-show-page .field_label .required { color: #4f86c6; margin-left: 2px; }
  .register-show-page .single-input {
    height: 50px; line-height: 50px; border: 1px solid #ddd; border-radius: 0; font-size: 14px; color: #333;
    padding: 0 18px; background: #fff; box-shadow: none;
  }
  .register-show-page .single-input:focus { border-color: #3166a8; box-shadow: none; outline: none; }
  .register-show-page .single-input[disabled] { background: #f8f8f8; color: #777; }
  .register-show-page .field_hint {
    margin-top: 7px; font-size: 12px; color: #888; line-height: 1.7;
  }
  .register-show-page .address_group .address_row {
    display: flex; gap: 10px; margin-bottom: 10px;
  }
  .register-show-page .address_group .address_row:last-child { margin-bottom: 0; }
  .register-show-page .address_group .zip_btn {
    min-width: 130px; border: 0; background: #555; color: #fff; font-size: 13px; font-weight: 500; cursor: pointer; padding: 0 16px;
  }
  .register-show-page .button-group-area {
    margin-top: 34px; text-align: center;
  }
  @media (max-width: 767px) {
    .register-show-page .form_area { padding-top: 40px; }
    .register-show-page .step_guide { flex-direction: column; }
    .register-show-page .step_item { border-right: 1px solid #eee; margin-bottom: -1px; }
    .register-show-page .intro_box,
    .register-show-page .form_card_body { padding-left: 18px; padding-right: 18px; }
    .register-show-page .address_group .address_row { flex-direction: column; }
    .register-show-page .address_group .zip_btn { height: 46px; }
    .register-show-page .button-group-area .genric-btn { width: 100%; }
  }

/* Views/guest/auth/register_type.php */
  .guest-register-type-page {
    padding-bottom: 90px;
  }

  .guest-register-type-page .type_area {
    padding: 60px 0 0;
  }

  .guest-register-type-page .step_guide {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
  }

  .guest-register-type-page .step_item {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-right: none;
  }

  .guest-register-type-page .step_item:last-child {
    border-right: 1px solid #eee;
  }

  .guest-register-type-page .step_num {
    width: 30px;
    height: 30px;
    background: #ddd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 8px;
  }

  .guest-register-type-page .step_item.active .step_num {
    background: #4f86c6;
  }

  .guest-register-type-page .step_label {
    font-size: 12px;
    color: #aaa;
  }

  .guest-register-type-page .step_item.active .step_label {
    color: #4f86c6;
    font-weight: 600;
  }

  .guest-register-type-page .intro_box {
    padding: 28px 30px;
    background: #fff;
    border-top: 3px solid #222;
    border-bottom: 1px solid #eee;
  }

  .guest-register-type-page .intro_box h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
  }

  .guest-register-type-page .intro_box p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }

  .guest-register-type-page .agreement_box,
  .guest-register-type-page .type_box {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 30px;
  }

  .guest-register-type-page .section-top-border:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .guest-register-type-page .section-top-border h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
  }

  .guest-register-type-page .agree_check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #444;
  }

  .guest-register-type-page textarea.single-textarea {
    min-height: 210px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    color: #666;
    background: #fafafa;
    line-height: 1.8;
  }

  .guest-register-type-page .type_select_group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .guest-register-type-page .type_option {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 24px 18px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease;
  }

  .guest-register-type-page .type_option:hover {
    border-color: #3166a8;
    background: #fff;
  }

  .guest-register-type-page .type_option input {
    margin-bottom: 10px;
  }

  .guest-register-type-page .type_option strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #222;
  }

  .guest-register-type-page .type_option span {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    color: #777;
  }

  .guest-register-type-page .button-group-area {
    margin-top: 34px;
    text-align: center;
  }

  @media (max-width: 767px) {
    .guest-register-type-page .type_area {
      padding-top: 40px;
    }

    .guest-register-type-page .step_guide {
      flex-direction: column;
    }

    .guest-register-type-page .step_item {
      border-right: 1px solid #eee;
      margin-bottom: -1px;
    }

    .guest-register-type-page .intro_box,
    .guest-register-type-page .agreement_box,
    .guest-register-type-page .type_box {
      padding-left: 18px;
      padding-right: 18px;
    }

    .guest-register-type-page .type_select_group {
      grid-template-columns: 1fr;
    }
  }

/* Views/guest/common/__loading_form.php */
    .loading{
        position:fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        height: 100%;
        width: 100%;
        display: fixed;
        justify-content: center;
        align-items: center;
        z-index: 1072;

    }
    .loading img{
        position: absolute;
        z-index: 1073;
        left: 50%;
        top: 50%;
        width: 200px;
        height: 200px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    @media (max-width: 767px){
        .loading img{
            width: 120px;
        }
    }

/* Views/guest/contract/aboutus.php */
  .aboutus-page {
    padding-bottom: 90px;
  }

  .aboutus-page .breadcrumb-banner h1 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
  }

  .aboutus-page .breadcrumb-banner nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .aboutus-page .breadcrumb-banner nav .lnr {
    margin: 0 10px;
    font-size: 12px;
  }

  .aboutus-page .message-head {
    position: relative;
    margin-bottom: 34px;
    padding-left: 24px;
  }

  .aboutus-page .message-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #4f86c6 0%, #3166a8 100%);
  }

  .aboutus-page .message-head .eng {
    display: block;
    margin-bottom: 10px;
    color: #3166a8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .aboutus-page .message-head h2 {
    margin: 0;
    color: #222;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.35;
  }

  .aboutus-page .message-box {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }

  .aboutus-page .message-photo {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 12px 36px rgba(0,0,0,.06);
  }

  .aboutus-page .message-photo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .aboutus-page .message-content {
    padding-top: 6px;
  }

  .aboutus-page .message-content h3 {
    margin: 0 0 24px;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
  }

  .aboutus-page .message-content p {
    margin-bottom: 18px;
    color: #555;
    font-size: 16px;
    line-height: 1.95;
  }

  .aboutus-page .ceo-sign {
    margin-top: 34px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
  }

  .aboutus-page .company-summary {
    margin-top: 44px;
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    padding: 26px 30px;
  }

  .aboutus-page .company-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .aboutus-page .company-summary li {
    display: flex;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .aboutus-page .company-summary li:last-child {
    border-bottom: 0;
  }

  .aboutus-page .company-summary strong {
    flex: 0 0 130px;
    color: #222;
    font-weight: 700;
  }

  .aboutus-page .company-summary span,
  .aboutus-page .company-summary a {
    color: #555;
    line-height: 1.8;
  }

  .aboutus-page .company-summary a {
    color: #3166a8;
  }

  .aboutus-page .map-section {
    margin-top: 44px;
  }

  .aboutus-page .map-card {
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
  }

  .aboutus-page .map-card iframe {
    display: block;
    width: 100%;
    border: 0;
  }

  @media (max-width: 991px) {
    .aboutus-page .message-box {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .aboutus-page .message-photo {
      max-width: 520px;
    }
  }

  @media (max-width: 767px) {
    .aboutus-page {
      padding-bottom: 70px;
    }

    .aboutus-page .breadcrumb-banner h1,
    .aboutus-page .message-head h2,
    .aboutus-page .message-content h3 {
      font-size: 28px;
    }

    .aboutus-page .message-box {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .aboutus-page .message-photo,
    .aboutus-page .message-content {
      width: 100%;
      max-width: 100%;
      overflow: visible;
    }

    .aboutus-page .message-photo img {
      width: 100%;
      max-width: 100%;
      height: auto;
    }

    .aboutus-page .message-content h3,
    .aboutus-page .message-content p,
    .aboutus-page .ceo-sign {
      display: block;
      width: 100%;
      word-break: keep-all;
      overflow: visible;
    }

    .aboutus-page .ceo-sign {
      margin-top: 24px;
      padding-bottom: 8px;
    }

    .aboutus-page .company-summary {
      padding: 22px 18px;
    }

    .aboutus-page .company-summary li {
      display: block;
    }

    .aboutus-page .company-summary strong {
      display: block;
      margin-bottom: 6px;
    }
  }

/* Views/guest/contract/location.php */
  .location-page {
    padding-bottom: 90px;
  }

  .location-page .breadcrumb-banner h1 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
  }

  .location-page .breadcrumb-banner nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .location-page .breadcrumb-banner nav .lnr {
    margin: 0 10px;
    font-size: 12px;
  }

  .location-page .section-title {
    margin-bottom: 32px;
  }

  .location-page .section-title h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #222;
  }

  .location-page .map-card {
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    margin-bottom: 30px;
  }

  .location-page .map-card iframe {
    display: block;
    width: 100%;
    border: 0;
  }

  .location-page .info-card {
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fff;
    padding: 28px 30px;
    height: 100%;
  }

  .location-page .info-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
  }

  .location-page .info-table {
    width: 100%;
    border-top: 2px solid #222;
  }

  .location-page .info-table tr {
    border-bottom: 1px solid #eee;
  }

  .location-page .info-table th,
  .location-page .info-table td {
    padding: 15px 12px;
    font-size: 15px;
    vertical-align: top;
  }

  .location-page .info-table th {
    width: 130px;
    color: #222;
    font-weight: 700;
  }

  .location-page .info-table td {
    color: #555;
    line-height: 1.8;
  }

  .location-page .info-table td a {
    color: #ff6c00;
  }

  .location-page .contact-strip {
    margin-top: 28px;
    padding: 18px 22px;
    border-radius: 12px;
    background: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .location-page .contact-strip span {
    color: #444;
    font-size: 14px;
    line-height: 1.7;
  }

  @media (max-width: 991px) {
    .location-page .info-card {
      margin-top: 24px;
    }
  }

  @media (max-width: 767px) {
    .location-page {
      padding-bottom: 70px;
    }

    .location-page .section-title h2,
    .location-page .breadcrumb-banner h1 {
      font-size: 28px;
    }

    .location-page .info-card {
      padding: 22px 18px;
    }

    .location-page .info-table th,
    .location-page .info-table td {
      display: block;
      width: 100%;
      padding: 10px 0;
    }

    .location-page .info-table th {
      padding-top: 16px;
      padding-bottom: 0;
    }

    .location-page .map-card iframe {
      height: 420px;
    }
  }

/* Views/guest/contract/product01.php */
  .product-static-page {
    padding-bottom: 90px;
  }

  .product-static-page .breadcrumb-banner h1 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
  }

  .product-static-page .breadcrumb-banner nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .product-static-page .breadcrumb-banner nav .lnr {
    margin: 0 10px;
    font-size: 12px;
  }

  .product-static-page .section-head {
    margin-bottom: 28px;
  }

  .product-static-page .section-head .eng {
    display: block;
    color: #ff6c00;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .product-static-page .section-head h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #222;
  }

  .product-static-page .product-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 34px;
    align-items: start;
  }

  .product-static-page .gallery-card,
  .product-static-page .info-card,
  .product-static-page .tab-card,
  .product-static-page .customer-card {
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
  }

  .product-static-page .gallery-card {
    overflow: hidden;
  }

  .product-static-page .gallery-main {
    position: relative;
    background: #fff;
    aspect-ratio: 720 / 525;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .product-static-page .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .product-static-page .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
  }

  .product-static-page .gallery-thumb {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
  }

  .product-static-page .gallery-thumb.active {
    border-color: #ffba00;
    box-shadow: 0 6px 16px rgba(255,186,0,.22);
  }

  .product-static-page .gallery-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
  }

  .product-static-page .info-card {
    padding: 28px 30px;
  }

  .product-static-page .info-card h3 {
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #222;
    font-size: 30px;
    font-weight: 700;
    color: #222;
  }

  .product-static-page .info-card .lead {
    color: #444;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 0;
  }

  .product-static-page .section-divider {
    border-bottom: 1px solid #333;
    margin: 40px 0 24px;
    font-size: 2em;
    color: #222;
    font-weight: 700;
    padding-bottom: 12px;
  }

  .product-static-page .tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }

  .product-static-page .tabs-nav button {
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
  }

  .product-static-page .tabs-nav button.active {
    background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
    border-color: transparent;
    color: #fff;
  }

  .product-static-page .tab-card {
    padding: 26px 28px;
  }

  .product-static-page .tab-pane {
    display: none;
  }

  .product-static-page .tab-pane.active {
    display: block;
  }

  .product-static-page .tab-pane img,
  .product-static-page .tab-pane iframe {
    max-width: 100%;
    border: 0;
  }

  .product-static-page .tab-pane iframe {
    width: 100%;
    min-height: 315px;
    border-radius: 12px;
    margin-bottom: 18px;
  }

  .product-static-page .spec-table {
    width: 100%;
    border-top: 2px solid #222;
  }

  .product-static-page .spec-table tr {
    border-bottom: 1px solid #eee;
  }

  .product-static-page .spec-table th,
  .product-static-page .spec-table td {
    padding: 14px 12px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
  }

  .product-static-page .spec-table th {
    width: 28%;
    color: #222;
    font-weight: 700;
  }

  .product-static-page .spec-table td {
    color: #555;
    line-height: 1.8;
  }

  .product-static-page .customer-card {
    padding: 24px;
    margin-top: 24px;
    text-align: center;
  }

  .product-static-page .customer-card img {
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 991px) {
    .product-static-page .product-wrap {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 767px) {
    .product-static-page {
      padding-bottom: 70px;
    }

    .product-static-page .breadcrumb-banner h1,
    .product-static-page .section-head h2,
    .product-static-page .info-card h3 {
      font-size: 28px;
    }

    .product-static-page .info-card,
    .product-static-page .tab-card,
    .product-static-page .customer-card {
      padding: 20px 18px;
    }

    .product-static-page .gallery-thumbs {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-static-page .spec-table th,
    .product-static-page .spec-table td {
      display: block;
      width: 100%;
      padding: 10px 0;
    }
  }

/* Views/guest/contract/product02.php */
  .product-static-page {
    padding-bottom: 90px;
  }
  .product-static-page .breadcrumb-banner h1 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
  }
  .product-static-page .breadcrumb-banner nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  .product-static-page .breadcrumb-banner nav .lnr {
    margin: 0 10px;
    font-size: 12px;
  }
  .product-static-page .section-head {
    margin-bottom: 28px;
  }
  .product-static-page .section-head .eng {
    display: block;
    color: #ff6c00;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .product-static-page .section-head h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #222;
  }
  .product-static-page .product-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 34px;
    align-items: start;
  }
  .product-static-page .gallery-card,
  .product-static-page .info-card,
  .product-static-page .tab-card {
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
  }
  .product-static-page .gallery-card { overflow: hidden; }
  .product-static-page .gallery-main {
    position: relative;
    background: #fff;
    aspect-ratio: 720 / 525;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .product-static-page .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .product-static-page .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
  }
  .product-static-page .gallery-thumb {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
  }
  .product-static-page .gallery-thumb.active {
    border-color: #ffba00;
    box-shadow: 0 6px 16px rgba(255,186,0,.22);
  }
  .product-static-page .gallery-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
  }
  .product-static-page .info-card {
    padding: 28px 30px;
  }
  .product-static-page .info-card h3 {
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #222;
    font-size: 30px;
    font-weight: 700;
    color: #222;
  }
  .product-static-page .info-card .lead {
    color: #444;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 0;
  }
  .product-static-page .section-divider {
    border-bottom: 1px solid #333;
    margin: 40px 0 24px;
    font-size: 2em;
    color: #222;
    font-weight: 700;
    padding-bottom: 12px;
  }
  .product-static-page .tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .product-static-page .tabs-nav button {
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
  }
  .product-static-page .tabs-nav button.active {
    background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
    border-color: transparent;
    color: #fff;
  }
  .product-static-page .tab-card {
    padding: 26px 28px;
  }
  .product-static-page .tab-pane { display: none; }
  .product-static-page .tab-pane.active { display: block; }
  .product-static-page .tab-pane img,
  .product-static-page .tab-pane iframe {
    max-width: 100%;
    border: 0;
  }
  .product-static-page .tab-pane iframe {
    width: 100%;
    min-height: 315px;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .product-static-page .spec-table {
    width: 100%;
    border-top: 2px solid #222;
  }
  .product-static-page .spec-table tr { border-bottom: 1px solid #eee; }
  .product-static-page .spec-table th,
  .product-static-page .spec-table td {
    padding: 14px 12px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
  }
  .product-static-page .spec-table th {
    width: 28%;
    color: #222;
    font-weight: 700;
  }
  .product-static-page .spec-table td {
    color: #555;
    line-height: 1.8;
  }
  @media (max-width: 991px) {
    .product-static-page .product-wrap { grid-template-columns: 1fr; }
  }
  @media (max-width: 767px) {
    .product-static-page { padding-bottom: 70px; }
    .product-static-page .breadcrumb-banner h1,
    .product-static-page .section-head h2,
    .product-static-page .info-card h3 { font-size: 28px; }
    .product-static-page .info-card,
    .product-static-page .tab-card { padding: 20px 18px; }
    .product-static-page .gallery-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-static-page .spec-table th,
    .product-static-page .spec-table td {
      display: block;
      width: 100%;
      padding: 10px 0;
    }
  }

/* Views/guest/contract/product03.php */
  .product-static-page {
    padding-bottom: 90px;
  }
  .product-static-page .breadcrumb-banner h1 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
  }
  .product-static-page .breadcrumb-banner nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  .product-static-page .breadcrumb-banner nav .lnr {
    margin: 0 10px;
    font-size: 12px;
  }
  .product-static-page .section-head {
    margin-bottom: 28px;
  }
  .product-static-page .section-head .eng {
    display: block;
    color: #ff6c00;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .product-static-page .section-head h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #222;
  }
  .product-static-page .product-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 34px;
    align-items: start;
  }
  .product-static-page .gallery-card,
  .product-static-page .info-card,
  .product-static-page .tab-card {
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
  }
  .product-static-page .gallery-card { overflow: hidden; }
  .product-static-page .gallery-main {
    position: relative;
    background: #fff;
    aspect-ratio: 720 / 525;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .product-static-page .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .product-static-page .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
  }
  .product-static-page .gallery-thumb {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
  }
  .product-static-page .gallery-thumb.active {
    border-color: #ffba00;
    box-shadow: 0 6px 16px rgba(255,186,0,.22);
  }
  .product-static-page .gallery-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
  }
  .product-static-page .info-card {
    padding: 28px 30px;
  }
  .product-static-page .info-card h3 {
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #222;
    font-size: 30px;
    font-weight: 700;
    color: #222;
  }
  .product-static-page .info-card .lead {
    color: #444;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 180px;
  }
  .product-static-page .section-divider {
    border-bottom: 1px solid #333;
    margin: 40px 0 24px;
    font-size: 2em;
    color: #222;
    font-weight: 700;
    padding-bottom: 12px;
  }
  .product-static-page .tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .product-static-page .tabs-nav button {
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
  }
  .product-static-page .tabs-nav button.active {
    background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
    border-color: transparent;
    color: #fff;
  }
  .product-static-page .tab-card {
    padding: 26px 28px;
  }
  .product-static-page .tab-pane { display: none; }
  .product-static-page .tab-pane.active { display: block; }
  .product-static-page .tab-pane img,
  .product-static-page .tab-pane iframe {
    max-width: 100%;
    border: 0;
  }
  .product-static-page .tab-pane iframe {
    width: 100%;
    min-height: 315px;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .product-static-page .spec-table {
    width: 100%;
    border-top: 2px solid #222;
  }
  .product-static-page .spec-table tr { border-bottom: 1px solid #eee; }
  .product-static-page .spec-table th,
  .product-static-page .spec-table td {
    padding: 14px 12px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
  }
  .product-static-page .spec-table th {
    width: 28%;
    color: #222;
    font-weight: 700;
  }
  .product-static-page .spec-table td {
    color: #555;
    line-height: 1.8;
  }
  @media (max-width: 991px) {
    .product-static-page .product-wrap { grid-template-columns: 1fr; }
  }
  @media (max-width: 767px) {
    .product-static-page { padding-bottom: 70px; }
    .product-static-page .breadcrumb-banner h1,
    .product-static-page .section-head h2,
    .product-static-page .info-card h3 { font-size: 28px; }
    .product-static-page .info-card,
    .product-static-page .tab-card { padding: 20px 18px; }
    .product-static-page .gallery-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-static-page .spec-table th,
    .product-static-page .spec-table td {
      display: block;
      width: 100%;
      padding: 10px 0;
    }
  }

/* Views/guest/contract/product04.php */
  .product-static-page {
    padding-bottom: 90px;
  }
  .product-static-page .breadcrumb-banner h1 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
  }
  .product-static-page .breadcrumb-banner nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  .product-static-page .breadcrumb-banner nav .lnr {
    margin: 0 10px;
    font-size: 12px;
  }
  .product-static-page .section-head {
    margin-bottom: 28px;
  }
  .product-static-page .section-head .eng {
    display: block;
    color: #ff6c00;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .product-static-page .section-head h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #222;
  }
  .product-static-page .product-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 34px;
    align-items: start;
  }
  .product-static-page .gallery-card,
  .product-static-page .info-card,
  .product-static-page .tab-card {
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
  }
  .product-static-page .gallery-card { overflow: hidden; }
  .product-static-page .gallery-main {
    position: relative;
    background: #fff;
    aspect-ratio: 720 / 525;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .product-static-page .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .product-static-page .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
  }
  .product-static-page .gallery-thumb {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
  }
  .product-static-page .gallery-thumb.active {
    border-color: #ffba00;
    box-shadow: 0 6px 16px rgba(255,186,0,.22);
  }
  .product-static-page .gallery-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
  }
  .product-static-page .info-card {
    padding: 28px 30px;
  }
  .product-static-page .info-card h3 {
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #222;
    font-size: 30px;
    font-weight: 700;
    color: #222;
  }
  .product-static-page .info-card .lead {
    color: #444;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 180px;
  }
  .product-static-page .section-divider {
    border-bottom: 1px solid #333;
    margin: 40px 0 24px;
    font-size: 2em;
    color: #222;
    font-weight: 700;
    padding-bottom: 12px;
  }
  .product-static-page .tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .product-static-page .tabs-nav button {
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
  }
  .product-static-page .tabs-nav button.active {
    background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
    border-color: transparent;
    color: #fff;
  }
  .product-static-page .tab-card {
    padding: 26px 28px;
  }
  .product-static-page .tab-pane { display: none; }
  .product-static-page .tab-pane.active { display: block; }
  .product-static-page .tab-pane img,
  .product-static-page .tab-pane iframe {
    max-width: 100%;
    border: 0;
  }
  .product-static-page .tab-pane iframe {
    width: 100%;
    min-height: 315px;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .product-static-page .spec-table {
    width: 100%;
    border-top: 2px solid #222;
  }
  .product-static-page .spec-table tr { border-bottom: 1px solid #eee; }
  .product-static-page .spec-table th,
  .product-static-page .spec-table td {
    padding: 14px 12px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
  }
  .product-static-page .spec-table th {
    width: 28%;
    color: #222;
    font-weight: 700;
  }
  .product-static-page .spec-table td {
    color: #555;
    line-height: 1.8;
  }
  @media (max-width: 991px) {
    .product-static-page .product-wrap { grid-template-columns: 1fr; }
  }
  @media (max-width: 767px) {
    .product-static-page { padding-bottom: 70px; }
    .product-static-page .breadcrumb-banner h1,
    .product-static-page .section-head h2,
    .product-static-page .info-card h3 { font-size: 28px; }
    .product-static-page .info-card,
    .product-static-page .tab-card { padding: 20px 18px; }
    .product-static-page .gallery-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-static-page .spec-table th,
    .product-static-page .spec-table td {
      display: block;
      width: 100%;
      padding: 10px 0;
    }
  }

/* Views/guest/information/detail.php */
  .info-detail-page {
    padding-bottom: 90px;
  }

  .info-detail-page .breadcrumb-banner h1 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    paint-order: stroke fill;
  }

  .info-detail-page .breadcrumb-banner nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .info-detail-page .breadcrumb-banner nav .lnr {
    margin: 0 10px;
    font-size: 12px;
  }

  .info-detail-page .message-head {
    position: relative;
    margin-bottom: 34px;
    padding-left: 24px;
  }

  .info-detail-page .message-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #4f86c6 0%, #3166a8 100%);
  }

  .info-detail-page .message-head .eng {
    display: block;
    margin-bottom: 10px;
    color: #3166a8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .info-detail-page .message-head h2 {
    margin: 0;
    color: #222;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.35;
    word-break: keep-all;
  }

  .info-detail-page .message-box {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }

  .info-detail-page .message-photo {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 12px 36px rgba(0,0,0,.06);
  }

  .info-detail-page .message-photo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .info-detail-page .message-content {
    padding-top: 6px;
  }

  .info-detail-page .message-content h3 {
    margin: 0 0 24px;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
  }

  .info-detail-page .message-content .lead-text {
    margin-bottom: 18px;
    color: #555;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9;
    padding-top: 16px;
    border-top: 1px solid #eee;
  }

  .info-detail-page .message-content .summary-text {
    margin-bottom: 18px;
    color: #555;
    font-size: 16px;
    line-height: 1.95;
  }

  .info-detail-page .subnav-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 28px;
  }

  .info-detail-page .subnav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 999px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease;
  }

  .info-detail-page .subnav-link:hover,
  .info-detail-page .subnav-link.active {
    background: linear-gradient(90deg, #4f86c6 0%, #3166a8 100%);
    border-color: transparent;
    color: #fff;
  }

  .info-detail-page .detail-card {
    margin-top: 44px;
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    padding: 30px;
  }

  .info-detail-page .detail-card h4 {
    margin: 0 0 18px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
  }

  .info-detail-page .detail-content {
    color: #555;
    line-height: 1.95;
    font-size: 16px;
  }

  .info-detail-page .detail-content img,
  .info-detail-page .detail-content iframe,
  .info-detail-page .detail-content table {
    max-width: 100%;
  }

  .info-detail-page .meta-summary {
    margin-top: 28px;
    border: 1px solid #eee;
    border-radius: 16px;
    background: #fff;
    padding: 26px 30px;
  }

  .info-detail-page .meta-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .info-detail-page .meta-summary li {
    display: flex;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .info-detail-page .meta-summary li:last-child {
    border-bottom: 0;
  }

  .info-detail-page .meta-summary strong {
    flex: 0 0 130px;
    color: #222;
    font-weight: 700;
  }

  .info-detail-page .meta-summary span {
    color: #555;
    line-height: 1.8;
  }

  .info-detail-page .description-pill {
    margin: 0 0 24px;
    padding: 16px 20px;
    border-radius: 16px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    color: #444;
    font-size: 16px;
    line-height: 1.9;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
  }

  @media (max-width: 991px) {
    .info-detail-page .message-box {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .info-detail-page .message-photo {
      max-width: 520px;
    }
  }

  @media (max-width: 767px) {
    .info-detail-page {
      padding-bottom: 70px;
    }

    .info-detail-page .breadcrumb-banner h1,
    .info-detail-page .message-head h2,
    .info-detail-page .message-content h3 {
      font-size: 28px;
    }

    .info-detail-page .detail-card,
    .info-detail-page .meta-summary {
      padding: 22px 18px;
    }

    .info-detail-page .meta-summary li {
      display: block;
    }

    .info-detail-page .meta-summary strong {
      display: block;
      margin-bottom: 6px;
    }
  }

/* Views/guest/information/index.php */
        .information-page {
            padding-bottom: 80px;
        }
        .container.information-page {
            margin-top: 30px;
            padding-top: 0;
        }
        .information-page .breadcrumb-banner {
            min-height: 180px;
        }
        .information-page .sidebar-categories {
            margin-bottom: 30px;
        }
        .information-page .sidebar-categories .main-nav-list.active > a {
            color: #ff6c00;
            font-weight: 600;
        }
        .information-page .single-product {
            height: calc(100% - 30px);
            padding: 24px 24px 20px;
            margin-top: 30px;
            border: 1px solid #eee;
            border-radius: 4px;
            background: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
            transition: all 0.3s ease;
        }
        .information-page .single-product:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
        }
        .information-page .single-product .thumb-link {
            display: block;
            margin-bottom: 20px;
            text-align: center;
        }
        .information-page .single-product .thumb-link img {
            width: 100%;
            max-width: 260px;
            height: 220px;
            object-fit: contain;
            margin: 0 auto;
        }
        .information-page .single-product .product-details {
            display: flex;
            flex-direction: column;
            height: calc(100% - 240px);
        }
        .information-page .single-product .product-details h6 {
            margin-bottom: 10px;
            font-size: 14px;
            color: #777;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .information-page .single-product .product-details h5 {
            margin-bottom: 12px;
            font-size: 20px;
            line-height: 1.4;
        }
        .information-page .single-product .product-details p {
            margin-bottom: 18px;
            color: #666;
            line-height: 1.7;
        }
        .information-page .single-product .product-code {
            margin-bottom: 18px;
            font-size: 13px;
            color: #999;
        }
        .information-page .single-product .prd-bottom {
            margin-top: auto;
        }
        .information-page .single-product .prd-bottom .social-info {
            cursor: pointer;
        }
        .information-page .single-product .prd-bottom .social-info .hover-text {
            text-transform: uppercase;
        }
        .information-page .filter-bar .result-count {
            margin-top: 10px;
            font-size: 15px;
            color: #fff;
        }
        .information-page .filter-bar .result-count strong {
            color: #fff;
        }

    .information-page .subnav-wrap {
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .information-page .subnav-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        border: 1px solid #eee;
        border-radius: 999px;
        background: #fff;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        transition: all .2s ease;
    }

    .information-page .subnav-link:hover,
    .information-page .subnav-link.active {
        background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
        border-color: transparent;
        color: #fff;
    }

    .information-page .section-top-border:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .information-page .information-summary {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 30px;
    }

    .information-page .information-summary p {
        margin: 0;
    }


        .information-page .empty-box {
            padding: 80px 20px;
            text-align: center;
            border: 1px solid #eee;
            background: #fff;
            margin-top: 30px;
        }
        .information-page .paging {
            margin-top: 40px;
            text-align: center;
        }
        @media (max-width: 991px) {
            .information-page .single-product .product-details {
                height: auto;
            }
        }
    

/* Views/guest/inquiry/create.php */
  /* inquiry/create : consult-write-full.html + elements.html 기준 재정리 */
  .inquiry-create-page {
    padding-bottom: 90px;
  }

  .inquiry-create-page .consult_write_area {
    padding: 60px 0 0;
  }

  .inquiry-create-page .consult-shell {
    background: #fff;
  }

  .inquiry-create-page .info_notice {
    background: #f3f8ff;
    border: 1px solid #dfe9fb;
    border-left: 4px solid #4f86c6;
    border-radius: 2px;
    padding: 16px 22px;
    margin-bottom: 28px;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
  }

  .inquiry-create-page .info_notice strong {
    color: #3166a8;
  }

  .inquiry-create-page .step_guide {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
  }

  .inquiry-create-page .step_item {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-right: none;
    position: relative;
  }

  .inquiry-create-page .step_item:last-child {
    border-right: 1px solid #eee;
  }

  .inquiry-create-page .step_num {
    width: 30px;
    height: 30px;
    background: #ddd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 8px;
  }

  .inquiry-create-page .step_item.active .step_num {
    background: #4f86c6;
  }

  .inquiry-create-page .step_label {
    font-size: 12px;
    color: #aaa;
  }

  .inquiry-create-page .step_item.active .step_label {
    color: #4f86c6;
    font-weight: 600;
  }

  .inquiry-create-page .validation_errors {
    margin-bottom: 25px;
    padding: 16px 20px;
    border: 1px solid #dfe9fb;
    background: #f3f8ff;
    color: #3166a8;
    font-size: 13px;
    line-height: 1.8;
  }

  .inquiry-create-page .validation_errors ul {
    margin: 0;
    padding-left: 18px;
  }

  .inquiry-create-page .write_form_card {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 24px;
    background: #fff;
  }

  .inquiry-create-page .form_header {
    background: #222;
    padding: 15px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .inquiry-create-page .form_header i {
    color: #fff;
    font-size: 15px;
  }

  .inquiry-create-page .form_header span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  .inquiry-create-page .form_body {
    padding: 28px;
    background: #fff;
  }

  .inquiry-create-page .section-top-border:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .inquiry-create-page .section-top-border {
    margin-top: 0;
    padding-top: 24px;
    margin-bottom: 6px;
  }

  .inquiry-create-page .section-top-border h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
  }

  .inquiry-create-page .field_label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
  }

  .inquiry-create-page .field_label .required {
    color: #4f86c6;
    margin-left: 2px;
  }

  .inquiry-create-page .single-input,
  .inquiry-create-page .single-textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color .2s ease;
  }

  .inquiry-create-page .single-input:focus,
  .inquiry-create-page .single-textarea:focus {
    border-color: #3166a8;
    box-shadow: none;
    outline: none;
  }

  .inquiry-create-page .single-textarea {
    min-height: 220px;
    resize: vertical;
  }

  .inquiry-create-page .field_hint {
    margin-top: 7px;
    font-size: 12px;
    color: #888;
    line-height: 1.7;
  }

  .inquiry-create-page .char_count {
    margin-top: 6px;
    text-align: right;
    font-size: 12px;
    color: #999;
  }

  .inquiry-create-page .privacy_box {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 20px;
  }

  .inquiry-create-page .secret_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .inquiry-create-page .secret_check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    font-weight: 500;
  }

  .inquiry-create-page .secret_help {
    font-size: 12px;
    color: #888;
  }

  .inquiry-create-page .button-group-area {
    margin-top: 34px;
    text-align: center;
  }

  .inquiry-create-page .button-group-area .genric-btn + .genric-btn {
    margin-left: 8px;
  }

  .inquiry-create-page .guide_box {
    margin-top: 26px;
  }

  .inquiry-create-page .guide_box .generic-blockquote {
    margin: 0;
    background: #fafafa;
    border-left-color: #4f86c6;
    color: #666;
  }

  @media (max-width: 991px) {
    .inquiry-create-page .form_body {
      padding: 22px 20px;
    }
  }

  @media (max-width: 767px) {
    .inquiry-create-page .consult_write_area {
      padding-top: 40px;
    }

    .inquiry-create-page .step_guide {
      flex-direction: column;
    }

    .inquiry-create-page .step_item {
      border-right: 1px solid #eee;
      margin-bottom: -1px;
    }

    .inquiry-create-page .button-group-area .genric-btn {
      width: 100%;
      margin: 0 0 10px 0 !important;
    }
  }

/* Views/guest/inquiry/index.php */
  .inquiry-index-page {
    padding-bottom: 90px;
  }

  .inquiry-index-page .index_area {
    padding: 60px 0 0;
  }

  .inquiry-index-page .intro_box {
    padding: 28px 30px;
    background: #fff;
    border-top: 3px solid #222;
    border-bottom: 1px solid #eee;
  }

  .inquiry-index-page .intro_box h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
  }

  .inquiry-index-page .intro_box p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }

  .inquiry-index-page .tab_util {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 20px 30px;
    background: #fafafa;
    border: 1px solid #eee;
    border-top: none;
  }

  .inquiry-index-page .tab_util .nps p {
    margin: 0;
    color: #666;
    font-size: 14px;
  }

  .inquiry-index-page .tab_util .nps strong {
    color: #3166a8;
    font-weight: 700;
  }

  .inquiry-index-page .write_btn {
    display: block;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }

  .inquiry-index-page .write_btn .genric-btn {
    min-width: 130px;
    text-decoration: none;
    margin: 0;
  }

  .inquiry-index-page .list_box {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 0 30px 30px;
  }

  .inquiry-index-page .list_box table {
    width: 100%;
    border-top: 2px solid #222;
    margin-top: 28px;
  }

  .inquiry-index-page .list_box thead th {
    padding: 16px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    background: #fafafa;
    border-bottom: 1px solid #eaeaea;
  }

  .inquiry-index-page .list_box tbody td {
    padding: 18px 14px;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
  }

  .inquiry-index-page .list_box tbody td h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }

  .inquiry-index-page .list_box tbody td h4 a {
    color: #222;
  }

  .inquiry-index-page .list_box tbody td h4 a:hover {
    color: #4f86c6;
  }

  .inquiry-index-page .status_badge {
    display: inline-block;
    min-width: 82px;
    text-align: center;
    padding: 7px 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #666;
  }

  .inquiry-index-page .status_badge.is_waiting {
    border-color: #f0c36d;
    color: #9a6a00;
    background: #fff8e8;
  }

  .inquiry-index-page .status_badge.is_hold {
    border-color: #d7dcea;
    color: #46526e;
    background: #f6f8fc;
  }

  .inquiry-index-page .status_badge.is_done {
    border-color: #c7e7d1;
    color: #237a45;
    background: #f3fcf6;
  }

  .inquiry-index-page .empty_row {
    text-align: center;
    padding: 50px 20px !important;
    color: #999 !important;
  }

  .inquiry-index-page .paging {
    margin-top: 35px;
  }

  @media (max-width: 767px) {
    .inquiry-index-page .index_area {
      padding-top: 40px;
    }

    .inquiry-index-page .intro_box,
    .inquiry-index-page .tab_util,
    .inquiry-index-page .list_box {
      padding-left: 18px;
      padding-right: 18px;
    }

    .inquiry-index-page .list_box table,
    .inquiry-index-page .list_box thead,
    .inquiry-index-page .list_box tbody,
    .inquiry-index-page .list_box tr,
    .inquiry-index-page .list_box th,
    .inquiry-index-page .list_box td {
      display: block;
      width: 100%;
    }

    .inquiry-index-page .list_box thead {
      display: none;
    }

    .inquiry-index-page .list_box tbody tr {
      border-bottom: 1px solid #eee;
      padding: 12px 0;
    }

    .inquiry-index-page .list_box tbody td {
      border-bottom: none;
      padding: 6px 0;
      text-align: left !important;
    }
  }

/* Views/guest/inquiry/inquiry_detail.php */
  .inquiry-detail-page {
    padding-bottom: 90px;
  }

  .inquiry-detail-page .detail_area {
    padding: 60px 0 0;
  }

  .inquiry-detail-page .detail_intro {
    padding: 28px 30px;
    background: #fff;
    border-top: 3px solid #222;
    border-bottom: 1px solid #eee;
  }

  .inquiry-detail-page .detail_intro h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
  }

  .inquiry-detail-page .detail_intro p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }

  .inquiry-detail-page .detail_layout {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 30px;
  }

  /* Layout adjustments to match reference image: two-column form-like appearance */
  .inquiry-detail-page .detail_layout .row > .col-md-4 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 18px;
  }

  .inquiry-detail-page .detail_layout .row > .col-md-4 .detail_card {
    min-height: 60px;
    display: block;
    padding: 18px 20px;
  }

  /* Make full-width sections (col-md-12) span 100% */
  .inquiry-detail-page .detail_layout .row > .col-md-12 {
    width: 100%;
    clear: both;
    box-sizing: border-box;
  }

  /* Size for long textarea-like panels */
  .inquiry-detail-page .detail_panel_body {
    padding: 22px 20px;
    font-size: 14px;
    line-height: 1.9;
    color: #555;
    word-break: break-word;
    min-height: 220px; /* match the tall textarea in reference image */
  }

  /* Ensure the action buttons align below content */
  .inquiry-detail-page .button-group-area {
    margin-top: 18px;
  }

  /* Responsive: restore stacking on small screens */
  @media (max-width: 767px) {
    .inquiry-detail-page .detail_layout .row > .col-md-4 {
      width: 100%;
      padding-right: 0;
    }
  }

  .inquiry-detail-page .detail_card {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 18px 20px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .inquiry-detail-page .detail_card.is-column {
    display: block;
    align-items: initial;
  }

  .inquiry-detail-page .detail_card.is-column .detail_value {
    margin-top: 4px;
    white-space: pre-wrap;
  }

  .inquiry-detail-page .detail_label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    color: #888;
    font-weight: 600;
    letter-spacing: .4px;
  }

  .inquiry-detail-page .detail_value {
    font-size: 15px;
    color: #222;
    line-height: 1.8;
    word-break: break-word;
  }

  .inquiry-detail-page .section-top-border:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .inquiry-detail-page .section-top-border h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
  }

  .inquiry-detail-page .detail_panel_spacing {
    margin-top: 25px;
  }

  .inquiry-detail-page .detail_panel {
    border: 1px solid #eee;
    background: #fff;
  }

  .inquiry-detail-page .detail_panel_head {
    padding: 15px 20px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    font-weight: 700;
    color: #222;
  }

  .inquiry-detail-page .detail_panel_body {
    padding: 22px 20px;
    font-size: 14px;
    line-height: 1.9;
    color: #555;
    word-break: break-word;
    min-height: 220px;
  }

  .inquiry-detail-page .detail_panel_body.is-answer {
    background: #fcfcfc;
  }

  .inquiry-detail-page .button-group-area {
    margin-top: 18px;
    text-align: center;
  }

  .inquiry-detail-page .button-group-area .genric-btn + .genric-btn {
    margin-left: 8px;
  }

  @media (max-width: 767px) {
    .inquiry-detail-page .detail_area {
      padding-top: 40px;
    }

    .inquiry-detail-page .detail_intro,
    .inquiry-detail-page .detail_layout {
      padding-left: 18px;
      padding-right: 18px;
    }

    .inquiry-detail-page .button-group-area .genric-btn {
      width: 100%;
      margin: 0 0 10px 0 !important;
    }
  }

/* Views/guest/inquiry/inquiry_login.php */
  .inquiry-login-page {
    padding-bottom: 90px;
  }

  .inquiry-login-page .login_area {
    padding: 60px 0 0;
  }

  .inquiry-login-page .login_intro {
    padding: 28px 30px;
    background: #fff;
    border-top: 3px solid #222;
    border-bottom: 1px solid #eee;
  }

  .inquiry-login-page .login_intro h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
  }

  .inquiry-login-page .login_intro p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }

  .inquiry-login-page .login_box {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 30px;
  }

  .inquiry-login-page .field_label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #444;
    font-weight: 600;
  }

  .inquiry-login-page .single-input {
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color .2s ease;
  }

  .inquiry-login-page .single-input:focus {
    border-color: #3166a8;
    box-shadow: none;
    outline: none;
  }

  .inquiry-login-page .security_notice {
    margin-top: 18px;
    padding: 15px 18px;
    background: #fafafa;
    border: 1px solid #eee;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
  }

  .inquiry-login-page .button-group-area {
    margin-top: 30px;
    text-align: center;
  }

  .inquiry-login-page .button-group-area .genric-btn + .genric-btn {
    margin-left: 8px;
  }

  @media (max-width: 767px) {
    .inquiry-login-page .login_area {
      padding-top: 40px;
    }

    .inquiry-login-page .login_intro,
    .inquiry-login-page .login_box {
      padding-left: 18px;
      padding-right: 18px;
    }

    .inquiry-login-page .button-group-area .genric-btn {
      width: 100%;
      margin: 0 0 10px 0 !important;
    }
  }

/* Views/guest/inquiry/update.php */
  .inquiry-update-page {
    padding-bottom: 90px;
  }

  .inquiry-update-page .consult_write_area {
    padding: 60px 0 0;
  }

  .inquiry-update-page .info_notice {
    background: #f3f8ff;
    border: 1px solid #dfe9fb;
    border-left: 4px solid #4f86c6;
    border-radius: 2px;
    padding: 16px 22px;
    margin-bottom: 28px;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
  }

  .inquiry-update-page .step_guide {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
  }

  .inquiry-update-page .step_item {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-right: none;
  }

  .inquiry-update-page .step_item:last-child {
    border-right: 1px solid #eee;
  }

  .inquiry-update-page .step_num {
    width: 30px;
    height: 30px;
    background: #ddd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 8px;
  }

  .inquiry-update-page .step_item.active .step_num {
    background: #4f86c6;
  }

  .inquiry-update-page .step_label {
    font-size: 12px;
    color: #aaa;
  }

  .inquiry-update-page .step_item.active .step_label {
    color: #4f86c6;
    font-weight: 600;
  }

  .inquiry-update-page .write_form_card {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
  }

  .inquiry-update-page .form_header {
    background: #222;
    padding: 15px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .inquiry-update-page .form_header i,
  .inquiry-update-page .form_header span {
    color: #fff;
  }

  .inquiry-update-page .form_header span {
    font-size: 14px;
    font-weight: 700;
  }

  .inquiry-update-page .form_body {
    padding: 28px;
  }

  .inquiry-update-page .section-top-border:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .inquiry-update-page .section-top-border h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
  }

  .inquiry-update-page .field_label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
  }

  .inquiry-update-page .field_label .required {
    color: #4f86c6;
    margin-left: 2px;
  }

  .inquiry-update-page .single-input,
  .inquiry-update-page .single-textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color .2s ease;
  }

  .inquiry-update-page .single-input:focus,
  .inquiry-update-page .single-textarea:focus {
    border-color: #3166a8;
    box-shadow: none;
    outline: none;
  }

  .inquiry-update-page .single-textarea {
    min-height: 220px;
    resize: vertical;
  }

  .inquiry-update-page .field_hint {
    margin-top: 7px;
    font-size: 12px;
    color: #888;
    line-height: 1.7;
  }

  .inquiry-update-page .button-group-area {
    margin-top: 34px;
    text-align: center;
  }

  .inquiry-update-page .button-group-area .genric-btn + .genric-btn {
    margin-left: 8px;
  }

  @media (max-width: 767px) {
    .inquiry-update-page .consult_write_area {
      padding-top: 40px;
    }

    .inquiry-update-page .step_guide {
      flex-direction: column;
    }

    .inquiry-update-page .step_item {
      border-right: 1px solid #eee;
      margin-bottom: -1px;
    }

    .inquiry-update-page .form_body {
      padding: 22px 18px;
    }

    .inquiry-update-page .button-group-area .genric-btn {
      width: 100%;
      margin: 0 0 10px 0 !important;
    }
  }

/* Views/guest/my/edit_info.php */
  .mypage-edit-page {
    padding-bottom: 90px;
  }

  .mypage-edit-page .form_area {
    padding: 60px 0 0;
  }

  .mypage-edit-page .step_guide {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
  }

  .mypage-edit-page .step_item {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-right: none;
  }

  .mypage-edit-page .step_item:last-child {
    border-right: 1px solid #eee;
  }

  .mypage-edit-page .step_num {
    width: 30px;
    height: 30px;
    background: #ddd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 8px;
  }

  .mypage-edit-page .step_item.active .step_num {
    background: #e8272a;
  }

  .mypage-edit-page .step_label {
    font-size: 12px;
    color: #aaa;
  }

  .mypage-edit-page .step_item.active .step_label {
    color: #e8272a;
    font-weight: 600;
  }

  .mypage-edit-page .intro_box {
    padding: 28px 30px;
    background: #fff;
    border-top: 3px solid #222;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
  }

  .mypage-edit-page .intro_box h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
  }

  .mypage-edit-page .intro_box p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }

  .mypage-edit-page .mypage-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
  }

  .mypage-edit-page .mypage-tab-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease;
  }

  .mypage-edit-page .mypage-tab-nav a.active,
  .mypage-edit-page .mypage-tab-nav a:hover {
    background: #e8272a;
    border-color: #e8272a;
    color: #fff;
  }

  .mypage-edit-page .form_card {
    border: 1px solid #e0e0e0;
    background: #fff;
  }

  .mypage-edit-page .form_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #222;
    padding: 15px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  .mypage-edit-page .form_card_body {
    padding: 28px;
  }

  .mypage-edit-page .section-top-border:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .mypage-edit-page .section-top-border h4 {
    margin-bottom: 18px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
  }

  .mypage-edit-page .field_label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
  }

  .mypage-edit-page .single-input,
  .mypage-edit-page .zip_btn {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    box-shadow: none;
  }

  .mypage-edit-page .single-input {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    padding: 0 18px;
    background: #fff;
  }

  .mypage-edit-page .single-input:focus {
    border-color: #e8272a;
    outline: none;
    box-shadow: none;
  }

  .mypage-edit-page .single-input[disabled] {
    background: #f8f8f8;
    color: #777;
  }

  .mypage-edit-page .field_hint {
    margin-top: 7px;
    font-size: 12px;
    color: #888;
    line-height: 1.7;
  }

  .mypage-edit-page .address_group .address_row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

  .mypage-edit-page .address_group .address_row:last-child {
    margin-bottom: 0;
  }

  .mypage-edit-page .zip_btn {
    min-width: 130px;
    border: 0;
    background: #555;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0 16px;
  }

  .mypage-edit-page .avatar_panel {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 24px;
    height: 100%;
  }

  .mypage-edit-page .avatar_panel h4 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
  }

  .mypage-edit-page .avatar_preview {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 14px;
  }

  .mypage-edit-page .avatar_preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mypage-edit-page .avatar_upload_label {
    display: block;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }

  .mypage-edit-page .avatar_upload_input {
    display: none;
  }

  .mypage-edit-page .avatar_upload_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    font-size: 14px;
    font-weight: 500;
  }

  .mypage-edit-page .avatar_help,
  .mypage-edit-page .side_help {
    margin: 10px 0 0;
    font-size: 12px;
    color: #888;
    line-height: 1.7;
  }

  .mypage-edit-page .side_help {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed #ddd;
  }

  .mypage-edit-page .alert {
    border-radius: 0;
    margin-bottom: 20px;
  }

  .mypage-edit-page .button-group-area {
    margin-top: 34px;
    text-align: center;
  }

  .mypage-edit-page .button-group-area .genric-btn + .genric-btn {
    margin-left: 8px;
  }

  @media (max-width: 991px) {
    .mypage-edit-page .avatar_panel {
      margin-top: 24px;
    }
  }

  @media (max-width: 767px) {
    .mypage-edit-page .form_area {
      padding-top: 40px;
    }

    .mypage-edit-page .step_guide {
      flex-direction: column;
    }

    .mypage-edit-page .step_item {
      border-right: 1px solid #eee;
      margin-bottom: -1px;
    }

    .mypage-edit-page .intro_box,
    .mypage-edit-page .form_card_body,
    .mypage-edit-page .avatar_panel {
      padding-left: 18px;
      padding-right: 18px;
    }

    .mypage-edit-page .address_group .address_row {
      flex-direction: column;
    }

    .mypage-edit-page .zip_btn {
      width: 100%;
      min-width: 0;
      height: 46px;
      line-height: 46px;
    }

    .mypage-edit-page .mypage-tab-nav a,
    .mypage-edit-page .button-group-area .genric-btn {
      width: 100%;
    }

    .mypage-edit-page .button-group-area .genric-btn + .genric-btn {
      margin-left: 0;
      margin-top: 10px;
    }
  }

/* Views/guest/myproduct/detail.php */
  .breadcrumb-banner h1 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    paint-order: stroke fill;
  }
  .breadcrumb-banner nav {
    justify-content: flex-end;
    width: 100%;
  }
  .breadcrumb-banner nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  .breadcrumb-banner nav .lnr,
  .breadcrumb-banner nav .fa {
    margin: 0 10px;
    font-size: 12px;
  }
  .product_image_area {
    padding: 0 0 60px;
  }
  .product-gallery-main {
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    height: 525px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }
  .product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
  }
  .s_Product_carousel .single-prd-item {
    height: 525px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
  }
  .s_Product_carousel .single-prd-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .product-gallery-empty {
    color: #999;
    font-size: 15px;
  }
  .product-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .product-gallery-thumb {
    width: calc(25% - 9px);
    min-width: 90px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    transition: all .2s ease;
    padding: 0;
  }
  .product-gallery-thumb.active,
  .product-gallery-thumb:hover {
    border-color: #4f86c6;
    box-shadow: 0 8px 20px rgba(79, 134, 198, .18);
  }
  .product-gallery-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
  }
  .s_product_text {
    padding: 10px 0;
  }
  .s_product_text h3 {
    margin-bottom: 18px;
    font-size: 32px;
    font-weight: 700;
    color: #222;
  }
  .s_product_text .product-code {
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 18px;
    padding: 7px 14px;
    background: #eaf3ff;
    border-radius: 999px;
    color: #3166a8;
    font-weight: 600;
    font-size: 13px;
  }
  .s_product_text .list {
    padding-left: 0;
    margin: 0 0 22px;
    list-style: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .s_product_text .list li {
    padding: 14px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #555;
  }
  .s_product_text .list li:last-child {
    border-bottom: 0;
  }
  .s_product_text .list li span {
    display: inline-block;
    width: 95px;
    font-weight: 600;
    color: #222;
  }
  .s_product_text p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .product-cta-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    justify-content: center;
  }
  .product-cta-box .primary-btn,
  .product-cta-box .gray-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
  }
  .product-cta-box .primary-btn {
    background: #4f86c6;
    color: #fff;
    border: 1px solid #4f86c6;
  }
  .product-cta-box .primary-btn:hover {
    background: #3166a8;
    color: #fff;
  }
  .product-cta-box .gray-btn {
    background: #f7f7f7;
    color: #444;
    border: 1px solid #e5e5e5;
  }
  .product-cta-box .gray-btn:hover {
    background: #efefef;
    color: #222;
  }
  .product_description_area {
    padding-bottom: 70px;
  }
  .product_description_area .nav-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
  }
  .product_description_area .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    color: #666;
    font-weight: 600;
    padding: 14px 24px;
    background: transparent;
  }
  .product_description_area .nav-tabs .nav-link.active {
    color: #222;
    border-color: #4f86c6;
    background: transparent;
  }
  .product-description-panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 34px;
  }
  .product-description-panel h4 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
  }
  .product-meta-card {
    background: #fcfcfc;
    border: 1px solid #efefef;
    border-radius: 14px;
    padding: 26px;
  }
  .product-meta-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .product-meta-card li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #555;
  }
  .product-meta-card li:last-child {
    border-bottom: 0;
  }
  .product-meta-card strong {
    color: #222;
  }
  .submenu-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }

  .info-detail-page .message-head {
    position: relative;
    margin-bottom: 34px;
    padding-left: 24px;
  }

  .info-detail-page .message-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #4f86c6 0%, #3166a8 100%);
  }

  .info-detail-page .message-head .eng {
    display: block;
    margin-bottom: 10px;
    color: #3166a8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .info-detail-page .message-head h2 {
    margin: 0;
    color: #222;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.35;
    word-break: keep-all;
  }



  .submenu-links a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    color: #555;
    text-decoration: none;
    font-size: 13px;
    transition: all .2s ease;
  }
  .submenu-links a.active,
  .submenu-links a:hover {
    border-color: #4f86c6;
    color: #222;
    background: #eaf3ff;
  }
  .product-description-content img {
    max-width: 100%;
    height: auto;
  }
  @media (max-width: 991px) {
    .organic-breadcrumb {
      padding: 40px 0;
      margin-bottom: 35px;
    }
    .product-gallery-main {
      height: 360px;
    }
    .s_product_text {
      margin-top: 30px;
    }
  }
  @media (max-width: 575px) {
    .breadcrumb-banner h1 {
      font-size: 28px;
    }
    .product-gallery-thumb {
      width: calc(50% - 6px);
    }
    .product-description-panel,
    .product-meta-card {
      padding: 20px;
    }
    .product-cta-box .primary-btn,
    .product-cta-box .gray-btn {
      width: 100%;
    }
    .s_product_text .list li span {
      width: 82px;
    }
  }

  .myproduct-detail-top {
    margin-top: 50px;
  }

  .myproduct-detail-content-col {
    margin-left: 1.666667%;
  }

  .myproduct-detail-tab-content {
    border-top: 1px solid #eee;
  }

  .myproduct-detail-page .product-gallery-thumb.active,
  .myproduct-detail-page .product-gallery-thumb:hover {
    border-color: #4f86c6;
    box-shadow: 0 8px 20px rgba(79, 134, 198, .18);
  }

  .myproduct-detail-page .s_product_text .product-code {
    background: #eaf3ff;
    color: #3166a8;
  }

  .myproduct-detail-page .product-cta-box .primary-btn {
    background: #4f86c6;
    color: #fff;
    border: 1px solid #4f86c6;
  }

  .myproduct-detail-page .product-cta-box .primary-btn:hover {
    background: #3166a8;
    color: #fff;
  }

  .myproduct-detail-page .product-cta-box .gray-btn {
    background: #eef5ff;
    color: #3166a8;
    border: 1px solid #cfe0f5;
  }

  .myproduct-detail-page .product-cta-box .gray-btn:hover {
    background: #dfeeff;
    color: #234f86;
  }

  .myproduct-detail-page .product_description_area .nav-tabs .nav-link.active {
    border-color: #4f86c6;
  }

  .myproduct-detail-page .submenu-links a.active,
  .myproduct-detail-page .submenu-links a:hover {
    border-color: #4f86c6;
    color: #222;
    background: #eaf3ff;
  }

/* Views/guest/myproduct/index.php */
        .myproduct-page {
            padding-bottom: 80px;
        }
        .container.myproduct-page {
            margin-top: 30px;
            padding-top: 0;
        }
        .myproduct-page .breadcrumb-banner {
            min-height: 180px;
        }
        .myproduct-page .sidebar-categories {
            margin-bottom: 30px;
        }
        .myproduct-page .sidebar-categories .main-nav-list.active > a {
            color: #3166a8;
            font-weight: 600;
        }
        .myproduct-page .single-product {
            height: calc(100% - 30px);
            padding: 24px 24px 20px;
            margin-top: 30px;
            border: 1px solid #eee;
            border-radius: 4px;
            background: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
            transition: all 0.3s ease;
        }
        .myproduct-page .single-product:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
        }
        .myproduct-page .single-product .thumb-link {
            display: block;
            margin-bottom: 20px;
            text-align: center;
        }
        .myproduct-page .single-product .thumb-link img {
            width: 100%;
            max-width: 260px;
            height: 220px;
            object-fit: contain;
            margin: 0 auto;
        }
        .myproduct-page .single-product .product-details {
            display: flex;
            flex-direction: column;
            height: calc(100% - 240px);
        }
        .myproduct-page .single-product .product-details h6 {
            margin-bottom: 10px;
            font-size: 14px;
            color: #777;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .myproduct-page .single-product .product-details h5 {
            margin-bottom: 12px;
            font-size: 20px;
            line-height: 1.4;
        }
        .myproduct-page .single-product .product-details p {
            margin-bottom: 18px;
            color: #666;
            line-height: 1.7;
        }
        .myproduct-page .single-product .product-code {
            margin-bottom: 18px;
            font-size: 13px;
            color: #999;
        }
        .myproduct-page .single-product .prd-bottom {
            margin-top: auto;
        }
        .myproduct-page .single-product .prd-bottom .social-info {
            cursor: pointer;
        }
        .myproduct-page .single-product .prd-bottom .social-info .hover-text {
            text-transform: uppercase;
        }
        .myproduct-page .filter-bar .result-count {
            margin-top: 10px;
            font-size: 15px;
            color: #fff;
        }
        .myproduct-page .filter-bar .result-count strong {
            color: #fff;
        }

    .myproduct-page .subnav-wrap {
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .myproduct-page .subnav-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        border: 1px solid #eee;
        border-radius: 999px;
        background: #fff;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        transition: all .2s ease;
    }

    .myproduct-page .subnav-link:hover,
    .myproduct-page .subnav-link.active {
        background: linear-gradient(90deg, #4f86c6 0%, #3166a8 100%);
        border-color: transparent;
        color: #fff;
    }

    .myproduct-page .section-top-border:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .myproduct-page .myproduct-summary {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 30px;
    }

    .myproduct-page .myproduct-summary p {
        margin: 0;
    }


        .myproduct-page .empty-box {
            padding: 80px 20px;
            text-align: center;
            border: 1px solid #eee;
            background: #fff;
            margin-top: 30px;
        }
        .myproduct-page .paging {
            margin-top: 40px;
            text-align: center;
        }
        @media (max-width: 991px) {
            .myproduct-page .single-product .product-details {
                height: auto;
            }
        }
    

/* Views/guest/notice/notice_detail.php */
        .news-detail .item .title {
            text-align: center;
            /*text-transform: uppercase;*/
            background-color: #ddd;
            padding: 10px;
        }
        .news-detail .item .content{
            padding: 10px;
        }
        .news-detail div.row.item{
            border: #E6E6E6 1px solid;
            margin: 0 auto;
        }
        .step-news-detail{
            color: #b00020;
        }
        .news-detail div.row.button{
            padding: 10px;
        }
        .content .hit{
            padding-left: 10px;
        }
    

/* Views/guest/one2one/create.php */
  .one2one-write-page { padding-bottom: 90px; }
  .one2one-write-page .form_area { padding: 60px 0 0; }
  .one2one-write-page .info_notice {
    background:#fff8f8; border:1px solid #f5c6cb; border-left:4px solid #e8272a; border-radius:2px; padding:16px 22px; margin-bottom:28px; font-size:13px; color:#666; line-height:1.8;
  }
  .one2one-write-page .step_guide { display:flex; gap:0; margin-bottom:30px; }
  .one2one-write-page .step_item { flex:1; text-align:center; padding:18px 10px; background:#f8f8f8; border:1px solid #eee; border-right:none; }
  .one2one-write-page .step_item:last-child { border-right:1px solid #eee; }
  .one2one-write-page .step_num { width:30px; height:30px; background:#ddd; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; margin:0 auto 8px; }
  .one2one-write-page .step_item.active .step_num { background:#e8272a; }
  .one2one-write-page .step_label { font-size:12px; color:#aaa; }
  .one2one-write-page .step_item.active .step_label { color:#e8272a; font-weight:600; }
  .one2one-write-page .form_card { border:1px solid #e0e0e0; background:#fff; }
  .one2one-write-page .form_card_head { background:#222; padding:15px 24px; color:#fff; font-size:14px; font-weight:700; }
  .one2one-write-page .form_card_body { padding:28px; }
  .one2one-write-page .section-top-border:first-child { border-top:0; padding-top:0; }
  .one2one-write-page .section-top-border h4 { margin-bottom:18px; font-size:18px; color:#222; font-weight:700; }
  .one2one-write-page .field_label { display:block; margin-bottom:8px; font-size:13px; font-weight:600; color:#444; }
  .one2one-write-page .field_label .required { color:#e8272a; margin-left:2px; }
  .one2one-write-page .single-input,
  .one2one-write-page .single-textarea { border:1px solid #ddd; border-radius:0; font-size:14px; color:#333; background:#fff; box-shadow:none; }
  .one2one-write-page .single-input { height:50px; line-height:50px; padding:0 18px; }
  .one2one-write-page .single-textarea { min-height:220px; padding:14px 18px; resize:vertical; }
  .one2one-write-page .single-input:focus,
  .one2one-write-page .single-textarea:focus { border-color:#e8272a; box-shadow:none; outline:none; }
  .one2one-write-page .field_hint { margin-top:7px; font-size:12px; color:#888; line-height:1.7; }
  .one2one-write-page .button-group-area { margin-top:34px; text-align:center; }
  .one2one-write-page .button-group-area .genric-btn + .genric-btn { margin-left:8px; }
  @media (max-width:767px) {
    .one2one-write-page .form_area { padding-top:40px; }
    .one2one-write-page .step_guide { flex-direction:column; }
    .one2one-write-page .step_item { border-right:1px solid #eee; margin-bottom:-1px; }
    .one2one-write-page .form_card_body { padding:22px 18px; }
    .one2one-write-page .button-group-area .genric-btn { width:100%; margin:0 0 10px 0 !important; }
  }

/* Views/guest/one2one/index.php */
  .one2one-index-page { padding-bottom: 90px; }
  .one2one-index-page .index_area { padding: 60px 0 0; }
  .one2one-index-page .intro_box {
    padding: 28px 30px; background: #fff; border-top: 3px solid #222; border-bottom: 1px solid #eee;
  }
  .one2one-index-page .intro_box h3 {
    margin: 0 0 10px; font-size: 24px; font-weight: 700; color: #222;
  }
  .one2one-index-page .intro_box p {
    margin: 0; font-size: 14px; color: #666; line-height: 1.8;
  }
  .one2one-index-page .tab_util {
    display:flex; justify-content:space-between; align-items:center; gap:15px; flex-wrap:wrap;
    padding:20px 30px; background:#fafafa; border:1px solid #eee; border-top:none;
  }
  .one2one-index-page .tab_util .nps p { margin:0; color:#666; font-size:14px; }
  .one2one-index-page .tab_util .nps strong { color:#e8272a; font-weight:700; }
  .one2one-index-page .write_btn a {
    display:inline-block; min-width:130px; text-align:center; background:#e8272a; color:#fff; padding:12px 24px; font-size:14px; font-weight:600;
  }
  .one2one-index-page .list_box {
    background:#fff; border:1px solid #eee; border-top:none; padding:0 30px 30px;
  }
  .one2one-index-page .list_box table {
    width:100%; border-top:2px solid #222; margin-top:28px;
  }
  .one2one-index-page .list_box thead th {
    padding:16px 14px; font-size:14px; font-weight:700; color:#222; background:#fafafa; border-bottom:1px solid #eaeaea;
  }
  .one2one-index-page .list_box tbody td {
    padding:18px 14px; font-size:14px; color:#666; vertical-align:middle; border-bottom:1px solid #f0f0f0;
  }
  .one2one-index-page .list_box tbody td h4 {
    margin:0; font-size:16px; font-weight:600; line-height:1.5;
  }
  .one2one-index-page .list_box tbody td h4 a { color:#222; }
  .one2one-index-page .list_box tbody td h4 a:hover { color:#e8272a; }
  .one2one-index-page .status_badge {
    display:inline-block; min-width:82px; text-align:center; padding:7px 12px; border:1px solid #ddd; background:#fff; font-size:12px; font-weight:600; color:#666;
  }
  .one2one-index-page .status_badge.is_waiting { border-color:#f0c36d; color:#9a6a00; background:#fff8e8; }
  .one2one-index-page .status_badge.is_hold { border-color:#d7dcea; color:#46526e; background:#f6f8fc; }
  .one2one-index-page .status_badge.is_done { border-color:#c7e7d1; color:#237a45; background:#f3fcf6; }
  .one2one-index-page .empty_row { text-align:center; padding:50px 20px !important; color:#999 !important; }
  .one2one-index-page .paging { margin-top:35px; }
  @media (max-width:767px) {
    .one2one-index-page .index_area { padding-top:40px; }
    .one2one-index-page .intro_box,
    .one2one-index-page .tab_util,
    .one2one-index-page .list_box { padding-left:18px; padding-right:18px; }
    .one2one-index-page .list_box table,
    .one2one-index-page .list_box thead,
    .one2one-index-page .list_box tbody,
    .one2one-index-page .list_box tr,
    .one2one-index-page .list_box th,
    .one2one-index-page .list_box td { display:block; width:100%; }
    .one2one-index-page .list_box thead { display:none; }
    .one2one-index-page .list_box tbody tr { border-bottom:1px solid #eee; padding:12px 0; }
    .one2one-index-page .list_box tbody td { border-bottom:none; padding:6px 0; text-align:left !important; }
  }

/* Views/guest/one2one/one2one_detail.php */
  .one2one-detail-page { padding-bottom: 90px; }
  .one2one-detail-page .detail_area { padding: 60px 0 0; }
  .one2one-detail-page .detail_intro { padding: 28px 30px; background:#fff; border-top:3px solid #222; border-bottom:1px solid #eee; }
  .one2one-detail-page .detail_intro h3 { margin:0 0 10px; font-size:24px; font-weight:700; color:#222; }
  .one2one-detail-page .detail_intro p { margin:0; font-size:14px; color:#666; line-height:1.8; }
  .one2one-detail-page .detail_layout { background:#fff; border:1px solid #eee; border-top:none; padding:30px; }
  .one2one-detail-page .detail_card { border:1px solid #eee; background:#fafafa; padding:18px 20px; height:100%; }
  .one2one-detail-page .detail_label { display:block; margin-bottom:8px; font-size:12px; color:#888; font-weight:600; letter-spacing:.4px; }
  .one2one-detail-page .detail_value { font-size:15px; color:#222; line-height:1.8; word-break:break-word; }
  .one2one-detail-page .section-top-border:first-child { border-top:0; padding-top:0; }
  .one2one-detail-page .section-top-border h4 { margin-bottom:18px; font-size:18px; color:#222; font-weight:700; }
  .one2one-detail-page .detail_panel { border:1px solid #eee; background:#fff; }
  .one2one-detail-page .detail_panel_head { padding:15px 20px; background:#fafafa; border-bottom:1px solid #eee; font-size:15px; font-weight:700; color:#222; }
  .one2one-detail-page .detail_panel_body { padding:22px 20px; font-size:14px; line-height:1.9; color:#555; word-break:break-word; min-height:180px; }
  .one2one-detail-page .detail_panel_body.is-answer { background:#fcfcfc; }
  .one2one-detail-page .button-group-area { margin-top:34px; text-align:center; }
  .one2one-detail-page .button-group-area .genric-btn + .genric-btn { margin-left:8px; }
  @media (max-width:767px) {
    .one2one-detail-page .detail_area { padding-top:40px; }
    .one2one-detail-page .detail_intro,
    .one2one-detail-page .detail_layout { padding-left:18px; padding-right:18px; }
    .one2one-detail-page .button-group-area .genric-btn { width:100%; margin:0 0 10px 0 !important; }
  }

/* Views/guest/one2one/one2one_login.php */
  .one2one-login-page { padding-bottom: 90px; }
  .one2one-login-page .login_area { padding: 60px 0 0; }
  .one2one-login-page .login_intro { padding: 28px 30px; background:#fff; border-top:3px solid #222; border-bottom:1px solid #eee; }
  .one2one-login-page .login_intro h3 { margin:0 0 10px; font-size:24px; font-weight:700; color:#222; }
  .one2one-login-page .login_intro p { margin:0; font-size:14px; color:#666; line-height:1.8; }
  .one2one-login-page .login_box { background:#fff; border:1px solid #eee; border-top:none; padding:30px; }
  .one2one-login-page .field_label { display:block; margin-bottom:8px; font-size:13px; color:#444; font-weight:600; }
  .one2one-login-page .single-input { height:50px; border:1px solid #ddd; border-radius:0; font-size:14px; color:#333; padding:0 18px; background:#fff; box-shadow:none; }
  .one2one-login-page .single-input:focus { border-color:#e8272a; box-shadow:none; outline:none; }
  .one2one-login-page .security_notice { margin-top:18px; padding:15px 18px; background:#fafafa; border:1px solid #eee; font-size:13px; color:#666; line-height:1.8; }
  .one2one-login-page .button-group-area { margin-top:30px; text-align:center; }
  .one2one-login-page .button-group-area .genric-btn + .genric-btn { margin-left:8px; }
  @media (max-width:767px) {
    .one2one-login-page .login_area { padding-top:40px; }
    .one2one-login-page .login_intro,
    .one2one-login-page .login_box { padding-left:18px; padding-right:18px; }
    .one2one-login-page .button-group-area .genric-btn { width:100%; margin:0 0 10px 0 !important; }
  }

/* Views/guest/one2one/update.php */
  .one2one-write-page { padding-bottom: 90px; }
  .one2one-write-page .form_area { padding: 60px 0 0; }
  .one2one-write-page .info_notice { background:#fff8f8; border:1px solid #f5c6cb; border-left:4px solid #e8272a; border-radius:2px; padding:16px 22px; margin-bottom:28px; font-size:13px; color:#666; line-height:1.8; }
  .one2one-write-page .step_guide { display:flex; gap:0; margin-bottom:30px; }
  .one2one-write-page .step_item { flex:1; text-align:center; padding:18px 10px; background:#f8f8f8; border:1px solid #eee; border-right:none; }
  .one2one-write-page .step_item:last-child { border-right:1px solid #eee; }
  .one2one-write-page .step_num { width:30px; height:30px; background:#ddd; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; margin:0 auto 8px; }
  .one2one-write-page .step_item.active .step_num { background:#e8272a; }
  .one2one-write-page .step_label { font-size:12px; color:#aaa; }
  .one2one-write-page .step_item.active .step_label { color:#e8272a; font-weight:600; }
  .one2one-write-page .form_card { border:1px solid #e0e0e0; background:#fff; }
  .one2one-write-page .form_card_head { background:#222; padding:15px 24px; color:#fff; font-size:14px; font-weight:700; }
  .one2one-write-page .form_card_body { padding:28px; }
  .one2one-write-page .section-top-border:first-child { border-top:0; padding-top:0; }
  .one2one-write-page .section-top-border h4 { margin-bottom:18px; font-size:18px; color:#222; font-weight:700; }
  .one2one-write-page .field_label { display:block; margin-bottom:8px; font-size:13px; font-weight:600; color:#444; }
  .one2one-write-page .field_label .required { color:#e8272a; margin-left:2px; }
  .one2one-write-page .single-input,
  .one2one-write-page .single-textarea { border:1px solid #ddd; border-radius:0; font-size:14px; color:#333; background:#fff; box-shadow:none; }
  .one2one-write-page .single-input { height:50px; line-height:50px; padding:0 18px; }
  .one2one-write-page .single-textarea { min-height:220px; padding:14px 18px; resize:vertical; }
  .one2one-write-page .single-input:focus,
  .one2one-write-page .single-textarea:focus { border-color:#e8272a; box-shadow:none; outline:none; }
  .one2one-write-page .field_hint { margin-top:7px; font-size:12px; color:#888; line-height:1.7; }
  .one2one-write-page .button-group-area { margin-top:34px; text-align:center; }
  .one2one-write-page .button-group-area .genric-btn + .genric-btn { margin-left:8px; }
  @media (max-width:767px) {
    .one2one-write-page .form_area { padding-top:40px; }
    .one2one-write-page .step_guide { flex-direction:column; }
    .one2one-write-page .step_item { border-right:1px solid #eee; margin-bottom:-1px; }
    .one2one-write-page .form_card_body { padding:22px 18px; }
    .one2one-write-page .button-group-area .genric-btn { width:100%; margin:0 0 10px 0 !important; }
  }

/* Views/guest/performance/detail.php */
  .performance-detail-page .header_area .navbar-brand.logo_h {
    display: inline-flex !important;
    align-items: center;
    min-height: 50px;
    z-index: 5;
  }

  .performance-detail-page .header_area .navbar-brand.logo_h img {
    display: block !important;
    width: auto;
    max-width: 137px;
    height: 50px;
    object-fit: contain;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .breadcrumb-banner h1 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
  }

  .breadcrumb-banner nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .breadcrumb-banner nav .lnr,
  .breadcrumb-banner nav .fa {
    margin: 0 10px;
    font-size: 12px;
  }

  .product_image_area {
    padding: 0 0 60px;
  }

  .product-gallery-main {
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }

  .product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
  }

  .product-gallery-empty {
    color: #999;
    font-size: 15px;
  }

  .product-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .product-gallery-thumb {
    width: calc(25% - 9px);
    min-width: 90px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    transition: all .2s ease;
    padding: 0;
  }

  .product-gallery-thumb.active,
  .product-gallery-thumb:hover {
    border-color: #ffba00;
    box-shadow: 0 8px 20px rgba(255, 186, 0, .18);
  }

  .product-gallery-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
  }

  .s_product_text {
    padding: 10px 0;
  }

  .s_product_text h3 {
    margin-bottom: 18px;
    font-size: 32px;
    font-weight: 700;
    color: #222;
  }

  .s_product_text .product-code {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 14px;
    background: #fff8e1;
    border-radius: 999px;
    color: #9a6b00;
    font-weight: 600;
    font-size: 13px;
  }

  .s_product_text .list {
    padding-left: 0;
    margin: 0 0 22px;
    list-style: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .s_product_text .list li {
    padding: 14px 0;
    border-bottom: 1px solid #f2f2f2;
    color: #555;
  }

  .s_product_text .list li:last-child {
    border-bottom: 0;
  }

  .s_product_text .list li span {
    display: inline-block;
    width: 95px;
    font-weight: 600;
    color: #222;
  }

  .s_product_text p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .product-cta-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .product-cta-box .primary-btn,
  .product-cta-box .gray-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
  }

  .product-cta-box .primary-btn {
    background: #ffba00;
    color: #222;
    border: 1px solid #ffba00;
  }

  .product-cta-box .primary-btn:hover {
    background: #f0ad00;
    color: #222;
  }

  .product-cta-box .gray-btn {
    background: #f7f7f7;
    color: #444;
    border: 1px solid #e5e5e5;
  }

  .product-cta-box .gray-btn:hover {
    background: #efefef;
    color: #222;
  }

  .product_description_area {
    padding-bottom: 70px;
  }

  .product_description_area .nav-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
  }

  .product_description_area .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    color: #666;
    font-weight: 600;
    padding: 14px 24px;
    background: transparent;
  }

  .product_description_area .nav-tabs .nav-link.active {
    color: #222;
    border-color: #ffba00;
    background: transparent;
  }

  .product-description-panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 34px;
  }

  .product-description-panel h4 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
  }

  .product-meta-card {
    background: #fcfcfc;
    border: 1px solid #efefef;
    border-radius: 14px;
    padding: 26px;
  }

  .product-meta-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .product-meta-card li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #555;
  }

  .product-meta-card li:last-child {
    border-bottom: 0;
  }

  .product-meta-card strong {
    color: #222;
  }

  .submenu-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }

  .submenu-links a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    color: #555;
    text-decoration: none;
    font-size: 13px;
    transition: all .2s ease;
  }

  .submenu-links a.active,
  .submenu-links a:hover {
    border-color: #ffba00;
    color: #222;
    background: #fff8e1;
  }

  .product-description-content img {
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 991px) {
    .organic-breadcrumb {
      padding: 40px 0;
      margin-bottom: 35px;
    }

    .product-gallery-main {
      height: 360px;
    }

    .s_product_text {
      margin-top: 30px;
    }
  }

  @media (max-width: 575px) {
    .breadcrumb-banner h1 {
      font-size: 28px;
    }

    .product-gallery-thumb {
      width: calc(50% - 6px);
    }

    .product-description-panel,
    .product-meta-card {
      padding: 20px;
    }

    .product-cta-box .primary-btn,
    .product-cta-box .gray-btn {
      width: 100%;
    }

    .s_product_text .list li span {
      width: 82px;
    }
  }

/* Views/guest/performance/index.php */
    .performance-page .header_area .navbar-brand.logo_h,
    .performance-detail-page .header_area .navbar-brand.logo_h {
        display: inline-flex !important;
        align-items: center;
        min-height: 50px;
        z-index: 5;
    }

    .performance-page .header_area .navbar-brand.logo_h img,
    .performance-detail-page .header_area .navbar-brand.logo_h img {
        display: block !important;
        width: auto;
        max-width: 137px;
        height: 50px;
        object-fit: contain;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .performance-page .breadcrumb-banner {
        min-height: 220px;
    }

    .performance-page .breadcrumb-banner .col-first {
        max-width: 100%;
    }

    .performance-page .subnav-wrap {
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .performance-page .subnav-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        border: 1px solid #eee;
        border-radius: 999px;
        background: #fff;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        transition: all .2s ease;
    }

    .performance-page .subnav-link:hover,
    .performance-page .subnav-link.active {
        background: linear-gradient(90deg, #4f86c6 0%, #3166a8 100%);
        border-color: transparent;
        color: #fff;
    }

    .performance-page .section-top-border:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .performance-page .performance-summary {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 30px;
    }

    .performance-page .performance-summary p {
        margin: 0;
    }

    .performance-page .performance-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 30px;
    }

    .performance-page .performance-card {
        display: block;
        height: 100%;
        background: #fff;
        border: 1px solid #f0f0f0;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .performance-page .performance-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
    }

    .performance-page .performance-card-thumb {
        position: relative;
        padding-top: 68%;
        background: #f7f7f7;
        overflow: hidden;
    }

    .performance-page .performance-card-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .performance-page .performance-card-body {
        padding: 22px 20px 24px;
    }

    .performance-page .performance-card-title {
        margin: 0;
        color: #222;
        font-size: 20px;
        line-height: 1.45;
        word-break: keep-all;
    }

    .performance-page .performance-card-more {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 14px;
        color: #3166a8;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .performance-page .performance-empty {
        padding: 60px 20px;
        border: 1px dashed #ddd;
        border-radius: 10px;
        text-align: center;
        background: #fafafa;
    }

    .performance-page .paging {
        margin-top: 40px;
        text-align: center;
    }

    .performance-page .paging .pagination {
        justify-content: center;
    }

    @media (max-width: 767.98px) {
        .performance-page .breadcrumb-banner {
            min-height: 180px;
        }

        .performance-page .performance-card-body {
            padding: 18px;
        }

        .performance-page .performance-card-title {
            font-size: 18px;
        }
    }

/* Global guest header: transparent rounded menu bar before sticky scroll */
.sticky-wrapper {
    top: 24px;
}

.header_area .main_menu .main_box {
    position: relative;
    overflow: visible;
    transition: background 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease, width 0.3s ease;
}

.sticky-wrapper:not(.is-sticky) .header_area .main_menu .main_box {
    width: calc(100% - 40px);
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, rgba(46, 46, 46, 0.52) 0%, rgba(78, 78, 78, 0.28) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 14px 30px rgba(38, 136, 170, 0.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.sticky-wrapper:not(.is-sticky) .header_area .main_menu .main_box::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar {
    background: transparent;
    border-radius: inherit;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar > .container {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 15px;
    }

    .header_area .navbar .nav .nav-item.submenu > .menu-link-row > .nav-link {
        padding: 0 10px;
    }
}

.header_area .navbar-brand.logo_h {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.header_area .navbar-brand.logo_h .logo-default,
.header_area .navbar-brand.logo_h .logo-transparent-bar {
    display: block;
    height: auto;
    transition: opacity 0.25s ease;
}

.header_area .navbar-brand.logo_h .logo-transparent-bar {
    position: absolute;
    inset: 50% auto auto 0;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar-brand.logo_h .logo-default {
    opacity: 0;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar-brand.logo_h .logo-transparent-bar {
    opacity: 1;
}

.sticky-wrapper.is-sticky .header_area .navbar-brand.logo_h .logo-default,
.header_area .navbar-brand.logo_h .logo-default {
    opacity: 1;
}

.sticky-wrapper.is-sticky .header_area .navbar-brand.logo_h .logo-transparent-bar {
    opacity: 0;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar-brand.logo_h .logo-transparent-bar {
    max-width: 170px;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu > .dropdown-menu,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu {
    background: rgba(19, 32, 49, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 34px rgba(38, 136, 170, 0.24);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    overflow: visible;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu > .dropdown-menu {
    padding: 10px 8px;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu {
    padding: 10px 8px;
    background: rgba(255, 255, 255, 0.30);
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul:before {
    border-color: rgba(19, 32, 49, 0.72) transparent transparent transparent;
    top: 100%;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background: transparent;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item:last-child {
    border-bottom: 0;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item > .nav-link {
    margin: 2px 8px;
    padding: 0 22px;
    border-radius: 14px;
    color: #ffffff;
    background: transparent;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu > .submenu-link-row {
    margin: 2px 8px;
    border-radius: 14px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu > .submenu-link-row > .nav-link {
    margin: 0;
    padding: 0 22px;
    border-radius: 14px 0 0 14px;
    color: #ffffff;
    background: transparent;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu > .submenu-link-row > .submenu-toggle {
    border-radius: 0 14px 14px 0;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row > .submenu-toggle {
    color: #2f5f9d !important;
    font-weight: 600;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row {
    background: rgba(255, 255, 255, 0.30) !important;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.active > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item:hover > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.active > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item:hover > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.active > .nav-link {
    background: rgba(255, 255, 255, 0.42) !important;
    color: #204c86 !important;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu:hover > .submenu-link-row,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu:focus-within > .submenu-link-row {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row {
    background: rgba(255, 255, 255, 0.30) !important;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu:hover > .submenu-link-row,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu:focus-within > .submenu-link-row,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu:hover > .submenu-link-row,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu:focus-within > .submenu-link-row {
    background: rgba(255, 255, 255, 0.42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu:hover > .submenu-link-row > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu:hover > .submenu-link-row > .submenu-toggle,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu:focus-within > .submenu-link-row > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu:focus-within > .submenu-link-row > .submenu-toggle {
    color: #dff8ff;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row > .submenu-toggle,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu > .submenu-link-row > .submenu-toggle {
    color: #2f5f9d !important;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu:hover > .submenu-link-row > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu:hover > .submenu-link-row > .submenu-toggle,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu:focus-within > .submenu-link-row > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu .third-level-menu .nav-item.has-submenu:focus-within > .submenu-link-row > .submenu-toggle,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu:hover > .submenu-link-row > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu:hover > .submenu-link-row > .submenu-toggle,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu:focus-within > .submenu-link-row > .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu .third-level-menu .nav-item.has-submenu:focus-within > .submenu-link-row > .submenu-toggle {
    color: #204c86 !important;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu > .menu-link-row > .menu-toggle,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.submenu ul .nav-item.has-submenu > .submenu-link-row > .submenu-toggle,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav.navbar-nav.navbar-right li span,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav.navbar-nav.navbar-right .search {
    color: #ffffff;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .navbar-toggler .icon-bar {
    background: #ffffff;
}

.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item:hover .nav-link,
.sticky-wrapper:not(.is-sticky) .header_area .navbar .nav .nav-item.active .nav-link {
    color: #d7ebff;
}

@media (max-width: 991px) {
    .sticky-wrapper {
        top: 12px;
    }

    .sticky-wrapper:not(.is-sticky) .header_area .main_menu .main_box {
        width: calc(100% - 24px);
        padding: 0 12px;
        border-radius: 28px;
    }

    .sticky-wrapper:not(.is-sticky) .header_area .navbar > .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sticky-wrapper:not(.is-sticky) .header_area .navbar .navbar-collapse {
        margin-top: 16px;
        padding: 14px 16px 6px;
        border-radius: 22px;
        background: rgba(24, 24, 24, 0.84);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    .sticky-wrapper:not(.is-sticky) .header_area .navbar-brand.logo_h .logo-transparent-bar {
        max-width: 120px;
    }
}
