@charset "utf-8";
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
/* ------- notice ------- */
.editor-title {
    color: #EF7666;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    font-family: 'DM Serif Display', serif;
}
.editor-title-img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.notice-edirot-step2 {
    text-align: center;
}
.notice-edirot-step3 {
    text-align: right;
}
@media screen and (max-width: 1000px){
    .editor-title {
        font-size: 18px;
    }
}
/* ------- /notice ------- */
.scroll1 {
    background: url(../../../images/common/index/scroll1.webp);
    ;width: 174px;
    height: 143px;
    position: absolute;
    top: 148px;
    right: 40px;
    z-index: -1;
}
.scroll2 {
    background: url(../../../images/common/index/scroll2.webp);
    width: 346px;
    height: 298px;
    position: absolute;
    bottom: -12px;
    right: 470px;
    z-index: 0;
    background-size: contain;
}
.scroll3 {
    background: url(../../../images/common/index/scroll3.webp);
    ;width: 282px;
    height: 250px;
    position: absolute;
    bottom: -150px;
    left: -155px;
    z-index: 0;
}
.scroll4 {
    background: url(../../../images/common/index/scroll4.webp);
    ;width: 208px;
    height: 199px;
    position: absolute;
    bottom: -1130px;
    right: 50px;
    z-index: 10;
    background-size: contain;
}
.scroll5 {
    background: url(../../../images/common/index/scroll5.webp);
    ;width: 199px;
    height: 420px;
    position: absolute;
}
@media screen and (max-width: 1600px) {
    .scroll4 {
        right: -130px;
        }
}
@media screen and (max-width: 1280px) {
    .scroll2 {
        width: 246px;
        height: 198px;
        right: 330px;
    }
    .scroll3 ,.scroll4 ,.scroll5{
        display: none;
    }
}
@media screen and (max-width: 1100px){
    .scroll2 {
        width: 206px;
        height: 158px;
        right: 200px;
    }
}
@media screen and (max-width: 1000px){
    .scroll1,.scroll2 ,.scroll3 ,.scroll4 ,.scroll5{
        display: none;
    }
}
/* ------- /u_layout ------- */
.u_layout{
    display: flex;
    justify-content: space-between;
}
.u_layout .abtxt{
    text-align: left;
}
.u_layout .title2{
    font-size: 20px;
    font-weight: normal;
    color: #DF8A30;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 170px 0 5px;
}
.abtxt p{
    margin: 0;
}
.col2{
    width: 37%;
}
@media screen and (max-width: 1280px) {
    .col2{
        width: 50%;
    }
    .col1{
        width: 45%;
    }
}
@media screen and (max-width: 1000px) {
    .u_layout .abtxt {
        text-align: center;
    }
    .col2{
        width: 100%;
        padding-bottom: 10px;
    }
    .col1{
        width: 100%;
    }
}
/* ------- /u_layout ------- */
.a_box1{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 67px;
}
.a_box2{
    display: flex;
}
.a_txt {
    width: 50%;
}
.a_pic1,
.a_pic2{
    width: 50%;
    position: relative;
}
.a_pic1:before{
    content: "";
    background: url(../../images/common/about/ic1.webp) 50% 50%;
    width: 144px;
    height: 150px;
    position: absolute;
    top: 230px;
    left: -69px;
    background-size: cover;
    z-index: 0;
}
.a_pic2:before{
    content: "";
    background: url(../../images/common/about/ic3.webp) 50% 50%;
    width: 72px;
    height: 73px;
    position: absolute;
    bottom: 50px;
    right: 55px;
    background-size: cover;
    z-index: 0;
}
.a_pic2img{
    position: absolute;
    top: -48px;
}
/* ------- about ------- */
/* content */
.a_layout {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.a_layout span {
    position: relative;
    box-sizing: border-box;
    font-size: 60px;
    font-weight: 400;
    color:#ED7666;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: 'DM Serif Display', serif;
}
.a_layout h2 {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 32px;
    font-weight: normal;
    color: #643608;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}
.a_layout h3 {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #DF8A30;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 25px 0 6px;
}
.a_layout p{
    margin: 0;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 2;
}
.a_layout .a_box1 p{
    padding: 0 80px 0 0;
}
.a_layout .a_box2 p{
    padding: 0 120px 0 0;
}
.a_layout .a_item,
.a_layout .a_item .a_col {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item:first-of-type {
    display: flex;
}
.a_layout .a_item:last-of-type {
    display: flex;
    align-items: center;
    padding: 0 55px 0 25px;
    margin: -82px 0 0;
}
.a_layout .a_item:last-of-type .a_col {
    width: 30%;
    padding: 50px 0 0;
}
.a_layout .a_item:last-of-type .a_col:first-of-type:before{
    content: '';
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    right: -30px;
    width: 60px;
    height: 1px;
    background: #EF7666;
    z-index: 1;
}
.a_layout .a_item:last-of-type .a_col:last-of-type {
    width: 70%;
    background: #F5F5F5;
    padding: 50px 80px;
}
@media screen and (max-width: 1000px) {
    .a_layout {
        text-align: center;
    }
    .a_box1,
    .a_box2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .a_txt {
        width: 100%;
    }
    .a_box1 .a_txt {
        padding-bottom: 20px;
    }
    .a_pic1, .a_pic2 {
        width: 100%;
    }
    .a_layout span {
        font-size: 45px;
    }
    .a_layout h2{
        font-size: 23px;
    }
    .a_layout .a_box1 p {
        padding: 0 80px 0 80px;
    }
    .a_layout .a_box2 p {
        padding: 0 150px 0 150px;
    }
    .a_pic2:after {
        right: 285px;
    }
    .a_layout .a_item:first-of-type {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .a_layout .a_item:last-of-type{
        margin: 0;
        padding: 0;
        flex-direction: column;
    }
    .a_layout .a_item:last-of-type .a_col {
        width: 100%;
        padding: 30px 0;
        text-align: center;
    }
    .a_layout .a_item:last-of-type .a_col:last-of-type {
        width: 100%;
    }
    .a_layout .a_item:last-of-type .a_col:first-of-type:before {
        width: 1px;
        height: 30px;
        bottom: -15px;
        top: unset;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: unset;
    }
    .a_layout h3{
        text-align: center;
    }
    .a_layout p {
        line-height: 1.75;
    }
    .u_layout {
        display: flex;
        flex-direction: column;
        align-items: center;  
    }
    .u_layout .title2 {
        margin: 0px 0 5px;
    }
    .a_pic2img {
        position: relative;
        top: 50px;
        padding: 0px 165px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a_item:last-of-type .a_col:last-of-type {
        padding: 30px;
    }
    .a_layout h3 {
        font-size: 22px;
    }
        .a_layout .a_box2 p {
        padding: 0;
    }
        .a_layout .a_box1 p {
        padding: 0;
    }
}
@media screen and (max-width: 484px) {
    .a_pic2img {
        top: 20px;
    }
}
/* index */
.about-sect .editor h3 {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    color: #444444;
    letter-spacing: 5px;
    line-height: 1.2;
    margin: 0 0 20px;
}
/* 跑馬燈 */
.marquee {
    width: 100%;
    position: absolute;
    left: -49rem;
    right: -49rem;
    top: 0;
    height: auto; 
    white-space: nowrap;
}
@keyframes marqueeAnimation {
    0% { 
        transform: translateX(0%); 
    }
    100% { 
        transform: translateX(100%); 
    }
}
@keyframes marqueeAnimation2 {
    0% { 
        transform: translateX(-100%); 
    }
    100% { 
        transform: translateX(0%); 
    }
}
.marquee-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
}
.marquee-content ul:first-child{
    display: flex;
    animation: marqueeAnimation 80s linear infinite;
}
.marquee-content ul:last-child{
    display: flex;
    animation: marqueeAnimation2 80s linear infinite;
    animation-delay: -80s; 
}
.marquee-content ul > li{
    margin: 0 16px;
    width: 880px;   
}
@media screen and (max-width: 1000px){
    .about-sect .editor h3 {
        font-size: 23px;
        margin: 0 0 5px;
    }
    .marquee-content ul > li {
        margin: 0 16px;
        width: 440px;
    }
}
/* ------- /about ------- */
/* ------- /products ------- */
.products-editor-pics {
    margin: 0 -6px;
}
.products-editor-pics .col {
    float: left;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 10px;
    text-align: center;
}
/* ------- /products ------- */
/* ------- contact ------- */
.contact-info-list {
    list-style-type: none;
    padding: 15px 0 0;
    margin: 0;
}
.contact-info-list li,
.contact-info-list i,
.contact-info-list span {
    display: inline-block;
    vertical-align: middle;
}
.contact-info-list li {
    width: calc(100% / 3);
    padding: 0;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.contact-info-list li:first-child {
    font-size: 14px;
}
.contact-info-list i {
    position: relative;
    box-sizing: border-box;
    width: 55px;
    height: 55px;
    background: rgb(82, 169, 164, 0.3);
    background: #fff;
    border: 1px solid #EF7666;
    border-radius: 100%;
    margin-right: 10px;
}
.marquee-content ul > li img{
    border-radius: 30px;
}
.contact-info-list .ic.ic5-fax:before {
    font-family: 'icon-font' !important;
    content: "\ff002"; 
}
.contact-info-list i::before{
    display: inline-block;
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #EF7666;
    font-size: 18px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.contact-info-list span,
.contact-info-list a {
    position: relative;
    /* width: calc(100% - 70px); */
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: 1px;
}
.contact-info-list a {
    transition: all 0.3s ease;
}
.contact-info-list a:hover {
    color: #EF7666;
    text-decoration: underline;
}
/* ------- /contact ------- */
/* ------- terms ------- */
.terms-title {
    color: #EF7666;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0.3em;
}
/* ------- /terms ------- */
@media screen and (max-width: 1000px) {
    .products-editor-pics .col {
        width: 50%;
    }
    .contact-info-list li {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        width: auto;
        float: none;
    }
    .contact-info-list li:nth-child(n) {
        font-size: 16px;
    }
    .contact-info-list .ic-wrap {
        width: 60px;
    }
    .contact-info-list .txt {
        width: calc(100% - 75px);
    }
}
@media screen and (max-width: 500px) {
    .products-editor-pics .col {
        width: 100%;
    }
}