﻿.member-box{
    box-sizing: border-box;
    padding-top: 150px;
    display: block;
    width: 100%;
    min-height: 100vh;
    position: relative;
}
#member .header-advertising-class-box{
    display: none;
}
.member-all-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 100px 0;
}
.member-user-box{
    width: 360px;
    display: inline-block;
    vertical-align: top;
}
.member-user-info-img-box{
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    position: relative;
}
.member-user-info-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.member-user-info-noImg{
    width: 100%;
    height: 100%;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    font-size: 16px;
    color: #000;
}
.member-user-info-text-box{
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 15px;
}
.member-user-info-text{
    display: block;
    margin-bottom: 5px;
}
.member-user-info-text p{
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    font-family: "Noto Sans TC";
    line-height: 24px;
    color: #666;
    letter-spacing: 0.1em;
    margin-right: 10px;
}
.member-user-info-text span{
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-family: "Noto Sans TC";
    line-height: 18px;
    color: #666;
    letter-spacing: 0.1em;
}
.member-user-info-url{
    display: block;
}
.member-user-info-url a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "Noto Sans TC";
    line-height: 24px;
    color: #000;
    letter-spacing: 0.1em;
    position: relative;
}
.member-user-info-url span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "Noto Sans TC";
    line-height: 24px;
    color: #000;
    letter-spacing: 0.1em;
    margin: 0 5px;
}
.member-category-box{
    width: 100%;
    display: block;
    margin-top: 85px;
}
.member-category{
    font-size: 18px;
    font-family: "Noto Sans TC";
    line-height: 24px;
    color: #666;
    letter-spacing: 0.1em;
    margin-right: 10px;
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 40px;
    position: relative;
    transition: all .3s linear;
}
.member-category::after{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 50%;
    font-family: "Noto Sans TC";
    color: #666;
    position: absolute;
    top: calc(50% - 3px);
    left: 3px;
    transition: all .3s linear;
}
.member-category:last-child{
    margin-bottom: 0;
}

.member-right-box{
    width: calc(100% - 360px);
    display: inline-block;
    vertical-align: top;
}
.member-title-box{
    width: 100%;
    display: block;
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: 85px;
}
.member-title-box h2{
    font-size: 28px;
    font-family: "Noto Sans TC";
    line-height: 80px;
    color: #000;
    letter-spacing: 0.1em;
}
.member-borrow-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 40px;
}
.member-borrow-add-box{
    width: 200px;
    line-height: 60px;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    background-color: #000;
    border-radius: 5px;
    transition: all .3s linear;
}
.member-borrow-info-box{
    margin-top: 40px;
}
.member-borrow-info{
    width: 100%;
    display: block;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 25px;
    padding: 14px 20px;
}
.member-borrow-info:last-child{
    margin-bottom: 0;
}

.member-borrow-info-class{
    width: 100px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1em;
}
.member-borrow-info-class.isOK{
    color: #fff;
    background-color: #000;
}
.member-borrow-info-date{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #666;
    letter-spacing: 0.1em;
    margin: 0 50px;
}
.member-borrow-info-name{
    width: calc(100% - 426px);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #666;
    letter-spacing: 0.1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.member-borrow-info-edit,
.member-borrow-info-trash{
    width: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    transition: all .3s linear;
}

.member-borrow-pages-info-box{
    width: 620px;
    max-width: 100%;
    display: block;
}
.member-borrow-pages-info-list{
    display: block;
    margin-bottom: 40px;
}
.member-borrow-pages-info-title{
    font-size: 18px;
    font-family: "Noto Sans TC";
    line-height: 1;
    color: #000;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.member-borrow-pages-info-text{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #000;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 0 30px;
    transition: all .3s linear;
}
.member-borrow-pages-info-text:read-only{
    background-color: transparent;
    border: none;
}
.member-borrow-pages-info-text::-webkit-input-placeholder,
.member-borrow-pages-info-title-textarea::-webkit-input-placeholder{
    font-family: "Noto Sans TC";
    color: #666;
    font-weight: 300;
}
.member-borrow-pages-info-text:-moz-placeholder,
.member-borrow-pages-info-title-textarea:-moz-placeholder{
    font-family: "Noto Sans TC";
    color: #666;
    font-weight: 300;
}
.member-borrow-pages-info-text::-moz-placeholder,
.member-borrow-pages-info-title-textarea::-moz-placeholder{
    font-family: "Noto Sans TC";
    color: #666;
    font-weight: 300;
}
.member-borrow-pages-info-select-box{
    width: 100%;
    display: block;
    position: relative;
}
.member-borrow-pages-info-select{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #666;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 0 30px;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
    transition: all .3s linear;
}
.member-borrow-pages-info-select option{
    color: #000;
}

.member-borrow-pages-info-select-box:after{
    content: 'none';
    font-size: 0;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 5px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.5);
    border-left: 5px solid transparent;
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
    pointer-events: none;
}

.member-borrow-pages-info-title-textarea{
    width: 100%;
    height: 200px;
    line-height: 1.6;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #000;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    padding: 20px 30px;
    resize: none;
    transition: all .3s linear;
}
.member-borrow-pages-button-box{
    width: 100%;
    display: block;
    margin-top: 20px;
}
.member-borrow-pages-button{
    width: 100%;
    display: block;
    background-color: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.06em;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
    line-height: 60px;
    transition: all .3s linear;
}
.member-borrow-pages-info-img{
    width: 120px;
    display: block;
    background-color: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.06em;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
    line-height: 60px;
    margin-bottom: 20px;
}
.member-borrow-pages-info-img p{
    font-weight: 300;
}
.member-borrow-pages-info-img input[type="file"]{
    position: absolute;
    opacity: 0;
}
.member-borrow-pages-info-list .member-user-info-img-box{
    width: 120px;
    height: 120px;
}


.member-vip-add-box{
    width: 200px;
    display: block;
    position: relative;
}
.member-vip-add-box p{
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    background-color: #000;
    border-radius: 5px;
    position: relative;
}
.member-vip-add-all-box{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.member-vip-add{
    width: 100%;
    line-height: 48px;
    font-size: 16px;
    font-family: "Noto Sans TC";
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    position: relative;
}
.member-vip-add:nth-child(n + 2){
    border-top: none;
    line-height: 49px;
}

.member-update-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 18px;
    line-height: 2;
    font-family: "Noto Sans TC";
    color: #666;
    letter-spacing: 0.1em;
}
.member-user-info-img-preset-box{
    width: 100%;
    max-height: 300px;
    overflow: auto;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}
.member-user-info-img-preset{
    width: calc((100% - 50px) / 6);
    height: calc(548px / 6);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}
.member-user-info-img-preset:nth-child(6n){
    margin-right: 0;
}
.member-user-info-img-preset:nth-child(n + 7){
    margin-top: 10px;
}
.member-user-info-img-preset>input[type="radio"]{
    position: absolute;
    opacity: 0;
}
.member-user-info-img-preset>input[type="radio"]:checked + span::after{
    content: '';
    border: 1px solid #ff0000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.member-forget-password .member-right-box{
    width: 100%;
}
.member-forget-password .member-borrow-pages-info-box{
    margin: 0 auto;
}



@media only screen and (max-width: 1600px){
    .member-all-box{
        width: 1400px;
    }
}
@media only screen and (max-width: 1400px){
    .member-all-box{
        width: 1200px;
    }
    .member-user-box{
        width: 300px;
    }
    .member-right-box {
        width: calc(100% - 300px);
    }
    .member-title-box{
        padding: 0 20px;
        margin-bottom: 45px;
    }

    .member-borrow-box{
        padding: 0 20px;
    }

    .member-update-box{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1200px){
    .member-all-box{
        width: 1000px;
    }
    
    .member-borrow-info{
        padding: 9px 15px;
    }
    .member-borrow-info-date{
        margin: 0 30px;
    }
    .member-borrow-info-name{
        width: calc(100% - 386px);
    }
}
@media only screen and (max-width: 1000px){
    .member-box{
        padding-top: 124px;
    }
    .member-all-box{
        width: 750px;
        padding: 60px 0;
    }
    
    .member-user-box{
        width: 100%;
        display: block;
    }
    .member-category-box{
        margin-top: 45px;
        position: relative;
    }
	.rwd-member-category{
        width: 100%;
        height: 46px;
        border: 1px solid #d1d1d1;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
        display: block;
        line-height: 46px;
        position: relative;
        box-sizing: border-box;
    }
    .rwd-member-category:after {
        content: '';
        width: 0px;
        height: 0px;
        margin: 0 auto;
        border-right: 5px solid transparent;
        border-top: 8px solid #666;
        border-left: 5px solid transparent;
        display: block;
        position: absolute;
        bottom: calc(50% - 5px);
        right: 5%;
        box-sizing: border-box;
    }
    .member-category-all-box{
        width: 100%;
        box-sizing: border-box;
        padding: 5px 0;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
        position: absolute;
        z-index: 2;
        background-color: #fff;
        display: none;
    }
    .member-category::after{
        display: none;
    }
    .member-category{
        line-height: 50px;
        margin-bottom: 0;
        text-align: center;
    }

    .member-right-box{
        width: 100%;
        margin-top: 60px;
    }
    .member-title-box h2{
        line-height: 60px;
        font-size: 22px;
    }
    .member-borrow-add-box{
        width: 160px;
        line-height: 40px;
    }
    .member-borrow-info-box{
        margin-top: 20px;
    }
    .member-borrow-info-class{
        width: 80px;
        font-size: 14px;
    }
    .member-borrow-info-date{
        font-size: 14px;
        margin: 0 20px;
    }
    .member-borrow-info-name {
        width: calc(100% - 328px);
        font-size: 14px;
    }
    .member-borrow-info-edit{
        font-size: 14px;
    }

    .member-borrow-pages-info-box{
        width: 100%;
    }

    .member-vip-add-box{
        width: 160px;
    }
    .member-vip-add-box p{
        line-height: 40px;
    }

    .member-update-box{
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px){
    .member-all-box {
        width: 550px;
        padding: 40px 0;
    }
    .member-borrow-info{
        position: relative;
    }
    .member-borrow-info-name{
        width: 100%;
        margin-top: 5px;
    }
    .member-borrow-info-edit{
        position: absolute;
        top: 9px;
        right: 40px;
        margin-left: 0;
    }
    .member-borrow-info-trash{
        position: absolute;
        top: 9px;
        right: 10px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 550px){
    .member-box{
        padding-top: 97px;
    }
    .member-all-box {
        width: 95vw;
        padding: 20px 0;
    }
    .member-category-box{
        margin-top: 20px;
    }
    .member-right-box{
        margin-top: 20px;
    }
    .member-title-box{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .member-title-box h2{
        font-size: 16px;
        line-height: 40px;
    }
    .member-update-box{
        font-size: 14px;
        padding: 0 10px;
    }
    .member-borrow-box{
        padding: 0 10px;
    }
    .member-borrow-info{
        padding: 5px 9px;
    }
    .member-borrow-info-date{
        font-size: 12px;
        margin: 0;
        display: block;
        margin-top: 5px;
        line-height: 20px;
    }
    .member-borrow-info-name{
        margin-top: 0;
    }
}


@media only screen and (min-width: 1001px){
    .member-category:hover,
    .member-category.active{
        color: #000;
    }
    .member-category:hover::after,
    .member-category.active::after{
        background-color: #000;
    }
    
    .member-user-info-url a::after{
        content: '';
        width: 0%;
        height: 1px;
        display: block;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .3s linear;
    }
    .member-user-info-url a:hover::after{
        width: 100%;
    }
    .member-borrow-add-box:hover,
    .member-borrow-pages-button:hover{
        background-color: #ffba00;
        color: #000;
    }
    .member-borrow-info-edit:hover, 
    .member-borrow-info-trash:hover{
        color: #ffba00;
    }
    .member-borrow-pages-info-text:hover,
    .member-borrow-pages-info-text:focus,
    .member-borrow-pages-info-title-textarea:hover,
    .member-borrow-pages-info-title-textarea:focus,
    .member-borrow-pages-info-select:hover{
        box-shadow:  0 0 5px rgba( 0, 0, 0, 0.35);
    }
}