@charset "utf-8";

body {
    margin: 0;
    font-family: Montserrat;
    overflow-x: hidden;
}

/* scroll */
body::-webkit-scrollbar {
    width: 0.5rem;   
    border-radius: 50px;
}

body::-webkit-scrollbar-thumb {
    height: 30%; 
    background: #505050;
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: #dbdbdb;  
}

a {
    text-decoration: none;
}

button {
    border: none;
    font-family: Montserrat;
}

.p_header {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.9rem 20rem;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo {
    width: 9.451rem;
    height: 1.622rem;
}

.nav-links {
    list-style: none;
    display: flex;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.19;
    letter-spacing: -0.5px;
    gap: 30px;
    color: #191919;
}

.nav-links a {
    text-decoration: none;
    color: #333;
}

.nav-buttons {
    display: flex;
    gap: 0.625rem;
}
.nav-buttons button {
    width: 6.625rem;
    height: 2.5rem;
    cursor: pointer;
    border-radius: 0.6rem;
    font-family: Montserrat;
    line-height: 1.27;
    letter-spacing: -0.38px;
    font-weight: 500;
    color: white;
}

.nav-buttons .join-free {
    background-color: #0c77fb;
}

.nav-buttons .join-free a,  
.nav-buttons .log-in a,
.nav-buttons .log-out a {
    color: white;
}

.nav-buttons .join-free:hover {
    transition: 0.5s ease;
    background-color: #3D92FC;
}

.nav-buttons .log-in {
    background-color: #91c1fd;
}

.nav-buttons .log-out {
    background-color: #cccccc;
}

.banner {
    height: 20.35rem;
    color: white;
    padding: 3.125rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* SBM */
.banner {
    background-image: url('/img/visual_bg.png');
    background-size: cover;
    /* 이미지를 요소에 맞게 크기 조정 */
    background-position: center;
    /* 이미지를 중앙에 위치 */
    background-repeat: no-repeat;
    /* 이미지 반복을 방지 */
}

.banner-content {
    max-width: 50%;
    padding: 0 0 0 18.75rem;
    margin-bottom: 5.875rem;
}

.banner-content h1 {
    width: 34rem;
    height: 7.688rem;
    margin: 5rem 0 0.625rem;
    font-size: 3.125rem;
    font-weight: bold;
    line-height: 1.24;
    letter-spacing: -1.25px;
    text-align: left;
    color: #fff;
}

.banner-content p {
    width: 20.813rem;
    height: 1.188rem;
    margin: 0.625rem 13.188rem 0 0;
    opacity: 0.6;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: -0.4px;
    text-align: left;
    margin-bottom: 1.25rem;
}

.banner-content .send-inquiry {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.25rem;
    height: 3.125rem;
    margin: 2.5rem 20rem 0 0;
    border-radius: 0.625rem;
    background-color: #0c77fb;
    color: white;
    border: none;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: -0.38px;
}

.banner-content .send-inquiry a {
    color: #fff;
}

.banner-content .send-inquiry img {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.1rem 0 0.063rem 0.5rem;
}

.banner-content .send-inquiry:hover {
    transition: 0.5s ease;
    background-color: #3D92FC;
}

.banner-graphics {
    max-width: 50%;
    margin: 0 20rem 0 0;
}

.banner-graphic img {
    width: 45rem;
    height: 32rem;
}

.divforslideright {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 69%;
    height: fit-content;
    margin: 0 0 0 20rem;
    text-overflow: clip;
}

.default-image {
    opacity: 1;
}

.hover-image {
    opacity: 0;
    position: absolute;
}

.category-btn:hover .default-image {
    opacity: 0;
}

.category-btn:hover .hover-image {
    transition: 0.5s ease;
    opacity: 1;
}

/* SBM BEGIN */
.category-btn.active {
    border: solid 1px #0c77fb;
    color: #0c77fb;
    font-weight: bold;
    background-color: rgba(12, 119, 251, 0.05);
}

.category-btn.active .default-image {
    opacity: 0;
}

.category-btn.active .hover-image {
    transition: 0.5s ease;
    opacity: 1;
}

.first-button {
    border: solid 1px #0c77fb;
    color: #0c77fb;
    font-weight: bold;
    background-color: rgba(12, 119, 251, 0.05);
}

.first-button .default-image {
    opacity: 0;
}

.first-button .hover-image {
    opacity: 1;
}

/* mobile */
.m-category-btn.active {
    border: solid 1px #0c77fb;
    background-color: rgba(12, 119, 251, 0.05)
}

.m-category-btn.active div {
    color: #0c77fb;
    font-weight: bold;
}

.m-category-btn.active .default-image {
    opacity: 0;
}

.m-category-btn.active .hover-image {
    transition: 0.5s ease;
    opacity: 1;
}

.m-first-button {
    border: solid 1px #0c77fb !important;
    background-color: rgba(12, 119, 251, 0.05)
}

.m-first-button.m-category-btn div {
    color: #0c77fb;
    font-weight: bold;
}

.m-first-button .default-image {
    opacity: 0;
}

.m-first-button .hover-image {
    opacity: 1;
}

/* SBM END */
.category-button-right {
    position: absolute;
    right: 16rem;
    top: 17.25rem;
}
.category-button-left {
    position: absolute; 
    left: 20rem;
    top: 17.25em;
}

.category-button button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.category-button img {
    width: 1rem;
    height: 1rem;
}


.style-box {
    /* position: relative; */
    margin-top: 5.5rem;
    height: 10.375rem;
    /* display: flex; */
    /* overflow: hidden; */
}

/* SBM */
.style-box img {
    object-fit: contain;
    opacity: 0.9;
}

.inner-box-one {
    position: absolute;
    top: 1.5rem;
    left: -1rem;
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 3rem;
    background-color: rgba(12, 120, 251, 0.171);
    transform: rotate(45deg);
    z-index: 2;
}

.inner-box-two {
    position: absolute;
    top: 1rem;
    left: 3rem;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 1.5rem;
    background-color: rgba(51, 235, 158, 0.363);
    transform: rotate(45deg);
    z-index: 1;
}

/* .subcategories {
    display: grid;
    grid-template-columns: repeat(4, 0fr);
    width: 62.5rem;
    height: 25rem;
    margin-left: 1.65rem;
    border-radius: 0.625rem;
    background-color: #f0f4f8;
} */

/* SBM */
.subcategories {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 59.5rem;
    height: 19.75rem;
    padding: 1.875rem 1.875rem 0 1.875rem;
    margin-left: 1.65rem;
    border-radius: 0.625rem;
    background-color: #f0f4f8;
}

/* .card {
    display: flex;
    justify-content: space-between;
    width: 13.35rem;
    height: 5.5rem;
    margin: 1.25rem 0.25rem 0 1.25rem;
    padding: 0.25rem;
    border-radius: 0.625rem;
    background-color: #c6cacf;
} */

.inquiries {
    overflow: hidden;
    height: 48rem;
    background-color: #f1f4f7;
    padding-top: 7.5rem;
}

/* .inquiries h2 {
    width: 23.313rem;
    height: 2.75rem;
    margin: 0 50rem 1.25rem 20rem;
    font-family: Montserrat;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -0.9px;
    text-align: left;
    color: #191919;
} */

/* SBM */
.inquiries h2 {
    width: 23.313rem;
    /* height: 2.75rem; */
    margin: 0 50rem 1.25rem 20rem;
    font-family: Montserrat;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: -0.9px;
    color: #191919;
}

.inquiries p {
    width: 23rem;
    /* height: 2.75rem; */
    /* margin: 1.25rem 51.813rem 1.875rem 20rem; */
    margin: 1.25rem 51.813rem 0 20rem;
    font-family: Montserrat;
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: -0.38px;
    text-align: left;
    color: #999;
}

.view-more-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-more {
    position: absolute;
    display: flex;
    right: 0rem;
}

.view-more span {
    width: 6.25rem;
    height: 1.188rem;
    font-family: Montserrat;
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.27;
    letter-spacing: -0.38px;
    text-align: right;
    color: #0c77fb;
}

.view-more button {
    width: 1.375rem;
    height: 1.375rem;
    padding: 0.375rem;
    border-radius: 5px;
    background-color: #0c77fb;
    margin-left: 0.5rem;
    border: none;
    cursor: pointer;
}

.view-more button:hover {
    transition: 0.5s ease;
    background-color: #3D92FC;
}

.view-more img {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0 0.25rem 0;
}

.inquiry-cards {
    width: 200%;
    display: flex;
    animation: scroll-right 30s linear infinite;
}

.inquiry-cards-second {
    width: 200%;
    display: flex;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.text-section {
    max-width: 600px;
}

.view-more {
    text-align: right;
    margin-right: 20rem;
}

.inquiries .inquiry-card,
.inquiries .inquiry-card-second {
    position: relative;
    top: 2.5rem;
    /* min-width: 10%; */
    width: 17.05rem;
    /* height: 12.5rem; */
    margin: 1.5rem 0.625rem;
    border-radius: 0.5rem;
    border: solid 1px #f1f1f1;
    background-color: #fff;
    padding: 0.85rem;
    padding-bottom: 0;
    flex: 0 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inquiries .inquiry-card:hover,
.inquiries .inquiry-card-second:hover {
    transform: translateY(-20px);
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.212);
    cursor: pointer;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.938rem;
}

.inq {
    background-color: rgb(12, 119, 251, 0.08);
    color: #0c77fb;
    padding: 0.313rem 0.625rem;
    border-radius: 0.313rem;
    font-size: 0.75rem;
    font-weight: bold;
}

.quq {
    background-color: #c5ffe6;
    color: #1ccc83;
    padding: 0.313rem 0.625rem;
    border-radius: 0.313rem;
    font-size: 0.75rem;
    font-weight: bold;
}

/* .date {
    font-size: 0.75rem;
    color: #757575;
} */

/* SBM */
.date {
    font-family: Montserrat;
    font-size: 0.875rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.35px;
    color: #999;
}

.inquiries .card-content .title {
    width: 20rem;
    font-size: 1rem;
    margin: 0;
    margin-bottom: 0.625rem;
    color: #212121;
}

.card-content .category {
    font-size: 0.875rem;
    color: #757575;
    margin: 0 0 2.063rem 0;
}

.card-content .status {
    color: #ffaf11;
}

.card-footer {
    border-top: 1px solid #f1f1f1;
    margin-top: 2rem;
    padding: 0.5rem 0;
}

.country {
    display: flex;
}

.country-div {
    display: flex;
    flex-direction: column;
    margin-left: 0.5rem;
}

.country .flg {
    width: 1.5rem;
    height: 1.5rem;
}

.country-name {
    /* width: 2rem; */
    height: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 2.33;
    letter-spacing: -0.3px;
    color: #191919;
}

.country img {
    width: 2.25rem;
    height: 1.75rem;
    margin-top: 2px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}

.personl-name {
    font-size: 0.625rem;
    line-height: 2;
    letter-spacing: -0.25px;
}

.info-section {
    width: 100%;
    height: 22rem;
        background:linear-gradient(81deg, #123A82 0%, #05102B 100%);
    color: #fff;
    /* display: flex; */
    /* justify-content: space-around; */
    /* align-items: center; */
}

/* SBM BEGIN */
.info-section #info_section_wrap {
    display: flex;
    align-items: center;
    padding: 7.5rem 0 0 20rem;
}

.info-section #info_section_wrap .copy_text {
    width: 32.25rem;
    height: 6.688rem;
}

.info-section #info_section_wrap .line {
    width: 1px;
    height: 6.688rem;
    background: rgba(255, 255, 255, 0.2);
}

.info-section #info_section_wrap .copy_text span {
    font-family: Montserrat;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -0.9px;
    color: #fff;
}

.info-section #info_section_wrap .counter_wrap {
    width: 16.313rem;
    height: 6.688rem;
    padding-left: 1.25rem;
}

.info-section #info_section_wrap .counter_wrap .subcopy_text {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.875rem;
}

.info-section #info_section_wrap .counter_wrap .subcopy_text .icon {
    margin-right: 0.625rem;
}

.info-section #info_section_wrap .counter_wrap .subcopy_text .icon img {
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
    opacity: 0.6;
}

.info-section #info_section_wrap .counter_wrap .subcopy_text .text {
    opacity: 0.6;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.35px;
    color: #fff;
}

.info-section #info_section_wrap .counter_wrap .num_text .text {
    display: inline-block;
    height: 4.563rem;
    font-family: Montserrat;
    font-size: 3.75rem;
    font-weight: bold;
    letter-spacing: -1.5px;
    color: #fff;
}

.info-section #info_section_wrap .counter_wrap .num_text .icon {
    display: inline-block;
    height: 4.563rem;
    font-family: Montserrat;
    font-size: 3.75rem;
    font-weight: 500;
    letter-spacing: -1.5px;
    color: #fff;
}

/* SBM END */

.info-content {
    display: flex;
    justify-content: space-around;
}

.intro h1 {
    font-size: 2.25rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 1.25rem;
}

.stats {
    margin-left: 15rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.stat {
    height: 6.25rem;
    border-left: solid 1px rgba(219, 219, 219, 0.4);
    padding-left: 0.625rem;
    margin: 0 1rem;
}

.stat h3 {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    line-height: 2;
    letter-spacing: -0.35px;
    gap: 0.625rem;
    color: #fff;
    opacity: 0.6;
}

.stat h3 img {
    width: 1.125rem;
    height: 1.125rem;
}

.stat p {
    width: 4.688rem;
    height: 4.563rem;
    margin: 1rem 1.5rem 0 1.25rem;
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 0.47;
    letter-spacing: -0.01rem;
    text-align: left;
    color: #fff;
}

.companies {
    background-color: #fff;
    padding: 7.5rem 1.2rem;
}

.companies h2 {
    /* font-size: 2.125rem; */
    margin: 0 0 1.625rem 20rem;
    line-height: 1.33;
    letter-spacing: -0.9px;
    text-align: left;
    color: #191919;

    font-family: Montserrat;
    font-size: 2.25rem;
    font-weight: bold;
}

.company-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 20rem;
}

.company-card {
    width: 15rem;
    height: 20rem;
    background-color: #fff;
    border-radius: 0.625rem;
    flex: 1 1 calc(20% - 1.25rem);
    margin: 0.525rem;
    margin-bottom: 2.6rem;
    flex-direction: column;
    justify-content: space-between;
    border: solid 1px #dbdbdb;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.212);
    cursor: pointer;
}

/* .card-image img {
    width: 100%;
    height: auto;
    z-index: 1;
} */

.company-card-content {
    padding: 1rem;
    margin: -3rem 0 3rem;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    border: 1px solid #dbdbdb;
    background-color: white;
    z-index: 2;
}

.logo-container img {
    object-fit: contain;
}

.company-card-content h2 {
    font-size: 1rem;
    color: #191919;
    margin: 0.8rem 0;
}

.hashtag {
    min-height: 3rem;
    margin: 0.625rem 0;
    font-family: Montserrat;
    font-size: 0.75rem;
    font-weight: 500;
    /* line-height: 2.33; */
    letter-spacing: -0.3px;
    color: #999;
}

.tag {
    display: inline-block;
    padding: 0.313rem 0.625rem;
    border-radius: 1.25rem;
    /* margin-top: 2.5rem; */
    font-family: Montserrat;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #2d4d58;
}

.view-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.view-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 3.125rem;
    margin: 0.25rem 0 0 0;
    padding: 1rem 1.25rem;
    border-radius: 0.625rem;
    background-color: #0c77fb;
    border: none;
    gap:0.625rem;
    font-family: Montserrat;
    font-size: 0.938rem;
    color: white;
    cursor: pointer;
}

.view-more-btn a {
    color: #fff;
}

.view-more-btn:hover {
    transition: 0.5s ease;
    background-color: #3D92FC;
}

.experience-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.experience {
    background-color: #f1f4f7;
    height: 22.5rem;
    padding: 5.5rem 1.25rem 3.5rem 1.25rem;
    margin: 0 0 20rem 0;
}

.experience-div {
    margin: 0 0 0 17.85rem;
}

.experience h2 {
    /* font-size: 1.75rem; */
    margin-bottom: 0.625rem;

    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -0.9px;
    color: #191919;
}

.experience p {
    width: 23.875rem;
    height: 1.188rem;
    opacity: 0.7;
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.38px;
    color: #191919;
}

.click-icon {
    display: flex;
    justify-content: center;
    text-align: right;
    margin: 5rem 17.5rem 0 0;
}

.click-icon button {
    width: 1.5rem;
    margin-right: 1.25rem;
    background-color: transparent;
    border: none;
}

.click-icon img {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    cursor: pointer;
}

.divforslide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    width: 69.5%;
    margin: 0 auto;
}

.experience-cards {
    height: 30rem;
    display: flex;
    margin: 2rem 0 0 0;
    transition: transform 0.5s ease-in-out;
}

.experience-card {
    width: 15rem;
    height: 17.5rem;
    background-color: #fff;
    border-radius: 0.313rem;
    margin: 0.525rem;
    margin-right: 0.65rem;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    transition: opacity 0.5s ease-in-out;
}

.experience-card img {
    width: 100%;
    height: 100%;
    border-radius: 0.313rem;
    display: block;
    margin-bottom: 0.5rem;
    cursor: pointer;
    object-fit: cover;
}

.experience-card p {
    width: 14.125rem;
    height: 2.5rem;
    font-size: 0.875rem;
    letter-spacing: -0.35px;
    color: #191919;
    margin: 0;

    font-weight: 500;
    line-height: 1.57;
    opacity: 1.0;
}

.experience-line {
    width: 110%;
    height: 4.5rem;
    border-bottom: 2px solid #f1f4f7;
}

.experience-card .active {
    width: 108%;
    height: 4.5rem;
    border-bottom: 2px solid #b9b9b9;
}

.m_experience-card .active {
    width: 105%;
    height: 3.5rem;
    border-bottom: 2px solid #b9b9b9;
}

.partners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 17rem;
    background-color: #001d43;
    margin: 0 20rem 7.5rem 20rem;
    overflow: hidden;
    border-radius: 0.625rem;
}

.partners-left {
    margin-left: 5rem;
}

.partners h2 {
    /* font-size: 1.75rem; */
    /* color: white; */
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: -0.75px;
    color: #fff;
}

.partners p {
    color: rgba(255, 255, 255, 0.493);
    /* font-size: 0.875rem; */
    /* margin-bottom: 3.25rem; */

    margin: 0 0 3.125rem 0;
    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: -0.38px;
}

.partners-search {
    display: flex;
}

.partners-search input {
    width: 24rem;
    height: 3.125rem;
    background-color: rgba(255, 255, 255, 0.123);
    padding: 0 0 0 1.25rem;
    border: none;
    border-radius: 10px 0 0 10px;
    font-size: 1rem;
    color: #fff;
}

.partners-search input::placeholder {
    opacity: 0.2;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #fff;
}

.partners-right {
    margin-right: 5rem;
}

.partners-right img {
    width: 20rem;
    height: 17rem;
}

input:focus {
    outline: none;
}

input::placeholder {
    font-family: Montserrat;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.39);
}

.partners-search .search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: Montserrat; */
    /* font-size: 0.8rem; */
    /* color: white; */
    margin-left: -5px;
    border: none;
    cursor: pointer;
    width: 7.25rem;
    height: 3.125rem;
    border-radius: 10px;
    background-color: #0c77fb;

    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: #fff;
}

.search-button img {
    width: 1rem;
}

.search-button:hover {
    transition: 0.5s ease;
    background-color: #3D92FC;
}

.search-alert {
    color: white;
    font-style: italic;
    font-size: 0.85rem;
    margin-left: 0.5rem;
}

.footer_line {
    width: 100%;
    height: 0;
    border: solid 1px #f1f1f1;
}

.footer-content {
    background-color: #fff;
    color: #505050;
    padding: 1.25rem;
    /* border-top: 1px solid #f1f4f7; */
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 20rem 2rem 20rem;
}

/* SBM */
.footer-content a {
    color: #505050;
}

.footer-logo img {
    width: 13rem;
    height: 2rem;
    margin-bottom: 2rem;
}

.footer-logo p:nth-child(2) {
    font-weight: 500;
    font-size: 0.925rem;
    line-height: 1.5;
    letter-spacing: -0.35px;
    color: #505050;
    margin-bottom: 0;
}

.footer-logo p:nth-child(3) {
    font-size: 0.75rem;
    color: #ccc;
    margin-top: 0.5rem;
}

.footer-contact {
    width: 20rem;
    padding: 1.25rem;
    margin: 0 auto;
}

.footer-contact h5,
.footer-social h5 {
    font-size: 1rem;
    color: #ccc;
}

.footer-social h5 {
    margin-top: -3rem;
}

.footer-contact .contact-info {
    display: flex;
    margin-bottom: 0.625rem;
}

.contact-info .info-label {
    flex: 0 0 5rem;
    /* font-size: 0.925rem;
    font-weight: bold;
    line-height: 1.73;
    letter-spacing: -0.38px;
    color: #ccc; */

    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: #ccc;
}

.contact-info .info-value {
    /* flex: 1; */
    /* font-size: 0.9rem; */
    /* color: #505050; */

    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: #505050;
}

.contact-info .info-value p {
    margin: 0;
}

.footer-social button {
    width: 2rem;
    height: 2rem;
    margin-right: 1.25rem;
    border-radius: 0.313rem;
    border: solid 1px #dbdbdb;
    cursor: pointer;
}

.footer-social button img {
    display: flex;
}

.dot {
    color: #ccc;
    font-size: 1.25rem;
    margin: 0.25rem;
}

.scroll_top_wrap {
    position: relative;
}

.btn_scroll_top {
    /* display: none; */
    position: absolute;
    bottom: 15.6rem;
    right: 20rem;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 10px;
    background-color: #0c77fb;
    color: white;
    cursor: pointer;
    z-index: 9;
}

.top_btn_visible {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 20rem 1.25rem 13.375rem;
    padding: 1.313rem;
    border-radius: 0.625rem;
    background-color: #0c77fb;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 9;
}

.send-inquriy-div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}

.send-inquiry-btn {
    position: fixed;
    bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.inquriy_btn_visible {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Montserrat;
    width: fit-content;
    height: 3.125rem;
    padding: 0 1.25rem 0 1.25rem;
    border-radius: 0.625rem;
    background-color: #1bd98b;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
    font-size: 0.938rem;
    font-weight: 500;
}

.inquiry_btn_hidden {
    opacity: 0;
}

.inquriy_btn_visible img {
    margin-right: 0.625rem;
}

.inquriy_btn_visible a {
    color: #fff;
}

/* mobile */
.m-send-inquriy-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-send-inquiry-btn {
    position: fixed;
    bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.m-inquriy_btn_visible {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 9.625rem;
    height: 2.5rem;
    margin: 0 auto;
    padding: 0 0.938rem 0 0.937rem;
    border-radius: 10px;
    background-color: rgba(39, 229, 151, 0.95);
    cursor: pointer;
    z-index: 999;
}

.m-inquriy_btn_visible a {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #fff;
}


#hiddenDiv {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 56.25rem;
    height: 36.25rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(25, 25, 25, 0.8);
    z-index: 999;
}

.hiddenDiv-img {
    width: 60%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.625rem 0 0 0.625rem;
}

.hiddenDiv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hiddenDiv-right {
    width: 40%;
    background-color: white;
    border-radius: 0 0.625rem 0.625rem 0;
}

.style-box-div {
    position: absolute;
    top: 5.5rem;
    right: 0;
    width: 18rem;
    height: 16.5rem;
}

.cards-num {
    position: absolute;
    top: 25.5rem;
    right: 19rem;
    width: 2.125rem;
    height: 1.125rem;
    font-size: 0.875rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 2.5px;
    color: #999;
}

.cards-story {
    position: absolute;
    top: 28rem;
    width: 16.688rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: -0.4px;
    color: #191919;
    margin: 0 0 0 1.5rem;
}

#closeDiv {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin: 1.5rem 1.5rem 0 0;
    cursor: pointer;
}

.mobile {
    display: none;
}

.mobile_flex {
    display: none;
}

/* mobile */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile_flex {
        display: flex;
    }

    .inquiry-cards {
        animation: scroll-right 6s linear infinite;
    }

    .inquiry-cards-second {
        animation: scroll-left 6s linear infinite;
    }
}

.m_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    height: 5rem;
}

.m_logo {
    font-size: 1.5em;
    margin: 0 0 0 1.5rem;
}

.menu-toggle {
    font-size: 1.5em;
    margin: 0 1.5rem 0 0;
}

#m_menu-category {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 2;
    transition: right 0.3s ease;
    overflow-x: hidden;
}

.m_menu-header {
    display: flex;
    justify-content: space-between;
}

.m_menu-header .m_logo {
    margin: 1.25rem 0 1.25rem 1.25rem;
}

.side-menu .profile {
    display: flex;
    align-items: center;
    padding: 1.25rem 0 1.875rem 1.875rem;
}

.side-menu .profile > img {
    margin-right: 0.625rem;
}
.side-menu .profile .name {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: -0.35px;
}
.side-menu .profile .country {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 1.375rem;
    margin-top: 0.875rem;
    padding: 0 0.625rem 0 0.625rem;
    gap:0.313rem;
    border-radius: 10px;
    background-color: #f1f4f7;
}
.side-menu .profile .country img {
    width: 1.125rem;
    height: 0.844rem;
}
.side-menu .profile .country span {
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 4;
    letter-spacing: -0.25px;
}

#m_menu-close img {
    margin: 1.25rem 1.25rem 1.25rem 0;
}

.m_menu-nav {
    border-top: 1px solid #f1f1f1;
    padding: 3rem 0 0 1rem;
}


.m_menu-nav ul li {
    list-style: none;
    height: 1.688rem;
    margin: 0 3.25rem 1.875rem 0;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.23;
    letter-spacing: -0.55px;
}

.dropdown {
    display: flex;
}

.dropdown img {
    width: 1rem;
    height: 1rem;
    margin-top: 0.5rem;
}

.m_menu-nav a {
    text-decoration: none;
    color: #333;
}

.drophidden {
    display: none;
}

.drophidden div {
    margin: 1rem;
}

.drophidden div a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.19;
    letter-spacing: -0.4px;
}

.m_menu-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 0 0 1.25rem;
}

.m_menu-buttons button {
    width: 92vw;
    margin-bottom: 0.625rem;
}

.join-btn {
    height: 3.125rem;
    border-radius: 10px;
    background-color: #0c77fb;
    border: none;
    font-family: Montserrat;
    color: #fff;
}

.join-btn a {
    color: #fff;
}

.m-join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    border-radius: 10px;
    background-color: rgb(12, 119, 251);
}

.m-join-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: rgb(255, 255, 255);
}

.m-logout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.125rem;
    border-radius: 10px;
    background-color: #cccccc;
    color: #fff;
}

.m-logout-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: rgb(255, 255, 255);
}

.m-login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.125rem;
    border-radius: 10px;
    background-color: #91c1fd;
}

.m-login-btn a {
    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: rgb(255, 255, 255);
}

.m_banner {
    background-color: #001e43;
    color: white;
    width: 100%;
    height: 20rem;
    padding: 2.5rem 0 0 1.25rem;
    background-image: url('/img/m_header769_img.png');
    background-position: right bottom;
    /* 배경 이미지 왼쪽 상단 정렬 */
    background-repeat: no-repeat;
    /* 이미지 반복을 방지 */
}

@media (max-width: 576px) {
    .m_banner {
        background-position: right bottom;
        /* 배경 이미지 왼쪽 하단 정렬 */
        height: 35.625rem;
    }
}

.m_banner-content div {
    margin-bottom: 0.938rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.8px;
}

.m_banner-content p {
    margin: 0 0 1.875rem 0;
    opacity: 0.6;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.35px;
    color: #fff;
}

.m_banner-content .send-inquiry {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 8.375rem;
    height: 2.5rem;
    padding: 0 0.938rem 0 0.938rem;
    border-radius: 10px;
    background-color: #0c77fb;
    color: white;
    font-family: Montserrat;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.m_banner-content .send-inquiry a {
    color: #fff;
}

.m_banner-content .send-inquiry img {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.1rem 0 0.063rem 0.5rem;
}

.m_banner-graphics {}

/* .m_banner-graphics img {
    width: 100%;
    height: 20.5rem;
} */

.m_divforslideright .button-container {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.m_divforslideright .button-container img {
    width: 1rem;
    height: 1rem;
}

.m_divforslideright .button-container img:first-child {
    margin-right: 0.625rem;
}

.m_category-cards {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 5.875rem;
    margin: 0 0 0.625rem 0;
    border-radius: 10px;
    background-color: #001e43;
}

.m_card_active {
    margin: 0.25rem 0 0 1.5rem;
}

.m_card_active h3 {
    font-size: 1rem;
    color: white;
}

.m_card_active p {
    font-size: 0.75rem;
    color: #ffffff6b;
}

.m_style-box {
    margin: 0 2rem 0 0;
}

/* .m_subcategories {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    width: 23.5rem;
    height: 32rem;
    margin: 1rem 1.25rem 3.125rem 0.5rem;
    padding: 1.25rem;
    border-radius: 10px;
    background-color: #f0f4f8;
} */

/* SBM */
.m_subcategories {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3.125rem;
    padding: 1.25rem;
    border-radius: 10px;
    background-color: #f0f4f8;
}

.m_card {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 39.8%;
    height: 4.5rem;
    margin: 0 0 2.9% 0;
    padding: 0.938rem;
    border-radius: 10px;
    background-color: #c6cacf;
}

.m_card:last-child {
    margin-bottom: 0;
}

.m_card-text {
    /* margin: 0 1.5rem 1.688rem 0; */
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #fff;
}

.m_card-text a {
    color: #fff;
}

.m_card img {
    position: absolute;
    bottom: 0.938rem;
    right: 0.938rem;
    width: 3rem;
    height: 3rem;
    margin: 1rem 0 0 1.5rem;
    border-radius: 50%;
}

.m_inquiries {
    background-color: #f1f4f7;
    margin-bottom: 3.125rem;
    padding: 0.5rem 0 0 0;
    overflow: hidden;
}

.m_inquiries h2 {
    margin: 2.625rem 0 0 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #191919;
}

.m_inquiries p {
    margin: 0.938rem 3.188rem 2rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: -0.35px;
    color: #999;
}

.m_view-more {
    display: flex;
    color: #0c77fb;
}

.m_view-more span {
    width: 5.25rem;
    height: 1.188rem;
    margin: 0 0 0 1.5rem;
    font-size: 0.938rem;
    font-weight: 500;
    line-height: 1.27;
    letter-spacing: -0.38px;
}

.m_view-more button {
    width: 1.375rem;
    height: 1.375rem;
    margin-left: 0.5rem;
    padding: 0.35rem;
    border-radius: 5px;
    background-color: #0c77fb;
    border: none;
}

.m_view-more img {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0 0.25rem 0;
}

.m_inquiries .inquiry-card,
.m_inquiries .inquiry-card-second {
    width: 15rem;
    margin: 0 0.625rem 1.25rem 0.625rem;
    border-radius: 0.5rem;
    border: solid 1px #f1f1f1;
    background-color: #fff;
    padding: 0.938rem 0.938rem 0.75rem 0.937rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .m_inquiries .inquiry-card-second {
    margin: 0 0.625rem 0 0.625rem;
} */

.m_inquiries .card-header {
    width: 15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.625rem;
}

.m_inquiries .card-header .inq {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.438rem;
    height: 1.313rem;
    padding: 0;
    border-radius: 5px;
    background-color: rgba(12, 119, 251, 0.08);

    font-size: 0.625rem;
    font-weight: bold;
    letter-spacing: -0.25px;
    color: #0c77fb;
}

.m_inquiries .card-header .date {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #999;
}

.m_inquiries .card-content {
    width: 100%;
}

.m_inquiries .card-content .title {
    margin: 0 0 0.625rem 0;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: -0.35px;
    color: #191919;
}

.m_inquiries .card-content .category {
    margin: 0 0 1.875rem 0;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #999;
}

.m_inquiries .card-footer {
    width: 100%;
    border-top: 1px solid #f1f1f1;
    margin-top: 0;
    padding: 0.75rem 0 0 0;
}


.m_info-section {
    padding: 3.125rem 1.25rem 3.125rem 1.25rem;
    background-color: #0c5fc5;
}

.m_info-section h2 {
    margin: 0 0 1.875rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #fff;
}

.m_stat {
    height: 4.938rem;
    margin: 0 0 1.25rem 0;
    padding: 0 0 0 0.625rem;
    border-left: 1px solid #ffffff36;
}

.m_stat:last-child {
    margin: 0 0 0 0;
}

.m_stat div:nth-child(1) {
    display: flex;
    align-items: center;
    margin: 0 0 1.638rem 0;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #fff;
}

.m_stat div:nth-child(1) img {
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.313rem 0 0;
}

.m_stat :nth-child(2) {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 0.7;
    letter-spacing: -1px;
    color: #fff;
}

.m_stat :nth-child(2) span {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff;
}

.m_companies {
    padding: 3.125rem 1.25rem 3.875rem 1.25rem;
    background-color: #fff;
}

.m_companies>h2 {
    margin: 0 0 1.875rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.m_company-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.m_company-card {
    width: 48%;
    margin-bottom: 1.875rem;
    /* height: 17rem; */
    background-color: #fff;
    border-radius: 0.625rem;
    border: solid 1px #dbdbdb;
    box-sizing: border-box;
}

.m_company-card:nth-child(odd) {
    margin-right: 4%;
}

.card-image {
    height: 8.75rem;
}

.card-image img {
    width: 100%;
    height: 8.75rem;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.m_company-card-content {
    padding: 1rem;
    margin: -3rem 0 0 0;
}

.m_logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 3.25rem;
    height: 3.25rem;
    /* overflow: hidden; */
    /* margin: 0; */
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    background-color: white;
    /* z-index: 2; */
}

.m_logo-container img {
    /* margin: 1rem; */
    width: 70%;
    height: auto;
}

.m_company-card-content h2 {
    font-size: 0.875rem;
    color: #191919;
    margin: 0.65rem 0 0 0;
    font-weight: bold;
    letter-spacing: -0.35px;
}

.m_hashtag {
    font-size: 0.625rem;
    color: #999;
    margin: 0.5rem 0 1.5rem 0;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.m_tag {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 1.25rem;
    font-size: 0.625rem;
    font-weight: 500;
}

.m_view-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m_view-more-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 8.375rem;
    height: 2.5rem;
    padding: 0 1.25rem;
    border-radius: 10px;
    background-color: #0c77fb;
    font-size: 0.75rem;
    font-weight: 500;
}

.m_view-more-btn a {
    color: #fff;
}

.m_experience {
    background-color: #f1f4f7;
    /* height: 29.5rem; */
    padding: 3.125rem 1.25rem 3.125rem 1.25rem;
}

.m_experience-header {
    margin-left: 0.5rem;
}

.m_experience h2 {
    margin: 0 0 0.937rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #191919;
}

.m_experience p {
    margin: 0 0 1.875rem 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: -0.35px;
    color: #999;
}

.m_divforslide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

#m_experience-cards {
    width: 100%;
    display: flex;
}

.m_experience-card {
    /* height: 17.813rem; */
    height: 14.813rem;
    border-radius: 0.313rem;
    /* margin: 0.35rem; */
    margin-right: 0.625rem;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
}

.m_experience-card img {
    width: 100%;
    height: 12.375rem;
    border-radius: 0.313rem;
    display: block;
    object-fit: cover;
}

.m_experience-card p {
    padding: 0.625rem 0 0 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.3px;
    color: #191919;
}

.m_experience-line {
    width: 110%;
    height: 3.5rem;
    border-bottom: 2px solid #cacaca50;
}

.m_experience-card .active {
    width: 110%;
    height: 3.5rem;
    border-bottom: 2px solid #b9b9b9;
}

.m_partners_wrap {
    margin: 3.125rem 1.25rem 3.125rem 1.25rem;
    border-radius: 10px;
    background-color: #001d43;
}

.m_partners {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
    background-image: url('/img/re_img/m_partners_img.svg');
    background-size: auto;
    background-position: right 1.25rem top;
    /* 오른쪽과 위에서의 위치 조정 */
    /* background-repeat: repeat-y; */
    background-repeat: no-repeat;
}

.m_partners-left {
    width: 100%;
}

.m_partners h2 {
    margin: 0 0 0.625rem 0;
    padding: 0 10rem 0 0;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: -0.45px;
    color: #fff;
}

.m_partners p {
    margin: 0 0 1.875rem 0;
    padding: 0 10rem 0 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: -0.35px;
    color: rgba(255, 255, 255, 0.6);
}

.m_partners-search {
    display: flex;
    flex-wrap: nowrap;
    width: 19.375rem;
    height: 3.125rem;
    border-radius: 10px;
}

.m_partners-search input {
    width: 100%;
    height: 100%;
    padding: 0 0 0 1.25rem;
    background-color: rgba(255, 255, 255, 0.12);
    font-size: 1rem;
    border: none;
    border-radius: 0.625rem 0 0 0.625rem;
    color: #fff;
}

input:focus {
    outline: none;
}

input::placeholder {
    font-family: Montserrat;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.39);
}

.m_partners-search input::placeholder {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.2);
}

.m_partners-search .m_search-button {
    margin: 0 0 0 -1rem;
    padding: 1rem 1.25rem 0.625rem 1.25rem;
    background-color: #0c77fb;
    cursor: pointer;
    border-radius: 0.625rem;
}

.m_search-button img {
    width: 0.95rem;
}

/* .m_btn_scroll_top {
    display: none;
} */

.m_btn_scroll_top {
    position: absolute;
    bottom: 26.5rem;
    right: 1rem;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 10px;
    background-color: #0c77fb;
    color: white;
    cursor: pointer;
    z-index: 9;
}

.-\32 {
    width: 9.625rem;
    height: 2.5rem;
    margin: 1.25rem 3.625rem 6.688rem 7.375rem;
    padding: 0.813rem 0.938rem 0.688rem 0.937rem;
    opacity: 0.95;
    border-radius: 10px;
    background-color: #27e597;
}

.m_footer-content {
    padding: 1.875rem 1.25rem 0 1.25rem;
    border-top: solid 1px #dbdbdb;
}

.m_footer-logo {
    margin: 0 0 1.92rem 0;
}

.m_footer-logo img {
    width: 7.75rem;
    height: 1.33rem;
}

.m_footer-content .m_contactus {
    margin: 0 0 1.875rem 0;
}

.m_footer-content .m_contactus .title {
    margin: 0 0 0.938rem 0;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: -0.35px;
    color: rgb(204, 204, 204);
}

.m_footer-content .m_contactus .tel {
    display: flex;
    align-items: center;
    margin: 0 0 0.938rem 0;
}

.m_footer-content .m_contactus .tel .text {
    width: 3.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: rgb(204, 204, 204);
}

.m_footer-content .m_contactus .tel .number {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: rgb(80, 80, 80);
}

.m_footer-content .m_contactus .email {
    display: flex;
    align-items: center;
}

.m_footer-content .m_contactus .email .text {
    width: 3.5rem;
    min-height: 2.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: rgb(204, 204, 204);
}

.m_footer-content .m_contactus .email .address {
    padding: 0.5rem 0 0 0;
}

.m_footer-content .m_contactus .email .address div {
    margin: 0 0 0.625rem 0;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: rgb(80, 80, 80);
}

.m_footer-content .m_social {
    margin: 0 0 1.875rem 0;
}

.m_footer-content .m_social .title {
    margin: 0 0 0.938rem 0;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: -0.35px;
    color: rgb(204, 204, 204);
}

.m_footer-content .m_social .icon {
    display: flex;
    align-items: center;
}

.m_footer-content .m_social .icon div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0 1.25rem 0 0;
    border-radius: 10px;
    border: solid 1px rgb(219, 219, 219);
}

.m_footer-content .m_footer_etc {
    margin: 0 0 4rem 0;
}

.m_footer-content .m_footer_etc .m_policy {
    margin: 0 0 0.938rem 0;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;

}

.m_footer-content .m_footer_etc .m_policy a {
    color: rgb(80, 80, 80);
}

.m_footer-content .m_footer_etc .m_coltd {
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: -0.25px;
    color: rgb(204, 204, 204);
}

.m_footer-contact {
    padding: 1.25rem;
}

.m_footer-contact h5,
.m_footer-social h5 {
    font-size: 1rem;
    color: #ccc;
}

.m_footer-social h5 {
    margin-top: -3rem;
}

.m_footer-contact .m_contact-info {
    display: flex;
    margin-bottom: 0.625rem;
}

.m_contact-info .info-label {
    flex: 0 0 5rem;
    font-size: 0.925rem;
    font-weight: bold;
    line-height: 1.73;
    letter-spacing: -0.38px;
    color: #ccc;
}

.m_contact-info .info-value {
    flex: 1;
    font-size: 0.9rem;
    color: #505050;
}

.m_contact-info .info-value p {
    width: 15rem;
    margin: 0;
}

.m_footer-social {
    margin-top: 5rem;
}

.m_footer-social button {
    width: 2rem;
    height: 2rem;
    margin: 0 1.25rem 0 0;
    border-radius: 0.313rem;
    border: solid 1px #dbdbdb;
    background-color: #fff;
}

.m_footer-social button img {
    display: flex;
}

.m_footer-po {
    margin: 1.5rem 0.625rem 0 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2.17;
    letter-spacing: -0.3px;
    color: #505050;
}

/* SBM */
.m_footer-po a {
    color: #505050;
}

.m_footer-co {
    margin: 0.5rem 0.625rem 0 0;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 2.6;
    letter-spacing: -0.25px;
    color: #ccc;
}

#m_hiddenDiv {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 21.875rem;
    height: 32.5rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#m_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.m_cards-num {
    margin: 1.25rem 0 0.938rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    text-align: left;
    color: #999;
}

.m_cards-story {
    margin: 0 1.5rem 1.25rem 1.25rem;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: -0.35px;
    color: #191919;
}

#m_closeDiv {
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    margin: 0.5rem 0.5rem 0 0;
    cursor: pointer;
}

#m_closeDiv img {
    width: 1rem;
    height: 1rem;
}

.m_style-box-div {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 10rem;
    height: 6.5rem;
}

.m_style-box-div img {
    width: 100%;
}

.m_image-container {
    /* SBM
     position: absolute;
    top: 6.5rem;
    */
}

/* SBM */
.m_image-container {
    width: 100%;
    height: 26.25rem;
}

/* SBM */
.m_image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.nav-btn {
    font-size: 0.5rem;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: none;
}

.nav-btn img {
    width: 1rem;
    height: 1rem;
}

.nav-btn.left {
    margin-left: 0.625rem;
}

.nav-btn.right {
    margin-right: 0.625rem;
}

/* 창 너비가 360px 이하일 때 적용될 스타일 */
@media only screen and (max-width: 375px) {
    .m_banner-content div {
        font-size: 1.7rem;
    }

    .m_categories h2 {
        padding-right: 0;
    }

    .m_subcategories {
        padding: 0.5rem;
    }

    .m_card {
        width: 39%;
    }

    #m_hiddenDiv {
        width: 18.875rem;
    }

    .m_partners h2,
    .m_partners p {
        padding: 0 8rem 0 0;
    }

    .m_partners-search {
        width: 17.5rem;
    }

    .m_footer-content {
        margin-bottom: 5rem;
    }
}

/* 창 너비가 360px 이하일 때 적용될 스타일 */
@media only screen and (max-width: 360px) {
    .m_banner-content div {
        font-size: 1.7rem;
    }

    .m_categories h2 {
        padding-right: 0;
    }

    .m_subcategories {
        padding: 1rem;
    }

    .m_card {
        width: 39%;
    }

    #m_hiddenDiv {
        width: 18.875rem;
    }

    .m_partners-search {
        width: 17.5rem;
    }

    .m_footer-content {
        margin-bottom: 5rem;
    }
}


.p_header {
        padding: 0.9rem 0px;
    max-width: 1280px;
    margin: 0 auto;
}
@media screen and (max-width:1300px) {
    .p_header {
        padding: 0.9rem 20px;
    }
}
@media screen and (max-width:992px) {
   .nav-buttons button {
    width: 74px;
   }
   .nav-links {
    font-size: 0.8rem;
   }
   .logo {
    width: 6.86rem;
    padding-top: 6px;
}
   .logo img{
    width: 100%;
}
}



.main_visual {
    height: 644px;
}
.main_visual .visual_slide {
    position: relative;
}
.main_visual .visual_slide ul {
    padding-left: 0 !important;
    margin: 0 !important;
}
.main_visual .visual_slide ul li {
     width: 100%;
    height: 644px;
    overflow: hidden;
}
.main_visual .visual_slide ul li:nth-child(1) {
    background:url('/img/re_img/main_visual_bg_01.jpg') no-repeat center center/cover;
}
.main_visual .visual_slide ul li:nth-child(1) img {
    transform: translateX(10%);
}
.main_visual .visual_slide ul li:nth-child(2) {
    background:url('/img/re_img/main_visual_bg_02.jpg') no-repeat center center/cover;
}
.main_visual .visual_slide ul li:nth-child(3) {
    background:url('/img/re_img/main_visual_bg_03.jpg') no-repeat center center/cover;
}

.main_visual .visual_slide ul li:nth-child(4) {
    background: linear-gradient(-124deg, #78ADFF 0%, #D3E4FF 100% )
}
.main_visual .visual_slide ul li:nth-child(4) img {
    transform: translate(-14%,14%);
}
.main_visual .visual_slide ul li:nth-child(5) {
    background: #031934;
}

.main_visual .visual_slide ul li:nth-child(5) img {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 900px;
 z-index: -1;
}
.main_visual .visual_slide ul li .content_box {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.main_visual .visual_slide ul li:nth-child(5) .content_box {
    max-width: 1350px;
}

.main_visual .visual_slide ul li .content_box .txt_box {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.main_visual .visual_slide ul li .content_box .txt_box h2 {
    font-size: 3.15rem;
    width: 575px;
    margin-bottom: 20px;
}
.main_visual .visual_slide ul li .content_box .txt_box p {
    margin-bottom: 84px;
}
.main_visual .visual_slide ul li .content_box .txt_box a {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    padding: 20px 32px;
    font-weight: 700;
    font-size: 1.28rem;
}
.main_visual .visual_slide ul li .content_box .txt_box a i {
    margin-left: 10px;
}
.main_visual .visual_slide ul li .content_box .txt_box a span {
background:linear-gradient(to right, #033DB0, #04A9EB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_visual .visual_slide ul li .content_box .txt_box a i {
color: #04A6E9;
}
.main_visual .visual_slide ul li:nth-child(2) .content_box .txt_box a span {
background:#8935C9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_visual .visual_slide ul li:nth-child(2) .content_box .txt_box a i {
color: #8935C9;
}
.main_visual .visual_slide ul li:nth-child(4) .content_box .txt_box a span {
background:linear-gradient(to right, #679AFF, #04A9EB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_visual .visual_slide .swiper_control {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}
.main_visual .visual_slide .swiper_control .swiper-scrollbar {
    width: 40px;
    position: absolute;
    bottom: 70px;
    left: 63px;
    background: rgba(255,255,255,0.2);
}
.main_visual .visual_slide .swiper_control .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #fff;
}
.main_visual .visual_slide .swiper_control .swiper-button-next {
    position: absolute;
    bottom: 50px;
    top: initial;
    left: 142px;
}
.main_visual .visual_slide .swiper_control .swiper-button-prev {
    position: absolute;
    bottom: 50px;
    top: initial;
    left: 0;
}
.main_visual .visual_slide .swiper_control .swiper-button-next::after,.main_visual .visual_slide .swiper_control .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.main_visual .visual_slide .swiper_control .swiper-pagination {
position: absolute;
    bottom: 63px;
    left: 24px;
    width: 120px;
    color: transparent;
}
.main_visual .visual_slide .swiper_control .swiper-pagination span {
    color: #fff;
    font-size: 14px;
}
.main_visual .visual_slide .swiper_control .swiper-pagination span.swiper-pagination-current {
    padding-left: 0px;
}
.main_visual .visual_slide .swiper_control .swiper-pagination span.swiper-pagination-total {
    padding-left: 45px;

}
.main_visual .tablet_img {display: none;}
.main_visual .mo_img {display: none;}
.main_visual .mo {
    display: none;
}
@media screen and (max-width:1300px) {
.main_visual .visual_slide ul li .content_box {
    padding: 0 20px;
}
.main_visual .visual_slide .swiper_control {
    width: calc(100% - 40px);
}
.main_visual .visual_slide ul li:nth-child(1) img {
    transform: translateX(0%);
}
.main_visual .visual_slide ul li:nth-child(4) img {
    transform: translate(-28%, 13%);
}
.main_visual .visual_slide ul li:nth-child(2) img {
    transform: translateX(-50px);
    width: 55%;
}
}
@media screen and (max-width:1100px) {
.main_visual .visual_slide ul li:nth-child(1) img {
    transform: translateX(-100px);
}
.main_visual .visual_slide ul li .content_box .txt_box h2 {
    font-size: 2.5rem;
}
.main_visual .visual_slide ul li .content_box .txt_box a {
        font-size: 1.1rem;
}
.main_visual .visual_slide ul li:nth-child(5) img {
 width: 800px;
}
.main_visual .visual_slide ul li:nth-child(2) .content_box img {
    transform: translateX(-100px)
}
.main_visual .visual_slide ul li:nth-child(2) img {
    transform: translateX(-200px);
}

}
@media screen and (max-width:992px) {
    .main_visual .visual_slide ul li:nth-child(1) img {
 width: 50%;
}
  .main_visual .pc_img {display: none;}
.main_visual .tablet_img {display: block;}
.main_visual .visual_slide ul li:nth-child(4) img {
    transform: translate(-42%, 13%);
    width: 1300px;
}
.main_visual .visual_slide ul li:nth-child(5) img {
    width: 80%;
}
}
@media screen and (max-width:768px) {
.main_visual .visual_slide .swiper_control {
    width: 174px;
}
.main_visual .visual_slide .swiper_control .swiper-scrollbar {
    width: 40px;
    position: absolute;
    bottom: 70px;
    left: 63px;
    background: rgba(255,255,255,0.2);
}
.main_visual .visual_slide .swiper_control .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #fff;
}
.main_visual .visual_slide .swiper_control .swiper-button-next {
    bottom: 20px;
}
.main_visual .visual_slide .swiper_control .swiper-button-prev {
    bottom: 20px;
}
.main_visual .visual_slide .swiper_control .swiper-pagination {
    bottom: 33px;
}
.main_visual .visual_slide .swiper_control .swiper-scrollbar {
    bottom: 40px;
}
}
@media screen and (max-width:730px) {
    .main_visual .visual_slide ul li:nth-child(1) img {
 width: 300px
}
  .main_visual .pc_img {display: none;}
.main_visual .tablet_img {display: block;}
 .main_visual .visual_slide ul li:nth-child(2) img {
 width: 200px
}
}
@media screen and (max-width:650px) {
     .main_visual .tablet_img {display: none;}
.main_visual .mo_img {display: block;}
.main_visual .visual_slide ul li .content_box .txt_box {
    align-items: flex-start;
    padding-top: 40px;
}
    .main_visual .visual_slide ul li .content_box .txt_box p {
        margin-bottom: 30px;
    }
        .main_visual .visual_slide ul li:nth-child(1) img {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        }
        .main_visual .visual_slide ul li:nth-child(2) img {
   position: absolute;
        bottom: 0;
        width: 80%;
        right: initial;
        left: 50%;
        transform: translateX(-50%) !important;
}
        .main_visual .visual_slide ul li:nth-child(3) {
            background: url(../img/re_img/main_visual_bg_03_mo.jpg) no-repeat center center/cover;
        }
        
            .main_visual .visual_slide ul li:nth-child(4) img {
           transform: translate(-67%, 22%);
        width: 1300px;
    }
    .main_visual .visual_slide ul li:nth-child(5) img {
    width: 670px;
    transform: translateX(-50%);
    left: 50%;
    right: initial;
}
}
@media screen and (max-width:550px) {
    .main_visual .visual_slide ul li .content_box .txt_box h2 {
    font-size: 2.0rem;
}
        .main_visual .visual_slide ul li:nth-child(1) img,  .main_visual .visual_slide ul li:nth-child(2) img  {
            width:420px
        }
        .main_visual .visual_slide ul li:nth-child(2) img  {
            bottom: 30px;
        }
         .main_visual .visual_slide ul li:nth-child(5) img {
    width: 730px;
}
} 
@media screen and (max-width:400px) {
     .main_visual .visual_slide ul li:nth-child(1) img {
            bottom: 100px;
        }
        .main_visual .visual_slide ul li .content_box .txt_box h2 {
    font-size: 1.6rem;
}
        .main_visual .visual_slide ul li .content_box .txt_box .mo {
    display: block;
}
  .main_visual .visual_slide ul li .content_box .txt_box p {
    line-height: 1.4em;
  }
  .main_visual .visual_slide ul li:nth-child(1) img, .main_visual .visual_slide ul li:nth-child(2) img {
            width: 350px;
        }
          .main_visual .visual_slide ul li:nth-child(2) img  {
            bottom: 50px;
        }
             .main_visual .visual_slide ul li:nth-child(4) img {
           transform: translate(-69%, 11%);
        width: 1100px;
    }
    .main_visual .visual_slide ul li:nth-child(5) img {
    width: 650px;
}
   
}

.inquiries .text-section {
     display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
.inquiries .text-section div {
    width: 1280px;
}
.inquiries .text-section div h2 {
    margin: 0 0 1.125rem 0;
}
.inquiries .text-section div p {
    margin:0
}

@media screen and (max-width:1280px) {
   .inquiries .text-section div {
    width: 100%;
    padding: 0 20px;
} 
    
}

.info-section {
    background:linear-gradient(81deg, #123A82 0%, #05102B 100%);
    display: flex;
    justify-content: center;
}
.info-section #info_section_wrap {
    max-width: 1280px;
    padding: 0;
    justify-content: space-between;
}
.info-section #info_section_wrap .copy_content {
    display: flex;
    align-items: center;
}

@media screen and (max-width:1280px) {
   .info-section #info_section_wrap {
    padding: 0 20px;
    width: 100%;
} 
.info-section #info_section_wrap .copy_text {
    width: 252px;
}
.info-section #info_section_wrap .counter_wrap {
    width: 249px;
}
}
@media screen and (max-width:1100px) {
    .info-section #info_section_wrap .counter_wrap .num_text .text {
        font-size: 2.8rem;
    }
    .info-section #info_section_wrap .counter_wrap .num_text .icon {
 font-size: 2.8rem;
    }
    .info-section #info_section_wrap .counter_wrap {
    width: 230px;
}
.info-section #info_section_wrap .counter_wrap {
    padding-left: 10px;
}
}
@media screen and (max-width:992px) {
    .info-section #info_section_wrap {
        flex-wrap: wrap;
        padding: 0 20px;
    }
}
@media screen and (max-width:992px) {

.m_info-section {
        background:linear-gradient(81deg, #123A82 0%, #05102B 100%);

}
}
.companies {
    display: flex;
    justify-content: center;
}
.companies .companies_box {
    max-width: 1280px;
}
.companies .companies_box h2 {
    margin: 0 0 1.625rem 0;
}
.company-cards {
    margin: 0;
}
@media screen and (max-width:1280px) {
        .company-cards {
            justify-content: flex-start;
        }
    .company-card {width: 23%; flex: none;}
    
}
@media screen and (max-width:992px) {
      
    .company-card {width: 30%; flex: none;}
    
}
@media screen and (max-width:768px) {
      
    .pc {
        display: none;
    }
    
}

.partners {
        max-width: 1280px;
    margin: 0 auto 7.5rem auto; 
}
@media screen and (max-width:1280px) {
    .partners { 
        padding: 0 20px;
    }
 .partners-left {
        margin-left: 0;
}
.partners-right  {
    margin-right: 0;
}
}
@media screen and (max-width:992px) {
.partners-right img {
    width: 13rem;
    height: auto;
}
.m_partners .mo {
    display: none;
}
}
@media screen and (max-width:550px) {
.partners-right img {
    width: 13rem;
    height: auto;
}
.m_partners .mo {
    display: block;
}
.m_partners h2, .m_partners p {
    padding-right: 0;
}
.m_partners-left {
    padding-top: 113px;
}
}
@media screen and (max-width: 375px) {
    
    .m_partners-search {
        width: 100%;
    }
    .m_partners-search input {
        padding-left: 10px;
    }
}

.footer-content {
    max-width: 1280px;
    margin: 0 auto;
}
@media screen and (max-width: 992px) {
.footer-contact {
    padding: 1.25rem 10px;
}
}

body {
    margin: 0;
    font-family: Montserrat;
    overflow-x: hidden;
}
* {
    margin: 0; padding: 0;
}

.categories {
    max-width: 1280px;
    margin: 0 auto;
    padding: 7.5rem 0;
}

.categories .category-cards {
    column-width: 305px;
    column-gap: 20px;
}
.categories .categories-div {}
.categories .categories-div h2 {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.9px;
    text-align: left;
    color: #191919;
    margin-bottom: 60px;
}
.categories .category-section {
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    padding: 40px 30px;
    margin-bottom: 40px;
}
.categories .category-section:nth-child(1) { margin-top: 150px; }
.categories .category-section:nth-child(3) { margin-top: 202px; }
.categories .category-section:nth-child(8) { margin-top: 100px; }
.categories .category-section h2 {
    font-size: 1.75rem;
    color: #051434;
    margin-bottom: 4px;
}
.categories .category-section p {
    font-size: 1rem;
    color: #8B9EC5;
    font-weight: 600;
    margin-bottom: 14px;
}


.subcategory-cards .card {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.subcategory-cards .card .card-text {
    margin: 10px 0;
    font-weight: 600;
}
.subcategory-cards .card .card-text a {
    text-decoration: none;
    color: #051434;
    display: inline-block;
    font-size: 0.8rem;
    width: 170px;
}
.subcategory-cards .card .card-text .categories-color {
    width: 16px; height: 16px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%;
    transform: translateY(2px);
}
@media screen and (max-width: 1279px) {
    .categories {
        padding: 7.5rem 20px;
        margin:0
    }
    .categories .category-section:nth-child(1) { margin-top: 0; }
    .categories .category-section:nth-child(3) { margin-top: 0; }
    .categories .category-section:nth-child(8) { margin-top: 0; }
    .categories .category-cards {
    column-width: auto;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.categories .category-section {
    width: 31%;
}
}
@media screen and (max-width: 992px) {
        .subcategory-cards .card {
            width: 100%;
        }
    .subcategory-cards .card .card-text {
        width: 40%;
    }
}
/* ------------------- category1(Steel & Metal) ----------------------- */
.category-section[data-category-num="1"] .color-001,
.swiper-slide .category-section[data-category-num="1"] .color-001 {
    background-color: #D5D8DB;
}
.category-section[data-category-num="1"] .color-002,
.swiper-slide .category-section[data-category-num="1"] .color-002 {
    background-color: #C5796D;
}
.category-section[data-category-num="1"] .color-003,
.swiper-slide .category-section[data-category-num="1"] .color-003 {
    background-color: #D62A46;
}
.category-section[data-category-num="1"] .color-004,
.swiper-slide .category-section[data-category-num="1"] .color-004 {
    background-color: #7F5EDF;
}
.category-section[data-category-num="1"] .color-005,
.swiper-slide .category-section[data-category-num="1"] .color-005 {
    background-color: #C57AB0;
}
.category-section[data-category-num="1"] .color-006,
.swiper-slide .category-section[data-category-num="1"] .color-006 {
    background-color: #2D4D58;
}
.category-section[data-category-num="1"] .color-007,
.swiper-slide .category-section[data-category-num="1"] .color-007 {
    background-color: #2A5298;
}
.category-section[data-category-num="1"] .color-008,
.swiper-slide .category-section[data-category-num="1"] .color-008 {
    background-color: #3FADA8;
}
.category-section[data-category-num="1"] .color-009,
.swiper-slide .category-section[data-category-num="1"] .color-009 {
    background-color: #ADA996;
}


/* ------------------- category2(Metal Processing) ----------------------- */


.category-section[data-category-num="2"] .color-001,
.swiper-slide .category-section[data-category-num="2"] .color-001 {
    background: linear-gradient(115deg, #F46B45 3%, #EEA849 97%);
}
.category-section[data-category-num="2"] .color-002,
.swiper-slide .category-section[data-category-num="2"] .color-002 {
    background: linear-gradient(115deg, #EF629F 3%, #EBCAA0 97%);
}
.category-section[data-category-num="2"] .color-003,
.swiper-slide .category-section[data-category-num="2"] .color-003 {
    background: linear-gradient(115deg, #DF5D5D 3%, #DD8383 97%);
}
.category-section[data-category-num="2"] .color-004,
.swiper-slide .category-section[data-category-num="2"] .color-004 {
    background: linear-gradient(115deg, #859398 3%, #DBDBDB 97%);
}
.category-section[data-category-num="2"] .color-005,
.swiper-slide .category-section[data-category-num="2"] .color-005 {
    background-color: #CAAF81;
}
.category-section[data-category-num="2"] .color-006,
.swiper-slide .category-section[data-category-num="2"] .color-006 {
    background-color: #F6C549;
}
.category-section[data-category-num="2"] .color-007,
.swiper-slide .category-section[data-category-num="2"] .color-007 {
    background: linear-gradient(115deg, #7F7FD5 3%, #91BAEA 97%);
}

/* ------------------- category3(Machinery & facility) ----------------------- */


.category-section[data-category-num="3"] .color-001,
.swiper-slide .category-section[data-category-num="3"] .color-001 {
    background-color: #2DA7C6;
}
.category-section[data-category-num="3"] .color-002,
.swiper-slide .category-section[data-category-num="3"] .color-002 {
    background-color: #61524F;
}
.category-section[data-category-num="3"] .color-003,
.swiper-slide .category-section[data-category-num="3"] .color-003 {
    background: linear-gradient(115deg, #F9D423 3%, #FEE140 97%);
}
.category-section[data-category-num="3"] .color-004,
.swiper-slide .category-section[data-category-num="3"] .color-004 {
    background-color: #BE7D1D;
}
.category-section[data-category-num="3"] .color-005,
.swiper-slide .category-section[data-category-num="3"] .color-005 {
    background-color: #4AC29A;
}
.category-section[data-category-num="3"] .color-006,
.swiper-slide .category-section[data-category-num="3"] .color-006 {
    background-color: #E44D26;
}
.category-section[data-category-num="3"] .color-007,
.swiper-slide .category-section[data-category-num="3"] .color-007 {
    background-color: #31A2F4;
}
.category-section[data-category-num="3"] .color-008,
.swiper-slide .category-section[data-category-num="3"] .color-008 {
    background-color: #F2994A;
}
.category-section[data-category-num="3"] .color-009,
.swiper-slide .category-section[data-category-num="3"] .color-009 {
    background: linear-gradient(115deg, #859398 3%, #DBDBDB 97%);
}
.category-section[data-category-num="3"] .color-010,
.swiper-slide .category-section[data-category-num="3"] .color-010 {
    background-color: #448897;
}


/* ------------------- category4(Material) ----------------------- */


.category-section[data-category-num="4"] .color-001,
.swiper-slide .category-section[data-category-num="4"] .color-001 {
    background: linear-gradient(115deg, #1C232C 3%, #928dab 97%);
}
.category-section[data-category-num="4"] .color-002,
.swiper-slide .category-section[data-category-num="4"] .color-002 {
    background-color: #AAAAAA;
}
.category-section[data-category-num="4"] .color-003,
.swiper-slide .category-section[data-category-num="4"] .color-003 {
    background-color: #F0C27B;
}
.category-section[data-category-num="4"] .color-004,
.swiper-slide .category-section[data-category-num="4"] .color-004 {
    background: linear-gradient(115deg, #B4C4D0 3%, #A6BCBD 97%);
}
.category-section[data-category-num="4"] .color-005,
.swiper-slide .category-section[data-category-num="4"] .color-005 {
    background: linear-gradient(115deg, #274047 3%, #8B9D9E 97%);
}
.category-section[data-category-num="4"] .color-006,
.swiper-slide .category-section[data-category-num="4"] .color-006 {
    background: linear-gradient(115deg, #77589F 3%, #B69FD3 97%);
}
.category-section[data-category-num="4"] .color-007,
.swiper-slide .category-section[data-category-num="4"] .color-007 {
    background-color: #232526;
}


/* ------------------- category5(Chemical) ----------------------- */


.category-section[data-category-num="5"] .color-001,
.swiper-slide .category-section[data-category-num="5"] .color-001 {
    background-color: #ED4264;
}
.category-section[data-category-num="5"] .color-002,
.swiper-slide .category-section[data-category-num="5"] .color-002 {
    background: linear-gradient(115deg, #ddd6f3 3%, #faaca8 97%);
}
.category-section[data-category-num="5"] .color-003,
.swiper-slide .category-section[data-category-num="5"] .color-003 {
    background-color: #EE9CA7;
}
.category-section[data-category-num="5"] .color-004,
.swiper-slide .category-section[data-category-num="5"] .color-004 {
    background-color: #B06555;
}
.category-section[data-category-num="5"] .color-005,
.swiper-slide .category-section[data-category-num="5"] .color-005 {
    background-color: #79BB55;
}
.category-section[data-category-num="5"] .color-006,
.swiper-slide .category-section[data-category-num="5"] .color-006 {
    background-color: #713123;
}
.category-section[data-category-num="5"] .color-007,
.swiper-slide .category-section[data-category-num="5"] .color-007 {
    background-color: #3D72B4;
}
.category-section[data-category-num="5"] .color-008,
.swiper-slide .category-section[data-category-num="5"] .color-008 {
    background-color: #547794;
}
.category-section[data-category-num="5"] .color-009,
.swiper-slide .category-section[data-category-num="5"] .color-009 {
    background-color: #4F6672;
}
.category-section[data-category-num="5"] .color-010,
.swiper-slide .category-section[data-category-num="5"] .color-010 {
    background: linear-gradient(115deg, #414346 3%, #545459 97%);
}


/* ------------------- category6(Electronic) ----------------------- */


.category-section[data-category-num="6"] .color-001,
.swiper-slide .category-section[data-category-num="6"] .color-001 {
    background-color: #474D6A;
}
.category-section[data-category-num="6"] .color-002,
.swiper-slide .category-section[data-category-num="6"] .color-002 {
    background: linear-gradient(115deg, #858C94 3%, #B07655 97%);
}
.category-section[data-category-num="6"] .color-003,
.swiper-slide .category-section[data-category-num="6"] .color-003 {
    background: linear-gradient(115deg, #1596DC 3%, #B6F2FE 97%);
}
.category-section[data-category-num="6"] .color-004,
.swiper-slide .category-section[data-category-num="6"] .color-004 {
    background: linear-gradient(115deg, #FFC700 3%, #B6F2FE 97%);
}
.category-section[data-category-num="6"] .color-005,
.swiper-slide .category-section[data-category-num="6"] .color-005 {
    background-color: #858C94;
}
.category-section[data-category-num="6"] .color-006,
.swiper-slide .category-section[data-category-num="6"] .color-006 {
    background-color: #3BC160;
}
.category-section[data-category-num="6"] .color-007,
.swiper-slide .category-section[data-category-num="6"] .color-007 {
    background-color: #157796;
}


/* ------------------- category7(Transportation) ----------------------- */


.category-section[data-category-num="7"] .color-001,
.swiper-slide .category-section[data-category-num="7"] .color-001 {
    background: linear-gradient(115deg, #1596DC 3%, #1C92D2 97%);
}
.category-section[data-category-num="7"] .color-002,
.swiper-slide .category-section[data-category-num="7"] .color-002 {
    background: linear-gradient(115deg, #3A6073 3%, #3A7BD5 97%);
}
.category-section[data-category-num="7"] .color-003,
.swiper-slide .category-section[data-category-num="7"] .color-003 {
    background-color: #4979F6;
}
.category-section[data-category-num="7"] .color-004,
.swiper-slide .category-section[data-category-num="7"] .color-004 {
    background-color: #D0BFFF;
}
.category-section[data-category-num="7"] .color-005,
.swiper-slide .category-section[data-category-num="7"] .color-005 {
    background-color: #283C86;
}



/* ------------------- category8(Parts) ----------------------- */


.category-section[data-category-num="8"] .color-001,
.swiper-slide .category-section[data-category-num="8"] .color-001 {
    background-color: #1D2B3B;
}
.category-section[data-category-num="8"] .color-002,
.swiper-slide .category-section[data-category-num="8"] .color-002 {
    background: linear-gradient(115deg, #CFD9DF 3%, #E2EBF0 97%);
}
.category-section[data-category-num="8"] .color-003,
.swiper-slide .category-section[data-category-num="8"] .color-003 {
    background: linear-gradient(115deg, #5D7085 3%, #8EBCC6 97%);
}
.category-section[data-category-num="8"] .color-004,
.swiper-slide .category-section[data-category-num="8"] .color-004 {
    background: linear-gradient(115deg, #868f96 3%, #596164 97%);
}
.category-section[data-category-num="8"] .color-005,
.swiper-slide .category-section[data-category-num="8"] .color-005 {
    background: linear-gradient(115deg, #6DD5FA 3%, #E9E4F0 97%);
}
.category-section[data-category-num="8"] .color-006,
.swiper-slide .category-section[data-category-num="8"] .color-006 {
    background: linear-gradient(115deg, #FFD8A8 3%, #F59F00 97%);
}



/* ------------------- category9(Textile) ----------------------- */


.category-section[data-category-num="9"] .color-001,
.swiper-slide .category-section[data-category-num="9"] .color-001 {
    background-color: #bac8ff;
}
.category-section[data-category-num="9"] .color-002,
.swiper-slide .category-section[data-category-num="9"] .color-002 {
    background: linear-gradient(115deg, #FDA085 3%, #764BA2 97%);
}
.category-section[data-category-num="9"] .color-003,
.swiper-slide .category-section[data-category-num="9"] .color-003 {
    background: linear-gradient(115deg, #A1C4FD 3%, #FDCBF1 97%);
}
.category-section[data-category-num="9"] .color-004,
.swiper-slide .category-section[data-category-num="9"] .color-004 {
    background: linear-gradient(115deg, #A9E34B 3%, #0C8599 97%);
}
.category-section[data-category-num="9"] .color-005,
.swiper-slide .category-section[data-category-num="9"] .color-005 {
    background: linear-gradient(115deg, #00C9FF 3%, #92FE9D 97%);
}

/* ------------------- category10(Others) ----------------------- */


.category-section[data-category-num="10"] .color-001,
.swiper-slide .category-section[data-category-num="10"] .color-001 {
    background: linear-gradient(115deg, #63635E 3%, #88D03F 97%);
}
.category-section[data-category-num="10"] .color-002,
.swiper-slide .category-section[data-category-num="10"] .color-002 {
    background-color: #FFAD31;
}
.category-section[data-category-num="10"] .color-003,
.swiper-slide .category-section[data-category-num="10"] .color-003 {
    background-color: #D8D2CB;
}
.category-section[data-category-num="10"] .color-004,
.swiper-slide .category-section[data-category-num="10"] .color-004 {
    background-color: #099268;
}



.subcategory-cards .card img {
    width: 44px; height: 44px;
    display: block;
    border-radius: 50%;
}


.mobile_categories {
    display: none;
    margin: 0 20px;
    padding: 2.625rem 0;
}

.mobile_categories .categories-div {
    display: flex;
    margin-bottom: 30px;
}
.mobile_categories .swipe_motion {
    width: 38px; height: 38px;
    border-radius: 6px;
    background-color: #191919;
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 12px;
}
.mobile_categories .swipe_motion .motion_ani {
    width: 20px; height: 6px;
    background: linear-gradient( to right , rgba(255,255,255,0), rgba(255,255,255,1));
    border-radius: 0 10px 10px 0;
    margin: 10px auto 0;
}
.mobile_categories .swipe_motion img {
    width: 60%;
    display: block;
    position: absolute;
    top: 10px;
    animation: hand 1.5s infinite;
}
@keyframes hand {
    0% { left: 4px; }
    80% { left: 24px; }
    100% { left: 24px; }
}
.mobile_categories .text_wrap h2 {
    font-size: 20px;
    color: #333;
    line-height: 140%;
    margin-bottom: 6px;
}
.mobile_categories .text_wrap p {
    font-size: 14px;
    color: #007AFF;
    line-height: 14px;
    font-weight: 600;
}
.mobile_categories .text_wrap p span {
    width: 16px; height: 16px;
    border-radius: 2px;
    color: #fff;
    background-color: #007AFF;
    display: inline-block;
    line-height: 16px;
    text-align: center;
}
.mobile_categories .text_wrap p span i {
    font-size: 12px;
}


.mobile_categories .category-card {
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    box-sizing: border-box;
    padding: 20px;
}
.swiper-slide {}

@media screen and (max-width: 770px) {
    .categories {
        display: none;
    }
    .mobile_categories {
        display: block;
    }
}
@media screen and (max-width: 424px) {
    .mobile_categories .categories-div {
        justify-content: space-between;
    }
}