@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* Anton 字體（英文） */
@font-face {
  font-family: "Anton";
  src: local("Anton"), url("fonts/Anton/Anton-Regular.woff") format("woff"), url("fonts/Anton/Anton-Regular.otf") format("opentype"), url("fonts/Anton/Anton-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Montserrat", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 90px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 95px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 90px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  html {
    overflow-x: visible;
  }
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
    overflow-x: visible;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.25rem;
  }
}
body p {
  line-height: 1.8;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body mark,
body .mark {
  color: #90c31f;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body hr {
  border-top: 3px solid transparent;
  border-image: linear-gradient(to right, #90c31f 70%, rgba(144, 195, 31, 0) 100%) 1;
  opacity: 1;
  margin: 4em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.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.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.text-primary {
  color: #90c31f !important;
}

.text-secondary {
  color: #dc53c2 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.3em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0;
  line-height: 1.2;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.28em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.445em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2em;
  }
}

.block-title2 {
  font-size: 1.85em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 3.25em;
  }
}

.block-title3 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
@media (min-width: 769px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.2em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.5em;
  }
}

.block-title4 {
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1;
  color: #90c31f;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.2em;
  }
}

.block-title5 {
  font-size: 1.3em;
  font-weight: 600;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.6em;
  }
}

.img-wrap {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.square {
  aspect-ratio: 1/1;
}

.btn {
  position: relative;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-sm {
  padding: 0.15em 1.2em !important;
  font-size: 0.85em !important;
  height: 50px !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-sm i {
  font-weight: normal;
}
.btn-sm span {
  width: 40px !important;
  height: 40px !important;
}
.btn-sm span img {
  width: 20px !important;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.2em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.3em 1.2em !important;
  }
}

.btn-play {
  border-radius: 10px;
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: #90c31f;
  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.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 80px;
    height: 80px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  content: "";
  background-color: rgba(144, 195, 31, 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(144, 195, 31, 0.5);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@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: #90c31f;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-more {
  display: inline-flex;
  color: #333 !important;
  border: 0 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #90c31f !important;
  border-radius: 0 !important;
  padding: 0.3em 0 !important;
}
@media (min-width: 992px) {
  .btn-more:hover {
    border-bottom: 3px solid #dc53c2 !important;
  }
}

.btn-outline-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  background-color: transparent !important;
}
.btn-outline-primary span {
  display: inline-flex;
  align-items: center;
  padding: 1.25em 2.5em;
  font-size: 0.9em;
  border: 1px solid #90c31f;
  color: #666;
  border-radius: 45px;
  height: 55px;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-primary span {
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-primary span {
    font-size: 1em;
  }
}
.btn-outline-primary i {
  display: inline-flex;
  padding: 0.75em;
  font-size: 1em;
  border: 1px solid #90c31f;
  color: #666;
  width: 55px;
  height: 55px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-primary i {
    padding: 1em;
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-primary i {
    padding: 1.2em;
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    background-color: transparent !important;
    border: 0 !important;
  }
  .btn-outline-primary:hover span, .btn-outline-primary:active span, .btn-outline-primary:focus span {
    background-color: #90c31f !important;
    color: white !important;
  }
  .btn-outline-primary:hover i, .btn-outline-primary:active i, .btn-outline-primary:focus i {
    background-color: #90c31f !important;
    color: white !important;
    transform: translateX(10px);
  }
}

.btn-outline-dark {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  background-color: transparent !important;
}
.btn-outline-dark span {
  display: inline-flex;
  align-items: center;
  padding: 1.25em 2.5em;
  font-size: 0.9em;
  border: 1px solid #cccccc;
  color: #999;
  border-radius: 45px;
  height: 50px;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-dark span {
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-dark span {
    font-size: 1em;
  }
}
.btn-outline-dark i {
  display: inline-flex;
  padding: 0.4em 0.75em;
  font-size: 1em;
  border: 1px solid #cccccc;
  color: #999;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-dark i {
    padding: 1em;
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-dark i {
    padding: 1.2em;
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
    background-color: transparent !important;
    border: 0 !important;
  }
  .btn-outline-dark:hover span, .btn-outline-dark:active span, .btn-outline-dark:focus span {
    background-color: #cccccc !important;
    color: white !important;
  }
  .btn-outline-dark:hover i, .btn-outline-dark:active i, .btn-outline-dark:focus i {
    background-color: #cccccc !important;
    color: white !important;
    transform: translateX(10px);
  }
}

.btn-primary {
  border: 1px solid #90c31f !important;
  color: #90c31f !important;
  background-color: white !important;
  border-radius: 45px !important;
  font-size: 1.1em;
  padding: 0 1.2em 0 4px !important;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #90c31f !important;
  border-radius: 45px !important;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary span img {
  width: 30px;
  height: auto;
  filter: invert(1) brightness(100);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #dc53c2 !important;
  border: 0 !important;
  flex-direction: row-reverse;
  padding: 0 4px 0 2em !important;
}
.btn-primary:hover span, .btn-primary:active span, .btn-primary:focus span {
  background-color: white !important;
  margin-left: 1em;
  margin-right: 0;
}
.btn-primary:hover span img, .btn-primary:active span img, .btn-primary:focus span img {
  filter: invert(57%) sepia(32%) saturate(3529%) hue-rotate(281deg) brightness(87%) contrast(97%);
}
@media (min-width: 992px) {
  .btn-primary {
    height: 64px;
    padding: 0 2em 0 4px !important;
  }
  .btn-primary span {
    width: 56px;
    height: 56px;
  }
}

.btn-dark {
  border: 1px solid #cccccc !important;
  color: #999 !important;
  background-color: white !important;
  border-radius: 45px !important;
  font-size: 1.1em;
  padding: 0 1.2em 0 4px !important;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-dark span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc !important;
  border-radius: 45px !important;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-dark span img {
  width: 30px;
  height: auto;
  filter: invert(1) brightness(100);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #dc53c2 !important;
  border: 0 !important;
  flex-direction: row-reverse;
  padding: 0 4px 0 2em !important;
}
.btn-dark:hover span, .btn-dark:active span, .btn-dark:focus span {
  background-color: white !important;
  margin-left: 1em;
  margin-right: 0;
}
.btn-dark:hover span img, .btn-dark:active span img, .btn-dark:focus span img {
  filter: invert(57%) sepia(32%) saturate(3529%) hue-rotate(281deg) brightness(87%) contrast(97%);
}
@media (min-width: 992px) {
  .btn-dark {
    height: 64px;
    padding: 0 1.2em 0 4px !important;
  }
  .btn-dark span {
    width: 56px;
    height: 56px;
  }
}

.btn-send {
  background-color: #90c31f;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #dc53c2;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 991px) {
  .origin .block-title3 {
    text-align: center;
  }
  .origin .row {
    justify-content: center;
  }
}

.b-awards {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .b-awards {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .b-awards {
    padding: 4em 0;
  }
}
.b-awards {
  background-image: url("../images/bg-about.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.b-awards .awards-list {
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: white;
  padding: 45px;
  height: 100%;
}
.b-awards .awards-list .icons {
  position: absolute;
  right: 45px;
  top: 45px;
  width: 70px;
  height: auto;
}
.b-awards .awards-list .block-title3 {
  padding-right: 85px;
}
.b-awards .awards-list p {
  font-weight: 600;
  font-size: 1.2em;
}
@media (min-width: 769px) {
  .b-awards .awards-list .icons {
    width: 75px;
    height: auto;
  }
  .b-awards .awards-list .block-title3 {
    padding-right: 90px;
  }
}
@media (min-width: 1200px) {
  .b-awards .awards-list .icons {
    width: 80px;
    height: auto;
  }
  .b-awards .awards-list .block-title3 {
    padding-right: 100px;
  }
}
@media (min-width: 1680px) {
  .b-awards .awards-list .icons {
    width: 100px;
    height: auto;
  }
  .b-awards .awards-list .block-title3 {
    padding-right: 120px;
  }
}
@media (min-width: 992px) {
  .b-awards .row .col-12.col-sm-6.col-lg-4 {
    padding-bottom: 200px !important;
  }
  .b-awards .row .col-12.col-sm-6.col-lg-4:nth-child(1) {
    transform: translateY(150px);
  }
  .b-awards .row .col-12.col-sm-6.col-lg-4:nth-child(2) {
    transform: translateY(100px);
  }
}

.b-new {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .b-new {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .b-new {
    padding: 4em 0;
  }
}
.b-new {
  background-image: url("../images/bg-about2.jpg");
  background-size: 170% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 0 !important;
  overflow: hidden;
}
@media (min-width: 576px) {
  .b-new {
    background-size: 135% auto;
  }
}
@media (min-width: 992px) {
  .b-new {
    background-size: 90% auto;
  }
}
@media (min-width: 1200px) {
  .b-new {
    background-size: 75% auto;
  }
}
.b-new .logo {
  width: 250px;
  height: auto;
  filter: invert(1) brightness(0);
  margin-bottom: 140px;
}

.event {
  border-radius: 10px;
  background-color: white;
  padding: 40px 30px;
  background-image: url("../images/bg-event.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
  transition: all 0.3s ease-in-out;
}
.event:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 100%;
  right: 30px;
  top: 50px;
  z-index: -1;
  opacity: 0;
  background-image: url("../images/logo.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}
.event:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #90c31f;
  z-index: -2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.event .year {
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 0.8em;
  transition: all 0.3s ease-in-out;
}
.event .event-con {
  transition: all 0.3s ease-in-out;
}
.event .event-con p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .event {
    padding: 50px 35px;
  }
  .event:before {
    width: 25%;
    right: 35px;
    top: 50px;
  }
  .event .year {
    font-size: 2em;
  }
  .event:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    color: white;
    background-color: transparent;
    background-image: none;
    border: 1px solid #90c31f;
  }
  .event:hover:before, .event:hover:after {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .event {
    padding: 60px 45px;
    min-height: 400px;
  }
  .event:before {
    width: 30%;
    right: 45px;
    top: 60px;
  }
  .event .year {
    font-size: 2.4em;
  }
}
@media (min-width: 1680px) {
  .event {
    min-height: 500px;
  }
}

.authorizations .cert-list {
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.authorizations .cert-list img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .authorizations .cert-list:hover img {
    transform: scale(1.05);
  }
}
.authorizations p {
  margin: 0.5em 0;
  color: #666;
  text-align: Center;
  font-weight: 400;
}

.awards .cert-list {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.awards .cert-list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg) scale(0.7);
  width: 100%;
  height: auto;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .awards .cert-list:hover img {
    transform: translate(-50%, -50%) rotate(15deg) scale(0.8);
  }
}
.awards p {
  margin: 1.5em 0;
  color: #666;
  text-align: center;
  font-weight: 400;
}

/*Inquiry Form*/
.inq-wrapper {
  margin: 0 auto;
}
.inq-wrapper .p-list {
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #cccccc;
  padding: 1em 0;
}
.inq-wrapper .p-list .p-name {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  color: #90c31f;
  margin-bottom: 0.5em;
}
.inq-wrapper .p-list .p-cat {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.3;
  color: #666;
  margin-bottom: 1.5em;
}
.inq-wrapper .p-list .btn-minus,
.inq-wrapper .p-list .btn-plus {
  background-color: #90c31f;
  padding: 0.2em 0.5em !important;
  border: 0;
  color: white;
  border-radius: 3px !important;
}
.inq-wrapper .p-list .form-control {
  background-color: white;
  color: #333;
  border-radius: 0;
  text-align: center;
  max-width: 150px;
  padding: 0.25em 1em;
  border: 1px solid #cccccc !important;
}
.inq-wrapper .p-list input::-webkit-outer-spin-button,
.inq-wrapper .p-list input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.inq-wrapper .p-list:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .inq-wrapper {
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .inq-wrapper {
    max-width: 75%;
  }
}
@media (min-width: 1680px) {
  .inq-wrapper {
    max-width: 65%;
  }
}

.cpy-info {
  margin-top: 5.5em;
}

@media (min-width: 1200px) {
  .wrapper {
    padding-left: 5em;
    padding-right: 5em;
  }
}/*# sourceMappingURL=about.css.map */