﻿@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@font-face {
  font-family: SegoeUI;
  src: url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: SegoeUI;
  src: url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"), url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"), url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: SegoeUI;
  src: url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"), url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"), url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 700;
}
#login h1 {
  margin-bottom: 16px;
}

#login-wrap {
  background: #000 url(../images/all_bg.jpg) no-repeat center top;
  background-size: cover;
  min-height: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding-bottom: 90px;
  min-height: calc(100vh - 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  #login-wrap {
    min-height: 700px;
    padding-top: 26px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.form-content {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.75);
  padding: 48px;
  max-width: 440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form-content {
    padding: 35px;
  }
}
.form-content .title {
  color: white;
  font-size: 20px;
  line-height: 1.5;
}
.form-content .form-check {
  color: white;
  font-size: 20px;
  line-height: 1.5;
}
.form-content .form-check input[type=checkbox] {
  margin-right: 10px;
}
.form-content .bottom-tools {
  padding-top: 40px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .form-content .bottom-tools {
    padding-top: 40px;
  }
}
.form-content .bottom-tools .right {
  float: right;
}
@media (max-width: 768px) {
  .form-content .bottom-tools .right {
    float: none;
  }
}
.form-content .btn-login {
  display: block;
  border-radius: 0;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  margin: 48px auto 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .form-content .btn-login {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .form-content .btn-login {
    margin-top: 30px;
  }
}

.form-cm-input {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .form-cm-input {
    padding-right: 10px;
  }
}
.form-cm-input > label {
  display: block;
  color: white;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.form-cm-input .cm-inner {
  display: inline-block;
  width: 100%;
  position: relative;
}
.form-cm-input .cm-inner.verification-box {
  padding-right: 48px;
  position: relative;
}
.form-cm-input .cm-inner.verification-box .btn-refresh {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: auto;
}
.form-cm-input .cm-inner.verification-box .btn-refresh a {
  display: block;
  width: 100%;
  height: auto;
}
.form-cm-input input {
  position: relative;
  height: 40px;
  padding-right: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .form-cm-input input {
    max-width: 332px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form-cm-input input {
    max-width: 100%;
  }
}
.form-cm-input .cm-inner {
  padding-bottom: 20px;
}
.form-cm-input .cm-inner > label {
  color: white;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.form-cm-input .error-msg {
  position: absolute;
  bottom: -5px;
  left: 0;
  color: red !important;
  font-size: 20px;
  line-heigh: 1;
}
.form-cm-input.show .btn-pw {
  background: url(../images/ico-eye-hide.svg) no-repeat center top;
}

.verification-inner {
  overflow: hidden;
}
.verification-inner .form-control {
  width: calc(50% - 8px);
  float: left;
}
.verification-inner .verification {
  width: calc(50% - 8px);
  float: right;
  height: 40px;
  background-color: #B6B6B6;
}
.verification-inner .verification img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.btn-pw {
  position: absolute;
  top: 6px;
  right: 9px;
  width: 31px;
  height: 26px;
  background: url(../images/ico-eye.svg) no-repeat center top;
  background-size: contain;
  cursor: pointer;
}

.form-control.is-invalid + .ico-error, .was-validated .form-control:invalid + .ico-error {
  opacity: 1;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-width: 3px;
  background: #fff;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: white;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus,
.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3) !important;
          box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3) !important;
}

.form-check-input:checked,
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #E65100;
  border-color: #E65100;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #E65100;
}

.form-check-input:focus, .form-check-input:active, .form-check-input:visit, .form-check-input:focus-visible,
.form-control:focus, .form-control:active, .form-control:visit, .form-control:focus-visible {
  border-color: #E65100;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3) !important;
          box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3) !important;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3) !important;
          box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3) !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none !important;
}

.ico-error {
  content: "";
  position: absolute;
  bottom: 27px;
  right: -34px;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff0000' class='bi bi-x-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: contain;
  opacity: 0;
}

::-webkit-input-placeholder {
  color: #D3D3D3 !important;
}

::-moz-placeholder {
  color: #D3D3D3 !important;
}

:-ms-input-placeholder {
  color: #D3D3D3 !important;
}

::-ms-input-placeholder {
  color: #D3D3D3 !important;
}

::placeholder {
  color: #D3D3D3 !important;
}

::-webkit-input-placeholder {
  color: #D3D3D3 !important;
}

:-ms-input-placeholder {
  color: #D3D3D3 !important;
}

::-moz-placeholder {
  color: #D3D3D3 !important;
  opacity: 1;
}

#header {
  position: relative;
  width: 100%;
  padding: 27px 0;
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  #header {
    padding: 16px 0;
    background: #404040;
  }
  #header .container {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 992px) {
  body.menu-fixed .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    background: #404040;
    z-index: 3000;
  }
  body.menu-fixed #mob-navigation {
    padding-top: 72px;
  }
}

#header-top {
  position: relative;
  background: #000;
  padding: 10px 15px;
  z-index: 3000;
}
#header-top img {
  max-width: 100%;
}
#header-top h1 {
  display: inline-block;
  color: white;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  vertical-align: middle;
}
#header-top .logo {
  display: inline-block;
  width: 66px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -5px;
}

.header-innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-innerbox > .col:nth-child(1) {
  width: 80%;
}
.header-innerbox > .col:nth-child(2) {
  -webkit-box-flex: 300px;
      -ms-flex: 300px;
          flex: 300px;
  max-width: 300px;
}
@media (max-width: 992px) {
  .header-innerbox > .col:nth-child(2) {
    -webkit-box-flex: 60px;
        -ms-flex: 60px;
            flex: 60px;
    max-width: 60px;
  }
}
.header-innerbox > .col::after {
  content: "";
  clear: both;
}
.header-innerbox .logo {
  float: left;
  margin-right: 40px;
}
.header-innerbox #mob-menu {
  float: left;
  margin-right: 13px;
  width: 40px;
}
.header-innerbox #mob-menu img {
  display: none;
}
.header-innerbox #mob-menu img.default {
  display: block;
}
.header-innerbox #mob-menu.active img {
  display: none;
}
.header-innerbox #mob-menu.active img.active {
  display: block;
}
.header-innerbox .search-inputbox {
  float: left;
  padding: 0;
  width: calc(100% - 150px);
}
@media (max-width: 992px) {
  .header-innerbox .search-inputbox {
    width: calc(100% - 53px);
  }
}
.header-innerbox .search-inputbox .d-flex {
  width: 100%;
}
.header-innerbox .search-inputbox .item:nth-child(1) {
  -webkit-box-flex: calc(100% - 230px);
      -ms-flex: calc(100% - 230px);
          flex: calc(100% - 230px);
}
.header-innerbox .search-inputbox .item:nth-child(2) {
  -webkit-box-flex: 130px;
      -ms-flex: 130px;
          flex: 130px;
}

.user-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.user-tools .item {
  padding: 0 15px;
  position: relative;
}

.mob-hide {
  display: block;
}
@media (max-width: 992px) {
  .mob-hide {
    display: none;
  }
}

.pc-hide {
  display: none;
}
@media (max-width: 992px) {
  .pc-hide {
    display: block;
  }
}

.btn-notification {
  position: relative;
  display: block;
}
.btn-notification .count {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 20px;
  height: 20px;
  background: #E12222;
  border-radius: 50%;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.btn-notification .count span {
  color: white;
  vertical-align: middle;
  text-align: center;
}

.btn-myprofilo {
  color: white;
  font-size: 12px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .btn-myprofilo {
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
  }
}
.btn-myprofilo .ico-myprofilo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.btn-myprofilo ol {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.btn-myprofilo li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
}
.btn-myprofilo li::before {
  content: "|";
  position: absolute;
  top: 0;
  right: 8px;
  color: white;
  font-size: 12px;
}
.btn-myprofilo li:last-child::before {
  display: none;
}
.btn-myprofilo a {
  color: white;
}
.btn-myprofilo a:hover {
  text-decoration: none;
}

#navigation-box {
  background: #282828;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation .item {
  position: relative;
  padding-bottom: 10px;
  padding: 20px;
  min-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.navigation .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #D74B00;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation .item:hover::before {
  opacity: 1;
}
.navigation .item.active {
  font-weight: bold;
}
.navigation .item.active a {
  color: white;
}
.navigation .item.active:before {
  opacity: 1;
}
.navigation a {
  display: block;
  text-align: center;
  color: #D6D6D6;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

#mob-navigation {
  position: fixed;
  bottom: 0;
  left: -100%;
  top: 0;
  padding-top: 117px;
  width: 284px;
  background: #616161;
  z-index: 2000;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
@media (max-width: 992px) {
  #mob-navigation {
    display: initial;
  }
}
#mob-navigation.active {
  left: 0;
  opacity: 1;
  visibility: inherit;
}
#mob-navigation .content {
  padding-top: 0;
  height: 100%;
}
#mob-navigation .scroll {
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mob-navigation .side-menu.style-dark {
  height: auto;
}

.side-menu.style-dark {
  height: 100vh;
  background-color: #616161;
}
.side-menu.style-dark .accordion-item {
  border-bottom: 1px solid #9d9d9d;
  font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
  outline: none;
}
.side-menu.style-dark .accordion-item .accordion-button, .side-menu.style-dark .accordion-item .accordion-link {
  background: #616161;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
}
.side-menu.style-dark .accordion-item .accordion-link {
  display: block;
  text-decoration: none;
  padding: 1rem 1.25rem;
}
.side-menu.style-dark .accordion-item .accordion-link.btn-myprofilo {
  font-size: 14px;
  text-decoration: underline;
}
.side-menu.style-dark .accordion-flush .accordion-button:not(.collapsed), .side-menu.style-dark .accordion-flush .accordion-body {
  background: #202020;
}
.side-menu.style-dark .accordion-button:not(.collapsed)::after, .side-menu.style-dark .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L0.736861 0.25L10.2631 0.249999L5.5 7Z' fill='white'/%3E%3C/svg%3E");
}
.side-menu.style-dark .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L0.736861 0.25L10.2631 0.249999L5.5 7Z' fill='%23D74B00'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .side-menu.style-dark .accordion {
    margin-left: 0;
    margin-right: 0;
  }
  .side-menu.style-dark .accordion-button, .side-menu.style-dark .accordion-button:not {
    font-weight: 400 !important;
  }
}
.side-menu.style-dark .accordion-flush .links a {
  color: white;
}

.ico-links .link-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.ico-links .link-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ico-links a {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  padding: 4px 20px;
}
.ico-links span {
  vertical-align: middle;
  display: inline-block;
  padding-left: 20px;
}
.ico-links img {
  display: inline-block;
  float: left;
  width: 36px;
}

#notice .modal-body {
  padding: 0 !important;
}
#notice .notice-table {
  margin-top: -40px;
}
@media (max-width: 992px) {
  #notice .notice-table {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #notice .notice-table .th span {
    width: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
#notice .btn-close {
  z-index: 20;
}
#notice .modal-content {
  overflow: hidden;
}
@media (max-width: 992px) {
  #notice .modal-header {
    display: none;
  }
}
#notice .model-bottom {
  display: none;
  padding-top: 15px;
  text-align: center;
}
@media (max-width: 992px) {
  #notice .model-bottom {
    display: block;
  }
}

.btn-gray {
  border-radius: 5px;
  background: #696969;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  padding: 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  min-width: 100px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.notice-table .scroll {
  height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 992px) {
  .notice-table .scroll {
    height: 500px;
  }
}
.notice-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notice-table .msg {
  padding: 10px 20px;
}
@media (max-width: 992px) {
  .notice-table .msg {
    padding: 10px 8px;
  }
}
.notice-table .td {
  word-break: keep-all;
}
@media (max-width: 768px) {
  .notice-table .td {
    word-break: break-all;
  }
}
.notice-table .th, .notice-table .td {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #404040;
}
@media (max-width: 992px) {
  .notice-table .th, .notice-table .td {
    padding: 8px 5px;
  }
}
.notice-table .th a, .notice-table .td a {
  color: #404040;
}
.notice-table .th.sz-2, .notice-table .td.sz-2 {
  -webkit-box-flex: 18%;
      -ms-flex: 18%;
          flex: 18%;
  max-width: 18%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-table .th.sz-2:nth-child(2), .notice-table .td.sz-2:nth-child(2) {
  -webkit-box-flex: 15%;
      -ms-flex: 15%;
          flex: 15%;
  max-width: 15%;
}
@media (max-width: 992px) {
  .notice-table .th.sz-2, .notice-table .td.sz-2 {
    -webkit-box-flex: 160px;
        -ms-flex: 160px;
            flex: 160px;
    max-width: 160px;
  }
  .notice-table .th.sz-2:nth-child(2), .notice-table .td.sz-2:nth-child(2) {
    -webkit-box-flex: 120px;
        -ms-flex: 120px;
            flex: 120px;
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .notice-table .th.sz-2, .notice-table .td.sz-2 {
    -webkit-box-flex: 70px;
        -ms-flex: 70px;
            flex: 70px;
    max-width: 70px;
    min-width: 70px;
  }
  .notice-table .th.sz-2:nth-child(2), .notice-table .td.sz-2:nth-child(2) {
    -webkit-box-flex: 70px;
        -ms-flex: 70px;
            flex: 70px;
    max-width: 70px;
    min-width: 70px;
  }
}
.notice-table .th.sz-1, .notice-table .td.sz-1 {
  -webkit-box-flex: 13%;
      -ms-flex: 13%;
          flex: 13%;
  max-width: 13%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  .notice-table .th.sz-1, .notice-table .td.sz-1 {
    -webkit-box-flex: 60px;
        -ms-flex: 60px;
            flex: 60px;
    max-width: 60px;
  }
}
@media (max-width: 768px) {
  .notice-table .th.sz-1, .notice-table .td.sz-1 {
    -webkit-box-flex: 50px;
        -ms-flex: 50px;
            flex: 50px;
    max-width: 50px;
    min-width: 50px;
  }
}
@media (max-width: 992px) {
  .notice-table .th.sz-md-1, .notice-table .td.sz-md-1 {
    -webkit-box-flex: 80px;
        -ms-flex: 80px;
            flex: 80px;
    max-width: 80px;
  }
}
.notice-table .th.sz-4, .notice-table .td.sz-4 {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  max-width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  .notice-table .th.sz-4, .notice-table .td.sz-4 {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    max-width: 40%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .notice-table .th.sz-4, .notice-table .td.sz-4 {
    -webkit-box-flex: 120px;
        -ms-flex: 120px;
            flex: 120px;
    max-width: 120px;
    min-width: 120px;
    padding-left: 15px;
  }
}
.notice-table .th.is-active a, .notice-table .td.is-active a {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: underline;
  color: #404040;
}
.notice-table .th.is-active a:before, .notice-table .td.is-active a:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D74B00;
}
@media (max-width: 992px) {
  .notice-table .th.is-active a:before, .notice-table .td.is-active a:before {
    left: -12px;
  }
}
.notice-table .tr .td:last-child {
  padding-right: 40px;
}
.notice-table .theader {
  background: #D6D6D6;
  font-weight: bold;
}
.notice-table .theader .tr {
  padding-right: 18px;
}
@media (max-width: 768px) {
  .notice-table .theader .tr {
    padding-right: 0;
  }
}
.notice-table .tbody .tr:nth-child(even) {
  background-color: #F9F9F9;
}
.notice-table .tbody .tr .td:last-child {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .notice-table .tbody .tr .td:last-child {
    padding-right: 5px;
  }
}

#footer {
  background: #282828;
  padding: 50px 0;
}
@media (max-width: 992px) {
  #footer {
    display: none;
  }
}
#footer .icon-link a {
  color: white;
}
#footer .icon-link a:hover {
  color: #D74B00;
}

#footer-copyright {
  background: #1D1D1D;
  padding: 15px 0;
  color: #AFAFAF;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
}

.footer-bottom {
  padding-left: 200px;
  position: relative;
}
.footer-bottom .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 109px;
}

#hero-banner {
  width: 100%;
  background: url(../images/hero.jpg) no-repeat center top;
  background-size: cover;
  background-position: center top;
}
#hero-banner .hero-content {
  max-width: 600px;
  margin: 0 auto;
}

.hero-search {
  position: relative;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .hero-search {
    max-width: 90%;
    margin: 0 auto 30px;
  }
}
.hero-search input {
  padding-left: 53px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.hero-search input:focus, .hero-search input:active {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.5);
  border-color: #E65100;
}
@media (max-width: 768px) {
  .hero-search input {
    height: 48px;
    border-radius: 5px;
  }
}
.hero-search .ico-search {
  position: absolute;
  top: 14px;
  left: 15px;
  width: 26px;
  height: auto;
}
@media (max-width: 768px) {
  .hero-search .ico-search {
    top: 10px;
  }
}
.hero-search .ico-search svg {
  width: 100%;
}

.hero-list {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .hero-list {
    margin-bottom: 0;
  }
}
.hero-list li {
  padding-left: 18px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.hero-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #D74B00;
  border-radius: 50%;
}
.hero-list a {
  color: white;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}
.hero-list a:hover {
  text-decoration: underline;
}

.content-inner {
  max-width: 880px;
  margin: 0 auto;
}

.title-block {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 768px) {
  .title-block {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: none;
  }
}
.title-block.mb-0 {
  margin-bottom: 0;
}
.title-block h3 {
  margin: 0;
}

@media (max-width: 576px) {
  .accordion {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.accordion .accordion-button:not(.collapsed) {
  background-color: #EAEAEA;
}
.accordion .accordion-body {
  background-color: #EAEAEA;
}

.accordion-item {
  border: none;
}
.accordion-item .accordion-button {
  background-color: #FAFAFA;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button,
.accordion-button:not(.collapsed) {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  color: #101010;
  font-weight: bold;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L0.736861 0.25L10.2631 0.249999L5.5 7Z' fill='black'/%3E%3C/svg%3E");
  background-size: 11px auto;
  background-position: center;
}

.accordion-body {
  padding-top: 10px;
}

.accordion-button {
  position: relative;
  padding-left: 40px;
}
.accordion-button:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D74B00;
}

.accordion-flush .accordion-button {
  padding-left: 18px;
}
.accordion-flush .accordion-button:before {
  display: none;
}
.accordion-flush .accordion-button:not(.collapsed),
.accordion-flush .accordion-body {
  background: #F0F0F0;
}
.accordion-flush .accordion-body {
  padding: 0;
  padding-bottom: 10px;
}
.accordion-flush .links a {
  display: block;
  padding: 10px 40px;
  color: #575757;
  text-decoration: none;
}
.accordion-flush .links a.active {
  color: #D74B00;
  font-weight: bold;
  background-color: #E0E0E0;
}

.accordion-group .accordion-item {
  background: #fff;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
  border: none;
  border-radius: 0;
}
.accordion-group .accordion-item:nth-child(even) {
  background: #F9F9F9;
}
.accordion-group a {
  display: block;
  color: #404040;
  text-decoration: none;
  padding: 20px 30px 10px;
}

div.bottom-line {
  border: none;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 24px;
}
div.bottom-line p {
  margin-bottom: 0;
}

.section-block-title {
  margin-bottom: 20px;
}
.section-block-title h2 {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  color: #404040;
}
.section-block-title h2 b {
  color: #D74B00;
  font-weight: bold;
}
.section-block-title span {
  display: inline-block;
  color: #696969;
}

.troubleshooting-detail .group p.msg {
  color: #404040;
}

.troubleshooting-result .group p.msg {
  color: #404040;
}
.troubleshooting-result .review-box {
  padding: 0;
  margin-bottom: 20px;
}
.troubleshooting-result .review-box .item {
  padding-left: 0;
}
.troubleshooting-result .review-box span {
  padding: 0;
}
.troubleshooting-result .group {
  padding-top: 24px;
}
.troubleshooting-result .group > a {
  display: block;
  color: currentColor;
}

.top-header {
  margin-bottom: 20px;
}
.top-header .btn-prev {
  margin-right: 15px;
  display: inline-block;
  color: black;
  text-decoration: none;
}
.top-header span {
  vertical-align: middle;
  line-height: 40px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .top-header .custom-select {
    margin-top: 20px;
  }
}

.form-select.custom-select {
  border: #C4C4C4 1px solid;
  border-radius: 0;
  background-color: #DEDEDE;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L0.736861 0.25L10.2631 0.249999L5.5 7Z' fill='black'/%3E%3C/svg%3E");
  background-size: 11px auto;
  background-repeat: no-repeat;
  color: #696969;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  height: 40px;
}
.form-select.custom-select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3);
}

.form-select.custom-select-2 {
  border: none;
  border-radius: 0;
  background-color: #F3F3F3;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L0.736861 0.25L10.2631 0.249999L5.5 7Z' fill='black'/%3E%3C/svg%3E");
  background-size: 11px auto;
  background-repeat: no-repeat;
  color: #696969;
  font-size: 16px;
  line-height: 1;
  height: 40px;
}
.form-select.custom-select-2:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.3);
}

.video-responsive {
  max-width: 521px;
  margin-bottom: 20px;
}
.video-responsive a {
  display: block;
}

.pitch-question {
  min-height: 800px;
}
.pitch-question .row【 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pitch-question .side-menu {
  height: auto;
  padding-bottom: 10vh; /* 底部增加相当于视口高度10%的空间 */
  background-color: #F0F0F0;
}
@media (max-width: 992px) {
  .pitch-question .side-menu {
    height: 390px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .pitch-question .side-menu .accordion {
    margin-left: 0;
    margin-right: 0;
  }
}
.pitch-question .side-menu .accordion-item .accordion-button {
  background: #F0F0F0;
}
.pitch-question .main-box {
  padding-top: 15px;
}

.accordion.accordion-questions .accordion-item:nth-child(even) .accordion-button {
  background: #FFFFFF;
}
.accordion.accordion-questions .accordion-button {
  font-weight: normal;
  background: #F9F9F9;
}
.accordion.accordion-questions .accordion-button:not(.collapsed) {
  background: #E0E0E0;
  font-weight: bold;
}
.accordion.accordion-questions .accordion-body {
  padding: 10px 40px 15px;
  background: #F3F3F3;
}
.accordion.accordion-questions .accordion-body .review-box {
  margin-bottom: 15px;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  .accordion.accordion-questions .accordion-body .review-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.accordion.accordion-questions .accordion-body p {
  margin: 0;
}
.accordion.accordion-questions .accordion-body p + p {
  margin-top: 10px;
}

.filter-select {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .filter-select {
    padding-top: 10px;
  }
}
.filter-select .row.mb-10 {
  margin-bottom: 10px;
}

.custom-accordion .custom-accordion-button {
  display: none;
}
@media (max-width: 1200px) {
  .custom-accordion .custom-accordion-body {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
  .custom-accordion .custom-accordion-button {
    display: block;
  }
  .custom-accordion .custom-accordion-button a {
    position: relative;
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 1;
    padding: 10px 15px;
    padding-right: 30px;
    background-color: #F0F0F0;
    text-decoration: none;
  }
  .custom-accordion .custom-accordion-button a:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L0.736861 0.25L10.2631 0.249999L5.5 7Z' fill='black'/%3E%3C/svg%3E");
    background-size: 11px auto;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .custom-accordion .custom-accordion-button.active a {
    background-color: #D74B00;
    color: white;
  }
  .custom-accordion .custom-accordion-button.active a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6L0.736861 -1.48205e-07L10.2631 -8.95844e-07L5.5 6Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 11px auto;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .custom-accordion .custom-accordion-button.active + .custom-accordion-body {
    height: 390px;
    overflow: initial;
  }
  .custom-accordion .accordion-button {
    padding-right: 10px;
  }
  .custom-accordion .accordion-button, .custom-accordion .accordion-button:not(.collapsed) {
    font-weight: normal;
  }
}

i.ico-filter {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.696 7H6V10.696H9.696V7Z' fill='%23696969'/%3E%3Cpath d='M33.7201 7H13.3921V10.696H33.7201V7Z' fill='%23696969'/%3E%3Cpath d='M9.696 18.0879H6V21.7839H9.696V18.0879Z' fill='%23696969'/%3E%3Cpath d='M33.7201 18.0879H13.3921V21.7839H33.7201V18.0879Z' fill='%23696969'/%3E%3Cpath d='M9.696 29.1758H6V32.8718H9.696V29.1758Z' fill='%23696969'/%3E%3Cpath d='M33.7201 29.1758H13.3921V32.8718H33.7201V29.1758Z' fill='%23696969'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

i.ico-list {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2401 10.6001H10.6001V13.2401H13.2401V10.6001Z' fill='%23696969'/%3E%3Cpath d='M30.3999 10.6001H15.8799V13.2401H30.3999V10.6001Z' fill='%23696969'/%3E%3Cpath d='M13.2401 18.52H10.6001V21.16H13.2401V18.52Z' fill='%23696969'/%3E%3Cpath d='M30.3999 18.52H15.8799V21.16H30.3999V18.52Z' fill='%23696969'/%3E%3Cpath d='M13.2401 26.4399H10.6001V29.0799H13.2401V26.4399Z' fill='%23696969'/%3E%3Cpath d='M30.3999 26.4399H15.8799V29.0799H30.3999V26.4399Z' fill='%23696969'/%3E%3Cpath d='M4 4V37H37V4H4ZM34.36 34.36H6.64V6.64H34.36V34.36Z' fill='%23696969'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .tools-group {
    margin: 0 auto 15px;
  }
  .tools-group .search-tools .form-control {
    margin-right: 0;
  }
  .tools-group .switch-viewer {
    float: right;
  }
  .tools-group .search-tools {
    margin-bottom: 20px;
  }
}

.switch-viewer {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .switch-viewer {
    padding-top: 0;
  }
}
.switch-viewer a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.switch-viewer a.active i.ico-list {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2401 10.6001H10.6001V13.2401H13.2401V10.6001Z' fill='%23D74B00'/%3E%3Cpath d='M30.3999 10.6001H15.8799V13.2401H30.3999V10.6001Z' fill='%23D74B00'/%3E%3Cpath d='M13.2401 18.52H10.6001V21.16H13.2401V18.52Z' fill='%23D74B00'/%3E%3Cpath d='M30.3999 18.52H15.8799V21.16H30.3999V18.52Z' fill='%23D74B00'/%3E%3Cpath d='M13.2401 26.4399H10.6001V29.0799H13.2401V26.4399Z' fill='%23D74B00'/%3E%3Cpath d='M30.3999 26.4399H15.8799V29.0799H30.3999V26.4399Z' fill='%23D74B00'/%3E%3Cpath d='M4 4V37H37V4H4ZM34.36 34.36H6.64V6.64H34.36V34.36Z' fill='%23D74B00'/%3E%3C/svg%3E%0A");
}
.switch-viewer a.active i.ico-filter {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.696 7H6V10.696H9.696V7Z' fill='%23D74B00'/%3E%3Cpath d='M33.7201 7H13.3921V10.696H33.7201V7Z' fill='%23D74B00'/%3E%3Cpath d='M9.696 18.0879H6V21.7839H9.696V18.0879Z' fill='%23D74B00'/%3E%3Cpath d='M33.7201 18.0879H13.3921V21.7839H33.7201V18.0879Z' fill='%23D74B00'/%3E%3Cpath d='M9.696 29.1758H6V32.8718H9.696V29.1758Z' fill='%23D74B00'/%3E%3Cpath d='M33.7201 29.1758H13.3921V32.8718H33.7201V29.1758Z' fill='%23D74B00'/%3E%3C/svg%3E%0A");
}

#sa_playbook_wrapper {
  font-family: Arial, Helvetica, sans-serif;
}

.fm-segoeUI {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.breadcrumb {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.breadcrumb a {
  color: #404040;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #D74B00;
}
.breadcrumb-item.active a {
  color: currentColor;
  text-decoration: none;
}

.btn.sz-2 {
  max-width: 130px;
  width: 100%;
}
.btn.sz-3 {
  max-width: 100px;
  width: 100%;
}

.btn-primary {
  border-color: #D74B00;
  background: #D74B00;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.btn-primary:hover {
  background: #E65100;
  border-color: #E65100;
}
.btn-primary:focus, .btn-primary:active {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(230, 81, 0, 0.5);
  background-color: #E65100;
  border-color: #E65100;
}

.btn-gray {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 700;
  --bs-btn-padding-y: 2px;
  --bs-btn-font-size: 16px;
  color: white;
  background: #696969;
  font-size: 16px;
  padding: 2px;
  border-radius: 5px;
}
.btn-gray:hover {
  color: white;
  background: #828282;
}

.fs-blod {
  font-weight: bold;
}

.fs-1 {
  font-size: 30px !important;
}

.fs-2 {
  font-size: 22px !important;
}

.fs-3 {
  font-size: 20px !important;
}

.fs-4 {
  font-size: 18px !important;
}

.fs-5 {
  font-size: 16px !important;
}

.fs-6 {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .fs-md-1 {
    font-size: 24px !important;
  }
  .fs-md-2 {
    font-size: 22px !important;
  }
  .fs-md-3 {
    font-size: 20px !important;
  }
  .fs-md-4 {
    font-size: 18px !important;
  }
  .fs-md-5 {
    font-size: 16px !important;
  }
  .fs-md-6 {
    font-size: 14px !important;
  }
}
#hero-banner {
  width: 100%;
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-image: url(../images/hero.jpg);
  padding-top: 50px;
  padding-bottom: 40px;
  min-height: 260px;
}
@media (max-width: 768px) {
  #hero-banner {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
#hero-banner h1 {
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 768px) {
  #hero-banner h1 {
    margin-bottom: 16px;
  }
}

.content {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .content {
    padding-top: 22px;
  }
}

.form-control {
  border-radius: 0;
  height: 40px;
}

.search-inputbox {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .search-inputbox {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.search-inputbox button, .search-inputbox a {
  margin-left: 15px;
}
.search-inputbox .item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.search-inputbox .input-group {
  position: relative;
}
.search-inputbox .input-group .btn-search {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 22px;
  display: none;
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  padding: 0;
}
.search-inputbox .input-group .btn-search img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .search-inputbox .input-group .btn-search {
    display: block;
  }
}
@media (max-width: 992px) {
  .search-inputbox .form-control {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .search-inputbox .form-control {
    padding-right: 70px;
  }
}
.search-inputbox input.form-control::-webkit-search-cancel-button {
  position: absolute;
  right: 10px;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.061" height="15.061" viewBox="0 0 15.061 15.061"><g id="icon_cancel" transform="translate(-431.89 -310.89)"><line id="Line_4" data-name="Line 4" x2="19.799" transform="translate(432.42 325.42) rotate(-45)" fill="none" stroke="%23999" stroke-width="1.5"/><line id="Line_5" data-name="Line 5" y2="19.799" transform="translate(432.42 311.42) rotate(-45)" fill="none" stroke="%23999" stroke-width="1.5"/></g></svg>') no-repeat center center;
  background-size: 10px auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .search-inputbox input.form-control::-webkit-search-cancel-button {
    right: 40px;
  }
}

.app-list {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .app-list {
    max-width: 72%;
    margin-bottom: 30px;
  }
}
.app-list .d-flex {
  gap: 40px 5%;
}
@media (max-width: 768px) {
  .app-list .d-flex {
    gap: 30px 9%;
  }
}
.app-list .app-item {
  -webkit-box-flex: 21.25%;
      -ms-flex: 21.25%;
          flex: 21.25%;
  max-width: 21.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .app-list .app-item {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
    max-width: 45%;
  }
}
.app-list .app-item a {
  text-decoration: none;
  display: block;
}

.app-button {
  width: 100%;
  border-radius: 10px;
  background: #F3F3F3;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 16px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .app-button {
    padding: 10px 5px;
  }
}
@media (min-width: 768px) {
  .app-button:hover {
    background: #E5E5E5;
  }
}
.app-button a {
  display: block;
}
.app-button img {
  max-width: 64px;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .app-button img {
    margin-bottom: 13px;
    width: 100%;
  }
}
.app-button h3 {
  color: #404040;
  font-weight: bold;
}
.app-button.light {
  border: 1px solid transparent;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.app-button.light h3 {
  color: white;
}
@media (min-width: 768px) {
  .app-button.light:hover, .app-button.light .active {
    border: 1px solid #C4C4C4;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.color-box {
  background: #fff7f3;
  padding: 30px 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .color-box {
    padding: 25px;
    margin-bottom: 16px;
  }
}
.color-box .box-title {
  color: #D74B00;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .color-box .box-title {
    margin-bottom: 16px;
  }
}
.color-box .box-content {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.dot-list {
  color: #404040;
}
.dot-list.icon-arrow {
  position: relative;
  list-style: none;
}
.dot-list.icon-arrow li {
  position: relative;
}
.dot-list.icon-arrow li:before {
  position: absolute;
  top: 6px;
  left: -30px;
  content: "";
  position: absolute;
  content: "";
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #404040;
  font-size: 14px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .dot-list.icon-arrow li:before {
    left: -20px;
  }
}
.dot-list.icon-dot {
  position: relative;
  list-style: none;
}
.dot-list.icon-dot li {
  position: relative;
}
.dot-list.icon-dot li:before {
  position: absolute;
  top: -1px;
  left: -22px;
  content: "●";
  font-size: 18px;
  vertical-align: middle;
}
.dot-list.icon-square {
  position: relative;
  list-style: none;
}
.dot-list.icon-square li {
  position: relative;
}
.dot-list.icon-square li:before {
  position: absolute;
  top: 2px;
  left: -24px;
  content: "◼";
  font-size: 14px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .dot-list.icon-square li:before {
    left: -20px;
  }
}
.dot-list a {
  color: #404040;
  text-decoration: none;
}
.dot-list a:hover {
  color: #E65100;
}
.dot-list li {
  display: block;
  margin: 0;
  margin-bottom: 10px;
}
.dot-list.li-space li {
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .dot-list.li-space li {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .dot-list {
    padding-left: 20px;
  }
}

p.note-msg {
  font-style: italic;
  color: #696969;
}
p.note-msg img {
  max-width: 20px;
  opacity: 0.8;
  margin-right: 10px;
  margin-left: 10px;
}

.list {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}
.list li {
  display: block;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.list li:before {
  display: inline-block;
  content: counter(item, lower-latin) ") ";
  counter-increment: item;
  width: 1.5em;
  margin-left: -1.5em;
  font-weight: bold;
}

.icon-link {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.icon-link__icon {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .icon-link__icon {
    -webkit-box-flex: 95px;
        -ms-flex: 95px;
            flex: 95px;
    padding-right: 15px;
    margin-right: 0;
  }
  .icon-link__icon img {
    max-width: 70px;
  }
}
.icon-link__desc {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding-right: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .icon-link__desc {
    padding-right: 0;
  }
}
.icon-link h3 {
  color: #D74B00;
  margin-bottom: 20px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .icon-link h3 {
    margin-bottom: 16px;
  }
}
.icon-link a {
  color: #404040;
}
.icon-link a:hover {
  color: #D74B00;
}
.icon-link ol {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  list-style: none;
  width: 100%;
}
@media (max-width: 1200px) {
  .icon-link ol {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 100%;
  }
  .icon-link ol:last-child {
    margin-bottom: 0;
  }
}
.icon-link ol li {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .icon-link ol li {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
}

.nav-fill {
  gap: 7px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .nav-fill {
    gap: 4px;
  }
  .nav-fill .nav-item {
    -webkit-box-flex: 49%;
        -ms-flex: 49%;
            flex: 49%;
    max-width: 49%;
  }
}
.nav-fill a {
  color: #696969;
  font-weight: 700;
  background-color: #F0F0F0;
  display: block;
  height: 100%;
}
@media (max-width: 768px) {
  .nav-fill a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav-fill a:focus {
  color: #696969;
}
.nav-fill a.active, .nav-fill a:hover {
  color: #fff;
  background: #D74B00;
}

@media (max-width: 768px) {
  .nav-org-pills {
    gap: 4px;
  }
  .nav-org-pills .nav-link {
    min-height: 45px;
    font-size: 18px !important;
  }
  .nav-org-pills .nav-item {
    -webkit-box-flex: 49%;
        -ms-flex: 49%;
            flex: 49%;
    max-width: 49%;
  }
  .nav-org-pills .nav-item button, .nav-org-pills .nav-item a {
    width: 100%;
  }
  .nav-org-pills .nav-item button::before, .nav-org-pills .nav-item a::before {
    display: none;
  }
}

.color-org400 {
  color: #F77530 !important;
}

.color-org {
  color: #D74B00 !important;
}

.color-white {
  color: white !important;
}

.color-red {
  color: red !important;
}

.color-gray200 {
  color: #C4C4C4 !important;
}

.color-gray600 {
  color: #404040 !important;
}

.color-gray400 {
  color: #696969 !important;
}

.section-title {
  color: #D74B00;
  padding: 0 15px;
  margin-bottom: 25px;
  line-height: 1.6;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.section-title + .review-box.style-component {
  margin-bottom: 25px;
  margin-top: -20px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .section-title + .review-box.style-component {
    padding: 0;
    margin-bottom: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 14px;
    padding: 0;
  }
}

.sub-section-title {
  color: #404040;
  padding: 0 15px;
  margin-bottom: 25px;
}

.icon-download {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(../images/icon_download.svg);
}

.ico_list {
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../images/ico_list.svg);
}

.section-text {
  color: #696969;
}

.icon-button {
  display: inline-block;
}

.iconbutton-center-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: center;
}

.tab-content {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .tab-content {
    padding-top: 0;
  }
  .tab-content .tab-innerbox {
    position: relative;
    background-color: #F0F0F0;
  }
}
@media (max-width: 576px) {
  .tab-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab-content .dropdown-nav {
    padding-left: 42px;
    padding-right: 30px;
  }
  .tab-content .dropdown-nav::before {
    left: 20px;
  }
}

.row-content .border-top {
  border-top: 1px solid #C4C4C4;
}
.row-content .tab-innerbox {
  padding: 30px 15px;
  color: #696969;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .row-content .tab-innerbox {
    margin-left: 0;
    margin-right: 0;
  }
}
.row-content .tab-innerbox a.q-item {
  display: block;
  margin-bottom: 50px;
  color: currentColor;
}
.row-content .tab-innerbox a.q-item:hover {
  color: #D74B00;
}

@media (max-width: 768px) {
  .overflow {
    overflow-x: hidden;
  }
  .overflow-content {
    position: relative;
    width: 200%;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    padding-top: 15px;
    min-height: 400px;
  }
  .overflow-content .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    border-radius: 0;
  }
  .overflow-content.move-pane {
    -webkit-transform: translateX(-51.5%);
            transform: translateX(-51.5%);
  }
  .overflow-content .mob-navigation {
    padding-right: 0;
  }
  .overflow-content .mob-content {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 0;
  }
  .row-content .tab-content {
    margin-left: 0;
    margin-right: 0;
  }
  .row-content .tab-content .tab-innerbox {
    padding-top: 45px;
  }
}
.list-group-bg {
  height: 400px;
  background-color: #FFF7F3;
}
@media (max-width: 768px) {
  .list-group-bg {
    height: auto;
    background-color: transparent;
  }
}

.bg-tab {
  border-radius: 0;
}
.bg-tab a.list-group-item {
  border: none;
  padding: 15px 30px;
  padding-left: 50px;
  color: #404040;
  position: relative;
  background: #FFF7F3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .bg-tab a.list-group-item {
    margin-bottom: 2px;
    padding: 12px 20px 12px 36px;
  }
}
.bg-tab a.list-group-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #D74B00;
  opacity: 0;
}
.bg-tab a.list-group-item::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #D74B00;
  opacity: 1;
  margin-right: 10px;
}
.bg-tab a.list-group-item.active {
  background: #fff;
}
.bg-tab a.list-group-item.active::before {
  display: none;
}
.bg-tab a.list-group-item.active::after {
  opacity: 1;
}

.group {
  padding: 30px 0;
  word-break: break-word;
}
@media (max-width: 768px) {
  .group {
    padding: 16px 0;
  }
}
.group h3 {
  color: #404040;
  margin: 0;
}
.group p, .group a, .group ol, .group span {
  color: #696969;
  text-decoration: none;
}
.group img {
  max-width: 100%;
}
.group a:hover {
  color: #F77530;
}
.group.group-bottom-line {
  border-bottom: 1px solid #C4C4C4;
}
.group.intro-msg {
  padding-left: 30px;
  padding-right: 30px;
}
.group .group-contnt {
  padding: 0 30px;
}
.group .group-contnt ol {
  padding-left: 20px !important;
}
.group .group-contnt ol li::marker {
  font-weight: bold;
}
@media (max-width: 768px) {
  .group .group-contnt {
    padding: 0;
  }
}
.group ol {
  padding-left: 18px;
}

.gallery-group {
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  width: 100%;
}
@media (max-width: 768px) {
  .gallery-group {
    gap: 4px;
    margin-left: -15px;
  }
  .gallery-group + p {
    margin-left: -15px;
  }
}
@media (max-width: 576px) {
  .gallery-group {
    gap: 4px;
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery-group.flow-md-2 {
  gap: 8px 8px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 576px) {
  .gallery-group.flow-md-2 .gallery-item {
    -webkit-box-flex: 48%;
        -ms-flex: 48%;
            flex: 48%;
    max-width: 48%;
  }
}
.gallery-group .gallery-item {
  -webkit-box-flex: 32%;
      -ms-flex: 32%;
          flex: 32%;
  max-width: 32%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .gallery-group .gallery-item {
    -webkit-box-flex: 49%;
        -ms-flex: 49%;
            flex: 49%;
    max-width: 49%;
  }
}
@media (max-width: 576px) {
  .gallery-group .gallery-item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
.gallery-group img {
  width: 100%;
  max-width: initial;
}

.custom-pagination a {
  border: none;
  color: #404040;
}
.custom-pagination a:hover {
  color: #D74B00;
}
.custom-pagination a[aria-label=Previous], .custom-pagination a[aria-label=Next] {
  color: #D74B00;
  font-weight: bold;
}
.custom-pagination a[aria-label=More] {
  color: #979797;
  fons-size: 24px;
  vertical-align: bottom;
  font-weight: bold;
  letter-spacing: 1px;
}

.search-group {
  padding: 30px 0;
}
.search-group a, .search-group p {
  color: #696969;
}
.search-group a:hover p, .search-group a:hover h3 {
  color: #D74B00;
}
.search-group h3 {
  color: #404040;
}
.search-group p.results {
  color: #404040;
}

.pt-space {
  min-height: calc(100vh - 394px);
}

.pb-space {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .pb-space {
    padding-bottom: 40px;
  }
}

.search-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  z-index: 1;
}
@media (max-width: 768px) {
  .search-tools {
    margin-bottom: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-tools .content {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .search-tools .content {
    gap: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
  }
}
.search-tools .input-group {
  position: relative;
}
@media (max-width: 768px) {
  .search-tools .input-group {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.search-tools .input-group-text {
  background: transparent;
  border-right: none;
  padding: 0 13px;
  border-color: rgba(104, 113, 130, 0.16);
}
.search-tools .input-group-text i {
  color: #868FA0;
  font-size: 12px;
}
.search-tools .form-control {
  border-left: none;
  border-color: rgba(104, 113, 130, 0.16);
  border-radius: 5px;
  margin-right: 10px;
  padding-left: 0;
  height: 43px;
  font-size: 14px;
}
.search-tools input.form-control::-webkit-search-cancel-button {
  position: absolute;
  right: 10px;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.061" height="15.061" viewBox="0 0 15.061 15.061"><g id="icon_cancel" transform="translate(-431.89 -310.89)"><line id="Line_4" data-name="Line 4" x2="19.799" transform="translate(432.42 325.42) rotate(-45)" fill="none" stroke="%23999" stroke-width="1.5"/><line id="Line_5" data-name="Line 5" y2="19.799" transform="translate(432.42 311.42) rotate(-45)" fill="none" stroke="%23999" stroke-width="1.5"/></g></svg>') no-repeat center center;
  background-size: 10px auto;
  cursor: pointer;
}
.search-tools .btn-org {
  padding: 0 10px;
}

.responsive-img {
  max-width: 100%;
}

.hr-line {
  border-bottom: 1px solid #F2F2F2;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .hr-line {
    margin: 25px 0;
    border-color: #C4C4C4;
  }
}

*.pc-show {
  display: block;
}
@media (max-width: 768px) {
  *.pc-show {
    display: none;
  }
}

*.mb-show {
  display: none;
}
@media (max-width: 768px) {
  *.mb-show {
    display: block;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.btn-icon i {
  font-size: 22px;
}

.btn-org {
  border-radius: 5px;
  background-color: #D74B00;
  border: none;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  display: block;
}

.nav-org-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-org-pills .nav-link {
  border: none;
  background-color: #F0F0F0;
  color: #696969;
  font-size: 16px;
  font-weight: bold;
  min-width: 150px;
  position: relative;
}
.nav-org-pills .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #C4C4C4;
}
.nav-org-pills .nav-link.active {
  background: #D74B00;
  color: white;
}
.nav-org-pills .nav-link.active::before {
  opacity: 0;
}
.nav-org-pills .nav-link[disabled] {
  opacity: 0.3;
}
.nav-org-pills .nav-item:last-child .nav-link:before {
  display: none;
}

.nav-transparent-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-transparent-pills .nav-link {
  border: none;
  color: #696969;
  font-size: 18px;
  font-weight: bold;
  min-width: 142px;
  position: relative;
  background: transparent;
}
@media (max-width: 576px) {
  .nav-transparent-pills .nav-link {
    min-width: 100px;
    font-size: 16px;
  }
}
.nav-transparent-pills .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #C4C4C4;
}
.nav-transparent-pills .nav-link.active {
  color: #D74B00;
  text-decoration: underline;
}
.nav-transparent-pills .nav-link[disabled] {
  opacity: 0.3;
}
.nav-transparent-pills .nav-item:last-child .nav-link:before {
  display: none;
}

img[data-fancybox] {
  cursor: pointer;
}

.dropdown-nav {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  padding: 10px 12px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 0;
}
.dropdown-nav:hover {
  background-color: #D6D6D6;
  color: #404040;
}
.dropdown-nav:before {
  position: absolute;
  top: 16px;
  left: 7px;
  content: "";
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #404040;
  font-size: 14px;
  vertical-align: middle;
}
.dropdown-nav[aria-expanded=true] {
  text-decoration: underline;
  background-color: #D6D6D6;
}
.dropdown-nav[aria-expanded=true]::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dropdown-nav-content .card {
  border: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0;
  color: #696969;
}
.dropdown-nav-content b, .dropdown-nav-content strong {
  font-weight: normal;
  color: red;
}
.dropdown-nav-content p {
  margin-bottom: 16px;
}
.dropdown-nav-content img {
  max-width: 100%;
}
.dropdown-nav-content .card-line {
  width: 100%;
  height: 5px;
  background-color: #fff;
}
.dropdown-nav-content .group {
  position: relative;
  padding: 0;
  margin-bottom: 5px;
  background-color: #FFF7F3;
  padding: 16px 28px 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dropdown-nav-content .timestamp {
  position: absolute;
  bottom: 6px;
  right: 28px;
  color: #696969;
}

.clearfix {
  clear: both;
}

.navigation-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #434343;
  width: 100%;
  z-index: 1001;
}
@media (max-width: 768px) {
  .navigation-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navigation-header .container {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .scrollbox-content {
    padding-bottom: 30px;
  }
  .scrollbox-content .container {
    padding: 0 23px;
  }
  .scrollbox-content .hr-line {
    margin-left: -23px;
    margin-right: -23px;
  }
}

.navigation-bar {
  position: relative;
}
@media (max-width: 992px) {
  .navigation-bar .scrollbox {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.navigation-bar .bottom-link {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media (max-width: 992px) {
  .navigation-bar .bottom-link ol {
    display: block !important;
  }
  .navigation-bar .bottom-link li {
    display: block;
  }
}
.navigation-bar .bottom-link h3 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.navigation-bar .title {
  display: inline-block;
  color: white;
}
.navigation-bar .search-inputbox {
  float: right;
  width: auto;
}
.navigation-bar .search-inputbox .d-flex {
  width: 100%;
}
@media (max-width: 992px) {
  .navigation-bar .search-inputbox {
    float: none;
    width: 100%;
  }
  .navigation-bar .search-inputbox .btn.sz-2 {
    max-width: 105px;
    width: auto;
  }
  .navigation-bar .search-inputbox .item:nth-child(1) {
    -webkit-box-flex: 80%;
        -ms-flex: 80%;
            flex: 80%;
  }
  .navigation-bar .search-inputbox .item:nth-child(2) {
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
  }
}
.navigation-bar .search-inputbox input {
  width: 423px;
}
@media (max-width: 992px) {
  .navigation-bar .search-inputbox input {
    width: 100%;
  }
}
.navigation-bar .navi-group {
  width: 85%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  gap: 1.5%;
}
.navigation-bar .app-item {
  -webkit-box-flex: 13%;
      -ms-flex: 13%;
          flex: 13%;
  max-width: 13%;
}
@media (max-width: 1200px) {
  .navigation-bar .app-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 120px;
  }
}
@media (max-width: 992px) {
  .navigation-bar .app-item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    justify-items: start;
    margin-bottom: 20px;
  }
  .navigation-bar .app-item:last-child {
    margin-bottom: 0;
  }
  .navigation-bar .app-item a {
    display: block;
    padding-left: 68px;
  }
  .navigation-bar .app-item img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    vertical-align: middle;
  }
  .navigation-bar .app-item h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
  }
}

.navigation-barContent {
  display: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .navigation-barContent .btn-navClose {
    display: none;
  }
}
.navigation-barContent .app-button {
  padding: 14px 12px;
}
.navigation-barContent .app-button a {
  color: currentColor;
  text-decoration: none;
}
.navigation-barContent .app-button img {
  margin-bottom: 14px;
}
.navigation-barContent .app-button h3 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .navigation-barContent .app-button {
    padding: 0;
    text-align: left;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.md-bottom-line {
  border-bottom: 1px solid #C4C4C4;
}

.header-title {
  display: inline-block;
}
.header-title a {
  color: currentColor;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header-title {
    display: inline-block !important;
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  .header-title {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .header-title {
    display: none;
  }
}

.btn-hamburger {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/ico-hamburger.svg) no-repeat center;
  vertical-align: middle;
  margin-top: -10px;
  margin-left: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .btn-hamburger {
    display: block;
  }
}
.btn-hamburger.active {
  opacity: 0;
  visibility: hideen;
  pointer-events: none;
}
@media (max-width: 992px) {
  .btn-hamburger.active + .btn-navClose {
    opacity: 1;
    pointer-events: initial;
  }
}
.btn-hamburger + .btn-navClose {
  opacity: 0;
  pointer-events: none;
}

body {
  overflow-x: hidden;
}

body.open-navi {
  overflow: hidden;
}

.navigation-barContent {
  position: fixed;
  top: 78px;
  left: 0;
  width: 100%;
  height: auto;
  background: #434343;
  z-index: 1000;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 992px) {
  .navigation-barContent {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
.navigation-barContent.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 992px) {
  .navigation-barContent.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .navigation-barContent {
    position: fixed;
    top: 80px;
    bottom: 0;
    width: 284px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .navigation-barContent {
    top: 100px;
  }
}
.navigation-barContent .container {
  position: relative;
}

.btn-navClose {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: url(../images/ico-x.svg) no-repeat center;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .btn-navClose {
    top: 37px;
    right: auto;
    left: 23px;
  }
}

.link {
  padding-left: 0;
  list-style: none;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.link li {
  display: inline-block;
  padding: 0 5px;
}
.link a {
  color: white;
}
.link a:hover {
  color: #B9B9B9;
}

.modal-content {
  border-radius: 5px;
  border: none;
}

.modal-header {
  border: none;
  padding: 0;
  height: 40px;
}

.btn-close {
  width: 40px;
  height: 40px;
  background: #E12222 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #fff;
  border-radius: 0 5px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  opacity: 1;
}
.btn-close:focus {
  border-color: #E12222;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 34, 34, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(225, 34, 34, 0.3);
}

.modal-dialog.dark .modal-content {
  background: #333333;
}
.modal-dialog.dark .modal-table.color-bg .row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-dialog.dark .modal-table h3, .modal-dialog.dark .modal-table p {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.modal-dialog.dark .modal-table h3 {
  color: white;
  font-weight: bold;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 640px;
  }
  .modal-dialog.sz-xl {
    max-width: 970px;
  }
}
.row.border-left {
  border-left: 1px solid #D9D9D9;
}

.modal-table.color-bg .row:nth-child(odd) {
  background-color: #F9F9F9;
}
.modal-table .row {
  padding: 18px 0;
}
.modal-table h3, .modal-table p {
  color: #696969;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.modal-table h3 {
  color: #404040;
  font-weight: bold;
}

@media (max-width: 768px) {
  .inner-group {
    padding: 0 13px;
  }
}

.modal, .fancybox__container {
  z-index: 3000 !important;
}

.custom-table {
  font-size: 14px;
  width: 100%;
  min-width: 1000px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-table a {
  color: currentColor;
}
.custom-table th {
  color: white;
  height: 40px;
}
.custom-table td {
  color: #404040;
  height: 40px;
}
.custom-table tr.table-title {
  background-color: #333333;
  text-align: center;
}
.custom-table tr.table-title > th {
  border-right: 2px solid #fff;
}
.custom-table tr.table-title > th:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}
.custom-table tr.table-sub-title {
  background-color: #D6D6D6;
  text-align: center;
  font-weight: bold;
}
.custom-table tr.table-sub-title > td {
  border-right: 2px solid #fff;
}
.custom-table tr.table-sub-title > td:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}

.custom-content-table {
  font-size: 14px;
  line-height: 1.2;
}
.custom-content-table tr.hover-zone {
  background-color: #fff;
  cursor: pointer;
}
.custom-content-table tr.hover-zone:nth-child(even) {
  background-color: #F9F9F9;
}
.custom-content-table th.tablet-title, .custom-content-table td.tablet-title {
  background: #D6D6D6;
}
.custom-content-table td.tablet-center {
  text-align: center;
}
.custom-content-table td.tablet-center:nth-child(odd) {
  background-color: #F9F9F9;
}
.custom-content-table td.desc {
  color: #404040;
  font-size: 16px;
  line-height: 1.7;
  padding: 20px 10px;
}
.custom-content-table td {
  padding: 10px 0;
  color: #696969;
}
.custom-content-table th {
  color: #696969;
  font-weight: normal;
  padding-left: 30px;
}

.custom-inner-table {
  text-align: center;
  width: 100%;
}
.custom-inner-table td {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-inner-table td:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #717171;
  vertical-align: middle;
}
.custom-inner-table td:last-child::after {
  display: none;
}
.custom-inner-table td.text-start {
  padding-left: 20px;
}
.custom-inner-table td.td-2 {
  width: 16.66%;
}
.custom-inner-table td.td-3 {
  width: 24.99%;
}
.custom-inner-table td.td-4 {
  width: 33.32%;
}
.custom-inner-table td.td-5 {
  width: 41.65%;
}
.custom-inner-table td.td-6 {
  width: 49.98%;
}
.custom-inner-table td.td-7 {
  width: 58.31%;
}
.custom-inner-table td.td-8 {
  width: 66.64%;
}
.custom-inner-table td.td-9 {
  width: 74.97%;
}
.custom-inner-table td.td-10 {
  width: 83.3%;
}
.custom-inner-table td.td-11 {
  width: 91.63%;
}
.custom-inner-table td.td-12 {
  width: 99.96%;
}

.custom-content-table tr.hover-zone {
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: none;
}
.custom-content-table tr.hover-zone:hover {
  background-color: #D6D6D6;
}
.custom-content-table .custom-inner-table td:after {
  display: none;
}

.space-link {
  display: inline-block;
  padding-left: 0;
  list-style: none;
}
.space-link li {
  display: inline-block;
  padding: 0 36px;
  position: relative;
}
.space-link li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 16px;
  background: #C4C4C4;
}
.space-link li:last-child::before {
  display: none;
}
.space-link a {
  color: #696969;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.filter-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .filter-tools {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
  }
}
.filter-tools .filter-col {
  -webkit-box-flex: 23.3%;
      -ms-flex: 23.3%;
          flex: 23.3%;
}
@media (max-width: 768px) {
  .filter-tools .filter-col {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.filter-tools .filter-col:nth-child(1) {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
@media (max-width: 768px) {
  .filter-tools .filter-col:nth-child(1) {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.filter-value {
  display: inline-block;
  padding: 11px;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #696969;
  border-radius: 5px;
  margin: 8px 4px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-value:hover {
  color: currentColor;
}

.filter-close {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4775 16.7201L7.27991 16.5225C6.9067 16.1493 6.9067 15.5456 7.27991 15.1833L15.1833 7.27991C15.5565 6.9067 16.1603 6.9067 16.5225 7.27991L16.7201 7.4775C17.0933 7.85071 17.0933 8.45445 16.7201 8.81668L8.81668 16.7201C8.45445 17.0933 7.85071 17.0933 7.4775 16.7201Z' fill='%23D74B00'/%3E%3Cpath d='M16.5225 16.7201L16.7201 16.5225C17.0933 16.1493 17.0933 15.5456 16.7201 15.1833L8.81668 7.27991C8.44347 6.9067 7.83974 6.9067 7.4775 7.27991L7.27991 7.4775C6.9067 7.85071 6.9067 8.45445 7.27991 8.81668L15.1833 16.7201C15.5456 17.0933 16.1493 17.0933 16.5225 16.7201Z' fill='%23D74B00'/%3E%3Cpath d='M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' stroke='%23D74B00' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
}

.filter-dropdown {
  position: relative;
  display: block;
  border: none;
  background: #333333;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  padding: 0 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-dropdown:hover {
  color: white;
}
.filter-dropdown::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.81089 6.47601C5.41175 7.02907 4.58825 7.02907 4.18912 6.47601L0.947874 1.98482C0.470575 1.32345 0.943149 0.399611 1.75876 0.399611L8.24124 0.399611C9.05685 0.399611 9.52943 1.32345 9.05213 1.98482L5.81089 6.47601Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .filter-dropdown::after {
    position: absolute;
    top: 10px;
    right: 20px;
    margin-top: 0;
  }
}
.filter-dropdown.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.81089 6.47601C5.41175 7.02907 4.58825 7.02907 4.18912 6.47601L0.947874 1.98482C0.470575 1.32345 0.943149 0.399611 1.75876 0.399611L8.24124 0.399611C9.05685 0.399611 9.52943 1.32345 9.05213 1.98482L5.81089 6.47601Z' fill='%23D74B00'/%3E%3C/svg%3E%0A");
}
.filter-dropdown.active {
  color: #D74B00;
}

.filter-dropdown-group {
  position: relative;
}

.filter-dropdown.active + .filter-dropdown-menu .filter-content {
  height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .filter-dropdown.active + .filter-dropdown-menu .filter-content {
    height: 200px;
  }
}

.filter-content {
  height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #F0F0F0;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-right: 30px;
  vertical-align: middle;
}
input[type=checkbox]:checked {
  accent-color: #D74B00 !important;
}

.filter-option {
  border-bottom: 1px solid #fff;
  display: block;
  padding: 12px 15px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-option label {
  display: block;
  cursor: pointer;
}

.filter-dropdown-menu {
  z-index: 200;
  background-color: white;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .filter-dropdown-menu {
    position: relative;
    top: auto;
  }
}

.modal-header .btn-close {
  margin-right: 0 !important;
  margin-top: -7.5px !important;
}

.getac-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 110px;
  height: auto;
}
@media (max-width: 992px) {
  .getac-logo {
    position: relative;
    margin: 0 auto 24px;
    top: auto;
    left: auto;
  }
}

footer {
  padding: 16px;
  background-color: #1D1D1D;
  text-align: center;
}
footer p {
  color: #AFAFAF;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  text-decoration: underline;
}

.bottom-line {
  border-style: solid;
  border-width: 0 1px;
}
.bottom-line-gray {
  border-color: none;
}

.review-box {
  color: #696969;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Arial", "微軟正黑體";
  padding-left: 5px;
  padding-right: 5px;
}
.review-box.style-component {
  padding: 0;
  margin-bottom: 10px;
}
.review-box.style-component .item {
  padding: 0;
}
.review-box.style-component span {
  padding-left: 0;
}
.review-box.style-component a {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .review-box.style-component a {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .review-box {
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
  }
}
.review-box span {
  padding: 0 5px;
}
.review-box a {
  color: #D74B00;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  display: inline-block;
}
.review-box ol {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.review-box ol li {
  display: inline-block;
  vertical-align: middle;
}
.review-box .item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 768px) {
  .review-box .item {
    display: block;
    margin-bottom: 8px;
    padding: 0;
  }
}
.review-box .item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #C4C4C4;
  margin-left: 15px;
}
.review-box .item:last-child::after {
  display: none;
}

.asterisk {
  max-width: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' fill='%23FFC907'/%3E%3C/svg%3E");
  background-size: contain;
}
.asterisk.style-gray {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
}

.asterisk-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.asterisk-group .asterisk {
  -webkit-box-flex: 20px;
      -ms-flex: 20px;
          flex: 20px;
  margin-right: 3px;
}
.asterisk-group.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.asterisk-group a.asterisk:hover,
.asterisk-group a.asterisk:hover ~ .asterisk,
.asterisk-group a.asterisk.active,
.asterisk-group a.asterisk.active ~ .asterisk {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' fill='%23FFC907'/%3E%3C/svg%3E");
}
.asterisk-group.size-xl .asterisk {
  -webkit-box-flex: 32px;
      -ms-flex: 32px;
          flex: 32px;
  max-width: 32px;
  height: 32px;
  margin-right: 17px;
}

.write-a-review .form-group {
  margin-bottom: 30px;
}
.write-a-review .form-group.mb-0 {
  margin-bottom: 0;
}
.write-a-review h3 {
  display: inline-block;
  margin-right: 15px;
}
.write-a-review .title {
  margin-bottom: 9px;
}
.write-a-review .form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.write-a-review .upload-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  padding-top: 12px;
  padding-right: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.write-a-review .upload-files .file {
  -webkit-box-flex: 120px;
      -ms-flex: 120px;
          flex: 120px;
  max-width: 120px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.write-a-review .upload-files .file img {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.custom-textarea {
  margin-bottom: 10px;
}
.custom-textarea textarea {
  padding: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  border: 1px solid #C4C4C4;
  background-color: #F9F9F9;
  resize: none;
  border-radius: 8px;
  width: 100%;
  height: 190px;
}

.custom-upload {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.custom-upload input[type=file] {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  height: auto;
  color: #212529;
  background-color: #F9F9F9;
  background-clip: padding-box;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.custom-upload input[type=file]::-webkit-file-upload-button {
  background: #DEDEDE;
  border: 1px solid #C4C4C4;
  padding: 3px 5px;
  min-width: 100px;
  margin-right: 13px;
}
.custom-upload input[type=file]::file-selector-button {
  background: #DEDEDE;
  border: 1px solid #C4C4C4;
  padding: 3px 5px;
  min-width: 100px;
  margin-right: 13px;
}

@media (max-width: 768px) {
  .order-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .order-box .mob-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-box .mob-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.filter-select .selected-options {
  margin-top: 16px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#loading .spinner {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 10px solid #FAFAFA;
  border-left-color: #F77530;
  border-radius: 50%;
  -webkit-animation: rotate 1000ms infinite linear;
          animation: rotate 1000ms infinite linear;
  margin: 0 auto 10px;
}
#loading .spinner-txt {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}