@charset "utf-8";
/*################################################################################################ 
Customized Style
################################################################################################*/
/*高度*/
.h-10 { height: 10px;}
.h-20 {	height: 20px;}
.h-30 {	height: 30px;}
.h-40 {	height: 40px;}
.h-50 {	height: 50px;}
.h-60 {	height: 60px;}
.h-70 {	height: 70px;}
.h-80 {	height: 80px;}
.h-90 {	height: 90px;}
.h-100 {height: 100px;} 

/*文字大小*/
.f-n { font-weight: normal;}
.f-b { font-weight: bold;}
.f-12 { font-size: 12px; line-height: 140%;}
.f-14 { font-size: 14px; line-height: 140%;}
.f-15 { font-size: 15px; line-height: 140%;}
.f-16 { font-size: 16px; line-height: 140%;}
.f-18 { font-size: 18px; line-height: 140%;}
.f-20 {	font-size: 20px; line-height: 140%;}
.f-24 { font-size: 24px; line-height: 140%;}
.f-28 {	font-size: 28px; line-height: 140%;}
.f-30 {	font-size: 30px; line-height: 140%;}
.f-36 {	font-size: 36px; line-height: 140%;}

/*文字顏色*/
.font-blue {color: #008fc7!important;}
.font-green {color: #01b6ad!important;}
.font-yellow {color: #ffcc33!important;}
.font-orange {color: #ff8500!important;}
.font-red {	color: #ff3300!important;}
.font-pink {color: #ff6666!important;}
.font-white {color: #fff!important;}

/*文字對齊*/
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.vam {vertical-align: middle;}

/*物件對齊*/
.fl {display:block; float:left;}
.fr {display:block; float:right;}
.fm {display:block; margin:0 auto;} 

/*文字連結-下底線*/
a:link.f-udl, a:visited.f-udl {
	text-decoration: underline;}
a:hover.f-udl {
	text-decoration: none;}

/*分隔線*/
hr {display: block;
	width: 100%;
	height: 1px;
	border: 1px solid #999;
	border-width: 1px 0 0 0;
	margin:8px auto;}

/*寬度(百分比)*/
.w10pct {width: 10%!important;}
.w15pct {width: 15%!important;}
.w20pct {width: 20%!important;}
.w25pct {width: 25%!important;}
.w33pct {width: 33.33333%!important;}
.w75pct {width: 75%!important;}
.w80pct {width: 80%!important;}
.w90pct {width: 90%!important;}
.w95pct {width: 95%!important;}
.w100pct {width: 100%!important;}

/*外間距*/
.mg5 {margin: 5px;}
.mg10 {margin: 10px;}
.mg15 {margin: 15px;}
.mg20 {margin: 20px;}
.mg30 {margin: 30px;}
.mg50 {margin: 50px;}
.mg80 {margin: 80px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mb80 {margin-bottom: 80px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.mt80 {margin-top: 80px;}

/*內間距*/
.pd5 {padding: 5px;}
.pd10 {padding: 10px;}
.pd15 {padding: 15px;}
.pd30 {padding: 30px;}
.pd50 {padding: 50px;}
.pd80 {padding: 80px;}
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb50 {padding-bottom: 50px;}
.pb80 {padding-bottom: 80px;}
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt50 {padding-top: 50px;}
.pt80 {padding-top: 80px;}

/*框線*/
.bd-solid {border: 1px solid #ccc;}
.bd-dashed {border: 1px dashed #ccc;}
.bd-dotted {border: 1px dotted #ccc;}
.bd-bottom-solid {border-bottom: 1px solid #ccc;}
.bd-bottom-dashed {border-bottom: 1px dashed #ccc;}
.bd-bottom-dotted {border-bottom: 1px dotted #ccc;}
.bd-gray {border-color: #999!important;}
.bd-green {border-color: #01b6ad!important;}
.bd-blue {border-color: #008fc7!important;}
.bd-yellow {border-color: #ffcc33!important;}
.bd-orange {border-color: #ff8500!important;}
.bd-red {border-color: #ff3300!important;}
.bd-pink {border-color: #ff6666!important;}

/*背景色*/
.bg-lightgray {background-color: #ccc!important;}
.bg-gray {background-color: #666!important;}
.bg-black {background-color: #000!important;}
.bg-green {background-color: #01b6ad!important;}
.bg-blue {background-color: #008fc7!important;}
.bg-yellow {background-color: #ffcc33!important;}
.bg-orange {background-color: #ff8500!important;}
.bg-red {background-color: #ff3300!important;}
.bg-pink {background-color: #ff6666!important;}

/*圓弧區塊*/
.bd-radius15 {
	border-radius: 15px;
	padding: 15px!important;
	border: 1px solid;}
.bd-radius30 {
	border-radius: 30px;
	padding: 30px!important;
	border: 1px solid;}
.circle {
	border-radius: 50%;
	padding:10px;
	background-clip: padding-box;}

/*大區塊背景圖*/
.row-image {
	background: url(../images/colorbox-bg.png) no-repeat center top;
	background-size: cover;
	opacity: 1;}

.box-image {
	background: url(../images/box-image.png) no-repeat left top;
	background-size: cover;
	opacity: 1; }
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.box-image {
	background: url(../images/box-image.png) no-repeat left top!important;
	background-size: 120%!important;
	opacity: 1;  }
}

/*################################################################################################ 
framework
################################################################################################*/
html {
/*	overflow-y: scroll;
	overflow-x: hidden;*/
}
html, body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 180%;
}
*, *::before, *::after {
	box-sizing: border-box;
}

.hidden {
	display: none;
}
 
.block {
	display: block;
}
.inline * {
	display: inline-block;
}
.inline *:last-child {
	margin-right: 0;
}

.bgtc {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;}
.bgcc {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;}

.btn {
	display: inline-block;
	vertical-align: middle!important;}

.clear, .group {
	display: block;}
.clear::before, .clear::after, .group::before, .group::after {
	display: table;
	content: "";}
.clear, .clear::after, .group, .group::after {clear: both;}
.clearfix {clear:both;}

a {	outline: none;text-decoration: none;}

.fl_left, .imgl {float: left;}
.fl_right, .imgr {float: right;}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	line-height: normal;
	vertical-align: middle;}
.imgl {
	margin: 0 15px 10px 0;
	clear: left;}
.imgr {
	margin: 0 0 10px 15px;
	clear: right;}

/* Fonts */
body, input, textarea, select {}
h1, h2, h3, h4, h5, h6, .heading {}
/* Forms */
form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;}
legend {display: none;}
label, input, textarea, select, button {
	display: block;
	resize: none;
	outline: none;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;}
label {margin-bottom: 5px;}
:required, :invalid {
outline:none;
box-shadow:none;}
/* Generalise */
h1, h2, h3, h4, h5, h6, .heading {
	margin: 10px 0 10px 0;
	line-height: normal;
	font-weight: normal;}
address {
	font-style: normal;
	font-weight: normal;}
.wrapper {  
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	word-wrap: break-word;}
.hoc {
	display: block;
	margin: 0 auto;}
/* HTML 5 Overrides */
address, article, aside, figcaption, figure, footer, header, main, nav, section {
	display: block;
	margin: 0;
	padding: 0;}

.row-footer, .row-footer a {
	color: #fff;
	background-color: #FFF;}
/* Grid */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
	display: inline-block;
	float: left;
	margin: 0 0 0 3.06748466257669%;
	list-style: none;}
.first {
	margin-left: 0;
	clear: left;}
.one_quarter {width: 22.69938650306748%;}
.one_third {width: 31.28834355828221%;}
.one_half, .two_quarter {width: 48.46625766871166%;}
.two_third {width: 65.6441717791411%;}
.three_quarter {width: 74.23312883435584%;}

/*################################################################################################ 
Base styles 
################################################################################################*/
html {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 1.4;
	font-family: Verdana, 'Microsoft JhengHei', '微軟正黑體', sans-serif;}
body {background: #fff;}
a {color: #2483bb;}
a:active, a:focus {
	background: transparent;
}/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox {
	border-color: #D7D7D7;}
label span {
	color: #FF0000;
	background-color: inherit;}
input:focus, textarea:focus, *:required:focus {
border-color:#A1C6D9;}
.wrapper {width: 100%;}
.overlay {
	color: #FFFFFF;
	background-color: inherit;}
.overlay::after {
	color: inherit;
	background-color: rgba(0,0,0,.55);}
.pc-show {display: block;}
.mo-show {display: none;}
a:link.btn, a:visited.btn {
	color: #FFF;
	background-color: #0b9ae1;
	border: 1px solid #0b9ae1;
	font-size: 20px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	padding: 20px 40px;}
a:hover.btn {
	color: #0b9ae1;
	background-color: #cbeeff;
	border: 1px solid #0b9ae1;}
.txtoverlay .txtcaption {
	color: #FFFFFF;
	background-color: rgba(0,0,0,.5);}

/* hoc --*/
@media screen and (min-width:978px) {
.hoc {
	max-width: 1200px;
}
}

@media screen and (max-width:900px) {
.hoc {
	max-width: 90%;
}
}

/* Header --*/
.header {
	background-color: #FFF;
	height: 60px;
	width:100%;
	margin: 0%;
	box-sizing: padding-box;
	border-top:5px solid #00a94f;
	border-bottom:5px solid #fffd00;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {  
.header {
	background-color: #FFF;
	height: 60px;
	width:100%;
	margin: 0%;
	box-sizing: padding-box;
	border-top:5px solid #00a94f;
	border-bottom:5px solid #fffd00;
}
} /*iPad in portrait & landscape*/

.header .logo {
	background: url(../images/logo-cathaybk.svg) no-repeat 0px 0px;
	background-size: 180px;
	width: 180px;
	height: 30px;}
a:h1.logo {
display:block;
float:left;
margin:0;
padding:0;
font-size:22px;
line-height:1;}
.header .tel-url {
	display: block;
	float: right;
	height: 50px;
	margin-top:10px;
	margin-right:15px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 15px;}
	
.go_01 {color: #fff;}

/* Navigation --*/
.mainav {
	display: block;
	padding:0; 
	box-sizing: padding-box; 
	width:99%;
	margin: 0 0.5%;
	background-color: #E5001F;
}
.mainav ul {  
	margin: 0;	
	padding: 0; 
	list-style: none;
	width:100%;
	text-align: center;
}
.mainav li {
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	text-align: center;	
	margin: 0;	
	padding:0;
	font-size: 20px; 
	width:19.6%;
	border-left:1px solid #ccc;
	/* background-color: #E5001F;--*/
}
.mainav li:first-child { border-left:0px solid #ccc; } 
.mainav li a:link, .mainav li a:visited { display:block; width:100%; padding:10px; text-decoration: none; color: #fff;}
.mainav li a:hover { text-decoration: none; color: #FFF871; }

/* Page Intro --*/ 
.pageintro {
	display: block;
	box-sizing: padding-box;
	/*margin: 0.5% 0.5% 0 0.5%;
	width: 99%;*/
	margin: 0 0.5%;
	width: 99%;
	text-align: left;} 

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.pageintro {
	display: block;
	box-sizing: padding-box;
	/*margin: 0.5% 0.5% 0 0.5%;
	width: 99%;*/
	margin: 0 0.5%;
	width: 99%;
	text-align: left; 
}
}
/*iPad in landscape*/ 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.pageintro {
	display: block;
	box-sizing: padding-box;
	/*margin: 0.5% 0.5% 0 0.5%;
	width: 99%;*/
	margin: 0 0.5%;
	width: 99%;
	text-align: left;
}
} /*iPad in portrait*/

@media (min-width:1025px){
    .pageintro {   
	display: block;
	box-sizing: padding-box;
	/*margin: 0.5% 0.5% 0 0.5%;
	width: 99%;*/
	margin: 0 0.5%;
	width: 99%;
	text-align: left;
}
}/* 16:9 & hiRes */

.pageintro .heading {
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;
	font-size: 50px;
	font-weight: 800;
	color: #333;}
/* text animation */
.kv-t1 {width:50%;}
.kv-t2 {width:50%;}

.pageintro .btn {width: 25%;}

.box {  
	width:50%; 
    display: block;
	float: right;
	color: #FFF;
	background-color: #163645; 
	position:relative;
	margin:0; 
	padding:30px;}

/* Step pictures */
.step-1 {
	display: block;
	background: url(../images/step1.png) no-repeat center center;
	background-size: 320px;
	width: 320px;
	height: 213px;
	margin:0 auto;}
.step-2 {
	display: block;
	background: url(../images/step2.png) no-repeat center center;
	background-size: 320px;
	width: 320px;
	height: 213px;
	margin:0 auto;}
.step-3 {
	display: block;
	background: url(../images/step3.png) no-repeat center center;
	background-size: 320px;
	width: 320px;
	height: 213px;
	margin:0 auto;}

/* Footer */
#footer .title {
	color: #FFFFFF;
}
#footer .linklist li {
	border-color: #1D1E1F;
}
#breadcrumb a {
	color: inherit;
	background-color: inherit;
}
#breadcrumb li:last-child a {
	color: #A1C6D9;
}
.pagination a, .pagination strong {
	border-color: #D7D7D7;
}
.pagination .current * {
	color: #FFFFFF;
	background-color: #A1C6D9;
}
#back-to-top {
	display: block;
	background: url(../images/event-gotop.png) no-repeat;
	background-size: 80px;
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 10px;
	right: 5px;} 

/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea {
	border-color: #D7D7D7;}
#comments input:focus, #comments textarea:focus, #comments *:required:focus {
border-color:#A1C6D9;}
th {color: #FFFFFF;
	background-color: #373737;}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"] {
	color: inherit;
	background-color: #FBFBFB;}
tr:nth-child(even), #comments li:nth-child(even) {
	color: inherit;
	background-color: #F7F7F7;}
table a, #comments a {
	background-color: inherit;}

/* Content Area
-----------------------------------------------------------------------------------------------------------*/
.container { padding: 30px 0; }
/* Content */
.container .content { }

/* Sidebar */
.container .sidebar { }
.sidebar .sdb_holder { margin-bottom: 50px;}
.sidebar .sdb_holder:last-child {
	margin-bottom: 0;}

/*iPad in portrait & landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.colorbox {
	width: 100%!important;
	margin: 0;
	padding: 30px 120px!important;
}
.colorbox.w25pct {
	width: 50%!important;
	margin: 0;
	padding: 60px!important;
}
.pageintro {  
	display: block;
	box-sizing: padding-box;
	/*margin: 0.5% 0.5% 0 0.5%;
	width: 99%;*/
	margin: 0 0.5%;
	width: 99%;
	text-align: left;
}
.box-image {
	background: url(../images/box-image.png) no-repeat left top;
	background-size: cover;
	opacity: 1;}

}
/*iPad in portrait*/
@media only screen  
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.box {   
	width:50%!important; 
    display: block;
	float: right!important;
	color: #FFF;
	background-color: #163645; 
	position:relative;
	margin: -57px 0 0 0!important; 
	padding:30px!important;
	box-sizing: border-box!important;} 
}

/*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.box {   
	width:50%!important; 
    display: block;
	float: right!important;
	color: #FFF;
	background-color: #163645; 
	position:relative;
	margin: 0!important; 
	padding:30px!important;
	box-sizing: border-box!important;}
}

/*mobile phone in portrait & landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) {
.colorbox {
	width: 100%!important;
	margin: 0;
	padding: 30px;}
.box {   
	width:100%!important; 
    display: block;
	float: right!important;
	color: #FFF;
	background-color: #163645; 
	position:relative;
	margin: -57px 0 0 0!important; 
	padding:30px!important;
	box-sizing: border-box!important;}
}

/* Color Box */
.colorbox {
	display: block;
	float: left;
	margin: 0;
	color: #FFF;
	padding: 60px 30px;} 
.colorbox a:link, .colorbox a:visited {
	color: #FFF;
	text-decoration: underline;}
.colorbox a:hover {
	color: #FFF;
	text-decoration: none!important;}
.colorbox:nth-of-type(1) {
	background: #015480 url(../images/colorbox-bg1.png) no-repeat;
	background-size: cover;}
.colorbox:nth-of-type(2) {
	background: #507f27 url(../images/colorbox-bg2.png) no-repeat;
	background-size: cover;}
.colorbox:nth-of-type(3) {
	background: #057b82 url(../images/colorbox-bg3.png) no-repeat;
	background-size: cover;}
.colorbox:nth-of-type(4) {
	background: #9b3b02 url(../images/colorbox-bg4.png) no-repeat;
	background-size: cover;}
.colorbox:hover {
	background-color: #000;
	opacity: 1;}

a:link .colorbox-link-1, a:visited .colorbox-link-1, a:link .colorbox-link-2, a:visited .colorbox-link-2, a:link .colorbox-link-3, a:visited .colorbox-link-3, a:link .colorbox-link-4, a:visited .colorbox-link-4 {
	display: block;  
	float: left;
	margin: 0;
	color: #FFF;
	padding: 60px 30px;} 
a:hover .colorbox-link-1, a:hover .colorbox-link-2, a:hover .colorbox-link-3, a:hover .colorbox-link-4 {
	background-color: #000;
	opacity: 1;}
.colorbox-link-1  {
	background: #015480 url(../images/colorbox-bg1.png) no-repeat;
	background-size: cover;}
.colorbox-link-2 {
	background: #507f27 url(../images/colorbox-bg2.png) no-repeat;
	background-size: cover;}
.colorbox-link-3 {
	background: #057b82 url(../images/colorbox-bg3.png) no-repeat;
	background-size: cover;}
.colorbox-link-4 {
	background: #9b3b02 url(../images/colorbox-bg4.png) no-repeat;
	background-size: cover;}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {  
.colorbox-link-1, .colorbox-link-2, .colorbox-link-3, .colorbox-link-4 {
	display: block;
	width:100%!important;
	margin: 0;
	color: #FFF;
	padding: 30px 100px!important;}
}/*iPad in portrait & landscape*/

ul {padding:0; margin:0 0 0 20px;}
ul li {padding:0; margin:0;}

/* Footer */
#footer {padding: 80px 0;}
#footer .title {margin: 0 0 50px 0;
	padding: 0;
	font-size: 1.2rem;}
#footer .linklist li {
	display: block;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid;}
#footer .linklist li:last-child {
	margin: 0;
	padding: 0;
	border: none;}
#footer .linklist li::before, #footer .linklist li::after {
	display: table;
	content: "";}
#footer .linklist li, #footer .linklist li::after {
	clear: both;}
#footer .contact {}
#footer .contact.linklist li, #footer .contact.linklist li:last-child {
	position: relative;
	padding-left: 40px;}
#footer .contact li * {
	margin: 0;
	padding: 0;
	line-height: 1.6;}
#footer .contact li i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	font-size: 16px;
	text-align: center;}

/* Copyright */
#copyright {
	padding: 20px 0;
	font-size: 14px;
	line-height: 150%;
	background-color: #FFF;
	color:#4B565D}
#copyright span{
	color:#D61622}
#copyright a:link, #copyright a:visited {
	text-decoration: underline;}
#copyright * {
	margin: 0;
	padding: 0;}
 
/* Back to Top */
#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	opacity: .2;}

/* Tables */
table, th, td {
	border: 1px solid;
	border-collapse: collapse;
	vertical-align: top;}
table, th {table-layout: auto;}
table {width: 100%;
	margin-bottom: 15px;}
th, td {padding: 5px 8px;}
td {border-width: 0 1px;}

/* Notice  */
#show-notice { 
	color:#333;
	display:block;
	width:100%; 
	padding: 10px;
	margin: 0;
	position: relative;
	cursor: pointer;
	border: 1px solid #ccc;
    background: url(../images/left-arrowDown-dark.png) no-repeat 80px 20px;
	background-size: 11px 7px; }  
#notice-content {
	margin-top: -1px; 
	padding: 10px 30px 10px 10px;
	width:100%; 
	border: 1px solid #ccc;
	color: #666; }
.none { display: none; }

