.all_main * {
    box-sizing: border-box;
    max-width: 100%;
}

.all_main {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    font-family: "Noto Sans TC", sans-serif;
    border: 0;
    text-decoration: none;
    overflow: hidden;
}

.all_main img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.pageIndex .main_part {
    border-top: none !important;
}

.edit,
.show_content {
    width: 100%;
    padding: 0;
    margin: auto;
}

.main_part {
    max-width: 100%;
    padding: 0;
}

.path,
.banner,
.promotion_title,
.clearfix,
.page {
    display: none;
}

.all_main ul {
    padding: 0 0;
    margin: 0;
}


.all_main li {
    list-style: none;
}

.all_main h6,
.all_main h5,
.all_main h4,
.all_main h3,
.all_main h2 {
    margin: 0;
}

.all_main u {
    text-decoration: none;
}

/*Animations*/
[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-animate-in="up"] {
    transform: translate3d(0, 10%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
    transform: translate3d(-50%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
    transform: translate3d(50%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
    transform: translate3d(0, -10%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
    transform: scale(.3);
}

/*放大淡入*/
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.all_main p {
    margin: 0;
}

.all_main em,
.all_main i {
    font-style: normal;
}

.all_main a {
    text-decoration: none;
}

.all_main dd,
.all_main dt {
    margin: 0 0;
}

.all_main_key_word {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.animated15 {
    animation: none;
}

.pr01 {
    padding: 100px 20px 50px 20px;
    background-color: #F4F4F4;
    min-height: 100vh;
}

.pr01 h4 {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: "Cardo", serif;
    line-height: 200%;
    text-align: center;
    margin-bottom: 60px;
}

.pr01 h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.pr01 h5:nth-of-type(2) {
    margin-top: 0;
}

.pr01 h5 a {
    display: block;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    font-family: "Cardo", serif;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin: 10px 0;
    padding: 0 10px;
    position: relative;
    transition: 0.5s;
}

.pr01 h5 a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #444444;
    position: absolute;
    right: 0;
    bottom: -10px;
    transition: 0.5s;
}

.pr01 h5 a:hover::after {
    transition: 0.5s;
    width: 100%;
}

.pr01 h5 a+a {
    margin-left: 35px;
}

.pr01 h6 {
    max-width: 1800px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pr01 h6 a {
    display: block;
    width: 31%;
    margin: 0 1%;
    transition: 0.5s;
}

.pr01 h6 a:nth-child(n+4) {
    margin-top: 55px;
}

.pr01 h6 a u {
    display: block;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.05em;
    margin: 15px 0;
}

.pr01 h6 a span {
    display: block;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.05em;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-sizing: border-box;
}

.pr01 h6 a em {
    display: block;
    width: 100%;
    height: 85%;
    /* padding-bottom: 67%; */
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.pr01 h6 a em::before {
    content: "View More";
    color: white;
    font-size: 22px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    transition: 0.5s;
    opacity: 0;
}

.pr01 h6 a em img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.pr01 h6 a:hover em img {
    transition: 0.5s;
    transform: scale(1.05);
}

.pr01 h6 a:hover em::before {
    transition: 0.5s;
    opacity: 1;
}

.cli_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.cli_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    /* border-radius: 150px; */
    /* background-color: #ffffff; */
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.cli_btn a.active {
    /* background-color: #343131; */
    color: #343131;
}

.cli_btn a:hover {
    transition: 0.5s;
    /* background-color: #343131; */
    color: #343131;
}

.cli_btn u {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 150px;
    background-color: #ffffff;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    cursor: pointer;
}

.cli_btn u:hover {
    transition: 0.5s;
    background-color: #343131;
    color: white;
}

.cli_btn u:nth-of-type(1) {
    margin-right: 10px;
}

.cli_btn u:nth-of-type(2) {
    margin-left: 10px;
}

@media (max-width:1024px) {
    .pr01 h5 a,
    .banner h5 {
        font-size: 16px;
    }
}

@media (max-width:900px) {
    .pr01 {
        padding: 50px 20px;
    }

    .pr01 h6 a u {
        font-size: 17px;
    }

    .pr01 h6 a span,
    .banner h5 {
        font-size: 15px;
    }

    .pr01 h6 a em::before {
        font-size: 19px;
    }
}

@media (max-width:600px) {
    .pr01 h4 {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .pr01 h6 a em {
        height: 60vw;
    }

    .pr01 h6 a u {
        font-size: 16px;
    }

    .pr01 h6 a span {
        font-size: 14px;
    }

    .pr01 h6 a {
        width: 100%;
    }

    .pr01 h6 a:nth-child(n+2) {
        margin-top: 55px;
    }
}

@media (max-width:425px) {
    .pr01 h5 {
        margin-bottom: 40px;
    }

    .pr01 h6 a {
        width: 100%;
    }

    .pr01 h6 a:nth-child(n+2) {
        margin-top: 35px;
    }

    .pr01 h6 a em {
        height: 350px;
    }

    .pr01 h6 a em::before {
        font-size: 16px;
    }
}

/* pr_info */
.au01 {
    padding: 100px 20px 175px 20px;
    background-color: #F4F4F4;
    overflow: hidden;
}

.au02 {
    max-width: 1800px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

.au03 {
    width: 32%;
    position: absolute;
    top: 0;
    left: 0;
}

.au03 b {
    display: block;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.05em;
}

.au03 i {
    display: block;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.05em;
    margin: 10px 0 75px 0;
}

.ed_it {
    min-height: 600px;
}

.text_edit {
    display: block;
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0.05em;
    word-break: break-all;
    text-align: justify;
}

.text_edit_en {
    display: block;
    color: #444444;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0.05em;
    word-break: break-word;
    margin-top: 25px;
}

.au02 ul {
    width: 61%;
}

.au02 li {
    text-align: center;
}

.au02 li+li {
    margin-top: 25px;
}

.au04 {
    padding: 80px 20px;
    background-color: #E8E8E8;
}

.au05 {
    max-width: 1800px;
    margin: auto;
}

.au05 b {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    font-family: "Cardo", serif;
    margin-bottom: 25px;
}

.au05 h6 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.au05 h6 a {
    width: 23%;
    transition: 0.5s;
}

.au05 h6 a+a {
    margin-left: 2%;
}

.au05 h6 a em {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
    margin-top: 20px;
}

.au05 h6 a i {
    display: block;
    /* height: 0;
    padding-bottom: 141%; */
    height: 82%;
    overflow: hidden;
    transition: 0.5s;
}

.au05 h6 a i img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.au05 h6 a:hover i img {
    transition: 0.5s;
    transform: scale(1.05);
}

@media (max-width:960px) {
    .au01 {
        padding: 100px 20px;
    }

    .au02 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .au03 {
        position: static;
        width: 100%;
        margin-bottom: 50px;
    }

    .au02 ul {
        width: 100%;
    }

    .ed_it {
        min-height: unset;
    }

}

@media (max-width:768px) {
    .pr01 h5 a {
        font-size: 15px;
    }

    .au05 h6 {
        justify-content: space-between;
    }

    .au05 h6 a {
        width: 48.5%;
        margin: 0;
    }

    .au05 h6 a+a {
        margin-left: 0;
    }

    .au05 h6 a:nth-child(n+3) {
        margin-top: 25px;
    }

    .au05 h6 a i {
        height: 400px;
    }

    .au05 h6 a em {
        font-size: 17px;
    }

    .text_edit,
    .text_edit_en {
        font-size: 15px;
    }
}

@media (max-width:600px) {

    .au01,
    .au04 {
        padding: 50px 20px;
    }

    .au05 h6 a {
        width: 100%;
    }

    .au05 h6 a:nth-child(n+2) {
        margin-top: 25px;
    }

    .au05 b {
        font-size: 28px;
    }
}

@media (max-width:400px) {
    .au05 h6 a i {
        height: 300px;
    }
}

/* product */
body.new_pd .pr01 h6 {
    justify-content: center;
}

body.new_pd .pr01 h6 a:nth-child(n) {
    width: 23%;
    margin: 0 1%;
}

body.new_pd .pr01 h6 a:nth-child(n+5) {
    margin-top: 55px;
}

/* body.new_pd .pr01 h6 a em {
    padding-bottom: 116%;
} */

@media (max-width:900px) {
    body.new_pd .pr01 h6 a:nth-child(n) {
        width: 30%;
        margin: 0 1.5%;
    }


    body.new_pd .pr01 h6 a:nth-child(n+4) {
        margin-top: 55px;
    }

}

@media (max-width:600px) {
    body.new_pd .pr01 h6 {
        justify-content: space-between;
    }

    body.new_pd .pr01 h6 a:nth-child(n) {
        width: 48.5%;
        margin: 0;
    }

    body.new_pd .pr01 h6 a:nth-child(n+3) {
        margin-top: 55px;
    }

}

@media (max-width:425px) {
    body.new_pd .pr01 h6 a:nth-child(n) {
        width: 100%;
    }

    body.new_pd .pr01 h6 a:nth-child(n+2) {
        margin-top: 35px;
    }
}

/* product info */
body.new_pd .au02 {
    justify-content: space-between;
}

body.new_pd .au03 {
    left: auto;
    right: 0;
}