/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
    +header
        =logo
        =search-bar
        =keyword
        =member-bar
        =ad
    +nav
    +aside
        =ad
        =hot-info
        =chick-wall
        =secondhand-area
        =film-competition
        =banner-txt
    +footer
        =ad
        =footer-nav
        =logo
        =content
        =community
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

body {
    color: #333;
    font: 12px/22px Arial, Helvetica, clean, Microsoft JhengHei, Apple LiGothic, LiHei Pro, PMingLiU, sans-serif;
}

abbr, acronym {
    cursor: help;
}

.hide {
    display: none !important;
}

/**
*
* =anchor
*
**/

a:visited {
    color: #554538;
    text-decoration: none;
}

a:link {
    color: #554538;
    text-decoration: none;
}

a:active {
    color: #554538;
    text-decoration: underline;
}

a:hover {
    color: #554538;
    text-decoration: underline;
}

/**
*
* =clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */

/* +header
*----------------------------------------------------------------------------*/

#header {
    height: 84px;
    border-bottom: 3px solid #86a300;
    background-color: #413e3e;
}

#header .header-wrap {
    position: relative;
    width: 960px;
    height: 84px;
    margin: 0 auto;
}

#header .header-wrap h3 {
    display: none;
}

/**
*
* =logo
*
**/

#header .logo  {
    float: left;
    margin-right: 85px;
}

#header .logo h2 a  {
    display: block;
    overflow: hidden;
    width: 265px;
    height: 80px;
    background: url(https://www.u-new.com.tw/assets/i/logo.jpg) no-repeat 0 0;
    text-indent: -100000px;
}

/**
*
* =search-bar
*
**/

#header #search-bar {
    float: left;
}

#header #search-bar form {
    overflow: hidden;
    margin-top: 18px;
    padding: 2px 5px;
    background-color: #fff;
    border-radius: 3px;
}

#header #search-bar form .keyword {
    float: left;
    width: 150px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    border: none;
}

#header #search-bar form .btn-submit {
    float: left;
    width: 53px;
    height: 24px;
    border: none;
    background: url(https://www.u-new.com.tw/assets/i/btn-search.jpg) no-repeat -3px 3px;
    text-indent: -100000px;
    cursor: pointer;
}

/**
*
* =site-func
*
**/

#header #site-func {
    float: right;
    margin-top: 3px;
}

#header #site-func ul {
    overflow: hidden;
}

#header #site-func ul li {
    float: left;
    margin-right: 4px;
    padding-right: 5px;
    background: url(https://www.u-new.com.tw/assets/i/line01.jpg) no-repeat right 9px;
}

#header #site-func ul li.last {
    margin: 0;
    padding: 0;
    background: none;
}

#header #site-func ul li a {
    color: #cdbcaf;
    font-size: 11px;
}

/**
*
* =nav
*
**/

#header #nav {
    position: absolute;
    top: 55px;
    left: 300px;
    width: 700px;
}

#header #nav ul li {
    float: left;
    padding: 0 0 4px 0;
    background: url(https://www.u-new.com.tw/assets/i/line02.png) no-repeat right center;
}

#header #nav ul li.last {
    background: none;
}

#header #nav ul li a {
    display: block;
    width: 115px;
    color: #ad9b8e;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#header #nav > ul > li.sfhover > a,
#header #nav > ul > li.active > a,
#header #nav > ul > li > a:hover {
    font-size: 21px;
    text-decoration: none;
}

#header #nav ul li ul {
    display: none;
    position: absolute;
    top: 25px;
    z-index: 80;
    overflow: hidden;
    padding-left: 8px;
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#EFEBDC));
    background: -webkit-linear-gradient(#ffffff, #EFEBDC);
    background: -moz-linear-gradient(#ffffff, #EFEBDC);
    background: -ms-linear-gradient(#ffffff, #EFEBDC);
    background: -o-linear-gradient(#ffffff, #EFEBDC);
    background: linear-gradient(#ffffff, #EFEBDC);
    -pie-background: linear-gradient(#ffffff, #EFEBDC);
    behavior: url(PIE.htc);
}

#header #nav ul li.sfhover ul,
#header #nav ul li.active ul {
    display: block;
}

#header #nav ul li ul.product-nav {
    left: 0;
}

#header #nav ul li ul li {
    height: 25px;
    line-height: 29px;
    margin-right: 4px;
    padding-right: 5px;
    background: url(https://www.u-new.com.tw/assets/i/line03.jpg) no-repeat right 11px;
}

#header #nav ul li ul li.last {
    background: none;
}

#header #nav ul li ul li a {
    width: auto;
    height: 19px;
    padding: 0;
    color: #554538;
    font-weight: normal;
    font-size: 12px !important;
}

#header #nav > ul > li.sfhover  > ul > li.active    > a,
#header #nav > ul > li.active   > ul > li.active    > a,
#header #nav > ul > li          > ul > li           > a:hover,
#header #nav > ul > li          > ul > li.hover     > a {
    font-weight: bold;
}

#header #nav > ul > li > ul > li.hover {
    cursor: pointer;
}

#header #nav ul li:hover ul {
    display: block;
}

/* +content-wrapper
*----------------------------------------------------------------------------*/

#content-wrapper {
    min-height: 720px;
    height: auto !important;
    height: 720px;
}

#content-wrapper .container {
    position: relative;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}

/**
*
* =main-banner
*
**/

#main-banner {
    height: 200px;
    background: url(https://www.u-new.com.tw/assets/i/bg.jpg) repeat;
    -webkit-box-shadow: #bbb 0px 5px 10px;
    -moz-box-shadow: #bbb 0px 5px 10px;
    box-shadow: #bbb 0px 5px 10px;
}

#main-banner .banner-wrap {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#main-banner .banner-wrap p {
    position: relative;
    z-index: 10;
    float: left;
    margin-top: 100px;
}

#main-banner .banner-wrap p img {
    clear: both;
    float: left;
}

#main-banner .banner-wrap .banner {
    position: absolute;
    top: 0;
    right: 0;
}

/* +content-main
*----------------------------------------------------------------------------*/

#content-main {
    position: relative;
    overflow: hidden;
    padding: 30px 0 0 0;
}

#content-main .fb-like {
    overflow: hidden;
    width: 450px;
    height: 24px;
    margin: 0 0 20px 30px;
}

/**
*
* =crumb
*
**/

#content-main #crumb {
    position: absolute;
    top: 35px;
    right: 10px;
    float: right;
}

#content-main #crumb h3 {
    display: none;
}

#content-main #crumb ul {
    overflow: hidden;
}

#content-main #crumb ul li {
    float: left;
    margin-right: 3px;
    padding: 0 12px 0 0;
    background: url(https://www.u-new.com.tw/assets/i/icon-arrow02.png) no-repeat right 8px;
}

#content-main #crumb ul li a {
    color: #a1a1a1;
}

#content-main #crumb ul li.last {
    margin: 0;
    padding: 0;
    background: none;
}

#content-main #crumb ul li.last a {
    font-weight: bold;
}

/**
*
* =article-content
*
**/

#content-main .article-content {
    float: right;
    width: 700px;
    margin: 0 auto;
}

#content-main .article-content h2 {
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 0 5px 0;
    background: url(https://www.u-new.com.tw/assets/i/line06.png) no-repeat center bottom;
}

#content-main .article-content h2 em {
    float: left;
    margin-right: 6px;
    padding: 2px 0 0 10px;
    background: url(https://www.u-new.com.tw/assets/i/icon-title-quote.png) no-repeat 0 0;
    color: #9b7c43;
    font-weight: bold;
    font-size: 21px;
}

#content-main .article-content h2 span {
    float: left;
    margin: 11px 0 0;
    color: #929292;
    font: bold 12px Arial;
}

#content-main .article-content h2 span strong {
    padding: 0 1px;
    color: #9b7c43;
}

#content-main .article-content blockquote {
    padding: 0 0 0 10px;
    color: #505050;
    font-weight: bold;
    font-size: 16px;
    line-height: 170%;
}

#content-main .article-content blockquote p {
    margin-bottom: 30px;
}

#content-main .article-content blockquote p em {
    color: #9b7c43;
    font-size: 36px;
}

#content-main .article-content blockquote p img {
    float: left;
    margin: 0 10px 10px 0;
}

/* +content-sidebar
*----------------------------------------------------------------------------*/

#content-sidebar {
    width: 240px;
    padding: 30px 0 0 0;
}

/**
*
* =cat-nav
*
**/

#content-sidebar #cat-nav {
    width: 100%;
}

#content-sidebar #cat-nav h3 {
    display: none;
}

#content-sidebar #cat-nav p {
    height: 33px;
    line-height: 33px;
    padding: 0 0 0 6px;
    background: #9b7c43 url(https://www.u-new.com.tw/assets/i/icon-plus02.png) no-repeat 165px 7px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#content-sidebar #cat-nav ul li {
    background: url(https://www.u-new.com.tw/assets/i/line05.png) no-repeat 0 bottom;
}

#content-sidebar #cat-nav ul li a {
    display: block;
    height: 33px;
    line-height: 33px;
    color: #717171;
    font-weight: bold;
    font-size: 16px;
}

#content-sidebar #cat-nav ul li        a:hover,
#content-sidebar #cat-nav ul li.active a {
    background: url(https://www.u-new.com.tw/assets/i/icon-arrow01.png) no-repeat right center;
    color: #9b7c43;
    text-decoration: none;
    outline: none;
    -moz-box-shadow: #ddd 15px 0 20px;
    -khtml-box-shadow: #ddd 15px 0 20px;
    -webkit-box-shadow: #ddd 15px 0 20px;
    box-shadow: #ddd 15px 0 20px;
}

/**
*
* =company-info
*
**/

#content-sidebar #company-info {
    margin: 50px 0 0;
    padding: 0 20px 0 0;
}

#content-sidebar #company-info h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #cfcfcf;
    color: #9b7c43;
    font-weight: bold;
    font-size: 18px;
}

#content-sidebar #company-info ul {
    padding: 5px 5px 0;
}

#content-sidebar #company-info ul li {
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 18px;
}

#content-sidebar #company-info ul li span {
    float: left;
    width: 60px;
}

#content-sidebar #company-info ul li em {
    float: left;
    width: 120px;
}

#content-sidebar #company-info iframe {
    border: 1px solid #ccc;
}

/* +footer
*----------------------------------------------------------------------------*/

#footer {
    height: 90px;
    background-color: #413e3e;
}

#footer .footer-wrap {
    width: 960px;
    height: 74px;
    margin: 0 auto;
    padding: 10px 0 0;
}

#footer .footer-wrap h3 {
    display: none;
}

/**
*
* =footer-link
*
**/

#footer .footer-link {
    float: left;
    color: #cdbcaf;
}

#footer .footer-link ul {
    overflow: hidden;
    margin-bottom: 4px;
}

#footer .footer-link ul li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    background: url(https://www.u-new.com.tw/assets/i/line04.jpg) no-repeat right 5px;
}

#footer .footer-link ul li.last {
    margin: 0;
    padding: 0;
    background: none;
}

#footer .footer-link a {
    color: #cdbcaf;
}

#footer .footer-link ul li a {
    font-size: 15px;
}

/**
*
* =web-share
*
**/

#footer .web-share {
    float: right;
    color: #cdbcaf;
}

#footer .web-share p {
    margin-bottom: 10px;
    text-align: right;
}

#footer .web-share ul {
    float: right;
}

#footer .web-share ul li {
    float: left;
    margin-right: 10px;
}

#footer .web-share ul li.last {
    margin: 0;
}

#footer .web-share ul li a {
    display: block;
    width: 17px;
    height: 17px;
    background: url(https://www.u-new.com.tw/assets/i/icon-share.png) no-repeat 0 0;
    text-indent: -100000px;
}

#footer .web-share ul li a.twitter {
    background-position: -27px 0;
}

#footer .web-share ul li a.google {
    background-position: -54px 0;
}