#banner{max-width: 100%;overflow:hidden;}



body {
    color: #000;
    font-size: 14px;
    margin: 0;
}
/*RWD MAP*/
.iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*首頁內文*/
.column.right{display:none}
.column.left{width:100%}
.column.right, #side {
    background-color: #fff;
    background-image: linear-gradient(#fff 50%, #fff);
    border: 0 solid #d7d7d7;
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    position: relative;
}
.column h2, #main h1, #side h2, .related-product > h3 {
    border-bottom: 0 dotted #ff5700;
    clear: both;
    font-size: 160%;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.column.right h2, #side h2 {
    color: #ff5700;
}



/*頁籤*/
#nav ul li a {
    color: #525355;
    font-size: 120%;
    font-weight: normal;
    line-height: 1.2;
}
#nav ul li.current a, #nav ul li a:hover {
    color: #9acd32;
}
#nav ul li a {
    border-left: #525355 1px dotted;
}


/*背景*/
#header {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff, #fff);
    padding-bottom: 2px;
    width: 100%;
}


/*聯絡資訊*/
#foot-nav li a {
    color: #fff;
}

#foot-nav li a:hover {
    color: #fff;
}
#footer {
    background: #80b632;
    max-width: 100%;
    border-top: 0px;
}


#footer a {
    color: #fff;
}

#contact-info li.tel {
    color:#fff;
}
#contact-info {
    color: #fff;
    font-size: 100%;
    line-height: 1.8;
    text-align: center;
}
#contact-info a {
    color: #fff;
    text-decoration: none;
}
#contact-info li span {
    color: #fff;
}

/*回top*/
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 15px 25px;    
    font-size: 20px;
    background: #777;
    color: white;
    cursor: pointer;
}


/*側邊欄按鈕*/
.right-nav__title {
    background:#888889;
    height:32px;border-radius:5px 5px 0 0;}

.right-nav a {background:#eee;
    border-bottom: 1px dotted #8fb26d;
    display: block;font-family: inherit;;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#8a8a8a;
}

.right-nav a:hover {background:#cccccc;
    border-bottom: 1px dashed #8fb26d;
    display: block;font-family: inherit;;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#8a8a8a;
}

/*首頁圖片*/
#productList figure {
 width: 290px;
 float: left;
 padding-top: 10px;
 margin-left: 5px;
 margin-right: 5px;
 border-radius: 5px;
 height: 220px;
 transition:0.5s;
  background-color: rgba(255,255,255,0.25);
}
#productList figure img {
 display: block;
 transition: 0.5s;
}
#productList figure:hover img {
 transform:scale(1.5)
}
#productList figure .imgWrap {
 overflow-x: hidden;
 overflow-y: hidden;
 width:270px;
 height: 180px;
 margin-left: auto;
 border-radius: 8px;
 margin-right: auto;
}
#productList figcaption {
 font-size: 1.15em;
 letter-spacing: 0.15em;
 color: rgba(7,98,99,1.00);
 margin-top: 6px;
 border-bottom: 0px dashed rgba(6,63,7,1.00);
 padding-bottom: 6px;padding-left:10px;
}

@media only screen and (max-width: 414px){
.onedit .col-6 {
    width: 100%;
}}

.onedit [class^=col-] {
    padding: 20px;
}

div.col-6.home-title{
    background-color:#a9a9a9;
    color:#fff;
    font-size:20px;
    font-weight:500;
    text-align:center;
}

div.col-6.home-title:hover{
    opacity:0.7;
}

div.col-4.home-title:hover{
  opacity:0.7;}

#power, #copyright {display:none}

/*左側區塊*/
#main h1 {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #fff;
}
#side .side-top {
    background-color: #dcdcdc;
    padding: 10px 20px;
}
#side {
    background-color:#dcdcdc;
   background:-webkit-linear-gradient(top, #dcdcdc,#fff);
    margin: 0 10px 10px 0;
    width: 190px;
}
#main-content {
    color: #333;
    font-size: 13px;
    letter-spacing: 1;
    margin-bottom: 10px;
    min-height: 100px;
    padding: 10px 0;
}
#side .side-content ul li a {
    border-bottom: 1px dotted #333;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 10px 10px 10px 20px;
    transition: all 0.3s ease 0s;
}
#side .side-content .onedit {
    color: #333;
    font-size: 13px;
    padding: 0;
}
#side h2 {
    position: relative;
    font-size: 100%;
    padding: 6px 10px;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #333;
    background-color: #dcdcdc;
}
.iframe-rwd {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}