﻿.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;
}

@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;
    }
}

@media screen and (max-width: 420px) {
}


/* ▁▁▁▁▁▁▂▄▆█ 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: 0px !important;
}
