@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square.css');


@font-face {
    font-family: 'Cafe24Ohsquare';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Cafe24Ohsquare.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*    font-family: 'NanumSquare';*/
/*    src: url(../webfont/NanumSquare/NanumSquareR.eot);*/
/*    src: url(../webfont/NanumSquare/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../webfont/NanumSquare/NanumSquareR.woff) format("woff"), url(../webfont/NanumSquare/NanumSquareR.ttf) format("truetype");*/
/*}*/

/*@font-face {*/
/*    font-family: 'NanumSquareBold';*/
/*    src: url(../webfont/NanumSquare/NanumSquareB.eot);*/
/*    src: url(../webfont/NanumSquare/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../webfont/NanumSquare/NanumSquareB.woff) format("woff"), url(../webfont/NanumSquare/NanumSquareB.ttf) format("truetype");*/
/*}*/

@font-face {
    font-family: 'YeolrinGothic-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/YeolrinGothic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: inherit;
    line-height: normal;
    vertical-align: baseline;
    font-family: 'NanumSquare';
}

ul {
    list-style: none;
    padding-left: 0px;
}

.wrapper {
    max-width: 720px;
    min-width: 320px;
    margin: 0 auto;
}

.mg-t5{
    margin-top: 5px;
}

.mg-t10 {
    margin-top: 10px;
}

.mg-t15 {
    margin-top: 15px;
}

.mg-t20 {
    margin-top: 20px;
}

.mg-t25 {
    margin-top: 25px;
}

.mg-t30 {
    margin-top: 30px;
}

.mg-t80 {
    margin-top: 80px;
}

.mg-b5 {
    margin-bottom: 5px;
}

.mg-b15 {
    margin-bottom: 15px;
}

.mg-b30 {
    margin-bottom: 30px;
}

.mg-b50 {
    margin-bottom: 50px;
}

.mg-b120 {
    margin-bottom: 120px;
}

.mg-r10 {
    margin-right: 10px;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.w-per27 {
    width: 27%;
}

.w-per70 {
    width: 70%;
}



.wrapper > header {
    border-bottom: 3px solid #ed2729;
    text-align: center;
    padding: 12px 20px;
    font-size: 21px;
    position: relative;
}

.wrapper > header .back-btn {
    position: absolute;
    left: 10px;
    padding: 0 10px;
    font-weight: bold;
}

.wrapper > header .back-btn a {
    text-decoration: none;
}

.wrapper > header .title {
    font-family: NanumSquareBold;
    color: #323e4d;
    font-size: 21px;
}

.bottom-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eaeaea;
}

header.login {
    background:#ed2729;
    text-align:center;
    padding:5px 0
}

header.login img {
    width:29%
}

.container {
    padding: 0 20px;
}

.container .login-img {
    text-align: center;
    margin: 40px 0 20px;
    width: 100%; /* 부모 너비 확보 */
}

.container .login-img img {
    width: 50%;
    /* Tailwind의 display: block 리셋에 대응 */
    display: inline-block !important;
    vertical-align: middle;
}

.container .title {
    text-align: center;
}

.container .title span {
    font-family: 'Cafe24Ohsquare';
    color: #252525;
    font-size: 40px;
}

.container .sub-title {
    text-align: center;
    position: relative;
}

.container .sub-title .back {
    position: absolute;
    top: 0;
    left: 0;
}

.container .sub-title .back img {
    width: 41px;
}

.container .sub-title span {
    font-family: 'Cafe24Ohsquare';
    color: #252525;
    font-size: 36px;
}

.box-grid-wrapper {
    display: flex;
    justify-content: space-between;
}

.input-box input {
    border: 2px solid #ed2729;
    border-radius: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    height: 53px;
    font-size: 21px;
}

.input-box.gray input {
    border: 2px solid #b3b3b3;
}

.input-box input::placeholder {
    color: #b1b1b1;
}

.input-box .msg {
    padding: 3px 0 0 20px;
    color: #666666;
    display: block;
}

.input-box .msg.alert {
    color: #db5b5b;
}

.btn-box button {
    border: 2px solid #ed2729;
    border-radius: 50px;
    background: #ed2729;
    width: 100%;
    color: #fff;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    cursor: pointer;
}

.btn-box.btns {
    display: flex;
    justify-content: space-between;
}

.btn-box.btns button {
    width: 48%;
}

.btn-box button.gray {
    border: #d7d7d7;
    background: #d7d7d7;
    color: #646464;
}

.member-list .item {
    border: 2px solid #ed2729;
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    cursor: pointer;
}

.member-list .item:hover {
    background: #ed2729;
    color: #fff;
}

.member-list .item .member-name img {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.member-list .item .arrow {
    width: 10%;
    color: #ed2729;
    text-align: right;
}

.member-list .item:hover .arrow {
    color: #fff;
}

.order .member-name {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #000;
    padding-bottom: 7px;
}

.order .member-name img {
    width: 12px;
    height: 15px;
    margin-right: 5px;
}

.order .member-name span {
    font-family: 'YeolrinGothic-Bold';
}

.order .group-logo {
    text-align: center;
    padding: 5px;
}

.order .group-logo img {
    width: 70%;
}

.order .product-img {
    width: 20%;
    margin: 0 3% 0 1%;
    display: flex;
    align-items: center;
}

.order .product-img img {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    width: 100%;
}

.order .control-wrap {
    width: 77%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.order .control-wrap.no-img {
    width: 100%;
}

.order .control-wrap .name-wrap {
    display: flex;
    justify-content: space-between;
}

.order .control-wrap.no-img .name-wrap {
    margin-bottom: 10px;
}

.order .control-wrap .keyword-wrap {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.order .control-wrap .keyword-wrap span {
    background: #f4f5f7;
    padding: 5px;
    border-radius: 5px;
    color: #636363;
    margin-right: 5px;
    font-size: 14px;
    /*font-weight: bold;*/
}

.product-list li {
    padding: 10px 0;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
}

.product-list li.on {
    background: #f9e4e4;
}

.product-list li .product-name {
    margin-left: 1%;
}

.product-list li .product-name span {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-list .product-info-wrap {
    display: flex;
    justify-content: space-between;
    align-content: space-around;
}

.product-list li .controller-wrap {
    display: flex;
    justify-content: flex-end;
}

.product-list li .control {
    width: 100%;
    max-width: 300px;
    border: 1px solid #e1e1e1;
}

.product-list li .control span {
    display: inline-block;
    text-align: center;
    width: 36%;
    font-family: NanumSquareExtraBold;
    padding: 6px 0;
}

.product-list li .control .quantity {
    color: #ed2729;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    width: 25%;
}

.order-complete .complete-img {
    text-align: center;
    margin-bottom: 20px;
}

.order-complete .complete-img img {
    width: 50%;
}

.order-complete .member-name {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.order-complete .order-msg span {
    display: block;
    text-align: center;
    font-size: 20px;
}

.order-complete .order-sub-msg span {
    font-size: 13px;
    color: #9a9a9a;
    text-align: center;
    display: block;
}

.order-complete .btn-box.kakao {
    border: 2px solid #fae100;
    border-radius: 50px;
    background: #fae100;
    background-image: url(../img/kakao_logo.png);
    background-size: 33px;
    background-position: 18px 10px;
    background-repeat: no-repeat;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    cursor: pointer;
}

.order-complete .btn-box.kakao a {
    font-family: NanumSquareBold;
    text-decoration: none;
}

.container .description-title {
    font-size: 40px;
}

.container .description-title span {
    display: block;
    font-family: NanumSquareExtraBold;
    padding-bottom: 5px;
}

.container .description-title .mid {
    font-size: 33px;
}

.container .description-title .explain {
    font-family: 'NanumSquare';
    color: #8e8e8e;
    font-size: 18px;
}

.msg-box {
    display: flex;
    align-items: center;
}

.msg-box img {
    width: 31px;
    margin-right: 10px;
}

/*
 loading spinner
 */

.containloader {
    background: rgb(255, 255, 255);
    text-align: center;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;

}

.zgroup {
    position: relative;
    display: inline-block;
    line-height: 16px;
    top: 50%;
}

.bigSqr {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-animation: bigSqrShrink 1s linear infinite;
    animation: bigSqrShrink 1s linear infinite;
}

.square {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #cc1f35;
}

.first {
    left: 0px;
    top: 20px;
}

.second {
    left: 20px;
    top: 20px;
    -webkit-animation: drop2 1s linear infinite;
    animation: drop2 1s linear infinite;
}

.third {
    left: 0px;
    top: 0px;
    -webkit-animation: drop3 1s linear infinite;
    animation: drop3 1s linear infinite;
}

.fourth {
    left: 20px;
    top: 0px;
    -webkit-animation: drop4 1s linear infinite;
    animation: drop4 1s linear infinite;
}

@-webkit-keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@-webkit-keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.wng {
   color: #cc1f35; 
}

a {
    text-decoration-line: none;
}

#history-btn:hover {
    cursor: pointer;
}

.detail-btn {
    color: #b1b1b1;
    text-decoration: underline;
}

.popup-msg {
    text-align: center;
    font-weight: bold;
}

.title-icon {
    text-align: center;
}

.container .description {
    text-align: center;
}

.description a {
    color: red;
    text-decoration: underline;
}

.underline {
    background: linear-gradient(to top, #F2F882 50%, transparent 50%);
}

.wrapper-warn-popup, .wrapper-check-popup, .wrapper-phone-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
}

.wrapper-warn-popup .popup {
    position: absolute;
    background-color: #ffffff;
    border-radius: 7px;
    width: 300px;
    height: auto;
    padding: 15px;
}

.wrapper-check-popup .popup {
    position: absolute;
    background-color: #ffffff;
    border-radius: 7px;
    width: 300px;
    height: auto;
    padding: 15px;
}

.logout-btn a {
    border-radius: 15px;
    background: #9a9a9a;
    font-size: 12px;
    text-decoration: none;
    color: white;
    padding: 5px 10px;
}
.wrapper > header .logout-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.barnd-logo {
    margin-top: 20px;
}

.flex_between{
    display: flex;
    justify-content: space-between
}