@charset "UTF-8";
@import url("reset.css");

a {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
}

#wrapper-dr {
    font-family: "Century Gothic", "Microsoft JhengHei";
    color: #545454;
    background-color: #e5f5f8;
    font-size: 1em;
    letter-spacing: 0.1em;
}

.kv {
    width: 100%;
    background: url(https://front-beauty.fashionguide.com.tw/survey/doctors/images/16566/bg_01.jpg) no-repeat center;
    background-size: auto 100%;
}

.kv-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    max-width: 1440px;
}

.kv-logo {
    width: 25%;
    max-width: 360px;
    padding-top: 6%;
}

.kv-peo {
    width: 65%;
    max-width: 920px;
}

.product {
    width: 100%;
    background: #fff;
}

.product-box, .experience-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 4% 0;
    max-width: 1440px;
}

.product-box {
    background: url(https://front-beauty.fashionguide.com.tw/survey/doctors/images/16566/bg_02.jpg) no-repeat center;
    background-size: 100% auto;
}

/*0828修改 start*/
.product-score {
    width: 40%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 3%;
    padding: 1%;
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border: 1px #0ea6ba solid;
    background-color: #0ea6ba;
}

.product-L {
    position: relative;
    width: 25%; /*border: 1px #000 solid;*/
}

.product-L img { /*position: absolute; top:50%; transform: translateY(-50%); */
}

/*0828修改 end*/
.product-R {
    width: 55%;
    padding: 0 4%; /*border: 1px #000 solid;*/
}

.product-R h2 + p {
    margin-bottom: 2%;
}

.product-R h2 {
    text-align: left;
}

.product-R ul {
    margin-bottom: 2%;
    font-size: 1.2em;
    color: #0ea6ba;
}

.product-R ul li {
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 1% 3%;
    border: 1px #0ea6ba solid;
    border-radius: 30px;
}

.experience-box h2 {
    margin-bottom: 4%;
}

.article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    margin-bottom: 8%;
}

/*0828修改 start*/
.article-p {
    position: relative;
    width: 21%;
    max-width: 260px;
}

.article-p img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.article-w {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    background: #fff;
    box-shadow: 10px 10px 5px #cbe7eb;
}

/*0828修改 end*/

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

/*0827修改 start*/
.article-content {
    width: 60%;
    padding: 5%;
    padding-left: 6%;
}

.article-content h3 {
    font-size: 1.4em;
    font-weight: 300;
    color: #0ea6ba;
    margin-bottom: 4%;
    font-weight: bold;
}

/*0827修改 end*/
.article-content:last-child {
    width: 100%;
}

.article-content p {
    margin-bottom: 2%;
}

.article-w ul {
    width: 40%;
    padding: 5% 2%;
    background: #f9f9f9;
    font-size: 0.9em;
    letter-spacing: 0em;
}

/*0827修改 start*/
.article-w ul > img {
    margin-bottom: 10%;
}

/*0827修改 end*/

.article-w ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
}

/*0827修改 start*/
/*.article-w ul li:first-child{ margin-bottom: 10%; }*/
/*0827修改 end*/

/*0828修改 start*/
.article-score-test {
    max-width: 90%;
    width: 100%;
    margin: 0 auto; /*border-radius: 50%;*/
}

.article-score-title {
    width: 55%;
}

.article-score-star {
    width: 30%;
    margin-left: 2%;
}

/*0828修改 end*/
.article-score-star img {
    margin: 2% 0;
    width: 15px;
    display: inline-block;
}

h2, h4 {
    width: 100%;
    text-align: center;
}

h2 {
    font-size: 1.8em;
    font-weight: 300;
    color: #0ea6ba;
}

h4 {
    position: relative;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 0.8em;
    letter-spacing: 1em;
    font-weight: 300;
}

h4:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    border-left: 1px #545454 solid;
}

p {
    line-height: 2em;
}

/*20221206新增 start*/
.product_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0 0 5% 0;
}

.icon_social {
    width: 45px;
    height: 45px;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
}

.share-fb2 {
    border-radius: 100%;
    margin: 0 2% 0 0;
    color: #fff;
    background-color: #4267b2;
}

.share-line2 {
    border-radius: 100%;
    color: #fff;
    background-color: #82c91e;
}

/*20221206新增 end*/

/* 20210902 RD新增 start*/

.product_tab_list_full {
    position: relative;
    margin-bottom: 12em;
    flex-direction: column;
    /* background-image: url(../images/professionalbg02.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center 0; */
}

.product_tab_list_full .product_tab_list .head svg {
    color: #000000;
}

.product_tab_list_full .product_tab_list .head h3 {
    color: #000000;
}

.product_tab_list_full .product_tab_list .content .name {
    color: #000000;
}

.product_tab_list_full .product_tab_list .content .text {
    color: #000000;
}

.product_tab_list_full .product_tab_list .content .table {
    width: 90%;
    max-width: 100%;
    padding: 0 0 0 2.5%;
}

.product_tab_list .content .img {
    width: 100%;
}

.product_tab_list {
    position: relative;
    max-width: 1480px;
    width: 100%;
    margin: 2% auto 0 auto;
}

.product_tab_list .product_tab_content {
    position: relative;
}

.product_tab_list .head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 2% 3% 2% 3%;
    border-top: 1px solid #cccccc;
    font-size: 24px;
    cursor: pointer;
    margin: auto 0 0% auto;
}

.product_tab_list .head i,
.product_tab_list .head svg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_tab_list .head i:last-child,
.product_tab_list .head svg:last-child {
    position: absolute;
    right: 3%;
}

.product_tab_list .head h3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    padding: 0 0 0 20px;
    white-space: nowrap;
}

.product_tab_list .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_tab_list .column .left,
.product_tab_list .column .satify_left {
    position: relative;
    width: 80%;
}

.product_tab_list .column .right,
.product_tab_list .column .satify_right {
    position: relative;
    width: 80%;
}

.product_tab_list .column_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_tab_list .column_wrap .column_item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: 0 10% 3.3% 0;
}

.product_tab_list .content {
    position: relative;
    width: 100%;
    padding: 1% 3% 1% 3%;
    text-align: justify;
    text-justify: inter-ideograph;
    border-top: 1px solid #cccccc;
}

.product_tab_list .content .group {
    margin: 0 0 3.62% 0;
}

.product_tab_list .content .group.group_last {
    margin: 0 0 0 0;
}

.product_tab_list .content.narrow {
    padding: 5.6% 3% 2% 3%;
}

.product_tab_list .content .satify_chart {
    position: relative;
    display: block;
    margin: 0 auto;
}

.product_tab_list .content .satify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 25% 2.55% 0;
}

.product_tab_list .content .satify .satify_item {
    position: relative;
    margin: 0;
}

.product_tab_list .content .satify .satify_item .icon_circle {
    position: relative;
    padding: 0 0 0 22px;
}

.product_tab_list .content .satify .satify_item .icon_circle:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #000;
    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.product_tab_list .content .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_tab_list .content .rating .item {
    position: relative;
    margin: 0 3.15% 0 3.15%;
}

.product_tab_list .content .barchart {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test-body .test-table {
    display: flex;
    border: 1px solid #cccccc
}

.test-body .test-table .test-instrument {
    width: 35%;
    padding: 0 30px
}

.test-body .test-table .test-instrument .test-instrument-img {
    width: 100%;
    height: 100%;
    margin: 40px 0 0 0;
}

.test-body .test-table .test-data {
    width: 65%
}

.test-body .test-table .test-data table {
    border-collapse: collapse;
    width: 100%
}

.test-body .test-table .test-data table tbody tr td {
    font-size: 14px;
    line-height: 2;
    border-bottom: 1px solid #cccccc;
    padding: 15px
}

.test-body .test-table .test-data table tbody tr td:first-child {
    width: 85px;
    background: #eeeeee;
    text-align: center
}

.test-body .test-table .test-data table tbody tr:last-child td {
    border: 0
}
/* 20210902 RD新增 end*/

@media only screen and (max-width: 768px) {

    #wrapper-dr {
        font-size: 0.9em;
    }

    /*0827修改 start*/
    .kv-box {
        align-items: flex-start;
    }

    /*0827修改 end*/
    .kv-logo {
        width: 100%;
        max-width: 180px;
        padding-top: 10%;
    }

    /*0827修改 start*/
    .kv-peo {
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

    .kv-peo img {
        width: 100%;
    }

    /*0827修改 end*/
    .product-box, .experience-box {
        padding: 15% 0;
    }

    .product-box {
        background: none;
    }

    /*0828修改 start*/
    .product-score {
        width: 70%;
        margin-top: 10%;
        padding: 3% 2%;
    }

    /*0828修改 end*/
    .product-L {
        width: 75%;
        position: static;
    }

    .product-L img {
        position: static;
        top: 0%;
        transform: translateY(0%);
    }

    .product-R {
        width: 90%;
        padding: 0;
    }

    .product-R ul li {
        margin-bottom: 3%;
        margin-right: 0;
    }

    .article-p {
        margin: 0 auto;
        margin-bottom: 5%;
        width: 80%;
        position: static;
    }

    .article-p img {
        position: static;
        top: 0% 0;
        transform: translateY(0%);
    }

    .article-w {
        width: 100%;
    }

    .order1 {
        order: 2;
    }

    .order2 {
        order: 1;
    }

    .article-content {
        width: 100%;
    }

    .article-w ul {
        width: 100%;
        padding: 0% 5% 5% 5%;
        background: #fff;
    }

    .article-w ul li {
        justify-content: space-between;
    }

    /*0827修改 start*/
    /*.article-w ul li:first-child{ margin-bottom: 5%; }*/
    /*0827修改 end*/
    .article-score-test {
        max-width: 100%;
        border-radius: 0%;
    }

    .article-score-title {
        width: 60%;
    }

    .article-score-star {
        width: 40%;
    }

    .article-score-star img {
        margin: 2%;
    }

    .experience-box h2 {
        margin-bottom: 8%;
    }

    h4 {
        margin-top: 10%;
    }

    p {
        line-height: 1.8em;
    }

    /*20221206新增 start*/
    .icon_social {
        width: 32px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
    }

    /*20221206新增 end*/

}