html {
  font-size: 16px;
}

body {
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  color: #031624;
  background: url("img/mainbg.png") fixed center/cover;
}

a {
  color: inherit;
}

.pattern {
  background: radial-gradient(circle, #93ea20 3px, transparent 4px) -8px -9px repeat;
  background-size: 27px 27px;
}

.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: 1rem;
  bottom: 0.5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background-image: linear-gradient(135deg, #06fed1, #6500e6, #3d019e);
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -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: 0.6em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.kv {
  background: url("img/kvbg.png") center top/contain no-repeat;
  position: relative;
  height: 52vw;
  overflow: hidden;
}
.kv .logo {
  position: relative;
  left: 8.2291666667%;
  width: 14.8958333333%;
}
.kv .tit {
  position: relative;
  padding-left: 15.625%;
  margin-top: 3.7037037037vw;
  color: #fff;
  font-weight: 700;
  font-size: 2.6041666667vw;
  line-height: 1.3;
}
.kv .tit .t1 {
  font-size: 2em;
}
.kv .tit .t2 {
  font-size: 1.8em;
}
.kv .tit .t3 {
  margin-top: 0.65em;
  font-size: 1em;
  color: #93ea20;
  font-weight: 300;
}
.kv .pic {
  position: absolute;
  width: 40%;
  left: 55%;
  bottom: 8%;
}
.kv .date {
  margin-top: 2.5vw;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 500;
  padding: 0.4em 0.6em;
  border-radius: 20px;
  overflow: hidden;
  line-height: 1;
  color: #f4e891;
  background-color: #3d019e;
}
.counter {
  padding: 60px 0;
  background: linear-gradient(80deg, #3d019e, #6500e6 55%, #4aafff, rgba(74, 175, 255, 0) 96%);
  font-size: 1.6666666667vw;
  font-size: 1.5rem;
}
.counter.counterTriAnied .item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.counter.counterTriAnied .item:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.counter.counterTriAnied .item:nth-child(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.counter.counterTriAnied .item:nth-child(3) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.counter .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.counter .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  padding: 0 1.5em;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
  text-align: center;
}
.counter .item:last-child .l2 {
  padding-top: 0;
  padding-bottom: 0;
}
.counter .l1 {
  font-size: 5em;
  line-height: 1;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  color: #93ea20;
}
.counter .count {
  font-weight: 700;
}
.counter .pie {
  color: #d7f7ac;
  font-size: 0.5em;
}
.counter .l2 {
  padding: 0.65em 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.2em;
  max-width: 16em;
  color: #fff;
}

.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.g_main .sc_title .tit {
  margin-left: 0.75rem;
  display: inline-block;
  padding-left: 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  color: #6500e6;
}
.g_main .sc_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
  width: 10px;
  height: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#6500e6), to(#06fed1));
  background: linear-gradient(0deg, #6500e6, #06fed1);
}

.sc_intro {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.sc_intro .sec_cnts {
  margin: 0 auto;
}
.sc_intro .parag {
  padding: 0 1.5rem;
}
.sc_intro .parag p {
  font-size: 1.375rem;
  text-align: justify;
  margin-bottom: 1em;
  color: #002d33;
}
.sc_intro .parag p b {
  color: #16a939;
}
.sc_intro .pic {
  margin: 0 auto;
  max-width: 80%;
}

.quote {
  padding: 1em 12% 0;
}
.quote .quo_item {
  position: relative;
  margin-bottom: 1rem;
}
.quote .quo_item::after {
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  background: url("img/qu_line.png") 0 0/contain;
}
.quote .quo_item .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 8px;
  font-size: 2.25rem;
}
.quote .quo_item .cnt .quo {
  margin: 8px 15px;
  width: 0.75em;
  height: 0.75em;
  background: url("img/quote.svg") center/contain no-repeat;
}
.quote .quo_item .cnt .txt {
  color: #6500e6;
  line-height: 1.3;
  font-weight: 700;
}

.sc_agenda {
  position: relative;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.sc_agenda .pattern {
  position: absolute;
  background: radial-gradient(circle, #fff 3px, transparent 4px) -8px -9px/27px 27px repeat;
}
.sc_agenda .pattern.p1 {
  left: 0;
  bottom: 6px;
  width: 15vw;
  height: 15vw;
}
.sc_agenda .pattern.p2 {
  right: 0;
  top: 6px;
  width: 20%;
  height: 80px;
}
.sc_agenda .container {
  position: relative;
  z-index: 2;
}
.sc_agenda .agd_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  margin: 30px 0;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.33);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc_agenda .agd_item.agd1 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3d019e), to(#6500e6));
  background: linear-gradient(90deg, #3d019e 50%, #6500e6);
}
.sc_agenda .agd_item.agd1 .date {
  background-color: rgba(0, 113, 188, 0.9);
}
.sc_agenda .agd_item.agd2 {
  margin-top: 30px;
  background: linear-gradient(120deg, #0071bc 50%, #29abe2);
}
.sc_agenda .agd_item.agd2 .date {
  background-color: rgba(61, 1, 158, 0.9);
}
.sc_agenda .agd_item .date {
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
  line-height: 1;
  font-size: 1.5em;
  background-color: rgba(255, 255, 255, 0.1);
}
.sc_agenda .agd_item .date div {
  display: inline-block;
}
.sc_agenda .agd_item .date .d {
  font-size: 1.2em;
  font-weight: 700;
  color: #f4e891;
}
.sc_agenda .agd_item .title {
  margin-top: 30px;
  padding-left: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  color: #f4e891;
}
.sc_agenda .agd_item .detail {
  margin: 10px 0;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 1.35em;
  color: rgba(255, 255, 255, 0.9);
}
.sc_agenda .agd_item .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 20px;
}
.sc_agenda .agd_item .speaker .t {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  padding: 10px;
  border: 1px solid #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.sc_agenda .agd_item .speaker .items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc_agenda .spk_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  margin: 0 15px 10px;
}
.sc_agenda .spk_item .img {
  position: relative;
  max-width: 220px;
  border-radius: 50%;
  overflow: hidden;
}
.sc_agenda .spk_item img {
  max-width: 100%;
}
.sc_agenda .spk_item .job {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1.5rem 0.75rem;
  color: #f4e891;
  background-color: #002d33;
  text-align: center;
}
.sc_agenda .spk_item .text {
  width: 100%;
  padding: 0.75em 0 0;
  color: #fff;
  text-align: center;
}
.sc_agenda .spk_item .name {
  line-height: 1;
  color: #f4e891;
}
.sc_agenda .spk_item .name .zh {
  font-size: 1.25rem;
  font-weight: 500;
}
.sc_agenda .spk_item .name .en {
  padding-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.sc_agenda .spk_item .tit {
  margin-top: 0.5rem;
  line-height: 1.2;
}

.sc_speaker .sec_cnts {
  padding: 20px 0;
  border-radius: 50px;
  background: linear-gradient(120deg, #3d019e, #6500e6 80%);
}
.sc_speaker .sec_cnts .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc_speaker .sec_cnts .cnt.cnt1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 15px);
          flex: 0 0 calc(75% - 15px);
}
.sc_speaker .sec_cnts .cnt.cnt2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 5px);
          flex: 0 0 calc(25% - 5px);
}
.sc_speaker .spk_item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  margin: 10px 15px;
}
.sc_speaker .spk_item .img {
  position: relative;
  max-width: 220px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.sc_speaker .spk_item img {
  max-width: 100%;
}
.sc_speaker .spk_item .job {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1.5rem 0.75rem;
  color: #93ea20;
  background-color: #3d019e;
  text-align: center;
}
.sc_speaker .spk_item .text {
  width: 100%;
  padding: 0.75em 0 0;
  color: #fff;
  text-align: center;
}
.sc_speaker .spk_item .name {
  line-height: 1;
  color: #f4e891;
}
.sc_speaker .spk_item .name .zh {
  font-size: 1.25rem;
  font-weight: 500;
}
.sc_speaker .spk_item .name .en {
  padding-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.sc_speaker .spk_item .tit {
  margin-top: 0.5rem;
  line-height: 1.2;
}

.sc_cta {
  padding: 60px 0;
}
.sc_cta .cta {
  text-align: center;
}
.sc_cta .cta .bttn {
  position: relative;
  display: inline-block;
  margin: 0 1em 0.5em;
  font-size: 1.75rem;
}
.sc_cta .cta .bttn::after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(101, 0, 230, 0.2);
}
.sc_cta .cta .bttn .bttn_inwrap {
  position: relative;
  z-index: 2;
  padding: 1.25em 0.5em 1.3em;
  width: 15em;
  line-height: 1;
  background: linear-gradient(120deg, #93ea20, #6500e6) 0 0/200% 100%;
  color: #fff;
  font-family: "Ubuntu", "Noto Sans TC", sans-serif;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform-origin: 0.5em 0.5em;
          transform-origin: 0.5em 0.5em;
}
.sc_cta .cta .bttn span {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.sc_cta .cta .bttn:hover {
  text-decoration: none;
}
.sc_cta .cta .bttn:hover .bttn_inwrap {
  -webkit-transform: translate(0.5em, 0.5em);
          transform: translate(0.5em, 0.5em);
}
.sc_cta .cta .bttn.btn_main .bttn_inwrap {
  background: -webkit-gradient(linear, left top, right top, from(#002d33), to(#005f4b));
  background: linear-gradient(90deg, #002d33, #005f4b);
  color: #f4e891;
}
.sc_cta .cta .bttn.btn_main .bttn_inwrap::before {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  bottom: 0.25em;
  right: 0.25em;
  border: 1px solid #f4e891;
}
.sc_cta .cta .bttn.btn_sup .bttn_inwrap {
  background: -webkit-gradient(linear, left top, right top, from(#00b492), to(#005f4b));
  background: linear-gradient(90deg, #00b492, #005f4b);
}

.sc_gift {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eaffd0;
  overflow: hidden;
}
.sc_gift .pattern {
  position: absolute;
}
.sc_gift .pattern.p1 {
  left: 0;
  bottom: 0;
  width: 33%;
  height: 120px;
}
.sc_gift .pattern.p2 {
  right: 0;
  top: 5px;
  width: 20%;
  height: 150px;
}
.sc_gift .container {
  position: relative;
  z-index: 2;
}

.gft_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gft_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33% - 20px);
          flex: 1 0 calc(33% - 20px);
  border-radius: 30px;
  overflow: hidden;
  margin: 10px;
  padding: 30px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
  text-align: center;
}
.gft_item.gft1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15% 0 12%;
  text-align: left;
}
.gft_item.gft1 .text {
  padding-right: 2em;
}
.gft_item.gft1 .name .n {
  font-size: 2em;
}
.gft_item.gft1 .detail {
  max-width: inherit;
  margin-bottom: 1em;
  padding-right: 20px;
  font-size: 22px;
}
.gft_item.gft1 .pic {
  padding-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  height: 300px;
}
.gft_item.gft1 .pic img {
  position: relative;
  left: -10%;
  width: 120%;
}
.gft_item .text {
  position: relative;
}
.gft_item .categ {
  display: inline-block;
  border-radius: 30px;
  padding: 15px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#3d019e), color-stop(#6500e6), to(#4aafff));
  background: linear-gradient(90deg, #3d019e, #6500e6, #4aafff);
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.gft_item .name {
  padding-left: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin-top: 24px;
}
.gft_item .name .n {
  font-size: 1.5em;
  color: #6500e6;
}
.gft_item .detail {
  margin-top: 0.5rem;
  max-width: 32rem;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
.gft_item .tip {
  padding-left: 15px;
  padding-bottom: 30px;
  max-width: 32rem;
  line-height: 1.3;
  color: #159f98;
  text-align: left;
}
.gft_item .pic {
  margin: 0 auto;
  width: 250px;
}
.gft_item .pic img {
  width: 100%;
}

.g_footer .logo_items {
  font-size: 0;
  text-align: center;
}
.g_footer .logo_items .logo {
  display: inline-block;
}
.g_footer .logo_items .logo a {
  padding: 20px 30px;
  display: block;
  text-align: center;
}
.g_footer .logo_items .logo img {
  width: 200px;
}
.g_footer .sc_company {
  position: relative;
  background-color: #003f23;
  padding: 80px 0;
  overflow: hidden;
}
.g_footer .sc_company .pattern.p1 {
  position: absolute;
  left: -44px;
  bottom: -30px;
  width: 20%;
  height: 160px;
}
.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: 45px 60px;
  background-color: #003f23;
}
.g_footer .sc_company .parag_wrap::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: -8px;
  bottom: -8px;
  z-index: 1;
  border-radius: 12px 16px 24px 16px;
  border: 1px solid #06fed1;
}
.g_footer .sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
  color: #fff;
}
.g_footer .sc_company .parag_wrap .parag a {
  color: #06fed1;
  text-decoration: underline;
}
.g_footer .sc_company .parag_wrap .parag a:hover {
  color: #93ea20;
}
.g_footer .sc_company .company_tit {
  position: absolute;
  left: 50%;
  top: 4px;
  z-index: 3;
  padding: 0 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #003f23;
}
.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 #fff;
  color: #fff;
}
.g_footer .sc_company .company_tit .nam {
  margin-left: 6px;
  width: 200px;
}
.g_footer .sc_logos {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #3d019e, #6500e6);
}
.g_footer .sc_logos .pattern.p1 {
  position: absolute;
  left: -44px;
  top: -42px;
  width: 20%;
  height: 160px;
  background: radial-gradient(circle, #fff 3px, transparent 4px) -8px -9px/27px 27px repeat;
}
.g_footer .sc_logos .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
  text-align: center;
  padding: 3em 0;
}
.g_footer .sc_logos .item {
  display: block;
  height: 36px;
}
.g_footer .sc_logos .item.i3 {
  height: 48px;
}
.g_footer .sc_logos .item img {
  height: 100%;
}
.g_footer .sc_logos .between {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  margin: 0 50px;
  background-color: #fff;
}

.modal-content {
  border-width: 0;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
}

.modal-header .modal_t {
  position: relative;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 0 3rem 2rem;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  body {
    background: url("img/mmainbg.png") fixed center/cover;
  }
  .kv {
    padding-bottom: 10%;
    height: auto;
  }
  .kv .logo {
    left: 5.9895833333%;
    width: 25%;
  }
  .kv .tit {
    padding-left: 5.9895833333%;
    margin-top: 45px;
    font-size: 1.5rem;
  }
  .kv .tit .t1 {
    width: 6em;
    font-size: 2.25em;
    line-height: 1.25;
  }
  .kv .tit .t1 .d-inline-block:nth-child(1) {
    padding-right: 0;
  }
  .kv .tit .t2 {
    margin: 1em 0;
    color: #93ea20;
    font-size: 1.375em;
    font-weight: 300;
  }
  .kv .tit .t2 br {
    display: block;
  }
  .kv .date {
    position: absolute;
    left: 8%;
    top: 52%;
    font-size: 1.125rem;
  }
  .kv .pic {
    left: 45%;
    width: 52%;
    bottom: 6%;
  }
  .counter {
    padding: 0;
    font-size: 1.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#3d019e), color-stop(#6500e6), to(#4aafff));
    background: linear-gradient(90deg, #3d019e, #6500e6, #4aafff);
  }
  .counter .container {
    display: block;
    padding: 30px;
  }
  .counter .item {
    margin-top: 20px;
    padding-right: 0;
  }
  .counter .item:last-child {
    padding-bottom: 20px;
  }
  .counter .l2 {
    max-width: 11em;
    font-size: 1.25em;
  }
  .sc_intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sc_intro .parag {
    padding: 0 1rem;
  }
  .sc_intro .parag p {
    font-size: 1.125rem;
    text-align: left;
  }
  .sc_intro .pic {
    max-width: 100%;
  }
  .quote {
    padding: 15px 10px 0;
    display: block;
  }
  .quote .quo_item::before {
    margin-left: 10px;
  }
  .quote .quo_item::after {
    height: 4px;
  }
  .quote .quo_item:last-child {
    margin-bottom: 0;
  }
  .quote .quo_item .cnt {
    min-height: auto;
    padding: 6px 0;
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .quote .quo_item .cnt .quo {
    margin: 2px 8px;
  }
  .sc_speaker .sec_cnts {
    display: block;
    width: calc(100% - 15px);
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
  }
  .sc_speaker .sec_cnts .cnt {
    border-radius: 0;
  }
  .sc_speaker .sec_cnts .cnt.cnt1 {
    display: block;
    padding-right: 0;
  }
  .sc_agenda {
    padding: 0;
  }
  .sc_agenda .container {
    padding: 0;
  }
  .sc_agenda .agd_item {
    margin: 0;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sc_agenda .agd_item.agd2 {
    margin-top: 0;
  }
  .sc_agenda .agd_item .title {
    margin-top: 20px;
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.2;
  }
  .sc_agenda .agd_item .detail {
    padding-right: 20px;
    font-size: 1.125em;
    line-height: 1.2;
  }
  .sc_agenda .agd_item .detail div {
    padding: 4px 0;
  }
  .sc_agenda .agd_item .speaker {
    display: block;
    padding: 0;
  }
  .sc_agenda .agd_item .speaker .t {
    border-width: 0;
    text-align: center;
  }
  .sc_agenda .spk_item {
    margin: 0 0 20px;
  }
  .sc_cta {
    padding: 40px 30px;
  }
  .sc_cta .cta .bttn {
    display: block;
    margin: 0 0 0.5em;
    font-size: 1.5rem;
  }
  .sc_cta .cta .bttn .bttn_inwrap {
    width: 100%;
  }
  .sc_cta .cta .bttn:last-child {
    margin-top: 1em;
  }
  .sc_gift {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sc_gift .sec_cnts {
    padding: 0 1rem;
  }
  .sc_gift .pattern {
    position: absolute;
    -webkit-transform: scale(0.6);
            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_items {
    display: block;
  }
  .gft_item {
    padding: 0 20px;
    margin: 0 0 20px;
    text-align: center;
  }
  .gft_item.gft1 {
    display: block;
    padding: 0 20px;
  }
  .gft_item.gft1 .text {
    padding-right: 0;
    text-align: center;
  }
  .gft_item.gft1 .name .n {
    font-size: 1.375rem;
  }
  .gft_item.gft1 .detail {
    font-size: 18px;
    margin-bottom: 0;
  }
  .gft_item.gft1 .pic {
    height: 225px;
    padding-bottom: 0;
  }
  .gft_item.gft1 .pic img {
    left: 0;
    width: 250px;
    height: 225px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .gft_item .text {
    padding-bottom: 0;
  }
  .gft_item .categ {
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
  }
  .gft_item .name {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .gft_item .name .n {
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 700;
  }
  .gft_item .name .c {
    margin-top: 10px;
    display: inline-block;
  }
  .gft_item .tip {
    padding-left: 0;
  }
  .gft_item .detail {
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
  }
  .gft_item .pic img {
    width: 240px;
  }
  .g_footer .sc_company .pattern.p1,
.g_footer .sc_logos .pattern.p1 {
    width: 38%;
    height: 118px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .g_footer .sc_company {
    padding-left: 30px;
    padding-right: 30px;
  }
  .g_footer .sc_company .pattern.p1 {
    bottom: -34px;
  }
  .g_footer .sc_company .container {
    padding-left: 0;
    padding-right: 0;
  }
  .g_footer .sc_company .parag_wrap {
    padding: 45px 30px 30px;
  }
  .g_footer .sc_company .parag_wrap::after {
    left: 6px;
    top: 6px;
    right: 6px;
  }
  .g_footer .sc_company .company_tit {
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%);
  }
  .g_footer .sc_company .company_tit .nam {
    margin-left: 0;
    margin-top: 10px;
  }
  .g_footer .sc_logos .logos {
    display: block;
    padding: 60px 0;
  }
  .g_footer .sc_logos .logos .between {
    margin: 20px auto;
    width: 100%;
    height: 1px;
    background-color: transparent;
  }
  .modal-header {
    padding-left: 1.5rem;
  }
  .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}