@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  background: #F9FAFF;
}

a {
  color: inherit;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.fix_aside.is_active {
  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;
  box-shadow: 0 1px 3px 0 rgba(33, 37, 41, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.fix_aside .fx_item.is_calendar {
  background-color: transparent;
  border-radius: 99%;
}
.fix_aside .fx_item.is_primary {
  background: linear-gradient(135deg, #F39800, #F39800);
  color: #fff;
}
.fix_aside .fx_item.is_primary span {
  font-size: 1rem;
}
.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(33, 37, 41, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.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("../../assets/images/icons/arrow_top.png") center/contain no-repeat;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 999;
  transition: all 0.2s ease-out;
}
header.is_active {
  background-color: rgba(255, 255, 255, 0.8);
}
header.is_active .nav_area .logo {
  width: 210px;
}
header.is_active .nav_area ul {
  height: 50px;
}
header.is_active .nav_area ul li a {
  font-size: 1rem;
}
header .nav_mobile {
  display: none;
}
header .nav_language {
  position: absolute;
  top: 50%;
  right: 70px;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  transform: translateY(-50%);
}
header .nav_language .hover {
  display: inline-block;
  position: relative;
}
header .nav_language .hover img {
  width: 30px;
  line-height: 0;
}
header .nav_language .hover:hover .hover_menu {
  display: flex;
}
header .nav_language .hover_holder {
  cursor: pointer;
}
header .nav_language .hover_menu {
  position: absolute;
  top: auto;
  right: 0;
  padding: 10px 0;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
header .nav_language .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 10px;
  text-decoration: none;
}
header .nav_language .hover_menu .hover_item p {
  position: relative;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  color: #F39800;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 10px 0 10px;
  transition: all 0.3s ease-in-out;
}
header .nav_language .hover_menu .hover_item p:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
header .nav_language .hover_menu .hover_item p span {
  font-size: 12px;
}
header .nav_sns {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  transform: translateY(-50%);
}
header .nav_sns .hover {
  display: inline-block;
  position: relative;
}
header .nav_sns .hover img {
  width: 40px;
  line-height: 0;
}
header .nav_sns .hover:hover .hover_menu {
  display: block;
}
header .nav_sns .hover_holder {
  cursor: pointer;
}
header .nav_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}
header .nav_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}
header .nav_area {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 70px 0 70px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .nav_area .logo {
  position: relative;
  width: 275px;
  height: auto;
  margin: 0 auto 0 0;
  display: block;
  transition: all 0.2s ease-out;
}
header .nav_area .logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
header .nav_area ul {
  position: relative;
  width: auto;
  height: 100px;
  margin: 0 1% 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
header .nav_area ul li {
  position: relative;
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
header .nav_area ul li a {
  position: relative;
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 3px;
  color: #231815;
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
header .nav_area ul li a:hover {
  color: #F39800;
}
header .nav_area ul li.btn a {
  padding: 8px 25px;
  color: #fff;
  border: 1px solid #222222;
  border-radius: 5px;
}
header .nav_area ul li.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #F39800, #9000FF);
  z-index: -1;
  transition: all 0.2s ease-out;
}
header .nav_area ul li.btn a:hover {
  color: #F39800;
  border: 1px solid #F39800;
}
header .nav_area ul li.btn a:hover::before {
  left: 100%;
}
header .nav_area ul li.active a {
  color: #F39800;
}

.cta {
  margin-top: 2rem;
}
.cta .cta_word {
  line-height: 1.1;
}
.cta .bttns {
  display: flex;
  max-width: 650px;
  margin: 0.75rem auto;
}
.cta .bttn {
  display: block;
  flex: 0 0 45%;
  width: 320px;
  border-radius: 4px;
  padding: 1px;
  transition: transform 300ms;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  transform: skewX(-10deg);
}
.cta .bttn:first-child {
  background: linear-gradient(120deg, rgba(212, 97, 15, 0.9), #f79415);
}
.cta .bttn:last-child {
  background: linear-gradient(120deg, #f79415, rgba(212, 97, 15, 0.9));
}
.cta .bttn .wrp {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  transition: background 300ms;
  background-color: rgba(212, 97, 15, 0.67);
}
.cta .bttn .t {
  flex: 0 1 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1;
  text-align: left;
}
.cta .bttn .t span {
  font-size: 1.25rem;
  color: yellow;
}
.cta .bttn .t div {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  color: #fff;
}
.cta .bttn .i {
  flex: 0 0 50px;
}
.cta .bttn:hover {
  transform: scale(1.04) translate3d(0, 0, 0);
  text-decoration: none;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
}
.cta .bttn:hover .wrp {
  background-color: rgba(212, 97, 15, 0);
}

.sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 2em;
  text-align: center;
}
.sc_title .tit {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 2.4rem;
  color: #f7931e;
  letter-spacing: 0.2rem;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  opacity: 1;
}
.g_header .header_wrap {
  position: relative;
  padding: 1.2rem 5rem;
}
.g_header .header_logo {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 100px;
  transform: translateY(-50%);
}
.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_cnt {
  display: flex;
  justify-content: flex-end;
}
.g_header .nav_item {
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  display: block;
  padding: 0.75rem 1rem;
  color: #231815;
  font-weight: bold;
}
.g_header .nav_link:hover {
  color: #f8961e;
  text-decoration: none;
}
.g_header .dropdown-toggle {
  cursor: pointer;
}
.g_header .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: center;
}
.g_header .dropdown-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #f8961e, #e3701e);
}
.g_header .dropdown_link {
  display: block;
  padding: 0.75rem 1rem;
}
.g_header .dropdown_link:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
.g_header.is_active {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.g_kv {
  position: relative;
}
.g_kv .kv {
  position: relative;
}
.g_kv .kv img {
  width: 100%;
  max-width: 100%;
}
.g_kv .main_cta {
  position: absolute;
  width: 30%;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transition: all 0.4s;
  transform-origin: 0% 50%;
}
.g_kv .main_cta.active {
  animation: btn_scale 2s ease-out infinite normal both;
}
.g_kv .main_cta img {
  width: 100%;
  max-width: 100%;
}
@keyframes btn_scale {
  0% {
    transform: scale(1) translateX(-50%);
  }
  20% {
    transform: scale(1.1) translateX(-50%);
  }
  30% {
    transform: scale(1) translateX(-50%);
  }
  50% {
    transform: scale(1.1) translateX(-50%);
  }
  60% {
    transform: scale(1) translateX(-50%);
  }
}
.g_kv .fixed_pic {
  width: 29.1666666667%;
  position: absolute;
  z-index: 0;
  top: 60%;
  left: -2%;
  animation: float2 6s ease-in-out infinite alternate both;
}
.g_kv .fixed_pic img {
  width: 100%;
  max-width: 100%;
}
@keyframes float2 {
  0% {
    transform: translateY(0%) scale(1);
  }
  40% {
    transform: translateY(-2%) scale(0.92);
  }
  80% {
    transform: translateY(2%) scale(1.08);
  }
  100% {
    transform: translateY(0%) scale(1);
  }
}
.g_kv .kv_tit {
  position: absolute;
  width: 83.0729166667%;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.g_kv .kv_tit .t1 {
  position: absolute;
  left: 5%;
  margin-top: 5%;
  width: 45.1410658307%;
}
.g_kv .kv_tit .t1 img {
  width: 100%;
  max-width: 100%;
}
.g_kv .kv_tit .t2 {
  position: absolute;
  left: 35%;
  width: 65.1041666667%;
  animation: float 8s ease-in-out 2s infinite alternate both;
}
.g_kv .kv_tit .t2 img {
  width: 100%;
  max-width: 100%;
}
@keyframes float {
  0% {
    transform: translateY(0%) scale(1);
  }
  40% {
    transform: translateY(0%) scale(0.96);
  }
  80% {
    transform: translateY(0%) scale(1.04);
  }
  100% {
    transform: translateY(0%) scale(1);
  }
}
.g_kv .kv_logo {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 12%;
  height: auto;
}

.g_main {
  position: relative;
  z-index: 1;
}

.sc_intro .intro_wrap {
  max-width: calc(760px + 2rem);
  margin: 0 auto 1em;
  padding: 0;
  font-size: 1.2rem;
  color: #57616a;
  font-weight: 500;
  line-height: 2.2rem;
}
.sc_intro .intro_wrap p span {
  color: #f7931e;
}
.sc_intro .intro_wrap .title {
  color: #1855b2;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.sc_intro .intro_wrap ul {
  padding-left: 3rem;
  padding-right: 1.25rem;
  font-weight: 400;
}
.sc_intro .intro_wrap ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.sc_intro .intro_wrap .checkHighLight {
  position: relative;
  width: 100%;
  margin: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.sc_intro .intro_wrap .checkHighLight .check {
  position: relative;
  border-radius: 30px;
  border: 0 solid #f79415;
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
}
.sc_intro .intro_wrap .checkHighLight .check img {
  position: relative;
  width: 30px;
  height: auto;
}
.sc_intro .intro_wrap .checkHighLight .check .cnt {
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 21px;
  color: #f79415;
}
.sc_intro .cta {
  text-align: center;
}
.sc_intro .cta .bttn {
  margin: 0.5rem auto;
}
.sc_intro .cta .cta_word {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e3701e;
}

.sc_agenda {
  padding: 3rem 0 4rem;
  background-color: #f8f8f8;
}
.sc_agenda .ps {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #57616a;
}

.agenda_cnt .ag_row {
  display: flex;
  margin-bottom: 3px;
  background-color: rgba(247, 148, 21, 0.1);
}
.agenda_cnt .ag_row.ag_tit {
  background-color: #f79415;
}
.agenda_cnt .ag_row.ag_tit .td.td_time {
  flex: 0 0 auto;
  background-color: transparent;
}
.agenda_cnt .ag_row.ag_tit .td.td_time .time {
  color: #fff;
  font-size: 1rem;
  text-align: left;
}
.agenda_cnt .ag_row.ag_tit .td.td_tit {
  flex: 0 0 77%;
  background-color: transparent;
}
.agenda_cnt .ag_row.ag_tit .td.td_tit .title {
  color: #fff;
  font-size: 1rem;
  text-align: left;
}
.agenda_cnt .ag_row.ag_sp .title {
  color: rgba(87, 97, 106, 0.7);
  font-size: 21px;
  line-height: 1.5;
  font-weight: bold;
}
.agenda_cnt .ag_row.ag_sp .title .tit {
  color: #000;
}
.agenda_cnt .ag_row.ag_sp .title .topic {
  color: #d4610f;
}
.agenda_cnt .td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  color: #57616a;
}
.agenda_cnt .td.td_time {
  flex: 0 0 auto;
}
.agenda_cnt .td.td_tit {
  flex: 0 0 60%;
}
.agenda_cnt .td.td_spk {
  flex: 0 1 40%;
  line-height: 1.3;
}
.agenda_cnt .td .time {
  color: #57616a;
}
.agenda_cnt .td .title {
  font-size: 1.25rem;
  line-height: 1.2;
}
.agenda_cnt .td .spk {
  color: rgba(0, 0, 0, 0.75);
}
.agenda_cnt .td .spk .name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2f477f;
}
.agenda_cnt .td .spk .tit.sp {
  font-size: 14px;
}

.sc_speaker {
  position: relative;
  padding: 8% 0 5% 0;
  background-position: bottom center;
  background-size: cover;
}
.sc_speaker.sc_speaker2 {
  position: relative;
  background-color: #FBEFDA;
  padding: 5% 0 5% 0;
}
.sc_speaker.sc_speaker2 .prize_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 5%;
  margin-top: 6%;
}
.sc_speaker.sc_speaker2 .prize_area .prize img {
  width: 100%;
  max-width: 100%;
}
.sc_speaker.sc_speaker2 .prize_area .prize_info img {
  width: 100%;
  max-width: 100%;
}
.sc_speaker.sc_speaker2 .title2 {
  margin-top: 8%;
  color: #000000;
  font-weight: bold;
  font-size: 32px;
}
.sc_speaker.sc_speaker2 .luckyDraw {
  position: relative;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  transition: all 0.4s;
}
.sc_speaker.sc_speaker2 .luckyDraw:hover {
  transform: scale(0.9);
  transition: all 0.4s;
}
.sc_speaker.sc_speaker2 .luckyDraw img {
  width: 100%;
  max-width: 100%;
}
.sc_speaker.sc_speaker3 {
  background: url("img/bottomBG.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 5% 0 12% 0;
}
.sc_speaker.sc_speaker3 .content {
  font-size: 16px;
  line-height: initial;
  color: #000000;
}
.sc_speaker.sc_speaker3 .content span {
  color: #000000;
  font-size: 18px;
}

.sign_btn {
  position: relative;
  margin-top: 5%;
  width: 30%;
  left: 50%;
  transform: scale(1) translateX(-50%);
  transition: all 0.6s;
  transform-origin: 0% 50%;
}
.sign_btn img {
  width: 100%;
  max-width: 100%;
  transition: all 0.6s;
}
.sign_btn:hover img {
  transform: scale(0.9);
  transition: all 0.6s;
}

.intro_wrap {
  position: relative;
  padding: 0;
  font-size: 1.2rem;
  color: #57616a;
  font-weight: 500;
  line-height: 2.2rem;
  text-align: center;
  padding: 0 2%;
}
.intro_wrap .title {
  color: #ab7035;
  font-size: 32px;
  font-weight: 600;
}
.intro_wrap .content {
  text-align: left;
  margin-top: 2%;
  padding: 0 20px;
}
.intro_wrap .content span {
  color: #ab7035;
  font-weight: bold;
}
.intro_wrap .sub_title {
  text-align: center;
  color: #ab7035;
  font-weight: bold;
  margin-top: 3%;
}
.intro_wrap ul {
  padding-left: 3rem;
  padding-right: 1.25rem;
  font-weight: 400;
}
.intro_wrap ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.intro_wrap .checkHighLight {
  position: relative;
  width: 100%;
  margin: 0 0 50px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.intro_wrap .checkHighLight .check {
  position: relative;
  border-radius: 30px;
  border: 0 solid #f79415;
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
}
.intro_wrap .checkHighLight .check img {
  position: relative;
  width: 30px;
  height: auto;
}
.intro_wrap .checkHighLight .check .cnt {
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 21px;
  color: #f79415;
}

.spk_cnt {
  margin-top: 8%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 30px;
  padding: 0 5%;
}
.spk_cnt .npu {
  flex: 0 0 35%;
  position: relative;
}
.spk_cnt .npu img {
  width: 100%;
  max-width: 100%;
}
.spk_cnt .features {
  width: 100%;
  flex: 0 0 65%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.spk_cnt .features .feature {
  margin: 3% 0;
}
.spk_cnt .features .feature.feature1 {
  width: 75.3532182104%;
}
.spk_cnt .features .feature.feature2 {
  width: 82.7315541601%;
  margin-left: 8%;
}
.spk_cnt .features .feature.feature3 {
  width: 100%;
  margin-left: 16%;
}
.spk_cnt .features .feature img {
  width: 100%;
  max-width: 100%;
}

.unlock {
  margin-top: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unlock a {
  width: 35%;
}
.unlock a img {
  width: 100%;
  max-width: 100%;
}

.sc_game {
  background: url("img/bg_top.png") top center no-repeat, url("img/bg_bottom.png") bottom center no-repeat;
  background-size: 100% auto;
}
.sc_game .intro_wrap {
  padding-top: 20%;
}
.sc_game .intro_wrap .title {
  color: #ab7035;
  font-size: 28px;
}
.sc_game .intro_wrap .tip {
  margin-top: 6%;
  font-size: 18px;
  text-align: left;
  padding: 0 5%;
}
.sc_game .intro_wrap .tip span {
  color: #ff7a21;
}
.sc_game .intro_wrap .prize_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 10%;
  margin-top: 10%;
}
.sc_game .intro_wrap .prize_area .prize img {
  width: 100%;
  max-width: 100%;
}
.sc_game .intro_wrap .prize_area .prize_info img {
  width: 100%;
  max-width: 100%;
}
.sc_game .intro_wrap .tip2 {
  font-size: 28px;
  color: #a26433;
  font-weight: bold;
  margin-top: 3%;
}
.sc_game .intro_wrap .sign_btn {
  width: 30%;
  margin: 15% 0 8% 0;
}
.sc_game .intro_wrap .sign_btn img {
  width: 100%;
  max-width: 100%;
}

.sc_gift {
  padding: 3rem 0;
}

.gift_cnt .gift_intro {
  margin: 0 auto 2rem;
  padding: 0 1em;
  max-width: 50em;
  font-size: 1.25rem;
}
.gift_cnt .gift_intro p {
  margin-bottom: 0;
}
.gift_cnt .items {
  display: flex;
  justify-content: space-between;
}
.gift_cnt .item {
  position: relative;
  flex: 0 1 24%;
}
.gift_cnt .item .type {
  border-radius: 2px 10px 0 0;
  display: inline-block;
  background-color: #4cb3cf;
  padding: 0.5rem 2rem 0.5rem 1rem;
  line-height: 1;
  color: #fff;
}
.gift_cnt .item .img {
  border-radius: 0 4px 4px 4px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.gift_cnt .item .txt {
  margin-top: 1rem;
  padding: 0.5em 2rem 2rem;
  text-align: center;
  line-height: 1;
}
.gift_cnt .item .att {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.gift_cnt .item .att .t {
  flex: 0 0 auto;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gift_cnt .item .att .l {
  margin-top: 3px;
  flex: 0 0 3rem;
  height: 1px;
  background-color: #fff;
}
.gift_cnt .item .name {
  margin-top: 0.5rem;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}
.gift_cnt .item .count {
  margin: 1rem 0;
}
.gift_cnt .item .price {
  border: 1px solid #4cb3cf;
  padding: 0.5rem 1rem;
  border-radius: 40px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.gift_cnt .more {
  margin-top: 1rem;
  text-align: center;
}
.gift_cnt .more_inner {
  display: inline-block;
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.sc_detail {
  font-size: 0.8rem;
  padding: 5rem 0 3rem 0;
  background: linear-gradient(90deg, #1e3a6b, #081938);
}
.sc_detail .detail_cnt {
  margin-top: 80px;
}
.sc_detail .detail_cnt span {
  font-weight: 800;
}
.sc_detail .detail_cnt span a {
  text-decoration: none;
}
.sc_detail .detail_cnt span a:hover {
  color: #F29600;
}
.sc_detail ul,
.sc_detail ol {
  color: white;
  padding-left: 1.25em;
  list-style: disc;
}
.sc_detail p {
  color: white;
}
.sc_detail li {
  line-height: 1.3;
  padding: 0.33rem 0;
}

.sc_location {
  padding: 3rem 0;
}
.sc_location .location_cnt {
  display: flex;
  justify-content: space-between;
}
.sc_location .loc_wrap {
  flex: 0 0 49.5%;
}
.sc_location .info_wrap .part {
  font-size: 1.5rem;
  color: #57616a;
  font-weight: 700;
}
.sc_location .info_wrap .loca {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #e3701e;
}
.sc_location .info_wrap .addr {
  border-radius: 4px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.sc_location .map_wrap .map {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.sc_location .map_wrap .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.g_footer {
  padding: 2rem 0;
  background: linear-gradient(90deg, #d4610f, #f79415) no-repeat;
}
.g_footer .foo_logo {
  margin: 0 auto;
  max-width: 200px;
}

.modal-header {
  border-bottom: 1px solid #FFD440;
  background-color: #FFD440;
}
.modal-header .modal-title {
  color: #1666E7;
  font-weight: 550;
  font-size: 24px;
}

.all_prize {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.all_prize .prize_list {
  width: 100%;
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.all_prize .prize_list .prize {
  flex: 0 0 60%;
  padding: 10px 0 10px 10px;
  font-size: 18px;
}
.all_prize .prize_list .name_list {
  flex: 0 0 40%;
  padding: 10px 0 10px 10px;
  border-left: solid 0.5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.all_prize .prize_list .name_list .name {
  padding: 5px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 1450px) {
  header .nav_area ul {
    margin: 0 0 0 0;
  }
  header .nav_area ul li a {
    font-size: 1.125rem;
  }
}
@media (max-width: 1300px) {
  header .nav_area {
    padding: 0 20px;
  }
  header .nav_area ul {
    margin: 0 7% 0 0;
  }
  header .nav_area ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  header {
    height: 35px;
    background-color: transparent;
  }
  header .nav_mobile {
    position: relative;
    display: block;
  }
  header .nav_mobile-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .nav_mobile-btn-line {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: #F39800;
    border-radius: 4px;
    margin: 2.5px 0;
  }
  header .nav_language {
    position: absolute;
    top: 110px;
    right: 5px;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(0);
  }
  header .nav_sns {
    position: absolute;
    top: 50px;
    right: 0;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(0);
  }
  header .nav_area {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #222222;
    flex-direction: column;
    justify-content: flex-start;
  }
  header .nav_area .logo {
    width: 200px;
    margin: 50px auto;
  }
  header .nav_area ul {
    margin-top: 20%;
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .nav_area ul li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .nav_area ul li a {
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  header .nav_area ul li a:hover {
    color: #F39800;
  }
  header .nav_area ul li.btn a {
    padding: 12px 35px;
    color: #fff;
    background-color: #F39800;
    border: 1px solid #F39800;
    border-radius: 5px;
  }
  header .nav_area ul li.btn a:hover {
    color: #F39800;
    background-color: #fff;
  }
  header .nav_area ul li.active a {
    color: #F39800;
  }
  .all_prize .prize_list {
    flex-direction: column;
  }
  .all_prize .prize_list .prize {
    flex: 0 0 60%;
    padding: 10px 0;
    font-size: 14px;
    border: none;
  }
  .all_prize .prize_list .name_list {
    border: none;
  }
  .all_prize .prize_list .name_list .name {
    font-size: 14px;
    border: none;
  }
}
@media (max-width: 768px) {
  .g_kv {
    background-size: cover;
    overflow: hidden;
  }
  .g_kv .kv {
    width: 100%;
  }
  .g_kv .main_cta {
    width: 45%;
    bottom: 4%;
  }
  .g_main {
    overflow: hidden;
  }
  .g_main .sc_speaker {
    position: relative;
    width: 100%;
  }
  .g_main .sc_speaker.sc_speaker2 .intro_wrap .prize_area {
    flex-direction: column;
  }
  .g_main .sc_speaker.sc_speaker2 .intro_wrap .title2 {
    font-size: 22px;
  }
  .g_main .sc_speaker.sc_speaker2 .intro_wrap .luckyDraw {
    width: 60%;
  }
  .g_main .sc_speaker .intro_wrap {
    width: 100%;
  }
  .g_main .sc_speaker .intro_wrap .title {
    font-size: 22px;
  }
  .g_main .sc_speaker .intro_wrap .content {
    font-size: 16px;
    line-height: initial;
  }
  .g_main .sc_speaker .intro_wrap .content span {
    font-size: 18px;
  }
  .g_main .sc_speaker .spk_cnt {
    flex-direction: column;
  }
  .g_main .sc_speaker .spk_cnt .npu {
    flex: 0 0 100%;
  }
  .g_main .sc_speaker .spk_cnt .features .feature {
    margin: 2% 0;
  }
  .g_main .sc_game {
    padding-bottom: 10%;
  }
  .g_main .sc_game .intro_wrap .title {
    font-size: 20px;
  }
  .g_main .sc_game .intro_wrap .tip {
    font-size: 14px;
    line-height: initial;
    margin-top: 15%;
  }
  .g_main .sc_game .intro_wrap .prize_area {
    flex-direction: column;
    padding: 0;
  }
  .g_main .sc_game .intro_wrap .prize_area .prize {
    padding-right: 20%;
  }
  .g_main .sc_game .intro_wrap .tip2 {
    font-size: 20px;
    margin-top: 6%;
  }
  .g_main .sc_game .intro_wrap .sign_btn {
    width: 80%;
    margin: 10% 0 0 0;
  }
  .sc_intro .intro_wrap {
    font-size: 1.125rem;
  }
  .sc_intro .intro_wrap ul {
    padding-left: 1.75rem;
    padding-right: 0.5rem;
  }
  .ag_table {
    margin-bottom: 2rem;
  }
  .ag_table .ag_row {
    display: block;
    margin-bottom: 10px;
  }
  .ag_table .td.td_time {
    display: inline-flex;
    min-height: auto;
  }
  .ag_table .td.td_spk .com {
    margin-top: 0.25rem;
  }
  .sc_agenda {
    padding-bottom: 2rem;
  }
  .sign_btn {
    width: 80%;
    flex-direction: column;
    gap: 10px;
  }
  .sign_btn a.btn1,
  .sign_btn a.btn2 {
    width: 100%;
  }
  .spk_cnt {
    transform: translate(-50%);
    width: 100%;
  }
  .spk_cnt .prize2 {
    display: none;
  }
  .sc_location .location_cnt {
    display: block;
  }
  .sc_location .loc_wrap {
    margin-bottom: 1rem;
  }
  .sc_detail .detail_cnt {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */