﻿@charset "UTF-8";
* {font-family: 'PingFangTC','Roboto',Arial,'儷黑 Pro','LiHei Pro','微軟正黑體', 'Microsoft JhengHei',sans-serif;color: #0d1623;}
html {-webkit-text-size-adjust: 100%}
body{
	margin: 0px;
	padding: 0px;
	background-color: #f9fbff;
	color: #0d1623;
	font-family: "PingFangTC","Microsoft JhengHei";
}
ul,ol,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	color: #c43826;
    cursor:pointer;
}

ul,ol{
	list-style: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

input[type=text],input[type=password]{

    border:0px;
	background-color: #fff;
 	height: 50px;
 	/*box-sizing: border-box;
 	border-radius: 2px;
  	border:1px solid #e6ebf5;*/
 	font-size: 0.875em;
 	padding: 0 18px;
 	color: #0d1623;
 	transition-duration: 0.5s;

     position:relative;
}

::placeholder{
	color: #6c7b94;
}

input:focus{
	outline: none;
}
input[type=checkbox]{
	display: none;
}
label{
	position: relative;
}
input[type=checkbox] + label span{
    padding-left: 25px;
    line-height: 22px;
    color:#3f5372;
}
input[type=checkbox] + label span:before{
	content: "";
	display: block;
	width: 20px;
  	height: 21px;
  	position: absolute;
  	left: 0;
  	top: -2px;
  	background-image: url(../../ICON/u-ikit-checkbox-default.svg);
}
input[type=checkbox]:checked + label span:before{
		background-image: url(../../ICON/u-ikit-checkbox-select.svg);
}

input[type=checkbox].disbale + label span {opacity: 0.5;cursor:default;}


/* 隱藏 */
.hidden {
	display: none !important;
}


#all-wrap{
	overflow: hidden;
}
.container{
	/*max-width: 768px;*/
	margin: auto;
}

/*表頭*/
header{
	height: 70px;

    background-color: #fff;
	/*background:linear-gradient(99deg, #ffffff 46%, #e6ebf5 101%);*/

	border-bottom: solid 1px #e6ebf5;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 999;
	/*box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.15);*/
	transition-duration: 0.5s;

    display: flex;
    justify-content: center;
}
header .container{
	
	position: relative;
	background-color:transparent;
    width:100%;
    /*min-width:100%;*/
    height:100%;

    padding: 2px 30px;
    
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

    
    header .container .title {
        /*padding-left:50px;*/
        position:relative;
        padding: 0px;
        background: url(../../ICON/logo.svg) no-repeat center top transparent;
	    background-size: 100% 100%;
        width:159px;
        height:36px;
    }
    /*header .container .title:before {
        content:'';
        background: url(../../ICON/logo.svg) no-repeat center top transparent;
	    background-size: 100%;
        position:absolute;
        left:0px;
        width:159px;
        height:36.4px;
    }*/


@media screen and (max-width:690px ){
    header .container {
        display: flex;
        align-items: center;
        justify-content:center;
    }
}

/*內文頁框架*/
main{
	padding-top: 70px;
    width: 100vw;
    
    transition-duration: 0.5s;

}
main .container{
	/*max-width: 768px;*/
	width: 100%;
	margin-top:80px;
    margin-bottom:20px;
    display: flex;
    justify-content: center;
}
main .container .content-wrap{    
    display: flex;
    flex-direction: column;
    align-items: stretch;
    
    width: 500px; 
}

    main .container .content-wrap .contain {
        margin-bottom:20px;
        padding: 40px 39px 40px 40px;
        border-radius: 2px;
        box-shadow: 0 0 12px 0 #d7e0ef;
        background-color: #fff;

    }

        main .container .content-wrap .contain * {
            font-size:16px;

        }

        
main .container .content-wrap .contain .title {
    text-align:center;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.95px;
}
.row {
    margin-top:20px;
    display: flex;
    flex-direction: column;
    text-align:center;

     position:relative;
}

input[type=text], input[type=password] {
    position:relative;
    width:80%;
}

.input-box {
    border-radius: 2px;
  	border:1px solid #e6ebf5;
 	background-color: #fff;
    box-sizing: border-box;
    
    padding-right:06px;

    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    position:relative;

}
.check-box {
    font-size:14px;
    color:#c43826;
    margin-top:8px;
    text-align:left;
    padding-left:5px;
}
.check-icon {
    content: "";
	display: block;
    margin-right:10px;
	width: 15px;
  	height: 15px;
  	background-image: url(../../ICON/ic-ok.svg) ;
    background-size:100%;
    background-repeat:no-repeat;
}
.check-icon.error{
	background-image:url(../../ICON/ic-err.svg);
}

.view-btn {
    content: "";
	display: block;
    margin-right:10px;
	width: 20px;
  	height: 13px;
  	background-image: url(../../ICON/ic-pw-hide.png) ;
    background-size:100%;
    background-repeat:no-repeat;
    cursor:pointer;
}
.view-btn.show{
	background-image:url(../../ICON/ic-pw-show.png);
}

main .container .content-wrap .contain .btn-se {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	/*margin: 10px;*/
	
	padding: 11px 11px 11px 11px;
	border-radius: 2px;
	background-color: #c43826;
	border: 0px;
	text-align: center;
	letter-spacing: 0.5px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

#divReCAPTCH {
    padding:0px 10px;
    display:none;
}
#reCAPTCHAv2 {
    /*transform: scale(0.93);
    transform-origin: 0 0;*/
}
/* 隱藏ICON */
.grecaptcha-badge {
    display: none;
}
/* reCAPTCHA 聲明 */
.reCAPTCHA_Note {
    font-size: 14px;  
    color: #a9b6cb;
    text-align:center;  
    letter-spacing: 0.35px;
    padding: 0px;
    margin: 0px;
}

    .reCAPTCHA_Note a {
        text-decoration: none;
        font-size:inherit;
        color: rgb(61, 118, 153);
        line-height:inherit;
        padding: 0px;
        margin: 0px;
    }


@media screen and (max-width:550px ){
    main .container {
        margin-top:0px;
    }
    main .container .content-wrap {
        width: 100%;
    }
        main .container .content-wrap .contain {
            padding: 40px 16px;
        }

main .container .content-wrap .contain .title {
    font-size: 24px;
    letter-spacing: 0.6px;
}

    #divReCAPTCH {
        padding:0px 16px;
    }
}




/*--*/
.alertBox {	
	visibility: hidden;
    opacity: 0;
	position: fixed;
	z-index: 9999;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;

    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

	.alertBox .box {
        position:absolute;
        z-index:1;
		vertical-align: middle;

		-webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
        
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        transition-timing-function: ease-in-out;
	}

	.alertBox .alert {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFF;
		border-radius: 2px;
		box-shadow: 0 2px 15px 0 rgba(13, 22, 35, 0.16);
	}

	.alertBox .alert .alert-title {
		padding: 16px 20px;
		color: #0d1623;
		font-weight: bold;
		font-family: PingFangTC;
		font-size: 20px;
	}

	.alertBox .alert .alert-content {
		border-top: solid 1px #e6ebf5;
		border-bottom: solid 1px #e6ebf5;
		padding: 0px;
		color: #3f5372;
		font-family: PingFangTC;
		font-size: 16px;
		letter-spacing: 0.4px;
		text-align: left;
	}

.commonAlertBox.alertBox .alert .alert-content {
    padding: 20px;
    padding-top: 19px;
}

	.alertBox .alert .alert-btn {
		text-align: right;
		/*padding: 15px 20px;*/
		/*padding: 5px 10px 6px 0px;*/
		padding-top: 15px;
		padding-right: 20px;
		padding-bottom: 15px;
	}

    .alertBox .alert .alert-btn .confirm{
        display: flex;
        justify-content: flex-end;
    }

.alertBox .alert input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: PingFangTC;
    min-width: 86px;
    height: 40px;
    margin-left: 16px;
    padding: 9px 16px;
    border-radius: 2px;
    border: solid 1px #e6ebf5;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

	.alertBox .alert .alert-btn .ok {
		border: solid 1px rgba(37, 74, 145, 0);
		background-color: #c43826;
		line-height: 1.57;
		color: #FFF;
	}

    .alertOpen {
	    visibility: visible !important;
        opacity: 1;
    }
    .alertOpen .box {
	    -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;

        
    }


/* Overlayer */
.alertMask {z-index:0;position:absolute;top:0px;left:0px;background:rgba(0,0,0,0.7);width:100%;height:100%}

/*--*/



