.about-sect .editor h3{
    position: relative;
    display: block;
    color: #444444;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.2;
    margin: 0 0 15px;
}
@media screen and (max-width: 1000px) {
    .about-sect .editor h3 {
        letter-spacing: 3px;
        font-size: 18px;
    }
}
/* about-關於我們 */
.a_layout{
    position: relative;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
}
.a_layout .a_sect{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
}
.a_layout .a_sect p{
    color: #777;
    letter-spacing: 0.5px;
    line-height: 1.9;
}
.a_layout .a_sect .a_col{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_sect .a_col:first-of-type{
    padding-right: 20px;
    width: 50%;
}
.a_layout .a_sect .a_col:last-of-type{
    padding-left: 20px;
    width: 50%;
}
.a_layout .a_sect ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.a_layout .a_sect li+li{
    margin: 30px 0 0;
}
.a_layout .a_sect h3{
    position: relative;
    display: block;
    color: #444444;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.5;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.a_layout .a_sect h3::before {
    content: '';
    position: absolute;
    width: 27px;
    height: 5px;
    background: #545454;
    bottom: 0;
    left: 0;
}
.a_layout .a_sect:nth-of-type(2){
    text-align: center;
}
.a_layout .a_sect .a_title{
    position: relative;
    margin: 0 auto 30px;
}
.a_layout .a_sect .a_title span{
    position: relative;
    display: block;
    color: #333333;
    font-size: 65px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: 'Cormorant Garamond',serif;
    margin: 0 auto;
    width: fit-content;
    z-index: 2;
}
.a_layout .a_sect .a_title span::before{
    content: '';
    position: absolute;
    width: 500px;
    height: 1px;
    background: #D9D9D9;
    left: 80%;
    bottom: 19px;
    z-index: -1;
}
.a_layout .a_sect .a_title span::after{
    content: '';
    position: absolute;
    width: 500px;
    height: 1px;
    background: #D9D9D9;
    right: 80%;
    bottom: 19px;
    z-index: -1;
}
.a_layout .a_sect h2{
    position: relative;
    display: block;
    color: #444444;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .a_sect:nth-of-type(2) h3{
    position: relative;
    display: block;
    color: #444444;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0;
}
.a_layout .a_sect:nth-of-type(2) h3::before{
    display: none;
}
.a_layout .a_sect:nth-of-type(4){
    display: flex;
    align-items: flex-start;
}
.a_layout .a_sect:nth-of-type(4) .a_col:first-of-type{
    width: 47%;
}
.a_layout .a_sect:nth-of-type(4) .a_col:last-of-type{
    padding-top: 0;
    width: 53%;
}
.a_layout .a_sect:nth-of-type(5){
    display: flex;
    align-items: flex-end;
    margin-top: -140px;
}
.a_layout .a_sect:nth-of-type(5) .a_col:first-of-type{
    width: 42.8%;
}
.a_layout .a_sect:nth-of-type(5) .a_col:last-of-type{
    width: 57.2%;
}
.a_layout .a_sect:nth-of-type(8){
    display: flex;
}
.a_layout .a_sect:nth-of-type(8) .a_col:first-of-type{
    padding: 0;
    text-align: center;
    background: url(../../images/common/index/a_bg.jpg) no-repeat;
}
.a_layout .a_sect:nth-of-type(8) .a_col:first-of-type .a_txt{
    position: absolute;
    padding: 0;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.a_layout .a_sect:nth-of-type(8) .a_col:first-of-type .a_txt h2{
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 5px;
}
.a_layout .a_sect:nth-of-type(8) .a_col:first-of-type .a_txt p {
    margin: 0;
}
.a_layout .a_sect:nth-of-type(8) .a_col:first-of-type .a_txt a.a_btn {
    position: relative;
    padding: 10px 20px;
    background: #232323;
    color: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin: 20px auto 0;
    max-width: 288px;
    width: auto;
    display: block;
}
.a_layout .a_sect:nth-of-type(8) .a_col:first-of-type .a_txt a.a_btn:hover{
    opacity: 0.7;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.a_layout .a_sect:nth-of-type(8) .a_col:last-of-type{
    padding: 0;
}
@media screen and (max-width: 1280px) {
    .a_layout .a_sect h3 {
        letter-spacing: 5px;
    }
    .a_layout .a_sect:nth-of-type(2) h3 {
        letter-spacing: 5px;
    }
    .a_layout .a_sect:nth-of-type(5) {
        margin-top: -133px;
    }
    .a_layout .a_sect:nth-of-type(5) .a_col:first-of-type{
        width: 42.5%;
    }
    .a_layout .a_sect:nth-of-type(5) .a_col:last-of-type{
        width: 57.5%;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout .a_sect {
        margin: 0 0 40px;
    }
    .a_layout .a_sect h3 {
        font-size: 20px;
    }
    .a_layout .a_sect p {
        margin: 0;
    }
    .a_layout .a_sect .a_title span {
        font-size: 35px;
    }
    .a_layout .a_sect .a_title span::before,
    .a_layout .a_sect .a_title span::after  {
        bottom: 10px;
    }
    .a_layout .a_sect:nth-of-type(4) {
        flex-direction: column;
    }
    .a_layout .a_sect:nth-of-type(4) .a_col:first-of-type {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .a_layout .a_sect:nth-of-type(4) .a_col:last-of-type {
        padding: 30px 0 0;
        width: 100%;
    }
    .a_layout .a_sect:nth-of-type(5) {
        margin-top: 0;
        flex-direction: column-reverse;
        align-items: center;
    }
    .a_layout .a_sect:nth-of-type(5) .a_col:last-of-type{
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .a_layout .a_sect:nth-of-type(5) .a_col:first-of-type {
        width: 100%;
        padding: 30px 0 0;
    }
    .a_layout .a_sect:nth-of-type(8){
        flex-direction: column-reverse;
        align-items: center;
    }
    .a_layout .a_sect:nth-of-type(8) .a_col:last-of-type{
        width: 100%;
        text-align: center;
    }
    .a_layout .a_sect:nth-of-type(8) .a_col:last-of-type img{
        width: 100%;
    }
    .a_layout .a_sect:nth-of-type(8) .a_col:first-of-type{
        width: 100%;
    }
    .a_layout .a_sect:nth-of-type(8) .a_col:first-of-type .a_txt{
        position: relative;
        box-sizing: border-box;
        top: unset;
        left: unset;
        transform: unset;
        padding: 50px;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a_sect:nth-of-type(2) p {
        text-align: left;
    }
    .a_layout .a_sect:nth-of-type(8) .a_col:first-of-type .a_txt h2 {
        font-size: 25px;
    }
    .a_layout .a_sect:nth-of-type(8) .a_col:first-of-type .a_txt{
        padding: 30px;
    }
    .a_layout .a_sect h3 {
        letter-spacing: 2px;
    }
}
/* service - 售後保固 */
.a_layout.s_layout .a_sect:nth-of-type(1) p{
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #444;
}
.a_layout.s_layout .a_sect:nth-of-type(3){
    text-align: center;
}
.a_layout.s_layout .a_sect:nth-of-type(3) p{
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #444;
}
.a_layout.s_layout .a_title span::before,
.a_layout.s_layout .a_title span::after {
    width: 400px;
}
.a_layout.s_layout .a_sect:nth-of-type(4) {
    display: block;
}
.a_layout.s_layout .a_sect ul{
    padding-left: 5px;
}
.a_layout.s_layout .a_sect li{
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
}
.a_layout.s_layout .a_sect li+li {
    margin: 5px 0 0;
}
.a_layout.s_layout .a_sect li::before{
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #777777;
}
.a_layout.s_layout .a_item{
    position: relative;
    box-sizing: border-box;
    margin: 20px 0;
}
.a_layout.s_layout .a_item .a_box {
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #DDDDDD;
    margin: 0 0 15px;
}
.a_layout.s_layout .a_item .a_box:last-of-type{
    margin: 0;
}
.a_layout.s_layout .a_item .a_box h4{
    position: relative;
    display: block;
    color: #525252;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 15px;
}
.a_layout.s_layout .a_sect .a_notice {
    position: relative;
}
.a_layout.s_layout .a_sect .a_notice li{
    background: #EFEFEF;
    margin-right: 5px;
    margin-top: 8px;
    padding: 3px 10px;
}
.a_layout.s_layout .a_sect .a_box li::before{
    content: '- ';
    width: 0;
    height: 0;
    top: 0;
}
.a_layout.s_layout .a_sect .a_notice li::before{
    display: none;
}
.a_layout.s_layout .a_sect:nth-of-type(5){
    margin: 0 0 50px;
    display: block;
}
.a_layout .a_bottom{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_bottom .a_col{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 0 0 100px;
    width: 100%;
    box-sizing: border-box;
}
.a_layout .a_bottom .a_title span::before{
    content: '';
    position: absolute;
    width: 346px;
    height: 1px;
    background: rgb(255, 255, 255, 0.5);
    left: -100px;
    bottom: 19px;
}
.a_layout .a_bottom .a_title span{
    position: relative;
    display: block;
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: 'Cormorant Garamond',serif;
    z-index: 2;
}
.a_layout .a_bottom .a_title h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0;
}
.a_layout .a_bottom p {
    position: relative;
    padding: 30px 50px 30px 50px;
    color: #fff;
    margin: -23px 0 0 200px;
    z-index: 1;
    font-size: 20px;
    letter-spacing: 2px;
}
.a_layout .a_bottom p::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0,0.4);
    mix-blend-mode: multiply;
    z-index: -1;
}
@media screen and (max-width: 1280px) {
    .a_layout.s_layout .a_sect:nth-of-type(1) p,
    .a_layout.s_layout .a_sect:nth-of-type(3) p,
    .a_layout .a_bottom p {
        font-size: 17px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout.s_layout .a_item .a_box {
        padding: 20px 15px 20px 10px;
    }
    .a_layout.s_layout .a_item .a_box h4 {
        margin: 0 auto 15px;
        text-align: center;
    }
    .a_layout .a_bottom .a_col {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        padding: 30px 20px;
        background: rgb(0, 0, 0,0.75);
        mix-blend-mode: multiply;
    }
    .a_layout .a_bottom .a_title span{
        font-size: 45px;
    }
    .a_layout .a_bottom p {
        margin: 0;
        padding: 0;
    }
    .a_layout .a_bottom p:before{
        display: none;
    }
    .a_layout .a_bottom .a_title h2{
        margin: 0 0 15px;
    }
    .a_layout .a_bottom .a_title span::before {
        width: 178px;
        left: -20px;
        bottom: 13px;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a_bottom .a_title span {
        font-size: 30px;
    }
    .a_layout .a_bottom .a_title span::before {
        bottom: 8px;
    }
}
/* products-商品介紹 */
.p_layout .p_txt{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    color: #777777;
    letter-spacing: 0.5px;
    line-height: 1.9;
    text-align: justify;
}

/* 內頁 品牌介紹 - 成家服務 */
.remote-row-style-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.remote-row-style-2 .column.third-style-2{
    float: unset;
    width: calc(100% / 3);
    max-width: 350px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 30px;
}
.remote-row-style-2 h2{
    background-color: #925017;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    color: #FFF;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 2px 10px 2px ;
}
.remote-row-style-3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.remote-row-style-3 .column.sixth-style-2{
    float: unset;
    width: calc(100% / 6);
    max-width: 350px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.remote-row-style-3 h2{
    background-color: #925017;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    color: #FFF;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 2px 10px 2px ;
}
@media (max-width: 1300px) {
    .remote-row-style-2 .column.third-style-2{
        margin-left: 0px;
        margin-right: 0px;
    }
    .remote-row-style-2 h2 {
        width: 100%;   
    }
    .remote-row-style-3 .column.sixth-style-2{
        margin-left: 0px;
        margin-right: 0px;
    }
    .remote-row-style-3 h2 {
        width: 100%;   
    }
}
@media (max-width: 800px) {
    .remote-row-style-2{
        margin: 0;
    }
    .remote-row-style-2 h2 {
        font-size: 19px;
        padding-top: 3px;
        padding-bottom: 6px;    
    }
    .remote-row-style-2 .column.third-style-2 {
        width: calc(100% / 2);
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .remote-row-style-3{
        margin: 0;
    }
    .remote-row-style-3 h2 {
        font-size: 19px;
        padding-top: 3px;
        padding-bottom: 6px;    
    }
    .remote-row-style-3 .column.sixth-style-2 {
        width: calc(100% / 2);
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}
/* 內頁 成家服務 - 服務流程 */
@media (max-width: 768px) {
    .remote-row-style-4 > .remote-row{
        display: grid;
        grid-template-columns: 50% 50%;
        row-gap: 5px;
        column-gap: 15px;
    }
    .remote-row-style-4 > .remote-row >  div:nth-child(1){
        grid-column: 1;
        grid-row: 1;
    }
    .remote-row-style-4 > .remote-row >  div:nth-child(2){
        grid-column: 1;
        grid-row: 2;
    }
    .remote-row-style-4 > .remote-row >  div:nth-child(3){
        grid-column: 2;
        grid-row: 1;
    }
    .remote-row-style-4 > .remote-row >  div:nth-child(4){
        grid-column: 2;
        grid-row: 2;
    }
    .remote-row-style-4 > .remote-row   .title-box span{
        font-size: 18px !important;

    }
    .remote-row-style-4 > .remote-row   .title-box h2{
        font-size: 23px !important;
        margin-bottom: 10px;
    }
    .remote-row-style-4 > .remote-row   .title-box.type2{
        margin-bottom: 0px;
    }
    .remote-row-style-4 > .remote-row   .title-box.type2 p{
        margin-bottom: 0px;
    }
    .remote-row-style-4 > .remote-row   .title-box.type2 p span{
        letter-spacing: 0;
    }
    .remote-row-style-4 > .remote-row   .slogan-txt{
        font-size: 16px;
    }
    .remote-row-style-4 > .remote-row  .title-box.type2::after {
        display: none;
    }
}
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
/* contact-聯絡我們 */
.contact-page {
	position: relative;
    box-sizing: border-box;
    text-align: left;
}
.content .map{
	margin: auto;
	max-width: 1280px;
	margin: 0 0 30px;
	position: relative;
}
.content .map iframe{
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.contact-page .contact-list{
    position: relative;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
}
.contact-page .contact-list i{
    color: #333;
    margin: 0 5px 0 0;
    font-size: 20px;
}
.contact-page .contact-list li:first-child,
.contact-page .contact-list li+li {
	padding-top: 10px;
	margin-top: 10px;
}
.contact-page .contact-list li:last-child {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contact-page .contact-list span {
	display: inline-block;
	color: #9F8A73;
	width: 70px;
	text-align: right;
	margin-right: 10px;
}
.contact-page .contact-list a:hover{
    opacity: 0.8;
    text-decoration: underline;
}
@media screen and (max-width: 1200px) {
    .contact-page .col:last-child {
        margin: 0 auto;
    }
} 
@media screen and (max-width: 767px) {
	.contact-list span {
		display: block;
		margin: auto;
		text-align: center;
	}
}
/* terms-使用條款 */
.terms-page h2.terms-title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px;
}
.terms-page .row {
	position: relative;
}
.terms-page .col {
	float: left;
	width: 45%;
}
.terms-page .col+.col {
	margin-left: 10%;
}
@media screen and (max-width:760px) {
	.terms-page .col {
		float: none;
		width: auto;
	}
	.terms-page .col+.col {
		margin-left: 0;
	}
}