@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Dosis', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--vice-color);
    /* background: #fffbf5; */
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #777;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}
:root {
    --main-color: #51b0ba;
    --vice-color: #2C363F;
    --light-color: #ebfafc;
}

/*---------------------- 基礎設定 ----------------------*/


.aleart_line {
    border-color: var(--main-color);
}

.red {
    color: var(--main-color);
}

/* 回頂端 */
#goTop {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    background: #FFF;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    cursor: pointer;
    display: none;
    font-family: Verdana, Geneva, sans-serif;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: #EEE 0 0 5px;
    -moz-box-shadow: #EEE 0 0 5px;
    box-shadow: #EEE 0 0 5px;
}

#goTop:hover {
    background: var(--main-color);
    color: #FFF;
}

/*按鈕*/
.btn-style {
    background: var(--main-color);
    display: inline-block;
    width: 50px;
    height: 50px;
    transition: all .5s;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    line-height: 50px;
}

/*RWD編輯器表格(X捲軸)*/
.table-container table td {
    min-width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    white-space: inherit
}

@media screen and (max-width: 768px) {
    .table-container {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em
    }
}

/*---------------------- 頁面開始 ----------------------*/
/*基礎設定*/
figure {
    margin-bottom: 0;
}

.block-height {
    padding-top: 120px;
}

.block-height:last-child {
    padding-bottom: 120px;
}

/*麵包屑*/


.breadCrumbs-block .breadCrumbs {
    /* float: right; */
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadCrumbs-block .breadCrumbs .item {
    display: inline-block;
    padding: 0 7px 0 0;
    font-size: 14px;
}

.breadCrumbs-block .breadCrumbs .item:after {
    content: '/';
    display: inline-block;
    color: #999
}

.breadCrumbs-block .breadCrumbs .item a {
    display: inline-block;
    padding: 0 7px 0 0;
    color: #999;
}

.breadCrumbs-block .breadCrumbs .item.active:after {
    display: none
}

.breadCrumbs-block .breadCrumbs .item.active a {
    padding-right: 0;
    color: var(--main-color);
}

/*主選單*/
.page-inner {
    padding: 0px 250px;
}

header .navbar {
    padding: 20px 0 0 0;
}

header {
    position: relative;
    z-index: 1;
    transition: all .5s;
}

header .navbar-collapse {
    padding-top: 80px;
}

.navbar-nav .dropdown-menu {
    background: var(--main-color);
    border-radius: 0;
    padding: 0;
}

.navbar-nav .dropdown-menu.pdt a:first-child {
    background: var(--vice-color)
}

.navbar-nav .dropdown-menu a {
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
}

.navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.navbar-nav .dropdown-menu a:hover {
    background: var(--vice-color);
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 20px;
    font-size: 1.2rem;
    color: var(--vice-color);
}

header .navbar .page-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

header .navbar-brand img {
    max-width: 350px;
    transition: all .5s;
}

header.fixed .navbar {
    padding: 10px 0;
}

header.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10;
    top: 0;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}

header.fixed .navbar-collapse {
    padding-top: 0px;
}

header.fixed .navbar .page-inner {
    align-items: center;
}

header.fixed .navbar-brand img {
    max-width: 250px;
}

/*----------------------首頁-----------------------*/
/*樣式*/
body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 60%;
    background: var(--light-color);
    z-index: -1;
}

/*page number*/
.page-number {
    margin: 20px auto;
}

.pagination {
    display: block;
}

.pagination>li {
    display: inline-block;
}

.pagination>li>a {
    border: none;
    color: #333;
    transition: all .5s;
    padding: 5px 10px;
}

.pagination>li>a:hover {
    color: var(--main-color);
}

.pagination>li.on a {
    background: var(--main-color);
    color: #fff;
    border-radius: inherit;
}

/*標題*/
.main-title h2 {
    font-family: 'Caveat', cursive;
    color: var(--main-color);
}

.main-title h3 {
    font-size: 2.5rem;
    position: relative;
    /* display: inline-block; */
}

.main-title h3 span {
    background: #ffffff;
    position: relative;
    padding: 0px 25px;
}

.main-title h3:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgb(53 0 8 / 0.15);
    left: 0;
    bottom: 18px;
    position: absolute;
}

/*banner*/
.ix-banner {
    position: relative;
    margin-top: -115px;
    /* z-index: -1; */
}

.ix-banner-slogan {
    position: absolute;
    left: 13%;
    bottom: 0%;
    /* z-index: 1; */
    width: 70%;
    background: #fff8f8a1;
    padding: 15px;
}

.ix-banner-slogan h2 {
    font-size: 4rem;
    color: var(--vice-color);
    line-height: .9;
    font-family: 'Caveat', cursive;
}

.ix-banner-slogan h3 {
    font-size: 1.4rem;
    font-weight: 400;
}

.ix-banner-pic {
    width: 80%;
    margin-left: auto;
}

/*首頁-關於我們*/
.ix-about {
    margin-top: 100px;
    position: relative;
}

.ix-about:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 55%;
    background: var(--light-color);
    z-index: -1;
}

.ix-about-top {
    display: flex;
}

.ix-about-pic {
    width: 45%;
}

.ix-about-info {
    width: 55%;
    padding-left: 35px;
}

.ix-about-info .main-title h3 span {
    padding-left: 0;
    /* background: #fffbf5; */
}

.ix-about-info .txt {
    padding: 50px 0px;
    max-width: 800px;
}

.ix-about-info .txt h3 {
    font-size: 6rem;
    color: var(--main-color);
}

.ix-about-info .txt h4 {
    margin-bottom: 80px;
    position: relative;
    font-size: 1.35rem;
}

.ix-about-info .txt h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100px;
    height: 1px;
    background: var(--vice-color);
}

.btm-box-outer {
    display: flex;
    margin-top: 50px;
}

.ix-video {
    width: 55%;
}

.ix-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.btm-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    /* margin-top: 50px; */
    width: 45%;
    padding-right: 20px;
}

.btm-box a {
    position: relative;
    background: #ffffff;
    padding: 20px;
    transform: translateX(0px);
    border-bottom: 3px solid var(--main-color);
}

.btm-box a>span {
    position: absolute;
    bottom: -40px;
    right: 15px;
    font-size: 10rem;
    color: #90e7d9;
    opacity: .1;
    transform: skewX(-10deg);
}

.btm-box a p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    overflow: hidden;
}

.btm-box a h3 {
    margin-bottom: 40px;
    position: relative;
    margin-top: 20px;
}

.btm-box a h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 80px;
    height: 1px;
    background: var(--vice-color);
}

.btm-box a .btn-style {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: all .5s;
}

.btm-box a:hover {
    transform: translateY(-20px);
    box-shadow: 0px 20px 30px rgba(71, 172, 167, 0.12);
}

.btm-box a:hover .btn-style {
    box-shadow: 0px 20px 30px rgba(71, 172, 167, 0.12);
    opacity: 1;
}

/*----------------------單元頁面----------------------*/
.page-banner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}

.page-banner figure img {
    max-width: 1165px;
}

.banner-word {
    position: absolute;
    left: 13%;
}

.banner-word h2 {
    font-size: 2rem;
    position: relative;
}

.banner-word h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 1px;
    background: var(--vice-color);
}

.banner-word h3 {
    font-size: 4rem
}

/*----------------------產品------------------*/
/*列表*/
.pdt-all-view .pdt-box {
    display: flex;
}

.pdt-all-view .pdt-box a {
    padding-right: 20px;
    color: var(--vice-color);
    width: 33.3%;
}

.pdt-all-view .pdt-box a figure {
    overflow: hidden
}

.pdt-all-view .pdt-box a figure img {
    transition: all .5s
}

.pdt-all-view .pdt-box a:hover figure img {
    transform: scale(1.1)
}

.pdt-all-view .pdt-box a h2 {
    margin-top: 20px;
    position: relative;
}

.pdt-all-view .pdt-box a h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background: var(--vice-color);
}

.pdt-all-view .pdt-box a p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 20px;
}

.pdt-all-view .pdt-box a:nth-child(1) {
    margin-top: 10vw
}

.pdt-all-view .pdt-box a:nth-child(2) {
    margin-top: 5vw
}

.pdt-all-view .pdt-box a:nth-child(3) {
    margin-top: 0vw
}

/*快速連結*/
.quick-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.quick-link a {
    /* background:#eee; */
    padding: 10px 20px;
    /* border-bottom: 1px solid #eee; */
    transition: all .5s;
}

.quick-link a.active,
.quick-link a:hover {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

/*產品列表*/
.pdt-type {
    max-width: 800px;
    margin: 0 auto;
}

.pdt-type h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.pdt-list-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    /* 設定左右間距 */
    grid-row-gap: 30px;
    /* 設定上下間距 */
}

.pdt-zone a {
    text-align: center;
    /* border-bottom:1px solid #eee; */
    margin-bottom: 30px;
    display: inline-block;
}

.pdt-zone a figure {
    overflow: hidden
}

.pdt-zone a figure img {
    transition: all .5s
}

.pdt-zone a:hover figure img {
    transform: scale(1.1)
}

.pdt-zone a:nth-child(1) {
    margin-top: 0
}

.pdt-zone a:nth-child(2) {
    margin-top: 5vw
}

.pdt-zone a:nth-child(3) {
    margin-top: 10vw
}

.pdt-zone a h3 {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
}

/*產品底層*/
.pdtOuter:after {
    content: '';
    display: block;
    clear: both;
}

.pdt-left {
    float: left;
    width: 40%;
}

.pdt-right {
    width: 60%;
    padding: 0 100px;
    display: inline-block;
    position: sticky;
    top: 140px;
}

.pdtBtn a {
    padding: 10px 20px;
    display: inline-block;
}

.pdtBtn a:first-child {
    background: var(--main-color);
    color: #fff;
}

.pdt-title h2 {
    font-size: 1.4rem;
    background: var(--vice-color);
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
}

.pdt-title h3 {
    margin-bottom: 30px;
}

.pdt-right .detail {
    position: sticky;
    top: 120px;
    margin-top: 50px;
}

.pdt-right .detail h3 {
    border-bottom: 1px solid;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.pdtEdit table {
    width: 100%
}

.pdtEdit table tr:first-child td {
    background: #797979;
    color: #fff;
    text-align: center;
    padding: 10px;
}

/*頁尾*/
footer {
    background: var(--main-color);
    color: #fff;
    padding: 20px 0 0 0;
    text-align: center;
}

.copyright {
    background: var(--vice-color);
    padding: 5px 0;
}

.copyright {
    font-size: .9rem;
    margin-top: 20px;
}

footer ul {
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer ul li {
    display: block;
    width: 100%;
    padding: 0 20px;
}

/* footer ul li:last-child {
    border-top: 1px solid rgb(255 255 255 / 0.3);
    padding-top: 10px;
    margin-top: 10px;
} */

.footer-box {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-box.un {
    border: none;
}

@media (max-width: 992px) {
    .footer-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}

footer a {
    color: rgba(255, 255, 255, .75);
}

footer a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 30px;
    margin-top: 20px;
}
.footer-bottom .f-link {
    display: inline-block;
    margin: 0 15px;
}
.footer-bottom .f-qrcode {
    width: 80px;
    display: block;
    border: 5px solid #fff;
}

.footer-bottom .crt-mark {
    border-radius: 15px;

}

/*關於我們-About CY*/
/*
.aboutList:before{position:absolute;content:'';width:80%;height: 75%;background: #ffffff;top:0;left:0;}
.aboutList:nth-child(2n):before{left:auto;right:5%;background:#f7f7f7}
*/
.pageArea .pdt-zone a {
    cursor: inherit
}

.aboutZone {
    position: relative;
    display: block;
    float: right;
    background: #fff;
    margin: -10% 0 0;
    padding: 20px;
    width: 55%;
    transition: all .5s;
    z-index: 1;
}

.aboutZone figure {
    position: relative;
    width: 40%;
    z-index: 9;
    margin: 0
}

.pageArea .box-info {
    position: relative;
    color: var(--vice-color)
}

.pageArea .box-info h3 {
    font-size: 2rem;
    position: relative;
    color: var(--main-color);
}

.pageArea .box-info h3:after {
    content: '';
    background: #aeaeae;
    display: block;
    width: 60px;
    height: 1px;
    margin: 10px 0;
    transition: all .5s
}

.pageArea .box-info p {
    padding-left: 1.5rem
}

.aboutZone:hover .box-info h3:after {
    width: 30%
}

.p_box+.pdt-zone {
    clear: both;
}

.slogan {
    width: 60%;
    margin-top: -7%;
    font-family: 'Caveat', cursive;
    background: #fff;
    color: var(--main-color);
}


/*Customsize*/
.customsizeArea.pdt-all-view .pdt-box {
    flex-wrap: wrap;
}

.customsizeArea.pdt-all-view .pdt-box a {
    width: 50%;
}

.customsizeArea.pdt-all-view .pdt-box a:nth-child(1) {
    margin-top: 0;
}

.customsizeArea.pdt-all-view .pdt-box a:nth-child(3) {
    margin-top: -4vw;
}

.customsizeArea.pdt-all-view .pdt-box a:nth-child(4) {
    margin-top: 2vw;
}

.customsizeArea .pdt-box a h2 {
    font-size: 1.6rem;
    position: relative
}

.customsizeArea .pdt-box a h2 span {
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 4rem;
    color: var(--main-color);
    background: #fff;
    padding: 0 10px;
    transform: skewX(-10deg)
}


/*Continuous*/
.serviceTop {
    position: relative;
}

.serviceTop:after {
    content: '';
    background: #e4e4e4;
    width: 80%;
    height: 200px;
    display: block;
    position: absolute;
    left: 21%;
    bottom: -46%;
}

.serviceTxt {
    clear: both;
    padding: 4rem 0 1rem;
}

.serviceTxt>div:first-child {
    margin-top: 2vw;
}

.serviceTxt>div:last-child {
    margin-top: -2vw;
}



/*聯絡我們*/
.formGrid {
    width: 75%;
    margin: 0 auto;
    overflow: hidden
}

.formGrid .input__field {
    font-weight: normal
}

.formGrid form {
    padding: 1rem 2rem;
    margin: 2rem 1rem;
    box-shadow: 0 0 10px #dfdfdf;
    background: #fff;
    overflow: inherit
}

.formGrid .pdtBtn {
    clear: both;
    text-align: center;
}

form .input {
    width: 48%;
    float: left;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top
}

form .input:nth-child(even) {
    float: right
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: .8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #aaa;
    font-weight: 700;
    -webkit-appearance: none
}

.input__field:focus {
    outline: none;
    background: transparent
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1em 0 0;
    width: 100%;
    font-size: 1.2rem;
    color: #333
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none
}

input:-internal-autofill-selected,
input:focus {
    background-color: transparent !important
}

.input--hoshi {
    overflow: hidden
}

.input__field--hoshi {
    margin-top: 0;
    padding: 3em .15em 1em;
    width: 100%;
    background: transparent;
    color: #000;
    line-height: 30px
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .25em;
    width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none
}

.input__label-content--hoshi {
    position: absolute;
    background: #fff
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #a5a5a5
}

.input__label--hoshi::after {
    margin-top: 2px;
    border-bottom: 4px solid #4e4e4e;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.input__label--hoshi-color-3::after {
    border-color: var(--main-color)
}

.input__field--hoshi:focus+.input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.input__field--hoshi:focus+.input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 .3s forwards;
    animation: anim-1 .3s forwards
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -10%, 0);
        transform: translate3d(-1em, -10%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -10%, 0);
        transform: translate3d(-1em, -10%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
}




/*----------------------RWD調整------------------*/

@media screen and (max-width:1680px) {

    /*區域設定*/
    .page-inner {
        padding: 0px 150px;
    }
}

@media screen and (max-width:1480px) {

    /*區域設定*/
    .page-inner {
        padding: 0px 100px;
    }

    /*首頁*/
    .ix-banner {
        margin-top: 0;
    }

    header .navbar-brand img {
        max-width: 250px;
    }
}

@media screen and (max-width:1366px) {

    /*區域設定*/
    .page-inner {
        padding: 0px 20px;
    }

    .block-height {
        padding-top: 80px;
    }

    .block-height:last-child {
        padding-bottom: 80px;
    }

    /*首頁*/
    header .navbar-brand img {
        max-width: 250px
    }

    .ix-banner-slogan {
        width: 50%;
        bottom: 0;
        position: relative;
    }

    .ix-about-info .txt h3 {
        font-size: 4rem
    }

    .btm-box-outer {
        flex-wrap: wrap;
    }

    .btm-box,
    .ix-video {
        width: 100%
    }

    .btm-box {
        margin-bottom: 30px;
        padding-right: 0;
    }

    /*產品列表*/
    .pdt-zone {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width:1024px) {
    .ix-banner-slogan {
        position: relative;
        width: 100%;
        left: 0;
        padding: 20px;
    }

    .ix-banner-slogan h2 {
        font-size: 3rem;
        color: var(--main-color);
    }

    .ix-about-info .txt {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 991px) {

    /*主選單*/
    header .navbar-brand img {
        max-width: 200px;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .navbar-toggler i {
        font-size: 1.5rem;
        border: 1px solid var(--vice-color);
        color: var(--vice-color);
        padding: 6px;
        outline: 0;
    }

    header .navbar-collapse {
        padding-top: 0;
    }

    header .navbar .page-inner {
        flex-wrap: wrap;
        align-items: center;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
        text-align: center;
    }

    /*首頁*/
    .ix-pdt {
        grid-template-columns: repeat(2, 1fr);
    }

    .btm-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .quick-link a {
        display: inline-block;
        /* margin:10px; */
        width: 50%;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    /*內頁*/
    .banner-word {
        color: #fff;
        left: 0;
        padding: 20px;
        width: 100%;
    }

    .banner-word h3 {
        font-size: 3rem
    }

    .banner-word h2 {
        font-size: 1.4rem
    }

    .banner-word h2:before {
        background: #fff;
    }

    /*產品底層*/
    .pdt-right {
        width: 100%;
        padding: 20px;
        position: relative;
        top: 0;
    }

    .pdt-left {
        float: inherit;
        width: 100%
    }

    /*關於我們-About CY*/
    .aboutZone {
        width: 80%;
        padding: 10px;
    }

    .pageArea .box-info {
        padding: 0;
    }

    .pageArea .box-info p {
        padding-left: 0;
    }

    /*Continuous Line Service*/
    .serviceTop:after {
        display: none
    }

    .serviceTxt {
        padding-top: 1rem;
    }
}

@media screen and (max-width:768px) {
    .block-height {
        padding-top: 40px;
    }

    .block-height:last-child {
        padding-bottom: 40px;
    }

    /*首頁*/
    .ix-about {
        margin-top: 0;
    }

    .ix-about-top {
        flex-wrap: wrap;
    }

    .ix-about-pic {
        width: 100%;
    }

    .ix-about-info {
        width: 100%;
        padding: 0 20px;
    }

    .ix-pdt a figure h3 {
        font-size: 2rem
    }

    .ix-about:before {
        height: 65%
    }


    /*customsize*/
    .customsizeArea.pdt-all-view .pdt-box a {
        width: 100%;
    }

    .customsizeArea.pdt-all-view .pdt-box a:nth-child(3),
    .customsizeArea.pdt-all-view .pdt-box a:nth-child(4) {
        margin-top: 3vw;
    }

    .customsizeArea .pdt-box a h2 {
        font-size: 1.6rem;
        margin-top: 10px
    }

    /*聯絡我們*/
    .formGrid {
        width: 100%;
    }

    form .input {
        width: 100%;
    }

}


@media screen and (max-width:767px) {

    /*Continuous Line Service*/
    .serviceTxt {
        padding-top: 0;
    }

    .serviceTxt>div:first-child {
        margin: 0 0 3vw;
    }

}

@media screen and (max-width:640px) {

    header .navbar-brand img,
    header.fixed .navbar-brand img {
        max-width: 200px
    }

    .quick-link a {
        width: 50%;
        font-size: .9rem;
        text-align: center;
        background: #eee;
    }

    .quick-link a.active,
    .quick-link a:hover {
        background: var(--main-color);
        color: #fff;
    }

    .banner-word h3 {
        font-size: 2rem;
        margin-top: 25px;
    }

    .ix-pdt {
        grid-template-columns: repeat(1, 1fr);
    }

    .btm-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .ix-pdt a .btn-style,
    .btm-box a .btn-style {
        opacity: 1;
    }

    /*產品列表*/
    .pdt-all-view .pdt-box {
        flex-wrap: wrap;
    }

    .pdt-all-view .pdt-box a {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .pdt-all-view .pdt-box a:nth-child(1),
    .pdt-all-view .pdt-box a:nth-child(2),
    .pdt-all-view .pdt-box a:nth-child(3) {
        margin-top: 3vw
    }

    .pdt-list-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        /* 設定左右間距 */
        grid-row-gap: 0px;
        /* 設定上下間距 */
    }

    .pdt-zone a:nth-child(1),
    .pdt-zone a:nth-child(2),
    .pdt-zone a:nth-child(3) {
        margin-top: 3vw;
        margin-bottom: 0;
    }

    /*關於我們*/
    .aboutZone .box-info p {
        margin: 0;
    }

    .slogan {
        width: 90%;
        font-size: 1.8rem;
    }

    /*Customsize*/
    .customsizeArea .pdt-box a h2 span {
        font-size: 3rem;
    }

}


/*------------- contact info & map -------------*/

.cont {
    margin-bottom: 40px;
}

.cont .map iframe {
    width: 100%;
    height: 300px;
}

@media (max-width: 768px) {
    .cont .map {
        margin-bottom: 20px;
    }
}
.cont-info {
    height: 100%;
}
.cont-info ul {
    padding-inline-start: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cont-info ul li {
    width: 100%;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.cont-info ul li i {
    display: inline-block;
    width: 30px;
    text-align: left;
    color: var(--main-color);
}