/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
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;
  vertical-align: baseline;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

table {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

.openMenu .container-menu {
  opacity: 1;
  pointer-events: all;
}
.openMenu header {
  background-color: #000;
}
.openMenu .mb_wrap .search-icon {
  display: none;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  max-height: 149px;
  padding: 0 23px 0 23px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: auto;
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1499px) {
  header {
    padding: 0 25px;
  }
}
@media all and (max-width: 1289px) {
  header {
    padding: 0 25px;
    height: 71px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.is-hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
header .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  background-color: #ABA07D;
  -webkit-mask: url("../images/common/logo.webp") center/contain no-repeat;
          mask: url("../images/common/logo.webp") center/contain no-repeat;
  width: 216px;
  height: auto;
  aspect-ratio: 1/0.25;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width: 1289px) {
  header .logo {
    width: 140px;
  }
}
header .header-top {
  display: contents;
}
@media all and (max-width: 1289px) {
  header .header-top {
    width: 100%;
    height: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .container-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4.6%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media all and (max-width: 1289px) {
  header .container-menu {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 71px);
    top: 71px;
    left: 0;
    padding: 0 25px 30px;
    background-color: #000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden auto;
    margin-left: 0;
  }
}
header .container-menu.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ABA07D;
}
@media all and (max-width: 1289px) {
  header .menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: #EFEDE6;
  }
}
header .menu_list .menu {
  padding: 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media all and (max-width: 1499px) {
  header .menu_list .menu {
    padding: 0 10px;
  }
}
@media all and (max-width: 1289px) {
  header .menu_list .menu {
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 1289px) {
  header .menu_list .menu.has_second_menu > a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 65px;
    width: 10px;
    height: 4px;
    -webkit-mask: url("../images/common/dropdown_arrow.svg") center/contain no-repeat;
            mask: url("../images/common/dropdown_arrow.svg") center/contain no-repeat;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
@media all and (min-width: 992px) {
  header .menu_list .menu.has_second_menu.active .second_menu_list {
    opacity: 1;
    pointer-events: all;
  }
  header .menu_list .menu.has_second_menu.active > a .menu-tw::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media all and (max-width: 991px) {
  header .menu_list .menu.has_second_menu.active > a {
    border-bottom: 1px solid #d6d6d6;
  }
  header .menu_list .menu.has_second_menu.active > a:before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
  header .menu_list .menu.has_second_menu.active .second_menu_list {
    position: revert;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: all;
    opacity: 1;
    width: 100%;
  }
}
header .menu_list .menu.has_second_menu > a .menu-tw {
  position: relative;
  padding-right: 22px;
}
header .menu_list .menu.has_second_menu > a .menu-tw::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 4px;
  -webkit-mask: url("../images/common/dropdown_arrow.svg") center/contain no-repeat;
          mask: url("../images/common/dropdown_arrow.svg") center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media all and (max-width: 1289px) {
  header .menu_list .menu.has_second_menu > a .menu-tw {
    padding-right: 0;
  }
  header .menu_list .menu.has_second_menu > a .menu-tw::before {
    display: none;
  }
}
header .menu_list .menu > a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1289px) {
  header .menu_list .menu > a {
    padding: 18px 5px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
header .menu_list .menu span {
  display: block;
}
@media all and (max-width: 1289px) {
  header .menu_list .menu span {
    text-align: center;
  }
}
header .menu_list .menu .menu-tw {
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 1289px) {
  header .menu_list .menu .menu-tw {
    width: unset;
  }
}
header .menu_list .menu .menu-en {
  color: #ABA07D;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
header .second_menu_list {
  position: absolute;
  top: 100%;
  left: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  header .second_menu_list {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
header .second_menu_list .second_menu {
  width: 100%;
  position: relative;
  background: #fff;
}
@media all and (min-width: 992px) {
  header .second_menu_list .second_menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .second_menu_list .second_menu:hover {
    background: #ABA07D;
  }
  header .second_menu_list .second_menu:hover > a {
    color: #fff;
    background: #ABA07D;
  }
  header .second_menu_list .second_menu:hover .third_menu_list {
    opacity: 1;
    pointer-events: all;
  }
}
@media all and (max-width: 991px) {
  header .second_menu_list .second_menu {
    background: #eaeaea;
    font-size: 16px;
  }
}
header .second_menu_list .second_menu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(to right, #c9c9c9 0, #c9c9c9 2px, transparent 2px, transparent 4px);
}
header .second_menu_list .second_menu > a {
  width: 100%;
  text-align: left;
  padding: 15px 25px;
  display: block;
  color: #635947;
  background-color: #fff;
}
@media all and (max-width: 991px) {
  header .second_menu_list .second_menu > a {
    text-align: center;
    padding: 12px 50px;
    position: relative;
  }
}
header .second_menu_list .second_menu:last-child::after {
  display: none;
}
header .second_menu_list .second_menu.has_third > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .second_menu_list .second_menu.has_third > a:after {
  position: static;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 10px;
  height: 4px;
  -webkit-mask: url(../images/common/dropdown_arrow.svg) center/contain no-repeat;
          mask: url(../images/common/dropdown_arrow.svg) center/contain no-repeat;
  background-color: #635947;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  header .second_menu_list .second_menu.has_third > a:after {
    display: none;
  }
}
header .second_menu_list .second_menu.has_third > a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
  right: 110px;
  width: 10px;
  height: 4px;
  -webkit-mask: url(../images/common/dropdown_arrow.svg) center/contain no-repeat;
          mask: url(../images/common/dropdown_arrow.svg) center/contain no-repeat;
  background-color: #635947;
  opacity: 0;
}
@media all and (max-width: 991px) {
  header .second_menu_list .second_menu.has_third > a:before {
    content: "";
    opacity: 1;
  }
}
@media all and (min-width: 992px) {
  header .second_menu_list .second_menu.has_third:hover .third_menu_list {
    opacity: 1;
    pointer-events: all;
  }
  header .second_menu_list .second_menu.has_third:hover > a::after {
    background-color: #fff;
  }
}
@media all and (max-width: 1289px) {
  header .second_menu_list .second_menu.has_third > a {
    display: block;
  }
}
@media all and (max-width: 991px) {
  header .second_menu_list .second_menu.has_third.active > a {
    background-color: #635947;
    color: #fff;
  }
  header .second_menu_list .second_menu.has_third.active > a:before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
    background-color: #fff;
  }
  header .second_menu_list .second_menu.has_third.active .third_menu_list {
    position: revert;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: all;
    opacity: 1;
  }
}
header .third_menu_list {
  position: absolute;
  top: 0;
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
@media all and (min-width: 992px) {
  header .third_menu_list {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media all and (max-width: 991px) {
  header .third_menu_list {
    width: 100%;
  }
}
header .third_menu_list .third_menu {
  width: 100%;
  position: relative;
  background: #fff;
}
@media all and (min-width: 992px) {
  header .third_menu_list .third_menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .third_menu_list .third_menu:hover {
    background: #ABA07D;
  }
  header .third_menu_list .third_menu:hover > a {
    color: #fff;
  }
}
@media all and (max-width: 991px) {
  header .third_menu_list .third_menu {
    background: #EFEDE6;
  }
  header .third_menu_list .third_menu::before {
    display: none;
  }
}
header .third_menu_list .third_menu > a {
  width: 100%;
  padding: 15px;
  display: block;
  color: #635947;
}
@media all and (max-width: 991px) {
  header .third_menu_list .third_menu > a {
    padding: 12px 50px;
    text-align: center;
  }
}
header .third_menu_list .third_menu.active {
  background-color: #ABA07D;
}
header .third_menu_list .third_menu:last-child::after {
  display: none;
}
header .third_menu_list .third_menu::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #c9c9c9 0, #c9c9c9 2px, transparent 2px, transparent 4px);
}
header .mb_wrap {
  display: none;
}
@media all and (max-width: 1289px) {
  header .mb_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
header .mb_wrap .search-icon {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-mask: url("../images/common/search.svg") center/contain no-repeat;
          mask: url("../images/common/search.svg") center/contain no-repeat;
  background-color: #ABA07D;
}
header .header-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 1289px) {
  header .header-icon-wrap {
    position: absolute;
    top: 71px;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  header .header-icon-wrap.show {
    background-color: rgba(0, 0, 0, 0.8);
    height: 78px;
    padding: 7px 25px 22px;
  }
}
header .header-icon-wrap .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1289px) {
  header .header-icon-wrap .search-bar {
    width: 100%;
  }
}
header .header-icon-wrap .search-bar input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
  letter-spacing: 0;
  width: 100%;
  min-width: 210px;
  height: 44px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  -webkit-text-fill-color: #fff;
  padding: 9px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
  border: 1px solid #fff;
  border-right: 0;
  background-color: transparent;
}
@media all and (max-width: 991px) {
  header .header-icon-wrap .search-bar input[type=text] {
    max-width: 100%;
    height: 35px;
  }
}
header .header-icon-wrap .search-bar input[type=text]::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
header .header-icon-wrap .search-bar input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
header .header-icon-wrap .search-bar input[type=text]:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
header .header-icon-wrap .search-bar input[type=text]::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
header .header-icon-wrap .search-bar input[type=text]::placeholder {
  opacity: 1;
  color: #fff;
}
@media all and (max-width: 991px) {
  header .header-icon-wrap .search-bar input[type=text] {
    height: 50px;
  }
}
header .header-icon-wrap .search-bar .search-btn {
  display: block;
  background-color: #ABA07D;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
header .header-icon-wrap .search-bar .search-btn span {
  display: block;
  width: 22px;
  height: 22px;
  -webkit-mask: url("../images/common/search.svg") center/contain no-repeat;
          mask: url("../images/common/search.svg") center/contain no-repeat;
  background-color: #fff;
}
@media all and (max-width: 991px) {
  header .header-icon-wrap .search-bar .search-btn {
    width: 50px;
    height: 50px;
  }
  header .header-icon-wrap .search-bar .search-btn span {
    width: 25px;
    height: 25px;
  }
}
header .header-icon-wrap .search-bar:hover .search-btn {
  background-color: #635947;
}

footer {
  background-color: #222222;
  position: relative;
}
footer .footer {
  margin: 0 auto;
  max-width: 1654px;
  width: 100%;
  padding: 50px 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media all and (max-width: 1424px) {
  footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 20px;
    gap: 25px;
  }
}
footer .map-wrap {
  position: relative;
  max-width: 428px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.7780373832;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
footer .map-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media all and (max-width: 991px) {
  footer .map-wrap {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
footer .location-wrap {
  position: absolute;
  top: 55.5%;
  left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
footer .location-wrap .icon-wrap {
  background-color: #ABA07D;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.4 ease;
  transition: background-color 0.4 ease;
}
footer .location-wrap .icon-wrap img {
  width: unset;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .location-wrap .location-name {
  white-space: nowrap;
  color: #ABA07D;
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.4 ease;
  transition: color 0.4 ease;
}
footer .location-wrap:hover .icon-wrap {
  background-color: #635947;
}
footer .location-wrap:hover .location-name {
  color: #635947;
}
footer .logo {
  display: block;
  max-width: 260px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.25;
  margin: 30px 0 46px;
}
footer .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 991px) {
  footer .logo {
    max-width: 200px;
    margin: 0 0 14px;
  }
}
footer .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  footer .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
}
footer .info-wrap {
  border-left: 1px solid #635947;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: 30px;
}
@media all and (max-width: 991px) {
  footer .info-wrap {
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
footer .info-wrap .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media all and (max-width: 991px) {
  footer .info-wrap .info-list {
    gap: 3px;
  }
}
footer .info-wrap .info-title {
  font-weight: 700;
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  color: #ABA07D;
  line-height: 1.5;
}
@media all and (max-width: 991px) {
  footer .info-wrap .info-title {
    line-height: 1.2;
  }
}
footer .info-wrap .info-content {
  white-space: nowrap;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
footer .info-wrap .info-content:hover {
  color: #ABA07D;
}
footer .link-block {
  border-left: 1px solid #635947;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
}
@media all and (max-width: 991px) {
  footer .link-block {
    padding-left: 15px;
  }
}
footer .link-block .social-title {
  margin-bottom: 3px;
}
@media all and (max-width: 991px) {
  footer .link-block .social-title {
    margin-bottom: 3px;
  }
}
footer .link-block .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}
@media all and (max-width: 991px) {
  footer .link-block .social-list {
    margin-bottom: 20px;
  }
}
footer .link-block .social-list a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ABA07D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
footer .link-block .social-list a:hover {
  background-color: #635947;
}
footer .link-block .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5em;
  margin-bottom: 25px;
  margin-left: -9px;
}
@media all and (max-width: 991px) {
  footer .link-block .menu-list {
    row-gap: 0.2em;
    margin-bottom: 12px;
  }
}
footer .link-block .menu-list li {
  padding: 0 4px;
  position: relative;
}
footer .link-block .menu-list li::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 1px;
  height: 11px;
  background-color: #635947;
}
footer .link-block .menu-list li a {
  display: block;
  white-space: nowrap;
  padding: 0 5px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
footer .link-block .menu-list li a:hover {
  color: #ABA07D;
}
footer .link-block .menu-list li:last-of-type::before {
  display: none;
}
footer .copyright {
  font-size: 10px;
}
footer .copyright .mak {
  border-bottom: 1px solid #EFEDE6;
}
footer .copyright a {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
footer .copyright:hover a {
  color: #635947;
}

html,
body {
  font-family: "Poppins", "Noto Sans TC", serif;
  position: relative;
  overflow: hidden auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 auto;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  color: #343434;
  scroll-behavior: auto;
}
html.loading,
body.loading {
  opacity: 1;
  visibility: visible;
}
html .asj,
body .asj {
  opacity: 0;
}
html input,
html textarea,
body input,
body textarea {
  font-family: "Poppins", "Noto Sans TC", serif;
}

.porel {
  position: relative;
  z-index: 3;
}

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

::-moz-selection {
  background-color: #ABA07D;
  color: #fff;
}

::selection {
  background-color: #ABA07D;
  color: #fff;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

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

.pc {
  display: none;
}
@media all and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.mo_991 {
  display: none;
}
@media all and (max-width: 991px) {
  .mo_991 {
    display: block;
  }
}

.pc_991 {
  display: none;
}
@media all and (min-width: 992px) {
  .pc_991 {
    display: block;
  }
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

*:focus {
  outline: none;
}

main {
  min-height: 100vh;
}
h1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 12px;
  opacity: 0;
  visibility: visible;
}

input,
textarea {
  font-family: "Poppins", "Noto Sans TC", serif;
}

.container {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .container {
    padding: 0 50px;
  }
}
@media all and (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}

.line-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #ABA07D;
  padding: 28px 30px;
  z-index: 1;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .line-btn {
    padding: 22px 15px;
  }
}
.line-btn span {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ABA07D;
  padding-right: 150px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media all and (max-width: 991px) {
  .line-btn span {
    font-size: 15px;
    padding-right: 35px;
  }
}
.line-btn span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: "";
  -webkit-mask: url("../images/common/arrow.svg") center/contain no-repeat;
          mask: url("../images/common/arrow.svg") center/contain no-repeat;
  background-color: #ABA07D;
  width: 24px;
  height: auto;
  aspect-ratio: 1/0.541666;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media all and (max-width: 991px) {
  .line-btn span::before {
    width: 18px;
    right: 15px;
  }
}
@media all and (min-width: 992px) {
  .line-btn::after {
    position: absolute;
    content: "";
    left: -170%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #ABA07D;
    z-index: -1;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
  }
  .line-btn:hover span {
    color: #fff;
  }
  .line-btn:hover span::before {
    background-color: #fff;
  }
  .line-btn:hover::after {
    left: -20%;
  }
}
@media all and (max-width: 991px) {
  .line-btn {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .line-btn:active {
    background-color: #ABA07D;
  }
  .line-btn:active span {
    color: #fff;
  }
  .line-btn:active span::before {
    background-color: #fff;
  }
}

.page-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 40vw;
  background: url("../images/common/top_banner_default.webp") center/cover no-repeat;
}
@media all and (max-width: 991px) {
  .page-banner {
    height: 100vh;
  }
}
@media all and (max-width: 767px) {
  .page-banner {
    background: url("../images/common/top_banner_default_mb.webp") center/cover no-repeat;
  }
}
.page-banner .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner .img-wrap .pc,
.page-banner .img-wrap .mo {
  width: 100%;
  height: 100%;
}
.page-banner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner .page-banner-container {
  margin: 0 auto;
  max-width: 1652px;
  width: 100%;
  max-height: calc(40vw - 80px);
  color: #ABA07D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
@media all and (min-width: 992px) {
  .page-banner .page-banner-container {
    padding: 80px 50px 110px;
  }
}
@media all and (max-width: 991px) {
  .page-banner .page-banner-container {
    padding: 71px 25px 93px;
    max-height: calc(100vh - 71px);
  }
}
.page-banner .page-title {
  font-size: 24px;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .page-banner .page-title {
    font-size: 23px;
  }
}
.page-banner .page-description {
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  padding-top: 50px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .page-banner .page-description {
    padding-top: 20px;
  }
}
.page-banner .banner-arrow {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .page-banner .banner-arrow {
    bottom: 6.5vw;
  }
}
.page-banner .banner-arrow::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 50%;
  -webkit-mask: url("../images/index/banner_hover_arrow.svg") center/contain no-repeat;
          mask: url("../images/index/banner_hover_arrow.svg") center/contain no-repeat;
  background-color: #ABA07D;
  width: 5px;
  height: auto;
  aspect-ratio: 1/4;
  -webkit-animation: 1.5s infinite floating;
          animation: 1.5s infinite floating;
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(13%);
            transform: translateY(13%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(13%);
            transform: translateY(13%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.hamMenu {
  position: relative;
  display: none;
  overflow: hidden;
}
@media all and (max-width: 1289px) {
  .hamMenu {
    display: block;
    width: 28px;
    height: 28px;
  }
}

.menu-ham,
.menu-ham span {
  display: inline-block;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-ham {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.menu-ham.close {
  opacity: 0;
}

.menu-ham span {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #ABA07D;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu-ham span:nth-of-type(1) {
  top: 4px;
}

.menu-ham span:nth-of-type(2) {
  top: 13px;
}

.menu-ham span:nth-of-type(3) {
  bottom: 4px;
}

#menu-ham.hamActive span:nth-of-type(1) {
  -webkit-transform: translate(0px, 9px) rotate(45deg);
          transform: translate(0px, 9px) rotate(45deg);
}
#menu-ham.hamActive span:nth-of-type(2) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0;
}
#menu-ham.hamActive span:nth-of-type(3) {
  -webkit-transform: translate(0px, -9px) rotate(-45deg);
          transform: translate(0px, -9px) rotate(-45deg);
}

.fixBoxBtn {
  position: fixed;
  z-index: 10;
  right: 25px;
  bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media all and (max-width: 991px) {
  .fixBoxBtn {
    right: 30px;
  }
}
.fixBoxBtn.show {
  opacity: 1;
  pointer-events: all;
  background: transparent;
}
.fixBoxBtn.change {
  position: absolute;
}
.fixBoxBtn .fixBtn {
  position: relative;
  padding-left: 12px;
  display: inline-block;
}
.fixBoxBtn .fixBtn .txt {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding-top: 34px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  color: #EFEDE6;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
.fixBoxBtn .fixBtn .txt:before {
  content: "";
  position: absolute;
  top: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  background: #EFEDE6;
  -webkit-mask: url("../images/common/gotop_arrow.svg") center/contain no-repeat;
          mask: url("../images/common/gotop_arrow.svg") center/contain no-repeat;
  width: 5px;
  height: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fixBoxBtn .fixBtn::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #EFEDE6;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media all and (min-width: 992px) {
  .fixBoxBtn .fixBtn:hover::after {
    height: 100%;
  }
  .fixBoxBtn .fixBtn:hover .txt:before {
    top: 0;
  }
}

.top-menu-ul {
  position: relative;
  z-index: 5;
  text-align: center;
}
.top-menu-ul .item_menu_Box {
  position: relative;
  margin: 0 auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-menu-ul .item_menu_Box::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 991px) {
  .top-menu-ul .item_menu_Box {
    margin-right: -25px;
  }
}
.top-menu-ul ul.slides {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.top-menu-ul li {
  position: relative;
  display: inline-block;
}
.top-menu-ul li > a {
  color: #ABA07D;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.6s, border 0.6s, opacity 0.6s;
  transition: color 0.6s, border 0.6s, opacity 0.6s;
  min-width: 20px;
}
.top-menu-ul li.active > a {
  border-color: #ABA07D;
  color: #ABA07D;
}
.top-menu-ul.open_flexslider .flex-direction-nav {
  display: block;
}
@media all and (min-width: 992px) {
  .top-menu-ul li > a:hover {
    border-color: #ABA07D;
  }
  .top-menu-ul li > a {
    padding: 12px 10px;
  }
  .top-menu-ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media all and (max-width: 991px) {
  .top-menu-ul {
    width: 100%;
  }
  .top-menu-ul li > a {
    padding: 12px 10px;
  }
  .top-menu-ul li:not(:last-child) {
    margin-right: 22px;
  }
}

.flex-direction-nav {
  display: none;
}
.flex-direction-nav a {
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.flex-direction-nav a::after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 5px;
  background: #ABA07D;
  -webkit-mask: url("../images/common/btn_arrow.svg") center/contain no-repeat;
          mask: url("../images/common/btn_arrow.svg") center/contain no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 991px) {
  .flex-direction-nav a {
    display: none;
  }
}
.flex-direction-nav a.flex-prev {
  left: -3.6%;
  top: 16px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media all and (min-width: 992px) {
  .flex-direction-nav a.flex-prev:hover {
    opacity: 0.6;
  }
  .flex-direction-nav a.flex-prev:hover::after {
    left: 8px;
  }
}
@media all and (max-width: 991px) {
  .flex-direction-nav a.flex-prev {
    left: -36px;
    top: -1px;
  }
}
.flex-direction-nav a.flex-prev.nopage {
  pointer-events: none;
  opacity: 0.2;
}
.flex-direction-nav a.flex-next {
  right: -3.6%;
  top: 16px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media all and (min-width: 992px) {
  .flex-direction-nav a.flex-next:hover {
    opacity: 0.6;
  }
  .flex-direction-nav a.flex-next:hover::after {
    left: 8px;
  }
}
@media all and (max-width: 991px) {
  .flex-direction-nav a.flex-next {
    right: -36px;
    top: -3px;
  }
}
.flex-direction-nav a.flex-next.nopage {
  pointer-events: none;
  opacity: 0.2;
}

.editor_content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.editor_content ul {
  list-style-type: initial;
  padding-left: 20px;
}
.editor_content b,
.editor_content strong {
  font-weight: 500;
  font-size: inherit;
}
.editor_content em {
  font-style: italic;
}
.editor_content a {
  text-decoration: none;
}
.editor_content iframe {
  max-width: 100%;
}
.editor_content table,
.editor_content tr,
.editor_content td {
  border-color: inherit;
  border-collapse: collapse;
}
.editor_content p {
  margin-bottom: 1em;
}
.editor_content table p {
  margin-bottom: 0;
}
.editor_content h1,
.editor_content h2,
.editor_content h3,
.editor_content h4,
.editor_content h5,
.editor_content h6 {
  margin: inherit;
}
.editor_content blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_content td,
.editor_content th,
.editor_content tr {
  margin: initial;
}
.editor_content table.tableborder > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.editor_content img {
  max-width: 100%;
  height: auto !important;
}
.editor_content img.imgblock {
  display: block;
}
.editor_content .tableScroll {
  overflow-x: auto;
  padding: 2px;
}
.editor_content .tableScroll table > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

.editor_box {
  margin: auto;
  line-height: 1.875;
  font-size: 15px;
  font-weight: 300;
  color: #EFEDE6;
}
.editor_box p {
  line-height: 1.5;
}
.editor_box b, .editor_box strong {
  font-weight: 700;
}
.editor_box a {
  text-decoration: underline;
}
.editor_box h2.dark-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 26px;
}
@media all and (max-width: 991px) {
  .editor_box h2.dark-title {
    font-size: 23px;
  }
}

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

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

.lang_tw .tw {
  display: block;
}
.lang_tw .en {
  display: none;
}
.lang_tw .jp {
  display: none;
}

.lang_en .tw {
  display: none;
}
.lang_en .en {
  display: block;
}
.lang_en .jp {
  display: none;
}

.lang_jp .tw {
  display: none;
}
.lang_jp .en {
  display: none;
}
.lang_jp .jp {
  display: block;
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated.fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.asj[data-delay="100"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.asj[data-delay="200"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.asj[data-delay="300"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.asj[data-delay="400"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.asj[data-delay="500"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.asj[data-delay="600"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.asj[data-delay="700"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.asj[data-delay="800"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.asj[data-delay="900"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.asj[data-delay="1000"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}