@charset "UTF-8";
/* ============ global =========== */
body,html{
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
body{
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans TC', Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif, MingLiU;
  font-size: 17px;
  font-weight: 400;
  color: #777;
  background: #f8f8f8;
}
h1, .h1{
  font-size: 40px;
  font-weight: 400;
  margin-top: 0;
}
h2, .h2{
  font-size: 32px;
  font-weight: 400;
  margin-top: 0;
}
h3,.h3{
	font-size: 24px;
	font-weight: 400;
    margin-top: 0;
}
h5, .h5{
	font-size: 17px;
	margin-top: 0;
}
h5, .h5{
	font-size: 14px;
	margin-top: 0;
}
.green{
	color:#83D395;
}
.black{
  color:#000;
}
.grey{
  color:#777;
}
.row.narrow{
	margin-right:-6px;
	margin-left:-6px;
}
.row.narrow> *{
	padding-left:6px;
	padding-right: 6px;
}
a.link{
	color:inherit;
	text-decoration:underline;
}
/* =========== button ========== */
.btn{
  border-radius: 50px;
  font-weight: 400;
}
.btn:hover, .btn:focus, .btn:active:focus,
button:hover, button:focus, button:active:focus{
  outline: 0;
}
.btn:active{
  box-shadow: none;
}
.btn-main{
  color: #fff;
  background: #83D395;
  background: linear-gradient(104.27deg, #88E479 1.86%, #8FEBAA 51.56%, #68D78E 87.39%);
  box-shadow: 0px 8px 15px rgba(0, 92, 90, 0.12);
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active:focus{
  color: #fff;
  box-shadow: none;
}
.btn-noborder{
  color: #83D395;
  border: none;
  background: none;
  text-decoration:underline;
}
.btn-noborder:hover,
.btn-noborder:focus,
.btn-noborder:active:focus{
  color: #83D395;
  border: none;
}
.btn-big{
    width: 100%;
    padding: 12px 20px;
}
.btn-dynamic {
	width: 100%;
	padding: 20px 20px;
	border-radius: 0.95em;
	max-width: 375px;
	height: 64px;
}
/* =========== input ========== */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}
input[type=number]{
	-moz-appearance: textfield !important;
}
input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::placeholder, input::-webkit-input-placeholder{
    color: #bbb;
}
.checkboxInput {
    position: relative;
    padding-left:25px;
    margin-bottom: 15px;
}
.checkboxInput input[type="checkbox"]{
  opacity: 0;
  position:absolute;
}
.checkboxInput label{
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top:-8px;
  left: 0;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.checkboxInput label:after{
  opacity: 0;
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  background:url(../images/icon-check.png);
  background-size:cover;
  width:13px;
  height:13px;
}
.checkboxInput input[type=checkbox]:checked + label:after{
  opacity: 1;
}
.checkboxInput input[type=checkbox]:checked + label{
  background: #83D395;
  border-color: #83D395;
}
/* =========== icon ========== */
.icon:before{
  content:'';
  display:inline-block;
}
.icon-eye-slash:before{
  background:url(../images/icon-eyeclose.png);
  -webkit-background-size: cover;
  background-size: cover;
  height:32px;
  width:32px;
}
.icon-eye:before{
  background:url(../images/icon-eyeopen.png);
  -webkit-background-size: cover;
  background-size: cover;
  height:32px;
  width:32px;
}
.icon-so-tick:before{
  background:url(../images/check.png);
  -webkit-background-size: cover;
  background-size: cover;
  height:10px;
  width:14px;
}
/* =========== form ========== */
.wrapper{
	width: 425px;
	max-width:100%;
	margin:0 auto;
}
.big-wrapper{
  width: 740px;
  max-width:100%;
  margin:0 auto;
}
.content-box{
	background: #FFFFFF;
	border-radius: 15px;
	margin:60px 0 100px;
	padding:50px 15px;
}
.form-group{
	margin-bottom: 1.5rem;
}
.form-control,
.form-select{
	border: 1px solid #E8E8E8;
    border-radius: 6px;
    padding: 0.7rem 0.75rem;
}
.form-control:read-only{
	background:#f8f8f8;
}
.input-group-text{
	background:none;
	border: 1px solid #E8E8E8;
}
.toggle-password{
	position:absolute;
	right:0;
	top:42px;
	cursor:pointer;
}
.verify-tick {
    position: relative;
    top: 0;
    float: right;
    margin-right: 30px;
    margin-top: -38px;
    opacity: 0;
    transition: opacity 0.25s ease-in;
}
hr.line{
	border-top:1px solid #E8E8E8;
	opacity:1;
	margin-top:45px;
	margin-bottom: 25px;
}
.modal-body{
	padding:40px 15px 30px;
}
.modal-body .btn-close{
   position:absolute;
   top: 10px;
   right:10px;
}
.singleCode{
	margin: 40px 0;
}
.singleCode input{
    width: 59px;
    height: 59px;
    border-radius: 9px;
    border: none;
    background: #F1F1F1;
    text-align: center;
    margin: 0 4px;
}
.error-alert{
   margin-top: 0.25rem;
   font-size: 14px;
   color: #E92C2C;
}
.status-icon{
	width:90px;
}
/*.kv{
	min-height:730px;
	background: url(../images/kv.jpg) top center no-repeat;
	background-size:cover;
}*/
.kv img{
  width:100%;
}
.tnc{
  color:#333;
}
.tnc p{
  font-size: 14px;
}
/* =========== 1680 ========== */
/*@media (max-width: 1680px){
	.kv{
		min-height:640px;
	}
}

@media (max-width: 1360px){
	.kv{
		min-height:540px;
	}
}

@media (max-width: 1024px){
	.kv{
		min-height:440px;
	}
}*/
/* =========== 576 ========== */
@media (max-width: 576px){
	h1, .h1{
	  font-size: 28px;
	}
	h2, .h2{
	  font-size: 26px;
	}
  .content-box {
    margin: 30px 0 50px;
    padding: 30px 15px;
  }
	.singleCode input{
		width:38px;
		height:38px;
	}
}



