@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "title_font";
  src: url("../font/font.woff2") format("woff2"), url("../font/font.woff") format("woff");
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  -webkit-touch-action: manipulation;
  -khtml-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -ms-touch-action: manipulation;
  -o-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  min-width: 362px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
a,
ul,
ol,
section {
  padding: 0;
  margin: 0;
}

section {
  padding-top: 85px;
}

ol,
ul,
li {
  list-style: none;
}

a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus,
select,
button,
button:focus {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  outline: none;
  border: 0;
  resize: none;
  cursor: pointer;
}

select {
  background: url(../images/down.svg) no-repeat calc(100% - 10px) center transparent;
  padding-right: 38px;
  word-wrap: normal;
  background: #fff;
}

select::-ms-expand {
  display: none;
}

*::before,
*::after,
.online_row .online_areas label,
.btn_idx span,
.btn_understand,
.btn_cut,
.btn_query,
.online_row .online_areas label,
.btn_cfm span,
.btn_online span,
.e_group,
.inner_content > div > p {
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus,
select {
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  padding: 8px 20px;
  letter-spacing: 5%;
  background: rgba(241, 168, 0, 0.1);
  border: 1.5px solid #f1a800;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  input,
  input:hover,
  input:focus,
  textarea,
  textarea:hover,
  textarea:focus,
  select {
    font-size: 18px;
    line-height: 25px;
    padding: 16px 38px;
    border: 2px solid #f1a800;
  }
}

inpup:not([type=radio]):not([type=checkbox]) {
  min-height: 39px;
}

input[name=email],
input[name=detail_address] {
  height: 56px;
  border-radius: 24px;
}

.online-contestant input {
  border: 1.5px solid #f1a800;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .online-contestant input {
    border: 2px solid #f1a800;
  }
}

input[type=radio]:focus {
  padding: 0;
}

input[type=radio] {
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid #f1a800;
  position: relative;
}

input[type=radio]:checked::after {
  display: inline-block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f1a800;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}

input[type=checkbox] {
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0;
  border: 2px solid #d83925;
  position: relative;
}

input[type=checkbox]:checked::after {
  display: inline-block;
  min-width: 22px;
  width: 26px;
  height: 25px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 39%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}

input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans TC", sans-serif;
  color: rgba(68, 56, 31, 0.7);
  font-weight: 500;
  opacity: 1;
}

[hidden] {
  display: none !important;
}

[selected] {
  color: #000;
}

a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img,
.svg,
.plugins a {
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  vertical-align: middle;
  border-style: none;
  overflow: hidden;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -4px;
}

sup {
  top: -8px;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

@media (min-width: 992px) {
  section {
    padding-top: 85px;
  }
}
.main {
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.no_gutters {
  margin-left: 0;
  margin-right: 0;
}

img.w_100 {
  width: 100%;
  height: auto;
}

img.img_fluid {
  max-width: 100%;
}

img.mx_100 {
  max-width: 100%;
  height: auto;
}

.allHidden {
  overflow: hidden;
}

.visibility_hidden {
  visibility: hidden;
}

.visibility_show {
  visibility: visible;
}

.d_block {
  display: block !important;
}

.d_none {
  display: none !important;
}

.d_inline {
  display: inline !important;
}

.d_inline_block {
  display: inline-block !important;
}

.align_items_start {
  align-items: flex-start !important;
}

.align_items_center {
  align-items: center !important;
}

.txt_center {
  text-align: center !important;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left !important;
}

.txt_justify {
  text-align: justify !important;
}

.bg_transparent {
  background-color: transparent !important;
}

.box_shadow_none {
  box-shadow: 0 0 0 !important;
}

.mb_6 {
  margin-bottom: 6px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_24 {
  margin-bottom: 24px !important;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_38 {
  margin-bottom: 38px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_80 {
  margin-bottom: 80px;
}

.color_000 {
  color: #000 !important;
}

.font_normal {
  font-weight: 400 !important;
}

.txt_line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.txt_line_2 {
  -webkit-line-clamp: 2;
}

.border_b_0 {
  border-radius: 24px 24px 0 0 !important;
}
.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.position_fixed {
  position: fixed;
}

.position_absolute {
  position: absolute;
}

.embed_responsive {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.embed_responsive::before {
  display: block;
  content: "";
}

.embed_responsive .embed_responsive_item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed_responsive_16by9::before {
  padding-top: 56.25%;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  z-index: 1050;
  display: none;
}

.modal_dialog {
  width: auto;
  max-width: 100%;
  padding: 40px 15px;
  margin: 0 auto;
  pointer-events: none;
  position: relative;
}

#modal_exhibition .modal_dialog {
  padding: 40px 15px;
}

.modal_dialog_centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal_dialog_centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal_content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

.modal_body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  border-radius: 60px;
  border: 0;
}

.modal_close {
  position: absolute;
  cursor: pointer;
  top: 18px;
  right: 18px;
  height: 38px;
}

.modal_close:hover {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-datepicker-year,
.ui-datepicker-month {
  text-align: center;
}

/* .ui-widget-header .ui-icon {
  background-image: url(../images/datepicker.png);
} */
select.ui-datepicker-year,
select.ui-datepicker-month {
  width: auto;
  max-width: auto;
  padding: 0;
  border: 0;
  background: none;
}

@media (min-width: 768px) {
  .d_md_none {
    display: none !important;
  }
  .d_md_block {
    display: block !important;
  }
  .txt_md_center {
    text-align: center !important;
  }
  .mb_md_16 {
    margin-bottom: 16px;
  }
  .mb_md_40 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .d_lg_none {
    display: none !important;
  }
  .d_lg_block {
    display: block !important;
  }
  .d_lg_inline {
    display: inline !important;
  }
  .mb_lg_0 {
    margin-bottom: 0;
  }
  .mb_lg_12 {
    margin-bottom: 12px;
  }
  .mb_lg_16 {
    margin-bottom: 16px;
  }
  .mb_lg_28 {
    margin-bottom: 28px;
  }
  .mb_lg_32 {
    margin-bottom: 32px;
  }
  .mb_lg_34 {
    margin-bottom: 34px;
  }
  .mb_lg_40 {
    margin-bottom: 40px;
  }
  .mb_lg_41 {
    margin-bottom: 41px;
  }
  .mb_lg_50 {
    margin-bottom: 50px !important;
  }
  .mb_lg_28 {
    margin-bottom: 28px !important;
  }
  .txt_lg_center {
    text-align: center !important;
  }
  .modal_dialog {
    max-width: 980px;
  }
  #modal_exhibition .modal_dialog {
    max-width: 976px;
  }
  .modal_body {
    border-radius: 40px;
  }
  .modal_close {
    top: 26px;
    right: 26px;
    height: 57px;
  }
}
@media (min-width: 1200px) {
  .d_xl_none {
    display: none !important;
  }
  .d_xl_block {
    display: block !important;
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.loader {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 70px;
  position: relative;
}

.loader div {
  width: 8px;
  display: inline-block;
  position: absolute;
  left: 4px;
  background-color: #e10012;
  -webkit-animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -khtml-animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -moz-animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -ms-animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -o-animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loader div:nth-child(1) {
  left: 4px;
  -webkit-animation-delay: -0.24s;
  -khtml-animation-delay: -0.24s;
  -moz-animation-delay: -0.24s;
  -ms-animation-delay: -0.24s;
  -o-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.loader div:nth-child(2) {
  left: 16px;
  -webkit-animation-delay: -0.12s;
  -khtml-animation-delay: -0.12s;
  -moz-animation-delay: -0.12s;
  -ms-animation-delay: -0.12s;
  -o-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.loader div:nth-child(3) {
  left: 28px;
  -webkit-animation-delay: 0;
  -khtml-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

#loader span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #e10012;
  text-align: center;
  text-transform: uppercase;
}

@keyframes loading {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@-webkit-keyframes loading {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.lg-view {
  display: block;
}
@media screen and (max-width: 768px) {
  .lg-view {
    display: none;
  }
}

.sm-view {
  display: none;
}
@media screen and (max-width: 768px) {
  .sm-view {
    display: block;
  }
}

header {
  width: 100%;
  height: 85px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}

.header_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_container > a img {
  max-width: 108px;
}

.header_toggler {
  cursor: pointer;
}

.header_toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #e7141b;
  margin-bottom: 5px;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  -khtml-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header_toggler span:last-child {
  margin-bottom: 0;
}

.header_toggler.active span {
  opacity: 0;
}

.header_toggler.active span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
  -khtml-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  opacity: 1;
}

.header_toggler.active span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -khtml-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
  opacity: 1;
}

.header_inner {
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) inset;
  overflow-y: auto;
}

.header_inner a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.header_inner a .icon-nav {
  background-image: url("../images/icon/nav_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .header_inner a .icon-nav {
    width: 32px;
    height: 32px;
  }
}

#header_ms a span {
  display: inline-block;
  text-align: left;
}

.header_inner a span {
  display: block;
  min-width: 96px;
  font-size: 22px;
  line-height: 27px;
  color: #878787;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.6px;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .header_inner a span {
    font-size: 23px;
    line-height: 37px;
    padding-left: 6px;
  }
}

.header_inner a:last-of-type {
  margin-bottom: 0;
}

.header_inner a.active i,
.header_inner a:hover i {
  /* content: url("../images/nav_icon_s.svg"); */
  background-image: url("../images/icon/nav_icon_active.svg");
}

.header_inner a.active span,
.header_inner a:hover span {
  color: #e10012;
}

.header_inner a:active span {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.header_off .header_m,
#header_xl {
  display: none;
}

.header_on .header_m {
  display: block;
}

#header_ms {
  display: flex;
}

@media (min-height: 450px) {
  .header_inner {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .header_container {
    padding: 0 72px;
  }
  .header_container > a img {
    max-width: initial;
  }
  .header_inner {
    position: static;
    background-color: transparent;
    padding: 0;
    box-shadow: 0 0 0;
    flex-direction: row;
    justify-content: flex-end;
    overflow: visible;
  }
  .header_inner a {
    margin-left: 17px;
  }
  .header_inner a span {
    display: inline-block;
    min-width: 0;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 0;
    color: #878787;
  }
  /* 
  .header_inner a:active span {
    font-size: 15px;
    padding: 9px 18px;
  } */
  .header_toggler,
  #header_ms {
    display: none;
  }
  .header_inner {
    top: 101px;
  }
  #header_xl {
    display: flex;
    gap: 0;
  }
}
footer {
  background-color: #e10012;
  position: relative;
  z-index: 5;
}

.footer_container {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding: 40px 0;
}

.footer_upper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.footer_upper > div > a {
  display: inline-block;
  margin-right: 16px;
}

.footer_upper > div > a:first-of-type {
  margin-right: 22px;
}

.footer_upper > div > a:last-of-type {
  margin-right: 0;
}

.footer_upper svg {
  fill: #fff;
}

.footer_upper > div > a:hover svg {
  opacity: 0.85;
}

.footer_downer {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer_downer br {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer_container {
    padding: 46px 15px 36px 15px;
  }
  .footer_upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 39px;
  }
  .footer_upper > div {
    width: 330px;
    max-width: 330px;
    margin-bottom: 0;
  }
  .footer_upper > div > a:first-of-type {
    margin-right: 39px;
  }
}
.plugins {
  right: 23px;
  bottom: 150px;
  z-index: 20;
}

.plugins a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 78px;
  margin-bottom: 18px;
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
  background-size: contain;
}

.plugins a:last-of-type {
  margin-bottom: 0;
  margin-left: auto;
}

.plugins a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* .plugins a[title=我要報名] {
  background-image: url(../images/btn-sticky-a.png);
} */
.plugins a[title=活動須知] {
  background-image: url(../images/btn-sticky-a.png);
  height: 82.5px;
}

.plugins a[title=舞台活動] {
  background-image: url(../images/btn-sticky-b.png);
  height: 83.5px;
}

.plugins a[title=親子陪伴] {
  background-image: url(../images/btn-sticky-c.png);
  height: 78px;
}

.plugins a[title=回到頂部] {
  width: 52px;
  height: 52px;
  background-image: url(../images/gotop.svg);
  margin-right: 14px;
  border-radius: 50%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.plugins a[title=回到頂部]:hover {
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 750px) {
  .plugins {
    right: 15px;
  }
  .plugins a {
    width: 64px;
    margin-bottom: 10px;
  }
  .plugins a[title=活動須知] {
    height: 69.5px;
  }
  .plugins a[title=舞台活動] {
    height: 70px;
  }
  .plugins a[title=親子陪伴] {
    height: 65.5px;
  }
  .plugins a[title=回到頂部] {
    width: 43px;
    height: 43px;
    margin-right: 10px;
  }
}
.ani_blink {
  -webkit-animation: ani_blink 1.6s linear infinite;
  -khtml-animation: ani_blink 1.6s linear infinite;
  -moz-animation: ani_blink 1.6s linear infinite;
  -ms-animation: ani_blink 1.6s linear infinite;
  -o-animation: ani_blink 1.6s linear infinite;
  animation: ani_blink 1.6s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani_x_5 {
  -webkit-animation: ani_x_5 2.6s linear infinite;
  -khtml-animation: ani_x_5 2.6s linear infinite;
  -moz-animation: ani_x_5 2.6s linear infinite;
  -ms-animation: ani_x_5 2.6s linear infinite;
  -o-animation: ani_x_5 2.6s linear infinite;
  animation: ani_x_5 2.6s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes ani_blink {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translateY(0) scale(1);
    -khtml-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transform: translateY(-5px) scale(1.02);
    -khtml-transform: translateY(-5px) scale(1.02);
    -moz-transform: translateY(-5px) scale(1.02);
    -ms-transform: translateY(-5px) scale(1.02);
    -o-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
  }
}
@-webkit-keyframes ani_blink {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translateY(0) scale(1);
    -khtml-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  50% {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transform: translateY(-5px) scale(1.02);
    -khtml-transform: translateY(-5px) scale(1.02);
    -moz-transform: translateY(-5px) scale(1.02);
    -ms-transform: translateY(-5px) scale(1.02);
    -o-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
  }
}
@keyframes ani_x_5 {
  0% {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    -khtml-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@-webkit-keyframes ani_x_5 {
  0% {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    -khtml-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
section {
  background-color: #fffbf3;
  min-height: calc(100vh - 218px);
  width: 100%;
}

#sponsor section,
#success section {
  background-color: #fffbf3;
}

#query,
#result,
#info,
#online,
#method {
  background-color: #fffbf3;
}

.inner_title {
  text-align: center;
}

/* .inner_title::before {
  width: 300px;
  height: 41px;
  font-size: 28px;
  line-height: 41px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -150px;
} */
.inner {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.all_bg2 {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -153px;
  z-index: -1;
  width: 45px;
}

.all_bg3 {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 101px;
  z-index: -1;
  width: 45px;
}

.all_bg5 {
  position: absolute;
  bottom: -56px;
  left: 50%;
  margin-left: -179px;
  z-index: -1;
}

.tabs {
  margin-bottom: 19px;
}

.tabs_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.tabs_content a {
  width: 50%;
  max-width: 200px;
  position: relative;
}

.tabs_content a span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #d83925;
  padding: 12px 38px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.tabs_content a:hover span,
.tabs_content a.active span {
  opacity: 1;
}

.tabs_content a:hover span svg,
.tabs_content a.active span svg {
  fill: #fff;
}

.frame {
  width: 100%;
  max-width: 100%;
  padding: 54px 23px;
  padding-right: 22px;
  padding-bottom: 45px;
  margin-bottom: 57px;
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(rgba(4, 0, 0, 0.03) 0.75px, transparent 0.75px), linear-gradient(90deg, rgba(4, 0, 0, 0.03) 0.75px, transparent 0.75px);
  background-size: 10px 9.9px;
  background-position: center top;
  border: 1.4399px solid rgba(4, 0, 0, 0.05);
  box-shadow: 1.15192px 1.15192px 1.55509px #ecd7ae;
  border-radius: 40px;
}

@media screen and (min-width: 992px) {
  .frame {
    padding: 89px 97px;
    padding-right: 80px;
    padding-bottom: 100px;
    margin-bottom: 70px;
    background-image: linear-gradient(rgba(4, 0, 0, 0.03) 2px, transparent 2px), linear-gradient(90deg, rgba(4, 0, 0, 0.03) 2px, transparent 2px);
    background-size: 28.7px 28.7px;
    background-position: center top;
    border: 5px solid rgba(4, 0, 0, 0.05);
    box-shadow: 4px 4px 5.4px #ecd7ae;
    border-radius: 180px;
  }
}
@media screen and (max-width: 576px) {
  .frame::before {
    background-image: url(../images/frame_icon_y.svg);
    width: 21px;
    height: 23px;
    top: -2.5px;
    background-size: contain;
  }
}
.method .frame_inner {
  position: relative;
  display: block;
  padding-left: 0;
  text-indent: 0;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .method .frame_inner {
    display: flex;
    flex-direction: column;
  }
}
.items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.items h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exhibition .items-sub span::after {
  display: none;
}

.swiper_history {
  position: relative;
}

.swiper_history .swiper_container {
  overflow: hidden;
}

.swiper_history .swiper_ {
  width: 100%;
  max-width: 100%;
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_history .swiper_container img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}

.swiper_history .swiper_ .swiper-button-next,
.swiper_history .swiper_ .swiper-button-prev {
  position: static;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
}

.swiper_history .swiper_ .swiper-button-next {
  background-image: url(../images/right.svg);
}

.swiper_history .swiper_ .swiper-button-prev {
  background-image: url(../images/left.svg);
}

.swiper_history .swiper_ .swiper-button-next:focus,
.swiper_history .swiper_ .swiper-button-prev:focus {
  outline: none;
}

#modal_avator .modal_body,
#modal_ppl .modal_body {
  padding: 65px 22px 53px;
}

#modal_cut .modal_body {
  padding: 46px 21px 58px 21px;
}

#modal_history .modal_body {
  padding: 78px 18px 38px 18px;
}

#modal_exhibition .modal_body {
  padding: 80px 20px 42px 20px;
}

#modal_reminder .title, #modal_tips .title {
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 10%;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #modal_reminder .title, #modal_tips .title {
    font-size: 24px;
    gap: 8px;
  }
}
#modal_reminder .title img, #modal_tips .title img {
  width: 18px;
}
@media screen and (min-width: 768px) {
  #modal_reminder .title img, #modal_tips .title img {
    width: auto;
  }
}

.modal .title span {
  display: inline;
  margin-left: 5px;
  font-size: 24px;
  line-height: 40px;
  color: #e10012;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 4px solid #e10012;
}

.modal p,
.modal a,
.modal ol li {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  /* margin-bottom: 18px; */
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .modal p,
  .modal a,
  .modal ol li {
    font-size: 18px;
    line-height: 30px;
  }
}

.modal ol {
  padding-inline-start: 20px;
}

.modal ol li {
  list-style: decimal;
}

#modal_avator ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: avatar-list;
}

#modal_avator ul > li {
  position: relative;
  padding-left: 32px;
  counter-increment: avatar-list;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  #modal_avator ul > li {
    font-size: 18px;
    line-height: 30px;
  }
}

#modal_avator ul > li::before {
  content: counter(avatar-list) "、";
  position: absolute;
  left: 0;
  top: 0;
}

#modal_avator ul ol {
  margin: 0;
  padding-inline-start: 24px;
  list-style: decimal;
}

#modal_avator ul ol > li {
  padding-left: 0;
  counter-increment: none;
  list-style: decimal;
}

#modal_avator ul ol > li::before {
  content: none;
}

#modal_ppl ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ppl-list;
}

#modal_ppl ul > li {
  position: relative;
  padding-left: 32px;
  counter-increment: ppl-list;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  #modal_ppl ul > li {
    font-size: 18px;
    line-height: 30px;
  }
}

#modal_ppl ul > li::before {
  content: counter(ppl-list) "、";
  position: absolute;
  left: 0;
  top: 0;
}

#modal_ppl ul ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ppl-ol;
}

#modal_ppl ul ol > li {
  position: relative;
  padding-left: 36px;
  counter-increment: ppl-ol;
  list-style: none;
}

#modal_ppl ul ol > li::before {
  content: "(" counter(ppl-ol) ")";
  position: absolute;
  left: 0;
  top: 0;
}

#modal_ppl ul ol.other_list {
  padding-left: 0;
  counter-reset: none;
}

#modal_ppl ul ol.other_list > li {
  display: flex;
  padding-left: 0;
  counter-increment: none;
}

#modal_ppl ul ol.other_list > li::before {
  content: none;
}

#modal_ppl ul ol.other_list p {
  margin: 0;
}

#modal_ppl ul ol.other_list p:first-child {
  flex: 0 0 90px;
}

#modal_ppl ul ol.other_list p:last-child {
  flex: 1;
}

#modal_cut p {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 36px;
}

.btn_understand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 8%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 47px;
  background-color: #d83925;
  position: relative;
  border-radius: 73px;
  cursor: pointer;
}

.btn_understand img {
  margin-left: 12px;
}

.btn_understand:hover,
.btn_cut:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_understand:active,
.btn_cut:active {
  -webkit-transform: translateY(0) scale(0.9);
  -khtml-transform: translateY(0) scale(0.9);
  -moz-transform: translateY(0) scale(0.9);
  -ms-transform: translateY(0) scale(0.9);
  -o-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
}

#modal_cut .modal_area {
  width: 100%;
  height: 300px;
  background-color: #808080;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal_cut .modal_area img {
  max-width: 100%;
  max-height: 100%;
}

#modal_cut img {
  -webkit-transition: none !important;
  -khtml-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#modal_exhibition .modal_ex_ > img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}

#modal_exhibition .modal_ex_ p {
  font-size: 20px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 24px;
}

#modal_exhibition .modal_share img {
  display: block;
  cursor: pointer;
  margin-bottom: 12px;
}

#modal_exhibition .modal_share img:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_cut {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  background-color: #000;
  text-align: center;
  border-radius: 10px;
  padding: 12px 63px;
}

.loader_cut {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  z-index: 1200;
}

.tabs_content a span img {
  margin-right: 4px;
  margin-bottom: -3px;
}

@media screen and (max-width: 768px) {
  .tabs_content a span img {
    width: 14px;
  }
}
@media (min-width: 768px) {
  .modal .title span br {
    display: none;
  }
}
#modal_avator .btn_understand,
#modal_ppl .btn_understand {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .inner::before {
    left: -109px;
    bottom: -210px;
  }
  section {
    min-height: calc(100vh - 178px);
  }
  .tabs {
    margin-bottom: 37px;
  }
  .tabs_content {
    gap: 30px;
  }
  .tabs_content a span {
    font-size: 22px;
    line-height: 30px;
    padding: 15px 37px;
    border-radius: 39px;
  }
  .tabs_content a span img {
    margin-right: 10px;
    margin-bottom: -3px;
  }
  .items {
    margin-bottom: 28px;
  }
  .swiper_history .swiper_container img {
    border-radius: 30px;
  }
  .swiper_history .swiper_ .swiper-button-next,
  .swiper_history .swiper_ .swiper-button-prev {
    background-size: 62px 62px;
    width: 62px;
    height: 62px;
  }
  #modal_avator .modal_body,
  #modal_ppl .modal_body {
    padding: 74px 70px 79px;
  }
  #modal_cut .modal_body {
    padding: 102px 136px 58px 136px;
  }
  #modal_history .modal_body {
    padding: 119px 34px 58px 34px;
  }
  #modal_exhibition .modal_body {
    padding: 80px 134px 48px 134px;
  }
  .modal .title span {
    line-height: 36px;
    margin-left: 5px;
  }
  .modal p {
    /* margin-bottom: 24px; */
    margin-bottom: 0;
  }
  #modal_cut p {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 36px;
  }
  #modal_cut .modal_area {
    height: 420px;
  }
  #modal_exhibition .modal_ex_ img.modal_ex_avator {
    margin-bottom: 32px;
  }
  #modal_exhibition .modal_ex_ p {
    margin-bottom: 18px;
  }
  #modal_exhibition .modal_share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #modal_exhibition .modal_share img {
    margin-right: 12px;
  }
  #modal_exhibition .modal_share img:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .items {
    margin-bottom: 15px;
  }
}
.banner {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
}
.banner .banner_btm {
  position: absolute;
  content: "";
  background: url("../images/banner_btm.png") no-repeat center center;
  background-size: cover;
  width: 1920px;
  height: 157px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.banner .banner_btm::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fffbf3;
  top: 0;
  left: -100vw;
}
.banner .banner_btm::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fffbf3;
  top: 0;
  right: -100vw;
}

#success .banner::after {
  background-image: url("../images/banner_btm_y.png");
}

#sponsor .banner::after {
  background-image: url("../images/banner_btm_y.png");
}

@media screen and (max-width: 992px) {
  .banner::after {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .banner::after {
    background-image: url("../images/banner_btm_s.png");
    width: calc(100% + 115px);
    height: 24px;
  }
  #success .banner::after {
    background-image: url("../images/banner_btm_y_s.png");
  }
  #sponsor .banner::after {
    background-image: url("../images/banner_btm_y_s.png");
  }
}
.banner img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.banner img:last-of-type {
  display: none;
}

@media (min-width: 768px) {
  .banner img:first-of-type {
    display: none;
  }
  .banner img:last-of-type {
    display: block;
  }
}
@media (min-width: 1280px) {
  .banner {
    background-image: url(../images/inner_banner3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 44.567%;
    min-height: 487.5px;
  }
  #online .banner {
    height: 487.5px;
  }
  .banner img {
    display: none !important;
  }
}
.bg_deco_1 {
  position: absolute;
  transform: rotate(1.94deg);
  top: -105px;
  left: -4px;
}

.bg_deco_2 {
  position: absolute;
  transform: rotate(178.06deg);
  top: 113px;
  right: -26px;
}

.bg_deco_3 {
  position: absolute;
  bottom: -120px;
  left: -23px;
}

@media screen and (max-width: 768px) {
  .bg_deco_1,
  .bg_deco_2,
  .bg_deco_3 {
    display: none;
  }
}

.main_title {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .main_title {
    margin-bottom: 35px;
  }
}
.main_title h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_title h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.main_title h4::before {
  content: "";
  background-image: url(../images/info/icon_title_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 47px;
  position: absolute;
  left: -48px;
  bottom: 11px;
}
@media screen and (max-width: 768px) {
  .main_title h4::before {
    width: 31px;
    height: 35px;
    left: -36px;
    bottom: 8px;
  }
}
.main_title h4::after {
  content: "";
  background-image: url(../images/info/icon_title_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 41px;
  position: absolute;
  right: -52px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .main_title h4::after {
    width: 33px;
    height: 31px;
    right: -39px;
    top: 5px;
  }
}

#modal_statement .main_title,
#modal_avator .main_title,
#modal_ppl .main_title {
  margin-bottom: 38px;
}
@media screen and (max-width: 750px) {
  #modal_statement .main_title,
  #modal_avator .main_title,
  #modal_ppl .main_title {
    margin-bottom: 20px;
  }
}
#modal_statement .main_title h4::before,
#modal_avator .main_title h4::before,
#modal_ppl .main_title h4::before {
  background-image: url(../images/online/icon_title_left.svg);
}
#modal_statement .main_title h4::after,
#modal_avator .main_title h4::after,
#modal_ppl .main_title h4::after {
  background-image: url(../images/online/icon_title_right.svg);
}

.method {
  padding-top: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .method {
    padding-top: 10px;
  }
}

.method::before,
.method_container::before,
.method .row > div:first-of-type::before,
.method_row_revise b::before,
.method_row_revise .method_column:last-of-type:before,
.method_row_normal .method_column:last-of-type:before,
.method_row_revise .method_column:last-of-type:after {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}

.method_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 41px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .method_container .frame {
    border-radius: 140px;
  }
}
@media screen and (max-width: 991px) {
  .method_container {
    padding: 0 15px;
  }
}

.method .method_container > .title {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .method .method_container > .title {
    margin-bottom: 25px;
  }
}

.method .method_container > .title img {
  max-width: 251px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .method .method_container > .title img {
    max-width: 203px;
  }
}

.method b {
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  color: #f05d5a;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 2px solid #f05d5a;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 2px;
  margin-left: 53px;
}
@media screen and (max-width: 991px) {
  .method b {
    margin-bottom: 24px;
    margin-left: 36px;
  }
}

.method p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .method p {
    font-size: 15px;
    line-height: 24px;
  }
}

.method-1 {
  padding: 72px 30px 95px;
}
@media screen and (max-width: 992px) {
  .method-1 {
    padding: 46px 18px 60px;
    border-radius: 40px;
  }
}
.method-1 ul {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}

.method-1 .frame_inner {
  display: flex;
  position: relative;
  align-items: center;
}
.method-1 .frame_inner .image_box img {
  width: 100%;
}
.method-1 .frame_inner:not(:last-child) {
  margin-bottom: 55px;
}
.method-1 .frame_inner:nth-child(1) {
  gap: 45px;
}
@media screen and (max-width: 992px) {
  .method-1 .frame_inner:nth-child(1) {
    gap: 10px;
  }
}
.method-1 .frame_inner:nth-child(1) .image_box {
  flex: 0 0 500px;
}
@media screen and (max-width: 992px) {
  .method-1 .frame_inner:nth-child(1) .image_box {
    flex: 0 0 100%;
    order: 1;
  }
}
.method-1 .frame_inner:nth-child(2) {
  gap: 65px;
}
@media screen and (max-width: 992px) {
  .method-1 .frame_inner:nth-child(2) {
    gap: 10px;
  }
}
.method-1 .frame_inner:nth-child(2) .image_box {
  flex: 0 0 455px;
}
@media screen and (max-width: 992px) {
  .method-1 .frame_inner:nth-child(2) .image_box {
    flex: 0 0 100%;
  }
}
.method-1 .frame_inner:nth-child(3) {
  gap: 45px;
}
@media screen and (max-width: 992px) {
  .method-1 .frame_inner:nth-child(3) {
    gap: 10px;
  }
}
.method-1 .frame_inner:nth-child(3) .image_box {
  flex: 0 0 478px;
}
@media screen and (max-width: 992px) {
  .method-1 .frame_inner:nth-child(3) .image_box {
    flex: 0 0 100%;
    order: 1;
  }
}
.method-1 .frame_inner .txt_wra .title {
  margin-bottom: 25px;
}
.method-1 .frame_inner .txt_wra .title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 10%;
  color: #000000;
  position: relative;
  margin-left: 12px;
  text-align: left;
}
.method-1 .frame_inner .txt_wra .title h3::before {
  content: "";
  background-image: url(../images/info/info_title_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 23px;
  position: absolute;
  left: -12px;
  top: -4px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .method-1 .frame_inner .txt_wra .title h3::before {
    top: -8px;
    left: -17px;
    width: 27px;
    height: 30px;
  }
}

.method a:hover img {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.method a:active img {
  -webkit-transform: translateY(0) scale(0.9);
  -khtml-transform: translateY(0) scale(0.9);
  -moz-transform: translateY(0) scale(0.9);
  -ms-transform: translateY(0) scale(0.9);
  -o-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
}

.method-1 .frame_inner:first-child .method-1_bg {
  position: absolute;
  left: 2px;
  bottom: -11px;
}

.online {
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
}

.online_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .online_container {
    padding: 0 15px;
  }
}

.online .inner_title {
  margin-bottom: 27px;
}

.online .inner_title img {
  max-width: 203px;
  width: 100%;
}

.online .item {
  margin-bottom: 8px;
  position: relative;
}

.online .item b {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  color: #d83925;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10%;
  position: relative;
}

.online ul {
  margin-bottom: 38px;
  padding-left: 25px;
}
.online ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 5%;
}

.online ol {
  margin-bottom: 32px;
  padding-left: 25px;
}

.online ol li {
  padding-left: 0px;
  text-indent: 0px;
  list-style: decimal;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 5%;
}

.online ol li.red,
.online ol li .red {
  color: #d83925;
}

.online ol li.green {
  color: #109089;
}

.online ol li.green::marker {
  color: #000;
}

.online ol li.blue {
  color: #366fb5;
}

.online .notice_list li {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}

.online .rule_list li {
  font-weight: 500;
}
.online .rule_list li span {
  font-weight: 700;
}

.online .link1 {
  font-size: 14px;
  background-color: #d83925;
  border-radius: 14px;
  color: #ffffff;
  border-bottom: 0;
  padding: 8px 17px;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 700;
  letter-spacing: 8%;
  line-height: 19px;
}

.online .link2 {
  color: #15a61a;
  text-decoration: underline;
}

.online p,
.online p small {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 5%;
  margin-bottom: 38px;
}

.online .online_sign_p,
.online .info_table_p {
  margin-bottom: 16px;
}

.online .info_ul_p {
  margin-bottom: 0;
}

.online p span,
.online p a {
  color: #e94730;
}

.online p a {
  border-bottom: 1px solid #2ba2d3;
}

.online p b,
.online p small {
  color: #d83925;
  font-weight: 700;
}

.online small a {
  font-size: 20px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.3px;
}

.online small a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .online .item > div {
    text-align: center;
  }
  .online p {
    margin-bottom: 37px;
    font-size: 15px;
    line-height: 24px;
  }
  .online .online_sign_p,
  .online .info_table_p {
    margin-bottom: 8px;
  }
  .online .link1 {
    font-size: 12px;
    border-radius: 12px;
    padding: 7px 15px;
    margin: 0 5px;
    line-height: 16px;
    gap: 4px;
  }
  .online ol li {
    font-size: 15px;
    text-align: left;
    line-height: 24px;
  }
  .online .notice_list li {
    font-size: 13px;
    line-height: 24px;
  }
  .online ul li {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
}
.info_row {
  margin-bottom: 36px;
}

.info_row p {
  margin-bottom: 22px;
}

.info_row img {
  width: auto;
  max-width: 100%;
}

/* .info_last {
  margin-bottom: 12px;
} */
.info_last span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #e10012;
  letter-spacing: 0.3px;
  padding: 6px 20px;
  border-radius: 8px;
}

.info_small {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.3px;
}

.host {
  margin-bottom: 45px;
}

.host:last-child {
  margin-bottom: 0;
}

.host img {
  max-width: 300px;
  margin-bottom: 24px;
  border-radius: 50%;
}

.host .name {
  font-size: 24px;
  line-height: 36px;
  color: #00928b;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 19px;
  position: relative;
}

.host .list {
  word-break: break-word;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.3px;
}

.online_o_container {
  width: 100%;
  max-width: 757px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .online_o_container {
    max-width: 500px;
  }
}

.online_row {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 22px;
  position: relative;
  z-index: 10;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .online_row {
    margin-bottom: 35px;
    gap: 40px;
  }
}

.online-contestant .online_row {
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .online-contestant .online_row {
    gap: 21px;
  }
}

.online_row .name {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: 5%;
  flex: 0 0 72px;
}
@media screen and (min-width: 768px) {
  .online_row .name {
    font-size: 18px;
    line-height: 25px;
    flex: 0 0 86px;
  }
}
.online_row .name span {
  color: #d83925;
}

.online_row .address {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .online_row .address {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .online_row .address {
    flex-direction: row;
  }
}

.online_row .address .input.select_parent {
  width: 60%;
  z-index: 5;
}
@media screen and (min-width: 576px) {
  .online_row .address .input.select_parent {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .online_row .address .input.select_parent {
    width: 150px;
    flex-shrink: 0;
  }
}

.online_row .input {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .online_row .input {
    flex-grow: 1;
    min-width: 0;
  }
}

.online_row .input.select_parent::before {
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 11px;
  width: 13px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  content: "";
  transition: all 0.1s ease;
}
@media screen and (min-width: 768px) {
  .online_row .input.select_parent::before {
    right: 23px;
  }
}

.online_row .input.select_parent.active::before {
  background-image: url(../images/down_active.svg);
}

.online_row .input > b {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 39px;
  font-size: 15px;
  color: rgba(68, 56, 31, 0.7);
  font-weight: 500;
  padding: 8px 20px;
  padding-right: 25px;
  letter-spacing: 5%;
  background: rgba(241, 168, 0, 0.1);
  border: 1.5px solid #f1a800;
  border-radius: 60px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .online_row .input > b {
    font-size: 18px;
    line-height: 1;
    padding: 16px 38px;
    border: 2px solid #f1a800;
    height: 58px;
    line-height: 1.4;
  }
}

.online_row .input b.border_b_0 {
  background: #f1a800;
  color: #fff;
}

.online_row .select_parent2 > b {
  background: #fff;
  height: auto;
  min-height: 39px;
  overflow: visible;
  white-space: normal;
  word-break: keep-all;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .online_row .select_parent2 > b {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media screen and (min-width: 768px) {
  .online_row .select_parent2 > b {
    border-radius: 60px;
    line-height: 1.4;
  }
}

.online-contestant .online_row .input > b {
  border: 1.5px solid #f1a800;
}
@media screen and (min-width: 768px) {
  .online-contestant .online_row .input > b {
    border: 2px solid #f1a800;
  }
}

.online_row .input.select_parent > .select_sub {
  width: 100%;
  max-height: 202px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  border: 1.5px solid #f1a800;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0 0 24px 24px;
}

.online_row .input.select_parent > .select_sub > span {
  display: block;
  cursor: pointer;
  color: rgba(68, 56, 31, 0.7);
  padding: 8px 20px;
  border-bottom: 1.5px solid #f1a800;
  border-right: 1.5px solid #f1a800;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  word-break: keep-all;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .online_row .input.select_parent > .select_sub > span {
    word-break: break-word;
    overflow-wrap: anywhere;
    border-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .online_row .input.select_parent > .select_sub > span {
    padding: 16px 38px;
    border-bottom: 2px solid #f1a800;
    border-right: 2px solid #f1a800;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 5%;
  }
}

.online_row .input.select_parent2 > .select_sub {
  border: 1.5px solid #f1a800;
}

.online_row .input.select_parent2 > .select_sub > span {
  border-bottom: 1.5px solid #f1a800;
}

.online_row .input > .select_sub > span:last-child {
  border-bottom: 0;
}

.online_row .input > .select_sub > span:hover {
  color: #fff;
  background-color: #f1a800;
}

.online_row .input select {
  color: #fff;
  background-color: #f1a800;
}

.online_row.online_birth:has(.birth-select.active) {
  z-index: 99;
}

.online_row .online_birth input {
  padding-left: 78px;
}

.online_row .online_birth.birth-fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .online_row .online_birth.birth-fields {
    flex-wrap: nowrap;
    gap: 11px;
  }
}
.online_row .online_birth.birth-fields .select_parent {
  flex: 0 0 50%;
}
.online_row .online_birth.birth-fields .select_parent:first-child {
  flex: 0 0 100%;
}
@media screen and (min-width: 992px) {
  .online_row .online_birth.birth-fields .select_parent:first-child {
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .online_row .online_birth.birth-fields .select_parent {
    flex: 0 0 33.3333333333%;
  }
}
.online_row .online_birth.birth-fields .birth-select {
  flex: 1;
  position: relative;
}
.online_row .online_birth.birth-fields .birth-select.active {
  z-index: 20;
}
.online_row .online_birth.birth-fields .birth-select::before {
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 11px;
  width: 13px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  content: "";
}
@media screen and (min-width: 768px) {
  .online_row .online_birth.birth-fields .birth-select::before {
    right: 23px;
  }
}
.online_row .online_birth.birth-fields .birth-select.active::before {
  background-image: url(../images/down_active.svg);
}
.online_row .online_birth.birth-fields .birth-select > b {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 39px;
  font-size: 15px;
  line-height: 20px;
  color: rgba(68, 56, 31, 0.7);
  font-weight: 500;
  padding: 8px 20px;
  letter-spacing: 5%;
  background: #fff;
  border: 1.5px solid #f1a800;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  .online_row .online_birth.birth-fields .birth-select > b {
    font-size: 18px;
    line-height: 1;
    padding: 16px 38px;
    border: 2px solid #f1a800;
    height: 58px;
  }
}
.online_row .online_birth.birth-fields .birth-select > b.border_b_0 {
  background: #f1a800;
  color: #fff;
}
.online_row .online_birth.birth-fields .birth-select > .select_sub {
  width: 100%;
  max-height: 202px;
  background-color: #fff;
  position: absolute;
  top: 39px;
  border: 1.5px solid #f1a800;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0 0 24px 24px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .online_row .online_birth.birth-fields .birth-select > .select_sub {
    top: 58px;
  }
}
.online_row .online_birth.birth-fields .birth-select > .select_sub > span {
  display: block;
  cursor: pointer;
  color: rgba(68, 56, 31, 0.7);
  padding: 8px 20px;
  border-bottom: 1.5px solid #f1a800;
  border-right: 1.5px solid #f1a800;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .online_row .online_birth.birth-fields .birth-select > .select_sub > span {
    padding: 16px 38px;
    border-bottom: 2px solid #f1a800;
    border-right: 2px solid #f1a800;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 5%;
  }
}
.online_row .online_birth.birth-fields .birth-select > .select_sub > span:hover {
  color: #fff;
  background-color: #f1a800;
}
.online_row .online_birth.birth-fields .birth-select > .select_sub > span:last-child {
  border-bottom: 0;
}
.online_row .online_birth.birth-fields input,
.online_row .online_birth.birth-fields select {
  display: none;
}

.online_row .online_birth::before {
  background-image: url(../images/icon_calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 26px;
  width: 64px;
  height: 51px;
  background-color: #f1a800;
  border-radius: 24px 0 0 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -24px;
  z-index: 2;
  content: "";
}

.online_row .online_birth.birth-fields::before {
  content: none;
}

@media screen and (min-width: 992px) {
  .online .item {
    margin-bottom: 13px;
  }
}
.online_gender {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.online_gender > div {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.online_gender > div label {
  font-size: 15px;
  line-height: 20px;
  color: rgba(68, 56, 31, 0.7);
  font-weight: 500;
  letter-spacing: 5%;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .online_gender > div label {
    font-size: 18px;
    line-height: 25px;
    margin-left: 12px;
  }
}

.agree-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .agree-group {
    flex-direction: row;
    gap: 30px;
    margin-bottom: 15px;
  }
}
.agree-group .online_agree > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.agree-group .online_agree > div label {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  letter-spacing: 5%;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .agree-group .online_agree > div label {
    font-size: 18px;
    line-height: 25px;
  }
}
.agree-group .online_agree > div a {
  color: #d83925;
  border-bottom: 1px solid #d83925;
}

.online_row .list,
.online_row .list small {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.3px;
}

.online_row .list {
  padding-left: 19px;
  text-indent: -19px;
}

.online_row .list small {
  color: #e10012;
  font-weight: 700;
}

.online_review {
  width: 100%;
  max-width: 100%;
  height: 37.6vw;
  max-height: 230px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}

.online_review img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.online_row .online_areas label {
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 8px 32px;
  background-color: #000;
  border: 1px solid #000;
  letter-spacing: 0.3px;
  border-radius: 10px;
}

.online_row .online_areas label:hover,
.btn_cfm:hover span {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.online_row .online_areas label:active,
.btn_cfm:active span {
  -webkit-transform: translateY(0) scale(0.9);
  -khtml-transform: translateY(0) scale(0.9);
  -moz-transform: translateY(0) scale(0.9);
  -ms-transform: translateY(0) scale(0.9);
  -o-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
}

.btn_cfm span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 8%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 48px;
  background-color: #d83925;
  position: relative;
  border-radius: 73px;
}

.btn_cfm span img {
  margin-left: 12px;
}

.online_warner {
  font-size: 13px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 3%;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .online_warner {
    font-size: 16px;
  }
}
.online_warner img {
  margin-right: 3px;
}
.online_warner span {
  color: #d83925;
  font-weight: 700;
  margin-right: 2px;
}

.online .info-1_bg {
  position: absolute;
  right: 0;
  bottom: 0px;
}

@media (min-width: 992px) {
  .online .inner_title img {
    max-width: 251px;
    width: 100%;
  }
  .online .info-1 {
    padding: 89px 80px 100px 97px;
  }
  .info_teacher img,
  .host img {
    width: 100%;
    margin-bottom: 0;
  }
  .host .list {
    text-indent: -23px;
    padding-left: 23px;
  }
}
@media screen and (min-width: 768px) {
  .online {
    padding-top: 46px;
    padding-bottom: 120px;
  }
}
.online .gift {
  padding: 0;
  border-radius: 130px;
  background-image: radial-gradient(circle at 2.73px 2.73px, rgba(4, 0, 0, 0.03) 2.73px, transparent 2.74px);
  background-size: 29.6px 29.7px;
  background-repeat: repeat;
}
@media screen and (max-width: 992px) {
  .online .gift {
    border-radius: 100px;
  }
}
@media screen and (max-width: 768px) {
  .online .gift {
    width: 96.524%;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 40px;
    background-image: radial-gradient(circle at 1.5px 1.5px, rgba(4, 0, 0, 0.03) 2.73px, transparent 2.74px);
    background-size: 20.1px 20.2px;
  }
}
.online .gift::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 613px;
  height: 59px;
  background-image: url(../images/frame_top.svg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .online .gift::before {
    width: 426px;
    height: 41px;
    top: -11px;
  }
}
@media screen and (max-width: 576px) {
  .online .gift::before {
    width: 229px;
    height: 32px;
    top: -12px;
    background-image: url(../images/frame_top_s.svg);
  }
}
.online .gift .gift_wra {
  overflow: hidden;
  border-radius: 130px;
}
@media screen and (max-width: 992px) {
  .online .gift .gift_wra {
    border-radius: 100px;
  }
}
@media screen and (max-width: 768px) {
  .online .gift .gift_wra {
    border-radius: 40px;
  }
}

.online .info-2 {
  padding: 85px 77px 78px 77px;
}
@media screen and (max-width: 768px) {
  .online .info-2 {
    padding: 54px 21.5px 44px;
  }
}
.online .info-2 .lottery_title h3::before {
  background-image: url(../images/info/info_title_icon_red.svg);
}
@media screen and (max-width: 768px) {
  .online .info-2 p {
    margin-bottom: 28px;
  }
}

.online .info-3 {
  padding: 90px 54px 75px;
  border-radius: 130px;
  background-image: radial-gradient(circle at 2.73px 2.73px, rgba(4, 0, 0, 0.03) 2.73px, transparent 2.74px);
  background-size: 29.6px 29.7px;
  background-repeat: repeat;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .online .info-3 {
    border-radius: 100px;
  }
}
@media screen and (max-width: 768px) {
  .online .info-3 {
    width: 96.524%;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 40px;
    background-image: radial-gradient(circle at 1.5px 1.5px, rgba(4, 0, 0, 0.03) 2.73px, transparent 2.74px);
    background-size: 20.1px 20.2px;
    padding: 70px 19px 57px;
  }
}
.online .info-3::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 613px;
  height: 59px;
  background-image: url(../images/frame_top.svg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .online .info-3::before {
    width: 426px;
    height: 41px;
    top: -11px;
  }
}
@media screen and (max-width: 576px) {
  .online .info-3::before {
    width: 229px;
    height: 32px;
    top: -12px;
    background-image: url(../images/frame_top_s.svg);
  }
}
.online .info-3 .online_i_container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 65px;
}
@media screen and (max-width: 1200px) {
  .online .info-3 .online_i_container {
    gap: 40px;
  }
}

.success {
  padding-top: 59px;
  padding-bottom: 70px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .success {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.success .info-table {
  table-layout: fixed;
}
.success .info-table th:nth-child(1),
.success .info-table td:nth-child(1) {
  width: 20%;
}
@media screen and (max-width: 750px) {
  .success .info-table th:nth-child(1),
  .success .info-table td:nth-child(1) {
    width: initial;
  }
}
.success .info-table th:nth-child(2),
.success .info-table td:nth-child(2) {
  width: 20%;
}
@media screen and (max-width: 750px) {
  .success .info-table th:nth-child(2),
  .success .info-table td:nth-child(2) {
    width: initial;
  }
}
.success .info-table th:nth-child(3),
.success .info-table td:nth-child(3) {
  width: 37%;
}
@media screen and (max-width: 750px) {
  .success .info-table th:nth-child(3),
  .success .info-table td:nth-child(3) {
    width: initial;
  }
}
.success .info-table th:nth-child(4),
.success .info-table td:nth-child(4) {
  width: 23%;
}
@media screen and (max-width: 750px) {
  .success .info-table th:nth-child(4),
  .success .info-table td:nth-child(4) {
    width: initial;
  }
}
@media screen and (max-width: 750px) {
  .success .info-table {
    background: initial;
  }
}
@media screen and (max-width: 750px) {
  .success .info-table tr {
    border-radius: 25px;
  }
}
.success tr:not(:last-child) {
  position: relative;
  border-bottom: 1px solid rgba(242, 169, 0, 0.35);
}

.success_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 41px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .success_container {
    padding: 0 15px;
  }
}
.success_container .frame {
  padding: 48px 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .success_container .frame {
    border-radius: 120px;
    padding: 59px 50px 43px;
  }
  .success_container .frame * {
    position: relative;
    z-index: 1;
  }
  .success_container .frame:before {
    content: "";
    position: absolute;
    background: url(../images/success_bg_left.svg) no-repeat center center/contain;
    width: 171px;
    height: 819px;
    left: 38px;
    top: 58px;
    z-index: 0;
  }
  .success_container .frame:after {
    content: "";
    position: absolute;
    background: url(../images/success_bg_right.svg) no-repeat center center/contain;
    width: 225px;
    height: 807px;
    right: 0%;
    top: 62px;
    z-index: 0;
  }
}

.icon_success {
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
}

.success .title {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}

.success .title .st_1 {
  max-width: 171px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .success .title {
    margin-bottom: 27px;
  }
  .success .title .st_1 {
    max-width: 238.5px;
  }
}
.success p,
.success small {
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .success p,
  .success small {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.success p .link1,
.success p b {
  font-weight: 700;
}

.success p span:not(.highlight) {
  display: inline-block;
  height: 28px;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .success p span:not(.highlight) {
    display: none;
  }
}

.success p .link1 {
  color: #15a61a;
  border-bottom: 1px solid #15a61a;
}

.success p .link2 {
  font-size: 14px;
  background-color: #d83925;
  border-radius: 14px;
  color: #ffffff;
  border-bottom: 0;
  padding: 8px 17px;
  margin: 0 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 700;
  letter-spacing: 8%;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .success p .link2 {
    font-size: 12px;
    border-radius: 12px;
    padding: 7px 15px;
    margin: 0 5px;
    line-height: 16px;
  }
}

.success p span {
  color: #d83925;
}

.success p b {
  color: #f0a529;
}

.success small a {
  display: inline;
  color: #000;
  font-style: normal;
  font-weight: 400;
  border-bottom: 0;
}

.success small a:hover {
  text-decoration: underline;
}

.btn_line img {
  max-width: 100%;
}

.btn_line:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.success_ad {
  min-width: 345px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success_ad img {
  max-width: 345px;
  max-height: 100%;
}

.success_ad p {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.3px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}

.success_ad img:last-of-type {
  display: none;
}

.btn_idx span {
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 49px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  letter-spacing: 0.3px;
}

.btn_idx:hover span {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_idx:active span {
  -webkit-transform: translateY(0) scale(0.9);
  -khtml-transform: translateY(0) scale(0.9);
  -moz-transform: translateY(0) scale(0.9);
  -ms-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
}

@media (min-width: 768px) {
  .success_ad {
    min-width: 100%;
    height: 100%;
  }
  .success_ad img {
    max-width: 100%;
  }
  .success_ad img:first-of-type {
    display: none;
  }
  .success_ad img:last-of-type {
    display: block;
  }
}
.father_action {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 33px;
}

.father_action img {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .success {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .success p {
    text-align: center;
  }
}
.lottery {
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
}

.lottery_container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 12px;
  padding-top: 35px;
}

.lottery .inner_title {
  margin-bottom: 31px;
}

.lottery .inner_title img {
  max-width: 202px;
  width: 100%;
}

.lottery .item {
  margin-bottom: 15px;
  position: relative;
}

.lottery .info-2 .item {
  margin-bottom: 18px;
}

.lottery .info-2 .lottery_gift img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lottery .item {
    text-align: center;
  }
  .lottery .info-2 .item {
    margin-left: 7px;
  }
  .lottery .info-2 .lottery_gift {
    padding: 0 12px;
  }
}
@media screen and (min-width: 768px) {
  .lottery .info-2 .item {
    margin-bottom: 48px;
  }
}
.lottery .item span {
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  color: #f05d5a;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 2px solid #f05d5a;
  padding-bottom: 2px;
  position: relative;
}

.lottery .item b {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  background-color: #f05d5a;
  border-radius: 38px;
  padding: 9px 36px;
}

.lottery .item span::after {
  position: absolute;
  content: url(../images/title_pen.svg);
  left: -56px;
  top: 2px;
}

.lottery .notice {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #E7141B;
  border-radius: 21px;
  display: inline-flex;
  align-items: baseline;
  padding: 8px 21px;
  margin-top: -18px;
  margin-bottom: 15px;
  text-align: left;
}

.lottery .notice_txt {
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  .lottery .frame.info-1 {
    padding: 74px 70px 13px 45px;
  }
  .lottery .frame.info-2 {
    padding: 74px 43px 45px;
  }
  .lottery .notice {
    margin-top: 6px;
  }
}
.lottery .frame.info-1 {
  position: relative;
}

.lottery .frame.info-1 .lottery_bg {
  position: absolute;
  right: 32px;
  top: 38px;
}

.lottery p a {
  color: #2BA2D3;
  border-bottom: 1px solid #2BA2D3;
}

.lottery .inquire {
  font-size: 16px;
  background-color: #E94730;
  border-radius: 18px;
  box-shadow: 0 3px 0 #C11D06;
  color: #ffffff;
  border-bottom: 0;
  padding: 2px 26px;
  margin: 0 7px;
  display: inline-block;
}

.lottery .notice img {
  max-width: 18px;
  margin-right: 7px;
  width: 100%;
}

.lottery p,
.lottery p small {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.3px;
  margin-bottom: 32px;
}

.lottery p span,
.lottery p a {
  color: #2BA2D3;
}

.lottery p a {
  border-bottom: 1px solid #2BA2D3;
}

.lottery p b,
.lottery p small {
  color: #e10012;
  font-weight: 700;
}

.lottery .info-2 p {
  margin-top: 30px;
  margin-bottom: 0;
}

.lottery .lottery_info2_bg {
  position: absolute;
  right: 66px;
  top: 83px;
}

@media screen and (max-width: 1100px) {
  .lottery .lottery_info2_bg {
    right: 17px;
    top: 100px;
    max-width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .lottery .lottery_info2_bg {
    display: none;
  }
}
.lottery .info-2 .info_row {
  margin-bottom: 25px;
}

.online small a {
  font-size: 20px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.3px;
}

.lottery small a:hover {
  text-decoration: underline;
}

.live_container {
  width: 100%;
  /* max-width: 835px; */
  margin: 0 auto;
}

.live_container .embed_responsive {
  border-radius: 10px;
  border: 1px solid #707070;
}

.live_container .embed_responsive {
  margin-bottom: 40px;
}

.performance .frame {
  padding: 46px 18px 32px;
}

.performance .frame.performance-2 {
  padding: 46px 10px 32px;
}

.performance .frame.performance-3 {
  padding: 46px 30px 32px;
}

.inner_table {
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  position: relative;
}

.inner_table .content_top p,
.inner_table .content_bottom p {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}

.inner_table .content_top p {
  color: #f3a318;
}

.inner_table .content_bottom p {
  color: #000;
}

.inner_top,
.content_top,
.content_bottom {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
}

.inner_top {
  color: #fff;
  background-color: #f3a318;
  padding: 24px 15px;
  border-radius: 20px 20px 0 0;
}

.inner_content {
  background-color: #fff;
  padding: 24px 22px;
  display: flex;
}

.content_top {
  width: 95px;
  max-width: 95px;
  color: #f3a318;
}

.content_bottom {
  width: calc(100% - 95px);
  max-width: calc(100% - 95px);
}

.inner_table {
  margin-bottom: 30px;
}

.inner_table .inner_content:not(:first-of-type) {
  padding-top: 0;
  padding-bottom: 12px;
}

.inner_content:last-of-type {
  border-radius: 0 0 20px 20px;
}

.inner_content:not(:last-of-type) .content_top,
.inner_content:not(:last-of-type) .content_bottom {
  border-bottom: 1px solid #f3a318;
}

@media (min-width: 992px) {
  .lottery {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .lottery .item_imp {
    display: flex;
    align-items: center;
  }
  .lottery .item_imp span,
  .lottery .item_imp p {
    margin-bottom: 0;
  }
  .lottery_award_top {
    margin-top: 8px;
    margin-bottom: 59px;
  }
  .lottery_award_down {
    margin-bottom: 3px;
  }
  .lottery_award_top img,
  .lottery_award_down img {
    width: auto;
  }
  .live_container .embed_responsive {
    border-radius: 20px;
    margin-bottom: 48px;
  }
  .inner_table .content_top p,
  .inner_table .content_bottom p {
    margin-bottom: 0;
    text-align: center;
    padding: 10px;
  }
  .inner_top {
    padding: 14px 15px;
  }
  .inner_content {
    display: block;
    padding: 0;
  }
  .content_top,
  .content_bottom {
    display: flex;
    align-items: center;
  }
  .content_top {
    border-bottom: 1px solid #f3a318;
    width: 100%;
    max-width: 100%;
  }
  .content_bottom {
    width: 100%;
    max-width: 100%;
  }
  .content_top > p:nth-of-type(1),
  .content_bottom > p:nth-of-type(1) {
    width: 50%;
    max-width: 50%;
  }
  .content_top > p:nth-of-type(2),
  .content_bottom > p:nth-of-type(2) {
    width: 50%;
    max-width: 50%;
  }
  .inner_table {
    margin-bottom: 50px;
  }
  .inner_table .inner_content:not(:first-of-type) {
    padding-top: 0;
    padding-bottom: 24px;
    margin-top: -24px;
  }
  .inner_content:not(:last-of-type) .content_bottom {
    border-bottom: 0;
  }
  .inner_content:not(:first-of-type) .content_top p {
    display: none;
  }
}
.history {
  padding-top: 16px;
  padding-bottom: 63px;
}

.history .frame {
  padding: 75px 85px 40px;
}

.history_container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 12px;
  padding-top: 35px;
}

.history .inner_title {
  margin-bottom: 78px;
}

.history .inner_title img {
  width: 169px;
}

.frame_square {
  text-align: center;
}

.history .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 22px 42px;
  background-color: #E7141B;
  position: relative;
  border-radius: 39px;
  margin: 0 auto;
  margin-top: 15px;
  cursor: pointer;
}

.history .more:hover {
  opacity: 0.7;
}

@media screen and (max-width: 992px) {
  .history .frame {
    padding: 50px 17px 40px;
  }
  .history .inner_title img {
    width: 139px;
  }
}
@media screen and (max-width: 750px) {
  .history .more {
    font-size: 20px;
    padding: 15px 25px;
  }
}
.history_sub {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.his_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.his_row > div {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  overflow: hidden;
  height: 61.07vw;
}

.his_row .his_frame {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.his_row .his_frame:hover,
.his_row .his_frame.active {
  border: 6px solid #E7141B;
}

.his_row .his_frame:hover::before,
.his_row .his_frame.active::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
}

.his_row .his_frame:hover::after,
.his_row .his_frame.active::after {
  background-image: url("../images/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 44px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  content: "";
}

.his_row .his_frame > .avator {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .his_row > div {
    width: 50%;
    max-width: 50%;
    height: 30vw;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .history {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .history .inner_title {
    margin-bottom: 38px;
  }
  .history_sub {
    margin-bottom: 28px;
  }
  .his_row > div {
    width: 33.333%;
    max-width: 33.333%;
    height: 229px;
  }
}
@media (min-width: 1200px) {
  .his_row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .his_row > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
  }
}
.query {
  padding-top: 48px;
  padding-bottom: 92px;
  position: relative;
}

.query_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 41px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .query_container .frame {
    border-radius: 120px;
  }
}
@media screen and (max-width: 992px) {
  .query_container {
    padding: 0 15px;
  }
}

.query .title {
  margin-bottom: 25px;
}

.query .title img {
  max-width: 203px;
  width: 100%;
}

.query p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 30px;
  letter-spacing: 3%;
}

.query p.name {
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 5%;
}

.btn_query {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 8%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 68px;
  background-color: #D83925;
  position: relative;
  border-radius: 73px;
}
.btn_query img {
  margin-left: 12px;
}

.btn_query:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_query:active {
  -webkit-transform: translateY(0) scale(0.9);
  -khtml-transform: translateY(0) scale(0.9);
  -moz-transform: translateY(0) scale(0.9);
  -ms-transform: translateY(0) scale(0.9);
  -o-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
}

.query a:hover img[alt=返回查詢頁面] {
  -webkit-transform: translateX(-5px);
  -khtml-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

.query p.top-text {
  display: inline-block;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .query p.top-text {
    margin-bottom: 30px;
  }
}
.query p.top-text br {
  display: none;
}
@media screen and (max-width: 576px) {
  .query p.top-text br {
    display: block;
  }
}

.query p span {
  color: #E7141B;
}

.query .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .query .form-group {
    gap: 22px;
  }
}
.query .form-group .row {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 794px;
  width: 100%;
  margin: 0;
  flex-wrap: nowrap;
}
@media screen and (max-width: 992px) {
  .query .form-group .row {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .query .form-group .row {
    gap: 15px;
  }
}
.query .form-group .row > div:first-of-type {
  flex: 0 0 124px;
}
@media screen and (max-width: 992px) {
  .query .form-group .row > div:first-of-type {
    flex: 0 0 103px;
  }
}
.query .form-group .row > div:last-of-type {
  flex-grow: 1;
}

@media (min-width: 992px) {
  .query {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .query .title {
    margin-bottom: 27px;
  }
  .query .title img {
    max-width: 251px;
    width: 100%;
  }
  .query p {
    font-size: 18px;
    letter-spacing: 5%;
  }
  .query p.top-text {
    text-align: center;
    margin-bottom: 50px;
  }
  .query p.name {
    margin-bottom: 0;
  }
  .query table {
    margin-bottom: 36px;
  }
}
.problem {
  padding-top: 48px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .problem {
    padding-top: 10px;
    padding-bottom: 13px;
  }
}

.problem_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 41px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .problem_container .frame {
    border-radius: 140px;
  }
}
@media screen and (max-width: 992px) {
  .problem_container {
    padding: 0 15px;
  }
}

.problem .title {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .problem .title {
    margin-bottom: 25px;
  }
}

.problem .title img {
  max-width: 172px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .problem .title img {
    max-width: 139px;
  }
}

#cover_system {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 99;
}

#cover_system .c_container {
  width: 100%;
  max-width: 750%;
  margin: 0 auto;
  height: 100%;
}

#cover_system .c_container > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#cover_system .c_ios {
  background-image: url(../images/c_andriod.svg);
}

#cover_system .c_android {
  background-image: url(../images/c_andriod.svg);
}

.survey {
  padding-top: 48px;
  padding-bottom: 92px;
}

.survey_container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.survey .frame img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.survey .frame img {
  width: 100%;
}

.survey .frame {
  padding: 0;
  margin-bottom: 48px;
  overflow: hidden;
}

.survey .frame img:last-of-type {
  display: none;
}

.survey_ad {
  min-width: 345px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.survey_ad img {
  max-width: 345px;
  max-height: 100%;
}

.survey_ad img:last-of-type {
  display: none;
}

.btn_online span {
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 49px;
  background-color: #00928b;
  border: 1px solid #00928b;
  border-radius: 10px;
  letter-spacing: 0.3px;
}

.btn_online:hover span {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn_online:active span {
  -webkit-transform: translateY(0) scale(0.9);
  -khtml-transform: translateY(0) scale(0.9);
  -moz-transform: translateY(0) scale(0.9);
  -ms-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
}

@media (min-width: 768px) {
  .survey .frame img:first-of-type {
    display: none;
  }
  .survey .frame img:last-of-type {
    display: block;
  }
  .survey_ad {
    min-width: 100%;
    height: 100%;
  }
  .survey_ad img {
    max-width: 100%;
  }
  .survey_ad img:first-of-type {
    display: none;
  }
  .survey_ad img:last-of-type {
    display: block;
  }
}
@media (min-width: 992px) {
  .survey {
    padding-top: 49px;
    padding-bottom: 83px;
  }
}
.exhibition {
  padding-top: 16px;
  padding-bottom: 65px;
  min-height: 840px;
}

.exhibition_container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 12px;
  padding-top: 35px;
}

.exhibition .inner_title {
  margin-bottom: 27px;
}

.exhibition .items {
  margin-bottom: 21px;
}

.exhibition .e_group {
  cursor: pointer;
  width: calc(100% - 124px);
  max-width: calc(100% - 124px);
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 2;
}

.exhibition .e_nav {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #437FC0;
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #437FC0;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 1;
}

.exhibition .e_sub {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 30px 11px 4px 11px;
  border: 1px solid #437FC0;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 8px;
  left: 0;
  display: none;
}

.exhibition .e_sub span {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #000;
  text-align: center;
  padding: 9px 0 5px 0;
  border-bottom: 1px solid #437FC0;
  letter-spacing: 0.3px;
}

.exhibition .e_sub span:last-of-type {
  border: 0;
}

.exhibition .e_nav::before {
  background-image: url(../images/e_up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4.5px;
  content: "";
}

.exhibition .e_group.active .e_nav {
  border-radius: 10px 10px 0 0;
}

.exhibition .e_group.active .e_nav::before {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.exhibition .e_group.active .e_sub {
  display: block;
}

.exhibition .e_swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 272px;
  opacity: 0.6;
  margin-top: 54px;
}

.exhibition .e_swiper .swiper-slide > div {
  color: #313131;
  margin-bottom: 40px;
}

.exhibition .e_swiper .swiper-slide .name {
  font-size: 18px;
  font-weight: 500;
}

.exhibition .e_swiper .swiper-slide p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  opacity: 0;
}

.exhibition .frame {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .exhibition .frame {
    padding: 50px 0px 0px;
  }
  .exhibition .e_swiper .swiper-slide > div {
    margin-bottom: 25px;
  }
}
.exhibition .e_swiper .swiper-slide-prev,
.exhibition .e_swiper .swiper-slide-next,
.exhibition .e_swiper .swiper-slide-active {
  opacity: 1;
}

.exhibition .e_swiper .swiper-slide-active {
  margin-top: 0;
}

.exhibition .e_swiper .swiper-slide-active p {
  opacity: 1;
}

.exhibition .e_swiper .swiper-slide-active .e_box {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 0;
}

.exhibition .e_swiper .swiper-slide-active .e_box::before {
  display: block;
  width: calc(100% - 20px);
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 22px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  content: "";
}

.exhibition .e_swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.exhibition .e_swiper .swiper-3d .swiper-slide-shadow-left,
.exhibition .e_swiper .swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
  opacity: 0 !important;
}

.exhibition .e_swiper .swiper-pagination {
  left: 50%;
  bottom: 45px;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .exhibition .e_swiper .swiper-pagination {
    bottom: 30px;
  }
}
.exhibition .e_swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #cfcfcf;
  opacity: 1;
  margin-right: 10px;
}

.exhibition .e_swiper .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.exhibition .e_swiper .swiper-pagination-bullet-active {
  background-color: #437FC0;
}

.g_loader {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g_loader img {
  height: 120px;
}

.exhibition .inner_title img {
  width: 169px;
}

@media (min-width: 768px) {
  .exhibition .e_swiper .swiper-slide p span br {
    display: none;
  }
}
@media (min-width: 992px) {
  .exhibition {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .exhibition .frame {
    padding: 74px 45px 0px;
  }
  .exhibition .inner_title {
    margin-bottom: 40px;
  }
  .exhibition .items {
    margin-bottom: 33px;
  }
  .exhibition .e_group {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    position: absolute;
    top: 74px;
    right: 43px;
  }
  .exhibition .e_sub {
    padding: 39px 0 4px;
  }
  .exhibition .e_swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    margin-top: 50px;
  }
  .exhibition .e_swiper .swiper-slide-prev,
  .exhibition .e_swiper .swiper-slide-next {
    margin-top: 25px;
  }
  .exhibition .e_swiper .swiper-slide-active {
    margin-top: 0;
  }
  .exhibition .e_swiper .swiper-slide img {
    display: block;
    width: 100%;
  }
}
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.btn-download {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}

.btn-download:hover,
.btn-back:hover {
  transform: translateY(-5px);
}

.btn-download span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 8%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 47px;
  background-color: #D83925;
  position: relative;
  border-radius: 73px;
}

.btn-download span img {
  margin-left: 12px;
}

.btn-back span img {
  margin-right: 12px;
}

.btn-back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}

.btn-back span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 8%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 47px;
  background-color: #b2b2b2;
  position: relative;
  border-radius: 73px;
}
.btn-back span img {
  transform: rotate(180deg);
}

.footer-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  min-height: 230px;
}

.footer-container svg {
  fill: #fff;
  width: 100%;
}

.footer-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vh;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
}

.footer-container .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #e10012;
  letter-spacing: 2px;
}

.footer-container .col-left {
  width: 236px;
  padding: 25px 16px 8px;
}

.footer-container .col-left .heading {
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 28px;
}

.footer-container .col-left .heading img {
  width: 17px;
  margin-right: 3px;
}

.footer-container .col-left .group {
  max-width: 96px;
  margin: 0 auto;
}

.footer-container .col-left .group img {
  width: 100%;
}

.footer-container .col-left .logo {
  display: block;
  margin: 0 0 14px;
}

.footer-container .col-left .logo img {
  width: 100%;
}

.footer-container .col-left .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: -7px;
}

.footer-container .col-left .links img {
  max-width: 100%;
  max-height: 23px;
}

.footer-container .col-left .links a {
  margin: 7px;
  width: calc(33.3333333333% - 14px);
}

.footer-container .col-right {
  position: relative;
  width: calc(100% - 236px);
  background-color: #fff;
  padding: 25px 16px 8px;
}

.footer-container .col-right .heading {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .footer-container .col-right .heading {
    padding: 0 7.5px;
  }
}

.footer-container .col-right .heading img {
  width: 21px;
  margin-right: 3px;
}

.footer-container .col-right .logo-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4px;
}
@media screen and (max-width: 768px) {
  .footer-container .col-right .logo-group {
    gap: 0;
  }
}

.footer-container .col-right .logo-group a {
  display: block;
  cursor: initial;
  width: calc(12.5% - 6.5px);
}
@media screen and (max-width: 992px) {
  .footer-container .col-right .logo-group a {
    width: calc(20% - 4px);
  }
}
@media screen and (max-width: 768px) {
  .footer-container .col-right .logo-group a {
    width: 33.3333333333%;
  }
}
.footer-container .col-right .logo-group a img {
  width: 100%;
}

.footer-container .col-right .copyright {
  text-align: center;
  margin-top: 27px;
}

.footer-container .col-right .copyright span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
}

@media (max-width: 750px) {
  .footer-container {
    max-width: 100%;
    display: block;
  }
  .footer-container:before {
    display: none;
  }
  .footer-container .col-left {
    width: 100%;
    padding: 25px 15px 41px 15px;
    max-width: 400px;
    margin: 0 auto;
  }
  .footer-container .col-left .heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .footer-container .col-left .group {
    max-width: 345px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .footer-container .col-left .logo {
    width: 96px;
    margin: 0 28px 0 0;
  }
  .footer-container .col-left .links {
    width: calc(100% - 96px - 28px);
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .footer-container .col-left .links a {
    width: calc(20% - 14px);
  }
  .footer-container .col-right {
    width: 100%;
    padding: 25px 7.5px;
  }
}
.modal_statement .modal_body {
  position: relative;
  padding: 92px 75px 80px;
  border-radius: 60px;
}

.modal_statement .tips {
  margin-top: 38px;
}

.modal_statement .tips-header {
  position: relative;
  z-index: 2;
  padding-left: 29px;
}

.modal_statement .tips-header img {
  width: 201px;
}

.modal_statement .tips-content {
  padding: 37px 34px 23px;
  position: relative;
  z-index: 1;
  background: #fef6e5;
  box-shadow: 4px 4px 0px #f5e4be;
  border-radius: 40px;
  margin-top: -19px;
}

.modal_statement .tips ul {
  display: flex;
  flex-direction: column;
}

.modal_statement .tips ul li {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 5%;
  color: #000;
  display: flex;
  align-items: baseline;
  gap: 22px;
}
@media screen and (max-width: 750px) {
  .modal_statement .tips ul li .number svg {
    width: 20px;
  }
}
.modal_statement .tips ul li p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 5%;
  color: #000;
}
.modal_statement .tips ul li p span {
  font-size: 16px;
}

.modal_statement .tips ul li span {
  line-height: 30px;
}

.modal_statement p {
  text-align: center;
}

.modal_statement .highlight {
  color: #000000;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 4%;
}

.modal_statement .txt_center {
  margin-top: 30px;
}

.modal_reminder .modal_body {
  padding: 54px;
}

.modal_reminder p {
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
}

.modal_reminder .highlight {
  color: #366fb5;
  font-weight: 700;
}

.modal_reminder .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}

.modal_reminder .btn_understand {
  max-width: 200px;
  width: 100%;
}

.modal_reminder .btn_understand--gray {
  background-color: #919191;
}

.modal_tips .modal_body {
  padding: 54px;
}

.modal_tips .highlight {
  color: #e10012;
}

.modal_tips p {
  text-align: center !important;
  margin: 0;
  font-size: 16px;
}

.modal_tips .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 30px;
}

/* #modal_exhibition .title {
  display: none;
} */
#modal_exhibition .modal_ex_ h5 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  color: #0c0c0c;
  margin-bottom: 11px;
}

#modal_exhibition .modal_ex_ p {
  letter-spacing: 2px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 40px;
}

#modal_exhibition .modal_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 -34px;
}

#modal_exhibition .modal_share img {
  max-height: 60px;
}

#modal_exhibition .modal_share img:first-child {
  margin-right: 34px;
}

@media (max-width: 750px) {
  .modal p,
  .modal a,
  .modal ol li {
    text-align: left;
  }
  .modal_reminder p {
    text-align: center;
  }
  .modal_statement .modal_body {
    padding: 65px 22px 50px;
    border-radius: 40px;
  }
  .modal_statement .tips {
    margin-top: 20px;
  }
  .modal_statement .tips-header {
    text-align: center;
  }
  .modal_statement .tips-header img {
    width: 158px;
  }
  .modal_statement .tips-content {
    padding: 32px 16px 25px;
    margin-top: -15px;
  }
  .modal_statement .highlight {
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 5%;
  }
  .modal_statement .tips ul {
    gap: 25px;
  }
  .modal_statement .tips ul li {
    font-size: 15px;
    line-height: 25px;
    gap: 10px;
  }
  .modal_statement .tips ul li p {
    font-size: 15px;
    line-height: 25px;
  }
  .modal_statement .tips ul li p span {
    font-size: 12px;
  }
  .modal_statement .tips ul li span {
    line-height: 25px;
  }
  .modal_statement p {
    text-align: center;
  }
  .modal_statement .txt_center {
    margin-top: 28px;
  }
  .modal_reminder .modal_body {
    padding: 70px 20px 47px;
  }
  .modal_reminder .action {
    margin: 0 -8px;
    margin-top: 35px;
  }
  .modal_tips .modal_body {
    padding: 78px 20px 47px;
  }
  .modal_tips .action {
    margin-top: 35px;
  }
  .modal_tips .title {
    margin-bottom: 17px;
  }
  #modal_exhibition .modal_ex_ p {
    margin-bottom: 24px;
  }
  #modal_exhibition .modal_share {
    display: block;
    margin: 0;
  }
  #modal_exhibition .modal_share img {
    margin: 0 auto;
    display: block;
  }
  #modal_exhibition .modal_share img:first-child {
    margin: 0 auto;
  }
  #modal_exhibition .modal_share img + img {
    margin-top: 8px;
  }
  .modal_tips .m-center {
    text-align: center;
  }
  .modal_tips .m-center span {
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .modal_reminder .action {
    flex-direction: column;
    gap: 15px;
  }
  .modal_reminder .btn_understand:first-child {
    order: 1;
  }
}
.d-none {
  display: none;
}

.lg-view {
  display: block;
}

.sm-view {
  display: none;
}

.kv {
  position: relative;
  margin-top: 85px;
  background-image: url(../images/index/kv.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.kv .kv-lg-view {
  display: block;
}

.kv .kv-md-view {
  display: none;
}

.kv .kv-sm-view {
  display: none;
}

.kv img {
  max-width: 100%;
}

.kv-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.kv-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.kv-action .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -4px;
  animation-delay: 1.5s;
  /* background-color: #F05D5A;
  border: 3px solid #E10012;
  border-radius: 29px; */
}

.kv-slogan {
  max-width: 34.121%;
  top: 7.7%;
  left: 33.32%;
  opacity: 0;
}

.kv-intro-text {
  max-width: 37.875%;
  top: 57.45%;
  left: 31.5%;
  opacity: 0;
}

.kv-pic-1 {
  max-width: 17.8745%;
  top: 8.25%;
  left: 12.4%;
  opacity: 0;
}

.kv-pic-2 {
  max-width: 22.284%;
  top: 6%;
  left: 77.9%;
  opacity: 0;
}

.kv-pic-3 {
  max-width: 30.9715%;
  top: 29%;
  left: -0.7%;
  opacity: 0;
}

.kv-pic-4 {
  max-width: 25.827%;
  top: 28.2%;
  left: 70.5%;
  opacity: 0;
}

.kv-cake {
  top: 68.6%;
  left: 69.7%;
  max-width: 26.562%;
  opacity: 0;
}

.kv-action {
  top: 85.65%;
  left: 39%;
  max-width: 22.52%;
  animation-delay: 0.5s;
}

.opacity {
  opacity: 1;
}

@media (max-width: 1281px) {
  .kv {
    background-image: url(../images/index/kv_m.jpg);
  }
  .kv .kv-lg-view {
    display: none;
  }
  .kv .kv-md-view {
    display: block;
  }
  .kv .kv-sm-view {
    display: none;
  }
  .kv img {
    max-width: 100%;
  }
  .kv-container {
    max-width: 1280px;
  }
  .kv-slogan {
    max-width: 34.121%;
    top: 7.7%;
    left: 33.32%;
    opacity: 0;
  }
  .kv-intro-text {
    max-width: 37.875%;
    top: 57.45%;
    left: 31.5%;
  }
  .kv-pic-1 {
    max-width: 17.8745%;
    top: 8.25%;
    left: 12.4%;
  }
  .kv-pic-2 {
    max-width: 22.284%;
    top: 6%;
    left: 77.9%;
  }
  .kv-pic-3 {
    max-width: 30.9715%;
    top: 29%;
    left: -0.7%;
  }
  .kv-pic-4 {
    max-width: 25.827%;
    top: 28.2%;
    left: 70.5%;
  }
  .kv-cake {
    top: 68.6%;
    left: 69.7%;
    max-width: 26.562%;
    opacity: 0;
  }
  .kv-action {
    top: 85.65%;
    left: 39%;
    max-width: 22.52%;
    animation-delay: 0.5s;
  }
}
@media (max-width: 768px) {
  .lg-view {
    display: none;
  }
  .sm-view {
    display: block;
  }
  .kv {
    background-image: url(../images/index/kv_s.jpg);
  }
  .kv .kv-lg-view {
    display: none;
  }
  .kv .kv-md-view {
    display: none;
  }
  .kv .kv-sm-view {
    display: block;
  }
  .kv img {
    max-width: 100%;
  }
  .kv-container {
    max-width: 750px;
  }
  .kv-slogan {
    max-width: 68.8%;
    top: 4.2%;
    left: 15.4%;
  }
  .kv-intro-text {
    max-width: 77.07%;
    top: 30.9%;
    left: 11.4%;
  }
  .kv-pic-1 {
    max-width: 38.4%;
    top: 52.3%;
    left: 14.9%;
    z-index: 1;
  }
  .kv-pic-2 {
    max-width: 37.07%;
    top: 53.7%;
    left: 49.9%;
  }
  .kv-pic-3 {
    max-width: 48.004%;
    top: 65.1%;
    left: 6.1%;
    z-index: 2;
  }
  .kv-pic-4 {
    max-width: 43.2%;
    top: 66.8%;
    left: 48.5%;
    z-index: 3;
  }
  .kv-cake {
    top: 82.9%;
    left: 23.7%;
    max-width: 52%;
  }
  .kv-action {
    top: 46.5%;
    left: 24.5%;
    max-width: 51.2%;
  }
}
.method .lg-view {
  display: block;
}
@media screen and (max-width: 768px) {
  .method .lg-view {
    display: none;
  }
}

.method .sm-view {
  display: none;
}
@media screen and (max-width: 768px) {
  .method .sm-view {
    display: block;
  }
}

.method .frame {
  position: relative;
}

.method .frame2 {
  padding: 115px 70px 70px;
  border-radius: 130px;
  background-image: radial-gradient(circle at 2.73px 2.73px, rgba(4, 0, 0, 0.03) 2.73px, transparent 2.74px);
  background-size: 29.6px 29.7px;
  background-repeat: repeat;
  position: relative;
  border: none;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .method .frame2 {
    padding: 70px 16px 50px;
    border-radius: 47px;
    margin-bottom: 72px;
  }
}
.method .frame2 .frame_top {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 613px;
  height: 59px;
  background-image: url(../images/frame_top.svg);
  background-size: cover;
  background-position: center;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .method .frame2 .frame_top {
    width: 426px;
    height: 41px;
    top: -11px;
  }
}
@media screen and (max-width: 576px) {
  .method .frame2 .frame_top {
    width: 229px;
    height: 32px;
    top: -12px;
    background-image: url(../images/frame_top_s.svg);
  }
}
.method .frame2::before {
  content: "";
  position: absolute;
  top: -350px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 496px;
  background-image: url(../images/method_frame2_bg.png);
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.method .frame2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: calc(100% + 120px);
  background-color: #ffeccd;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .method .frame2::after {
    height: calc(100% + 72px);
  }
}
.method .frame2 .border {
  content: "";
  position: absolute;
  inset: 0;
  border: 5px solid #f2e0c3;
  border-radius: 130px;
  pointer-events: none;
  z-index: 1;
  width: calc(100% + 1px);
}
@media screen and (max-width: 768px) {
  .method .frame2 .border {
    border-radius: 47px;
  }
}
.method .frame2 > * {
  position: relative;
  z-index: 2;
}
.method .frame2 .group {
  display: flex;
  justify-content: center;
  gap: 31px;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .method .frame2 .group {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.method .frame2 .image img {
  width: 100%;
}
.method .frame2 .method-2 .block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff3e3;
  border-radius: 24.8157px;
  padding: 12px 19px;
}
@media screen and (max-width: 768px) {
  .method .frame2 .method-2 .block {
    border-radius: 20px;
    padding: 10px 23px;
  }
}
@media screen and (max-width: 768px) {
  .method .frame2 .method-2 .block img {
    width: 20px;
  }
}
.method .frame2 .method-2 .block span {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .method .frame2 .method-2 .block span {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .method .frame2 .method-2 .block:last-child img {
    width: 15px;
  }
}
.method .frame2 .method-3 .block {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 25px;
}
.method .frame2 .method-3 .block span {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .method .frame2 .method-3 .block span {
    font-size: 15px;
    line-height: 24px;
  }
}
.method .frame2 .method-3 .block img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .method .frame2 .method-3 .block img {
    width: 26px;
  }
}
.method .frame2 .method-2 .main_title {
  margin-bottom: 34px;
}
.method .frame2 .method-2 .main_title h4::before {
  background-image: url(../images/online/icon_title_left.svg);
}
.method .frame2 .method-2 .main_title h4::after {
  background-image: url(../images/online/icon_title_right.svg);
}
.method .frame2 .method-3 .main_title {
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .method .frame2 .method-3 .main_title {
    margin-bottom: 25px;
  }
}

.method .map_wrapper {
  margin: 50px auto 74px;
  width: 100%;
  max-width: 784px;
}
@media screen and (max-width: 768px) {
  .method .map_wrapper {
    margin: 50px auto 53px;
  }
}
.method .map_wrapper img {
  width: 100%;
}

#info .online::before {
  content: "";
  position: absolute;
  top: 1560px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 2695px;
  background: url(../images/info/big_bg.svg) no-repeat center center;
}
@media screen and (min-width: 1921px) {
  #info .online::before {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
#info .online .frame_inner {
  position: relative;
  z-index: 1;
}

.info-1 .frame_inner > *:not(.item) {
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .info-1 .frame_inner > *:not(.item) {
    padding-left: 0;
  }
}

.info-1 .frame_inner > ol,
.info-1 .frame_inner > ul {
  margin-left: 1.5rem;
}
.info-1 .highlight {
  color: #f04760;
}

.gift .gift_wra img {
  width: 100%;
}

.gift .item {
  margin-bottom: 15px;
}

.info-1 .link {
  color: #f0a529;
  border-bottom: 0;
}

.info-1 .image {
  max-width: 434px;
}

.info-1 .image img {
  width: 100%;
}

.info-2 .lg-view {
  display: block;
}
@media screen and (max-width: 768px) {
  .info-2 .lg-view {
    display: none;
  }
}

.info-2 .sm-view {
  display: none;
}
@media screen and (max-width: 768px) {
  .info-2 .sm-view {
    display: block;
  }
}

.online .info-2 .info-2_bg {
  position: absolute;
  right: 87px;
  bottom: 277px;
}

@media screen and (max-width: 1180px) {
  .online .info-2 .info-2_bg {
    right: 20px;
  }
}
.info-2 .info_row .item {
  padding-left: 46px;
  background-image: url(../images/trophy.svg);
  background-size: 46px 46px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 46px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .info-2 .info_row .item {
    margin-left: -8px;
  }
}

.info-2 .info_row .item span {
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  color: #e10012;
  background: none;
  padding: 0;
  border-bottom: 4px solid #e10012;
  border-radius: 0;
}

.info-2 .info_row p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #848484;
}

.online .info-2 .info_row p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  color: #000000;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .online .info-2 .info_row p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 7%;
  }
}

.info-2 .info_last {
  margin-top: 54px;
}

@media screen and (max-width: 750px) {
  .info-2 .info_last {
    margin-top: -11px;
    margin-bottom: 0;
  }
  .info_row img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info-2 .info_small ol {
    padding-left: 17px;
    margin-bottom: 0;
  }
}
.info-2 .info_small ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .info-2 .info_small ol li {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 5%;
  }
}

.info-3 .online_i_container {
  margin-top: 30px;
}

.info-3 .info_teacher {
  width: calc(50% - 32.5px);
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .info-3 .info_teacher {
    flex-direction: column;
    gap: 27px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .info-3 .info_teacher {
    width: 100%;
  }
}

.info-3 .info_teacher .name {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .info-3 .info_teacher .name {
    justify-content: center;
  }
}
.info-3 .info_teacher .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 223px;
  height: 1.5px;
  background-color: rgba(54, 111, 181, 0.3);
}
@media screen and (max-width: 768px) {
  .info-3 .info_teacher .name::before {
    max-width: 240px;
  }
}
.info-3 .info_teacher .name div {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 5%;
  color: #366FB5;
}
@media screen and (max-width: 768px) {
  .info-3 .info_teacher .name div {
    font-size: 18px;
    line-height: 23px;
  }
}

.info-3 .info_teacher .name span,
.host .name span {
  display: inline-block;
  background-image: url("../images/info/icon_judge.svg");
  background-size: 21px 19px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .info-3 .info_teacher .name span,
  .host .name span {
    width: 17px;
    height: 15px;
    background-size: 17px 15px;
  }
}

.info-3 .info_teacher .image,
.host .image {
  position: relative;
  width: 206px;
  flex-shrink: 0;
}
.info-3 .info_teacher .image img,
.host .image img {
  width: 100%;
}

.info-3 .info_teacher .content {
  position: relative;
  z-index: 0;
  background: #ECF5FF;
  border-radius: 51px;
  padding: 40px 16px;
}
@media screen and (max-width: 1200px) {
  .info-3 .info_teacher .content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info-3 .info_teacher .content {
    padding: 32px 20px;
  }
}
.info-3 .info_teacher .content::before {
  content: "";
  position: absolute;
  background: url(../images/info/icon_triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .info-3 .info_teacher .content::before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -17px;
  }
}

.info-3 .info_teacher .content .description,
.host .description {
  margin-top: 15px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .info-3 .info_teacher .content .description,
  .host .description {
    padding-left: 25px;
    margin-bottom: 0;
  }
}
.info-3 .info_teacher .content .description li,
.host .description li {
  list-style: disc;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .info-3 .info_teacher .content .description li,
  .host .description li {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .info_teacher,
  .host {
    margin-bottom: 30px;
  }
  .info-3 .info_teacher .name,
  .host .name {
    font-size: 18px;
  }
  .info_teacher .list,
  .host .list {
    text-align: center;
  }
  .host .content {
    text-align: center;
  }
  .info-1 .image {
    max-width: 300px;
    margin: 0 auto;
  }
  .online .info-2 .info_award4 p {
    text-align: center;
  }
}
.item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 10%;
  color: #000000;
  position: relative;
  margin-left: 12px;
  text-align: left;
}
.item h3::before {
  content: "";
  background-image: url(../images/info/info_title_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 23px;
  position: absolute;
  left: -12px;
  top: -4px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .item h3::before {
    top: -8px;
    left: -17px;
    width: 27px;
    height: 30px;
  }
}

#info .info_award4_img img {
  width: 100%;
  max-width: 860px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #info .info_award4_img img {
    max-width: 100%;
  }
}

.info-2 .info_row .warning,
.live-2 .warning {
  border-radius: 20px;
  background-color: #F6F6F6;
  padding: 21px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .info-2 .info_row .warning {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .live-2 .warning {
    margin-top: 92px;
  }
}
.info-2 .info_row .warning .title,
.live-2 .warning .title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.info-2 .info_row .warning .title h5,
.live-2 .warning .title h5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #848484;
  margin-left: 6px;
}

.live-2 .warning p {
  font-size: 12px;
  line-height: 20px;
  color: #848484;
  margin-bottom: 0;
}

.info-2 .info_row .warning .title img,
.live-2 .warning .title img {
  width: auto;
}

.online-form {
  padding: 83px 65px 90px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .online-form {
    padding: 61px 22px 50px;
    margin-bottom: 45px;
  }
}
.online-form .main_title {
  margin-bottom: 22px;
}
.online-form .main_title h4::before {
  background-image: url(../images/online/icon_title_left.svg);
}
.online-form .main_title h4::after {
  background-image: url(../images/online/icon_title_right.svg);
}

.online-form .items {
  margin-bottom: 18px;
}

.online_bg_left {
  position: absolute;
  left: 131px;
  bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .online_bg_left {
    left: 65px;
  }
}

.online_bg_right {
  position: absolute;
  right: 72px;
  bottom: 57px;
}
@media screen and (max-width: 1200px) {
  .online_bg_right {
    right: 50px;
  }
}

.online-form .items span {
  margin-left: 9px;
}

.online-form .online-contestant {
  position: relative;
  margin-top: 60px;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .online-form .online-contestant {
    margin-top: 14px;
    margin-bottom: 60px;
  }
}

.online-form .online-contestant:has(.birth-select.active) {
  z-index: 30;
}

.online-form .online-contestant::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% + 29px);
  height: calc(100% + 60px);
  background: rgba(241, 168, 0, 0.25);
  border-radius: 45px;
}
@media screen and (min-width: 768px) {
  .online-form .online-contestant::before {
    border-radius: 60px;
  }
}

.online-form .online-contestant .heading {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5%;
  background-color: #f1a800;
  border-radius: 0 0 30px 30px;
  padding: 10px 30px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .online-form .online-contestant .heading {
    font-size: 20px;
    padding: 14px 33px;
  }
}

.online-form .online-contestant .name {
  min-width: 87px;
}
@media screen and (min-width: 768px) {
  .online-form .online-contestant .name {
    min-width: 105px;
  }
}

@media screen and (min-width: 1200px) {
  .online-form .online-contestant::before {
    width: calc(100% + 180px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .online-form .online-contestant::before {
    width: calc(100% + 100px);
  }
}
.online-form .online-contestant + .online-contestant {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .online-form .online-contestant + .online-contestant {
    margin-top: 120px;
  }
}

.online-form .online-contestant .online_row:last-child {
  margin-bottom: 0;
}

.online-form .bottom-block {
  max-width: 476px;
  margin: 0 auto;
}

.online-form .gender-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 36px;
}

.online-form .gender-group #a_modal {
  margin-right: 28px;
}

.online-form .action {
  margin-top: -28px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .online-form .action {
    margin-top: -22.5px;
    margin-bottom: 35px;
  }
}

.online-form .action .my_btn {
  margin: 0 10px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 4px 4px 0px #eedcb7;
}
@media screen and (max-width: 768px) {
  .online-form .action .my_btn {
    margin: 0 7.5px;
  }
}
@media screen and (max-width: 768px) {
  .online-form .action .my_btn img {
    width: 45px;
  }
}

.online-form .action .my_btn:hover {
  opacity: 0.7;
}

@media (max-width: 750px) {
  .online-form .online-contestant + .online-contestant {
    margin-top: 90px;
  }
  .online-form .bottom-block {
    max-width: 100%;
  }
  .online-form .gender-group {
    display: block;
    margin-bottom: 40px;
  }
  .online-form .gender-group .online_gender > div {
    margin-right: 0;
  }
  .online-form .gender-group .online_gender + .online_gender {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-block .online_gender {
    justify-content: center;
  }
  .online-form .gender-group #a_modal {
    margin-right: 0;
  }
}
.success .s_bg1 {
  position: absolute;
  top: 82px;
  left: -34px;
  z-index: 0;
}

.success .s_bg2 {
  position: absolute;
  bottom: -9px;
  left: 41px;
  z-index: 0;
}

@media screen and (max-width: 992px) {
  .success .frame .s_bg4 {
    position: absolute;
    top: 51.5px;
    left: 50%;
    margin-left: -39%;
    width: 45px;
  }
  .success .frame .s_bg5 {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 45px;
    margin-left: 29%;
  }
}
.success p {
  max-width: 997px;
  margin-left: auto;
  margin-right: auto;
}

.success .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.success .heading img {
  width: 30px;
  margin-right: 6px;
}

.success .join {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .success .join {
    margin-bottom: 30px;
  }
}

.success .btn_line {
  display: inline-flex;
  align-items: center;
  background-color: #37b56e;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 25px;
  color: #fff;
  padding: 14px 28px;
  transition: all 0.4s;
}

.success .btn_line img {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .success .btn_line {
    font-size: 15px;
    line-height: 21px;
    padding: 14px 20px;
  }
  .success .btn_line img {
    margin-right: 10px;
    width: 23px;
  }
}
.info-table {
  background-color: #FFF7E4;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 5%;
  margin-bottom: 35px;
  color: #000;
  table-layout: fixed;
}
.info-table th:nth-child(1),
.info-table td:nth-child(1) {
  width: 20%;
}
@media screen and (max-width: 750px) {
  .info-table th:nth-child(1),
  .info-table td:nth-child(1) {
    width: initial;
  }
}
.info-table th:nth-child(2),
.info-table td:nth-child(2) {
  width: 20%;
}
@media screen and (max-width: 750px) {
  .info-table th:nth-child(2),
  .info-table td:nth-child(2) {
    width: initial;
  }
}
.info-table th:nth-child(3),
.info-table td:nth-child(3) {
  width: 37%;
}
@media screen and (max-width: 750px) {
  .info-table th:nth-child(3),
  .info-table td:nth-child(3) {
    width: initial;
  }
}
.info-table th:nth-child(4),
.info-table td:nth-child(4) {
  width: 23%;
}
@media screen and (max-width: 750px) {
  .info-table th:nth-child(4),
  .info-table td:nth-child(4) {
    width: initial;
  }
}

.info-table th {
  background-color: #F2A900;
  color: #fff;
  padding: 10px;
}

.info-table tr:last-child {
  border-bottom: 0;
}

.info-table td {
  padding: 15px;
}

.info-table img {
  max-width: 76px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .s_bg3 {
    position: absolute;
    top: 137px;
    left: 50%;
    margin-left: -134px;
  }
  .info-table {
    font-size: 16px;
  }
  .info-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFF7E4;
    overflow: hidden;
    border-bottom: 0;
  }
  .info-table tr:before {
    content: "參賽者";
    display: block;
    width: 100%;
    text-align: center;
    background-color: #F2A900;
    padding: 11px 0;
    color: #fff;
  }
  .info-table tr + tr {
    margin-bottom: 20px;
  }
  .info-table tr:last-child {
    margin-bottom: 0;
  }
  .info-table .info-table__header {
    display: none;
  }
  .info-table td {
    position: relative;
    width: 100%;
    padding-left: calc(50% + 10px);
    border-bottom: 2px solid #F2A900;
  }
  .info-table td:last-child {
    border-bottom: 0;
  }
  .info-table td:last-child:before {
    border-bottom: 0;
  }
  .info-table td:before {
    content: attr(data-th);
    display: block;
    width: 51%;
    height: calc(100% + 2px);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F4CB6E;
    padding: 8px;
    border-bottom: 2px solid #FEF6E5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .success .frame {
    background-image: initial;
    background-size: initial;
    background-position: initial;
  }
}
.query-result .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.query-result .action a {
  max-width: 243px;
}
@media screen and (max-width: 768px) {
  .query-result .action {
    flex-direction: column;
    gap: 15px;
  }
  .query-result .action .btn-back {
    order: 1;
  }
  .query-result .action .btn-download {
    order: 0;
  }
}

.query-result p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  letter-spacing: 3%;
  max-width: 794px;
}
@media screen and (max-width: 768px) {
  .query-result p {
    font-size: 16px;
    line-height: 25px;
  }
}

.query .frame {
  padding: 59px 30px 66px;
  text-align: center;
  position: relative;
}

.query .btn {
  margin: 0 auto;
}

.query .btn + .btn {
  margin-top: 20px;
}

@media (max-width: 750px) {
  .query {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .query .frame {
    padding: 48px 15px 52px;
  }
}
.performance .frame.performance-1 .performance_table img {
  width: 100%;
}

.performance .frame.performance-2 {
  position: relative;
}

.performance_left_bg1 {
  position: absolute;
  top: 0;
  left: 0;
}

.performance_right_bg1 {
  position: absolute;
  top: 0;
  right: 0;
}

.performance_left_bg2 {
  position: absolute;
  bottom: 0;
  left: 45px;
}

.performance_right_bg2 {
  position: absolute;
  bottom: 0;
  right: 45px;
}

.performance_left_bg2_s,
.performance_right_bg2_s,
.performance_right_bg3_s,
.performance_right_bg1_s,
.performance_left_bg1_s {
  display: none;
}

.performance .frame.performance-2 .momo_intro_content {
  position: absolute;
  top: 158px;
  left: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.performance .frame.performance-2 .momo_intro_content li {
  max-width: 305px;
  background-color: rgba(233, 71, 48, 0.1);
  border-radius: 30px;
  padding: 42px 29px;
  text-indent: initial;
}

.performance .frame.performance-2 .momo_intro_content li:last-child {
  margin-top: 15px;
}

.performance .frame.performance-2 .momo_intro_content li .name {
  display: inline-flex;
  align-items: center;
  border-radius: 38px;
  background-color: #E94730;
  padding: 10px 23px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.performance .frame.performance-2 .momo_intro_content li .name img {
  margin-right: 4px;
}

.performance .frame.performance-2 .momo_intro_content li .des {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  color: #040000;
}

.performance .frame.performance-2 .momo_intro_pic {
  padding-left: 171px;
  padding-right: 273px;
  margin-top: -105px;
}

.performance .frame.performance-2 .momo_intro_pic img {
  max-width: 666px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .performance_left_bg2 {
    display: none;
  }
  .performance_right_bg2 {
    display: none;
  }
  .performance_left_bg2_s {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -139px;
    display: block;
    width: 35px;
  }
  .performance_right_bg2_s {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: 121px;
    display: block;
    width: 35px;
  }
  .performance_right_bg3_s {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: 29px;
  }
  .performance .frame.performance-2 .momo_intro_content {
    position: relative;
    display: flex;
    top: auto;
    left: auto;
    justify-content: center;
    gap: 0 16px;
    margin-top: 10px;
  }
  .performance .frame.performance-2 .momo_intro_pic {
    padding-left: 0;
    padding-right: 0;
    margin-top: -40px;
    margin-left: -45px;
  }
  .performance .frame.performance-2 .momo_intro_pic img {
    min-width: 348px;
  }
  .performance .frame.performance-2 .momo_intro_content li:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .performance_left_bg1 {
    width: 350px;
  }
  .performance_right_bg1 {
    width: 350px;
  }
  .performance_left_bg2_s {
    top: 92px;
    width: auto;
  }
  .performance_right_bg2_s {
    top: 92px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .performance_left_bg1 {
    display: none;
  }
  .performance_right_bg1 {
    display: none;
  }
  .performance_left_bg1_s {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .performance_right_bg1_s {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .performance .frame.performance-2 .momo_intro_content li {
    border-radius: 15px;
    padding: 16px 10px;
  }
  .performance .frame.performance-2 .momo_intro_content li:first-child {
    flex: 0 0 calc(50% - 8px);
  }
  .performance .frame.performance-2 .momo_intro_content li:last-child {
    flex: 0 0 calc(50% - 8px);
  }
  .performance .frame.performance-2 .momo_intro_content li .name {
    padding: 8px 16px;
  }
  .performance .frame.performance-2 .momo_intro_content li .name img {
    width: 18px;
  }
  .performance .frame.performance-2 .momo_intro_content li .des {
    font-size: 15px;
    padding: 0 8px;
  }
}
.performance .frame.performance-3 {
  position: relative;
}

.performance .frame.performance-3 .performance-3_bg {
  position: absolute;
  top: 65px;
  right: 27px;
}

.performance .frame.performance-3 .performance-3_bg2 {
  position: absolute;
  bottom: 58px;
  right: 45px;
}

.performance .frame.performance-3 .performance-3_bg3 {
  position: absolute;
  left: 45px;
  bottom: 33px;
}

.performance .item {
  text-align: center;
}

.performance .d-sm-block {
  display: table-cell !important;
}

@media screen and (max-width: 576px) {
  .performance .d-sm-block {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .performance .frame {
    padding: 74px 45px 40px;
  }
  .performance .frame.performance-2 {
    padding: 74px 45px 50px;
    min-height: 753px;
  }
  .performance .frame.performance-3 {
    padding: 74px 193px 85px 130px;
  }
  .performance .item {
    margin-bottom: 32px;
  }
  .performance .info_row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    margin-bottom: 40px;
    position: relative;
  }
  .performance .live-table {
    height: 100%;
  }
  .performance .info_row:first-child::after {
    position: absolute;
    content: "";
    background-image: url("../images/live_gift.png");
    bottom: -16px;
    left: 50%;
    margin-left: 79.3px;
    width: 437px;
    height: 170px;
  }
  .live-table td {
    padding: 8px 10px;
  }
  .live-2 .warning {
    position: relative;
  }
  .live-2 .warning::before {
    position: absolute;
    content: "";
    background-image: url("../images/live_btm.svg");
    top: -160px;
    left: 50%;
    margin-left: -154.5px;
    width: 115px;
    height: 161px;
  }
}
@media (max-width: 750px) {
  .lottery .lg-view {
    display: none;
  }
  .lottery .sm-view {
    display: block;
  }
  .lottery-2 {
    padding-bottom: 70px;
  }
  .lottery-2 .unit-1 {
    display: none;
  }
  .lottery-2 .image {
    max-width: 302px;
  }
  .lottery-2 .item span {
    font-size: 18px;
    letter-spacing: normal;
    padding: 4px 16px;
    padding-left: 42px;
  }
  .lottery-2 .bottom-text {
    margin-top: 60px;
    max-width: 300px;
  }
  .live-1 .top-block {
    text-align: justify;
    line-height: 33px;
  }
  .live-1 .link {
    line-height: 35px;
    padding: 0 25px;
    font-size: 18px;
  }
  .live-2 .items span {
    display: block;
  }
  .live-2 .items span span:nth-child(1) {
    border-bottom: 4px solid #e10012;
  }
}
.e_content {
  text-align: center;
}

.exhibition p {
  font-size: 20px;
  line-height: 29px;
}

.exhibition .items-sub {
  margin-bottom: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 61px;
  padding-bottom: 0;
  border-radius: 31px;
  background-color: rgba(240, 93, 90, 0.1);
}

.exhibition .items-sub span {
  border-bottom: 0;
  margin-left: 3px;
  font-size: 20px;
  color: #E94730;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .exhibition .frame {
    margin-top: 80px;
  }
}
.history p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
  .history p {
    text-align: left !important;
  }
}
.history-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 750px) {
  .history-1 {
    background-image: url(../images/white-bg2_s.png);
  }
  .history-2 {
    padding-top: 90px;
    padding-bottom: 180px;
  }
}
.host .description p {
  word-break: break-word;
}

.problem .frame {
  padding: 59px 50px 65px;
}
@media screen and (max-width: 750px) {
  .problem .frame {
    padding: 50px 12px;
  }
}

.problem .problem-item {
  max-width: 950px;
  margin: 0 auto;
}

.problem .problem-item + .problem-item {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .problem .problem-item + .problem-item {
    margin-top: 15px;
  }
}

.problem .link {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #d83925;
}
@media screen and (max-width: 750px) {
  .problem .link {
    font-size: 16px;
    line-height: 24px;
  }
}

.problem .line {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #15a61a;
}
@media screen and (max-width: 750px) {
  .problem .line {
    font-size: 16px;
    line-height: 24px;
  }
}
.problem .line:hover {
  filter: brightness(1.2);
}

.problem .link:active {
  filter: brightness(1.2);
}

@media (hover: hover) {
  .problem .link:hover {
    filter: brightness(1.2);
  }
}
.problem-item {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.problem_top {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  padding: 0px 50px 20px;
}
@media screen and (max-width: 750px) {
  .problem_top {
    padding: 0px 17px 15px;
  }
}

.problem_top > div:first-of-type {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  font-size: 20px;
  line-height: 27px;
  color: #366fb5;
  font-weight: 700;
  letter-spacing: 5%;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .problem_top > div:first-of-type {
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 45px);
    max-width: calc(100% - 45px);
  }
}

.problem_top span,
.problem_bottom > span {
  margin-right: 20px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2%;
  border-radius: 50%;
  background-color: #366fb5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .problem_top span,
  .problem_bottom > span {
    margin-right: 10px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 18px;
  }
}

.problem_bottom > span {
  background-color: #d83925;
}

.problem_top b {
  display: block;
  background-image: url(../images/problem-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 13px;
  height: 11px;
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}

.problem_top:hover > div:first-of-type {
  font-weight: 700;
}

.problem_bottom {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
  letter-spacing: 5%;
  padding: 20px 50px;
  display: none;
  background: rgba(216, 57, 37, 0.1);
}
@media screen and (max-width: 750px) {
  .problem_bottom {
    padding: 15px 17px;
    font-size: 16px;
    line-height: 24px;
  }
}

.problem_bottom .tips {
  margin-top: 20px;
  margin-bottom: 20px;
}

.problem_bottom .tips-header {
  position: relative;
  z-index: 2;
  padding-left: 29px;
}

.problem_bottom .tips-header img {
  width: 201px;
}

.problem_bottom .tips-content {
  padding: 37px 34px 23px;
  position: relative;
  z-index: 1;
  background: #fef6e5;
  box-shadow: 4px 4px 0px #f5e4be;
  border-radius: 40px;
  margin-top: -19px;
}
@media screen and (max-width: 750px) {
  .problem_bottom .tips-content {
    padding: 32px 16px 20px;
  }
}

.problem_bottom .tips ul {
  display: flex;
  flex-direction: column;
}

.problem_bottom .tips ul li {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 5%;
  color: #000;
  display: flex;
  align-items: baseline;
  gap: 22px;
}
@media screen and (max-width: 750px) {
  .problem_bottom .tips ul li {
    font-size: 15px;
    line-height: 22px;
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .problem_bottom .tips ul li .number svg {
    width: 20px;
  }
}
.problem_bottom .tips ul li p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 5%;
  color: #000;
}
@media screen and (max-width: 750px) {
  .problem_bottom .tips ul li p {
    font-size: 15px;
    line-height: 22px;
  }
}
.problem_bottom .tips ul li p span {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .problem_bottom .tips ul li p span {
    font-size: 12px;
    word-break: auto-phrase;
  }
}

.problem_bottom .tips ul li span {
  line-height: 30px;
}
@media screen and (max-width: 750px) {
  .problem_bottom .tips ul li span {
    line-height: 22px;
  }
}

.problem_bottom .tips p {
  text-align: center;
}

.problem_bottom .highlight {
  color: #e10012;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.problem .problem-item.active .problem_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.problem .problem-item.active .problem_top b {
  transform: rotate(0deg);
}

.problem .problem-item.active .problem_bottom {
  display: flex;
  align-items: baseline;
}

#sponsor .sponsor {
  padding-top: 48px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor {
    padding-top: 10px;
    padding-bottom: 13px;
  }
}
#sponsor .sponsor_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 41px;
  position: relative;
}
@media screen and (min-width: 992px) {
  #sponsor .sponsor_container .frame {
    border-radius: 140px;
  }
}
@media screen and (max-width: 992px) {
  #sponsor .sponsor_container {
    padding: 0 15px;
  }
}
#sponsor .sponsor_container .frame {
  padding: 59px 72px 65px;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor_container .frame {
    padding: 48px 15px 65px;
  }
}
#sponsor .sponsor .title img {
  max-width: 251px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor .title img {
    max-width: 203px;
  }
}
#sponsor .sponsor .title {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor .title {
    margin-bottom: 25px;
  }
}
#sponsor .sponsor .sponsor_item {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  gap: 52px;
}
@media screen and (max-width: 992px) {
  #sponsor .sponsor .sponsor_item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
#sponsor .sponsor .sponsor_item:last-child {
  margin-bottom: 0;
}
#sponsor .sponsor .sponsor_item .image {
  flex: 0 0 340px;
  box-shadow: 4px 4px 6.6px rgba(210, 199, 176, 0.65);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  #sponsor .sponsor .sponsor_item .image {
    flex: 0 0 100%;
  }
}
#sponsor .sponsor .sponsor_item .image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#sponsor .sponsor .sponsor_item .intro {
  display: flex;
  flex-direction: column;
}
#sponsor .sponsor .sponsor_item .name {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 9px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor .sponsor_item .name {
    gap: 7px;
    margin-bottom: 27px;
    justify-content: center;
  }
}
#sponsor .sponsor .sponsor_item .name h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.05em;
  color: #d83925;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor .sponsor_item .name h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
#sponsor .sponsor .sponsor_item .name2 h5 {
  color: #f1a800;
}
#sponsor .sponsor .sponsor_item .name3 h5 {
  color: #366fb5;
}
#sponsor .sponsor .sponsor_item .name span {
  display: inline-block;
  background-image: url(../images/sponsor/red_icon.svg);
  width: 37px;
  height: 37px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor .sponsor_item .name span {
    width: 29px;
    height: 29px;
  }
}
#sponsor .sponsor .sponsor_item .name2 span {
  background-image: url(../images/sponsor/yellow_icon.svg);
}
#sponsor .sponsor .sponsor_item .name3 span {
  background-image: url(../images/sponsor/blue_icon.svg);
}
#sponsor .sponsor .sponsor_item .txt_intro {
  background: rgba(216, 57, 37, 0.15);
  padding: 44px;
  border-radius: 25px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor .sponsor_item .txt_intro {
    padding: 30px 36px;
  }
}
#sponsor .sponsor .sponsor_item .txt_intro::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 24px solid rgba(216, 57, 37, 0.15);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 992px) {
  #sponsor .sponsor .sponsor_item .txt_intro::before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -22px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
#sponsor .sponsor .sponsor_item .txt_intro p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 5%;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor .sponsor_item .txt_intro p {
    font-size: 18px;
    line-height: 28px;
  }
}
#sponsor .sponsor .sponsor_item .txt_intro2 {
  background: rgba(241, 168, 0, 0.1);
}
#sponsor .sponsor .sponsor_item .txt_intro2::before {
  border-right-color: rgba(241, 168, 0, 0.1);
}
#sponsor .sponsor .sponsor_item .txt_intro3 {
  background: rgba(54, 111, 181, 0.12);
}
#sponsor .sponsor .sponsor_item .txt_intro3::before {
  border-right-color: rgba(54, 111, 181, 0.12);
}

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