/* basic class*/
li, ol, ul {
    list-style: none;
}
.body {
	font-family: Helvetica, Arial, "微軟正黑體", "新細明體", sans-serif;
	color: #373737;
	background-color: #49bfcd;
}
p {
	font-size: 15px;
	line-height: 1.6;
}
a {
    color: #ff9937;
}
a:hover,a:active,a:link,a:visited{
	text-decoration: none; 
}
a:hover {
	color: #7b9807;	
}
a {
	transition:all .5s;
}
section {
    padding: 50px 0;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.ml_b { 
	display: block;
	float:left;
	width: 90%;
}
.f_l { 
	display: block;
	width: 75px;
	float:left;
}
.top_line{
	width: 100%;
	height: 10px;
	background-image: url(../images/top_line.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}
.bottom_line{
	width: 100%;
	height: 10px;
	background-image: url(../images/bottom_line.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    line-height: 1.6;
}
.rwd-table{
	width: 100%;
	text-align: center;
}
.table{
	table-layout: fixed;
	font-size: 15px;	
}
.forumtable {
	width:70%;
}
.rwd-table tr{
	height: 50px;
}
td.time{display: none !important;}

tr.tr-only-hide {
	background-color:#a9d28c !important;
	text-align:center;
	color: #fff;
	font-size: 16px;
}
.rwd_test {
	display: none !important;
}
.mr {
	display:block;
	margin:0 0 0 60px;
}
.caption i.fa.fa-book{ margin-left:10px;}


/* index-header 首頁頁首 */
.index-header {
	background-attachment: scroll;
	background-image: url(../images/intro-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 782px;
}
.index-header{
	position: relative;
}
.big_kv h1 {
	margin-top: -50px;
	text-indent: -999999px;
}
.big_kv p {
	font-size:22px;
	line-height:1.6;
	padding-left:20px;
}
.big_kv {
	width:500px;
	position: absolute;
	top: 15%;
	left: 20%;
	z-index:4;
	display: block;
}
.eng {
	width: 800px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
	display: block;	
}
.kvill {
	width:600px;
	position: absolute;
	bottom: 0;
	right: 20%;
	z-index:3;
	display: block;
}
.big_kv img,.insidekv img{
	max-width:100%;
}
.kvmotion{
	animation: ball 2s ease-in-out infinite ;
	-webkit-animation: ball 2s ease-in-out infinite ;
	max-width:100%;
}
@keyframes ball {
	0% { 
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
	}
	50% { 
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
	100%{ 
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);s
	}
}
/* inside-header 首頁頁首 */
.inside-header {
	background-attachment: scroll;
	background-image: url(../images/intro-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 450px;
}
.inside-header{
	position: relative;
}
.inside-header .insidekv {
	width:450px;
	position: absolute;
	top: 25%;
	right: 30%;
	z-index:4;	
	display:block
}
.inside-header .insidekvill {
	width:350px;
	position: absolute;
	bottom: 0;
	left: 25%;
	z-index:3;
	display:block
}
/* main 首頁論壇介紹 */
#main{
	position: relative;
}
.mainill{	
	width:468px;
	position: absolute;
	bottom: 0;
	right: 15%;
	z-index:3;
}
.bigtitle h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
}
.bigtitle h2{
	font-size: 22px;
	line-height: 1.6;
	margin: 20px 0;
}
.bigtitle h3{
	font-size: 20px;
	line-height: 1.6;
}
.bigtitle .subtitle ,.information .subtitle{
	font-weight: bold;
	color: #45bdcf;
	margin-right:10px;
}
.information{
	display: block;
	width: 70%;
	margin: 25px 0px;
	padding: 20px 10px;
	border-top: solid 1px #ababab;
	border-bottom: solid 1px #ababab;
}
.information .highlight{
	font-size: 32px;
}
.information p{
	font-size: 18px;
	line-height: 1.6;
}
/* agenda 議程介紹 */
.agendainfo{
	display: block;
	margin-bottom: 20px;
}
.agendainfo .highlight{
	font-size: 32px;
	line-height: 1.4;
}
.agendainfo h1{
	font-size: 40px;
	line-height: 1.2;
	text-align:center;
}
.agendainfo h2{
	padding-left:10px;
	color:#41bdce;
	font-size: 36px;
	line-height: 1.4;
	border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #ffff00;
}
.agendainfo h3{
	font-size: 20px;
	line-height: 1.4;
	margin: 10px 0 5px 0;
}
.agendainfo h4{
	font-size: 18px;
	line-height: 1.4;
}
.agendainfo p{
	font-size: 16px;
	line-height: 1.6;
}
.agendainfo .subtitle{
    background-color: #45bdcf;
    margin-right: 10px;
	color: #FFF;
	padding: .2em .6em .2em;
}
.signbtn{
	font-size:24px;
	width:30%;
}
.workshopbtn{
	font-size:18px;
}
/* gridow 單元header */
.liveBox{
	display: block;
	margin: 0 0 20px 0;
	border: solid 3px #cbcbcb;
}
.gridow{
	display: block;
	background: #fdfde2;
	padding: 15px 20px;
	margin-top: 20px;
}
#live h3{
	font-size: 20px;
	line-height: 1.4;
	margin: 10px 0 5px 0;
}
#live h4{
	font-size: 18px;
	line-height: 1.4;
}
#live p{
	font-size: 16px;
	line-height: 1.6;
	margin-top:20px;
}
.appicon {
	width:100px;
	height:auto;
	margin: 0 5px 5px 5px;
}
/* page-header 單元header */
.pageheader {
	margin: 0 0 20px 0;
}
.unit-title {
	font-weight: 500;
	font-size: 24px;
	padding: 8px 20px;
	margin: 15px 0;
	display: inline-block;
	background-color: #ffe211;
	color: #373737;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #41bdce;
}
.live-title {
	font-weight: 500;
	font-size: 24px;
	padding: 8px 15px;
	margin: 15px 0;
	display: inline-block;
	color: #FFFFFF;
	background-image: url(../images/livetitle.jpg);
	background-position: left top;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #41bdce;
}
/* ==========================================================================
Team
========================================================================== */
.team-item {
    background-color: #F5F5F5;
	margin: 15px 0 30px 0;
}

.team-item h3 {
	font-size: 22px;
    margin: 20px 0 10px;
	color: #41bdce;
    text-transform: uppercase;
	font-weight:500;
	line-height: 1.4;
}
.team-item h4 {
	font-size: 20px;
    margin: 5px 0 5px;
	line-height: 1.6;
	color:#373737;
}
.team-item .team-position {
	color: #565656;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.team-text {
	padding: 0px 20px 10px 20px;
	height: 285px;
}
.team-item p {
	font-size: 15px;
    font-weight: 500;
    color: #848484;
    line-height: 1.4;
}
.team-item p .text-big {
	font-size: 20px;
    font-weight: 600;
}
/* ==========================================================================
文章列表
========================================================================== */
.fh5co-press-item {
    background: #fdfde2;
    float: left;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	height: 300px;
	width: 98%;
}
.fh5co-press-item .fh5co-press-img {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
}
.fh5co-press-item .fh5co-press-text {
    float: left;
    padding: 20px;
}
.fh5co-press-item .fh5co-press-text {
    width: 65%;
}
.fh5co-press-item .fh5co-press-img {
    width: 35%;
}
.fh5co-press-item .fh5co-press-text .fh5co-press-title {
    margin: 10px 0;
    font-weight: 500;
    font-size: 22px;
	line-height: 1.4;
    color: #41bdce;
    position: relative;
}
.fh5co-press-item .fh5co-press-text p {
    font-size: 15px;
    color: #626262;
    line-height: 1.6;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
}
/* ==========================================================================
Features List
========================================================================== */
.feature-content {
    display: inline-block;
    margin-left: 0;
    width: 65%;
}
.feature-content h1 {
	font-size: 24px;
	line-height: 150%;
}
.feature-icon {
    display: inline-block;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    border: solid 2px #4e9ba3;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
	margin-top:15px;
}
.feature-icon i {
    color: #4e9ba3
}
.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}

#bb {
	background-color: #999;
	height: 800px;
	width: 100%;
}
#cc {
	background-color: #CCC;
	height: 800px;
	width: 100%;
}
.portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

.portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

.portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

.portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

.portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

.portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.social-icons {
   float: left;
   padding: 15px 0 0 ;
}
.social-icons ol {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}  
.social-icons li {
   display: inline-block;
   padding: 0 8px;
}
.social-icons a {
	color: #fff;
	background-color: rgba($white_color, 0.2);
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	text-decoration: none;
}
.social-icons  a:hover {
   background-color: $white_color;
   color: $primary_color;
}
#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}
.recent-work-wrap {
	position: relative;
	margin-bottom: 20px;
}
.recent-work-wrap img{
  width: 100%;
}
.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}
.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
.recent-work-wrap:hover .overlay {
  opacity: 1;
}

/* === Footer === */
.footer-top {
	background-color: #a0a0a0;
	color:#FFF;
	padding: 20px 0;
}
.footer-top h4 {
	margin-right: 5px;
	float:left;
	font-size: 16px;
}
.footer {
	padding:10px 0;
	background-color: #2d3035;
	color:#FFF;
}
.tweet-content span{
	color:#385200;
}
/*Widget1: Useful Links*/
ul.imp-links {
	width: 60%;
    float: left;
	padding-left:0;
	margin-top: 10px;
}
.imp-links img {	
	width:120px;
	height:auto;
}
ul.imp-links li {
	/*padding: 10px 0;*/
}
ul.imp-links li a {
	text-decoration: none;
	color: #fff;
}
/*Widget2: Useful Links*/
ul.madia-links {
	width: 80%;
    float: left;
	display:inline-block;
	padding-left: 0;
	margin-top: 10px;
}
.madia-links img {	
	width: auto;
	height:35px;
	float: left;
}
ul.madia-links li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
ul.madia-links li a {
	text-decoration: none;
	color: #fff;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 5;
}
#back-top a {width: 40px;display: block;text-align: center;font: 11px/100% Arial, Helvetica, sans-serif;text-transform: uppercase;text-decoration: none;color: #bbb;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
#back-top a:hover {color: #000;}
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #F39;
	background-image: url(http://topic.cheers.com.tw/yleader/img/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {background-color: #69A813;}
.gotop2 {
  position: fixed;
  right: -150px;
  bottom: 90px;
  z-index: 500;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.gotop2.is-acted {
  right: 20px;
}
.gotop2 img {
  height: 200px;
}
@media only screen and (max-width: 568px) {
  .gotop2.is-acted {
    right: 20px;
  }
  .gotop2 img {
    height: 100px;
  }
}

/* ==========================================================================
背景+文字+label 顏色
========================================================================== */
.bg-blue {
	color: #373737;
	background-color: #e7f5ff;
}
a.bg-blue:hover {
	background-color: #D9EFFF;
}
.bg-color {
	color: #373737;
	background-color: #fffc97;
}
a.bg-color:hover {
	background-color: #fffc97;
}
.bg-pink {
	color: #373737;
	background-color: #FFEBE9;
}
a.bg-pink:hover {
	background-color: #FFCDC8;
}

.bg-success {
  background-color: #e7e6da;
}
a.bg-success:hover {
	background-color: #DAD9C7;
}
.text-black {
	color: #373737;
}
a.text-black :hover {
	color: #373737;
}
.text-red {
	color: #e7526b;
}
a.text-red :hover {
	color: #f3768b;
}
.text-pink {
	color: #e4007f;
}
a.text-pink :hover {
	color: #C4006B;
}
.text-blue {
	color: #41bdce;
}
a.text-blue:hover {
	color: #30ABBC;
}
.text-orange {
	color: #F08200;
}
.text-orange:hover {
	color: #FF9411;
}
.text-yellow {
	color: #FF9;
}
.text-yellow:hover {
	color: #FFFF66;
}
.text-green {
	color: #789e5d;
}
.text-green:hover {
	color: #709256;
}
.text-white {
	color: #FFF;
}
.text-white:hover {
	color: #FFF;
}
.text-purple{
	color: #a04896;
}
.text-purple:hover{
	color: #c46996;
}
.text-coffee{
	color: #4f2c23;
}
.text-coffee:hover{
	color: #6c4439;
}
.text-grey{
	color: #9b9b9b;
}
.text-grey:hover{
	color: #8D8D8D;
}
.bg-light-gray {
    background-color: #efefef;
}

.bg-darkest-gray {
    background-color: #222;
}

.text-lightred {
	color: #FF7D81;
}
.text-lightred:hover {
	color: #FF6468;
}
.text-lightpink {
	color: #E75296;
}
.text-lightpink:hover {
	color: #E43F89;
}
.text-lightorange {
	color: #FAAD67;
}
.text-lightorange:hover {
	color: #FAA050;
}
.text-lightgreen {
	color: #b4da75;
}
.text-lightgreen:hover {
	color: #A2D152;
}
.text-lightyellow {
	color: #F7D154;
}
.text-lightyellow:hover {
	color: #F7D154;
}
.text-lightblue {
	color: #7dbfdc;
}
.text-lightblue:hover {
	color: #67B5D6;
}
.text-lightpurple {
	color: #B4AFEA;
}
.text-lightpurple:hover {
	color: #B4AFEA;
}
.label {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}
.label-blue {
	background-color: #45bdcf;
}
.label-blue[href]:hover,
.label-blue[href]:focus {
	background-color: #59C6D5;
}
.label-green {
	background-color: #9FC363;
}
.label-green[href]:hover,
.label-green[href]:focus {
	background-color: #97BE56;
}
.label-orange {
	background-color: #FBAF64;
}
.label-orange[href]:hover,
.label-orange[href]:focus {
	background-color: #FF9021;
}
.label-gray {
	background-color: #A8A8A8;
}
.label-gray[href]:hover,
.label-gray[href]:focus {
	background-color: #9D9D9D;
}
.label-red{
	background-color: #ff8e90
}
.label-red[href]:hover,
.label-red[href]:focus {
	background-color: #ff9fa1
}
.label-pink {
	background-color: #e4007f;
}
.label-pink[href]:hover,
.label-pink[href]:focus {
	background-color: #D70076;
}
.label-lightpink {
	background-color: #F592B7;
}
.label-lightpink[href]:hover,
.label-lightpink[href]:focus {
	background-color: #F387AF;
}
.label-yellow  {
	background-color: #F7FF90;
	color:#036
}
.label-yellow [href]:hover,
.label-yellow [href]:focus {
	background-color: #F5C930;
}
.label-purple{
	background-color: #8f5ab4;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
	background-color: #a165ca;
}
/* ==========================================================================
Delay
========================================================================== */
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.delay-35s {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.signBox{
	display: block;
	background-color: #FFFFF4;
	padding:10px;
	margin:10px;
}
.noticBox {
    display: inline-block;
    background-color: #fdfde2;
    width: 98%;
    padding: 10px;
    margin: 1%;
}
.noticBox h2 {
	padding-left:20px;
	font-size:18px;	
}
.noticBox ul {
	font-size: 16px;
	line-height: 1.4;
	color: #626262;
}
.noticBox ul li {
	padding: 5px 0;
	list-style-type: disc !important;
}
.map {
	padding: 0.5em 0;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.map iframe {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	border: none;
}
.export { 
	margin-bottom:30px;
}
.export-title a{
	font-size: 22px;
    line-height: 1.4;
    color: #373737;	
}
.export-title a:hover{
	font-size: 22px;
    line-height: 1.4;
    color: #41bdce;	
}

/* 推薦書單 */
.p_list{
	width: 100%;
	margin:auto;
	text-align: left;
}
.p_list li{
	width: 24%;
	height: 350px;
	border:1px solid #d2d2d2;
	background-color:#fff;
	display:inline-block;
	margin-bottom: 20px;
	text-align: center;
	position:relative;
	margin-right: 10px;
	padding-top: 10px;
	float:left;
}
.p_list a:nth-of-type(1){
	color:#373737;	
}
.p_list li:last-child{
	margin-bottom: 35px;
	margin-right: 0px;
}
.p_img{
	display:inline-block; 
	width: 190px;
	height: 190px;
	margin-bottom: 7px;
}
.p_list img{
	height:100%;
	display: inline-block;
}
.p_list li p{
	width: 95%;
	text-align: left;
	margin-left: 10px;
}
.p_list li p:nth-of-type(1){
	line-height: 1.6;
	padding-right: 5px;
	height:40px;
}
.p_list li p:nth-of-type(2){
	color:#ff9937;
}
.p_list li p b{
	font-size: 22px;
	color:#ff9937;
}
.p_list li p span{
	color: #999;
	text-decoration:line-through;
	margin-left: 5px;
	display:inline-block;
}
.nowbuy{
	width:100%;
	height: 40px;
	font-size: 18px;
	display: block;
	color: #fff;
	line-height: 40px;
	background-color: #1fb8df;
	position:absolute;
	bottom:0;
}
.p_list li:hover{border:1px solid #FF8D1C; background-color: #fff;}
.p_list li:hover .nowbuy{background-color:#FF8D1C;}
.p_list{padding:20px 0 0;}

#internal .item ,#workshop .item{
	padding: 0;
}
.thumbnail a>img, .thumbnail>img {
	width:100%;
    margin-right: auto;
    margin-left: auto;
}
.thumbnail .caption {
    padding: 0;
    color: #626262;
}
.thumbnail .caption h4 {
    color: #41bdce;
    margin: 15px 0 10px 0;
}
