/* RWD-style-strat///////////////////////////////////////////////////////////////////////////////// */
    .articleEditorBox section{
        padding: 0;
        margin: 0;
    }
    .articleEditorBox .table{
        margin-bottom: 0;
    }
    .articleBox .order_btn span{
        cursor: pointer;
    }

    /* 隱藏區塊 */
    .articleEditorBox .dp_none {
        display: none !important;
    }

    /* 取消下間距 */
    .articleEditorBox .no_mb_spacing {
        margin-bottom: 0px !important;
    }

    .w1920 {
        max-width: 1920px !important;
        margin: auto;
        z-index: 2;
        /*overflow-x: hidden;*/
        overflow: hidden;
    }

    .w1400 {
        max-width: 1366px;
        margin: auto;
        z-index: 2;
    }

    .w700 {
        max-width: 683px;
        z-index: 2;
    }

    .w455 {
        max-width: 455px;
        z-index: 2;
    }

    .articleEditorBox a.btn:not([href]):not([tabindex]) {
        cursor: default;
    }

    .articleEditorBox .articleBox {
        background-size: cover;
        background-position: center;
    }


    /* 通用設定 -------------------------------------*/
        /* 文字設定 */
        .articleEditorBox .txt,
        .articleEditorBox .title{
            color: inherit;
        }
        .articleEditorBox .articleBox h4,
        .articleEditorBox .articleBox .imgBox h4,
        .articleEditorBox .articleBox p,
        .articleEditorBox .articleBox .imgBox p {
            font-family: "Noto Sans TC", sans-serif;
            /* text-align: justify;
            word-wrap: break-word; */
            padding-bottom: 0px;
        }

        /* 標題設定 */
        .articleEditorBox .articleBox h4,
        .articleEditorBox .articleBox .imgBox h4 {
            font-size: 1.5rem;
            color: #4d4d4d;
            font-weight: 500;
            line-height: 1.5;
            margin-bottom: 0;
            width: 100%;
            max-width: 100%;
            padding: .5rem 0rem;
        }
        .articleEditorBox .articleBox h4.normal,
        .articleEditorBox .articleBox .imgBox h4.normal {
            font-size: 2.25rem;
            /*line-height: 2rem;*/
        }
        .articleEditorBox .articleBox h4.font_medium,
        .articleEditorBox .articleBox .imgBox h4.font_medium {
            font-size: 3.2rem;
            /*line-height: 2.8rem;*/
        }
        .articleEditorBox .articleBox h4.font_big,
        .articleEditorBox .articleBox .imgBox h4.font_big {
            font-size: 4rem;
            /*line-height: 3.5rem;*/
        }

        /* 內容設定 */
        .articleEditorBox .articleBox .text_area {
            width: 100%;
            max-width: 100%;
            color: #777;
        }

        .articleEditorBox .articleBox p,
        .articleEditorBox .articleBox .imgBox p {
            color: inherit;
            line-height: 1.5rem;
            margin-bottom: 0.5rem;
        }

        /* 編輯區塊預設設間距 */
        .articleEditorBox .articleBox {
            margin-bottom: 1.75rem;
        }

        /* 標題下間距 */
        .articleEditorBox .articleBox h4.p_mb_spacing {
            margin-bottom: 1rem;
        }

        /* 內容區塊下間距 */
        .articleEditorBox .articleBox div.p_mb_spacing {
            margin-bottom: 1.5rem;
        }

        /* 小螢幕 編輯區塊預設設間距 調整 */
        @media (max-width: 767px) {
            .articleEditorBox .articleBox {
                margin-bottom: 1.5rem;
            }

            .articleEditorBox .articleBox h4,
            .articleEditorBox .articleBox .imgBox h4 {
                font-size: 1.25rem;
                line-height: 1.25;
            }

            .articleEditorBox .articleBox h4.normal,
            .articleEditorBox .articleBox .imgBox h4.normal {
                font-size: 2rem;
                /*line-height: 2rem;*/
            }
            .articleEditorBox .articleBox h4.font_medium,
            .articleEditorBox .articleBox .imgBox h4.font_medium {
                font-size: 2.8rem;
                /*line-height: 2.8rem;*/
            }
            .articleEditorBox .articleBox h4.font_big,
            .articleEditorBox .articleBox .imgBox h4.font_big {
                font-size: 3.5rem;
                /*line-height: 3.5rem;*/
            }
        }

    /* 通用設定 內容標籤-------------------------------------*/
        .articleEditorBox img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

        .articleEditorBox .text_area img,
        .articleEditorBox img.img_ori_width {
            width: fit-content;
        }

        .articleEditorBox ul {
            margin-bottom: 0.25rem;
            list-style: initial !important;
            list-style-type: disc !important;
            margin: 0px 2rem;
        }

        .articleEditorBox ul li {
            list-style: disc !important;
        }

        .articleEditorBox ol {
            list-style: decimal !important;
            margin: 0px 2rem;
        }

        .articleEditorBox ol li {
            list-style: decimal !important;
        }

        .articleEditorBox a {
            text-decoration: none;
        }

        .articleEditorBox iframe {
            position: relative;
            display: block;
            width: 100%;
            padding: 0;
            overflow: hidden;
        }

        /* 內縮 */
        .articleEditorBox .articleBox .indent {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    /* 文字版型 樣式設定 -------------------------------------*/
        /* 文字版型內容設定 */
        .articleEditorBox .articleBox p,
        .articleEditorBox .articleBox .imgBox p{
            font-size: 1.125rem;
            line-height: 1.5;
        }
        .articleEditorBox .articleBox .font_medium p,
        .articleEditorBox .articleBox .font_medium .imgBox p{
            font-size:1.6rem;
            line-height: 1.8;
        }
        .articleEditorBox .articleBox .font_big p,
        .articleEditorBox .articleBox .font_big .imgBox p{
            font-size: 2.2rem;
            line-height: 1.8;
        }

        /*.design-2 p,
        .design-3 p,
        .piano-content .txt p, .piano-content .txt .note,
        .wrap .txt-content .txt p */
        .articleEditorBox p,
        .articleEditorBox .articleBox p{
            margin-bottom: 0;
            /* text-align: justify;*/
            line-height: 1.2; 
        }

    /* 圖片版型 樣式設定 -------------------------------------*/
        /* 圖片設定(非編輯器內) */
        .articleEditorBox .imgBox {
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 100%;
        }

        /* 圖片說明文字設定 */
        .articleEditorBox .articleBox .imgBox p {
            font-size: 1rem;
            font-weight: 300;
        }

        @media only screen and (max-width: 991px) {
            .articleEditorBox .articleBox h4.font_medium,
            .articleEditorBox .articleBox .imgBox h4.font_medium {
                font-size: 1.6rem;
                line-height: 1.5;
            }
            .articleEditorBox .articleBox h4.font_big,
            .articleEditorBox .articleBox .imgBox h4.font_big {
                font-size: 2.25rem;
                line-height: 1.5;
            }

            .articleEditorBox .articleBox p,
            .articleEditorBox .articleBox .imgBox p,
            .articleEditorBox .articleBox .font_medium p,
            .articleEditorBox .articleBox .font_medium .imgBox p,
            .articleEditorBox .articleBox .font_big p,
            .articleEditorBox .articleBox .font_big .imgBox p{
                font-size: 1.125rem;
                line-height: 1.5;
            }
        }

/* RWD-style-end/////////////////////////////////////////////////////////////////////////////////// */

/* 模板型CMS樣式 strat///////////////////////////////////////////////////////////////////////////////// */
    /* 共用 */
    .articleEditorBox .img-content {
        position: relative;
    }

    .articleEditorBox .img-content .img-content_a {
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
    }

    /* 模板 */
        .item-home {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }

        .item-home .txt-content {
            padding: 30px 20px 20px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .item-home .txt-content .txt h2 {
            font-size: 1rem;
            letter-spacing: 1px;
        }

        .item-home .txt-content .txt h2 span {
            display: block;
            font-size: 1.8rem;
            font-weight: bold;
        }

        .item-home .txt-content .txt .sale {
            margin: 1rem 0;
        }

        .item-home .txt-content .txt a.btn-buy {
            display: block;
            padding: 0.3rem 1rem;
            width: 100px;
            margin: 0.5rem 0;
        }

        .item-home .txt-content .txt a.btn-buy:hover {
            color: #fff;
        }

        .item-home .txt-content .txt a.btn-more {
            letter-spacing: 2px;
            text-decoration: none;
        }

        .item-home .txt-content .txt a.btn-more:hover {
            color: #fff;
        }

        .box-home-1 .img-content {
            background-repeat: no-repeat;
            padding-top: 30%;
            /*background-position: 15% 0;*/
            width: 100%;
            background-size: cover;
        }

        .box-home-1 .txt-content {
            /*margin-top: 50px;*/ /*視覺修改*/
        }

        .box-home-1-r {
            flex-direction: row-reverse;
        }

        .box-home-1,
        .box-home-4,
        .box-home-6,
        .box-home-7,
        .box-home-8 {
            position: relative;
        }

        .box-home-2 .txt-content {
            width: 100%;
            /*padding-top: 6.4rem; */
            /*padding-bottom: 5rem; */
        }

        .box-home-2 .img-content,
        .box-home-2 .img-content img {
            width: 100%;
        }

        .box-home-3 {
            /*padding: 4rem 0 4rem 0;*/
        }

        .box-home-3 .img-content {
            padding: 0 2.5rem;
        }

        .box-home-3 .img-content,
        .box-home-3 .txt-content {
            width: 100%;
        }

        .box-home-4 .img-content,
        .box-home-6 .img-content {
            background-repeat: no-repeat;
            width: 100%;
            background-size: 180%;
            padding-top: 65%;
            background-position: left 0;
        }
        .box-home-4 .txt-content .txt,
        .box-home-6 .txt-content .txt {
            width: 100%;
            flex: 0 0 100%;
            flex-wrap: wrap;
        }
        .box-home-6 .img-content {
            background-position: right 0;
        }

        .box-home-4 .txt-content,
        .box-home-6 .txt-content {
            z-index: 1;
        }

        .box-home-7 .txt-content .txt a.btn-buy,
        .box-home-8 .txt-content .txt a.btn-buy {
            margin: 1rem 0;
        }

        .box-home-7 .txt-content {
            text-align: left;
            width: 100%;
        }

        .box-home-7 .txt-content .txt,
        .box-home-8 .txt-content .txt {
            padding: 0px 30px;
            width: 100%;
        }

        .box-home-7 .img-content {
            background-repeat: no-repeat;
            padding-top: 50%;
            background-position: 15% 0;
            width: 100%;
            margin: 0;
            background-size: cover;
        }

        .box-home-8 .txt-content {
            text-align: left;
            width: 100%;
        }

        .box-home-8 .img-content {
            background-repeat: no-repeat;
            padding-top: 50%;
            background-position: right 0;
            width: 100%;
            margin: 0;
            background-size: cover;
        }

        .box-home-9 .img-content,
        .box-home-9 .txt-content {
            width: 100%;
        }

        .box-home-9 .txt-content {
            text-align: right;
        }

        .box-home-9 .txt-content .txt a.btn-buy {
            margin: 1rem 0;
        }

        @media (min-width: 992px) {
            .item-home .txt-content .txt h2 {
                font-size: 1.3rem;
            }
          

            .item-home .txt-content .txt h2 span {
                /*font-size: 3rem;*/
                font-size: 2.5rem; /*視覺頁修改*/
                margin-bottom: 0.5rem;
            }
            .item-home .txt-content .txt h2 span.font_big{
                font-size: 4rem;
            }

            .box-home-1 .img-content {
                width: 50%;
                padding-top: 30%;
                background-position: 20% 0;
            }

            .box-home-1 .txt-content .txt {
                width: 50%;
                padding: 0px 30px;
            }

            .box-home-1 .txt-content {
                position: absolute;
                top: 25%;
                bottom: 25%;
                left: 50%;
                transform: translate(-50%);
                justify-content: flex-end;
                background: transparent;
            }

            .box-home-1.box-home-1-r .txt-content {
                justify-content: flex-start;
            }

            .box-home-3 .img-content {
                width: 50%;
                margin-top: 0;
                padding: 0 4rem;
            }

            .box-home-3 .txt-content {
                width: 50%;
                padding: 0 30px;
            }

            .box-home-4 .txt-content,
            .box-home-6 .txt-content{
                position: absolute;
                top: 25%;
                bottom: 25%;
                left: 50%;
                transform: translate(-50%);
                justify-content: flex-end;
            }
            .box-home-4 .txt-content .txt,
            .box-home-6 .txt-content .txt {
                width: 50%;
                flex: 0 0 50%;
            }
            .box-home-4 .img-content,
            .box-home-6 .img-content {
                padding-top: 30%;
                background-position: 0;
                background-size: cover;
            }
            .box-home-6 .txt-content{
                justify-content: flex-start;
            }



            .box-home-7 .img-content {
                width: 60%;
                padding-top: 32%;
                background-position: 20% 0;
                margin: 0;
            }

            .box-home-7 .txt-content .txt {
                width: 100%;
                padding: 0px 50px;
            }

            .box-home-7 .txt-content {
                position: absolute;
                width: 40%;
                top: 25%;
                bottom: 25%;
                right: 0%;
                background: transparent;
            }

            .box-home-8 {
                padding-top: 32%;
            }

            .box-home-8 .img-content {
                width: 60%;
                padding-top: 32%;
                background-position: right 0;
                top: 0;
                margin: 0;
                position: absolute;
                right: 0;
            }

            .box-home-8 .txt-content .txt {
                width: 40%;
                padding: 0px 50px;
            }

            .box-home-8 .txt-content {
                position: absolute;
                padding-top: 32%;
                bottom: 25%;
                transform: translateX(-50%);
                z-index: 2;
                left: 50%;
                margin-left: -25%;
                background: transparent;
            }

            .box-home-9 .img-content {
                width: 50%;
                margin-top: 0;
            }

            .box-home-9 .txt-content {
                width: 50%;
                padding: 0 30px;
            }
        }

        /* 共用文字 */
        .wrap .txt-content {
            padding: 3rem 30px;
        }

        .wrap .txt-content .title,
        .wrap .txt-content .maintitle {
            width: auto;
            margin: 0.8rem;
            font-size: 1.8rem;
            display: inline-block;
            /*border-bottom: 2px solid #806c55;*/ /*視覺頁修改*/
            padding: 0.5rem 0;
            font-weight: 600;
            position: relative;
            left: 50%;
            transform: translate(-50%);
        }

        .wrap .txt-content .maintitle {
            border-bottom: none;
        }

        .wrap .txt-content .subtitle {
            width: 100%;
            margin-bottom: 1.5rem;
            font-weight: 600;
            line-height: 1.5;
            font-size: 1.2rem;
            padding: 0.5rem 1rem;
        }

        .wrap .txt-content .txt {
            font-size: 1rem;
            line-height: 1.8;
        }

        @media (min-width: 992px) {
            .wrap .txt-content {
                padding: 6rem 30px;
            }

            .wrap .txt-content .title,
            .wrap .txt-content .maintitle {
                font-size: 4rem;
                margin-bottom: 2rem;
            }

            .wrap .txt-content .subtitle {
                padding: 0.5rem 0;
                font-size: 1.5rem;
            }

            .wrap .txt-content .txt {
                font-size: 1.5rem;
            }
        }
    /* 模板 */

    /* 視覺頁-1 */
        .iframe-rwd {
            width: 100%;
            position: relative;
            padding-top: 50%;
        }

        .iframe-rwd iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .design-1 .box2 .txt-content .title {
            margin-bottom: 0;
        }

        .design-1 .item-content-1 .txt-content .subtitle,
        .design-1 .item-content-2 .txt-content .subtitle {
            text-align: center;
        }

        .design-1 .item-content-1 .txt-content {
            padding-bottom: 0;
        }

        .design-1 .piano-box .txt-content .sub-protitle {
            display: block;
            text-align: center;
            padding: 0.5rem;
            font-size: 1.4rem;
            font-weight: bold;
            width: 100%;
            margin-bottom: 0;
        }

        .design-1 .piano-box .txt-content {
            padding: 2rem 30px;
        }

        .design-1 .piano-box .txt-content .sub-protitle span {
            position: relative;
        }

        .design-1 .piano-box .txt-content .sub-protitle span:before {
            content: "";
            border-style: solid;
            border-width: 15px 10px;
            border-color: #fff transparent transparent transparent;
            position: absolute;
            top: 32%;
            left: -30px;
            display: block;
        }

        .design-1 .box3 .txt-content .sub-protitle {
            margin-bottom: 2rem;
        }

        .design-1 .box3 .txt-content .txt {
            margin-bottom: 2rem;
        }

        .design-1 .box3 .pro-item .items {
            display: flex;
            flex-wrap: wrap;
        }

        @media (min-width: 992px) {
            .design-1 .piano-box .txt-content {
                padding: 6.4rem 30px 5rem;
            }

            .design-1 .piano-box .txt-content .sub-protitle {
                width: 650px;
                margin: auto;
                font-size: 2rem;
            }

            .design-1 .piano-box .txt-content .sub-protitle span:before {
                border-width: 30px 20px;
                top: 28%;
                left: -50px;
            }

            .design-1 .box3 .txt-content {
                padding: 2rem 30px 4rem;
            }

            .design-1 .box3 .txt-content .sub-protitle {
                margin-bottom: 4rem;
            }

            .design-1 .box3 .txt-content .txt {
                margin-bottom: 4rem;
            }

            .design-1 .box3 .pro-item .items li {
                flex: 0 0 50%;
            }
        }

        .piano-content .txt .title {
            padding: 0 15px;
            font-size: 1.4rem;
            font-weight: 600;
            line-height: 1.5;
        }

        .piano-content .txt {
            padding: 0 30px;
            /* text-align: justify;
            letter-spacing: 1px; */
            line-height: 1.8;
        }

        .piano-content .txt p {
            margin-bottom: 1.5rem;
        }

        .info-item {
            display: flex;
            flex-wrap: wrap;
            /*padding-bottom: 4rem;*/
        }
        .info-item .img {
            margin: 0 30px 1rem;
        }
        .info-item .txt-box {
            padding: 0 30px;
        }
        .info-item .txt-box .subtitle {
            font-size: 1.4rem;
            padding: 0.5rem 30px;
            font-weight: 600;
        }

        .info-item.even .img {
            order: 1;
        }
        .info-item.even .subtitle {
            margin-left: -30px;
            margin-right: -30px;
        }

        .info-item .txt-box .pro-num {
            font-size: 1.8rem;
            font-weight: 600;
            padding: 0.5rem 30px;
            line-height: 1.3;
        }

        .info-item .txt-box .note {
            padding: 1rem 1.5rem;
            display: block;
            border-radius: 5px;
            margin: 0 0.5rem;
            text-align: left;
        }

        .info-2 .img {
            padding: 0 30px 3rem;
        }

        .piano-item li {
            /*margin-bottom: 3rem;*/
            margin-bottom: 1rem; /*視覺頁修改*/
            padding: 0 30px;
        }

        .info-5 .piano-item li .txt,
        .info-6 .piano-item li .txt,
        .info-7 .piano-item li .txt {
            padding: 0;
        }

        .info-7 .piano-item li .img {
            margin-bottom: 1rem;
        }

        @media (min-width: 992px) {
            .info-item .txt-box,
            .info-item .img {
                flex: 0 0 50%;
                width: 50%;
            }

            .info-item .img {
                margin: 0;
            }

            .info-item .txt-box .subtitle {
                font-size: 2rem;
                margin-left: -30px;
                margin-right: -30px;
                padding: 0.5rem 60px;
            }

            .info-item .txt-box .pro-num {
                font-size: 4rem;
            }

            .info-item:nth-child.even .img {
                order: 1;
            }

            .info-item:nth-child.even .subtitle {
                margin-left: -30px;
                margin-right: -30px;
            }

            .piano-item {
                display: flex;
                flex-wrap: wrap;
                width: 100%;
                justify-content: center;
            }

            .piano-item li {
                flex: 1 0 50%;
            }

            .piano-item li .img {
                display: flex;
                justify-content: center;
                width: 100%;
            }

            .info-2 .img {
                padding: 5rem 30px;
            }

            .info-3 .piano-item li .img {
                background-color: #fff;
            }

            .info-6 .piano-item li {
                display: flex;
                flex-wrap: wrap;
                width: 100%;
            }

            .info-6 .piano-item li .txt {
                /*min-height: 170px;*/ /*視覺頁修改*/
                width: 100%;
            }

            .piano-content .txt {
                padding: 0 30px 1rem;
            }

            .piano-content .txt .title {
                font-size: 2.5em;
            }

            .piano-content .txt .pro-num {
                font-size: 2.5rem;
            }

            .piano-content .txt p,
            .piano-content .txt .note {
                font-size: 1.5rem;
            }

            .piano-content .txt .note {
                padding: 1rem 1.5rem;
            }
        }
    /* 視覺頁-1 */

    /* 視覺頁-2 */
        .design-2 .item-pro {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }

        .design-2 .item-pro .item {
            width: 100%;
            margin: 1rem 30px;
        }

        .design-2 .wrap .txt-content {
            padding: 2rem 30px 0;
        }

        .design-2 .wrap .txt-content .subtitle {
            background-color: #c6c6c6;
            padding: 0.5rem 1rem;
            text-align: center;
            font-weight: bold;
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }

        .design-2 .box1 .txt-content .subtitle {
            margin: 0 auto 1rem;
            background-color: #c6c6c6;
            text-align: center;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .design-2 .wrap .txt-content p {
            margin-bottom: 1.5rem;
        }

        .design-2 .box2 .item-box {
            margin: 1rem 0;
        }

        .format {
            padding: 2rem 0 0;
            position: relative;
            overflow: hidden;
        }
        .format.reverse .w1400>.row{
            flex-direction: row-reverse;
        }
        .format.reverse .img-content {
            right: unset;
            background-position: left;
        }

        .design-2 .format .txt-content h2.subtitle {
            padding: 0;
            color: #fff;
            background-color: #4d4d4d;
        }

        .design-2 .format .txt ul,
        .design-2 .format .txt ul li {
            list-style: none !important;
        }

        .design-2 .format .txt ul {
            padding-left: 0;
            margin: 0;
        }

        .format .img-content {
            position: relative;
            right: 0;
            top: 0;
            width: 100%;
            background-size: cover;
            padding-top: 80%;
            background-position: right center;
            background-repeat: no-repeat;
        }

        .format2 {
            padding: 2rem 1rem;
        }
        .format2 .table thead th{
            border-bottom: unset;
        }

        .format-table thead {
            background-color: #4d4d4d;
            color: #fff;
        }

        .format-table td {
            font-size: 1.2rem;
            border: 1px solid #4d4d4d;
        }

        @media (min-width: 992px) {
            .format {
                padding: 4% 0;
            }

            .format .img-content {
                position: absolute;
                width: 50%;
                background-size: contain;
                padding-top: 35%;
            }

            .format-table {
                border: 2px solid #4d4d4d;
            }

            .format-table td,
            .format-table th {
                font-size: 1.5rem;
            }

            .format-table th {
                font-weight: 600;
            }
        }

        @media (max-width: 992px) {
            .format-table thead tr {
                display: none !important;
            }

            .format-table tbody tr {
                border: 2px solid #4d4d4d;
                margin: 1rem 0;
                display: block;
            }

            .format-table td {
                text-align: left;
                overflow: hidden;
                width: 100%;
                display: block;
                border: none;
                padding: 0 0.5rem 0.5rem 0.5rem;
            }

            .format-table td:before {
                content: attr(data-th) ":";
                display: inline-block;
                width: 90px;
                font-weight: 600;
                text-transform: uppercase;
                margin-right: 5px;
            }
        }

        @media (min-width: 1200px) {
            .articleEditorBox section.format {
                padding: 3% 0;
            }
        }

        .design-2 .box3 .txt-content {
            padding: 2rem 30px;
            margin: 0;
        }

        .design-2 .box4 .txt-content {
            padding: 3rem 30px;
        }

        .design-2 .box4 .txt-content .title {
            margin-bottom: 0;
        }

        .design-2 .box5 .pro-item ul {
            display: flex;
            flex-wrap: wrap;
        }

        .design-2 .box5 .pro-item ul > li {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: flex-start;
        }

        .design-2 .box5 .pro-item ul > li .txt-box {
            padding: 2rem;
            /* text-align: justify;
            letter-spacing: 1px; */
            line-height: 1.8;
            font-weight: 100;
        }

        .design-2 .box5 .pro-item ul > li .txt-box h3 {
            font-size: 1.4rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 1rem;
        }

        .design-2 .box6 .material-item ul {
            display: flex;
            flex-wrap: wrap;
            padding: 2.1rem 0;
            margin-bottom: 0;
        }

        .design-2 .box6 .material-item ul > li {
            display: flex;
            flex-wrap: wrap;
            border-radius: 30px;
            margin: 1rem 15px;
            align-content: flex-start;
        }

        .design-2 .box6 .material-item ul > li .img {
            width: 100%;
            padding-top: 10rem;
            height: 10rem;
            background-size: cover;
            background-repeat: repeat;
            border-radius: 30px 30px 0 0;
        }

        .design-2 .box6 .material-item ul > li .txt-box {
            padding: 1.5rem;
        }

        .design-2 .box6 .material-item ul > li .txt-box h3 {
            font-size: 1.4rem;
            text-align: center;
            margin-bottom: 1.5rem;
            font-weight: bold;
        }

        .design-2 .box7 .item-8 .content {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .design-2 .box7 .item-8 .content .img {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem 2rem 0;
        }

        .design-2 .box7 {
            padding: 2.1rem 0;
        }

        .design-2 .box7 .items {
            display: flex;
            flex-wrap: wrap;
        }

        .design-2 .box7 .item {
            display: flex;
            align-items: center;
            background-color: #fff;
            border-radius: 30px;
            margin: 1rem 2%;
            width: 96%;
        }

        .design-2 .box7 .item .txt {
            padding: 1.5rem;
        }

        .design-2 .box7 .item h3 {
            font-size: 1.4rem;
            font-weight: 600;
        }

        .design-2 .box7 .item-4 .txt {
            width: 51%;
            margin: auto;
        }

        .design-2 .box7 .item-4 .txt h3 {
            text-align: center;
        }

        .design-2 .box8 .txt-content {
            padding: 2rem 30px;
        }

        .design-2 .box8 .pro-box {
            padding: 1.5rem 30px;
        }

        .design-2 .box8 .txt-content .title {
            margin-bottom: 0;
            border-color: #d9c8bc;
        }

        .design-2 .box8 .txt-content .txt {
            margin-bottom: 3rem;
        }

        .design-2 .box8 .txt-content .item {
            margin-bottom: 2rem;
        }

        .design-2 .box8 .txt-content .protitle {
            font-size: 1.6rem;
            font-weight: 600;
            margin: 1rem 0;
        }

        .design-2 .box8 .txt-content p {
            margin-bottom: 0;
        }

        .design-2 .box8 .txt-content .protxt {
            display: flex;
            align-content: center;
            flex-wrap: wrap;
            height: 100%;
            padding: 1.5rem;
        }

        .design-2 .box8 .txt-content .img {
            padding: 0 1.5rem;
        }

        .design-2 .box9 .txt-content {
            transform: translateY(10%);
        }

        .design-2 .box9 .gooditem .img {
            padding-top: 44%;
            background-size: cover;
        }

        .design-2 .box9 .gooditem,
        .design-2 .box10 .gooditem {
            position: relative;
        }

        .design-2 .box9 .gooditem h3,
        .design-2 .box10 .gooditem h3 {
            font-size: 1.8rem;
            text-align: center;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .design-2 .box10 .gooditem h3 {
            text-align: left;
        }

        .design-2 .box10 .gooditem .img {
            padding-top: 84%;
            background-size: cover;
        }

        .design-2 .box11 .txt-content {
            padding: 3rem 30px;
        }

        @media (min-width: 992px) {
            .design-2 .box2 .item-box {
                margin: 0;
            }

            .design-2 .item-pro .item {
                flex: 1 0 44%;
                padding: 2rem 2rem 4rem;
                margin: 3.1rem 3%;
            }

            .design-2 .wrap .txt-content {
                padding: 0 30px 0 30px
            }

            .design-2 .wrap .txt-content .subtitle,
            .design-2 .box1 .txt-content .subtitle {
                font-size: 2.5rem;
            }

            .design-2 .box1 .txt-content .subtitle {
                margin: 0 auto 3rem;
                width: 50%;
            }

            .design-2 .box3 .txt-content {
                padding: 4rem 0 2rem;
                margin: 0rem 1rem;
            }

            .design-2 .box3 .txt-content .txt {
                margin: 0rem 3%;
            }

            .design-2 .box4 .txt-content {
                padding: 6rem 30px;
            }

            .design-2 .box5 .pro-item ul > li {
                flex: 1 0 50%;
                /*padding-bottom: 6.2rem;*/
            }

            .design-2 .box5 .pro-item ul > li .txt-box {
                padding: 2rem 9.6rem 1rem 9.6rem;
                font-size: 1.5rem;
            }

            .design-2 .box5 .pro-item ul > li.last_child .txt-box {
                padding: 4.6rem 15px;
            }

            .design-2 .box5 .pro-item ul > li .txt-box h3 {
                font-size: 2.5rem;
                margin-bottom: 0.5rem;
            }

            .design-2 .box6 .material-item ul > li {
                flex: 1 0 46%;
                padding: 0;
                margin: 0 2%;
            }

            .design-2 .box6 .material-item ul > li .txt-box h3 {
                font-size: 3.2rem;
                margin-bottom: 2.1rem;
            }

            .design-2 .box6 .material-item ul > li .txt-box {
                font-size: 2.2rem;
                padding: 2.1rem;
            }

            .design-2 .box6 .material-item ul > li .img {
                width: 100%;
                padding-top: 17.8rem;
                height: 17.8rem;
            }

            .design-2 .box7 .item-8 {
                flex: 62.666667%;
                max-width: 62.666667%;
            }

            .design-2 .box7 .item-4 {
                flex: 29.333333%;
                max-width: 29.333333%;
            }

            .design-2 .box7 .item-8 .content .txt {
                flex: 1 0 50%;
                max-width: 50%;
            }

            .design-2 .box7 .item {
                margin: 0 2%;
            }

            .design-2 .box7 .item h3 {
                font-size: 3.2rem;
            }

            .design-2 .box7 .item p {
                font-size: 2.2rem;
            }

            .design-2 .box7 .item .txt {
                padding: 3.5rem 2.5rem;
            }

            .design-2 .box7 .item-4 .txt {
                width: 100%;
                margin: auto;
            }

            .design-2 .box7 .item-8 .content .img {
                flex: 1 0 50%;
                max-width: 50%;
                padding: 3.5rem 0;
                padding: 3.5rem 0;
                order: 1;
            }

            .design-2 .box8 .txt-content {
                padding: 6rem 30px;
            }

            .design-2 .box8 .txt-content .subtitle {
                display: flex;
                margin: 0px auto 3rem;
                width: 50%;
                justify-content: center;
            }

            .design-2 .box8 .pro-box {
                padding: 2.1rem 30px;
            }

            .design-2 .box8 .txt-content p {
                font-size: 2.2rem;
            }

            .design-2 .box8 .txt-content .protitle {
                font-size: 3.2rem;
            }

            .design-2 .box9 .gooditem h3,
            .design-2 .box10 .gooditem h3,
            .design-2 .box11 .txt-content h3 {
                font-size: 4.3rem;
                margin-bottom: 2rem;
            }

            .design-2 .box11.wrap {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .design-2 .box11.wrap > div {
                width: 100%;
            }

            .design-2 .box10 .item-1 .img {
                left: 0;
                top: 0;
            }

            .design-2 .box10 .item-2 .img {
                right: 0;
                top: 0;
            }

            .design-2 .box11 .txt-content {
                padding: 6rem 30px;
            }

            .design-2 .box11 .txt-content h3 {
                text-align: center;
            }

            .design-2 .box11 .txt-content .txt {
                margin-bottom: 5rem;
            }
        }

        @media (min-width: 1200px) {
            .design-2 .box2 .item-box,
            .design-2 .box3 .txt-content {
                margin: 0rem 11.2rem;
            }

            .design-2 .box9 .txt-content {
                position: relative;
                width: 50%;
                transform: translateY(20%);
                margin-left: -25%;
                margin-bottom: 5%;
                left: 50%;
            }

            .design-2 .box9 .gooditem .img {
                margin-top: -20%;
            }

            .design-2 .box10 .gooditem {
                padding-top: 44%;
            }

            .design-2 .box10 .gooditem .txt-content {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                width: 45%;
                right: 5%;
            }

            .design-2 .box10 .gooditem .img {
                width: 50%;
                padding-top: 44%;
                position: absolute;
            }

            .design-2 .box10 .item-2 .txt-content {
                left: 5%;
            }
        }
    /* 視覺頁-2 */

    /* 視覺頁-3 */
        .design-3 .wrap .txt-content .txt {
            padding: 0 30px;
        }

        .design-3 .box2 {
            /*padding: 2rem 0;*/
            padding: 0;  /*視覺頁修改*/
        }

        .design-3 .box2 ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .design-3 .box2 li {
            flex: 0 0 100%;
            align-content: center;
            height: 100%;
            display: flex;
            /*margin-bottom: 2.1rem;*/
            padding: 1.05rem 0; /*視覺頁修改*/
        }

        .design-3 .box2 li .img {
            padding-top: 60%;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            background-size: cover;
            border-radius: 30px;
        }

        .design-3 .box2 li .img:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            border-radius: 30px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0.06) 36%, rgba(0, 0, 0, 0.65) 100%);
        }

        .design-3 .box2 li.first_child {
            flex: 1 0 100%;
        }

        .design-3 .box2 li .txt {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            padding: 3rem 2rem;
            z-index: 1;
        }

        .design-3 .box2 li.first_child .txt {
            top: auto;
            bottom: 0;
            height: auto;
        }

        .design-3 .box2 li .txt .title {
            font-weight: 600;
            font-size: 1.4rem;
        }

        .design-3 .box4 .itembox {
            display: flex;
            flex-wrap: wrap;
            padding: 1rem 0;
        }

        .design-3 .box4 .item {
            margin-bottom: 1.5rem;
            border-radius: 30px;
            margin: 1rem 0;
            flex: 0 0 100%;
        }

        .design-3 .box4 .item .txt {
            padding: 2rem;
        }

        .design-3 .box4 .protitle {
            text-align: center;
            font-weight: 600;
            margin-bottom: 1.3rem;
            line-height: 1.4;
            font-size: 1.5rem;
        }

        .design-3 .box5 .itembox,
        .design-3 .box5 .itembox2,
        .design-3 .box5 .itembox3,
        .design-3 .box6 .itembox {
            display: flex;
            flex-wrap: wrap;
            padding: 1rem 0;
        }

        .design-3 .box5 .item {
            margin-bottom: 1.5rem;
            border-radius: 30px;
            overflow: hidden;
            margin: 1rem 0;
            flex: 0 0 100%;
        }

        .design-3 .box5 .item .txt,
        .design-3 .box6 .item .txt {
            padding: 2rem;
        }

        .design-3 .txt .protitle {
            font-weight: 600;
            /*margin-bottom: 1.5rem;*/
            margin-bottom: 0.5rem;
            font-size: 1.5rem;
        }

        .design-3 .box5 .item .txt ol {
            margin-left: 1.5rem;
        }

        .design-3 .box5 .item .img {
            display: flex;
            justify-content: center;
            overflow: hidden;
        }

        .design-3 .box6 .item {
            border-radius: 30px;
            overflow: hidden;
            margin: 1rem 0;
            flex: 0 0 100%;
        }

        .design-3 .box7 .content {
            position: relative;
            overflow: hidden;
            padding: 2rem 0 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .design-3 .box7 .content .title {
            padding: 0;
            font-size: 1rem;
            font-weight: normal;
            margin-bottom: 1rem;
        }

        .design-3 .box7 .content .txt {
            padding: 2rem;
        }

        .design-3 .box7 .content .img-content,
        .design-3 .box7 .content .img-content2 {
            top: 0;
            width: 100%;
            background-size: contain;
            height: 330px;
            background-repeat: no-repeat;
        }

        .design-3 .box7 .content .img-content {
            right: 0;
            background-position: bottom right;
        }

        .design-3 .box7 .content .img-content2 {
            left: 0;
            background-position: bottom left;
        }

        .design-3 .box8 .txt-content {
            padding: 1rem;
        }

        .design-3 .box8 .item {
            flex: 0 0 100%;
            margin: 1rem 0;
            border-radius: 30px;
            overflow: hidden;
        }

        .design-3 .box8 .item .txt {
            padding: 2rem;
        }

        .design-3 .box8 .item .img {
            padding-bottom: 65%;
            background-position: bottom;
            /*background-size: contain;*/ /*視覺頁修改*/
            background-size: cover;
            background-repeat: no-repeat;
        }

        .design-3 .box9 .itembox {
            padding: 2rem 0 0 0;
        }

        .design-3 .box9 .itembox .txt {
            padding: 2rem 0 1rem 0;
        }

        .design-3 .box9 .itembox .txt .title,
        .design-3 .box10 .content .txt .title,
        .design-3 .box11 .content .txt .title {
            padding: 0;
            font-size: 1rem;
            font-weight: normal;
            /*margin-bottom: 1rem;*/
            margin-bottom: 0.5rem;
        }

        .design-3 .box10 .content .img {
            padding-top: 100%;
            background-position: bottom;
            background-size: contain;
            position: relative;
            background-repeat: no-repeat;
            width: 100%;
        }

        .design-3 .box10 .content .txt {
            position: relative;
            width: 96%;
            top: 5%;
            left: 2%;
            position: absolute;
            border-radius: 30px;
            padding: 1rem;
        }

        .design-3 .box11 .content .txt {
            padding: 4rem 2rem;
        }
        .design-3 .box12 .content {
            position: relative;
            overflow: hidden;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .design-3 .box12 .content .title {
            padding: 0;
            font-size: 1rem;
            font-weight: normal;
            margin-bottom: 1rem;
        }

        .design-3 .box12 .content .txt {
            padding: 2rem;
        }

        .design-3 .box12 .content .img-content,
        .design-3 .box12 .content .img-content2 {
            width: 100%;
            position: relative;
            height: 500px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .design-3 .box12 .content .img-content {
            right: 0;
        }

        .design-3 .box12 .content .img-content2 {
            left: 0;
        }

        @media (min-width: 992px) {
            .design-3 .box2 { /*視覺頁修改*/
                padding: 1.5rem 0;
            }
            .design-3 .box2 li {
                flex: 0 0 48%;
                padding: 0; /*視覺頁修改*/
            }

            .design-3 .box2 li .txt,
            .design-3 p,
            .design-3 .content .txt .title,
            .design-3 .itembox .txt .title {
                font-size: 1.5rem !important;
            }

            .design-3 .box2 li .txt .title {
                margin-bottom: 1.5rem;
                font-size: 2rem;
            }

            .design-3 .txt h2.protitle {
                font-size: 2rem !important;
            }
            .design-3 .box2 li.first_child .img {
                padding-top: 30%;
            }

            .design-3 .box2 li .img {
                padding-top: 50%;
            }

            .design-3 .box2 li .img:after {
                border-radius: 30px;
            }

            .design-3 .box4 .item {
                flex: 1 0 31.333%;
                margin: 1%;
            }

            .design-3 .box4 .item .txt {
                padding: 5rem 3rem;
            }

            .design-3 .box5 .itembox.txt-content.reverse{
                flex-direction: row-reverse;
            }
            .design-3 .box5 .item .txt,
            .design-3 .box6 .item .txt {
                /*padding: 5rem 3rem;*/
                padding: 2rem 3rem;
            }

            .design-3 .box5 .itembox .item {
                flex: 1 0 31.333%;
                margin: 1%;
            }

            .design-3 .box5 .itembox .item ~ .item {
                flex: 1 0 64.666667%;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }

            .design-3 .box5 .itembox2 .item {
                flex: 1 0 48%;
                margin: 1%;
            }

            .design-3 .box5 .itembox3 .item {
                flex: 1 0 64.6667%;
                margin: 1%;
            }

            .design-3 .box5 .itembox3 .item ~ .item {
                flex: 1 0 31.333%;
                margin: 1%;
            }

            .design-3 .box6 .itembox .item {
                flex: 1 0 48%;
                margin: 1%;
            }

            .design-3 .box7 .content {
                height: 450px;
            }

            .design-3 .box7 .content .img-content,
            .design-3 .box7 .content .img-content2 {
                position: absolute;
                width: 50%;
                background-size: contain;
                height: 450px;
            }
            .design-3 .box8 .item {
                flex: 0 0 30.33%;
                margin: 0 1.5%;
            }

            .design-3 .box8 .item .txt {
                padding: 3rem;
            }

            .design-3 .box8 .item .img {
                padding-bottom: 100%;
            }

            .design-3 .box10 .content .img {
                padding-top: 45%;
                background-size: cover;
            }

            .design-3 .box10 .content .txt {
                position: absolute;
                left: 50%;
                top: 20%;
                width: 680px;
                margin-left: -340px;
                border-radius: 30px;
                padding: 2rem 5rem;
            }
            .design-3 .box11 .content .txt {
                padding: 6.4rem 2rem 5rem;
            }

            .design-3 .box12 .content {
                height: 450px;
            }

            .design-3 .box12 .content .img-content,
            .design-3 .box12 .content .img-content2 {
                position: absolute;
                width: 50%;
                background-size: cover;
                height: 450px;
            }
        }

        @media (min-width: 1200px) {
            .design-3 .box7 .content,
            .design-3 .box7 .content .img-content,
            .design-3 .box7 .content .img-content2 {
                height: 650px;
            }
            .design-3 .box12 .content,
            .design-3 .box12 .content .img-content,
            .design-3 .box12 .content .img-content2 {
                height: 650px;
            }
        }
    /* 視覺頁-3 */

    /*adny模板樣式調整*/
        .template_container {
            overflow-x: hidden;
        }
        .item-home .txt-content .btn_area {
            display: flex;
        }
        .item-home .txt-content.text-left .btn_area,
        .item-home .txt-content.text-lg-left .btn_area {
            justify-content: flex-start;
        }
        .item-home .txt-content.text-center .btn_area,
        .item-home .txt-content.text-lg-center .btn_area {
            justify-content: center;
        }
        .item-home .txt-content.text-right .btn_area,
        .item-home .txt-content.text-lg-right .btn_area {
            justify-content: flex-end;
        }

        .box-half {
            display: inline-flex;
            width: calc(50% - 2px);
        }
        .box-half.align_right {
            justify-content: flex-end;
            padding: 0 40px 0 0;
        }
        .box-half.align_left {
            justify-content: flex-start;
            padding: 0 0 0 40px;
        }

        .box-one_third {
            display: inline-flex;
            width: calc(33.33% - 3px);
            justify-content: center;
            padding: 0 40px 20px 40px;
        }

        .box-half .intro_img,
        .box-one_third .intro_img {
            max-width: none;
        }
        .box-half .intro_img,
        .box-one_third .intro_img,
        .box-half .intro_img img,
        .box-one_third .intro_img img {
            max-height: 300px;
            height: auto;
            width: auto;
        }

        .item-home .bgblock {
            position: absolute;
            top: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            left: 10px;
        }

        .item-home .align_left .bgblock {
            left: 1px;
        }
        @media only screen and (max-width: 991px) {
            .item-home .txt-content.text-lg-left .btn_area,
            .item-home .txt-content.text-lg-center .btn_areak,
            .item-home .txt-content.text-lg-right .btn_area {
                justify-content: center;
            }
            .box-home-3-r .row {
                flex-direction: column-reverse;
            }
            .box-half {
                width: 100%;
            }
            .box-one_third {
                width: calc(50% - 2px);
            }

            .box-half.align_right,
            .box-half.align_left {
                justify-content: center;
                padding: 0;
            }
            .box-half .bgblock {
                display: none;
            }

            .design-3 .box5 .itembox.txt-content.reverse{
                flex-direction: column-reverse;
            }
        }

/* 模板型CMS樣式 end/////////////////////////////////////////////////////////////////////////////////// */

/* 自行設定樣式 strat-------------------------------------*/
    .tmp_fullimg_colortext .wrap .txt-content .txt p{
        color: #212529;
        font-weight: normal;
        margin-bottom: 0;
    }
/* 自行設定樣式 end---------------------------------------*/
