@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bold !important;
}

code, kbd, pre, samp, tt {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

button, input {
  /* 1 */
  overflow: visible;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

button, select {
  /* 1 */
  text-transform: none;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: 0;
}

textarea {
  overflow: auto;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

summary {
  display: list-item;
}

template, [hidden], .hidden {
  display: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: top;
  border-style: none;
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  background: 0 0;
  zoom: 1;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0;
}

a:focus {
  outline: 0;
}

a img {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

a,
button,
input {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important;
}

.p01 {
  padding: 1px !important;
}

.p02 {
  padding: 2px !important;
}

.p03 {
  padding: 3px !important;
}

.p04 {
  padding: 4px !important;
}

.p05 {
  padding: 5px !important;
}

.p06 {
  padding: 6px !important;
}

.p07 {
  padding: 7px !important;
}

.p08 {
  padding: 8px !important;
}

.p09 {
  padding: 9px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%;
}

.ml2per {
  margin-left: 2%;
}

.ml3per {
  margin-left: 3%;
}

.ml4per {
  margin-left: 4%;
}

.mr1per {
  margin-right: 1%;
}

.mr2per {
  margin-right: 2%;
}

.mr3per {
  margin-right: 3%;
}

.mr4per {
  margin-right: 4%;
}

.mt1per {
  margin-top: 1%;
}

.mt2per {
  margin-top: 2%;
}

.mt3per {
  margin-top: 3%;
}

.mt4per {
  margin-top: 4%;
}

.mt5per {
  margin-top: 5%;
}

.mt6per {
  margin-top: 6%;
}

.mt7per {
  margin-top: 7%;
}

.mt8per {
  margin-top: 8%;
}

.mt9per {
  margin-top: 9%;
}

.mt10per {
  margin-top: 10%;
}

.pd1per {
  padding: 1%;
}

.pd2per {
  padding: 2%;
}

.pd3per {
  padding: 3%;
}

.pd4per {
  padding: 4%;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

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

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

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

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lower {
  text-transform: lowercase !important;
}

.text_upper {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: normal !important;
}

.text_bold {
  font-weight: bold !important;
}

.text_line {
  text-decoration: underline;
}

.text_noline {
  text-decoration: none !important;
}

.text_over {
  overflow: hidden !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lhnm {
  line-height: normal !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.visible {
  visibility: visible;
}

.visible-hidden {
  visibility: hidden;
}

.dispc, .breakpc {
  display: block;
}

@media all and (max-width: 960px) {
  .dispc, .breakpc {
    display: none;
  }
}

.dissp, .breaksp {
  display: block;
}

@media all and (min-width: 961px) {
  .dissp, .breaksp {
    display: none;
  }
}

.flexFont {
  font-size: 100%;
}

.obj__fit, .imgfit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.overflow {
  overflow: hidden;
}

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

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

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

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

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

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif !important;
  color: #000;
}

body .fontLogoG {
  font-family: VD-LogoG-Extra-P,ＶＤ ロゴジー 特太 P;
}

body p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

@media all and (max-width: 960px) {
  body p {
    font-size: 14px;
  }
}

body a {
  color: #000;
  line-height: normal;
}

body img, body iframe {
  max-width: 100%;
  line-height: 0;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.dflex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dflex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dflex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

@media all and (max-width: 639px) {
  .container {
    padding: 0 3%;
  }
}

/* -----------------------------------------------
/* HEADER
-------------------------------------------------- */
.header {
  padding: 5px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header.darkHeader {
  background: #000;
}

@media all and (max-width: 960px) {
  .header .blockSocial {
    display: none;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

@media all and (max-width: 960px) {
  .header-top {
    padding: 0 15px;;
    max-width: 100vw;
  }
}

.header-top-logo {
  position: relative;
  z-index: 1;
}

.header-top-logo a {
  line-height: 0;
  display: block;
}

.header-top-logo a img {
  max-height: 80px;
}

@media all and (max-width: 960px) {
  .header-top-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

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

.header-nav {
  z-index: 98;
  background: url(../images/bgbannnerSP.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 30%;
  min-width: 330px;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.header-nav--inside {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}

.header .icon-inside, .header .icon-hamburger {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57px;
  height: 57px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (min-width: 961px) {
  .header .icon {
    margin-right: -10px;
  }
}

@media all and (min-width: 1100px) {
  .header .icon {
    margin-left: 45px;
  }
}

@media all and (max-width: 1040px) {
  .header .icon {
    margin-left: 20px;
  }
}

@media all and (max-width: 768px) {
  .header .icon {
    margin-left: 0;
    margin-right: -15px;
  }
}

.header .icon-hamburger {
  z-index: 99;
}

.header .icon-hamburger span {
  left: 0;
  height: 2px;
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.header .icon-hamburger span:first-child {
  top: 0;
}

.header .icon-hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.header .icon-hamburger span:last-child {
  bottom: 0;
}

.header .icon--img, .header .icon--bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38%;
  width: 56%;
}

.header .icon--img img, .header .icon--bar img {
  max-width: 30px;
}

/* -----------------------------------------------
/* MENU
-------------------------------------------------- */
.menu--item a {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  text-align: left;
  background: url(../images/ico2.png) no-repeat left center;
  background-size: 18px;
  padding-left: 40px;
}

@media all and (min-width: 961px) {
  .menu--item a:hover {
    background: url(../images/ico1.png) no-repeat left center;
    background-size: 18px;
    color: #FFBB00;
  }
}

/* -----------------------------------------------
/* MENU OPEN
-------------------------------------------------- */
.open--menu {
  position: relative;
}

.open--menu .header-nav.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.open--menu .icon-hamburger span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-225deg);
      -ms-transform: translateY(10px) rotate(-225deg);
          transform: translateY(10px) rotate(-225deg);
}

.open--menu .icon-hamburger span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(225deg);
      -ms-transform: translateY(0) rotate(225deg);
          transform: translateY(0) rotate(225deg);
  width: 100%;
}

.open--menu .icon-hamburger span:nth-child(3) {
  opacity: 0;
}

.wimg, .wimgright {
  position: relative;
}

.wimg:after, .wimg:before, .wimgright:after, .wimgright:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: -webkit-all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.wimg:after, .wimgright:after {
  background: rgba(0, 0, 0, 0.9);
}

.wimg:before, .wimgright:before {
  background: #FFBB00;
}

.wimg:after, .wimg:before {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.wimgright:after, .wimgright:before {
  left: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.wimg.slideright:after,
.wimgright.slideleft:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.wimg.slideright:before,
.wimgright.slideleft:before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0.7;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.open--menu .menu--item {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.open--menu .menu--item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.open--menu .menu--item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.open--menu .menu--item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.open--menu .menu--item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.open--menu .menu--item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.open--menu .menu--item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* -----------------------------------------------
/* FOOTER
-------------------------------------------------- */
.footer {
  background: url(../images/bgfooter.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0 45px;
  position: relative;
  z-index: 8;
}

@media all and (max-width: 960px) {
  .footer {
    padding: 50px 0 30px;
  }
}

@media all and (max-width: 768px) {
  .footer {
    padding: 45px 0 25px;
  }
}

.footer p, .footer a {
  color: #fff;
}

@media all and (max-width: 960px) {
  .footer p, .footer a {
    font-size: 14px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 768px) {
  .footer-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-nav .nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .footer-nav .disspx {
    display: none;
    margin: 0;
    padding: 0;
  }
}

@media all and (max-width: 768px) {
  .footer-nav ul:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media all and (max-width: 768px) {
  .footer-nav ul:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 15px;
  }
}

.footer-nav ul:last-child li {
  margin: 10px 0;
}

.footer-nav p.alink a {
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 960px) {
  .footer-nav ul:last-child a {
    font-size: 16px;
  }
}

@media all and (max-width: 480px) {
  .footer-nav ul:last-child a {
    text-indent: -20px;
    margin-left: 20px;
    display: block;
  }
}

.footer-nav .nav.grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.footer-nav .nav.fz18 a{
  font-size: 18px;
}

.footer-nav .nav.fz18 li:first-child{
  margin-top: 0;
}

.footer-nav li {
  margin: 13px 0;
}

@media all and (max-width: 768px) {
  .footer-nav li {
    margin: 3px 0;
  }
}

.footer-nav li:first-child {
  margin: 10px 0;
}

@media all and (max-width: 960px) {
  .footer-nav .nav.fz18 a{
    font-size: 16px;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 80px;
}

@media all and (max-width: 768px) {
  .footer-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 50px;
  }
}

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

@media all and (max-width: 768px) {
  .footer-info .info {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media all and (max-width: 768px) {
  .footer-info .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media all and (max-width: 768px) {
  .footer-info .logo a {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

.footer-info .logo img {
  height: 80px;
}

@media all and (max-width: 768px) {
  .footer-info .logo img {
    height: auto;
  }
}

.footer-info .txt {
  margin-top: 5px;
  margin-left: 80px;
}

@media all and (max-width: 768px) {
  .footer-info .txt {
    margin-left: 0;
    text-align: center;
  }
}

.footer-info .blockSocial {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .footer-info .blockSocial {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

.footer .backtop {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 8;
  bottom: 15px;
  right: 0;
}

.footer .backtop--icon {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 15px;
  zoom: 1;
  text-align: right;
  z-index: 8;
}

.footer .backtop--icon img {
  width: 50px;
}

@media all and (max-width: 768px) {
  .footer .backtop--icon img {
    width: 35px;
  }
}

/* -----------------------------------------------
/* BUTTON COMMON
-------------------------------------------------- */
button {
  border: none;
  outline: none;
  cursor: pointer;
}

.cm-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 210px;
  margin-top: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 960px) {
  .cm-btn {
    margin-top: 20px;
    max-width: 180px;
  }
}

.cm-btn a, .cm-btn button {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  background: #000;
}

@media all and (max-width: 960px) {
  .cm-btn a, .cm-btn button {
    font-size: 18px;
    padding: 5px 0;
  }
}

.cm-btn a span, .cm-btn button span {
  z-index: 2;
  position: relative;
}

.cm-btn a span::before, .cm-btn button span::before {
  content: '';
  background: transparent;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cm-btn--back {
  margin-top: 0;
  margin-left: 0;
}

.cm-btn--back a span::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: inherit;
  left: 0%;
  margin-left: -30px;
  -webkit-transform: rotate(-135deg) !important;
      -ms-transform: rotate(-135deg) !important;
          transform: rotate(-135deg) !important;
  margin-right: 0;
}

.cm-btn--next {
  margin-top: 0;
  margin-right: 0;
}

/* -----------------------------------------------
/* TEXT LINK
-------------------------------------------------- */
@media all and (min-width: 961px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.alink {
  position: relative;
}

.alink a {
  position: relative;
}

.alink a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.alink a:after {
  bottom: -1px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #FFBB00;
  left: 0%;
}

@media all and (min-width: 961px) {
  .alink a:hover {
    opacity: 1;
    color: #FFBB00;
  }
  .alink a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0%;
  }
}

.scrollBar::-webkit-scrollbar {
  width: 6px;
  background-color: #333;
}

.scrollBar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.banner {
  background: url(../images/bgbanner.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 80px;
}

@media all and (max-width: 960px) {
  .banner {
    padding-bottom: 50px;
  }
}

@media all and (max-width: 768px) {
  .banner {
    height: 100svh;
    padding-bottom: 30px;
  }
}

.banner .blockVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.banner .blockVideo::after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner .blockVideo video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}

@media all and (max-width: 768px) {
  .banner .blockVideo video {
    max-height: 100svh;
  }
}

.banner .blockTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}

.banner .blockTxt p img{
  max-height: 90px;
}

@media all and (max-width: 768px) {
  .banner .blockTxt {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .banner .blockTxt h1{
    width: 90%;
  }
}

.banner h1 {
  margin-right: 45px;
}

@media all and (max-width: 960px) {
  .banner h1 {
    margin-right: 30px;
  }
}

@media all and (max-width: 768px) {
  .banner h1 {
    margin-bottom: 5%;
    margin-right: 0;
  }
}

.banner h1 img {
  max-height: 76px;
}

.banner .blockNews {
  border: 1px solid #fff;
  padding: 25px 50px 30px;
  margin-top: 70px;
  max-height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

@media all and (max-width: 960px) {
  .banner .blockNews {
    margin-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media all and (max-width: 768px) {
  .banner .blockNews {
    margin-top: 40px;
    padding: 15px;
  }
}

.banner .blockNews .scrollBar {
  max-height: 150px;
  overflow-y: scroll;
  padding-right: 20px;
}

@media all and (max-width: 768px) {
  .banner .blockNews .scrollBar {
    padding-right: 15px;
  }
}

.banner dl {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 768px) {
  .banner dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .banner dl:first-child {
    padding-top: 0;
  }
}

.banner dl dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 150px;
  color: #fff;
}

@media all and (max-width: 768px) {
  .banner dl dt {
    max-width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.banner dl a ,
.banner dl dd {
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media all and (min-width: 961px) {
  .banner dl a:hover {
    text-decoration: underline;
  }
}

.blockSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.blockSocial a {
  display: block;
}

.blockSocial img {
  max-height: 30px;
}

@media all and (min-width: 961px) {
  .blockTel {
    margin: 0 25px;
  }
}

@media all and (min-width: 1100px) {
  .blockTel {
    margin: 0 35px;
  }
}

@media all and (min-width: 1200px) {
  .blockTel {
    margin: 0 45px;
  }
}

.blockTel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blockTel span {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  margin-right: 15px;
}

.blockTel img {
  max-height: 31px;
}

@media all and (max-width: 1040px) {
  .blockTel {
    display: none;
  }
}

.blockLang {
  position: relative;
}

@media all and (max-width: 1040px) {
  .blockLang {
    margin-right: 30px;
  }
}

@media all and (max-width: 960px) {
  .blockLang {
    margin-right: 0;
  }
}

.blockLang a, .blockLang .ln {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px 7px 15px;
  min-width: 160px;
}

@media all and (max-width: 768px) {
  .blockLang a, .blockLang .ln {
    min-width: 140px;
  }
}

.blockLang a span, .blockLang .ln span {
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  padding: 0;
}

@media all and (max-width: 768px) {
  .blockLang a span, .blockLang .ln span {
    font-size: 14px;
  }
}

@media all and (max-width: 480px) {
  .blockLang a span, .blockLang .ln span {
    margin-left: 5px;
  }
  .blockLang a, .blockLang .ln{
    padding-left: 10px;
  }
}

.blockLang a img, .blockLang .ln img {
  max-height: 20px;
}

.blockLang .lang {
  border: 1px solid #fff;
  cursor: pointer;
  background: url(../images/arr.png) no-repeat right 10px center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blockLang .lang span {
  color: #fff;
  font-weight: bold;
}

@media all and (min-width: 961px) {
  .blockLang .lang:hover {
    opacity: .7;
  }
}

.blockLang .list {
  background: #fff;
  border: 1px solid #fff;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.blockLang .list a.isActive, .blockLang .list a:hover {
  background: #FFBB00;
}

.blockLang .list a.isActive span, .blockLang .list a:hover span {
  font-weight: bold;
}

.blockLang .list.hoverstate {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: inherit;
}

.titIcon {
  text-align: center;
  margin-bottom: 70px;
}

@media all and (max-width: 960px) {
  .titIcon {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 768px) {
  .titIcon {
    margin-bottom: 30px;
  }
}

.grid {
  display: grid;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media all and (max-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media all and (max-width: 768px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.secCate {
  padding: 120px 0;
}

@media all and (max-width: 960px) {
  .secCate {
    padding: 80px 0;
  }
}

@media all and (max-width: 768px) {
  .secCate {
    padding: 50px 0;
  }
}

.secCate .titIcon h2 {
  margin: 0 auto;
}
.secCate .titIcon h2 img{
  max-height: 72px;
}

@media all and (max-width: 768px) {
  .secCate .titIcon h2 {
    width: 90%;
  }
  .secCate .titIcon h2 img{
    max-height: 50px;
  }
}

.secCate .titIcon img {
  max-height: 72px;
}

.secCate .grid {
  grid-gap: 25px;
}

@media all and (max-width: 960px) {
  .secCate .grid {
    grid-gap: 20px;
  }
}

@media all and (max-width: 768px) {
  .secCate .grid {
    grid-gap: 15px;
  }
}

.secCate .item {
  overflow: hidden;
  position: relative;
}

.secCate .item a {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.secCate .item .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.secCate .item .img::after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.secCate .item .img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secCate .item span {
  position: absolute;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

@media all and (max-width: 960px) {
  .secCate .item span {
    font-size: 2.4vw;
    line-height: 1.2;
  }
}

@media all and (max-width: 768px) {
  .secCate .item span {
    font-size: 5vw;
  }
}

@media all and (min-width: 961px) {
  .secCate .item a:hover .img::after {
    background: none;
  }
  .secCate .item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* .secCate .cateList .av-container:last-child{
  display: none;
} */

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

.btnpage button, .btnpage a {
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  min-width: 340px;
}

@media all and (min-width: 961px) {
  .btnpage button:hover, .btnpage a:hover {
    background: #000;
    color: #fff;
    opacity: 0.7;
  }
}

@media all and (max-width: 960px) {
  .btnpage button, .btnpage a {
    font-size: 20px;
  }
}

.secAbout {
  background: url(../images/bgabout.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
}

@media all and (max-width: 960px) {
  .secAbout {
    padding: 80px 0;
  }
}

@media all and (max-width: 768px) {
  .secAbout {
    padding: 50px 0;
  }
}

.secAbout h2 {
  margin: 0 auto;
}

.secAbout h2 img{
  max-height: 100px;
}

.secAbout .img {
  aspect-ratio: 1;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media all and (min-width: 961px) {
  .secAbout .img {
    max-width: 300px;
  }
}

@media all and (max-width: 768px) {
  .secAbout .img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
  }
}

.secAbout .txt {
  padding-left: 100px;
}

@media all and (max-width: 1080px) {
  .secAbout .txt {
    padding-left: 50px;
  }
}

@media all and (max-width: 960px) {
  .secAbout .txt {
    padding-left: 35px;
  }
}

@media all and (max-width: 768px) {
  .secAbout .txt {
    padding-left: 0;
  }
}

.secAbout p {
  color: #fff;
}

.secAbout .blockDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 768px) {
  .secAbout .blockDesc {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;
  }
}

.secAbout .blockDesc:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
  margin-bottom: 100px;
}

@media all and (max-width: 960px) {
  .secAbout .blockDesc:nth-child(odd) {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 768px) {
  .secAbout .blockDesc:nth-child(odd) {
    margin: 50px auto;
  }
}

.secAbout .blockDesc:nth-child(odd) .txt {
  padding-left: 0;
  padding-right: 100px;
}

@media all and (max-width: 1080px) {
  .secAbout .blockDesc:nth-child(odd) .txt {
    padding-right: 50px;
  }
}

@media all and (max-width: 960px) {
  .secAbout .blockDesc:nth-child(odd) .txt {
    padding-right: 35px;
  }
}

@media all and (max-width: 768px) {
  .secAbout .blockDesc:nth-child(odd) .txt {
    padding-right: 0;
  }
}

.secAbout .btnpage a {
  border-color: #fff;
  color: #fff;
}

@media all and (min-width: 961px) {
  .secAbout .btnpage a:hover {
    background: #fff;
    color: #000;
  }
}

.secServices {
  background: url(../images/bgico1.png), url(../images/bgico2.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #FFD86F;
  background-size: 30%, 35%;
  padding: 120px 0;
}

@media all and (max-width: 960px) {
  .secServices {
    padding: 80px 0;
  }
}

@media all and (max-width: 768px) {
  .secServices {
    padding: 50px 0;
  }
}

.secServices .grid {
  grid-gap: 85px;
  margin-bottom: 100px;
}

@media all and (max-width: 1080px) {
  .secServices .grid {
    grid-gap: 50px;
  }
}

@media all and (max-width: 960px) {
  .secServices .grid {
    grid-gap: 25px;
    margin-bottom: 60px;
  }
}

@media all and (max-width: 768px) {
  .secServices .grid {
    margin-bottom: 50px;
  }
}

.secServices .titIcon h2 {
  margin: 0 auto;
  margin-bottom: 50px;
}

.secServices .titIcon h2 img{
  max-height: 72px;
}

@media all and (max-width: 768px) {
  .secServices .titIcon h2 {
    /* width: 90%; */
    margin-bottom: 20px;
  }
  .secServices .titIcon h2 img{
    max-height: 46px;
  }
}

.secServices .titIcon p {
  max-width: 940px;
}

@media all and (max-width: 768px) {
  .secServices .item {
    margin-bottom: 30px;
  }
  .secServices .item:last-child {
    margin-bottom: 0;
  }
}

.secServices .item .img {
  aspect-ratio: 23/20;
  overflow: hidden;
}

.secServices .item .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (min-width: 961px) {
  .secServices .item .img:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.secServices .item h3 {
  text-align: center;
  margin: 25px 0;
  font-size: 24px;
}

@media all and (max-width: 960px) {
  .secServices .item h3 {
    font-size: 2.2vw;
  }
}

@media all and (max-width: 768px) {
  .secServices .item h3 {
    font-size: 5vw;
    margin: 20px 0;
  }
}

.secServices .item p {
  text-align: center;
}

@media all and (max-width: 768px) {
  .secServices .item p {
    text-align: left;
  }
}

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

@media all and (max-width: 768px) {
  .delay1 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
}

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

@media all and (max-width: 768px) {
  .delay2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

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

@media all and (max-width: 768px) {
  .delay3 {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
}

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

@media all and (max-width: 768px) {
  .delay4 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

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

@media all and (max-width: 768px) {
  .delay5 {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
}

.delay6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media all and (max-width: 768px) {
  .delay6 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
}

.delay7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@media all and (max-width: 768px) {
  .delay7 {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s;
  }
}

.delay8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media all and (max-width: 768px) {
  .delay8 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}

.delay9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@media all and (max-width: 768px) {
  .delay9 {
    -webkit-animation-delay: 1.35s;
            animation-delay: 1.35s;
  }
}

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

@media all and (max-width: 768px) {
  .delay10 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
}

.delay11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

@media all and (max-width: 768px) {
  .delay11 {
    -webkit-animation-delay: 1.65s;
            animation-delay: 1.65s;
  }
}

.delay12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

@media all and (max-width: 768px) {
  .delay12 {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
}

.delay13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

@media all and (max-width: 768px) {
  .delay13 {
    -webkit-animation-delay: 1.95s;
            animation-delay: 1.95s;
  }
}

.delay14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

@media all and (max-width: 768px) {
  .delay14 {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
}

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

@media all and (max-width: 768px) {
  .delay15 {
    -webkit-animation-delay: 2.25s;
            animation-delay: 2.25s;
  }
}

.delay16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

@media all and (max-width: 768px) {
  .delay16 {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
}

.delay17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

@media all and (max-width: 768px) {
  .delay17 {
    -webkit-animation-delay: 2.55s;
            animation-delay: 2.55s;
  }
}

.delay18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

@media all and (max-width: 768px) {
  .delay18 {
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
  }
}

.delay19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

@media all and (max-width: 768px) {
  .delay19 {
    -webkit-animation-delay: 2.85s;
            animation-delay: 2.85s;
  }
}

.breadcrumb {
  margin-top: 15px;
  margin-bottom: 50px;
}

@media all and (max-width: 960px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb--item {
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  color: #AFAFAF;
  padding: 5px 0;
}

.breadcrumb--item:first-child {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb--item a {
  position: relative;
  padding-right: 15px;
  color: #AFAFAF;
}

.breadcrumb--item a::before {
  content: '';
  background: transparent;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.breadcrumb--item a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.secondpage .header {
  background: #000;
}

.secondpage .headtitle {
  background: url(../images/imghead.png) no-repeat center center;
  background-size: cover;
  padding: 85px 0;
}

@media all and (max-width: 768px) {
  .secondpage .headtitle {
    padding: 60px 0;
  }
}

.secondpage .headtitle h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 960px) {
  .secondpage .headtitle h1 {
    font-size: 36px;
  }
}

@media all and (max-width: 768px) {
  .secondpage .headtitle h1 {
    font-size: 28px;
  }
}

.secondpage .titIcon {
  margin-bottom: 80px;
}

@media all and (max-width: 960px) {
  .secondpage .titIcon {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media all and (max-width: 768px) {
  .secondpage .titIcon {
    margin-bottom: 30px;
  }
}

.secondpage .titIcon h2 {
  font-size: 36px;
  background: url(../images/ico4.png) no-repeat center top;
  background-size: 50px;
  padding-top: 30px;
  line-height: 1.4;
}

.secondpage .titIcon h2 span {
  color: #FFBB00;
  font-size: 46px;
}

@media all and (max-width: 960px) {
  .secondpage .titIcon h2 {
    font-size: 28px;
    background-size: 40px;
  }
}

@media all and (max-width: 768px) {
  .secondpage .titIcon h2 {
    font-size: 24px;
  }
}

.secondpage .content {
  padding-bottom: 180px;
}

@media all and (max-width: 960px) {
  .secondpage .content {
    padding-bottom: 120px;
  }
}

@media all and (max-width: 768px) {
  .secondpage .content {
    padding-bottom: 80px;
  }
}

.faq dl {
  margin-bottom: 45px;
}

@media all and (max-width: 960px) {
  .faq dl {
    margin-bottom: 30px;
  }
}

.faq dl:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .faq dl {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq dl dt {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}

.faq dl dt::before, .faq dl dt::after {
  position: absolute;
  content: "";
  background: #000;
  right: 20px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq dl dt::before {
  width: 14px;
  height: 2px;
  right: 1px;
}

.faq dl dt::after {
  height: 14px;
  width: 2px;
  right: 7px;
}

.faq dl dt.open::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media all and (max-width: 768px) {
  .faq dl dt {
    text-indent: -33px;
    margin-left: 33px;
  }
}

.faq dl dd {
  margin-top: 30px;
  border-radius: 20px;
  background: #FFF1B1;
  margin-left: 30px;
  padding: 40px;
  display: none;
}

@media all and (max-width: 960px) {
  .faq dl dd {
    margin-top: 20px;
    padding: 30px;
  }
}

.company .info {
  background: #F6F6F6;
  padding: 80px 180px;
  margin: 80px 0 110px;
}

@media all and (max-width: 960px) {
  .company .info {
    padding: 8% 10%;
    margin: 60px 0;
  }
}

@media all and (max-width: 768px) {
  .company .info {
    padding: 5%;
  }
}

.company table th, .company table td {
  text-align: left;
  font-weight: normal;
  padding: 25px 0;
}

@media all and (max-width: 960px) {
  .company table th, .company table td {
    padding: 20px 0;
  }
}

@media all and (max-width: 768px) {
  .company table th, .company table td {
    font-size: 14px;
    padding: 10px 0;
  }
}

.company table th {
  border-right: 1px solid #000;
  min-width: 140px;
  padding-right: 50px;
}

@media all and (max-width: 768px) {
  .company table th {
    min-width: 90px;
  }
}

@media all and (max-width: 640px) {
  .company table th {
    display: block;
    width: 100%;
    border-right: 0;
    padding-bottom: 0;
  }
}

.company table td {
  padding-left: 60px;
}

@media all and (max-width: 768px) {
  .company table td {
    padding-left: 20px;
  }
}

@media all and (max-width: 640px) {
  .company table td {
    display: block;
    width: 100%;
  }
}

.company table a {
  text-decoration: underline;
}

.company .access h3 {
  font-size: 24px;
  margin-bottom: 40px;
}

.company .access .map {
  overflow: hidden;
}

@media all and (max-width: 960px) {
  .company .access .map {
    height: 600px;
  }
  .company .access .map iframe {
    max-height: 600px;
  }
}

@media all and (max-width: 768px) {
  .company .access .map {
    height: 400px;
  }
  .company .access .map iframe {
    max-height: 400px;
  }
}

.form {
  background: #F6F6F6;
  padding: 100px 140px;
}

@media all and (max-width: 960px) {
  .form {
    padding: 50px;
  }
}

@media all and (max-width: 768px) {
  .form {
    padding: 50px 30px;
  }
}

@media all and (max-width: 640px) {
  .form {
    padding: 30px 15px;
  }
}

.form table {
  width: 100%;
}

.form table th, .form table td, .form table dt, .form table dd {
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: left;
}

.form table th {
  margin-bottom: 15px;
  margin-top: 30px;
}

.form table .dflex {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

@media all and (max-width: 640px) {
  .form table .dflex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.form table .dflex dl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

@media all and (max-width: 640px) {
  .form table .dflex dl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .form table .dflex dl:nth-child(2) {
    margin-top: 30px;
  }
}

.form table .dflex dt {
  margin-bottom: 15px;
}

.form table dd.dflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 0;
}

.form table dd.dflex select {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.form table dd.dflex input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form table input, .form table select, .form table textarea {
  width: 100%;
  background: #fff;
  height: 46px;
  padding: 10px 15px;
  border: none;
}

.form table input::-webkit-input-placeholder, .form table select::-webkit-input-placeholder, .form table textarea::-webkit-input-placeholder {
  color: #D9D9D9;
}

.form table input::-moz-placeholder, .form table select::-moz-placeholder, .form table textarea::-moz-placeholder {
  color: #D9D9D9;
}

.form table input:-ms-input-placeholder, .form table select:-ms-input-placeholder, .form table textarea:-ms-input-placeholder {
  color: #D9D9D9;
}

.form table input::-ms-input-placeholder, .form table select::-ms-input-placeholder, .form table textarea::-ms-input-placeholder {
  color: #D9D9D9;
}

.form table input::placeholder, .form table select::placeholder, .form table textarea::placeholder {
  color: #D9D9D9;
}

.form table input:focus, .form table select:focus, .form table textarea:focus {
  outline: none;
}

.form table span.required {
  color: #FF0000;
  margin-left: 10px;
}

.form table textarea {
  height: 200px;
}

.form-btn {
  margin-top: 50px;
}

@media all and (max-width: 640px) {
  .form-btn {
    margin-top: 30px;
  }
}

.form-btn label {
  font-size: 16px;
}

.form-btn a {
  color: #00AAFF;
  font-weight: bold;
}

.form-btn-submit {
  margin: 50px 0 0;
}

.form-btn-submit button:disabled{
  pointer-events: none;
}

@media all and (max-width: 640px) {
  .form-btn-submit {
    margin-top: 30px;
  }
}

.form-btn-submit button {
  background: #000;
  color: #fff;
  padding: 20px 15px;
}

.form-btn-submit button:hover {
  opacity: .7;
}

@media all and (max-width: 640px) {
  .form-btn-submit button {
    width: 90%;
    min-width: inherit;
    max-width: 340px;
  }
}

.services .listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  margin-bottom: 100px;
}

.services .listbtn li {
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

.services .listbtn li a {
  display: block;
  padding: 25px 5px 45px;
}

.services .listbtn li span {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.services .listbtn li span.num {
  background: url(../images/ico4.png) no-repeat center top;
  background-size: 48px;
  padding-top: 15px;
  margin-bottom: 10px;
}

.services .listbtn li:first-child {
  background: #FFD86F;
}

.services .listbtn li:nth-child(2) {
  background: #FF989E;
}

.services .listbtn li:last-child {
  background: #B5B5B5;
}

@media all and (max-width: 960px) {
  .services .listbtn {
    gap: 15px;
  }
  .services .listbtn li {
    flex: 0 0 calc(33% - 10px);
  }
  .services .listbtn li span {
    font-size: 20px;
  }
}

.services .block {
  margin-bottom: 100px;
}

.services .block:last-child {
  margin-bottom: 0;
}

.services .block .tit {
  margin-bottom: 60px;
}

.services .block .tit span.num {
  background: url(../images/ico4.png) no-repeat left top;
  background-size: 48px;
  padding-top: 15px;
  display: inline-block;
  min-width: 50px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.services .block .tit h3 {
  font-size: 32px;
}

.services .block-content {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.services .block-content .txt {
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.services .block-content .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 360px;
}

@media all and (min-width: 961px) {
  .services .block-content.revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .services .block-content.revert .txt {
    padding-right: 80px;
    padding-left: 0;
  }
}

.services .block-acr dl {
  margin-bottom: 60px;
}

.services .block-acr dl:last-child {
  margin-bottom: 0;
}

.services .block-acr dt {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-right: 45px;
}

.services .block-acr dt::before {
  position: absolute;
  content: '';
  background: #FFBB00;
  width: 110px;
  height: 3px;
  left: 0;
  bottom: -10px;
}

.services .block-acr dt::after {
  display:none !important;
  content:none !important;
  background:none !important;
}

.services .block-acr dt.open::after {
  -webkit-transform: translate(90deg);
      -ms-transform: translate(90deg);
          transform: translate(90deg);
}

.services .block-acr dd {
  margin-top: 30px;
  display: none;
}

.services .block-acr h5 {
  font-size: 24px;
  margin-top: 60px;
}

.services .block-acr .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  margin-top: 40px;
}

.services .block-acr .img img {
  width: calc(25% - 19px);
}

@media all and (max-width: 960px) {
  .services .block .tit h3{
    font-size: 26px;
  }
  .services .block-content .txt{
    padding-left: 40px;
  }
  .services .block-acr dt{
    font-size: 20px;
  }
}

@media all and (max-width: 640px) {
  .services .listbtn{
    margin-bottom: 70px;
  }
  .services .listbtn{
    flex-wrap: wrap;
  }
  .services .listbtn li{
    flex: 0 0 100%;
  } 
  .services .listbtn li a{
    padding: 15px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .services .listbtn li a span{
    font-size: 16px;
    text-align: left;
  }
  .services .listbtn li span.num{
    background-size: 44px;
    margin-bottom: 0;
    flex: 0 0 46px;
    margin-right: 10px;
    text-align: center;
  }
  .services .block{
    margin-bottom: 60px;
  }
  .services .block .tit h3{
    font-size: 22px;
  }
  .services .block-content .txt{
    padding-left: 0;
    margin-top: 20px;
  }
  .services .block .tit{
    margin-bottom: 30px;
  }
  .services .block-content{
    flex-wrap: wrap;
    width: 100%;
  }
  .services .block-content .img{
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .services .block-content .img img{
    width: 100%;
  }
  .services .block-acr dt{
    font-size: 18px;
  }
}

.stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 55px;
}

@media all and (max-width: 1150px) {
  .stock {
    gap: 30px;
  }
}

@media all and (max-width: 960px) {
  .stock {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.stockMenu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 310px;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  border: 1px solid #D9D9D9;
  padding: 15px;
}

.stockMenu .arr{
  display: none;
}

@media all and (max-width: 960px) {
  .stockMenu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 5px;
  }
  .stockMenu .arr{
    display: block;
    text-align: center;
    height: 40px;
    margin-bottom: 15px;
    transition: all .3s;
  }
  .stockMenu .arr img{
    height: 40px;
  }
  .stockMenu .acr_con{
    display: none;
  }
  .stockMenu .arr.open{
    transform: rotate(-180deg);
  }
}

.stockMenu .tit {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: url(../images/line.png) no-repeat left center, url(../images/line.png) no-repeat right center;
  margin-bottom: 30px;
  position: relative;
}


.stockMenu .tit span{
  background: #fff;
  display: inline-block;
  padding: 2px 10px;
}

.stockMenu .scrollblock {
  padding: 0 0 20px;
  overflow: auto;
  min-height: 600px;
}

@media all and (max-width: 960px) {
  .stockMenu .scrollblock {
    min-height: auto;
  }
  .stockMenu .tit {
    margin-bottom: 0;
  }
}

.checklist label{
  text-transform: capitalize;
}

@media all and (max-width: 960px) {
  .stockMenu .checklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .stockMenu .checklist .check {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.stockMenu button {
  min-width: inherit;
  width: 100%;
  border: none;
  background: #000;
  color: #fff;
  font-size: 20px;
}

.stockMenu input[type="text"] {
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 48px;
  padding: 15px;
  margin-bottom: 30px;
}

.stockMenu input[type="text"]::-webkit-input-placeholder {
  color: #D9D9D9;
}

.stockMenu input[type="text"]::-moz-placeholder {
  color: #D9D9D9;
}

.stockMenu input[type="text"]:-ms-input-placeholder {
  color: #D9D9D9;
}

.stockMenu input[type="text"]::-ms-input-placeholder {
  color: #D9D9D9;
}

.stockMenu input[type="text"]::placeholder {
  color: #D9D9D9;
}

.stockMenu input[type="checkbox"] {
  margin-right: 10px;
  margin-top: -3px;
}

@media all and (max-width: 960px) {
  .stockMenu input[type="checkbox"] {
    margin-right: 5px;
  }
}

.stockMenu p.text_bold {
  margin-bottom: 10px;
}

.stockList {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.stockList .item {
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media all and (max-width: 580px) {
  .stockList .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.stockList .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29%;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  aspect-ratio: 24/19;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

@media all and (max-width: 580px) {
  .stockList .item .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.stockList .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stockList .item.hasVideo .img {
  position: relative;
}

.stockList .item.hasVideo .img::after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.stockList .item.hasVideo .img::before {
  position: absolute;
  content: '';
  background: url(../images/ico-you2.png) no-repeat left center;
  background-size: 65px;
  width: 65px;
  height: 65px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.stockList .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 25px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 1050px) {
  .stockList .item .txt {
    padding: 15px;
  }
}

@media all and (max-width: 580px) {
  .stockList .item .txt {
    padding: 15px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.stockList .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.stockList .item .head p.text_bold {
  font-size: 20px;
  line-height: 1.4;
  padding-right: 10px;
}

@media all and (max-width: 580px) {
  .stockList .item .head p.text_bold {
    margin-bottom: 10px;
    padding-right: 0;
  }
}

@media all and (max-width: 580px) {
  .stockList .item .head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.stockList .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (max-width: 1150px) {
  .stockList .item .info {
    margin: 17px 0;
  }
}

@media all and (max-width: 580px) {
  .stockList .item .info {
    margin: 10px 0 15px 0;
  }
}

.stockList .item .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.stockList .item button, .stockList .item a {
  min-width: 110px;
  font-size: 16px;
  padding: 5px 10px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1050px) {
  .stockList .item button, .stockList .item a {
    font-size: 14px;
    min-width: 90px;
  }
}

@media all and (max-width: 580px) {
  .stockList .item button, .stockList .item a {
    /* display: block; */
    width: 100%;
  }
}

.stockList .item .instock {
  color: #00AAFF;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 580px) {
  .stockList .item .instock {
    font-size: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 15px;
  }
}

.stockList .item .outstock {
  background: #D90000;
  color: #fff;
  padding: 5px 10px;
  height: 38px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 580px) {
  .stockList .item .outstock {
    font-size: 14px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 15px;
  }
}

.btnpage-download {
  margin-left: auto;
  margin-right: 15px;
}

@media all and (max-width: 1050px) {
  .btnpage-download {
    margin-right: 10px;
  }
}

@media all and (max-width: 580px) {
  .btnpage-download {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    margin-right: 0;
    margin-left: 0;
  }
}

.btnpage-download a {
  color: #00AAFF;
  border: 1px solid #00AAFF;
  background: url(../images/ico-img.svg) no-repeat left 10px center;
  padding-left: 35px;
}

.stockList .item .btnpage-download a {
  padding-left: 35px;
}

@media all and (min-width: 961px) {
  .btnpage-download a:hover {
    background: #fff url(../images/ico-img.svg) no-repeat;
    background-position: left 10px center;
    color: #00AAFF;
  }
}

@media all and (max-width: 580px) {
  .btnpage-alink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }
  .stock .stockList .item .btnpage-download a{
    padding-right: 5px;
    padding-left: 25px;
    background-position: left 5px center;
  }
}

.btnpage-alink a {
  background: #000;
  color: #fff;
}

p.view {
  background: url(../images/ico-view.svg) no-repeat left center;
  background-size: 17px;
  padding-left: 25px;
}

@media all and (max-width: 580px) {
  p.view {
    margin: 0;
  }
}

p.cal {
  background: url(../images/ico-cal.svg) no-repeat left center;
  background-size: 17px;
  padding-left: 25px;
  margin-right: 30px;
  padding-top: 2px;
}

@media all and (max-width: 1050px) {
  p.cal {
    margin-right: 15px;
  }
}

p.time {
  background: url(../images/ico-time.svg) no-repeat left center;
  background-size: 17px;
  padding-left: 25px;
  margin-right: 30px;
  padding-top: 2px;
}

@media all and (max-width: 1050px) {
  p.time {
    margin-right: 15px;
  }
}

p.rank {
  background: url(../images/ico-score.svg) no-repeat left center;
  background-size: 17px;
  padding-left: 25px;
  margin-right: 30px;
  padding-top: 2px;
}

@media all and (max-width: 1050px) {
  p.rank {
    margin-right: 15px;
  }
}

p.gift {
  background: url(../images/ico-pos.svg) no-repeat left center;
  background-size: 17px;
  padding-left: 25px;
  padding-top: 2px;
}

@media all and (max-width: 960px) {
  .stockDetail {
    margin-top: 50px;
  }
}

.stockDetail .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.stockDetail h2 {
  font-size: 24px;
  line-height: 1.4;
}

@media all and (max-width: 960px) {
  .stockDetail h2 {
    font-size: 18px;
    padding-right: 10px;
  }
}

@media all and (max-width: 768px) {
  .stockDetail h2 {
    font-size: 18px;
  }
}

.stockDetail .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  width: 100%;
}

@media all and (max-width: 960px) {
  .stockDetail .info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
  }
}

.stockDetail .info .tabs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53%;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
  max-width: 53%;
}

.stockDetail .info .tabs .js-tab-content{
  display: none;
}

.stockDetail .info .tabs .js-tab-content.active{
  display: block;
}

@media all and (max-width: 960px) {
  .stockDetail .info .tabs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}

@media all and (max-width: 960px) {
  .stockDetail .info .tabs {
    max-width: calc(100vw - 6%);
  }
}

.stockDetail .info .subinfo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  padding-left: 70px;
}

@media all and (max-width: 1240px) {
  .stockDetail .info .subinfo {
    padding-left: 35px;
  }
}

@media all and (max-width: 960px) {
  .stockDetail .info .subinfo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .stockDetail .info .subinfo .btnpage {
    max-width: 380px;
    margin: 0 auto;
  }
}

.stockDetail .info .btnpage-download {
  margin: 0;
  margin-top: 20px;
}

.stockDetail .info .btnpage-download a {
  font-size: 16px;
  min-width: inherit;
  padding: 15px 20px 15px 50px;
  background-position: left 20px center;
}

@media all and (min-width: 961px) {
  .stockDetail .info .btnpage-download a:hover {
    background: #fff url(../images/ico-img.svg) no-repeat;
    background-position: left 20px center;
    color: #00AAFF;
  }
}

.stockDetail .tabslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.stockDetail .tabslist li {
  background: #D9D9D9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 5px 10px;
  cursor: pointer;
}

.stockDetail .tabslist li.active {
  background: #000;
}

@media all and (max-width: 768px) {
  .stockDetail .tabslist li {
    font-size: 18px;
  }
}

.stockDetail .subinfo .txt {
  display: inline-block;
  padding: 0 50px;
  font-weight: bold;
  background: url(../images/line2.png) no-repeat left center, url(../images/line3.png) no-repeat right center;
  margin: 30px auto 20px;
}

.stockDetail .subinfo .btnpage a {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 20px;
}

.stockDetail table {
  width: 100%;
}

.stockDetail table th, .stockDetail table td {
  border: 1px solid #D9D9D9;
  padding: 15px;
  text-align: left;
}

.stockDetail table th {
  background: #F5F5F5;
  width: 30%;
  min-width: 150px;
  max-width: 300px;
}

.stockDetail table td {
  padding-left: 30px;
}

.stockDetail p.alink {
  margin-top: 50px;
}

.subinfo table th{
  width: 35%;
}

.stockDetail p.alink a {
  font-weight: bold;
}

.stockDetail .details, .stockDetail .related {
  border-top: 1px solid #D9D9D9;
  margin-top: 70px;
  padding-top: 60px;
}

@media all and (max-width: 768px) {
  .stockDetail .details, .stockDetail .related {
    margin-top: 40px;
    padding-top: 40px;
  }
  .stockDetail table th, .stockDetail table td{
    padding: 10px;
  }
  .page-en .stockDetail table th, .stockDetail table td{
    white-space: pre-wrap !important;
  }
  .stockDetail .details table th{
    max-width: inherit;
    width: auto;
  }
}

.stockDetail h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .stockDetail h3 {
    margin-bottom: 30px;
  }
}

.stockDetail .stockList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}

@media all and (max-width: 1240px) {
  .stockDetail .stockList {
    gap: 20px;
  }
}

@media all and (max-width: 960px) {
  .stockDetail .stockList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.stockDetail .stockList .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 20px);
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  margin: 0;
  padding: 15px;
}

@media all and (max-width: 1240px) {
  .stockDetail .stockList .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 10px);
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}

@media all and (max-width: 960px) {
  .stockDetail .stockList .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media all and (max-width: 580px) {
  .stockDetail .stockList .item p.text_bold {
    margin-bottom: 0;
  }
}

@media all and (max-width: 580px) {
  .stockDetail .stockList .item{
    padding: 10px;
  }
  .stockDetail .stockList .item .head {
    margin-top: 15px;
  }
}

.stockDetail .stockList .item .info {
  margin: 15px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.stockDetail .stockList .item .info p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 0;
}

.stockDetail .stockList .item .img {
  aspect-ratio: 5/4;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}

@media all and (max-width: 580px) {
  .stockDetail .stockList .item .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.stockDetail .stockList .item .txt {
  padding: 0;
  padding-left: 15px;
}

@media all and (max-width: 580px) {
  .stockDetail .stockList .item .txt {
    padding: 0;
  }
}

.stockDetail .stockList .item .detail a {
  display: block;
  width: 100%;
}

@media all and (max-width: 1240px) {
  .stockDetail .stockList .item .detail a {
    font-size: 14px;
  }
}

@media all and (max-width: 960px) {
  .stockDetail .stockList .item .detail a {
    display: inline-block;
    width: auto;
  }
}

@media all and (max-width: 580px) {
  .stockDetail .stockList .item .detail a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.stockDetail .stockList .item .detail .btnpage-download {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media all and (max-width: 1240px) {
  .stockDetail .stockList .item .detail .btnpage-download {
    margin-right: 10px;
  }
  .stockDetail .stockList .item .detail .btnpage-download a {
    text-align: right;
  }
}

@media all and (max-width: 960px) {
  .stockDetail .stockList .item .detail .btnpage-download {
    margin-right: 15px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .stockDetail .stockList .item .detail .btnpage-download a {
    min-width: 170px;
  }
}

@media all and (max-width: 580px) {
  .stockDetail .stockList .item .detail .btnpage-download {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    margin: 0;
  }
  .stockDetail .stockList .item .detail .btnpage-download a {
    text-align: center;
  }
}

.stockDetail .blockSlider {
  width: 100%;
  max-width: 636px;
}

@media all and (max-width: 768px) {
  .stockDetail .blockSlider {
    max-width: calc(100vw - 6%);
  }
}

.stockDetail .slider-nav{
  display: grid;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  grid-template-columns: repeat(7, 1fr);
}

.stockDetail .slider-nav .item{
  flex: 0 0 12%;
  margin-bottom: 0.5%;
}

@media all and (max-width: 960px) {
  .stockDetail .blockSlider{
    max-width: 100%;
  }
}


@media all and (max-width: 768px) {
  .stockDetail .slick-list {
    max-width: calc(100vw - 6%);
  }
  .stockDetail .slider-nav{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 5px;
  }
}

.stockDetail .slider-for .item{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.stockDetail .slider-for .item.show{
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 768px) {
  .stockDetail .slider-for {
    max-width: 100%;
  }
}

.stockDetail .slider-for .img {
  width: 100%;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.stockDetail .slider-for .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stockDetail .slider-nav {
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .stockDetail .slider-nav {
    max-width: 100%;
  }
}

.stockDetail .slider-nav .slick-slide {
  width: 70px;
  margin-right: 10px;
}

.stockDetail .slider-nav .img {
  aspect-ratio: 1;
  cursor: pointer;
  /* height: 70px;
  width: 70px; */
}

.stockDetail .slider-nav .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contactForm label.error{
  display: block;
  font-size: 14px;
  color: #D90000;
  margin-top: 5px;
  font-weight: normal;
}

#contactForm .lable{
  position: relative;
}

#contactForm .dflexTel{
  position: relative;
  flex-wrap: wrap;
}

#agreement-error{
  position: absolute;
  width: 100%;
  bottom: -30px;
}

#usrphone-error{
  flex: 0 0 100%;
  position: relative;
  margin-top: 0 !important;
  top: -7px;
}

.form .form-content-confirm th, .form .form-content-confirm td {
  margin: 0;
  padding: 15px 0;
  text-align: left;
  display: inline-block;
  width: auto;
}

.form .form-content-confirm th{
  width: 30%;
}

.form .form-content-confirm td {
  font-weight: normal;
}

.btnpage a.backbutton{
  border: none;
  margin-right: 40px;
  padding: 0;
}

.btnpage a.backbutton button{
  background: #0c5b83;
  border: none;
}

.video {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1; color: #000; 
}

.no-img {
  background: #e6e6e6;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stocklists{
  flex: 1 1 auto;
}

@media (max-width: 960px) {
  .stocklists p.alink{
    margin-bottom: 10px;
  }
  .stocklists p.alink a{
    font-size: 16px;
  }
  .footer-nav .nav.grid{
    grid-template-columns: repeat(2,auto);
  }
  .footer-nav .nav.grid li{
    margin: 3px 0;
  }
}

.pagination, .dataTable-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link, .dataTable-pagination a {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link, .dataTable-pagination a {
    transition: none;
  }
}
.page-link:hover, .dataTable-pagination a:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus, .dataTable-pagination a:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link, .page-item:not(:first-child) .dataTable-pagination a, .dataTable-pagination .page-item:not(:first-child) a, .dataTable-pagination li:not(:first-child) .page-link, .dataTable-pagination li:not(:first-child) a {
  margin-left: -1px;
}
.page-item.active .page-link, .page-item.active .dataTable-pagination a, .dataTable-pagination .page-item.active a, .dataTable-pagination li.active .page-link, .dataTable-pagination li.active a {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link, .page-item.disabled .dataTable-pagination a, .dataTable-pagination .page-item.disabled a, .dataTable-pagination li.disabled .page-link, .dataTable-pagination li.disabled a {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link, .dataTable-pagination a {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link, .page-item:first-child .dataTable-pagination a, .dataTable-pagination .page-item:first-child a, .dataTable-pagination li:first-child .page-link, .dataTable-pagination li:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link, .page-item:last-child .dataTable-pagination a, .dataTable-pagination .page-item:last-child a, .dataTable-pagination li:last-child .page-link, .dataTable-pagination li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.related .stockList .detail .btnpage-alink{
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 768px) {
  .page-en #cat1 img, .page-en #cat3 img {height: 36px;}
  .secCate .titIcon h2 {width: auto !important; max-width: 100%;}

  .page-ja #cat1 img, .page-ja #cat3 img {height: 40px; width: auto !important;}
  .page-ja #cat2 img {height: 50px; width: auto !important;}
  .page-zh #cat3 {width: auto !important; max-width: 100%;}
  .page-zh #cat3 img {height: 50px;}

  .page-es .secServices .titIcon h2 {
    width: auto !important;
    max-width: 100%;
  }
  .page-es #cat3 img {height: 36px;}
  .page-es #cat1 img {height: 36px;}
}

@media all and (max-width: 580px) {
  .stock .stockList .item .head p{
    margin: 0;
  }
  .stock .stockList .item .head p.view{
    margin-left: auto;
    margin-right: 0;
  }
  .stock .stockList .item .detail.noImg{
    justify-content: center;
  }
}

@media all and (max-width: 420px) {
  .stockDetail .stockList .item .detail a{
    padding-left: 30px;
    padding-right: 5px;
  }
}

.banner dl dd {
  white-space: pre-wrap;
  -webkit-line-clamp: none !important;
}
.banner dl {
  align-items: flex-start !important;
}

.item.others {
  display: none !important;
}

/* services: hide dropdown arrow */
.services .block-acr dt::after{
  display: none !important;
  content: none !important;
  background: none !important;
}

/* services: always open accordion */
.services .block-acr dd{
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;
}

.ar-rtl{
  direction: rtl;
  unicode-bidi: isolate;
  text-align: right;
}