/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/page/edm92/404.scss ***!
  \**********************************************************************************************************************************************************************************************/
@font-face {
  font-family: "custom-sans-woff";
  src: url(../../static/font/Ferrari-SansMedium.woff), url(../../static/font/Ferrari-SansRegular.woff);
  unicode-range: U+00-024F;
}
@font-face {
  font-family: "custom-sans-serif";
  src: local(sans-serif);
  unicode-range: U+4E00-9FFF;
}
* {
  font-family: "custom-sans-woff", "custom-sans-serif" !important;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body > main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html.han-la hanla:after {
  content: " ";
  display: inline;
  font-family: Arial;
  font-size: 0.8em;
}

html.han-la code hanla,
html.han-la pre hanla,
html.han-la kbd hanla,
html.han-la samp hanla {
  display: none;
}

html.han-la ol > hanla,
html.han-la ul > hanla {
  display: none;
}

.page__content {
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container-wrap {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .container-wrap {
    padding-left: calc(75px - 15px);
    padding-right: calc(75px - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .container-wrap {
    padding-left: calc(105px - 15px);
    padding-right: calc(105px - 15px);
  }
}

.article-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.article-content {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media only screen and (min-width: 768px) {
  .article-content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.article-content--sub {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .article-content--sub {
    display: block;
    max-height: none;
    overflow: unset;
  }
}
.article-content--sub.active {
  max-height: 16000px;
}

.more-btn {
  font-size: 0.5rem;
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .more-btn {
    display: none;
  }
}

a {
  color: rgba(255,255,255,1);
  text-decoration: none;
}
a:hover {
  color: rgba(255,255,255,1);
  text-decoration: none;
  cursor: pointer;
}

.divide-line {
  height: 1px;
  background-color: black;
  margin: 2rem 0;
}

.download-btn {
  color: #0051ff;
}
.download-btn:hover {
  color: #0051ff;
}

li {
  list-style-type: square;
  margin-left: 1.1rem;
}

.load-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  z-index: 9999;
  -webkit-animation: fade 1s 1s forwards;
          animation: fade 1s 1s forwards;
}
.load-mask__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fade 1s 0.5s forwards;
          animation: fade 1s 0.5s forwards;
}
.load-mask__icon img {
  width: 50px;
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem;
}
.header-side {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .header-side {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-side {
    padding-left: 105px;
    padding-right: 105px;
  }
}
.header-side img {
  width: 2rem;
  height: 2rem;
}

.footer {
  color: rgba(255,255,255,1);
  background-color: black;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
.footer .footer-info {
  word-break: break-all;
  color: #dae0e5;
}
.footer .footer-info p {
  color: rgba(255,255,255,1);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer .footer-info p {
    margin-bottom: 20px;
  }
}
.footer .footer-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem;
  background-color: black;
}

.owl-carousel .owl-stage-outer {
  max-height: 700px;
}
.owl-carousel .owl-carousel-item {
  position: relative;
}
.owl-carousel .img-skeleton {
  height: 0;
}
.owl-carousel .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-carousel .owl-dots {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .owl-carousel .owl-dots {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-carousel .owl-dots {
    padding-left: 105px;
    padding-right: 105px;
  }
}
.owl-carousel .owl-dots .owl-dot.active span {
  display: none;
}
.owl-carousel .owl-dots .owl-dot:not(.active) .progress {
  display: none;
}
@media only screen and (min-width: 768px) {
  .owl-carousel .owl-dots {
    bottom: 50px;
  }
}
.owl-carousel .progress {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: none;
  margin: 0 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.owl-carousel .progress:after {
  content: "";
  border-radius: 50%;
  border: 2px solid #f2f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.owl-carousel .progress .progress-loader {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.owl-carousel .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: red;
}
.owl-carousel .progress .progress-left {
  left: 0;
}
.owl-carousel .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-animation: loading-2 2.5s linear forwards 2.5s;
          animation: loading-2 2.5s linear forwards 2.5s;
}
.owl-carousel .progress .progress-right {
  right: 0;
}
.owl-carousel .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation: loading-1 2.5s linear forwards;
          animation: loading-1 2.5s linear forwards;
}
.owl-carousel--no-loading .progress:after {
  border-color: red;
}
@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.sliderA {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .sliderA {
    padding-bottom: 0;
  }
}
.sliderA .slider-title {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sliderA .slider-title {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .sliderA .slider-title {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .sliderA .slider-title {
    text-align: left;
    font-size: 1.5rem;
  }
}
.sliderA .img-skeleton {
  padding-top: 66%;
}
.sliderA .slider-img {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%, 24.5% 0.5%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%, 24.5% 0.5%);
  border-bottom-left-radius: 5px;
}
.sliderA .owl-dots.owl-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sliderA .owl-dots.owl-dots {
    bottom: 50px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.sliderB .img-skeleton {
  padding-top: 66%;
}
.sliderB .owl-dot:not(.active) span {
  background-color: rgba(255,255,255,1);
}

.sliderC {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .sliderC {
    padding-bottom: 0;
  }
}
.sliderC .slider-title {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sliderC .slider-title {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .sliderC .slider-title {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .sliderC .slider-title {
    text-align: left;
    font-size: 1.5rem;
  }
}
.sliderC .img-skeleton {
  padding-top: 66%;
}
@media only screen and (min-width: 1200px) {
  .sliderC .img-skeleton {
    padding-top: 700px;
  }
}
.sliderC .slider-img {
  -webkit-clip-path: polygon(0 0, 100% 0%, 75.5% 99.5%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75.5% 99.5%, 75% 100%, 0% 100%);
  border-top-right-radius: 5px;
}
.sliderC .owl-dots.owl-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sliderC .owl-dots.owl-dots {
    bottom: 50px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sliderC .more-btn {
  font-size: 0.8rem;
}
.sliderC .more-btn p {
  color: #DA291C;
}
.sliderC .more-btn img {
  width: 0.6rem;
}

.sliderD {
  background-color: black;
  color: rgba(255,255,255,1);
  padding-top: 50px;
  padding-bottom: 50px;
}
.sliderD__info {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) {
  .sliderD__info {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .sliderD__info {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .sliderD__info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sliderD__info__line {
  width: 1px;
  height: 25px;
  margin-top: 5px;
  background-color: rgba(255,255,255,1);
}
@media only screen and (min-width: 768px) {
  .sliderD__info__line {
    width: 150px;
    height: 1px;
    margin-top: 0;
  }
}
.sliderD .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sliderD .owl-prev,
.sliderD .owl-next {
  display: none;
  background-color: black;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.5rem;
  border-style: none;
}
.sliderD .owl-prev span,
.sliderD .owl-next span {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .sliderD .owl-prev,
.sliderD .owl-next {
    display: block;
  }
}
.sliderD .owl-prev {
  background-image: url(../../static/img/nav-left.png);
  margin-right: 20px;
}
.sliderD .owl-next {
  background-image: url(../../static/img/nav-right.png);
}
.sliderD .owl-carousel {
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0 !important;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .sliderD .owl-carousel {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .sliderD .owl-carousel {
    padding-left: 105px;
    padding-right: 105px;
  }
}
.sliderD .owl-carousel .owl-dots {
  bottom: 0;
}
.sliderD .owl-carousel-item {
  position: relative;
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .sliderD .owl-carousel-item {
    width: 400px;
  }
}
.sliderD .img-skeleton {
  padding-top: 77%;
}
.sliderD .slider-img {
  border-radius: 5px;
}
.sliderD .slider-title {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
.sliderD .slider-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#1f1f1f), to(rgba(105,105,105,0)));
  background: linear-gradient(0deg, #1f1f1f, rgba(105,105,105,0));
  z-index: 1;
}
.sliderD .more-btn {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  bottom: -40px;
}
@media only screen and (min-width: 992px) {
  .sliderD .more-btn {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .sliderD .more-btn {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .sliderD .more-btn {
    left: auto;
    right: 0;
    bottom: 0;
  }
}
.sliderD .more-btn img {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 20px;
}

.not-found-page .header {
  background-color: black;
}
.not-found-page .page__content {
  background-color: black;
  color: rgba(255,255,255,1);
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.not-found-page .not-found__info {
  text-align: center;
}
.not-found-page .not-found__info__title {
  font-size: 4rem;
}
.not-found-page .info-wrap {
  margin-bottom: 100px;
}
.not-found-page .back-btn {
  padding: 20px 50px;
}

/*# sourceMappingURL=404.css.map*/