@import "/webeip/HT00100/becky/css/reset.css";
@charset "big5";
/* PC & phone 統一格式*/
	/*內頁大圖
	.page_ban{
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page_ban span{
		display: block;
		text-align: center;
		font-size: 3em;
		color: white;
		background-color: rgba(0,0,0,0.5);
	}*/
	/*關於我們
	.comp_img{ background-image: url(/webeip/HT02036/img/company.jpg); }*/
	.comp_p{
		padding: 1em;
		box-sizing: border-box;
		text-indent: 2em;
		text-align: justify;
		line-height: 1.5em;
	}
	/*公司位置
	.map_img{ background-image: url(/webeip/HT02036/img/map.jpg); }*/
	.map_main{
		position: relative;
		margin: 2em auto 1em;
	}
	.map_main iframe{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;

		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	/*聯絡我們
	.cont_img{ background-image: url(/webeip/HT01022/img/co.jpg); }*/

	.contp{
		padding: 1em 0;
		text-align: center;
	}
	.submitbtn{
		cursor: pointer;

		font-family: 微軟正黑體;
		font-size: 1.3em;
		font-weight: bold;

		background: #44a2f9; /* for Old browsers */
		background: -moz-linear-gradient(top, #44a2f9 0%, #1178ff 100%);
		background: -webkit-linear-gradient(top, #44a2f9 0%,#1178ff 100%);
		background: linear-gradient(to bottom, #44a2f9 0%,#1178ff 100%);

		color: #FFF;
		border: 2px #44a2f9 solid;
		border-radius: 5px;

		padding: 0.5em 3em;
		box-sizing: border-box;

		box-shadow: 1px 2px 2px rgba(20%,20%,40%,0.5);
	}
	.submitbtn:hover{
		background: #44a2f9;
		border: 2px #2A89FF solid;
		box-shadow:none;
	}

	/*客製服務&聯絡我們-驗證碼http://www.greenscope.com.tw/js/PubFun.js*/
	.captchabox{
		display: flex;
		align-items: center;
	}
	.captchainputbox2{height: 1.5em;text-align: center;}
	.captchainputbox2 iframe{width: 150px;height: 2em;}
	/*付款方式
	.pay_img{ background-image: url(/webeip/HT02036/img/payment.jpg); }*/
	/*訂購須知*/
	.pay_subtitle1, .pay_subtitle2, .pay_subtitle3, .pay_subtitle4{
		color: white;
		text-align: center;
	}
	.pay_subtitle1{ background-color: #00A95F; }
	.pay_subtitle2{ background-color: #4D4398; }
	.pay_subtitle3{ background-color: #EA5532; }
	.pay_subtitle4{ background-color: crimson; }
	.card{
		background-color: #8E44AC;
		color: white;
	}
	.pay_p{
		padding: 0.5em 0;
		line-height: 1.5em;
	}
	/*取消規定*/
	.pro_p_red{
		color: red;
		padding: 1em 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	.pro_ul1, .pro_ul2, .pro_ol{
		padding: 1em;
		box-sizing: border-box;
	}
	.pro_ul1 li, .pro_ul2 li{
		padding: 0.5em;
		box-sizing: border-box;
		text-indent: -1.5em;
	}
	.pro_ol li{
		padding: 0.5em;
		box-sizing: border-box;
		list-style-type: decimal;
	}
	.pro_ul1 li span,.pro_ul2 li span{ padding-right: 0.5em; }
	.pro_subtitle{
		text-align: center;
		padding: 0.5em 0;
	}
	.pro_p{
		padding: 0.5em 0;
	}
	/*合作洽詢*/
	.shopco_body{
		background: rgba(55,150,83,0.5); /* for Old browsers */
		background: -webkit-linear-gradient(
			-45deg,
			rgba(55,150,83,0.5) 0%,
			rgba(215,254,227,0.8) 30%,
			#FFFFFF 50%,
			rgba(215,254,227,0.8) 90%,
			rgba(55,150,83,0.5) 100%
		);
		background: linear-gradient(
			135deg,
			rgba(55,150,83,0.5) 0%,
			rgba(215,254,227,0.8) 30%,
			#FFFFFF 50%,
			rgba(215,254,227,0.8) 90%,
			rgba(55,150,83,0.5) 100%
		);
	}
	.shopco_directions{
		padding: 0.5em;
		box-sizing: border-box;
		color: #E7290F;
	}
	.shopco_item{
		display: flex;
		align-items: center;
	}
	.shopco_title,.shopco_content{
	}
	.shopco_input_typing{ width: 100%;font-size: 1.1em;padding: 0.5em;box-sizing: border-box; }
	.shopco_input_radio{ width: 1.5em;height: 1.5em; }
	.shopco_select{ width: 100%;font-size: 1.1em;padding: 0.5em;box-sizing: border-box; }
	.shopco_textarea{ width: 100%;height:10em;font-size: 1.1em;padding: 0.5em;box-sizing: border-box; }

	.shopco_submit{
		text-align: center;
	}
	.shopco_submit >input{
		cursor: pointer;
		display: inline-block;
		padding: 0.5em 2em;
		box-sizing: border-box;
		font-size: 1.3em;
		background-color: #E7290F;
		color: white;
		border: 0;
		border-bottom: 3px solid #A32416;
		border-radius: 15px;
	}
	.shopco_submit >input:hover{
		position: relative;
		top: 3px;
		border-bottom: 3px solid #E7290F;
	}
	.shopco_content > .captchabox .captchainputbox1 input{
		 font-size: 1.1em;
		 padding: 0.5em;
		 box-sizing: border-box;
	}
/*手機 CSS*/
@media screen and (max-width:980px)
{
	/*內頁大圖
	.page_ban{
		height: 25vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}*/
	/*關於我們
	.comp_img{ background-position: center center; }*/
	/*公司位置
	.map_img{ background-position: center center; }*/
	/*聯絡我們
	.cont_img{ background-position: center center; }*/
	/*付款方式
	.pay_img{ background-position: center center; }
	.page_ban span{
		padding: 0.5em 1em;
		box-sizing: border-box;
	}*/
	/*選單*/
	.pagenav{
		padding: 0.5em 0;
	}
	.pagenav ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pagenav ul li{
		width: 45%;
		margin: 0.3em auto;
	}
	.pagenav ul li:last-child{ width: 95%; }
	.pagenav ul li a{
		display: block;
		text-align: center;
		font-size: 1.1em;
		padding: 0.5em 0;
		font-weight: bold;
		background-color: #DB5B11;
		color: white;
		border-radius: 15px;
	}
	.pagenav ul li a span{ padding-right: 0.5em; }
	/*關於我們*/
	.comp_main{
		width: 90%;
		margin: 0 auto;
	}
	/*公司位置*/
	.map_main{
		padding-bottom: 80%;	
	}
	/*聯絡我們*/
	.cont_main{
		width: 90%;
		margin: 1em auto;
	}
	.itembox{
		flex-direction: column;
	}
	.itemtit{
		padding: 0.5em 0;
		font-size: 1.1em;
		font-weight: bold;
	}
	.itemcont > input{width: 100%;height: 2em;font-size: 1.2em;}
	.cont7 > input{width: 100%;height: 2em;margin-right: 0.5em;}
	.itemcont > select{height: 2.5em;font-size: 1.1em;}
	.cont4,.cont7{ display: flex;align-items: center; }
	.itemcont > .circle_input{width: 1.5em;height: 1.5em;}
	.itemcont > .textareabox{width: 100%;height: 10em;font-size: 1.2em;}
	.itemcont > .captchabox .captchainputbox1 input{height: 2em;}
	.captchabox{
		flex-wrap: wrap;
	}
	.captchainputbox3{width: 100%;margin: 0.5em auto;}
	.captchainputbox3 > input{
		display: block;
		width: 100%;
		font-size: 1.1em;
		padding: 0.2em 0;
	}
	/*訂購須知*/
	.pay_main{
		width: 90%;
		margin: 0 auto;
	}
	.pay_subtitle1, .pay_subtitle2, .pay_subtitle3{
		padding: 0.2em 0;
		margin: 1em auto;
		font-size: 1.5em;
	}
	.paybox1{

	}
	.card{
		display: block;
		width: 50%;
		margin: 0.2em auto 0.5em;
		padding: 0.2em 0;
		text-align: center;
		border-radius: 15px;
		font-size: 1.2em;
	}
	.pay_p{
		text-indent: 2em;
	}
	.paybox2 > .pay_p{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-indent: 0;
	}
	.paybox2 .pay_p > .pay_span{
		margin: 0 0.3em;
		margin-bottom: 0.5em;
	}
	.paybox2 .pay_p > .pay_span:last-child{
		margin-bottom: 0;
	}
	.paybox3 > .pay_p{
		text-indent: 0;	
	}
	/*取消規定*/
	.pro_main{
		width: 90%;
		margin: 0 auto;
	}
	.pro_p_red{
		text-align: justify;
		letter-spacing: -0.5px;
	}
	.pro_ul1{

	}
	/*合作洽詢*/
	.shopco_main{
		width: 90%;
		margin: 0 auto;
	}
	.shopco_item{
		flex-wrap: wrap;
	}
	.shopco_title,.shopco_content{
		display: block;
		width: 100%;
		padding: 0.3em 0;
		box-sizing: border-box;
	}
	.shopco_submit{
		padding: 1em 0;
	}
	.shopco_content > .captchabox .captchainputbox1{
		width: 50%;
		margin-right: 0.5em;
	}
	.shopco_content > .captchabox .captchainputbox1 input{
		 width: 100%;
	}
	.prize{
		max-width: 90%;
		display: block;
		margin: 0 auto;
	}

	.prize_p{
		text-align: center;
		font-size: 1rem;
	}

}
/*電腦 CSS*/
@media screen and (min-width:980px)
{
	/*內頁大圖
	.page_ban{
		min-width: 1200px;
		height: 30vh;
		min-height: 450px;
		background-attachment: fixed;
		position: relative;/*for page_ban > span
	}*/
	/*關於我們
	.comp_img{ background-position: center 70%;}*/
	/*公司位置
	.map_img{ background-position: center top; }*/
	/*聯絡我們
	.cont_img{ background-position: center top;background-attachment: inherit; }*/
	/*付款方式
	.pay_img{ background-position: center center; }

	.page_ban span{
		width: 350px;
		padding: 30px 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}*/
	/*關於我們*/
	.comp_main{
		width: 900px;
		margin: 2em auto 1em;

		padding: 1em;
		box-sizing: border-box;

		border: 1px solid rgba(0,0,0,0.3);
		border-radius: 5px;
	}
	/*公司位置*/
	.map_main{
		width: 900px;
		height: 700px;
		border: 1px solid rgba(0,0,0,0.3);
		border-radius: 5px;
	}
	/*聯絡我們*/
	.cont_main{
		width: 900px;
		margin: 2em auto 1em;

		border: 1px solid rgba(0,0,0,0.3);
		border-radius: 5px;

		padding: 1em 2em;
		box-sizing: border-box;
	}
	.itembox{
		display: flex;
		align-items: center;
		padding: 1em 0;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.cont_main div:nth-child(8) {border-bottom: none;}
	.itemtit{
		width: 30%;
		text-align: center;
	}
	.itemcont{
		width: 70%;
	}
	.itemcont > input{width: 50%;height: 2em;}
	.cont7 > input{width: auto;height: 2em;}
	.itemcont > select{height: 2.5em;}
	.itemcont > .circle_input{width: 1.5em;height: 1.5em;}
	.itemcont > .textareabox{width: 50%;height: 10em;}
	.itemcont > .captchabox .captchainputbox1 input{height: 2em;}
	.contp{
		padding: 1em 0;
		text-align: center;
	}
	.submitbtn{
		cursor: pointer;

		font-family: 微軟正黑體;
		font-size: 1.3em;
		font-weight: bold;

		background: #44a2f9; /* for Old browsers */
		background: -moz-linear-gradient(top, #44a2f9 0%, #1178ff 100%);
		background: -webkit-linear-gradient(top, #44a2f9 0%,#1178ff 100%);
		background: linear-gradient(to bottom, #44a2f9 0%,#1178ff 100%);

		color: #FFF;
		border: 2px #44a2f9 solid;
		border-radius: 5px;

		padding: 0.5em 3em;
		box-sizing: border-box;

		box-shadow: 1px 2px 2px rgba(20%,20%,40%,0.5);
	}
	.submitbtn:hover{
		background: #44a2f9;
		border: 2px #2A89FF solid;
		box-shadow:none;
	}

	/*客製服務&聯絡我們-驗證碼http://www.greenscope.com.tw/js/PubFun.js*/
	.captchabox{
		display: flex;
		align-items: center;
	}
	.captchainputbox2{height: 1.5em;text-align: center;}
	.captchainputbox2 iframe{width: 150px;height: 2em;}

	/*內頁選單*/
	.pagenav{
		width: 100%;
	}
	.pagenav ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pagenav ul li {
		padding:2em;
		box-sizing: border-box;
	}
	.pagenav ul li a{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 1em;
		background: #DDDDDD;
		color: gray;
		border-radius: 15px;
		width: 100px;
		height: 100px;
		position: relative;/*for before*/
	}
	.pagenav ul li a span{
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	.pagenav_a:before{
		content:"";
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 20px solid #DDDDDD;

		position: absolute;
		top: 0;
		margin-top: -18px;
	}
	/*訂購須知*/
	.pay_main{
		width: 900px;
		margin: 2em auto 1em;

		padding: 1em;
		box-sizing: border-box;

		border: 1px solid rgba(0,0,0,0.3);
		border-radius: 5px;
	}
	.pay_subtitle1, .pay_subtitle2, .pay_subtitle3, .pay_subtitle4{
		letter-spacing: 0.5em;
		padding: 0.2em 0 0.2em 0.5em;
		box-sizing: border-box;
		width: 60%;
		margin: 0 auto;
	}
	.paybox1,.paybox4{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 1em 0;
	}
	.card{
		width: 120px;
		height: 120px;
		border-radius: 50%;

		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.card > span{
		display: block;
		font-size: 2em;
		margin-bottom: 5px;
	}
	.paybox1 > .pay_p{
		width: 600px;
		margin: 0 1em;
	}
	
	.paybox4 > p:nth-child(2){
		width: 360px;
		margin: 0 1em;
	}
	.paybox4 > p:nth-child(3){
		width: 200px;
		margin: 0 1em;
	}
	.paybox2,.paybox3{
		width: 75%;
		margin: 0 auto;
		padding: 1em 0;
	}
	.pay_span{
		margin-right: 1em;
	}
	.paybox4 > .card{
		background-color: #114581;
	}
	.card > span.paybox4txt{
		font-size: 0.8em;
	}
	/*取消規定*/
	.pro_main{
		width: 900px;
		margin: 2em auto 1em;

		padding: 1em;
		box-sizing: border-box;

		border: 1px solid rgba(0,0,0,0.3);
		border-radius: 5px;
	}
	.pro_p_red{
		text-align: center;
		color: red;
		padding: 1em 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	.pro_ul1, .pro_ul2, .pro_ul3, .pro_ol{
		width: 80%;
		margin: 0 auto;
		list-style-position: inside;
		padding: 1em;
		box-sizing: border-box;
	}
	.pro_ul1 li, .pro_ul2 li{
		padding: 0.5em;
		box-sizing: border-box;
		text-indent: -1.5em;
	}
	.pro_ul3 li{
		padding: 0.5em;
		box-sizing: border-box;
		text-indent: 1.5em;
	}
	.pro_ol li{
		padding: 0.5em;
		box-sizing: border-box;
		text-indent: -1.1em;
		list-style-type: decimal;
	}
	.pro_ul1 li span,.pro_ul2 li span,.pro_ul3 > .pro_p span{ padding-right: 0.5em; }
	.pro_subtitle{
		text-align: center;
		padding: 0.5em 0;
	}
	.pro_p{
		padding: 0.5em 0;
	}
	.pro_ul3 > .pro_p{
		text-indent: -1.5em;
	}
	/*合作洽詢*/
	.shopco_main{
		width: 900px;
		margin: 2em auto 1em;

		padding: 1em;
		box-sizing: border-box;

		border: 1px solid rgba(0,0,0,0.2);
		border-radius: 5px;

		background-color: white;
	}
	.shopco_directions{
		text-align: center;
	}
	.shopco_item{
		width: 70%;
		margin: 0 auto;
		padding: 1em 0;
		box-sizing: border-box;
	}
	.shopco_title{
		width: 30%;
		text-align: right;
		padding: 0.5em 1em;
		box-sizing: border-box;
	}
	.shopco_content{
		width: 70%;
	}
	.shopco_content > .captchabox .captchainputbox1 input{
		width: 150px;
		margin-right: 10px;
	}
	.prize{
		display: block;
		margin: 0 auto;
	}

	.prize_p{
		text-align: center;
		font-size: 1.5rem;
	}
}