@charset "utf-8";
/*------------ footer-editor ------------*/
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ /footer-editor ------------*/
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #fff;
    margin: 0 0 10px;
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 22px;
        text-align: center;
    }
}
@media screen and (max-width: 767px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 18px;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    max-width: 1036px;
    margin: 0 auto;
}
.a_layout p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.a_layout .a_item+.a_item {
    margin: 80px 0 0;
} 
.a_layout .a_title {
    text-align: center;
    margin: 0 0 25px;
}
.a_layout .a_title span {
    display: block;
    font-size: 15px;
    letter-spacing: 0.25px;
    color: #878787;
    font-family: 'Montserrat', serif;
}
.a_layout .a_title h3 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.2;
    color: #121212;
    margin: 0;
}
.a_layout .a_item.one .a_col:first-of-type {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    border-radius: 15px;
    padding: 5%;
    z-index: 2;
}
.a_layout .a_item.one .a_col:last-of-type {
    margin-top: -5%;
    z-index: -1;
}
.a_layout .a_item.one p {
    text-align: center;
    margin: 0 18%;
}
.a_layout .a_item.two .a_col:last-of-type {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.a_layout .a_item.two .a_box {
    width: calc(100% / 2 - 20px);
    padding: 2.5% 5%;
    margin: 0 10px 20px;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    border-radius: 15px;
}
.a_layout .a_item.two .a_col:last-of-type .a_title {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
    margin: 0;
}
.a_layout .a_item.two .a_col:last-of-type .a_title h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.2;
    color: #121212;
    margin: 0;
}
.a_layout .a_item.two .a_col:last-of-type .a_title span {
    padding-left: 10px;
}
.a_layout .a_item.three {
    padding: 5% 0;
    border: 1px dotted #ddd;
    border-width: 2px 0;
    display: flex;
    justify-content: space-between;
}
.a_layout .a_item.three .a_col:first-of-type {
    width: 50%;
    padding-right: 5%;
}
.a_layout .a_item.three .a_col:last-of-type {
    width: 50%;
    padding-left: 5%;
}
.a_layout .a_item.three .a_col:first-of-type {
    border-right: 1px solid #ddd;
}
.a_layout .a_item.three ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.a_layout .a_item.three li {
    margin-left: 15px;
}
.a_layout .a_item.three li+li {
    margin-top: 10px;
}
.a_layout .a_item.three li::before {
    content: '';
    position: absolute;
    top: 14px;
    left: -15px;
    width: 6px;
    height: 2px;
    background: #878787;
    transition: all .3s ease;
}
.a_layout .a_item.three .a_title {
    text-align: left;
}
.a_layout .a_item.three li span {
    display: block;
    padding: 2.5% 5%;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    border-radius: 8px;
    margin: 10px 0;
}
@media screen and (max-width: 1280px){
    .a_layout .a_title span {
        font-size: 14px;
    }
    .a_layout .a_title h3 {
        font-size: 35px;
    }
    .a_layout .a_item.two .a_col:last-of-type .a_title h4 {
        font-size: 20px;
    }
    .a_layout .a_item.one .a_col:first-of-type {
        max-width: 650px;
    }
    .a_layout .a_item.one p {
        margin: 0 10%;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_title h3 {
        font-size: 33px;
    }
    .a_layout .a_item.two .a_col:last-of-type .a_title h4{
        font-size: 18px;
    }
    .a_layout .a_item.two .a_col:last-of-type .a_title{
        flex-direction: column-reverse;
        margin: 0 0 10px;
    }
    .a_layout .a_item.two .a_col:last-of-type .a_title span {
        padding: 0;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item+.a_item {
        margin: 50px 0 0;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item.one p{
        margin: 0 20px;
    }
    .a_layout .a_item.one .a_col:first-of-type {
        max-width: unset;
        width: calc(100% - 30px);
        padding: 30px 15px;
    }
    .a_layout .a_item.two .a_box {
        width: 100%;
        padding: 30px 15px;
        text-align: center;
    }
    .a_layout .a_item.two .a_box:last-of-type {
        margin-bottom: 0;
    }
    .a_layout .a_item.two .a_col:last-of-type .a_title {
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }
    .a_layout .a_item.three {
        flex-direction: column;
    }
    .a_layout .a_item.three .a_col:first-of-type {
        border-right: 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
        padding: 0 0 30px;
    }
    .a_layout .a_item.three .a_col:last-of-type {
        width: 100%;
        padding: 30px 0 0;
    }
    .a_layout .a_item.three li span {
        padding: 15px 20px;
    }
}
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout .s_list {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
}
.s_layout .s_box {
    width: calc(100% / 2 - 20px);
    padding: 5% 5.5%;
    margin: 0 10px;
    background: rgba(255, 255, 255, .3);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.s_layout .s_box:hover {
    background: #fff;
}
.s_layout .s_box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.s_layout .s_box .s_txt{
    display: flex;
    align-content: flex-end;
    margin: 0 0 40px;
}
.s_layout .s_box .s_txt .s_icon{
    width: 116px;
    top: 10px;
}
.s_layout .s_title {
    width: calc(100% - 116px);
}
.s_layout .s_title span {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 20px;
    letter-spacing: 0.25px;
    color: #878787;
    font-family: 'Montserrat', serif;
    padding-left: 40px;
}
.s_layout .s_title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 24px;
    background: url(../../../images/layout04/common/index/title_ic.png) no-repeat;
    background-size: contain;
}
.s_layout .s_title h2 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.2;
    color: #121212;
    margin: 0;
}
.s_layout .s_box p {
    text-align: justify;
    margin: 0;
    color: #121212;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
}
.s_layout .s_index_more {
    display: block;
    margin: 50px 0 0;
}
.s_layout .s_index_more .s_btn {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0 24px;
    box-shadow: -5px -5px 10px rgb(255, 255, 255, 0.5), 10px 10px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.s_layout .s_index_more .s_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_index_more .s_btn:before {
    width: 110%;
    height: 110%;
    border-radius: 0;
    right: -5%;
    z-index: -1;
}
.s_layout .s_index_more .s_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../../../images/layout04/common/index/btn_arr.png) no-repeat;
    background-size: contain;
}
.s_layout .s_index_more .s_btn span {
    color: #121212;
    font-size: 15px;
    font-family: 'Montserrat', serif;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_index_more a span {
    color: #121212;
}
@media screen and (max-width: 1280px){
    .s_layout .s_title span {
        font-size: 16px;
    }
    .s_layout .s_title h2 {
        font-size: 35px;
    }
    .s_layout .s_box p {
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px){
    .s_layout .s_title span {
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 5px;
    }
    .s_layout .s_title h2 {
        font-size: 33px;
    }
    .s_layout .s_box .s_txt {
        margin: 0 0 30px;
    }
    .s_layout .s_box p {
        font-size: 18px;
    }
    .s_layout .s_index_more {
        display: block;
        margin: 30px 0 0;
    }
    .s_layout .s_title span::before {
        width: 22px;
        height: 19px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_list{
        flex-direction: column;
        margin: 0;
    }
    .s_layout .s_box {
        width: 100%;
        padding: 30px;
        margin: 0;
    }
    .s_layout .s_box+.s_box {
        margin-top: 30px;
    }
    .s_layout .s_box .s_txt .s_icon{
        width: 80px;
    }
    .s_layout .s_title {
        width: calc(100% - 80px);
    }
    .s_layout .s_box .s_txt {
        margin: 0 0 20px;
    }
}
/*------------ /service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid #eee;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0 0 20px;
    border-radius: 15px;
}
.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: #ddd;
}
.contact-info-txt{
    max-width: 300px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #00BBD4;
    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;
    color: #121212;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
@media screen and (max-width: 1000px){
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border-width: 5px;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .contact-map{
        height: 200px;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #00BBD4;
    font-size: 18px;
    font-weight: 500;
    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;
}
@media screen and (max-width: 1000px){
    .terms-editor .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/