@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

textarea {
  resize: none;
  outline: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

input,
select {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

html,
body {
  color: #3f3f3f;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  position: relative;
}

/* ---------- 共用  ----------*/
.header {
  height: 40px;
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.header li {
  position: relative;
}

.header li a,
.header li span {
  display: block;
}

.header li img {
  height: 40px;
  width: auto;
  display: block;
}

.header a,
.header .appDonload span {
  display: block;
  color: #a9a9a9;
  text-decoration: none;
}

.header li.note,
.header li.appDonload,
.header li.social {
  padding: 17px 2px 0;
}

.header li.appDonload {
  padding: 17px 7px 0;
  cursor: pointer;
}

.header li.appDonload img {
  display: block;
  width: 100%;
  height: auto;
}

.header li.appDonload span {
  color: #dd0202;
}

.header li.appDonload .appQRcode {
  position: absolute;
  z-index: 9999;
  top: 100%;
  width: 160px;
  right: -9px;
  padding: 8px;
  background: #fff;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: none;
}

.header li.appDonload::before,
.header li.appDonload::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #ccc;
  bottom: 6px;
  left: 2px;
}

.header li.appDonload::after {
  left: auto;
  right: 2px;
}

.header li.appDonload:hover .appQRcode {
  display: block;
}

.header li.appDonload:hover span {
  color: #039ce1;
}

.header li.icons {
  padding: 2px 0 0 2px;
}

.header li.icons a {
  display: inline-block;
}

.header li.icons img {
  width: 25px;
}

.header .mb {
  display: none !important;
}

.header .mb img {
  height: 25px;
}

@media only screen and (max-width: 1024px) {
  .header li {
    margin-top: -2px;
    transform: scale(0.92);
  }
  .header li:nth-child(1) {
    margin-right: -30px;
  }
  .header li.appDonload .appQRcode {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    box-shadow: 0;
  }
  .header .pc {
    display: none;
  }
  .header .mb {
    display: inherit !important;
    margin: 0;
  }
}
.right_menu,
.left_menu {
  width: 120px;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 110px;
  overflow: hidden;
  padding-right: 5px;
}

.right_menu .arrow_box,
.left_menu .arrow_box {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0 10px 5px;
  width: 40px;
  height: 40px;
  margin: 0 -5px 3px 0;
  cursor: pointer;
  background-clip: padding-box;
  border-radius: 5px 0 0 5px;
  transition: 0.2s;
}

.right_menu .arrow_box:hover,
.left_menu .arrow_box:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}

.right_menu .menu_box,
.left_menu .menu_box {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 2px 0;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.right_menu .menu_box img,
.left_menu .menu_box img {
  width: 100%;
  display: block;
}

.right_menu .menu_box a,
.left_menu .menu_box a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 3px;
  background-clip: padding-box;
  border-radius: 5px;
  transition: 0.2s;
}

.right_menu .menu_box a:hover,
.left_menu .menu_box a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.2s;
}

.right_menu .menu_box li.banner a,
.left_menu .menu_box li.banner a {
  background-color: inherit;
  padding: 0;
}

.right_menu .menu_box li,
.left_menu .menu_box li {
  padding: 2px 5px;
  position: relative;
}

.right_menu .menu_box li:nth-child(1) a,
.left_menu .menu_box li:nth-child(1) a {
  overflow: hidden;
}

.right_menu .menu_box li.gotop,
.left_menu .menu_box li.gotop {
  padding: 3px 4px 2px;
}

.right_menu .menu_box li.gotop::before,
.left_menu .menu_box li.gotop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  border-top: 1px dotted #ccc;
}

.right_menu .menu_box li.gotop .arrow,
.left_menu .menu_box li.gotop .arrow {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: -3px;
}

.right_menu .menu_box li.act_01 a,
.left_menu .menu_box li.act_01 a {
  color: #fff;
  background-color: #eb6201;
}

.right_menu .menu_box li.act_02 a,
.left_menu .menu_box li.act_02 a {
  background-color: #fff;
  color: #373737;
}

.right_menu .menu_box li.act_03 a,
.left_menu .menu_box li.act_03 a {
  background-color: #3754d0;
  color: #fff600;
}

.right_menu dt,
.left_menu dt {
  color: #fff;
  border-bottom: solid 1px #d3d3d3;
  margin: 0 3px;
  padding: 0 0 4px;
}

.right_menu .gohide,
.left_menu .gohide {
  transform: translateX(105%);
}

.right_menu span.arrow.arRight.rotate,
.left_menu span.arrow.arRight.rotate {
  transform: rotate(135deg) !important;
  margin-left: 8px;
}

.right_menu .menu_box li {
  padding: 2px 4px;
}

.left_menu {
  right: auto;
  left: 0;
  padding: 0 0 0 5px;
}

.left_menu .arrow_box {
  margin: 0 0 3px -5px;
  padding: 10px 0 10px 15px;
  background-clip: padding-box;
  border-radius: 0 5px 5px 0;
}

.left_menu .gohide {
  transform: translateX(-105%);
}

.left_menu span.arrow.arLeft.rotate {
  transform: rotate(-45deg) !important;
  margin-left: -8px;
}

.left_menu .main_menu {
  display: none;
  width: 100%;
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  background: #d8000f;
  background: linear-gradient(to right, #8c0000 0%, #8c0000 10%, #c30000 30%, #c30000 50%, #c30000 50%, #c30000 70%, #8c0000 90%, #8c0000 100%);
}

.left_menu .main_menu li {
  width: 50%;
  text-align: center;
  position: relative;
}

.left_menu .main_menu li img {
  width: 34px;
  vertical-align: -8px;
}

.left_menu .main_menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 9px 0;
}

.left_menu .main_menu li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  display: block;
  width: 1px;
  height: 70%;
  background-color: #fff;
  opacity: 0.7;
}

.subfixed {
  position: fixed;
  top: 10px;
}

.menuMask {
  display: none;
  background-color: rgba(34, 34, 34, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 55;
  top: 0px;
  left: 0px;
}

.gotopMB {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 5;
  background-clip: padding-box;
  border-radius: 100%;
}

.gotopMB span {
  width: 15px;
  height: 15px;
  display: block;
  margin: 10px auto -6px;
}

.gotopMB:hover,
.gotopMB a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  .right_menu {
    transform: scale(0.9) translateX(5%);
  }
  .left_menu {
    transform: scale(0.9) translateX(-5%);
  }
  .subfixed {
    top: -10px;
  }
}
@media only screen and (max-width: 1100px) {
  .right_menu .menu_box {
    transform: translateX(105%);
  }
  .left_menu .menu_box {
    transform: translateX(-105%);
  }
  .right_menu .gohide,
.left_menu .gohide {
    transform: translateX(0);
  }
  .right_menu .arRight {
    transform: rotate(135deg);
    margin-left: 8px;
  }
  .right_menu span.arrow.arRight.rotate {
    transform: rotate(-45deg) !important;
    margin-left: 0;
  }
  .left_menu .arLeft {
    transform: rotate(-45deg);
    margin-left: -8px;
  }
  .left_menu span.arrow.arLeft.rotate {
    transform: rotate(135deg) !important;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .right_menu,
.left_menu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    transform: scale(1) translateX(0);
  }
  .right_menu .arrow_box,
.left_menu .arrow_box {
    display: none;
  }
  .right_menu .menu_box,
.left_menu .menu_box {
    width: 100%;
    padding: 0;
    margin: 0;
    background-clip: padding-box;
    border-radius: 0 !important;
    transform: translateX(0);
  }
  .right_menu .menu_box li.banner,
.right_menu .menu_box li.gotop,
.right_menu .menu_box li.subtitle,
.left_menu .menu_box li.banner,
.left_menu .menu_box li.gotop,
.left_menu .menu_box li.subtitle {
    display: none;
  }
  .right_menu .menu_box li:nth-child(1) a,
.left_menu .menu_box li:nth-child(1) a {
    overflow: inherit;
  }
  .right_menu {
    top: 0;
    z-index: 22;
  }
  .right_menu .menu_box {
    width: 100%;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: flex;
  }
  .right_menu .menu_box a {
    position: relative;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 3px;
  }
  .right_menu .menu_box a::before {
    content: "";
    position: absolute;
    bottom: 4px;
    right: -5px;
    width: 1px;
    height: 65%;
    background-color: #ccc;
  }
  .right_menu li {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
  }
  .right_menu .menu_box::-webkit-scrollbar {
    height: 5px;
    background-color: #eaeaea;
  }
  .right_menu .menu_box::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }
  .right_menu.subfixed {
    position: fixed !important;
  }
  .left_menu {
    position: fixed;
    bottom: 0px;
    top: inherit;
    z-index: 66;
  }
  .left_menu .menu_box {
    display: none;
    background-color: inherit;
    padding: 0 8px;
    margin-bottom: 10px;
    text-align: center;
  }
  .left_menu .menu_box li {
    display: inline-block;
    position: relative;
    width: calc(33.3333333333% - 4px);
    text-align: left;
    margin: 0 0 8px;
    padding: 0;
  }
  .left_menu .menu_box a {
    text-align: center;
    padding: 8px 3px;
    color: #000;
    background-color: #fff600;
  }
  .main_menu {
    display: flex !important;
  }
  .gotopMB {
    display: block;
  }
}
.card_note {
  padding: 10px 0;
  color: #959595;
  background-color: #282828;
  line-height: 22px;
  font-size: 13px;
}

.card_note .left {
  margin: 0 12px;
  padding: 5px 10px;
  border: 1px solid #959595;
  font-size: 170%;
  font-weight: 500;
  letter-spacing: 5px;
  vertical-align: middle;
}

.footer {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 10px 20px;
  line-height: 22px;
  font-size: 13px;
  background-color: #101010;
}

.footer li {
  margin: 0 3px;
}

.footer li.text {
  margin-right: 10px;
}

.footer li img {
  width: 40px;
}

@media only screen and (max-width: 991px) {
  .card_note {
    display: block !important;
    padding: 20px;
    text-align: center;
  }
  .card_note .left {
    width: 310px;
    max-width: 100%;
    margin: 0 auto 8px;
  }
}
@media only screen and (max-width: 480px) {
  .card_note .left {
    font-size: 160%;
  }
}
.arrow {
  border: solid rgba(255, 255, 255, 0.7);
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: -5px;
}

.arRight {
  transform: rotate(-45deg);
}

.arLeft {
  transform: rotate(135deg);
}

.arUp {
  transform: rotate(-135deg);
}

.overhide {
  overflow: hidden;
}

.show {
  display: block !important;
}

.radius_S {
  background-clip: padding-box;
  border-radius: 4px;
}

.radius_M {
  background-clip: padding-box;
  border-radius: 10px !important;
}

.radius_M_top {
  background-clip: padding-box;
  border-radius: 10px 10px 0 0;
}

.radius_M_bottom {
  background-clip: padding-box;
  border-radius: 0 0 10px 10px;
}

.radius_L {
  background-clip: padding-box;
  border-radius: 13px;
}

.d-block {
  width: 100%;
}

body,
div,
span,
h1,
p,
a,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

.inset {
  text-align: center;
}

.inset a {
  color: #06c;
  font: 11px/20px normal;
}

.logotype a {
  display: block;
  width: 186px;
  height: 60px;
  text-indent: -9999px;
}

#HEADER .logotype a {
  background: url();
}

#HEADER {
  position: relative;
  height: 60px;
  width: 930px;
  margin: 0 auto;
  margin-bottom: 6px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background: url() repeat-x;
}

#HEADER a {
  display: block;
  position: absolute;
}

#HEADER .site_roadsign {
  width: 68px;
  height: 65px;
  left: 186px;
  top: 0;
  text-indent: -9999px;
}

#HEADER .site_ad {
  left: 312px;
  top: 16px;
  border: 1px solid #ddd;
}

#FOOTER {
  margin: 10px 0 20px;
  color: #777;
  font: 13px/1.5 Verdana;
  text-align: center;
}

#FOOTER a {
  color: #333;
  font: 13px/1.5 Verdana;
}

#FOOTER span {
  margin: 0 4px;
  color: #999;
  font: 12px/1.5 Verdana;
}

#GLOBALWRAPPER,
#WRAPPER {
  margin: 0 auto;
}

#GLOBALWRAPPER {
  overflow: hidden;
  margin-bottom: 7px;
}

.red {
  color: red;
}

@-webkit-keyframes cloud-run {
  0% {
    opacity: 1;
    left: -5%;
  }
  90% {
    opacity: 1;
    left: 100%;
  }
  100% {
    opacity: 0;
    left: 115%;
  }
}
@keyframes cloud-run {
  0% {
    opacity: 1;
    left: -5%;
  }
  90% {
    opacity: 1;
    left: 100%;
  }
  100% {
    opacity: 0;
    left: 115%;
  }
}
@-webkit-keyframes car-run {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes car-run {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.car-runrun {
  -webkit-animation: car-run 0.95s 0.75s 1;
  animation: car-run 0.95s 0.75s 1;
}

@-webkit-keyframes cyc-run {
  0% {
    opacity: 0;
    transform: translateX(100vw) rotate(0deg);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(5400deg);
  }
}
@keyframes cyc-run {
  0% {
    opacity: 0;
    transform: translateX(100vw) rotate(0deg);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(5400deg);
  }
}
.cyc-rotate {
  -webkit-animation: cyc-run 0.95s 0.75s 1;
  animation: cyc-run 0.95s 0.75s 1;
}

@-webkit-keyframes month-run {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  75% {
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes month-run {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  75% {
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
.month-run {
  -webkit-animation: month-run 0.35s 0s 1;
  animation: month-run 0.35s 0s 1;
}

@-webkit-keyframes arrow-run {
  100% {
    transform: translateX(5px);
  }
}
@keyframes arrow-run {
  100% {
    transform: translateX(5px);
  }
}
@-webkit-keyframes box-animation01 {
  0% {
    transform: scale(0.45) rotateX(-25deg) rotateY(-90deg) translateX(0px) translateY(-100vw);
  }
  100% {
    transform: scale(0.45) rotateX(0deg) rotateY(0deg) translateX(0) translateY(0);
  }
}
@keyframes box-animation01 {
  0% {
    transform: scale(0.45) rotateX(-25deg) rotateY(-90deg) translateX(0px) translateY(-100vw);
  }
  100% {
    transform: scale(0.45) rotateX(0deg) rotateY(0deg) translateX(0) translateY(0);
  }
}
.box-animation01 {
  visibility: visible !important;
  -webkit-animation: box-animation01 0.4s 0s 1;
  animation: box-animation01 0.4s 0s 1;
}

@-webkit-keyframes box-animation02 {
  0% {
    transform: scale(0.45) rotateX(-20deg) rotateY(70deg) translateX(0px) translateY(-100vw);
  }
  100% {
    transform: scale(0.3) rotateX(0deg) rotateY(0deg) translateX(0) translateY(0);
  }
}
@keyframes box-animation02 {
  0% {
    transform: scale(0.45) rotateX(-20deg) rotateY(70deg) translateX(0px) translateY(-100vw);
  }
  100% {
    transform: scale(0.3) rotateX(0deg) rotateY(0deg) translateX(0) translateY(0);
  }
}
.box-animation02 {
  visibility: visible !important;
  -webkit-animation: box-animation02 0.3s 0s 1;
  animation: box-animation02 0.3s 0s 1;
}

@-webkit-keyframes box-animation03 {
  0% {
    transform: scale(0.35) rotateX(-40deg) rotateY(55deg) translateX(0px) translateY(-100vw);
  }
  100% {
    transform: scale(0.35) rotateX(0deg) rotateY(0deg) translateX(0) translateY(0);
  }
}
@keyframes box-animation03 {
  0% {
    transform: scale(0.35) rotateX(-40deg) rotateY(55deg) translateX(0px) translateY(-100vw);
  }
  100% {
    transform: scale(0.35) rotateX(0deg) rotateY(0deg) translateX(0) translateY(0);
  }
}
.box-animation03 {
  visibility: visible !important;
  -webkit-animation: box-animation03 0.25s 0s 1;
  animation: box-animation03 0.25s 0s 1;
}

@media only screen and (min-width: 768px) {
  .institution .col-md-3 {
    flex: 0 0 calc(25% - 4px) !important;
    max-width: calc(25% - 4px) !important;
  }
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.pc-on {
  display: block;
}

.mobile-on {
  display: none !important;
}

.header {
  z-index: 10;
}

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section {
  position: relative;
}

.section .content {
  position: relative;
  width: 1140px;
  max-width: 97%;
  margin: 0 auto;
}

.no-br {
  display: none;
}

/* 版頭 */
.kv {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-image: url("../img/kv/kvBg.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.kv > p {
  background-color: rgba(13, 46, 111, 0.7);
  bottom: 0;
  z-index: 20;
  color: #fff;
  padding: 0.4rem 0;
  letter-spacing: 2px;
}

.kv .kv-main {
  height: 100%;
  width: 1552px;
  position: relative;
}

.kv-main > span {
  bottom: 8.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.2;
}

[class*=kv_item] {
  height: auto;
}

.kv_item_planet {
  top: -11%;
  left: 16%;
}

.kv_item_ball {
  right: 10%;
  top: 8%;
  -webkit-animation: float 1s alternate infinite ease-in-out;
          animation: float 1s alternate infinite ease-in-out;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.kv_item_boxman {
  right: 17%;
  top: 1%;
  -webkit-animation: float 1.5s alternate infinite ease-in-out;
          animation: float 1.5s alternate infinite ease-in-out;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.kv_item_earth {
  left: -5%;
  top: 39%;
}

.kv_item_rocket {
  left: 7%;
  top: 3%;
  -webkit-animation: float 1s alternate infinite ease-in-out;
          animation: float 1s alternate infinite ease-in-out;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.kv_item_screenC {
  bottom: 38.5%;
  left: 40%;
  z-index: 10;
  -webkit-animation: screenFlash 1.5s alternate infinite ease-in-out;
          animation: screenFlash 1.5s alternate infinite ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.kv_item_screenL {
  bottom: 22.5%;
  left: 14.8%;
  z-index: 10;
  transform: rotate(-11deg);
  -webkit-animation: screenFlash 1.5s alternate infinite ease-in-out;
          animation: screenFlash 1.5s alternate infinite ease-in-out;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.kv_item_screenR {
  bottom: 22.5%;
  right: 14.8%;
  z-index: 10;
  transform: rotate(11deg);
  -webkit-animation: screenFlash 1.5s alternate infinite ease-in-out;
          animation: screenFlash 1.5s alternate infinite ease-in-out;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.kv_item_date {
  bottom: 34%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 991px) {
  .kv {
    background-size: cover;
    height: auto;
    background-image: url("../img/kv/kvBg_m.jpg");
  }
  .kv .kv-main {
    width: 100%;
  }
  .kv-main > span {
    font-size: 3.75vw;
  }
  .kv > p {
    padding: 0.35rem 0;
    font-size: 2vw;
  }
  .kv_item_planet {
    top: 0;
    left: 3%;
    width: 95vw;
  }
  .kv_item_ball {
    width: 11%;
    right: 2%;
    top: 20%;
  }
  .kv_item_boxman {
    width: 22%;
    right: 18%;
    top: 3%;
  }
  .kv_item_earth {
    width: 10.5%;
    left: -0.5%;
    top: 30%;
  }
  .kv_item_rocket {
    width: 26vw;
    left: 16%;
    top: 6%;
  }
  .kv_item_screenC {
    width: 32%;
    left: 34%;
    bottom: 39%;
  }
  .kv_item_screenL {
    width: 23.5vw;
    bottom: 31.25%;
    left: 3.3%;
  }
  .kv_item_screenR {
    width: 23.5vw;
    bottom: 31.35%;
    right: 3%;
  }
  .kv_item_date {
    width: 12vw;
    bottom: 35.5%;
  }
}
@-webkit-keyframes float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes screenFlash {
  0% {
    filter: brightness(1.1);
  }
  10% {
    filter: brightness(1);
  }
  20% {
    filter: brightness(1.25);
  }
  30% {
    filter: brightness(0.9);
  }
}
@keyframes screenFlash {
  0% {
    filter: brightness(1.1);
  }
  10% {
    filter: brightness(1);
  }
  20% {
    filter: brightness(1.25);
  }
  30% {
    filter: brightness(0.9);
  }
}
/* 版頭 END */
.note[data-toggle] {
  display: table;
  margin: 35px auto;
  padding: 0px 55px;
  border: 4.5px solid #e5e5e5;
  background: #fe3e48;
  border-radius: 35px;
  cursor: pointer;
  position: relative;
}

.note[data-toggle] p {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  padding-right: 20px;
  letter-spacing: 0.5px;
}

.note[data-toggle] img {
  position: absolute;
  top: 31%;
  right: 12%;
  -webkit-animation: none;
  animation: none;
}

.note[data-toggle]:hover img {
  animation-direction: alternate-reverse;
  -webkit-animation: arrow-run 0.5s 0s infinite;
  animation: arrow-run 0.5s 0s infinite;
}

.twpay {
  margin: 60px 0;
}

.twpay figure {
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(89, 89, 89, 0.5);
}

.twpay figure .logo {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  width: 28%;
}

.twpay figure .logo .pic {
  margin-bottom: 30px;
}

.twpay figure .logo a {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 2.5px 40px;
  border-radius: 35px;
  border: 2px solid #595959;
  text-align: center;
  cursor: pointer;
}

.twpay figure .logo a p {
  font-size: 20px;
  letter-spacing: 4.5px;
  color: #595959;
}

.twpay figure .logo a img {
  position: absolute;
  top: 22%;
  right: 12%;
  -webkit-animation: none;
  animation: none;
}

.twpay figure .logo:hover a img {
  animation-direction: alternate-reverse;
  -webkit-animation: arrow-run 0.5s 0s infinite;
  animation: arrow-run 0.5s 0s infinite;
}

.twpay figure figcaption {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  padding-top: 5px;
}

.twpay figure figcaption h1 {
  color: #007cc5;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 25px;
}

.twpay figure figcaption p {
  color: #007cc5;
  font-size: 27px;
  margin-bottom: 30px;
}

.twpay figure figcaption .pics img {
  display: inline-block;
  margin-right: 45px;
}

.twpay figure figcaption .pics img:nth-last-child(1) {
  margin-right: 0;
}

.twpay .institution {
  margin-top: 25px;
}

.twpay .institution .mobile-bank {
  width: 100%;
  background-color: #e5f5fd;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.twpay .institution .mobile-bank p {
  font-size: 30px;
  color: #007cc5;
  font-weight: 500;
}

.twpay .institution .convention {
  padding-left: 20px;
  margin-bottom: 20px;
}

.twpay .institution .convention img {
  display: inline-block;
  vertical-align: middle;
}

.twpay .institution .convention h1 {
  display: inline-block;
  vertical-align: middle;
  color: #007cc5;
  font-size: 40px;
  font-weight: 500;
}

.twpay .institution .device {
  color: #007cc5;
  background-color: #e5f5fd;
  display: table;
  padding: 5px 25px;
  margin-bottom: 5px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 400;
}

.twpay .institution .row {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 50px;
}

.twpay .institution .row.mb_0 {
  margin-bottom: 0;
}

.twpay .institution .row.mb25 {
  margin-bottom: 25px;
}

.twpay .institution .row .col-6 {
  border: 1px solid rgba(89, 89, 89, 0.5);
  margin: 2px;
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  padding: 2.5px;
}

.twpay .institution .note {
  display: table;
  text-align: center;
  width: 65%;
  margin: 35px auto 0;
  padding: 8px;
  border: 4.5px solid #e5e5e5;
  background: #009bec;
  border-radius: 35px;
  cursor: pointer;
}

.twpay .institution .note p {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  padding-right: 20px;
  letter-spacing: 1.5px;
}

.twpay .institution .note img {
  display: inline-block;
  vertical-align: -12px;
  -webkit-animation: none;
  animation: none;
}

.twpay .institution .note:hover img {
  animation-direction: alternate-reverse;
  -webkit-animation: arrow-run 0.5s 0s infinite;
  animation: arrow-run 0.5s 0s infinite;
}

.twpay .app-modal {
  position: relative;
  z-index: 5;
  margin: 0 auto 50px;
  text-align: center;
  background-image: url("../img/icons/more.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0 20px;
  cursor: pointer;
}

.twpay .app-modal p {
  display: inline-block;
  vertical-align: middle;
  color: #585858;
  font-size: 20px;
  font-weight: 400;
  padding-right: 10px;
}

.twpay .app-modal img {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s linear;
}

.twpay .app-modal img.active {
  transform: rotate(180deg);
}

.cost-slider {
  padding: 35px 0;
  text-align: center;
  background-color: #00a0e9;
}

.cost-slider h1 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.75px;
  font-weight: 500;
  margin-bottom: 25px;
}

.cost-slider figure {
  position: relative;
  margin-bottom: 50px;
}

.cost-slider figure > p {
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto -26px;
  font-size: 28px;
  padding: 2.5px 85px;
  color: #fff;
  background-color: #0c68c3;
  border: 2.5px solid #e5e5e5;
  border-radius: 35px;
  letter-spacing: 5px;
}

.cost-slider figure figcaption {
  position: relative;
  z-index: 1;
  border: 2.5px dashed #fff;
  border-radius: 20px;
}

.cost-slider figure figcaption .swiper-container {
  border-radius: 20px;
  background-color: #fff;
  margin: 5px;
}

.cost-slider figure figcaption .swiper-container .swiper-slide {
  padding: 75px 15px 30px;
}

.cost-slider figure figcaption .swiper-container .procedure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.cost-slider figure figcaption .swiper-container .procedure .point {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00a0e9;
}

.cost-slider figure figcaption .swiper-container .procedure .point h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 25px;
  transform: translateX(-50%) translateY(-50%);
}

.cost-slider figure figcaption .swiper-container .procedure p {
  font-size: 20px;
  text-align: left;
  color: #00a0e9;
  padding-left: 10px;
  line-height: 1.25;
}

.cost-slider figure figcaption .swiper-button-prev,
.cost-slider figure figcaption .swiper-button-next {
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
}

.cost-slider figure figcaption .swiper-button-prev::after,
.cost-slider figure figcaption .swiper-button-next::after {
  display: none;
}

.cost-slider figure figcaption .swiper-button-prev {
  left: -90px;
}

.cost-slider figure figcaption .swiper-button-next {
  right: -90px;
}

.modal-header {
  justify-content: center;
}

.modal-dialog {
  max-width: 775px;
}

.modal-open .modal {
  padding-right: 0 !important;
}

#pay-note ol {
  list-style: decimal;
  margin-bottom: 25px;
}

#pay-note ol li {
  margin-left: 25px;
  margin-bottom: 2.5px;
}

#pay-note ol li span {
  color: red;
}

#pay-note p {
  text-align: right;
  font-weight: 600;
  font-size: 15px;
}

#pay-precautions ol {
  list-style: decimal;
  margin-bottom: 25px;
}

#pay-precautions ol > li {
  margin-left: 25px;
  margin-bottom: 3.5px;
  line-height: 1.5;
}

#pay-precautions ol > li > ul {
  list-style: upper-roman;
}

#pay-precautions ol > li > ul li {
  margin-left: 25px;
}

#pay-precautions ol > li > ul li > ol {
  list-style: disc;
  margin-bottom: 0px;
}

#pay-precautions ol > li > ul li > ol li {
  margin-left: 20px;
}

#pay-precautions .table {
  margin-top: 1rem;
}

#pay-precautions h1 {
  font-size: 20px;
  font-weight: 500;
  margin-left: 25px;
  margin-bottom: 2.5px;
}

@media only screen and (max-width: 1366px) {
  .cost-slider figure {
    width: 90%;
    margin: 0 auto 50px;
  }
  .cost-slider figure figcaption .swiper-button-prev,
.cost-slider figure figcaption .swiper-button-next {
    width: 5%;
  }
  .cost-slider figure figcaption .swiper-button-prev img,
.cost-slider figure figcaption .swiper-button-next img {
    width: 100%;
  }
  .cost-slider figure figcaption .swiper-button-prev {
    left: -6.5%;
  }
  .cost-slider figure figcaption .swiper-button-next {
    right: -6.5%;
  }
}
@media only screen and (max-width: 1280px) {
  .twpay figure .logo {
    width: 30%;
    padding-left: 0;
  }
  .twpay figure .logo .pic {
    width: 85%;
    display: block;
    margin: 0 auto 30px;
  }
  .twpay figure figcaption {
    width: 69%;
  }
  .twpay figure figcaption h1 {
    font-size: 35px;
  }
  .twpay figure figcaption p {
    font-size: 22px;
  }
  .twpay figure figcaption .pics img {
    width: calc(25% - 30px);
    margin-right: 30px;
  }
  .twpay .institution .note {
    width: auto;
    padding: 8px 50px;
  }
  .cost-slider figure figcaption .swiper-container .procedure p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .pc-1024-on {
    display: none !important;
  }
  .mobile-1024-on {
    display: block !important;
  }
  .twpay .institution .convention h1 {
    font-size: 32px;
  }
  .twpay figure .logo {
    width: 38vw;
  }
  .twpay figure figcaption {
    width: 55vw;
  }
  .twpay figure figcaption p {
    font-size: 2.85vw;
  }
  .twpay figure figcaption h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .cyc-rotate {
    -webkit-animation-name: none;
    animation-name: none;
  }
  #pc-twpay-modal .mb_50,
#pc-twpay-modal .mb25,
#mobile-twpay-modal .mb_50,
#mobile-twpay-modal .mb25,
#twpay-modal .mb_50,
#twpay-modal .mb25 {
    display: none;
  }
  #pc-twpay-modal.active .row.mb_0,
#mobile-twpay-modal.active .row.mb_0,
#twpay-modal.active .row.mb_0 {
    margin-bottom: 0;
  }
  #pc-twpay-modal.active .row.mb_50,
#pc-twpay-modal.active .row.mb25,
#mobile-twpay-modal.active .row.mb_50,
#mobile-twpay-modal.active .row.mb25,
#twpay-modal.active .row.mb_50,
#twpay-modal.active .row.mb25 {
    display: flex;
  }
  .pc-on {
    display: none !important;
  }
  .mobile-on {
    display: block !important;
  }
  .twpay figure figcaption p {
    font-size: 2.65vw;
  }
  .twpay figure figcaption .pics img {
    width: calc(25% - 15px);
    margin-right: 15px;
  }
  .twpay .institution .device {
    font-size: 20px;
  }
  .twpay .institution .row {
    margin-bottom: 0px;
  }
  .twpay .institution .row.mb_0 {
    margin-bottom: -45px;
  }
  .twpay .institution .row.mb_50 {
    margin-bottom: -45px;
  }
  .twpay .institution .row.mb25 {
    margin-bottom: -45px;
  }
  .twpay .institution .note {
    padding: 8px 35px;
  }
  .twpay .institution .note p {
    font-size: 25px;
  }
  .twpay .institution .mobile-bank p {
    font-size: 25px;
    line-height: 1.5;
  }
  .twpay .institution .convention h1 {
    font-size: 25px;
  }
  .cost-slider h1 {
    font-size: 30px;
  }
  .cost-slider figure {
    width: 100%;
  }
  .cost-slider figure figcaption .swiper-container {
    margin: 7.5px;
  }
  .cost-slider figure figcaption .swiper-button-prev,
.cost-slider figure figcaption .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.6);
    height: 45%;
    width: 15%;
    text-align: center;
  }
  .cost-slider figure figcaption .swiper-button-prev img,
.cost-slider figure figcaption .swiper-button-next img {
    width: 65%;
  }
  .cost-slider figure figcaption .swiper-button-prev {
    left: -1.5%;
  }
  .cost-slider figure figcaption .swiper-button-next {
    right: -1.5%;
  }
  .modal-body .col-6 {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media only screen and (max-width: 620px) {
  .twpay {
    margin: 30px 0;
  }
  .twpay figure {
    padding-bottom: 25px;
  }
  .twpay figure .logo {
    display: block;
    width: 75%;
    margin: 0 auto 25px;
  }
  .twpay figure .logo .pic {
    width: 75%;
    margin: 0 auto 25px;
  }
  .twpay figure .logo a {
    padding: 4.5px 40px;
  }
  .twpay figure .logo a img {
    top: 25%;
  }
  .twpay figure figcaption {
    display: block;
    width: 100%;
  }
  .twpay figure figcaption p {
    font-size: 20px;
  }
  .twpay figure figcaption .pics img {
    width: calc(25% - 10px);
    margin-right: 9px;
  }
  .twpay .institution .device {
    font-size: 18px;
  }
  .twpay .institution .mobile-bank p {
    font-size: 20px;
  }
  .twpay .institution .note {
    padding: 8px 25px;
    margin: -25px auto 0;
  }
  .twpay .institution .note p {
    font-size: 20px;
    padding-right: 10px;
  }
  .twpay .institution .convention h1 {
    font-size: 21px;
  }
  .cost-slider h1 {
    font-size: 25px;
  }
  .cost-slider figure > p {
    margin: 0 auto -25px;
    font-size: 22px;
    padding: 2.5px 50px;
  }
  .cost-slider figure figcaption .swiper-container .procedure p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .twpay figure .logo a p {
    font-size: 18px;
  }
  .twpay figure .logo a img {
    top: 23%;
  }
  .twpay figure figcaption .pics {
    text-align: center;
  }
  .twpay figure figcaption .pics img {
    width: 48.5%;
    padding: 5px;
    margin-right: 0;
  }
  .twpay .app-modal {
    margin: 0 auto 35px;
    background-size: 100% 110%;
  }
  .twpay .institution .mobile-bank {
    padding: 20px;
  }
  .twpay .institution .mobile-bank p {
    font-size: 18px;
  }
  .twpay .institution .convention {
    padding-left: 0;
  }
  .twpay .institution .convention img {
    display: none;
  }
  .twpay .institution .convention h1 {
    font-size: 20px;
  }
  .twpay .institution .note {
    margin: 0 auto;
    padding: 7.5px 25px;
  }
  .twpay .institution .note img {
    display: none;
  }
  .twpay .institution .note br {
    display: block;
  }
}
.text-break {
  word-break: break-all;
}

.mainBn {
  border-radius: 1.5rem;
  width: 80%;
  align-items: baseline;
  overflow: hidden;
  transition: all 0.3s;
}

.mainBn:hover {
  transform: scale(0.96) translateZ(0);
}

@media (max-width: 1280px) {
  .mainBn {
    width: 90%;
  }
}
.mainBn img {
  height: auto;
}

/*# sourceMappingURL=layout.css.map */
ol li {
  letter-spacing: 2px;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-ripple-multiple,
.la-ball-scale-ripple-multiple > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-scale-ripple-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-scale-ripple-multiple.la-dark {
  color: #333;
}

.la-ball-scale-ripple-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-scale-ripple-multiple {
  width: 32px;
  height: 32px;
}

.la-ball-scale-ripple-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

.la-ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.la-ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.la-ball-scale-ripple-multiple.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-scale-ripple-multiple.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-ball-scale-ripple-multiple.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-scale-ripple-multiple.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}

.la-ball-scale-ripple-multiple.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-scale-ripple-multiple.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
.wrapLoad {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #EC5298;
}
.wrapLoad .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_size {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .dk {
    display: none !important;
  }
}

.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .mb {
    display: block;
  }
}

.main_dk {
  width: 100%;
  background-image: url(../img/kv/11/main_202511.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_dk {
    background-image: url(../img/kv/01/main_202511.jpg);
    background-size: 100% 100%;
  }
}
.main_dk .main_alert {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  display: none;
}
.main_dk .main_alert p {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 4px solid #FFF;
  border-radius: 128px;
  padding: 16px 32px;
  text-shadow: 1px 1px 2px #000;
}
@media screen and (max-width: 1020px) {
  .main_dk .main_alert p {
    font-size: 24px;
  }
}
@media screen and (max-width: 630px) {
  .main_dk .main_alert p {
    border: 3px solid #FFF;
    padding: 14px 28px;
  }
}
@media screen and (max-width: 414px) {
  .main_dk .main_alert p {
    font-size: 5.7971014493vw;
  }
}
.main_dk .main_alert[data-alert=on] {
  display: flex;
}
@media screen and (max-width: 767px) {
  .main_dk .main_title {
    width: 95%;
    transform: translateX(8vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .main_dk .main_title {
    width: 95%;
    transform: translateX(8vw) !important;
  }
}
.main_dk .main_content {
  position: absolute !important;
  left: 0 !important;
  top: 12% !important;
}
@media screen and (max-width: 767px) {
  .main_dk .main_content {
    left: 19% !important;
    width: 37% !important;
  }
}
.main_dk .main_pag {
  position: absolute !important;
  bottom: 12% !important;
  left: 0 !important;
  width: 40%;
  top: unset !important;
}
@media screen and (max-width: 767px) {
  .main_dk .main_pag {
    bottom: 12% !important;
    left: 11% !important;
    width: 37% !important;
    z-index: 6;
  }
}
.main_dk .main_pay {
  position: absolute !important;
  left: -22% !important;
  top: 13% !important;
}
@media screen and (max-width: 767px) {
  .main_dk .main_pay {
    left: 1% !important;
    top: 7% !important;
    width: 20% !important;
  }
}
.main_dk .house {
  position: absolute !important;
  left: -31% !important;
  top: 10% !important;
}
.main_dk .mask {
  position: absolute !important;
  left: -39% !important;
  top: 30% !important;
}
.main_dk .big_Bbox {
  position: absolute !important;
  left: -41% !important;
  top: 52% !important;
  z-index: 1 !important;
}
.main_dk .big_Sbox {
  position: absolute !important;
  left: -23% !important;
  top: 66% !important;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main_dk .big_Sbox {
    left: 1% !important;
    width: 20% !important;
    z-index: 2;
  }
}
.main_dk .derr {
  position: absolute !important;
  left: -17% !important;
  top: 42% !important;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .main_dk .derr {
    left: 1% !important;
    width: 13% !important;
    top: 46% !important;
  }
}
.main_dk .tissue_blue {
  position: absolute !important;
  left: -31% !important;
  top: 50% !important;
  z-index: 3;
}
.main_dk .tissue {
  position: absolute !important;
  left: -37% !important;
  top: 78% !important;
  z-index: 3;
}
.main_dk .Alcohol {
  position: absolute !important;
  left: unset !important;
  right: -7% !important;
  top: 5% !important;
}
.main_dk .Alcohol_box {
  position: absolute !important;
  left: unset !important;
  right: -28% !important;
  top: 10% !important;
}
.main_dk .rightBox {
  position: absolute !important;
  left: unset !important;
  right: -40% !important;
  top: 27% !important;
}
.main_dk .boxman {
  position: absolute !important;
  left: unset !important;
  right: -34% !important;
  top: 64% !important;
}
@media screen and (max-width: 767px) {
  .main_dk .boxman {
    right: unset !important;
    left: 6% !important;
    top: 70% !important;
    width: 20%;
    z-index: 3;
  }
}
.main_dk .noodle {
  position: absolute !important;
  left: unset !important;
  right: -26% !important;
  top: 58% !important;
}
@media screen and (max-width: 767px) {
  .main_dk .noodle {
    right: unset !important;
    left: 0% !important;
    top: 81% !important;
    width: 6%;
    z-index: 5;
  }
}