@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;700&family=Noto+Sans+TC:wght@400;500;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap'); */

@font-face {
	font-family: 'Noto Sans TC';
	src: url('../fonts/NotoSansTC-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: 'Noto Sans TC';
	src: url('../fonts/NotoSansTC-Bold.woff2') format('woff2'); 
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans TC';
	src: url('../fonts/NotoSansTC-VariableFont_wght.woff2') format('woff2'); 
	font-weight: 500;
	font-style: normal;
}

html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%; 
	font-size:62.5%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);}
body{
	margin:0; 
	font-family:'Noto Sans TC', 'Noto Sans SC', "Microsoft JhengHei";
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	background:#333 url(../images/bg.jpg) no-repeat;
	background-size: cover;
	height: 100%;}
img{border:0}
a{color:#555;text-decoration:none;}
a:hover{color:#73bccb;text-decoration:none;}
ul {margin: 0px;padding: 0px;}
h1{color:#73bccb; font-size:13px; margin-left:6px;}
h2{color:#292728; font-size:17px; margin-left:6px;}
.txt_red{ color: #cb4444;}

/* index main CSS */

#wrapper{
	margin: 100px auto;
	width: 900px;
	height: auto;
	position: relative;}/*edit231127*/

#footer{
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0;
	text-align: center;}
#footer p, #footer a{
	color: #333;}

.bg_white{
	position: relative;
	float: left;
	margin: 0 auto;
	width: 100%;
	min-height: 550px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #fff url(../images/logo_login.png) top 155px left 11% no-repeat;}

.right_content{
	float: right;
	margin: 50px;
	width: 420px;
	height: auto;
	min-height: 450px;}

a.login_btn{
	float: left;
	display: block;
	width: 45%;
	margin: 2.5%;
	padding-top: 110px; 
	height: 40px;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;}

a.login_btn.icon1{
	background: #73bccb url(../images/login_btn_icon1.png) center top no-repeat;
	border-bottom: 5px #4f828d solid;}
a.login_btn.icon2{
	background: #669f7c url(../images/login_btn_icon2.png) center top no-repeat;
	border-bottom: 5px #446b53 solid;}
a.login_btn.icon3{
	background: #669f7c url(../images/login_btn_icon3.png) center top no-repeat;
	border-bottom: 5px #446b53 solid;}
a.login_btn.icon4{
	background: #6f8bb2 url(../images/login_btn_icon4.png) center top no-repeat;
	border-bottom: 5px #485a74 solid;}
a.login_btn.icon5{
	background: #6f8bb2 url(../images/login_btn_icon5.png) center top no-repeat;
	border-bottom: 5px #485a74 solid;}
a.login_btn.icon1:hover, a.login_btn.icon2:hover, a.login_btn.icon3:hover, a.login_btn.icon4:hover,a.login_btn.icon5:hover{
	border-bottom: 5px #a08330 solid;}
a.login_btn.icon1:hover{
	background: #d6b045 url(../images/login_btn_icon1.png) center top no-repeat;}
a.login_btn.icon2:hover{
	background: #d6b045 url(../images/login_btn_icon2.png) center top no-repeat;}
a.login_btn.icon3:hover{
	background: #d6b045 url(../images/login_btn_icon3.png) center top no-repeat;}
a.login_btn.icon4:hover{
	background: #d6b045 url(../images/login_btn_icon4.png) center top no-repeat;}
a.login_btn.icon5:hover{
	background: #d6b045 url(../images/login_btn_icon5.png) center top no-repeat;}

a.login_btn:hover{
	transform: translateY(-5px);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    behavior: expression(this.onFocus=this.blur());}

.login_form{
	float:left;
	width: 80%;
	min-height: 450px;
	height: auto;
	padding: 0 5% 0 15%;
	border-left: 1px #DDD solid;}
.login_form h1, .login_form h2{
	color: #73bccb;
	font-style: italic;
	line-height: 140%;
	font-size: 1.8em;}
.login_form h2{
	font-size: 1.3em;}
.login_form span.line_login_title{
	float: left;
	display: block;
	margin: 25px 0 10px;
	width: 100%;
	height: 5px;
	background: url(../images/line_login_title.png) repeat-x;}
.login_form ul{
	float: left;
	width: 100%;
	height: auto;}
.login_form li{
	float: left;
	width: 100%;
	height: auto;
	margin: 5px 0;
	position: relative;}
.login_form li i.input_style{
	position: absolute;
	bottom: 12px;
	left: 15px;
	font-size: 1.1em;}
.login_form li label{
	font-size: 1.1em;}
.login_form input{
	background: transparent;
	border: 0;
	border-bottom: 1px #DDD solid;
	font-size: 1.1em;
	width: 316px;
	height: auto;
	padding: 10px;}
.login_form input.login_style{
	background: transparent;
	border: 0;
	border-bottom: 1px #DDD solid;
	font-size: 1.1em;
	width: 276px;
	height: auto;
	padding: 10px 10px 10px 50px;}
.login_form input:hover{
	border-bottom: 1px #333 solid;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.login_form button{
	border: 0;
	width: 100%;
	padding: 10px 5%;
	font-size: 1.1em;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
button.btn_first{
    background: #73bccb;
    border-bottom: 3px #4f828d solid;}
button.btn_second{
	background: #888;
	border-bottom: 3px #555 solid;}
button:hover{
	cursor: pointer;
    background: #d6b045;
    border-bottom: 3px #a08330 solid;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}

/* 2021-09-22 承攬商補件 */

#resignup input[type="file"] {
	/* display: none; */
}

.custom-file-upload {
	margin-right: 10px;
	color: #fff;
	background: #73bccb;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	border-radius: 5px;
}

.upload-title {
	display: block;
	padding-bottom: 8px;
}

.file_name{
    padding: 2px 0;
    color: #73bccb;
    font-size: 1.15em;
}

/* 手機入廠證 */
.pass_body{
	background: #EDEDED;}
#pass_wrapper{
	margin: 0px auto;
	width: 330px;
	height: 100vh;}
.pass_white{
	box-shadow: 0 0 15px 0px rgb(51 51 102 / 20%);
	float: left;
    margin: 50px auto 15px;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;}
.pass_white2{
	margin: 20px auto 15px;
	height: 650px;}
.pass_content{
	width: 100%;}
.pass_form{
	position: relative;
	text-align: center;
	min-height: 370px;
	float: left;
    width: 86%;
    height: auto;
    padding: 45px 7% 0 7%;
    border: none;}
.pass_form2{
	padding: 50px 7% 0 8%;}
.pass_form input.login_style{
	width: 230px;}
.pass_form input.login_style{
	padding: 10px 10px 10px 40px;}
.pass_form li i.input_style{
    bottom: 15px;
    left: 15px;}
.pass_form h1{
	font-weight: 500;
	margin-bottom: 0px;
	font-style:normal;
	margin-left: 0px;
	font-size: 1.5em;
	margin-top: 15px;
	letter-spacing: 1.5px;}
.pass_form h2{
	background: rgb(38, 38, 38);
	padding: 6px 15px;
	border-radius: 30px;
	margin-top: 10px;
	font-size: 1.15em;
	letter-spacing: 1px;
	display: inline-block;
	font-style: normal;
	color: #fff;}
.pass_form h3{
	text-align: left;
	color:#73bccb ;
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: -5px;}
.pass_form .txt{
	text-align: left;
	font-size: 1.2em;
	margin-top: 5px;
	line-height: 1.55;
	width: 45%;
	display: inline-block;}
.pass_form .txt span{
	font-weight: bold;}
.pass_form p{
	width: 100%;}
.pass_form a.return{
	font-size: 1.1em;
	position: absolute;
	top: 10px;
	right: 15px;
	background: #73bccb;
	border-radius: 2px;
	color: #fff;
	padding: 5px 12px;}

/*LNG*/
.lng_area{
	position: absolute;
	bottom: 12%;
    left: 15.6%;}

/*GUARD & CONTRACTOR STYLE*/
.guard_style .login_form h1, .guard_style .login_form h2,
.guard_style a:hover{color: #669f7c;}
.guard_style button.btn_first{
    background: #669f7c;
    border-bottom: 3px #446b53 solid;}

.contractor_style .login_form h1, .contractor_style .login_form h2,
.contractor_style a:hover,
.pass_form h3{color: #6f8bb2;}
.contractor_style button.btn_first{
    background: #6f8bb2;
    border-bottom: 3px #485a74 solid;} 
.contractor_style .pass_form a.return{
    background: #6f8bb2;} 
.contractor_style .pass_form h2,
.contractor_style .pass_form a.return:hover{
	color: #FFF;}

.guard_style button:hover, .contractor_style button:hover {
    background: #d6b045;
    border-bottom: 3px #a08330 solid;}

/*edit231127*/
.form_table {
    padding: 15px;
    background: #FFF;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	border-top: 5px #73bccb solid;}
.contractor_style .form_table {
	border-top: 5px #6f8bb2 solid;}
.guard_style .form_table {
	border-top: 5px #669f7c solid;}
.form_table th {
    text-align: right;
    padding: 5px 10px 5px 20px;
    color: #333;
    font-size: 16px;}
.form_table td {
    padding: 5px 30px;
    color: #333;
    font-size: 15px;}
.form_table h2 {
    color: #73bccb;
    margin-top: 20px;
    font-size: 20px;}
.contractor_style .form_table h2 {
    color: #6f8bb2;}
.guard_style .form_table h2 {
    color: #669f7c;}
.rule {
    width: 100%;
    height: 300px;
    background-color: #F1F1F1;
    color: #333;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border: 1px #ddd solid;}
.rule_box {
    float: left;
    margin: 10px 0 0 20px;
    padding-right: 5px;
    width: 94.5%;
    height: 280px;
    overflow: hidden;
    overflow-y: scroll;}
.rule_box p {
    text-align: left;
    line-height: 23px;
    font-size: 14px;
	padding:10px 0;}
.rule_box ul {
    list-style-type: decimal;
    text-align: left;
    line-height: 23px;
    font-size: 14px;
    margin-right: 15px;}
.btn_area {
    width: 100%;
    height: auto;
    margin: 15px 0 15px 0;
    float: left;
    text-align: center;}
.btn_style {
    cursor: pointer;
    font-size: 1.05em;
    font-family: 'Noto Sans TC', "Microsoft JhengHei";
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    padding: 7px 20px;
    text-decoration: none;
    background-color: #726e6e;
    color: #FFF;
    display: inline-block;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);}
table .btn_style {
    font-size: 0.95em;}
.btn_style.color_first {
    background-color: #73bccb;}
.contractor_style .btn_style.color_first {
    background-color: #6f8bb2;}
.guard_style .btn_style.color_first {
    background-color: #669f7c;}
.btn_style.color_second {
    background-color: #726e6e;}
.btn_style:hover, .contractor_style .btn_style:hover, .guard_style .btn_style:hover { 
	color: #fff;
    background-color: #d6b045;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}

/*240409 補件-瀏覽附件*/

.login_form a.file_style{
	position: absolute;
	top: 1px;
	right: 0;
	color: #6f8bb2;}
   .login_form a.file_style:hover{
	color: #d6b045;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	   -o-transition: all 0.3s ease 0s;
	   -ms-transition: all 0.3s ease 0s;
	   transition: all 0.3s ease 0s;}
   
.contractor_style .pass_form a.return {
	background: #6f8bb2;
}

