@charset "utf-8";
/*footer*/
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_mail_ic.png) no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_fax_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;  
}
.ic_add{
     display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_add_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #4E9761;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #4E9761;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #4E9761;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 936px;
    margin: 28px auto 80px;
}
.a_row1{
    position: relative;
    display: flex;
    margin-bottom: 82px;
}
.a_row1 .a_pic{
    max-width: 387px;
    width: 41.7%;
}
.a_row1 .a_txt{
    position: relative;
    box-sizing: border-box;
    width: 58.3%;
    max-width: 468px;
    margin-left: auto;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #4D4D4D;
}
.a_row1 .a_txt p{
    margin: 0;
    padding: 0;
}
.a_row1 .a_txt p+p{
    margin-top: 15px;
}
.a_row1 .a_txt .a_title{
    position: relative;
    display: flex;
    align-items: baseline;
    margin: 0 0 18px;
}
.a_row1 .a_txt .a_title span{
    display: block;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-family: "Poppins", serif;
    color: #4E9761;
}
.a_row1 .a_txt .a_title h2{
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
    color: #2C412F;
    margin-left: 15px;
}
.a_row2{
    position: relative;
    display: flex;
    margin-bottom: 110px
}
.a_row2 .a_history{
    display: flex;
    flex-direction: column;
    width: 470px;
}
.a_row2 .a_history .a_title{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: -10px 0 36px;
}
.a_row2 .a_history .a_title span{
    display: block;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1;
    font-family: "Poppins", serif;
    color: #4E9761;
}
.a_row2 .a_history .a_title h2{
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
    color: #2C412F;
}
.a_row2 .a_hbox{
    position: relative;
}
.a_row2 .a_hbox ul li{
    list-style-type: none;
}
.a_row2 .a_hbox ul {
    position: relative;
    margin: 0;
    padding: 0;
}
.a_row2 .a_hbox ul::before {
    content: '';
    position: absolute;
    left: calc(50px + 12px);
    top: 12px;
    bottom: 0px;
    width: 1px;
    height: calc(100% + -48px);
    background: #DDD;
}
.a_row2 .a_hbox ul li{
    position: relative;
    display: flex;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #4D4D4D;
    align-items: center;
}
.a_row2 .a_hbox ul li+li{
    margin-top: 23px;
}
.a_row2 .a_hbox ul li:nth-child(7),
.a_row2 .a_hbox ul li:nth-child(8){
    display: flex;
    align-items: baseline;
}
.a_row2 .a_hbox ul li i{
    position: relative;
    display: block;
    min-width: 5px;
    min-height: 5px;
    background: #4E9761;
    border-radius: 100%;
    margin: auto 12px auto 10px;
    line-height: inherit;
    top: 0;
    bottom: 0;
}
.a_row2 .a_hbox ul li:nth-child(7) i,
.a_row2 .a_hbox ul li:nth-child(8) i{
    margin: 0 12px 0 10px;
    top: -3px;
}
.a_row2 .a_hbox ul li .a_date{
    position: relative;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.2;
    font-family: "Poppins", serif;
    font-weight: 600;
    color: #4E9761;
    box-sizing: border-box;
    min-width: 50px;
}

.a_row2 .a_pic{
    position: relative;
    display: block;
    width: fit-content;
    height: fit-content;
    margin: auto 0 auto auto;
}

.a_row3{
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.8;
    width: 765px;
    margin: 0 auto;
}
.a_row4{
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.8;
    width: 765px;
    margin: 0 auto;
}
.a_row3 .a_title,
.a_row4 .a_title{
    text-align: center;
    font-weight: normal;
    margin: 0 0 40px;
    z-index: 5;
}
.a_row3 .a_title span,
.a_row4 .a_title span{
    display: block;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1;
    font-family: "Poppins", serif;
    color: #4E9761;
}
.a_row3 .a_title h2,
.a_row4 .a_title h2{
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
    color: #2C412F;
}
.a_row3 .t1{
    margin-bottom: 60px;
}
.a_row4 .t1{
    margin: 0;
}

@media (max-width: 1280px) {
    .a_layout{
        max-width: 720px;
        margin: 0 auto 50px;
    }
    .a_row1{
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }
    .a_row1 .a_pic{
        max-width: inherit;
        width: fit-content;
        margin: 0 auto 30px;
    }
    .a_row1 .a_txt{
        width: 100%;
        max-width:inherit;
        margin: 0 auto;
    }
    .a_row1 .a_txt .a_title {
        align-items: center;
        margin: 0 0 15px;
        flex-direction: column;
    }
    .a_row2 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }
    .a_row2 .a_history{
        width: 100%;
        margin: 0 auto 30px;
    }
    .a_row2 .a_pic{
        width: fit-content;
        margin: 0 auto;
    }
    .a_row1 .a_txt .a_title,
    .a_row2 .a_history .a_title,
    .a_row3 .a_title{
        margin: 0 auto 30px;
        text-align: center;
    }
    .a_row1 .a_txt .a_title span,
    .a_row2 .a_history .a_title span,
    .a_row3 .a_title span{
        line-height: 1;
    }
    .a_row1 .a_txt .a_title h2,
    .a_row2 .a_history .a_title h2,
    .a_row3 .a_title h2{
        margin: 0 auto;
    }
    .a_row2 .a_hbox{
        width: fit-content;
        margin: 0 auto 30px;
    }
    .a_row3,
    .a_row4{
        width: 100%;
    }
    .a_row3 .t1{
        margin-bottom: 30px;
    }
    .a_row2 .a_hbox ul::before {
        height: calc(100% + -25px);
    }
}
@media (max-width: 1000px) {
    .a_layout{
        margin: 0 auto 30px;
    }
    .a_row1 .a_pic{
        margin-bottom: 30px;
    }
    .a_row1 .a_txt .a_title,
    .a_row3 .a_title,
    .a_row4 .a_title{
        text-align: center !important;
        flex-direction: column !important;
        align-items: center !important;
        margin: 0 auto 18px !important;
    }
    .a_row2 .a_history .a_title{
        text-align: center !important;
        flex-direction: column !important;
        align-items: center !important;
        margin: 0 auto 24px !important;
    }
    .a_row1 .a_txt .a_title span,
    .a_row2 .a_history .a_title span,
    .a_row3 .a_title span,
    .a_row4 .a_title span{
        line-height: 1;
        font-size: 50px;
    }
    .a_row1 .a_txt .a_title h2,
    .a_row2 .a_history .a_title h2,
    .a_row3 .a_title h2,
    .a_row4 .a_title h2{
        margin: 0 auto;
        font-size: 24px;
        padding: 0 !important;
        margin: 0 !important;
    }
    .a_row1 .a_txt,
    .a_row3,
    .a_row4{
        font-size: 15px;
    }
    .a_row1 {
        margin-bottom: 40px;
    }
    .a_row2 .a_hbox ul li{
        font-size: 15px;
    }
    .a_row2 .a_hbox ul li+li {
        margin-top: 12px;
    }
    .a_row2 .a_hbox{
        margin: 0 auto 40px;
    }
    .a_row2 .a_history{
        margin-bottom: 24px;
    }
    .a_row2{
        margin-bottom: 45px;
    }
    .a_row2 .a_hbox ul li .a_date{
        font-size: 15px;
        letter-spacing: 0.1em;
        min-width: 45px;
    }
    .a_row2 .a_hbox ul::before {
        left: calc(50px + 7px);
    }
    .a_row1 .a_txt p+p{
        margin-top: 10px;
    }
    .a_row2 .a_pic {
        margin: 0 auto;
    }
    .a_row3 .t1 {
        margin-bottom: 32px;
    }
}
@media (max-width: 767px) {
    .a_row2 .a_history{
        margin-bottom: 0px;
    }
    .a_row2 .a_hbox ul::before{
        display: none;
    }
    .a_row2 .a_hbox ul li{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .a_row2 .a_hbox ul li:nth-child(7),
    .a_row2 .a_hbox ul li:nth-child(8) {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .a_row2 .a_hbox ul li i,
    .a_row2 .a_hbox ul li:nth-child(7)  i,
    .a_row2 .a_hbox ul li:nth-child(8)  i{
        margin: 5px auto 2px;
    }
    .a_row2 .a_hbox ul li .a_date{
        width: fit-content;
        min-width: inherit;
    }
}

/*------------ s-editor ------------*/
.s_layout {
    margin: 0px 0 0;
    position: relative;
    z-index: 5;
    border-radius: 0px;
    overflow: hidden;
}

.s_layout .s_wrap {
    margin: 0 auto;
}

.s_layout ul.s_list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.s_layout ul.s_list:hover li {
    width: calc((100% - 864px));
}

.s_layout ul.s_list:hover li:hover {
    width: 515px;
}

.s_layout ul.s_list:hover li:hover .s_item .s_text {
    left: 0;
    max-width: 627px;
    width: 100%;
    bottom: 0;
    transform: translate(0%, 0%);
}

.s_layout ul.s_list:hover li:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.s_layout ul.s_list li {
    position: relative;
    width: calc(100% / 3);
    overflow: hidden;
    transition: 0.9s;
}

.s_layout ul.s_list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    font-size: 0;
}

.s_layout ul.s_list li::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.4);
    transition: 1.2s;
}

.s_layout ul.s_list li .s_item .s_pic {
    position: relative;
    z-index: 5;
    height: 580px;
}

.s_layout ul.s_list li .s_item .s_pic img {
    position: absolute;
    top: 0;
    left: 0px;
    max-width: unset !important;
    transform: scale(1);
    transition: all 0.8s ease;
}

.s_layout ul.s_list li:nth-child(1) .s_item .s_pic img,
.s_layout ul.s_list li:nth-child(2) .s_item .s_pic img,
.s_layout ul.s_list li:nth-child(3) .s_item .s_pic img {
    object-position: -100px center;
}

.s_layout ul.s_list:hover li:nth-child(1) .s_item .s_pic img,
.s_layout ul.s_list:hover li:nth-child(2) .s_item .s_pic img,
.s_layout ul.s_list:hover li:nth-child(3) .s_item .s_pic img{
    object-position: -150px center;
}

.s_layout ul.s_list li .s_item .s_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    transition: 0s;
    right: 0;
    bottom: 0;
}

.s_layout ul.s_list li .s_item .s_text h3 {
    font-size: 30px;
    color: #fff;
    padding: 0;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: "Noto Sans TC", serif;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.4em;
    transition: all 0.3s ease;
    margin: 140px auto 115px;
    text-shadow: 0px 0px 10px rgba(0,0,0,.4),
    0px 0px 10px rgba(0,0,0,.4);
}

.s_layout ul.s_list li .s_item .s_text span{
    font-size: 16px;
    font-weight: normal;
    color: rgba(255,255,255,.7);
    letter-spacing: 0.15em;
    font-family: "Poppins", serif;
    font-weight: normal;
}

.s_item .s_text span{
    font-size: 22px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    margin: 0 0 0px;
    transition: all 0.3s ease;
}

@media (max-width: 1280px) {
    .s_layout ul.s_list:hover li {
        width: calc((100% - 515px));
    }
    .s_layout ul.s_list:hover li:hover {
        width: 515px;
    }
}

@media (max-width: 1000px) {
    .s_layout ul.s_list li{
        border-radius: 0px;
        overflow: hidden;
        margin:0 0 20px;

    }
    .s_layout .s_wrap {
        width: 90%;
        padding: 0 20px;
        box-sizing:border-box;
    }
    .s_layout {
        border-radius: 0;
    }
    .s_layout ul.s_list {
        display: block;
    }
    .s_layout ul.s_list:hover li {
        width: 100%;
        box-sizing: border-box;
    }
    .s_layout ul.s_list:hover li:hover {
        width: 100%;
        box-sizing: border-box;
    }
    .s_layout ul.s_list li {
        width: 100%;
        box-sizing: border-box;
    }
    .s_layout ul.s_list li .s_item .s_pic {
        height: 250px;
    }
    .s_layout ul.s_list li:hover .s_item .s_pic img {
        transform: scale(1.1);
    }
    .s_layout ul.s_list li .s_item .s_text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 10px;
        transition: 0s;
        right: 0;
        bottom: 0;
    }

    .s_layout ul.s_list li .s_item .s_text h3 {
        -webkit-writing-mode:inherit;
        writing-mode:inherit;
        padding: 0px 0;
        margin:0px 0 15px;
        font-size: 26px;
        letter-spacing: 0.3em;
    }
    .s_item .s_text span{
        margin: 0 0 0px;
        font-size: 18px;
    }
    .s_layout ul.s_list:hover li:hover .s_item .s_text {
        left: 0;
        max-width: inherit;
        width: 100%;
        bottom: 0;
        transform: translate(0%, 0%);
        flex-direction:column;
        padding: 0px;
    }
    .s_layout ul.s_list:hover li:hover .s_item .s_text span {
        margin: 0 0px 0 0px;
    }
    .s_layout .s_item{
        position: relative;
    }
    .s_layout ul.s_list li:nth-child(1) .s_item .s_pic img,
    .s_layout ul.s_list li:nth-child(2) .s_item .s_pic img,
    .s_layout ul.s_list li:nth-child(3) .s_item .s_pic img {
        object-fit: cover;
        width: 100%;
        object-position: unset;
        min-height: 300px;
        height: 100%;
        top: -30px;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .s_layout ul.s_list:hover li:nth-child(1) .s_item .s_pic img,
    .s_layout ul.s_list:hover li:nth-child(2) .s_item .s_pic img,
    .s_layout ul.s_list:hover li:nth-child(3) .s_item .s_pic img{
        object-position: unset;
    }
}

@media (max-width: 767px) {

}
@media (max-width: 480px) {
    .s_layout .s_wrap{
        width: 100%;
    }
    .s_layout ul.s_list li .s_item .s_pic {
        height: 200px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor{
    padding: 0 2%;
}
.contact-editor .col{
    float: left;
    padding: 0 2%;
}
.contact-editor .col1{
    width: 48%;
}
.contact-editor .col2{
    width: 52%;
}
.contact-map{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe{
    display: block;
    max-height: 100%;
}
.contact-info-list{
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li{
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}

.contact-info-list li.tel:before{
    font-family: 'icon-font' !important;
    content: "\ff001";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #4E9761;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #4E9761;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #4E9761;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #4E9761;
}
/*------------ 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{
    color: #4E9761;
    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: 1000px){
    .contact-editor{
        padding: 0 2%;
    }
    .contact-editor .col{
        width: 100%;
        padding: 0;
    }
    .contact-map{
        height: 300px;
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
