@charset "UTF-8";
/* line 5, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* line 22, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
	line-height: 1;
}
/* line 24, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
	list-style: none;
}
/* line 26, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* line 28, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
/* line 30, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
	quotes: none;
}
/* line 103, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
/* line 32, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
	border: none;
}
/* line 116, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/*字體*/
/*font awesome*/
/* line 5, ../sass/_extend.scss */
#rwd_nav:before, .titleBox .icon_nb:before, .titleBox .icon_news:before, .titleBox .icon_ak:before, .rankBox .hrank_t .icon_rank:before, .linkBox .icon_lk:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
/* line 8, ../sass/module/_layout.scss */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 14, ../sass/module/_layout.scss */
a {
	text-decoration: none;
}
/* line 18, ../sass/module/_layout.scss */
img {
	max-width: 100%;
	height: auto;
	border: none;
}
/* line 29, ../sass/module/_layout.scss */
body {
	margin: 0px !important;
	padding: 0px;
	font: 100%/1.5 "Open Sans", "微軟正黑體", sans-serif;
	background: #fff;
}
.pc{ display:none;}
.mobile{ display:block;}
@media (min-width: 1024px) {
	.pc{ display:block;}
	.mobile{ display:none;}
	}
/* line 37, ../sass/module/_layout.scss */
#wrapper, #mainhead, #mainbody, #mainfoot, #header_wrap, #page_top {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
/* line 47, ../sass/module/_layout.scss */
#container {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#container:after {
	content: " ";
	display: block;
	clear: both;
}
/* line 53, ../sass/module/_layout.scss */
#header_wrap {
	background-color: #4774b9;
	height: auto;
}
/* line 57, ../sass/module/_layout.scss */
.logoBox {
	float: left;
	margin: 13px 0 6px 0;
	left: 50%;
	position: relative;
	transform: translate(-50%, 0);
}
.adBox {
	line-height: 0;
	text-align:center;
}
.adBox img{width:100%;}
@media (min-width: 1024px) {
/* line 57, ../sass/module/_layout.scss */
.logoBox {
	left: 25px;
	transform: translate(0, 0);
	position: absolute;
	margin: 0;
	top: 18px;
	z-index: 100;
}
.adBox {
	line-height: 0;
	text-align:center;
}
.adBox img{width: auto; height:100px;;}
}
/* line 67, ../sass/module/_layout.scss */
.logoBox a {
	display: block;
}
/* line 70, ../sass/module/_layout.scss */
.logoBox img {
	height: 73px;
}
/* line 76, ../sass/module/_layout.scss */
.searchBox {
	margin-top: 5px;
	width: 100%;
	text-align:center;
}
@media (min-width: 1024px) {
/* line 76, ../sass/module/_layout.scss */
.searchBox {
	margin-top: 30px;
	width: auto;
	padding: 0;
	border-bottom: none;
	position: absolute;
	right: 10px;
	z-index: 100;
}
}
/* line 88, ../sass/module/_layout.scss */
.searchBox form {
	position: relative;
	float: left;
	left: 50%;
	transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
/* line 88, ../sass/module/_layout.scss */
.searchBox form {
	float: none;
	left: 0;
	transform: translate(0, 0);
}
}
/* line 99, ../sass/module/_layout.scss */
.searchBox #b_txt {
	padding: 4px 28px 4px 12px;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #333;
	font-family: "微軟正黑體";
	font-size: 15px;
	min-width: 218px;
	height: 30px;
}
/* line 109, ../sass/module/_layout.scss */
.searchBox button {
	color: #4774b9;
	background: none;
	border: none;
	box-shadow: none;
	position: absolute;
	right: 5px;
	top: 4px;
	font-size: 17px;
	cursor: pointer;
}
/* line 123, ../sass/module/_layout.scss */
#mainfoot {
	background: #4774b9;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 38px 15px;
}
@media (min-width: 1024px) {
/* line 123, ../sass/module/_layout.scss */
#mainfoot {
	padding: 38px 0;
}
}
/* line 133, ../sass/module/_layout.scss */
#mainfoot .footLogo {
	margin-bottom: 20px;
}
/* line 136, ../sass/module/_layout.scss */
#mainfoot .footLink {
	margin-bottom: 12px;
}
/* line 138, ../sass/module/_layout.scss */
#mainfoot .footLink li {
	display: inline-block;
	background: url(../images/foot_line.gif) right center no-repeat;
}
/* line 141, ../sass/module/_layout.scss */
#mainfoot .footLink li:last-of-type {
	background: none;
}
/* line 145, ../sass/module/_layout.scss */
#mainfoot .footLink a {
	font-size: 15px;
	color: #fff;
	padding: 0 17px;
}
/* line 149, ../sass/module/_layout.scss */
#mainfoot .footLink a:hover {
	text-decoration: underline;
}
/* line 2, ../sass/module/_menu.scss */
a.bars_close {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: transparent;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
	z-index: 0;
	top: 0;
}
@media (min-width: 1024px) {
/* line 2, ../sass/module/_menu.scss */
a.bars_close {
	display: none;
}
}
/* line 14, ../sass/module/_menu.scss */
#navbar_top {
	background: #4774b9;
	width: 100%;
	float: left;
	height: auto;
	z-index: 1000;
	position: relative;
}
@media (min-width: 1024px) {
/* line 14, ../sass/module/_menu.scss */
#navbar_top {
	display: none;
}
}
/* line 26, ../sass/module/_menu.scss */
#pageslide {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 99999;
	width: 260px;
	padding: 20px 0;
}
@media (min-width: 1024px) {
/* line 26, ../sass/module/_menu.scss */
#pageslide {
	display: none !important;
}
}
/* line 41, ../sass/module/_menu.scss */
#rwd_nav {
	display: block;
	position: absolute;
	float: right;
	right: 8px;
	top: 50%;
	margin: 0;
	z-index: 9999;
	cursor: pointer;
	background: none;
	border: none;
	transform: translate(0, -50%);
}
/* line 53, ../sass/module/_menu.scss */
#rwd_nav:before {
	content: "\f0c9";
	color: #fff;
	font-size: 40px;
}
/* line 58, ../sass/module/_menu.scss */
#rwd_nav:before:hover {
 color: #f4cf4f;
}
@media (min-width: 1024px) {
/* line 41, ../sass/module/_menu.scss */
#rwd_nav {
	display: none;
}
}
/* line 68, ../sass/module/_menu.scss */
#m_nav {
	width: 60%;
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	background: #fff;
	overflow-y: auto;
	-moz-box-shadow: 0px 10px 10px #555;
	-webkit-box-shadow: 0px 10px 10px #555;
	box-shadow: 0px 10px 10px #555;
}
@media (min-width: 1024px) {
/* line 68, ../sass/module/_menu.scss */
#m_nav {
	position: relative;
	width: auto;
	display: block;
	height: auto;
	top: auto;
	bottom: 0;
	right: 5px;
	background: none;
	overflow: visible;
	overflow-y: initial;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}
/* line 92, ../sass/module/_menu.scss */
#m_nav::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(3, 3, 3, 0.3);*/
  background-color: none;
}
/* line 96, ../sass/module/_menu.scss */
#m_nav::-webkit-scrollbar {
 width: 5px;
 background-color: none;
 border-radius: 10px;
}
/* line 101, ../sass/module/_menu.scss */
#m_nav::-webkit-scrollbar-thumb {
 background-color: #0185b6;
}
/* line 104, ../sass/module/_menu.scss */
#m_nav * {
	-moz-transition: all !important;
	-o-transition: all !important;
	-webkit-transition: all !important;
	transition: all !important;
}
/* line 109, ../sass/module/_menu.scss */
#menu {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
	z-index: 100;
	width: 100%;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#menu:after {
	content: " ";
	display: block;
	clear: both;
}
@media (min-width: 1024px) {
/* line 109, ../sass/module/_menu.scss */
#menu {
	height: 50px;
}
}
/* line 118, ../sass/module/_menu.scss */
#menu ul, #menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* line 126, ../sass/module/_menu.scss */
ul.menu {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 100;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
ul.menu:after {
	content: " ";
	display: block;
	clear: both;
}
@media (min-width: 1024px) {
/* line 126, ../sass/module/_menu.scss */
ul.menu {
	width: auto;
	min-width: 0px;
	background: url(../images/navi_line.gif) left center no-repeat;
	padding-left: 1px !important;
}
}
/* line 139, ../sass/module/_menu.scss */
ul.menu .submenu {
	position: relative;
	z-index: 1000;
	left: 0;
	display: none;
	top: 0;
	float: left;
	width: 100%;
	border-top: #c4c4c4 solid 1px;
}
@media (min-width: 1024px) {
/* line 139, ../sass/module/_menu.scss */
ul.menu .submenu {
	position: absolute;
	top: 50px;
	float: none;
	width: auto;
	padding-top: 4px !important;
	border-top: none;
}
}
/* line 156, ../sass/module/_menu.scss */
ul.menu .submenu li {
	float: left;
	width: 100%;
	border-bottom: none;
	background: #f0f0f0;
	padding: 0 !important;
}
/* line 163, ../sass/module/_menu.scss */
ul.menu .submenu a {
	padding: 12px 10px;
	color: #333;
	display: block;
	font-size: 15px;
	text-align: center;
}
@media (min-width: 1024px) {
/* line 163, ../sass/module/_menu.scss */
ul.menu .submenu a {
	padding: 6px;
}
}
/* line 172, ../sass/module/_menu.scss */
ul.menu .submenu a:hover {
	text-decoration: none;
	background: #4774b9;
	color: #fff;
}
/* line 179, ../sass/module/_menu.scss */
ul.menu li {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: #c4c4c4 solid 1px;
}

@media (min-width: 1024px) {
/* line 179, ../sass/module/_menu.scss */
ul.menu li {
	width: auto;
	display: inline-block;
	border-bottom: none;
	background: url(../images/navi_line.gif) right center no-repeat;
	padding: 0 1px 0 0 !important;
}
}
/* line 192, ../sass/module/_menu.scss */
ul.menu li:hover .submenu {
	display: block;
}
/* line 197, ../sass/module/_menu.scss */
ul.menu a {
	font-size: 16px;
	color: #333;
	padding: 12px 10px;
	display: block;
	text-align: center;
}

@media (min-width: 1024px) {
/* line 197, ../sass/module/_menu.scss */
ul.menu a {
	padding: 13px 26px;
}
}
/* line 206, ../sass/module/_menu.scss */
ul.menu a:hover {
	background: #f0f0f0;
	color: #4774b9;
}
/* line 2, ../sass/module/_index.scss */
#bannerBox {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	background: #f0f0f0;
	margin-bottom: 0;
}
@media (min-width: 1024px) {
/* line 2, ../sass/module/_index.scss */
#bannerBox {
	margin-bottom: 55px;
}
}
/* line 10, ../sass/module/_index.scss */
#bannerBox .b_slider {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#bannerBox .b_slider:after {
	content: " ";
	display: block;
	clear: both;
}
/* line 13, ../sass/module/_index.scss */
#bannerBox .b_slider .prev {
	font-size: 0;
	background: url(../images/icon_prev2.png) 0 0 no-repeat;
	background-size: 13px;
	width: 15px;
	height: 21px;
	display: block;
	position: absolute;
	z-index: 1000;
	left: 15px;
	top: initial;
	bottom: 9px;
}
@media (min-width: 1024px) {
/* line 13, ../sass/module/_index.scss */
#bannerBox .b_slider .prev {
	margin-top: -24px;
	left: 20px;
	background: url(../images/icon_prev.png) 0 0 no-repeat;
	top: 50%;
	bottom: initial;
	width: 27px;
	height: 47px;
}
}
/* line 35, ../sass/module/_index.scss */
#bannerBox .b_slider .next {
	font-size: 0;
	background: url(../images/icon_next2.png) 0 0 no-repeat;
	background-size: 13px;
	width: 15px;
	height: 21px;
	display: block;
	position: absolute;
	z-index: 1000;
	right: 15px;
	top: initial;
	bottom: 9px;
}
@media (min-width: 1024px) {
/* line 35, ../sass/module/_index.scss */
#bannerBox .b_slider .next {
	margin-top: -24px;
	right: 20px;
	background: url(../images/icon_next.png) 0 0 no-repeat;
	top: 50%;
	bottom: initial;
	width: 27px;
	height: 47px;
}
}
/* line 57, ../sass/module/_index.scss */
#bannerBox .b_slider .rsTabs {
	float: left;
	width: 100%;
	position: relative;
	height: 40px;
}
@media (min-width: 1024px) {
/* line 57, ../sass/module/_index.scss */
#bannerBox .b_slider .rsTabs {
	float: none;
	width: auto;
	height: 0;
}
}
/* line 68, ../sass/module/_index.scss */
#bannerBox .b_slider .rslides_tabs {
	left: 50%;
	position: absolute;
	z-index: 1000;
	transform: translate(-50%, -50%);
	bottom: 10px;
}
@media (min-width: 1024px) {
/* line 68, ../sass/module/_index.scss */
#bannerBox .b_slider .rslides_tabs {
	transform: translate(-50%, 0);
	bottom: -20px;
}
}
/* line 78, ../sass/module/_index.scss */
#bannerBox .b_slider .rslides_tabs li {
	float: left;
	margin-right: 10px;
}
/* line 82, ../sass/module/_index.scss */
#bannerBox .b_slider .rslides_tabs a {
	font-size: 0;
	background: #e6e6e6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: block;
}
/* line 92, ../sass/module/_index.scss */
#bannerBox .b_slider .rslides_here a {
	background: #4774b9;
}
/* line 100, ../sass/module/_index.scss */
.page_main {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 1024px) {
/* line 100, ../sass/module/_index.scss */
.page_main {
	width: 67.8873239437%;
	float: left;
	margin-right: 1.4084507042%;
}
}
/* line 107, ../sass/module/_index.scss */
.page_right {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 1024px) {
/* line 107, ../sass/module/_index.scss */
.page_right {
	width: 27.323943662%;
	float: right;
	margin-right: 0;
	display: block;
}
}
/* line 115, ../sass/module/_index.scss */
.titleBox {
	border-bottom: solid 3px #e8e8e8;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 0px;
	margin: 0 0 15px 0;
}
/* line 122, ../sass/module/_index.scss */
.titleBox span {
	display: inline-block;
	border-bottom: solid 3px #015db2;
	padding-right: 15px;
	height: 40px;
	line-height: 40px;
}
/* line 130, ../sass/module/_index.scss */
.titleBox .icon_nb:before {
	content: "\f02e";
	color: #e60012;
	font-size: 24px;
	margin: 0 8px 0 3px;
}
/* line 139, ../sass/module/_index.scss */
.titleBox .icon_news:before {
	content: "\f1ea";
	color: #eb6100;
	font-size: 24px;
	margin: 0 8px 0 3px;
}
/* line 148, ../sass/module/_index.scss */
.titleBox .icon_ak:before {
	content: "\f0a1";
	color: #ae5da1;
	font-size: 24px;
	margin: 0 8px 0 3px;
}
/* line 158, ../sass/module/_index.scss */
#owl-demo {
	padding: 0 20px;
}
/* line 160, ../sass/module/_index.scss */
#owl-demo .item {
	margin: 0 7px;
}
/* line 162, ../sass/module/_index.scss */
#owl-demo .item img {
	border: #dddddd solid 1px;
	width: 100%;
}
/* line 168, ../sass/module/_index.scss */
#owl-demo .owl-buttons div {
	width: 17px;
	height: 26px;
	font-size: 0;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/* line 177, ../sass/module/_index.scss */
#owl-demo .owl-buttons .owl-prev {
	background: url(../images/i_prev.png) 0 0 no-repeat;
	left: 0;
}
/* line 181, ../sass/module/_index.scss */
#owl-demo .owl-buttons .owl-next {
	background: url(../images/i_next.png) 0 0 no-repeat;
	right: 0;
}
/* line 188, ../sass/module/_index.scss */
.moreBox {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 100;
}
/* line 193, ../sass/module/_index.scss */
.moreBox a {
	display: inline-block;
	border: #ddd solid 1px;
	background: url(../images/icon_arrow.png) 10px 50% no-repeat #fff;
	padding: 3px 10px 3px 18px;
	font-size: 13px;
	color: #000;
	font-family: 'Rubik', sans-serif;
}
/* line 205, ../sass/module/_index.scss */
.nbBox {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 25px;
	position: relative;
}
/* line 211, ../sass/module/_index.scss */
.newsBox {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 0;
	margin-bottom: 25px;
}
/* line 216, ../sass/module/_index.scss */
.newsBox .titleBox {
	margin: 0;
}
/* line 220, ../sass/module/_index.scss */
.newsBox .news_posts li {
	border-bottom: 1px dotted #ddd;
	padding: 9px 0;
}
/* line 224, ../sass/module/_index.scss */
.newsBox .news_posts .date {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #666666;
	float: left;
	min-width: 82px;
}
/* line 231, ../sass/module/_index.scss */
.newsBox .news_posts .category_label {
	float: left;
	display: block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 0 26px;
	height: 20px;
	line-height: 20px;
	margin: 2px 10px 0 10px;
}
/* line 239, ../sass/module/_index.scss */
.newsBox .news_posts .category_label span {
	color: #fff;
	text-align: center;
	font-size: 14px;
	vertical-align: bottom;
}
/* line 246, ../sass/module/_index.scss */
.newsBox .news_posts .title {
	display: block;
	margin-left: 182px;
}
/* line 249, ../sass/module/_index.scss */
.newsBox .news_posts .title a {
	font-size: 15px;
	font-weight: bold;
	color: #005bac;
}
/* line 253, ../sass/module/_index.scss */
.newsBox .news_posts .title a:hover {
	text-decoration: underline;
}
/* line 258, ../sass/module/_index.scss */
.newsBox .news_posts .category_label_ab {
	background: #c1ad8f;
}
/* line 261, ../sass/module/_index.scss */
.newsBox .news_posts .category_label_po {
	background: #00d7cd;
}
/* line 264, ../sass/module/_index.scss */
.newsBox .news_posts .category_label_ac {
	background: #ec87c0;
}
/* line 267, ../sass/module/_index.scss */
.newsBox .news_posts .category_label_rd {
	background: #4fc1e9;
}
/* line 270, ../sass/module/_index.scss */
.newsBox .news_posts .category_label_rm {
	background: #fbcb00;
}
/* line 277, ../sass/module/_index.scss */
.akBox {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
/* line 279, ../sass/module/_index.scss */
.akBox .ak_list {
	overflow: hidden;
}
/* line 281, ../sass/module/_index.scss */
.akBox .ak_list .b_ak {
	width: 31.61139241%;
	float: left;
	margin-right: 2.53164557%;
	line-height: 0;
	margin-bottom: 15px;
}
/* line 287, ../sass/module/_index.scss */
.akBox .ak_list .b_ak:nth-child(3n) {
	float: right;
	margin-right: 0;
}
/* line 291, ../sass/module/_index.scss */
.akBox .ak_list .b_ak a {
	display: block;
}
/* line 299, ../sass/module/_index.scss */
.acbookBox {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	margin-bottom: 25px;
}
/* line 303, ../sass/module/_index.scss */
.acbookBox .title_c {
	background: url(../images/icon_acb.png) 0 50% no-repeat #05a4d2;
	position: relative;
	font-size: 20px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 70px;
}
/* line 312, ../sass/module/_index.scss */
.acbookBox .acbook_c {
	border: solid 1px #ddd;
	border-top: none;
	padding: 9px 9px 0 9px;
}
/* line 316, ../sass/module/_index.scss */
.acbookBox .acbook_c ul {
	overflow: hidden;
}
/* line 319, ../sass/module/_index.scss */
.acbookBox .acbook_c li {
	line-height: 0;
	margin-bottom: 9px;
	float: left;
	width: calc(50% - 5px);
	margin-right: 10px;
}
@media (min-width: 1024px) {
/* line 319, ../sass/module/_index.scss */
.acbookBox .acbook_c li {
	width: 100%;
	margin-right: 0;
}
}
/* line 329, ../sass/module/_index.scss */
.acbookBox .acbook_c li:nth-child(2n) {
	margin-right: 0;
}
/* line 333, ../sass/module/_index.scss */
.acbookBox .acbook_c a {
	display: block;
}
/* line 336, ../sass/module/_index.scss */
.acbookBox .acbook_c img {
	width: 100%;
}
/* line 340, ../sass/module/_index.scss */
.acbookBox .moreBox {
	right: 12px;
	top: 12px;
}
/* line 347, ../sass/module/_index.scss */
.fbBox {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
/* line 349, ../sass/module/_index.scss */
.fbBox .title_c {
	background: url(../images/icon_fb.png) 0 50% no-repeat #015db2;
	position: relative;
	font-size: 20px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 70px;
}
/* line 358, ../sass/module/_index.scss */
.fbBox .fb_c {
	border: solid 1px #ddd;
	border-top: none;
	padding: 9px 9px 0 9px;
}
/* line 365, ../sass/module/_index.scss */
.fb-comments, .fb-comments iframe[style] {
	width: 100% !important;
}
/* line 370, ../sass/module/_index.scss */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
/* line 376, ../sass/module/_index.scss */
#box01, #box02, #box03 {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
/* line 383, ../sass/module/_index.scss */
#box01 {
	padding: 15px;
}
@media (min-width: 1024px) {
/* line 383, ../sass/module/_index.scss */
#box01 {
	padding: 0 0 20px 0;
}
}
/* line 390, ../sass/module/_index.scss */
#box02 {
	background: #f5f3f2;
	padding: 20px 15px;
}
@media (min-width: 1024px) {
/* line 390, ../sass/module/_index.scss */
#box02 {
	padding: 35px 0;
}
}
/* line 398, ../sass/module/_index.scss */
#box03 {
	padding: 15px;
}
@media (min-width: 1024px) {
/* line 398, ../sass/module/_index.scss */
#box03 {
	padding: 20px 0 30px 0;
}
}
/* line 406, ../sass/module/_index.scss */
.rankBox {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
/* line 409, ../sass/module/_index.scss */
.rankBox .hrank_t {
	border-bottom: solid 3px #000000;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 0px;
	margin: 0 0 15px 0;
}
/* line 416, ../sass/module/_index.scss */
.rankBox .hrank_t span {
	display: inline-block;
	border-bottom: solid 3px #0088cd;
	padding-right: 80px;
	height: 40px;
	line-height: 40px;
}
/* line 424, ../sass/module/_index.scss */
.rankBox .hrank_t .icon_rank:before {
	content: "\f005";
	color: #ffce00;
	font-size: 24px;
	margin: 0 8px 0 3px;
}
/* line 434, ../sass/module/_index.scss */
.rankBox .comicBox ul {
	overflow: hidden;
}
/* line 437, ../sass/module/_index.scss */
.rankBox .comicBox li {
	float: left;
	margin-right: 12px;
	line-height: 0;
	width: calc(33.3333333% - 8px);
	margin-bottom: 12px;
}
/* line 443, ../sass/module/_index.scss */
.rankBox .comicBox li:nth-child(3n) {
	margin-right: 0;
}
@media (min-width: 1024px) {
/* line 437, ../sass/module/_index.scss */
.rankBox .comicBox li {
	width: calc(16.6666666667% - 10px);
	margin-bottom: 0;
}
/* line 449, ../sass/module/_index.scss */
.rankBox .comicBox li:nth-child(3n) {
	margin-right: 12px;
}
}
/* line 453, ../sass/module/_index.scss */
.rankBox .comicBox li:last-of-type {
	margin-right: 0;
}
/* line 457, ../sass/module/_index.scss */
.rankBox .comicBox img {
	width: 100%;
}
/* line 465, ../sass/module/_index.scss */
.linkBox .icon_lk {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
/* line 470, ../sass/module/_index.scss */
.linkBox .icon_lk:before {
	content: "\f152";
	color: #2c579a;
	margin-right: 5px;
	font-size: 20px;
}
/* line 479, ../sass/module/_index.scss */
.linkBox .link_c ul {
	overflow: hidden;
}
/* line 482, ../sass/module/_index.scss */
.linkBox .link_c li {
	float: left;
	line-height: 0;
	margin-right: 10px;
	width: calc(33.33333% - 8px);
	margin-bottom: 10px;
}
/* line 488, ../sass/module/_index.scss */
.linkBox .link_c li:nth-child(3n) {
	margin-right: 0;
}
@media (min-width: 1024px) {
/* line 482, ../sass/module/_index.scss */
.linkBox .link_c li {
	width: calc(20% - 8px);
	margin-bottom: 0;
}
/* line 494, ../sass/module/_index.scss */
.linkBox .link_c li:nth-child(3n) {
	margin-right: 10px;
}
}
/* line 498, ../sass/module/_index.scss */
.linkBox .link_c li:last-of-type {
	margin-right: 0;
}
/* line 502, ../sass/module/_index.scss */
.linkBox .link_c img {
	border: #dddddd solid 1px;
	width: 100%;
}
/*新書輪播測試中*/
.slider {
        width: 90%;
        margin: 1% auto;
    }
    .slick-slide {
      margin: 0px 5px;
    }
    .slick-slide img {
      width: 100%;
    }
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    .slick-active {
      opacity: 1;
    }
    .slick-current {
      opacity: 1;
    }
	.slick-slide img{
	  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	  }
@media (min-width: 1024px) {
	.slick-slide {
      margin: 0px 15px;
    }
	}
/* line 100, ../sass/module/_index.scss */
.Magazine_main {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	text-align:center;
}
.Magazine_main img{width:450px;}
@media (min-width: 1024px) {
/* line 100, ../sass/module/_index.scss */
.Magazine_main {
	width: 49%;
	float: left;
	margin-right: 1.4084507042%;
	text-align:left;
}
}
/* line 107, ../sass/module/_index.scss */
.Magazine_right {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 1024px) {
/* line 107, ../sass/module/_index.scss */
.Magazine_right {
	width: 49%;
	float: right;
	margin-right: 0;
	display: block;
}
}
.comic_list {
	padding:0%;
	margin:0 auto;
	}
.comic_list img{
	width:48%;
	margin:0.8%;
	}
#rwd_nav:before, #breadcrumbs .bc_home:before, #breadcrumbs .bc_separator:before, .dnBox .b_dn .i_tel:before, .dnBox .b_dn .i_fax:before, .nav_links .prev:before, .nav_links .next:before, .b_infoBox .boBox .title_item span:before, .expressBox .express_t span:before, .linkBox .link_t span:before, .linkBox .link_c a:before, .faqBox .box02 .faq_btn .faqB1:before, .faqBox .box02 .faq_btn .faqB2:before, .titleBox .i_new:before, .titleBox .i_active:before, .titleBox .i_offers:before, .shop_info .shop_t span:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
#breadcrumbs {
	background: #f5f7fa;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 11px 10px;}

 @media (min-width: 1024px) {
/* line 27, ../sass/module/_page.scss */
#breadcrumbs {
	padding: 11px 0;
}
}
/* line 38, ../sass/module/_page.scss */

#breadcrumbs .bc_home:before {
	content: "\f015";
	color: #4774b9;
}



/* 小說首頁連結 */
.LinkBox {
	width:32.3%; 
	margin:1rem 0.5%;
	float: left;
	position: relative;
	margin-bottom: 25px;
}
.LinkBox .title_c {
	background: url(../images/icon_link.png) 0 50% no-repeat #05a4d2;
	position: relative;
	font-size: 1.2rem;
	color: #fff;
	height: 105px;
	line-height: 105px;
	padding: 0 0 0 70px;
}

@media (min-width: 1024px) {
/* line 319, ../sass/module/_index.scss */
.LinkBox .acbook_c li {
	width:33%; 
	margin:0.15%;
	margin-right: 0;
}
}
/* line 329, ../sass/module/_index.scss */
.LinkBox .acbook_c li:nth-child(2n) {
	margin-right: 0;
}
/* line 333, ../sass/module/_index.scss */
.LinkBox .acbook_c a {
	display: block;
}
/* line 336, ../sass/module/_index.scss */
.LinkBox .acbook_c img {
	width: 100%;
}
