/* 글꼴 지정 */
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TTHakgyoansimYeohaengR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_keris@1.0/TTHakgyoansimYeohaengR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HakgyoansimSantteutdotumL';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/HakgyoansimSantteutdotumL.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GangwonEduPowerExtraBoldA';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body * {
    font-family: 'Pretendard-Regular';
}

/* 글꼴 지정 끝 */

.app-installer-logo {
    position: absolute;
    z-index: 999;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);   
}

/* 헤더 */
.mobile-header {
    position: fixed;
    width: 100%;
    /* height: 230px; */
    height: 170px;
    background-color: #fff;
    z-index: 99;
}

.mobile-header.small-header {
    height: 128px;
}

.mobile-header .shop-info {
    background-color: #f44652;
    text-align: center !important;
    font-size: 0.875em;
}

.mobile-header .shop-info .shop-contact img,
.mobile-header .shop-info .shop-address img {
    width: 22px;
    height: 22px;
}

.mobile-header .shop-info .shop-contact span,
.mobile-header .shop-info .shop-address span {
    color: white;
    font-family: "GangwonEduPowerExtraBoldA";
    font-size: 1.1em;
    vertical-align: -webkit-baseline-middle;
}

.mobile-header .shop-logo {
    height: 55px;
    position: relative;
}

.mobile-header .shop-logo img {
    height: auto;
    max-width: 250px;
    max-height: 40px;    
}
.mobile-header .shop-logo img.logo-border {
    -webkit-filter: brightness(0) invert(1); 
    filter: brightness(0) invert(1);
    position: absolute;
}

.mobile-header .shop-logo img.logo-border.logo-border-top {
    top: calc(5px - 3px);
    left: 50%;
    transform:translateX(-50%);
}
.mobile-header .shop-logo img.logo-border.logo-border-top-right {
    top: calc(5px - 2px);
    left: calc(50% + 2px);
    transform:translateX(-50%);
}
.mobile-header .shop-logo img.logo-border.logo-border-right {
    top: 5px;
    left: calc(50% + 3px);
    transform:translateX(-50%);
}
.mobile-header .shop-logo img.logo-border.logo-border-bottom-right {
    top: calc(5px + 2px);
    left: calc(50% + 2px);
    transform:translateX(-50%);
}
.mobile-header .shop-logo img.logo-border.logo-border-bottom {
    top: calc(5px + 3px);
    left: 50%;
    transform:translateX(-50%);
}
.mobile-header .shop-logo img.logo-border.logo-border-bottom-left {
    top: calc(5px + 2px);
    left: calc(50% - 2px);
    transform:translateX(-50%);
}
.mobile-header .shop-logo img.logo-border.logo-border-left {
    top: 5px;
    left: calc(50% - 3px);
    transform:translateX(-50%);
}
.mobile-header .shop-logo img.logo-border.logo-border-top-left {
    top: calc(5px - 2px);
    left: calc(50% - 2px);
    transform:translateX(-50%);
}

.mobile-header .shop-logo img.logo-real {
    position: absolute;
    top: 5px;
    left:50%;
    transform:translateX(-50%);
}

.mobile-header #search {
    background-color: #fbfbfb;
}

.mobile-header #search::-webkit-input-placeholder {
    background-image: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698627-icon-111-search-256.png) ;
    background-size: contain;
    background-position:  1px center;
    background-repeat: no-repeat;    
    text-indent: 0;
    color:#ccc;
    padding-left: 20px;
}

.shop-contact {
    width: 32px;
    height: 32px;
    right: 15px;
    top: 22px;
    position: absolute;
}

.shop-contact img {
    width: 32px !important;
    height: 32px !important;
}
/* 헤더 끝 */

/* 카테고리 */
#top-action-region {
    height: 51px;
}

#category-view {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    align-content: flex-start;
    border-width: 0vw;
    border-style: solid;
    border-color: black;
    margin: 0vw;
    padding: 0vw;
    min-width: 0vw;    
    overflow:scroll hidden;
    padding-left: 10px;
    padding-right: 10px;
}

#category-view .category-item {
    font-family: "Pretendard-Regular";
    /* min-width: 100px;     */
    font-size: 10pt;
    height: 35px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    border: 3px solid rgb(147, 147, 147);
    background-color: rgb(255, 255, 255);
    border-radius: 35px;
    padding: 6px 10px 10px 10px;
    margin-right: 15px;
}

#category-view .category-item.active {    
    border-color: #f44652;
    color: #f44652;
}

#category-view a {
    text-decoration: none;
    color: #000;
}


#category-view {
    -ms-overflow-style: none;
}

#category-view::-webkit-scrollbar {
    display:none;
}

#pageAction {
    background-color: #ffffff; 
    padding: 13px 10px 10px 10px;
    text-align: left;
    border-bottom: 2px solid #e8e6e6;
}

#pageAction a {
    text-decoration: none;
    color: #000;
}
/* 카테고리 */

/* 콘텐츠 */
.mobile-content {
    padding-top: 170px;
    padding-bottom: 180px;
}

.mobile-content.no-category {
    padding-top: 128px;
}

.mobile-content.no-cart {
    /* padding-bottom: 76px; */
}

.sign-post {
    height: 0px;
    width: 0px;
    display: block;
    position: relative;
    left: -100px;
}

.top-notice {    
    font-size: 12px !important;
    margin: 0px 20px 30px 20px;
    padding: 10px;
    background-color: #fcf3f3;
}

.top-notice p {
    margin-bottom: 0rem !important;
}

.top-notice p .text-tiny {
    font-size: 0.7em;
}

.top-notice p .text-small {
    font-size: 0.85em;
}

.top-notice p .text-big {
    font-size: 1.4em;
}

.top-notice p .text-huge {
    font-size: 1.8em
}

.leaflets {
    padding-bottom: 20px;
}

.product-no-list {
    padding-top: 20px;
    line-height: 20pt;
    font-size: 10pt;
}

/* 그룹 특매 정보 표시용 - 슈켓 연동에서만 사용 */
.bargain-info {
    font-size: 0.6em;
    background-color: #f0f0f0;
    /* padding: 5px; */
    color: #f44652;
}
/* 콘텐츠 끝 */

/* 푸터 장바구니 */
.cart-float-region {
    position: fixed;
    bottom: 90px;
    width: 100%;
    z-index: 999;
}

.cart-float-region .cart-float {
    border: 3px solid #f44652;
    border-radius: 8px;
    margin: 0px 10px 0px 10px;
    background-color: white;
    display: flex;
}

.cart-float-region .cart-float-info {
    width: 50%;
    text-align: center;
    padding: 15px 10px 0px 10px;
}

.cart-float-region .cart-float-info p {
    font-size: 0.9em;
    line-height: 0.3em;
}

.cart-float-region .cart-float-info p:first-child {
    color: #797979; 
}

.cart-float-region .cart-float-info p:last-child {
    font-weight: 800;
}

.cart-float-region .cart-float-info .cart-float-price {
    color: #f44652; 
}


.cart-float-region .cart-float-button {
    width: 50%;
    background-color: #f44652;
    border-radius: 0px 5px 5px 0px;
    color: white;
    text-align: center;
    padding-top: 12px;
}

.cart-float-region .cart-float-button img {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.cart-float-region .cart-float-button span {
    font-size: 1.2em;
}

/* 푸터 장바구니 끝 */

/* 푸터 */
.mobile-footer {
    z-index: 99;
    display: flex;
    justify-content: space-between;
    padding: 0 3px 3px 3px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.mobile-footer a {
    padding: 15px 5px 10px 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #637381;
    text-decoration: none;
    position: relative;
    align-items: center;
}

.mobile-footer a img {
    width: 30px;
    height: 30px;
}

.mobile-footer a.active {
    border-bottom: 3px solid #f44652;
}

.mobile-footer a i{
    padding-bottom: 5px;
}

.mobile-footer a span {
    font-size: 9pt;
    margin-top: 3px;
}
/* 푸터 끝 */

/* 상품 상세 */
.btn-cart {
    width: 9em;
    height: 3em;
}

.product-cart-count .input-group {
    width: 120px;
    margin: auto;
}

.product-cart-count .input-group input {
    border-top: 1px solid #6c757d;
    border-bottom: 1px solid #6c757d;
    text-align: center;
}

.product-cart-count .input-group button {
    padding-top: 8px;
}

.product-order-info {
    font-size: 0.8em;
    color: #adb5bd
}

.product-order-info ul li {
    padding-bottom: 10px;
}
/* 상품 상세 끝 */

/* 장바구니 */
.cart-list * {
    font-family: "Pretendard-Regular";
}

.cart-list {
    margin-left: 20px;
    margin-right: 20px;
}

.cart-list .cart-product-image {
    width: 100px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.cart-list .cart-item-container {
    padding: 10px 0 0px;
    border-top: 1px solid #e5e5e5;
    letter-spacing: -.5px;
    position: relative;
    min-height: 100px;
}

.cart-list .cart-item-title-container {
    padding: 10px 0px 0px;
    /* font-size: 15px; */
    
}

.cart-list .cart-item-title-container p {
    line-height: 5pt;
}

.cart-list .cart-item-title-container p:first-child {
    font-weight:900;
    line-height: 15pt;
}

.cart-list .cart-item-title-container p:last-child {
    font-weight:500;
}

.cart-list .cart-item-detail-container {
    position: relative;
    margin: 0px 10px 0;
}

.cart-list .cart-item-image-container {
    position: absolute;
    top: 4px;
    width: 75px;
    height: 75px;
    z-index: 9;
}

.cart-list .cart-item-action-container {
    position: relative;
    margin-left: 85px;
    z-index: 1; 
}

.cart-list .cart-item-price-container {
    width: 120px;
    padding: 10px 0 14px;
    font-size: 13px;
}

.cart-list .cart-item-price {
    display: inline-block;
    font-size: 20px;
    line-height: 23px;
    vertical-align: -1px;
    color: #ec4757;
}

.cart-list .cart-item-action a {
    position: relative;
    display: block;
    float: left;
    margin-right: 8px;
    width: 50px;
    border: 1px solid #ec4757;
    border-radius: 3px;
    padding: 9px 0;    
    text-align: center;
    line-height: 14px;
    height: 34px;
    font-size: 14px;
    color: #ec4757;
    z-index: 900;
}

.cart-list .cart-item-action div {
    /* float: left;
    width: 80px; */
}

.cart-list .cart-item-count-container {
    display: inline-block;
}

.cart-list .cart-item-count-select {
    width: 80px;
    height: 34px;
    background: url(/assets/images/alltok/arrow_select_updown.png) no-repeat 100% 0;
    background-size: 34px 34px;
    padding: 0 15px;
    font-size: 15px;
    color: #111;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    display: inline-block;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
    color: #111;
}

.cart-list .cart-item-count-select.hide {
    background:none;
    border: none;
}

.cart-list .cart-item-action:after {
    content: "";
    display: table;
    clear: both;
}

.cart-total-price-container {
    position: relative;
    padding: 30px 13px 35px;
    background: #fff;
    border-top: 10px solid #f5f5f5;
}

.cart-total-price-container .cart-orderinfo-container {
    padding: 0 35px 5px;
    /* border-bottom: 1px solid #eaeaea; */
}

.cart-total-price-container .cart-orderinfo-container .cart-orderinfo-limit-price {
    padding-bottom: 15px;
    font-size: 15px;
    color: #ec4757;
    text-align: center;
}

.cart-total-price-container .total-price {
    padding: 15px 27px 0;
    /* height: 25px; */
    line-height: 25px;
    font-size: 23px;
    font-weight: 900;
    word-spacing: -2px;
    color: #111;
}

.cart-total-price-container .total-price .total-value-container {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: #ec4757;
}

.cart-total-price-container .total-price .total-value-container.inactive {
    color: #ae0000;
}

.cart-total-price-container .total-price .total-value {
    font-size: 23px;
    vertical-align: -1px;
}
/* 장바구니 끝 */

/* 주문서 */
#orderForm {
    padding: 10px 20px 30px;
}

#orderForm label,
input.form-control,
.input-group .btn {
    font-size: 10pt;
    font-weight: 900;
}

select.form-select {
    font-size: 10pt;
    font-weight: 500;
}

::placeholder {
    font-size: 10pt;
    font-weight: 500;
    color: #ccc;
}

/* 주문서 끝 */

/* 마트 소개 */
pre {
    background-color: #E6E6FA;
    padding:10px;
    overflow: auto;
    white-space: pre-wrap; /* pre tag내에 word wrap */
}
    
/* 마트 소개 끝 */

/* 주문 확인 */
.order-find-info {
    background-color: #fcf3f3;
    text-align: center;
    padding: 30px 0px 20px 0px;
}

.order-find-info a {
    text-decoration: none;
    font-weight: 900;
    color: black;
}

.order-list .divider {
    min-width: 300px;
    transition: all 200ms ease-in-out 0s;
    background-color: rgb(255, 255, 255);
    padding: 12px;
    letter-spacing: -0.5px;
    box-shadow: rgba(17, 17, 17, 0.08) 0px 2px 4px 0px, rgba(17, 17, 17, 0.16) 0px 0px 1px 0px;
}

.order-box-container * {
    /* font-family: "Pretendard-Regular"; */
}

.order-box-container {
    padding: 20px;
}

.order-box-container .order-title-container .order-box-code {
    font-weight: 900;
    color: #000;
}

.order-box-container .order-title-container .order-box-status {
    font-weight: 900;
    color: #f44652;
}

.order-box-container .order-title-info {
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ececec;
}

.order-box-container {
    /* padding: 16px; */
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    /* margin: 12px 0px; */
}


.order-box-container .order-title-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-box-container .order-info-box {
    padding-top: 20px;
}

.order-box-container .order-info-box .order-info-title {
    font-weight: 900;
    padding-bottom: 20px;
}

.order-title-info ul,
.order-box-container .order-info-box ul {
    line-height: 1.8;
    margin: 0;
    padding-inline-start: 0em;

}

.order-title-info ul li,
.order-box-container .order-info-box ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: none;
    margin-bottom: 0px;
}

.order-title-info ul li dt,
.order-box-container .order-info-box ul li dt {
    font-weight: 100;
    min-width: 80px;
    color: #797979;
}

.order-title-info ul li dd,
.order-box-container .order-info-box ul li dd {
    margin-bottom: 0px;
}


/*
.order-list .order-detail-container {
    display: flex;
    flex-direction: row;
}

.order-list .order-detail-container .order-image {
    position: relative;
    width: 75px;
    margin-right: 16px;
}

.order-list .order-detail-container .order-detail {
    flex: 1 1 0%;
    display: flex;
    user-select: none;
    overflow: hidden;
    align-items: normal;
} */

.order-list .order-box * {
    font-family: "Pretendard-Regular";
}

.order-list .order-detail a {
    text-decoration: none;
    color: #000
}

.order-list .order-box .order-status {
    color: #f44652;
}

.order-list .order-box .order-code {
    font-weight: 700;
}

.order-list .order-box .order-price {
    color: #f44652;
    font-weight: 700;
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f44652;
    --bs-btn-border-color: #f44652;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f44652;
    --bs-btn-hover-border-color: #f44652;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f44652;
    --bs-btn-active-border-color: #f44652;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f44652;
    --bs-btn-disabled-border-color: #f44652;
}

.btn-outline-danger {
    --bs-btn-color: #f44652;
    --bs-btn-border-color: #f44652;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f44652;
    --bs-btn-hover-border-color: #f44652;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f44652;
    --bs-btn-active-border-color: #f44652;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f44652;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f44652;
    --bs-gradient: none;
}

.btn-outline-search {
    --bs-btn-color: #ced4da;
    --bs-btn-border-color: #ced4da;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ced4da;
    --bs-btn-hover-border-color: #ced4da;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ced4da;
    --bs-btn-active-border-color: #ced4da;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ced4da;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ced4da;
    --bs-gradient: none;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f0f0f0;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}
/* 주문 확인 끝 */

/* 마트 정보 */
.mart-info-container {
    padding: 30px 20px 20px 20px;
}

.mart-info-container .mart-info-title {
    font-size: 20pt;
    font-weight: 900;
    text-align: center;
    padding-bottom: 10px;
}

.mart-info-container .mart-info-title-deco {
    font-size: 12pt;
    border: 1px solid #f44652;
    padding: 5px;
    border-radius: 25px;
    text-align: center;
    color: #f44652;
    margin-bottom: 30px;
}

.mart-info-container .mart-info-content ul {
    line-height: 1.8;
    margin: 0;
    padding-inline-start: 1.5em;
}

.mart-info-container .mart-info-content ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: none;
    margin-bottom: 10px;
}

.mart-info-container .mart-info-content ul li img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

.mart-info-container .mart-info-content ul li dt {
    width: 90px;
}
/* 마트 정보 끝 */

/*  로그인 */
.timmer {
    position: absolute;
    right: 30px;
    bottom: 7px;
    color: #f44652;
}
/*  로그인 끝 */

/* 슈켓 연동에 의한 클래스 */
.top-search-region {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    height: 38px;    
}
/* 슈켓 연동에 의한 클래스 끝 */

@media (max-width: 406px) { 
    .mobile-footer a span {
        font-size: 7pt;
    }
} 
