@-webkit-keyframes fadeUpAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes coverAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes coverAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes bg_lightAni {
  0% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes bg_lightAni {
  0% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@-webkit-keyframes main_wrapAni {
  0% {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  }
  100% {
    text-shadow: 0 20px 12px rgba(0, 0, 0, 0.9);
  }
}
@keyframes main_wrapAni {
  0% {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  }
  100% {
    text-shadow: 0 20px 12px rgba(0, 0, 0, 0.9);
  }
}
@-webkit-keyframes td_unAfterAni {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: 100% center;
  }
}
@keyframes td_unAfterAni {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: 100% center;
  }
}
@-webkit-keyframes titleAni {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes titleAni {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.en {
  font-family: "Lato", sans-serif;
}
.en.thin {
  font-weight: 100;
}
.en.light {
  font-weight: 300;
}

.zh {
  font-family: "Noto Sans TC", sans-serif;
}
.zh.thin {
  font-weight: 100;
}
.zh.light {
  font-weight: 300;
}
.zh.medium {
  font-weight: 500;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: fadeUpAni 1s linear 0s forwards;
          animation: fadeUpAni 1s linear 0s forwards;
}
.fadeUp.df_logo {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.main_wrap .fadeUp {
  -webkit-animation-direction: 0.6s;
          animation-direction: 0.6s;
}
.main_wrap .fadeUp:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.main_wrap .fadeUp:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.main_wrap .fadeUp:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.desktop {
  position: relative;
  max-height: 100vh;
  color: #fff;
  overflow: hidden;
}
.desktop img {
  display: block;
  max-width: 100%;
}
.desktop .bg {
  position: relative;
  padding-top: 56.25%;
  background: url("img/kv/kv_bg.jpg") center/cover;
}
.desktop .bg .light {
  position: absolute;
  left: 31%;
  top: -35%;
  width: 100vh;
  height: 100vh;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: 3s ease-in-out 0s infinite alternate;
          animation: 3s ease-in-out 0s infinite alternate;
  -webkit-animation-name: bg_lightAni;
          animation-name: bg_lightAni;
}
.desktop .bg .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("img/kv/bg_cover.png") center/cover;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: coverAni 5s linear 0s infinite alternate;
          animation: coverAni 5s linear 0s infinite alternate;
}
.desktop .main_wrap {
  -webkit-animation: 3s ease-in-out 0s infinite alternate;
          animation: 3s ease-in-out 0s infinite alternate;
  -webkit-animation-name: main_wrapAni;
          animation-name: main_wrapAni;
}
.desktop .title {
  width: 0;
  -webkit-animation: titleAni 2s linear 1.6s forwards;
          animation: titleAni 2s linear 1.6s forwards;
}
.desktop .title .td_un::after {
  -webkit-animation: td_unAfterAni 3s ease-in 0s infinite alternate;
          animation: td_unAfterAni 3s ease-in 0s infinite alternate;
}
.desktop .title .en:nth-child(1) .td_un::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.desktop .title .en:nth-child(2) .td_un::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.desktop .title .en:nth-child(3) .td_un::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.desktop .circle {
  position: relative;
}
.desktop .circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
}
.desktop .main,
.desktop .title {
  position: absolute;
  z-index: 10;
}
.desktop .main,
.desktop .title {
  left: 5%;
  max-width: 90vw;
}
.desktop .main {
  top: 38%;
  width: 100%;
}
.desktop .main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 7.3vw;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.desktop .main_wrap > div {
  position: relative;
  line-height: 1;
}
.desktop .main_wrap .circle::after {
  margin: -0.4vw 0 0 -0.4vw;
  width: 0.8vw;
  height: 0.8vw;
  border-width: 2px;
}
.desktop .main_wrap .zh {
  padding-bottom: 0.1em;
}
.desktop .main_wrap .zh > span {
  letter-spacing: 0.33em;
}
.desktop .title {
  bottom: 5.5vh;
  overflow: hidden;
}
.desktop .title_wrap {
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.desktop .title_wrap > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.desktop .title_wrap .line {
  position: relative;
  padding: 0 3.7%;
}
.desktop .title_wrap .line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.desktop .title_wrap .location {
  font-size: 2.5vw;
  line-height: 1.1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.desktop .title_wrap .subtitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  line-height: 1.2;
  font-size: 2.5vw;
}
.desktop .title_wrap .subtitle .subt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktop .title_wrap .subtitle .subt1 .w1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.2%;
          flex: 0 0 12.2%;
}
.desktop .title_wrap .subtitle .subt1 .w2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11%;
          flex: 0 0 11%;
}
.desktop .title_wrap .subtitle .subt1 .w3,
.desktop .title_wrap .subtitle .subt1 .w4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}
.desktop .title_wrap .subtitle .subt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktop .title_wrap .subtitle .subt2 .en {
  letter-spacing: 0.05em;
}
.desktop .title_wrap .subtitle .circle {
  padding: 0 0.6em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.desktop .title_wrap .subtitle .circle::after {
  margin: -0.1em 0 0 -0.1em;
  width: 0.2em;
  height: 0.2em;
}
.desktop .title_wrap .subtitle .td_un {
  position: relative;
}
.desktop .title_wrap .subtitle .td_un::after {
  content: "";
  position: absolute;
  left: 2%;
  bottom: 1%;
  width: 96%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent)) 0 center/200% 100% no-repeat;
  background: linear-gradient(90deg, transparent, #fff, transparent) 0 center/200% 100% no-repeat;
}
.desktop .title_wrap .date {
  line-height: 1.2;
  font-size: 2.5vw;
  text-align: right;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.desktop .title_wrap .date .en {
  letter-spacing: 0.025em;
}

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

.main_color {
  color: #f49c00;
}

.sub_color {
  color: #00427b;
}

.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-color: #fff;
  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-color: #f49c00;
  color: #fff;
  line-height: 1.3;
}
.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.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap.ic .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-color: #343a40;
}
.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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_area .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g_header .nav_area .nav_cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.g_header .nav_area .nav_item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}
.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #f49c00;
  color: #000;
}
.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
}
.g_header .nav_area .nav_link:hover {
  color: #f49c00;
  text-decoration: none;
}
.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}
.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}
.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}
.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}
.g_header .header_sns .hover_holder {
  cursor: pointer;
}
.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}
.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

.bttn {
  display: inline-block;
}
.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #f49c00;
  text-align: center;
  font-weight: 500;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.bttn .bttn_inner:hover {
  text-decoration: none;
}
.bttn .xl_size {
  font-size: 2em;
}
.bttn .lg_size {
  font-size: 1.5em;
}
.bttn .sm_size {
  font-size: 1em;
}
.bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}
.bttn .main_b {
  background-color: #f49c00;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.bttn .main_b:hover {
  background-color: #FF8200;
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #f49c00;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .sub_b {
  background-color: #fff;
  color: #f49c00;
}
.bttn .sub_b:hover {
  background-color: #ffecca;
}

.g_kv .df_logo {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 54px;
  width: 12.5%;
}

.g_main .container-fluid {
  max-width: 1310px;
}

.main_sc {
  padding: 60px 0;
}

.sc_title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.sc_title .tit {
  color: #00427b;
  font-weight: 700;
  line-height: 1;
}
.sc_title .tit.c_main {
  color: #f49c00;
}
.sc_title .tit.c_white {
  color: #fff;
}

.sc_intro {
  background-color: #fff;
}

.intro_cnt {
  text-align: center;
  font-size: 1.375rem;
}
.intro_cnt .highlight_tit {
  color: #f49c00;
  font-size: 1.65em;
  font-weight: 700;
  margin-bottom: 1em;
}
.intro_cnt p {
  margin-bottom: 0;
  padding: 0.25em 0;
  line-height: 1.75;
}
.intro_cnt .combain {
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em 1.5em;
  width: 520px;
  max-width: 100%;
  line-height: 1.2;
  font-size: 1.25em;
  font-weight: 700;
  border: 2px solid #00427b;
  color: #00427b;
}
.intro_cnt .combain .line2 {
  margin-top: 0.5em;
}
.intro_cnt .date_loc {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25em;
  color: #FF8200;
  font-weight: 900;
}
.intro_cnt .date_loc .date,
.intro_cnt .date_loc .loc {
  padding: 0 0.5em;
}
.intro_cnt .date_loc .split {
  width: 2px;
  height: 1.25em;
  background-color: #f49c00;
}

.cta_cnt {
  margin-top: 40px;
  padding-bottom: 20px;
}
.cta_cnt .before_cta {
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.cta_cnt .bttns {
  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;
}
.cta_cnt .bttn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 0 0.5em;
}

.sc_agenda {
  background-color: #f8f8f8;
}

.agd_cnt {
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #00427b;
}
.agd_cnt .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 66, 123, 0.5);
}
.agd_cnt .tr.tr_light {
  background-color: rgba(0, 66, 123, 0.1);
}
.agd_cnt .tr_head {
  border-radius: 10px 10px 0 0;
  background-color: #00427b;
  color: #fff;
}
.agd_cnt .tr_dtalk {
  display: block;
  background-color: #00427b;
  color: #fff;
  text-align: center;
}
.agd_cnt .tr_dtalk .ag_tit {
  margin-top: 0;
}
.agd_cnt .td {
  padding: 0.6em 1.2em;
}
.agd_cnt .td_time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8em;
          flex: 0 0 8em;
  text-align: center;
}
.agd_cnt .td_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agd_cnt .ag_tit {
  margin-right: 1em;
  font-weight: 700;
  font-size: 1.125em;
}
.agd_cnt .topic_toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.agd_cnt .ag_spk {
  line-height: 1.35;
}
.agd_cnt .ag_spk + .ag_spk_tit {
  margin-top: 15px;
}
.agd_cnt .ag_spk + .ag_spk {
  margin-top: 6px;
}
.agd_cnt .ag_spk .name {
  margin-top: 0.2rem;
  color: #00427b;
}
.agd_cnt .ag_spk_tit {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  font-size: 0.875em;
  color: #343a40;
}

.agd_normal .td_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
.agd_normal .td_speaker {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.agd_split .tr_split_tit {
  color: #fff;
}
.agd_split .tr_split_tit .td_split {
  border-radius: 20px 20px 0 0;
}
.agd_split .tr_split_tit .td_split.sp1 {
  background-color: #f49c00;
}
.agd_split .tr_split_tit .td_split.sp2 {
  background-color: #00427b;
}
.agd_split .sp1 {
  border-left: 5px solid #f49c00;
}
.agd_split .sp2 {
  border-left: 5px solid #00427b;
}
.agd_split .ag_spk {
  margin-top: 0.2rem;
  padding: 0.2rem 0;
}

.ag_tip {
  text-align: center;
}

.sc_speaker {
  background-color: #fff;
}

.speaker_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.speaker_items .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
.speaker_items .item .pic {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
  background: url("img/ui/speech.svg") center/120px no-repeat;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.speaker_items .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.speaker_items .item .pic:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.speaker_items .item .name {
  margin-bottom: 6px;
  color: #00427b;
  font-size: 1.25em;
  line-height: 1.2;
}
.speaker_items .item .name span {
  display: inline-block;
}

.sc_sponsor {
  background-color: #f8f8f8;
}

.sort_cnt .sorts {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sort_cnt .sorts .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 5px;
}
.sort_cnt .sorts .item_link {
  display: block;
  border-radius: 8px;
  padding: 0.75em 1.5em;
  background-color: #00427b;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 250ms;
  transition: background 250ms;
}
.sort_cnt .sorts .item_link:hover {
  text-decoration: none;
  background-color: rgba(0, 66, 123, 0.6);
}
.sort_cnt .sorts .item_link.is_active {
  background-color: #FF8200;
}

.sponsor_cnt {
  padding: 20px 0;
}
.sponsor_cnt .sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sponsor_cnt .spr_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 10px;
}
.sponsor_cnt .spr_item .link {
  display: block;
  border-radius: 10px;
  background-color: #fff;
}

.sc_gift {
  background-color: white;
}
.sc_gift .container-fluid {
  max-width: 1280px;
}

.gift_cnt .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gift_cnt .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 15px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift_cnt .item .tit {
  border-radius: 2px;
  margin: 0 auto;
  margin-top: -1.5em;
  padding: 0.5em 1em;
  background-color: #FF8200;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.gift_cnt .item .img {
  border-radius: 50%;
  max-width: 250px;
  background: linear-gradient(135deg, #f49c00, #FFCD6A, #FF8200);
  padding: 6px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.gift_cnt .item .img img {
  border-radius: 50%;
  max-width: 100%;
  display: block;
  background-color: #fff;
}
.gift_cnt .item .text {
  margin-top: 20px;
}

.sc_location {
  background-color: rgba(0, 66, 123, 0.5);
}

.location_cnt .loc_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.location_cnt .loc_top .loc {
  color: #f49c00;
  font-size: 1.5em;
  margin: 0 0.5em 10px;
}
.location_cnt .loc_top .addr {
  margin: 0 0.5em 10px;
  color: #fff;
}

.sc_detail {
  background-color: #fff;
}
.sc_detail .list {
  padding-left: 1.5em;
}
.sc_detail .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}

.modal-lg {
  max-width: 640px;
}

.modal-body {
  font-size: 1.125rem;
}
.modal-body ul {
  padding-left: 1.5em;
}

@media (max-width: 768px) {
  .g_header {
    background-color: #343a40;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0.5rem 0;
  }
  .g_header .menu_trigger {
    padding: 0 24px;
  }
  .g_header .nav_area .nav_content {
    display: block;
  }
  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }
  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
  }

  .g_kv .bg {
    height: 100vw;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.3))), url("img/kv.jpg") 85% center/cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("img/kv.jpg") 85% center/cover;
  }
  .g_kv .title {
    position: absolute;
    width: 90vw;
    top: 7vw;
    left: 3vw;
  }
  .g_kv .cta {
    margin-top: 20px;
    margin-left: 1.5em;
    margin-right: 0.5em;
  }
  .g_kv .cta .bttn {
    display: block;
  }
  .g_kv .cta .bttn_inner {
    font-size: 1.25rem;
    padding: 0.75em 1.5em;
  }

  .g_kv {
    margin-top: 64px;
  }

  .main_sc {
    padding: 40px 0;
  }

  .sc_title {
    font-size: 1.75rem;
  }
  .sc_title .tit {
    line-height: 1.3;
  }

  .intro_cnt {
    font-size: 1.125rem;
  }

  .cta_cnt .bttn {
    margin-bottom: 20px;
  }
  .cta_cnt .bttn:last-child {
    margin-bottom: 0;
  }
  .cta_cnt .bttn .bttn_inner {
    font-size: 1.5em;
  }

  .gift_cnt .items {
    display: block;
  }
  .gift_cnt .item {
    margin-bottom: 30px;
  }
  .gift_cnt .item .text {
    text-align: center;
  }

  .agd_cnt .tr {
    display: block;
  }
  .agd_cnt .tr_head {
    display: none;
  }
  .agd_cnt .td {
    padding: 0.2em 1em;
  }
  .agd_cnt .td:first-child {
    padding-top: 1em;
  }
  .agd_cnt .td:last-child {
    padding-bottom: 1em;
  }
  .agd_cnt .td_time {
    text-align: left;
  }
  .agd_cnt .td_title {
    display: block;
  }
  .agd_cnt .topic_toggle {
    margin-top: 0.5em;
  }
  .agd_split .tr_split_tit {
    display: none;
  }
  .agd_split .tr_split_tit .td_split {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: center;
  }
  .agd_split .tr_split_tit .td_time {
    display: none;
  }
  .agd_split .td_split.sp1:nth-child(2) {
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .agd_split .td_time.sp2:nth-child(3) {
    padding-top: 1em;
  }
  .sc_speaker {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sc_speaker .container {
    padding: 0;
  }

  .speaker_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .speaker_items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .sort_cnt .sorts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sort_cnt .sorts .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    margin: 0;
    padding: 3px;
  }
  .sort_cnt .sorts .item_link {
    text-align: center;
    padding: 0.8em 1em;
  }

  .sponsor_cnt {
    padding: 0;
  }
  .sponsor_cnt .spr_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 3px;
  }

  .location_cnt .loc_top {
    display: block;
  }
  .location_cnt .loc_top .loc {
    margin-bottom: 0;
  }
  .location_cnt .loc_top .addr {
    margin-bottom: 15px;
  }
}