@charset "utf-8";
/* 首頁 關於我們 */
.index-about .t-1{
    color: #83736B;
    font-size: 18px;
    margin: 0;
    margin-bottom: 12px;
    line-height: 1.6;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
    letter-spacing: 1px;
}
.index-about .p-1{
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #83736B;
    letter-spacing: 1.5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 74px;
}
@media(max-width:1400px){
    .index-about .t-1 {
        font-size: 16px;
        display: block;
        height: auto;
    }
    .index-about .p-1 {
        font-size: 15px;
        display: block;
        height: auto;
    }
}
/* 首頁 服務項目 */
.index-service{
    height: 590px;
}
.index-service .p-1{
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #83726B;
    letter-spacing: 1.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    margin-bottom: 43px;
}
.index-service .index_more a{
    font-family: "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    background: #F7F4EB;
    border: 1px solid #C4BAB3;
    width: 178px;
    height: 44px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    z-index: 3;
}
.index-service .index_more a span{
    color: #5B524D;
    font-size: 18px;
    font-weight: 400;
}
.index-service .index_more a:before{
    top: 16px;
}
.index-service .index_more a:hover{
    border: 1px solid #BE8D63;
}
.index-service .servicelayout{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0 35px;
    box-sizing: border-box;
    position: relative;
    margin-top: 82px;
}
.index-service .icesect{
    position:relative;
    width: 168px;
}
.index-service .icesect .icet{
    position:absolute;
    bottom:0;
    right:0;
    opacity:0;
    transition: all .3s ease;
    z-index:1;
}
.index-service .icesect:hover .icet{
    opacity:1;
}
.index-service .icesect {   
    animation: dance 3s ease-in-out infinite;
}
.index-service .servicelayout:hover .icesect {   
    animation-play-state: paused; 
}
.index-service .icesect:hover .icepic{
    opacity: 0;
}
@keyframes dance {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0);
    }
}
@media(max-width:1400px){
    .index-service .servicelayout {
        padding: 0 10px;
    }
    .index-service {
        height: 513px;
    }
}
@media(max-width:1000px){
    .index-service {
        height: unset;
    }
    .index-service .p-1{
        height: 100px;
        display: block;
    }
    .index-service .index_more a{
        margin-top: 108px;
        width: 135px;
        padding-left: 20px;
    }
    .index-service .index_more a span {
        font-size: 15px;
    }
    .index-service .servicelayout {
        margin-top: 36px;
        margin-bottom: -25px;
        padding-left: 0;
        padding-right: 0
    }
}
/* 首頁 相簿下方的HTML編輯器  */
.bottom-editor .row{
    display: flex;
    justify-content: space-between;
}
.bottom-editor .col:nth-child(1){
    width:604px;
    box-sizing: border-box;
    padding-right: 0px;
}
.bottom-editor .col:nth-child(2){
    width:680px;
    padding-left: 0px;   
}
.bottom-editor .b-link{
    position: relative;
}
.bottom-editor .name{
    margin: 0;
    color: #FFF;
    position: absolute;
    left: 0;
    top: calc(50% - 45px);
    font-family: "Quicksand", sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.bottom-editor .pic{
    text-align: unset;   
}
.bottom-editor .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.bottom-editor .b-link.link-1{
    margin-bottom: 17px;
}
.bottom-editor .b-link.link-2 .name{
    text-align: left;
    line-height: 1.3;
    padding-left: calc(50% + 67px);
    top: calc(50% - 65px);
}
.bottom-editor .b-link.link-2 .name .blink-break{
    display: block;
}
.bottom-editor .pic {
    position: relative;
    overflow: hidden;
}
.bottom-editor .pic img {
    transform: scale(1);
    transition: all 0.6s ease;
}
.bottom-editor .b-link:hover .pic img {
    transform: scale(1.2);
}

@media(max-width:1400px){
    .bottom-editor .col:nth-child(1){
        width:47%;
        padding-right: 8px;
    }
    .bottom-editor .col:nth-child(2){
        width:53%;
        padding-left: 8px;   
    }
    .bottom-editor .col:nth-child(1){
        display: flex;
        flex-direction: column;
        justify-content: inherit;
    }
    .bottom-editor .b-link.link-1 {
        margin-bottom: unset;
    }
    .bottom-editor .name {
        top: calc(50% - 31px);
        font-size: 35px;
    }
    .bottom-editor .b-link.link-2 .name {
        top: calc(50% - 44px);
        padding-left: 59%;
    }
}
@media(max-width:760px){
    .bottom-editor .col:nth-child(1){
        padding-right: 3px;
    }
    .bottom-editor .col:nth-child(2){
        padding-left: 3px;   
    }
    .bottom-editor .name {
        font-size: 18px;
        top: calc(50% - 14px);
    }
    .bottom-editor .b-link.link-2 .name {
        top: calc(50% - 25px);
        padding-left: 56%;
    }
}
/* 內頁 關於我們 */
.page-about{
    max-width: 873px;
    margin-left: auto;
    margin-right: auto;
}
.page-about .a-1{
    margin-bottom: 24px;
}
.page-about .t-1{
    font-family: "Playfair Display", serif;
    color: #E1BF95;
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 2px;
    letter-spacing: 3px;
}
.page-about .t-1-sub{
    font-family: "Noto Serif TC", serif;
    color: #BE8E63;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
}
.page-about .row-1{
    display: flex;
    margin-bottom: 58px;
    margin-top: 14px;
}
.page-about .row-1 .col:nth-child(1){
    width: 524px;
    box-sizing: border-box;
}
.page-about .row-1 .col:nth-child(2){
    width: calc(100% - 524px);
    box-sizing: border-box;
    padding-top: 116px;
}
.page-about .t-2{
    font-family: "Noto Serif TC", serif;
    color: #BE8C63;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 12px;
    letter-spacing: 3px;
}
.page-about .t-3{
    background: url(../../../images/layout04/common/title-bg.png);
    color: #FFFFFF;
    font-size: 34px;
    letter-spacing: 6px;
    padding-left: 12px;
    background-repeat: no-repeat;
    height: 71px;
    line-height: 79px;
    font-weight: 500;
}
.page-about .row-2{
    display: flex;
    margin-bottom: 33px;
}
.page-about .row-2 .col:nth-child(1){
    width: calc(100% - 470px);
    box-sizing: border-box;
    padding-right: 20px;
    padding-top: 30px;
}
.page-about .row-2 .col:nth-child(2){
    width: 470px;
    box-sizing: border-box;
}
.page-about .row-2 .col:nth-child(1) .t-3{
    margin-bottom: 26px;
}
.page-about .row-3{
    display: flex;
}
.page-about .row-3 .col:nth-child(1){
    width: calc(100% - 566px);
    box-sizing: border-box;
    padding-right: 20px;
    padding-top: 30px;
}
.page-about .row-3 .col:nth-child(1) img{
    position: relative;
    left: -25px;
}
.page-about .row-3 .col:nth-child(2){
    width: 566px;
    box-sizing: border-box;
    padding-top: 70px;
}
.page-about .t-4{
    font-family: "Noto Serif TC", serif;
    color: #BE8C63;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.page-about .p-1{
    color: #83726B;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 24px;
    padding-left: 34px;
}
.page-about .a-3{
    position: relative;
}
.page-about .t-5{
    font-family: "Noto Serif TC", serif;
    color: #BE8C63;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 2px;
    padding-left: 339px;
    margin-bottom: 50px;
    margin-top: 213px;
    z-index: 1;
}
.page-about .welcome-txt{
    position: absolute;
    left: 0;
    top: -152px;
    width: 570px;
    height: 240px;
    z-index: -1;
}
@media(max-width:1200px){
    .page-about .t-1 {
        font-size: 50px;
        line-height: 50px;
    }
    .page-about .row-3 .col:nth-child(1) img {
        left: 0;
    }
    .page-about .t-5 {
        font-size: 30px;
    }
}
@media(max-width:1000px){
    .page-about .t-1-sub{
        margin-bottom: 35px;
    }
    .page-about .row-1 .col:nth-child(1){
        width: 50%;
    }
    .page-about .row-1 .col:nth-child(2){
        width: 50%;
        padding-top: 0;
        padding-left: 15px;
    }
    .page-about .row-2 {
        margin-bottom: 45px;
    }
    .page-about .row-2 .col:nth-child(1){
        width: 50%;
        padding-right: 15px;
        padding-top: 0;
    }
    .page-about .row-2 .col:nth-child(2){
        width: 50%;
    }
    .page-about .row-3 .col:nth-child(1){
        width: 40%;
        padding-right: 0;
        padding-top: 0;
        text-align: center;
    }
    .page-about .row-3 .col:nth-child(2){
        width: 60%;
        padding-top: 0;
        padding-left: 15px;
    }
    .page-about .t-5 {
        font-size: 30px;
        padding-left: 0;
        margin-bottom: 80px;
        margin-top: 80px;
        text-align: center;
    }
    .page-about .welcome-txt {
        left: calc(50% - 150px);
        top: -51px;
        width: 300px;
    }
}
@media(max-width:1000px){
    .page-about .t-1 {
        text-align: center;
        font-size: 26px;
        line-height: 30px;
    }
    .page-about .t-1-sub {
        font-size: 26px;
        text-align: center;
    }
    .page-about .t-2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .page-about .t-3 {
        font-size: 30px;
        letter-spacing: 6px;
        padding-left: 12px;
        height: 64px;
        line-height: 72px;
        background-position: center;
        padding-left: 0px;
        background-size: contain;
    }
    .page-about .row-1 {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .page-about .row-1 .col:nth-child(1) {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .page-about .row-1 .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .page-about .row-2 {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .page-about .row-2 .col:nth-child(1) {
        width: 100%;
        order: 2;
        text-align: center;
    }
    .page-about .row-2 .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
        order: 1;
        margin-bottom: 30px;
    }
    .page-about .row-3 {
        flex-direction: column;
    }
    .page-about .row-3 .col:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }
    .page-about .row-3 .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .page-about .t-4 {
        font-size: 20px;
    }
    .page-about .p-1 {
        font-size: 15px;
        padding-left:22px;
    }
    .page-about .t-5 {
        font-size: 22px;
    }
}
/*footer*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F1F1F1;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #BE8D63;
    color: #FFF;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #BE8D63;
    font-size: 16px;
    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: 1000px){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
}
