@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cinzel');
#gHeader {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity:1;
	background-color: #FFF;
}
#gHeader .header_title{
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 200px;
	font-size: 50px;
	letter-spacing: var(--letterSpacing100);
	text-align: center;
	padding: 50px 0;
	line-height: 100px;
	font-weight: 700;
	color: #000;
	text-shadow: 
    0 0 4px rgba(255, 255, 255, 0.8),
    0 0 8px rgba(255, 255, 255, 0.6),
    0 0 12px rgba(255, 255, 255, 0.4);
	background-repeat: no-repeat;
	background-position: bottom center;
	box-sizing: border-box;
	z-index: 100;
}

#main .corp{
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

.menu_title{
	font-size: 22px;
	line-height: 30px;
	border-radius:  0 20px 0 0;
	display: inline-block;
	box-sizing:border-box; /*元素的內距和邊框將不會增加元素本身的寬度*/
  	color: #FFF;
	background-color: #ff4500;
	margin: 0;
	padding: 20px 35px 22px 15px;

}
.title_bk{
	width: 100%;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #000;
	box-sizing: border-box;
	padding: 30px 0 20px;
}
.title_bk_01{
	width: 100%;
	line-height: 30px;
	font-size: 30px;
	border-width: 0 0 12px;
	border-style: solid;
	border-color: #000;
	padding: 0 5px 5px;
	box-sizing: border-box;
}
.list_title{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	display: block;
	width: 100%;
	margin: 10px auto;
	padding: 10px 20px;
	box-sizing:border-box; /*元素的內距和邊框將不會增加元素本身的寬度*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.order_msg{
	font-size: 22px;
	line-height: 30px;
	letter-spacing: var(--letterSpacing30);
	font-weight: 400;
	display: block;
	width: 100%;
	text-align: center;
	margin: 60px auto 40px;
	box-sizing:border-box; /*元素的內距和邊框將不會增加元素本身的寬度*/
}
.order_title{
	font-size: 20px;
	line-height: 30px;
	display: block;
	width: 100%;
	margin: 30px auto 10px;
	box-sizing:border-box; /*元素的內距和邊框將不會增加元素本身的寬度*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.order_title1 {
	font-size: 18px;
	display: block;
	width: calc(100% - 20px);
	margin: 30px auto;
	box-sizing:border-box; /*元素的內距和邊框將不會增加元素本身的寬度*/
}
.item_title{
	font-size: 20px;
	padding: 8px 0;
	text-align: center;
	border-bottom: 1px solid #AAA;
}
.item_content{
	font-size: 18px;
	padding: 15px 0;
	border-bottom: 1px solid #AAA;
}
.item_content_rk{
	font-size: 15px;
	vertical-align: middle; /* 垂直置中 */
}
.login{
	width: 100%;
	max-width: 1200px;
	margin: 30px auto 10px;
	box-sizing: border-box;
}
.logout {
	margin: 20px auto 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	text-align: right; /* 把裡面的東西靠右對齊 */
}
.logout a {
	display: inline-block;

}
.login::after {
  content: "";
  display: block;
  clear: both;
}
.login li{
	font-size: 20px;
	padding: 10px;
	box-sizing: border-box;	
	float: left;
}
.login_item1{
	width: calc(25% - 20px);
	text-align: right;
}
.login_item2{
	width: calc(25% - 20px);
	text-align: left;	
}
.login_item3{
	width: calc(100% - 20px);
	display: flex;
	justify-content: center;
}
.login_item4{
	width: calc(50% - 20px);
	text-align: right;
}
.login_item5{
	width: calc(50% - 20px);
	text-align: left;	
}
.service{
	width: 100%;
	max-width: 1200px;
	margin: 30px auto 10px;
	box-sizing: border-box;
}
.service::after {
  content: "";
  display: block;
  clear: both;
}
.service_rk{
	font-size: 22px;
	letter-spacing: var(--letterSpacing20);
	padding: 10px 20px;
	font-weight: 400;
	box-sizing: border-box;
}
.service_grup{
	width: 600px;
	margin: 20px auto;
	padding: 10px 20px;
	box-sizing: border-box;
}
.service_grup::after {
  content: "";
  display: block;
  clear: both;
}
.service_grup .QR{
	float: left;
	width: 200px;
}
.service_grup .QR img{
	width: 100%;
}
.service_grup_content{
	float: left;
	width: 360px;
	padding: 10px 0;
}
.service_grup .service_sales{
	font-size: 22px;
	padding: 5px;
	float: left;
}
.order_form {
		width: 95%;
		margin: 20px auto;
}
.order_form_item {
		width: 95%;
		margin: 0 auto;
		font-size: 20px;
		line-height: 35px;
		padding: 5px 0;
}
.order_form li{
		font-size: 20px;
		line-height: 35px;
		padding: 10px 0;
		margin: 5px;
		float: left;
		box-sizing: border-box;
}
.order_form1 {
		width: 95%;
		margin: 0 auto 20px;
}
.order_form1 li{
		font-size: 20px;
		line-height: 35px;
		padding: 10px 0;
		margin: 5px;
		float: left;
		box-sizing: border-box;
}
.order_li_0{
	width: calc(100% - 10px);
}
.order_li_11{
	width: 150px;
	background-color: #eee;
	text-align: center;
}
.order_li_12{
	width: calc(100% - 170px);
}
.order_li_21{
	width: 150px;
}
.order_li_22{
	width: calc(100% - 300px);
}
.order_li_23{
	width: 120px;
	text-align: right;
	color: red;
}


.order_li_31{
	width: 120px;
	background-color: #eee;
	text-align: center;
}
.order_li_32_1{
	width: calc(20% - 140px);
}
.order_li_32_2{
	width: calc(30% - 140px);
}
.order_li_33{
	width: calc(100% - 270px);
}
.order_li_33_1{
	width: calc(40% - 140px);
}
.order_li_33_2{
	width: calc(60% - 140px);
}
.order_li_34{
	width: calc(100% - 140px);
}

.order_li_41{
	width: calc(100% - 140px);
	background-color: #eee;
}
.order_li_42{
	width: 120px;
}
.order_li_43{
	width: 100%;
}
.notice_item_title{
	font-size: 24px;
	padding: 15px 0;
	font-weight: 600;
}
.notice_item_content{
	font-size: 20px;
	padding: 9px 0 9px 25px;
	text-indent: -25px; /* 第二行開始縮排 */
}
.notice_item_content_sub{
	font-size: 20px;
	padding: 9px 0 9px 25px;
}
.order_item_title{
	width: 100%;
	font-size: 20px;
	padding: 15px;
}
.order_item_content{
	font-size: 18px;
	padding: 12px 9px 8px;
}
.order_item_content_with_title{
	font-size: 18px;
	line-height: 30px;
	display: block;
	width: 100%;
	margin: 30px auto 10px;
	box-sizing:border-box; /*元素的內距和邊框將不會增加元素本身的寬度*/
}
.order_send{
	font-size: 20px;
	padding: 30px 0;
}
.ARROW_BLACK{  /* 向右 */
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #000;
	margin: 0 10px;
}
.ARROW_WHITE{  /* 向右 */
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 15px solid #FFF;
	margin: 0 10px 0 20px;
}
.ARROW_GRAY{  /* 向右 */
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #ccc;
	margin: 0 10px;
}
.ARROW_GRAY1{  /* 向下 */
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 12px solid #ccc;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	margin: 0 10px;
}

.ARROW_ORANGE{  /* 向右 */
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #ffa000;
	margin: 0 10px;
}
.ARROW_ORANGE1{  /* 向下 */
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 12px solid #ccc;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	margin: 0 10px;
}
.BLK_GRAY{
	display:inline-block;
	background-color:#CCC;
	width: 12px; 
	height: 12px; 
	margin: 0 10px 1px;
}
.BLK_RED{
	display: inline-block;
	background-color: #F00;
	width: 10px;
	height: 10px;
	margin: 0 10px 1px;
}
.BLK_BLACK{
	display:inline-block;
	background-color:#000;
	width: 15px; 
	height: 15px; 
	margin: 0 10px;
}
.BLK_white{
	display:inline-block;
	background-color:#FFF;
	width: 12px; 
	height: 12px; 
	margin: 0 10px 1px;
}
.input_text {
	border: 1px solid #959595;
	height: 30px;
	padding-left: 3px;
	font-size: 20px;
	margin-bottom: 5px;
}
.input_select {
	border: 1px solid #959595;
	height: 30px;
	padding: 0 5px;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
.input_box {
	border: 5px solid #959595;
	font-size: 18px;
	line-height: 35px;
	padding: 20px;
}
.radio-item {
  display: flex;
  align-items: center; /* 垂直置中 */
}
/* 增大 radio 的整體尺寸 */
input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #007bff; /* 可選：設定選取時的顏色（現代瀏覽器支援） */
  margin-right: 8px; /* 與文字的間距 */
}

/* 若你也想調整文字大小 */
.radio-text {
		font-size: 20px;

}

.div_black {
	border: 5px solid #959595;
	font-size: 18px;
	padding: 20px;
}

.REG {
	width: 100%;
}
.REG ul{
	width: 99%;
	margin: 40px auto;
}
.REG li{
	width: calc(33% - 60px);
	float: left;
  	text-align: center;
  	color: #FFF;
	background-color: #ff4500;
	margin: 10px 30px 40px;
	padding: 40px 10px;
	border-radius:  35px 35px 0;
	list-style: none;
	box-sizing: border-box;
}
.REG a li{
	background-color: #fffd7d;
	color: #000;
	border: 2px solid #1034A6;
}
.REG a:hover li{
  	color: #FFF;
	background-color: #ff4500;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* 添加陰影 */
	border: 0;
}
.REG li .r1{
  	font-size: 32px;
  	line-height: 40px;
  	font-weight: 600;
  	letter-spacing: var(--letterSpacing20);
}
.REG li .r2{
  	font-size: 26px;
  	line-height: 40px;
  	font-weight: 600;
}
.REG li .r3{
  	font-size: 22px;
  	line-height: 40px;
  	font-weight: 600;
}
.btn_O{
	width: 100%;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 30px;
	background-color: #ff4500;
	border-radius: 20px;	
}
.btn_R{
	width: 80%;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	background-color: red;
	border-radius: 12px;
}
.btn_GRAY{
	width: 80%;
	color: #000;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	background-color: #CCC;
	border-radius: 12px;
}
@media all and (min-width: 768px) and (max-width: 1023px)  {
	#gHeader .header_title  {
		font-size: 45px;
		max-width: auto;
		background-position: right -80px bottom 0;
	}
	.login_item1{
		width: calc(50% - 20px);
	}
	.login_item2{
		width: calc(50% - 20px);
	}

	.order_form_item {
			width: 100%;
	}
	.order_form {
			width: 100%;
			margin: 20px auto;
	}
	.order_form1 {
			width: 100%;
			margin: 0 auto;
	}
	.order_li_32_1{
		width: calc(50% - 140px);
	}
	.order_li_32_2{
		width: calc(50% - 140px);
	}
}
@media all and (min-width: 0) and (max-width: 768px)  {
	.logout {
		margin: 20px auto 10px;
	}

	#gHeader .header_title  {
		height: 300px;
		font-size: 40px;
		padding: 60px 0 140px;
		letter-spacing: var(--letterSpacing50);
		color: #FFF;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
		background-position: right 0 bottom 0;
	}

	.login_item1{
		width: calc(100% - 20px);
		text-align: center;
	}
	.login_item2{
		width: calc(100% - 20px);
		text-align: center;
	}
	.login_item4{
		width: calc(100% - 20px);
		text-align: center;
	}
	.login_item5{
		width: calc(100% - 20px);
		text-align: center;	
	}
	.order_msg{
		font-size: 20px;
		margin: 60px auto 40px;
	}
	.order_form_item {
			width: 100%;
	}
	.order_form {
			width: 100%;
			margin: 20px auto;
	}
	.order_form1 {
			width: 100%;
			margin: 0 auto;
	}


	.order_li_11{
		width: 150px;
		background-color: #eee;
		text-align: center;
	}
	.order_li_12{
		width: calc(100% - 170px);
	}
	.order_li_21{
		width: 150px;
	}
	.order_li_22{
		width: calc(100% - 300px);
	}
	.order_li_23{
		width: 120px;
		text-align: right;
		color: red;
	}
	.order_li_32_1{
		width: calc(100% - 140px);
	}
	.order_li_32_2{
		width: calc(100% - 140px);
	}
	.order_li_33_1{
		width: calc(100% - 140px);
	}
	.order_li_33_2{
		width: calc(100% - 140px);
	}
	.service_rk{
		font-size: 20px;
	}
	.service_grup{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.service_grup .QR{
		display: none;
	}
	.service_grup_content{
		width: 100%;
	}
	.service_grup .service_sales{
		width: calc(100% - 10px);
		font-size: 20px;
	}
}
@media all and (min-width: 421px) and (max-width: 768px)  {
	
}
@media all and (min-width: 0) and (max-width: 420px)  {

}