/* ==========================================================================
網頁共用元件
========================================================================== */
.pageheader {
    margin: 0 0 30px 0;
}
.pageheader h2 {
    font-size: 32px;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
	font-weight: 600;
}
.pageheader h3 {
    font-size: 20px;
	line-height: 1.5;
    text-align: center;
	margin: 20px 0 10px;
}
.pageheader .h2_title{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 20px;
}
.sm_txt{font-size: 17px;}

.pageheader h4 {
    font-size: 18px;
	line-height: 1.5;
	margin: 20px 0 10px;
}
.pageheader p {
    font-size: 16px;
	line-height: 1.6;
	margin: 10px 0;
	color: #626262;
}
.pageheader p a {
    color: #EB6B8D;
    text-decoration: underline;
}
.pageheader p a:hover {
    color: #009fa8;
    text-decoration: none;
}
section {
    padding: 100px 0 130px 0;
}
/* ==========================================================================
首頁設定
========================================================================== */
header {
	height: 950px;
	text-align: center;
	background-color: #01b3bb;
	background-repeat: no-repeat;
	position: relative;	
	background-image   : url(../images/index-bg.png),
                       url(../images/bg.jpg);
  	background-repeat  : no-repeat,
                       repeat;
  	background-position: center bottom,
                       	 center center;
}
.brandBox {
	position: relative;
    z-index: 5;
}
.brand {
	margin-top: 80px;
	display: inline-block;
}
.brand .bear {
	padding: 20px;
	margin-top: 30px;
}
.brand2 {
	margin-top: 120px;
	display: inline-block;
	z-index: 7;
}
.brand2 p {
	font-size: 14px;
	color: #9E9E9E;
}
.brand3 {
	margin: 10px 0 50px 0;
	display: inline-block;
}
.brand3 h2 {
	font-size: 38px;
	line-height: 1.2;
	color: #373737;
	font-weight: 600;
}
.brand3 h3 {
	font-size: 20px;
    line-height: 1.4;
    color: #373737;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
.brand3 h3 span {
	font-size: 24px;
    line-height: 1.4;
    color: #009fa8;
}
.brand h1 {
	text-indent: -999999px;
}
.brand h3 {
	font-size: 20px;
	line-height: 1.6;
	color: #315c5b;
	font-weight: 600;
}
header #container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.circleanim-r{
  -moz-animation: circle-r 3s linear infinite;
  -webkit-animation: circle-r 3s linear infinite;
  animation: circle-r 3s linear infinite;
}
@keyframes circle-r{
  0%{transform:rotateZ(0deg);}
  25%{transform:rotateZ(6deg);}
  75%{transform:rotateZ(-6deg);}
  100%{transform:rotateZ(0deg);}
}
.circleanim-l{
  -moz-animation: circle-l 3s linear infinite;
  -webkit-animation: circle-l 3s linear infinite;
  animation: circle-l 3s linear infinite;
}
@keyframes circle-l{
  0%{transform:rotateZ(0deg);}
  25%{transform:rotateZ(-3deg);}
  75%{transform:rotateZ(3deg);}
  100%{transform:rotateZ(0deg);}
}
.kvmotion{
	animation: move 1s ease-in-out infinite ;
	-webkit-animation: move 1s ease-in-out infinite;
	-o-animation: move 1s ease-in-out infinite;
	-moz-animation: move 1s ease-in-out infinite;
}
@keyframes move {
	0% { 
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
	50% { 
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
	}
	100%{ 
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
}
.sunmotion {
	position: absolute;
    right: 5%;
    top: 30px;
	z-index: 7;
	animation: sunmove 5s ease-in-out infinite ;
	-webkit-animation: sunmove 5s ease-in-out infinite;
	-moz-animation: sunmove 5s ease-in-out infinite;
}
@keyframes sunmove {
	0%{transform:rotate(0deg);transform-origin:-50% 0%;}
  25%{transform:rotate(6deg);transform-origin:-50% 0%;}
  50%{transform:rotate(0deg);transform-origin:-50% 0%;}
  75%{transform:rotate(6deg);transform-origin:-50% 0%;}
  100%{transform:rrotate(0deg);transform-origin:-50% 0%;}
  
}
header .robot ,.insideheader .robot {
	display: inline-block;
	width: 200px;
	height: auto;
	position: relative;	
}
.btn1{
  margin: 30px auto 0px;
	width: 60%;
	padding: 20px;
	background-color: #e4007f;
	font-size: 30px;
	color: #fff;
	transition: .5s;
	cursor: pointer;
	margin-top: 0;
	text-align: center;
}
.btn1 p{font-size: 22px; font-weight: 600; margin-bottom: 0;}
.btn1:hover{background-color: #ff008e;}
.btn1:hover, .btn1:visited{color: #fff;}
.web_footer{
  margin-top: 20px;
  text-align: center; 
  padding: 5px;}
.none{display: none;}

/* 問卷 */
div.formfield{
	display: block;
    min-height: 30px;
    padding: 15px;
    margin: 5px 5px 5px 5px;
    clear: both;
    text-align: left;
   color: #019da9;
   border: 2px solid #019da9;
}
.formtitle{font-size: 18px;}
.formdescription{font-size: 16px;}

.xform{
	margin-top: 30px;
    width: 60%;
    color: #555555;
    background-color: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 5px;
    box-shadow: rgba(0,0,0,.2) 0px 0px 5px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
}

.formtitle{
    font-weight: 700;
    font-size: 160%;
    clear: left;
    margin: 0 0 5px;
}
.formdescription
#contentFrame{width: 100%;}
iframe{
    border-width: 0px;
    width: 100%;
    height: 600px;
}
@media (max-width:780px){
  .xform{width: 80%;}
}
/* add css for TCR-170 */
@media (max-width:669px){
    .form_box {
      box-sizing: border-box;
      display: -webkit-box ;
      display: -ms-flexbox ;
             display: flex ;
    }
    .xform {
      width: 100%;
      -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
      border: none;
      padding: 0;
      margin-bottom: 10px;
	  margin-top: 15px;
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
    }
    #dform-iframe-wrap {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
      -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
      background-color: white;
    }
    #contentFrame {
       background: #fff;
       margin: 0;
       padding: 0 5px;
       box-sizing: border-box;
       -webkit-box-flex: 1;
               -ms-flex: 1;
                   flex: 1;
       -webkit-overflow-scrolling: touch;
    }
    .formtitle {
        font-size: 140%;
        clear: none;
    }
    div.formfield {
        min-height: auto;
        margin: 10px;
        padding: 10px;
    }
    img {
       max-width: 100%;
       height: auto;
       vertical-align: middle;
    }
    iframe{height: 700px;}
 }
 @media (max-width:500px){
    iframe{height: 800px;}
    .btn1{font-size: 22px; width: 100%;padding: 10px;}
    
 }
/* ==========================================================================
表格設定
========================================================================== */
.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:100%;
	margin-top: -15px;
}
.rwd-table tr{
	height: 50px;
}
td.time{
	display: none !important;
}
td.title{
	font-weight: 600;
	font-size: 18px;
	color: #e7526b;
	letter-spacing: 1px;
}
tr.tr-only-hide {
	background-color: #3664b1 !important;
	text-align: center !important;
	color: #fff;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7D9FD7;
}
tr.tr-only-hide a {
	color: #fff;
}
.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #f1f1f1;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFF;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.4;
    vertical-align: middle;
    border:none;
}
.planettable.table>tbody>tr>td, .planettable.table>tbody>tr>th, .planettable.table>tfoot>tr>td, .planettable.table>tfoot>tr>th, .planettable.table>thead>tr>td, .planettable.table>thead>tr>th {
    border: 1px solid #ddd;
}
.planettable tr.tr-only {
	background-color: #3664b1 !important;
	text-align: center !important;
	color: #fff;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7D9FD7;
}
.planettable tr.tr-only a {
	color: #fff;
} 
.planettable img {
	width: 150px;
	margin: 10px 5px 10px 0;
}
/* ==========================================================================
form
========================================================================== */
.form-box {
	background-color: #FFF;
	box-shadow: 2px 3px 7px rgba(0,0,0,0.3);
	padding: 30px 50px;
	border-radius: 10px;
	margin: 10px 0 20px 0;
}
.form-top  {
	padding-bottom: 15px;
}
.form-box h2 {
	font-size: 36px;
	font-weight: 700;
	text-align:center;
	margin: 10px 0 15px;
	color: #373737;
}
.form-box h2 i {
	color: #009fa8;
}
.form-box h3  {
	font-size: 19px;
	line-height: 1.6;
	font-weight: 500;
}
.form-box .price  {
	font-size: 27px;
	line-height: 1.6;
	font-weight: 600;
	color: #e7526b;
}
/* ==========================================================================
問卷部分
========================================================================== */
.signBox {
	background-color: #EFEFEF;
    padding: 50px 40px 30px 40px;
}
.signBox .noticBox {
	padding: 15px;
	margin: 10px 30px;
}
.signBox .noticBox h2 {
	font-size: 19px;
	color: #009fa8;
	font-weight: 600;
	margin: 0 0 10px;
}
.signBox .noticBox ul {
	font-size: 15px;
	line-height: 1.4;
	color: #626262;
	margin-left: 25px;
}
.signBox .noticBox ul li {
	padding: 5px 0;
	list-style-type: disc !important;
}


/* ==========================================================================
social-icons 
========================================================================== */
.social-icons {
   margin:12px 20px 0 ;
   float: right;
}
.social-icons ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}  
.social-icons li {
   display: inline-block;
   padding: 0 5px;
}
.social-icons li {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.social-icons li a i{color: #fff; font-size: 20px;}
.social-icons li:nth-child(1){background-color: #e4007f;line-height: 45px;}
.social-icons li:nth-child(2){background-color: #3c5b9b; line-height: 45px;}
.social-icons li:nth-child(3){background-color: #00c300; line-height: 45px;}

.social-icons li:hover:nth-child(1),.social-icons li:hover:nth-child(2),.social-icons li:hover:nth-child(3){
	opacity: 0.8;
	text-decoration: none;
}
/* ==========================================================================
Main 內頁
========================================================================== */
#main{
	background-color: #FFF;
	color: #373737;
	background-image: url(../images/bg-line.png);
	background-repeat: repeat;
	background-position: center center;
	position: relative;
}
/* ==========================================================================
攤位資料+個人介紹
========================================================================== */
.hostclassBox{
	margin-bottom: 5px;
	text-align: center;
}
.hostwrap h2, .activitywrap h2, .peoplewrap h2 {
	font-size: 24px;
	color: #3664b1;
    font-weight: 600;
    position: relative;
    z-index: 1;
	margin: 20px 0 10px 0;
}
.hostwrap h2:after, .activitywrap h2:after, .peoplewrap h2:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 80px;
    background-color: #fff691;
    left: 30px;
    top: 15px;
    z-index: -1;
}
.hostwrap .ps {
	font-size: 15px;
	line-height: 1.4;
	color: #009fa8;
}
.ws-intro {
	margin: 0 0 25px 0;
	box-shadow:0px 0px 7px rgba(0,0,0,0.3);
	background-color: #FFF;
	display: inline-block;
	width: 100%;
}
.img-host {
	width: 215px;
	position: relative;
	display: inline-block;
}
.img-host img {
	width: 100%;
}
.img-host .number {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 10px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}
.host-info {
	display: inline-block;
    width: 80%;
    vertical-align: middle;
	padding: 5px 15px;
}
.host-info h4 {
	color: #373737;
	font-size: 24px;
	font-weight: 600;
}
.host-info h4 a:hover {
	color: #eb6b8d;
}
.host-info p {
	font-size: 16px;
	margin: 10px 0;
	color: #626262;
}
.ws-intro h4 img {
	margin-right:10px;
	height:55px;
	width:auto;
}
.ws-intro .detail {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	padding-top: 10px;
}
.ws-intro .detail span {
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
	font-weight:normal;
	color: #626262;
}
.ws-intro .detail span i {
	margin-right: 3px;
	color: #eb6b8d;
}
.ws-intro .detail span a, .ws-intro .detail span a i  {
	color: #3664b1;
}
.host-info ul {
    font-size: 15px;
	line-height: 1.4;
	padding-left: 18px;
	color:#626262;
}
.host-info ul li {
	list-style-type: square;
	margin-bottom: 10px;
}
.peoplewrap .ws-intro {
	margin: 0 0 25px 0;
	box-shadow: none;
	background-color: transparent;
}
.peoplewrap .img-host {
	width: 300px;
	padding: 15px;
}
.img-rotate-r{
	-moz-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	transform:rotate(3deg);
}
.img-rotate-l{
	-moz-transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.peoplewrap .img-host:before {
	content: '';
	position: absolute;
	background-image: url(../images/tape1.png);
	background-repeat: no-repeat;	
	top: 0;
	left: 0;
	width: 80px;
	height: 64px;
}
.peoplewrap .img-host:after {
	content: '';
	position: absolute;
	background-image: url(../images/tape2.png);
	background-repeat: no-repeat;	
	bottom: 0;
	right: 0;
	width: 40px;
	height: 70px;
}
.peoplewrap .host-info {
    width: 73%;
    padding: 5px 0 5px 15px;
}
.peoplewrap .host-info.pull-left {
	padding: 5px 15px 5px 0px;
}
.peoplewrap .host-info h4 {
    /*color: #3664b1;*/
    font-weight: 600;
	position: relative;
	z-index: 1;
}
/*.peoplewrap .host-info h4:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 80px;
    background-color: #fff691;
    left: 0;
    top: 15px;
    z-index: -1;
}
*/
.peoplewrap .host-info p {
    color: #373737;
}
.peoplewrap .ws-intro .detail {
    border: none;
}
/* ==========================================================================
Recruit 招募頁面
========================================================================== */
#recruit{
	background-color: #ede7da;
	color: #373737;
	background-repeat: repeat;
	background-position: center center;
	position: relative;
}
#recruit:before {
    height: 74px;
    width: 100% !important;
    content: '';
    background-position: center center;
    display: block;
    position: absolute;
    top: -74px;
    background-image: url(../images/before3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#recruit .row {
	padding: 0 80px;	
}
.recruitBox {
	margin-bottom: 80px;
}
#recruit .bigtitle h2 {
    font-size: 32px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
	width: 100%;
}
.recruitBox p {
    font-size: 17px;
	line-height: 1.8;
	text-align: justify;
}
.recruitBox p span {
	font-weight: 600;
}
.bigtitle {
	margin-bottom: 20px;
}
.faqBox h2 {
	background-color: #EB6B8D;
	font-size: 24px;
	border-radius: 10px;
	color: #FFF;
	text-align: center;
	padding: 12px 15px;
	font-weight: 600;
}
.faqBox ul {
	margin: 10px 0;
}
.faqBox ul li{
	padding: 10px 0;	
}
.faqBox ul li h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-left: 35px;
	padding-top: 8px;
}
.faqBox ul li p {
	margin-left: 35px;
	font-size: 17px;
	line-height: 1.6;
	padding-top: 8px;
	color: #626262;
}
.faqBox ul li p a {
	color: #009fa8;
}
.faqBox ul li p a:hover {
	color: #e7526b;
}
.faqBox ul li .ans {
	position: relative;
}
.faqBox ul li .ans:after {
	content: 'Q:';
	margin-right: 10px;
	font-size: 28px;
	color: #EB6B8D;
	position: absolute;
	top: 0;
    left: 0;
	font-weight: 600;
	font-family: '微軟正黑體';
}
.faqBox ol{
	margin-top: 10px;
	margin-left: 70px;
	color: #626262;
	line-height: 1.5;
}
.faqBox ol li{
	list-style-type: disc;
	padding: 3px 0;
}
.infoBox {
	margin-top: 30px;
}
.information {
	background-color: #f8ee89;
	border-radius: 20px;
	padding: 25px;	
}
.information h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 5px 0 15px 0;
}
.information p {
	font-size: 17px;
	font-weight: 500;
	margin: 10px 0;
}
.information p a {
	color: #EB6B8D;
	text-decoration:underline;
}
.information p a:hover {
	color: #009fa8;
	text-decoration: none;
}
.information p i {
	color: #009fa8;
}
/* ==========================================================================
About 親子動手做
========================================================================== */
#about{
	background-color: #FFF;
	color: #373737;
	background-image: url(../images/bg-line.png);
	background-repeat: repeat;
	background-position: center center;
	position: relative;
}
#about .ill01 {
	position: absolute;
	width: 223px;
	height: auto;
	left: 250px;
	z-index: 5;
	top:-40px;
}
#about .ill02 {
	position: absolute;
	width: 210px;
	height: auto;
	right: 250px;
	top: 30px;
	z-index: 5;
}
#about .ill03 {
	position: absolute;
	width: 223px;
	height: auto;
	left: 120px;
	bottom: 180px;
	z-index: 5;
}
#about .ill04 {
	position: absolute;
	width: 383px;
	height: auto;
	right: 180px;
	bottom: -70px;
	z-index: 5;
}
#about p {
    font-size: 18px;
	line-height: 1.8;
}
#about p span {
	font-weight: 600;
}
/* ==========================================================================
Map 活動地點
========================================================================== */
#map{
	background-color: #ffdf5b;
	position: relative;
}
#map:before {
    height: 74px;
    width: 100% !important;
    content: '';
    background-position: center center;
    display: block;
    position: absolute;
    top: -74px;
    background-image: url(../images/before.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#map .map {
	border: solid 3px #FFF;
}
#map .map #googlemap {
    height: 320px;
	width: 100%;
}
#map .outlineBox{
	margin-top:5px;
}
#map .mapbtn {
	margin: 20px 0 10px 0;	
}
#map .mapbtn .btn {
	width: 49%;
	font-size: 24px;
	padding: 8px 15px;
	background-color: #eb6b8d;
	color: #FFF;
	border-radius: 20px;
}
#map .outlineBox p{
	position:relative;
	display: inline-block;
	padding-left:120px;
	color:#373737;
	line-height: 1.3em;
	height:100px;
	padding-top: 20px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#map .outlineBox p .outlineTitle{
	color:#3664b1;
	border:#3664b1 3px solid;
    width: 100px;
	height: 100px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    line-height: 1.4;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
	font-weight: 600;
}
#outlineDate{
	font-size:20px;
}
#outlineDate strong{
	font-size:35px;
}
#outlinePlace{
	padding-top:0;
}
#outlinePlace strong, #outlineinfo strong {
    font-size: 27px;
	line-height: 1.3;
    height: 60px;
}
#outlineinfo {
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCF0F;	
}
#outlineinfo ul{
	margin-left: 10px;
}
#outlineinfo ul li{
	list-style-type: decimal;
	padding: 3px 0;
}
#outlineinfo h3 {
	color:#3664b1;
	font-size: 21px;
	font-weight: 600;
	display: table-cell;
	width: 100px;
	line-height: 1.6;		
}
#outlineinfo h4 {
	font-size: 17px;
	display: table-cell;
	padding-left: 20px;
}
.day{
	background:#3664b1;
	padding:4px 8px;
	margin:0 6px 0 4px;
	border-radius:20px;
	color:#fff;
	font-size:13px;
	text-align:center;
}
.atent{
	font-size:15px;
	display: inline-block;
	width: 100%;
	margin-top: 8px;
}
.time{
	width: 100%;
	display: inline-block;
	letter-spacing: 0.7em;
    font-size: 23px;
	line-height: 1.3;
	margin-top: 8px;	
}
.defer{
	width: 100%;
    margin: 20px auto;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
	    color: #333;
    border: red solid 3px;
    background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* ==========================================================================
place 活動地圖
========================================================================== */
#place{
	background-color: #26b5bb;
	position: relative;
	background-image   : url(../images/mapbg-l.png),
                       url(../images/mapbg-r.png);
  	background-repeat  : no-repeat,
                       no-repeat;
  	background-position: left center,
                       	 right center;
}
#place:before {
    height: 74px;
    width: 100% !important;
    content: '';
    background-position: center center;
    display: block;
    position: absolute;
    top: -74px;
    background-image: url(../images/before2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#place #placeinfo {
	margin-bottom: 35px;
}
.placeBox {
	margin-top: 100px;	
}
.placeBox ul{
	display: inline-block;
	font-size:24px;
	line-height:1.4;
    padding-left: 10px;
}
.placeBox li{
    list-style-type: none;
    margin: 30px 0;
    color: #373737;
}
.placeBox li:hover{
	opacity:0.7;
}
.placeBox li a{
	color:#FFF;
}
.sort-color1 {
	height: 30px;
	width: 30px;
	display: block;
	float:left;
	background-color: #009096;
	margin-right: 10px;
	border-radius: 50px;
}
.sort-color2 {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	background-color: #07913A;
	margin-right: 10px;
	border-radius: 50px;
}
.sort-color3 {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	background-color: #D0111B;
	margin-right: 10px;
	border-radius: 50px;
}
.sort-color4 {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	background-color: #810F84;
	margin-right: 10px;
	border-radius: 50px;
}
.sort-color4 {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	background-color: #810F84;
	margin-right: 10px;
	border-radius: 50px;
}
.sort-color5 {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	background-color: #00A785;
	margin-right: 10px;
	border-radius: 50px;
}
.sort-color6 {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	background-color: #ED7100;
	margin-right: 10px;
	border-radius: 50px;
}
.sort-color7 {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	background-color: #00B0BB;
	margin-right: 10px;
	border-radius: 50px;
}
.sort-color8 {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	background-color: #0068B7;
	margin-right: 10px;
	border-radius: 50px;
}
/* ==========================================================================
activity 活動內容
========================================================================== */
/*#activity {
    margin: 0 50px;
}
*/
#activity .blog-post {
    margin: 5px 0 15px 0;
	background-color: #FFF;
}
#activity .report2 .blog-post {
	background-color: #46a7a5;
}
#activity .report3 .blog-post {
	background-color: #fabe00;
}
#activity .blog-post .ih-item.square {
    border: none;
    box-shadow: none;
}
#activity .blog-post .intro {
	padding: 10px;
	background-color: #FFF;
}
#activity .blog-post p {
    font-size: 15px;
    margin: 10px 0 0;
    color: #626262;
}
.blog-post .detail span {
    display: inline-block;
    margin-right: 6px;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: normal;
}
#activity .blog-post .detail {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DADADA;
    padding-top: 10px;
}
#activity .blog-post .detail span i {
    margin-right: 3px;
    color: #eb6b8d;
}
#activity .blog-post .intro h2{
	font-size: 18px;
	line-height: 1.6;
	height: 55px;
	color: #373737;
	text-align: justify;
}
#activity .blog-post .intro h2 a{
	color: #373737;
}
#activity .blog-post .intro h2 a:hover {
	color: #373737;
}
/* ==========================================================================
offer 限時優惠
========================================================================== */
#offer{
	background-color: #ffaec4;
	position: relative;
}
#offer:before {
    height: 74px;
    width: 100% !important;
    content: '';
    background-position: center center;
    display: block;
    position: absolute;
    top: -74px;
    background-image: url(../images/before5.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#offer .morebtn{
    display: inline-block;
    width: 100%;
}
.booksGroup .classtitle {
	background-color: #EB6B8D;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    padding: 12px 15px;
	margin-bottom: 20px;
	display: inline-block;
    width: 100%;
}
.booksGroup .classtitle h2 {
	font-size: 24px;
	font-weight: 600;
}
.booksGroup .classtitle span {
	font-size: 16px;
	padding: 5px 10px 0 0 ;
}
.booksGroup .classtitle span a:hover {
	color: #FF0;
}
/*.booksGroup .listItem {
	display: inline-block;
}
*/
.booksGroup .morebtn {
	display: inline-block;
	margin: 10px 0;
}

.booksGroup .listItem li {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.listItem li .book {
	padding-top: 10px;
}
.listItem .book .btn{
	margin-bottom:0;
	border-radius: 0;
}
.booksGroup .listItem li:last-child {
	margin-right: 0;
}
.booksGroup .listItem li .pic {
	padding: 0;
    margin: 0;
}
.booksGroup .listItem li .pic img{
	width: 100%;
}
.booksGroup .listItem li .caption h3 {
	font-size: 18px;
	line-height: 1.6;
	color: #010000;
	margin: 0;
	transition: .5s;
	height: 50px;
}
.booksGroup .listItem li .caption a:hover h3 {
	color:#e4007f;	
}
.booksGroup .listItem li .caption {
	padding: 8px 0;
}
.booksGroup .listItem li .caption p{
	margin-bottom:0;
	color: #e4007f;
	padding-right: 5px;
}
.booksGroup .listItem li .caption p b{
	font-size: 22px;
	color: #e4007f;
}
.booksGroup .listItem li .caption p span{
	color: #757575;
	text-decoration:line-through;
	margin-left: 5px;
	display:inline-block;
}
/* ==========================================================================
ecgood 嚴選好物
========================================================================== */
#ecgood{
	background-color: #9cc56d;
	position: relative;
	height: 400px;
}
#ecgood:before {
    height: 74px;
    width: 100% !important;
    content: '';
    background-position: center center;
    display: block;
    position: absolute;
    top: -74px;
    background-image: url(../images/before6.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#ecgood .animals{
	top:-50px;
	left: 10%;
	position: absolute;
	width: 617px;
	z-index: 5;
}
#ecgood .textBox {
	margin-bottom: 20px;
	position: relative;
	z-index: 5;
}
#ecgood h3 {
	font-size: 32px;
	line-height: 1.4;
	font-weight:600;
	color: #FFF;
	text-align: center;
}
#ecgood span {
	margin-left: 10px;
}
#ecgood p {
	font-size: 18px;
	line-height: 1.4; 
	font-weight:500; 
	margin: 8px 0 10px 0;
	text-align: center;
}
/* ==========================================================================
內頁設定
========================================================================== */
.insideheader {
	text-align: center;
	background-color: #01b3bb;
	background-repeat: no-repeat;
	position: relative;	
	background-image   : url(../images/index-bg.png),
                       url(../images/bg.jpg);
  	background-repeat  : no-repeat,
                       repeat;
  	background-position: center 220px,
                       	 center center;
}
.insideheader .container {
	position: relative;	
}
.insidekv {
	margin-top: 30px;
	z-index: 5;	
}
.insidekv h1 {
	text-indent: -999999px;
	margin-left: 40px;
}
.insideheader .container .ill01 {
	position: absolute;
    top: 40%;
	left: 2%;
	z-index: 8;
}
.insideheader .container .ill02 {
	position: absolute;
    top: 50%;
	right: 0;
	z-index: 8;
}
/* ==========================================================================
主題專區&大會活動 activitywrap 
========================================================================== */
.activitywrap .blog-post {
    margin: 15px 0;
	/*background-color: #FFF;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	*/
}
.activitywrap .blog-post .img {
	position: relative;
}
.activitywrap .blog-post .img .number {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 10px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}
.activitywrap .blog-post .ih-item.square {
    border: none;
    box-shadow: none;
}
.activitywrap .blog-post .intro {
	padding: 15px 0;
}
.activitywrap .blog-post .intro .btn {
    font-size: 19px;
    padding: 8px 15px;
    background-color: #eb6b8d;
    color: #FFF;
}
.activitywrap .blog-post .intro .btn:hover {
	background-color: #EE7D9C;
}
.activitywrap .intro h2{
	font-size: 22px;
	line-height: 1.4;
	margin-top: 0;
	font-weight: 600;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #eb6b8d;
	padding-left: 10px;
	color: #eb6b8d;
	height: 58px;
}
.activitywrap .intro p {
	color: #373737;
	margin: 10px 0;
}
.activitywrap .blog-post .intro .detail {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DADADA;
    padding-bottom: 10px;
}
.activitywrap .blog-post .intro .ps {
    font-size: 13px;
    line-height: 1.4;
}
.activitywrap .blog-post .intro .detail span {
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: normal;
	color: #626262;
}
.activitywrap .blog-post .intro .detail span i {
	margin-right: 3px;
	color: #009fa8;
}
.foodbox {
	margin-top: 100px;
}
.foodbox img{
	margin-top: 20px;
}
.foodbox  p{
    color: #3664b1;
}
.foodbox  p span{
    color: #e4007f;
	font-weight: 600;
}
/*rule*/
.rule {
	width: 100%;
	background-color: #FFF;
	padding: 20px 0;
	position: relative;
}
.ruleBox{
	padding-bottom: 20px;
}
.ruleBox h2 {
    font-size: 24px;
    color: #8bb111;
    padding-left: 20px;
    margin-top: 30px;
}
.ruleBox p {
    padding: 0 10px;
    margin: 10px 10px 10px 0px;
    color: #445d00;
    font-size: 20px;
}
/*noticBox*/
.illBox{ 
	margin: 20px 0;
}
/*--------------------------------------------------------------
	## couponGroup 人人有獎
--------------------------------------------------------------*/
.couponGroup {
	padding: 100px 0;
	background-color: #FFCCCC;
	position: relative;
}
.couponGroup h3 {
    font-size: 28px;
    color: #09a9d0;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}
.couponGroup h4 {
    font-size: 20px;
    color: #626262;
    line-height: 1.6;
}
.couponGroup h5 span {
    font-size: 18px;
    border-radius: 50px;
    padding: 8px 25px;
    border: 0 none;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px;
    background-color: #49bdd6;
    color: #fff;
    display: inline-block;
}
.couponGroup h5 span:nth-child(2) {
    font-size: 24px;
    color: #f65757;
	background-color: transparent;
	text-transform: none;
	padding: 0;
}
.couponGroup h5 {
    font-size: 18px;
    font-weight: 500;
    color: #373737;
}
/*--------------------------------------------------------------
	## giftGroup 獨家好禮
--------------------------------------------------------------*/
.giftGroup {
	padding:100px 0;
	background-color: #dbebf1;
	position: relative;
}
.giftGroup h3 {
    font-size: 28px;
    color: #f65757;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}
.giftcBox{
	margin: 0 20px;
	padding: 30px;
}
#giftcBox .box {
  background-color: #f9f9f9;
}
#giftcBox .plan {
  background: #fff;
  list-style: none;
  margin: 0 0 20px;
  text-align: center;
  padding: 10px 0 20px 0;
  height: 350px;
}
#giftcBox .plan li {
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px dashed #e2e2e2;
}
#giftcBox .plan li span {
	margin: 0 5px;
	font-weight: bold;
}
#giftcBox .plan li:last-child{
  border-bottom: none;
}
#giftcBox .plan li.plan-name {
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: #53473f;
}
#giftcBox .plan li.plan-price {
  color: #26b3c7;
  padding: 15px 0;
  font-size: 24px;
}
#giftcBox .plan li.plan-action {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 0;
}
#giftcBox .plan.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#giftcBox .plan.featured .plan-price {
  color: #fff;
  background-color: #52b6ec;
  border-bottom-color: #52b6ec;
  margin: 0;
}
/*--------------------------------------------------------------
	## modal popup
--------------------------------------------------------------*/
.modal {
    top: 20px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	border-radius: 10px;
}
.modal-header {
    padding: 20px 20px 10px 20px ;
    border-bottom: none;
}
.modal-body {
    padding: 5px 20px;
}
.modal-header .close {
	margin-top: -5px;
    float: right;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
}
.modal-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #373737;
	margin: 10px 0 20px 0;
}
.modal-title {
    line-height: 1.4;
	font-size: 32px;
    text-align: center;
    max-width: 420px;
    margin: 10px auto 0 auto;
	width: 100%;
	font-weight: 600;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
	background-color: #e5e5e5;
}
.modal-footer a {
	color:#e4007f;
}
/*--------------------------------------------------------------
	## 點名挑戰遊戲
--------------------------------------------------------------*/
.gameBox {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.gameBox .q_title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.gameBox dl {
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.gameBox dl dt {
	color: #3664b1;
	font-size: 18px;
	line-height: 1.2em;
	padding: 10px;
}
.gameBox dl dd {
	font-size: 15px;
	line-height: 1.4em;
	padding: 0 10px 10px 2em;
	border-bottom: 2px dotted #eee;
}
.gameBox dl dd + dd {
	padding-top: 10px;
}
.gameBox dl dd:last-child {
	border: none;
}
/*項目数字*/
.gameBox dl dt .num {
	font-size: 20px;
	padding-right: 0.3em;
}
/*項目faq*/
.gameBox dl.faq dt {
	font-size:18px;
	padding:20px 20px 15px 35px;
	background:url(../images/faq/q_img.html) no-repeat 0 18px;
}
.gameBox .q_title {
	font-size: 20px;
	font-weight: 600;
	margin: 5px 0 10px;
}
.gameBox .q_title .number {
    font-size: 28px;
	display:table-cell;
	font-weight: 600;
    font-style: italic;
	color: #90c220;
}
.gameBox .q_title .number:before {
    content: 'Q';
    font-size: 28px;
	font-weight: 600;
    font-style: italic;
}
.gameBox .q_title .number:after {
    content: '.';
    font-size: 28px;
	font-weight: 600;
    font-style: italic;
}
.gameBox .q_list {
	display: inline-block;
	width: 100%;
}
.gameBox .q_list .listItem {
	background-color: #01B3BB;
	padding: 10px 15px;
	border-radius: 50px;
	cursor: pointer;
	margin: 5px -10px;
	line-height: 45px;
	height: 45px;
	vertical-align: middle;
}
.gameBox .q_list .listItem .q_content {
	color: #FFF;
	font-size: 16px;
    line-height: 1.4;
    color: #FFF;
	text-align: center;	
}
.gameBox .q_list .listItem .q_footer input[type='checkbox'] {
	display: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: bottom
}
.gameBox .q_list .listItem {
    position: relative;
}
.gameBox .q_list .listItem:visited,
.gameBox .q_list .listItem:hover,
.gameBox .q_list .listItem.active{
	background-color: #00969D;
}

.menuBox {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.menuBox .q_title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.menuBox dl {
	margin: 0 auto;
	letter-spacing: 0.1em;
	border-bottom: 2px dotted #eee;
	display: inline-block;
    width: 100%;
}
.menuBox dl dt {
	color: #3664b1;
	font-size: 18px;
	line-height: 1.2em;
	padding: 10px;
	float: left;
	width: 80%;
	font-weight: 500;
}
.menuBox dl dd {
	font-size: 15px;
	line-height: 1.4em;
	padding: 10px;
	float: right;
}
.menuBox dl dd + dd {
	padding-top: 10px;
}
.modal-footer .sendbtn .btn {
    width: 49%;
    font-size: 24px;
    padding: 8px 15px;
    background-color: #eb6b8d;
    color: #FFF;
    border-radius: 20px;
}
.btn-Line {
    margin: 10px 0 5px 0;
    padding: 5px 8px;
    background-color: #3eb13a;
	color: #FFF;
}
.btn-Line:hover, .btn-Line:focus, .btn-Line:active, .btn-Line.active {
	background-color: #45C142;
	color: #FFF;
}
.btn-Line:hover:active, .btn-Line:hover.active {
	background-color: #45C142;
	color: #FFF;
}
.btn-Fb {
    margin: 10px 0 5px 0;
    padding: 5px 8px;
    background-color: #3c5b9b;
	color: #FFF;
}
.btn-Fb:hover, .btn-Fb:focus, .btn-Fb:active, .btn-Fb.active {
	background-color: #4467B0;
	color: #FFF;
}
.btn-Fb:hover:active, .btn-Fb:hover.active {
	background-color: #4467B0;
	color: #FFF;
}
.btn-buy {
    margin: 10px 0 5px 0;
    padding: 5px 8px;
    background-color: #e4007f;
	color: #FFF;
}
.btn-buy:hover, .btn-buy:focus, .btn-buy:active, .btn-buy.active {
	background-color: #FF0689;
	color: #FFF;
}
.btn-buy:hover:active, .btn-buy:hover.active {
	background-color: #e4007f;
	color: #FFF;
}
.btn-Fb i,.btn-buy i,.btn-Line i {
    margin-right: 3px;
}
/* ==========================================================================
footer logo區
========================================================================== */
#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;
}
.special {
	font-size:11px;
	color:#cecece;
}
.special a {
	color:#cecece;
}
.sponsorBox { 
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.sponsorBox img { 
	width:auto;
	height:32px;
}
.sponsorBox .logoSM img { 
	height:58px !important;
}
.sponsorBox .logoM img { 
	height:84px;
}
.sponsorBox .free img { 
	height:40px;
}
.sponsorBox dl { 
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	text-align:left;
}
.sponsorBox dl:nth-child(1),
.sponsorBox dl:nth-child(2) { 
	margin-bottom:25px;
}
.sponsorBox dl:nth-child(3) { 
	margin-bottom:15px;
}
.sponsorBox dl:nth-child(2),
.sponsorBox dl:nth-child(3),
.sponsorBox dl:nth-child(4) { 
	display:block;
	width:100%;
	text-align:center;
}
.sponsorBox dt {
	display:inline-block; 
	vertical-align:middle;
	width:75px;
}

.sponsorBox dl:nth-child(4) dt { 
	display:block; margin:auto;
}
.sponsorBox dl:nth-child(4) dt { 
	margin-bottom:10px;
}
.sponsorBox dd { 
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}
.sponsorBox dd:last-child { 
	margin-right:0 !important;
}
footer {
    padding: 50px 0 30px 0;
    text-align: center;
	position: relative;
	background-color:#FFF;
	color:#626262;
}
footer:before {
    height: 74px;
    width: 100% !important;
    content: '';
    background-position: center center;
    display: block;
    position: absolute;
    top: -74px;
    background-image: url(../images/before4.png);
    background-size: cover;
    background-repeat: no-repeat;
}
footer p {
	font-size:13px;
	line-height: 1.6;
}
.insidefooter {
    padding: 50px 0 30px 0;
    text-align: center;
    position: relative;
    background-color: #26b5bb;
    color: #FFF;
}
.insidefooter:before {
    height: 74px;
    width: 100% !important;
    content: '';
    background-position: center center;
    display: block;
    position: absolute;
    top: -74px;
    background-image: url(../images/before2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/* ==========================================================================
back-top
========================================================================== */
#back-top {
	position: fixed;
	bottom: 20px;
	right: 8px;
	z-index: 10;
}
#back-top a {
	width: 87px;
	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: 10px;
	bottom: 110px;
	z-index: 100;
	-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: 15px;
}
*/
.gotop2 img {
	height: 80px;
}
.calendar {
	position: fixed;
	right: 10px;
	bottom: 195px;
	z-index: 100;
	-moz-transition: right 0.3s ease;
	-o-transition: right 0.3s ease;
	-webkit-transition: right 0.3s ease;
	transition: right 0.3s ease;
}
.calendar img {
	height: 75px;
}
@media only screen and (max-width: 568px) {
.gotop2 {right: 8px;bottom: 100px;}
.gotop2 img {height: 70px;}
#back-top {bottom: 23px;right: 0px;}
#back-top img {width: 70px;height:auto;}
.calendar {right: 8px;bottom: 170px;}
.calendar img {height: 65px;}
}
/* web_nav */
.web_nav{display: block;}
.web_nav ul{
	position: fixed;
	bottom: 190px;
	right: -102px;
	z-index: 100;
}
.web_nav ul li{ 
	margin-bottom: 5px;
	cursor: pointer;
}
.web_nav ul li:hover {
	transition: .2s;
	margin-left: -80px;
}
.bottom-banner {
	position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 10;
    margin-left: -160px;
	background-color: #a7c553;
	display:none;
}