@charset "UTF-8";
/*===========================================
會員專區
===========================================*/
.member__login::before{
    height:300px;
}
.member__login .page__header{
    display:none;
}
.dir__link[href*=".doc"]::before, .dir__link[href*=".DOC"]::before,
.dir__link[href*=".pdf"]::before, .dir__link[href*=".PDF"]::before{
    vertical-align:-2px;
    width:16px;
    height:16px;
}
@media screen and (max-width:1024px){
    .member__login::before{
        height:180px;
    }
}

/*-------------------------------------------
登入, 變更密碼
-------------------------------------------*/
.login__inner{
    display:flex;
    align-items:center;
}
    .login__notice{
        flex:1;
        order:2;
        padding-left:50px;
    }
        .login__notice ul{
            margin-top:0;
            padding-left:1.4em;
        }
            .login__notice ul li{
                padding-bottom:5px;
            }
    .login__container{
        width:50%;
        background-color:var(--primary-light-color);
        border-radius:30px;
        padding:50px 80px;
    }
    .member__password .login__container{
        background-color:#feefef;
        padding:30px 40px;
        width:400px;
    }
        .login__container input{
            height:auto;
            min-height:40px;
            padding:10px;
        }
        .login__container .get__password{
            float:right;
        }
        .login__container [name="input_code"]{
            width:125px;
        }
        .login__container .validate{
            position:absolute;
            margin-left:10px;
        }
        .login__container [type="submit"]{
            min-height:50px;
            font-size:1.25rem;
        }
@media screen and (max-width:1024px){
    .login__notice{
        padding-left:30px;
    }
    .login__container{
        width:45%;
        padding:40px 50px;
    }
}
@media screen and (max-width:820px){/* iPad Air and Portrait */
    .login__inner{
        flex-wrap:wrap;
        align-items:normal;
        width:500px;
        margin:0 auto;
    }
        .login__notice{
            order:1;
            padding-left:0;
        }
        .login__container{
            width:100%;
            order:2;
        }
}
@media screen and (max-width:576px){
    .login__inner{
        width:100%;
    }
        .member__password .login__container{
            padding:30px 40px;
            width:350px;
        }
}
@media screen and (max-width:440px){/* i16 Pro Max */
    .login__notice{
        font-size:.875rem;
    }
    .login__container{
        padding:30px 8vw;
    }
    .member__password .login__container{
        padding:30px 8vw;
        width:100%;
    }
}

/*-------------------------------------------
忘記密碼
-------------------------------------------*/
.forgot .login__inner{
    width:50%;
    margin:0 auto;
}
    .forgot .login__container{
        width:100%;
    }
@media screen and (max-width:820px){/* iPad Air and Portrait */
    .forgot .login__inner{
        width:500px;
    }
}
@media screen and (max-width:576px){
    .forgot .login__inner{
        width:100%;
    }
}

/*-------------------------------------------
會員首頁
-------------------------------------------*/
.member__serivce .dir__list{
    display:flex;
    flex-wrap:wrap;
    margin:0;
    padding:0;
    overflow-x:initial;
}
    .member__serivce .dir__item{
        flex:1;
        padding:5px;
    }
    .member__serivce .dir__item:nth-child(n+2){
        padding:5px;
    }
        .member__serivce .dir__link{
            display:block;
            border:1px solid #aaa;
            padding:10px 5px;
            width:100%;
            text-align:center;
        }
        .member__serivce .dir__link:focus,
        .member__serivce .dir__link:hover{
            border:1px solid var(--link-color);
            background-color:var(--link-color);
            color:#fff;
        }
@media screen and (max-width:820px){/* iPad Air and Portrait */
    .member__serivce .dir__item{
        flex:0 1 25%;
    }
}
@media screen and (max-width:667px){/* i6, i7, i8 Landscape */
    .member__serivce .dir__item{
        flex:0 1 33.3333%;
    }
}
@media screen and (max-width:440px){/* i16 Pro Max */
    .member__serivce .dir__item{
        flex:0 1 50%;
    }
}

/*-------------------------------------------
會員資料, 資料異動
-------------------------------------------*/
.member__data{
    font-weight:700;
    font-size:1.125rem;
}
    .member__data .form__col{
        min-height:65px;
    }
        .member__data label{
            color:#777;
            font-weight:400;
        }
        .member__data .form__col::after{
            content:"";
            display:block;
            border-bottom:1px solid rgba(0,0,0,.1);
            position:absolute; bottom:0; left:10px; right:10px;
        }
        .member__data .explanation{
            font-weight:400;
        }
        .member__data .before,
        .member__data .after{
            font-weight:400;
            font-size:.75rem;
            margin-right:5px;
        }
        .member__data .before{
            color:green;
        }
        .member__data .after{
            color:#c00;
        }
        [name="SS_CODE"]{
            background-color:#fff;
            border:1px solid #bbb;
            border-radius:3px;
            font-size:16px;
            line-height:1;
            height:34px;
            padding:5px 3px;
            width:60px;
        }
        .city_and_area{
            padding-left:56px;
        }
        [name="incumbent"]{
            width:calc(100% - 62px);
        }
        [name="address"],
        [name="office_address"]{
            width:calc(100% - 400px);
        }
        [name="email"],
        [name="unit"],
        [name="job_title"]{
            width:calc(100% - 62px);
        }
@media screen and (max-width:768px){
    .code_area + .explanation{
        display:block;
        padding-left:56px;
    }
}
@media screen and (max-width:576px){
    .member__data .before,
    .member__data .after{
        display:block;
        margin:5px 0 5px;
    }
    .member__data .after{
        margin-top:8px;
    }
    .code_area{
        display:block;
    }
    .city_and_area{
        padding-left:0;
    }
    [name="name_en"],
    [name="email"],
    [name="unit"],
    [name="division_id"],
    [name="incumbent"],
    [name="job_title"],
    [name="address"],
    [name="office_address"]{
        width:100%;
    }
   .code_area + .explanation{
        padding-left:0; padding-bottom:8px;
    }
}
@media screen and (max-width:440px){/* i16 Pro Max */
    .member__data{
        font-size:1rem;
    }
}

/*-------------------------------------------
會員積分查詢
-------------------------------------------*/
.score__header{
    background-color:rgba(var(--primary-rgb),.06);
    border-radius:10px;
    padding:20px;
    margin-bottom:30px;
}
    .score__header .btn-print{
        padding-left:1.5em; padding-right:1.5em;
        white-space:nowrap;
    }
    .score__total{
        margin:0;
        font-size:2rem;
        line-height:1;
    }
    .score__notice{
        /* background-color:#fffad3; */
    }
    .col-dateRange select{
        vertical-align:middle;
        text-align:center;
    }
    .score__header .form__row:last-of-type .form__col::after{
        display:none;
    }
.score__list thead th{
    white-space:nowrap;
}
.score__list tfoot td{
    border-top:2px solid #aaa;
    font-size:1.25rem; font-weight:700;
}
@media screen and (max-width:768px){
    .col-print{
        position:absolute; top:-80px; right:0;
        padding:0;
    }
        .col-print::after{
            display:none !important;
        }
}
@media screen and (max-width:576px){
    .score__header{
        border-radius:0;
        margin:0 -15px 15px;
    }
        .col-print{
            top:-70px;
        }
        .col-dateRange select{
            width:20vw;
        }
        .col-dateRange .to{
            display:block;
            margin-top:2px;
        }
        .col-dateRange [type="submit"]{
            width:100%;
            margin:5px auto 0;
        }
    .score__list{
        margin:0 -15px;
    }
        .score__list thead{
            display:none;
        }
        .score__list tr{
            display:flex;
            flex-wrap:wrap;
            border-bottom:1px solid #e3e3e3;
            padding:15px 10px;
        }
        .score__list tr:first-child{
            padding-top:0;
        }
            .score__list td{
                border:none !important;
                color:#111;
                font-size:1rem; font-weight:700;
                text-align:left;
                width:100%;
            }
            .score__list td:nth-child(3),
            .score__list td:nth-child(4){
                width:50%;
            }
            .score__list td:nth-child(4){
                text-align:right;
            }
                .score__list td::before{
                    content:attr(data-label);
                    display:block;
                    color:#777;
                    font-size:.875rem; font-weight:400;
                    margin-bottom:3px;
                }
        .score__list tfoot tr{
            border-bottom:none; border-top:1px solid #ccc;
            padding-top:0; padding-bottom:0;
            justify-content:flex-end;
        }
            .score__list tfoot tr td{
                width:auto;
                text-align:right;
            }
}
@media screen and (max-width:360px){
    .score__header,
    .score__list{
        margin:0 -10px;
    }
}
@media print{
    .wrapper{
        max-width:none;
        padding:0;
    }
    .header{
        padding:0;
    }
        .header__inner{
            border-radius:0;
            box-shadow:none;
            height:auto;
        }
            .heading__title{
                margin:0 auto;
                position:static;
                background:none;
                width:100%;
                text-align:center;
            }
                .heading__link{
                    height:auto;
                    padding-bottom:0;
                }
                    .heading__title-tw{
                        color:#000;
                        font-size:1.75rem;
                        line-height:1;
                        opacity:1;
                    }
                    .heading__title-en{
                        color:#777;
                        font-size:1rem; font-weight:400;
                        line-height:1;
                        opacity:1;
                    }
        .menu__container{
            display:none;
        }
    .content__container{
        min-height:auto;
        padding:0;
    }
        .page__header{
            display:none;
        }
        .article__title{
            color:000;
            font-size:1.5rem;
            line-height:1.2;
            text-align:center;
        }
            .article__title::before{
                display:none;
            }
        .score__header{
            border:1px solid #111;
            padding:15px 15px 5px;
            margin-bottom:10px;
        }
            .col-total{
                text-align:right;
                width:50%;
            }
            .col-print{
                display:none;
            }
            .col-dateRange select{
                border:none;
                height:auto;
                margin:0;
                padding:0;
            }
            .score__header [type="submit"]{
                display:none;
            }
        .score__list .table__list tbody td{
            font-size:.875rem;
        }
    .banners,
    footer{
        display:none;
    }
}

/*-------------------------------------------
會員會費查詢
-------------------------------------------*/
.fee__list thead th{
    white-space:nowrap;
}
@media screen and (max-width:576px){
    .fee__list{
        margin:0 -15px;
    }
        .fee__list thead{
            display:none;
        }
        .fee__list tr{
            display:flex;
            flex-wrap:wrap;
            border-bottom:1px solid #e3e3e3;
            padding:15px 10px;
        }
        .fee__list tr:first-child{
            padding-top:0;
        }
            .fee__list td{
                border:none !important;
                color:#111;
                font-size:1rem; font-weight:700;
                text-align:left;
                width:33.33%;
            }
            .fee__list td:nth-child(2){
                text-align:center;
            }
            .fee__list td:nth-child(3){
                order:4;
                width:100%;
            }
            .fee__list td:nth-child(4){
                order:3;
                text-align:right;
            }
                .fee__list td::before{
                    content:attr(data-label);
                    display:block;
                    color:#777;
                    font-size:.875rem; font-weight:400;
                    margin-bottom:3px;
                    }
}
@media screen and (max-width:360px){
    .fee__list{
        margin:0 -10px;
    }
}

/*-------------------------------------------
健保新知 / List
-------------------------------------------*/
.health__list{
    list-style:none;
    margin:0;
    padding:0;
}
    .health__item{
        border-bottom:1px solid rgba(0,0,0,.1);
        padding-bottom:15px;
        position:relative;
    }
    .health__item:nth-child(n+2){
        margin-top:15px;
    }
        .health__info__inner{
            font-size:.875rem;
            line-height:1.3;
            display:flex;
            flex-wrap:wrap;
        }
            .health__title{
                margin:0;
                font-size:1.25rem;
                flex:1;
            }
                .health__title a{
                    color:#111;
                }
                .health__title a:focus,
                .health__title a:hover{
                    color:var(--hover-color);
                }
            .health__date{
                color:#777;
                padding-top:5px; padding-left:30px;
            }
@media screen and (max-width:1024px){
    .health__title{
        font-size:1.125rem;
    }
}
@media screen and (max-width:576px){
    .health__date{
        padding-left:0;
        width:100%;
    }
}

/*-------------------------------------------
健保新知 / Content
-------------------------------------------*/
.article__type__date{
    position:absolute; top:-35px;
}
    .article__type__date .health__date{
        padding:0;
    }
.article__title.health__title{
    border-bottom:2px solid #ccc;
    font-size:2rem;
    line-height:1.2;
    padding-bottom:15px;
}
.health__artcile{
    padding-top:10px;
}
    .health__content{ 
        border-bottom:1px solid #ddd;
        padding-top:15px; padding-bottom:25px;
    }
        .health__content img{
            max-width:100%;
            height:auto !important;
        }
@media screen and (max-width:820px){/* iPad Air and Portrait */
    .article__type__date .health__date{
        font-size:.875rem;
    }
    .article__title.health__title{
        font-size:1.75rem;
    }
}
@media screen and (max-width:440px){/* i16 Pro Max */
    .article__type__date{
        top:-30px;
    }
    .article__title.health__title{
        font-size:6vw;
    }
}
