@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
header.headroom--top {
  background-color: transparent;
}

html[lang=tc] .btn-scroll-down .txt {
  width: 20px;
  word-break: break-all;
}

.kv {
  padding-top: 27px;
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .kv {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.kv .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/homepage/kv-pattern.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media screen and (max-width: 991px) {
  .kv .pattern {
    display: none;
  }
}
.kv .pattern:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1039px;
  height: 100%;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 97.48%);
}
.kv .inner-container:before {
  content: "";
  display: block;
  width: 544px;
  height: 552px;
  border-radius: 80px;
  transform: rotate(10deg);
  background-color: #F4F4F4;
  position: absolute;
  top: -640px;
  left: -210px;
}
.kv .inner-container:after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 1607.209px;
  height: 1484.177px;
  transform: rotate(100.915deg);
  position: absolute;
  right: -700px;
  top: -730px;
  border-bottom-right-radius: 300px;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .kv .inner-container:after {
    width: 742px;
    height: 742px;
    border-radius: 104px;
    top: -180px;
    left: 150px;
    transform: rotate(-150deg);
  }
}
.kv .swiper {
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .kv .swiper {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.kv .slide {
  padding: 24px 0 57px 104px;
}
@media screen and (min-width: 1180px) and (max-width: 1399px) {
  .kv .slide {
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .kv .slide {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .kv .slide {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .kv .slide .row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.kv .slide .col-bg {
  width: 78%;
}
@media screen and (max-width: 991px) {
  .kv .slide .col-bg {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .kv .slide .col-bg .bg {
    height: 268px;
  }
}
.kv .slide .col-bg .bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  max-height: 100%;
}
.kv .slide .col-desc {
  margin-left: -50%;
  position: relative;
  width: 448px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 40px 0 0 0;
  flex-shrink: 0;
  align-self: center;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .kv .slide .col-desc {
    margin-left: 32px;
    margin-right: 32px;
    width: calc(100% - 64px);
    margin-top: -70px;
    padding: 20px 32px;
  }
}
.kv .slide .col-desc .category {
  display: inline-block;
  background-color: #0C8295;
  color: #ffffff;
  padding: 0 16px;
  border-radius: 60px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .kv .slide .col-desc .category {
    font-size: 0.875em;
    line-height: 1.71;
  }
}
.kv .slide .col-desc .title {
  font-size: 1.75em;
  line-height: 1.43;
  letter-spacing: 0.84px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .kv .slide .col-desc .title {
    font-size: 1.25em;
    line-height: 1.4;
    letter-spacing: 0.6px;
    margin-bottom: 0;
  }
}
.kv .slide .col-desc p {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 2;
  letter-spacing: 0.32px;
  font-weight: 350;
}
@media screen and (max-width: 991px) {
  .kv .slide .col-desc p {
    display: none;
  }
}
.kv .slide .col-desc .btn-container {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .kv .slide .col-desc .btn-container {
    margin-top: 16px;
  }
}
.kv .swiper-navigation {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .kv .swiper-navigation {
    margin-top: 24px;
    justify-content: center;
    padding: 0 32px;
  }
}
.kv .swiper-button-next, .kv .swiper-button-prev {
  position: relative;
  display: flex;
  width: 64px;
  height: 64px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #827611;
  left: auto;
  right: auto;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .kv .swiper-button-next, .kv .swiper-button-prev {
    display: none;
  }
}
.kv .swiper-button-next:hover, .kv .swiper-button-prev:hover {
  opacity: 0.8;
}
.kv .swiper-button-next:after, .kv .swiper-button-prev:after {
  font-size: 32px;
  font-weight: bold;
}
.kv .swiper-button-prev {
  color: #827611;
  margin-right: 33px;
}
.kv .swiper-button-next {
  background-color: #827611;
  color: #ffffff;
  margin-right: 40px;
}
.kv .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  bottom: auto;
  left: auto;
}
.kv .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-left: 0 !important;
}
@media screen and (max-width: 991px) {
  .kv .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.kv .swiper-pagination-bullet:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 991px) {
  .kv .swiper-pagination-bullet:not(:last-child) {
    margin-right: 12px;
  }
}
.kv .swiper-pagination-bullet-active {
  background-color: #C8BA2A;
  width: 48px;
  border-radius: 40px;
}
.kv .btn-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateY(50%);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .kv .btn-scroll-down {
    display: none;
  }
}
.kv .btn-scroll-down:hover .line:after {
  transform: translateY(104px);
}
.kv .btn-scroll-down .txt {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
  display: inline-block;
}
.kv .btn-scroll-down .line {
  position: absolute;
  right: -18px;
  top: 32px;
  width: 2px;
  height: 104px;
  background-color: #414042;
  display: block;
}
.kv .btn-scroll-down .line:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #414042;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -4px;
  transition: all 0.5s ease-in-out;
}

.share {
  padding-top: 90px;
  padding-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .share {
    padding-top: 20px;
  }
}
.share .inner-container:before {
  content: "";
  display: block;
  border-radius: 50px;
  width: 1171px;
  height: 104px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(270deg, rgba(169, 255, 251, 0) 1.43%, #A9FFFB 75.01%);
  left: -820px;
  top: -22px;
}
@media screen and (max-width: 991px) {
  .share .inner-container:before {
    width: 450px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .share .inner-container:before {
    top: 40px;
    left: -280px;
  }
}
.share .inner-container:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 309px;
  height: 43px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 20.16%, #FFF 97.92%);
  bottom: 92px;
  right: -390px;
}
@media screen and (max-width: 991px) {
  .share .inner-container:after {
    width: 430px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .share .inner-container:after {
    right: -140px;
    bottom: -24px;
    background-image: linear-gradient(267deg, rgba(255, 211, 223, 0) 1.84%, rgba(255, 211, 223, 0.5) 98.15%);
  }
}
.share .watermark {
  position: absolute;
  right: -168px;
  bottom: -160px;
  color: rgba(200, 186, 42, 0.1);
  font-size: 200px;
  font-weight: 100;
  letter-spacing: 37px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .share .watermark {
    display: none;
  }
}
.share .wrapper {
  position: relative;
  z-index: 1;
  border-radius: 40px 0px;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  border: 1px solid #C8BA2A;
  background-color: #FFFEF1;
  padding: 42px 64px;
}
@media screen and (min-width: 992px) and (max-width: 1179px) {
  .share .wrapper {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .share .wrapper {
    padding: 24px 32px;
  }
}
.share .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 1179px) {
  .share .row {
    flex-direction: column;
  }
}
.share .col-l {
  padding-top: 40px;
  padding-right: 64px;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) and (max-width: 1179px) {
  .share .col-l {
    padding-top: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .share .col-l {
    padding-top: 0;
    padding-right: 0;
  }
}
.share .col-l h2 {
  margin: 0 0 24px 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 991px) {
  .share .col-l h2 {
    font-size: 1.5em;
    line-height: 1.33;
    color: #BFB100;
    margin-bottom: 8px;
  }
}
.share .col-l .desc {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .share .col-l .desc {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
}
.share .col-l .btn-container {
  margin-top: 32px;
}
@media screen and (max-width: 1179px) {
  .share .col-l .btn-container {
    display: none;
  }
}
.share .col-r {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
}
.share .col-r .type {
  font-size: 1.5em;
  line-height: 1.5;
  color: #58595B;
}
@media screen and (max-width: 991px) {
  .share .col-r .type {
    font-size: 0.81em;
    color: #58595B;
    margin: 0 24px 0 20px;
    min-width: 100px;
    text-align: center;
  }
}
.share .col-r .number {
  font-size: 5em;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .share .col-r .number {
    font-size: 1.75em;
    line-height: 1.14;
  }
}
.share .col-r .plus {
  font-size: 0.5em;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .share .col-r .plus {
    font-size: 0.71em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.14;
    align-self: flex-start;
  }
}
.share .col-r .unit {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.25;
  align-self: flex-end;
  padding-bottom: 8px;
  padding-left: 7px;
}
@media screen and (max-width: 991px) {
  .share .col-r .unit {
    font-size: 1em;
    line-height: 1.5;
    padding-bottom: 0;
  }
}
.share .col-r .projects {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(66, 65, 67, 0.3);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .share .col-r .projects {
    padding: 8px 0;
  }
}
@media screen and (min-width: 992px) {
  .share .col-r .projects .type {
    margin-right: 32px;
  }
}
.share .col-r .projects .ani-number {
  width: 183px;
}
@media screen and (max-width: 991px) {
  .share .col-r .projects .ani-number {
    width: 64px;
  }
}
.share .col-r .organisation, .share .col-r .benefit {
  padding: 24px 20px 0 20px;
}
@media screen and (max-width: 991px) {
  .share .col-r .organisation, .share .col-r .benefit {
    padding: 8px 0;
    display: flex;
    align-items: center;
  }
}
.share .col-r .organisation .type, .share .col-r .benefit .type {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .share .col-r .organisation .type, .share .col-r .benefit .type {
    justify-content: center;
  }
}
.share .col-r .organisation .type:before, .share .col-r .benefit .type:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  .share .col-r .organisation .type:before, .share .col-r .benefit .type:before {
    width: 36px;
    height: 36px;
  }
}
.share .col-r .organisation .number, .share .col-r .benefit .number {
  font-size: 3.5em;
}
@media screen and (max-width: 991px) {
  .share .col-r .organisation .number, .share .col-r .benefit .number {
    font-size: 1.75em;
    line-height: 1.14;
  }
}
.share .col-r .organisation .ani-number, .share .col-r .benefit .ani-number {
  width: 96px;
}
@media screen and (max-width: 991px) {
  .share .col-r .organisation .ani-number, .share .col-r .benefit .ani-number {
    width: 48px;
  }
}
@media screen and (min-width: 992px) {
  .share .col-r .organisation .plus, .share .col-r .benefit .plus {
    font-size: 0.71em;
  }
}
.share .col-r .group {
  display: flex;
  align-items: flex-end;
}
.share .col-r .organisation {
  width: 41%;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1179px) {
  .share .col-r .organisation {
    width: 35%;
  }
}
@media screen and (min-width: 992px) {
  .share .col-r .organisation:after {
    content: "";
    background-color: rgba(66, 65, 67, 0.3);
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    top: 33px;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .share .col-r .organisation {
    width: 100%;
    border-bottom: 1px solid rgba(66, 65, 67, 0.3);
  }
}
.share .col-r .organisation .type:before {
  background-image: url("../img/icon/organisation.svg");
}
.share .col-r .benefit {
  width: 58%;
  padding-left: 10%;
}
@media screen and (max-width: 991px) {
  .share .col-r .benefit {
    width: 100%;
    padding-left: 0;
  }
}
.share .col-r .benefit .type:before {
  background-image: url("../img/icon/benefit.svg");
}
.share .col-r .btn-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 1180px) {
  .share .col-r .btn-container {
    display: none;
  }
}

.focus {
  padding-top: 36px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .focus {
    padding-top: 0;
  }
}
.focus .inner-container:before {
  content: "";
  display: block;
  border-radius: 100px;
  background: #FFFEF1;
  transform: rotate(40.6deg);
  width: 1291px;
  height: 1284px;
  position: absolute;
  z-index: -1;
  right: -377px;
  top: -222px;
}
@media screen and (max-width: 991px) {
  .focus .inner-container:before {
    display: none;
  }
}
.focus .inner-container:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 756px;
  height: 77px;
  position: absolute;
  z-index: -1;
  bottom: -105px;
  right: -192px;
  background-image: linear-gradient(267deg, rgba(255, 211, 223, 0) 1.84%, rgba(255, 211, 223, 0.5) 98.15%);
}
@media screen and (max-width: 991px) {
  .focus .inner-container:after {
    width: 756px;
    height: 77px;
  }
}
@media screen and (max-width: 991px) {
  .focus .inner-container:after {
    display: none;
  }
}
.focus h2 {
  color: #0C8295;
  font-size: 3em;
  line-height: 1.33;
  font-weight: 500;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 991px) {
  .focus h2 {
    font-size: 1.5em;
  }
}
.focus .intro {
  font-size: 1.25em;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #58595B;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .focus .intro {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .focus .row {
    flex-direction: column;
  }
}
.focus .col-l {
  width: 46%;
}
@media screen and (max-width: 991px) {
  .focus .col-l {
    width: 100%;
  }
}
.focus .col-r {
  width: 54%;
  padding-left: 55px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .focus .col-r {
    padding-left: 32px;
  }
}
@media screen and (max-width: 991px) {
  .focus .col-r {
    width: 100%;
    padding-left: 0;
  }
}
.focus .col-r > .btn-container {
  margin-top: 36px;
}
@media screen and (max-width: 991px) {
  .focus .col-r > .btn-container .arrow-btn {
    justify-content: flex-end;
  }
}
.focus .highlight {
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 20px 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .focus .highlight {
    margin-bottom: 16px;
  }
}
.focus .highlight .thumbnail {
  position: relative;
  height: auto;
  margin-bottom: 24px;
}
.focus .highlight .thumbnail:before {
  content: "";
  display: block;
}
@media screen and (max-width: 991px) {
  .focus .highlight .thumbnail:before {
    padding-top: 56.6739606127%;
  }
}
@media screen and (min-width: 992px) {
  .focus .highlight .thumbnail:before {
    padding-top: 56.6739606127%;
  }
}
.focus .highlight .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.focus .highlight .btn-container {
  margin-top: 24px;
  text-align: right;
}
.focus .news .item {
  display: flex;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 20px 0;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  margin-bottom: 16px;
}
.focus .news .item .thumbnail {
  flex-shrink: 0;
  width: 172px;
  height: 156px;
}
.focus .news .item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.focus .news .item .group {
  padding-left: 24px;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.focus .news .item .btn-container {
  margin-top: 24px;
  text-align: right;
}
.focus .desc {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 991px) {
  .focus .desc {
    font-size: 1em;
  }
}

.scheme {
  padding-top: 44px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .scheme {
    padding-top: 0;
    padding-bottom: 16px;
  }
}
.scheme .wrapper {
  padding: 48px 168px 88px 112px;
  background-color: #ffffff;
  margin-left: -112px;
  margin-right: -168px;
  border-radius: 0 0 0 200px;
}
@media screen and (max-width: 991px) {
  .scheme .wrapper {
    padding: 32px 48px 26px;
    margin-left: -32px;
    margin-right: -32px;
    border-radius: 0 0 0 80px;
  }
}
.scheme .intro {
  padding: 24px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #414042;
}
@media screen and (max-width: 991px) {
  .scheme .intro {
    padding: 0 0 24px;
    margin-bottom: 20px;
  }
}
.scheme .intro .row {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .scheme .intro .row .btn-container {
    display: none;
  }
}
.scheme .intro h2 {
  font-size: 2.5em;
  letter-spacing: 1.2px;
  line-height: 1.4;
  color: #827611;
  padding: 16px 0;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .scheme .intro h2 {
    font-size: 1.5em;
    line-height: 1.33;
    color: #0C8295;
    padding: 0;
  }
}
.scheme .intro .desc {
  margin-top: 16px;
  font-size: 1.25em;
  line-height: 2;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: #58595B;
}
@media screen and (max-width: 991px) {
  .scheme .intro .desc {
    letter-spacing: 0.32px;
    line-height: 1.5;
    font-size: 1em;
  }
}
.scheme .accordion .item:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.scheme .accordion .item:nth-child(odd) .scheme {
  background-color: #F9FFFE;
}
.scheme .accordion .item:nth-child(even) .scheme {
  background-color: #FFFAFA;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .item.active .subject:after {
    transform: scaleY(-1);
  }
}
.scheme .accordion .subject {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .subject {
    font-size: 1.25em;
    line-height: 1.6;
    padding-right: 60px;
    cursor: pointer;
    padding-bottom: 16px;
  }
}
.scheme .accordion .subject:before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon/badge.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 56px;
  height: 56px;
  padding: 4px;
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .subject:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .scheme .accordion .subject:after {
    content: "";
    display: inline-block;
    background-image: url("../img/icon/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 48px;
    height: 48px;
    padding: 4px;
    position: absolute;
    right: 0;
    top: -4px;
    transition: transform 0.3s ease-in-out;
  }
}
@media screen and (max-width: 991px) {
  .scheme .accordion .details {
    margin-bottom: 44px;
    display: none;
  }
}
.scheme .accordion .scheme {
  padding: 24px 56px;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme {
    padding: 16px 12px 24px;
  }
}
.scheme .accordion .scheme .status {
  padding-left: 116px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme .status {
    padding-left: 0;
    margin-bottom: 8px;
  }
}
.scheme .accordion .scheme .status span {
  padding: 4px 12px;
  background-color: #EDE372;
  color: #58595B;
  display: inline-block;
  border-radius: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme .status span {
    font-size: 0.81em;
    line-height: 1.84;
  }
}
.scheme .accordion .scheme .row {
  position: relative;
  flex-wrap: nowrap;
}
.scheme .accordion .scheme .col-logo {
  position: relative;
  width: 96px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme .col-logo {
    width: 56px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.scheme .accordion .scheme .col-logo .logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 96px;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme .col-logo .logo {
    height: 56px;
  }
}
.scheme .accordion .scheme .col-desc {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme .col-desc {
    flex-wrap: wrap;
    padding-left: 56px;
  }
}
.scheme .accordion .scheme .col-desc .col-l {
  padding-left: 20px;
  padding-right: 20px;
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme .col-desc .col-l {
    padding-left: 8px;
    padding-right: 0;
  }
}
.scheme .accordion .scheme .col-desc .col-l h3 {
  font-size: 1.5em;
  line-height: 1.33;
  letter-spacing: 0.72px;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme .col-desc .col-l h3 {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: 0.32px;
    min-height: 56px;
    display: flex;
    align-items: center;
  }
}
.scheme .accordion .scheme .col-desc .col-l .applicant {
  margin-bottom: 6px;
}
.scheme .accordion .scheme .col-desc .col-l .applicant:before {
  background-image: url("../img/icon/applicant.svg");
}
.scheme .accordion .scheme .col-desc .col-l .deadline:before {
  background-image: url("../img/icon/calendar.svg");
}
.scheme .accordion .scheme .col-desc .col-l .applicant, .scheme .accordion .scheme .col-desc .col-l .deadline {
  display: flex;
  align-items: center;
  line-height: 1.75;
  letter-spacing: 0.48px;
  color: #58595B;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme .col-desc .col-l .applicant, .scheme .accordion .scheme .col-desc .col-l .deadline {
    display: none;
  }
}
.scheme .accordion .scheme .col-desc .col-l .applicant:before, .scheme .accordion .scheme .col-desc .col-l .deadline:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 4px;
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 8px;
}
.scheme .accordion .scheme .col-desc .btn-container {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .scheme .accordion .scheme .col-desc .btn-container {
    width: calc(100% + 56px);
    margin-top: 16px;
    margin-left: -56px;
    text-align: center;
  }
}

.sec-support {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .sec-support {
    padding-top: 16px;
    padding-bottom: 64px;
  }
}
.sec-support .inner-container:before {
  content: "";
  display: block;
  border-radius: 100px;
  background: #FFF0F4;
  transform: rotate(40.6deg);
  width: 1291px;
  height: 1284px;
  position: absolute;
  z-index: -1;
  left: -877px;
  top: -8px;
}
@media screen and (max-width: 991px) {
  .sec-support .inner-container:before {
    width: 890px;
    height: 886px;
    left: -500px;
    top: -80px;
  }
}/*# sourceMappingURL=index.css.map */