/*------------ 首頁 關於我們 開始 ------------*/
.index-about{
    width: 453px;
    height: 365px;
    position: absolute;
}
.index-about:nth-child(1){
   left: 35px;
   top: 0;
}
.index-about:nth-child(2){
    left: 500px;
    top: 218px;
}
.index-about:nth-child(3){
    left: 35px;
    top: 490px;
}
.index-about .a-top{
    display: flex;
    align-items: flex-end;
}
.index-about .a-top-1{
    background: url('../../images/common/index/about-icon-1.png');
    min-width: 50px;
    height: 50px;
    margin-right: 15px;
}
.index-about:nth-child(2) .a-top-1{
    background: url('../../images/common/index/about-icon-2.png');
}
.index-about:nth-child(3) .a-top-1{
    background: url('../../images/common/index/about-icon-3.png');
}
.index-about .a-top-2{
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #7B7776;
    position: relative;
    padding-bottom: 11px;
    margin-right: 8px;
    min-width: 80px;
}
.index-about .a-top-2:before{
    content:"";
    width: 30px;
    height: 1px;
    background: #7B7776;
    position: absolute;
    left: 0;
    bottom: 0;
}

@-webkit-keyframes footerpicbefore {
    0% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 99em 80em;
    }

    30% {
        -webkit-transform: translate(-2px, -1px) scale(1.04);
        transform: translate(-2px, -1px) scale(1.04);
        opacity: 0.8;
        border-radius: 70em;
    }

    70% {
        -webkit-transform: translate(-1px, -2px);
        transform: translate(-1px, -2px);
        border-radius: 80em;
    }

    100% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 99em 80em;
    }
}

@keyframes footerpicbefore {
    0% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 99em 80em;
    }

    30% {
        -webkit-transform: translate(-2px, -1px) scale(1.04);
        transform: translate(-2px, -1px) scale(1.04);
        opacity: 0.8;
        border-radius: 70em;
    }

    70% {
        -webkit-transform: translate(-1px, -2px);
        transform: translate(-1px, -2px);
        border-radius: 80em;
    }

    100% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 99em 80em;
    }
}

@-webkit-keyframes footerpicafter {
    0% {
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
        border-radius: 80em 99em;
    }

    30% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 60em;
    }

    70% {
        -webkit-transform: translate(-2px, 2px) scale(1.05);
        transform: translate(-2px, 2px) scale(1.05);
        border-radius: 99em;
    }

    100% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        border-radius: 80em 99em;
    }
}

@keyframes footerpicafter {
    0% {
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
        border-radius: 80em 99em;
    }

    30% {
        -webkit-transform: translate(2px, 3px);
        transform: translate(2px, 3px);
        border-radius: 60em;
    }

    70% {
        -webkit-transform: translate(-2px, 2px) scale(1.05);
        transform: translate(-2px, 2px) scale(1.05);
        border-radius: 99em;
    }

    100% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        border-radius: 80em 99em;
    }
}
.index-about .a-top-3{
    position: relative;
}

.index-about .a-top-3::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 99em 80em;
    border: 1px solid #CCCCCC;
    position: absolute;
    -webkit-transform: translate(2px, 3px);
    -ms-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
    z-index: 15;
    -webkit-animation: footerpicbefore 1.5s infinite ease-in-out;
    animation: footerpicbefore 1.5s infinite ease-in-out;
}
.index-about .a-top-3::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 80em 99em;
    border: 1px solid #CCCCCC;
    position: absolute;
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
    -webkit-animation: footerpicafter 2s infinite ease-in-out;
    animation: footerpicafter 2s infinite ease-in-out;
    z-index: 5;
}
.index-about .a-top-3 span{
    position: absolute;
    font-family: 'Overpass', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #555555;
    left: -3px;
    bottom: -11px;
    line-height: 50px;
    display: none;
}
.index-about .a-t1{
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
}
.index-about .a-p1{
    color: #797776;
    font-size: 15px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
    line-height: 22px;
    margin: 0%;
}
.index-about:nth-child(2) .a-top-3{
    min-width: 394px;
}

.index-about:nth-child(2) .a-top-3::before {
    /* content: "";
    display: block; */
    width: 251px;
    height: 251px;
    left: -56px;
    z-index: -1;
    top: -10px;
    /* left: 0;
    top: 0;
    border-radius: 99em 80em;
    border: 1px solid #CCCCCC;
    position: absolute;
    -webkit-transform: translate(2px, 3px);
    -ms-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
    z-index: 15;
    -webkit-animation: footerpicbefore 1.5s infinite ease-in-out;
    animation: footerpicbefore 1.5s infinite ease-in-out; */
}
.index-about:nth-child(2) .a-top-3::after {
    /* content: "";
    display: block; */
    width: 251px;
    height: 251px;
    left: unset;
    right: 48px;
    z-index: -1;
    top: -10px;
    /* left: 0;
    top: 0;
    border-radius: 99em 80em;
    border: 1px solid #CCCCCC;
    position: absolute;
    -webkit-transform: translate(2px, 3px);
    -ms-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
    z-index: 15;
    -webkit-animation: footerpicbefore 1.5s infinite ease-in-out;
    animation: footerpicbefore 1.5s infinite ease-in-out; */
}

.index-about:nth-child(2) .a-top-3 img{
    position: relative;
    left: -55px;
    top: -8px;
}
.index-about:nth-child(3) .a-top-2{
    margin-right: 45px;
}
.index-about:nth-child(3) .a-top-3 span {
    left: -39px; 
}
@media screen and (max-width: 1700px) {
    .index-about {
        width: 407px;
        height: 365px;
        position: absolute;
        margin: auto;
    }
    .index-about:nth-child(2) .a-top-3 {
        min-width: 337px;
    }
    .index-about:nth-child(2) {
        left: 467px;
    }
    .index-about .a-top-3 span {
        left: -11px;
    }
    .index-about:nth-child(2) .a-top-3::before {
        width: 213px;
        height: 213px;
        left: -56px;
        top: -6px;
    }
    .index-about:nth-child(2) .a-top-3::after {
        width: 213px;
        height: 213px;
        right: 56px;
        top: -10px;
    }
   
}
@media screen and (max-width: 1440px) {
    .index-about {
        width: 407px;
        height: unset;
        position: relative;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 50px;
    }
    .index-about:nth-child(2) .a-top-3 img {
        left: 0;
        top: 0;
    }
    .index-about:nth-child(2) .a-top-3::before {
        width: 213px;
        height: 213px;
        left: 0px;
        top: 0px;
    }
    .index-about:nth-child(2) .a-top-3::after {
        width: 213px;
        height: 213px;
        right: 0px;
        top: 0px;
    }


}
@media screen and (max-width: 1100px) {
    .index-about {
        width: 300px;
        margin-bottom: 40px;
    }
    .index-about .a-top {
        flex-direction: column;
        align-items: center;
    }
    .index-about .a-top-3 {
        order: 1;
        margin-bottom: 15px;
    }
    .index-about .a-top-1 {
        order: 2;
    }
    .index-about .a-top-2 {
        order: 3;
    }
    .index-about .a-top-3 span {
        position: absolute;
        left: calc(50% - 56px);
        bottom: -70px;
    }
    .index-about:nth-child(3) .a-top-3 span {
        left: calc(50% - 56px);
    }
    .index-about .a-top-1 {
        margin-right: 0;
        position: relative;
        right: 0px;
    }
    .index-about .a-top-2 {
        padding-bottom: 10px;
        padding-top: 10px;
        margin-right: 0;
        min-width: unset;
    }
    .index-about .a-top-2:before {
        left: calc(50% - 15px);
    }
    .index-about:nth-child(3) .a-top-2 {
        margin-right: 0;
    }
    .index-about .a-t1 {
        display: block;
        height: unset;
        text-align: center;
    }
    .index-about .a-p1 {
        display: block;
        height: unset;
        text-align: center;
    }
}
/*------------ 首頁 關於我們 結束 ------------*/

/*------------ 內頁 關於我們 開始 ------------*/
.p-about{
    padding-left: 30px;

}
.p-about .a1{
    margin-bottom: 110px;
}
.p-about .a1-row{
    display: flex;
}
.p-about .a1-col:nth-child(1){
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: center;
}
.p-about .a1-col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
}
.p-about .a-t1{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #FFF;
    font-family: 'Overpass', sans-serif;
    font-size: 20px;
    background: #7B7776;
    border-radius: 50%;
    font-weight: normal;
    margin: 0;
    margin-bottom: 15px;
}
.p-about .a-t2{
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    color: #858585;
    margin-bottom: 15px;
    font-weight: normal;
}
.p-about .a-t3{
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    color: #7B7776;
    font-weight: bold;
}
.p-about .a-p1{
    color: #333326;
    font-size: 15px;
    font-weight: normal;
    line-height: 36px;
    margin: 0;
}
.p-about .a1 .a-t3{
    margin-bottom: 15px;
}


.p-about .a2-row{
    display: flex;
}
.p-about .a2-col:nth-child(1){
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: center;
    background: url(../../images/common/about/about-2.png) no-repeat center top;
    padding-left: 209px;
    padding-top: 149px;
    min-width: 450px;
    min-height: 501px;
}
.p-about .a2-col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: -50px;
}
.p-about .a-t4{
    color: #CE9F48;
    font-size: 25px;
    font-weight: normal;
    line-height: 33px;
    margin: 0;
    margin-bottom: 15px;
}
.p-about .a-t5{
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    margin-bottom: 10px;
}
.p-about .a-p2{
    color: #545454;
    font-size: 15px;
    font-weight: normal;
    line-height:27px;
    margin: 0;
    margin-bottom: 30px;
}

@media(max-width:1000px){
    .p-about {
        padding-left: 0px;
    }
    .p-about .a1-row {
        flex-direction: column;
    }
    .p-about .a1-col {
        width: 100% !important; 
        padding-right: 0px !important; 
        padding-left: 0px !important; 
        text-align: center;   
    }
    .p-about .a-t3 {
        font-size: 22px;
        line-height: 25px;
    }
    .p-about .a-t2 {
        margin-bottom: 6px;
        font-size: 16px;
    }
    .p-about .a1 .a-t3 {
        margin-bottom: 15px;
    }
    .p-about .a-p1 {
        line-height: 25px;
        margin-bottom: 18px;
    }
    .p-about .a1 {
        margin-bottom: 55px;
    }

    .p-about .a2-row {
        flex-direction: column;
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 87px;
        margin-bottom: 45px;
    }
    .p-about .a2-row:before {
        content: "";
        position: absolute;
        left: 0;
        top: 60px;
        right: 0;
        bottom: 0;
        border: 1px solid #ddd;
        width: 100%;
        height: calc(100% - 60px);
        z-index: -1;
    }
    .p-about .a2-row:after {
        content: "";
        position: absolute;
        background: url(../../images/common/about/about-4.png);
        width: 108px;
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        left: calc(50% - 60px);
        bottom: -103px;
        z-index: 0;
    }
    .p-about .a2-col {
        width: 100% !important; 
        padding-right: 0px !important; 
        padding-left: 0px !important; 
        text-align: center;   
    }
    .p-about .a2-col:nth-child(1) {
        background: none;
        padding-top: 24px;
        min-width: unset;
        position: relative;
        margin-bottom: 65px;
        min-height: unset;
    }
    .p-about .a2-col:nth-child(1):before {
        content: "";
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: #EEEEEE;
        position: absolute;
        top: -26px;
        left: calc(50% - 90px);
        z-index: -1;
    }
    .p-about .a2-col:nth-child(2) {
        margin-top: 0px;
    }
    .p-about .a-t4 {
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .p-about .a-p2 {
        line-height: 25px;
    }
}
@media screen and (max-width: 767px) {
    .p-about .a2-row {
        margin-bottom: 100px;
    }
}
/*------------ 內頁 關於我們 結束 ------------*/

/*------------ products-editor ------------*/
.products-editor .list,
.products-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.products-editor .list {
    margin: 0 -13px;
}
.products-editor .list li {
    width: calc((100% / 3) - 0.1px);
    display: inline-block;
    margin-right: -4px;
    padding: 0 13px;
    box-sizing: border-box;
    letter-spacing: 0.6px;
}
.products-editor .list li b {
    color: #C69664;
    display: block;
    font-size: 16px;
}
/*------------ news-editor ------------*/
.news-editor .tb01 h2 {
    font-size: 16px;
    color: #C79664;
    line-height: 1.6;
    margin: 0;
}
.news-editor .tb01 .pic {
    width: 345px;
    padding: 0 10px 0 0;
}
/*------------ terms-editor ------------*/
.terms-editor {
    color: #666;
    line-height: 1.75;
}
.terms-editor .title {
    font-size: 18px;
    font-weight: bold;
    color: #C89664;
    margin: 0;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
    color: #333326;
    padding: 0 0 50px;
}
.index-about-editor table .pic {
    width: 507px;
    padding: 0 15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1024px) {
    .index-about-editor table td {
        width: 100%;
        float: left;
    }
    .index-about-editor table .pic {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
}
@media screen and (max-width: 900px) {
    .news-editor .tb01 .pic,
    .news-editor .tb01 .txt {
        width: 100%;
        display: block;
        padding: 0 0 20px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .list,
    .products-editor .list {
        text-align: center;
        margin: 0;
    }
    .about-editor .list li,
    .products-editor .list li {
        width: 50%;
        padding: 0 13px 25px;
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .about-editor .list li,
    .products-editor .list li {
        width: 100%;
        padding: 0 0 25px;
    }
    .notice-editor h2 i {
        font-size: 30px;
    }
}
