@import "/webeip/HT00100/becky/css/reset.css";
@charset "big5";
.payitem_tit1, .payitem_tit2, .payitem_tit3 {
    margin: 1em auto 0.5em;
    text-align: center;
    padding: 0.5em 0 0.5em 0.5em;
    letter-spacing: 0.5em;
    border-radius: 5px;
    color: white;
}
.payitem_tit1 {
    background-color: #006400;
}
.payitem_tit2 {
    background-color: #0000FF;
}
.payitem_tit3 {
    background-color: #FF0088;
}
/*內頁body layout 手機 CSS*/
@media screen and (max-width:980px)
{
	.headheight{padding-bottom: 60px;}
	.page_ban{
		width: 100%;
		padding: 2em 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;

		display: flex;
		align-items: center;
		justify-content: center;
	}
	/*關於我們*/
	.comp_img{
		background-image: url(/webeip/HT02036/img/company.jpg);
		background-position: center center;
	}
	/*公司位置*/
	.map_img{
		background-image: url(/webeip/HT02036/img/map.jpg);
		background-position: center center;
	}
	/*聯絡我們*/
	.cont_img{
		background-image: url(/webeip/HT01022/img/co.jpg);
		background-position: center center;
	}
	/*客製服務*/
	.trvwant_img{
		background-image: url(/webeip/HT00100/becky/img/travelplan.jpg);
		background-position: center center;
	}
	/*付款方式*/
	.pay_img{
		background-image: url(/webeip/HT02036/img/payment.jpg);
		background-position: center center;
	}
	
	.page_ban span{
		display: block;
		padding: 0.5em 1em;
		box-sizing: border-box;
		text-align: center;
		font-size: 3em;
		color: white;
		background-color: rgba(0,0,0,0.5);
	}
	/*選單*/
	.left_pagenav{
		padding: 0.5em 0;
	}
	.left_pagenav ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.left_pagenav ul li{
		width: 30%;
		margin: 0.3em auto;
	}
	.left_pagenav ul li a{
		display: block;
		text-align: center;
		font-size: 1.1em;
		padding: 0.5em 0;
		font-weight: bold;
		background-color: #009966;
		color: white;
		border-radius: 15px;
	}
	.left_pagenav ul li:nth-child(4)
	,.left_pagenav ul li:nth-child(5){
		width: 45%;
	}
	.left_pagenav ul li:nth-child(6)
	,.left_pagenav ul li:nth-child(7){
		display: none;
	}
	/*主要內容區塊*/
	main{
		width: 100%;
		margin-bottom: 1em;
	}
	.tbtitle{
		width: 100%;
		margin: 0 auto;
		background-color: #CACACA;
		background: -moz-linear-gradient(bottom, rgba(224,224,224,0) 0%, rgba(202,202,202,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(bottom, rgba(224,224,224,0) 0%,rgba(202,202,202,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to top, rgba(224,224,224,0) 0%,rgba(202,202,202,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
		color: black;/*白框*/
		font-size: 2em;
		font-weight: bold;
		text-align: center; 
		padding: 1em 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	/*關於我們*/
	.compbox{
		padding: 1em;
		box-sizing: border-box;
	}
	.compbox p{
		margin: 0;
		padding: 0.5em 0;
		line-height: 1.5em;
		text-indent: 2em;
	}
	/*公司位置*/
	.mapbox{
		position: relative;
		padding-bottom: 80%;
	}
	.mapbox iframe{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
	}
	/*付款方式*/
	.paybox{}
	.paybox div{
		width: 80%;
		margin: 0 auto;
		border-bottom: 1px dashed rgba(0,0,0,0.2);
		margin: 0.5em auto;
		padding: 0.5em 0;
	}
	.paybox div:last-child{border-bottom: none;}
	.paybox div p{
		padding: 0.5em 0;
		line-height: 1.5em;
	}
	.paybox div p span.onlyblock{
		display: block;
	}
	/*聯絡我們*/
	.contbox{
		padding: 1em;
		box-sizing: border-box;
	}
	/*項目區塊*/.itembox{ line-height: 1.5em; }
	/*項目標題*/.itemtit{ padding: 0.5em 0; font-size: 1.1em; font-weight: bold; }
	/*項目內容*/.itemcont{  }
		/*性別*/
		.cont4{
			display: flex;
			align-items: center;
		}
		/*回電建議時間*/
		.cont7{
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.cont7 input,.cont7 select{
			width: 20%;
			height: 2.5em;
			margin: 0 0.5em;
		}

	.contp{
		font-size: 1.1em;
		line-height: 2em; 
		text-align: center;
	}
	/*送出按鈕*/
	.submitbtn{
		background-color: #00B1BB;
		color: white;
		width: 50%;
			height: 3em;
			margin: 0 auto;
			border-radius: 15px;
	}
	/*客製服務*/
	/*副標*/
	h2.tbsubtitle{
		color: #0066cc;
		padding: 1em;
		box-sizing: border-box;
		font-size: 1.1em;
		font-weight: bold;
	}
	span.tbsubtit_icon{
		display: inline-block;
		width: 1em;
		height: 1em;
		background-image: url(/webeip/HT00100/becky/icon/write_0066cc.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		padding-right: 0.3em;
	}
	/*項目區塊*/.trvitembox{ padding: 0.5em 1em; box-sizing: border-box; }
	/*複數項目區塊*/.pluralitem{ background-color: #efefef; }
	/*項目標題*/.trvitemtit{ color: #0000CC; padding: 0.5em 0; font-size: 1.1em; font-weight: bold; }
	/*項目內容*/.trvitemcont{ line-height: 3em; }
		/*使其呈僅一行的項目內容*/
		.onelinecont{
			width: 100%;
			display: flex;
			align-items: center;
			white-space: nowrap;
		}
		/*僅一行-針對 輸入框*/.onelinecontinput{width: 100%;margin: 0 1%;height: 1.5em;}

	/*兩地交通接送*/
	.trvcont6{ display: flex; align-items: center; }
	/*人數*/
	.peoplenumbox{display: flex;align-items: center;flex-wrap: wrap;}
	.agebox{width: 100%;border-bottom: 1px dashed rgba(0,0,0,0.2);}
	.agebox:last-child{border-bottom: none;}
	/*旅遊期間-「到」文字*/
	.howlongword{display:block;width: 100%;color: blue;}
	/*旅遊方式*/
	.howtoplaybox{line-height: 1.5em;display: flex;flex-wrap: wrap;justify-content: space-around;}
	/*計畫地點*/
	.planplacebox{line-height: 1.5em;display: flex;align-items: center;flex-wrap: wrap;}
		/*旅遊方式&計畫地點-核取方塊*/
		.wantbox{width: 50%;}
	/*最後說明欄*/
	.remindbox{
		border-top: 1px dashed rgba(0,0,0,0.3);
		border-bottom: 1px dashed rgba(0,0,0,0.3);
		padding: 1em;
		box-sizing: border-box;
		text-align: justify;
	}
	/*送出與清除*/
	.finalinputbox{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.refreshbtn,.sendbtn{
		cursor: pointer;
		font-family:微軟正黑體;
		font-size: 1.2em;
		border-radius:3px;
		box-shadow:1px 2px 2px rgba(20%,20%,40%,0.5);
		padding:0.5em 1em;
		box-sizing: border-box;
	}
	.refreshbtn{
		background-color:#0068b7;
		color: white;
		border:1px #00479d solid;
	}
	.sendbtn{
		background-color:#22ac38;
		color: white;
		border:1px #007130 solid;
	}
	/*客製服務&聯絡我們-表單統一規格*/

		/*核取方塊*/.checkbox_input{width: 1.5em;height: 1.5em;}
		/*選擇清單*/select{width: 100%;height: 2.5em;line-height: 2.5em;}
		/*一行的輸入框*/.oneline_input{width: 100%;height: 2.5em;}
		/*圓形的輸入框*/.circle_input{width: 1.5em;height: 1.5em;}
		/*多行的輸入區塊*/.textareabox{width: 100%;height: 10em;}

		/*客製服務&聯絡我們-驗證碼http://www.greenscope.com.tw/js/PubFun.js*/
		.captchabox{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}
		.captchainputbox1,.captchainputbox2,.captchainputbox3{padding: 0.5em 0;}
		.captchainputbox1 {width: 100%;}
		.captchainputbox1 input{width: 100%;height: 2.5em;}
		.captchainputbox2,.captchainputbox3{
			width: 50%;
			margin: 0 auto;
			text-align: center;
		}
		.captchainputbox2{
			height: 1.5em;
		}		
		.captchainputbox2 iframe{width: 150px;height: 2em;}		
		.captchainputbox3 input{padding: 5px 20px;box-sizing: border-box;}
	/*國內旅遊*/
	/**圖像廣告連結區塊**/
	.imgadlink_main{
		display: flex;
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto;
	}
	.adimglink_group{
		width: 100%;
		margin: 2.5% 2.5%;
	}
	.img_section_box{
		margin-bottom: -7px;
	}
	.txt_section_box{
		background-color: rgb(198,236,83);
	}
	.adimg{
		width:100%;
		height: 25%;
		box-sizing: border-box;
	}
	.adtxt{
		padding: 1em;
		box-sizing: border-box;
		width:100%;
		text-align: center;
		font-size:1em;
		font-weight: bold;
		line-height:1.5em;
	}
	.adexplain{
		display: none;
	}
	/*退換貨*/
	.salesnote_wrap{
		width: 90%;
		margin: 0 auto;
	}
	.ssn_outtour_title,.ssn_twtour_title{
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 0.3em 1em;
		box-sizing: border-box;
		font-size: 1.5em;
		font-weight: bold;
		color: white;
		margin: 0.2em auto;
		text-align: center;
		position: relative;
		z-index: -1;
	}
	.ssn_outtour_title{ background-color: orange; }
	.ssn_twtour_title{ background-color: red; }
	.ssn_outtour_title:before,.ssn_twtour_title:before{
		content: "";
		position: absolute;
		bottom: 0;
		left: -2.45rem;
		display: block;
		margin-bottom: -1px;
	}
	.ssn_outtour_title:after,.ssn_twtour_title:after{
		content: "";
		display: block;
		position: absolute;
		left: 100%;
		bottom: 0;
		margin-bottom: -1px;
		margin-left: 0.45px;
	}
	.ssn_outtour_title:before{
		border: 1.2rem solid orange;
		border-left-color: transparent;
	}
	.ssn_twtour_title:before{
		border: 1.2rem solid red;
		border-left-color: transparent;
	}
	.ssn_outtour_title:after{
		border: 1.2rem solid orange;
		border-right-color: transparent;
	}
	.ssn_twtour_title:after {
		border: 1.2rem solid red;
		border-right-color: transparent;
	}	
	.ssn_outtour_p,.ssn_twtour_p{
		padding: 0.5em 0;
		font-size: 1.2em;
	}
	.ssn_outtour_ul, .ssn_twtour_ul{
		padding: 0.5em 1em;
		box-sizing: border-box;
		font-size: 1.1em;
		list-style-position: inside;
		list-style-type: unset;
	}
	.ssn_outtour_ul li,.ssn_twtour_ul li{
		padding: 0.2em 0;
	}
	/*團體契約書*/
	.grpcontractbox{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		padding: 1em 0; 
	}
	.grpcontractbox a{
		display: block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.grpcontractbox a img{
		width: 60%;
		height: auto;
	}

}
/*內頁body layout 電腦 CSS*/
@media screen and (min-width:980px)
{
	.headheight{ padding-bottom: 150px; }
	.page_ban{
		width: 100%;
		min-width: 1200px;
		height: 60vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
	}
	/*關於我們*/
	.comp_img{
		background-image: url(/webeip/HT02036/img/company.jpg);
		background-position: center 70%;
	}
	/*公司位置*/
	.map_img{
		background-image: url(/webeip/HT02036/img/map.jpg);
		background-position: center center;
	}
	/*聯絡我們*/
	.cont_img{
		background-image: url(/webeip/HT01022/img/co.jpg);
		background-position: center center;
	}
	/*客製服務*/
	.trvwant_img{
		background-image: url(/webeip/HT00100/becky/img/travelplan.jpg);
		background-position: center center;
	}
	/*付款方式*/
	.pay_img{
		background-image: url(/webeip/HT02036/img/payment.jpg);
		background-position: center center;
	}
	.page_ban span{
		display: block;
		width: 350px;
		padding: 30px 0;
		text-align: center;
		font-size: 3em;
		color: white;
		background-color: rgba(0,0,0,0.5);
		position: absolute;
		top:50%;
		left: 50%;
		transform: translateX(-50%);

	}
	.pagewrap{
		width: 1100px;
		margin: 1em auto;
		display: flex;
	}
	/*右側選單*/
	.left_pagenav ul li a{
		display: block;
		text-align: center;
		font-size: 1.3em;
		font-weight: bold;
		background-color: #009966;
		color: white;

		width: 150px;
		height: 60px;
		line-height: 60px;
		margin: 0 0.5em 0.5em;
	}
	.left_pagenav ul li a:hover{
		background-color: white;
		color: #009966;
		border: 1px solid #009966;
		box-sizing: border-box;
	}
	/*主要內容區塊*/
	main{
		width: 100%;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
		border-radius: 15px;
	}
	.tbtitle{
		margin: 0;
		background-color: #CACACA;
		background: -moz-linear-gradient(bottom, rgba(224,224,224,0) 0%, rgba(202,202,202,0.65) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(bottom, rgba(224,224,224,0) 0%,rgba(202,202,202,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to top, rgba(224,224,224,0) 0%,rgba(202,202,202,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		border-bottom: 1px solid rgba(0,0,0,0.1);
		color: black;/*白框*/
		font-size: 2em;
		font-weight: bold;
		padding: 0.5em 2em;

		border-top-left-radius: 15px;
  		border-top-right-radius: 15px;
	}
	.mainbox{
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	/*關於我們*/
	.compbox{
		padding: 1em 8em;
	}
	.compbox p{
		margin: 0;
		font-size: 1.1em;
		line-height: 2em;
		padding: 0.5em 0;
	}
	/*聯絡我們*/
	.contbox{
		padding: 1em;
		box-sizing: border-box;
	}
	.itembox{
		display: flex;
		align-items: center;
		padding: 1em 0;
    	border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.contbox div:nth-child(8) {border-bottom: none;}
	.itemtit{
		width: 30%;
	}
	.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: 微軟正黑體;
		background-color: #22ac38;
		color: #FFF;
		border: 1px #007130 solid;
		border-radius: 5px;
		padding: 0.5em 3em;
    	font-size: 1.3em;
		box-shadow: 1px 2px 2px rgba(20%,20%,40%,0.5);
	}
	.submitbtn:hover{
		box-shadow:none;
	}
	/*公司位置*/
	.mapbox{
		position: relative;
		padding-bottom: 80%;
	}
	.mapbox iframe{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;

		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	/*付款方式*/
	.paybox{
		padding: 2em 6em;
		min-height: 500px;	
	}
	.paybox div{

		margin: 1em auto;
		padding: 0 0 2em;
	}
	.paybox div p{
		width: 80%;
		margin: 0 auto;
		padding: 0.5em 0;
		line-height: 1.5em;
	}
/*客製服務*/
	/*副標題*/
	h2.tbsubtitle{
		background-color: #0066cc;
		color: white;
		padding: 1em 0;
		font-size: 1.4em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	span.tbsubtit_icon{
		display: block;
		width: 1.2em;
		height: 1.2em;
		background-image: url(/webeip/HT00100/becky/icon/write_w.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		padding-right: 0.5em;
	}
	/*項目區塊*/.trvitembox{
		padding: 1em;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	/*複數項目區塊*/.pluralitem{ background-color: #efefef; }

	/*項目標題*/.trvitemtit{
		width: 20%;
		letter-spacing: 0.1em;
	}
	/*項目內容*/.trvitemcont{ width: 80%;}

	.trvitemcont > input{width: 50%;height: 2em;}
	.onelinecont > .oneline_input{height: 2em;}
	.trvitemcont > select{width: 50%;height: 2.5em;}
	.trvitemcont > .circle_input{width: 1.5em;height: 1.5em;}
	.trvitemcont > .textareabox{width: 50%;height: 10em;}
	.trvitemcont > .captchabox .captchainputbox1 input{height: 2em;}
	
	/*職業*/
	.trvcont2{display: flex;align-content:center;}
	/*出國經驗*/
	.trvcont3{display: flex;align-content:center;}
	/*聯絡方式*/
	.trvcont5{display: flex;align-content:center;justify-content: flex-start;white-space: nowrap;}
	.trvcont5 > .onelinecont{width: 100%;}
	/*預算*/
	.trvcont7{display: flex;align-content:center;}
	/*人數*/
	.peoplenumbox{display: flex;align-items: center;justify-content: center;}
	.agebox{width: 50%;}
	.agebox:first-child{width: 35%;}
	.agebox:first-child> select{width: 60%;}
	.agebox > select{width: 50%;}
	/*旅遊期間*/
	.trvcont8{display: flex;align-items: center;}
	.trvcont8 > .onelinecont{width: 100%;text-align: center;}
	.trvcont8 > .onelinecont select{width: 25%;}
	.howlongword{color: blue;padding: 0 1em;}
	/*旅遊方式*/
	.howtoplaybox{line-height: 2em;letter-spacing: 0.2em;}
	.howtoplaybox > .onelinecont{width: 100%; display: flex; align-items: center; white-space: nowrap; flex-wrap: nowrap;}
	.howtoplaybox > .onelinecont .onelinecontinput{width: 100%;}
	/*計畫地點*/
	.planplacebox{line-height: 2em;letter-spacing: 0.2em;}
	.planplacebox > .onelinecont{ width: 100%; display: flex; align-items: center; white-space: nowrap; flex-wrap: nowrap; }
	.planplacebox > .onelinecont .onelinecontinput{width: 100%;}
	/*其他需求*/

	/*最後說明欄*/
	.remindbox{
		background-color: #efefef;
		padding: 1em;
		box-sizing: border-box;
		text-align: center;
	}

	/*送出與清除*/
	.finalinputbox{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.refreshbtn,.sendbtn{
		cursor: pointer;
		font-family:微軟正黑體;
		font-size: 1.2em;
		border-radius:3px;
		box-shadow:1px 2px 2px rgba(20%,20%,40%,0.5);
		padding:0.5em 1em;
		box-sizing: border-box;
		margin: 0 1em;
	}
	.refreshbtn{
		background-color:#0068b7;
		color: white;
		border:1px #00479d solid;
	}
	.sendbtn{
		background-color:#22ac38;
		color: white;
		border:1px #007130 solid;
	}
	.refreshbtn:hover,.sendbtn:hover{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;}
	/*團體契約書*/
	.grpcontractbox{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		padding-top: 200px;
		padding-bottom: 1em;
	}
}