﻿@charset "UTF-8";
/* ==========================================================================
* header
 ==========================================================================*/
#header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.45s ease-out;
  transition: -webkit-transform 0.45s ease-out;
  -o-transition: transform 0.45s ease-out;
  transition: transform 0.45s ease-out;
  transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
}

#header.nav-up {
  -webkit-transform: translateY(-135px);
  -ms-transform: translateY(-135px);
  transform: translateY(-135px);
}

.header-topWrapper {
  background-image: url(img/headerBG.png);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  height: 135px;
  z-index: 2;
}

.header-topWrapper h1 {
  position: absolute;
  top: -70px;
  left: -320px;
  
  display: block;
  z-index: 3;
}

.header-topWrapper h1 img {
  width: 68%;
  height: auto;
}

.header-topWrapper h1 a {
  -webkit-filter: drop-shadow(2px 0 6px transparent);
  filter: drop-shadow(2px 0 6px transparent);
  display: block;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

.header-topWrapper h1:hover a {
  -webkit-filter: drop-shadow(0px 0 4px black);
  filter: drop-shadow(0px 0 4px black);
}

.header-nav {
  width: 100%;
  padding-top: 27px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.header-nav ul {
  width: auto;
  display: inline-block;
  text-align: center;
}

.header-nav li {
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 44px;
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-nav li a {
  display: block;
}

.header-nav li a img {
  display: block;
  position: relative;
  opacity: 0.5;
  -webkit-filter: drop-shadow(2px 0px 4px black);
  filter: drop-shadow(2px 0px 4px black);
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-nav li a:after {
  content: "";
  background-image: url(img/menu_light.png);
  background-repeat: no-repeat;
  width: 103px;
  height: 77px;
  display: block;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-nav li:hover, .header-nav li.is-active {
  opacity: 1;
}

.header-nav li:hover a img, .header-nav li.is-active a img {
  opacity: 1;
}

.header-nav li:hover a:after, .header-nav li.is-active a:after {
  opacity: 1;
}

.header-tools {
  width: 210px;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 3;
}

.header-tools a {
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header-tools a:hover {
  -webkit-filter: drop-shadow(0 0 8px black);
  filter: drop-shadow(0 0 8px black);
}

.header-bottomWrapper {
  background-color: rgba(39, 35, 33, 0.9);
  border-bottom: 1px solid #493f30;
  text-align: center;
  height: auto;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  z-index: 1;
  top: -20px;
  padding-top: 15px;
  padding-bottom: 5px;
  position: relative;
  display: none;
  padding-top: 10px;
}

ul.header-bottom-nav {
  padding-top: 20px;
  padding-bottom: 15px;
}

ul.header-bottom-nav > li {
  width: 109px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-bottom: 0;
}

ul.header-bottom-nav > li li {
  float: none;
  margin-bottom: 13px;
  padding: 0;
}

ul.header-bottom-nav > li li a {
  font-size: 16px;
  font-weight: bold;
  color: #a3a3a3;
  white-space: nowrap;
}

ul.header-bottom-nav > li li a:hover {
  color: #ffae00;
}

ul.header-bottom-nav > li li a:after {
  display: none;
}

/* ==========================================================================
* footer
 ==========================================================================*/
#footer {
  min-width: 320px;
  padding: 13px 0 23px 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
  color: #737373;
  font-size: 12px;
  line-height: 16px;
}

#footer .block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#footer .logos {
  width: 32%;
  padding-top: 10px;
}

#footer .logos .wanin, #footer .logos .molo, #footer .logos .ubifun {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2%;
  background-size: contain !important;
}

#footer .logos .wanin {
  width: 128px;
  height: 43px;
  background: url("img/20250616.gif") center no-repeat;/**wanin.gif**/
}

#footer .logos .molo {
  width: 114px;
  height: 83px;
  margin-bottom: 5px;
  background: url("img/molo.png") center no-repeat;
}

#footer .logos .ubifun {
  width: 116px;
  height: 67px;
  margin-right: 0 !important;
  margin-bottom: 5px;
  background: url("img/ubifun.png?123") center no-repeat;
}

#footer .copyright {
  width: 32%;
  padding-top: 10px;
}

#footer .copyright div {
  width: 350px;
  height: 12px;
  margin-bottom: 8px;
  background: center left no-repeat;
  background-size: contain;
}

#footer .copyright div.wanin {
  background-image: url("img/copyright.png?123");
}

#footer .copyright div.ubifun {
  background-image: url("img/copyright2.png");
}

#footer .copyright div:last-of-type {
  margin-bottom: 0 !important;
}

#footer .level {
  width: 447px;
  height: 54px;
  margin-top: 5px;
  background: url("img/level_new.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 480px) {
  #footer.has-rwd {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .container {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  #footer.has-rwd .container {
    max-width: 460px;
  }
}

@media (max-width: 480px) {
  #footer.has-rwd .container {
    max-width: none;
    padding: 0 0 12.4vw 0;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .block {
    display: block;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .logos {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .logos .wanin, #footer.has-rwd .logos .molo, #footer.has-rwd .logos .ubifun {
    margin-right: 13px;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .logos .wanin {
    width: 160px;
    height: 54px;
  }
}

@media (max-width: 480px) {
  #footer.has-rwd .logos .wanin {
    width: 122px;
    height: 41px;
  }
}

@media (max-width: 360px) {
  #footer.has-rwd .logos .wanin {
    width: 106px;
    height: 35px;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .logos .molo {
    width: 104px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  #footer.has-rwd .logos .molo {
    width: 79px;
    height: 21px;
  }
}

@media (max-width: 360px) {
  #footer.has-rwd .logos .molo {
    width: 68px;
    height: 18px;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .logos .ubifun {
    width: 117px;
    height: 33px;
  }
}

@media (max-width: 767px) {
  #footer.has-rwd .logos .ubifun {
    width: 89px;
    height: 25px;
  }
}

@media (max-width: 360px) {
  #footer.has-rwd .logos .ubifun {
    width: 77px;
    height: 21px;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .copyright {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  #footer.has-rwd .copyright {
    margin: 15px 0 10px 0;
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .copyright div {
    margin: 8px auto;
  }
}

@media (max-width: 480px) {
  #footer.has-rwd .copyright div {
    width: 100%;
    background-position: center center;
  }
}

@media (max-width: 1199px) {
  #footer.has-rwd .level {
    margin: 15px auto 0 auto;
  }
}

@media (max-width: 480px) {
  #footer.has-rwd .level {
    width: 100%;
    height: 12.4vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.text-blue {
  color: #49b6f9 !important;
}

.text-red {
  color: #de3c3c !important;
}

.text-yellow {
  color: #f39700 !important;
}

.text-brown {
  color: #7f5913 !important;
}

.text-blueLight {
  color: #00a0e9 !important;
}

.text-green {
  color: #14a900 !important;
}

.text-purple {
  color: #8a00ff !important;
}

body {
  background-color: #e1ecce;
  overflow-x: auto;
}

.main {
  margin: auto;
}

.main.c-fixWidth {
  width: 1046px;
  min-width: 1046px;
}

/* ==========================================================================
    defualt
 ==========================================================================*/
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100.1%;
}

body {
  overflow-x: auto;
  font-family: 'Noto Sans TC', Microsoft JhengHei, "???????????????", Verdana;
  background-color: #939393;/*#e1ecce;*/
  color: #636363;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}

.font-sans {
  font-family: 'Noto Sans TC',  Heiti TC, sans-serif;
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 360px) {
  .container {
    padding: 0 15px;
  }
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clear {
  clear: both;
  width: 100%;
}

.wpa {
  min-height: 90vh;
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.block {
  display: block;
}

button, input, select, textarea {
  font-size: 16px;
  font-family: "Noto Sans TC", Heiti TC, Microsoft JhengHei, "???????????????", Verdana;
}

button, input[type="button"] {
  cursor: pointer;
}

textarea {
  height: auto !important;
  resize: none;
}

.row {
  width: 100%;
  clear: both;
  position: relative;
}

.fr {
  float: right;
}



/* page scroll animation */
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.fade-in.show {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fade-down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-down.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-left.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fade-right {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-right.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fade-zoom {
  opacity: 0 !important;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-zoom.show {
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.fade-rotate {
  opacity: 0 !important;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  -o-transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-rotate.show {
  opacity: 1 !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* public */
::-moz-selection {
  color: #fff;
  background: #49b6f9;
}
::selection {
  color: #fff;
  background: #49b6f9;
}

::-moz-selection {
  color: #fff;
  background: #49b6f9;
}

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

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

.text-right {
  text-align: right !important;
}

ul, ol {
  -webkit-padding-start: 30px;
  -moz-padding-start: 30px;
  padding-inline-start: 30px;
}

ul.no-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.no-style > li {
  list-style: none !important;
}

ul.no-style > li:before {
  content: normal !important;
}

.square {
  margin: 0;
  padding: 0;
  list-style: none;
}

.square > li {
  padding-left: 20px;
  position: relative;
}

.square > li:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0.3em;
  background-color: #7f5913;
}

.dash {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dash > li {
  padding-left: 10px;
  position: relative;
}

.dash > li:before {
  content: '-';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

ol ol {
  counter-reset: list;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  padding: 0;
}

ol ol li {
  padding-left: 30px;
  position: relative;
  list-style: none;
}

ol ol li:before {
  content: "(" counter(list) ") ";
  counter-increment: list;
  position: absolute;
  left: 0;
  top: 0;
}

ol.roman {
  -webkit-padding-start: 35px !important;
  -moz-padding-start: 35px !important;
  padding-inline-start: 35px !important;
  color: #49b6f9;
}

ol.roman > li {
  list-style: upper-roman;
}

ol.roman > li .text {
  color: #888;
}

.abc {
  counter-reset: list;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  padding: 0;
}

.abc li {
  padding-left: 30px;
  position: relative;
  list-style: none;
}

.abc li:before {
  content: "(" counter(list, upper-alpha) ") ";
  counter-increment: list;
  position: absolute;
  left: 0;
  top: 0;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.scrollbar {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*.table {
    width: 100%;
    border-collapse: collapse;
}*/
.tab-content {
  display: none;
}

.tab-content:first-of-type {
  display: block;
}

/*IE 10 */
label.radio, label.checkbox {
  display: table;
  cursor: pointer;
}

label.radio.inline, label.checkbox.inline {
  display: inline-block;
}

label input {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 767px) {
  label input {
    margin-right: 10px;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}

@media (max-width: 600px) {
  label input {
    margin-right: 5px !important;
    margin-left: 5px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@media (max-width: 480px) {
  label input {
    margin-right: 3px !important;
    margin-left: 3px;
    -webkit-transform: scale(1.2) translateY(1px);
    -ms-transform: scale(1.2) translateY(1px);
    transform: scale(1.2) translateY(1px);
  }
}

.form .form-control {
  height: 46px;
  padding: 0 5px;
  border-radius: 7px;
  border: none;
  color: #000;
  font-size: 18px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .form .form-control {
    font-size: 1.8vw;
  }
}

@media (max-width: 767px) {
  .form .form-control {
    height: 8.8vw;
    font-size: 3vw;
  }
}

::-webkit-input-placeholder {
  color: #9d9d9d;
}

::-moz-placeholder {
  color: #9d9d9d;
}

::-o-placeholder {
  color: #9d9d9d;
}

::-ms-placeholder {
  color: #9d9d9d;
}

::-ms-input-placeholder {
  color: #9d9d9d;
}

.for-desktop {
  display: block;
}

@media (max-width: 767px) {
  .for-desktop {
    display: none;
  }
}

.for-mobile {
  display: none;
}

@media (max-width: 767px) {
  .for-mobile {
    display: block;
  }
}

.fixed-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s;
  transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s;
}

.fixed-box.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.fixed-box .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.fixed-box .block {
  display: table;
  width: 100%;
}

.fixed-box .block .middle {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  padding: 80px 30px;
  position: relative;
}

@media (max-width: 600px) {
  .fixed-box .block .middle {
    padding: 80px 20px;
  }
}

.fixed-box .inner {
  max-width: 860px;
  width: 100%;
  margin: auto;
  padding: 5px;
  position: relative;
  z-index: 2;
  background: #a68967;
  background: -moz-linear-gradient(left, #a68967 0%, #ffdfc2 25%, #a68967 50%, white 75%, #a68967 100%);
  background: -webkit-linear-gradient(left, #a68967 0%, #ffdfc2 25%, #a68967 50%, white 75%, #a68967 100%);
  background: -webkit-gradient(linear, left top, right top, from(#a68967), color-stop(25%, #ffdfc2), color-stop(50%, #a68967), color-stop(75%, white), to(#a68967));
  background: -o-linear-gradient(left, #a68967 0%, #ffdfc2 25%, #a68967 50%, white 75%, #a68967 100%);
  background: linear-gradient(to right, #a68967 0%, #ffdfc2 25%, #a68967 50%, white 75%, #a68967 100%);
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

@media (max-width: 767px) {
  .fixed-box .inner {
    padding: 2px;
  }
}

.fixed-box .inner .content {
  padding: 50px 30px;
  background-color: #273045;
}

@media (max-width: 767px) {
  .fixed-box .inner .content {
    padding: 30px 20px;
  }
}

.fixed-box .inner .content a {
  color: #f2cc49;
  -webkit-transition: text-shadow 0.5s;
  -o-transition: text-shadow 0.5s;
  transition: text-shadow 0.5s;
}

.fixed-box .inner .content a:hover {
  text-shadow: 0 0 5px #f2cc49;
}

.fixed-box .inner .title {
  font-size: 36px;
  line-height: normal;
}

@media (max-width: 767px) {
  .fixed-box .inner .title {
    font-size: 20px;
  }
}

.fixed-box .inner .close-btn {
  width: 65px;
  height: 65px;
  position: absolute;
  right: -5px;
  top: -70px;
  z-index: 3;
  background: url("../../images/X.png?v=2") center no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
}

@media (max-width: 600px) {
  .fixed-box .inner .close-btn {
    width: 35px;
    height: 35px;
    right: 0;
    top: -36px;
  }
}

.fixed-box.video-box .inner {
  max-width: 1200px;
}

.fixed-box.video-box .inner .content {
  padding: 0;
}

.video-rwd {
  width: 100%;
  height: 0;
  margin: auto;
  padding-bottom: 56.2%;
  position: relative;
}

.video-rwd video, .video-rwd iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ==================================================
* fixed ad dialog
 ===================================================*/
.adver-box {
  z-index: 9999;
}

.adver-box .inner .content {
  padding: 0;
}

.adver-box .inner .content a {
  display: block;
}

.adver-box .inner .content img {
  display: block;
}

.main {
  opacity: 0;
}

.main.show {
  -webkit-animation: fadeIn 1s ease-in 1 alternate forwards;
  animation: fadeIn 1s ease-in 1 alternate forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ==============================================================
* animation-delay
 ================================================================*/
.d1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.d2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.d3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.d4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.d5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.d6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.d7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.d8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.d9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.d10 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}
