.page-template-store .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.page-template-store #main {
    height: 100%;
    flex: 1;
    position: relative;
    min-height: 100%;
}

.store-map {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.store-map .store-control {
    width: 375px;
    background: #fff;
    height: 100%;
}

.store-map .map {
    flex: 1;
    height: 100%;
    position: relative;
}

.store-map .map #map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #eee;

}

.store-map .map .btn-check-location {
    background: #fff url(../img/icons/icon-crosshair.svg) 50% 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #333;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    display: block;
    bottom: 10px;
    left: 10px;
}

.store-control {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-box-shadow: 0em 0em 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0em 0em 6px rgba(0, 0, 0, .2);
    box-shadow: 0em 0em 6px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 2;
}

.store-control-header {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.store-control-header .tab {
    height: 60px;
    display: flex;
}

.store-control-header .tab li {
    flex: 1;
}

.store-control-header .tab a {
    line-height: 60px;
    text-align: center;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #888888;
    position: relative;
    font-weight: 600;

}

.store-control-header .tab .active a {
    color: #023586;
}


.store-control-header .tab .active a:after {
    position: absolute;
    content: '';
    height: 2px;
    background-color: #023586;
    left: 0;
    right: 0;
    bottom: 0;
}

.store-search-form .keyword-search {
    background: #f3f3f3;
    position: relative;
}

.store-search-form .keyword-search input {
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f3f3f3;
    border: 0;
    font-family: inherit;
}

.store-search-form .keyword-search button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    text-indent: -999em;
    overflow: hidden;
    background: transparent url(../img/icons/icon-search-blue.svg) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.store-search-form .location {
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    padding: 0 8px;
}

.store-search-form .location .selector {
    padding: 8px;
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.store-search-form .location .selector select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 44px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #888;
    padding: 10px 13px;
    border-radius: 5px;
    border: solid 1px #888888;
}

.store-control-body {
    position: relative;
    z-index: 1;
    flex: 1;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.store-control-body .scroll-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.store-control-body .scroll-area .filter-container {

}

.store-control-body .scroll-area .filter-container .filter-delivery i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("../img/icons/icon-delivery.svg");
    vertical-align: middle;
}

.store-control-body .scroll-area .filter-container .filter-cafe i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("../img/icons/icon-coffee-cup.svg");
    vertical-align: middle;
}

.store-control-body .scroll-area .filter-container .filter-breakfast i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img/icons/icon-sandwich.svg");
    vertical-align: middle;
}

.store-control-body .scroll-area .filter-container .filter-delivery span,
.store-control-body .scroll-area .filter-container .filter-cafe span,
.store-control-body .scroll-area .filter-container .filter-breakfast span {
    vertical-align: middle;
}

#map a[href="https://ssl.pstatic.net/static/maps/mantle/notice/legal.html"] {
    display: none !important;
}

.store-list {

}

.store-list ul {
    padding: 0 16px;
}

.store-list ul li {
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}


.store-list-item {
    position: relative;
    padding-left: 30px;
}

.store-list-item .location {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 28px;
    background: url(../img/icons/icon-loc.svg) 50% 50% no-repeat;
}


.store-list-item .store-name {
    color: #023586;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.store-list-item .store-name .label {
    display: inline-block;
    margin-right: 6px;
}

.store-list-item .store-name .delivery {
    background: url(../img/icons/delivery-sm.svg) 50% 50% no-repeat;
    width: 24px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0;
    margin-left: 6px;
}

.store-list-item .store-name .cafe {
    background: url(../img/icons/cafe-sm.svg) 50% 50% no-repeat;
    width: 24px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0;
    margin-left: 6px;

}


.store-list-item .store-name .paris_morning {
    background: url(../img/icons/paris_morning-sm.svg) 50% 50% no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0;
    margin-left: 6px;

}


.store-list-item .store-addr {
    font-size: 12px;
    color: #888888;
    line-height: 1.4;
    margin-bottom: 5px;
    /*max-width: calc(100% - 70px);*/
}

.store-list-item .store-meta {
    font-size: 12px;
}

.store-list-item .store-meta .tel {
    display: inline-block;
    color: #0070c9;
    margin-right: 10px;
}

.store-list-item .store-meta .distance {
    color: #888888;
}


.store-list ul li {
    cursor: pointer;
}

.store-list ul li.active {

}

.store-list ul li.active:before {
    background-color: rgba(2, 53, 134, 0.15);
    content: '';
    position: absolute;
    top: -1px;
    right: -16px;
    left: -16px;
    bottom: -1px;
}

.store-list ul li.active .store-list-item .location {
    background-image: url(../img/icons/icon-loc-active.svg);
}

.store-info-in-map {
    padding: 20px;
    min-width: 240px;
    max-width: 360px;
    font-weight: 900;
}

.store-info-in-map .store-list-item {
    padding-left: 0;
}

.store-info-in-map .store-list-item .location {
    display: none;
}

.store-filter {
    background: #fff;
    padding: 12px 5px;
    font-size: 0;
}

.store-filter label {
    display: inline-block;
    margin: 0 6px;
    position: relative;
}

.store-filter label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


.store-filter label .label {
    display: block;
    font-size: 14px;
    background-color: #ebebeb;
    color: #666;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding: 0 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.store-filter label .label svg {
    margin-right: 2px;
}

.store-filter label .label svg .icon-line {
    fill: #666;
}

.store-filter label input:checked + .label {
    background-color: rgba(2, 53, 134, 0.15);
    color: #023586;
}

.store-filter label input:checked + .label svg .icon-line {
    fill: #023586;
}

.store-filter2 {
    background: #fff;
    padding: 12px 5px;
    font-size: 0;
    display: flex;
}

.store-filter2 label {
    margin: 0 6px;
    position: relative;
}

.store-filter2 label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.store-filter2 label .label {
    background-size: cover;
    display: inline-block;
    height: 30px;
    width: 79px;
    visibility: visible;
}
.store-filter2 label .label-delivery {
    background-image: url(../img/icons/button-01off.png);
}

.store-filter2 label input:checked + .label-delivery {
    background-image: url(../img/icons/button-01on.png);
}

.store-filter2 label .label-pickup {
    background-image: url(../img/icons/button-02off.png);
}

.store-filter2 label input:checked + .label-pickup {
    background-image: url(../img/icons/button-02on.png);
}

.store-filter2 label .label-cafe {
    background-image: url(../img/icons/button-03off.png);
}

.store-filter2 label input:checked + .label-cafe {
    background-image: url(../img/icons/button-03on.png);
}

.store-filter2 label .label-parking {
    background-image: url(../img/icons/button-04off.png);
}

.store-filter2 label input:checked + .label-parking {
    background-image: url(../img/icons/button-04on.png);
}

@media screen and (max-width: 768px) {
    .store-map {
        flex-direction: column;
    }

    .store-map .store-control {
        order: 2;
        width: 100%;
        height: auto;
        flex: 1;
    }

    .store-map .map {
        flex: 0 1 400px;
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 640px) {
    .store-map .map {
        flex: 0 1 60vw;
        height: 60vw;
    }
}


.store-marker {
    width: 32px;
    height: 40px;
}

.store-marker i {
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/icons/icon-location.svg) 50% 50% no-repeat;
}


.store-marker.active i {
    background-image: url(../img/icons/icon-location-active.svg);
}

.single-promotion .find-stores {
    margin-top: 0 !important;
}

.find-stores {
    max-width: 696px;
    margin: 0 auto;
}

.find-stores .store-search-form {
    display: block;
}

.find-stores .store-search-form .location {
    padding: 0;
    margin: 0 -8px;
}

.find-stores ul li {
    border-bottom: solid 1px #888888;
}

.find-stores .find-store-body .store-list ul {
    padding: 0;
}

.find-stores .find-store-body .store-list-item {
    min-height: 65px;
}

.store-map.show-timetable .store-list-item.show-timetable {
    /*padding-right: 114px;*/
    padding-right: 30px;
}

.store-list-item .btn-show-timetable {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    text-align: center;
    background: url(../img/icons/icon-freshbread.png) 50% 0% no-repeat;
    background-size: 32px auto;
    padding-top: 34px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
}


.store-map.show-timetable .store-list-item.show-timetable .btn-show-timetable {
    /*display: block;*/
    display: none !important;
}

/* 2020.08.21 */
.storeArea {
    text-align: center;
    padding: 134px 0 0;
}

.storeArea .title {
    margin-bottom: 16px;
}

.storeArea .title strong {
    font-size: 36px;
    font-family: 'PBGothic';
}

.storeArea .date {
    font-size: 16px;
    color: #023586;
}

.storeArea .pb-share {
    margin: 20px 0 50px;
}

.storeArea .saleBarcode {
    position: relative;
    width: 720px;
    height: 720px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.saleBarcode .circleContent {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 430px;
    height: 430px;
    padding: 80px 0 0;
    border-radius: 430px;
    margin: -215px 0 0 -215px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
}

.saleBarcode .circleContent .title {
    display: inline-block;
    margin-bottom: 11px;
    font-size: 40px;
    font-family: 'PBGothic';
    color: #023586;
}

.saleBarcode .circleContent p {
    font-size: 12px;
    color: #023586;
}

.saleBarcode .circleContent p br {
    display: none;
}

.saleBarcode .circleContent .img {
    padding: 10px 0 0;
}

.saleBarcode .circleContent .img img {
    display: inline-block;
}

.saleBarcode .circleContent .barcode {
    margin-top: 18px;
}

.saleBarcode .circleContent .img .text {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
}

.saleBarcode__top {
    overflow: hidden;
}

.saleBarcode__top > div {
    float: left;
    width: 360px;
    height: 360px;
    box-sizing: border-box;
}

.saleBarcode__top .left {
    background-color: #2b67b4;
    text-align: left;
    padding: 60px 0 0 50px;
}

.saleBarcode__top .left span {
    font-size: 18px;
    color: #fff;
}

.saleBarcode__top .left span br {
    display: none;
}

.saleBarcode__top .right {
    background-color: #e4b74b;
    text-align: right;
    padding: 60px 60px 0 0;
}

.saleBarcode__top .right span {
    font-family: 'PBGothic';
    color: #fff;
    font-size: 46px;
}

.saleBarcode__bottom {
    width: 720px;
    height: 360px;
    background-color: #99A7C9;
    padding: 262px 0 0;
    color: #fff;
    box-sizing: border-box;
}

.saleBarcode__bottom .mobile {
    display: none;
}

.saleBarcode__bottom .pc {
    display: block;
}

.breadTime {
}

.breadTime .title {
    display: inline-block;
    font-size: 36px;
    font-family: 'PBGothic';
    margin-bottom: 20px;
}

.breadTime .title span {
    color: #023586;
}

.breadTime .text {
    font-size: 14px;
    margin-bottom: 48px;
}

.btnWrap {
    text-align: center;
}

.btnWrap .btn {
    width: 300px;
    border: 1px solid #023586;
    background: #023586;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 30px;
    text-align: center;
    max-width: 455px;
    display: inline-block;
    color: #fff;
}

/*#timetableModal .modal-box-body,#timetableModal .timetable-per-day {position: relative;}
#schedule .modal {position: relative;background: #fff;}
#schedule .modal.active {z-index: 1;}
#schedule .font-pbgothic,#schedule .modal-box-header p {display: none;}
#schedule #timetableModal .modal-box-header {box-shadow: none;}
#schedule #timetableModal .modal-box-header .days a {width: 58px;height: 58px;line-height: 58px;}
#schedule .modal-box {position: relative;width: 1000px;left: 0;top: 0;transform: initial;}
#schedule #timetableModal .modal-box-body {height: auto;max-height: initial;}
#schedule .modal-inner {position: relative;padding: 0;}
#schedule #timetableModal .timetable-block {display: inline-block;padding: 0; margin: 0;}
#schedule #timetableModal .timetable-block .time {position: relative;left: 0;display: inline-block;border: 0;cursor:pointer;margin: 0 6px;}
#schedule #timetableModal .timetable-block .time span {font-size: 12px;padding: 0 14px;letter-spacing: -0.02em;}
#schedule #timetableModal .timetable-block .active.time span {background-color: #d9e1ed;color: #023586;}
#schedule #timetableModal .timetable-per-day {height: 680px;padding: 10px 0 0;text-align: center;position: relative;}*/

/* #schedule #timetableModal .timetable-per-day .timetable-block:nth-child(1) .time {left: 35px;}
#schedule #timetableModal .timetable-per-day .timetable-block:nth-child(2) .time {left: 135px;}
#schedule #timetableModal .timetable-per-day .timetable-block:nth-child(3) .time {left: 235px;}
#schedule #timetableModal .timetable-per-day .timetable-block:nth-child(4) .time {left: 335px;}
#schedule #timetableModal .timetable-per-day .timetable-block:nth-child(5) .time {left: 435px;}
#schedule #timetableModal .timetable-per-day .timetable-block:nth-child(6) .time {left: 535px;}
#schedule #timetableModal .timetable-per-day .timetable-block:nth-child(7) .time {left: 635px;}
#schedule #timetableModal .timetable-per-day .timetable-block:nth-child(8) .time {left: 735px;} */
/*#schedule #timetableModal .timetable-per-day .timetable-block:nth-child(1) .products {display:block;}
#schedule #timetableModal .timetable-per-day .timetable-block .products {display: none;position: absolute;left: 0;top: 75px;background-color: #F6F6F8;width: 979px;height: 630px;overflow: auto; border-top: 1px solid #888;}
#schedule #timetableModal .timetable-block .product-item {position: relative;float: left;padding: 70px 0 0;border: 0;width: 25%;text-align: center;}
#schedule #timetableModal .timetable-block .product-item .tb {position: relative;margin: 0 auto;top: 0;left: 0;width: 160px;height: 160px;background-color: #fff;border: 0;}
#schedule #timetableModal .timetable-block .product-item .product-meta {margin: 20px 0;}
#schedule #timetableModal .timetable-block .product-item .tb img {width: 100%;}
#schedule .active .timetable-block:nth-child(1) .products {display: block !important;}
#schedule .active .timetable-block.active .products {display: block !important;}
#schedule .active .timetable-block:nth-child(1) .time span {background: #ebebeb;color: #666;}
#schedule .active .timetable-block:nth-child(1).active .time span {background-color: #d9e1ed;color: #023586;}*/
@media (max-width: 768px) {
    .storeArea {
        padding: 53px 0 0;
    }

    .storeArea .saleBarcode {
        width: 100%;
        height: 540px;
        border-radius: 0;
    }

    .saleBarcode__top > div {
        width: 50%;
        height: 250px;
    }

    .saleBarcode__bottom {
        width: 100%;
        padding: 187px 0 0;
    }

    .saleBarcode__top .left {
        padding: 17px 0 0 30px;
    }

    .saleBarcode__top .left span {
        line-height: 1.6;
    }

    .saleBarcode__top .left span br {
        display: block;
    }

    .saleBarcode__top .right {
        padding: 19px 27px 0 0;
    }

    .saleBarcode__top .right span {
        font-size: 36px;
    }

    .saleBarcode .circleContent {
        width: 320px;
        height: 320px;
        border-radius: 320px;
        margin: -190px 0 0 -160px;
        padding: 40px 0 0;
    }

    .saleBarcode .circleContent .title {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .saleBarcode .circleContent p {
        font-size: 14px;
    }

    .saleBarcode .circleContent p br {
        display: block;
    }

    .saleBarcode .circleContent .img {
        height: 70px;
    }

    .saleBarcode .circleContent .img > img {
        height: 70px;
    }

    .saleBarcode .circleContent .barcode {
        margin-top: 10px;
    }

    .saleBarcode .circleContent .img .text {
        font-size: 12px;
    }

    .saleBarcode__bottom {
        height: 290px;
        padding: 173px 0 0;
    }

    .saleBarcode__bottom .mobile {
        display: block;
    }

    .saleBarcode__bottom .pc {
        display: none;
    }

    .breadTime {
        margin-top: 0;
    }

    .breadTime .title, .breadTime .text, .storeArea .btnWrap {
        display: none;
    }

    /*#schedule .modal-box {width: 340px;overflow: hidden;border-radius: 0;}
    #schedule #timetableModal .modal-box-header {box-shadow: 0px 9px 8px -5px rgba(0,0,0,0.75);;text-align: left;padding: 50px 16px 16px;}
    #schedule .font-pbgothic, #schedule .modal-box-header p {display: block;}
    #schedule #timetableModal .timetable-block {display: block;}
    #schedule #timetableModal .modal-box-header .days a {width: 34px;height: 34px;line-height: 36px;}
    #schedule #timetableModal .modal-box-body {height: 390px;max-height: 390px;border: 1px solid #f3efef;}
    #schedule #timetableModal .timetable-per-day {position: relative;padding: 0;}
    #schedule #timetableModal .timetable-per-day .timetable-block .products {background-color: #fff;width: 100%;height: auto;display: block !important;position: relative;top: 0;}
    #schedule #timetableModal .timetable-block .time { position: relative;left: 0;top: 0;border-bottom: 2px solid #888;padding-bottom: 12px;width: 100%; text-align: left;left: 0 !important;margin: 0;}
    #schedule #timetableModal .timetable-block .product-item {border-bottom: 1px solid #ebebeb;padding: 18px 0 10px;position: relative;padding-left: 62px;min-height: 70px;box-sizing: border-box;float: none;text-align: left;width: 100%;}
    #schedule #timetableModal .timetable-block .product-item .tb {width: 50px;height: 50px;border-radius: 50%;border: 1px solid #ebebeb;overflow: hidden;position: absolute;top: 10px;left: 0;}*/
}


/*2020.09.17*/

.storeSale {
    text-align: center;
    padding: 85px 0 0;
}

.storeSale .title {
    margin-bottom: 40px;
}

.storeSale .title strong {
    font-size: 32px;
    font-family: 'PBGothic';
}

.saleBenefit {
    width: 100%;
    height: auto;
    background: url(../img/sub/bg-store.jpg) 50% 50% no-repeat;
    padding: 40px 0 50px;
    border-bottom: 2px solid #68503a;
}

/*.saleBenefit .circleBarcode {position: relative;margin: 0 auto;width: 720px;height: 720px;text-align: center;padding-top: 20px;box-sizing: border-box;z-index: 1; }
.saleBenefit .circleBarcode:after {content: "";display: block;width: 720px;height: 720px;border-radius: 720px;background-color: #fff;position: absolute;top: 0;left: 50%;margin-left: -360px;z-index: -1;}*/
.saleBenefit .circleBarcode {
    position: relative;
    width: 710px;
    height: 720px;
    margin: 0 auto;
    background: url(../img/sub/bg-store-circle.png) 0 0 no-repeat;
}

.saleBenefit .circleBarcode .img img {
    display: inline-block;
}

.saleBenefit .circleBarcode .txt {
    margin-top: 40px;
}

.saleBenefit .circleBarcode .txt .title {
    display: block;
    margin-bottom: 20px;
    font-size: 48px;
    font-family: 'PBGothic';
    color: #412d22;
    font-weight: 700;
}

.saleBenefit .circleBarcode .txt .title + span {
    display: block;
    font-size: 39px;
    font-family: 'PBGothic';
    color: #412d22;
}

.saleBenefit .circleBarcode .txt .period {
    display: inline-block;
    font-size: 25px;
    font-family: 'PBGothic';
    color: #fff;
    background: #523500;
    padding: 5px 20px;
    margin: 35px 0;
    border-radius: 20px;
}

.saleBenefit .circleBarcode .txt .period span {
    display: inline-block;
    padding: 0 3px;
}

.saleBenefit .circleBarcode .txt p {
    font-size: 23px;
    font-family: 'PBGothic';
    color: #412d22;
    line-height: 1.3;
}

/*.saleBenefit .circleBarcode .barcodeImg {margin-top: 25px;}*/
.saleBenefit .circleBarcode .barcodeImg {
    position: absolute;
    top: 525px;
    left: 0;
    width: 100%;
}

.saleBenefit .circleBarcode .barcodeImg .barcode img {
    display: inline-block;
}

.saleBenefit .circleBarcode .barcodeImg .text {
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
    color: #412d22;
    font-weight: 500;
}

.saleBenefit .circleBarcode .use-time {
    font-size: 20px;
    font-family: 'PBGothic';
    color: #412d22;
    line-height: 1.3;
    margin-top: 5px;
}

.saleBenefit .saleTxt {
    display: block;
    width: 490px;
    margin: 50px auto 0;
    overflow: hidden;
}

.saleBenefit .saleTxt a {
    display: inline-block;
    width: 210px;
    height: 140px;
    font-size: 29px;
    font-family: 'PBGothic';
    color: #fff;
    font-weight: 700;
    line-height: 1.13;
    border-radius: 20px;
    padding-top: 60px;
    box-sizing: border-box;
}

.saleBenefit .saleTxt .point {
    float: left;
    background: #f05b95 url(../img/sub/happy-point.png) no-repeat 50% 10px;
    background-size: 35px 35px;
}

.saleBenefit .saleTxt .new-member {
    float: right;
    background: #fa8f04 url(../img/sub/img-new.png) no-repeat 50% 23px;
    background-size: 69px 16px;
}

.saleBenefit .saleEx {
    margin-top: 65px;
    padding-top: 363px;
    background: url(../img/sub/bg-sale-ex.png) 50% top no-repeat; /*background-size: 471px 331px;*/
    background-size: 471px 287px;
}

.saleBenefit .saleEx p {
    font-family: 'PBGothic';
    font-size: 40px;
    color: #fff;
    line-height: 1.1;
}

.saleBenefit .saleNote {
    width: 555px;
    height: 190px;
    overflow: hidden;
    background: #3a2c12;
    margin: 35px auto 0;
    text-align: left;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #fff;
}

.saleBenefit .saleNote .store-control-body {
    height: 190px;
}

.saleBenefit .saleNote .store-control-body ul {
    margin: 15px;
}

.saleBenefit .saleNote .store-control-body ul li {
    position: relative;
    font-size: 17px;
    font-family: 'PBGothic';
    text-align: center;
    line-height: 1.57;
}

/*.saleBenefit .saleNote .store-control-body ul li:after {content: "-";display:inline-block;color: #fff;position: absolute;top: 0;left: -15px}*/
.saleBenefit .saleNote .scrollbar-macosx > .scroll-element .scroll-bar {
    background: #a6957a;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "alpha(opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1
}

#timetableModal .modal-box-body, #timetableModal .timetable-per-day {
    position: relative;
}

#schedule .modal {
    position: relative;
    background: #fff;
}

#schedule .modal.active {
    z-index: 1;
}

#schedule .font-pbgothic, #schedule .modal-box-header p {
}

#schedule #timetableModal .modal-box-header .days a {
    width: 58px;
    height: 58px;
    line-height: 58px;
}

#schedule .modal-box {
    position: relative;
    width: 815px;
    left: 0;
    top: 0;
    transform: initial;
}

#schedule .modal-box .btn-close {
    display: none;
}

#schedule .modal-box .modal-box-header {
    text-align: left;
    padding: 50px 16px 16px;
}

#schedule #timetableModal .modal-box-body { /*width: 815px;*/
    width: 327px;
    padding: 16px 0;
    height: auto;
    max-height: initial;
    margin: 0 auto;
}

#schedule .modal-inner {
    position: relative;
    padding: 0;
}

#schedule #timetableModal .timetable-block {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#schedule #timetableModal .timetable-block .time {
    display: inline-block;
    border: 0;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    border-bottom: 2px solid #888;
    padding-bottom: 12px;
    width: 100%;
    text-align: left;
    margin: 0;
}

#schedule #timetableModal .timetable-block .time span {
    font-size: 12px;
    padding: 0 14px;
    letter-spacing: -0.02em;
}

#schedule #timetableModal .timetable-block .active.time span {
    background-color: #d9e1ed;
    color: #023586;
}

#schedule #timetableModal .timetable-per-day {
    height: 680px;
}

#schedule #timetableModal .timetable-per-day .timetable-block:nth-child(1) .products {
    display: block;
}

#schedule #timetableModal .timetable-per-day .timetable-block .products {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: block !important;
    position: relative;
    top: 0;
    display: none;
    left: 0;
    top: 75px;
    width: 100%;
    height: 630px;
    border-top: 1px solid #888;
}

#schedule #timetableModal .timetable-block .product-item {
    border-bottom: 1px solid #ebebeb;
    padding: 18px 0 10px;
    position: relative;
    padding-left: 62px;
    min-height: 70px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

#schedule #timetableModal .timetable-block .product-item .tb {
}

#schedule #timetableModal .timetable-block .product-item .product-meta {
    text-align: left;
}

#schedule #timetableModal .timetable-block .product-item .tb img {
    width: 100%;
}

#schedule .active .timetable-block:nth-child(1) .products {
    display: block !important;
}

#schedule .active .timetable-block.active .products {
    display: block !important;
}

#schedule .active .timetable-block:nth-child(1) .time span {
    background: #ebebeb;
    color: #666;
}

#schedule .active .timetable-block:nth-child(1).active .time span {
    background-color: #d9e1ed;
    color: #023586;
}

@media (max-width: 768px) {
    .storeSale {
        padding: 35px 0 0;
    }

    .storeSale .title {
        margin-bottom: 15px;
    }

    .storeSale .title strong {
        font-size: 25px;
    }

    .saleBenefit {
        padding: 15px 0 30px;
    }

    /*.saleBenefit .circleBarcode {width: 100%;height: 560px;}
    .saleBenefit .circleBarcode:after {width: 550px;height: 550px;border-radius: 550px;margin-left: -275px;}*/
    .saleBenefit .circleBarcode {
        position: relative;
        width: 547px;
        height: 550px;
        margin: 0 0 0 -273px;
        left: 50%;
        background: url(../img/sub/bg-store-circle-m.png) 50% 0 no-repeat;
        background-size: 547px 550px;
    }

    .saleBenefit .circleBarcode .img img {
        height: 140px;
    }

    .saleBenefit .circleBarcode .txt {
        margin-top: 13px;
    }

    .saleBenefit .circleBarcode .txt .title {
        font-size: 36px;
    }

    .saleBenefit .circleBarcode .txt .title + span {
        font-size: 24px
    }

    .saleBenefit .circleBarcode .txt .period {
        font-size: 19px;
        padding: 3px 20px;
        margin: 25px 0;
    }

    .saleBenefit .circleBarcode .txt p {
        font-size: 18px;
    }

    /*.saleBenefit .circleBarcode .barcodeImg {margin-top: 25px;}*/
    .saleBenefit .circleBarcode .barcodeImg {
        top: 397px;
    }

    .saleBenefit .circleBarcode .barcodeImg .barcode img {
        display: inline-block;
    }

    .saleBenefit .circleBarcode .barcodeImg .text {
        font-size: 12px;
        margin-top: 5px;
    }

    .saleBenefit .circleBarcode .use-time {
        font-size: 15px;
        margin-top: 0;
    }

    .saleBenefit .saleTxt {
        width: 280px;
        margin: 30px auto 0;
    }

    .saleBenefit .saleTxt a {
        width: 120px;
        height: 80px;
        font-size: 17px;
        line-height: 1.1;
        border-radius: 10px;
        padding-top: 35px;
    }

    .saleBenefit .saleTxt .point {
        background-position: 50% 7px;
        background-size: 20px auto;
    }

    .saleBenefit .saleTxt .new-member {
        background-position: 50% 13px;
        background-size: 40px auto;
    }

    .saleBenefit .saleEx {
        margin-top: 30px;
        padding-top: 165px;
        background-size: 240px auto;
    }

    .saleBenefit .saleEx p {
        font-size: 20px;
    }

    .saleBenefit .saleNote {
        width: 95%;
        height: 135px;
        margin: 20px auto 0;
    }

    .saleBenefit .saleNote .store-control-body {
        height: 135px;
    }

    .saleBenefit .saleNote .store-control-body ul {
        margin: 10px;
    }

    .saleBenefit .saleNote .store-control-body ul li {
        font-size: 14px;
        line-height: 1.35;
    }

    #schedule .modal-box {
        width: 100%;
        overflow: hidden;
        border-radius: 0;
    }

    #schedule #timetableModal .modal-box-header {
        box-shadow: 0px 9px 8px -5px rgba(0, 0, 0, 0.75);
        text-align: left;
        padding: 50px 16px 16px;
    }

    #schedule .font-pbgothic, #schedule .modal-box-header p {
        display: block;
    }

    #schedule #timetableModal .timetable-block {
        display: block;
    }

    #schedule #timetableModal .modal-box-header .days a {
        width: 34px;
        height: 34px;
        line-height: 36px;
    }

    #schedule #timetableModal .modal-box .modal-box-header h1 {
        width: 100%;
        margin: -4px 0 10px;
    }

    #schedule #timetableModal .modal-box .modal-box-header p {
        width: 815px;
        margin: 0 0 10px;
    }

    #schedule #timetableModal .modal-box .modal-box-header .days {
        width: 815px;
        margin: -5px auto;
    }

    #schedule #timetableModal .modal-box-body {
        width: auto;
        height: 390px;
        max-height: 390px;
        margin: 0 35px 0 0;
        padding: 16px 0 16px 35px; /*border: 1px solid #f3efef;*/
    }

    #schedule #timetableModal .timetable-per-day {
        position: relative;
        padding: 0;
    }

    #schedule #timetableModal .timetable-per-day .timetable-block .products {
        background-color: #fff;
        width: 100%;
        height: auto;
        display: block !important;
        position: relative;
        top: 0;
    }

    #schedule #timetableModal .timetable-block .time {
        position: relative;
        left: 0;
        top: 0;
        border-bottom: 2px solid #888;
        padding-bottom: 12px;
        width: 100%;
        text-align: left;
        left: 0 !important;
        margin: 0;
    }

    #schedule #timetableModal .timetable-block .product-item {
        border-bottom: 1px solid #ebebeb;
        padding: 18px 0 10px;
        position: relative;
        padding-left: 62px;
        min-height: 70px;
        box-sizing: border-box;
        float: none;
        text-align: left;
        width: 100%;
    }

    #schedule #timetableModal .timetable-block .product-item .tb {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #ebebeb;
        overflow: hidden;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #timetableModal .timetable-block .product-item .tb2 {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 10px;
        right: 0;
    }

    #timetableModal .timetable-block .product-item .product-meta {
        width: 150px;
    }
}


#schedule .modal-box {
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    -ms-transform: none;
}

#schedule #timetableModal .modal-box-header {
    box-shadow: 0px 9px 8px -5px rgba(0, 0, 0, 0.75);
    text-align: left;
    padding: 50px 16px 16px;
}

#schedule .font-pbgothic, #schedule .modal-box-header p {
    display: block;
}

#schedule #timetableModal .timetable-block {
    display: block;
}

#schedule #timetableModal .modal-box-header .days a {
    width: 34px;
    height: 34px;
    line-height: 36px;
}

#schedule #timetableModal .modal-box .modal-box-header h1 {
    width: 310px;
    margin: -4px auto 10px;
}

#schedule #timetableModal .modal-box .modal-box-header p {
    width: 310px;
    margin: 0 auto 10px;
}

#schedule #timetableModal .modal-box .modal-box-header .days {
    width: 310px;
    margin: 0 auto;
}

#schedule #timetableModal .timetable-per-day {
    position: relative;
    padding: 0;
}

#schedule #timetableModal .timetable-per-day .timetable-block .products {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: block !important;
    position: relative;
    top: 0;
}

#schedule #timetableModal .timetable-block .time {
    position: relative;
    left: 0;
    top: 0;
    border-bottom: 2px solid #888;
    padding-bottom: 12px;
    width: 100%;
    text-align: left;
    left: 0 !important;
    margin: 0;
}

#schedule #timetableModal .timetable-block .product-item {
    border-bottom: 1px solid #ebebeb;
    padding: 18px 0 10px;
    position: relative;
    padding-left: 62px;
    min-height: 70px;
    box-sizing: border-box;
    float: none;
    text-align: left;
    width: 100%;
}

#schedule #timetableModal .timetable-block .product-item .tb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 0;
}

#timetableModal .timetable-block .product-item .tb2 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 0;
}

#timetableModal .timetable-block .product-item .product-meta {
    width: 150px;
}

.layerBtn.clr-brown {
    background: #4c3617;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.custom_container {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: 'PBGothic' !important;
    font-size: 12px;
}

.row {
    padding: 0 20px
}

.top_container {
    width: 100%;
}

#shop_list_header {
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}


.custom_container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.custom_container .content a {
    width: 32.5%;
}

.custom_container .icon_img {
    width: 64px;
    height: 42px;
    position: absolute;
    right: 24px;
    top: 24px;
}

.custom_container .promo_img {
    width: 54px;
    height: 36px;
    position: absolute;
    right: 24px;
    top: 24px;
}

.custom_container .cal_img {
    width: 53px;
    height: 38px;
    position: absolute;
    right: 24px;
    top: 24px;
}

.custom_container .promotion_new_custom,
.custom_container .notice_new_custom,
.custom_container .bread_time_new_custom {
    height: 90px;
    width: 100%;
    border-radius: 9px;
    -webkit-box-shadow: 1px 8px rgba(211, 220, 220, .2);
    box-shadow: 1px 8px rgba(211, 220, 220, .2);
    color: #fff;
    font-weight: 900;
    position: relative;
}

.custom_container .promotion_new_custom {
    background: no-repeat url("/wp-content/themes/paris/assets/img/sub/card.svg") 90% 20% #023687;
    background-size: 30px;
}

.custom_container .notice_new_custom {
    background: no-repeat url("/wp-content/themes/paris/assets/img/sub/news.svg") 90% 20% #023687;
    background-size: 30px;

}

.custom_container .bread_time_new_custom {
    background: no-repeat url("/wp-content/themes/paris/assets/img/sub/Calendar.svg") 90% 20% #023687;
    background-size: 30px;
}

.custom_container .content .text {
    position: absolute;
    left: 9%;
    font-size: 20px;
    bottom: 14%;
    font-weight: 700;
}

.custom_container .main_con_text {
    padding-top: 50px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}


.custom_container .cont_text {
    margin-right: 15px;
    font-size: 26px;
    font-weight: bold;
}


.custom_container .market_option,
.custom_container .market_option_two {
    width: 100%;
    background: #523500;
    height: 220px;
    border-radius: 30px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom_container .market_option_two {
    background: #cf7500 !important;
}

.custom_container .text_list {
    text-align: left;
    list-style: none;
    position: absolute;
    left: 5%;
    top: 15%;
    color: #fff;
    font-weight: bold;
}

.custom_container .text_list .main_ttl {
    font-size: 29px;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
}

.custom_container .text_list .sub_ttl {
    width: 240px;
    font-size: 24px;
    font-weight: 100;
}

.custom_container .left_text > .date {
    font-size: 22px;
    color: #fff;
    position: absolute;
    bottom: 30%;
    left: 5%;
    padding-bottom: 4px;
}

.custom_container .left_text > .yoil-area {
    font-size:22px;
    color:#fff;
    position:absolute;
    bottom:15%;
    left:5%;
    padding-bottom:4px;
    text-align: left;
}

.custom_container .right_img_content {
    background: #fff;
    position: absolute;
    right: 15px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 10px;
}

.custom_container .market_img {
    z-index: 999;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.custom_container .custom_img_coupon {
    margin-top: 10px;
}

.custom_container .custom_img_coupon img {
    width: 100%;
    border-radius: 25px;
    height: 220px;
}

.custom_container .main_con_text.custom_con_text {
}

.custom_container .down {
    width: 38px;
    margin-top: 10px;
}

.custom_container .barcode_icon_img {
    width: 64px;
    height: 29px;
}

.custom_container .cont_text span {
    position: relative;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_container .cont_text span:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    content: '';
    left: 0;
    border-radius: 50%;

}

.channel_nm {
    font-size:15px;
    margin-bottom:5px;
}

@media screen and (max-width: 1024px) {
    .custom_container {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #timetableModal .timetable-block .time span {
        display: inline !important;
        padding: 7px 18px !important;

    }

    .custom_container #shop_list_header {
        padding: 30px 0 10px 0 ;
        font-size: 25px;
        text-align: center;
        font-weight: bold;
    }

    .custom_container #shop_list_header h1 {
        font-size: 30px;
    }

    .custom_container .down {
        width: 23px;
        margin-top: 5px;
    }

    .custom_container .barcode_icon_img {
        width: 34px;
        height: 17px;
    }

    .custom_container .promotion_new_custom {
        background: no-repeat url("/wp-content/themes/paris/assets/img/sub/card.svg") 90% 20% #023687;
        background-size: 25px 18px;
    }

    .custom_container .notice_new_custom {
        background: no-repeat url("/wp-content/themes/paris/assets/img/sub/news.svg") 90% 20% #023687;
        background-size: 25px 18px;
    }

    .custom_container .bread_time_new_custom {
        background: no-repeat url("/wp-content/themes/paris/assets/img/sub/Calendar.svg") 90% 20% #023687;
        background-size: 25px 18px;
    }

    .custom_container .promotion_new_custom,
    .custom_container .notice_new_custom,
    .custom_container .bread_time_new_custom {
        height: 65px;
        width: 100%;
    }

    .custom_container .content .text {
        position: absolute;
        left: 11%;
        font-size: 12px;
        bottom: 10%;
        font-weight: bold;
    }

    .custom_container .row {
        padding: 0 15px
    }

    .custom_container .main_con_text {
        padding-top: 30px;
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        vertical-align: middle;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


    .custom_container .cont_text {
        margin-right: 15px
    }

    .custom_container .cont_text {
        font-size: 15px;
        font-weight: bold;
    }

    .custom_container .market_option, .custom_container .market_option_two {
        height: 160px;
    }

    .custom_container .right_img_content {
        position: absolute;
        right: 10px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        top: 5px;
    }

    .custom_container .market_img {
        z-index: 999;
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

    .custom_container .text_list {
        text-align: left;
        list-style: none;
        position: absolute;
        left: 5%;
        top: 15%;
        color: #fff;
        font-weight: bold;
    }

    .channel_nm {
        font-size:12px;
        margin-bottom:5px;
    }

    .custom_container .text_list .main_ttl {
        font-size: 20px;
    }

    .custom_container .text_list .sub_ttl {
        width: 175px;
        font-size: 17px;
    }

    .custom_container .left_text > .date {
        font-size: 15px;
        color: #fff;
        position: absolute;
        bottom: 25%;
        left: 5%;
    }

    .custom_container .left_text > .yoil-area {
        font-size: 15px;
        color: #fff;
        position: absolute;
        bottom: 8%;
        left: 5%;
        padding-bottom: 4px;
        text-align: left;
    }

    .custom_container .custom_img_coupon img {
        min-height: 100%;
        max-height: 160px;
    }
}

@media screen and (max-width: 420px) {
    .custom_container .text_list .main_ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .custom_container .text_list .sub_ttl {
        font-size: 16px;
        font-weight: 100;
    }

    .custom_container .right_img_content {
        position: absolute;
        right: 8px;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        top: 21px;
    }

    .custom_container .market_img {
        z-index: 999;
        width: 110px;
        height: 110px;
        border-radius: 50%;
    }

    .custom_container .market_option, .custom_container .market_option_two {
        height: 150px;
    }

    .custom_container .custom_img_coupon img {
        min-height: 100%;
        max-height: 150px;
    }
}

@media screen and (max-width: 380px) {

    .custom_container .custom_img_coupon img {
        min-width: 100%;
        height: 135px;
    }
}

/*카드*/
.custom_container .toggle_header {
    background: #023687;
    height: 30px;
    color: #fff;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    position: relative;
    font-weight: bold;
}

.custom_container .arrow_card {
    border: 3px solid #fff;
    border-left: 0;
    border-bottom: 0;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 24px;
    top: 10%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);

    -webkit-transition: .5s all ease;

    -o-transition: .5s all ease;

    transition: .5s all ease;
}

.custom_container .toggle_wrap {
    padding-top: 20px;
}

.custom_container .on_toggle {
    top: 34% !important;
    -webkit-transform: rotate(-47deg) !important;
    -ms-transform: rotate(-47deg) !important;
    transform: rotate(-47deg) !important;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.custom_container .card_content {
    width: 250px;
}

.custom_container .new_card_dl_list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    margin-left: 50px;
}

.another_content_flex .card_title {
    font-size: 14px;
    padding-bottom: 10px;
}

.another_content_flex .card_effect {
    font-size: 24px;
    font-weight: bold;
}

.custom_container .toggle_content {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom_container .toggle_content p {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 30px;
}

.custom_container .toggle_content .content_flex {
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    overflow: hidden;
}


.custom_container .database_title:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f3c74a;
    content: '';
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.custom_container .database_content {
    line-height: 1.4;
    float: left;
    width: calc(100% - 120px);
}

.custom_container .database_title {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 120px;
    line-height: 1.4;
    float: left;
}

.custom_container .another_content {
    margin-bottom: 30px;

}

.custom_container .content_text_area {
    overflow: hidden;
    background: #fbfbfb;
    padding-bottom: 0;
}

.btnMore, .btnMoreClose {
    color: #000;
    background: none;
    font-family: 'PBGothic' !important;
    padding: 5px;
    font-size: 16px;
    position: relative;
    display: flex;
    height: 28px;
    justify-content: center;
    align-items: center;
}

.more_radius_area {
    background: #023687;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 24px;
    top: 10%;
}

.star_area_custom_new_star {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_container .notice_icon_content img.star {
    width: 25px;
}

.more_radius_area > .arrow_card {
    border: 3px solid #fff;
    border-left: 0;
    border-bottom: 0;
    content: '';
    width: 15px;
    height: 15px;
    left: 8px;
    top: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}


.custom_container .event_card_custom {
    position: relative;
    text-align: left;
}

.custom_container .event_card_custom .event_img_area {
    font-size: 22px;
    color: #023687;
    text-align: left !important;
    display: inline-block;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 20px;
    z-index: 99999;
    background: #fff no-repeat url(/wp-content/themes/paris/assets/img/sub/card-event.png) 0 20%;
    background-size: contain;
}

.custom_container .event_card_custom:after {
    position: absolute;
    width: 98%;
    height: 3px;
    z-index: -1;
    background: #023687;
    color: #023687;
    content: '';
    right: 85px;
    left: 5px;
    bottom: 50%;
}

@media screen and (max-width: 768px) {
    .custom_container .new_card_dl_list {
        margin-left: 10px;
    }

    .another_content_flex .card_effect {
        font-size: 18px;
        font-weight: bold;
    }

    .custom_container .database_title:before {
        position: absolute;
        width: 10px;
        height: 10px;
        content: '';
        left: -11%;
        top: 5px;
    }

    .content_more .content_flex {
        padding-left: 20px;
    }

    .custom_container .card_content {
        width: 250px;
        height: 90px;
    }

    .another_content_flex {
        padding: 20px !important;
    }

    .custom_container .card_content {
        width: 150px;
    }

    .custom_container .new_card_dl_list {
        width: 47%;
        margin-right: 0;
    }

    .card_effect {
        font-size: 24px;
    }

    .custom_container .event_card_custom .event_img_area {
        font-size: 18px;
        padding-left: 40px;
    }

    .custom_container .toggle_content .content_flex {
        font-size: 14px;
    }


    .custom_container .database_title {
        position: relative;
        width: 90px;
        padding-left: 5px;
    }

    .custom_container .toggle_header {
        font-size: 18px;
    }
}

/*공지사항*/
.custom_container .notice_new_news_wrap {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #023687;
}

.custom_container .notice_background {
    padding: 15px 15px 15px 75px;
    font-size: 27px;
    font-weight: bold;
    z-index: 1;
    text-align: left;
    display: block;
    background: #023687 url("/wp-content/themes/paris/assets/img/sub/news.svg") no-repeat 5% 50%;
    background-size: 50px;
}


.custom_container .notice_new_news_wrap:after {
    position: absolute;
    height: 2px;
    color: #fff;
    background: #fff;
    right: 15px;
    left: 5px;
    top: 50%;
    content: '';
}

.custom_container .notice_icon_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.custom_container .notice_icon_wrap.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px 0 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.custom_container .notice_icon_wrap.second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px 15px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


.custom_container .notice_icon_content span {
    font-size: 18px;
}


.custom_container .notice_icon_content img {
    width: 100%;
    height: 45px;
    width: 75px;
    padding-bottom: 10px;
}

.custom_container .notice_location {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom_container .location_text {
    font-size: 30px;
    color: #000;
    position: relative;
    padding: 42px 0 0 0;
}

.custom_container .flex_custom_img_icon {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 190px;
}

.custom_container .flex_custom_img_icon img {
    width: 30px;
    margin: 0 13px
}

.custom_container .notice_location:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 3px;
    background: #dbdbdb;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -30px;
}

.custom_container .notice_location:before {
    position: absolute;
    content: '';
    width: 110px;
    height: 3px;
    background: #dbdbdb;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 20px;
}

.custom_container .bold_text {
    font-weight: bold
}

.custom_container .point_color {
    color: #023687;

}

.custom_container .notice_run_time {
    padding-top: 60px;
    font-size: 25px;
    font-weight: bold;
}

.custom_container .notice_break_day {
    padding-top: 25px;
    font-size: 24px;
    font-weight: bold;
}

.today_our_market {
    padding: 30px;
}

.custom_container .border_position {
    padding: 15px;
    background: url("/wp-content/themes/paris/assets/img/sub/border.png") no-repeat;
    background-size: 100% 100%;
}

.custom_container .today_market_text {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    font-size: 24px;
}

.custom_container .today_market_content {
    line-height: 1.5;

}

.custom_container .border_position img {
    width: 100%;
    height: 250px;
}

.custom_container .date_market_event {
    background: #f8f9fd;
    overflow: hidden;
    padding: 20px;
}

.custom_container .date_market_event .date {
    text-align: left;
    font-size: 20px;
}

.custom_container .padding_area {
    padding: 0 30px;
    margin-bottom: 20px;
}

.custom_container .date_market_event img {
    padding: 20px 0;
    width: 100%;
}

.custom_container .event_content {
    line-height: 1.4;
    text-align: left;
    font-size: 22px;
}

.custom_container .event_content dt {
    font-weight: bold;
}

.today_market_text .new_haedline {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .custom_container .notice_break_day {
        padding-top: 25px;
        font-size: 15px;
        font-weight: bold;
    }

    .custom_container .today_market_text {
        /*position: absolute;*/
        /*left: 50%;*/
        /*top: 50%;*/
        /*-webkit-transform: translate(-50%, -50%);*/
        /*-ms-transform: translate(-50%, -50%);*/
        /*transform: translate(-50%, -50%);*/
        font-size: 24px;
    }

    .custom_container .notice_background {
        font-size: 20px;
        padding: 10px 15px 10px 65px;
        background-size: 40px;
        background-position: 5% 50%;
    }

    .custom_container .notice_icon_wrap {
        padding: 40px 20px 30px 20px;
    }


    .custom_container .notice_icon_content span {
        font-size: 12px;
    }

    .custom_container .notice_icon_content img {
        width: 40px;
        height: 30px;
    }

    .custom_container .flex_custom_img_icon img {
        width: 25px;
        padding-top: 10px;
    }

    .custom_container .flex_custom_img_icon {
        margin-bottom: 0;
        width: 150px;
    }

    .custom_container .location_text {
        font-size: 14px;
        color: #000;
        position: relative;
        padding: 30px 0 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .custom_container .notice_location:before {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 10px;
    }

    .custom_container .notice_location:after {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        bottom: -25px;
    }

    .custom_container .location_text:before {
        height: 2px;
        left: 38%;
    }

    .custom_container .location_text:after {
        height: 2px;
        left: 38%;
    }

    .custom_container .today_market_text {
        font-size: 14px;
    }

    .today_market_text .new_haedline {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.4;
    }

    .custom_container .event_content {
        font-size: 16px;
    }


}


/*new-store-detail*/
.custom_modal_new {
    font-family: 'PBGothic';
}

.storeSale.new_store_sale {
    padding: 0;
    font-family: 'PBGothic';
}

.saleBenefit.new_store_benefit {
    background-image: none !important;
    background-color: #cf7500;
    padding: 40px 0 150px;
}

.saleNote.new_sale_note {
    background: #fff;
    color: #fff;
    margin-top: 30px;
}

.store_sale_img_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.store_sale_text_area {
    color: #fff;
    line-height: 1.4;
    padding-top: 10px;
}

.store_sale_text_area dt {
    font-size: 36px;
}

.store_sale_text_area dd {
    font-size: 30px;
}

.before_buy_show_barcode {
    width: 270px;
    text-align: center;
    margin: 0 auto;
    height: 20px;
    font-size: 15px !important;
    display: flex;
    background: #000 url("/wp-content/themes/paris/assets/img/sub/danger.svg") no-repeat 2% 50%;
    background-size: 15px;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.store_sale_text_area .date {
    font-weight: bold;
    padding-top: 10px;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}

/*.store_sale_text_area .date:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 300px;*/
/*    height: 2px;*/
/*    background: #fff;*/
/*    left: 50%;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*    bottom: -20px;*/
/*}*/

.barcode_area {
    margin-top: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.barcode_img_area {
    width: 270px;
    height: 90px;
    border-radius: 7px;
    /*background: #ffffff;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.barcode_img_area img {
    width: 250px;
    height: 75px;
}

.show_item {
    margin-top: 20px;
    width: 200px;
    height: 30px;
    background: #fff;
    color: #cf7500;
    font-weight: 900;
    border-radius: 20px;
    font-size: 18px;
    position: relative;
    font-family: 'PBGothic';
    cursor: pointer;
}

.product_title_custom {
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #dadada;
}

.not_open_text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.img_area_custom_sale {
    height: 210px;
    width: 220px;
    background: #fff;
    border-radius: 50%;
}

.img_area_custom_sale img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.modal-box-header .custom_detail_view_new {
    padding: 20px 20px 5px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.modal-box-header .custom_detail_view_new dt {
    font-weight: 500;
}

.modal-box-header .custom_detail_view_new dd {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.CUSTOM_MODAL_NEW
.custom_modal_new .tb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 0;
}


.new_item_list_custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid #dadada;
}

.new_item_list_custom:first-child {
    padding-top: 0;
}

.new_item_list_custom:last-child {
    border: none;
    padding-bottom: 0;
}

.new_item_list_custom .img_area {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #dadada;
    position: relative;
    overflow: hidden;
}

.new_item_list_custom .img_area img {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new_item_list_custom span {
    margin-left: 10px;
    font-size: 14px;
}

#shop_list_header.custom_height {
    padding-top: 50px !important;
    padding-bottom: 30px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.storeSale.new_store_sale_custom {
    padding-top: 0px !important;
    font-family: 'PBGothic';
}

@media screen and (max-width: 768px) {
    .storeSale.new_store_sale_custom {
        padding-top: 50px !important;
    }

    #shop_list_header.custom_height {
        padding-top: 0 !important;
        padding-bottom: 30px;
        font-size: 25px;
        text-align: center;
        font-weight: bold;
    }

    .new_store_sale_custom #shop_list_header {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .store_sale_text_area dt {
        font-size: 24px;
    }

    .store_sale_text_area dd {
        font-size: 24px;
    }

    .img_area_custom_sale {
        height: 150px;
        width: 150px;
        background: #fff;
        border-radius: 50%;
    }

    .barcode_img_area .not_open_text {
        display: block;
        width: 100%;
        font-size: 18px;
    }
}

.another_content_flex {
    display: flex;
    justify-content: flex-start;
    padding: 20px 30px 20px 30px
}

.modal_on_overflow {
    overflow: hidden !important;
}

.modal_off_overflow {
    overflow: auto !important;
}

.background_notice {
    width: 500px;
    height: 500px;
    background-size: contain !important;
}

@media screen and (max-width: 768px) {
    .background_notice {
        height: 275px !important;
        background-size: contain !important;
    }
}

.notice_warning {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 22px;
}
@media screen and (max-width: 768px) {
    .notice_warning {
        font-size: 18px;
    }
}
/*2020-12-17 entrypoint*/
.entrypoint {
    font-family: 'PBGothic';
    width: 100%;
    background: #061362;
    height: 100vh;
    position: relative;
    background-size: contain;
}

.background_entrypoint {
    background: #061362 url("../img/sub/paris.svg") no-repeat center center;
    width: 650px;
    position: absolute;
    height: 650px;
    transform: translate(-55%, -40%);
    left: 50%;
    top: 50%;
}

.entrypoint #shop_list_header h1 {
    color: #fff;
    font-size: 46px;
}

.entrypoint #shop_list_header {
    padding-top: 50px;
}

.entrypoint_btn {
    background: #061362 url("../img/sub/web.png") no-repeat center center;
    height: 120px;
    position: absolute;
    width: 120px;
    background-size: cover;
    border-radius: 50%;
    top: 67%;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
}

.entrypoint_text_area {
    position: absolute;
    line-height: 1.3;
    left: 50%;
    top: 35%;
    transform: translate(-35%, -68%);
    color: #061362;
    font-size: 27px;
}

.entrypoint_text_area .bold {
    font-weight: bold;
}

.entrypoint_modal_text_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.entrypoint_confirm {
    display: flex;
    justify-content: space-between;

}

#timetableModal.new_entrypoint_modal .modal-box {
    width: 380px;
    height: 140px;
    font-family: 'PBGothic';
    top: 45%;
}

#timetableModal.new_entrypoint_modal .modal-box-body {
    padding: 0;
}

.text_header_new_entrypoint_modal {
    text-align: center;
    font-size: 20px;
    padding: 25px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 500;

}

.allow_entrypoint, .not_allow_entrypoint {
    color: #061362;
    width: 49%;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 700;
}

.not_allow_entrypoint {
    color: red;
    border-left: 1px solid #e1e1e1;
}

#timetableModal.new_entrypoint_modal .modal-box-body.new_loading p {
    padding: 40px 40px 20px 40px;
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
}

.gif_area {
    background: url("../img/sub/loading_enrty.gif") no-repeat center center;
    height: 14px;
}

@media screen and (max-width: 768px) {
    .background_entrypoint {
        width: 350px;
        height: 350px;
        transform: translate(-55%, -50%);
    }

    .entrypoint #shop_list_header h1 {
        color: #fff;
        font-size: 28px;
    }

    .entrypoint_text_area {
        position: absolute;
        line-height: 1.3;
        left: 50%;
        top: 35%;
        transform: translate(-35%, -68%);
        color: #061362;
        font-size: 14px;
    }

    .entrypoint_btn {
        height: 70px;
        width: 70px;
        top: 57%;
    }

    #timetableModal.new_entrypoint_modal .modal-box {
        width: 300px;
        height: 135px;
        top: 50%;
    }

    .text_header_new_entrypoint_modal {
        text-align: center;
        font-size: 18px;
        padding: 25px;
        border-bottom: 1px solid #e1e1e1;
        font-weight: 500;
    }

    #timetableModal.new_entrypoint_modal .modal-box-body.new_loading p {
        font-size: 16px;
    }
}

/*2020-12-23 뉴리스트*/
.new_list_item_span_tag{
    color: #071263;
    font-weight: bold;
    font-size: 20px;
}
.new_list_svg{
    width: 95px;
    height: 95px;
}
.new_list_flex_item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .new_list_item_span_tag{
        color: #071263;
        font-weight: bold;
        font-size: 14px;
    }
    .new_list_svg{
        width: 50px;
        height: 50px;
    }
}

/* 2020-12-24 store 지도 혜택보기 */
#store_list .btn-show-benefit {
    display: none;
}
#map .store-info-in-map .store-list-item .store-name .label {
    cursor: pointer;
}
#map .store-info-in-map .store-list-item.show-timetable {
    padding-right: 122px;
}
#map .store-info-in-map .btn-show-benefit,
.find-stores .store-list-item .god_bread2 {
    /*display: block;*/
    display: none !important;
    position: absolute;
    right: 58px;
    top: 0;
    font-size: 12px;
    text-align: center;
    background: url(../img/icons/icon-benefit.png) 50% 0% no-repeat;
    background-size: 32px auto;
    padding-top: 34px;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}

.store-avaiable {
    position: absolute;
    top: 16px;
    /*left: 70%;*/
    right: 1rem;
    font-size: larger;
    width: 50px;
    text-align: center;
}

@media screen and (max-width: 559px) {
    .store-avaiable {
        top: 0;
        left: calc(100% - 172px);
        font-size: inherit;
        font-weight: bold;
    }
}
@media screen and (max-width: 400px) {
    .store-list-item .store-addr {
        /*max-width: calc(100% - 112px);*/
    }
}

.promotion-notice a {
    border: 1px solid #023586;
    background: #023586;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 60px;
    text-align: center;
    /* width: 100%; */
    /* max-width: 400px; */
    display: inline-block;
    color: #fff;
    line-height: 1.5;
}
