/*-----------Default Setting-----------*/

@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Cormorant+Garamond:wght@300;400;500;700&display=swap");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", "Cormorant Garamond", "sans-serif", "Microsoft JhengHei", "新細明體", "細明體" !important;
    font-weight: normal;
    /* outline: 1px solid #56C3BE !important; */
}

body,
html {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    /* overflow-x: hidden!important; */
}

body {
    font-family: "Open Sans", "Cormorant Garamond";
    font-weight: normal;
    height: 100%;
    overflow-x: hidden;
}

.cormorant-garamond-font {
    font-family: "Cormorant Garamond" !important;
}

img {
    border: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

button {
    outline: 0 !important;
    border: 0;
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    font-weight: normal;
}

p {
    font-size: 18px;
    line-height: 28px;
}

.flex-block {
    display: flex;
    flex-wrap: wrap;
}

.flex {
    display: flex;
}

.inline {
    display: inline-block !important;
}

select {
    outline: none;
}

a {
    text-decoration: none;
    word-break: break-word;
    /* transition: 0.2s ease-out; */
}

a:hover {
    color: inherit;
    text-decoration: none;
    outline: none !important;
}

a.link-no-hover:hover,
.link-no-hover a:hover {
    color: #fff !important;
}

textarea,
input[type="text"],
input[type="button"],
input[type="reset"],
input[type="submit"],
select {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

select::-ms-expand {
    display: none;
}

.no-ul,
.no-ul>li {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1199px) {
    /* .show-pc {
        display: none;
    } */
}

.show-tb {
    display: none;
}

@media (max-width: 1199px) {
    .show-tb {
        display: block;
    }
}

.show-mb {
    display: none;
}

@media (max-width: 767px) {
    .show-pc {
        display: none;
    }
    .show-tb {
        display: none;
    }
    .show-mb {
        display: block;
    }
}

.background-init{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m-r-10{
    margin-right: 10px;
}

/* header start */
/* ============================================== */
/* ============================================== */
/* ============================================== */

#header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background-color: #212121;
}

#header .header-content{
    padding: 0 2.1%;
    margin: auto;
    height: 6.25vw;
    position: relative;
}

#header .header-content .menu-btn{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/menu-pc.png');
    width: 2vw;
    height: 1.8vw;
    cursor: pointer;
    position: relative;
    z-index: 35;
}

#header .header-content .logo{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/logo-pc.png');
    width: 13.57vw;
    height: 2.62vw;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#header .header-content .common-container .member-btn{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/member-icon-pc.png');
    width: 3.44vw;
    height: 3.23vw;
    cursor: pointer;
    position: relative;
}

.member-btn:hover .member-menu{
    display: block;
}

.member-btn::after{
    content: '';
    position: absolute;
    padding: 0.9vw;
    width: 3.56vw;
    bottom: -1.67vw;
    left: 0px;
    background-color: transparent;
    z-index: 11;
}

.member-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4.9vw;
    left: -6.4vw;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    z-index: 11;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
}

.member-menu li a{
    display: block;
    text-align: center;
    font-weight: bold;
    width: 14.85vw;
    padding: 0.95vw;
    font-size: 1.55vw;
    color: #000;
    line-height: 1;
}

.member-menu li.active a{
    color: #fff;
    background-color: #000;
}

.member-menu li a:hover{
    color: #fff;
    background-color: #000;
}

#header .header-content .common-container .cart-btn{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/cart-icon-pc.png');
    width: 3.54vw;
    height: 3.54vw;
    cursor: pointer;
    position: relative;
}

#header .header-content .common-container .cart-btn .cart-number{
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    background-color: #BA172C;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (min-width: 1920px){    
    #header .header-content{
        padding: 0 40px;
        margin: auto;
        height: 120px;
        position: relative;
    }
    
    #header .header-content .menu-btn{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../images/menu-pc.png');
        width: 38px;
        height: 34px;
        cursor: pointer;
        position: relative;
        z-index: 35;
    }
    
    #header .header-content .logo{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../images/logo-pc.png');
        width: 260px;
        height: 50px;
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    #header .header-content .common-container .member-btn{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../images/member-icon-pc.png');
        width: 66px;
        height: 62px;
        cursor: pointer;
        position: relative;
    }
    
    .member-btn:hover .member-menu{
        display: block;
    }
    
    .member-btn::after{
        content: '';
        position: absolute;
        padding: 18px;
        width: 68px;
        bottom: -35px;
        left: -1px;
        background-color: transparent;
        z-index: 11;
    }
    
    .member-menu{
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 94px;
        left: -123px;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000;
        z-index: 11;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        display: none;
    }
    
    .member-menu li a{
        display: block;
        text-align: center;
        font-weight: bold;
        width: 285px;
        padding: 18px;
        font-size: 30px;
        color: #000;
    }
    
    .member-menu li.active a{
        color: #fff;
        background-color: #000;
    }
    
    .member-menu li a:hover{
        color: #fff;
        background-color: #000;
    }
    
    #header .header-content .common-container .cart-btn{
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../images/cart-icon-pc.png');
        width: 68px;
        height: 68px;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    body.login{
        padding-top: 35vw;
    }
    #header{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 20;
    }
    #header .header-content{
        padding: 3.53% 3.92%;
        height: auto;
    }

    #header .header-content .menu-btn{
        background-image: url('../images/menu.png');
        width: 7.8%;
        height: auto;
        padding-top: 6.5%;
    }

    #header .header-content .logo {
        background-image: url('../images/logo.png');
        width: 39.24%;
        height: auto;
        padding-top: 7.56%;
    }

    #header .header-content .common-container{
        width: 22.63%;
    }

    #header .header-content .common-container .member-btn {
        background-image: url('../images/member-icon.png');
        width: 47.51%;
        height: auto;
        padding-top: 47.51%;
    }

    #header .header-content .common-container .cart-btn {
        background-image: url('../images/cart-icon.png');
        width: 47.51%;
        height: auto;
        padding-top: 47.51%;
    }
 

    .member-btn::after {
        padding: 33%;
        width: 9.5vw;
        bottom: -46%;
        left: 0;
    }

    .member-menu {
        top: 145%;
        left: -254%;
    }

    .member-menu li a {
        width: 47vw;
        padding: 6.7%;
        font-size: 4.8vw;
        line-height: 1;
    }

    #header .header-content .common-container .cart-btn .cart-number{
        position: absolute;
        top: -1vw;
        right: -1.5vw;
        color: #fff;
        background-color: #BA172C;
        border-radius: 50%;
        width: 5vw;
        height: 5vw;
        font-size: 3.6vw;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }
}

.menu-filter{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 15;
    display: none;
}
.menu-filter.active{
    display: block;
}

#menu{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    left: -100%;
    top: 0;
    width: 370px;
    max-height: 100vh;
    height: 100vh;
    overflow: auto;
    transition: all 0.3s linear;
    z-index: 30;
}

#menu.active{
    left: 0;
}

#menu .menu-container{
    padding: 140px 20px;
}

#menu .menu-container ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu .menu-container ul li{
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    /* font-weight: bold; */
}

#menu .menu-container ul li a{
    display: block;
    padding-bottom: 16px;
    position: relative;
}

#menu .menu-container ul li a.active:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

#menu .menu-container ul li a:hover::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

#menu .menu-container ul li+li{
    margin-top: 25px;
}

#menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#menu::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #999999;
}

@media (max-width: 767px) {
    #menu{
        width: 83.4%;
    }

    #menu .menu-container {
        padding: 31.3% 9.4%;
    }

    #menu .menu-container ul li {
        font-size: 5.2vw;
        line-height: 7.8vw;
        letter-spacing: 1vw;
    }

    #menu .menu-container ul li+li {
        margin-top: 5%;
    }

    #menu .menu-container ul li a{
        padding-bottom: 10px;
    }
}

/* ============================================== */
/* ============================================== */
/* ============================================== */
/* header end */

/* footer start */
/* ============================================== */
/* ============================================== */
/* ============================================== */

.footer-container{
    background-color: #262626;
    padding-top: 65px;
    padding-bottom: 30px;
}

.footer-container ul{
    list-style: none;
    margin: 0;
    padding: 0;

}

.footer-container .link-container{
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.footer-container .link-container ul{
    display: flex;
    justify-content: center;
}

.footer-container .link-container li{
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    padding: 0 50px;
    text-align: center;
    position: relative;
}

.footer-container .link-container li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 2px;
    height: 70%;
    background-color: #fff;
    border-radius: 1px;
    transform: translate(0, -50%);
}

.footer-container .link-container ul:last-of-type li:last-of-type:after{
    display: none;
}

.footer-container .info-container li{
    color: #858585;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}

.footer-container .info-container ul{
    display: flex;
    justify-content: center;
}

footer .copyright{
    padding: 27px 0;
    background-color: #B71B30;
    color: #fff;
    font-size: 24px;
}

i.line{
    position: relative;
    padding: 0 10px;
}

i.line::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 80%;
    background-color: #858585;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

i.slash-line{
    position: relative;
    padding: 0 10px;
}

i.slash-line::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 80%;
    background-color: #858585;
    border-radius: 1px;
    transform: translate(-50%, -50%) rotate(15deg);
}

i.phone-icon{
    position: relative;
    padding: 0 20px;
}

i.phone-icon::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/phone-icon.png');
    width: 33px;
    height: 26px;
}

i.mail-icon{
    position: relative;
    padding: 0 20px;
}

i.mail-icon::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/mail-icon.png');
    width: 30px;
    height: 24px;
}

@media (max-width: 1400px) {
    .footer-container .info-container ul{
        display: block;
    }

    .footer-container .info-container li{
        text-align: center;
    }

    .footer-container .info-container li+li{
        margin-top: 10px;
    }

    .footer-container .info-container li .slash-line{
        display: none;
    }
}

@media (max-width: 980px) {
    .footer-container .link-container{
        display: block;
    }

    .footer-container .link-container ul:first-of-type{
        margin-bottom: 10px;
    }

    .footer-container .link-container ul:last-of-type li:last-of-type:after{
        display: block;
    }

    .footer-container .link-container ul li:first-of-type:before{
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        width: 2px;
        height: 70%;
        background-color: #fff;
        border-radius: 1px;
        transform: translate(0, -50%);
    }
}

@media (max-width: 767px) {
    .footer-container {
        padding-top: 8.48%;
        padding-bottom: 4%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-container .link-container li {
        font-size: 3.13vw;
        line-height: 4.7vw;
        padding: 0 6.52%;
    }

    .footer-container .link-container ul:first-of-type {
        margin-bottom: 1.31%;
    }

    .footer-container .link-container {
        padding-bottom: 5.22%;
    }

    footer .copyright {
        padding: 3.53% 20px;
        font-size: 3.13vw;
    }

    .footer-container .info-container li {
        font-size: 2.61vw;
        line-height: 3.9vw;
    }

    .footer-container .info-container li+li {
        margin-top: 1.31%;
    }

    i.phone-icon {
        padding: 0 2.61%
    }

    i.mail-icon {
        padding: 0 2.61%
    }

    i.phone-icon::after {
        width: 82.5%;
        padding-top: 65%;
        height: auto;
    }

    i.mail-icon::after {
        width: 75%;
        padding-top: 60%;
        height: auto;
    }

    .footer-container .link-container li:after{
        width: 1px;
    }

    .footer-container .link-container ul li:first-of-type:before {
        width: 1px;
    }
}

/* ============================================== */
/* ============================================== */
/* ============================================== */
/* footer end */

/* member start */
/* ============================================== */
/* ============================================== */
/* ============================================== */
.pop-container{
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 50;
    overflow-y: auto;
    display: none;
    padding: 60px 0;
}

.pop-container.active{
    display: block;
}

.pop-content-mask{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
}

.pop-container .pop-content{
    position: relative;
    left: 50%;
    top: 80px;
    transform: translate(-50%,0);
    padding: 80px 80px 55px;
    background-color: #fff;
    border-radius: 30px;
    width: 733px;
}

.pop-container .pop-content .close{
    position: absolute;
    top: 25px;
    right: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/close-icon.png');
    width: 33px;
    padding-top: 33px;
    cursor: pointer;
}


/* login */
#member-login{
    cursor: pointer;
}

.pop-container .pop-content .select-bar{
    display: flex;
    margin-bottom: 45px;
}

.pop-container .pop-content .select-bar .option{
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #a8a7a7;
    width: 50%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #909090;
    position: relative;
    letter-spacing: 3px;
    cursor: pointer;
}

.pop-container .pop-content .select-bar .option.active{
    color: #000;
}

.pop-container .pop-content .select-bar .option.active::after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #010101;
}

.pop-container .pop-content input{
    width: 100%;
    border: 0;
    background-color: #E5E5E5;
    padding: 14px 20px 14px 70px;
    font-size: 23px;
    outline: 0;
    font-weight: bold;
}

.pop-container .pop-content input::placeholder {
    color: #9C9C9C;
    font-weight: normal;
}

.pop-container .pop-content input:focus{
    border: 0;
}

.pop-container .pop-content .phone-input{
    margin-bottom: 15px;
    position: relative;
}

.pop-container .pop-content .phone-input::before{
    content: '';
    position: absolute;
    width: 33px;
    padding-top: 36px;
    left: 20px;
    top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/login-member-icon.png');
}

.pop-container .pop-content .password-input{
    margin-bottom: 35px;
    position: relative;
}

.pop-container .pop-content .password-input::before{
    content: '';
    position: absolute;
    width: 33px;
    padding-top: 36px;
    left: 20px;
    top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/password-icon.png');
}

.pop-container .pop-content .mail-input{
    margin-bottom: 12px;
    position: relative;
}

.pop-container .pop-content .mail-input::before{
    content: '';
    position: absolute;
    width: 34px;
    padding-top: 26px;
    left: 20px;
    top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/mail-icon-black.png');
}

.pop-container .pop-content .birth-input{
    margin-bottom: 35px;
    position: relative;
}

.pop-container .pop-content .birth-input::before{
    content: '';
    position: absolute;
    width: 37px;
    padding-top: 33px;
    left: 20px;
    top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/birth-icon.png');
}


.pop-container .pop-content .verify-input{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    position: relative;
}

.pop-container .pop-content .verify-input div{
    width: 65%;
    margin-right: 4.5%;
}

.pop-container .pop-content .verify-input img{
    width: 21%;
    cursor: pointer;
}

.pop-container .pop-content .verify-input input{
    padding: 14px 20px 14px 25px;
}

.common-btn{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding: 23px 20px;
    border-radius: 36px;
    outline: none;
    cursor: pointer;
    letter-spacing: 3px;
}

#login-btn.common-btn{
    color: #fff;
    background-color: #000;
    margin-bottom: 12px;
}

#line-btn.common-btn{
    color: #fff;
    background-color: #00B802;
    margin-bottom: 12px;
}

#forget-btn.common-btn{
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

#login-form{
    display: none;
}

#login-form.active{
    display: block;
}

#login-main{
    display: none;
}

#login-main.active{
    display: block;
}

/* first login */

#first-login-form{
    display: none;
}

#first-login-form.active{
    display: block;
}

.first-login-step1{
    background-image: url('../images/first-login-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 40px;
    margin-top: -22px;
    margin-bottom: 30px;
}

.first-login-step2{
    background-image: url('../images/first-login-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 40px;
    margin-bottom: 50px;
    margin-top: 25px;
}

.first-login-step3{
    background-image: url('../images/first-login-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 40px;
    margin-bottom: 160px;
    margin-top: 25px;
}



.warning{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #b71b30;
    border: 1px solid #b71b30;
    padding: 15px 30px;
    margin-top: -22px;
    margin-bottom: 12px;
}

#first-login-form .line-block{
    margin-top: -18px;
    padding-left: 10px;
    margin-bottom: 45px;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    display: flex;
}

#first-login-form .line-block input{
    display: none;
}

#first-login-form .line-block input:checked~label i::after{
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    background-image: url('../images/check-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#first-login-form .line-block label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

#first-login-form .line-block label i{
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #000;
}

#first-login-step1-btn.common-btn{
    color: #fff;
    background-color: #000;
}

.repair{
    display: flex;
    font-size: 20px;
    color: #737373;
    padding: 0 12px;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 2px;
}

.repair span:first-of-type{
    margin-right: 3px;
}

.repair a{
    color: #b71b30 !important;
    border-bottom: 1px solid #b71b30;
}

.pop-container .pop-content .new-password-input input{
    padding: 14px 20px 14px 25px;
}

.pop-container .pop-content .new-password-again-input input{
    padding: 14px 20px 14px 25px;
}

.remind-pop{
    display: flex;
    font-size: 20px;
    color: #737373;
    padding: 0 12px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.remind-pop span:first-of-type{
    margin-right: 3px;
}

.pop-container .pop-content .new-password-input{
    margin-bottom: 12px;
    position: relative;
}

.pop-container .pop-content .new-password-again-input{
    margin-bottom: 65px;
    position: relative;
}

#first-login-step2{
    display: none;
}

#first-login-step2.active{
    display: block;
}

#first-login-step2 .btn-block{
    display: flex;
    justify-content: space-between;
}

#first-login-step2 .btn-block .common-btn{
    width: 48%;
}

#reutrn-step1.common-btn{
    background-color: #A8A6A7;
    color: #fff;
}

#first-login-step2-btn.common-btn{
    background-color: #000;
    color: #fff;
}

#first-login-step3{
    display: none;
}

#first-login-step3.active{
    display: block;
}

#first-login-step3 .finish-text{
    font-size: 47px;
    line-height: 1;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

#first-login-step3 .remind-pop{
    font-size: 22px;
    line-height: 1;
    justify-content: center;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
    margin-bottom: 175px;
}

#first-login-step3 #finish-btn{
    background-color: #000;
    color: #fff;
}

#forget-password-1{
    display: none;
}

#forget-password-1.active{
    display: block;
}

#forget-password-1 .title{
    margin-top: 30px;
    margin-bottom: 55px;
    padding-bottom: 16px;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #000;
}

#forget-password-1 .phone-input{
    margin-bottom: 33px;
}

#forget-password-1 .birth-input{
    margin-bottom: 20px;
}

#forget-password-1 .warning{
    margin-top: 0;
    margin-bottom: 65px;
}

#forget-password-btn.common-btn{
    background-color: #000;
    color: #fff;
}

#forget-password-2 .title{
    margin-top: 30px;
    margin-bottom: 55px;
    padding-bottom: 16px;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #000;
}

#forget-password-2 .finish-text{
    padding-top: 35px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

#forget-password-2 .remind-pop{
    justify-content: center;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 100px;
}

#forget-password-2 #forget-password-finish-btn{
    background-color: #000;
    color: #fff;
}

#forget-password-2{
    display: none;
}

#forget-password-2.active{
    display: block;
}

#forget-password-2 .finish-text{
    display: none;
}

#forget-password-2 .finish-text.message{
    display: block;
}

#forget-password-2 .finish-text.line{
    display: block;
}

#login-container{
    display: none;
}

#login-container.active{
    display: block;
}

#remind-info-pop{
    display: none;
}

#remind-info-pop.active{
    display: block;
}

#remind-info-pop .title {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#remind-info-pop .text-content {
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    padding: 40px 20px;
}

#seven-pop{
    display: none;
}

#seven-pop.active{
    display: block;
}

#seven-pop .title {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#seven-pop .text-content {
    background-image: url('../images/seven-logo.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50%;
}

.common-btn.black {
    color: #fff;
    background-color: #000;
    transition: all 0.2s linear;
}

#update-password-pop .title {
    margin-top: 30px;
    margin-bottom: 55px;
    padding-bottom: 16px;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #000;
}

#update-password-pop .password-input {
    margin-bottom: 20px;
}


#collection-pop{
    display: none;
}

#collection-pop.active{
    display: block;
}

.pop-container #collection-pop.pop-content{
    width: 60%;
    min-width: 767px;
}

#collection-pop .title {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#collection-pop .text-content {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    padding: 40px 20px;
}

#collection-pop .path-title{
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    position: relative;
}

#collection-pop .path-title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 40%;
    height: 2px;
    background-color: #000;
}

#collection-pop .path-title::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 40%;
    height: 2px;
    background-color: #000;
}

#collection-pop .path-content{
    display: flex;
    justify-content: space-between;
}

#collection-pop .path-content .path{
    width: 32%;
    padding: 20px;
    margin-bottom: 30px;
}

#collection-pop .path-content .path:nth-of-type(n+1){
    background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(231, 243, 243, 1) 100%);
}

#collection-pop .path-content .path:nth-of-type(n+2){
    background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(248, 237, 241, 1) 100%);
}

#collection-pop .path-content .path:nth-of-type(n+3){
    background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(254, 244, 243, 1) 100%);
}

#collection-pop .path-content .path .path-type{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

#collection-pop .path-content .path .path-store{
    font-size: 20px;
}


@media (max-width: 767px){
    #remind-info-pop .title {
        font-size: 5vw;
        padding-bottom: 1.8vw;
    }

    #remind-info-pop .text-content {
        text-align: center;
        font-size: 5vw;
        line-height: 1.5;
        color: #000;
        font-weight: bold;
        padding: 5.5vw 2.4vw;
    }

    #update-password-pop .title {
        font-size: 5vw;
        padding-bottom: 1.8vw;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    #seven-pop .title {
        font-size: 5vw;
        padding-bottom: 1.8vw;
    }
    
    #seven-pop .text-content {
        background-image: url('../images/seven-logo-mb.png');
        padding-top: 90%;
    }

    .pop-container #collection-pop.pop-content{
        width: 98%;
        min-width: auto;
    }
    
    #collection-pop .title {
        font-size: 5vw;
        padding-bottom: 1.8vw;
    }

    #collection-pop .text-content {
        text-align: center;
        font-size: 4.1vw;
        line-height: 1.5;
        color: #000;
        font-weight: bold;
        padding: 5.5vw 2.4vw;
    }

    #collection-pop .path-title {
        font-size: 5vw;
    }

    #collection-pop .path-title::before{
        width: 32%;
    }
    
    #collection-pop .path-title::after{
        width: 32%;
    }

    #collection-pop .path-content .path {
        padding: 2vw;
    }

    #collection-pop .path-content .path .path-type {
        text-align: center;
        font-size: 4.5vw;
        font-weight: bold;
        margin-bottom: 0px;
        min-height: 11vw;
        line-height: 1.1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #collection-pop .path-content .path .path-store {
        font-size: 3vw;
        line-height: 1.2;
    }
}


@media (max-width: 767px) {
    .pop-container .pop-content {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 15.6% 6.6% 11.8%;
        border-radius: 30px;
        width: 93.6%;
    }

    .pop-container .pop-content .close {
        top: 5%;
        right: 5%;
        width: 4.5%;
        padding-top: 4.5%;
    }

    .pop-container .pop-content .select-bar {
        margin-bottom: 7.4%;
    }

    .pop-container .pop-content .select-bar .option {
        font-size: 4.5vw;
        padding-bottom: 1.6%;
    }

    .pop-container .pop-content input {
        padding: 2% 4% 2% 11.5%;
        font-size: 3.4vw;
    }

    .pop-container .pop-content .phone-input::before {
        width: 4.3vw;
        padding-top: 4.3vw;
        left: 3.2%;
    }

    .pop-container .pop-content .mail-input::before {
        width: 4.3vw;
        padding-top: 4.3vw;
        left: 3.2%;
    }

    .pop-container .pop-content .phone-input {
        margin-bottom: 2.4%;
    }

    .pop-container .pop-content .password-input::before {
        width: 4.3vw;
        padding-top: 4.7vw;
        left: 3.2%;
    }

    .pop-container .pop-content .password-input {
        margin-bottom: 5.7%;
    }

    .pop-container .pop-content .verify-input input {
        padding: 2.5% 4% 2.5% 6%;
    }

    .pop-container .pop-content .verify-input img {
        width: 27.5%;
    }

    .pop-container .pop-content .verify-input {
        margin-bottom: 8.4%;
    }

    .common-btn {
        font-size: 3.8vw;
        padding: 3.7% 3vw;
        border-radius: 5vw;
        letter-spacing: 3px;
    }

    #login-btn.common-btn {
        margin-bottom: 3.2%;
    }

    #line-btn.common-btn {
        margin-bottom: 3.2%;
    }

    .first-login-step1 {
        padding-top: 6.5%;
        margin-top: -3.5%;
        margin-bottom: 6.5%;
    }

    .warning {
        font-size: 2.5vw;
        padding: 2.5% 5%;
        margin-top: -3.5%;
        margin-bottom: 2%;
    }

    #first-login-form .line-block {
        margin-top: -1%;
        padding-left: 1.6%;
        margin-bottom: 7%;
        font-size: 3vw;
    }

    #first-login-form .line-block label i {
        width: 3vw;
        height: 3vw;
    }

    #first-login-form .line-block label {
        padding-left: 4vw;
    }

    .first-login-step2 {
        padding-top: 6.5%;
        margin-top: -3.5%;
        margin-bottom: 6.5%;
    }

    .pop-container .pop-content .mail-input {
        margin-bottom: 2%;
    }

    .repair {
        font-size: 2.7vw;
        padding: 0 2%;
        margin-bottom: 6.5%;
    }

    .pop-container .pop-content .new-password-input {
        margin-bottom: 2%;
    }

    .pop-container .pop-content .new-password-input input {
        padding: 2.5% 4% 2.5% 6%;
    }

    .remind-pop {
        font-size: 2.7vw;
        padding: 0 2%;
        margin-bottom: 3.5%;
    }

    .pop-container .pop-content .new-password-again-input input {
        padding: 2.5% 4% 2.5% 6%;
    }

    .pop-container .pop-content .new-password-again-input {
        margin-bottom: 8.5%;
    }

    .first-login-step3 {
        padding-top: 6.5%;
        margin-top: -3.5%;
        margin-bottom: 26%;
    }

    #first-login-step3 .finish-text {
        font-size: 6vw;
        margin-bottom: 3.5%;
    }

    #first-login-step3 .remind-pop {
        font-size: 2.7vw;
        margin-bottom: 28%;
    }

    #forget-password-1 .title {
        margin-top: 5%;
        margin-bottom: 9%;
        padding-bottom: 2.7%;
        font-size: 4.8vw;
    }

    #forget-password-1 .phone-input {
        margin-bottom: 5.5%;
    }

    .pop-container .pop-content .birth-input::before {
        width: 4.8vw;
        padding-top: 4.3vw;
        left: 3.2%;
    }

    #forget-password-1 .birth-input {
        margin-bottom: 3.2%;
    }

    #forget-password-1 .warning {
        margin-bottom: 10.5%;
    }

    #forget-password-2 .title {
        margin-top: 5%;
        margin-bottom: 9%;
        padding-bottom: 2.7%;
        font-size: 4.8vw;
    }

    #forget-password-2 .finish-text {
        padding-top: 5.6%;
        padding-bottom: 5%;
        font-size: 5.2vw;
    }

    #forget-password-2 .remind-pop {
        font-size: 2.8vw;
        margin-bottom: 15%;
    }
}

/* ============================================== */
/* ============================================== */
/* ============================================== */
/* member end */

/* float-link-block start */
/* ============================================== */
/* ============================================== */
/* ============================================== */
.float-link-block{
    position: fixed;
    right: 4%;
    top: 28.4%;
    z-index: 10;
}

.float-link-block .float-btn{
    width: 2.56vw;;
    padding-top: 2.56vw;;
    position: relative;
    display: block;
    cursor: pointer;
}

.float-link-block .float-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: all 0.2s linear;
    z-index: 2;
}

.float-link-block .float-btn::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: all 0.2s linear;
    z-index: 1;
}


.float-link-block .float-btn:hover::before{
    opacity: 0;
}


#float-fb::before{
    background-image: url('../images/fb-icon.png');
}

#float-fb::after{
    background-image: url('../images/fb-icon-hover.png');
}

#float-yt::before{
    background-image: url('../images/yt-icon.png');
}

#float-yt::after{
    background-image: url('../images/yt-icon-hover.png');
}

#float-line::before{
    background-image: url('../images/line-icon.png');
}

#float-line::after{
    background-image: url('../images/line-icon-hover.png');
}

#go-top::before{
    background-image: url('../images/top-icon.png');
}

#go-top::after{
    background-image: url('../images/top-icon-hover.png');
}


.float-link-block .float-btn+.float-btn{
    margin-top: 0.65vw;
}

@media (min-width: 1920px){ 

    .float-link-block .float-btn{
        width: 49px;
        padding-top: 49px;
        position: relative;
        display: block;
        cursor: pointer;
    }

    .float-link-block .float-btn+.float-btn{
        margin-top: 12px;
    }

}

@media (max-width: 767px) {
    .float-link-block {
        right: 5%;
        top: auto;
        bottom: 3%;
    }

    .float-link-block .float-btn+.float-btn{
        margin-top: 28%;
    }

    .float-link-block .float-btn{
        width: 9.13vw;
        padding-top: 9.13vw;
        position: relative;
        display: block;
        cursor: pointer;
    }

    #float-fb::before{
        background-image: url('../images/fb-icon-mb.png');
    }
    
    #float-fb::after{
        background-image: url('../images/fb-icon-hover-mb.png');
    }
    
    #float-yt::before{
        background-image: url('../images/yt-icon-mb.png');
    }
    
    #float-yt::after{
        background-image: url('../images/yt-icon-hover-mb.png');
    }
    
    #float-line::before{
        background-image: url('../images/line-icon-mb.png');
    }
    
    #float-line::after{
        background-image: url('../images/line-icon-hover-mb.png');
    }
    
    #go-top::before{
        background-image: url('../images/top-icon-mb.png');
    }
    
    #go-top::after{
        background-image: url('../images/top-icon-hover-mb.png');
    }
}
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* float-link-block end */

/* member-point-bar start */
/* ============================================== */
/* ============================================== */
/* ============================================== */

.member-point-bar{
    position: fixed;
    top: 6.25vw;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: center;
    padding: 0.85% 1.05%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.6);
}

.member-point-bar .item{
    display: flex;
    align-items: center;
    padding: 0 1.34%;
    position: relative;
}

.member-point-bar .item:first-of-type{
    padding-right: 0;
}

.member-point-bar .item:nth-of-type(2)::after{
    display: none;
}

.member-point-bar .item+.item::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 1px;
    padding-top: 11.6%;
    background-color: #C6C4C5;
}

.member-point-bar .item .title{
    font-size: 1.52vw;
    line-height: 1;
    color: #c6c4c4;
    margin-right: 1.1vw;
    white-space:nowrap;
}

.member-point-bar .item .content{
    font-size: 1.52vw;
    line-height: 1;
    color: #fff;
    white-space:nowrap;
}

.member-point-bar .gold-grade{
    width: 10.42vw;
    padding-top: 2.25vw;
    background-image: url('../images/login-gold.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.85vw;
}

.member-point-bar .silver-grade{
    width: 10.42vw;
    padding-top: 2.25vw;
    background-image: url('../images/login-silver.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.85vw;
}

.member-point-bar .point-block{
    display: flex;
}

.member-point-bar #more-btn{
    display: none;
}

@media (min-width: 1920px){
    .member-point-bar{
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
        border-top: 1px solid #fff;
        display: flex;
        justify-content: center;
        padding: 16px 20px;
        z-index: 3;
        background-color: rgba(0, 0, 0, 0.6);
    }
    
    .member-point-bar .item{
        display: flex;
        align-items: center;
        padding: 0 25px;
        position: relative;
    }
    
    .member-point-bar .item:first-of-type{
        padding-right: 0;
    }
    
    .member-point-bar .item:nth-of-type(2)::after{
        display: none;
    }
    
    .member-point-bar .item+.item::after{
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
        width: 1px;
        padding-top: 30px;
        background-color: #C6C4C5;
    }
    
    .member-point-bar .item .title{
        font-size: 29px;
        line-height: 1;
        color: #c6c4c4;
        margin-right: 20px;
    }
    
    .member-point-bar .item .content{
        font-size: 29px;
        line-height: 1;
        color: #fff;
    }
    
    .member-point-bar .gold-grade{
        width: 201px;
        padding-top: 43px;
        background-image: url('../images/login-gold.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 16px;
    }
    
    .member-point-bar .silver-grade{
        width: 201px;
        padding-top: 43px;
        background-image: url('../images/login-silver.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 16px;
    }
}

@media (max-width: 767px) {
    .member-point-bar {
        top: 17vw;
        padding: 3vw 1vw;
        flex-wrap: wrap;
        position: fixed;
        left: 0;
        z-index: 15;
    }

    .member-point-bar .item:first-of-type {
        width: 100%;
        padding-right: 0;
        justify-content: center;
        margin-bottom: 1.5vw;
    }

    .member-point-bar .item:first-of-type .title{
        margin-right: 4vw;
    }

    .member-point-bar .item .title {
        font-size: 4.2vw;
        margin-right: 1.1vw;
    }

    .member-point-bar .item .content {
        font-size: 4.2vw;
    }

    .member-point-bar .gold-grade {
        width: 33.42vw;
        padding-top: 7.25vw;
        background-image: url('../images/login-gold-mb.png');
        margin-left: 3.2vw;
    }

    .member-point-bar .silver-grade {
        width: 33.42vw;
        padding-top: 7.25vw;
        background-image: url('../images/login-silver-mb.png');
        margin-left: 3.2vw;
    }

    .member-point-bar .for-pc{
        display: none;
    }

    .member-point-bar .item {
        display: flex;
        align-items: center;
        padding: 0px 1%;
        position: relative;
    }

    .member-point-bar .item+.item::after {
        padding-top: 4vw;
    }

    .member-point-bar .item #more-btn{
        display: flex;
        align-items: center;
        padding: 0.8vw 1vw;
        position: relative;
        font-size: 2.4vw;
        font-weight: bold;
        color: #262626;
        background-color: #fff;
        cursor: pointer;
        line-height: 1;
    }
}
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* member-point-bar end */

/* member-point-pop start */
/* ============================================== */
/* ============================================== */
/* ============================================== */
#member-point-pop .title{
    margin-top: -3%;
    margin-bottom: 11.3%;
    padding-bottom: 2.7%;
    font-size: 4.8vw;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #000;
}

#member-point-pop .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#member-point-pop .item+.item{
    margin-top: 5vw;
}

#member-point-pop .point-title{
    font-size: 4.8vw;
    line-height: 1;
    white-space:nowrap;
}

.specialized-title{
    margin-top: 5vw;
    font-size: 4.8vw;
    line-height: 1;
    white-space:nowrap;
}

#member-point-pop .point{
    font-size: 7.8vw;
    line-height: 1;
    white-space:nowrap;
}

#member-point-pop .common-btn{
    background-color: #000;
    color: #fff;
}

#member-point-pop .point-list{
    margin-bottom: 10vw;
}

#member-point-pop{
    display: none;
    top: 10%;
    transform: translate(-50%, 0%);
}

#member-point-pop.active{
    display: block;
}

@media (min-width: 768px) {
    #member-point-pop .title{
        margin-top: -18px;
        margin-bottom: 65px;
        padding-bottom: 15px;
        font-size: 36px;
    }
    
    #member-point-pop .item{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    #member-point-pop .item+.item{
        margin-top: 38px;
    }
    
    #member-point-pop .point-title{
        font-size: 36px;
        line-height: 1;
        white-space:nowrap;
    }
    
    .specialized-title{
        margin-top: 30px;
        font-size: 36px;
        line-height: 1;
        white-space:nowrap;
    }
    
    #member-point-pop .point{
        font-size: 58px;
        line-height: 1;
        white-space:nowrap;
    }
    
    #member-point-pop .common-btn{
        background-color: #000;
        color: #fff;
    }
    
    #member-point-pop .point-list{
        margin-bottom: 50px;
    }
    
    #member-point-pop{
        display: none;
        top: 10%;
        transform: translate(-50%, 0%);
    }
    
    #member-point-pop.active{
        display: block;
    }
}

/* ============================================== */
/* ============================================== */
/* ============================================== */
/* member-point-pop end */


/* convert-cart start */
/* ============================================== */
/* ============================================== */
/* ============================================== */
.convert-cart{
    position: fixed;
    top: 0;
    right: -600px;
    width: 600px;
    height: 100%;
    background-color: #fff;
    z-index: 21;
    transition: all 0.3s linear;
    padding-top: 65px;
}

.convert-cart.active{
    right: 0px;
}

.convert-cart-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: all 0.3s linear;
    display: none;
}

.convert-cart-mask.active{
    display: block;
}

.convert-cart .close-cart-btn{
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
    padding-top: 30px;
    cursor: pointer;
    background-image: url('../images/close-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.convert-cart .main-title{
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    margin-left: 26px;
    margin-right: 20px;
    border-bottom: 2px solid #080808;
    padding: 0 0 15px 8px;
}

.cart-store-check{
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.cart-store-check label{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0,-50%);
    z-index: 3;
    cursor: pointer;
}

.cart-store-check input{
    display: none;
}

.cart-store-check i{
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    display: block;
    top: 50%;
    transform: translate(0,-50%);
}

.cart-store-check input:checked~i{
    background-image: url('../images/icon-check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cart-item-title{
    font-size: 29px;
    line-height: 1;
    color: #202020;
    font-weight: bold;
    padding-left: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    position: relative;
}

.cart-item-title::before{
    content: '';
    position: absolute;
    background-image: url('../images/store-icon-cart.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    padding-top: 50px;
    left: 40px;
    top: -10px;
}

.cart-item-title::after{
    content: '';
    position: absolute;
    border-bottom: 2px solid #080808;
    width: calc(100% - 45px);
    left: 43px;
    top: 36px;
}

.cart-item-title span{
    font-size: 23px;
    color: #858585;
    padding-left: 12px;
    position: relative;
    bottom: 3px;
}

.cart-item-edit-btn{
    min-width: 20px;
    font-size: 23px;
    color: #858585;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 5;
    padding: 3px;
    font-weight: bold;
}

.cart-item-prod-container{
    padding: 30px 5px 50px 50px;
}

.cart-item-container{
    overflow: auto;
    margin-right: 20px;
    max-height: 88vh;
    margin-top: 10px;
}

.cart-item-container::-webkit-scrollbar-track
{
	border: 2px solid #CECECE;
	background-color: #fff;
}

.cart-item-container::-webkit-scrollbar
{
	width: 20px;
	background-color: #fff;
}

.cart-item-container::-webkit-scrollbar-thumb
{
	background-color: #CECECE;	
}

.cart-item-prod{
    display: flex;
    align-items: center;
    position: relative;
}

.cart-item-prod+.cart-item-prod{
    margin-top: 50px;
}

.cart-delete-btn{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 50px 30px;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    z-index: 20;
    cursor: pointer;
    display: none;
}

.cart-item.delete-btn-active .cart-delete-btn{
    display: block;
}

.cart-delete-btn.disable{
    pointer-events: none;
}

.cart-item.delete-btn-active .prod-point{
    pointer-events: none;
}



.prod-img-container{
    padding: 5px;
}

.cart-item-prod .prod-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    padding-top: 90px;
}

.cart-item-prod .prod-info{
    flex-grow: 1;
    margin-left: 22px;
}

.cart-item-prod .prod-info .prod-title{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 338px;
}

.cart-item-prod .prod-point{
    display: flex;
    align-items: center;
}

.cart-item-prod .prod-point .count-control{
    display: flex;
    align-items: center;
}

.cart-item-prod .prod-point .item-total-point{
    font-size: 21px;
    color: #404040;
    margin-right: 10px;
    min-width: 115px;
}

.cart-item-prod .prod-point .count-control .item-reduce{
    font-size: 29px;
    color: #909090;
    padding: 0 15px;
    cursor: pointer;
    background-color: #fff;
}

.cart-item-prod .prod-point .count-control .item-add{
    font-size: 29px;
    color: #909090;
    padding: 0 10px;
    cursor: pointer;
    background-color: #fff;
}

.cart-item-prod .prod-point .count-control .item-num{
    font-size: 23px;
    color: #404040;
    min-width: 80px;
    text-align: center;
    background-color: #fff;
}

.cart-item:nth-of-type(3n+1){
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231, 243, 243, 1)
    100%);
}

.cart-item:nth-of-type(3n+2){
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248, 237, 241, 1) 100%);
}

.cart-item:nth-of-type(3n+3){
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(254, 244, 243, 1) 100%);
}

.checkout-container{
    position: fixed;
    right: -600px;
    bottom: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 600px;
    z-index: 30;
    transition: all 0.3s linear;
}

.convert-cart.active .checkout-container{
    right: 0;
}

.checkout-step1 .checkout-step1-btn{
    font-size: 28px;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    line-height: 1;
    padding: 15px;
    width: 100%;
    letter-spacing: 10px;
}

#cart-total-point{
    color: #FFDDA0;
    min-width: 100px;
    display: inline-block;
    text-align: right;
}

.checkout-step1-count{
    display: flex;
    color: #fff;
    font-size: 26px;
    padding: 0 30px 30px;
    width: 100%;
    justify-content: space-between;
}

#cart-item-container-bottom{
    min-height: 180px;
}

.store-title{
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 285px;
}


#checkout-store-list{
    margin-bottom: 30px;
}

.checkout-store-list-item{
    display: flex;
    color: #fff;
    font-size: 26px;
    padding: 0 30px;
    width: 100%;
    justify-content: space-between;
}

.checkout-store-list-item+.checkout-store-list-item{
    margin-top: 15px;
}

.cart-store-total{
    color: #FFDDA0;
    min-width: 100px;
    display: inline-block;
    text-align: right;
}

/* #convert-cart-step2 */

#convert-cart-step2{
    display: none;
}

#convert-cart-step2 .cart-item-title::before {
    left: 0px;
}

#convert-cart-step2 .cart-item-title {
    padding-left: 60px;
    margin-right: 20px;
}

#convert-cart-step2 .cart-item-prod .prod-point .item-total-point {
    min-width: 85px;
}

#convert-cart-step2 .cart-item,
#convert-cart-step3 .cart-item  {
    background: #fff
}

#convert-cart-step2 .cart-item-container {
    margin-right: 0px;
}

#convert-cart-step2 .cart-item-prod-container {
    padding: 30px 20px 50px 50px;
}

.chose-counter-container{
    background-color: #D5E4E7;
    padding: 30px 25px 30px 50px;
}

.cart-item:nth-of-type(3n+1) .chose-counter-container{
    background-color: #D5E4E7;
}

.cart-item:nth-of-type(3n+2) .chose-counter-container{
    background-color: #F8EDF1;
}

.cart-item:nth-of-type(3n+3) .chose-counter-container{
    background-color: #f9ede6;
}

.chose-counter-container .title-ber{
    color: #000;
    font-size: 29px;
    line-height: 1;
    position: relative;
    margin-bottom: 25px;
    font-weight: bold;
}

.chose-counter-container.check .title-ber::after{
    width: 365px;
}

.chose-counter-container .title-ber::after{
    content: '';
    position: absolute;
    width: 310px;
    height: 2px;
    background-color: #000;
    top: 50%;
    right: 8px;
    transform: translate(0,-50%);
}

.chose-counter-container .select-bar{
    margin-bottom: 20px;
}

.half-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.select-container{
    position: relative;
}

.select-container::after{
    content: '';
    position: absolute;
    background-image: url('../images/select-icon.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
}

.half-container .select-container{
    width: 49%;

}

.select-container select{
    width: 100%;
    font-size: 23px;
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    border: 1px solid #979CA0;
}

.chose-counter-container .check-bar{
    margin-bottom: 30px;
}

.chose-counter-container .check-bar .check-counter{
    font-size: 29px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
    margin-bottom: 10px;
}

.chose-counter-container .check-bar .check-addr{
    font-size: 21px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.chose-counter-container .check-bar .check-addr::before{
    position: absolute;
    content: '';
    background-image: url('../images/chose-location-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.chose-counter-container .check-bar .check-phone{
    font-size: 21px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
    position: relative;
    padding-left: 30px;
}

.chose-counter-container .check-bar .check-phone::before{
    position: absolute;
    content: '';
    background-image: url('../images/chose-phone-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}


.chose-counter-container .count-bar{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.chose-counter-container .count-bar .count-bar-1{
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.chose-counter-container .count-bar .count-bar-2{
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.chose-counter-container .count-bar .count-bar-2 span{
    color: #d93148;
    font-weight: normal;
    line-height: 1;
}

.chose-counter-container .count-bar .count-bar-3{
    font-size: 22px;
    line-height: 1;
    color: #000;
}

.checkout-step2 .checkout-step2-btn{
    font-size: 28px;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    line-height: 1;
    padding: 15px;
    width: 100%;
    letter-spacing: 10px;
}

.checkout-step2 .back-step1-btn{
    font-size: 28px;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    line-height: 1;
    padding: 15px;
    width: 100%;
    letter-spacing: 10px;
    margin-bottom: 18px;
    border: 1px solid #000;
}

#cart-item-container-bottom-step2{
    min-height: 196px;
}

/* #convert-cart-step3 */

#convert-cart-step3{
    display: none;
}

#cart-item-container-bottom-step3{
    min-height: 196px;
}

#convert-cart-step3 .cart-item-container {
    margin-right: 0px;
}

#convert-cart-step3 .cart-item-title::before {
    left: 0px;
}

#convert-cart-step3 .cart-item-title {
    padding-left: 60px;
    margin-right: 20px;
}


.checkout-step3 .checkout-step3-btn{
    font-size: 28px;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    line-height: 1;
    padding: 15px;
    width: 100%;
    letter-spacing: 10px;
}

.checkout-step3 .back-step2-btn{
    font-size: 28px;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    line-height: 1;
    padding: 15px;
    width: 100%;
    letter-spacing: 10px;
    margin-bottom: 18px;
    border: 1px solid #000;
}

#convert-cart-pop{
    display: none;
}

#convert-cart-pop.active{
    display: block;
}

#convert-cart-pop .title{
    margin-top: -3%;
    margin-bottom: 3.3%;
    padding-bottom: 2.7%;
    font-size: 1.9vw;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #000;
}

.pop-container #convert-cart-pop.pop-content {
    width: 62.5vw;
}

.redemption-number{
    font-size: 1.8vw;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1vw;
}


#convert-cart-pop .convert-list{
    margin-bottom: 1.5vw;
}

#convert-cart-pop .convert-list-item+.convert-list-item{
    padding-top: 1vw;
    border-top: 1px solid #000;
    border-style: dashed;
}

.redemption-info{
    font-size: 1.5vw;;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1.5vw;
}

.redemption-info span{
    color: #d93148;
}

.convert-remind{
    font-size: 1.3vw;
    color: #000;
    line-height: 1;
}

#convert-cart-pop .common-btn{
    background-color: #000;
    color: #fff;
}

#convert-cart-pop .common-btn{
    background-color: #000;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    font-weight: bold;
    line-height: 1;
    padding: 1.2vw 1vw;
    border-radius: 1.9vw;
    cursor: pointer;
    letter-spacing: 3px;
}

#convert-cart-pop .mb-br{
    display: none;
}

.pop-container #convert-cart-pop.pop-content {
    top: 0%;
    transform: translate(-50%, 0%);
}

@media (max-width: 767px) {
    .pop-container #convert-cart-pop.pop-content {
        width: 92.5vw;
    }

    #convert-cart-pop .title {
        margin-top: -10%;
        margin-bottom: 5.3%;
        padding-bottom: 2%;
        font-size: 3.9vw;
    }

    #convert-cart-pop .mb-br{
        display: block;
    }

    .redemption-number {
        font-size: 5vw;
        color: #000;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 2.3vw;
        letter-spacing: 2px;
        line-height: 1.2;
    }

    .redemption-info {
        font-size: 4vw;
        color: #000;
        line-height: 1.2;
        font-weight: bold;
        margin-bottom: 3.8vw;
        letter-spacing: 2px;
    }

    #convert-cart-pop .convert-list-item+.convert-list-item {
        padding-top: 3.6vw;
        border-top: 1px solid #000;
        border-style: dashed;
    }

    .convert-remind {
        font-size: 3.3vw;
        color: #000;
        line-height: 1.1;
        text-align: center;
    }

    #convert-cart-pop .convert-list {
        margin-bottom: 5.5vw;
    }

    #convert-cart-pop .common-btn {
        background-color: #000;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 3.4vw;
        font-weight: bold;
        line-height: 1;
        padding: 2.2vw 1vw;
        border-radius: 3.9vw;
        cursor: pointer;
        letter-spacing: 3px;
    }
}

@media (min-width: 1920px) {
    #convert-cart-pop .title{
        margin-top: -32px;
        margin-bottom: 32px;
        padding-bottom: 28px;
        font-size: 36px;
        text-align: center;
        line-height: 1;
        letter-spacing: 2px;
        color: #000;
        font-weight: bold;
        border-bottom: 3px solid #000;
    }
    
    .pop-container #convert-cart-pop.pop-content {
        width: 1200px;
    }
    
    .redemption-number{
        font-size: 35px;
        color: #000;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    
    #convert-cart-pop .convert-list{
        margin-bottom: 30px;
    }
    
    #convert-cart-pop .convert-list-item+.convert-list-item{
        padding-top: 20px;
        border-top: 1px solid #000;
        
    }
    
    .redemption-info{
        font-size: 30px;
        color: #000;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 30px;
    }
    
    .redemption-info span{
        color: #d93148;
    }
    
    .convert-remind{
        font-size: 25px;
        color: #000;
        line-height: 1;
    }
    
    #convert-cart-pop .common-btn{
        background-color: #000;
        color: #fff;
    }

    #convert-cart-pop .common-btn{
        background-color: #000;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
        padding: 23px 20px;
        border-radius: 36px;
        cursor: pointer;
        letter-spacing: 3px;
    }
}

@media (max-width: 767px) {
    .convert-cart {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 35;
        transition: all 0.3s linear;
        padding-top: 8vw;
    }

    .convert-cart .close-cart-btn {
        position: absolute;
        top: 4vw;
        right: 3vw;
        width: 4vw;
        padding-top: 4vw;
    }

    .convert-cart .main-title {
        font-weight: bold;
        font-size: 4.5vw;
        line-height: 1;
        margin-left: 4vw;
        margin-right: 2.7vw;
        border-bottom: 2px solid #080808;
        padding: 0 0 2vw 1vw;
    }

    .cart-item-container {
        overflow: auto;
        margin-right: 2.7vw;
        max-height: 84vh;
        margin-top: 1vw;
    }

    .cart-store-check {
        margin-top: 2.5vw;
        margin-left: 4vw;
    }

    .cart-store-check i {
        width: 3.5vw;
        height: 3.5vw;
    }

    .cart-store-check {
        margin-top: 2.5vw;
        margin-left: 4vw;
        margin-right: 0px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .cart-item-title::after {
        content: '';
        position: absolute;
        border-bottom: 2px solid #080808;
        width: calc(100% - 6vw);
        left: 5vw;
        top: 6.1vw;
    }

    .cart-item-title {
        font-size: 4vw;
        line-height: 1;
        color: #202020;
        font-weight: bold;
        padding-left: 14vw;
        padding-bottom: 1vw;
        padding-top: 1vw;
        width: 100%;
        position: relative;
    }

    .cart-item-title::before {
        width: 8vw;
        padding-top: 8vw;
        left: 4.6vw;
        top: -1.2vw;
    }

    .store-title {
        max-width: 58vw;
    }

    .cart-item-title span {
        font-size: 3vw;
        color: #858585;
        padding-left: 1.5vw;
        position: relative;
        bottom: 0.3vw;
    }   

    .cart-item-edit-btn {
        min-width: 3vw;
        font-size: 3vw;
        color: #858585;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 1vw;
        transform: translate(0,-40%);
        cursor: pointer;
        z-index: 5;
        padding: 0.2vw;
        font-weight: bold;
    }

    .cart-item-prod-container {
        padding: 5vw 0.5vw 6vw 6vw;
    }

    .prod-img-container {
        padding: 0.5vw;
    }

    .cart-item-prod .prod-info {
        flex-grow: 1;
        margin-left: 3vw;
    }

    .cart-item-prod .prod-img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 15vw;
        padding-top: 15vw;
    }

    .cart-item-prod .prod-info .prod-title {
        font-size: 4vw;
        color: #000;
        font-weight: bold;
        margin-bottom: 3vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 65vw;
        line-height: 1;
    }

    .cart-item-prod .prod-point .item-total-point {
        font-size: 3.5vw;
        color: #404040;
        margin-right: 2vw;
        min-width: 16vw;
    }

    .cart-item-prod .prod-point .count-control .item-reduce {
        font-size: 5vw;
        color: #909090;
        padding: 1.5vw 3vw;
        cursor: pointer;
        background-color: #fff;
    }

    .cart-item-prod .prod-point .count-control .item-num {
        font-size: 4vw;
        color: #404040;
        min-width: 12vw;
        text-align: center;
        background-color: #fff;
        padding: 1.5vw 0;
    }

    .cart-item-prod .prod-point .count-control .item-add {
        font-size: 5vw;
        color: #909090;
        padding: 1.5vw 3vw;
        cursor: pointer;
        background-color: #fff;
    }

    .cart-delete-btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        padding: 7vw 6vw;
        font-size: 4vw;
        line-height: 1;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.9);
        font-weight: bold;
        z-index: 20;
        cursor: pointer;
        display: none;
    }

    .checkout-container {
        right: -100%;
        padding: 5vw;
        width: 100%;
        z-index: 30;
    }

    .checkout-step1-count {
        display: flex;
        color: #fff;
        font-size: 4vw;
        padding: 0 5vw 5vw;
        width: 100%;
        justify-content: space-between;
    }

    #checkout-store-list {
        margin-bottom: 4vw;
    }

    .checkout-step1 .checkout-step1-btn {
        font-size: 4vw;
        color: #fff;
        background-color: #000;
        border-radius: 6vw;
        line-height: 1;
        padding: 2vw;
        width: 100%;
        letter-spacing: 2vw;
    }

    #cart-item-container-bottom {
        min-height: 23vw;
    }

    .checkout-store-list-item {
        display: flex;
        color: #fff;
        font-size: 3.5vw;
        padding: 0 4vw;
        width: 100%;
        justify-content: space-between;
    }

    .cart-item-container::-webkit-scrollbar
    {
	    width: 2.7vw;
	    background-color: #fff;
    }


    #convert-cart-step2 .cart-item-title {
        padding-left: 9vw;
        margin-right: 2.7vw;
    }

    #convert-cart-step2 .cart-item-title::after {
        content: '';
        position: absolute;
        border-bottom: 2px solid #080808;
        width: calc(100% - 2vw);
        left: 0.4vw;
        top: 6.1vw;
    }

    #convert-cart-step2 .cart-item-prod-container {
        padding: 5vw 0.5vw 6vw 6vw;
    }

    .chose-counter-container {
        padding: 4vw 3.3vw 4vw 8vw;
    }

    .chose-counter-container .title-ber {
        color: #000;
        font-size: 4vw;
        line-height: 1;
        position: relative;
        margin-bottom: 3.5vw;
        font-weight: bold;
    }

    .chose-counter-container .title-ber::after {
        content: '';
        position: absolute;
        width: 58vw;
        height: 1px;
        background-color: #000;
        top: 50%;
        right: 1vw;
        transform: translate(0,-50%);
    }

    .select-container select {
        width: 100%;
        font-size: 3.2vw;
        background-color: #fff;
        padding: 2.4vw 1.2vw;
        text-align: center;
        line-height: 1;
        font-weight: bold;
        border: 1px solid #979CA0;
    }

    .select-container::after {
        content: '';
        position: absolute;
        background-repeat: no-repeat;
        width: 3vw;
        height: 2.5vw;
        right: 2.5vw;
        top: 50%;
        transform: translate(0,-50%);
        background-size: contain;
    }

    .half-container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1vw;
    }

    .chose-counter-container .select-bar {
        margin-bottom: 2.5vw;
    }

    .chose-counter-container .count-bar .count-bar-1 {
        font-size: 3.2vw;
        line-height: 1;
        color: #000;
        font-weight: bold;
    }

    .chose-counter-container .count-bar .count-bar-2 {
        font-size: 3.2vw;
        line-height: 1;
        color: #000;
        font-weight: bold;
    }

    .chose-counter-container .count-bar .count-bar-3 {
        font-size: 2.5vw;
        line-height: 1;
        color: #000;
    }

    .chose-counter-container.check .title-ber::after {
        width: 66vw;
    }

    .chose-counter-container .check-bar .check-counter {
        font-size: 4vw;
        line-height: 1;
        color: #000;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 86vw;
        margin-bottom: 1.2vw;
    }

    .chose-counter-container .check-bar .check-addr {
        font-size: 3vw;
        color: #000;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 86vw;
        margin-bottom: 1.2vw;
        position: relative;
        padding-left: 4vw;
        line-height: 1.2;
    }

    .chose-counter-container .check-bar .check-phone {
        font-size: 3vw;
        color: #000;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 86vw;
        position: relative;
        padding-left: 4vw;
        line-height: 1.2;
    }

    .chose-counter-container .check-bar .check-addr::before {
        width: 3.26vw;
        height: 3.26vw;
    }

    .chose-counter-container .check-bar .check-phone::before {
        width: 3.13vw;
        height: 3.13vw;
    }

    .chose-counter-container .check-bar {
        margin-bottom: 4vw;
    }

    .checkout-step2 .back-step1-btn {
        font-size: 3.5vw;
        color: #000;
        background-color: #fff;
        border-radius: 5vw;
        line-height: 1;
        padding: 2vw;
        width: 100%;
        letter-spacing: 1vw;
        margin-bottom: 2.5vw;
        border: 1px solid #000;
    }

    .checkout-step2 .checkout-step2-btn {
        font-size: 3.5vw;
        color: #fff;
        background-color: #000;
        border-radius: 5vw;
        line-height: 1;
        padding: 2vw;
        width: 100%;
        letter-spacing: 1vw;
    }

    #cart-item-container-bottom-step2 {
        min-height: 26vw;
    }

    #convert-cart-step3 .cart-item-title {
        padding-left: 9vw;
        margin-right: 2.7vw;
    }

    #convert-cart-step3 .cart-item-title::after {
        content: '';
        position: absolute;
        border-bottom: 2px solid #080808;
        width: calc(100% - 2vw);
        left: 0.4vw;
        top: 6.1vw;
    }

    #convert-cart-step3 .cart-item-prod-container {
        padding: 5vw 0.5vw 6vw 6vw;
    }

    #convert-cart-step2 .cart-item-prod .prod-point .count-control .item-num {
        background-color: transparent;
    }

    #convert-cart-step3 .cart-item-prod .prod-point .count-control .item-num {
        background-color: transparent;
    }

    .checkout-step3 .back-step2-btn {
        font-size: 3.5vw;
        color: #000;
        background-color: #fff;
        border-radius: 5vw;
        line-height: 1;
        padding: 2vw;
        width: 100%;
        letter-spacing: 1vw;
        margin-bottom: 2.5vw;
        border: 1px solid #000;
    }

    .checkout-step3 .checkout-step3-btn {
        font-size: 3.5vw;
        color: #fff;
        background-color: #000;
        border-radius: 5vw;
        line-height: 1;
        padding: 2vw;
        width: 100%;
        letter-spacing: 1vw;
    }

    #cart-item-container-bottom-step3 {
        min-height: 26vw;
    }

    #convert-cart-step3 .cart-item {
        background-color: #fff;
    }

    .cart-item-prod+.cart-item-prod {
        margin-top: 6vw;
    }
}
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* convert-cart end */

#product-point-pop{
    display: none;
}

#product-point-pop.active{
    display: block;
}

#product-point-pop.only-bq .not-bq{
    display: none!important;
}

/* 非BQ */
#product-point-pop.except-bq .point-item{
    display: none;
}
#product-point-pop.except-bq .point-item.not-bq{
    display: block!important;
}

/* 限美/藥粧 */
#product-point-pop.only-cos .point-item{
    display: none;
}
#product-point-pop.only-cos .point-item.is-cos{
    display: block!important;
}

.reserve-btn{
    margin-top: 10px!important;
    margin-bottom: 15px;
}
.common-product-btn+.common-product-btn{
    margin-top: 10px!important;
}

#reserve-channel-pop-container{
    display: none;
}
#reserve-channel-pop-container.active{
    display: block;
}

#reserve-custno-pop-container{
    display: none;
}
#reserve-custno-pop-container.active{
    display: block;
}


#success-add-pop{
    display: none;
}

#success-add-pop.active{
    display: block;
}

#fail-add-pop{
    display: none;
}

#fail-add-pop.active{
    display: block;
}

#product-info-pop{
    display: none;
}

#product-info-pop.active{
    display: block;
}

#update-password-pop{
    display: none;
}

#update-password-pop.active{
    display: block;
}

.homepage,.member,.product-page{
    padding-top: 6.3vw;
}

.member-is-login{
    padding-top: 10.2vw !important;
}

@media (max-width: 767px) {
    .member-is-login{
        padding-top: 16.1vw !important;
    }
    .homepage.member-is-login{
        padding-top: 37vw !important;
    }
}

@media (min-width: 1920px) {
    .member-is-login{
        padding-top: 120px !important;
    }

    .homepage.member-is-login{
        padding-top: 196px !important;
    }
}

/* .error-remind{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #d93148;
} */

.error{
    color: #d93148 !important;
}

#first-login-form .verify-input .error{
    position: absolute;

}

#login-form .verify-input .error {
    position: absolute;
}

#resendMsgLink{
    cursor: pointer;
}

.spinner-mask::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.spinner-border {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.20em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-btn{
    display: none;
}

.spinner-active .spinner-btn{
    display: inline-block;
}
.spinner-active .spinner-text{
    display: none;
}

@media (max-width: 767px) {
    .spinner-border {
      width: 3.8vw;
      height: 3.8vw;
    }
}

.order-init-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999999;
    display: none;
}

.order-init-spinner-border {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    animation: spinner-border .75s linear infinite;
    color: #b71b30;
}

.info-block-orders .order-init-loading {
    top: 76px;
    height: calc(100% - 76px);
}

@keyframes spinner-border {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}