@charset "UTF-8";

.memberAcount {
    display: block;
    width: 100%;
    padding: 60px 0;
}

/****會員資料樣式****/
.memberAcount__item {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 45px 0;
}

.memberAcount__item:last-child {
    margin: 0;
}

/**會員資料標題**/
.memberAcount__item__title {
    top: .25em;
    display: block;
    width: auto;
    min-width: 70px;
    padding: 0 10px 0 0;
    margin: 0 40px 0 0;
    font-size: 16px;
    line-height: 1;
    color: #26262d;
    border-right: 1px solid #aaaca8;
    flex: 0 0 auto;
}

/**會員資料資訊**/
.memberAcount__item__text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #26262d;
    flex: 0 1 auto;
}

/**會員資料容器**/
.memberAcount__item__box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex: 0 1 auto;
}

.memberAcount__item__box__text {
    display: block;
    width: auto;
    max-width: 100%;
    flex: 0 1 auto;
}

.memberAcount__item__box__bt {
    min-width: 125px;
    margin: -13px 0 0 35px;
    flex: 0 0 auto;
}

.memberAcount__item__box__password {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: -13px 0 0 0;
}

.memberAcount__item__box__password__item {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 5px 0;
}

.memberAcount__item__box__password__item__title {
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 150px;
    font-size: 15px;
    line-height: 1;
    color: #151912;
    flex: 0 0 auto;
}

.memberAcount__item__box__password__item input {
    padding: 12.75px 20px;
}

.memberAcount__item__box__password__btGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 150px);
    margin: 15px 0 0 auto;
}

.memberAcount__item__box__password__btGroup__bt {
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
}

.memberAcount__item__box__password__btGroup__bt:last-child {
    margin: 0;
}

/****頁尾****/
.footer__inner__slogan__pic {
    margin: -6% 0 0 0;
}

/****js事件樣式****/
.j-password-current.hide,
.j-password-form.hide {
    display: none;
}

@media screen and (max-width: 991px) {
    .memberAcount {
        padding: 50px 0;
    }

    /****頁尾****/
    .footer__inner__slogan__pic {
        margin: -5% 0 0 0;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {
    .memberAcount {
        padding: 20px 0;
    }

    /****會員資料樣式****/
    .memberAcount__item {
        margin: 0 0 25px 0;
    }

    /**會員資料標題**/
    .memberAcount__item__title {
        min-width: 50px;
        margin: 0 20px 0 0;
        font-size: 15px;
    }

    /**會員資料資訊**/
    .memberAcount__item__text {
        font-size: 15px;
    }

    /**會員資料容器**/
    .memberAcount__item__box {
        width: calc(100% - 70px);
    }

    .memberAcount__item__box__bt {
        left: -70px;
        width: calc(100% + 70px);
        margin: 15px 0 0 0;
    }

    .memberAcount__item__box__password {
        left: -70px;
        width: calc(100% + 70px);
        max-width: none;
        margin: 45px 0 0 0;
        flex: 0 0 auto;
    }

    .memberAcount__item__box__password__item {
        display: block;
        margin: 0 0 15px 0;
    }

    .memberAcount__item__box__password__item__title {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .memberAcount__item__box__password__item input {
        padding: 7.75px 10px;
    }

    .memberAcount__item__box__password__btGroup {
        width: 100%;
    }

    .memberAcount__item__box__password__btGroup__bt {
        width: calc(50% - 10px);
        margin: 0 20px 0 0;
    }

    /****頁尾****/
    .footer__inner__slogan__pic {
        margin: 0;
    }
}



/****IOS樣式****/
@supports (-webkit-touch-callout: none) {}