﻿.TopTitle {
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 6px 0px;
}
.TitleFrame .Title {
    margin: auto;
    transform: none;
    max-width: 768px;
}

/* 標題 浮標 */
.l-title .ul {
    height: 60px;
    width: 6px;
    background-color: #DAA360;
    position: absolute;
    margin-left: -30px;
}

/* 標題 備註 */
.l-title .memo {
    margin-top: 12px;
}


/* 登入框 */
.loginFrame {
    margin-top: 24px;
}

/* input 樣式 */
.cls_Input {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 60px;
    vertical-align: bottom;
    box-sizing: border-box;
    border-bottom: 1px solid #e6ebf5;
    font-size: 0;
    z-index: 0;
}


.cls_InputEffect {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    font-size: 21px;
    font-family: "微軟正黑體","Microsoft JhengHei";
    color: #172439;
    box-sizing: border-box;
    border: 0;
    padding: 10px 0px 6px 0px;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-appearance: none
}

    .cls_InputEffect ~ .cls_FocusLine {
        z-index: 2;
        position: absolute;
        bottom: -1px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #DAA360;
        transition: .15s
    }

    .cls_InputEffect:focus ~ .cls_FocusLine {
        width: 100%;
        background-color: #DAA360;
        transition: .15s;
        left: 0
    }

    .cls_InputEffect.focus ~ .cls_FocusLine {
        width: 100%;
        background-color: #DAA360;
        transition: .15s;
        left: 0
    }
    /*  Fix APP */

    /*.has-content.cls_InputEffect ~ .cls_FocusLine{width:100%;background-color:#DAA360;transition:0.2s;left:0}*/
    /* 樣式一：滑鼠停駐 input 時 label 移至上方 */
    .cls_InputEffect ~ .placeholder {
        /*z-index: -1;*/
        position: absolute;
        top: 25px;
        left: 0px;
        font-family: "微軟正黑體","Microsoft JhengHei";
        color: #9fadc3;
        font-size: 21px;
        transition: .15s;
        letter-spacing: .5px;
        white-space: nowrap
    }

    .cls_InputEffect:focus ~ .placeholder {
        top: 0;
        font-size: 14px;
        color: #DAA360;
        transition: .15s
    }

    .cls_InputEffect.focus ~ .placeholder {
        top: 0;
        font-size: 14px;
        color: #DAA360;
        transition: .15s
    }
    /*  Fix APP */
    .cls_InputEffect.has-content ~ .placeholder {
        top: 0;
        font-size: 14px;
        color: #9fadc3;
        transition: .15s
    }

    /* 樣式二：滑鼠停駐 input 時 label 消失 */
    .cls_InputEffect ~ .placeholder_Hide {
        z-index: -1;
        position: absolute;
        top: 25px;
        left: 14px;
        font-family: "微軟正黑體","Microsoft JhengHei";
        color: #9fadc3;
        font-size: 21px;
        letter-spacing: .5px;
        white-space: nowrap
    }

    .cls_InputEffect:focus ~ .placeholder_Hide, .has-content.cls_InputEffect ~ .placeholder_Hide {
        visibility: hidden
    }

    .cls_InputEffect.focus ~ .placeholder_Hide, .has-content.cls_InputEffect ~ .placeholder_Hide {
        visibility: hidden
    }
    /*  Fix APP */
    .cls_InputEffect ~ .title {
        z-index: -1;
        position: absolute;
        top: 0px;
        left: 14px;
        font-family: "微軟正黑體","Microsoft JhengHei";
        color: #9fadc3;
        font-size: 14px;
        letter-spacing: .5px;
        white-space: nowrap
    }

    .cls_InputEffect:focus ~ .title {
        color: #daa360
    }

    .cls_InputEffect.focus ~ .title {
        color: #daa360
    }
/*  Fix APP */

/* 顯示、隱藏密碼 */
.cls_ReMaskPW {
    position: absolute;
    right: 0;
    bottom: 1px;
    padding: 5px 5px 4px 10px;
    background: #FFF;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cls_GetPW {
    text-align: right;
}

.SignTable {
    margin-bottom: 9px;
}

    .SignTable td:nth-child(2n+2) {
        padding-left: 10px;
    }

    .SignTable td {
        vertical-align: top;
        padding-bottom: 15px;
    }

    .SignTable input[type=checkbox] {
        display: none;
    }

    .SignTable img {
        cursor: pointer;
    }

/* 確認閱讀條款區域 */
.cls_Index_CheckBox_Area {  
    box-sizing: border-box;
}


  .ContentFrame .ContentTitle {
        margin-inline: auto;
        width: 706px;
        text-align: left;
        margin-top: 23.5px;
        background-color: #FFF;
        border: 1px solid #d7e0ef;
        padding: 24px 30px 30px 30px;
        margin-bottom: -23.5px;
    }

.point {
    color: #daa360;
}

/* 續約資格區域 */
.wrapper {
    margin-top: 30px;
    padding: 44px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
}

    .wrapper .wrapper_div {
        width: 205px;
        text-align: center;
        float: left;
    }

    .wrapper .wrapper_img {
        height: 70px;
    }

    .wrapper .wrapper_text {
        margin-top: 25px;
    }

.wrapper_text div:nth-child(2) {
    margin-top: 3px;
}

.wrapper .wrapper_line {
    width: 0px;
    border-right: 1px dashed #d7e0ef;
    height: 78px;
    float: left;
    margin-top: 33px;
}

    .wrapper .wrapper_line:nth-child(6) {
        display: none;
    }

.wrapper .wrapper_div img {
    width: 70px;
    height: 70px;
    padding: 0px;
    margin: 0px;
}

.wrapper .wrapper_title {
    color: var(--primary-0-d-1623);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.wrapper .wrapper_info {
    margin-top: 35px;
    text-align: center;
}

    .wrapper .wrapper_info span {
        cursor: pointer;
    }

    .wrapper .wrapper_info img {
        vertical-align: text-bottom;
    }

.wrapper .wrapper_left {
    width: 281px;
    float: left;
}

    .wrapper .wrapper_left ul {
        margin: 0px;
        margin-top: 12px;
        padding: 0px;
        padding-left: 24px;
        color: #0d1623;
        line-height: 1.94;
    }

        .wrapper .wrapper_left ul li {
            padding-left: 10px;
        }

.wrapper .wrapper_right {
    width: 281px;
    float: left;
    margin-left: 58px;
}


.a_wrapper .a_wrapper_title {
    color: var(--primary-0-d-1623);
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}


.a_wrapper .a_wrapper_content ul {
    margin: 0px;
    padding: 0px;
    padding-left: 24px;
    color: #0d1623;
    line-height: 1.94;
    margin-bottom: 14px;
}

    .a_wrapper .a_wrapper_content ul li {
        padding-left: 0px;
        line-height: 22px;
    }

/*時間軸 X*/
.TimeLine_X {
    width: auto;
}

.TimeLine_X .TimeLine {
    width: 265px;
    margin-top: 12px;
    border-collapse: collapse;
}

    .TimeLine_X .TimeLine td {
        text-align: center;
    }

    .TimeLine_X .TimeLine .line-x {
        height: 1px;
        width: 45px;
        border-top: 1px solid #d7e0ef;
        margin-left: 0px;
        margin-top: 8px;
        position: absolute;
    }

@media screen and (max-width: 768px) {
    body {
        background-color: #FFF;
    }

    .TitleFrame {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    
     .ContentFrame .Content {
            /*margin-top: 23px;*/
            width: calc(100% - 60px);
            margin-left: 0px;
            transform: none;
            border: 0px;
            border-top: 1px solid #D7E0EF;
        }
       .ContentFrame .ContentTitle {
            margin-top: 68px;
            width: calc(100% - 60px);
            margin-left: 0px;
            transform: none;
            border: 0px;
        }

    .wrapper_content {
        width: 230px;
        margin: auto;
    }
    .wrapper {
        padding: 16px;
    }

    .TimeLine_Y {
        display: none;
    }

    .TimeLine_X {
        display: inherit;
    }

    .header_content {
        margin-top: 19px;
        width: 312px;
    }

    .wrapper {
        margin-top: 19px;
    }

        .wrapper .wrapper_text {
            margin-top: 5px;
            margin-left: 10px;
        }

        .wrapper .wrapper_m {
            padding: 18px 20px;
            padding-bottom: 0px;
        }

        .wrapper .wrapper_div {
            width: 100%;
            text-align: left;
        }

        .wrapper .wrapper_info {
            margin-top: 0px;
            margin-bottom: 7px;
        }

        .wrapper .wrapper_div .wrapper_img {
            float: left;
        }

        .wrapper .wrapper_div .wrapper_text {
            float: left;
        }

        .wrapper .wrapper_line {
            width: 100%;
            height: 1px;
            border: 0px;
            border-bottom: 1px dashed #d7e0ef;
            margin-top: 21px;
            margin-bottom: 23px;
        }

            .wrapper .wrapper_line:nth-child(6) {
                display: inherit;
            }

        .wrapper .wrapper_img {
            height: 50px;
        }

            .wrapper .wrapper_img img {
                height: 50px;
                width: 50px;
            }
}

@media screen and (max-width: 769px) {
    body {
        background-color: #FFF;
    }

    .TitleFrame {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    
     .ContentFrame .Content {
            /*margin-top: 23px;*/
            width: calc(100% - 60px);
            margin-left: 0px;
            transform: none;
            border: 0px;
            border-top: 1px solid #D7E0EF;
        }
       .ContentFrame .ContentTitle {
            margin-top: 68px;
            width: calc(100% - 60px);
            margin-left: 0px;
            transform: none;
            border: 0px;
        }

    .wrapper .wrapper_left {
        width: 100%;
        float: none;
    }

    .wrapper .wrapper_right {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-top: 16px;
    }

    .wrapper .wrapper_left ul {
        line-height: normal;
    }

    
}

@media screen and (max-width: 321px) {

    .TimeLine_Y {
        display: inherit;
    }

    .TimeLine_X {
        display: none;
    }

    .wrapper {
        padding: 15px 5px 5px 5px;
    }

        .wrapper .wrapper_m {
            padding: 0px 10px;
        }  
}

/* ▁▁▁▁▁▁▂▄▆█ reCAPTCHA █▆▄▂▁▁▁▁▁▁ */
/* 隱藏ICON */
.grecaptcha-badge {
    display: none;
}
/* reCAPTCHA 聲明 */
.reCAPTCHA_Note {
    font-size: 12px;
    color: rgb(169, 182, 203);
    text-align: center;
    margin-top: 5px;
}

    .reCAPTCHA_Note a {
        text-decoration: none;
        font-size: 12px;
        /*color: rgb(61, 118, 153);*/
    }

#reCAPTCHAv2 {
    padding-bottom: 25px !important;
}
