@charset "UTF-8";
/*基本*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: SegoeUI, Arial, sans-serif, '微軟正黑體修正', '微軟正黑體';
  letter-spacing: 1px;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

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

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

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

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}

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

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

b, strong {
  font-weight: bold;
}

p, dl {
  width: 100%;
  max-width: 100%;
}

p, dl, a, span {
  font-size: 14px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 1px;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button, input, select, textarea {
  font-family: SegoeUI, Arial, sans-serif, '微軟正黑體';
  font-size: px(14);
  letter-spacing: 1px;
  font-size: 100%;
  margin: 0;
  border: none;
  background: none;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: black;
  outline: none;
}

hr {
  border: 0;
}

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

/*去除input在ios上的圓角*/
input {
  border-radius: 0;
  -webkit-appearance: none;
}

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

/* placeholder 點一下後快速消失 */
input:focus, textarea:focus {
  outline: none;
}

input:focus:placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

@-webkit-keyframes anchorB {
  0% {
    top: -7px;
  }
  50% {
    top: -7px;
  }
  100% {
    top: calc(100% - 7px);
  }
}

@keyframes anchorB {
  0% {
    top: -7px;
  }
  50% {
    top: -7px;
  }
  100% {
    top: calc(100% - 7px);
  }
}

@-webkit-keyframes anchorA {
  0% {
    top: 0;
    height: 100%;
  }
  35% {
    top: 100%;
    height: 0;
  }
  50% {
    top: 0;
    height: 0;
  }
  100% {
    top: 0;
    height: calc(100% - 7px);
  }
}

@keyframes anchorA {
  0% {
    top: 0;
    height: 100%;
  }
  35% {
    top: 100%;
    height: 0;
  }
  50% {
    top: 0;
    height: 0;
  }
  100% {
    top: 0;
    height: calc(100% - 7px);
  }
}

/* 修正粗體 */
@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(Yu Gothic), local(MS Gothic);
}

/* 一般粗細的時候改回微軟正黑 */
@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體);
}

.t60 {
  font-size: 3.75rem;
}

@media only screen and (max-width: 600px) {
  .t60 {
    font-size: 2rem;
  }
}

.t45 {
  font-size: 2.8125rem;
}

@media only screen and (max-width: 600px) {
  .t45 {
    font-size: 2rem;
  }
}

.t30 {
  font-size: 1.875rem;
}

@media only screen and (max-width: 600px) {
  .t30 {
    font-size: 1.125rem;
  }
}

.t24 {
  font-size: 1.5rem;
}

.t22 {
  font-size: 1.375rem;
}

@media only screen and (max-width: 600px) {
  .t22 {
    font-size: 0.875rem;
  }
}

.t20 {
  font-size: 1.25rem;
}

.t18 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 600px) {
  .t18 {
    font-size: 0.875rem;
  }
}

.t16 {
  font-size: 1rem;
}

@media only screen and (max-width: 600px) {
  .t16 {
    font-size: 0.875rem;
  }
}

.t10 {
  font-size: 0.75rem;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

body {
  overflow-x: hidden;
}

.side-box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: rotate(90deg) translate(-100%, -100%);
  -ms-transform: rotate(90deg) translate(-100%, -100%);
  transform: rotate(90deg) translate(-100%, -100%);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  padding: 10px 95px;
}

@media only screen and (max-width: 800px) {
  .side-box {
    display: none;
  }
}

.side-box.black .side-menu li.line a:before, .side-box.black .side-menu li.line a:after {
  background: #000000;
}

.side-box.black .side-menu li.txt a {
  color: #000000;
}

.side-box.right {
  left: auto;
  right: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(90deg) translate(0, 200%);
  -ms-transform: rotate(90deg) translate(0, 200%);
  transform: rotate(90deg) translate(0, 200%);
}

.side-box .side-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-box .side-menu li {
  margin: 0 4px;
}

.side-box .side-menu li a {
  padding: 10px 0;
}

.side-box .side-menu li.line {
  width: 50px;
  height: 100%;
}

.side-box .side-menu li.line a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.side-box .side-menu li.line a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  opacity: .3;
  background: #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.side-box .side-menu li.line a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.side-box .side-menu li.on a:after {
  width: 100%;
  background: #ffffff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.side-box .side-menu li.txt a {
  color: #ffffff;
}

.side-box.gotop {
  opacity: 0;
}

.side-box.gotop a {
  position: relative;
}

.side-box.gotop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  border-top: 1px solid #cccccc;
  width: 100px;
  height: 1px;
}

.breadcrumbs {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 2;
  height: 110px;
  margin: 10px 45px 20px;
  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;
}

@media only screen and (max-width: 800px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs.fixed {
  position: fixed;
}

.breadcrumbs li:not(:last-child):after {
  content: '/';
  display: inline;
  width: 100%;
  height: 100%;
  color: #a5a5a5;
  padding: 0 14px;
  font-size: small;
}

.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs li a {
  font-size: 0.875rem;
  font-weight: bold;
}

.sc-box1 {
  position: relative;
  margin: 40px 0;
}

@media only screen and (max-width: 600px) {
  .sc-box1 {
    margin: 20px 0;
  }
}

.sc-box1.DropdownList {
  margin: 40px auto;
  padding: 0;
  max-width: 360px;
}

.sc-box1.DropdownList .menulist {
  width: 100%;
}

.sc-box1.DropdownList .menulist ul {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sc-box1 .sc-box2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .sc-box1 .sc-box2 {
    overflow: visible;
  }
}

.sc-box1 .sc-box2.fixed {
  position: fixed;
  top: 106px;
  z-index: 1;
  width: 100%;
  background: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .sc-box1 .sc-box2.fixed {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width: 800px) {
  .sc-box1 .sc-box2.fixed {
    top: 75px;
  }
}

@media only screen and (max-width: 600px) {
  .sc-box1 .sc-box2.fixed {
    top: 60px;
    height: auto;
  }
}

.sc-box1 .sc-box2.fixed .selectMenu.ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-box1 .sc-box2.fixed .selectMenu:before {
  position: static;
}

.sc-box1 .sc-box2.fixed .selectMenu p {
  border: none;
  width: auto;
}

.sc-box1 .sc-box2 .selectMenu {
  display: none;
}

.sc-box1 .sc-box2 .selectMenu.ok {
  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;
  padding-bottom: 10px;
}

.sc-box1 .sc-box2 .selectMenu:before {
  display: block;
  font-weight: bold;
  margin: 0 10px;
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: rotate(-90deg) translateX(-30%);
  -ms-transform: rotate(-90deg) translateX(-30%);
  transform: rotate(-90deg) translateX(-30%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sc-box1 .sc-box2 .selectMenu.open:before {
  -webkit-transform: rotate(90deg) translateX(-30%);
  -ms-transform: rotate(90deg) translateX(-30%);
  transform: rotate(90deg) translateX(-30%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sc-box1 .sc-box2 .selectMenu p {
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px solid #000;
  font-size: 1rem;
}

.sc-box1 .sc-box2 ul {
  position: absolute;
  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: 100%;
}

@media only screen and (max-width: 1300px) {
  .sc-box1 .sc-box2 ul {
    max-width: 100%;
  }
}

.sc-box1 .sc-box2 ul .ps__rail-x, .sc-box1 .sc-box2 ul .ps__rail-y {
  display: none;
}

.sc-box1 .sc-box2 ul li {
  width: auto;
  padding: 15px 20px;
  white-space: nowrap;
}

.sc-box1 .sc-box2 ul li:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin-top: 2px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 1200px) {
  .sc-box1 .sc-box2 ul li:after {
    display: none;
  }
}

.sc-box1 .sc-box2 ul li:hover:after {
  width: 100%;
  border-color: #cccccc;
}

.sc-box1 .sc-box2 ul li.active:after {
  width: 100%;
  border-color: #000000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.sc-box1 .sc-box2 ul li a {
  display: block;
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {
  .sc-box1 .sc-box2 ul li a {
    text-align: center;
  }
}

.slickrwd {
  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;
  width: 70%;
}

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

.slickrwd.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.slickrwd li {
  width: auto;
  padding: 0 23px 10px;
  word-break: keep-all;
}

@media only screen and (max-width: 600px) {
  .slickrwd li {
    padding: 0 23px;
  }
}

.slickrwd li:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin-top: 2px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.slickrwd li:hover:after {
  width: 100%;
  border-color: #cccccc;
}

.slickrwd li.active:after {
  width: 100%;
  border-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.slickrwd li a {
  font-size: 1rem;
}

.DropdownList {
  max-width: 660px;
  margin: 0 auto;
  width: 90%;
  padding: 0 0 60px;
  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;
}

.DropdownList .menulist {
  position: relative;
  width: 50%;
}

.DropdownList .menulist:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  border-right: 1px solid #d9d9d9;
}

.DropdownList .menulist p {
  opacity: 1;
  padding: 5px 0;
}

.DropdownList .menulist span {
  cursor: pointer;
}

.DropdownList .menulist ul {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 14px);
  -ms-transform: translate(-50%, 14px);
  transform: translate(-50%, 14px);
  width: 100%;
  max-height: 306px;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f3f3f3;
  padding: 30px 15px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.DropdownList .menulist ul li {
  cursor: pointer;
  width: 100%;
  opacity: 0.7;
}

.DropdownList .menulist ul li:hover {
  opacity: 1;
}

.DropdownList .menulist ul li p {
  font-size: 1rem;
  padding: 10px 0;
}

.close-btn {
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  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;
}

.close-btn:hover .cross {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.close-btn:hover .cross:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (max-width: 800px) {
  .close-btn {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 600px) {
  .close-btn {
    width: 50px;
    height: 50px;
  }
}

.close-btn .cross {
  width: 30px;
  height: 2px;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 600px) {
  .close-btn .cross {
    width: 30px;
  }
}

.close-btn .cross:after {
  content: '';
  width: 30px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #000;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 600px) {
  .close-btn .cross:after {
    width: 30px;
  }
}

.more-btn {
  position: relative;
}

.more-btn:before {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  left: 110%;
  top: 50%;
  z-index: 1;
  background: #d9d9d9;
}

@media only screen and (max-width: 800px) {
  .more-btn:before {
    width: 90px;
  }
}

.more-btn:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 110%;
  top: 50%;
  z-index: 2;
  background: #aeb500;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.more-btn2 {
  display: table;
  margin: auto;
  text-align: center;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
}

.more-btn2:before {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  left: 110%;
  top: 50%;
  background: #d9d9d9;
}

@media only screen and (max-width: 800px) {
  .more-btn2:before {
    width: 90px;
  }
}

.more-btn2:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 110%;
  top: 50%;
  background: #aeb500;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.more-btn2:hover:after {
  width: 150px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 800px) {
  .more-btn2:hover:after {
    width: 90px;
  }
}

.hide_lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.hide_lightbox.menu .menu-box {
  position: absolute;
  top: 0;
  right: -100%;
  width: 360px;
  height: 100vh;
  padding: 20px;
  background: #f3f3f3;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 600px) {
  .hide_lightbox.menu .menu-box {
    width: 100%;
    overflow-y: auto;
    padding: 40px 20px 20px;
  }
}

@media only screen and (max-height: 750px) {
  .hide_lightbox.menu .menu-box {
    overflow-y: auto;
    padding: 40px 20px 20px;
  }
}

.hide_lightbox.menu .menu-box .close-btn {
  position: static;
}

.hide_lightbox.menu .menu-box nav {
  text-align: center;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}

@media only screen and (max-width: 600px) {
  .hide_lightbox.menu .menu-box nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 40px 0;
  }
}

@media only screen and (max-height: 750px) {
  .hide_lightbox.menu .menu-box nav {
    margin: 40px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.hide_lightbox.menu .menu-box nav ul li {
  padding: 15px;
}

@media only screen and (max-width: 600px) {
  .hide_lightbox.menu .menu-box nav ul li {
    padding: 10px;
  }
}

.hide_lightbox.menu .menu-box nav ul li a.item {
  font-size: 1.125rem;
  display: table;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .hide_lightbox.menu .menu-box nav ul li a.item {
    font-size: 0.875rem;
  }
}

.hide_lightbox.menu .menu-box nav ul li a.item:after {
  content: '';
  display: block;
  border-bottom: 1px solid #000000;
  width: 0;
  height: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-top: 5px;
}

@media only screen and (max-width: 800px) {
  .hide_lightbox.menu .menu-box nav ul li a.item:after {
    display: none;
  }
}

.hide_lightbox.menu .menu-box nav ul li a.item:hover:after {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.hide_lightbox.menu .menu-box nav ul li a.btn-search span {
  font-size: 1.25rem;
  display: block;
}

@media only screen and (max-width: 600px) {
  .hide_lightbox.menu .menu-box nav ul li a.btn-search span {
    font-size: 1.125rem;
  }
}

.hide_lightbox.menu .menu-box nav ul li a.btn-search:hover span {
  opacity: .7;
}

.hide_lightbox.menu .menu-box .soc {
  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;
}

.hide_lightbox.menu .menu-box .soc li {
  padding: 15px 0 15px 25px;
}

@media only screen and (max-width: 800px) {
  .hide_lightbox.menu .menu-box .soc li {
    padding: 15px 30px;
  }
}

.hide_lightbox.menu .menu-box .soc li a {
  display: block;
}

.hide_lightbox.menu .menu-box .soc li a:hover span {
  color: #000000;
}

.hide_lightbox.menu .menu-box .soc li a span {
  color: #a5a4a4;
  font-size: 1.375rem;
}

@media only screen and (max-width: 800px) {
  .hide_lightbox.menu .menu-box .soc li a span {
    color: #000000;
    font-size: 1.25rem;
  }
}

.hide_lightbox.menu.open .menu-box {
  right: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.hide_lightbox.menu.close .menu-box {
  right: -100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.picBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  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: 10%;
  text-align: center;
}

.picBox:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}

.picBox.open:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.picBox.open img {
  opacity: 1;
  -webkit-transition: all .3s .5s;
  -o-transition: all .3s .5s;
  transition: all .3s .5s;
}

.picBox.close:after {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.picBox.close img {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.picBox .close-btn .cross, .picBox .close-btn .cross:after {
  background: #ffffff;
}

.picBox img {
  max-width: 1440px;
  max-height: 80%;
  width: auto;
  opacity: 0;
}

@media only screen and (max-width: 1400px) {
  .picBox img {
    max-width: 100%;
    max-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;
  }
}

.Overview .main {
  min-height: 100vh;
}

.Overview .main .top-box {
  text-align: center;
  min-height: 310px;
  padding: 180px 0 0;
}

.Overview .main .top-box .title-box {
  max-width: 665px;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}

.Overview .main .top-box .title-box.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.Overview .main .top-box .title-box .t18 {
  padding: 5px 0;
}

.Overview .main .top-box .title-box .en {
  padding-bottom: 40px;
}

.Overview .main .top-box .title-box .ch {
  padding-bottom: 60px;
}

.Overview .main .content {
  margin: 0 auto;
}

.Overview .main .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Overview .main .content .list .grid-sizer {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .Overview .main .content .list .grid-sizer {
    width: 100%;
  }
}

.Overview .main .content .list li {
  width: 50%;
  padding: 0 34px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 800px) {
  .Overview .main .content .list li {
    padding: 0 25px 50px;
  }
}

@media only screen and (max-width: 600px) {
  .Overview .main .content .list li {
    width: 100%;
    padding: 0 0 50px;
  }
}

.Overview .main .content .list li.show {
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.Overview .main .content .list li a:hover .ps:after {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.Overview .main .content .list li a:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.Overview .main .content .list li .img-box {
  max-height: 80vh;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .Overview .main .content .list li .img-box {
    max-height: 60vh;
  }
}

.Overview .main .content .list li .img-box img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  min-height: 1px;
}

.Overview .main .content .list li .txt-box {
  padding: 40px 52px;
}

@media only screen and (max-width: 800px) {
  .Overview .main .content .list li .txt-box {
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 600px) {
  .Overview .main .content .list li .txt-box {
    padding: 20px;
  }
}

.Overview .main .content .list li .txt-box .t {
  margin-top: 20px;
  letter-spacing: normal;
}

.Overview .main .anchor-box {
  position: relative;
  width: 100%;
  height: 160px;
  display: block;
}

@media only screen and (max-width: 800px) {
  .Overview .main .anchor-box {
    height: 60px;
  }
}

.Overview .main .anchor-box .anchor.godown {
  display: block;
  width: 1px;
  height: 160px;
  margin: 0 auto;
  padding: 0 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .Overview .main .anchor-box .anchor.godown {
    height: 60px;
  }
}

.Overview .main .anchor-box .anchor.godown:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: #cccccc transparent transparent transparent;
  border-width: 7px 5px 0 5px;
  border-style: solid;
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Overview .main .anchor-box .anchor.godown:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .7s .3s;
  -o-transition: all .7s .3s;
  transition: all .7s .3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Overview .main .anchor-box .anchor.godown:hover:after {
  -webkit-animation: anchorA 2s infinite;
  animation: anchorA 2s infinite;
}

.Overview .main .anchor-box .anchor.godown:hover:before {
  -webkit-animation: anchorB 2s infinite;
  animation: anchorB 2s infinite;
}

.detail .main {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  padding: 100px 0 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail .main .content {
  max-width: 1020px;
  margin: 0 auto;
  width: 90%;
}

.detail .main .content .top-box .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;
}

.detail .main .content .top-box .link .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .detail .main .content .top-box .link .soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.detail .main .content .top-box .link .soc li {
  padding: 15px 0 15px 25px;
}

@media only screen and (max-width: 800px) {
  .detail .main .content .top-box .link .soc li {
    padding: 15px 30px;
  }
}

.detail .main .content .top-box .link .soc li a {
  display: block;
}

.detail .main .content .top-box .link .soc li a:hover span {
  color: #000000;
}

.detail .main .content .top-box .link .soc li a span {
  color: #a5a4a4;
  font-size: 1.5rem;
}

@media only screen and (max-width: 800px) {
  .detail .main .content .top-box .link .soc li a span {
    color: #000000;
    font-size: 1.375rem;
  }
}

.detail .main .content .top-box .title-box {
  text-align: center;
  padding: 40px 90px;
}

@media only screen and (max-width: 800px) {
  .detail .main .content .top-box .title-box {
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 600px) {
  .detail .main .content .top-box .title-box {
    padding: 20px;
  }
}

.detail .main .content .top-box .title-box dt {
  padding-bottom: 30px;
}

.detail .main .content .banner {
  margin: 30px auto 50px;
  text-align: center;
  opacity: 0;
  position: relative;
}

.detail .main .content .banner.show {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.detail .main .content .banner ul li p {
  margin: 10px 0;
}

.detail .main .content .banner ul .slick-slide .img-box {
  height: 600px;
  overflow: hidden;
  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: 1200px) {
  .detail .main .content .banner ul .slick-slide .img-box {
    height: 40vh;
  }
}

.detail .main .content .banner ul .slick-slide img {
  max-height: 600px;
  width: auto;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .detail .main .content .banner ul .slick-slide img {
    max-height: 40vh;
  }
}

.detail .main .content .banner .video-item iframe {
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 1200px) {
  .detail .main .content .banner .video-item iframe {
    height: 40vh;
  }
}

.detail .main .content .banner .Dots-box .slick-dots {
  -webkit-transform: rotate(90deg) translate(50%, 0);
  -ms-transform: rotate(90deg) translate(50%, 0);
  transform: rotate(90deg) translate(50%, 0);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  position: absolute;
  right: 0;
  top: 40%;
  bottom: auto;
  width: 266px;
}

@media only screen and (max-width: 1200px) {
  .detail .main .content .banner .Dots-box .slick-dots {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 100%;
    right: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .detail .main .content .banner .Dots-box .slick-dots {
    width: 162px;
  }
}

.detail .main .content .banner .Dots-box .slick-dots li {
  width: 50px;
  height: 2px;
  margin: 25px 4px;
  background: #9a9a9a;
}

@media only screen and (max-width: 600px) {
  .detail .main .content .banner .Dots-box .slick-dots li {
    width: 30px;
  }
}

.detail .main .content .banner .Dots-box .slick-dots li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background: #2a2a2a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.detail .main .content .banner .Dots-box .slick-dots li.slick-active:after {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.detail .main .content .type {
  padding: 30px 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 only screen and (max-width: 800px) {
  .detail .main .content .type {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding: 0;
  }
}

.detail .main .content .type dl {
  padding: 0 90px;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .detail .main .content .type dl {
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 600px) {
  .detail .main .content .type dl {
    padding: 20px !important;
  }
}

.detail .main .content .type dl.show {
  -webkit-transition: all .5s .5s;
  -o-transition: all .5s .5s;
  transition: all .5s .5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.detail .main .content .type dl dt {
  font-size: 1.25rem;
  padding-bottom: 30px;
  display: block;
}

.detail .main .content .type dl dd {
  font-size: 1rem;
  line-height: 180%;
}

.detail .main .content .type dl dd:not(:last-child) {
  padding-bottom: 30px;
}

.detail .main .content .type dl dd p, .detail .main .content .type dl dd b {
  font-size: 1rem;
  line-height: 180%;
}

.detail .main .content .type dl dd .a {
  display: table;
  margin-top: 30px;
  font-weight: bold;
}

.detail .main .content .type dl dd .a:after {
  content: '';
  display: block;
  width: auto;
  height: 1px;
  border-bottom: 1px solid #000000;
}

.detail .main .content .type .img-box {
  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;
  text-align: right;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .detail .main .content .type .img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}

.detail .main .content .type .img-box figure {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding: 0 3px;
}

@media only screen and (max-width: 600px) {
  .detail .main .content .type .img-box figure {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.detail .main .content .type .img-box figure figcaption {
  font-size: 0.875rem;
  padding: 10px 0;
}

@media only screen and (max-width: 600px) {
  .detail .main .content .type .img-box figure figcaption {
    padding: 10px 0 20px;
  }
}

.detail .main .content .type .img-box img {
  opacity: 0;
}

.detail .main .content .type .img-box img.show {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.detail .main .content .type.wp dl {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding-right: 50px;
}

@media only screen and (max-width: 800px) {
  .detail .main .content .type.wp dl {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding-right: 0;
  }
}

.detail .main .content .type.wp .img-box {
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .detail .main .content .type.wp .img-box {
    width: 100%;
  }
}

.detail .main .content .type.pw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.detail .main .content .type.pw dl {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding-left: 50px;
}

@media only screen and (max-width: 800px) {
  .detail .main .content .type.pw dl {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.detail .main .content .type.pw .img-box {
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .detail .main .content .type.pw .img-box {
    width: 100%;
  }
}

.detail .main .blank {
  max-width: 660px;
  margin: 100px auto;
  width: 90%;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .detail .main .blank {
    margin: 30px auto;
  }
}

.detail .main .blank ul {
  text-align: left;
  width: 100%;
  padding: 40px 0;
  counter-reset: num;
}

.detail .main .blank ul li {
  padding: 15px 0;
  position: relative;
}

.detail .main .blank ul li:before {
  counter-increment: num;
  content: counter(num) ".";
  float: left;
  padding-right: 15px;
  font-size: 0.625rem;
  font-weight: bold;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.detail .main .blank ul li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d6d6d6;
}

.detail .main .blank ul li a {
  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;
}

.detail .main .blank ul li a .t10 {
  display: table;
  width: auto;
  font-weight: bold;
  padding-left: 15px;
}

.detail .main .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 90px;
}

@media only screen and (max-width: 800px) {
  .detail .main .btn-box {
    margin-top: 50px;
  }
}

.detail .main .btn-box .btn {
  width: 47%;
  display: block;
  padding: 100px 55px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .detail .main .btn-box .btn {
    padding: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .detail .main .btn-box .btn {
    padding: 20px;
  }
}

.detail .main .btn-box .btn.prev {
  text-align: right;
}

.detail .main .btn-box .btn.next {
  text-align: left;
}

.detail .main .btn-box .btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #cccccc;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.detail .main .btn-box .btn:hover:before {
  height: 3px;
  border-top: 3px solid #7f7f7f;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.detail .main .btn-box .btn .t20 {
  padding: 15px 0;
}

.detail .main .btn-box .btn .ps {
  display: block;
}

.inside .main .title-box dd.t16 {
  color: #999999;
}

.inside .main .title-box .ch {
  padding: 0;
}

.inside .main .download {
  display: block;
  margin: 0 auto 80px;
  text-align: center;
  color: #666666;
}

.inside .main .download .icon {
  background: #5e5c5d;
  color: #bac027;
  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: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 0 auto 20px;
}

.inside .main .content {
  max-width: 1440px;
  width: 90%;
}

@media only screen and (max-width: 600px) {
  .inside .main .content {
    width: 100%;
  }
}

.inside .main .content .list {
  position: relative;
}

.inside .main .content .list .stamp {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 85px;
}

@media only screen and (max-width: 600px) {
  .inside .main .content .list .stamp {
    display: none;
  }
}

.inside .main .content .list li {
  text-align: center;
  padding-bottom: 50px;
}

.inside .main .content .list li:nth-child(2) {
  margin-top: 85px;
}

.inside .main .content .list li a:hover .img-box p {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.inside .main .content .list li a .img-box {
  max-height: 800px;
  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;
}

@media only screen and (max-width: 600px) {
  .inside .main .content .list li a .img-box {
    width: 100%;
    height: 100%;
  }
}

.inside .main .content .list li a .img-box p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 15%;
  color: #ffffff;
  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;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.85);
}

.inside .main .content .list li a .img-box p span:not(:last-child) {
  margin-bottom: 40px;
}

.inside .main .content .list li a .color-box {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.inside .main .content .list li a .color-box .ticket, .inside .main .content .list li a .color-box .IMG {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin: 0 10px 10px;
}

.Common .main .banner {
  max-width: 1680px;
  width: 90%;
  margin: 0 auto;
  padding: 120px 0 0;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .Common .main .banner {
    width: 100%;
    padding-top: 65px;
  }
}

.Common .main .banner li {
  font-size: 0;
}

.Common .main .banner li .img-box {
  height: 78vh;
  overflow: hidden;
  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: 1200px) {
  .Common .main .banner li .img-box {
    height: 35vh;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .banner li .img-box {
    height: 230px;
  }
}

.Common .main .banner li img {
  max-width: none;
  width: auto;
  margin: auto;
  min-height: 100%;
}

@media only screen and (max-width: 1200px) {
  .Common .main .banner li img {
    min-height: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .banner li img {
    height: 230px;
  }
}

.Common .main .banner .video-item iframe {
  width: 100%;
  height: 78vh;
}

@media only screen and (max-width: 1200px) {
  .Common .main .banner .video-item iframe {
    height: 35vh;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .banner .video-item iframe {
    height: 230px;
  }
}

.Common .main .banner .slick-arrow {
  display: none !important;
}

.Common .main .banner .singlebox_slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  position: absolute;
  top: 100%;
  right: 0;
}

@media only screen and (max-width: 600px) {
  .Common .main .banner .singlebox_slick {
    right: 20px;
  }
}

.Common .main .banner .singlebox_slick span {
  display: inline-block;
  font-size: 0.875rem;
}

.Common .main .banner .singlebox_slick .single_ArrowPre, .Common .main .banner .singlebox_slick .single_ArrowNext {
  cursor: pointer;
}

.Common .main .banner .singlebox_slick .nb {
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 600px) {
  .Common .main .banner .singlebox_slick .nb {
    padding: 0 15px;
  }
}

.Common .main .banner .singlebox_slick .nb .nn {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
}

.Common .main .banner .singlebox_slick .nb .nn::after {
  content: '/';
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.Common .main .banner .singlebox_slick .nb p {
  display: block;
  padding: 0 15px;
}

.Common .main .top-box {
  background: #f3f3f3;
}

@media only screen and (max-width: 600px) {
  .Common .main .top-box {
    min-height: auto;
  }
}

.Common .main .content > .box {
  padding: 100px 0;
}

@media only screen and (max-width: 600px) {
  .Common .main .content > .box {
    padding: 60px 0 0;
  }
}

.Common .main .content > .box .title-box {
  width: 90%;
  margin: 0 auto 80px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .Common .main .content > .box .title-box {
    margin: 0 auto 50px;
  }
}

.Common .main .content .box1 {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.Common .main .content .box1 .list {
  position: relative;
}

.Common .main .content .box1 .list .stamp {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 85px;
}

@media only screen and (max-width: 600px) {
  .Common .main .content .box1 .list .stamp {
    display: none;
  }
}

.Common .main .content .box1 .list li {
  margin-bottom: 80px;
}

@media only screen and (max-width: 600px) {
  .Common .main .content .box1 .list li {
    margin-bottom: 0;
  }
}

.Common .main .content .box1 .list .img-box {
  max-height: 900px;
}

.Common .main .content .box2 {
  position: relative;
  padding: 150px 0 180px;
  text-align: center;
  background: #f3f3f3;
}

@media only screen and (max-width: 600px) {
  .Common .main .content .box2 {
    padding: 100px 0;
  }
}

.Common .main .content .box2 .intro {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .Common .main .content .box2 .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Common .main .content .box2 .intro:not(:last-child) {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 75px;
  padding-bottom: 75px;
}

.Common .main .content .box2 .intro .t {
  padding: 30px 0 0;
}

.Common .main .content .box2 .intro .t span {
  padding-left: 20px;
}

.Common .main .content .box2 .intro .img-cover {
  width: calc(50% - 45px);
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .Common .main .content .box2 .intro .img-cover {
    width: 100%;
    text-align: center;
  }
}

.Common .main .content .box2 .intro .img-cover .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  .Common .main .content .box2 .intro .img-cover .img-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .content .box2 .intro .img-cover .img-box img {
    max-width: 100%;
    width: 100%;
  }
}

.Common .main .content .box2 .intro ul {
  width: 50%;
  padding: 0 80px 0 47px;
}

@media only screen and (max-width: 800px) {
  .Common .main .content .box2 .intro ul {
    width: 100%;
    padding: 40px 0  0;
  }
}

.Common .main .content .box2 .intro ul li {
  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;
  padding: 12px 30px;
}

@media only screen and (max-width: 600px) {
  .Common .main .content .box2 .intro ul li {
    padding: 12px 20px;
  }
}

.Common .main .content .box2 .intro ul li:not(:last-child) {
  border-bottom: 1px solid #c2c2c2;
}

.Common .main .content .box2 .intro ul li .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  text-align: right;
  position: relative;
}

.Common .main .content .box2 .intro ul li .txt-box:after {
  display: inline;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Common .main .content .box2 .intro ul li .txt-box:before {
  display: inline;
  width: 100%;
  height: 100%;
  margin-right: 7px;
}

.Common .main .content .box2 .intro ul li .txt-box > a {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Common .main .content .box2 .intro ul li .txt-box .ii {
  max-width: 30px;
  max-height: 30px;
  margin-left: 15px;
}

.Common .main .content .box2 .intro ul li .title {
  width: 50%;
  text-align: left;
  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;
}

@media only screen and (max-width: 600px) {
  .Common .main .content .box2 .intro ul li .title {
    -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;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .content .box2 .intro ul li .title span {
    display: block;
  }
}

.Common .main .content .box2 .intro ul li .title .ch {
  font-weight: bold;
  width: 75px;
  margin-right: 10px;
}

.Common .main .content .box2 .intro ul li .title .ch span {
  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;
}

.Common .main .content .box2 .intro ul li .title .ch span i {
  font-style: normal;
}

.Common .main .content .box2 .intro ul li .title .en {
  color: #676565;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.Common .main .content .box2 .intro ul li.Size .txt-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 40px;
}

.Common .main .content .box2 .intro ul li.Size .txt-box:after {
  content: 'cm';
}

.Common .main .content .box2 .intro ul li.Size .txt-box a {
  margin-left: 15px;
}

.Common .main .content .box2 .intro ul li.Size .txt-box a:nth-child(odd):after {
  content: '/';
  margin-left: 15px;
}

.Common .main .content .box2 .intro ul li.Size .txt-box a:last-child:after {
  display: none;
}

.Common .main .content .box2 .intro ul li.Variations .txt-box {
  padding-right: 40px;
}

.Common .main .content .box2 .intro ul li.Variations .txt-box:after {
  content: 'mm';
}

.Common .main .content .box2 .intro ul li.Variability .txt-box {
  padding-right: 40px;
}

.Common .main .content .box2 .intro ul li.Variability .txt-box:after {
  content: '種';
}

.Common .main .content .box2 .intro ul li.Certification .txt-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Common .main .content .box2 .intro ul li.Certification .txt-box img {
  margin-bottom: 5px;
}

.Common .main .Recommend {
  max-width: 1680px;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .Common .main .Recommend {
    width: 100%;
  }
}

.Common .main .Recommend .slick-cover {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .Common .main .Recommend .slick-cover ul {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .Recommend .slick-cover ul {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .Common .main .Recommend .slick-cover li {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .Recommend .slick-cover li.slick-slide {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .Recommend .slick-cover li.slick-center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

.Common .main .Recommend .slick-cover li a:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.Common .main .Recommend .slick-cover .img-box {
  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;
  max-width: 315px;
  max-height: 315px;
  min-width: 315px;
  min-height: 315px;
  overflow: hidden;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .Common .main .Recommend .slick-cover .img-box {
    min-width: auto;
  }
}

.Common .main .Recommend .slick-cover .img-box img {
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  min-width: auto;
  min-height: auto;
  max-width: 100%;
  width: 100%;
}

.Common .main .Recommend .slick-cover .img-box img.show {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.Common .main .Recommend .slick-cover .txt-box {
  max-width: 315px;
  margin: 30px auto;
  opacity: 0;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.Common .main .Recommend .slick-cover .txt-box.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.Common .main .Recommend .slick-cover .Arrow-box {
  position: absolute;
  top: calc(315px / 2);
  z-index: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.Common .main .Recommend .slick-cover .Arrow-box .Arrow {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  transform: scaleY(1.5);
}

@media only screen and (max-width: 600px) {
  .Common .main .Recommend .slick-cover .Arrow-box .Arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.Common .main .Recommend .slick-cover .Arrow-box .Arrow.ArrowPre {
  left: -10%;
}

@media only screen and (max-width: 1660px) {
  .Common .main .Recommend .slick-cover .Arrow-box .Arrow.ArrowPre {
    left: -5%;
  }
}

@media only screen and (max-width: 800px) {
  .Common .main .Recommend .slick-cover .Arrow-box .Arrow.ArrowPre {
    left: -3%;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .Recommend .slick-cover .Arrow-box .Arrow.ArrowPre {
    left: 7%;
  }
}

.Common .main .Recommend .slick-cover .Arrow-box .Arrow.ArrowNext {
  right: -10%;
}

@media only screen and (max-width: 1660px) {
  .Common .main .Recommend .slick-cover .Arrow-box .Arrow.ArrowNext {
    right: -5%;
  }
}

@media only screen and (max-width: 800px) {
  .Common .main .Recommend .slick-cover .Arrow-box .Arrow.ArrowNext {
    right: -3%;
  }
}

@media only screen and (max-width: 600px) {
  .Common .main .Recommend .slick-cover .Arrow-box .Arrow.ArrowNext {
    right: 7%;
  }
}

.Common .main .Recommend .slick-cover .Arrow-box .Arrow span {
  font-size: 2.1875rem;
  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: 45px;
  height: 45px;
}

@media only screen and (max-width: 600px) {
  .Common .main .Recommend .slick-cover .Arrow-box .Arrow span {
    font-size: 1.875rem;
  }
}

.Common .main .Recommend .more-btn2 {
  margin: 70px auto 30px;
}

.Common .main .blank {
  text-align: center;
  background: #f3f3f3;
}

.Common .main .blank ul {
  text-align: left;
  width: 100%;
  padding: 40px 0;
  counter-reset: num;
  max-width: 660px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .Common .main .blank ul {
    margin: 30px auto;
  }
}

.Common .main .blank ul li {
  padding: 15px 0;
  position: relative;
}

.Common .main .blank ul li:before {
  counter-increment: num;
  content: counter(num) ".";
  float: left;
  padding-right: 15px;
  font-size: 0.625rem;
  font-weight: bold;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.Common .main .blank ul li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #d6d6d6;
}

.Common .main .blank ul li a {
  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;
}

.Common .main .blank ul li a .t16 {
  text-align: left;
}

.Common .main .blank ul li a .t10 {
  display: table;
  width: auto;
  font-weight: bold;
  padding-left: 15px;
}

#search .main {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  min-height: 100vh;
}

#search .main .top-box {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
  padding: 80px 0;
}

#search .main .top-box .form01 {
  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: 100%;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

#search .main .top-box .form01.show {
  opacity: 1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

#search .main .top-box .form01 label {
  background: #f3f3f3;
  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;
}

#search .main .top-box .form01 label.f01 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-right: 1px;
}

#search .main .top-box .form01 label.f01 input {
  padding: 0 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

@media only screen and (max-width: 600px) {
  #search .main .top-box .form01 label.f01 input {
    padding: 0 20px;
  }
}

#search .main .top-box .form01 label.f01 input::-webkit-input-placeholder {
  color: #000000;
  font-size: 1.25rem;
}

@media only screen and (max-width: 600px) {
  #search .main .top-box .form01 label.f01 input::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
}

#search .main .top-box .form01 label.f01 input::-moz-input-placeholder {
  color: #000000;
  font-size: 1.25rem;
}

@media only screen and (max-width: 600px) {
  #search .main .top-box .form01 label.f01 input::-moz-input-placeholder {
    font-size: 1.125rem;
  }
}

#search .main .top-box .form01 label.f01 input:-ms-input-placeholder {
  color: #000000;
  font-size: 1.25rem;
}

@media only screen and (max-width: 600px) {
  #search .main .top-box .form01 label.f01 input:-ms-input-placeholder {
    font-size: 1.125rem;
  }
}

#search .main .top-box .form01 label.f01 .reset {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#search .main .top-box .form01 label.f01 .reset span {
  font-size: 1.875rem;
  color: #797979;
}

#search .main .top-box .form01 label button {
  width: 80px;
  height: 80px;
  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: 600px) {
  #search .main .top-box .form01 label button {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 468px) {
  #search .main .top-box .form01 label button {
    width: 40px;
    height: 40px;
  }
}

#search .main .top-box .form01 label button span {
  font-size: 1.25rem;
}

#search .main .top-box .form02.DropdownList {
  max-width: none;
  width: 100%;
  padding: 60px 0 0;
}

@media only screen and (max-width: 600px) {
  #search .main .top-box .form02.DropdownList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#search .main .top-box .form02.DropdownList .menulist {
  text-align: center;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 600px) {
  #search .main .top-box .form02.DropdownList .menulist {
    width: 50%;
    margin-bottom: 10%;
  }
  #search .main .top-box .form02.DropdownList .menulist:nth-child(1), #search .main .top-box .form02.DropdownList .menulist:nth-child(2) {
    z-index: 1;
  }
  #search .main .top-box .form02.DropdownList .menulist:nth-child(odd):before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    border-right: 1px solid #d9d9d9;
  }
}

#search .main .top-box .form02.DropdownList .menulist.show {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#search .main .top-box .form02.DropdownList .menulist:first-child:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  border-right: 1px solid #d9d9d9;
}

#search .main .top-box .form02.DropdownList .menulist:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  border-right: 1px solid #d9d9d9;
}

#search .main .top-box .form02.DropdownList .colorlist.open ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search .main .top-box .form02.DropdownList .colorlist .selectMenu .ticket, #search .main .top-box .form02.DropdownList .colorlist .selectMenu img {
  width: 20px;
  height: 20px;
}

#search .main .top-box .form02.DropdownList .colorlist ul li:hover {
  opacity: 1;
  border: 2px solid #666666;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#search .main .top-box .form02.DropdownList .colorlist .ticket, #search .main .top-box .form02.DropdownList .colorlist img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 3% 10px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

#search .main .content {
  text-align: center;
  padding: 60px 0 190px;
}

@media only screen and (max-width: 600px) {
  #search .main .content {
    padding: 60px 0 100px;
  }
}

#search .main .content > .txt-box p, #search .main .content > .txt-box span, #search .main .content > .txt-box b {
  font-size: 1.125rem;
  display: inline-block;
  max-width: none;
  width: auto;
}

@media only screen and (max-width: 600px) {
  #search .main .content > .txt-box p, #search .main .content > .txt-box span, #search .main .content > .txt-box b {
    font-size: 0.875rem;
  }
}

#search .main .content > .txt-box .go {
  display: none;
}

#search .main .content .list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 0;
  display: none;
}

#search .main .content .list.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#search .main .content .list li {
  width: calc(100%/4);
  padding: 20px;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

#search .main .content .list li.show {
  opacity: 1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

@media only screen and (max-width: 800px) {
  #search .main .content .list li {
    width: calc(100%/3);
  }
}

@media only screen and (max-width: 600px) {
  #search .main .content .list li {
    width: calc(100%/2);
  }
}

#search .main .content .list li a {
  display: block;
}

#search .main .content .list li a:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#search .main .content .list li a .img-box {
  max-width: 290px;
  max-height: 290px;
  overflow: hidden;
}

#search .main .content .list li a .img-box img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#search .main .content .list li a .txt-box {
  padding: 20px 0;
  line-height: 200%;
}

#search .main .content .more-btn2 {
  display: none;
}

.header {
  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;
  padding: 45px 45px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .header {
    padding: 20px 20px 10px;
  }
}

.header.fixed {
  position: fixed;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 800px) {
  .header.fixed {
    background: #ffffff;
  }
}

@media only screen and (max-width: 600px) {
  .header.fixed .logo {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .header.fixed .toolbar {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header.white .logo img.black {
  display: none;
}

.header.white .logo img.white {
  display: block;
}

.header.white .toolbar .menu-btn span {
  background: #ffffff;
}

.header.white .toolbar .search-bar .icon-search {
  color: #ffffff;
}

.header.test .logo img.black {
  display: block;
}

.header.test .logo img.white {
  display: none;
}

.header.test .toolbar .menu-btn span {
  background: #000;
}

.header.test .toolbar .search-bar .icon-search {
  color: #000;
}

.header .logo img {
  width: 113px;
}

@media only screen and (max-width: 600px) {
  .header .logo img {
    width: 80px;
  }
}

.header .logo img.white {
  display: none;
}

.header .logo h1 {
  font-size: 0;
}

.header .toolbar {
  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 .toolbar .menu-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0 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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .toolbar .menu-btn span {
  width: 30px;
  height: 2px;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #000000;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 2.5px 0;
}

.header .toolbar .search-bar .icon-search {
  font-size: 1.25rem;
  color: #000000;
}

@media only screen and (max-width: 600px) {
  .header .toolbar .search-bar .icon-search {
    font-size: 1rem;
  }
}

.footer {
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
}

.footer .page {
  text-align: center;
  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: 800px) {
  .footer .page {
    display: none;
  }
}

.footer .page li {
  min-width: 170px;
  width: auto;
  padding: 30px 25px;
}

@media only screen and (max-width: 1200px) {
  .footer .page li {
    min-width: auto;
  }
}

.footer .page li a {
  display: block;
}

.footer .page li a:hover .ch {
  display: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.footer .page li a:hover .en {
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.footer .page li a .ch {
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.footer .page li a .en {
  display: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.footer .box {
  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;
  border-top: 1px solid #cccccc;
  padding: 95px 0;
}

@media only screen and (max-width: 800px) {
  .footer .box {
    padding: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer .box .link {
  text-align: right;
}

.footer .box .link .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
  .footer .box .link .info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
  }
}

.footer .box .link .info li {
  margin-left: 24px;
}

@media only screen and (max-width: 800px) {
  .footer .box .link .info li {
    margin: 5px;
  }
}

.footer .box .link .info li p {
  margin-left: 10px;
  display: inline;
  letter-spacing: normal;
}

@media only screen and (max-width: 600px) {
  .footer .box .link .info li p {
    font-size: 0.75rem;
  }
}

.footer .box .link .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .footer .box .link .cover {
    -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;
  }
}

.footer .box .link .cover .outdoor, .footer .box .link .cover p, .footer .box .link .cover a {
  font-size: 0.75rem;
  color: #bebebe;
  padding-left: 5px;
  width: auto;
  letter-spacing: normal;
  display: inline;
}

@media only screen and (max-width: 800px) {
  .footer .box .link .cover .outdoor, .footer .box .link .cover p, .footer .box .link .cover a {
    color: #000000;
    margin: 10px auto;
  }
}

.footer .box .link .cover a:hover {
  color: #000000;
}

.footer.footer-home .logo {
  width: 120px;
}

@media only screen and (max-width: 800px) {
  .footer.footer-home .logo {
    display: none;
  }
}

.footer.footer-home .link .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .footer.footer-home .link .soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer.footer-home .link .soc li {
  padding: 15px 0 15px 25px;
}

@media only screen and (max-width: 800px) {
  .footer.footer-home .link .soc li {
    padding: 15px 30px;
  }
}

.footer.footer-home .link .soc li a {
  display: block;
}

.footer.footer-home .link .soc li a:hover span {
  color: #000000;
}

.footer.footer-home .link .soc li a span {
  color: #a5a4a4;
  font-size: 1.625rem;
}

@media only screen and (max-width: 800px) {
  .footer.footer-home .link .soc li a span {
    color: #000000;
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 800px) {
  .footer.footer_in .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer.footer_in .box .soc {
  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;
}

@media only screen and (max-width: 800px) {
  .footer.footer_in .box .soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer.footer_in .box .soc li {
  padding: 15px 30px 15px 0;
}

@media only screen and (max-width: 800px) {
  .footer.footer_in .box .soc li {
    padding: 15px 30px;
  }
}

.footer.footer_in .box .soc li a {
  display: block;
}

.footer.footer_in .box .soc li a:hover span {
  color: #000000;
}

.footer.footer_in .box .soc li a span {
  color: #a5a4a4;
  font-size: 1.375rem;
}

@media only screen and (max-width: 800px) {
  .footer.footer_in .box .soc li a span {
    color: #000000;
    font-size: 1.375rem;
  }
}

#home .main .title-box {
  padding: 75px 60px;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  #home .main .title-box {
    padding: 35px 50px;
  }
}

@media only screen and (max-width: 600px) {
  #home .main .title-box {
    padding: 35px 50px;
  }
}

#home .main .title-box.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .title-box dt.t16 {
  text-transform: uppercase;
}

#home .main .title-box dt.t45 {
  padding: 20px 0 45px;
}

@media only screen and (max-width: 600px) {
  #home .main .title-box dt.t45 {
    padding: 10px 0 20px;
  }
}

#home .main .name {
  font-style: italic;
}

#home .main > section {
  position: relative;
}

#home .main > section .anchor.godown {
  display: block;
  width: 1px;
  height: 160px;
  margin: 0 auto;
  padding: 0 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #home .main > section .anchor.godown {
    height: 60px;
  }
}

#home .main > section .anchor.godown:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-color: #cccccc transparent transparent transparent;
  border-width: 7px 5px 0 5px;
  border-style: solid;
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#home .main > section .anchor.godown:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .7s .3s;
  -o-transition: all .7s .3s;
  transition: all .7s .3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#home .main > section .anchor.godown:hover:after {
  -webkit-animation: anchorA 2s infinite;
  animation: anchorA 2s infinite;
}

#home .main > section .anchor.godown:hover:before {
  -webkit-animation: anchorB 2s infinite;
  animation: anchorB 2s infinite;
}

#home .main .slick-cover {
  position: relative;
  z-index: 0;
}

#home .main .banner-box {
  height: 100vh;
  overflow: hidden;
}

#home .main .banner-box.un {
  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 .main .banner-box.un .banner-slick {
  width: 80%;
  height: 70%;
}

#home .main .banner-box.un .banner-slick .banner-cover {
  height: 70vh;
}

#home .main .banner-box.un .banner-slick .txt-box {
  padding: 100px;
}

#home .main .banner-box .banner-slick {
  position: relative;
}

#home .main .banner-box .banner-slick.small {
  max-width: 1440px;
  max-height: 810px;
  margin: 0 auto;
  width: 90%;
}

#home .main .banner-box .banner-slick .slick-slide a {
  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;
}

#home .main .banner-box .banner-slick .banner-cover {
  height: 100vh;
  overflow: hidden;
  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 .main .banner-box .banner-slick .banner-cover img {
  max-width: none;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  #home .main .banner-box .banner-slick .banner-cover img {
    height: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #home .main .banner-box .banner-slick .banner-cover img {
    max-width: 100%;
    width: 100%;
  }
}

#home .main .banner-box .banner-slick .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #ffffff;
  padding: 135px 180px 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

@media only screen and (max-width: 800px) {
  #home .main .banner-box .banner-slick .txt-box {
    padding: 118px 28px;
  }
}

#home .main .banner-box .banner-slick .txt-box.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .banner-box .banner-slick .txt-box dl {
  max-width: 540px;
}

#home .main .banner-box .banner-slick .txt-box dl dt.t30 {
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

#home .main .banner-box .banner-slick .txt-box dl dt.t60 {
  line-height: 120%;
  letter-spacing: 2.5px;
}

#home .main .banner-box .banner-slick .txt-box dl dd.t22 {
  margin: 20px 0 10px;
}

#home .main .banner-box .banner-slick .txt-box.GOpc.Ltop {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#home .main .banner-box .banner-slick .txt-box.GOpc.Lcenter {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .main .banner-box .banner-slick .txt-box.GOpc.Lbottom {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#home .main .banner-box .banner-slick .txt-box.GOpc.Ctop {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

#home .main .banner-box .banner-slick .txt-box.GOpc.Ccenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#home .main .banner-box .banner-slick .txt-box.GOpc.Cbottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

#home .main .banner-box .banner-slick .txt-box.GOpc.Rtop {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

#home .main .banner-box .banner-slick .txt-box.GOpc.Rcenter {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

#home .main .banner-box .banner-slick .txt-box.GOpc.Rbottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

#home .main .banner-box .banner-slick .txt-box.GOrwd {
  text-align: center;
}

#home .main .banner-box .banner-slick .txt-box.GOrwd.Top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#home .main .banner-box .banner-slick .txt-box.GOrwd.Center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .main .banner-box .banner-slick .txt-box.GOrwd.Bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#home .main .style-box {
  text-align: center;
  max-width: 1560px;
  margin: 0 auto;
  padding: 50px 0 250px;
}

@media only screen and (max-width: 800px) {
  #home .main .style-box {
    padding: 0 0 100px;
  }
}

#home .main .style-box .style-slick {
  max-width: 1280px;
  margin: auto;
  opacity: 0;
}

#home .main .style-box .style-slick.show {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 800px) {
  #home .main .style-box .style-slick {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .style-slick {
    padding: 0;
  }
}

#home .main .style-box .slick-list {
  text-align: center;
}

#home .main .style-box .slick-list li.slick-slide {
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .slick-list li.slick-slide {
    padding: 10px;
    opacity: 0.7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

#home .main .style-box .slick-list li.slick-slide:nth-child(odd) {
  margin-top: 58px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .slick-list li.slick-slide:nth-child(odd) {
    margin-top: 0;
  }
}

#home .main .style-box .slick-list li.slick-slide a {
  display: block;
  position: relative;
  max-width: 300px;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .slick-list li.slick-slide a {
    margin: 3vh auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

#home .main .style-box .slick-list li.slick-slide a:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .style-box .slick-list li.slick-slide a:hover .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .style-box .slick-list li.slick-slide .img-box {
  display: block;
  max-width: 300px;
  max-height: 500px;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 800px) {
  #home .main .style-box .slick-list li.slick-slide .img-box {
    max-height: 60vh;
  }
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .slick-list li.slick-slide .img-box img {
    max-height: 54vh;
    width: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}

#home .main .style-box .slick-list li.slick-slide .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 800px) {
  #home .main .style-box .slick-list li.slick-slide .txt-box {
    position: static;
    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;
    color: #000000;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    padding: 20px 0;
  }
}

#home .main .style-box .slick-list li.slick-slide .txt-box p {
  text-transform: uppercase;
  line-height: 200%;
}

@media only screen and (max-width: 800px) {
  #home .main .style-box .slick-list li.slick-slide .txt-box p {
    padding: 0 5px;
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .slick-list li.slick-center {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .slick-list li.slick-center a {
    margin: 0 auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .slick-list li.slick-center .img-box img {
    max-height: 60vh;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

#home .main .style-box .Arrow-box {
  position: absolute;
  bottom: 50%;
  z-index: 9;
  width: 100%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .Arrow-box {
    bottom: 55%;
  }
}

#home .main .style-box .Arrow-box .Arrow {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  transform: scaleY(1.5);
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .Arrow-box .Arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#home .main .style-box .Arrow-box .Arrow.ArrowPre {
  left: 0;
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .Arrow-box .Arrow.ArrowPre {
    left: 7%;
  }
}

#home .main .style-box .Arrow-box .Arrow.ArrowNext {
  right: 0;
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .Arrow-box .Arrow.ArrowNext {
    right: 7%;
  }
}

#home .main .style-box .Arrow-box .Arrow span {
  font-size: 2.1875rem;
  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: 45px;
  height: 45px;
}

@media only screen and (max-width: 600px) {
  #home .main .style-box .Arrow-box .Arrow span {
    font-size: 1.875rem;
  }
}

#home .main .case-box {
  max-width: 1560px;
  margin: 0 auto;
  padding: 100px 0;
  width: 90%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #home .main .case-box {
    width: 100%;
  }
}

#home .main .case-box .title-box {
  max-width: calc(1580px / 2);
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@media only screen and (max-width: 800px) {
  #home .main .case-box .title-box {
    position: static;
  }
}

#home .main .case-box .title-box.fixed {
  position: fixed;
}

#home .main .case-box .title-box.show {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#home .main .case-box .case-cover {
  max-width: 1000px;
  margin: auto;
}

#home .main .case-box .case-cover .item {
  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: 100%;
  margin-bottom: 20%;
}

@media only screen and (max-width: 800px) {
  #home .main .case-box .case-cover .item {
    margin-bottom: 10%;
  }
}

#home .main .case-box .case-cover .item figure img {
  max-width: 840px;
  max-height: 80vh;
  width: auto;
  height: auto;
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  #home .main .case-box .case-cover .item figure img {
    max-width: 100%;
    max-height: 60vh;
  }
}

#home .main .case-box .case-cover .item figure img.show {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .case-box .case-cover .item figure .txt-box {
  padding: 42px 60px;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  #home .main .case-box .case-cover .item figure .txt-box {
    padding: 35px 30px;
  }
}

#home .main .case-box .case-cover .item figure .txt-box.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .case-box .case-cover .item.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#home .main .case-box .case-cover .item.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 800px) {
  #home .main .case-box .case-cover .item:nth-child(odd) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 50px;
    text-align: right;
  }
}

@media only screen and (max-width: 800px) {
  #home .main .case-box .case-cover .item:nth-child(even) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 50px;
    text-align: left;
  }
}

#home .main .story-box {
  text-align: center;
  max-width: 1560px;
  margin: 0 auto;
  padding: 150px 0 250px;
  width: 90%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box {
    padding: 50px 0;
    width: 100%;
  }
}

#home .main .story-box .title-box {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .title-box {
    position: static;
  }
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide .a {
    margin: auto;
    width: 100%;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide .img-box {
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide .img-box {
    display: block;
    margin: auto;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide .img-box img {
  opacity: 0;
}

#home .main .story-box .story-slick .slick-list li.slick-slide .img-box img.show {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .story-box .story-slick .slick-list li.slick-slide .txt-box {
  padding: 42px 60px;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide .txt-box {
    display: block;
    text-align: left;
    position: relative;
    padding: 60px 60px;
  }
  #home .main .story-box .story-slick .slick-list li.slick-slide .txt-box.hidden {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: 0;
  }
  #home .main .story-box .story-slick .slick-list li.slick-slide .txt-box.showup {
    -webkit-transition: all .1s .2s;
    -o-transition: all .1s .2s;
    transition: all .1s .2s;
    opacity: 1;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(odd) {
  margin-top: 75px;
  padding-right: 15px;
  margin-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(odd) {
    padding: 0;
    margin: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(odd) .txt-box {
  display: none;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(odd) .txt-box {
    display: block;
    padding: 60px 10px;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(odd) .Arrow-box {
  display: none;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(odd) .Arrow-box {
    display: block;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even) {
  padding-left: 15px;
  margin-right: 45px;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even) {
    padding: 0;
    margin: 0;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even) .a {
  position: relative;
  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;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even) .a {
    display: block;
    margin: auto;
  }
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even) .a .img-box {
    display: block;
    margin: auto;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even) .a .txt-box {
  position: absolute;
  left: 500px;
  top: 0;
  z-index: 1;
  height: 100%;
  text-align: left;
  padding: 42px 0 42px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 1500px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even) .a .txt-box {
    left: 400px;
  }
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even) .a .txt-box {
    position: relative;
    left: 0;
    padding: 60px 10px;
    display: block;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even) .a .txt-box .txt-a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even).Vpic .a .txt-box {
  width: calc(100% - 500px);
}

@media only screen and (max-width: 1500px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even).Vpic .a .txt-box {
    width: calc(100% - 400px);
  }
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even).Vpic .a .txt-box {
    width: 100%;
  }
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even).Wpic .a {
  display: block;
}

#home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even).Wpic .a .txt-box {
  position: relative;
  left: 0;
  padding: 42px 60px;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.slick-slide:nth-child(even).Wpic .a .txt-box {
    padding: 60px 10px;
  }
}

#home .main .story-box .story-slick .slick-list li.Wpic .a .txt-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#home .main .story-box .story-slick .slick-list li.Wpic .a .Arrow-box {
  left: 100%;
  top: -100px;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.Wpic .a .Arrow-box {
    left: auto;
    right: 0;
    top: 10px;
  }
}

#home .main .story-box .story-slick .slick-list li.Vpic .a .img-box {
  max-width: 500px;
  max-height: 80vh;
}

@media only screen and (max-width: 1500px) {
  #home .main .story-box .story-slick .slick-list li.Vpic .a .img-box {
    max-width: 400px;
  }
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.Vpic .a .img-box {
    max-height: 60vh;
    max-width: none;
  }
}

#home .main .story-box .story-slick .slick-list li.Vpic .a .txt-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home .main .story-box .story-slick .slick-list li.Vpic .a .Arrow-box {
  left: 0;
  bottom: 100px;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .story-slick .slick-list li.Vpic .a .Arrow-box {
    left: auto;
    right: 0;
    bottom: auto;
    top: 10px;
  }
}

#home .main .story-box .Arrow-box {
  position: absolute;
  z-index: 2;
  width: 120px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  #home .main .story-box .Arrow-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#home .main .story-box .Arrow-box.hidden {
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  opacity: 0;
}

#home .main .story-box .Arrow-box.showup {
  -webkit-transition: all .1s .2s;
  -o-transition: all .1s .2s;
  transition: all .1s .2s;
  opacity: 1;
}

#home .main .story-box .Arrow-box .Arrow {
  position: absolute;
  cursor: pointer;
  -webkit-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  transform: scaleY(1.5);
}

@media only screen and (max-width: 600px) {
  #home .main .story-box .Arrow-box .Arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#home .main .story-box .Arrow-box .Arrow.ArrowPre {
  left: 0;
}

#home .main .story-box .Arrow-box .Arrow.ArrowNext {
  right: 0;
}

#home .main .story-box .Arrow-box .Arrow span {
  font-size: 2.1875rem;
  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: 45px;
  height: 45px;
}

@media only screen and (max-width: 600px) {
  #home .main .story-box .Arrow-box .Arrow span {
    font-size: 1.875rem;
  }
}

#home .main .others-box {
  text-align: center;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 0 50px;
  width: 90%;
}

@media only screen and (max-width: 800px) {
  #home .main .others-box {
    width: 100%;
  }
}

#home .main .others-box .others-slick .item {
  padding: 5% 0;
}

#home .main .others-box .others-slick .item:nth-child(odd) a {
  padding: 0 70% 0 5%;
}

@media only screen and (max-width: 800px) {
  #home .main .others-box .others-slick .item:nth-child(odd) a {
    padding: 0;
  }
}

#home .main .others-box .others-slick .item:nth-child(odd) a .img-box {
  right: 0;
}

#home .main .others-box .others-slick .item:nth-child(even) a {
  padding: 0 5% 0 70%;
}

@media only screen and (max-width: 800px) {
  #home .main .others-box .others-slick .item:nth-child(even) a {
    padding: 0;
  }
}

#home .main .others-box .others-slick .item:nth-child(even) a .img-box {
  left: 0;
}

#home .main .others-box .others-slick .item a {
  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;
  position: relative;
  height: 80vh;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  #home .main .others-box .others-slick .item a {
    display: block;
    min-height: auto;
    height: auto;
  }
}

#home .main .others-box .others-slick .item a:hover .img-box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .others-box .others-slick .item a:hover .more-btn:after {
  width: 150px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 800px) {
  #home .main .others-box .others-slick .item a:hover .more-btn:after {
    width: 90px;
  }
}

#home .main .others-box .others-slick .item a .title-box {
  width: 100%;
  -webkit-transform: translateX(-3vw);
  -ms-transform: translateX(-3vw);
  transform: translateX(-3vw);
  padding-bottom: 0;
}

@media only screen and (max-width: 800px) {
  #home .main .others-box .others-slick .item a .title-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#home .main .others-box .others-slick .item a .img-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 60%;
  max-height: 80vh;
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  #home .main .others-box .others-slick .item a .img-box {
    position: static;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#home .main .others-box .others-slick .item a .img-box img {
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .others-box .others-slick .item a .img-box img.show {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#home .main .others-box .others-slick .item a .txt-box {
  -webkit-transform: translateX(3vw);
  -ms-transform: translateX(3vw);
  transform: translateX(3vw);
  opacity: 0;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  #home .main .others-box .others-slick .item a .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 50px 50px 0;
  }
}

#home .main .others-box .others-slick .item a .txt-box.show {
  opacity: 1;
  -webkit-transition: all .5s .3s;
  -o-transition: all .5s .3s;
  transition: all .5s .3s;
}

#home .main .others-box .others-slick .item a .txt-box .t18 {
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  #home .main .others-box .others-slick .item a .txt-box .t18 {
    font-size: 1rem;
  }
}

#home .main .others-box .others-slick .item a .more-btn {
  -webkit-transform: translateX(-3vw);
  -ms-transform: translateX(-3vw);
  transform: translateX(-3vw);
  margin-top: 65px;
}

@media only screen and (max-width: 800px) {
  #home .main .others-box .others-slick .item a .more-btn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 5%;
  }
}

#home .main .others-box .Dots-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

#home .main .others-box .Dots-box .slick-dots {
  bottom: auto;
  top: 75vh;
}

@media only screen and (max-width: 600px) {
  #home .main .others-box .Dots-box .slick-dots {
    top: 60vh;
  }
}

#home .main .others-box .Dots-box .slick-dots li {
  width: 50px;
  height: 2px;
  margin: 25px 4px;
  background: #9a9a9a;
}

@media only screen and (max-width: 600px) {
  #home .main .others-box .Dots-box .slick-dots li {
    width: 30px;
  }
}

#home .main .others-box .Dots-box .slick-dots li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  background: #2a2a2a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#home .main .others-box .Dots-box .slick-dots li.slick-active:after {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#news .main .ps {
  position: relative;
  width: auto;
  display: table;
}

#news .main .ps:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: 2px solid #aeb500;
}

#news .main .ps .time:after {
  content: '—';
  display: inline;
  margin: 0 10px;
}

#news .main .ps span {
  letter-spacing: normal;
}

#news.news .main .ps {
  margin-top: 40px;
  padding-bottom: 10px;
}

#news.news .main .content {
  max-width: 1280px;
  width: 90%;
}

#news.news .main .content .top-news {
  max-width: 1020px;
  margin: 0 auto 80px;
  display: block;
}

@media only screen and (max-width: 600px) {
  #news.news .main .content .top-news {
    margin: 0 auto 50px;
  }
}

#news.news .main .content .top-news:hover .ps:after {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#news.news .main .content .top-news .img-box {
  overflow: hidden;
}

#news.news .main .content .top-news .img-box img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#news.news .main .content .top-news .txt-box {
  padding: 40px 90px;
}

@media only screen and (max-width: 800px) {
  #news.news .main .content .top-news .txt-box {
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 600px) {
  #news.news .main .content .top-news .txt-box {
    padding: 20px;
  }
}

#news.news .main .content .list li {
  padding: 0 34px 80px;
}

@media only screen and (max-width: 600px) {
  #news.news .main .content .list li {
    padding: 0 20px 30px;
  }
}

#news.news .main .content .list li a:hover .ps:after {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#news.news .main .content .list li a:hover .img-box img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#news.detail .main {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  padding: 100px 0 0;
}

#news.detail .main .content {
  max-width: 1020px;
  margin: 0 auto;
  width: 90%;
}

#news.detail .main .content .top-box .link {
  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) {
  #news.detail .main .content .top-box .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#news.detail .main .btn-box .btn.prev .ps {
  float: right;
}

#about.about .main .content .a01 {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

#about.about .main .content .a01 .box {
  position: relative;
}

#about.about .main .content .a01 .box .img-box img {
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#about.about .main .content .a01 .box .img-box img.show {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#about.about .main .content .a01 .box .txt-box {
  width: 90%;
  max-width: 720px;
  margin: 100px auto;
  line-height: 180%;
  opacity: 0;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#about.about .main .content .a01 .box .txt-box.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 800px) {
  #about.about .main .content .a01 .box .txt-box {
    margin: 50px auto;
  }
}

#about.about .main .content .a01 .box .txt-box dt.t30 {
  margin-bottom: 10px;
}

#about.about .main .content .a01 .box .txt-box dt.t18 {
  margin-bottom: 48px;
}

#about.about .main .content .a01 .box .txt-box .t {
  margin-bottom: 30px;
}

#about.about .main .content .a02 {
  position: relative;
}

#about.about .main .content .a02:after {
  content: '';
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 5%;
  z-index: -1;
  background: #f3f3f3;
}

@media only screen and (max-width: 800px) {
  #about.about .main .content .a02:after {
    height: 100%;
    top: 0;
  }
}

#about.about .main .content .a02 .box {
  max-width: 1680px;
  margin: 0 auto;
  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: 800px) {
  #about.about .main .content .a02 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#about.about .main .content .a02 .box:nth-child(odd) .txt-box {
  padding: 0 10% 0 5%;
  opacity: 0;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#about.about .main .content .a02 .box:nth-child(odd) .txt-box.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 800px) {
  #about.about .main .content .a02 .box:nth-child(odd) .txt-box {
    padding: 5% 5% 10%;
    text-align: center;
  }
}

#about.about .main .content .a02 .box: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: 800px) {
  #about.about .main .content .a02 .box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#about.about .main .content .a02 .box:nth-child(even) .txt-box {
  padding: 0 5% 0 10%;
  text-align: center;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#about.about .main .content .a02 .box:nth-child(even) .txt-box.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 800px) {
  #about.about .main .content .a02 .box:nth-child(even) .txt-box {
    padding: 5% 5% 10%;
  }
}

#about.about .main .content .a02 .box:not(:last-child) {
  margin-bottom: 100px;
}

@media only screen and (max-width: 800px) {
  #about.about .main .content .a02 .box:not(:last-child) {
    margin-bottom: 50px;
  }
}

#about.about .main .content .a02 .box .img-box {
  width: 58%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  #about.about .main .content .a02 .box .img-box {
    width: 100%;
  }
}

#about.about .main .content .a02 .box .img-box img {
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#about.about .main .content .a02 .box .img-box img.show {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#about.about .main .content .a02 .box .txt-box {
  width: 42%;
  line-height: 180%;
}

@media only screen and (max-width: 800px) {
  #about.about .main .content .a02 .box .txt-box {
    width: 90%;
  }
}

#about.about .main .content .a02 .box .txt-box .t20 {
  margin-bottom: 25px;
}

#about.about .main .content .a02 .box .txt-box .t {
  margin-bottom: 45px;
}

#about.about .main .content .a02 .box .link-box a, #about.about .main .content .a02 .box .link-box .t16 {
  font-weight: bold;
}

#about.about .main .content .a02 .box .link-box a:hover .icon, #about.about .main .content .a02 .box .link-box .t16:hover .icon {
  color: #aeb500;
}

#about.about .main .content .a02 .box .link-box a .icon, #about.about .main .content .a02 .box .link-box .t16 .icon {
  margin-left: 15px;
}

#about.about .main .content .more-btn2 {
  margin: 130px auto;
}

@media only screen and (max-width: 800px) {
  #about.about .main .content .more-btn2 {
    margin: 50px auto;
  }
}

#contact.contact {
  background-repeat: no-repeat;
  background-size: cover;
}

#contact.contact .main {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

#contact.contact .main .content {
  margin: 40px auto;
}

#contact.contact .main .content .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#contact.contact .main .content .box01.add {
  max-width: 840px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contact.contact .main .content .box01.add .txt-box {
  margin-bottom: 80px;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box01.add .txt-box {
    width: 100%;
    margin-bottom: 0;
  }
}

#contact.contact .main .content .box01.add .txt-box:not(:last-child) {
  border: none;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box01.add .txt-box:not(:last-child) {
    border-bottom: 1px solid #c2bfbb;
  }
}

#contact.contact .main .content .box01.add .txt-box:nth-child(odd) {
  border-right: 1px solid #c2bfbb;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box01.add .txt-box:nth-child(odd) {
    border-right: none;
  }
}

#contact.contact .main .content .box01 .txt-box {
  width: 420px;
  padding: 0 10px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#contact.contact .main .content .box01 .txt-box.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box01 .txt-box {
    width: 100%;
    padding: 40px 5%;
  }
}

#contact.contact .main .content .box01 .txt-box:not(:last-child) {
  border-right: 1px solid #c2bfbb;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box01 .txt-box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #c2bfbb;
  }
}

#contact.contact .main .content .box01 .txt-box > p, #contact.contact .main .content .box01 .txt-box b {
  margin-bottom: 40px;
}

#contact.contact .main .content .box01 .txt-box .tel {
  font-weight: bold;
}

#contact.contact .main .content .box01 .txt-box span {
  display: block;
  text-transform: uppercase;
}

#contact.contact .main .content .box01 .txt-box span:not(:last-child) {
  margin-bottom: 10px;
}

#contact.contact .main .content .box02 {
  max-width: 840px;
  margin: 0 auto;
  padding: 100px 0;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box02 {
    padding: 100px 0;
  }
}

#contact.contact .main .content .box02 .txt-box {
  text-align: center;
}

#contact.contact .main .content .box02 form {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 0 0;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box02 form {
    padding: 40px 0 0;
  }
}

#contact.contact .main .content .box02 form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #cccccc;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box02 form .item {
    padding: 20px 0 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#contact.contact .main .content .box02 form .item.show {
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#contact.contact .main .content .box02 form .item.half {
  width: 45%;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box02 form .item.half {
    width: 100%;
  }
}

#contact.contact .main .content .box02 form .item .ps:after {
  content: '*';
  display: inline;
  width: 100%;
  height: 100%;
}

#contact.contact .main .content .box02 form .item p {
  font-size: 1.125rem;
  width: 120px;
}

#contact.contact .main .content .box02 form .item input, #contact.contact .main .content .box02 form .item textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box02 form .item input, #contact.contact .main .content .box02 form .item textarea {
    padding: 10px 0;
  }
}

#contact.contact .main .content .box02 form .item textarea {
  min-height: 200px;
}

#contact.contact .main .content .box02 form .item .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact.contact .main .content .box02 form .item .img-box .icon {
  font-size: 1.375rem;
  padding-left: 20px;
}

@media only screen and (max-width: 600px) {
  #contact.contact .main .content .box02 form .item .img-box .icon {
    font-size: 1.125rem;
    padding-left: 10px;
  }
}

#contact.contact .main .content .box02 form .btn-send {
  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: 280px;
  height: 50px;
  background: #5e5c5d;
  color: #ffffff;
  margin: 80px auto 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#contact.contact .main .content .box02 form .btn-send:hover {
  opacity: 0.8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#contact.privacy .main {
  max-width: 840px;
  margin: 0 auto;
  width: 90%;
}

#contact.privacy .main .content {
  max-width: none;
}

#contact.privacy .main .content .top-box .title-box {
  text-align: center;
  padding: 40px 90px 0;
}

@media only screen and (max-width: 800px) {
  #contact.privacy .main .content .top-box .title-box {
    padding: 40px 50px 0;
  }
}

@media only screen and (max-width: 600px) {
  #contact.privacy .main .content .top-box .title-box {
    padding: 20px 20px 0;
  }
}

#contact.privacy .main .content .top-box .title-box dt {
  padding-bottom: 0;
}

#contact.privacy .main .content .type dl {
  padding: 10px 0;
}

@media only screen and (max-width: 800px) {
  #contact.privacy .main .content .type dl {
    padding: 20px 0;
  }
}

#contact.privacy .main .content .type dl dd, #contact.privacy .main .content .type dl p {
  font-size: 1rem;
}

#contact.privacy .main .more-btn {
  display: table;
  margin: 70px auto 200px;
  text-align: center;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
}

@media only screen and (max-width: 800px) {
  #contact.privacy .main .more-btn {
    margin: 50px auto 100px;
  }
}

#knowledge.knowledge .main .content {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

#knowledge.knowledge .main .content .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#knowledge.knowledge .main .content .list2 li {
  width: 50%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1024px) {
  #knowledge.knowledge .main .content .list2 li {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #knowledge.knowledge .main .content .list2 li {
    margin: 30px auto;
  }
}

#knowledge.knowledge .main .content .list2 li:nth-child(4n+1) a .img-box, #knowledge.knowledge .main .content .list2 li:nth-child(4n+2) a .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  #knowledge.knowledge .main .content .list2 li:nth-child(4n+1) a .img-box, #knowledge.knowledge .main .content .list2 li:nth-child(4n+2) a .img-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#knowledge.knowledge .main .content .list2 li:nth-child(4n+1) a .txt-box, #knowledge.knowledge .main .content .list2 li:nth-child(4n+2) a .txt-box {
  padding: 0 50px 0 30px;
}

@media only screen and (max-width: 1024px) {
  #knowledge.knowledge .main .content .list2 li:nth-child(4n+1) a .txt-box, #knowledge.knowledge .main .content .list2 li:nth-child(4n+2) a .txt-box {
    padding: 30px;
  }
}

#knowledge.knowledge .main .content .list2 li:nth-child(4n+3) a, #knowledge.knowledge .main .content .list2 li:nth-child(4n+4) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  #knowledge.knowledge .main .content .list2 li:nth-child(4n+3) a, #knowledge.knowledge .main .content .list2 li:nth-child(4n+4) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#knowledge.knowledge .main .content .list2 li:nth-child(4n+3) a .img-box, #knowledge.knowledge .main .content .list2 li:nth-child(4n+4) a .img-box {
  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;
}

@media only screen and (max-width: 1024px) {
  #knowledge.knowledge .main .content .list2 li:nth-child(4n+3) a .img-box, #knowledge.knowledge .main .content .list2 li:nth-child(4n+4) a .img-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 600px) {
  #knowledge.knowledge .main .content .list2 li:nth-child(4n+3) a .img-box, #knowledge.knowledge .main .content .list2 li:nth-child(4n+4) a .img-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#knowledge.knowledge .main .content .list2 li:nth-child(4n+3) a .txt-box, #knowledge.knowledge .main .content .list2 li:nth-child(4n+4) a .txt-box {
  padding: 0 30px 0 50px;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  #knowledge.knowledge .main .content .list2 li:nth-child(4n+3) a .txt-box, #knowledge.knowledge .main .content .list2 li:nth-child(4n+4) a .txt-box {
    text-align: left;
    padding: 30px;
  }
}

#knowledge.knowledge .main .content .list2 li a {
  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;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  #knowledge.knowledge .main .content .list2 li a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding-bottom: 0;
  }
}

#knowledge.knowledge .main .content .list2 li a .img-box {
  width: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #knowledge.knowledge .main .content .list2 li a .img-box {
    width: 100%;
  }
}

#knowledge.knowledge .main .content .list2 li a .img-box img {
  max-width: 320px;
  max-height: 320px;
  width: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

#knowledge.knowledge .main .content .list2 li a .img-box img.show {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

#knowledge.knowledge .main .content .list2 li a .txt-box {
  width: 50%;
  text-align: left;
  line-height: 180%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
}

#knowledge.knowledge .main .content .list2 li a .txt-box.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  #knowledge.knowledge .main .content .list2 li a .txt-box {
    width: 100%;
    padding: 40px 0;
  }
}

#knowledge.knowledge .main .content .list2 li a .txt-box dt {
  margin-bottom: 10px;
}

#knowledge.knowledge .main .content .list2 li a .txt-box dd {
  color: #666666;
}

#knowledge.knowledge .main .content .list2 li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#knowledge.knowledge .main .content .more-btn2 {
  margin: 70px auto 200px;
}

@media only screen and (max-width: 800px) {
  #knowledge.knowledge .main .content .more-btn2 {
    margin: 50px auto 100px;
  }
}

#knowledge.detail .main {
  padding: 100px 0 130px;
  max-width: none;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  #knowledge.detail .main {
    padding: 100px 0 0;
  }
}

#knowledge.detail .main .related {
  position: relative;
  padding: 200px 10% 50px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #knowledge.detail .main .related {
    padding: 100px 0 50px;
  }
}

#knowledge.detail .main .related:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #f3f3f3;
}

#knowledge.detail .main .related .title-box .t16 {
  margin-top: 45px;
}

#knowledge.detail .main .related .slick-cover {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

@media only screen and (max-width: 800px) {
  #knowledge.detail .main .related .related-slick {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #knowledge.detail .main .related .related-slick {
    width: 75%;
  }
}

#knowledge.detail .main .related .related-slick li {
  width: 50%;
  margin: 60px auto;
}

@media only screen and (max-width: 1024px) {
  #knowledge.detail .main .related .related-slick li {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #knowledge.detail .main .related .related-slick li {
    margin: 30px auto;
  }
}

#knowledge.detail .main .related .related-slick li a {
  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;
  height: 320px;
}

@media only screen and (max-width: 600px) {
  #knowledge.detail .main .related .related-slick li a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding-bottom: 0;
  }
}

#knowledge.detail .main .related .related-slick li a .img-box {
  width: 50%;
  overflow: hidden;
  max-width: 320px;
  max-height: 320px;
  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: 600px) {
  #knowledge.detail .main .related .related-slick li a .img-box {
    width: 100%;
  }
}

#knowledge.detail .main .related .related-slick li a .img-box img {
  width: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

#knowledge.detail .main .related .related-slick li a .img-box img.show {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

#knowledge.detail .main .related .related-slick li a .txt-box {
  width: 50%;
  text-align: left;
  line-height: 180%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  padding: 0 50px 0 30px;
}

@media only screen and (max-width: 1024px) {
  #knowledge.detail .main .related .related-slick li a .txt-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 600px) {
  #knowledge.detail .main .related .related-slick li a .txt-box {
    width: 100%;
    padding: 40px 0;
  }
}

#knowledge.detail .main .related .related-slick li a .txt-box.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

#knowledge.detail .main .related .related-slick li a .txt-box dt {
  margin-bottom: 10px;
}

#knowledge.detail .main .related .related-slick li a .txt-box dd {
  color: #666666;
}

#knowledge.detail .main .related .related-slick li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#knowledge.detail .main .related .Arrow-box {
  position: absolute;
  bottom: 50%;
  z-index: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

#knowledge.detail .main .related .Arrow-box .Arrow {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  transform: scaleY(1.5);
}

@media only screen and (max-width: 600px) {
  #knowledge.detail .main .related .Arrow-box .Arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#knowledge.detail .main .related .Arrow-box .Arrow.ArrowPre {
  left: -10%;
}

@media only screen and (max-width: 800px) {
  #knowledge.detail .main .related .Arrow-box .Arrow.ArrowPre {
    left: 0;
  }
}

#knowledge.detail .main .related .Arrow-box .Arrow.ArrowNext {
  right: -10%;
}

@media only screen and (max-width: 800px) {
  #knowledge.detail .main .related .Arrow-box .Arrow.ArrowNext {
    right: 0;
  }
}

#knowledge.detail .main .related .Arrow-box .Arrow span {
  font-size: 2.1875rem;
  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: 45px;
  height: 45px;
}

@media only screen and (max-width: 600px) {
  #knowledge.detail .main .related .Arrow-box .Arrow span {
    font-size: 1.875rem;
  }
}

#knowledge.detail .main .related .more-btn2 {
  margin: 50px auto;
}

#style.style .main .top-box {
  padding: 100px 0 0;
}

#style.style .main .content {
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 130px;
}

@media only screen and (max-width: 800px) {
  #style.style .main .content {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 600px) {
  #style.style .main .content {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  #style.style .main .content .sc-box1 {
    display: none;
  }
}

#style.style .main .content .list {
  margin: 50px 0 0;
}

#style.style .main .content .list li {
  text-align: center;
}

#style.style .main .content .list li .img-box {
  max-height: 440px;
  max-width: 675px;
  overflow: hidden;
  position: relative;
}

#style.style .main .content .list li .img-box img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#style.style2 .main .top-box .title-box .ch {
  padding-bottom: 40px;
}

#style.style2 .main .content {
  max-width: 1280px;
  width: 90%;
  padding-bottom: 130px;
}

#style.style2 .main .content .list .grid-sizer {
  width: calc(100%/3);
}

@media only screen and (max-width: 800px) {
  #style.style2 .main .content .list .grid-sizer {
    width: calc(100%/2);
  }
}

@media only screen and (max-width: 600px) {
  #style.style2 .main .content .list .grid-sizer {
    width: 100%;
  }
}

#style.style2 .main .content .list li {
  width: calc(100%/3);
  padding: 0 20px;
}

@media only screen and (max-width: 800px) {
  #style.style2 .main .content .list li {
    width: calc(100%/2);
  }
}

@media only screen and (max-width: 600px) {
  #style.style2 .main .content .list li {
    width: 100%;
  }
}

#style.style2 .main .content .list li .txt-box {
  padding: 30px 0 120px;
}

@media only screen and (max-width: 600px) {
  #style.style2 .main .content .list li .txt-box {
    padding: 20px 0 50px;
  }
}

#style.style3 .main .banner {
  margin-bottom: 80px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .banner {
    margin-bottom: 20px;
  }
}

#style.style3 .main .banner .singlebox_slick {
  bottom: 0;
  top: auto;
}

@media only screen and (max-width: 1200px) {
  #style.style3 .main .banner .singlebox_slick {
    top: 75%;
    margin: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 1024px) {
  #style.style3 .main .banner .singlebox_slick {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: calc(35vh + 145px);
    bottom: auto;
  }
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .banner .singlebox_slick {
    top: 320px;
  }
}

#style.style3 .main .banner .single-item .item {
  position: relative;
  z-index: 0;
}

#style.style3 .main .banner .single-item .item .banner_img {
  position: relative;
  z-index: 0;
}

#style.style3 .main .banner .single-item .item .banner_p {
  width: 75%;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  #style.style3 .main .banner .single-item .item .banner_p {
    width: 70%;
    margin: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .banner .single-item .item .banner_p {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #style.style3 .main .banner .banner_link_cover {
    margin-top: 5%;
  }
}

#style.style3 .main .banner .banner_link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 92%;
}

@media only screen and (max-width: 1024px) {
  #style.style3 .main .banner .banner_link {
    position: static;
    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;
  }
}

@media only screen and (max-width: 1024px) {
  #style.style3 .main .banner .banner_link.for_pc {
    display: none;
  }
}

#style.style3 .main .banner .banner_link.for_rwd {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #style.style3 .main .banner .banner_link.for_rwd {
    display: block;
  }
}

#style.style3 .main .banner .banner_link.for_rwd .slick-slide {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#style.style3 .main .banner .banner_link.for_rwd .slick-center {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#style.style3 .main .banner .banner_link.for_rwd li a {
  display: block;
}

#style.style3 .main .banner .banner_link.for_rwd img {
  max-width: 100%;
  width: 100%;
  max-height: none;
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .banner .banner_link.for_rwd img {
    max-width: none;
    width: auto;
    height: 100%;
  }
}

#style.style3 .main .banner .banner_link li {
  position: absolute;
  width: calc(100%/4);
  height: calc(100%/4);
  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: 1024px) {
  #style.style3 .main .banner .banner_link li {
    position: static;
    height: 100%;
    width: auto;
    padding: 0 5%;
  }
}

#style.style3 .main .banner .banner_link li.p01 {
  top: 0;
  left: 0;
}

#style.style3 .main .banner .banner_link li.p02 {
  top: 0;
  left: calc(100%/4);
}

#style.style3 .main .banner .banner_link li.p03 {
  top: 0;
  left: calc(100%/4*2);
}

#style.style3 .main .banner .banner_link li.p04 {
  top: 0;
  left: calc(100%/4*3);
}

#style.style3 .main .banner .banner_link li.p05 {
  top: calc(100%/4);
  left: 0;
}

#style.style3 .main .banner .banner_link li.p06 {
  top: calc(100%/4);
  left: calc(100%/4);
}

#style.style3 .main .banner .banner_link li.p07 {
  top: calc(100%/4);
  left: calc(100%/4*2);
}

#style.style3 .main .banner .banner_link li.p08 {
  top: calc(100%/4);
  left: calc(100%/4*3);
}

#style.style3 .main .banner .banner_link li.p09 {
  top: calc(100%/4*2);
  left: 0;
}

#style.style3 .main .banner .banner_link li.p10 {
  top: calc(100%/4*2);
  left: calc(100%/4);
}

#style.style3 .main .banner .banner_link li.p11 {
  top: calc(100%/4*2);
  left: calc(100%/4*2);
}

#style.style3 .main .banner .banner_link li.p12 {
  top: calc(100%/4*2);
  left: calc(100%/4*3);
}

#style.style3 .main .banner .banner_link li.p13 {
  top: calc(100%/4*3);
  left: 0;
}

#style.style3 .main .banner .banner_link li.p14 {
  top: calc(100%/4*3);
  left: calc(100%/4);
}

#style.style3 .main .banner .banner_link li.p15 {
  top: calc(100%/4*3);
  left: calc(100%/4*2);
}

#style.style3 .main .banner .banner_link li.p16 {
  top: calc(100%/4*3);
  left: calc(100%/4*3);
}

#style.style3 .main .banner .banner_link li:hover .txt-box {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 1024px) {
  #style.style3 .main .banner .banner_link li:hover .txt-box {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#style.style3 .main .banner .banner_link li .icon {
  background: #5e5c5d;
  color: #bac027;
  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: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 1.25rem;
}

@media only screen and (max-width: 1024px) {
  #style.style3 .main .banner .banner_link li .icon {
    display: none;
  }
}

#style.style3 .main .banner .banner_link li .img {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #style.style3 .main .banner .banner_link li .img {
    display: block;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 600px) {
  #style.style3 .main .banner .banner_link li .img {
    max-width: 135px;
    max-height: 135px;
    overflow: hidden;
  }
}

#style.style3 .main .banner .banner_link li .txt-box {
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 60%;
  left: 50%;
}

@media only screen and (max-width: 1024px) {
  #style.style3 .main .banner .banner_link li .txt-box {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    padding: 10px 0;
  }
}

#style.style3 .main .banner .banner_link li .txt-box .t20 {
  font-weight: bold;
  font-size: 1.125rem;
}

#style.style3 .main .banner .Arrow-box .Arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 9;
  cursor: pointer;
  -webkit-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  transform: scaleY(1.5);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 50px;
  height: 50px;
  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) {
  #style.style3 .main .banner .Arrow-box .Arrow {
    display: none;
  }
}

#style.style3 .main .banner .Arrow-box .Arrow:hover {
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#style.style3 .main .banner .Arrow-box .Arrow.ArrowPre {
  left: 10%;
}

#style.style3 .main .banner .Arrow-box .Arrow.ArrowNext {
  right: 10%;
}

#style.style3 .main .banner .Arrow-box .Arrow span {
  font-size: 1.625rem;
  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: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 0 10px #000000);
  filter: drop-shadow(0 0 10px #000000);
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .banner .Arrow-box .Arrow span {
    font-size: 1.25rem;
  }
}

#style.style3 .main .content .sc-box1 {
  margin: 0;
  background: #f3f3f3;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #style.style3 .main .content .sc-box1 {
    display: none;
  }
}

#style.style3 .main .content .sc-box1:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
  background: #f3f3f3;
}

#style.style3 .main .content .box1 {
  background: #f3f3f3;
  max-width: 100%;
  width: 100%;
}

#style.style3 .main .content .box1 .title-box {
  max-width: 840px;
  margin: 0 auto;
}

#style.style3 .main .content .box1 .title-box .ch {
  text-align: left;
  line-height: 180%;
}

#style.style3 .main .content .box1 .info {
  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;
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .content .box1 .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#style.style3 .main .content .box1 .info p {
  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 25px;
  width: auto;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .content .box1 .info p {
    padding: 25px 0;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#style.style3 .main .content .box1 .info p:not(:last-child):after {
  content: '';
  display: inline;
  width: 20px;
  height: 2px;
  background: #929292;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  right: 0;
  top: 50%;
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .content .box1 .info p:not(:last-child):after {
    width: 2px;
    height: 30px;
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

#style.style3 .main .content .box1 .info p .t {
  text-transform: uppercase;
}

#style.style3 .main .content .box1 .info p .t20 {
  font-weight: bold;
  padding: 0 10px;
}

#style.style3 .main .content .box1 .btn-open {
  padding: 15px 60px;
  margin: 80px auto 0;
  display: table;
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .content .box1 .btn-open {
    margin: 0 auto;
  }
}

#style.style3 .main .content .box1 .btn-open span {
  padding: 0 5px;
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .content .box1 .btn-open span {
    display: block;
  }
}

#style.style3 .main .content .box2 {
  padding: 100px 0 180px;
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .content .box2 {
    padding: 100px 0 30px;
  }
}

#style.style3 .main .content .list {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

#style.style3 .main .content .list .grid-sizer {
  width: calc(100%/3);
}

@media only screen and (max-width: 800px) {
  #style.style3 .main .content .list .grid-sizer {
    width: calc(100%/2);
  }
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .content .list .grid-sizer {
    width: 100%;
  }
}

#style.style3 .main .content .list li {
  width: calc(100%/3);
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #style.style3 .main .content .list li {
    width: calc(100%/2);
  }
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .content .list li {
    width: 100%;
  }
}

#style.style3 .main .content .list li a {
  display: block;
}

#style.style3 .main .content .list li a:hover .img-box {
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}

#style.style3 .main .content .list li a .img-box {
  max-height: 185px;
  overflow: hidden;
}

#style.style3 .main .content .list li a .img-box img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#style.style3 .main .content .list li a .txt-box {
  padding: 30px 52px 100px;
}

@media only screen and (max-width: 600px) {
  #style.style3 .main .content .list li a .txt-box {
    padding: 20px;
  }
}

#style.style3 .main .content .list li a .txt-box .t {
  margin-top: 10px;
}

#style.studio .main {
  height: 100vh;
  overflow-y: auto;
}

@media only screen and (max-width: 800px) {
  #style.studio .main {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

#style.studio .main .img-box {
  max-width: 60%;
  width: 1150px;
  overflow: hidden;
  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: fixed;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 800px) {
  #style.studio .main .img-box {
    max-width: 100%;
    overflow: auto;
    position: static;
  }
}

#style.studio .main .img-box img {
  max-width: none;
  width: auto;
}

@media only screen and (max-width: 800px) {
  #style.studio .main .img-box img {
    max-width: 100%;
    width: 100%;
  }
}

#style.studio .main .txt-box {
  max-width: 30%;
  width: 410px;
  margin: 10% 5% 10% 67%;
}

@media only screen and (max-width: 800px) {
  #style.studio .main .txt-box {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 10%;
  }
}

#style.studio .main .txt-box .t18 {
  margin-bottom: 60px;
  text-transform: uppercase;
}

#style.studio .main .txt-box .t20 {
  margin-bottom: 20px;
  line-height: 150%;
}

#style.studio .main .txt-box .t16 {
  line-height: 150%;
}

#products.products .main .title-box dd.t16 {
  color: #999999;
}

#products.products .main .content {
  padding: 5px 0 0;
  margin-bottom: 130px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #products.products .main .content {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 600px) {
  #products.products .main .content {
    padding-top: 0;
  }
}

#products.products .main .content:before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  #products.products .main .content:before {
    display: none;
  }
}

#products.products .main .content .sc-box1 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 1200px) {
  #products.products .main .content .sc-box1 {
    display: none;
  }
}

#products.products .main .content .list3 {
  max-width: 1680px;
  margin: 0 auto;
  width: 90%;
}

@media only screen and (max-width: 600px) {
  #products.products .main .content .list3 {
    width: 100%;
  }
}

#products.products .main .content .list3 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;
}

@media only screen and (max-width: 1024px) {
  #products.products .main .content .list3 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 600px) {
  #products.products .main .content .list3 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#products.products .main .content .list3 li:nth-child(odd) .img-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 45px;
}

@media only screen and (max-width: 1200px) {
  #products.products .main .content .list3 li:nth-child(odd) .img-box {
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  #products.products .main .content .list3 li:nth-child(odd) .img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#products.products .main .content .list3 li:nth-child(odd) .txt-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#products.products .main .content .list3 li:nth-child(odd) .txt-box .more-btn {
  padding-left: 170px;
}

@media only screen and (max-width: 1200px) {
  #products.products .main .content .list3 li:nth-child(odd) .txt-box .more-btn {
    padding-left: 0;
  }
}

#products.products .main .content .list3 li:nth-child(odd) .txt-box .more-btn:before, #products.products .main .content .list3 li:nth-child(odd) .txt-box .more-btn:after {
  left: 0;
}

@media only screen and (max-width: 1200px) {
  #products.products .main .content .list3 li:nth-child(odd) .txt-box .more-btn:before, #products.products .main .content .list3 li:nth-child(odd) .txt-box .more-btn:after {
    left: 110%;
  }
}

#products.products .main .content .list3 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: 1024px) {
  #products.products .main .content .list3 li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (max-width: 600px) {
  #products.products .main .content .list3 li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#products.products .main .content .list3 li:nth-child(even) .img-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 45px;
}

@media only screen and (max-width: 1200px) {
  #products.products .main .content .list3 li:nth-child(even) .img-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0;
  }
}

#products.products .main .content .list3 li:nth-child(even) .txt-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#products.products .main .content .list3 li:not(:first-child) {
  margin-top: -50px;
  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-height: 50vh;
}

@media only screen and (max-width: 1024px) {
  #products.products .main .content .list3 li:not(:first-child) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  #products.products .main .content .list3 li:not(:first-child) {
    min-height: auto;
  }
}

@media only screen and (max-width: 600px) {
  #products.products .main .content .list3 li:not(:first-child) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#products.products .main .content .list3 li:hover .img-box p {
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#products.products .main .content .list3 li:hover .more-btn:before, #products.products .main .content .list3 li:hover .more-btn:after {
  width: 150px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 800px) {
  #products.products .main .content .list3 li:hover .more-btn:before, #products.products .main .content .list3 li:hover .more-btn:after {
    width: 90px;
  }
}

#products.products .main .content .list3 li .img-box {
  width: 50%;
  max-height: 540px;
  overflow: hidden;
  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: 600px) {
  #products.products .main .content .list3 li .img-box {
    width: 100%;
  }
}

#products.products .main .content .list3 li .img-box picture {
  position: relative;
}

@media only screen and (max-width: 600px) {
  #products.products .main .content .list3 li .img-box picture {
    width: 100%;
    height: 100%;
  }
}

#products.products .main .content .list3 li .img-box img {
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 1660px) {
  #products.products .main .content .list3 li .img-box img {
    max-width: none;
    width: 100%;
    height: auto;
    opacity: 0;
  }
}

#products.products .main .content .list3 li .img-box img.show {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

#products.products .main .content .list3 li .img-box p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  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: 1rem;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.85);
}

#products.products .main .content .list3 li .txt-box {
  width: 50%;
  padding: 0 120px;
  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;
  line-height: 150%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

@media only screen and (max-width: 1200px) {
  #products.products .main .content .list3 li .txt-box {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 600px) {
  #products.products .main .content .list3 li .txt-box {
    width: 100%;
    padding: 20px 20px 30px;
  }
}

#products.products .main .content .list3 li .txt-box.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

#products.products .main .content .list3 li .txt-box dl {
  width: 400px;
}

#products.products .main .content .list3 li .txt-box dl .t {
  padding: 20px 0 50px;
}

@media only screen and (max-width: 1024px) {
  #products.products .main .content .list3 li .txt-box dl .t {
    padding: 20px 0 30px;
  }
}

#products.products2 .main .content .list li a:hover .img-box img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#products.products3 .main .top-box {
  background: none;
  padding: 120px 0 0;
}

@media only screen and (max-width: 600px) {
  #products.products3 .main .top-box {
    padding: 100px 0 40px;
  }
}

#products.products3 .main .content .list {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

#products.products3 .main .content .list .grid-sizer {
  width: calc(100%/3);
}

@media only screen and (max-width: 800px) {
  #products.products3 .main .content .list .grid-sizer {
    width: calc(100%/2);
  }
}

@media only screen and (max-width: 600px) {
  #products.products3 .main .content .list .grid-sizer {
    width: 100%;
  }
}

#products.products3 .main .content .list li {
  width: calc(100%/3);
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #products.products3 .main .content .list li {
    width: calc(100%/2);
  }
}

@media only screen and (max-width: 600px) {
  #products.products3 .main .content .list li {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  #products.products4 .main .content .sc-box1 {
    display: none;
  }
}

#promotion.promotion .main .content {
  padding-bottom: 130px;
}

@media only screen and (max-width: 800px) {
  #promotion.promotion .main .content {
    padding-bottom: 100px;
  }
}

#promotion.promotion .main .content .list li .img-box img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media only screen and (max-width: 1200px) {
  #promotion.promotion2 .main .content .sc-box1 {
    display: none;
  }
}

#promotion.promotion2 .main .Recommend {
  padding: 50px 0;
}
