@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-regular.eot");
  src: url("./font/Avenir-regular.eot?#iefix") format("embedded-opentype"), url("./font/Avenir-regular.woff") format("woff"), url("./font/Avenir-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-medium.eot");
  src: url("./font/Avenir-medium.eot?#iefix") format("embedded-opentype"), url("./font/Avenir-medium.woff") format("woff"), url("./font/Avenir-medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-heavy.eot");
  src: url("./font/Avenir-heavy.eot?#iefix") format("embedded-opentype"), url("./font/Avenir-heavy.woff") format("woff"), url("./font/Avenir-heavy.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Avenir";
  src: url("./font/Avenir-black.eot");
  src: url("./font/Avenir-black.eot?#iefix") format("embedded-opentype"), url("./font/Avenir-black.woff") format("woff"), url("./font/Avenir-black.ttf") format("truetype");
  font-weight: 900;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes poyon {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateY(0);
  }
  15% {
    transform: scale(0.9, 0.9) translateY(5%);
  }
  30% {
    transform: scale(1.3, 0.8) translateY(10%);
  }
  50% {
    opacity: 1;
    transform: scale(0.8, 1.3) translateY(-10%);
  }
  70% {
    transform: scale(1.1, 0.9) translateY(5%);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@media screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  body.inner-page .com-head {
    font-size: 1.75em;
    line-height: 1.5;
  }
}

.overlay-loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}
.overlay-loading .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-loading img {
  width: 100px;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  transition: all 0.3s ease-in-out;
}

picture {
  position: relative;
  width: 100%;
  display: flex;
}
picture img {
  display: block;
  width: 100%;
}

.com-btn {
  position: relative;
  border: 2px solid #208198;
  background-color: #208198;
  border-radius: 200px;
  color: #ffffff;
  font-size: 1.0625em;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  padding: 8px 8px 8px 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .com-btn {
    font-size: 0.8125em;
    padding: 3px 9px 3px 18px;
    text-align: right;
  }
}
.com-btn .arrow {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .com-btn .arrow {
    width: 16px;
    height: 16px;
    margin: 8px;
  }
}
.com-btn .arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/icon/arrow-right.svg");
  width: 20px;
  height: 20px;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .com-btn .arrow:after {
    width: 16px;
    height: 16px;
  }
}
.com-btn:before {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: -10px;
  width: 40px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.com-btn .txt {
  position: relative;
  z-index: 2;
}
.com-btn:hover {
  color: #208198;
  opacity: 1;
}
.com-btn:hover:before {
  transform: scale(20);
}
.com-btn:hover span:after {
  animation: arrow-move-right 0.5s 0.2s;
  background-image: url("../img/icon/arrow-right-dark-green.svg");
}
.com-btn.border-less {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.com-btn.border-less:before {
  display: none;
}
.com-btn.border-less .txt {
  color: #6B6B6B;
}
.com-btn.border-less .arrow {
  width: 36px;
  height: 36px;
  background-color: #208198;
  border-radius: 50%;
  border: 2px solid #208198;
  margin: 0 0 0 10px;
}
.com-btn.border-less .arrow:after {
  top: 6px;
  left: 6px;
}
.com-btn.border-less .arrow:before {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: -10px;
  width: 40px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.com-btn.border-less:hover .arrow:before {
  transform: scale(20);
}
.com-btn.sty-blue {
  border-color: #007CB6;
  background-color: #007CB6;
}
.com-btn.sty-blue:hover {
  color: #007CB6;
}
.com-btn.sty-blue:hover span:after {
  background-image: url("../img/icon/arrow-right-blue.svg");
}

.com-head {
  font-size: 3.25em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 991px) {
  .com-head {
    font-size: 1.5em;
    text-align: center;
  }
}
.com-head .highlight {
  font-weight: 700;
  margin-right: 3px;
}

.com-subhead {
  font-size: 2.25em;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4c4c4c;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .com-subhead {
    font-size: 1.5em;
  }
}

.deco img {
  display: block;
  width: 100%;
}

.contact-us-bar .container {
  position: relative;
}
.contact-us-bar .bg-wrap:before, .contact-us-bar .bg-wrap:after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-us-bar .bg-wrap:after {
  left: 400px;
  bottom: -200px;
  width: 171px;
  height: 112px;
  background-image: url("../img/deco/brush-3.png");
}
@media screen and (max-width: 991px) {
  .contact-us-bar .bg-wrap:after {
    display: none;
  }
}
.contact-us-bar .bg {
  position: relative;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(0, 124, 182, 0.8) 0%, rgba(0, 181, 172, 0.8) 100%);
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 50px 110px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-bar .bg {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-bar .bg {
    border-radius: 16px;
    padding: 24px;
  }
}
.contact-us-bar .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/homepage/office-bg.jpeg");
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact-us-bar .bg:before {
    border-radius: 16px;
  }
}
.contact-us-bar .bg:after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -120px;
  z-index: -2;
  display: block;
  width: 379px;
  height: 206px;
  background-image: url("../img/deco/brush-2.png");
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .contact-us-bar .bg:after {
    width: 278px;
    height: 151px;
    bottom: -95px;
    left: -70px;
  }
}
.contact-us-bar .row {
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-bar .row {
    flex-wrap: nowrap;
  }
}
.contact-us-bar .col-l {
  color: #ffffff;
  width: 295px;
  flex-shrink: 0;
  padding-right: 35px;
  align-self: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-bar .col-l {
    padding-right: 24px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-l {
    padding-right: 0;
    width: 100%;
  }
}
.contact-us-bar .col-l .com-head {
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .contact-us-bar .col-l .com-head {
    font-size: 2.375em;
    letter-spacing: 0.04em;
  }
}
.contact-us-bar .col-l .desc {
  margin-top: 16px;
  font-size: 1.0625em;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-l .desc {
    margin-top: 16px;
    text-align: center;
    font-size: 0.9375em;
    line-height: 1.6;
  }
}
.contact-us-bar .col-r {
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 50px 32px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-bar .col-r {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-r {
    margin-top: 24px;
    flex-direction: column;
    background-color: transparent;
    padding: 0;
  }
}
.contact-us-bar .col-r .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 40px) / 2);
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-bar .col-r .item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-r .item {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-r .item:first-child .icon img {
    width: 60px;
  }
}
.contact-us-bar .col-r .item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-bar .col-r .item:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-r .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contact-us-bar .col-r .item .icon-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-us-bar .col-r .item .icon {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-r .item .icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-r .item .icon img {
    width: 41px;
  }
}
.contact-us-bar .col-r .item .title {
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #6B6B6B;
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-r .item .title {
    font-size: 1em;
  }
}
.contact-us-bar .col-r .item .com-btn {
  display: block;
  margin-top: 32px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .contact-us-bar .col-r .item .com-btn {
    max-width: 288px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-r .item .com-btn {
    margin-top: 10px;
    padding: 11px 0;
    text-align: center;
  }
}
.contact-us-bar .col-r .item .com-btn .arrow:after {
  top: 2.5px;
}
@media screen and (max-width: 991px) {
  .contact-us-bar .col-r .item .com-btn .arrow:after {
    top: -2px;
  }
}
.contact-us-bar .deco {
  position: absolute;
  background-color: transparent;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .contact-us-bar .deco {
    display: none;
  }
}
.contact-us-bar .deco.d1 {
  left: -499px;
  top: 120px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-bar .deco.d1 {
    top: 160px;
  }
}
.contact-us-bar .deco.d2 {
  right: 230px;
  bottom: -390px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-bar .deco.d2 {
    right: 80px;
  }
}
.contact-us-bar .deco.d3 {
  bottom: -110px;
  right: -210px;
}

.page-intro {
  padding-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .page-intro {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
.page-intro .top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .page-intro .top-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-intro .top-row .com-head {
  font-weight: 700;
  flex-shrink: 0;
  padding-right: 20px;
  color: #0D4D88;
}
@media screen and (max-width: 991px) {
  .page-intro .top-row .com-head {
    padding-right: 0;
    text-align: left;
  }
}
.page-intro .top-row .anchor-list {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .page-intro .top-row .anchor-list {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-intro .top-row .anchor-list a {
  display: inline-flex;
  align-items: center;
  color: #6B6B6B;
  font-weight: 500;
  font-size: 0.9375em;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .page-intro .top-row .anchor-list a {
    font-size: 0.75em;
    padding: 5px 0;
  }
}
.page-intro .top-row .anchor-list a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #DCDCDC;
  background-image: url("../img/icon/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .page-intro .top-row .anchor-list a:after {
    width: 14px;
    height: 14px;
    background-size: 8px;
    margin-left: 5px;
  }
}
.page-intro .top-row .anchor-list a:not(:last-child) {
  margin-right: 37px;
}
@media screen and (max-width: 991px) {
  .page-intro .top-row .anchor-list a:not(:last-child) {
    margin-right: 10px;
  }
}
.page-intro .card-swiper-row {
  margin-top: 65px;
}
@media screen and (max-width: 991px) {
  .page-intro .card-swiper-row {
    margin-top: 50px;
  }
}
.page-intro .intro-row {
  margin: 40px 0;
}
@media screen and (max-width: 991px) {
  .page-intro .intro-row {
    margin: 35px 0;
  }
}
.page-intro .intro-row .com-txt {
  font-weight: 400;
  font-size: 1.0625em;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #6B6B6B;
}
@media screen and (max-width: 991px) {
  .page-intro .intro-row .com-txt {
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 991px) {
  .page-intro .intro-row .com-txt br {
    display: none !important;
  }
}
.page-intro .intro-row.align-left {
  margin-top: 32px;
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .page-intro .intro-row.align-left {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .page-intro .intro-row.align-left {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .page-intro .intro-row.align-left .com-txt {
    text-align: left;
    margin-left: 0;
  }
}
.page-intro .video-row {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .page-intro .video-row {
    margin-top: 50px;
  }
}
.page-intro .video-row .poster {
  position: relative;
  display: block;
  width: 90%;
  max-width: 846px;
  margin: 0 auto;
  aspect-ratio: 846/520;
}
.page-intro .video-row .poster:hover {
  opacity: 1;
}
.page-intro .video-row .poster:hover:before {
  opacity: 0.7;
}
.page-intro .video-row .poster:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-image: url("../img/icon/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .page-intro .video-row .poster:before {
    width: 50px;
    height: 50px;
  }
}
.page-intro .video-row .poster:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .page-intro .video-row .poster:after {
    border-radius: 12px;
  }
}
.page-intro .video-row .poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .page-intro .video-row .poster img {
    border-radius: 12px;
  }
}

.com-back-row {
  color: #4c4c4c;
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .com-back-row {
    font-size: 1em;
  }
}
.com-back-row a {
  display: inline-flex;
  align-items: center;
}
.com-back-row a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-image: url("../img/icon/arrow-left.svg");
  background-position: center;
  margin-right: 2px;
}

.com-txt {
  word-break: break-word;
}
.com-txt > *:not(:last-child) {
  margin-bottom: 30px;
}

.com-swiper.swiper-initialized {
  overflow: visible;
}
.com-swiper .swiper-pagination {
  bottom: -32px;
}
@media screen and (min-width: 992px) {
  .com-swiper .swiper-pagination {
    display: none;
  }
}
.com-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #DCDCDC;
  width: 6px;
  height: 6px;
  opacity: 0.6;
  margin: 0 5px;
}
.com-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #208198;
}
.com-swiper .swiper-button-next,
.com-swiper .swiper-button-prev {
  width: 50%;
  height: 100%;
  top: 0;
  margin-top: 0;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .com-swiper .swiper-button-next,
  .com-swiper .swiper-button-prev {
    display: none;
  }
}
.com-swiper .swiper-button-next:after,
.com-swiper .swiper-button-prev:after {
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #208198;
  box-shadow: 1.4px 1.4px 6.98px 0px rgba(103, 82, 50, 0.15);
  background-size: 31px;
  background-position: center;
  border-radius: 50%;
  bottom: 95px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.com-swiper .swiper-button-next:hover:after,
.com-swiper .swiper-button-prev:hover:after {
  opacity: 1;
}
.com-swiper .swiper-button-prev {
  left: 0;
}
.com-swiper .swiper-button-prev:after {
  left: -13px;
}
.com-swiper .swiper-button-next {
  right: 0;
}
.com-swiper .swiper-button-next:after {
  right: -13px;
}
.com-swiper .slide .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: rgba(32, 129, 152, 0.15);
  transform: rotate(8.72deg);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .com-swiper .slide .shadow {
    border-radius: 12px;
  }
}

.card-swiper-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .card-swiper-row {
    flex-direction: column;
  }
}
.card-swiper-row .col-l {
  width: 48.7%;
}
@media screen and (max-width: 991px) {
  .card-swiper-row .col-l {
    width: 80%;
  }
}
.card-swiper-row .col-l .slide img {
  width: 100%;
  display: block;
  aspect-ratio: 519/588;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .card-swiper-row .col-l .slide img {
    border-radius: 12px;
  }
}
.card-swiper-row .col-r {
  width: 51.3%;
  padding: 30px 0 30px 85px;
}
@media screen and (max-width: 991px) {
  .card-swiper-row .col-r {
    padding-top: 75px;
    padding-left: 0;
    width: 100%;
  }
}
.card-swiper-row .col-r h2 {
  font-size: 1.5em;
  line-height: 1.6;
  color: #00B5AC;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 991px) {
  .card-swiper-row .col-r h2 {
    font-size: 1.25em;
  }
}
.card-swiper-row .col-r .highlight {
  color: #007CB6;
  font-size: 1.37em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.card-swiper-row .col-r .com-txt {
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .card-swiper-row .col-r .com-txt {
    font-size: 0.9375em;
    line-height: 1.6;
  }
}
.card-swiper-row .col-r .more {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .card-swiper-row .col-r .more {
    justify-content: center;
  }
}
.card-swiper-row .col-r .more .word {
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #6B6B6B;
  margin-right: 24px;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .card-swiper-row .col-r .more .word {
    font-size: 1em;
  }
}
.card-swiper-row .col-r .more .com-btn {
  flex-shrink: 0;
}

.com-filter-container {
  display: flex;
}
@media screen and (max-width: 991px) {
  .com-filter-container {
    flex-wrap: wrap;
    margin-top: 24px;
    width: 100%;
  }
}
.com-filter-container .filter {
  width: 240px;
}
@media screen and (max-width: 991px) {
  .com-filter-container .filter {
    width: calc((100% - 24px) / 2);
    margin-bottom: 16px;
  }
  .com-filter-container .filter:nth-child(odd) {
    margin-right: 24px;
  }
}
@media screen and (min-width: 992px) {
  .com-filter-container .filter:not(:last-child) {
    margin-right: 24px;
  }
}
.com-filter-container .filter .select2-container {
  width: 100% !important;
}
.com-filter-container .filter .select2-container--default .select2-selection--single {
  border-radius: 40px;
  background-color: #ffffff;
  height: auto;
  font-size: 1.0625em;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .com-filter-container .filter .select2-container--default .select2-selection--single {
    font-size: 0.8125em;
  }
}
.com-filter-container .filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 7px 50px 7px 24px;
}
.com-filter-container .filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  top: 9px;
  right: 24px;
}
.com-filter-container .filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 9px 8px 0 8px;
}
.com-filter-container .filter:nth-child(1) .select2-container--default .select2-selection--single {
  border: 2px solid #007CB6;
}
.com-filter-container .filter:nth-child(1) .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #007CB6;
}
.com-filter-container .filter:nth-child(1) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #007CB6 transparent transparent transparent;
}
.com-filter-container .filter:nth-child(2) .select2-container--default .select2-selection--single {
  border: 2px solid #00B5AC;
}
.com-filter-container .filter:nth-child(2) .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #00B5AC;
}
.com-filter-container .filter:nth-child(2) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #00B5AC transparent transparent transparent;
}
.com-filter-container .filter:nth-child(3) .select2-container--default .select2-selection--single {
  border: 2px solid #FFA833;
}
.com-filter-container .filter:nth-child(3) .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFA833;
}
.com-filter-container .filter:nth-child(3) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFA833 transparent transparent transparent;
}

.com-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-pagination a {
  display: inline-block;
}
.com-pagination .prev, .com-pagination .next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .com-pagination .prev, .com-pagination .next {
    width: 24px;
    height: 24px;
  }
}
.com-pagination .prev {
  margin-right: 35px;
  background-image: url("../img/icon/prev-green.svg");
}
@media screen and (max-width: 991px) {
  .com-pagination .prev {
    margin-right: 24px;
  }
}
.com-pagination .next {
  margin-left: 35px;
  background-image: url("../img/icon/next-green.svg");
}
@media screen and (max-width: 991px) {
  .com-pagination .next {
    margin-left: 24px;
  }
}
.com-pagination .page {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #6B6B6B;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .com-pagination .page {
    font-size: 1em;
  }
}
.com-pagination .page.current {
  color: #ffffff;
  background-color: #208198;
  pointer-events: none;
}
.com-pagination .page:not(:nth-last-child(2)) {
  margin-right: 12px;
}
@media screen and (max-width: 991px) {
  .com-pagination .page:not(:nth-last-child(2)) {
    margin-right: 0;
  }
}

.com-popup {
  max-width: 90vw;
  margin: 0 auto;
}
.com-popup video, .com-popup img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .com-popup video, .com-popup img {
    border-radius: 12px;
  }
}
.com-popup#img-popup {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next, .swiper-button-prev {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #208198;
  box-shadow: 1.4px 1.4px 6.98px 0px rgba(103, 82, 50, 0.15);
  opacity: 1;
}

.swiper-button-next:after {
  content: "";
  width: 31px;
  height: 31px;
  display: block;
  background-image: url("../img/icon/swiper-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev:after {
  content: "";
  width: 31px;
  height: 31px;
  display: block;
  background-image: url("../img/icon/swiper-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(-1);
}

.page-deco-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

.page-deco {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .page-deco {
    opacity: 0.6;
  }
}
.page-deco.deco-1 {
  background-image: url("../img/deco/inner-page-1.png");
  width: 864px;
  height: 529px;
  right: -440px;
  top: 350px;
  transform: rotate(1.54deg);
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .page-deco.deco-1 {
    width: 497px;
    height: 304px;
    right: -260px;
    top: 200px;
  }
}
.page-deco.deco-2 {
  background-image: url("../img/deco/inner-page-2.png");
  width: 772px;
  height: 434px;
  left: -490px;
  top: 920px;
  transform: rotate(7.5deg);
}
@media screen and (max-width: 991px) {
  .page-deco.deco-2 {
    width: 528px;
    height: 296px;
    left: -350px;
    top: 920px;
  }
}
.page-deco.deco-3 {
  background-image: url("../img/deco/inner-page-3.png");
  width: 915px;
  height: 540px;
  top: 1554px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .page-deco.deco-3 {
    width: 482px;
    height: 284px;
    top: 1690px;
    right: -220px;
  }
}

.com-box {
  position: relative;
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.com-box:nth-child(3n+1) {
  background-color: #007CB6;
}
.com-box:nth-child(3n+2) {
  background-color: #00B5AC;
}
.com-box:nth-child(3n+3) {
  background-color: #FFA833;
}
.com-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .com-box .icon {
    width: 34px;
    height: 34px;
    background-size: 40px;
    margin-bottom: 5px;
  }
}
.com-box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.com-box .title {
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .com-box .title {
    font-size: 1.125em;
    line-height: 1.2;
  }
}
.com-box .desc {
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 4px;
  color: #FAFAFA;
  font-size: 0.875em;
}
@media screen and (max-width: 991px) {
  .com-box .desc {
    font-size: 0.75em;
    line-height: 1.2;
    margin-top: 8px;
  }
}
.com-box .link {
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .com-box .link {
    margin-top: 10px;
    font-size: 0.75em;
  }
}

.com-accordion {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
}
.com-accordion:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .com-accordion:not(:last-child) {
    margin-bottom: 16px;
  }
}
.com-accordion.active .item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
.com-accordion.active .item:after {
  background-image: url("../img/icon/minimize-white.svg");
}
.com-accordion .item {
  position: relative;
  padding: 22px 70px 22px 24px;
  font-size: 1.0625em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-right: 50px;
  cursor: pointer;
  background-color: #E5F3F3;
  color: #4c4c4c;
  border-radius: 12px;
  box-shadow: 2px 2px 6px 0px rgba(100, 89, 77, 0.05);
}
@media screen and (max-width: 991px) {
  .com-accordion .item {
    font-size: 0.875em;
    padding: 20px 70px 20px 16px;
  }
}
.com-accordion .item > span {
  display: block;
}
.com-accordion .item:after {
  content: "";
  display: block;
  background-color: #208198;
  background-image: url("../img/icon/expand-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .com-accordion .item:after {
    width: 32px;
    height: 32px;
    right: 18px;
  }
}
.com-accordion .details {
  display: none;
  padding: 0 24px;
  background-color: #E5F3F3;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 991px) {
  .com-accordion .details {
    padding: 0 18px;
  }
}
.com-accordion .details .group {
  border-top: 2px solid rgba(129, 129, 129, 0.1);
  padding: 24px 0;
  font-size: 0.875em;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #6B6B6B;
}
@media screen and (max-width: 991px) {
  .com-accordion .details .group {
    padding: 16px 0;
    font-size: 0.8125em;
  }
}
.com-accordion .details .group .title, .com-accordion .details .group .com-txt {
  padding: 0 8px;
}
@media screen and (max-width: 991px) {
  .com-accordion .details .group .title, .com-accordion .details .group .com-txt {
    padding: 0 10px;
  }
}
.com-accordion .details .group .title {
  font-weight: 700;
  color: #007CB6;
}
.com-accordion .details .group .com-txt {
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .com-accordion .details .group .com-txt {
    margin-top: 6px;
  }
}
.com-accordion .details .group .com-txt li {
  position: relative;
  padding-left: 16px;
}
.com-accordion .details .group .com-txt li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
  top: 9px;
  left: 6px;
  background-color: #6B6B6B;
}

.option-container select {
  width: 100%;
  background-color: #ffffff;
  padding: 16px 38px 16px 12px;
  border-radius: 8px;
  color: #6B6B6B;
  font-size: 0.8125em;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/icon/select-arrow.png");
  background-size: 8.4px 4.8px;
  background-repeat: no-repeat;
  background-position: right 21px center;
}
.option-container select::-ms-expand {
  display: none;
}

.com-tab-container {
  display: flex;
  justify-content: center;
}
.com-tab-container .bg-wrap {
  background-color: #EAF4F4;
  border-radius: 16px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .com-tab-container .bg-wrap {
    width: 100%;
  }
}
.com-tab-container .row {
  justify-content: center;
}
.com-tab-container .tab {
  font-size: 1.0625em;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  padding: 18px 20px;
  border-radius: 16px;
  letter-spacing: 0.02em;
  color: rgba(54, 127, 144, 0.3);
  min-width: 180px;
}
@media screen and (max-width: 991px) {
  .com-tab-container .tab {
    width: 50%;
  }
}
.com-tab-container .tab.active {
  background-color: #ffffff;
  color: #367F90;
}

.parent-share .swiper {
  overflow: visible;
}
.parent-share .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .parent-share .top-row {
    margin-bottom: 30px;
  }
}
.parent-share .top-row .com-subhead {
  margin: 0;
  padding: 10px 0;
}
.parent-share .swiper-navigation {
  position: relative;
  display: flex;
}
.parent-share .swiper-navigation .swiper-button-prev,
.parent-share .swiper-navigation .swiper-button-next {
  position: relative;
  margin: 0;
  right: auto;
  left: auto;
  width: 56px;
  height: 56px;
  box-shadow: 1.09px 1.09px 5.43px 0px rgba(103, 82, 50, 0.15);
}
@media screen and (max-width: 991px) {
  .parent-share .swiper-navigation .swiper-button-prev,
  .parent-share .swiper-navigation .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.parent-share .swiper-navigation .swiper-button-prev.swiper-button-disabled,
.parent-share .swiper-navigation .swiper-button-next.swiper-button-disabled {
  background-color: #ffffff;
  opacity: 1;
}
.parent-share .swiper-navigation .swiper-button-prev.swiper-button-disabled:after,
.parent-share .swiper-navigation .swiper-button-next.swiper-button-disabled:after {
  background-image: url("../img/icon/arrow-right-grey.svg");
}
.parent-share .swiper-navigation .swiper-button-prev:after,
.parent-share .swiper-navigation .swiper-button-next:after {
  width: 24px;
  height: 24px;
}
.parent-share .swiper-navigation .swiper-button-prev {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .parent-share .swiper-navigation .swiper-button-prev {
    margin-right: 12px;
  }
}

.parent-share .bg {
  background-color: #D5EEEE;
  padding-bottom: 100px;
}
.parent-share .inner-container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .parent-share .inner-container {
    top: -30px;
  }
}
@media screen and (max-width: 991px) {
  .parent-share .top-row {
    justify-content: center;
  }
}
.parent-share .slide:before, .parent-share .slide:after,
.parent-share .wrapper:before,
.parent-share .wrapper:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(232, 225, 218, 0.3);
}
.parent-share .slide:before,
.parent-share .wrapper:before {
  left: 20px;
}
.parent-share .slide:after,
.parent-share .wrapper:after {
  right: 20px;
}
@media screen and (max-width: 991px) {
  .parent-share .swiper-slide {
    transition: transform 0.5s ease-in-out;
  }
}
@media screen and (min-width: 575px) and (max-width: 991px) {
  .parent-share .swiper-slide {
    transform: scale(0.92);
  }
}
@media screen and (max-width: 575px) {
  .parent-share .swiper-slide {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 991px) {
  .parent-share .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
@media screen and (max-width: 991px) {
  .parent-share .swiper {
    padding: 0 22px;
  }
}
.parent-share .slide {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 8px 7px 0px 0px rgba(0, 124, 182, 0.08);
  padding: 128px 32px 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .parent-share .slide {
    padding: 175px 32px 90px;
    border-radius: 12px;
  }
}
.parent-share .slide:before, .parent-share .slide:after {
  top: 20px;
}
.parent-share .wrapper:before, .parent-share .wrapper:after {
  bottom: 20px;
}
.parent-share .swiper-navigation {
  position: absolute;
  right: 0;
  top: -98px;
}
@media screen and (max-width: 991px) {
  .parent-share .swiper-navigation {
    top: auto;
    bottom: -73px;
    right: auto;
    justify-content: center;
    width: 100%;
    left: auto;
    transform: none;
    padding-right: 44px;
  }
}
.parent-share .swiper-slide:nth-child(3n+1) .quote {
  color: #FFA833;
}
.parent-share .swiper-slide:nth-child(3n+1) .quote:before {
  background-image: url("../img/icon/quotation-mark-orange.svg");
}
.parent-share .swiper-slide:nth-child(3n+2) .quote {
  color: #00B5AC;
}
.parent-share .swiper-slide:nth-child(3n+2) .quote:before {
  background-image: url("../img/icon/quotation-mark-green.svg");
}
.parent-share .swiper-slide:nth-child(3n+3) .quote {
  color: #007CB6;
}
.parent-share .swiper-slide:nth-child(3n+3) .quote:before {
  background-image: url("../img/icon/quotation-mark-blue.svg");
}
.parent-share .quote {
  position: relative;
  padding-bottom: 24px;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 991px) {
  .parent-share .quote {
    font-size: 1.125em;
    line-height: 1.6;
  }
}
.parent-share .quote:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 30px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .parent-share .quote:before {
    width: 37px;
    top: -68px;
    height: 30px;
  }
}
.parent-share .school {
  position: relative;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #4c4c4c;
  padding-top: 18px;
}
@media screen and (max-width: 991px) {
  .parent-share .school {
    font-size: 1em;
  }
}
.parent-share .school:before {
  content: "";
  background-color: #DBDBDB;
  width: 37px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.parent-share .from {
  position: relative;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #6B6B6B;
  margin-top: 7px;
  color: #868686;
}
@media screen and (max-width: 991px) {
  .parent-share .from {
    margin-top: 5px;
    font-size: 0.875em;
    letter-spacing: 0.02em;
  }
}

.com-table-row table {
  overflow: hidden;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .com-table-row table {
    width: 100%;
  }
}
.com-table-row table tr:nth-child(odd) td {
  background-color: #F5FCFA;
}
.com-table-row table tr:last-child td:not(:first-child), .com-table-row table tr:last-child td:not(:last-child) {
  border-bottom: 3px solid #CCF0EE;
}
.com-table-row table tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.com-table-row table tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.com-table-row table th,
.com-table-row table td {
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.com-table-row table th:not(:last-child):after,
.com-table-row table td:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  background-color: #DBDBDB;
  right: 0;
}
.com-table-row table th {
  background-color: #4DCBC5;
  color: #ffffff;
  line-height: 1.4;
  padding: 14px;
  font-size: 1.07em;
}
@media screen and (max-width: 991px) {
  .com-table-row table th {
    font-size: 0.857em;
    padding: 12px;
  }
}
.com-table-row table th:not(:last-child):after {
  top: 14px;
  height: calc(100% - 28px);
}
@media screen and (max-width: 991px) {
  .com-table-row table th:not(:last-child):after {
    top: 12px;
    height: calc(100% - 24px);
  }
}
.com-table-row table th:not(:first-child), .com-table-row table th:not(:last-child) {
  border-top: 3px solid #4DCBC5;
}
.com-table-row table th:first-child {
  border-left: 3px solid #4DCBC5;
  border-top: 3px solid #4DCBC5;
}
.com-table-row table th:last-child {
  border-right: 3px solid #4DCBC5;
  border-top: 3px solid #4DCBC5;
}
.com-table-row table td {
  padding: 16px;
  background-color: #ffffff;
  line-height: 1.25;
}
@media screen and (max-width: 991px) {
  .com-table-row table td {
    font-size: 0.857em;
  }
}
@media screen and (max-width: 575px) {
  .com-table-row table td {
    padding: 16px 8px;
  }
}
.com-table-row table td a {
  font-size: 1.14em;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #00B5AC;
}
@media screen and (max-width: 991px) {
  .com-table-row table td a {
    font-size: 1em;
  }
}
.com-table-row table td a:before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon/link.svg");
  width: 20px;
  height: 20px;
}
.com-table-row table td a span {
  position: relative;
}
.com-table-row table td a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00B5AC;
  height: 1px;
  width: 100%;
}
.com-table-row table td:not(:last-child):after {
  top: 16px;
  height: calc(100% - 32px);
}
.com-table-row table td:first-child {
  border-left: 3px solid #CCF0EE;
}
.com-table-row table td:last-child {
  border-right: 3px solid #CCF0EE;
  color: #00B5AC;
}

.sect-event .slide {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .sect-event .slide {
    padding-bottom: 110px;
  }
}
.sect-event .slide .bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1062/600;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .sect-event .slide .bg {
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .sect-event .slide .bg {
    aspect-ratio: 1/1;
  }
}
.sect-event .slide .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .sect-event .slide .bg img {
    border-radius: 12px;
  }
}
.sect-event .slide .desc-wrap {
  position: absolute;
  left: 0;
  bottom: 155px;
  border-radius: 0 20px 20px 0;
  padding: 16px 32px;
  box-shadow: 4px 4px 25px 0px rgba(0, 124, 182, 0.2);
  background-color: #00B4AB;
  min-width: auto;
}
@media screen and (max-width: 991px) {
  .sect-event .slide .desc-wrap {
    padding: 24px;
    border-radius: 0 12px 12px 0;
    max-width: 90%;
    bottom: 130px;
  }
}
.sect-event .slide .desc-wrap h2 {
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .sect-event .slide .desc-wrap h2 {
    font-size: 1.125em;
  }
}
.sect-event .slide .desc-wrap .txt {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .sect-event .slide .desc-wrap .txt {
    font-size: 0.75em;
    line-height: 1.8;
  }
}
.sect-event .slide .desc-wrap .txt .head {
  font-size: 1.0625em;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-right: 7px;
}
@media screen and (max-width: 991px) {
  .sect-event .slide .desc-wrap .txt .head {
    font-size: 1em;
  }
}
.sect-event .swiper-pagination {
  top: auto;
  bottom: 80px;
  right: 0;
  left: auto;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sect-event .swiper-pagination {
    bottom: 60px;
  }
}
.sect-event .swiper-pagination-bullet {
  background-color: transparent;
  margin: 0 !important;
  width: 28px;
  height: 28px;
  opacity: 0.6;
}
.sect-event .swiper-pagination-bullet .path {
  display: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 120s;
  animation-iteration-count: unset;
}
.sect-event .swiper-pagination-bullet .fill-circle {
  transform: translate(6px, 6px);
}
.sect-event .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .fill-circle {
  fill: #C1C1C1;
}
.sect-event .swiper-pagination-bullet-active {
  opacity: 1;
}
.sect-event .swiper-pagination-bullet-active .path {
  display: inline-block !important;
}
.sect-event .swiper-pagination-bullet-active .fill-circle {
  display: none;
}

.com-card {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  margin-bottom: 50px;
  border-radius: 20px;
  box-shadow: 6px 6px 0px 0px rgba(0, 124, 182, 0.05);
}
@media screen and (min-width: 992px) {
  .com-card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .com-card {
    border-radius: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .com-card {
    width: calc((100% - 32px) / 2);
  }
  .com-card:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .com-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.com-card .thumbnail {
  aspect-ratio: 332/265;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .com-card .thumbnail {
    aspect-ratio: 375/240;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.com-card .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  .com-card .thumbnail img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.com-card .desc-wrap {
  padding: 24px 28px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .com-card .desc-wrap {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 20px 28px;
  }
}
.com-card .desc-wrap .title {
  position: relative;
  font-size: 1.0625em;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #007CB6;
  padding-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .com-card .desc-wrap .title {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.com-card .desc-wrap .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #818181;
  width: 103px;
  height: 2px;
  opacity: 0.1;
}
.com-card .desc-wrap .date {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #6B6B6B;
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  .com-card .desc-wrap .date {
    font-size: 0.8125em;
    line-height: 1.5;
  }
}

.com-slider-row .swiper {
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .com-slider-row .swiper {
    padding-right: 45px;
  }
}
.com-slider-row .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .com-slider-row .top-row {
    margin-bottom: 30px;
  }
}
.com-slider-row .top-row .com-subhead {
  margin: 0;
  padding: 10px 0;
}
.com-slider-row .swiper-navigation {
  position: relative;
  display: flex;
}
.com-slider-row .swiper-navigation .swiper-button-prev,
.com-slider-row .swiper-navigation .swiper-button-next {
  position: relative;
  margin: 0;
  right: auto;
  left: auto;
  width: 56px;
  height: 56px;
  box-shadow: 1.09px 1.09px 5.43px 0px rgba(103, 82, 50, 0.15);
}
@media screen and (max-width: 991px) {
  .com-slider-row .swiper-navigation .swiper-button-prev,
  .com-slider-row .swiper-navigation .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.com-slider-row .swiper-navigation .swiper-button-prev.swiper-button-disabled,
.com-slider-row .swiper-navigation .swiper-button-next.swiper-button-disabled {
  background-color: #ffffff;
  opacity: 1;
}
.com-slider-row .swiper-navigation .swiper-button-prev.swiper-button-disabled:after,
.com-slider-row .swiper-navigation .swiper-button-next.swiper-button-disabled:after {
  background-image: url("../img/icon/arrow-right-grey.svg");
}
.com-slider-row .swiper-navigation .swiper-button-prev:after,
.com-slider-row .swiper-navigation .swiper-button-next:after {
  width: 24px;
  height: 24px;
}
.com-slider-row .swiper-navigation .swiper-button-prev {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .com-slider-row .swiper-navigation .swiper-button-prev {
    margin-right: 12px;
  }
}
.com-slider-row .slide .thumbnail {
  border-radius: 20px;
  box-shadow: 8px 7px 0px 0px rgba(0, 124, 182, 0.08), 4px 4px 20px 0px rgba(0, 0, 0, 0.2);
  aspect-ratio: 333/224;
}
@media screen and (max-width: 991px) {
  .com-slider-row .slide .thumbnail {
    border-radius: 12px;
  }
}
.com-slider-row .slide .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .com-slider-row .slide .thumbnail img {
    border-radius: 12px;
  }
}
.com-slider-row .slide .title {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #6B6B6B;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .com-slider-row .slide .title {
    font-size: 1em;
    line-height: 1.25;
  }
}
.com-slider-row .slide.hv-vdo .thumbnail {
  position: relative;
}
.com-slider-row .slide.hv-vdo .thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.25);
}
.com-slider-row .slide.hv-vdo .thumbnail:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  background-image: url("../img/icon/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}

.com-event-swiper {
  margin-top: 60px;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .com-event-swiper {
    margin-top: 30px;
  }
}
.com-event-swiper .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px;
  font-size: 1.0625em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .com-event-swiper .caption {
    font-size: 0.9375em;
    line-height: 1.8;
    text-align: center;
    padding: 24px;
  }
}
.com-event-swiper .wrapper {
  position: relative;
}
.com-event-swiper .wrapper .swiper.swiper-initialized {
  overflow: visible;
}
.com-event-swiper .wrapper .slide {
  display: block;
  position: relative;
  aspect-ratio: 846/520;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .com-event-swiper .wrapper .slide {
    border-radius: 12px;
  }
}
.com-event-swiper .wrapper .slide:hover {
  opacity: 1;
}
.com-event-swiper .wrapper .slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .com-event-swiper .wrapper .slide:after {
    border-radius: 12px;
  }
}
.com-event-swiper .wrapper .slide.popup-with-vdo:hover, .com-event-swiper .wrapper .slide.popup-with-link:hover {
  opacity: 1;
}
.com-event-swiper .wrapper .slide.popup-with-vdo:hover:before, .com-event-swiper .wrapper .slide.popup-with-link:hover:before {
  opacity: 0.7;
}
.com-event-swiper .wrapper .slide.popup-with-vdo:before, .com-event-swiper .wrapper .slide.popup-with-link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-image: url("../img/icon/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .com-event-swiper .wrapper .slide.popup-with-vdo:before, .com-event-swiper .wrapper .slide.popup-with-link:before {
    width: 50px;
    height: 50px;
  }
}
.com-event-swiper .wrapper .slide.popup-with-vdo:after, .com-event-swiper .wrapper .slide.popup-with-link:after {
  opacity: 1;
}
.com-event-swiper .wrapper .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .com-event-swiper .wrapper .slide img {
    border-radius: 12px;
  }
}
.com-event-swiper .swiper.swiper-initialized {
  overflow: visible;
}
.com-event-swiper .swiper-button-next, .com-event-swiper .swiper-button-prev {
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
}
@media screen and (max-width: 991px) {
  .com-event-swiper .swiper-button-next, .com-event-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: -20px;
    top: auto;
  }
}
.com-event-swiper .swiper-button-next:after, .com-event-swiper .swiper-button-prev:after {
  width: 24px;
  height: 24px;
}
.com-event-swiper .swiper-button-prev {
  left: -110px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .com-event-swiper .swiper-button-prev {
    left: -80px;
  }
}
@media screen and (max-width: 991px) {
  .com-event-swiper .swiper-button-prev {
    right: 80px;
    left: auto;
  }
}
.com-event-swiper .swiper-button-next {
  right: -110px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .com-event-swiper .swiper-button-next {
    right: -80px;
  }
}
@media screen and (max-width: 991px) {
  .com-event-swiper .swiper-button-next {
    right: 30px;
  }
}

.com-notice {
  display: flex;
  align-items: center;
  background-color: #0D4D88;
  color: #ffffff;
  padding: 24px 32px;
  border-radius: 20px;
  margin-bottom: 24px;
  box-shadow: 2px 4px 20px 0px rgba(52, 22, 84, 0.05);
}
@media screen and (max-width: 991px) {
  .com-notice {
    border-radius: 12px;
    padding: 20px 24px;
    flex-wrap: wrap;
  }
}
.com-notice .details {
  display: none;
}
.com-notice .date {
  position: relative;
  flex-shrink: 0;
  font-size: 1.0625em;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-right: 32px;
}
@media screen and (max-width: 991px) {
  .com-notice .date {
    font-size: 0.8125em;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.com-notice .date:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5px;
  height: 20px;
  background-color: #DCDCDC;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .com-notice .date:after {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 48px;
    height: 1.5px;
  }
}
.com-notice .wrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding-left: 32px;
}
@media screen and (max-width: 991px) {
  .com-notice .wrap {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.com-notice .wrap .desc {
  padding-right: 30px;
  flex-shrink: 1;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .com-notice .wrap .desc {
    padding-right: 0;
    width: 100%;
  }
}
.com-notice .wrap .desc .title {
  font-size: 1.0625em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .com-notice .wrap .desc .title {
    font-size: 0.9375em;
  }
}
.com-notice .wrap .desc .description {
  margin-top: 12px;
  font-size: 0.875em;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .com-notice .wrap .desc .description {
    margin-top: 5px;
    font-size: 0.75em;
    line-height: 1.6;
  }
}
.com-notice .wrap .more {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .com-notice .wrap .more {
    margin-top: 14px;
  }
}
@media screen and (max-width: 991px) {
  .com-notice .wrap .more .com-btn {
    border-radius: 0;
  }
}
.com-notice .wrap .more .com-btn .txt {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .com-notice .wrap .more .com-btn .txt {
    text-decoration: underline;
  }
}
.com-notice .wrap .more .com-btn .arrow {
  background-color: #ffffff;
  border-color: #0D4D88;
}
@media screen and (max-width: 991px) {
  .com-notice .wrap .more .com-btn .arrow {
    width: 24px;
    height: 24px;
    margin-left: 7px;
  }
}
.com-notice .wrap .more .com-btn .arrow:after {
  background-image: url("../img/icon/arrow-right-dark-blue.svg");
}
@media screen and (max-width: 991px) {
  .com-notice .wrap .more .com-btn .arrow:after {
    width: 13px;
    height: 13px;
    top: 4px;
    left: 4px;
  }
}

.mfp-iframe-scaler {
  min-height: 80vh;
}

.mfp-iframe-scaler iframe {
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 2px 4px 20px 0px rgba(52, 22, 84, 0.05);
}

.mfp-iframe-holder .mfp-content {
  max-width: 90vw;
}

.mfp-close {
  position: fixed;
  width: 24px;
  height: 24px;
  opacity: 1;
  font-family: "Noto Sans HK", serif;
  right: 32px !important;
  top: 45px !important;
}

.mfp-close-btn-in .mfp-close {
  color: #4c4c4c;
}

@media screen and (max-width: 991px) {
  .mfp-container {
    padding: 0 24px;
  }
}

.mfp-bg {
  background-color: #ffffff;
  opacity: 0.8;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.select2-dropdown {
  overflow: hidden;
  border-radius: 12px !important;
  border: 2px solid #EDEDED !important;
  top: 2px;
  font-size: 0.8125em;
}

.select2-results__option {
  padding: 12px;
}

.select2-container--default .select2-results__option--selected {
  background-color: #DCDCDC;
  color: #7E7E7E;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #818181;
}

#notice-popup {
  position: relative;
  max-width: 1062px;
  margin: 50px auto 20px auto;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 2px 4px 20px 0px rgba(52, 22, 84, 0.05);
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  #notice-popup {
    padding: 40px 30px;
  }
}
#notice-popup .mfp-close {
  position: absolute;
  top: -45px !important;
  right: 0px !important;
}
#notice-popup .title {
  position: relative;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #4c4c4c;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  #notice-popup .title {
    font-size: 1.25em;
  }
}
#notice-popup .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 168px;
  height: 2px;
  background-color: #CCCCCC;
  opacity: 0.3;
}
#notice-popup .date {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #6B6B6B;
  padding-top: 16px;
}
#notice-popup .content {
  margin-top: 40px;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #6B6B6B;
}

.not-found-page .page-intro {
  padding-top: 245px;
  margin-bottom: 320px;
}
@media screen and (max-width: 991px) {
  .not-found-page .page-intro {
    padding-top: 60px;
    margin-bottom: 100px;
  }
}
.not-found-page .page-intro .com-head {
  padding-right: 0;
}
.not-found-page .page-intro .intro-row {
  margin-top: 72px;
}
@media screen and (max-width: 991px) {
  .not-found-page .page-intro .intro-row {
    margin-top: 35px;
  }
}
.not-found-page .page-intro .intro-row .com-txt {
  text-align: left;
}
.not-found-page .page-intro .btn-container {
  margin-top: 40px;
}

.album-popup {
  padding: 40px 85px 140px;
  max-width: 1064px;
}
@media screen and (max-width: 991px) {
  .album-popup {
    padding-right: 0;
    padding-left: 0;
  }
}
.album-popup .title {
  position: relative;
  font-size: 2.25em;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4c4c4c;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .album-popup .title {
    font-size: 1.5em;
  }
}
.album-popup .swiper-gallery {
  margin-bottom: 32px;
}
.album-popup .swiper-gallery .swiper {
  padding: 0 85px;
  margin-left: -85px;
  margin-right: -85px;
  width: calc(100% + 170px);
}
@media screen and (max-width: 991px) {
  .album-popup .swiper-gallery .swiper {
    padding: 0 30px;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}
.album-popup .swiper-gallery .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-popup .swiper-gallery .swiper-slide-active .slide {
  opacity: 1;
}
.album-popup .swiper-gallery .slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .album-popup .swiper-gallery .slide {
    border-radius: 12px;
  }
}
.album-popup .swiper-gallery .slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(39, 39, 39, 0) 79.34%, rgba(39, 39, 39, 0.36) 84.15%, rgba(39, 39, 39, 0.745683) 90.98%, rgba(39, 39, 39, 0.9) 100%);
  transition: all 0.3s ease-in-out;
}
.album-popup .swiper-gallery .slide.is-vdo {
  cursor: pointer;
}
.album-popup .swiper-gallery .slide.is-vdo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/play.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .album-popup .swiper-gallery .slide.is-vdo:after {
    background-size: 30px;
  }
}
.album-popup .swiper-gallery .slide.is-vdo img {
  border-radius: 0;
}
.album-popup .swiper-gallery .slide.is-vdo video, .album-popup .swiper-gallery .slide.is-vdo iframe {
  display: none;
  width: 100%;
}
.album-popup .swiper-gallery .slide.is-vdo.played:after {
  display: none;
}
.album-popup .swiper-gallery .slide.is-vdo.played video, .album-popup .swiper-gallery .slide.is-vdo.played iframe {
  display: block;
}
.album-popup .swiper-gallery .slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px;
  font-size: 1.0625em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .album-popup .swiper-gallery .slide .caption {
    font-size: 0.9375em;
    line-height: 1.8;
    text-align: center;
    padding: 24px;
  }
}
.album-popup .swiper-gallery .slide img, .album-popup .swiper-gallery .slide video {
  display: block;
  width: 100%;
}
.album-popup .swiper-thumbnail .swiper {
  padding-bottom: 24px;
}
.album-popup .swiper-thumbnail .swiper-slide {
  height: auto;
  align-self: stretch;
}
.album-popup .swiper-thumbnail .slide {
  position: relative;
  cursor: pointer;
  aspect-ratio: 138/93;
  border: 4px solid #F6F6F6;
  border-radius: 12px;
  overflow: hidden;
}
.album-popup .swiper-thumbnail .slide:hover:before {
  opacity: 0;
}
.album-popup .swiper-thumbnail .slide.is-vdo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/play.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.album-popup .swiper-thumbnail .slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.album-popup .swiper-thumbnail .slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.album-popup .swiper-thumbnail .swiper-slide-thumb-active .slide {
  border-color: #00B5AC;
}
.album-popup .swiper-thumbnail .swiper-slide-thumb-active .slide:before {
  opacity: 0;
}
.album-popup .swiper-thumbnail img {
  border-radius: 0;
}
.album-popup .swiper-thumbnail .swiper-pagination {
  bottom: 0;
}
.album-popup .swiper-thumbnail .swiper-pagination-bullet {
  background: #C1C1C1;
  opacity: 1;
  width: 7.2px;
  height: 7.2px;
  margin: 0 5px;
}
.album-popup .swiper-thumbnail .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFA833;
}
.album-popup .swiper-button-next, .album-popup .swiper-button-prev {
  width: 56px;
  height: 56px;
}
.album-popup .swiper-button-next:after, .album-popup .swiper-button-prev:after {
  width: 24px;
  height: 24px;
}
.album-popup .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 991px) {
  .album-popup .swiper-button-next {
    right: 10px;
  }
}
.album-popup .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 991px) {
  .album-popup .swiper-button-prev {
    left: 10px;
  }
}

html[lang=en] .page-intro .top-row .com-head {
  font-weight: 900;
}
html[lang=en] .com-subhead {
  font-weight: 900;
  letter-spacing: 0;
}
html[lang=en] .com-head {
  letter-spacing: 0;
  font-weight: 700;
}
html[lang=en] .com-head .highlight {
  font-weight: 900;
}
html[lang=en] .page-intro .intro-row .com-txt {
  letter-spacing: 0;
  font-weight: 500;
}
html[lang=en] .com-table-row table th {
  font-weight: 900;
}
html[lang=en] .com-notice .date {
  letter-spacing: 0;
}
html[lang=en] .com-notice .wrap .desc .title {
  font-weight: 800;
}
html[lang=en] .com-box .title {
  font-weight: 800;
  letter-spacing: 0;
}
html[lang=en] .com-box .desc {
  letter-spacing: 0;
}
html[lang=en] .card-swiper-row .col-r h2 {
  letter-spacing: 0;
}
html[lang=en] .contact-us-bar .col-l .com-head {
  font-weight: 900;
  letter-spacing: 0;
}
html[lang=en] .contact-us-bar .col-l .desc {
  letter-spacing: 0;
}
html[lang=en] .contact-us-bar .col-r .item .title {
  font-weight: 800;
  letter-spacing: 0;
}
html[lang=en] .card-swiper-row .col-r .com-txt {
  letter-spacing: 0;
}
html[lang=en] .com-slider-row .slide .title {
  letter-spacing: 0;
}
html[lang=en] .com-filter-container .filter .select2-container--default .select2-selection--single {
  letter-spacing: 0;
  font-weight: 800;
}

@keyframes arrow-move-right {
  0% {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
  50% {
    clip-path: inset(0 100% 0 0);
    transform: translateX(20px);
  }
  51% {
    clip-path: inset(0 0 0 100%);
    transform: translateX(-20px);
  }
  to {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
html[lang=en] .com-btn, html[lang=en] .com-head, html[lang=en] .com-subhead, html[lang=en] .com-back-row {
  letter-spacing: 0;
}
html[lang=en] .contact-us-bar .col-l .desc {
  letter-spacing: 0;
}
html[lang=en] .contact-us-bar .col-r .item .title {
  letter-spacing: 0;
}
html[lang=en] .page-intro .top-row .anchor-list a {
  letter-spacing: 0;
}
html[lang=en] .page-intro .intro-row .com-txt {
  letter-spacing: 0;
}
html[lang=en] .com-swiper-row .col-r h2, html[lang=en] .com-swiper-row .col-r .highlight, html[lang=en] .com-swiper-row .col-r .com-txt, html[lang=en] .com-swiper-row .col-r .more .word {
  letter-spacing: 0;
}
html[lang=en] .com-filter-container .filter .select2-container--default .select2-selection--single {
  letter-spacing: 0;
}
html[lang=en] .com-card .desc-wrap .title, html[lang=en] .com-card .desc-wrap .date {
  letter-spacing: 0;
}
html[lang=en] .sect-event .slide .desc-wrap h2, html[lang=en] .sect-event .slide .desc-wrap .txt .head {
  letter-spacing: 0;
}
html[lang=en] .com-table-row table td d {
  letter-spacing: 0;
}
html[lang=en] .parent-share .quote, html[lang=en] .parent-share .school, html[lang=en] .parent-share .from {
  letter-spacing: 0;
}
html[lang=en] .com-accordion .item, html[lang=en] .com-accordion .details .group {
  letter-spacing: 0;
}
html[lang=en] .com-tab-container .tab {
  letter-spacing: 0;
}
html[lang=en] .option-container select {
  letter-spacing: 0;
}
html[lang=en] .com-box .title, html[lang=en] .com-box .desc, html[lang=en] .com-box .link {
  letter-spacing: 0;
}
html[lang=en] .com-pagination .page {
  letter-spacing: 0;
}
html[lang=en] .com-slider-row .slide .title {
  letter-spacing: 0;
}
html[lang=en] .com-event-swiper .caption {
  letter-spacing: 0;
}
html[lang=en] .com-notice .date {
  letter-spacing: 0;
}
html[lang=en] .com-notice .wrap .desc .title, html[lang=en] .com-notice .wrap .desc .description {
  letter-spacing: 0;
}
html[lang=en] #notice-popup .title {
  letter-spacing: 0;
  font-weight: 800;
}
html[lang=en] #notice-popup .date {
  letter-spacing: 0;
}
html[lang=en] #notice-popup .content {
  letter-spacing: 0;
}
html[lang=en] .album-popup .swiper-gallery .slide .caption {
  letter-spacing: 0;
}
html[lang=en] .album-popup .title {
  letter-spacing: 0;
}
html[lang=en] .com-back-row {
  letter-spacing: 0;
}

.rte-sty a {
  color: #00B5AC;
}
.rte-sty a:hover {
  color: #009A92;
  opacity: 1;
}
.rte-sty ol {
  list-style-type: decimal;
}
.rte-sty ul {
  list-style-type: disc;
}/*# sourceMappingURL=common.css.map */