/* store base */
.store-board-new {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    position: relative;
}
.store-board-new .itemBox {
    box-sizing: border-box;
    box-shadow: 1px 1px 12px 0px #c3c3c3;
    flex-direction: column;
    padding: 0;
    flex-basis: 300px;
    margin: 15px 8px;
    max-width: 300px;
}
.store-board-new .itemBox:nth-child(4n) {
    margin-right: 0;
}
.store-board-new .itemBox:nth-child(4n+1) {
    margin-left: 0;
}
.store-board-new .myareaThumb {
    width: 100%;
    padding-right: 0;
    min-height: 175px;
    position: relative;
}
.store-board-new .myareaThumb a {
    display: flex;
    transition: unset;
}
.store-board-new .myareaThumb a:hover {
    opacity: 1;
}
.store-board-new .myareaThumb img {
    max-width: 100%;
}
.store-board-new .content {
    display: flex;
    width: 100%;
}
.store-board-new .itemBox .content a {
    display: flex;
    width: 100%;
    height: 100%;
}
.store-board-new .content .left {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}
.store-board-new .content .right {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    margin-right: 15px;
    text-align: right;
}
.store-board-new .content .left .top {
    padding: 15px 0 0 13px;
}
.store-board-new .content .left .bottom {
    margin-top: auto;
    padding: 17px 10px;
    background-color: #faf6f3;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: 19px;
}
.store-board-new .content .left .top .title {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-top: 18px;
}
.store-board-new .content .left .top .address {
    color: #959595;
    font-size: 13px;
    margin: 8px 0 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 99%;
    white-space: nowrap;
    min-height: 13px;
}
.store-board-new .content .left .top .icons {
    color: #777;
    font-size: 14px;
    display: flex;
    min-height: 28px;
}
.store-board-new .content .left .top .icons div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.store-board-new .content .left .top .icons div:first-child span {
    max-width: 85px;
    word-break: keep-all;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.store-board-new .content .left .top .icons img {
    margin-right: 3px;
}
.store-board-new .content .left .bottom .title {
    color: #4c4c4c;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 38px;
    max-height: 38px;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */	
    -webkit-box-orient: vertical; 
    word-wrap:break-word;
}
.store-board-new .emptyLine {
    background-color: #efefef;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.lineArticle {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.lineIcon {
    margin-right: 15px;
    min-width: 19px;
    min-height: 25px;
}

.lineSubject {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 1018px;
}

.lineAddt {
    display: flex;
    margin-left: 15px;
}

.lineAddt i {
    font-size: 11px;
    margin-right: 5px;
}

.lineAddt div {
    padding: 8px 12px;
    background-color: #EBEBEB;
    border-radius: 7px;
    font-size: 14px;
    width: 75px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
}

.lineAddt div:first-child {
    margin-right: 10px;
}

.lineAddt div:last-child {
    width: 60px;
}
#expireStores .slick-list {
    margin: 0 -10px;
}

#expireStores .slick-slide {
    margin: 0 10px;
}
    
#lineArticles {
    padding-top: 10px;
}

/* .store-board-new .itemBox._a {
    box-shadow: 1px 1px 12px 0px #c3c3c3, inset 0 3px 0 #ff5500;
    border-radius: 8px 8px 0 0;
}

.store-board-new .itemBox._a .myareaThumb img {
    position: relative;
    z-index: -1;
    border-radius: 8px 8px 0 0;
} */

.store-board-new .itemBox._a .myareaThumb::after {
    content: 'Premium';
    position: absolute;
    bottom: 1px;
    left: 0;
    background-color: #363636cc;
    color: #fff;
    padding: 5px 12px;
}


/* header category */
.cateContainer {
    border: 1px solid #d2d2d2;
    border-radius: 8px;
}

.cateContainer .current {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cateContainer .current .curItem {
    display: flex;
    width: 33.4%;
    padding: 7px 16px;
    align-items: center;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    height: 50px;
    color: #2e2e2e;
    font-weight: 300;
    font-size: 17px;
    cursor: pointer;
}

.cateContainer .current .curItem:last-child {
    border-right: 0;
    cursor: default;
}

.cateContainer .current .curItem[attr='search'] {
    padding: 0;
}

.tabSearch {
    cursor: pointer;
    padding: 15px 10px 15px 16px;
}

.cateContainer .current .curItem i {
    font-size: 15px;
    width: 15px;
    height: 15px;
}

.cateContainer .current .curItem #curSearch {
    width: 90%;
    border: 0;
}

.cateContainer .current .curItem #curSearch::placeholder {
    color: #2e2e2e;
    font-size: 17px;
    font-family: inherit;
    font-weight: 300;
}

.cateContainer .current .curItem .cateCaret {
    margin-left: auto
}

.cateContainer .current .curItem.disabled {
    cursor: default;
    pointer-events: none;
}

.cateContainer .current .keywordHeader {
    padding: 0;
    margin: 0;
}

.cateContainer .itemContainer {
    display: flex;
    flex-direction: column;
}

.cateContainer .itemContainer .cateSearch {
    background-color: #f8f8f8;
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
}

.cateContainer .itemContainer .cateSearch #areaSearch {
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    padding: 10px 10px;
    padding-right: 35px;
    width: 280px;
    margin: 0;
}

.cateContainer .itemContainer .cateSearch .areaSearchBtn {
    background: 0;
    outline: 0;
    border: 0;
    position: relative;
    left: -35px;
    padding: 0 7px;
}

.cateContainer .itemContainer .cateSearch .areaSearchBtn img {
    width: 20px;
}

.cateContainer .itemContainer .cateArea {
    display: flex;
    flex-direction: row;
}

.cateContainer .itemContainer .cateArea .cateItem {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    width: 150px;
}

.cateContainer .itemContainer .cateArea .cateItem[attr='area2'] {
    width: auto;
    flex-grow: 1;
}

.cateContainer .itemContainer .cateArea .cateItem .cateHeader {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 0.91rem;
    font-weight: 400;
    color: #2e2e2e;
}

.cateContainer .itemContainer .cateArea .cateItem:last-child .cateHeader, .cateContainer .itemContainer .cateArea .cateItem:last-child .cateList {
    border-right: 0;
}

.cateContainer .itemContainer .cateSearchResult {
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow-y: auto;
}

.cateContainer .itemContainer .cateSearchResult::-webkit-scrollbar {
    width: 4px;
    background-color: white;
}

.cateContainer .itemContainer .cateSearchResult::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #b9b9b9b8;
    border-radius: 8px;
}

.cateContainer .itemContainer .cateSearchResult ._area._areaEmpty {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    cursor: default;
}

.cateContainer .itemContainer .cateSearchResult ._area._areaEmpty p {
    font-size: .975rem;
    margin-bottom: 7px;
}

.cateContainer .itemContainer .cateSearchResult ._area._areaEmpty p:first-child {
    font-size: 1.1rem !important;
}

.cateContainer .itemContainer .cateSearchResult ._area._areaEmpty .areaSearchReset {
    background-color: #ff7417;
    border: 0;
    outline: 0;
    color: #fff;
    padding: 4px 15px;
    margin-top: 15px;
}

.cateContainer .itemContainer .cateArea .cateItem .cateList {
    border-right: 1px solid #ddd;
    height: 300px;
    overflow-y: auto;
    scroll-behavior: smooth;
    position:relative;
}

.cateContainer .itemContainer .cateArea .cateItem .cateList::-webkit-scrollbar {
    width: 4px;
    background-color: white;
}

.cateContainer .itemContainer .cateArea .cateItem .cateList::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #b9b9b9b8;
    border-radius: 8px;
}

.cateContainer .itemContainer ._area {
    cursor: pointer;
    font-size: .955rem;
    color: #3e3e3e;
    font-weight: 400;
}

.cateContainer .itemContainer ._area._areaSearch {
    flex-basis: 207px;
}

.cateContainer .itemContainer ._area._areaSearch mark {
    background-color: transparent;
    color: #ff5000;
}

.cateContainer .itemContainer .cateArea .cateItem .cateList ._area2 {
    flex-basis: 150.5px;
}

.cateContainer .itemContainer .cateArea .cateItem .cateList > ._area.sel {
    color: #ff5000 !important;
    background: #fff9ef;
}

.cateContainer .itemContainer ._area a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    padding: 10px 15px;
    display: block;
}

.cateContainer .itemContainer ._area2 a {
    padding: 15px;
}

.cateContainer .itemContainer ._area a.sel {
    color: #ff5000 !important;
    background: #fff9ef;
}

.cateContainer .itemContainer ._area3 a, .cateContainer .itemContainer ._areaSearch a {
    padding: 15px;
}

.cateContainer .itemContainer .cateArea .cateItem .cateList ._areaWrap {
    display: none;
}

.cateContainer .itemContainer .cateArea .cateItem .cateList ._areaWrap.open {
    display: flex;
    flex-wrap: wrap;
}

.cateContainer .itemContainer .cateArea .cateItem .cateList ._areaWrap2 {
    display: flex;
    flex-wrap: wrap;
}

.cateContainer .itemContainer .themeArea {
    display: flex;
    flex-wrap: wrap;
}

.cateContainer .itemContainer .themeArea ._theme {
    flex-basis: 208px;
    box-sizing: border-box;
    font-size: .955rem;
    color: #3e3e3e;
}

.cateContainer .itemContainer .themeArea ._theme a {
    color: inherit;
    font-size: inherit;
    padding: 15px;
    display:block;
}

.cateContainer .itemContainer .themeArea ._theme.sel {
    color: #ff5000 !important;
    background: #fff9ef;
}

.grayLayer[type='themePopup'] { display: none; }

.themePopup {
    display: none;
    position: fixed;
    bottom: 47px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 20px 15px 10px;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    box-shadow: -4px 0px 8px 0 rgb(0 0 0 / 38%);
}

.themePopup .header {
    display: flex;
    justify-content: space-between;
    font-size: 1.101rem;
}

.themePopup .container {
    display: flex;
    flex-wrap: wrap;
    max-height: 180px;
    overflow-y: auto;
}

.themePopup .container ._theme {
    flex-basis: 33%;
    padding: 10px 0;
}

.themePopup .container ._theme.sel a {
    color: #ff5000;
    font-weight: 500;
}

/* header category */




/* myarea list */
.areaTop span {
    color: #000000;
    font-weight: bold;
}
.myAreaSearchWrap {
    margin-bottom: 30px;
    position: relative;
}

.myAreaSearchWrap button {
    border: 1px solid #e6e6e6;
    background: none;
    margin: 5px 4px;
    padding: 6px 10px;
    /* font-family: 'Noto Sans KR', sans-serif; */
    border-radius: 5px;
}

.myAreaReset {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 55px;
    z-index: 20;
    left: 0;
    cursor: pointer;
}

.myAreaReset2 {
    width: 48px;
    height: 48px;
    z-index: 20;
    left: 7px;
    cursor: pointer;
    display: block;
    position: relative;
    bottom: 40px;
}

.myAreaReset img, .myAreaReset2 img {
    max-width: 100%;
}

.myareaChange2 {
    position: absolute !important;
}
.myAreaSearchWrap .setLocation {
    padding: 8px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #848484;
    cursor: not-allowed;
    margin-bottom: 20px;
    font-weight: 300;
}
.myarea-board-new .each-box {
    display: flex;
    padding: 20px;
    border: 1px solid #c3c3c3;
    margin-bottom: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 1px 1px 12px 0px #c3c3c3;
}

.myarea-board-new .myareaThumb {
    width: 400px;
    box-sizing: border-box;
    padding-right: 30px;
}

.myarea-board-new .myareaThumb img {
    max-width: 100%;
    height: 100%;
}

.myarea-board-new .content {
    display: flex;
    width: calc(100% - 400px);
}

.myarea-board-new .each-box .content a {
    display: flex;
    width: 100%;
    height: 100%;
}

.myarea-board-new .content .left {
    display: flex;
    flex-direction: column;
}

.myarea-board-new .content .right {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    margin-right: 15px;
    text-align: right;
}

.myarea-board-new .content .left .bottom {
    margin-top: auto;
}

.myarea-board-new .content .left .top .title {
    color: #000;
    font-weight: 500;
    font-size: 27px;
}

.myarea-board-new .content .left .top .address {
    color: #777;
    font-size: 18px;
    margin: 16px 0;
}

.myarea-board-new .content .left .top .icons {
    color: #777;
    font-size: 17px;
    display: flex;
}

.myarea-board-new .content .left .top .icons div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.myarea-board-new .content .left .top .icons img {
    margin-right: 3px;
}

.myarea-board-new .content .left .bottom .title {
    color: #000;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 670px;
}

.myarea-board-new .content .left .bottom .hashTag {
    font-size: 15px;
    color: #44597f;
    margin-top: 17px;
    overflow: hidden;
    height: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.myarea-board-new .content .left .bottom .hashTag div {
    margin-right: 6px;
}

.myarea-board-new .content .right .bottom .price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #666;
    font-size: 16px;
}

.myarea-board-new .content .right .bottom .price .won {
    text-decoration: line-through;
}

.myarea-board-new .content .right .bottom .discount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 25px;
    margin-top: 10px;
}

.myarea-board-new .content .right .bottom .discount .small { 
    font-size: 14px;
}

.myarea-board-new .content .right .price-box .small {
    font-size: 11px;
    margin-right: 5px;
}
.btnWrap {
    width: 1250px;
    position: fixed;
    bottom: 30px;
    text-align: center;
    background: transparent;
    z-index: 10;
}

.btnWrap2 {
    width: 100%;
    position: fixed;
    bottom: 27px;
    background: transparent;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.changeBtn {
    display: inline-flex;
    background-color: #fff;
    cursor: pointer;
    padding: 7px 13px;
    border-radius: 20px;
    align-items: center;
    border: 1px solid #b1b1b1;
    box-shadow: 1px 3px 8px grey;
    font-size: 12px;
}

.changeBtn2 {
    display: inline-flex;
    background-color: #fff;
    cursor: pointer;
    padding: 7px 13px;
    border-radius: 20px;
    align-items: center;
    border: 1px solid #b1b1b1;
    box-shadow: 1px 3px 8px grey;
    font-size: 12px;
}

.changeBtn i, .changeBtn2 i {
    margin-right: 5px;
    font-size: 14px;
}


/* myarea map */
.customOverlay {
    display: table;
    table-layout: auto;
    padding: 4px;
    border-radius: 23px;
    border: 1px solid #0475f4;
    background: #fff;
}

.customOverlay .spot {
    position: absolute;
    bottom: -5px;
    left: 15px;
    width: 0;
    height: 0;
    border-color: #0475f4 transparent transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    pointer-events: none;
}

.customOverlay .spot::before {
    opacity: .1;
    position: absolute;
    bottom: -2px;
    left: -5px;
    width: 10px;
    height: 3px;
    background-color: #000;
    filter: blur(1px);
    content: "";
}

.customOverlay .spot::after {
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    position: absolute;
    top: -9px;
    left: -6px;
    content: "";
}

.customOverlay .marker {
    background-color: #0475f4;
    display: inline-flex;
    width: 28px;
    height: 28px;
    font-size: 0;
    color: transparent;
    border-radius: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.customOverlay .marker i {
    font-size: 18px;
    color: #fff;
}

.customOverlay .label {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 9px 0 5px;
    font-size: 12px;
}

.customOverlay .label .storeName {
    font-size: 13px;
    margin: -2px 0 2px;
    letter-spacing: -.4px;
    font-weight: 500;
}

.customOverlay .label .price {
    font-size: 10px;
    line-height: 11px;
    margin-top: -2px;
    color: #666;
    letter-spacing: -.27px;
}
.storeInfo {
    display: block;
    z-index: 10;
    margin: 12px 20px -12px;
}

.infoContainer {
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    max-width: 550px;
    box-shadow: 1px 3px 8px grey;
}

.infoContainer a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
}

.infoImg {
    width: 130px;
    height: 104px;
    display: flex;
    align-items: center;
}

.infoImg img {
    max-width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 100%;
}

.infoText {
    flex-grow: 1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 4px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.infoText .row {
    margin-bottom: 1px;
}

.infoText .row:first-child {
    margin-bottom: 5px;
}

.infoText .row:last-child {
    margin-top: 4px;
}

.infoText .row .theme {
    color: #ff4157;
    font-size: 12px;
}

.infoText .row .name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.infoText .row .address {
    font-size: 13px;
}

.infoText .row .label {
    font-size: 15px;
    font-weight: 500;
    display: none;
}

.infoText .row .price {
    color: #ff4751;
    font-size: 15px;
    font-weight: 500;
}
.locationWrap {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: 65%;
    background-color: #f3f3f3;
    border-radius: 24px;
    padding: 7px 0;
}


/* shop read */
.elBackground {
    height: 160px;
    position: fixed;
    bottom: 0;
    display: flex;
    background-color: #9b9b9bd4;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-end;
    /* align-items: flex-start; */
    align-items: center;
}

.elMessage {
    font-size: 3.6vw;
    padding: 10px;
    background-color: #ff6000;
    border-radius: 5px;
    line-height: 1.4;
    letter-spacing: .16px;
    color: #fff;
    margin: 0 5% 20px;
    box-sizing: border-box;
    position: relative;
    width: 90%;
}

.elButton {
    padding: 5px 0;
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.elButton > button {
    width: 90%;
    outline: 0;
    border: 0;
    height: 40px;
    background-color: #fff;
    border: 2px solid #ff6000;
    margin: 4px 11px;
    box-sizing: border-box;
    border-radius: 4px;
}

.elButton > button > a {
    color: #ff6000;
    font-weight: 400;
    font-size: 3.4vw;
    letter-spacing: 0.3px;
}

.thumbPage {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    left: 50%;
    translate: -50% 0%;
    background-color: #363636b3;
    color: #fff;
    border-radius: 2px;
    padding: 4px 9px;
    min-width: 30px;
    text-align: center;
    font-size: 13px;
}

.thumbPage[type='mobile'] {
    left: unset;
    right: 10px;
    translate: none;
}

.storeImages {
    display: flex;
    margin-bottom: 30px;
}

.storeImages .si {
    padding: 0 2px;
    box-sizing: border-box;
}

.storeImages .si img {
    max-width: 100%;
}

.storeImages .slick-prev {
    left: 1px;
    z-index: 10;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 30px;
    background: rgb(177,177,177);
    background: linear-gradient(270deg, rgb(177 177 177 / 15%) 0%, rgb(99 99 99 / 62%) 50%, rgb(45 45 45 / 68%) 100%);
}

.storeImages .slick-prev::before {
    content: '<';
    color: #fff !important;
    line-height: unset;
    font-family: cursive;
}

.storeImages .slick-next {
    right: 1px;
    z-index: 10;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 30px;
    background: rgb(177,177,177);
    background: linear-gradient(90deg, rgb(177 177 177 / 15%) 0%, rgb(99 99 99 / 62%) 50%, rgb(45 45 45 / 68%) 100%);
}

.storeImages .slick-next::before {
    content: '>';
    color: #fff !important;
    line-height: unset;
    font-family: cursive;
    padding-left: 3px;
}

.storeImages .slick-next:hover, .storeImages .slick-next:focus {
    background: rgb(177,177,177);
    background: linear-gradient(90deg, rgb(177 177 177 / 15%) 0%, rgb(99 99 99 / 62%) 50%, rgb(45 45 45 / 68%) 100%);
}

.storeImages .slick-prev:hover, .storeImages .slick-prev:focus {
    background: rgb(177,177,177);
    background: linear-gradient(270deg, rgb(177 177 177 / 15%) 0%, rgb(99 99 99 / 62%) 50%, rgb(45 45 45 / 68%) 100%);
}

.mobileImgFnc {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 11;
    text-align: right;
    right: 10px;
    box-sizing: border-box;
}

.mobileImgFnc div {
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
}

.mobileImgFnc .dislike {
    margin-right: 0;
}

.mobileImgFnc div img {
    width: 34px;
    height: 26px;
}

.mobileImgFnc .like img.like-active, .mobileImgFnc .dislike img.dislike-active  {
    display: none;
}

.mobileImgFnc .like img.like-inactive, .mobileImgFnc .dislike img.dislike-inactive {
    display: inline-block;
}

.mobileImgFnc .like.active img.like-inactive, .mobileImgFnc .dislike.active img.dislike-inactive {
    display: none;
}

.mobileImgFnc .like.active img.like-active, .mobileImgFnc .dislike.active img.dislike-active {
    display: inline-block;
}
.storeContents {
    display: flex;
    flex-direction: row;
}

.stConLeft {
    width: 840px;
    padding-right: 30px;
    box-sizing: border-box;
}

.stConRight {
    width: 420px;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.stConRow {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 15px;
    margin-top: 50px;
}

.stConRow:first-child {
    margin-top: 0;
}

.stConRow .topInfo {
    display: flex;
    flex-direction: row;
}

.stConRow .topInfo .column {
    display: flex;
    flex-direction: column;
}

.stConRow .topInfo .column:last-child {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.stConRow .topInfo .column .item {
    display: flex;
    flex-direction: row;
}

.stConRow .topInfo .column .item:first-child {
    padding:10px 0;
}

.stConRow .topInfo .column .item:last-child {
    font-size: 12px;
    padding: 5px 0;
    color: #9b9b9b;
}

.stConRow .topInfo .column .item div {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.stConRow .topInfo .column .item div:first-child {
    margin-left: 0;
}

.stConRow .topInfo .column .item img {
    width: 16px;
    height: 12px;
    margin-top: 1px;
    margin-right: 5px;
}

.stConRow .topInfo .column .item h1 {
    font-size:22px;
    color:#111;
    font-weight: 500;
}

.stConRow .like img.like-active, .stConRow .dislike img.dislike-active  {
    display: none;
}
.stConRow .like img.like-inactive, .stConRow .dislike img.dislike-inactive {
    display: inline-block;
}
.stConRow .like.active img.like-inactive, .stConRow .dislike.active img.dislike-inactive {
    display: none;
}
.stConRow .like.active img.like-active, .stConRow .dislike.active img.dislike-active {
    display: inline-block;
}

/* .stConRow .topInfo .column:last-child {
    flex-direction: column;
} */

.stConRow .topInfo .column:last-child div {
    margin: 0 10px;
    font-size: 12px;
    color: #808080;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.stConRow .topInfo .column:last-child div img {
    height: 27px;
    margin-bottom: 2px;
    width: 22px;
}

.stConRow .youtubeWrap iframe {
    width: 810px;
    height: 370px;
}

.stConRow .blogContents {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.stConRow .blogContents a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    width: 50%;
    margin-bottom: 15px;
}

.stConRow .blogContents .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;
}

.stConRow .blogContents a .item .thumb {
    height: 200px;
    overflow: hidden;
}

.stConRow .blogContents a .item .thumb img {
    max-width: 100%;
    top: -60px;
    position: relative;
}

.stConRow .blogContents a .item .info {
    font-size: 13px;
    padding: 17px 20px;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
}

.stConRow .blogContents a .item .info .t {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.stConRow .blogContents a .item .info .c {
    color: #999;
    line-height: 15px;
    margin: 5px 0 8px;
    font-size: 12.5px;
}

.stConRow .blogContents a .item .info .l {
    color: #00a832;
}

.shopType {
    background-color: #717171;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-weight: 300;
    width: 500px;
}

.shopType::before {
    content: url('/assets/front/images/topNotice.svg');
    background-color: #ff5000;
    width: 40px;
    height: 35px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

.stConRow .title {
    font-size: 19px;
    margin-bottom: 40px;
    color:#111;
    display: block;
}

.detailContainer {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
}

.detailRow {
    display: flex;
    flex-direction: row;
    margin-bottom: 13px;
}

.detailHead {
    color: #8b8b8b;
    min-width: 85px;
    line-height: 1.6;
}

.detailCon {
    width: 520px;
    color:#111;
    line-height: 1.6;
}

.detailCon .managerWrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.detailCon .mn {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.detailCon .mn .mnRow:first-child {
    flex-direction: row;
    display: flex;
}

.detailCon .mn .mnRow:last-child {
    color: #9e9e9e;
    font-size: 14px;
}

.detailCon .mn .mnRow div {
    margin-left: 5px; 
}


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

.programWrap {
    /* font-weight: 300; */
}

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

.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('/assets/front/images/readDownIcon.svg');
}

.phIconUp {
    background-image: url('/assets/front/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;
}

.infoTxt {
    font-size: 16px;
    font-weight: 400;
    color:#111;
}

.prcTxt {
    display: flex;
    color: #ff5000;
    justify-content: flex-end;
    margin-right: 10px;
    margin-bottom: 3px;
}

.diP, .prc {
    display: flex;
}

.diP {
    text-decoration:line-through;
    color: #9e9e9e;
}

.prc {
    font-size:20px; 
}

.subTxt {
    color: #9e9e9e;
    font-size: 13px;
}

.subWrap {
    display: flex;
    align-items: flex-end;
    width: 155px;
    justify-content: flex-end;
}

.programNotice {
    padding-top: 30px;
}

.noticeHead {
    display: flex;
    align-items: center;
}

.noticeHead span {
    color: #111;
    font-size: 17px;
    margin-left: 10px;
}

.noticeCon {
    margin-top: 13px;
    line-height: 1.5;
}

.noticeCon span {
    display: block;
}

.noticeCon span::before {
    content: '·';
    margin-right: 5px;
}

.pageOutro {
    color: #555;
    line-height: 1.4;
    height: 172px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}

.pageOutro::after {
    content: url('/assets/front/images/readDownIcon.svg');
    position: absolute;
    top: 152px;
    width: 100%;
    left: 0;
    text-align: center;
    cursor: pointer;
}

.pageOutro.opened::after {
    content: url('/assets/front/images/readDownIcon.svg');
    position: absolute;
    top: 137px;
    width: 100%;
    left: 0;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    display:none;
}

.relateKeywords {
    display: flex;
}

.relateKeywords div {
    color: #757575;
    border: 1px solid #757575;
    padding: 9px 15px;
    font-size: 15px;
    margin-right: 10px;
    border-radius: 17px;
    min-width: 70px;
    text-align: center;
}

.hashTag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.hashTag span {
    color: #757575;
    margin-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.storeContents .nick-box {
    margin-bottom:20px; 
    display: flex;
    align-items: center;
}

.storeContents .nick-box .left {
    display: flex;
    align-items: center;
}

.storeContents .nick-box span {
    color: #252525;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
}

.storeContents .nick-box .right {
    margin-left: 10px;
    display: flex;
    flex-grow: 1;
}

.storeContents .nick-box .right .date span {
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 300;
}

.storeContents .nick-box .right button {
    margin-left: auto;
    background: none;
    border: none;
    color: #646464;
}

.storeContents .read-box .content {
    color: #252525;
    font-size: 14px;
    line-height: 1.4;
}

.storeContents .write-outer.read-outer {
    border-bottom: 1px solid #e8e8e8;
    padding: 22px 4px;
}

.storeContents .reply-write-outerbox {
    display: none;
}

.storeContents .write-outer .write-box {
    display: flex;
    justify-content: space-between;
}

.storeContents .write-outer .write-box textarea {
    flex: 25;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    height: 79px;
    background: #fff;
    border: 1px solid #ccc;
}

.storeContents .write-outer .write-box button {
    background: #ff7417;
    border: 1px solid #ff7417;
    padding: 20px 30px;
    color: #fff;
    margin-left: 10px;
}

.storeContents .reply-write-box {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.storeContents .reply-write-box textarea {
    flex: 25;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    height: 79px;
    background: #fff;
    border: 1px solid #ccc;
}

.storeContents .reply-write-box button {
    background: #ff7417;
    border: 1px solid #ff7417;
    padding: 20px 30px;
    color: #fff;
    margin-left: 10px;
}

.storeContents .commentreply-box .commentreply:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.storeContents .commentreply-box .commentreply .read-box {
    position: relative;
}

.storeContents .commentreply-box {
    background-color: #f2f2f2;
    margin-top: 17px;
    padding: 15px 25px;
}

.storeContents .content {
    color: #555;
}

.storeContents .commentreply-box .nick-box {
    margin-bottom: 10px;
}

.storeContents .commentreply {
    margin-bottom: 25px;
}

.commentShow, .reviewShow {
    margin: 30px auto 0 auto;
    text-align: center;
}

.commentShow div, .reviewShow div {
    color: #fe8a3d;
    display: inline-block;
    cursor: pointer;
}

.commentShow img, .reviewShow img {
    margin-left: 12px;
}

.storeContents .sfBtn {
    margin-left: auto;
    background-color: #fff;
    color: #999;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 1px 11px;
    height: 24px;
    cursor: pointer;
}

.storeContents .sfBtn img {
    margin-right: 7px;
    height: 18px;
    position: relative;
    top: -1px;
}

.relateStore {
    padding: 0px 25px;
}

.relateStore .title {
    color: #ff5000;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.relateStore .rsRow {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
    cursor: pointer;
    align-items: center;
}

.relateStore .rsRow:last-child {
    border-bottom: 0;
}

.relateStore .rsThumb {
    width: 145px;
    margin-right: 15px;
}

.relateStore .rsThumb img {
    max-width:100%;
}

.relateStore .rsInfo {
    display: flex;
    flex-direction: column;
}

.relateStore .rsItem {
    display: flex;
    color: #555;
    margin-bottom: 10px;
}

.relateStore .rsItem:first-child {
    margin-bottom: 15px;
}

.relateStore .rsItem span {
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.relateStore .rsl {
    color: #555;
    min-width: 70px;
    font-size: 12px;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    display: block;
}

.relateStore .rsr {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.reviewRow, .reviewRow2 {
    display: flex;
}

.reviewRow .content p, .reviewRow2 .content p {
    line-height: 1.4;
}

.reviewRight {
    display: flex;
    margin-left: auto;
    margin-right: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 65px;
    padding-left: 20px;
}

.reviewRight span {
    color: #ff7100;
    margin-top: 8px;
    font-size: 14px;
}

.reviewFilter {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-left: 25px;
    color: #bbb;
    flex-direction: row;
}

.reviewFilter .filter {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.reviewFilter .filter::after {
    content: '|';
    padding: 0 8px;
    font-size: 11px;
    display: flex;
}

.reviewFilter .filter:last-child::after {
    content: '';
}

.reviewFilter .rateSelect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    padding: 4px 5px;
    box-sizing: border-box;
    width: 65px;
}

.reviewFilter .rateSelect.active {
    border: 1px solid #ff7100;
}

.reviewFilter .rateSelect span {
    margin-left: 0 !important;
    color: #ff7100 !important;
    margin-top: 8px;
    font-size: 14px !important;
    font-weight: 400 !important;
}
#replyForm, #reviewForm {
    margin-bottom: 42px;
    margin-top: 0;
}


/* search */
.newSearch .hash {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newSearch .hash h1 {
    margin-bottom: 0;
}

.newSearch .hash h1+div {
    margin: 0 auto;
}

.newSearch .search-field {
    margin: 0;
}

/* areaSearch */
.areaSelectHeader {
    display: flex;
    justify-content: space-between;
    padding: 17px 15px;
    align-items: center;
    font-size: 1.055rem;
    font-weight: 400;
}

.areaSelectHeader button {
    outline: 0;
    border: 0;
    background-color: transparent;
    color: #2e2e2e;
    font-size: inherit;
    cursor: pointer;
    padding: 0;
}

.areaSelectHeader button a {
    color: inherit;
    font-weight: 500;
    font-size: inherit;
    padding: 1px 4px;
}


/* remark */
.newRemark {
    margin-top: 80px;
    background-color: #f4f4f4;
    padding: 20px 0 70px;
}

.newRemark .sectionHeadText {
    padding: 30px 0 10px;
}

.newRemark .sectionHeadText .normal {
    margin-bottom: 0;
}

.newRemark .sectionHeadText .normal2 {
    margin-left: 20px;
    margin-bottom: 0;
}

.newRemark .remarkContainer {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.newRemark .remarkItem {
    display: flex;
    flex-direction: column;
    width: 270px;
    box-sizing: border-box;
    /* margin: 0 auto; */
    margin: 0 20px;
    box-shadow: 1px 1px 12px 0px #c3c3c3;
    background: #fff;
}

.newRemark .remarkItem:nth-child(4n) {
    margin-right: 0;
}

.newRemark .remarkItem:nth-child(4n+1) {
    margin-left: 0;
}

.newRemark .remarkItem:nth-child(n+5) {
    margin-top: 20px;
}

.newRemark .remarkItemBody {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
}

.newRemark .remarkItemHead {
    background: #fff;
    padding: 12px 15px 4px;
    font-size: 17px;
    min-height: 40px;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.newRemark .remarkItemContent {
    background: #fff;
    color: #646464;
    border: 0;
    font-size: 13px;
    padding: 0 15px;
    max-height: 80px;
    overflow: hidden;
    line-height: 1.5em;
}

.newRemark .remarkItemContent p {
    max-height: 80px;
    overflow: hidden;
}

.newRemark .remarkItemMore, .newRemark .remarkItemClose {
    background-color: #fff;
    padding: 10px 0 16px 15px;
    cursor: pointer;
    color: #646464;
    font-size: 12px;
    z-index: 1;
}

.newRemark .remarkVideo {
    margin-top: 50px;
    width: 100%;
}

.newRemark .remarkVideo iframe {
    width: 100%;
}

.newStoresList .newRemark .remarkContainer {
    padding: 0 25px;
}