
.btn {
	background-color: #656565;
	padding: 10px 20px;
	margin-top: 10px;
	margin-left: 5px;
	color: #fff;
}
.add-to-cart {
	background-color: #D20000;
}
.add-to-wishlist {
	background-color: #909090;
}
.add-to-print {
  background-color: #004cff;
}


/* ======Page-Banner ====== */
.ps-breadcrumbs {
	font-size: 13px;
	color: #666;
	margin: 0 0 50px 0;
	}
.page-topbanner {
	position: relative;
	}
.page-topbanner img {
	width: 100%;
	max-height: 300px;
}
.page-topbanner-text {
	position: absolute;
	left: 10%;
	top: 45%;
	font-size: 40px;
	color: #fff;
}
.breadcrumbs_icon {
	background-color: #FC0;
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 20px;
}

@media (max-width: 768px) {
.page-topbanner-text {
	display:none;
}
}


/* Right Menu */  
.ps-category {
	font-size: 15px;
	padding: 20px 10px 10px 10px;
	border: 5px solid #D9D9D9;
}
.ps-category-link li {
	margin: 0 0 5px 15px;
}
.ps-category-title {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}
.ps-application {
	font-size: 15px;
	padding: 20px 10px 10px 10px;
}

.ps-application-link li {
	display: block;
	border: 2px solid #94C5F6;
	margin: 10px 0;
	padding: 3px 10px;
}
ul.ps-application-link a{
	color:#39F;
}
.ps-application-link li:hover {
	border: 2px solid #000;
	color:#000;
}
.ps-application-title {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}

.ps-products-wrap {
  padding: 0 30px; }
.ps-products-wrap::after {
    clear: both;
    content: "";
    display: table; }
.ps-products-wrap .ps-sidebar {
    position: relative;
    float: right;
    padding-right: 30px;
    width: 270px;
    left: 0; }
.ps-products-wrap .ps-products {
    position: relative;
    left: 0;
    padding-left: 50px;
    float: left;
    width: calc(100% - 370px); }
.ps-products-wrap.inverse .ps-sidebar {
    float: right;
    right: 0;
    padding-right: 0;
    padding-left: 30px; }
.ps-products-wrap.inverse .ps-products {
    float: left;
    left: 0; }	

@media (max-width: 991px) {	
.ps-products-wrap {
    padding: 0;
}	
}	
	
	

/* Left Products */  
.ps-services {
  position: relative;
  max-width: 780px;
  padding: 0 30px;
  margin: 0 auto; }
.ps-products::after {
  clear: both;
  content: "";
  display: table; }
.ps-product-action {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  margin-top: 80px;}
.ps-product-action-icon {
  font-size: 19px;}
.ps-product-action-icon:hover {
	color: #47b6d4;
  }
.btn-sm, .btn-sm.btn-button {
    font-size: 14px;
    padding: 0 20px;
    line-height: 28px;
}
.ps-chair {
  position: relative;
  padding-bottom: 70px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.ps-chair__thumbnail {
    position: initial;
    z-index: 100;
	text-align: center;}
.ps-mobile-img {
	  border: 1px solid #c3c3c3;
}
.ps-chair__thumbnail img {
	  max-height: 300px;}
.ps-chair__thumbnail img:hover{
	  opacity: 0.7;
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      filter: alpha(opacity=70);}
.ps-chair__content {
    display: block;
    padding: 10px 0 0;
    bottom: 0;
	text-align: center;
	margin-bottom: 40px;}
.ps-chair__detail {
    margin-bottom: 0;
    position: relative;
    min-height: 60px;
    background-color: #fff; }
.ps-chair__nameArea {
	overflow: hidden;
    height: 50px;
}
.ps-chair__name {
    font-size: 16px;
    font-weight: 700;
    color: #5b5b5b;
    line-height: 1.4em;
}
.ps-chair__name:hover {
	color: #000;
	text-decoration: underline;
}
.ps-chair_namebox {
    width: 300px;
    height: 45px;
	word-break: break-all;
	overflow: hidden;
    text-overflow: ellipsis;
	margin: 0 auto;
}
a.ps-chair__button.ps-products-cart:hover {
	color: #fff;
	text-decoration: none;
}
.ps-chair__price {
	font-size: 20px;
	color: #D50000;
}
.ps-chair__buttonArea {
	margin:0 auto;
}
.ps-chair__button {
	background-color: #363636;
	padding: 10px 20px;
	color: #fff;
	display: inline-block;
	margin: 10px 10px 0 10px;
	border-width: 0px;
}
a.ps-chair__button:hover{
	background-color: #999;
	color: #FFF;
}
a.ps-chair__button:focus{
	color: #FFF;
}
.ps-chair:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.ps-chair:hover .ps-chair__thumbnail {
    z-index: 10000; }
.ps-chair--sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 10px; }
.ps-chair--sidebar .ps-chair__thumbnail {
    position: relative;
    width: 85px; }
.ps-chair--sidebar .ps-chair__thumbnail a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
.ps-chair--sidebar .ps-chair__content {
    padding-left: 15px; }
.ps-chair--sidebar .ps-chair__content p {
      margin-bottom: 15px;
      color: #000;
      font-size: 14px;
      font-weight: 500; }
.ps-chair--sidebar .ps-chair__content p del {
        color: #8a8a8a;
        font-size: 13px; }
.ps-chair--sidebar .ps-chair__title {
    font-size: 14px;
    font-weight: 700;
    color: #626262;
    text-transform: uppercase; }
.ps-chair--sidebar .ps-chair__title:hover {
      color: #F00; }
.ps-chair--sidebar .ps-btn {
    padding: 6px 20px 4px;
    font-size: 12px;
    line-height: 15px; }
.ps-chairs--carousel {
  padding: 30px 10px 100px; }
  
.btn_ps-list-inquiry {
	background-color: #D20000;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	display: block;
	font-weight: 600;
}
.btn_ps-list-inquiry:hover {
	background-color: #FC0;
	color: #fff;
}
	

@media (max-width: 1199px) {
.ps-chair:before {
      display: none; } 
.item.list-group-item .list-group-image {
	margin-right: 10px;}
.ps-products-wrap .ps-sidebar {
      float: none;
      left: 0;
      max-width: 300px; }
.ps-products-wrap .ps-products {
      width: 100%;
      left: 0; }
.ps-products-wrap .ps-products {
    float: none;
}
}
@media (max-width: 767px) {
.ps-chair {
   max-width: 480px;
   margin: 0 auto; }
.item.list-group-item:nth-of-type(2n+1) {
    margin-bottom: 20px;}
.ps-mobile-img {
    width: 100%;}
}

/* ====== Pagination ====== */
.ps-pagination {
  text-align: center; }
.ps-pagination::after {
    clear: both;
    content: "";
    display: table; }
.ps-pagination .pagination {
    margin: 0;
    display: inline-block; }
.ps-pagination .pagination li {
      display: inline-block;
      margin-right: 15px;
      text-align: center; }
.ps-pagination .pagination li > a {
        padding: 0 17px;
        position: relative;
        display: inline-block;
        z-index: 30;
        font-size: 16px;
        color: #313131;
        line-height: 50px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: transparent !important; }
.ps-pagination .pagination li > a:before, .ps-pagination .pagination li > a:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: -2;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          transition: all 0.4s ease; }
.ps-pagination .pagination li > a:before {
          width: 50px;
          height: 50px;
          background-color: #e4e4e4; }
.ps-pagination .pagination li > a:after {
          width: 45px;
          height: 45px;
          background-color: #666;
          z-index: -1;
          visibility: hidden;
          opacity: 0; }
.ps-pagination .pagination li > a:hover {
          color: #fff;
		  text-decoration: none; }
.ps-pagination .pagination li > a:hover:after {
            visibility: visible;
            opacity: 1; }
.ps-pagination .pagination li.active {
        border: none; }
.ps-pagination .pagination li.active a {
          color: #fff; }
.ps-pagination .pagination li.active a:after {
            visibility: visible;
            opacity: 1; }
			
@media (max-width: 480px) {
.ps-pagination .pagination li {
      margin-right: 10px; }
.ps-pagination .pagination li a {
        padding: 0 12px;
        font-size: 12px; }
.ps-pagination .pagination li a:before {
          width: 30px;
          height: 30px; }
.ps-pagination .pagination li a:after {
          width: 35px;
          height: 35px; }
}


/*-------------------------------------------------------*/
/* Product Detail
/*-------------------------------------------------------*/
.ps-product-detail {
	position: relative;
	width: 80%;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
.product-slider {
    padding-right: 31px;
}
}

#gallery-main .gallery-cell {
  margin-bottom: 8px; }

.gallery-cell,
#gallery-main img {
  width: 100%; }

.gallery-thumbs {
  margin: 0 -4px; }
  .gallery-thumbs .gallery-cell {
    width: 20%;
    float: left;
    padding: 0 4px; }
  .gallery-thumbs img {
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .gallery-thumbs .is-nav-selected img,
  .gallery-thumbs img:hover {
    opacity: 1; }

#gallery-main .gallery-cell a,
#gallery-main .gallery-cell {

}

.quickview-popup #gallery-main .gallery-cell {
  cursor: -webkit-grab;
  cursor: grab; }

.product-single__title {
  margin-bottom: 20px;
  font-size: 28px;
}
.product_application__meta {
  margin-bottom: 28px; }

.product_application__meta  dt {
	display: inline-block;
}
.product_application__meta dd {
	display: inline-block;	
}
.application__meta_link a {
	color: #C30;
	text-decoration: underline;	
}
.application__meta_link a:hover {
	color: #B9B9B9;
	text-decoration: none;	
}
  
.product_meta {
  margin-bottom: 28px; }
.product_meta span {
    line-height: 24px;
    font-size: 15px;
    color: #000000; }
.product_meta span span {
    color: #7b7b7b; }
h2.product_meta {
	font-size: 20px;
	color: #0054FF;
	margin-bottom: 10px;
}
.product_detail_tabmenu {
	border-bottom: 1px solid #ccc;
	margin: 50px 0;
}
.product_detail_tabmenu li {
	display:inline-block;
	padding: 10px;
	margin: 0 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	background-color: #fff;
	border-top-color: #000;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.product_detail_tabmenu li:hover {
	border-top-color: #C00;
	color: #c00;
}
h2.ps-product-detail-content {
	color: #333;
	font-size: 24px;
}


@media only screen and (max-width: 991px) {
.product_detail_tabmenu li {
	display: block;
}
}

/* Other Mode */
#main-image-gallery{
  margin: 30px 0;
  background: #fff;
  width: 100%;
  text-align: center;
}
#main-image-gallery img {
  display: block;
  max-height: 90px;
  margin: 0 auto;
}
.other-mode-box {
	width: 20%;
}

@media only screen and (max-width: 991px) {
.other-mode-box {
	width: 33.33%;
}
}


/** Product Detail - Table**/
.specifications-table {
	border: 1px solid #cbcbcb;
}
td.specifications-table {
	border: 1px solid #cbcbcb;
}
.sp_td1 {
    background-color: #f0f0f0;
    font-size: 15px;
    padding: 10px;
	border: 1px solid #cbcbcb;
}
.sp_td2 {
    background-color: #FFFFFF;
    font-size: 15px;
    padding: 10px;
	border: 1px solid #cbcbcb;
}

/*-------------------------------------------------------*/
/* Accordions and Toggles
/*-------------------------------------------------------*/
.accordion__heading {
  position: relative;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.accordion__toggle {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #7b7b7b;
  right: 22px;
  top: 28px;
  position: absolute; }

.accordion--is-closed span {
  background-color: #7b7b7b; }

.accordion--is-closed span:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  background-color: #7b7b7b;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.accordion--is-open span {
  background-color: #000; }

.accordion__body,
.toggle__body {
  padding-bottom: 17px;
  line-height: 26px; }

.accordion__link,
.toggle__link {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 18px 0;
  color: #7b7b7b;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #e1e1e1; }

.toggle__link {
  border-bottom: 1px solid #e1e1e1;
  padding: 14px 0; }
  .toggle__link:after {
    font-family: "ui-icons";
    position: absolute;
    content: "\e802";
    right: 0;
    top: 12px;
    color: #7b7b7b;
    font-size: 18px; }
  .toggle__link.active:after {
    content: "\e809";
    color: #000000; }

.toggle__body {
  padding: 20px 0 10px;
  border: none; }


/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-prev, .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  text-align: center;
  line-height: 34px;
  z-index: 10;
  width: 34px;
  height: 34px;
  font-size: 34px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-prev {
  left: -34px; }

.owl-next {
  right: -34px; }

.owl-carousel:hover .owl-prev {
  opacity: 1;
  left: 10px; }

.owl-carousel:hover .owl-next {
  opacity: 1;
  right: 10px; }

.owl-next:hover i,
.owl-prev:hover i {
  color: #000; }

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
  color: #7b7b7b; }

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
  opacity: 1; }

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
  left: -60px; }

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
  right: -60px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 30px; }

.owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #fff;
  opacity: 0.6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-dot.active span,
.owl-dot:hover span {
  opacity: 1; }

.owl-carousel--dots-inside .owl-dots {
  position: absolute;
  bottom: 12px;
  margin-top: 0;
  width: 100%; }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: #fff; }

.flickity-prev-next-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #09f;
  box-shadow: 0 0 0 5px #09f; }

.flickity-prev-next-button:active {
  opacity: .6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.is-dragging {
  pointer-events: none; }

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background-color: transparent; }





/* [ product_inquiry ]*/
.inquiry_no {
	font-size: 16px;
    margin-bottom: 20px;
    background-color: #e0e0e0;
    width: 30%;
    padding: 8px 5px 5px 30px;
    border-radius: 25px;
    color: #fff;
}
.inquiry-form-text {
	margin: 70px auto 20px auto;
}
.inquiry-content {
	text-align: center;
}
.inquiry-cencel {
	font-size: 24px;
}
.inquiry-page-maincon {
	text-align: center;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 15px;
	background-color: #f6efc6;
}
.inquiry-page-con {
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.inquiry-page-con-name{
	text-align: left;
}
.inquiry-page-con img{
	height: 70px;
}
.inquiry-page-con-no{
	display: black;
}
.inquiry-btnArea {
	display: inline-block;
	margin: 30px auto;
}
.inquiry-btn {
	background-color: #333;
	padding: 10px 10px;
	color: #fff;
	margin-right: 25px;
}
.inquiry-btn:hover {
	background-color: #999;
	text-decoration: none;
	color: #fff;
}
.inquiry-btn:focus {
    color: #fff;
}
.inquiry-amount {
	font-size: 18px;
	font-weight: bold;	
}
.friendlyPrint-btn{
    background-color: #f20000;
    padding: 15px 30px;
    color: #fff;
    font-size: 15px;
}
.friendlyPrint-btn:hover {
	background-color: #999;
	text-decoration: none;
	color: #fff;
}
.friendlyPrint-btn:focus {
    color: #fff;
}

.rwd-table {
     background: #fff;
     overflow: hidden;
}
.rwd-table tr:nth-of-type(2n) {
     background: #eee;
}
.rwd-table th, .rwd-table td {
     margin: 0.5em 1em;
}
.rwd-table {
     min-width: 100%;
}
.rwd-table th {
     display: none;
}
.rwd-table td {
     display: block;
}
.rwd-table td:before {
     content: attr(data-th) "";
     font-weight: bold;
     width: 6.5em;
     display: inline-block;
}
.rwd-table th, .rwd-table td {
     text-align: left;
}
.rwd-table th, .rwd-table td:before {
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.input_howmany {
	width: 20%;
	border: 1px solid #000;
}

@media (min-width: 480px) {
.rwd-table td:before {
     display: none;
}
.rwd-table th, .rwd-table td {
     display: table-cell;
     padding: 0.25em 0.5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
     padding-left: 0;
}
 .rwd-table th:last-child, .rwd-table td:last-child {
     padding-right: 0;
}
.rwd-table th, .rwd-table td {
     padding: 1em !important;
	 text-align: center;
}
}
@media (max-width: 480px) {
.rwd-table th, .rwd-table td {
    margin: 10px 5px;
    text-align: left;
}
}
@media screen and (min-width:620px) and ( max-width:997px) {
.inquiry_no {
    width: 50%;
}
}
@media screen and (min-width:461px) and ( max-width:619px) {
.inquiry_no {
    width: 80%;
}
}
@media (max-width: 460px) {
.inquiry_no {
    width: 100%;
}
}


/* [ Aout Us ]*/
h1.header-content {
	font-size: 30px;
	margin-top: 50px;
}
.aboutus {
    position: relative;
	width: 80%;
    margin: 0 auto;
}
.aboutus img{
    max-width: 800px;
}
.aboutus .aboutus-content{
	width: 100%;
	text-align:left;
	margin-top: 40px;
}
ul.page-menu {
	width: 80%;
    padding: 10px;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    background: #e6e6e6;;
    text-align: center;
	margin: 0 auto;
}
ul.page-menu li {
	display:inline-block;
	-webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
	margin: 0 8px 0 0;
}
ul.page-menu li::after {
	content: "/";
	margin-left: 10px;
}
li.page-menu-none::after {
	content: "" !important;
}


@media (max-width: 991px){
.aboutus {
	width: 95%;
}
.aboutus img{
    max-width: 100%;
}
.aboutus .aboutus-content{
	padding: 0;
}
}


/* [ News Page ]*/
#news-page {
	display: inline-block;
}
.news-page {
    position: relative;
	width: 80%;
    margin: 0 auto;
}
.infoContent img{
    max-width: 800px;
}
#news_con_img img:hover {
    -webkit-transform: scale(1.5);
    -webkit-transition: 1s;
}
.news_list_imgArea {
    margin-bottom: 30px;
}
.news_list {
    margin-top: 20px;
	margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
}
.news_list_title {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.news_list_title_link:hover {
	color: #D50000;
	text-decoration: underline;	
}
.news_list_text {
	font-size: 13px !important;
    margin: 10px 0;
    overflow: hidden;
    height: 95px;
	max-height: 95px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news_con_img {
    background-color: #ccc;
    overflow: hidden;
    height: 180px;
}

.news-page-list-tl {
	clear: both;
    font-size: 15px;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #777;
    font-weight: bold;
    color: #333;
    position: relative;
    line-height: 110%;
	background-color: #f3f3f3;
}
.news-page-list-t2 {
	width: 50px;
	display:inline-block;
}
.news-page-list-sectl {
	padding: 20px 10px;
	clear: both;
    border-bottom: 1px solid #ccc;
    color: #333;
    position: relative;
    line-height: 110%;
	list-style: none;
}
.news-page-list-sectl li{
    display: inline-block;
	margin-right: 30%;
}
.news-page-list .infoList {
    position: relative;
	padding-bottom: 20px;
}
.news-page-list .infoList ul {
    margin: 10px 0px 5px;
    list-style: none;
	padding: 0;
}
.news-page-list .infoList ul li {
	padding: 10px 0px 10px 10px;
	list-style: none;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
.news-date {
	color: #FFF;
	font-weight: 600;
	background-color: #D20000;
	width: 100px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
	border-radius: 20px;
}
.news-page-list .infoContent{
    position: relative;
	margin: 20px 0 40px 0;
	padding: 0 10px;
}
.moreArea {
	display: flow-root;
}

@media (max-width: 991px){
.news-page {
	width: 95%;
}
.news-page img{
    max-width: 100%;
}
.news-date {
    display: block;
}
.news-page-list {
    margin: 40px auto 0 auto;
}
.news-page-list-sectl {
	padding: 10px 10px 5px 10px;
}
.news-page-list-sectl li{
    display: block;
	margin-right:0;
	margin-bottom: 10px;
}
}


@media (max-width: 480px){
.news_list_more {
    width: 100%;
}
}

/* [ Contact Us ]*/
.contact {
    position: relative;
	width: 80%;
    margin: 0 auto;
}
.contact form {
    margin-bottom: 40px;
}
.contact form .form-group {
    margin-bottom: 2px;
}
.contact form .form-inputname {
	width: 90px;
	display: inline-table;
	vertical-align: top;
	margin: 0 0 25px 0;
}
.contact form .form-submitArea {
	text-align: center;
	margin: 20px 0;
}
.contact form input, .contact form textarea {
    border-radius: 0;
    background: rgba(0, 0, 0, .07);
    border:none;
    border-left:2px solid #999;
    box-shadow: none;
	width: 70%;
}
.contact form input {
    height: 40px;
    padding: 0 10px;
	margin-right: 10px;
	width: 60%;
}
.contact form input .input_name {
    width: 50%;
}
.contact form input:focus, .contact form textarea:focus {
    box-shadow: none;
    border:1px solid #999;
}
.address{
    text-align: left;
}
.office{
    list-style: none;
    padding: 0;
    line-height: 25px;
}
.map_canvas{
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
.map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.font_must {
	color: #fff;
	font-size: 10px;
	background-color: #D20000;
	padding: 2px;
}


@media (max-width: 991px){
.contact {
	width: 95%;
}
.contact form .form-inputname {
    width: auto;
    display: block;
	margin: 0;
}
.contact form input, .contact form textarea {
	width: 100%;
}
}


/* [ Catalog ]*/
.catalog {
    position: relative;
	width: 80%;
    margin: 0 auto;
}
.catalog img{
	width: 100%;
}
.catalog .catalog-content{
    width: 100%;
    margin: 50px auto 20px auto;
}
.catalog-title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}
@media (max-width: 991px){
.catalog {
	width: 95%;
}
.catalog img{
	max-width: 100%;
}
.catalog .catalog-content{
	padding: 0;
}
}

/* [ Search Page ]*/
.search-page {
    position: relative;
	width: 80%;
    margin: 0 auto;
}
.search-page .search-show-area{
	width: 100%;
	text-align:left;
	margin: 40px 0;
	padding: 0 40px;
}
.search-show-area a:hover{
	color: #D20000;
	text-decoration: underline;
}
.search-show-area .search-keyword-text {
	margin: 20px 0;
}



@media (max-width: 991px){
.search-page {
	width: 95%;
}
.search-page .search-show-area{
	padding: 0;
}
}



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

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mr-0 {
  margin-right: 0px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-0 {
  margin-left: 0px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.padding-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0px; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pr-0 {
  padding-right: 0px; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pb-0 {
  padding-bottom: 0px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-0 {
  padding-left: 0px; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }