@charset "UTF-8";

/* ------------------------------------------------------------------------- */
/*  0. SUB-COMMON
/* ------------------------------------------------------------------------- */
#header.on {
    border-bottom-color: var(--text1);
    background-color: var(--bg);
}
#header.on .logo a {background-image: url(../assets/img/logo_b.svg);}
#header.on .gnb a {color: var(--text1);}
#header.on .gnb a:hover {color: var(--point);}
#header.on .gnb a.on {color: var(--point);}
#header.on .all_menu span {background-color: var(--text1);}
#header.on .all_menu.on span {background-color: var(--white);}

#container {min-height: 100vh;}
section {padding: 9.375rem 40px;}
section .title {
    margin-bottom: 5.625rem;
    font-weight: 300; font-size: 3.75rem; line-height: 1.2; color: var(--text2);
}
section .title.type2 {font-size: 2.8125rem;}
section .desc + .desc {margin-top: 30px;}
section .desc p {
    font-weight: 700; font-size: 1.125rem; line-height: 1.8; color: var(--text1);
    word-break: break-all;
}
section .desc.en p {font-weight: 400; font-size: 0.9375rem; line-height: 1.5; color: var(--text5); word-break: keep-all;}


/* Media Query */
@media (max-width: 1280px) {
    section {padding-left: 30px; padding-right: 30px;}
}

@media (max-width: 1024px) {
    #header.on .gnb a {color: var(--white);}
    #header.on .gnb a:hover {color: var(--white);}
    #header.on .gnb a.on {color: var(--white);}
    #header.on .all_menu span {background-color: var(--text1);}
    #header.on .all_menu.on span {background-color: var(--white);}

    section {padding: 120px 24px;}
    section .title {margin-bottom: 60px;}
}

@media (max-width: 640px) {
    section {padding: 100px 24px;}
    section .title {
        margin-bottom: 50px;
        font-size: 45px;
    }
    section .title.type2 {
        margin-bottom: 40px;
        font-size: 30px; text-align: center;
    }
    section .desc p {font-size: 16px;}
    section .desc.en p {font-size: 13px;}
}





/* ------------------------------------------------------------------------- */
/*  1. ABOUT US
/* ------------------------------------------------------------------------- */
/* Our Values */
.about .value {
    margin: 3.125rem 0 6.25rem 0;
    background-color: #000000;
}
.about .value .inner {display: flex; gap: 60px;}
.about .value .title {
    flex-shrink: 0;
    color: var(--white);
}
.about .value_list {
    display: flex;
    width: 100%;
}
.about .value_list li {
    width: 25%;
    padding: 8.5rem 0 3.25rem;
    background: url(../assets/img/ico_value1.svg) no-repeat top 3.5rem center / 2.25rem;
}
.about .value_list li:nth-child(2) {background-image: url(../assets/img/ico_value2.svg);}
.about .value_list li:nth-child(3) {background-image: url(../assets/img/ico_value3.svg);}
.about .value_list li:nth-child(4) {background-image: url(../assets/img/ico_value4.svg);}
.about .value_list li + li {border-left: 1px solid var(--text3);}
.about .value_list li p {font-weight: 700; font-size: 1.1875rem; line-height: 1.2; text-align: center; color: var(--white);}
.about .value_list li p span {
    display: block;
    padding-top: 4px;
    font-weight: 300; font-size: 0.875rem;
}


/* Business Areas */
.about .area {margin-bottom: -3.125rem;}
.about .area_box {
    display: flex; align-items: center; gap: 2.5rem;
    width: 100%;
    padding: 5rem 1rem;
}
.about .area_box > div {
    display: flex; 
    width: 37%;
    position: relative;
}
.about .area_box > div::before {content: "";
    width: 50%; height: 0;
    padding-top: 50%;
    border-radius: 50%;
    border: 1px dashed var(--point);
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}
.about .area_box > div strong {
    flex-shrink: 0;
    display: block;
    width: 46%; height: 0;
    padding-top: 46%;
    border-radius: 50%;
    background-color: var(--point);
    position: relative; z-index: 10;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.about .area_box > div strong span {
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 100%;
    padding: 1rem;
    font-weight: 500; font-size: 1.1875rem; line-height: 1.4; color: var(--white); text-align: center;
    position: absolute; left: 0; top: 0;
}
.about .area_box > div p {
    display: flex; align-items: center; justify-content: center;
    width: 42%; height: 0;
    padding-top: 42%;
    border: 1px solid var(--point);
    border-radius: 50%;
    background-color: var(--white);
    position: absolute; z-index: 10;
}
.about .area_box > div p span {
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 100%;
    font-size: 1rem; line-height: 1.4; color: var(--text2); text-align: center;
    position: absolute; left: 0; top: 0;
}
.about .area_box > div::after {content: "";
    width: 2.875rem; height: 0.625rem;
    background: url(../assets/img/about_line.svg) no-repeat center / contain;
    position: absolute; right: -2.875rem; top: 50%; z-index: 10;
    transform: translateY(-50%);
}

.about .area_box .area_b2b {justify-content: flex-end;}
.about .area_box .area_b2b p:first-of-type {left: 1rem; top: -50%;}
.about .area_box .area_b2b p:last-child {left: 1rem; bottom: -50%;}

.about .area_box .area_inglot p:first-of-type {right: 1rem; top: -50%;}
.about .area_box .area_inglot p:last-child {right: 1rem; bottom: -50%;}
.about .area_box .area_inglot::after {
    left: -2.875rem; right: auto;
    transform: translateY(-50%) rotate(180deg);
}

.about .area_box .area_ames {
    width: calc(26% - 5rem); 
    position: relative;
}
.about .area_box .area_ames::before {
    display: block;
    width: 140%; height: 140%;
    padding-top: 0;
    border: none;
    border-radius: 50%;
    background-color: var(--point);
    opacity: 0.1;
    box-shadow: 0 0 20px rgba(0,0,0,1);
    position: absolute; left: -20%; top: -20%;
    transform: translate(0, 0);
}
.about .area_box .area_ames img {
    width: 100%;
    border-radius: 50%;
    position: relative; z-index: 1;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.about .area_box .area_ames::after {display: none;}


/* Organizational Structure */
.about .organiz_box {
    display: flex; flex-direction: column; align-items: center;
    padding: 0 3rem;
    font-weight: 700; font-size: 1.0625rem; line-height: 1.2; color: var(--white); text-align: center;
}
.about .organiz_box .chief {
    width: 12rem;
    padding: 1.25rem;
    background-color: var(--point);
    position: relative;
}
.about .organiz_box .chief::before {content: "";
    width: 1px;
    background-color: var(--border);
    position: absolute; 
}
.about .organiz_box .chief::after {content: "";
    width: 0.25rem; height: 0.25rem;
    background-color: var(--border);
    position: absolute; left: 50%; bottom: -0.125rem;
    transform: translateX(-50%) rotate(45deg);
}
.about .organiz_box .depth1 {margin-bottom: 1.25rem;}
.about .organiz_box .depth1::before {
    height: 7.875rem;
    left: 50%; bottom: -7.875rem;
}
.about .organiz_box .depth2 {
    margin: 0 0 5rem 21.875rem;
    background-color: var(--text2);
}
.about .organiz_box .depth2::before {
    width: 4.875rem; height: 1px;
    left: -4.875rem; top: 50%;
}
.about .organiz_box .depth2::after {
    left: -0.125rem; top: 50%;
    transform: translate(0, -50%) rotate(45deg);
}
.about .organiz_box .depth3 {
    display: flex; justify-content: space-between; gap: 2.5rem;
    width: 100%;
    position: relative;
}
.about .organiz_box .depth3::before {content: "";
    width: 51.8%; height: 1px;
    background-color: var(--border);
    position: absolute; left: 20.5%; top: -2.5rem;
}
.about .organiz_box .retail {width: 41%;}
.about .organiz_box .inglot {width: calc(59% - 2.5rem);}
.about .organiz_box .depth3 strong {
    display: block;
    margin: 0 auto 3rem auto;
    background-color: var(--organiz);
}
.about .organiz_box .depth3 strong::before {
    height: 2.5rem;
    left: 50%; top: -2.5rem;
}
.about .organiz_box .depth3 strong::after {top: -0.125rem; bottom: auto;}
.about .organiz_box .depth3 ul {
    display: flex; gap: 0.75rem;
    position: relative;
}
.about .organiz_box .depth3 ul::before {content: "";
    width: 68.7%; height: 1px;
    background-color: var(--border);
    position: absolute; left: 15.6%; top: -1.5rem;
}
.about .organiz_box .depth3 ul::after {content: "";
    width: 1px; height: 1.5rem;
    background-color: var(--border);
    position: absolute; left: 50%; top: -3rem;
}
.about .organiz_box .depth3 .inglot ul::before {
    width: 76.5%;
    left: 11.9%;
}
.about .organiz_box .depth3 ul li {
    flex: 1;
    padding: 0.9375rem 0.625rem;
    border: 1px solid var(--organiz);
    font-weight: 400; font-size: 1rem; color: var(--text1);
    background-color: var(--white);
    position: relative;
}
.about .organiz_box .depth3 ul li::before {content: "";
    width: 1px; height: 1.5rem;
    background-color: var(--border);
    position: absolute; left: 50%; top: -1.5rem;
}
.about .organiz_box .depth3 ul li::after {content: "";
    width: 0.25rem; height: 0.25rem;
    background-color: var(--border);
    position: absolute; left: 50%; top: -0.125rem;
    transform: translateX(-50%) rotate(45deg);
}



/* Media Query */
@media (max-width: 1600px) {
    /* Our Values */
    .about .value .inner {flex-direction: column; gap: 0;}
}

@media (max-width: 1280px) {
    .about .organiz_box .depth3::before {
        width: 52.2%;
    }
    .about .organiz_box .inglot {position: relative;}
    .about .organiz_box .inglot::after {content: "";
        width: 10px; height: 10px;
        background-color: var(--bg);
        position: absolute; left: calc(50% + 1px); top: -2.5rem;
    }
}

@media (max-width: 1024px) {
    /* Business Areas */
    .about .area_box {
        gap: 20px;
        padding-left: 0; padding-right: 0;
    }
    .about .area_box > div {width: 38%;}
    .about .area_box > div strong {
        width: 50%;
        padding-top: 50%;
    }
    .about .area_box > div strong span {font-size: 14px;}
    .about .area_box > div p {
        width: 46%;
        padding-top: 46%;
        border-width: 1px;
    }
    .about .area_box > div p span {font-size: 13px;}
    .about .area_box > div::after {
        width: 30px;
        right: -24px;
    }

    .about .area_box .area_b2b p:first-of-type {left: 0;}
    .about .area_box .area_b2b p:last-child {left: 0;}

    .about .area_box .area_inglot p:first-of-type {right: 0;}
    .about .area_box .area_inglot p:last-child {right: 0;}
    .about .area_box .area_inglot::after {left: -24px;}

    .about .area_box .area_ames {width: calc(24% - 40px);}


    /* Organizational Structure */
    .about .organiz_box {
        padding: 0;
        font-size: 15px;
    }
    .about .organiz_box .chief {
        padding: 1.25rem; 
    }
    .about .organiz_box .depth1::before {
        height: 106px;
        bottom: -106px;
    }
    .about .organiz_box .depth3 {gap: 20px;}
    .about .organiz_box .retail {width: 41%;}
    .about .organiz_box .inglot {width: calc(59% - 20px);}
    .about .organiz_box .depth3 ul {gap: 0.5rem;}
}

@media (max-width: 768px) {
    /* Our Values */
    .about .value {margin: 30px 0 60px 0;}

    /* Organizational Structure */
    .about .organiz_box {
        align-items: flex-start;
        width: 100%; max-width: 400px;
        padding: 0;
        margin: 0 auto;
        font-weight: 500; 
    }
    .about .organiz_box .chief {
        width: calc(50% - 20px);
        padding: 17px;
    }
    .about .organiz_box .depth1 {margin-bottom: 20px;}
    .about .organiz_box .depth1::before {
        height: 100px;
        background-color: var(--border);
        bottom: -100px;
    }
    .about .organiz_box .depth2 {margin: 0 0 60px 180px;}
    .about .organiz_box .depth2::before {
        width: 90px;
        left: -90px;
    }
    .about .organiz_box .depth3 {gap: 40px;}
    .about .organiz_box .depth3::before {
        width: 220px;
        left: 90px; top: -40px;
    }
    .about .organiz_box .retail {width: calc(50% - 20px);}
    .about .organiz_box .inglot {width: calc(50% - 20px);}
    .about .organiz_box .inglot::after {display: none;}
    .about .organiz_box .depth3 strong {
        width: 100%;
        margin: 0 0 20px 0;
        font-weight: 500;
    }
    .about .organiz_box .depth3 strong::before {
        height: 40px;
        top: -40px;
    }
    .about .organiz_box .depth3 ul {flex-direction: column; gap: 20px;}
    .about .organiz_box .depth3 ul::before {display: none;}
    .about .organiz_box .depth3 ul li {
        width: 100%;
        padding: 15px;
        font-size: 14px;
    }
    .about .organiz_box .depth3 ul li::before {
        height: 20px;
        top: -21px;
    }
    .about .organiz_box .depth3 ul li::after {display: none;}
    .about .organiz_box .depth3 ul::after {display: none;}
}

@media (max-width: 640px) {
    /* Our Values */
    .about .value {margin: 0;}
    .about .value_list {
        flex-wrap: wrap;
        position: relative;
    }
    .about .value_list::before {content: "";
        width: 1px; height: 100%;
        background-color: var(--text3);
        position: absolute; left: 50%; top: 0;
    }
    .about .value_list li {
        width: 50%;
        padding: 130px 0 55px;
        background-position: top 55px center;
    }
    .about .value_list li + li {border-left: 0;}
    .about .value_list li p {font-size: 17px;}
    .about .value_list li p span {font-size: 13px;}
    .about .value_list::after {content: "";
        width: 100%; height: 1px;
        background-color: var(--text3);
        position: absolute; left: 0; top: 50%;
    }


    /* Business Areas */
    .about .area_box {
        flex-direction: column; gap: 40px;
        padding: 0;
    }
    .about .area_box > div {
        flex-direction: column;
        width: 100%;
    }
    .about .area_box > div::before {display: none;}
    .about .area_box > div strong {
        width: 100%; height: auto;
        padding-top: 0;
        margin-bottom: 10px;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .about .area_box > div strong span {
        padding: 0;
        font-size: 17px; line-height: 30px; color: var(--point);
        position: relative;
    }
    .about .area_box > div p {
        width: 100%; height: auto;
        padding-top: 0;
        border-radius: 0; border: none;
        background-color: transparent;
        position: relative;
    }
    .about .area_box > div p span {
        font-size: 15px; line-height: 28px;
        position: relative;
    }
    .about .area_box > div p br {display: none;}
    .about .area_box > div::after {display: none;}
    .about .area_box .area_b2b {justify-content: center;}
    .about .area_box .area_ames {display: none;}


    /* Organizational Structure */
    .about .organiz_box {
        max-width: 380px;
        font-size: 14px; line-height: 20px;
    }
    .about .organiz_box .chief {
        width: calc(50% - 16px);
        padding: 14px;
    }
    .about .organiz_box .depth2 {margin-left: calc(50% - 16px);}
    .about .organiz_box .depth2::before {
        width: 50%;
        left: -50%;
    }
    .about .organiz_box .depth3 {gap: 32px;}
    .about .organiz_box .depth3::before {
        width: calc(50% + 16px);
        left: 50%;
        transform: translateX(-50%);
    }
    .about .organiz_box .retail {width: calc(50% - 16px);}
    .about .organiz_box .inglot {width: calc(50% - 16px);}
    .about .organiz_box .depth3 strong {margin-bottom: 16px;}
    .about .organiz_box .depth3 ul {gap: 16px;}
    .about .organiz_box .depth3 ul li {padding: 11px;}
    .about .organiz_box .depth3 ul li::before {
        height: 16px;
        top: -17px;
    }
}





/* ------------------------------------------------------------------------- */
/*  2. BRAND-INGLOT
/* ------------------------------------------------------------------------- */
/* intro */
.brand .intro {
    min-height: 51.5rem; max-height: 1000px;
    padding-top: 15.625rem;
    background: url(../assets/img/brand_bg1.png) no-repeat center / cover;
}
.brand .intro .desc {display: flex; flex-direction: column; align-items: center;}
.brand .intro .desc img {
    width: 23.75rem;
    margin-bottom: 5rem;
}
.brand .intro .desc p {
    margin-bottom: 40px;
    font-size: 1.2rem; text-align: center; color: var(--white); word-break: keep-all;
}
.brand .intro .desc p.en {
    margin-bottom: 0;
    font-weight: 400; font-size: 0.9375rem;
}


/* inglot 상세소개 */
.brand .inglot .branch {margin-bottom: 9rem;}
.brand .inglot .branch .swiper-slide {
    display: flex; align-items: flex-end;
    width: 240px; height: 35vw; max-height: 480px;
    background-repeat: no-repeat; background-position: center; background-size: cover;
    position: relative;
}
.brand .inglot .branch .swiper-slide.polandP {background-image: url(../assets/img/brand_branch1.png);}
.brand .inglot .branch .swiper-slide.polandW {background-image: url(../assets/img/brand_branch2.png);}
.brand .inglot .branch .swiper-slide.newyork {background-image: url(../assets/img/brand_branch3.png);}
.brand .inglot .branch .swiper-slide.paris {background-image: url(../assets/img/brand_branch4.png);}
.brand .inglot .branch .txt {
    width: 100%;
    padding: 1.25rem 1.5rem;
    line-height: 1.2; color: var(--text1);
    background-color: rgba(255,255,255,0.85);
}
.brand .inglot .branch .txt p {
    margin-bottom: 1rem;
    font-weight: 700; font-size: 1.2rem;
}
.brand .inglot .branch .txt p span {
    display: block;
    padding-top: 0.3rem;
    font-weight: 300; font-size: 12px;
}
.brand .inglot .branch .txt strong {
    display: block;
    font-weight: 500; font-size: 0.95rem;
}
.brand .inglot .branch .swiper-pagination {bottom: 0;}
.brand .inglot .branch .swiper-pagination-bullet {
    width: 12px; height: 12px;
    margin: 0 5px;
    border-radius: 3px;
    background-color: var(--border2);
    opacity: 1;
}
.brand .inglot .branch .swiper-pagination-bullet-active {background-color: var(--point);}

.brand .inglot .desc {margin-bottom: 6.25rem;}
.brand .inglot .desc p {
    margin-bottom: 4rem;
    font-weight: 600; font-size: 1.2rem; line-height: 1.6; text-align: center; color: var(--text1); word-break: keep-all;
}
.brand .inglot .desc p.en {
    margin-bottom: 0;
    font-weight: 400; font-size: 0.9375rem; line-height: 1.9;
}
.brand .inglot .mark {
    display: flex; align-items: center; justify-content: center;
    gap: 4rem;
    margin-bottom: 8rem;
}
.brand .inglot .mark img {
    width: 7.5rem; height: 7.5rem;
    object-fit: contain;
}
.brand .inglot .bg {
    display: flex; justify-content: center;
    gap: 20px;
}
.brand .inglot .bg img {width: 29rem;}
.brand .inglot .bg img:nth-child(1) {margin-bottom: 7.25rem;}
.brand .inglot .bg img:nth-child(2) {margin-top: 7.25rem;}


/* outro */
.brand .outro {
    display: flex; align-items: center; justify-content: center;
    min-height: 43.75rem; max-height: 1000px;
    background: url(../assets/img/brand_bg2.png) no-repeat center / cover;
    position: relative;
}
.brand .outro p {
    margin-bottom: 3.25rem;
    font-weight: 600; font-size: 1.2rem; line-height: 1.6; text-align: center; color: var(--white);
}
.brand .outro p.en {
    margin-bottom: 0;
    font-weight: 300; font-size: 0.9375rem; line-height: 1.9;
}
.brand .outro::after {content: "";
    width: 12.5rem; height: 2rem;
    background: url(../assets/img/logo_inglot_w.svg) no-repeat center / contain;
    position: absolute; left: 50%; bottom: 4rem;
    transform: translateX(-50%);
}


/* Media Query */
@media (max-width: 1280px) {
    /* inglot 상세소개 */
    .brand .inglot .branch .txt {padding: 20px;}
}

@media (max-width: 1024px) {
    /* intro */
    .brand .intro .desc p {margin-bottom: 30px;}


    /* inglot 상세소개 */
    .brand .inglot .branch {margin-bottom: 120px;}
    .brand .inglot .branch {
        width: calc(100% + 48px);
        margin-left: -24px;
    }
    .brand .inglot .branch .swiper {padding: 0 24px 52px 24px;}
    .brand .inglot .branch .swiper-slide {height: 400px;}

    .brand .inglot .bg {gap: 12px;}
    .brand .inglot .bg img {width: calc((100% - 12px)/2);}
    .brand .inglot .bg img:nth-child(1) {margin-bottom: 80px;}
    .brand .inglot .bg img:nth-child(2) {margin-top: 80px;}
}

@media (max-width: 640px) {
    br.forWeb {display: none;}

    /* intro */
    .brand .intro {
        min-height: 650px;
        padding-top: 180px;
    }
    .brand .intro .desc img {width: 250px;}
    .brand .intro .desc p {font-size: 16px;}
    .brand .intro .desc p.en {font-size: 13px;}


    /* inglot 상세소개 */
    .brand .inglot {padding-bottom: 0;}
    .brand .inglot .branch {margin-bottom: 100px;}
    .brand .inglot .branch .txt p {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .brand .inglot .branch .txt p span {padding-top: 3px;}
    .brand .inglot .branch .txt strong {font-size: 13px;}

    .brand .inglot .desc {margin-bottom: 100px;}
    .brand .inglot .desc p {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .brand .inglot .desc p.en {font-size: 13px;}
    .brand .inglot .mark {
        flex-direction: column; gap: 50px;
        margin-bottom: 80px;
    }
    .brand .inglot .bg {
        flex-direction: column; gap: 6px;
        width: calc(100% + 48px);
        margin-left: -24px;
    }
    .brand .inglot .bg img {
        width: 100%; height: 850px;
        object-fit: cover;
    }
    .brand .inglot .bg img:nth-child(1) {margin-bottom: 0;}
    .brand .inglot .bg img:nth-child(2) {margin-top: 0;}


    /* outro */
    .brand .outro {min-height: 700px;}
    .brand .outro p {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .brand .outro p.en {font-size: 13px;}
    .brand .outro::after {display: none;}
}





/* ------------------------------------------------------------------------- */
/*  3. BUSINESS
/* ------------------------------------------------------------------------- */
/* intro */
.business .intro {
    padding-top: 13.75rem;
    background: url(../assets/img/business_bg.png) no-repeat center / cover;
}
.business .intro .title {color: var(--white);}
.business .intro .desc.en {margin-bottom: 5rem;}
.business .intro .desc p {color: var(--white);}
.business .intro .num {
    display: flex; align-items: center; justify-content: center;
    gap: 4rem;
}
.business .intro .num li {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    width: 17rem; height: 17rem;
    border-radius: 50%;
    line-height: 1.2;
    background-color: var(--white);
}
.business .intro .num li strong {
    margin-bottom: 1rem;
    font-weight: 900; font-size: 3.75rem; 
}
.business .intro .num li span {font-weight: 300; font-size: 1rem;}


/* partners */
.business .partners article {
    display: flex; flex-direction: column; align-items: center;
    padding: 7.5rem 0 8rem;
    background-color: var(--white);
}
.business .partners article + article {margin-top: 7.5rem !important;}
.business .partners .title {font-size: 2.125rem;}
.business .partners .partners_list {display: flex; flex-direction: column; gap: 5rem;}
.business .partners .partners_list ul {
    display: flex; align-items: center; gap: 1.75rem;
    padding: 0 2.5rem;
}
.business .partners .partners_list ul li {
    width: calc((100% - 5.25rem)/4); max-width: 250px;
    background-color: var(--white);
}
.business .partners .partners_list ul li img {
    width: 100%;
    mix-blend-mode: luminosity;
}


/* Media Query */
@media (max-width: 1280px) {
    /* intro */
    .business .intro .num {gap: 2rem;}
}

@media (max-width: 1024px) {
    /* intro */
    .business .intro {padding-top: calc(120px + 4.375rem);}
    .business .intro .num {flex-wrap: wrap; gap: 2.5vw;}
    .business .intro .num li {
        width: calc((100% - 5vw)/3); height: 0;
        padding-top: calc((100% - 5vw)/3);
        position: relative;
    }
    .business .intro .num li strong {
        font-size: 6.5vw;
        position: absolute; left: 50%; top: 30%;
        transform: translateX(-50%);
    }
    .business .intro .num li span {
        font-size: 14px;
        position: absolute; left: 50%; bottom: 25%;
        transform: translateX(-50%);
    }
    

    /* partners */
    .business .partners article .title {font-size: 32px;}
    .business .partners .partners_list {gap: 60px;}
    .business .partners .partners_list ul {
        justify-content: center; flex-wrap: wrap;
        gap: 60px 80px;
        padding: 0 30px;
    }
    .business .partners .partners_list ul li {width: calc(50% - 40px); max-width: 260px;}
}



@media (max-width: 640px) {
    /* intro */
    .business .intro {padding-top: 160px;}
    .business .intro .desc.en {margin-bottom: 60px;}
    .business .intro .num {flex-direction: column; gap: 40px;}
    .business .intro .num li {
        width: 272px; height: 272px;
        padding-top: 0;
    }
    .business .intro .num li strong {
        margin-bottom: 20px;
        font-size: 64px;
        position: relative; left: 0; top: 0;
        transform: translateX(0); 
    }
    .business .intro .num li span {
        font-size: 16px;
        position: relative; left: 0; bottom: 0;
        transform: translateX(0); 
    }


    /* partners */
    .business .partners article {
        width: calc(100% + 48px) !important;
        padding: 80px 0;
        margin-left: -24px !important;
    }
    .business .partners article + article {margin-top: 50px !important;}
    .business .partners article .title {font-size: 28px; text-align: center;}
    .business .partners .partners_list {gap: 40px;}
    .business .partners .partners_list ul {
        justify-content: space-evenly; gap: 40px 20px;
        padding: 0 20px;
    }
    .business .partners .partners_list ul li {width: calc(50% - 10px); max-width: 220px;}

}





/* ------------------------------------------------------------------------- */
/*  4. NEWS
/* ------------------------------------------------------------------------- */
.news_list {
    display: flex; flex-wrap: wrap;
    gap: 3.75rem 1.5rem;
    margin-bottom: 5.625rem;
}
.news_list li {
    width: calc((100% - 3rem)/3); 
    transition: all 0.3s linear;
}
.news_list li a {
    display: block;
    width: 100%;
}
.news_list li a .image {
    width: 100%; height: 15.75rem;
    margin-bottom: 0.5rem;
}
.news_list li a .image img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.news_list li a .text p {
    width: 100%;
    margin-bottom: 0.25rem;
    font-weight: 700; font-size: 1rem; line-height: 1.6; color: var(--text2);
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}
.news_list li a .text span {
    display: block;
    font-size: 13px; line-height: 1.5; color: var(--text4);
}

.news_list li:hover {transform: translateY(-15px);}


/* pagination */
.pagination {
    display: flex; align-items: center; justify-content: center;
    gap: 10px;
    width: 100%;
}
.pagination a {
    width: 36px; height: 36px;
    font-weight: 600; font-size: 14px; line-height: 36px; text-align: center; color: var(--text2);
    background-repeat: no-repeat; background-position: center; background-size: 20px;
}
.pagination a.first {background-image: url(../assets/img/ico_first.svg);}
.pagination a.prev {background-image: url(../assets/img/ico_prev.svg);}
.pagination a.next {background-image: url(../assets/img/ico_next.svg);}
.pagination a.last {background-image: url(../assets/img/ico_last.svg);}

.pagination a.on {
    border-bottom: 2px solid var(--point);
    color: var(--point);
}
.pagination a:hover {color: var(--point);}


/* news 상세페이지 */
.news_detail {
    width: 100%;
    border-top: 1px solid var(--text1);
    border-bottom: 1px solid var(--text4);
}
.news_detail .tit_box {
    padding: 16px;
    border-bottom: 1px solid var(--text4);
    line-height: 1.2;
}
.news_detail .tit_box .tit {
    margin-bottom: 18px;
    font-weight: 500; font-size: 18px; color: var(--text1);
}
.news_detail .tit_box .info {display: flex; gap: 32px;}
.news_detail .tit_box .info p {font-weight: 400; font-size: 12px; color: var(--text4);}
.news_detail .tit_box .info p span {
    display: inline-block;
    margin-right: 12px;
    font-weight: 500;
}
.news_detail .cont_box {
    width: 100%;
    padding: 20px;
}
.news_detail .cont_img {
    width: 100%;
    margin-bottom: 16px;
}
.news_detail .cont_img img {max-width: 100%;}
.news_detail .cont_txt {font-weight: 400; font-size: 14px; line-height: 1.6; color: var(--text2);}
.news_detail .cont_txt strong {
    display: block;
    margin-bottom: 16px;
    font-weight: 700; font-size: 15px;
}
.news .btn_box {
    display: flex; align-items: center; justify-content: center;
    width: 100%;
    padding: 32px 0 64px 0;
}
.news .btn_box a {
    display: flex; align-items: center; justify-content: center;
    width: 120px; height: 40px;
    padding: 2px 12px 0 0; 
    font-size: 14px; line-height: 1.2; color: var(--text2); text-align: center;
    background: #EFF2FB url(../assets/img/ico_arrow_b.svg) no-repeat right 32px center / 16px;
}
.news .nav_box {
    border-top: 1px solid var(--border2);
    border-bottom: 1px solid var(--border2);
}
.news .nav_box li {
    display: flex; align-items: center; gap: 24px;
    width: 100%;
    padding: 14px 24px;
    font-weight: 500; font-size: 14px; line-height: 20px; color: var(--text3);
}
.news .nav_box li + li {border-top: 1px solid var(--border2);}
.news .nav_box li a {
    flex: 1;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}
.news .nav_box li span {font-weight: 500; font-size: 13px;}
.news .nav_box li span.date {font-weight: 400; font-size: 12px; color: var(--text4);}


/* Media Query */
@media (max-width: 1280px) {
    .news_list li a .image {height: 19.5vw;}
    .news_list li a .text p {line-height: 1.5;}
    .news_list li a .text span {font-size: 12px; }
}

@media (max-width: 1024px) {
    .news_list {
        gap: 50px 20px;
        margin-bottom: 70px;
    }
    .news_list li {width: calc((100% - 20px)/2);}
    .news_list li a .image {height: 28vw;}
    .news_list li:hover {transform: translateY(0);}


    /* news 상세페이지 */
    .news_detail .tit_box .tit {
        margin-bottom: 14px;
        font-size: 16px;
    }
    .news_detail .tit_box .info {gap: 24px;}
    .news_detail .tit_box .info p span {margin-right: 10px;}
    .news_detail .cont_img {margin-bottom: 12px;}
    .news_detail .cont_txt strong {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .news .btn_box {padding: 30px 0 60px 0;}
    .news .btn_box a {
        width: 110px; 
        font-size: 13px;
        background-position: right 28px center;
    }
    .news .nav_box li {
        padding: 12px 24px;
        font-size: 13px; 
    }
}

@media (max-width: 640px) {
    .news_list {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px;
    }
    .news_list li {width: 100%;}
    .news_list li a .image {height: 56vw;}
    .news_list li a .text p {
        display: -webkit-box;
        margin-bottom: 5px;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
        word-break: break-all;
    }

    /* pagination */
    .pagination a {
        height: 32px;
        font-weight: 500; font-size: 13px; line-height: 32px;
        background-size: 20px;
    }

    /* news 상세페이지 */
    .news_detail .tit_box .info p:not(.date) {display: none;}
    .news_detail .cont_box {padding: 20px 0;}
    .news .nav_box li {padding-right: 10px; padding-left: 10px;}
    .news .nav_box li span {font-size: 12px;}
    .news .nav_box li span.date {display: none;}
}





/* ------------------------------------------------------------------------- */
/*  5. CONTACT
/* ------------------------------------------------------------------------- */
.contact_txt {margin-bottom: 7.5rem;}
.contact_txt p {
    margin-bottom: 1rem;
    font-weight: 700; font-size: 1.25rem; line-height: 1.6; color: var(--text1);
}
.contact_txt .email {
    display: inline-block;
    font-weight: 300; font-size: 1.375rem; line-height: 1.2; color: var(--point);
    position: relative;
}
.contact_txt .email::after {content: "";
    width: 100%; height: 2px;
    background-color: var(--point);
    position: absolute; left: 0; bottom: 0;
}
.contact_map {
    width: calc(100% + 80px);
    margin-left: -40px;
    position: relative;
}
.contact_map .map_area {width: 100%;}
.contact_map .map_area #map {width: 100%; height: 400px;}
.contact_map .map_info {
    display: none;
    padding: 40px 0;
    color: var(--text2);
}
.contact_map .map_info strong {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600; font-size: 1rem; line-height: 23px;
}
.contact_map .map_info p {font-weight: 400; font-size: 0.9375rem; line-height: 1.2;}


/* Media Query */
@media (max-width: 1280px) {
    .contact_map {
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}

@media (max-width: 1024px) {
    .contact_txt .email::after {height: 1px;}
    .contact_map {
        width: calc(100% + 48px);
        margin-left: -24px;
    }
    .contact_map .map_info {
        display: block;
        padding: 30px 24px;
        background-color: transparent;
        box-shadow: none;
    }
    .contact_map .map_info strong {font-size: 15px;}
    .contact_map .map_info p {font-size: 13px;}
}

@media (max-width: 640px) {
    .contact_txt {margin-bottom: 80px;}
    .contact_txt p {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .contact_txt .email {font-size: 18px;}
    .contact_map .map_area #map {height: 400px;}
    .contact_map .map_info {padding: 20px 24px 0px 24px;}
    .contact_map .map_info strong {margin-bottom: 8px;}
}





/* ------------------------------------------------------------------------- */
/*  6. ETC - 이용약관 / 개인정보취급방침 / 이메일주소 무단수집거부
/* ------------------------------------------------------------------------- */
.terms .title.type2 {font-size: 2.375rem !important;}
.terms_title {margin-bottom: 3.5rem;}
.terms_title .swiper-wrapper {flex-direction: column;}
.terms_title .swiper-slide {width: 100% !important;}
.terms_title .swiper-slide p {font-weight: 400; font-size: 14px; line-height: 1.6; color: var(--text2);}
.terms_title .swiper-slide p span {
    display: inline-block;
    width: 50px;
    margin-right: 4px;
    position: relative;
}
.terms_title .swiper-slide p span::after {
    content: ':';
    position: absolute; right: 2px; top: -1px;
}
.terms_cont .cont_box {line-height: 1.6; color: var(--text2);}
.terms_cont .cont_box.type2 {line-height: 2;}
.terms_cont .cont_box + .cont_box {margin-top: 3.5rem;}
.terms_cont .cont_box strong {
    display: block;
    margin-bottom: 1.75rem;
    font-weight: 700; font-size: 18px;
}
.terms_cont .cont_box p {font-weight: 400; font-size: 14px; word-break: break-all;}
.terms_cont .cont_box p + p {margin-top: 1.25rem;}
.terms_cont .cont_box.type2 p + p {margin-top: 2.5rem;}
.terms_cont .cont_box p span {
    display: inline-block;
    margin-right: 6px;
    font-size: 8px; vertical-align: 2px;
}
.terms_cont .cont_box p em {font-weight: 700;}
.terms_cont .cont_box p b {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 15px;
}


/* Media Query */
@media (max-width: 640px) {
    .terms .title.type2 {text-align: left !important;}
    .terms_title {
        width: calc(100% + 24px);
        margin-bottom: 45px; 
        border-bottom: 1px solid var(--border2);
    }
    .terms_title .swiper-wrapper {flex-direction: row;}
    .terms_title .swiper-slide {
        width: auto !important;
        cursor: pointer;
    }
    .terms_title .swiper-slide:last-child {margin-right: 24px;}
    .terms_title .swiper-slide p {
        padding-bottom: 4px;
        font-size: 15px; line-height: 30px;
        position: relative;
    }
    .terms_title .swiper-slide.on p {font-weight: 500; color: var(--point);}
    .terms_title .swiper-slide.on p::after {content: "";
        width: 100%; height: 2px;
        background-color: var(--point);
        position: absolute; left: 0; bottom: 0;
    }
    .terms_title .swiper-slide p span {display: none;}
    .terms_cont .cont_box {display: none;}
    .terms_cont .cont_box.on {display: block;}
    .terms_cont .cont_box + .cont_box {margin-top: 40px;}
    .terms_cont .cont_box strong {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .terms_cont .cont_box p + p {margin-top: 20px;}
    .terms_cont .cont_box.type2 p + p {margin-top: 30px;}
    .terms_cont .cont_box p b {margin-bottom: 4px;}
}