*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: rgba(246, 246, 246, 0.5);
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 0.5);
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: #f6f6f6;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #ff0000;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1) !important;
    padding-left: calc(var(--bs-gutter-x) * 1) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2) !important;
    padding-left: calc(var(--bs-gutter-x) * 2) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
  }
}

.block-border {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.content .case-box {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.text-primary {
  color: #ff0000 !important;
}

.text-secondary {
  color: #c38f8f !important;
}

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

.block-title {
  position: relative;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 600;
  color: #ff0000;
  text-transform: uppercase;
  padding-left: 0.25em;
}
.block-title.sm {
  font-size: 1.25em;
}
.block-title:after {
  position: absolute;
  left: 0;
  top: -0.1em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #c38f8f transparent transparent transparent;
  transform: rotate(0deg);
  content: "";
  z-index: -1;
}
@media (min-width: 576px) {
  .block-title {
    font-size: 2.4em;
  }
  .block-title.sm {
    font-size: 1.4em;
  }
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.2em;
    margin-bottom: 1em;
  }
  .block-title.sm {
    font-size: 1.5em;
  }
  .block-title:after {
    border-width: 30px 30px 0 0;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.6em;
  }
  .block-title.sm {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3em;
  }
  .block-title.sm {
    font-size: 1.7em;
  }
  .block-title:after {
    border-width: 40px 40px 0 0;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3.6em;
  }
  .block-title.sm {
    font-size: 2em;
  }
  .block-title:after {
    border-width: 50px 50px 0 0;
  }
}

.block-title2 {
  position: relative;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 600;
  color: #ff0000;
}
.block-title2.sm {
  font-size: 1.6em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.8em;
    margin-bottom: 1em;
  }
  .block-title2.sm {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.1em;
  }
  .block-title2.sm {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.3em;
  }
  .block-title2.sm {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.9em;
  }
  .block-title2.sm {
    font-size: 2.2em;
  }
}

.block-title3 {
  font-size: 1.6em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #999;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2em;
  }
}

.block-title4 {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #333;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.5em;
  }
}

.block-title5 {
  color: #666;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.33em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.img-wrap:hover img {
  transform: scale(1.1);
}

.btn {
  position: relative;
  padding: 0.7em 1.5em;
  font-size: 1em;
  border-radius: 3px !important;
  letter-spacing: 0.1em !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  z-index: 99;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.8em 1.7em;
    font-size: 1.05em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.85em 2em;
    font-size: 1.11em;
  }
}
.btn.show {
  color: white;
  border: 1px solid #333 !important;
  background-color: #333 !important;
}

.btn-sm {
  padding: 0.5em 0.9em !important;
  font-size: 0.9em !important;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 769px) {
  .btn-sm {
    font-size: 0.8em !important;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.5em 0.7em !important;
    font-size: 0.7em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.5em 1em !important;
    font-size: 0.75em !important;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #ff0000 !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: rgba(195, 143, 143, 0.4);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 75px;
    height: 75px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  content: "";
  background-color: rgba(195, 143, 143, 0.5);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  box-shadow: 0 0 8px rgba(195, 143, 143, 0.5);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #c38f8f;
  border: 0 !important;
  text-decoration: none;
  background-color: transparent;
  font-size: 0.9em;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}

.btn-primary {
  border: 0 !important;
  color: white;
  background-color: #ff0000 !important;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-secondary {
  border: 0 !important;
  color: white;
  background-color: #c38f8f !important;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-outline-primary {
  border: 0 !important;
  color: #ff0000;
  background-color: white;
  border: 1px solid #ff0000 !important;
  transition: all 0.3s linear;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: white;
  border: 1px solid #333 !important;
  background-color: #333 !important;
}

.btn-outline-secondary {
  border: 0 !important;
  color: #c38f8f;
  background-color: white;
  border: 1px solid #c38f8f !important;
  transition: all 0.3s linear;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  color: white;
  border: 1px solid #333 !important;
  background-color: #333 !important;
}

.btn-light {
  border: 0 !important;
  color: #666;
  background-color: rgba(204, 204, 204, 0.5);
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #666 !important;
  border: 0 !important;
  background-color: #333;
}

.btn-dark {
  border: 0 !important;
}

.btn-group .dropdown-menu {
  width: 100%;
  border-radius: 3px !important;
  border: 0 !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 0.5em;
}
.btn-group .dropdown-menu li {
  font-size: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group .dropdown-menu li a {
  padding: 0.3em 0.5em !important;
  background-color: white !important;
}
.btn-group .dropdown-menu li a:hover {
  color: #ff0000;
}
@media (min-width: 1680px) {
  .btn-group .dropdown-menu li {
    font-size: 0.85em;
  }
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.content .case-box {
  background-color: white;
  padding: 20px;
  height: 100%;
}
.content .case-box .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .case-box .header .status {
  font-size: 0.67em;
  color: #999;
}
.content .case-box .header .btn-icon {
  font-size: 1em;
  display: flex;
  align-items: center;
}
.content .case-box .header .btn-icon a {
  color: #666 !important;
  padding: 0.35em 0.5em !important;
}
.content .case-box .header .btn-icon .btn {
  color: #666 !important;
}
.content .case-box .body .client {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.content .case-box .body .client .c-logo {
  width: 30%;
  height: auto;
  margin-right: 1em;
}
.content .case-box .body .client .client-name {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0;
}
.content .case-box .body .s-tag {
  font-size: 0.7em;
  color: #999;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.content .case-box .body .s-tag i {
  color: #c38f8f;
}
.content .case-box .body .s-tag span {
  margin-right: 1em;
}
.content .case-box .body .person {
  width: 100%;
  font-size: 0.62em;
  color: #666;
  display: inline-flex;
  align-content: center;
  padding: 0.5em;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.content .case-box .body .person i {
  color: #c38f8f;
  font-size: 0.9rem;
}
@media (min-width: 1680px) {
  .content .case-box .body .person {
    font-size: 0.7em;
  }
}
.content .case-box .body .btn-pages {
  padding-top: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.content .case-box .body .build-time {
  font-size: 0.7em;
  color: #999;
  padding: 1em 0.5em 0 0.5em;
}/*# sourceMappingURL=index.css.map */