@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
b {
  font-weight: bold !important;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  text-decoration: none;
}
a img {
  outline: none;
}
a:focus,
input:focus,
button:focus {
  outline: none;
}
body {
  background: #ffffff;
  font-family: Arial, ".蘋方-繁", "微軟正黑體", "繁黑體", "Microsoft JhengHei",
    "Microsoft YaHei", "Heiti TC", "LiHei Pro", sans-serif, "新細明體", PMingLiU;
}
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff; /* change if the mask should have another color then white */
  z-index: 99; /* makes sure it stays on top */
}

#status {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif); /* path to your loading animation */
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -25px 0 0 -25px; /* is width and height divided by two */
}
.goTop {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: 40px;
  display: none;
  bottom: 80px;
  right: 30px;
}
.goTop:hover {
  opacity: 0.8;
}
.goTop img {
  width: 100%;
}
#WRAPER {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right: 0px;
}

#WRAPER.reveal {
  position: absolute;
  right: 180px;
}

#HEADER {
  display: block;
  width: 100%;
  position: relative;
  background-color: #009e47;
}

#kv_bg {
  width: 100%;
}

.kv_slogan {
  position: absolute;
  z-index: 3;
  width: 600px;
  height: 385px;
  top: 50%;
  left: 50%;
  margin-top: -192px;
  margin-left: -300px;
}

.lt_doll {
  position: absolute;
  display: none;
  z-index: 2;
  width: 317px;
  height: 447px;
  top: 3%;
  left: 16%;
}

.rt_doll {
  position: absolute;
  display: none;
  z-index: 2;
  width: 332px;
  height: 609px;
  top: 0px;
  right: 17%;
}

.doll_show {
  display: block;
}

.NAV_btn_wrap {
  display: none;
  position: fixed;
  width: 60px;
  top: 20px;
  right: 10px;
  z-index: 5;
}

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fbee31;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#NAV {
  position: fixed;
  z-index: 5;
  width: 70px;
  right: 20px;
  bottom: 140px;
}

.share_logo {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}

nav a {
  position: relative;
  display: inline-block;
  outline: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}

nav a img {
  width: 100%;
}

nav a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#Line_Pc_Btn {
  display: inline-block;
}
#Line_mobile_Btn {
  display: none;
}

#content {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  background: url(../images/content_bg.jpg) repeat; /* path to your loading animation */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px 0px 20px;
}

.mid_content {
  display: inline-block;
  width: 1024px;
  position: relative;
}

.sec {
  float: left;
  width: 100%;
  margin-top: 100px;
}

.sec_title {
  float: left;
  width: 180px;
  margin-bottom: 40px;
}

.sec_content {
  float: left;
  width: 100%;
  text-align: center;
}

.sec_bottom {
  margin-bottom: 80px;
}

.des_img {
  display: inline-block;
  width: 90%;
}

.sec_pec_title {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

.sec_pec_title span {
  font-size: 20px;
}

.sec_pec_title.ct {
  text-align: center;
}

.orange_txt {
  color: #f38649;
}

.pink_txt {
  color: #ed6989;
}

.blue_txt {
  color: #088bc1;
}

.ability {
  display: inline-block;
  width: 250px;
  position: relative;
}

.ability_bg {
  position: relative;
  z-index: 0;
  width: 100%;
  top: 0px;
  left: 0px;
}

.ability_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #585858;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 90px 40px 0px 50px;
}

.feature_circle {
  display: inline-block;
  width: 320px;
  position: relative;
}

.feature_img {
  display: inline-block;
  width: 90%;
}

.famous_item {
  display: inline-block;
  text-align: center;
  width: 200px;
  margin: 10px;
  vertical-align: top;
}
.famous_item .cover {
  display: inline-block;
  width: 180px;
}
.famous_item .name {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #ed6989;
  margin-top: 10px;
}
.famous_item .title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #00afd0;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 10px;
}

.famous_item .HostMore {
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  background: none;
  color: #ed6989;
  border: #ed6989 1px solid;
  cursor: pointer;
  border-radius: 17px;
}

.famous_item .HostMore:hover {
  background: #ed6989;
  color: #ffffff;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.clr_bg_pat {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  background-size: cover;
}

.clr_bg_pat.visible {
  display: block;
}

.clrBox.visible {
  display: table;
}

.clrBox {
  position: fixed;
  z-index: 12;
  width: 900px;
  height: 600px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -300px;
  text-align: center;
  display: none;
}

.clrBox .clrIMG {
  display: table-cell;
  text-align: right;
  width: 45%;
  height: 100%;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border;
  padding-right: 20px;
}
.clrBox .clrIMG img {
  width: 230px;
}

.clrBox .clrContent {
  display: table-cell;
  text-align: left;
  width: 55%;
  height: 100%;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border;
  padding-left: 20px;
  padding-right: 30px;
}

.clrBox .clrContent .name {
  font-size: 28px;
  color: #ed6989;
  margin-bottom: 10px;
}

.clrBox .clrContent .title {
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.clrBox .clrContent .des {
  font-size: 14px;
  color: #4c4c4c;
}

.clr_close {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.clr_close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.prevention_img {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}

.timetable {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.timetable_warn {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}

.timetable_warn li {
  text-align: left;
  font-size: 18px;
  color: #ed6989;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
  margin-top: 10px;
}

.timetable_warn li.red_bold {
  color: #ff0000;
  font-weight: bold;
}

.timetable_warn li a {
  cursor: pointer;
}

.timetable_warn li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); /* IE 5-7 */
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.promo_info {
  display: inline-flex;
  flex-direction: row;
  align-items: self-start;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.promo_info img {
  width: 400px;
}

.Finalists_Table {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border: #ed6989 1px solid;
}

.Finalists_Table th {
  background: #ed6989;
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
  font-weight: 700;
}

.Finalists_Table th:nth-child(2) {
  width: 250px;
}

.red_color {
  color: #ff0101;
  font-weight: bold;
}

.Finalists_Table td {
  padding: 10px;
  font-size: 18px;
  color: #000000;
  border-bottom: #d7d7d7 1px solid;
  border-right: #d7d7d7 1px solid;
  background: #fcf8db;
}

.Finalists_Table td:last-child {
  border-right: none;
}

.Finalists_Table td.bor_bottom {
  border-bottom: #ed6989 1px solid;
}

.Finalists_Table tr.last td {
  border-bottom: none;
}
.Finalists_Table a {
  color: #000;
}

.Finalists_Table .t_blue {
  font-size: 18px;
  color: #088bc1;
}

.Finalists_Table td a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.btn_wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.btn_wrap .signup {
  display: inline-block;
  width: 300px;
  height: 80px;
  font-size: 30px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef98ad+0,ed6b8b+100 */
  background: #ef98ad; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ef98ad 0%,
    #ed6b8b 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ef98ad 0%,
    #ed6b8b 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ef98ad 0%,
    #ed6b8b 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef98ad', endColorstr='#ed6b8b',GradientType=0 ); /* IE6-9 */
}

.btn_wrap .download {
  display: inline-block;
  width: 300px;
  height: 80px;
  font-size: 30px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9f31+0,ff5901+100 */
  background: #ff9f31; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ff9f31 0%,
    #ff5901 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ff9f31 0%,
    #ff5901 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ff9f31 0%,
    #ff5901 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f31', endColorstr='#ff5901',GradientType=0 ); /* IE6-9 */
}

.btn_wrap a {
  margin: 10px;
}

.btn_wrap a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.signup_warn_title {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.signup_warn ul {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 40px;
}

.signup_warn li {
  text-align: left;
  font-size: 14px;
  color: #999999;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
  margin-top: 10px;
}

.signup_warn li ul {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 10px !important;
}

.signup_warn li ul li {
  text-align: left;
  font-size: 14px;
  color: #999999;
  list-style-type: disc !important;
  list-style-position: outside;
  margin-left: 20px;
  margin-top: 10px;
}

.host_title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 80px;
}

.host_img {
  display: inline-block;
  width: 450px;
}

#FOOTER {
  float: left;
  width: 100%;
}

#FOOTER .orange_area {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e96e50;
  padding: 70px 20px 70px 20px;
  text-align: center;
}

.footer_offical_icon_group {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.footer_offical_icon_group .icon {
  display: inline-block;
  vertical-align: middle;
  height: 47px;
  margin-right: 15px;
}

.footer_offical_icon_group .icon.size2 {
  height: 40px;
}

.footer_offical_icon_group .icon.size3 {
  height: 37px;
}

.footer_offical_icon_group .icon.size4 {
  height: 58px;
}

.footer_offical_icon_group .icon.size5 {
  height: 35px;
}

.footer_offical_icon_group .icon img {
  height: 100%;
}
.footer_offical_icon_group .icon:last-child {
  margin-right: 10px;
}
.footer_offical_icon_group .icon:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.footer_offical_icon_group .icon2 {
  display: inline-block;
  vertical-align: middle;
  height: 54px;
  margin-right: 15px;
}
.footer_offical_icon_group .icon2 img {
  height: 100%;
}

.footer_offical_icon_group .icon2:last-child {
  margin-right: 10px;
}
.footer_offical_icon_group .icon2:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.footer_contact_info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 1px;
}

.footer_copy_right {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding: 30px 20px 30px 20px;
  font-size: 14px;
  color: #323232;
  line-height: 1.4;
  letter-spacing: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.f_link {
  font-size: 14px;
  color: #323232;
}

.f_link:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.hosting {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.hosting img {
  width: 400px;
}

.pc_show {
  display: none;
}

/**live film**/
.live_CONTENT {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}

.live_black_bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); // IE 5-7
  -moz-opacity: 0.8;
  opacity: 0.8;
  top: 0px;
  left: 0px;
}

.live_wrap {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 900px;
  text-align: center;
  margin-top: 70px;
}
.live_film_item {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.live_film_item .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.live_film_close {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 0px;
  top: -50px;
}
.live_film_close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.live_film_close img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1450px) {
  .kv_slogan {
    position: absolute;
    z-index: 3;
    width: 504px;
    height: 323px;
    top: 50%;
    left: 50%;
    margin-top: -161px;
    margin-left: -252px;
  }

  .lt_doll {
    position: absolute;
    z-index: 2;
    width: 317px;
    height: 447px;
    top: 3%;
    left: 13%;
  }

  .rt_doll {
    position: absolute;
    z-index: 2;
    width: 332px;
    height: 609px;
    top: 0px;
    right: 13%;
  }
}

@media screen and (max-width: 1120px) {
  .clrBox {
    position: fixed;
    z-index: 12;
    width: 800px;
    height: 500px;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background: #ffffff;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -250px;
    text-align: center;
    display: none;
  }
}

@media screen and (max-width: 1064px) {
  .mid_content {
    display: inline-block;
    width: 100%;
    position: relative;
  }

  .live_wrap {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .kv_slogan {
    position: absolute;
    z-index: 3;
    width: 504px;
    height: 323px;
    top: 50%;
    left: 50%;
    margin-top: -161px;
    margin-left: -252px;
  }

  .lt_doll {
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 282px;
    top: 3%;
    left: 0%;
  }

  .rt_doll {
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 367px;
    top: 0px;
    right: 0%;
  }

  .sec_pec_title {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .sec_pec_title span {
    font-size: 16px;
  }

  .promo_info {
    display: inline-flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  .promo_info img {
    width: 300px;
  }

  .clrBox {
    position: fixed;
    z-index: 12;
    width: 350px;
    height: 500px;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background: #ffffff;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -250px;
    text-align: center;
    display: none;
  }

  .clrBox .clrIMG {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .clrBox .clrIMG img {
    width: 150px;
  }

  .clrBox .clrContent {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border;
    padding-left: 15px;
    padding-right: 15px;
  }

  .clrBox .clrContent .name {
    font-size: 22px;
    color: #ed6989;
    margin-bottom: 10px;
  }

  .clrBox .clrContent .title {
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 10px;
  }

  .clrBox .clrContent .des {
    font-size: 12px;
    color: #4c4c4c;
  }
}

@media screen and (max-width: 680px) {
  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 20px;
    right: 10px;
    z-index: 5;
  }

  #NAV {
    display: none;
    position: fixed;
    z-index: 5;
    width: 50px;
    right: 15px;
    bottom: inherit;
    top: 80px;
  }

  .share_logo {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
  }

  nav a {
    position: relative;
    display: inline-block;
    outline: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  #Line_Pc_Btn {
    display: none;
  }
  #Line_mobile_Btn {
    display: inline-block;
  }

  /* #HEADER{
	float: left;
	width: 100%;
	height: 640px;
	position: relative;
} */

  /* #kv_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 640px;
} */

  .kv_slogan {
    position: absolute;
    z-index: 3;
    width: 300px;
    height: 192px;
    top: 50%;
    left: 50%;
    margin-top: -96px;
    margin-left: -150px;
  }

  .lt_doll {
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 211px;
    top: 3%;
    left: 0%;
  }

  .rt_doll {
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 275px;
    top: 0px;
    right: 0%;
  }

  .ability {
    display: inline-block;
    width: 250px;
    position: relative;
    margin: 5px;
  }

  .ability_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #585858;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 40px 0px 50px;
  }

  .feature_circle {
    display: inline-block;
    width: 280px;
    position: relative;
    margin: 5px;
  }

  .timetable_warn li {
    text-align: left;
    font-size: 14px;
    color: #ed6989;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    margin-top: 10px;
  }

  .host_img {
    display: inline-block;
    width: 300px;
  }

  .footer_offical_icon_group .icon {
    display: inline-block;
    height: 37px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer_offical_icon_group .icon2 {
    display: inline-block;
    height: 37px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .des_img {
    display: inline-block;
    width: 100%;
  }

  .Finalists_Table td {
    padding: 5px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    border-bottom: #d7d7d7 1px solid;
    border-right: #d7d7d7 1px solid;
    background: #fcf8db;
  }

  .Finalists_Table th:nth-child(2) {
    width: auto;
  }

  .pc_show {
    display: block;
  }

  .prevention_img {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 350px) {
  .clrBox {
    position: fixed;
    z-index: 12;
    width: 300px;
    height: 400px;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background: #ffffff;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -200px;
    text-align: center;
    display: none;
  }
  .clrBox .clrIMG img {
    width: 100px;
  }

  .clrBox .clrContent .name {
    font-size: 14px;
    color: #ed6989;
    margin-bottom: 5px;
  }

  .clrBox .clrContent .title {
    font-size: 12px;
    color: #2d2d2d;
    margin-bottom: 5px;
  }

  .clrBox .clrContent .des {
    font-size: 12px;
    color: #4c4c4c;
  }
}
