/* CSS Document */
/*-- 上方大圖 Start --------------------------------------*/
.i-head-top {}
.i-head-top-img-block {
	position: relative;
	height: 200px;
	overflow-x: hidden;
	overflow-y: hidden;
}

@media (min-width: 768px) {
.i-head-top {}
.i-head-top-img-block {
	position: relative;
	height: 400px;
}
}
/*-- 上方大圖 End --------------------------------------*/

/*-- 區域抬頭 Start --------------------------------------*/
.i-page-title-head {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.i-page-title-head .i-head-text {
	font-family: var(--i-font-family-02) !important;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.i-page-title-head:before {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 60px;
	height: 1px;
	background-color: rgba(185,185,185,1.00);
	border-radius: 50px;
	z-index: 2;
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
}
.i-page-title-head .i-head-text > span {
	filter: drop-shadow(0 1px 5px rgba(0,0,0,0.5));
	-webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.5));
	-moz-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.5));
}
.i-page-title-head .i-head-text:before {
	content: '';
	width: 30px;
	border-radius: 50% 50% 50% 50%;
	height: 30px;
	background-color: var(--i-round-1);
	position: absolute;
	left: -35px;
	top: -5px;
	-webkit-animation: 8s linear infinite irmove1;
	animation: 8s linear infinite irmove1;
}
.i-page-title-head .i-head-text:after {
	content: '';
	width: 20px;
	border-radius: 50%;
	height: 20px;
	background-color: var(--i-round-2);
	position: absolute;
	left: -25px;
	top: 5px;
	-webkit-animation: 10s linear infinite irmove2;
	animation: 10s linear infinite irmove2;
}

@media (min-width: 768px) {
.i-page-title-head {
	position: absolute;
	left: 0px;
	top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	border-bottom: 0px dashed #CCCCCC;
}
.i-page-title-head .i-head-text {
	
	
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	line-height: 100%;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	color: rgba(0,0,0,1.00);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.i-page-title-head .i-head-text > span {
	filter: drop-shadow(0 1px 5px rgba(0,0,0,0.5));
	-webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.5));
	-moz-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.5));
}
.i-page-title-head .i-head-text > span >span {
	position: absolute;
	right: -50px;
	bottom: -50px;
}
.i-page-title-head:before {
	content: '';
	position: absolute;
	bottom: -34px;
	right: -6px;
	width: 10px;
	height: 10px;
	background-color: rgba(185,185,185,1.00);
	border-radius: 50px;
	z-index: 2;
}
.i-page-title-head:after {
	content: '';
	position: absolute;
	bottom: -30px;
	right: -20px;
	width: 70px;
	height: 0px;
	z-index: 1;
	border-top: 2px dotted rgba(225,225,225,1.00);
}
.i-page-title-head .i-head-text:before {
	width: 30px;
	border-radius: 50% 50% 50% 50%;
	height: 30px;
	background-color: var(--i-round-1);
	position: absolute;
	left: -5px;
	top: -40px;
	-webkit-animation: 8s linear infinite irmove1;
	animation: 8s linear infinite irmove1;
}
.i-page-title-head .i-head-text:after {
	width: 20px;
	border-radius: 50%;
	height: 20px;
	background-color: var(--i-round-2);
	position: absolute;
	right: -5px;
	left: auto;
	top: -25px;
	-webkit-animation: 10s linear infinite irmove2;
	animation: 10s linear infinite irmove2;
}

}
.i-page-body-block {
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
.i-page-body-block {
	margin-left: 50px;
	padding-top: 100px;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 100px;
	border-left: 2px dotted rgba(225,225,225,1.00);
}
}
/*-- 區域抬頭 End --------------------------------------*/


/*-- .i-order-head-section Start ---------------------------------------------------*/
.i-order-head-section {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

@media (min-width: 768px) {
.i-order-head-section {
	margin-bottom: 160px;
	padding-left: 0px;
	padding-right: 0px;
}
}
.i-order-head-block {
	background-color: rgba(247,247,247,0.00);
}
.i-order-head-block .i-flex-block {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.i-order-head-block .i-flex-block > .i-flex-item-block {
	width: 100%;
}
.i-order-head-block .i-flex-block > .i-flex-item-block:nth-child(1) {
	background-color: #F7F7F7;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.i-order-head-block .i-flex-block > .i-flex-item-block:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

@media (min-width: 768px) {
.i-order-head-block .i-flex-block > .i-flex-item-block {
	width: 50%;
}
.i-order-head-block .i-flex-block > .i-flex-item-block:nth-child(1) {
	background-color: rgba(247,247,247,0.00);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.i-order-head-block .i-flex-block > .i-flex-item-block:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.i-order-head-block {
	background-color: #F7F7F7;
	background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(247,247,247,1.00) 73.57%, rgba(247,247,247,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(247,247,247,1.00) 73.57%, rgba(247,247,247,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(247,247,247,1.00) 73.57%, rgba(247,247,247,1.00) 100%);
	background-image: linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(247,247,247,1.00) 73.57%, rgba(247,247,247,1.00) 100%);
}
}
.i-order-img-block {
	position: relative;
	display: inline-block;
}
.i-order-img-block {
	width: 100%;
	position: relative;
}

@media (min-width: 768px) {
.i-order-img-block {
	width: 500px;
	position: relative;
}
}
.i-order-img-block > ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	justify-content: center;
	list-style-type: none;
}
.i-order-img-block > ul > li {
	position: relative;
	width: 25%;
	filter: drop-shadow(0 1px 10px rgba(0,0,0,0.2));
	-webkit-filter: drop-shadow(0 1px 10px rgba(0,0,0,0.2));
	-moz-filter: drop-shadow(0 1px 10px rgba(0,0,0,0.2));
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.i-order-img-block > ul > li img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.i-order-img-block > ul > li + li {
	margin-left: 10px;
}
.i-order-img-block > ul > li:nth-child(1), .i-order-img-block > ul > li:nth-child(3) {
	top: -15px;
}
.i-order-img-block > ul > li:nth-child(2), .i-order-img-block > ul > li:nth-child(4) {
	bottom: -15px;
}

@media (min-width: 768px) {
.i-order-img-block > ul > li + li {
	margin-left: 20px;
}
.i-order-img-block > ul > li:nth-child(1), .i-order-img-block > ul > li:nth-child(3) {
	top: -30px;
}
.i-order-img-block > ul > li:nth-child(2), .i-order-img-block > ul > li:nth-child(4) {
	bottom: -30px;
}
}
.i-order-title-info-block {
}
.i-order-title-info-block > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.i-order-title-info-block > ul > li {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	filter: drop-shadow(0 1px 5px rgba(0,0,0,0.2));
	-webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.2));
	-moz-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.2));
	color: #1D1D1D;
	letter-spacing: 1px;
	text-shadow: 0.5px 0.5px 0.5px #FFFFFF;
}
.i-order-title-info-block > ul > li:nth-child(1) {
/*border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: rgba(192,81,60,1.00);*/
}

@media (min-width: 768px) {
.i-order-title-info-block > ul > li {
	text-align: left;
}
}

/*-- .i-order-head-section End ---------------------------------------------------*/


/*-- .i-order-form-section Start ---------------------------------------------------*/
.i-order-form-section {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
.i-order-form-section {
	padding-left: 0px;
	padding-right: 0px;
}
}

.i-order-form-data-block {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 768px) {
.i-order-form-data-block {
	display: block;
	padding-left: 10%;
	padding-right: 10%;
}
}
.i-order-form-text-block {
	padding: 10px;
	margin-bottom: 20px;
	color: rgba(192,81,60,1.00);
	font-family: var(--i-font-family-01);
	font-weight: 500;
	font-size: 18px;
	border-bottom: 5px solid #C9BD9C;
	background-color: rgba(201,189,156,0.20);
}

/*-- .i-order-form-section End ---------------------------------------------------*/





/*----------------------------------------------------------*/
/*-- .i-order-data-section msg -----------------------------*/
/*----------------------------------------------------------*/
.i-order-data-section {
	margin-bottom: 50px;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
.i-order-data-section {
	margin-bottom: 100px;
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
}

.i-order-data-section .i-container {display: flex;
	align-items: center;
	justify-content: center;}
.i-order-data-section .i-order-data-block {
	max-width: 1000px;
	filter: drop-shadow(0 1px 5px rgba(0,0,0,0.2));
	-webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.2));
	-moz-filter: drop-shadow(0 1px 5px rgba(0,0,0,0.2));
	border-radius: 10px;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 10px;
	border: 10px solid rgba(204,204,204,0.80);
}
.i-order-data-section .i-order-data-block table {
	font-family: 'IBM Plex Mono', 'Noto Sans TC', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: var(--i-font-text-color-01);
}
.i-order-data-section .i-order-msg-text-block {
	padding: 10px;
	background-color: #F7F7F7;
	margin-bottom: 10px;
	color: rgba(192,81,60,1.00);
	font-family: var(--i-font-family-01);
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}
.i-order-data-section .i-order-msg-text-block.success {
	padding: 10px;
	background-color: #F7F7F7;
	margin-bottom: 10px;
	color: var(--i-website-color-01);
	font-family: var(--i-font-family-01);
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}
.i-order-data-section .i-order-msg-text-block.error {
	padding: 10px;
	background-color: #F7F7F7;
	margin-bottom: 10px;
	color: rgba(255,0,0,1.00);
	font-family: var(--i-font-family-01);
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}
.i-order-data-section .i-order-data-block table{border-radius: 5px;}

