.gnav_process {
    padding: 0 0 35px 0;
}

.gnav_process li {
    position: relative;
    width: 22%;
    margin-bottom: 20px;
}

.gnav_process a {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 100%;
}

.gnav_process a img {
    opacity: 1;
    transition: all 1s;
}

.gnav_process a:after {
    content: '';
    position: absolute;
    top: 0%;
    right: 0;
    background: #333333;
    width: 0%;
    height: 100%;
    overflow: hidden;
    transition: .5s .2s;
    opacity: 0;
}

.hover_effect_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    z-index: 3;
}

.gnav_process .hover_effect_box p {
    opacity: 0;
    transition: .5s;
    line-height: 150%;
    color: #cccccc;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 1.5px;
    padding: 10px;
    transition: 0.8s;
}

.gnav_process a:hover p {
    opacity: 1;
    transition: .8s .2s;
}

.gnav_process a:hover {}

.gnav_process a:hover:after {
    transition: .5s;
    opacity: 1;
    width: 100%;
}

@media screen and (max-width:420px) {
    .gnav_process li {
        width: 47%;
    }
}

@media screen and (max-width:1023px) {
    .hover_effect_box {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
    }
    .gnav_process .hover_effect_box p {
        opacity: 1;
    }
    .gnav_process img {
        display: none;
    }
    .gnav_process a:hover:after {
        opacity: 0;
        width: 0;
    }
}

.page-processing_detail {
    overflow: hidden;
}

.page-product .product-content,
.page-processing .product-content,
.page-processing_detail .product-content {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

.product_newul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 120px 0;
}

@media screen and (max-width:1360px) {
    .product_newul {
        padding: 0 0 80px 0;
    }
}

.product_newul li {
    width: 33.33%;
    padding: 0 20px 40px;
}

@media screen and (max-width:1023px) {
    .product_newul li {
        width: 50%;
    }
}

@media screen and (max-width:600px) {
    .product_newul li {
        width: 100%;
    }
}

.product_inner {
    background: #f7f7f7;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}

.page-product .list-txt,
.page-processing .list-txt {
    padding: 30px 25px !important;
    height: auto;
}

.page-processing .list-txt h3 {
    padding: 0 0 8px 0;
}

.page-product .hvr-icon-wobble-horizontal,
.page-processing .hvr-icon-wobble-horizontal {
    text-transform: uppercase;
}

.page-product .list-txt h3,
.page-processing .list-txt h3 {
    font-size: 20px;
    font-family:  Arial;
}

.page-product .list-txt .fontC,
.page-processing .list-txt .fontC {
    font-size: 14px;
    letter-spacing: 1px;
    color: #9e9e9e;
    overflow: hidden;
    font-weight: 300;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 88px;
    line-height: 28px;
    margin: 16px 0 33px;
}

.p_img_box {
    opacity: 1;
}

.p_img_box:hover {
    opacity: 0.8;
}

.processing_box_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0 90px 0;
}
.processing_videoBox {
    justify-content: center;
    flex-direction: column;
}
.processing_videoBox p {
    font-size: 14px;
    font-family: 'CenturyGothic', 'Microsoft JhengHei', Arial, sans-serif;
    letter-spacing: 1px;
}
.processing_videoBox iframe{
    width: 60%;
}

.processing_box01 .processing_img,
.processing_box01 .processing_note {
    width: 50%;
}

.processing_box01 .processing_note {
    padding: 0 0 0 20px
}

.processing_box01 .processing_note .fontC {
    padding: 0 0 30px 0;
}

.video_icon {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.video_icon:hover span {
    background: #4c4e79;
}

.video_icon p {
    margin: 0;
    padding-left: 20px
}

.processing_box02 .processing_note {
    padding: 0 50px 0 0px
}

.processing_box03 .processing_note {
    padding: 0 0 0 50px
}

.processing_box02 .processing_img,
.processing_box03 .processing_img {
    width: 30%;
}

.processing_box02 .processing_note,
.processing_box03 .processing_note {
    width: 70%;
}

@media screen and (max-width:800px) {
    .processing_box02 .processing_img,
    .processing_box03 .processing_img,
    .processing_box02 .processing_note,
    .processing_box03 .processing_note {
        width: 100%;
    }
    .processing_videoBox iframe{
        width: 100% !important;
    }
    .processing_box01 .processing_note .fontC {
        padding: 0 0 0 0;
    }
}

.processing_box03 .processing_note ul p {
    margin: 0;
}

.processing_box03 .processing_note ul {
    padding: 16px 0 0 0px
}

.processing_box03 .processing_note li {
    padding: 0 0 10px 0;
    position: relative;
}

.processing_box03 .processing_note li::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #4c4e79;
    position: absolute;
    top: 8px;
    left: 10px;
}

.processing_box03 .processing_note li p {
    display: inline-block;
    color: #797979;
    padding: 0 0 0 25px;
}

.processing_note h3,
.processing_note h4 {
    font-size: 36px;
    color: #4c4e79;
}

.processing_note h3 {
    font-family: 'Myriad Pro', '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    padding: 0 0 10px 0;
}

.processing_note h4 {
    font-size: 22px;
}

.processing_note .fontC {
    color: #797979;
    font-size: 14px;
}

.video_icon p {
    font-size: 14px;
    font-family: 'CenturyGothic', 'Microsoft JhengHei', Arial, sans-serif;
}

.video_icon span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 50%;
    position: relative;
    transition: all .5s
}

.video_icon i {
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 7px;
    left: 10px;
    border-width: 5.12px 0 5.12px 7.68px;
}


/*slick*/

.page-processing_detail .slick-dots {
    bottom: 10px;
}

.page-processing_detail .slick-dots li button:before {
    color: #FFF;
}

.page-processing_detail .slick-dots li.slick-active button:before {
    color: #FFF;
    opacity: .9;
}

.page-processing_detail .slick-slider {
    left: 0;
    right: 0;
    margin: auto;
}

.processing_box04 {
    padding: 40px 0 80px 0;
}

@media screen and (max-width:800px) {
    .processing_box_items {
        flex-direction: column;
        padding: 30px 0 50px 0;
    }
    .processing_box02 {
        flex-direction: column-reverse;
    }
    .processing_box01 .processing_img,
    .processing_box01 .processing_note,
    .processing_box02 .processing_note,
    .processing_box03 .processing_note {
        width: 100%;
        padding: 20px 0
    }
    .processing_box01 .processing_img img,
    .processing_box02 .processing_img img,
    .processing_box03 .processing_img img {
        max-width: 1000px;
        width: 100%;
    }
    .processing_box04 {
        padding: 0px 0 40px 0;
    }
}

.page-product-detail04 .right-content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    background: #fff;
}

.page04_inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.page04_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page04_headerimg,
.page04_note {
    width: 50%;
    text-align: left;
}

.page04_headerimg {
    padding: 0 10%;
}

.page04_note {
    padding: 0 10% 0 0
}

.page04_note h5 {
    font-size: 36px;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.page04_note p {
    font-size: 14px;
    padding: 0 0 50px 0;
    font-family: 'Century Gothic', 'Myriad Pro', '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
}

.page04_note .fontC {
    text-align: center
}

.page04_header .slick-dots li.slick-active button:before {
    color: #868686;
}

.page04_header .slick-dots li button:before {
    color: #a5a5a5;
}

.page04_header .slick-dots {
    bottom: -20px;
}

.page04_bottom_title {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Century Gothic', 'Myriad Pro', '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    opacity: 0.6;
    padding: 0 0 70px 0;
    display: inline-block
}

.page04_bottom_title .hr01 {
    margin: 21px auto 0;
}

.page04_bottom {
    padding: 40px 0 160px 0;
}

@media screen and (max-width:1024px) {
    .page04_bottom {
        padding: 40px 0 80px 0;
    }
}

@media screen and (max-width:800px) {
    .page04_header {
        flex-direction: column;
    }
    .page04_headerimg,
    .page04_note {
        width: 100%;
        padding: 0 10%;
    }
    .page04_bottom {
        padding: 80px 0 50px 0
    }
    .page04_bottom_title {
        padding: 0 0 50px 0;
    }
}

@media screen and (max-width:850px) {
    .btn-inquiry-x {
        background: #fff
    }
}