@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');

html {
    font-family: "Gothic A1", sans-serif;
    font-style: normal;
    margin: 0;
    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: #EEE;
    color: #031835;
    font-family: "Gothic A1", sans-serif;
}
*, :before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
div {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style-type: none;
}
ol {
    list-style-type: decimal;
    margin-left: 30px;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    width: 100%;
    vertical-align: top;
}

/* SCROLL */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: none;
}

::selection {
    background-color: #6e3003;
    color: #fefefe;
}

/* LAYOUT */
.section, .w-1150, .w-1250, .w-1260, .w-1270, .w-1290,.w-1520 {
    width: 100%;
    margin: 0 auto;
}

.section {
    max-width: 1920px;
}
.w-1150 {
    max-width: 1150px;
}
.w-1250 {
    max-width: 1250px;
}
.w-1260 {
    max-width: 1260px;
}
.w-1270 {
    max-width: 1270px;
}
.w-1290 {
    max-width: 1290px;
}
.w-1320 {
    max-width: 1320px;
}   
.w-1520 {
    max-width: 1520px;
}

/* DISPLAY */
.display {
    display: flex;
    align-items: center;
}
.df {
    display: flex;
}
.ai-e {
    align-items: end;
}
.ai-s {
    align-items: start;
}
.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 */
.light {
    color: #FEFEFE;
}
.orange {
    color: #FD7A1C;
}
.black {
    color: #302F2F;
}
.dblue {
    color: #00255B;
}

.f-14m, .f-14sb, .f-14b {
    font-size: clamp(12px, 2.5vw, 14px);
}
.f-16l, .f-16, .f-16sb, .f-16b, .f-16xb {
    font-size: clamp(14px, 3vw, 16px);
}
.f-18xb {
    font-size: clamp(16px, 3.2vw, 18px);
}
.f-20, .f-20sb, .f-20b {
    font-size: clamp(18px, 3.5vw, 20px);
}
.f-24, .f-24m, .f-24sb, .f-24b {
    font-size: clamp(20px, 3.8vw, 24px);
}
.f-32, .f-32sb, .f-32b {
    font-size: clamp(24px, 4vw, 32px);
}
.f-36sb {
    font-size: clamp(28px, 4vw, 36px);
}
.f-42 {
    font-size: clamp(30px, 5vw, 42px);
}
.f-50, .f-50m {
    font-size: clamp(38px, 6vw, 50px);
}
.f-60xb {
    font-size: clamp(44px, 6vw, 60px);
}
.f-64 {
    font-size: clamp(48px, 6vw, 64px);
}
.f-96xb {
    font-size: clamp(50px, 6.5vw, 96px);
}
.f-100xb {
    font-size: clamp(54px, 7vw, 100px);
}
.f-150, .f-150xb {
    font-size: clamp(60px, 8vw, 150px);
}

.f-16l {
    font-weight: 300;
}
.f-16, .f-20, .f-24, .f-32, .f-42, .f-64, .f-100 {
    font-weight: 400;
}
.f-14m, .f-24m, .f-50m {
    font-weight: 500;
}
.f-14sb, .f-16sb, .f-20sb, .f-24sb, .f-32sb  {
    font-weight: 600;
}
.f-14b, .f-16b, .f-20b, .f-24b, .f-32b {
    font-weight: 700;
}
.f-16xb, .f-18xb, .f-60xb, .f-96xb, .f-100xb, .f-150xb {
    font-weight: 800;
}

.ls-20, .lh-30-20, .lh-35-20, .lh-40-20, .lh-75-20 {
    letter-spacing: 0.2em;
}
.ls-10, .lh-35-10 {
    letter-spacing: 0.1em;
}
.ls-50 {
    letter-spacing: 0.5em;
}

.lh-30-20 {
    line-height: 30px;
}
.lh-34-20 {
    line-height: 34px;
}
.lh-35-10, .lh-35-20 {
    line-height: 35px;
}
.lh-40-2 {
    line-height: 40px;
}
.lh-75-20 {
    line-height: 75px;
}

/* GAPS */
.g-5 {
    gap: 5px;
}
.g-10 {
    gap: 10px;
}
.g-15 {
    gap: 15px;
}
.g-20 {
    gap: 20px;
}
.g-25 {
    gap: 25px;
}
.g-30 {
    gap: 30px;
}
.g-50 {
    gap: 50px;
}
.g-60 {
    gap: 60px;
}
.g-100 {
    gap: 100px;
}

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

/* SIDE NAV */
.nav {
    width: 400px;
    min-height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    border-right: 1px solid #FEFEFE;
    background: #00255A;
}
.nav-r {
    display: none;
}
.nav__content {
    width: 100%;
    padding: 80px 0;
    justify-content: flex-start;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.nav__logo {
    top: 0;
    left: 0;
    z-index: 1000;
}

.nav__content::-webkit-scrollbar {
    width: 8px; 
}
.nav__content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2); 
    border-radius: 10px; 
}
.nav__content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4); 
}
.nav__content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); 
}

.logo {
    max-width: 161px;
    height: auto;
}

.nav__socials i {
    font-size: clamp(30px, 5vw, 42px);
}

/* --------------------------------------------------- SECTIONS PROPERTIES --------------------------------------------------- */

/* WRAPPER */
.page-wrapper {
    padding: 100px 0;
}
.wrapper {
    width: calc(100% - 400px);
    margin: 0 0 0 400px;
    box-sizing: border-box; 
}

/* BUTTONS */
.btn-call, .btn-list, .btn-index {
    height: 75px;
}

.btn-call, .btn-list {
    width: 300px;
    transition: background-color 0.3s ease;
}
.btn-call {
    border: 1px solid #FD7A1C;
}
.btn-call.l {
    border: 1px solid #FEFEFE;
}
.btn-more {
    width: 150px;
    height: 35.5px;
    background-image: url(../assets/common/btn-arrow-b.svg);
    background-position: bottom;
    background-size: 100% 15.5px;
    cursor: pointer;
}
.btn-more.l {
    background-image: url(../assets/common/btn-arrow-w.svg);
}
.btn-list, .btn-index {
    background-color: #181818;
}
.btn-index {
    width: 550px;
}

.btn-call:hover {
    background-color: #FD7A1C;
    color: #FEFEFE;
    border: 1px solid #FEFEFE;
}

.btn-list::before, .btn-index::before {
    font-family: "Font Awesome 6 Free";
    position: relative;
    content: '\f053';
}
.btn-list::before {
    right: 47px;
}
.btn-index::before {
    right: 104px;
}

/* VERTICAL TITLE */
.vertical-title {
    align-items: start;
    justify-content: end;
    /* padding-left: 26px; */
}
.vertical-title.business,
.vertical-title.company {
    padding-right: 50px;
}
.vertical-title.contact {
    padding-left: 50px;
}
p.vertical-text {
    letter-spacing: 10px;
}
.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright; 
    text-align: center;
}
.rotate-left {
    transform: rotate(90deg); 
    transform-origin: top left; 
    display: inline-block;
    white-space: nowrap;
    position: absolute; 
    top: 0; 
    left: 100%;
}
.rotate-right {
    transform-origin: center center; 
    position: absolute;
    right: -80%; 
    top: 50%; 
    transform: translateY(-50%) rotate(-90deg); 
    white-space: nowrap;
}

/* SEC BLOG */
.sec-blog-sp {
    padding-top: 100px;
    border-top: 1px solid #031835;
}
.sec-blog__content {
    padding-bottom: 100px;
}
.sec-blog__content .sec-title {
    margin-left: 60px;
}
.sec-blog__container {
    margin-left: 50px;
}
.sec-blog__container,
.sec-blog__slider,
.sec-blog-slider {
    max-width: 1470px;
    overflow: hidden;
}
.sec-blog-slider .slick-slide {
    width: 350px !important;
    margin-right: 60px !important;
}
.sec-blog__arrow {
    top: 50%;
    right: 209px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    color: #145A96;
}
.sec-blog__arrow i {
    /* font-size: clamp(40px, 5.5vw, 62px); */
    font-size: clamp(60px, 8vw, 62px);
}
.sec-blog__btn {
    max-width: 1270px;
}

/* SEC CONTACT */
.sec-contact {
    background-image: url(../assets/common/bg-contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-contact__content {
    padding: 100px 0;
}
.sec-contact__layout {
    padding-left: 50px;
}
.sec-contact__layout .desc {
    max-width: 1135px;
    width: 100%;
}
.sec-contact__layout .sec-title {
    display: none;
}

/* SEC FOOTER */
.sec-footer {
    background-color: #00255B;
}
.sec-footer__content {
    padding: 100px 0 20px 0;
}

/*OPACITY FILTERS*/
.logo-link, .nav__links li, .nav__socials a, .btn-more, .blog-link, .policy-link,
.f-nav nav .f-nav__layout li, .btn-list {
    transition: filter 0.3s ease, opacity 0.3s ease;
}
.logo-link:hover, .nav__links li:hover, .nav__socials a:hover, .btn-more:hover,
.blog-link:hover, .policy-link:hover, .f-nav nav .f-nav__layout li:hover, .btn-list:hover,
.btn-index:hover {
    filter: brightness(1);
    opacity: 0.7;
}

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

/* MV TOP */
.mv__top-content {
    height: 990px;
}
.mv__top-content img {
    height: 100%;
    object-fit: cover;
}

/* MV SUBPAGE */
.mv-sp {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.mv-sp__content {
    width: 100%;
    height: 100%;
    position: relative;
}
.mv-sp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-sp__title {
    position: absolute;
    right: 0;
    bottom: 110px;
    z-index: 1;
    padding: 30px 300px 30px 30px;
    border-top: 1px solid #E9E3D2;
    border-bottom: 1px solid #E9E3D2;
    width: fit-content;
}

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

/* MARQUEE */
.marquee__text {
    overflow: hidden; 
    position: relative; 
    width: 100%; 
    height: 145px; 
}
.marquee__text .df {
    position: absolute; 
    white-space: nowrap; 
    animation: marquee 10s linear infinite; 
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -50%; }
}
.marquee__text h1 {
    display: inline-block; 
    padding-right: 30px;
}

/* SEC01 */
.index-sec01__content {
    padding: 100px 0;
}
.index-sec01__layout .img img {
    max-width: 800px;
    max-height: 700px;
}
.index-sec01__layout .desc .text {
    max-width: 385px;
}
.index-sec01__layout .sec-title {
    display: none;
}

/* SEC02 */
.index-sec02__layout .img img {
    width: 100%;
    max-height: 500px;
}
.index-sec02__layout .desc .text {
    max-width: 1142px;
    padding-left: 30px;
}

/* SEC03*/
.index-sec03__layout .desc img {
    max-width: 460px;
    max-height: 560px;
    padding-left: 30px;
}
.index-sec03__layout .desc .text {
    max-width: 770px;
}

/* SEC05 */
.index-sec05 {
    background-color: #00255A;
}
.index-sec05__content {
    padding: 100px 0;
}
.index-sec05__layout .content {
    max-width: 1215px;
}
.index-sec05__layout .content img {
    width: 100%;
    max-height: 500px;
}
.index-sec05__layout .sec-title {
    display: none;
}

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

/* SEC01 */
.business-sec01__layout h5, .business-sec01__layout p {
    padding-left: 60px;
}
.business-sec01__layout img {
    width: 100%;
    max-height: 700px;
}

/* SEC02 */
.business-sec02__layout .item .text {
    max-width: 595px;
}

.business-sec02__layout .item img, 
.strength__layout .item img,
.service-sec01__layout .list .item img {
    max-width: 635px;
    max-height: 400px;
}

.strength__layout .item .desc,
.service-sec01__layout .list .desc {
    max-width: 655px;
}

/* --------------------------------------------------- SERVICE PROPERTIES --------------------------------------------------- */

/* SEC02 */
.service-sec02__layout .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}
.service-sec02__layout .list .item {
    max-width: 420px;
}
.service-sec02__layout .list .item .desc {
    max-width: 380px;
}

/* --------------------------------------------------- WORKS PROPERTIES --------------------------------------------------- */

.work__cat {
    width: 100%;
}
.work__cat .img li.before,
.work__cat .img li.after {
    max-width: 600px;
}
.work__cat .img li.before img,
.work__cat .img li.after img {
    max-height: 350px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work__cat .img li.arrow-works {
    max-width: 80px;
    max-height: 80px;
}

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

.company__layout p.head {
    padding-left: 60px;
}
.company__layout img {
    width: 100%;
    height: auto;
}
.company__layout table {
    margin-left: 30px;
}

.company-info {
    max-width: 590px;
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0; 
}
.company-info tr {
    padding-bottom: 30px;
}
.company-info tr.last {
    padding-bottom: 0;
}
.company-info tr th {
    width: 230px;
}

.company__layout .map {
    width: 100%;
    height: 635px;
}
.company__layout .map iframe {
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------- BLOG PROPERTIES --------------------------------------------------- */

/* LIST */
.blog__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}
.blog__list .blog__item {
    max-width: 350px;
}
.blog-link img {
    max-width: 350px;
    max-height: 400px;
    object-fit: cover;
}

/* PAGINATION */
.pagination {
    /* margin: 20px auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-numbers {
    display: inline-block;
    margin: 0 1vw;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    color: #031835;
    transition: background-color 0.3s, border 0.3s ease;
    font-size: clamp(14px, 0.83vw, 16px);
    font-family: "Gothic A1", sans-serif;
}

.page-numbers:not(.arrow):hover, 
.page-numbers:not(.arrow).current {
    background-color: #031835;
    color: #FEFEFE;
}

/* INFO */
.blog-info__layout .head .title {
    padding-bottom: 20px;
    border-bottom: 0.5px solid #031835;
}
.blog-info__layout .head .title h3,
.blog-info__layout .head .title time , 
.blog-info__layout .desc {
    padding-left: 60px;
}
.blog-info__layout .head img {
    width: 100%;
    height: auto;
}

/* --------------------------------------------------- POLICY PROPERTIES --------------------------------------------------- */

.policy__layout {
    padding: 60px;
    border: 2px solid #031835;
}

/* ----------------------------------------------- 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: 25px;
    height: 4px;
    background-color: #FEFEFE;
    transition: transform 0.4s ease-in-out;
}
.bar-01.active {
    transform-origin: 0% 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);
}

/* ----------------------------------------------- RESPONSIVE PROPERTIES ------------------------------------------------ */

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

    /* NAV */
    .nav {
        max-width: 400px;
        width: 24vw;
    }

    /* ========== SECTIONS ========== */
    /* WRAPPER */
    .wrapper {
        /* max-width: calc(100% - 400px); */
        width: calc(100% - 24vw);
        margin: 0 0 0 24vw;
    }

    /* LAYOUT */
    .w-1320, .w-1520 {
        width: 95%;
    }
    .w-1260, .w-1250, .w-1150 {
        width: 90%;
    }

    /* BUTTONS */
    .btn-call {
        max-width: 350px;
        max-height: 75px;
        width: 21vw;
        height: 11vh;
    }
    .btn-call p {
        letter-spacing: 0.1em;
    }

    /* SEC FOOTER */
    .f-nav__layout {
        gap: 5vw;
        flex-wrap: wrap;
    }

    /* ========== MV ========== */
    /* MV SP */
    .mv-sp__title {
        margin: 0 auto 0 30vw;
        padding: 30px 15vw 30px 30px;
    }

    /* ========== INDEX ========== */
    .index-sec01__content,
    .index-sec05__layout {
        width: 95%;
        margin: 0;
    }

    /* SEC01 */
    .index-sec01__layout .img img {
        width: 36vw;
    }

    /* SEC03 */
    .index-sec03__layout .desc img {
        width: 28vw;
    }

    /* ========== BUSINESS ========== */
    .business-sec02__layout .item img,
    .strength__layout .item img,
    .service-sec01__layout .list .item img {
        width: 34vw;
    }

    /* ========== BLOG ========== */
    .blog__list {
        gap: 4vw;
    }

}

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

    /* NAV */
    .nav {
        width: 28vw;
    }

    /* ========== SECTIONS ========== */
    /* WRAPPER */
    .wrapper {
        width: calc(100% - 28.5vw);
        margin: 0 0 0 28.5vw;
    }

    /* LAYOUT */
    .w-1320 {
        width: 95%;
        margin: 0 auto;
    }

    /* BUTTONS */
    .btn-call {
        gap: 1vw;
        width: 24vw;
    }

    /* SEC FOOTER */
    .f-nav__layout {
        gap: 3vw;
    }

    /* ========== MV ========== */
    /* MV TOP */
    .mv-top__content img {
        height: 80vh;
        object-fit: cover;
    }
    
    /* MV SP */
    .mv-sp__title {
        padding: 30px 10vw 30px 30px;
        margin: 0 0 0 35vw;
    }
    
    /* ========== INDEX ========== */
    /* MARQUEE */
    .marquee__text {
        height: 16vh;
    }

    .index-sec01__content,
    .index-sec02__layout .desc,
    .index-sec03__layout .desc {
        width: 90%;
        margin: 0 auto;
    }
    .index-sec01__layout,
    .index-sec03__layout .desc {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* SEC01 */
    .index-sec01__layout .sec-title {
        display: flex;
    }
    .index-sec01__layout .desc .vertical-title {
        display: none;
    }
    .index-sec01__layout .img img {
        width: 90%;
        margin: 0 auto;
        display: flex;
    }
    .index-sec01__layout .desc .text {
        max-width: 100%;
        align-items: center;
    }

    /* SEC02 */
    .index-sec02__layout .desc .text {
        padding-left: 0;
    }

    /* SEC03 */
    .index-sec03__layout .desc img {
        width: 50%;
        padding-left: 0;
    }
    
    /* SEC05 */
    .index-sec05__layout {
        margin: 0 auto;
    }

    .business-sec01__layout h5,
    .business-sec01__layout p,
    .company__layout p.head {
        padding-left: 0;
    }

    /* ========== SERVICE ========== */
    .service-sec02__layout .list {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* TABLET SCREEN */
@media screen and (max-width: 790px) {

    /* HEADER */
    .logo {
        width: 20vw;
    }

    /* NAV */
    .nav {
        display: none; 
    }

    .nav-r {
        display: flex; 
        max-width: 1920px; 
        position: fixed; 
        width: 100%; 
        z-index: 999;  
    }
    .nav__content-r {
        display: flex; 
        align-items: center; 
        justify-content: space-between; 
        width: 100%; 
        padding: 3vh 3vw; 
        background-color: #00255A;
        border-bottom: 1px solid #FEFEFE;
    }
    .nav__links-r {
        display: none;    
        flex-direction: column;    
        width: 100%;   
        overflow-y: auto;
        position: absolute;    
        top: 0;     
        right: 0;  
        background-color: #00255A;
        z-index: -1;   
        padding-bottom: 50px;
    }
    .burger-menu {
        position: relative;    
        display: inline-block;    
        z-index: 1002;   
    }
    .nav__logo {
        position: relative;
        z-index: 1002; 
    }

    .nav__links-r.show-nav {
        display: flex;
        padding: 20vh 0 60px 0;
        align-items: center;
        gap: 20px;
        overflow-y: auto;
        scroll-behavior: smooth;
        width: -webkit-fill-available;
        max-height: 100vh; 
    }
    .nav__links-r.show-nav::-webkit-scrollbar {
        width: 8px; 
    }
    .nav__links-r.show-nav::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2); 
        border-radius: 10px; 
    }
    .nav__links-r.show-nav::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.4); 
    }
    .nav__links-r.show-nav::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1); 
    }
    .nav-r.scrolled {
        background-color: rgba(43, 43, 43, 1);  
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); 
        transition: background-color 0.3s ease;  
    }

    /* ========== MV ========== */
    /* MV SP */
    .mv-sp__title {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) !important;
        padding: 4vw;
        text-align: center;
        max-width: 90%;
        width: max-content;
        margin: 0;
    }

    /* ========== SECTIONS ========== */
    /* WRAPPER */
    .page-wrapper {
        padding: 60px 0;
    }
    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    /* LAYOUT */
    .w-1320, .w-1260, .w-1260, .w-1250, .w-1150 {
        width: 100%;
    }

    /* BUTTONS */
    .btn-call {
        width: 100%;
        padding: 0 3vw;
        gap: 3vw;
    } 
    .btn-index {
        max-width: 550px;
        width: 55vw;
    }
    .btn-index::before {
        right: 9vw;
    }

    /* FONT */
    .lh-30-20 {
        line-height: 24px;
    }

    /* GAPS */
    .g-60 {
        gap: 30px;
    }
    .g-100 {
        gap: 60px;
    }

    /* SEC BLOG */
    .sec-blog-sp {
        padding-top: 60px;
    }
    .sec-blog__content {
        padding-bottom: 60px;
    }
    .sec-blog__content .sec-title,
    .sec-blog__container {
        margin-left: 0;
    }
    .sec-blog__btn a {
        justify-content: center;
    }
    .sec-blog__arrow {
        right: 5vw;
    }
    .sec-blog-slider .slick-slide {
        width: 40vw !important;
        margin-right: 30px !important;
    }

    /* SEC CONTACT */
    .sec-contact__content {
        padding: 60px 0;
    }
    .sec-contact__layout {
        padding-left: 0;
        flex-direction: column;
    }
    .sec-contact__layout .sec-title {
        display: flex;
    }
    .sec-contact__layout .vertical-title {
        display: none;
    }
    .sec-contact__layout .desc p {
        text-align: center;
    }

    /* SEC FOOTER */
    .sec-footer__content {
        padding: 60px 0 20px 0;
    }
    .f-nav {
        display: none;
    }

    /* ========== INDEX ========== */
    /* MARQUEE */
    .marquee__text {
        height: 13vh;
    }
    .marquee__text .df {
        animation: marquee 7s linear infinite; 
    }

    /* SEC01 */
    .index-sec01__content {
        width: 100%;
        padding: 60px 0;
    }
    .index-sec01__layout .img img {
        width: 80%;
    }

    .index-sec02__layout .desc h5,
    .index-sec05__layout .vertical-title {
        display: none;
    }

    /* SEC02 */
    .index-sec02__layout .desc .text {
        padding-left: 0;
    }
    .index-sec02__layout .desc .text a {
        align-items: center;
        justify-content: center;
    }

    /* SEC05 */
    .index-sec05__layout {
        flex-direction: column;
    }
    .index-sec05__layout .sec-title {
        display: flex;
    }

    /* ========== BUSINESS ========== */
    .business-sec02__layout .item {
        flex-direction: column;
    }
    .business-sec02__layout .item img,
    .strength__layout .item img,
    .service-sec01__layout .list .item img {
        width: 80%;
    }
    .business-sec02__layout {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .strength__layout .item,
    .service-sec01__layout .list .item {
        flex-direction: column;
    }
    .strength__layout .item .desc h6,
    .service-sec01__layout .list .item .desc h6 {
        text-align: center;
    }

    /* ========== SERVICE ========== */
    .service-sec02__layout .list {
        gap: 30px;
    }

    /* ========== WORK ========== */
    .work__cat .img {
        flex-direction: column;
    }
    .arrow-works {
        content: url(../assets/works/arrow-works-down.png);
    }

    /* ========== COMPANY ========== */
    .company-info tr th {
        max-width: 230px;
        width: 25vw;
    }

    /* ========== WORKS ========== */
    .work__cat .desc .text table tr {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    .work__cat .desc .text table td {
        margin-left: 20px;
    }

    /* ========== BLOG ========== */
    /* LIST */
    .blog-link img {
        max-width: 40vw;
        max-height: calc(40vw / 0.875);
        object-fit: cover;
    }

    /* DETAIL */
    .blog-info__layout .head .title h3,
    .blog-info__layout .head .title time,
    .blog-info__layout .desc {
        padding-left: 0;
    }

    /* ========== POLICY ========== */
    .policy__layout {
        padding: 30px;
    }

    /* ========== 404 ========== */
    .end__layout p.f-150 {
        font-size: 16vw;
    }

}

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

    /* HEADER */
    .logo {
        width: 25vw;
    }

    /* ========== SECTION ========== */
    /* BUTTONS */
    .btn-call, .btn-list {
        max-width: 300px;
        width: 65vw;
    }
    .btn-index {
        width: 75vw;
    }
    .btn-list::before {
        right: 10VW;
    }

    /* SEC BLOG */
    .sec-blog__arrow {
        right: 0;
    }
    .sec-blog-slider .slick-slide {
        width: 60vw !important;
    }

    /* ========== INDEX ========== */
    /* MARQUEE */
    .marquee__text .df {
        animation: marquee 3s linear infinite; 
    }

    .index-sec01__layout .desc,
    .index-sec01__layout .img img,
    .index-sec02__layout .desc,
    .index-sec03__layout .desc {
        width: 100%;
    }

    /* SEC03 */
    .index-sec03__layout .desc img {
        width: 70%;
    }

    /* SEC05 */
    .index-sec05__layout .content a {
        justify-content: center;
    }
    .index-sec05__layout .content .company-info tr th {
        border: 1px solid #FD7A1C;
    }

    /* ========== BUSINESS ========== */
    .business-sec02__layout .item img,
    .strength__layout .item img,
    .service-sec01__layout .list .item img {
        width: 100%;
    }

    /* ========== SERVICE ========== */
    .service-sec01__layout h4,
    .service-sec02__layout h4,
    .service-sec02__layout .list .item .desc h6 {
        text-align: center;
    }
    .service-sec02__layout .list {
        grid-template-columns: repeat(1, 1fr);
    }
    .service-sec02__layout .list .item img {
        width: 80%;
        display: flex;
        margin: 0 auto;
    }

    /* ========== COMPANY ========== */
    .company-info tr {
        flex-direction: column;
        gap: 10px;
    }
    .company-info tr th {
        max-width: 100%;
        width: 100%;
        padding: 5px;
        text-align: center;
    }
    .company__content .company__layout .company-info tr th {
        border: 1px solid #00255A;
    }
    .company__layout table {
        margin: 0 auto;
    }
    .company__layout .map {
        height: 80vh;
    }

    /* ========== BLOG ========== */
    /* LIST */
    .blog__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .blog__item .blog-link  {
        align-items: center;
    }
    .blog-link img {
        max-width: 60vw;
        max-height: calc(60vw / 0.875);
        object-fit: cover;
    }

    /* ========== 404 ========== */
    .end__layout p.f-150 {
        font-size: 26vw;
    }

}