/* --------------------------------------
                會員專區
-------------------------------------- */
#header.member{
    /* background: #213A25 url(../images/img_header_about.png) no-repeat; */
    background: url(../images/img_header_member.png) no-repeat;
    background-size: cover;
}

#header.member h1{
    /* color: #FFF; */
}

#header.member .breadcrumb:last-child,
#header.abmemberout .breadcrumb:last-child a{
    /* color: #FFF; */
}

#header.member .breadcrumb:last-child a:hover{
    /* color: #23a077; */
}

/* --------------------------------------
        memberRegistStep1.php
        memberRegistStep2.php
        memberRegistStep3.php
        memberRegistStep4.php
-------------------------------------- */
.registStep{
    text-align: center;
    margin-bottom: 6rem;
    /* border: #808080 1px solid; */
}

.registStep .stepBolck,
.registStep .stepArrow{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.registStep .stepBolck{
    width: 200px;
    height: 200px;
    border-radius: 10rem;
    border: #808080 1px solid;
}

.registStep .stepBolck.local{
    background-color: #23a077;
    color: #FFF;
    border: #FFF 5px solid;
    box-shadow: 0 0 10px #808080;
}

.registStep .stepArrow{
    font-size: 5rem;
    vertical-align: -2rem;
    margin: 0 1.5rem;
}

.registStatement .title{
    background-color: #23a077;
    color: #FFF;
    padding: 0.75rem;
}

.registStatement button:first-child{
    width: 40%;
}

.registStatement button:last-child{
    min-width: 20%;
    float: right;
}

.statementContent{
    height: 50vh;
    border: #80808080 1px solid;
    padding: 1.5rem;
    margin: 1rem 0;
    background-color: white;
    overflow-y: scroll;
}

.statementContent p{
    margin-bottom: 2.5rem;
}

.memberList p{
    text-align: center;
}

.memberList .row{
    justify-content: center;
    --bs-gutter-x: 0;
}

.memberList .listth{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.memberList .listth,
.memberList .listtd{
    font-size: 1.25rem;
    padding: 1rem;
}

.memberList .listth{
    color: #FFF;
    background-color: rgba(35, 160, 119);
}

.memberList .listtd{
    background-color: #e5e6de;
}

.memberList .row:first-child .listth,
.memberList .row:first-child .listtd{
    /* border-top: #e5e6de 1px solid; */
    border-top: #FFF 1px solid;
}

.memberList .listth{
    border-bottom: #FFF 1px solid;
    border-left: #FFF 1px solid;
    border-right: #FFF 1px solid;
}

.memberList .listtd{
    border-bottom: #FFF 1px solid;
    border-right: #FFF 1px solid;
}

.form-control:focus{
    background-color: #e5e6de;
    border: #23a077 1px solid;
    box-shadow: none;
}

.hitBlock{
    font-size: 0.9rem;
    padding-left: 1rem;
    
}

/* ---------------------------------------------------

        memberRegistStep4.php // registFinish 

--------------------------------------------------- */

.registFinish p.registFinishBlock{
    padding: 10rem 3rem;
    border: #c7c7c7 1px solid;
    margin: 3rem 0;
    font-size: 1.5rem;
    line-height: 3rem;
}

.registStatement .registFinish button:last-child{
    float: initial;
    margin: 0 auto;
    display: block;
}

/* ---------------------------------------------------

        member.php // 會員中心 // 資料管理
        memberModify.php // 會員中心 // 修改密碼

--------------------------------------------------- */

.sentbox.center{
    text-align: center;
}

.sentbox.center button{
    float: initial;
}

.submenuBlock .submenu{
    display: inline-block;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 1366px){
    .registStep .stepBolck{
        width: 200px;
        height: 200px;
    }

    .registStep .stepArrow{
        font-size: 5rem;
        margin: 0 0.9rem;
    }
}

@media only screen and (max-width: 1024px){
    .registStep .stepBolck{
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 960px){
    .registStep .stepBolck{
        width: 60%;
        height: auto;
        flex-direction: row;
        justify-content: left;
        /* margin-bottom: 2rem; */
        padding-left: 2rem;
    }

    .registStep .stepBolck:last-child{
        margin-bottom: 0;
    }

    .registStep .stepBolck h2{
        width: 20%;
    }

    .registStep .stepBolck h5{
        width: 80%;
        padding-top: 0.3rem;
        text-align: center;
    }

    .registStep .stepArrow{
        /* display: none; */
        width: 100%;
        height: auto;
        font-size: 2rem;
        vertical-align:inherit;
        margin: 0;
        transform:rotate(90deg);
    }

    .registFinish p.registFinishBlock{
        font-size: 1.25rem;
        padding: 2rem;
    }
}

@media only screen and (max-width: 767px){
    .registStep .stepBolck{
        width: 80%;
    }
}

@media only screen and (max-width: 374px){
    .registStep .stepBolck h2{
        font-size: 1.5rem;
    }

    .registStep .stepBolck h5{
        font-size: 1rem;
    }
}
