/*<?php header('Content-type: text/css'); ?>*/
@import url("/inc/external/selectbox/jquery.selectBox.css");

.text_gray {
  color: #aaaaaa;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.line_through {
  text-decoration: line-through;
}

.shop_gallery_control:before,
.shop_gallery_control.control_type_01 .list_filter:before,
.shop_gallery_control.control_type_02 .list_filter:before,
.shop_container:before,
.box_shop_gallery .gallery_article:before,
.shop_type_02 .box_shop_gallery .inner_gallery:before,
.shop_gallery_control:after,
.shop_gallery_control.control_type_01 .list_filter:after,
.shop_gallery_control.control_type_02 .list_filter:after,
.shop_container:after,
.box_shop_gallery .gallery_article:after,
.shop_type_02 .box_shop_gallery .inner_gallery:after {
  content: " ";
  display: table;
  line-height: 0;
  clear: both;
}

.shop_gallery_control:after,
.shop_gallery_control.control_type_01 .list_filter:after,
.shop_gallery_control.control_type_02 .list_filter:after,
.shop_container:after,
.box_shop_gallery .gallery_article:after,
.shop_type_02 .box_shop_gallery .inner_gallery:after {
  clear: both;
}

.shop_page .hide {
  display: none;
}

.shop_page .show {
  display: block;
}

.shop_main_head h3 {
  font-size: 20px;
  font-weight: normal;
  color: #4b4b4b;
}

.shop_page .selectBox-dropdown:focus,
.shop_page .selectBox-dropdown:focus .selectBox-arrow {
  border-color: #b7b7b7;
}

.shop_page .selectBox-dropdown .selectBox-label {
    padding: 14px 20px 10px 20px;
    height: 48px;
    line-height: 1.2;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #212121;
}

.shop_page .selectBox-dropdown .selectBox-arrow {
  width: 32px;
  height: 100%;
  background: url(../images/select_arrow.png) 0 center no-repeat;
  border-left: none;
}

.shop_page .selectBox-dropdown:hover .selectBox-arrow,
.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
  transform: rotate(180deg);
  background-position: 18px center;
}

.selectBox.selectBox-dropdown{
  cursor: pointer;
  border: none;
}

.selectBox-options li {
  height: 30px;
  width: 100%;
}

.selectBox-options LI A {
  height: 30px;
  padding-left: 15px;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  letter-spacing: -0.3px;
  text-align: left;
  color: #212121;
}

.selectBox-options LI.selectBox-selected A {
  background-color: transparent;
  color: #212121 !important;
}

.selectBox-options li:hover a{
    background-color: #CFCFCF;
    color: #fff !important; 
}

.selectBox-dropdown-menu {
  background: #FFFFFF;
  box-shadow: none;
  padding: 10px 5px;
  max-height: 202px !important;
  font-size: 15px;
  border: 1px solid #212121;
  box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {

  .selectBox.opt_board_admin.selectBox-dropdown,
  .opt_board_admin .selectBox-dropdown {
    border: solid 1px #BBB !important;
  }

  .box_select .selectBox span {
    display: none;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
  .shop_page .selectBox-dropdown .selectBox-arrow {
    background: url(../images/select_arrow@2x.png) 50% center no-repeat;
    background-size: 9px 5px;
  }

  .shop_page .design_checkbox {
    background: url(../images/check_inactive@2x.png) 0 0 no-repeat;
    background-size: 16px 16px;
  }

  .shop_page .design_checkbox.active {
    background: url(../images/check_active@2x.png) 0 0 no-repeat;
    background-size: 16px 16px;
  }
}

.shop_page .opt_control_type {
  width: 145px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #cfcfcf;
  background-color: #fff;
  margin-right: 6px;
}

.shop_page .opt_option_type.selectBox-menuShowing,
.shop_page .opt_control_type.selectBox-menuShowing {
  border: 1px solid #212121 !important;
}

.shop_page .opt_option_type {
  margin-right: 5px;
  width: 100px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #cfcfcf;
  background-color: #fff;
}

.shop_page .shop_list_search {
  width: 100%;
  display: inline-block;
}

.shop_page .box_select {
  text-align: center;
}

.shop_page .opt_search_type {
  display: none !important;
}

.shop_page .box_search {
  width: 500px;
  height: 42px;
  border-bottom: 1px solid #cfcfcf;
  text-align: left;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 50px;
  overflow: hidden;
}

.shop_page .tf_search_keyword {
  text-align: left;
  height: 40px;
  border: none;
  padding-left: 12px;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: 'Noto Sans Mono CJK KR',sans-serif;

}
.shop_page .tf_search_keyword::placeholder {
  color: #333;
}
.shop_page .btn_search {
  width: 46px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-indent: -5000px;
  overflow: hidden;
  line-height: 7;
  background: url(../images/search_btn_2.png) center center no-repeat;
}

@media screen and (max-width: 767px) {
  .shop_page .box_select {
    margin-left: 15px;
    margin-right: 15px;
  }

  .shop_page .box_search {
    width: 100%;
  }

  .shop_page .opt_control_type {
    width: 140px;
  }
}

.shop_gallery_control {
  border-bottom: 1px solid #cfcfcf;
}

.shop_gallery_control .left_side {
  width: 100%;
}

.shop_gallery_control .right_side {
  float: right;
  /* margin-bottom: 35px; */
}

.shop_gallery_control.control_type_01 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.shop_gallery_control.control_type_01 .list_tip {
  display: none;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.24px;
  text-align: center;
  color: #333;
}

.shop_gallery_control.control_type_01 .list_filter {
  font-size: 12px;
  line-height: 30px;
  float: left;
  width: calc(100% - 330px);
}

.shop_gallery_control.control_type_01 .list_filter li {
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #656565;
  float: left;
  cursor: pointer;
  margin-right: 40px;
}

.shop_gallery_control.control_type_01 .list_filter li.active {
  font-weight: bold;
}

.shop_gallery_control.control_type_01 .list_filter li.title {
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: #212121;
  margin-right: 40px;
}
.shop_gallery_control.control_type_01 .list_filter li.title a{
  color: #212121;
}
.shop_gallery_control.control_type_01 .list_filter li.title a:after{
  content: '';
  width: 100%;
  display: inline-block;
  height: 2px;
  bottom: -4px;
  position: absolute;
  left: 0;
}
.shop_gallery_control.control_type_01 .list_filter li.splite {
  color: #cccccc;
  font-size: 15px;
  display: none;
}

.shop_gallery_control.control_type_01 .list_filter a {
  color: #656565;
  position: relative;
}
.shop_gallery_control.control_type_01 .list_filter a:after{
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: -4px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop_gallery_control.control_type_01 .list_filter a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop_gallery_control.control_type_02 .left_side {
  float: none;
}

.shop_gallery_control.control_type_02 .list_tip {
  text-align: center;
  color: #777777;
  font-size: 13px;
  padding-top: 11px;
  padding-bottom: 22px;
}

.shop_gallery_control.control_type_02 .list_tip span {
  color: #333333;
}

.shop_gallery_control.control_type_02 .list_filter {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 39px;
  text-align: center;
  border: 1px dotted #cbcbcb;
  position: relative;
}

.shop_gallery_control.control_type_02 .list_filter li {
  color: #333333;
  margin: 10px 5px;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  background-color: #f7f7f7;
  display: inline-block;
  border-radius: 12px;
}

.shop_gallery_control.control_type_02 .list_filter li a:hover {
  font-weight: bold;
}

.shop_gallery_control.control_type_02 .list_filter li.active {
  font-weight: bold;
}

.shop_gallery_control.control_type_02 .list_filter li.title {
  height: 20px;
  background-color: #FFF;
  border: none;
  border-radius: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -23px;
  height: 20px;
  line-height: 20px;
  color: #a5a5a5;
}

.shop_gallery_control.control_type_02 .list_filter li.splite {
  display: none;
}

.btn_shop_type {
  width: 25px;
  height: 30px;
  border: none;
  cursor: pointer;
  background-image: url(../images/gallery_type.png);
  background-repeat: no-repeat;
  vertical-align: top;
  margin-top: 10px;
}

.btn_shop_type.btn_shop_type_01 {
  background-position: -5px -39px;
  margin-right: 5px;
}

.btn_shop_type.btn_shop_type_01.active,
.btn_shop_type.btn_shop_type_01:hover {
  background-position: -5px -1px;
}

.btn_shop_type.btn_shop_type_02 {
  background-position: -39px -1px;
}

.btn_shop_type.btn_shop_type_02.active,
.btn_shop_type.btn_shop_type_02:hover {
  background-position: -39px -39px;
}

.shop_container {
  padding: 15px 0 0;
  overflow: hidden;
}

.shop_container.shop_type_02 {
  padding: 30px 0 40px;
  overflow: hidden;
}

.shop_container.shop_type_01 .shop_wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.shop_container.shop_type_01 .shop_type_row {
  clear: both;
  margin-bottom: 20px;
}

.box_shop_gallery img {
  max-width: 100%;
}

.box_shop_gallery .font_sm {
  font-size: 12px;
}

.box_shop_gallery .txt_price {
  margin-bottom: 4px;
  overflow: hidden;
}
.box_shop_gallery .txt_price:first-child{
  color: red;
}

.box_shop_gallery .txt_price span {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: -0.56px;
  color: #212121;
}

.box_shop_gallery .txt_price span.font_sm {
  margin-bottom: 1px;
  font-size: 14px;
}

.box_shop_gallery .txt_price span.product_discount_price {
  color: #cc0000;
  line-height: 1.31;
  letter-spacing: -0.64px;
  font-size: 16px;
}

.box_shop_gallery .gallery_article {
  position: relative;
}

.box_shop_gallery .gallery_article a {
  display: block;
  position: relative;
  overflow: hidden;
}

.box_shop_gallery .gallery_article img.thumb_overlay {
  width: 100%;
  display: block;
}

.box_shop_gallery .gallery_article img.thumb_img {
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.box_shop_gallery .gallery_article.type_04 a {
  width: 50%;
  height: 50%;
  position: absolute;
  margin-left: -1px;
  margin-top: -1px;
}

.box_shop_gallery .gallery_article.type_04 a.img_1,
.box_shop_gallery .gallery_article.type_04 a.img_3 {
  left: 0;
}

.box_shop_gallery .gallery_article.type_04 a.img_2,
.box_shop_gallery .gallery_article.type_04 a.img_4 {
  right: 0;
}

.box_shop_gallery .gallery_article.type_04 a.img_1,
.box_shop_gallery .gallery_article.type_04 a.img_2 {
  top: 0;
}

.box_shop_gallery .gallery_article.type_04 a.img_3,
.box_shop_gallery .gallery_article.type_04 a.img_4 {
  bottom: 0;
}

.box_shop_gallery .ico_prom {
  height: 16px;
  font-size: 10px;
  border-radius: 2px;
  padding: 2px 4px;
  margin-top: -2px;
  margin-right: 0;
  letter-spacing: -0.8px;
  border: solid 1px #000000;
  color: #000;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}

.box_shop_gallery .ico_custom {
  margin-right: 5px;
  width: 40px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-size: 1px;
  position: relative;
}

.box_shop_gallery .ico_custom img {
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.shop_type_01 .box_shop_gallery {
  padding: 25px 0 0;
  margin-bottom: 55px;
}

.shop_type_01 .box_shop_gallery .gallery_contents {
    font-size: 13px;
    padding-top: 20px;
    text-align: center;
}

.shop_type_01 .box_shop_gallery .gallery_contents .product_intro_item {
  font-size: 14px;
  letter-spacing: -0.56px;
  color: #333;
  margin-bottom: 4px;
}

.shop_type_01 .box_shop_gallery .gallery_contents .product_intro_desc {
  text-align: center;
  font-size: 14px;
  color: #333;
  letter-spacing: -1.12px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  height: 3.0em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shop_type_01 .box_shop_gallery .gallery_contents .txt_subject {
  padding-bottom: 4px;
  line-height: 1.5;
}

.shop_type_01 .box_shop_gallery .gallery_contents .txt_subject a {
  margin-right: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: #000;
}

.shop_type_02 .box_shop_gallery {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #e9e9e9;
}

.shop_type_02 .box_shop_gallery .gallery_article {
  width: 270px;
  height: 270px;
  float: left;
  margin-right: 40px;
}

.shop_type_02 .box_shop_gallery .gallery_contents {
  overflow: hidden;
  text-align: left !important;
}

.shop_type_02 .box_shop_gallery .gallery_contents .gallery_contents_body {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 270px;
}

.shop_type_02 .box_shop_gallery .gallery_contents .txt_subject {
  vertical-align: middle;
}

.shop_type_02 .box_shop_gallery .gallery_contents .txt_subject a {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.64px;
  text-align: left;
  color: #000;
}

.shop_type_02 .box_shop_gallery .gallery_contents .product_list_left {
  width: calc(100% - 160px);
  min-height: 130px;
  padding-right: 40px;
}

.shop_type_02 .box_shop_gallery .gallery_contents .txt_price {
  width: 160px;
  display: table-cell;
  text-align: center;
}

.shop_type_02 .box_shop_gallery .gallery_contents .product_intro{
  margin-top:4px;
}

.shop_type_02 .box_shop_gallery .gallery_contents .product_intro_item{
  font-size: 14px;
  letter-spacing: -0.56px;
  color: #333;
  margin-bottom: 4px;
}
.shop_type_02 .box_shop_gallery .gallery_contents .product_intro_desc {
  font-size: 14px;
  color: #333;
  letter-spacing: -1.12px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  height: 2.4em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .shop_type_02 .box_shop_gallery {
    position: relative;
    padding-left: 210px;
    min-height: 140px;
  }

  .shop_container.shop_type_02 .box_shop_gallery .gallery_article {
    width: 180px;
    float: left;
    margin-right: 30px;
    min-height: 180px;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .shop_type_02 .box_shop_gallery .gallery_contents .product_list_left {
    width: calc(100% - 130px);
    min-height: 130px;
    padding-right: 30px;
  }

  .shop_type_02 .box_shop_gallery .gallery_contents .txt_price {
    width: 130px;
  }

  .shop_type_02 .box_shop_gallery .gallery_contents .gallery_contents_body {
    min-height: 180px;
  }

}
@media (max-width: 767px) {
  .shop_type_02 .box_shop_gallery {
    position: relative;
    padding-left: 115px;
    min-height: 140px;
  }

  .shop_container.shop_type_02 .box_shop_gallery .gallery_article {
    width: 100px;
    float: left;
    margin-right: 15px;
    min-height: 100px;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .shop_container.shop_type_02 .box_shop_gallery .gallery_contents .gallery_contents_body {
    height: auto;
    display: inline-block;
    min-height: auto;
  }

  .shop_type_02 .box_shop_gallery .gallery_contents .product_list_left {
    width: 100%;
    min-height: auto;
    padding-right: 0;
  }

  .shop_type_02 .box_shop_gallery .gallery_contents .txt_price {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 0;
  }

}

@media (max-width: 767px) {
  .shop_gallery_control.control_type_01{
        padding-bottom: 0;
  }

  .shop_container.shop_type_01 .shop_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }

  .shop_container.shop_type_01 .box_shop_gallery {
    padding: 0px;
  }

  .shop_container.shop_type_02{
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .shop_container.shop_type_02 .box_shop_gallery {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shop_container.shop_type_02 .box_shop_gallery {
    padding-right: 0;
  }  
  
  .shop_type_02 .box_shop_gallery .gallery_contents .txt_subject a {
    font-size: 15px;
    letter-spacing: -0.3px;
  }

  .shop_type_02 .box_shop_gallery .gallery_contents .product_intro_item {
    font-size: 13px;
    letter-spacing: -0.52px;
  }

  .box_shop_gallery .txt_price span {
    font-size: 15px;
    letter-spacing: -0.52px;
  }

  .box_shop_gallery .txt_price span.product_discount_price {
    line-height: 1.4;
    letter-spacing: -0.6px;
    font-size: 15px;
  }

  .shop_container {
    padding: 15px 0;
  }

}


.shop_page .shop_paginator,
.shop_page .shop_paginator .paginator,
.shop_page .shop_paginator .paginator a {
  display: inline-block;
}

.shop_page .screen_out {
  display: none;
}

.shop_page .btn_page {
  background: url(../images/page_shop_arr.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.shop_page .paginator .link_page,
.shop_page .paginator .btn_page {
  font-size: 12px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  line-height: 2;
  text-align: center;
  border: 1px solid #dddddd;
  color: #888888;
  margin-right: -1px;
}

.shop_page .paginator .btn_page {
  background-color: #f9f9f9;
}

.shop_page .paginator span.link_page {
  display: inline-block;
}

.shop_page .paginator a.link_page:hover,
.shop_page .paginator .npage {
  color: #fff;
  background-color: #333333;
  font-weight: bold;
}

.shop_page .paginator .first {
  background-position: -5px center;
}

.shop_page .paginator .prev {
  background-position: -25px center;
}

.shop_page .paginator .next {
  background-position: -42px center;
}

.shop_page .paginator .last {
  background-position: -63px center;
}

.shop_page .mo_board_paginator {
  display: none;
}

.shop_page .mo_paginator {
  display: inline-block;
}

.shop_page .mo_paginator a {
  display: inline-block;
}

.shop_page .mo_paginator .prev,
.shop_page .mo_paginator .next {
  border: 1px solid #D7D7D7;
}

.shop_page .mo_paginator .prev {
  padding-left: 10px;
  margin-right: 10px;
  background: url(../images/page_arr1.png) 5px center no-repeat;
}

.shop_page .mo_paginator .next {
  padding-right: 10px;
  margin-left: 10px;
  background: url(../images/page_arr4.png) 32px center no-repeat;
}

.shop_page .mo_paginator .btn_page {
  display: inline-block;
  width: 45px;
  height: 25px;
  line-height: 2;
  text-indent: 0;
}

.shop_page .mo_paginator span {
  font-size: 14px;
}

.shop_page .mo_paginator .page_lst {
  color: #fc6e62;
}

.shop_gallery_bottom .btn_group {
  padding-bottom: 20px;
  position: relative;
  height: 50px;
  text-align: center;
}

.shop_gallery_bottom .msg_nocontent {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 50px;
  padding: 15px 0 16px 0;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #212121;
  border: solid 1px #212121;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #fff;
}


.shop_gallery_bottom .btn_more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 50px;
  padding: 15px 52px 16px 53px;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #212121;
  border: solid 1px #212121;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #fff;
}

.shop_gallery_bottom .msg_nocontent:hover,
.shop_gallery_bottom .btn_more:hover{
    background: #212121;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop_gallery_bottom .btn_top {
    background-image: url(../images/ico_top.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: solid 2px #cfcfcf;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  .shop_page .mo_board_paginator {
    display: block;
    margin-bottom: 20px;
  }

  .shop_page .board_paginator {
    display: none;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
  .shop_page .mo_paginator .prev {
    background: url(../images/page_arr1@2x.png) 5px center no-repeat;
    background-size: 7px 7px;
  }

  .shop_page .mo_paginator .next {
    background: url(../images/page_arr4@2x.png) 32px center no-repeat;
    background-size: 7px 7px;
  }
}

.shop_container.shop_type_01 .col-md-0,
.shop_container.shop_type_01 .col-md-1,
.shop_container.shop_type_01 .col-md-2,
.shop_container.shop_type_01 .col-md-3,
.shop_container.shop_type_01 .col-md-4,
.shop_container.shop_type_01 .col-md-5,
.shop_container.shop_type_01 .col-md-6,
.shop_container.shop_type_01 .col-md-7,
.shop_container.shop_type_01 .col-md-8,
.shop_container.shop_type_01 .col-sm-0,
.shop_container.shop_type_01 .col-sm-1,
.shop_container.shop_type_01 .col-sm-2,
.shop_container.shop_type_01 .col-sm-3,
.shop_container.shop_type_01 .col-sm-4,
.shop_container.shop_type_01 .col-sm-5,
.shop_container.shop_type_01 .col-xs-0,
.shop_container.shop_type_01 .col-xs-1,
.shop_container.shop_type_01 .col-xs-2,
.shop_container.shop_type_01 .col-xs-3,
.shop_container.shop_type_01 .col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/***** Gallery_shop:Start *****/
.shop_container [class*="col-xs"],
.shop_container [class*="col-sm"],
.shop_container [class*="col-md"] {
  float: left !important;
}

.shop_container.shop_type_01 .col-md-0 {
  width: 25%;
}

.shop_container.shop_type_01 .col-md-1 {
  width: 100%;
}

.shop_container.shop_type_01 .col-md-2 {
  width: 50%;
}

.shop_container.shop_type_01 .col-md-3 {
  width: 33.33333%;
}

.shop_container.shop_type_01 .col-md-4 {
  width: 25%;
}

.shop_container.shop_type_01 .col-md-5 {
  width: 20%;
}

.shop_container.shop_type_01 .col-md-6 {
  width: 16.66667%;
}

.shop_container.shop_type_01 .col-md-7 {
  width: 14.28571%;
}

.shop_container.shop_type_01 .col-md-8 {
  width: 12.5%;
}

/***** Gallery_shop:End *****/
/* Tablet:Start */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .shop_container.shop_type_01 .col-sm-0 {
    width: 33.33333%;
  }

  .shop_container.shop_type_01 .col-sm-1 {
    width: 100%;
  }

  .shop_container.shop_type_01 .col-sm-2 {
    width: 50%;
  }

  .shop_container.shop_type_01 .col-sm-3 {
    width: 33.33333%;
  }

  .shop_container.shop_type_01 .col-sm-4 {
    width: 25%;
  }

  .shop_container.shop_type_01 .col-sm-5 {
    width: 20%;
  }
}

/* Tablet:End */
/* Mobile:Start */
@media screen and (max-width: 767px) {

  /***** Gallery_shop:Start *****/
  .shop_container.shop_type_01 .col-xs-0 {
    width: 50%;
  }

  .shop_container.shop_type_01 .col-xs-1 {
    width: 100%;
  }

  .shop_container.shop_type_01 .col-xs-2 {
    width: 50%;
  }

  .shop_container.shop_type_01 .col-xs-3 {
    width: 33.33333%;
  }

  .shop_container.shop_type_01 .col-xs-4 {
    width: 25%;
  }
  
}

/* Admin page */
.pc .shop_container.shop_type_01 .col-md-0 {
  width: 25%;
}

.pc .shop_container.shop_type_01 .col-md-1 {
  width: 100%;
}

.pc .shop_container.shop_type_01 .col-md-2 {
  width: 50%;
}

.pc .shop_container.shop_type_01 .col-md-3 {
  width: 33.33333%;
}

.pc .shop_container.shop_type_01 .col-md-4 {
  width: 25%;
}

.pc .shop_container.shop_type_01 .col-md-5 {
  width: 20%;
}

.pc .shop_container.shop_type_01 .col-md-6 {
  width: 16.66667%;
}

.pc .shop_container.shop_type_01 .col-md-7 {
  width: 14.28571%;
}

.pc .shop_container.shop_type_01 .col-md-8 {
  width: 12.5%;
}

/* Tablet:Start */
.tablet .shop_container.shop_type_01 .col-sm-0 {
  width: 33.33333%;
}

.tablet .shop_container.shop_type_01 .col-sm-1 {
  width: 100%;
}

.tablet .shop_container.shop_type_01 .col-sm-2 {
  width: 50%;
}

.tablet .shop_container.shop_type_01 .col-sm-3 {
  width: 33.33333%;
}

.tablet .shop_container.shop_type_01 .col-sm-4 {
  width: 25%;
}

.tablet .shop_container.shop_type_01 .col-sm-5 {
  width: 20%;
}

/* Tablet:End */
/* Mobile:Start */
.mobile .shop_container.shop_type_01 .col-xs-0 {
  width: 50%;
}

.mobile .shop_container.shop_type_01 .col-xs-1 {
  width: 100%;
}

.mobile .shop_container.shop_type_01 .col-xs-2 {
  width: 50%;
}

.mobile .shop_container.shop_type_01 .col-xs-3 {
  width: 33.33333%;
}

.mobile .shop_container.shop_type_01 .col-xs-4 {
  width: 25%;
}

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


/* 992 filter */
@media screen and (min-width: 992px) {
    .left_side #clone_filter{ 
      display: none;
    }
}


@media screen and (max-width: 991px) {
  .left_side>ul.list_filter {
    display: none;
  }

  #clone_filter {
    float: left;
    min-width: auto !important;
    width: 300px;
    height: 50px;
    position: relative;
  }

  #clone_filter .list_filter{
    max-height: 200px;
    min-width: 100%;
    width: 100%;    
    overflow-y: auto;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin-top: 0;
    z-index: 10000;
    border-top: 0;
  }

  #clone_filter .list_filter li{
    margin-right: 0;
    float: none;
    line-height: 1.4;
    padding: 4px 15px;
    min-height: 30px;
    margin:0;
  }

  #clone_filter .list_filter li li.title{
    font-weight: 400;
  }

  #clone_filter .list_filter li:hover{
    background-color: #CFCFCF;
    color: #fff !important;
  }

  #clone_filter .list_filter a{
    color: #212121;
    font-weight: 400;  
  }

  #clone_filter .list_filter li:hover a{
    color: #fff;
  }

  #clone_filter .list_filter .splite,
  #clone_filter .list_filter li.title a:after,
  #clone_filter .list_filter a:hover:after{
    display:none;
  }
  
  #clone_filter > buttun{
    width: 100%;
    display: inline-block; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 25px;
    border: solid 1px #cfcfcf;
    font-size: 15px;
    color: #212121;
    padding: 13px 30px 13px 20px;
    cursor:pointer;
  }

  #clone_filter.show>buttun {
    border: solid 1px #212121;
  }


  #clone_filter > buttun span{
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background: url(../images/select_arrow.png) 0 center no-repeat;
    border-left: none;
  }

  #clone_filter > buttun:hover .selectBox-arrow,
  #clone_filter.show > buttun .selectBox-arrow{
    transform: rotate(180deg);
    background-position: 18px center;
  }

   #clone_filter.show .list_filter{
    display: block;
    visibility: visible;
    height: 202px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: none;
    padding: 10px 5px;
    max-height: 202px !important;
    font-size: 15px;
    border: 1px solid #212121;
    box-sizing: border-box;
    border-radius: 10px;
    overflow-y: scroll;
  }
}


@media screen and (max-width: 767px) {
  #clone_filter {
    float: none;
    margin: 0 auto;
  }
  #clone_filter .list_filter {
    top: 50px;
  }
  .shop_gallery_control .right_side {
    float: none;
    margin: 10px auto 35px;
    text-align: right;
  }
  .shop_page .opt_control_type {
    float: left;
  }
  .shop_page .opt_option_type{
    float: left;
  }
}

@media screen and (max-width: 348px) {
  .shop_page .opt_control_type {
    margin-right: 0;
  }
  .shop_page .opt_control_type {
    width: 130px;
  }
  .shop_page .opt_option_type {
      margin-right: 0;
      width: 90px;
  }
}

@media screen and (max-width: 330px) {
  #clone_filter {
      width: 100%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #clone_filter .list_filter{
    top: 45px;
  }
}