@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
@font-face {
    font-family: 'TimesRoman';
    src: url('/fonts/Times-Roman.woff2') format('woff2'),
         url('/fonts/Times-Roman.woff') format('woff'),
         url('/fonts/Times-Roman.ttf') format('truetype');
}
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@font-face {
    font-family: 'GlowSansTC-Normal-Light';
    src: url('font/GlowSansTC-Normal-Light.woff2') format('woff2');
    /* background: url(../../images/common/about/about-icon.svg) no-repeat; */  
    font-weight: normal;
    font-style: normal;
}
/* ---- 首頁 關於我們 ---- */
.about-sect .editor span {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    color: #c9a063;
    font-size: 24px;
    letter-spacing: 3.5px;
    line-height: 1.4;
    font-family: "Noto Serif TC", serif;
    padding: 0;
    font-weight: 800;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 68px;
    overflow: hidden;
}
.about-sect .editor .descri {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 92px;
    overflow: hidden;
}
.about-sect .about-list{
    width: 1340px;
    position: absolute;
    bottom: -414px;
    left: calc(50% - 670px);
    display: flex;
    justify-content: space-between;
}
.about-list .box{
    width: 234px;
    height: 286px;
    background: #c9a063;
    border-radius: 120px;
    text-align: center;
    padding-top: 44px;
    position: relative;
    box-sizing: border-box;
    transition: all .6s ease;
    top: 0;
}
.about-list .box:hover{
    box-shadow: 0px 0px 20px 4px #b48f7d2b;
    top: -35px;
}
.about-list .box .pic{
    margin-left: auto;
    margin-right: auto;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.about-list .box:nth-child(1) .pic{
    max-width: 135px;
}
.about-list .box:nth-child(2) .pic{
    max-width: 135px;
}
.about-list .box:nth-child(3) .pic{
    max-width: 135px;
}
.about-list .box:nth-child(4) .pic{
    max-width: 135px;
}
.about-list .box:nth-child(5) .pic{
    max-width: 135px;
}
.about-list .name{
    font-size: 18px;
    color: #fff7ed;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 3px;
}
.about-list .name-en{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3;
    /* font-family: ; */
}
.about-list .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.about-list{
    width: 1340px;
    position: relative;
    /* bottom: -414px; */
    left: calc(50% - 670px);
    display: flex;
    justify-content: space-between;
    z-index:  999;
}
@media(max-width:1440px){
    .about-list {
        flex-wrap: wrap;
        width: 100%;
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
        /* bottom: -350px; */
    }
    .about-list .box{
        width: calc(20% - 27px);
        margin-left: 5px;
        margin-right: 5px;
    }
    .about-list .box:nth-child(1) .pic{
        max-width: 110px;
    }
    .about-list .box:nth-child(2) .pic{
        max-width: 110px;
    }
    .about-list .box:nth-child(3) .pic{
        max-width: 110px;
    }
    .about-list .box:nth-child(4) .pic{
        max-width: 110px;
    }
    .about-list .box:nth-child(5) .pic{
        max-width: 110px;
    }
}
@media(max-width:1280px){
    .about-list .box {
        height: 230px;
        padding-top: 30px;
    }
     .about-list .box .pic{
        height: 110px;
    } 
    .about-list .box:nth-child(1) .pic{
        max-width: 95px;
    }
    .about-list .box:nth-child(2) .pic{
        max-width: 95px;
    }
    .about-list .box:nth-child(3) .pic{
        max-width: 95px;
    }
    .about-list .box:nth-child(4) .pic{
        max-width: 95px;
    }
    .about-list .box:nth-child(5) .pic{
        max-width: 95px;
    }
}
@media(max-width:1000px){
    .about-sect .editor span{
        font-size: 18px;
        text-align: center;
        display: block;
        height: unset;
        overflow: unset;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }
    .about-sect .editor .descri{
        display: block;
        overflow: unset;
        height: unset;
        text-align: center;
        margin-bottom: 30px;
    }
    .about-list {
        position: relative;
        bottom: 0;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
    .about-list .box {
        width: 130px;
        height: 184px;
        margin: 0 10px 20px 10px;
        padding-top: 30px;
    }
    .about-list .box .pic {
        height: 83px;
    }
    .about-list .box:nth-child(1) .pic{
        max-width: 70px;
    }
    .about-list .box:nth-child(2) .pic{
        max-width:  70px;
    }
    .about-list .box:nth-child(3) .pic{
        max-width:  70px;
    }
    .about-list .box:nth-child(4) .pic{
        max-width: 70px;
    }
    .about-list .box:nth-child(5) .pic{
        max-width: 70px;
    }
    .about-list .name {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .about-list .name-en {
        font-size: 13px;
    }
    .about-list .box:hover {
        top: -5px;
    }
}
/* ---- 內頁 關於我們 ---- */
.page-about{
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
}
.page-about .a-1{
    margin-bottom: 70px;
}
.page-about .a-2{
    margin-bottom: 50px;
}
.page-about .t-1{
    display: flex;
    max-width: 750px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    justify-content: space-between;
    position: relative; 
}
.page-about .t-1:before{
    content: '';
    background: url(../../images/common/about/about-icon.svg) no-repeat;
    width: 56px;
    height: 56px;
    position: absolute;
    left: calc(50% - 28px);
    top: 25px;
    background-size: cover;
    background-position: center;
}
.page-about .t-1 span{
    color: #c9a063;
    font-size: 80px;
    font-weight: 400;
    font-family: "Noto Serif TC", serif;
    line-height: 90px;
}
.page-about .t-2{
    color: #c9a063;
    font-size: 28px;
    font-weight: 800;
    font-family: "Noto Serif TC", serif;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.page-about .p-1{
    color: #9F9492;
    font-size: 15px;
    text-align: center;
    line-height: 2;
    letter-spacing: 2px;
}
.page-about .a-3{
    text-align: center;
    margin-bottom: 65px;
}
.page-about .a-4{
    padding-left: 50px;
    padding-right: 50px;
}
.page-about .row{
    display: flex;
}
.page-about .col:nth-child(1){
    width: 45%;
    box-sizing: border-box;
    padding-right: 20px;
}
.page-about .col:nth-child(2){
    width: 55%;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    padding-top: 129px;
}
.page-about .t-3{
    color: #c9a063;
    font-size: 28px;
    font-weight: 600;
    padding: 20px 32px;
    border: 3px solid #f4e1c9;
    position: relative;
    font-family: "Noto Serif TC", serif;
    display: inline-block;
    margin: 0;
    margin-bottom: 40px;
    background: #fff7ed;
    letter-spacing: 4px;
}
.page-about .t-3:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 19.5px 0 19.5px;
    border-color: #f4e1c9 transparent transparent transparent;
    position: absolute;
    left: 81px;
    bottom: -28px;
}
.page-about .t-3:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 18px 0 18px;
    border-color: #fff7ed transparent transparent transparent;
    position: absolute;
    left: 82px;
    bottom: -23px;
}
.page-about .p-2{
    color: #8B7E7C;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    margin-bottom: 20px;
}
.page-about .sub-col{
    width: calc(50% - 10px);
    border: 1px solid #f4e1c9;
    box-sizing: border-box;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.page-about .t-4{
    font-family: "Noto Serif TC", serif;
    color: #c9a063;
    font-size: 20px;
    margin: 0;
}
.page-about .p-3{
    color: #8B7E7B;
    font-size: 15px;
    margin: 0;
}
@media(max-width:1300px){
    .page-about .a-4 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width:1000px){
    .page-about .a-1 {
        margin-bottom: 30px;
    }
    .page-about .t-1 {
        max-width: 280px;
    }
    .page-about .t-1:before {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px);
        top: 12px;
    }
    .page-about .t-1 span {
        font-size: 30px;
        line-height: 40px;
    }
    .page-about .a-2 {
        margin-bottom: 30px;
    }
    .page-about .a-3 {
        margin-bottom: 30px;
    }
    .page-about .t-2 {
        font-size: 18px;
    }
    .page-about .t-3 {
        font-size: 20px;
        padding: 15px 25px;
        letter-spacing: 2px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .page-about .a-4 {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-about .row {
        flex-wrap: wrap;
    }
    .page-about .col:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .page-about .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
        display: flex;
        padding-top: 0;
    }
    .page-about .col:nth-child(2) {
        flex-wrap: wrap;
    }
    .page-about .sub-col {
        width: 100%;
    }
    .page-about .p-2 {
        padding-left: 0;
        padding-right: 0;
    }
}
.terms-title{
    font-size: 20px;
    color:#c9a063;
    margin: 0;
    margin-bottom: 5px;
}
/* content */
.a_layout {
    position: relative;
    box-sizing: border-box;
    max-width: 1062px;
    margin: 0 auto;
}
.a_layout .a_item {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.a_layout .a_item .a_col {
    width: 50%;
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item:last-of-type{
    align-items: end;
    margin-top: -11%;
}
.a_layout .a_item:first-of-type .a_col:first-of-type { 
    width: 57.4%;
}
.a_layout .a_item:first-of-type .a_col:last-of-type { 
    width: 42.6%;
    padding-top: 85px;
}
.a_layout .a_item:last-of-type .a_col:first-of-type { 
    width: 61.2%;
    padding-right: 43.5px;
}
.a_layout .a_item:last-of-type .a_col:last-of-type { 
    width: 38.8%;
    padding-left: 43.5px;
}
.a_layout .title {
    position: relative;
    margin: 0;
    display: flex;
    align-items: baseline;
    margin-left: -135px;
}
.a_layout .title span {
    position: relative;
    box-sizing: border-box;
    color: #c9a063;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 0.9;
    font-family: 'Marcellus SC', serif;
}
.a_layout .title h2 {
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
    color: #c9a063;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgb(70, 57, 44, 0.6);
}
.a_layout h3 {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #c9a063;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Marcellus SC', serif;
    padding: 20px 35px;
    margin: 0 0 0 -7px;
}
.a_layout h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 20px;
    height: 1px;
    background: #463A2C;
}
.a_layout p {
    color: #555555;
    margin: 0;
    letter-spacing: 0.7px;
    line-height: 2;
}
@media screen and (max-width: 1100px) {
    .a_layout .a_item:last-of-type {
        align-items: end;
        margin-top: -7%;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout .a_item {
        flex-direction: column;
    }
    .a_layout .a_item:first-of-type .a_col:first-of-type{
        width: 100%;
        text-align: center;
    }
    .a_layout .a_item:first-of-type .a_col:last-of-type{
        width: 100%;
        text-align: center;
        padding: 30px 0 0;
    }
    .a_layout .title {
        margin: 0;
        justify-content: center;
    }
    .a_layout h3 {
        text-align: center;
        display: inline-block;
        padding: 11px 35px 20px;
    }
    .a_layout .a_item:last-of-type {
        align-items: unset;
        margin: 0;
    }
    .a_layout .a_item:last-of-type .a_col:first-of-type{
        width: 100%;
        padding: 0 0 15px;
    }
    .a_layout .a_item:last-of-type .a_col:last-of-type {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .title {
        display: block;
    }
    .a_layout .title h2{
        display: inline-block;
        margin: 0 0 0 -30px;
    }
    .a_layout .title span {
        line-height: 1.2;
        font-size: 45px;
        display: block;
    }
    .a_layout h3{
        font-size: 20px;
    }
}
/*------------ notice-editor ------------*/
.notice-editor .step {
    background: url('../../images/common/notice/bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 45px 40px;
    min-height: 577px;
    box-sizing: border-box;
}
.notice-editor .step h2 {
    text-align: center;
    margin: 0 0 60px;
}
.notice-editor .step ul,
.notice-editor .step ol,
.notice-editor .step li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notice-editor .step ul {
    max-width: 650px;
}
.notice-editor .step li {
    display: inline-block;
    margin: 0 50px 35px 0;
}
.notice-editor .step .child4 {
    margin-left: 40px;
}
.notice-editor h3 {
    font-size: 16px;
    color: #72665F;
}
.notice-editor .pic {
    margin: 0 -16px;
}
.notice-editor .pic img {
    margin: 0 15px 10px;
}
/*------------ terms-editor ------------*/
.terms-editor .title {
    line-height: .8;
    font-size: 17px;
    color: #c9a063;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
    text-align: center;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .about-editor .col {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .about-editor h2 {
        margin-bottom: 5px;
        padding: 3px;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-info-list li {
        margin: 2px 0;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 5px;
    }
    .contact-info-list {
        margin: 5px 0;
    }
}
@media screen and (max-width: 767px) {
    .notice-editor .step {
        padding: 45px 10px;
    }
    .notice-editor .step ul {
        text-align: center;
        max-width: 100%;
    }
    .notice-editor .step .child4 {
        margin-left: 5px;
    }
    .notice-editor .step li {
        display: inline-block;
        margin: 0 5px 35px;
    }
}
@media screen and (max-width: 480px) {
    .notice-editor .pic {
        margin: 0;
    }
    .notice-editor .pic img {
        margin: 0px 0 10px;
    }
}