
body{ 
    font-size:14px; 
    font-family: 'PT Serif','Noto Sans TC',Microsoft JhengHei,Arial, Helvetica,sans-serif,nsimsun; 
    font-weight: 500;
    color:#434343; 
    position:relative;
    background-color: #faf7f3;
    letter-spacing: 1.2px;

    /*overflow-y: hidden; */

    width: 100%;
    overflow-x: hidden;
    animation-name: fade-in;
    animation-duration:1s;
    animation-timing-function:ease-in;
}
@keyframes fade-in{
    0%{
        opacity:0;
    }
    100%{
        opacity: 1;
    }
}

body.active{
    overflow: hidden;
}

a{ color:#333;transition: .3s}
a:hover{ color:#c1b8a6;}
* { 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}
  
/*   html{
    overflow-y: hidden; 
    position:static;
} */


::selection {
    background: #767063;
    color: #fff;
}
::-moz-selection {
    background: #767063;
    color: #fff;
}


/****** scrollbar ******/
 ::-webkit-scrollbar {
    width: 8px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px #E2E2E2;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 5px;
}


input,select,
input::placeholder,
select::placeholder {
  font-family: 'Noto Sans TC'
}

/*==============================================*/

/*共用*/

.all_title01{
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #e0dcd1;
    font-weight: 500;
}

.all_title02{
    font-size: 26px;
    font-weight: 400;
}

.all_title03{
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 3px;
}

.all_title04{
    font-size: 22px;
    color: #996c33;
    font-weight: 700;
}




/*-------*/


.all_introduce_01{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    letter-spacing: 3px;
}

/*-------*/

.all_btn01 {
    display: flex;
    gap: 0 20px;
    align-items: center;
    font-size: 18px;
    color: #b2a69a;
    padding-bottom: 10px;
}

.all_btn01 div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d2cabe;
    display: flex;
    color: #fff;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.all_btn01.border{
    border-bottom: 1px #d2cabe solid;
}


/*
.all_btn01{
    font-size: 18px;
    color: #fff;
    background-color: #996c33;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    display: block;
    transition: .3s;
    width: 320px;
    max-width: 100%;
    letter-spacing: 1.5px;
}

.all_btn01:after{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px #b18a60 solid;
    transition: .3s;
}

.all_btn01:hover{
    background-color: #6c4e29;
    color: #fff;
}

.all_btn01:hover:after{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
*/

.all_btn01.style2{
    background-color: #8d8172;
}
.all_btn01.style2:after{
    display: none;
}


.all_btn02{
    font-size: 18px;
    color: #fff;
    background-color: #8154a9;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    display: block;
    transition: .3s;
    width: 210px;
    max-width: 100%;
    letter-spacing: 1.5px;
}

.all_btn02:after{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px #a685bf solid;
    transition: .3s;
}

.all_btn02:hover{
    background-color: #623b84;
    color: #fff;
}

.all_btn02:hover:after{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px #a685bf00 solid;
}




.all_btn03 {
    font-size: 18px;
    color: #fff;
    background-color: #c79f65;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    display: block;
    transition: .3s;
    width: 210px;
    max-width: 100%;
    letter-spacing: 1.5px;
}

.all_btn03:after{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px #fff solid;
    transition: .3s;
    opacity: .3;
}

.all_btn03:hover{
    background-color: #8a7454;
    color: #fff;
}

.all_btn03:hover:after{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px #a685bf00 solid;
}

/*-------*/

.all_titlebox_01 {
    display: flex;
    gap: 5px 15px;
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
}

.all_titlebox_01.center{
    align-items: center;
    text-align: center;
}

.all_titlebox_01 h2{
    font-size: 28px;
    color: #434343;
    font-weight: 500;
    letter-spacing: 1.2px;
}


.all_titlebox_01 h4{
    display: flex;
    gap: 0 20px;
}

.all_titlebox_01 h4 .all_btn01 div{
    width: 40px;
    height: 40px;
}


/*-------*/

.all_titlebox_02 {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.all_titlebox_02 h1{
    font-size: 24px;
    font-weight: 700;
}


/*------------*/


.input_box01{
    font-size: 15px;
    padding: 12px 15px;
    border: 1px #ededed solid;
    width: 100%;
    outline:none;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s;
}

.input_box01:focus{
    border: 1px #c5bdb3 solid;
}

.input_box01:disabled{
    background-color: #eeedef;
}

.select_box01{
    font-size: 15px;
    padding: 12px 15px;
    border: 1px #ededed solid;
    width: 100%;
    outline:none;
    background-color: #fff;
    color: #666;

    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*改變右邊箭頭樣式*/
    background: url("../img/cheveron-down.svg") no-repeat calc(100% - 10px) center #fff;
    background-size: 23px;

    line-height: 20px;
    transition: .3s;
}

.select_box01:focus{
    border: 1px #c5bdb3 solid;
}



.input_box02{
    font-size: 15px;
    padding: 12px 15px;
    border: 1px #ededed solid;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    outline:none;
    transition: .3s;
}

.input_box02:focus{
    border: 1px #c5bdb3 solid;
}



.contact_b2 textarea{
    height: 150px;
}




.input_box03{
    font-size: 15px;
    padding: 12px 15px;
    border: 1px #ededed solid;
    width: calc(100% - 100px);
    outline:none;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s;
}

.input_box03:focus{
    border: 1px #c5bdb3 solid;
}

.contact_code {
    width: 100%;
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.contact_code .code{
    width: 100px;
}


.contact_code .code img{
    width: 100%;
}

/*-------*/

.center{
    text-align: center;
}


/*=================*/

.all_box{
    padding: 80px 0 100px 0;
}

.all_box_02{
    position: relative;
    z-index: 1;
}

.all_width{
    width: 1320px;
    margin: 0 auto;
    max-width: 92%;
    position: relative;
}

.all_inpage_width{
    width: 1120px;
    margin: 0 auto;
    max-width: 92%;
    position: relative;
}

.all_flex{
    display: flex;
    gap: 20px 20px;
}

.all_flex_01{
    display: flex;
    gap: 20px 20px;
}

.all_flex_02{
    display: flex;
    gap: 20px 20px;
}

.limit_1line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
}

.limit_2line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
}

.limit_3line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
}


.title_box_01{
    
}

.title_box_01 p{
    margin-top: 20px;
}



/*==============================================*/

.menu_close_bg{
    display: none;
}

.menu{
    box-shadow: 0 0 12px #0000;
    padding: 0px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    background-color: #ffffff55;
    transition: .3s;

}

.menu.active{
    box-shadow: 0 0 12px #0001;
    background-color: #fff;
}

.menu.active .menu_logo {
    width: 150px;
    padding: 5px;
}

.menu.active .menu_list>ul>li>a{
    padding: 5px 20px;
}



.top_padding.active {
    padding-top: 111px;
    transition: 0s;
}

/*-----*/

.menu_3line_box{
    display: none;
}

.menu_box {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    flex-direction: column;
    padding: 12px 0;
    gap: 10px 0;
    transition: .3s;
}

.menu_logo{
    width: 215px;
    padding: 10px;
    transition: .3s;
}

.menu_logo img{
    width: 100%;
}


.menu_list>ul{
    display: flex;
}

.other_menu{
    display: none;
}

.menu_list>ul>li{
    position: relative;
}

.menu_list>ul>li>a{
    display: flex;
    font-size: 16px;
    padding: 8px 20px;
    position: relative;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    transition: .3s;
}

.menu_list>ul>li>a span{
    font-size: 12px;
    color: #eb9f65;
    font-weight: 600;
}

.menu_list>ul>li>a:hover{
    color: #000;
}


/*------------------------------------------*/
/*Footer*/

.footer{
    position: relative;
    background-color: #edeae4;
    padding: 4rem 0;
     font-family: 'Outfit','Noto Sans TC',Microsoft JhengHei,Arial, Helvetica,sans-serif,nsimsun
}


.footer_box {
    display: flex;
    gap: 20px 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_box .info{

}

.footer_box .info img {
    margin-bottom: 20px;
    width: 170px;
}


.footer_box .info h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}



.footer_box .info .contact {
    display: flex;
    gap: 5px 40px;
    flex-direction: column;
}

.footer_box .info .contact p{
    font-size: 15px;
    color: #777;
    font-weight: 400;
}

.footer_box .info .contact p a{
    color: #777;
    font-weight: 400;
    letter-spacing: 1.2px;
    font-size: 15px;
}



.footer_box .right {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-end;
}

.footer_box .right a.btn {
    display: inline-flex;
    gap: 0 10px;
    background-color: #4a4741;
    padding: 11px 40px 11px 50px;
    color: #fff;
    /*border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    align-items: center;
    transition: .3s;
    font-size: 16px;
}

.footer_box .right a.btn:hover{
    background-color: #333;
}


.footer_box .icon{
    display: flex;
    gap: 0 15px;
    margin-top: 20px;
}

.footer_box .icon li a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.footer_box .icon li a:hover{
    background-color: #fffc;
}

.footer_box .icon li a i{
    color: #fff;
    font-size: 23px;
}


.footer_box .icon li a.facebook{
    background-color: #0865fe;
}

.footer_box .icon li a.instagram{
    background-color: #f83fb7;
}

.footer_box .icon li a.line{
    background-color: #00c300;
}


.footer_box .icon li a.messenger{
    background-color: #00b2ff;
}


.footer_copyright {
    display: flex;
    gap: 6px 20px;
    justify-content: space-between;
    padding-top: 30px;
    font-weight: 400;
    flex-direction: column;
}

.footer_copyright p{
    font-size: 14px;
    color: #c4c2bb;
}

.footer_copyright a{
    color: #c4c2bb;
    font-size: 14px;
}

.footer_copyright a:hover{
    color: #fff;
}



.footer_btn {
    position: fixed;
    right: 30px;
    bottom: 5%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 15px;
    
}

.footer_btn a {
    width: 50px;
    height: 50px;
    background-color: #00b2ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border-radius: 50%;
}

.footer_btn a:hover {
    text-decoration: none;
    transform: translateY(3px) scale(1.05);
}

.footer_btn a i{
    font-size: 26px;
}

/*------------------------------------------*/

/*-------------*/
/*頁碼*/
.page_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    list-style: none;
    margin: 0;
    gap: 10px;
}

.page_box li{
    margin: 0 3px;
}


.page_box li a{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    transition: .3s;
}


.page_box li.active a,
.page_box li.active:hover a{
    background-color: #b1a997;
    color: #fff;
}

.page_box li:hover a{
    background-color: #eee;
    color: #666;
}
/*-------------*/


.top_padding{
    padding-top: 135px;
    transition: .8s;
}

.center{
    text-align: center;
}

.btn_center {
    display: flex;
    justify-content: center;
}

.btn_right {
    display: flex;
    justify-content: flex-end;
}


/*---------*/


.i_box1{
    position: relative;
}


.i_b1_ul li{
    overflow: hidden;
}



.i_banner_m{
    display: none!important;
}

.i_b1_bg{
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 100;
}

/*---------*/

.i_box2{
    padding: 8rem 0 5rem 0;
    position: relative;
    overflow: hidden;
}

.i_box2 .bg {
    width: 100%;
    height: 400px;
    background-color: #f1efed;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
}

.i_b2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px 30px;
    position: relative;
}

.i_b2 .left {
    max-width: calc(30% - 20px);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.i_b2 .left img{
    width: 100%;
    transition: .3s;
}


.i_b2 .left img:hover,
.i_b2 .right img:hover{
    opacity: .8;
}





.i_b2 .center{
    max-width: calc(40% - 20px);
    position: relative;
    z-index: 1;
}

.i_b2 .center img{
    width: 100%;
}

.i_b2 .center img.m{
    display: none;
}


.i_b2 .center .title {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    color: #fff;
    writing-mode: vertical-lr;
    line-height: 1.3;
    letter-spacing: 5px;
    display: flex;
    font-weight: 400;
    gap: 15px;
    font-size: 22px;
    border-left: 2px #ddd solid;
    padding-left: 8px;
    text-shadow: 0 0 5px #3335;
}

.i_b2 .center .title span{
    letter-spacing: 2px;

}

.i_b2 .center .btn{
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    border: 1px #fff solid;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    transition: .3s;
}

.i_b2 .center .btn:hover{
    background-color: #fff;
    color: #333;
}





.i_b2 .right {
    max-width: calc(30% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.i_b2 .right img{
    width: 100%;
    transition: .3s;
}

.i_b2 .logo_bg {
    position: absolute;
    opacity: .2;
    bottom: 0%;
    left: 3%;
    z-index: 0;
}

.i_b2 .logo_bg img {
    width: 320px;
}





.i_box3{
    background-color: #f1efed;
    padding: 3rem 0 5rem 0;
    position: relative;
/*    overflow: hidden;*/
}

.i_box3.m{
    display: none;
}

.i_box3.pc{
    display: block;
}

.i_box3 .bg{
    left: 0;
    bottom: -60px;
    width: 500px;
    height: 250px;
    position: absolute;
    background-color: #eae3d3;
    z-index: 1
}

.i_b3{
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}




.i_about {
    display: flex;
    gap: 20px 80px;
    align-items: center;
    margin: 60px 0 0px 0;
/*    overflow: hidden;*/
}

.i_about img{
    width: calc(60% - 40px);
}

.i_about .info {
    width: calc(40% - 40px);
    display: flex;
    flex-direction: column;
}

.i_about .info .all_titlebox_01{
    margin-bottom: 40px;
} 

.i_about .info h2{
    position: relative;
    z-index: 1;
    
}

.i_about .info h2:after {
    content: '';
    width: 70px;
    height: 70px;
    background-color: #e6e1da;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -20px;
    z-index: -1;
}

.i_about .info p{
    margin: 30px 0 40px 0;
}



.i_about .info h5{
    font-size: 18px;
    margin-bottom: 15px;
    color: #9e8562;

}

.i_about .info h6{
    font-size: 16px;

}

/*------------------------*/




.i_box4{
    padding: 8rem 0 8rem 0;
    position: relative;
    background-color: #fff;
/*    overflow: hidden;*/
}


.i_b4{
    position: relative;
    z-index: 1;
}


.i_process_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    justify-content: center;
    margin: 70px 0 70px 0;
}

.i_process_ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(14.2% - 25px);
    position: relative;
}

.i_process_ul li:after {
    width: calc(100% + 30px);
    content: "";
    position: absolute;
    height: 1px;
    background-color: #d2cabe;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
}


/*---------------*/
.i_process_ul li:nth-child(1):after{
    width: calc(50% + 16px);
    transform: translateX(0%);
}

/*.i_process_ul li:nth-child(6):after{
    width: calc(50% + 16px);
    transform: translateX(0%);
}*/


/*.i_process_ul li:nth-child(5):after{
    width: calc(50% + 16px);
    left: auto;
    right: 50%;
    transform: translateX(0%);
}*/

.i_process_ul li:nth-child(7):after{
    width: calc(50% + 16px);
    left: auto;
    right: 50%;
    transform: translateX(0%);
}




/*---------------*/



.i_process_ul li h3{
    font-size: 34px;
    margin-bottom: 10px;
    color: #d2cabe;
}

.i_process_ul li .img{
    position: relative;
}

.i_process_ul li .img:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #f5f0e9;
    opacity: .6;
    left: 0;
    top: 0;
    z-index: -1;
}

.i_process_ul li:nth-child(1) .img:after,
.i_process_ul li:nth-child(5) .img:after,
.i_process_ul li:nth-child(7) .img:after{
    border-radius: 0%;
}


.i_process_ul li:nth-child(2) .img:after,
.i_process_ul li:nth-child(6) .img:after,
.i_process_ul li:nth-child(9) .img:after{
    border-radius: 0%;
    height: 60px;
}

.i_process_ul li:nth-child(even) .img:after{
    left: auto;
    top: auto;
    right: 0;
    bottom:0;
}

.i_process_ul li .img img{
    width: 70px;
    margin: 0 auto;
}

.i_process_ul li h2{
    font-size: 18px;
    color: #4d4139;
}

.i_process_ul li .dot{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d2cabe;
    margin: 15px 0 20px 0;
}






.i_b4 .btn {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}



/*------------------*/

.i_box5{
    padding: 5rem 0 5rem 0;
    position: relative;
    background-color: #f3f1ef;
/*    overflow: hidden;*/
}


.i_b5{
    position: relative;
    z-index: 1;
}



.i_news{
    margin: 60px 0 0 0;
}


.news_list{

}

.news_list.inpage {
    display: flex;
    margin: 50px auto;
    gap: 70px 45px;
    flex-wrap: wrap;
}

.news_list.inpage li{
    width: calc(33.3% - 30px);
    margin: 0;
}

.news_list.inpage .img{
/*    border-top-left-radius: 0px;
    border-top-right-radius: 0px;*/
}

.news_list.inpage li:hover .img{
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}





.news_list li{
    margin: 0 6%;
}


.news_list .img{
    overflow: hidden;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .3s;
}

.news_list .img img{
    transition: .5s;
    width: 100%;
}

.news_list .img:hover img{
    transform: scale(1.15);
}

.news_list .info{
    padding: 0 10px;
}


.news_list .info h5 {
    font-family: 'Outfit';
    color: #b39c7b;
    letter-spacing: 3px;
    font-size: 15px;
    margin-bottom: 10px;
}


.news_list .info h2{
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 3px;
    color: #333;
}

/*-----------------------------*/
.i_box6 {
    padding: 3rem 0 4rem 0;
    position: relative;
    background-color: #f9f9f9;
    /* overflow: hidden; */
    background-image:url(../img/i_b6_bg.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}


.i_b6{
    position: relative;
    z-index: 1;

}


.i_box6 .all_title01{
    color: #7c7665;
}

.i_box6 .btn_box {
    display: flex;
    gap: 20px 15px;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}

.i_box6 .btn_box a {
    display: inline-flex;
    gap: 0 10px;
    background-color: #f2f0ec;
    box-shadow: 0 0 8px #3333335c;
    padding: 12px 20px 11px 20px;
    color: #333;
    align-items: center;
    transition: .3s;
}

.i_box6 .btn_box a.line{
    background-color: #686155;
    color: #fff;
}










/*=======================================*/



.all_bn_box{
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;

    display: none;
}

.all_bn_box:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #2424234a;
    position: absolute;
    left: 0;
    top: 0;
}

.all_bn_box .title{
    position: absolute;
    padding-left: 50px;
    color: #fff;
    bottom: 15%;
    left: 10%;
    font-weight: 300;
    z-index: 1;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-family: 'Outfit','Noto Sans TC',Microsoft JhengHei,Arial, Helvetica,sans-serif,nsimsun;
}

.all_bn_box .title:after {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}


/*---------------------*/


.all_page{
    padding: 60px 0 100px 0;
}



.web_cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0 10px 0;
    color: #888;
}

.web_cate span{
    margin: 0 10px;
    font-weight: 700;
    color: #bbb;
}


.web_cate p{
    color: #999;
}

.web_cate a{
    color: #999;
}

.web_cate a:hover{
    color: #96887d;
}



/*--------*/

.top_class{
    display: flex;
    margin-left: -10px;
    flex-wrap: wrap;
    gap: 10px;
}

.top_class li {
    position: relative;
}

.top_class li a{
    color: #333;
    display: block;
    padding: 10px 16px;
    letter-spacing: 0.22em;
    text-align: center;
    font-size: 17px;
    letter-spacing: 3.74px;
    transition: all 0.5s;
    position: relative;
}

.top_class li a.active{
    color: #96887d;
}

.top_class li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #a5a29d;
    position: absolute;
    top: 55%;
    right: -4px;
    transform: translateY(-50%);
    z-index: 1;
}



.top_class li a:before {
    content: "";
    display: block;
    width: calc(100% - 28px);
    background-color: #b5a99f;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 14px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}

.top_class li a.active:before{
    opacity: 1;
}


.top_class li a:hover{
    color: #96887d;
}

.top_class li a:hover:before{
    opacity: 1;
}


/*--------------------------*/






.about_01{
    text-align: center;
    margin: 100px auto 100px auto;
}

.about_01 p{
    font-size: 28px;
    margin-bottom: 20px;
    color: #9e8562;

}

.about_01 h2{
    font-size: 18px;

}



.about_02{
    margin: 30px auto;
}

.about_02 .img {
    display: flex;
    gap: 20px 20px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.about_02 .img .img_01{
    width: calc(75% - 10px);
}

.about_02 .img .img_02{
    width: calc(25% - 10px);
}


.about_02 .info h2{
    margin-bottom: 10px;
}



.about_03 {
    position: relative;
    margin: 100px 0 0 0;
}

.about_03 .img_box {
    position: absolute;
    width: 300px;
    top: -50px;
    right: 0;
}

.about_03 .info{
    background-color: #ffffffb3;
    padding: 50px 100px 50px 50px;
    margin-right: 250px;
    width: calc(100% - 250px);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.about_03 .info h3 {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about_03 .info p{
    font-size: 16px;
    line-height: 30px;
}













/*----------------------*/




.knowledge_d_box{

}

.knowledge_d_box .date {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.knowledge_d_box .date h4{
    font-family: 'Outfit';
    color: #b39c7b;
    letter-spacing: 3px;
    font-size: 15px;
}

.knowledge_d_box .date h3{
    color: #b39c7b;
}

.knowledge_d_box .title {
    margin-bottom: 40px;
    padding: 12px 0;
    border-bottom: 1px dashed #d6d6d6;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.knowledge_d_box .title h1{
    font-size: 20px;
    font-weight: 500;
}

.knowledge_d_box .title p{
    font-size: 14px;
    color: #ad9e90;
}



.all_edit_box{
    margin-bottom: 50px;
    line-height: 40px;
    font-size: 15px;
}

.all_edit_box img{
    max-width: 100%;
    height: auto!important;
}


.knowledge_d_box .back{
    border-top: 1px #eee solid;
    padding: 20px 0 ;
    margin-top: 50px;
}

.knowledge_d_box .back a{
    font-size: 16px;
    padding: 8px 35px;
    background-color: #4a4741;
    color: #FFF;
    display: inline-flex;
    letter-spacing: 2px;
    transition: .3s;
/*    border: 2px #b1a997 solid;*/
}


/*------------------------*/




.process_ul {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.process_ul li{
    position: relative;
    padding-left: 40px;
}

.process_ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 50px);
    background-color: #d2cabe;
    left: 7px;
    top: 20px;
}

.process_ul li:before {
    position: absolute;
    content: "";
    width: 15px;
    left: 0px;
    top: 20px;
    height: 15px;
    border-radius: 50%;
    background-color: #d2cabe;
}

.process_ul li .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
    justify-content: space-between;
}

.process_ul li .title img {
    width: 50px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 10px #dddddd5e;
}

.process_ul li .title .text {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.process_ul li .title h3{
    font-size: 42px;
    color: #d2cabe;
}

.process_ul li .title h2{
    font-size: 20px;
}


.process_ul li .info {
    padding-left: 70px;
}

.process_ul li .info p {
    line-height: 30px;
    color: #575757;
    font-size: 15px;
    font-weight: 400;
}


/*-------------------*/


.works_ul{
    display: flex;
    margin: 50px auto;
    gap: 70px 60px;
    flex-wrap: wrap;
}



.works_ul li {
    width: calc(50% - 30px);
    margin: 0;
}

.works_ul .img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .3s;
}

.works_ul .img:hover img{
    transform: scale(1.15);
}

.works_ul .img img {
    transition: .5s;
    width: 100%;
}

.works_ul .info {
    padding: 0 10px;
}

.works_ul .info h3 {
    font-family: 'Outfit';
    color: #b39c7b;
    letter-spacing: 3px;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}


.works_ul .info h2 {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 10px;
}

.works_ul .info p{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px #ddd solid;
    font-size: 14px;
    color: #ad9e90;
}


/*------------------*/

.works_img {
    display: flex;
    gap: 30px;
    width: 900px;
    max-width: 100%;
    margin: 50px auto;
    flex-direction: column;
}

.works_img li img{
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
}

/*------------------------*/



.contact_info{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #ddd solid;
}

.contact_info p{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    letter-spacing: 3px;
    font-family: 'Outfit';
}






.contact_box {
    display: flex;
    gap: 25px 20px;
    flex-wrap: wrap;
    padding: 30px 0;
}

.contact_title{
    padding: 20px 0 5px 0;
    width: 100%;
}

.contact_title h3 {
    font-size: 18px;
    color: #b5aa9b99;
    font-weight: 700;
}

.contact_title.border{
    border-top: 1px #ddd solid;
    margin-top: 10px;
}

.contact_box .line{
    border-top: 1px #ddd solid;
}

.contact_b1{
    width: calc(50% - 10px);
}

.contact_b1 p,
.contact_b2 p{
    margin-bottom: 5px;
    color: #666;
}

.contact_b2{
    width: 100%;
}


.contact_b1 p span, 
.contact_b2 p span {
    color: #ff0c0c;
    margin-right: 5px;
}
   



.contact_btn {
    width: 100%;
    margin-top: 30px;
}

.contact_btn a{
    padding: 10px 30px;
    background-color: #b1a997;
    color: #FFF;
    font-size: 15px;
    display: inline-flex;
    letter-spacing: 2px;
    transition: .3s;
}


/*----------------------------*/


.process_b2{
    padding-top: 120px;
}

.process_b2 h2{
    text-align: center;
    font-size: 20px;
}


.process_b2 ul{
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.process_b2 ul li{
    background-color: #fff;
    padding: 25px 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: calc(33.3% - 20px);
}

.process_b2 ul li img{
    margin: 0 auto 30px auto;
    width: 72px;
}

.process_b2 ul li h3{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.process_b2 ul li p{
    text-align: center;
    color: #9e9e9e;
}



