﻿@charset "UTF-8";
@media screen and (max-width: 767px) {
    section#header::before {
        z-index: 10;
    }
    section#header.with-banner::before {
        z-index: 1000;
    }
    section.header-spacer.with-banner-k {
        height: 91px;
    }
    section.header-spacer.with-banner.with-banner-k {
        height: 151px;
    }
    #header .just-padding {
        padding: .1em;
    }
    .scrolling-down + .owl-carousel {
        margin-top: -60px;
    }
    .neko .qa-item i.data-symbol {
        opacity: 1;
    }
    .owl-item .is-regular {
        white-space: nowrap;
    }
    .button {
        border: none;
    }
    .button.button-disable {
        background: #999;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    section#header header nav .hb-logo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 5px;
    }
    .extra-link {
        margin-left: auto;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .extra-link a {
        color: #333;
        font-weight: 400;
        padding: .6rem 1rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    .social-group {
        -ms-flex-item-align: center;
        align-self: center;
        height: 40px;
        margin-right: 5px;
    }
    .social-group div {
        display: inline-block;
        height: 40px;
        margin-right: 5px;
    }
    .social-group .fb-share img {
        width: 40px;
        height: 40px;
    }
    .card-wrapper:hover {
        text-decoration: none;
    }
    .video-container-m {
        position: relative;
        background-image: url("../img/clip_frame_m.png");
        background-size: cover;
    }
    .video-container-m::before {
        content: '';
        display: block;
        padding-top: 142.35%;
    }
    .video-container-m .embed-responsive {
        position: absolute;
        top: 44.5%;
        padding: 0 9%;
    }
    .video-container-m .embed-responsive::before {
        padding-top: 75%;
    }
    .video-container-m .embed-responsive .embed-responsive-item {
        position: absolute;
        top: 0;
        width: 82%;
        height: 100%;
        border: 0;
    }
    .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .embed-responsive::before {
        content: '';
        display: block;
    }
    .quest-sat__title {
        height: 0;
        max-width: 22rem;
        margin: 50px auto 0;
        padding-bottom: 24%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url(../img/questionnaire/radio-title.png) no-repeat center top;
        background-size: contain;
    }
    .quest-sat__radio-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 2em;
        margin: 25px auto 25%;
        width: 100%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .quest-sat__radio-group::before {
        content: '';
        display: block;
        position: absolute;
        height: 0;
        width: 100%;
        padding-top: 20%;
        top: 0;
        background: url(../img/questionnaire/radio-bg.png) no-repeat center top;
        background-size: contain;
    }
    .quest-sat__radio-group [type="radio"] {
        display: none;
    }
    .quest-sat__label {
        display: block;
        position: relative;
        height: 100%;
        padding-top: 20%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border: 3px solid transparent;
        cursor: pointer;
    }
    [type="radio"]:checked + .quest-sat__label {
        border-color: #ff7f25;
    }
    .quest-sat__checkmark {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: white;
        background-clip: content-box;
    }
    [for="quest-sat-0"] .quest-sat__checkmark, [for="quest-sat-1"] .quest-sat__checkmark, [for="quest-sat-2"] .quest-sat__checkmark {
        color: black;
        background-color: #a2a19f;
    }
    [for="quest-sat-3"] .quest-sat__checkmark, [for="quest-sat-4"] .quest-sat__checkmark, [for="quest-sat-5"] .quest-sat__checkmark {
        background-color: #488037;
    }
    [for="quest-sat-6"] .quest-sat__checkmark, [for="quest-sat-7"] .quest-sat__checkmark, [for="quest-sat-8"] .quest-sat__checkmark {
        background-color: #2a679d;
    }
    [for="quest-sat-9"] .quest-sat__checkmark, [for="quest-sat-10"] .quest-sat__checkmark {
        background-color: #b65020;
    }
    .quest-sat__mark {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .quest-sat__ngtv, .quest-sat__pstv {
        height: 2rem;
        width: auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .quest-sat__ngtv {
        background: url(../img/questionnaire/radio-ngtv.png) no-repeat;
        background-size: contain;
    }
    .quest-sat__pstv {
        background: url(../img/questionnaire/radio-pstv.png) no-repeat;
        background-size: contain;
    }
    .quest-sat__aprec8 {
        margin-top: 10%;
    }
    .compare-bar-chart .chart-unit .is-3 {
        margin-top: 1.5em;
    }
    .lightbox .button {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    header nav {
        padding-top: 20px;
    }
    section#header::before {
        z-index: 10;
    }
    section#header.with-banner::before {
        top: 70px;
    }
    section.header-spacer.with-banner-k {
        height: 91px;
    }
    section.header-spacer.with-banner.with-banner-k {
        height: 151px;
    }
    .banner.banner-black {
        background: #222;
    }
    .banner.banner-black .banner-text {
        color: #4ec1e7;
    }
    .banner .container {
        line-height: 1;
        width: auto;
        max-width: 100%;
    }
    .banner .container:hover {
        text-decoration: none;
    }
    .banner .banner-img {
        min-height: 70px;
        max-height: 70px;
    }
    .banner > .close-banner {
        display: inline-block;
        height: 1.3em;
        width: 1.3em;
        top: 20px;
        text-align: center;
        line-height: 1.2;
        border-radius: 50%;
    }
    .neko .qa-item i.data-symbol {
        opacity: 1;
    }
    .button {
        border: none;
    }
    .button.button-disable {
        background: #999;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .button.button-disable:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    #header .owl-carousel .just-padding {
        padding: .1em;
    }
    #header .owl-carousel .h5:hover {
        text-decoration: none;
    }
    .owl-item .is-regular {
        white-space: nowrap;
    }
    .card-wrapper:hover {
        text-decoration: none;
    }
    .card.product .card-img {
        padding-top: 2.5rem;
    }
    .card-list .card-img + .card-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
    .card-list .card-img + .card-text > .content-center {
        margin-top: auto;
    }
    .cht-banner {
        background-position: center 20%;
        min-height: 400px;
    }
    .extra-link {
        margin-left: auto;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .extra-link a {
        font-weight: 400;
        padding: .6rem 1rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    .social-group {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .social-group div {
        display: inline-block;
        height: 40px;
        margin-right: 5px;
    }
    .social-group .fb-share img {
        width: 40px;
        height: 40px;
    }
    .neko a.neko-link {
        color: #333;
        width: 100%;
    }
    .neko a.neko-link:hover {
        color: #209cff;
        text-decoration: none;
    }
    .neko a.neko-link:hover .lazyload {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    .neko a.neko-link .card-inside {
        background-size: cover;
        min-height: 550px;
        background-position: center 20%;
    }
    #div_SenaoDetail {
        word-break: break-all;
    }
    .quest-sat__title {
        height: 0;
        max-width: 22rem;
        margin: 50px auto 0;
        padding-bottom: 16%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url(../img/questionnaire/radio-title.png) no-repeat center top;
        background-size: contain;
    }
    .quest-sat__radio-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 160px;
        margin: 25px auto 20px;
        width: 100%;
        background: url(../img/questionnaire/radio-bg.png) no-repeat center top;
        background-size: contain;
    }
    .quest-sat__radio-group [type="radio"] {
        display: none;
    }
    .quest-sat__label {
        display: block;
        position: relative;
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border: 3px solid transparent;
        cursor: pointer;
    }
    [type="radio"]:checked + .quest-sat__label {
        border-color: #ff7f25;
    }
    .quest-sat__checkmark {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: white;
        background-clip: content-box;
    }
    [for="quest-sat-0"] .quest-sat__checkmark, [for="quest-sat-1"] .quest-sat__checkmark, [for="quest-sat-2"] .quest-sat__checkmark {
        color: black;
        background-color: #a2a19f;
    }
    [for="quest-sat-3"] .quest-sat__checkmark, [for="quest-sat-4"] .quest-sat__checkmark, [for="quest-sat-5"] .quest-sat__checkmark {
        background-color: #488037;
    }
    [for="quest-sat-6"] .quest-sat__checkmark, [for="quest-sat-7"] .quest-sat__checkmark, [for="quest-sat-8"] .quest-sat__checkmark {
        background-color: #2a679d;
    }
    [for="quest-sat-9"] .quest-sat__checkmark, [for="quest-sat-10"] .quest-sat__checkmark {
        background-color: #b65020;
    }
    .quest-sat__mark {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .quest-sat__ngtv, .quest-sat__pstv {
        height: 2rem;
        width: auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .quest-sat__ngtv {
        background: url(../img/questionnaire/radio-ngtv.png) no-repeat;
        background-size: contain;
    }
    .quest-sat__pstv {
        background: url(../img/questionnaire/radio-pstv.png) no-repeat;
        background-size: contain;
    }
    .quest-sat__aprec8 {
        max-width: 600px;
        margin-top: 25px;
    }
}

.owl-carousel {
    position: relative;
}
.owl-stage-outer {
    overflow: hidden;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-theme .owl-nav .nav-circle-right {
    border: 0;
    right: -30px;
    top: calc(50% - 38px);
}
.owl-theme .owl-nav .nav-circle-left {
    border: 0;
    left: -30px;
    top: calc(50% - 38px);
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot {
    background: none;
    border: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.tab.pager-tab.tab-slider .owl-nav .owl-next.disabled, .tab.pager-tab.tab-slider .owl-nav .owl-prev.disabled {
    display: none;
}
.tab.pager-tab.tab-slider .owl-nav .owl-next, .tab.pager-tab.tab-slider .owl-nav .owl-prev {
    border: 0;
    padding: 0;
    line-height: 2.5rem;
    height: 54px;
}
button.nav-circle-left:focus, button.nav-circle-right:focus {
    outline: none;
}
.tab.pager-tab.tab-slider .owl-dots.disabled {
    display: none;
}
.tag {
    color: #fff;
    padding: 0.1rem 0.3rem;
    margin-left: 0.2rem;
    margin-top: -2px;
    line-height: 1.2;
    font-size: 0.6rem;
    border-radius: 2px;
    vertical-align: middle;
}
.tag.tag-gray {
    background: #a1a1a1;
    border: 1px solid #a1a1a1;
}
.tag.tag-orange {
    background: #ff874d;
    border: 1px solid #ff874d;
}
.tag.tag-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #999;
}
.catalog-list {
    padding: 0;
    background: #fff;
}
.catalog-list .h5 {
    margin-bottom: 0.4rem;
}
.catalog-list .card-text .h5 .product-model {
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.catalog-list div.nekos.grid-4 .neko .card.product {
    height: 360px;
}
.catalog-list .card.product .card-text .sub-content {
    line-height: 1;
    padding-bottom: 0.6rem;
}
.catalog-list .card-wrapper {
    position: relative;
}
.catalog-list .card-wrapper:hover {
    top: 0;
}
.catalog-list .card.product {
    padding-bottom: 2.6rem;
}
.catalog-list .card.product:hover {
    box-shadow: none;
}
.catalog-list .product-brand {
    display: block;
    color: #999;
    font-size: 0.75rem;
}
.catalog-list .owl-carousel .owl-stage-outer {
    padding-top: 1rem;
}
.catalog-list .card.card-hover {
    display: none;
    background: #fff;
    min-height: 390px !important;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 29;
}
.catalog-list .card.card-hover img {
    transform: scale(1.1);
    margin-bottom: 1rem;
}
.catalog-list .card-wrapper:hover .card-hover {
    display: block;
    height: auto !important;
}
.catalog-list .card-hover a {
    text-decoration: none;
}
.catalog-list .card-hover .like-button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.catalog-list .card-hover .miniature {
    margin-left: 0.4rem;
}
.catalog-list .card-hover .card-action {
    position: relative;
    padding: 1rem;
    top: 0;
}
.catalog-list .price-block {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 0.4rem 0;
}
.catalog-list .card-hover .product-brand {
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}
.catalog-list .tags-block {
    margin-bottom: 0.8rem;
    line-height: 1;
}
.catalog-list .tag {
    padding: 0.1rem 0.3rem;
    margin-left: 0.2rem;
    margin-top: -2px;
    line-height: 1.2;
    font-size: 0.6rem;
    border-radius: 2px;
    vertical-align: middle;
}
.catalog-list .tag.tag-white {
    background: #fff;
    border: 1px solid #ccc;
    color: #999;
}
.catalog-list .tag.tag-orange {
    border: 1px solid #ff874d;
}
.catalog-list .tag.tag-gray {
    background: #a1a1a1;
    border: 1px solid #a1a1a1;
    color: #fff;
}
.catalog-list .card-hover .func-btn a {
    width: 100%;
    padding: 0.4rem 0.8rem;
}
.catalog-list .card-hover .button.button-trans {
    background: rgba(0, 0, 0, 0.1);
    color: #999;
}
.catalog-list .card-wrapper:hover .card-hover {
    animation: card-animationFrames ease 0.3s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
}

@keyframes card-animationFrames {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    75% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

div.card-action.top-left.badge-hover {
    position: absolute;
    padding-top: 1rem;
    padding-left: 7px;
}
section {
    padding-top: 1.6rem;
    padding-bottom: 0;
}
div .section-title-area {
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0.7rem !important;
}
.card.recommend-phone {
    padding: 0;
}
.card.recommend-phone h3 {
    font-size: 1rem;
    font-weight: 400;
}

.catalog-list .card .card-action .badge {
    font-weight: normal;
    border-radius: 100px;
    color: white;
    width: 3.3rem;
    font-size: .9rem;
    height: 3.3rem;
    line-height: 3.2rem;
    padding: 0;
    text-align: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.catalog-list .neko:hover .h5 {
    color: #333;
    font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
    .card.recommend-phone h3 {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .card.recommend-phone .card-text {
        padding: 1rem 0.4rem;
    }

    .card.recommend-phone .card-text p {
        font-size: 0.9rem;
    }
}


/*<!-- 220510 增加固定式 gotop begin -->*/
.footer-scroll-top {
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    user-select: none;
    cursor: pointer;
    z-index: 10;
}

section.footer {
    padding-bottom: 0.6rem;
}

    section.footer .footer-site-links {
        position: relative;
    }

#btn-customer-service .button {
    margin-top: 0 !important;
}

section.footer .neko .miniature {
    text-align: center;
}
/*mobile .minature層級不同需調整*/
@media screen and (max-width: 767px) {
    .footer-scroll-top {
        right: 0;
    }

    section.footer .footer-site-links .misc-links {
        width: 85%;
    }

    section.footer .footer-site-links {
        text-align: left;
    }

    section.footer .copyright {
        text-align: left;
    }
}