@import "/webeip/HT00100/becky/css/reset.css";
@charset "big5";

/* 手機 CSS */
@media screen and (max-width:980px)
{
	/*內頁大banner*/
	.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;
	}
	/*內頁大banner文字*/
	.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 0;
	}
	.left_pagenav ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.left_pagenav ul li{
		width: 45%;
		margin: 5px auto;
	}
	.left_pagenav ul li a{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.2em;
		padding: 0.5em 0;
		font-weight: bold;
		background-color: #009966;
		color: white;
		border-radius: 15px;
	}
	.left_pagenav ul li:nth-child(5){
		width: 95%;
	}
	/*主要內容區塊*/
	main{
		width: 100%;
		margin-bottom: 1em;
	}
	h1.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 0;
	}
	.compbox p{
		padding: 0.5em 1em;
		box-sizing: border-box;
		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%;
	}
	/*聯絡我們*/
	.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;}

	/*付款方式*/
	.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;
	}
}
/*內頁body layout 電腦 CSS*/
@media screen and (min-width:980px)
{
	.page_ban{
		margin-top: -260px;
		width: 100%;
		min-width: 1200px;
		padding-bottom: 520px;
		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 top;
	}
	/*客製服務*/
	.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:300px;
		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{
		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{
		font-size: 1.1em;
		line-height: 2em;
		padding: 1em 0;
	}
	/*公司位置*/
	.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;
	}
	/*聯絡我們*/
	.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;
	}
	/*客製服務*/
	/*副標題*/
	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;}
	/*付款方式*/
	.paybox{
		padding: 2em 6em;
		min-height: 500px;	
	}
	.paybox div{
		border-bottom: 1px solid gray;
		margin: 1em auto;
		padding: 0 0 2em;
	}
	.paybox div:last-child{border-bottom: none;}
	.paybox div p{
		padding-left: 10em;
		line-height: 1.5em;
	}
	.spanwrap{
		padding-left: 1em;
	}
}

/* PC & phone 統一格式*/
	/* 影集 video.asp */
	.adexplain_video{
		display: none;
	}

/*手機版 css*/
@media screen and (max-width:980px)
{
	/* 影集 video.asp */
	.imgadlink_main_video{
		width: 100%;
		margin: 0 auto;
	}
	.imgadlink_group_video{
		width: 95%;
		margin: 1em auto;
	}
	.img_section_box_video{
		width: 100%;
	}
	.adimg_video{
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.adimg_video iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;		
	}
	.adimg_video a img{
		vertical-align: middle;
	}
	.txt_section_box_video{
		width: 100%;
	}
	.adtxt_video{
		background-color: #C9A782;
		text-align: center;
		font-size:1.1em;
		font-weight: bold;

		padding: 0.5em;
		box-sizing: border-box;
		line-height:1.5em;
	}
	/* 頂級飯店 hotel.asp --圖像廣告連結 */
	.imgadlink_main_hotel{
		width: 100%;
		margin: 0 auto;
	}
	.imgadlink_group_hotel{
		width: 95%;
		margin: 1em auto;
	}
	.img_section_box_hotel{
		width: 100%;
	}
	.adimg_hotel{
		width: 100%;
	}
	.adimg_hotel iframe{
		text-align: center;
	}
	.adimg_hotel a img{
		vertical-align: middle;
	}
	.txt_section_box_hotel{
		width: 100%;
	}
	.adtxt_hotel{
		background-color: #C9A782;
		text-align: center;
		font-size:1.1em;
		font-weight: bold;

		padding: 0.5em;
		box-sizing: border-box;
		line-height:1.5em;
	}
	.adexplain_hotel{
		text-align: left;
		font-size:0.9em;
		font-weight: normal;
		line-height:1.3em;
		color:gold;
	}
	/* 其他 airplane.asp --圖像廣告連結 */
	.imgadlink_main_airplane{
		width: 100%;
		margin: 0 auto;
	}
	.imgadlink_group_airplane{
		width: 95%;
		margin: 1em auto;
	}
	.img_section_box_airplane{
		width: 100%;
	}
	.adimg_airplane{
		width: 100%;
	}
	.adimg_airplane iframe{
		text-align: center;
	}
	.adimg_airplane a img{
		vertical-align: middle;
	}
	.txt_section_box_airplane{
		width: 100%;
	}
	.adtxt_airplane{
		background-color: #C9A782;
		text-align: center;
		font-size:1.1em;
		font-weight: bold;

		padding: 0.5em;
		box-sizing: border-box;
		line-height:1.5em;
	}
	.adexplain_airplane{
		text-align: left;
		font-size:0.9em;
		font-weight: normal;
		line-height:1.3em;
		color:gold;
	}
}
/* 電腦版 css */
@media screen and (min-width:980px)
{
	/* 影集 video.asp --圖像廣告連結 */
	.imgadlink_main_video{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.imgadlink_group_video{
		width: 580px;
		margin: 10px;
		background-color: #C9A782;
	}
	.imgadlink_group_video:hover{
		box-shadow: 2px 2px 3px gray;
		position: relative;
		top: -3px;
	}
	.img_section_box_video{
		width: 100%;
	}
	.adimg_video{
		width: 100%;
		height: 320px;
		background-color: lightgray;
	}
	.adimg_video iframe{
		width: 100%;
		height: 100%;
	}
	.adimg_video a img{
		vertical-align: middle;
	}
	.txt_section_box_video{
		width: 580px;
	}
	.adtxt_video{
		text-align: center;
		font-size:1.3em;
		font-weight: bold;

		padding: 0.5em;
		box-sizing: border-box;
		line-height:1.5em;

		border: 0.2em solid #C9A782;

		transition: background-color .5s;
	}
	.imgadlink_group_video:hover .txt_section_box_video > .adtxt_video{
		background-color: white;
	}
	/* 頂級飯店 hotel.asp --圖像廣告連結 */
	.imgadlink_main_hotel{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.imgadlink_group_hotel{
		width: 290px;
		margin: 5px;
		padding: 5px;
		box-sizing: border-box;

		border: 1px rgba(0,0,0,0.1) solid;
		box-shadow: 2px 2px 3px gray;
	}
	.imgadlink_group_hotel:hover{
		box-shadow: none;
		position: relative;
		top: 2px;
		left: 2px;
	}
	.img_section_box_hotel{
		width: 100%;
	}
	.adimg_hotel{
		width: 100%;
		height: 230px;
	}
	.adimg_hotel iframe{
		width: 100%;
		height: 100%;
	}
	.adimg_hotel a img{
		vertical-align: middle;
	}
	.txt_section_box_hotel{
		width: 100%;
	}
	.adtxt_hotel{
		padding: 0.5em 0;
		box-sizing: border-box;
		line-height:1.5em;

		text-align: center;
		font-size:1.3em;
		font-weight: bold;
	}
	.adexplain_hotel{
		text-align: left;
		font-size:0.9em;
		font-weight: normal;
		line-height:1.3em;
		color:gold;
	}
	/* 其他 airplane.asp --圖像廣告連結 */
	.imgadlink_main_airplane{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.imgadlink_group_airplane{
		width: 290px;
		margin: 5px;
		padding: 5px;
		box-sizing: border-box;

		border: 1px rgba(0,0,0,0.1) solid;
		box-shadow: 2px 2px 3px gray;
	}
	.imgadlink_group_airplane:hover{
		box-shadow: none;
		position: relative;
		top: 2px;
		left: 2px;
	}
	.img_section_box_airplane{
		width: 100%;
	}
	.adimg_airplane{
		width: 100%;
		height: 230px;
	}
	.adimg_airplane iframe{
		width: 100%;
		height: 100%;
	}
	.adimg_airplane a img{
		vertical-align: middle;
	}
	.txt_section_box_airplane{
		width: 100%;
	}
	.adtxt_airplane{
		padding: 0.5em 0;
		box-sizing: border-box;
		line-height:1.5em;

		text-align: center;
		font-size:1.3em;
		font-weight: bold;
	}
	.adexplain_airplane{
		text-align: left;
		font-size:0.9em;
		font-weight: normal;
		line-height:1.3em;
		color:gold;
	}
}