@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
@import url("https://use.typekit.net/zwp7cyd.css");

html {
    font-family: "Zen Kaku Gothic New", serif;
    font-family: "Special Gothic Expanded";
    font-style: normal;
    margin: 0 auto;
    padding: 0;
}

* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    transition: all 1ms ease 0s;
    background-color: #F4F4F4;
    color: #000000;
    font-family: "Zen Kaku Gothic New", serif;
    font-style: normal;
}


*, :before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

div {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style-type: none;
}
ol {
    margin-left: 40px;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    width: 100%;
    vertical-align: top;
}



/* SCROLL */
.scroll {
    opacity: 0;
    transition: all 0.1s ease;
}
.scroll[data-type="up"] {
    transform: translate3d(0, 100px, 0);
    transition: all 1s ease;
}
.scroll[data-type="up"].active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* OVERFLOW */
/* .overflow {
    overflow-x: hidden;
} */
::selection {
    background-color: #FFC115;
    color: #fefefe;
}

/* LAYOUT */
.section, .w-1040, .w-1100, .w-1200, .w-1220, .w-1400, .w-1410, .w-1520 {
    margin: 0 auto;
}

.section {
    max-width: 1920px;
}

.w-1040 {
    width: 1040px;
}
.w-1100 {
    width: 1100px;
}   
.w-1200 {
    width: 1200px;
}
.w-1220 {
    width: 1220px;
}
.w-1400 {
    width: 1400px;
}
.w-1410 {
    width: 1410px;
}
.w-1520 {
    width: 1520px;
}

/* DISPLAY */
.display {
    display: flex;
    align-items: center;
}
.layout-display {
    display: flex;
    align-items: center;
}
.df {
    display: flex;
}
.ai-e {
    align-items: end;
}

.ai-c{
    align-items: center;
}
.m-0a {
    margin: 0 auto;
}
.jc-c {
    justify-content: center;
}
.jc-sa {
    justify-content: space-around;
}
.jc-sb {
    justify-content: space-between;
}
.jc-e {
    justify-content: end;
}
.jc-s {
    justify-content: start;
}
.fd-col {
    flex-direction: column;
}
.ta-c {
    text-align: center;
}
.ta-s {
    text-align: start;
}
.ta-e {
    text-align: end;
}
.reverse {
    flex-direction: row-reverse;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

/* FONTS */
.main-color {
    color: #FFC115;
}
.light {
    color: #fff;
}
.opa-light{
    color: rgba(255, 255, 255, 0.70);
}

.f-16, .f-16b {
    font-size: 16px;
}
.f-24 {
    font-size: clamp(18px, 1.25vw, 24px);
}

.f-36b {
    font-size: clamp(26px, 1.25vw, 36px);
}

.f-26b {
    font-size: clamp(18px, 1.25vw, 26px);
}


.f-48b {
    font-size: clamp(28px, 1.7vw, 48px);
}

.f-65b {
    font-size: clamp(48px, 3.33vw, 65px);
}

.f-16, .f-24 {
    font-weight: 100;
}

.f-16b, .f-26b, .f-48b, .f-65b {
    font-weight: 700;
}

.b-shadow{
     box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
}

.ct {
    text-align: center;
}

.g30 {
    gap: 30px;
}

.g100{
    gap: clamp(50px, 5vw, 100px);
}

.mrl-30{
    margin: 0 30px;

}





/* LETTER SPACING */
.ls-8 {
    line-height: 36px; 
    letter-spacing: 0.8px;
}

.english-text {
    font-family: "Special Gothic Expanded", sans-serif;
    font-style: normal;
}

/* --------------------------------------------------- PAGE PROPERTIES --------------------------------------------------- */

.logo {
    max-width: 215px;
    height: auto;
    object-fit: cover;
}

header {
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
}
.header__content {
    padding: 10px 50px;
    border-bottom: 0.5px solid #fff;
}
.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1; 
    border-bottom: 1px solid #FFC115;
    backdrop-filter: blur(15px);
}
.header.scrolled::before {
    opacity: 1; 
}
.nav__layout {
    gap: 30px;
}
.nav__layout li {
    width: fit-content;
}

.nav-contact {
    padding: 20px 60px;
    background-color: #0077B6;
    border-radius: 50px;
}

.logo::before{
    src: url(../img/common/logo-footer.svg);
}

.b-right{
border-right: 1px solid #fff;
padding-right: 30px;
}

.phone-btn{
    padding: 12.5px;
    border: 1px solid #fff;
    border-radius: 30px;
}

/* OPACITY FILTERS */
.logo, .nav__layout li, .nav-contact a,
.index-sec01__cat-link, .news__link, .footer__socials a,
.checkbox-label a,
.f-nav__layout1 li, .f-nav__layout2 li, .f-nav__layout3 li,
.sitemap__link {
    transition: filter 0.3s ease, opacity 0.3s ease;
}
.logo:hover, .nav__layout li:hover, .nav-contact a:hover,
.index-sec01__cat-link:hover, .news__link:hover, .footer__socials a:hover,
.checkbox-label a:hover,
.f-nav__layout1 li:hover, .f-nav__layout2 li:hover, .f-nav__layout3 li:hover,
.sitemap__link:hover {
    filter: brightness(1);
    opacity: 0.7;
}

/* --------------------------------------------------- MV PROPERTIES --------------------------------------------------- */

.mv__desc {
    gap: 27px;
    top: 567px;
    left: 200px;
}
.mv__desc h5 {
    max-width: 1056px;
}

.mv-sp__title {
    padding-top: 100px;
}

.mv__content img{
    height: 100vh;
    object-fit: cover;
}

/* --------------------------------------------------- SECTION PROPERTIES --------------------------------------------------- */

.br {
    border-radius: 20px;
}
.br-blue {
    border: 1px solid #0077B6;
}

/* BUTTONS */
.arrow {
    max-width: 24px;
    max-height: 24px;
    object-fit: cover;
}
.btn-cat {
    gap: 50px;
    width: fit-content;
}

.btn-more, .btn-phone{
    gap: 20px;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.3s ease, transform 0.3s;
}
.btn-phone {
    background-color: #000000;
}

.btn-more {
    width: 200px;
    height: 40px;
    background-color: #fff;
}
.btn-phone {
    width: 350px;
    height: 45px;
}
.btn-list {
    width: 218px;
}


.btn-more img {
    max-width: 20px;
    max-height: 20px;
}

.btn-list img, .btn-arrow-next, .btn-arrow-prev {
    max-width: 18px;
    max-height: 18px;
}
.btn-arrow-next {
    content: url(../assets/common/arrow-next.png);
}
.btn-arrow-prev {
    content: url(../assets/common/arrow-back.png);
}

.btn-phone i {
    color: #FFC115;
}

.btn-more:hover, .btn-phone:hover, .btn-contact:hover, .btn-list:hover,
.btn-save:hover, .btn-edit:hover, .btn-submit:hover, .btn-index:hover {
    box-shadow: none;
    transform: translateY(3px);
}

/* DESC */
.sec__desc {
    max-width: 700px;
    /* padding: 0 50px; */
}
.indent {
    width: 25px;
    height: 8px;
    background-color: #FFC115;
}
.sec__desc-head, .sec__desc {
    gap: 20px;
}

.footer__wrapper {
    gap: 50px;
}

/* CONTACT SECTION */
.contact__content {
    padding: 50px 0;
    border-radius: 50px;
    background-image: url(../img/common/footer/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    gap: 10px;
}
.contact__layout .sec-title {
    padding: 20px 50px;
}
.contact__desc {
    max-width: auto;
}
.contact__btn {
    gap: 30px;
}

/* FOOTER SECTION */
footer {
    padding: 50px 0;
    background-image: url(../img/common/footer/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer__logo {
    max-width: 215px;
}
.footer__logo, .footer__socials {
    gap: 30px;
}
.footer__socials i {
    color: #0077B6;
    font-size: clamp(18px, 1.25vw, 24px);
}

.footer__nav nav {
    gap: 80px;
}
.f-nav__layout1, .f-nav__layout2, .f-nav__layout3 {
    gap: 30px;
    width: fit-content;
}

/* --------------------------------------------------- INDEX PROPERTIES --------------------------------------------------- */

/* SEC01 */
.index-sec01__content {
    padding: 150px 0;
}
.index-sec01__layout {
    gap: 30px;
}
.index-sec01__list {
    gap: 20px 30px;
    flex-wrap: wrap;
}

.index-sec01-feature {
    object-fit: cover;
}
.index-sec01__list li:nth-of-type(1) .index-sec01-feature {
    max-width: 520px;
    max-height: 350px;
}
.index-sec01__list li:nth-of-type(2) .index-sec01-feature {
    max-width: 850px;
    max-height: 350px;
}
.index-sec01__list li:nth-of-type(3) .index-sec01-feature {
    max-width: 1400px;
    max-height: 400px;
}

.index-sec01__cat-btn {
    left: 40px;
    top: 265px;
}

.index-sec01__btn {
    padding-top: 20px;
}

/* SLIDER */
.index__slider {
    width: 100%;
}
.index-slider .slick-slide {
    width: 300px !important;
    margin-right: 25px !important;
}
.index-slider .slick-slide img {
    max-width: 300px;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.25);
}
.index-slider .slick-slide:nth-child(odd) {
    margin-bottom: 67px;
}
.index-slider .slick-slide:nth-child(even) {
    margin-top: 67px;
}

.slick-slide  {
    height: auto !important;
}


/* SEC02 */
.index-sec02__content {
    padding: 150px 0;
    margin-right: 50px;
}
.index-sec02__layout {
    padding: 233px 100px 233px  250px;
    border-radius: 0px 100px 100px 0px;
    gap: 50px;
    background-image: url(../img/top/sec02-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index-sec02__desc {
    max-width: 650px;
}

/* --------------------------------------------------- BUSINESS PROPERTIES --------------------------------------------------- */

.business-sec__wrapper {
    padding-bottom: 100px;
    border-bottom: 1px solid #FFC115;
}

/* SEC01 */
.business-sec01__content {
    padding-top: 100px;
}
.business-sec01__layout {
    gap: 100px;
}
.business-img01 {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.business-sec01__desc {
    gap: 20px;
}

/* IMAGE LAYOUT */
.business-img-top, .business-img-bot {
    max-width: 450px;
    object-fit: cover;
}
.business-img-top {
    max-height: 675px;
}
.business-img-bot {
    max-height: 290px;
}

.business__img-l, .business__img-r {
    max-width: 800px;
    max-height: 900px;
    z-index: -1;
}
.business__img-l, .business__img-r .business-img-bot {
    left: 0;
}
.business__img-r, .business__img-l .business-img-bot {
    right: 0;
}

.business__img-l .business-img-bot, .business__img-r .business-img-bot {
    bottom: 0;
    z-index: 1;
}
.business__img-l .business-img-top {
    margin: 0 350px 225px 0;
}
.business__img-r .business-img-top {
    margin: 0 0 225px 350px;
}

/* DESC */
.business__desc {
    height: 800px;
    margin-top: 150px;
}
.business__desc .sec__desc {
    padding: 0 50px;
}

/* SEC02 & SEC04*/
.business-sec02__content, .business-sec04__content {
    padding: 100px 0;
}
.business-sec02__layout, .business-sec04__layout {
   padding-right: 140px;
   padding-left: 140px;
}

/* SEC03 */
.business-sec03__layout {
    padding-left: 140px;
    padding-right: 140px;
}


/* --------------------------------------------------- COMPANY PROPERTIES --------------------------------------------------- */

/* MAIN */
.company-main__content {
    padding: 100px;
}
.company-main__layout, .company-info__content {
    gap: 100px;
    margin-top: 100px;
}
.company-img-main {
    max-width: 345px;
    height: auto;
}

/* INFO */
.company-info__content {
    width: 1230px;
    padding-bottom: 100px;
}
.company-info__content table {
    border-collapse: separate; 
    border-spacing: 0; 
}
.company-info__content table tr th, .company-info__content table tr td {
    padding: 30px 0;
}
.company-info__content table tr th {
    width: 400px;
    border-top: 1px solid #FFC115;
}
.company-info__content table tr th p {
    margin-left: 55px;
}
.company-info__content table tr td {
    width: 760px;
    border-top: 1px solid #FFDF88;
}
.company-info__content table tr td p {
    margin: 0 55px;
}
.company-info__content table tr.last-tr th {
    border-bottom: 1px solid #FFC115;
}
.company-info__content table tr.last-tr td {
    border-bottom: 1px solid #FFDF88;
}

/* ----------------------------------------------- BURGER MENU PROPERTIES ------------------------------------------------ */

.burger-menu {
    display: none;
    cursor: pointer;
    justify-content: space-between;
    padding: 5px;
}
.burger-icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 30px;
    height: 20px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.bar {
    width: 32px;
    height: 3px;
    background-color: #fff;
    border-radius: 12px;
    transition: transform 0.4s ease-in-out;
}
.bar-01.active {
    transform-origin: 20% 0%;
    transform: rotate(45deg);
}
.bar-02.active {
    transform: scaleY(0);
}
.bar-03.active {
    transform-origin: 0% 100%;
    transform: rotate(-45deg);
}
.show-nav .burger-menu .bar-01 {
    transform: rotate(45deg);
}
.show-nav .burger-menu .bar-02 {
    transform: scaleY(0);
}
.show-nav .burger-menu .bar-03 {
    transform: rotate(-45deg);
}



/* LARGE SCREEN */
@media screen and (max-width: 1600px) {

    /* LAYOUT */
    .w-1400, .w-1410, .w-1220, .w-1200, .w-1100 {
        width: 90%;
    }


    /* --------------------------------------------------- MV PROPERTIES --------------------------------------------------- */

    .mv__desc {
        max-width: 90%;
        top: 65%;
        left: 10%;
    }

    .mv__content img{
    max-height: 1000px;
    object-fit: cover;
    }

        /* --------------------------------------------------- INDEX PROPERTIES --------------------------------------------------- */

    /* SEC01 */
    .index-sec01__list li:nth-of-type(1) .index-sec01-feature {
        width: 34vw;
    }
    .index-sec01__list li:nth-of-type(2) .index-sec01-feature {
        width: 52vw;
        height: 100%;
        object-fit: cover;
    }

    /* SEC02 */
    .index-sec02__layout {
        padding: 202px 5vw 202px 10vw; 
    }

    /* SEC06 */
    .index-sec06__layout {
        flex-wrap: wrap;
        width: 90%;
    }

    
    /* --------------------------------------------------- COMPANY PROPERTIES --------------------------------------------------- */

    .company-img-main {
        width: 32vw;
    }
    .company-info__content {
        max-width: 1230px;
        width: 90%;
    }
    .company-info__content table tr th p {
        margin-left: 2vw;
    }
    .company-info__content table tr td p {
        margin: 0 2vw;
    }
    .company-info__content table tr th {
        max-width: 100%;
        width: 27vw;
    }
    .company-info__content table tr td {
        max-width: 100%;
        width: 52vw;
    }

}

/* MEDIUM SCREEN */
@media screen and (max-width: 1460px){
    .business-sec02__layout, .business-sec04__layout {
        padding-right: 50px;
        padding-left: 50px;
    }

    /* SEC03 */
    .business-sec03__layout {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bg-text{
        padding: 0;
        /* border-radius: 5px;
        backdrop-filter: blur(15px); */
    }

    .bg-text-rev{
        padding: 0;
        /* border-radius: 5px;
        backdrop-filter: blur(15px); */
    }

}

@media screen and (max-width: 1350px){
    /* --------------------------------------------------- BUSINESS PROPERTIES --------------------------------------------------- */

    .business-sec__wrapper {
        padding-bottom: 100px;
    }

    /* DESC */
    .business__desc {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .business__desc.sec__desc {
        padding: 0;
    }

    /* IMAGES */
    .business__img-l, .business__img-r .business-img-bot,
    .business__img-r, .business__img-l .business-img-bot {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .business__img-l .business-img-top,
    .business__img-r .business-img-top {
        margin: 0;
    }
    .business__img-l .business-img-bot,
    .business__img-r .business-img-bot {
        position: relative;
    }

    .business-sec02__layout, 
    .business-sec03__layout,
    .business-sec04__layout {
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    /* SEC02 & SEC04 */
    .business-sec02__layout, .business-sec04__layout {
        padding-right: 0;
        padding-left: 0;
    }

 
    /* SEC03 */
    .business-sec03__layout {
        padding-left: 0;
        padding-right: 0;
    }

    .bg-text{
        background-color: #F4F4F4;
        padding: 0;
        border-radius: 0;
        backdrop-filter: none;
        color: #000000;
    }
}

/* MEDIUM SCREEN */
@media screen and (max-width: 1025px) {

    /* --------------------------------------------------- INDEX PROPERTIES --------------------------------------------------- */

    /* SEC01 */
    .index-sec01__cat-btn {
        top: 31vh;
    }

     /* SEC01 */
    .index-sec01__list {
        flex-direction: column;
    }
    .index-sec01__list li:nth-of-type(1) .index-sec01-feature,
    .index-sec01__list li:nth-of-type(2) .index-sec01-feature,
    .index-sec01__list li:nth-of-type(3) .index-sec01-feature {
        width: 100%;
        max-width: 100%;
        height: 30vh;
        object-fit: cover;
    }
    .index-sec01__cat-btn {
        top: 20vh;
    }

    /* SEC02 */
    .index-sec02__desc {
        width: 60vw;
    }

    /* BUTTONS */
    .btn-more, .btn-phone {
        width: 44vw;
    }

          /* CONTACT SECTION */
    .contact__content, .contact__layout {
        gap: 50px;
    }
    .contact__layout {
        flex-direction: column;
        padding: 0 30px;
    }
    .contact__desc {
        text-align: center;
    }
    .contact__btn {
        flex-direction: column;
        margin: 0 auto;
    }

    .contact__layout .sec-title {
    text-align: center;
    }


    /* FOOTER SECTION */
    .footer__layout {
        flex-direction: column;
        gap: 40px;
    }
    .footer__nav nav {
        gap: 0;
    }
    .f-nav__layout2 {
        flex-direction: row;
    }
    .f-nav01, .f-nav02, .f-nav03, .f-nav04, .f-nav05, .f-nav06, .f-nav07 {
        display: none;
    }
    .f-nav08, .f-nav09 {
        text-align: center;
    }

    
}

/* TABLET SCREEN */
@media screen and (max-width: 750px){
    .header__content {
    padding: 20px 20px;
    border-bottom: 0.5px solid #fff;
    }

    .mrl-30{
        margin: none;
    }


    /*NAV & F-NAV*/  
    .nav__layout {
        display: none;  
        flex-direction: column;  
        width: 100%;  
        position: fixed;  
        padding-bottom: 30px;  
        top: 0;  
        right: 0;  
        background-color: #000000;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  
        z-index: 998;  
    }  
    .nav__layout li {
        margin: 0;  
    }
    .burger-menu {
        position: relative;  
        padding: 0;  
        display: inline-block;    
        z-index: 999;     
    }
    .nav__layout.show-nav {
        display: flex;     
        padding: 90px 0 100vh 0;    
        height: 100%;
        gap: 40px;
        text-align: center;
    }

    .b-right {
        border-right: none;
        padding-right: 0;
    }

        /* --------------------------------------------------- COMPANY PROPERTIES --------------------------------------------------- */

    .company-main__layout {
        flex-direction: column;
    }
    .company-main__content {
        padding: 100px 0;
        width: 90%;
        margin: 0 auto;
    }

    .company-info__content table tr th, .company-info__content table tr td {
        padding: 15px 0;
    }

    .company-info__content table tr th {
        width: 100%;
    }
    .company-info__content table tr td {
        width: 100%;
        border: none;
    }
    .company-info__content table tr.last-tr th {
    border-bottom: none;
    }

    .col-table {
        flex-direction: column;
    }



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

    /* --------------------------------------------------- MV PROPERTIES --------------------------------------------------- */
    .mv__desc {
        top: 50%;
        left: 5%;
    }
}

/* MOBILE SCREEN */
@media screen and (max-width: 450px){

    /* --------------------------------------------------- MV PROPERTIES --------------------------------------------------- */
    .mv__desc {
        top: 45%;
        left: 5%;
    }

    /* --------------------------------------------------- INDEX PROPERTIES --------------------------------------------------- */

    /* SLIDER */
    .index-slider .slick-slide,
    .index-slider .slick-slide img {
        width: 52vw !important;
    }

    /* SEC04 */
    .index-sec02__content {
        margin-right: 5vw;
    }
    .index-sec02__desc {
        width: 70vw;
    }

    
    /* --------------------------------------------------- BUSINESS PROPERTIES --------------------------------------------------- */

    .business-sec02__layout, .business-sec04__layout {
        flex-direction: column;
    }
    .business-sec03__layout {
        flex-direction: column-reverse;
    }

    /* IMAGES */
    .business__img-l .business-img-top, .business__img-r .business-img-top,
    .business-img-bot {
        margin: 0 auto;
    }
    .business-img-top, .business-img-bot {
        width: 80%;
    }

}

/* MOBILE SCREEN */
@media screen and (max-width: 375px){

    /* --------------------------------------------------- MV PROPERTIES --------------------------------------------------- */
    .mv__desc {
        top: 35%;
    }

}