@charset "big5";
/* CSS Document */
body{ 
    margin:0; 
    padding:0; 
    line-height:23px; 
    font-size:16px;
    font-family:"微軟正黑體", "新細明體";
    overflow-y:auto;
}
* {
   box-sizing: border-box;
}
img{
	max-width:100%; 
	height:auto;
}
a{
    color: #f06047;
    text-decoration: none;
    cursor: pointer;
}
a:hover,a:focus{
    color: #f06047;
}
.red{
	color: #e30d15;
}
.red2{
	color:#ed4376;
}
.Green_btn,
.Green_btn:hover,
.Green_btn:focus{
    background-color: #20bb99;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
}
.Green_btn2,
.Green_btn2:hover,
.Green_btn2:focus{
    background-color: #20bb99;
    color: #fff;
    padding: 6px 10px;
    font-size: 15px;
}
/*select,input {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    -webkit-box-shadow:none;
    box-shadow: none;
    outline:none;
}*/
select::-ms-expand {
    display: none; /*IE*/
}
.form .input_css_login{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    -webkit-box-shadow:none;
    box-shadow: none;
    outline:none;
    border: 1px solid #ddd;
    padding: 10px 12px;
    height: 45px;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
}
.form .input_css{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    -webkit-box-shadow:none;
    box-shadow: none;
    outline:none;
    border: 1px solid #ddd;
    padding: 8px 10px;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
}
.form .select_css{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    -webkit-box-shadow:none;
    box-shadow: none;
    outline:none;
    background-image: url(../images/icon_select.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 6px center !important;
	background-size: 8px !important;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 8px 20px 8px 10px;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
}
.form .form-control[disabled]{
    background-color: #F7F7F7;
    color: #999;
}
.form .select_css_fillet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-image: url(../images/icon_select.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 8px !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0);
    border: 1px solid #ddd;
    padding: 8px 20px 8px 10px;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
}
.form .input_css2 {
    outline:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    padding: 8px 10px;
    height: 40px;
    width: 100%;
    font-size: 15px;   
}
.form .textarea_css{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    -webkit-box-shadow:none;
    box-shadow: none;
    outline:none;
    border: 1px solid #ddd;
    padding: 10px 12px;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
    min-height: 100px;
}
.form-control,.form-control:focus {
    outline:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px rgba(0,0,0,0);
    box-shadow:inset 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px rgba(0,0,0,0);
}
.btn{
    outline: none !important;
    outline: 0 !important;
    border-radius: 5px;
}
.btn.active,.btn:active{
    -webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow:inset 0 0px 0px rgba(0,0,0,.125);
}
.btn_check,
.btn_check:hover,
.btn_check:focus{
    background-color: #20a2e5;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    padding: 12px;
}
.btn_check_2,
.btn_check_2:hover,
.btn_check_2:focus {
    background-color: #20bb99;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    padding: 12px;
}
.btn_delete,
.btn_delete:hover,
.btn_delete:focus {
    background-color: #d9534f;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    padding: 12px;
}
.btn_clear,
.btn_clear:hover,
.btn_clear:focus {
    background-color: #999;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    padding: 12px;
}
.w_100{
	width:100%;
}
.gray_bg{
    background-color: #f8f8f8;
}

@media (min-width: 1440px) {
    .container-1440{
        min-width: 1440px;
		margin: 0 auto;
    }
}

@media (min-width: 1440px) {
    .container-1280{
        min-width: 1280px;
		margin: 0 auto;
    }
}
.margin_top{
	padding-top:50px;
	padding-bottom:50px;
}
@media screen and (max-width: 767px) {
.margin_top{
	padding-top:30px;
	padding-bottom:30px;
}	
}

/*跑馬燈*/
.run_margin{
	padding-top:20px;
	padding-bottom:10px;
}
#run_box {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 100%;
	min-height: 65px;
	background-color:#e7f6fe;
	padding-left:20px;
	padding-right:20px;
}
#run_box i{
	float:left;
	font-size:30px;
	color:#ffba00;
	margin-top:18px;
}
#run_box ul, #run_box li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#run_box ul {
	position: absolute;
	margin-left:45px;
}
#run_box ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:21px;
	color:#000;
	height: 65px;
	line-height: 65px;
	text-decoration: none;
}

/*--圖文連結*/
@font-face {
    font-family:"Century Gothic";
    src: url(GOTHICB_0.TTF);
}
.links_box h2{
	margin:0;
	padding-top:30px;
	padding-bottom:60px;
	text-align:center;
	color:#000;
	font-size:50px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.links_box .links_item{
	padding:30px 50px 60px 50px;
	text-align:center;
	min-height:290px;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.links_box .links_item a{
	text-decoration:none;
}
.links_box .links_item:hover{
	-webkit-box-shadow: 0 15px 25px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 15px 25px rgba(0,0,0,0.2);
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}
.links_box .links_line{
	border-right:1px solid #E4E4E4;
}
.links_box .links_line:last-child{
	border-right:0px;
}
.links_box .links_item i{
	color:#ccc;
	font-size:55px;
}
.links_box .links_item img{
	width:55px;
	height:55px;
}
.links_box .links_item h3{
	margin:0;
	padding-top:30px;
	padding-bottom:20px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	text-transform:uppercase;
	letter-spacing:6px;
}
.links_box .links_item p{
	color:#666;
	font-size:15px;
	line-height:28px;
	margin:0;
}

/*其他*/
.others_margin{
	padding-top:60px;
	padding-bottom:50px;
}
.others_row{
	padding-left:3px;
	padding-right:3px;
}
.others_box{
	padding-bottom:20px;
	padding-left:12px;
	padding-right:12px;
}
.others_box h2{
	margin:0;
	font-size:28px;
	font-weight:bold;
	color:#333;
	padding-bottom:10px;
}
/*特別報導*/
.abgne-news-scroll {
	border-top:3px solid #3fb5f8;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	min-height:190px;
	max-height:190px;
	min-width:100%;
	overflow: hidden;
	padding:3px 12px 5px 12px;
}
.abgne-news-scroll ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.abgne-news-scroll li{
	background:url(../images/icon_arrow.gif) no-repeat top;
	background-position:0px 14px;
	border-bottom:1px dotted #d7d6d6;
	font-size:15px;
}
.abgne-news-scroll li a{
	color:#444;
	text-decoration:none;
	display:block;
	line-height:18px;
	padding:9px 0px 9px 18px;
}
.abgne-news-scroll li a:hover{
	color:#04a3ff
}

/*旅行資訊*/
.others_box .infro{
	border-top:3px solid #3fb5f8;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	overflow:hidden;
	padding:5px 10px;
	min-height:190px;
}
.others_box .infro ul{
	margin:0;
	padding:0;
}
.others_box .infro li{
   list-style-type:none;
   float:left;
   display:inline-block;
   padding:3px 10px;
   font-size:15px;
   line-height:16px;
   width:33.3%;
   height:85px;
}
.others_box .infro li a{
	color:#444;
	text-decoration:none;
}
.others_box .infro li img,.infro li span{
	text-align:center;
	display:block;
	padding-top:5px;
	margin:0 auto
}
.others_box .infro li a:hover span{
	color:#04a3ff;
	margin-top:-3px;
	margin-top:0px \9
}
.others_box .infro li a:hover img{
	margin-top:3px
}

/*相關連結*/
/*trave1-1行,trave2-2行,trave3-3行*/
.others_box .travel1,.others_box .travel2,.others_box .travel3{
	border-top:3px solid #3fb5f8;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	min-height:190px;
	overflow:hidden;
	padding:2px 12px 5px 12px;
}
.others_box .travel1 ul,.others_box .travel2 ul,.others_box .travel3 ul{
   margin:0;
   padding:0;
  }
.others_box .travel1 li,.others_box .travel2 li,.others_box .travel3 li{
	list-style-type:none;
	float:left;
	display:inline-block;
	vertical-align:top;
	border-bottom:1px dotted #d7d6d6;
	font-size:15px;
	line-height:18px;
	padding:9px 0;
}
.others_box .travel1 li{
	width:100%;
}
.others_box .travel2 li{
	width:50%;
}
.others_box .travel3 li{
	width:33%;
}
.others_box .travel1 li a,.others_box .travel2 li a,.others_box .travel3 li a{
	color:#444;
	text-decoration:none;	
}
.others_box .travel1 li a:hover,.others_box .travel2 li a:hover,.others_box .travel3 li a:hover{
	color:#04a3ff;
}


/*首頁footer*/
.home_footerbg{
	background:url(../images/home_footerbg.jpg) no-repeat top center; 
	min-height:300px;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}
.home_footerbg h3{
	margin:0;
	font-size:38px;
	font-weight:bold;
	line-height:46px;
	padding-bottom:10px;
}
.home_footerbg .desc{
	line-height:26px;
	padding-bottom:20px;
}
.home_footerbg p{
	line-height:25px;
	font-size:15px;
}
.home_footerbg a{
	color:#fff;
}
.input_contact{
	border-radius:0;
	border: 1px solid rgba(255, 255, 255, .5);
	background-color: rgba(0, 0, 0, 0);
	color:#fff;
	width: 100%;
    padding: 16px;
	height:50px;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.input_contact::placeholder {
  color: #fff;
}
.input_contact:focus{
	background-color:#fff;
	color:#000;
	outline:none
}
.btn_contact{
	border-radius:0;
	background-color:#fff;
	color:#000;
	font-size:15px;
	font-weight:bold;
	letter-spacing:5px;
	padding:10px 30px;
}

/*ig圖片*/
.ig_box{
	overflow:hidden;
}
.ig_box .ig_item{
	float:left;
	width:10%;
}

/*關於我們*/
.banner_pic {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.banner_pic .pic_mobile{
    display: none;
}
.about_box{
	padding-bottom:50px;
	line-height: 30px;
    font-size: 16px;
}
.about_box:first-child{
	padding-top:60px;
}
.about_box:last-child{
	padding-bottom:60px;
}
.about_box h2{
	margin:0;
	color: #1272cc;
	font-size:25px;
	font-weight:bold;
	padding-bottom:12px;
}

@media screen and (max-width:1200px) {
.others_margin{
	padding-top:30px;
	padding-bottom:30px;
}
.others_box {
    padding-bottom: 50px;
}
}
@media screen and (max-width:992px) {
#run_box {
	min-height: 55px;
}
#run_box i{
	font-size:21px;
	margin-top:16px;
}
#run_box ul {
	margin-left:35px;
}
#run_box ul li a {
	font-size:18px;
	height: 55px;
	line-height: 55px;
}
.links_box .links_item{
	padding:30px 15px 40px 15px;
}
.home_footerbg h3{
	font-size:30px;
	line-height:35px;
	padding-bottom:10px;
}
.home_footerbg p{
	font-size:15px;
	line-height:28px;
}
.others_margin{
	padding-top:0px;
}
.others_box {
    padding-top: 30px;
	padding-bottom: 20px;
}
.others_box h2{
	text-align:center;
	font-size:26px;
}
.links_box h2{
    font-size:45px;
}
.ig_box .ig_item{
	width:20%;
}
}

@media screen and (max-width:767px) {
.run_margin {
    padding-top: 10px;
}
#run_box{
    padding-left: 15px;
    padding-right: 15px;
}
#run_box ul {
	margin-left:30px;
}
#run_box ul li a {
	font-size:16px;
}
.others_margin{
	padding-bottom:0px;
}
.others_box .travel1, .others_box .travel2, .others_box .travel3 {
	min-height: 90px;
}
.others_box h2{
	font-size: 24px;
}
.links_box .links_item h3{
	padding-top:15px;
	padding-bottom:5px;
	letter-spacing:3px;
}
.links_box .links_item p {
    line-height: 25px;
}
.banner_pic .pic_pc{
    display: none;
}
.banner_pic .pic_mobile{
    display: block;
}
.about_box{
	padding-bottom:40px;
    line-height: 28px;
    font-size: 15px;
}
.about_box:first-child{
	padding-top:40px;
}
.about_box:last-child{
	padding-bottom:40px;
}
.about_box h2{
	font-size:21px;
	padding-bottom:10px;
}
}

@media screen and (max-width:600px) {
.links_box h2{
	font-size:42px;
	padding-bottom:20px;
}
.links_box .links_item{
	width:100%;
	padding:35px 15px 30px 15px;
	min-height:inherit;
}
.links_box .links_item:hover{
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0 0px 0px rgba(0,0,0,0.2);
}
.links_box .links_line{
	border-right:0px;
	border-bottom:1px solid #ececec;
}
}

/*確認手機號碼訊息*/
#session_msg {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 60px;
    text-align: center;
    margin: 20px auto;
    width: 500px; 
}
#session_msg .title {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
#session_msg h3{
    margin: 0;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
}
#session_msg .con{
    padding-top: 40px;
    padding-bottom: 40px;
}
#session_msg .form-group{
    margin-bottom: 30px;
}
@media screen and (max-width:600px) {
#session_msg {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    border-radius: 0px;
    width: 100%;
    margin: 10px auto;
    padding:0px 10px;
}
#session_msg h3{
    margin-bottom: 20px;
    font-size: 23px;
}
#session_msg .title {
    font-size: 16px;
    line-height: 26px;
}
#session_msg .con{
    padding-top: 30px;
    padding-bottom: 30px;
}
#session_msg .form-group{
    margin-bottom: 20px;
}
}

/*會員規章*/
.modal_rule_title{
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.modal_rule_con{
    font-size: 15px;
    line-height: 26px;
    height: 400px;
    overflow-y:scroll;
}
@media screen and (max-width:768px) {
.modal_rule_con{
    height: 300px;
}    
}