 @charset "UTF-8";
/* ----------------------------------------------------------------
   
-----------------------------------------------------------------*/

#content {
	width: 100%;
	height: auto;
	padding: 5% 2% 3% 2%;
	background: url(../images/bg_content.jpg);
}
#content h1 {
	font-size: 2.25em;
	color: #383838;
	display: block;
	padding: 5% 0;
	text-align: center;
	border-bottom:1px solid #6b6b6b;
	padding: 2% 0;
	letter-spacing: 1px;
	font-weight: bold;
}
#content h2 {
	font-size: 1.8em;
    color: #000;
    display: block;
    padding: 1% 0 2% 0;
    padding-left: 37px;
    border-bottom: 1px solid #a2b7c1;
    background: url(../images/icon_train.png) no-repeat 0px 7px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
}
#content h5 {
	font-size: 0.8125em;
	color: #6b6b6b;
	text-align: right;
	margin:1% 0 4% 0;
}
#content h5 .text_blue {
	color: #09bbf7;
}
#content p {
	line-height: 2;
	font-size: 1.175em;
	margin-bottom: 1em;
}
#content .box {
	margin: 3em 0 2em 0;
}

#content .box a{
    color: #33bdff;
    text-decoration: underline;

}

#content .box a:hover{
    color: #33bdff;
    text-decoration: none;

}


#content .box h4.green {
    font-size: 1.25em;
    color: #33aca3;
    line-height: 1.8;
    border-bottom: 1px solid #33aca3;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    display: inline;
}

#content .box h4.purple {
    font-size: 1.25em;
    color: #8c75b4;
    line-height: 1.8;
    border-bottom: 1px solid #8c75b4;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    display: inline;
}

#content .box h4.pink {
    font-size: 1.25em;
    color: #ca728b;
    line-height: 1.8;
    border-bottom: 1px solid #ca728b;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    display: inline;
}

#content .box span {
	display: block;
	text-align: center;
}
#content .box span img {
	display: inline;
	margin-bottom: 1%;
}
.btn_white{
font-size: 1.1em!important;
    /* padding: 0.75em 1.5em; */
    text-align: left;
    border-radius: 6px;
    /* border: 1px solid #33bdff; */
    color: #2290c5;
    background-color: #fff;
    /*transition: all 0.2s ease-out;*/
    /* display: inline; */
    margin-left: 12%;
}


a.btn_link{
	font-size: 0.9em;
    padding: 0.25em 1.5em;
    text-align: left;
    border-radius: 25px;
    border: 1px solid #33bdff;
    color: #33bdff;
    background-color: #fff;
    transition: all 0.2s ease-out;
    text-decoration: none!important;
    margin:1% 0;
    display: inline-block; 

}

a.btn_link:hover{
transform: scale(1.005,1.005);
background-color: #33bdff;
color: #fff!important;	
}

 @media (max-width: 1199px) {
.btn_white{margin-left: 4%;}
}

 @media (max-width: 991px) {
 #content h1 {
font-size: 1.75em;
letter-spacing: 0;
line-height: 1.6;
}
 #content p {
font-size: 1.125em;
}
 #content .box span img {
width: 100%;
}
 .btn_white{
display: block;
}

#content h2 {
    font-size: 1.5em;
    line-height: 1.6;
    padding-left: 37px;
    letter-spacing: 0px;
    text-align: left;
}
.btn_white{margin-left: 0%;}
}
/* ----------------------------------------------------------------
   更多旅遊資訊
-----------------------------------------------------------------*/

#moreinformation {
	width: 100%;
	height: auto;
	padding: 4.75% 2% 3% 2%;
	background-size: cover;
	background:url(../images/bg_moreinfo.jpg) no-repeat center center;
	text-align: center;
}
#moreinformation h3 {
	font-size: 2em;
	color: #fff;
	display: block;
	padding: 3% 0;
	text-align: center;
	border-bottom:1px solid #fff;
	letter-spacing: 1px;
	margin-bottom: 3%;
}
a.btn_white_2, a.btn_white_2:visited {
	font-size: 1.125em;
	padding: 0.75em 1.5em;
	text-align: center;
	border-radius:8px;
	margin: 0 2% 2% 2%;
	color: #33bdff;
	background-color: #fff;
	transition: all 0.2s ease-out;
	display: inline-block;
}
a.btn_white_2:hover {
	transform: scale(1.1, 1.1);
	border:1px solid #33bdff;
}
 @media (max-width: 991px) {
 a.btn_white_2, a.btn_white_2:visited {
 font-size: 1em;
 padding: 0.5em 0.5em;
 margin: 0 1%;
 margin-bottom: 1em;
}
}
 @media (max-width: 414px) {
 #moreinformation h3 {
 font-size: 1.25em;
 color: #fff;
 display: block;
 padding: 3% 0;
 text-align: center;
 border-bottom: 1px solid #fff;
 letter-spacing: 1px;
 margin-bottom: 9%;
}

#moreinformation {

    padding: 6.75% 2% 3% 2%;
}
