<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background-color: #303030;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #303030;
  font-family: "Kanit", tahoma, sans-serif;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
}

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

.wrapper {
  max-width: 1190px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

input, select, textarea {
  font-family: tahoma,Helvetica;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

strong {
  font-weight: 700;
}

.textreplacement {
  display: block;
  display: inline-block;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

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

.clearfix:after {
  clear: both;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

[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;
}

/* Slider */
.slick-slider {
  position: static;
}

.slick-list {
  padding: 0 !important;
}

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

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

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  width: 12px;
  height: 20px;
}

.slick-prev {
  right: calc((100% - ((100vh - 100px) * (1024/768))));
  right: -moz-calc((100% - ((100vh - 100px) * (1024/768))));
  right: -webkit-calc((100% - ((100vh - 100px) * (1024/768))));
  width: calc((100% - ((100vh - 100px) * (1024/768))) / 2);
  width: -moz-calc((100% - ((100vh - 100px) * (1024/768))) / 2);
  width: -webkit-calc((100% - ((100vh - 100px) * (1024/768))) / 2);
  left: 0;
  height: 100%;
  min-width: 30px;
}

.slick-next {
  width: calc((100% - ((100vh - 100px) * (1024/768))) / 2);
  width: -moz-calc((100% - ((100vh - 100px) * (1024/768))) / 2);
  width: -webkit-calc((100% - ((100vh - 100px) * (1024/768))) / 2);
  right: 0;
  height: 100%;
  min-width: 30px;
}

[dir='rtl'] .slick-prev {
  right: 45px;
  left: auto;
}
.slick-prev:before {
  content: "";
  background-image:url(../img/icon/icon-left.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 26px;
  top: calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: -webkit-calc(50% - 15px);
}
[dir='rtl'] .slick-prev:before {
  content: url(../img/icon/icon-left.svg);
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 45px;
}
.slick-next:before {
  content: "";
  background-image:url(../img/icon/icon-right.svg);
  background-size: 100% 100%;
  position: absolute;
  left: unset !important;
  right: calc(((100vw - ((100vh - 60px) * (1024 / 768))) / 2) - 30px) !important;
  right: -moz-calc(((100vw - ((100vh - 60px) * (1024 / 768))) / 2) - 30px) !important;
  right: -webkit-calc(((100vw - ((100vh - 60px) * (1024 / 768))) / 2) - 30px) !important;
  top: calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: -webkit-calc(50% - 15px);
  float: right;
}
[dir='rtl'] .slick-next:before {
  content: url(../img/icon/icon-right.svg);
}

@media (max-width: 767px) {
  .slick-prev {
    right: calc((100% - ((100vh - 60px) * (1024/768))));
    right: -moz-calc((100% - ((100vh - 60px) * (1024/768))));
    right: -webkit-calc((100% - ((100vh - 60px) * (1024/768))));
    width: calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    width: -moz-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    width: -webkit-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
  }
  .slick-next {
    width: calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    width: -moz-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    width: -webkit-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
  }
  .slick-prev:before {
    left: 20% !important; 
  }
  .slick-next:before {
    right: 20% !important;
  } 
  .slick-prev:before,
  .slick-next:before {
    width: 6px;
    height: 10px;
  }
  @media (max-height: 640px) {    
    .slick-prev:before {
      left: unset !important;
      right: 18px !important;
    }
    .slick-next:before {
      left: 18px !important;
      right: unset !important;
    }
  }
  @media (max-height: 340px) {    
    .slick-prev:before,
    .slick-next:before {
      width: 12px;
      height: 20px;
    }
    .slick-prev:before {
      left: unset !important;
      right: 12px !important;
    }
    .slick-next:before {
      left: 12px !important;
      right: unset !important;
    }
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .slick-prev {
    right: calc((100% - 750px));
    right: -moz-calc((100% - 750px));
    right: -webkit-calc((100% - 750px));
    width: calc((100% - 750px) / 2);
    width: -moz-calc((100% - 750px) / 2);
    width: -webkit-calc((100% - 750px) / 2);
  }
  .slick-next {
    width: calc((100% - 750px) / 2);
  }
  .slick-prev:before {
    left: 45% !important; 
  }
  .slick-next:before {
    right: 45% !important;
  }
  @media (max-height: 640px) {
    .slick-prev {
      right: calc((100% - ((100vh - 60px) * (1024/768))));
      right: -moz-calc((100% - ((100vh - 60px) * (1024/768))));
      right: -webkit-calc((100% - ((100vh - 60px) * (1024/768))));
      width: calc((100% - ((100vh - 60px) * (1024/768))) / 2);
      width: -moz-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
      width: -webkit-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    }
    .slick-next {
      width: calc((100% - ((100vh - 60px) * (1024/768))) / 2);
      width: -moz-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
      width: -webkit-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    }
    .slick-prev:before {
      left: unset !important; 
      right: 10% !important; 
    }
    .slick-next:before {
      left: 10% !important;
      right: unset !important;
    }
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .slick-prev {
    right: calc((100% - 970px));
    right: -moz-calc((100% - 970px));
    right: -webkit-calc((100% - 970px));
    width: calc((100% - 970px) / 2);
    width: -moz-calc((100% - 970px) / 2);
    width: -webkit-calc((100% - 970px) / 2);
  }
  .slick-next {
    width: calc((100% - 970px) / 2);
  }
  .slick-prev:before {
    right: 20% !important; 
  }
  .slick-next:before {
    left: 20% !important;
  }
  @media (max-height: 900px) {
    .slick-prev {
      right: calc((100% - ((100vh - 60px) * (1024/768))));
      right: -moz-calc((100% - ((100vh - 60px) * (1024/768))));
      right: -webkit-calc((100% - ((100vh - 60px) * (1024/768))));
      width: calc((100% - ((100vh - 60px) * (1024/768))) / 2);
      width: -moz-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
      width: -webkit-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    }
    .slick-next {
      width: calc((100% - ((100vh - 60px) * (1024/768))) / 2);
      width: -moz-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
      width: -webkit-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    }
    .slick-prev:before {
      left: unset !important; 
      right: 10% !important; 
    }
    .slick-next:before {
      left: 10% !important;
      right: unset !important;
    }
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .slick-prev {
    right: calc((100% - ((100vh - 60px) * (1024/768))));
    right: -moz-calc((100% - ((100vh - 60px) * (1024/768))));
    right: -webkit-calc((100% - ((100vh - 60px) * (1024/768))));
    width: calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    width: -moz-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    width: -webkit-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
  }
  .slick-next {
    width: calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    width: -moz-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
    width: -webkit-calc((100% - ((100vh - 60px) * (1024/768))) / 2);
  }
  .slick-prev:before {
    left: unset !important; 
    right: 50% !important;
  }
  .slick-next:before {
    left: 50% !important;
    right: unset !important;
  }
}


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

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

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

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

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

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

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

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

.slider-nav .slick-prev:before {
  content: url(../img/icon/icon-nav-left.svg);
}

.slider-nav [dir='rtl'] .slick-prev:before {
  content: url(../img/icon/icon-nav-left.svg);
}

.slider-nav .slick-next:before {
  content: url(../img/icon/icon-nav-right.svg);
}

.slider-nav [dir='rtl'] .slick-next:before {
  content: url(../img/icon/icon-nav-right.svg);
}

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.header {
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100vw;
  height: 40px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.header:before, .header:after {
  content: " ";
  display: table;
}

.header:after {
  clear: both;
}

.header .container {
  background-color: rgba(32, 32, 32, 0.9);
  position: relative;
  max-width: 100vw;
}

.header.hide {
  height: 0px;
}
.header.hide .container {
  display: none;
}

.header.hidefullscreen {
  cursor: pointer;
  position: absolute;
  top: 0;
}

.header.hidefullscreen .container {
  position: absolute;
  top: -40px;
}

.header:hover.hidefullscreen .container {
  position: absolute;
  top: 0px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40px;
}

.nav_list {
  position: relative;
  left: 0;
  min-width: 40px;
  z-index: 2;
}

.nav_list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
}

.nav_title {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  right: 0;
  text-align: center;
}

.nav_title strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {  
  .nav_title {
    width: calc(100vw - 160px);
    margin-left: 30px;
  }
  .nav_title, .caption {
    font-size: 1.3rem !important;
  }
  .number {
    font-size: 1.1rem !important;
    top: 12px !important;
  }
  .nav_list-item {
    width: 16px;
  }
}

.nav_fn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  position: relative;
  padding-left: 20px;
}

.nav_fn-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 16px;
  margin-left: 20px;
}

.footer {
  background: rgba(32, 32, 32, 0.9);
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3;
}

.footer.hide {
  background: transparent;
}

.footer.hide {
  height: 0px;
}
.footer.hide .container {
  display: none;
  background: transparent;
}

.footer.hidefullscreen {
  position: absolute;
  bottom: -40px;
}

.footer.hover {
  bottom: 0;
}

.footer .container {
  max-width: 100vw;
}

.footer_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.caption {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.number {
  color: #fff;
  min-width: 35px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 72px;
}

.blockwrap {
  background-color: transparent;
  position: relative;
  max-width: calc((100vh - 60px) * (1024/768));
  max-height: -moz-calc((100vh - 60px) * (1024/768));
  max-height: -webkit-calc((100vh - 60px) * (1024/768));
  margin: auto;
}

.blockwrap:before {
  display: block;
  content: '';
  max-width: 100%;
  padding-top: 75%;
}

.blockwrap &gt; .block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.listpage {
  background: #fff;
  display: block;
  overflow-y: scroll;
  width: 100%;
  height: calc(100vh - 40px);
  height: -moz-calc(100vh - 40px);
  height: -webkit-calc(100vh - 40px);
  padding: 20px;
  z-index: 2;
  line-height: 1.3;
  position: absolute;
  left: -100%;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  color: #383838;
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .listpage {
    width: 25vw;
    left: -25vw;
  }
}

.listpage a {
  color: #383838;
}

.listpage.active {
  left: 0;
}

.listpage.fullscreen {
  height: 100vh;
}
.listpage &gt; ul &gt; li {
  display: block;
  margin-bottom: 10px;
}
.listpage &gt; ul &gt; li &gt; a {
  cursor: pointer;
  font-weight: 500;
}
.listpage &gt; ul &gt; li.sub::before {
  content: "•  ";
}
.listpage &gt; ul &gt; li.sub {
  padding-left: 20px;
}
.listpage &gt; ul &gt; li.sub &gt; a {
  font-weight: 400;
}

.listpage_title {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.listpage_sub {
  margin-left: 20px;
  list-style-type: none; 
  /* disc */
}

.listpage_sub:before, .listpage_sub:after {
  content: " ";
  display: table;
}

.listpage_sub:after {
  clear: both;
}

.listpage_sub-list {
  position: relative;
  margin: 0 0 5px 23px;
}

.listpage_sub-list span {
  position: absolute;
  left: -28px;
}
.listpage_sub-list &gt; .listpage_sub {
  margin-left: 20px;
  margin-top: 5px;
}
.listpage_sub-list &gt; strong {
  margin: 10px 0 0 20px;
}
.listpage_sub-list &gt; .listpage_sub &gt; .listpage_sub-list {
  margin: 10px 0 5px 40px;
  list-style-type: disc; 
  
  /* disc */
}


.content {
  position: relative;
  padding: 10px 0;
  height: calc(100vh - 40px);
  height: -moz-calc(100vh - 40px);
  height: -webkit-calc(100vh - 40px);
  -webkit-transition: height 0.2s ease-in-out;
          transition: height 0.2s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  left: 0;
  overflow: hidden;
}
.content.full {
  height: 100%;
}

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

.content:after {
  clear: both;
}

.content.showlist {
  width: 75vw;
  left: 25vw;
}

.content.fullscreen {
  padding: 0;
  height: 100vh;
}

.content_body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  height: calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: -webkit-calc(100vh - 60px);
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.content_body:before, .content_body:after {
  content: " ";
  display: table;
}

.content_body:after {
  clear: both;
}

.content_body.fullscreen {
  height: 100vh;
}

.content_body.showlist {
  width: 63vw;
  left: 5vw;
}

.content_body.showgrid {
  height: calc(100vh - 255px);
  height: -moz-calc(100vh - 255px);
  height: -webkit-calc(100vh - 255px);
}

.content_nav {
  position: absolute;
  bottom: -8px;
  z-index: 1;
  width: 90%;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
          transition: height 0.2s linear;
          background-color: #272727;
}

.content_nav.active {
  height: 135px;
  overflow: inherit;
}

.content_nav.showlist {
  width: 55vw;
}

.content_nav img {
  max-height: 135px;
}

.content_nav-item {
  display: block;
  height: 135px;
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_nav .slick-prev {
  left: -40px;
}

.content_nav .slick-next {
  right: -40px;
}

#area {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .blockwrap:before {
    width: 1140px
  }
  .content_nav {
    width: 100%;
    height: auto;
  }
}

.slick-loading {
  display: none !important;
}

.thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 133px;
  background-color: #272727;
  padding: 10px;
  z-index: 10;
  display: none;
}

.owl-carousel, .owl-stage-outer, .owl-stage  {
  height: 100%;;
}
.owl-item {
  background-color: transparent;
  height: 100%;
  width: 100px;
}
.owl-item &gt; div {
  height: 112px;
}
.owl-item img {
  opacity: 0.3;
}
.owl-item &gt; div &gt; a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height:100%; 
  width:150px;
  background-size: contain; 
  background-repeat: no-repeat; 
}
.owl-item &gt; div &gt; a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.owl-item &gt; div &gt; a.active:before {
  background-color: transparent;
}

.owl-item &gt; div &gt; a:hover, .owl-item &gt; div &gt; a:focus, .owl-item &gt; div &gt; a:active {
  color: white;
}
.owl-item &gt; div &gt; a:hover:before, .owl-item &gt; div &gt; a:focus:before, .owl-item &gt; div &gt; a:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.owl-item &gt; div &gt; a.active {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; 
  box-shadow: inset 0 0 0 4px #00c1ff, 0 0 1px rgba(0, 0, 0, 0);
  background-color: transparent;
}
.owl-item &gt; div &gt; a .pageitem {    
  right: 9px;
  top: 9px;
  position: absolute;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #303030;
  background-color: #c2c2c2;
  border-radius: 50%;
  font-family: "Kanit", tahoma, sans-serif;
  font-size: 0.9em;
}
.owl-item &gt; div &gt; a.active .pageitem {
  background-color: #00c1ff;
  color: #fff;

}

 @media screen and (max-width: 768px) {  
  .thumb {
    height: 80px;
  }
  .owl-item &gt; div {
    height: 60px;
  }
  .owl-item &gt; div &gt; a {
    width:82px;
  }
  .owl-item &gt; div &gt; a.active {
    box-shadow: inset 0 0 0 2px #00c1ff, 0 0 1px rgba(0, 0, 0, 0);
  }
  .owl-item &gt; div &gt; a .pageitem {
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    font-size: 0.7em;
    line-height: 16px;
  }
} </pre></body></html>