body { min-width: 1200px; color: #333; font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif"; }
a { display: block; text-decoration: none;}
:focus { outline: none; }
i { font-style: normal; }
.header, .footer {	width: 100%;	margin: auto}
.hd_pc { width: 100%;}
.display_pc { display: block;}
.display_m { display: none;}
.main { margin: auto; position: relative; width: 100%; z-index: 1; overflow: hidden; }

/**kv**/
.kv_bg { width: 100%; height: 570px; background: url(../images/kv_bg.jpg) no-repeat center top #fcecd3; }
.kv { width: 1200px; height: 570px; margin: auto; position: relative; }
.kv_slogan { position: absolute; width: 527px; top: 35px; left: 343px; } 
.kv_slogan img {width: 100%; } 

/**rule**/
.wrap { position: relative; padding: 10px 0 30px; background: #fcecd3;}
.content h3{ display: inline-block; margin: 10px 0 0; padding: 5px 20px; border-radius: 20px; background: #b82825; color: #fff; text-align: center; font-weight: bold; font-size: 20px; }
.content h2{ color: indianred; font-weight: bold; font-size: 20px; padding-top: 10px;}
.content h5 { font-size: 22px; text-align: center; font-weight: bold; }
.content li { margin-left: 25px; padding: 1px 0; list-style: decimal; }
.content_box{ margin: 20px auto; padding: 20px;  width: 1010px;  border-radius: 20px; background: #fff; font-size: 16px; line-height: 26px; }
.gofb a{ text-align: center;border-radius: 15px; border: 0px none ; padding: 0px 15px 2px 15px; background-color: #2d89fb; text-decoration: none;color: #fff;  display: inline-block; }
.content span { color: tomato; font-weight: bold; }

.btn_back a {display: block; margin: auto;	padding: 10px 20px;	width: 200px;	border-radius: 20px;	background-color: darkred;	color: #fff;	text-align: center;	text-decoration: none;	font-size: 24px;	transition: linear .2s;}
.btn_back a:hover {	background-color: tomato;}


@media screen and (max-width:768px) {
body { width: 100vw; min-width: inherit; }
* { box-sizing: border-box; }
.gotop { background: url(//www.payeasy.com.tw/travel/event/img/icon_top.png) no-repeat;  height: 36px; position: fixed; right: 5px; width: 36px; bottom: 15px; z-index: 900;display: none;  }
.gotop a { display: block; width: 48px; height: 36px; }
.header { width: 100vw}
.display_pc { display: none;}
.display_m{	display: block}

/**kv**/
.kv_bg { height: 70vw; background: url(../images/kv_bg_m.jpg) no-repeat center top #fcecd3; background-size: 100vw; }
.kv { width: 100vw; height: 73vw;  }
.kv img{ width: 100%; }
.kv_slogan { width: 70vw; top: 3vw; left: 15.5vw; }

/**/
.content_box { padding: 10px; width: 92vw; margin: 0 auto 15px; font-size: 15px; line-height: 22px; }
.content h3 { font-size: 16px; }
.content h2 { font-size: 17px; padding-top: 5px; }
.gofb a {  padding: 3px 30px 5px 30px; margin-top: 5px; }

}