@charset "utf-8";
 @import url(reset.css);
 @import url(btn.css);
 @import url(pages.css);
 @import url(icons.css);
body {
	background: #fff;
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
	color: #373737;
	font-size: 18px;
	line-height: 1.7;
}
.wrapper {
	position: relative;
	left: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 0px;
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after, .clearfix:after, .list-float:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
h2 {
	font-size: 22px;
}
h1, h3, h4, h5, h6 {
/*font-weight: bold;*/

}
a {
	color: #373737;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	color: #A80000;
}
img {
	max-width: 100%;
	display: inline-block;
}
.list-inline > li {
	display: inline-block;
	vertical-align: top;
}
.list-float > li {
	float: left;
}
.list-inline > li a, .list-float > li a {
	display: inline-block;
}
/********************** header ***********************/

.header {
	position: relative;
	z-index: 10;
	background: url(../images/header_bg.png) no-repeat center top;/* 聖誕節背景 *//*    background-image: url(../images/header_bg_max.jpg);*/
}
.header .container {
	padding-top: 10px;
}
.header .deco {
	background: url(../images/header_bg_max_top.png) no-repeat 50% 0;
	width: 284px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -142px;
	z-index: 20;
	display: none;
}
.header .logo {
	position: relative;
	width: 300px;
	height: 160px;
	display: block;
	margin: 0 auto 28px;
}
.header .logo_in {
	position: relative;
	width: 300px;
	height: auto;
	display: block;
	margin: 20px auto 28px;
}
.header .logo:hover {
	opacity: .7;
}
.header .logo > div {
	position: absolute;
}
.header .logo .ic {
	top: 11px;
	left: 50%;
	margin-left: -72px;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
}
.header .logo .logo1 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.header .logo .logo2 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.header .logo .logo3 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.header .logo .word0 {
	left: 3px;
	bottom: 3px;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
.header .logo .rollIn {
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-ms-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.header .logo .word1 {
	left: 125px;
	bottom: 9px;
	-webkit-animation-delay: 2.3s;
	-moz-animation-delay: 2.3s;
	-ms-animation-delay: 2.3s;
	-o-animation-delay: 2.3s;
	animation-delay: 2.3s;
}
.header .logo .word2 {
	left: 150px;
	bottom: 9px;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.header .logo .word3 {
	left: 175px;
	bottom: 9px;
	-webkit-animation-delay: 2.7s;
	-moz-animation-delay: 2.7s;
	-ms-animation-delay: 2.7s;
	-o-animation-delay: 2.7s;
	animation-delay: 2.7s;
}
.header .logo .word4 {
	left: 200px;
	bottom: 9px;
	-webkit-animation-delay: 2.9s;
	-moz-animation-delay: 2.9s;
	-ms-animation-delay: 2.9s;
	-o-animation-delay: 2.9s;
	animation-delay: 2.9s;
}
.header .logo .word5 {
	left: 225px;
	bottom: 9px;
	-webkit-animation-delay: 3.1s;
	-moz-animation-delay: 3.1s;
	-ms-animation-delay: 3.1s;
	-o-animation-delay: 3.1s;
	animation-delay: 3.1s;
}
.header .logo .word6 {
	left: 250px;
	bottom: 9px;
	-webkit-animation-delay: 3.3s;
	-moz-animation-delay: 3.3s;
	-ms-animation-delay: 3.3s;
	-o-animation-delay: 3.3s;
	animation-delay: 3.3s;
}
.header .logo .word7 {
	left: 275px;
	bottom: 9px;
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-ms-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	animation-delay: 3.5s;
}
.header .welcome {
	position: relative;
	width: 568px;
	height: 67px;
	margin: 0 auto 42px;
}
.header .welcome .animated {
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
}
.header .welcome .word1 {
	-webkit-animation-delay: 3.8s;
	-moz-animation-delay: 3.8s;
	-ms-animation-delay: 3.8s;
	-o-animation-delay: 3.8s;
	animation-delay: 3.8s;
}
.header .welcome .word2 {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-animation-delay: 4.2s;
	-moz-animation-delay: 4.2s;
	-ms-animation-delay: 4.2s;
	-o-animation-delay: 4.2s;
	animation-delay: 4.2s;
}
.header .nav {
	background: #212121;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	text-align: center;
	font-size: 100%;
	letter-spacing: 1px;
}
.header .nav .container {
	padding-top: 0;
}
.btn.toggle-menu {
	display: none;
	padding: 20px 10px;
	border-bottom: 1px solid #ddd;
	margin: 0 -15px;
}
.menu .deco {
	display: block;
	position: absolute;
	background: url(../images/bell_bg.png) no-repeat;
	width: 54px;
	height: 58px;
	padding: 9px 4px 0 0;
	left: 50%;
	top: -32px;
	margin-left: -27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu li {
	position: relative;
}
.menu > li {
	width: auto;
	padding: 0 15px;
}
.menu li a {
	display: block;
	padding: 24px 0 14px;
	color: #f6f6f6;
}
.menu > li > ul {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	display: none;
}
.menu > li > .but01{
	width:400px;
	text-align:left;
	
	}
.menu > li > .but02{
	width:300px;
	text-align:left;
	
	}
.menu > li > .but03{
	width:200px;
	text-align:left;
	
	}
.menu > li > .but04{
	width:180px;
	text-align:left;
	
	}
.menu > li > ul > li {
	width: auto;
	border-bottom: 1px solid #ccc;
}
.menu > li > ul > li > a {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #212121;
	font-weight: normal;
	line-height: 1.4;
}
.menu > li > ul > li > a:hover {
	background: #E51C20;
	color: #fff;
}
/********************** footer ***********************/

.footer {
	background: #da0606;
	color: #fff;
	font-size: 18px;
}
.footer .container {
	max-width: 1200px;
	padding: 32px 15px;
}
.footer a {
	color: #fff;
}
.footer a:hover, .footer .site-map a:hover {
	color: #E9D46E;
}
.footer h3 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 1;
}
.footer .site-info {
	float: left;
	width: 80%;
	padding-right: 20px;
	border-right: 1px solid #FF7373;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .site-info .txt-box {
	width: calc(100% / 3);
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
.footer .site-info h4 {
	display: inline-block;
	padding: 0 8px 0 12px;
	line-height: 24px;
	font-size: 20px;
	letter-spacing: 4px;
	border: 1px solid #fff;
	margin-bottom: 16px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.footer .site-map {
	float: right;
	width: 20%;
	padding-left: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .site-map ul {
	margin-top: 40px;
}
.footer .site-map ul li {
	width: 50%;
}
.footer .site-map a {
	color: #FED8CB;
}
.footer-bottom {
	background: #000;
	color:#898989;
	font-size: 14px;
	letter-spacing: 0.35px;
}
.footer-bottom .container {
	padding: 15px;
}
.footer-bottom .share {
	float: right;
	padding-right: 15px;
}
.footer-bottom .share li {
	margin-left: 4px;
}
/********************** main ***********************/

.main {
	padding-bottom: 50px;
	background: url(../images/bg.png);
}
.main .title {
	background-repeat: no-repeat;
	background-position: top center;
	letter-spacing: 2px;
	text-align: center;
}
.main .sub-title {
	font-size: 21px;
	color: #fff;
	padding: 74px 0 44px;
	/*font-weight: bold;*/
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.main .sub-title span {
	display: block;
	font-size: 41px;
	font-weight: normal;
	letter-spacing: 3px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.main .title h1, .main .title h2 {
	background: url(../images/title_line.png) no-repeat center bottom;
	font-size: 24px;
	padding: 20px 0 10px;
}
.breadcrumb {
	color: #848484;
	font-size: 12px;
	padding: 18px 4px;
}
.breadcrumb li + li:before {
	content: "▶";
	font-size: 10px;
	margin: 0 4px;
}
.breadcrumb li a {
	color: #848484;
}
.breadcrumb li a:hover {
	color: #FF9326;
}
.main .container {
	max-width: 1590px;
	padding: 0 15px;
}
.main.has-side {
	/*padding-top: 30px;*/
}
.main.has-side .content {
	margin-left: 280px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main.has-side .content #main-title {
	position: relative;
	border-bottom: 2px solid #E6E6E6;
	padding: 30px 20px 24px 0px;
	letter-spacing: 1px;
	
}
.main.has-side .content #main-title:after {
	content: " ";
	display: block;
	height: 2px;
	width: 310px;
	background: #B7B7B7;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.main.has-side .content #main-title h1 {
	font-size: 22px;
	line-height: 28px;
}
.main.has-side .content #main-title h1.content-title {
	padding-left: 40px;
	position: relative;
}
.main.has-side .content #main-title h1.content-title:before {
	content: '';
	display: block;
	background-image: url(../images/icon_title.png);
	width: 28px;
	height: 28px;
	margin-right: 16px;
	position: absolute;
	top: 0;
	left: 0;
}
.main.has-side .content #main-title h1.content-title.c1:before {
	background-position: 0 0;
}
.main.has-side .content #main-title h1.content-title.c2:before {
	background-position: 0 -28px;
}
.main.has-side .content #main-title h1.content-title.c3:before {
	background-position: 0 -56px;
}
.main.has-side .content #main-title h1.content-title.c4:before {
	background-position: 0 -84px;
}
.main.has-side .content #main-title span {
	color: #737373;
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
}
/********************** side ***********************/

.side {
	float: left;
	width: 222px;
}
.main .side .title {
	position: relative;
	display: inline-block;
	margin-left: 0px;
}
.main .side .title h1, .main .side .title .sub-title {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 46%;
	font-size: 25px;
	padding: 0;
	color: #fff;
	background: none;
}
.main .side .title h1 span, .main .side .title .sub-title span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
}
.side .search-box {
	position: relative;
	border: 1px solid #C6C6C6;
	padding: 8px 36px 8px 12px;
}
.side .search-box input {
	width: 100%;
	border: 0;
	line-height: 26px;
}
.side .search-box input:focus {
	outline: none;
}
.side .search-box .ibtn {
	position: absolute;
	right: 8px;
	top: 8px;
}
.side-nav li a:before {
	content: " ";
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 4px 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.side-nav li a {
	display: block;
	border-bottom: 1px solid #C8C8C8;
	padding: 8px 4px 8px 28px;
	text-indent: -24px;
}
.btn.side-toggle {
	display: none;
}
.badge {
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #B2B2B2;
	border-radius: 10px;
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/********************** floating ***********************/

.floating {
	position: fixed;
	z-index: 900;
	right: 0;
	bottom: 12%;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.floating .gotop {
	background: url(../images/floating.png) no-repeat;
	display: block;
	width: 39px;
	height: 39px;
	text-indent: -9999px;
	opacity: 0.6;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.floating .gotop:hover {
	opacity: 1;
}
.reminder {
	font-size: 16px;
	text-align:center;
}
.reminder strong {
	color: #E51D1F;
}
.tips {
	color: #A6A6A6;
	font-size: 14px;
	margin: -10px 0 10px;
}
.required {
	position: relative;
	padding-left: 28px;
}
.required:before {
	content: "＊";
	color: #E51D20;
	font-size: 24px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 6px;
}
 @media screen and (max-width: 1280px) {
	 
	 
.menu > li {
	width: auto;
	padding: 0 10px;
}
.menu > li > .but01{
	width: auto;
	text-align: center;
	}
.menu > li > .but02{
	width: auto;
	text-align:center;
	}
.menu > li > .but03{
	width: auto;
	text-align:center;
	}
.menu > li > .but04{
	width: auto;
	text-align:center;
	}
}
 @media screen and (max-width: 1024px) {
.menu > li > a {
	font-size: 15px;
}
.menu > li > ul > li > a {
	padding: 10px;
	font-size: 18px;
	color: #000;
	background: #fff;
	font-weight: normal;
	line-height: 1.4;
}
.menu > li > ul > li > a:hover {
	background: #E51C20;
	color: #fff;
}
.main .sub-title span {
	display: block;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 3px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

	
}
 @media screen and (max-width: 960px) {
.header .welcome, .menu, .menu .deco {
	display: none;
}
.btn.toggle-menu {
	display: block;
	color: #CCC;
}
.menu {
	margin: 0 -15px;
}
.menu > li {
	width: auto;
	display: block;
}

.menu > li .toggle-submenu {
	position: absolute;
	right: 18px;
	top: 14px;
	width: 40px;
	height: 32px;
	text-align: center;
	border-left: 1px solid #ddd;
	background: url(../images/menu_toggle.png) no-repeat 0 -32px;
	cursor: pointer;
}

.menu > li.active > .toggle-submenu {
	background-position: 0 0;
}
.menu > li > a {
	padding: 14px 0;
}
.menu > li > ul {
	position: static;
	margin-left: 0;
	width: auto;
}
.menu > li > ul > li > a {
	font-size: 18px;
}
.footer .site-info, .footer .site-map {
	float: none;
	width: auto;
	padding: 0;
}
.footer .site-info {
	border-right: none;
}
.footer .site-map {
	border-top: 1px solid #FF7373;
	margin-top: 20px;
	padding-top: 20px;
}
.footer .site-map ul {
	margin-top: 0;
}
.footer .site-map ul li {
	width: auto;
	margin: 0 10px;
	min-width: 58px;
}
.main.has-side .content {
	margin-left: 0;
}
.side {
	float: none;
	position: fixed;
	left: -100%;
	top: 0;
	bottom: 0;
	z-index: 999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.side-open {
	overflow: hidden;
}
.side-open .side {
	left: 0;
	width: 100%;
	background: #333;
	padding: 15px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.side-nav li a {
	color: #aaa;
	padding: 12px 4px 12px 28px;
	border-color: #444;
}
.side .search-box input {
	background: none;
	color: #ddd;
}
.main .side .title {
	display: none;
}
.btn.side-toggle {
	display: block;
	z-index: 10;
	position: relative;
	margin: 0 auto 20px;
}
.side .btn.side-toggle {
	float: right;
	width: 40px;
	height: 40px;
	margin: 0;
}
}
 @media screen and (max-width: 639px) {
.header {
	padding-top: 10px;
}
.header .logo {
	background-size: 100% auto;
	margin-bottom: 12px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
.footer .site-info .txt-box, .footer-bottom .share {
	float: none;
	width: auto;
}
.footer .site-info .txt-box.taichung {
	padding-bottom: 15px;
}
.footer .site-info .txt-box.taipei {
	padding-bottom: 15px;
}
.footer .site-info .txt-box.kaohsiung {
	padding-bottom: 15px;
}
.footer-bottom .share {
	margin-bottom: 8px;
}
}
 @media screen and (max-width: 479px) {
.main.has-side .content #main-title #plan_txt {
	font-size: 16px;
}
.main.has-side .content #main-title span {
	display: none;
}
}
