/*------------ 首頁頁尾 ------------*/
.fllow * {
    display: inline-block;
    vertical-align: middle;
}
.fllow .qrcode {
    margin: 0 10px 0 0;
}
/*------------ /首頁頁尾 ------------*/
/*------------ 內頁購物說明 ------------*/
.n_layout,
.n_layout * {
    position: relative;
    box-sizing: border-box;
}
.n_layout .n_box+.n_box {
    margin: 30px 0 0;
}
.n_layout .n_box p {
    margin: 0;
}
.n_layout strong {
    color: #EB6060;
}
.n_layout .n_title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
@media screen and (max-width: 1000px) {
    .n_layout .n_title {
        font-size: 16px;
    }
}
/*------------ /內頁購物說明 ------------*/
/*------------ 首頁關於我們 ------------*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout h3 {
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333;
}
.a_layout h3 span {
    padding: 0 10px;
}
.a_layout h3 span+span::before {
    content: '';
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    left: -6px;
    width: 2px;
    height: 18px;
    background: rgba(51, 51, 51, 0.2);
}
.a_layout .a_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}
.a_layout .a_list .a_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 2 - 50px);
    padding: 50px;
    margin: 0 25px;
    background: rgb(233, 241, 220, 0.8);
    border-radius: 50vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.a_layout .a_item .a_title {
    width: 25%;
}
.a_layout .a_item .a_title h4 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    background: #012516;
    padding: 5px 10px;
    margin: 0 20px 0 0;
    border-radius: 50vw;
}
@media screen and (max-width: 1440px) {
    .a_layout h3 {
        font-size: 20px;
    }
    .a_layout .a_item .a_title {
        display: inline-block;
        width: auto;
    }
    .a_layout .a_item .a_title h4 {
        font-size: 18px;
        margin: 0 0 20px;
        padding: 5px 30px;
    }
    .a_layout .a_list .a_item {
        display: block;
        padding: 30px;
        width: calc(100% / 2 - 30px);
        margin: 0 15px;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout h3 {
        font-size: 18px;
    }
    .a_layout .a_list {
        flex-direction: column;
    }
    .a_layout .a_list .a_item {
        width: 100%;
        margin: 0;
        background: rgb(233, 241, 220, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
    }
    .a_layout .a_list .a_item+.a_item {
        margin: 30px 0 0;
    } 
}
@media screen and (max-width: 767px) {
    .a_layout .a_list .a_item {
        border-radius: 15px;
    }
    .a_layout h3 {
        margin: 0 0 10px;
    }
    .a_layout h3 span {
        display: block;
        padding: 0;
    }
    .a_layout h3 span::before,
    .a_layout h3 span+span::before {
        display: none;
    }
}
/*content*/
.ac_layout,
.ac_layout * {
    position: relative;
    box-sizing: border-box;
}
.ac_layout {
    max-width: 1080px;
    margin: 0 auto;
}
.ac_layout p{
    margin: 0;
    line-height: 2;
}
.ac_layout p strong {
    color: #EB6060;
    font-weight: normal;
}
.ac_layout .ac_item+.ac_item {
    margin: 80px 0 0;
} 
.ac_layout .ac_item_1 .ac_col.ac_col_2 {
    padding: 0 100px 0 120px;
    margin: -100px 0 0;
}
.ac_layout .ac_title {
    position: relative;
    margin: 0 0 60px;
}
.ac_layout .ac_title::before {
    content: '';
    position: absolute;
    top: 43px;
    left: -35px;
    width: 8px;
    height: 98px;
    background: #333333;
}
.ac_layout .ac_title span {
    font-size: 20px;
    letter-spacing: 0;
    color: rgb(24, 24, 25, 0.2);
    font-family: 'Marcellus', serif;
}
.ac_layout .ac_title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #333333;
}
.ac_layout h3 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 10px;
    color: #333333;
}
.ac_layout .ac_item.ac_item_2 h3 {
    text-align: center;
    margin: 0 0 40px;
}
.ac_layout .ac_list {
    display: flex;
    margin: 0 -24px;
}
.ac_list .ac_box {
    width: calc(100% / 3);
    padding: 0 24px;
}
.ac_list .ac_box .ac_txt {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0 0;
}
.ac_list .ac_box .ac_txt::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 4px;
    height: 18px;
    background: #333;
}
.ac_box .ac_txt h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #333333;
    margin: 0;
}
.ac_box .ac_txt span {
    display: block;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: rgb(24, 24, 25, 0.2);
    padding: 5px 0 10px;
    font-family: 'Marcellus', serif;
}
.ac_box .ac_txt p {
    line-height: 1.5;
}
.ac_layout .ac_item.ac_item_3 .ac_col.ac_col_1 {
    position: relative;
    width: 100%;
    min-height: 375px;
    padding: 50px;
    overflow: hidden;
    z-index: 1;
}
.ac_layout .ac_item.ac_item_3 .ac_col.ac_col_1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 245px;
    height: 246px;
    background: url(../../images/common/about/a_pic5.webp) no-repeat fixed;
    background-size: contain;
    opacity: 0.05;
    z-index: -1;
}
.ac_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgb(233, 241, 220, 0.8);
    z-index: -2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ac_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/about/a_pic5.webp) no-repeat fixed 50% 50%;
    -webkit-mask-image: url(../../images/common/about/a_pic6.webp);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url(../../images/common/about/a_pic6.webp);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center;
}
.ac_layout .ac_item.ac_item_3 .ac_col.ac_col_2 {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
    padding: 50px;
    z-index: 2;
}
@media screen and (max-width: 1280px) {
    .ac_layout .ac_item_1 .ac_col.ac_col_2 {
        padding: 0 80px 0 100px;
        margin: -100px 0 0;
    }
    .ac_layout .ac_list {
        margin: 0 -12px;
    }
    .ac_list .ac_box {
        padding: 0 12px;
    }
}
@media screen and (max-width: 1000px) {
    .ac_layout .ac_item+.ac_item {
        margin: 40px 0 0;
    }
    .ac_layout .ac_title span {
        font-size: 15px;
    }
    .ac_layout .ac_title h2 {
        font-size: 25px;
    }
    .ac_layout .ac_item_1 .ac_col.ac_col_2 {
        padding: 0 40px 0 60px;
        margin: -75px 0 0;
    }
    .ac_layout .ac_title {
        margin: 0 0 40px;
    }
    .ac_layout .ac_title::before {
        top: 30px;
        height: 100%;
    }
    .ac_layout h3 {
        font-size: 20px;
        margin: 0 0 5px;
    }
    .ac_layout .ac_item.ac_item_2 h3 {
        margin: 0 0 30px;
    }
    .ac_box .ac_txt h4 {
        font-size: 18px;
    }
    .ac_layout .ac_item.ac_item_3 .ac_col.ac_col_1 {
        min-height: 300px;
    }
    .ac_layout .ac_item.ac_item_3 .ac_col.ac_col_1::before {
        width: 200px;
        height: 201px;
    }
}
@media screen and (max-width: 767px) {
    .ac_layout .ac_list {
        margin: 0;
        flex-wrap: wrap;
    }
    .ac_list .ac_box {
        width: 100%;
        text-align: center;
    }
    .ac_list .ac_box+.ac_box {
        margin: 20px auto 0;
    }
    .ac_layout .ac_item_1 .ac_col.ac_col_2 {
        padding: 0 0 0 30px;
        margin: 0;
    }
    .ac_layout .ac_title::before {
        top: -10px;
        height: calc(100% + 10px);
        width: 4px;
        left: -20px;
    }
    .ac_layout .ac_title {
        margin: 0 0 30px;
    }
    .ac_layout .ac_item.ac_item_3 .ac_col.ac_col_2 {
        padding: 30px;
    }
}
/*/content*/
/*------------ /首頁關於我們 ------------*/
/*------------ contact-editor ------------*/
.contact-editor .row {
    margin: 0 -15px;
}
.contact-editor .col {
    float: left;
    padding: 0 15px;
}
.contact-editor .col1 {
    width: 50%;
}
.contact-editor .col2 {
    width: 50%;
}
.contact-map {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border: 8px solid #fff;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    position: relative;
    box-sizing: border-box;
}
.contact-info-list li {
    position: relative;
}
.contact-info-list li+li {
    margin: 5px 0 0;
}
.contact-info-list li i {
    text-align: center;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #666666;
    border-radius: 100%;
    margin: 0 10px 0 0;
}
.contact-info-list li i::before {
    font-size: 10px;
    position: relative;
    left: 1px;
}
.contact-info-list li i.ic-map-marker:before {
    font-size: 12px;
    top: 1px;
}
.contact-info-list li a,
.contact-info-list span {
    display: inline;
    font-family: 'Marcellus', 'Noto Sans TC', serif;
}
.contact-info-list a {
    transition: all 0.3s ease;
}
.contact-info-list a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
@media screen and (max-width: 1000px) {
    .contact-info-list {
        font-size: 15px;
    }
    .contact-info-list .tel a {
        font-size: 15px;
    }
    .contact-info-list li {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 767px) {
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
@media screen and (max-width: 1000px) {
    .terms-title {
        font-size: 16px;
    }
}
/*------------ /terms-editor ------------*/