@charset "UTF-8";

.history .display-title2 span {color: var(--color-main);font-size: 2.4rem;font-weight: 600; }
.history .display-title2 span:before { position: absolute; top: 33px;left: 100%;
    width: 10px;
    height: 10px;
    display: block;
    content: '';
    margin: -5px 0 0 -5px;
    border-radius: 100%;
    background-color: var(--color-main);
}



.history-title-sub {
    color: #424242;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 160%;
}



.history-title > strong { font-size: 4rem; font-weight: 700; line-height: 160%;}



.history-info {
    position: relative;
    margin-top: 5.6rem;
}



.history-list {
    display: flex;
    flex-direction: column;
}



.history-list > li {
    display: flex;
}



.history-list > li:last-child .history-detail-list {
    padding-bottom: 11.9rem;
}



.history-list > li:has(.history-detail-list > li.active) .history-progess {
    transition: height 0.2s ease;
}



.history-year {
    flex-shrink: 0;
    width: 25.9rem;
}



.history-month {
    flex-shrink: 0;
    display: inline-block;
    width: 6rem;
    color: #007c2b;
    font-size: 2rem;
    font-weight: 700;
    line-height: 160%;
}



.history-progress {
    position: absolute;
    left: 25.9rem;
    top: 1.4rem;
    width: 1px;
    height: 0;
    max-height: 100%;
    background: #12c5a3;
    z-index: 1;
}



.history-detail {
    position: relative;
    padding-left: 5.2rem;
    padding-bottom: 4.8rem;
}



.history-detail:before {
    content: "";
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eeeeee;
}



.history-detail-list > li {
    position: relative;
    display: flex;
    gap: 4.8rem;
}



.history-detail-list > li:before, .history-detail-list > li:after {
    content: "";
    position: absolute;
    right: calc(100% + 5.2rem);
    transform: translateX(calc(50% + 1px));
    border-radius: 50%;
}



.history-detail-list > li:before {
    top: 1.2rem;
    width: 0.8rem;
    height: 0.8rem;
    background: #e0e0e0;
}



.history-detail-list > li:after {
    display: none;
    top: 0.6rem;
    width: 2rem;
    height: 2rem;
    background: rgba(136, 188, 59, 0.4);
}



.history-detail-list > li.active:before {
    background: #88bc3b;
}



.history-detail-list > li.active:after {
    display: block;
}



.history-detail-list > li + li {
    margin-top: 1.6rem;
}



.history-detail-list > li p {
    color: #424242;
    font-size: 2rem;
    line-height: 160%;
}



@media (max-width: 1280px) {
    .history-title {
        padding: 4.8rem 3.2rem;
    }
}



@media (max-width: 768px) {
    .history-title-sub {
        font-size: 14px;
    }

    .history-progress {
        left: 13.5rem;
    }

    .history-year {
        width: 13.5rem;
    }

    .history-detail-list > li {
        gap: 0.8rem 3.2rem;
    }
}



@media (max-width: 587px) {
    .history-progress {
        left: 12rem;
    }

    .history-year {
        width: 12rem;
    }

    .history-detail {
        padding-left: 3.2rem;
    }

    .history-detail-list > li {
        flex-direction: column;
    }

    .history-detail-list > li:before, .history-detail-list > li:after {
        right: calc(100% + 3.2rem);
    }

    .history-month {
        width: 100%;
    }
}



@media (max-width: 460px) {
    .history-progress {
        left: 0;
        top: calc(33.9px + 1.6rem + 1rem);
        max-height: calc(100% - 33.9px - 1.6rem - 1rem);
    }

    .history-list {
        position: relative;
        padding-left: 3.2rem;
    }

    .history-list:before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(33.9px + 1.6rem + 1rem);
        width: 1px;
        height: calc(100% - 33.9px - 1.6rem - 1rem);
        border-left: 1px solid #e0e0e0;
    }

    .history-list > li {
        flex-direction: column;
        gap: 1.6rem;
    }

    .history-detail {
        padding-left: 0;
    }

    .history-detail:before {
        display: none;
    }
}



.organization-info {
    position: relative;
    width: 98rem;
    margin: 0 auto;
}



@media (max-width: 1024px) {
    .organization-info {
        width: 100%;
    }
}



.organization-info > div {
    position: relative;
    z-index: 1;
}



.organization-captain, .organization-subcaptain {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 6rem;
}



@media (max-width: 768px) {
    .organization-captain, .organization-subcaptain {
        padding-bottom: 40px;
    }
}



.organization-captain:after {
    content: "";
    width: 1px;
    height: 21rem;
    position: absolute;
    left: 50%;
    top: calc(100% - 6rem);
    border-left: 1px solid #bdbdbd;
}



@media (max-width: 768px) {
    .organization-captain:after {
        top: calc(100% - 40px);
        height: 153px;
    }
}



.organization-captain button {
    cursor: default;
}



.organization-item {
    position: relative;
}



.organization-item-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    min-width: 20rem;
    height: 9rem;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0.5rem 2rem;
    background: #fff;
    line-height: 130%;
    letter-spacing: -0.024rem;
}



.organization-item-name .h5 {
    color: #fff;
}



.organization-item-name .p {
    font-weight: 600;
    line-height: 170%;
}



.organization-item-name span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}



@media (max-width: 768px) {
    .organization-item-name {
        height: 60px;
        padding: 0.5rem 9.2px;
        font-size: 18px;
    }

    .organization-item-name span {
        font-size: 12px;
    }
}



@media (max-width: 530px) {
    .organization-item-name {
        min-width: 111.333px;
    }
}



.organization-item.type1 > button {
    background: #081e37;
    color: #fff;
}



.organization-item.type2 {
    color: #fff;
}



.organization-item.type2 > button {
    background: #00ae8e;
}



.organization-item.type3 > button {
    height: 7rem;
    color: #424242;
    font-size: 2rem;
    letter-spacing: -0.02rem;
    background: #f0f0f0;
}



@media (max-width: 768px) {
    .organization-item.type3 > button {
        font-size: 17px;
    }
}



.organization .organization02 {
    position: relative;
    display: flex;
    gap: 6rem;
    padding-top: 2rem;
}



.organization .organization02:before {
    content: "";
    position: absolute;
    left: calc((25% - 4.5rem) / 2);
    bottom: calc(100% + 3rem);
    width: calc(50% - (25% - 4.5rem) / 2);
    height: 1px;
    border-top: 1px solid #bdbdbd;
}



.organization .organization02 .organization-item {
    position: relative;
    width: calc(25% - 4.5rem);
}



.organization .organization02 .organization-item:before, .organization .organization02 .organization-item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 1px;
    border-left: 1px solid #bdbdbd;
}



.organization .organization02 .organization-item:first-child:before {
    height: 5rem;
}



.organization .organization02 .organization-item:not(:first-child, :last-child):before {
    height: 2rem;
}



.organization .organization02 .organization-item:nth-child(2):after {
    width: calc(100% + 6rem);
    bottom: calc(100% + 2rem - 0.1rem);
    height: 1px;
    border-left: none;
    border-top: 1px solid #bdbdbd;
}



@media (max-width: 1024px) {
    .organization .organization02 {
        gap: 3.2rem;
    }

    .organization .organization02:before {
        left: calc((25% - 2.4rem) / 2);
        width: calc(50% - (25% - 2.4rem) / 2);
    }

    .organization .organization02 .organization-item {
        width: calc(25% - 2.4rem);
    }

    .organization .organization02 .organization-item:nth-child(2):after {
        width: calc(100% + 3.2rem);
    }
}



@media (max-width: 768px) {
    .organization .organization02 {
        gap: 8px;
        padding-top: 13px;
    }

    .organization .organization02:before {
        bottom: calc(100% + 13px);
        left: calc((33.3333333333% - 5.3333333333px) / 2);
        width: calc(100% - (33.3333333333% - 5.3333333333px) * 2 - 8px);
    }

    .organization .organization02 .organization-item {
        width: calc(33.3333333333% - 5.3333333333px);
    }

    .organization .organization02 .organization-item:empty {
        display: none;
    }

    .organization .organization02 .organization-item:first-child:before {
        height: 26.6666px;
    }

    .organization .organization02 .organization-item:nth-child(2):before {
        display: none;
    }

    .organization .organization02 .organization-item:nth-child(2):after {
        width: calc(100% + 8px);
    }

    .organization .organization02 .organization-item:not(:first-child, :last-child):before {
        height: 16px;
    }
}



.organization .organization03 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    padding-top: 6rem;
}



.organization .organization03 .organization-item {
    width: calc(25% - 4.5rem);
}



.organization .organization03 .organization-item.type3 {
    position: relative;
}



.organization .organization03 .organization-item.type3:before, .organization .organization03 .organization-item.type3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 1px;
    border-left: 1px solid #bdbdbd;
}



.organization .organization03 .organization-item.type3:nth-of-type(3):before {
    height: 6rem;
}



.organization .organization03 .organization-item.type3:nth-of-type(3):after {
    width: calc(100% + 6rem);
    height: 1px;
    bottom: calc(100% + 2.8rem);
    border-left: none;
    border-top: 1px solid #bdbdbd;
}



.organization .organization03 .organization-item.type3:last-of-type:before {
    height: 2.9rem;
}



@media (max-width: 1024px) {
    .organization .organization03 {
        gap: 3.2rem;
    }

    .organization .organization03 .organization-item {
        width: calc(25% - 2.4rem);
    }

    .organization .organization03 .organization-item.type3:nth-of-type(3):after {
        width: calc(100% + 3.2rem);
    }
}



@media (max-width: 768px) {
    .organization .organization03 {
        flex-direction: column;
        align-items: end;
        gap: 8px;
        padding-top: 8px;
    }

    .organization .organization03 .organization-item {
        width: calc(33.3333333333% - 5.3333333333px);
    }

    .organization .organization03 .organization-item:empty {
        display: none;
    }

    .organization .organization03 .organization-item.type3:before {
        display: none;
    }

    .organization .organization03 .organization-item.type3:nth-of-type(3):after {
        display: none;
    }
}



.organization-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}



.organization-list > li {
    display: flex;
    padding: 2rem 2.4rem;
    border-radius: 1.2rem;
    background: #f7f7fa;
}



.organization-list > li .position {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 14rem;
    text-align: left;
}



.organization-list > li .position .p {
    color: #161616;
}



.organization-list > li .detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.8rem;
}



.organization-list > li .contact {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}



.organization-list > li .name,.organization-list > li .task {
    color: #616161;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}



@media (max-width: 1024px) {
    .organization-list > li .name, .organization-list > li .task {
        font-size: 15px;
    }
}



@media (max-width: 768px) {
    .organization-list > li .name, .organization-list > li .task {
        font-size: 14px;
    }

    .organization-desc {
        display: none;
    }
}



@media (max-width: 420px) {
    .organization-list > li {
        flex-direction: column;
    }

    .organization-list > li .position {
        width: 100%;
        gap: 0;
    }
}



@media (max-width: 390px) {
    .organization {
        width: auto;
        overflow-x: auto;
    }

    .organization-info {
        min-width: 350px;
    }
}



.history-bg { position: relative;height: 48rem;padding: 23rem 0 9.6rem;}
.history-bg:before {content: ""; position: absolute;left: calc(50% - 0.5px);top: 0; transform: translateX(-50%);width: calc(100vw - 0.8rem);height: 100%;
    background: url(/History/History_files/History_bg.jpg) no-repeat center/cover;
}
@media (max-width:1410px) {.history-bg:before {background: url(/History/History_files/t_m_History_bg.jpg) no-repeat center right/cover;}}

@media (max-width:768px) {.history-bg:before {background-position: center right -20px;width: 100vw;}}

.history-bg > strong {position: relative;color: #fff; font-family: "Red Hat Display";font-size: 6.4rem;font-weight: 700;line-height: 120%;letter-spacing: -0.064rem;}
.history-container {display: flex;flex-direction: column;gap: 12rem; margin-top: 12rem;}



.ci .mxds-button .p {color: #424242;}
.ci .mxds-button i {font-size: 2rem;}
.history .ci-item { position: relative; display: flex; align-items: start; gap: 8rem;}



.history .ci-item.sticky .history-title {position: sticky;top: 10rem;display: flex}

.history .history-top {display: flex; flex-direction: column;gap: 4.8rem;}
.history .history-top p {color: #424242; font-size: 2.4rem; font-weight: 600; line-height: 160%;  white-space: normal;word-break: normal;overflow-wrap: anywhere;min-width: 0;}

.history .main-title {flex-shrink: 0;display: flex;flex-direction: column; gap: 2.4rem; width: 100%;}



.history .history-title {/*flex-shrink: 0;*/  flex-direction: column; gap: 2.4rem;
    /*width: 36rem;*/ padding: 0 6.4rem 4rem 6.4rem;    
    flex:0 0 50%;
    box-sizing:border-box;

}

.history .history-title .display-title2 {font-family: "Red Hat Display";line-height: 130%;white-space: normal;word-break: normal;overflow-wrap: anywhere;min-width: 0;}



.history .history-title > .p {font-weight: 500;line-height: 160%; word-break: break-all;
    text-align: right
}



.history .ci-info {/*flex: 1;*/ display: flex;flex-direction: column; gap: 7.2rem;padding: 0 6.4rem 18rem 0;
    width: 45%}


.history .ci-info-box {width: 100%}
.history .ci-info-box[data-num="2"],.history  .ci-info-box[data-num="3"] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}



.history .ci-info-box .h4.redhat {
    font-family: "Red Hat Display";
    font-weight: 700;
}



.history .ci-info:has(.ci-shape) {
    gap: 2.4rem;
}



.history .history_rinfo {border-radius: 3.6rem;background: #f4f4f8;}


.history .history_story::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: calc(100% - 846px);
        background: linear-gradient(180deg, rgba(217, 179, 91, 0)0%,rgba(217, 179, 91, 0.8)3%,rgba(217, 179, 91, 0.8)95%, rgba(217, 179, 91, 0)100%);
    transform: translateX(-50%);
    box-shadow: 0 0 16px rgba(217, 179, 91, 0.4);
    z-index: 0;
}


/*.history .history_rinfo.max {display: flex;justify-content: center;align-items: center;height: 48rem;padding: 30px;color: #424242;font-size: 2rem;font-weight: 400;line-height: 170%;}*/
.history .history_rinfo.max {display: flex;align-items: center;padding: 30px;color: #424242;font-size: 2rem;font-weight: 400;line-height: 170%;
/*flex-direction: column;*/overflow: hidden;flex-wrap: wrap;white-space: normal;word-break: normal;overflow-wrap: anywhere;min-width: 0;}
.history .history_rinfo.max strong {color: var(--color-main)}
.history .history_rinfo.max .s_img {position: relative;display: flex;align-items: center;justify-content: center;border-radius: 2.5rem;overflow: hidden; margin: 3.2rem 0 0 0;}
.s_img {width:100%;overflow:hidden;}
.mainSwiper { width:100%;}
.mainSwiper .swiper-slide img { display:block; width:100%; height:auto;}
.swiper-button-next, .swiper-button-prev{ color: #6f6f6f!important;opacity: 0.7!important}
.swiper-button-next:hover, .swiper-button-prev:hover {color: #a77722!important;opacity: 1!important}

.swiper-button-next:after, .swiper-button-prev:after {font-size:30px!important}
.swiper-pagination-bullet-active{background: #a77722!important}


.history .history_rinfo.max img {display: block; margin: auto;}
.history .history_rinfo.max .mobile {display: none;}
.history .history_rinfo:has(.history_rinfo-box) {display: flex;flex-wrap: wrap;}
.history .history_rinfo-box {position: relative;width: 50%;min-height: 32rem; display: flex;align-items: center; justify-content: center;padding: 3.2rem 4rem;}



.history_rinfo-box:nth-child(2n) {
    border-left: 1px solid #dedee7;
}



.history_rinfo-box:nth-child(3), .history_rinfo-box:nth-child(4) {
    border-top: 1px solid #dedee7;
}



.history_rinfo-box .caption {
    position: absolute;
    left: 4rem;
    top: 3.2rem;
}



.ci-value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    width: calc(50% - 1rem);
    min-height: 42rem;
    padding: 2rem;
    border-radius: 3.6rem;
}



.ci-value.gradient {
    background: linear-gradient(180deg, #00ae8e 0%, #00689d 100%);
}



.ci-value.gradient .h5,.ci-value.gradient .h3 {
    font-family: "Red Hat Display";
    text-align: center;
}



.ci-value.gradient .h5 {
    color: #c6f9ef;
    text-align: center;
}



.ci-value.gradient .h3 {
    color: #fff;
}



.ci-value.gray {
    background: #f4f4f8;
}



.ci-value.gray > .h5 {
    color: #9e9e9e;
    font-family: "Red Hat Display";
}



.ci-keyword-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem 0.8rem;
}



.ci-keyword-list > li {
    background: #fff;
    border-radius: 4rem;
    padding: 1.2rem 2rem;
}



.ci-shape {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33.3333333333% - 1.3333333333rem);
    min-height: 32rem;
    border-radius: 3.6rem;
    padding: 3.2rem 4rem;
}



.ci-shape .h5 {
    font-weight: 700;
}



.ci-shape .h5,.ci-shape .caption {
    color: #fff;
    font-family: "Red Hat Display";
}



.ci-shape.red {
    background: #ed1c24;
}



.ci-shape.green {
    background: #00ae8e;
}



.ci-shape.black {
    background: #231f20;
}



.ci-shape-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}



@media (max-width: 1440px) {
    .ci-item {
        gap: 4rem;
    }
}



@media (max-width: 1280px) {
    .history_rinfo-box {
        padding: 12px 20px;
    }

    .history_rinfo-box .caption {
        top: 20px;
        left: 20px;
    }

    .ci-shape {
        padding: 20px;
    }
}
@media (max-width: 1200px) {
    .history .history-title {padding: 0 4rem 4rem 4rem;}
    .history .ci-item {gap: 4rem;}
    .history .ci-info {gap: 4rem; padding: 0 0 12rem 0;width:calc(50% - 4rem);}
}


@media (max-width: 1024px) {
    .history .display-title2 span {display: block;}
    
    .ci .mt-24 {
        margin-top: 16px !important;
    }

    .ci-bg:before {
        width: calc(100vw + 0.8rem);
    }

    /*.ci-item {flex-direction: column;}*/

    .ci-item.sticky { gap: 24px;}
    .history .history_story::before {left: 35.4%;}

    .history-title > strong {font-size: 3.8rem;}

    .history .ci-item.sticky .history-title {padding: 1.8rem 3rem 0 0;gap: 16px;width: 100%;flex: 1;}
    .history .history-title .display-title2 br {display: none;}
    .history .ci-info {gap: 4rem; padding: 0 0 12rem 0;width:calc(50% - 4rem);flex: 2;}

    .ci-info {
        gap: 48px;
        width: 100%;
    }
}



@media (max-width: 768px) {
    .history-bg {display: flex;align-items: end;height: 400px;padding-top: 0;padding-bottom: 60px;}
    .history-bg > strong {font-size: 40px;margin-top: auto;}
    .history-container {gap: 64px; margin-top: 64px;}

    /*.ci-item.sticky .history_rinfo.max { height: 200px;}*/
    /*.history .history_story::before {left: 35.2%;}*/
    .history .history_story::before {left: 50%;        opacity: 0.5;}
    .history .history_rinfo.max {padding: 20px;}
    
    .ci-item.sticky {flex-direction: column;align-items: center;}
    .history .history-title > .p { text-align: center;}
    .text_r {text-align:center!important}
    .history .display-title2 span:before {top: 18px; left: 50%; width: 10px; height: 10px;display: block; content: ''; margin: -5px 0 0 0;border-radius: 100%;background-color: var(--color-main);transform: translate(-50%, -50%);}
    .history .ci-info { gap: 4rem; padding: 0 0 12rem 0;width: calc(100% - 0rem);flex: 2;}
    
    .history .ci-item.sticky .history-title {  padding: 1.8rem 0 0 0;gap: 10px; width: 100%;   flex: 1; }
    
    .ci-item.sticky .history_rinfo.max img {display: block;width: 100%;}

    .ci-info-box[data-num="2"] {
        gap: 20px;
    }

    .ci-info-box[data-num="3"] {
        gap: 8px;
    }

    /*.history_rinfo.max {height: 400px;}*/

    .history_rinfo.max .pc {
        display: none;
    }

    .history_rinfo.max .mobile {
        display: block;
    }

    .ci-value {
        gap: 16px;
        width: 100%;
        min-height: 240px;
    }

    .ci-shape {
        width: calc(50% - 4px);
        min-height: 200px;
    }

    .ci-keyword-list {
        gap: 8px 4px;
    }

    .ci-keyword-list > li {
        padding: 12px 16px;
    }
}



@media (max-width: 580px) {
    .history_rinfo-box {
        width: 100%;
        min-height: 160px;
        border-top: none !important;
        border-left: none !important;
    }

    .history_rinfo-box:not(:last-child) {
        border-bottom: 1px solid #dedee7;
    }

    .history_rinfo-box .caption {
        top: 12px;
    }
}



.location {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}



.location-map {
    position: relative;
    height: 72rem;
}



.location-map-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 12rem);
    overflow: hidden;
    border-radius: 2.4rem;
    overflow: hidden;
}



.location-map-box > div:nth-of-type(2) {
    display: none !important;
}



.location-map-box .root_daum_roughmap_landing {
    height: 100% !important;
}



.location-map-box .wrap_controllers,.location-map-box .map_border,.location-map-box .root_daum_roughmap .cont .section,.location-map-box .root_daum_roughmap .wrap_btn_zoom {
    display: none !important;
}



.location-map-box .wrap_map {
    height: 72rem !important;
}



.location-info {
    width: calc(50% - 1rem);
    padding: 4rem;
    background: #f7f7fa;
    border-radius: 2.4rem;
}



.location-info .logo {
    margin-bottom: 3.2rem;
}



.location-info .logo img {
    display: block;
    width: 18.7rem;
}



.location-info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}



.location-info-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}



.location-info-list > li {
    display: flex;
}



.location-info-list > li .title {
    flex-shrink: 0;
    width: 9rem;
}



.location-info-list > li .title > strong {
    color: #161616;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 150%;
}



.location-info-list > li .detail .p {
    line-height: 150%;
}



@media (max-width: 1560px) {
    .location-map-box {
        position: static;
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
}



@media (max-width: 1024px) {
    .location-map {
        height: auto;
    }

    .location-map-box .wrap_map {
        height: 60rem !important;
    }

    .location-info .logo {
        margin-bottom: 2.4rem;
    }

    .location-info-list > li .title strong {
        font-size: 16px;
    }
}



@media (max-width: 768px) {
    .location-map-box .wrap_map {
        height: 50rem !important;
    }

    .location-info {
        padding: 3.2rem 2.4rem;
    }

    .location-info-list > li {
        flex-direction: column;
        gap: 0.8rem;
    }

    .location-info-list > li .title strong {
        font-size: 15px;
    }
}



@media (max-width: 640px) {
    .location-info {
        width: 100%;
    }
}



.status {
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
    margin-top: 60px;
}



.status-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}



.status-title .p,.status-title .h3 {
    text-align: center;
}



.status-title .p {
    color: #7a7a7a;
}



.status-image img {
    display: block;
    margin: auto;
}



.status-bg {
    background: #f4f4f8;
    padding: 6rem 20px;
}



.status-bg img {
    display: block;
    margin: auto;
}



.status-bg img.mobile {
    display: none;
}



@media (max-width: 768px) {
    .status-title {
        gap: 12px;
    }

    .status-image {
        margin-top: -16px;
    }

    .status-bg img.pc {
        display: none;
    }

    .status-bg img.mobile {
        display: block;
    }
}



@media (max-width: 460px) {
    .status-title .h3 br {
        display: none;
    }
}



[id^=privacy__item] + [id^=privacy__item] {
    margin-top: 5.6rem;
}



.privacy {
    /* 반응형 */
}



.privacy__wrap .bul2 > li + li {
    margin-top: 1.6rem;
}



.privacy__wrap > div {
    position: relative;
}



.privacy__wrap > div .privacy__title .h4 {
    display: inline-block;
    margin-right: 1.2rem;
}



.privacy__wrap > div .privacy__title img {
    width: 6rem;
}



.privacy__wrap > div .privacy__top,.privacy__wrap > div .privacy__box {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
}



.privacy__wrap > div .privacy__box {
    position: relative;
    overflow: hidden;
    border-top: 2px solid #424242;
}



.privacy__wrap > div .privacy__box::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    content: "";
}



.privacy__wrap > div .privacy__box-title strong {
    display: block;
    padding: 2rem;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}



.privacy__wrap > div .privacy__box-title div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 2rem;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}



.privacy__wrap > div .privacy__box-title div .p {
    font-weight: 500;
    color: #111;
}



.privacy__wrap > div .privacy__box-title div .desc {
    color: #9e9e9e;
    font-weight: 400;
    margin-top: 0.8rem;
}



.privacy__wrap > div .privacy__box-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 8rem;
    height: 100%;
    padding: 1.6rem 2rem;
    line-height: 1.4;
    text-align: center;
}



.privacy__wrap > div .privacy__box-dot-list > li {
    font-size: 1.8rem;
}



.privacy__wrap > div .privacy__box-dot-list > li::before {
    top: 1rem;
}



.privacy__wrap > div .privacy__box-dot-list > li .num-list {
    margin: 1rem 0;
}



.privacy__wrap > div .privacy__box-dot-list > li .num-list > li {
    font-size: 1.7rem;
    line-height: 2.6rem;
}



.privacy__wrap > div .privacy__box > div > p {
    font-size: 1.8rem;
}



.privacy__box-align {
    overflow: hidden;
}



.privacy__box-align ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 1px);
}



.privacy__box-align ul li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}



.privacy__box-align--align6 ul li {
    width: 16.6666666667%;
}



.privacy__labeling li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}



.privacy__labeling li img {
    display: block;
    width: 8rem;
}



.privacy__labeling li img + span {
    margin-top: 1.2rem;
}



.privacy__labeling li p {
    margin-top: 0.8rem;
    color: #222;
}



.privacy__list > li > a {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 2rem;
}



.privacy__list > li > a img {
    display: block;
    width: 6.4rem;
}



.privacy__list > li > a p {
    color: #222;
    text-align: left;
}



@media (max-width: 768px) {
    .privacy__box-align ul li {
        width: 100%;
    }

    .privacy__box-align ul li:empty {
        display: none;
    }

    .privacy__box-align--align6 ul li {
        width: 33.3333333333%;
    }
}



@media (max-width: 460px) {
    .privacy__box-align--align6 ul li {
        width: 50%;
    }
}