:root {
    --v_gree1: #00d15f;
    --v_gree2: #9cffa3;
    --v_gree3: #007f49;
    --v_gree4: #32F26F;
    --v_blu1: #3700ff;
    --v_blu2: #57e0ff;
    --v_grey1: #505861;
    --v_grey2: #adacaf;
    --v_grey3: #efefef;
    --v_red: #ed2b3d;
    --v_yel: #ffd836;
    --v_ora: #fe8a25;
    --v_pur: #8e71f4;
    --white: #fff;
    --black: #031624;
    --v_blue2: #283D8E;
}

@font-face {
    font-family: ESBuild;
    src: url("https://css.veeam.com/fonts/es-build-family/web/ES-Build.woff2") format("woff2");
    font-weight: 400 700;
    font-display: swap
}

html {
    font-size: 16px
}

body {
    font-family: ESBuild, "Source Sans 3", "Microsoft Yahei", "Noto Sans TC", sans-serif;
    overflow-x: hidden;
    color: var(--black);
    background-color: #0E1334;
}

a {
    color: inherit
}

.sec_wrap {
    margin: 0 auto;
    padding: 3rem 0
}

@media screen and (min-width: 1440px) {
    .sec_wrap {
        max-width: 1440px
    }
}

.fix_aside {
    position: fixed;
    z-index: 99;
    right: 16px;
    bottom: 16px;
    transform: translateX(150%);
    transition: transform 600ms;
    display: flex;
    flex-direction: column
}

.fix_aside.is_active {
    transform: translateX(0%)
}

.fix_aside .fx_item {
    position: relative;
    display: block;
    border-radius: .5em;
    width: 4em;
    height: 4em;
    background: #fff linear-gradient(120deg, #fff, #ddd);
    font-size: .95rem;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .19);
    transition: transform 240ms, box-shadow 240ms
}

.fix_aside .fx_item:nth-child(n+2) {
    margin-top: 10px
}

.fix_aside .fx_item.is_primary {
    background-image: linear-gradient(135deg, var(--v_blu2), var(--v_pur), var(--v_blu1));
    color: #fff
}

.fix_aside .fx_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .19)
}

.fix_aside .fx_item .in_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.fix_aside .fx_item .in_wrap.txt {
    text-align: center;
    line-height: 1.3
}

.fix_aside .fx_item .in_wrap.ic {
    width: 100%;
    height: 100%;
    padding: .6em
}

.fix_aside .fx_item .in_wrap .ic_top {
    width: 100%;
    padding-top: 100%;
    background: url("../../assets/img/ui/arrow_top.png") center/contain no-repeat
}

@keyframes roundAni {
    0% {
        transform: rotate(0deg);
        opacity: 1
    }

    60% {
        opacity: 0
    }

    90% {
        opacity: 0
    }

    100% {
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes bounsAni {
    0% {
        transform: scale(1.08)
    }

    60% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.08)
    }
}

.kv_fixed {
    position: relative;
    width: 100%;
    height: 130vh;
    background-color: #000;
    overflow: hidden;
    z-index: 0;
  }

.kv_fixed .kv__main {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 影片樣式 */
.kv__main__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto; height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

/* 靜態圖（預設隱藏）*/
.kv__main__pic {
    display: none;
    width: 100%;
    animation: bounsAni 25s ease-in-out infinite;
    z-index: 0;
}

/*=== 你原本的 key_visual 區塊 ===*/
.key_visual {
    top:0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.key_visual img {
    width: 100%;
}

.key_visual .kv__logo {
    position: absolute;
    top: 8%;
    left: 5%;
    width: 20%;
}

.key_visual .kv__title {
    position: absolute;
    top: 50%;
    left: 5.46875%;
    width: 56.0417%;
    transform: translateY(-40%);
}

.key_visual .kv__title .t1 {
    width: 100%;
}

.key_visual .kv__date {
    position: absolute;
    bottom: 5%;
    right: 5.46875%;
    width: 36.4583%;
}

.key_visual .kv__date img {
    width: 100%;
    height: auto;
}

.key_visual .header__promo-content {
    position: absolute;
    color: white;
    left: 5%;
    top: 25%;
}

.key_visual .header__promo-content .header__apply-text-shadow {
    text-shadow: 8px 8px 40px rgba(0, 0, 0, .9);
}

.key_visual .header__promo-content .header__text-content {
    width: 100%;
    max-width: 1000px;
}

.key_visual .header__promo-content .header__text-content .header__flag:not(:last-child), .header__title:not(:last-child) {
    margin-bottom: 40px;
}
.key_visual .header__promo-content .header__text-content .header__flag--highlighted {
    color: #32f26f;
}
.key_visual .header__promo-content .header__text-content .header__flag {
    font-size: 36px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.key_visual .header__promo-content .header__text-content .header__title--narrow {
    width: 100%;
}

.key_visual .header__promo-content .header__text-content .header__title {
    font-size: 72px;
    line-height: 60px;
    letter-spacing: -.6px;
    font-weight: 700;
}

.key_visual .header__promo-content .header__text-content .header__title .header__title-highlight {
    color: #00d15f;
}

.key_visual .header__promo-content .header__apply-text-shadow .header__sub-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -.36px;
    font-weight: 700;
}

.key_visual .header__promo-content .header__apply-text-shadow .header__sub-title .header__sub-title--narrow {
    width: 100%;
    max-width: 600px;
}

.key_visual .header__promo-content .header__apply-text-shadow .header__sub-title.time {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
}

.g_main .sc_title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.g_main .sc_title .tit {
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.3;
    /* color: var(--v_gree4); */
    color: #000;
    letter-spacing: .1875rem
}

.g_main .sc_title .tip {
    margin-top: .5rem;
    font-size: 1.25em
}

:root {
    --sc_pdd: 4rem
}

.sc_intro {
    position: relative;
    padding-top: var(--sc_pdd);
    padding-bottom: 20px;
    background: linear-gradient(180deg, #08142F, #08142F)
}

/* .sc_intro .container {
    max-width: 900px
} */

.sc_intro .sc_title .tit {
    color: var(--v_gree4);
    /* color: white; */
}

.sc_intro .sc_title .tip {
    color: #fff
}

.sc_intro .parag {
    max-width: 43em;
    font-size: 1.6em;
    line-height: 1.67;
    margin: 0 auto;
    color: #fff
}

.sc_intro .parag span {
    font-weight: 700
}

.sc_chart {
    position: relative;
    padding-top: 0;
    padding-bottom: calc(1*var(--sc_pdd));
    background: linear-gradient(180deg, #08142F, #08142F)
}

/* .sc_chart .container {
    max-width: 1000px
} */


.sc_active {
  position: relative;
  z-index: 2;
}

.sc_active .sc_title .tit {
  letter-spacing: -0.02em;
}

.section_block {
  padding: 60px 30px;
}

.white_bk {
  background-color: #fff;
}

.white_bk .sc_title .tit .sup {
  opacity: 0.8;
  font-weight: 300;
}

.light_bk {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00d15f), to(#fff));
  background-image: linear-gradient(0deg, #00d15f, #fff);
}

.light_bk .sc_title .sup {
  opacity: 0.8;
  font-weight: 300;
}

.deep_bk {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 95, 75, 0.9)), to(rgba(0, 95, 75, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 95, 75, 0.9), rgba(0, 95, 75, 0.6));
}

.deep_bk .sc_title .tit {
  color: #fff;
}

.deep_bk .sc_title .sup {
  opacity: 0.8;
  font-weight: 300;
}

.sec1_bk {
  padding: 50px 0;
  background: linear-gradient(90deg, rgba(2, 3, 5,1) 50%,rgba(2, 3, 5,.5));
  overflow: hidden;
}

.sec1_2_bk {
  padding: 50px 0;
  /* background-color:#ffffff; */
  overflow: hidden;
}

.sec1_2_bk .sc_title .tit .zh {
  color: #32F26F;
}

.intro_cnt .text {
  padding: 0 2rem;
  font-size: 1.25rem;
  line-height: 1.8;
}

.intro_cnt .text strong {
  color: #16a939;
}

.intro_cnt .data {
  padding: 10px 2rem 0;
}

.intro_cnt .data .items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro_cnt .data .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.5%;
  flex: 0 0 31.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro_cnt .data .chart {
  position: relative;
  border-radius: 50%;
  padding: 80px;
  overflow: hidden;
  border: 1px solid #d60241;
}

.intro_cnt .data .chart::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 1;
  width: 80%;
  height: 80%;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #d60241;
}

.intro_cnt .data .chart.ch1 {
  background: conic-gradient(#d60241, #d60241 306deg, rgba(0, 0, 0, 0.1) 306deg);
}

.intro_cnt .data .chart.ch2 {
  border: 1px solid #00d15f;
  background: conic-gradient(#00d15f, #00d15f 330deg, rgba(0, 0, 0, 0.1) 330deg);
}

.intro_cnt .data .chart.ch2::before {
  border: 1px solid #00d15f;
}

.intro_cnt .data .chart.ch3 {
  background: conic-gradient(#d60241, #d60241 290deg, rgba(0, 0, 0, 0.1) 290deg);
}

.intro_cnt .data .num {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #505861;
}

.intro_cnt .data .num b {
  font-size: 2.5em;
}

.intro_cnt .data .num span {
  font-size: 1.5em;
}

.intro_cnt .data .txt {
  padding-left: 0.875rem;
  line-height: 1.2;
  font-size: 1.25em;
  color: #505861;
}

.intro_cnt .data .ps {
  padding-top: 0.9375rem;
  line-height: 1.2;
  font-size: 0.875rem;
  color: #505861;
  margin: 15px 0 0;
  text-align: center;
}

.intro_cnt .chart {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.intro_cnt .chart img {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.sec2_bk {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #33286D), to(#9D51BF));
  background: linear-gradient(to right, #33286D 0, #9D51BF 100%);
}


.sec2_bk .sc_title .tit {
  color: #fff;
}

.sec2_cnt .items {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.sec2_1_cnt .items {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em 0 2em 0;
  gap: 30px;
}

.sec2_cnt .item {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 32%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec2_1_cnt .item {
  position: relative;
  z-index: 2;
  flex: 0 0 30%;
  color: #000;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  gap: 20px;
  background: white;
  padding: 36px 38px 20px 38px;
  border-radius: 5px;
  /* border-top: 5px solid var(--v_pur); */
  /* box-shadow: 0px 5px 10px rgba(0,0,0,.1); */
  border-radius: 8px;
}

@media (max-width: 767px)  {
  .sec2_1_cnt .item {
    margin: 30px 0;
    width: 100%;
  }
}

.sec2_cnt .item .icon {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec2_1_cnt .item .icon {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}


.sec2_cnt .item .icon img {
  border-radius: 50%;
  max-width: 50%;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.04);
}

.sec2_1_cnt .item .icon img {
  /* border-radius: 50%; */
  max-width: 100%;
  /* -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.04); */
  /* box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.04); */
}

.sec2_cnt .item .white {
  margin-top: -20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  padding: 40px 20px;
  height: 100;
  background-color: #fff;
  -webkit-box-shadow: 12px 23px 24px rgba(3, 94, 94, 0.03), 16px 38px 32px rgba(3, 94, 94, 0.03);
  box-shadow: 12px 23px 24px rgba(3, 94, 94, 0.03), 16px 38px 32px rgba(3, 94, 94, 0.03);
}

.sec2_1_cnt .item .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sec2_cnt .item .tit {
  margin-bottom: 6px;
  font-size: 1.75em;
  line-height: 1;
  color: #002d33;
  font-weight: 700;
  
}

.sec2_1_cnt .item .tit {
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.25;
  color: #000;
  text-align: center;
}

.sec2_cnt .item .sub {
  color: #16a939;
  font-size: 1.33em;
  font-weight: 500;
}

.sec2_1_cnt .item .sub {
  margin-top: 12px;
  color: white;
  font-size: 1em;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

.sec2_1_cnt .item .sub span {
  color: var(--v_pur);
  font-weight: bold;
}

.sec2_cnt .item .list {
  padding-top: 6px;
  margin-bottom: 0;
  color: #000;
  list-style: none;
  padding-left: 0;
}

.sec2_cnt .item .list li {
  margin-top: 6px;
}

.sec3_bk {
  position: relative;
  background: linear-gradient(45deg, #434699, #2A2676 89%, #2A2676 100%);
}

.sec3_bk::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: url("assets/img/season/pattern1.png") center/cover;
}

@-webkit-keyframes hoverAni {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hoverAni {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.sec3_cnt {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.sec3_cnt .top_title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.sec3_cnt .top {
  position: relative;
  padding: 40px 60px;
  border-radius: 30px;
  border: 5px solid #00d15f;
}

.sec3_cnt .top .item {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#16a939), color-stop(20%, #00d15f), color-stop(80%, #00d15f), to(#16a939));
  background: linear-gradient(90deg, #16a939, #00d15f 20%, #00d15f 80%, #16a939);
  text-align: center;
  line-height: 1;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  color: #003738;
}

.sec3_cnt .top .item .t1 {
  font-size: 1.5em;
  font-weight: 500;
}

.sec3_cnt .top .item .t2 {
  font-size: 1em;
  margin-top: 6px;
  font-weight: 300;
}

.sec3_cnt .top .native {
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#7bffe5), color-stop(40%, #288782), color-stop(60%, #288782), to(#7bffe5));
  background: linear-gradient(90deg, #7bffe5, #288782 40%, #288782 60%, #7bffe5);
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 10px;
}

.sec3_cnt .bottom {
  margin-top: 50px;
}

.sec3_cnt .bottom .items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec3_cnt .bottom .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18.5%;
  flex: 0 0 18.5%;
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.sec3_cnt .bottom .normal {
  padding: 120px 14px 16px;
  border-radius: 8px;
  background-color: #3b85f7;
}

.sec3_cnt .bottom .normal .icon {
  position: absolute;
  right: 0;
  top: 16px;
}

.sec3_cnt .bottom .normal .tit {
  font-size: 1.25em;
  color: #fff;
}

.sec3_cnt .bottom .hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 4px 8px;
  background-color: #fff;
  color: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: hoverAni 3s linear infinite alternate;
  animation: hoverAni 3s linear infinite alternate;
}

.sec3_cnt .bottom .hover .comp {
  margin: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec3_cnt .bottom .hover .comp .i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  padding-right: 8px;
  text-align: center;
}

.sec3_cnt .bottom .hover .comp .t {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  font-size: 0.75em;
  line-height: 1.2;
}

.platform {
  position: relative;
  width: 100%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  background: rgb(255, 255, 255);
}

.platform img {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
}

.section_gift_block {
  background-color: #ffffff;
  padding: 60px 2vw;
}

.sc_form .parag,
.sc_form .point_list {
  max-width: 900px;
  margin: 0 auto;
}

.sc_form .parag {
  font-size: 1.25em;
  text-align: center;
}

.sc_form .parag strong {
  color: var(--v_blu1);
  line-height: 1.8;
}

.sc_form .point_list {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  margin-top: 1.5em;
}

.sc_form .point_list .book {
  width: 350px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px)  {
  .sc_form .point_list .book  {
    width: 300px;
  }
}

.sc_form .point_list .book img {
  width: 100%;
  max-width: 100%;
}

.sc_form .point_list::before,
.sc_form .point_list::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 24px;
  width: 30px;
  height: calc(100% - 64px);
  border: 2px solid var(--v_pur);
}

.sc_form .point_list::before {
  left: 15px;
  border-right-width: 0;
}

.sc_form .point_list::after {
  right: 10px;
  border-left-width: 0;
}

.sc_form .point_list .tit,
.sc_form .point_list .item,
.sc_form .point_list .cta {
  position: relative;
  z-index: 2;
}

.sc_form .point_list .tit {
  margin-bottom: 0.5em;
  font-size: 1.67em;
  font-weight: 700;
  color: #16a939;
  text-align: center;
}

.sc_form .point_list .item {
  border-radius: 22px;
  margin-top: 0.5em;
  padding: 2px;
  background: linear-gradient(60deg, #005f4b, #16a939, #00d15f);
  font-size: 1.125em;
  line-height: 1.1;
}

.sc_form .point_list .item .txt {
  border-radius: 20px;
  padding: 0.75em 2em;
  min-width: 60%;
  background-color: #fff;
  font-weight: 700;
  color: #454545;
}

.sc_form .point_list .item:nth-child(2n+1) {
  background: linear-gradient(-60deg, #005f4b, #16a939, #00d15f);
}

.sc_form .main_button {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em 2em;
  background: linear-gradient(132deg, #2537A7, #251E77);
  color: #fff;
  font-size: 2em;
  line-height: 1.1;
  border-radius: 1.5em;
  font-weight: 500;
  cursor: pointer;
  -webkit-animation: scaleInBounce 1000ms linear both;
  animation: scaleInBounce 1000ms linear both;
}

.sc_form .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}

.sc_form .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 8px;
  margin-top: 22px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 300ms;
  transition: width 300ms;
}

.sc_form .main_button:hover {
  -webkit-animation: scaleOutBounce 1000ms linear both;
  animation: scaleOutBounce 1000ms linear both;
}

.modal .modal-body {
  padding: 30px;
}

.modal .modal-body .form-group label {
  padding: 10px;
}

.modal .form_tit {
  text-align: center;
  margin-bottom: 20px;
}

.modal .form_tit .h2 span {
  font-weight: 700;
  color: #005f4b;
}

.modal .form_tit .tip {
  margin-top: 6px;
  color: red;
}

.modal .main_button {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em 2em;
  background: linear-gradient(132deg, #16a939, #005f4b, #002d33);
  color: #fff;
  font-size: 2em;
  line-height: 1.1;
  border-radius: 1.5em;
  font-weight: 500;
  cursor: pointer;
  -webkit-animation: scaleInBounce 1000ms linear both;
  animation: scaleInBounce 1000ms linear both;
}

.modal .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}

.modal .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 8px;
  margin-top: 22px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 300ms;
  transition: width 300ms;
}

.modal .main_button:hover {
  -webkit-animation: scaleOutBounce 1000ms linear both;
  animation: scaleOutBounce 1000ms linear both;
}

.sc_gifts {
  padding-top: 40px;
}

.sc_gifts .sc_title {
  margin-top: 1em;
}

.sc_gifts .sc_title .theme_lines {
  margin-bottom: 0;
}

.sc_gifts .gift_tit {
  font-size: 1.25em;
  text-align: center;
}

.sc_gifts .gift_tit span {
  display: block;
  color: #343434;
}

.sc_gifts .gift_tit .main {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 0.75rem 4em;
  background: -webkit-gradient(linear, left top, right top, from(#9075F8), color-stop(#382d60), to(#9075F8));
  background: linear-gradient(132deg, #2537A7, #251E77);
}

.sc_gifts .gift_tit .main::before,
.sc_gifts .gift_tit .main::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.sc_gifts .gift_tit .main::before {
  left: 10px;
}

.sc_gifts .gift_tit .main::after {
  right: 10px;
}

.sc_gifts .text {
  margin-top: 1.5em;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.2;
}

.sc_gifts .text .sub {
  position: relative;
  top: -3px;
  border: 1px solid currentColor;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding: 3px 8px;
  font-size: 0.875rem;
  color: #16a939;
}

.sc_gifts .gift_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
}

.sc_gifts .gift_item .text {
  color: #787878;
}

.sc_gifts .gift_item .text b {
  color: var(--v_blu1);
}

.sc_gifts .gift_item .name {
  margin-top: 0.5rem;
  padding: 0 20px;
  font-size: 2em;
  line-height: 1.3;
  text-align: center;
}

.sc_gifts .gift_item .name .brand {
  display: block;
  color: #190073;
  font-weight: 700;
}

.sc_gifts .gift_item .name .brand span {
  display: block;
}

.sc_gifts .gift_item .name .brand span:last-child {
  margin-left: 0.2em;
  color: #382d60;
  font-weight: 700;
}

.sc_gifts .gift_item .name .tip {
  margin-top: 6px;
  font-size: 1rem;
  color: var(--v_blu1);
}

.sc_gifts .gift_item .img {
  position: relative;
  width: 250px;
  max-width: 450px;
  margin: 20px auto 0;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}

.sc_gifts .gift_item .img img {
  position: relative;
  z-index: 2;
}

.sc_gifts .gift_item .img::before {
  position: absolute;
  border-radius: 12px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-132deg, #16a939, #005f4b, #002d33);
}

.main_content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
}

.sc_infomation {
  padding: 50px;
  background-color: #005f4b;
}

.sc_infomation .sc_title {
  margin-top: 0;
  margin-bottom: 20px;
}

.sc_infomation .sc_title .tit {
  text-shadow: 2px 2px 0 #fff;
  line-height: 1;
}

.sc_infomation .sc_title .sup_link {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding-right: 20px;
  color: #00AC34;
}

.sc_infomation .sc_title .sup_link::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid #00AC34;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sc_infomation .sc_title .sup_link:hover a {
  color: #002d33;
}

.sc_infomation .sc_title .sup_link:hover::after {
  border-color: #002d33;
}

.sc_infomation .info_block {
  position: relative;
  padding: 40px 25px 48px;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  overflow: hidden;
}

.sc_infomation .info_block .theme_lines {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sc_infomation .info_block .item {
  display: block;
}

.sc_infomation .info_block .item .name {
  margin-top: 8px;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
  text-decoration: underline;
}

.sc_infomation .info_block .item:hover {
  color: #005f4b;
}

.g_case,
.g_whitebk,
.g_hotvd {
  margin: 0 auto;
  max-width: 1600px;
}

.g_case {
  padding-bottom: 20px;
}

.g_case .sc_title .tit {
  color: #00d15f;
  text-shadow: none;
  line-height: 1;
}

.g_case .sc_title .sup_link {
  color: #fff;
}

.g_case .sc_title .sup_link::after {
  border-color: #fff;
}

.g_case .sc_title .sup_link:hover a {
  color: #fcee21;
}

.g_case .sc_title .sup_link:hover::after {
  border-color: #fcee21;
}

.g_case .item {
  position: relative;
}

.g_case .item:hover .img::after {
  opacity: 0.5;
}

.g_case .item:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.g_case .img {
  position: relative;
  overflow: hidden;
}

.g_case .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #002d33;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.g_case .img img {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.g_case .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 3em 1em 1em;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
}

.wbk_items .item {
  border-radius: 10px;
  padding: 20px;
  padding-left: 100px;
  -webkit-transition: background 200ms;
  transition: background 200ms;
}

.wbk_items .item::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 64px;
  height: 64px;
  background: center/contain no-repeat;
  background-image: url("assets/img/ic_whb.svg");
}

.wbk_items .item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.wbk_bn_items .items_wrap,
.wbk_bn_items .item {
  outline: none;
}

.wbk_bn_items .items_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wbk_bn_items .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  cursor: pointer;
  padding: 0 1px;
  text-align: center;
  text-decoration: none;
}

.wbk_bn_items .item .img {
  padding-top: 50%;
  background: center/cover no-repeat;
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 1;
}

.wbk_bn_items .item:hover .img {
  opacity: 0.7;
}

.g_hotvd {
  margin-top: 15px;
}

.g_hotvd .col_wrap {
  padding: 0 10px;
}

.hvd_items {
  margin-bottom: 15px;
}

.hvd_items .item {
  margin: 0 auto;
  position: relative;
  display: block;
  line-height: 1.4;
  -webkit-transition-property: background, color, border;
  transition-property: background, color, border;
}

.hvd_items .item .img {
  overflow: hidden;
  background-color: #000;
}

.hvd_items .item img {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.hvd_items .item .info {
  margin-top: 0.5em;
  line-height: 1.4;
}

.hvd_items .item .info ul {
  padding-left: 1.5em;
  margin: 10px 0;
}

.hvd_items .item .info ul li {
  margin: 3px 0;
}

.hvd_items .item:hover img {
  -webkit-transform: scale(0.96, 0.93);
  transform: scale(0.96, 0.93);
}

.demo_items .col_wrap:nth-child(2n) .item {
  background-color: rgba(0, 95, 75, 0.7);
}

.demo_items .col_wrap:nth-child(2n) .item::after {
  border-left-color: #fcee21;
}

.demo_items .item {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  background-color: rgba(0, 95, 75, 0.9);
  height: 100%;
  overflow: hidden;
}

.demo_items .item .title {
  position: relative;
  font-size: 1.125em;
  line-height: 1.2;
  color: #fff;
  min-height: 42px;
  left: 0;
  -webkit-transition: left 300ms;
  transition: left 300ms;
}

.demo_items .item::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-left: 10px solid #00d15f;
  height: 100%;
  -webkit-transition: left 300ms;
  transition: left 300ms;
}

.demo_items .item:hover {
  text-decoration: none;
}

.demo_items .item:hover::after {
  left: 0;
}

.demo_items .item:hover .title {
  left: 6px;
}

.sc_event .container-fluid {
  margin: 0 auto;
  max-width: 1630px;
  padding: 0 5px;
}

.sc_event .col_wrap {
  padding: 10px;
}

.sc_event .evt_item {
  position: relative;
  display: block;
  border-radius: 4px;
  border: 1px solid #00d15f;
  padding: 1rem;
  height: 100%;
  background-color: rgba(227, 248, 198, 0);
  font-size: 0;
  -webkit-transition: background 100ms;
  transition: background 100ms;
}

.sc_event .evt_item.un_open {
  border-color: #bbb;
  background-color: #f8f8f8;
}

.sc_event .evt_item.un_open .text_block {
  width: calc(100% - 3.6em);
}

.sc_event .evt_item.un_open::before {
  content: "敬請期待";
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px 0 2px 0;
  width: 2.75rem;
  padding: 0.5rem;
  background-color: #bbb;
  font-size: 0.875rem;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}

.sc_event .evt_item.un_open::after {
  content: "";
  background-image: none;
}

.sc_event .evt_item.un_open:hover {
  background-color: #f8f8f8;
}

.sc_event .evt_item .date_block,
.sc_event .evt_item .text_block,
.sc_event .evt_item::after {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}

.sc_event .evt_item .date_block {
  padding: 4px 4px 8px;
  width: 2.25em;
  background-color: #005f4b;
  line-height: 1;
  text-align: center;
}

.sc_event .evt_item .date_block .year {
  color: #fff;
  font-size: 0.75em;
}

.sc_event .evt_item .date_block .day {
  color: #fcee21;
  font-weight: 700;
  font-size: 1.25em;
}

.sc_event .evt_item .date_block .mon {
  color: #fff;
  font-size: 0.75em;
}

.sc_event .evt_item .text_block {
  position: relative;
  width: calc(100% - 4.5em);
  padding-left: 14px;
  padding-right: 10px;
  line-height: 1.2;
}

.sc_event .evt_item .text_block .tit {
  font-size: 0.875em;
}

.sc_event .evt_item .text_block .stit {
  margin-top: 6px;
  color: #005f4b;
  font-size: 1.125em;
  font-weight: 700;
}

.sc_event .evt_item::after {
  content: "";
  width: 2em;
  height: 100%;
  background: url("assets/img/right.svg") center no-repeat;
  opacity: 0.1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.sc_event .evt_item:hover {
  background-color: rgba(227, 248, 198, 0.5);
  color: inherit;
}

.sc_event .evt_item:hover::after {
  opacity: 1;
}

.sc_others{
    padding: 3rem 0;
}

.sc_others .container-fluid {
  margin: 0 auto;
  max-width: 1630px;
  padding: 0 5px;
}

.row_others .item {
  display: block;
  border-radius: 8px;
  margin: 10px 0;
  padding: 0.75rem 1.5rem;
  font-size: 1.125em;
  line-height: 1.25;
  border: 2px solid #000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.row_others .item .item_in {
  position: relative;
  height: 2.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.row_others .news_wrap,
.row_others .article_wrap,
.row_others .blog_wrap {
  padding: 0 10px;
}

.row_others .news_wrap .item {
  border-color: #005f4b;
  background-color: rgba(0, 95, 75, 0.1);
  color: #005f4b;
}

.row_others .news_wrap .item:hover {
  background-color: #005f4b;
  color: #fff;
  text-decoration: none;
}

.row_others .article_wrap .item {
  border-color: #002d33;
  background-color: rgba(22, 169, 57, 0.1);
  color: #002d33;
}

.row_others .article_wrap .item:hover {
  background-color: #002d33;
  color: #fff;
  text-decoration: none;
}

.row_others .blog_wrap .item {
  border-color: #16a939;
  background-color: rgba(22, 169, 57, 0.1);
  color: #16a939;
}

.row_others .blog_wrap .item:hover {
  background-color: #16a939;
  color: #fff;
  text-decoration: none;
}

.sc_company {
  padding-bottom: 80px;
}

.sc_company .container {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
}

.sc_company .parag_wrap {
  position: relative;
  border-radius: 20px;
  border: 1px solid #002d33;
  padding: 45px 60px;
}

.sc_company .parag_wrap::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: -8px;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid #00d15f;
}

.sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
}

.sc_company .parag_wrap .parag a {
  color: #16a939;
  text-decoration: underline;
  font-family: "Charcoal", sans-serif;
}

.sc_company .parag_wrap .parag a:hover {
  color: #002d33;
}

.sc_company .company_tit {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  padding: 0 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.sc_company .company_tit .ti,
.sc_company .company_tit .nam {
  display: inline-block;
}

.sc_company .company_tit .ti {
  border-radius: 20px;
  padding: 4px 12px;
  border: 1px solid #002d33;
  color: #002d33;
}

.sc_company .company_tit .nam {
  margin-left: 6px;
  width: 200px;
}

.line_wrap {
  position: relative;
  z-index: 2;
  padding: 30px 0;
  background-color: #16a939;
}

.line_wrap .logo,
.line_wrap .text {
  display: inline-block;
  vertical-align: middle;
}

.line_wrap .logo img {
  height: 50px;
}

.line_wrap .text {
  margin-left: 1rem;
  font-size: 2em;
  line-height: 1.1;
  color: #fcee21;
  font-weight: 700;
}

.line_wrap .text div {
  padding: 0 6px;
  text-shadow: 0 1px 3px black;
}

.line_wrap .theme_lines {
  margin-top: 6px;
  font-size: 10px;
}

.line_wrap .qr_wrap {
  position: relative;
  width: 100px;
  margin-left: 10px;
}

.line_wrap .qr {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {

  .g_whitebk .wbk_items .item_wrap,
  .g_whitebk .wbk_bn_items .item_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 70px;
  }

  .g_whitebk .wbk_items .item_wrap .arw,
  .g_whitebk .wbk_bn_items .item_wrap .arw {
    position: absolute;
    z-index: 10;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-top: 2px solid #00AC34;
    border-left: 2px solid #00AC34;
    cursor: pointer;
    opacity: 0.4;
  }

  .g_whitebk .wbk_items .item_wrap .arw.arw_left,
  .g_whitebk .wbk_bn_items .item_wrap .arw.arw_left {
    left: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .g_whitebk .wbk_items .item_wrap .arw.arw_right,
  .g_whitebk .wbk_bn_items .item_wrap .arw.arw_right {
    right: 25px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .g_whitebk .wbk_items .item_wrap .arw:hover,
  .g_whitebk .wbk_bn_items .item_wrap .arw:hover {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .g_header {
    background: #002d33;
  }

  .g_header .nav-link {
    color: #00d15f;
  }

  .navbar-nav {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navbar-toggler {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .navbar-toggler-icon {
    background-image: url("assets/img/menu.svg");
  }

  .sc_title .tit .zh {
    padding: 0;
    line-height: 1.2;
    font-size: 1.75rem;
  }

  .sc_title .tit .sup {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }

  .key_visual .round {
    position: absolute;
    left: 0%;
    top: 50%;
    z-index: 0;
    width: 100%;
    height: 50%;
  }

  .key_visual .kv__wrapper {
    padding-top: calc(50vh + 75vw);
  }

  .key_visual .kv__logo {
    left: 10%;
    width: min(180px, 20vh);
  }

  .key_visual .kv__title {
    left: 10%;
    top: 13vh;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 3.2vw;
  }

  .key_visual .kv__title .t1 {
    width: 85%;
  }

  .key_visual .kv__title .t1 .sub {
    font-size: 1.5rem;
  }

  .key_visual .kv__title .t1 .main {
    font-size: 2rem;
  }

  .key_visual .kv__title .t1 .main span {
    font-size: 3.125rem;
  }

  .key_visual .kv__title .t2 {
    width: 80%;
    margin-top: 0%;
  }

  .key_visual .kv__main {
    left: 0;
    top: initial;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }

  .key_visual .kv__main .book_area {
    right: 0;
    transform: scale(0.9);
    top: 30%;
  }

  .key_visual .kv__main .earth {
    padding: 0;
    width: 80%;
    margin-top: 50%;
    margin-left: 20%;
  }

  .key_visual .kv__main .earth img {
    width: auto;
  }

  .key_visual .kv__main .tip {
    margin: 3vh 1.5em 2vh;
  }

  .section_block {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }

  .intro_cnt {
    max-width: 100%;
  }

  .intro_cnt .data {
    padding-left: 0;
  }

  .intro_cnt .data .item {
    margin-top: 10px;
    font-size: 0.75rem;
  }

  .intro_cnt .data .ps {
    text-align: left;
  }

  .intro_cnt .text {
    padding: 0;
    font-size: 18px;
  }


  .sec2_cnt .item {
    display: block;
    max-width: 360px;
    margin: 0 auto 30px;
  }

  .sec2_cnt .item .icon img {
    max-width: 40%;
  }

  .sec2_cnt .item .white {
    padding: 30px 40px;
  }

  .sec3_cnt {
    margin: 0 -15px;
    max-width: inherit;
  }

  .sec3_cnt .top_title {
    font-size: 1.75em;
  }

  .sec3_cnt .top {
    padding: 30px;
  }

  .sec3_cnt .top .item .t1 {
    font-size: 1.25em;
  }

  .sec3_cnt .top .item .t2 {
    font-size: 0.875em;
  }

  .sec3_cnt .top .native {
    left: 20%;
    width: 60%;
  }

  .sec3_cnt .bottom {
    padding: 0 15px;
  }

  .sec3_cnt .bottom .items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec3_cnt .bottom .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
  }

  .sc_form .point_list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sc_form .point_list::before,
  .sc_form .point_list::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 12px;
    width: 20px;
    height: calc(100% - 36px);
    border: 2px solid #00d15f;
  }

  .sc_form .point_list::before {
    left: -10px;
    border-right-width: 0;
  }

  .sc_form .point_list::after {
    right: -10px;
    border-left-width: 0;
  }

  .sc_form .point_list .tit {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .sc_form .point_list .item .txt {
    padding: 0.75em 1em;
  }

  .sc_form .main_button {
    font-size: 1.5em;
  }

  .sc_form .main_button .theme_lines {
    margin-top: 16px;
  }

  .sc_gifts {
    padding-top: 50px;
  }

  .sc_gifts .gift_tit .main {
    padding: 0.75rem 1.25rem 1rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .sc_gifts .gift_name {
    text-align: center;
    line-height: 1.2;
  }

  .sc_gifts .gift_name>span {
    display: inline-block;
  }

  .sc_gifts .gift_name .sub {
    top: 0;
    display: inline-block;
    line-height: 1.5;
  }

  .sc_gifts .gift_item .name {
    padding: 0;
  }

  .sc_gifts .gift_item .img {
    max-width: 280px;
  }

  .main_content .sc_title .sup_link {
    margin-top: 10px;
    position: static;
    text-align: right;
  }

  .sc_infomation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sc_infomation .info_block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .g_case .sc_title .sup_link {
    color: #fff;
  }

  .g_whitebk .wbk_bn_items .items_wrap {
    display: block;
  }

  .g_whitebk .wbk_bn_items .item {
    margin-bottom: 20px;
    padding: 0;
  }

  .g_whitebk .slide {
    margin-bottom: 1.5rem;
  }

  .g_hotvd {
    margin-top: 40px;
  }

  .g_hotvd .col_wrap {
    padding: 0;
  }

  .g_hotvd .hvd_items .item {
    margin-bottom: 30px;
    text-align: center;
  }

  .g_hotvd .demo_items .col_wrap {
    margin-bottom: 15px;
  }

  .g_hotvd .demo_items .col_wrap:last-child {
    margin-bottom: 0;
  }

  .g_hotvd .demo_items .item {
    padding: 1em;
  }

  .sc_event .col_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .sc_event .evt_item::after {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    width: 1.5em;
    height: 1.5em;
  }

  .sc_event .evt_item .text_block {
    width: calc(100% - 3em);
  }

  .sc_event .evt_item .text_block .stit {
    font-size: 1em;
  }

  .row_others {
    padding-bottom: 40px;
  }

  .row_others .sc_news,
  .row_others .sc_article {
    padding-top: 0;
    padding-bottom: 0;
  }

  .row_others .sc_article {
    margin-top: 20px;
  }

  .row_others .item {
    height: auto;
  }

  .sc_company .parag_wrap {
    padding: 45px 30px 30px;
  }

  .sc_company .parag_wrap::after {
    left: 6px;
    top: 6px;
    right: 6px;
  }

  .sc_company .company_tit {
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
  }

  .sc_company .company_tit .nam {
    margin-left: 0;
    margin-top: 6px;
  }

  .line_wrap .qr_wrap {
    width: 100%;
    margin-left: 0;
  }

  .line_wrap .qr_wrap .qr {
    position: relative;
    width: 160px;
    margin: 20px auto;
  }
}

.sec1_bk .sec_cnts {
  text-align: center;
  margin-bottom: 2.5rem;
}


.sec1_2_bk .sec_cnts {
  margin-bottom: 2.5rem;
}

.sec1_2_bk .sec_cnts .parag {
  max-width: 43em;
  font-size: 1.25em;
  line-height: 1.67;
  margin: 0 auto;
}

.sec1_bk .sec_cnts .sc_title .tit {
  font-size: 2rem;
  margin-top: 2%;
  font-weight: 700;
}

.sec1_bk .sec_cnts .items .item .txt {
  padding: 0 3em;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.4;
  font-size: 1.25em;
  color: white;
}

.sec1_bk .sec_cnts .items {
  justify-content: space-between;
  /* margin-top: 5%; */
}


.sec1_bk .sec_cnts .items .item {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px)  {
  .sec1_bk .sec_cnts .items .item {
    margin: 50px 0;
  }
}


.sec1_bk .sec_cnts .items .item .chart {
  position: relative;
  border-radius: 50%;
  padding: 100px;
  overflow: hidden;
  background: conic-gradient(var(--v_pur), var(--v_pur) calc(3.6deg* var(--h-stats-chart-value)), var(--v_grey3) calc(3.6deg* var(--h-stats-chart-value)));
}


.sec1_bk .sec_cnts .items .item .chart::before {
  content: "";
  position: absolute;
  left: 6%;
  bottom: 6%;
  z-index: 1;
  width: 88%;
  height: 88%;
  background: #2d2f31;
  border-radius: 50%;
}

.sec1_bk .sec_cnts .items .item .chart .num {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: var(--v_yel);
  color: #fff;
}

.sec1_bk .sec_cnts .items .item .chart .num b {
  font-size: 4.5em;
}

.sec1_bk .sec_cnts .items .item .chart .num span {
  padding-left: 4px;
  font-size: 2em;
}

.sc_chart .sc_title .tit {
    color: var(--v_gree4);
    letter-spacing: 3px
}

.sc_chart .items {
    position: relative;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 2rem;
}

.sc_chart .item {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sc_chart .item .title {
    color: white;
    font-size:  1.6rem;
    padding: 1rem 1.5rem;
    text-align: center;
}

.sc_chart .chart {
    position: relative;
    border-radius: 50%;
    padding: 100px;
    overflow: hidden;
    background: conic-gradient(var(--v_gree1), var(--v_gree1) calc(3.6deg * var(--h-stats-chart-value)), var(--v_blue2) calc(3.6deg * var(--h-stats-chart-value)))
}

.sc_chart .chart::before {
    content: "";
    position: absolute;
    left: 6%;
    bottom: 6%;
    z-index: 1;
    width: 88%;
    height: 88%;
    background: #2d2f31;
    border-radius: 50%
}

.sc_chart .chart.ch3 .bf {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
    transform: translate(-10%, -30%);
    display: block
}

.sc_chart .num {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    color: var(--v_yel);
    color: #fff
}

.sc_chart .num b {
    font-size: 4.5em
}

.sc_chart .num span {
    padding-left: 4px;
    font-size: 2em
}

.sc_chart .txt {
    padding: 0 3rem;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.4;
    font-size: 1.2em;
    color: var(--white)
}

.sc_chart .txt .ps {
    position: relative;
    display: block;
    font-size: .75rem;
    margin: 15px 0 0;
    color: #00d15f
}

.sc_chart .tip {
    margin-top: 2em;
    text-align: center;
    color: var(--v_grey3)
}

.sc_chart .tip span {
    color: var(--v_yel)
}

.sc_expert {
    position: relative;
    padding-top: var(--sc_pdd);
    padding-bottom: calc(1.25*var(--sc_pdd));
    background: linear-gradient(180deg, rgba(35, 35, 35, 0.8), rgba(35, 35, 35, 0.8))
}

.sc_expert .container {
    padding: 0
}

.sc_expert .sc_title {
    margin-bottom: 1.5rem
}

.sc_expert .sc_title .tit {
    color: var(--v_gree4);
    letter-spacing: 3px
}

.sc_expert .cnt_point .pic {
    max-width: 300px;
    padding: 0 25px
}

.sc_expert .cnt_point .pic img {
    width: 100%
}

.sc_expert .cnt_point .items {
    justify-content: center
}

.sc_expert .cnt_point .pit_item {
    text-align: center;
    margin: 0 1rem
}

.sc_expert .cnt_point .pit_item .text {
    margin-top: 1rem;
    padding: 0 1em;
    font-size: 1.25em;
    line-height: 1.5;
    color: #3700ff
}

.sc_res {
    position: relative;
    padding: 30px 0;
    background: linear-gradient(180deg, #EEF4F6, #EEF4F6)
}

.sc_res .cnttxt {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.25rem;
    color: #000;
    line-height: 1.6
}

.sc_res .cnttxt ol {
    position: relative;
    padding: 0;
    list-style-type: none
}

.sc_res .cnttxt ol li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 5px 0
}

.sc_res .cnttxt ol li::after {
    content: "";
    position: absolute;
    top: .25rem;
    left: 0;
    width: 10px;
    height: 20px;
    background-color: var(--v_gree4)
}

.sc_res .cnttxt ul {
    position: relative;
    padding: 0;
    list-style-type: none
}

.sc_res .cnttxt ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 5px 0
}

.sc_res .cnttxt ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 99%;
    background-color: var(--v_gree4)
}

.sc_point {
    position: relative;
    padding: var(--sc_pdd) 0 0;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0.8), rgba(35, 35, 35, 0.6))
}

.sc_point .container {
    padding: 0
}

.sc_point .sc_title {
    margin-bottom: 1.5rem
}

.sc_point .sc_title .tit {
    color: var(--v_gree4);
    letter-spacing: 3px
}

.sc_point .cnt_point .pic {
    max-width: 300px;
    padding: 15px 25px
}

.sc_point .cnt_point .pic img {
    width: 100%
}

.sc_point .cnt_point .items {
    position: relative;
    justify-content: center;
    align-items: stretch
}

.sc_point .cnt_point .pit_item {
    position: relative;
    flex: 0 1 25%;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(35, 35, 35, 0.8));
    margin: 0 1rem;
    border-radius: 1rem;
    padding: 25px 25px 40px;
    border: 2px solid
}

.sc_point .cnt_point .pit_item .text {
    position: relative;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center
}

.sc_point .cnt_point .pit_item:nth-child(1) {
    border-color: #00d15f
}

.sc_point .cnt_point .pit_item:nth-child(1) .text {
    color: #00d15f
}

.sc_point .cnt_point .pit_item:nth-child(2) {
    border-color: #8e71f4
}

.sc_point .cnt_point .pit_item:nth-child(2) .text {
    color: #8e71f4
}

.sc_point .cnt_point .pit_item:nth-child(3) {
    border-color: #01b0fe
}

.sc_point .cnt_point .pit_item:nth-child(3) .text {
    color: #01b0fe
}

.sc_point .cnt_point .pit_item:nth-child(4) {
    border-color: #fe8a25
}

.sc_point .cnt_point .pit_item:nth-child(4) .text {
    color: #fe8a25
}

.sc_point .cnt_speaker {
    position: relative;
    background: #fff url("assets/img/spkbg.png") center/contain no-repeat;
    padding: calc(.5*var(--sc_pdd)) 0
}

.sc_point .cnt_speaker .d-md-flex {
    align-items: center;
    justify-content: center
}

.sc_point .cnt_speaker .sc_title {
    flex: 0 0 auto;
    margin: 0
}

.sc_point .cnt_speaker .photo {
    position: relative;
    z-index: 3;
    max-width: 200px;
    margin: 0 4vw;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

.sc_point .cnt_speaker .photo img {
    max-width: 100%;
    transform-origin: center top;
    transform: scale(1.2)
}

.sc_point .cnt_speaker .text {
    flex: 0 0 15em;
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 1.125em
}

.sc_point .cnt_speaker .name {
    line-height: 1;
    color: var(--v_yel);
    font-size: 1.5em;
    font-weight: 700
}

.sc_point .cnt_speaker .name .en {
    padding-left: .5rem
}

.sc_point .cnt_speaker .tit {
    margin-top: 10px;
    line-height: 1.3;
    color: #fff
}

.sc_spk {
    position: relative;
    padding-top: var(--sc_pdd);
    padding-bottom: calc(1.25*var(--sc_pdd));
    background: linear-gradient(180deg, rgba(8, 20, 47,1), rgba(8, 20, 47,1));
}

.sc_spk .container {
    padding: 0;
    max-width: 800px
}

.sc_spk .sc_title {
    margin-bottom: 1.5rem
}

.sc_spk .sc_title .tit {
    color: white;
}

.sc_spk-spks {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 30px
}

.sc_spk-spks .spk_item {
    position: relative;
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 50px
}

.sc_spk-spks .spk_item .pic {
    position: relative;
    width: 100%;
    max-width: 250px;
    border-radius: 99%;
    border: 5px solid var(--v_gree1);
    overflow: hidden;
    flex: 0 0 50%;
}

.sc_spk-spks .spk_item .pic img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto
}

.sc_spk-spks .spk_item .info {
    position: relative;
    text-align: left;
    flex: 0 0 50%;
}

.sc_spk-spks .spk_item .info .n {
    font-size: 2rem;
    font-weight: bold;
    color: var(--v_gree1)
}

.sc_spk-spks .spk_item .info .t {
    font-size: 1.4rem;
    color: #fff
}

.sc_spk .cnt_point .pic {
    position: relative;
    max-width: 300px;
    padding: 0 25px
}

.sc_spk .cnt_point .pic img {
    width: 100%;
    border-radius: 1rem
}

.sc_spk .cnt_point .pic .host {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, 250%);
    background: linear-gradient(250deg, #3700ff, #57e0ff);
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    padding: .25rem .75rem;
    letter-spacing: 1px;
    font-weight: 500;
    box-shadow: 0 0 4px 4px rgba(3, 22, 36, .25)
}

.sc_spk .cnt_point .spk_one {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch
}

.sc_spk .cnt_point .spk_one .pic {
    position: relative;
    width: 100%;
    max-width: 250px
}

.sc_spk .cnt_point .spk_one .pic img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto
}

.sc_spk .cnt_point .spk_one .info {
    position: relative;
    padding: 0 10px;
    margin: 0 25px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.sc_spk .cnt_point .spk_one .info::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 45px;
    background: url(../../assets/img/spk/spk_line.png) center/cover no-repeat
}

.sc_spk .cnt_point .spk_one .info::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 45px;
    background: url(../../assets/img/spk/spk_line2.png) center/cover no-repeat
}

.sc_spk .cnt_point .spk_one .info .n {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--v_gree1)
}

.sc_spk .cnt_point .spk_one .info .t {
    font-size: 1.5rem
}

.sc_spk .cnt_point .items {
    justify-content: center
}

.sc_spk .cnt_point .pit_item {
    text-align: center;
    background-color: rgba(255, 255, 255, .1);
    margin: 0 1rem;
    border-radius: 1rem;
    padding-bottom: 1rem
}

.sc_spk .cnt_point .pit_item .text {
    margin-top: 1rem;
    padding: 0 1em;
    font-size: 1em;
    line-height: 1.5;
    color: #031624
}

.sc_spk .cnt_point .pit_item .text .name {
    font-size: 1.25rem;
    color: #3700ff;
    font-weight: 700
}

.sc_cta {
    position: relative;
    padding-top: var(--sc_pdd);
    padding-bottom: var(--sc_pdd);
    background: linear-gradient(180deg, rgba(8, 20, 47,1), rgba(8, 20, 47,1));
}

.sc_cta .cta {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px
}

.sc_cta .cta .bttn {
    position: relative;
    flex: 0 1 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.625rem;
    border-radius: 5rem;
    padding: 15px 50px;
    text-decoration: none;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .4);
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    transition: all .2s ease-out
}

.sc_cta .cta .bttn span {
    font-weight: bold
}

.sc_cta .cta .bttn:hover {
    transform: scale(1.1)
}

.sc_cta .cta .bttn.btn_main {
    font-size: 2rem;
    background-color: var(--v_gree1);
    color: #fff
}

.sc_cta .cta .bttn.btn_sup {
    background-color: var(--v_gree3);
    color: var(--v_gree2)
}

.sc_gift {
    position: relative;
    padding-top: var(--sc_pdd);
    padding-bottom: var(--sc_pdd);
    background: linear-gradient(180deg, rgba(35, 35, 35, 0.4), rgba(35, 35, 35, 0.4));
    overflow: hidden
}

.sc_gift .pattern {
    position: absolute
}

.sc_gift .pattern.p1 {
    left: 15%;
    bottom: 0;
    width: 20%;
    height: 10vw;
    background: radial-gradient(circle, var(--v_gree2) 2px, transparent 3px) 0 0 repeat;
    background-size: 24px 24px
}

.sc_gift .pattern.p2 {
    right: 15%;
    top: 5px;
    width: 10vw;
    height: 10vw;
    background: radial-gradient(circle, #fff 2px, transparent 3px) 0 0 repeat;
    background-size: 24px 24px
}

.sc_gift .container {
    position: relative;
    z-index: 2;
    max-width: min(1440px, 100%)
}

.sc_gift .items {
    display: flex;
    justify-content: center
}

.gft_item {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 30%;
    padding: 0 15px
}

.gft_item .categ_wrapper {
    flex: 0;
    border-radius: 20px 20px 0 0;
    padding: 18px 30px 12px;
    background: linear-gradient(90deg, #006dec, #57d8ff);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .19);
    text-align: center
}

.gft_item .categ {
    font-size: 20px;
    line-height: 1;
    color: #fff
}

.gft_item .categ .c {
    display: inline-block;
    vertical-align: middle;
    margin-left: .7em;
    padding: .4em 1em;
    border-radius: 1em;
    line-height: 1;
    font-size: .75em;
    font-weight: 400;
    background-color: var(--v_yel);
    color: #000;
    margin-top: -0.2em
}

.gft_item .wrapper {
    flex: 1;
    position: relative;
    border-radius: 0 0 20px 20px;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .19);
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column
}

.gft_item .text {
    position: relative;
    font-size: 2rem
}

.gft_item .name {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--v_gree3);
    display: inline-flex;
    flex-direction: column;
    justify-content: center
}

.gft_item .name span {
    font-size: 1.375rem
}

.gft_item .detail {
    margin-top: .75em;
    font-size: 1rem;
    line-height: 1.4
}

.gft_item .pic {
    flex: 1;
    width: 100%;
    margin: 20px auto 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center
}

.gft_item .pic img {
    width: 100%
}

.gft_item .tip {
    padding: 15px 0 0;
    line-height: 1.3;
    font-size: .75rem;
    color: var(--v_grey1);
    text-align: center
}

.g_footer {
    position: relative;
    background: url("../../assets/img/security_bg.png") right center/cover no-repeat, linear-gradient(45deg, #00d15f 50%, #007f49)
}

.g_footer .sc_company {
    position: relative;
    padding: 4rem 0;
    overflow: hidden
}

.g_footer .sc_company .container {
    position: relative;
    padding-left: 7%;
    padding-right: 7%
}

.g_footer .sc_company .parag_wrap {
    position: relative;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 30px 50px 40px;
    width: 100%;
    margin: 0 auto
}

.g_footer .sc_company .parag_wrap .parag {
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 1.8
}

.g_footer .sc_company .parag_wrap .parag a {
    color: var(--v_pur);
    text-decoration: underline
}

.g_footer .sc_company .parag_wrap .parag a:hover {
    color: var(--v_blu2)
}

.g_footer .sc_company .company_tit {
    z-index: 3;
    text-align: center;
    margin-bottom: 20px
}

.g_footer .sc_company .company_tit .ti,
.g_footer .sc_company .company_tit .nam {
    display: inline-block;
    vertical-align: middle
}

.g_footer .sc_company .company_tit .ti {
    border-radius: 20px;
    padding: 4px 12px;
    border: 1px solid currentColor;
    color: #fff
}

.g_footer .sc_company .company_tit .nam {
    margin-left: 6px;
    width: 150px
}

@media(max-width: 992px) {
    html {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    html {
        font-size: 16px
    }

    .fix_aside {
        flex-direction: row
    }

    .fix_aside .fx_item:nth-child(n+2) {
        margin-top: 0;
        margin-left: 10px
    }

    .kv_fixed {
        height: 90vh;
        background-color: #030D2B;
    }

    .kv_fixed .kv__main {
        width: 100%;
    }

    .kv_fixed .kv__main__video {
        width: 100%;
        min-height: 50%;
        transform: translate(-50%, 0%);
    }

    .key_visual {
        height: 90vh;
    }

    .key_visual .header__promo-content {
        transform: scale(0.8);
        left: 0;
        top: 4rem;
        width: 100%;
    }

    .key_visual .header__promo-content .header__text-content {
        max-width: 100%;
    }

    .key_visual .header__promo-content .header__text-content .header__title{
        font-size: 45px;
    }


.key_visual .header__promo-content .header__apply-text-shadow .header__sub-title {
    font-size: 28px;
}

    .key_visual .kv__logo {
        top: 8%;
        left: 10%;
        width: 40%
    }

    .key_visual .kv__title {
        left: 10%;
        width: 50%;
        transform: translateY(-60%)
    }

    .key_visual .kv__date {
        margin-top: 5%;
        width: 60%
    }
    

    .g_main .sc_title {
        margin-bottom: 2rem
    }

    .g_main .sc_title .tit {
        font-size: 1.75em
    }

    :root {
        --sc_pdd: 3rem
    }

    .sc_intro .sc_title .tip {
        padding: 0 2em
    }

    .sc_intro .item {
        margin-top: 2rem
    }

    .sc_intro .item .pic {
        width: 35%
    }

    .sc_intro .parag {
        font-size: 1.175rem
    }

    .sc_chart .item {
        margin-bottom: 3rem
    }

    .sc_expert {
        padding: 20px 0 40px;
        background: #fff
    }

    .sc_expert .sec_cnts .cnt_point {
        padding: 20px 0
    }

    .sc_expert .sec_cnts .cnt_speaker {
        padding: 0;
        border-radius: 30px
    }

    .sc_expert .cnt_point .pic {
        text-align: center;
        margin: 0 auto
    }

    .sc_expert .cnt_point .pic img {
        width: 80%
    }

    .sc_expert .cnt_point .pit_item {
        margin-bottom: 2rem
    }

    .sc_expert .cnt_point .pit_item .text {
        margin-top: 0
    }

    .sc_point {
        padding: 20px 0 40px
    }

    .sc_point .sec_cnts .cnt_point {
        padding: 20px 0
    }

    .sc_point .sec_cnts .cnt_point .pit_item {
        max-width: 75%;
        margin: 0 auto 1.5rem auto
    }

    .sc_point .cnt_point .pic {
        text-align: center;
        margin: 0 auto
    }

    .sc_point .cnt_point .pic img {
        width: 80%
    }

    .sc_point .cnt_point .pit_item {
        margin-bottom: 2rem
    }

    .sc_point .cnt_point .pit_item .text {
        margin-top: 0
    }

    .sc_spk-spks {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px
    }

    .sc_spk-spks .spk_item {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 10px
    }

    .sc_spk-spks .spk_item .pic {
        position: relative;
        width: 100%;
        max-width: 200px;
        border-radius: 99%;
        border: 5px solid var(--v_gree1);
        overflow: hidden
    }

    .sc_spk-spks .spk_item .pic img {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .sc_spk-spks .spk_item .info {
        position: relative;
        text-align: center
    }

    .sc_spk-spks .spk_item .info .n {
        font-size: 1.875rem;
        font-weight: bold;
        color: var(--v_gree1)
    }

    .sc_spk-spks .spk_item .info .t {
        font-size: 1rem;
        color: #fff
    }

    .sc_spk .cnt_point .pic {
        margin: 0 auto
    }

    .sc_spk .cnt_point .spk_one {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: center
    }

    .sc_spk .cnt_point .spk_one .pic {
        max-width: 200px
    }

    .sc_spk .cnt_point .spk_one .info {
        padding: 40px 50px;
        margin: 20px 0
    }

    .sc_spk .cnt_point .spk_one .info::before {
        width: 100px;
        height: 30px
    }

    .sc_spk .cnt_point .spk_one .info::after {
        width: 100px;
        height: 30px
    }

    .sc_spk .cnt_point .spk_one .info .t {
        font-size: 1.125rem
    }

    .sc_spk .cnt_point .spk_one .info .n {
        font-size: 1.625rem
    }

    .sc_cta {
        padding-left: 30px;
        padding-right: 30px
    }

    .sc_cta .cta {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px
    }

    .sc_cta .cta .bttn {
        flex: 0 1 100%;
        width: 100%;
        font-size: 1.125rem;
        border-radius: 5rem;
        padding: 10px 20px
    }

    .sc_cta .cta .bttn.btn_main {
        font-size: 2rem;
        background-color: var(--v_gree1);
        color: #fff
    }

    .sc_cta .cta .bttn.btn_sup {
        background-color: var(--v_gree3);
        color: var(--v_gree2)
    }

    .sc_gift {
        background-position: right center
    }

    .sc_gift .pattern {
        position: absolute;
        transform: scale(0.6)
    }

    .sc_gift .pattern.p1 {
        left: -36px;
        bottom: -36px;
        width: 50%;
        height: 160px
    }

    .sc_gift .pattern.p2 {
        right: -40px;
        top: -70px;
        width: 40%;
        height: 200px
    }

    .gft_item {
        margin-bottom: 30px
    }

    .gft_item .name span {
        display: block
    }

    .gft_item:last-child {
        margin-bottom: 0
    }

    .g_footer .container {
        padding-bottom: 2rem
    }

    .g_footer .sc_company .parag_wrap {
        padding: 40px;
        width: 100%
    }
}

/*# sourceMappingURL=style.min.css.map */