@CHARSET "UTF-8";

body{
	position: relative;
	background-repeat: no-repeat;
	background-color: #eae0df;
	margin: 0px;
	min-height: 100vh;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif !important;
}
body:before{
	content:'';
	width: 100%;
	height: 30px;
	left:0;
	bottom:0;
	position: absolute;
	background-color:#ddc8c7;
}
.deco:before{
	position: absolute;
	content:'';
	width: 300px;
	aspect-ratio:9/17;
	right: 0;
    bottom: 30px;
	background: url(../images/deco-2.svg) center / contain no-repeat;
}
.deco:after {
	position: absolute;
	content: '';
	width: 393px;
	aspect-ratio: 133 / 48;
	background: url(../images/deco-1.svg) center / contain no-repeat;
	right: 37.8vw;
	top: 17vh;
	;
}
#form1{
	position: relative;
	z-index: 3;
}

td>input {
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-family: inherit;
	margin:0px;
	font: -webkit-small-control;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: start;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
}

td>select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button{
	padding:5px 10px 5px 10px;
	
}

a{
	color:#000; 
	text-decoration:none;
}


a:LINK{ 
	color:#000; 
} 

a:VISITED{ 
	color:#000; 
} 

a:HOVER{
	color:#2C5696; 
	font-weight: bold;
}

a:ACTIVE{
	color:#2C5696; 
	font-weight: bold;
}

table{
	border-collapse: collapse;
	border-spacing: 0px;
}

.b-main {
	width:100%;
	max-width: 1320px;
	margin: auto;
	min-height: 768px;
	/*background: url(../img/company-back.jpg) no-repeat;*/
}
     	
.f-table{
   	min-height:400px;
   	background-color:#fff;
   	box-shadow: 6px 6px 6px rgba(40%,40%,60%,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#aaaaee')";
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
}

.f-table1{
   	min-height:400px;
   	background-color:#fff;
   	box-shadow: 6px 6px 6px rgba(40%,40%,60%,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#aaaaee')";
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
}

.t-head-td{
	padding: 10px;
 	background: #3265a3 ;
	background: #3265a3 linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	background: #3265a3 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.3)));
	background: #3265a3 -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	font-weight: bold;
	font-size:32px;
	color:#fff;
}

.t-body-td-label{
	padding:10px 10px 10px 20px;
	font-weight: bold;
}

.p-td-title{
	background-color: #D2ECFF;
	color: #2C5696;
	font-weight: bold;
}

.b-button{
	
	border: 1px solid #aaa;
 	background: #3265a3 ;
	background: #3265a3 linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	background: #3265a3 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.3)));
	background: #3265a3 -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	
	margin: 0 5px 0 0;
	min-width: 50px;
	height: 1%;
	padding: 6px 4px 6px 4px;
	text-align: center;
	box-shadow: 6px 6px 6px rgba(20%,20%,40%,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#aaaaee')";
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	color:#fff;
	margin:10px;
}

.b-button:hover{
	color:#111;
	cursor:pointer;
	
 	background: #6B95C9 ;
	background: #6B95C9 linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	background: #6B95C9 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.3)));
	background: #6B95C9 -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	box-shadow: 1px 1px 1px rgba(20%,20%,40%,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#aaaaee')";
}

.i-error{
	border: 1px solid #cd0a0a;
	background: #fef1ec;
}

.ui-dialog-content{
	padding:0px;
	font-size: 16px;
}

.ui-widget-header {
	background: #3265a3 ;
	background: #3265a3 linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	background: #3265a3 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.3)));
	background: #3265a3 -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}

.ui-dialog {
	border: 0px;
	box-shadow: 6px 6px 6px rgba(40%,40%,60%,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#aaaaee')";
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
	font-weight: bold;
	font-size:17px;
	font-weight: bold;
	padding:0px;
}

.ui-dialog-buttonpane button {
	border: 1px solid #aaa !important;
 	background: #3265a3 !important;
	background: #3265a3 linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3)) !important;
	background: #3265a3 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.3))) !important;
	background: #3265a3 -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3)) !important;
	box-shadow: 6px 6px 6px rgba(20%,20%,40%,0.3) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#aaaaee')" !important;
	
	color:#fff !important;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif !important ;
	font-weight: bold !important;
	
}

.ui-dialog-buttonpane button:hover {
	color:#111;
	cursor:pointer;
	
 	background: #6B95C9 ;
	background: #6B95C9 linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	background: #6B95C9 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.3)));
	background: #6B95C9 -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.3));
	box-shadow: 1px 1px 1px rgba(20%,20%,40%,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#aaaaee')";
}

.ui-button-text {

	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif !important !important;
}
.title-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-height: 1.5;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.title-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    -webkit-box-orient: vertical;
}
.box4-yellow{
	position: relative;
    width: 500px;
    margin: 2em auto;
    padding: 1em 1.2em;
    border: 2px dotted #d16055;
    border-radius: 10px;
}
.box4-yellow .box-title {
    position: absolute;
    top: -10px;
    left: 30px;
    background: #eae0df;
    color: #d16055;
    padding: 0 10px;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}
.login_news_list{
	padding-left: 0;
	height: 550px;
	overflow-y: auto;
}
.login_news_list li{
	position: relative;
	display: flex;
	align-items: center;
	list-style: none;
	background-color: #ffffffd9;
	padding: 5px 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.login_news_list li:not(:last-child){
	border-bottom: 1px solid #c6939344;
}
	.login_news_list li:after {
		background: url(../images/next.svg) no-repeat;
		content: '';
		position: relative;
		width: 20px;
		padding-left: 10px;
		flex: 0 0 20px;
		background-size: 20px;
		height: 20px;
		background-position: center;
	}
.login_news_list label{
	width: 100%;
	background-color: transparent;
}
.login_news_list li h3{
	color:#444;
	margin-top: 5px;
	margin-bottom: 10px;
}

.login_news_list li p{
	color:#7b7b7b;
	word-break: break-all;
	margin-top: 10px;
}
.login_news_list li a:hover p{
	font-weight: normal;
}
.my-modal-container {
    opacity: 0;
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.4s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.my-modal {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0 0 0 /10%);
    display: inline-block;
    border-radius: 10px;
    padding: 20px;
    max-width: 800px;
}
.btn {
    border-radius: 6px;
    padding: 4px 12px;
    background-color: silver;
}
[id^=modal-flag] {
    display: none;
}
[id^=modal-flag]:checked + .my-modal-container {
    opacity: 1;
    pointer-events: unset;
}
.my-modal-container h3{
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.my-modal-container .btn{
	padding: 10px 20px;
    background-color: #e3e3e5;
    color: #2b2828;
    width: calc(100% - 40px);
    display: inline-block;
    margin-top: 20px;
}
.my-modal-container hr{
	background-color: #dddddd;
    margin: 2rem 0;
    color: #fff;
    border: none;
    height: 1px;
}
.text-blue{
	color:#3265a3;
	letter-spacing: 1px;
}
.my-modal-container .text-blue{
	margin-bottom: 10px;
}
.download_file{
	font-weight: 600;
    position: relative;
    appearance: auto;
    border: none;
    border-radius: 50px;
    padding: 10px 20px 10px 60px;
    background-color: #f0f4f8;
    color: #3265a3;
}
.download_file:after{
	content: '';
    position: absolute;
    display: block;
    left: 10px;
    top: 7px;
    background: url(../download.svg) center / contain no-repeat;
    width: 30px;
    aspect-ratio: 1 / 1;
    filter:hue-rotate(9deg) brightness(0.7);
}
@media (max-width: 1513px) {
	.deco:after{
		content: none;
	}
}











