﻿.member-box{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 120px;
    min-height: calc(100vh - 120px);
    background-color: #fafafa;
}
.member-all-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    box-sizing: border-box;
    padding: 100px 0;
}
.member-menu-box{
    width: 300px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 40px;
}
.member-menu-box .about-title-box{
    text-align: left;
    margin-bottom: 30px;
}
.member-menu-box .about-title-box span{
    padding-left: 0;
}
.member-user-box p{
    max-width: 100%;
    display: inline-block;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 3px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .member-user-box p::after{
    content: '\f0d7';
    font-family: 'font awesome 5 free';
    font-weight: 700;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #000;
} */
.member-menu-info-box li{
    box-sizing: border-box;
    padding: 15px 0;
}
.member-menu-info{
    display: inline-block;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all .3s linear;
}
.member-menu-info i{
    width: 35px;
}
.member-menu-info-box li.active .member-menu-info{
    color: #007efc;
}
.member-info-box{
    width: calc(100% - 300px);
    display: inline-block;
    vertical-align: top;
}
.member-info-title{
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 30px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 36px;
}

/* login */
.member-login-box{
    width: 600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    box-sizing: border-box;
    padding: 100px 0;
}
.member-login-box .about-title-box{
    text-align: left;
    margin-bottom: 20px;
}
.member-login-box .about-title-box span{
    padding-left: 0;
}
.member-login-info{
    margin-top: 20px;
}

.member-login-info:first-child{
    margin-top: 0;
}
.member-login-info-name{
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.2em;
    line-height: 36px;
}
.member-login-info-name span{
    color: #007efc;
    font-weight: 300;
    margin-left: 20px;
}
.member-login-info-text{
    width: 100%;
    display: block;
    line-height: 50px;
    height: 50px;
    background-color: #e6f0fa;
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
    margin-top: 10px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.2em;
}
.member-login-info-text::placeholder{
    color: #666;
    font-family: 'Noto Sans TC';
    font-weight: 300;
}
.member-login-info-forget{
    text-align: right;
}
.member-login-info-forget-a{
    display: inline-block;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.2em;
    line-height: 44px;
    transition: all .3s linear;
}
.member-login-info-btn-box{
    margin-top: 40px;
}
.member-login-info-create-a{
    width: 200px;
    line-height: 58px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.2em;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    margin-right: 100px;
    transition: all .3s linear;
}
.member-login-info-btn{
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    background-color: #007efc;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.2em;
    color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
}

.member-login-info-verification{
    position: relative;
}
.member-login-info-verification-text{
    padding-right: 120px;
}
.member-login-info-verification-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 50px;
    display: block;
    background-color: #888;
}


/* order */
.member-order-categroy-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 15px 0;
}
.member-order-categroy{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 1;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
    transition: all .3s linear;
}
.member-order-categroy.active{
    color: #007efc;
}
.member-order-categroy::after{
    content: '';
    width: 2px;
    height: 100%;
    background-color: #d8d8d8;
    position: absolute;
    right: -20px;
    top: 0;
}
.member-order-categroy:last-child::after{
    display: none;
}
.member-order-info-box{
    width: 100%;
    display: block;
}
.member-order-info-style-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    background-color: #fafafa;
    padding: 0 29px;
    padding-right: 89px;
    position: relative;
    margin-top: 10px;
}
.member-order-info-style{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.member-order-info-style:first-child{
    margin-left: 0;
}
.member-order-info-style span{
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 40px;
    color: #000;
    /* font-weight: 300; */
    display: inline-block;
    vertical-align: middle;
}
.member-order-info-style p{
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 40px;
    color: #666;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}
p.member-order-info-style-now{
    color: #007efc;
    font-weight: 400;
}
.member-order-info-cancel-box{
    width: 80px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
.member-order-info-total-box{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-top: none;
    padding: 24px 29px;
    position: relative;
    background-color: #fff;
}
.member-order-info-detailed-box{
    width: 200px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #007efc;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 300;
    text-align: center;
    display: block;
}
.member-order-info-total span{
    font-size: 16px;
    /* font-weight: 300; */
    letter-spacing: 0.1em;
    line-height: 1;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.member-order-info-total p{
    font-size: 28px;
    font-family: "Roboto";
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 0.8;
    color: #007efc;
    display: inline-block;
    vertical-align: bottom;
}
.member-order-info-box .shopping-checklist-info-quantity-box{
    border: none;
}
.member-order-info-box .shopping-checklist-info-quantity-box{
    font-size: 14px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: #000;
}

.member-order-pages-info-total{
    width: 100%;
}
.member-order-pages-info-box{
    width: 100%;
    display: block;
    margin-top: 50px;
}
.member-order-pages-detailed-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 45px 59px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    margin-top: 10px;
}
.member-order-pages-detailed{
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 20px;
}
.member-order-pages-detailed:nth-child(even){
    width: 45%;
}
.member-order-pages-detailed-name{
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.member-order-pages-detailed-name p{
    width: 85px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 30px;
}
.member-order-pages-detailed-name span{
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 30px;
}
.member-order-pages-detailed-text{
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #888;
    letter-spacing: 0.1em;
    line-height: 20px;
    box-sizing: border-box;
    padding: 5px 0;
    padding-left: 2px;
}
.member-order-pages-detailed-text-url{
    color: #007efc;
    margin-left: 5px;
}

/* member-profile */
.member-profile-info-box{
    width: 600px;
    max-width: 100%;
    margin-top: 50px;
}
.member-profile-info-box .member-login-info-text:read-only{
    background-color: #f5f5f5;
    color: #ccc;
}
.member-profile-info-box .member-login-info-text:read-only::-webkit-input-placeholder{
    color: #ccc;
}
.member-profile-info-box .member-login-info-text:read-only:-moz-placeholder{
    color: #ccc;
}
.member-profile-info-box .member-login-info-text:read-only::-moz-placeholder{
    color: #ccc;
}
.member-profile-info-box .member-login-info-btn-box{
    text-align: right;
}




@media only screen and (max-width: 1300px){
    .member-all-box {
        width: 1200px;
    }
    .member-order-info-box .shopping-checklist-info-text-box {
        width: 330px;
    }
}
@media only screen and (max-width: 1200px){
    .member-box{
        margin-top: 100px;
        min-height: calc(100vh - 100px);
    }
    .member-all-box {
        width: 1000px;
    }
    .member-menu-box{
        width: 200px;
        padding-right: 20px;
    }
    .member-user-box p{
        padding-right: 10px;
    }
    .member-info-box {
        width: calc(100% - 200px);
    }
    .member-order-info-box .shopping-checklist-info-text-box {
        width: 230px;
    }
}
@media only screen and (max-width: 1000px){
    .member-box{
        margin-top: 62px;
        min-height: calc(100vh - 62px);
    }
    .member-all-box {
        width: 750px;
        padding: 60px 0;
    }
    .member-menu-box{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 10px;
    }
    .member-menu-box .about-title-box{
        margin-bottom: 20px;
        text-align: center;
    }
    .member-user-box p{
        padding-right: 0;
    }
    .member-menu-info-box li{
        width: calc(100% / 4);
        padding: 0 10px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }
    .member-info-box{
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    .member-info-title{
        text-align: center;
    }
    .member-order-categroy-box{
        text-align: center;
    }
    .member-order-categroy{
        margin: 0 20px;
    }
}
@media only screen and (max-width: 768px){
    .member-login-box{
        width: 550px;
        padding: 40px 0;
    }
    .member-login-info-create-a{
        width: 170px;
    }
    .member-login-info-btn {
        width: 280px;
    }
    
    .member-all-box {
        width: 550px;
        padding: 40px 0;
    }
    .member-order-info-style-box{
        padding: 0 19px;
        padding-right: 89px;
    }
    .member-order-info-style span{
        font-size: 14px;
        line-height: 30px;
    }
    .member-order-info-style p{
        font-size: 14px;
        line-height: 30px;
    }
    .member-order-info-style:nth-child(3){
        margin-left: 0;
    }
    .member-order-info-cancel-box{
        top: 15px;
    }
    .member-order-info-box .shopping-checklist-info-text-box {
        width: calc(100% - 80px);
    }
    .member-order-info-box .shopping-checklist-info-price-box{
        width: calc(100% - 180px);
        text-align: right;
    }
    .member-info-title{
        font-size: 22px;
    }
    .member-order-info-total-box{
        padding: 14px 19px;
    }
    .member-order-pages-detailed-box{
        padding: 25px 30px;
    }
    .member-order-pages-detailed{
        width: 100%;
        padding-right: 0;
    }
    .member-order-pages-detailed:nth-child(even) {
        width: 100%;
    }
    .member-order-info-detailed-box{
        width: 150px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 550px){
    .member-box{
        margin-top: 38px;
        min-height: calc(100vh - 38px);
    }
    .member-login-box{
        width: 95vw;
        padding: 20px 0;
    }
    .member-login-info {
        margin-top: 10px;
    }
    .member-login-info-name{
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 28px;
    }
    .member-login-info-text{
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        margin-top: 5px;
        font-size: 12px;
        letter-spacing: 0.1em;
    }
    .member-login-info-forget-a{
        font-size: 12px;
        line-height: 34px;
    }
    .member-login-info-btn-box {
        margin-top: 20px;
    }
    .member-login-info-create-a {
        width: 120px;
        line-height: 38px;
        font-size: 14px;
        letter-spacing: 0.1em;
        margin-right: 20px;
    }
    .member-login-info-btn{
        width: calc(100% - 140px);
        line-height: 38px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .member-login-info-verification-img{
        height: 40px;
    }
    .member-login-info-name span{
        font-size: 12px;
        margin-left: 10px;
    }

    
    .member-all-box {
        width: 95vw;
        padding: 20px 0;
    }
    .member-menu-info-box li{
        width: calc(100% / 2);
    }
    .member-menu-info-box li:nth-child(n + 3){
        margin-top: 10px;
    }
    .member-info-title{
        font-size: 18px;
        line-height: 26px;
    }
    .member-order-categroy-box{
        padding: 10px 0;
    }
    .member-order-categroy {
        margin: 0 7px;
    }
    .member-order-categroy{
        font-size: 14px;
    }
    .member-order-categroy::after{
        right: -8px;    
    }
    .member-order-info-box .shopping-checklist-info-quantity-box{
        margin-top: 10px;
    }
    .member-order-info-box .shopping-checklist-info-price-box{
        margin-top: 10px;
        width: calc(100% - 140px);
        margin-left: 20px;
        margin-right: 0;
    }
    .member-order-info-style{
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .member-order-info-style-box {
        padding: 0 9px;
        padding-right: 89px;
    }
    .member-order-info-style span {
        font-size: 12px;
        line-height: 20px;
    }
    .member-order-info-style p {
        font-size: 12px;
        line-height: 20px;
    }
    .member-order-info-cancel-box{
        line-height: 22px;
        font-size: 12px;
        width: 70px;
        top: 18px;
    }
    .member-order-info-total-box{
        padding: 9px;
    }
    .member-order-pages-info-box{
        margin-top: 30px;
    }
    .member-order-pages-detailed-box {
        padding: 10px 10px;
    }
    .member-order-pages-detailed-name{
        width: 80px;
    }
    .member-order-pages-detailed-name p{
        width: 65px;
        font-size: 14px;
        line-height: 20px;
    }
    .member-order-pages-detailed-name span{
        font-size: 14px;
        line-height: 20px;
    }
    .member-order-pages-detailed-text {
        width: calc(100% - 80px);
        font-size: 14px;
        line-height: 16px;
        padding: 2px 0;
        padding-left: 2px;
    }

    
    .member-order-info-detailed-box{
        width: 80px;
        line-height: 30px;
        font-size: 14px;
    }
    .member-order-info-total span{
        font-size: 12px;
    }
    .member-order-info-total p{
        font-size: 22px;
    }

    
    .member-order-info-box .shopping-checklist-info-quantity-box{
        font-size: 12px;
        line-height: 16px;
    }

}
@media only screen and (max-width: 400px){
    .member-order-info-total p{
        font-size: 18px;
        letter-spacing: 0.03em;
    }
}


@media only screen and (min-width: 1001px){
    .member-login-info,
    .member-login-info-forget-a{
        opacity: 0;
    }
    .member-profile-info-box.anima .member-login-info,
    .member-login-info-box.anima .member-login-info{
        animation: fade 1s ease 0s 1 both;
    }
    .member-profile-info-box.anima .member-login-info-forget-a,
    .member-login-info-box.anima .member-login-info-forget-a{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .member-profile-info-box.anima .member-login-info-create-a,
    .member-login-info-box.anima .member-login-info-create-a{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .member-profile-info-box.anima .member-login-info-btn,
    .member-login-info-box.anima .member-login-info-btn{
        animation: fadeInLeft 1s ease 0s 1 both;
    }

    .member-login-info-text:focus{
        box-shadow: 0 0 10px rgba(0 ,0 ,0 ,0.3);
    }
    .member-login-info-forget-a:hover{
        color: #007efc;
    }
    .member-login-info-create-a:hover{
        border-color: #004488;
        background-color: #004488;
        color: #fff;
    }
    .member-login-info-btn:hover{
        background-color: #004488;
    }

    .member-order-categroy:hover,
    .member-menu-info:hover,
    .member-menu-info.active{
        color: #007efc;
    }

    .member-box .main-path-box{
        opacity: 1;
        animation: none;
    }
    .member-menu-box .about-title-box span,
    .member-menu-box .about-title-box h2{
        opacity: 1;
        animation: none;
    }
}