/* reset-css */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:target {
    padding-top: 100px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 62.5%;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    border: none;
}

.img-h-fluid {
    height: 100%;
    width: auto;
    max-width: unset;
}

.pointer-events-none {
    pointer-events: none
}

.absolute-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Default */

html {}

body {
    font-family: 'Noto Serif TC', 'Roboto', sans-serif;
    background: #fff;
    color: #231815;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    width: 100vw;
    max-width: 1920px;
    overflow-x: hidden;
    margin: auto;
    /* background-image: url(../img/bg-full.jpg);
    background-size: 1920px 960px;
    background-position: center center;
    background-repeat: repeat; */
}

section {
    width: 100%;
    overflow-x: hidden;
}

article {
    text-align: center;
    line-height: 2.4rem;
}

h1,
h2,
h3,
h4,
h5,
p {
    color: #231815;
    letter-spacing: 2px;
}

.fw-500 {
    font-weight: 500 !important;
}

.lh-1 {
    line-height: 1em;
}

.lh-2 {
    line-height: 1.5em;
}

.lh-3 {
    line-height: 2em;
}

.lh-4 {
    line-height: 2.5em;
}

.fs-md {
    font-size: 22px !important;
}

.fs-lg {
    font-size: 30px !important;
}

@media (max-width: 767px) {
    .fs-4 {
        font-size: 15px !important;
    }
}

.text-justify {
    text-align: justify;
}

.text-shadow {
    text-shadow: rgba(0, 0, 0, 0.52) 0.1em 0.1em 0.2em;
}

.w-shadow {
    background: #FFFFFF;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
}

.textbox {
    padding: 5.4rem;
    line-height: 2.6rem;
}

.textbox p,
.box-L p,
.box-R p {
    margin-top: 2rem;
    color: #231815;
    line-height: 2.6rem;
}

.pt-6,
.py-6 {
    padding-top: 3.5rem !important;
}

.pt-7,
.py-7 {
    padding-top: 4rem !important;
}

.pt-8,
.py-8 {
    padding-top: 4.5rem !important;
}

.pt-9,
.py-9 {
    padding-top: 5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 3.5rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 4rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 4.5rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 5rem !important;
}

.pt-5vh,
.py-5vh {
    padding-top: 5vh;
}

.pt-10vh,
.py-10vh {
    padding-top: 10vh;
}

.pt-15vh,
.py-15vh {
    padding-top: 15vh;
}

.pb-5vh,
.py-5vh {
    padding-bottom: 5vh;
}

.pb-10vh,
.py-10vh {
    padding-bottom: 10vh;
}

.pb-15vh,
.py-15vh {
    padding-bottom: 15vh;
}

.ms-9,
.mx-9 {
    margin-left: 5rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 5rem !important;
}

.ms--5 {
    margin-left: -3rem !important;
}

@media screen and (min-width: 1200px) {
    .fs-md {
        font-size: calc(1.35rem + 1.15vw) !important;
    }
    .fs-lg {
        font-size: calc(3.75rem + 1.5vw) !important;
    }
}

@media screen and (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
    .border-md-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 3.5rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 4rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 4.5rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 5rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3.5rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 4rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 4.5rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 5rem !important;
    }
    .pt-md-5vh,
    .py-md-5vh {
        padding-top: 5vh !important;
    }
    .pt-md-10vh,
    .py-md-10vh {
        padding-top: 10vh !important;
    }
    .pt-md-15vh,
    .py-md-15vh {
        padding-top: 15vh !important;
    }
    .pb-md-5vh,
    .py-md-5vh {
        padding-bottom: 5vh !important;
    }
    .pb-md-10vh,
    .py-md-10vh {
        padding-bottom: 10vh !important;
    }
    .pb-md-15vh,
    .py-md-15vh {
        padding-bottom: 15vh !important;
    }
    .ms-md-9,
    .mx-md-9 {
        margin-left: 5rem !important;
    }
    .me-md-9,
    .mx-md-9 {
        margin-right: 5rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 5rem !important;
    }
    .mb-md-5vh,
    .my-md-5vh {
        margin-bottom: 5vh !important;
    }
    .mb-md-10vh,
    .my-md-10vh {
        margin-bottom: 10vh !important;
    }
    .col-md-re {
        flex: 1 0 0%;
    }
}

@media screen and (max-width: 767px) {
    .pt-xs-5vh,
    .py-xs-5vh {
        padding-top: 5vh;
    }
    .pt-xs-10vh,
    .py-xs-10vh {
        padding-top: 10vh;
    }
    .pt-xs-15vh,
    .py-xs-15vh {
        padding-top: 15vh;
    }
    .pb-xs-5vh,
    .py-xs-5vh {
        padding-bottom: 5vh;
    }
    .pb-xs-10vh,
    .py-xs-10vh {
        padding-bottom: 10vh;
    }
    .pb-xs-15vh,
    .py-xs-15vh {
        padding-bottom: 15vh;
    }
}

.t-gray {
    color: #5e5e5e;
}

.t-green {
    color: #017551;
}

.t-gold {
    color: rgb(150, 119, 89);
}

.t-red {
    color: #d64b3b;
}

.border-green {
    border-color: #017551 !important;
}

.bg-green_light {
    background-color: #eff3ea;
}

.border-gold {
    border-color: rgb(150, 119, 89) !important;
}

.bg-red {
    background-color: #d64b3b;
}

.linkTo {
    cursor: pointer;
}

.line-center {
    content: '';
    width: 40px;
    height: 3px;
    background: #017551;
    display: inline-block;
    position: relative;
}

.line-vertical {
    width: 1px;
    height: 100px;
    border-radius: 5px;
    background: #017551;
    display: block;
    margin: 4rem auto;
}

.title-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-color: #017551;
    border-left-width: 3px;
    border-left-style: solid;
}

.border-opacity {
    border-color: transparent;
}

@media screen and (max-width: 767px) {}

.link-red,
.link-red:visited {
    color: #C80000;
    cursor: pointer;
}


/* fancybox */

.fancybox-toolbar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fancybox-button {
    margin: 2rem .5rem !important;
}


/* Slick */


/* arrows */

.slick-prev.slick-arrow {
    content: '';
    width: 35px;
    height: 50px;
    background-image: url('../img/index-s4-arrow-l.svg');
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    z-index: 2;
}

.slick-prev::before {
    display: none;
}

.slick-next.slick-arrow {
    content: '';
    width: 35px;
    height: 50px;
    background-image: url('../img/index-s4-arrow-r.svg');
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    z-index: 2;
}

.slick-next::before {
    display: none;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

.slick-dots li button:before {
    color: #fff;
}

.buttons.arrow-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    flex: 0 0 auto;
    width: calc(100% - 41.66666667% - 3rem);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1-slick-next,
.s1-slick-prev {
    width: 35px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: relative;
}

.s1-slick-next {
    margin-left: 20px
}

.s1-slick-prev:after {
    background: #5e5e5e;
    content: "";
    height: 30px;
    position: absolute;
    right: -13px;
    top: 8px;
    width: 1px
}

.s1-slick-prev.white:after {
    background: white;
}

.buttons.arrow-2 .s1-slick-prev:after {
    display: none;
}

.buttons.arrow-2 .s1-slick-next,
.buttons.arrow-2 .s1-slick-prev {
    width: 35px;
    height: 50px;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .buttons.arrow-2 {
        width: 100%;
    }
}


/* dots */

.dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.dots li {
    margin: 0 4px;
}

.dots li button {
    position: relative;
    color: transparent;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    outline: inherit;
}

.dots li button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #5e5e5e;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.dots li.slick-active button::after {
    background-color: #5e5e5e;
}


/* carousel number */

.carousel-cell {
    width: 100%;
    margin-right: 10px;
    counter-increment: carousel-cell;
}


/* form */

#contact {
    width: 45%;
    min-width: 300px;
    margin: 0 auto;
    text-align: center;
}

#contact i {
    margin: 2rem;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact input[type="number"],
#contact select,
#contact option,
#contact .verify {
    font-size: 1.6rem;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact option,
#contact select {
    color: #4f4f4f;
}

#contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 1rem;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%23727272" viewBox="0 0 20 20"><path d="M5 8l6 6 6-6z"/></svg>') right 0.5rem center no-repeat;
    /* padding: 0.75rem 1.5rem 0.75rem 0.75rem; */
}

#contact input[type="text"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="email"]:hover,
#contact input[type="number"]:hover,
#contact select:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact .verify {
    background-color: #d64a3b !important;
    color: white;
    cursor: pointer;
    transition: all .6s ease-in-out;
}

#contact .verify:hover {
    background-color: #aaa !important;
}

#contact button[type="button"] {
    cursor: pointer;
    width: 50%;
    border: none;
    background: #017551;
    color: #FFF;
    padding: 1rem;
}

@media (max-width: 767px) {
    #contact button[type="button"] {
        width: 100%;
    }
}

#contact button[type="button"]:hover {
    background: #231815;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="button"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact select:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


/* popup*/

.fancybox-content {
    background: #000;
    opacity: 0.9;
}

.fancybox-button {
    border: 1px solid #fff;
    margin: 6vh 5%;
    color: #fff;
}

.fancybox-button svg,
.popupcontent,
.popupcontent h3 {
    color: #fff;
}

.popupcontent {
    width: 80%;
    margin: 6vh auto 0 auto;
}

.popupcontent h3 {
    text-align: center;
    margin-bottom: 4rem;
}

.popupcontent p {
    margin: 4rem auto;
}


/*  layout  */

.kv {
    background-color: white;
    position: relative;
}

.kv .main {
    width: 100%;
    max-width: 1920px;
    /* padding: 20px; */
    transition: all 0.75s ease;
}

.kv .main-inner {
    /* border-radius: 10px; */
    transition: all 0.75s ease;
    overflow: hidden;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: white;
}

#build-info::after {
    z-index: 6;
}


/* c3 */

#c3 {
    position: relative;
}


/* #c3::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 72%;
    background-color: #f2f2f2;
    opacity: .57;
    top: 0;
    left: 0;
} */

#c3 .arrows {
    margin-bottom: -10px;
}


/* c4 */

#c4 {
    position: relative;
}


/* #c4::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 57%;
    background-color: #f2f2f2;
    opacity: .57;
    top: 0;
    left: 0;
} */

#brand {
    position: relative;
}

#brand::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 85%;
    background-color: rgb(150, 119, 89);
    opacity: 1;
    top: 0;
    left: 0;
}

#n1 .bg {
    height: 80vh;
    background-image: url(../img/n1-bg.jpg?v=2022072802);
    background-size: auto 100%;
    background-position: center;
}

#n2 .bg {
    height: 80vh;
    background-image: url(../img/n2-bg.jpg);
    background-size: auto 100%;
    background-position: center;
}

#n3 .bg {
    height: 50vh;
    background-image: url(../img/index-s2.jpg);
    background-size: auto 100%;
    background-position: center;
}

@media screen and (max-width: 767px) {
    #c3::after,
    #c4::after {
        display: none;
    }
    #c3 .arrows {
        margin-bottom: 20px;
    }
    #c3 .slick-arrow {
        margin-top: 25px;
    }
}

.master {
    position: relative;
    padding-bottom: 8rem;
}

.sh {
    height: 12rem;
}

.sh .sub {
    width: 16rem;
    height: 16rem;
    position: absolute;
    border: 1px solid white;
    border-radius: 999rem;
    left: -8rem;
}

.inner {
    padding-top: 150px;
    padding-bottom: 100px;
}

.inner-top {
    padding-top: 50px;
    padding-bottom: 200px;
}

.inner-bottom {
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .inner-md-top {
        padding-top: 50px;
        padding-bottom: 200px;
    }
    .inner-md-bottom {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .sh {
        height: auto;
    }
    .sh .sub {
        position: relative;
        left: 0;
    }
    .inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .inner-top {
        padding-top: 25px;
        padding-bottom: 0px;
    }
    .inner-bottom {
        padding-bottom: 25px;
    }
}

.circle {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.build-table {
    position: relative;
    z-index: 5;
    color: #fff;
    background-color: rgb(0, 0, 0, 0.675);
    background-image: url('../img/index-s2.jpg');
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center center;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 14rem 0 20rem 0;
}

.build-table table {
    margin: 0 auto;
    width: 75%;
}

.build-table table:first-child {
    margin-bottom: 2rem;
}

.build-table tr {
    /* border-bottom: 1px solid #fff; */
}

.build-table tr:last-child {
    border: none;
}

.build-table td {
    padding: 1.25rem 0;
    font-weight: 300;
}

.build-table td:first-child {
    text-align: center;
    width: 124px;
}

.build-table table div {
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 8rem;
    margin-left: 8rem;
    font-weight: 300;
}

.build-table table span {
    width: 4rem;
    display: inline-block;
}

#build-info {
    position: relative;
}

.build-map {
    position: relative;
    z-index: 10;
    width: 60%;
    margin: -12rem auto;
}

.build-form {
    padding-top: 28rem;
    padding-bottom: 20rem;
    overflow: hidden;
    /* background-color: white; */
}

@media (max-width: 767px) {
    .build-form {
        padding-top: 14rem;
        padding-bottom: 10rem;
        overflow: hidden;
        /* background-color: white; */
    }
}

.nav-fix {
    position: fixed !important;
    width: 100%;
    z-index: 1001;
    top: 0;
    left: 0;
    border-bottom: 1px solid white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 25px 0;
}

.nav-fix .logo {
    display: none;
    color: #fff;
    font-size: 4rem;
}

.nav-fix .menu {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.nav-fix .menu div {
    width: 24px;
    height: 3px;
    border-radius: 4px;
    background-color: white;
}

.nav-fix .menu div:first-child {
    margin-bottom: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-fix .menu div:nth-child(2) {
    margin-bottom: 4px;
}

.nav-fix .menu div:last-child {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-fix .menu.show div:first-child {
    margin-bottom: 0;
    transform: rotate(45deg);
}

.nav-fix .menu.show div:nth-child(2) {
    /* margin-bottom: 4px; */
    display: none;
}

.nav-fix .menu.show div:last-child {
    margin-top: -2px;
    transform: rotate(-45deg);
}

.nav-fix.show {
    height: 100vh;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.35);
}

.nav-fix .list {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.56);
    opacity: 0;
    z-index: -999;
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-fix .list.show {
    opacity: 1;
    transform: translateY(0%);
    z-index: 999;
}

.footer-fix {
    display: none;
    position: fixed;
    background: rgb(0, 0, 0, 0.775);
    border-bottom: 0.25px solid rgb(255, 255, 255, 0.075);
    text-align: center;
    width: 100%;
    z-index: 1001;
    bottom: 0;
    left: 0;
}

.footer-fix ul {
    display: inline-block;
    margin: 2rem auto;
}

.footer-fix li {
    float: left;
    padding: 0.4rem;
}

.footer-fix a {
    border: 1px solid #828282;
    padding: 10px;
    color: #F2F2F2;
}

.footer-fix a:hover {
    background: #464646;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.footer-fix a:foucs {
    background: none;
}

.copyright {
    background-color: rgb(0, 0, 0, 0.775);
    line-height: 175%;
}

.phone,
.map,
.fb {
    display: inline-block;
    height: 15px;
    margin-right: 0.6rem;
}

.phone {
    width: 10px;
    background: url(../img/icon-phone.svg) no-repeat;
    background-size: 100%;
    background-position-y: bottom;
}

.map {
    width: 15px;
    background: url(../img/icon-map.svg) no-repeat;
    background-size: 100%;
    background-position-y: bottom;
}

.fb {
    width: 15px;
    background: url(../img/icon-fb.svg) no-repeat;
    background-size: 100%;
    background-position-y: bottom;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    body {
        /* min-width: 1200px; */
        width: 100%;
        overflow: initial;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 3.2rem;
    }
    h3 {
        font-size: 1.725rem;
    }
    p {
        font-size: 14px;
    }
    .textbox {
        padding: 3vh 5.4rem;
        padding-bottom: 7.5vh;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .w-shadow {
        box-shadow: none;
    }
    .span-red {
        color: #C80000;
        display: inline-block;
    }
    .line-vertical {
        margin: 2vh auto;
        height: 10vh;
    }
    .slider-single {
        width: 100%;
        height: auto;
        margin: 0 auto;
        /* margin-top: -6vh; */
        position: relative;
        z-index: 20;
    }
    .flickity-button {
        background: none;
    }
    .flickity-prev-next-button.previou,
    .flickity-prev-next-button.next {
        background: none;
    }
    .flickity-prev-next-button.previous {
        right: 20%;
        left: auto;
    }
    .flickity-prev-next-button.next {
        right: 11%;
        left: auto;
    }
    .flickity-prev-next-button {
        width: 3rem;
        height: 3rem;
        bottom: -5vh;
    }
    .carousel-status {
        text-align: right !important;
        margin-right: 30%;
        margin-top: 0;
        font-size: 1.2rem;
    }
    .slider-single .flickity-prev-next-button.next {
        right: 10.5%;
        left: auto;
        bottom: -8vh;
    }
    .slider-single .flickity-prev-next-button.previous {
        right: 19.5%;
        left: auto;
        bottom: -8vh;
    }
    .slider-single .carousel-status {
        margin-right: 30%;
        bottom: -8vh;
        margin-top: 3vh;
    }
    .text-slogan .flickity-prev-next-button.next {
        right: 0;
        left: auto;
        bottom: -6vh;
    }
    .text-slogan .flickity-prev-next-button.previous {
        right: 12%;
        left: auto;
        bottom: -6vh;
    }
    .text-slogan .carousel-status {
        margin-right: 25% !important;
        margin-top: 1vh;
    }
    #contact {
        width: 85%;
    }
    #contact h3 {
        font-size: 2.4rem;
    }
    #contact input[type="text"],
    #contact input[type="tel"],
    #contact select,
    #contact option {
        padding: 1.2rem;
        margin: 0 0 1vh;
    }
    .textbox p,
    .loction_txt p,
    .build-txt p,
    .box-L p,
    .box-R p {
        line-height: 2.4rem;
    }
    .part-location .loction_txt {
        width: 100%;
        margin-bottom: 5vh;
    }
    .part-location h1 {
        margin-top: 0;
    }
    .part-location {
        margin-top: 10vh;
        background: none;
    }
    .slidergroup {
        width: 100%;
        margin: 14vh 0 0 0;
        padding-bottom: 7vh;
    }
    .performance-slider .slider_L {
        left: 0;
    }
    .slider_L {
        top: 0;
        z-index: 20;
    }
    .slider_L h1 {
        margin: 0 auto;
        text-align: center;
    }
    .slider_L h3 {
        margin: 0 auto;
        padding: 7%;
        text-align: center;
    }
    .txt_R {
        position: relative;
        width: 100%;
        margin-top: -19vh;
        top: 0;
        background: #fff;
    }
    .txt_R .w-shadow {
        box-shadow: none;
    }
    .part-brand {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }
    .part-brand article {
        padding: 6vh 10% 7vh 10%;
    }
    .part-brand .line-center {
        display: block;
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    .box-L h1 {
        margin-left: 0;
    }
    .part-brand {
        margin-top: 12vh;
    }
    .part-brand .box-L {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        margin: 8vh auto 0 auto;
    }
    .part-brand .box-R {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        margin: 8vh auto 0 auto;
    }
    .part-brand h3 {
        letter-spacing: 0.1rem;
    }
    .box-L,
    .box-R {
        width: 100%;
        position: relative;
        margin: 0 auto;
        min-width: 300px;
        right: auto;
    }
    .build-txt {
        width: 100%;
        padding-top: 0;
    }
    .build-img {
        position: relative;
        top: 5vh;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    /* .build-img img{
        box-shadow: 10px 10px 15px rgb(0 0 0 / 30%);
    } */
    .build-table {
        padding: 8vh 0 22vh 0;
    }
    .build-table table {
        width: 90%;
    }
    .build-table td {
        font-size: 1.4rem;
        padding: 1.8rem;
    }
    .build-table td:first-child {
        width: 35%;
    }
    .build-table td:last-child {
        width: 65%;
    }
    .build-map {
        width: 80%;
    }
    .build-form {
        margin-top: 6vh;
    }
    footer {
        display: none;
    }
    footer span {
        display: none;
    }
    .phone {
        width: 15px;
    }
    .phone,
    .map,
    .fb {
        background-size: contain;
        margin-right: 0;
    }
    .performance-slider,
    .performance-slider .carousel-cell {
        flex-direction: column;
    }
    .performance-slider .carousel-cell>div {
        width: 100%;
        margin: 0 auto;
    }
    .performance-info p {
        font-size: 1.8rem;
    }
    .nav-fix {
        overflow: hidden;
        background: transparent;
    }
    .nav-fix .logo {
        font-size: 3rem;
        /* height: 32px; */
        /* margin-top: 14px; */
    }
}

@media screen and (max-width: 375px) {
    .txt_R {
        margin-top: -22vh;
    }
    /* .flickity-prev-next-button{ bottom: -7.5vh;} */
    /* .carousel-status{
        margin-top: 2.5vh;
    } */
    .part-brand {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
}

.slide-all .fade {
    opacity: 0;
    transition: all 1.6s ease-in-out;
}

.slide-all.animated .fade {
    opacity: 1;
}

.slide-all .fadeR {
    opacity: 0;
    transform: translateX(-70%);
    transition: all 1.6s ease-in-out;
}

.slide-all.animated .fadeR {
    opacity: 1;
    transform: translateX(0);
}

.slide-all .fadeT {
    opacity: 0;
    transform: translateY(-70%);
    transition: all 1.6s ease-in-out;
}

.slide-all.animated .fadeT {
    opacity: 1;
    transform: translateY(0);
}

.slide-img {
    width: 100%;
    overflow: hidden;
}

.slide-img img {
    transition: all 1.6s ease-in-out;
}

.slide-img.animated img {}

.slide .bgpic {
    background-size: auto 100%;
    transition: all 1.6s ease-in-out
}

.slide.animated .bgpic {}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-down {
    from {
        opacity: 0;
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

[data-aos="line-width"] {
    width: 1px !important;
}

[data-aos="line-width"].aos-animate {
    width: 100% !important;
}

[data-aos="blackBG-opacity"] {
    background-color: rgb(0, 0, 0, 0.875) !important;
}

[data-aos="blackBG-opacity"].aos-animate {
    background-color: rgb(0, 0, 0, 0.55) !important;
}