@charset "UTF-8";
.sec {
    margin: 15px 0;
}

/* *** Module CSS *** */
/*  Module Name: badge
    Dom: span
    HTML: span.padge
    Note: badge
*/
/*span*/
.badge {
    display: inline-block;
    background-color: #FF6A35;
    border-radius: 10px;
    color: #FFFFFF;
}

/* *** Module CSS *** */
/*  Module Name: tb-fixed
    Dom: talbe
    HTML:
    Note: table-layout fixed table
*/
.tb-fixed {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #E0E0E0;
}

.tb-fixed th, .tb-fixed td {
    border: 1px solid #E0E0E0;
}

/* *** Module CSS *** */
/*  Module Name: tb-log
    Dom: talbe
    HTML:
    Note: table-layout fixed table
*/
.tb-log th, .tb-log td {
    text-align: center;
    padding: 6px 10px;
}

.tb-log thead th {
    line-height: 135%;
    background-color: #F1F1F1;
}

.tb-log tbody tr:hover {
    background-color: #E9F3FF;
}

/* *** Module CSS *** */
/*  Module Name: similar-keywords
    Dom: ul
    HTML:
    Note: 推薦相似關鍵字 module
*/
/*ul*/
.similar-keywords {
    display: none;
    border: 2px solid #D3D2CC;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS UI Gothic",Helvetica,Arial,sans-serif;
}

.similar-keywords li {
    float: left;
    width: 100%;
}

.similar-keywords .kw,
.similar-keywords .kw:active,
.similar-keywords .kw:focus {
    font-size: 13px;
    line-height: 1.3;
    display: block;
    text-align: left;
    padding: 5px 0 5px 10px;
    text-decoration: none;
}

.similar-keywords .is-on .kw {
    background-color: #C7D6E8;
    text-decoration: none;
}

/*  Module Name: menu
    Dom: ul
    HTML: ul.menu > .menu-hd + .menu-bd > ul.menu-sub + div.menu-list
    Note: 次選單往右展出，若要改為往左展出請在 Menu 添加 class = right
*/
/*ul*/
.menu {
    background-color: #FFF;
    border: 1px solid #2A4971;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.menu:hover {
    overflow: visible;
}

.menu, .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    /*float: left;*/
    /*width: 100%;*/
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/*.menu-sub > li:nth-of-type(23) {
    display: none;
}*/
.menu .menu-hd {
    float: none;
    font-size: 16px;
}

.menu-hd > .menu-item {
    color: #FFF;
    background-color: #223856;
}

.menu-item {
    display: block;
    line-height: 1.2;
    padding: 6px 12px 7px;
}

.menu-item {
    background-color: #fff;
    color: #000;
}

.menu-item.is-active,
.menu-item:hover {
    text-decoration: none;
    background-color: #242426;
    color: #FFF;
}

.menu-sub {
    max-height: 0;
    transition: max-height 0.4s;
    transition-timing-function: ease-out;
}

.menu:hover .menu-sub,
.menu.is-open .menu-sub {
    max-height: 10000px;
    transition-timing-function: ease-in;
}

.menu-list {
    display: none;
    opacity: 0;
    width: 712px;
    min-height: 60%;
    padding: 1.5em 2.5em;
    color: #FFF;
    margin-top: 34px;
    background-color: #242426;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*h3*/
.menu-list--title {
    color: #8CB7DF;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    border-bottom: 1px solid white;
}

.menu-list .menu-list--category {
    width: 35%;
    margin-right: 20px;
    float: left;
    /*
            -webkit-columns: 2;
            -moz-columns: 2;
            -o-columns: 2;
            columns: 2;*/
}

/*ul*/
.menu-list--category .menu-sub-item {
    padding-right: 1em;
    line-height: 1.2;
    margin-bottom: 2px;
    padding: 3px 0 3px 8px;
    /* 日、英文強制不斷行, 要搭配上層 width 設定 */
    /*white-space: nowrap;*/
    /* =temp */
    /*background-color: rgba(255,255,255,0.5);*/
}

.menu-list--category .menu-sub-item:hover {
    color: #333;
    background-color: #8CB7DF;
    /*text-decoration: none;*/
}

.menu-sub-item {
    color: #FFF;
    display: block;
}

.menu-bd:hover .menu-list {
    display: block;
    opacity: 1;
}

.menu-container {
    position: relative;
}

.menu-container .menu-list {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 10;
}

.right .menu-list {
    left: auto;
    right: 100%;
}

.menu-list.is-bottom {
    top: auto;
    bottom: calc(0 - 1px);
    bottom: -1px;
}

/* 不動產沒有圖片    */
/* #menu-list-2084060731 {    } */
/* Module Name: .info; */
/* Dom: div */
/* HTML: div.info > info-hd + info-bd */
/* Note:    */
.info {
    margin-bottom: 12px;
    border: 1px solid #E8E8E8;
}

.info img{
    width: 100%;
}

.info .no-pd {
    padding: 0;
}

.info-hd {
    padding: 3px 12px;
    font-size: 15px;
    border-bottom: 2px solid #2C5284;
}

.info-hd .info-title {
    color: #2C5284;
    font-weight: bold;
}

.info-hd .info-title,
.info-hd a span {
    line-height: 22px;
    height: 22px;
    display: inline-block;
}

.info-hd a span {
    color: #1C8E96;
    font-size: 12px;
}

.info-bd {
    padding: 12px;
}

/* Module Name: menu-inline; */
/* Dom: ul */
/* HTML: ul.menu-inline > ( li > (a.menu-inline-item) + ul.menu-inline-sub) */
/* Note: .vline 加上之後連結之間有垂直分隔線 */
/*ul*/
.menu-inline {
    margin: 0;
    padding: 0;
    position: relative;
}

.menu-inline a,
.menu-inline a:hover {
    /*text-decoration: none;*/
    color: #000;
}

.menu-inline .menu-inline-item {
    display: block;
    /*height: 28px; line-height: 28px;*/
}

.menu-inline-sub .menu-inline-item {
    height: auto;
    line-height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu-inline li {
    list-style: none;
}

.menu-inline > li {
    width: auto;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    zoom: 1;
    vertical-align: top;
    *display: inline;
}

.menu-inline.vline > li {
    margin-right: 20px;
}

.menu-inline.vline > li:not(:last-child)::after {
    content: '|';
    width: 1px;
    height: 10px;
    /*border-right: 1px solid #666;*/
    display: block;
    position: absolute;
    top: -1px;
    left: calc(100% + (20px / 2) - 1px);
}

.menu-inline > li:last-child {
    margin-right: 0;
}

.menu-inline > li:hover {
    overflow: visible;
}

.menu-inline-sub {
    width: 100px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}

.menu-inline > li:hover .menu-inline-sub {
    display: block;
    background-color: #fff;
}

/* Module Name: form; */
/* Dom: form and form children */
/*.form input,
.form textarea,
.form button,
.form select,
.form label,
.form .form-part {
    line-height: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: none;
}
.form input[type=radio],
.form input[type=checkbox] {
    vertical-align: middle;
}
.form .form-part {
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
}
.form-part.text,
.form-part.select,
.form-part.button {
    padding: 4px 6px;
}
.form button,
.form input[type=button],
.form input[type=submit],
.form .button {
    cursor: pointer;
    font-family: helvetica, arial, "微軟正黑體";
}
.form label > input { margin-right: 4px; }
*/
/* *** Partial *** */
/* header functions: 主功能; */
/*ul*/
.header-func {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 275px;
}

.header-func > li {
    font-size: 14px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
    /*z-index: 2;*/
}

/*.header-func > li.has-child:hover::after {
    position: absolute;
    left: 0;
    top: calc(100% - 5px);
    z-index: 1;
    content: '';
    display: block;
    background-color: transparent;
    width: 170px;
    height: 100px;
    -webkit-transform: rotate(37deg) translate(-3px, -104px);
         -moz-transform: rotate(37deg) translate(-3px, -104px);
            -ms-transform: rotate(37deg) translate(-3px, -104px);
             -o-transform: rotate(37deg) translate(-3px, -104px);
                    transform: rotate(37deg) translate(-3px, -104px);
    -webkit-transform-origin: 0% 0%;
         -moz-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
             -o-transform-origin: 0% 0%;
                    transform-origin: 0% 0%;
}*/

.header-func-item {
    display: block;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    padding: 3px 7px 3px 7px;
    text-align: left;
    line-height: 30px;
    /* bgcolor linear-gradient */
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fdfdfd, #f1f1f1);
    background-image: -ms-linear-gradient(top, #fdfdfd, #f1f1f1);
    background-image: linear-gradient(top, #fdfdfd, #f1f1f1);
}

li:hover .header-func-item {
    text-decoration: none;
    border-color: #3b5e84;
    /* bgcolor linear-gradient */
    background-image: -webkit-linear-gradient(top, #fdfdfd, #d1dde9);
    background-image: -moz-linear-gradient(top, #fdfdfd, #d1dde9);
    background-image: -ms-linear-gradient(top, #fdfdfd, #d1dde9);
    background-image: linear-gradient(top, #fdfdfd, #d1dde9);
}

.header-func-item:focus,
.header-func-item:focus span {
    text-decoration: none;
}

.header-func-item .text {
    position: relative;
    /*top: -2px;*/
}

/*ul*/
.header-func-sub {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    /*margin-left: 5px;*/
    width: 101%;
    height: auto;
    background-color: #335C8F;
    position: absolute;
    left: 99%;
    top: 0;
    z-index: 25;
    *visibility: hidden;
    *display: inline;
}

.header-func-sub::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #335C8F;
    position: absolute;
    left: -7px;
    top: 12px;
}

.header-func-sub:empty::before {
    border: none;
}
/*.header-func > li:hover .header-func-sub,*/
.header-func > li.active .header-func-sub {
    display: block;
    box-sizing: border-box;
    visibility: visible;
}

.header-func-sub li {
    float: left;
    width: 100%;
}

.header-func-sub li:first-of-type {
    margin-top: 8px;
}

.header-func-sub li:last-of-type {
    margin-bottom: 8px;
}

.header-func-sub-item,
.header-func-sub-item:visited {
    color: #FFF;
    display: block;
    text-align: left;
}

.header-func-sub-item:hover {
    color: #ECD986;
}

/*  Module Name: breadcrumbs 麵包屑
    Dom: div
    HTML: div.breadcrumbs
    Note: 目前只有類別頁用到, 可考慮移至 cate.css
*/
.breadcrumbs {
    /*=temp*/
    /*background-color: rgb(255,255,60);*/
    padding: 5px 0;
    line-height: 100%;
    margin-bottom: 12px;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs em {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    margin-right: 6px;
    vertical-align: bottom;
}

/* features: 樂淘特色; */
/*ul*/
.letao_features {
    margin: 0;
    padding: 0;
    list-style: decimal;
    counter-reset: letao-feature-counter;
    color: #FFF;
    z-index: 1;
}

.letao_features-container {
    min-height: 340px;
    /* same height with banner */
}

.letao_features li {
    line-height: 1.2;
    margin-bottom: 15px;
    margin-left: 20px;
    position: relative;
    overflow: visible;
    z-index: 0;
}

.letao_features li span {
    color: #555;
}

.letao_features li::before {
    content: counter(letao-feature-counter);
    counter-increment: letao-feature-counter;
    background: transparent url(../images/icon_no_bg.png) 0 0 no-repeat;
    padding-left: 6px;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -25px;
    z-index: 0;
}

/* News: 最新公告; */
/*ul*/
.letao_news-container {
    min-height: calc(390px - 55px); /* height 55px equal to App_Download block */
}
.letao_news {
    margin: 0;
    padding: 0;
    list-style: none;
}

.letao_news li {
    margin-bottom: 12px;
    font-size: 15px;
}

.letao_news span {
    display: block;
    line-height: 1.3;
}

.letao_news .letao_news-date {
    color: #BCBCBC;
    line-height: 1em;
    margin-bottom: 3px;
}

/*div*/
.logo-container {
    position: absolute;
    left: 0px;
    top: -12px;
    height: 83px;
}
.svg .icons-header_logo {
    display: none;
}
.logo-svg { display: none; }
.svg .logo-svg {
    display: block;
    margin-top: 20px;
}

/* Exchange: 今日匯率; */
.letao_exchange-container {
    min-height: 135px;
}
.letao_exchange {
    padding: 0;
}

.letao_exchange > div:not(:last-of-type) {
    border-bottom: 1px solid #C9C9C9;
}

.letao_exchange > div {
    padding: 12px 0;
    display: table;
    margin: auto;
    min-width: 130px;
}

.letao_exchange-flag {
    float: left;
    margin-right: 12px;
}
.letao_exchange-flag img { vertical-align: text-bottom; }

.letao_exchange-rate {
    overflow: hidden;
}

.letao_exchange-rate span {
    display: block;
    text-align: left;
}

/*  Module Name: .media
    Dom: div
    HTML:
        .media>(.media-hd>(.media-title+.media-pager))+(.media-bd>.media-item>(.media-item--thumb+.media-item--name+.media-item--price))
    Note:
    Config:
*/
.media {
    margin-bottom: 12px;
    clear: both;
    position: relative;
    overflow: visible;
}
@media screen and (max-width: 1280px) {
    .media {
        overflow: hidden;
    }
}

.media .prev,
.media .next {
    display: none;
    position: absolute;
    top: 25%;
    top: calc(50% - 23px);
}
.media .prev { left: -50px; }
.media .next { right: -50px; }

.media-hd {
    padding: 5px 0;
    /* =temp */
    /*background-color: #FF6;*/
}

/*.media*/
.media-title {
    font-size: 20px;
    color: #213956;
}

/*.media*/
.media-title::before {
    content: '';
    border-left: 4px solid #213956;
    border-right: 4px solid #A3C5E9;
    margin-right: .35em;
    font-size: 20px;
}

.media .media-title,
.media .media-pager {
    line-height: 33px;
    line-height: calc(24px * 1.4);
}

.media-pager .page {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    height: 33px;
}

.media-pager .page::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #AEAEAE;
    display: inline-block;
    /*position: absolute;
    left: 0;
    top: 0;*/
}

.media-pager .is-active::before {
    background-color: #223856;
}

.media-bd {
    /*width: calc(100% + 10px * 2);*/
    /*width: 1200px;*/
    overflow: hidden;
    height: 273px;
    max-height: 273px;
}

.media-item-container {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: margin-left .25s ease-out;
    -moz-transition: margin-left .25s ease-out;
    -ms-transition: margin-left .25s ease-out;
    -o-transition: margin-left .25s ease-out;
    transition: margin-left .25s ease-out;
}

.media-bd .media-item {
    /*width: calc(100% / 6);*/
    float: left;
    /*width: 200px;*/
    width: 202px;
    padding: 0 8px;
    overflow: hidden;
    -webkit-box-sizing: bordre-box;
    -moz-box-sizing: bordre-box;
    -ms-box-sizing: bordre-box;
    box-sizing: bordre-box;
    /* temp */
    /* 5px can be change */
    /*  */
    /*padding: 0 5px;*/
    left: -8px;
    position: relative;
    margin-bottom: 20px;
}

.media-bd .media-item .inner {
    border: 1px solid #E8E8E8;
    position: relative;
}

.media-bd .media-item:nth-child(6n+1) {
    /*clear: left;*/
}

.media-item--thumb {
    /* 4:3 */
    height: 135px;
    text-align: center;
    overflow: hidden;
    position: relative;
    /*temp*/
    /*background-color: #eae5e9;*/
    background-color: #F1F1F1;
}

.media-item--thumb img {
    max-width: 184px;
    max-height: 135px;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
/* Vertical Image */
.csstransforms .media-item--thumb img {
    top: 50%;
    transform: translateY(-50%);
}

.media-item--name {
    padding: 5px 10px;
    line-height: 1.2;
    height: 4.5em;
}

.media-item--name a {
    display: block;
    height: 53px;
    overflow: hidden;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS UI Gothic",Helvetica,Arial,sans-serif;
}

.media-item--link {
    /* some css style */
}

.media-item--price {
    padding: 5px 10px;
    background-color: #F6F6F6;
}

.media-item--price p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.3;
}

.media-item--price p span {
    color: #E00;
}

.media-item--time {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.65);
    color: #FFF;
    padding: 5px 10px;
    height: 34px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 101px;
    top: calc(135px - 34px);
    /*-webkit-transition: opacity .25s linear;*/
    /*-moz-transition: opacity .25s linear;*/
    /*-ms-transition: opacity .25s linear;*/
    /*transition: opacity .25s linear;*/
}

.media-bd .media-item:hover .media-item--time {
    opacity: 1;
}

/*  Module Name: .media-history
    Dom: div
    HTML:
    Note: media 變體, name 成為 overlay 覆蓋
    Config:
*/
.media-history .media-bd {
    overflow: hidden;
    height: 180px;
}

.media-history .media-item {
    width: 140px;
    height: 140px;
    overflow: hidden;
    height: auto;
    padding: 0 5px;
    left: -5px;
    box-sizing: content-box;
}

.media-history .media-item .inner {
    border: none;
}

.media-history .media-item--thumb {
    width: 140px;
    height: 140px;
}

.media-history .media-item--thumb img {
    max-width: 140px;
    max-height: 140px;
    height: auto;
    width: auto;
}

.media-history .media-item--name {
    z-index: -1;
    opacity: 0;
    width: 140px;
    height: 140px;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 5px;
    top: 0;
    padding: 0;
    display: table;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.media-history .media-item:hover .media-item--name {
    opacity: 1;
    z-index: auto;
}

.media-history .media-item--name a {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
}

.media-history .media-item--end {
    text-align: center;
    padding: 5px 0;
}

/*  Module Name: .media-history2
    Dom: div
    HTML:
    Note: 又改....
    Config:
*/
.media-history2 .media-bd {
    overflow: hidden;
    height: 200px;
}

.media-history2 .media-item {
    width: 140px;
    height: 140px;
    overflow: hidden;
    height: auto;
    padding: 0 5px;
    left: -5px;
    box-sizing: content-box;
}

.media-history2 .media-item--name a {
    height: 45px;
}

.media-history2 .media-item .inner {
    border: none;
}

.media-history2 .media-item--thumb {
    width: 140px;
    height: 140px;
}

.media-history2 .media-item--thumb img {
    max-width: 140px;
    max-height: 140px;
    height: auto;
    width: auto;
}

.media-history2 .media-item--end {
    z-index: -1;
    opacity: 0;
    width: 140px;
    height: 140px;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 5px;
    top: 0;
    padding: 0;
    display: table;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.media-history2 .media-item:hover .media-item--end {
    opacity: 1;
    z-index: auto;
    color: #FFF;
}

.media-history2 .media-item--end a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
    color: #FFF;
    text-decoration: none;
    word-break: break-word;
}

.media-history2 .media-item--name {
    text-align: center;
    padding: 5px 0;
}

/*  Module Name: slideshow;
    Dom: ul
    HTML: ul.slideshow
    attr: height => 可修改
*/
/* attr */
.slideshow, .slideshow-nav > li {
    height: 340px;
}

.slideshow {
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

/*ul*/
.slideshow-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    z-index: 0;
}

.slideshow-nav > li {
    float: left;
    /*overflow: visible;*/
    background-color: #fff;
    padding-right: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slideshow .slideshow-item {
    display: inline-block;
    box-sizing: border-box;
    z-index: 5;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 0;
    display: block;
    /*cursor: text;*/
    position: absolute;
    bottom: 0;
}

/* banner x 1 */
.slideshow-nav.slideshow-nav-1 > li {
    width: 100%;
}
.slideshow-nav.slideshow-nav-1 .slideshow-item {
    width: 100%;
}
/* banner x 2 */
.slideshow-nav.slideshow-nav-2 > li {
    width: 50%;
}
.slideshow-nav.slideshow-nav-2 .slideshow-item {
    width: 50%;
}
/* banner x 3 */
.slideshow-nav.slideshow-nav-3 > li {
    width: 33.333%;
}
.slideshow-nav.slideshow-nav-3 .slideshow-item {
    width: 33.333%;
}
/* banner x 4 */
.slideshow-nav.slideshow-nav-4 > li {
    width: 25%;
}
.slideshow-nav.slideshow-nav-4 .slideshow-item {
    width: 25%;
}
/* banner x 5 */
.slideshow-nav.slideshow-nav-5 > li {
    width: 20%;
}
.slideshow-nav.slideshow-nav-5 .slideshow-item {
    width: 20%;
}
/* banner x 6 */
.slideshow-nav.slideshow-nav-6 > li {
    width: 16.666%;
}
.slideshow-nav.slideshow-nav-6 .slideshow-item {
    width: 16.666%;
}

.slideshow-nav > li:not(:last-child) .slideshow-item {
    border-right: 1px solid #FFF;
}

.slideshow-item.is-active,
.slideshow-item:hover {
    background-color: #000;
    text-decoration: none;
}

.slideshow-banner {
    /* animation attr */
    visibility: hidden;
    opacity: 0;
    /* animation attr */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -ms-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
}

.slideshow-item.is-active + .slideshow-banner,
.slideshow-item:hover + .slideshow-banner {
    visibility: visible;
    opacity: 1;
}

.slideshow-banner img {
    display: block;
    margin: 0 auto;
}

/*  Partial Name: .puzzle
        Dom: div
        HTML:

        Note: 使用 css3 columns 比較容易且結構簡潔, 但 IE9以下不支援
        Config:
*/
.puzzle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    /*=temp*/
    min-height: 380px;
}

.puzzle .puzzle-hd {
    background-color: #ECECEC;
    margin-bottom: 4px;
}

.puzzle .nav {
    margin: 0;
    padding: 0;
}

.puzzle .nav li {
    float: left;
    display: block;
    width: 116px;
    width: calc(100% / 6);
    margin-bottom: 0;
}

.puzzle .nav li:last-child {
    width: 115px;
}

.puzzle .nav .nav-item {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0 11px;
    text-align: center;
    display: block;
    /*height: 40px;*/
    box-sizing: border-box;
}

.puzzle .nav .nav-item.is-active,
.puzzle .nav .nav-item:hover {
    /*text-decoration: none;*/
    background-color: #213956;
    color: #FFF;
}

.puzzle .puzzle-bd {
    /*      -webkit-column-count: 4;
            -moz-column-count: 4;
            -o-column-count: 4;
            column-count: 4;
            -webkit-column-gap: 0px;
            -moz-column-gap: 0px;
            -o-column-gap: 0px;
            column-gap: 0px;*/
}

.puzzle-bd img {
    margin: 0;
    padding: 0;
    /*display: inline-block;*/
}

.puzzle .tb_cbanner {
    border: 1px solid #DEDEDE;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tb_cbanner th,
.tb_cbanner td {
    vertical-align: top;
    /*border: 1px solid #DEDEDE;*/
    /*background-color: yellow;*/
    position: relative;
}

.tb_cbanner td img {
    vertical-align: bottom;
    /*padding-bottom: 1px;*/
}

.cbanner-text {
    position: absolute;
    left: 10px;
    top: 10px;
    /*border: 1px solid #000;*/
}

.cbanner-title {
    display: block;
    font-size: 17px;
    /*padding-bottom: 6px;*/
}

.cbanner-name {
    font-size: 22px;
}

.tb_cbanner tr td:not(:last-child) {
    padding-right: 1px;
}

.tb_cbanner img {
    max-width: 174px;
}

/*  Module Name: .nav-order-func
    Dom: ul
    HTML:
    Note: my account nav
*/
/*ul*/
.nav-order-func {
    list-style: none;
    font-size: 18px;
    border-bottom: 2px solid #C6D7EA;
    margin-bottom: 15px;
}

.nav-order-func li {
    float: left;
}

.nav-order-func .nav-item {
    color: #213956;
    background-color: #F8F8F8;
    display: block;
    border: 1px solid #8394A5;
    border-width: 1px 1px 0;
    width: 204px;
    line-height: 100%;
    padding: 8px 0 6px 0;
    margin-right: 4px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-order-func .nav-item:hover {
    /*text-decoration: none;*/
}

.nav-order-func .nav-item.is-active {
    background-color: #C7D6E8;
}

/*  Module Name: tb_list
    Dom: table
    HTML: table.tb_list
    Note: 預設 table 樣式
*/
/*table*/
.tb_list {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.tb_list caption {
    padding: 10px 0;
    /*background-color: yellow;*/
    border-bottom: 1px solid #E1E1E1;
}

.tb_list caption .title {
    font-size: 22px;
    line-height: 100%;
}

.tb_list th {
    border-style: solid;
    border-width: 1px 0;
    border-color: #EEE;
}

.tb_list th,
.tb_list td {
    padding: 10px;
}

/*  Module Name: pager
    Dom: div
    HTML: div.pager
    Note: 預設 pager 樣式
*/
.pager {
    margin-top: 0;
    margin-bottom: 0;
}

/**
 * 測試環境
 * Header, Logo 替換以提示 UAT 測試者
 */

body.env-local .header,
body.env-testing .header,
body.env-development .header {
    background-color: #F2DEDE;
}
body.env-local .logo-container a img,
body.env-testing .logo-container a img,
body.env-development .logo-container a img {
    opacity: 0;
}
body.env-local .logo-container a:before,
body.env-testing .logo-container a:before,
body.env-development .logo-container a:before {
    font-size: 2.5rem;
    width: 212px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}
body.env-local .logo-container a:before       { content: '本机环境'; }
body.env-testing .logo-container a:before     { content: 'DEV环境'; }
body.env-development .logo-container a:before { content: 'BETA环境'; }


/**/
.yahoo-category-container {
    overflow: visible;
}
.yahoo-category-container .menu {
    display: none;
    border-color: #0175C8;
    border-top: none;
    position: relative;
    top: -10px;
}
.yahoo-category-container .menu .js-getCatList {
    height: 1px;
    overflow: hidden;
}
.yahoo-category-container .menu-list {
    opacity: 1;
    margin-top: 0;
}
.yahoo-category-container .menu.is-open {
    z-index: 2;
}

/*** Loading ***/
.buy4u-loading {
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.buy4u-loading:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 5000px;
    width: 100%;
    opacity: .2;
    content: '';
}

.buy4u-loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-image: url(/images/spinner.gif);
    background-size: cover;
    background-repeat: no-repeat;
    margin: -25px 0 0 -25px;
    content: '';
}