/*<?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: 0 20px 0 10px;
    height: 28px;
    line-height: 2;
    font-size: 12px;
}

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

.shop_main .product_intro {}

.shop_main .product_intro_item {
    font-size: 11px;
    color: #333333;
    line-height: 17px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop_main .product_intro_desc {
    font-size: 11px;
    color: #333333;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
    margin-bottom: 5px;
}

.shop_page .product_intro {}

.shop_page .product_intro_item {
    font-size: 11px;
    color: #333333;
    line-height: 17px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop_page .product_intro_desc {
    font-size: 11px;
    color: #333333;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
    margin-bottom: 5px;
}

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

.selectBox-options LI A {
    height: 30px;
    line-height: 2;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #F4F4F4;
}

.selectBox-dropdown-menu {
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

@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: auto;
    margin-right: 5px;
}

.shop_page .opt_option_type {
    width: 69px;
    margin-right: 5px;
}

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

.shop_page .box_select {
    text-align: center;
    margin-left: 56px;
    margin-right: 56px;
    padding-top: 26px;
}

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

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

.shop_page .tf_search_keyword {
    text-align: left;
    height: 40px;
    border: none;
    padding-left: 22px;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.shop_page .btn_search {
    width: 46px;
    border-left: 1px solid #cccccc;
    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: #f6f6f6 url(../images/search_btn_2.png) center center no-repeat;
}

.shop_page .selectBox-dropdown .selectBox-arrow {
    right: 3px;
}

.selectBox-options li a {
    padding-right: 10px;
}

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

    .shop_page .box_search {
        width: 100%;
    }
}

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

.shop_gallery_control .left_side {
    width: 100%;
}

.shop_gallery_control .right_side {
    float: right;
    margin-bottom: 5px;
}

.shop_gallery_control .right_side .selectBox {
    min-width: 100px !important;
}

.shop_gallery_control .right_side .selectBox-dropdown .selectBox-arrow {
    right: 5px;
}

.selectBox-dropdown-menu li a {
    padding-right: 10px;
}

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

.shop_gallery_control.control_type_01 .list_tip {
    display: none;
    text-align: center;
    font-size: 13px;
    margin-top: -30px;
    margin-bottom: 40px;
}

.shop_gallery_control.control_type_01 .list_filter {
    font-size: 12px;
    line-height: 30px;
    padding: 1px 0 7px;
    float: left;
}

.shop_gallery_control.control_type_01 .list_filter li {
    color: #333333;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}

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

.shop_gallery_control.control_type_01 .list_filter li.title {
    font-size: 15px;
}

.shop_gallery_control.control_type_01 .list_filter li.splite {
    color: #cccccc;
    font-size: 15px;
}

.shop_gallery_control.control_type_01 .list_filter a {
    color: #333333;
}

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

.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: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background-image: url(../images/gallery_type.png);
    background-repeat: no-repeat;
    vertical-align: top;
}

.btn_shop_type.btn_shop_type_01 {
    background-position: 0 0;
    margin-right: 7px;
}

.btn_shop_type.btn_shop_type_01.active,
.btn_shop_type.btn_shop_type_01:hover {
    background-position: 0 -40px;
}

.btn_shop_type.btn_shop_type_02 {
    background-position: -40px 0;
}

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

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

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

.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 {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}

.box_shop_gallery .txt_price span {
    display: block;
    white-space: nowrap;
}

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

.box_shop_gallery .gallery_article {
    border: 1px solid #ededed;
    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: 11px;
    font-family: Dotum, verdana, sans-serif;
    border-radius: 2px;
    padding: 3px 4px;
    margin-top: -2px;
    margin-right: 5px;
    color: #fff;
    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;
    margin-bottom: 3px;
}

.box_shop_gallery .ico_prom.ico_prom_new {
    background-color: #ffb347;
}

.box_shop_gallery .ico_prom.ico_prom_best {
    background-color: #272727;
}

.box_shop_gallery .ico_prom.ico_prom_hot {
    background-color: #ff0101;
}

.box_shop_gallery .ico_prom.ico_prom_soldout {
    background-color: #a7a7a7;
}

.box_shop_gallery .ico_prom.ico_prom_prep {
    background-color: #666;
}

.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: 13px;
    margin-bottom: 34px;
}

.shop_type_01 .box_shop_gallery .gallery_contents {
    font-size: 13px;
    padding-top: 13px;
    overflow: hidden;
}

.shop_type_01 .box_shop_gallery .gallery_contents .txt_subject {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.5;
}

.shop_type_01 .box_shop_gallery .gallery_contents .txt_subject a {
    margin-right: 5px;
    font-weight: bold;
}

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

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

.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: 130px;
}

.shop_type_02 .box_shop_gallery .gallery_contents .product_list_left {
    width: 72%;
    min-height: 130px;
}

.shop_type_02 .box_shop_gallery .gallery_contents .txt_subject {
    /* display: table-cell; */
    vertical-align: middle;
}

.shop_type_02 .box_shop_gallery .gallery_contents .txt_subject a {
    margin-right: 5px;
    font-weight: bold;
    line-height: 31px;
}

.shop_type_02 .box_shop_gallery .gallery_contents .txt_price {
    width: 27%;
    /* display: table-cell; */
    padding-left: 20px;
    /* margin-top: 56px; */
}

.box_shop_gallery .gallery_contents .txt_price span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop_type_02 .product_intro {
    margin-top: 2px;
}

.shop_type_02 .product_intro .product_intro_list {
    /* display: flex;
    flex-wrap: wrap; */
}

.shop_type_02 .product_intro .product_intro_item {
    line-height: 14px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px;
    border-left: solid 1px #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* .shop_type_02 .product_intro .product_intro_item:first-child {
    padding-left: 0;
    border-left: none;
} */

.shop_type_02 .product_intro_desc {
    margin-top: 20px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

.shop_type_02 .product_intro_desc span.border_left {
    content: " ";
    width: 8px;
    height: 17px;
    border-left: solid 1px #cccccc;
    display: inline-block;
    vertical-align: middle;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

@media (max-width: 768px) {
    .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 .box_shop_gallery {
        padding-left: 0;
        padding-right: 0;
    }

    .shop_container.shop_type_02 .box_shop_gallery .gallery_article {
        width: 100px;
        height: 100px;
        float: left;
        margin-right: 15px;
    }

    .shop_container.shop_type_02 .box_shop_gallery .gallery_contents .gallery_contents_body {
        height: 100px;
    }
}

.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 {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
}

.shop_gallery_bottom .btn_group {
    padding-bottom: 20px;
    position: relative;
}

.shop_gallery_bottom .msg_nocontent {
    float: left;
    width: 88%;
    height: 40px;
    border-radius: 0;
    background: #8F8F8F;
    color: #C9C9C9;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 2.8;
}

.shop_gallery_bottom .btn_more {
    position: absolute;
    left: 0;
    width: 88%;
    height: 40px;
    border-radius: 0;
    background-color: #F8D445;
    background-image: url(../images/plus_more.png);
    background-repeat: no-repeat;
    background-position: 45% center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.shop_gallery_bottom .btn_top {
    width: 12%;
    height: 40px;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    color: #8F8F8F;
    border: 1px solid #c3c3c3;
    padding-left: 10px;
    background-image: url(../images/ico_top.png);
    background-repeat: no-repeat;
    background-position: 25% center;
}

@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%;
    }

    /***** Gallery_shop:End *****/
    .shop_gallery_bottom .msg_nocontent {
        width: 75%;
    }

    .shop_gallery_bottom .btn_more {
        width: 75%;
        background-position: 35% center;
    }

    .shop_gallery_bottom .btn_top {
        width: 25%;
        background-position: 22% center;
    }
}


/* 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 */

@media (max-width: 480px) {
    .shop_type_02 .box_shop_gallery .gallery_contents .gallery_contents_body {
        display: inline;
    }

    .shop_type_02 .box_shop_gallery .gallery_contents .product_list_left {
        width: 100%;
    }

    .shop_type_02 .box_shop_gallery .gallery_contents .txt_price {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        text-align: left;
    }

    .shop_type_02 .product_intro {
        margin-top: 8px;
    }

    .shop_type_02 .product_intro .product_intro_item {
        margin-bottom: 5px;
    }
}