/* 淺紫 #d4a9fe  深紫 #9966cb */
html, body {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    background: #000;
    padding-top: 1px;
    margin-top: -1px;
    font-size: 14px;
}

::selection {
    background: #9966cb;
    color: #fff;
}

img {
    vertical-align: middle;
}

h1 {
    font-size: 2.75em;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.75em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.25em;
    line-height: 1.5em;
}

h5 {
    font-size: 1em;
    line-height: 1.25em;
}

p {
    font-size: 1em;
    line-height: 1.5em;
}

*.stxt {
    font-size: .75em;
}

*.stxt-eng {
    letter-spacing: 6px;
}

*.btxt {
    font-size: 1.25em;
}

p.centertxt {
    width: 100%;
    text-align: center !important;
}

input[type="text"], textarea {
    position: relative;
    outline: 0;
    border: 0;
    padding: 5px 12px;
    font-size: 1em;
    z-index: 108;
}

button {
    background: none;
    border: 0;
    outline: 0;
    font-size: 1em;
}

.icon {
    margin-right: 10px;
}

input[type="checkbox"] {
    display: none;
}

input[type="text"],
textarea {
    color: #666;
}

    input[type="text"]:focus,
    textarea:focus {
        background: #9966cb;
        color: #fff;
    }

input.nav-active {
    display: none;
}

a, .btns {
    cursor: pointer;
}

.hover-btns {
    position: relative;
    padding: 10px 30px;
    border: 2px solid #9966cb;
    display: inline-block;
    color: #fff;
    background: #9966cb;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

    .hover-btns:hover {
        /*background:#fff; */
        /*background: */
        color: #d4a9fe;
    }

.hover-more {
    padding: 5px 20px;
    background: #424242;
    border-color: #424242;
    border-radius: 3px;
}

    .hover-more:hover {
        color: #424242;
    }

.full {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.frame-1280,
.frame-1200 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.frame-1280 {
    max-width: 1280px;
}

.frame-1200 {
    max-width: 1200px;
}

.frame-middle:before {
    content: "";
    position: relative;
    width: 0;
    height: 100%;
    margin-left: -5px;
    vertical-align: middle;
    display: inline-block;
}

.frame-middle > * {
    vertical-align: middle;
}

.hide {
    display: none !important;
}

.nav li,
.nav li a,
.nav li h5 {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, color .3s ease-in-out, -moz-transform .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out, transform .3s ease-in-out;
}

    .nav li a,
    .nav li h5 {
        position: relative;
    }

    .nav li:hover > a,
    .nav li:hover > h5,
    .nav li.active > a,
    .nav li.active > h5 {
        color: #9966cb;
    }

.hover-arrow:after {
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .3s ease-in-out;
    -moz-transition: opacity .4s ease-in-out, -moz-transform .3s ease-in-out;
    transition: opacity .4s ease-in-out, transform .3s ease-in-out;
}

.hover-arrow:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 5px solid rgba(0,0,0,0);
    border-bottom-color: #d4a9fe;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
}

.hover-arrow:hover:after,
.hover-arrow.active:after {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.active-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 15px;
    height: 15px;
    display: block;
    -webkit-transform-origin: 75% 50%;
    -moz-transform-origin: 75% 50%;
    transform-origin: 75% 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

    .active-arrow > span {
        position: absolute;
        top: 4px;
        width: 15px;
        height: 15px;
        border: 2px solid #424242;
        border-width: 2px 2px 0 0;
        display: block;
        -webkit-transition: border .3s ease-in-out;
        -moz-transition: border .3s ease-in-out;
        transition: border .3s ease-in-out;
    }

.active > * > .active-arrow {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

    .active > * > .active-arrow > span {
        border-color: #fff;
    }

.center {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.white {
    color: #fff;
}

.purple {
    color: #d4a9fe;
}

.deep-purple {
    color: #9966cb;
}

.grey {
    color: #999;
}

.deep-grey {
    color: #666;
}

.dark-grey {
    color: #424242;
}

.logo {
    position: relative;
    width: 440px;
    height: 80px;
    background: url(../img/logo.png?t=1014-3) center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.hamburger {
    position: relative;
    margin-right: 12px;
    width: 80px;
    height: 100px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}

.hamburger-line {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
}

    .hamburger-line:before,
    .hamburger-line:after {
        content: "";
    }

    .hamburger-line,
    .hamburger-line:before,
    .hamburger-line:after {
        position: absolute;
        width: 35px;
        height: 6px;
        background: #000;
        border-radius: 4px;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }

        .hamburger-line:before {
            bottom: calc( 100% + 6px );
        }

        .hamburger-line:after {
            top: calc( 100% + 6px );
        }

#main-nav-active:checked ~ .header .hamburger-line {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

    #main-nav-active:checked ~ .header .hamburger-line:before {
        bottom: 0;
    }

    #main-nav-active:checked ~ .header .hamburger-line:after {
        top: 0;
    }

    #main-nav-active:checked ~ .header .hamburger-line:before,
    #main-nav-active:checked ~ .header .hamburger-line:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.rshow {
    display: none;
}

.rhide {
    display: block;
}
/* ************************ 頭部 ************************ */
.header {
    position: fixed;
    width: 100%;
    height: 70px;
    line-height: 70px;
    box-shadow: 0 0 5px rgba(0,0,0,.65);
    z-index: 110;
}

    .header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/header-bg.png);
        background-size: contain;
        opacity: .95;
    }

.header-frame {
    height: 100%;
    z-index: 100;
}

.header .logo {
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}

.header-right {
    height: 100%;
    float: right;
}

.header-search, .language-nav {
    position: relative;
    height: 100%;
    padding: 0 12px;
    border-left: 1px solid rgba(255,255,255,.35);
    display: inline-block;
    /*vertical-align:top; */
}

.header-search {
    padding: 0 20px;
}

input.search {
    width: 255px;
    height: 30px;
    background: #fff url(../img/search.png) 15px 9px no-repeat;
    padding-left: 40px;
    border-radius: 4px;
    box-shadow: 3px 3px 5px rgba(0,0,0,.65) inset;
    vertical-align: middle;
    display: inline-block;
}

    input.search.active {
        background: #fff url(../img/search-active.png) 15px 9px no-repeat;
    }

    input.search:focus {
        color: #424242;
        background: #fff url(../img/search-focus.png) 15px 9px no-repeat;
    }

.language-nav {
    border-right: 1px solid rgba(255,255,255,.35);
}

    .language-nav > li {
        position: relative;
        margin-left: -5px;
        display: inline-block;
    }

    .language-nav li a {
        position: relative;
        padding: 0 10px;
        border-right: 1px solid rgba(255,255,255,1);
        color: #fff;
    }

    .language-nav li:last-child a {
        border-right: 0;
    }

/* ************************ 選單主 ************************ */
.desktop.main-nav {
    position: fixed;
    top: 70px;
    width: 100%;
    height: 50px;
    background: url(../img/main-nav-bg.png);
    z-index: 110;
    font-size: 1em;
}

.desktop .main-nav-frame {
    height: 100%;
}

.desktop.main-nav li > a {
    position: relative;
    width: 100%;
    display: block;
}

.desktop.main-nav li > a,
.desktop .main-1st-nav > li > h5 {
    /*height:50px; */
    padding: 15px 0;
    line-height: 1.25em;
    color: rgba(255,255,255,1);
}

.desktop .main-1st-nav > li {
    margin-left: -5px;
    display: inline-block;
    text-align: center;
}

    .desktop .main-1st-nav > li .main-2nd-nav {
        display: none;
    }

    .desktop .main-1st-nav > li:hover > h5 {
        color: #d4a9fe;
    }

    .desktop .main-1st-nav > li:hover .main-2nd-nav,
    .desktop .main-1st-nav > li.active .main-2nd-nav {
        display: block;
    }
/*.main-1st-nav>li:nth-child(3) .main-2nd-nav{ display:block; }*/
.desktop .main-2nd-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    border-top: 3px solid #9966cb;
    text-align: left;
    box-shadow: rgba(204,204,204,0.4) 1px 2px 3px;
}

    .desktop .main-2nd-nav > li a,
    .desktop .main-3rd-nav > li a {
        color: #424242;
    }

    .desktop .main-2nd-nav > li h5 {
        height: 1em;
        padding: 0 20px;
    }

        .desktop .main-2nd-nav > li h5 .icon {
            margin-left: 10px;
        }

    .desktop .main-2nd-nav > li:hover h5,
    .desktop .main-2nd-nav > li:hover h5 a,
    .desktop .main-2nd-nav > li.active h5,
    .desktop .main-2nd-nav > li.active h5 a {
        color: #9966cb;
    }

    .desktop .main-2nd-nav li,
    .desktop .main-3rd-nav li {
        position: relative;
    }

    .desktop .main-2nd-nav > li {
        width: calc( 100% / 7 );
        border-left: 1px solid #dcdcdc;
        float: left;
    }

    .desktop .main-2nd-nav li:first-child {
        border: 0;
    }

.desktop .main-3rd-nav {
    margin-top: 12px;
    width: 100%;
    /*max-height:250px; */
}

    .desktop .main-3rd-nav > li {
        width: 100%;
        padding: 0 20px;
    }

        .desktop .main-3rd-nav > li:hover,
        .desktop .main-3rd-nav > li.active {
            background: #9966cb;
        }

            .desktop .main-3rd-nav > li:hover a,
            .desktop .main-3rd-nav > li.active a {
                color: #fff;
            }

/* ************************ 行動版主選單 ************************ */
.mob.main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    z-index: 109;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0s .3s, opacity .3s ease-in-out;
    -moz-transition: -moz-transform 0s .3s, opacity .3s ease-in-out;
    transition: transform 0s .3s, opacity .3s ease-in-out;
}

.main-nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
}

#main-nav-active:checked ~ .mob.main-nav {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -webkit-transition: -webkit-transform 0s, opacity .3s ease-in-out;
    -moz-transition: -moz-transform 0s, opacity .3s ease-in-out;
    transition: transform 0s, opacity .3s ease-in-out;
}

.mob.main-nav li {
    width: 100%;
    margin-left: 0;
    background: #fff;
    text-align: left;
}

    .mob.main-nav li > a,
    .mob.main-nav li > h5 {
        padding: 20px;
        line-height: 1.25em;
        border-bottom: 1px solid #dcdcdc;
        color: #424242;
        display: block;
    }

    .mob.main-nav li:hover > a,
    .mob.main-nav li:hover > h5,
    .mob.main-nav li.active > a,
    .mob.main-nav li.active > h5 {
        color: #9966cb;
    }

.mob .main-nav-frame {
    position: relative;
    min-width: 480px;
    width: 50%;
    height: 100%;
    background: #fff;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#main-nav-active:checked ~ .mob.main-nav .main-nav-frame {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.mob .main-2nd-nav,
.mob .main-2nd-nav,
.mob .main-2nd-nav {
    width: 100%;
}

.mob .main-1st-nav > li.active {
    background: #9966cb;
}

    .mob .main-1st-nav > li.active > a,
    .mob .main-1st-nav > li.active > h5 {
        color: #fff;
    }

.mob .main-2nd-nav > li.active a,
.mob .main-3rd-nav > li.active a {
    color: #9966cb;
}

.mob .main-1st-nav > li.active .main-2nd-nav {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.mob .main-2nd-nav {
    position: absolute;
    left: -100%;
    top: -100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.mob .main-3rd-nav > li > a,
.mob .main-3rd-nav > li > h5 {
    padding-left: 40px;
}

.mob .main-social-nav {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: auto;
}

    .mob .main-social-nav li {
        position: relative;
        width: 120px;
        height: 120px;
        background: #999;
        border-right: 1px solid #dcdcdc;
        float: left;
    }

        .mob .main-social-nav li:hover,
        .mob .main-social-nav li.active {
            background: #9966cb;
        }

    .mob .main-social-nav .btn-pixnet a {
        background-image: url(../img/btn-pixnet-main.png);
    }
    .mob .main-social-nav .btn-ig a {
        background-image: url(../img/icon-ig.png);
    }

    .mob .main-social-nav .btn-fb a {
        background-image: url(../img/btn-fb-main.png);
    }

    .mob .main-social-nav .btn-line a {
        background-image: url(../img/btn-line-main.png);
    }

    .mob .main-social-nav .btn-wechat a {
        background-image: url(../img/btn-wechat-main.png);
    }

    .mob .main-social-nav .btn-youtube a {
        background-image: url(../img/btn-youtube-main.png);
    }

    .mob .main-social-nav .btn-mail a {
        background-image: url(../img/btn-mail-main.png);
    }

    .mob .main-social-nav li a {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }
/* ************************ 雙腳 ************************ */
.footer {
    position: relative;
    width: 100%;
    min-height: 320px;
    background: url(../img/footer-bg.png) repeat;
    /*background-size:cover; */
    padding: 55px 0 50px 0;
    border-top: 10px solid #d4a9fe;
    z-index: 108;
    /*padding: 15px 0 25px 0;*/
}

    .footer p {
        line-height: 2.25em;
    }

    .footer .number {
        font-size: 1.75em;
    }

.footer-left,
.footer-right {
    position: relative;
    margin-left: -5px;
    display: inline-block;
    vertical-align: top;
}

.footer-left {
    width: calc( 470 / 1200 * 100% );
    padding-right: 20px;
}

    .footer-left .logo {
        margin-bottom: 10px;
    }

.social-nav li {
    margin-left: -5px;
    border-bottom: 1px solid #d4a9fe;
    display: inline-block;
}

    .social-nav li,
    .social-nav li > a {
        position: relative;
        width: 68px;
        height: 72px;
    }

.social-nav .btn-pixnet a {
    background-image: url(../img/btn-pixnet-hover.png?t=1008);
}

.social-nav .btn-ig a {
    background-image: url(../img/icon-ig.png?t=1008);
}

.social-nav .btn-fb a {
    background-image: url(../img/btn-fb-hover.png?t=1008);
}

.social-nav .btn-line a {
    background-image: url(../img/btn-line-hover.png?t=1008);
}

.social-nav .btn-wechat a {
    background-image: url(../img/btn-wechat-hover.png?t=1008);
}

.social-nav .btn-youtube a {
    background-image: url(../img/btn-youtube-hover.png?t=1008);
}

.social-nav .btn-mail a {
    background-image: url(../img/btn-mail-hover.png?t=1008);
}

.social-nav .btn-pixnet:hover a {
    background-image: url(../img/btn-pixnet-hover.png?t=1008);
}

.social-nav .btn-ig:hover a {
    background-image: url(../img/icon-ig.png?t=1008);
}

.social-nav .btn-fb:hover a {
    background-image: url(../img/btn-fb-hover.png?t=1008);
}

.social-nav .btn-line:hover a {
    background-image: url(../img/btn-line-hover.png?t=1008);
}

.social-nav .btn-wechat:hover a {
    background-image: url(../img/btn-wechat-hover.png?t=1008);
}

.social-nav .btn-youtube:hover a {
    background-image: url(../img/btn-youtube-hover.png?t=1008);
}

.social-nav .btn-mail:hover a {
    background-image: url(../img/btn-mail-hover.png?t=1008);
}

.social-nav li a {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    ㄋ;
}

.social-nav.mob {
    width: 100%;
}

    .social-nav.mob li {
        width: calc( 100% / 6 -1px );
        min-width: 100px;
        height: 100px;
    }

        .social-nav.mob li > a {
            position: absolute;
            width: 100%;
            height: 100px;
        }
/*.social-nav.mob .btn-pixnet a{ background:url(../img/btn-pixnet-mob.png); }*/
/*.social-nav.mob .btn-fb a{ background:url(../img/btn-fb-mob.png); }*/
/*.social-nav.mob .btn-line a{ background:url(../img/btn-line-mob.png); }*/
/*.social-nav.mob .btn-wechat a{ background:url(../img/btn-wechat-mob.png); }*/
/*.social-nav.mob .btn-youtube a{ background:url(../img/btn-youtube-mob.png); }*/
/*.social-nav.mob .btn-mail a{ background:url(../img/btn-mail-mob.png); }*/
.footer-right {
    width: calc( 730 / 1200 * 100% );
}

    .footer-right h4 {
        margin: 20px 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #d4a9fe;
    }

    .footer-right p {
        margin: 5px 0;
        border-bottom: 1px solid #424242;
    }

    .footer-right .icon {
        margin: 0 5px;
        vertical-align: text-bottom;
    }

.icon-top {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.copywriter {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
    min-height: 100px;
    background: url(../img/copywriter-bg.png);
    background-size: contain;
    padding: 20px 0;
    z-index: 108;
}

    .copywriter p {
        line-height: 2em;
    }

/* ************************ 側邊選單 ************************ */
.social-aside-nav {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 109;
    box-shadow: 0 0 5px rgba(0,0,0,.65);
}

    .social-aside-nav li {
        background: url(../img/copywriter-bg.png);
        border: 0;
    }

        .social-aside-nav li,
        .social-aside-nav li > a {
            position: relative;
            width: 100px;
            height: 100px;
            display: block;
        }

            .social-aside-nav li.social-title {
                background: #9966cb;
                width: 100px;
                height: auto;
                padding: 15px 0;
                text-align: center;
                color: #fff;
            }

/* ************************ 最下方選單 ************************ */
.footer-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 108;
}

    .footer-nav ul {
        position: relative;
        width: 100%;
        background: url(../img/footer-nav-bg.png);
        overflow: auto;
    }

        .footer-nav ul li {
            position: relative;
            width: 25%;
            height: 100px;
            border-right: 1px #fff solid;
            float: left;
            text-align: center;
        }

            .footer-nav ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
            }

            .footer-nav ul li:hover,
            .footer-nav ul li.active {
                background: #9966cb;
            }

            .footer-nav ul li:last-child {
                border-right-width: 0px;
            }

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 1000;
}

    .lightbox.active {
        display: block;
    }

    .lightbox .slides {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .lightbox .col-img {
        width: 100%;
        height: 100%;
    }

        .lightbox .col-img img {
            position: absolute;
            top: -5%;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
            height: auto;
            max-width: calc( 100% - 20px );
            max-height: calc( 100% - 20px );
        }

.lightbox-x {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1002;
}

    .lightbox-x img {
        width: 30px;
        height: 30px;
    }

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    margin: auto;
    z-index: 1001;
}

.lightbox-prev {
    left: 10px;
}

.lightbox-next {
    right: 10px;
}
/* ************************ slider ************************ */
.flex-viewport {
    z-index: 5;
}

.flex-control-nav {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

    .flex-control-nav:before {
        content: "";
        width: 0;
        height: 100%;
    }

    .flex-control-nav:before, .flex-control-nav li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .flex-control-nav li a {
            position: relative;
            margin: 0 8px;
            width: 15px;
            height: 15px;
            background: #fff;
            border: 1px solid #dcdcdc;
            border-radius: 50%;
            display: block;
            text-indent: -9999px;
        }

            .flex-control-nav li a:hover {
                background: #dcdcdc;
            }

            .flex-control-nav li a.flex-active {
                background: #9966cb;
            }

.beautyimg-box .flex-direction-nav {
    position: absolute;
    top: 455px;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
    display: block;
    z-index: 4;
}
/* vincent */
.carousel .flex-direction-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 100%;
    display: block;
    z-index: 4;
    display: none;
}

.carousel li {
}
/* vincent end*/

.flex-control-thumbs {
    position: relative;
    margin-top: 20px;
    bottom: 0;
    text-align: left;
}

    .carousel .flex-active-slide,
    .flex-control-thumbs li {
        background: #000;
        background-clip: content-box;
        padding: 5px;
    }

        .carousel img,
        .flex-control-thumbs li img {
            opacity: .65;
        }

            .carousel .flex-active-slide img,
            .flex-control-thumbs li img.flex-active {
                box-shadow: 0 0 0 2px #9966cb;
                opacity: 1;
            }

.flex-nav-prev,
.flex-nav-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
}

.flex-nav-prev {
    left: 0;
}

.flex-nav-next {
    right: 0;
}

    .flex-nav-prev a,
    .flex-nav-next a {
        position: relative;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        display: block;
    }

.flex-nav-prev a {
    background: url(../img/slider-prev.png) center center no-repeat;
}

.flex-nav-next a {
    background: url(../img/slider-next.png) center center no-repeat;
}

/* ************************ 身體 ************************ */
.wrap {
    position: relative;
    margin-top: 120px;
    width: 100%;
    min-height: 100%;
    background: #fff;
    overflow-x: hidden;
}

.container, .content, .section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.html-content img {
    width: 100%;
}

.html-content {
    font-size: 20px;
}
/* 共用 */
.hover-detail-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    background-clip: content-box;
    text-align: center;
    -webkit-transform: translateY(105%);
    -moz-transform: translateY(105%);
    transform: translateY(105%);
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

    .hover-detail-box:before {
        content: "";
        position: relative;
        margin-left: -5px;
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .hover-detail-box > * {
        display: inline-block;
        vertical-align: middle;
    }

    .hover-detail-box * {
        position: relative;
    }

.hover-detail:hover .hover-detail-box,
.hover-detail.active .hover-detail-box {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.hover-detail-text {
    padding: 0 40px;
}

.hover-detail-box h2,
.hover-detail-box h3 {
    text-align: center;
}

.hover-detail-box h2 {
    margin-bottom: 20px;
}

.hover-detail-box p {
    text-align: left;
}

.hover-detail-box h3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 1px;
    background: #d4a9fe;
}

.hover-detail-box h3.white:after {
    background: #fff;
}

.fade-box {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: -webkit-transform .6s, opacity .6s ease-in-out;
    -moz-transition: -moz-transform .6s, opacity .6s ease-in-out;
    transition: transform .6s, opacity .6s ease-in-out;
}

    .fade-box.active {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
/* ************************ 預設RWD化 ************************ */
.col-content {
    overflow: auto;
}

.col-table {
    display: table;
}

.col-table-row {
    display: table-row;
}

.col-table .col {
    display: inline-table;
}

.col-box > img, .col-img, .col-img > img {
    position: relative;
    width: 100%;
    display: block;
}

.col {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}

.col-dont-content .col {
    float: none;
}

.col-h:before {
    position: relative;
    content: "";
    display: block;
}

.col-margin > .col-box {
    margin: 4px;
    width: calc( 100% - 10px );
}

.col-padding > .col-box {
    padding: 10px;
}

.col-h-25:before {
    padding-top: 25%;
}

.col-h-50:before {
    padding-top: 50%;
}

.col-h-37-5:before {
    padding-top: 37.5%;
}

.col-h-75:before {
    padding-top: 75%;
}

.col-h-100:before {
    padding-top: 100%;
}

.col-h-150:before {
    padding-top: 150%;
}

.col-h-200:before {
    padding-top: 200%;
}

.col-box {
    position: relative;
    width: 100%;
}

.col-h > .col-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-border > .col-box {
    box-shadow: 0 0 0 1px #dcdcdc inset;
}

@media ( max-width: 959px ) {
    .desktop {
        display: none !important;
    }
}

@media ( max-width: 640px ) {
    .tablet:not(.mob) {
        display: none !important;
    }
    .logo{
        width:440px;
        height:80px;
    }
}

@media ( min-width: 641px ) {
    .mob:not(.tablet) {
        display: none !important;
    }
}

@media ( min-width: 960px ) {
    .tablet:not(.desktop) {
        display: none !important;
    }
}

@media ( min-width: 0px ) {
    .col-2 {
        width: calc( 100% / 6 );
    }

    .col-3 {
        width: calc( 100% / 4 );
    }

    .col-4 {
        width: calc( 100% / 3 );
    }

    .col-6 {
        width: calc( 100% / 2 );
    }

    .col-8 {
        width: calc( 100% / 1.5 );
    }

    .col-10 {
        width: calc( 100% / 1.2 );
    }

    .col-12 {
        width: calc( 100% / 1 );
    }

    .col-mob-2 {
        width: calc( 100% / 6 );
    }

    .col-mob-3 {
        width: calc( 100% / 4 );
    }

    .col-mob-4 {
        width: calc( 100% / 3 );
    }

    .col-mob-6 {
        width: calc( 100% / 2 );
    }

    .col-mob-8 {
        width: calc( 100% / 1.5 );
    }

    .col-mob-10 {
        width: calc( 100% / 1.2 );
    }

    .col-mob-12 {
        width: calc( 100% / 1 );
    }

    .hover-detail-box {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media ( min-width: 641px ) {
    .col-xs-2 {
        width: calc( 100% / 6 );
    }

    .col-xs-3 {
        width: calc( 100% / 4 );
    }

    .col-xs-4 {
        width: calc( 100% / 3 );
    }

    .col-xs-6 {
        width: calc( 100% / 2 );
    }

    .col-xs-8 {
        width: calc( 100% / 1.5 );
    }

    .col-xs-10 {
        width: calc( 100% / 1.2 );
    }

    .col-xs-12 {
        width: calc( 100% / 1 );
    }
}

@media ( min-width: 768px ) {
    .col-s-2 {
        width: calc( 100% / 6 );
    }

    .col-s-3 {
        width: calc( 100% / 4 );
    }

    .col-s-4 {
        width: calc( 100% / 3 );
    }

    .col-s-6 {
        width: calc( 100% / 2 );
    }

    .col-s-8 {
        width: calc( 100% / 1.5 );
    }

    .col-s-10 {
        width: calc( 100% / 1.2 );
    }

    .col-s-12 {
        width: calc( 100% / 1 );
    }
}

@media ( min-width: 960px ) {
    .col-m-2 {
        width: calc( 100% / 6 );
    }

    .col-m-3 {
        width: calc( 100% / 4 );
    }

    .col-m-4 {
        width: calc( 100% / 3 );
    }

    .col-m-6 {
        width: calc( 100% / 2 );
    }

    .col-m-8 {
        width: calc( 100% / 1.5 );
    }

    .col-m-10 {
        width: calc( 100% / 1.2 );
    }

    .col-m-12 {
        width: calc( 100% / 1 );
    }

    .hover-detail-box {
        -webkit-transform: translateY(105%);
        -moz-transform: translateY(105%);
        transform: translateY(105%);
    }
}

@media ( min-width: 1200px ) {
    .col-l-2 {
        width: calc( 100% / 6 );
    }

    .col-l-3 {
        width: calc( 100% / 4 );
    }

    .col-l-4 {
        width: calc( 100% / 3 );
    }

    .col-l-6 {
        width: calc( 100% / 2 );
    }

    .col-l-8 {
        width: calc( 100% / 1.5 );
    }

    .col-l-10 {
        width: calc( 100% / 1.2 );
    }

    .col-l-12 {
        width: calc( 100% / 1 );
    }
}

@media ( min-width: 1440px ) {
    .col-xl-2 {
        width: calc( 100% / 6 );
    }

    .col-xl-3 {
        width: calc( 100% / 4 );
    }

    .col-xl-4 {
        width: calc( 100% / 3 );
    }

    .col-xl-6 {
        width: calc( 100% / 2 );
    }

    .col-xl-8 {
        width: calc( 100% / 1.5 );
    }

    .col-xl-10 {
        width: calc( 100% / 1.2 );
    }

    .col-xl-12 {
        width: calc( 100% / 1 );
    }
}

/* ************************ 內頁們 ************************ */
.tab {
    padding: 20px 0;
    box-shadow: 0 0 0px rgba(0,0,0,.65);
    text-align: right;
}

    .tab a {
        margin: 0 5px;
    }

        .tab a:hover {
            color: #9966cb;
        }

.share-list {
    margin-bottom: 40px;
    text-align: right;
}

    .share-date, .share-list ul, .share-list li {
        display: inline-block;
    }

    .share-list li {
        margin-left: 5px;
    }

.page-title {
    margin: 5px 0 35px 0;
    text-align: center;
}

.visual-content {
    margin-bottom: 0px;
}

.inner-nav,
.page-list {
    position: relative;
    margin: 40px;
    text-align: center;
    z-index: 107;
}

.inner-nav {
    margin-bottom: -20px;
    font-size: 16px;
}

    .inner-nav ul {
        display: inline-block;
    }

.page-list ul {
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    display: inline-block;
}

.inner-nav ul, .page-list ul {
    text-align: left;
}

.inner-nav li,
.page-list li {
    position: relative;
    margin-right: -5px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-right-width: 0;
    display: inline-block;
    text-align: center;
}

.inner-nav li {
    border: 1px solid #dcdcdc;
    border-width: 2px 1px;
}

    .inner-nav li a,
    .page-list li a {
        position: relative;
        background: #fff;
        padding: 15px;
        display: block;
    }

    .inner-nav li a {
        padding: 15px 60px;
    }

    .inner-nav li:first-child,
    .page-list li:first-child {
        border-radius: 3px 0 0 3px;
    }

    .inner-nav li:last-child,
    .page-list li:last-child {
        margin-right: 0;
        border-right-width: 1px;
        border-radius: 0 3px 3px 0;
    }

        .page-list li:first-child a,
        .page-list li:last-child a {
            padding: 15px 25px;
        }

    .inner-nav li:hover a,
    .inner-nav li.active a {
        background: #9966cb;
        color: #fff;
    }

.page-list li:hover a,
.page-list li.active a {
    background: #424242;
    color: #fff;
}

.content-title {
    margin-bottom: 40px;
    border-bottom: 2px solid #9966cb;
    padding: 10px 0;
}

    .content-title * {
        vertical-align: text-bottom;
    }

.sub-title:before {
    content: "";
    position: relative;
    margin-right: 10px;
    width: 5px;
    height: 35px;
    background: #9966cb;
    display: inline-block;
    vertical-align: text-bottom;
}

.intro {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.65);
    padding: 20px;
    display: block;
    z-index: 102;
}

    .intro h4 {
        margin-bottom: 10px;
    }

    .intro * {
        color: #fff;
    }

.article {
    text-align: center;
}

    .article > h3,
    .article > h4,
    .article > p,
    .article > button {
        position: relative;
        margin-top: 20px;
        display: inline-block;
    }
    /*.article>button{ margin-bottom:20px; }*/
    .article > h3,
    .article > h4,
    .article > p {
        width: 100%;
        text-align: left;
        line-height: 1.5em;
    }

.article-date {
    padding-left: 100px;
}

.btn-share {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.innerbanner-content {
    margin-bottom: 30px;
}

.form-content {
    margin-bottom: 120px;
    padding: 40px 100px;
    background: #eee url(../img/form-bg.png) top center no-repeat;
}

.form-section {
    text-align: center;
}

.form-item {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: auto;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    color: #666;
}

    .form-item.last-child {
        border-bottom: 0;
    }

    .form-item:last-child {
        margin-bottom: 0;
    }

.form-item-title {
    width: 18%;
    padding: 5px 0;
    text-align: left;
}

.form-item-input {
    width: 82%;
}

.form-item-title,
.form-item-input {
    line-height: 1.5em;
    float: left;
}

    .form-item-input * {
        display: inline-block;
        vertical-align: middle;
    }

    .form-item-input input[type="text"],
    .form-item-input textarea {
        width: 100%;
        font-size: 1em;
    }

.form-agree {
    padding-left: 18%;
}

.form-codes {
    max-width: 40%;
}

.form-radio, .radio-title {
    margin: 5px 5px 5px 0;
}

.radio-title {
    margin-right: 15px;
}

/* ************************ 內頁客製們 ************************ */
/* Index */
.index-visual-content {
    margin-bottom: 0;
}

.visual-banner {
    padding: 0;
}

.visual-banner-box {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.index1-content {
    box-shadow: 0 0 5px rgba(0,0,0,.65);
}

.index2-content {
    padding: 33px 10px;
}

    .index2-content .hover-detail-box {
        padding: 10px;
    }
/*.visual-banner.slider-box{ padding-top:calc( 42% + 45px ); }*/
/*.visual-banner.slider-box .visual-banner-box{ padding-bottom:45px; }*/
.visual-banner-box .flex-control-nav {
    top: calc( 100% - 50px );
    height: 50px;
    background: url(../img/pager-bg.png);
    background-size: contain;
}

.index-col-img {
    height: 800px;
    min-height: 400px;
    max-height: 800px;
    overflow: hidden;
}

    .index-col-img > img {
        position: absolute;
        margin: auto;
        left: -9999px;
        right: -9999px;
        min-width: 100%;
        /*min-height:100%; */
        width: calc( 65vh * 2.4 );
        height: auto;
    }

/* Video */
.video-content {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.videolist-content {
    margin-bottom: 40px;
}

.videolist-section .col-box {
    padding: 10px;
}

.videolist-video {
    margin-bottom: 20px;
}

.videolist-section .article {
    text-align: right;
}

    .videolist-section .article > h3,
    .videolist-section .article > p,
    .videolist-section .article > button {
        margin: 5px 0;
    }

.video-intro-text {
    margin-bottom: 1em;
    height: 4.2em;
    overflow: hidden;
}

#video-intro-text-active:checked ~ .video-intro-text {
    height: auto;
}
/* Clinic */
.clinic-content {
    margin-bottom: 40px;
}

.clinic-col {
    margin-bottom: 40px;
}

.clinic-slides {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

    .clinic-slides.active {
        position: relative;
        z-index: 100;
    }

    .clinic-slides .flex-control-nav {
        display: none;
    }

    .clinic-slides .col-img {
        height: 810px;
    }

        .clinic-slides .col-img img {
            object-fit: cover;
            height:100%;
        }

.clinic-intro {
    position: absolute;
    width: 100%;
    padding: 10px;
    padding-right: calc( 100% / 6 + 10px );
}

    .clinic-intro h4, .clinic-intro p {
        position: relative;
        padding: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .clinic-intro h4 {
        width: 30%;
        border-right: 1px solid #fff;
        text-align: center;
    }

    .clinic-intro p {
        width: 70%;
        margin-right: -5px;
    }

.clinic-list {
    position: absolute;
    top: 0;
    right: 0;
    width: calc( 100% / 6 );
    height: 100%;
    z-index: 107;
}

    .clinic-list li {
        position: relative;
        width: 100%;
        height: calc( 100% / 5 );
        background: url(../img/copywriter-bg.png);
        background-size: cover;
        text-align: center;
    }

        .clinic-list li:hover,
        .clinic-list li.active {
            color: #9966cb;
        }

        .clinic-list li h4,
        .clinic-list li:before {
            content: "";
            position: relative;
            margin-right: -5px;
            display: inline-block;
            vertical-align: middle;
        }

        .clinic-list li:before {
            width: 0%;
            height: 100%;
        }

        .clinic-list li h4 {
            width: 100%;
        }

.clinic-prev,
.clinic-next {
    position: absolute;
    top: -30px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 35px;
    z-index: 107;
}

.clinic-prev {
    left: 15px;
}

.clinic-next {
    right: calc( 100% / 6 + 15px );
}
/* Group */
.group-content {
    margin-bottom: 60px;
}

.group-intro {
    padding: 20px;
}

.group-item-img { /*border-bottom:3px solid #dcdcdc;*/
}

.group-intro h5 {
    margin-bottom: 5px;
}

.group-arrow {
    position: relative;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #424242;
    display: inline-block;
    vertical-align: top;
}

    .group-arrow:after {
        position: relative;
        content: "";
        width: 100%;
        height: 100%;
        background: url(../img/group-arrow.png) center no-repeat;
        display: block;
    }

.group-item:hover .group-arrow {
    background: #9966cb;
}

.group-item:hover h5,
.group-item:hover h3 {
    color: #9966cb;
}
/* About */
.about-box > * {
    margin-bottom: 40px;
}
/* Beauty */
.beautyimg-box, .carousel-box {
    position: relative;
    padding: 45px 60px;
    background: #eee;
    border-bottom: 0px;
}

.beauty-content, .beautyimg-content {
    margin-bottom: 30px;
}

.beautyimg-box {
    padding: 45px 70px;
}

.carousel-box {
    padding: 20px 70px;
}

    .carousel-box li {
        padding: 5px;
    }
/* Media */
.media-item.article {
    text-align: right;
}

.media-item .article-date {
    padding: 0;
    text-align: right;
}
/* Result */
.result-item {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    background: #eee;
    padding: 25px 30px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    overflow: auto;
}

.result-title {
    float: left;
}

.result-date {
    float: right;
}

.result-item:hover {
    background: #9966cb;
}

    .result-item:hover * {
        color: #fff;
    }
/* Testimony */
.testimony-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 100%;
    background: #dcdcdc;
}

.testimony-col {
    padding: 10px 0;
    overflow: visible;
}

    .testimony-col:nth-child(2) {
        padding-top: 40px;
    }

    .testimony-col:nth-child(2n-1) {
        padding-right: 40px;
    }

    .testimony-col:nth-child(2n) {
        padding-left: 40px;
    }

    .testimony-col:before {
        content: "";
        position: absolute;
        top: 60px;
        margin-top: 15px;
        width: 8px;
        height: 8px;
        background: #dcdcdc;
        border: 4px solid #fff;
        box-shadow: 0 0 0 4px #dcdcdc;
        border-radius: 50%;
        display: block;
        z-index: 0;
    }

    .testimony-col:nth-child(2):before {
        margin-top: 40px;
    }

    .testimony-col:nth-child(2n-1):before {
        margin-left: -8px;
        left: 100%;
    }

    .testimony-col:nth-child(2n):before {
        margin-right: -8px;
        right: 100%;
    }

    .testimony-col .col-box {
        padding: 10px;
        box-shadow: 0 0 0 2px #dcdcdc inset;
    }

        .testimony-col .col-box:before {
            content: "";
            position: absolute;
            top: 60px;
            width: 30px;
            height: 30px;
            background: #fff;
            border: 1px solid #dcdcdc;
            display: block;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .testimony-col:nth-child(2n-1) .col-box:before {
        left: calc( 100% - 17px );
        border-width: 2px 2px 0 0;
    }

    .testimony-col:nth-child(2n) .col-box:before {
        right: calc( 100% - 17px );
        border-width: 0 0 2px 2px;
    }

    .testimony-col:hover {
        z-index: 100;
    }

        .testimony-col:hover:before {
            background-color: #9966cb;
            box-shadow: 0 0 0 4px #9966cb;
        }

        .testimony-col:hover h4 {
            color: #9966cb;
        }

        .testimony-col:hover .col-box {
            box-shadow: 0 0 0 2px #9966cb inset;
        }

            .testimony-col:hover .col-box:before {
                border-color: #9966cb;
            }

.testimony-item.article {
    text-align: right;
}

.testimony-item .article-date {
    padding: 0;
    text-align: right;
}

/* ************************ 廣告欄位 ************************ */
.a-d {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 480px;
    background: #474848;
    border: 5px solid #474848;
    box-shadow: 0 0 5px rgba(0,0,0,.65);
    z-index: 107;
    /*display:none  */
}

.a-d-title {
    position: relative;
    padding: 5px 35px 5px 5px;
}

.a-d h4 {
    color: #fff;
}

.x-a-d {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 5px;
    margin: auto;
    width: 23px;
    height: 23px;
}

.a-d-pic, .a-d-pic img {
    width: 100%;
}


.ad-bottomthree {
    width: 390px;
    height: 250px;
    overflow: hidden;
}

    .ad-bottomthree img {
        width: 100%;
    }

.clinic-box {
    max-height: 810px;
}


/* ************************ 客製RWD化 ************************ */
@media ( max-width: 959px ) {
    html, body {
        font-size: 18px;
    }

    .wrap {
        margin-top: 100px;
    }

    .header {
        height: 100px;
        line-height: 100px;
    }

    .footer {
        font-size: 1.125em;
        background: #0d0d0d;
    }

    .footer-left, .footer-right {
        margin-bottom: 20px;
        width: 100%;
    }

    .footer p {
        padding: 5px 0;
        line-height: 2em;
    }

    .tab {
        padding: 5px 10px;
    }

    .page-title {
        margin: 20px 0;
    }

    .inner-nav li a {
        padding: 15px 30px;
    }

    .form-content {
        padding: 40px;
    }

    .index-col-img {
        height: 50vh;
    }

        .index-col-img > img {
            height: 100%;
            margin: auto;
            width: calc( 50vh * 2.4 );
            left: -9999px;
            right: -9999px;
            /*margin-left:calc( 65vh / -2 );   */
        }

    .form-content {
        font-size: 1.25em;
    }

    .form-item-title, .form-item-input {
        width: 100%;
    }

    .form-agree {
        padding: 0;
    }
    /*.copywriter p {font-size:70%;
    }*/
    .clinic-slides .col-img {
        height: 66vw;
    }

    .clinic-list h4 {
        font-size: 70%;
    }

    .clinic-intro {
        padding: 10px;
    }

        .clinic-intro h4, .clinic-intro p {
            padding: 0;
        }

        .clinic-intro h4 {
            width: 30%;
            border-right: 1px solid #fff;
            text-align: center;
            font-size:100%;
            margin-bottom:0;
        }

        .clinic-intro p {
            width: 70%;
            margin-right: -5px;
            font-size:85%;
        }
}

@media ( max-width: 768px ) {
    input.search {
        width: 175px;
    }

    .visual-banner-box img {
        object-fit: cover;
        width: 100vw;
    }

    .index-col-img {
        height: 320px;
        min-height: 0;
    }

    .rshow {
        display: block;
    }

    .rhide {
        display: none;
    }

    .innerbanner-content img {
        width: 100%;
    }

    .form-item-title, .form-item-input {
        font-size: 150%;
    }

    .copywriter {
        font-size: 75%;
    }
}

@media ( max-width: 640px ) {
    html, body {
        font-size: 16px;
    }

    .a-d {
        left: 0;
        right: 0;
        margin: auto;
    }

    .testimony-content:before {
        display: none;
    }

    .testimony-col:before {
        display: none;
    }

    .testimony-col .col-box:before {
        display: none;
    }

    .testimony-col {
        padding: 10px !important;
    }

    .ad-bottomthree {
        height: auto;
        overflow: hidden;
    }
}

@media ( min-width: 0px ) {
    .header-frame.frame-1200 {
        padding: 0;
    }

    .footer {
        padding: 55px 15px 20px 15px;
    }

    .copywriter {
        padding: 20px 15px;
    }

    .container {
        padding: 0 15px;
    }

    .hover-detail-box h3 {
        margin-bottom: 45px;
        padding-bottom: 25px;
    }

    .hover-detail-box p {
        max-height: 50px;
        border-bottom: 40px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
}

@media ( min-width: 641px ) {
}

@media ( min-width: 768px ) {
    .hover-detail-box h3 {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .hover-detail-box p {
        margin-bottom: 25px;
    }
}

@media ( min-width: 960px ) {
    .footer {
        padding: 55px 25px 20px 25px;
    }

    .copywriter {
        padding: 20px 25px;
        margin-bottom: 0;
    }

    .container:not(.full) {
        width: 960px;
    }

    .main-1st-nav > li {
        width: calc( 100% / 7 );
    }

    .main-2nd-nav {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*.index-col-img>img{ width:100%; }*/
}

@media ( min-width: 1200px ) {
    .footer {
        padding: 25px 0 20px 0;
    }

    .copywriter {
        padding: 15px 0 20px 0;
    }

    .container {
        padding: 0 15px;
    }

        .container:not(.full) {
            width: 100%;
        }

    .main-1st-nav > li {
        width: calc( ( 100% + 34px ) / 7 );
    }

        .main-1st-nav > li:first-child,
        .main-1st-nav > li:last-child {
            width: calc( ( 100% - 80px ) / 7 );
        }

        .main-1st-nav > li:first-child {
            padding-left: 50px;
            text-align: left;
        }

        .main-1st-nav > li:last-child {
            padding-right: 40px;
            text-align: right;
        }

    .main-2nd-nav {
        padding-left: 0;
        padding-right: 0;
    }

    .hover-detail-box h3 {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .hover-detail-box p {
        margin-bottom: 25px;
    }

    .index2-left {
        width: 52.5%;
    }

    .index2-right {
        width: 23.75%;
    }

    .index2-content .hover-detail-box {
        padding: 5px;
    }

    .index2-content .col-padding > .col-box {
        padding: 5px;
    }
}

@media ( min-width: 1440px ) {
    .container {
        padding: 0;
    }
}

@media ( min-width: 1600px ) {
}



.field-validation-error {
    color: red;
}

/*媒體報導列表頁Style*/
.js-detail:hover .col-box {
    box-shadow: 0 0 0 1px #9966cb inset;
}
