@charset "utf-8";
/* CSS Document */

/** { margin:0; padding:0;}*/
html, body {
    margin:0;
	padding:0;
	width:100%;
	height:auto;
	font-family: "蘋果儷中黑", Apple LiGothic Medium,"微軟正黑體","Arial","LiHei Pro", "Helvetica", "sans-serif";
	box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
}

body {
    background:#f3f3f3;
	font-size:16px;
	color:#606060;
	position:relative;
	box-sizing:border-box;
}

table{
   	border-collapse: collapse;
   	word-wrap: break-word;
   	table-layout: fixed;
}

/*--首頁--*/

body[style="position:relative;"] {
	background-image:url("/documents/418719/462145/index-bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	overflow-y:hidden;
}

div#index-bg {
	min-height:470px;
	height:auto;
	/*overflow-y:hidden;*/
	position:relative;
	clear:both;
}

div.title {
    width: 65%;
	padding:10px 30px 40px;
	background-color:#03955e;
	position:absolute;
	bottom:0px;
	right:0;
}
div.title h2 {
	color:#fff;	
	font-size:1.6em;
}

a.input-btn {
	display: block;
    padding: 9px 20px;
    background-color: #fff;
    color: #000;
    border-bottom: 3px solid #00633f;
    width: 86px;
    font-weight: bold;
    text-decoration: none;
	text-align:center;
	font-size:1.2em;
}

div.height { height:110px; }


/*--左側項目--*/   
b.project { 
   color:#727272; 
   line-height:1.6;
   font-size:0.9em;
}

td.project-txt { padding-left:12px; line-height:0.8; }
b.black-project {
	color: #000;
    font-size: 1.1em;
    background-image: url(/documents/418719/462145/green-circle.png);
    padding-left: 21px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 0px center;
	margin-left:-10px;
	display:block;
}
b.black-project p {
    font-size: inherit;
    margin: 0;
    line-height: inherit;
}
td.project-txt {
    word-spacing: 4em;
    text-justify: distribute-all-lines;
    word-wrap: break-word;
    text-justify: kashida;
    text-justify: inter-ideograph;
}
td[align="justify"] {
    text-align:justify;
    text-justify: inter-word;
    text-align-last:justify;
    /* for IE9 */
    -ms-text-align-last:center;	   
}

td[align="justify"]:after {
    content: '';
    width: 100%;
    display: inline-block;
}

td.project-txt:after {
    content: '';
    width: 100%;
    display: inline-block;
}
/*---背景框---*/
table.white-board {
	background-color: #fff;
    box-shadow: 0px 3px 8px #b3b3b3;
    border-radius: 8px;
    border-top: 6px solid #03955e;
	font-weight:bold;
	margin-top:-4px;
}

/*---右側---*/

td[width="75%"] {
    padding-right: 12px;
	padding-top:4px;
}
/*---性別欄---*/
input#sizeWeight, input#sizeDimensions {
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
}

/* TOGGLE STYLING */
.toggle {
	box-sizing: border-box;
	/*font-size: 0;
	display: flex;*/
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-top:6px;
}

input + label {
	margin: 0;
	padding: 8px 13px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

input:checked + label {
	background-color: #03955e;
	color: #fff;
	border: none;
	z-index: 1;
}


/*---生日欄---*/
span.text-bg.input-text { width:100%; }

span.age {
	font-weight:bold;
	font-size:1.6em;
	color:#03955e;
	padding-right:8px;
	}

input#birth_year { 
	max-width: 40px !important; 
	height:31px;
	font-size:1em;
}

span.text-bg {
    margin-right: 4px;
}

/*---輸入框---*/
input { max-width:inherit !important; }
.input, .output {
	border:0;
	font-size: 1.3em;
	font-weight:bold;
    padding: 5px 10px;
    color: #606060;
	font-family: "蘋果儷中黑", Apple LiGothic Medium,"微軟正黑體","Arial","LiHei Pro", "Helvetica", "sans-serif";
}

input.input {
	border:0;
	background:#f3f3f3;
}

input#total-money { width:100%; }
input#time, input#total-money {
    width: -webkit-fill-available;
}

.unit { 
	padding-right:10px; 
	font-weight:bold;
}

span.pright { padding-right:1px; }

input[type="image"] { width:175px !important; }

/*---下拉選單框---*/
select { 
	padding:10px; 
	line-height:1.4em;
	border:0px;
	background:#f3f3f3;
	font-family:"蘋果儷中黑", Apple LiGothic Medium,"微軟正黑體","Arial","LiHei Pro", "Helvetica", "sans-serif";
	font-size:1em;
	color:#606060;
}
select#product_type { 
	width:100%; 
	font-size:1.2em;
	padding:5px 10px;
}

.green-arrow {
  /*移除箭頭樣式*/
   	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;

  /*改變右邊箭頭樣式*/
  	background-image: url(/documents/418719/462145/green-arrow.png);
    border: 0px;
    padding-right: 17px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 14px 18px;
	font-weight:bold;
}

	/*IE隱藏箭頭樣式*/
.green-arrow::-ms-expand { 
  	display: none; 
}

/*--輸出 綠色數字--*/
span.output { font-weight:bold; padding:5px; }

tr[style="border-bottom:1px solid #ccc;"] td {
    text-align-last: center;
	line-height:0px;
}

table.ke-zeroborder02 b.project { font-size:1em; }
table.white-board b.project { font-size: 0.9em; }
table.ke-zeroborder02 table.white-board b.project { line-height: initial; }


td[align="left"] { padding-bottom: 0; }
table[cellpadding="21"] td {  padding-bottom: 0; }
table.ke-zeroborder.content td[align="left"] { padding-left: 0; }
table.ke-zeroborder.content td[align="right"] { padding-left: 0; }

table.ke-zeroborder.nopadding td[width="50%"] { line-height:1.2; }

td.green {
	color: #03955e;
	text-align-last: right;
	font-weight: bold;
}

b.green {
	font-size:1.6em;
	padding-right:8px;
}
b.green-medium {
	font-size:1.3em;
	padding-right:8px;
	/*padding-left:8px;*/
}

table.ke-zeroborder.content b.green-medium {
	font-size:1.2em;
	padding-right:8px;
}

.nopadding td{
	padding-top:0;
	padding-bottom:0.2rem;
}

.nopadding {
	padding-top:0;
}


table.content table[cellpadding="6"] td {
	padding-left:0;
}

span.red { 
	color:#cd0000;
}

.red {
	color:#cd0000;
}

table.red {
	color:#cd0000;
	text-align: justify;
    margin-top: 0;
    line-height: 1.6;
    font-size: 0.8em;
}

ol {
	padding-left:15px;
	margin:20px 0 0;
	text-align:justify;
	line-height:1.6;
	font-size:0.8em;
}

p {
	text-align:justify;	
	margin-top:0;
	line-height:1.6;
	font-size:0.8em;
}

.nopadding b.black-project { margin-bottom: -17px; }

/*===遞減型css===*/
.gray-des { 
	color:#a0a0a0; 
	font-size:0.9em;
	display:block; 
}
.minus-on {}
.minus-off { display:none; }

.green .minus-on {
    display: block;
    color: #a0a0a0;
    font-size: 0.9em;
}

/*===折扣後每期應繳保費欄位css===*/
.discount-disable { display:none; }
.discount-able { display:table-row; }


/*===彈出視窗框css===*/
.J-pop-container {
    /*display: none;*/
    width: 80%;
    min-height: 100px;
    position: absolute;
    top: 50%;
    left: 0;
	right:0;
    background-color: #fff;
    box-shadow: 0px 3px 8px #b3b3b3;
    border-radius:8px;
    margin: auto;
}

a.abgne_close_ad { 
    line-height: 1.6;
    color: #fff;
    padding: 5px 11px;
    background: #03955e;
    display: block;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto 30px;
}

.J-pop-container,.J-pop-table {z-index:1001; }

.J-pop-container p.J-pop-title{
    padding:5px;
    margin:0;
    background-color:#03955e;
    text-align:center;
    color:#fff;
    line-height:1.6;
}

td.J-pop-footer { padding:10px 20px; }

/*===不同尺寸手機css調整===*/

@media screen and (max-width: 320px) {
	td.birth_td { font-size:0.85em; padding-right:10px !important; }
	input#birth_year { font-size:1.1em; max-width:34px !important; }
	table.white-board td[width="75%"] { width: 73%; padding:0.3rem 2px; padding-right:7px; }
	td.project-txt { padding-left: 7px; }
	td.submit { height:60px; }
	td[style="padding:7px 5px 10px;"] { padding-bottom:5px !important; }
	span.pright { padding-right:3px; }
	
	table.ke-zeroborder01 b.project { font-size:0.9em; }
	
	table.ke-zeroborder.nopadding td { padding: 0 5px; }
	select#product_type { padding:6px; font-size:1em; }
	input[type="image"] { width: 160px !important; }
	
	span.output { padding:5px; }
	table[cellpadding="21"] td { padding-left: 20px; }
	b.black-project { font-size:1em; }
	table.ke-zeroborder02 table.white-board b.project { font-size:0.8em; }
	b.green { font-size:1.4em; padding-right:4px; }
	table.ke-zeroborder.ke-zeroborder02 table.white-board td { padding: 0px 10px 5px; }
	table.ke-zeroborder01 .input { font-size:1em; padding:4px 0px 4px 6px; }
	table.ke-zeroborder.content b.green-medium { padding-right:4px; font-size:1.3em; }
	table.ke-zeroborder.content td.green { font-size:0.8em; }
	
	table.ke-zeroborder.nopadding td[width="50%"] { width:52%; }
	div#index-bg { min-height:400px; }
	div.title h2 { font-size:1.4em; }
	a.input-btn { font-size:1em; padding:9px 10px; }
}

@media screen and (max-width: 360px) and (min-width: 321px) {
	input#birth_year { max-width:40px !important; }	
	table.white-board td[width="30%"] { width: 26%; }
	table.ke-zeroborder02 table.white-board b.project { font-size:0.9em; }
	table.ke-zeroborder01 td[width="75%"] { width:76%; }
	
	b.green-medium { padding-left:0; }
}

@media screen and (max-width: 375px) and (min-width: 361px) {
	table.white-board td[width="30%"] { width: 29%; }
	
	table.ke-zeroborder.nopadding td[width="50%"] { width:48%; }
	div#index-bg { min-height:490px; }
}

@media screen and (min-width: 376px) {
	input#birth_year { max-width: 26% !important; }
	
	table.ke-zeroborder.nopadding td[width="50%"] { width:46%; }
	div#index-bg { min-height:550px; }
}

@media screen and (min-height: 737px) {
	div.height { min-height:150px; }
	div#index-bg { min-height:610px; }
}
	
@media screen and (min-width: 767px) {
	table.ke-zeroborder { width:65%; }
	input#birth_year { max-width:30% !important; }
	
	table.ke-zeroborder.ke-zeroborder00 { float: left; }
	div.title { width:40%; height:180px; padding:20px 60px 10px; }
	div.title h2 { font-size:2em; }
	div#index-bg { min-height:740px; }
	body[style="position:relative;"] { background-position:center -105px;}
	
	table.ke-zeroborder.ke-zeroborder02 table.ke-zeroborder { width: 95%; }
	table.ke-zeroborder.nopadding { width: 100% !important; }
	.J-pop-container { width:40%; }
	.hidden-pad { display:none; }
}
	

@media screen and (min-width: 1024px) {
	div#index-bg { min-height:1080px; }
}
