/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +content-main
        +sitemap
            =slogan
            =category
-----------------------------------------------------------------------------*/

#content-wrapper {
    background: url(https://www.u-new.com.tw/assets/i/bg-contact.png) no-repeat center 200px;
}

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

#content-main .article-content h2 {
    margin: 0;
}

/* +sitemap
*----------------------------------------------------------------------------*/

#sitemap .wrap {
    overflow: hidden;
}

#sitemap .wrap .last {
    margin: 0 !important;
}

#sitemap .wrap .sitemap-wrap {
    float: left;
    width: 220px;
    margin-right: 8px;
}

/**
*
* =slogan
*
**/

#content-main #sitemap .slogan {
    height: 164px;
    padding: 50px 0 0 10px;
    background: url(https://www.u-new.com.tw/assets/i/photo-slogan05.png) no-repeat right 0;
}

#content-main #sitemap .slogan h5 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #717171;
}

#content-main #sitemap .slogan h3 {
    margin-bottom: 15px;
    color: #8e9e20;
    font-weight: bold;
    font-size: 36px;
}

#content-main #sitemap .slogan h4 {
    width: 400px;
    color: #9b7c43;
    font: 21px/150% "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

/**
*
* =category
*
**/

#sitemap .sitemap-wrap .category {
    margin-bottom: 32px;
    padding: 4px 0 0;
    border-top: 2px solid #9b7c43;
}

#sitemap .sitemap-wrap .category h3 {
    height: 26px;
    line-height: 26px;
    margin-bottom: 8px;
    background-color: #9b7c43;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

#sitemap .sitemap-wrap .category ul li {
    height: 35px;
    line-height: 35px;
    padding-left: 16px;
    border-bottom: 1px dashed #717171;
    color: #717171;
    font-size: 16px;
}

#sitemap .sitemap-wrap .category ul li.hover {
    background-color: #eee;
    cursor: pointer;
}

#sitemap .sitemap-wrap .category ul li a {
    color: #717171;
}