@charset "UTF-8";
@import "../../../dist/assets/font/icomoon/style.css";
@import "../../../source/assets/js/vender/jquery-ui/jquery-ui.min.css";
@import "../../../source/assets/js/vender/slick/slick.css";
@import "../../../source/assets/js/vender/slick/slick-theme.css";
@import "../../../source/assets/js/vender/perfect-scrollbar/perfect-scrollbar.min.css";
@import "../../../source/assets/js/vender/jquery.mCustomScrollbar.min.js/jquery.mCustomScrollbar.min.css";
@import "../../../source/assets/js/vender/cgpagechange/_cgpagechange.css";
@import "../../../source/assets/js/vender/fullpage/jquery.fullPage.css";
@import "../../../source/assets/js/vender/jquery-scrollbar/jquery.scrollbar.css";
@import "../../../source/assets/js/vender/swiper-4.5.0/css/swiper.min.css";
@import "../../../source/assets/js/vender/aos/css/aos.css";
.container {
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  font-size: 100%;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "JaguarJC-Book", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

iframe {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  display: block;
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

ul {
  list-style: none;
  list-style-image: none;
}

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

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: "JaguarJC-Book", "微軟正黑體", Arial, sans-serif;
  letter-spacing: 1px;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 2px;
}
textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #c2c2c2;
}
textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #878787;
}

/*去除input藍色框框*/
input,
button,
select,
textarea {
  outline: none;
}

*:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input::-moz-placeholder {
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input:-ms-input-placeholder {
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input::-ms-input-placeholder {
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input::placeholder {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

picture {
  overflow: hidden;
  font-size: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  height: 1px;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

.animated-slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hide,
.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6 {
  visibility: hidden;
}

.fadeInDown,
.fadeInDown2,
.fadeInUp,
.pulse,
.fadeIn,
.bounceIn {
  visibility: visible !important;
}

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

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

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

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

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

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

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

.delay-10s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-15s {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.delay-20s {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.delay-25s {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.delay-30s {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}

.delay-35s {
  animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp100 {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes allin {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes allin {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes allin0 {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes allin0 {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    opacity: 1;
  }
}
@-webkit-keyframes flipInXY {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, -90deg) translate(-50%, -50%);
            transform: rotate3d(1, 1, 0, -90deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate3d(0) translate(-50%, -50%);
            transform: rotate3d(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes flipInXY {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, -90deg) translate(-50%, -50%);
            transform: rotate3d(1, 1, 0, -90deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate3d(0) translate(-50%, -50%);
            transform: rotate3d(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes w100 {
  100% {
    width: 100%;
  }
}
@keyframes w100 {
  100% {
    width: 100%;
  }
}
@-webkit-keyframes w80 {
  100% {
    width: 80%;
  }
}
@keyframes w80 {
  100% {
    width: 80%;
  }
}
@-webkit-keyframes h100 {
  100% {
    height: 100%;
  }
}
@keyframes h100 {
  100% {
    height: 100%;
  }
}
@-webkit-keyframes w0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes w0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes h0 {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes h0 {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/* 水平線方式出現 ps:ie不支援*/
@-webkit-keyframes horizontalShow {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes horizontalShow {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* 垂直線方式出現 ps:ie不支援*/ 
@-webkit-keyframes verticalShow {
  0% {
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
} 
@keyframes verticalShow {
  0% {
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes out {
  100% {
    display: none;
  }
}
@keyframes out {
  100% {
    display: none;
  }
}
@-webkit-keyframes show {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
@keyframes show {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes rotateInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-300%, 0) rotate(540deg);
            transform: translate(-300%, 0) rotate(540deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes rotateInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-300%, 0) rotate(540deg);
            transform: translate(-300%, 0) rotate(540deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes leftIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes leftIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.leftIn {
  -webkit-animation-name: leftIn;
  animation-name: leftIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes rightIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes rightIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.rightIn {
  -webkit-animation-name: rightIn;
  animation-name: rightIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes objUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes objUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.objUp {
  -webkit-animation-name: objUp;
  animation-name: objUp;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.aniUp {
  opacity: 0;
}
.aniUp.show {
  -webkit-animation: objUp 1.5s both 0.5s;
          animation: objUp 1.5s both 0.5s;
}

@-webkit-keyframes rotateInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(300%, 0) rotate(540deg);
            transform: translate(300%, 0) rotate(540deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes rotateInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(300%, 0) rotate(540deg);
            transform: translate(300%, 0) rotate(540deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0) rotate(270deg);
            transform: translate(-100%, 0) rotate(270deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0) rotate(270deg);
            transform: translate(-100%, 0) rotate(270deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes rotateIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0) rotate(-180deg);
            transform: translate(100%, 0) rotate(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes rotateIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0) rotate(-180deg);
            transform: translate(100%, 0) rotate(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(100px, -40px, 0px);
            transform: translate3d(100px, -40px, 0px);
  }
  60% {
    -webkit-transform: translate3d(30px, 30px, 0px);
            transform: translate3d(30px, 30px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translate3d(100px, -40px, 0px);
            transform: translate3d(100px, -40px, 0px);
  }
  60% {
    -webkit-transform: translate3d(30px, 30px, 0px);
            transform: translate3d(30px, 30px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0);
            transform: translate3d(0px, 0px, 0);
  }
}
@-webkit-keyframes peopleScale {
  0%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30%, 60% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  40%, 70% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
@keyframes peopleScale {
  0%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30%, 60% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  40%, 70% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
@-webkit-keyframes peopleLeftIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes peopleLeftIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes peopleRightIn {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes peopleRightIn {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes rainbowLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-30deg) translateX(-350px) translateY(30px);
            transform: rotate(-30deg) translateX(-350px) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rainbowLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-30deg) translateX(-350px) translateY(30px);
            transform: rotate(-30deg) translateX(-350px) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rainbowRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(50deg) translateX(200px) translateY(50px);
            transform: rotate(50deg) translateX(200px) translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rainbowRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(50deg) translateX(200px) translateY(50px);
            transform: rotate(50deg) translateX(200px) translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rainbowRight2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg) translateX(300px) translateY(30px);
            transform: rotate(30deg) translateX(300px) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rainbowRight2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg) translateX(300px) translateY(30px);
            transform: rotate(30deg) translateX(300px) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes cloudpeople {
  0% {
    -webkit-transform: translateY(0) translateX(-20px) rotate(0deg);
            transform: translateY(0) translateX(-20px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(2deg);
            transform: translateY(8px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-20px) rotate(0deg);
            transform: translateY(0) translateX(-20px) rotate(0deg);
  }
}
@keyframes cloudpeople {
  0% {
    -webkit-transform: translateY(0) translateX(-20px) rotate(0deg);
            transform: translateY(0) translateX(-20px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(2deg);
            transform: translateY(8px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-20px) rotate(0deg);
            transform: translateY(0) translateX(-20px) rotate(0deg);
  }
}
@-webkit-keyframes cloudpeople2 {
  0% {
    -webkit-transform: translateY(0) translateX(20px) rotate(0deg);
            transform: translateY(0) translateX(20px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(2deg);
            transform: translateY(8px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(0) translateX(20px) rotate(0deg);
            transform: translateY(0) translateX(20px) rotate(0deg);
  }
}
@keyframes cloudpeople2 {
  0% {
    -webkit-transform: translateY(0) translateX(20px) rotate(0deg);
            transform: translateY(0) translateX(20px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(2deg);
            transform: translateY(8px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(0) translateX(20px) rotate(0deg);
            transform: translateY(0) translateX(20px) rotate(0deg);
  }
}
@-webkit-keyframes peopleShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes peopleShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes girlrotate2 {
  0% {
    -webkit-transform: rotate(8deg) translateY(0px);
            transform: rotate(8deg) translateY(0px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: rotate(-1deg) translateY(2px);
            transform: rotate(-1deg) translateY(2px);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotate(8deg) translateY(0px);
            transform: rotate(8deg) translateY(0px);
  }
  25%, 45%, 65%, 85% {
    -webkit-transform: rotate(8deg) translateY(2px);
            transform: rotate(8deg) translateY(2px);
  }
  15%, 35%, 55%, 75%, 95% {
    -webkit-transform: rotate(-1deg) translateY(0px);
            transform: rotate(-1deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-2px);
            transform: rotate(0deg) translateY(-2px);
  }
}
@keyframes girlrotate2 {
  0% {
    -webkit-transform: rotate(8deg) translateY(0px);
            transform: rotate(8deg) translateY(0px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: rotate(-1deg) translateY(2px);
            transform: rotate(-1deg) translateY(2px);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotate(8deg) translateY(0px);
            transform: rotate(8deg) translateY(0px);
  }
  25%, 45%, 65%, 85% {
    -webkit-transform: rotate(8deg) translateY(2px);
            transform: rotate(8deg) translateY(2px);
  }
  15%, 35%, 55%, 75%, 95% {
    -webkit-transform: rotate(-1deg) translateY(0px);
            transform: rotate(-1deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-2px);
            transform: rotate(0deg) translateY(-2px);
  }
}
@-webkit-keyframes girlWalk {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes girlWalk {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes girlWalkMobile {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes girlWalkMobile {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes cloudLeft {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-10px) translateY(-5px);
    transform: translateX(-10px) translateY(-5px);
  }
}
@keyframes cloudLeft {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-10px) translateY(-5px);
    transform: translateX(-10px) translateY(-5px);
  }
}
@-webkit-keyframes cloudRight {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(10px) translateY(-5px);
    transform: translateX(10px) translateY(-5px);
  }
}
@keyframes cloudRight {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(10px) translateY(-5px);
    transform: translateX(10px) translateY(-5px);
  }
}
@-webkit-keyframes dogWalk {
  0% {
    -webkit-transform: translateX(160px) translateY(90px);
            transform: translateX(160px) translateY(90px);
  }
  35% {
    -webkit-transform: translateX(100px) translateY(60px);
            transform: translateX(100px) translateY(60px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes dogWalk {
  0% {
    -webkit-transform: translateX(160px) translateY(90px);
            transform: translateX(160px) translateY(90px);
  }
  35% {
    -webkit-transform: translateX(100px) translateY(60px);
            transform: translateX(100px) translateY(60px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes dogWalk2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5%, 15%, 25%, 55%, 65%, 75%, 85%, 97% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  10%, 20%, 30%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes dogWalk2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5%, 15%, 25%, 55%, 65%, 75%, 85%, 97% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  10%, 20%, 30%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes dogWalk3 {
  0% {
    -webkit-transform: translateX(100px) translateY(40px);
            transform: translateX(100px) translateY(40px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes dogWalk3 {
  0% {
    -webkit-transform: translateX(100px) translateY(40px);
            transform: translateX(100px) translateY(40px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes dogWalk4 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  8%, 24%, 40%, 56%, 72%, 88% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  16%, 32%, 48%, 64%, 80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes dogWalk4 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  8%, 24%, 40%, 56%, 72%, 88% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  16%, 32%, 48%, 64%, 80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes eleIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes eleIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes eleWalk {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes eleWalk {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes smallflowerRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px) translateY(-100px) rotate(5deg);
            transform: translateX(50px) translateY(-100px) rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(10px) translateY(0) rotate(0deg);
            transform: translateX(10px) translateY(0) rotate(0deg);
  }
}
@keyframes smallflowerRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px) translateY(-100px) rotate(5deg);
            transform: translateX(50px) translateY(-100px) rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(10px) translateY(0) rotate(0deg);
            transform: translateX(10px) translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes smallflowerLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-100px) rotate(-10deg);
            transform: translateX(-50px) translateY(-100px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
}
@keyframes smallflowerLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-100px) rotate(-10deg);
            transform: translateX(-50px) translateY(-100px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes floatflower {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(-5deg);
            transform: translateY(6px) rotate(-5deg);
  }
}
@keyframes floatflower {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(-5deg);
            transform: translateY(6px) rotate(-5deg);
  }
}
@-webkit-keyframes floatflower2 {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(-5deg);
            transform: translateY(5px) rotate(-5deg);
  }
}
@keyframes floatflower2 {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(-5deg);
            transform: translateY(5px) rotate(-5deg);
  }
}
@-webkit-keyframes giftJump {
  0% {
    -webkit-transform: translateX(-160px) translateY(-150px);
            transform: translateX(-160px) translateY(-150px);
  }
  50% {
    -webkit-transform: translateX(-50px) translateY(40px);
            transform: translateX(-50px) translateY(40px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes giftJump {
  0% {
    -webkit-transform: translateX(-160px) translateY(-150px);
            transform: translateX(-160px) translateY(-150px);
  }
  50% {
    -webkit-transform: translateX(-50px) translateY(40px);
            transform: translateX(-50px) translateY(40px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes trainIn {
  0% {
    -webkit-transform: translate(80%, 0);
            transform: translate(80%, 0);
  }
  5% {
    -webkit-transform: translate(80%, 10px);
            transform: translate(80%, 10px);
  }
  10% {
    -webkit-transform: translate(80%);
            transform: translate(80%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes trainIn {
  0% {
    -webkit-transform: translate(80%, 0);
            transform: translate(80%, 0);
  }
  5% {
    -webkit-transform: translate(80%, 10px);
            transform: translate(80%, 10px);
  }
  10% {
    -webkit-transform: translate(80%);
            transform: translate(80%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes caseIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px) translateX(100px);
            transform: translateY(-400px) translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@keyframes caseIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px) translateX(100px);
            transform: translateY(-400px) translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes rose {
  0%, 100% {
    -webkit-transform: rotate(-3deg) translateY(0) translateX(-5px);
            transform: rotate(-3deg) translateY(0) translateX(-5px);
  }
  50% {
    -webkit-transform: rotate(3deg) translateY(5px) translateX(5px);
            transform: rotate(3deg) translateY(5px) translateX(5px);
  }
}
@keyframes rose {
  0%, 100% {
    -webkit-transform: rotate(-3deg) translateY(0) translateX(-5px);
            transform: rotate(-3deg) translateY(0) translateX(-5px);
  }
  50% {
    -webkit-transform: rotate(3deg) translateY(5px) translateX(5px);
            transform: rotate(3deg) translateY(5px) translateX(5px);
  }
}
@-webkit-keyframes roseRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px) translateY(-200px) rotate(5deg);
            transform: translateX(50px) translateY(-200px) rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(10px) translateY(0) rotate(0deg);
            transform: translateX(10px) translateY(0) rotate(0deg);
  }
}
@keyframes roseRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px) translateY(-200px) rotate(5deg);
            transform: translateX(50px) translateY(-200px) rotate(5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(10px) translateY(0) rotate(0deg);
            transform: translateX(10px) translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes roseLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-200px) rotate(-20deg);
            transform: translateX(-50px) translateY(-200px) rotate(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
}
@keyframes roseLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-200px) rotate(-20deg);
            transform: translateX(-50px) translateY(-200px) rotate(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes roseRotate {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(-8deg);
            transform: translateY(0px) rotate(-8deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(8deg);
            transform: translateY(12px) rotate(8deg);
  }
}
@keyframes roseRotate {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(-8deg);
            transform: translateY(0px) rotate(-8deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(8deg);
            transform: translateY(12px) rotate(8deg);
  }
}
@-webkit-keyframes roseRotate2 {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(5deg);
            transform: translateY(0px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(-5deg);
            transform: translateY(-10px) rotate(-5deg);
  }
}
@keyframes roseRotate2 {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(5deg);
            transform: translateY(0px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(-5deg);
            transform: translateY(-10px) rotate(-5deg);
  }
}
@-webkit-keyframes girlleftIn {
  0% {
    -webkit-transform: translateX(-60px) translateY(130px);
            transform: translateX(-60px) translateY(130px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes girlleftIn {
  0% {
    -webkit-transform: translateX(-60px) translateY(130px);
            transform: translateX(-60px) translateY(130px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes girlrotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@keyframes girlrotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@-webkit-keyframes cloudfloat1 {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  30% {
    -webkit-transform: translateX(10px) translateY(0);
            transform: translateX(10px) translateY(0);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(15px);
            transform: translateX(0px) translateY(15px);
  }
  90% {
    -webkit-transform: translateX(-5px) translateY(0px);
            transform: translateX(-5px) translateY(0px);
  }
}
@keyframes cloudfloat1 {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  30% {
    -webkit-transform: translateX(10px) translateY(0);
            transform: translateX(10px) translateY(0);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(15px);
            transform: translateX(0px) translateY(15px);
  }
  90% {
    -webkit-transform: translateX(-5px) translateY(0px);
            transform: translateX(-5px) translateY(0px);
  }
}
@-webkit-keyframes cloudfloat2 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes cloudfloat2 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes cloudfloat3 {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}
@keyframes cloudfloat3 {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}
@-webkit-keyframes cloudfloat4 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@keyframes cloudfloat4 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@-webkit-keyframes cloudfloat5 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@keyframes cloudfloat5 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@-webkit-keyframes sendgirl {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15%, 45%, 75% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  30%, 60%, 90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes sendgirl {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15%, 45%, 75% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  30%, 60%, 90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes ld-bounce {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.138, 0.2541, 0.2177, 0.8747);
            animation-timing-function: cubic-bezier(0.138, 0.2541, 0.2177, 0.8747);
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  37% {
    -webkit-animation-timing-function: cubic-bezier(0.7679, 0.1817, 0.8401, 0.7167);
            animation-timing-function: cubic-bezier(0.7679, 0.1817, 0.8401, 0.7167);
    -webkit-transform: translate(0, -30.96%);
            transform: translate(0, -30.96%);
  }
  72.2% {
    -webkit-animation-timing-function: cubic-bezier(0.1045, 0.2026, 0.2224, 0.9608);
            animation-timing-function: cubic-bezier(0.1045, 0.2026, 0.2224, 0.9608);
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  87.2% {
    -webkit-animation-timing-function: cubic-bezier(0.7463, 0.2314, 0.8159, 0.6941);
            animation-timing-function: cubic-bezier(0.7463, 0.2314, 0.8159, 0.6941);
    -webkit-transform: translate(0, 19.85%);
            transform: translate(0, 19.85%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
@keyframes ld-bounce {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.138, 0.2541, 0.2177, 0.8747);
            animation-timing-function: cubic-bezier(0.138, 0.2541, 0.2177, 0.8747);
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  37% {
    -webkit-animation-timing-function: cubic-bezier(0.7679, 0.1817, 0.8401, 0.7167);
            animation-timing-function: cubic-bezier(0.7679, 0.1817, 0.8401, 0.7167);
    -webkit-transform: translate(0, -30.96%);
            transform: translate(0, -30.96%);
  }
  72.2% {
    -webkit-animation-timing-function: cubic-bezier(0.1045, 0.2026, 0.2224, 0.9608);
            animation-timing-function: cubic-bezier(0.1045, 0.2026, 0.2224, 0.9608);
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  87.2% {
    -webkit-animation-timing-function: cubic-bezier(0.7463, 0.2314, 0.8159, 0.6941);
            animation-timing-function: cubic-bezier(0.7463, 0.2314, 0.8159, 0.6941);
    -webkit-transform: translate(0, 19.85%);
            transform: translate(0, 19.85%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
@-webkit-keyframes slider {
  16.6% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  66.4% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes slider {
  16.6% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  66.4% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@font-face {
  font-family: "JaguarJC-Book";
  src: url("../../assets/font/JaguarJC/Book/JaguarJC-Book.woff2") format("woff2"), url("../../assets/font/JaguarJC/Book/JaguarJC-Book.woff") format("woff"), url("../../assets/font/JaguarJC/Book/JaguarJC-Book.ttf") format("truetype"), url("../../assets/font/JaguarJC/Book/JaguarJC-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "JaguarJC-Bold";
  src: url("../../assets/font/JaguarJC/Bold/JaguarJC-Bold.woff2") format("woff2"), url("../../assets/font/JaguarJC/Bold/JaguarJC-Bold.woff") format("woff"), url("../../assets/font/JaguarJC/Bold/JaguarJC-Bold.ttf") format("truetype"), url("../../assets/font/JaguarJC/Bold/JaguarJC-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "JaguarJC-Bookltalic";
  src: url("../../assets/font/JaguarJC/Bookltalic/JaguarJC-Bookltalic.woff") format("woff"), url("../../assets/font/JaguarJC/Bookltalic/JaguarJC-Bookltalic.woff2") format("woff2"), url("../../assets/font/JaguarJC/Bookltalic/JaguarJC-Bookltalic.ttf") format("truetype"), url("../../assets/font/JaguarJC/Bookltalic/JaguarJC-Bookltalic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}
@font-face {
  font-family: "MyriadPro-Light";
  src: url("MYRIADPRO-LIGHT.eot");
  src: url("../../assets/font/MyriadPro/Light/MYRIADPRO-LIGHT.eot") format("embedded-opentype"), url("../../assets/font/MyriadPro/Light/MYRIADPRO-LIGHT.woff2") format("woff2"), url("../../assets/font/MyriadPro/Light/MYRIADPRO-LIGHT.woff") format("woff"), url("../../assets/font/MyriadPro/Light/MYRIADPRO-LIGHT.ttf") format("truetype"), url("../../assets/font/MyriadPro/Light/MYRIADPRO-LIGHT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*RWD*/
/*RWD*/
/*font-size*/
/*transiton*/
/*transiton*/
/*hide word*/
/*hide word*/
/* display: flex 置中*/
/* display: flex 置中*/
/* display: flex 左右至頂*/
/* display: flex 左右至頂*/
/* display: flex 向左靠*/
/* display: flex 向左靠*/
/* display: flex 向右靠*/
/* display: flex 向右靠*/
/* 偽元素線條*/
/* 偽元素線條*/
/*基礎燈箱設定*/
/*基礎燈箱設定*/
/*↓十字↓*/
/*↑十字↑*/
html.ieFixbg {
  overflow-y: hidden;
}
html.ieFixbg body {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}

body {
  overflow-x: hidden;
  -webkit-animation: fadeIn 1s both;
          animation: fadeIn 1s both;
  font-size: 0.9375rem;
}

.ps__rail-x, .ps__rail-y {
  display: none !important;
}

.slick-dots {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0 7px !important;
}
.slick-dots li.slick-active:before {
  opacity: 1;
}
.slick-dots li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.3;
}
.slick-dots li button {
  display: none;
}

.swiper-container .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-pagination-bullet {
  margin: 0 15px;
  width: 6px;
  height: 6px;
  background-color: #666;
}

.anchor_menu {
  position: relative;
}
.anchor_menu .anchor_menu_wrap {
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
  position: unset;
  padding-bottom: 35px;
  padding-top: 40px;
}
.anchor_menu .anchor_menu_wrap ul {
  height: 100%;
  display: block;
  white-space: nowrap;
  text-align: center;
  overflow: auto;
}
.anchor_menu .anchor_menu_wrap ul::-webkit-scrollbar {
  display: none;
}
.anchor_menu .anchor_menu_wrap ul li {
  width: auto;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  width: auto !important;
}
@media only screen and (max-width: 575px) {
  .anchor_menu .anchor_menu_wrap ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.anchor_menu .anchor_menu_wrap ul li a {
  padding: 4px 0px;
  color: #999999;
  border-bottom: solid 2px transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.anchor_menu .anchor_menu_wrap ul li a:hover, .anchor_menu .anchor_menu_wrap ul li a.active {
  color: #000;
  border-bottom: solid 2px #000;
}
.anchor_menu .anchor_menu_wrap ul li:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #cccccc;
  position: absolute;
  right: -4px;
  top: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.anchor_menu .anchor_menu_wrap ul li:last-child:after {
  content: "";
  width: 0;
}

.menu_link {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .menu_link {
    max-height: 44px;
  }
}
.menu_link .menu_link_cont ::-webkit-scrollbar {
  display: none;
}
.menu_link .menu_link_cont {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  position: unset;
}
@media only screen and (max-width: 575px) {
  .menu_link .menu_link_cont {
    height: 50px;
    overflow-x: scroll;
  }
}
.menu_link .menu_link_cont ul {
  height: 100%;
  display: block;
  word-break: break-all;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .menu_link .menu_link_cont ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    word-break: keep-all;
  }
}
.menu_link .menu_link_cont ul li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  width: auto !important;
}
@media only screen and (max-width: 575px) {
  .menu_link .menu_link_cont ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.menu_link .menu_link_cont ul li a {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #999999;
  border-bottom: solid 2px transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu_link .menu_link_cont ul li a:hover, .menu_link .menu_link_cont ul li a.active {
  color: #000;
  border-bottom: solid 2px #000;
}
@media only screen and (max-width: 575px) {
  .menu_link .menu_link_cont ul li a {
    padding-top: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (max-width: 360px) {
  .menu_link .menu_link_cont ul li a {
    padding-top: 3px;
  }
}
.menu_link .menu_link_cont ul li:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #cccccc;
  position: absolute;
  right: -3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 54%;
}
@media only screen and (max-width: 575px) {
  .menu_link .menu_link_cont ul li:after {
    top: 43%;
  }
}
.menu_link .menu_link_cont ul li:last-child:after {
  content: "";
  width: 0;
}
.menu_link .menu_link_cont .scroll-element.scroll-x {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 100%;
  height: 3px;
}
.menu_link .menu_link_cont .scroll-element.scroll-x div {
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 100%;
}
.menu_link .menu_link_cont .scroll-element.scroll-x .scroll-bar {
  background-color: #ccc;
}

.menu_wrap {
  position: relative;
}
.menu_wrap .swiper-container {
  height: auto;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  position: unset;
}
.menu_wrap .swiper-container .swiper-wrapper {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .menu_wrap .swiper-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.menu_wrap .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  width: auto !important;
}
@media only screen and (max-width: 575px) {
  .menu_wrap .swiper-container .swiper-wrapper .swiper-slide {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.menu_wrap .swiper-container .swiper-wrapper li a {
  padding: 5px 0px;
  color: #999999;
  border-bottom: solid 2px transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu_wrap .swiper-container .swiper-wrapper li a:hover, .menu_wrap .swiper-container .swiper-wrapper li a.active {
  color: #000000;
  border-bottom: solid 2px;
}
.menu_wrap .swiper-container .swiper-wrapper li:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu_wrap .swiper-container .swiper-wrapper li:last-child {
  padding-right: 40px;
}
.menu_wrap .swiper-container .swiper-wrapper li:last-child:after {
  content: "";
  width: 0;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.input_type {
  width: 250px;
  height: 36px;
  background-color: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.1);
}

.dropdown_filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 29px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .dropdown_filter {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .dropdown_filter {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dropdown_filter span {
  font-weight: bold;
  margin-right: 9px;
}
@media only screen and (max-width: 575px) {
  .dropdown_filter span {
    margin-bottom: 8px;
  }
}
.dropdown_filter .dropdown_select {
  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;
  cursor: pointer;
}
.dropdown_filter .dropdown_select p {
  margin-left: 45%;
  -webkit-transform: translateX(-45%);
      -ms-transform: translateX(-45%);
          transform: translateX(-45%);
}
.dropdown_filter .select_btn {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .dropdown_filter .select_btn {
    top: 20px;
  }
}
.dropdown_filter .select_btn::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown_filter .select_btn::after {
  content: "▾";
  position: absolute;
  top: 40%;
  left: 40%;
  -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
  font-size: 16px;
}
.dropdown_filter .dropdown_area {
  display: none;
  z-index: -1;
  border-radius: 18px;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.1);
  width: 250px;
  position: absolute;
  right: 0;
  top: 11px;
  background-color: #d3d3d3;
}
@media only screen and (max-width: 575px) {
  .dropdown_filter .dropdown_area {
    top: 35px;
  }
}
.dropdown_filter .dropdown_area .scrollbar-inner {
  height: 200px;
}
.dropdown_filter .dropdown_area .scrollbar-inner > .scroll-element.scroll-y {
  right: 20px;
  width: 4px;
}
.dropdown_filter .dropdown_area .scrollbar-outer > .scroll-element {
  background-color: #fff;
}
.dropdown_filter .dropdown_area .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #fff;
  opacity: 1;
}
.dropdown_filter .dropdown_area .scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #e0e0e0;
}
.dropdown_filter .dropdown_area ul li {
  font-family: "MyriadPro-Regular";
  width: 80%;
  border-radius: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 11px;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.dropdown_filter .dropdown_area ul li:hover {
  background-color: #ffffff;
}
.dropdown_filter .dropdown_area ul li:first-child {
  margin-top: 30px;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search span {
  display: block;
  font-weight: bold;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .search span {
    margin-bottom: 8px;
  }
}
.search .input_type {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .search .input_type {
    margin-bottom: 22px;
  }
}
.search .input_type ::-webkit-input-placeholder {
  font-size: 0.875rem;
}
.search .input_type ::-moz-placeholder {
  font-size: 0.875rem;
}
.search .input_type :-ms-input-placeholder {
  font-size: 0.875rem;
}
.search .input_type ::-ms-input-placeholder {
  font-size: 0.875rem;
}
.search .input_type ::placeholder {
  font-size: 0.875rem;
}
@media only screen and (max-width: 375px) {
  .search .input_type ::-webkit-input-placeholder {
    font-size: 0.8125rem;
  }
  .search .input_type ::-moz-placeholder {
    font-size: 0.8125rem;
  }
  .search .input_type :-ms-input-placeholder {
    font-size: 0.8125rem;
  }
  .search .input_type ::-ms-input-placeholder {
    font-size: 0.8125rem;
  }
  .search .input_type ::placeholder {
    font-size: 0.8125rem;
  }
}
.search .input_type input {
  border: 0;
  height: 36px;
  background-color: #fff;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-left: 20px;
}
.search .input_type .search_btn {
  cursor: pointer;
}
.search .input_type .search_btn::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
.search .input_type .search_btn::after {
  font-family: "icomoon" !important;
  content: "\e910";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.keyWord_result {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.keyWord_result .ch {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 1.56px;
}
@media only screen and (max-width: 575px) {
  .keyWord_result .ch {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: unset;
  }
}
.keyWord_result .en {
  font-size: 1rem;
  line-height: 2.125rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 575px) {
  .keyWord_result .en {
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: unset;
  }
}

.dropDown {
  position: relative;
}
.dropDown:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #000;
}
.dropDown.active .selectMenu p {
  color: #000;
}
.dropDown .selectMenu {
  padding: 0 0 8px;
  cursor: pointer;
  opacity: 0;
  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;
}
.dropDown .selectMenu.open:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dropDown .selectMenu p {
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: calc(100% - 40px);
  position: relative;
}
.dropDown .selectMenu p:after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #c4c4c4;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropDown .selectMenu:after {
  content: "▼";
  height: 25px;
  width: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  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;
  font-size: 0.75rem;
}
.dropDown ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #1b1b1b;
  padding: 5px 0;
}
.dropDown ul .mCSB_container {
  margin: 0 40px 0 0 !important;
}
.dropDown ul .mCSB_scrollTools {
  right: 40px;
}
.dropDown ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
}
.dropDown ul li {
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.dropDown ul li:hover {
  color: #b8803b;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 0 10px;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.6px;
}
.breadcrumb li:hover {
  color: #4d4d4d;
}
.breadcrumb li::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 34%;
  right: -4px;
}
.breadcrumb li::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 61.7%;
  right: -3px;
}
.breadcrumb li:last-child:hover {
  color: #000;
}
.breadcrumb li:last-child:after {
  height: 0;
}
.breadcrumb li:last-child::before {
  height: 0;
}
.breadcrumb.bgDark {
  color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  .breadcrumb.bgDark {
    margin-top: 0;
  }
}
.breadcrumb.bgDark li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb.bgDark li:hover {
  color: #fff;
}
.breadcrumb.bgDark li:hover a {
  color: #ebebeb;
}
.breadcrumb.bgDark li:after, .breadcrumb.bgDark li:before {
  background-color: #fff;
}

.social_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .social_btn {
    width: 100%;
    height: 0;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #000;
    padding: 0 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 575px) {
  .social_btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 900px) {
  .social_btn.open {
    height: 50px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.social_btn .icon-douban-icon {
  font-size: 1.5rem;
}
.social_btn li {
  margin-right: 22px;
}
@media only screen and (max-width: 900px) {
  .social_btn li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.social_btn li a {
  display: block;
  font-size: 1.25rem;
  color: #999999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 900px) {
  .social_btn li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.social_btn li a:hover {
  color: #000000;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
@media only screen and (max-width: 900px) {
  .social_btn li a:hover {
    color: #ffffff;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
.social_btn li:first-child {
  color: #999999;
  font-size: 1.125rem;
}
@media only screen and (min-width: 900px) {
  .social_btn li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .social_btn li:first-child {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .social_btn li:first-child {
    margin-right: 5px;
  }
}
.social_btn li:last-child {
  margin-right: 0;
}

.close_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 500px;
  background-color: #000;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}
.close_btn a {
  z-index: 1;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.close_btn:hover a {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.close_btn::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #000;
  position: absolute;
  top: -100px;
  left: 50%;
}

.backBtn {
  width: 40px;
  height: 40px;
  border-radius: 99%;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.backBtn::before {
  content: "";
  width: 1px;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
}
.backBtn .icon-up-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 1.25rem;
}
.backBtn:hover .icon-up-icon {
  -webkit-animation: backArrow 1.5s infinite;
          animation: backArrow 1.5s infinite;
}
@media only screen and (max-width: 900px) {
  .backBtn {
    display: none;
  }
}
.backBtn.backDark {
  background-color: #000;
  color: #fff;
}
.backBtn.backDark:before {
  background-color: #000;
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) and (max-device-width: 1280px) and (max-device-height: 900px) {
  .backBtn {
    left: 50%;
  }
}
@-webkit-keyframes backArrow {
  0% {
    left: 50%;
  }
  50% {
    left: 35%;
  }
  100% {
    left: 50%;
  }
}
@keyframes backArrow {
  0% {
    left: 50%;
  }
  50% {
    left: 35%;
  }
  100% {
    left: 50%;
  }
}
.goTopCircle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  margin: 40px auto;
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.52px;
}
@media only screen and (max-width: 575px) {
  .goTopCircle {
    margin: 20px auto;
  }
}
.goTopCircle p {
  font-family: "JaguarJCBook";
  margin-left: 45%;
  -webkit-transform: translateX(-48%);
      -ms-transform: translateX(-48%);
          transform: translateX(-48%);
  padding-top: 3px;
}

.date {
  width: 128px;
  height: 113px;
  text-align: center;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.date p:nth-child(1) {
  font-family: "JaguarJC-Bold";
  font-size: 1.875rem;
  line-height: 1.5625rem;
  letter-spacing: unset;
}
.date p:nth-child(2) {
  font-family: "JaguarJC-Book";
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 575px) {
  .date {
    width: 75px;
    height: 70px;
    top: -26px;
    padding: 20px 0px;
  }
  .date p:nth-child(1) {
    font-size: 1.25rem;
    line-height: 1rem;
    letter-spacing: unset;
    margin-bottom: 2px;
  }
  .date p:nth-child(2) {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: unset;
  }
}

.btnDark {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .btnDark {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .btnDark {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .btnDark {
    height: 35px;
  }
}
.btnDark:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.btnWhite {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .btnWhite {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .btnWhite {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .btnWhite {
    height: 35px;
  }
}
.btnWhite:hover {
  background: #ffffff;
  color: #000000;
}
.btnWhite:hover {
  background-color: transparent;
  color: #fff;
}

.btnWhiteT {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .btnWhiteT {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .btnWhiteT {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .btnWhiteT {
    height: 35px;
  }
}
.btnWhiteT:hover {
  background: #ffffff;
  color: #000000;
}

.btnDarkT {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .btnDarkT {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .btnDarkT {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .btnDarkT {
    height: 35px;
  }
}
.btnDarkT:hover {
  background: #000;
  color: #fff;
}

.scrollbtnWhite {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .scrollbtnWhite {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .scrollbtnWhite {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .scrollbtnWhite {
    height: 35px;
  }
}
.scrollbtnWhite:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.scrollbtnDark {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #000000;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 120px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .scrollbtnDark {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .scrollbtnDark {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .scrollbtnDark {
    height: 35px;
  }
}
.scrollbtnDark:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.scrollbtnDark:hover {
  color: #000;
  border-color: #000;
}
.scrollbtnDark:hover:before, .scrollbtnDark:hover::after {
  background-color: #000;
}
.scrollbtnDark a {
  margin-left: -6px;
}
@media only screen and (max-width: 768px) {
  .scrollbtnDark a {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .scrollbtnDark a {
    margin-left: -6px;
  }
}
.scrollbtnDark:before {
  content: "";
  width: 1px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  top: 14px;
  right: 17%;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media only screen and (max-width: 768px) {
  .scrollbtnDark:before {
    top: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .scrollbtnDark:before {
    right: 19%;
  }
}
.scrollbtnDark::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 20%;
}
@media only screen and (max-width: 768px) {
  .scrollbtnDark::after {
    top: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .scrollbtnDark::after {
    top: 7px;
    right: 25px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .scrollbtnDark:before {
    right: 18%;
  }
}

.scrollbtn {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #000000;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: initial;
  width: 120px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .scrollbtn {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .scrollbtn {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .scrollbtn {
    height: 35px;
  }
}
.scrollbtn:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.scrollbtn a {
  margin-left: -6px;
}
@media only screen and (max-width: 768px) {
  .scrollbtn a {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .scrollbtn a {
    margin-left: -6px;
  }
}
.scrollbtn a:before {
  content: "";
  width: 1px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  top: 14px;
  right: 17%;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media only screen and (max-width: 768px) {
  .scrollbtn a:before {
    top: 13px;
    right: 18%;
  }
}
@media only screen and (max-width: 575px) {
  .scrollbtn a:before {
    right: 19%;
  }
}
.scrollbtn a::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  right: 20%;
}
@media only screen and (max-width: 768px) {
  .scrollbtn a::after {
    top: 6px;
    right: 20.5%;
  }
}
@media only screen and (max-width: 575px) {
  .scrollbtn a::after {
    right: 25px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .scrollbtn a:before {
    right: 18%;
  }
}
.scrollbtn:hover {
  color: #fff;
  border-color: #fff;
}
.scrollbtn:hover a:before, .scrollbtn:hover a::after {
  background-color: #fff;
}
.scrollbtn.light {
  background-color: #fff;
  color: #000;
}
.scrollbtn.light a:before, .scrollbtn.light a:after {
  background-color: #000;
}
.scrollbtn.light:hover {
  color: #fff;
  border-color: #fff;
}
.scrollbtn.light:hover a:before, .scrollbtn.light:hover a::after {
  background-color: #fff;
}
.scrollbtn.dark {
  background-color: #000;
  color: #fff;
}
.scrollbtn.dark:hover {
  color: #000;
  border-color: #000000;
  background-color: transparent;
}
.scrollbtn.dark:hover a:before, .scrollbtn.dark:hover a::after {
  background-color: #000;
}

.gotop_cont {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .gotop_cont {
    width: 100%;
  }
}
.gotop_cont .goTop_line {
  margin-top: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .gotop_cont .goTop_line {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .gotop_cont .goTop_line {
    margin-top: 50px;
    margin-bottom: 48px;
  }
}
.gotop_cont .goTop_line:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
}
.gotop_cont .goTop_line .goTop_btn {
  width: 150px;
  cursor: pointer;
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 1rem;
  background-color: #000000;
  color: #fff;
  border: 1px solid;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 40px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "MyriadPro-Light";
  font-size: 0.875rem;
}
@media (max-width: 700px) {
  .gotop_cont .goTop_line .goTop_btn {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
.gotop_cont .goTop_line .goTop_btn:hover {
  background-color: #ffffff;
  color: #000;
}
.gotop_cont .goTop_line .goTop_btn a {
  font-family: "JaguarJCBook";
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gotop_cont .goTop_line .goTop_btn a::after {
  display: block;
  font-family: "icomoon" !important;
  content: "\e915";
  margin-top: -3px;
  padding-left: 6px;
  font-size: 1.125rem;
}

.learnBtn {
  width: 140px;
  height: 40px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.morebtn {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #000000;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 36px;
  width: 120px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 900px) {
  .morebtn {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .morebtn {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .morebtn {
    height: 35px;
  }
}
.morebtn:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.morebtn::before {
  content: "+ ";
  margin-right: 5px;
  font-size: 1.125rem;
}
.morebtn::after {
  content: " more";
  font-family: "JaguarJC-Book";
  font-size: 1rem;
  line-height: 2.25rem;
  letter-spacing: unset;
}

.morebtnType {
  height: 36px;
  width: 120px;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}
.morebtnType::before {
  content: "+ ";
  font-family: "JaguarJC-Book";
  margin-right: 5px;
  font-size: 1.125rem;
}
.morebtnType::after {
  content: " more";
  font-family: "JaguarJC-Book";
  font-size: 1rem;
  line-height: 2.25rem;
  letter-spacing: unset;
}

.vw100 {
  width: 100vw;
}

.vh100 {
  height: 100vh;
}

.bgStart {
  background-position: 0 0;
  background-size: cover;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.banner_full {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .banner_full picture {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
  }
}
@media only screen and (max-width: 575px) and (max-width: 575px) {
  .banner_full picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.banner_full .el_banner_container {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner_full .el_banner_container .objBlock {
  position: relative;
  float: left;
}
.banner_full .el_banner_container .objBlock.el_title__block {
  width: 50%;
  float: right;
  top: 35%;
  right: 0;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media only screen and (max-width: 900px) {
  .banner_full .el_banner_container .objBlock.el_title__block {
    width: 100%;
    top: 0;
    height: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
    padding-right: 35px;
    padding-left: 35px;
  }
  .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 0;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 20px;
  }
}
.banner_full.banner {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1024px) {
  .banner_full.banner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .banner_full.banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner_full.banner {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner_full.banner .el_banner_container {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner_full.banner .el_banner_container .objBlock {
  position: relative;
}
.banner_full.banner .el_banner_container .objBlock.el_title__block {
  width: 50%;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media only screen and (max-width: 900px) {
  .banner_full.banner .el_banner_container .objBlock.el_title__block {
    width: 100%;
    top: 0;
    height: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
    padding-right: 35px;
    padding-left: 35px;
  }
  .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 0;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 20px;
  }
}

.sectionTitle_wrap {
  float: left;
  text-align: right;
}
.sectionTitle_wrap._txtWhite {
  color: #fff;
}
.sectionTitle_wrap .ch {
  font-weight: bold;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 2.34px;
}
@media (max-width: 1650px) {
  .sectionTitle_wrap .ch {
    font-size: 2.125rem;
  }
}
@media (max-width: 1440px) {
  .sectionTitle_wrap .ch {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .sectionTitle_wrap .ch {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  .sectionTitle_wrap .ch {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .sectionTitle_wrap .ch {
    font-size: 1.875rem;
  }
}
.sectionTitle_wrap .en {
  font-size: 1.25rem;
}
@media (max-width: 1650px) {
  .sectionTitle_wrap .en {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  .sectionTitle_wrap .en {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  .sectionTitle_wrap .en {
    font-size: 1rem;
  }
}
.sectionTitle_wrap h2 {
  margin: 40px 0 35px 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 768px) {
  .sectionTitle_wrap h2 {
    margin: 24px 0 35px 0;
  }
}
@media only screen and (max-width: 700px) {
  .sectionTitle_wrap h2 {
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 575px) {
  .sectionTitle_wrap h2 {
    margin: 24px 0 35px 0;
  }
}
.sectionTitle_wrap .scrollbtn {
  margin-left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 768px) {
  .sectionTitle_wrap .scrollbtn {
    margin: 0 auto;
  }
}
.sectionTitle_wrap .scrollbtn a:before, .sectionTitle_wrap .scrollbtn a:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .sectionTitle_wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .sectionTitle_wrap {
    width: 100%;
  }
}

.anchor_nav {
  border-bottom: solid 1px #cccccc;
  text-align: center;
}

.anchors_wrap {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  width: auto;
  overflow: auto;
}
.anchors_wrap::-webkit-scrollbar {
  display: none;
}
.anchors_wrap li {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #999999;
  font-size: 0.9375rem;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .anchors_wrap li {
    padding: 0 15px;
  }
}
.anchors_wrap li:after {
  position: absolute;
  top: 37%;
  right: -3px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-color: #cccccc;
  width: 1px;
  height: 20px;
}
.anchors_wrap li:last-child:after {
  width: 0;
}
.anchors_wrap li a {
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anchors_wrap li:hover a, .anchors_wrap li.active a {
  color: #000;
  border-bottom: 2px solid #000;
}

ul.el_tabs li {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9375rem;
}
ul.el_tabs li a {
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.el_tabs li:after {
  position: absolute;
  top: 48%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 20px;
  background-color: #cccccc;
}
ul.el_tabs li:last-child:after {
  width: 0;
}
ul.el_tabs li:hover, ul.el_tabs li.active {
  color: #fff;
}
ul.el_tabs li:hover a, ul.el_tabs li.active a {
  border-bottom: 2px solid #fff;
}

.unit_wrap {
  padding-top: 65px;
  padding-bottom: 60px;
  text-align: center;
}
.unit_wrap.related {
  padding-bottom: 30px;
}
.unit_wrap .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.unit_wrap .en {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 575px) {
  .unit_wrap {
    padding-bottom: 20px;
    padding-top: 60px;
  }
}

ul.tit_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 1.9px 2.3px 30px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 1.9px 2.3px 30px 0 rgba(0, 0, 0, 0.35);
  text-align: center;
}
@media only screen and (max-width: 575px) {
  ul.tit_circle {
    width: 100px;
    height: 100px;
  }
}
ul.tit_circle .tit {
  padding-bottom: 10px;
  margin-bottom: 8px;
  position: relative;
}
ul.tit_circle .tit.ch {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 575px) {
  ul.tit_circle .tit.ch {
    font-size: 0.9375rem;
  }
}
ul.tit_circle .tit.en {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: unset;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  ul.tit_circle .tit.en {
    font-size: 0.75rem;
  }
}
ul.tit_circle .tit::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
ul.tit_circle .year, ul.tit_circle .category {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  letter-spacing: unset;
  font-family: "JaguarJC-Bold";
}

.detail_head {
  width: 80%;
  margin: 0 10%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .detail_head {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}
.detail_head .title_wrap .title {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.2px;
}
.detail_head .title_wrap .description {
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
.detail_head .icons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail_head .icons_wrap .dateAndLocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .detail_head .icons_wrap .dateAndLocation {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.detail_head .icons_wrap .dateAndLocation .el_date:before, .detail_head .icons_wrap .dateAndLocation .el_location:before {
  font-family: "icomoon" !important;
  margin-right: 5px;
}
.detail_head .icons_wrap .dateAndLocation .el_date {
  padding-right: 30px;
}
.detail_head .icons_wrap .dateAndLocation .el_date:before {
  content: "\e916";
}
@media only screen and (max-width: 575px) {
  .detail_head .icons_wrap .dateAndLocation .el_date {
    line-height: 24px;
  }
}
.detail_head .icons_wrap .dateAndLocation .el_location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.detail_head .icons_wrap .dateAndLocation .el_location:before {
  content: "\e948";
}
.detail_head .icons_wrap .dateAndLocation .el_location p {
  margin-top: 2px;
  margin-left: 2px;
}
@media only screen and (max-width: 575px) {
  .detail_head .icons_wrap .dateAndLocation .el_location {
    line-height: 24px;
  }
  .detail_head .icons_wrap .dateAndLocation .el_location span {
    margin-top: 4px;
    margin-right: 3px;
  }
}
.detail_head .icons_wrap .social_btn li {
  margin-right: 30px;
}
.detail_head .icons_wrap .social_btn li a {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.detail_head .icons_wrap .social_btn li a:hover {
  color: #000;
}
@media only screen and (max-width: 320px) {
  .detail_head .icons_wrap .social_btn li:last-child {
    margin-right: 0;
  }
}

.relate_book {
  margin-bottom: 70px;
}

.book_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  .book_wrap {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.book_wrap .book_img {
  width: 40%;
}
.book_wrap .book_img.typeStraight {
  width: 28%;
  padding: 25px;
}
@media only screen and (max-width: 1100px) {
  .book_wrap .book_img.typeStraight {
    padding: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .book_wrap .book_img.typeStraight {
    width: 35%;
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .book_wrap .book_img.typeStraight {
    width: 38%;
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .book_wrap .book_img.typeStraight {
    width: 55%;
  }
}
.book_wrap .book_img.typeHoriz {
  width: 33%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .book_wrap .book_img.typeHoriz {
    width: 65%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .book_wrap .book_img.typeHoriz {
    width: 80%;
  }
}
.book_wrap .book_img img {
  -webkit-box-shadow: 3.9px 4.6px 9.5px 0.5px rgba(0, 0, 0, 0.15);
          box-shadow: 3.9px 4.6px 9.5px 0.5px rgba(0, 0, 0, 0.15);
}
.book_wrap .book_description {
  width: 60%;
  padding-left: 5%;
}
@media only screen and (max-width: 900px) {
  .book_wrap .book_description {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .book_wrap .book_description {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 360px) {
  .book_wrap .book_description {
    padding: 0;
  }
}
.book_wrap .book_description .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .book_wrap .book_description .title_wrap {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.book_wrap .book_description .title_wrap .book_date {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  position: relative;
  padding-right: 10px;
}
.book_wrap .book_description .title_wrap .book_date:after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.book_wrap .book_description .title_wrap .book_tit {
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
.book_wrap .book_description .book_cont {
  margin-bottom: 50px;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .book_wrap .book_description .book_cont {
    line-height: 1.5625rem;
    margin-bottom: 25px;
    max-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 900px) {
  .book_wrap .book_description a {
    margin: 0 auto;
  }
}

.book_wrap:last-child {
  margin-top: 50px;
}

.staff_wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .staff_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
  }
}
.staff_wrap .staff_item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .staff_wrap .staff_item {
    width: 100%;
  }
}
.staff_wrap .staff_item .staff_tit {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 40px;
  word-break: keep-all;
}
@media only screen and (max-width: 1200px) {
  .staff_wrap .staff_item .staff_tit {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .staff_wrap .staff_item .staff_tit {
    margin-right: 30px;
  }
}
.staff_wrap .staff_item .staff_name {
  width: calc(90% - 40px);
}
@media only screen and (max-width: 575px) {
  .staff_wrap .staff_item .staff_name {
    width: calc(90% - 30px);
  }
}

.bookSwiper_container {
  position: relative;
  padding: 0 25px;
}
@media only screen and (max-width: 900px) {
  .bookSwiper_container {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .bookSwiper_container {
    width: 90%;
  }
}

.content_block {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}

.arrow_block {
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .arrow_block {
    bottom: 16%;
  }
}
@media only screen and (max-width: 1200px) {
  .arrow_block {
    bottom: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .arrow_block {
    position: absolute;
    bottom: auto;
    top: 20%;
    width: 100%;
  }
}
.arrow_block .arrow {
  position: relative;
  font-size: 1.25rem;
  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;
}
.arrow_block .arrow:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .arrow_block .arrow:before {
    width: 0;
  }
}
.arrow_block .swiper-button-next, .arrow_block .swiper-button-prev {
  background-image: none;
  position: unset;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .arrow_block .swiper-button-next, .arrow_block .swiper-button-prev {
    position: absolute;
    top: 21%;
  }
}
@media only screen and (max-width: 375px) {
  .arrow_block .swiper-button-next, .arrow_block .swiper-button-prev {
    top: 20%;
  }
}
@media only screen and (max-width: 320px) {
  .arrow_block .swiper-button-next, .arrow_block .swiper-button-prev {
    top: 18%;
  }
}
.arrow_block .icon-arrowLeft {
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .arrow_block .icon-arrowLeft {
    left: -5px;
  }
}
@media only screen and (max-width: 375px) {
  .arrow_block .icon-arrowLeft {
    left: -10px;
  }
}
.arrow_block .icon-arrowRight {
  margin-left: 10px;
}
@media only screen and (max-width: 575px) {
  .arrow_block .icon-arrowRight {
    right: -7px;
  }
}
@media only screen and (max-width: 375px) {
  .arrow_block .icon-arrowRight {
    right: -10px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .arrow_block .arrow::before {
    top: -20px;
    right: 45px;
    left: auto;
  }
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 1024px) {
  .book_container {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .book_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.book_container .book__img img {
  -webkit-box-shadow: 3.9px 4.6px 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3.9px 4.6px 10px 3px rgba(0, 0, 0, 0.2);
}
.book_container .book__img.typeStraight {
  width: 28%;
  padding: 25px;
}
@media only screen and (max-width: 1100px) {
  .book_container .book__img.typeStraight {
    padding: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .book_container .book__img.typeStraight {
    width: 35%;
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .book_container .book__img.typeStraight {
    width: 38%;
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .book_container .book__img.typeStraight {
    width: 60%;
  }
}
.book_container .book__img.typeHoriz {
  width: 33%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .book_container .book__img.typeHoriz {
    width: 65%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .book_container .book__img.typeHoriz {
    width: 80%;
  }
}
.book_container .book__description {
  width: 60%;
  padding: 0 50px;
}
@media only screen and (max-width: 900px) {
  .book_container .book__description {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .book_container .book__description {
    padding: 0;
    width: 100%;
  }
}
.book_container .book__description .small_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .book_container .book__description .small_wrap {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.book_container .book__description .small_wrap .book__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.book_container .book__description .small_wrap .book__date:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .book_container .book__description .small_wrap .book__date {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.book_container .book__description .small_wrap .book__title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 900px) {
  .book_container .book__description .small_wrap .book__title {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .book_container .book__description .small_wrap .book__title {
    font-size: 1rem;
  }
}
.book_container .book__description .book__content {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.book_container .morebtn {
  min-width: 120px;
}
@media only screen and (max-width: 900px) {
  .book_container .morebtn {
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .book_container .morebtn {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .book_container .morebtnType {
    margin: 0 auto;
  }
}

.videoBannerSwiper .swiper-slide .img_wrap {
  max-width: 1040px;
  max-height: 580px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .videoBannerSwiper .swiper-slide .img_wrap {
    max-height: 346px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 575px) {
  .videoBannerSwiper .swiper-slide .img_wrap {
    max-height: 200px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 360px) {
  .videoBannerSwiper .swiper-slide .img_wrap {
    max-height: 175px;
  }
}
@media only screen and (max-width: 768px) {
  .videoBannerSwiper .swiper-slide .img_wrap img {
    text-align: center;
  }
}
.videoBannerSwiper .swiper-slide .video_btn_wrap {
  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;
  position: relative;
  cursor: pointer;
}
.videoBannerSwiper .swiper-slide .video_btn_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.videoBannerSwiper .swiper-slide .video_btn_wrap .video_btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 33px;
  right: 35px;
  width: 71px;
  height: 71px;
  margin: -40px 0 0 -40px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.videoBannerSwiper .swiper-slide .video_btn_wrap .video_btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 65px;
  right: 68px;
  width: 0;
  height: 0;
  margin: 2px 0 0 2px;
  border-left: 8px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 575px) {
  .videoBannerSwiper .swiper-slide .video_btn_wrap .video_btn::before {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 17px;
  }
  .videoBannerSwiper .swiper-slide .video_btn_wrap .video_btn::after {
    right: 47px;
    bottom: 45px;
  }
}
.videoBannerSwiper .swiper-slide p {
  padding-top: 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.56px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .videoBannerSwiper .swiper-slide p {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}

.video_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .video_wrapper {
    padding-bottom: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .video_wrapper {
    padding-bottom: 55.75%;
  }
}
.video_iframe, .swiper_video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video_mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.8s, height 0s;
  transition: opacity 0.8s, height 0s;
  height: 0;
  padding-bottom: 56.2%;
}
.video_mask::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.video_mask .video_btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 33px;
  right: 35px;
  width: 71px;
  height: 71px;
  margin: -40px 0 0 -40px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.video_mask .video_btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 65px;
  right: 68px;
  width: 0;
  height: 0;
  margin: 2px 0 0 2px;
  border-left: 8px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 575px) {
  .video_mask .video_btn::before {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 17px;
  }
  .video_mask .video_btn::after {
    right: 47px;
    bottom: 45px;
  }
}
.video_mask:hover .video_btn::before {
  border-color: #cccccc;
}
.video_mask:hover .video_btn::after {
  border-left-color: #cccccc;
}
.videoActive .video_mask {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 0.8s;
          transition-delay: 0s, 0.8s;
}

.videoContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.videoContainer:before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.videoContainer.active {
  opacity: 1;
  visibility: visible;
}
.videoContainer .close_btn {
  top: 80px;
  background-color: #fff;
}
.videoContainer .close_btn::before {
  background-color: #fff;
}
.videoContainer .close_btn a {
  color: #000;
}
@media only screen and (max-width: 1366px) {
  .videoContainer .close_btn {
    top: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .videoContainer .close_btn {
    top: 80px;
  }
}
@media only screen and (max-width: 320px) {
  .videoContainer .close_btn {
    top: 57px;
  }
}
.videoContainer .video_wrapper {
  position: absolute;
  max-width: 1300px;
  width: 90%;
  height: 745px;
  left: 50%;
  top: 17%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .videoContainer .video_wrapper {
    width: 80%;
  }
}
@media only screen and (max-width: 1366px) {
  .videoContainer .video_wrapper {
    width: 60%;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .videoContainer .video_wrapper {
    top: 20%;
  }
}
@media only screen and (max-width: 900px) {
  .videoContainer .video_wrapper {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .videoContainer .video_wrapper {
    top: 37%;
  }
}
@media only screen and (max-width: 375px) {
  .videoContainer .video_wrapper {
    top: 39%;
  }
}
@media only screen and (max-width: 320px) {
  .videoContainer .video_wrapper {
    top: 38%;
  }
}
.videoContainer .video_wrapper .li_video_mask {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.videoContainer .video_wrapper .li_video_mask .video_btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin: -40px 0 0 -40px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.videoContainer .video_wrapper .li_video_mask .video_btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 2px 0 0 2px;
  border-left: 8px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 575px) {
  .videoContainer .video_wrapper .li_video_mask .video_btn::before {
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
  }
  .videoContainer .video_wrapper .li_video_mask .video_btn::after {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

._articlecover ._imgcover ._description, ._articlecover ._imgcoverOut ._description {
  font-size: 14px;
  color: #666666;
}

.alertLibox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  height: 100vh !important;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5vw;
}
.alertLibox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 1000;
}
.alertLibox section {
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 10px;
}
.alertLibox section h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.cont1040 {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.cont1080 {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.cont1180 {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}

.cont1120 {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

.cont1230 {
  max-width: 1230px;
  width: 90%;
  margin: 0 auto;
}

.cont1400 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.cont800 {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.cont1300 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 575px) {
  .rwdMobile_w100 {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .rwd_w90 {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 900px) {
  .pad_90 {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 900px) {
  .rwdPad_w100 {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .p-sm-2 {
    padding: 0 20px !important;
  }
}

._imgcoverOut .-video .video_btn_wrap {
  cursor: pointer;
}
._imgcoverOut .-video .video_btn_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
._imgcoverOut .-video .video_btn_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
._imgcoverOut .-video .video_btn_wrap .video_btn {
  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;
}
._imgcoverOut .-video .video_btn_wrap .video_btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 33px;
  right: 35px;
  width: 71px;
  height: 71px;
  margin: -40px 0 0 -40px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
._imgcoverOut .-video .video_btn_wrap .video_btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 65px;
  right: 68px;
  width: 0;
  height: 0;
  margin: 2px 0 0 2px;
  border-left: 8px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 575px) {
  ._imgcoverOut .-video .video_btn_wrap .video_btn::before {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 17px;
  }
  ._imgcoverOut .-video .video_btn_wrap .video_btn::after {
    right: 47px;
    bottom: 45px;
  }
}

._imgcover .-photo .video_btn_wrap {
  cursor: pointer;
  position: relative;
}
._imgcover .-photo .video_btn_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
._imgcover .-photo .video_btn_wrap .video_btn {
  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;
}
._imgcover .-photo .video_btn_wrap .video_btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 33px;
  right: 35px;
  width: 71px;
  height: 71px;
  margin: -40px 0 0 -40px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
._imgcover .-photo .video_btn_wrap .video_btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 65px;
  right: 68px;
  width: 0;
  height: 0;
  margin: 2px 0 0 2px;
  border-left: 8px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 575px) {
  ._imgcover .-photo .video_btn_wrap .video_btn::before {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 17px;
  }
  ._imgcover .-photo .video_btn_wrap .video_btn::after {
    right: 47px;
    bottom: 45px;
  }
}

.contMoveUp {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.border-top {
  border-top: solid 1px #cccccc;
}

.visibility-hidden {
  visibility: hidden;
}

.d-none {
  display: none;
}

.ajaxDetail_container,
.ajaxDetail_container_exhibition,
.ajaxDetail_container_newsletter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  transition: all 0.5s 0.3s ease-in-out;
}
.ajaxDetail_container.active,
.ajaxDetail_container_exhibition.active,
.ajaxDetail_container_newsletter.active {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ajaxDetail_container_newsletter {
    width: calc(100% + 17px);
  }
}

.swiper-pagination {
  z-index: 9;
  width: 80%;
}
@media only screen and (max-width: 575px) {
  .swiper-pagination-bullet {
    margin: 0 10px;
  }
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  z-index: 9;
}

.cn .videoContainer .video_wrapper .li_video_mask {
  height: 100%;
}

._articlecover article {
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}
._articlecover article:last-child {
  margin-bottom: 0;
}
._articlecover ._articlecontent {
  display: block;
  width: 100%;
  overflow: hidden;
}
._articlecover ._articlecontent ._H {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold !important;
  line-height: 1.5;
}
._articlecover ._articlecontent ._p {
  /* 可自行設定字型、文字大小、行距 */
}
._articlecover ._imgcover, ._articlecover ._imgcoverOut {
  display: none;
  width: 100%;
  float: left;
  margin: 0 !important;
  padding-bottom: 20px;
  /* 可自行覆蓋設定 */
}
._articlecover ._imgcover ._photo, ._articlecover ._imgcoverOut ._photo {
  padding: 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._imgcover ._photo ._img, ._articlecover ._imgcoverOut ._photo ._img {
  width: 100%;
  padding: 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._imgcover ._photo ._description, ._articlecover ._imgcoverOut ._photo ._description,
._articlecover ._imgcoverOut ._description {
  display: block;
  padding: 6px 0 0 0;
  line-height: 1.5;
  /* 可自行覆蓋設定 */
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-vcenter ._imgcover, ._articlecover ._articletype.-wauto ._imgcover {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articlecover ._articletype_D.-vcenter ._imgcoverOut, ._articlecover ._articletype_D.-wauto ._imgcoverOut {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articlecover ._articletype_U.-vcenter ._imgcoverOut, ._articlecover ._articletype_U.-wauto ._imgcoverOut {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articlecover ._articletype.-wauto ._imgcover ._photo ._img, ._articlecover ._articletype_D.-wauto ._imgcoverOut ._photo ._img, ._articlecover ._articletype_U.-wauto ._imgcoverOut ._photo ._img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletyp .-wauto ._imgcover ._photo, ._articlecover ._articletype_D.-wauto ._imgcoverOut ._photo, ._articlecover ._articletype_U.-wauto ._imgcoverOut ._photo {
  padding: 0 0 15px 0;
}
._articlecover ._articletype.-wauto ._imgcover ._photo ._description, ._articlecover ._articletype_D.-wauto ._imgcoverOut ._photo ._description, ._articlecover ._articletype_U.-wauto ._imgcoverOut ._photo ._description {
  text-align: center;
}
._articlecover ._imgcover .-video, ._articlecover ._imgcoverOut .-video {
  position: relative;
  width: 100%;
  height: 0;
  clear: both;
  padding-bottom: 56.2%;
}
._articlecover ._imgcover .-video iframe, ._articlecover ._imgcoverOut .-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
}
._articlecover ._articletype ._articlecontent ._imgcover {
  display: block;
}
._articlecover ._articletype_RR ._articlecontent ._H {
  display: block;
  width: 50%;
  float: right;
}
._articlecover ._articletype_RR ._articlecontent ._imgcover {
  display: block;
  width: 50%;
  float: left;
  padding: 0 30px 30px 0;
}
._articlecover ._articletype_LR ._articlecontent ._H {
  display: block;
  width: 50%;
  float: left;
}
._articlecover ._articletype_LR ._articlecontent ._imgcover {
  display: block;
  width: 50%;
  float: right;
  padding: 0 0 30px 30px;
}
._articlecover ._articletype_L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
._articlecover ._articletype_L ._imgcoverOut {
  display: block;
  width: 50%;
  padding: 0 0 0 30px;
  /* float:right */
}
._articlecover ._articletype_L ._articlecontent ._p {
  display: table;
  /* float:left */
}
._articlecover ._articletype_L ._imgcoverOut {
  display: block !important;
}
._articlecover ._articletype_L ._imgcover {
  display: none !important;
}
._articlecover ._articletype_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
._articlecover ._articletype_R ._imgcoverOut {
  display: block;
  width: 50%;
  padding: 0 30px 0 0;
  /* float:left */
}
._articlecover ._articletype_R ._articlecontent ._p {
  display: table;
  /* float: right */
}
._articlecover ._articletype_R ._imgcoverOut {
  display: block !important;
}
._articlecover ._articletype_R ._imgcover {
  display: none !important;
}
._articlecover ._articletype_L ._articlecontent, ._articlecover ._articletype_R ._articlecontent {
  width: 50%;
}
._articlecover ._articletype_L ._imgcoverOut {
  display: block;
  padding: 0 0 0 30px;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_R ._imgcoverOut {
  display: block;
  padding: 0 30px 0 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_L ._imgcoverOut ._photo, ._articlecover ._articletype_R ._imgcoverOut ._photo {
  padding: 0 0 15px 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_LR ._imgcover {
  display: block;
  padding: 0 0 30px 30px;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_RR ._imgcover {
  display: block;
  padding: 0 30px 30px 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_LR ._imgcover ._photo, ._articlecover ._articletype_RR ._imgcover ._photo {
  padding: 0 0 15px 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_R.-v, ._articlecover ._articletype_L.-v {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articlecover ._articletype_U {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
._articlecover ._articletype_U ._imgcoverOut {
  display: block;
  width: 100%;
  padding: 30px 0 0 0;
}
._articlecover ._articletype_U ._imgcover {
  display: none !important;
}
._articlecover ._articletype_D ._imgcoverOut {
  display: block;
  width: 100%;
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 575px) {
  ._articlecover ._articletype_D ._imgcoverOut {
    padding-bottom: 10px;
  }
}
._articlecover ._articletype_D ._imgcover {
  display: none !important;
}
._articlecover ._articletype_D ._articlecontent ._H {
  width: 100%;
}
._articlecover ._articletype_U ._articlecontent ._H {
  width: 100%;
}
._articlecover ._articletype_D ._imgcover.-row2, ._articlecover ._articletype_D ._imgcover.-row3, ._articlecover ._articletype_D ._imgcover.-row4, ._articlecover ._articletype_D ._imgcover.-row5 {
  display: none !important;
}
._articlecover ._articletype_L ._imgcover.-row2, ._articlecover ._articletype_L ._imgcover.-row3, ._articlecover ._articletype_L ._imgcover.-row4, ._articlecover ._articletype_L ._imgcover.-row5 {
  display: none !important;
}
._articlecover ._articletype_R ._imgcover.-row2, ._articlecover ._articletype_R ._imgcover.-row3, ._articlecover ._articletype_R ._imgcover.-row4, ._articlecover ._articletype_R ._imgcover.-row5 {
  display: none !important;
}
._articlecover ._articletype_U ._imgcover.-row2, ._articlecover ._articletype_U ._imgcover.-row3, ._articlecover ._articletype_U ._imgcover.-row4, ._articlecover ._articletype_U ._imgcover.-row5 {
  display: none !important;
}
._articlecover ._articletype.-row2 ._imgcover ._photo, ._articlecover ._articletype.-row3 ._imgcover ._photo, ._articlecover ._articletype.-row4 ._imgcover ._photo, ._articlecover ._articletype.-row5 ._imgcover ._photo {
  padding: 0 10px 15px 10px;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_D.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row3 ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row4 ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row5 ._imgcoverOut ._photo {
  padding: 0 10px 15px 10px;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_U.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row3 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row4 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row5 ._imgcoverOut ._photo {
  padding: 0 10px 15px 10px;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_L.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_LR.-row2 ._imgcover ._photo {
  width: calc(50% - 10px);
  padding: 0 0 15px 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_R.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_RR.-row2 ._imgcover ._photo {
  width: 50%;
  padding: 0 10px 15px 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_L.-row2 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_LR.-row2 ._imgcover ._photo:nth-child(2n+2) {
  width: 50%;
  padding: 0 0 15px 10px;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype_R.-row2 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_RR.-row2 ._imgcover ._photo:nth-child(2n+2) {
  width: calc(50% - 10px);
  padding: 0 0 15px 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-row2 ._imgcover, ._articlecover ._articletype.-row3 ._imgcover, ._articlecover ._articletype.-row4 ._imgcover, ._articlecover ._articletype.-row5 ._imgcover {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._articlecover ._articletype_D.-row2 ._imgcoverOut, ._articlecover ._articletype_D.-row3 ._imgcoverOut, ._articlecover ._articletype_D.-row4 ._imgcoverOut, ._articlecover ._articletype_D.-row5 ._imgcoverOut {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._articlecover ._articletype_U.-row2 ._imgcoverOut, ._articlecover ._articletype_U.-row3 ._imgcoverOut, ._articlecover ._articletype_U.-row4 ._imgcoverOut, ._articlecover ._articletype_U.-row5 ._imgcoverOut {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._articlecover ._articletype_L.-row2 ._imgcoverOut, ._articlecover ._articletype_LR.-row2 ._imgcover, ._articlecover ._articletype_R.-row2 ._imgcoverOut, ._articlecover ._articletype_RR.-row2 ._imgcover {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
._articlecover ._articletype_LR.-row2 ._imgcoverOut, ._articlecover ._articletype_RR.-row2 ._imgcoverOut, ._articlecover ._articletype_L.-row2 ._imgcover, ._articlecover ._articletype_R.-row2 ._imgcover {
  display: none !important;
}
._articlecover ._articletype.-row5 ._imgcover ._photo, ._articlecover ._articletype_D.-row5 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row5 ._imgcoverOut ._photo {
  width: calc(20% + 4px);
}
._articlecover ._articletype.-row5 ._imgcover ._photo:nth-child(5n+1), ._articlecover ._articletype_D.-row5 ._imgcoverOut ._photo:nth-child(5n+1), ._articlecover ._articletype_U.-row5 ._imgcoverOut ._photo:nth-child(5n+1) {
  width: calc(20% - 6px);
  padding: 0 10px 15px 0;
  /* 可自行覆蓋設定 */
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-row5 ._imgcover ._photo:nth-child(5n+5), ._articlecover ._articletype_D.-row5 ._imgcoverOut ._photo:nth-child(5n+5), ._articlecover ._articletype_U.-row5 ._imgcoverOut ._photo:nth-child(5n+5) {
  width: calc(20% - 6px);
  padding: 0 0 15px 10px;
  /* 可自行覆蓋設定 */
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-row4 ._imgcover ._photo, ._articlecover ._articletype_D.-row4 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row4 ._imgcoverOut ._photo {
  width: calc(25% + 5px);
}
._articlecover ._articletype.-row4 ._imgcover ._photo:nth-child(4n+1), ._articlecover ._articletype_D.-row4 ._imgcoverOut ._photo:nth-child(4n+1), ._articlecover ._articletype_U.-row4 ._imgcoverOut ._photo:nth-child(4n+1) {
  width: calc(25% - 5.1px);
  padding: 0 10px 15px 0;
  /* 可自行覆蓋設定 */
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-row4 ._imgcover ._photo:nth-child(4n+4), ._articlecover ._articletype_D.-row4 ._imgcoverOut ._photo:nth-child(4n+4), ._articlecover ._articletype_U.-row4 ._imgcoverOut ._photo:nth-child(4n+4) {
  width: calc(25% - 5.1px);
  padding: 0 0 15px 10px;
  /* 可自行覆蓋設定 */
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-row3 ._imgcover ._photo, ._articlecover ._articletype_D.-row3 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row3 ._imgcoverOut ._photo {
  width: calc(33.3% + 7px);
}
._articlecover ._articletype.-row3 ._imgcover ._photo:nth-child(3n+1), ._articlecover ._articletype_D.-row3 ._imgcoverOut ._photo:nth-child(3n+1), ._articlecover ._articletype_U.-row3 ._imgcoverOut ._photo:nth-child(3n+1) {
  width: calc(33.3% - 3.5px);
  padding: 0 10px 15px 0;
  /* 可自行覆蓋設定 */
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-row3 ._imgcover ._photo:nth-child(3n+3), ._articlecover ._articletype_D.-row3 ._imgcoverOut ._photo:nth-child(3n+3), ._articlecover ._articletype_U.-row3 ._imgcoverOut ._photo:nth-child(3n+3) {
  width: calc(33.3% - 3.5px);
  padding: 0 0 15px 10px;
  /* 可自行覆蓋設定 */
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-row2 ._imgcover ._photo, ._articlecover ._articletype_D.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row2 ._imgcoverOut ._photo {
  width: 50%;
  padding: 0 10px 15px 0;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-row2 ._imgcover ._photo:nth-child(2n+2), ._articlecover ._articletype_D.-row2 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_U.-row2 ._imgcoverOut ._photo:nth-child(2n+2) {
  padding: 0 0 15px 10px;
  /* 可自行覆蓋設定 */
}
._articlecover ._articletype.-row5.-ex ._imgcover ._photo, ._articlecover ._articletype_D.-row5.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row5.-ex ._imgcoverOut ._photo {
  width: 20% !important;
}
._articlecover ._articletype.-row4.-ex ._imgcover ._photo, ._articlecover ._articletype_D.-row4.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row4.-ex ._imgcoverOut ._photo {
  width: 25% !important;
}
._articlecover ._articletype.-row3.-ex ._imgcover ._photo, ._articlecover ._articletype_D.-row3.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row3.-ex ._imgcoverOut ._photo {
  width: 33.3% !important;
}
._articlecover ._articletype.-row2.-ex ._imgcover ._photo, ._articlecover ._articletype_D.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row2.-ex ._imgcoverOut ._photo {
  width: 50% !important;
}
._articlecover ._articletype.-row2.-ex ._imgcover ._photo, ._articlecover ._articletype.-row3.-ex ._imgcover ._photo, ._articlecover ._articletype.-row4.-ex ._imgcover ._photo, ._articlecover ._articletype.-row5.-ex ._imgcover ._photo {
  padding: 0 !important;
}
._articlecover ._articletype_D.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row3.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row4.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row5.-ex ._imgcoverOut ._photo {
  padding: 0 !important;
}
._articlecover ._articletype_U.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row3.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row4.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row5.-ex ._imgcoverOut ._photo {
  padding: 0 !important;
}
._articlecover ._articletype.-row2.-ex ._imgcover ._photo ._description, ._articlecover ._articletype.-row3.-ex ._imgcover ._photo ._description, ._articlecover ._articletype.-row4.-ex ._imgcover ._photo ._description, ._articlecover ._articletype.-row5.-ex ._imgcover ._photo ._description {
  display: none !important;
}
._articlecover ._articletype_D.-row2.-ex ._imgcoverOut ._photo ._description, ._articlecover ._articletype_D.-row3.-ex ._imgcoverOut ._photo ._description, ._articlecover ._articletype_D.-row4.-ex ._imgcoverOut ._photo ._description, ._articlecover ._articletype_D.-row5.-ex ._imgcoverOut ._photo ._description {
  display: none !important;
}
._articlecover ._articletype_U.-row2.-ex ._imgcoverOut ._photo ._description, ._articlecover ._articletype_U.-row3.-ex ._imgcoverOut ._photo ._description, ._articlecover ._articletype_U.-row4.-ex ._imgcoverOut ._photo ._description, ._articlecover ._articletype_U.-row5.-ex ._imgcoverOut ._photo ._description {
  display: none !important;
}
._articlecover ._articletype_L.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_LR.-ex ._imgcover ._photo, ._articlecover ._articletype_R.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_RR.-ex ._imgcover ._photo {
  padding: 0 !important;
}
._articlecover ._articletype_L.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_LR.-row2.-ex ._imgcover ._photo, ._articlecover ._articletype_R.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_RR.-row2.-ex ._imgcover ._photo {
  width: 50%;
  padding: 0 !important;
}
._articlecover ._articletype_L.-ex ._imgcoverOut ._photo ._description, ._articlecover ._articletype_L.-row2.-ex ._imgcoverOut ._photo ._description {
  display: none !important;
}
._articlecover ._articletype_LR.-ex ._imgcover ._photo ._description, ._articlecover ._articletype_LR.-row2.-ex ._imgcover ._photo ._description {
  display: none !important;
}
._articlecover ._articletype_R.-ex ._imgcoverOut ._photo ._description, ._articlecover ._articletype_R.-row2.-ex ._imgcoverOut ._photo ._description {
  display: none !important;
}
._articlecover ._articletype_RR.-ex ._imgcover ._photo ._description, ._articlecover ._articletype_RR.-row2.-ex ._imgcover ._photo ._description {
  display: none !important;
}

/* 主要物件初始化設定 */
/* 段落群組 (_H+_p+_imagecover) */
/* 段落標題，使用的標籤可自己替換 */
/* 圖片群組 (_imgcover內圖群組，_imgcoverOut外圖群組 ) */
/* 圖片/影片容器 */
/* 圖片img初始設定 */
/* 圖片描述spa初始設定 */
/* ****************************** */
/* 圖片img-保留原尺寸設定 -wauto */
/* ****************************** */
/* 容器中的影片div，可以16:9比例等比縮放-video */
/* 影片iframe設定 */
/* ****************************** */
/* 文字+圖片-預設設定 ( 基本段落 ) _articletype */
/* ****************************** */
/* 文章靠右，繞左圖 _articletype_RR */
/* ****************************** */
/* 文章靠左，繞右圖 _articletype_LR */
/* ****************************** */
/* 文章靠左，圖靠右 _articletype_L */
/* ****************************** */
/* 文章靠右，圖靠左 _articletype_R */
/* ****************************** */
/* 文章靠左，圖靠右 & 文章靠右，圖靠左共用設定 */
/* ****************************** */
/* 文章靠左，圖靠右 & 文章靠右，圖靠左多圖開關 */
/* 多圖圖片/影片容器設定 */
/* ****************************** */
/* 文章靠右，繞左圖 & 文章靠左，繞右圖多圖開關 */
/* 多圖圖片/影片容器設定 */
/* 文章靠左，圖靠右 & 文章靠右，圖靠左，垂直致中設定 -v */
/* ****************************** */
/* 文字置上+圖片置下 _articletype_B */
/* ****************************** */
/* 文字置下+圖片置上 _articletype_B */
/* 文字置下+圖片置上 & 文字置上+圖片置下共用設定 */
/* ****************************** */
/* 多圖設定 */
/* 多圖圖片/影片容器CSS防呆設定 */
/* 多圖圖片/影片容器設定 */
/* 5張一排row5 */
/* 4張一排row4 */
/* 3張一排row3 */
/* 3張一排row2 */
/* ****************************** */
/* 多圖無接縫模式 _ex */
/* ****************************** */
/* RWD */
/* 小於1280 */
/* 小於1024 */
@media screen and (max-width: 1024px) {
  /* 文章靠右+圖片靠左 _articletype_L */
}
/* 小於W420 */
@media screen and (max-width: 850px) {
  ._articlecover article {
    margin-bottom: 50px;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articlecontent ._H {
    width: 100% !important;
    margin: 0 0 5px 0;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articlecontent ._P {
    width: 100% !important;
    font-size: 1.2rem;
    line-height: 1.5;
    /* 可自行覆蓋設定 */
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_L, ._articlecover ._articletype_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ._articlecover ._articletype_LR ._imgcover, ._articlecover ._articletype_RR ._imgcover {
    float: none;
  }
  ._articlecover ._articletype_L ._imgcoverOut, ._articlecover ._articletype_LR ._articlecontent ._imgcover, ._articlecover ._articletype_R ._imgcoverOut, ._articlecover ._articletype_RR ._articlecontent ._imgcover, ._articlecover ._articletype ._articlecontent ._imgcover {
    width: 100%;
    float: none;
    padding: 0 0 30px 0;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_L ._imgcoverOut ._photo, ._articlecover ._articletype_LR ._articlecontent ._imgcover ._photo, ._articlecover ._articletype_R ._imgcoverOut ._photo, ._articlecover ._articletype_RR ._articlecontent ._imgcover ._photo, ._articlecover ._articletype ._articlecontent ._imgcover ._photo {
    width: 100%;
    padding: 0 0 20px 0;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_L ._imgcoverOut ._photo:last-child, ._articlecover ._articletype_LR ._articlecontent ._imgcover ._photo:last-child, ._articlecover ._articletype_R ._imgcoverOut ._photo:last-child, ._articlecover ._articletype_RR ._articlecontent ._imgcover ._photo:last-child, ._articlecover ._articletype ._articlecontent ._imgcover ._photo:last-child {
    padding: 0 0 0 0;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_L ._articlecontent, ._articlecover ._articletype_LR ._articlecontent, ._articlecover ._articletype_R ._articlecontent, ._articlecover ._articletype_RR ._articlecontent {
    width: 100%;
  }
  ._articlecover .-RWDrow2 ._imgcoverOut ._photo {
    width: 50%;
    padding: 0 5px 15px 0;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype.-row2 ._imgcover ._photo, ._articlecover ._articletype.-row3 ._imgcover ._photo, ._articlecover ._articletype.-row4 ._imgcover ._photo, ._articlecover ._articletype.-row5 ._imgcover ._photo {
    width: 50% !important;
    padding: 0 5px 15px 0 !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_D.-row2 ._imgcoverOut ._photo ._articlecover .-RWDrow2 ._imgcover ._photo, ._articlecover ._articletype_D.-row3 ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row4 ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row5 ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 5px 15px 0 !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_L.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_L.-row3 ._imgcoverOut ._photo, ._articlecover ._articletype_L.-row4 ._imgcoverOut ._photo, ._articlecover ._articletype_L.-row5 ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 5px 15px 0 !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_LR.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_LR.-row3 ._imgcoverOut ._photo, ._articlecover ._articletype_LR.-row4 ._imgcoverOut ._photo, ._articlecover ._articletype_LR.-row5 ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 5px 15px 0 !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_R.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_R.-row3 ._imgcoverOut ._photo, ._articlecover ._articletype_R.-row4 ._imgcoverOut ._photo, ._articlecover ._articletype_R.-row5 ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 5px 15px 0 !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_RR.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_RR.-row3 ._imgcoverOut ._photo, ._articlecover ._articletype_RR.-row4 ._imgcoverOut ._photo, ._articlecover ._articletype_RR.-row5 ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 5px 15px 0 !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_U.-row2 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row3 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row4 ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row5 ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 5px 15px 0 !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover .-RWDrow2 ._imgcover ._photo:nth-child(2n+2), ._articlecover .-RWDrow2 ._imgcoverOut ._photo:nth-child(2n+2) {
    width: 50% !important;
    padding: 0 0 15px 5px !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype.-row2 ._imgcover ._photo:nth-child(2n+2), ._articlecover ._articletype.-row3 ._imgcover ._photo:nth-child(2n+2), ._articlecover ._articletype.-row4 ._imgcover ._photo:nth-child(2n+2), ._articlecover ._articletype.-row5 ._imgcover ._photo:nth-child(2n+2) {
    width: 50%;
    padding: 0 0 15px 5px;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_D.-row2 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_D.-row3 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_D.-row4 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_D.-row5 ._imgcoverOut ._photo:nth-child(2n+2) {
    width: 50% !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_L.-row2 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_L.-row3 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_L.-row4 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_L.-row5 ._imgcoverOut ._photo:nth-child(2n+2) {
    width: 50% !important;
    padding: 0 0 15px 5px !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_LR.-row2 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_LR.-row3 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_LR.-row4 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_LR.-row5 ._imgcoverOut ._photo:nth-child(2n+2) {
    width: 50% !important;
    padding: 0 0 15px 5px !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_R.-row2 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_R.-row3 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_R.-row4 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_R.-row5 ._imgcoverOut ._photo:nth-child(2n+2) {
    width: 50% !important;
    padding: 0 0 15px 5px !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_RR.-row2 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_RR.-row3 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_RR.-row4 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_RR.-row5 ._imgcoverOut ._photo:nth-child(2n+2) {
    width: 50% !important;
    padding: 0 0 15px 5px !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover ._articletype_U.-row2 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_U.-row3 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_U.-row4 ._imgcoverOut ._photo:nth-child(2n+2), ._articlecover ._articletype_U.-row5 ._imgcoverOut ._photo:nth-child(2n+2) {
    width: 50% !important;
    padding: 0 0 15px 5px !important;
    /* 可自行覆蓋設定 */
  }
  ._articlecover .-RWDrow2.-ex ._imgcover ._photo, ._articlecover .-RWDrow2.-ex ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 !important;
  }
  ._articlecover ._articletype.-row2.-ex ._imgcover ._photo, ._articlecover ._articletype.-row3.-ex ._imgcover ._photo, ._articlecover ._articletype.-row4.-ex ._imgcover ._photo, ._articlecover ._articletype.-row5.-ex ._imgcover ._photo {
    width: 50% !important;
    padding: 0 !important;
  }
  ._articlecover ._articletype_D.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row3.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row4.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_D.-row5.-ex ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 !important;
  }
  ._articlecover ._articletype_L.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_L.-row3.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_L.-row4.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_L.-row5.-ex ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 !important;
  }
  ._articlecover ._articletype_LR.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_LR.-row3.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_LR.-row4.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_LR.-row5.-ex ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 !important;
  }
  ._articlecover ._articletype_R.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_R.-row3.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_R.-row4.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_R.-row5.-ex ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 !important;
  }
  ._articlecover ._articletype_RR.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_RR.-row3.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_RR.-row4.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_RR.-row5.-ex ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 !important;
  }
  ._articlecover ._articletype_U.-row2.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row3.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row4.-ex ._imgcoverOut ._photo, ._articlecover ._articletype_U.-row5.-ex ._imgcoverOut ._photo {
    width: 50% !important;
    padding: 0 !important;
  }
  ._articlecover .-RWDrow2.-ex ._imgcover ._description, ._articlecover .-RWDrow2.-ex ._imgcoverOut ._description {
    display: none !important;
  }
  ._articlecover ._articletype.-RWDrow2 ._imgcover, ._articlecover ._articletype_D.-RWDrow2 ._imgcoverOut, ._articlecover ._articletype_L.-RWDrow2 ._imgcoverOut, ._articlecover ._articletype_LR.-RWDrow2 ._imgcover, ._articlecover ._articletype_R.-RWDrow2 ._imgcoverOut, ._articlecover ._articletype_RR.-RWDrow2 ._imgcover, ._articlecover ._articletype_U.-RWDrow2 ._imgcoverOut {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  ._articlecover ._articletype.-RWDrow2 ._imgcoverOut, ._articlecover ._articletype_D.-RWDrow2 ._imgcover, ._articlecover ._articletype_L.-RWDrow2 ._imgcover, ._articlecover ._articletype_LR.-RWDrow2 ._imgcoverOut, ._articlecover ._articletype_R.-RWDrow2 ._imgcover, ._articlecover ._articletype_RR.-RWDrow2 ._imgcoverOut, ._articlecover ._articletype_U.-RWDrow2 ._imgcover {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  ._articlecover ._articletype_L ._imgcoverOut, ._articlecover ._articletype_LR ._articlecontent ._imgcover, ._articlecover ._articletype_R ._imgcoverOut, ._articlecover ._articletype_RR ._articlecontent ._imgcover, ._articlecover ._articletype ._articlecontent ._imgcover {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  ._articletype_L.--vcenter, ._articletype_R.--vcenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

._articlecover article {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  ._articlecover article {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 900px) {
  ._articlecover ._articletype ._articlecontent ._imgcover,
  ._articlecover ._articletype_L ._imgcoverOut,
  ._articlecover ._articletype_LR ._articlecontent ._imgcover,
  ._articlecover ._articletype_R ._imgcoverOut,
  ._articlecover ._articletype_RR ._articlecontent ._imgcover {
    float: right;
  }
}

._articlecover ._articletype_U ._imgcoverOut {
  padding-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  ._articlecover ._articletype_U ._imgcoverOut {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  ._articlecover article:last-child {
    margin-bottom: 10px;
  }
}

._articlecover ._articletype.-row2 ._imgcover ._photo {
  padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
  ._articlecover ._articletype.-row2 ._imgcover ._photo {
    width: 100%;
    padding-bottom: 6px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  ._articlecover ._articletype.-row2 ._imgcover ._photo:nth-child(2n+2) {
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  ._articlecover ._imgcover ._photo ._description,
  ._articlecover ._imgcoverOut ._photo ._description {
    font-size: 0.75rem;
  }
}

._articlecover ._imgcover .-video,
._articlecover ._imgcoverOut .-video {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  ._articlecover ._imgcover .-video,
  ._articlecover ._imgcoverOut .-video {
    overflow: hidden;
  }
}

._H.title {
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
  margin-bottom: 0;
}

._P.text {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}

.title_type {
  font-size: 1.125rem !important;
  line-height: 2.5rem;
  letter-spacing: 0.72px !important;
}
@media only screen and (max-width: 575px) {
  .title_type {
    line-height: 1.75rem;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.cont_type {
  font-size: 15px !important;
  line-height: 30px !important;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .cont_type {
    font-size: 0.9375rem !important;
    line-height: 1.5625rem !important;
  }
}

@media only screen and (max-width: 575px) {
  .photo_type {
    width: 100%;
    padding: 0;
  }
}

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

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

.text-grey {
  color: #666666;
}

.px-50 {
  padding: 0 50px;
}

.mx-50 {
  margin: 0 50px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .mb {
    margin-bottom: 10px;
  }
}

.article-border-top {
  border-top: solid 1px #ccc;
  padding-top: 50px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ._articlecover ._articletype_U ._imgcoverOut {
    height: 100%;
  }
}
body.en-lang header .menuLibox .container nav .left, body.en-lang header .menuLibox .container nav .right, body.jp-lang header .menuLibox .container nav .left, body.jp-lang header .menuLibox .container nav .right {
  width: 280px;
}
@media (min-width: 1300), (max-width: 1400px) and (min-height: 600px) {
  body.en-lang header .menuLibox .container nav .left, body.en-lang header .menuLibox .container nav .right, body.jp-lang header .menuLibox .container nav .left, body.jp-lang header .menuLibox .container nav .right {
    width: 250px;
  }
}
@media only screen and (max-width: 1280px) {
  body.en-lang header .menuLibox .container nav .left, body.en-lang header .menuLibox .container nav .right, body.jp-lang header .menuLibox .container nav .left, body.jp-lang header .menuLibox .container nav .right {
    width: 185px;
  }
}
@media only screen and (max-width: 730px) {
  body.en-lang header .menuLibox .container nav .left, body.en-lang header .menuLibox .container nav .right, body.jp-lang header .menuLibox .container nav .left, body.jp-lang header .menuLibox .container nav .right {
    width: calc(50vw - 10px);
  }
}
body#home header .hdContent {
  height: auto;
}

header {
  position: relative;
  z-index: 10;
}

header .hdContent {
  background-color: #fff;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  header .hdContent {
    height: auto;
  }
}
header .hdContent.fixed {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
header .hdContent.hide {
  -webkit-transform: translateY(-110px);
      -ms-transform: translateY(-110px);
          transform: translateY(-110px);
}
header .hdContent.ajaxActive {
  width: calc(100% - 17px);
}
@media only screen and (max-width: 1100px) {
  header .hdContent.ajaxActive {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .hdContent header .hdContent {
    position: static;
    background-attachment: fixed;
  }
  header .hdContent header .hdContent.hide {
    opacity: 0;
  }
}
@media (max-width: 700px) {
  header .hdContent.menuopen .center .openMenu div {
    width: 14px;
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
  }
}
header .hdContent.menuopen .center .openMenu div span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-out, -webkit-transform 0.5s ease 0.5s;
  transition: top 0.3s ease-out, -webkit-transform 0.5s ease 0.5s;
  transition: top 0.3s ease-out, transform 0.5s ease 0.5s;
  transition: top 0.3s ease-out, transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}
header .hdContent.menuopen .center .openMenu div span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s ease 0.5s;
  transition: -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}
header .hdContent.menuopen .center .openMenu div span:nth-child(3) {
  top: calc(50% - 1px);
  width: 0;
  -webkit-transition: top 0.3s ease-out, width 0s ease 0.3s;
  transition: top 0.3s ease-out, width 0s ease 0.3s;
}
header .hdContent.menuopen .left, header .hdContent.menuopen .right {
  -webkit-transform: translate(0, calc(-50% - 20px));
      -ms-transform: translate(0, calc(-50% - 20px));
          transform: translate(0, calc(-50% - 20px));
  opacity: 0;
  pointer-events: none;
}
header .hdContent.menuopen .left {
  -webkit-transform: translate(-100%, calc(-50% - 20px));
      -ms-transform: translate(-100%, calc(-50% - 20px));
          transform: translate(-100%, calc(-50% - 20px));
}
header .hdContent.menuopen .right {
  -webkit-transform: translate(0, calc(-50% - 20px));
      -ms-transform: translate(0, calc(-50% - 20px));
          transform: translate(0, calc(-50% - 20px));
}
header .hdContent .center {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 10px;
  z-index: 1;
}
@media (max-width: 900px) {
  header .hdContent .center {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 0;
    padding: 0 0 5px;
  }
}
header .hdContent .center a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  width: 90px;
}
@media (max-width: 900px) {
  header .hdContent .center a {
    width: 68px;
    -webkit-transform: translate(-50%, 5px);
        -ms-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
}
header .hdContent .center a figure {
  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;
}
header .hdContent .center .openMenu {
  cursor: pointer;
  padding: 5px;
}
header .hdContent .center .openMenu div {
  height: 10px;
  width: 23px;
  position: relative;
}
@media (max-width: 700px) {
  header .hdContent .center .openMenu div {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
header .hdContent .center .openMenu div span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #626262;
  position: absolute;
  left: 0;
}
header .hdContent .center .openMenu div span:nth-child(1) {
  top: 0;
  -webkit-transition: top 0.2s ease-out 0.4s, -webkit-transform 0.4s ease;
  transition: top 0.2s ease-out 0.4s, -webkit-transform 0.4s ease;
  transition: top 0.2s ease-out 0.4s, transform 0.4s ease;
  transition: top 0.2s ease-out 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 700px) {
  header .hdContent .center .openMenu div span:nth-child(1) {
    -webkit-transition: top 0.4s ease-out 0.4s, width 0.4s ease, -webkit-transform 0.4s ease;
    transition: top 0.4s ease-out 0.4s, width 0.4s ease, -webkit-transform 0.4s ease;
    transition: top 0.4s ease-out 0.4s, transform 0.4s ease, width 0.4s ease;
    transition: top 0.4s ease-out 0.4s, transform 0.4s ease, width 0.4s ease, -webkit-transform 0.4s ease;
  }
}
header .hdContent .center .openMenu div span:nth-child(2) {
  top: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .hdContent .center .openMenu div span:nth-child(3) {
  bottom: -2px;
  -webkit-transition: top 0.2s ease-out 0.4s, width 0s ease 0.4s;
  transition: top 0.2s ease-out 0.4s, width 0s ease 0.4s;
}
header .hdContent .left, header .hdContent .right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  header .hdContent .left, header .hdContent .right {
    display: none;
  }
}
header .hdContent .left > ul, header .hdContent .right > ul {
  height: 90px;
  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;
}
header .hdContent .left > ul > li, header .hdContent .right > ul > li {
  margin: 0 1.3vw;
  padding: 0 10px;
  position: relative;
}
@media (min-width: 1921px) {
  header .hdContent .left > ul > li, header .hdContent .right > ul > li {
    margin: 0 25px;
  }
}
@media (max-width: 1200px) {
  header .hdContent .left > ul > li, header .hdContent .right > ul > li {
    margin: 0;
  }
}
header .hdContent .left > ul > li > a, header .hdContent .right > ul > li > a {
  padding-bottom: 5px;
  letter-spacing: 0.5px;
  font-weight: bold;
  border-bottom: solid 2px transparent;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  header .hdContent .left > ul > li > a:hover, header .hdContent .right > ul > li > a:hover {
    color: #473b3b;
    border-bottom: solid 2px #000;
  }
}
header .hdContent .left > ul > li .dropdown, header .hdContent .right > ul > li .dropdown {
  display: none;
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .hdContent .left > ul > li .nav_item, header .hdContent .right > ul > li .nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .hdContent .left > ul > li .nav_item li, header .hdContent .right > ul > li .nav_item li {
  background-color: #fff;
  text-align: center;
}
header .hdContent .left > ul > li .nav_item li a, header .hdContent .right > ul > li .nav_item li a {
  white-space: nowrap;
  display: block;
  padding: 9px 35px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 576px) {
  header .hdContent .left > ul > li .nav_item li a:hover, header .hdContent .right > ul > li .nav_item li a:hover {
    color: rgba(0, 0, 0, 0.65);
  }
}
header .hdContent .left > ul > li .nav_item li:first-child, header .hdContent .right > ul > li .nav_item li:first-child {
  padding-top: 15px;
}
header .hdContent .left > ul > li .nav_item li:last-child, header .hdContent .right > ul > li .nav_item li:last-child {
  padding-bottom: 15px;
}
header .hdContent .left {
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  padding-right: 90px;
}
header .hdContent .right {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-left: 90px;
}

header .menuLibox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  padding: 120px 0 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: url("../../../dist/assets/img/icom/Xw.cur"), default;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
@media (max-height: 700px) and (min-width: 1025px) {
  header .menuLibox {
    padding: 0 0 0;
  }
}
@media (max-width: 730px) {
  header .menuLibox {
    padding: 0;
  }
}
header .menuLibox.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s both;
          animation: fadeIn 0.4s both;
}
header .menuLibox.close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeOut 0.4s both;
          animation: fadeOut 0.4s both;
}
header .menuLibox section {
  height: calc(100vh - 180px);
  padding: 0 calc(100vh - 180px) 0 0;
  position: relative;
  cursor: default;
}
@media (min-height: 911px) {
  header .menuLibox section {
    height: 730px;
    padding: 0 730px 0 0;
  }
}
@media only screen and (max-width: 1366px) {
  header .menuLibox section {
    margin-top: 1%;
  }
}
@media (max-height: 620px) and (max-width: 1280px) {
  header .menuLibox section {
    width: auto;
    height: calc(100vh - 180px);
    padding: 0 430px 0 0;
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  header .menuLibox section {
    width: auto;
    height: calc(100vh - 150px);
    padding: 0 460px 0 0;
    margin-top: 120px;
  }
}
@media only screen and (max-width: 730px) {
  header .menuLibox section {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
header .menuLibox .container {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffdc4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 100px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: url("../../../dist/assets/img/icom/Xw.cur");
  overflow: hidden;
}
@media (max-height: 800px) {
  header .menuLibox .container {
    padding: 30px 0 70px;
  }
}
@media (max-height: 700px) {
  header .menuLibox .container {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  header .menuLibox .container {
    padding: 55px 0 45px;
  }
}
@media (max-width: 730px) {
  header .menuLibox .container {
    border-radius: 0;
    padding: 100px 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-height: 600px) {
  header .menuLibox .container {
    padding: 85px 0 15px;
  }
}
@media (max-width: 350px) {
  header .menuLibox .container {
    padding: 85px 0 15px;
  }
}
header .menuLibox .container .circle {
  position: absolute;
  top: 30%;
  left: 26%;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .menuLibox .container .language {
  font-weight: bold;
  z-index: 1;
  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;
}
header .menuLibox .container .language > * {
  margin: 0 5px;
  padding: 0 5px;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  header .menuLibox .container .language > * {
    margin: 0 3px;
  }
}
header .menuLibox .container .language a {
  line-height: 1.5;
  font-size: 0.9375rem;
}
header .menuLibox .container .language a.active {
  cursor: default;
}
header .menuLibox .container .language span {
  font-size: 1.125rem;
}
header .menuLibox .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
header .menuLibox .container nav .left, header .menuLibox .container nav .right {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-height: 910px) {
  header .menuLibox .container nav .left, header .menuLibox .container nav .right {
    width: 22vh;
  }
}
@media (max-height: 700px) and (min-width: 1025px), (max-width: 730px) {
  header .menuLibox .container nav .left, header .menuLibox .container nav .right {
    width: 200px;
  }
}
@media (min-width: 1300), (max-width: 1400px) and (min-height: 600px) {
  header .menuLibox .container nav .left, header .menuLibox .container nav .right {
    width: 150px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  header .menuLibox .container nav .left, header .menuLibox .container nav .right {
    width: 150px;
  }
}
@media (max-width: 730px) {
  header .menuLibox .container nav .left, header .menuLibox .container nav .right {
    width: 37vw;
  }
}
header .menuLibox .container nav .left a, header .menuLibox .container nav .right a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 576px) {
  header .menuLibox .container nav .left a:hover, header .menuLibox .container nav .right a:hover {
    letter-spacing: 4px;
  }
}
header .menuLibox .container nav .left div:not(:last-child) {
  margin: 0 0 40px;
}
@media (max-height: 910px) {
  header .menuLibox .container nav .left div:not(:last-child) {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  header .menuLibox .container nav .left div:not(:last-child) {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 360px) {
  header .menuLibox .container nav .left div:not(:last-child) {
    margin: 0 0 20px;
  }
}
header .menuLibox .container nav .left div h4 {
  font-size: 1.25rem;
  font-weight: bolder;
  line-height: 1.5;
}
@media (max-height: 700px) and (min-width: 1025px) {
  header .menuLibox .container nav .left div h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 350px) {
  header .menuLibox .container nav .left div h4 {
    font-size: 1rem;
  }
}
header .menuLibox .container nav .left div h4:not(:last-child) {
  margin: 0 0 10px;
}
@media (max-height: 700px) and (min-width: 1025px) {
  header .menuLibox .container nav .left div h4:not(:last-child) {
    margin: 0 0 5px;
  }
}
@media (max-width: 700px) and (max-height: 600px) {
  header .menuLibox .container nav .left div h4:not(:last-child) {
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 575px) {
  header .menuLibox .container nav .left div h4:not(:last-child) {
    margin: 0 0 15px;
  }
}
header .menuLibox .container nav .left div ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
}
header .menuLibox .container nav .left div ul li:not(:last-child) {
  margin: 0 0 15px;
}
@media (max-height: 910px) {
  header .menuLibox .container nav .left div ul li:not(:last-child) {
    margin: 0 0 10px;
  }
}
@media (max-height: 700px) and (min-width: 1025px) {
  header .menuLibox .container nav .left div ul li:not(:last-child) {
    margin: 0 0 5px;
  }
}
@media (max-width: 700px) and (max-height: 600px) {
  header .menuLibox .container nav .left div ul li:not(:last-child) {
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 575px) {
  header .menuLibox .container nav .left div ul li:not(:last-child) {
    margin: 0 0 11px;
  }
}
header .menuLibox .container nav .left div ul li a {
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-height: 700px) and (min-width: 1025px) {
  header .menuLibox .container nav .left div ul li a {
    font-size: 0.875rem;
  }
}
@media (max-width: 350px) {
  header .menuLibox .container nav .left div ul li a {
    font-size: 0.875rem;
  }
}
header .menuLibox .container nav .right ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  header .menuLibox .container nav .right ul {
    height: auto;
  }
}
header .menuLibox .container nav .right ul li {
  font-size: 1.25rem;
  font-weight: bolder;
  line-height: 1.5;
}
@media (max-height: 700px) and (min-width: 1025px) {
  header .menuLibox .container nav .right ul li {
    font-size: 1.125rem;
  }
}
@media (max-width: 350px) {
  header .menuLibox .container nav .right ul li {
    font-size: 1rem;
  }
}
header .menuLibox .container nav .right ul li:not(:first-child) {
  margin-top: 20px;
}
header .menuLibox .container .socialMedia {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-height: 700px) and (min-width: 1025px), (max-width: 730px) {
  header .menuLibox .container .socialMedia {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    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;
  }
}
@media (max-height: 700px) and (max-width: 1366px) {
  header .menuLibox .container .socialMedia {
    -webkit-transform: translate(10px, 35px);
        -ms-transform: translate(10px, 35px);
            transform: translate(10px, 35px);
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  header .menuLibox .container .socialMedia {
    -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
            transform: translateY(35px);
  }
}
@media only screen and (max-width: 730px) {
  header .menuLibox .container .socialMedia {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 5vw;
    bottom: 3%;
  }
}
@media only screen and (max-width: 360px) {
  header .menuLibox .container .socialMedia {
    bottom: 7%;
  }
}
header .menuLibox .container .socialMedia ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 730px) {
  header .menuLibox .container .socialMedia ul {
    width: 60%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 375px) {
  header .menuLibox .container .socialMedia ul {
    width: 65%;
    padding-right: 10px;
  }
}
@media (max-width: 350px) {
  header .menuLibox .container .socialMedia ul {
    padding: 0;
  }
}
header .menuLibox .container .socialMedia ul li {
  position: absolute;
  margin: 0 10px;
}
@media only screen and (max-width: 730px) {
  header .menuLibox .container .socialMedia ul li {
    position: static;
    margin: 0 8px 10px;
  }
}
@media only screen and (max-width: 320px) {
  header .menuLibox .container .socialMedia ul li {
    margin: 0 5px 10px;
  }
}
header .menuLibox .container .socialMedia ul li:nth-child(1) {
  right: -110px;
  bottom: 8px;
}
header .menuLibox .container .socialMedia ul li:nth-child(2) {
  right: -50px;
  bottom: 0;
}
header .menuLibox .container .socialMedia ul li:nth-child(3) {
  left: -70px;
  bottom: 0;
}
header .menuLibox .container .socialMedia ul li:nth-child(4) {
  left: -125px;
  bottom: 10px;
}
header .menuLibox .container .socialMedia ul li:nth-child(5) {
  left: -175px;
  bottom: 31px;
}
@media (min-width: 1300px) and (max-height: 800px) {
  header .menuLibox .container .socialMedia ul li:nth-child(5) {
    bottom: 35px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  header .menuLibox .container .socialMedia ul li:nth-child(5) {
    left: -170px;
    bottom: 42px;
  }
}
header .menuLibox .container .socialMedia ul li:nth-child(6) {
  left: -225px;
  bottom: 63px;
}
@media (min-width: 1300px) and (max-height: 800px) {
  header .menuLibox .container .socialMedia ul li:nth-child(6) {
    left: -220px;
    bottom: 73px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  header .menuLibox .container .socialMedia ul li:nth-child(6) {
    left: -207px;
    bottom: 84px;
  }
}
header .menuLibox .container .socialMedia ul li:nth-child(7) {
  left: -269px;
  bottom: 102px;
}
@media (min-width: 1300px) and (max-height: 800px) {
  header .menuLibox .container .socialMedia ul li:nth-child(7) {
    left: -253px;
    bottom: 119px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  header .menuLibox .container .socialMedia ul li:nth-child(7) {
    left: -230px;
    bottom: 130px;
  }
}
header .menuLibox .container .socialMedia ul li a {
  padding: 0 10px;
  display: block;
}
@media (max-width: 700px) {
  header .menuLibox .container .socialMedia ul li a {
    padding: 5px;
  }
}
@media only screen and (min-width: 576px) {
  header .menuLibox .container .socialMedia ul li a:hover span {
    color: rgb(0, 0, 0);
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
header .menuLibox .container .socialMedia ul li a span {
  display: block;
  font-size: 1.25rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: rgba(0, 0, 0, 0.4);
}
header .menuLibox .container .socialMedia .quotations {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f43b2c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 20px;
  left: 100%;
  cursor: pointer;
  font-size: 0.9375rem;
  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;
}
@media (max-height: 700px) and (min-width: 1025px), (max-width: 730px) {
  header .menuLibox .container .socialMedia .quotations {
    position: relative;
    bottom: auto;
    left: auto;
    width: 110px;
    height: 110px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 700px) {
  header .menuLibox .container .socialMedia .quotations {
    margin: auto;
  }
}
header .menuLibox .container .mouseCircle {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .menuLibox .container {
    padding-top: 100px;
  }
}
header .menuLibox .quotations {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #f43b2c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 3%;
  margin: 0 0 0 20px;
  right: 12%;
  cursor: pointer;
  font-size: 0.9375rem;
  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;
}
@media (max-height: 700px) and (min-width: 1025px), (max-width: 730px) {
  header .menuLibox .quotations {
    position: absolute;
    bottom: 4%;
    right: 16%;
    width: 110px;
    height: 110px;
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 1280px) {
  header .menuLibox .quotations {
    bottom: 8%;
    right: 0;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  header .menuLibox .quotations {
    bottom: 2%;
    right: -4%;
  }
}
@media only screen and (max-width: 730px) {
  header .menuLibox .quotations {
    bottom: 6%;
    right: 5%;
  }
}
@media only screen and (max-width: 375px) {
  header .menuLibox .quotations {
    right: 8%;
  }
}
@media only screen and (max-width: 360px) {
  header .menuLibox .quotations {
    bottom: 10%;
  }
}
@media only screen and (max-width: 320px) {
  header .menuLibox .quotations {
    width: 90px;
    height: 90px;
  }
}
header .menuLibox .quotations p {
  width: 100%;
  position: absolute;
}
header .menuLibox .quotations p.today {
  top: 22%;
  left: 7px;
  color: #f43b2c;
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: 1;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 1280px) {
  header .menuLibox .quotations p.today {
    left: 6px;
  }
}
@media only screen and (max-width: 575px) {
  header .menuLibox .quotations p.today {
    left: 5px;
  }
}
header .menuLibox .quotations p.y {
  top: 66%;
  left: 0;
  font-family: "MyriadPro-Light", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 0.875rem;
}
header .menuLibox .quotations figure {
  position: absolute;
  top: 12%;
  left: 25%;
  width: 46%;
}

.cn header .menuLibox .container .socialMedia ul li:nth-child(2) {
  right: -60px;
}
.cn header .menuLibox .container .socialMedia ul li:nth-child(3) {
  left: -60px;
  bottom: 4px;
}
@media only screen and (max-width: 575px) {
  .cn header .menuLibox .container .socialMedia ul li:nth-child(2) {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 575px) {
  .cn header .menuLibox .container .socialMedia {
    width: 100%;
    padding: 0 19%;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .cn header .menuLibox .container .socialMedia ul {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  body.en-lang .home_copyright .ftContent .ftLink .link, body.en-lang footer .ftContent .ftLink .link, body.jp-lang .home_copyright .ftContent .ftLink .link, body.jp-lang footer .ftContent .ftLink .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  body.en-lang .home_copyright .ftContent .ftLink .link a:not(:last-child), body.en-lang footer .ftContent .ftLink .link a:not(:last-child), body.jp-lang .home_copyright .ftContent .ftLink .link a:not(:last-child), body.jp-lang footer .ftContent .ftLink .link a:not(:last-child) {
    margin: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  body.en-lang .home_copyright .ftContent .ftLink .link a:not(:last-child)::after, body.en-lang footer .ftContent .ftLink .link a:not(:last-child)::after, body.jp-lang .home_copyright .ftContent .ftLink .link a:not(:last-child)::after, body.jp-lang footer .ftContent .ftLink .link a:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

footer {
  height: 80px;
}

footer, .home_copyright {
  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;
  background-color: #fff;
}
@media (max-width: 1024px) {
  footer, .home_copyright {
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
footer .ftContent, .home_copyright .ftContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1820px;
  width: 100%;
  padding: 0 50px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279px) {
  footer .ftContent, .home_copyright .ftContent {
    padding: 0 3vw;
  }
}
@media (max-width: 1024px) {
  footer .ftContent, .home_copyright .ftContent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5vw 35px;
  }
}
footer .ftContent .ftGotop, .home_copyright .ftContent .ftGotop {
  width: 45px;
  height: 45px;
  background-color: #000000;
  color: #fff;
  font-size: 0.8125rem;
  font-family: "JaguarJCBook";
  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;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1279px) {
  footer .ftContent .ftGotop, .home_copyright .ftContent .ftGotop {
    right: 3vw;
  }
}
@media (max-width: 1024px) {
  footer .ftContent .ftGotop, .home_copyright .ftContent .ftGotop {
    position: relative;
    top: -25px;
    right: auto;
  }
}
footer .ftContent .ftLink, .home_copyright .ftContent .ftLink {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  footer .ftContent .ftLink, .home_copyright .ftContent .ftLink {
    left: 59%;
  }
}
@media (max-width: 1279px) {
  footer .ftContent .ftLink, .home_copyright .ftContent .ftLink {
    left: calc(50% + 30px);
  }
}
@media (max-width: 1024px) {
  footer .ftContent .ftLink, .home_copyright .ftContent .ftLink {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  footer .ftContent .ftLink, .home_copyright .ftContent .ftLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .ftContent .ftLink .socialMedia, .home_copyright .ftContent .ftLink .socialMedia {
  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;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  footer .ftContent .ftLink .socialMedia, .home_copyright .ftContent .ftLink .socialMedia {
    margin: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  footer .ftContent .ftLink .socialMedia, .home_copyright .ftContent .ftLink .socialMedia {
    margin-top: 10px;
  }
}
footer .ftContent .ftLink .socialMedia a, .home_copyright .ftContent .ftLink .socialMedia a {
  font-size: 1.25rem;
  padding: 0 6px;
  margin: 0 6px;
}
@media (max-width: 1279px) {
  footer .ftContent .ftLink .socialMedia a, .home_copyright .ftContent .ftLink .socialMedia a {
    padding: 0 5px;
    margin: 0 5px;
    font-size: 1.125rem;
  }
}
footer .ftContent .ftLink .socialMedia a span, .home_copyright .ftContent .ftLink .socialMedia a span {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #666666;
  display: block;
}
footer .ftContent .ftLink .socialMedia a:hover span, .home_copyright .ftContent .ftLink .socialMedia a:hover span {
  color: #000;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
footer .ftContent .ftLink .link, .home_copyright .ftContent .ftLink .link {
  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;
}
@media (max-width: 1024px) {
  footer .ftContent .ftLink .link, .home_copyright .ftContent .ftLink .link {
    margin: 10px 0;
  }
}
footer .ftContent .ftLink .link a, .home_copyright .ftContent .ftLink .link a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding: 0 5px;
}
@media (max-width: 1279px) {
  footer .ftContent .ftLink .link a, .home_copyright .ftContent .ftLink .link a {
    font-size: 0.9375rem;
  }
}
footer .ftContent .ftLink .link a:not(:last-child), .home_copyright .ftContent .ftLink .link a:not(:last-child) {
  margin: 0 10px 0 0;
}
@media (max-width: 1279px) and (min-width: 1025px) {
  footer .ftContent .ftLink .link a:not(:last-child), .home_copyright .ftContent .ftLink .link a:not(:last-child) {
    margin: 0 5px 0 0;
  }
}
footer .ftContent .ftLink .link a:not(:last-child):after, .home_copyright .ftContent .ftLink .link a:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
@media (max-width: 1279px) and (min-width: 1025px) {
  footer .ftContent .ftLink .link a:not(:last-child):after, .home_copyright .ftContent .ftLink .link a:not(:last-child):after {
    right: -2.5px;
  }
}
@media (max-width: 1024px) {
  footer .ftContent .copyright, .home_copyright .ftContent .copyright {
    text-align: center;
    margin: 15px 0 0;
  }
}
footer .ftContent .copyright p, .home_copyright .ftContent .copyright p {
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 0.875rem;
  font-family: "MyriadPro-Regular", 微軟正黑體;
}
@media (max-width: 1024px) {
  footer .ftContent .copyright p, .home_copyright .ftContent .copyright p {
    font-size: 0.875rem;
    font-family: "MyriadPro-Regular", 微軟正黑體;
  }
}
footer .ftContent .copyright p .openPrivacy, .home_copyright .ftContent .copyright p .openPrivacy {
  margin: 0 0 0 10px;
  font-size: 0.875rem;
  font-weight: bold;
}
footer .ft_lbox, .home_copyright .ft_lbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
footer .ft_lbox .block, .home_copyright .ft_lbox .block {
  position: relative;
  margin: 0 auto;
  padding: 110px 55px 76px;
  max-width: 750px;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 1440px) {
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 1366px) {
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    padding-bottom: 50px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    padding-bottom: 30px;
    padding-top: 80px;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    padding: 80px 30px 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    padding-top: 50px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 360px) {
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    padding-top: 50px;
  }
}
footer .ft_lbox .block::after, .home_copyright .ft_lbox .block::after {
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: -2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}
footer .ft_lbox .block .success-close, .home_copyright .ft_lbox .block .success-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 500px;
  background-color: #f43b2c;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}
footer .ft_lbox .block .success-close span, .home_copyright .ft_lbox .block .success-close span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .ft_lbox .block .success-close:hover span, .home_copyright .ft_lbox .block .success-close:hover span {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
footer .ft_lbox .block .success-img, .home_copyright .ft_lbox .block .success-img {
  margin: 0 auto;
  max-width: 10.9375vw;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  footer .ft_lbox .block .success-img, .home_copyright .ft_lbox .block .success-img {
    max-width: 13vw;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  footer .ft_lbox .block .success-img, .home_copyright .ft_lbox .block .success-img {
    max-width: 18vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .ft_lbox .block .success-img, .home_copyright .ft_lbox .block .success-img {
    max-width: 20vw;
  }
}
@media only screen and (max-width: 575px) {
  footer .ft_lbox .block .success-img, .home_copyright .ft_lbox .block .success-img {
    max-width: 48vw;
  }
}
footer .ft_lbox .block .success-title, .home_copyright .ft_lbox .block .success-title {
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: 2.34px;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  footer .ft_lbox .block .success-title, .home_copyright .ft_lbox .block .success-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: 1.95px;
  }
}
footer .ft_lbox .block .success-subtitle, .home_copyright .ft_lbox .block .success-subtitle {
  font-size: 1.25rem;
  line-height: 3.125rem;
}
@media only screen and (max-width: 575px) {
  footer .ft_lbox .block .success-subtitle, .home_copyright .ft_lbox .block .success-subtitle {
    font-size: 1rem;
    line-height: 2.375rem;
  }
}
footer .ft_lbox .block .success-text, .home_copyright .ft_lbox .block .success-text {
  margin-top: 25px;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
  line-height: 1.5rem;
  text-align: left;
  z-index: 1;
}
footer .ft_lbox .block .success-text a, .home_copyright .ft_lbox .block .success-text a {
  color: #b30000;
  text-decoration: underline;
}
@media only screen and (max-width: 360px) {
  footer .ft_lbox .block .success-text, .home_copyright .ft_lbox .block .success-text {
    padding-bottom: 30px;
  }
}
footer .ft_lbox .block .success .scroll-wrap, .home_copyright .ft_lbox .block .success .scroll-wrap {
  padding: 30px 30px 70px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  footer .ft_lbox .block .success .scroll-wrap, .home_copyright .ft_lbox .block .success .scroll-wrap {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  footer .ft_lbox .block .success .scroll-wrap, .home_copyright .ft_lbox .block .success .scroll-wrap {
    -webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    padding: 10px 0;
    max-height: 300px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
  footer .ft_lbox .block .success .scroll-wrap, .home_copyright .ft_lbox .block .success .scroll-wrap {
    max-height: 250px;
  }
}
footer .ft_lbox .block .bg_wrap, .home_copyright .ft_lbox .block .bg_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #eee;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  footer .ft_lbox .block .bg_wrap, .home_copyright .ft_lbox .block .bg_wrap {
    height: 100vh;
  }
}
footer .ft_lbox .block .bg_wrap .bg_top, footer .ft_lbox .block .bg_wrap .bg_bottom, .home_copyright .ft_lbox .block .bg_wrap .bg_top, .home_copyright .ft_lbox .block .bg_wrap .bg_bottom {
  position: absolute;
  width: 100%;
}
footer .ft_lbox .block .bg_wrap .bg_top, .home_copyright .ft_lbox .block .bg_wrap .bg_top {
  top: 0;
  left: 58%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 31.6vw;
}
@media only screen and (max-width: 1440px) {
  footer .ft_lbox .block .bg_wrap .bg_top, .home_copyright .ft_lbox .block .bg_wrap .bg_top {
    max-width: 41.6vw;
  }
}
@media only screen and (max-width: 1366px) {
  footer .ft_lbox .block .bg_wrap .bg_top, .home_copyright .ft_lbox .block .bg_wrap .bg_top {
    max-width: 45.6vw;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  footer .ft_lbox .block .bg_wrap .bg_top, .home_copyright .ft_lbox .block .bg_wrap .bg_top {
    max-width: 58.6vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .ft_lbox .block .bg_wrap .bg_top, .home_copyright .ft_lbox .block .bg_wrap .bg_top {
    left: 60%;
    max-width: 62.6vw;
  }
}
@media only screen and (max-width: 575px) {
  footer .ft_lbox .block .bg_wrap .bg_top, .home_copyright .ft_lbox .block .bg_wrap .bg_top {
    top: -1%;
    left: 67%;
    max-width: unset;
    width: 123%;
  }
}
footer .ft_lbox .block .bg_wrap .bg_bottom, .home_copyright .ft_lbox .block .bg_wrap .bg_bottom {
  bottom: 0;
  left: 0;
  max-width: 24.84375vw;
}
@media only screen and (max-width: 1440px) {
  footer .ft_lbox .block .bg_wrap .bg_bottom, .home_copyright .ft_lbox .block .bg_wrap .bg_bottom {
    max-width: 30.8vw;
  }
}
@media only screen and (max-width: 1366px) {
  footer .ft_lbox .block .bg_wrap .bg_bottom, .home_copyright .ft_lbox .block .bg_wrap .bg_bottom {
    max-width: 34.8vw;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  footer .ft_lbox .block .bg_wrap .bg_bottom, .home_copyright .ft_lbox .block .bg_wrap .bg_bottom {
    max-width: 45.8vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .ft_lbox .block .bg_wrap .bg_bottom, .home_copyright .ft_lbox .block .bg_wrap .bg_bottom {
    max-width: 48.8vw;
  }
}
@media only screen and (max-width: 575px) {
  footer .ft_lbox .block .bg_wrap .bg_bottom, .home_copyright .ft_lbox .block .bg_wrap .bg_bottom {
    left: -21%;
    max-width: 89.8vw;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  footer .ft_lbox, .home_copyright .ft_lbox {
    overflow-y: scroll;
  }
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 800px) {
  footer .ft_lbox, .home_copyright .ft_lbox {
    overflow-y: scroll;
  }
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .ft_lbox .block, .home_copyright .ft_lbox .block {
    margin-bottom: 0;
  }
}

.lightbox_container {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1550px) and (max-height: 800px) {
  .lightbox_container {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 575px) {
  .lightbox_container {
    overflow-y: auto;
  }
}
.lightbox_container.active {
  opacity: 1;
  height: 100vh;
  z-index: 999;
  top: 0;
  left: 0;
}

.lightbox_container_scroll {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .lightbox_container_scroll {
    overflow-y: auto;
  }
}
.lightbox_container_scroll.active {
  opacity: 1;
  height: 100vh;
  z-index: 999;
  top: 0;
  left: 0;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .lightbox_container_scroll .lightbox {
    padding: 0;
  }
}

.lightbox {
  position: relative;
  max-width: 1040px;
  width: 90%;
  background-color: #fff;
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: 50px;
  -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
          transform: translateY(-300px);
}
@media only screen and (max-width: 768px) {
  .lightbox {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .lightbox {
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }
}
.lightbox_close__btn {
  width: 40px;
  height: 40px;
  border-radius: 99%;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  position: relative;
  left: 50.5%;
  -webkit-transform: translateX(-50.5%);
      -ms-transform: translateX(-50.5%);
          transform: translateX(-50.5%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: translate(-50.5%, -20px);
      -ms-transform: translate(-50.5%, -20px);
          transform: translate(-50.5%, -20px);
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .lightbox_close__btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1900px) {
  .lightbox_close__btn {
    left: 50%;
    -webkit-transform: translate(-50%, -20px);
        -ms-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
  }
}
.lightbox_close__btn::before {
  content: "";
  width: 1px;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
}
.lightbox_close__btn .icon-up-icon {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.lightbox.animation {
  -webkit-animation: lightBoxAnimation forwards;
          animation: lightBoxAnimation forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.lightbox.eanimationExit {
  opacity: 1;
  -webkit-animation: lightBoxAnimationExit;
          animation: lightBoxAnimationExit;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
@-webkit-keyframes lightBoxAnimation {
  0% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  100% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}
@keyframes lightBoxAnimation {
  0% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  100% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}
@-webkit-keyframes lightBoxAnimationExit {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
}
@keyframes lightBoxAnimationExit {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
}

.el_sessionInfo {
  padding-bottom: 100px;
}
.el_sessionInfo .lightbox_close__btn .icon-close {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.el_sessionInfo .lightbox_close__btn:hover .icon-close {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.el_sessionInfo .el_sessionInfo__tit {
  text-align: center;
  margin-bottom: 3.125rem;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 575px) {
  .el_sessionInfo .el_sessionInfo__tit {
    margin-bottom: 50px;
  }
}
.el_sessionInfo .el_sessionInfo__tit .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.el_sessionInfo .el_sessionInfo__tit .en {
  font-size: 1.125rem;
  line-height: unset;
  letter-spacing: unset;
}
.el_sessionInfo .el_sessionInfo__table {
  line-height: 1.5;
}
.el_sessionInfo .el_sessionInfo__table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el_sessionInfo .el_sessionInfo__table .td {
  width: 50%;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .el_sessionInfo .el_sessionInfo__table .td {
    width: auto;
  }
}
.el_sessionInfo .el_sessionInfo__table .td:first-child {
  width: 35%;
}
@media only screen and (max-width: 575px) {
  .el_sessionInfo .el_sessionInfo__table .td:first-child {
    width: auto;
  }
}
.el_sessionInfo .el_sessionInfo__table .td:last-child {
  width: 25%;
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .el_sessionInfo .el_sessionInfo__table .td:last-child {
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .el_sessionInfo .el_sessionInfo__table .td {
    width: 100%;
    margin-right: 0;
    margin: 5px 0;
  }
}
.el_sessionInfo .el_sessionInfo__table .thead {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .el_sessionInfo .el_sessionInfo__table .thead {
    border-top: 0;
  }
}
.el_sessionInfo .el_sessionInfo__table .thead .tr {
  margin: 15px;
}
@media only screen and (max-width: 575px) {
  .el_sessionInfo .el_sessionInfo__table .thead .tr {
    display: none;
  }
}
.el_sessionInfo .el_sessionInfo__table .tbody {
  position: relative;
  border-bottom: 4px solid #000;
}
.el_sessionInfo .el_sessionInfo__table .tbody .tr {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 575px) {
  .el_sessionInfo .el_sessionInfo__table .tbody .tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .location {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
}
.el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .location span {
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .location span:hover {
  color: #4d4d4d;
}
.el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .location:before {
  font-family: "icomoon" !important;
  content: "\e948";
  position: absolute;
  top: 0;
  left: 0;
}
.el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .link__btn {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: auto;
  font-size: 14px;
  padding: 0 18px;
}
@media only screen and (max-width: 900px) {
  .el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .link__btn {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .link__btn {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .link__btn {
    height: 35px;
  }
}
.el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .link__btn:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
@media only screen and (max-width: 700px) {
  .el_sessionInfo .el_sessionInfo__table .tbody .td:not(:first-child) .item__content .link__btn {
    min-width: auto;
  }
}
.el_sessionInfo .el_sessionInfo__table .tbody .td:first-child p {
  font-family: "MyriadPro-Light";
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0.68px;
}
.el_sessionInfo .el_sessionInfo__table .tbody .td .item__tit {
  margin-right: 15px;
  font-weight: bold;
  word-break: keep-all;
}
@media only screen and (min-width: 480px) {
  .el_sessionInfo .el_sessionInfo__table .tbody .td .item__tit {
    display: none;
  }
}
.el_sessionInfo .el_sessionInfo__ps {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}
.el_sessionInfo .scrollbar-inner {
  max-height: 405px;
  overflow: hidden;
}
.el_sessionInfo .scroll-wrapper .scroll-element.scroll-y {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .el_sessionInfo .scroll-wrapper .scroll-element.scroll-y {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .el_sessionInfo .scroll-wrapper .scroll-element.scroll-y:hover .scroll-bar {
    background-color: transparent;
  }
}
.el_sessionInfo .scroll-wrapper .scroll-element.scroll-y .scroll-bar {
  opacity: 1;
  width: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .el_sessionInfo .scroll-wrapper .scroll-element.scroll-y .scroll-bar {
    background-color: transparent;
  }
}
.el_sessionInfo .scroll-wrapper .scroll-element:hover .scroll-bar {
  background-color: #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .el_sessionInfo .scroll-wrapper .scroll-element:hover .scroll-bar {
    background-color: transparent;
  }
}
.el_sessionInfo .scroll-wrapper .scroll-element .scroll-element_track {
  background-color: transparent;
}

@media only screen and (max-width: 575px) {
  .messagesLeave {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.messagesLeave .lightbox_close__btn {
  background-color: #f43b2c;
}
.messagesLeave .lightbox_close__btn .icon-close {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.messagesLeave .lightbox_close__btn:hover .icon-close {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.messagesLeave__tit {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 1280px) {
  .messagesLeave__tit {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .messagesLeave__tit {
    margin-bottom: 50px;
  }
}
.messagesLeave__tit .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.messagesLeave__tit .en {
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: normal;
}
.messagesLeave .form_content {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  margin-bottom: 55px;
}
.messagesLeave .msPortraitSelect, .messagesLeave .msCommenterName, .messagesLeave .msCommenterText {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 575px) {
  .messagesLeave .msPortraitSelect, .messagesLeave .msCommenterName, .messagesLeave .msCommenterText {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 10px;
  }
}
.messagesLeave .msPortraitSelect__tit, .messagesLeave .msCommenterName__tit, .messagesLeave .msCommenterText__tit {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.messagesLeave .portraits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin: 0 -10px;
}
@media only screen and (max-width: 575px) {
  .messagesLeave .portraits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.messagesLeave .portraits li {
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .messagesLeave .portraits li {
    margin-bottom: 20px;
  }
}
.messagesLeave .portraits li img {
  width: auto;
}
.messagesLeave .portraits li::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.messagesLeave .portraits li::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}
.messagesLeave .portraits li.active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.messagesLeave .portraits li.active::after {
  content: "";
  width: 0;
  height: 0;
}
.messagesLeave .portraits li._mask::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.messagesLeave .msCommenterName {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 575px) {
  .messagesLeave .msCommenterName {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.messagesLeave .msCommenterName__tit {
  margin-bottom: 0;
  margin-right: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
  .messagesLeave .msCommenterName__tit {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.messagesLeave .msCommenterName__input {
  width: 100%;
  border: none;
}
@media only screen and (max-width: 575px) {
  .messagesLeave .msCommenterName__input {
    text-align: center;
  }
}
.messagesLeave .msCommenterText {
  border-bottom: none;
  padding-right: 0;
}
@media only screen and (max-width: 575px) {
  .messagesLeave .msCommenterText {
    padding-right: 10px;
  }
}
.messagesLeave .msCommenterText__tit {
  margin-bottom: 15px;
}
.messagesLeave .msCommenterText__textarea {
  width: 100%;
  border: none;
}
@media only screen and (max-width: 575px) {
  .messagesLeave .msCommenterText__textarea {
    text-align: center;
  }
}
.messagesLeave .circleBtn {
  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;
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .messagesLeave .circleBtn {
    margin-bottom: 150px;
  }
}
.messagesLeave .circleBtn .circleBtn_cancel, .messagesLeave .circleBtn .circleBtn_confirm {
  font-size: 15px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  margin-right: 35px;
  margin-left: 35px;
  cursor: pointer;
}
.messagesLeave .circleBtn .circleBtn_cancel:after, .messagesLeave .circleBtn .circleBtn_confirm:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.messagesLeave .circleBtn .circleBtn_cancel:hover:after, .messagesLeave .circleBtn .circleBtn_confirm:hover:after {
  width: 100px;
  height: 100px;
}
.messagesLeave .circleBtn .circleBtn_cancel:after {
  background-color: rgba(0, 0, 0, 0.2);
  right: -20px;
}
.messagesLeave .circleBtn .circleBtn_confirm {
  background: none;
  border: none;
}
.messagesLeave .circleBtn .circleBtn_confirm:after {
  background-color: #ffff47;
  left: -20px;
}
.messagesLeave .messagesSend_content {
  text-align: center;
  display: none;
}
.messagesLeave .messagesSend_content .messagesSend__img {
  margin-top: 100px;
  -webkit-animation: fadeInRight 2s forwards ease-in-out;
          animation: fadeInRight 2s forwards ease-in-out;
}
.messagesLeave .messagesSend_content .messagesSend__img img {
  width: auto;
  display: inline-block;
  -webkit-animation: eleWalk 2s forwards ease-in-out;
          animation: eleWalk 2s forwards ease-in-out;
}
.messagesLeave .messagesSend_content .messages_content__block {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}
.messagesLeave .messagesSend_content .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.messagesLeave .messagesSend_content .en {
  font-size: 1.125rem;
  line-height: unset;
  letter-spacing: unset;
}
.messagesLeave .messagesSend_content .note {
  margin-top: 30px;
  font-size: 15px;
  color: #8c8c8c;
  line-height: 1.5;
}

.messageBoard {
  margin: 0 auto;
  max-width: 1040px;
  width: 70%;
  margin-top: 160px;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .messageBoard {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .messageBoard {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .messageBoard {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 70px;
  }
}
.messageBoard._brightVersion .messageBoard__tit {
  color: #000;
}
.messageBoard._brightVersion .messageBoardBtn {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .messageBoard._brightVersion .messageBoardBtn {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .messageBoard._brightVersion .messageBoardBtn {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .messageBoard._brightVersion .messageBoardBtn {
    height: 35px;
  }
}
.messageBoard._brightVersion .messageBoardBtn:hover {
  background: #000;
  color: #fff;
}
.messageBoard._brightVersion ul.messages li.message__item {
  border: 1px solid #000;
  color: #000;
}
.messageBoard._brightVersion ul.messages li.message__item:nth-child(even) {
  background-color: #000;
  color: #fff;
}
.messageBoard._brightVersion ul.messages li.message__item:nth-child(even) .msResponderPortrait__bg {
  background-color: #fff;
}
.messageBoard._brightVersion ul.messages li.message__item:nth-child(even) .msCommenter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.messageBoard._brightVersion ul.messages li.message__item .msResponderPortrait__bg {
  background-color: #000;
}
.messageBoard._brightVersion ul.messages li.message__item .msCommenter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.messageBoard._brightVersion .calendar_wrap .pickDateWrap {
  color: #000;
}
.messageBoard._brightVersion .calendar_wrap .calendar_btn {
  background-color: #000;
  color: #fff;
}
.messageBoard._brightVersion .msg_pagenation {
  color: #000;
}
.messageBoard._brightVersion .msg_pagenation .msg_prev::after {
  background-color: #000;
  opacity: 0.5;
}
.messageBoard._brightVersion .msg_pagenation .msg_next::before {
  background-color: #000;
  opacity: 0.5;
}
.messageBoard._brightVersion .msg_pagenation .msg_page::after {
  color: #000;
}
.messageBoard._dackVersion .messageBoard__tit {
  color: #fff;
}
.messageBoard._dackVersion .messageBoardBtn {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .messageBoard._dackVersion .messageBoardBtn {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .messageBoard._dackVersion .messageBoardBtn {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .messageBoard._dackVersion .messageBoardBtn {
    height: 35px;
  }
}
.messageBoard._dackVersion .messageBoardBtn:hover {
  background: #ffffff;
  color: #000000;
}
.messageBoard._dackVersion ul.messages li.message__item {
  border: 1px solid #fff;
  color: #fff;
}
.messageBoard._dackVersion ul.messages li.message__item:nth-child(even) {
  background-color: #fff;
  color: #000;
}
.messageBoard._dackVersion ul.messages li.message__item:nth-child(even) .msResponderPortrait__bg {
  background-color: #000;
}
.messageBoard._dackVersion ul.messages li.message__item:nth-child(even) .msCommenter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.messageBoard._dackVersion ul.messages li.message__item .msResponderPortrait__bg {
  background-color: #fff;
}
.messageBoard._dackVersion ul.messages li.message__item .msCommenter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.messageBoard._dackVersion .calendar_wrap .pickDateWrap {
  color: #fff;
}
.messageBoard._dackVersion .calendar_wrap .calendar_btn {
  background-color: #fff;
}
.messageBoard._dackVersion .msg_pagenation {
  color: #fff;
}
.messageBoard._dackVersion .msg_pagenation .msg_prev::after {
  background-color: #fff;
}
.messageBoard._dackVersion .msg_pagenation .msg_next::before {
  background-color: #fff;
}
.messageBoard._dackVersion .msg_pagenation .msg_page::after {
  color: #fff;
}
.messageBoard .messageBoard__tit {
  margin-bottom: 35px;
  text-align: center;
}
.messageBoard .messageBoard__tit .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.messageBoard .messageBoard__tit .en {
  font-size: 1.125rem;
  line-height: unset;
  letter-spacing: unset;
}
.messageBoard .messageBoard__tit .msg_text {
  max-width: 460px;
  margin: 35px auto 0 auto;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
.messageBoard .messageBoardBtn__wrap {
  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;
  margin-bottom: 75px;
}
@media only screen and (max-width: 575px) {
  .messageBoard .messageBoardBtn__wrap {
    margin-bottom: 50px;
  }
}
.messageBoard .messageBoardBtn__wrap .messageBoardBtn {
  font-size: 15px;
  height: 40px;
  min-width: 150px;
}
.messageBoard .calendar_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .messageBoard .calendar_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.messageBoard .calendar_wrap .pickDateWrap {
  background-color: transparent;
  border: 0;
  font-size: 1.625rem;
  line-height: 1.25rem;
  letter-spacing: 0.52px;
}
@media only screen and (max-width: 575px) {
  .messageBoard .calendar_wrap .pickDateWrap {
    margin-bottom: 22px;
    text-align: center;
  }
}
.messageBoard .calendar_wrap .datepicker {
  border-radius: 18px;
  border: 0;
  width: 255px;
  height: 37px;
  cursor: pointer;
  position: relative;
}
.messageBoard .calendar_wrap .calendar_btn {
  width: 255px;
  height: 37px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .messageBoard .calendar_wrap .calendar_btn {
    left: 50%;
    top: 59%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.messageBoard .calendar_wrap .calendar_btn span:last-child {
  padding: 0 10px;
  font-size: 1.0625rem;
}
.messageBoard .calendar_wrap .calendar_btn .ch {
  text-align: center;
  width: 80%;
  border-right: solid 1px #cccccc;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.56px;
}
.messageBoard ul.messages li.message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  padding: 30px 35px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .messageBoard ul.messages li.message__item {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .messageBoard ul.messages li.message__item {
    padding: 30px 10px;
    margin-bottom: 10px;
  }
}
.messageBoard ul.messages li.message__item .msResponderPortrait__bg {
  border-radius: 50%;
  padding: 10px;
}
.messageBoard .msg_pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 43px;
}
.messageBoard .msg_pagenation a {
  display: block;
  cursor: pointer;
  font-family: "JaguarJC-Book";
  position: relative;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
.messageBoard .msg_pagenation .msg_prev::after {
  content: "";
  width: 150px;
  height: 1px;
  opacity: 0.3;
  position: absolute;
  left: 45px;
  top: 50%;
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  .messageBoard .msg_pagenation .msg_prev::after {
    width: 120px;
  }
}
@media only screen and (max-width: 900px) {
  .messageBoard .msg_pagenation .msg_prev::after {
    width: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .messageBoard .msg_pagenation .msg_prev::after {
    width: 0;
  }
}
.messageBoard .msg_pagenation .msg_next::before {
  content: "";
  width: 150px;
  height: 1px;
  opacity: 0.3;
  position: absolute;
  right: 45px;
  top: 50%;
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  .messageBoard .msg_pagenation .msg_next::before {
    width: 120px;
  }
}
@media only screen and (max-width: 900px) {
  .messageBoard .msg_pagenation .msg_next::before {
    width: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .messageBoard .msg_pagenation .msg_next::before {
    width: 0;
  }
}
.messageBoard .msg_pagenation .msg_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "MyriadPro-Regular";
  margin: 0 170px;
  width: 220px;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 1024px) {
  .messageBoard .msg_pagenation .msg_page {
    margin: 0 140px;
  }
}
@media only screen and (max-width: 900px) {
  .messageBoard .msg_pagenation .msg_page {
    margin: 0 80px;
  }
}
@media only screen and (max-width: 575px) {
  .messageBoard .msg_pagenation .msg_page {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .messageBoard .msg_pagenation .msg_page {
    width: 175px;
  }
}
.messageBoard .msg_pagenation .msg_page.more::after {
  content: "...";
  opacity: 0.3;
  position: absolute;
  right: 0px;
  top: 25%;
}
@media only screen and (max-width: 320px) {
  .messageBoard .msg_pagenation .msg_page.more::after {
    right: -2px;
  }
}
.messageBoard .msg_pagenation .msg_page li {
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0 10px;
}
.messageBoard .msg_pagenation .msg_page li.active {
  opacity: 1;
}
@media only screen and (max-width: 320px) {
  .messageBoard .msg_pagenation .msg_page li {
    margin: 0 6px;
  }
}
.messageBoard .msCommenter, .messageBoard .msResponder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.messageBoard .msCommenter {
  padding-bottom: 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .messageBoard .msCommenter {
    padding-bottom: 20px;
  }
}
.messageBoard .msResponder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.messageBoard .msResponder .leaveInfo {
  text-align: right;
}
.messageBoard .msCommenterPortrait img, .messageBoard .msResponderPortrait img {
  width: auto;
}
.messageBoard .msCommenterPortrait {
  margin-right: 14px;
}
@media only screen and (max-width: 575px) {
  .messageBoard .msCommenterPortrait {
    margin-left: 10px;
  }
}
.messageBoard .msResponderPortrait {
  margin-left: 14px;
}
@media only screen and (max-width: 575px) {
  .messageBoard .msResponderPortrait {
    margin-right: 10px;
  }
}
.messageBoard .msContent__wrap {
  margin-top: 18px;
  max-width: 496px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .messageBoard .msContent__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .messageBoard .msContent__wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.messageBoard .msContent__wrap .leaveInfo {
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .messageBoard .msContent__wrap .msContent {
    line-height: 20px;
  }
}

#home.index.en-lang .explore ._title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  #home.index.en-lang .tobeContinue ._title h6 br {
    display: none;
  }
}
#home.index.jp-lang .explore ._title .ch {
  white-space: nowrap;
}
#home.index.jp-lang .authorization .container ._title {
  text-align: left;
}
#home.index.jp-lang .authorization .container ._title .ch {
  white-space: nowrap;
}
#home.index.jp-lang .tobeContinue .container ._title p {
  white-space: nowrap;
}
@media (max-width: 575px) {
  #home.index.jp-lang .tobeContinue .container ._title p {
    white-space: normal;
  }
}

@media (min-width: 1025px) {
  #home.index header .hdContent.in .center {
    -webkit-transform: translate(-50%, 1vw);
        -ms-transform: translate(-50%, 1vw);
            transform: translate(-50%, 1vw);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
@media (min-width: 1025px) and (max-height: 770px) {
  #home.index header .hdContent.in .center {
    -webkit-transform: translate(-50%, 0.5vw);
        -ms-transform: translate(-50%, 0.5vw);
            transform: translate(-50%, 0.5vw);
  }
}
@media (min-width: 1025px) and (min-width: 1921px) {
  #home.index header .hdContent.in .center {
    -webkit-transform: translate(-50%, 20px);
        -ms-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
}
#home.index header .hdContent .left, #home.index header .hdContent .right {
  display: none;
}
@media (min-width: 1025px) {
  #home.index header .hdContent .center {
    padding: 0 0 15px;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  #home.index header .hdContent .center a {
    width: 106px;
  }
}
#home.index main article {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home.index main article:not(.banner) {
  opacity: 0;
}
#home.index main article:not(.banner).in {
  -webkit-animation: fadeIn 1s both;
          animation: fadeIn 1s both;
}
#home.index main article .home_copyright {
  opacity: 1;
}
#home.index main article .home_copyright .ft_lbox {
  display: none;
}

#home.index .banner {
  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;
  padding: 15.7vh 50px 0 120px;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .banner {
    padding: 170px 50px 0 120px;
  }
}
@media only screen and (max-width: 1530px) {
  #home.index .banner {
    padding: 170px 3.25vw 0 7.8vw;
  }
}
@media only screen and (max-width: 1280px) {
  #home.index .banner {
    padding: 170px 3.25vw 0 5vw;
  }
}
@media only screen and (max-width: 1024px) {
  #home.index .banner {
    padding: 90px 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #home.index .banner {
    padding: 75px 0 0;
  }
}
#home.index .banner section {
  max-width: 1380px;
  width: 100%;
  max-height: 730px;
  height: 100%;
  position: relative;
  padding: 0 1030px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1530px) {
  #home.index .banner section {
    height: 47.6vw;
  }
}
@media only screen and (max-width: 1460px) {
  #home.index .banner section {
    padding: 0 calc(75.5% + 30px) 0 0;
  }
}
@media only screen and (max-width: 1440px) {
  #home.index .banner section {
    padding: 0 calc(70% + 30px) 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  #home.index .banner section {
    padding: 0 calc(65% + 30px) 0 0;
  }
}
@media only screen and (max-width: 1004px) {
  #home.index .banner section {
    padding: 0 5vw;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#home.index .banner section ._img {
  width: 75.5%;
}
@media (min-width: 1025px) {
  #home.index .banner section ._img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1280px) {
  #home.index .banner section ._img {
    width: 73.5%;
  }
}
@media (max-width: 1024px) {
  #home.index .banner section ._img {
    width: 90vw;
    margin: 45px 0 0;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .banner section ._img {
    margin: 20px 0 0;
  }
}
#home.index .banner section ._img .girl {
  position: absolute;
  bottom: 18%;
  left: 47%;
  width: 16.5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-animation: fadeIn 1s both 0.6s;
          animation: fadeIn 1s both 0.6s;
}
@media (max-width: 700px) {
  #home.index .banner section ._img .girl {
    width: 24%;
  }
}
#home.index .banner section ._img .girl img {
  -webkit-animation: fadeInUp 1s both 1.2s;
          animation: fadeInUp 1s both 1.2s;
}
#home.index .banner section ._img .book {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s both 0.3s;
          animation: fadeIn 0.8s both 0.3s;
}
#home.index .banner section ._img figure img {
  max-height: 100%;
}
#home.index .banner section ._title h4, #home.index .banner section ._title p, #home.index .banner section .seemore {
  opacity: 0;
  -webkit-animation: fadeInUp 1.2s both 1.2s;
          animation: fadeInUp 1.2s both 1.2s;
}
#home.index .banner section ._title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  #home.index .banner section ._title {
    width: 76%;
  }
}
@media (max-width: 700px) {
  #home.index .banner section ._title {
    width: 86%;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .banner section ._title {
    width: 90%;
  }
}
#home.index .banner section ._title h4 {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 700px) {
  #home.index .banner section ._title h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .banner section ._title h4 {
    font-size: 2.25rem;
  }
}
#home.index .banner section ._title p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 700px) {
  #home.index .banner section ._title p {
    font-size: 1rem;
  }
}
#home.index .banner section .seemore {
  margin: 40px 0 0;
}
@media (max-width: 700px) {
  #home.index .banner section .seemore {
    margin: 50px 0 0;
  }
}
#home.index .banner section .seemore a {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #000;
  border: 1px solid #000000;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  #home.index .banner section .seemore a {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #home.index .banner section .seemore a {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  #home.index .banner section .seemore a {
    height: 35px;
  }
}
#home.index .banner section .seemore a:hover {
  background: #000000;
  color: #fff;
}

@-webkit-keyframes bannerGirl {
  0% {
    -webkit-transform: translateX(20px) rotate(-25deg);
            transform: translateX(20px) rotate(-25deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}

@keyframes bannerGirl {
  0% {
    -webkit-transform: translateX(20px) rotate(-25deg);
            transform: translateX(20px) rotate(-25deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}
#home.index .news {
  padding: 50px 0 0;
}
#home.index .news.in .bgImg .tree, #home.index .news.in .stairsAndGirl .girl {
  -webkit-animation: fadeIn 1s both 0.4s;
          animation: fadeIn 1s both 0.4s;
}
#home.index .news.in .stairFront img, #home.index .news.in .stairBack img {
  -webkit-animation: slideInRight 1.2s both;
          animation: slideInRight 1.2s both;
}
#home.index .news.show ._title > *, #home.index .news.show .seemore {
  -webkit-animation: fadeInUp 1.2s both;
          animation: fadeInUp 1.2s both;
}
#home.index .news.show .content .sideSlick ul, #home.index .news.show .content .mainslick {
  opacity: 1;
  -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 1.2s ease, -webkit-box-shadow 1.2s ease 0.2s;
  transition: opacity 1.2s ease, -webkit-box-shadow 1.2s ease 0.2s;
  transition: opacity 1.2s ease, box-shadow 1.2s ease 0.2s;
  transition: opacity 1.2s ease, box-shadow 1.2s ease 0.2s, -webkit-box-shadow 1.2s ease 0.2s;
}
#home.index .news.show .bgImg .moon img {
  -webkit-animation: allin 1.5s both 0.8s;
          animation: allin 1.5s both 0.8s;
}
#home.index .news.show .stairsAndGirl .girl img {
  -webkit-animation: newsGirl 4s both 1.4s linear normal;
          animation: newsGirl 4s both 1.4s linear normal;
}
@media (max-width: 1024px) {
  #home.index .news.show .stairsAndGirl .girl img {
    -webkit-animation: newsGirl 3s both 1.4s linear normal;
            animation: newsGirl 3s both 1.4s linear normal;
  }
}
@media (max-width: 900px) {
  #home.index .news.show .stairsAndGirl .girl img {
    -webkit-animation: newsGirl 2.5s both 1.4s linear normal;
            animation: newsGirl 2.5s both 1.4s linear normal;
  }
}
@media (max-width: 700px) {
  #home.index .news.show .stairsAndGirl .girl img {
    -webkit-animation: newsGirl 2.2s both 1.4s linear normal;
            animation: newsGirl 2.2s both 1.4s linear normal;
  }
}
#home.index .news .bgImg {
  width: 100%;
  height: calc(100vh - 180px);
  top: 90px;
  left: 0;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .news .bgImg {
    top: 60px;
    height: calc(100vh - 120px);
  }
}
@media (max-width: 1024px) {
  #home.index .news .bgImg {
    height: 100%;
    top: 0;
  }
}
#home.index .news .bgImg .tree {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100vh;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .news .bgImg .tree {
    top: 48%;
  }
}
@media (max-width: 1024px) {
  #home.index .news .bgImg .tree {
    height: 105vh;
    -webkit-transform: translate(-25%, -50%);
        -ms-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
  }
}
@media (max-width: 700px) {
  #home.index .news .bgImg .tree {
    -webkit-transform: translate(-28%, -50%);
        -ms-transform: translate(-28%, -50%);
            transform: translate(-28%, -50%);
  }
}
#home.index .news .bgImg .tree img {
  max-height: 100%;
}
#home.index .news .bgImg .tree img:first-child {
  height: 100%;
  width: auto;
}
#home.index .news .bgImg .tree img:last-child {
  position: absolute;
  bottom: 13.8%;
  width: 18%;
  right: 28.4%;
}
@media (max-width: 1024px) {
  #home.index .news .bgImg .tree img:last-child {
    right: 40%;
    bottom: 17%;
  }
}
@media (max-width: 700px) {
  #home.index .news .bgImg .tree img:last-child {
    display: none;
  }
}
#home.index .news .bgImg .moon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
@media (min-width: 1025px) {
  #home.index .news .bgImg .moon {
    padding: 0 70px 0 0;
    max-width: 260px;
    width: 15.7vw;
  }
}
@media (max-width: 1024px) {
  #home.index .news .bgImg .moon {
    width: 24vw;
    right: 5px;
  }
}
#home.index .news .bgImg .moon img {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (min-width: 1025px) {
  #home.index .news .bgImg .moon img {
    margin: 0 4px;
  }
}
#home.index .news .bgImg .moon img:first-child {
  width: 35%;
}
@media (max-width: 1024px) {
  #home.index .news .bgImg .moon img:first-child {
    margin: 0 -15px 0 0;
    width: 37.7%;
  }
}
#home.index .news .bgImg .moon img:last-child {
  width: 67.8%;
}
@media (max-width: 1024px) {
  #home.index .news .bgImg .moon img:last-child {
    width: 80%;
  }
}
#home.index .news .stairsAndGirl {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 324px;
}
@media (max-width: 1650px) {
  #home.index .news .stairsAndGirl {
    width: 20vw;
    bottom: 3vw;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .news .stairsAndGirl {
    bottom: 2vw;
  }
}
@media (max-width: 1024px) {
  #home.index .news .stairsAndGirl {
    max-width: 324px;
    width: 34.6vw;
    bottom: 15px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  #home.index .news .stairsAndGirl {
    right: -15px;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .news .stairsAndGirl {
    right: -15px;
  }
}
#home.index .news .stairsAndGirl .stairFront img, #home.index .news .stairsAndGirl .stairBack img {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
#home.index .news .stairsAndGirl .stairFront {
  position: absolute;
  top: 0;
  left: 0;
}
#home.index .news .stairsAndGirl .girl {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 50%;
  -webkit-transform: translateY(-78%);
      -ms-transform: translateY(-78%);
          transform: translateY(-78%);
  opacity: 0;
}
@media (max-width: 1024px) {
  #home.index .news .stairsAndGirl .girl {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #home.index .news .stairsAndGirl .girl {
    width: 75%;
  }
}
#home.index .news .stairsAndGirl .girl img {
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: translate(-60vw, 2vw) rotate(10deg);
      -ms-transform: translate(-60vw, 2vw) rotate(10deg);
          transform: translate(-60vw, 2vw) rotate(10deg);
}
#home.index .news .content {
  position: relative;
  max-width: 1650px;
  margin: auto;
  height: 100%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px 15px 1450px;
}
@media (max-width: 1650px) {
  #home.index .news .content {
    padding: 0 50px 15px calc(100% - 250px);
  }
}
@media (max-width: 1024px) {
  #home.index .news .content {
    padding: 0 5vw 15px;
  }
}
#home.index .news .content .dateHome {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: absolute;
}
#home.index .news .content .dateHome p:first-child {
  font-family: "JaguarJC-Bold", "微軟正黑體";
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 700px) {
  #home.index .news .content .dateHome p:first-child {
    font-size: 1.25rem;
  }
}
#home.index .news .content .dateHome p:last-child {
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
}
@media (max-width: 700px) {
  #home.index .news .content .dateHome p:last-child {
    font-size: 0.75rem;
  }
}
@media (max-width: 1024px) {
  #home.index .news .content .sideSlick {
    display: none;
  }
}
#home.index .news .content .sideSlick ul {
  opacity: 0;
  position: absolute;
  width: 320px;
  -webkit-box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
  background-color: #fff;
}
#home.index .news .content .sideSlick ul li {
  position: relative;
}
#home.index .news .content .sideSlick ul li .dateHome {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
#home.index .news .content .sideSlick ul li figure {
  background-color: #000000;
}
#home.index .news .content .sideSlick ul li figure img {
  opacity: 0.4 !important;
}
#home.index .news .content .sideSlick ul.one {
  top: calc(50% - 10px);
  right: calc(50% + 350px - 80px + 100px);
}
@media (max-width: 1650px) {
  #home.index .news .content .sideSlick ul.one {
    right: calc(22vw + 50px + 45vw + 100px);
  }
}
#home.index .news .content .sideSlick ul.two {
  top: calc(50% + 35px);
  right: calc(50% + 350px - 80px + 480px);
}
@media (max-width: 1650px) {
  #home.index .news .content .sideSlick ul.two {
    right: calc(22vw + 50px + 45vw + 480px);
  }
}
#home.index .news .content ._title {
  text-align: center;
  white-space: nowrap;
}
#home.index .news .content ._title > * {
  opacity: 0;
}
#home.index .news .content ._title .ch {
  line-height: 1.3;
  font-weight: bold;
  font-size: 2.25rem;
}
@media (max-width: 1650px) {
  #home.index .news .content ._title .ch {
    font-size: 2.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .news .content ._title .ch {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  #home.index .news .content ._title .ch {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  #home.index .news .content ._title .ch {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  #home.index .news .content ._title .ch {
    font-size: 1.875rem;
  }
}
#home.index .news .content ._title .en {
  margin-top: 10px;
  font-size: 1.25rem;
}
@media (max-width: 1650px) {
  #home.index .news .content ._title .en {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .news .content ._title .en {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  #home.index .news .content ._title .en {
    font-size: 1rem;
  }
}
#home.index .news .content .seemore {
  margin: 50px 0 0;
  opacity: 0;
}
@media (max-width: 700px) {
  #home.index .news .content .seemore {
    margin: 30px 0 0;
  }
}
#home.index .news .content .seemore a {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #000;
  border: 1px solid #000000;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  #home.index .news .content .seemore a {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #home.index .news .content .seemore a {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  #home.index .news .content .seemore a {
    height: 35px;
  }
}
#home.index .news .content .seemore a:hover {
  background: #000000;
  color: #fff;
}
#home.index .news .content .mainslick {
  -webkit-box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0);
  width: 700px;
  opacity: 0;
}
@media (min-width: 1025px) {
  #home.index .news .content .mainslick {
    position: absolute;
    top: 50%;
    left: calc(50% + 80px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 1650px) {
  #home.index .news .content .mainslick {
    left: auto;
    right: calc(22vw + 50px);
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 45vw;
    max-width: 700px;
  }
}
@media only screen and (max-width: 1366px) {
  #home.index .news .content .mainslick {
    max-width: 500px;
    width: 40vw;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .news .content .mainslick {
    max-width: 500px;
    top: 52%;
  }
}
@media (max-width: 1024px) {
  #home.index .news .content .mainslick {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 80vw;
    max-width: 700px;
    margin: 40px 0 0;
  }
}
@media (max-width: 700px) {
  #home.index .news .content .mainslick {
    width: 90vw;
    margin: 20px 0 0;
  }
}
#home.index .news .content .mainslick ul {
  padding: 20px;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .news .content .mainslick ul {
    padding: 15px;
  }
}
@media (max-width: 700px) {
  #home.index .news .content .mainslick ul {
    padding: 10px;
  }
}
#home.index .news .content .mainslick ul .slick-list {
  height: 100%;
}
#home.index .news .content .mainslick ul .slick-list .slick-track {
  height: 100%;
}
#home.index .news .content .mainslick ul li {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#home.index .news .content .mainslick ul li .dateHome {
  top: 0;
  left: 0;
  width: 130px;
  height: 110px;
  background-color: #fff;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .news .content .mainslick ul li .dateHome {
    width: 120px;
    height: 100px;
  }
}
@media (max-width: 700px) {
  #home.index .news .content .mainslick ul li .dateHome {
    width: 80px;
    height: 70px;
  }
}
#home.index .news .content .mainslick ul li .inf {
  padding: 25px 20px 5px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .news .content .mainslick ul li .inf {
    padding-top: 15px;
  }
}
@media (max-width: 700px) {
  #home.index .news .content .mainslick ul li .inf {
    padding: 20px 15px 10px;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .news .content .mainslick ul li .inf {
    padding: 20px 15px 0;
  }
}
#home.index .news .content .mainslick ul li .inf h5 {
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 700px) {
  #home.index .news .content .mainslick ul li .inf h5 {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  #home.index .news .content .mainslick ul li .inf h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
#home.index .news .content .mainslick ul li .inf h5:not(:last-child) {
  margin: 0 0 10px;
}
#home.index .news .content .mainslick ul li .inf p {
  font-size: 0.9375rem;
  max-width: 540px;
  line-height: 1.6;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .news .content .mainslick ul li .inf p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 700px) {
  #home.index .news .content .mainslick ul li .inf p {
    height: 66px;
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 575px) {
  #home.index .news .content .mainslick ul li .inf p {
    max-height: 60px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .news .content .mainslick ul li .inf p {
    display: none;
  }
}
#home.index .news .content .mainslick ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home.index .news .content .mainslick .arrow span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.875rem;
  cursor: pointer;
}
@media (max-width: 700px) {
  #home.index .news .content .mainslick .arrow span {
    display: none;
  }
}
#home.index .news .content .mainslick .arrow span.icon-keyboard_arrow_left {
  right: calc(100% + 15px);
}
#home.index .news .content .mainslick .arrow span.icon-keyboard_arrow_right {
  left: calc(100% + 15px);
}

@-webkit-keyframes newsGirl {
  0% {
    -webkit-transform: translate(-60vw, 2vw) rotate(10deg);
            transform: translate(-60vw, 2vw) rotate(10deg);
  }
  5% {
    -webkit-transform: translate(-60vw, 2vw) rotate(0deg);
            transform: translate(-60vw, 2vw) rotate(0deg);
  }
  65% {
    -webkit-transform: translate(-8vw, 2vw);
            transform: translate(-8vw, 2vw);
  }
  70% {
    -webkit-transform: translate(-7vw, 0);
            transform: translate(-7vw, 0);
  }
  85% {
    -webkit-transform: translate(7vw, 0);
            transform: translate(7vw, 0);
  }
  100% {
    -webkit-transform: translate(18vw, 4vw);
            transform: translate(18vw, 4vw);
  }
}

@keyframes newsGirl {
  0% {
    -webkit-transform: translate(-60vw, 2vw) rotate(10deg);
            transform: translate(-60vw, 2vw) rotate(10deg);
  }
  5% {
    -webkit-transform: translate(-60vw, 2vw) rotate(0deg);
            transform: translate(-60vw, 2vw) rotate(0deg);
  }
  65% {
    -webkit-transform: translate(-8vw, 2vw);
            transform: translate(-8vw, 2vw);
  }
  70% {
    -webkit-transform: translate(-7vw, 0);
            transform: translate(-7vw, 0);
  }
  85% {
    -webkit-transform: translate(7vw, 0);
            transform: translate(7vw, 0);
  }
  100% {
    -webkit-transform: translate(18vw, 4vw);
            transform: translate(18vw, 4vw);
  }
}
@media (max-width: 1024px) {
  @-webkit-keyframes newsGirl {
    0% {
      -webkit-transform: translate(-60vw, 2vw) rotate(10deg);
              transform: translate(-60vw, 2vw) rotate(10deg);
    }
    5% {
      -webkit-transform: translate(-60vw, 2vw) rotate(0deg);
              transform: translate(-60vw, 2vw) rotate(0deg);
    }
    50% {
      -webkit-transform: translate(-22vw, 3vw);
              transform: translate(-22vw, 3vw);
    }
    55% {
      -webkit-transform: translate(-21vw, -1vw);
              transform: translate(-21vw, -1vw);
    }
    80% {
      -webkit-transform: translate(11vw, -1vw);
              transform: translate(11vw, -1vw);
    }
    100% {
      -webkit-transform: translate(28vw, 6vw);
              transform: translate(28vw, 6vw);
    }
  }
  @keyframes newsGirl {
    0% {
      -webkit-transform: translate(-60vw, 2vw) rotate(10deg);
              transform: translate(-60vw, 2vw) rotate(10deg);
    }
    5% {
      -webkit-transform: translate(-60vw, 2vw) rotate(0deg);
              transform: translate(-60vw, 2vw) rotate(0deg);
    }
    50% {
      -webkit-transform: translate(-22vw, 3vw);
              transform: translate(-22vw, 3vw);
    }
    55% {
      -webkit-transform: translate(-21vw, -1vw);
              transform: translate(-21vw, -1vw);
    }
    80% {
      -webkit-transform: translate(11vw, -1vw);
              transform: translate(11vw, -1vw);
    }
    100% {
      -webkit-transform: translate(28vw, 6vw);
              transform: translate(28vw, 6vw);
    }
  }
}
#home.index .about.in .aboutJimmy ._title, #home.index .about.in .aboutJimmy ._slick > ul, #home.index .about.in .aboutJimmy a {
  -webkit-animation: fadeInUp 1.2s both 0.5s;
          animation: fadeInUp 1.2s both 0.5s;
}
#home.index .about.in .brandStory > * {
  -webkit-animation: fadeInUp 1.2s both 0.5s;
          animation: fadeInUp 1.2s both 0.5s;
}
#home.index .about.show .bgImg .girl figure {
  -webkit-animation: girlDownStair 3s both 0.5s;
          animation: girlDownStair 3s both 0.5s;
}
@media (max-width: 700px) {
  #home.index .about.show .bgImg .girl figure {
    -webkit-animation: girlDownStair 2s both 0.5s;
            animation: girlDownStair 2s both 0.5s;
  }
}
#home.index .about.show .bgImg .girl img {
  -webkit-animation: roting 3s both 0.5s;
          animation: roting 3s both 0.5s;
}
@media (max-width: 700px) {
  #home.index .about.show .bgImg .girl img {
    -webkit-animation: roting 2s both 0.5s;
            animation: roting 2s both 0.5s;
  }
}
#home.index .about.show .bgImg .squirrel figure {
  -webkit-animation: squirrelDpwnStair 3s both 0.5s;
          animation: squirrelDpwnStair 3s both 0.5s;
}
@media (max-width: 700px) {
  #home.index .about.show .bgImg .squirrel figure {
    -webkit-animation: squirrelDpwnStair 2s both 0.5s;
            animation: squirrelDpwnStair 2s both 0.5s;
  }
}
#home.index .about.show .bgImg .squirrel img {
  -webkit-animation: roting2 3s both 0.5s;
          animation: roting2 3s both 0.5s;
}
@media (max-width: 700px) {
  #home.index .about.show .bgImg .squirrel img {
    -webkit-animation: roting2 2s both 0.5s;
            animation: roting2 2s both 0.5s;
  }
}
#home.index .about .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#home.index .about .bgImg .stair, #home.index .about .bgImg .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home.index .about .bgImg .stair {
  height: 100%;
}
@media (max-width: 1024px) {
  #home.index .about .bgImg .stair {
    display: none;
  }
}
#home.index .about .bgImg .bg {
  height: calc(100% - 9.375vw);
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .about .bgImg .bg {
    height: calc(100% - 180px);
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .about .bgImg .bg {
    height: calc(100% - 120px);
    top: 60px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  #home.index .about .bgImg .bg {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
  }
}
#home.index .about .bgImg .girl, #home.index .about .bgImg .squirrel {
  display: block;
  position: absolute;
}
#home.index .about .bgImg .girl img, #home.index .about .bgImg .squirrel img {
  width: 100%;
}
#home.index .about .bgImg .girl {
  top: calc(50% - 13vw);
  right: calc(50% - 31vw);
  -webkit-transform: translate(72%, -92%);
      -ms-transform: translate(72%, -92%);
          transform: translate(72%, -92%);
  width: 7.7vw;
}
@media (max-width: 1024px) {
  #home.index .about .bgImg .girl {
    top: calc(50% + 5vw);
    right: calc(50% - 30vw);
    width: 14.7vw;
  }
}
@media (max-width: 700px) {
  #home.index .about .bgImg .girl {
    top: 50%;
    right: calc(50% - 20vw);
    width: 26.4vw;
  }
}
#home.index .about .bgImg .girl figure {
  -webkit-transform-origin: 52% 72.2%;
      -ms-transform-origin: 52% 72.2%;
          transform-origin: 52% 72.2%;
  display: block;
}
#home.index .about .bgImg .squirrel {
  top: calc(50% - 18vw);
  right: calc(50% - 40vw);
  -webkit-transform: translate(78%, -94%);
      -ms-transform: translate(78%, -94%);
          transform: translate(78%, -94%);
  width: 31.6vw;
}
@media (max-width: 1024px) {
  #home.index .about .bgImg .squirrel {
    top: calc(50% - 5vw);
    right: calc(50% - 48vw);
    width: 59.2vw;
  }
}
@media (max-width: 700px) {
  #home.index .about .bgImg .squirrel {
    top: calc(50% - 16vw);
    right: calc(50% - 47vw);
    width: 99.2vw;
  }
}
#home.index .about .bgImg .squirrel figure {
  -webkit-transform-origin: 39% 68.5%;
      -ms-transform-origin: 39% 68.5%;
          transform-origin: 39% 68.5%;
  display: block;
}
#home.index .about .aboutJimmy, #home.index .about .brandStory {
  position: absolute;
  color: #fff;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#home.index .about .aboutJimmy ._title, #home.index .about .brandStory ._title {
  text-align: center;
}
#home.index .about .aboutJimmy ._title .ch, #home.index .about .brandStory ._title .ch {
  line-height: 1.3;
  font-weight: bold;
  font-size: 2.25rem;
}
@media (max-width: 1650px) {
  #home.index .about .aboutJimmy ._title .ch, #home.index .about .brandStory ._title .ch {
    font-size: 2.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .about .aboutJimmy ._title .ch, #home.index .about .brandStory ._title .ch {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  #home.index .about .aboutJimmy ._title .ch, #home.index .about .brandStory ._title .ch {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  #home.index .about .aboutJimmy ._title .ch, #home.index .about .brandStory ._title .ch {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  #home.index .about .aboutJimmy ._title .ch, #home.index .about .brandStory ._title .ch {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  #home.index .about .aboutJimmy ._title .ch, #home.index .about .brandStory ._title .ch {
    font-weight: normal;
  }
}
#home.index .about .aboutJimmy ._title .en, #home.index .about .brandStory ._title .en {
  margin-top: 10px;
  font-size: 1.25rem;
}
@media (max-width: 1650px) {
  #home.index .about .aboutJimmy ._title .en, #home.index .about .brandStory ._title .en {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .about .aboutJimmy ._title .en, #home.index .about .brandStory ._title .en {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  #home.index .about .aboutJimmy ._title .en, #home.index .about .brandStory ._title .en {
    font-size: 1rem;
  }
}
#home.index .about .aboutJimmy .type, #home.index .about .brandStory .type {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 25px;
}
@media (max-width: 1440px) {
  #home.index .about .aboutJimmy .type, #home.index .about .brandStory .type {
    letter-spacing: 0;
  }
}
@media (max-width: 700px) {
  #home.index .about .aboutJimmy .type, #home.index .about .brandStory .type {
    font-size: 1rem;
  }
}
#home.index .about .aboutJimmy .type .ch, #home.index .about .brandStory .type .ch {
  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;
}
#home.index .about .aboutJimmy .type .ch:after, #home.index .about .brandStory .type .ch:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #636c73;
  margin: 0 12px;
}
@media (max-width: 700px) {
  #home.index .about .aboutJimmy .type .ch:after, #home.index .about .brandStory .type .ch:after {
    height: 15px;
    margin: 0 7px;
  }
}
#home.index .about .aboutJimmy .type .en, #home.index .about .brandStory .type .en {
  color: #c9c9c9;
  font-family: "MyriadPro-Regular", 微軟正黑體;
}
@media (max-width: 1440px) {
  #home.index .about .aboutJimmy .type, #home.index .about .brandStory .type {
    margin: 0 0 20px;
  }
}
#home.index .about .aboutJimmy .type .ch:after, #home.index .about .brandStory .type .ch:after {
  margin: 0;
  width: 0;
  height: 0;
}
#home.index .about .aboutJimmy .type .ch, #home.index .about .brandStory .type .ch {
  line-height: 1.5;
  display: block;
}
#home.index .about .aboutJimmy .type .ch span, #home.index .about .brandStory .type .ch span {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #636c73;
  margin: -3px 12px;
}
#home.index .about .aboutJimmy .type .en, #home.index .about .brandStory .type .en {
  line-height: 1.5;
}
#home.index .about .aboutJimmy .words, #home.index .about .brandStory .words {
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
  max-height: 44px;
  overflow: hidden;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#home.index .about .aboutJimmy a, #home.index .about .brandStory a {
  opacity: 0;
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  #home.index .about .aboutJimmy a, #home.index .about .brandStory a {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #home.index .about .aboutJimmy a, #home.index .about .brandStory a {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  #home.index .about .aboutJimmy a, #home.index .about .brandStory a {
    height: 35px;
  }
}
#home.index .about .aboutJimmy a:hover, #home.index .about .brandStory a:hover {
  background: #ffffff;
  color: #000000;
}
#home.index .about .aboutJimmy {
  top: calc(25% + 6.5vw);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(50% + 19.6vw);
  max-width: 470px;
  width: calc(30.4vw - 50px);
}
@media (max-width: 1024px) {
  #home.index .about .aboutJimmy {
    top: 25%;
    right: 50%;
    width: 45vw;
  }
}
@media (max-width: 700px) {
  #home.index .about .aboutJimmy {
    width: auto;
    right: auto;
    left: 5vw;
    top: 90px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
#home.index .about .aboutJimmy ._title {
  opacity: 0;
}
@media (min-width: 701px) {
  #home.index .about .aboutJimmy ._title {
    margin: 0 0 30px;
  }
}
#home.index .about .aboutJimmy ._slick {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 700px) {
  #home.index .about .aboutJimmy ._slick {
    display: none;
  }
}
#home.index .about .aboutJimmy ._slick > ul {
  opacity: 0;
  background-image: url("../../../dist/uploads/root/home/about/chat.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  #home.index .about .aboutJimmy ._slick > ul {
    padding: 50px 30px 90px;
  }
}
@media (max-width: 1920px) and (min-width: 1025px) {
  #home.index .about .aboutJimmy ._slick > ul {
    padding: 2.5vw 30px calc(2.5vw + 40px);
  }
}
@media (max-width: 1024px) {
  #home.index .about .aboutJimmy ._slick > ul {
    padding: 5vw 30px calc(5vw + 40px);
  }
}
#home.index .about .aboutJimmy ._slick > ul .slick-dots {
  bottom: 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 50px;
  left: 0;
}
#home.index .about .aboutJimmy ._slick .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#home.index .about .aboutJimmy a {
  margin: 15px 0 0;
}
#home.index .about .brandStory {
  bottom: calc(25% + 5vw);
  left: calc(50% + 20vw);
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 420px;
  width: calc(30vw - 50px);
}
@media (max-width: 1024px) {
  #home.index .about .brandStory {
    bottom: calc(25% - 9vw);
    left: calc(50% + 4vw);
    width: 42vw;
  }
}
@media (max-width: 700px) {
  #home.index .about .brandStory {
    width: 90vw;
    left: 50%;
    bottom: 8vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#home.index .about .brandStory > * {
  opacity: 0;
}
#home.index .about .brandStory ._title {
  margin: 0 0 50px;
}
@media (max-width: 1440px) {
  #home.index .about .brandStory ._title {
    margin: 0 0 25px;
  }
}
@media (max-width: 700px) {
  #home.index .about .brandStory ._title {
    margin: 0 0 10px;
  }
}
@media (max-width: 700px) {
  #home.index .about .brandStory .type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
#home.index .about .brandStory .words {
  width: 100%;
}
@media (max-width: 700px) {
  #home.index .about .brandStory .words {
    display: none;
  }
}
#home.index .about .brandStory a {
  margin: 45px 0 0;
}
@media (max-width: 1440px) {
  #home.index .about .brandStory a {
    margin: 35px 0 0;
  }
}
@media (max-width: 700px) {
  #home.index .about .brandStory a {
    margin: 25px 0 0;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .about .brandStory a {
    margin: 15px 0 0;
  }
}
#home.index .about .slick-slide {
  padding: 3px;
}

@-webkit-keyframes girlDownStair {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-51vw, 34vw);
            transform: translate(-51vw, 34vw);
  }
}

@keyframes girlDownStair {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-51vw, 34vw);
            transform: translate(-51vw, 34vw);
  }
}
@-webkit-keyframes squirrelDpwnStair {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-46vw, 30vw);
            transform: translate(-46vw, 30vw);
  }
}
@keyframes squirrelDpwnStair {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-46vw, 30vw);
            transform: translate(-46vw, 30vw);
  }
}
@media (max-width: 1024px) {
  @-webkit-keyframes girlDownStair {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    100% {
      -webkit-transform: translate(-71vw, 47vw);
              transform: translate(-71vw, 47vw);
    }
  }
  @keyframes girlDownStair {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    100% {
      -webkit-transform: translate(-71vw, 47vw);
              transform: translate(-71vw, 47vw);
    }
  }
  @-webkit-keyframes squirrelDpwnStair {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    100% {
      -webkit-transform: translate(-60vw, 39vw);
              transform: translate(-60vw, 39vw);
    }
  }
  @keyframes squirrelDpwnStair {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    100% {
      -webkit-transform: translate(-60vw, 39vw);
              transform: translate(-60vw, 39vw);
    }
  }
}
@media (max-width: 700px) {
  @-webkit-keyframes girlDownStair {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    100% {
      -webkit-transform: translate(-60vw, 39vw);
              transform: translate(-60vw, 39vw);
    }
  }
  @keyframes girlDownStair {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    100% {
      -webkit-transform: translate(-60vw, 39vw);
              transform: translate(-60vw, 39vw);
    }
  }
  @-webkit-keyframes squirrelDpwnStair {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    100% {
      -webkit-transform: translate(-60vw, 38vw);
              transform: translate(-60vw, 38vw);
    }
  }
  @keyframes squirrelDpwnStair {
    0% {
      -webkit-transform: translate(0);
              transform: translate(0);
    }
    100% {
      -webkit-transform: translate(-60vw, 38vw);
              transform: translate(-60vw, 38vw);
    }
  }
}
@-webkit-keyframes roting {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 80% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  10%, 20%, 30%, 40%, 50%, 60%, 70% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@keyframes roting {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 80% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  10%, 20%, 30%, 40%, 50%, 60%, 70% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@-webkit-keyframes roting2 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 80% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  10%, 20%, 30%, 40%, 50%, 60%, 70% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@keyframes roting2 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 80% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  10%, 20%, 30%, 40%, 50%, 60%, 70% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
#home.index .works {
  position: relative;
  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;
  padding: 60px 0 16vh;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .works {
    padding: 60px 0 180px;
  }
}
@media (max-width: 1024px) {
  #home.index .works {
    padding: 120px 0;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .works {
    padding: 100px 0;
  }
}
#home.index .works.in .bgImg {
  -webkit-animation: fadeIn 1s both;
          animation: fadeIn 1s both;
}
#home.index .works.in .bgImg .rabit img {
  -webkit-animation: workRabit 1.2s both;
          animation: workRabit 1.2s both;
}
#home.index .works.show ._slicks .sideSlick ul li, #home.index .works.show ._slicks .mainSlick ul li {
  opacity: 1;
  -webkit-transition: opacity 1.2s ease, -webkit-box-shadow 1.2s ease 0.2s;
  transition: opacity 1.2s ease, -webkit-box-shadow 1.2s ease 0.2s;
  transition: opacity 1.2s ease, box-shadow 1.2s ease 0.2s;
  transition: opacity 1.2s ease, box-shadow 1.2s ease 0.2s, -webkit-box-shadow 1.2s ease 0.2s;
}
@media (min-width: 1025px) {
  #home.index .works.show ._slicks .sideSlick ul li, #home.index .works.show ._slicks .mainSlick ul li {
    -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 1440px) {
  #home.index .works.show ._slicks .sideSlick ul li, #home.index .works.show ._slicks .mainSlick ul li {
    -webkit-box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.3);
  }
}
#home.index .works.show ._title {
  -webkit-animation: fadeInUp 1.2s both;
          animation: fadeInUp 1.2s both;
}
#home.index .works.show .wordsSlick ul li {
  -webkit-animation: fadeInUp 1.2s both;
          animation: fadeInUp 1.2s both;
}
#home.index .works.show .seemore a {
  -webkit-animation: fadeInUp 1.2s both;
          animation: fadeInUp 1.2s both;
}
#home.index .works.show .seemore .arrow:before {
  -webkit-animation: h20 0.6s both;
          animation: h20 0.6s both;
}
@-webkit-keyframes h20 {
  0% {
    height: 0px;
  }
  100% {
    height: 20px;
  }
}
@keyframes h20 {
  0% {
    height: 0px;
  }
  100% {
    height: 20px;
  }
}
#home.index .works.show .seemore .arrow .icon-keyboard_arrow_left {
  -webkit-animation: fadeInRight 2s both 0.2s;
          animation: fadeInRight 2s both 0.2s;
}
#home.index .works.show .seemore .arrow .icon-keyboard_arrow_right {
  -webkit-animation: fadeInLeft 2s both 0.2s;
          animation: fadeInLeft 2s both 0.2s;
}
#home.index .works.show .frontImg .girl .head {
  -webkit-animation: headturn 1s both 2s;
          animation: headturn 1s both 2s;
}
@media (max-width: 700px) {
  #home.index .works.show .frontImg .girl .head {
    -webkit-animation: headturn 1s both 2s;
            animation: headturn 1s both 2s;
  }
}
#home.index .works.show .frontImg .train {
  -webkit-animation: trainLeave 2s both 0.8s;
          animation: trainLeave 2s both 0.8s;
}
@media (max-width: 700px) {
  #home.index .works.show .frontImg .train {
    -webkit-animation: trainLeave 2s both 0.8s;
            animation: trainLeave 2s both 0.8s;
  }
}
#home.index .works .bgImg {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100% - 180px);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .works .bgImg {
    top: 60px;
    height: calc(100% - 120px);
  }
}
@media (max-width: 1024px) {
  #home.index .works .bgImg {
    height: 100%;
    top: 0;
  }
}
#home.index .works .bgImg .rabit {
  position: absolute;
  bottom: calc(100% + 90px);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  left: 12.5vw;
  width: 28vw;
  overflow: hidden;
}
@media (max-height: 950px) and (min-width: 1025px) {
  #home.index .works .bgImg .rabit {
    bottom: calc(100% + 120px);
  }
}
@media (max-height: 750px) and (min-width: 1025px) {
  #home.index .works .bgImg .rabit {
    bottom: calc(100% + 120px);
  }
}
@media (min-width: 1921px) {
  #home.index .works .bgImg .rabit {
    left: 240px;
    width: auto;
  }
}
@media only screen and (max-width: 1280px) {
  #home.index .works .bgImg .rabit {
    bottom: calc(100% + 70px);
  }
}
@media (max-width: 1024px) {
  #home.index .works .bgImg .rabit {
    width: 28vw;
    bottom: auto;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 700px) {
  #home.index .works .bgImg .rabit {
    width: 35.6vw;
    top: 50px;
    left: -10px;
    width: 39.2vw;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .works .bgImg .rabit {
    top: 30px;
  }
}
#home.index .works .bgImg .rabit img {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (min-width: 1025px) {
  #home.index .works ._slicks {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 50px calc(100% - 31.4vw - 13vw) 50px 16vw;
    height: 24.4vw;
    min-height: 400px;
  }
}
@media (min-width: 1025px) and (min-width: 1921px) {
  #home.index .works ._slicks {
    padding: 50px calc(100% - 680px - 250px + 80px) 50px 315px;
    height: 470px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #home.index .works ._slicks {
    padding: 50px calc(100% - 38vw - 13vw + 30px) 50px calc(13vw + 30px);
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  #home.index .works ._slicks .mainSlick, #home.index .works ._slicks .sideSlick {
    position: absolute;
    top: 50%;
    z-index: 0;
  }
}
@media (min-width: 1025px) {
  #home.index .works ._slicks .mainSlick ul, #home.index .works ._slicks .sideSlick ul {
    height: 24.4vw;
  }
}
@media (min-width: 1921px) {
  #home.index .works ._slicks .mainSlick ul, #home.index .works ._slicks .sideSlick ul {
    height: 470px;
  }
}
@media (min-width: 1025px) {
  #home.index .works ._slicks .mainSlick ul .slick-list, #home.index .works ._slicks .sideSlick ul .slick-list {
    padding: 20px 0 20px 30px;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  #home.index .works ._slicks .mainSlick ul .slick-list .slick-track, #home.index .works ._slicks .sideSlick ul .slick-list .slick-track {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks .mainSlick ul .slick-list .slick-track, #home.index .works ._slicks .sideSlick ul .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#home.index .works ._slicks .mainSlick ul li, #home.index .works ._slicks .sideSlick ul li {
  border-radius: 5px;
  opacity: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}
@media (min-width: 1025px) {
  #home.index .works ._slicks .mainSlick ul li, #home.index .works ._slicks .sideSlick ul li {
    margin: 0 25px;
    display: block;
    border: 8px solid #878787;
  }
}
@media (max-width: 1440px) {
  #home.index .works ._slicks .mainSlick ul li, #home.index .works ._slicks .sideSlick ul li {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks .mainSlick ul li, #home.index .works ._slicks .sideSlick ul li {
    border: 4px solid #878787;
  }
}
#home.index .works ._slicks .mainSlick ul li a, #home.index .works ._slicks .mainSlick ul li figure, #home.index .works ._slicks .sideSlick ul li a, #home.index .works ._slicks .sideSlick ul li figure {
  display: block;
}
@media (min-width: 1025px) {
  #home.index .works ._slicks .mainSlick ul li a, #home.index .works ._slicks .mainSlick ul li figure, #home.index .works ._slicks .sideSlick ul li a, #home.index .works ._slicks .sideSlick ul li figure {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  #home.index .works ._slicks .mainSlick ul li img, #home.index .works ._slicks .sideSlick ul li img {
    height: 100%;
  }
}
@media only screen and (max-width: 1700px) {
  #home.index .works ._slicks .mainSlick ul li img, #home.index .works ._slicks .sideSlick ul li img {
    max-height: calc(100vh - 200px);
    max-width: calc(100vw - 20px);
    width: auto;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 800px) {
  #home.index .works ._slicks .mainSlick ul li img, #home.index .works ._slicks .sideSlick ul li img {
    max-height: calc(100vh - 300px);
    max-width: calc(100vw - 20px);
    width: auto;
  }
}
@media (max-width: 1280px) {
  #home.index .works ._slicks .mainSlick ul li img, #home.index .works ._slicks .sideSlick ul li img {
    max-height: calc(100vh - 300px);
    max-width: calc(100vw - 20px);
    width: auto;
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks .mainSlick ul li img, #home.index .works ._slicks .sideSlick ul li img {
    max-height: calc(100vh - 520px);
    max-width: calc(100vw - 20px);
    width: auto;
  }
}
@media (max-width: 480px) {
  #home.index .works ._slicks .mainSlick ul li img, #home.index .works ._slicks .sideSlick ul li img {
    max-height: 200px;
  }
}
@media (max-width: 350px) {
  #home.index .works ._slicks .mainSlick ul li img, #home.index .works ._slicks .sideSlick ul li img {
    max-height: 180px;
  }
}
#home.index .works ._slicks .sideSlick {
  right: calc(100% - 13vw);
  width: 250px;
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);
}
@media (min-width: 1921px) {
  #home.index .works ._slicks .sideSlick {
    right: calc(100% - 250px);
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks .sideSlick {
    display: none;
  }
}
#home.index .works ._slicks .sideSlick li {
  float: right;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#home.index .works ._slicks ._title {
  text-align: right;
  margin: 0 0 5vh;
  opacity: 0;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .works ._slicks ._title {
    margin: 0 0 60px;
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks ._title {
    padding: 0 5vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 30px;
  }
}
@media (max-width: 700px) and (max-height: 600px) {
  #home.index .works ._slicks ._title {
    margin: 0 0 20px;
  }
}
#home.index .works ._slicks ._title .ch {
  line-height: 1.3;
  font-weight: bold;
  font-size: 2.25rem;
}
@media (max-width: 1650px) {
  #home.index .works ._slicks ._title .ch {
    font-size: 2.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .works ._slicks ._title .ch {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks ._title .ch {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  #home.index .works ._slicks ._title .ch {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  #home.index .works ._slicks ._title .ch {
    font-size: 1.875rem;
  }
}
#home.index .works ._slicks ._title .en {
  margin: 10px 10px 0 0;
  font-size: 1.25rem;
}
@media (max-width: 1650px) {
  #home.index .works ._slicks ._title .en {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .works ._slicks ._title .en {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks ._title .en {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks .wordsSlick {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 680px;
    width: 70vw;
    margin: 30px 0 0;
    width: 50%;
  }
}
@media (max-width: 700px) {
  #home.index .works ._slicks .wordsSlick {
    margin: 20px 0 0;
    width: 45%;
  }
}
@media (max-width: 400px) {
  #home.index .works ._slicks .wordsSlick {
    margin: 10px 0 0;
  }
}
#home.index .works ._slicks .wordsSlick ul li {
  opacity: 0;
}
#home.index .works ._slicks .wordsSlick ul li .type {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 25px;
}
@media (max-width: 1440px) {
  #home.index .works ._slicks .wordsSlick ul li .type {
    letter-spacing: 0;
  }
}
@media (max-width: 700px) {
  #home.index .works ._slicks .wordsSlick ul li .type {
    font-size: 1rem;
  }
}
#home.index .works ._slicks .wordsSlick ul li .type .ch {
  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;
}
#home.index .works ._slicks .wordsSlick ul li .type .ch:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #636c73;
  margin: 0 12px;
}
@media (max-width: 700px) {
  #home.index .works ._slicks .wordsSlick ul li .type .ch:after {
    height: 15px;
    margin: 0 7px;
  }
}
#home.index .works ._slicks .wordsSlick ul li .type .en {
  color: #c9c9c9;
  font-family: "MyriadPro-Regular", 微軟正黑體;
}
@media (max-width: 900px) {
  #home.index .works ._slicks .wordsSlick ul li .type {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 700px) {
  #home.index .works ._slicks .wordsSlick ul li .type {
    margin: 0 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .works ._slicks .wordsSlick ul li .type {
    margin: 0;
  }
}
#home.index .works ._slicks .wordsSlick ul li .type .ch {
  font-weight: bold;
}
#home.index .works ._slicks .wordsSlick ul li .type .en {
  color: #787878;
}
#home.index .works ._slicks .wordsSlick ul li .type .ch:after {
  margin: 0;
  width: 0;
  height: 0;
}
#home.index .works ._slicks .wordsSlick ul li .type .ch {
  line-height: 1.5;
  display: block;
}
#home.index .works ._slicks .wordsSlick ul li .type .ch span {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #636c73;
  margin: -3px 12px;
}
#home.index .works ._slicks .wordsSlick ul li .type .en {
  line-height: 1.5;
}
#home.index .works ._slicks .wordsSlick ul li .words {
  font-size: 1rem;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  #home.index .works ._slicks .wordsSlick ul li .words {
    height: 48px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 900px) {
  #home.index .works ._slicks .wordsSlick ul li .words {
    text-align: center;
  }
}
@media (max-width: 700px) {
  #home.index .works ._slicks .wordsSlick ul li .words {
    height: 39px;
    font-size: 0.8125rem;
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .works ._slicks .wordsSlick ul li .words {
    display: none;
  }
}
#home.index .works ._slicks .seemore {
  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;
  margin: 5vh 0 0;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .works ._slicks .seemore {
    margin: 60px 0 0;
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks .seemore {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 50px 0 0;
  }
}
@media (max-width: 700px) {
  #home.index .works ._slicks .seemore {
    margin: 20px 0 0;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .works ._slicks .seemore {
    margin: 10px 0 0;
  }
}
#home.index .works ._slicks .seemore a {
  opacity: 0;
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #000;
  border: 1px solid #000000;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 900px) {
  #home.index .works ._slicks .seemore a {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #home.index .works ._slicks .seemore a {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  #home.index .works ._slicks .seemore a {
    height: 35px;
  }
}
#home.index .works ._slicks .seemore a:hover {
  background: #000000;
  color: #fff;
}
#home.index .works ._slicks .seemore .arrow {
  position: relative;
  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;
}
@media (max-width: 1024px) {
  #home.index .works ._slicks .seemore .arrow {
    display: none;
  }
}
#home.index .works ._slicks .seemore .arrow:before {
  content: "";
  display: block;
  width: 1px;
  height: 0px;
  background-color: #959595;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 0.5px);
}
#home.index .works ._slicks .seemore .arrow span {
  font-size: 2.25rem;
  cursor: pointer;
  margin: 0 5px;
  opacity: 0;
  display: block;
}
#home.index .works ._slicks .mainSlick {
  width: calc(100% - 35.4vw - 13vw);
}
@media (min-width: 1025px) {
  #home.index .works ._slicks .mainSlick {
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
}
@media (min-width: 1921px) {
  #home.index .works ._slicks .mainSlick {
    width: calc(100% - 680px - 250px);
  }
}
@media (max-width: 1440px) {
  #home.index .works ._slicks .mainSlick {
    width: calc(100% - 38vw - 13vw);
  }
}
@media (max-width: 1024px) {
  #home.index .works ._slicks .mainSlick {
    width: 100vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #home.index .works ._slicks .mainSlick .slick-list {
    overflow: visible;
  }
}
@media only screen and (max-width: 575px) {
  #home.index .works ._slicks .mainSlick .slick-list {
    overflow: hidden;
  }
}
#home.index .works .frontImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#home.index .works .frontImg .stair, #home.index .works .frontImg .girl, #home.index .works .frontImg .train {
  position: absolute;
  z-index: 1;
}
#home.index .works .frontImg .stair {
  bottom: calc(50% - 38vh);
  left: 0;
  width: 18vw;
}
@media (min-width: 1921px) {
  #home.index .works .frontImg .stair {
    width: auto;
  }
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .works .frontImg .stair {
    bottom: 160px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .works .frontImg .stair {
    width: 17vw;
    bottom: calc(50% - 39vh);
  }
}
@media (max-width: 1024px) {
  #home.index .works .frontImg .stair {
    width: auto;
    bottom: 15.625vw;
    left: -15.625vw;
  }
}
@media (max-width: 900px) {
  #home.index .works .frontImg .stair {
    bottom: 20px;
    left: -27vw;
  }
}
@media (max-width: 700px) {
  #home.index .works .frontImg .stair {
    width: 62vw;
    left: -38vw;
  }
}
#home.index .works .frontImg .girl {
  bottom: 14vh;
  left: 25%;
  width: 6.5vw;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .works .frontImg .girl {
    bottom: 180px;
  }
}
@media (min-width: 1921px) {
  #home.index .works .frontImg .girl {
    width: auto;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .works .frontImg .girl {
    bottom: 12vh;
  }
}
@media (max-width: 1024px) {
  #home.index .works .frontImg .girl {
    width: 12vw;
    bottom: 13.6vw;
    left: 11.7vw;
  }
}
@media (max-width: 900px) {
  #home.index .works .frontImg .girl {
    bottom: 10px;
    left: 9vw;
  }
}
@media (max-width: 700px) {
  #home.index .works .frontImg .girl {
    width: 20vw;
  }
}
#home.index .works .frontImg .girl .head {
  -webkit-transform-origin: 58% 27.6%;
      -ms-transform-origin: 58% 27.6%;
          transform-origin: 58% 27.6%;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
#home.index .works .frontImg .girl .body {
  position: absolute;
  top: 0;
  left: 0;
}
#home.index .works .frontImg .train {
  right: -7.2vw;
  bottom: 0;
  width: 36.875vw;
}
@media (min-width: 1921px) {
  #home.index .works .frontImg .train {
    width: auto;
    right: -140px;
  }
}
@media (max-width: 1024px) {
  #home.index .works .frontImg .train {
    width: 69vw;
    right: -13.6vw;
  }
}
@media (max-width: 900px) {
  #home.index .works .frontImg .train {
    bottom: -25px;
    right: -24vw;
  }
}
@media (max-width: 700px) {
  #home.index .works .frontImg .train {
    bottom: -15px;
    width: 80vw;
    right: -30vw;
  }
}

@-webkit-keyframes headturn {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes headturn {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes trainLeave {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  5% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  10% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes trainLeave {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  5% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  10% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@-webkit-keyframes workRabit {
  0% {
    opacity: 0;
    -webkit-transform: rotate(20deg) translateY(-100%);
            transform: rotate(20deg) translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translate(0);
            transform: rotate(0) translate(0);
  }
}
@keyframes workRabit {
  0% {
    opacity: 0;
    -webkit-transform: rotate(20deg) translateY(-100%);
            transform: rotate(20deg) translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translate(0);
            transform: rotate(0) translate(0);
  }
}
@media (max-width: 700px) {
  @-webkit-keyframes workRabit {
    0% {
      opacity: 0;
      -webkit-transform: rotate(20deg) translateX(-100%);
              transform: rotate(20deg) translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(0) translate(0);
              transform: rotate(0) translate(0);
    }
  }
  @keyframes workRabit {
    0% {
      opacity: 0;
      -webkit-transform: rotate(20deg) translateX(-100%);
              transform: rotate(20deg) translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(0) translate(0);
              transform: rotate(0) translate(0);
    }
  }
}
#home.index .explore {
  color: #fff;
}
@media (max-width: 1024px) {
  #home.index .explore {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0 30px;
  }
}
#home.index .explore.show .train img {
  -webkit-animation: newTrain 2s both;
          animation: newTrain 2s both;
}
#home.index .explore.show .wordSlick ul li, #home.index .explore.show .imgSlick ul, #home.index .explore.show .seeMore {
  -webkit-animation: fadeInUp 1.2s both 0.6s;
          animation: fadeInUp 1.2s both 0.6s;
}
#home.index .explore.show .imgSlick .arrow {
  -webkit-animation: slideInUp 2s both 1.2s;
          animation: slideInUp 2s both 1.2s;
}
#home.index .explore.show ._title > * {
  -webkit-animation: fadeInUp 1.2s both 0.6s;
          animation: fadeInUp 1.2s both 0.6s;
}
#home.index .explore.show .catAndWall .cat img {
  -webkit-animation: allin 1.2s both 1.3s;
          animation: allin 1.2s both 1.3s;
}
#home.index .explore .bgImg {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1366px) {
  #home.index .explore .bgImg {
    top: auto;
    bottom: 0;
    height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .explore .bgImg {
    top: auto;
    bottom: 0;
    height: calc(100% - 60px);
  }
}
@media (max-width: 1024px) {
  #home.index .explore .bgImg {
    top: 0;
    height: 100%;
  }
}
#home.index .explore .bgImg .catAndWall {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
}
@media (min-width: 1921px) {
  #home.index .explore .bgImg .catAndWall {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  #home.index .explore .bgImg .catAndWall {
    width: 120%;
  }
}
@media only screen and (max-width: 1366px) {
  #home.index .explore .bgImg .catAndWall {
    width: 108%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .explore .bgImg .catAndWall {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #home.index .explore .bgImg .catAndWall {
    bottom: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#home.index .explore .bgImg .catAndWall .cat {
  z-index: 0;
  position: absolute;
  left: 83.3%;
  bottom: 72.2%;
  -webkit-transform: translateX(-69.1%);
      -ms-transform: translateX(-69.1%);
          transform: translateX(-69.1%);
  width: 28.9%;
  max-width: 560px;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  #home.index .explore .bgImg .catAndWall .cat {
    width: 25%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .explore .bgImg .catAndWall .cat {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  #home.index .explore .bgImg .catAndWall .cat {
    left: calc(50% + 50vw);
    bottom: 99%;
  }
}
@media only screen and (max-width: 900px) {
  #home.index .explore .bgImg .catAndWall .cat {
    width: 38%;
  }
}
@media only screen and (max-width: 800px) {
  #home.index .explore .bgImg .catAndWall .cat {
    width: 33%;
  }
}
@media (max-width: 700px) {
  #home.index .explore .bgImg .catAndWall .cat {
    width: 76vw;
  }
}
#home.index .explore .bgImg .catAndWall .cat img {
  -webkit-transform: translateY(60%);
      -ms-transform: translateY(60%);
          transform: translateY(60%);
}
#home.index .explore .bgImg .catAndWall .wall {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
@media (max-width: 1024px) {
  #home.index .explore .bgImg .catAndWall .wall {
    width: auto;
    height: 100%;
    display: block;
  }
}
#home.index .explore .bgImg .catAndWall .wall img {
  width: 100%;
}
@media (max-width: 1024px) {
  #home.index .explore .bgImg .catAndWall .wall img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}
#home.index .explore .bgImg .train {
  position: absolute;
  top: calc(50% + 15vw);
  left: 0;
}
@media only screen and (max-width: 1366px) {
  #home.index .explore .bgImg .train {
    width: 40%;
    top: calc(50% + 13vw);
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .explore .bgImg .train {
    width: 40%;
    top: calc(50% + 12vw);
  }
}
@media (max-width: 1024px) {
  #home.index .explore .bgImg .train {
    bottom: 0;
    top: auto;
    width: 67.8vw;
  }
}
@media (max-width: 1024px) {
  #home.index .explore .bgImg .train {
    width: 100vw;
    left: -25vw;
  }
}
#home.index .explore .bgImg .train img {
  position: relative;
  left: -100%;
}
#home.index .explore ._title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1150px;
  width: 80%;
}
@media (min-width: 1025px) {
  #home.index .explore ._title {
    position: absolute;
    top: 160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  #home.index .explore ._title {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    margin: 0 0 40px;
    padding: 0 0 0 5vw;
  }
}
@media (max-width: 700px) {
  #home.index .explore ._title {
    margin: 0 0 6vw;
  }
}
@media (max-width: 700px) and (max-height: 600px) {
  #home.index .explore ._title {
    margin: 0 0 10px;
  }
}
#home.index .explore ._title > * {
  opacity: 0;
}
#home.index .explore ._title .ch {
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 2.25rem;
}
@media (max-width: 1650px) {
  #home.index .explore ._title .ch {
    font-size: 2.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .explore ._title .ch {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  #home.index .explore ._title .ch {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  #home.index .explore ._title .ch {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  #home.index .explore ._title .ch {
    font-size: 1.875rem;
  }
}
#home.index .explore ._title .en {
  margin-top: 10px;
  letter-spacing: 0px;
  font-size: 1.25rem;
}
@media (max-width: 1650px) {
  #home.index .explore ._title .en {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .explore ._title .en {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  #home.index .explore ._title .en {
    font-size: 1rem;
  }
}
#home.index .explore ._title .anchor {
  margin: 0 0 0 65px;
  max-width: calc(100% - 220px);
}
@media (max-width: 1024px) {
  #home.index .explore ._title .anchor {
    margin: 0 0 0 50px;
    max-width: calc(100% - 180px);
  }
}
@media (max-width: 700px) {
  #home.index .explore ._title .anchor {
    max-width: calc(100% - 145px);
    margin: 0;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 575px) {
  #home.index .explore ._title .anchor {
    height: 35px;
    overflow: hidden;
  }
}
#home.index .explore ._title .anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 575px) {
  #home.index .explore ._title .anchor ul {
    padding-bottom: 18px;
    overflow-x: scroll;
  }
}
#home.index .explore ._title .anchor ul li {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 5px;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 1rem;
}
@media (max-width: 700px) {
  #home.index .explore ._title .anchor ul li {
    margin: 0 5px 10px;
    font-size: 0.9375rem;
  }
}
#home.index .explore ._title .anchor ul li:first-of-type {
  padding: 0 10px 0 0;
}
#home.index .explore ._title .anchor ul li, #home.index .explore ._title .anchor ul:hover li.active {
  color: #adadad;
}
#home.index .explore ._title .anchor ul li.active, #home.index .explore ._title .anchor ul li:hover, #home.index .explore ._title .anchor ul:hover li.active:hover {
  color: #fff;
}
#home.index .explore ._slicks {
  width: 56.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1090px;
  min-height: 360px;
}
@media (min-width: 1025px) {
  #home.index .explore ._slicks {
    position: absolute;
    bottom: calc(50% - 6.25vw);
    left: 50%;
    -webkit-transform: translate(-50%, 51%);
        -ms-transform: translate(-50%, 51%);
            transform: translate(-50%, 51%);
    z-index: 1;
  }
}
@media (max-width: 1440px) {
  #home.index .explore ._slicks {
    width: 72vw;
    bottom: calc(50% - 7vw);
  }
}
@media only screen and (max-width: 1366px) {
  #home.index .explore ._slicks {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    left: 55%;
    padding-top: 2%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .explore ._slicks {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    left: 55%;
    padding-top: 4%;
  }
}
@media (max-width: 1279px) {
  #home.index .explore ._slicks {
    width: 75vw;
    bottom: calc(50% - 8vw);
  }
}
@media (max-width: 1024px) {
  #home.index .explore ._slicks {
    width: 90vw;
    max-width: 600px;
    display: block;
    padding: 50px 0 30px;
  }
}
@media (max-width: 850px) {
  #home.index .explore ._slicks {
    min-height: 550px;
  }
}
@media (max-width: 700px) {
  #home.index .explore ._slicks {
    min-height: 360px;
    padding: 20px 0;
  }
}
#home.index .explore ._slicks .imgSlick {
  width: 55%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  #home.index .explore ._slicks .imgSlick {
    width: 42%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .explore ._slicks .imgSlick {
    width: 41%;
  }
}
@media (max-width: 1024px) {
  #home.index .explore ._slicks .imgSlick {
    width: 100%;
  }
}
#home.index .explore ._slicks .imgSlick li a {
  display: block;
}
@media only screen and (max-width: 1366px) {
  #home.index .explore ._slicks .imgSlick img {
    max-height: 300px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .explore ._slicks .imgSlick img {
    max-height: 280px;
  }
}
@media only screen and (max-width: 850px) {
  #home.index .explore ._slicks .imgSlick img {
    max-height: initial;
  }
}
@media only screen and (max-width: 575px) {
  #home.index .explore ._slicks .imgSlick img {
    max-height: 226px;
  }
}
#home.index .explore ._slicks .imgSlick ul, #home.index .explore ._slicks .imgSlick .arrow {
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
}
#home.index .explore ._slicks .imgSlick .arrow {
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 1;
  color: #ffffff;
  background-color: #000;
  width: 100px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .explore ._slicks .imgSlick .arrow {
    bottom: -2px;
  }
}
@media (max-width: 700px) {
  #home.index .explore ._slicks .imgSlick .arrow {
    width: 80px;
    height: 40px;
  }
}
#home.index .explore ._slicks .imgSlick .arrow:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 700px) {
  #home.index .explore ._slicks .imgSlick .arrow:before {
    background-color: #fff;
  }
}
#home.index .explore ._slicks .imgSlick .arrow span {
  font-size: 2.5rem;
  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;
  width: 50%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 700px) {
  #home.index .explore ._slicks .imgSlick .arrow span {
    font-size: 2.125rem;
  }
}
#home.index .explore ._slicks .wordSlick {
  width: 45%;
  padding: 0 1.5vw 0 5vw;
}
@media (min-width: 1921px) {
  #home.index .explore ._slicks .wordSlick {
    padding: 0 30px 0 100px;
  }
}
@media (max-width: 1024px) {
  #home.index .explore ._slicks .wordSlick {
    width: 100%;
    padding: 20px 20px 0;
  }
}
#home.index .explore ._slicks .wordSlick ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}
#home.index .explore ._slicks .wordSlick ul li .type {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 25px;
}
@media (max-width: 1440px) {
  #home.index .explore ._slicks .wordSlick ul li .type {
    letter-spacing: 0;
  }
}
@media (max-width: 700px) {
  #home.index .explore ._slicks .wordSlick ul li .type {
    font-size: 1rem;
  }
}
#home.index .explore ._slicks .wordSlick ul li .type .ch {
  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;
}
#home.index .explore ._slicks .wordSlick ul li .type .ch:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #636c73;
  margin: 0 12px;
}
@media (max-width: 700px) {
  #home.index .explore ._slicks .wordSlick ul li .type .ch:after {
    height: 15px;
    margin: 0 7px;
  }
}
#home.index .explore ._slicks .wordSlick ul li .type .en {
  color: #c9c9c9;
  font-family: "MyriadPro-Regular", 微軟正黑體;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .explore ._slicks .wordSlick ul li .type {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  #home.index .explore ._slicks .wordSlick ul li .type {
    margin: 0 0 10px;
  }
}
@media (max-width: 900px) {
  #home.index .explore ._slicks .wordSlick ul li .type {
    margin: auto;
  }
}
@media (max-width: 700px) {
  #home.index .explore ._slicks .wordSlick ul li .type {
    margin: auto;
  }
}
#home.index .explore ._slicks .wordSlick ul li .type .en {
  color: #fff;
  line-height: 1.5;
}
#home.index .explore ._slicks .wordSlick ul li .type .ch:after {
  margin: 0;
  width: 0;
  height: 0;
}
#home.index .explore ._slicks .wordSlick ul li .type .ch {
  line-height: 1.5;
  display: block;
}
#home.index .explore ._slicks .wordSlick ul li .type .ch span {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #636c73;
  margin: -3px 12px;
}
#home.index .explore ._slicks .wordSlick ul li .words {
  font-size: 0.9375rem;
  line-height: 1.8;
  max-height: 81px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
}
@media (max-width: 900px) {
  #home.index .explore ._slicks .wordSlick ul li .words {
    display: none;
  }
}
#home.index .explore ._slicks .wordSlick ul li .more {
  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;
  margin: 1.5vw 0 0;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  #home.index .explore ._slicks .wordSlick ul li .more {
    margin: 30px 0 0;
  }
}
@media (max-width: 1024px) {
  #home.index .explore ._slicks .wordSlick ul li .more {
    margin: 10px 0 0;
  }
}
@media (max-width: 900px) {
  #home.index .explore ._slicks .wordSlick ul li .more {
    display: none;
  }
}
#home.index .explore ._slicks .wordSlick ul li .more span {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
#home.index .explore ._slicks .wordSlick ul li .more span:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home.index .explore ._slicks .wordSlick ul li .more span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
#home.index .explore ._slicks .wordSlick .seeMore {
  margin: 3.3vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  opacity: 0;
}
@media (min-width: 1921px) {
  #home.index .explore ._slicks .wordSlick .seeMore {
    margin: 60px 0 0;
  }
}
@media (max-width: 1024px) {
  #home.index .explore ._slicks .wordSlick .seeMore {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 0;
  }
}
@media (max-width: 700px) {
  #home.index .explore ._slicks .wordSlick .seeMore {
    margin: 15px 0 0;
  }
}
#home.index .explore ._slicks .wordSlick .seeMore a {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 900px) {
  #home.index .explore ._slicks .wordSlick .seeMore a {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #home.index .explore ._slicks .wordSlick .seeMore a {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  #home.index .explore ._slicks .wordSlick .seeMore a {
    height: 35px;
  }
}
#home.index .explore ._slicks .wordSlick .seeMore a:hover {
  background: #ffffff;
  color: #000000;
}
@media (max-width: 1024px) {
  #home.index .explore ._slicks .wordSlick .seeMore a {
    background-color: #fff;
    color: #000;
  }
}
#home.index .explore ._slicks.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes newTrain {
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes newTrain {
  100% {
    left: 0;
    opacity: 1;
  }
}
#home.index .authorization.in .container ._title .ch, #home.index .authorization.in .container ._title .en, #home.index .authorization.in .container ._title ul, #home.index .authorization.in .container .seeMore a {
  -webkit-animation: fadeInUp 1.2s both 0.4s;
          animation: fadeInUp 1.2s both 0.4s;
}
#home.index .authorization.in .container ._slicks {
  -webkit-animation: fadeInUp 1.5s both 0.4s;
          animation: fadeInUp 1.5s both 0.4s;
}
#home.index .authorization.show .bgImg .birdAndFlower img {
  opacity: 1 !important;
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
}
#home.index .authorization.show .bgImg .birdAndFlower .bird img {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#home.index .authorization.show .bgImg .birdAndFlower .flower1 img {
  -webkit-transition: all 1.8s ease 0.2s;
  transition: all 1.8s ease 0.2s;
}
#home.index .authorization.show .bgImg .train img {
  -webkit-animation: newTrain 2s both 0.6s;
          animation: newTrain 2s both 0.6s;
}
#home.index .authorization.show .bgImg .flower2 img {
  -webkit-animation: allin 1s both 0.4s;
          animation: allin 1s both 0.4s;
}
#home.index .authorization .bgImg {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100% - 90px - 8.3vh);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .authorization .bgImg {
    height: calc(100% - 180px);
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .authorization .bgImg {
    top: 60px;
    height: calc(100% - 120px);
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .bgImg {
    height: 100%;
    top: 0;
  }
}
#home.index .authorization .bgImg .birdAndFlower {
  position: absolute;
  top: -90px;
  right: -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-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .authorization .bgImg .birdAndFlower {
    top: -70px;
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .bgImg .birdAndFlower {
    top: 0;
    right: -30px;
    -webkit-transform: translate(0, -5%);
        -ms-transform: translate(0, -5%);
            transform: translate(0, -5%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .bgImg .birdAndFlower {
    right: -85px;
  }
}
#home.index .authorization .bgImg .birdAndFlower .bird {
  width: 26vw;
}
@media (min-width: 1921px) {
  #home.index .authorization .bgImg .birdAndFlower .bird {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .bgImg .birdAndFlower .bird {
    width: 48.8vw;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .bgImg .birdAndFlower .bird {
    width: 57.3vw;
  }
}
#home.index .authorization .bgImg .birdAndFlower .bird img {
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#home.index .authorization .bgImg .birdAndFlower .flower1 {
  padding: 40px 30px 0 0;
  max-width: 110px;
  width: 7vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1440px) {
  #home.index .authorization .bgImg .birdAndFlower .flower1 {
    padding: 40px 2vw 0 0;
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .bgImg .birdAndFlower .flower1 {
    padding: 0 60px 0 0;
    width: auto;
    max-width: none;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .bgImg .birdAndFlower .flower1 {
    width: 54px;
    padding: 0;
    margin: 0 90px 0 0;
  }
}
#home.index .authorization .bgImg .birdAndFlower .flower1 img {
  opacity: 0;
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
#home.index .authorization .bgImg .train {
  position: absolute;
  bottom: -8.3vh;
  left: -10.4vw;
  width: 45.3125vw;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .authorization .bgImg .train {
    bottom: -90px;
  }
}
@media (min-width: 1921px) {
  #home.index .authorization .bgImg .train {
    left: -200px;
    width: 870px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .authorization .bgImg .train {
    bottom: -10.3vh;
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .bgImg .train {
    bottom: 0;
    left: -20vw;
    width: 85vw;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .bgImg .train {
    width: 170vw;
    left: -82vw;
    bottom: 12vh;
  }
}
@media (max-width: 700px) and (max-height: 600px) {
  #home.index .authorization .bgImg .train {
    bottom: 7vh;
  }
}
#home.index .authorization .bgImg .train img {
  position: relative;
  left: -100%;
}
#home.index .authorization .bgImg .flower2 {
  position: absolute;
  bottom: -8.3vh;
  right: 50%;
  width: 16.6vw;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .authorization .bgImg .flower2 {
    bottom: -90px;
  }
}
@media (min-width: 1921px) {
  #home.index .authorization .bgImg .flower2 {
    width: 320px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .authorization .bgImg .flower2 {
    bottom: -10.3vh;
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .bgImg .flower2 {
    width: 31.25vw;
    right: auto;
    left: calc(50% + 15vw);
    bottom: 0;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .bgImg .flower2 {
    width: 155px;
    left: calc(50% + 20px);
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
#home.index .authorization .bgImg .flower2 img {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
#home.index .authorization .container {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1130px;
  width: 100%;
  padding: 60px 20px 0 0;
  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;
  margin: auto;
}
@media (max-width: 1024px) {
  #home.index .authorization .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7.3vw 0 10.7vw;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 75px 0 20vh;
  }
}
#home.index .authorization .container .seeMore a {
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #000000;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1rem;
}
@media only screen and (max-width: 900px) {
  #home.index .authorization .container .seeMore a {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #home.index .authorization .container .seeMore a {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  #home.index .authorization .container .seeMore a {
    height: 35px;
  }
}
#home.index .authorization .container .seeMore a:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
#home.index .authorization .container .seeMore a:hover {
  color: #000;
}
@media only screen and (max-width: 700px) {
  #home.index .authorization .container .seeMore a {
    font-size: 0.875rem;
  }
}
#home.index .authorization .container > .seeMore {
  margin: 80px 0 0;
}
@media (max-width: 700px) {
  #home.index .authorization .container > .seeMore {
    margin: 15vh 0 0;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .authorization .container > .seeMore {
    margin: 10vh 0 0;
  }
}
@media (min-width: 1025px), (max-width: 700px) {
  #home.index .authorization .container > .seeMore {
    display: none;
  }
}
#home.index .authorization .container ._title {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 18.5vh;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .authorization .container ._title {
    padding-bottom: 200px;
  }
}
@media (max-width: 1130px) {
  #home.index .authorization .container ._title {
    padding-left: 8.8vw;
    padding-right: 8.8vw;
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .container ._title {
    padding-bottom: 5vw;
    padding-left: calc(10px + 5vw);
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 760px;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container ._title {
    padding-left: calc(5px + 5vw);
    padding-right: 0;
  }
}
#home.index .authorization .container ._title > div:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#home.index .authorization .container ._title ._title .ch, #home.index .authorization .container ._title ._title .en, #home.index .authorization .container ._title ._title ul, #home.index .authorization .container ._title ._title .seeMore a {
  opacity: 0;
}
#home.index .authorization .container ._title .ch {
  line-height: 1.3;
  font-weight: bold;
  font-size: 2.25rem;
}
@media (max-width: 1650px) {
  #home.index .authorization .container ._title .ch {
    font-size: 2.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .authorization .container ._title .ch {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .container ._title .ch {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container ._title .ch {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  #home.index .authorization .container ._title .ch {
    font-size: 1.875rem;
  }
}
#home.index .authorization .container ._title .en {
  margin-top: 10px;
  font-size: 1.25rem;
}
@media (max-width: 1650px) {
  #home.index .authorization .container ._title .en {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  #home.index .authorization .container ._title .en {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .container ._title .en {
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container ._title .en {
    line-height: 1.2;
  }
}
#home.index .authorization .container ._title .anchor {
  margin: 40px 0;
  margin: 20px 0 40px;
}
@media (max-width: 1024px) {
  #home.index .authorization .container ._title .anchor {
    margin: 0 0 0 50px;
    max-width: calc(100% - 180px);
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container ._title .anchor {
    max-width: 100%;
    width: 100%;
    margin: 0 0 0 15px;
    overflow: hidden;
  }
}
#home.index .authorization .container ._title .anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  #home.index .authorization .container ._title .anchor ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #home.index .authorization .container ._title .anchor ul:hover li.active:before {
    width: 0;
  }
  #home.index .authorization .container ._title .anchor ul li:hover:before, #home.index .authorization .container ._title .anchor ul:hover li.active:hover:before {
    width: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  #home.index .authorization .container ._title .anchor ul li:hover, #home.index .authorization .container ._title .anchor ul:hover li.active:hover {
    width: 100%;
  }
}
#home.index .authorization .container ._title .anchor ul li {
  margin: 5px 0;
  cursor: pointer;
  line-height: 1.5;
  font-size: 1rem;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  #home.index .authorization .container ._title .anchor ul li {
    margin: 5px 25px 5px 0;
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container ._title .anchor ul li {
    margin: 0 5px 10px;
  }
}
#home.index .authorization .container ._title .anchor ul li.active:before {
  width: 20px;
}
@media (max-width: 1024px) {
  #home.index .authorization .container ._title .anchor ul li.active:before {
    width: calc(100% - 20px);
  }
}
#home.index .authorization .container ._title .anchor ul li:before {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 15px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  #home.index .authorization .container ._title .anchor ul li:before {
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
#home.index .authorization .container ._title .seeMore {
  display: inline-block;
}
@media (max-width: 1024px) and (min-width: 701px) {
  #home.index .authorization .container ._title .seeMore {
    display: none;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container ._title .seeMore {
    position: absolute;
    bottom: 7.5vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#home.index .authorization .container ._slicks {
  width: 68.4%;
  max-width: 50vw;
  background-color: #fff;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.15);
  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;
}
#home.index .authorization .container ._slicks.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1366px) {
  #home.index .authorization .container ._slicks {
    width: 50%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .authorization .container ._slicks {
    width: 48%;
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  #home.index .authorization .container ._slicks {
    max-width: 760px;
    width: 90%;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container ._slicks {
    padding: 10px;
  }
}
#home.index .authorization .container ._slicks .imgSlick {
  position: relative;
}
#home.index .authorization .container ._slicks .imgSlick .arrow {
  position: absolute;
  bottom: -15px;
  right: 0;
  background-color: #fff;
  width: 120px;
  height: 55px;
  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;
}
@media (max-width: 700px) {
  #home.index .authorization .container ._slicks .imgSlick .arrow {
    width: 80px;
    height: 40px;
    bottom: -10px;
  }
}
#home.index .authorization .container ._slicks .imgSlick .arrow:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home.index .authorization .container ._slicks .imgSlick .arrow span {
  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;
  font-size: 2.5rem;
  padding: 10px 5px;
  cursor: pointer;
}
@media (max-width: 700px) {
  #home.index .authorization .container ._slicks .imgSlick .arrow span {
    padding: 5px;
    font-size: 2.125rem;
  }
}
#home.index .authorization .container ._slicks .wordSlick {
  padding: 20px 0 10px;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .authorization .container ._slicks .wordSlick {
    padding: 15px 0 0px;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container ._slicks .wordSlick {
    padding: 10px 0 0;
  }
}
#home.index .authorization .container ._slicks .wordSlick ul li {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#home.index .authorization .container ._slicks .wordSlick ul li .dateHome {
  font-size: 0.9375rem;
  text-align: center;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .authorization .container ._slicks .wordSlick ul li .dateHome {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  #home.index .authorization .container ._slicks .wordSlick ul li .dateHome {
    font-size: 0.8125rem;
    margin: 0 0 5px;
  }
}
#home.index .authorization .container ._slicks .wordSlick ul li a {
  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;
  padding: 7px 0;
}
#home.index .authorization .container ._slicks .wordSlick ul li a .type {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  #home.index .authorization .container ._slicks .wordSlick ul li a .type {
    font-size: 0.8125rem;
  }
}
@media (max-width: 320px) {
  #home.index .authorization .container ._slicks .wordSlick ul li a .type {
    display: none;
  }
}
#home.index .authorization .container ._slicks .wordSlick ul li a .type:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #b2b2b2;
  margin: 0 10px;
}
#home.index .authorization .container ._slicks .wordSlick ul li a .name {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 700px) {
  #home.index .authorization .container ._slicks .wordSlick ul li a .name {
    font-size: 0.9375rem;
  }
}

#home.index .tobeContinue {
  position: relative;
}
#home.index .tobeContinue.in ._title {
  -webkit-animation: fadeInUp 1.8s both 0.4s;
          animation: fadeInUp 1.8s both 0.4s;
}
#home.index .tobeContinue.show .container .trainAndBook .train.safari img {
  -webkit-animation: footerTrain2 3.5s both 1.2s linear;
          animation: footerTrain2 3.5s both 1.2s linear;
}
@media (max-width: 700px) {
  #home.index .tobeContinue.show .container .trainAndBook .train.safari img {
    -webkit-animation: footerTrain2 3s both 1.2s linear;
            animation: footerTrain2 3s both 1.2s linear;
  }
}
#home.index .tobeContinue.show .container .trainAndBook .train img {
  -webkit-animation: footerTrain 3.5s both 0.7s linear;
          animation: footerTrain 3.5s both 0.7s linear;
}
@media (max-width: 700px) {
  #home.index .tobeContinue.show .container .trainAndBook .train img {
    -webkit-animation: footerTrain 3s both 0.5s linear;
            animation: footerTrain 3s both 0.5s linear;
  }
}
#home.index .tobeContinue.show .container .trainAndBook .book img {
  -webkit-animation: footerBook 0.9s both 0.4s;
          animation: footerBook 0.9s both 0.4s;
}
#home.index .tobeContinue.show .container .hats .yellow img {
  -webkit-animation: rotateInLeft 2.5s both 1.4s;
          animation: rotateInLeft 2.5s both 1.4s;
}
@media (max-width: 700px) {
  #home.index .tobeContinue.show .container .hats .yellow img {
    -webkit-animation: rotateInLeft 2s both 1.1s;
            animation: rotateInLeft 2s both 1.1s;
  }
}
#home.index .tobeContinue.show .container .hats .pink img {
  -webkit-animation: rotateInLeft 2.5s both 1.6s;
          animation: rotateInLeft 2.5s both 1.6s;
}
@media (max-width: 700px) {
  #home.index .tobeContinue.show .container .hats .pink img {
    -webkit-animation: rotateInLeft 2s both 1.3s;
            animation: rotateInLeft 2s both 1.3s;
  }
}
#home.index .tobeContinue.show .container .hats .blue img {
  -webkit-animation: rotateInLeft 2.5s both 1.5s;
          animation: rotateInLeft 2.5s both 1.5s;
}
@media (max-width: 700px) {
  #home.index .tobeContinue.show .container .hats .blue img {
    -webkit-animation: rotateInLeft 2s both 1.2s;
            animation: rotateInLeft 2s both 1.2s;
  }
}
#home.index .tobeContinue .bgImg {
  position: absolute;
  width: 100%;
  max-width: 1330px;
  max-height: 100vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  padding: 0 0 100px;
}
@media (max-width: 700px) {
  #home.index .tobeContinue .bgImg {
    background-image: url("../../../dist/uploads/root/home/tobeContinue/bgRWD.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
  }
}
#home.index .tobeContinue .bgImg figure {
  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;
  height: 100%;
}
@media (max-width: 700px) {
  #home.index .tobeContinue .bgImg figure {
    display: none;
  }
}
@media (min-width: 701px) {
  #home.index .tobeContinue .bgImg figure img {
    max-height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 1366px) {
  #home.index .tobeContinue .bgImg figure img {
    width: auto;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .tobeContinue .bgImg figure img {
    width: auto;
  }
}
#home.index .tobeContinue .container {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 665px 0 100px;
  width: 100%;
  max-width: 1330px;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  #home.index .tobeContinue .container {
    padding: 0 33% 0 100px;
  }
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container {
    padding: 0 50% 0 100px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .tobeContinue .container {
    padding: 0 33% 0 100px;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .container {
    padding: 100px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .tobeContinue .container {
    padding: 80px 0 0;
  }
}
#home.index .tobeContinue .container ._title {
  padding: 160px 0 0;
}
@media only screen and (max-width: 1366px) {
  #home.index .tobeContinue .container ._title {
    padding-top: 5vh;
  }
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container ._title {
    padding: 12vw 0 0;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .tobeContinue .container ._title {
    padding-top: 5vw;
  }
}
@media (max-width: 1279px) {
  #home.index .tobeContinue .container ._title {
    padding: 5vw 0 0;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .container ._title {
    padding: 0 10vw;
    width: 100%;
  }
}
#home.index .tobeContinue .container ._title h6 {
  font-size: 3rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1366px) {
  #home.index .tobeContinue .container ._title h6 {
    font-size: 2.625rem;
  }
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container ._title h6 {
    font-size: 2.625rem;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .container ._title h6 {
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  #home.index .tobeContinue .container ._title h6 {
    font-size: 2.25rem;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .tobeContinue .container ._title h6 {
    font-size: 2rem;
  }
}
#home.index .tobeContinue .container ._title p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 12px;
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container ._title p {
    font-size: 1rem;
  }
}
#home.index .tobeContinue .container .hats {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0 0;
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container .hats {
    margin: 3vw 0 0;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .container .hats {
    position: absolute;
    left: 0;
    top: calc(50% - 7vh);
    margin: 0;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .tobeContinue .container .hats {
    top: calc(50% - 18vh);
  }
}
#home.index .tobeContinue .container .hats figure img {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-100%, 0) rotate(720deg);
      -ms-transform: translate(-100%, 0) rotate(720deg);
          transform: translate(-100%, 0) rotate(720deg);
}
#home.index .tobeContinue .container .hats .yellow {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1366px) {
  #home.index .tobeContinue .container .hats .yellow {
    width: 6vw;
    margin: 0 22vw 0 0;
  }
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container .hats .yellow {
    width: 7.4vw;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .tobeContinue .container .hats .yellow {
    width: 5.4vw;
    margin: 0 22vw 0 0;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .container .hats .yellow {
    width: 15.7vw;
    margin: 0 auto 0 5px;
  }
}
#home.index .tobeContinue .container .hats .pink {
  margin: -40px 30px 0 0;
}
@media only screen and (max-width: 1366px) {
  #home.index .tobeContinue .container .hats .pink {
    width: 6.6vw;
    margin: -5vw 2.2vw 0 0;
  }
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container .hats .pink {
    width: 8.1vw;
    margin: -3vw 2.2vw 0 0;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .tobeContinue .container .hats .pink {
    width: 6.1vw;
    margin: -5vw 2.2vw 0 0;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .container .hats .pink {
    width: 17vw;
    margin: 15px auto 0 20px;
  }
}
#home.index .tobeContinue .container .hats .blue {
  margin: 60px 30px 0 0;
}
@media only screen and (max-width: 1366px) {
  #home.index .tobeContinue .container .hats .blue {
    width: 7.2vw;
    margin: 4vw 2.2vw 0 0;
  }
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container .hats .blue {
    width: 10.8vw;
    margin: 4.5vw 2.2vw 0 0;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .tobeContinue .container .hats .blue {
    width: 7.8vw;
    margin: 3.5vw 2.2vw 0 0;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .container .hats .blue {
    width: 21.3vw;
    margin: 35px auto 0 30px;
  }
}
#home.index .tobeContinue .container .trainAndBook {
  position: relative;
  z-index: 0;
}
@media (min-width: 701px) {
  #home.index .tobeContinue .container .trainAndBook {
    position: absolute;
    top: calc(50% - 90px);
    left: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#home.index .tobeContinue .container .trainAndBook .train {
  position: absolute;
  top: 0;
  left: 50%;
  width: 700px;
  max-width: 50vw;
  z-index: 0;
  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;
  height: 100%;
  overflow: hidden !important;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 701px) {
  #home.index .tobeContinue .container .trainAndBook .train:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 0 10px 10px #fff;
            box-shadow: 0 0 10px 10px #fff;
  }
}
#home.index .tobeContinue .container .trainAndBook .train.safari img {
  -webkit-transform: rotate(-6deg) translate(-29%, -55%) scale(0.54);
      -ms-transform: rotate(-6deg) translate(-29%, -55%) scale(0.54);
          transform: rotate(-6deg) translate(-29%, -55%) scale(0.54);
}
#home.index .tobeContinue .container .trainAndBook .train figure {
  position: relative;
}
#home.index .tobeContinue .container .trainAndBook .train img {
  -webkit-transform: rotate(-6deg) translate(-120%, -80%);
      -ms-transform: rotate(-6deg) translate(-120%, -80%);
          transform: rotate(-6deg) translate(-120%, -80%);
  width: 580px;
  max-width: none;
  position: relative;
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container .trainAndBook .train img {
    width: 43vw;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .container .trainAndBook .train img {
    width: 90vw;
    -webkit-transform: rotate(-6deg) translate(-100%, -30%);
        -ms-transform: rotate(-6deg) translate(-100%, -30%);
            transform: rotate(-6deg) translate(-100%, -30%);
  }
}
#home.index .tobeContinue .container .trainAndBook .book {
  z-index: 1;
  position: relative;
}
@media (max-width: 1330px) {
  #home.index .tobeContinue .container .trainAndBook .book {
    width: 27vw;
  }
}
@media only screen and (max-width: 1366px) {
  #home.index .tobeContinue .container .trainAndBook .book {
    width: 23vw;
    left: 27%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  #home.index .tobeContinue .container .trainAndBook .book {
    width: 20vw;
    left: 30%;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .container .trainAndBook .book {
    width: 56.8vw;
  }
}
#home.index .tobeContinue .footer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 90px;
}
@media (max-width: 1024px) {
  #home.index .tobeContinue .footer {
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .footer {
    padding: 0 5vw;
  }
}
#home.index .tobeContinue .footer .ftLink {
  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;
}
#home.index .tobeContinue .footer .ftLink a {
  margin: 0 10px;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 700px) {
  #home.index .tobeContinue .footer .ftLink a {
    font-size: 0.9375rem;
  }
}
#home.index .tobeContinue .footer .ftLink a:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: -11px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
#home.index .tobeContinue .footer .ftGotop {
  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;
  position: relative;
  margin: 3vh 0 10px;
}
@media (min-height: 1081px) and (min-width: 1025px) {
  #home.index .tobeContinue .footer .ftGotop {
    margin: 50px 0 10px;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .footer .ftGotop {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: -5px 0 0;
  }
}
#home.index .tobeContinue .footer .ftGotop:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bababa;
  z-index: 0;
}
#home.index .tobeContinue .footer .ftGotop button {
  z-index: 1;
  position: relative;
  border: none;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  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;
  font-size: 0.8125rem;
  font-family: "JaguarJCBook";
}
@media (max-width: 700px) {
  #home.index .tobeContinue .footer .ftGotop button {
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin: 0 -5px 0 0;
  }
}
#home.index .tobeContinue .footer .ftBottom {
  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;
  padding: 0 0 10px;
}
@media (max-width: 1024px) {
  #home.index .tobeContinue .footer .ftBottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 900px) {
  #home.index .tobeContinue .footer .ftBottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .footer .ftBottom {
    margin: -5px 0 0;
  }
}
@media (max-width: 350px), (max-width: 700px) and (max-height: 600px) {
  #home.index .tobeContinue .footer .ftBottom {
    margin: -5px 0;
  }
}
#home.index .tobeContinue .footer .ftBottom .socialMedia {
  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;
  margin: 0 20px;
}
@media only screen and (max-width: 360px) {
  #home.index .tobeContinue .footer .ftBottom .socialMedia {
    margin: 0;
  }
}
#home.index .tobeContinue .footer .ftBottom .socialMedia a {
  font-size: 1.25rem;
  padding: 10px;
  color: #757575;
}
#home.index .tobeContinue .footer .ftBottom .socialMedia a span {
  display: block;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 700px) {
  #home.index .tobeContinue .footer .ftBottom .socialMedia a {
    padding: 5px 10px;
  }
}
#home.index .tobeContinue .footer .ftBottom .socialMedia a:hover {
  color: #000;
}
#home.index .tobeContinue .footer .ftBottom .socialMedia a:hover span {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
#home.index .tobeContinue .footer .ftBottom .copyright {
  text-align: right;
  font-size: 0.875rem;
  font-family: "MyriadPro-Regular", 微軟正黑體;
}
@media (max-width: 1024px) {
  #home.index .tobeContinue .footer .ftBottom .copyright {
    max-width: 400px;
  }
}
@media (max-width: 900px) {
  #home.index .tobeContinue .footer .ftBottom .copyright {
    text-align: center;
  }
}
@media (max-width: 700px) {
  #home.index .tobeContinue .footer .ftBottom .copyright {
    letter-spacing: 0.5px;
    font-size: 0.8125rem;
    margin: 10px 0 0;
  }
}
#home.index .tobeContinue .footer .ftBottom .copyright p {
  letter-spacing: 0;
  line-height: 1.8;
}
#home.index .tobeContinue .footer .ftBottom .copyright .openPrivacy {
  font-weight: bold;
}

@-webkit-keyframes footerTrain {
  0% {
    -webkit-transform: rotate(-6deg) translate(-120%, -80%);
            transform: rotate(-6deg) translate(-120%, -80%);
  }
  100% {
    -webkit-transform: rotate(-6deg) translate(120%, -80%);
            transform: rotate(-6deg) translate(120%, -80%);
  }
}

@keyframes footerTrain {
  0% {
    -webkit-transform: rotate(-6deg) translate(-120%, -80%);
            transform: rotate(-6deg) translate(-120%, -80%);
  }
  100% {
    -webkit-transform: rotate(-6deg) translate(120%, -80%);
            transform: rotate(-6deg) translate(120%, -80%);
  }
}
@-webkit-keyframes footerTrain2 {
  0% {
    -webkit-transform: rotate(-6deg) translate(-29%, -30%) scale(0.54);
            transform: rotate(-6deg) translate(-29%, -30%) scale(0.54);
  }
  100% {
    -webkit-transform: rotate(-6deg) translate(100%, -30%) scale(1);
            transform: rotate(-6deg) translate(100%, -30%) scale(1);
  }
}
@keyframes footerTrain2 {
  0% {
    -webkit-transform: rotate(-6deg) translate(-29%, -30%) scale(0.54);
            transform: rotate(-6deg) translate(-29%, -30%) scale(0.54);
  }
  100% {
    -webkit-transform: rotate(-6deg) translate(100%, -30%) scale(1);
            transform: rotate(-6deg) translate(100%, -30%) scale(1);
  }
}
@media (max-width: 1024px) {
  @-webkit-keyframes footerTrain2 {
    0% {
      -webkit-transform: rotate(-6deg) translate(-60%, -30%) scale(0.54);
              transform: rotate(-6deg) translate(-60%, -30%) scale(0.54);
    }
    100% {
      -webkit-transform: rotate(-6deg) translate(100%, -30%) scale(1);
              transform: rotate(-6deg) translate(100%, -30%) scale(1);
    }
  }
  @keyframes footerTrain2 {
    0% {
      -webkit-transform: rotate(-6deg) translate(-60%, -30%) scale(0.54);
              transform: rotate(-6deg) translate(-60%, -30%) scale(0.54);
    }
    100% {
      -webkit-transform: rotate(-6deg) translate(100%, -30%) scale(1);
              transform: rotate(-6deg) translate(100%, -30%) scale(1);
    }
  }
}
@media (max-width: 700px) {
  @-webkit-keyframes footerTrain {
    0% {
      -webkit-transform: rotate(-6deg) translate(-100%, -30%);
              transform: rotate(-6deg) translate(-100%, -30%);
    }
    100% {
      -webkit-transform: rotate(-6deg) translate(100%, -30%);
              transform: rotate(-6deg) translate(100%, -30%);
    }
  }
  @keyframes footerTrain {
    0% {
      -webkit-transform: rotate(-6deg) translate(-100%, -30%);
              transform: rotate(-6deg) translate(-100%, -30%);
    }
    100% {
      -webkit-transform: rotate(-6deg) translate(100%, -30%);
              transform: rotate(-6deg) translate(100%, -30%);
    }
  }
  @-webkit-keyframes footerTrain2 {
    0% {
      -webkit-transform: rotate(-6deg) translate(-29%, -30%) scale(0.54);
              transform: rotate(-6deg) translate(-29%, -30%) scale(0.54);
    }
    100% {
      -webkit-transform: rotate(-6deg) translate(100%, -30%) scale(1);
              transform: rotate(-6deg) translate(100%, -30%) scale(1);
    }
  }
  @keyframes footerTrain2 {
    0% {
      -webkit-transform: rotate(-6deg) translate(-29%, -30%) scale(0.54);
              transform: rotate(-6deg) translate(-29%, -30%) scale(0.54);
    }
    100% {
      -webkit-transform: rotate(-6deg) translate(100%, -30%) scale(1);
              transform: rotate(-6deg) translate(100%, -30%) scale(1);
    }
  }
}
@-webkit-keyframes footerBook {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  37.5% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  62.5% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  87.5% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes footerBook {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  37.5% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  62.5% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  87.5% {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes dotsContent {
  0% {
    content: "...";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
@keyframes dotsContent {
  0% {
    content: "...";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
.news_list .news_main {
  padding-top: 90px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .news_list .news_main {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_main {
    padding-top: 0;
  }
}
.news_list .bg {
  position: absolute;
  left: 0;
  background-image: url(../../../dist/assets/img/news/news_list_bg.jpg);
  background-position: top;
  background-size: initial;
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (max-width: 900px) {
  .news_list .bg {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .banner_full.banner picture {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .banner_full.banner picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.news_list .banner_full.banner .el_banner_container .objBlock {
  position: relative;
}
.news_list .banner_full.banner .el_banner_container .objBlock.el_title__block {
  width: 50%;
  top: 45%;
  right: 50%;
  -webkit-transform: translate(50%, -45%);
      -ms-transform: translate(50%, -45%);
          transform: translate(50%, -45%);
}
@media only screen and (max-width: 1366px) {
  .news_list .banner_full.banner .el_banner_container .objBlock.el_title__block {
    top: 50%;
    ransform: translate(50%, -50%);
  }
}
@media only screen and (max-width: 900px) {
  .news_list .banner_full.banner .el_banner_container .objBlock.el_title__block {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    top: 0;
    height: 100%;
  }
}
.news_list .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  float: none;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .news_list .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 730px) {
  .news_list .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
  }
}
.news_list .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news_list .girl_wrap {
  position: absolute;
  top: -9.5%;
  left: -2.3vw;
  max-width: 22.22vw;
  min-width: 270px;
  width: 100%;
  opacity: 0;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  z-index: 0;
}
.news_list .girl_wrap.show {
  -webkit-animation: rotate0 1.5s both ease-in-out;
          animation: rotate0 1.5s both ease-in-out;
}
@media only screen and (max-width: 1680px) {
  .news_list .girl_wrap {
    top: -4%;
    left: -3.3vw;
  }
}
@media only screen and (max-width: 1440px) {
  .news_list .girl_wrap {
    max-width: 24.22vw;
  }
}
@media only screen and (max-width: 1366px) {
  .news_list .girl_wrap {
    top: -190px;
  }
}
@media only screen and (max-width: 1100px) {
  .news_list .girl_wrap {
    max-width: 30.22vw;
    top: -7%;
    left: -8.3%;
  }
}
@media only screen and (max-width: 900px) {
  .news_list .girl_wrap {
    max-width: 35.22vw;
    top: -8.5%;
    left: -10%;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .girl_wrap {
    top: 0;
    left: -21%;
  }
}
@media only screen and (max-width: 320px) {
  .news_list .girl_wrap {
    top: 0.3%;
    left: -23%;
  }
}
.news_list .girl_wrap .news_girl img {
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.news_list .news_menu {
  padding-top: 35px;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .news_list .news_menu {
    padding-bottom: 15px;
    padding-top: 0;
  }
  .news_list .news_menu .menu_link {
    max-height: 60px;
  }
  .news_list .news_menu .menu_link .menu_link_cont {
    height: 90px;
    padding-top: 0;
  }
}
.news_list .news_menu .menu_link .menu_link_cont ul li:after {
  right: -3px;
  top: 53%;
}
@media only screen and (max-width: 575px) {
  .news_list .news_menu .menu_link .menu_link_cont ul li:after {
    right: 0;
    top: 47%;
  }
}
.news_list .news_cont {
  position: relative;
  background-image: url(../../../dist/assets/img/news/news_list_bg.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  padding-bottom: 280px;
}
@media only screen and (max-width: 1440px) {
  .news_list .news_cont {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 900px) {
  .news_list .news_cont {
    background-image: unset;
    background-position: top;
    background-size: initial;
    padding-bottom: 150px;
    z-index: 1;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont {
    padding-bottom: 100px;
    overflow-x: hidden;
  }
}
.news_list .news_cont .filter {
  padding-top: 135px;
  margin-right: 220px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 5;
}
@media only screen and (max-width: 1366px) {
  .news_list .news_cont .filter .dropdown {
    z-index: 2;
  }
}
@media only screen and (max-width: 900px) {
  .news_list .news_cont .filter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .news_list .news_cont .filter {
    padding-top: 100px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .filter {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .news_list .news_cont .cont1080 {
    width: 93%;
  }
}
.news_list .news_cont .keyWord_result {
  padding-top: 133px;
}
@media only screen and (max-width: 1024px) {
  .news_list .news_cont .keyWord_result {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .news_list .news_cont .keyWord_result {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .keyWord_result {
    padding-top: 110px;
  }
}
.news_list .news_cont .news_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media only screen and (max-width: 1366px) {
  .news_list .news_cont .news_card_wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 992px) {
  .news_list .news_cont .news_card_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .news_list .news_cont .news_card_wrap .card_block {
    padding-right: 35px;
    padding-left: 35px;
    z-index: 1;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news_list .news_cont .news_card_wrap .card_block .news_card {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1366px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card {
    width: 85%;
  }
}
@media only screen and (max-width: 992px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card {
    width: 80%;
  }
}
.news_list .news_cont .news_card_wrap .card_block .news_card:focus .date {
  background-color: #fffe31;
}
.news_list .news_cont .news_card_wrap .card_block .news_card .date {
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: -28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_list .news_cont .news_card_wrap .card_block .news_card .card_img {
  overflow: hidden;
}
.news_list .news_cont .news_card_wrap .card_block .news_card .card_img img {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.news_list .news_cont .news_card_wrap .card_block .news_card .info {
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card .info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card .info {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.news_list .news_cont .news_card_wrap .card_block .news_card .info span {
  display: block;
  margin-right: 18px;
  font-weight: bold;
  text-align: right;
  font-size: 0.875rem;
  line-height: 2.5rem;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card .info span {
    margin-right: 15px;
  }
}
.news_list .news_cont .news_card_wrap .card_block .news_card .info .info_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px 48px 50px;
}
@media only screen and (max-width: 1024px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card .info .info_wrap {
    padding: 0 20px 40px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card .info .info_wrap {
    padding: 0 50px 48px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card .info .info_wrap {
    padding: 0 30px 35px 30px;
  }
}
@media only screen and (max-width: 360px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card .info .info_wrap {
    padding: 0 20px 35px 20px;
  }
}
.news_list .news_cont .news_card_wrap .card_block .news_card .info .info_wrap h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.72px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card .info .info_wrap h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.64px;
  }
}
.news_list .news_cont .news_card_wrap .card_block .news_card .info .info_wrap p {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block .news_card .info .info_wrap p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.56px;
  }
}
.news_list .news_cont .news_card_wrap .card_block:last-child {
  margin-bottom: 120px;
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block:last-child {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block:first-child {
    margin-top: 100px;
  }
}
.news_list .news_cont .news_card_wrap .card_block:nth-child(odd) .news_card {
  display: block;
}
.news_list .news_cont .news_card_wrap .card_block:nth-child(odd) .news_card .date {
  left: -25px;
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block:nth-child(odd) .news_card .date {
    left: -15px;
  }
}
.news_list .news_cont .news_card_wrap .card_block:nth-child(even) {
  margin-top: 130px;
}
@media only screen and (max-width: 1100px) {
  .news_list .news_cont .news_card_wrap .card_block:nth-child(even) {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block:nth-child(even) {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.news_list .news_cont .news_card_wrap .card_block:nth-child(even) .news_card {
  display: block;
}
.news_list .news_cont .news_card_wrap .card_block:nth-child(even) .news_card .date {
  right: -25px;
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .news_card_wrap .card_block:nth-child(even) .news_card .date {
    right: -15px;
  }
}
.news_list .news_cont .morebtn {
  width: 140px;
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #000000;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 40px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 900px) {
  .news_list .news_cont .morebtn {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .news_list .news_cont .morebtn {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .news_cont .morebtn {
    height: 35px;
  }
}
.news_list .news_cont .morebtn:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.news_list .moon1, .news_list .moon2, .news_list .moon3, .news_list .moon4, .news_list .moon5, .news_list .leaves1, .news_list .leaves2, .news_list .leaves3 {
  position: absolute;
  top: 0;
  left: -1000px;
  width: 100%;
  z-index: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 575px) {
  .news_list .moon1, .news_list .moon2, .news_list .moon3, .news_list .moon4, .news_list .moon5 {
    display: none;
  }
}
.news_list .leaves1, .news_list .leaves2, .news_list .leaves3 {
  min-width: 120px;
  opacity: 0;
}
.news_list .moon1 {
  max-width: 9.4791666667vw;
  min-width: 100px;
}
@media only screen and (max-width: 1680px) {
  .news_list .moon1.rwdmoonPos1 {
    left: 5% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .news_list .moon1 {
    width: 12%;
  }
  .news_list .moon1.rwdmoonPos1 {
    left: 1% !important;
  }
}
@media only screen and (max-width: 900px) {
  .news_list .moon1 {
    width: 20%;
  }
}
@media only screen and (max-width: 800px) {
  .news_list .moon1 {
    width: 19%;
  }
}
.news_list .moon2 {
  max-width: 7.9166666667vw;
  min-width: 100px;
}
@media only screen and (max-width: 1440px) {
  .news_list .moon2 {
    width: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .news_list .moon2 {
    width: 15%;
  }
}
.news_list .moon3 {
  max-width: 11.1979166667vw;
}
@media only screen and (max-width: 1440px) {
  .news_list .moon3 {
    width: 14%;
  }
  .news_list .moon3.rwdmoonPos3 {
    right: -4% !important;
  }
}
@media only screen and (max-width: 900px) {
  .news_list .moon3 {
    max-width: 17.2vw;
    width: 23%;
  }
  .news_list .moon3.rwdmoonPos3 {
    right: -4% !important;
  }
}
.news_list .moon4 {
  max-width: 12.1354166667vw;
}
@media only screen and (max-width: 1440px) {
  .news_list .moon4 {
    width: 14%;
  }
  .news_list .moon4.rwdmoonPos4 {
    left: -2% !important;
  }
}
@media only screen and (max-width: 900px) {
  .news_list .moon4 {
    max-width: 17.13vw;
    width: 22%;
  }
  .news_list .moon4.rwdmoonPos4 {
    left: -2% !important;
  }
}
.news_list .moon5 {
  max-width: 8.2291666667vw;
}
@media only screen and (max-width: 1680px) {
  .news_list .moon5.rwdmoonPos1 {
    left: 4% !important;
  }
}
@media only screen and (max-width: 1440px) {
  .news_list .moon5.rwdmoonPos5 {
    left: 1% !important;
    width: 9%;
  }
}
@media only screen and (max-width: 900px) {
  .news_list .moon5 {
    max-width: 9vw;
    width: 16%;
  }
  .news_list .moon5.rwdmoonPos5 {
    left: 1% !important;
  }
}
.news_list .leaves1 {
  max-width: 9.0625vw;
}
@media only screen and (max-width: 1550px) {
  .news_list .leaves1.rwdPos1 {
    max-width: 12vw;
    left: 46vw !important;
  }
}
@media only screen and (max-width: 950px) {
  .news_list .leaves1.rwdPos1 {
    max-width: 16vw;
    left: 13vw !important;
  }
}
@media only screen and (max-width: 850px) {
  .news_list .leaves1.rwdPos1 {
    max-width: 20vw;
    left: 7vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .news_list .leaves1.rwdPos1 {
    max-width: 20vw;
    left: 5vw !important;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .leaves1.rwdPos1 {
    left: -2vw !important;
  }
}
.news_list .leaves2 {
  max-width: 10.2083333333vw;
}
@media only screen and (max-width: 1550px) {
  .news_list .leaves2.rwdPos2 {
    max-width: 12.2vw;
    left: 40vw !important;
  }
}
@media only screen and (max-width: 950px) {
  .news_list .leaves2.rwdPos2 {
    max-width: 16.2vw;
    left: 73vw !important;
  }
}
@media only screen and (max-width: 850px) {
  .news_list .leaves2.rwdPos2 {
    max-width: 22.2vw;
    left: initial !important;
    right: 7vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .news_list .leaves2.rwdPos2 {
    right: 5vw !important;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .leaves2.rwdPos2 {
    right: -1vw !important;
  }
}
.news_list .leaves3 {
  max-width: 9.8958333333vw;
}
@media only screen and (max-width: 1550px) {
  .news_list .leaves3.rwdPos3 {
    max-width: 11.9vw;
    left: initial !important;
    right: 8vw !important;
  }
}
@media only screen and (max-width: 950px) {
  .news_list .leaves3.rwdPos3 {
    max-width: 16.9vw;
    right: 14vw !important;
  }
}
@media only screen and (max-width: 850px) {
  .news_list .leaves3.rwdPos3 {
    max-width: 20.9vw;
    right: 9vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .news_list .leaves3.rwdPos3 {
    right: 7vw !important;
  }
}
@media only screen and (max-width: 575px) {
  .news_list .leaves3.rwdPos3 {
    right: 0 !important;
  }
}
.news_list .leaves1.show {
  -webkit-animation: leavesMove1 1.5s both ease-in-out;
          animation: leavesMove1 1.5s both ease-in-out;
}
.news_list .leaves2.show {
  -webkit-animation: leavesMove2 1.5s both ease-in-out;
          animation: leavesMove2 1.5s both ease-in-out;
}
.news_list .leaves3.show {
  -webkit-animation: leavesMove3 1.5s both ease-in-out;
          animation: leavesMove3 1.5s both ease-in-out;
}

.newContainer .leaves1Move, .newContainer .leaves2Move, .newContainer .leaves3Move {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0) rotate(0);
      -ms-transform: translateX(0) translateY(0) rotate(0);
          transform: translateX(0) translateY(0) rotate(0);
}
@media only screen and (max-width: 575px) {
  .newContainer .leaves1Move, .newContainer .leaves2Move, .newContainer .leaves3Move {
    -webkit-transform: translateX(0) translateY(0) rotate(0) scale(0.8, 0.8);
        -ms-transform: translateX(0) translateY(0) rotate(0) scale(0.8, 0.8);
            transform: translateX(0) translateY(0) rotate(0) scale(0.8, 0.8);
  }
}

@-webkit-keyframes rotate0 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate0 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes leavesMove1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px) translateY(20px) rotate(-30deg);
            transform: translateX(50px) translateY(20px) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
}
@keyframes leavesMove1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px) translateY(20px) rotate(-30deg);
            transform: translateX(50px) translateY(20px) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
}
@-webkit-keyframes leavesMove2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(30px) rotate(30deg);
            transform: translateX(-50px) translateY(30px) rotate(30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
}
@keyframes leavesMove2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(30px) rotate(30deg);
            transform: translateX(-50px) translateY(30px) rotate(30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
}
@-webkit-keyframes leavesMove3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(0px) rotate(-30deg);
            transform: translateX(-50px) translateY(0px) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
}
@keyframes leavesMove3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(0px) rotate(-30deg);
            transform: translateX(-50px) translateY(0px) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
}
.mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  display: none;
}

@-webkit-keyframes moonIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes moonIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes leaves {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes leaves {
  0% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.news_list .newContainer {
  width: 100%;
  overflow: hidden;
}
.news_list .ajaxDetail_container .newContainer {
  top: 0;
}
@media only screen and (max-width: 575px) {
  .news_list .ajaxDetail_container .news_detail_cont.cont1400 {
    width: 100%;
  }
}

.news_detail header, .news_detail2 header {
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .news_detail .cont1400, .news_detail2 .cont1400 {
    width: 100%;
  }
}

.news_detail {
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.detail_bg {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../../dist/assets/img/news/news_detail_bg1.jpg), url(../../../dist/assets/img/news/news_detail_bg.jpg);
  background-repeat: no-repeat, repeat-y;
  background-position: 0 0, 0 0;
  background-size: contain, auto;
  overflow-y: hidden;
}
@media only screen and (min-width: 1921px) {
  .detail_bg {
    background-size: contain, cover;
  }
}
@media only screen and (max-width: 575px) {
  .detail_bg {
    background-position: center 0;
  }
}

.news_detail_cont {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #fff;
  -webkit-box-shadow: 3.9px 4.6px 54px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 3.9px 4.6px 54px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .news_detail_cont.cont1400 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .news_detail_cont .cont1040 {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .cont1040 {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .w-90 {
    width: 85%;
  }
}
.news_detail_cont .breadcrumb {
  padding-top: 50px;
}
.news_detail_cont .detail_tit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news_detail_cont .detail_tit_wrap .detail_title {
  padding-top: 65px;
  padding-bottom: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 900px) {
  .news_detail_cont .detail_tit_wrap .detail_title {
    padding-bottom: 69px;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .detail_tit_wrap .detail_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 85%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.news_detail_cont .detail_tit_wrap .social_btn {
  padding-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .news_detail_cont .detail_tit_wrap .social_btn {
    padding-bottom: 0;
  }
}
.news_detail_cont .detail_tit_wrap .detail_swiper {
  position: relative;
}
.news_detail_cont .detail_tit_wrap .detail_swiper .d-none {
  display: none;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 48px;
  }
}
.news_detail_cont .detail_tit_wrap .detail_swiper .date {
  position: absolute;
  left: -68px;
  top: -56px;
  z-index: 2;
  background-color: #fffe31;
}
@media only screen and (max-width: 1280px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .date {
    left: 0;
    top: -45px;
  }
}
@media only screen and (max-width: 1024px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .date {
    left: -32px;
    top: -56px;
  }
}
@media only screen and (max-width: 900px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .date {
    left: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .date {
    left: 30px;
    top: -40px;
  }
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-container {
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-container {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-container {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide {
    padding: 0 20px;
  }
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .img_wrap {
  max-width: 1040px;
  max-height: 580px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .img_wrap {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .img_wrap {
    max-height: 365px;
  }
}
@media only screen and (max-width: 800px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .img_wrap {
    max-height: 346px;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .img_wrap {
    max-height: 300px;
  }
}
@media only screen and (max-width: 360px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .img_wrap {
    max-height: 250px;
  }
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .img_wrap img {
  text-align: center;
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .video_btn_wrap {
  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;
  position: relative;
  cursor: pointer;
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .video_btn_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .video_btn_wrap .video_btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 33px;
  right: 35px;
  width: 71px;
  height: 71px;
  margin: -40px 0 0 -40px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .video_btn_wrap .video_btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 65px;
  right: 68px;
  width: 0;
  height: 0;
  margin: 2px 0 0 2px;
  border-left: 8px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .video_btn_wrap .video_btn::before {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 17px;
  }
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide .video_btn_wrap .video_btn::after {
    right: 47px;
    bottom: 45px;
  }
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide p {
  padding-top: 20px;
  min-height: 45px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-wrapper .swiper-slide p {
    min-height: 52px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-pagination {
  position: initial;
  margin-top: 40px;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-pagination {
    margin-top: 10px;
  }
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 13px;
}
.news_detail_cont .detail_tit_wrap .detail_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .news_detail_cont .detail_tit_wrap .detail_swiper .swiper-pagination {
    position: static;
  }
}
.news_detail_cont .cont1180 {
  padding-bottom: 60px;
}
.news_detail_cont .more_info {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .news_detail_cont .more_info {
    margin-bottom: 40px;
  }
}
.news_detail_cont .more_info .info_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .news_detail_cont .more_info .info_tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .news_detail_cont .more_info .info_tit .tit_wrap {
    text-align: center;
  }
}
.news_detail_cont .more_info .info_tit .tit_wrap .ch {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 1.56px;
}
.news_detail_cont .more_info .info_tit .tit_wrap .en {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: unset;
}
.news_detail_cont .more_info .info_tit .tit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .news_detail_cont .more_info .info_tit .tit_btn {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .more_info .info_tit .tit_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 0 auto;
  }
}
.news_detail_cont .more_info .info_tit .tit_btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 30px;
  line-height: 1.5rem;
}
@media only screen and (max-width: 1366px) {
  .news_detail_cont .more_info .info_tit .tit_btn li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .news_detail_cont .more_info .info_tit .tit_btn li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .more_info .info_tit .tit_btn li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.news_detail_cont .more_info .info_tit .tit_btn a {
  width: 50px;
  height: 50px;
  padding: 14px;
  border-radius: 99%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #334081;
  font-size: 1.5rem;
}
.news_detail_cont .more_info .info_tit .tit_btn a:hover {
  background-color: #4152a6;
}
.news_detail_cont .more_info .info_tit .tit_btn p {
  padding: 0 13px;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .more_info .info_tit .tit_btn p {
    padding-top: 14px;
  }
}
.news_detail_cont .info_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .info_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news_detail_cont .info_cont .info_block {
  position: relative;
  max-width: 470px;
  width: 50%;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  .news_detail_cont .info_cont .info_block {
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .info_cont .info_block {
    width: 70%;
  }
}
.news_detail_cont .info_cont .info_block .info_img {
  overflow: hidden;
  position: relative;
}
.news_detail_cont .info_cont .info_block .info_img img {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.news_detail_cont .info_cont .info_block:hover .info_img {
  position: relative;
}
.news_detail_cont .info_cont .info_block:hover .info_img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.news_detail_cont .info_cont .info_block:hover .info_img img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.news_detail_cont .info_cont .info_block:hover .date {
  background-color: #fff;
  color: #000;
}
.news_detail_cont .info_cont .info_block .date {
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #000000;
  color: #fff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
@media only screen and (max-width: 1024px) {
  .news_detail_cont .info_cont .info_block .date {
    top: 32%;
  }
}
@media only screen and (max-width: 950px) {
  .news_detail_cont .info_cont .info_block .date {
    width: 90px;
    height: 85px;
  }
  .news_detail_cont .info_cont .info_block .date p:nth-child(1) {
    margin-bottom: 2px;
    font-size: 1.25rem;
    line-height: 1rem;
    letter-spacing: unset;
  }
  .news_detail_cont .info_cont .info_block .date p:nth-child(2) {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 850px) {
  .news_detail_cont .info_cont .info_block .date {
    top: 29%;
  }
}
@media only screen and (max-width: 800px) {
  .news_detail_cont .info_cont .info_block .date {
    top: 27.5%;
    width: 75px;
    height: 70px;
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .info_cont .info_block .date {
    top: 32%;
  }
}
.news_detail_cont .info_cont .info_block .info_txt {
  padding: 10px 35px 40px 35px;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .info_cont .info_block .info_txt {
    padding: 5px 18px 30px 18px;
  }
}
.news_detail_cont .info_cont .info_block .info_txt h3 {
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
  font-weight: bold;
}
.news_detail_cont .info_cont .info_block .info_txt p {
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont .info_cont .info_block .info_txt p {
    display: none;
  }
}
.news_detail_cont ._H.title {
  color: #000000;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont ._H.title {
    line-height: 1.75rem;
  }
}
.news_detail_cont ._articlecover ._articlecontent ._H {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.news_detail_cont ._articlecover ._articletype ._articlecontent ._imgcover {
  padding-bottom: 0;
}
.news_detail_cont ._articlecover ._articletype_U ._imgcoverOut {
  padding-top: 0;
}
.news_detail_cont ._P.text {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont ._P.text {
    line-height: 1.5625rem;
  }
}
.news_detail_cont ._P.text.mb {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .news_detail_cont ._P.text.mb {
    margin-bottom: 17px;
  }
}
.news_detail_cont ._articlecover article {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .news_detail_cont ._articlecover article {
    margin-bottom: 0;
  }
}
.news_detail_cont ._description {
  color: #666666;
}
.news_detail_cont .block-center {
  padding: 50px 0;
}
.news_detail_cont .text-center {
  text-align: center;
}
.news_detail_cont .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .detail2_cont {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .detail2_cont .cont1180 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .detail2_cont .breadcrumb {
    margin-bottom: 12px;
  }
}
.detail2_cont .article_cont {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .detail2_cont .article_cont {
    margin-top: 0px;
    width: 80%;
  }
}
.detail2_cont .date_line {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .detail2_cont .date_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail2_cont .date_line::before {
    top: 25%;
  }
}
@media only screen and (max-width: 575px) {
  .detail2_cont .date_line::before {
    top: 15%;
  }
}
.detail2_cont .date_line::before {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.detail2_cont .date_line .detail_2.date {
  background-color: #fffe31;
  top: calc(50% - 12px);
  left: 0;
}
@media only screen and (max-width: 768px) {
  .detail2_cont .date_line .detail_2.date {
    position: initial;
  }
}
@media only screen and (max-width: 768px) {
  .detail2_cont .date_line .detail2_title {
    padding-top: 36px;
    padding-bottom: 43px;
  }
}

.de_moon .d_moon1, .de_moon .d_moon2, .de_moon .d_moon3, .de_moon .d_light {
  position: absolute;
  top: 0;
  left: -1000px;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .de_moon .d_moon1, .de_moon .d_moon2, .de_moon .d_moon3, .de_moon .d_light {
    display: none;
  }
}
.de_moon .d_light {
  z-index: 0;
  max-width: 15.46875vw;
}
.de_moon .d_moon1 {
  max-width: 9.8958333333vw;
}
.de_moon .d_moon2 {
  max-width: 4.9479166667vw;
}
.de_moon .d_moon3 {
  max-width: 10.2604166667vw;
}
.de_moon .d_moon1 figure, .de_moon .d_moon2 figure {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: moonshake ease-in-out 4.5s both infinite;
          animation: moonshake ease-in-out 4.5s both infinite;
}
.de_moon .d_moon3 figure {
  -webkit-transform-origin: 50% 30%;
      -ms-transform-origin: 50% 30%;
          transform-origin: 50% 30%;
  -webkit-animation: moonshake2 ease-in-out 5s both infinite alternate;
          animation: moonshake2 ease-in-out 5s both infinite alternate;
}

@media only screen and (max-width: 1680px) {
  .newContainerPage .d_moon1 {
    right: 2vw !important;
  }
}
@media only screen and (max-width: 1440px) {
  .newContainerPage .d_moon1 {
    display: none;
  }
}
@media only screen and (max-width: 1550px) {
  .newContainerPage .d_moon2 {
    left: 1.5vw !important;
  }
}
@media only screen and (max-width: 1440px) {
  .newContainerPage .d_moon2 {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .d_moon3 {
    left: 2vw !important;
  }
}
@media only screen and (max-width: 1550px) {
  .newContainerPage .d_moon3 {
    left: 0 !important;
  }
}
@media only screen and (max-width: 1440px) {
  .newContainerPage .d_moon3 {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .d_light {
    right: -5vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .d_light {
    right: -8vw !important;
  }
}
@media only screen and (max-width: 1550px) {
  .newContainerPage .d_light {
    display: none;
  }
}

@-webkit-keyframes moonshake {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moonshake {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes moonshake2 {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotate(4deg) translateY(30px);
            transform: rotate(4deg) translateY(30px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px);
  }
}
@keyframes moonshake2 {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotate(4deg) translateY(30px);
            transform: rotate(4deg) translateY(30px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px);
  }
}
.work_list .mask {
  z-index: -1;
  -webkit-transition: 2s;
  transition: 2s;
}
.work_list .work_list_wrap {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .work_list .work_list_wrap {
    padding-top: 0;
  }
}
.work_list .ajaxDetail_container .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.work_list .ajaxDetail_container .en {
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: unset;
}
.work_list .ajaxDetail_container .newContainerPage {
  position: absolute;
  width: 100%;
  top: 16%;
  left: 0;
}
.work_list .banner_full {
  position: relative;
}
.work_list .banner_full .el_banner_container {
  z-index: 1;
}
.work_list .banner_full .el_banner_container .objBlock {
  position: relative;
  float: left;
}
.work_list .banner_full .el_banner_container .objBlock.el_title__block {
  width: 50%;
  float: left;
  top: 35%;
  right: 0;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media only screen and (max-width: 900px) {
  .work_list .banner_full .el_banner_container .objBlock.el_title__block {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .work_list .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 20px;
  }
}
.work_list .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .work_list .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
    text-align: center;
  }
}
.work_list .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
  max-width: 530px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .work_list .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 100%;
  }
}
.work_list .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .work_scrollbtn {
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  .work_list .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .work_scrollbtn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .work_scrollbtn {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 575px) {
  .work_list .work_list_banner {
    overflow: hidden;
  }
}
.work_list .work_list_menu {
  background-size: 100%;
  background-repeat: repeat-y;
  padding-bottom: 280px;
}
@media only screen and (max-width: 1440px) {
  .work_list .work_list_menu {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .work_list .work_list_menu {
    background-size: unset;
    background-position-x: right;
  }
}
@media only screen and (max-width: 900px) {
  .work_list .work_list_menu {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .work_list_menu {
    padding-bottom: 100px;
    overflow-x: hidden;
  }
}
.work_list .menu_link .menu_link_cont {
  padding-top: 30px;
}
@media only screen and (max-width: 575px) {
  .work_list .menu_link .menu_link_cont {
    height: 51px;
    padding-top: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .menu_link .menu_link_cont ul li:first-child {
    padding-left: 25px;
  }
}
.work_list .filter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 900px) {
  .work_list .filter {
    margin-bottom: 60px;
  }
}
.work_list .keyWord_result {
  margin-top: -27px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 900px) {
  .work_list .keyWord_result {
    margin-top: 0;
  }
}
.work_list .work_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 180px;
}
.work_list .work_block_wrap .work_block {
  width: 33.3%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -80px;
  z-index: 1;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .work_list .work_block_wrap .work_block {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .work_list .work_block_wrap .work_block {
    width: 46%;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .work_block_wrap .work_block {
    width: 90%;
  }
}
.work_list .work_block_wrap .work_block.obj_jumpAni {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.work_list .work_block_wrap .work_block .work_img {
  overflow: hidden;
  -webkit-box-shadow: 6.4px 7.7px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6.4px 7.7px 20px 0 rgba(0, 0, 0, 0.3);
}
.work_list .work_block_wrap .work_block .work_img.typeStraight {
  max-height: 230px;
  max-width: 190px;
}
.work_list .work_block_wrap .work_block .work_img.typeStraight img {
  height: 100%;
}
.work_list .work_block_wrap .work_block .work_img.typeHoriz {
  max-width: 300px;
  height: auto;
}
.work_list .work_block_wrap .work_block .work_img.typeHoriz img {
  width: 100%;
  height: 100%;
}
.work_list .work_block_wrap .work_block .year {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 13px;
  margin-top: 20px;
  font-family: "JaguarJC-Book";
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: unset;
}
.work_list .work_block_wrap .work_block .year::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .work_list .work_block_wrap .work_block .year {
    padding-bottom: 8px;
    margin-bottom: 9px;
    margin-top: 13px;
  }
}
.work_list .work_block_wrap .work_block .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 575px) {
  .work_list .work_block_wrap .work_block .tit {
    margin-bottom: 5px;
  }
}
.work_list .work_block_wrap .work_block .cont {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 575px) {
  .work_list .work_block_wrap .work_block .cont {
    text-align: left;
  }
}
.work_list .work_block_wrap .work_block .btn {
  height: 36px;
  width: 120px;
  opacity: 0;
  cursor: pointer;
  background-color: #000;
  border: solid 1px transparent;
  color: #fff;
  border-radius: 20px;
  margin-top: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work_list .work_block_wrap .work_block .btn:after {
  content: "+ more";
  font-family: "JaguarJC-Book";
  display: block;
  padding-top: 8px;
}
@media only screen and (max-width: 900px) {
  .work_list .work_block_wrap .work_block .btn {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .work_block_wrap .work_block .btn {
    margin-top: 13px;
  }
}
.work_list .work_block_wrap .work_block.hover {
  background-color: #fff;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 1s;
  transition: 1s;
}
.work_list .work_block_wrap .work_block.hover .btn {
  opacity: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.work_list .work_block_wrap .work_block.hover .btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  color: #000;
  border: solid 1px;
}
.work_list .obj_rabbit1, .work_list .obj_rabbit2, .work_list .obj_rabbit3, .work_list .obj_rabbit4 {
  position: absolute;
  top: 0;
  left: -1000px;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
.work_list .obj_rabbit1 {
  -webkit-transform: translateX(-30px) translateY(60px);
      -ms-transform: translateX(-30px) translateY(60px);
          transform: translateX(-30px) translateY(60px);
}
.work_list .obj_rabbit2 {
  -webkit-transform: translateX(30px) translateY(60px);
      -ms-transform: translateX(30px) translateY(60px);
          transform: translateX(30px) translateY(60px);
}
.work_list .obj_rabbit3 {
  -webkit-transform: translateX(30px) translateY(50px);
      -ms-transform: translateX(30px) translateY(50px);
          transform: translateX(30px) translateY(50px);
}
.work_list .obj_rabbit4 {
  -webkit-transform: translateX(-30px) translateY(40px);
      -ms-transform: translateX(-30px) translateY(40px);
          transform: translateX(-30px) translateY(40px);
}
.work_list .obj_jumpAni {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
.work_list .banner_obj2 {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: calc(100vh - 42%);
}
@media only screen and (max-width: 575px) {
  .work_list .banner_obj2 {
    top: auto;
    bottom: 0;
    height: 52%;
  }
}
@media only screen and (max-width: 375px) {
  .work_list .banner_obj2 {
    height: 57%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .work_list .banner_obj2 {
    height: 52%;
  }
}
@media only screen and (max-width: 320px) {
  .work_list .banner_obj2 {
    height: 48%;
  }
}
.work_list .banner_obj2 .girl {
  position: absolute;
  max-width: 7.5vw;
  width: 100%;
  right: 31.5vw;
  top: 0;
}
@media only screen and (max-width: 1280px) {
  .work_list .banner_obj2 .girl {
    max-width: 8.5vw;
  }
}
@media only screen and (max-width: 1150px) {
  .work_list .banner_obj2 .girl {
    max-width: 9.5vw;
    right: 33vw;
  }
}
@media only screen and (max-width: 1024px) {
  .work_list .banner_obj2 .girl {
    right: 24vw;
  }
}
@media only screen and (max-width: 900px) {
  .work_list .banner_obj2 .girl {
    max-width: 12.5vw;
    right: 26vw;
  }
}
@media only screen and (max-width: 768px) {
  .work_list .banner_obj2 .girl {
    max-width: 12.5vw;
    right: 26vw;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .banner_obj2 .girl {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    min-width: 170px;
    right: 27px;
  }
}
@media only screen and (max-width: 375px) {
  .work_list .banner_obj2 .girl {
    right: 0;
  }
}
@media only screen and (max-width: 360px) {
  .work_list .banner_obj2 .girl {
    right: 62px;
  }
}
@media only screen and (max-width: 320px) {
  .work_list .banner_obj2 .girl {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    right: 70px;
  }
}
.work_list .banner_obj2 .girl figure {
  -webkit-animation: girlDown 5s both 0.5s;
          animation: girlDown 5s both 0.5s;
}
@media only screen and (max-width: 575px) {
  .work_list .banner_obj2 .girl figure {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
}
.work_list .banner_obj2 .girl img {
  -webkit-animation: roting2 3s both 0.5s;
          animation: roting2 3s both 0.5s;
}
@media only screen and (max-width: 575px) {
  .work_list .banner_obj2 .girl img {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
}
.work_list .banner_obj {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 42%);
}
@media only screen and (max-width: 575px) {
  .work_list .banner_obj {
    top: auto;
    bottom: 0;
    height: 52%;
  }
}
@media only screen and (max-width: 375px) {
  .work_list .banner_obj {
    height: 57%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .work_list .banner_obj {
    height: 52%;
  }
}
@media only screen and (max-width: 320px) {
  .work_list .banner_obj {
    height: 48%;
  }
}
.work_list .banner_obj .rabbit1, .work_list .banner_obj .rabbit2, .work_list .banner_obj .rabbit3, .work_list .banner_obj .rabbit4 {
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .work_list .banner_obj .rabbit1, .work_list .banner_obj .rabbit2, .work_list .banner_obj .rabbit3, .work_list .banner_obj .rabbit4 {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
@media only screen and (max-width: 1024px) {
  .work_list .banner_obj .rabbit1, .work_list .banner_obj .rabbit2, .work_list .banner_obj .rabbit3, .work_list .banner_obj .rabbit4 {
    -webkit-transform: scale(0.6, 0.6);
        -ms-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
}
@media only screen and (max-width: 900px) {
  .work_list .banner_obj .rabbit1, .work_list .banner_obj .rabbit2, .work_list .banner_obj .rabbit3, .work_list .banner_obj .rabbit4 {
    -webkit-transform: scale(0.55, 0.55);
        -ms-transform: scale(0.55, 0.55);
            transform: scale(0.55, 0.55);
  }
}
@media only screen and (max-width: 575px) {
  .work_list .banner_obj .rabbit1, .work_list .banner_obj .rabbit2, .work_list .banner_obj .rabbit3, .work_list .banner_obj .rabbit4 {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
.work_list .banner_obj .rabbit1 {
  left: 22px;
  bottom: 50px;
}
@media only screen and (max-width: 1600px) {
  .work_list .banner_obj .rabbit1 {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .work_list .banner_obj .rabbit1 {
    -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
}
@media only screen and (max-width: 1366px) {
  .work_list .banner_obj .rabbit1 {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    bottom: 75px;
    left: 58px;
  }
}
@media only screen and (max-width: 1280px) {
  .work_list .banner_obj .rabbit1 {
    bottom: 55px;
  }
}
@media only screen and (max-width: 1150px) {
  .work_list .banner_obj .rabbit1 {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    left: 40px;
    bottom: 27px;
  }
}
@media only screen and (max-width: 950px) {
  .work_list .banner_obj .rabbit1 {
    display: none;
  }
}
.work_list .banner_obj .rabbit1 figure {
  -webkit-animation: jumpRabbit 1s 0s cubic-bezier(1, 1, 1, 1) forwards;
          animation: jumpRabbit 1s 0s cubic-bezier(1, 1, 1, 1) forwards;
}
.work_list .banner_obj .rabbit1 img {
  -webkit-animation: jumpRabbit2 1s 0s forwards;
          animation: jumpRabbit2 1s 0s forwards;
}
.work_list .banner_obj .rabbit2 {
  left: 70px;
  bottom: 50px;
}
@media only screen and (max-width: 1600px) {
  .work_list .banner_obj .rabbit2 {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .work_list .banner_obj .rabbit2 {
    -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    left: 4px;
  }
}
@media only screen and (max-width: 1366px) {
  .work_list .banner_obj .rabbit2 {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    left: 228px;
    bottom: 42px;
  }
}
@media only screen and (max-width: 1280px) {
  .work_list .banner_obj .rabbit2 {
    left: 213px;
  }
}
@media only screen and (max-width: 1150px) {
  .work_list .banner_obj .rabbit2 {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    left: 200px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .work_list .banner_obj .rabbit2 {
    -webkit-transform: scale(0.55, 0.55);
        -ms-transform: scale(0.55, 0.55);
            transform: scale(0.55, 0.55);
    left: 139px;
    bottom: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .banner_obj .rabbit2 {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    left: 235px;
    bottom: 113px;
  }
}
@media only screen and (max-width: 375px) {
  .work_list .banner_obj .rabbit2 {
    bottom: 124px;
    left: 198px;
  }
}
@media only screen and (max-width: 320px) {
  .work_list .banner_obj .rabbit2 {
    left: 145px;
    bottom: 67px;
  }
}
.work_list .banner_obj .rabbit2 figure {
  opacity: 0;
  -webkit-animation: jumpRabbit3 1.1s 0.7s cubic-bezier(1, 1, 1, 1) forwards;
          animation: jumpRabbit3 1.1s 0.7s cubic-bezier(1, 1, 1, 1) forwards;
}
.work_list .banner_obj .rabbit2 img {
  -webkit-animation: jumpRabbit4 1.1s 0.7s forwards;
          animation: jumpRabbit4 1.1s 0.7s forwards;
}
.work_list .banner_obj .rabbit3 {
  right: 687px;
  bottom: 60px;
}
@media only screen and (max-width: 1600px) {
  .work_list .banner_obj .rabbit3 {
    right: 609px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 1500px) {
  .work_list .banner_obj .rabbit3 {
    -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    right: 560px;
  }
}
@media only screen and (max-width: 1366px) {
  .work_list .banner_obj .rabbit3 {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    right: 715px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .work_list .banner_obj .rabbit3 {
    right: 650px;
  }
}
@media only screen and (max-width: 1150px) {
  .work_list .banner_obj .rabbit3 {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    right: 485px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .work_list .banner_obj .rabbit3 {
    -webkit-transform: scale(0.55, 0.55);
        -ms-transform: scale(0.55, 0.55);
            transform: scale(0.55, 0.55);
    right: 348px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .banner_obj .rabbit3 {
    display: none;
  }
}
.work_list .banner_obj .rabbit3 figure {
  opacity: 0;
  -webkit-animation: jumpRabbit5 1s 1.5s cubic-bezier(1, 1, 1, 1) forwards;
          animation: jumpRabbit5 1s 1.5s cubic-bezier(1, 1, 1, 1) forwards;
}
.work_list .banner_obj .rabbit3 img {
  -webkit-animation: jumpRabbit6 1s 1.5s forwards;
          animation: jumpRabbit6 1s 1.5s forwards;
}
.work_list .banner_obj .rabbit4 {
  right: 332px;
  bottom: 129px;
}
@media only screen and (max-width: 1600px) {
  .work_list .banner_obj .rabbit4 {
    right: 303px;
    bottom: 95px;
  }
}
@media only screen and (max-width: 1500px) {
  .work_list .banner_obj .rabbit4 {
    right: 255px;
    -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
}
@media only screen and (max-width: 1366px) {
  .work_list .banner_obj .rabbit4 {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    right: 305px;
  }
}
@media only screen and (max-width: 1150px) {
  .work_list .banner_obj .rabbit4 {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    right: 200px;
    bottom: 68px;
  }
}
@media only screen and (max-width: 900px) {
  .work_list .banner_obj .rabbit4 {
    -webkit-transform: scale(0.55, 0.55);
        -ms-transform: scale(0.55, 0.55);
            transform: scale(0.55, 0.55);
    right: 130px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .work_list .banner_obj .rabbit4 {
    display: none;
  }
}
.work_list .banner_obj .rabbit4 figure {
  opacity: 0;
  -webkit-animation: jumpRabbit7 1s 2s cubic-bezier(1, 1, 1, 1) forwards;
          animation: jumpRabbit7 1s 2s cubic-bezier(1, 1, 1, 1) forwards;
}
.work_list .banner_obj .rabbit4 img {
  -webkit-animation: jumpRabbit8 1s 2s forwards;
          animation: jumpRabbit8 1s 2s forwards;
}

@media only screen and (min-device-width: 375px) and (min-device-heigh: 812px) and (-webkit-device-pixel-ratio: 3) {
  .girl {
    top: 400px;
  }
}
@-webkit-keyframes girlDown {
  0% {
    top: 200px;
    right: 32%;
  }
  100% {
    -webkit-transform: translate(-11vw, 10vw);
            transform: translate(-11vw, 10vw);
  }
}
@keyframes girlDown {
  0% {
    top: 200px;
    right: 32%;
  }
  100% {
    -webkit-transform: translate(-11vw, 10vw);
            transform: translate(-11vw, 10vw);
  }
}
@media (max-width: 1366px) {
  @-webkit-keyframes girlDown {
    0% {
      top: 150px;
      right: 25%;
    }
    100% {
      -webkit-transform: translate(-11vw, 10vw);
              transform: translate(-11vw, 10vw);
    }
  }
  @keyframes girlDown {
    0% {
      top: 150px;
      right: 25%;
    }
    100% {
      -webkit-transform: translate(-11vw, 10vw);
              transform: translate(-11vw, 10vw);
    }
  }
}
@media (max-width: 1024px) {
  @-webkit-keyframes girlDown {
    0% {
      top: 110px;
      right: 25%;
    }
    100% {
      -webkit-transform: translate(-18vw, 15vw);
              transform: translate(-18vw, 15vw);
    }
  }
  @keyframes girlDown {
    0% {
      top: 110px;
      right: 25%;
    }
    100% {
      -webkit-transform: translate(-18vw, 15vw);
              transform: translate(-18vw, 15vw);
    }
  }
}
@media (max-width: 480px) {
  @-webkit-keyframes girlDown {
    100% {
      -webkit-transform: translate(-30vw, 30vw);
              transform: translate(-30vw, 30vw);
    }
  }
  @keyframes girlDown {
    100% {
      -webkit-transform: translate(-30vw, 30vw);
              transform: translate(-30vw, 30vw);
    }
  }
}
@-webkit-keyframes jumpRabbit {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(149px);
            transform: translateX(149px);
  }
}
@keyframes jumpRabbit {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(149px);
            transform: translateX(149px);
  }
}
@-webkit-keyframes jumpRabbit2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
  }
}
@keyframes jumpRabbit2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
  }
}
@media (max-width: 1366px) {
  @-webkit-keyframes jumpRabbit {
    0% {
      opacity: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(89px);
              transform: translateX(89px);
    }
  }
  @keyframes jumpRabbit {
    0% {
      opacity: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(89px);
              transform: translateX(89px);
    }
  }
  @-webkit-keyframes jumpRabbit2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-109px);
              transform: translateY(-109px);
    }
  }
  @keyframes jumpRabbit2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-109px);
              transform: translateY(-109px);
    }
  }
}
@media (max-width: 480px) {
  @-webkit-keyframes jumpRabbit {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @keyframes jumpRabbit {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @-webkit-keyframes jumpRabbit2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(150px);
              transform: translateY(150px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-130px);
              transform: translateY(-130px);
    }
  }
  @keyframes jumpRabbit2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(150px);
              transform: translateY(150px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-130px);
              transform: translateY(-130px);
    }
  }
}
@-webkit-keyframes jumpRabbit3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(452px);
            transform: translateX(452px);
  }
}
@keyframes jumpRabbit3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(452px);
            transform: translateX(452px);
  }
}
@-webkit-keyframes jumpRabbit4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-143px);
            transform: translateY(-143px);
  }
}
@keyframes jumpRabbit4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-143px);
            transform: translateY(-143px);
  }
}
@media (max-width: 1366px) {
  @-webkit-keyframes jumpRabbit3 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(162px);
              transform: translateX(162px);
    }
  }
  @keyframes jumpRabbit3 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(162px);
              transform: translateX(162px);
    }
  }
  @-webkit-keyframes jumpRabbit4 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-103px);
              transform: translateY(-103px);
    }
  }
  @keyframes jumpRabbit4 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-103px);
              transform: translateY(-103px);
    }
  }
}
@-webkit-keyframes jumpRabbit5 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@keyframes jumpRabbit5 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@-webkit-keyframes jumpRabbit6 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-133px);
            transform: translateY(-133px);
  }
}
@keyframes jumpRabbit6 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-133px);
            transform: translateY(-133px);
  }
}
@media (max-width: 1366px) {
  @-webkit-keyframes jumpRabbit5 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(330px);
              transform: translateX(330px);
    }
  }
  @keyframes jumpRabbit5 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(330px);
              transform: translateX(330px);
    }
  }
  @-webkit-keyframes jumpRabbit6 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-93px);
              transform: translateY(-93px);
    }
  }
  @keyframes jumpRabbit6 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-93px);
              transform: translateY(-93px);
    }
  }
}
@-webkit-keyframes jumpRabbit7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@keyframes jumpRabbit7 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@-webkit-keyframes jumpRabbit8 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes jumpRabbit8 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@media (max-width: 1366px) {
  @-webkit-keyframes jumpRabbit7 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(80px);
              transform: translateX(80px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(180px);
              transform: translateX(180px);
    }
  }
  @keyframes jumpRabbit7 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(80px);
              transform: translateX(80px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(180px);
              transform: translateX(180px);
    }
  }
  @-webkit-keyframes jumpRabbit8 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
    }
  }
  @keyframes jumpRabbit8 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
    }
  }
}
@-webkit-keyframes jumpRabbitBoj {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@keyframes jumpRabbitBoj {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@-webkit-keyframes jumpRabbitBoj2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
@keyframes jumpRabbitBoj2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .work_list .work_block_wrap .work_block .work_img {
    max-width: 300px;
  }
  .work_list .work_block_wrap .work_block .cont {
    max-width: 300px;
  }
}
.work_list .cloneName {
  max-width: 360px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 1s 1.2s;
  transition: 1s 1.2s;
  margin-top: -25px;
  z-index: 4;
  opacity: 0;
}
@media only screen and (max-width: 375px) {
  .work_list .cloneName {
    margin-top: -5px;
  }
}
.work_list .cloneName .work_img {
  overflow: hidden;
  -webkit-box-shadow: 6.4px 7.7px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6.4px 7.7px 20px 0 rgba(0, 0, 0, 0.3);
}
.work_list .cloneName .work_img.typeStraight {
  max-height: 230px;
  max-width: 190px;
  width: auto;
}
.work_list .cloneName .work_img.typeStraight img {
  height: 100%;
}
.work_list .cloneName .work_img.typeHoriz {
  max-width: 300px;
  height: auto;
}
.work_list .cloneName .work_img.typeHoriz img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 375px) {
  .work_list .cloneName .work_img.typeHoriz {
    max-width: 278px;
  }
}
@media only screen and (max-width: 360px) {
  .work_list .cloneName .work_img.typeHoriz {
    max-width: 265px;
  }
}
.work_list .cloneName .year {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 13px;
  margin-top: 20px;
  font-family: "JaguarJC-Book";
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: unset;
}
.work_list .cloneName .year::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .work_list .cloneName .year {
    padding-bottom: 8px;
    margin-bottom: 9px;
    margin-top: 13px;
  }
}
.work_list .cloneName .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 575px) {
  .work_list .cloneName .tit {
    margin-bottom: 5px;
  }
}
.work_list .cloneName .cont {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.work_list .cloneName .btn {
  height: 36px;
  margin-top: 35px;
}
@media only screen and (max-width: 575px) {
  .work_list .cloneName .btn {
    margin-top: 13px;
  }
}
.work_list .cloneName.hover {
  -webkit-transition: 1s 1.2s;
  transition: 1s 1.2s;
  background-color: #fff;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 900px) {
  .obj_rabbit1.rwdPos1 {
    left: -0.5% !important;
  }
  .obj_rabbit2.rwdPos2 {
    left: 44% !important;
  }
  .obj_rabbit3.rwdPos3 {
    left: 44% !important;
    width: 13%;
  }
  .obj_rabbit4.rwdPos4 {
    width: 13%;
    left: 83% !important;
  }
}
@media screen and (max-width: 575px) {
  .obj_rabbit1.rwdPos1 {
    width: 23%;
    left: -1px !important;
  }
  .obj_rabbit2.rwdPos2 {
    width: 23%;
    left: 0 !important;
  }
  .obj_rabbit3.rwdPos3 {
    width: 23%;
    left: 280px !important;
  }
  .obj_rabbit4.rwdPos4 {
    width: 22%;
    left: 292px !important;
  }
}
@media screen and (max-width: 320px) {
  .obj_rabbit3.rwdPos3 {
    left: 240px !important;
  }
  .obj_rabbit4.rwdPos4 {
    left: 250px !important;
  }
}
.work_detail .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.work_detail .en {
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: unset;
}
.work_detail .newContainerPage {
  position: absolute;
  width: 100%;
  top: 16%;
  left: 0;
}

.work_detail_wrap {
  padding-top: 140px;
  padding-bottom: 170px;
  background-image: url(../../../dist/assets/img/work/work_detail_bg2.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1800px) {
  .work_detail_wrap {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 1440px) {
  .work_detail_wrap {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap {
    padding-top: 100px;
  }
  .work_detail_wrap .cont1400 {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap {
    background-size: auto;
    background-position-x: left;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.work_detail_wrap .backDark {
  background-color: #000;
  color: #fff;
}
.work_detail_wrap .backDark:before {
  background-color: #000;
}
.work_detail_wrap .breadcrumb {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .breadcrumb {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .breadcrumb {
    margin-bottom: 20px;
  }
}
.work_detail_wrap .breadcrumb li {
  line-height: initial;
}
.work_detail_wrap .book_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .work_detail_wrap .book_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap {
    overflow: hidden;
  }
}
.work_detail_wrap .book_wrap .book_swiper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 60px;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .book_swiper {
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap .book_swiper {
    padding: 0 30px;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.work_detail_wrap .book_wrap .book_swiper .swiper-pagination {
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 30%;
  padding-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .work_detail_wrap .book_wrap .book_swiper .swiper-pagination {
    width: 10%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .book_swiper .swiper-pagination {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
    padding-right: 0;
  }
}
.work_detail_wrap .book_wrap .book_swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .book_swiper .swiper-pagination-bullet {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.work_detail_wrap .book_wrap .book_swiper .swiper-pagination-bullet-active {
  background: #000;
}
.work_detail_wrap .book_wrap .book_swiper .work_detail_swiper {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1366px) {
  .work_detail_wrap .book_wrap .book_swiper .work_detail_swiper {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .book_swiper .work_detail_swiper {
    width: 55%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 800px) {
  .work_detail_wrap .book_wrap .book_swiper .work_detail_swiper {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap .book_swiper .work_detail_swiper {
    width: 100%;
  }
}
.work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 60px 0px 60px;
}
@media only screen and (max-width: 1024px) {
  .work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper {
    padding: 0 30px;
  }
}
.work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper .img_wrap.typeStraight {
  padding: 30px 20px 0;
  margin: 0 auto;
}
.work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper .img_wrap.typeStraight img {
  max-width: 360px;
  max-height: 430px;
}
@media only screen and (max-width: 1366px) {
  .work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper .img_wrap.typeStraight {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper .img_wrap.typeStraight {
    padding: 10px 20px;
  }
}
.work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper .img_wrap.typeHoriz {
  margin: 0 auto;
}
.work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper .img_wrap.typeHoriz img {
  max-width: 406px;
  max-height: 295px;
}
.work_detail_wrap .book_wrap .book_swiper .work_detail_swiper .swiper-wrapper .zoomBtn {
  visibility: hidden;
  opacity: 0;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.work_detail_wrap .book_wrap .book_swiper .zoomBtn {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 30px;
  cursor: auto;
}
.work_detail_wrap .book_wrap .book_swiper .zoomBtn:before {
  display: block;
  font-family: "icomoon" !important;
  content: "\e918";
  margin-right: 10px;
}
.work_detail_wrap .book_wrap .work_title {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .work_title {
    margin: 0 auto;
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap .work_title {
    width: 90%;
    padding-top: 0;
  }
}
.work_detail_wrap .book_wrap .work_title h1 {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.2px;
}
.work_detail_wrap .book_wrap .work_title h2 {
  max-width: 515px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 43px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap .work_title h2 {
    padding-bottom: 30px;
  }
}
.work_detail_wrap .book_wrap .work_title .info {
  width: 80%;
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .work_title .info {
    width: 90%;
  }
}
.work_detail_wrap .book_wrap .work_title .info .en {
  font-size: 0.875rem;
  line-height: 1rem;
}
.work_detail_wrap .book_wrap .work_title .info .num {
  font-family: "MyriadPro-Regular";
  font-size: 0.875rem;
  line-height: 1rem;
}
.work_detail_wrap .book_wrap .work_title .info span:first-child {
  font-weight: bold;
  padding-right: 20px;
}
.work_detail_wrap .book_wrap .work_title .info:last-child {
  line-height: 24px;
}
.work_detail_wrap .book_wrap .work_title .social_btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 30px;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .work_title .social_btn {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 0;
  }
}
.work_detail_wrap .book_wrap .work_title .social_btn li {
  margin-right: 28px;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap .work_title .social_btn li {
    margin-right: 0;
  }
}
.work_detail_wrap .book_wrap .work_title .social_btn a {
  color: rgba(0, 0, 0, 0.4);
}
.work_detail_wrap .book_wrap .work_title .social_btn a:hover {
  color: #000;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .work_title .social_btn a {
    color: #999;
  }
  .work_detail_wrap .book_wrap .work_title .social_btn a:hover {
    color: #fff;
  }
}
.work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit01, .work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit02 {
  position: absolute;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit01 {
  right: 65px;
  bottom: -10px;
  min-width: 85px;
  max-width: 5vw;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit01 {
    right: -60px;
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit01 {
    right: 5px;
  }
}
.work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit01.show {
  -webkit-animation: objJump2 1.8s both 0.5s;
          animation: objJump2 1.8s both 0.5s;
}
.work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit02 {
  right: -20px;
  bottom: 35px;
  min-width: 95px;
  max-width: 5.5vw;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit02 {
    right: -140px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit02 {
    right: -60px;
  }
}
.work_detail_wrap .book_wrap .work_title .top_obj_posit .top_rabbit02.show {
  -webkit-animation: objJump1 1.8s both 0.5s;
          animation: objJump1 1.8s both 0.5s;
}
.work_detail_wrap .book_wrap .work_title .top_obj_posit .top_obj_move {
  opacity: 0;
}
.work_detail_wrap .work_intro {
  background-color: #fff;
  -webkit-box-shadow: 3.9px 4.6px 54px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 3.9px 4.6px 54px 6px rgba(0, 0, 0, 0.15);
  padding-top: 100px;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .work_intro {
    z-index: 0;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro {
    padding-top: 50px;
    position: initial;
  }
}
.work_detail_wrap .work_intro .bg_white {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1400px;
}
.work_detail_wrap .work_intro .bg_white > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1550px) {
  .work_detail_wrap .work_intro .bg_white {
    z-index: 0;
    display: none;
  }
}
.work_detail_wrap .work_intro article {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  .work_detail_wrap .work_intro article {
    z-index: 0;
  }
}
.work_detail_wrap .work_intro .anchor_menu {
  margin-bottom: 65px;
  border-bottom: solid 1px #cccccc;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .anchor_menu {
    margin-bottom: 60px;
  }
}
.work_detail_wrap .work_intro .anchor_menu_wrap {
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .work_detail_wrap .work_intro .anchor_menu_wrap {
    padding-top: 0;
  }
}
.work_detail_wrap .work_intro .intro_cont .intro_title {
  text-align: center;
  margin-bottom: 40px;
}
.work_detail_wrap .work_intro .intro_cont .intro_title .en {
  line-height: initial;
}
@media only screen and (max-width: 1024px) {
  .work_detail_wrap .work_intro .intro_cont .intro_title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .work_intro .intro_cont .intro_title.cont1040 {
    width: 85%;
  }
}
.work_detail_wrap .work_intro .intro_cont .article-wrap {
  padding-bottom: 30px;
}
.work_detail_wrap .work_intro .intro_read {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_read {
    overflow: hidden;
  }
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .work_intro .intro_read .cont1040 {
    width: 100%;
  }
}
.work_detail_wrap .work_intro .intro_read .intro_line {
  position: relative;
}
.work_detail_wrap .work_intro .intro_read .intro_line::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.work_detail_wrap .work_intro .intro_read .intro_title {
  padding-top: 65px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_read .intro_title {
    padding-bottom: 20px;
  }
}
.work_detail_wrap .work_intro .intro_read .img_wrap {
  max-width: 315px;
  margin: 0 auto;
  position: relative;
}
.work_detail_wrap .work_intro .intro_read .img_wrap .book_img-wrap {
  padding-bottom: 119.89%;
  position: absolute;
  left: 49.3%;
  top: 45.9%;
  width: 88%;
  height: 86%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.work_detail_wrap .work_intro .intro_read .img_wrap .book_img {
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.work_detail_wrap .work_intro .intro_read .img_wrap_horiz {
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_read .img_wrap_horiz {
    width: 85%;
  }
}
.work_detail_wrap .work_intro .intro_read .img_wrap_horiz .book_img-wrap {
  position: absolute;
  padding-bottom: 65%;
  top: 44.5%;
  left: 49.2%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89%;
  height: 84%;
}
.work_detail_wrap .work_intro .intro_read .img_wrap_horiz .book_img {
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.work_detail_wrap .work_intro .intro_read .morebtnType {
  margin: 40px auto 74px auto;
}
.work_detail_wrap .work_intro .intro_read .read_obj_posit {
  position: unset;
}
.work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit01, .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit02 {
  position: absolute;
  opacity: 0;
}
.work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit01 {
  top: 277px;
  left: 260px;
  -webkit-transform: translateX(-30px) translateY(50px);
      -ms-transform: translateX(-30px) translateY(50px);
          transform: translateX(-30px) translateY(50px);
}
.work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit01.show {
  -webkit-animation: leftIn 1.8s ease-in-out both;
          animation: leftIn 1.8s ease-in-out both;
}
@media only screen and (max-width: 1440px) {
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit01 {
    left: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit01 {
    left: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit01 {
    left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit01 {
    top: 60px;
    left: -40px;
  }
}
.work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit02 {
  bottom: 80px;
  right: 273px;
  -webkit-transform: translateX(30px) translateY(30px);
      -ms-transform: translateX(30px) translateY(30px);
          transform: translateX(30px) translateY(30px);
}
.work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit02.show {
  -webkit-animation: rightIn 1.8s ease-in-out both;
          animation: rightIn 1.8s ease-in-out both;
}
@media only screen and (max-width: 1440px) {
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit02 {
    right: 173px;
  }
}
@media only screen and (max-width: 1024px) {
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit02 {
    right: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit02 {
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit02 {
    right: -50px;
    bottom: 70px;
  }
}
.work_detail_wrap .work_intro .intro_read .read_obj_posit .show {
  -webkit-animation: objJump 1.2s both 0.5s;
          animation: objJump 1.2s both 0.5s;
}
.work_detail_wrap .work_intro .intro_related {
  padding-bottom: 185px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .work_intro .intro_related {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .work_detail_wrap .work_intro .intro_related .cont1040 {
    width: 100%;
  }
}
.work_detail_wrap .work_intro .intro_related .intro_line {
  position: relative;
}
.work_detail_wrap .work_intro .intro_related .intro_line::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.work_detail_wrap .work_intro .intro_related .intro_line .intro_title {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related .intro_line .intro_title {
    padding-bottom: 20px;
  }
}
.work_detail_wrap .work_intro .intro_related .book_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 1024px) {
  .work_detail_wrap .work_intro .intro_related .book_cont {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related .book_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book {
  max-width: 330px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related .book_cont .related_book {
    margin-bottom: 30px;
  }
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book .img_wrap {
  -webkit-transition: all 2s;
  transition: all 2s;
  margin: 0 20px;
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book .img_wrap img {
  width: auto;
  margin: auto;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-box-shadow: 6.4px 7.7px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6.4px 7.7px 20px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related .book_cont .related_book .img_wrap img {
    width: 100%;
  }
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book .img_wrap.typeStraight {
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related .book_cont .related_book .img_wrap.typeStraight img {
    max-height: 230px;
    max-width: 190px;
  }
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book .img_wrap.typeHoriz img {
  max-width: 330px;
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book .year {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 13px;
  font-family: "JaguarJC-Book";
  text-align: center;
  margin-top: 26px;
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related .book_cont .related_book .year {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book .year::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book .tit {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.work_detail_wrap .work_intro .intro_related .book_cont .related_book .cont {
  max-width: 300px;
  width: auto;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related .book_cont .related_book:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related .book_cont .related_book:last-child {
    margin-bottom: 50px;
  }
}
.work_detail_wrap .work_intro .intro_related .work_dog {
  position: absolute;
  right: 0px;
  bottom: -74px;
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .work_detail_wrap .work_intro .intro_related .work_dog {
    right: -45px;
    bottom: -90px;
  }
  .work_detail_wrap .work_intro .intro_related .work_dog figure {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
@media only screen and (max-width: 1024px) {
  .work_detail_wrap .work_intro .intro_related .work_dog {
    right: -68px;
    bottom: -97px;
  }
  .work_detail_wrap .work_intro .intro_related .work_dog figure {
    -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
}
@media only screen and (max-width: 768px) {
  .work_detail_wrap .work_intro .intro_related .work_dog {
    right: -80px;
    bottom: -102px;
  }
  .work_detail_wrap .work_intro .intro_related .work_dog figure {
    -webkit-transform: scale(0.65, 0.65);
        -ms-transform: scale(0.65, 0.65);
            transform: scale(0.65, 0.65);
  }
}
@media only screen and (max-width: 575px) {
  .work_detail_wrap .work_intro .intro_related .work_dog {
    right: -90px;
    bottom: -105px;
  }
  .work_detail_wrap .work_intro .intro_related .work_dog figure {
    -webkit-transform: scale(0.6, 0.6);
        -ms-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
  }
}
@media only screen and (max-width: 320px) {
  .work_detail_wrap .work_intro .intro_related .work_dog {
    right: -80px;
    bottom: -95px;
  }
}
.work_detail_wrap .work_intro .intro_related .work_dog.show {
  -webkit-animation: rightIn 1.8s both 0.5s;
          animation: rightIn 1.8s both 0.5s;
}

.work_detail .ajaxDetail_container ._articlecover article {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .work_detail .ajaxDetail_container ._articlecover article {
    margin-bottom: 0px;
  }
}
.work_detail .ajaxDetail_container .detail_type {
  line-height: 28px;
}
.work_detail .ajaxDetail_container ._articlecover ._articletype.-row2 ._imgcover ._photo {
  padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .work_detail .ajaxDetail_container ._articlecover ._articletype.-row2 ._imgcover ._photo {
    width: 100%;
    padding-bottom: 5px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .work_detail .ajaxDetail_container ._articlecover ._articletype.-row2 ._imgcover ._photo:nth-child(2n+2) {
    padding-left: 0;
  }
}
.work_detail .ajaxDetail_container ._H.title {
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
  margin-bottom: 0;
}
.work_detail .ajaxDetail_container ._P.text {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}

.read_ajax_container {
  display: block;
  width: 100vw;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1550px) and (max-height: 800px) {
  .read_ajax_container {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 1100px) {
  .read_ajax_container {
    overflow-y: hidden;
  }
}
.read_ajax_container .read_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1550px) and (max-height: 800px) {
  .read_ajax_container .read_mask {
    height: calc(100vh + 300px);
  }
}
@media only screen and (max-width: 1100px) {
  .read_ajax_container .read_mask {
    height: 100%;
  }
}
.read_ajax_container .img_blur {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1550px) and (max-height: 800px) {
  .read_ajax_container .img_blur {
    height: calc(100vh + 300px);
  }
}
@media only screen and (max-width: 1100px) {
  .read_ajax_container .img_blur {
    height: 100%;
  }
}
.read_ajax_container.active {
  opacity: 1;
}

.read_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.read_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.read_wrap .close_btn {
  top: 60px;
  background-color: #fff;
  z-index: 1;
}
.read_wrap .close_btn a {
  color: #000000;
}
.read_wrap .close_btn::before {
  background-color: #fff;
  height: 60px;
  top: -60px;
}
@media only screen and (max-width: 575px) {
  .read_wrap .close_btn {
    width: 35px;
    height: 35px;
    top: 40px;
  }
  .read_wrap .close_btn::before {
    top: -40px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .read_wrap .close_btn {
    top: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .read_wrap .close_btn {
    top: 20px;
  }
}
.read_wrap .title {
  color: #fff;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .read_wrap .title {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .read_wrap .title {
    margin-bottom: 20px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .read_wrap .title {
    margin-top: 120px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .read_wrap .title {
    margin-top: 90px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .read_wrap .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .read_wrap .title {
    margin-top: 70px;
    margin-bottom: 0px;
  }
}
.read_wrap .title .ch {
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
@media only screen and (max-width: 575px) {
  .read_wrap .title .ch {
    font-size: 1.75rem;
    line-height: 1.2rem;
  }
}
.read_wrap .title .en {
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 575px) {
  .read_wrap .title .en {
    font-size: 1rem;
    line-height: 2.2rem;
  }
}
.read_wrap .read_swiper_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .read_wrap .read_swiper_cont {
    margin-top: 100px;
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .read_wrap .read_swiper_cont {
    margin-top: 0;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .read_wrap .read_swiper_cont {
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  .read_wrap .read_swiper_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.read_wrap .read_swiper_cont .swiper-container {
  max-width: 860px;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .read_wrap .read_swiper_cont .swiper-container {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .read_wrap .read_swiper_cont .swiper-container {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .read_wrap .read_swiper_cont .swiper-container {
    max-width: 350px;
    margin-bottom: 30px;
    height: auto;
    position: relative;
  }
}
@media only screen and (max-width: 320px) {
  .read_wrap .read_swiper_cont .swiper-container {
    margin-bottom: 20px;
  }
}
.read_wrap .read_swiper_cont .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .read_wrap .read_swiper_cont .swiper-container .swiper-wrapper {
    height: auto;
  }
}
.read_wrap .read_swiper_cont .swiper-container .img_wrap {
  margin: 0 auto;
  height: 550px;
  max-width: 850px;
}
@media only screen and (max-width: 1440px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap {
    height: 500px;
  }
}
@media only screen and (max-width: 1280px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap {
    height: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap {
    height: 455px;
  }
}
@media only screen and (max-width: 900px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap {
    height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap {
    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;
    height: 330px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap {
    max-width: none;
    width: 90%;
    height: 310px;
  }
}
.read_wrap .read_swiper_cont .swiper-container .img_wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border: solid 5px #ffffff;
  border-radius: 10px;
}
@media only screen and (max-width: 900px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap img {
    border: solid 4px #ffffff;
  }
}
@media only screen and (max-width: 575px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap img {
    border: solid 3px #ffffff;
  }
}
.read_wrap .read_swiper_cont .swiper-container .img_wrap.typeStraight img {
  max-height: 550px;
  width: auto;
  margin: 0 auto;
  border: solid 5px #ffffff;
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeStraight img {
    max-height: 455px;
  }
}
@media only screen and (max-width: 900px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeStraight img {
    max-height: 500px;
    border: solid 4px #ffffff;
  }
}
@media only screen and (max-width: 575px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeStraight img {
    border: solid 3px #ffffff;
    max-height: 330px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeStraight img {
    max-height: 310px;
  }
}
@media only screen and (max-width: 360px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeStraight img {
    max-width: 310px;
  }
}
@media only screen and (max-width: 320px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeStraight img {
    max-width: 180px;
  }
}
.read_wrap .read_swiper_cont .swiper-container .img_wrap.typeHoriz {
  max-height: 550px;
  max-width: 930px;
  overflow: hidden;
  border: solid 5px #ffffff;
  border-radius: 10px;
}
@media only screen and (max-width: 1440px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeHoriz {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 1024px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeHoriz {
    max-height: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeHoriz {
    max-width: 75vw;
    border: solid 4px #ffffff;
  }
}
@media only screen and (max-width: 575px) {
  .read_wrap .read_swiper_cont .swiper-container .img_wrap.typeHoriz {
    max-width: 90vw;
    border: solid 3px #ffffff;
  }
}
.read_wrap .read_swiper_cont .swiper-container p {
  color: #fff;
  text-align: center;
  margin-top: 27px;
  min-height: 15px;
}
@media only screen and (max-width: 575px) {
  .read_wrap .read_swiper_cont .swiper-container p {
    margin-top: 15px;
    min-height: 30px;
  }
}
.read_wrap .cha_disabled {
  visibility: hidden;
}
.read_wrap .read_left, .read_wrap .read_right {
  width: 20%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 1.875rem;
  line-height: 1.5625rem;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 900px) {
  .read_wrap .read_left, .read_wrap .read_right {
    display: none;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  .read_wrap .read_left span, .read_wrap .read_right span {
    display: none;
  }
}
.read_wrap .read_left span::before {
  content: attr(data-page);
}
.read_wrap .read_left::after {
  content: "prev";
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
  position: absolute;
  top: -25px;
  left: 60%;
}
.read_wrap .read_left:before {
  content: "";
  width: 145px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .read_wrap .read_left::after {
    left: 63%;
  }
  .read_wrap .read_left:before {
    width: 110px;
  }
}
@media only screen and (max-width: 1366px) {
  .read_wrap .read_left:before {
    width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .read_wrap .read_left::after {
    left: 70%;
  }
  .read_wrap .read_left:before {
    width: 55px;
  }
}
@media only screen and (max-width: 900px) {
  .read_wrap .read_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .read_wrap .read_left::after {
    font-family: "icomoon" !important;
    content: "\e906";
    color: #ffffff;
    left: 0;
    top: 0;
    display: block;
    font-size: 2.5rem;
  }
  .read_wrap .read_left:before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .read_wrap .read_left::after {
    top: 50%;
    left: -10px;
  }
}
@media only screen and (max-width: 320px) {
  .read_wrap .read_left::after {
    top: 90%;
  }
}
.read_wrap .read_right span::before {
  content: attr(data-page);
}
.read_wrap .read_right::after {
  content: "next";
  position: absolute;
  top: 5px;
  right: 61%;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
.read_wrap .read_right:before {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .read_wrap .read_right::after {
    right: 63%;
  }
  .read_wrap .read_right:before {
    width: 110px;
  }
}
@media only screen and (max-width: 1366px) {
  .read_wrap .read_right:before {
    width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .read_wrap .read_right::after {
    right: 70%;
  }
  .read_wrap .read_right:before {
    width: 55px;
  }
}
@media only screen and (max-width: 900px) {
  .read_wrap .read_right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .read_wrap .read_right::after {
    font-family: "icomoon" !important;
    content: "\e907";
    color: #ffffff;
    right: 0px;
    top: 0;
    display: block;
    font-size: 2.5rem;
  }
  .read_wrap .read_right:before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .read_wrap .read_right::after {
    margin-bottom: 10%;
    right: -10px;
    top: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .read_wrap .read_right::after {
    top: 90%;
  }
}
.read_wrap .swiper-pagination3 {
  display: none;
}
@media only screen and (max-width: 900px) {
  .read_wrap .swiper-pagination3 {
    display: block;
    bottom: 0;
  }
}

@media only screen and (max-width: 1550px) {
  .bg_obj_posit {
    display: none;
  }
}
.bg_obj_posit .bg_rabbit01, .bg_obj_posit .bg_rabbit02, .bg_obj_posit .bg_rabbit03, .bg_obj_posit .bg_rabbit04, .bg_obj_posit .bg_rabbit05, .bg_obj_posit .bg_rabbit06 {
  position: absolute;
  top: 0;
  left: -1000px;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  opacity: 0;
}
.bg_obj_posit .bg_rabbit01.show {
  -webkit-animation: leftIn 1.8s both 0.5s;
          animation: leftIn 1.8s both 0.5s;
}
.bg_obj_posit .bg_rabbit02.show {
  -webkit-animation: rightIn 1.8s both 0.5s;
          animation: rightIn 1.8s both 0.5s;
}
.bg_obj_posit .bg_rabbit03.show {
  -webkit-animation: leftIn 1.8s both 0.5s;
          animation: leftIn 1.8s both 0.5s;
}
.bg_obj_posit .bg_rabbit04.show {
  -webkit-animation: rightIn 1.8s both 0.5s;
          animation: rightIn 1.8s both 0.5s;
}
.bg_obj_posit .bg_rabbit05 {
  z-index: 0;
}
.bg_obj_posit .bg_rabbit05.show {
  -webkit-animation: rightIn 1.8s both 0.5s;
          animation: rightIn 1.8s both 0.5s;
}
.bg_obj_posit .bg_rabbit06.show {
  -webkit-animation: rightIn 1.8s both 0.5s;
          animation: rightIn 1.8s both 0.5s;
}

@media only screen and (max-width: 1680px) {
  .newContainerPage .bg_rabbit01 {
    left: 0 !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .bg_rabbit02,
  .newContainerPage .bg_rabbit03,
  .newContainerPage .bg_rabbit04,
  .newContainerPage .bg_rabbit05 {
    left: -5vw !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .bg_rabbit06 {
    right: 0 !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .work_detail_wrap {
    padding-top: 170px;
    padding-bottom: 170px;
    position: relative;
    display: block;
    background-size: 100%;
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 768px), only screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .work_detail_wrap {
    padding-top: 100px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .work_detail_wrap .swiper-pagination {
    position: static;
  }
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit01 {
    top: -46.2962962963vh;
    left: 7%;
  }
  .work_detail_wrap .work_intro .intro_read .read_obj_posit .read_rabbit02 {
    bottom: 15.7407407407vh;
    right: 8%;
  }
  .zoom_container .zoom_wrap .zoom_swiper_cont {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .zoom_container .zoom_wrap .swiper-container {
    height: calc(100vh - 150px);
    margin-top: 0;
  }
  .zoom_container .zoom_wrap .swiper-container .img_wrap img {
    padding: 300px 0;
  }
  .zoom_container .zoom_wrap .swiper-container .swiper-slide p {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .zoom_container .zoom_wrap .swiper-container .swiper-slide .zoom_img_wrap.typeStraight {
    width: 50%;
  }
  .zoom_container .zoom_wrap .swiper-container .swiper-slide .zoom_img_wrap.typeHoriz {
    width: 70%;
  }
  .zoom_container .zoom_wrap .zoom_right {
    margin-left: 30px;
  }
  .zoom_container .zoom_wrap .zoom_left {
    margin-right: 30px;
  }
}
@-webkit-keyframes objJump1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px) translateY(60px);
    transform: translateX(30px) translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes objJump1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px) translateY(60px);
    transform: translateX(30px) translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.objJump1 {
  -webkit-animation-name: objJump1;
  animation-name: objJump1;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes objJump2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px) translateY(40px);
    transform: translateX(30px) translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes objJump2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px) translateY(40px);
    transform: translateX(30px) translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.objJump2 {
  -webkit-animation-name: objJump2;
  animation-name: objJump2;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.exhibition_list {
  background-image: url("../../../dist/assets/img/exhibition/ex_bg_new.jpg");
  background-repeat: repeat-y;
  background-size: auto;
  background-position: right 0;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .exhibition_list {
    background-size: cover;
  }
}
@media only screen and (max-width: 1280px) {
  .exhibition_list {
    background-position: 77% 0;
  }
}
@media only screen and (max-width: 1100px) {
  .exhibition_list {
    background-position: 85% 0;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list {
    background-position: 88% 0;
  }
}
.exhibition_list.onHover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.exhibition_list.onHover.active:after {
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .exhibition_list header {
    margin-bottom: 0;
  }
}
.exhibition_list > main {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.exhibition_list .banner_full {
  margin-top: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media only screen and (max-width: 900px) {
  .exhibition_list .banner_full {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .banner_full {
    overflow: hidden;
  }
}
@media only screen and (max-width: 375px) {
  .exhibition_list .banner_full {
    background-size: cover;
    height: 100vh;
  }
}
.exhibition_list .el_banner_container {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.exhibition_list .el_banner_container .objBlock {
  position: relative;
  float: left;
}
.exhibition_list .el_banner_container .objBlock.el_title__block {
  width: 50%;
  float: right;
  top: 35%;
  right: 0;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
}
.exhibition_list .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  float: none;
}
@media only screen and (max-width: 900px) {
  .exhibition_list .el_banner_container .objBlock.el_title__block {
    width: 80%;
    top: 0;
    height: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
    padding-right: 35px;
    padding-left: 35px;
  }
  .exhibition_list .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 900px) {
  .exhibition_list .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 105px;
    text-align: right;
  }
}
@media only screen and (max-width: 900px) and (max-width: 575px) {
  .exhibition_list .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    text-align: center;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_list .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin-top: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 900px) {
  .exhibition_list .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .el_banner_container .objBlock.el_title__block {
    padding-right: 0;
    padding-left: 0;
    float: none;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.exhibition_list .el_banner_container .objBlock._girl img, .exhibition_list .el_banner_container .objBlock._dolphin img {
  width: auto;
}
@media only screen and (max-width: 320px) {
  .exhibition_list .el_banner_container .objBlock._girl img, .exhibition_list .el_banner_container .objBlock._dolphin img {
    width: 70%;
  }
}
.exhibition_list .el_banner_container .objBlock._girl {
  width: 50%;
  top: 20%;
  left: 0;
}
@media only screen and (max-width: 1600px) {
  .exhibition_list .el_banner_container .objBlock._girl {
    top: 17%;
  }
}
@media only screen and (max-width: 1366px) {
  .exhibition_list .el_banner_container .objBlock._girl {
    top: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .exhibition_list .el_banner_container .objBlock._girl {
    top: -3%;
  }
  .exhibition_list .el_banner_container .objBlock._girl img {
    width: 48%;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_list .el_banner_container .objBlock._girl {
    position: absolute;
    width: 100%;
    top: -7%;
    left: -6%;
  }
  .exhibition_list .el_banner_container .objBlock._girl img {
    width: 32%;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .el_banner_container .objBlock._girl {
    left: -27%;
    top: 21%;
  }
  .exhibition_list .el_banner_container .objBlock._girl img {
    width: auto;
  }
}
@media only screen and (max-width: 375px) {
  .exhibition_list .el_banner_container .objBlock._girl {
    left: -28%;
    top: 20%;
  }
  .exhibition_list .el_banner_container .objBlock._girl img {
    width: 65%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .exhibition_list .el_banner_container .objBlock._girl {
    top: 27%;
  }
}
@media only screen and (max-width: 320px) {
  .exhibition_list .el_banner_container .objBlock._girl {
    top: 36%;
    left: -30%;
  }
  .exhibition_list .el_banner_container .objBlock._girl img {
    width: 65%;
  }
}
.exhibition_list .el_banner_container .objBlock._dolphin {
  width: 100%;
  top: 15%;
  left: 20%;
}
@media only screen and (max-width: 1600px) {
  .exhibition_list .el_banner_container .objBlock._dolphin {
    top: 6%;
  }
}
@media only screen and (max-width: 1440px) {
  .exhibition_list .el_banner_container .objBlock._dolphin {
    top: -6%;
  }
}
@media only screen and (max-width: 1366px) {
  .exhibition_list .el_banner_container .objBlock._dolphin {
    top: -8%;
  }
  .exhibition_list .el_banner_container .objBlock._dolphin img {
    width: 17%;
  }
}
@media only screen and (max-width: 1280px) {
  .exhibition_list .el_banner_container .objBlock._dolphin {
    top: -17%;
  }
}
@media only screen and (max-width: 1024px) {
  .exhibition_list .el_banner_container .objBlock._dolphin {
    top: -25%;
    left: 23%;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_list .el_banner_container .objBlock._dolphin {
    position: absolute;
    width: auto;
    top: 81%;
    left: 24%;
  }
  .exhibition_list .el_banner_container .objBlock._dolphin img {
    width: 74%;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .el_banner_container .objBlock._dolphin {
    width: auto;
    left: 60%;
    bottom: 5%;
    top: 70%;
  }
  .exhibition_list .el_banner_container .objBlock._dolphin img {
    width: auto;
  }
}
@media only screen and (max-width: 375px) {
  .exhibition_list .el_banner_container .objBlock._dolphin {
    bottom: 15%;
  }
  .exhibition_list .el_banner_container .objBlock._dolphin img {
    width: 120%;
  }
}
@media only screen and (max-width: 320px) {
  .exhibition_list .el_banner_container .objBlock._dolphin {
    bottom: 10%;
  }
  .exhibition_list .el_banner_container .objBlock._dolphin img {
    width: 100%;
  }
}
.exhibition_list .filter span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
}
.exhibition_list .keyWord_result {
  color: #fff;
  margin-top: 105px;
}
.exhibition_list .sectionTitle_wrap {
  text-align: right;
}
.exhibition_list .sectionTitle_wrap._txtWhite {
  color: #fff;
}
.exhibition_list .sectionTitle_wrap .ch {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.5;
}
@media (max-width: 1650px) {
  .exhibition_list .sectionTitle_wrap .ch {
    font-size: 2.125rem;
  }
}
@media (max-width: 1440px) {
  .exhibition_list .sectionTitle_wrap .ch {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .exhibition_list .sectionTitle_wrap .ch {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  .exhibition_list .sectionTitle_wrap .ch {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .exhibition_list .sectionTitle_wrap .ch {
    font-size: 1.875rem;
  }
}
.exhibition_list .sectionTitle_wrap .en {
  font-size: 1.25rem;
  margin-bottom: 40px;
}
@media (max-width: 1650px) {
  .exhibition_list .sectionTitle_wrap .en {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  .exhibition_list .sectionTitle_wrap .en {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  .exhibition_list .sectionTitle_wrap .en {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .sectionTitle_wrap .en {
    margin-bottom: 24px;
  }
}
.exhibition_list .sectionTitle_wrap h2 {
  line-height: 1.5625rem;
  margin-bottom: 35px;
}
.exhibition_list .sectionTitle_wrap .scrollbtn {
  margin-left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background-color: #fff;
  color: #000;
}
.exhibition_list .sectionTitle_wrap .scrollbtn a:before, .exhibition_list .sectionTitle_wrap .scrollbtn a:after {
  background-color: #000;
}
.exhibition_list .sectionTitle_wrap .scrollbtn:hover {
  background-color: transparent;
  color: #fff;
}
.exhibition_list .sectionTitle_wrap .scrollbtn:hover a:before, .exhibition_list .sectionTitle_wrap .scrollbtn:hover a:after {
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .exhibition_list .sectionTitle_wrap .scrollbtn {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .sectionTitle_wrap .scrollbtn {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_list .sectionTitle_wrap {
    text-align: center;
  }
}
.exhibition_list .sectionSubunit {
  margin-bottom: 50px;
}
.exhibition_list .sectionSubunit._txtWhite {
  color: #fff;
}
.exhibition_list .sectionSubunit .ch {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.875rem;
}
@media only screen and (max-width: 900px) {
  .exhibition_list .sectionSubunit {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list ul.el_tabs {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 15px;
  }
}
.exhibition_list ul.el_tabs li {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9375rem;
}
.exhibition_list ul.el_tabs li:after {
  position: absolute;
  top: 50%;
  right: -3px;
  bottom: auto;
  left: auto;
  content: "";
  width: 2px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.exhibition_list ul.el_tabs li:last-child:after {
  width: 0;
}
.exhibition_list ul.el_tabs li a {
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.exhibition_list ul.el_tabs li:hover, .exhibition_list ul.el_tabs li.active {
  color: #fff;
}
.exhibition_list ul.el_tabs li:hover a, .exhibition_list ul.el_tabs li.active a {
  border-bottom: 2px solid #fff;
}
.exhibition_list .card_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
}
.exhibition_list .card_group.item__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.exhibition_list .card_group.item__order {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.exhibition_list .card_group.item__order._1of2 .card_item {
  width: calc(50% - 90px);
}
@media only screen and (max-width: 900px) {
  .exhibition_list .card_group.item__order._1of2 .card_item {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .card_group.item__order._1of2 .card_item {
    width: 100%;
  }
}
.exhibition_list .card_group.item__between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exhibition_list .card_group .card_item {
  width: 100%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .exhibition_list .card_group .card_item {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .card_group .card_item {
    margin-bottom: 60px;
  }
}
.exhibition_list .card_group .card_item:nth-child(4n+1) {
  margin-left: 115px;
}
@media only screen and (max-width: 900px) {
  .exhibition_list .card_group .card_item:nth-child(4n+1) {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .card_group .card_item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.exhibition_list .card_group .card_item:nth-child(4n) {
  margin-right: 115px;
}
@media only screen and (max-width: 900px) {
  .exhibition_list .card_group .card_item:nth-child(4n) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .card_group .card_item:nth-child(4n) {
    margin-right: 0;
  }
}
.exhibition_list .card_group .card_item a {
  display: block;
}
.exhibition_list .card_group .card_item.active {
  z-index: 2;
}
.exhibition_list .card_group .card_item.active .card_item__img img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.exhibition_list .card_group .card_item.active .card_item__infoWrap {
  background-color: #fff;
  color: #000;
}
.exhibition_list .card_group .card_item__img {
  -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.exhibition_list .card_group .card_item__img img {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.exhibition_list .card_group .card_item__infoWrap {
  color: #fff;
  line-height: 1.5;
  padding: 37px 45px 37px 50px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
@media only screen and (max-width: 900px) {
  .exhibition_list .card_group .card_item__infoWrap {
    padding: 20px;
  }
}
.exhibition_list .card_group .card_item__tit {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.125rem;
}
.exhibition_list .card_group .card_item__p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.exhibition_list .card_group .card_item__smallWrap {
  margin-top: 40px;
  list-style: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibition_list .card_group .card_item__smallWrap .el_date:before, .exhibition_list .card_group .card_item__smallWrap .el_location:before {
  font-family: "icomoon" !important;
  margin-right: 5px;
}
.exhibition_list .card_group .card_item__smallWrap .el_date {
  padding-right: 30px;
}
.exhibition_list .card_group .card_item__smallWrap .el_date:before {
  content: "\e916";
}
.exhibition_list .card_group .card_item__smallWrap .el_location:before {
  content: "\e948";
}
.exhibition_list .content_bg_full {
  padding-bottom: 280px;
}
@media only screen and (max-width: 1440px) {
  .exhibition_list .content_bg_full {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_list .content_bg_full {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .content_bg_full {
    padding-bottom: 100px;
  }
}
.exhibition_list .el_list_container {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .exhibition_list .el_list_container {
    width: 77%;
  }
}
.exhibition_list .el_list_container .el_banner_bottom_block {
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .exhibition_list .el_list_container .el_banner_bottom_block {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .exhibition_list .el_list_container .el_banner_bottom_block {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 993px) {
  .exhibition_list .el_list_container .el_banner_bottom_block {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 992px) {
  .exhibition_list .el_list_container .el_banner_bottom_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .exhibition_list .el_list_container .el_banner_bottom_block .el_banner_bottom_block__inner1 {
    width: 100%;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_list .el_list_container .el_banner_bottom_block .el_banner_bottom_block__inner1 {
    text-align: right;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .exhibition_list .el_list_container .el_banner_bottom_block .el_banner_bottom_block__inner2 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .exhibition_list .el_list_container .el_banner_bottom_block .el_banner_bottom_block__inner2 .filter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .exhibition_list .el_list_container .el_banner_bottom_block .el_banner_bottom_block__inner2 .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .exhibition_list .el_list_container .el_banner_bottom_block .el_banner_bottom_block__inner2 .dropdown {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_list .el_list_container .el_banner_bottom_block .el_banner_bottom_block__inner2 .sectionSubunit {
    text-align: center;
  }
}
.exhibition_list .objBlock._dolphin {
  -webkit-animation: floating 4.5s ease-in-out infinite;
          animation: floating 4.5s ease-in-out infinite;
}
.exhibition_list .objBlock._girl {
  -webkit-animation: swing ease-in-out 5s infinite alternate, fade-down 4.5s ease-in-out;
          animation: swing ease-in-out 5s infinite alternate, fade-down 4.5s ease-in-out;
}
.exhibition_list .zoom-in-up_fast, .exhibition_list .zoom-in-up_slow, .exhibition_list .fade-up-right, .exhibition_list .fade-up-left {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.exhibition_list .fade-up-right {
  -webkit-transform: translateX(-50px) translateY(100px);
      -ms-transform: translateX(-50px) translateY(100px);
          transform: translateX(-50px) translateY(100px);
}
.exhibition_list .fade-up-left {
  -webkit-transform: translateX(50px) translateY(100px);
      -ms-transform: translateX(50px) translateY(100px);
          transform: translateX(50px) translateY(100px);
}
.exhibition_list .zoom-in-up_animated, .exhibition_list .fade-up-right_animated {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.exhibition_list [class*=obj_animated] {
  position: absolute;
  top: 0;
  left: -1000px;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: -1;
}
.exhibition_list .obj_animated2,
.exhibition_list .obj_animated4,
.exhibition_list .obj_animated7,
.exhibition_list .obj_animated10,
.exhibition_list .obj_animated12,
.exhibition_list .obj_animated14 {
  -webkit-animation: flicker_type1 infinite alternate;
          animation: flicker_type1 infinite alternate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.exhibition_list .obj_animated1,
.exhibition_list .obj_animated3,
.exhibition_list .obj_animated6,
.exhibition_list .obj_animated8,
.exhibition_list .obj_animated9,
.exhibition_list .obj_animated11,
.exhibition_list .obj_animated13,
.exhibition_list .obj_animated15 {
  -webkit-animation: flicker_type2 infinite alternate;
          animation: flicker_type2 infinite alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@-webkit-keyframes flicker_type1 {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker_type1 {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flicker_type2 {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker_type2 {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}
@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translatey(-30%) rotate(5deg);
            transform: translatey(-30%) rotate(5deg);
  }
  100% {
    -webkit-transform: translatey(0) rotate(-3deg);
            transform: translatey(0) rotate(-3deg);
  }
}
@keyframes fade-down {
  0% {
    -webkit-transform: translatey(-30%) rotate(5deg);
            transform: translatey(-30%) rotate(5deg);
  }
  100% {
    -webkit-transform: translatey(0) rotate(-3deg);
            transform: translatey(0) rotate(-3deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@media screen and (max-width: 1440px) {
  .exhibition_list .obj_animated7.rwdPos7 {
    left: 0 !important;
  }
}
@media screen and (max-width: 1366px) {
  .exhibition_list .obj_animated1.rwdPos1 {
    left: 1% !important;
  }
  .exhibition_list .obj_animated2.rwdPos2 {
    left: 94% !important;
  }
  .exhibition_list .obj_animated3.rwdPos3 {
    left: 0 !important;
  }
  .exhibition_list .obj_animated5.rwdPos5 {
    left: -3% !important;
  }
  .exhibition_list .obj_animated6.rwdPos6 {
    left: 90% !important;
  }
  .exhibition_list .obj_animated7.rwdPos7 {
    left: 0 !important;
  }
  .exhibition_list .obj_animated10.rwdPos10 {
    left: 90% !important;
  }
  .exhibition_list .obj_animated11.rwdPos11 {
    left: 0 !important;
  }
  .exhibition_list .obj_animated14.rwdPos14 {
    left: 93% !important;
  }
  .exhibition_list .obj_animated15.rwdPos15 {
    left: 0 !important;
  }
  .exhibition_list .obj_animated16.rwdPos16 {
    left: 84% !important;
    width: 20%;
  }
}
@media screen and (max-width: 1280px) {
  .exhibition_list .obj_animated1.rwdPos1 {
    left: 1% !important;
  }
  .exhibition_list .obj_animated2.rwdPos2 {
    left: 94% !important;
  }
  .exhibition_list .obj_animated3.rwdPos3 {
    left: 0 !important;
  }
  .exhibition_list .obj_animated5.rwdPos5 {
    left: -6% !important;
  }
  .exhibition_list .obj_animated6.rwdPos6 {
    left: 90% !important;
  }
  .exhibition_list .obj_animated7.rwdPos7 {
    left: 0 !important;
  }
  .exhibition_list .obj_animated10.rwdPos10 {
    left: 90% !important;
  }
  .exhibition_list .obj_animated11.rwdPos11 {
    left: 0 !important;
  }
  .exhibition_list .obj_animated14.rwdPos14 {
    left: 93% !important;
  }
  .exhibition_list .obj_animated15.rwdPos15 {
    left: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .exhibition_list .obj_animated4.rwdPos4 {
    left: 90% !important;
  }
  .exhibition_list .obj_animated5.rwdPos5 {
    left: -9% !important;
  }
  .exhibition_list .obj_animated8.rwdPos8 {
    left: 92% !important;
  }
  .exhibition_list .obj_animated11.rwdPos11 {
    left: -3% !important;
  }
  .exhibition_list .obj_animated12.rwdPos12 {
    left: 90% !important;
  }
  .exhibition_list .obj_animated13.rwdPos13 {
    left: 4% !important;
  }
  .exhibition_list .obj_animated15.rwdPos15 {
    left: -2% !important;
  }
}
@media screen and (max-width: 900px) {
  .exhibition_list .obj_animated1.rwdPos1 {
    left: 0 !important;
  }
  .exhibition_list .obj_animated5, .exhibition_list .obj_animated11 {
    display: none;
  }
  .exhibition_list .obj_animated7.rwdPos7 {
    left: -5% !important;
  }
  .exhibition_list .obj_animated9.rwdPos9 {
    left: 0 !important;
  }
  .exhibition_list .obj_animated13.rwdPos13 {
    left: -2% !important;
  }
}
@media screen and (max-width: 480px) {
  .exhibition_list .obj_animated1, .exhibition_list .obj_animated2, .exhibition_list .obj_animated3, .exhibition_list .obj_animated4, .exhibition_list .obj_animated6, .exhibition_list .obj_animated7,
  .exhibition_list .obj_animated8, .exhibition_list .obj_animated9, .exhibition_list .obj_animated10, .exhibition_list .obj_animated12, .exhibition_list .obj_animated13, .exhibition_list .obj_animated14,
  .exhibition_list .obj_animated15, .exhibition_list .obj_animated16 {
    display: none;
  }
}

.exhibition_detail, .ajaxDetail_container_exhibition {
  background-image: url("../../../dist/assets/img/exhibition/ex_detail_bg.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail, .ajaxDetail_container_exhibition {
    background-size: unset;
    background-position: right;
  }
}
.exhibition_detail .newContainerPage, .ajaxDetail_container_exhibition .newContainerPage {
  position: absolute;
  width: 100%;
  top: 13%;
  left: 0;
}
.exhibition_detail .unit_wrap.related, .ajaxDetail_container_exhibition .unit_wrap.related {
  margin-top: 65px;
  margin-bottom: 30px;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail header, .ajaxDetail_container_exhibition header {
    margin-bottom: 0;
  }
}
.exhibition_detail .exhibition_detail_main, .ajaxDetail_container_exhibition .exhibition_detail_main {
  padding-top: 100px;
  padding-bottom: 110px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .exhibition_detail_main, .ajaxDetail_container_exhibition .exhibition_detail_main {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .exhibition_detail_main, .ajaxDetail_container_exhibition .exhibition_detail_main {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.exhibition_detail .breadcrumbBlock, .ajaxDetail_container_exhibition .breadcrumbBlock {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1680px) {
  .exhibition_detail .breadcrumbBlock, .ajaxDetail_container_exhibition .breadcrumbBlock {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .breadcrumbBlock, .ajaxDetail_container_exhibition .breadcrumbBlock {
    top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .exhibition_detail .breadcrumbBlock .breadcrumb, .ajaxDetail_container_exhibition .breadcrumbBlock .breadcrumb {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .breadcrumbBlock, .ajaxDetail_container_exhibition .breadcrumbBlock {
    padding-top: 100px;
  }
}
.exhibition_detail .banner_full, .ajaxDetail_container_exhibition .banner_full {
  top: -120px;
  left: 0;
  z-index: 1;
  position: relative;
}
.exhibition_detail .banner_full picture, .ajaxDetail_container_exhibition .banner_full picture {
  display: block;
  pointer-events: none;
}
@media only screen and (max-width: 1680px) {
  .exhibition_detail .banner_full, .ajaxDetail_container_exhibition .banner_full {
    top: -100px;
  }
}
@media only screen and (max-width: 1440px) {
  .exhibition_detail .banner_full, .ajaxDetail_container_exhibition .banner_full {
    top: -90px;
  }
}
@media only screen and (max-width: 1280px) {
  .exhibition_detail .banner_full, .ajaxDetail_container_exhibition .banner_full {
    top: -70px;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .banner_full, .ajaxDetail_container_exhibition .banner_full {
    top: -55px;
  }
}
@media only screen and (max-width: 768px) {
  .exhibition_detail .banner_full, .ajaxDetail_container_exhibition .banner_full {
    top: -55px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .banner_full, .ajaxDetail_container_exhibition .banner_full {
    top: -120px;
  }
  .exhibition_detail .banner_full picture img, .ajaxDetail_container_exhibition .banner_full picture img {
    height: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .banner_full picture, .ajaxDetail_container_exhibition .banner_full picture {
    height: calc(100vh - 120px);
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .exhibition_detail .banner_full picture, .ajaxDetail_container_exhibition .banner_full picture {
    height: calc(100vh - 230px);
  }
}
@media only screen and (max-width: 360px) {
  .exhibition_detail .banner_full picture, .ajaxDetail_container_exhibition .banner_full picture {
    height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 320px) {
  .exhibition_detail .banner_full, .ajaxDetail_container_exhibition .banner_full {
    top: -100px;
  }
  .exhibition_detail .banner_full picture, .ajaxDetail_container_exhibition .banner_full picture {
    height: calc(100vh - 50px);
  }
}
.exhibition_detail .banner_swiper, .ajaxDetail_container_exhibition .banner_swiper {
  width: 100%;
  padding-left: 26.4%;
  padding-right: 26.5%;
  margin-top: 10%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .exhibition_detail .banner_swiper, .ajaxDetail_container_exhibition .banner_swiper {
    padding-left: 22.4%;
    padding-right: 22%;
    margin-top: 12%;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .banner_swiper, .ajaxDetail_container_exhibition .banner_swiper {
    padding-left: 3.5%;
    padding-right: 3.5%;
    margin-top: 43%;
  }
}
.exhibition_detail .banner_swiper .img_wrap, .ajaxDetail_container_exhibition .banner_swiper .img_wrap {
  max-width: none;
  max-height: none;
}
.exhibition_detail .banner_swiper .swiper_subtitle, .ajaxDetail_container_exhibition .banner_swiper .swiper_subtitle {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: calc(100% - 200px);
  padding: 10px 0;
  min-height: 41px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1440px) {
  .exhibition_detail .banner_swiper .swiper_subtitle, .ajaxDetail_container_exhibition .banner_swiper .swiper_subtitle {
    width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .banner_swiper .swiper_subtitle, .ajaxDetail_container_exhibition .banner_swiper .swiper_subtitle {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .banner_swiper .swiper_subtitle, .ajaxDetail_container_exhibition .banner_swiper .swiper_subtitle {
    position: static;
    width: 100%;
    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-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 0;
    min-height: 62px;
    background-color: transparent;
  }
}
.exhibition_detail .banner_swiper .swiper_subtitle span, .ajaxDetail_container_exhibition .banner_swiper .swiper_subtitle span {
  font-size: 14px;
  line-height: 1.5;
  width: auto;
  padding: 0px 25px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .banner_swiper .swiper_subtitle span, .ajaxDetail_container_exhibition .banner_swiper .swiper_subtitle span {
    background-color: transparent;
    color: #999;
  }
}
@media only screen and (max-width: 320px) {
  .exhibition_detail .banner_swiper .swiper_subtitle span, .ajaxDetail_container_exhibition .banner_swiper .swiper_subtitle span {
    padding: 10px 20px 4px;
  }
}
.exhibition_detail .banner_swiper .swiper-container, .ajaxDetail_container_exhibition .banner_swiper .swiper-container {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.exhibition_detail .swiper-pagination, .ajaxDetail_container_exhibition .swiper-pagination {
  width: 50%;
  left: 50%;
  bottom: 13%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .exhibition_detail .swiper-pagination, .ajaxDetail_container_exhibition .swiper-pagination {
    bottom: 9%;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .swiper-pagination, .ajaxDetail_container_exhibition .swiper-pagination {
    bottom: 25%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .exhibition_detail .swiper-pagination, .ajaxDetail_container_exhibition .swiper-pagination {
    bottom: 20%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .exhibition_detail .swiper-pagination, .ajaxDetail_container_exhibition .swiper-pagination {
    bottom: 26%;
  }
}
@media only screen and (max-width: 360px) {
  .exhibition_detail .swiper-pagination, .ajaxDetail_container_exhibition .swiper-pagination {
    bottom: 24%;
  }
}
@media only screen and (max-width: 320px) {
  .exhibition_detail .swiper-pagination, .ajaxDetail_container_exhibition .swiper-pagination {
    bottom: 23%;
  }
}
.exhibition_detail .swiper-pagination .swiper-pagination-bullet-active, .ajaxDetail_container_exhibition .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.exhibition_detail .content_bg_full, .ajaxDetail_container_exhibition .content_bg_full {
  width: 100vw;
  margin-top: -150px;
}
@media only screen and (max-width: 1440px) {
  .exhibition_detail .content_bg_full, .ajaxDetail_container_exhibition .content_bg_full {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 1366px) {
  .exhibition_detail .content_bg_full, .ajaxDetail_container_exhibition .content_bg_full {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .content_bg_full, .ajaxDetail_container_exhibition .content_bg_full {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .exhibition_detail .content_bg_full, .ajaxDetail_container_exhibition .content_bg_full {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .content_bg_full, .ajaxDetail_container_exhibition .content_bg_full {
    margin-top: -180px;
  }
}
@media only screen and (max-width: 375px) {
  .exhibition_detail .content_bg_full, .ajaxDetail_container_exhibition .content_bg_full {
    margin-top: -140px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .exhibition_detail .content_bg_full, .ajaxDetail_container_exhibition .content_bg_full {
    margin-top: -190px;
  }
}
.exhibition_detail .content_bg_full.ajax_exhibition, .ajaxDetail_container_exhibition .content_bg_full.ajax_exhibition {
  padding-bottom: 0;
}
.exhibition_detail .audiences, .ajaxDetail_container_exhibition .audiences {
  max-width: 900px;
  margin: 0 auto;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  bottom: 0;
}
.exhibition_detail .audiences.d-480, .ajaxDetail_container_exhibition .audiences.d-480 {
  display: none;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .audiences.d-480, .ajaxDetail_container_exhibition .audiences.d-480 {
    bottom: 70px;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .exhibition_detail .audiences.d-480, .ajaxDetail_container_exhibition .audiences.d-480 {
    bottom: 20px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .exhibition_detail .audiences.d-480, .ajaxDetail_container_exhibition .audiences.d-480 {
    bottom: 70px;
  }
}
@media only screen and (max-width: 320px) {
  .exhibition_detail .audiences.d-480, .ajaxDetail_container_exhibition .audiences.d-480 {
    bottom: 50px;
  }
}
.exhibition_detail .audiences.d-768, .ajaxDetail_container_exhibition .audiences.d-768 {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .audiences.d-768, .ajaxDetail_container_exhibition .audiences.d-768 {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .exhibition_detail .audiences, .ajaxDetail_container_exhibition .audiences {
    bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .audiences, .ajaxDetail_container_exhibition .audiences {
    width: 100%;
  }
}
.exhibition_detail .el_detail_container, .ajaxDetail_container_exhibition .el_detail_container {
  max-width: 1400px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  height: 100%;
  background-color: #fff;
  margin-bottom: 80px;
  z-index: 1;
  position: initial;
}
@media only screen and (min-width: 1440px) {
  .exhibition_detail .el_detail_container, .ajaxDetail_container_exhibition .el_detail_container {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .el_detail_container, .ajaxDetail_container_exhibition .el_detail_container {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .el_detail_container, .ajaxDetail_container_exhibition .el_detail_container {
    margin-top: -50px;
  }
}
.exhibition_detail .el_detail_container .bg_mask, .ajaxDetail_container_exhibition .el_detail_container .bg_mask {
  position: relative;
}
.exhibition_detail .el_detail_container .bg_mask div, .ajaxDetail_container_exhibition .el_detail_container .bg_mask div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 1400px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
@media only screen and (max-width: 1440px) {
  .exhibition_detail .el_detail_container .bg_mask, .ajaxDetail_container_exhibition .el_detail_container .bg_mask {
    display: none;
  }
}
.exhibition_detail .el_detail_container .el_detail__inner, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  max-width: 1040px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 100%;
  position: static;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .el_detail_container .el_detail__inner, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.exhibition_detail .el_detail_container .el_detail__inner article, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner article {
  position: relative;
  z-index: 2;
}
.exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head {
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head {
    margin-left: 0;
    margin-right: 0;
    width: 85%;
    margin: 0 auto;
  }
}
.exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head .title, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head .title {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.875rem;
  font-weight: bold;
  font-size: 2.25rem;
}
@media (max-width: 1650px) {
  .exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head .title, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head .title {
    font-size: 2.125rem;
  }
}
@media (max-width: 1440px) {
  .exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head .title, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head .title {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head .title, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head .title {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  .exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head .title, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head .title, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head .title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head .title, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head .title {
    margin-bottom: 5px;
  }
}
.exhibition_detail .el_detail_container .el_detail__inner .el_detail_inner__head .description, .ajaxDetail_container_exhibition .el_detail_container .el_detail__inner .el_detail_inner__head .description {
  text-align: left;
  line-height: 1.5;
}
.exhibition_detail .icons_wrap, .ajaxDetail_container_exhibition .icons_wrap {
  margin-top: 45px;
  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;
}
@media only screen and (max-width: 600px) {
  .exhibition_detail .icons_wrap, .ajaxDetail_container_exhibition .icons_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.exhibition_detail .dateAndLocation, .ajaxDetail_container_exhibition .dateAndLocation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.exhibition_detail .dateAndLocation .el_date:before, .exhibition_detail .dateAndLocation .el_location:before, .ajaxDetail_container_exhibition .dateAndLocation .el_date:before, .ajaxDetail_container_exhibition .dateAndLocation .el_location:before {
  font-family: "icomoon" !important;
  margin-right: 5px;
}
.exhibition_detail .dateAndLocation .el_date, .ajaxDetail_container_exhibition .dateAndLocation .el_date {
  padding-right: 30px;
}
.exhibition_detail .dateAndLocation .el_date:before, .ajaxDetail_container_exhibition .dateAndLocation .el_date:before {
  content: "\e916";
}
.exhibition_detail .dateAndLocation .el_location:before, .ajaxDetail_container_exhibition .dateAndLocation .el_location:before {
  content: "\e948";
}
@media only screen and (max-width: 600px) {
  .exhibition_detail .social_btn, .ajaxDetail_container_exhibition .social_btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .social_btn, .ajaxDetail_container_exhibition .social_btn {
    margin-top: 0;
  }
}
.exhibition_detail .socialMedia, .ajaxDetail_container_exhibition .socialMedia {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
}
.exhibition_detail .socialMedia .icon-douban-icon, .ajaxDetail_container_exhibition .socialMedia .icon-douban-icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .exhibition_detail .socialMedia, .ajaxDetail_container_exhibition .socialMedia {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .socialMedia, .ajaxDetail_container_exhibition .socialMedia {
    display: none;
  }
}
.exhibition_detail .socialMedia .facebook:before, .exhibition_detail .socialMedia .line:before, .exhibition_detail .socialMedia .twitter:before, .exhibition_detail .socialMedia .link:before, .ajaxDetail_container_exhibition .socialMedia .facebook:before, .ajaxDetail_container_exhibition .socialMedia .line:before, .ajaxDetail_container_exhibition .socialMedia .twitter:before, .ajaxDetail_container_exhibition .socialMedia .link:before {
  content: "";
  font-family: "icomoon" !important;
  display: inline-block;
}
.exhibition_detail .socialMedia li i, .ajaxDetail_container_exhibition .socialMedia li i {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  color: #ccc;
  font-size: 1.25rem;
}
.exhibition_detail .socialMedia li:hover i, .ajaxDetail_container_exhibition .socialMedia li:hover i {
  color: #000;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.exhibition_detail .linkBtn_wrap, .ajaxDetail_container_exhibition .linkBtn_wrap {
  margin-top: 65px;
  margin-bottom: 100px;
  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;
}
@media only screen and (max-width: 1024px) {
  .exhibition_detail .linkBtn_wrap, .ajaxDetail_container_exhibition .linkBtn_wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .linkBtn_wrap, .ajaxDetail_container_exhibition .linkBtn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
}
.exhibition_detail .linkBtn_wrap li, .ajaxDetail_container_exhibition .linkBtn_wrap li {
  padding-right: 5%;
  padding-left: 5%;
}
.exhibition_detail .linkBtn_wrap li:first-child, .ajaxDetail_container_exhibition .linkBtn_wrap li:first-child {
  margin-right: 5px;
}
.exhibition_detail .linkBtn_wrap li:last-child, .ajaxDetail_container_exhibition .linkBtn_wrap li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .linkBtn_wrap li:last-child, .ajaxDetail_container_exhibition .linkBtn_wrap li:last-child {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .linkBtn_wrap li, .ajaxDetail_container_exhibition .linkBtn_wrap li {
    height: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .linkBtn_wrap li, .ajaxDetail_container_exhibition .linkBtn_wrap li {
    width: 190px;
  }
}
.exhibition_detail .linkBtn_wrap .ticket:before, .ajaxDetail_container_exhibition .linkBtn_wrap .ticket:before {
  content: "\e917";
  font-family: "icomoon" !important;
  margin-right: 5px;
}
.exhibition_detail .anchors_wrap, .ajaxDetail_container_exhibition .anchors_wrap {
  position: relative;
  width: auto;
  max-width: 100%;
  overflow: auto;
  text-align: center;
  border: 0;
  z-index: 2;
}
.exhibition_detail .contentDeatial, .ajaxDetail_container_exhibition .contentDeatial {
  padding-right: 10%;
  padding-left: 10%;
  border-top: 1px solid #cccccc;
  text-align: left;
}
@media only screen and (min-width: 1600px) {
  .exhibition_detail .contentDeatial, .ajaxDetail_container_exhibition .contentDeatial {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .contentDeatial, .ajaxDetail_container_exhibition .contentDeatial {
    padding-right: 0;
    padding-left: 0;
  }
}
.exhibition_detail .contentDeatial__tit, .ajaxDetail_container_exhibition .contentDeatial__tit {
  margin: 68px 0;
  text-align: center;
}
.exhibition_detail .contentDeatial__tit .ch, .ajaxDetail_container_exhibition .contentDeatial__tit .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.exhibition_detail .contentDeatial__tit .en, .ajaxDetail_container_exhibition .contentDeatial__tit .en {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .contentDeatial__tit, .ajaxDetail_container_exhibition .contentDeatial__tit {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.exhibition_detail .contentDeatial.zone2, .ajaxDetail_container_exhibition .contentDeatial.zone2 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .exhibition_detail .contentDeatial.zone2, .ajaxDetail_container_exhibition .contentDeatial.zone2 {
    padding: 0;
  }
  .exhibition_detail .contentDeatial.zone2 .bookSwiper_container, .ajaxDetail_container_exhibition .contentDeatial.zone2 .bookSwiper_container {
    padding: 0;
  }
  .exhibition_detail .contentDeatial.zone2 .book__img, .ajaxDetail_container_exhibition .contentDeatial.zone2 .book__img {
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .exhibition_detail .paragraphEditor, .ajaxDetail_container_exhibition .paragraphEditor {
    margin-right: -10%;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .paragraphEditor, .ajaxDetail_container_exhibition .paragraphEditor {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
.exhibition_detail .paragraphEditor ._H.title, .ajaxDetail_container_exhibition .paragraphEditor ._H.title {
  color: #000000;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .paragraphEditor ._H.title, .ajaxDetail_container_exhibition .paragraphEditor ._H.title {
    line-height: 1.75rem;
  }
}
.exhibition_detail .paragraphEditor ._P.text, .ajaxDetail_container_exhibition .paragraphEditor ._P.text {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .paragraphEditor ._P.text, .ajaxDetail_container_exhibition .paragraphEditor ._P.text {
    line-height: 1.5625rem;
  }
}
.exhibition_detail .paragraphEditor ._H.title, .ajaxDetail_container_exhibition .paragraphEditor ._H.title {
  color: #000000;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .paragraphEditor ._H.title, .ajaxDetail_container_exhibition .paragraphEditor ._H.title {
    line-height: 1.75rem;
  }
}
.exhibition_detail .paragraphEditor ._articlecover ._articlecontent ._H, .ajaxDetail_container_exhibition .paragraphEditor ._articlecover ._articlecontent ._H {
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .paragraphEditor ._articlecover ._articlecontent ._H, .ajaxDetail_container_exhibition .paragraphEditor ._articlecover ._articlecontent ._H {
    padding-bottom: 0;
  }
}
.exhibition_detail .paragraphEditor ._articlecover ._articletype ._articlecontent ._imgcover, .ajaxDetail_container_exhibition .paragraphEditor ._articlecover ._articletype ._articlecontent ._imgcover {
  padding-bottom: 0;
}
.exhibition_detail .paragraphEditor ._articlecover ._articletype_U ._imgcoverOut, .ajaxDetail_container_exhibition .paragraphEditor ._articlecover ._articletype_U ._imgcoverOut {
  padding-top: 0;
}
.exhibition_detail .paragraphEditor ._P.text, .ajaxDetail_container_exhibition .paragraphEditor ._P.text {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .paragraphEditor ._P.text, .ajaxDetail_container_exhibition .paragraphEditor ._P.text {
    line-height: 1.5625rem;
  }
}
.exhibition_detail .paragraphEditor ._P.text.mb, .ajaxDetail_container_exhibition .paragraphEditor ._P.text.mb {
  margin-bottom: 28px;
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .paragraphEditor ._P.text.mb, .ajaxDetail_container_exhibition .paragraphEditor ._P.text.mb {
    margin-bottom: 17px;
  }
}
.exhibition_detail .paragraphEditor ._articlecover article, .ajaxDetail_container_exhibition .paragraphEditor ._articlecover article {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .paragraphEditor ._articlecover article, .ajaxDetail_container_exhibition .paragraphEditor ._articlecover article {
    margin-bottom: 0;
  }
}
.exhibition_detail .paragraphEditor article._articletype_U, .ajaxDetail_container_exhibition .paragraphEditor article._articletype_U {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .paragraphEditor article._articletype_U, .ajaxDetail_container_exhibition .paragraphEditor article._articletype_U {
    margin-bottom: 0;
  }
}
.exhibition_detail .paragraphEditor .block-center, .ajaxDetail_container_exhibition .paragraphEditor .block-center {
  padding: 50px 0;
}
.exhibition_detail .paragraphEditor .text-center, .ajaxDetail_container_exhibition .paragraphEditor .text-center {
  text-align: center;
}
.exhibition_detail .paragraphEditor .flex-center, .ajaxDetail_container_exhibition .paragraphEditor .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exhibition_detail .paragraphEditor ._description, .ajaxDetail_container_exhibition .paragraphEditor ._description {
  text-align: right;
}
.exhibition_detail .staff_list, .ajaxDetail_container_exhibition .staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .staff_list, .ajaxDetail_container_exhibition .staff_list {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .exhibition_detail .staff_list, .ajaxDetail_container_exhibition .staff_list {
    width: 90%;
    margin: 0 auto;
  }
}
.exhibition_detail .staff_list__item, .ajaxDetail_container_exhibition .staff_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 900px) {
  .exhibition_detail .staff_list__item, .ajaxDetail_container_exhibition .staff_list__item {
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .exhibition_detail .staff_list__item, .ajaxDetail_container_exhibition .staff_list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(50% - 10px);
  }
  .exhibition_detail .staff_list__item:nth-child(odd), .ajaxDetail_container_exhibition .staff_list__item:nth-child(odd) {
    margin-right: 10px;
  }
  .exhibition_detail .staff_list__item:nth-child(even), .ajaxDetail_container_exhibition .staff_list__item:nth-child(even) {
    margin-left: 10px;
  }
}
.exhibition_detail .staff_list__item .staff_tit, .ajaxDetail_container_exhibition .staff_list__item .staff_tit {
  margin-right: 40px;
  word-break: keep-all;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .exhibition_detail .staff_list__item .staff_tit, .ajaxDetail_container_exhibition .staff_list__item .staff_tit {
    margin-bottom: 20px;
  }
}
.exhibition_detail .staff_list__item .staff_name, .ajaxDetail_container_exhibition .staff_list__item .staff_name {
  width: calc(90% - 40px);
}
.exhibition_detail .banner_obj_01, .exhibition_detail .banner_obj_02, .exhibition_detail .banner_obj_03, .exhibition_detail .banner_obj_04, .exhibition_detail .banner_obj_05, .ajaxDetail_container_exhibition .banner_obj_01, .ajaxDetail_container_exhibition .banner_obj_02, .ajaxDetail_container_exhibition .banner_obj_03, .ajaxDetail_container_exhibition .banner_obj_04, .ajaxDetail_container_exhibition .banner_obj_05 {
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .exhibition_detail .banner_obj_01, .exhibition_detail .banner_obj_02, .exhibition_detail .banner_obj_03, .exhibition_detail .banner_obj_04, .exhibition_detail .banner_obj_05, .ajaxDetail_container_exhibition .banner_obj_01, .ajaxDetail_container_exhibition .banner_obj_02, .ajaxDetail_container_exhibition .banner_obj_03, .ajaxDetail_container_exhibition .banner_obj_04, .ajaxDetail_container_exhibition .banner_obj_05 {
    display: none;
  }
}
.exhibition_detail .banner_obj_01, .ajaxDetail_container_exhibition .banner_obj_01 {
  max-width: 4.1666666667vw;
  top: 4%;
  left: 13.8%;
}
@media only screen and (max-width: 1366px) {
  .exhibition_detail .banner_obj_01, .ajaxDetail_container_exhibition .banner_obj_01 {
    max-width: 5.16vw;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .banner_obj_01, .ajaxDetail_container_exhibition .banner_obj_01 {
    top: 1%;
    left: 22%;
  }
}
.exhibition_detail .banner_obj_02, .ajaxDetail_container_exhibition .banner_obj_02 {
  max-width: 5.6770833333vw;
  top: 30%;
  right: 8.7%;
}
@media only screen and (max-width: 1366px) {
  .exhibition_detail .banner_obj_02, .ajaxDetail_container_exhibition .banner_obj_02 {
    max-width: 7.677vw;
  }
}
@media only screen and (max-width: 1024px) {
  .exhibition_detail .banner_obj_02, .ajaxDetail_container_exhibition .banner_obj_02 {
    right: 0.7%;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .banner_obj_02, .ajaxDetail_container_exhibition .banner_obj_02 {
    right: 3%;
    top: 23%;
  }
}
.exhibition_detail .banner_obj_03, .ajaxDetail_container_exhibition .banner_obj_03 {
  max-width: 6.6145833333vw;
  top: 42%;
  left: -1%;
}
@media only screen and (max-width: 1600px) {
  .exhibition_detail .banner_obj_03, .ajaxDetail_container_exhibition .banner_obj_03 {
    left: -1.5%;
  }
}
@media only screen and (max-width: 1366px) {
  .exhibition_detail .banner_obj_03, .ajaxDetail_container_exhibition .banner_obj_03 {
    max-width: 8.61vw;
  }
}
@media only screen and (max-width: 1024px) {
  .exhibition_detail .banner_obj_03, .ajaxDetail_container_exhibition .banner_obj_03 {
    left: -3.2%;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .banner_obj_03, .ajaxDetail_container_exhibition .banner_obj_03 {
    max-width: 10.6vw;
    left: -2.3%;
    top: 35%;
  }
}
.exhibition_detail .banner_obj_04, .ajaxDetail_container_exhibition .banner_obj_04 {
  max-width: 4.21875vw;
  bottom: 9.5%;
  right: 12.2%;
}
@media only screen and (max-width: 1366px) {
  .exhibition_detail .banner_obj_04, .ajaxDetail_container_exhibition .banner_obj_04 {
    max-width: 6.21vw;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .banner_obj_04, .ajaxDetail_container_exhibition .banner_obj_04 {
    bottom: 6%;
    right: 3%;
  }
}
.exhibition_detail .banner_obj_05, .ajaxDetail_container_exhibition .banner_obj_05 {
  max-width: 5vw;
  bottom: 5.5%;
  left: 9%;
}
@media only screen and (max-width: 1366px) {
  .exhibition_detail .banner_obj_05, .ajaxDetail_container_exhibition .banner_obj_05 {
    max-width: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .exhibition_detail .banner_obj_05, .ajaxDetail_container_exhibition .banner_obj_05 {
    left: 6%;
  }
}
@media only screen and (max-width: 900px) {
  .exhibition_detail .banner_obj_05, .ajaxDetail_container_exhibition .banner_obj_05 {
    left: 8%;
    bottom: 2%;
  }
}
.exhibition_detail .banner_obj_04, .ajaxDetail_container_exhibition .banner_obj_04 {
  -webkit-animation: bubble 4s both 0.5s infinite alternate ease-in-out;
          animation: bubble 4s both 0.5s infinite alternate ease-in-out;
}
.exhibition_detail .banner_obj_02, .exhibition_detail .banner_obj_05, .ajaxDetail_container_exhibition .banner_obj_02, .ajaxDetail_container_exhibition .banner_obj_05 {
  -webkit-animation: bubble2 6s both infinite alternate ease-in-out;
          animation: bubble2 6s both infinite alternate ease-in-out;
}
.exhibition_detail .banner_obj_03, .ajaxDetail_container_exhibition .banner_obj_03 {
  -webkit-animation: moonshake ease-in-out 5s both 0.7s infinite alternate;
          animation: moonshake ease-in-out 5s both 0.7s infinite alternate;
}
.exhibition_detail .obj_01, .exhibition_detail .obj_02, .exhibition_detail .obj_03, .exhibition_detail .obj_04, .exhibition_detail .obj_05, .exhibition_detail .obj_06, .exhibition_detail .obj_07, .exhibition_detail .obj_08, .ajaxDetail_container_exhibition .obj_01, .ajaxDetail_container_exhibition .obj_02, .ajaxDetail_container_exhibition .obj_03, .ajaxDetail_container_exhibition .obj_04, .ajaxDetail_container_exhibition .obj_05, .ajaxDetail_container_exhibition .obj_06, .ajaxDetail_container_exhibition .obj_07, .ajaxDetail_container_exhibition .obj_08 {
  position: absolute;
  left: -1000px;
  top: 0;
}
@media only screen and (max-width: 1440px) {
  .exhibition_detail .obj_01, .exhibition_detail .obj_02, .exhibition_detail .obj_03, .exhibition_detail .obj_04, .exhibition_detail .obj_05, .exhibition_detail .obj_06, .exhibition_detail .obj_07, .exhibition_detail .obj_08, .ajaxDetail_container_exhibition .obj_01, .ajaxDetail_container_exhibition .obj_02, .ajaxDetail_container_exhibition .obj_03, .ajaxDetail_container_exhibition .obj_04, .ajaxDetail_container_exhibition .obj_05, .ajaxDetail_container_exhibition .obj_06, .ajaxDetail_container_exhibition .obj_07, .ajaxDetail_container_exhibition .obj_08 {
    display: none;
  }
}
.exhibition_detail .obj_01, .ajaxDetail_container_exhibition .obj_01 {
  -webkit-animation: moonshake ease-in-out 5s 0.7s infinite alternate;
          animation: moonshake ease-in-out 5s 0.7s infinite alternate;
}
.exhibition_detail .obj_04, .exhibition_detail .obj_07, .ajaxDetail_container_exhibition .obj_04, .ajaxDetail_container_exhibition .obj_07 {
  -webkit-animation: bubble 4s 0.5s infinite alternate ease-in-out;
          animation: bubble 4s 0.5s infinite alternate ease-in-out;
}
.exhibition_detail .obj_05, .ajaxDetail_container_exhibition .obj_05 {
  -webkit-animation: bubble2 6s infinite alternate ease-in-out;
          animation: bubble2 6s infinite alternate ease-in-out;
}
.exhibition_detail .bubbleBroked, .ajaxDetail_container_exhibition .bubbleBroked {
  opacity: 0;
}
.exhibition_detail .bubbleBroked.show, .ajaxDetail_container_exhibition .bubbleBroked.show {
  -webkit-animation: bubbleBroked 5s forwards 0.5s ease;
          animation: bubbleBroked 5s forwards 0.5s ease;
}
.exhibition_detail .obj_03, .ajaxDetail_container_exhibition .obj_03 {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: manRotate ease-in-out 4.5s infinite alternate;
          animation: manRotate ease-in-out 4.5s infinite alternate;
}
.exhibition_detail .obj_08, .ajaxDetail_container_exhibition .obj_08 {
  -webkit-animation: manRotate ease-in-out 5s infinite alternate;
          animation: manRotate ease-in-out 5s infinite alternate;
}

@media only screen and (max-width: 375px) {
  .ajaxDetail_container_exhibition .content_bg_full {
    margin-top: -188px;
  }
}
@media only screen and (max-width: 375px) {
  .ajaxDetail_container_exhibition .swiper-pagination {
    bottom: 26%;
  }
}

@media only screen and (max-width: 1440px) {
  .newContainerPage .obj_01, .newContainerPage .obj_02, .newContainerPage .obj_03, .newContainerPage .obj_04, .newContainerPage .obj_05, .newContainerPage .obj_06, .newContainerPage .obj_07, .newContainerPage .obj_08 {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .obj_03 {
    left: -3% !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .obj_04 {
    right: -1.8% !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .obj_06 {
    right: 0 !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .obj_07 {
    left: 1% !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .obj_08 {
    right: -4.8% !important;
  }
}

@-webkit-keyframes bubble {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(-4deg);
            transform: translateY(20px) rotate(-4deg);
  }
}

@keyframes bubble {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(-4deg);
            transform: translateY(20px) rotate(-4deg);
  }
}
@-webkit-keyframes bubble2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(5deg);
            transform: translateY(-15px) rotate(5deg);
  }
}
@keyframes bubble2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(5deg);
            transform: translateY(-15px) rotate(5deg);
  }
}
@-webkit-keyframes manRotate {
  0% {
    -webkit-transform: rotate(3deg) translateY(-20px);
            transform: rotate(3deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotate(-3deg) translateY(0px);
            transform: rotate(-3deg) translateY(0px);
  }
}
@keyframes manRotate {
  0% {
    -webkit-transform: rotate(3deg) translateY(-20px);
            transform: rotate(3deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotate(-3deg) translateY(0px);
            transform: rotate(-3deg) translateY(0px);
  }
}
@-webkit-keyframes bubbleBroked {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.8, 0.8);
            transform: translateY(40px) scale(0.8, 0.8);
  }
  10% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.8;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.6;
    -webkit-transform: translateY(0px) scale(0.8, 0.8);
            transform: translateY(0px) scale(0.8, 0.8);
  }
  100% {
    opacity: 0;
  }
}
@keyframes bubbleBroked {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.8, 0.8);
            transform: translateY(40px) scale(0.8, 0.8);
  }
  10% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.8;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.6;
    -webkit-transform: translateY(0px) scale(0.8, 0.8);
            transform: translateY(0px) scale(0.8, 0.8);
  }
  100% {
    opacity: 0;
  }
}
.entertainment_list {
  position: relative;
  overflow-y: hidden;
}
.entertainment_list.onHover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.entertainment_list.onHover.active:after {
  opacity: 1;
}

.entertainment_list_wrap picture img {
  height: 100vh;
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap picture img {
    width: 116%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .entertainment_list_wrap picture img {
    width: 100%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .entertainment_list_wrap picture img {
    width: 114vw;
  }
}
.entertainment_list_wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entertainment_list_wrap .info p {
  padding: 0 14px;
}
.entertainment_list_wrap .info .year {
  position: relative;
  padding-left: 0;
  font-family: "JaguarJC-Book";
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.entertainment_list_wrap .info .year::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entertainment_list_wrap .info .category {
  font-size: 0.875rem;
  line-height: 1.5625rem;
}
.entertainment_list_wrap .tit {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .tit {
    padding: 0;
  }
}
.entertainment_list_wrap .cont {
  padding-bottom: 30px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .cont {
    font-size: 0.875rem;
  }
}
.entertainment_list_wrap .btn {
  display: block;
  text-align: center;
  margin-left: auto;
  height: 36px;
  width: 120px;
}
.entertainment_list_wrap .bg_white {
  background-color: #fff;
}
.entertainment_list_wrap .learnBtn {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .entertainment_list_wrap .learnBtn {
    margin-top: 30px;
  }
}
.entertainment_list_wrap .btnDarkT {
  min-width: initial;
}
.entertainment_list_wrap .morebtnType {
  width: 120px;
}
.entertainment_list_wrap .morebtnType::after, .entertainment_list_wrap .morebtnType::before {
  font-family: "JaguarJC-Book";
}
.entertainment_list_wrap .entertain_list_banner {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
}
.entertainment_list_wrap .entertain_list_banner .el_banner_container {
  top: 9.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container {
    top: 0;
    z-index: 1;
  }
}
.entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock {
  float: none;
}
.entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block {
  float: none;
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block {
    margin-left: 0;
    top: 44%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block {
    top: 27%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    top: 0;
    height: 100%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block {
    left: 6%;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: initial;
  }
}
.entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  float: none;
  text-align: left;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    text-align: center;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    text-align: left;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 28%;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 37%;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
  }
}
.entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
  max-width: 452px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 60%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 100%;
  }
}
.entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
  margin-left: 0;
  position: relative;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin-left: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin-top: initial;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin: 0 auto 0 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.entertainment_list_wrap .entertain_list_banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn.light:hover {
  background-color: transparent;
}
.entertainment_list_wrap .entertain_list_cont {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s 0.8s;
  transition: 0.7s 0.8s;
}
.entertainment_list_wrap .entertain_list_cont.active {
  visibility: visible;
  opacity: 1;
}
.entertainment_list_wrap .entertain_list_cont .menu_link {
  margin-top: 10.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .entertainment_list_wrap .entertain_list_cont .menu_link {
    margin-top: 18.5%;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .menu_link {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}
.entertainment_list_wrap .entertain_list_cont .menu_link .menu_link_cont {
  max-width: 900px;
}
.entertainment_list_wrap .entertain_list_cont .filter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap .entertain_list_cont .filter {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .filter {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .filter {
    padding-bottom: 50px;
  }
}
.entertainment_list_wrap .entertain_list_cont .keyWord_result {
  padding-bottom: 50px;
}
.entertainment_list_wrap .entertain_list_cont .ent_blocks {
  padding-bottom: 280px;
}
@media only screen and (max-width: 1440px) {
  .entertainment_list_wrap .entertain_list_cont .ent_blocks {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap .entertain_list_cont .ent_blocks {
    width: 75%;
  }
}
@media only screen and (max-width: 1100px) {
  .entertainment_list_wrap .entertain_list_cont .ent_blocks {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .ent_blocks {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .ent_blocks {
    padding-bottom: 100px;
  }
}
.entertainment_list_wrap .entertain_list_cont .ent_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .ent_block_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.entertainment_list_wrap .entertain_list_cont .ent_block {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.entertainment_list_wrap .entertain_list_cont .ent_block .img_wrap {
  overflow: hidden;
  -webkit-box-shadow: 4.5px 5.4px 31.5px 3.5px rgba(0, 0, 0, 0.3);
          box-shadow: 4.5px 5.4px 31.5px 3.5px rgba(0, 0, 0, 0.3);
}
.entertainment_list_wrap .entertain_list_cont .ent_block .img_wrap img {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.entertainment_list_wrap .entertain_list_cont .ent_block .info_wrap {
  padding: 30px 40px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .ent_block .info_wrap {
    padding: 30px 20px;
  }
}
.entertainment_list_wrap .entertain_list_cont .ent_block .info_wrap .cont {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .ent_block .info_wrap .cont {
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.entertainment_list_wrap .entertain_list_cont .ent_block .info_wrap .btn {
  color: transparent;
  border: solid 1px transparent;
  border-radius: 20px;
  padding-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .ent_block .info_wrap .btn {
    display: none;
  }
}
.entertainment_list_wrap .entertain_list_cont .ent_block:hover {
  -webkit-box-shadow: 4.5px 5.4px 31.5px 3.5px rgba(0, 0, 0, 0.3);
          box-shadow: 4.5px 5.4px 31.5px 3.5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .ent_block:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.entertainment_list_wrap .entertain_list_cont .ent_block:hover .img_wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.entertainment_list_wrap .entertain_list_cont .ent_block:hover .img_wrap img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.entertainment_list_wrap .entertain_list_cont .ent_block:hover .btn {
  color: #000;
  border-color: #000;
}
.entertainment_list_wrap .entertain_list_cont .ent_block:hover .btn:hover {
  background-color: #000;
  color: #fff;
}
.entertainment_list_wrap .entertain_list_cont .ent_block.active {
  -webkit-box-shadow: 4.5px 5.4px 31.5px 3.5px rgba(0, 0, 0, 0.3);
          box-shadow: 4.5px 5.4px 31.5px 3.5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .ent_block.active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.entertainment_list_wrap .entertain_list_cont .typeUp {
  max-width: 470px;
  width: 50%;
  margin-left: 70px;
  margin-right: 70px;
}
.entertainment_list_wrap .entertain_list_cont .typeUp .cont {
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 1400px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1305px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    width: 40%;
  }
}
@media only screen and (max-width: 1240px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    width: 45%;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    margin-left: 0;
    margin-right: 0;
    width: 90%;
  }
}
.entertainment_list_wrap .entertain_list_cont .typeUp:hover .info_wrap {
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp:hover .info_wrap {
    background-color: transparent;
  }
}
.entertainment_list_wrap .entertain_list_cont .typeUp {
  margin-top: 100px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1305px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .typeUp {
    margin-bottom: 10px;
  }
}
.entertainment_list_wrap .entertain_list_cont .ent_block.typeLeft {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .ent_block.typeLeft {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .ent_block.typeLeft {
    margin-bottom: 10px;
  }
}
.entertainment_list_wrap .entertain_list_cont .typeDown {
  margin-top: 50px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .typeDown {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .typeDown {
    margin-bottom: 0;
  }
}
.entertainment_list_wrap .entertain_list_cont .typeLargeL, .entertainment_list_wrap .entertain_list_cont .typeLargeR {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.entertainment_list_wrap .entertain_list_cont .typeLargeL:hover .img_wrap, .entertainment_list_wrap .entertain_list_cont .typeLargeR:hover .img_wrap {
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.entertainment_list_wrap .entertain_list_cont .typeLargeL .cont, .entertainment_list_wrap .entertain_list_cont .typeLargeR .cont {
  max-height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL .cont, .entertainment_list_wrap .entertain_list_cont .typeLargeR .cont {
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 1024px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL .cont, .entertainment_list_wrap .entertain_list_cont .typeLargeR .cont {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL, .entertainment_list_wrap .entertain_list_cont .typeLargeR {
    width: 90%;
    margin: 50px auto 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL, .entertainment_list_wrap .entertain_list_cont .typeLargeR {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL, .entertainment_list_wrap .entertain_list_cont .typeLargeR {
    max-width: 470px;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL, .entertainment_list_wrap .entertain_list_cont .typeLargeR {
    margin-bottom: 10px;
  }
}
.entertainment_list_wrap .entertain_list_cont .typeLargeL .img_wrap, .entertainment_list_wrap .entertain_list_cont .typeLargeR .img_wrap {
  max-width: 690px;
  width: 60%;
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL .img_wrap, .entertainment_list_wrap .entertain_list_cont .typeLargeR .img_wrap {
    max-width: initial;
    width: auto;
  }
}
.entertainment_list_wrap .entertain_list_cont .typeLargeL .info_wrap, .entertainment_list_wrap .entertain_list_cont .typeLargeR .info_wrap {
  width: 40%;
  padding: 0 70px;
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL .info_wrap, .entertainment_list_wrap .entertain_list_cont .typeLargeR .info_wrap {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL .info_wrap, .entertainment_list_wrap .entertain_list_cont .typeLargeR .info_wrap {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL .info_wrap, .entertainment_list_wrap .entertain_list_cont .typeLargeR .info_wrap {
    width: auto;
    padding: 30px 20px;
  }
}
.entertainment_list_wrap .entertain_list_cont .typeLargeL:hover, .entertainment_list_wrap .entertain_list_cont .typeLargeR:hover {
  background-color: #fff;
}
.entertainment_list_wrap .entertain_list_cont .typeLargeL:hover .img_wrap, .entertainment_list_wrap .entertain_list_cont .typeLargeR:hover .img_wrap {
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeL:hover, .entertainment_list_wrap .entertain_list_cont .typeLargeR:hover {
    background-color: transparent;
  }
}
.entertainment_list_wrap .entertain_list_cont .typeLargeR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .entertain_list_cont .typeLargeR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entertainment_list_wrap .entertain_list_cont .ent_bg {
  width: 100vw;
  height: 100%;
  background-image: url(../../../dist/assets/img/entertainment/ent_list_bg.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .entertainment_list_wrap .entertain_list_cont .ent_bg {
    background-image: url(../../../dist/assets/img/entertainment/ent_list_bg.jpg);
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .entertain_list_cont .ent_bg {
    background-position: top center;
  }
}
.entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
  position: absolute;
  right: 13%;
  bottom: 19vh;
  width: 100%;
  max-width: 36.09375vw;
}
.entertainment_list_wrap .house_dark figure, .entertainment_list_wrap .house_light figure {
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
    right: 2%;
    bottom: 20vh;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
    right: 14%;
    max-width: 34.09vw;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
    bottom: 5%;
    right: 17%;
    max-width: 64vw;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
    max-width: 34vw;
    bottom: 19%;
    right: 3%;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
    bottom: 8%;
    right: 18%;
    max-width: 64vw;
  }
}
@media only screen and (max-width: 800px) {
  .entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
    bottom: 5%;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
    max-width: 85vw;
    right: 6%;
    bottom: 2%;
  }
}
@media only screen and (max-device-width: 414px) and (min-device-height: 896px) {
  .entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
    bottom: 8%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .entertainment_list_wrap .house_dark, .entertainment_list_wrap .house_light {
    bottom: 5%;
  }
}
.entertainment_list_wrap .house_light,
.entertainment_list_wrap .house_dark {
  pointer-events: none;
}
.entertainment_list_wrap .house_light {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: houseLight 2s forwards;
          animation: houseLight 2s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.entertainment_list_wrap .house_light .active {
  opacity: 1;
  visibility: visible;
}
.entertainment_list_wrap .house_dark {
  -webkit-animation: houseHide 2s forwards;
          animation: houseHide 2s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes houseHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes houseHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes houseLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes houseLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.entertainment_list_wrap .house_dog, .entertainment_list_wrap .house_girl {
  position: absolute;
  -webkit-animation: objUp 2s forwards;
          animation: objUp 2s forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  opacity: 0;
}
@keyframes objUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.entertainment_list_wrap .house_dog {
  width: 16%;
  left: 17%;
  top: -11%;
}
@media only screen and (max-width: 1024px) {
  .entertainment_list_wrap .house_dog {
    width: 18%;
    left: 16%;
    top: -13%;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .house_dog {
    width: 23%;
    top: -17%;
  }
}
.entertainment_list_wrap .house_girl {
  width: 15%;
  right: 17%;
  top: -12%;
}
@media only screen and (max-width: 1024px) {
  .entertainment_list_wrap .house_girl {
    width: 15%;
    right: 16%;
    top: -13%;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .house_girl {
    width: 19%;
    top: -16%;
  }
}
.entertainment_list_wrap .bg_ball, .entertainment_list_wrap .bg_obj {
  position: absolute;
}
.entertainment_list_wrap .bg_ball {
  left: 9.6%;
  bottom: 9%;
  opacity: 0;
}
@media only screen and (min-width: 1921px) {
  .entertainment_list_wrap .bg_ball {
    bottom: 22%;
  }
}
@media only screen and (max-width: 1680px) {
  .entertainment_list_wrap .bg_ball {
    left: 5vw;
    bottom: 21vh;
  }
}
@media only screen and (max-width: 1600px) {
  .entertainment_list_wrap .bg_ball {
    left: 0;
    bottom: 26vh;
  }
}
@media only screen and (max-width: 1550px) {
  .entertainment_list_wrap .bg_ball {
    bottom: 10vh;
    left: 10vw;
  }
}
@media only screen and (max-width: 1440px) {
  .entertainment_list_wrap .bg_ball {
    width: 22%;
    bottom: 24vh;
    left: 4.7vw;
  }
}
@media only screen and (max-width: 1366px) and (max-height: 1024px) {
  .entertainment_list_wrap .bg_ball {
    width: 26%;
    bottom: 22.5%;
    left: -1.7%;
  }
}
@media only screen and (max-width: 1366px) and (max-height: 800px) {
  .entertainment_list_wrap .bg_ball {
    bottom: 13.5%;
    left: 9.3%;
  }
}
@media only screen and (max-width: 1280px) and (max-height: 1024px) {
  .entertainment_list_wrap .bg_ball {
    left: -1.7%;
    bottom: 22.5%;
  }
}
@media only screen and (max-width: 1280px) and (max-height: 800px) {
  .entertainment_list_wrap .bg_ball {
    bottom: 4.5%;
    left: 9.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .entertainment_list_wrap .bg_ball {
    display: block;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .entertainment_list_wrap .bg_ball {
    display: none;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .entertainment_list_wrap .bg_ball {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .entertainment_list_wrap .bg_ball {
    display: none;
  }
}
.entertainment_list_wrap .bg_ball.show {
  -webkit-animation: ballShow 2s both 0.5s ease-in-out;
          animation: ballShow 2s both 0.5s ease-in-out;
}
.entertainment_list_wrap .bg_ball figure {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: ballfloat 3.5s both 0.5s infinite ease-in-out;
          animation: ballfloat 3.5s both 0.5s infinite ease-in-out;
}
.entertainment_list_wrap .bg_obj {
  bottom: 2.5vh;
  right: 1vw;
  opacity: 0;
  max-width: 19vw;
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .entertainment_list_wrap .bg_obj {
    bottom: 8vh;
    right: 3vw;
  }
}
@media only screen and (max-width: 1600px) {
  .entertainment_list_wrap .bg_obj {
    max-width: 22vw;
    bottom: 16vh;
  }
}
@media only screen and (max-width: 1550px) {
  .entertainment_list_wrap .bg_obj {
    max-width: 20vw;
    bottom: 5vh;
  }
}
@media only screen and (max-width: 1440px) {
  .entertainment_list_wrap .bg_obj {
    bottom: 8vh;
  }
}
@media only screen and (max-width: 1366px) {
  .entertainment_list_wrap .bg_obj {
    max-width: 23vw;
    bottom: 12vh;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .entertainment_list_wrap .bg_obj {
    right: 8vw;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .entertainment_list_wrap .bg_obj {
    right: 4vw;
    bottom: 3vh;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .entertainment_list_wrap .bg_obj {
    max-width: 28vw;
    bottom: 33vh;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .entertainment_list_wrap .bg_obj {
    max-width: 26vw;
    bottom: 21vh;
  }
}
@media only screen and (max-width: 768px) {
  .entertainment_list_wrap .bg_obj {
    max-width: 31vw;
    bottom: 29vh;
  }
}
@media only screen and (max-width: 575px) {
  .entertainment_list_wrap .bg_obj {
    display: none;
    max-width: 53vw;
  }
}
.entertainment_list_wrap .bg_obj.show {
  -webkit-animation: rightIn 1.8s both 0.5s;
          animation: rightIn 1.8s both 0.5s;
}

@-webkit-keyframes ballfloat {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-2deg) translateY(5px);
            transform: rotate(-2deg) translateY(5px);
  }
}

@keyframes ballfloat {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-2deg) translateY(5px);
            transform: rotate(-2deg) translateY(5px);
  }
}
@-webkit-keyframes ball {
  0% {
    -webkit-mask-image: -webkit-gradient(linear, right bottom, right 25%, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  }
  50% {
    -webkit-mask-image: -webkit-gradient(linear, right bottom, right 17%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  }
  100% {
    -webkit-mask-image: -webkit-gradient(linear, right bottom, right bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  }
}
@keyframes ball {
  0% {
    -webkit-mask-image: -webkit-gradient(linear, right bottom, right 25%, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  }
  50% {
    -webkit-mask-image: -webkit-gradient(linear, right bottom, right 17%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  }
  100% {
    -webkit-mask-image: -webkit-gradient(linear, right bottom, right bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  }
}
@-webkit-keyframes ballShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ballShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ent_detail_wrap {
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center 0;
  padding-top: 90px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap {
    padding-top: 0;
    background-position: center;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap {
    background-size: cover;
  }
}
.ent_detail_wrap .newContainerPage {
  position: absolute;
  width: 100%;
  left: 0;
}
.ent_detail_wrap .banner {
  background-image: url("../../../dist/assets/img/entertainment/ent_detail_banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .ent_detail_wrap .banner {
    height: calc(100vh + 200px);
  }
}
@media only screen and (max-width: 1300px) and (max-height: 700px) {
  .ent_detail_wrap .banner {
    height: calc(100vh + 100px);
  }
}
@media only screen and (max-width: 1366px) {
  .ent_detail_wrap .banner {
    background-position: center;
  }
}
@media only screen and (max-width: 1280px) {
  .ent_detail_wrap .banner {
    background-size: auto;
    background-position: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .ent_detail_wrap .banner {
    background-size: cover;
    background-position: center;
    height: 650px;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .ent_detail_wrap .banner {
    background-size: auto;
    background-position: bottom;
    height: 650px;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner {
    padding-top: 13.3%;
  }
}
@media only screen and (max-width: 768px) {
  .ent_detail_wrap .banner {
    padding-top: 13.3%;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .banner {
    height: calc(100vh - 270px);
    padding-top: 24%;
  }
}
@media only screen and (max-width: 375px) {
  .ent_detail_wrap .banner {
    padding-top: 27%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .ent_detail_wrap .banner {
    height: calc(100vh - 170px);
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .ent_detail_wrap .banner {
    height: calc(100vh - 200px);
  }
}
@media only screen and (max-width: 360px) {
  .ent_detail_wrap .banner {
    height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 320px) {
  .ent_detail_wrap .banner {
    height: calc(100vh - 50px);
    padding-top: 31%;
  }
}
.ent_detail_wrap .banner .breadcrumbBlock {
  padding-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1680px) {
  .ent_detail_wrap .banner .breadcrumbBlock {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner .breadcrumbBlock {
    padding-top: 0;
  }
}
.ent_detail_wrap .banner .breadcrumbBlock .backBtn {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ent_detail_wrap .banner .breadcrumbBlock .breadcrumb {
  margin-top: 20px;
}
.ent_detail_wrap .banner .ent_detail_swiper {
  position: relative;
  max-width: 58.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1366px) {
  .ent_detail_wrap .banner .ent_detail_swiper {
    max-width: 67.2vw;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner .ent_detail_swiper {
    max-width: 86.5vw;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .banner .ent_detail_swiper {
    min-width: 415px;
  }
}
@media only screen and (max-width: 375px) {
  .ent_detail_wrap .banner .ent_detail_swiper {
    -webkit-transform: translateX(-50%) translateY(2%);
        -ms-transform: translateX(-50%) translateY(2%);
            transform: translateX(-50%) translateY(2%);
  }
}
.ent_detail_wrap .banner .ent_detail_swiper .ent_window {
  position: absolute;
  width: 100%;
  top: -14.2%;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 1450px) {
  .ent_detail_wrap .banner .ent_detail_swiper .ent_window {
    top: -13.5%;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner .ent_detail_swiper .ent_window {
    top: -12.5%;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .banner .ent_detail_swiper .ent_window {
    top: -9%;
  }
}
.ent_detail_wrap .banner .swiper-container {
  width: 100%;
  margin: 0 auto;
  max-width: 39.0625vw;
}
@media only screen and (max-width: 1366px) {
  .ent_detail_wrap .banner .swiper-container {
    max-width: 45vw;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner .swiper-container {
    max-width: 58vw;
    max-height: 40vh;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .banner .swiper-container {
    min-width: 280px;
    min-height: 300px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .ent_detail_wrap .banner .swiper-container {
    min-height: 200px;
  }
}
.ent_detail_wrap .banner .swiper-container .swiper_subtitle {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  min-height: 45px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.56px;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .ent_detail_wrap .banner .swiper-container .swiper_subtitle {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .ent_detail_wrap .banner .swiper-container .swiper_subtitle {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .banner .swiper-container .swiper_subtitle {
    margin-top: 10px;
    min-height: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner .swiper-container .videoBannerSwiper .swiper-slide .img_wrap {
    max-height: initial;
  }
}
.ent_detail_wrap .banner .swiper-pagination {
  width: 80%;
  margin-top: 1%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1580px) {
  .ent_detail_wrap .banner .swiper-pagination {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 1440px) {
  .ent_detail_wrap .banner .swiper-pagination {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .ent_detail_wrap .banner .swiper-pagination {
    margin-top: 1%;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .banner .swiper-pagination {
    margin-top: -12%;
  }
}
@media only screen and (max-width: 375px) {
  .ent_detail_wrap .banner .swiper-pagination {
    margin-top: 0;
  }
}
.ent_detail_wrap .banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.ent_detail_wrap .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.ent_detail_wrap .banner .ent_roof,
.ent_detail_wrap .banner .ent_girl,
.ent_detail_wrap .banner .ent_dog,
.ent_detail_wrap .banner .banner_ball1,
.ent_detail_wrap .banner .banner_ball2,
.ent_detail_wrap .banner .banner_ball3,
.ent_detail_wrap .banner .banner_ball4,
.ent_detail_wrap .banner .banner_ball5,
.ent_detail_wrap .banner .banner_ball6 {
  position: absolute;
  z-index: 2;
}
.ent_detail_wrap .banner .ent_dog,
.ent_detail_wrap .banner .banner_ball1,
.ent_detail_wrap .banner .banner_ball2,
.ent_detail_wrap .banner .banner_ball4,
.ent_detail_wrap .banner .banner_ball5 {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner .ent_dog,
  .ent_detail_wrap .banner .banner_ball1,
  .ent_detail_wrap .banner .banner_ball2,
  .ent_detail_wrap .banner .banner_ball4,
  .ent_detail_wrap .banner .banner_ball5 {
    display: none;
  }
}
.ent_detail_wrap .banner .ent_roof {
  left: 50%;
  bottom: -27%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ent_detail_wrap .banner .ent_girl {
  right: 32.5%;
  bottom: 0;
}
.ent_detail_wrap .banner .ent_dog {
  top: 1vh;
  left: 2vw;
  max-width: 16.9791666667vw;
}
@media only screen and (max-width: 1680px) {
  .ent_detail_wrap .banner .ent_dog {
    left: 0;
    top: 8vh;
  }
}
@media only screen and (max-width: 1600px) {
  .ent_detail_wrap .banner .ent_dog {
    top: 3vh;
  }
}
@media only screen and (max-width: 1440px) {
  .ent_detail_wrap .banner .ent_dog {
    width: 20%;
    top: 3%;
  }
}
@media only screen and (max-width: 1366px) {
  .ent_detail_wrap .banner .ent_dog {
    left: -1%;
    top: 2%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .ent_detail_wrap .banner .ent_dog {
    left: -2%;
    top: 12%;
  }
}
@media only screen and (max-width: 1024px) {
  .ent_detail_wrap .banner .ent_dog {
    left: -2%;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner .ent_dog {
    display: none;
  }
}
.ent_detail_wrap .banner .banner_ball1 {
  top: 8.5vh;
  right: 1vw;
  max-width: 9.21875vw;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .ent_detail_wrap .banner .banner_ball1 {
    top: 9.5vh;
    right: -2vw;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .ent_detail_wrap .banner .banner_ball1 {
    top: 14.5vh;
  }
}
.ent_detail_wrap .banner .banner_ball2 {
  top: 37.5vh;
  right: 10vw;
  max-width: 7.9166666667vw;
}
@media only screen and (max-width: 1550px) {
  .ent_detail_wrap .banner .banner_ball2 {
    top: 47.5vh;
  }
}
@media only screen and (max-width: 1440px) {
  .ent_detail_wrap .banner .banner_ball2 {
    top: 38.5vh;
  }
}
@media only screen and (max-width: 1400px) {
  .ent_detail_wrap .banner .banner_ball2 {
    top: 45.5%;
    right: 7vw;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .ent_detail_wrap .banner .banner_ball2 {
    top: 25.5vh;
    right: 4vw;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .ent_detail_wrap .banner .banner_ball2 {
    top: 44.5vh;
    right: 3vw;
  }
}
.ent_detail_wrap .banner .banner_ball3 {
  top: 53.5vh;
  left: 12.8vw;
  max-width: 6.7708333333vw;
}
@media only screen and (max-width: 1680px) {
  .ent_detail_wrap .banner .banner_ball3 {
    top: initial;
    bottom: 50.5vh;
    left: 10.8vw;
  }
}
@media only screen and (max-width: 1600px) {
  .ent_detail_wrap .banner .banner_ball3 {
    bottom: initial;
    top: 41.5vh;
  }
}
@media only screen and (max-width: 1550px) {
  .ent_detail_wrap .banner .banner_ball3 {
    top: 51.5vh;
    left: 11.8vw;
  }
}
@media only screen and (max-width: 1440px) {
  .ent_detail_wrap .banner .banner_ball3 {
    top: 45.5vh;
  }
}
@media only screen and (max-width: 1400px) {
  .ent_detail_wrap .banner .banner_ball3 {
    top: 46.5%;
    left: 9.8vw;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .ent_detail_wrap .banner .banner_ball3 {
    top: 29.5vh;
    left: 5.8vw;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .ent_detail_wrap .banner .banner_ball3 {
    top: 47.5vh;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner .banner_ball3 {
    min-width: 100px;
    top: 44.5vh;
    left: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .ent_detail_wrap .banner .banner_ball3 {
    min-width: 100px;
    top: 44.5vh;
    left: 0.8vw;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .banner .banner_ball3 {
    min-width: 80px;
    top: 48.5vh;
  }
}
@media only screen and (max-width: 375px) {
  .ent_detail_wrap .banner .banner_ball3 {
    top: 52.5vh;
  }
}
@media only screen and (max-width: 360px) {
  .ent_detail_wrap .banner .banner_ball3 {
    top: 59vh;
  }
}
@media only screen and (max-width: 320px) {
  .ent_detail_wrap .banner .banner_ball3 {
    top: 63vh;
  }
}
.ent_detail_wrap .banner .banner_ball4 {
  bottom: 10vh;
  right: 1.5vw;
  max-width: 10.9375vw;
}
@media only screen and (max-width: 1680px) {
  .ent_detail_wrap .banner .banner_ball4 {
    bottom: 21vh;
  }
}
@media only screen and (max-width: 1600px) {
  .ent_detail_wrap .banner .banner_ball4 {
    bottom: 34vh;
  }
}
@media only screen and (max-width: 1550px) {
  .ent_detail_wrap .banner .banner_ball4 {
    bottom: 23vh;
  }
}
@media only screen and (max-width: 1440px) {
  .ent_detail_wrap .banner .banner_ball4 {
    bottom: 20vh;
  }
}
@media only screen and (max-device-width: 1280px) and (max-device-height: 900px) {
  .ent_detail_wrap .banner .banner_ball4 {
    bottom: 14vh;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .ent_detail_wrap .banner .banner_ball4 {
    bottom: 3vh;
    right: -1.5vw;
  }
}
.ent_detail_wrap .banner .banner_ball5 {
  bottom: 5vh;
  left: 3.2vw;
  max-width: 8.4895833333vw;
}
@media only screen and (max-width: 1680px) {
  .ent_detail_wrap .banner .banner_ball5 {
    bottom: 11vh;
  }
}
@media only screen and (max-width: 1600px) {
  .ent_detail_wrap .banner .banner_ball5 {
    bottom: 26vh;
  }
}
@media only screen and (max-width: 1550px) {
  .ent_detail_wrap .banner .banner_ball5 {
    bottom: 11vh;
  }
}
@media only screen and (max-device-width: 1280px) and (max-device-height: 900px) {
  .ent_detail_wrap .banner .banner_ball5 {
    bottom: 3vh;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .ent_detail_wrap .banner .banner_ball5 {
    bottom: 0;
    left: -0.8vw;
  }
}
.ent_detail_wrap .banner .banner_ball6 {
  display: none;
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .banner .banner_ball6 {
    display: block;
    width: 26%;
    right: -70px;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .banner .banner_ball6 {
    width: 37%;
    right: -49px;
  }
}
.ent_detail_wrap .banner .ent_dog {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: dogfloat 4.5s ease-in-out, dogShow ease-in-out 5s infinite alternate;
          animation: dogfloat 4.5s ease-in-out, dogShow ease-in-out 5s infinite alternate;
}
.ent_detail_wrap .banner .banner_ball3 {
  -webkit-animation: ballfloat2 4s both 0.5s infinite ease-in-out;
          animation: ballfloat2 4s both 0.5s infinite ease-in-out;
}
.ent_detail_wrap .banner .banner_ball1, .ent_detail_wrap .banner .banner_ball4, .ent_detail_wrap .banner .banner_ball6 {
  -webkit-animation: ballfloat2 5s both 0.5s infinite ease-in-out;
          animation: ballfloat2 5s both 0.5s infinite ease-in-out;
}
.ent_detail_wrap .banner .banner_ball2, .ent_detail_wrap .banner .banner_ball5 {
  -webkit-animation: ballfloat4 4.5s both 0.5s infinite ease-in-out;
          animation: ballfloat4 4.5s both 0.5s infinite ease-in-out;
}
.ent_detail_wrap .banner .banner_ball4 {
  display: none;
}
.ent_detail_wrap .detail_obj {
  position: relative;
  top: -80px;
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .detail_obj {
    top: -70px;
  }
}
.ent_detail_wrap .detail_obj .ent_roof {
  max-width: 950px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .detail_obj .ent_roof {
    width: 114%;
  }
}
.ent_detail_wrap .detail_obj .ent_girl {
  position: absolute;
  right: 26%;
  bottom: -53px;
  z-index: 2 !important;
}
@media only screen and (max-width: 1280px) {
  .ent_detail_wrap .detail_obj .ent_girl {
    width: 12%;
    right: 21%;
    bottom: -44px;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .detail_obj .ent_girl {
    width: 16%;
    right: 16%;
    bottom: -41px;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .detail_obj .ent_girl {
    width: 24%;
    right: 8%;
    bottom: -29px;
  }
}
.ent_detail_wrap .ent_content {
  background-image: url("../../../dist/assets/img/entertainment/ent_detail_bg3.jpg");
  background-repeat: repeat-y;
}
@media only screen and (min-width: 1921px) {
  .ent_detail_wrap .ent_content {
    background-size: cover;
  }
}
@media only screen and (max-width: 1550px) {
  .ent_detail_wrap .ent_content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .ent_detail_wrap .ent_content {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 1366px) {
  .ent_detail_wrap .ent_content {
    background-position: center 0;
  }
}
@media only screen and (max-width: 1280px) {
  .ent_detail_wrap .ent_content {
    padding-top: 7%;
    margin-top: 0;
  }
}
@media only screen and (max-device-width: 1280px) and (min-device-height: 900px) {
  .ent_detail_wrap .ent_content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .ent_detail_wrap .ent_content {
    padding-top: 10%;
    background-position: center 0;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .ent_detail_wrap .ent_content {
    padding-top: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .ent_content {
    padding-top: 25%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .ent_detail_wrap .ent_content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 360px) {
  .ent_detail_wrap .ent_content {
    padding-top: 10%;
  }
}
@media only screen and (max-width: 320px) {
  .ent_detail_wrap .ent_content {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .cont1400 {
    width: 100%;
  }
}
.ent_detail_wrap .ent_cont_wrap {
  padding-bottom: 110px;
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .ent_cont_wrap {
    padding-bottom: 100px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .ent_cont_wrap {
    padding-bottom: 80px;
  }
}
.ent_detail_wrap .ent_cont_wrap .bg_mask {
  position: relative;
  z-index: 1;
}
.ent_detail_wrap .ent_cont_wrap .bg_mask::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 500px;
  max-width: 1400px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ent_detail_wrap .ent_detail_cont {
  z-index: 1;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .ent_detail_cont {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: -20px;
  }
}
.ent_detail_wrap .ent_detail_cont article {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .ent_detail_cont .zone1 {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .ent_detail_cont .zone1 {
    width: 85%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .ent_detail_cont .cont1040 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .ent_detail_cont .detail_head .icons_wrap .social_btn li:last-child {
    margin-right: 0;
  }
}
.ent_detail_wrap .ent_detail_cont .relate_book {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.ent_detail_wrap .ent_detail_cont .relate_book .unit_wrap {
  padding-bottom: 30px;
}
.ent_detail_wrap .ent_detail_cont .book_wrap {
  margin: 0 30px;
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .ent_detail_cont .book_wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap .ent_detail_cont .book_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .ent_detail_wrap .ent_detail_cont .book_wrap .book_cont {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.ent_detail_wrap ._articlecover article {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap ._articlecover article {
    margin-bottom: 10px;
  }
}
.ent_detail_wrap ._articlecover ._articletype_U ._imgcoverOut {
  padding-top: 0;
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap ._articlecover ._articletype_U ._imgcoverOut {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ent_detail_wrap ._articlecover ._articletype.-row2 ._imgcover ._photo {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .ent_detail_wrap ._articlecover ._articletype.-row2 ._imgcover ._photo span {
    text-align: right;
  }
}
.ent_detail_wrap .ball_01, .ent_detail_wrap .ball_02, .ent_detail_wrap .ball_03, .ent_detail_wrap .ball_04, .ent_detail_wrap .ball_05,
.ent_detail_wrap .ball_06, .ent_detail_wrap .ball_07, .ent_detail_wrap .ball_08, .ent_detail_wrap .ball_09, .ent_detail_wrap .ball_10,
.ent_detail_wrap .ball_11 {
  position: absolute;
  top: 0;
  left: -1000px;
}
@media only screen and (max-width: 1366px) {
  .ent_detail_wrap .ball_01, .ent_detail_wrap .ball_02, .ent_detail_wrap .ball_03, .ent_detail_wrap .ball_04, .ent_detail_wrap .ball_05,
  .ent_detail_wrap .ball_06, .ent_detail_wrap .ball_07, .ent_detail_wrap .ball_08, .ent_detail_wrap .ball_09, .ent_detail_wrap .ball_10,
  .ent_detail_wrap .ball_11 {
    display: none;
  }
}

.ball_01, .ball_05, .ball_07 {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: ballfloat2 4s both 0.5s infinite alternate ease-in-out;
          animation: ballfloat2 4s both 0.5s infinite alternate ease-in-out;
}

.ball_02, .ball_04, .ball_08, .ball_10 {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: ballfloat3 6s both infinite alternate ease-in-out;
          animation: ballfloat3 6s both infinite alternate ease-in-out;
}

.ball_03, .ball_06, .ball_09, .ball_11 {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: ballfloat4 4.5s both 0.7s infinite alternate ease-in-out;
          animation: ballfloat4 4.5s both 0.7s infinite alternate ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .newContainerPage .ball_01, .newContainerPage .ball_02, .newContainerPage .ball_03, .newContainerPage .ball_04, .newContainerPage .ball_05,
  .newContainerPage .ball_06, .newContainerPage .ball_07, .newContainerPage .ball_08, .newContainerPage .ball_09, .newContainerPage .ball_10,
  .newContainerPage .ball_11 {
    display: none;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_01 {
    left: 0 !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_02 {
    right: -2% !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_03 {
    left: -1vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .ball_03 {
    left: -4vw !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_04 {
    right: 1vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .ball_04 {
    right: -2vw !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_05 {
    left: 1vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .ball_05 {
    left: -2vw !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_06 {
    right: -3vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .ball_06 {
    right: -5vw !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_07 {
    left: -2% !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_08 {
    right: -2vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .ball_08 {
    right: -4vw !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_09 {
    left: -1.5% !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_10 {
    right: -2% !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .ball_11 {
    left: 1% !important;
  }
}

@-webkit-keyframes dogShow {
  0% {
    -webkit-transform: translatey(-30px) rotate(5deg);
            transform: translatey(-30px) rotate(5deg);
  }
  100% {
    -webkit-transform: translatey(0) rotate(-2deg);
            transform: translatey(0) rotate(-2deg);
  }
}

@keyframes dogShow {
  0% {
    -webkit-transform: translatey(-30px) rotate(5deg);
            transform: translatey(-30px) rotate(5deg);
  }
  100% {
    -webkit-transform: translatey(0) rotate(-2deg);
            transform: translatey(0) rotate(-2deg);
  }
}
@-webkit-keyframes dogfloat {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes dogfloat {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes ballfloat2 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-transform: translateY(20px) rotate(-4deg);
            transform: translateY(20px) rotate(-4deg);
    -webkit-filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0.25));
    filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0.25));
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0));
  }
}
@keyframes ballfloat2 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-transform: translateY(20px) rotate(-4deg);
            transform: translateY(20px) rotate(-4deg);
    -webkit-filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0.25));
    filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0.25));
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0));
  }
}
@-webkit-keyframes ballfloat3 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(5deg);
            transform: translateY(-15px) rotate(5deg);
    -webkit-filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0.25));
    filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0.25));
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0));
  }
}
@keyframes ballfloat3 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(5deg);
            transform: translateY(-15px) rotate(5deg);
    -webkit-filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0.25));
    filter: drop-shadow(4px 7px 15px rgba(255, 255, 255, 0.25));
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 6px 15px rgba(255, 255, 255, 0));
  }
}
@-webkit-keyframes ballfloat4 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 6px 20px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 6px 20px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(-6deg);
            transform: translateY(-20px) rotate(-6deg);
    -webkit-filter: drop-shadow(4px 7px 20px rgba(255, 255, 255, 0.15));
    filter: drop-shadow(4px 7px 20px rgba(255, 255, 255, 0.15));
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 6px 20px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 6px 20px rgba(255, 255, 255, 0));
  }
}
@keyframes ballfloat4 {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 6px 20px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 6px 20px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(-6deg);
            transform: translateY(-20px) rotate(-6deg);
    -webkit-filter: drop-shadow(4px 7px 20px rgba(255, 255, 255, 0.15));
    filter: drop-shadow(4px 7px 20px rgba(255, 255, 255, 0.15));
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -webkit-filter: drop-shadow(4px 6px 20px rgba(255, 255, 255, 0));
    filter: drop-shadow(4px 6px 20px rgba(255, 255, 255, 0));
  }
}
.art_list_wrap {
  margin-top: 90px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .art_list_wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap {
    margin-top: 0;
  }
}
.art_list_wrap .bg {
  position: absolute;
  left: 0;
  background-image: url(../../../dist/assets/img/publicArt/art_pad_bg.jpg);
  background-position: center 0;
  background-size: initial;
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (max-width: 900px) {
  .art_list_wrap .bg {
    display: block;
  }
}
.art_list_wrap .banner_full {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .banner_full {
    overflow: hidden;
  }
}
.art_list_wrap .banner_full .el_banner_container .objBlock {
  position: relative;
  float: left;
}
.art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
  width: 50%;
  float: left;
  top: 65%;
  -webkit-transform: translateY(-65%);
      -ms-transform: translateY(-65%);
          transform: translateY(-65%);
  right: 0;
}
@media only screen and (max-width: 1680px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    left: 5vw;
  }
}
@media only screen and (max-width: 1550px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    left: 12vw;
    top: 50%;
  }
}
@media only screen and (max-width: 1440px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    left: 15vw;
  }
}
@media only screen and (max-width: 1366px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    left: 17vw;
  }
}
@media only screen and (max-width: 1300px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    left: 21vw;
  }
}
@media only screen and (max-width: 1024px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    top: 17vh;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    top: 30vh;
  }
}
@media only screen and (max-width: 910px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    left: 18%;
    top: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    left: 71%;
    padding: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    left: 50%;
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 375px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 0;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 20px;
  }
}
.art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  text-align: left;
}
@media only screen and (max-width: 910px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 730px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
    text-align: center;
  }
}
.art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
  max-width: 470px;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    max-width: 600px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1300px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .en {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .en {
    margin-bottom: 1.5rem;
  }
}
.art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .art_scrollbtn {
  font-size: 14px;
  min-width: initial;
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .art_scrollbtn {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .banner_full .el_banner_container {
    z-index: 1;
  }
}
.art_list_wrap .banner_full .banner_obj_mobile {
  width: 100%;
  position: absolute;
  bottom: 11px;
  left: 0;
  display: none;
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .banner_full .banner_obj_mobile {
    display: block;
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@media only screen and (max-width: 375px) {
  .art_list_wrap .banner_full .banner_obj_mobile {
    bottom: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .art_list_wrap .banner_full .banner_obj_mobile {
    bottom: 0;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.art_list_wrap .objBannerType .el_banner_container .objBlock {
  position: relative;
  float: left;
}
.art_list_wrap .objBannerType .el_banner_container .objBlock.el_title__block {
  width: 50%;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 850px) {
  .art_list_wrap .objBannerType .el_banner_container .objBlock.el_title__block {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .objBannerType .el_banner_container .objBlock.el_title__block {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .art_list_wrap .objBannerType .el_banner_container .objBlock.el_title__block {
    padding-top: 0;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .art_list_wrap .objBannerType .el_banner_container .objBlock.el_title__block {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .art_list_wrap .objBannerType .el_banner_container .objBlock.el_title__block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .art_list_wrap .objBannerType .el_banner_container .objBlock.el_title__block {
    padding-top: 20px;
  }
}
.art_list_wrap .objBannerType .banner_obj {
  position: absolute;
  bottom: 0;
  left: 100px;
  pointer-events: none;
}
@media only screen and (max-width: 1300px) {
  .art_list_wrap .objBannerType .banner_obj {
    max-width: 465px;
  }
}
@media only screen and (max-width: 1024px) {
  .art_list_wrap .objBannerType .banner_obj {
    left: 50px;
  }
}
@media only screen and (max-width: 910px) {
  .art_list_wrap .objBannerType .banner_obj {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .art_list_wrap .objBannerType .banner_obj {
    left: 30px;
  }
}
@media only screen and (max-width: 730px) {
  .art_list_wrap .objBannerType .banner_obj {
    max-width: 300px;
  }
}
.art_list_wrap .menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: unset;
}
@media only screen and (max-width: 1550px) {
  .art_list_wrap .menu_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .menu_link {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.art_list_wrap .menu_link .banner_obj {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 850px;
}
@media only screen and (max-width: 1550px) {
  .art_list_wrap .menu_link .banner_obj {
    display: none;
    max-width: 710px;
  }
}
@media only screen and (max-width: 1400px) {
  .art_list_wrap .menu_link .banner_obj {
    max-width: 600px;
  }
}
.art_list_wrap .menu_link .menu_link_cont {
  max-width: initial;
  width: auto;
  margin: 0;
  margin-left: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1750px) {
  .art_list_wrap .menu_link .menu_link_cont {
    margin-left: 52%;
  }
}
@media only screen and (max-width: 1550px) {
  .art_list_wrap .menu_link .menu_link_cont {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .art_list_wrap .menu_link .menu_link_cont {
    max-width: 650px;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .menu_link .menu_link_cont {
    overflow: initial;
    overflow-x: scroll;
    margin-top: 7px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .art_list_wrap .menu_link {
    overflow: visible;
  }
}
.art_list_wrap .list_content {
  background-image: url(../../../dist/assets/img/publicArt/art_list_bg2.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  padding-top: 200px;
  padding-bottom: 280px;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .art_list_wrap .list_content {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 900px) {
  .art_list_wrap .list_content {
    background-image: unset;
    padding-top: 150px;
    background-size: unset;
    background-position: 50% 0;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .list_content {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-x: hidden;
    position: relative;
  }
}
.art_list_wrap .list_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art_list_wrap .list_content ul .art_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
  position: relative;
  z-index: 2 !important;
}
@media only screen and (max-width: 1400px) {
  .art_list_wrap .list_content ul .art_block {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .art_list_wrap .list_content ul .art_block {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .art_list_wrap .list_content ul .art_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .list_content ul .art_block {
    width: 100%;
  }
}
.art_list_wrap .list_content ul .art_block .img_wrap {
  max-width: 660px;
  max-height: 400px;
  overflow: hidden;
  border: solid 10px #fff;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .art_list_wrap .list_content ul .art_block .img_wrap {
    width: 75%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .art_list_wrap .list_content ul .art_block .img_wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .list_content ul .art_block .img_wrap {
    border: solid 4px #fff;
  }
}
.art_list_wrap .list_content ul .art_block .img_wrap img {
  -webkit-transition: 1s;
  transition: 1s;
}
.art_list_wrap .list_content ul .art_block .block_cont {
  max-width: 530px;
  padding: 0 70px;
}
@media only screen and (max-width: 900px) {
  .art_list_wrap .list_content ul .art_block .block_cont {
    max-width: initial;
    width: 85%;
  }
}
@media only screen and (max-width: 800px) {
  .art_list_wrap .list_content ul .art_block .block_cont {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .list_content ul .art_block .block_cont {
    width: 80%;
    padding: 0;
  }
}
.art_list_wrap .list_content ul .art_block .block_cont .year {
  font-size: 20px;
  line-height: 25px;
  font-family: "JaguarJC-Book";
  position: relative;
  padding-bottom: 20px;
}
.art_list_wrap .list_content ul .art_block .block_cont .year::after {
  content: "";
  height: 1px;
  width: 15px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .list_content ul .art_block .block_cont .year {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.art_list_wrap .list_content ul .art_block .block_cont .tit {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 1300px) {
  .art_list_wrap .list_content ul .art_block .block_cont .tit {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .list_content ul .art_block .block_cont .tit {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
.art_list_wrap .list_content ul .art_block .block_cont .cont {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1300px) {
  .art_list_wrap .list_content ul .art_block .block_cont .cont {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
  }
}
.art_list_wrap .list_content ul .art_block .block_cont .locate:before {
  font-family: "icomoon" !important;
  content: "\e948";
  margin-right: 5px;
}
.art_list_wrap .list_content ul .art_block .block_cont .btnDarkT {
  min-width: initial;
}
.art_list_wrap .list_content ul .art_block .block_cont .morebtnType {
  margin-top: 15px;
  margin-left: auto;
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .list_content ul .art_block .block_cont .morebtnType {
    display: none;
  }
}
.art_list_wrap .list_content ul .obj_jumpAni {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.art_list_wrap .list_content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
  .art_list_wrap .list_content ul li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.art_list_wrap .list_content ul li:last-child {
  margin-bottom: 120px;
}
@media only screen and (max-width: 575px) {
  .art_list_wrap .list_content ul li:last-child {
    margin-bottom: 60px;
  }
}
.art_list_wrap .newContainer {
  z-index: 0 !important;
}
.art_list_wrap .obj_01, .art_list_wrap .obj_02, .art_list_wrap .obj_03, .art_list_wrap .obj_04, .art_list_wrap .obj_05, .art_list_wrap .obj_06, .art_list_wrap .obj_07, .art_list_wrap .obj_08 {
  position: absolute;
  top: 0;
  left: -1000px;
  z-index: 0;
}
.art_list_wrap .obj_jumpAni {
  opacity: 1;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media only screen and (max-width: 1500px) {
  .art_list_wrap .obj_01 {
    display: none;
  }
}
.art_list_wrap .obj_04 {
  display: none;
}
@media only screen and (max-width: 900px) {
  .art_list_wrap .obj_04 {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .art_list_wrap .obj_03, .art_list_wrap .obj_05 {
    display: none;
  }
}
.art_list_wrap .obj_01 figure.show {
  -webkit-animation: rotateInLeft 2s both 0.2s;
          animation: rotateInLeft 2s both 0.2s;
}
.art_list_wrap .obj_02 figure.show {
  -webkit-animation: bounce 1.5s both 1.2s ease;
          animation: bounce 1.5s both 1.2s ease;
}
.art_list_wrap .obj_03 figure.show {
  -webkit-animation: rotateInRight 2s both 0.2s;
          animation: rotateInRight 2s both 0.2s;
}
.art_list_wrap .obj_05 figure.show {
  -webkit-animation: rotateInRight 2s both 0.2s;
          animation: rotateInRight 2s both 0.2s;
}
.art_list_wrap .obj_06 figure.show {
  -webkit-animation: rotateIn 2s both 0.2s;
          animation: rotateIn 2s both 0.2s;
}
.art_list_wrap .obj_07 figure.show {
  z-index: 0 !important;
  -webkit-animation: rotateIn 2s both 0.2s;
          animation: rotateIn 2s both 0.2s;
}
.art_list_wrap .obj_08 figure.show {
  -webkit-animation: rotateInRight 2.5s both 0.2s;
          animation: rotateInRight 2.5s both 0.2s;
}
@media screen and (max-width: 900px) {
  .art_list_wrap .obj_02.rwdPosObj_02 {
    width: 30%;
    left: auto !important;
    right: 10vw !important;
  }
  .art_list_wrap .obj_04.rwdPosObj_04 {
    width: 28%;
    left: auto !important;
    right: 10vw !important;
  }
  .art_list_wrap .obj_06.rwdPosObj_06 {
    left: auto !important;
    right: 52% !important;
    -webkit-transform: rotate(-60deg), translateY(-50px);
        -ms-transform: rotate(-60deg), translateY(-50px);
            transform: rotate(-60deg), translateY(-50px);
  }
  .art_list_wrap .obj_07.rwdPosObj_07 {
    left: auto !important;
    right: 38% !important;
    -webkit-transform: rotate(-55deg), translateY(-50px);
        -ms-transform: rotate(-55deg), translateY(-50px);
            transform: rotate(-55deg), translateY(-50px);
  }
  .art_list_wrap .obj_08.rwdPosObj_08 {
    width: 11%;
    right: auto !important;
    left: -17px !important;
    -webkit-transform: rotateY(180deg), translateY(-50px);
            transform: rotateY(180deg), translateY(-50px);
  }
}
@media screen and (max-width: 575px) {
  .art_list_wrap .obj_02.rwdPosObj_02 {
    width: 50%;
    right: -35px !important;
  }
  .art_list_wrap .obj_04.rwdPosObj_04 {
    width: 45%;
    right: -20px !important;
  }
  .art_list_wrap .obj_06.rwdPosObj_06 {
    width: 14%;
    right: 45% !important;
  }
  .art_list_wrap .obj_07.rwdPosObj_07 {
    width: 20%;
    right: 27% !important;
  }
  .art_list_wrap .obj_08.rwdPosObj_08 {
    width: 19%;
    left: -29px !important;
  }
}
@media screen and (max-width: 375px) {
  .art_list_wrap .obj_08.rwdPosObj_08 {
    left: -21px !important;
  }
}

.art_detail_wrap {
  background-image: url(../../../dist/assets/img/publicArt/art_de_bg.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  padding-top: 10px;
  margin-top: 90px;
  padding-bottom: 110px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .art_detail_wrap {
    background-size: contain;
  }
}
@media only screen and (max-width: 900px) {
  .art_detail_wrap {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap {
    padding-bottom: 80px;
    background-position: center 0;
  }
}
.art_detail_wrap.noBannerType .art_content {
  margin-top: 50px;
}
.art_detail_wrap.noBannerType .art_content .anchor_nav {
  padding-top: 100px;
}
.art_detail_wrap .newContainerPage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: -31%;
  pointer-events: none;
}
.art_detail_wrap .breadcrumbBlock {
  padding-top: 40px;
  margin-bottom: 70px;
}
.art_detail_wrap .breadcrumbBlock .breadcrumb {
  margin-top: 20px;
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
@media only screen and (max-width: 1680px) {
  .art_detail_wrap .breadcrumbBlock {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .art_detail_wrap .breadcrumbBlock {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .breadcrumbBlock {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .detail_head_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    overflow: hidden;
  }
}
.art_detail_wrap .detail_head {
  padding-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .detail_head {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .detail_head .title_wrap .description {
    padding-bottom: 20px;
  }
}
.art_detail_wrap .detail_head .social_btn li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .art_detail_wrap .detail_head .social_btn li a:hover {
    color: #fff;
  }
}
.art_detail_wrap .pubArt_swiper {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .pubArt_swiper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .pubArt_swiper .swiper-container .swiper-slide {
    padding: 0 20px;
  }
}
.art_detail_wrap .pubArt_swiper .swiper-container .img_wrap {
  max-width: 800px;
  max-height: 445px;
}
@media only screen and (max-width: 900px) {
  .art_detail_wrap .pubArt_swiper .swiper-container .img_wrap {
    max-height: 385px;
  }
}
@media only screen and (max-width: 768px) {
  .art_detail_wrap .pubArt_swiper .swiper-container .img_wrap {
    max-height: 384px;
  }
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .pubArt_swiper .swiper-container .img_wrap {
    max-height: 208px;
  }
}
@media only screen and (max-width: 360px) {
  .art_detail_wrap .pubArt_swiper .swiper-container .img_wrap {
    max-height: 200px;
  }
}
@media only screen and (max-width: 320px) {
  .art_detail_wrap .pubArt_swiper .swiper-container .img_wrap {
    max-height: 176px;
  }
}
.art_detail_wrap .pubArt_swiper .pubArt_left, .art_detail_wrap .pubArt_swiper .pubArt_right {
  width: 50px;
  height: 50px;
  background-color: #fff6e5;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 45%;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}
.art_detail_wrap .pubArt_swiper .pubArt_left::after, .art_detail_wrap .pubArt_swiper .pubArt_right::after {
  font-family: "icomoon" !important;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .art_detail_wrap .pubArt_swiper .pubArt_left, .art_detail_wrap .pubArt_swiper .pubArt_right {
    display: none;
  }
}
.art_detail_wrap .pubArt_swiper .pubArt_left {
  left: -25px;
}
.art_detail_wrap .pubArt_swiper .pubArt_left::after {
  content: "\e906";
  left: 16px;
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .pubArt_swiper .pubArt_left {
    left: -30px;
  }
  .art_detail_wrap .pubArt_swiper .pubArt_left::after {
    left: 28px;
  }
}
.art_detail_wrap .pubArt_swiper .pubArt_right {
  right: -25px;
}
.art_detail_wrap .pubArt_swiper .pubArt_right::after {
  content: "\e907";
  right: 16px;
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .pubArt_swiper .pubArt_right {
    right: -30px;
  }
  .art_detail_wrap .pubArt_swiper .pubArt_right::after {
    right: 28px;
  }
}
.art_detail_wrap .pubArt_swiper .swiper-container p {
  margin-top: 0px;
  padding-top: 10px;
  min-height: 35px;
  text-align: center;
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .pubArt_swiper .swiper-container p {
    min-height: 48px;
    padding: 0 15px;
  }
}
.art_detail_wrap .swiper-pagination {
  margin-top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .swiper-pagination {
    margin-top: 10px;
  }
}
.art_detail_wrap .art_content {
  background-color: #fff;
  margin-top: -100px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .art_content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .art_content .articleType {
    width: 90%;
  }
}
.art_detail_wrap .art_content .anchor_nav {
  padding-top: 245px;
}
@media only screen and (max-width: 900px) {
  .art_detail_wrap .art_content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .art_content {
    margin-top: 0;
  }
  .art_detail_wrap .art_content .anchor_nav {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .art_detail_wrap .art_content .zone1 {
    width: 85%;
  }
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap ._articlecover article {
    margin-bottom: 10px;
  }
  .art_detail_wrap ._articlecover article ._imgcoverOut {
    padding-top: 10px;
  }
}
.art_detail_wrap .bookSwiper_container {
  padding: 0 25px;
  margin: 0;
}
.art_detail_wrap .bookSwiper_container .arrow_block {
  right: 2%;
}
@media only screen and (max-width: 1100px) {
  .art_detail_wrap .bookSwiper_container .book__description {
    padding-left: 50px;
    padding-right: 80px;
  }
  .art_detail_wrap .bookSwiper_container .arrow_block {
    right: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .art_detail_wrap .bookSwiper_container {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .art_detail_wrap .bookSwiper_container .book__description {
    padding: 0 20px;
  }
  .art_detail_wrap .bookSwiper_container .arrow_block {
    right: 8.5%;
  }
}
@media only screen and (max-width: 767px) {
  .art_detail_wrap .bookSwiper_container {
    width: 85%;
  }
  .art_detail_wrap .bookSwiper_container .book__description {
    padding: 0;
  }
  .art_detail_wrap .bookSwiper_container .arrow_block {
    right: 0;
    top: 24%;
  }
}
.art_detail_wrap .bookSwiper_container .btnDarkT {
  min-width: unset;
}
.art_detail_wrap .bookSwiper_container .morebtnType::after {
  font-family: "MyriadPro-Regular";
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .staff_wrap {
    margin-top: 50px;
  }
}
.art_detail_wrap .staff_item {
  padding-left: 10px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .art_detail_wrap .staff_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .art_detail_wrap .staff_item .staff_tit {
    margin-bottom: 5px;
    width: 90px;
  }
}
.art_detail_wrap .obj.show {
  -webkit-animation: objUp 1.5s both 0.5s;
          animation: objUp 1.5s both 0.5s;
}
.art_detail_wrap .hat_01, .art_detail_wrap .hat_02, .art_detail_wrap .hat_03, .art_detail_wrap .hat_04, .art_detail_wrap .hat_05, .art_detail_wrap .hat_06 {
  position: absolute;
  left: -1000px;
  top: 0;
}
.art_detail_wrap .obj figure {
  opacity: 0;
}
.art_detail_wrap .hat_01 figure.show {
  -webkit-animation: rotateInRight 2s both 0.2s;
          animation: rotateInRight 2s both 0.2s;
}
.art_detail_wrap .hat_02 figure.show {
  -webkit-animation: rotateInLeft 2.5s both 0.2s;
          animation: rotateInLeft 2.5s both 0.2s;
}
.art_detail_wrap .hat_03 figure.show {
  -webkit-animation: rotateIn2 3s both 0.2s;
          animation: rotateIn2 3s both 0.2s;
}
.art_detail_wrap .hat_04 figure.show {
  -webkit-animation: rotateIn 2.3s both 0.2s;
          animation: rotateIn 2.3s both 0.2s;
}
.art_detail_wrap .hat_05 figure.show {
  -webkit-animation: rotateIn2 2s both 0.2s;
          animation: rotateIn2 2s both 0.2s;
}
.art_detail_wrap .hat_06 figure.show {
  -webkit-animation: rotateIn 2.5s both 0.2s;
          animation: rotateIn 2.5s both 0.2s;
}

.newContainerPage .hat_01, .newContainerPage .hat_02, .newContainerPage .hat_03, .newContainerPage .hat_04, .newContainerPage .hat_05, .newContainerPage .hat_06 {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .newContainerPage .hat_01, .newContainerPage .hat_02, .newContainerPage .hat_03, .newContainerPage .hat_04, .newContainerPage .hat_05, .newContainerPage .hat_06 {
    display: none;
  }
}
.newContainerPage .hat_01 {
  max-width: 5.3645833333vw;
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .hat_01 {
    right: 2vw !important;
  }
}
@media only screen and (max-width: 768px) {
  .newContainerPage .hat_01 {
    display: none;
  }
}
.newContainerPage .hat_02 {
  max-width: 6.25vw;
}
@media only screen and (max-width: 1050px) {
  .newContainerPage .hat_02 {
    display: none;
  }
}
.newContainerPage .hat_03 {
  max-width: 5.9375vw;
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .hat_03 {
    right: 5vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .hat_03 {
    right: 2vw !important;
  }
}
.newContainerPage .hat_04 {
  max-width: 5.46875vw;
}
@media only screen and (max-width: 1550px) {
  .newContainerPage .hat_04 {
    left: 1vw !important;
  }
}
.newContainerPage .hat_05 {
  max-width: 5.46875vw;
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .hat_05 {
    right: 2vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .hat_05 {
    right: 0 !important;
  }
}
.newContainerPage .hat_06 {
  max-width: 4.6875vw;
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .hat_06 {
    left: 0 !important;
  }
}

.charity_list {
  overflow-y: hidden;
  position: fixed;
}
.charity_list.init {
  overflow-y: scroll !important;
  position: static;
}
.charity_list .banner_girl, .charity_list .cont_girl {
  position: absolute;
  bottom: 1%;
  left: 10.5%;
  width: 100%;
  max-width: 14.5833333333vw;
}
@media only screen and (max-width: 1440px) {
  .charity_list .banner_girl, .charity_list .cont_girl {
    left: 11.5%;
    max-width: 16.6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list .banner_girl, .charity_list .cont_girl {
    max-width: 27.6vw;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .charity_list .banner_girl, .charity_list .cont_girl {
    max-width: 23.6vw;
  }
}
.charity_list .banner_rabbit, .charity_list .cont_rabbit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 38.3333333333vw;
}
@media only screen and (max-width: 1440px) {
  .charity_list .banner_rabbit, .charity_list .cont_rabbit {
    max-width: 41.3vw;
    right: -1.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list .banner_rabbit, .charity_list .cont_rabbit {
    max-width: 62.3vw;
    right: -14%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .charity_list .banner_rabbit, .charity_list .cont_rabbit {
    max-width: 57.3vw;
  }
}
.charity_list .banner_grass, .charity_list .cont_grass {
  position: absolute;
  bottom: -2%;
  left: 0;
  width: 100%;
  max-width: 35.3645833333vw;
}
@media only screen and (max-width: 1440px) {
  .charity_list .banner_grass, .charity_list .cont_grass {
    max-width: 39.36vw;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .charity_list .banner_grass, .charity_list .cont_grass {
    bottom: -3%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list .banner_grass, .charity_list .cont_grass {
    max-width: 55.36vw;
    left: -6%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .charity_list .banner_grass, .charity_list .cont_grass {
    max-width: 51.36vw;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list .banner_grass, .charity_list .cont_grass {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list .banner_rabbit, .charity_list .banner_grass {
    display: none;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .charity_list .banner_rabbit, .charity_list .banner_grass {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list .banner_grass {
    display: none;
  }
}
.charity_list .cont_grass {
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .charity_list .cont_girl, .charity_list .cont_rabbit {
    display: none;
  }
}
.charity_list .cont_girl {
  z-index: 1;
}
.charity_list .banner_girl {
  z-index: 3;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .charity_list .banner_girl {
    max-width: 40.6vw;
    left: 4.5%;
    bottom: 6%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .charity_list .banner_girl {
    max-width: 22.6vw;
    bottom: 4%;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list .banner_girl {
    max-width: 40.6vw;
    left: 4.5%;
    bottom: 6%;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list .banner_girl {
    max-width: 55.6vw;
    left: -0.5%;
    bottom: 3%;
    z-index: 1;
  }
}
.charity_list .banner_girl.show {
  -webkit-animation: leftIn 1.8s both 0.5s;
          animation: leftIn 1.8s both 0.5s;
}
@media only screen and (max-width: 575px) {
  .charity_list .banner_rabbit {
    display: block;
    max-width: none;
    width: 161%;
    right: -47%;
    bottom: 0px;
  }
}

.charity_list_wrap {
  position: relative;
  width: 100vw;
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .banner_full picture img {
    width: auto;
    height: 100vh;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .banner_full picture img {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .banner_full picture img {
    height: 100vh;
  }
}
.charity_list_wrap .banner_full .el_banner_container {
  top: 100px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .banner_full .el_banner_container {
    top: 0;
  }
}
.charity_list_wrap .banner_full .el_banner_container .objBlock {
  position: relative;
}
.charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
  width: 50%;
  top: 45%;
  right: 50%;
  -webkit-transform: translate(50%, -45%);
      -ms-transform: translate(50%, -45%);
          transform: translate(50%, -45%);
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    top: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block {
    width: 100%;
    height: 100%;
  }
}
.charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  float: none;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
  }
}
.charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
  max-width: 465px;
  width: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
  background-color: #fff;
  color: #000;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}
.charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn a {
  width: 100%;
  height: 100%;
  margin-top: 26%;
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn a {
    margin-top: 22%;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn a {
    margin-top: 26%;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn a::after {
    right: 25px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn a {
    margin-top: 20%;
  }
}
.charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn:hover {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn:hover:before, .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn:hover::after {
  background-color: #fff;
}
.charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .charity_scrollbtn {
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .charity_scrollbtn {
    margin-top: unset;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .charity_scrollbtn {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.charity_list_wrap .charity_list_banner {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../dist/assets/img/charity/charity_banner.jpg);
  background-size: cover;
}
@media only screen and (max-width: 1800px) {
  .charity_list_wrap .charity_list_banner {
    background-position: center;
  }
}
@media only screen and (max-width: 1600px) {
  .charity_list_wrap .charity_list_banner {
    background-size: cover;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_banner {
    background-image: url(../../../dist/assets/img/charity/charity_banner_pad2.jpg);
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .charity_list_wrap .charity_list_banner {
    background-image: url(../../../dist/assets/img/charity/charity_banner.jpg);
    background-position: center 95%;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_banner {
    background-image: url(../../../dist/assets/img/charity/charity_banner_mobile.jpg);
  }
}
.charity_list_wrap .charity_list_cont {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s 0.8s;
  transition: 0.7s 0.8s;
  background-image: url(../../../dist/assets/img/charity/charity_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1800px) {
  .charity_list_wrap .charity_list_cont {
    background-position: center;
  }
}
@media only screen and (max-width: 1600px) {
  .charity_list_wrap .charity_list_cont {
    background-size: cover;
  }
}
@media only screen and (max-width: 1400px) {
  .charity_list_wrap .charity_list_cont {
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont {
    background-image: url(../../../dist/assets/img/charity/bg_pad.jpg);
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont {
    background-image: url(../../../dist/assets/img/charity/charity_bg_mobile.jpg);
  }
}
@media only screen and (max-width: 360px) {
  .charity_list_wrap .charity_list_cont {
    height: 120vh;
  }
}
.charity_list_wrap .charity_list_cont.open {
  visibility: visible;
  opacity: 1;
}
.charity_list_wrap .charity_list_cont .cha_wrap {
  width: 100%;
  margin-top: 17.6vh;
  z-index: 4;
  position: relative;
}
@media only screen and (max-width: 1680px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    margin-top: 22.6vh;
  }
}
@media only screen and (max-width: 1550px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    margin-top: 18.6vh;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    margin-top: 17.6vh;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    margin-top: 15.6vh;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    margin-top: 27.6vh;
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    margin-top: 20.6vh;
  }
}
@media only screen and (max-device-width: 1280px) and (max-device-height: 900px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    margin-top: 18.6vh;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    z-index: 1;
    margin-top: 12.6vh;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    margin-top: 30%;
  }
}
@media only screen and (max-width: 360px) {
  .charity_list_wrap .charity_list_cont .cha_wrap {
    margin-top: 30%;
  }
}
.charity_list_wrap .charity_list_cont .menu_link {
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (min-width: 1921px) {
  .charity_list_wrap .charity_list_cont .menu_link {
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .menu_link .menu_link_cont {
    padding-bottom: 0;
  }
}
.charity_list_wrap .charity_list_cont .menu_link .menu_link_cont li::after {
  content: "";
  background-color: #999999;
}
.charity_list_wrap .charity_list_cont .menu_link .menu_link_cont li a {
  color: #666666;
}
.charity_list_wrap .charity_list_cont .menu_link .menu_link_cont li a:hover, .charity_list_wrap .charity_list_cont .menu_link .menu_link_cont li a.active {
  color: #000000;
}
.charity_list_wrap .charity_list_cont .menu_link .menu_link_cont li:last-child:after {
  content: "";
  width: 0;
}
@media only screen and (max-width: 1366px) {
  .charity_list_wrap .charity_list_cont .menu_link {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .menu_link {
    margin-bottom: 0;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .menu_link .menu_link_cont {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .menu_link {
    margin-bottom: 20px;
    margin-top: -10px;
    height: 40px;
  }
  .charity_list_wrap .charity_list_cont .menu_link .menu_link_cont {
    padding-bottom: 20px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .charity_list_wrap .charity_list_cont .menu_link {
    margin-top: 0;
  }
}
@media only screen and (max-width: 375px) {
  .charity_list_wrap .charity_list_cont .menu_link .menu_link_cont {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 360px) {
  .charity_list_wrap .charity_list_cont .menu_link {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .charity_list_wrap .charity_list_cont .menu_link {
    margin-top: 100px;
  }
}
.charity_list_wrap .charity_list_cont .charity_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1366px) {
  .charity_list_wrap .charity_list_cont .charity_content {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content {
    margin-bottom: 150px;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .charity_list_wrap .charity_list_cont .charity_content {
    margin-bottom: 0px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .charity_list_wrap .charity_list_cont .charity_content {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .charity_list_wrap .charity_list_cont .charity_content {
    margin-bottom: -30px;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container {
  width: 75%;
  margin: unset;
  overflow: unset;
}
@media only screen and (min-width: 1921px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container {
    width: 60%;
  }
}
@media only screen and (max-width: 1800px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container {
    width: 77%;
  }
}
@media only screen and (max-width: 1600px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container {
    width: 75%;
  }
}
@media only screen and (max-width: 1500px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container {
    width: 80%;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container {
    width: 100%;
    max-width: unset;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .swiper-slide {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
  max-width: 670px;
  height: 460px;
  position: absolute;
  top: -25%;
  left: 100px;
  z-index: 1;
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap img {
  border-radius: 10px;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1800px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    left: 83px;
  }
}
@media only screen and (max-width: 1770px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    left: 81px;
  }
}
@media only screen and (max-width: 1750px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    left: 78px;
  }
}
@media only screen and (max-width: 1600px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    max-width: 600px;
    top: -20%;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    max-width: 550px;
    left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    max-width: 500px;
    left: 30px;
    top: -15%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    max-width: 480px;
    left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    position: initial;
    height: unset;
    max-width: 460px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    max-width: 310px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    max-width: 280px;
  }
}
@media only screen and (max-width: 360px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    max-width: 290px;
  }
}
@media only screen and (max-width: 320px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .img_wrap {
    max-width: 220px;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
  max-width: 1000px;
  height: 420px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 8.7px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 8.7px 40px 0 rgba(0, 0, 0, 0.3);
  margin: 100px 50px 50px 310px;
}
@media only screen and (max-width: 1800px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    margin-right: 110px;
    margin-left: 320px;
  }
}
@media only screen and (max-width: 1770px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    margin-right: 90px;
    margin-left: 242px;
  }
}
@media only screen and (max-width: 1750px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    margin-left: 243px;
  }
}
@media only screen and (max-width: 1600px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    margin-top: 90px;
    margin-left: 240px;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    height: 390px;
    margin: 100px 80px 50px 160px;
  }
}
@media only screen and (max-width: 1300px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    width: 82%;
    margin-left: 175px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    width: 79%;
    margin: 100px 50px 50px 170px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    width: 80%;
    margin: 80px 50px 50px 130px;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    width: 77%;
    margin: 100px 50px 50px 180px;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    width: 67%;
    margin: 0;
    margin-top: -115px;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    max-width: 350px;
    width: 100%;
    margin-top: -23%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    width: 90%;
    margin-top: -28%;
  }
}
@media only screen and (max-width: 360px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg {
    width: 90%;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
  width: 54%;
  margin-left: auto;
  padding: 130px 60px 0 60px;
}
@media only screen and (max-width: 1750px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    padding-top: 110px;
    padding-left: 120px;
  }
}
@media only screen and (max-width: 1650px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    padding-top: 100px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1600px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1500px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    padding-top: 80px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    padding: 60px 40px 50px 60px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-device-height: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    min-width: 440px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    min-width: 400px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    padding: 150px 40px 0 40px;
    width: 80%;
    margin: 0 auto;
    min-width: unset;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    width: 95%;
    padding: 130px 0 20px 0;
  }
}
@media only screen and (max-width: 320px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap {
    padding-top: 110px;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .category .year {
  font-size: 20px;
  line-height: 25px;
  padding-right: 10px;
  position: relative;
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .category .year::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #999999;
  position: absolute;
  right: 0;
  top: 5px;
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .category .sec_tit {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  margin-left: 10px;
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .tit {
  font-weight: bold;
  padding: 0 20px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.72px;
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .cont {
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .cont {
    font-size: 14px;
    letter-spacing: 0.56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 375px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .cont {
    margin-bottom: 20px;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .cha_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 120px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .cha_btn {
    height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .cha_btn {
    min-width: 110px;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .cha_btn:last-child {
  margin-left: 7px;
}
@media only screen and (max-width: 320px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .cha_btn:last-child {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .cont_bg .cont_wrap .btn_wrap {
    z-index: 1;
    text-align: center;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .swiper-slide-prev, .charity_list_wrap .charity_list_cont .charity_content .swiper-container .swiper-slide-next {
  opacity: 0.3;
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .swiper-slide-prev {
    padding-right: 0;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .swiper-slide-next {
  padding-left: 10px;
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .swiper-slide-next {
    padding-left: 0;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont {
  position: relative;
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_01, .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_02, .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_03 {
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_01, .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_02, .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_03 {
    display: none;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_01 {
  top: -17.5%;
  right: 9.3%;
  max-width: 5.9895833333vw;
}
@media only screen and (max-width: 1680px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_01 {
    top: -18.5%;
    max-width: 7vw;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_01 {
    top: -19.5%;
    max-width: 8vw;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_01 {
    top: -18.5%;
    max-width: 10vw;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_02 {
  top: -20.5%;
  right: 9%;
  max-width: 11.71875vw;
}
@media only screen and (max-width: 1680px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_02 {
    top: -19.5%;
    max-width: 12.7vw;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_02 {
    top: -19.5%;
    max-width: 13.7vw;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_02 {
    top: -18.5%;
    right: 8%;
    max-width: 17.4vw;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_03 {
  top: -21%;
  right: 11.5%;
  max-width: 15.0520833333vw;
}
@media only screen and (max-width: 1680px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_03 {
    top: -20%;
    max-width: 16vw;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_03 {
    top: -20%;
    max-width: 17vw;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont .obj_03 {
    top: -18%;
    right: 8.5%;
    max-width: 22vw;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .swiper-container .slide_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 50px;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .cha_disabled {
  visibility: hidden;
  display: block !important;
}
.charity_list_wrap .charity_list_cont .charity_content .cha_left, .charity_list_wrap .charity_list_cont .charity_content .cha_right {
  font-family: "MyriadPro-Regular";
  font-size: 30px;
  line-height: 25px;
  letter-spacing: 1.2px;
  width: 15%;
  position: relative;
  margin-top: 4%;
  cursor: pointer;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left, .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left, .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    width: 25px;
    height: 50px;
    background-color: #eee;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left, .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    font-size: 1.5625rem;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .cha_left::after, .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
  font-family: "JaguarJC-Book";
  position: absolute;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left::after, .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .cha_left:before, .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
  content: "";
  width: 150px;
  height: 1px;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  top: 40%;
}
@media only screen and (max-width: 1800px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before, .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    width: 130px;
  }
}
@media only screen and (max-width: 1700px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before, .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    width: 120px;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before, .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    width: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before, .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    width: 85px;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before, .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    width: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before, .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    display: none;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .cha_left {
  text-align: right;
  z-index: 2;
  right: 3%;
}
.charity_list_wrap .charity_list_cont .charity_content .cha_left::after {
  content: "prev";
  top: -30px;
  right: -25%;
}
@media only screen and (max-width: 1700px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left::after {
    right: -31%;
  }
}
@media only screen and (max-width: 1500px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left::after {
    right: -35%;
  }
}
@media only screen and (max-width: 1366px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left::after {
    right: -44%;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left::after {
    right: -30%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left::after {
    font-family: "icomoon" !important;
    content: "\e906";
    top: -10px;
    left: 0;
    right: initial;
    font-size: 1.125rem;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .cha_left:before {
  right: -65.8%;
}
@media only screen and (max-width: 1680px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before {
    right: -66.4%;
  }
}
@media only screen and (max-width: 1650px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before {
    left: 103.5%;
  }
}
@media only screen and (max-width: 1366px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before {
    left: 100.5%;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before {
    left: 86%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before {
    left: 89%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left:before {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left {
    right: 6%;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left {
    padding-right: 20px;
    right: 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left {
    padding-right: 0;
    right: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left {
    padding: 0;
    margin: 0;
    position: absolute;
    right: unset;
    border-radius: 0 50px 50px 0;
    top: 58%;
    left: 0;
  }
  .charity_list_wrap .charity_list_cont .charity_content .cha_left::after {
    top: 3px;
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left::after {
    top: 3px;
    right: 18%;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .cha_right {
  left: 1.5%;
  z-index: 2;
}
.charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
  content: "next";
  top: 2px;
  left: -19%;
  cursor: pointer;
}
@media only screen and (max-width: 1800px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    left: -26%;
  }
}
@media only screen and (max-width: 1750px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    left: -24%;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    left: -40%;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    left: -24%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    left: -32%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    font-family: "icomoon" !important;
    content: "\e907";
    top: -10px;
    right: 0;
    left: initial;
    font-size: 1.125rem;
  }
}
.charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
  left: -66%;
}
@media only screen and (max-width: 1700px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    left: -59%;
  }
}
@media only screen and (max-width: 1600px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    left: -56%;
  }
}
@media only screen and (max-width: 1500px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    left: -74%;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    left: -70%;
  }
}
@media only screen and (max-width: 1366px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    left: -73%;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    z-index: 0;
    left: -48%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    left: -45%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right:before {
    display: none;
  }
}
@media only screen and (max-width: 1700px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    padding-left: 13px;
  }
}
@media only screen and (max-width: 1600px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    padding-left: 17px;
  }
}
@media only screen and (max-width: 1440px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    padding-left: 29px;
    left: 3.5%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    left: 1.5%;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    left: 1.5%;
    padding-left: 50px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    padding: 0;
    margin: 0;
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    padding: 0;
    margin: 0;
    position: absolute;
    left: auto;
    border-radius: 50px 0 0 50px;
    top: 58%;
    right: 0;
  }
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    top: 3px;
    right: auto;
    left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    top: 3px;
    left: 18%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left {
    right: 4.1vw;
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 1280px), only screen and (-ms-high-contrast: none) and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_left {
    right: 3vw;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    left: 6.2vw;
  }
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    left: -24%;
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 1280px), only screen and (-ms-high-contrast: none) and (max-width: 1280px) {
  .charity_list_wrap .charity_list_cont .charity_content .cha_right {
    left: 0.8vw;
  }
  .charity_list_wrap .charity_list_cont .charity_content .cha_right::after {
    left: -15%;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_list_wrap .charity_list_cont .charity_content .cloneBtnWrap {
    margin-bottom: 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;
  }
}
@media only screen and (max-width: 575px) {
  .charity_list_wrap .charity_list_cont .charity_content .cloneBtnWrap {
    margin-top: -15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 375px) {
  .charity_list_wrap .charity_list_cont .charity_content .cloneBtnWrap {
    margin-top: -25px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .charity_list_wrap .charity_list_cont .charity_content .cloneBtnWrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 360px) {
  .charity_list_wrap .charity_list_cont .charity_content .cloneBtnWrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .charity_list_wrap .charity_list_cont .charity_content .cloneBtnWrap {
    margin-top: -30px;
    z-index: 1;
  }
}
.charity_list_wrap .obj_wrap .obj_01, .charity_list_wrap .obj_wrap .obj_02, .charity_list_wrap .obj_wrap .obj_03 {
  position: absolute;
  top: 0;
  left: -1000px;
}
@media only screen and (max-width: 900px) {
  .charity_list_wrap .obj_wrap .obj_01, .charity_list_wrap .obj_wrap .obj_02, .charity_list_wrap .obj_wrap .obj_03 {
    display: none;
  }
}

.charity_detail_wrap {
  width: 100%;
  padding-top: 90px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap {
    padding-top: 0;
  }
}
.charity_detail_wrap .banner {
  background-image: url("../../../dist/assets/img/charity/cha_de_banner02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 169px;
}
@media only screen and (min-width: 1921px) {
  .charity_detail_wrap .banner {
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 1880px) {
  .charity_detail_wrap .banner {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .banner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .banner {
    padding-bottom: 90px;
    background-position: bottom;
  }
}
.charity_detail_wrap .banner .breadcrumb {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .banner .breadcrumb {
    margin-top: 10px;
  }
}
.charity_detail_wrap .banner .breadcrumb .backBtn {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.charity_detail_wrap .banner .detail_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 85px;
}
@media only screen and (max-width: 1280px) {
  .charity_detail_wrap .banner .detail_head {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .charity_detail_wrap .banner .detail_head {
    width: 70%;
  }
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .banner .detail_head {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .banner .detail_head {
    width: 90%;
    margin-top: 48px;
  }
}
.charity_detail_wrap .banner .detail_head .title_wrap {
  width: 60%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .banner .detail_head .title_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .banner .detail_head .title_wrap {
    margin-bottom: 0;
  }
  .charity_detail_wrap .banner .detail_head .title_wrap .title {
    text-align: center;
  }
  .charity_detail_wrap .banner .detail_head .title_wrap .description {
    padding-bottom: 20px;
  }
}
.charity_detail_wrap .banner .detail_head .social_btn {
  width: 40%;
}
.charity_detail_wrap .banner .detail_head .social_btn li {
  margin-right: 35px;
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .banner .detail_head .social_btn {
    width: 100%;
  }
  .charity_detail_wrap .banner .detail_head .social_btn li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .banner .detail_head .social_btn li {
    margin-right: 15px;
  }
}
.charity_detail_wrap .banner .detail_head .item_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #cccccc;
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .banner .detail_head .item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.charity_detail_wrap .banner .detail_head .item_wrap li {
  width: 33.3%;
  font-size: 14px;
  line-height: 24px;
  border-right: solid 1px #cccccc;
  margin-top: 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .charity_detail_wrap .banner .detail_head .item_wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .banner .detail_head .item_wrap li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.charity_detail_wrap .banner .detail_head .item_wrap li .item {
  font-weight: bold;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .banner .detail_head .item_wrap li .item {
    display: inline-block;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .banner .detail_head .item_wrap li {
    width: 100%;
    border: 0;
    margin-top: 0;
  }
}
.charity_detail_wrap .banner .detail_head .item_wrap li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .banner .detail_head .item_wrap li:first-child {
    margin-top: 10px;
  }
}
.charity_detail_wrap .cha_bg {
  background-image: url("../../../dist/assets/img/charity/cha_de_bg.jpg");
  background-repeat: repeat-y;
  padding-bottom: 110px;
}
@media only screen and (min-width: 1921px) {
  .charity_detail_wrap .cha_bg {
    background-size: cover;
  }
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .cha_bg {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .cha_bg {
    padding-bottom: 80px;
  }
}
.charity_detail_wrap .art_content {
  -webkit-box-shadow: 3.9px 4.6px 54px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 3.9px 4.6px 54px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: relative;
  padding-bottom: 40px;
  margin-top: -134px;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .art_content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .art_content {
    padding-bottom: 190px;
  }
}
@media only screen and (max-width: 320px) {
  .charity_detail_wrap .art_content {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .art_content .articleType {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .art_content .articleType {
    width: 85%;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .art_content .unit_wrap {
    padding-top: 50px;
  }
}
.charity_detail_wrap .art_content .title_unit {
  padding-top: 105px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .art_content .title_unit {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .charity_detail_wrap .art_content .activity {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .art_content .activity {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .charity_detail_wrap .art_content .activity .unit_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.charity_detail_wrap .art_content .activity .activity_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charity_detail_wrap .art_content .activity .activity_txt .text {
  max-width: 655px;
  width: 90%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.6px;
}
.charity_detail_wrap .art_content .activity .activity_txt .btnDark {
  min-width: 120px;
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .art_content .activity .activity_txt .btnDark {
    height: 35px;
  }
}
.charity_detail_wrap .art_content .cont_obj .people_obj, .charity_detail_wrap .art_content .cont_obj .rainbow_obj {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .art_content .cont_obj .people_obj, .charity_detail_wrap .art_content .cont_obj .rainbow_obj {
    display: none;
  }
}
.charity_detail_wrap .art_content .cont_obj .people_obj {
  top: -4%;
  left: 3%;
  -webkit-animation: peopleScale 1.5s both ease;
          animation: peopleScale 1.5s both ease;
}
@media only screen and (max-width: 1200px) {
  .charity_detail_wrap .art_content .cont_obj .people_obj {
    width: 20%;
    top: -3.5%;
  }
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .art_content .cont_obj .people_obj {
    width: 29%;
  }
}
.charity_detail_wrap .art_content .cont_obj .rainbow_obj {
  top: -15.5%;
  right: -19%;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: rainbowRight 2s ease-in-out;
          animation: rainbowRight 2s ease-in-out;
}
@media only screen and (max-width: 1650px) {
  .charity_detail_wrap .art_content .cont_obj .rainbow_obj {
    width: 43%;
    right: -9%;
  }
}
@media only screen and (max-width: 1600px) {
  .charity_detail_wrap .art_content .cont_obj .rainbow_obj {
    top: -12.5%;
  }
}
@media only screen and (max-width: 1366px) {
  .charity_detail_wrap .art_content .cont_obj .rainbow_obj {
    right: -10%;
    top: -11%;
  }
}
@media only screen and (max-width: 1200px) {
  .charity_detail_wrap .art_content .cont_obj .rainbow_obj {
    top: -9%;
  }
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .art_content .cont_obj .rainbow_obj {
    width: 51%;
    top: -8.4%;
    right: -4%;
  }
}
.charity_detail_wrap .art_content .cont_obj .bottom_people_mobile {
  position: absolute;
  display: none;
  width: 100%;
  -webkit-animation: objUp 1.2s forwards ease-in-out;
          animation: objUp 1.2s forwards ease-in-out;
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .art_content .cont_obj .bottom_people_mobile {
    display: block;
    bottom: 3.5%;
    left: 0;
  }
}
.charity_detail_wrap .art_content .bottom_obj {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .art_content .bottom_obj {
    display: none;
  }
}
.charity_detail_wrap .art_content .bottom_obj .bottom_people, .charity_detail_wrap .art_content .bottom_obj .bottom_people02 {
  position: absolute;
  z-index: 1;
}
.charity_detail_wrap .art_content .bottom_obj .bottom_people {
  bottom: 2.5%;
  left: 0;
  opacity: 0;
}
.charity_detail_wrap .art_content .bottom_obj .bottom_people.show {
  -webkit-animation: fadeInLeft 1.2s forwards ease-in-out;
          animation: fadeInLeft 1.2s forwards ease-in-out;
}
.charity_detail_wrap .art_content .bottom_obj .bottom_people02 {
  bottom: 2.5%;
  right: 0;
  opacity: 0;
}
.charity_detail_wrap .art_content .bottom_obj .bottom_people02.show {
  -webkit-animation: fadeInRight 1.2s forwards ease-in-out;
          animation: fadeInRight 1.2s forwards ease-in-out;
}
@media only screen and (max-width: 1366px) {
  .charity_detail_wrap .art_content .bottom_obj .bottom_people, .charity_detail_wrap .art_content .bottom_obj .bottom_people02 {
    width: 38%;
  }
}
@media only screen and (max-width: 900px) {
  .charity_detail_wrap .art_content .bottom_obj .bottom_people, .charity_detail_wrap .art_content .bottom_obj .bottom_people02 {
    width: 45%;
  }
}
.charity_detail_wrap .messageBoard {
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .charity_detail_wrap .messageBoard__tit {
    width: 90%;
    margin: 0 auto 35px auto;
  }
}
.charity_detail_wrap .obj_wrap .obj_01, .charity_detail_wrap .obj_wrap .obj_02 {
  position: absolute;
  left: -2000px;
  top: 0;
}
@media only screen and (max-width: 1280px) {
  .charity_detail_wrap .obj_wrap .obj_01, .charity_detail_wrap .obj_wrap .obj_02 {
    display: none;
  }
}
.charity_detail_wrap .obj_wrap .obj_01.show .rainbow1 {
  -webkit-animation: rainbowLeft 2s ease-in-out forwards;
          animation: rainbowLeft 2s ease-in-out forwards;
}
.charity_detail_wrap .obj_wrap .obj_01.show .people1 {
  -webkit-animation: peopleShow 3s 1.5s forwards;
          animation: peopleShow 3s 1.5s forwards;
}
.charity_detail_wrap .obj_wrap .obj_01.show .people1 img {
  -webkit-animation: cloudpeople 5s alternate infinite ease-in-out;
          animation: cloudpeople 5s alternate infinite ease-in-out;
}
.charity_detail_wrap .obj_wrap .obj_02.show .rainbow2 {
  -webkit-animation: rainbowRight2 2s ease-in-out forwards;
          animation: rainbowRight2 2s ease-in-out forwards;
}
.charity_detail_wrap .obj_wrap .obj_02.show .people2 {
  -webkit-animation: peopleShow 3s 1.5s forwards;
          animation: peopleShow 3s 1.5s forwards;
}
.charity_detail_wrap .obj_wrap .obj_02.show .people2 img {
  -webkit-animation: cloudpeople2 5s 1.5s alternate infinite ease-in-out;
          animation: cloudpeople2 5s 1.5s alternate infinite ease-in-out;
}
.charity_detail_wrap .obj_wrap .rainbow1 {
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
.charity_detail_wrap .obj_wrap .people1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 21%;
  top: 55%;
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.charity_detail_wrap .obj_wrap .rainbow2 {
  position: relative;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.charity_detail_wrap .obj_wrap .people2 {
  position: absolute;
  right: 0;
  top: -10%;
  opacity: 0;
}

.charity_activity {
  position: relative;
  overflow-y: scroll;
}

.act_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .act_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.act_wrap .close_wrap {
  position: fixed;
  left: 50%;
  top: 80px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .act_wrap .close_wrap {
    position: absolute;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .close_wrap {
    top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .act_wrap .close_wrap {
    top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .close_wrap .backBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .close_wrap .backBtn {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.act_wrap .close_wrap .backBtn a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.act_wrap .close_wrap .backBtn:hover a {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.act_wrap .activity_left {
  background-image: url(../../../dist/assets/img/charity/cha_de2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  overflow: hidden;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .act_wrap .activity_left {
    position: relative;
    height: 50vh;
    width: 100%;
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .act_wrap .activity_left {
    position: fixed;
    width: 50%;
    height: 100vh;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .act_wrap .activity_left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 7%;
  }
}
@media only screen and (max-width: 1200px) {
  .act_wrap .activity_left {
    position: relative;
    height: 80vh;
    width: 100%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .act_wrap .activity_left {
    position: relative;
    width: 100%;
    height: 85vh;
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .act_wrap .activity_left {
    position: relative;
    width: 100%;
    height: 80vh;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_left {
    background-image: url(../../../dist/assets/img/charity/cha_de2_bg_mobile.jpg);
    background-size: cover;
    height: 85vh;
  }
}
@media only screen and (max-width: 360px) {
  .act_wrap .activity_left {
    height: 86vh;
  }
}
@media only screen and (max-width: 320px) {
  .act_wrap .activity_left {
    height: 90vh;
  }
}
.act_wrap .activity_left .act_title {
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1921px) {
  .act_wrap .activity_left .act_title {
    width: 55%;
  }
}
@media only screen and (max-width: 1750px) {
  .act_wrap .activity_left .act_title {
    width: 80%;
  }
}
@media only screen and (max-width: 1680px) {
  .act_wrap .activity_left .act_title {
    width: 69%;
  }
}
@media only screen and (max-width: 1600px) {
  .act_wrap .activity_left .act_title {
    width: 74%;
  }
}
@media only screen and (max-width: 1440px) {
  .act_wrap .activity_left .act_title {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .act_wrap .activity_left .act_title {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .act_wrap .activity_left .act_title {
    width: 53%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .act_wrap .activity_left .act_title {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 150px;
    padding: 0 10px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .act_wrap .activity_left .act_title {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 120px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_left .act_title {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_left .act_title {
    margin-top: -50px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .act_wrap .activity_left .act_title {
    margin-top: 70px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .act_wrap .activity_left .act_title {
    margin-top: -110px;
  }
}
@media only screen and (max-width: 360px) {
  .act_wrap .activity_left .act_title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .act_wrap .activity_left .act_title {
    margin-top: 70px;
  }
}
.act_wrap .activity_left .act_title .ch {
  font-weight: bold;
  margin-left: 20px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 1175px) {
  .act_wrap .activity_left .act_title .ch {
    margin-left: 0;
  }
}
.act_wrap .activity_left .act_title .en {
  margin-left: 8px;
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: unset;
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .act_wrap .activity_left .act_title .en {
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_left .act_title .en {
    line-height: 20px;
  }
}
.act_wrap .activity_left .act_title .year {
  color: #ffffff;
  opacity: 0.4;
  margin-left: auto;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 5rem;
  line-height: 2.25rem;
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 1280px) {
  .act_wrap .activity_left .act_title .year {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 1175px) {
  .act_wrap .activity_left .act_title .year {
    margin-right: 0;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .act_wrap .activity_left .act_title .year {
    display: none;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .act_wrap .activity_left .act_title .year {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_left .act_title .year {
    display: none;
  }
}
.act_wrap .activity_left .act_swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .act_wrap .activity_left .act_swiper {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1366px) {
  .act_wrap .activity_left .act_swiper {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1300px) {
  .act_wrap .activity_left .act_swiper {
    width: 75%;
  }
}
@media only screen and (max-width: 1200px) {
  .act_wrap .activity_left .act_swiper {
    max-width: none;
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .act_wrap .activity_left .act_swiper {
    width: 50%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .act_wrap .activity_left .act_swiper {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_left .act_swiper {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_left .act_swiper {
    width: 85%;
  }
}
.act_wrap .activity_left .act_swiper .img_wrap {
  max-width: 700px;
  height: 430px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1680px) {
  .act_wrap .activity_left .act_swiper .img_wrap {
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_left .act_swiper .img_wrap {
    width: 100%;
  }
}
.act_wrap .activity_left .act_swiper p {
  margin-left: 20px;
  min-height: 25px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_left .act_swiper p {
    min-height: 50px;
    margin-left: 0;
    letter-spacing: 0;
  }
}
.act_wrap .activity_left .act_swiper .arrow_block {
  bottom: 35px;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_left .act_swiper .arrow_block {
    width: auto;
    top: auto;
    bottom: 60px;
  }
}
.act_wrap .activity_left .act_swiper .arrow_block .arrow:before {
  z-index: 11;
  background-color: #fff;
  width: 1px;
}
.act_wrap .activity_left .act_swiper .arrow_block .btn_disabled {
  display: none;
}
.act_wrap .activity_left .act_swiper .arrow_block .icon-keyboard_arrow_left, .act_wrap .activity_left .act_swiper .arrow_block .icon-keyboard_arrow_right {
  background-color: #000;
  color: #fff;
  font-size: 40px;
  width: 47px;
  height: 40px;
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_left .act_swiper .arrow_block .icon-keyboard_arrow_left, .act_wrap .activity_left .act_swiper .arrow_block .icon-keyboard_arrow_right {
    position: unset;
  }
}
.act_wrap .activity_left .act_swiper .arrow_block .icon-keyboard_arrow_left:before {
  position: absolute;
  top: 0;
  left: 3px;
}
.act_wrap .activity_left .act_swiper .arrow_block .icon-keyboard_arrow_right:before {
  position: absolute;
  top: 0;
  right: 2px;
}
.act_wrap .activity_left .act_swiper .arrow_block .swiper-button-prev.swiper-button-disabled, .act_wrap .activity_left .act_swiper .arrow_block .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .act_wrap .activity_left .act_swiper .arrow_block .icon-keyboard_arrow_left {
    top: auto;
    bottom: 0;
    right: 46px;
    left: auto;
  }
  .act_wrap .activity_left .act_swiper .arrow_block .icon-keyboard_arrow_right {
    top: auto;
    bottom: 0;
    left: auto;
    right: -1px;
  }
}
.act_wrap .activity_left .obj_people, .act_wrap .activity_left .obj_people_mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: fadeInRight 1.2s forwards ease-in-out;
          animation: fadeInRight 1.2s forwards ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .act_wrap .activity_left .obj_people {
    width: 60%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .act_wrap .activity_left .obj_people {
    width: 49%;
    right: -8%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .act_wrap .activity_left .obj_people {
    width: 49%;
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_left .obj_people {
    width: 85%;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_left .obj_people {
    display: none;
  }
}
.act_wrap .activity_left .obj_people_mobile {
  display: none;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_left .obj_people_mobile {
    bottom: 1%;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .act_wrap .activity_left .obj_people_mobile {
    bottom: 0;
  }
}
@media only screen and (max-width: 360px) {
  .act_wrap .activity_left .obj_people_mobile {
    bottom: 0;
  }
}
.act_wrap .activity_right {
  max-width: 760px;
  width: 50%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: 90px;
}
@media only screen and (min-width: 1921px) {
  .act_wrap .activity_right {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 1750px) {
  .act_wrap .activity_right {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1700px) {
  .act_wrap .activity_right {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1650px) {
  .act_wrap .activity_right {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  .act_wrap .activity_right {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1550px) {
  .act_wrap .activity_right {
    margin-right: 40px;
    width: 45%;
  }
}
@media only screen and (max-width: 1520px) {
  .act_wrap .activity_right {
    margin-right: 0;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .act_wrap .activity_right {
    width: 50%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .act_wrap .activity_right {
    padding: 0;
    margin: 50px auto 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .act_wrap .activity_right {
    width: 100%;
    margin: 50px auto 0 auto;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .act_wrap .activity_right {
    width: 100%;
    margin: 50px auto 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_right {
    max-width: none;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right {
    width: 100%;
  }
}
.act_wrap .activity_right .social_btn {
  margin-bottom: 110px;
  height: 50px;
}
@media only screen and (max-width: 1024px) {
  .act_wrap .activity_right .social_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_right .social_btn {
    position: static;
    opacity: 1;
    background-color: unset;
    z-index: 0;
    margin: 10px 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right .social_btn {
    margin: 15px 0;
  }
}
.act_wrap .activity_right .social_btn li {
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right .social_btn li {
    opacity: 1;
  }
}
.act_wrap .activity_right .social_btn li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_right .social_btn li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_right .social_btn li a:hover {
    color: #000;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    opacity: 1;
  }
}
.act_wrap .activity_right .select_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  width: 100%;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .act_wrap .activity_right .select_year {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 11vh;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .act_wrap .activity_right .select_year {
    position: absolute;
    top: 18vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_right .select_year {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 0;
    background-color: #000000;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.act_wrap .activity_right .select_year.show {
  height: 65px;
  opacity: 1;
  z-index: 9;
}
.act_wrap .activity_right .select_year .act_prev, .act_wrap .activity_right .select_year .act_next {
  width: 40px;
  height: 40px;
  background-color: #fbff81;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.act_wrap .activity_right .select_year .act_prev::before, .act_wrap .activity_right .select_year .act_next::before {
  font-family: "icomoon" !important;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.act_wrap .activity_right .select_year .act_prev:hover, .act_wrap .activity_right .select_year .act_next:hover {
  background-color: #f7ff02;
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_right .select_year .act_prev, .act_wrap .activity_right .select_year .act_next {
    width: 22px;
    height: 22px;
  }
  .act_wrap .activity_right .select_year .act_prev::before, .act_wrap .activity_right .select_year .act_next::before {
    font-size: 0.625rem;
  }
}
.act_wrap .activity_right .select_year .act_prev::before {
  content: "\e906";
}
.act_wrap .activity_right .select_year .act_next::before {
  content: "\e907";
}
.act_wrap .activity_right .select_year .act_li {
  padding: 0 35px;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_right .select_year .act_li {
    padding: 0;
    margin: 0 auto;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right .select_year .act_li {
    padding: 0 28px;
  }
}
@media only screen and (max-width: 320px) {
  .act_wrap .activity_right .select_year .act_li {
    padding: 0 14px;
  }
}
.act_wrap .activity_right .select_year_swiper {
  width: 20%;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .act_wrap .activity_right .select_year_swiper {
    width: 25%;
  }
}
@media only screen and (max-width: 1280px) {
  .act_wrap .activity_right .select_year_swiper {
    width: 28%;
  }
}
@media only screen and (max-width: 1024px) {
  .act_wrap .activity_right .select_year_swiper {
    width: 25%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .act_wrap .activity_right .select_year_swiper {
    width: 15%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .act_wrap .activity_right .select_year_swiper {
    width: 15%;
  }
}
@media only screen and (max-width: 900px) {
  .act_wrap .activity_right .select_year_swiper {
    width: 35%;
  }
}
.act_wrap .activity_right .act_block_wrap {
  border-top: solid 4px #cccccc;
  border-bottom: solid 4px #cccccc;
}
.act_wrap .activity_right .act_block_wrap .act_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  padding: 30px 0;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right .act_block_wrap .act_block {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }
}
.act_wrap .activity_right .act_block_wrap .act_block .date_wrap {
  width: 14%;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right .act_block_wrap .act_block .date_wrap {
    width: 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.act_wrap .activity_right .act_block_wrap .act_block .date_wrap .date_start, .act_wrap .activity_right .act_block_wrap .act_block .date_wrap .date_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.act_wrap .activity_right .act_block_wrap .act_block .date_wrap .date_end {
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right .act_block_wrap .act_block .date_wrap .date_end {
    margin-top: 0;
    margin-left: 50px;
  }
}
.act_wrap .activity_right .act_block_wrap .act_block .date_wrap .date_end:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #626262;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50%;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right .act_block_wrap .act_block .date_wrap .date_end:before {
    width: 20px;
    height: 1px;
    left: -76%;
    top: 50%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.act_wrap .activity_right .act_block_wrap .act_block .date_wrap span {
  display: block;
}
.act_wrap .activity_right .act_block_wrap .act_block .date_wrap .day {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1.2px;
}
.act_wrap .activity_right .act_block_wrap .act_block .date_wrap .month {
  margin-right: 7px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
}
.act_wrap .activity_right .act_block_wrap .act_block .cont_wrap {
  width: 81%;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right .act_block_wrap .act_block .cont_wrap {
    width: 100%;
  }
}
.act_wrap .activity_right .act_block_wrap .act_block .cont_wrap .title {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 575px) {
  .act_wrap .activity_right .act_block_wrap .act_block .cont_wrap .title {
    margin-bottom: 10px;
  }
}
.act_wrap .activity_right .act_block_wrap .act_block .cont_wrap .org, .act_wrap .activity_right .act_block_wrap .act_block .cont_wrap .num, .act_wrap .activity_right .act_block_wrap .act_block .cont_wrap li {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.6px;
}
.act_wrap .activity_right .act_block_wrap .act_block:last-child {
  border: 0;
}

body.en-lang .authorize_form .wrap-form .commodity.radio input[type=radio] + label {
  width: 300px;
}
@media only screen and (max-width: 575px) {
  body.en-lang .authorize_form .wrap-form .commodity.radio input[type=radio] + label {
    width: 100%;
  }
}
body.en-lang .authorize_form .wrap-form .commodity.radio input[type=text] {
  width: calc(100% - 305px);
}
@media only screen and (max-width: 575px) {
  body.en-lang .authorize_form .wrap-form .commodity.radio input[type=text] {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  body.en-lang .authorize_form .wrap-form .audience.checkbox > div input[type=checkbox] + label,
  body.en-lang .authorize_form .wrap-form .channel.checkbox > div input[type=checkbox] + label,
  body.en-lang .authorize_form .wrap-form .model.checkbox > div input[type=checkbox] + label,
  body.en-lang .authorize_form .wrap-form .pipeline.checkbox > div input[type=checkbox] + label {
    width: 100%;
    margin-right: 0;
  }
}

.authorize > main {
  display: block;
  padding-top: 55px;
}
@media only screen and (max-width: 900px) {
  .authorize > main {
    padding-top: 0;
  }
}
.authorize .banner_full.banner {
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .authorize .banner_full.banner {
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .authorize .banner_full.banner {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .authorize .banner_full.banner picture {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .authorize .banner_full.banner picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.authorize .banner_full.banner .el_banner_container {
  z-index: 2;
}
.authorize .banner_full.banner .el_banner_container .objBlock {
  position: relative;
}
.authorize .banner_full.banner .el_banner_container .objBlock.el_title__block {
  width: 50%;
  top: 54.5%;
  right: auto;
  left: 0;
  float: none;
}
@media only screen and (max-width: 1366px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block {
    width: 55%;
  }
}
@media only screen and (max-width: 900px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block {
    width: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block {
    top: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 0;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 360px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 20px;
  }
}
.authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  float: none;
  text-align: left;
}
.authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
  margin: 0 auto 0 0;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  background-color: #fff;
  color: #000;
}
.authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn a {
  margin-top: 0;
}
.authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn:hover {
  background: transparent;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 74%;
  }
}
@media only screen and (max-width: 575px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    margin-left: 140px;
  }
}
@media only screen and (max-width: 1280px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    margin-left: 20px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    margin-left: 0;
    padding-top: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 375px) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 44%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .authorize .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .authorize .banner_full.banner .el_banner_container {
    top: 30px;
    padding: 0 30px;
    width: 100%;
    height: calc(100% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .authorize .banner_full.banner .el_banner_container {
    top: 0;
    padding: 0;
    height: 100%;
  }
}
.authorize .banner_full.banner .el_banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 100px;
  width: 100%;
  height: 100%;
}
.authorize .banner_full.banner .el_banner_bg_wrap {
  position: relative;
  padding-bottom: 34.8837%;
}
.authorize .banner_full.banner .el_banner_bg_wrap .littlegirl {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 12.1875vw;
  width: 100%;
}
.authorize .banner_full.banner .el_banner_bg_wrap .littlegirl figure {
  -webkit-transform-origin: -50% 60%;
      -ms-transform-origin: -50% 60%;
          transform-origin: -50% 60%;
  -webkit-animation: girlrotate2 4s both;
          animation: girlrotate2 4s both;
}
.authorize .banner_full.banner .el_banner_bg_wrap .littlegirl figure img {
  -webkit-animation: girlWalk 4s both linear;
          animation: girlWalk 4s both linear;
}
@media only screen and (max-width: 575px) {
  .authorize .banner_full.banner .el_banner_bg_wrap .littlegirl figure img {
    -webkit-animation: girlWalkMobile 4s both linear;
            animation: girlWalkMobile 4s both linear;
  }
}
.authorize .banner_full.banner .el_banner_bg_wrap .tree-01 {
  position: absolute;
  top: 0.8333%;
  left: 7.7907%;
  max-width: 6.71875vw;
  width: 100%;
}
.authorize .banner_full.banner .el_banner_bg_wrap .tree-02 {
  position: absolute;
  top: 2.8333%;
  right: 13.7791%;
  max-width: 24.0104166667vw;
  width: 100%;
}
.authorize .banner_full.banner .el_banner_bg_wrap .tree-03 {
  position: absolute;
  top: -2.3333%;
  right: 0;
  max-width: 17.5520833333vw;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .authorize .banner_full.banner .el_banner_bg_wrap .littlegirl {
    left: 58%;
  }
}
@media only screen and (max-width: 1024px) {
  .authorize .banner_full.banner .el_banner_bg_wrap .littlegirl {
    top: 67%;
    left: 62%;
    max-width: 16vw;
  }
}
@media only screen and (max-width: 900px) {
  .authorize .banner_full.banner .el_banner_bg {
    top: 30px;
    padding: 0 30px;
    height: calc(100% - 30px);
  }
  .authorize .banner_full.banner .el_banner_bg_wrap {
    padding-bottom: 45.4545%;
  }
  .authorize .banner_full.banner .el_banner_bg_wrap .littlegirl {
    top: 44%;
    left: 67%;
    max-width: 19vw;
  }
}
@media only screen and (max-width: 575px) {
  .authorize .banner_full.banner .el_banner_bg {
    top: 0;
    padding: 0;
    height: 100%;
  }
  .authorize .banner_full.banner .el_banner_bg_wrap {
    padding-bottom: 100vh;
  }
  .authorize .banner_full.banner .el_banner_bg_wrap .littlegirl {
    top: 58%;
    left: 15%;
    max-width: 155px;
  }
}
.authorize_background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
  background-image: url("../../uploads/root/authorize/authorize_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100vh;
}
.authorize_background .dog {
  position: absolute;
  top: 37.9%;
  left: 15.8333%;
  max-width: 3.0208333333vw;
  width: 100%;
}
.authorize_background .dog.show {
  -webkit-animation: dogWalk4 3s both 0.3s;
          animation: dogWalk4 3s both 0.3s;
}
.authorize_background .dog.show img {
  -webkit-animation: dogWalk3 4s both 0.3s;
          animation: dogWalk3 4s both 0.3s;
}
.authorize_background .giraffe {
  position: absolute;
  right: 0;
  bottom: -14.5%;
  max-width: 13.28125vw;
  width: 100%;
  opacity: 0;
}
.authorize_background .giraffe.show {
  -webkit-animation: fadeInUp50 2s both 0.3s ease-in-out;
          animation: fadeInUp50 2s both 0.3s ease-in-out;
}
.authorize_background .clund-01 {
  position: absolute;
  top: -10.8858%;
  left: 7.2917%;
  max-width: 13.6979166667vw;
  width: 100%;
  -webkit-animation: cloudLeft 5.5s alternate ease-in-out infinite;
          animation: cloudLeft 5.5s alternate ease-in-out infinite;
}
.authorize_background .clund-02 {
  position: absolute;
  top: 2.037%;
  right: 0;
  max-width: 10.3125vw;
  width: 100%;
  -webkit-animation: cloudRight 4s alternate ease-in-out infinite;
          animation: cloudRight 4s alternate ease-in-out infinite;
}
.authorize_background .clund-03 {
  position: absolute;
  top: 17.7778%;
  right: 10.3125%;
  max-width: 7.6041666667vw;
  width: 100%;
  -webkit-animation: cloudRight 5s alternate ease-in-out infinite;
          animation: cloudRight 5s alternate ease-in-out infinite;
}
.authorize_background .tree-01 {
  position: absolute;
  left: 0.4208%;
  bottom: -4%;
  max-width: 9.375vw;
  width: 100%;
  -webkit-animation: objUp 1.8s both 0.5s;
          animation: objUp 1.8s both 0.5s;
}
.authorize_background .tree-02 {
  position: absolute;
  right: 7.9%;
  bottom: -6.8889%;
  max-width: 5.2083333333vw;
  width: 100%;
  -webkit-animation: objUp 1.8s both 0.8s;
          animation: objUp 1.8s both 0.8s;
  display: none;
}
@media only screen and (max-width: 1680px) {
  .authorize_background .giraffe {
    bottom: -3.5%;
  }
  .authorize_background .tree-01 {
    bottom: -3%;
  }
  .authorize_background .tree-02 {
    bottom: -4.9%;
  }
}
@media only screen and (max-width: 1366px) {
  .authorize_background .dog {
    left: 11.8333%;
    max-width: 4vw;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .authorize_background .giraffe {
    bottom: -16.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .authorize_background .giraffe {
    right: 70px;
    bottom: -4.5%;
    max-width: 13.28125vw;
    width: 100%;
  }
  .authorize_background .clund-02 {
    top: -80px;
    max-width: 10.3125vw;
  }
  .authorize_background .clund-03 {
    right: 20.3125%;
    max-width: 7.6041666667vw;
  }
  .authorize_background .tree-01, .authorize_background .tree-02 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_background {
    background-image: url("../../uploads/root/authorize/authorize_background_pad.jpg");
    background-position: top;
  }
  .authorize_background .dog {
    display: block;
    top: 330px;
    left: 24%;
    max-width: 7%;
  }
  .authorize_background .giraffe {
    right: 3%;
    bottom: 50px;
    max-width: 190px;
    width: 100%;
  }
  .authorize_background .clund-02 {
    top: -80px;
    max-width: 170px;
  }
  .authorize_background .clund-03 {
    right: 20.3125%;
    max-width: 120px;
  }
}
@media only screen and (max-width: 850px) {
  .authorize_background .giraffe {
    right: 1%;
  }
}
@media only screen and (max-width: 800px) {
  .authorize_background .giraffe {
    right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_background {
    background-image: url("../../uploads/root/authorize/authorize_mobile_background.jpg");
    background-position: top;
  }
  .authorize_background .tree-01 {
    display: block;
  }
  .authorize_background .giraffe, .authorize_background .clund-02 {
    display: none;
  }
  .authorize_background .dog {
    top: 51.5742%;
    left: 20%;
    max-width: 9.6%;
  }
  .authorize_background .clund-01 {
    top: -3.7481%;
    left: -9.3333%;
    max-width: 32%;
  }
  .authorize_background .clund-03 {
    top: 10.4948%;
    right: -4%;
    max-width: 16.5333%;
  }
  .authorize_background .tree-01 {
    left: -1.4993%;
    bottom: -6.6667%;
    max-width: 34.6667%;
  }
  .authorize_background .tree-02 {
    display: none;
  }
}
.authorize_menu {
  background-color: #fff;
}
.authorize_menu .anchor_menu {
  position: relative;
  margin: 0 auto;
  width: 95%;
}
.authorize_menu .anchor_menu .anchor_menu_wrap {
  position: static;
  height: 100px;
}
.authorize_menu .anchor_menu .anchor_menu_wrap ul {
  margin: 0 auto;
}
.authorize_menu .anchor_menu .anchor_menu_wrap ul li {
  height: 100%;
}
.authorize_menu .anchor_menu .anchor_menu_wrap ul li:last-child:after {
  content: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .authorize_menu .anchor_menu .anchor_menu_wrap {
    display: block;
  }
}
.authorize_cont {
  position: relative;
  z-index: 1;
  padding: 110px 0 0;
}
@media only screen and (max-width: 575px) {
  .authorize_cont {
    padding: 60px 0 0;
  }
}
.authorize_cont .morebtn {
  width: 140px;
  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;
  min-width: 140px;
  height: 35px;
  border-radius: 25px;
  font-size: 0.9375rem;
  background-color: #000000;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 40px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 900px) {
  .authorize_cont .morebtn {
    height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .authorize_cont .morebtn {
    font-size: 0.875rem;
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_cont .morebtn {
    height: 35px;
  }
}
.authorize_cont .morebtn:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.authorize_wrap .title {
  margin-bottom: 50px;
  text-align: center;
}
.authorize_wrap .title .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.authorize_wrap .title .en {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: unset;
}
.authorize_wrap .present {
  position: relative;
  padding: 0 50px;
  margin: 0 auto 145px;
  max-width: 1000px;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .authorize_wrap .present {
    width: 65%;
  }
}
@media only screen and (max-width: 1280px) {
  .authorize_wrap .present {
    width: 70%;
  }
}
@media only screen and (max-width: 1100px) {
  .authorize_wrap .present {
    width: 80%;
  }
}
.authorize_wrap .present .v-hidden {
  visibility: hidden;
}
.authorize_wrap .present-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: -50px;
  padding: 20px 0;
}
.authorize_wrap .present-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 15px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.authorize_wrap .present-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.authorize_wrap .present-prev, .authorize_wrap .present-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 32px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .authorize_wrap .present-prev, .authorize_wrap .present-next {
    display: none;
  }
}
.authorize_wrap .present-prev::after, .authorize_wrap .present-prev::before, .authorize_wrap .present-next::after, .authorize_wrap .present-next::before {
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #000;
  content: "";
}
.authorize_wrap .present-prev {
  left: -100px;
}
.authorize_wrap .present-prev::after {
  top: 0;
  left: 5px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.authorize_wrap .present-prev::before {
  top: 16px;
  left: 5px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.authorize_wrap .present-next {
  right: -100px;
}
.authorize_wrap .present-next::after {
  top: 16px;
  right: 4px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.authorize_wrap .present-next::before {
  top: 0;
  right: 5px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.authorize_wrap .present-text {
  position: absolute;
  bottom: -50px;
  left: 0;
  max-width: 400px;
  width: 100%;
}
.authorize_wrap .present-text ul li {
  padding: 40px 45px;
  cursor: pointer;
}
.authorize_wrap .present-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-family: "MyriadPro-Light", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_wrap .present-date span {
  margin-left: 10px;
  padding: 0 10px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-left: 1px solid #fff;
}
.authorize_wrap .present-title {
  margin-top: 14px;
  font-size: 1.125rem;
}
.authorize_wrap .present-text .swiper-slide[data-font=white] {
  color: #fff;
}
.authorize_wrap .present-text .swiper-slide[data-font=black] {
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .authorize_wrap .present-prev {
    left: 20px;
  }
  .authorize_wrap .present-next {
    right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_wrap .present {
    padding: 0 20px;
  }
  .authorize_wrap .present-text {
    bottom: -85px;
    left: -10px;
  }
  .authorize_wrap .present-pagination {
    right: 20px;
  }
  .authorize_wrap .present-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .authorize_wrap .present-prev {
    left: 40px;
  }
  .authorize_wrap .present-next {
    right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_wrap .present {
    width: 100%;
    margin: 0 auto 180px;
  }
  .authorize_wrap .present-text {
    max-width: 300px;
    bottom: -95px;
    left: 0;
  }
}
@media only screen and (max-width: 575px) and (max-width: 575px) {
  .authorize_wrap .present-text {
    bottom: -75px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_wrap .present-text ul li {
    padding: 20px;
  }
  .authorize_wrap .present-pagination {
    bottom: -140px;
  }
}
.authorize_wrap .menu_link_wrap {
  position: relative;
}
.authorize_wrap .menu_link_cont {
  max-width: 940px;
  padding-top: 0;
}
.authorize_wrap .menu_link .menu_link_cont ul li:after {
  top: 45%;
}
@media only screen and (max-width: 575px) {
  .authorize_wrap .menu_link .menu_link_cont ul li:after {
    top: 35%;
  }
}
.authorize_wrap .menu_wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 130px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
@media only screen and (max-width: 1366px) {
  .authorize_wrap .menu_wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .authorize_wrap .menu_wrap {
    width: 90%;
    margin-bottom: 30px;
  }
}
.authorize_wrap .menu_wrap .menu_swiper {
  max-width: 900px;
  width: 100%;
  height: 50px;
  padding: 0;
}
.authorize_wrap .menu_wrap ul {
  height: 100%;
  padding-top: 9;
}
@media only screen and (max-width: 575px) {
  .authorize_wrap .menu_wrap ul {
    padding-top: 10px;
  }
}
.authorize_wrap .menu_wrap ul li a {
  padding-bottom: 8px;
  font-weight: bold;
  color: #000;
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_wrap .menu_wrap ul li a::after {
  right: -3px;
}
@media only screen and (max-width: 575px) {
  .authorize_wrap .menu_wrap ul li a {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 375px) {
  .authorize_wrap .menu_wrap ul li a {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 360px) {
  .authorize_wrap .menu_wrap ul li a {
    padding-top: 3px;
  }
}
.authorize_wrap .menu_wrap .type-button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.authorize_wrap .menu_wrap .type-button span {
  margin-left: 15px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.25rem;
}
.authorize_wrap .menu_wrap .type-button span:first-child {
  margin-left: 0;
}
.authorize_wrap .menu_wrap .type-button span.active {
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .authorize_wrap .menu_wrap .type-button {
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .authorize_wrap .menu_wrap .type-button {
    top: 90px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.authorize_wrap .btnClone {
  text-align: center;
  margin-bottom: 40px;
}
.authorize_wrap .btnClone span {
  margin-left: 15px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.25rem;
}
.authorize_wrap .btnClone span:first-child {
  margin-left: 0;
}
.authorize_wrap .btnClone span.active {
  color: #000;
}
.authorize_wrap .type-wrap {
  position: relative;
  margin: 0 auto 90px;
  max-width: 1300px;
  width: 100%;
}
.authorize_wrap .type-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow-x: auto;
}
.authorize_wrap .type-nav ul {
  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;
  margin: 0 auto;
}
.authorize_wrap .type-nav ul li {
  position: relative;
  padding: 0 25px;
  white-space: nowrap;
}
.authorize_wrap .type-nav ul li::after {
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
  content: "";
}
.authorize_wrap .type-nav ul li p {
  position: relative;
  padding: 20px 0 12px;
  font-size: 0.9375rem;
  cursor: pointer;
}
.authorize_wrap .type-nav ul li p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.authorize_wrap .type-nav ul li:last-child::after {
  content: none;
}
.authorize_wrap .type-nav ul li.active p::after, .authorize_wrap .type-nav ul li:hover p::after {
  width: 100%;
}
.authorize_wrap .type-button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.authorize_wrap .type-button span {
  margin-left: 15px;
  font-size: 1.25rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}
.authorize_wrap .type-button span:first-child {
  margin-left: 0;
}
.authorize_wrap .type-button span.active {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .authorize_wrap .type-button {
    top: 90px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.authorize_wrap .filter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .authorize_wrap .filter {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_wrap .filter {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_wrap .filter .search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.authorize_wrap .keyWord_result {
  margin-bottom: 40px;
}
.authorize_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
  margin: 0 auto 60px;
  max-width: 1090px;
  width: 100%;
}
.authorize_detail[data-type=block], .authorize_detail[data-type=list] {
  display: none;
}
.authorize_detail[data-type=block].active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.authorize_detail[data-type=list].active {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .authorize_detail {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail {
    width: 100%;
  }
}
.authorize_detail .block {
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .authorize_detail .block {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail .block {
    margin-bottom: 35px;
    margin-right: 0;
  }
}
.authorize_detail .block .preview {
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.2);
}
.authorize_detail .block.rectangle {
  width: 100%;
}
.authorize_detail .block.rectangle .preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.authorize_detail .block.rectangle .preview-photo {
  max-width: 1055px;
}
.authorize_detail .block.rectangle .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.authorize_detail .block.rectangle .info-date {
  font-size: 0.9375rem;
}
.authorize_detail .block.rectangle .info-date span {
  margin-left: 10px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  font-size: 0.875rem;
}
.authorize_detail .block.rectangle .info-title {
  font-weight: 700;
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 1.125rem;
}
.authorize_detail .block.rectangle[data-logo=right] .preview-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.authorize_detail .block.square {
  width: calc((100% - 80px) / 3);
}
@media only screen and (max-width: 900px) {
  .authorize_detail .block.square {
    width: 44%;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail .block.square {
    margin-right: 0;
  }
}
.authorize_detail .block.square .preview {
  margin-bottom: 20px;
  width: 100%;
}
.authorize_detail .block.square .info-date {
  margin-bottom: 12px;
  font-size: 0.9375rem;
}
.authorize_detail .block.square .info-date span {
  margin-left: 10px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  font-size: 0.875rem;
}
.authorize_detail .block.square .info-title {
  font-weight: 700;
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 24px;
}
.authorize_detail .mr40 {
  margin-right: 40px;
}
@media only screen and (max-width: 575px) {
  .authorize_detail .mr40 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .authorize_detail .mr0 {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1201px) {
  .authorize_detail .mr0 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .authorize_detail .block.square {
    width: 44%;
  }
  .authorize_detail .block.rectangle {
    width: 44%;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .authorize_detail .block.rectangle {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 575px) {
  .authorize_detail .block.rectangle {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .authorize_detail .block.rectangle .preview {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .authorize_detail .block.rectangle .preview-logo {
    width: 100%;
    display: none;
  }
  .authorize_detail .block.rectangle .preview-logo figure {
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .authorize_detail .block.rectangle .preview-logo figure a {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .authorize_detail .block.rectangle .preview-photo {
    max-width: 320px;
    max-height: 320px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 900px) {
  .authorize_detail .block.rectangle .preview-photo {
    max-width: none;
    max-height: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .authorize_detail .block.rectangle .preview-photo img {
    width: 375px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 900px) {
  .authorize_detail .block.rectangle .preview-photo img {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .authorize_detail .block.rectangle .info {
    display: block;
  }
  .authorize_detail .block.rectangle .info-date {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_detail {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail {
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .authorize_detail .block.square,
  .authorize_detail .block.rectangle {
    width: 90%;
  }
  .authorize_detail .block.rectangle .preview-logo {
    max-width: 100%;
  }
  .authorize_detail .block.rectangle .preview-logo figure a {
    width: 100%;
  }
}
.authorize_detail .list {
  width: 100%;
}
.authorize_detail .list ul {
  padding: 0 25px;
}
.authorize_detail .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.authorize_detail .list-header li {
  padding: 15px 0;
}
.authorize_detail .list-header li p {
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.6px;
}
.authorize_detail .list-header li a {
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.6px;
}
.authorize_detail .list-header li .name {
  padding-right: 20px;
  min-width: 200px;
  max-width: 420px;
  width: 100%;
}
.authorize_detail .list-header li .place {
  padding-right: 20px;
  min-width: 115px;
  max-width: 230px;
  width: 50%;
}
.authorize_detail .list-header li .time {
  max-width: 200px;
  width: 30%;
}
.authorize_detail .list-header li .more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100px;
  width: 20%;
  text-align: center;
}
.authorize_detail .list-wrap {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.authorize_detail .list-wrap li {
  padding: 25px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.authorize_detail .list-wrap li p {
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.6px;
  text-align: left;
}
.authorize_detail .list-wrap li a {
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.6px;
  text-align: left;
}
.authorize_detail .list-wrap li .name {
  padding-right: 20px;
  min-width: 200px;
  max-width: 420px;
  width: 100%;
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
}
.authorize_detail .list-wrap li .place {
  padding-right: 20px;
  min-width: 115px;
  max-width: 230px;
  width: 50%;
}
.authorize_detail .list-wrap li .time {
  max-width: 200px;
  width: 30%;
}
.authorize_detail .list-wrap li .more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100px;
  width: 20%;
  text-align: center;
}
.authorize_detail .list-wrap li .more a {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 10px 25px;
}
.authorize_detail .list-wrap li .more a::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 36px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
}
.authorize_detail .list-wrap li .more:hover {
  color: #fff;
}
.authorize_detail .list-wrap li .more:hover a::before {
  border-radius: 500px;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .authorize_detail .list ul {
    padding: 0;
  }
  .authorize_detail .list-header li p:not(.name) {
    display: none;
  }
  .authorize_detail .list-wrap li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .authorize_detail .list-wrap li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .authorize_detail .list-wrap li .name {
    margin-bottom: 20px;
    padding-right: 40px;
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .authorize_detail .list-wrap li .name {
    max-width: none;
    width: 65%;
    padding-right: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .authorize_detail .list-wrap li .more {
    margin-bottom: 20px;
    min-width: unset;
    max-width: unset;
    width: auto;
    margin-left: auto;
  }
  .authorize_detail .list-wrap li .more:hover a::before {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .authorize_detail .list-wrap li .more {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .authorize_detail .list-wrap li .place {
    min-width: 60px;
    max-width: none;
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .authorize_detail .list-wrap li .place {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .authorize_detail .list-wrap li .time {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .authorize_detail .list-wrap li .time {
    display: none;
  }
}
.authorize_contact {
  margin: 110px auto 200px;
  padding: 70px;
  max-width: 1300px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1366px) {
  .authorize_contact {
    width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_contact {
    width: 90%;
    margin-bottom: 100px;
    padding: 50px;
  }
}
.authorize_contact .title .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.authorize_contact .title .en {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: unset;
}
.authorize_contact .text {
  letter-spacing: 0.6px;
  line-height: 1.5625rem;
  font-size: 0.9375rem;
}
.authorize_contact .btnDarkT {
  min-width: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 40px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 575px) {
  .authorize_contact {
    padding: 70px 10px;
    margin-bottom: 120px;
    margin-top: 80px;
  }
}
.authorize_form {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .authorize_form {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  .authorize_form {
    width: 100%;
  }
}
.authorize_form .title {
  margin-bottom: 120px;
  text-align: center;
  position: relative;
}
.authorize_form .title .ch {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
.authorize_form .title .en {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: unset;
}
.authorize_form .title .text {
  padding: 0 20px;
  margin: 26px auto 0;
  max-width: 1120px;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 25px;
}
.authorize_form .wrap {
  display: none;
  position: relative;
  margin: 0 auto 110px;
  padding: 56px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.15);
  max-width: 1120px;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .authorize_form .wrap {
    padding: 56px 10px;
  }
}
.authorize_form .wrap:not(:last-child)::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 1px;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.authorize_form .wrap:nth-child(2) {
  display: block;
}
.authorize_form .wrap-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -135px auto 0;
  background-color: #ffff47;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
}
.authorize_form .wrap-index p:first-child {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.625rem;
}
.authorize_form .wrap-index p:last-child {
  font-weight: 700;
  font-size: 1.125rem;
}
.authorize_form .wrap-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.authorize_form .wrap-tip span {
  color: #e01515;
  font-size: 1.25rem;
}
.authorize_form .wrap-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 65px;
  max-width: 750px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form {
    margin: 80px auto 40px;
  }
}
.authorize_form .wrap-form p {
  font-weight: bold;
}
.authorize_form .wrap-form .input p {
  font-weight: normal;
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox), .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox), .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) {
    margin-bottom: 24px;
  }
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox):last-child, .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox):last-child {
  margin-bottom: 0;
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox) p, .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) p {
  padding: 0 4px;
  margin-bottom: 8px;
  letter-spacing: 0.64px;
  line-height: 1.25rem;
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox) p .tip, .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) p .tip {
  line-height: 1.25rem;
  margin-left: 8px;
  color: #e01515;
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox) input, .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) input {
  padding: 0 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox) input:focus, .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) input:focus {
  border: 1px solid #000;
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox) input:-moz-placeholder, .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox) input:-ms-input-placeholder, .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox) input::-moz-placeholder, .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .w50:not(.select):not(.radio):not(.checkbox) input::-webkit-input-placeholder, .authorize_form .wrap-form .w100:not(.select):not(.radio):not(.checkbox) input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .select {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .select {
    margin-bottom: 24px;
  }
}
.authorize_form .wrap-form .select:last-child {
  margin-bottom: 0;
}
.authorize_form .wrap-form .select > p {
  padding: 0 4px;
  margin-bottom: 8px;
  letter-spacing: 0.64px;
  line-height: 0.9375rem;
}
.authorize_form .wrap-form .select > p .tip {
  margin-left: 8px;
  color: #e01515;
}
.authorize_form .wrap-form .select > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
  height: 50px;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.authorize_form .wrap-form .select > label:focus {
  border: 1px solid #000;
}
.authorize_form .wrap-form .select > label > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px;
  max-width: 125px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.authorize_form .wrap-form .select > label > div p {
  margin-right: 8px;
}
.authorize_form .wrap-form .select > label > div span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.125rem;
}
.authorize_form .wrap-form .select > label > div .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 2;
  left: 0;
  margin-top: 5px;
  border-radius: 10px;
  border: 1px solid #000;
  background-color: #fff;
  width: 100%;
}
.authorize_form .wrap-form .select > label > div .dropdown .scroll {
  height: 182px;
  width: 100%;
  overflow-y: auto;
}
.authorize_form .wrap-form .select > label > div .dropdown .scroll ul li {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.authorize_form .wrap-form .select > label > div .dropdown .scroll ul li:first-child {
  border-radius: 10px 10px 0 0;
}
.authorize_form .wrap-form .select > label > div .dropdown .scroll ul li:last-child {
  border-radius: 0 0 10px 10px;
}
.authorize_form .wrap-form .select > label > div .dropdown .scroll ul li:hover {
  color: #fff;
  background-color: #000;
}
.authorize_form .wrap-form .select > label > div .dropdown .scroll .scroll-element.scroll-y {
  position: absolute;
  top: 0;
  right: 5px;
  width: 3px;
  height: 100%;
}
.authorize_form .wrap-form .select > label > div .dropdown .scroll .scroll-element.scroll-y div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.authorize_form .wrap-form .select > label > div .dropdown .scroll .scroll-element.scroll-y .scroll-bar {
  background-color: #ccc;
}
.authorize_form .wrap-form .select > label[data-data=""] div p {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
}
.authorize_form .wrap-form .select > label:not([data-data=""]) div p {
  font-size: 0.9375rem;
}
.authorize_form .wrap-form .select > label input {
  padding: 0 20px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .select > label .zone {
  width: 130px;
  padding: 0;
  text-align: center;
  height: 100%;
  border-right: 1px solid;
  border-color: rgba(0, 0, 0, 0.15);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.authorize_form .wrap-form .select > label input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .select > label input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .select > label input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .select > label input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .radio, .authorize_form .wrap-form .checkbox {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .radio, .authorize_form .wrap-form .checkbox {
    margin-bottom: 24px;
  }
}
.authorize_form .wrap-form .radio:last-child, .authorize_form .wrap-form .checkbox:last-child {
  margin-bottom: 0;
}
.authorize_form .wrap-form .radio > p, .authorize_form .wrap-form .checkbox > p {
  margin-bottom: 8px;
  padding: 0 4px;
  letter-spacing: 0.64px;
  line-height: 1.25rem;
}
.authorize_form .wrap-form .radio > p .tip, .authorize_form .wrap-form .checkbox > p .tip {
  margin-left: 8px;
  color: #e01515;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .radio > p .tip, .authorize_form .wrap-form .checkbox > p .tip {
    display: inline-block;
    margin-top: 2px;
    margin-left: 5px;
  }
}
.authorize_form .wrap-form .radio > div, .authorize_form .wrap-form .checkbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.authorize_form .wrap-form .radio > div > input[type=radio], .authorize_form .wrap-form .radio > div > input[type=checkbox], .authorize_form .wrap-form .checkbox > div > input[type=radio], .authorize_form .wrap-form .checkbox > div > input[type=checkbox] {
  display: none;
}
.authorize_form .wrap-form .radio > div input[type=radio] + label, .authorize_form .wrap-form .radio > div input[type=checkbox] + label, .authorize_form .wrap-form .checkbox > div input[type=radio] + label, .authorize_form .wrap-form .checkbox > div input[type=checkbox] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  width: 49.5%;
  padding: 11px 0;
  line-height: 2;
  text-align: center;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 0.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.authorize_form .wrap-form .radio > div input[type=radio]:checked + label, .authorize_form .wrap-form .radio > div input[type=checkbox]:checked + label, .authorize_form .wrap-form .checkbox > div input[type=radio]:checked + label, .authorize_form .wrap-form .checkbox > div input[type=checkbox]:checked + label {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.authorize_form .wrap-form .radio > div .input, .authorize_form .wrap-form .checkbox > div .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 50px;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .radio > div .input, .authorize_form .wrap-form .checkbox > div .input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.authorize_form .wrap-form .radio > div .input p, .authorize_form .wrap-form .checkbox > div .input p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 50px;
  font-size: 0.8125rem;
  letter-spacing: 0.52px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 3.125rem;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .radio > div .input p, .authorize_form .wrap-form .checkbox > div .input p {
    padding: 0 20px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.authorize_form .wrap-form .radio > div .input input, .authorize_form .wrap-form .checkbox > div .input input {
  padding: 0 20px;
  border: none;
  outline: none;
  background-color: transparent;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .radio > div .input input, .authorize_form .wrap-form .checkbox > div .input input {
    height: 50px;
  }
}
.authorize_form .wrap-form .channel.checkbox > div, .authorize_form .wrap-form .model.checkbox > div, .authorize_form .wrap-form .audience.checkbox > div, .authorize_form .wrap-form .pipeline.checkbox > div {
  height: auto;
}
.authorize_form .wrap-form .channel.checkbox > div input[type=checkbox] + label, .authorize_form .wrap-form .model.checkbox > div input[type=checkbox] + label, .authorize_form .wrap-form .audience.checkbox > div input[type=checkbox] + label, .authorize_form .wrap-form .pipeline.checkbox > div input[type=checkbox] + label {
  width: 24.5%;
  margin-bottom: 7px;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .channel.checkbox > div input[type=checkbox] + label, .authorize_form .wrap-form .model.checkbox > div input[type=checkbox] + label, .authorize_form .wrap-form .audience.checkbox > div input[type=checkbox] + label, .authorize_form .wrap-form .pipeline.checkbox > div input[type=checkbox] + label {
    width: 49.5%;
  }
}
.authorize_form .wrap-form .channel.checkbox > div > input[type=text], .authorize_form .wrap-form .model.checkbox > div > input[type=text], .authorize_form .wrap-form .audience.checkbox > div > input[type=text], .authorize_form .wrap-form .pipeline.checkbox > div > input[type=text] {
  margin-bottom: 7px;
  padding: 0 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.authorize_form .wrap-form .channel.checkbox > div > input[type=text]:focus, .authorize_form .wrap-form .model.checkbox > div > input[type=text]:focus, .authorize_form .wrap-form .audience.checkbox > div > input[type=text]:focus, .authorize_form .wrap-form .pipeline.checkbox > div > input[type=text]:focus {
  border: 1px solid #000;
}
.authorize_form .wrap-form .channel.checkbox > div > input[type=text]:last-child, .authorize_form .wrap-form .model.checkbox > div > input[type=text]:last-child, .authorize_form .wrap-form .audience.checkbox > div > input[type=text]:last-child, .authorize_form .wrap-form .pipeline.checkbox > div > input[type=text]:last-child {
  margin-bottom: 0;
}
.authorize_form .wrap-form .channel.checkbox > div input:-moz-placeholder, .authorize_form .wrap-form .model.checkbox > div input:-moz-placeholder, .authorize_form .wrap-form .audience.checkbox > div input:-moz-placeholder, .authorize_form .wrap-form .pipeline.checkbox > div input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .channel.checkbox > div input:-ms-input-placeholder, .authorize_form .wrap-form .model.checkbox > div input:-ms-input-placeholder, .authorize_form .wrap-form .audience.checkbox > div input:-ms-input-placeholder, .authorize_form .wrap-form .pipeline.checkbox > div input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .channel.checkbox > div input::-moz-placeholder, .authorize_form .wrap-form .model.checkbox > div input::-moz-placeholder, .authorize_form .wrap-form .audience.checkbox > div input::-moz-placeholder, .authorize_form .wrap-form .pipeline.checkbox > div input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .channel.checkbox > div input::-webkit-input-placeholder, .authorize_form .wrap-form .model.checkbox > div input::-webkit-input-placeholder, .authorize_form .wrap-form .audience.checkbox > div input::-webkit-input-placeholder, .authorize_form .wrap-form .pipeline.checkbox > div input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .application > div {
  position: relative;
}
.authorize_form .wrap-form .application > div input[type=text] {
  width: 50%;
  opacity: 0;
}
.authorize_form .wrap-form .application > div input[type=text] + label {
  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;
  position: absolute;
  top: 0;
  padding-left: 20px;
  margin-bottom: 7px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 50px;
  text-align: center;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.authorize_form .wrap-form .application > div input[type=text] + label:first-of-type {
  left: 0;
}
.authorize_form .wrap-form .application > div input[type=text] + label:last-of-type {
  right: 0;
}
.authorize_form .wrap-form .application > div button {
  display: block;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  background-color: transparent;
  width: 58px;
  line-height: 3.125rem;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.authorize_form .wrap-form .application > div input[type=text]:focus + label {
  border: 1px solid #000;
}
.authorize_form .wrap-form .application > div input[type=text]:focus + label > button {
  border-left: 1px solid #000;
}
.authorize_form .wrap-form .channel.checkbox > div label:last-of-type, .authorize_form .wrap-form .pipeline.checkbox > div label:last-of-type {
  margin-right: 25%;
}
.authorize_form .wrap-form .deadline.radio > div:first-of-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
}
.authorize_form .wrap-form .deadline.radio > div:first-of-type input[type=radio] + label {
  width: 24.5%;
  margin: 0 5px 7px 0;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .deadline.radio > div:first-of-type {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .authorize_form .wrap-form .deadline.radio > div:first-of-type input[type=radio] + label {
    width: 49.5%;
    margin: 0 0 7px 0;
  }
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type input[type=radio] + label {
  width: 8%;
  margin-bottom: 7px;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 7px;
  width: 91%;
  height: 50px;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text] {
  width: 50%;
  opacity: 0;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text]:first-of-type {
  left: 0;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text]:last-of-type {
  right: 0;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text] + label {
  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;
  position: absolute;
  top: 0;
  padding-left: 20px;
  margin-bottom: 7px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 49.5%;
  height: 50px;
  text-align: center;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text] + label:first-of-type {
  left: 0;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text] + label:last-of-type {
  right: 0;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup button {
  display: block;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  background-color: transparent;
  width: 58px;
  line-height: 3.125rem;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text]:focus + label {
  border: 1px solid #000;
}
.authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text]:focus + label > button {
  border-left: 1px solid #000;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .deadline.radio > div:last-of-type input[type=radio] + label {
    width: 32.8%;
  }
  .authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup {
    display: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
  }
  .authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup.active {
    display: block;
  }
  .authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text], .authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text] + label {
    width: 100%;
    height: 50px;
  }
  .authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text] {
    margin-bottom: 7px;
  }
  .authorize_form .wrap-form .deadline.radio > div:last-of-type .dategroup input[type=text] + label:last-of-type {
    top: 57px;
  }
}
.authorize_form .wrap-form .commodity.radio input[type=radio] + label {
  width: 24.5%;
  margin-bottom: 7px;
}
.authorize_form .wrap-form .commodity.radio input[type=text] {
  margin-bottom: 7px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: calc(75.5% - 5px);
  height: 50px;
}
.authorize_form .wrap-form .commodity.radio input[type=text]:focus {
  border: 1px solid #000;
}
.authorize_form .wrap-form .commodity.radio input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .commodity.radio input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .commodity.radio input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .commodity.radio input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .commodity.radio input[type=radio] + label {
    width: 49.5%;
  }
  .authorize_form .wrap-form .commodity.radio input[type=text] {
    display: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .authorize_form .wrap-form .commodity.radio input[type=text].active {
    display: block;
  }
}
.authorize_form .wrap-form .giveaway.radio input[type=checkbox] + label {
  width: 24.5%;
  margin-bottom: 7px;
}
.authorize_form .wrap-form .giveaway.radio input[type=text] {
  padding: 0 10px;
  border: none;
  outline: none;
  border-radius: 10px;
  width: 50%;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .giveaway.radio input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .giveaway.radio input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .giveaway.radio input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .giveaway.radio input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.authorize_form .wrap-form .giveaway.radio > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  width: calc(75.5% - 5px);
}
.authorize_form .wrap-form .giveaway.radio > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.authorize_form .wrap-form .giveaway.radio > div > div > div label {
  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;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 0.8125rem;
  white-space: nowrap;
  padding: 11px 0;
  line-height: 2;
  text-align: center;
}
.authorize_form .wrap-form .giveaway.radio > div > div > div:first-child {
  border-radius: 10px 0 0 10px;
}
.authorize_form .wrap-form .giveaway.radio > div > div > div:first-child label {
  width: 90px;
}
.authorize_form .wrap-form .giveaway.radio > div > div > div:nth-child(2) {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.authorize_form .wrap-form .giveaway.radio > div > div > div:nth-child(2) label {
  width: 120px;
}
.authorize_form .wrap-form .giveaway.radio > div > div > div:last-child {
  border-radius: 0 10px 10px 0;
}
.authorize_form .wrap-form .giveaway.radio > div > div > div:last-child label {
  width: 110px;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .giveaway.radio input[type=text] {
    width: 90%;
  }
  .authorize_form .wrap-form .giveaway.radio input[type=checkbox] + label {
    width: 100%;
  }
  .authorize_form .wrap-form .giveaway.radio > div > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    width: 100%;
  }
  .authorize_form .wrap-form .giveaway.radio > div > div > div:first-child, .authorize_form .wrap-form .giveaway.radio > div > div > div:nth-child(2), .authorize_form .wrap-form .giveaway.radio > div > div > div:last-child {
    margin-bottom: 7px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
  }
  .authorize_form .wrap-form .giveaway.radio > div > div > div:first-child label, .authorize_form .wrap-form .giveaway.radio > div > div > div:nth-child(2) label, .authorize_form .wrap-form .giveaway.radio > div > div > div:last-child label {
    width: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) and (max-width: 575px) {
  .authorize_form .wrap-form .giveaway.radio > div > div > div:first-child label, .authorize_form .wrap-form .giveaway.radio > div > div > div:nth-child(2) label, .authorize_form .wrap-form .giveaway.radio > div > div > div:last-child label {
    width: 48%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 375px) {
  .authorize_form .wrap-form .giveaway.radio > div > div > div:first-child label, .authorize_form .wrap-form .giveaway.radio > div > div > div:nth-child(2) label, .authorize_form .wrap-form .giveaway.radio > div > div > div:last-child label {
    width: 58%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 360px) {
  .authorize_form .wrap-form .giveaway.radio > div > div > div:first-child label, .authorize_form .wrap-form .giveaway.radio > div > div > div:nth-child(2) label, .authorize_form .wrap-form .giveaway.radio > div > div > div:last-child label {
    width: 65%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 320px) {
  .authorize_form .wrap-form .giveaway.radio > div > div > div:first-child label, .authorize_form .wrap-form .giveaway.radio > div > div > div:nth-child(2) label, .authorize_form .wrap-form .giveaway.radio > div > div > div:last-child label {
    width: 70%;
  }
}
.authorize_form .wrap-form .w50 {
  width: 47%;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .w50 {
    width: 100%;
  }
}
.authorize_form .wrap-form .w100 {
  width: 100%;
}
.authorize_form .wrap-form .btns {
  margin: 20px auto 0;
}
@media only screen and (max-width: 575px) {
  .authorize_form .wrap-form .btns {
    margin: 60px auto 0;
  }
}
.authorize_form .wrap-form .btns a {
  margin: 0 25px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0.9375rem;
}
.authorize_form .wrap-form .btns .clear, .authorize_form .wrap-form .btns .goback, .authorize_form .wrap-form .btns .submit {
  position: relative;
  z-index: 1;
}
.authorize_form .wrap-form .btns .clear::after, .authorize_form .wrap-form .btns .goback::after, .authorize_form .wrap-form .btns .submit::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.authorize_form .wrap-form .btns .clear:hover::after, .authorize_form .wrap-form .btns .goback:hover::after, .authorize_form .wrap-form .btns .submit:hover::after {
  left: 50%;
  width: 100px;
  height: 100px;
}
.authorize_form .wrap-form .btns .clear::after, .authorize_form .wrap-form .btns .goback::after {
  left: 90%;
  background-color: rgba(0, 0, 0, 0.2);
}
.authorize_form .wrap-form .btns .submit::after {
  left: 10%;
  background-color: #ffff47;
}
.authorize_form.active::before {
  content: "";
  width: 1px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.authorize_lbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
}
.authorize_lbox .scroll-wrap {
  padding: 150px 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 575px) {
  .authorize_lbox .scroll-wrap {
    padding: 100px 0;
  }
}
.authorize_lbox .scroll-wrap .block {
  position: relative;
  margin: 0 auto;
  padding: 120px 0 76px;
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 360px) {
  .authorize_lbox .scroll-wrap .block {
    padding: 120px 0 76px;
  }
}
.authorize_lbox .scroll-wrap .block::after {
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}
.authorize_lbox .scroll-wrap .success {
  display: none;
}
.authorize_lbox .scroll-wrap .confirm-close, .authorize_lbox .scroll-wrap .success-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 500px;
  background-color: #f43b2c;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}
.authorize_lbox .scroll-wrap .confirm-close span, .authorize_lbox .scroll-wrap .success-close span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.authorize_lbox .scroll-wrap .confirm-close:hover span, .authorize_lbox .scroll-wrap .success-close:hover span {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.authorize_lbox .scroll-wrap .confirm-img, .authorize_lbox .scroll-wrap .success-img {
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
}
.authorize_lbox .scroll-wrap .confirm hr, .authorize_lbox .scroll-wrap .success hr {
  margin: 40px auto;
  max-width: 100px;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.3);
}
.authorize_lbox .scroll-wrap .confirm-title, .authorize_lbox .scroll-wrap .success-title {
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
  font-weight: bold;
}
.authorize_lbox .scroll-wrap .confirm-subtitle, .authorize_lbox .scroll-wrap .success-subtitle {
  font-size: 1.125rem;
}
.authorize_lbox .scroll-wrap .confirm-text, .authorize_lbox .scroll-wrap .success-text {
  padding: 0 20px;
  margin-top: 25px;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
  line-height: 1.5rem;
}
.authorize_lbox .scroll-wrap .confirm-text a, .authorize_lbox .scroll-wrap .success-text a {
  color: #b30000;
  text-decoration: underline;
}
.authorize_lbox .scroll-wrap .confirm-btns, .authorize_lbox .scroll-wrap .success-btns {
  margin: 60px auto 0;
}
.authorize_lbox .scroll-wrap .confirm-btns a, .authorize_lbox .scroll-wrap .success-btns a {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0.9375rem;
}
.authorize_lbox .scroll-wrap .confirm-btns a.nextstep, .authorize_lbox .scroll-wrap .success-btns a.nextstep {
  margin-left: 50px;
}
@media only screen and (max-width: 320px) {
  .authorize_lbox .scroll-wrap .confirm-btns a.nextstep, .authorize_lbox .scroll-wrap .success-btns a.nextstep {
    margin-left: 25px;
  }
}
.authorize_lbox .scroll-wrap .confirm-btns .clear, .authorize_lbox .scroll-wrap .confirm-btns .cancel, .authorize_lbox .scroll-wrap .confirm-btns .nextstep, .authorize_lbox .scroll-wrap .confirm-btns .done, .authorize_lbox .scroll-wrap .success-btns .clear, .authorize_lbox .scroll-wrap .success-btns .cancel, .authorize_lbox .scroll-wrap .success-btns .nextstep, .authorize_lbox .scroll-wrap .success-btns .done {
  position: relative;
  z-index: 1;
}
.authorize_lbox .scroll-wrap .confirm-btns .clear::after, .authorize_lbox .scroll-wrap .confirm-btns .cancel::after, .authorize_lbox .scroll-wrap .confirm-btns .nextstep::after, .authorize_lbox .scroll-wrap .confirm-btns .done::after, .authorize_lbox .scroll-wrap .success-btns .clear::after, .authorize_lbox .scroll-wrap .success-btns .cancel::after, .authorize_lbox .scroll-wrap .success-btns .nextstep::after, .authorize_lbox .scroll-wrap .success-btns .done::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.authorize_lbox .scroll-wrap .confirm-btns .clear:hover::after, .authorize_lbox .scroll-wrap .confirm-btns .cancel:hover::after, .authorize_lbox .scroll-wrap .confirm-btns .nextstep:hover::after, .authorize_lbox .scroll-wrap .confirm-btns .done:hover::after, .authorize_lbox .scroll-wrap .success-btns .clear:hover::after, .authorize_lbox .scroll-wrap .success-btns .cancel:hover::after, .authorize_lbox .scroll-wrap .success-btns .nextstep:hover::after, .authorize_lbox .scroll-wrap .success-btns .done:hover::after {
  left: 50%;
  width: 100px;
  height: 100px;
}
.authorize_lbox .scroll-wrap .confirm-btns .clear::after, .authorize_lbox .scroll-wrap .confirm-btns .cancel::after, .authorize_lbox .scroll-wrap .success-btns .clear::after, .authorize_lbox .scroll-wrap .success-btns .cancel::after {
  left: 90%;
  background-color: rgba(0, 0, 0, 0.2);
}
.authorize_lbox .scroll-wrap .confirm-btns .nextstep::after, .authorize_lbox .scroll-wrap .confirm-btns .done::after, .authorize_lbox .scroll-wrap .success-btns .nextstep::after, .authorize_lbox .scroll-wrap .success-btns .done::after {
  left: 10%;
  background-color: #ffff47;
}
.authorize_lbox .scroll-wrap .confirm-img {
  -webkit-animation: ld-bounce 1s infinite 1s;
          animation: ld-bounce 1s infinite 1s;
}
.authorize_lbox .scroll-wrap .success-img {
  -webkit-animation: fadeInRight 2s forwards ease-in-out;
          animation: fadeInRight 2s forwards ease-in-out;
}
.authorize_lbox .scroll-wrap .success-img img {
  -webkit-animation: eleWalk 2s forwards ease-in-out;
          animation: eleWalk 2s forwards ease-in-out;
}

.authorize_detail_wrap .article-wrap ._articlecover._content article h4.title_type {
  font-weight: bold !important;
}
.authorize_detail_wrap .article-wrap ._articlecover._content article span._description {
  text-align: right !important;
  color: #666;
}

.authorize_detail_wrap {
  background-image: url(../../uploads/root/authorize/authorize_detail_background.jpg);
  background-repeat: repeat-y;
  background-position: 0 80%;
  padding-top: 100px;
  padding-bottom: 180px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .authorize_detail_wrap {
    background-size: cover;
  }
}
@media only screen and (max-width: 1366px) {
  .authorize_detail_wrap {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap {
    padding-bottom: 120px;
  }
}
.authorize_detail_wrap .newContainerPage {
  position: absolute;
  width: 100%;
  top: 12%;
  left: 0;
}
.authorize_detail_wrap.noBannerType .authorize_content {
  margin-top: 150px;
  padding: 40px 0 75px;
}
.authorize_detail_wrap.noBannerType .authorize_content .info {
  border-top: none;
}
@media only screen and (max-width: 1024px) {
  .authorize_detail_wrap.noBannerType .authorize_content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap.noBannerType .authorize_content {
    margin-top: 0;
  }
}
.authorize_detail_wrap.noBannerType .detail_head_wrap .topAnimationblock .elephant {
  top: 10px;
}
.authorize_detail_wrap.noBannerType .detail_head_wrap .topAnimationblock .smallflower {
  top: -90px;
}
.authorize_detail_wrap.noBannerType .detail_head_wrap .topAnimationblock .bigflower {
  top: -70px;
}
@media only screen and (max-width: 1024px) {
  .authorize_detail_wrap.noBannerType .detail_head_wrap .topAnimationblock .elephant, .authorize_detail_wrap.noBannerType .detail_head_wrap .topAnimationblock .smallflower, .authorize_detail_wrap.noBannerType .detail_head_wrap .topAnimationblock .bigflower {
    display: none;
  }
}
.authorize_detail_wrap .breadcrumbBlock {
  padding-top: 40px;
  margin-bottom: 20px;
}
.authorize_detail_wrap .breadcrumbBlock .breadcrumb {
  margin-top: 20px;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
@media only screen and (max-width: 1680px) {
  .authorize_detail_wrap .breadcrumbBlock {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .breadcrumbBlock {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .breadcrumbBlock {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.authorize_detail_wrap .detail_head_wrap {
  position: relative;
  padding: 0 20px;
}
.authorize_detail_wrap .detail_head_wrap .cont900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.authorize_detail_wrap .detail_head_wrap .topAnimationblock div {
  position: absolute;
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .detail_head_wrap .topAnimationblock div {
    display: none;
  }
}
.authorize_detail_wrap .detail_head_wrap .topAnimationblock .elephant {
  top: 42%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 20.3125vw;
  width: 100%;
}
.authorize_detail_wrap .detail_head_wrap .topAnimationblock .elephant figure {
  -webkit-animation: eleIn 2s both ease-in-out;
          animation: eleIn 2s both ease-in-out;
}
.authorize_detail_wrap .detail_head_wrap .topAnimationblock .elephant img {
  -webkit-animation: eleWalk 2s both ease-in-out;
          animation: eleWalk 2s both ease-in-out;
}
.authorize_detail_wrap .detail_head_wrap .topAnimationblock .bigflower {
  top: -6.5657%;
  right: 0;
  max-width: 12.7083333333vw;
  width: 100%;
  -webkit-animation: rightIn 2s both ease-in-out;
          animation: rightIn 2s both ease-in-out;
}
.authorize_detail_wrap .detail_head_wrap .topAnimationblock .smallflower {
  top: 46.2963%;
  right: 11.25vw;
  max-width: 2.2916666667vw;
  width: 100%;
  -webkit-animation: smallflowerRight 4s both ease-in-out;
          animation: smallflowerRight 4s both ease-in-out;
}
.authorize_detail_wrap .detail_head_wrap .topAnimationblock .smallflower img {
  -webkit-animation: floatflower 4s ease-in-out alternate infinite;
          animation: floatflower 4s ease-in-out alternate infinite;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .detail_head_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    overflow: hidden;
  }
}
.authorize_detail_wrap .detail_head {
  padding-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .detail_head {
    margin-top: 90px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .detail_head .title_wrap .description {
    padding-bottom: 20px;
  }
}
.authorize_detail_wrap .pubArt_swiper {
  position: relative;
}
.authorize_detail_wrap .pubArt_swiper .swiper-container .img_wrap {
  max-width: 900px;
  max-height: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .authorize_detail_wrap .pubArt_swiper .swiper-container .img_wrap {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1280px) {
  .authorize_detail_wrap .pubArt_swiper .swiper-container .img_wrap {
    max-width: 700px;
  }
}
.authorize_detail_wrap .pubArt_swiper .swiper-container p {
  color: #666666;
  text-align: center;
  margin-bottom: 20px;
  min-height: 44px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .pubArt_swiper .swiper-container p {
    min-height: 58px;
    padding: 10px 15px 0 15px;
  }
}
.authorize_detail_wrap .swiper-pagination {
  margin-top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .swiper-pagination {
    margin-top: 0;
    bottom: 0;
  }
}
.authorize_detail_wrap .authorize_content {
  position: relative;
  background-color: #fff;
  margin-top: -150px;
  padding: 250px 0 0;
  -webkit-box-shadow: 3.9px 4.6px 54px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 3.9px 4.6px 54px 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1024px) {
  .authorize_detail_wrap .authorize_content {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .authorize_content .cont1040 {
    width: 100%;
  }
}
.authorize_detail_wrap .authorize_content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 70px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .authorize_content .info {
    padding: 50px 50px;
  }
}
.authorize_detail_wrap .authorize_content .info-logo {
  margin-right: 70px;
  max-width: 240px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .authorize_content .info-logo {
    margin-right: 50px;
  }
}
.authorize_detail_wrap .authorize_content .info-logo figure {
  padding-bottom: 109.375%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.authorize_detail_wrap .authorize_content .info-logo figure img {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .authorize_content .info-content {
    width: 95%;
    margin: 0 auto;
  }
}
.authorize_detail_wrap .authorize_content .info-content .title {
  margin-bottom: 0;
  font-weight: 700;
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .authorize_content .info-content .title {
    text-align: center;
    font-size: 1.5rem;
  }
}
.authorize_detail_wrap .authorize_content .info-content .text {
  margin-bottom: 40px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .authorize_content .info-content .text {
    text-align: center;
  }
}
.authorize_detail_wrap .authorize_content .info-content .list {
  margin-bottom: 36px;
}
.authorize_detail_wrap .authorize_content .info-content .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 0.875rem;
}
.authorize_detail_wrap .authorize_content .info-content .list li p:first-child {
  font-weight: 700;
  margin-right: 10px;
  word-break: keep-all;
}
.authorize_detail_wrap .authorize_content .info-content .list li a {
  word-break: keep-all;
  text-decoration: underline;
  color: #b30000;
}
.authorize_detail_wrap .authorize_content .info-content .list li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .authorize_content .info-content .list {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.authorize_detail_wrap .authorize_content .info-content .social_btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.authorize_detail_wrap .authorize_content .info-content .social_btn li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .authorize_content .info-content .social_btn {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .authorize_content .info-content .social_btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.authorize_detail_wrap .authorize_content .proposal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 130px 20px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .authorize_content .proposal {
    padding: 100px 20px;
  }
}
.authorize_detail_wrap .authorize_content .proposal div {
  text-align: center;
}
.authorize_detail_wrap .authorize_content .proposal div .title {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .authorize_content .proposal div .title {
    margin-bottom: 5px;
  }
}
.authorize_detail_wrap .authorize_content .proposal div .subtitle {
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.authorize_detail_wrap .authorize_content .proposal div .text {
  margin-top: 70px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .authorize_content .proposal div .text {
    margin-top: 20px;
  }
}
.authorize_detail_wrap .authorize_content .proposal div .btnDarkT {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}
.authorize_detail_wrap .authorize_content .proposal div .btnDarkT a {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .authorize_content .proposal div .btnDarkT {
    height: 35px;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .authorize_content .articleType {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .authorize_content .articleType {
    padding: 0 20px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .authorize_content {
    width: 100%;
    padding: 200px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .authorize_content {
    padding: 190px 0 0;
  }
  .authorize_detail_wrap .authorize_content .cont1040.info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px;
    width: 100%;
  }
  .authorize_detail_wrap .authorize_content .cont1040.info .info-logo {
    margin: 0 auto 30px;
  }
  .authorize_detail_wrap .authorize_content .proposal {
    padding: 70px 20px 200px;
  }
}
.authorize_detail_wrap .no-swiper {
  padding-top: 20px;
  margin-top: 30px;
}
.authorize_detail_wrap .no-swiper .info {
  border-top: 0;
}
.authorize_detail_wrap ._articlecover article {
  margin-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap ._articlecover article {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap ._articlecover article:last-child {
    margin-bottom: 60px;
  }
}
.authorize_detail_wrap .bookSwiper_container {
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .bookSwiper_container {
    margin: 0 auto;
  }
}
.authorize_detail_wrap .bookSwiper_container .btnDarkT {
  min-width: unset;
}
.authorize_detail_wrap .bookSwiper_container .morebtnType::after {
  font-family: "MyriadPro-Regular";
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .staff_wrap {
    margin-top: 50px;
  }
}
.authorize_detail_wrap .staff_item {
  padding-left: 10px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .staff_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .authorize_detail_wrap .staff_item .staff_tit {
    margin-bottom: 5px;
    width: 90px;
  }
}
.authorize_detail_wrap .flower_02, .authorize_detail_wrap .flower_03, .authorize_detail_wrap .flower_04,
.authorize_detail_wrap .flower_05, .authorize_detail_wrap .flower_06, .authorize_detail_wrap .flower_07,
.authorize_detail_wrap .obj_small, .authorize_detail_wrap .obj_small01, .authorize_detail_wrap .obj_small02 {
  position: absolute;
  left: -1000px;
  top: 0;
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .authorize_detail_wrap .flower_02, .authorize_detail_wrap .flower_03, .authorize_detail_wrap .flower_04,
  .authorize_detail_wrap .flower_05, .authorize_detail_wrap .flower_06, .authorize_detail_wrap .flower_07,
  .authorize_detail_wrap .obj_small, .authorize_detail_wrap .obj_small01, .authorize_detail_wrap .obj_small02 {
    display: none;
  }
}
.authorize_detail_wrap .flower_03.show, .authorize_detail_wrap .flower_05.show, .authorize_detail_wrap .flower_07.show {
  -webkit-animation: leftIn 1.5s both ease-in-out;
          animation: leftIn 1.5s both ease-in-out;
}
.authorize_detail_wrap .flower_02.show, .authorize_detail_wrap .flower_04.show, .authorize_detail_wrap .flower_06.show {
  -webkit-animation: rightIn 1.5s both ease-in-out;
          animation: rightIn 1.5s both ease-in-out;
}
.authorize_detail_wrap .obj_small.show, .authorize_detail_wrap .obj_small01.show {
  -webkit-animation: smallflowerLeft 4s both ease-in-out;
          animation: smallflowerLeft 4s both ease-in-out;
}
.authorize_detail_wrap .obj_small.show img, .authorize_detail_wrap .obj_small01.show img {
  -webkit-animation: floatflower 4.5s ease-in-out alternate infinite;
          animation: floatflower 4.5s ease-in-out alternate infinite;
}
.authorize_detail_wrap .obj_small02.show {
  -webkit-animation: smallflowerRight 4s both ease-in-out;
          animation: smallflowerRight 4s both ease-in-out;
}
.authorize_detail_wrap .obj_small02.show img {
  -webkit-animation: floatflower2 4.5s ease-in-out alternate infinite;
          animation: floatflower2 4.5s ease-in-out alternate infinite;
}
.authorize_detail_wrap .man {
  position: absolute;
  bottom: 0;
  left: 132px;
  max-width: 9.8958333333vw;
  width: 100%;
  opacity: 0;
}
@media only screen and (min-width: 1921px) {
  .authorize_detail_wrap .man {
    max-width: 7.895vw;
  }
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .man {
    max-width: 20.9vw;
    left: 2%;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .man {
    left: 0;
    max-width: 150px;
  }
}
.authorize_detail_wrap .man.show {
  -webkit-animation: leftIn 2s both 0.5s;
          animation: leftIn 2s both 0.5s;
}
.authorize_detail_wrap .ladder {
  position: absolute;
  bottom: 0;
  right: 139px;
  max-width: 13.0208333333vw;
  width: 100%;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .authorize_detail_wrap .ladder {
    max-width: 19vw;
    right: 2%;
  }
}
@media only screen and (max-width: 575px) {
  .authorize_detail_wrap .ladder {
    right: 0;
    max-width: 150px;
  }
}
.authorize_detail_wrap .ladder.show {
  -webkit-animation: rightIn 2s both 0.5s;
          animation: rightIn 2s both 0.5s;
}

.newContainerPage .obj_small, .newContainerPage .obj_small01, .newContainerPage .obj_small02 {
  max-width: 2.2916666667vw;
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .obj_small, .newContainerPage .obj_small01 {
    left: 5vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .obj_small, .newContainerPage .obj_small01 {
    left: 2vw !important;
  }
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .obj_small02 {
    right: 6vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .obj_small02 {
    right: 3vw !important;
  }
}
.newContainerPage .flower_02 {
  max-width: 8.6979166667vw;
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .flower_02 {
    right: -1vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .flower_02 {
    right: -3vw !important;
  }
}
@media only screen and (max-width: 1550px) {
  .newContainerPage .flower_02 {
    right: -4vw !important;
  }
}
.newContainerPage .flower_03 {
  max-width: 10.9895833333vw;
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .flower_03 {
    left: -4vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .flower_03 {
    left: -5.5vw !important;
  }
}
@media only screen and (max-width: 1550px) {
  .newContainerPage .flower_03 {
    left: -6vw !important;
  }
}
.newContainerPage .flower_04 {
  max-width: 11.25vw;
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .flower_04 {
    right: -4vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .flower_04 {
    right: -6vw !important;
  }
}
@media only screen and (max-width: 1550px) {
  .newContainerPage .flower_04 {
    display: none;
  }
}
.newContainerPage .flower_05 {
  max-width: 8.8541666667vw;
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .flower_05 {
    left: -1vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .flower_05 {
    left: -3vw !important;
  }
}
@media only screen and (max-width: 1550px) {
  .newContainerPage .flower_05 {
    display: none;
  }
}
.newContainerPage .flower_06 {
  max-width: 9.7916666667vw;
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .newContainerPage .flower_06 {
    left: -2vw !important;
  }
}
@media only screen and (max-width: 1600px) {
  .newContainerPage .flower_06 {
    left: -4vw !important;
  }
}
@media only screen and (max-width: 1550px) {
  .newContainerPage .flower_06 {
    display: none;
  }
}
.newContainerPage .flower_07 {
  max-width: 4.84375vw;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .download_list_wrap .banner_full picture img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.download_list_wrap .banner_full.banner {
  padding-top: 90px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .banner_full.banner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .banner_full.banner {
    padding-top: 0;
  }
}
.download_list_wrap .banner_full.banner .el_banner_container {
  z-index: 2;
}
.download_list_wrap .banner_full.banner .el_banner_container .objBlock {
  position: relative;
}
.download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block {
  width: 50%;
  top: 60%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block {
    width: 60%;
    top: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block {
    width: 100%;
    top: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 30px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}
.download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  float: none;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
  }
}
.download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
  max-width: 460px;
  width: 90%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1500px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 90%;
  }
}
@media only screen and (max-width: 375px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
    width: 80%;
  }
}
.download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .down_scrollbtn {
  min-width: initial;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 360px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .down_scrollbtn {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 320px) {
  .download_list_wrap .banner_full.banner .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .down_scrollbtn {
    margin-top: 0px;
  }
}
.download_list_wrap .banner_full.banner .el_banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 100px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .download_list_wrap .banner_full.banner .el_banner_bg {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .banner_full.banner .el_banner_bg {
    padding: 0 30px;
  }
}
.download_list_wrap .banner_full.banner .el_banner_bg_wrap {
  position: relative;
  padding-bottom: 34.8837%;
  overflow: hidden;
}
.download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
  position: absolute;
}
.download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
  right: -1.5%;
  top: 22.7%;
  width: 100%;
  max-width: 22.1875vw;
  -webkit-animation: trainIn 1.8s both 0.4s ease-in-out;
          animation: trainIn 1.8s both 0.4s ease-in-out;
}
@media only screen and (max-width: 1850px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    top: 23.3%;
  }
}
@media only screen and (max-width: 1750px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    top: 24.2%;
  }
}
@media only screen and (max-width: 1680px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    right: -2%;
    top: 24.9%;
  }
}
@media only screen and (max-width: 1600px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    top: 26%;
  }
}
@media only screen and (max-width: 1500px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    top: 27%;
  }
}
@media only screen and (max-width: 1440px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    top: 28%;
  }
}
@media only screen and (max-width: 1366px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    top: 29%;
  }
}
@media only screen and (max-width: 1280px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    top: 30.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    right: -11%;
    top: 56%;
    max-width: 29.1vw;
  }
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    top: 41%;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .banner_full.banner .el_banner_bg_wrap .banner_train {
    display: none;
  }
}
.download_list_wrap .banner_full.banner .banner_obj {
  position: absolute;
  bottom: -11.5%;
  left: 16.5%;
  width: 100%;
  max-width: 11.6666666667vw;
  -webkit-animation: giftJump 1.8s both 0.2s;
          animation: giftJump 1.8s both 0.2s;
}
@media only screen and (max-width: 1024px) {
  .download_list_wrap .banner_full.banner .banner_obj {
    left: 13.5%;
    max-width: 17.6vw;
  }
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .banner_full.banner .banner_obj {
    max-width: 20.6vw;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .banner_full.banner .banner_obj {
    left: 0.5%;
    bottom: 7%;
    max-width: 47.6vw;
  }
}
.download_list_wrap .anchor {
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .anchor .anchor_menu {
    margin-top: -10px;
  }
  .download_list_wrap .anchor .anchor_menu .anchor_menu_wrap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.download_list_wrap .download_content .unit_wrap {
  padding-top: 100px;
  padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .download_content .unit_wrap {
    padding-top: 60px;
  }
}
.download_list_wrap .swiper-container {
  max-width: 850px;
  width: 100%;
  padding-top: 55px;
}
.download_list_wrap .swiper-container .cont {
  position: relative;
  margin: 0px 14px;
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .swiper-container .cont {
    margin: 0 70px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .swiper-container .cont {
    margin: 0 20px;
  }
}
.download_list_wrap .swiper-container .cont .tit_circle {
  position: absolute;
  top: -30px;
  left: 30px;
}
@media only screen and (max-width: 1280px) {
  .download_list_wrap .swiper-container .cont .tit_circle {
    left: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .swiper-container .cont .tit_circle {
    left: -50px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .swiper-container .cont .tit_circle {
    left: -10px;
  }
}
.download_list_wrap .swiper-container .cont .tit_circle .tit.ch {
  max-width: 115px;
  overflow: hidden;
  white-space: nowrap;
}
.download_list_wrap .swiper-container .cont .tit_circle .category {
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .swiper-container .cont .tit_circle .category {
    letter-spacing: 0;
    font-size: 0.625rem;
  }
}
.download_list_wrap .swiper-container .cont .img_wrap {
  margin: 0 auto;
  max-width: 650px;
  max-height: 450px;
  margin-bottom: 100px;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1280px) {
  .download_list_wrap .swiper-container .cont .img_wrap {
    max-width: 500px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .swiper-container .cont .img_wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .swiper-container .cont .img_wrap {
    margin-bottom: 20px;
  }
}
.download_list_wrap .swiper-container .cont .txt_wrap {
  max-width: 650px;
  min-height: 150px;
  margin: 0 auto;
  text-align: center;
}
.download_list_wrap .swiper-container .cont h3 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.045rem;
  margin-bottom: 12px;
}
.download_list_wrap .swiper-container .cont p {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.download_list_wrap .swiper-container .down_left, .download_list_wrap .swiper-container .down_right {
  position: absolute;
  z-index: 1;
  top: 42.5%;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .swiper-container .down_left, .download_list_wrap .swiper-container .down_right {
    top: 40%;
  }
}
@media only screen and (max-width: 320px) {
  .download_list_wrap .swiper-container .down_left, .download_list_wrap .swiper-container .down_right {
    top: 38%;
  }
}
.download_list_wrap .swiper-container .down_left::after, .download_list_wrap .swiper-container .down_right::after {
  font-family: "icomoon" !important;
  font-size: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.download_list_wrap .swiper-container .down_left {
  left: -15px;
}
.download_list_wrap .swiper-container .down_left::after {
  content: "\e906";
  left: 16px;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .swiper-container .down_left {
    left: 0px;
  }
  .download_list_wrap .swiper-container .down_left::after {
    left: 28px;
  }
}
.download_list_wrap .swiper-container .down_right {
  right: -15px;
}
.download_list_wrap .swiper-container .down_right::after {
  content: "\e907";
  right: 16px;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .swiper-container .down_right {
    right: 0px;
  }
  .download_list_wrap .swiper-container .down_right::after {
    right: 28px;
  }
}
.download_list_wrap .download_zone {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .download_zone {
    margin-top: 0;
  }
}
.download_list_wrap .download_zone .unit_wrap {
  margin-bottom: 40px;
}
.download_list_wrap .download_zone .menu_link .menu_link_cont ul li:after {
  top: 45%;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .download_zone .menu_link .menu_link_cont ul li:after {
    top: 39%;
  }
}
.download_list_wrap .download_zone .menu_link {
  max-width: 1300px;
  width: 100%;
  height: 50px;
  margin: 0 auto 130px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
@media only screen and (max-width: 1280px) {
  .download_list_wrap .download_zone .menu_link {
    width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .download_zone .menu_link {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .download_zone .menu_link {
    width: 90%;
  }
}
.download_list_wrap .download_zone .menu_link .menu_link_cont {
  width: 100%;
  height: 65px;
  padding: 0;
}
.download_list_wrap .download_zone .menu_link .scroll-wrapper {
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .download_zone .menu_link .scroll-wrapper {
    max-width: 590px;
  }
}
.download_list_wrap .download_zone .menu_link ul {
  height: 100%;
  padding-top: 13px;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .download_zone .menu_link ul {
    padding-top: 0;
  }
}
.download_list_wrap .download_zone .menu_link ul li a {
  padding-bottom: 8px;
  font-weight: bold;
  color: #000;
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .download_zone .menu_link ul li a {
    padding-top: 0;
    padding-bottom: 6px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .download_zone .menu_link ul li:first-child {
    padding-left: 25px;
  }
}
.download_list_wrap .down_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .download_list_wrap .down_content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .down_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.download_list_wrap .down_content .download_block {
  max-width: 490px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 130px;
  min-height: 340px;
}
@media only screen and (max-width: 1280px) {
  .download_list_wrap .down_content .download_block {
    width: 35%;
  }
}
@media only screen and (max-width: 1200px) {
  .download_list_wrap .down_content .download_block {
    width: 45%;
  }
}
@media only screen and (max-width: 900px) {
  .download_list_wrap .down_content .download_block {
    width: 80%;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .down_content .download_block {
    width: 100%;
    margin-bottom: 50px;
  }
}
.download_list_wrap .down_content .download_block.transition img {
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.download_list_wrap .down_content .download_block.transition:hover .img_wrap img:first-child {
  opacity: 0;
}
.download_list_wrap .down_content .download_block.transition:hover .img_wrap img:last-child {
  opacity: 1;
}
.download_list_wrap .down_content .download_block .tit_circle {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -40px;
  top: -65px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .download_list_wrap .down_content .download_block .tit_circle {
    top: -55px;
  }
}
@media only screen and (max-width: 768px) {
  .download_list_wrap .down_content .download_block .tit_circle {
    top: -65px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .down_content .download_block .tit_circle {
    width: 100px;
    height: 100px;
    top: -45px;
    left: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .down_content .download_block .tit_circle .tit {
    padding-bottom: 5px;
  }
}
.download_list_wrap .down_content .download_block .tit_circle .tit.en {
  max-width: 97px;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .down_content .download_block .tit_circle .tit.en {
    font-size: 1.375rem;
  }
}
.download_list_wrap .down_content .download_block .tit_circle .tit.ch {
  max-width: 83px;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .down_content .download_block .tit_circle .tit.ch {
    max-width: 64px;
  }
}
.download_list_wrap .down_content .download_block .tit_circle .category {
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .down_content .download_block .tit_circle .category {
    max-width: 65px;
    height: 26px;
    overflow: hidden;
    white-space: normal;
  }
}
.download_list_wrap .down_content .download_block .img_wrap {
  max-width: 490px;
}
.download_list_wrap .down_content .download_block .img_wrap img {
  max-height: 390px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .down_content .download_block .img_wrap img {
    max-height: none;
  }
}
.download_list_wrap .down_content .download_block .img_wrap img:first-child {
  opacity: 1;
}
@media only screen and (max-width: 1100px) {
  .download_list_wrap .down_content .download_block .img_wrap img:first-child {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .download_list_wrap .down_content .download_block .img_wrap img:first-child.show {
    opacity: 1;
  }
}
.download_list_wrap .down_content .download_block .img_wrap img:last-child {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .download_list_wrap .down_content .download_block .img_wrap img:last-child.show {
    opacity: 1;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .down_content .download_block .img_wrap {
    max-width: none;
  }
}
.download_list_wrap .down_content .download_block h2, .download_list_wrap .down_content .download_block p {
  text-align: center;
}
.download_list_wrap .down_content .download_block h2 {
  margin-top: 85%;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
}
.download_list_wrap .down_content .download_block p {
  margin-top: 5px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .down_content .download_block:last-child {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .cont1120 {
    width: 80%;
  }
}
.download_list_wrap .learnBtn {
  margin-bottom: 280px;
}
@media only screen and (max-width: 1440px) {
  .download_list_wrap .learnBtn {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .download_list_wrap .learnBtn {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .learnBtn {
    margin-bottom: 100px;
  }
}
.download_list_wrap .bg_wrap {
  background-image: url(../../../dist/assets/img/download/down_bg.jpg);
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1921px) {
  .download_list_wrap .bg_wrap {
    background-size: contain;
  }
}
@media only screen and (max-width: 1600px) {
  .download_list_wrap .bg_wrap {
    background-position: bottom;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .download_list_wrap .bg_wrap {
    background-size: cover;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .bg_wrap {
    background-position: 36.5% bottom;
  }
}
.download_list_wrap .bg_wrap .obj_rose01, .download_list_wrap .bg_wrap .obj_rose02, .download_list_wrap .bg_wrap .obj_rose03, .download_list_wrap .bg_wrap .obj_box {
  position: absolute;
  width: 100%;
}
.download_list_wrap .bg_wrap .obj_rose01 {
  top: 16%;
  right: 9%;
  min-width: 60px;
  max-width: 4.6875vw;
}
.download_list_wrap .bg_wrap .obj_rose01.show {
  -webkit-animation: roseLeft 4s both 1.8s ease-in-out;
          animation: roseLeft 4s both 1.8s ease-in-out;
}
.download_list_wrap .bg_wrap .obj_rose01.show img {
  -webkit-animation: roseRotate2 4.5s 1.8s ease-in-out alternate infinite;
          animation: roseRotate2 4.5s 1.8s ease-in-out alternate infinite;
}
@media only screen and (max-width: 1440px) {
  .download_list_wrap .bg_wrap .obj_rose01 {
    max-width: 5.7vw;
  }
}
@media only screen and (max-width: 1280px) {
  .download_list_wrap .bg_wrap .obj_rose01 {
    max-width: 7.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .download_list_wrap .bg_wrap .obj_rose01 {
    max-width: 9.7vw;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .bg_wrap .obj_rose01 {
    max-width: 14.7vw;
  }
}
.download_list_wrap .bg_wrap .obj_rose02 {
  top: 47%;
  left: 4%;
  min-width: 90px;
  max-width: 6.875vw;
}
.download_list_wrap .bg_wrap .obj_rose02.show {
  -webkit-animation: roseRight 4s both 2.3s ease-in-out;
          animation: roseRight 4s both 2.3s ease-in-out;
}
.download_list_wrap .bg_wrap .obj_rose02.show img {
  -webkit-animation: roseRotate 4.5s 2.3s ease-in-out alternate infinite;
          animation: roseRotate 4.5s 2.3s ease-in-out alternate infinite;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .download_list_wrap .bg_wrap .obj_rose02 {
    top: 36%;
  }
}
@media only screen and (max-width: 768px) {
  .download_list_wrap .bg_wrap .obj_rose02 {
    max-width: 13.875vw;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .bg_wrap .obj_rose02 {
    max-width: 20.875vw;
  }
}
.download_list_wrap .bg_wrap .obj_rose03 {
  left: 3%;
  bottom: -10%;
  max-width: 15.1041666667vw;
  -webkit-transform-origin: 80% 30%;
      -ms-transform-origin: 80% 30%;
          transform-origin: 80% 30%;
  opacity: 0;
}
.download_list_wrap .bg_wrap .obj_rose03.show {
  -webkit-animation: fadeIn 1.5s both ease-in-out;
          animation: fadeIn 1.5s both ease-in-out;
}
.download_list_wrap .bg_wrap .obj_rose03.show img {
  -webkit-animation: rose 4.5s alternate infinite ease-in-out;
          animation: rose 4.5s alternate infinite ease-in-out;
}
@media only screen and (max-width: 1680px) {
  .download_list_wrap .bg_wrap .obj_rose03 {
    left: 3vw;
    bottom: -3vh;
    max-width: 19.1vw;
  }
}
@media only screen and (max-width: 1440px) {
  .download_list_wrap .bg_wrap .obj_rose03 {
    max-width: 17vw;
  }
}
@media only screen and (max-width: 1280px) {
  .download_list_wrap .bg_wrap .obj_rose03 {
    max-width: 21vw;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .download_list_wrap .bg_wrap .obj_rose03 {
    max-width: 32vw;
    left: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .download_list_wrap .bg_wrap .obj_rose03 {
    max-width: 39vw;
    left: -2%;
    bottom: -5.5%;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .bg_wrap .obj_rose03 {
    max-width: 47vw;
    left: -9%;
    bottom: -1.5%;
  }
}
.download_list_wrap .bg_wrap .obj_box {
  right: 3.5%;
  bottom: 0;
  max-width: 11.6145833333vw;
  opacity: 0;
}
.download_list_wrap .bg_wrap .obj_box.show {
  -webkit-animation: rotateInRight 3s both ease-in-out;
          animation: rotateInRight 3s both ease-in-out;
}
@media only screen and (max-width: 1680px) {
  .download_list_wrap .bg_wrap .obj_box {
    max-width: 13.6vw;
    right: 3vw;
    bottom: 5vh;
  }
}
@media only screen and (max-width: 1440px) {
  .download_list_wrap .bg_wrap .obj_box {
    max-width: 13.6vw;
  }
}
@media only screen and (max-width: 1280px) {
  .download_list_wrap .bg_wrap .obj_box {
    max-width: 17.6vw;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .download_list_wrap .bg_wrap .obj_box {
    max-width: 26.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .download_list_wrap .bg_wrap .obj_box {
    max-width: 24.6vw;
  }
}
@media only screen and (max-width: 575px) {
  .download_list_wrap .bg_wrap .obj_box {
    max-width: 30.6vw;
  }
}

.ajax_download {
  max-width: 1120px;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: 120px;
}
@media only screen and (max-width: 1440px) {
  .ajax_download {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .ajax_download {
    margin-top: 0;
  }
}
.ajax_download .lightbox_close__btn .icon-close {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ajax_download .lightbox_close__btn:hover .icon-close {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.ajax_download .type_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 36px;
}
.ajax_download .type_toggle .type {
  text-align: center;
  cursor: pointer;
  margin-right: 16px;
}
.ajax_download .type_toggle .type:hover .type_circle, .ajax_download .type_toggle .type.active .type_circle {
  border-color: #000;
}
@media only screen and (max-width: 575px) {
  .ajax_download .type_toggle .type:first-child {
    display: none;
  }
}
.ajax_download .type_toggle .type:last-child {
  margin-right: 0;
}
.ajax_download .type_toggle .type_circle {
  width: 100px;
  height: 100px;
  border: solid 2px #e7e7e7;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 8px;
}
.ajax_download .type_toggle .type_circle.desktop, .ajax_download .type_toggle .type_circle.mobile {
  position: relative;
}
.ajax_download .type_toggle .type_circle.desktop::before, .ajax_download .type_toggle .type_circle.mobile::before {
  font-family: "icomoon" !important;
  font-size: 2.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ajax_download .type_toggle .type_circle.desktop::before {
  content: "\e91c";
}
.ajax_download .type_toggle .type_circle.mobile::before {
  content: "\e91d";
}
.ajax_download .type_toggle .type_circle span {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.875rem;
  letter-spacing: 0.56px;
}
.ajax_download .type_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.ajax_download .type_content span {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
}
.ajax_download .type_content .type_block {
  margin: 0 20px;
}
.ajax_download .type_content .type_block a {
  display: inline-block;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: unset;
}
.ajax_download .type_content .type_block a:hover, .ajax_download .type_content .type_block a:focus {
  color: #333333;
}
.ajax_download .type_content .type_block .down_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 40px;
}
.ajax_download .type_content .type_block .down_wrap a {
  font-family: "MyriadPro-Regular";
  position: relative;
  padding: 0 10px;
}
.ajax_download .type_content .type_block .down_wrap a:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -8%;
}
.ajax_download .type_content .type_block .down_wrap a:last-child {
  padding-right: 0;
}
.ajax_download .type_content .type_block .down_wrap a:last-child:after {
  content: "";
}
.ajax_download .type_content .type_block:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1254901961);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1254901961);
}
.ajax_download .type_content .type_block:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1254901961);
}
.ajax_download .type_content .desktop_cont, .ajax_download .type_content .mobile_cont {
  max-width: 900px;
  width: 100%;
  display: none;
}
.ajax_download .type_content .desktop_cont .img_wrap, .ajax_download .type_content .mobile_cont .img_wrap {
  margin: 0 auto;
}
.ajax_download .type_content .desktop_cont.active, .ajax_download .type_content .mobile_cont.active {
  display: block;
}
.ajax_download .type_content .desktop_cont .img_wrap {
  max-width: 570px;
}
.ajax_download .type_content .mobile_cont .img_wrap {
  max-width: 235px;
}
.ajax_download .type_content .mobile_cont a {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 40px;
}
.ajax_download .goTopCircle {
  margin-top: 25px;
  margin-bottom: 40px;
}

.newsletter .banner_full {
  background-color: #fff;
  position: relative;
  padding-top: 90px;
  z-index: 5;
}
@media only screen and (max-width: 900px) {
  .newsletter .banner_full {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .banner_full {
    padding-top: 0px;
  }
}
.newsletter .banner_full .el_banner_container .objBlock {
  position: relative;
  float: left;
}
.newsletter .banner_full .el_banner_container .objBlock.el_title__block {
  width: 50%;
  float: left;
  top: 53%;
  right: 0;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media only screen and (max-width: 1440px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block {
    left: 10%;
    top: 52%;
  }
}
@media only screen and (max-width: 1366px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block {
    left: 15%;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block {
    left: 47%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 68%;
    top: -28%;
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 0px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 20px;
  }
}
.newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    text-align: center;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 48%;
  }
}
.newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap p {
  color: #fff;
}
.newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap h2 {
  color: #fff;
  max-width: 450px;
  width: 100%;
}
.newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin-top: 0;
    min-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 20px;
  }
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn a:before {
    right: 18%;
  }
}
@media only screen and (max-width: 375px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn a:before {
    right: 19%;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn {
    margin-bottom: 30px;
  }
}
.newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn:hover a:before, .newsletter .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .scrollbtn:hover a::after {
  background-color: #fff;
}
.newsletter .banner_girl {
  position: absolute;
  left: 10.5%;
  bottom: -13%;
  width: 100%;
  max-width: 8.6458333333vw;
  -webkit-animation: girlleftIn 1.8s ease-in-out;
          animation: girlleftIn 1.8s ease-in-out;
}
.newsletter .banner_girl img {
  -webkit-animation: girlrotate 2s forwards;
          animation: girlrotate 2s forwards;
}
@media only screen and (max-width: 1440px) {
  .newsletter .banner_girl {
    max-width: 9.64vw;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter .banner_girl {
    max-width: 11.64vw;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter .banner_girl {
    max-width: 15.8vw;
    left: 5.5%;
    bottom: -17%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .banner_girl {
    bottom: 0;
    max-width: 33.64vw;
  }
}
.newsletter .anchor {
  background-color: #fff;
  z-index: 4;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .issue .unit_wrap {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.newsletter .newsletter_content .issue_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: solid 1px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .issue_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
}
.newsletter .newsletter_content .issue_top .img_cover {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .newsletter .newsletter_content .issue_top .img_cover {
    width: 36%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .issue_top .img_cover {
    width: 80%;
  }
}
.newsletter .newsletter_content .issue_top .tit_circle {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .newsletter .newsletter_content .issue_top .tit_circle {
    width: 120px;
    height: 120px;
    top: -60px;
    left: -60px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .issue_top .tit_circle {
    top: -40px;
    left: -15px;
  }
  .newsletter .newsletter_content .issue_top .tit_circle .tit {
    padding-top: 9px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
  .newsletter .newsletter_content .issue_top .tit_circle .category {
    letter-spacing: 0;
    font-size: 0.75rem;
  }
}
.newsletter .newsletter_content .issue_top .img_frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.newsletter .newsletter_content .issue_top .img_wrap {
  max-width: 385px;
  max-height: 500px;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.newsletter .newsletter_content .issue_top .img_wrap img {
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .issue_top .img_wrap {
    margin-bottom: 20px;
  }
}
.newsletter .newsletter_content .issue_txt {
  padding: 0 100px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .newsletter .newsletter_content .issue_txt {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter .newsletter_content .issue_txt {
    padding: 0 0 0 40px;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .issue_txt {
    width: 100%;
  }
}
.newsletter .newsletter_content .issue_txt .issue_date {
  color: rgba(0, 0, 0, 0.6);
  font-family: "JaguarJC-Bold";
}
.newsletter .newsletter_content .issue_txt .issue_date span:after {
  content: ".";
  color: rgba(0, 0, 0, 0.6);
  font-size: 2.25rem;
}
.newsletter .newsletter_content .issue_txt .issue_date span:last-child:after {
  content: "";
}
.newsletter .newsletter_content .issue_txt .issue_date span:first-child {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.newsletter .newsletter_content .issue_txt .issue_date span:not(first-child) {
  font-size: 0.9375rem;
  line-height: 2.25rem;
}
.newsletter .newsletter_content .issue_txt .issue_date span:not(last-child) {
  padding-right: 10px;
}
.newsletter .newsletter_content .issue_txt .issue_date span:nth-child(2):after {
  padding-left: 10px;
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .issue_txt .issue_date {
    margin-bottom: 5px;
  }
}
.newsletter .newsletter_content .issue_txt h2 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .issue_txt h2 {
    margin-bottom: 5px;
  }
}
.newsletter .newsletter_content .issue_txt p {
  padding-top: 10px;
  padding-bottom: 40px;
  line-height: 1.5625rem;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .issue_txt p {
    padding-bottom: 25px;
    font-size: 0.875rem;
  }
}
.newsletter .newsletter_content .issue_txt .morebtnType {
  min-width: initial;
}
@media only screen and (max-width: 320px) {
  .newsletter .newsletter_content .more_issue .unit_wrap h3 {
    width: 65%;
    margin: 0 auto;
  }
}
.newsletter .newsletter_content .more_issue .filter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .more_issue .filter {
    margin-top: 10px;
  }
  .newsletter .newsletter_content .more_issue .filter p {
    margin-left: 45%;
  }
}
.newsletter .newsletter_content .more_issue .issue_content {
  background-color: #fff;
  -webkit-box-shadow: 1.3px 1.5px 27.9px 2.1px rgba(0, 0, 0, 0.15);
          box-shadow: 1.3px 1.5px 27.9px 2.1px rgba(0, 0, 0, 0.15);
  padding: 190px 80px 130px;
  margin-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .newsletter .newsletter_content .more_issue .issue_content {
    padding: 150px 60px 130px;
  }
}
@media only screen and (max-width: 1366px) {
  .newsletter .newsletter_content .more_issue .issue_content {
    padding: 150px 50px 130px;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter .newsletter_content .more_issue .issue_content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .more_issue .issue_content {
    padding-bottom: 70px;
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .newsletter .newsletter_content .more_issue .issue_content {
    padding: 100px 20px 70px;
  }
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block {
  max-width: 250px;
  width: 33.3%;
  display: block;
  margin: 0 80px 110px;
}
@media only screen and (max-width: 1550px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block {
    margin: 0 75px 110px;
  }
}
@media only screen and (max-width: 1440px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block {
    margin: 0 68px 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block {
    margin: 0 63px 100px;
  }
}
@media only screen and (max-width: 1280px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block {
    margin: 0 47px 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block {
    width: 23.3%;
    margin: 0 40px 100px;
  }
}
@media only screen and (max-width: 995px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block {
    width: 33%;
    margin: 0 66px 100px;
  }
}
@media only screen and (max-width: 960px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block {
    margin: 0 60px 100px;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block {
    width: 33.3%;
    margin: 0 50px 100px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block {
    width: 100%;
    margin: 0 auto 75px;
  }
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover {
  max-width: 250px;
  max-height: 325px;
  position: relative;
  margin-bottom: 15px;
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .tit_circle {
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .tit_circle .tit {
  font-size: 1.3rem;
}
@media only screen and (max-width: 1024px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .tit_circle {
    width: 110px;
    height: 110px;
  }
  .newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .tit_circle .tit {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .tit_circle {
    width: 100px;
    height: 100px;
  }
  .newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .tit_circle .tit {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .tit_circle .category {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 360px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .tit_circle {
    left: -30px;
  }
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .img_frame {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block .img_cover .img_wrap {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block span {
  display: block;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  line-height: 1.75rem;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block span {
    padding-top: 5px;
    padding-bottom: 2px;
  }
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block h2 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block:hover .tit_circle {
  background-color: #000;
  color: #fff;
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block:hover .img_frame {
  visibility: visible;
  opacity: 1;
}
.newsletter .newsletter_content .more_issue .issue_content .issue_block:hover .img_wrap {
  -webkit-box-shadow: 20px 20.5px 10.9px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 20.5px 10.9px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 900px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block:nth-child(even) {
    margin: 0 50px 100px auto;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block:nth-child(even) {
    margin: 0 auto 75px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter .newsletter_content .more_issue .issue_content .issue_block:last-child {
    margin-bottom: 50px;
  }
}
.newsletter .newsletter_content .learnBtn_wrap {
  width: 100%;
}
.newsletter .newsletter_bg {
  background-image: url(../../../dist/assets/img/newsletter/newsletter_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .newsletter .newsletter_bg {
    background-size: contain;
  }
}
@media only screen and (max-width: 1100px) {
  .newsletter .newsletter_bg {
    background-image: url(../../../dist/assets/img/newsletter/newsletter_list_bg_pad.jpg);
  }
}
.newsletter .ajaxDetail_container_newsletter .anchor {
  background-color: transparent;
}

.newsletter_detail .banner_bg,
.ajaxDetail_container_newsletter .banner_bg {
  background-image: url(../../../dist/assets/img/newsletter/newsletter_de_banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1400px) and (max-height: 800px) {
  .newsletter_detail .banner_bg,
  .ajaxDetail_container_newsletter .banner_bg {
    height: calc(100vh + 100px);
  }
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .newsletter_detail .banner_bg,
  .ajaxDetail_container_newsletter .banner_bg {
    height: calc(100vh + 200px);
  }
}
@media only screen and (max-width: 1100px) {
  .newsletter_detail .banner_bg,
  .ajaxDetail_container_newsletter .banner_bg {
    background-image: url(../../../dist/assets/img/newsletter/newsletter_de_banner_pad.png);
    background-position: center 0;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg,
  .ajaxDetail_container_newsletter .banner_bg {
    background-image: url(../../../dist/assets/img/newsletter/newsletter_de_banner_mobile.jpg);
    background-size: cover;
  }
}
.newsletter_detail .banner_bg .close_btn,
.ajaxDetail_container_newsletter .banner_bg .close_btn {
  top: 80px;
  left: 50%;
  background-color: #fff;
  color: #fff;
}
.newsletter_detail .banner_bg .close_btn:before,
.ajaxDetail_container_newsletter .banner_bg .close_btn:before {
  background-color: #fff;
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .newsletter_detail .banner_bg .close_btn,
  .ajaxDetail_container_newsletter .banner_bg .close_btn {
    top: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .banner_bg .close_btn,
  .ajaxDetail_container_newsletter .banner_bg .close_btn {
    top: 80px;
  }
}
@media only screen and (max-width: 375px) {
  .newsletter_detail .banner_bg .close_btn,
  .ajaxDetail_container_newsletter .banner_bg .close_btn {
    top: 50px;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter_detail .banner_bg .close_btn,
  .ajaxDetail_container_newsletter .banner_bg .close_btn {
    top: 30px;
  }
}
.newsletter_detail .banner_bg .close_btn a,
.ajaxDetail_container_newsletter .banner_bg .close_btn a {
  color: #000;
}
.newsletter_detail .banner_bg .breadcrumb,
.ajaxDetail_container_newsletter .banner_bg .breadcrumb {
  padding-top: 7.8%;
  margin-top: 0;
}
@media only screen and (max-width: 1680px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 8.9%;
  }
}
@media only screen and (max-width: 1600px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 9.5%;
  }
}
@media only screen and (max-width: 1440px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 10.6%;
  }
}
@media only screen and (max-width: 1366px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 11%;
    margin-left: -9px;
  }
}
@media only screen and (max-width: 1280px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 11.9%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 7.3%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 14.5%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 14.5%;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 19.5%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 36.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 375px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 29.5%;
  }
}
@media only screen and (max-width: 360px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 31%;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter_detail .banner_bg .breadcrumb,
  .ajaxDetail_container_newsletter .banner_bg .breadcrumb {
    padding-top: 25%;
  }
}
.newsletter_detail .banner_bg .banner_cont,
.ajaxDetail_container_newsletter .banner_bg .banner_cont {
  max-width: 1040px;
  width: 90%;
  margin: 130px auto 0;
  position: relative;
}
@media only screen and (max-width: 1550px) {
  .newsletter_detail .banner_bg .banner_cont,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont {
    margin: 100px auto 0;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .newsletter_detail .banner_bg .banner_cont,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .banner_bg .banner_cont,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 375px) {
  .newsletter_detail .banner_bg .banner_cont,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont {
    margin-bottom: 20px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .newsletter_detail .banner_bg .banner_cont,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .newsletter_detail .banner_bg .banner_cont,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont {
    margin-bottom: 20px;
  }
}
.newsletter_detail .banner_bg .banner_cont .tit_circle,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .tit_circle {
  width: 120px;
  height: 120px;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .tit_circle,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .tit_circle {
    width: 100px;
    height: 100px;
  }
}
.newsletter_detail .banner_bg .banner_cont .tit_circle .tit,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .tit_circle .tit {
  padding-top: 10px;
  padding-bottom: 9px;
  margin-bottom: 10px;
  font-family: "JaguarJC-Bold";
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .tit_circle .tit,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .tit_circle .tit {
    padding-bottom: 4px;
    margin-bottom: 6px;
    line-height: 1.75rem;
    font-size: 1.125rem;
  }
}
.newsletter_detail .banner_bg .banner_cont .tit_circle .tit:after,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .tit_circle .tit:after {
  background-color: #fff;
}
.newsletter_detail .banner_bg .banner_cont .tit_circle .category,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .tit_circle .category {
  letter-spacing: 0;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .tit_circle .category,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .tit_circle .category {
    font-size: 0.75rem;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
  width: 100%;
  max-width: 55vw;
  height: 57.5vh;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 65px;
}
@media only screen and (min-width: 1921px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 49.5vh;
  }
}
@media only screen and (max-width: 1600px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 47.5%;
  }
}
@media only screen and (max-width: 1550px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 51.5%;
  }
}
@media only screen and (max-width: 1366px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    max-width: 60vw;
  }
}
@media only screen and (max-width: 1280px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    max-width: 69vw;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 800px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 65vh;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 80vh;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    max-width: 76vw;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 450px;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 400px;
    max-width: 77vw;
    padding: 50px 65px 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    max-width: initial;
    height: 350px;
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 375px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 320px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 42.5vh;
  }
}
@media only screen and (max-width: 360px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 340px;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 270px;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .social_btn,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .social_btn {
  position: absolute;
  bottom: 11%;
  left: 6%;
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .social_btn,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .social_btn {
    padding-left: 20px;
    position: fixed;
    top: 0;
    bottom: unset;
    left: 0;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8.16vh;
  text-align: center;
}
@media only screen and (max-width: 1550px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
    margin-top: 7.16vh;
  }
}
@media only screen and (max-width: 1440px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
    margin-top: 10.25vh;
  }
}
@media only screen and (max-device-width: 1280px) and (max-device-height: 900px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
    margin-top: 6.25vh;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
    margin-top: 6.25vh;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
    margin-top: 35px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 375px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap {
    margin-top: 10px;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .ch,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .ch {
  opacity: 0;
  -webkit-animation: objUp 1.5s 0.8s ease forwards;
          animation: objUp 1.5s 0.8s ease forwards;
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .en,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .en {
  margin-bottom: 15px;
  letter-spacing: 0;
  opacity: 0;
  -webkit-animation: objUp 1.5s 0.8s ease forwards;
          animation: objUp 1.5s 0.8s ease forwards;
}
@media only screen and (max-width: 320px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .en,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .en {
    margin-bottom: 8px;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .issue_date,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .issue_date {
  margin-bottom: 35px;
  opacity: 0;
  font-family: "JaguarJC-Bold";
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0;
  font-weight: bold;
  -webkit-animation: objUp 1.5s 1.3s ease forwards;
          animation: objUp 1.5s 1.3s ease forwards;
  line-height: 1.75rem;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .issue_date,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .issue_date {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .issue_date,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .issue_date {
    margin-bottom: 10px;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor {
  opacity: 0;
  -webkit-animation: objUp 1.5s 1.5s ease forwards;
          animation: objUp 1.5s 1.5s ease forwards;
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 360px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul {
    width: 100%;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li {
  position: relative;
  cursor: pointer;
  padding: 0 20px;
  z-index: 1;
  font-size: 0.9375rem;
  line-height: 3.125rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li {
    line-height: 2.125rem;
    padding: 0 15px;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a:after,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a:after {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #999;
  position: absolute;
  right: -3px;
  top: 45%;
  z-index: 1;
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a:before,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0;
  border-radius: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a:hover:before, .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a.active:before,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a:hover:before,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a.active:before {
  width: 50px;
  height: 50px;
  background-color: #fff4cd;
  opacity: 1;
  top: -6px;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a:hover:before, .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a.active:before,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a:hover:before,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li a.active:before {
    top: -11px;
    left: -14px;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li:last-child a:after,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li:last-child a:after {
  width: 0;
  height: 0;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li:nth-child(3) a:after,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .anchor ul li:nth-child(3) a:after {
    width: 0;
    height: 0;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .sectionTitle_wrap .scrollbtn,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .sectionTitle_wrap .scrollbtn {
  margin-left: 50%;
  margin-top: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsletter_detail .banner_bg .banner_cont .bg_white .tree_left, .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_left,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
  position: absolute;
  width: 100%;
}
.newsletter_detail .banner_bg .banner_cont .bg_white .tree_left,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_left {
  max-width: 8.6458333333vw;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: leftIn 1.5s ease-in-out forwards;
          animation: leftIn 1.5s ease-in-out forwards;
}
@media only screen and (max-width: 1800px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_left,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_left {
    max-width: 9.65vw;
  }
}
@media only screen and (max-width: 1680px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_left,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_left {
    max-width: 10.8vw;
  }
}
@media only screen and (max-width: 1500px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_left,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_left {
    max-width: 11.8vw;
  }
}
@media only screen and (max-width: 1366px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_left,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_left {
    left: -1vw;
  }
}
@media only screen and (max-width: 1280px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_left,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_left {
    left: 0;
    max-width: 13.8vw;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_left,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_left {
    left: -2vw;
    max-width: 15.8vw;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_left,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_left {
    left: -3%;
    max-width: 24.8vw;
  }
}
.newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
.ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
  max-width: 18.1770833333vw;
  right: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: rightIn 1.5s ease-in-out forwards;
          animation: rightIn 1.5s ease-in-out forwards;
}
@media only screen and (max-width: 1880px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    top: -8%;
    max-width: 21.18vw;
  }
}
@media only screen and (max-width: 1750px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    top: -2%;
  }
}
@media only screen and (max-width: 1680px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    top: auto;
    bottom: 0;
    max-width: 23.18vw;
  }
}
@media only screen and (max-width: 1550px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    max-width: 19.18vw;
  }
}
@media only screen and (max-width: 1500px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    max-width: 26.18vw;
  }
}
@media only screen and (max-width: 1366px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    max-width: 28.18vw;
  }
}
@media only screen and (max-width: 1280px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    max-width: 30.18vw;
  }
}
@media only screen and (max-device-width: 1280px) and (max-device-height: 900px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    max-width: 27.17vw;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    max-width: 34.18vw;
    right: -4vw;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    max-width: 37.18vw;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    top: auto;
    bottom: -10%;
    right: -5%;
    max-width: 64.18vw;
  }
}
@media only screen and (max-width: 375px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white .tree_right,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white .tree_right {
    max-width: 60.18vw;
    right: -8%;
    top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 56.5vh;
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 1280px), only screen and (-ms-high-contrast: none) and (max-width: 1280px) {
  .newsletter_detail .banner_bg .banner_cont .bg_white,
  .ajaxDetail_container_newsletter .banner_bg .banner_cont .bg_white {
    height: 51.5vh;
  }
}
.newsletter_detail .content,
.ajaxDetail_container_newsletter .content {
  padding-top: 20px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content,
  .ajaxDetail_container_newsletter .content {
    margin-bottom: 0;
  }
}
.newsletter_detail .content .cont1040,
.ajaxDetail_container_newsletter .content .cont1040 {
  width: 100%;
}
.newsletter_detail .content .block,
.ajaxDetail_container_newsletter .content .block {
  background-color: #fff;
  -webkit-box-shadow: 11.6px 13.8px 18px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 11.6px 13.8px 18px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 140px;
}
.newsletter_detail .content .block .tit_circle,
.ajaxDetail_container_newsletter .content .block .tit_circle {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: initial;
          box-shadow: initial;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block .tit_circle,
  .ajaxDetail_container_newsletter .content .block .tit_circle {
    width: 120px;
    height: 120px;
  }
}
.newsletter_detail .content .block .tit_circle .tit,
.ajaxDetail_container_newsletter .content .block .tit_circle .tit {
  font-weight: 300;
  font-size: 2.21875rem;
  line-height: 1.71875rem;
}
.newsletter_detail .content .block .tit_circle .tit:after,
.ajaxDetail_container_newsletter .content .block .tit_circle .tit:after {
  background-color: #fff;
}
.newsletter_detail .content .block .tit_circle .category,
.ajaxDetail_container_newsletter .content .block .tit_circle .category {
  letter-spacing: 0;
}
.newsletter_detail .content .block .unit_wrap,
.ajaxDetail_container_newsletter .content .block .unit_wrap {
  padding-top: 90px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block .unit_wrap,
  .ajaxDetail_container_newsletter .content .block .unit_wrap {
    padding-top: 75px;
  }
}
.newsletter_detail .content .block.type1 .tit_circle,
.ajaxDetail_container_newsletter .content .block.type1 .tit_circle {
  background-color: #1fb189;
}
.newsletter_detail .content .block.type1 .cont,
.ajaxDetail_container_newsletter .content .block.type1 .cont {
  margin-bottom: 15px;
}
.newsletter_detail .content .block.type1 .cont p,
.ajaxDetail_container_newsletter .content .block.type1 .cont p {
  text-align: center;
}
.newsletter_detail .content .block.type1 .cont p:first-child,
.ajaxDetail_container_newsletter .content .block.type1 .cont p:first-child {
  line-height: 1.875rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type1 .cont p:first-child,
  .ajaxDetail_container_newsletter .content .block.type1 .cont p:first-child {
    margin-top: 30px;
  }
}
.newsletter_detail .content .block.type1 .cont p:last-child,
.ajaxDetail_container_newsletter .content .block.type1 .cont p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  padding-left: 80px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type1 .cont p:last-child,
  .ajaxDetail_container_newsletter .content .block.type1 .cont p:last-child {
    margin-bottom: 40px;
  }
}
.newsletter_detail .content .block.type1 .cont p:last-child span,
.ajaxDetail_container_newsletter .content .block.type1 .cont p:last-child span {
  display: inline-block;
  height: 1px;
  width: 60px;
  background-color: #999;
  margin-right: 10px;
}
.newsletter_detail .content .block.type1 .img_wrap,
.ajaxDetail_container_newsletter .content .block.type1 .img_wrap {
  position: relative;
  overflow-x: hidden;
}
.newsletter_detail .content .block.type1 .img_wrap img,
.ajaxDetail_container_newsletter .content .block.type1 .img_wrap img {
  height: 260px;
  width: auto;
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .content .block.type1 .img_wrap img,
  .ajaxDetail_container_newsletter .content .block.type1 .img_wrap img {
    margin-left: -15%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type1 .img_wrap img,
  .ajaxDetail_container_newsletter .content .block.type1 .img_wrap img {
    margin-left: -84%;
  }
}
.newsletter_detail .content .block.type2,
.ajaxDetail_container_newsletter .content .block.type2 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type2,
  .ajaxDetail_container_newsletter .content .block.type2 {
    padding-bottom: 50px;
  }
}
.newsletter_detail .content .block.type2 .tit_circle,
.ajaxDetail_container_newsletter .content .block.type2 .tit_circle {
  background-color: #1f6eb1;
}
.newsletter_detail .content .block.type2 .unit_wrap,
.ajaxDetail_container_newsletter .content .block.type2 .unit_wrap {
  padding-bottom: 30px;
}
.newsletter_detail .content .block.type2 .cont,
.ajaxDetail_container_newsletter .content .block.type2 .cont {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .content .block.type2 .cont,
  .ajaxDetail_container_newsletter .content .block.type2 .cont {
    width: 100%;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type2 .cont,
  .ajaxDetail_container_newsletter .content .block.type2 .cont {
    padding: 0 20px;
  }
}
.newsletter_detail .content .block.type2 .cont .info_wrap,
.ajaxDetail_container_newsletter .content .block.type2 .cont .info_wrap {
  padding: 40px 40px 0;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type2 .cont .info_wrap,
  .ajaxDetail_container_newsletter .content .block.type2 .cont .info_wrap {
    padding: 0;
  }
}
.newsletter_detail .content .block.type2 .cont .info_wrap h6,
.ajaxDetail_container_newsletter .content .block.type2 .cont .info_wrap h6 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
.newsletter_detail .content .block.type2 .cont .info_wrap p,
.ajaxDetail_container_newsletter .content .block.type2 .cont .info_wrap p {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}
.newsletter_detail .content .block.type2 .cont .info_wrap p .en,
.ajaxDetail_container_newsletter .content .block.type2 .cont .info_wrap p .en {
  font-family: "MyriadPro-Regular";
  font-size: 0.9375rem;
  line-height: 1rem;
}
.newsletter_detail .content .block.type2 .cont .info_wrap p .num,
.ajaxDetail_container_newsletter .content .block.type2 .cont .info_wrap p .num {
  font-family: "MyriadPro-Regular", "微軟正黑體";
  font-size: 0.9375rem;
  line-height: 1.875rem;
}
.newsletter_detail .content .block.type2 .cont .info_wrap p span:first-child,
.ajaxDetail_container_newsletter .content .block.type2 .cont .info_wrap p span:first-child {
  font-weight: bold;
  padding-right: 5px;
}
.newsletter_detail .content .block.type3, .newsletter_detail .content .block.type4,
.ajaxDetail_container_newsletter .content .block.type3,
.ajaxDetail_container_newsletter .content .block.type4 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type3, .newsletter_detail .content .block.type4,
  .ajaxDetail_container_newsletter .content .block.type3,
  .ajaxDetail_container_newsletter .content .block.type4 {
    padding-bottom: 50px;
  }
}
.newsletter_detail .content .block.type3 .tit_circle, .newsletter_detail .content .block.type4 .tit_circle,
.ajaxDetail_container_newsletter .content .block.type3 .tit_circle,
.ajaxDetail_container_newsletter .content .block.type4 .tit_circle {
  background-color: #e7ba4e;
}
.newsletter_detail .content .block.type3 .cont, .newsletter_detail .content .block.type4 .cont,
.ajaxDetail_container_newsletter .content .block.type3 .cont,
.ajaxDetail_container_newsletter .content .block.type4 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  border-bottom: solid 1px #ccc;
  margin: 0 auto;
  padding: 0 40px 45px;
}
.newsletter_detail .content .block.type3 .cont .img_wrap, .newsletter_detail .content .block.type4 .cont .img_wrap,
.ajaxDetail_container_newsletter .content .block.type3 .cont .img_wrap,
.ajaxDetail_container_newsletter .content .block.type4 .cont .img_wrap {
  -webkit-box-shadow: -6.4px 7.7px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -6.4px 7.7px 20px 0px rgba(0, 0, 0, 0.3);
}
.newsletter_detail .content .block.type3 .cont .img_wrap.typeStraight, .newsletter_detail .content .block.type4 .cont .img_wrap.typeStraight,
.ajaxDetail_container_newsletter .content .block.type3 .cont .img_wrap.typeStraight,
.ajaxDetail_container_newsletter .content .block.type4 .cont .img_wrap.typeStraight {
  max-width: 230px;
  max-height: 315px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type3 .cont .img_wrap.typeStraight, .newsletter_detail .content .block.type4 .cont .img_wrap.typeStraight,
  .ajaxDetail_container_newsletter .content .block.type3 .cont .img_wrap.typeStraight,
  .ajaxDetail_container_newsletter .content .block.type4 .cont .img_wrap.typeStraight {
    max-width: 200px;
  }
}
.newsletter_detail .content .block.type3 .cont .img_wrap.typeHoriz, .newsletter_detail .content .block.type4 .cont .img_wrap.typeHoriz,
.ajaxDetail_container_newsletter .content .block.type3 .cont .img_wrap.typeHoriz,
.ajaxDetail_container_newsletter .content .block.type4 .cont .img_wrap.typeHoriz {
  max-width: 340px;
  max-height: 260px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type3 .cont .img_wrap.typeHoriz, .newsletter_detail .content .block.type4 .cont .img_wrap.typeHoriz,
  .ajaxDetail_container_newsletter .content .block.type3 .cont .img_wrap.typeHoriz,
  .ajaxDetail_container_newsletter .content .block.type4 .cont .img_wrap.typeHoriz {
    max-width: 266px;
  }
}
.newsletter_detail .content .block.type3 .cont .info_wrap, .newsletter_detail .content .block.type4 .cont .info_wrap,
.ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap,
.ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap {
  padding: 0 40px;
}
.newsletter_detail .content .block.type3 .cont .info_wrap h6, .newsletter_detail .content .block.type4 .cont .info_wrap h6,
.ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap h6,
.ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap h6 {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type3 .cont .info_wrap h6, .newsletter_detail .content .block.type4 .cont .info_wrap h6,
  .ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap h6,
  .ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap h6 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.newsletter_detail .content .block.type3 .cont .info_wrap p, .newsletter_detail .content .block.type4 .cont .info_wrap p,
.ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap p,
.ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap p {
  padding-bottom: 15px;
  line-height: 1.5;
  font-size: 0.875rem;
}
.newsletter_detail .content .block.type3 .cont .info_wrap p .en, .newsletter_detail .content .block.type4 .cont .info_wrap p .en,
.ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap p .en,
.ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap p .en {
  font-family: "MyriadPro-Regular";
  font-size: 0.875rem;
  line-height: 1rem;
}
.newsletter_detail .content .block.type3 .cont .info_wrap p .num, .newsletter_detail .content .block.type4 .cont .info_wrap p .num,
.ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap p .num,
.ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap p .num {
  font-family: "MyriadPro-Regular";
  font-size: 0.875rem;
  line-height: 1rem;
}
.newsletter_detail .content .block.type3 .cont .info_wrap p span:first-child, .newsletter_detail .content .block.type4 .cont .info_wrap p span:first-child,
.ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap p span:first-child,
.ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap p span:first-child {
  font-weight: bold;
  padding-right: 20px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type3 .cont .info_wrap, .newsletter_detail .content .block.type4 .cont .info_wrap,
  .ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap,
  .ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap {
    padding: 0;
    width: 100%;
  }
  .newsletter_detail .content .block.type3 .cont .info_wrap p, .newsletter_detail .content .block.type4 .cont .info_wrap p,
  .ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap p,
  .ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsletter_detail .content .block.type3 .cont .info_wrap p span:first-child, .newsletter_detail .content .block.type4 .cont .info_wrap p span:first-child,
  .ajaxDetail_container_newsletter .content .block.type3 .cont .info_wrap p span:first-child,
  .ajaxDetail_container_newsletter .content .block.type4 .cont .info_wrap p span:first-child {
    width: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type3 .cont, .newsletter_detail .content .block.type4 .cont,
  .ajaxDetail_container_newsletter .content .block.type3 .cont,
  .ajaxDetail_container_newsletter .content .block.type4 .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px 20px;
  }
}
.newsletter_detail .content .block.type3 .cont_bottom, .newsletter_detail .content .block.type4 .cont_bottom,
.ajaxDetail_container_newsletter .content .block.type3 .cont_bottom,
.ajaxDetail_container_newsletter .content .block.type4 .cont_bottom {
  max-width: 800px;
  margin: 40px auto 20px;
}
.newsletter_detail .content .block.type3 .cont_bottom p, .newsletter_detail .content .block.type4 .cont_bottom p,
.ajaxDetail_container_newsletter .content .block.type3 .cont_bottom p,
.ajaxDetail_container_newsletter .content .block.type4 .cont_bottom p {
  font-family: "微軟正黑體";
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .content .block.type3 .cont_bottom p, .newsletter_detail .content .block.type4 .cont_bottom p,
  .ajaxDetail_container_newsletter .content .block.type3 .cont_bottom p,
  .ajaxDetail_container_newsletter .content .block.type4 .cont_bottom p {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type3 .cont_bottom p, .newsletter_detail .content .block.type4 .cont_bottom p,
  .ajaxDetail_container_newsletter .content .block.type3 .cont_bottom p,
  .ajaxDetail_container_newsletter .content .block.type4 .cont_bottom p {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type3 .cont_bottom, .newsletter_detail .content .block.type4 .cont_bottom,
  .ajaxDetail_container_newsletter .content .block.type3 .cont_bottom,
  .ajaxDetail_container_newsletter .content .block.type4 .cont_bottom {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
.newsletter_detail .content .block.type3 .morebtnType, .newsletter_detail .content .block.type4 .morebtnType,
.ajaxDetail_container_newsletter .content .block.type3 .morebtnType,
.ajaxDetail_container_newsletter .content .block.type4 .morebtnType {
  min-width: initial;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsletter_detail .content .block.type4 .tit_circle,
.ajaxDetail_container_newsletter .content .block.type4 .tit_circle {
  background-color: #8666b5;
}
.newsletter_detail .content .block.type4 .cont,
.ajaxDetail_container_newsletter .content .block.type4 .cont {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 50px;
}
.newsletter_detail .content .block.type4 .cont .img_wrap,
.ajaxDetail_container_newsletter .content .block.type4 .cont .img_wrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type4 .cont,
  .ajaxDetail_container_newsletter .content .block.type4 .cont {
    padding: 0 20px;
  }
}
.newsletter_detail .content .block.type5,
.ajaxDetail_container_newsletter .content .block.type5 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type5,
  .ajaxDetail_container_newsletter .content .block.type5 {
    padding-bottom: 60px;
  }
}
.newsletter_detail .content .block.type5 .tit_circle,
.ajaxDetail_container_newsletter .content .block.type5 .tit_circle {
  background-color: #d84b65;
}
.newsletter_detail .content .block.type5 .cont,
.ajaxDetail_container_newsletter .content .block.type5 .cont {
  border-bottom: solid 1px #ccc;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type5 .cont,
  .ajaxDetail_container_newsletter .content .block.type5 .cont {
    padding: 0 20px;
  }
}
.newsletter_detail .content .block.type5 .cont .img_wrap,
.ajaxDetail_container_newsletter .content .block.type5 .cont .img_wrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.newsletter_detail .content .block.type5 .cont h6,
.ajaxDetail_container_newsletter .content .block.type5 .cont h6 {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.96px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type5 .cont h6,
  .ajaxDetail_container_newsletter .content .block.type5 .cont h6 {
    margin-bottom: 5px;
    line-height: 2.125rem;
  }
}
.newsletter_detail .content .block.type5 .cont span,
.ajaxDetail_container_newsletter .content .block.type5 .cont span {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type5 .cont span,
  .ajaxDetail_container_newsletter .content .block.type5 .cont span {
    margin-bottom: 20px;
  }
}
.newsletter_detail .content .block.type5 .cont p,
.ajaxDetail_container_newsletter .content .block.type5 .cont p {
  margin-bottom: 40px;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type5 .cont p,
  .ajaxDetail_container_newsletter .content .block.type5 .cont p {
    margin-bottom: 30px;
  }
}
.newsletter_detail .content .block.type5 .cont .link_wrap,
.ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .block.type5 .cont .link_wrap,
  .ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsletter_detail .content .block.type5 .cont .link_wrap .link_span,
.ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap .link_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.newsletter_detail .content .block.type5 .cont .link_wrap .link_span:hover .icon-link, .newsletter_detail .content .block.type5 .cont .link_wrap .link_span:hover .icon-download,
.ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap .link_span:hover .icon-link,
.ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap .link_span:hover .icon-download {
  background-color: #262626;
}
.newsletter_detail .content .block.type5 .cont .link_wrap span,
.ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsletter_detail .content .block.type5 .cont .link_wrap span.icon-link,
.ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap span.icon-link {
  font-size: 1.75rem;
}
.newsletter_detail .content .block.type5 .cont .link_wrap span.icon-download,
.ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap span.icon-download {
  font-size: 1.625rem;
}
.newsletter_detail .content .block.type5 .cont .link_wrap span:first-child,
.ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap span:first-child {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000000;
  color: #fff;
  padding-top: 10px;
  margin-right: 10px;
}
.newsletter_detail .content .block.type5 .cont .link_wrap span:last-child,
.ajaxDetail_container_newsletter .content .block.type5 .cont .link_wrap span:last-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.56px;
}
.newsletter_detail .content .block.type5 .cont:not(:first-child),
.ajaxDetail_container_newsletter .content .block.type5 .cont:not(:first-child) {
  padding-top: 60px;
}
.newsletter_detail .content .block:last-child,
.ajaxDetail_container_newsletter .content .block:last-child {
  margin-bottom: 90px;
}
.newsletter_detail .content .goTopCircle,
.ajaxDetail_container_newsletter .content .goTopCircle {
  width: 45px;
  height: 45px;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .goTopCircle,
  .ajaxDetail_container_newsletter .content .goTopCircle {
    margin: 30px auto;
  }
}
.newsletter_detail .content .goTopCircle p,
.ajaxDetail_container_newsletter .content .goTopCircle p {
  padding-top: 6px;
  margin-left: 48%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsletter_detail .content .de_bg,
.ajaxDetail_container_newsletter .content .de_bg {
  background-image: url(../../../dist/assets/img/newsletter/newsletter_de_bg.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
@media only screen and (max-width: 1680px) {
  .newsletter_detail .content .de_bg,
  .ajaxDetail_container_newsletter .content .de_bg {
    background-size: cover;
  }
}
@media only screen and (max-width: 1280px) {
  .newsletter_detail .content .de_bg,
  .ajaxDetail_container_newsletter .content .de_bg {
    background-position-x: 10%;
  }
}
@media only screen and (max-width: 1100px) {
  .newsletter_detail .content .de_bg,
  .ajaxDetail_container_newsletter .content .de_bg {
    background-image: url(../../../dist/assets/img/newsletter/newsletter_de_bg_pad.jpg);
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .de_bg,
  .ajaxDetail_container_newsletter .content .de_bg {
    background-size: cover;
  }
}
.newsletter_detail .content .de_bg .cloud1, .newsletter_detail .content .de_bg .cloud2, .newsletter_detail .content .de_bg .cloud3,
.ajaxDetail_container_newsletter .content .de_bg .cloud1,
.ajaxDetail_container_newsletter .content .de_bg .cloud2,
.ajaxDetail_container_newsletter .content .de_bg .cloud3 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .content .de_bg .cloud1, .newsletter_detail .content .de_bg .cloud2, .newsletter_detail .content .de_bg .cloud3,
  .ajaxDetail_container_newsletter .content .de_bg .cloud1,
  .ajaxDetail_container_newsletter .content .de_bg .cloud2,
  .ajaxDetail_container_newsletter .content .de_bg .cloud3 {
    display: none;
  }
}
.newsletter_detail .content .de_bg .cloud1,
.ajaxDetail_container_newsletter .content .de_bg .cloud1 {
  max-width: 39.25vw;
  left: 9%;
  bottom: -10%;
  z-index: 1;
  opacity: 0;
  -webkit-filter: drop-shadow(10px 15px 20px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(10px 15px 20px rgba(0, 0, 0, 0.2));
}
.newsletter_detail .content .de_bg .cloud1.show,
.ajaxDetail_container_newsletter .content .de_bg .cloud1.show {
  -webkit-animation: objUp 2s forwards;
          animation: objUp 2s forwards;
}
.newsletter_detail .content .de_bg .cloud1.show img,
.ajaxDetail_container_newsletter .content .de_bg .cloud1.show img {
  -webkit-animation: cloudfloat2 10s infinite alternate ease-in-out;
          animation: cloudfloat2 10s infinite alternate ease-in-out;
}
.newsletter_detail .content .de_bg .cloud2,
.ajaxDetail_container_newsletter .content .de_bg .cloud2 {
  max-width: 76vw;
  right: 32%;
  bottom: -18%;
  opacity: 0;
}
.newsletter_detail .content .de_bg .cloud2 figure,
.ajaxDetail_container_newsletter .content .de_bg .cloud2 figure {
  -webkit-transform: scaleX(-1) rotate(-12deg);
      -ms-transform: scaleX(-1) rotate(-12deg);
          transform: scaleX(-1) rotate(-12deg);
}
.newsletter_detail .content .de_bg .cloud2.show,
.ajaxDetail_container_newsletter .content .de_bg .cloud2.show {
  -webkit-animation: objUp 2s 0.8s forwards;
          animation: objUp 2s 0.8s forwards;
}
.newsletter_detail .content .de_bg .cloud2.show img,
.ajaxDetail_container_newsletter .content .de_bg .cloud2.show img {
  -webkit-animation: cloudfloat4 6s 2.2s infinite alternate ease-in-out;
          animation: cloudfloat4 6s 2.2s infinite alternate ease-in-out;
}
.newsletter_detail .content .de_bg .cloud3,
.ajaxDetail_container_newsletter .content .de_bg .cloud3 {
  max-width: 48.68vw;
  right: -11%;
  bottom: -5%;
  opacity: 0;
  pointer-events: none;
  -webkit-filter: drop-shadow(10px 15px 20px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(10px 15px 20px rgba(0, 0, 0, 0.2));
}
.newsletter_detail .content .de_bg .cloud3.show,
.ajaxDetail_container_newsletter .content .de_bg .cloud3.show {
  -webkit-animation: objUp 2s forwards;
          animation: objUp 2s forwards;
}
.newsletter_detail .content .de_bg .cloud3.show img,
.ajaxDetail_container_newsletter .content .de_bg .cloud3.show img {
  -webkit-animation: cloudfloat5 7s infinite alternate ease-in-out;
          animation: cloudfloat5 7s infinite alternate ease-in-out;
}
@media only screen and (max-width: 1400px) and (max-height: 800px) {
  .newsletter_detail .content .de_bg .cloud3,
  .ajaxDetail_container_newsletter .content .de_bg .cloud3 {
    bottom: -7%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail ._articlecover article,
  .ajaxDetail_container_newsletter ._articlecover article {
    margin-bottom: 30px;
  }
}
.newsletter_detail ._articlecover article:first-child ._imgcoverOut,
.ajaxDetail_container_newsletter ._articlecover article:first-child ._imgcoverOut {
  padding-top: 0;
}
.newsletter_detail ._articlecover ._articlecontent ._H,
.ajaxDetail_container_newsletter ._articlecover ._articlecontent ._H {
  font-family: "微軟正黑體";
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .newsletter_detail ._articlecover ._articlecontent ._H,
  .ajaxDetail_container_newsletter ._articlecover ._articlecontent ._H {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail ._articlecover ._articlecontent ._H,
  .ajaxDetail_container_newsletter ._articlecover ._articlecontent ._H {
    margin-top: 20px;
  }
}
.newsletter_detail ._articlecover ._imgcover,
.ajaxDetail_container_newsletter ._articlecover ._imgcover {
  padding-bottom: 0;
}
.newsletter_detail ._articlecover ._articlecontent ._P,
.ajaxDetail_container_newsletter ._articlecover ._articlecontent ._P {
  font-family: "微軟正黑體";
}
@media only screen and (max-width: 900px) {
  .newsletter_detail ._articlecover ._articlecontent ._P,
  .ajaxDetail_container_newsletter ._articlecover ._articlecontent ._P {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter_detail ._articlecover ._articletype ._articlecontent ._imgcover,
  .ajaxDetail_container_newsletter ._articlecover ._articletype ._articlecontent ._imgcover {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail ._articlecover ._articletype ._articlecontent ._imgcover,
  .ajaxDetail_container_newsletter ._articlecover ._articletype ._articlecontent ._imgcover {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail ._articlecover ._articletype.-row2 ._imgcover ._photo,
  .ajaxDetail_container_newsletter ._articlecover ._articletype.-row2 ._imgcover ._photo {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .article-border-top,
  .ajaxDetail_container_newsletter .article-border-top {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter_detail .article-border-top,
  .ajaxDetail_container_newsletter .article-border-top {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .newsletter_detail .px-50,
  .ajaxDetail_container_newsletter .px-50 {
    padding: 0;
  }
}

.about.jp-lang .banner_full .moon_wrap .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  top: 35%;
}
.about.jp-lang .banner_full .moon_wrap .txt_wrap a {
  padding: 0 0 25px 0;
}
.about.jp-lang .banner_full .moon_wrap .txt_wrap a:after {
  right: auto;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about.jp-lang .banner_full .moon_wrap .txt_wrap a:last-child {
  padding-left: 0;
}

.about main {
  padding-top: 100px;
}
@media only screen and (max-width: 1100px) {
  .about main {
    padding-top: 0;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about main {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .about main {
    padding-top: 0;
  }
}
.about .banner_full {
  height: 100vh;
  width: 100vw;
  background-image: url(../../../dist/assets/img/about/about_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1440px) {
  .about .banner_full {
    background-position: center 0;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .about .banner_full {
    background-position: center bottom;
    height: calc(100vh + 150px);
  }
}
@media only screen and (max-width: 1100px) {
  .about .banner_full {
    background-image: url(../../../dist/assets/img/about/about_bg01_pad.jpg);
    background-position: bottom;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about .banner_full {
    background-image: url(../../../dist/assets/img/about/about_bg01_pad.jpg);
    background-position: center 0;
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .about .banner_full {
    background-image: url(../../../dist/assets/img/about/about_bg01.jpg);
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .about .banner_full {
    background-image: url(../../../dist/assets/img/about/about_bg01_pad.jpg);
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about .banner_full {
    background-image: url(../../../dist/assets/img/about/about_bg01.jpg);
    background-position: center center;
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full {
    background-image: url(../../../dist/assets/img/about/about_bg01_mobile.jpg);
    background-position: center center;
  }
}
.about .banner_full .stair_left, .about .banner_full .stair_right {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .about .banner_full .stair_left, .about .banner_full .stair_right {
    height: calc(100vh + 150px);
  }
}
.about .banner_full .stair_right {
  background-image: url(../../../dist/assets/img/about/about_bg01_right.jpg);
}
@media only screen and (max-width: 1440px) {
  .about .banner_full .stair_right {
    background-position: center 0;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .about .banner_full .stair_right {
    background-position: center bottom;
  }
}
@media only screen and (max-width: 1100px) {
  .about .banner_full .stair_right {
    background-image: url(../../../dist/assets/img/about/about_bg01_right_pad.jpg);
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about .banner_full .stair_right {
    background-image: url(../../../dist/assets/img/about/about_bg01_right_pad.jpg);
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .about .banner_full .stair_right {
    background-image: url(../../../dist/assets/img/about/about_bg01_right.jpg);
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .about .banner_full .stair_right {
    background-image: url(../../../dist/assets/img/about/about_bg01_right_pad.jpg);
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about .banner_full .stair_right {
    background-image: url(../../../dist/assets/img/about/about_bg01_right.jpg);
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full .stair_right {
    background-image: url(../../../dist/assets/img/about/about_bg01_right_mobile.jpg);
  }
}
.about .banner_full .stair_left {
  background-image: url(../../../dist/assets/img/about/about_bg01_left.jpg);
}
@media only screen and (max-width: 1440px) {
  .about .banner_full .stair_left {
    background-position: center 0;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .about .banner_full .stair_left {
    background-position: center bottom;
  }
}
@media only screen and (max-width: 1100px) {
  .about .banner_full .stair_left {
    background-image: url(../../../dist/assets/img/about/about_bg01_left_pad.jpg);
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about .banner_full .stair_left {
    background-image: url(../../../dist/assets/img/about/about_bg01_left_pad.jpg);
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .about .banner_full .stair_left {
    background-image: url(../../../dist/assets/img/about/about_bg01_left.jpg);
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .about .banner_full .stair_left {
    background-image: url(../../../dist/assets/img/about/about_bg01_left_pad.jpg);
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about .banner_full .stair_left {
    background-image: url(../../../dist/assets/img/about/about_bg01_left.jpg);
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full .stair_left {
    background-image: url(../../../dist/assets/img/about/about_bg01_left_mobile.jpg);
  }
}
.about .banner_full .el_banner_container .objBlock {
  position: relative;
}
.about .banner_full .el_banner_container .objBlock.el_title__block {
  width: 50%;
  top: 17%;
  right: 50%;
  -webkit-transform: translate(50%, -16%);
      -ms-transform: translate(50%, -16%);
          transform: translate(50%, -16%);
}
@media only screen and (max-width: 1600px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    top: 28vh;
  }
}
@media only screen and (max-width: 1550px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    top: 17vh;
  }
}
@media only screen and (max-width: 1366px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    top: 22vh;
  }
}
@media only screen and (max-device-width: 1280px) and (max-device-height: 900px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    top: 18vh;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    top: 40vh;
    -webkit-transform: translate(50%, -40%);
        -ms-transform: translate(50%, -40%);
            transform: translate(50%, -40%);
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    top: 15%;
    -webkit-transform: translate(50%, -15%);
        -ms-transform: translate(50%, -15%);
            transform: translate(50%, -15%);
  }
}
@media only screen and (max-width: 900px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    top: 60%;
    -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 320px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
  float: none;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap {
    padding-top: 50%;
  }
}
.about .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .en {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .about .banner_full .el_banner_container .objBlock.el_title__block .sectionTitle_wrap .en {
    margin-bottom: 1.5rem;
  }
}
.about .banner_full .moon_wrap, .about .banner_full .elephant, .about .banner_full .pig1, .about .banner_full .pig2, .about .banner_full .dog {
  position: absolute;
  width: 100%;
}
.about .banner_full .moon_wrap {
  left: 50%;
  top: 56.5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 19.3229166667vw;
}
@media only screen and (max-width: 1680px) {
  .about .banner_full .moon_wrap {
    max-width: 22.32vw;
  }
}
@media only screen and (max-width: 1600px) {
  .about .banner_full .moon_wrap {
    top: 61.5%;
  }
}
@media only screen and (max-width: 1500px) {
  .about .banner_full .moon_wrap {
    top: 56.5%;
  }
}
@media only screen and (max-width: 1366px) {
  .about .banner_full .moon_wrap {
    top: 57.5%;
    max-width: 21.32vw;
  }
}
@media only screen and (max-device-width: 1280px) and (max-device-height: 900px) {
  .about .banner_full .moon_wrap {
    top: 56.5%;
    max-width: 24.32vw;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .about .banner_full .moon_wrap {
    top: 53.5%;
  }
}
@media only screen and (max-width: 1100px) {
  .about .banner_full .moon_wrap {
    min-width: 300px;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about .banner_full .moon_wrap {
    max-width: 39.32vw;
    top: 64.5%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about .banner_full .moon_wrap {
    max-width: 31.32vw;
    top: 51.5%;
  }
}
@media only screen and (max-width: 900px) {
  .about .banner_full .moon_wrap {
    top: 55%;
  }
}
@media only screen and (max-width: 850px) {
  .about .banner_full .moon_wrap {
    top: 68.5%;
  }
}
@media only screen and (max-width: 768px) {
  .about .banner_full .moon_wrap {
    top: 70.5%;
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full .moon_wrap {
    min-width: 240px;
    top: 65.5vh;
  }
}
@media only screen and (max-device-width: 414px) and (min-device-height: 896px) {
  .about .banner_full .moon_wrap {
    min-width: 270px;
    top: 69.5vh;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about .banner_full .moon_wrap {
    top: 69.5vh;
  }
}
@media only screen and (max-width: 375px) {
  .about .banner_full .moon_wrap {
    top: 71.5%;
  }
}
@media only screen and (max-width: 360px) {
  .about .banner_full .moon_wrap {
    min-width: 210px;
  }
}
@media only screen and (max-width: 320px) {
  .about .banner_full .moon_wrap {
    min-width: 180px;
  }
}
.about .banner_full .moon_wrap .txt_wrap {
  position: absolute;
  z-index: 1;
  top: 48%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .about .banner_full .moon_wrap .txt_wrap {
    top: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .about .banner_full .moon_wrap .txt_wrap {
    top: 30%;
  }
}
.about .banner_full .moon_wrap .txt_wrap a {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-right: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: moveUpText 0.8s 0.7s forwards;
          animation: moveUpText 0.8s 0.7s forwards;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 768px) {
  .about .banner_full .moon_wrap .txt_wrap a {
    padding-right: 0;
    padding-bottom: 25px;
  }
}
.about .banner_full .moon_wrap .txt_wrap a:hover {
  color: #262626;
}
.about .banner_full .moon_wrap .txt_wrap a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 40%;
}
@media only screen and (max-width: 768px) {
  .about .banner_full .moon_wrap .txt_wrap a:after {
    top: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about .banner_full .moon_wrap .txt_wrap a:last-child {
  padding-left: 17px;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .about .banner_full .moon_wrap .txt_wrap a:last-child {
    padding-left: 0;
  }
}
.about .banner_full .moon_wrap .txt_wrap a:last-child::after {
  content: "";
  width: 0;
  height: 0;
}
.about .banner_full .moon_wrap figure {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: moveUpText 1s forwards;
          animation: moveUpText 1s forwards;
}
.about .banner_full .elephant {
  max-width: 23.125vw;
  bottom: 6vh;
  left: 30vw;
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-animation: moveToRight 1s forwards;
          animation: moveToRight 1s forwards;
}
@media only screen and (min-width: 1921px) {
  .about .banner_full .elephant {
    bottom: 11vh;
  }
}
@media only screen and (max-width: 1680px) {
  .about .banner_full .elephant {
    max-width: 24.125vw;
    bottom: 11vh;
    left: 29vw;
  }
}
@media only screen and (max-width: 1550px) {
  .about .banner_full .elephant {
    bottom: 5vh;
  }
}
@media only screen and (max-width: 1440px) {
  .about .banner_full .elephant {
    bottom: 12vh;
  }
}
@media only screen and (max-width: 1280px) {
  .about .banner_full .elephant {
    max-width: 27.125vw;
    left: 26.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  .about .banner_full .elephant {
    max-width: 35.125vw;
    left: 19.5vw;
    bottom: 10vh;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about .banner_full .elephant {
    max-width: 52.125vw;
    left: 4.5vw;
    bottom: 5vh;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about .banner_full .elephant {
    max-width: 41.125vw;
    left: 14.5vw;
    bottom: 7vh;
  }
}
@media only screen and (max-width: 850px) {
  .about .banner_full .elephant {
    bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full .elephant {
    min-width: 300px;
    left: -13.5vw;
    bottom: 3vh;
  }
}
@media only screen and (max-width: 375px) {
  .about .banner_full .elephant {
    min-width: 270px;
    left: -12.5vw;
  }
}
@media only screen and (max-width: 360px) {
  .about .banner_full .elephant {
    left: -15.5vw;
  }
}
@media only screen and (max-width: 320px) {
  .about .banner_full .elephant {
    min-width: 260px;
    left: -20.5vw;
    bottom: 0;
  }
}
.about .banner_full .pig1 {
  max-width: 7.125vw;
  bottom: 8vh;
  left: 57.5vw;
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-animation: moveToRight 1s 1s forwards;
          animation: moveToRight 1s 1s forwards;
}
@media only screen and (min-width: 1921px) {
  .about .banner_full .pig1 {
    bottom: 11vh;
  }
}
@media only screen and (max-width: 1680px) {
  .about .banner_full .pig1 {
    bottom: 12vh;
  }
}
@media only screen and (max-width: 1550px) {
  .about .banner_full .pig1 {
    bottom: 7vh;
    left: 58.5vw;
  }
}
@media only screen and (max-width: 1440px) {
  .about .banner_full .pig1 {
    bottom: 12vh;
  }
}
@media only screen and (max-width: 1280px) {
  .about .banner_full .pig1 {
    max-width: 8vw;
  }
}
@media only screen and (max-width: 1100px) {
  .about .banner_full .pig1 {
    max-width: 10vw;
    bottom: 9vh;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about .banner_full .pig1 {
    max-width: 12vw;
    bottom: 5vh;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about .banner_full .pig1 {
    max-width: 10vw;
    bottom: 11vh;
  }
}
@media only screen and (max-width: 850px) {
  .about .banner_full .pig1 {
    bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full .pig1 {
    min-width: 80px;
    left: initial;
    right: 3vw;
    bottom: 4vh;
  }
}
@media only screen and (max-width: 320px) {
  .about .banner_full .pig1 {
    right: -2vw;
    bottom: 3vh;
  }
}
.about .banner_full .pig2 {
  max-width: 17.1875vw;
  bottom: 6vh;
  left: 17vw;
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-animation: moveToRight 1s 1s forwards;
          animation: moveToRight 1s 1s forwards;
}
@media only screen and (min-width: 1921px) {
  .about .banner_full .pig2 {
    bottom: 10vh;
  }
}
@media only screen and (max-width: 1680px) {
  .about .banner_full .pig2 {
    bottom: 10vh;
  }
}
@media only screen and (max-width: 1550px) {
  .about .banner_full .pig2 {
    bottom: 5vh;
  }
}
@media only screen and (max-width: 1440px) {
  .about .banner_full .pig2 {
    bottom: 11vh;
  }
}
@media only screen and (max-width: 1280px) {
  .about .banner_full .pig2 {
    max-width: 18.18vw;
    left: 16vw;
  }
}
@media only screen and (max-width: 1100px) {
  .about .banner_full .pig2 {
    max-width: 21.18vw;
    left: 5vw;
    bottom: 8vh;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about .banner_full .pig2 {
    max-width: 30.18vw;
    left: 6vw;
    bottom: 4vh;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about .banner_full .pig2 {
    max-width: 27.18vw;
    left: -1vw;
    bottom: 8vh;
  }
}
@media only screen and (max-width: 850px) {
  .about .banner_full .pig2 {
    bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full .pig2 {
    min-width: 180px;
    left: -25vw;
    bottom: 3vh;
  }
}
@media only screen and (max-width: 320px) {
  .about .banner_full .pig2 {
    left: -35vw;
    bottom: 1vh;
  }
}
.about .banner_full .dog {
  max-width: 7.6041666667vw;
  bottom: 8vh;
  left: 15vw;
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-animation: moveToRight 1s 1s forwards;
          animation: moveToRight 1s 1s forwards;
}
@media only screen and (min-width: 1921px) {
  .about .banner_full .dog {
    bottom: 10vh;
  }
}
@media only screen and (max-width: 1680px) {
  .about .banner_full .dog {
    bottom: 13vh;
  }
}
@media only screen and (max-width: 1550px) {
  .about .banner_full .dog {
    bottom: 8vh;
  }
}
@media only screen and (max-width: 1440px) {
  .about .banner_full .dog {
    bottom: 13vh;
  }
}
@media only screen and (max-width: 1280px) {
  .about .banner_full .dog {
    max-width: 8.6vw;
    left: 14vw;
  }
}
@media only screen and (max-width: 1100px) {
  .about .banner_full .dog {
    max-width: 10.6vw;
    left: 40vw;
    bottom: 9vh;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about .banner_full .dog {
    max-width: 12.6vw;
    left: 3vw;
    bottom: 4vh;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about .banner_full .dog {
    left: 43vw;
    bottom: 10vh;
  }
}
@media only screen and (max-width: 850px) {
  .about .banner_full .dog {
    bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about .banner_full .dog {
    min-width: 90px;
    left: 50vw;
    bottom: 4vh;
  }
}
@media only screen and (max-width: 320px) {
  .about .banner_full .dog {
    left: 45vw;
    bottom: 3vh;
  }
}
@media only screen and (max-width: 768px) {
  .about .ftGotop {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@-webkit-keyframes moveUpText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveUpText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveToRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveToRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.about_brand, .about_team, .about_jimmy {
  overflow-y: scroll;
}
.about_brand main, .about_team main, .about_jimmy main {
  padding-top: 140px;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 900px) {
  .about_brand main, .about_team main, .about_jimmy main {
    padding: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .about_brand main .breadcrumbBlock .breadcrumb, .about_team main .breadcrumbBlock .breadcrumb, .about_jimmy main .breadcrumbBlock .breadcrumb {
    margin-top: 20px;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_brand main .breadcrumbBlock .breadcrumb, .about_team main .breadcrumbBlock .breadcrumb, .about_jimmy main .breadcrumbBlock .breadcrumb {
    margin-top: 20px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main .breadcrumbBlock .breadcrumb, .about_team main .breadcrumbBlock .breadcrumb, .about_jimmy main .breadcrumbBlock .breadcrumb {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main .breadcrumbBlock .breadcrumb, .about_team main .breadcrumbBlock .breadcrumb, .about_jimmy main .breadcrumbBlock .breadcrumb {
    margin-top: 0;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .about_brand main .breadcrumbBlock .breadcrumb li:before, .about_team main .breadcrumbBlock .breadcrumb li:before, .about_jimmy main .breadcrumbBlock .breadcrumb li:before {
    top: 63.6%;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main .breadcrumbBlock .breadcrumb li:before, .about_team main .breadcrumbBlock .breadcrumb li:before, .about_jimmy main .breadcrumbBlock .breadcrumb li:before {
    top: 60%;
  }
}
.about_brand main section .brand_cont, .about_brand main section .team_cont, .about_brand main section .jimmy_cont, .about_team main section .brand_cont, .about_team main section .team_cont, .about_team main section .jimmy_cont, .about_jimmy main section .brand_cont, .about_jimmy main section .team_cont, .about_jimmy main section .jimmy_cont {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont, .about_brand main section .team_cont, .about_brand main section .jimmy_cont, .about_team main section .brand_cont, .about_team main section .team_cont, .about_team main section .jimmy_cont, .about_jimmy main section .brand_cont, .about_jimmy main section .team_cont, .about_jimmy main section .jimmy_cont {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 60vh;
    overflow: hidden;
    background-color: transparent;
    -webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .brand_cont, .about_brand main section .team_cont, .about_brand main section .jimmy_cont, .about_team main section .brand_cont, .about_team main section .team_cont, .about_team main section .jimmy_cont, .about_jimmy main section .brand_cont, .about_jimmy main section .team_cont, .about_jimmy main section .jimmy_cont {
    height: 70vh;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .about_brand main section .brand_cont, .about_brand main section .team_cont, .about_brand main section .jimmy_cont, .about_team main section .brand_cont, .about_team main section .team_cont, .about_team main section .jimmy_cont, .about_jimmy main section .brand_cont, .about_jimmy main section .team_cont, .about_jimmy main section .jimmy_cont {
    height: 67vh;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_brand main section .brand_cont, .about_brand main section .team_cont, .about_brand main section .jimmy_cont, .about_team main section .brand_cont, .about_team main section .team_cont, .about_team main section .jimmy_cont, .about_jimmy main section .brand_cont, .about_jimmy main section .team_cont, .about_jimmy main section .jimmy_cont {
    height: 67vh;
  }
}
@media only screen and (max-width: 360px) {
  .about_brand main section .brand_cont, .about_brand main section .team_cont, .about_brand main section .jimmy_cont, .about_team main section .brand_cont, .about_team main section .team_cont, .about_team main section .jimmy_cont, .about_jimmy main section .brand_cont, .about_jimmy main section .team_cont, .about_jimmy main section .jimmy_cont {
    height: 63vh;
  }
}
.about_brand main section .brand_cont .tit_wrap, .about_brand main section .team_cont .tit_wrap, .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .brand_cont .tit_wrap, .about_team main section .team_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .brand_cont .tit_wrap, .about_jimmy main section .team_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
  float: right;
  margin-right: 12.5vw;
  text-align: right;
  color: #fff;
  clear: both;
}
@media only screen and (max-width: 1500px) {
  .about_brand main section .brand_cont .tit_wrap, .about_brand main section .team_cont .tit_wrap, .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .brand_cont .tit_wrap, .about_team main section .team_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .brand_cont .tit_wrap, .about_jimmy main section .team_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    margin-right: 8vw;
  }
}
@media only screen and (max-width: 1440px) {
  .about_brand main section .brand_cont .tit_wrap, .about_brand main section .team_cont .tit_wrap, .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .brand_cont .tit_wrap, .about_team main section .team_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .brand_cont .tit_wrap, .about_jimmy main section .team_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .about_brand main section .brand_cont .tit_wrap, .about_brand main section .team_cont .tit_wrap, .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .brand_cont .tit_wrap, .about_team main section .team_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .brand_cont .tit_wrap, .about_jimmy main section .team_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    margin-right: 6vw;
    margin-left: 20px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .brand_cont .tit_wrap, .about_brand main section .team_cont .tit_wrap, .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .brand_cont .tit_wrap, .about_team main section .team_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .brand_cont .tit_wrap, .about_jimmy main section .team_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    margin-right: 90px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .tit_wrap, .about_brand main section .team_cont .tit_wrap, .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .brand_cont .tit_wrap, .about_team main section .team_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .brand_cont .tit_wrap, .about_jimmy main section .team_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
}
.about_brand main section .brand_cont .tit_wrap .title, .about_brand main section .team_cont .tit_wrap .title, .about_brand main section .jimmy_cont .tit_wrap .title, .about_team main section .brand_cont .tit_wrap .title, .about_team main section .team_cont .tit_wrap .title, .about_team main section .jimmy_cont .tit_wrap .title, .about_jimmy main section .brand_cont .tit_wrap .title, .about_jimmy main section .team_cont .tit_wrap .title, .about_jimmy main section .jimmy_cont .tit_wrap .title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .tit_wrap .title, .about_brand main section .team_cont .tit_wrap .title, .about_brand main section .jimmy_cont .tit_wrap .title, .about_team main section .brand_cont .tit_wrap .title, .about_team main section .team_cont .tit_wrap .title, .about_team main section .jimmy_cont .tit_wrap .title, .about_jimmy main section .brand_cont .tit_wrap .title, .about_jimmy main section .team_cont .tit_wrap .title, .about_jimmy main section .jimmy_cont .tit_wrap .title {
    margin-bottom: 10px;
  }
}
.about_brand main section .brand_cont .tit_wrap .title h2, .about_brand main section .team_cont .tit_wrap .title h2, .about_brand main section .jimmy_cont .tit_wrap .title h2, .about_team main section .brand_cont .tit_wrap .title h2, .about_team main section .team_cont .tit_wrap .title h2, .about_team main section .jimmy_cont .tit_wrap .title h2, .about_jimmy main section .brand_cont .tit_wrap .title h2, .about_jimmy main section .team_cont .tit_wrap .title h2, .about_jimmy main section .jimmy_cont .tit_wrap .title h2 {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.25rem;
  letter-spacing: 1.95px;
}
.about_brand main section .brand_cont .tit_wrap .title .en, .about_brand main section .team_cont .tit_wrap .title .en, .about_brand main section .jimmy_cont .tit_wrap .title .en, .about_team main section .brand_cont .tit_wrap .title .en, .about_team main section .team_cont .tit_wrap .title .en, .about_team main section .jimmy_cont .tit_wrap .title .en, .about_jimmy main section .brand_cont .tit_wrap .title .en, .about_jimmy main section .team_cont .tit_wrap .title .en, .about_jimmy main section .jimmy_cont .tit_wrap .title .en {
  font-size: 1.0625rem;
  line-height: 1.875rem;
  letter-spacing: unset;
}
.about_brand main section .brand_cont .tit_wrap a, .about_brand main section .team_cont .tit_wrap a, .about_brand main section .jimmy_cont .tit_wrap a, .about_team main section .brand_cont .tit_wrap a, .about_team main section .team_cont .tit_wrap a, .about_team main section .jimmy_cont .tit_wrap a, .about_jimmy main section .brand_cont .tit_wrap a, .about_jimmy main section .team_cont .tit_wrap a, .about_jimmy main section .jimmy_cont .tit_wrap a {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  letter-spacing: 0.6px;
}
.about_brand main section .brand_cont .tit_wrap a.active:after, .about_brand main section .team_cont .tit_wrap a.active:after, .about_brand main section .jimmy_cont .tit_wrap a.active:after, .about_team main section .brand_cont .tit_wrap a.active:after, .about_team main section .team_cont .tit_wrap a.active:after, .about_team main section .jimmy_cont .tit_wrap a.active:after, .about_jimmy main section .brand_cont .tit_wrap a.active:after, .about_jimmy main section .team_cont .tit_wrap a.active:after, .about_jimmy main section .jimmy_cont .tit_wrap a.active:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #074488;
  border-radius: 100%;
  opacity: 1;
  position: absolute;
  top: -6px;
  right: -20px;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .tit_wrap a.active:after, .about_brand main section .team_cont .tit_wrap a.active:after, .about_brand main section .jimmy_cont .tit_wrap a.active:after, .about_team main section .brand_cont .tit_wrap a.active:after, .about_team main section .team_cont .tit_wrap a.active:after, .about_team main section .jimmy_cont .tit_wrap a.active:after, .about_jimmy main section .brand_cont .tit_wrap a.active:after, .about_jimmy main section .team_cont .tit_wrap a.active:after, .about_jimmy main section .jimmy_cont .tit_wrap a.active:after {
    left: -15px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .tit_wrap a, .about_brand main section .team_cont .tit_wrap a, .about_brand main section .jimmy_cont .tit_wrap a, .about_team main section .brand_cont .tit_wrap a, .about_team main section .team_cont .tit_wrap a, .about_team main section .jimmy_cont .tit_wrap a, .about_jimmy main section .brand_cont .tit_wrap a, .about_jimmy main section .team_cont .tit_wrap a, .about_jimmy main section .jimmy_cont .tit_wrap a {
    display: inline-block;
  }
}
.about_brand main section .brand_cont .tit_wrap a:not(.active), .about_brand main section .team_cont .tit_wrap a:not(.active), .about_brand main section .jimmy_cont .tit_wrap a:not(.active), .about_team main section .brand_cont .tit_wrap a:not(.active), .about_team main section .team_cont .tit_wrap a:not(.active), .about_team main section .jimmy_cont .tit_wrap a:not(.active), .about_jimmy main section .brand_cont .tit_wrap a:not(.active), .about_jimmy main section .team_cont .tit_wrap a:not(.active), .about_jimmy main section .jimmy_cont .tit_wrap a:not(.active) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about_brand main section .brand_cont .tit_wrap a:not(.active):hover, .about_brand main section .team_cont .tit_wrap a:not(.active):hover, .about_brand main section .jimmy_cont .tit_wrap a:not(.active):hover, .about_team main section .brand_cont .tit_wrap a:not(.active):hover, .about_team main section .team_cont .tit_wrap a:not(.active):hover, .about_team main section .jimmy_cont .tit_wrap a:not(.active):hover, .about_jimmy main section .brand_cont .tit_wrap a:not(.active):hover, .about_jimmy main section .team_cont .tit_wrap a:not(.active):hover, .about_jimmy main section .jimmy_cont .tit_wrap a:not(.active):hover {
  color: #ebebeb;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .tit_wrap a:last-child, .about_brand main section .team_cont .tit_wrap a:last-child, .about_brand main section .jimmy_cont .tit_wrap a:last-child, .about_team main section .brand_cont .tit_wrap a:last-child, .about_team main section .team_cont .tit_wrap a:last-child, .about_team main section .jimmy_cont .tit_wrap a:last-child, .about_jimmy main section .brand_cont .tit_wrap a:last-child, .about_jimmy main section .team_cont .tit_wrap a:last-child, .about_jimmy main section .jimmy_cont .tit_wrap a:last-child {
    margin-left: 30px;
  }
}
.about_brand main section .brand_cont .cont_wrap, .about_brand main section .team_cont .cont_wrap, .about_brand main section .jimmy_cont .cont_wrap, .about_team main section .brand_cont .cont_wrap, .about_team main section .team_cont .cont_wrap, .about_team main section .jimmy_cont .cont_wrap, .about_jimmy main section .brand_cont .cont_wrap, .about_jimmy main section .team_cont .cont_wrap, .about_jimmy main section .jimmy_cont .cont_wrap {
  margin: 0 auto;
  color: #fff;
  max-width: 42.7083333333vw;
}
@media only screen and (max-width: 1024px) {
  .about_brand main section .brand_cont .cont_wrap, .about_brand main section .team_cont .cont_wrap, .about_brand main section .jimmy_cont .cont_wrap, .about_team main section .brand_cont .cont_wrap, .about_team main section .team_cont .cont_wrap, .about_team main section .jimmy_cont .cont_wrap, .about_jimmy main section .brand_cont .cont_wrap, .about_jimmy main section .team_cont .cont_wrap, .about_jimmy main section .jimmy_cont .cont_wrap {
    max-width: 53.5vw;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .cont_wrap, .about_brand main section .team_cont .cont_wrap, .about_brand main section .jimmy_cont .cont_wrap, .about_team main section .brand_cont .cont_wrap, .about_team main section .team_cont .cont_wrap, .about_team main section .jimmy_cont .cont_wrap, .about_jimmy main section .brand_cont .cont_wrap, .about_jimmy main section .team_cont .cont_wrap, .about_jimmy main section .jimmy_cont .cont_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 93.75vw;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .brand_cont .cont_wrap, .about_brand main section .team_cont .cont_wrap, .about_brand main section .jimmy_cont .cont_wrap, .about_team main section .brand_cont .cont_wrap, .about_team main section .team_cont .cont_wrap, .about_team main section .jimmy_cont .cont_wrap, .about_jimmy main section .brand_cont .cont_wrap, .about_jimmy main section .team_cont .cont_wrap, .about_jimmy main section .jimmy_cont .cont_wrap {
    margin-top: 20px;
  }
}
.about_brand main section .brand_cont .cont_wrap .logo_wrap, .about_brand main section .team_cont .cont_wrap .logo_wrap, .about_brand main section .jimmy_cont .cont_wrap .logo_wrap, .about_team main section .brand_cont .cont_wrap .logo_wrap, .about_team main section .team_cont .cont_wrap .logo_wrap, .about_team main section .jimmy_cont .cont_wrap .logo_wrap, .about_jimmy main section .brand_cont .cont_wrap .logo_wrap, .about_jimmy main section .team_cont .cont_wrap .logo_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .logo_wrap {
  margin-bottom: 50px;
  margin-left: 41%;
}
.about_brand main section .brand_cont .cont_wrap .logo_wrap img, .about_brand main section .team_cont .cont_wrap .logo_wrap img, .about_brand main section .jimmy_cont .cont_wrap .logo_wrap img, .about_team main section .brand_cont .cont_wrap .logo_wrap img, .about_team main section .team_cont .cont_wrap .logo_wrap img, .about_team main section .jimmy_cont .cont_wrap .logo_wrap img, .about_jimmy main section .brand_cont .cont_wrap .logo_wrap img, .about_jimmy main section .team_cont .cont_wrap .logo_wrap img, .about_jimmy main section .jimmy_cont .cont_wrap .logo_wrap img {
  width: 32%;
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .brand_cont .cont_wrap .logo_wrap, .about_brand main section .team_cont .cont_wrap .logo_wrap, .about_brand main section .jimmy_cont .cont_wrap .logo_wrap, .about_team main section .brand_cont .cont_wrap .logo_wrap, .about_team main section .team_cont .cont_wrap .logo_wrap, .about_team main section .jimmy_cont .cont_wrap .logo_wrap, .about_jimmy main section .brand_cont .cont_wrap .logo_wrap, .about_jimmy main section .team_cont .cont_wrap .logo_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .logo_wrap {
    margin-bottom: 20px;
    margin-left: 42%;
  }
  .about_brand main section .brand_cont .cont_wrap .logo_wrap img, .about_brand main section .team_cont .cont_wrap .logo_wrap img, .about_brand main section .jimmy_cont .cont_wrap .logo_wrap img, .about_team main section .brand_cont .cont_wrap .logo_wrap img, .about_team main section .team_cont .cont_wrap .logo_wrap img, .about_team main section .jimmy_cont .cont_wrap .logo_wrap img, .about_jimmy main section .brand_cont .cont_wrap .logo_wrap img, .about_jimmy main section .team_cont .cont_wrap .logo_wrap img, .about_jimmy main section .jimmy_cont .cont_wrap .logo_wrap img {
    width: 27%;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .cont_wrap .logo_wrap, .about_brand main section .team_cont .cont_wrap .logo_wrap, .about_brand main section .jimmy_cont .cont_wrap .logo_wrap, .about_team main section .brand_cont .cont_wrap .logo_wrap, .about_team main section .team_cont .cont_wrap .logo_wrap, .about_team main section .jimmy_cont .cont_wrap .logo_wrap, .about_jimmy main section .brand_cont .cont_wrap .logo_wrap, .about_jimmy main section .team_cont .cont_wrap .logo_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .logo_wrap {
    margin-left: 42%;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .about_brand main section .brand_cont .cont_wrap .logo_wrap img, .about_brand main section .team_cont .cont_wrap .logo_wrap img, .about_brand main section .jimmy_cont .cont_wrap .logo_wrap img, .about_team main section .brand_cont .cont_wrap .logo_wrap img, .about_team main section .team_cont .cont_wrap .logo_wrap img, .about_team main section .jimmy_cont .cont_wrap .logo_wrap img, .about_jimmy main section .brand_cont .cont_wrap .logo_wrap img, .about_jimmy main section .team_cont .cont_wrap .logo_wrap img, .about_jimmy main section .jimmy_cont .cont_wrap .logo_wrap img {
    width: 27%;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .brand_cont .cont_wrap .logo_wrap, .about_brand main section .team_cont .cont_wrap .logo_wrap, .about_brand main section .jimmy_cont .cont_wrap .logo_wrap, .about_team main section .brand_cont .cont_wrap .logo_wrap, .about_team main section .team_cont .cont_wrap .logo_wrap, .about_team main section .jimmy_cont .cont_wrap .logo_wrap, .about_jimmy main section .brand_cont .cont_wrap .logo_wrap, .about_jimmy main section .team_cont .cont_wrap .logo_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .logo_wrap {
    margin-left: 35%;
  }
  .about_brand main section .brand_cont .cont_wrap .logo_wrap img, .about_brand main section .team_cont .cont_wrap .logo_wrap img, .about_brand main section .jimmy_cont .cont_wrap .logo_wrap img, .about_team main section .brand_cont .cont_wrap .logo_wrap img, .about_team main section .team_cont .cont_wrap .logo_wrap img, .about_team main section .jimmy_cont .cont_wrap .logo_wrap img, .about_jimmy main section .brand_cont .cont_wrap .logo_wrap img, .about_jimmy main section .team_cont .cont_wrap .logo_wrap img, .about_jimmy main section .jimmy_cont .cont_wrap .logo_wrap img {
    width: 44%;
  }
}
@media only screen and (max-width: 320px) {
  .about_brand main section .brand_cont .cont_wrap .logo_wrap, .about_brand main section .team_cont .cont_wrap .logo_wrap, .about_brand main section .jimmy_cont .cont_wrap .logo_wrap, .about_team main section .brand_cont .cont_wrap .logo_wrap, .about_team main section .team_cont .cont_wrap .logo_wrap, .about_team main section .jimmy_cont .cont_wrap .logo_wrap, .about_jimmy main section .brand_cont .cont_wrap .logo_wrap, .about_jimmy main section .team_cont .cont_wrap .logo_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .logo_wrap {
    margin-top: 20px;
  }
}
.about_brand main section .brand_cont .cont_wrap p.cont, .about_brand main section .team_cont .cont_wrap p.cont, .about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .brand_cont .cont_wrap p.cont, .about_team main section .team_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .brand_cont .cont_wrap p.cont, .about_jimmy main section .team_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
  color: #fff;
  padding: 0 15px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .cont_wrap p.cont, .about_brand main section .team_cont .cont_wrap p.cont, .about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .brand_cont .cont_wrap p.cont, .about_team main section .team_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .brand_cont .cont_wrap p.cont, .about_jimmy main section .team_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 70px;
    overflow: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .brand_cont .cont_wrap p.cont, .about_brand main section .team_cont .cont_wrap p.cont, .about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .brand_cont .cont_wrap p.cont, .about_team main section .team_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .brand_cont .cont_wrap p.cont, .about_jimmy main section .team_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
    padding: 0 50px 25px;
  }
}
@media only screen and (max-width: 375px) {
  .about_brand main section .brand_cont .cont_wrap p.cont, .about_brand main section .team_cont .cont_wrap p.cont, .about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .brand_cont .cont_wrap p.cont, .about_team main section .team_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .brand_cont .cont_wrap p.cont, .about_jimmy main section .team_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
    padding: 0 30px 25px;
  }
}
.about_brand main section .brand_cont .cont_wrap .about_video, .about_brand main section .team_cont .cont_wrap .about_video, .about_brand main section .jimmy_cont .cont_wrap .about_video, .about_team main section .brand_cont .cont_wrap .about_video, .about_team main section .team_cont .cont_wrap .about_video, .about_team main section .jimmy_cont .cont_wrap .about_video, .about_jimmy main section .brand_cont .cont_wrap .about_video, .about_jimmy main section .team_cont .cont_wrap .about_video, .about_jimmy main section .jimmy_cont .cont_wrap .about_video {
  max-width: 820px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f9f501;
  cursor: pointer;
  position: relative;
}
.about_brand main section .brand_cont .cont_wrap .about_video.visibility-hidden, .about_brand main section .team_cont .cont_wrap .about_video.visibility-hidden, .about_brand main section .jimmy_cont .cont_wrap .about_video.visibility-hidden, .about_team main section .brand_cont .cont_wrap .about_video.visibility-hidden, .about_team main section .team_cont .cont_wrap .about_video.visibility-hidden, .about_team main section .jimmy_cont .cont_wrap .about_video.visibility-hidden, .about_jimmy main section .brand_cont .cont_wrap .about_video.visibility-hidden, .about_jimmy main section .team_cont .cont_wrap .about_video.visibility-hidden, .about_jimmy main section .jimmy_cont .cont_wrap .about_video.visibility-hidden {
  display: none;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_brand main section .brand_cont .cont_wrap .about_video, .about_brand main section .team_cont .cont_wrap .about_video, .about_brand main section .jimmy_cont .cont_wrap .about_video, .about_team main section .brand_cont .cont_wrap .about_video, .about_team main section .team_cont .cont_wrap .about_video, .about_team main section .jimmy_cont .cont_wrap .about_video, .about_jimmy main section .brand_cont .cont_wrap .about_video, .about_jimmy main section .team_cont .cont_wrap .about_video, .about_jimmy main section .jimmy_cont .cont_wrap .about_video {
    margin: 50px auto;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .brand_cont .cont_wrap .about_video, .about_brand main section .team_cont .cont_wrap .about_video, .about_brand main section .jimmy_cont .cont_wrap .about_video, .about_team main section .brand_cont .cont_wrap .about_video, .about_team main section .team_cont .cont_wrap .about_video, .about_team main section .jimmy_cont .cont_wrap .about_video, .about_jimmy main section .brand_cont .cont_wrap .about_video, .about_jimmy main section .team_cont .cont_wrap .about_video, .about_jimmy main section .jimmy_cont .cont_wrap .about_video {
    margin: 50px auto 70px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .cont_wrap .about_video, .about_brand main section .team_cont .cont_wrap .about_video, .about_brand main section .jimmy_cont .cont_wrap .about_video, .about_team main section .brand_cont .cont_wrap .about_video, .about_team main section .team_cont .cont_wrap .about_video, .about_team main section .jimmy_cont .cont_wrap .about_video, .about_jimmy main section .brand_cont .cont_wrap .about_video, .about_jimmy main section .team_cont .cont_wrap .about_video, .about_jimmy main section .jimmy_cont .cont_wrap .about_video {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 70px 70px;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .brand_cont .cont_wrap .about_video, .about_brand main section .team_cont .cont_wrap .about_video, .about_brand main section .jimmy_cont .cont_wrap .about_video, .about_team main section .brand_cont .cont_wrap .about_video, .about_team main section .team_cont .cont_wrap .about_video, .about_team main section .jimmy_cont .cont_wrap .about_video, .about_jimmy main section .brand_cont .cont_wrap .about_video, .about_jimmy main section .team_cont .cont_wrap .about_video, .about_jimmy main section .jimmy_cont .cont_wrap .about_video {
    margin: 0px 50px 100px;
  }
}
@media only screen and (max-width: 375px) {
  .about_brand main section .brand_cont .cont_wrap .about_video, .about_brand main section .team_cont .cont_wrap .about_video, .about_brand main section .jimmy_cont .cont_wrap .about_video, .about_team main section .brand_cont .cont_wrap .about_video, .about_team main section .team_cont .cont_wrap .about_video, .about_team main section .jimmy_cont .cont_wrap .about_video, .about_jimmy main section .brand_cont .cont_wrap .about_video, .about_jimmy main section .team_cont .cont_wrap .about_video, .about_jimmy main section .jimmy_cont .cont_wrap .about_video {
    margin: 0px 30px 100px;
  }
}
.about_brand main section .brand_cont .cont_wrap .about_video .play_icon, .about_brand main section .team_cont .cont_wrap .about_video .play_icon, .about_brand main section .jimmy_cont .cont_wrap .about_video .play_icon, .about_team main section .brand_cont .cont_wrap .about_video .play_icon, .about_team main section .team_cont .cont_wrap .about_video .play_icon, .about_team main section .jimmy_cont .cont_wrap .about_video .play_icon, .about_jimmy main section .brand_cont .cont_wrap .about_video .play_icon, .about_jimmy main section .team_cont .cont_wrap .about_video .play_icon, .about_jimmy main section .jimmy_cont .cont_wrap .about_video .play_icon {
  width: 50px;
  height: 30px;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .cont_wrap .about_video .play_icon, .about_brand main section .team_cont .cont_wrap .about_video .play_icon, .about_brand main section .jimmy_cont .cont_wrap .about_video .play_icon, .about_team main section .brand_cont .cont_wrap .about_video .play_icon, .about_team main section .team_cont .cont_wrap .about_video .play_icon, .about_team main section .jimmy_cont .cont_wrap .about_video .play_icon, .about_jimmy main section .brand_cont .cont_wrap .about_video .play_icon, .about_jimmy main section .team_cont .cont_wrap .about_video .play_icon, .about_jimmy main section .jimmy_cont .cont_wrap .about_video .play_icon {
    width: 35px;
  }
}
.about_brand main section .brand_cont .cont_wrap .about_video .play_icon::before, .about_brand main section .team_cont .cont_wrap .about_video .play_icon::before, .about_brand main section .jimmy_cont .cont_wrap .about_video .play_icon::before, .about_team main section .brand_cont .cont_wrap .about_video .play_icon::before, .about_team main section .team_cont .cont_wrap .about_video .play_icon::before, .about_team main section .jimmy_cont .cont_wrap .about_video .play_icon::before, .about_jimmy main section .brand_cont .cont_wrap .about_video .play_icon::before, .about_jimmy main section .team_cont .cont_wrap .about_video .play_icon::before, .about_jimmy main section .jimmy_cont .cont_wrap .about_video .play_icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 51px;
  bottom: 2px;
  width: 25px;
  height: 25px;
  margin: -40px 0 0 -40px;
  border: solid 2px #f9f501;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .cont_wrap .about_video .play_icon::before, .about_brand main section .team_cont .cont_wrap .about_video .play_icon::before, .about_brand main section .jimmy_cont .cont_wrap .about_video .play_icon::before, .about_team main section .brand_cont .cont_wrap .about_video .play_icon::before, .about_team main section .team_cont .cont_wrap .about_video .play_icon::before, .about_team main section .jimmy_cont .cont_wrap .about_video .play_icon::before, .about_jimmy main section .brand_cont .cont_wrap .about_video .play_icon::before, .about_jimmy main section .team_cont .cont_wrap .about_video .play_icon::before, .about_jimmy main section .jimmy_cont .cont_wrap .about_video .play_icon::before {
    left: 35px;
  }
}
.about_brand main section .brand_cont .cont_wrap .about_video .play_icon::after, .about_brand main section .team_cont .cont_wrap .about_video .play_icon::after, .about_brand main section .jimmy_cont .cont_wrap .about_video .play_icon::after, .about_team main section .brand_cont .cont_wrap .about_video .play_icon::after, .about_team main section .team_cont .cont_wrap .about_video .play_icon::after, .about_team main section .jimmy_cont .cont_wrap .about_video .play_icon::after, .about_jimmy main section .brand_cont .cont_wrap .about_video .play_icon::after, .about_jimmy main section .team_cont .cont_wrap .about_video .play_icon::after, .about_jimmy main section .jimmy_cont .cont_wrap .about_video .play_icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 12px;
  left: 21px;
  width: 0;
  height: 0;
  margin: 2px 0 0 2px;
  border-left: 6px solid #f9f501;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .cont_wrap .about_video .play_icon::after, .about_brand main section .team_cont .cont_wrap .about_video .play_icon::after, .about_brand main section .jimmy_cont .cont_wrap .about_video .play_icon::after, .about_team main section .brand_cont .cont_wrap .about_video .play_icon::after, .about_team main section .team_cont .cont_wrap .about_video .play_icon::after, .about_team main section .jimmy_cont .cont_wrap .about_video .play_icon::after, .about_jimmy main section .brand_cont .cont_wrap .about_video .play_icon::after, .about_jimmy main section .team_cont .cont_wrap .about_video .play_icon::after, .about_jimmy main section .jimmy_cont .cont_wrap .about_video .play_icon::after {
    left: 5px;
  }
}
.about_brand main section .brand_cont .cont_wrap .about_video p, .about_brand main section .team_cont .cont_wrap .about_video p, .about_brand main section .jimmy_cont .cont_wrap .about_video p, .about_team main section .brand_cont .cont_wrap .about_video p, .about_team main section .team_cont .cont_wrap .about_video p, .about_team main section .jimmy_cont .cont_wrap .about_video p, .about_jimmy main section .brand_cont .cont_wrap .about_video p, .about_jimmy main section .team_cont .cont_wrap .about_video p, .about_jimmy main section .jimmy_cont .cont_wrap .about_video p {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75rem;
}
.about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
  position: absolute;
  left: 8.6%;
  bottom: 10%;
  -webkit-animation: moonshake 4.5s infinite alternate ease-in-out;
          animation: moonshake 4.5s infinite alternate ease-in-out;
}
@media only screen and (max-width: 1600px) {
  .about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
    bottom: 15%;
  }
}
@media only screen and (max-width: 1366px) {
  .about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
    bottom: 10%;
  }
}
@media only screen and (max-width: 1280px) {
  .about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
    left: 6.6%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
    bottom: 18%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
    width: 7%;
    left: 2%;
    bottom: 9%;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
    width: 9%;
    left: unset;
    right: 9%;
    bottom: 18%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
    bottom: 7.5%;
    right: 11.6%;
  }
}
@media only screen and (max-width: 375px) {
  .about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
    bottom: 7.5%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_brand main section .obj_moon, .about_team main section .obj_moon, .about_jimmy main section .obj_moon {
    right: 4.6%;
  }
}
.about_brand main section .brand_cont .tit_wrap .title, .about_brand main section .team_cont .tit_wrap .title, .about_team main section .brand_cont .tit_wrap .title, .about_team main section .team_cont .tit_wrap .title, .about_jimmy main section .brand_cont .tit_wrap .title, .about_jimmy main section .team_cont .tit_wrap .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: moveUpText 1s forwards;
          animation: moveUpText 1s forwards;
}
.about_brand main section .brand_cont .tit_wrap a, .about_brand main section .team_cont .tit_wrap a, .about_team main section .brand_cont .tit_wrap a, .about_team main section .team_cont .tit_wrap a, .about_jimmy main section .brand_cont .tit_wrap a, .about_jimmy main section .team_cont .tit_wrap a {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.about_brand main section .brand_cont .tit_wrap a.active, .about_team main section .brand_cont .tit_wrap a.active, .about_jimmy main section .brand_cont .tit_wrap a.active {
  -webkit-animation: moveToRight 1s 0.3s forwards;
          animation: moveToRight 1s 0.3s forwards;
}
.about_brand main section .brand_cont .tit_wrap a:last-child, .about_team main section .brand_cont .tit_wrap a:last-child, .about_jimmy main section .brand_cont .tit_wrap a:last-child {
  -webkit-animation: moveToRight 1s 0.6s forwards;
          animation: moveToRight 1s 0.6s forwards;
}
.about_brand main section .team_cont .tit_wrap a, .about_team main section .team_cont .tit_wrap a, .about_jimmy main section .team_cont .tit_wrap a {
  -webkit-animation: moveToRight 1s 0.3s forwards;
          animation: moveToRight 1s 0.3s forwards;
}
.about_brand main section .team_cont .tit_wrap a.active, .about_team main section .team_cont .tit_wrap a.active, .about_jimmy main section .team_cont .tit_wrap a.active {
  -webkit-animation: moveToRight 1s 0.6s forwards;
          animation: moveToRight 1s 0.6s forwards;
}
.about_brand main section .brand_cont .cont_wrap, .about_team main section .brand_cont .cont_wrap, .about_jimmy main section .brand_cont .cont_wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .cont_wrap, .about_team main section .brand_cont .cont_wrap, .about_jimmy main section .brand_cont .cont_wrap {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .brand_cont .cont_wrap, .about_team main section .brand_cont .cont_wrap, .about_jimmy main section .brand_cont .cont_wrap {
    margin-top: 20px;
  }
}
.about_brand main section .brand_cont .cont_wrap .scrollbar-inner, .about_team main section .brand_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .brand_cont .cont_wrap .scrollbar-inner {
  max-height: 48.5vh;
  width: 100%;
}
@media only screen and (max-width: 1580px) {
  .about_brand main section .brand_cont .cont_wrap .scrollbar-inner, .about_team main section .brand_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .brand_cont .cont_wrap .scrollbar-inner {
    max-height: 46vh;
  }
}
@media only screen and (max-width: 1440px) {
  .about_brand main section .brand_cont .cont_wrap .scrollbar-inner, .about_team main section .brand_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .brand_cont .cont_wrap .scrollbar-inner {
    max-height: 44vh;
  }
}
@media only screen and (max-width: 1280px) {
  .about_brand main section .brand_cont .cont_wrap .scrollbar-inner, .about_team main section .brand_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .brand_cont .cont_wrap .scrollbar-inner {
    max-height: 40vh;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .about_brand main section .brand_cont .cont_wrap .scrollbar-inner, .about_team main section .brand_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .brand_cont .cont_wrap .scrollbar-inner {
    max-height: 230px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .brand_cont .cont_wrap .scrollbar-inner, .about_team main section .brand_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .brand_cont .cont_wrap .scrollbar-inner {
    max-height: 42vh;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .team_cont, .about_team main section .team_cont, .about_jimmy main section .team_cont {
    margin-bottom: 0;
  }
}
.about_brand main section .team_cont .tit_wrap a.active:after, .about_team main section .team_cont .tit_wrap a.active:after, .about_jimmy main section .team_cont .tit_wrap a.active:after {
  background-color: #8fac00;
}
.about_brand main section .team_cont .cont_wrap, .about_team main section .team_cont .cont_wrap, .about_jimmy main section .team_cont .cont_wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .team_cont .cont_wrap, .about_team main section .team_cont .cont_wrap, .about_jimmy main section .team_cont .cont_wrap {
    margin-top: 10px;
  }
}
.about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
  height: 100%;
  width: 100%;
  max-height: 37.037037037vh;
}
@media only screen and (max-width: 1680px) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 450px;
  }
}
@media only screen and (max-width: 1550px) and (max-height: 800px) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 35vh;
  }
}
@media only screen and (max-width: 1400px) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 300px;
  }
}
@media only screen and (max-width: 1300px) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 350px;
  }
}
@media only screen and (max-width: 1440px) and (max-height: 700px) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 30vh;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 200px;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 600px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 260px;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 350px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_brand main section .team_cont .cont_wrap .scrollbar-inner, .about_team main section .team_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .team_cont .cont_wrap .scrollbar-inner {
    max-height: 400px;
  }
}
.about_brand main section .team_cont .cont_wrap span, .about_brand main section .team_cont .cont_wrap h3, .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap span, .about_team main section .team_cont .cont_wrap h3, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap span, .about_jimmy main section .team_cont .cont_wrap h3, .about_jimmy main section .team_cont .cont_wrap .social_btn {
  padding: 0 10px;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .team_cont .cont_wrap span, .about_brand main section .team_cont .cont_wrap h3, .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap span, .about_team main section .team_cont .cont_wrap h3, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap span, .about_jimmy main section .team_cont .cont_wrap h3, .about_jimmy main section .team_cont .cont_wrap .social_btn {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .team_cont .cont_wrap span, .about_brand main section .team_cont .cont_wrap h3, .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap span, .about_team main section .team_cont .cont_wrap h3, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap span, .about_jimmy main section .team_cont .cont_wrap h3, .about_jimmy main section .team_cont .cont_wrap .social_btn {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 375px) {
  .about_brand main section .team_cont .cont_wrap span, .about_brand main section .team_cont .cont_wrap h3, .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap span, .about_team main section .team_cont .cont_wrap h3, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap span, .about_jimmy main section .team_cont .cont_wrap h3, .about_jimmy main section .team_cont .cont_wrap .social_btn {
    padding: 0 30px;
  }
}
.about_brand main section .team_cont .cont_wrap span, .about_team main section .team_cont .cont_wrap span, .about_jimmy main section .team_cont .cont_wrap span {
  font-family: cursive;
  font-size: 6.25rem;
}
@media only screen and (max-width: 575px) {
  .about_brand main section .team_cont .cont_wrap span, .about_team main section .team_cont .cont_wrap span, .about_jimmy main section .team_cont .cont_wrap span {
    text-align: center;
  }
}
.about_brand main section .team_cont .cont_wrap h3, .about_team main section .team_cont .cont_wrap h3, .about_jimmy main section .team_cont .cont_wrap h3 {
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.96px;
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .team_cont .cont_wrap h3, .about_team main section .team_cont .cont_wrap h3, .about_jimmy main section .team_cont .cont_wrap h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .team_cont .cont_wrap h3, .about_team main section .team_cont .cont_wrap h3, .about_jimmy main section .team_cont .cont_wrap h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .team_cont .cont_wrap h3, .about_team main section .team_cont .cont_wrap h3, .about_jimmy main section .team_cont .cont_wrap h3 {
    margin-bottom: 20px;
    position: relative;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .team_cont .cont_wrap p.cont, .about_team main section .team_cont .cont_wrap p.cont, .about_jimmy main section .team_cont .cont_wrap p.cont {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .team_cont .cont_wrap p.cont, .about_team main section .team_cont .cont_wrap p.cont, .about_jimmy main section .team_cont .cont_wrap p.cont {
    overflow-y: initial;
  }
}
.about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap .social_btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 0;
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap .social_btn {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap .social_btn {
    margin-top: 30px;
    margin-bottom: 220px;
    padding-top: 15px;
    position: initial;
    background-color: transparent;
    opacity: 1;
    z-index: initial;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about_brand main section .team_cont .cont_wrap .social_btn li, .about_team main section .team_cont .cont_wrap .social_btn li, .about_jimmy main section .team_cont .cont_wrap .social_btn li {
    opacity: 1;
  }
  .about_brand main section .team_cont .cont_wrap .social_btn li:first-child, .about_team main section .team_cont .cont_wrap .social_btn li:first-child, .about_jimmy main section .team_cont .cont_wrap .social_btn li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap .social_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 375px) {
  .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap .social_btn {
    margin-bottom: 100px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap .social_btn {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 360px) {
  .about_brand main section .team_cont .cont_wrap .social_btn, .about_team main section .team_cont .cont_wrap .social_btn, .about_jimmy main section .team_cont .cont_wrap .social_btn {
    margin-bottom: 180px;
  }
}
.about_brand main section .team_cont .cont_wrap .social_btn a, .about_team main section .team_cont .cont_wrap .social_btn a, .about_jimmy main section .team_cont .cont_wrap .social_btn a {
  cursor: pointer;
  color: #fff;
}
.about_brand main section .team_cont .cont_wrap .social_btn a:hover, .about_team main section .team_cont .cont_wrap .social_btn a:hover, .about_jimmy main section .team_cont .cont_wrap .social_btn a:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.about_brand main section .jimmy_cont, .about_team main section .jimmy_cont, .about_jimmy main section .jimmy_cont {
  margin-top: 13.88vh;
}
@media only screen and (max-width: 1440px) {
  .about_brand main section .jimmy_cont, .about_team main section .jimmy_cont, .about_jimmy main section .jimmy_cont {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .about_brand main section .jimmy_cont, .about_team main section .jimmy_cont, .about_jimmy main section .jimmy_cont {
    margin-top: 40px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .jimmy_cont, .about_team main section .jimmy_cont, .about_jimmy main section .jimmy_cont {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont, .about_team main section .jimmy_cont, .about_jimmy main section .jimmy_cont {
    height: 48vh;
    -webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .jimmy_cont, .about_team main section .jimmy_cont, .about_jimmy main section .jimmy_cont {
    height: 62vh;
    margin-top: 0;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_brand main section .jimmy_cont, .about_team main section .jimmy_cont, .about_jimmy main section .jimmy_cont {
    height: 59vh;
  }
}
@media only screen and (max-width: 360px) {
  .about_brand main section .jimmy_cont, .about_team main section .jimmy_cont, .about_jimmy main section .jimmy_cont {
    height: 55vh;
  }
}
.about_brand main section .jimmy_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
  float: left;
  margin-left: 255px;
  margin-right: 0;
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    margin-left: 150px;
  }
}
@media only screen and (max-width: 1366px) {
  .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    margin-left: 120px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .jimmy_cont .tit_wrap, .about_team main section .jimmy_cont .tit_wrap, .about_jimmy main section .jimmy_cont .tit_wrap {
    margin-top: 30px;
  }
}
.about_brand main section .jimmy_cont .tit_wrap .title, .about_team main section .jimmy_cont .tit_wrap .title, .about_jimmy main section .jimmy_cont .tit_wrap .title {
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: moveUpText 1s forwards;
          animation: moveUpText 1s forwards;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont .tit_wrap .title, .about_team main section .jimmy_cont .tit_wrap .title, .about_jimmy main section .jimmy_cont .tit_wrap .title {
    margin-bottom: 10px;
  }
}
.about_brand main section .jimmy_cont .tit_wrap a, .about_team main section .jimmy_cont .tit_wrap a, .about_jimmy main section .jimmy_cont .tit_wrap a {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.about_brand main section .jimmy_cont .tit_wrap a.active:after, .about_team main section .jimmy_cont .tit_wrap a.active:after, .about_jimmy main section .jimmy_cont .tit_wrap a.active:after {
  background-color: #fff;
  top: -8px;
  left: -28px;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont .tit_wrap a.active:after, .about_team main section .jimmy_cont .tit_wrap a.active:after, .about_jimmy main section .jimmy_cont .tit_wrap a.active:after {
    left: -15px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont .tit_wrap a, .about_team main section .jimmy_cont .tit_wrap a, .about_jimmy main section .jimmy_cont .tit_wrap a {
    display: inline-block;
    margin-left: 0;
    margin-right: 25px;
  }
}
.about_brand main section .jimmy_cont .tit_wrap a:not(.active), .about_team main section .jimmy_cont .tit_wrap a:not(.active), .about_jimmy main section .jimmy_cont .tit_wrap a:not(.active) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about_brand main section .jimmy_cont .tit_wrap a:not(.active):hover, .about_team main section .jimmy_cont .tit_wrap a:not(.active):hover, .about_jimmy main section .jimmy_cont .tit_wrap a:not(.active):hover {
  color: #1a1a1a;
}
.about_brand main section .jimmy_cont .tit_wrap a:last-child, .about_team main section .jimmy_cont .tit_wrap a:last-child, .about_jimmy main section .jimmy_cont .tit_wrap a:last-child {
  -webkit-animation: moveToRight 1s 0.9s forwards;
          animation: moveToRight 1s 0.9s forwards;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont .tit_wrap a:last-child, .about_team main section .jimmy_cont .tit_wrap a:last-child, .about_jimmy main section .jimmy_cont .tit_wrap a:last-child {
    margin-left: 0;
    margin-right: 0px;
  }
}
.about_brand main section .jimmy_cont .tit_wrap a.active, .about_team main section .jimmy_cont .tit_wrap a.active, .about_jimmy main section .jimmy_cont .tit_wrap a.active {
  -webkit-animation: moveToRight 1s 0.3s forwards;
          animation: moveToRight 1s 0.3s forwards;
}
.about_brand main section .jimmy_cont .tit_wrap a.second, .about_team main section .jimmy_cont .tit_wrap a.second, .about_jimmy main section .jimmy_cont .tit_wrap a.second {
  -webkit-animation: moveToRight 1s 0.6s forwards;
          animation: moveToRight 1s 0.6s forwards;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont .cont_wrap, .about_team main section .jimmy_cont .cont_wrap, .about_jimmy main section .jimmy_cont .cont_wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .jimmy_cont .cont_wrap, .about_team main section .jimmy_cont .cont_wrap, .about_jimmy main section .jimmy_cont .cont_wrap {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .jimmy_cont .cont_wrap, .about_team main section .jimmy_cont .cont_wrap, .about_jimmy main section .jimmy_cont .cont_wrap {
    width: auto;
  }
}
.about_brand main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_team main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .jimmy_cont .cont_wrap .scrollbar-inner {
  max-height: calc(56.77vh - 225px);
}
@media only screen and (max-width: 1440px) {
  .about_brand main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_team main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .jimmy_cont .cont_wrap .scrollbar-inner {
    max-height: calc(70.65vh - 285px);
  }
}
@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .about_brand main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_team main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .jimmy_cont .cont_wrap .scrollbar-inner {
    max-height: calc(70.65vh - 165px);
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_brand main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_team main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .jimmy_cont .cont_wrap .scrollbar-inner {
    max-height: 600px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_team main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .jimmy_cont .cont_wrap .scrollbar-inner {
    max-height: 300px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_team main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .jimmy_cont .cont_wrap .scrollbar-inner {
    max-height: calc(70.65vh - 265px);
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_team main section .jimmy_cont .cont_wrap .scrollbar-inner, .about_jimmy main section .jimmy_cont .cont_wrap .scrollbar-inner {
    max-height: 330px;
  }
}
.about_brand main section .jimmy_cont .cont_wrap .img_wrap, .about_team main section .jimmy_cont .cont_wrap .img_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .img_wrap {
  max-width: 370px;
  margin: 10px auto 20px;
  border: solid 13px #ffc000;
  -webkit-box-shadow: 2.6px 3.1px 14px 1.1px rgba(0, 0, 0, 0.15);
          box-shadow: 2.6px 3.1px 14px 1.1px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1550px) {
  .about_brand main section .jimmy_cont .cont_wrap .img_wrap, .about_team main section .jimmy_cont .cont_wrap .img_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .img_wrap {
    width: 40%;
  }
}
@media only screen and (max-width: 1366px) {
  .about_brand main section .jimmy_cont .cont_wrap .img_wrap, .about_team main section .jimmy_cont .cont_wrap .img_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .img_wrap {
    width: auto;
  }
}
@media only screen and (max-device-width: 1280px) and (max-device-height: 900px) {
  .about_brand main section .jimmy_cont .cont_wrap .img_wrap, .about_team main section .jimmy_cont .cont_wrap .img_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .img_wrap {
    width: 40%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_brand main section .jimmy_cont .cont_wrap .img_wrap, .about_team main section .jimmy_cont .cont_wrap .img_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .img_wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main section .jimmy_cont .cont_wrap .img_wrap, .about_team main section .jimmy_cont .cont_wrap .img_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .img_wrap {
    width: 45%;
    border: solid 8px #ffc000;
    margin-bottom: 30px;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont .cont_wrap .img_wrap, .about_team main section .jimmy_cont .cont_wrap .img_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .img_wrap {
    width: 40%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .jimmy_cont .cont_wrap .img_wrap, .about_team main section .jimmy_cont .cont_wrap .img_wrap, .about_jimmy main section .jimmy_cont .cont_wrap .img_wrap {
    width: auto;
    max-width: 190px;
    border: solid 7px #ffc000;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
  color: #000;
}
@media only screen and (max-width: 900px) {
  .about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 375px) {
  .about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
    margin-bottom: 150px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 360px) {
  .about_brand main section .jimmy_cont .cont_wrap p.cont, .about_team main section .jimmy_cont .cont_wrap p.cont, .about_jimmy main section .jimmy_cont .cont_wrap p.cont {
    margin-bottom: 180px;
  }
}
@media only screen and (max-width: 900px) {
  .about_brand .scroll-wrapper, .about_team .scroll-wrapper, .about_jimmy .scroll-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.about_brand .scroll-wrapper .scroll-element.scroll-y, .about_team .scroll-wrapper .scroll-element.scroll-y, .about_jimmy .scroll-wrapper .scroll-element.scroll-y {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .about_brand .scroll-wrapper .scroll-element.scroll-y, .about_team .scroll-wrapper .scroll-element.scroll-y, .about_jimmy .scroll-wrapper .scroll-element.scroll-y {
    right: 10px;
  }
}
.about_brand .scroll-wrapper .scroll-element.scroll-y:hover .scroll-bar, .about_team .scroll-wrapper .scroll-element.scroll-y:hover .scroll-bar, .about_jimmy .scroll-wrapper .scroll-element.scroll-y:hover .scroll-bar {
  background-color: #e0e0e0;
}
@media only screen and (max-width: 900px) {
  .about_brand .scroll-wrapper .scroll-element.scroll-y:hover .scroll-bar, .about_team .scroll-wrapper .scroll-element.scroll-y:hover .scroll-bar, .about_jimmy .scroll-wrapper .scroll-element.scroll-y:hover .scroll-bar {
    background-color: transparent;
  }
}
.about_brand .scroll-wrapper .scroll-element.scroll-y .scroll-bar, .about_team .scroll-wrapper .scroll-element.scroll-y .scroll-bar, .about_jimmy .scroll-wrapper .scroll-element.scroll-y .scroll-bar {
  background-color: rgba(255, 255, 255, 0.5019607843);
  opacity: 1;
  width: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 900px) {
  .about_brand .scroll-wrapper .scroll-element.scroll-y .scroll-bar, .about_team .scroll-wrapper .scroll-element.scroll-y .scroll-bar, .about_jimmy .scroll-wrapper .scroll-element.scroll-y .scroll-bar {
    background-color: transparent;
  }
}
.about_brand .scroll-wrapper .scroll-element:hover .scroll-bar, .about_team .scroll-wrapper .scroll-element:hover .scroll-bar, .about_jimmy .scroll-wrapper .scroll-element:hover .scroll-bar {
  background-color: #e0e0e0;
}
@media only screen and (max-width: 900px) {
  .about_brand .scroll-wrapper .scroll-element:hover .scroll-bar, .about_team .scroll-wrapper .scroll-element:hover .scroll-bar, .about_jimmy .scroll-wrapper .scroll-element:hover .scroll-bar {
    background-color: transparent;
  }
}
.about_brand .scroll-wrapper .scroll-element .scroll-element_track, .about_team .scroll-wrapper .scroll-element .scroll-element_track, .about_jimmy .scroll-wrapper .scroll-element .scroll-element_track {
  background-color: transparent;
}

.about_brand main {
  background-image: url(../../../dist/assets/img/about/about_bg04.jpg);
  background-position: 0 20%;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .about_brand main {
    background-position: 0 36%;
  }
}
@media only screen and (max-width: 1100px) {
  .about_brand main {
    background-image: url(../../../dist/assets/img/about/about_bg04_pad.jpg);
    background-position: 0 0;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_brand main {
    background-image: url(../../../dist/assets/img/about/about_bg04_pad.jpg);
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .about_brand main {
    background-image: url(../../../dist/assets/img/about/about_bg04.jpg);
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .about_brand main {
    background-image: url(../../../dist/assets/img/about/about_bg04_pad.jpg);
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_brand main {
    background-image: url(../../../dist/assets/img/about/about_bg04.jpg);
  }
}
@media only screen and (max-width: 575px) {
  .about_brand main {
    background-image: url(../../../dist/assets/img/about/about_bg04_mobile.jpg);
  }
}

.about_team main {
  background-image: url(../../../dist/assets/img/about/about_bg03.jpg);
  background-position: center 80%;
}
@media only screen and (max-width: 1300px) and (max-height: 700px) {
  .about_team main {
    background-position: center 70%;
  }
}
@media only screen and (max-width: 1100px) {
  .about_team main {
    background-image: url(../../../dist/assets/img/about/about_bg03_pad.jpg);
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_team main {
    background-image: url(../../../dist/assets/img/about/about_bg03_pad.jpg);
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .about_team main {
    background-image: url(../../../dist/assets/img/about/about_bg03.jpg);
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .about_team main {
    background-image: url(../../../dist/assets/img/about/about_bg03_pad.jpg);
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_team main {
    background-image: url(../../../dist/assets/img/about/about_bg03.jpg);
  }
}
@media only screen and (max-width: 575px) {
  .about_team main {
    background-image: url(../../../dist/assets/img/about/about_bg03_mobile.jpg);
    background-position: center center;
  }
}

.about_jimmy main {
  background-image: url(../../../dist/assets/img/about/about_bg02.jpg);
  background-position: bottom;
}
@media only screen and (max-width: 1280px) and (max-height: 700px) {
  .about_jimmy main {
    height: calc(100vh + 100px);
  }
}
@media only screen and (max-width: 1100px) {
  .about_jimmy main {
    background-image: url(../../../dist/assets/img/about/about_bg02_pad.jpg);
    background-position: center;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_jimmy main {
    background-image: url(../../../dist/assets/img/about/about_bg02_pad.jpg);
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .about_jimmy main {
    background-image: url(../../../dist/assets/img/about/about_bg02.jpg);
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .about_jimmy main {
    background-image: url(../../../dist/assets/img/about/about_bg02_pad.jpg);
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_jimmy main {
    background-image: url(../../../dist/assets/img/about/about_bg02.jpg);
  }
}
@media only screen and (max-width: 575px) {
  .about_jimmy main {
    background-image: url(../../../dist/assets/img/about/about_bg02_mobile.jpg);
    height: 100vh;
  }
}
.about_jimmy .breadcrumb {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .about_jimmy .breadcrumb {
    margin-top: 0;
    padding-top: 120px;
  }
}

.about_award .act_wrap, .about_article .act_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .about_award .act_wrap, .about_article .act_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_award .act_wrap .close_wrap, .about_article .act_wrap .close_wrap {
  position: fixed;
  left: 50%;
  top: 80px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .about_award .act_wrap .close_wrap, .about_article .act_wrap .close_wrap {
    position: absolute;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .close_wrap, .about_article .act_wrap .close_wrap {
    top: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .close_wrap, .about_article .act_wrap .close_wrap {
    top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .close_wrap .backBtn, .about_article .act_wrap .close_wrap .backBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .close_wrap .backBtn, .about_article .act_wrap .close_wrap .backBtn {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.about_award .act_wrap .close_wrap .backBtn .icon-close, .about_article .act_wrap .close_wrap .backBtn .icon-close {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_award .act_wrap .close_wrap .backBtn:hover .icon-close, .about_article .act_wrap .close_wrap .backBtn:hover .icon-close {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.about_award .act_wrap .award_left, .about_article .act_wrap .award_left {
  background-image: url(../../../dist/assets/img/about/about_bg_red.jpg);
  background-position-y: 80%;
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_award .act_wrap .award_left, .about_article .act_wrap .award_left {
    background-position-y: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left, .about_article .act_wrap .award_left {
    background-image: url(../../../dist/assets/img/about/about_bg_red_mobile.jpg);
    background-position-x: 80%;
  }
}
.about_award .act_wrap .article_left, .about_article .act_wrap .article_left {
  background-image: url(../../../dist/assets/img/about/about_bg_green.jpg);
  background-position-y: 85%;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .article_left, .about_article .act_wrap .article_left {
    background-image: url(../../../dist/assets/img/about/about_bg_green_mobile.jpg);
  }
}
.about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    position: relative;
    height: 50vh;
    width: 100%;
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    position: fixed;
    width: 50%;
    height: 100vh;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (max-width: 1100px) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    background-size: cover;
    height: 100vh;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    padding-top: 35%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    padding-top: 65%;
  }
}
@media only screen and (max-width: 360px) {
  .about_award .act_wrap .award_left, .about_award .act_wrap .article_left, .about_article .act_wrap .award_left, .about_article .act_wrap .article_left {
    padding-top: 47%;
  }
}
.about_award .act_wrap .award_left .left_swiper, .about_award .act_wrap .article_left .left_swiper, .about_article .act_wrap .award_left .left_swiper, .about_article .act_wrap .article_left .left_swiper {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .award_left .left_swiper, .about_award .act_wrap .article_left .left_swiper, .about_article .act_wrap .award_left .left_swiper, .about_article .act_wrap .article_left .left_swiper {
    visibility: hidden;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.about_award .act_wrap .award_left .title, .about_award .act_wrap .article_left .title, .about_article .act_wrap .award_left .title, .about_article .act_wrap .article_left .title {
  color: #fff;
  text-align: center;
  margin-top: -5%;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .about_award .act_wrap .award_left .title, .about_award .act_wrap .article_left .title, .about_article .act_wrap .award_left .title, .about_article .act_wrap .article_left .title {
    margin-top: -20%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_award .act_wrap .award_left .title, .about_award .act_wrap .article_left .title, .about_article .act_wrap .award_left .title, .about_article .act_wrap .article_left .title {
    margin-top: 5%;
  }
}
@media only screen and (max-device-height: 1024px) and (max-device-width: 768px) {
  .about_award .act_wrap .award_left .title, .about_award .act_wrap .article_left .title, .about_article .act_wrap .award_left .title, .about_article .act_wrap .article_left .title {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .award_left .title, .about_award .act_wrap .article_left .title, .about_article .act_wrap .award_left .title, .about_article .act_wrap .article_left .title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .title, .about_award .act_wrap .article_left .title, .about_article .act_wrap .award_left .title, .about_article .act_wrap .article_left .title {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 420px) and (min-height: 800px) {
  .about_award .act_wrap .award_left .title, .about_award .act_wrap .article_left .title, .about_article .act_wrap .award_left .title, .about_article .act_wrap .article_left .title {
    padding-top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .award_left .title, .about_award .act_wrap .article_left .title, .about_article .act_wrap .award_left .title, .about_article .act_wrap .article_left .title {
    padding-top: 0;
  }
}
.about_award .act_wrap .award_left .title .ch, .about_award .act_wrap .article_left .title .ch, .about_article .act_wrap .award_left .title .ch, .about_article .act_wrap .article_left .title .ch {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: 2.34px;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .title .ch, .about_award .act_wrap .article_left .title .ch, .about_article .act_wrap .award_left .title .ch, .about_article .act_wrap .article_left .title .ch {
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: 1.95px;
  }
}
.about_award .act_wrap .award_left .title .en, .about_award .act_wrap .article_left .title .en, .about_article .act_wrap .award_left .title .en, .about_article .act_wrap .article_left .title .en {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 3.125rem;
  letter-spacing: unset;
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_award .act_wrap .award_left .title .en, .about_award .act_wrap .article_left .title .en, .about_article .act_wrap .award_left .title .en, .about_article .act_wrap .article_left .title .en {
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .title .en, .about_award .act_wrap .article_left .title .en, .about_article .act_wrap .award_left .title .en, .about_article .act_wrap .article_left .title .en {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: unset;
  }
}
.about_award .act_wrap .award_left .title p:nth-child(3), .about_award .act_wrap .article_left .title p:nth-child(3), .about_article .act_wrap .award_left .title p:nth-child(3), .about_article .act_wrap .article_left .title p:nth-child(3) {
  margin-bottom: 70px;
  line-height: 25px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .about_award .act_wrap .award_left .title p:nth-child(3), .about_award .act_wrap .article_left .title p:nth-child(3), .about_article .act_wrap .award_left .title p:nth-child(3), .about_article .act_wrap .article_left .title p:nth-child(3) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .award_left .title p:nth-child(3), .about_award .act_wrap .article_left .title p:nth-child(3), .about_article .act_wrap .award_left .title p:nth-child(3), .about_article .act_wrap .article_left .title p:nth-child(3) {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .title p:nth-child(3), .about_award .act_wrap .article_left .title p:nth-child(3), .about_article .act_wrap .award_left .title p:nth-child(3), .about_article .act_wrap .article_left .title p:nth-child(3) {
    width: 100%;
    padding: 0 50px;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .award_left .title p:nth-child(3), .about_award .act_wrap .article_left .title p:nth-child(3), .about_article .act_wrap .award_left .title p:nth-child(3), .about_article .act_wrap .article_left .title p:nth-child(3) {
    margin: 15px auto;
  }
}
.about_award .act_wrap .award_left .title p:last-child, .about_award .act_wrap .article_left .title p:last-child, .about_article .act_wrap .award_left .title p:last-child, .about_article .act_wrap .article_left .title p:last-child {
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.5625rem;
}
.about_award .act_wrap .award_left .title .year, .about_award .act_wrap .article_left .title .year, .about_article .act_wrap .award_left .title .year, .about_article .act_wrap .article_left .title .year {
  color: #ffffff;
  opacity: 0.4;
  margin-left: auto;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 5rem;
  line-height: 2.25rem;
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 1280px) {
  .about_award .act_wrap .award_left .title .year, .about_award .act_wrap .article_left .title .year, .about_article .act_wrap .award_left .title .year, .about_article .act_wrap .article_left .title .year {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 1175px) {
  .about_award .act_wrap .award_left .title .year, .about_award .act_wrap .article_left .title .year, .about_article .act_wrap .award_left .title .year, .about_article .act_wrap .article_left .title .year {
    margin-right: 0;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_award .act_wrap .award_left .title .year, .about_award .act_wrap .article_left .title .year, .about_article .act_wrap .award_left .title .year, .about_article .act_wrap .article_left .title .year {
    display: none;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_award .act_wrap .award_left .title .year, .about_award .act_wrap .article_left .title .year, .about_article .act_wrap .award_left .title .year, .about_article .act_wrap .article_left .title .year {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .award_left .title .year, .about_award .act_wrap .article_left .title .year, .about_article .act_wrap .award_left .title .year, .about_article .act_wrap .article_left .title .year {
    display: none;
  }
}
.about_award .act_wrap .award_left .select_year, .about_award .act_wrap .article_left .select_year, .about_article .act_wrap .award_left .select_year, .about_article .act_wrap .article_left .select_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year, .about_award .act_wrap .article_left .select_year, .about_article .act_wrap .award_left .select_year, .about_article .act_wrap .article_left .select_year {
    top: 9.3%;
    margin-top: 0;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 667px) {
  .about_award .act_wrap .award_left .select_year, .about_award .act_wrap .article_left .select_year, .about_article .act_wrap .award_left .select_year, .about_article .act_wrap .article_left .select_year {
    top: 8%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_award .act_wrap .award_left .select_year, .about_award .act_wrap .article_left .select_year, .about_article .act_wrap .award_left .select_year, .about_article .act_wrap .article_left .select_year {
    top: 9.8%;
  }
}
@media only screen and (max-width: 360px) {
  .about_award .act_wrap .award_left .select_year, .about_award .act_wrap .article_left .select_year, .about_article .act_wrap .award_left .select_year, .about_article .act_wrap .article_left .select_year {
    top: 8.3%;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .award_left .select_year, .about_award .act_wrap .article_left .select_year, .about_article .act_wrap .award_left .select_year, .about_article .act_wrap .article_left .select_year {
    top: 6.8%;
  }
}
.about_award .act_wrap .award_left .select_year .act_prev, .about_award .act_wrap .award_left .select_year .act_next, .about_award .act_wrap .article_left .select_year .act_prev, .about_award .act_wrap .article_left .select_year .act_next, .about_article .act_wrap .award_left .select_year .act_prev, .about_article .act_wrap .award_left .select_year .act_next, .about_article .act_wrap .article_left .select_year .act_prev, .about_article .act_wrap .article_left .select_year .act_next {
  width: 40px;
  height: 40px;
  background-color: #fbff81;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year .act_prev, .about_award .act_wrap .award_left .select_year .act_next, .about_award .act_wrap .article_left .select_year .act_prev, .about_award .act_wrap .article_left .select_year .act_next, .about_article .act_wrap .award_left .select_year .act_prev, .about_article .act_wrap .award_left .select_year .act_next, .about_article .act_wrap .article_left .select_year .act_prev, .about_article .act_wrap .article_left .select_year .act_next {
    width: 31px;
    height: 31px;
  }
}
.about_award .act_wrap .award_left .select_year .act_prev::before, .about_award .act_wrap .award_left .select_year .act_next::before, .about_award .act_wrap .article_left .select_year .act_prev::before, .about_award .act_wrap .article_left .select_year .act_next::before, .about_article .act_wrap .award_left .select_year .act_prev::before, .about_article .act_wrap .award_left .select_year .act_next::before, .about_article .act_wrap .article_left .select_year .act_prev::before, .about_article .act_wrap .article_left .select_year .act_next::before {
  font-family: "icomoon" !important;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year .act_prev::before, .about_award .act_wrap .award_left .select_year .act_next::before, .about_award .act_wrap .article_left .select_year .act_prev::before, .about_award .act_wrap .article_left .select_year .act_next::before, .about_article .act_wrap .award_left .select_year .act_prev::before, .about_article .act_wrap .award_left .select_year .act_next::before, .about_article .act_wrap .article_left .select_year .act_prev::before, .about_article .act_wrap .article_left .select_year .act_next::before {
    font-size: 16px;
    top: 51%;
  }
}
.about_award .act_wrap .award_left .select_year .act_prev:hover, .about_award .act_wrap .award_left .select_year .act_next:hover, .about_award .act_wrap .article_left .select_year .act_prev:hover, .about_award .act_wrap .article_left .select_year .act_next:hover, .about_article .act_wrap .award_left .select_year .act_prev:hover, .about_article .act_wrap .award_left .select_year .act_next:hover, .about_article .act_wrap .article_left .select_year .act_prev:hover, .about_article .act_wrap .article_left .select_year .act_next:hover {
  background-color: #f7ff02;
}
.about_award .act_wrap .award_left .select_year .act_prev::before, .about_award .act_wrap .article_left .select_year .act_prev::before, .about_article .act_wrap .award_left .select_year .act_prev::before, .about_article .act_wrap .article_left .select_year .act_prev::before {
  content: "\e906";
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year .act_prev::before, .about_award .act_wrap .article_left .select_year .act_prev::before, .about_article .act_wrap .award_left .select_year .act_prev::before, .about_article .act_wrap .article_left .select_year .act_prev::before {
    left: 45%;
  }
}
.about_award .act_wrap .award_left .select_year .act_next::before, .about_award .act_wrap .article_left .select_year .act_next::before, .about_article .act_wrap .award_left .select_year .act_next::before, .about_article .act_wrap .article_left .select_year .act_next::before {
  content: "\e907";
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year .act_next::before, .about_award .act_wrap .article_left .select_year .act_next::before, .about_article .act_wrap .award_left .select_year .act_next::before, .about_article .act_wrap .article_left .select_year .act_next::before {
    left: 55%;
  }
}
.about_award .act_wrap .award_left .select_year .award_swiper, .about_award .act_wrap .article_left .select_year .award_swiper, .about_article .act_wrap .award_left .select_year .award_swiper, .about_article .act_wrap .article_left .select_year .award_swiper {
  width: 30%;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .about_award .act_wrap .award_left .select_year .award_swiper, .about_award .act_wrap .article_left .select_year .award_swiper, .about_article .act_wrap .award_left .select_year .award_swiper, .about_article .act_wrap .article_left .select_year .award_swiper {
    width: 35%;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .award_left .select_year .award_swiper, .about_award .act_wrap .article_left .select_year .award_swiper, .about_article .act_wrap .award_left .select_year .award_swiper, .about_article .act_wrap .article_left .select_year .award_swiper {
    width: 34%;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year .award_swiper, .about_award .act_wrap .article_left .select_year .award_swiper, .about_article .act_wrap .award_left .select_year .award_swiper, .about_article .act_wrap .article_left .select_year .award_swiper {
    width: 55%;
  }
}
.about_award .act_wrap .award_left .select_year .award_swiper .act_li, .about_award .act_wrap .article_left .select_year .award_swiper .act_li, .about_article .act_wrap .award_left .select_year .award_swiper .act_li, .about_article .act_wrap .article_left .select_year .award_swiper .act_li {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 5rem;
  line-height: 2.25rem;
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .about_award .act_wrap .award_left .select_year .award_swiper .act_li, .about_award .act_wrap .article_left .select_year .award_swiper .act_li, .about_article .act_wrap .award_left .select_year .award_swiper .act_li, .about_article .act_wrap .article_left .select_year .award_swiper .act_li {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year .award_swiper .act_li, .about_award .act_wrap .article_left .select_year .award_swiper .act_li, .about_article .act_wrap .award_left .select_year .award_swiper .act_li, .about_article .act_wrap .article_left .select_year .award_swiper .act_li {
    letter-spacing: 2.4px;
    padding: 20px 30px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 375px) {
  .about_award .act_wrap .award_left .select_year .award_swiper .act_li, .about_award .act_wrap .article_left .select_year .award_swiper .act_li, .about_article .act_wrap .award_left .select_year .award_swiper .act_li, .about_article .act_wrap .article_left .select_year .award_swiper .act_li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .award_left .select_year .award_swiper .act_li, .about_award .act_wrap .article_left .select_year .award_swiper .act_li, .about_article .act_wrap .award_left .select_year .award_swiper .act_li, .about_article .act_wrap .article_left .select_year .award_swiper .act_li {
    padding: 20px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year .award_swiper .act_li.all, .about_award .act_wrap .article_left .select_year .award_swiper .act_li.all, .about_article .act_wrap .award_left .select_year .award_swiper .act_li.all, .about_article .act_wrap .article_left .select_year .award_swiper .act_li.all {
    margin: 0;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .award_left .select_year .award_swiper .act_li.all, .about_award .act_wrap .article_left .select_year .award_swiper .act_li.all, .about_article .act_wrap .award_left .select_year .award_swiper .act_li.all, .about_article .act_wrap .article_left .select_year .award_swiper .act_li.all {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year .award_swiper.swiperDesktop .act_li, .about_award .act_wrap .article_left .select_year .award_swiper.swiperDesktop .act_li, .about_article .act_wrap .award_left .select_year .award_swiper.swiperDesktop .act_li, .about_article .act_wrap .article_left .select_year .award_swiper.swiperDesktop .act_li {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .select_year .award_swiper.swiperDesktop .act_li.all, .about_award .act_wrap .article_left .select_year .award_swiper.swiperDesktop .act_li.all, .about_article .act_wrap .award_left .select_year .award_swiper.swiperDesktop .act_li.all, .about_article .act_wrap .article_left .select_year .award_swiper.swiperDesktop .act_li.all {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .award_left .select_year .award_swiper.swiperDesktop .act_li.all, .about_award .act_wrap .article_left .select_year .award_swiper.swiperDesktop .act_li.all, .about_article .act_wrap .award_left .select_year .award_swiper.swiperDesktop .act_li.all, .about_article .act_wrap .article_left .select_year .award_swiper.swiperDesktop .act_li.all {
    margin-right: 2px;
  }
}
.about_award .act_wrap .award_left .scrollbtn, .about_award .act_wrap .article_left .scrollbtn, .about_article .act_wrap .award_left .scrollbtn, .about_article .act_wrap .article_left .scrollbtn {
  display: none;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .award_left .scrollbtn, .about_award .act_wrap .article_left .scrollbtn, .about_article .act_wrap .award_left .scrollbtn, .about_article .act_wrap .article_left .scrollbtn {
    display: block;
    margin-top: 0px;
    margin-left: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .scrollbtn, .about_award .act_wrap .article_left .scrollbtn, .about_article .act_wrap .award_left .scrollbtn, .about_article .act_wrap .article_left .scrollbtn {
    display: block;
    margin-left: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .award_left .scrollbtn, .about_award .act_wrap .article_left .scrollbtn, .about_article .act_wrap .award_left .scrollbtn, .about_article .act_wrap .article_left .scrollbtn {
    display: block;
    margin-bottom: 0;
  }
}
.about_award .act_wrap .award_left .scrollbtn a, .about_award .act_wrap .article_left .scrollbtn a, .about_article .act_wrap .award_left .scrollbtn a, .about_article .act_wrap .article_left .scrollbtn a {
  display: block;
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .award_left .scrollbtn a, .about_award .act_wrap .article_left .scrollbtn a, .about_article .act_wrap .award_left .scrollbtn a, .about_article .act_wrap .article_left .scrollbtn a {
    margin-left: 7px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .award_left .scrollbtn a, .about_award .act_wrap .article_left .scrollbtn a, .about_article .act_wrap .award_left .scrollbtn a, .about_article .act_wrap .article_left .scrollbtn a {
    margin-left: 10px;
    margin-top: 10px;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .about_award .act_wrap .award_left .scrollbtn a::after, .about_award .act_wrap .article_left .scrollbtn a::after, .about_article .act_wrap .award_left .scrollbtn a::after, .about_article .act_wrap .article_left .scrollbtn a::after {
    right: 26px;
  }
}
.about_award .act_wrap .award_left .scrollbtn a::before, .about_award .act_wrap .article_left .scrollbtn a::before, .about_article .act_wrap .award_left .scrollbtn a::before, .about_article .act_wrap .article_left .scrollbtn a::before {
  top: 13px;
}
.about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
  max-width: 760px;
  width: 50%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: 90px;
}
@media only screen and (min-width: 1921px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 1750px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1700px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1650px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1550px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    margin-right: 0;
    padding: 0 50px;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    padding: 0;
    margin: 50px auto 0 auto;
    width: 80%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    width: 100%;
    margin: 50px auto 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    padding-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .about_award .act_wrap .activity_right, .about_article .act_wrap .activity_right {
    padding-top: 20px;
  }
}
.about_award .act_wrap .activity_right .social_btn, .about_article .act_wrap .activity_right .social_btn {
  margin-bottom: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .about_award .act_wrap .activity_right .social_btn, .about_article .act_wrap .activity_right .social_btn {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .activity_right .social_btn, .about_article .act_wrap .activity_right .social_btn {
    position: unset;
    opacity: 1;
    background-color: unset;
    z-index: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .about_award .act_wrap .activity_right .social_btn, .about_article .act_wrap .activity_right .social_btn {
    margin-bottom: 0;
  }
}
.about_award .act_wrap .activity_right .social_btn li, .about_article .act_wrap .activity_right .social_btn li {
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .social_btn li, .about_article .act_wrap .activity_right .social_btn li {
    opacity: 1;
  }
}
.about_award .act_wrap .activity_right .social_btn li:last-child, .about_article .act_wrap .activity_right .social_btn li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .social_btn li:first-child, .about_article .act_wrap .activity_right .social_btn li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .activity_right .social_btn li a:hover, .about_article .act_wrap .activity_right .social_btn li a:hover {
    color: #000;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    opacity: 1;
  }
}
.about_award .act_wrap .activity_right .about_block_wrap, .about_article .act_wrap .activity_right .about_block_wrap {
  border-top: solid 4px #cccccc;
  border-bottom: solid 4px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1680px) {
  .about_award .act_wrap .activity_right .about_block_wrap, .about_article .act_wrap .activity_right .about_block_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_award .act_wrap .activity_right .about_block_wrap, .about_article .act_wrap .activity_right .about_block_wrap {
    width: 95%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_award .act_wrap .activity_right .about_block_wrap, .about_article .act_wrap .activity_right .about_block_wrap {
    width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .about_block_wrap, .about_article .act_wrap .activity_right .about_block_wrap {
    width: 100%;
  }
}
.about_award .act_wrap .activity_right .about_block_wrap .act_block, .about_article .act_wrap .activity_right .about_block_wrap .act_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  padding: 40px 0;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .about_block_wrap .act_block, .about_article .act_wrap .activity_right .about_block_wrap .act_block {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
}
.about_award .act_wrap .activity_right .about_block_wrap .act_block span.y, .about_article .act_wrap .activity_right .about_block_wrap .act_block span.y {
  display: block;
  margin-left: 20px;
  font-size: 1.25rem;
  line-height: 2.25rem;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 1280px) {
  .about_award .act_wrap .activity_right .about_block_wrap .act_block span.y, .about_article .act_wrap .activity_right .about_block_wrap .act_block span.y {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .about_block_wrap .act_block span.y, .about_article .act_wrap .activity_right .about_block_wrap .act_block span.y {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap {
  margin-left: 55px;
}
@media only screen and (max-width: 1680px) {
  .about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap {
    margin-left: 0;
    width: 90%;
  }
}
.about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont {
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont {
    width: 100%;
  }
}
.about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont h2, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont h2 {
  font-family: "MyriadPro-Regular", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont h2, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont h2 {
    padding-left: 8px;
    margin-bottom: 10px;
  }
}
.about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont h2:first-child, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont h2:first-child {
  position: relative;
}
.about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont h2:first-child::before, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont h2:first-child::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  left: -25px;
  top: 26%;
}
.about_award .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont p, .about_article .act_wrap .activity_right .about_block_wrap .act_block .cont_wrap .cont p {
  margin-left: 8px;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
.about_award .act_wrap .activity_right .about_block_wrap .act_block:last-child, .about_article .act_wrap .activity_right .about_block_wrap .act_block:last-child {
  border: 0;
}
.about_award .act_wrap .activity_right p.year, .about_article .act_wrap .activity_right p.year {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .activity_right p.year, .about_article .act_wrap .activity_right p.year {
    display: none;
  }
}
.about_award .act_wrap .activity_right .top_block .cont, .about_award .act_wrap .activity_right .article_wrap .cont, .about_article .act_wrap .activity_right .top_block .cont, .about_article .act_wrap .activity_right .article_wrap .cont {
  cursor: pointer;
}
.about_award .act_wrap .activity_right .top_block .cont .img_wrap, .about_award .act_wrap .activity_right .article_wrap .cont .img_wrap, .about_article .act_wrap .activity_right .top_block .cont .img_wrap, .about_article .act_wrap .activity_right .article_wrap .cont .img_wrap {
  position: relative;
}
.about_award .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle, .about_award .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle, .about_article .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle, .about_article .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.about_award .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .tit, .about_award .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .tit, .about_article .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .tit, .about_article .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .tit {
  font-weight: normal;
  font-family: "MyriadPro-Light";
  padding-bottom: 5px;
  margin-bottom: 0;
}
.about_award .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .tit:after, .about_award .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .tit:after, .about_article .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .tit:after, .about_article .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .tit:after {
  width: 0;
  height: 0;
}
.about_award .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .category, .about_award .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .category, .about_article .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .category, .about_article .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .category {
  font-weight: bold;
  font-family: "MyriadPro-Regular";
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle, .about_award .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle, .about_article .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle, .about_article .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle {
    width: 90px;
    height: 90px;
  }
  .about_award .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .tit, .about_award .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .tit, .about_article .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .tit, .about_article .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .tit {
    font-size: 1.5rem;
  }
  .about_award .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .category, .about_award .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .category, .about_article .act_wrap .activity_right .top_block .cont .img_wrap .tit_circle .category, .about_article .act_wrap .activity_right .article_wrap .cont .img_wrap .tit_circle .category {
    font-size: 0.8125rem;
  }
}
.about_award .act_wrap .activity_right .top_block .cont:hover .img_wrap .tit_circle, .about_award .act_wrap .activity_right .article_wrap .cont:hover .img_wrap .tit_circle, .about_article .act_wrap .activity_right .top_block .cont:hover .img_wrap .tit_circle, .about_article .act_wrap .activity_right .article_wrap .cont:hover .img_wrap .tit_circle {
  background-color: #000;
  color: #fff;
}
.about_award .act_wrap .activity_right .top_block .cont:hover .img_wrap .img, .about_award .act_wrap .activity_right .article_wrap .cont:hover .img_wrap .img, .about_article .act_wrap .activity_right .top_block .cont:hover .img_wrap .img, .about_article .act_wrap .activity_right .article_wrap .cont:hover .img_wrap .img {
  -webkit-box-shadow: -12.6px 7.8px 9.3px 0.7px rgba(0, 0, 0, 0.15);
          box-shadow: -12.6px 7.8px 9.3px 0.7px rgba(0, 0, 0, 0.15);
}
.about_award .act_wrap .activity_right .top_block .txt_wrap, .about_award .act_wrap .activity_right .article_wrap .txt_wrap, .about_article .act_wrap .activity_right .top_block .txt_wrap, .about_article .act_wrap .activity_right .article_wrap .txt_wrap {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}
.about_award .act_wrap .activity_right .top_block .txt_wrap p.ch, .about_award .act_wrap .activity_right .article_wrap .txt_wrap p.ch, .about_article .act_wrap .activity_right .top_block .txt_wrap p.ch, .about_article .act_wrap .activity_right .article_wrap .txt_wrap p.ch {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: 0.72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.about_award .act_wrap .activity_right .top_block .txt_wrap p.en, .about_award .act_wrap .activity_right .article_wrap .txt_wrap p.en, .about_article .act_wrap .activity_right .top_block .txt_wrap p.en, .about_article .act_wrap .activity_right .article_wrap .txt_wrap p.en {
  font-family: "MyriadPro-Regular";
  font-size: 0.875rem;
  line-height: 1.5625rem;
  letter-spacing: 0.56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .about_award .act_wrap .activity_right .top_block .txt_wrap p.ch, .about_award .act_wrap .activity_right .article_wrap .txt_wrap p.ch, .about_article .act_wrap .activity_right .top_block .txt_wrap p.ch, .about_article .act_wrap .activity_right .article_wrap .txt_wrap p.ch {
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .about_award .act_wrap .activity_right .top_block .txt_wrap p.en, .about_award .act_wrap .activity_right .article_wrap .txt_wrap p.en, .about_article .act_wrap .activity_right .top_block .txt_wrap p.en, .about_article .act_wrap .activity_right .article_wrap .txt_wrap p.en {
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 1680px) {
  .about_award .act_wrap .activity_right .top_block, .about_article .act_wrap .activity_right .top_block {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_award .act_wrap .activity_right .top_block, .about_article .act_wrap .activity_right .top_block {
    width: 95%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_award .act_wrap .activity_right .top_block, .about_article .act_wrap .activity_right .top_block {
    width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .top_block, .about_article .act_wrap .activity_right .top_block {
    width: 100%;
  }
}
.about_award .act_wrap .activity_right .top_block .act_block, .about_article .act_wrap .activity_right .top_block .act_block {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .about_award .act_wrap .activity_right .top_block .act_block, .about_article .act_wrap .activity_right .top_block .act_block {
    padding-bottom: 50px;
  }
}
.about_award .act_wrap .activity_right .top_block .act_block .cont, .about_article .act_wrap .activity_right .top_block .act_block .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont, .about_article .act_wrap .activity_right .top_block .act_block .cont {
    width: 90%;
  }
}
.about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap {
  position: relative;
}
.about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap .img, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap .img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight {
  max-width: 475px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight {
    max-width: 250px;
  }
}
.about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight .tit_circle, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight .tit_circle {
  bottom: -50px;
  left: -50px;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight .tit_circle, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight .tit_circle {
    bottom: -40px;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight .tit_circle, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeStraight .tit_circle {
    left: -35px;
  }
}
.about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz {
  max-width: 380px;
  min-width: 300px;
  height: 300px;
}
@media only screen and (max-width: 1550px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz {
    min-width: 350px;
    height: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz {
    max-width: 350px;
    height: 250px;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 375px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz {
    padding: 0 1.25rem;
  }
}
.about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle {
  bottom: 10px;
  left: -50px;
}
@media only screen and (max-width: 1680px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1550px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle {
    bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle {
    bottom: 20px;
    left: -20px;
  }
}
@media only screen and (max-width: 375px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle {
    left: -10px;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle, .about_article .act_wrap .activity_right .top_block .act_block .cont .img_wrap.typeHoriz .tit_circle {
    left: 30px;
  }
}
.about_award .act_wrap .activity_right .article_wrap, .about_article .act_wrap .activity_right .article_wrap {
  border-top: solid 4px #cccccc;
  border-bottom: solid 4px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1680px) {
  .about_award .act_wrap .activity_right .article_wrap, .about_article .act_wrap .activity_right .article_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .about_award .act_wrap .activity_right .article_wrap, .about_article .act_wrap .activity_right .article_wrap {
    width: 95%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .about_award .act_wrap .activity_right .article_wrap, .about_article .act_wrap .activity_right .article_wrap {
    width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .article_wrap, .about_article .act_wrap .activity_right .article_wrap {
    width: 100%;
  }
}
.about_award .act_wrap .activity_right .article_wrap .act_block, .about_article .act_wrap .activity_right .article_wrap .act_block {
  width: 50%;
  padding: 50px 25px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block, .about_article .act_wrap .activity_right .article_wrap .act_block {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block, .about_article .act_wrap .activity_right .article_wrap .act_block {
    width: 100%;
    padding: 20px;
  }
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont, .about_article .act_wrap .activity_right .article_wrap .act_block .cont {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block .cont, .about_article .act_wrap .activity_right .article_wrap .act_block .cont {
    height: auto;
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap {
  max-height: 270px;
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap .img, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap .img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeStraight, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeStraight {
  max-width: 175px;
  margin: 0 auto;
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeStraight .tit_circle, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeStraight .tit_circle {
  bottom: -50px;
  left: -50px;
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeStraight img, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeStraight img {
  max-height: 270px;
  max-width: 175px;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeStraight, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeStraight {
    margin-bottom: 70px;
  }
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz {
  max-width: 330px;
  margin-top: 27px;
}
@media only screen and (max-width: 1280px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz {
    margin-top: 40%;
  }
}
@media only screen and (max-width: 1100px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz {
    margin-top: 0;
    max-width: 350px;
    height: 250px;
  }
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz .tit_circle, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz .tit_circle {
  bottom: -78px;
  left: 26px;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz .tit_circle, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz .tit_circle {
    bottom: 20px;
    left: -30px;
  }
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz img, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .img_wrap.typeHoriz img {
  max-width: 330px;
  max-height: 205px;
}
.about_award .act_wrap .activity_right .article_wrap .act_block .cont .txt_wrap, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .txt_wrap {
  margin-top: auto;
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .activity_right .article_wrap .act_block .cont .txt_wrap, .about_article .act_wrap .activity_right .article_wrap .act_block .cont .txt_wrap {
    margin-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .about_award .act_wrap .activity_right .article_wrap .act_block .cont, .about_article .act_wrap .activity_right .article_wrap .act_block .cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about_award .act_wrap .activity_right .article_wrap .act_block:last-child,
.about_award .act_wrap .activity_right .article_wrap .act_block:last-child(2), .about_article .act_wrap .activity_right .article_wrap .act_block:last-child,
.about_article .act_wrap .activity_right .article_wrap .act_block:last-child(2) {
  border: 0;
}
.about_award .act_wrap .article_right, .about_article .act_wrap .article_right {
  margin-top: 0;
  padding-top: 9.375rem;
}
@media only screen and (max-width: 1024px) {
  .about_award .act_wrap .article_right, .about_article .act_wrap .article_right {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .article_right, .about_article .act_wrap .article_right {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .article_right p.year, .about_article .act_wrap .article_right p.year {
    display: block;
  }
}
.about_award .act_wrap .cloneSelectWrap, .about_article .act_wrap .cloneSelectWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow-x: hidden;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_award .act_wrap .cloneSelectWrap .select_year, .about_article .act_wrap .cloneSelectWrap .select_year {
  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;
  margin-top: 20px;
}
.about_award .act_wrap .cloneSelectWrap .select_year .act_prev, .about_award .act_wrap .cloneSelectWrap .select_year .act_next, .about_article .act_wrap .cloneSelectWrap .select_year .act_prev, .about_article .act_wrap .cloneSelectWrap .select_year .act_next {
  width: 22px;
  height: 22px;
  background-color: #fbff81;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.about_award .act_wrap .cloneSelectWrap .select_year .act_prev::before, .about_award .act_wrap .cloneSelectWrap .select_year .act_next::before, .about_article .act_wrap .cloneSelectWrap .select_year .act_prev::before, .about_article .act_wrap .cloneSelectWrap .select_year .act_next::before {
  font-family: "icomoon" !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  top: 51%;
}
.about_award .act_wrap .cloneSelectWrap .select_year .act_prev:hover, .about_award .act_wrap .cloneSelectWrap .select_year .act_next:hover, .about_article .act_wrap .cloneSelectWrap .select_year .act_prev:hover, .about_article .act_wrap .cloneSelectWrap .select_year .act_next:hover {
  background-color: #f7ff02;
}
.about_award .act_wrap .cloneSelectWrap .select_year .act_prev::before, .about_article .act_wrap .cloneSelectWrap .select_year .act_prev::before {
  content: "\e906";
  left: 45%;
}
.about_award .act_wrap .cloneSelectWrap .select_year .act_next::before, .about_article .act_wrap .cloneSelectWrap .select_year .act_next::before {
  content: "\e907";
  left: 55%;
}
.about_award .act_wrap .cloneSelectWrap .select_year .award_swiper, .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .cloneSelectWrap .select_year .award_swiper, .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper {
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .cloneSelectWrap .select_year .award_swiper, .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper {
    width: 40%;
  }
}
.about_award .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li, .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li {
  color: #fff;
  letter-spacing: 2.4px;
  margin-left: 51%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.875rem;
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li, .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li, .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .about_award .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li, .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li {
    margin-left: 47%;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li.all, .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li.all {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li.all, .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li.all {
    margin-right: 0;
  }
}
.about_award .act_wrap .cloneSelectWrap.show, .about_article .act_wrap .cloneSelectWrap.show {
  height: 65px;
  opacity: 1;
  z-index: 9;
}
.about_award .ajax_container, .about_article .ajax_container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_award .ajax_container.active, .about_article .ajax_container.active {
  opacity: 1;
  z-index: 99;
  overflow-y: auto;
}
.about_award .ajax_container .article_libox, .about_article .ajax_container .article_libox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox, .about_article .ajax_container .article_libox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about_award .ajax_container .article_libox .left, .about_award .ajax_container .article_libox .right, .about_article .ajax_container .article_libox .left, .about_article .ajax_container .article_libox .right {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .left, .about_award .ajax_container .article_libox .right, .about_article .ajax_container .article_libox .left, .about_article .ajax_container .article_libox .right {
    width: 100%;
    height: 60%;
  }
}
.about_award .ajax_container .article_libox .left, .about_article .ajax_container .article_libox .left {
  background-color: #fff;
  padding-top: 8%;
  overflow: hidden;
  min-height: 100vh;
  max-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .about_award .ajax_container .article_libox .left, .about_article .ajax_container .article_libox .left {
    padding-top: 14%;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .left, .about_article .ajax_container .article_libox .left {
    z-index: 1;
    padding-top: 4%;
  }
}
.about_award .ajax_container .article_libox .left .social_btn, .about_article .ajax_container .article_libox .left .social_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1440px) {
  .about_award .ajax_container .article_libox .left .social_btn, .about_article .ajax_container .article_libox .left .social_btn {
    margin-top: 30px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .left .social_btn, .about_article .ajax_container .article_libox .left .social_btn {
    margin-bottom: 60px;
    position: initial;
    background-color: transparent;
    opacity: 1;
    z-index: initial;
  }
  .about_award .ajax_container .article_libox .left .social_btn li, .about_article .ajax_container .article_libox .left .social_btn li {
    opacity: 1;
  }
  .about_award .ajax_container .article_libox .left .social_btn li a, .about_article .ajax_container .article_libox .left .social_btn li a {
    cursor: pointer;
  }
  .about_award .ajax_container .article_libox .left .social_btn li a:hover, .about_article .ajax_container .article_libox .left .social_btn li a:hover {
    color: #000000;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .about_award .ajax_container .article_libox .left .social_btn li:first-child, .about_article .ajax_container .article_libox .left .social_btn li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .left .social_btn, .about_article .ajax_container .article_libox .left .social_btn {
    margin-bottom: 20px;
  }
}
.about_award .ajax_container .article_libox .left .title, .about_article .ajax_container .article_libox .left .title {
  text-align: center;
}
.about_award .ajax_container .article_libox .left .title .tit_circle, .about_article .ajax_container .article_libox .left .title .tit_circle {
  width: 100px;
  height: 100px;
  background-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  margin: 0 auto 20px;
}
.about_award .ajax_container .article_libox .left .title .tit_circle .tit, .about_article .ajax_container .article_libox .left .title .tit_circle .tit {
  font-family: "MyriadPro-Light";
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 1.5rem;
}
.about_award .ajax_container .article_libox .left .title .tit_circle .category, .about_article .ajax_container .article_libox .left .title .tit_circle .category {
  font-family: "MyriadPro-Regular";
  font-weight: bold;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .left .title .tit_circle .category, .about_article .ajax_container .article_libox .left .title .tit_circle .category {
    margin-bottom: 7px;
  }
}
.about_award .ajax_container .article_libox .left .title .txt_wrap, .about_article .ajax_container .article_libox .left .title .txt_wrap {
  width: 60%;
  margin: 0 auto;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1882352941);
}
@media only screen and (max-width: 1600px) {
  .about_award .ajax_container .article_libox .left .title .txt_wrap, .about_article .ajax_container .article_libox .left .title .txt_wrap {
    width: 65%;
  }
}
@media only screen and (max-width: 1440px) {
  .about_award .ajax_container .article_libox .left .title .txt_wrap, .about_article .ajax_container .article_libox .left .title .txt_wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .about_award .ajax_container .article_libox .left .title .txt_wrap, .about_article .ajax_container .article_libox .left .title .txt_wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .left .title .txt_wrap, .about_article .ajax_container .article_libox .left .title .txt_wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .left .title .txt_wrap, .about_article .ajax_container .article_libox .left .title .txt_wrap {
    width: 100%;
  }
}
.about_award .ajax_container .article_libox .left .title .txt_wrap .ch, .about_article .ajax_container .article_libox .left .title .txt_wrap .ch {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 70px;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.96px;
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .left .title .txt_wrap .ch, .about_article .ajax_container .article_libox .left .title .txt_wrap .ch {
    padding: 0 30px;
  }
}
.about_award .ajax_container .article_libox .left .title .txt_wrap .en, .about_article .ajax_container .article_libox .left .title .txt_wrap .en {
  font-family: "MyriadPro-Regular";
  padding: 0 90px;
  margin-bottom: 60px;
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .left .title .txt_wrap .en, .about_article .ajax_container .article_libox .left .title .txt_wrap .en {
    padding: 0 40px;
    margin-bottom: 30px;
  }
}
.about_award .ajax_container .article_libox .left .title .content, .about_article .ajax_container .article_libox .left .title .content {
  padding: 70px 0;
  line-height: 25px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 1600px) {
  .about_award .ajax_container .article_libox .left .title .content, .about_article .ajax_container .article_libox .left .title .content {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .left .title .content, .about_article .ajax_container .article_libox .left .title .content {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}
.about_award .ajax_container .article_libox .right, .about_article .ajax_container .article_libox .right {
  height: 100%;
  position: fixed;
  right: 0px;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 1280px) {
  .about_award .ajax_container .article_libox .right, .about_article .ajax_container .article_libox .right {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about_award .ajax_container .article_libox .right, .about_article .ajax_container .article_libox .right {
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .right, .about_article .ajax_container .article_libox .right {
    position: unset;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .right, .about_article .ajax_container .article_libox .right {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 360px) {
  .about_award .ajax_container .article_libox .right, .about_article .ajax_container .article_libox .right {
    padding-bottom: 30px;
  }
}
.about_award .ajax_container .article_libox .right .img_wrap, .about_article .ajax_container .article_libox .right .img_wrap {
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: moveUp 1s 0.5s forwards;
          animation: moveUp 1s 0.5s forwards;
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .right .img_wrap, .about_article .ajax_container .article_libox .right .img_wrap {
    margin-top: 20px;
  }
}
.about_award .ajax_container .article_libox .right .img_wrap.typeStraight, .about_article .ajax_container .article_libox .right .img_wrap.typeStraight {
  max-width: 480px;
  max-height: 775px;
  margin-top: 15%;
}
@media only screen and (max-width: 1680px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeStraight, .about_article .ajax_container .article_libox .right .img_wrap.typeStraight {
    width: 50%;
    margin-top: 20%;
  }
}
@media only screen and (max-width: 1440px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeStraight, .about_article .ajax_container .article_libox .right .img_wrap.typeStraight {
    width: 60%;
    margin-top: 22%;
  }
}
@media only screen and (max-width: 1366px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeStraight, .about_article .ajax_container .article_libox .right .img_wrap.typeStraight {
    width: 63%;
  }
}
@media only screen and (max-width: 1440px) and (max-height: 800px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeStraight, .about_article .ajax_container .article_libox .right .img_wrap.typeStraight {
    width: 46%;
  }
}
@media only screen and (max-width: 1024px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeStraight, .about_article .ajax_container .article_libox .right .img_wrap.typeStraight {
    width: 70%;
    margin-top: 30%;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeStraight, .about_article .ajax_container .article_libox .right .img_wrap.typeStraight {
    width: 45%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeStraight, .about_article .ajax_container .article_libox .right .img_wrap.typeStraight {
    width: 60%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeStraight, .about_article .ajax_container .article_libox .right .img_wrap.typeStraight {
    margin-top: 0;
  }
}
.about_award .ajax_container .article_libox .right .img_wrap.typeHoriz, .about_article .ajax_container .article_libox .right .img_wrap.typeHoriz {
  max-width: 685px;
  max-height: 430px;
  margin-top: 30%;
}
@media only screen and (max-width: 1440px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeHoriz, .about_article .ajax_container .article_libox .right .img_wrap.typeHoriz {
    width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeHoriz, .about_article .ajax_container .article_libox .right .img_wrap.typeHoriz {
    width: 75%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeHoriz, .about_article .ajax_container .article_libox .right .img_wrap.typeHoriz {
    width: 80%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeHoriz, .about_article .ajax_container .article_libox .right .img_wrap.typeHoriz {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .about_award .ajax_container .article_libox .right .img_wrap.typeHoriz, .about_article .ajax_container .article_libox .right .img_wrap.typeHoriz {
    margin-top: 0;
  }
}
.about_award .ajax_container .article_libox .right .right_bg, .about_article .ajax_container .article_libox .right .right_bg {
  background-color: #000000;
  opacity: 0.9;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -2;
  width: calc(50% + 17px);
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .about_award .ajax_container .article_libox .right .right_bg, .about_article .ajax_container .article_libox .right .right_bg {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .right .right_bg, .about_article .ajax_container .article_libox .right .right_bg {
    width: 100%;
  }
}
.about_award .ajax_container .article_libox .close_float, .about_article .ajax_container .article_libox .close_float {
  width: 50%;
  position: fixed;
  right: 0px;
  top: 60px;
}
@media only screen and (max-width: 1100px) {
  .about_award .ajax_container .article_libox .close_float, .about_article .ajax_container .article_libox .close_float {
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .close_float, .about_article .ajax_container .article_libox .close_float {
    position: absolute;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .about_award .ajax_container .article_libox .close_float, .about_article .ajax_container .article_libox .close_float {
    top: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .about_award .ajax_container .article_libox .close_float .backBtn, .about_article .ajax_container .article_libox .close_float .backBtn {
    display: block;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 575px) {
  .about_article .act_wrap .cloneSelectWrap .select_year .award_swiper .act_li.all {
    margin-right: 15px;
  }
}
.about_article .video_btn_wrap {
  cursor: pointer;
  position: relative;
}
.about_article .video_btn_wrap:hover::after {
  background-color: rgba(0, 0, 0, 0);
}
.about_article .video_btn_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.about_article .video_btn_wrap .video_btn {
  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;
}
.about_article .video_btn_wrap .video_btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 33px;
  right: 35px;
  width: 71px;
  height: 71px;
  margin: -40px 0 0 -40px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.about_article .video_btn_wrap .video_btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 65px;
  right: 68px;
  width: 0;
  height: 0;
  margin: 2px 0 0 2px;
  border-left: 8px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 575px) {
  .about_article .video_btn_wrap .video_btn::before {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 17px;
  }
  .about_article .video_btn_wrap .video_btn::after {
    right: 47px;
    bottom: 45px;
  }
}

@-webkit-keyframes line {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}

@keyframes line {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
body.en-lang .contact_form .wrap-form .select > label > div {
  max-width: 130px;
  width: 100%;
}

.contact footer {
  margin-top: auto;
}
.contact main {
  display: block;
  padding-top: 90px;
}
@media only screen and (max-width: 900px) {
  .contact main {
    padding-top: 0;
  }
}
.contact main.heightSetting {
  height: calc(100vh - 80px);
}
@media only screen and (max-width: 1550px) {
  .contact main.heightSetting {
    height: 100vh;
  }
}
@media only screen and (max-width: 1400px) {
  .contact main.heightSetting {
    height: calc(100vh + 150px);
  }
}
@media only screen and (max-width: 1024px) {
  .contact main.heightSetting {
    height: 100vh;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .contact main.heightSetting {
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  .contact main.heightSetting {
    height: auto;
  }
}
.contact .title:not(.w100) {
  padding-top: 7%;
  text-align: center;
}
@media only screen and (max-width: 1550px) {
  .contact .title:not(.w100) {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 1440px) {
  .contact .title:not(.w100) {
    padding-top: 7%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .contact .title:not(.w100) {
    padding-top: 12%;
  }
}
@media only screen and (max-width: 900px) {
  .contact .title:not(.w100) {
    padding-top: 21%;
  }
}
@media only screen and (max-width: 575px) {
  .contact .title:not(.w100) {
    padding-top: 48%;
  }
}
@media only screen and (max-width: 375px) {
  .contact .title:not(.w100) {
    padding-top: 36%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .contact .title:not(.w100) {
    padding-top: 62%;
  }
}
@media only screen and (max-width: 360px) {
  .contact .title:not(.w100) {
    padding-top: 46%;
  }
}
@media only screen and (max-width: 320px) {
  .contact .title:not(.w100) {
    padding-top: 40.4%;
  }
}
.contact .title:not(.w100) .ch {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 2.34px;
}
@media (max-width: 1650px) {
  .contact .title:not(.w100) .ch {
    font-size: 2.125rem;
  }
}
@media (max-width: 1440px) {
  .contact .title:not(.w100) .ch {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .contact .title:not(.w100) .ch {
    font-size: 1.875rem;
  }
}
@media (max-width: 700px) {
  .contact .title:not(.w100) .ch {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .contact .title:not(.w100) .ch {
    font-size: 1.875rem;
  }
}
.contact .title:not(.w100) .en {
  font-size: 1.25rem;
  margin-bottom: 40px;
}
@media (max-width: 1650px) {
  .contact .title:not(.w100) .en {
    font-size: 1.125rem;
  }
}
@media (max-width: 1440px) {
  .contact .title:not(.w100) .en {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  .contact .title:not(.w100) .en {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .contact .title:not(.w100) .en {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  .contact .title:not(.w100) .en {
    margin-bottom: 1.5rem;
  }
}
.contact .title:not(.w100) h2 {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 575px) {
  .contact .title:not(.w100) h2 {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 360px) {
  .contact .title:not(.w100) h2 {
    width: 80%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .contact_content {
    margin-top: 10%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .contact_content {
    margin-bottom: 180px;
    margin-top: 3%;
  }
}
@media only screen and (max-width: 900px) {
  .contact_content {
    margin-bottom: 100px;
    margin-top: 3%;
  }
}
.contact_info {
  background-color: #fff;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.15);
  width: 55%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media only screen and (max-width: 1550px) {
  .contact_info {
    width: 60%;
  }
}
@media only screen and (max-width: 1280px) {
  .contact_info {
    width: 70%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .contact_info {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .contact_info {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .contact_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .contact_info {
    width: 90%;
  }
}
.contact_info .info_block {
  width: 50%;
  padding: 70px 80px;
}
@media only screen and (max-width: 1700px) {
  .contact_info .info_block {
    padding: 70px 60px;
  }
}
@media only screen and (max-width: 1450px) {
  .contact_info .info_block {
    padding: 70px 40px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .contact_info .info_block {
    padding: 40px 35px;
  }
}
@media only screen and (max-width: 900px) {
  .contact_info .info_block {
    width: 100%;
    padding: 60px 80px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_info .info_block {
    padding: 40px 25px;
  }
}
.contact_info .info_block h6 {
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1.17px;
}
.contact_info .info_block a {
  display: block;
  cursor: auto;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
.contact_info .info_block a.active {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_info .info_block a.active:hover {
  color: #262626;
}
.contact_info .info_block p {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  letter-spacing: 0.6px;
}
.contact_info .info_block p.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact_info .info_block p.tel span {
  display: block;
}
.contact_info .info_block p.tel.d-none {
  display: none;
}
.contact_info .info_block:first-child {
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 900px) {
  .contact_info .info_block:first-child {
    border-right: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
}
.contact_info.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.contact_form {
  position: relative;
  display: none;
}
.contact_form .wrap {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 6.4px 7.7px 40px 0 rgba(0, 0, 0, 0.15);
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 180px;
  padding: 80px 20px 56px;
}
@media only screen and (max-width: 1366px) {
  .contact_form .wrap {
    width: 70%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .contact_form .wrap {
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  .contact_form .wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 1100px) {
  .contact_form .wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .contact_form .wrap {
    width: 100%;
    padding: 80px 40px 56px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap {
    padding: 50px 40px 25px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap {
    padding: 50px 25px 25px;
  }
}
.contact_form .wrap .tit_wrap {
  text-align: center;
}
.contact_form .wrap .tit_wrap p.tit {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.88px;
}
.contact_form .wrap .tit_wrap p.cont {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  letter-spacing: unset;
}
@media only screen and (max-width: 900px) {
  .contact_form .wrap .tit_wrap p.cont {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap .tit_wrap p.cont {
    width: 100%;
  }
}
.contact_form .wrap .tit_wrap h2 {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.6px;
}
.contact_form .wrap-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 65px;
  max-width: 750px;
  width: 100%;
}
@media only screen and (max-width: 1700px) {
  .contact_form .wrap-form {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1500px) {
  .contact_form .wrap-form {
    max-width: 750px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap-form {
    margin-top: 40px;
  }
}
.contact_form .wrap-form .w50 {
  width: 47%;
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap-form .w50 {
    width: 100%;
  }
}
.contact_form .wrap-form .w50 input {
  width: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.contact_form .wrap-form .w100 {
  width: 100%;
}
.contact_form .wrap-form .w100 input {
  width: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.contact_form .wrap-form .w50 p, .contact_form .wrap-form .w50 label, .contact_form .wrap-form .w100 p, .contact_form .wrap-form .w100 label {
  cursor: pointer;
}
@media only screen and (max-width: 320px) {
  .contact_form .wrap-form .w50, .contact_form .wrap-form .w100 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_form .wrap-form .w50 p, .contact_form .wrap-form .w100 p {
    width: 100%;
  }
}
.contact_form .wrap-form .w50:not(.select):not(.checkbox), .contact_form .wrap-form .w100:not(.select):not(.checkbox) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .w50:not(.select):not(.checkbox), .contact_form .wrap-form .w100:not(.select):not(.checkbox) {
    margin-bottom: 20px;
  }
}
.contact_form .wrap-form .w50:not(.select):not(.checkbox).tit .en, .contact_form .wrap-form .w100:not(.select):not(.checkbox).tit .en {
  position: relative;
  z-index: 1;
  color: rgba(0, 0, 0, 0.5019607843);
  font-family: "JaguarJC-Book";
  font-size: 1.625rem;
  line-height: 2.5rem;
  letter-spacing: 1.04px;
}
.contact_form .wrap-form .w50:not(.select):not(.checkbox).tit .en::before, .contact_form .wrap-form .w100:not(.select):not(.checkbox).tit .en::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #ffff47;
  border-radius: 100%;
  position: absolute;
  top: -12px;
  left: -20px;
  z-index: -1;
}
.contact_form .wrap-form .w50:not(.select):not(.checkbox).tit .ch, .contact_form .wrap-form .w100:not(.select):not(.checkbox).tit .ch {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: 0.72px;
}
.contact_form .wrap-form .w50:not(.select):not(.checkbox).tit .tip, .contact_form .wrap-form .w100:not(.select):not(.checkbox).tit .tip {
  color: red;
  font-weight: bold;
}
.contact_form .wrap-form .w50:not(.select):not(.checkbox).tit span:not(.en):not(.ch), .contact_form .wrap-form .w100:not(.select):not(.checkbox).tit span:not(.en):not(.ch) {
  font-size: 0.875rem;
  line-height: 2.5rem;
  letter-spacing: 0.56px;
}
.contact_form .wrap-form .w50:not(.select):not(.checkbox).tit[data-part="2"], .contact_form .wrap-form .w100:not(.select):not(.checkbox).tit[data-part="2"] {
  margin-top: 50px;
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .w50:not(.select):not(.checkbox).tit[data-part="2"], .contact_form .wrap-form .w100:not(.select):not(.checkbox).tit[data-part="2"] {
    margin-bottom: 5px;
  }
}
.contact_form .wrap-form .w50:not(.select):not(.checkbox) p, .contact_form .wrap-form .w50:not(.select):not(.checkbox) label, .contact_form .wrap-form .w100:not(.select):not(.checkbox) p, .contact_form .wrap-form .w100:not(.select):not(.checkbox) label {
  font-weight: bold;
  padding-left: 5px;
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: 0.64px;
}
.contact_form .wrap-form .w50:not(.select):not(.checkbox) p, .contact_form .wrap-form .w100:not(.select):not(.checkbox) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.contact_form .wrap-form .w50:not(.tit):not(.radio), .contact_form .wrap-form .w100:not(.tit):not(.radio) {
  border-bottom: solid 1px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 320px) {
  .contact_form .wrap-form .w50:not(.tit):not(.radio) p, .contact_form .wrap-form .w50:not(.tit):not(.radio) label, .contact_form .wrap-form .w100:not(.tit):not(.radio) p, .contact_form .wrap-form .w100:not(.tit):not(.radio) label {
    width: 100%;
  }
}
.contact_form .wrap-form .w50:not(.tit):not(.radio) input[type=radio], .contact_form .wrap-form .w100:not(.tit):not(.radio) input[type=radio] {
  display: none;
}
.contact_form .wrap-form .w50:not(.tit):not(.radio) input[type=radio] + label, .contact_form .wrap-form .w100:not(.tit):not(.radio) input[type=radio] + label {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4392156863);
}
.contact_form .wrap-form .w50:not(.tit):not(.radio) input[type=text], .contact_form .wrap-form .w50:not(.tit):not(.radio) input[type=tel], .contact_form .wrap-form .w100:not(.tit):not(.radio) input[type=text], .contact_form .wrap-form .w100:not(.tit):not(.radio) input[type=tel] {
  border: 0;
}
@media only screen and (max-width: 320px) {
  .contact_form .wrap-form .w50:not(.tit):not(.radio) input[type=text], .contact_form .wrap-form .w100:not(.tit):not(.radio) input[type=text] {
    padding: 0 10px 5px;
  }
}
.contact_form .wrap-form .w50:not(.tit):not(.radio) .tip, .contact_form .wrap-form .w100:not(.tit):not(.radio) .tip {
  color: red;
  font-weight: bold;
  margin-left: 5px;
}
.contact_form .wrap-form .w50:not(.select) p, .contact_form .wrap-form .w50:not(.select) label, .contact_form .wrap-form .w100:not(.select) p, .contact_form .wrap-form .w100:not(.select) label {
  margin-right: 20px;
}
.contact_form .wrap-form .w100:not(.tit):not(.radio) input {
  width: auto;
}
@media only screen and (max-width: 320px) {
  .contact_form .wrap-form .w100:not(.tit):not(.radio) input {
    width: 100%;
  }
}
.contact_form .wrap-form .w100.title input {
  width: calc(100% - 95px) !important;
}
.contact_form .wrap-form .w100.mail input {
  width: calc(100% - 150px) !important;
}
@media only screen and (max-width: 600px) {
  .contact_form .wrap-form .w100.mail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_form .wrap-form .w100.mail input {
    width: 100% !important;
    padding: 10px 8px 15px;
  }
}
.contact_form .wrap-form .select {
  margin-bottom: 20px;
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
  .contact_form .wrap-form .select p, .contact_form .wrap-form .select label {
    width: 100%;
  }
}
.contact_form .wrap-form .select:last-child {
  margin-bottom: 0;
}
.contact_form .wrap-form .select p, .contact_form .wrap-form .select label {
  margin-right: 0;
  padding-left: 5px;
}
.contact_form .wrap-form .select > p, .contact_form .wrap-form .select label {
  font-weight: bold;
  margin-right: 0;
  letter-spacing: 0.64px;
  line-height: 15px;
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact_form .wrap-form .select > p .tip, .contact_form .wrap-form .select label .tip {
  display: none;
  margin-left: 8px;
  color: #e01515;
}
.contact_form .wrap-form .select label:last-child {
  width: calc(100% - 89px);
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .select label:last-child {
    width: 100%;
  }
}
.contact_form .wrap-form .select .required {
  width: 64%;
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .select .required {
    width: 100%;
  }
}
.contact_form .wrap-form .select .required > div {
  padding-right: 8px;
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .select .required > div {
    padding-right: 15px;
    width: 45%;
  }
}
@media only screen and (max-width: 320px) {
  .contact_form .wrap-form .select .required > div {
    width: 57%;
  }
}
.contact_form .wrap-form .select .required > div p {
  padding-left: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact_form .wrap-form .select .required > div {
    padding-right: 5px;
  }
}
.contact_form .wrap-form .select > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_form .wrap-form .select > label:focus {
  border: 1px solid #000;
}
.contact_form .wrap-form .select > label > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 125px;
  width: 72%;
  height: 100%;
  cursor: pointer;
}
.contact_form .wrap-form .select > label > div::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1882352941);
  position: absolute;
  right: 0px;
  top: 32%;
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .select > label > div::before {
    right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form .wrap-form .select > label > div {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .select > label > div {
    padding-left: 5px;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.contact_form .wrap-form .select > label > div span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.125rem;
}
.contact_form .wrap-form .select > label > div .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 2;
  left: 0;
  margin-top: 5px;
  border-radius: 10px;
  border: 1px solid #000;
  background-color: #fff;
  width: 100%;
}
.contact_form .wrap-form .select > label > div .dropdown .scroll {
  width: 100%;
  height: 182px;
  overflow-y: auto;
}
.contact_form .wrap-form .select > label > div .dropdown .scroll ul li {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_form .wrap-form .select > label > div .dropdown .scroll ul li:first-child {
  border-radius: 10px 10px 0 0;
}
.contact_form .wrap-form .select > label > div .dropdown .scroll ul li:last-child {
  border-radius: 0 0 10px 10px;
}
.contact_form .wrap-form .select > label > div .dropdown .scroll ul li:hover {
  color: #fff;
  background-color: #000;
}
.contact_form .wrap-form .select > label > div .dropdown .scroll .scroll-element.scroll-y {
  position: absolute;
  top: 0;
  right: 5px;
  width: 3px;
  height: 100%;
}
.contact_form .wrap-form .select > label > div .dropdown .scroll .scroll-element.scroll-y div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.contact_form .wrap-form .select > label > div .dropdown .scroll .scroll-element.scroll-y .scroll-bar {
  background-color: #ccc;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact_form .wrap-form .select > label > div {
    max-width: 140px;
  }
}
.contact_form .wrap-form .select > label[data-data=""] div p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
}
.contact_form .wrap-form .select > label:not([data-data=""]) div p {
  font-size: 0.9375rem;
}
.contact_form .wrap-form .select > label > input {
  width: calc(100% - 93px);
}
.contact_form .wrap-form .select > label input {
  width: 85%;
  padding-left: 20px;
  padding-right: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 768px) {
  .contact_form .wrap-form .select > label input {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .select > label input {
    width: 100%;
  }
}
.contact_form .wrap-form .select > label input.zone {
  padding: 0;
  text-align: center;
}
.contact_form .wrap-form .select > label input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.contact_form .wrap-form .select > label input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.contact_form .wrap-form .select > label input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.contact_form .wrap-form .select > label input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8125rem;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.contact_form .wrap-form input[type=email] {
  border: 0;
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap-form .radio[data-main] > div {
    margin-left: -6px;
  }
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap-form .radio[data-main] p {
    width: 100%;
  }
}
.contact_form .wrap-form .w50.radio, .contact_form .wrap-form .w100.radio, .contact_form .wrap-form .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap-form .w50.radio, .contact_form .wrap-form .w100.radio, .contact_form .wrap-form .radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact_form .wrap-form .w50.radio input[type=text], .contact_form .wrap-form .w100.radio input[type=text], .contact_form .wrap-form .radio input[type=text] {
  border: 0;
  padding-left: 5px;
}
@media only screen and (max-width: 320px) {
  .contact_form .wrap-form .w50.radio input[type=text], .contact_form .wrap-form .w100.radio input[type=text], .contact_form .wrap-form .radio input[type=text] {
    padding-bottom: 5px;
    padding-left: 0;
  }
}
.contact_form .wrap-form .w50.radio input::-webkit-input-placeholder, .contact_form .wrap-form .w100.radio input::-webkit-input-placeholder, .contact_form .wrap-form .radio input::-webkit-input-placeholder {
  font-size: 0.875rem;
}
.contact_form .wrap-form .w50.radio input::-ms-placeholder, .contact_form .wrap-form .w100.radio input::-ms-placeholder, .contact_form .wrap-form .radio input::-ms-placeholder {
  font-size: 0.875rem;
}
.contact_form .wrap-form .w50.radio input::-moz-placeholder, .contact_form .wrap-form .w100.radio input::-moz-placeholder, .contact_form .wrap-form .radio input::-moz-placeholder {
  font-size: 0.875rem;
}
.contact_form .wrap-form .w50.radio p, .contact_form .wrap-form .w100.radio p, .contact_form .wrap-form .radio p {
  margin-right: 0;
}
.contact_form .wrap-form .w50.radio > div, .contact_form .wrap-form .w100.radio > div, .contact_form .wrap-form .radio > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 320px) {
  .contact_form .wrap-form .w50.radio > div, .contact_form .wrap-form .w100.radio > div, .contact_form .wrap-form .radio > div {
    margin-left: -6px;
  }
}
.contact_form .wrap-form .w50.radio > div .radio_wrap, .contact_form .wrap-form .w100.radio > div .radio_wrap, .contact_form .wrap-form .radio > div .radio_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-left: 16px;
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap-form .w50.radio > div .radio_wrap, .contact_form .wrap-form .w100.radio > div .radio_wrap, .contact_form .wrap-form .radio > div .radio_wrap {
    margin-left: 12px;
    width: auto;
  }
}
.contact_form .wrap-form .w50.radio > div .radio_wrap .radio_box, .contact_form .wrap-form .w100.radio > div .radio_wrap .radio_box, .contact_form .wrap-form .radio > div .radio_wrap .radio_box {
  position: relative;
}
.contact_form .wrap-form .w50.radio > div .radio_wrap .radio_box::after, .contact_form .wrap-form .w100.radio > div .radio_wrap .radio_box::after, .contact_form .wrap-form .radio > div .radio_wrap .radio_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 28%;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  border: solid 1px;
}
.contact_form .wrap-form .w50.radio > div .radio_wrap.active .radio_box::after, .contact_form .wrap-form .w100.radio > div .radio_wrap.active .radio_box::after, .contact_form .wrap-form .radio > div .radio_wrap.active .radio_box::after {
  border: 0;
}
.contact_form .wrap-form .w50.radio > div .radio_wrap.active .radio_box::before, .contact_form .wrap-form .w100.radio > div .radio_wrap.active .radio_box::before, .contact_form .wrap-form .radio > div .radio_wrap.active .radio_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28%;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-color: #000;
  opacity: 0.7;
}
.contact_form .wrap-form .w50.radio > div .radio_wrap.addText, .contact_form .wrap-form .w100.radio > div .radio_wrap.addText, .contact_form .wrap-form .radio > div .radio_wrap.addText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact_form .wrap-form .w50.radio > div .radio_wrap.addText input, .contact_form .wrap-form .w100.radio > div .radio_wrap.addText input, .contact_form .wrap-form .radio > div .radio_wrap.addText input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .contact_form .wrap-form .w50.radio > div .radio_wrap.addText, .contact_form .wrap-form .w100.radio > div .radio_wrap.addText, .contact_form .wrap-form .radio > div .radio_wrap.addText {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .contact_form .wrap-form .w50.radio > div .radio_wrap.addText, .contact_form .wrap-form .w100.radio > div .radio_wrap.addText, .contact_form .wrap-form .radio > div .radio_wrap.addText {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap-form .w50.radio > div .radio_wrap.addText, .contact_form .wrap-form .w100.radio > div .radio_wrap.addText, .contact_form .wrap-form .radio > div .radio_wrap.addText {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_form .wrap-form .w50.radio > div .radio_wrap.addText input, .contact_form .wrap-form .w100.radio > div .radio_wrap.addText input, .contact_form .wrap-form .radio > div .radio_wrap.addText input {
    width: calc(100% - 70px);
  }
}
.contact_form .wrap-form .w50.radio > div .radio_wrap span, .contact_form .wrap-form .w100.radio > div .radio_wrap span, .contact_form .wrap-form .radio > div .radio_wrap span {
  display: block;
  margin-left: 25px;
  font-size: 0.8125rem;
  line-height: 2.5rem;
  letter-spacing: 0.52px;
}
.contact_form .wrap-form .agreeRule {
  display: block;
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap-form .agreeRule {
    margin-bottom: 10px;
  }
}
.contact_form .wrap-form .agreeRule > div .radio_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.contact_form .wrap-form .agreeRule > div .radio_wrap .radio_box {
  position: relative;
  left: 3px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact_form .wrap-form .agreeRule > div .radio_wrap.active .radio_box::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #000;
  opacity: 0.7;
}
.contact_form .wrap-form .agreeRule > div .radio_wrap span {
  display: block;
  font-weight: bold;
  margin-left: 15px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  letter-spacing: 0.6px;
}
.contact_form .wrap-form .agreeRule > div .radio_wrap span .tip {
  display: inline-block;
  color: red;
  font-weight: bold;
  margin-bottom: 2px;
  margin-left: 5px;
}
.contact_form .wrap-form .agreeRule > div p {
  margin-left: 30px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .agreeRule > div p {
    margin-right: 5px;
  }
}
.contact_form .wrap-form .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 35px;
}
@media only screen and (max-width: 375px) {
  .contact_form .wrap-form .content {
    margin-top: 0;
  }
}
.contact_form .wrap-form .content label {
  font-weight: bold;
  margin-right: 20px;
  padding-left: 3px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: 0.64px;
}
.contact_form .wrap-form .content label .tip {
  color: red;
  font-weight: bold;
  margin-left: 5px;
}
.contact_form .wrap-form .content .scroll {
  position: relative;
}
.contact_form .wrap-form .content .scroll .scroll-element.scroll-y {
  position: absolute;
  top: 0;
  right: 15px;
  width: 3px;
  height: 100%;
}
.contact_form .wrap-form .content .scroll .scroll-element.scroll-y div {
  position: absolute;
  top: 0;
  right: 50px;
  width: 100%;
  height: 100%;
}
.contact_form .wrap-form .content .scroll .scroll-element.scroll-y .scroll-bar {
  background-color: #ccc;
}
.contact_form .wrap-form .content .scroll textarea {
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 20px;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.contact_form .wrap-form .btns {
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .contact_form .wrap-form .btns {
    margin: 60px auto 0;
  }
}
.contact_form .wrap-form .btns a {
  margin: 0 25px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0.9375rem;
}
.contact_form .wrap-form .btns .clear, .contact_form .wrap-form .btns .goback, .contact_form .wrap-form .btns .submit {
  position: relative;
  z-index: 1;
}
.contact_form .wrap-form .btns .clear::after, .contact_form .wrap-form .btns .goback::after, .contact_form .wrap-form .btns .submit::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.contact_form .wrap-form .btns .clear:hover::after, .contact_form .wrap-form .btns .goback:hover::after, .contact_form .wrap-form .btns .submit:hover::after {
  left: 50%;
  width: 100px;
  height: 100px;
}
.contact_form .wrap-form .btns .clear::after, .contact_form .wrap-form .btns .goback::after {
  left: 90%;
  background-color: rgba(0, 0, 0, 0.2);
}
.contact_form .wrap-form .btns .submit::after {
  left: 10%;
  background-color: #ffff47;
}
.contact_form.active {
  display: block;
}
.contact_bg {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -99;
  background-image: url("../../assets/img/contact/contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1100px) {
  .contact_bg {
    background-image: url("../../assets/img/contact/contact_bg_pad.jpg");
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .contact_bg {
    background-image: url("../../assets/img/contact/contact_bg.jpg");
  }
}
@media only screen and (max-width: 575px) {
  .contact_bg {
    background-image: url("../../assets/img/contact/contact_bg_mobile.jpg");
  }
}
.contact_bg .ele, .contact_bg .tree {
  position: absolute;
  width: 100%;
}
.contact_bg .ele {
  max-width: 17vw;
  right: 0;
  bottom: 12vh;
  -webkit-animation: rightIn 1.5s ease-in-out;
          animation: rightIn 1.5s ease-in-out;
}
@media only screen and (max-width: 1680px) {
  .contact_bg .ele {
    max-width: 16vw;
    right: -3%;
  }
}
@media only screen and (max-width: 1600px) {
  .contact_bg .ele {
    max-width: 18vw;
  }
}
@media only screen and (max-width: 1440px) {
  .contact_bg .ele {
    right: -6%;
  }
}
@media only screen and (max-width: 1366px) {
  .contact_bg .ele {
    max-width: 22vw;
    right: -12%;
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .contact_bg .ele {
    right: -5%;
  }
}
@media only screen and (max-width: 1280px) {
  .contact_bg .ele {
    max-width: 21vw;
    right: -3%;
    bottom: 12%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .contact_bg .ele {
    display: none;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .contact_bg .ele {
    display: block;
    max-width: 17vw;
    right: -3%;
    bottom: 12%;
  }
}
@media only screen and (max-width: 575px) {
  .contact_bg .ele {
    display: none;
    max-width: 45vw;
    right: -10%;
  }
}
@media only screen and (max-width: 575px) {
  .contact_bg .ele {
    right: -5%;
  }
}
@media only screen and (max-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .contact_bg .ele {
    right: -10%;
  }
}
@media only screen and (max-width: 360px) {
  .contact_bg .ele {
    right: -3%;
  }
}
.contact_bg .tree {
  left: 0;
  bottom: 14vh;
  -webkit-animation: objUp 1.5s both 0.5s;
          animation: objUp 1.5s both 0.5s;
  max-width: 14.6875vw;
}
@media only screen and (max-width: 1680px) {
  .contact_bg .tree {
    max-width: 16vw;
    left: -2%;
  }
}
@media only screen and (max-width: 1600px) {
  .contact_bg .tree {
    max-width: 17vw;
    bottom: 12vh;
  }
}
@media only screen and (max-width: 1440px) {
  .contact_bg .tree {
    max-width: 16vw;
    left: -3%;
    bottom: 13%;
  }
}
@media only screen and (max-width: 1366px) {
  .contact_bg .tree {
    left: -4%;
    bottom: 12%;
  }
}
@media only screen and (max-device-width: 1366px) and (max-device-height: 1024px) {
  .contact_bg .tree {
    left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .contact_bg .tree {
    left: -7.5%;
    max-width: 18vw;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .contact_bg .tree {
    left: 0%;
    bottom: 14%;
  }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 1366px) {
  .contact_bg .tree {
    max-width: 20vw;
    left: 0.5%;
  }
}
@media only screen and (max-device-height: 900px) and (max-device-width: 1100px) {
  .contact_bg .tree {
    max-width: 15vw;
  }
}
@media only screen and (max-width: 768px) {
  .contact_bg .tree {
    max-width: 25vw;
    left: -4.5%;
    bottom: 11%;
  }
}
@media only screen and (max-width: 575px) {
  .contact_bg .tree {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact_bg .ele {
    bottom: -3%;
  }
  .contact_bg .tree {
    bottom: -4%;
  }
}
.contact_lbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
}
.contact_lbox .scroll-wrap {
  padding: 150px 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 575px) {
  .contact_lbox .scroll-wrap {
    padding: 100px 0;
  }
}
.contact_lbox .scroll-wrap .block {
  position: relative;
  margin: 0 auto;
  padding: 120px 55px 76px;
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 575px) {
  .contact_lbox .scroll-wrap .block {
    padding: 120px 15px 76px;
  }
}
.contact_lbox .scroll-wrap .block::after {
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}
.contact_lbox .scroll-wrap .confirm-close, .contact_lbox .scroll-wrap .success-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 500px;
  background-color: #f43b2c;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}
.contact_lbox .scroll-wrap .confirm-close span, .contact_lbox .scroll-wrap .success-close span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_lbox .scroll-wrap .confirm-close:hover span, .contact_lbox .scroll-wrap .success-close:hover span {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.contact_lbox .scroll-wrap .confirm-img, .contact_lbox .scroll-wrap .success-img {
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
}
.contact_lbox .scroll-wrap .confirm hr, .contact_lbox .scroll-wrap .success hr {
  margin: 40px auto;
  max-width: 100px;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.3);
}
.contact_lbox .scroll-wrap .confirm-title, .contact_lbox .scroll-wrap .success-title {
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 1.95px;
  font-weight: bold;
}
.contact_lbox .scroll-wrap .confirm-subtitle, .contact_lbox .scroll-wrap .success-subtitle {
  font-size: 1.125rem;
}
.contact_lbox .scroll-wrap .confirm-text, .contact_lbox .scroll-wrap .success-text {
  margin-top: 25px;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
  line-height: 1.5rem;
}
.contact_lbox .scroll-wrap .confirm-text a, .contact_lbox .scroll-wrap .success-text a {
  color: #b30000;
  text-decoration: underline;
}
.contact_lbox .scroll-wrap .confirm-btns, .contact_lbox .scroll-wrap .success-btns {
  margin: 60px auto 0;
}
.contact_lbox .scroll-wrap .confirm-btns a, .contact_lbox .scroll-wrap .success-btns a {
  margin: 0 25px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0.9375rem;
}
.contact_lbox .scroll-wrap .confirm-btns .clear, .contact_lbox .scroll-wrap .confirm-btns .cancel, .contact_lbox .scroll-wrap .confirm-btns .nextstep, .contact_lbox .scroll-wrap .confirm-btns .done, .contact_lbox .scroll-wrap .success-btns .clear, .contact_lbox .scroll-wrap .success-btns .cancel, .contact_lbox .scroll-wrap .success-btns .nextstep, .contact_lbox .scroll-wrap .success-btns .done {
  position: relative;
  z-index: 1;
}
.contact_lbox .scroll-wrap .confirm-btns .clear::after, .contact_lbox .scroll-wrap .confirm-btns .cancel::after, .contact_lbox .scroll-wrap .confirm-btns .nextstep::after, .contact_lbox .scroll-wrap .confirm-btns .done::after, .contact_lbox .scroll-wrap .success-btns .clear::after, .contact_lbox .scroll-wrap .success-btns .cancel::after, .contact_lbox .scroll-wrap .success-btns .nextstep::after, .contact_lbox .scroll-wrap .success-btns .done::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.contact_lbox .scroll-wrap .confirm-btns .clear:hover::after, .contact_lbox .scroll-wrap .confirm-btns .cancel:hover::after, .contact_lbox .scroll-wrap .confirm-btns .nextstep:hover::after, .contact_lbox .scroll-wrap .confirm-btns .done:hover::after, .contact_lbox .scroll-wrap .success-btns .clear:hover::after, .contact_lbox .scroll-wrap .success-btns .cancel:hover::after, .contact_lbox .scroll-wrap .success-btns .nextstep:hover::after, .contact_lbox .scroll-wrap .success-btns .done:hover::after {
  left: 50%;
  width: 100px;
  height: 100px;
}
.contact_lbox .scroll-wrap .confirm-btns .clear::after, .contact_lbox .scroll-wrap .confirm-btns .cancel::after, .contact_lbox .scroll-wrap .success-btns .clear::after, .contact_lbox .scroll-wrap .success-btns .cancel::after {
  left: 90%;
  background-color: rgba(0, 0, 0, 0.2);
}
.contact_lbox .scroll-wrap .confirm-btns .nextstep::after, .contact_lbox .scroll-wrap .confirm-btns .done::after, .contact_lbox .scroll-wrap .success-btns .nextstep::after, .contact_lbox .scroll-wrap .success-btns .done::after {
  left: 10%;
  background-color: #ffff47;
}

.talk_lbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1550px) and (max-height: 800px) {
  .talk_lbox {
    overflow-y: scroll;
  }
}
.talk_lbox.menuEnter {
  display: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.talk_lbox .rotate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation: objIn 2s forwards;
          animation: objIn 2s forwards;
}
.talk_lbox .block {
  background-color: #fff;
  max-width: 585px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 40px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .talk_lbox .block {
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@media only screen and (max-width: 1550px) and (max-height: 800px) {
  .talk_lbox .block {
    width: 30%;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .talk_lbox .block {
    width: 30%;
    margin-top: 50px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .talk_lbox .block {
    width: 90%;
    margin-top: 0;
    padding-top: 40px;
  }
}
.talk_lbox .block::before {
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}
.talk_lbox .block .success-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #f43b2c;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.talk_lbox .block .success-close span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.talk_lbox .block .success-close:hover span {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.talk_lbox .block .success-title {
  letter-spacing: 2.34px;
  font-weight: bold;
  font-family: "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 3.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.talk_lbox .block .success-subtitle {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
  .talk_lbox .block .success-subtitle {
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 24px;
  }
}
.talk_lbox .block .img_wrap {
  max-width: 540px;
  max-height: 460px;
  margin: 0 auto;
}
@media only screen and (max-width: 1550px) and (max-height: 800px) {
  .talk_lbox .block .img_wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .talk_lbox .block .img_wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .talk_lbox .block .img_wrap {
    padding: 0 10px;
  }
}
.talk_lbox .block .text {
  padding-top: 30px;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.625rem;
  letter-spacing: 0.56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .talk_lbox .block .text {
    padding-top: 20px;
  }
}

@-webkit-keyframes objIn {
  0% {
    opacity: 0.5;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  30% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes objIn {
  0% {
    opacity: 0.5;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  30% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.coming {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.coming .bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.coming .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  background-color: #fff;
  opacity: 0.3;
  -webkit-animation: in 0.5s ease-in-out both;
          animation: in 0.5s ease-in-out both;
}
.coming .circle {
  padding-top: 100px;
  z-index: 1;
}
.coming .circle-box {
  position: relative;
  margin: 0 auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background-color: #c3d8ff;
  -webkit-animation: fadeInRotate 1.2s ease-in-out both;
          animation: fadeInRotate 1.2s ease-in-out both;
}
.coming .circle-box > span {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 4.375rem;
  font-family: "JaguarJC-Book", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.coming .circle-box .dot {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: circle(7px at center 20px);
}
.coming .circle-box .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 2;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.coming .circle-box .blue,
.coming .circle-box .pink {
  position: absolute;
  bottom: -8.5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.coming .circle-box .blue figure,
.coming .circle-box .pink figure {
  opacity: 0;
  -webkit-animation: fadeInUp 1.2s 1s ease-in-out both;
          animation: fadeInUp 1.2s 1s ease-in-out both;
}
.coming .circle-box .blue {
  max-width: 140px;
  left: calc(50% - 70px);
}
.coming .circle-box .blue img {
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}
.coming .circle-box .pink {
  max-width: 154px;
  left: calc(50% + 70px);
}
.coming .circle-box .pink img {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media only screen and (max-width: 1500px) {
  .coming .circle-box {
    width: 450px;
    height: 450px;
  }
  .coming .circle-box > span {
    font-size: 3.125rem;
  }
  .coming .circle-box .blue,
  .coming .circle-box .pink {
    bottom: -7.5%;
  }
  .coming .circle-box .blue {
    max-width: 105px;
    left: calc(50% - 55px);
  }
  .coming .circle-box .pink {
    max-width: 111px;
    left: calc(50% + 55px);
  }
}
@media only screen and (max-width: 1360px) and (max-height: 700px) {
  .coming .circle-box {
    width: 400px;
    height: 400px;
  }
  .coming .circle-box > span {
    font-size: 2.8125rem;
  }
  .coming .circle-box .blue {
    max-width: 105px;
  }
  .coming .circle-box .pink {
    max-width: 111px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .coming .circle-box {
    width: 360px;
    height: 360px;
  }
  .coming .circle-box > span {
    font-size: 2.8125rem;
  }
  .coming .circle-box .blue {
    max-width: 96px;
    left: calc(50% - 50px);
    bottom: -7.8%;
  }
  .coming .circle-box .pink {
    max-width: 105px;
    left: calc(50% + 50px);
    bottom: -8%;
  }
}
@media only screen and (max-width: 1100px) {
  .coming .circle-box {
    width: 450px;
    height: 450px;
  }
  .coming .circle-box > span {
    font-size: 3.125rem;
  }
  .coming .circle-box .blue,
  .coming .circle-box .pink {
    bottom: -7%;
  }
  .coming .circle-box .blue {
    max-width: 105px;
    left: calc(50% - 60px);
  }
  .coming .circle-box .pink {
    max-width: 111px;
    left: calc(50% + 60px);
  }
}
@media only screen and (max-width: 767px) {
  .coming .circle-box {
    width: 340px;
    height: 340px;
  }
  .coming .circle-box > span {
    font-size: 2.8125rem;
  }
  .coming .circle-box .blue {
    max-width: 90px;
    left: calc(50% - 50px);
    bottom: -7%;
  }
  .coming .circle-box .pink {
    max-width: 97px;
    left: calc(50% + 50px);
    bottom: -7.2%;
  }
}
.coming .btn {
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 60px;
  border-radius: 30px;
  background-color: #efe543;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: fadeInUp 1.2s 2s ease-in-out both;
          animation: fadeInUp 1.2s 2s ease-in-out both;
}
.coming .btn span {
  letter-spacing: 0.8px;
  font-size: 1.25rem;
  font-family: "JaguarJC-Book", "微軟正黑體修正", "微軟正黑體", Arial, sans-serif;
}
.coming .btn:hover {
  background-color: #ede22c;
  -webkit-box-shadow: 2.6px 3.1px 14px 1.1px rgba(0, 0, 0, 0.3);
          box-shadow: 2.6px 3.1px 14px 1.1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1360px) and (max-height: 700px) {
  .coming .btn {
    margin-top: 60px;
    height: 50px;
  }
}
@media only screen and (max-width: 1290px) and (max-height: 620px) {
  .coming .btn {
    margin-top: 60px;
    height: 50px;
  }
}

@-webkit-keyframes fadeInRotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateY(180deg);
            transform: translateY(-25%) rotateY(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateY(0);
            transform: translateY(0) rotateY(0);
  }
}

@keyframes fadeInRotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%) rotateY(180deg);
            transform: translateY(-25%) rotateY(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateY(0);
            transform: translateY(0) rotateY(0);
  }
}
@-webkit-keyframes in {
  0% {
    height: 0;
  }
  100% {
    height: 150px;
  }
}
@keyframes in {
  0% {
    height: 0;
  }
  100% {
    height: 150px;
  }
}
/*# sourceMappingURL=style.css.map */