@charset "utf-8";
/*-about page*/
.about-wrap {
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 60px 20px; */
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-wrap h2 {
    font-size: 22px;
    font-weight: 400;
    color: #BF6344;
    margin-top: 0;
    margin-bottom: -24px;
    line-height: 1.4;
    text-align: left;
}
.about-wrap h3 {
    font-size: 18px;
    font-weight: normal;
    color: #c9654d;
    margin: 0 0 15px 0;
}
.about-wrap p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #666;
    margin: 0;
}
.about-wrap strong {
    font-weight: 400;
    color: #c9654d;
}
/* --- 標題對齊 --- */
.abt-title-r {
    text-align: right;
}
.abt-title-l {
    text-align: left;
}
.abt-sub {
    color: #c9654d;
}
/* --- 區塊 Flex 結構 --- */
.about-sec {
    display: flex;
    align-items: center;
    /* margin-bottom: 80px; */
    gap: 64px;
}
/* --- 圖片欄 --- */
.about-media {
    flex-shrink: 0;
    /* flex-basis: 40%; */
    max-width: 500px;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}
.about-media img {
    width: 100%;
    height: auto;
    display: block;
}
/* --- 文字欄 --- */
.about-text {
    flex-grow: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* --- 區塊 B：圖片在右側 --- */
.about-secB {
    /* flex-direction: row-reverse; */
}
/* --- 強調引用框 --- */
.abt-note {
    border-left: 5px solid #c9654d;
    padding: 0 0 0 20px;
    margin: 0;
    color: #c9654d;
}
.abt-note p {
    font-size: 16px;
    color: #c06344;
    margin: 0;
}
/* --- 手機版 RWD --- */
@media (max-width: 1000px) {
    .about-sec {
        flex-direction: column;
        align-items: center;
        /* margin-bottom: 60px; */
        gap: 30px;
    }
    .about-media,
    .about-text {
        width: 100%;
        max-width: 600px;
        flex-basis: auto;
    }
    .about-wrap h2 {
        font-size: 18px;
        text-align: left !important;
        /* margin-top: 10px; */
    }
    .abt-title-r,
    .abt-title-l {
        text-align: left;
    }
    .about-wrap {
        /* padding: 40px 15px; */
    }
}
/*------------ about-editor ------------*/
/* --- 通用 Reset & 基礎樣式 --- */ 
.feature-wrap {
    max-width: 600px;
    width: 100%;
}
.feature-item-title {
    font-size: 20px;
    font-weight: 400;
    color: #444;
    margin: 0 0 4px;
}
.feature-txt {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
    max-width: 300px;
}
/* --- 頂部介紹區樣式 --- */
.feature-header {
    margin-bottom: 20px;
}
.feature-title {
    font-size: 90px;
    font-weight: 400;
    color: #444;
    margin: 0 0 10px 0;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    font-family: "Lexend Deca", sans-serif;
    gap: 24px;
}
.feature-title span {
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0px;
    line-height: 1.4;
    letter-spacing: 0.12em;
}
.feature-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 30px;
}
.feature-desc > strong{
    color:#BF6344;
    font-weight:400;
}
/* --- 底部特色清單區樣式 --- */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* --- 單一特色項目 (Flex) --- */
.feature-item {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 10px 0;
}
.feature-icon {
    flex-shrink: 0;
    width: 75px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-content {
    flex-grow: 1;
}
/* --- RWD --- */
@media (max-width: 1000px) {
    .feature-title span{
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .feature-title {
        font-size: 64px;
    }
    .feature-title span {
        font-size: 20px;
    }
    .feature-desc {
        font-size: 14px;
    }
    .feature-item-title {
        font-size: 18px;
    }
    .feature-txt {
        font-size: 13px;
    }
    .feature-item {
        gap: 10px;
    }
}
/*------------ service-editor ------------*/
/* --- 主要 Flex 容器 (寬螢幕佈局) --- */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 26px;
}
/* --- 圖片樣式 --- */
.image-wrapper {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 735px;
    max-width: 735px;
    position: relative;
}
.s_item{
    position: absolute;
    right: -80px;
    bottom: 100px;
    z-index: 1;
}
.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
/* --- 數字區塊容器樣式 --- */
.text-group {
    display: flex;
    flex-direction: column;
    flex-grow: 0; 
    min-width: 150px;
    gap: 44px;
}
.left-group {
    align-items: flex-end;
    margin-left: -20px;
}
.right-group {
    align-items: flex-start;
    margin-right: -20px;
}
/* --- 單一數字方塊樣式 --- */
.feature-box {
    position: relative;
    text-align: left;
    padding: 32px 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /* max-width: 180px; */
}
.feature-box p{
    margin: 0;
    line-height: 1.6;
    color: #333;
    font-size: 20px;
    text-align: center;
}
/* 針對排版圖中，左側方塊的箭頭/排版調整 */
.left-group .feature-box {
    align-self: flex-end; 
    border-radius: 30px; 
}
.left-group .feature-box:nth-child(2){
    margin-right:50px;
}
.left-group .feature-box:before{
    content:'';
    display:block;
    width:59px;
    height:60px;
    background: url('../../../images/layout06/common/index/pop.png') no-repeat;
    transform: scaleX(-1);
    position:absolute;
    right:24px;
    top:80%;
    /* box-shadow:0 0 16px rgb(33 33 33 /46%); */
}
/* 針對排版圖中，右側方塊的箭頭/排版調整 */
.right-group .feature-box {
    /* 讓右邊的方塊在它自己的容器內靠左 */
    align-self: flex-start; 
    border-radius: 30px; 
}
.right-group .feature-box:nth-child(2){
    margin-left:50px;
}
.right-group .feature-box:before{
    content:'';
    display:block;
    width:59px;
    height:60px;
    background: url('../../../images/layout06/common/index/pop.png') no-repeat;
    position:absolute;
    left:24px;
    top:80%;
    /* box-shadow:0 0 16px rgb(33 33 33 /46%); */
}
/* --- 數字圓點樣式 --- */
.number {
    position: absolute;
    top: -24px; /* 數字在方塊頂部上方 */
    /* 讓左側數字在方塊的左側 */
    left: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #c9654d; /* 橘色 */
    color: white;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lexend Deca", sans-serif;
}
/* ======================================================= */
/* 當螢幕寬度小於 850px 時，執行以下樣式 */
/* ======================================================= */
@media (max-width: 1290px) {
    .flex-container {
        /* 將主容器方向改為縱向堆疊 */
        /* flex-direction: column; */
        align-items: center; /* 讓所有區塊置中 */
        justify-content: center;
        /* padding: 10px; */
        gap: 40px;
    }
    .image-wrapper {
        width: 100%; /* 圖片佔滿寬度 */
        /* max-width: 500px; */
        /* margin-bottom: 40px; */ /* 圖片下方與文字區隔 */
        order: 1;
        flex-shrink: 1;
        flex-basis: fit-content;
    }
    .left-group {
        margin-left: 0px;
    }
    .right-group {
        margin-right: 0px;
    }
    .text-group {
        /* width: 40%; */
        flex-direction: row;
        align-items: center;
        margin: 0;
        gap: 40px;
    }
    .text-group.left-group{
        order:2;
    }
    .left-group .feature-box:nth-child(2) {
        margin-right: 0;
    }
    .text-group.right-group{
        order:3;
    }
    .right-group .feature-box:nth-child(2) {
        margin-left: 0;
    }
    .feature-box {
        align-self: center !important;
        text-align: center;
        border-radius: 10px;
    }
    .number {
        top: -20px;
        left: 50%; 
        transform: translateX(-50%);
    }
    .feature-box p{
        font-size:18px;
    }
    .feature-box p > br{
        display:none;
    }
}
@media (max-width: 560px) {
    .text-group{
        width:100%;
        flex-direction:column;
    }
    .feature-box{
        width: calc(100% - 80px);
        max-width: 300px;
        flex: 1 1 auto;
    }
    .left-group .feature-box:before,
    .right-group .feature-box:before{
        display:none;
    }
    .left-group .feature-box:nth-child(2) {
        margin-right: 0;
    }
    .right-group .feature-box:nth-child(2) {
        margin-left: 0;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.contact-editor .col {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-editor .col.add {
    flex: 1 1 0;
    min-width: 250px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    background: #C06344;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-shrink:0;
    gap: 16px;
    transform: rotate(45deg); 
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !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;
    transform: rotate(-45deg); 
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #C06344;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
