@charset "UTF-8";
@import url(../font/icomoon/style.css);
@import url(../js/plugins/swiper-5.3.7/css/swiper.min.css);
@import url(../js/plugins/wow/animate.css);
@import url(../js/plugins/jquery-scrollbar/css/jquery.scrollbar.css);
@import url(../js/plugins/pannellum/css/pannellum.css);
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
b {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
a {
  color: inherit;
  text-decoration: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
textarea {
  overflow: auto;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
/* 

 */
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}
@font-face {
  font-family: "微軟正黑體粗體";
  font-style: normal;
  font-weight: normal;
  src: local("Microsoft JhengHei UI Bold"), local("Microsoft JhengHei Bold");
}
* {
  outline: none;
}
html {
  font-size: 100%;
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 93.75%;
  }
}
body {
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體",
    "微軟正黑體修正", "微軟正黑體";
  font-weight: normal;
  overflow: hidden;
}
.main-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.main-wrapper.scrollbar-macosx > .scroll-element.scroll-y {
  z-index: 999;
}
.main-wrapper.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -7px;
  width: 5px;
}
.main-wrapper .all-wrapper {
  position: relative;
}
main {
  display: block;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fb_reset.hide {
  position: relative;
  z-index: -1;
}
iframe[data-testid="bubble_iframe"] {
  bottom: 12vh !important;
}
.fb_dialog.fb_dialog_advanced {
  z-index: 99 !important;
}
.fb_dialog.fb_dialog_mobile {
  z-index: 99 !important;
}
iframe[data-testid="dialog_iframe"] {
  z-index: 100 !important;
  bottom: 18vh !important;
}
@media only screen and (max-width: 499px) {
  iframe[data-testid="dialog_iframe"] {
    height: 100% !important;
  }
}
.notice-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  z-index: 99999999;
}
.notice-wrapper .text {
  position: relative;
  font-size: 0.875rem;
  padding: 10px;
  color: #fff;
  background-color: #006fcc;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1);
}
.notice-wrapper .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #006fcc transparent;
}
.notice-wrapper #clipboard {
  position: absolute;
  width: 100%;
  min-width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -10;
  opacity: 0;
  cursor: default;
}
ul.scrollbar-inner::-webkit-scrollbar {
  display: none;
}
ul.scrollbar-macosx::-webkit-scrollbar {
  display: none;
}
.b-lazy {
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.b-lazy.b-loaded {
  opacity: 1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wayblock,
.waypoint,
.waysection {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.wayblock.show,
.waypoint.show,
.waysection.show {
  opacity: 1;
}
.wayblock.left,
.waypoint.left,
.waysection.left {
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.wayblock.left.show,
.waypoint.left.show,
.waysection.left.show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wayblock.right,
.waypoint.right,
.waysection.right {
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.wayblock.right.show,
.waypoint.right.show,
.waysection.right.show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wayblock.top,
.waypoint.top,
.waysection.top {
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.wayblock.top.show,
.waypoint.top.show,
.waysection.top.show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wayblock.bot,
.waypoint.bot,
.waysection.bot {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.wayblock.bot.show,
.waypoint.bot.show,
.waysection.bot.show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wayblock.delay,
.waypoint.delay,
.waysection.delay {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.space-lr {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1024px) {
  .space-lr {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .space-lr {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.space-t {
  padding-top: 100px;
}
@media only screen and (max-width: 900px) {
  .space-t {
    padding-top: 120px;
  }
}
.fixed-bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed-bg .each-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.fixed-bg .each-bg.active {
  opacity: 1;
}
main {
  position: relative;
  z-index: 2;
}
section article.text-box {
  display: inline-block;
}
section article.text-box.black .title-box .title {
  color: #000;
}
section article.text-box.white .title-box .title {
  color: #fff;
}
section article.text-box.show .title-box .sub-title,
section article.text-box.show .title-box .title {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
section article.text-box.show .title-box .sub-title span:before {
  width: 65px;
  left: 0;
}
section article.text-box.show a.more-btn,
section article.text-box.show p {
  opacity: 1;
}
section article.text-box .title-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  section article.text-box .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
section article.text-box .title-box .title {
  font-size: 4.0625rem;
  margin-bottom: 15px;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1440px) {
  section article.text-box .title-box .title {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  section article.text-box .title-box .title {
    font-size: 2.125rem;
  }
}
section article.text-box .title-box .sub-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #666;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  section article.text-box .title-box .sub-title {
    font-size: 1rem;
  }
}
section article.text-box .title-box .sub-title span {
  position: relative;
  padding-left: 75px;
  line-height: 1.3;
}
section article.text-box .title-box .sub-title span:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  top: 10px;
  left: 65px;
  background-color: #009944;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
section article.text-box p {
  color: #999;
  font-size: 1rem;
  max-width: 495px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  section article.text-box p {
    font-size: 0.875rem;
    margin-top: 40px;
  }
}
section article.text-box a.more-btn {
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
a.more-btn {
  position: relative;
  display: block;
  width: 107px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 10px;
}
a.more-btn:hover:before {
  width: calc(100% + 20px);
}
a.more-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #e9521d;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.pagination {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #000;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 30px;
}
.swiper-arrow-Next,
.swiper-arrow-Prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #555;
  cursor: pointer;
}
.swiper-arrow-Next span,
.swiper-arrow-Prev span {
  color: #ccc;
  font-size: 13px;
}
.swiper-arrow-Prev {
  left: 0;
}
.swiper-arrow-Next {
  right: 0;
}
.selector {
  position: relative;
}
.selector .selector-head {
  cursor: pointer;
}
.selector .selector-head .subject {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .selector .selector-head .subject span {
    font-size: 0.875rem;
  }
}
.selector .selector-head span.drop-icon {
  z-index: 2;
  display: block;
  border-width: 7px 5px 0 5px;
  border-style: solid;
  border-color: #c84719 transparent transparent transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.selector .selector-head span.drop-icon.on {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.selector .selector-list {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
}
.selector .selector-list ul.scrollbar-inner 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;
  color: #fff;
  font-family: ZapfHumanist601BT-Bold, "微軟正黑體修正", "微軟正黑體";
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.selector .selector-list ul.scrollbar-inner li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .selector .selector-list ul.scrollbar-inner li a span {
    font-size: 0.875rem;
  }
}
.selector .selector-list .scrollbar-inner > .scroll-element.scroll-y {
  right: 1px;
  width: 2px;
}
.selector
  .selector-list
  .scrollbar-inner
  > .scroll-element.scroll-y
  .scroll-element_track {
  background-color: transparent;
}
.selector
  .selector-list
  .scrollbar-inner
  > .scroll-element.scroll-y
  .scroll-bar {
  background-color: #fff;
  opacity: 0.8;
}
.selector.type-01 {
  width: 100%;
  max-width: 353px;
}
@media only screen and (max-width: 767px) {
  .selector.type-01 {
    max-width: 330px;
  }
}
.selector.type-01.active .selector-head {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.selector.type-01.active .selector-list ul.scrollbar-inner {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.selector.type-01 .selector-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(199, 73, 6, 0.5);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.selector.type-01 .selector-head:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.selector.type-01 .selector-head .subject {
  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%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 53px;
  color: #999;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.selector.type-01 .selector-head .subject span.active {
  color: #c84719;
}
.selector.type-01 .selector-head .drop-box {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 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;
  width: 53px;
  height: 53px;
}
.selector.type-01 .selector-head .drop-box:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 29px;
  top: 12px;
  left: 0;
  background-color: rgba(199, 73, 6, 0.5);
}
.selector.type-01 .selector-list {
  width: 100%;
  border-bottom: 1px solid rgba(199, 73, 6, 0.5);
  border-left: 1px solid rgba(199, 73, 6, 0.5);
  border-right: 1px solid rgba(199, 73, 6, 0.5);
}
.selector.type-01 .selector-list ul.scrollbar-inner {
  max-height: 225px !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.selector.type-01 .selector-list ul.scrollbar-inner li {
  color: #eee;
}
.selector.type-01 .selector-list ul.scrollbar-inner li:hover {
  color: #c84719;
}
.selector.type-01 .selector-list ul.scrollbar-inner li a {
  padding: 20px 15px;
}
.selector.type-02 {
  width: 255px;
}
.selector.type-02 .selector-head {
  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;
  height: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 30px 0 10px;
}
.selector.type-02 .selector-head:hover .subject {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media only screen and (max-width: 1024px) {
  .selector.type-02 .selector-head:hover .subject {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.selector.type-02 .selector-head .subject {
  font-family: ZapfHumanist601BT-Bold, "微軟正黑體修正", "微軟正黑體";
  font-weight: bold;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.selector.type-02 .selector-head .subject span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.selector.type-02 .selector-head span.drop-icon {
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: #fff transparent transparent transparent;
}
.selector.type-02 .selector-head span.drop-icon.on {
  -webkit-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}
.selector.type-02 .selector-list {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media only screen and (max-width: 900px) {
  .selector.type-02 .selector-list {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .selector.type-02 .selector-list {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@-moz-document url-prefix() {
  .selector.type-02 .selector-list {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.selector.type-02 .selector-list ul.scrollbar-inner {
  max-height: 138px !important;
}
.selector.type-02 .selector-list ul.scrollbar-inner li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.selector.type-02 .selector-list ul.scrollbar-inner li a {
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.selector.type-03 {
  width: 255px;
}
.selector.type-03.active .selector-head {
  background-color: #333333;
}
.selector.type-03.active .selector-head .subject span,
.selector.type-03.active .selector-head .subject span.active {
  color: #fff;
}
.selector.type-03.active .selector-head .drop-box .drop-icon {
  border-color: #fff transparent transparent transparent;
}
.selector.type-03 .selector-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.selector.type-03 .selector-head:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.selector.type-03 .selector-head:hover .subject span,
.selector.type-03 .selector-head:hover .subject span.active {
  color: #fff;
}
.selector.type-03 .selector-head:hover .drop-box .drop-icon {
  border-color: #fff transparent transparent transparent;
}
.selector.type-03 .selector-head .subject {
  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%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 53px;
  color: #999;
  letter-spacing: 0.05em;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.selector.type-03 .selector-head .subject span.active {
  color: #666;
}
.selector.type-03 .selector-head .drop-box {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 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;
  width: 53px;
  height: 53px;
}
.selector.type-03 .selector-head .drop-box .drop-icon {
  border-color: #000 transparent transparent transparent;
}
.selector.type-03 .selector-head .drop-box:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 29px;
  top: 12px;
  left: 0;
  background-color: #999;
}
.selector.type-03 .selector-list {
  width: 100%;
  background-color: rgba(210, 210, 210, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 53px;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .selector.type-03 .selector-list {
    background-color: #d2d2d2;
  }
}
@-moz-document url-prefix() {
  .selector.type-03 .selector-list {
    background-color: #d2d2d2;
  }
}
.selector.type-03 .selector-list ul.scrollbar-inner {
  max-height: 223px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.selector.type-03 .selector-list ul.scrollbar-inner li {
  color: #333;
  position: relative;
}
.selector.type-03 .selector-list ul.scrollbar-inner li:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.selector.type-03 .selector-list ul.scrollbar-inner li:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.selector.type-03 .selector-list ul.scrollbar-inner li:after {
  width: 80%;
  background-color: rgba(0, 0, 0, 0.3);
}
.selector.type-03 .selector-list ul.scrollbar-inner li:last-child:after {
  display: none;
}
.selector.type-03 .selector-list ul.scrollbar-inner li a {
  padding: 20px 15px;
}
.selector.type-04 {
  width: 100%;
}
.selector.type-04 .selector-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.selector.type-04 .selector-head:hover {
  color: #999;
}
.selector.type-04 .selector-head .subject {
  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;
  text-align: left;
  width: 100%;
  height: 15px;
  padding-left: 0;
  font-size: 0.875rem;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #999;
  letter-spacing: normal;
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-weight: 700;
  font-weight: bold;
  color: #666;
}
.selector.type-04 .selector-head .subject span.active {
  color: #000;
}
.selector.type-04 .selector-head .drop-box {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 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;
  width: 15px;
  height: 15px;
}
.selector.type-04 .selector-head .drop-box:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 29px;
  top: -8px;
  left: -27px;
  background-color: rgba(199, 73, 6, 0.5);
}
@media only screen and (max-width: 500px) {
  .selector.type-04 .selector-head .drop-box:before {
    display: none;
  }
}
.selector.type-04 .selector-list {
  width: calc(100% + 163px);
  top: 36px;
  left: -143px;
  z-index: 5;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .selector.type-04 .selector-list {
    width: calc(100% + 123px);
    left: -103px;
  }
}
@media only screen and (max-width: 500px) {
  .selector.type-04 .selector-list {
    width: calc(100% + 103px);
    left: -93px;
  }
}
.selector.type-04 .selector-list ul.scrollbar-inner {
  max-height: 225px !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.selector.type-04 .selector-list ul.scrollbar-inner li {
  color: #666;
}
.selector.type-04 .selector-list ul.scrollbar-inner li:hover {
  color: #c84719;
}
.selector.type-04 .selector-list ul.scrollbar-inner li a {
  padding: 20px 15px;
}
.selector.type-04
  .selector-list
  .scrollbar-inner
  > .scroll-element.scroll-y
  .scroll-bar {
  background-color: #aaa;
}
body.products .select-wrap.type-special .inner-box {
  padding-left: 130px;
  padding-right: 130px;
}
@media only screen and (max-width: 767px) {
  body.products .select-wrap.type-special .inner-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.select-wrap.type-special {
  width: 100%;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
}
.select-wrap.type-special .inner-box {
  width: 100%;
  max-width: 1290px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special .inner-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.select-wrap.type-special .inner-box .selector {
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(5%, #ffffff),
    color-stop(90%, #ffffff),
    to(rgba(255, 255, 255, 0))
  );
  -webkit-mask-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 5%,
    #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(5%, #ffffff),
    color-stop(90%, #ffffff),
    to(rgba(255, 255, 255, 0))
  );
  mask-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 5%,
    #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special .inner-box .selector {
    background-color: #eee;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.select-wrap.type-special .inner-box .selector.active .selector-head {
  background-color: #333;
  color: #fff;
}
.select-wrap.type-special
  .inner-box
  .selector.active
  .selector-head
  .subject
  span:before {
  width: 0;
}
.select-wrap.type-special .inner-box .selector .selector-head {
  position: relative;
  display: none;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special .inner-box .selector .selector-head {
    display: block;
  }
}
.select-wrap.type-special .inner-box .selector .selector-head .subject span {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 900;
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-head
  .subject
  span:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 60px);
  height: 3px;
  background-color: #730c0f;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.select-wrap.type-special .inner-box .selector .selector-head span.drop-icon {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: #000 transparent transparent transparent;
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-head
  span.drop-icon.on {
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}
.select-wrap.type-special .inner-box .selector .selector-list {
  position: static;
  display: block;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special .inner-box .selector .selector-list {
    display: none;
  }
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  ul.scrollbar-inner {
  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;
  max-height: 250px !important;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special
    .inner-box
    .selector
    .selector-list
    ul.scrollbar-inner {
    display: block;
  }
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  ul.scrollbar-inner.jcs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  ul.scrollbar-inner
  li {
  position: relative;
  color: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special
    .inner-box
    .selector
    .selector-list
    ul.scrollbar-inner
    li {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  ul.scrollbar-inner
  li:not(:last-child):before {
  position: absolute;
  content: "";
  display: none;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 70px);
  height: 1px;
  background-color: #ccc;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special
    .inner-box
    .selector
    .selector-list
    ul.scrollbar-inner
    li:not(:last-child):before {
    display: block;
  }
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  ul.scrollbar-inner
  li.active
  a
  span:before {
  width: calc(100% + 20px);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special
    .inner-box
    .selector
    .selector-list
    ul.scrollbar-inner
    li.active
    a
    span:before {
    width: 0;
    opacity: 0;
  }
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  ul.scrollbar-inner
  li
  a {
  padding: 30px 30px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special
    .inner-box
    .selector
    .selector-list
    ul.scrollbar-inner
    li
    a {
    padding: 25px 15px;
  }
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  ul.scrollbar-inner
  li
  a:hover
  span:before {
  width: calc(100% + 20px);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special
    .inner-box
    .selector
    .selector-list
    ul.scrollbar-inner
    li
    a:hover
    span:before {
    width: calc(100% + 60px);
    opacity: 1;
  }
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  ul.scrollbar-inner
  li
  a
  span {
  position: relative;
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  ul.scrollbar-inner
  li
  a
  span:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  background-color: #730c0f;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special
    .inner-box
    .selector
    .selector-list
    ul.scrollbar-inner
    li
    a
    span:before {
    bottom: -25px;
  }
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  .scrollbar-inner:hover
  > .scroll-element.scroll-x {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .select-wrap.type-special
    .inner-box
    .selector
    .selector-list
    .scrollbar-inner:hover
    > .scroll-element.scroll-x {
    opacity: 0;
  }
}
.select-wrap.type-special
  .inner-box
  .selector
  .selector-list
  .scrollbar-inner
  > .scroll-element.scroll-x {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.select-wrap.type-special .inner-box {
  position: relative;
}
.select-wrap.type-special .inner-box .advanced-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special .inner-box .advanced-box {
    position: relative;
    background-color: #eee;
    margin-top: 3px;
  }
}
.select-wrap.type-special .inner-box .advanced-box a.advanced-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special .inner-box .advanced-box a.advanced-btn {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.select-wrap.type-special .inner-box .advanced-box a.advanced-btn:hover {
  background-color: #ddd;
}
.select-wrap.type-special
  .inner-box
  .advanced-box
  a.advanced-btn:hover
  + .attach-box:before {
  border-color: #ddd transparent transparent transparent;
}
.select-wrap.type-special .inner-box .advanced-box a.advanced-btn span {
  color: #666;
}
.select-wrap.type-special
  .inner-box
  .advanced-box
  a.advanced-btn
  span:first-child {
  margin-right: 10px;
  color: #131313;
}
.select-wrap.type-special .inner-box .advanced-box .attach-box {
  display: none;
  position: absolute;
  top: 74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 15px 0;
  font-size: 0.875rem;
  text-align: center;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special .inner-box .advanced-box .attach-box {
    top: 65px;
  }
}
.select-wrap.type-special .inner-box .advanced-box .attach-box:before {
  position: absolute;
  content: "";
  display: block;
  border-width: 12px 11px 0 11px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.select-wrap.type-special .inner-box .advanced-box .attach-box p.result {
  padding: 20px 5px;
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 767px) {
  .select-wrap.type-special .inner-box .advanced-box .attach-box p.result {
    border: none;
    padding-bottom: 5px;
  }
}
.select-wrap.type-special .inner-box .advanced-box .attach-box p.result span {
  margin-left: 5px;
  margin-right: 5px;
  color: #730c0f;
}
.select-wrap.type-special .inner-box .advanced-box .attach-box .clear-btn {
  font-weight: 600;
  color: #999;
  padding: 15px 0;
  cursor: pointer;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo span.icon-logo-black {
  font-size: 57px;
}
@media only screen and (max-width: 767px) {
  .logo span.icon-logo-black {
    font-size: 40px;
  }
}
.logo .logo-title {
  margin-left: 15px;
}
.logo .logo-title p {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .logo .logo-title p {
    font-size: 0.875rem;
  }
}
.logo .logo-title p:first-child {
  color: #999;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
a.top-btn {
  position: relative;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.top-btn:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #c84719;
}
a.top-btn:hover i {
  border-color: transparent transparent #e9521d transparent;
}
a.top-btn i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 5px 7px 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.top-btn span {
  font-size: 0.875rem;
  margin-left: 5px;
}
body.news section.banner-set,
body.products section.banner-set {
  height: 450px;
}
@media only screen and (max-width: 500px) {
  body.news section.banner-set,
  body.products section.banner-set {
    height: 335px;
  }
}
body.location_list .banner-set {
  height: 500px;
}
@media only screen and (max-width: 500px) {
  body.location_list .banner-set {
    height: 350px;
  }
}
section.banner-set {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  section.banner-set {
    height: 450px;
  }
}
@media only screen and (max-width: 500px) {
  section.banner-set {
    height: 335px;
  }
  section.banner-set:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }
}
section.banner-set .bgi {
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.banner-set .bgi.pc {
  display: block;
}
@media only screen and (max-width: 500px) {
  section.banner-set .bgi.pc {
    display: none;
  }
}
section.banner-set .bgi.phone {
  display: none;
}
@media only screen and (max-width: 500px) {
  section.banner-set .bgi.phone {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  body.location article.banner-text,
  body.products article.banner-text {
    padding: 0 20px;
  }
}
article.banner-text {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 500px) {
  article.banner-text {
    width: 100%;
    max-width: 100%;
    padding: 55px 20px 0;
  }
}
article.banner-text.pos {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
article.banner-text.show .sub-title,
article.banner-text.show .text,
article.banner-text.show .title {
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
}
article.banner-text.show p.text {
  opacity: 1;
}
article.banner-text .sub-title,
article.banner-text .title,
article.banner-text p.text {
  text-align: center;
  color: #fff;
}
article.banner-text .sub-title {
  font-size: 2.625rem;
  letter-spacing: 0.45px;
  margin-bottom: 20px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 500px) {
  article.banner-text .sub-title {
    font-size: 2.375rem;
    margin-bottom: 17px;
  }
}
article.banner-text .title {
  font-size: 1.75rem;
  letter-spacing: 0.28px;
  margin-bottom: 20px;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 500px) {
  article.banner-text .title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
article.banner-text p.text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.7px;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.head-text {
  max-width: 50%;
  margin: 0 auto 43px;
}
@media only screen and (max-width: 900px) {
  .head-text {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .head-text {
    margin: 0 auto 36px;
  }
}
@media only screen and (max-width: 500px) {
  .head-text {
    max-width: 90%;
  }
}
@media only screen and (max-width: 350px) {
  .head-text {
    max-width: 95%;
  }
}
.head-text.show .en-title,
.head-text.show .tw-title {
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
}
.head-text .en-title,
.head-text .tw-title {
  text-align: center;
}
.head-text .tw-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.875rem;
  letter-spacing: 1.5px;
  margin-bottom: 13px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  .head-text .tw-title {
    font-size: 1.625rem;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
}
.head-text .en-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25rem;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 500px) {
  .head-text .en-title {
    font-size: 1rem;
  }
}
.block-text {
  text-align: center;
}
.block-text.show .en-title,
.block-text.show .tw-title {
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
}
.block-text .tw-title {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  .block-text .tw-title {
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
}
.block-text .en-title {
  font-size: 1rem;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
a.search-btn {
  display: block;
  position: relative;
  width: 255px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.search-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
a.search-btn:hover:after,
a.search-btn:hover:before {
  width: 100%;
}
a.search-btn:hover span:after,
a.search-btn:hover span:before {
  height: 100%;
}
a.search-btn:after,
a.search-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.search-btn:before {
  left: 0;
  top: 0;
}
a.search-btn:after {
  right: 0;
  bottom: 0;
}
a.search-btn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
}
a.search-btn span:after,
a.search-btn span:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.search-btn span:before {
  left: 0;
  top: 0;
}
a.search-btn span:after {
  right: 0;
  bottom: 0;
}
a.back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 125px;
  background-color: #730c0f;
  color: #fff;
  padding: 20px 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
a.back-btn:hover {
  background-color: #5c0a0c;
}
a.back-btn span.icon-arrow-left {
  display: block;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  font-size: 10px;
  margin-right: 10px;
}
a.back-btn span.text {
  font-size: 0.875rem;
  letter-spacing: 0.15px;
}
a.link-btn {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  width: 185px;
  height: 45px;
  margin: auto;
}
a.link-btn:hover:before {
  width: calc(100% + 2px);
}
a.link-btn:hover:after {
  height: calc(100% + 2px);
}
a.link-btn:hover span {
  color: #730c0f;
}
a.link-btn:hover span:before {
  width: calc(100% + 2px);
}
a.link-btn:hover span:after {
  height: calc(100% + 2px);
}
a.link-btn:after,
a.link-btn:before {
  position: absolute;
  content: "";
  display: block;
  left: -1px;
  top: -1px;
  background-color: #730c0f;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
a.link-btn:before {
  height: 1px;
  width: 0;
}
a.link-btn:after {
  width: 1px;
  height: 0;
}
a.link-btn span {
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
a.link-btn span:after,
a.link-btn span:before {
  position: absolute;
  content: "";
  display: block;
  right: -1px;
  bottom: -1px;
  background-color: #730c0f;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
a.link-btn span:before {
  height: 1px;
  width: 0;
}
a.link-btn span:after {
  width: 1px;
  height: 0;
}
._articleBlock article ._wordWrap p._P a._button {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
._articleBlock article ._wordWrap p._P a._button:hover {
  background-color: #333;
  color: #fff;
}
._articleBlock article._articleLR ._contentWrap ._wordWrap ._imgCover,
._articleBlock article._articleRR ._contentWrap ._wordWrap ._imgCover {
  width: 54%;
}
._articleBlock article._articleLR ._contentWrap ._wordWrap ._imgCover.hasSwiper,
._articleBlock
  article._articleRR
  ._contentWrap
  ._wordWrap
  ._imgCover.hasSwiper {
  width: calc(50% + 22px);
}
._articleBlock article._articleLR ._contentWrap ._wordWrap ._H,
._articleBlock article._articleLR ._contentWrap ._wordWrap ._subH,
._articleBlock article._articleRR ._contentWrap ._wordWrap ._H,
._articleBlock article._articleRR ._contentWrap ._wordWrap ._subH {
  width: calc(50% - 22px);
}
._articleBlock article._articleL ._contentWrap ._imgCover,
._articleBlock article._articleR ._contentWrap ._imgCover {
  width: 54%;
}
.grid-item {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding: 1px;
}
@media only screen and (max-width: 900px) {
  .grid-item {
    width: 100%;
  }
}
.grid-item.large .photo {
  padding-bottom: 112.179%;
}
.grid-item.small .photo {
  padding-bottom: 56.089%;
}
.grid-item.text-center .text {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.grid-item.text-center .text:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.grid-item.text-bottom-left .text {
  bottom: 60px;
  left: 10%;
}
@media only screen and (max-width: 1024px) {
  .grid-item.text-bottom-left .text {
    bottom: 35px;
  }
}
.grid-item.text-bottom-left .text:before {
  left: 0;
}
.grid-item.text-bottom-center .text {
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .grid-item.text-bottom-center .text {
    bottom: 35px;
  }
}
.grid-item.text-bottom-center .text:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.grid-item.text-bottom-right .text {
  bottom: 60px;
  right: 10%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .grid-item.text-bottom-right .text {
    bottom: 35px;
  }
}
.grid-item.text-bottom-right .text:before {
  right: 0;
}
.grid-item:hover .photo:before {
  opacity: 0.6;
}
.grid-item:hover .photo img {
  width: 105%;
}
.grid-item:hover .text:before {
  width: 140px;
}
.grid-item .photo {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.grid-item .photo:before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.grid-item .photo img {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.grid-item .text {
  position: absolute;
  z-index: 2;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  padding-bottom: 20px;
}
.grid-item .text:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
.grid-item .text h2,
.grid-item .text h3 {
  font-size: 1.25rem;
}
.grid-item .text h2 {
  margin-bottom: 10px;
}
a.wine-inner {
  display: block;
  width: 100%;
}
a.wine-inner:hover .photo-box .photo {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
a.wine-inner:hover .photo-box .shadow {
  opacity: 1;
}
a.wine-inner:hover .photo-box .bg-line {
  opacity: 1;
}
a.wine-inner:hover .text-box {
  color: #000;
}
a.wine-inner .photo-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
a.wine-inner .photo-box .photo {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 190px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
a.wine-inner .photo-box .photo img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.wine-inner .photo-box .shadow {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  width: 127px;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
a.wine-inner .photo-box .bg-line {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  width: 220px;
  height: 150px;
  border: 10px solid #880e11;
  -webkit-transform: translateX(-50%) skew(-8deg);
  -ms-transform: translateX(-50%) skew(-8deg);
  transform: translateX(-50%) skew(-8deg);
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
a.wine-inner .text-box {
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #666;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
a.wine-inner .text-box span {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
a.wine-inner .text-box span.yellow {
  color: #f4ad03;
}
a.wine-inner .text-box span.red {
  color: #f40903;
}
a.wine-inner .text-box .tw-name {
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  a.wine-inner .text-box .tw-name {
    font-size: 1rem;
  }
}
a.wine-inner .text-box .en-name {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  a.wine-inner .text-box .en-name {
    font-size: 1rem;
  }
}
.anchor-wrap ul.scrollbar-macosx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(10%, #ffffff),
    color-stop(90%, #ffffff),
    to(rgba(255, 255, 255, 0))
  );
  -webkit-mask-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 10%,
    #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(10%, #ffffff),
    color-stop(90%, #ffffff),
    to(rgba(255, 255, 255, 0))
  );
  mask-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 10%,
    #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
}
.anchor-wrap ul.scrollbar-macosx.jcs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.anchor-wrap ul.scrollbar-macosx li {
  padding: 30px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 767px) {
  .anchor-wrap ul.scrollbar-macosx li {
    padding: 25px 15px;
  }
}
.anchor-wrap ul.scrollbar-macosx li:hover span:before {
  width: calc(100% + 20px);
  opacity: 1;
}
.anchor-wrap ul.scrollbar-macosx li span {
  position: relative;
}
.anchor-wrap ul.scrollbar-macosx li span:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #730c0f;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  .anchor-wrap ul.scrollbar-macosx li span:before {
    display: none;
  }
}
.anchor-wrap .scrollbar-macosx > .scroll-element.scroll-y {
  display: none;
}
.anchor-wrap .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 5px;
}
.scroll-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-animation: popIn 1.8s;
  animation: popIn 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .scroll-btn {
    width: 42px;
    height: 42px;
  }
}
.scroll-btn.black {
  background-color: #000;
}
.scroll-btn.white {
  background-color: #fff;
}
.scroll-btn i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 14px;
}
body.article_detail section.article-wrap,
body.news_detail section.article-wrap {
  padding-bottom: 0;
}
section.article-wrap {
  padding-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  section.article-wrap {
    padding-bottom: 60px;
  }
}
section.article-wrap .inner-wrap {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 145px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 900px) {
  section.article-wrap .inner-wrap {
    padding-top: 90px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.article-wrap .inner-wrap .tool-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 500px) {
  section.article-wrap .inner-wrap .tool-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
section.article-wrap .inner-wrap .tool-box .sort-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #333;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 1px;
}
@media only screen and (max-width: 500px) {
  section.article-wrap .inner-wrap .tool-box .sort-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
section.article-wrap .inner-wrap .tool-box .sort-box a.sort,
section.article-wrap .inner-wrap .tool-box .sort-box p.date {
  padding: 20px 15px;
}
@media only screen and (max-width: 767px) {
  section.article-wrap .inner-wrap .tool-box .sort-box a.sort,
  section.article-wrap .inner-wrap .tool-box .sort-box p.date {
    padding: 20px 10px;
  }
}
section.article-wrap .inner-wrap .tool-box .sort-box p.date {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  section.article-wrap .inner-wrap .tool-box .sort-box p.date {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
  }
}
section.article-wrap .inner-wrap .tool-box .sort-box p.date:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #ccc;
}
section.article-wrap .inner-wrap .tool-box .sort-box p.date span.year {
  margin-right: 5px;
}
section.article-wrap .inner-wrap .tool-box .sort-box p.date span.month {
  position: relative;
  margin-right: 7px;
}
section.article-wrap .inner-wrap .tool-box .sort-box p.date span.month:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 3px;
  right: -3px;
  width: 2px;
  height: 2px;
  background-color: #ccc;
}
section.article-wrap .inner-wrap .tool-box .sort-box a.sort {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  section.article-wrap .inner-wrap .tool-box .sort-box a.sort {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
section.article-wrap .inner-wrap .tool-box .sort-box a.sort:hover {
  background-color: #111;
}
section.article-wrap .inner-wrap .tool-box .sort-box a.sort span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
section.article-wrap .inner-wrap .tool-box a.back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 125px;
  background-color: #730c0f;
  color: #fff;
  padding: 20px 0;
}
section.article-wrap .inner-wrap .tool-box a.back-btn span.icon-arrow-left {
  display: block;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  font-size: 10px;
  margin-right: 10px;
}
section.article-wrap .inner-wrap .tool-box a.back-btn span.text {
  font-size: 0.875rem;
  letter-spacing: 0.15px;
}
section.article-wrap .inner-wrap .main-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
section.article-wrap .inner-wrap .main-inner .main-title {
  margin-bottom: 40px;
}
section.article-wrap .inner-wrap .main-inner .main-title.show h1 {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
section.article-wrap .inner-wrap .main-inner .main-title.show h2 {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
section.article-wrap .inner-wrap .main-inner .main-title h1 {
  font-size: 1.75rem;
  font-family: ZapfHumanist601BT-Bold, "微軟正黑體修正", "微軟正黑體";
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 5px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  section.article-wrap .inner-wrap .main-inner .main-title h1 {
    letter-spacing: -0.02em;
  }
}
section.article-wrap .inner-wrap .main-inner .main-title h2 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.3;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
section.article-wrap .inner-wrap .main-inner ._articleBlock {
  width: 100%;
}
section.article-wrap .share-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  section.article-wrap .share-wrap {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
section.article-wrap .share-wrap .block-text {
  margin-bottom: 35px;
}
section.article-wrap .share-wrap .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.article-wrap .share-wrap .icon-box a.icon {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
section.article-wrap .share-wrap .icon-box a.icon:not(:first-child) {
  margin-left: 15px;
}
section.article-wrap .share-wrap .icon-box a.icon:hover {
  background-color: #e9521d;
  border: 1px solid #e9521d;
}
section.article-wrap .share-wrap .icon-box a.icon:hover span {
  color: #fff;
}
section.article-wrap .share-wrap .icon-box a.icon span {
  color: #666;
  font-size: 18px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.top-btn {
  position: relative;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.top-btn:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #c84719;
}
a.top-btn:hover i {
  border-color: transparent transparent #e9521d transparent;
}
a.top-btn i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 5px 7px 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.top-btn span {
  font-size: 0.875rem;
  margin-left: 5px;
}
.maylike-swiper-box {
  position: relative;
  width: 100%;
  max-width: 910px;
  margin: auto;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .maylike-swiper-box {
    max-width: 610px;
  }
}
@media only screen and (max-width: 767px) {
  .maylike-swiper-box {
    max-width: 305px;
  }
}
.maylike-swiper-box
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a.wine-inner {
  padding-top: 40px;
}
.maylike-swiper-box .maylike-pagination {
  bottom: -65px;
}
.form-success.alert .success-bg {
  width: 450px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .form-success.alert .success-bg {
    width: 90%;
  }
}
.form-success.alert .success-wrap {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .form-success.alert .success-wrap {
    padding: 30px;
  }
}
.form-success.alert .text {
  margin-bottom: 80px;
}
.form-success.alert .common-btn {
  width: auto;
}
.no-result-box {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 15vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.no-result-box .box-bg {
  width: 90%;
  max-width: 535px;
  padding: 55px;
  background-image: url(../img/products/lightbox-bg.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .no-result-box .box-bg {
    padding: 40px;
  }
}
.no-result-box .box-bg .box-wrap {
  padding: 100px 65px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .no-result-box .box-bg .box-wrap {
    padding: 100px 30px;
  }
}
.no-result-box .box-bg .box-wrap .text-box {
  text-align: center;
}
.no-result-box .box-bg .box-wrap .text-box .title {
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .no-result-box .box-bg .box-wrap .text-box .title {
    font-size: 1.5rem;
  }
}
.no-result-box .box-bg .box-wrap .text-box .text {
  letter-spacing: 0.8px;
  line-height: 1.875rem;
  margin-bottom: 40px;
}
.no-result-box .box-bg .box-wrap .text-box a.send-btn {
  width: 100%;
  max-width: 250px;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.no-result-box .box-bg .box-wrap .text-box a.send-btn:hover {
  background-color: #333;
}
#trans-end-box {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(41, 3, 4, 0.95);
  -webkit-animation: popUp 1.5s;
  animation: popUp 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-end-box:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 100vh;
  left: 0;
  border-width: 0 0 0px 100vw;
  border-style: solid;
  border-color: transparent transparent rgba(41, 3, 4, 0.95) transparent;
  -webkit-animation: growUp 1.5s;
  animation: growUp 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-end-box .inner {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-animation: popUp 1s;
  animation: popUp 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-end-box .inner:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 100vh;
  left: 0;
  border-width: 0 0 0px 100vw;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
  -webkit-animation: growUp 1s;
  animation: growUp 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-end-box .inner .logo {
  opacity: 0;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#trans-end-box .inner .logo span {
  color: #fff;
}
#trans-end-box .inner .logo .logo-title p:last-child {
  color: #fff;
}
#trans-start-box {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(41, 3, 4, 0.95);
  -webkit-animation: collapseUp 1.2s;
  animation: collapseUp 1.2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-start-box:before {
  position: absolute;
  content: "";
  display: block;
  top: 100vh;
  left: 0;
  border-width: 300px 100vw 0 0;
  border-style: solid;
  border-color: rgba(41, 3, 4, 0.95) transparent transparent transparent;
  -webkit-animation: shrinkUp 1.2s;
  animation: shrinkUp 1.2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-start-box .inner {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-animation: collapseUp 1s;
  animation: collapseUp 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-start-box .inner:before {
  position: absolute;
  content: "";
  display: block;
  top: 100vh;
  left: 0;
  border-width: 300px 100vw 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
  -webkit-animation: shrinkUp 1s;
  animation: shrinkUp 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-start-box .inner .logo {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#trans-start-box .inner .logo span {
  color: #fff;
}
#trans-start-box .inner .logo .logo-title p:last-child {
  color: #fff;
}
#trans-water-down,
#trans-water-up {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow: hidden;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
#trans-water-down .cover,
#trans-water-up .cover {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-water-down .cover .logo,
#trans-water-up .cover .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#trans-water-down .cover .logo span,
#trans-water-up .cover .logo span {
  color: #fff;
}
#trans-water-down .cover .logo .logo-title p:last-child,
#trans-water-up .cover .logo .logo-title p:last-child {
  color: #fff;
}
#trans-water-down .box,
#trans-water-up .box {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
#trans-water-down .box .upper,
#trans-water-up .box .upper {
  position: absolute;
  top: -15vh;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #trans-water-down .box .upper,
  #trans-water-up .box .upper {
    top: -8vh;
  }
}
#trans-water-down .box .upper .waves,
#trans-water-up .box .upper .waves {
  position: relative;
  width: 100%;
  height: 15vh;
}
@media only screen and (max-width: 767px) {
  #trans-water-down .box .upper .waves,
  #trans-water-up .box .upper .waves {
    height: 8vh;
  }
}
#trans-water-down .box .upper .waves .parallax > use,
#trans-water-up .box .upper .waves .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5)
    infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
#trans-water-down .box .upper .waves .parallax > use:first-child,
#trans-water-up .box .upper .waves .parallax > use:first-child {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
#trans-water-down .box .upper .waves .parallax > use:nth-child(2),
#trans-water-up .box .upper .waves .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
#trans-water-down .box .upper .waves .parallax > use:nth-child(3),
#trans-water-up .box .upper .waves .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
#trans-water-down .box .upper .waves .parallax > use:nth-child(4),
#trans-water-up .box .upper .waves .parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
#trans-water-down .box .downer,
#trans-water-up .box .downer {
  height: 50vh;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(41, 3, 4, 0.98)),
    to(rgba(20, 1, 1, 0.98))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(41, 3, 4, 0.98) 0%,
    rgba(20, 1, 1, 0.98) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(41, 3, 4, 0.98) 0%,
    rgba(20, 1, 1, 0.98) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(41, 3, 4, 0.98) 0%,
    rgba(20, 1, 1, 0.98) 100%
  );
  -webkit-animation: popUp02 1.5s cubic-bezier(0.64, 0.22, 0.63, 0.72);
  animation: popUp02 1.5s cubic-bezier(0.64, 0.22, 0.63, 0.72);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 1024px) {
  #trans-water-down .box .downer,
  #trans-water-up .box .downer {
    margin-top: -10px;
  }
}
#trans-water-down {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-water-down .cover {
  opacity: 1;
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#trans-water-down .box .downer {
  height: 100vh;
  -webkit-animation: popDown02 1.5s cubic-bezier(0.64, 0.22, 0.63, 0.72);
  animation: popDown02 1.5s cubic-bezier(0.64, 0.22, 0.63, 0.72);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes lineMove {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes lineMove {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes popUp {
  0% {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
@keyframes popUp {
  0% {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
@-webkit-keyframes popUp02 {
  0% {
    height: 10vh;
  }
  to {
    height: 100vh;
  }
}
@keyframes popUp02 {
  0% {
    height: 10vh;
  }
  to {
    height: 100vh;
  }
}
@-webkit-keyframes popDown02 {
  0% {
    height: 100vh;
  }
  to {
    height: 0vh;
  }
}
@keyframes popDown02 {
  0% {
    height: 100vh;
  }
  to {
    height: 0vh;
  }
}
@-webkit-keyframes growUp {
  0% {
    bottom: 0;
    border-width: 0 0 0px 100vw;
  }
  to {
    bottom: 100vh;
    border-width: 0 0 300px 100vw;
  }
}
@keyframes growUp {
  0% {
    bottom: 0;
    border-width: 0 0 0px 100vw;
  }
  to {
    bottom: 100vh;
    border-width: 0 0 300px 100vw;
  }
}
@-webkit-keyframes collapseUp {
  0% {
    height: 100vh;
  }
  to {
    height: 0;
  }
}
@keyframes collapseUp {
  0% {
    height: 100vh;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes shrinkUp {
  0% {
    top: 100vh;
    border-width: 300px 100vw 0 0;
  }
  to {
    top: 0;
    border-width: 0 100vw 0 0;
  }
}
@keyframes shrinkUp {
  0% {
    top: 100vh;
    border-width: 300px 100vw 0 0;
  }
  to {
    top: 0;
    border-width: 0 100vw 0 0;
  }
}
._articleBlock {
  width: 100%;
}
._articleBlock * {
  outline: none;
}
._articleBlock article {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article {
    display: block;
    margin: 0 0 60px 0;
  }
}
._articleBlock article:last-child {
  margin: 0;
}
._articleBlock .typeF + .basic {
  margin-top: 80px !important;
}
@media only screen and (max-width: 900px) {
  ._articleBlock .typeF + .basic {
    margin-top: 60px !important;
  }
}
._articleBlock article ._contentWrap {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap,
._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap,
._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-img]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-img]
  ._contentWrap,
._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap,
._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap,
._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap,
._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap {
  width: 90%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap,
  ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap,
  ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._contentWrap,
  ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap,
  ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap,
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap {
    position: static;
    width: 100% !important;
    padding: 0;
    background-color: transparent !important;
  }
}
._articleBlock article._article.-typeFull-Box-L ._contentWrap,
._articleBlock article._article.-typeFull-Box-R ._contentWrap,
._articleBlock article._article.-typeFull-Box ._contentWrap {
  width: 100%;
  padding: 60px 70px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull-Box-L ._contentWrap,
  ._articleBlock article._article.-typeFull-Box-R ._contentWrap,
  ._articleBlock article._article.-typeFull-Box ._contentWrap {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
  }
}
._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap,
._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap,
._articleBlock article._article.-typeFull-BoxSlice ._contentWrap {
  width: 50% !important;
  padding: 80px;
}
._articleBlock article._article.-typeFull-BoxSlice ._contentWrap {
  width: 60% !important;
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-size="s"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-size="s"]
  ._contentWrap,
._articleBlock article._article.-typeFull-Box[typeFull-size="s"] ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-size="s"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-size="s"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-size="s"]
  ._contentWrap,
._articleBlock article._article.-typeFull-L[typeFull-size="s"] ._contentWrap,
._articleBlock article._article.-typeFull-R[typeFull-size="s"] ._contentWrap,
._articleBlock article._article.-typeFull[typeFull-size="s"] ._contentWrap {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-size="s"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-size="s"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-size="s"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-size="s"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-size="s"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-size="s"]
    ._contentWrap,
  ._articleBlock article._article.-typeFull-L[typeFull-size="s"] ._contentWrap,
  ._articleBlock article._article.-typeFull-R[typeFull-size="s"] ._contentWrap,
  ._articleBlock article._article.-typeFull[typeFull-size="s"] ._contentWrap {
    width: 100% !important;
  }
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-size="m"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-size="m"]
  ._contentWrap,
._articleBlock article._article.-typeFull-Box[typeFull-size="m"] ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-size="m"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-size="m"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-size="m"]
  ._contentWrap,
._articleBlock article._article.-typeFull-L[typeFull-size="m"] ._contentWrap,
._articleBlock article._article.-typeFull-R[typeFull-size="m"] ._contentWrap,
._articleBlock article._article.-typeFull[typeFull-size="m"] ._contentWrap {
  width: 65%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-size="m"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-size="m"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-size="m"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-size="m"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-size="m"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-size="m"]
    ._contentWrap,
  ._articleBlock article._article.-typeFull-L[typeFull-size="m"] ._contentWrap,
  ._articleBlock article._article.-typeFull-R[typeFull-size="m"] ._contentWrap,
  ._articleBlock article._article.-typeFull[typeFull-size="m"] ._contentWrap {
    width: 100% !important;
    padding: 0;
  }
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-size="l"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-size="l"]
  ._contentWrap,
._articleBlock article._article.-typeFull-Box[typeFull-size="l"] ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-size="l"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-size="l"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-size="l"]
  ._contentWrap,
._articleBlock article._article.-typeFull-L[typeFull-size="l"] ._contentWrap,
._articleBlock article._article.-typeFull-R[typeFull-size="l"] ._contentWrap,
._articleBlock article._article.-typeFull[typeFull-size="l"] ._contentWrap {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-size="l"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-size="l"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-size="l"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-size="l"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-size="l"]
    ._contentWrap,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-size="l"]
    ._contentWrap,
  ._articleBlock article._article.-typeFull-L[typeFull-size="l"] ._contentWrap,
  ._articleBlock article._article.-typeFull-R[typeFull-size="l"] ._contentWrap,
  ._articleBlock article._article.-typeFull[typeFull-size="l"] ._contentWrap {
    width: 100% !important;
    padding: 0;
  }
}
._articleBlock article ._contentWrap ._wordWrap {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap {
    width: 100% !important;
  }
}
._articleBlock ._articleL ._contentWrap ._wordWrap {
  width: 45%;
}
._articleBlock ._articleR ._contentWrap ._wordWrap {
  width: 45%;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap {
  width: 50%;
  padding-left: 0;
  padding-right: 20px;
}
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap {
  padding-left: 20px;
  padding-right: 0;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._wordWrap {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 360px;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._wordWrap {
    padding-right: 33%;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
._articleBlock article._article.-typeOverlap-LD ._contentWrap ._wordWrap {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 360px;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._wordWrap {
    padding-right: 33%;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
._articleBlock article._article.-typeOverlap-RU ._contentWrap ._wordWrap {
  padding-top: 50px;
  padding-left: 360px;
  padding-right: 50px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
._articleBlock article._article.-typeOverlap-RD ._contentWrap ._wordWrap {
  padding-bottom: 50px;
  padding-left: 360px;
  padding-right: 50px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-Box[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-L[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-R[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock article ._contentWrap ._wordWrap ._H {
  font-family: ZapfHumanist601BT-Bold, "微軟正黑體修正", "微軟正黑體";
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.35;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._H {
    color: #000;
    font-size: 1.125rem;
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._H,
._articleBlock ._articleRR ._contentWrap ._wordWrap ._H {
  width: 50%;
}
._articleBlock ._articleDL ._contentWrap ._wordWrap ._H,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._H,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._H,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._H {
  width: 35%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-L[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-R[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H {
    width: auto !important;
    min-height: 180px;
    padding: 40px 30px;
    margin: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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: 500px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-L[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull-R[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H,
  ._articleBlock
    article._article.-typeFull[typeFull-img]
    ._typeFullImgCover_Rwd
    ._H {
    min-height: 150px;
    padding: 30px 30px;
  }
}
._articleBlock article ._contentWrap ._wordWrap ._subH {
  font-family: ZapfHumanist601BT-Bold, "微軟正黑體修正", "微軟正黑體";
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._subH {
    font-size: 1rem;
    width: 100% !important;
  }
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleRR ._contentWrap ._wordWrap ._subH {
  width: 50%;
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleSR ._contentWrap ._wordWrap ._subH {
  width: 35%;
}
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH {
  width: 60%;
}
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH {
  margin-left: 5%;
}
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH {
  margin-right: 5%;
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-img]
  ._contentWrap
  ._wordWrap
  ._subH,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-img]
  ._contentWrap
  ._wordWrap
  ._subH,
._articleBlock
  article._article.-typeFull-Box[typeFull-img]
  ._contentWrap
  ._wordWrap
  ._subH,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-img]
  ._contentWrap
  ._wordWrap
  ._subH,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-img]
  ._contentWrap
  ._wordWrap
  ._subH,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-img]
  ._contentWrap
  ._wordWrap
  ._subH,
._articleBlock
  article._article.-typeFull-L[typeFull-img]
  ._contentWrap
  ._wordWrap
  ._subH,
._articleBlock
  article._article.-typeFull-R[typeFull-img]
  ._contentWrap
  ._wordWrap
  ._subH,
._articleBlock
  article._article.-typeFull[typeFull-img]
  ._contentWrap
  ._wordWrap
  ._subH {
  width: auto !important;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._subH,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._subH,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._subH,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._subH,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._subH,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._subH,
  ._articleBlock
    article._article.-typeFull-L[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._subH,
  ._articleBlock
    article._article.-typeFull-R[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._subH,
  ._articleBlock
    article._article.-typeFull[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._subH {
    color: #000 !important;
  }
}
._articleBlock article ._contentWrap ._wordWrap ._P {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 600;
  color: #666;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._P {
    color: #666;
    margin: 0 !important;
    width: 100% !important;
  }
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleSR ._contentWrap ._wordWrap ._P {
  width: 60%;
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._P {
  margin-left: 5%;
}
._articleBlock ._articleSR ._contentWrap ._wordWrap ._P {
  margin-right: 5%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._P,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._P,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._P,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._P,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._P,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._P,
  ._articleBlock
    article._article.-typeFull-L[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._P,
  ._articleBlock
    article._article.-typeFull-R[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._P,
  ._articleBlock
    article._article.-typeFull[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._P {
    color: #000 !important;
  }
}
._articleBlock article ._contentWrap ._wordWrap ._buttonCover {
  display: block;
  width: 100%;
}
._articleBlock article ._contentWrap ._wordWrap ._button {
  font-size: 0.875rem;
  color: #000;
  border: 1px solid #ccc;
  font-weight: 600;
  min-width: 185px;
  min-height: 45px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._button {
    margin-top: 20px;
  }
}
._articleBlock article ._contentWrap ._imgCover {
  margin: 0 -10px;
  padding: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._imgCover {
    margin: 0 -5px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
    float: none !important;
  }
}
._articleBlock ._articleL ._contentWrap > ._imgCover,
._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover,
._articleBlock ._articleR ._contentWrap > ._imgCover,
._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover {
  width: 55%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleL ._contentWrap > ._imgCover,
  ._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover,
  ._articleBlock ._articleR ._contentWrap > ._imgCover,
  ._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover {
    width: auto;
  }
}
._articleBlock ._articleL ._contentWrap > ._imgCover {
  padding-left: 45px;
}
._articleBlock ._articleR ._contentWrap > ._imgCover {
  padding-right: 45px;
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover {
  padding-left: 45px;
  padding-bottom: 30px;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover {
  padding-right: 45px;
  padding-bottom: 30px;
}
._articleBlock ._articleU ._contentWrap > ._imgCover,
._articleBlock ._articleUL ._contentWrap > ._imgCover,
._articleBlock ._articleUR ._contentWrap > ._imgCover {
  padding-top: 60px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleU ._contentWrap > ._imgCover,
  ._articleBlock ._articleUL ._contentWrap > ._imgCover,
  ._articleBlock ._articleUR ._contentWrap > ._imgCover {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
._articleBlock ._articleD ._contentWrap > ._imgCover,
._articleBlock ._articleDL ._contentWrap > ._imgCover,
._articleBlock ._articleDR ._contentWrap > ._imgCover {
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleD ._contentWrap > ._imgCover,
  ._articleBlock ._articleDL ._contentWrap > ._imgCover,
  ._articleBlock ._articleDR ._contentWrap > ._imgCover {
    padding-bottom: 15px;
  }
}
._articleBlock article[articleSwiper="on"] ._imgCover {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article[articleSwiper="on"] ._imgCover {
    margin-left: 0;
    margin-right: 0;
  }
}
._articleBlock article ._contentWrap ._imgCover ._cover {
  width: 100%;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._imgCover ._cover {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px !important;
  }
}
._articleBlock
  article._article.-typeOverlap-LD
  ._contentWrap
  ._imgCover
  ._cover,
._articleBlock
  article._article.-typeOverlap-LU
  ._contentWrap
  ._imgCover
  ._cover,
._articleBlock
  article._article.-typeOverlap-RD
  ._contentWrap
  ._imgCover
  ._cover,
._articleBlock
  article._article.-typeOverlap-RU
  ._contentWrap
  ._imgCover
  ._cover {
  padding: 0 !important;
  margin: 0 !important;
}
._articleBlock
  article._article.-typeOverlap-LD
  ._contentWrap
  ._imgCover
  ._cover:first-child,
._articleBlock
  article._article.-typeOverlap-LU
  ._contentWrap
  ._imgCover
  ._cover:first-child,
._articleBlock
  article._article.-typeOverlap-RD
  ._contentWrap
  ._imgCover
  ._cover:first-child,
._articleBlock
  article._article.-typeOverlap-RU
  ._contentWrap
  ._imgCover
  ._cover:first-child {
  width: 100% !important;
  margin: 0 !important;
}
._articleBlock
  article._article.-typeOverlap-LD
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2),
._articleBlock
  article._article.-typeOverlap-LU
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2),
._articleBlock
  article._article.-typeOverlap-RD
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2),
._articleBlock
  article._article.-typeOverlap-RU
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2) {
  min-width: 120px;
  max-width: 300px;
  width: 50% !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock
    article._article.-typeOverlap-LD
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2),
  ._articleBlock
    article._article.-typeOverlap-LU
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2),
  ._articleBlock
    article._article.-typeOverlap-RD
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2),
  ._articleBlock
    article._article.-typeOverlap-RU
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2) {
    width: 100% !important;
    max-width: 250px;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeOverlap-LD
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2),
  ._articleBlock
    article._article.-typeOverlap-LU
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2),
  ._articleBlock
    article._article.-typeOverlap-RD
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2),
  ._articleBlock
    article._article.-typeOverlap-RU
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2) {
    width: 80% !important;
    max-width: 200px;
  }
}
@media only screen and (max-width: 650px) {
  ._articleBlock
    article._article.-typeOverlap-LD
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2),
  ._articleBlock
    article._article.-typeOverlap-LU
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2),
  ._articleBlock
    article._article.-typeOverlap-RD
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2),
  ._articleBlock
    article._article.-typeOverlap-RU
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2) {
    width: 100% !important;
    max-width: 100px;
  }
}
._articleBlock
  article._article.-typeOverlap-LU
  ._contentWrap
  ._imgCover
  ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 130px !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock
    article._article.-typeOverlap-LU
    ._contentWrap
    ._imgCover
    ._cover:first-child {
    padding-right: 50px !important;
  }
}
._articleBlock
  article._article.-typeOverlap-LU
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2) {
  bottom: -35%;
  right: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeOverlap-LU
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2) {
    bottom: -8%;
  }
}
._articleBlock
  article._article.-typeOverlap-LD
  ._contentWrap
  ._imgCover
  ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 130px !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock
    article._article.-typeOverlap-LD
    ._contentWrap
    ._imgCover
    ._cover:first-child {
    padding-right: 50px !important;
  }
}
._articleBlock
  article._article.-typeOverlap-LD
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2) {
  top: -35%;
  right: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeOverlap-LD
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2) {
    top: -20%;
  }
}
._articleBlock
  article._article.-typeOverlap-RU
  ._contentWrap
  ._imgCover
  ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 130px !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock
    article._article.-typeOverlap-RU
    ._contentWrap
    ._imgCover
    ._cover:first-child {
    padding-left: 50px !important;
  }
}
._articleBlock
  article._article.-typeOverlap-RU
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2) {
  bottom: -35%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeOverlap-RU
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2) {
    bottom: -8%;
  }
}
._articleBlock
  article._article.-typeOverlap-RD
  ._contentWrap
  ._imgCover
  ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 130px !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock
    article._article.-typeOverlap-RD
    ._contentWrap
    ._imgCover
    ._cover:first-child {
    padding-left: 50px !important;
  }
}
._articleBlock
  article._article.-typeOverlap-RD
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2) {
  top: -35%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeOverlap-RD
    ._contentWrap
    ._imgCover
    ._cover:nth-child(2) {
    top: -20%;
  }
}
._articleBlock article ._contentWrap ._imgCover ._cover ._photo {
  width: 100%;
  background-color: #f0f0f0;
  padding: 0;
}
._articleBlock article[img-size="x11"] ._cover ._photo,
._articleBlock article[img-size="x34"] ._cover ._photo,
._articleBlock article[img-size="x43"] ._cover ._photo,
._articleBlock article[img-size="x169"] ._cover ._photo {
  width: 100% !important;
  height: 0 !important;
  overflow: hidden;
}
._articleBlock article[img-size="x11"] ._cover ._photo {
  padding-bottom: 100% !important;
}
._articleBlock article[img-size="x34"] ._cover ._photo {
  padding-bottom: 133.3% !important;
}
._articleBlock article[img-size="x43"] ._cover ._photo {
  padding-bottom: 75% !important;
}
._articleBlock article[img-size="x169"] ._cover ._photo {
  padding-bottom: 56.25% !important;
}
._articleBlock article ._contentWrap ._imgCover ._cover ._photo img {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
._articleBlock article[img-size="x11"] ._cover ._photo img,
._articleBlock article[img-size="x34"] ._cover ._photo img,
._articleBlock article[img-size="x43"] ._cover ._photo img,
._articleBlock article[img-size="x169"] ._cover ._photo img {
  width: 100%;
  height: auto !important;
  padding: 0;
  margin-top: 0.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
._articleBlock article ._contentWrap ._imgCover ._cover ._description {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #666;
  width: 100%;
  padding: 7px 0 0 0;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-img]
    ._contentWrap
    ._description,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-img]
    ._contentWrap
    ._description,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-img]
    ._contentWrap
    ._description,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._contentWrap
    ._description,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._contentWrap
    ._description,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._contentWrap
    ._description,
  ._articleBlock
    article._article.-typeFull-L[typeFull-img]
    ._contentWrap
    ._description,
  ._articleBlock
    article._article.-typeFull-R[typeFull-img]
    ._contentWrap
    ._description,
  ._articleBlock
    article._article.-typeFull[typeFull-img]
    ._contentWrap
    ._description {
    color: #000 !important;
  }
}
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"]
  ._imgCover
  ._cover {
  width: 50%;
}
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"]
  ._imgCover
  ._cover {
  width: 33.3%;
}
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"]
  ._imgCover
  ._cover {
  width: 25%;
}
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"]
  ._imgCover
  ._cover {
  width: 20%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article:not([articleSwiper="on"])[img-row="x2"]
    ._imgCover
    ._cover,
  ._articleBlock
    article:not([articleSwiper="on"])[img-row="x3"]
    ._imgCover
    ._cover,
  ._articleBlock
    article:not([articleSwiper="on"])[img-row="x4"]
    ._imgCover
    ._cover,
  ._articleBlock
    article:not([articleSwiper="on"])[img-row="x5"]
    ._imgCover
    ._cover {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  ._articleBlock
    article:not([articleSwiper="on"])[img-row="x2"]
    ._imgCover
    ._cover,
  ._articleBlock
    article:not([articleSwiper="on"])[img-row="x3"]
    ._imgCover
    ._cover,
  ._articleBlock
    article:not([articleSwiper="on"])[img-row="x4"]
    ._imgCover
    ._cover,
  ._articleBlock
    article:not([articleSwiper="on"])[img-row="x5"]
    ._imgCover
    ._cover {
    width: 100%;
  }
}
._articleBlock article._article.-typeFull,
._articleBlock article._article.-typeFull-Box,
._articleBlock article._article.-typeFull-Box-L,
._articleBlock article._article.-typeFull-Box-R,
._articleBlock article._article.-typeFull-BoxSlice,
._articleBlock article._article.-typeFull-BoxSlice-L,
._articleBlock article._article.-typeFull-BoxSlice-R,
._articleBlock article._article.-typeFull-L,
._articleBlock article._article.-typeFull-R {
  padding: 80px !important;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull,
  ._articleBlock article._article.-typeFull-Box,
  ._articleBlock article._article.-typeFull-Box-L,
  ._articleBlock article._article.-typeFull-Box-R,
  ._articleBlock article._article.-typeFull-BoxSlice,
  ._articleBlock article._article.-typeFull-BoxSlice-L,
  ._articleBlock article._article.-typeFull-BoxSlice-R,
  ._articleBlock article._article.-typeFull-L,
  ._articleBlock article._article.-typeFull-R {
    padding: 40px !important;
    background-image: none !important;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock .typeF + .typeF {
    margin-top: 60px !important;
  }
}
._articleBlock article._article.-typeFull-Box-L[typeFull-img],
._articleBlock article._article.-typeFull-Box-R[typeFull-img],
._articleBlock article._article.-typeFull-Box[typeFull-img],
._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img],
._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img],
._articleBlock article._article.-typeFull-BoxSlice[typeFull-img],
._articleBlock article._article.-typeFull-L[typeFull-img],
._articleBlock article._article.-typeFull-R[typeFull-img],
._articleBlock article._article.-typeFull[typeFull-img] {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull-Box-L[typeFull-img],
  ._articleBlock article._article.-typeFull-Box-R[typeFull-img],
  ._articleBlock article._article.-typeFull-Box[typeFull-img],
  ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img],
  ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img],
  ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img],
  ._articleBlock article._article.-typeFull-L[typeFull-img],
  ._articleBlock article._article.-typeFull-R[typeFull-img],
  ._articleBlock article._article.-typeFull[typeFull-img] {
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 500px) {
  ._articleBlock article._article.-typeFull-Box-L[typeFull-img],
  ._articleBlock article._article.-typeFull-Box-R[typeFull-img],
  ._articleBlock article._article.-typeFull-Box[typeFull-img],
  ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img],
  ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img],
  ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img],
  ._articleBlock article._article.-typeFull-L[typeFull-img],
  ._articleBlock article._article.-typeFull-R[typeFull-img],
  ._articleBlock article._article.-typeFull[typeFull-img] {
    min-height: 200px;
  }
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-Box[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-L[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-R[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd {
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-L[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-R[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull[typeFull-img]
    ._typeFullImgCover_Rwd {
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 500px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-L[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-R[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull[typeFull-img]
    ._typeFullImgCover_Rwd {
    min-height: 225px;
  }
}
@media only screen and (max-width: 380px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-L[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull-R[typeFull-img]
    ._typeFullImgCover_Rwd,
  ._articleBlock
    article._article.-typeFull[typeFull-img]
    ._typeFullImgCover_Rwd {
    min-height: 200px;
  }
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container,
._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container {
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container,
  ._articleBlock
    article._article.-typeSwiper-R
    ._contentWrap
    .swiper-container {
    padding: 25px 0 90px;
  }
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide {
  padding: 0 80px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeSwiper-L
    ._contentWrap
    .swiper-container
    .swiper-wrapper
    ._cover.swiper-slide,
  ._articleBlock
    article._article.-typeSwiper-R
    ._contentWrap
    .swiper-container
    .swiper-wrapper
    ._cover.swiper-slide {
    padding: 0 25px;
  }
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._photoWrap,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._photoWrap {
  padding-left: 20px;
  padding-right: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeSwiper-L
    ._contentWrap
    .swiper-container
    .swiper-wrapper
    ._cover.swiper-slide
    ._photoWrap,
  ._articleBlock
    article._article.-typeSwiper-R
    ._contentWrap
    .swiper-container
    .swiper-wrapper
    ._cover.swiper-slide
    ._photoWrap {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
  }
}
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._photoWrap {
  padding-left: 0;
  padding-right: 20px;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container.swiper-container-horizontal
  > .swiper-pagination-bullets,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container.swiper-container-horizontal
  > .swiper-pagination-bullets {
  bottom: 30px;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-pagination,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-pagination,
._articleBlock article .swiper-container .swiper-pagination {
  width: 100%;
  padding: 0;
  bottom: 10px;
  left: 0;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet,
._articleBlock
  article
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active,
._articleBlock
  article
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}
._articleBlock article .swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #000;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 63px);
  bottom: auto;
  left: 10px;
  right: auto;
  z-index: 10;
}
._articleBlock article .swiper-container .swiper-button-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  border-radius: 50%;
}
._articleBlock article .swiper-container .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  ._articleBlock article .swiper-container .swiper-button-prev {
    display: none;
  }
}
._articleBlock article .swiper-container .swiper-button-next {
  width: 50px;
  height: 50px;
  color: #000;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 63px);
  bottom: auto;
  right: 10px;
  left: auto;
  z-index: 10;
}
._articleBlock article .swiper-container .swiper-button-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  border-radius: 50%;
}
._articleBlock article .swiper-container .swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  ._articleBlock article .swiper-container .swiper-button-next {
    display: none;
  }
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-button-prev,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-button-prev {
  top: calc(50% - 25px);
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-button-next,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-button-next {
  top: calc(50% - 25px);
}
._articleBlock article .swiper-container .swiper-scrollbar {
  border-radius: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
._articleBlock
  article
  .swiper-container.swiper-container-horizontal
  > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 50;
  height: 5px;
  width: 100%;
}
._articleBlock {
}
._articleBlock article {
  position: relative;
}
._articleBlock article ._contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._articleBlock article ._contentWrap:after,
._articleBlock article ._contentWrap:before {
  content: "";
  display: block;
  clear: both;
}
._articleBlock article ._contentWrap ._wordWrap {
  display: block;
  clear: both;
  height: 100%;
}
._articleBlock article ._contentWrap ._wordWrap ._H {
  width: auto;
  z-index: 2;
  outline: none;
}
._articleBlock article ._contentWrap ._wordWrap ._subH {
  width: auto;
  z-index: 2;
  outline: none;
}
._articleBlock article ._contentWrap ._wordWrap ._P {
  outline: none;
  width: auto;
  z-index: 1;
}
._articleBlock article ._contentWrap ._wordWrap ._box {
  display: none;
}
._articleBlock article ._contentWrap ._wordWrap ._button {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._articleBlock article ._contentWrap ._imgCover {
  max-height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
._articleBlock article ._contentWrap ._imgCover ._cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
._articleBlock article ._contentWrap ._imgCover ._cover ._photo {
  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;
  overflow: hidden;
  position: relative;
}
._articleBlock article ._contentWrap ._imgCover ._cover ._description {
  display: block;
}
._articleBlock ._article ._contentWrap,
._articleBlock ._articleD ._contentWrap,
._articleBlock ._articleDL ._contentWrap,
._articleBlock ._articleDR ._contentWrap,
._articleBlock ._articleSL ._contentWrap,
._articleBlock ._articleSR ._contentWrap,
._articleBlock ._articleU ._contentWrap,
._articleBlock ._articleUL ._contentWrap,
._articleBlock ._articleUR ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._article ._wordWrap ._imgCover,
  ._articleBlock ._articleSL ._wordWrap ._imgCover,
  ._articleBlock ._articleSR ._wordWrap ._imgCover {
    float: none;
  }
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleSL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleSR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleSR ._contentWrap ._wordWrap ._subH {
  text-align: left;
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._subH {
  float: left;
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._P {
  float: right;
}
._articleBlock ._articleSR ._contentWrap ._wordWrap ._subH {
  float: right;
}
._articleBlock ._articleSR ._contentWrap ._wordWrap ._P {
  float: left;
}
._articleBlock ._articleD ._contentWrap > ._imgCover,
._articleBlock ._articleDL ._contentWrap > ._imgCover,
._articleBlock ._articleDR ._contentWrap > ._imgCover {
  height: 100%;
}
._articleBlock ._articleU ._contentWrap,
._articleBlock ._articleUL ._contentWrap,
._articleBlock ._articleUR ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleU ._contentWrap,
  ._articleBlock ._articleUL ._contentWrap,
  ._articleBlock ._articleUR ._contentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
._articleBlock ._articleU ._contentWrap > ._imgCover,
._articleBlock ._articleUL ._contentWrap > ._imgCover,
._articleBlock ._articleUR ._contentWrap > ._imgCover {
  height: 100%;
}
._articleBlock ._articleDL ._contentWrap ._wordWrap,
._articleBlock ._articleUL ._contentWrap ._wordWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._articleBlock ._articleDL ._contentWrap ._wordWrap ._H,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._H {
  float: left;
}
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH {
  float: right;
  margin-right: 0;
}
._articleBlock ._articleDR ._contentWrap ._wordWrap,
._articleBlock ._articleUR ._contentWrap ._wordWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._articleBlock ._articleDR ._contentWrap ._wordWrap ._H,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._H {
  float: right;
}
._articleBlock ._articleDR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH {
  float: left;
  margin-left: 0;
}
._articleBlock ._articleD ._contentWrap ._wordWrap ._H {
  width: 100%;
}
._articleBlock ._articleU ._contentWrap ._wordWrap ._H {
  width: 100%;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._H {
  display: block;
  float: right;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._subH {
  display: block;
  float: right;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover {
  float: left;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleRR {
    width: 100% !important;
  }
  ._articleBlock ._articleRR ._wordWrap ._imgCover {
    float: none;
  }
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._H {
  display: block;
  float: left;
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._subH {
  display: block;
  float: left;
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover {
  float: right;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleLR {
    width: 100% !important;
  }
  ._articleBlock ._articleLR ._wordWrap ._imgCover {
    float: none;
  }
}
._articleBlock ._articleL ._contentWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
._articleBlock ._articleL ._contentWrap ._wordWrap {
  float: left;
  clear: none;
}
._articleBlock ._articleL ._contentWrap > ._imgCover {
  float: right;
  clear: both;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleL ._contentWrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  ._articleBlock ._articleL ._contentWrap > ._imgCover {
    float: none;
  }
  ._articleBlock ._articleL ._wordWrap {
    width: 100% !important;
  }
}
._articleBlock ._articleR ._contentWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
._articleBlock ._articleR ._contentWrap ._wordWrap {
  float: right;
  clear: none;
}
._articleBlock ._articleR ._contentWrap > ._imgCover {
  float: left;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleR ._contentWrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  ._articleBlock ._articleR ._contentWrap > ._imgCover {
    float: none;
  }
  ._articleBlock ._articleR ._wordWrap {
    width: 100% !important;
  }
}
._articleBlock article[article-flex="up"] ._contentWrap {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
._articleBlock article[article-flex="center"] ._contentWrap {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
._articleBlock article[article-flex="down"] ._contentWrap {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
._articleBlock article[h-align="center"] ._H {
  text-align: center !important;
}
._articleBlock article[h-align="left"] ._H {
  text-align: left !important;
}
._articleBlock article[h-align="right"] ._H {
  text-align: right !important;
}
._articleBlock article[subh-align="center"] ._subH {
  text-align: center !important;
}
._articleBlock article[subh-align="left"] ._subH {
  text-align: left !important;
}
._articleBlock article[subh-align="right"] ._subH {
  text-align: right !important;
}
._articleBlock article[p-align="center"] ._P {
  text-align: center !important;
}
._articleBlock article[p-align="left"] ._P {
  text-align: left !important;
}
._articleBlock article[p-align="right"] ._P {
  text-align: right !important;
}
._articleBlock article[description-align="center"] ._description {
  text-align: center !important;
}
._articleBlock article[description-align="left"] ._description {
  text-align: left !important;
}
._articleBlock article[description-align="right"] ._description {
  text-align: right !important;
}
._articleBlock article[button-align="center"] ._buttonCover {
  text-align: center;
}
._articleBlock article[button-align="center"] ._buttonCover ._button {
  margin-left: auto !important;
  margin-right: auto !important;
}
._articleBlock article[button-align="left"] ._buttonCover {
  text-align: left;
}
._articleBlock article[button-align="left"] ._buttonCover ._button {
  margin-left: 0 !important;
  margin-right: auto !important;
}
._articleBlock article[button-align="right"] ._buttonCover {
  text-align: right;
}
._articleBlock article[button-align="right"] ._buttonCover ._button {
  margin-left: auto !important;
  margin-right: 0 !important;
}
._articleBlock article[button-textalign="center"] ._button {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
._articleBlock article[button-textalign="left"] ._button {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
._articleBlock article[button-textalign="right"] ._button {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
._articleBlock article:not([articleSwiper="on"])[img-row="x2"] ._imgCover,
._articleBlock article:not([articleSwiper="on"])[img-row="x3"] ._imgCover,
._articleBlock article:not([articleSwiper="on"])[img-row="x4"] ._imgCover,
._articleBlock article:not([articleSwiper="on"])[img-row="x5"] ._imgCover {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"].-typeFull-Box-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"].-typeFull-Box-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"].-typeFull-Box
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"].-typeFull-BoxSlice-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"].-typeFull-BoxSlice-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"].-typeFull-BoxSlice
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"].-typeFull-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"].-typeFull-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x2"].-typeFull
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"].-typeFull-Box-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"].-typeFull-Box-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"].-typeFull-Box
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"].-typeFull-BoxSlice-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"].-typeFull-BoxSlice-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"].-typeFull-BoxSlice
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"].-typeFull-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"].-typeFull-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x3"].-typeFull
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"].-typeFull-Box-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"].-typeFull-Box-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"].-typeFull-Box
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"].-typeFull-BoxSlice-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"].-typeFull-BoxSlice-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"].-typeFull-BoxSlice
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"].-typeFull-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"].-typeFull-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x4"].-typeFull
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"].-typeFull-Box-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"].-typeFull-Box-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"].-typeFull-Box
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"].-typeFull-BoxSlice-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"].-typeFull-BoxSlice-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"].-typeFull-BoxSlice
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"].-typeFull-L
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"].-typeFull-R
  ._imgCover,
._articleBlock
  article:not([articleSwiper="on"])[img-row="x5"].-typeFull
  ._imgCover {
  min-height: 100%;
}
._articleBlock article:not([articleSwiper="on"])[img-merge="on"] ._imgCover {
  width: 100%;
  margin: 0 !important;
}
._articleBlock
  article:not([articleSwiper="on"])[img-merge="on"]
  ._imgCover
  ._cover {
  padding: 0 !important;
}
._articleBlock
  article:not([articleSwiper="on"])[img-merge="on"]
  ._imgCover
  ._cover
  ._description {
  display: none !important;
}
._articleBlock
  article:not([articleSwiper="on"])[img-merge="on"]
  ._typeFullImgCover_RWD {
  margin: 0 !important;
}
._articleBlock
  article._articleL:not([articleSwiper="on"])[img-merge="on"]
  ._imgCover,
._articleBlock
  article._articleLR:not([articleSwiper="on"])[img-merge="on"]
  ._imgCover,
._articleBlock
  article._articleR:not([articleSwiper="on"])[img-merge="on"]
  ._imgCover,
._articleBlock
  article._articleRR:not([articleSwiper="on"])[img-merge="on"]
  ._imgCover {
  width: 50%;
}
._articleBlock
  article:not([articleSwiper="on"])[img-firstbig="on"]
  ._imgCover
  ._cover:first-child {
  width: 100% !important;
}
._articleBlock
  article._articleL:not([articleSwiper="on"])[img-firstbig="on"][img-merge="on"]
  ._imgCover
  ._cover,
._articleBlock
  article._articleLR:not(
    [articleSwiper="on"]
  )[img-firstbig="on"][img-merge="on"]
  ._imgCover
  ._cover,
._articleBlock
  article._articleR:not([articleSwiper="on"])[img-firstbig="on"][img-merge="on"]
  ._imgCover
  ._cover,
._articleBlock
  article._articleRR:not(
    [articleSwiper="on"]
  )[img-firstbig="on"][img-merge="on"]
  ._imgCover
  ._cover {
  padding: 0 !important;
}
._articleBlock
  article._articleL:not([articleSwiper="on"])[img-firstbig="on"][img-merge="on"]
  ._imgCover
  ._cover:first-child,
._articleBlock
  article._articleLR:not(
    [articleSwiper="on"]
  )[img-firstbig="on"][img-merge="on"]
  ._imgCover
  ._cover:first-child,
._articleBlock
  article._articleR:not([articleSwiper="on"])[img-firstbig="on"][img-merge="on"]
  ._imgCover
  ._cover:first-child,
._articleBlock
  article._articleRR:not(
    [articleSwiper="on"]
  )[img-firstbig="on"][img-merge="on"]
  ._imgCover
  ._cover:first-child {
  padding: 0 !important;
}
._articleBlock article[img-size="x11"] ._cover,
._articleBlock article[img-size="x34"] ._cover,
._articleBlock article[img-size="x43"] ._cover,
._articleBlock article[img-size="x169"] ._cover {
  position: relative;
}
._articleBlock article[img-flex="center"] ._imgCover ._cover {
  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;
}
._articleBlock article[img-flex="up"] ._imgCover ._cover {
  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;
}
._articleBlock article[img-flex="down"] ._imgCover ._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;
}
._articleBlock article._article.-typeFull,
._articleBlock article._article.-typeFull-Box,
._articleBlock article._article.-typeFull-Box-L,
._articleBlock article._article.-typeFull-Box-R,
._articleBlock article._article.-typeFull-BoxSlice,
._articleBlock article._article.-typeFull-BoxSlice-L,
._articleBlock article._article.-typeFull-BoxSlice-R,
._articleBlock article._article.-typeFull-L,
._articleBlock article._article.-typeFull-R {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._articleBlock article._article.-typeFull-Box-L ._contentWrap ._imgCover,
._articleBlock article._article.-typeFull-Box-R ._contentWrap ._imgCover,
._articleBlock article._article.-typeFull-Box ._contentWrap ._imgCover,
._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap ._imgCover,
._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap ._imgCover,
._articleBlock article._article.-typeFull-BoxSlice ._contentWrap ._imgCover,
._articleBlock article._article.-typeFull-L ._contentWrap ._imgCover,
._articleBlock article._article.-typeFull-R ._contentWrap ._imgCover,
._articleBlock article._article.-typeFull ._contentWrap ._imgCover {
  min-height: 100%;
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-Box[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-L[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock
  article._article.-typeFull-R[typeFull-img]
  ._typeFullImgCover_Rwd,
._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-Box[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-L[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull-R[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H,
._articleBlock
  article._article.-typeFull[typeFull-img]
  ._typeFullImgCover_Rwd
  ._H {
  display: none;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeFull-Box-L[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._H,
  ._articleBlock
    article._article.-typeFull-Box-R[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._H,
  ._articleBlock
    article._article.-typeFull-Box[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._H,
  ._articleBlock
    article._article.-typeFull-BoxSlice-L[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._H,
  ._articleBlock
    article._article.-typeFull-BoxSlice-R[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._H,
  ._articleBlock
    article._article.-typeFull-BoxSlice[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._H,
  ._articleBlock
    article._article.-typeFull-L[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._H,
  ._articleBlock
    article._article.-typeFull-R[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._H,
  ._articleBlock
    article._article.-typeFull[typeFull-img]
    ._contentWrap
    ._wordWrap
    ._H {
    display: none;
  }
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-size="s"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-size="s"]
  ._contentWrap,
._articleBlock article._article.-typeFull-Box[typeFull-size="s"] ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-size="s"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-size="s"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-size="s"]
  ._contentWrap,
._articleBlock article._article.-typeFull-L[typeFull-size="s"] ._contentWrap,
._articleBlock article._article.-typeFull-R[typeFull-size="s"] ._contentWrap,
._articleBlock article._article.-typeFull[typeFull-size="s"] ._contentWrap {
  min-height: 100%;
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-size="m"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-size="m"]
  ._contentWrap,
._articleBlock article._article.-typeFull-Box[typeFull-size="m"] ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-size="m"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-size="m"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-size="m"]
  ._contentWrap,
._articleBlock article._article.-typeFull-L[typeFull-size="m"] ._contentWrap,
._articleBlock article._article.-typeFull-R[typeFull-size="m"] ._contentWrap,
._articleBlock article._article.-typeFull[typeFull-size="m"] ._contentWrap {
  min-height: 100%;
}
._articleBlock
  article._article.-typeFull-Box-L[typeFull-size="l"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-Box-R[typeFull-size="l"]
  ._contentWrap,
._articleBlock article._article.-typeFull-Box[typeFull-size="l"] ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-L[typeFull-size="l"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice-R[typeFull-size="l"]
  ._contentWrap,
._articleBlock
  article._article.-typeFull-BoxSlice[typeFull-size="l"]
  ._contentWrap,
._articleBlock article._article.-typeFull-L[typeFull-size="l"] ._contentWrap,
._articleBlock article._article.-typeFull-R[typeFull-size="l"] ._contentWrap,
._articleBlock article._article.-typeFull[typeFull-size="l"] ._contentWrap {
  min-height: 100%;
}
._articleBlock article._article.-typeFull ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-L {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
._articleBlock article._article.-typeFull-L ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-R {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
._articleBlock article._article.-typeFull-R ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-Box-L ._contentWrap,
._articleBlock article._article.-typeFull-Box-R ._contentWrap,
._articleBlock article._article.-typeFull-Box ._contentWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._articleBlock article._article.-typeFull-Box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._articleBlock article._article.-typeFull-Box-L {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
._articleBlock article._article.-typeFull-Box-R {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
._articleBlock article._article.-typeFull-BoxSlice,
._articleBlock article._article.-typeFull-BoxSlice-L,
._articleBlock article._article.-typeFull-BoxSlice-R {
  padding: 0 !important;
}
._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap,
._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap,
._articleBlock article._article.-typeFull-BoxSlice ._contentWrap {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._articleBlock
  article._article.-typeFull-BoxSlice-L
  ._contentWrap
  ._wordWrap
  ._button,
._articleBlock
  article._article.-typeFull-BoxSlice-R
  ._contentWrap
  ._wordWrap
  ._button,
._articleBlock
  article._article.-typeFull-BoxSlice
  ._contentWrap
  ._wordWrap
  ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-BoxSlice {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull-BoxSlice ._contentWrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
._articleBlock article._article.-typeFull-BoxSlice-L {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap {
  left: 0;
  right: auto;
  margin-left: 0;
}
._articleBlock
  article._article.-typeFull-BoxSlice-L
  ._contentWrap
  ._wordWrap
  ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-BoxSlice-R {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap {
  left: auto;
  right: 0;
  margin-right: 0;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap,
._articleBlock article._article.-typeSwiper-R ._contentWrap {
  width: 100%;
  overflow: hidden;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._photoWrap
  ._photo,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._photoWrap
  ._photo {
  position: relative;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._photoWrap
  ._photo
  img,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._photoWrap
  ._photo
  img {
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap
  ._H,
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap
  ._P,
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap
  ._subH,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap
  ._H,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap
  ._P,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap
  ._subH {
  width: 100%;
  margin-left: 0 !important;
  margin-left: 0 !important;
}
._articleBlock
  article._article.-typeSwiper-L
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap
  ._button,
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide
  ._wordWrap
  ._button {
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeSwiper-L
    ._contentWrap
    .swiper-container
    .swiper-wrapper
    ._cover.swiper-slide
    ._wordWrap,
  ._articleBlock
    article._article.-typeSwiper-R
    ._contentWrap
    .swiper-container
    .swiper-wrapper
    ._cover.swiper-slide
    ._wordWrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock
    article._article.-typeSwiper-L
    ._contentWrap
    .swiper-container
    .swiper-wrapper
    ._cover.swiper-slide,
  ._articleBlock
    article._article.-typeSwiper-R
    ._contentWrap
    .swiper-container
    .swiper-wrapper
    ._cover.swiper-slide {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
._articleBlock
  article._article.-typeSwiper-R
  ._contentWrap
  .swiper-container
  .swiper-wrapper
  ._cover.swiper-slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover,
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover,
._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover,
._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover {
  margin: 0;
  height: 100%;
}
._articleBlock
  article._article.-typeOverlap-LD
  ._contentWrap
  ._imgCover
  ._cover,
._articleBlock
  article._article.-typeOverlap-LU
  ._contentWrap
  ._imgCover
  ._cover,
._articleBlock
  article._article.-typeOverlap-RD
  ._contentWrap
  ._imgCover
  ._cover,
._articleBlock
  article._article.-typeOverlap-RU
  ._contentWrap
  ._imgCover
  ._cover {
  display: none !important;
}
._articleBlock
  article._article.-typeOverlap-LD
  ._contentWrap
  ._imgCover
  ._cover:first-child,
._articleBlock
  article._article.-typeOverlap-LU
  ._contentWrap
  ._imgCover
  ._cover:first-child,
._articleBlock
  article._article.-typeOverlap-RD
  ._contentWrap
  ._imgCover
  ._cover:first-child,
._articleBlock
  article._article.-typeOverlap-RU
  ._contentWrap
  ._imgCover
  ._cover:first-child {
  display: block !important;
}
._articleBlock
  article._article.-typeOverlap-LD
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2),
._articleBlock
  article._article.-typeOverlap-LU
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2),
._articleBlock
  article._article.-typeOverlap-RD
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2),
._articleBlock
  article._article.-typeOverlap-RU
  ._contentWrap
  ._imgCover
  ._cover:nth-child(2) {
  display: block !important;
  position: absolute;
  z-index: 1;
}
._articleBlock
  article._article.-typeOverlap-LD
  ._contentWrap
  ._imgCover
  ._cover
  ._description,
._articleBlock
  article._article.-typeOverlap-LU
  ._contentWrap
  ._imgCover
  ._cover
  ._description,
._articleBlock
  article._article.-typeOverlap-RD
  ._contentWrap
  ._imgCover
  ._cover
  ._description,
._articleBlock
  article._article.-typeOverlap-RU
  ._contentWrap
  ._imgCover
  ._cover
  ._description {
  display: none !important;
}
._articleBlock article._article.-typeOverlap-LD ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
._articleBlock article._article.-typeOverlap-RD ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
._articleBlock article .swiper-container-android .swiper-slide,
._articleBlock article .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
._articleBlock article .swiper-container {
  width: 100%;
  padding-bottom: 50px;
}
._articleBlock article .swiper-container[data-swiper-nav="off"] {
  padding-bottom: 10px;
}
._articleBlock article .swiper-container .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._articleBlock article .swiper-container .swiper-wrapper .swiper-slide._cover {
  padding: 0;
}
._articleBlock
  article
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  ._description {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  display: block;
  word-break: break-all;
}
.video4-cover ._videoPlayButton,
.video4-cover .playButton {
  content: "";
  font-size: 0;
  line-height: 0;
  color: transparent;
  min-width: auto !important;
  min-height: auto !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  border: 1px solid #ccc;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video4-cover ._videoPlayButton:before,
.video4-cover .playButton:before {
  content: "";
  width: 0;
  height: 0;
  margin-right: -3px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.video4-cover ._videoOverlay,
.video4-cover .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.video4-cover:hover ._videoPlayButton,
.video4-cover:hover .playButton {
  background-color: #bebebe;
}
.video4-cover:hover ._videoOverlay,
.video4-cover:hover .overlay {
  opacity: 0.8;
}
.video4-cover.onPage iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.video4-player {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  -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;
  z-index: 999;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.video4-player .playerCover {
  width: 80%;
  max-width: 1280px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
  position: relative;
}
.video4-player .playerCover .player {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
.video4-player .playerCover .player iframe {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 10;
}
.video4-player .playerCover .closeButton {
  width: 30px;
  height: 30px;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  bottom: auto;
  right: -30px;
  left: auto;
  z-index: 10;
}
.video4-player .playerCover .closeButton:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.video4-player .playerCover .closeButton:after {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}
.video4-player.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video4-player.open {
  opacity: 1;
}
.video4FixedBody {
  overflow: hidden;
}
nav.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}
nav.header.fixed,
nav.header.fixed.black,
nav.header.fixed.white {
  position: fixed;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  top: -100px;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  nav.header.fixed,
  nav.header.fixed.black,
  nav.header.fixed.white {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
}
nav.header.fixed.black .container a.logo,
nav.header.fixed .container a.logo,
nav.header.fixed.white .container a.logo {
  left: 80px;
}
nav.header.fixed.black .container a.logo span.icon-logo-black,
nav.header.fixed .container a.logo span.icon-logo-black,
nav.header.fixed.white .container a.logo span.icon-logo-black {
  color: #131313;
}
nav.header.fixed.black .container a.logo .logo-title p:first-child,
nav.header.fixed .container a.logo .logo-title p:first-child,
nav.header.fixed.white .container a.logo .logo-title p:first-child {
  color: #333;
}
nav.header.fixed.black .container a.logo .logo-title p:last-child,
nav.header.fixed .container a.logo .logo-title p:last-child,
nav.header.fixed.white .container a.logo .logo-title p:last-child {
  color: #131313;
}
@media only screen and (max-width: 1024px) {
  nav.header.fixed.black .container a.logo,
  nav.header.fixed .container a.logo,
  nav.header.fixed.white .container a.logo {
    left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  nav.header.fixed.black .container a.logo,
  nav.header.fixed .container a.logo,
  nav.header.fixed.white .container a.logo {
    left: 20px;
  }
}
nav.header.fixed.black .container ul.tools,
nav.header.fixed .container ul.tools,
nav.header.fixed.white .container ul.tools {
  background-color: #505050;
}
nav.header.fixed.black .container ul.tools li.other-page,
nav.header.fixed .container ul.tools li.other-page,
nav.header.fixed.white .container ul.tools li.other-page {
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  nav.header.fixed.black .container ul.tools li.other-page,
  nav.header.fixed .container ul.tools li.other-page,
  nav.header.fixed.white .container ul.tools li.other-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
nav.header.fixed.black .container ul.tools li.other-page:hover:after,
nav.header.fixed .container ul.tools li.other-page:hover:after,
nav.header.fixed.white .container ul.tools li.other-page:hover:after {
  width: 320px;
  height: 320px;
}
nav.header.fixed.black .container ul.tools li.other-page:hover a span:before,
nav.header.fixed .container ul.tools li.other-page:hover a span:before,
nav.header.fixed.white .container ul.tools li.other-page:hover a span:before {
  width: 100%;
}
nav.header.fixed.black .container ul.tools li.other-page:before,
nav.header.fixed .container ul.tools li.other-page:before,
nav.header.fixed.white .container ul.tools li.other-page:before {
  background-color: #fff;
}
nav.header.fixed.black .container ul.tools li.other-page:after,
nav.header.fixed .container ul.tools li.other-page:after,
nav.header.fixed.white .container ul.tools li.other-page:after {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #333333;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
nav.header.fixed.black .container ul.tools li.other-page a,
nav.header.fixed .container ul.tools li.other-page a,
nav.header.fixed.white .container ul.tools li.other-page a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
nav.header.fixed.black .container ul.tools li.other-page a span:before,
nav.header.fixed .container ul.tools li.other-page a span:before,
nav.header.fixed.white .container ul.tools li.other-page a span:before {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  nav.header.fixed.black .container ul.tools li.other-page a span:before,
  nav.header.fixed .container ul.tools li.other-page a span:before,
  nav.header.fixed.white .container ul.tools li.other-page a span:before {
    display: none;
  }
}
nav.header.fixed.black .container ul.tools li.search-icon,
nav.header.fixed .container ul.tools li.search-icon,
nav.header.fixed.white .container ul.tools li.search-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  nav.header.fixed.black .container ul.tools li.search-icon,
  nav.header.fixed .container ul.tools li.search-icon,
  nav.header.fixed.white .container ul.tools li.search-icon {
    display: none;
  }
}
nav.header.fixed.black .container ul.tools li.search-icon:hover:after,
nav.header.fixed .container ul.tools li.search-icon:hover:after,
nav.header.fixed.white .container ul.tools li.search-icon:hover:after {
  width: 250px;
  height: 250px;
}
nav.header.fixed.black .container ul.tools li.search-icon:after,
nav.header.fixed .container ul.tools li.search-icon:after,
nav.header.fixed.white .container ul.tools li.search-icon:after {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #333333;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
nav.header.fixed.black .container ul.tools li.search-icon span,
nav.header.fixed .container ul.tools li.search-icon span,
nav.header.fixed.white .container ul.tools li.search-icon span {
  position: relative;
  z-index: 1;
  color: #fff;
}
nav.header.show.fixed {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  nav.header.show.fixed {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
nav.header .container {
  position: relative;
}
nav.header .container a.logo {
  position: absolute;
  left: 6.5%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 23px;
  -webkit-animation: fadeIn 1.5s 1;
  animation: fadeIn 1.5s 1;
}
@media only screen and (max-width: 1024px) {
  nav.header .container a.logo {
    left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  nav.header .container a.logo {
    left: 25px;
  }
}
nav.header .container a.logo span.icon-logo-black {
  font-size: 57px;
  color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  nav.header .container a.logo span.icon-logo-black {
    font-size: 36px;
  }
}
nav.header .container a.logo .logo-title {
  font-size: 1.25rem;
  margin-left: 14px;
}
@media only screen and (max-width: 767px) {
  nav.header .container a.logo .logo-title {
    font-size: 0.75rem;
  }
}
nav.header .container a.logo .logo-title p:first-child {
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin-bottom: 3px;
}
nav.header .container a.logo .logo-title p:last-child {
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
nav.header .container ul.tools {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.header .container ul.tools li.other-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-animation: slideLeft 1.5s 1;
  animation: slideLeft 1.5s 1;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.other-page {
    padding-right: 26px;
  }
}
nav.header .container ul.tools li.other-page:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 33px;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.other-page:before {
    display: none;
  }
}
nav.header .container ul.tools li.other-page a {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.other-page a {
    font-size: 0.875rem;
  }
}
nav.header .container ul.tools li.other-page a:hover span:before {
  width: 100%;
}
nav.header .container ul.tools li.other-page a span {
  position: relative;
}
nav.header .container ul.tools li.other-page a span:before {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -7px;
  background-color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.other-page a span:before {
    width: 100%;
  }
}
nav.header .container ul.tools li.search-icon {
  width: 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;
  cursor: pointer;
  -webkit-animation: slideLeft 1.5s 1;
  animation: slideLeft 1.5s 1;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.search-icon {
    display: none;
    width: 65px;
  }
}
nav.header .container ul.tools li.search-icon:hover span {
  color: #e9521d;
}
nav.header .container ul.tools li.search-icon span {
  font-size: 15px;
  color: #ddd;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
nav.header .container ul.tools li.side-button {
  width: 80px;
  height: 80px;
  background-color: #730c0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 26px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.side-button {
    width: 65px;
    height: 65px;
    padding: 0 20px;
  }
}
nav.header .container ul.tools li.side-button:hover {
  background-color: #5c0a0c;
}
nav.header .container ul.tools li.side-button:hover div span:first-child {
  width: 28px;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.side-button:hover div span:first-child {
    width: 24px;
  }
}
nav.header .container ul.tools li.side-button:hover div span:nth-child(2) {
  width: 25px;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.side-button:hover div span:nth-child(2) {
    width: 21px;
  }
}
nav.header .container ul.tools li.side-button:hover div span:nth-child(3) {
  width: 20px;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.side-button:hover div span:nth-child(3) {
    width: 18px;
  }
}
nav.header .container ul.tools li.side-button div span {
  display: block;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
nav.header .container ul.tools li.side-button div span:not(:last-child) {
  margin-bottom: 4px;
}
nav.header .container ul.tools li.side-button div span:first-child {
  width: 23px;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.side-button div span:first-child {
    width: 19px;
  }
}
nav.header .container ul.tools li.side-button div span:nth-child(2) {
  width: 28px;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.side-button div span:nth-child(2) {
    width: 24px;
  }
}
nav.header .container ul.tools li.side-button div span:nth-child(3) {
  width: 28px;
}
@media only screen and (max-width: 767px) {
  nav.header .container ul.tools li.side-button div span:nth-child(3) {
    width: 24px;
  }
}
nav.header.black .container a.logo span.icon-logo-black {
  color: #131313;
}
nav.header.black .container a.logo .logo-title p:first-child {
  color: #333;
}
nav.header.black .container a.logo .logo-title p:last-child {
  color: #131313;
}
nav.header.black .container ul.tools li.other-page {
  color: #131313;
}
nav.header.black .container ul.tools li.other-page:before {
  background-color: #131313;
}
nav.header.black .container ul.tools li.other-page a span:before {
  background-color: #131313;
}
nav.header.black .container ul.tools li.search-icon:hover span {
  color: #e9521d;
}
nav.header.black .container ul.tools li.search-icon span {
  color: #131313;
}
body.article_detail nav.header .container a.logo span.icon-logo-black,
body.location_detail nav.header .container a.logo span.icon-logo-black,
body.news_detail nav.header .container a.logo span.icon-logo-black,
body.products_detail_products nav.header .container a.logo span.icon-logo-black,
body.team_detail nav.header .container a.logo span.icon-logo-black {
  color: #131313;
}
body.article_detail nav.header .container a.logo .logo-title p:first-child,
body.location_detail nav.header .container a.logo .logo-title p:first-child,
body.news_detail nav.header .container a.logo .logo-title p:first-child,
body.products_detail_products
  nav.header
  .container
  a.logo
  .logo-title
  p:first-child,
body.team_detail nav.header .container a.logo .logo-title p:first-child {
  color: #333;
}
body.article_detail nav.header .container a.logo .logo-title p:last-child,
body.location_detail nav.header .container a.logo .logo-title p:last-child,
body.news_detail nav.header .container a.logo .logo-title p:last-child,
body.products_detail_products
  nav.header
  .container
  a.logo
  .logo-title
  p:last-child,
body.team_detail nav.header .container a.logo .logo-title p:last-child {
  color: #131313;
}
body.article_detail nav.header .container ul.tools li.other-page,
body.location_detail nav.header .container ul.tools li.other-page,
body.news_detail nav.header .container ul.tools li.other-page,
body.products_detail_products nav.header .container ul.tools li.other-page,
body.team_detail nav.header .container ul.tools li.other-page {
  color: #131313;
}
body.article_detail nav.header .container ul.tools li.other-page a span:before,
body.location_detail nav.header .container ul.tools li.other-page a span:before,
body.news_detail nav.header .container ul.tools li.other-page a span:before,
body.products_detail_products
  nav.header
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.team_detail nav.header .container ul.tools li.other-page a span:before {
  background-color: #131313;
}
body.article_detail nav.header.fixed.black .container ul.tools li.other-page,
body.article_detail nav.header.fixed .container ul.tools li.other-page,
body.article_detail nav.header.fixed.white .container ul.tools li.other-page,
body.location_detail nav.header.fixed.black .container ul.tools li.other-page,
body.location_detail nav.header.fixed .container ul.tools li.other-page,
body.location_detail nav.header.fixed.white .container ul.tools li.other-page,
body.news_detail nav.header.fixed.black .container ul.tools li.other-page,
body.news_detail nav.header.fixed .container ul.tools li.other-page,
body.news_detail nav.header.fixed.white .container ul.tools li.other-page,
body.products_detail_products
  nav.header.fixed.black
  .container
  ul.tools
  li.other-page,
body.products_detail_products
  nav.header.fixed
  .container
  ul.tools
  li.other-page,
body.products_detail_products
  nav.header.fixed.white
  .container
  ul.tools
  li.other-page,
body.team_detail nav.header.fixed.black .container ul.tools li.other-page,
body.team_detail nav.header.fixed .container ul.tools li.other-page,
body.team_detail nav.header.fixed.white .container ul.tools li.other-page {
  color: #fff;
}
body.article_detail
  nav.header.fixed.black
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.article_detail
  nav.header.fixed
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.article_detail
  nav.header.fixed.white
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.location_detail
  nav.header.fixed.black
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.location_detail
  nav.header.fixed
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.location_detail
  nav.header.fixed.white
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.news_detail
  nav.header.fixed.black
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.news_detail
  nav.header.fixed
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.news_detail
  nav.header.fixed.white
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.products_detail_products
  nav.header.fixed.black
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.products_detail_products
  nav.header.fixed
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.products_detail_products
  nav.header.fixed.white
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.team_detail
  nav.header.fixed.black
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.team_detail
  nav.header.fixed
  .container
  ul.tools
  li.other-page
  a
  span:before,
body.team_detail
  nav.header.fixed.white
  .container
  ul.tools
  li.other-page
  a
  span:before {
  background-color: #fff;
}
section.menu-lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 10vh 80px;
  background-image: url(../img/menu-bg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
@media only screen and (max-width: 900px) {
  section.menu-lightbox {
    padding: 5vh 45px;
    background-position: center left -250px;
  }
}
section.menu-lightbox.show {
  opacity: 1;
}
section.menu-lightbox.show .menu-container .menu-dialog .close-wrap {
  opacity: 1;
}
section.menu-lightbox.show .menu-container .menu-dialog ul.menu-wrap-pc {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
section.menu-lightbox.show .menu-container .menu-dialog .menu-wrap-phone {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
section.menu-lightbox.show .menu-container .menu-dialog .foot-wrap {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
section.menu-lightbox .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
section.menu-lightbox .menu-container .menu-dialog {
  width: 100%;
  max-width: 1100px;
}
section.menu-lightbox .menu-container .menu-dialog .close-wrap {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 900px) {
  section.menu-lightbox .menu-container .menu-dialog .close-wrap {
    margin-bottom: 7vh;
  }
}
section.menu-lightbox .menu-container .menu-dialog .close-wrap .close-btn {
  position: absolute;
  top: 10vh;
  right: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  section.menu-lightbox .menu-container .menu-dialog .close-wrap .close-btn {
    position: static;
    float: right;
  }
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .close-wrap
  .close-btn:hover
  p {
  color: #e9521d;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .close-wrap
  .close-btn:hover
  .icon
  span {
  width: 34px;
  background-color: #e9521d;
}
section.menu-lightbox .menu-container .menu-dialog .close-wrap .close-btn p {
  color: #fff;
  margin-right: 15px;
  letter-spacing: 0.03em;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .close-wrap
  .close-btn
  .icon {
  position: relative;
  width: 25px;
  height: 25px;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .close-wrap
  .close-btn
  .icon
  span {
  display: block;
  width: 28px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .close-wrap
  .close-btn
  .icon
  span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .close-wrap
  .close-btn
  .icon
  span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
section.menu-lightbox .menu-container .menu-dialog .menu-wrap-phone .num,
section.menu-lightbox .menu-container .menu-dialog ul.menu-wrap-pc .num {
  font-size: 0.875rem;
  margin-right: 20px;
  color: #666;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
section.menu-lightbox .menu-container .menu-dialog .menu-wrap-phone .page,
section.menu-lightbox .menu-container .menu-dialog ul.menu-wrap-pc .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .menu-wrap-phone
  .page
  span.en,
section.menu-lightbox
  .menu-container
  .menu-dialog
  ul.menu-wrap-pc
  .page
  span.en {
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  section.menu-lightbox
    .menu-container
    .menu-dialog
    .menu-wrap-phone
    .page
    span.en,
  section.menu-lightbox
    .menu-container
    .menu-dialog
    ul.menu-wrap-pc
    .page
    span.en {
    font-size: 1.625rem;
  }
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .menu-wrap-phone
  .page
  span.tw,
section.menu-lightbox
  .menu-container
  .menu-dialog
  ul.menu-wrap-pc
  .page
  span.tw {
  font-size: 1.25rem;
  color: #999;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  section.menu-lightbox
    .menu-container
    .menu-dialog
    .menu-wrap-phone
    .page
    span.tw,
  section.menu-lightbox
    .menu-container
    .menu-dialog
    ul.menu-wrap-pc
    .page
    span.tw {
    font-size: 1.125rem;
  }
}
section.menu-lightbox .menu-container .menu-dialog ul.menu-wrap-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 350px;
  margin-bottom: 14vh;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 900px) {
  section.menu-lightbox .menu-container .menu-dialog ul.menu-wrap-pc {
    display: none;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  section.menu-lightbox .menu-container .menu-dialog ul.menu-wrap-pc {
    height: 360px;
  }
}
section.menu-lightbox .menu-container .menu-dialog ul.menu-wrap-pc li {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.menu-lightbox .menu-container .menu-dialog ul.menu-wrap-pc li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  ul.menu-wrap-pc
  li
  a:hover
  .num {
  color: #fff;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  ul.menu-wrap-pc
  li
  a:hover
  i.line {
  width: 100px;
  margin-right: 20px;
}
section.menu-lightbox .menu-container .menu-dialog ul.menu-wrap-pc li a i.line {
  display: block;
  width: 0;
  height: 1px;
  background-color: #333;
  margin-right: 0;
  -webkit-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
section.menu-lightbox .menu-container .menu-dialog .menu-wrap-phone {
  color: #fff;
  display: none;
  height: 60vh;
  max-width: 290px;
  margin: auto;
  margin-bottom: 3vh;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(45%, #000),
    color-stop(55%, #000),
    to(rgba(255, 255, 255, 0))
  );
  -webkit-mask-image: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0) 0%,
    #000 45%,
    #000 55%,
    rgba(255, 255, 255, 0) 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(45%, #000),
    color-stop(55%, #000),
    to(rgba(255, 255, 255, 0))
  );
  mask-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    #000 45%,
    #000 55%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 900px) {
  section.menu-lightbox .menu-container .menu-dialog .menu-wrap-phone {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.menu-lightbox .menu-container .menu-dialog .menu-wrap-phone {
    max-width: 265px;
  }
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .menu-wrap-phone
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .menu-wrap-phone
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a.slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .menu-wrap-phone
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  a.slide-inner
  .num,
section.menu-lightbox
  .menu-container
  .menu-dialog
  .menu-wrap-phone
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-duplicate-active
  a.slide-inner
  .num {
  color: #fff;
}
section.menu-lightbox .menu-container .menu-dialog .foot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 900px) {
  section.menu-lightbox .menu-container .menu-dialog .foot-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
  }
}
section.menu-lightbox .menu-container .menu-dialog .foot-wrap .foot-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  section.menu-lightbox .menu-container .menu-dialog .foot-wrap .foot-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .search-box {
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  section.menu-lightbox
    .menu-container
    .menu-dialog
    .foot-wrap
    .foot-left
    .search-box {
    padding-right: 20px;
  }
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .search-box
  a.open-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .search-box
  a.open-search:hover
  span {
  color: #e9521d;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .search-box
  a.open-search
  i.icon-searcher {
  font-size: 14px;
  color: #e9521d;
  margin-right: 10px;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .search-box
  a.open-search
  span {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  section.menu-lightbox
    .menu-container
    .menu-dialog
    .foot-wrap
    .foot-left
    .search-box
    a.open-search
    span {
    font-size: 0.9375rem;
  }
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #333;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box
  p {
  display: inline;
  margin: 0 25px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  section.menu-lightbox
    .menu-container
    .menu-dialog
    .foot-wrap
    .foot-left
    .language-box
    p {
    font-size: 0.9375rem;
    margin-right: 0 20px;
  }
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #333;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box
  a:hover {
  border: 1px solid #e9521d;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box
  a:hover
  span {
  color: #e9521d;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box
  a
  span {
  font-size: 0.875rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box
  a.en-btn {
  margin-right: 15px;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box
  a.active {
  background-color: rgba(153, 153, 153, 0.2);
  border: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-backdrop-filter: blur(0.2);
  backdrop-filter: blur(0.2);
  cursor: default;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-left
  .language-box
  a.active
  span {
  color: #fff;
}
section.menu-lightbox .menu-container .menu-dialog .foot-wrap .foot-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  section.menu-lightbox .menu-container .menu-dialog .foot-wrap .foot-right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-right
  a.logo
  span.icon-logo-black {
  color: #eee;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-right
  a.logo
  .logo-title
  p {
  font-family: ZapfHumanist601BT-Bold, "微軟正黑體修正", "微軟正黑體";
  font-weight: 100;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-right
  a.logo
  .logo-title
  p:last-child {
  color: #eee;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-right
  a.life-page {
  position: relative;
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: Gothic, "微軟正黑體修正", "微軟正黑體";
  margin-left: 35px;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-right
  a.life-page:hover:before {
  width: 100%;
  opacity: 1;
}
section.menu-lightbox
  .menu-container
  .menu-dialog
  .foot-wrap
  .foot-right
  a.life-page:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #ccc;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
section.search-lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0.85);
}
section.search-lightbox.show {
  opacity: 1;
}
section.search-lightbox.show
  section.search-block
  .search-container
  .search-dialog
  .close-wrap {
  opacity: 1;
}
section.search-lightbox.show
  section.search-block
  .search-container
  .search-dialog
  .search-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.search-lightbox.show
  section.search-block
  .search-container
  .search-dialog
  .keyword-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.search-lightbox .scrollbar-macosx {
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
}
section.search-lightbox
  .scrollbar-macosx
  > .scroll-element.scroll-y
  .scroll-bar {
  left: -6px;
  width: 5px;
}
section.search-block {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/search-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 10vh 80px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 900px) {
  section.search-block {
    padding: 5vh 45px;
  }
}
@media only screen and (max-width: 767px) {
  section.search-block {
    padding: 5vh 20px;
  }
}
@media only screen and (max-width: 900px) {
  section.search-block.searched {
    padding-bottom: 20px;
  }
}
section.search-block .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
section.search-block .search-container .search-dialog {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 900px) {
  section.search-block .search-container .search-dialog {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
section.search-block .search-container .search-dialog .close-wrap {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 900px) {
  section.search-block .search-container .search-dialog .close-wrap {
    margin-bottom: 10px;
  }
}
section.search-block .search-container .search-dialog .close-wrap a.close-btn {
  position: absolute;
  top: 10vh;
  right: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  section.search-block
    .search-container
    .search-dialog
    .close-wrap
    a.close-btn {
    position: static;
    float: right;
  }
}
section.search-block
  .search-container
  .search-dialog
  .close-wrap
  a.close-btn:hover
  p {
  color: #e9521d;
}
section.search-block
  .search-container
  .search-dialog
  .close-wrap
  a.close-btn:hover
  .icon
  span {
  width: 34px;
  background-color: #e9521d;
}
section.search-block
  .search-container
  .search-dialog
  .close-wrap
  a.close-btn
  p {
  color: #fff;
  margin-right: 15px;
  letter-spacing: 0.03em;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
section.search-block
  .search-container
  .search-dialog
  .close-wrap
  a.close-btn
  .icon {
  position: relative;
  width: 25px;
  height: 25px;
}
section.search-block
  .search-container
  .search-dialog
  .close-wrap
  a.close-btn
  .icon
  span {
  display: block;
  width: 28px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.search-block
  .search-container
  .search-dialog
  .close-wrap
  a.close-btn
  .icon
  span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
section.search-block
  .search-container
  .search-dialog
  .close-wrap
  a.close-btn
  .icon
  span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
section.search-block .search-container .search-dialog .search-wrap {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
section.search-block .search-container .search-dialog .search-wrap .title-box {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .title-box {
    margin-bottom: 35px;
  }
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .title-box
  p.en {
  font-size: 2.8125rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .title-box
    p.en {
    font-size: 2.625rem;
  }
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .title-box
  p.tw {
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.search-block .search-container .search-dialog .search-wrap .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #313131;
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .input-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .input-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 900px) {
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .input-wrap
    .input-box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    background-color: #313131;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .input-wrap
    .input-box {
    height: 55px;
  }
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .input-box
  input[type="text"] {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0 40px;
  font-size: 1.125rem;
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  color: #eee;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .input-wrap
    .input-box
    input[type="text"] {
    padding: 0 20px;
    font-size: 1rem;
  }
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .input-box
  input[type="text"]::-webkit-input-placeholder {
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-size: 1rem;
  color: #666;
  letter-spacing: 0.05em;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .input-box
  input[type="text"]:-ms-input-placeholder {
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-size: 1rem;
  color: #666;
  letter-spacing: 0.05em;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .input-box
  input[type="text"]::-ms-input-placeholder {
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-size: 1rem;
  color: #666;
  letter-spacing: 0.05em;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .input-box
  input[type="text"]::placeholder {
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-size: 1rem;
  color: #666;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .input-wrap
    .input-box
    input[type="text"]::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .input-wrap
    .input-box
    input[type="text"]:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .input-wrap
    .input-box
    input[type="text"]::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  section.search-block
    .search-container
    .search-dialog
    .search-wrap
    .input-wrap
    .input-box
    input[type="text"]::placeholder {
    font-size: 0.875rem;
  }
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .clear-btn,
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .go-search {
  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: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .clear-btn:hover
  span,
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .go-search:hover
  span {
  color: #e9521d;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .clear-btn
  span,
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .go-search
  span {
  color: #ccc;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .clear-btn {
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .go-search {
  position: relative;
  width: 80px;
  height: 80px;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .go-search:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: calc(50% - 9px);
  width: 1px;
  height: 18px;
  background-color: #555;
}
section.search-block
  .search-container
  .search-dialog
  .search-wrap
  .input-wrap
  .btn-box
  .go-search
  span {
  font-size: 14px;
}
section.search-block .search-container .search-dialog .keyword-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 900px) {
  section.search-block .search-container .search-dialog .keyword-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    border-top: 1px solid #333;
  }
}
section.search-block .search-container .search-dialog .keyword-wrap p.title {
  position: relative;
  letter-spacing: 0.05em;
  color: #666;
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 20px;
}
@media only screen and (max-width: 900px) {
  section.search-block .search-container .search-dialog .keyword-wrap p.title {
    width: 100%;
    padding: 10px 15px;
  }
}
section.search-block
  .search-container
  .search-dialog
  .keyword-wrap
  p.title:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 10px;
  width: 1px;
  height: 14px;
  background-color: #666;
}
@media only screen and (max-width: 900px) {
  section.search-block
    .search-container
    .search-dialog
    .keyword-wrap
    p.title:before {
    display: none;
  }
}
section.search-block
  .search-container
  .search-dialog
  .keyword-wrap
  ul.words-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
section.search-block
  .search-container
  .search-dialog
  .keyword-wrap
  ul.words-box
  li {
  color: #eee;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  section.search-block
    .search-container
    .search-dialog
    .keyword-wrap
    ul.words-box
    li {
    font-size: 0.875rem;
  }
}
section.search-block
  .search-container
  .search-dialog
  .keyword-wrap
  ul.words-box
  li:hover {
  color: #e9521d;
}
section.result-block {
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}
section.result-block .result-container .head-text {
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
}
section.result-block .result-container .head-text.show p.found {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.result-block .result-container .head-text.show p.result {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.result-block .result-container .head-text p.found {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 25px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
section.result-block .result-container .head-text p.result {
  font-size: 2.8125rem;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  section.result-block .result-container .head-text p.result {
    font-size: 2.25rem;
  }
}
section.result-block .result-container .content-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  section.result-block .result-container .content-wrap .content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
section.result-block .result-container .content-wrap .content .each-wine {
  width: calc(25% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
  section.result-block .result-container .content-wrap .content .each-wine {
    width: calc(33.33% - 60px);
  }
}
@media only screen and (max-width: 900px) {
  section.result-block .result-container .content-wrap .content .each-wine {
    width: calc(50% - 60px);
  }
}
@media only screen and (max-width: 600px) {
  section.result-block .result-container .content-wrap .content .each-wine {
    display: none;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  section.result-block
    .result-container
    .content-wrap
    .content
    .each-wine.show {
    opacity: 0;
  }
}
section.result-block
  .result-container
  .content-wrap
  .content
  .each-wine.show.fadeIn {
  opacity: 1;
}
section.result-block .result-container .content-wrap a.loading-btn {
  display: none;
  margin-bottom: 55px;
}
@media only screen and (max-width: 600px) {
  section.result-block .result-container .content-wrap a.loading-btn {
    display: block;
  }
}
section.result-block .result-container p.none-result {
  display: none;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 150px;
}
section.result-block .result-container p.none-result.show {
  display: block;
}
section.result-block .result-container .top-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.result-block .result-container .top-btn-wrap a.top-btn i {
  border-color: transparent transparent #000 transparent;
}
section.result-block .result-container .top-btn-wrap a.top-btn span {
  color: #000;
}
.slogan {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  background-color: #222;
}
.slogan ul {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slogan li {
  position: relative;
  margin: 0 60px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 25.2px;
  word-break: keep-all;
  font-size: 2.625rem;
}
@media only screen and (max-width: 1100px) {
  .slogan li {
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 900px) {
  .slogan li {
    margin: 0 20px;
    letter-spacing: 16px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .slogan li {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 8.64px;
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 600px) {
  .slogan li {
    margin: 0 5px;
    letter-spacing: 3px;
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 490px) {
  .slogan li {
    letter-spacing: 1px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  .slogan li {
    margin: 0 2px;
    font-size: 1.625rem;
  }
}
.slogan li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 110px;
}
@media only screen and (max-width: 900px) {
  .slogan li:first-child {
    margin-right: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .slogan li:first-child {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .slogan li:first-child {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .slogan li:nth-child(2) {
    margin-right: 10px;
  }
}
.slogan img {
  position: absolute;
  right: -50px;
  max-width: 40px;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .slogan img {
    right: -35px;
    max-width: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .slogan img {
    right: -25px;
    max-width: 20px;
  }
}
html.en .slogan li {
  position: relative;
  letter-spacing: 4px;
}
@media only screen and (max-width: 900px) {
  html.en .slogan li {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  html.en .slogan li {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 600px) {
  html.en .slogan li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 450px) {
  html.en .slogan li {
    font-size: 1.125rem;
  }
}
html.en .slogan li:nth-child(3) {
  display: none;
}
body.home footer.footer {
  background-color: transparent;
}
body.home footer.footer:before {
  display: block;
}
footer.footer {
  position: relative;
  z-index: 2;
  padding-top: 35px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: calc(10vh + 100px);
  background-color: #131313;
  overflow: hidden;
}
@media only screen and (max-width: 1140px) {
  footer.footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer.footer:before {
  position: absolute;
  content: "";
  display: none;
  width: calc(100% - 160px);
  height: 4px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 0.1;
}
@media only screen and (max-width: 1024px) {
  footer.footer:before {
    width: calc(100% - 50px);
  }
}
footer.footer .container {
  width: 100%;
  max-width: 1520px;
  margin: auto;
}
footer.footer .container .top-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 60px;
  margin-right: 40px;
}
@media only screen and (max-width: 1140px) {
  footer.footer .container .top-btn-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
footer.footer .container .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
}
@media only screen and (max-width: 1140px) {
  footer.footer .container .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
footer.footer .container .content-wrap .left-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 30px;
}
@media only screen and (max-width: 1140px) {
  footer.footer .container .content-wrap .left-box {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1140px) {
  footer.footer .container .content-wrap .left-box .inner {
    text-align: center;
  }
}
footer.footer .container .content-wrap .left-box .inner .tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1140px) {
  footer.footer .container .content-wrap .left-box .inner .tel-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer.footer .container .content-wrap .left-box .inner .tel-box p {
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .tel-box
  p:not(:last-child) {
  padding-right: 25px;
}
@media only screen and (max-width: 1280px) {
  footer.footer
    .container
    .content-wrap
    .left-box
    .inner
    .tel-box
    p:not(:last-child) {
    padding-right: 15px;
  }
}
footer.footer .container .content-wrap .left-box .inner .tel-box p span {
  margin-right: 5px;
}
footer.footer .container .content-wrap .left-box .inner .tel-box p a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer.footer .container .content-wrap .left-box .inner .tel-box p a:hover {
  color: #fff;
}
footer.footer .container .content-wrap .left-box .inner .address-box {
  margin-bottom: 50px;
}
footer.footer .container .content-wrap .left-box .inner .address-box p.address {
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .address-box
  p.address
  a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .address-box
  p.address
  a:hover {
  color: #fff;
}
footer.footer .container .content-wrap .left-box .inner .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1140px) {
  footer.footer .container .content-wrap .left-box .inner .contact-box {
    padding-left: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .social-box {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1140px) {
  footer.footer
    .container
    .content-wrap
    .left-box
    .inner
    .contact-box
    .social-box {
    margin-bottom: 15px;
  }
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .social-box
  a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .social-box
  a:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 1280px) {
  footer.footer
    .container
    .content-wrap
    .left-box
    .inner
    .contact-box
    .social-box
    a:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer.footer
    .container
    .content-wrap
    .left-box
    .inner
    .contact-box
    .social-box
    a:not(:last-child) {
    margin-right: 10px;
  }
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .social-box
  a:last-child {
  margin-right: 10px;
}
@media only screen and (max-width: 1280px) {
  footer.footer
    .container
    .content-wrap
    .left-box
    .inner
    .contact-box
    .social-box
    a:last-child {
    margin-right: 5px;
  }
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .social-box
  a:hover {
  color: #e9521d;
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .social-box
  a
  span {
  font-size: 18px;
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .privacy-box {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1140px) {
  footer.footer
    .container
    .content-wrap
    .left-box
    .inner
    .contact-box
    .privacy-box {
    margin-bottom: 15px;
  }
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .privacy-box
  a {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1280px) {
  footer.footer
    .container
    .content-wrap
    .left-box
    .inner
    .contact-box
    .privacy-box
    a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .privacy-box
  a:first-child {
  padding-left: 0;
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .privacy-box
  a:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
footer.footer
  .container
  .content-wrap
  .left-box
  .inner
  .contact-box
  .privacy-box
  a:hover {
  color: #e9521d;
}
footer.footer .container .content-wrap .middle-box {
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1140px) {
  footer.footer .container .content-wrap .middle-box {
    display: none;
  }
}
footer.footer .container .content-wrap .middle-box .pages-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 110px;
}
footer.footer .container .content-wrap .middle-box .pages-box a {
  font-size: 1.625rem;
  letter-spacing: 0.03em;
  color: #ccc;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer.footer .container .content-wrap .middle-box .pages-box a:hover {
  color: #e9521d;
}
footer.footer .container .content-wrap .middle-box .outer-links {
  margin-bottom: 15px;
}
footer.footer .container .content-wrap .middle-box .outer-links a {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.0625rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer.footer
  .container
  .content-wrap
  .middle-box
  .outer-links
  a:not(:first-child):before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 4px);
  left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e9521d;
}
footer.footer .container .content-wrap .middle-box .outer-links a:hover {
  color: #e9521d;
}
footer.footer .container .content-wrap .right-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 30px;
}
@media only screen and (max-width: 1140px) {
  footer.footer .container .content-wrap .right-box {
    margin-top: 50px;
  }
}
footer.footer .container .content-wrap .right-box a.logo {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.footer .container .content-wrap .right-box a.logo span.icon-logo-black {
  font-size: 3.5625rem;
  color: #fff;
  margin-bottom: 15px;
}
footer.footer .container .content-wrap .right-box a.logo .logo-title {
  margin-left: 0;
  text-align: center;
  font-size: 1.25rem;
}
footer.footer .container .content-wrap .right-box a.logo .logo-title p {
  letter-spacing: 0.05em;
}
footer.footer
  .container
  .content-wrap
  .right-box
  a.logo
  .logo-title
  p:first-child {
  color: #777;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
footer.footer
  .container
  .content-wrap
  .right-box
  a.logo
  .logo-title
  p:last-child {
  color: #fff;
}
footer.footer .container .copyright {
  color: #444;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 0.875rem;
}
footer.footer .container .copyright.phone {
  display: none;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 1140px) {
  footer.footer .container .copyright.phone {
    display: block;
  }
}
footer.footer .container .copyright a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer.footer .container .copyright a:hover {
  color: #999;
}
.search-wrapper {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 80px 0;
  display: table-cell;
  vertical-align: middle;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 500px) {
  .search-wrapper {
    padding: 0;
  }
}
.search-wrapper.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-wrapper .search-box {
  width: 100%;
  max-width: 670px;
  height: auto;
  margin: 0 auto;
  padding: 110px 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .search-wrapper .search-box {
    max-width: 100%;
    height: 100%;
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 500px) {
  .search-wrapper .search-box {
    padding: 30px 20px;
  }
}
.search-wrapper .search-box .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #730c0f;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  .search-wrapper .search-box .close-btn {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
  }
}
.search-wrapper .search-box .close-btn:hover {
  background-color: #5c0a0c;
}
.search-wrapper .search-box .close-btn:hover .fork span:before {
  width: 50%;
}
.search-wrapper .search-box .close-btn:hover .fork span:after {
  height: 50%;
}
.search-wrapper .search-box .close-btn .fork {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-wrapper .search-box .close-btn .fork span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-wrapper .search-box .close-btn .fork span:after,
.search-wrapper .search-box .close-btn .fork span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.search-wrapper .search-box .close-btn .fork span:before {
  width: 40%;
  height: 1px;
}
.search-wrapper .search-box .close-btn .fork span:after {
  width: 1px;
  height: 40%;
}
.search-wrapper .search-box .title-group {
  text-align: center;
  margin-bottom: 40px;
}
.search-wrapper .search-box .title-group .tit {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.search-wrapper .search-box .title-group .sub {
  font-size: 0.875rem;
  font-weight: bold;
}
.search-wrapper .search-box .slide-box {
  width: 100%;
  background-color: #fff;
  padding: 10px 25px;
  margin-bottom: 8px;
}
.search-wrapper .search-box .slide-wrap {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .search-wrapper .search-box .slide-wrap {
    margin-bottom: 15px;
  }
}
.search-wrapper .search-box .slide-wrap .scrollbar-inner {
  height: 300px !important;
  overflow-y: auto;
}
.search-wrapper
  .search-box
  .slide-wrap
  .scrollbar-inner.scrollbar-inner
  > .scroll-element.scroll-y {
  width: 4px;
}
.search-wrapper .search-box .slide-wrap .slide-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}
.search-wrapper .search-box .slide-wrap .slide-content {
  display: none;
  padding: 10px 0;
}
.search-wrapper .search-box .slide-wrap .slide-content a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-wrapper .search-box .slide-wrap .slide-content a:hover {
  color: #666;
}
.search-wrapper .search-box .slide-wrap .slide-content a .list {
  margin-left: 27px;
}
.search-wrapper .search-box .slide-wrap .icon {
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #aaa;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.search-wrapper .search-box .slide-wrap .icon.active {
  background-color: #000;
}
.search-wrapper .search-box .slide-wrap .val {
  font-weight: bold;
  font-size: 1.125rem;
  margin-left: 25px;
}
@media only screen and (max-width: 500px) {
  .search-wrapper .search-box .slide-wrap .val {
    font-size: 1rem;
  }
}
.search-wrapper .search-box .slide-wrap .mark {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  margin-left: auto;
}
.search-wrapper .search-box .slide-wrap .mark span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateZ(0) translate(-50%, -50%);
  transform: translateZ(0) translate(-50%, -50%);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000;
}
.search-wrapper .search-box .slide-wrap .mark span:first-child {
  width: 35%;
  height: 2px;
}
.search-wrapper .search-box .slide-wrap .mark span:nth-child(2) {
  width: 2px;
  height: 35%;
}
.search-wrapper .search-box .slide-wrap .mark.down span:nth-child(2) {
  opacity: 0;
}
.search-wrapper .search-box .now-select {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .search-wrapper .search-box .now-select {
    margin-bottom: 70px;
  }
}
.search-wrapper .search-box .now-select .point {
  font-size: 1.0625rem;
  margin: 0 5px;
  color: #730c0f;
}
.search-wrapper .search-box .send-btn {
  width: 250px;
  height: 40px;
  min-height: 40px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search-wrapper .search-box .send-btn:hover {
  background-color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 350px) {
  .search-wrapper .search-box .send-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50px;
  }
}
.around-wrapper {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 5vh;
  padding-bottom: 10vh;
  display: table-cell;
  vertical-align: middle;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.around-wrapper.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.around-wrapper .around-box {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 35%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .around-wrapper .around-box {
    width: 90%;
    padding-bottom: 45%;
  }
}
.around-wrapper .around-image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.around-wrapper .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .around-wrapper .close-btn {
    width: 65px;
    height: 65px;
  }
}
.around-wrapper .close-btn:hover .fork {
  -webkit-transform: rotate(180deg) translateZ(0);
  transform: rotate(180deg) translateZ(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.around-wrapper .close-btn .fork {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.around-wrapper .close-btn .fork span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.around-wrapper .close-btn .fork span:after,
.around-wrapper .close-btn .fork span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}
.around-wrapper .close-btn .fork span:before {
  width: 40%;
  height: 1px;
}
.around-wrapper .close-btn .fork span:after {
  width: 1px;
  height: 40%;
}
.around-wrapper .pnlm-about-msg {
  display: none !important;
}
.form-wrapper {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 80px 0;
  display: table-cell;
  vertical-align: middle;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 500px) {
  .form-wrapper {
    padding: 10vh 0;
  }
}
.form-wrapper.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.form-wrapper .send-btn {
  width: 250px;
  height: 40px;
  min-height: 40px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.form-wrapper .send-btn:hover {
  background-color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.form-wrapper .form-bg {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../../uploads/location/detail-bg-2.jpg") center/cover;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .form-wrapper .form-bg {
    max-width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .form-wrapper .form-bg {
    max-width: 90%;
    padding: 55px 30px;
  }
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-bg {
    padding: 45px 0px;
  }
}
.form-wrapper .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #730c0f;
  cursor: pointer;
  position: absolute;
  right: 50%;
  top: -40px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .close-btn {
    top: -35px;
    width: 65px;
    height: 65px;
  }
}
.form-wrapper .close-btn:hover {
  background-color: #5c0a0c;
}
.form-wrapper .close-btn:hover .fork span:before {
  width: 50%;
}
.form-wrapper .close-btn:hover .fork span:after {
  height: 50%;
}
.form-wrapper .close-btn .fork {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.form-wrapper .close-btn .fork span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-wrapper .close-btn .fork span:after,
.form-wrapper .close-btn .fork span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.form-wrapper .close-btn .fork span:before {
  width: 40%;
  height: 1px;
}
.form-wrapper .close-btn .fork span:after {
  width: 1px;
  height: 40%;
}
.form-wrapper .form-box {
  width: 100%;
  height: auto;
  padding: 55px 200px 85px;
  background-color: #fff;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 1400px) {
  .form-wrapper .form-box {
    padding: 55px 80px 85px;
  }
}
@media only screen and (max-width: 900px) {
  .form-wrapper .form-box {
    padding: 55px 30px 85px;
  }
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-box {
    padding: 45px 15px 60px;
  }
}
.form-wrapper .form-box .title-group {
  text-align: center;
  margin-bottom: 40px;
}
.form-wrapper .form-box .title-group .tit {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.45px;
  margin-bottom: 15px;
}
.form-wrapper .form-box .title-group .sub {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.28px;
  margin-bottom: 20px;
}
.form-wrapper .form-box .title-group .text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.7px;
  padding: 0 20px;
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-box .title-group .text {
    padding: 0 5px;
  }
}
.form-wrapper .form-box form {
  width: 100%;
  margin-bottom: 25px;
}
.form-wrapper .form-box form .form-title {
  width: 100%;
  padding: 20px 20px 20px 25px;
  font-weight: bold;
  color: #fff;
  background-color: #730c0f;
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-box form .form-title {
    padding: 20px 20px 20px 15px;
  }
}
.form-wrapper .form-box form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #aaa;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-box form .form-wrap {
    padding: 20px 10px;
  }
}
.form-wrapper .form-box form .form-wrap.verification input {
  padding-right: 215px;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form-box form .form-wrap.verification input {
    padding-right: 60px;
  }
}
.form-wrapper .form-box form .form-wrap.verification .view-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  margin-left: 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;
  cursor: pointer;
}
.form-wrapper .form-box form .form-wrap.verification .view-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-wrapper .form-box form .form-wrap.verification .view-box span {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form-box form .form-wrap.verification .view-box span {
    display: none;
  }
}
.form-wrapper .form-box form .form-wrap.verification .view-box img {
  width: 110px;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form-box form .form-wrap.verification .view-box img {
    width: 60px;
  }
}
.form-wrapper .form-box form label {
  min-width: 115px;
  max-width: 115px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
@media only screen and (max-width: 900px) {
  .form-wrapper .form-box form label {
    min-width: 75px;
    max-width: 75px;
  }
}
.form-wrapper .form-box form input,
.form-wrapper .form-box form textarea {
  width: 100%;
  border: none;
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-size: 0.875rem;
  padding: 0;
}
.form-wrapper .form-box form input::-webkit-input-placeholder,
.form-wrapper .form-box form textarea::-webkit-input-placeholder {
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-weight: bold;
  color: #666;
}
.form-wrapper .form-box form input:-ms-input-placeholder,
.form-wrapper .form-box form textarea:-ms-input-placeholder {
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-weight: bold;
  color: #666;
}
.form-wrapper .form-box form input::-ms-input-placeholder,
.form-wrapper .form-box form textarea::-ms-input-placeholder {
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-weight: bold;
  color: #666;
}
.form-wrapper .form-box form input::placeholder,
.form-wrapper .form-box form textarea::placeholder {
  font-family: ZapfHumanist601BT-Roman, "微軟正黑體修正", "微軟正黑體";
  font-weight: bold;
  color: #666;
}
.form-wrapper .form-box form input {
  font-weight: bold;
  color: #000;
}
.form-wrapper .form-box form textarea {
  resize: none;
  overflow: auto;
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form-box form textarea {
    height: 130px;
  }
}
.form-wrapper .form-success {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 15vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  display: none;
}
.form-wrapper .form-success.alert .success-bg {
  width: 450px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form-success.alert .success-bg {
    width: 90%;
  }
}
.form-wrapper .form-success.alert .success-wrap {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form-success.alert .success-wrap {
    padding: 30px;
  }
}
.form-wrapper .form-success.alert .text {
  margin-bottom: 80px;
}
.form-wrapper .form-success.alert a {
  display: block;
  padding: 15px;
  background-color: #000;
  color: #fff;
}
.form-wrapper .form-success.alert .common-btn {
  width: auto;
}
.form-wrapper .form-success .success-bg {
  width: 535px;
  height: auto;
  margin: 0 auto;
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../../uploads/location/detail-bg-2.jpg") center/cover;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form-success .success-bg {
    width: 85%;
    padding: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-success .success-bg {
    width: 100%;
    padding: 50px 20px;
  }
}
.form-wrapper .form-success .success-wrap {
  width: 100%;
  background-color: #fff;
  padding: 100px 65px;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form-success .success-wrap {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-success .success-wrap {
    padding: 30px 10px;
  }
}
.form-wrapper .form-success .text-box {
  text-align: center;
}
.form-wrapper .form-success .title {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-success .title {
    font-size: 1.375rem;
  }
}
.form-wrapper .form-success .sub {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-success .sub {
    font-size: 1rem;
  }
}
.form-wrapper .form-success .text {
  letter-spacing: 0.8px;
  line-height: 1.875rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 500px) {
  .form-wrapper .form-success .text {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}
/*# sourceMappingURL=style.css.map */
