@charset "big5";

/* ==========================================================================
	Btn_nav
========================================================================== */
.btn_nav {
	position: absolute;
	top: 14px;
	right: 25px;
	z-index: 3;
	display: none;
	width: 54px;
	height: 54px;
	background: #50adb7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn_nav i {
  margin-left: 10px;
	font-size: 40px;
	color: #fff;
	line-height: 55px;
}

/* ==========================================================================
	Nav_rwd
========================================================================== */
.nav_rwd {
	position: fixed;
	top: 0;
	right: -60%;
	z-index: 200;
	display: none;
	width: 60%;
	height: 100%;
	font-size: 18px;
	background: #2a5c6a;
}
.nav_rwd a {
	padding: 0 5%;
	display: block;
	color: #89dfe0;
	text-decoration: none;
}
.nav_rwd dt {
	display: block;
	width: 100%;
	text-align: left;
	background: #2f6a7b;
	border-bottom: 1px #23404A solid;
}
.nav_rwd dt,
.nav_rwd dd a {
	height: 45px;
	line-height: 45px;
}
.nav_rwd dt i {
	margin-right: 3%;
	padding-bottom: 4px;
	color: #a3ecbe;
	vertical-align: middle;
}
.nav_rwd .nr1 dt {
	height: 80px;
	line-height: 80px;
	background: transparent;
	border-bottom: 3px #477f8e solid;
}
.nav_rwd .nr1 a,
.nav_rwd .nr1 a i {
	color: #fff;
}
.nav_rwd dd {
	display: none;
	background: #458f90;
}
.nav_rwd dd a {
	padding-left: 11.5%;
	color: #fff;
	border-bottom: 1px #67B2B3 solid;
}
.nav_rwd .info {
	padding: 30px 5% 0;
	color: #fff;
}
.nav_rwd .info p {
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 27px;
}
.nav_rwd .info span {
	color: #89dfe0;
}
.nav_rwd .info a {
	padding: 0;
	color: #fff;
	text-decoration: none;
}

/* ==========================================================================
	menu_rwd
========================================================================== */
.menu_rwd {
	position: fixed;
	z-index: 50;
	bottom: 0;
	display: none;
	width: 100%;
}
.menu_rwd a {
  display: block;
  float: left;
  width: 33.33%;
  height: 60px;
  font-size: 18px;
  color: #89dfe0;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  background: #2a5c6a;
  border-top: 7px #38767d solid;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_rwd a:active {
	color: #fff;
	background: #3f939d;
	border-top-color: #54acb6;
}
.menu_rwd .mr2 {
	border-left: 2px #417885 solid;
	border-right: 2px #417885 solid;
}
.menu_rwd a i {
	margin-right: 10px;
	font-size: 18px;
	color: #ccc;
	vertical-align: middle;
}
.menu_rwd a:active i {
	color: #fff;
}
.menu_rwd .mr1 i {
	padding-bottom: 8px;
}
.menu_rwd .mr2 i {
	padding-bottom: 2px;
}

@media screen and (min-width: 801px) {
	.wrap {
		font-family: "Noto Sans TC", Microsoft JhengHei, Arial, sans-serif;
	}
}
@media screen and (max-width: 800px) {
	#xlegend_head,
	.language,
	.event,
	.focusList,
	.button,
	nav,
	menu,
	footer .logo_cr,
	footer .txt span {
		display: none;
	}
	.wrap {
		min-width: 100%;
	}
	.content {
		padding: 35px 4% 20px;
	}
	.main {
		width: auto;
	}
	header {
		position: fixed;
		z-index: 2;
		width: 100%;
		height: auto;
	}
	.header {
		width: auto;
	}
	.headerBg {
		height: 80px;
	}
	.headerBg:after {
		top: 83px;
	}
	.logo {
		position: absolute;
		top: 5px;
		left: 0;
		right: 0;
		margin: auto ;
	}
	.logo, .logo img {
    width: 132px;
	}
	.btn_nav {
		display: block;
	}
	.banner {
		padding-top: 80px;
		height: auto;
		background: transparent;
	}
	.swiper-container {
		width: auto;
	}
	.swiper-slide img {
		width: 100% !important;
	}
	.detail {
    width: 90%;
   }
	.list a {
		margin: 0 16px 16px 0;
		width: 48.5%;
    -webkit-transition: background 0s;
		-moz-transition: background 0s;
	  transition: background 0s;
	}
	.list a:nth-child(2n) {
    margin-right: 0;
	}
	.list a:nth-child(3) {
    margin-right: 16px;
	}
	footer {
		margin-bottom: 60px;
		height: auto;
		background: transparent;
	}
	footer ul {
		padding: 10px 0;
		width: auto;
	}
	footer .txt {
		margin: 0 15px 0 0;
		text-align: center;
	}
	footer .R15 b {
		background: url(/images/+15@2x.gif) no-repeat;
		background-size: 100%;
	}
	.nav_rwd,
	.menu_rwd {
		display: block;
	}
	.item_content img,
	.item_content p img {
		width: 100% !important;
		height: auto !important;
	}
	.item_list a img {
		margin-right: 0;
    width: 100%;
    height: auto;
  }
  .item_list .detail {
		width: 100%;
	}
	.item_list .detail h1 {
		margin-bottom: 0;
		height: 50px;
		line-height: 50px;
	}
	#service .item_menu a {
    width: 33.33%;
	}
	.btn_1 {
		width: 45%;
	}
	.btn_top {
		display: none;
	}
	.imgfull {
		margin-bottom: 12px;
	}
	.imgCenter {
		margin: 0 auto 12px;
	}
}

@media screen and (max-width: 723px) {
	.list a {
    width: 48%;
 }
}

@media screen and (max-width: 667px) {
	footer .txt {
		margin: 0 15px 10px 0;
		line-height: 16px;
	}
}

@media screen and (max-width: 652px) {
	.detail img {
		height: 140px;
	}
	.item_in {
    padding: 25px 4%;
  }
  .item_in_title h1,
  .item_content h1 {
    padding: 9px 12px;
  }
  .item_in_title h1 {
    line-height: 20px;
  }
  .item_content h1 {
    margin-bottom: 15px;
  }
  .item_in_title span {
    padding-left: 22px;
  }
  footer .txt {
		margin: 0 0 10px 0;
		padding: 0 15px;
	}
	.btn_1 {
		margin: 0 10px 15px;
		width: 70%;
	}
}

@media screen and (max-width: 542px) {
	.list a {
    width: 47.2%;
	}
}

@media screen and (max-width: 480px) {
	.search ul {
		display: block;
	}
	.search div {
    margin: 0 auto 20px;
    width: 268px;
	}
	.search ul:nth-child(1) {
    margin-bottom: 7px;
  }
  .search a {
  	width: 50%;
  }
}

@media screen and (max-width: 460px) {
	.detail img {
		height: auto;
		max-height: 200px;
	}
	.menu_rwd a {
    height: 55px;
		font-size: 16px;
		line-height: 50px;
		border-top-width: 5px;
	}
	.menu_rwd a i {
    margin-right: 5px;
  }
  .menu_rwd .mr1 i {
    padding-bottom: 3px;
	}
	.item_content {
    padding-top: 40px;
	}
	.item_content p img {
		width: 100% !important;
	}
}

@media screen and (max-width: 414px) {
	.content {
    padding: 25px 4% 15px;
	}
	.headerBg {
		height: 60px;
	}
	.headerBg:after {
		top: 63px;
	}
	.logo {
		top: 3px;
	}
	.logo, .logo img {
    width: 100px;
	}
	.banner {
		padding-top: 60px;
	}
	.btn_nav {
		position: absolute;
		top: 10px;
		right: 15px;
		width: 43px;
		height: 43px;
	}
	.btn_nav i {
    margin-left: 8px;
    font-size: 32px;
    line-height: 42px;
	}
	.title {
		height: 30px;
		margin-bottom: 15px;
	}
	.title img {
		height: 23px;
	}
	.list a {
    margin: 0 0 16px 0;
    width: 100%;
	}
	.detail {
    margin: 15px auto 0;
    width: 92%;
	}
	.time {
    padding: 0 18px;
	}
	footer {
    margin-bottom: 55px;
  }
	.nav_rwd {
		font-size: 15px;
	}
	.nav_rwd a {
		padding: 0 8%;
	}
	.nav_rwd dt,
	.nav_rwd dd a {
		height: 35px;
		line-height: 35px;
	}
	.nav_rwd dt i {
		margin-right: 5%;
		padding-bottom: 3px;
	}
	.nav_rwd .nr1 dt {
		height: 60px;
		line-height: 60px;
	}
	.nav_rwd dd a {
		padding-left: 17.5%;
	}
	.nav_rwd .info {
		padding: 15px 8% 0;
	}
	.nav_rwd .info,
	.nav_rwd .info span,
	.nav_rwd .info p,
	.nav_rwd .info .info_txt {
		font-size: 15px;
		line-height: 21px;
	}
	.item_menu a {
    font-size: 14px;
  }
  .item_menu_2 {
    width: 70%;
  }
  .item_menu_2 >* {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
	.item_title {
    margin-bottom: 15px;
    height: 34px;
  }
  .item_h1 {
    padding-right: 13px;
    margin-right: 1px;
    font-size: 24px;
  }
	.item_list .detail h1 {
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}
  .item_list .detail p {
    margin-bottom: 15px;
	}
	.item_in {
    padding: 17px 4%;
	}
	.item_in_title h1,
	.item_content h1 {
    padding: 5px 12px;
	}
	.item_in_title span {
    padding-left: 20px;
    margin: 5px 0;
  }
  .item_content p {
  	margin-bottom: 15px;
  }
  .item_content ol {
		padding-left: 32px;
	}
  .btn_1 {
		margin: 0 10px 15px;
		width: 90%;
	}
	.btn_tab {
		text-align: left;
	}
	.btn_tab a {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 414px) and (orientation:portrait) {
	.nav_rwd .info span,
	.nav_rwd .info p,
	.nav_rwd .info p.info_txt {
		font-size: 9px;
		line-height: 1.6em;
	}
	.banner {
    padding-top: 50px;
	}
	.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
	}
	.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	}
}

@media screen and (max-width: 360px) {
	#service .item_menu a {
    width: 50%;
    height: 36px;
    line-height: 35px;
	}
}

@media screen and (max-width: 320px) {
	.content {
    padding: 15px 4% 15px;
	}
	.headerBg {
    height: 50px;
	}
	.headerBg:after {
    top: 53px;
	}
	.logo,
	.logo img {
    width: 85px;
	}
	.btn_nav {
    top: 9px;
    right: 10px;
    width: 34px;
    height: 34px;
	}
	.btn_nav i {
		margin-left: 7px;
    font-size: 24px;
    line-height: 35px;
	}
	.title {
		height: 27px;
    margin-bottom: 12px;
	}
	.title img {
		height: 21px;
	}
	.btn_more {
    bottom: 5px;
    width: 37px;
    height: 11px;
  }
  .detail {
    margin: 12px auto 0;
    width: 91%;
  }
	footer {
    margin-bottom: 50px;
  }
	.nav_rwd .nr1 dt {
    height: 50px;
    line-height: 50px;
	}
	.nav_rwd dt,
	.nav_rwd dd a {
    height: 31px;
    line-height: 31px;
	}
	.menu_rwd a {
    height: 50px;
		font-size: 13px;
		line-height: 45px;
		border-top-width: 4px;
	}
	.item_h1 {
    font-size: 21px;
  }
  .item_h2 {
    font-size: 15px;
  }
  .item_in_title h1,
  .item_content h1 {
    padding: 5px 10px;
	}
	.btn_1 {
		height: 70px;
    font-size: 21px;
    line-height: 44px;
	}
}