html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  background: url("img/kv/kv_bg.jpg") 75% center/cover fixed;
  overflow-x: hidden;
}

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: 1rem;
  bottom: .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: .5em;
  margin: .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(45deg, #0070c5, #53c59a);
  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: .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;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
}

.g_header.is_active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #348dc8 10%, #53c59a 90%);
}

.g_header.is_active .nav_link {
  color: #fff;
}

.g_header.is_active .nav_link:hover {
  color: #348dc8;
}

.g_header .header_wrap {
  position: relative;
  padding: .5rem;
}

.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}

.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}

.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.g_header .menu_btn .icon::before {
  top: -200%;
}

.g_header .menu_btn .icon::after {
  bottom: -200%;
}

.g_header .menu_btn.sty_white {
  border-color: #fff;
}

.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}

.g_header .nav_area {
  position: relative;
  z-index: 3;
}

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

.g_header .header_logo {
  padding: 0 1rem;
}

.g_header .header_logo img {
  width: 250px;
}

.g_header .nav_cnt {
  padding: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.g_header .nav_item {
  padding: .75rem 1rem;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}

.g_header .nav_link {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header .nav_link:hover {
  color: #ff7f00;
  text-decoration: none;
}

.g_kv {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.g_kv .desktop {
  position: relative;
  height: 100vh;
  background-color: #fff;
  background-image: url("img/kv/kv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.g_kv .df_logo {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 14.32292%;
  margin: 0;
}

.g_kv .df_logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}

.g_kv .copy {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

.g_kv .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 71.875%;
  -webkit-transform: translate(-51%, -48%);
          transform: translate(-51%, -48%);
}

.g_kv .tit img {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}

.g_kv .tit .cir {
  position: relative;
  width: 100%;
  height: auto;
}

.g_kv .tit .t1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
}

.g_kv .tit .logos {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 69.56522%;
  -webkit-transform: translate(-50%, 400%);
          transform: translate(-50%, 400%);
}

.g_kv .timer {
  position: absolute;
  right: 5%;
  bottom: 60px;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
}

.g_kv .timer .tb {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #000;
  letter-spacing: normal;
}

.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: #2FD1CB;
}

.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - .5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

.g_kv .timer .d {
  border-radius: 1rem 0 0 1rem;
}

.g_kv .timer .d::after {
  content: 'day';
}

.g_kv .timer .h::after {
  content: 'hour';
}

.g_kv .timer .m::after {
  content: 'min';
}

.g_kv .timer .s {
  border-radius: 0 1rem 1rem 0;
}

.g_kv .timer .s::after {
  content: 'sec';
}

.g_main {
  position: relative;
  overflow: hidden;
}

.g_main .sec_cnts {
  padding: 20px 0;
}

.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  margin-bottom: .5rem;
}

.g_main .sc_title .tit {
  margin-left: .5rem;
  display: inline-block;
  padding-left: .875rem;
  font-size: 2rem;
  font-weight: 400;
  color: #53c59a;
}

.g_main .sc_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: .5rem;
  height: 100%;
  background-color: #53c59a;
  background: -webkit-gradient(linear, left bottom, left top, from(#2FD1CB), to(#348dc8));
  background: linear-gradient(0deg, #2FD1CB, #348dc8);
}

.g_main .soft_bg {
  background-color: rgba(255, 195, 23, 0.06);
}

.sc_intro {
  background-color: #fff;
  padding-top: 20px;
}

.sc_intro .sec_cnts {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.125rem;
}

.sc_intro .parag {
  text-align: justify;
}

.sc_intro .part {
  margin-top: 30px;
}

.sc_intro .part .p_tit {
  margin-bottom: 12px;
  text-align: center;
}

.sc_intro .part .p_tit span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1;
  color: #53c59a;
}

.sc_intro .part .p_text {
  text-align: justify;
}

.sc_intro .part .p_subt {
  padding: 10px 20px 4px;
  font-size: 1em;
  color: #c543a4;
}

.sc_intro .part .p_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  font-size: 1em;
}

.sc_intro .part .p_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #53c59a;
}

.combain {
  position: relative;
  width: 640px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px auto;
  padding: 5px;
  border-radius: 20px;
  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;
  overflow: hidden;
  background: linear-gradient(120deg, #ffc317, #348dc8, 80%, #2FD1CB, 80%, #2FD1CB);
}

.combain .combain_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
  border-radius: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.combain .cnt {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  color: #348dc8;
  font-weight: bold;
  font-size: 1.5rem;
}

.combain .highLight {
  display: inline-block;
  font-weight: 700;
  font-size: 1.75rem;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#2FD1CB), color-stop(#53c59a), to(#2FD1CB));
  background: linear-gradient(90deg, #2FD1CB, #53c59a, #2FD1CB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.cta_box {
  padding: 20px 0;
  text-align: center;
}

.cta_box .cta {
  text-align: center;
}

.cta_box .cta .bttn {
  position: relative;
  display: inline-block;
  border-radius: 2.5rem;
  height: 5rem;
  background-color: #ffc317;
  overflow: hidden;
  border: 0 solid #ffc317;
}

.cta_box .cta .bttn::before {
  -webkit-transition: left 300ms ease-in-out;
  transition: left 300ms ease-in-out;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  background: linear-gradient(120deg, #53c59a, 70%, #ffc317, 70%, #ffc317);
}

.cta_box .cta .bttn div {
  position: relative;
  top: 50%;
  z-index: 2;
  padding: 0 5.625rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 5px rgba(255, 255, 255, 0.3);
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta_box .cta .bttn:hover {
  text-decoration: none;
}

.cta_box .cta .bttn:hover::before {
  left: -100%;
}

.cta_box .cta .bttn:hover div {
  color: #fff;
  text-shadow: 0 1px 5px rgba(255, 195, 23, 0);
}

.sc_agenda {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 0;
}

.sc_agenda .agd_outer {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(120deg, #ffc317, #348dc8, 80%, #2FD1CB, 80%, #2FD1CB);
}

.sc_agenda .sec_cnts {
  position: relative;
  width: 100%;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}

.sc_agenda .ps {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.sc_spk {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 0;
}

.sc_spk .spk_cnt {
  position: relative;
  width: 80%;
  height: auto;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_spk .spk_cnt .spk_info {
  position: relative;
}

.sc_spk .spk_cnt .spkImg {
  position: relative;
  width: 100%;
  max-width: 250px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 2px solid #ffc317;
  background: #ffc317;
  overflow: hidden;
}

.sc_spk .spk_cnt .spkImg img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.sc_spk .spk_cnt .name {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #348dc8;
  margin: 10px 0 0 0;
}

.sc_spk .spk_cnt .name span {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 10px;
  font-size: 16px;
  color: #53c59a;
  background-color: #fff;
  border: 1px #53c59a solid;
  border-radius: 25px;
  margin: 0 0 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.sc_spk .spk_cnt .name span:hover {
  color: #fff;
  background-color: #53c59a;
}

.sc_spk .spk_cnt .tit {
  position: relative;
  margin: 5px auto;
  font-size: 18px;
  font-weight: 500;
  color: #53c59a;
}

.sc_spk .spk_cnt .pro {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.sc_spk .spk_cnt .spk_topic {
  position: relative;
  width: 100%;
  margin: 0 0 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  text-align: justify;
}

.sc_spk .spk_cnt .spk_topic .topic {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  color: #000;
}

.sc_spk .spk_cnt .spk_topic .topic span {
  font-weight: bold;
  color: #53c59a;
}

.sc_spk .spk_cnt .spk_topic .topic ol {
  padding: 0 0 0 25px;
}

.sc_spk .spk_cnt .spk_topic .topic ol li {
  margin: 5px 0;
}

.ag_table_before {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  line-height: 1;
}

.ag_table_before .item {
  padding: 1rem 0;
}

.ag_table_before .key {
  color: #348dc8;
  margin-bottom: 8px;
}

.ag_table_before .val {
  font-size: 1.25em;
}

.ag_table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-size: 1.25em;
}

.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(52, 141, 200, 0.5);
  border-width: 0 0 1px 0;
  padding: .75rem 1.75rem;
  background-color: white;
}

.ag_table .tr:nth-child(2n+1) {
  background-color: rgba(52, 141, 200, 0.1);
}

.ag_table .tr .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  color: #53c59a;
}

.ag_table .tr .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.ag_table .tr .tit span:last-child {
  margin-left: .5rem;
  font-size: .875em;
  color: rgba(0, 0, 0, 0.6);
}

.ag_table .tr .topic {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

.ag_table .tr .topic .topicBtn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid #348dc8;
  color: #348dc8;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ag_table .tr .topic .topicBtn:hover {
  color: #fff;
  background-color: #348dc8;
}

.ag_table .tr:last-child {
  border-bottom-width: 0;
}

.sc_company .sec_cnts {
  background: center bottom/cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sc_company .sec_cnts .cmy_title {
  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;
  text-align: center;
}

.sc_company .sec_cnts .cmy_title .tit {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  letter-spacing: 1rem;
}

.sc_company .sec_cnts.cnt_a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 141, 200, 0.9)), to(rgba(47, 209, 203, 0.9)));
  background-image: linear-gradient(rgba(52, 141, 200, 0.9), rgba(47, 209, 203, 0.9));
}

.sc_company .sec_cnts.cnt_b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#40d2eb), to(#53c59a));
  background-image: linear-gradient(#40d2eb, #53c59a);
}

.cmy_items {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.cmy_item {
  position: relative;
  padding: 1rem 1.5rem 40px;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 240ms;
  transition: -webkit-box-shadow 240ms;
  transition: box-shadow 240ms;
  transition: box-shadow 240ms, -webkit-box-shadow 240ms;
  overflow: hidden;
}

.cmy_item .name {
  line-height: 1.2;
}

.cmy_item .zh {
  font-size: 1.375rem;
  font-weight: 500;
}

.cmy_item .product {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #53c59a;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.cmy_item .needs {
  position: relative;
  border-top: 1px #53c59a dashed;
  padding: 15px 0;
  margin-top: 15px;
}

.cmy_item .needs .n {
  position: relative;
  line-height: 1;
  border-radius: 4px;
  font-size: 18px;
  color: #ffc317;
  font-weight: bold;
}

.cmy_item .needs .w {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px 0 0 0;
}

.cmy_item .needs .w span {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 15px;
  background-color: #348dc8;
  color: #fff;
  font-size: 14px;
}

.cmy_item .more {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cmy_item .more div {
  border-radius: 10px 2px 10px 2px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px 16px 5px;
  background-color: #53c59a;
  color: #fff;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  font-size: 23px;
}

.cmy_item .more div:hover {
  background-color: #2FD1CB;
}

.sc_location {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
}

.sc_location .sec_cnts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc_location .loc_left {
  padding: 20px 0 20px 30px;
}

.sc_location .loc_left .val {
  line-height: 1.1;
}

.sc_location .loc_left .val .tit {
  font-size: 1.25rem;
  font-weight: 700;
  color: #53c59a;
}

.sc_location .loc_left .val span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 6px;
  padding-bottom: 20px;
}

.sc_location .loc_left .way .tit {
  font-weight: 700;
}

.sc_location .loc_left .way ul,
.sc_location .loc_left .way ol {
  padding-left: 20px;
  margin-bottom: 0;
}

.sc_location .loc_left .way li {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.3;
}

.sc_location .loc_left .way li a {
  color: #0070c5;
  text-decoration: underline;
}

.sc_location .loc_left .way li a:hover {
  color: #348dc8;
}

.sc_location .loc_left .way li span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.sc_location .loc_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
}

.sc_location .loc_right .map_wrap {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.sc_location .loc_right .map_wrap iframe {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sc_detail {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}

.sc_detail .sec_cnts .list {
  padding-left: 1.5rem;
  padding-right: 40px;
  margin-top: -4px;
  margin-bottom: 0;
}

.sc_detail .sec_cnts .list li {
  padding: 8px 0;
  line-height: 1.3;
}

.sc_detail .sec_cnts .list a {
  color: #0070c5;
  text-decoration: underline;
}

.sc_detail .sec_cnts .list a:hover {
  color: #348dc8;
}

.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 {
  padding: 2rem 1.5rem 0 2rem;
  border-bottom-width: 0;
}

.modal-header .modal_t {
  position: relative;
}

.modal-header .modal_t .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-header .modal_t .zh {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1;
}

.modal-header .modal_t .web_link {
  margin-left: 1rem;
}

.modal-header .modal_t .web_link a {
  display: block;
  border-radius: 4px;
  padding: 6px 8px 8px;
  background-color: #53c59a;
  font-size: .875em;
  color: #fff;
  -webkit-transition: color 240ms;
  transition: color 240ms;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-header .modal_t .web_link a:hover {
  background-color: #2FD1CB;
  text-decoration: none;
}

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

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

.modal-body .sub_tit {
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 1rem;
  color: #348dc8;
  line-height: 1;
}

.modal-body .prod {
  margin-bottom: 4px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3;
  color: #53c59a;
}

.modal-body .int_cnt {
  position: relative;
  font-size: 18px;
}

.modal-body .int_cnt ul {
  position: relative;
  padding: 0 0 0 20px;
}

.modal-body .int_cnt ul li {
  position: relative;
  margin: 10px 0;
}

.modal-body .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.modal-body .images a {
  display: block;
  overflow: hidden;
}

.modal-body .images a:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.modal-body .images img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.modal-body .condition {
  position: relative;
  margin: 25px 0 0 0;
  border-top: 1px #53c59a dashed;
}

.modal-body .condition .sub_tit {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #ffc317;
}

.modal-body .condition .way span {
  display: inline-block;
  border-radius: 15px;
  margin: 5px;
  padding: 8px 12px 10px;
  background-color: #348dc8;
  line-height: 1.4;
  color: #fff;
  font-size: 1rem;
}

.modal-body .table {
  margin-top: 20px;
  margin-bottom: 0;
  border: 1px solid #348dc8;
}

.modal-body .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #348dc8;
}

.modal-body .table .tr:last-child {
  border-bottom-width: 0;
}

.modal-body .table .tr .col1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #53c59a 50%, #2FD1CB);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #fff;
}

.modal-body .table .tr .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
          flex: 1 0 80%;
}

.modal-body .table .tr .col2 div {
  padding: 4px 0;
  line-height: 1.3;
}

.modal-body .table .tr .col2 ul {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
}

.modal-body .table .tr .td {
  padding: .5rem 1.25rem;
  border-right: 1px solid #348dc8;
  line-height: 1.5;
}

.modal-body .table .tr .td:last-child {
  border-right-width: 0;
}

.sc_logo {
  padding: 50px 0;
  background-color: #fff;
}

.sc_logo .container {
  max-width: 1400px;
}

.sc_logo .logos {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_logo .logos .logo {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}

.sc_logo .logos .logo p {
  position: relative;
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.sc_logo .logos .logo img {
  position: relative;
  width: auto;
  height: 40px;
  margin: 0 15px;
}

.sc_footer {
  padding: 1rem 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #2FD1CB 10%, #ffc317 90%);
  color: #fff;
}

@media (max-width: 767px) {
  .g_header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #348dc8 10%, #ffc317 90%);
  }
  .g_header .nav_content {
    display: block;
  }
  .g_header .header_logo {
    display: block;
    padding: 1rem;
  }
  .g_header .nav_cnt {
    padding: 0;
    display: block;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }
  .g_header .nav_link {
    color: #fff;
  }
  .g_kv {
    margin-top: 64px;
  }
  .g_kv .desktop {
    height: 70vw;
  }
  .g_kv .df_logo {
    width: 20%;
  }
  .g_kv .tit {
    width: 90%;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
  .g_kv .timer {
    padding: 14px 0 10px;
    position: static;
  }
  .sc_intro {
    padding: 0 1rem;
  }
  .sc_intro .parag {
    text-align: left;
  }
  .sc_intro .part .p_list {
    display: block;
  }
  .sc_intro .part .p_list li {
    margin-right: 0;
  }
  .combain .cnt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    font-size: 1rem;
  }
  .combain .highLight {
    font-size: 1.3125rem;
  }
  .cta_box {
    padding-bottom: 20px;
  }
  .cta_box .cta .bttn div {
    position: relative;
    top: 50%;
    z-index: 2;
    padding: 0 60px;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.3);
    -webkit-transition-property: color, text-shadow;
    transition-property: color, text-shadow;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cta_box .cta .bttn:hover {
    text-decoration: none;
  }
  .cta_box .cta .bttn:hover::before {
    left: -100%;
  }
  .cta_box .cta .bttn:hover div {
    color: #fff;
    text-shadow: 0 1px 5px rgba(255, 195, 23, 0);
  }
  .sc_agenda .sec_cnts {
    display: block;
  }
  .sc_spk {
    padding: 20px 0;
  }
  .sc_spk .spk_cnt {
    width: 100%;
    margin: 10px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc_spk .spk_cnt .spkImg {
    max-width: 300px;
  }
  .sc_spk .spk_cnt .spk_info {
    margin: 0;
    padding: 15px;
  }
  .sc_spk .spk_cnt .spk_topic {
    margin: 0;
    padding: 0 20px;
  }
  .sc_spk .spk_cnt .spk_topic .topic {
    font-size: 16px;
  }
  .sc_spk .spk_cnt .spk_topic .topic ol {
    padding: 0 0 0 25px;
  }
  .sc_spk .spk_cnt .spk_topic .topic ol li {
    margin: 5px 0;
  }
  .ag_table {
    margin-top: 1rem;
  }
  .ag_table .tr {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .cmy_items {
    display: block;
  }
  .sc_location {
    padding-bottom: 100px;
  }
  .sc_location .sec_cnts {
    display: block;
  }
  .sc_location .loc_right .map_wrap {
    padding-top: 100%;
  }
  .sc_location .loc_left {
    padding: 20px 10px 0;
  }
  .sc_detail {
    padding-bottom: 20px;
  }
  .sc_detail .sec_cnts {
    display: block;
  }
  .sc_detail .sec_cnts .list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sc_footer {
    padding: 2rem 0;
  }
  .modal-header {
    padding-left: 1.5rem;
  }
  .modal-header .modal_t .name {
    display: block;
  }
  .modal-header .modal_t .web_link {
    margin-left: 0;
    margin-top: 10px;
  }
  .modal-header .modal_t .web_link a {
    display: inline-block;
  }
  .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .modal-body .intro {
    text-align: left;
  }
  .modal-body .table .tr {
    padding: .5rem 1rem;
    display: block;
  }
  .modal-body .table .tr .td {
    display: inline-block;
    border-right-width: 0;
    padding: 1px 0;
  }
  .modal-body .table .tr .col1 {
    position: relative;
    background-image: none;
    color: #53c59a;
    text-align: left;
    font-weight: 500;
  }
  .sc_logo {
    padding: 30px 0;
  }
  .sc_logo .logos {
    -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-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_logo .logos .logo {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    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-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 25px auto;
  }
  .sc_logo .logos .logo p {
    font-size: 1rem;
    margin: 15px 0;
    padding: 0;
  }
  .sc_logo .logos .logo img {
    position: relative;
    width: auto;
    height: 50px;
    margin: 15px 0;
  }
}
/*# sourceMappingURL=style.css.map */