
*{
    margin: 0px;
    padding: 0px;
}

a{
    transition: .3s;
    cursor: pointer;
    color: #303030;
}

p{
    margin-bottom: 0.375rem;
}

button{
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}

hr{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


li{
    list-style: none;
}


body{
    font-family: '微軟正黑體';
    background-color: #d1d1d1;
    font-size: 18px;
    color: #303030;
    position: relative;
    background: url(../img/bg2.png),linear-gradient(#d1d1d1, #d1d1d1);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100vh;
}

h1{
    font-size: 3rem;
    line-height: 1.5;
}

/*登入頁css*/
#login-wrap{
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/login-bg.jpg) no-repeat center / cover;
}



.login-content{
    padding: 40px 20px;
    width: 70%;
    background-color: #fff;
    border-radius: 10px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    align-items: center;
    justify-content: space-between;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.lg-left{
    width: 40%;
}

.lg-right{
    width: 58%;
    border-left: solid;
    border-image: linear-gradient(to bottom, #fff 0%,#ccc 40%,#ccc 62%,#fff 100%) 1 100%;
    border-width: 1px;
    padding-left: 50px;
}


.wrap-center{
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
    overflow-y: scroll;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.btn{
    padding: 1rem 0.75rem;
}

.fz-13{
    font-size: 13px;
}
.fz-14{
    font-size: 14px;
}
.fz-18{
    font-size: 18px;
}
.fz-20{
    font-size: 20px;
}
.fz-22{
    font-size: 22px;
}
.fz-24{
    font-size: 24px;
}
.fz-26{
    font-size: 26px;
}
.fz-30{
    font-size: 30px;
}
.fz-35{
    font-size: 35px;
}

.fw-600{
    font-weight: 600;
}

.w-45{
    width: 45%;
}

.ls-2{
    letter-spacing: 2px;
}

.lh-165{
    line-height: 1.65;
}

.mb-10{
    margin-bottom: 10rem;
}

.w-50{
    width: 50% !important;
}
.w-60{
    width: 60% !important;
}
.w-70{
    width: 70% !important;
}

.w-80{
    width: 80%;
}

.table td{
    vertical-align: middle;
}


.jcsa{
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.index-btn{
    display: flex;
    height: 20vh;
    justify-content: space-between;
}

.index-btn img{
    width: 42%;
    object-fit: contain;
}

.index-btn a{
    width: 55%;
    position: relative;
}

.index-btn a::before{
    position: absolute;
    content: '';
    background: url(../img/cursor.png) no-repeat center /contain;
    width: 125px;
    height: 88px;
    bottom: -32px;
    right: -10px;
}



.btn-blue{
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    color: #fff;
    border: unset;
}

.btn-sm{
    padding: 0.25rem 0.5rem;
    font-size: 18px;
    font-weight: 600;
    vertical-align: bottom;
}


.ck-btn {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #47d5fc 0, #2b43f6 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    position: relative;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 36px;
    width: 100%;
    padding: 35px 15px;
}

.ck-btn:focus{
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    color: #fff !important;
}

.ck-btn:hover{
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
    color: #fff !important;
}

.ck-btn:active{
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
    color: #fff !important;
}

.ck-btn2{
    background-image: radial-gradient(100% 100% at 100% 0, #fe93e5 0, #fb3591 100%) !important;
    box-shadow: rgba(66, 35, 66, 0.4) 0 2px 4px,rgba(66, 35, 60, 0.3) 0 7px 13px -3px,rgba(111, 58, 104, 0.5) 0 -3px 0 inset;
}
.ck-btn2:focus{
    box-shadow: #e03caf 0 0 0 1.5px inset, rgba(66, 35, 54, 0.4) 0 2px 4px,rgba(66, 35, 52, 0.3) 0 7px 13px -3px, #e03c9e 0 -3px 0 inset;
    color: #fff !important;
}

.ck-btn2:hover{
    box-shadow: rgba(66, 35, 53, 0.4) 0 4px 8px, rgba(66, 35, 57, 0.3) 0 7px 13px -3px, #e03c88 0 -3px 0 inset;
    transform: translateY(-2px);
    color: #fff !important;
}

.ck-btn2:active{
    box-shadow: #e03c99 0 3px 7px inset;
    transform: translateY(2px);
    color: #fff !important;
}



.two-btn-wrap{
    display: flex;
    justify-content: center;
}

.btn-secondary{
    background-image: radial-gradient(100% 100% at 100% 0, #bbbbbb 0, #6c757d 100%);
    color: #fff !important;
    border-color: #bbbbbb;
}
.btn-secondary:hover{
    border-color: #bbbbbb;
}

.btn-send-out{
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    color: #fff !important;
    cursor: pointer;
}


.ck-table{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    font-size: 22px;
    font-weight: 600;
}


.scan-gif{
    height: 40vh;
}


.color-bg{
    position: relative;
}

.color-bg::before{
    position: absolute;
    content: '';
    width: calc(100% + 30px);
    height: 100vh;
    z-index: -1;
    margin-top: -100px;
    left: -15px;
    top: 0;
}

.color-bg.no-apply::before{
    background: #ff8c8c;
}
.color-bg.duplicate::before{
    background: #8bbfff;
}
.color-bg.pay::before{
    background: #fff08b;
}

.pay_btn_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.line-pay-btn{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 80px;
    padding: 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pay_info{
    padding: 50px 15px;
    font-size: 35px;
    text-align: center;
}




/*RWD*/

