header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    z-index: 300;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
    transition: background 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease;
}

header a.main_logo {
    display: block;
    flex: 0 0 91px;
    width: 91px;
    height: 71px;
    z-index: 500;
    background-image: url("/img/logo_blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

header .container {
    width: min(1491px, calc(100% - 428px));
    height: 71px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 333px;
    color: #000000;
}

header .container nav:nth-child(3){
    z-index: 500;
}

#main_menu {
    flex: 0 0 667px;
}

#main_menu ul {
    width: 667px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    gap: 90px;
}

header .container.admin-header {
    gap: 220px;
}

header .container.admin-header #main_menu {
    flex-basis: 893px;
}

header .container.admin-header #main_menu ul {
    width: 100%;
    justify-content: space-between;
    gap: 40px;
}

#main_menu ul li a span{
    display: inline-block;
    height: 18px;
    cursor: pointer;

    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

#main_menu ul li a:hover {
    cursor: pointer;
    opacity: 0.6;
    text-decoration: none;
}

/*.header-right {
  position: absolute;
  right: 0;
  display: flex;
      align-items: center;
      gap: 10px;
}*/

#main_top_sns {
    width: 67px;
    height: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 18px;
}

#main_top_sns img{
    height: 16px;
    margin-top: 3px;
}

#main_top_sns li a{
    position: relative;
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

#main_top_sns li:first-child a{
    display: inline-flex;
}

#lang {
    font-size: 12px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

#lang > ul {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top:10px;

    position: absolute;
    top: 20px;
    
    background-color: rgba(255, 255, 255, 0.4);

    opacity: 0;
}

#lang.active > ul {
    opacity: 1;
    transition: 0.5s;
}

#lang.active > ul > li {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 7px 10px;
}

#lang.active > ul > li:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
}

#lang .act {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
}

#lang .act::after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 24px;
    height: 1px;
    background: currentColor;
}

@media screen and (max-width: 1600px) {
    header .container.admin-header {
        width: calc(100% - 48px);
        gap: 80px;
    }

    header .container.admin-header #main_menu {
        flex: 1 1 auto;
        min-width: 0;
    }

    header .container.admin-header #main_menu ul {
        gap: 32px;
    }
}

@media screen and (max-width: 1340px) {
    #main_menu ul {
        gap: 60px;
    }

    #main_menu ul li a span {
        font-size: 15px;
    }

    header .container.admin-header {
        width: calc(100% - 48px);
        gap: 64px;
    }

    header .container.admin-header #main_menu {
        flex: 1 1 auto;
        min-width: 0;
    }

    header .container.admin-header #main_menu ul {
        gap: 24px;
    }
}

@media screen and (max-width: 1100px) {
    #main_menu {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    header a.main_logo {
        width: 180px;
        margin-left: 10px;
    }

    #main_top_sns {
        gap: 5px;
    }
}
/*
.hamburger {
    background-color: transparent;
    border-radius: 10px;
    outline: none;
}

.hamburger:hover {
    background-color: rgba(0,0,0,0.4);
} 

.hamburger:focus {
    background-color: rgba(0,0,0,0.2);
} 

.hamburger2 {
    padding: 0;
    color: white;
    background-color: transparent;
    outline: none;
}

.hamburger2:hover {
    --background-color: rgba(0,0,0,0.4);
} 

.hamburger2:focus {
    --background-color: rgba(0,0,0,0.2);
} 
*/

/* hamburger */
.hamWrapper{
    width: 45px;
    height: 45px;
}

/*.hamWrapper{
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 20px;
    gap: 10px;

    cursor: pointer;

    word-break: keep-all;
    font-weight: 600;
    font-size: 0.8rem;
    color: white;

    background-color: var(--sub-blue);
}*/

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ham.hamRotate.active { transform: rotate(45deg); }
.ham.hamRotate180.active { transform: rotate(180deg); }
.ham .line {
    fill:none;
    stroke:white;
    stroke-width:5.5;
    stroke-linecap:round;
}
.ham .top { stroke-dasharray: 40 160; }
.ham .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}
.ham .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms;
}
.ham.active .top {
    stroke-dashoffset: -64px;
}
.ham.active .middle {
    transform: rotate(90deg);
}
.ham.active .bottom { stroke-dashoffset: -64px; }

header.act {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.3s;
}

header.main-header{
    background-color: transparent;
}

header.act a.main_logo {
    background-image: url("/img/logo_blue.png");
}

header.main-header a.main_logo {
    background-image: url("/img/logo_white.png");
}

header.act .container,
header.act #main_menu ul li a span {
    color: black;
}

header.main-header .container,
header.main-header #main_menu ul li a span {
    color: #FFFFFF;
}

header.act #main_top_sns li a {
    color: rgba(0, 0, 0, 0.5);
}

header.main-header #main_top_sns li a {
    color: rgba(255, 255, 255, 0.5);
}

header.act #main_top_sns li a.act{
    color: #000000;
}

header.main-header #main_top_sns li a.act{
    color: #FFFFFF;
}

header.scrolled {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    height: 100px;
}

header.act.scrolled {
    background: rgba(255, 255, 255, 0.82);
}

header.main-header.scrolled {
    background: rgba(0, 20, 37, 0.38);
}

header.act .ham .line {
    stroke: black;
}

/* Dropdown Menu - initially hidden */
.dropdown-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(129, 29, 33, 1);
    justify-content: center;
}

.dropdown-menu.active {
    display: inline-flex;
    -webkit-animation: fadeIn 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fadeIn 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    overflow-y: scroll;
}

.dropdown-menu.hidden {
    display: none;
    -webkit-animation: fadeOut 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fadeOut 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.dropdown-menu > ul {
    display: inline-flex;
    flex-direction: row;
    max-width: 1500px;
    /*width: 100%;*/
    margin: 30px auto;
    gap: 70px;
    justify-content: center;
    flex-wrap: wrap;

}

.dropdown-menu > ul > li {
    height: fit-content;
    width: 300px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 calc(100% / 4);
}

/*.dropdown-menu > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}*/

.dropdown-menu > ul > li > a {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    word-break: keep-all;
    font-size: 33px;
    text-decoration: none;
    color:white;
    font-weight: 600;
    font-size: 33px;
}

/*.dropdown-menu > ul > li > a > span {
    font-family: 'GongGothicLight';
}*/

.dropdown-menu > ul > li > a:hover,
.dropdown-menu > ul > li > a:focus,
.dropdown-menu > ul > li > a:active {
    text-decoration: none;
}

.dropdown-menu > ul > li > ul {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    height: 100%;
}

.dropdown-menu > ul > li > ul > li > a {
    display: inline-flex;
    flex-direction: row;
    width: 100%;

    word-break: keep-all;
    line-height: 32px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;

}

.dropdown-menu > ul > li > ul > li > a:hover,
.dropdown-menu > ul > li > ul > li > a:active {
    text-decoration: underline;
}

.dropdown-info-wrapper {
    margin: 0 auto;
    margin-top: 30px;
    width: 1040px;
}

.dropdown-company-wrapper {
    margin-bottom: 20px;
}

.dropdown-info-title {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 20px;
    width: 99px;
}

.dropdown-info-content {
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    color: #FFFFFF;
}

@media screen and (max-width: 1500px) {
    /*.dropdown-menu > ul {
        padding: 50px;
    }

    .dropdown-menu > ul > li {
        width: 80%;
    }

    .dropdown-menu > ul > li > ul {
        gap : 20px;
    }

    .dropdown-menu > ul > li > a:first-child {
        width: max-content;
        margin-right: 50px;
    }*/

}

@media screen and (max-width: 860px) {

    .dropdown-menu > ul {
        margin: 0 auto 10%;
    }

    .dropdown-menu > ul > li {
        width: 100%;
        /*height: 100%;*/
        padding: 30px 0;
        gap: 50px;
    }

    .dropdown-menu > ul > li > a {
        align-items: flex-start;
        font-size: 24px;
    }

    /*.dropdown-menu > ul > li > ul {
        width: 100%;
        flex-wrap: wrap;
        gap: 0px;
        display: none;
    }*/

    .dropdown-menu > ul > li > ul > li > a {
        font-size: 24px;
        width: max-content;
    }

    .dropdown-info-wrapper {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    .dropdown-menu > ul {
        padding: 30px;
        margin: 0 30px;
        flex-direction: column;
        gap: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        height: 40%;
        flex-wrap: nowrap;
    }

    .dropdown-menu > ul > li {
        flex-direction: column;
        width: 100%;
        /*height: 100%;*/
        padding: 10px 0;
        gap: 20px;
    }

    .dropdown-menu > ul > li > a {
        margin-bottom: 0px;
    }

    .dropdown-menu > ul > li > ul {
        width: 100%;
        flex-wrap: wrap;
        gap: 0px;
        display: none;
        padding-left: 10px;
    }

    .dropdown-menu > ul > li > ul > li > a {
        font-size: 18px;
        width: max-content;
    }

    #bg_dropdown {
        width: 80% !important;
    }
}

#top_menu_header {
    display: inline-flex;
    max-width: 1500px;
    width: 100%;
    /*height: 90px;*/
    justify-content: space-between;

    margin: 0 auto;
}

#top_menu_header a{
    display: flex;
    align-items: center;
}

#top_menu_header a img{
    width: 160px;
    margin: 0 auto;
}

#top_menu_header a:hover,
#top_menu_header a:focus,
#top_menu_header a:active{
    --background-color: #13348A;
}

#bg_dropdown {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 500px;
}

/* Main Slider section */

.main_hero {
    position: relative;
    z-index: 100;

    display: inline-flex;
    flex-direction: row;
    width: 100%;
    background-image : url("/img/bg_main_hero.jpeg");
    /*background: linear-gradient(0deg, rgba(0, 8, 50, 0.4), rgba(0, 8, 50, 0.4)), url("/img/bg_main_hero.jpeg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main_hero .container {
    width: 100%;
    max-width: max-content;
    margin: 0 10%;
    display: flex;
    align-items: center;
}

#hero_banner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#hero_banner .hero-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    top: 14em;
    position: relative;
}

.product-area {
    max-width: 1500px;
}

.product-txt {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    color: white;
    /*margin-left: calc((100vw - 1500px)/2);*/

    /*opacity: 0;*/
}

.hero-wrapper .product-txt {
    opacity: 1;
    transition: 0.3s;
    transition-duration: 3s;
}

.product-subtitle {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-title {
    /*font-family: 'GongGothicLight';*/
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    word-break: keep-all;

    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}
.product-desc {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;

    display: inline-flex;
    flex-direction: column;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);

    --list-style-type: "- ";
    list-style-position: inside;
    color: white;
}
.product-img {
    position: absolute;
    z-index: -1;
    opacity: 0;
    right: calc((100vw - 1500px)/2);
    bottom: -50px;
}

.swiper-slide-active .product-img {
    opacity: 1;
    bottom: 0;

    transition: 0.3s;
    transition-delay: 0.3s;
    transition-duration: 1s;
}

.product-img img {
    max-width: 1000px;
    max-height: 800px;
}

@media screen and (max-width : 1500px) {
    .product-area {
        width: 100%;
    }

    .product-txt {
        width: 50%;
        margin-left: 50px;
    }

    .product-img {
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .product-img img {
        max-width: 800px;
        max-height: 600px;
    }
    .product-title {
        line-height: 70px;
    }
}

@media screen and (max-width : 840px) {
    .product-area {
        height: 100vh;
        /*padding-top: 12vh;*/
    }

    .product-txt {
        width: 40%;
        margin-left: 30px;
        height: 100%;
    }

    .product-img {
        top: 240px;
        right: -100px;
        z-index: -1;
    }

    .product-subtitle {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .product-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .product-desc {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width : 640px) {
    .product-txt {
        width: 80%;
        margin-left: 20px;
    }

    .product-img {
        right: auto;
        top: 360px;
    }

    .product-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .product-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    .product-desc {
        font-size: 20px;
        line-height: 30px;
    }
}

#hero_swiper .swiper-button-prev,
#hero_swiper .swiper-button-next {
    cursor: pointer;

    position: absolute;
    top: 680px !important;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.4);
}

#hero_swiper .swiper-button-next:after,
#hero_swiper .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 300 !important;
}

#hero_swiper .swiper-button-prev {
    left: calc((100% - 1500px)/2) !important;
}

#hero_swiper .swiper-button-next {
    left: calc((100% - 1500px)/2 + 60px) !important;
}

#hero_swiper .swiper-button-prev:hover,
#hero_swiper .swiper-button-next:hover {
    cursor: pointer;
    color: white;
    border: 1px solid white;
}

@media screen and (max-width : 1500px) {
    #hero_swiper .swiper-button-prev,
    #hero_swiper .swiper-button-next {
        top: 700px !important;
    }

    #hero_swiper .swiper-button-prev {
        left: 48px !important;
    }

    #hero_swiper .swiper-button-next {
        left: 108px !important;
    }
}

@media screen and (max-width : 840px) {
    #hero_swiper .swiper-button-prev,
    #hero_swiper .swiper-button-next {
        top: 65vh !important;
    }

    #hero_swiper .swiper-button-prev {
        left: 30px !important;
    }

    #hero_swiper .swiper-button-next {
        left: 88px !important;
    }
}

@media screen and (max-width : 640px) {
    .main_hero {
        height: 100vh;
    }

    #hero_swiper .swiper-button-prev,
    #hero_swiper .swiper-button-next {
        top: 70vh !important;
        width: 38px;
        height: 38px;
    }

    #hero_swiper .swiper-button-prev {
        left: 15px !important;
    }

    #hero_swiper .swiper-button-next {
        left: 62px !important;
    }
}

section.sub_header {
    min-height: 265px;
}

section.sub_header h1 {
    margin: auto;
}

section.sub_header_under {
    min-height: revert;
}

.sub_header_under ul {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    background: rgba(245, 245, 245, 1);
    border-radius: 65px;
    border: 5px solid rgba(245, 245, 245, 1);
}

@media screen and (max-width: 1500px) {
    section.sub_header_under {
        padding: 0 15px;
    }
}

.sub_header_under ul li {
    width: -webkit-fill-available;
    text-align: center;
    align-content: center;
    height: 50px;
    border-radius: 65px;
}

.sub_header_under ul li a {
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    align-content: center;
}

@media screen and (max-width: 640px) {
    .sub_header_under ul li a {
        font-size: 16px;
    }
}

.sub_header_under ul li.active,
.sub_header_under ul li:hover {
    background: rgba(137, 169, 62, 1);
}

.sub_header_under ul li.active a,
.sub_header_under ul li:hover a {
    color: rgba(255, 255, 255, 1);
}

/* Responsive navigation */
.mobile-menu-toggle,
.mobile-menu-close {
    display: none;
    border: 0;
    background: transparent;
    color: #012748;
    cursor: pointer;
}

body.mobile-menu-open {
    overflow: hidden;
}

@media screen and (max-width: 1500px) {
    header .container,
    header .container.admin-header {
        width: calc(100% - 48px);
        justify-content: flex-start;
        gap: 0;
    }

    header a.main_logo {
        flex: 0 0 91px;
        width: 91px;
    }

    header .header-right {
        display: block;
        flex: 0 0 auto;
        margin-left: auto;
    }

    #main_menu {
        display: none;
    }

    #main_top_sns {
        flex: 0 0 auto;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        margin-left: 20px;
        border-radius: 6px;
        font-size: 24px;
    }

    .mobile-menu-toggle:hover,
    .mobile-menu-toggle:focus-visible {
        background: #eef5fa;
        outline: none;
    }

    header.main-header .mobile-menu-toggle {
        color: #ffffff;
    }

    .dropdown-menu,
    .dropdown-menu.hidden {
        display: flex;
        flex-direction: row;
        visibility: hidden;
        align-items: stretch;
        justify-content: flex-end;
        width: 100%;
        height: 100dvh;
        padding: 0;
        overflow: hidden;
        background: rgba(0, 20, 37, 0.46);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .dropdown-menu.active {
        display: flex;
        visibility: visible;
        overflow: hidden;
        opacity: 1;
        pointer-events: auto;
        animation: none;
    }

    #top_menu_header {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: min(420px, 88vw);
        height: 92px;
        margin: 0;
        padding: 14px 24px;
        border-bottom: 1px solid #e5ebf0;
        background: #ffffff;
        box-sizing: border-box;
        transform: translateX(100%);
        transition: transform 0.28s ease;
    }

    .dropdown-menu.active #top_menu_header {
        transform: translateX(0);
    }

    .mobile-menu-logo {
        display: block;
        width: 82px;
        height: 62px;
        background: url('/img/logo_blue.png') center / contain no-repeat;
    }

    .mobile-menu-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 6px;
        font-size: 25px;
    }

    .mobile-menu-close:hover,
    .mobile-menu-close:focus-visible {
        background: #eef5fa;
        outline: none;
    }

    .dropdown-menu > ul {
        position: relative;
        z-index: 1;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        width: min(420px, 88vw);
        max-width: none;
        height: 100%;
        margin: 0;
        padding: 116px 30px 44px;
        gap: 0;
        overflow-y: auto;
        background: #ffffff;
        box-sizing: border-box;
        transform: translateX(100%);
        transition: transform 0.28s ease;
    }

    .dropdown-menu.active > ul {
        transform: translateX(0);
    }

    .dropdown-menu > ul > li {
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        height: auto;
        padding: 20px 0;
        gap: 12px;
        border-bottom: 1px solid #e5ebf0;
    }

    .dropdown-menu > ul > li:empty {
        display: none;
    }

    .dropdown-menu > ul > li > a {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        color: #012748;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.35;
    }

    .dropdown-menu > ul > li > ul {
        display: flex !important;
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 7px;
        padding: 0 0 0 14px;
        box-sizing: border-box;
    }

    .dropdown-menu > ul > li > ul > li > a {
        display: block;
        width: 100%;
        padding: 5px 0;
        color: #586875;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    header .container,
    header .container.admin-header {
        width: calc(100% - 32px);
    }

    header a.main_logo {
        width: 78px;
        height: 61px;
        margin-left: 0;
        flex-basis: 78px;
    }

    #main_top_sns {
        width: auto;
        gap: 12px;
    }

    .mobile-menu-toggle {
        margin-left: 14px;
    }

    #top_menu_header,
    .dropdown-menu > ul {
        width: min(360px, 92vw);
    }

    .dropdown-menu > ul {
        height: 100%;
        margin: 0;
        padding: 108px 24px 36px;
    }
}

@media screen and (max-width: 640px) {
    .sub_header_under ul {
        flex-wrap: wrap;
        background: none;
        border: none;
        gap: 10px;
        justify-content: center;
    }

    .sub_header_under ul li {
        width: 45%;
        border: 1px solid rgba(210, 213, 221, 1);
    }
}
