/* list */
img {
    border:0;
}

.listTitle {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 10px;
    word-wrap: break-word;
    white-space: initial;
}

.mainH1 {
    color: #565656;
    font-weight: 500;
}

.mobileMainH1 {
    font-size: 15px;
    padding-left: 10px;
    margin: 0px 0px;
}

.customBC {
    display: flex;
    margin-bottom: 12px;
    margin-top: 15px;
}

.breadCrumb {
    color: #565656;
    font-size: 14px;
}

.breadCrumb i {
    font-size: 17px;
}

.breadCrumb a {
    text-decoration:none !important;
    color:#565656 !important;
}

.breadCrumb::after {
    content: ">";
    padding: 0 8px;
    color: #000;
}

.breadCrumb:last-child::after {
    content: "";
}

.gmListSort {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.gmListSort div::after {
    content: "|";
    color: #d5d5d5;
    padding: 0 11px;
    position: relative;
    top: -2px;
    font-size: 10px;
}

.gmListSort div:last-child::after {
    content: "";
}

.gmListSort a {
    text-decoration: none !important;
    font-size: 13px;
    color: #9d9d9d !important;
}

.gmListSort .sel a {
    color:#232323 !important;
    font-weight:500;
}

.categoryLabel {
    display: flex;
    font-size: 14px;
    align-items: baseline;
    margin-bottom: 15px;
}

.categoryLabel .large {
    font-size: 19px;
    margin-right: 12px;
}

#store .category_tab {
    margin:0;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:100%;
	margin:auto;
	padding-bottom:25px;
	overflow:hidden;
}

#store .category_tab ul {
    list-style:none;
    margin:0;
    padding:0;
}

#store .category_tab .btnWrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

#store .category_tab ul li {
    background-color: #f2f2f2;
    padding: 5px 0px;
    text-align: left;
    text-overflow: ellipsis;
    height: auto;
    flex-basis: 209px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
    position: relative;
    left: 1px;
    top: 1px;
    max-width: 100%;
}

*html #store .category_tab ul li {
    height:30px;
}

#store .category_tab ul li.none {
    background-color:transparent;
}

#store .category_tab ul li.none:hover {
    border:1px solid #bdc3c7;
    border:1px solid #efefef;
}


#store .category_tab ul li div {
    margin:0px 0 0 0;
}

#store .category_tab ul li a {
    color: #131313;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    height: 100%;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 0;
    padding-left: 5px;
    font-size: 13px;
}

#store .category_tab ul li.selected {
    background-color:#f45859;
	color:#fff;
	box-shadow:inset 4px 4px 2px 0px rgb(117 117 117 / 29%);
}

#store .category_tab ul li.selected a {
    background-color:#f45859;
    color:#fff;
    box-shadow:inset 4px 0px 0px 0px rgb(117 117 117 / 29%);
}
.sub_cate_null, .sub_cate_null:hover, .sub_cate_null a:hover { background-color:#fff !important; }

.sndWrap {
    margin-top: 25px;
}

.sndCateHeader {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #565656;
    font-size: 12px;
}

.sndCate {
    box-shadow: 0px 3px 3px 0px #d4d4d4;
    margin: 0 !important;
    margin-left: 1px !important;
    box-sizing: border-box;
    width: 1248px !important;
}

.sndCate li {
    background-color: #fff !important;
    flex-basis: 125.8px !important;
    border-color: #cfd3d7 !important;
}

.sndCate li.selected {
    box-shadow: none !important;
    border: 2px solid #f45859 !important;
    left: 0 !important;
    top: 0 !important;
}

.sndCate li a {
    color: #898989 !important;
}

.sndCate li.selected a {
    background-color: #fff !important;
    box-shadow: none !important;
    color: #f45859 !important;
}

#fboardlist { clear:both; }

.storeList .listHead {
    display: flex;
    flex-direction: row;
}

.storeList .listHead {
    display: flex;
    flex-direction: row;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    box-shadow: 0px 1px 4px 0px #bbbbbb;
    margin-bottom: 4px;
}

.storeList .listHead div {
    padding: 9px 0px;
    box-sizing: border-box;
}

.storeList .listHead div:first-child {
    flex-grow: 1;
}

.storeList .listHead div:not(:first-child) {
    width: 70px;
}

.storeList .listContent {
    border-bottom: 1px solid #999;
}

.storeList .listRow {
    display: flex;
    font-size: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.storeList .listRow:last-child {
    border-bottom: 0;
}

.storeList .listRow .icon {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    text-align: center;
}

.storeList .listRow .subject {
    padding-left: 7px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    /* width: 1000px; */
    flex-grow: 1;
}

.storeList .listRow .subject a {
    text-decoration: none !important;
}

.storeList .listRow .subject span {
    max-width: 940px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.storeList .listRow .review a {
    text-decoration: none !important;
}

.storeList .listRow .price, .storeList .listRow .review, .storeList .listRow .count {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    text-align: center;
}

.relationWrap .listContent {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.emptyRow {
    padding: 10px 0;
    text-align: center;
}

.relationWrap {
    margin-top: 40px;
}

.relationHeader {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
}

.relationRow {
    display: flex;
    font-size: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
}

.relationRow:first-child {
    border-top: 1px solid #ddd;
}

.relationRow a {
    text-decoration: none !important;
}

.relationIcon {
    width: 40px;
    text-align: center;
}

.relationSubject {
    flex-grow: 1;
    padding-left: 7px;
}

.relationPrice, .relationReview {
    width: 60px;
    text-align: center;
}

.relationCount {
    width: 70px;
    text-align: center;
}





/* view */
#storeView {
    font-size: 12px;
    color: #000;
    text-align: left;
    overflow: hidden;
}

.newStoreView {
    display: flex;
    justify-content: center;
    letter-spacing: -0.025rem;
}

.newStoreView > .left {
    display: flex;
    width: 840px;
    margin-right: 40px;
    flex-direction: column;
}

.newStoreView .left .thumb {
    display: flex;
    width: 100%;
    background-color: #efefef;
    height: 366px;
    position: relative;
}

.newStoreView > .right {
    display: flex;
    width: 370px;
    flex-direction: column;
    background-color: #F6F6F6;
}

.newStoreView .left .thumb .page {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    left: 570px;
    background-color: #202020;
    color: #fff;
    border-radius: 2px;
    padding: 2px 9px;
    min-width: 30px;
    text-align: center;
}

.newStoreView .left .thumb .favorite {
    position: absolute;
    left: 578px;
    z-index: 1;
    top: 8px;
    background-color: #2a2a2aa1;
    padding: 8px;
    border-radius: 21px;
}

.newStoreView .left .thumb .favorite #favorite_add2 {
    top: 1px !important;
    right: -1px !important;
}

.newStoreView .left .thumb .slider-for {
    width: 628px;
    margin-right: 12px;
}

.newStoreView .left .thumb .slider-for .si {
    height: 366px;
}

.newStoreView .left .thumb .slider-for img {
    width: 628px;
    height: 366px;
}

.newStoreView .left .thumb .slider-nav {
    width: 200px;
    height: 366px;
}

.newStoreView .left .thumb .slider-nav img {
    width: 200px;
    height: 113px;
}

.newStoreView .left .thumb .slider-nav .si {
    height: 113px;
    margin-bottom: 8px;
}

.newStoreView .left .thumb .slider-nav .slick-current .si {
    box-sizing: border-box;
    border: 2px solid #000;
    width: 198px !important;
}

.newStoreView .left .thumb .slider-nav .slick-current .si img {
    border: 4px solid #fff !important;
    box-sizing: border-box;
    width: 194px;
    height: 109px;
    transition: all 0.5s linear;
}

.newStoreView .left .thumb .slider-nav div h3 {
    line-height: 95px;
}

.newStoreView .row {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}

.newStoreView .row:first-child {
    margin-left: 0;
}

.newStoreView .row .storeName {
    margin-top: 60px;
    font-size: 22px;
    letter-spacing: 0.7px;
    color: #131313;
    font-weight: 500;
}

.newStoreView .row .extra {
    display: flex;
    margin-top: 20px;
}

.newStoreView .row .extra div {
    margin-right: 20px;
    color: #9e9e9e;
    font-size: 13px;
}

.newStoreView .row .extra div a {
    text-decoration: none !important;
    color: #9e9e9e !important;
}

.newStoreView .row .extra div img {
    margin-right: 2px;
}

.newStoreView .row .storeDetail {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    color: #131313;
    flex-grow: 1;
    width: 100%;
    font-size: 15px;
}

.newStoreView .row .storeDetail .header {
    padding-bottom: 15px;
    margin-bottom: 38px;
}

.newStoreView .row .storeDetail .header .shopType {
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    color: #131313;
    display: inline-flex;
    padding: 12px 40px 12px 20px;
    align-items: center;
    font-size: 14px;
    border-radius: 6px;
}

.newStoreView .row .storeDetail .header .shopType i {
    color: #F8848A;
    margin-right: 13px;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.newStoreView .row .storeDetail .detailRow {
    display: flex;
    flex-direction: row;
    margin-bottom: 13px;
}

.newStoreView .row .storeDetail .detailRow .detailHead {
    min-width: 85px;
    line-height: 1.6;
    font-weight: 500;
    margin-right: 8px;
}

.newStoreView .row .storeDetail .detailRow .detailCon {
    width: 520px;
    line-height: 1.6;
}

.newStoreView .row .storeDetail .detailRow .detailCon.pageIntro {
    text-overflow: unset !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    font-weight: normal !important;
    font-size: 15px !important;
    display: block !important;
}

.newStoreView .row .storeDetail .detailRow .detailCon .managerWrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.newStoreView .row .storeDetail .detailRow .detailCon .mn {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.newStoreView .row .storeDetail .detailRow .detailCon .mn .mnRow:first-child {
    flex-direction: row;
    display: flex;
    align-items: center;
}

.newStoreView .row .storeDetail .detailRow .detailCon .mn .mnRow:last-child {
    color: #9e9e9e;
    font-size: 14px;
}

.newStoreView .row .storeDetail .detailRow .detailCon .mn .mnRow div {
    margin-left: 5px; 
}

.detailRow .detailCon .hashTag .todayTag {
    display: inline-block;
    padding: 5px 7px;
    margin: 0 6px 5px 0;
    font-weight: 400;
    font-size: 14.5px;
}

.detailRow .detailCon .hashTag .todayTag .todayIconImg {
    width: 17px;
    height: 15px;
    top: -1px;
    position: relative;
    margin-right: 4px;
}

.nfBtn, .amBtn, .midBtn, .pmBtn {
    color: #fff;
    padding: 3px 6px;
    margin: 0 1px;
    font-size: 11px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

.nfBtn {
    background-color:#ffa200;
}

.amBtn {
    background-color:#0c8fba;
}

.midBtn {
    background-color:#a25f95;
}

.pmBtn {
    background-color:#494949;
}

.programCon {
    width: 100% !important;
}

#favorite_add2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    top: 5px;
    right: 5px;
}

#favorite_add2 img {
    max-width:25px !important;
}

#favorite_add2 span {
    color:#9e9e9e;
    font-size:12px;
}




.newStoreView .row .storeDetail .detailRow .detailCon .programWrap .recomBtn {
    background-color: #ff5000;
    color: #fff;
    margin-left: 13px;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.newStoreView .row .storeDetail .detailRow .detailCon .programHead {
    background-color: #F4F4F4;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 10px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    display: flex;
    align-items: center;
}

.phIconDown, .phIconUp {
    width: 10px;
    height: 5px;
    display: inline-flex;
    background-size: 10px 5px;
    position: relative;
    margin: 3px 20px 0 auto;
}

.phIconDown {
    background-image: url('https://cdn.vipgunma.com/assets/images/readDownIcon.svg');
}

.phIconUp {
    background-image: url('https://cdn.vipgunma.com/assets/images/readUpIcon.svg');
}

.programContents {
    margin-bottom:20px;
}

.programWrap .itemRow {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0px 7px 20px;
}

.programWrap .itemRow:first-child {
    padding-top: 0;
}

.programWrap .itemRow .line1, .programWrap .itemRow .line2 {
    display: flex;
    width:100%;
    margin-top:0px;
}

.programWrap .itemRow .left {
    display: flex;
    /* width: 40%; */
    align-items: center;
}

.programWrap .itemRow .right {
    display: flex;
    /* width: 60%; */
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 20px;
    margin-left: auto;
}

.newStoreView .row .storeDetail .detailRow .detailCon .infoTxt {
    font-size: 16px;
    font-weight: 400;
    color:#111;
}

.newStoreView .row .storeDetail .detailRow .detailCon .prcTxt {
    display: flex;
    color: #ff5000;
    justify-content: flex-end;
    margin-right: 10px;
    margin-bottom: 3px;
}

.newStoreView .row .storeDetail .detailRow .detailCon .diP, .newStoreView .row .storeDetail .detailRow .detailCon .prc {
    display: flex;
}

.newStoreView .row .storeDetail .detailRow .detailCon .diP {
    text-decoration:line-through;
    color: #9e9e9e;
}

.newStoreView .row .storeDetail .detailRow .detailCon .prc {
    font-size:20px; 
}

.newStoreView .row .storeDetail .detailRow .detailCon .subTxt {
    color: #9e9e9e;
    font-size: 13px;
}

.newStoreView .row .storeDetail .detailRow .detailCon .subWrap {
    display: flex;
    align-items: flex-end;
    width: 155px;
    justify-content: flex-end;
}

.newStoreView .row .storeDetail .detailRow .detailCon .programNotice {
    padding-top: 30px;
}

.newStoreView .row .storeDetail .detailRow .detailCon .noticeHead {
    display: flex;
    align-items: center;
}

.newStoreView .row .storeDetail .detailRow .detailCon .noticeHead h3 {
    color: #111;
    font-size: 19px;
    font-weight: 500;
}

.newStoreView .row .storeDetail .detailRow .detailCon .noticeCon {
    margin-top: 13px;
    line-height: 1.5;
    font-size: 14px;
}

.newStoreView .row .storeDetail .detailRow .detailCon .noticeCon > div {
    font-size: 15px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 2px;
}

.newStoreView .row .storeDetail .detailRow .detailCon .noticeCon span {
    display: block;
}

.newStoreView .row .storeDetail .detailRow .detailCon .noticeCon span::before {
    content: '·';
    margin-right: 5px;
}

.newStoreView .hr {
    margin-top: 50px;
    border-top: 2px solid #ececec;
    padding-top: 60px;
}

.newStoreView .row .pageOutroTitle {
    color: #131313;
    font-size: 19px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

.newStoreView .row .pageOutro {
    color: #555;
    line-height: 1.4;
    height: 172px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}

.newStoreView .row .pageOutro::after {
    content: url('https://cdn.vipgunma.com/assets/images/readDownIcon.svg');
    position: absolute;
    top: 152px;
    width: 100%;
    left: 0;
    text-align: center;
    cursor: pointer;
}

.newStoreView .row .pageOutro.opened::after {
    content: url('https://cdn.vipgunma.com/assets/images/readDownIcon.svg');
    position: absolute;
    top: 137px;
    width: 100%;
    left: 0;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    display:none;
}

.newStoreView .row .hashTag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.newStoreView .row .hashTag span {
    color: #757575;
    margin-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.newStoreView > .right .relateStore {
    padding: 0px 25px;
    margin-top: 60px;
}

.newStoreView > .right .relateStore .title {
    color: #131313;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    font-weight: normal;
}

.newStoreView > .right .relateStore .rsRow {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
    cursor: pointer;
    align-items: center;
}

.newStoreView > .right .relateStore .rsRow:last-child {
    border-bottom: 0;
}

.newStoreView > .right .relateStore .rsThumb {
    width: 145px;
    margin-right: 15px;
}

.newStoreView > .right .relateStore .rsThumb img {
    max-width:100%;
}

.newStoreView > .right .relateStore .rsInfo {
    display: flex;
    flex-direction: column;
}

.newStoreView > .right .relateStore .rsItem {
    display: flex;
    color: #555;
    margin-bottom: 4px;
}

.newStoreView > .right .relateStore .rsItem:first-child {
    margin-bottom: 15px;
}

.newStoreView > .right .relateStore .rsItem h3 {
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 160px;
    font-weight: normal;
}

.newStoreView > .right .relateStore .rsl {
    color: #555;
    min-width: 70px;
    font-size: 12px;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
    display: block;
}

.newStoreView > .right .relateStore .rsr {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.reviewArea {
}

.reviewTotal {
    margin: 40px 0;
    margin-top: 0;
    text-align: center;
    color: #323232;
}

.reviewTotal h2 {
    font-size: 20px;
    font-weight: normal;
}

.reviewTotal .count {
    margin-top: 10px
}

.reviewTotal .count span {
    font-size: 55px;
}

.reviewWriteWrap {
    display: flex;
    margin-bottom: 30px;
}

#reviewTextarea {
    resize: none;
    outline: none;
    padding: 10px 13px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    width: 88%;
    margin-right: 2%;
    overflow-y: auto;
    border-radius: 5px;
    font-family: inherit;
    font-size: 14px;
}

#reviewWriteBtn {
    width: 10%;
    border: 0;
    outline: 0;
    border-radius: 5px;

}

.reviewCard {
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 20px;
    font-size: 15px;
    box-shadow: 3px 2px 6px 0 #e3e3e3;
    margin: 0px 5px 25px;
    color: #6e6e6e;
    border-radius: 12px;
}

.reviewCardTop {
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

.reviewNick {
    margin-right: 10px;
    color: #000;
}

.reviewDate {
    color: #8b8b8b;
}

.reviewDelete {
    margin-left: auto;
    color: #f36767;
    font-size: 13px;
    cursor: pointer;
}

.reviewPagination {
    margin: 50px 0px 10px;
}

.revPagination {
    display: flex;
    list-style: none;
    font-size: 15px;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.revPagination li {
    padding: 0 10px;
    color: #767676;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.revPagination li.selected {
    border: 1px solid #ff7272;
    color: #ff7272;
}

.snsContainer .youtube, .snsContainer .blog {
    /* border-top: 1px solid #e3e3e3;
    padding-top: 25px; */
}

.snsContainer .title {
    font-size: 19px;
    margin-bottom: 40px;
    color: #111;
    display: block;
    text-align: left;
}

.snsContainer figure {
    margin: 0;
}

.snsContainer .blog .contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.snsContainer .blog .contents a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    width: 50%;
    margin-bottom: 15px;
}

.snsContainer .blog .contents .item {
    display: flex;
    position: relative;
    flex-basis: 95%;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    width: 100%;
    border: 1px solid rgb(0 0 0 / 8%);
    flex-direction: column;
}

.snsContainer .blog .contents a .item .thumb {
    display: block;
    height: 200px;
    overflow: hidden;
}

.snsContainer .blog .contents a .item .thumb img {
    max-width: 100%;
    /* top: -60px; */
    position: relative;
}

.snsContainer .blog .contents a .item .info {
    font-size: 13px;
    padding: 17px 20px;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
}

.snsContainer .blog .contents a .item .info .t {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.snsContainer .blog .contents a .item .info .c {
    color: #999;
    line-height: 15px;
    margin: 4px 0;
}

.snsContainer .blog .contents a .item .info .l {
    color: #00a832;
}







@media only screen and (max-width: 700px) {
    ._tab { display: none !important; }
    ._pc { display: none !important; }
    ._tp { display: none !important; }


    /* list */
    #store {
        margin-bottom: 50px;
    }

    #store .customBC {
        font-size: 12px;
        padding-left: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        font-size: 14px;
    }

    #store .category_tab {
        padding-bottom: 0;
        position: relative;
        top: 0px;
        border-bottom: 10px solid #eee;
    }

    #store .category_tab .btnWrap {
        padding: 0 10px;
    }

    #store .category_tab ul li {
        flex-basis: 50%;
    }

    #store .category_tab ul li a {
        color: #565656;
        font-size: 11.5px;
    }

    .sndWrap {
        display: flex;
        margin-top: 15px;
        border-top: 10px solid #eee;
        padding: 10px;
        background-color: #f9f9f9;
    }

    .sndCateHeader {
        color: #000;
        display: flex;
        align-items: center;
        font-size: 13px;
        margin: 0;
    }

    .sndCateHeader > img {
        width: 87px;
        height: 29px;
    }

    .sndWrap > .gmListSort {
        margin: 0;
        margin-left: auto;
    }

    .sndWrap > .gmListSort div:last-child::after {
        padding: 0;
    }

    #store > .gmListSort {
        display: none;
    }

    .mobileCateWrap {
        display: none;
        background-color: #f9f9f9;
    }

    .sndCate {
        width: 100% !important;
        padding-bottom: 10px !important;
    }

    .sndCate li {
        flex-basis: 25% !important;
    }

    .storeList .listRow {
        padding: 10px 0;
        align-items: unset;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .storeList .listRow .subject {
        padding: 0 7px;
        width: 100%;
    }

    .storeList .listRow .subject a {
        width: 100%;
    }
    
    .storeList .listRow .subject span {
        max-width: 100%;
        top: 0;
        margin-right: 0;
    }

    .storeList .listRow .subject img {
        display: none;
    }

    .storeList .listRow .price, .storeList .listRow .review, .storeList .listRow .count {
        width: auto;
        min-width: auto;
        max-width: unset;
        text-align: initial;
        display: inline-flex;
        color: #999;
        margin-top: 4px;
        padding-left: 7px
    }

    .storeList .listRow .price span, .storeList .listRow .review span, .storeList .listRow .count span {
        padding-right: 3px;
    }

    .storeList .listRow .review a {
        color: #999;
    }

    .relationHeader {
        margin-left: 10px;
    }



    /* view */

    #mw_mobile .newStoreView {
        flex-direction: column;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    ._m-only { display: none !important; }
    ._pc { display: none !important; }


    /* list */
    #store {
        margin-bottom: 50px;
    }

    #store .customBC {
        font-size: 12px;
        padding-left: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        font-size: 14px;
    }

    #store .categoryLabel {
        padding: 0 10px;
    }

    #store .category_tab {
        padding-bottom: 0;
    }

    #store .category_tab .btnWrap {
        padding: 0 10px;
    }

    #store .category_tab ul li {
        flex-basis: 33.3%;
    }

    #store .category_tab ul li a {
        color: #565656;
        font-size: 11.5px;
    }

    #store .category_tab .sndWrap > .sndCateHeader, #store .category_tab .sndWrap > .gmListSort {
        display: none;
    }

    .sndCate {
        width: 100% !important;
        padding-bottom: 10px !important;
    }

    .sndCate li {
        flex-basis: 20% !important;
    }

    #store > .gmListSort {
        margin-left: 10px;
    }
    
    .storeList .listRow .subject {
        flex-grow: 1;
        width: auto;
        /* max-width: calc(100% - 250px); */
        max-width: calc(100% - 150px);
        overflow: hidden;
    }

    .storeList .listRow .subject a {
        width: 100%;
    }

    .storeList .listRow .subject span {
        max-width: 100%;
        margin-right: 0;
    }

    .storeList .listRow .subject img {
        display: none;
    }
    
    .relationHeader {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    ._m-only { display: none !important; }
    ._mobile { display: none !important; }
    ._tab { display: none !important }

    
    /* list */
    #mw_mobile #store {
        margin-bottom: 50px;
    }

    #mw_mobile #store .customBC {
        font-size: 12px;
        padding-left: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        font-size: 14px;
    }
    
    #store .category_tab .sndWrap > .sndCateHeader, #store .category_tab .sndWrap > .gmListSort {
        display: none;
    }

    #mw_mobile #store .categoryLabel {
        padding: 0 10px;
    }

    #mw_mobile #store .category_tab .btnWrap {
        padding: 0 10px;
    }

    #mw_mobile #store .category_tab ul li {
        flex-basis: 16.6%;
    }

    #mw_mobile #store .sndCate {
        width: 100% !important;
        padding-bottom: 10px !important;
    }

    #mw_mobile #store .sndCate li {
        flex-basis: 10% !important;
    }

    #mw_mobile > #store > .gmListSort {
        margin-left: 10px;
    }

    #mw_mobile > #store .storeList .listRow .subject {
        flex-grow: 1;
        width: auto;
        max-width: calc(100% - 250px);
        overflow: hidden;
    }

    #mw_mobile > #store .storeList .listRow .subject a {
        width: 100%;
    }

    #mw_mobile > #store .storeList .listRow .subject span {
        max-width: 100%;
        margin-right: 0;
    }

    #mw_mobile > #store .storeList .listRow .subject img {
        display: none;
    }
    
    #mw_mobile .relationHeader {
        margin-left: 10px;
    }
}