body {
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 13px;
	line-height: 18px;
}

html, body {
	height: 100%;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:active, a:hover {
	outline: 0;
	text-decoration: none;
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

img {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	image-rendering: -webkit-optimize-contrast;
}

a img {
	border: 0;
}

.responsive_footer {
	margin: 0;
}

#ioneContent {
	width: 100%;
	min-height: 800px;
	background: #fef9fb;
	padding: 0 0 20px 0;
	overflow-x: hidden;
}

/* CARD */

#card_wrapper {
	width: 100%;
	padding: 10px 12px;
}

.card_table {
	width: 100%;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
}

.card_table:after {
	content: "";
	flex: 1 1 100%;
}

.card_cell {
	width: 33.3%;
	border: 8px solid transparent;
	padding: 0;
	position: relative;
	margin-bottom: 12px;
}

.card_cell::before {
	content: '';
	background: #FFF;
	border: 1px solid #c48441;
	/** pseudo-elements are inline by default **/
	display: block;
	/** same height and width than our column **/
	width: 100%;
	height: 100%;
	/** position absolute starting at the top and left of our column **/
	position: absolute;
	top: 0;
	left: 0;
}

.card_hidden {
	visibility: hidden;
}

.card_cell2 {
	width: 66.3%;
	padding: 0;
	margin-bottom: 15px;
	background: #FFF;
	border: 1px solid #f8d3e2;
	cursor: pointer;
	position: relative;
}

.card_title {
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	padding: 10px;
	position: relative;
}

.card_title:hover {
	color: #036EB8;
}

.card_dept {
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	padding: 0 10px;
	padding-bottom: 120px;
	position: relative;
}

.card_arrow {
	position: absolute;
	right: 0;
	display: inline-block;
	padding-bottom: 5px;
}

.card_arrow img {
	height: 16px;
}

.card_image {
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #c48441;
	border-bottom: none;
}

.card_image2 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.card_image:after {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.card_image2:after {
	content: "";
	display: block;
	padding-bottom: 42%;
}

.card_image img, .card_image2 img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	vertical-align: middle;
}

.bottom_line {
	border-bottom: 1px solid #f8d3e2;
}

.recommend {
	width: 72px;
	height: 72px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
}

.quarter {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #FFF;
	width: 72px;
	height: 72px;
	text-align: left;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 60px;
	-moz-box-shadow: 1px 1px 1px rgba(68,68,68,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(68,68,68,0.3);
	box-shadow: 1px 1px 1px rgba(68,68,68,0.3);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
	color: #000;
}

.bottom-right {
	border-bottom-right-radius: 144px;
}

.quarter span {
	font-size: 12px;
}

a > .card_button {
	width: 33.33%;
	display: inline-block;
	float: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #E1E2E3;
	border-left: 1px solid #E1E2E3;
}

.card_button:hover {
	color: #0099FF;
}

.booking {
	width: 94%;
	font-size: 13px;
	line-height: 13px;
	color: #000;
	padding: 0;
	border: 4px solid #E5E5E5;
	margin: 10px 3%;
	display: table;
}

.booking .date {
	display: table;
	width: 100%;
}

.booking > .button {
	background: #F24678;
	color: #FFF;
	display: table-cell;
	width: 80px;
	text-align: center;
	padding: 8px 0;
	border-left: 1px solid #CCC;
}

.booking > .button:hover {
	background: #FE7FA0;
}

.booking > .text {
	font-family: Arial, Helvetica, sans-serif;
	width: 88px;
	display: table-cell;
	padding: 8px 0;
	border-right: 1px solid #CCC;
	background: #E5E5E5;
	color: #000;
	font-size: 12px;
	text-align: center;
}

.booking > .text > span {
	font-size: 15px;
	font-weight: bold;
}

.booking input {
	position: relative;
	display: table-cell;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	border: none;
	text-indent: 8px;
}

.booking input:focus {
	outline: none;
}

.booking .calendar {
	width: 40px;
	display: table-cell;
	padding: 0;
	border-left: 1px solid #CCC;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	color: #333;
}

.calendar img {
	width: 20px;
}

.section_wrapper {
	width: 100%;
	padding: 10px 20px 0 20px;
	position: relative;
	text-align: center;
}

.section_title {
	display: inline-block;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	background: #FFF;
	color: #DC2157;
	padding: 0 30px;
	border: 1px solid #fab7ca;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-topright: 24px;
	-moz-border-radius-bottomright: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

.itour_header {
	background: #FFF;
	border-bottom: 1px solid #e7bcd9;
}

.itour_header .title {
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	color: #FFF;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-weight: bold;
	padding: 6px 10px;
	background: #F24678;
}

.itour_header .subtitle {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	color: #F24678;
	font-weight: 350;
	padding-left: 5px;
}

.firstTable {
	padding-top: 60px;
}

.itour_header .title {
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	color: #FFF;
	font-weight: bold;
	padding: 6px 10px;
	background: #9e0d1b;
}

.itour_header .subtitle {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	color: #9e0d1b;
	font-weight: normal;
	padding-left: 5px;
}

.itour_header {
	background: #FFF;
	border-bottom: 1px solid #9e0d1b;
}

.section_title {
	display: inline-block;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	background: #FFF;
	color: #9e0d1b;
	padding: 0 30px;
	border: 1px solid #9e0d1b;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-topright: 24px;
	-moz-border-radius-bottomright: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

.booking > .button {
	background: #9e0d1b;
	color: #FFF;
	display: table-cell;
	width: 80px;
	text-align: center;
	padding: 8px 0;
	border-left: 1px solid #CCC;
}

.booking > .button:hover {
	background: #800a15;
}

.card_code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #872b1d;
}

.card_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

.card_icon {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px 3px;
	table-layout: fixed;
}

.card_icon div {
	display: table-cell;
	width: 50%;
	color: #FFF;
	background: #c05238;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	vertical-align: middle;
	padding: 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.card_icon div:hover {
	color: #FFF;
	background: #a03e2d;
}

.card_icon .priceList {
    color: #FFF;
    background: #872c1d;
}
.card_icon .priceList:hover {
    color: #FFF;
    background: #6d2018;
}

.card_icon2 {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px 4px;
	table-layout: fixed;
}

.card_icon2 .bookNow {
	color: #FFF;
	background: #E3631E;
	border: 2px solid #E3631E;
}

.card_icon2 .bookNow:hover {
	color: #FFF;
	background: #D15817;
	border: 2px solid #D15817;
}

.card_icon_wrapper {
	position: absolute;
	bottom: 3px;
	cursor: pointer;
}

/* iTOUR */

.itour_button {
	font-size: 13px;
	line-height: 13px;
	padding: 12px 15px;
	background: #9e0d1b;
	color: #FFF;
	display: inline-block;
	cursor: pointer;
}

.itour_button:hover {
	background: #800a15;
}

.itour_description {
	font-size: 21px;
	line-height: 21px;
	display: inline-block;
	font-weight: 350;
	color: #9e0d1b;
	vertical-align: middle;
}

.itour_footnote {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 5px 0;
	background: #fde7ea;
	color: #DC2157;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 20px;
}

.itour_box2_header > span.text {
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	text-align: center;
	color: #000;
	background: #FFF;
	border-top: 1px solid #fbd0d4;
	border-left: 1px solid #fbd0d4;
	border-right: 8px solid #fbd0d4;
	display: table-cell;
	padding: 10px;
	white-space: nowrap;
	width: 200px;
}

.itour_box2 {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #fbd0d4;
	border-top: none;
	padding: 10px;
	position: relative;
}

.header_0 {
	background: #f9b8bf;
}

ul {
	list-style: none;
}


.modal_wrapper {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #f8d3e2;
}

.modal_header {
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #f8d3e2;
	position: relative;
}

.modal_code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 36px;
	color: #000;
	font-weight: bold;
	float: left;
	height: 36px;
	padding: 0 20px;
}

.modal_title {
	width: 100%;
	padding: 15px 20px 15px 20px;
	font-size: 16px;
	line-height: 24px;
	color: #a14585;
}

.modal_description {
	width: 100%;
	padding: 15px 20px 15px 20px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	white-space: pre-line;
}

.modal_image {
	width: 100%;
	padding: 0 20px 0 20px;
}

#modal_calendar {
	padding: 8px;
	display: none;
}

.modal_booking {
	float: right;
	height: 36px;
	border-left: 1px solid #f8d3e2;
}

.bookNow2, .bookNow3 {
	color: #8050af;
	text-align: left;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 20px;
}

.bookNow2:hover, .bookNow3:hover, .pdfBtn:hover {
	color: #000;
}

.pdfBtn {
	color: #8548d8;
	text-align: left;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 20px;
}

.loading {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-top: 160px;
	height: 100%;
}

.nothing {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #661daf;
	font-size: 20px;
	line-height: 20px;
	padding-top: 160px;
}

#totalCount {
	position: absolute;
	top: 180px;
	right: 20px;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(230, 230, 230, 0.9);
	z-index: 10000;
}

#overlay span {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	text-align: center;
}

#overlay img {
	margin: 0 auto;
}

.error {
	display: none;
	font-size: 14px;
	line-height: 14px;
	color: #900;
	padding-top: 7px;
	margin-bottom: -7px;
}

/* RESPONSIVE */

@media (max-width: 900px) {
	.card_cell {
		width: 49.9%;
		border: 5px solid transparent;
	}

	.card_cell2 {
		width: 49.9%;
	}

	.responsive_container {
		margin-top: 0;
	}

	.modal_title, .modal_description {
		padding: 15px 20px;
	}

	.modal_image {
		padding: 0 20px;
	}

	.recommend {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 600px) {
	#card_wrapper {
		padding: 5px;
	}

	.card_cell {
		width: 99.9%;
		border: 1px solid transparent;
	}

	.card_cell2 {
		width: 99.9%;
	}

	.card_image2:after {
		content: "";
		display: block;
		padding-bottom: 60%;
	}

	.card_table {
		padding: 0 10px;
	}

	.firstTable {
		padding-top: 50px;
	}

	.modal_wrapper {
		margin: 20px 0;
	}

	.modal_title, .modal_description {
		padding: 10px;
	}

	.modal_image {
		padding: 0 10px;
	}

	.bookNow2, .bookNow3, .pdfBtn {
		padding: 0 10px;
	}

	#totalCount {
		position: absolute;
		top: 152px;
		right: 10px;
	}
}
