/********** 회사소개 **********/
/* about us */
.sub_about_wrap {
    display: flex;
    flex-direction: column;
    gap: 44px;
}
.sub_about_wrap .about_intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}
.sub_about_wrap .title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
}
.sub_about_wrap .title span {
    font-weight: 700;
    color: #1a9058;
}
.sub_about_wrap .desc {
    font-size: 18px;
    line-height: 26px;
    color: #333;
}
.sub_about_wrap .about_card_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 34px;
}
.sub_about_wrap .about_card_wrap .about_card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
    padding: 24px 24px 40px;
    width: calc(33.3333% - 22px);
}
.sub_about_wrap .about_card_wrap .about_card:first-child,
.sub_about_wrap .about_card_wrap .about_card:last-child {
    transform: translateY(40px);
}
.sub_about_wrap .about_card_wrap .about_card .img_wrap {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
}
.sub_about_wrap .about_card_wrap .about_card .img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}
.sub_about_wrap .about_card_wrap .about_card .text_wrap {
    padding-left: 16px;
}
.sub_about_wrap .about_card_wrap .about_card .title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sub_about_wrap .about_card_wrap .about_card .desc {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
}
.sub_about_wrap .about_card_wrap .about_card .card_icon {
    display: flex;
    justify-content: flex-end;
    padding-right: 16px;
}
.sub_about_wrap .about_card_wrap .about_card .card_icon img {
    display: block;
}
.about_reason_section {
    background: #f6f6f6;
}
.about_reason_section .sub_content_wrap .inner {
    width: 100%;
    max-width: none;
    padding: 0;
}
.about_reason_section .sub_about_wrap {
    width: 100%;
}
.sub_about_wrap .about_reason {
    min-width: 1200px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 96px 20px 150px;
    text-align: center;
}
.sub_about_wrap .reason_head {
    margin-bottom: 40px;
}
.sub_about_wrap .reason_title {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
}
.sub_about_wrap .reason_title span {
    color: #1a9058;
    font-weight: 700;
}
.sub_about_wrap .reason_desc {
    color: #333;
    font-size: 18px;
    line-height: 26px;
}
.sub_about_wrap .reason_capsule_wrap {
    position: relative;
    max-width: 872px;
    height: 100px;
    margin: 0 auto 66px;
    border: 1px dashed #999;
    border-radius: 100px;
}
.sub_about_wrap .reason_capsule_wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -56px;
    width: 1px;
    height: 56px;
    border-left: 1px dashed #999;
    transform: translateX(-50%);
}
.sub_about_wrap .reason_capsule_wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -66px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1a9058;
    transform: translateX(-50%);
}
.sub_about_wrap .reason_capsule_box {
    position: absolute;
    inset: 15px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_about_wrap .reason_capsule {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    height: 68px;
    border-radius: 100px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.sub_about_wrap .reason_capsule_green {
    z-index: 1;
    background: #24a266;
}
.sub_about_wrap .reason_capsule_teal {
    z-index: 2;
    margin-left: -40px;
    background: #2096a1;
    mix-blend-mode: darken;
}
.sub_about_wrap .reason_message {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 20px rgba(32, 150, 102, 0.2);
}
.sub_about_wrap .reason_message p {
    color: #333;
    font-size: 26px;
    line-height: 36px;
}
.sub_about_wrap .reason_message strong {
    display: block;
    font-weight: 700;
    color: #000;
}
.sub_about_wrap .reason_symbol {
    position: relative;
    z-index: 2;
    width: 300px;
    height: 300px;
    margin: -50px auto 0;
    transform: rotate(10deg);
    filter: drop-shadow(8px 10px 20px rgba(0, 0, 0, 0.15));
}
.sub_about_wrap .reason_symbol img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about_value_wrap {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: url("../images/about_05.jpg") no-repeat center / cover;
}
.about_value_wrap .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 150px 20px;
}
.about_value_wrap .value_text h3 {
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 32px;
}
.about_value_wrap .value_text span {
    font-weight: 700;
}
.about_value_wrap .value_text p {
    color: #ddd;
    font-size: 18px;
}
.about_value_wrap .value_stats {
    display: flex;
    align-items: flex-start;
    margin-top: 110px;
    gap: 101px;
}
.about_value_wrap .value_stats li {
    position: relative;
    padding: 11px 0 11px 24px;
}
.about_value_wrap .value_stats li:first-child {
    padding-left: 0;
}
.about_value_wrap .value_stats li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 124px;
    background: rgba(255, 255, 255, 0.28);
}
.about_value_wrap .value_stats p {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 24px;
}
.about_value_wrap .value_stats p span {
    color: #1a9058;
    font-size: 72px;
    font-weight: 700;
    line-height: 56px;
}
.about_value_wrap .value_stats strong {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}

@media (max-width: 1199px) {
    .sub_about_wrap {
        gap: 48px;
    }
    .sub_about_wrap .about_intro {
        gap: 16px;
    }
    .sub_about_wrap .title {
        font-size: 40px;
        line-height: 52px;
    }
    .sub_about_wrap .about_card_wrap {
        gap: 12px;
    }
    .sub_about_wrap .about_card_wrap .about_card {
        width: calc((100% - 24px) / 3);
        padding: 24px;
    }
    .sub_about_wrap .about_card_wrap .about_card .text_wrap {
        padding-left: 8px;
    }
    .sub_about_wrap .about_card_wrap .about_card .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .sub_about_wrap .about_card_wrap .about_card .card_icon {
        padding-right: 8px;
    }
    .sub_about_wrap .about_reason {
        min-width: 100%;
        padding: 80px 20px;
    }
    .sub_about_wrap .reason_title {
        font-size: 40px;
    }
    .sub_about_wrap .reason_message {
        height: 160px;
    }
    .sub_about_wrap .reason_message p {
        font-size: 18px;
        line-height: 26px;
    }
    .sub_about_wrap .reason_symbol {
        width: 240px;
        height: 240px;
    }
    .about_value_wrap .inner {
        padding: 120px 40px;
    }
    .about_value_wrap .value_text h3 {
        font-size: 40px;
        line-height: 54px;
    }
    .about_value_wrap .value_stats {
        margin-top: 80px;
    }
    .about_value_wrap .value_stats li {
        padding: 5px 0 5px 24px;
    }
    .about_value_wrap .value_stats p span {
        font-size: 64px;
        line-height: 60px;
    }
    .about_value_wrap .value_stats strong {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .sub_about_wrap {
        gap: 32px;
    }
    .sub_about_wrap .about_intro {
        gap: 12px;
    }
    .sub_about_wrap .title {
        font-size: 24px;
        line-height: 32px;
    }
    .sub_about_wrap .desc {
        font-size: 15px;
        line-height: 22px;
    }
    .sub_about_wrap .desc .pc_br {
        display: none;
    }
    .sub_about_wrap .about_card_wrap {
        flex-direction: column;
        align-items: stretch;
    }
    .sub_about_wrap .about_card_wrap .about_card {
        width: 100%;
    }
    .sub_about_wrap .about_card_wrap .about_card:first-child,
    .sub_about_wrap .about_card_wrap .about_card:last-child {
        transform: none;
    }
    .sub_about_wrap .about_card_wrap .about_card .text_wrap {
        padding-left: 0;
    }
    .sub_about_wrap .about_card_wrap .about_card .card_icon {
        padding-right: 0;
    }
    .sub_about_wrap .about_card .card_title {
        font-size: 20px;
    }
    .sub_about_wrap .about_card .card_desc {
        font-size: 15px;
        line-height: 20px;
    }
    .sub_about_wrap .about_card .card_icon img {
        width: 48px;
        height: 48px;
    }
    .about_reason_section {
        overflow: hidden;
    }
    .about_reason_section .sub_content_wrap,
    .about_reason_section .sub_content_wrap .inner,
    .about_reason_section .sub_about_wrap,
    .sub_about_wrap .about_reason {
        width: 100%;
        max-width: 100%;
    }
    .sub_about_wrap .about_reason {
        padding: 56px 20px 30px;
    }
    .sub_about_wrap .reason_title {
        font-size: 24px;
        line-height: 32px;
    }
    .sub_about_wrap .reason_desc {
        font-size: 15px;
        line-height: 20px;
    }
    .sub_about_wrap .reason_desc br {
        display: none;
    }
    .sub_about_wrap .reason_head,
    .sub_about_wrap .reason_capsule_wrap,
    .sub_about_wrap .reason_message {
        width: 100%;
        max-width: 100%;
        border-radius: 10px;
    }
    .sub_about_wrap .reason_capsule_wrap {
        height: auto;
        padding: 10px;
        border-radius: 32px;
    }
    .sub_about_wrap .reason_capsule_box {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    .sub_about_wrap .reason_capsule {
        width: 100%;
        max-width: 100%;
        height: 52px;
        font-size: 16px;
    }
    .sub_about_wrap .reason_capsule_teal {
        margin-left: 0;
    }
    .sub_about_wrap .reason_message p {
        font-size: 16px;
        line-height: 26px;
    }

    .about_value_wrap .value_stats {
        flex-direction: column;
        gap: 32px;
        margin-top: 56px;
    }
    .about_value_wrap .value_stats li {
        padding: 0;
    }
    .about_value_wrap .value_stats li + li::before {
        display: none;
    }
    .about_value_wrap .value_stats p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .about_value_wrap .value_stats p span {
        font-size: 40px;
        line-height: 40px;
    }
    .about_value_wrap .value_stats strong {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 424px) {
    .about_value_wrap .inner {
        padding: 72px 20px;
    }
    .about_value_wrap .value_text h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .about_value_wrap .value_text p {
        font-size: 15px;
        line-height: 20px;
    }
    .about_value_wrap .value_text h3 br {
        display: none;
    }
}

/* ceo message */
.sub_content_wrap .sub_ceo_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sub_content_wrap .sub_ceo_inner::after {
    display: none;
}
.sub_ceo_wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    align-items: flex-start;
    gap: 80px;
}
.sub_ceo_wrap .img_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub_ceo_wrap .img_wrap img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.sub_ceo_wrap .img_wrap .caption {
    margin-top: 20px;
    font-size: 22px;
    line-height: 22px;
    color: #333;
}
.sub_ceo_wrap .img_wrap .caption strong {
    font-weight: 700;
}
.sub_ceo_wrap .text_wrap .title_text {
    font-size: 42px;
    line-height: 54px;
    font-weight: 700;
}
.sub_ceo_wrap .text_wrap .title_text span {
    color: #1a9058;
    font-weight: 700;
}
.sub_ceo_wrap .desc_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.sub_ceo_wrap .desc_wrap .text {
    font-size: 18px;
    line-height: 26px;
    color: #333;
}
.sub_ceo_wrap .desc_wrap .signature {
    display: block;
    width: 160px;
    height: auto;
    margin-top: 48px;
    margin-left: auto;
}
.sub_ceo_inner .ceo_watermark {
    width: max-content;
    margin-top: 48px;
    font-family: "Racing Sans One", sans-serif;
    font-size: clamp(64px, 6.5625vw, 126px);
    line-height: 1;
    color: #eef6f2;
    white-space: nowrap;
    user-select: none;
}

@media (max-width: 1199px) {
    .sub_ceo_wrap {
        grid-template-columns: 320px minmax(0, 1fr);
        gap: 48px;
    }
    .sub_ceo_wrap .img_wrap img {
        max-width: 320px;
    }
    .sub_ceo_wrap .text_wrap .title_text {
        font-size: 34px;
        line-height: 48px;
    }
    .sub_ceo_wrap .desc_wrap {
        gap: 18px;
        margin-top: 36px;
    }
    .sub_ceo_wrap .desc_wrap .text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .sub_ceo_wrap {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .sub_ceo_wrap .img_wrap img {
        max-width: 280px;
    }
    .sub_ceo_wrap .img_wrap .caption {
        margin-top: 16px;
        font-size: 16px;
        line-height: 16px;
    }
    .sub_ceo_wrap .text_wrap .title_text {
        font-size: 26px;
        line-height: 34px;
    }
    .sub_ceo_wrap .desc_wrap {
        gap: 10px;
        margin-top: 24px;
    }
    .sub_ceo_wrap .desc_wrap .text {
        font-size: 15px;
        line-height: 22px;
    }
    .sub_ceo_wrap .desc_wrap .signature {
        width: 120px;
        margin-top: 16px;
    }
    .sub_ceo_inner .ceo_watermark {
        margin-top: 32px;
        font-size: clamp(24px, 7.8vw, 64px);
    }
}

/* history */
.sub_content_wrap .sub_history_inner {
    padding-bottom: 200px;
}
.sub_history_wrap {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 0;
}
.sub_history_wrap .history_timeline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #ddd;
    transform: translateX(-50%);
}
.sub_history_wrap .year_group {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 160px;
}
.sub_history_wrap .year_group + .year_group {
    margin-top: 240px;
}
.sub_history_wrap .year_group.reverse {
    flex-direction: row-reverse;
}
.sub_history_wrap .year_group::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: url("../images/icon_history_ani_bg.svg") no-repeat center / contain;
    transform: translateX(-50%);
    z-index: 1;
}
.sub_history_wrap .year_group::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-radius: 50%;
    background: rgba(4, 155, 115, 0.5);
    transform: translate(-50%, 0) scale(1);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}
@keyframes history-dot-ring {
    0% {
        transform: translate(-50%, 0) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, 0) scale(3.2);
        opacity: 0;
    }
}
.sub_history_wrap .year_visual,
.sub_history_wrap .year_history {
    width: calc((100% - 160px) / 2);
}
.sub_history_wrap .year {
    margin-bottom: 40px;
    font-size: 80px;
    font-weight: 700;
    color: #049b73;
    text-align: center;
}
.sub_history_wrap .year_visual img {
    display: block;
    width: 100%;
    max-width: 476px;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}
.sub_history_wrap .year_history {
    padding-top: 130px;
}
.sub_history_wrap .year_history dl {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    line-height: 26px;
    color: #333;
}
.sub_history_wrap .year_history dl + dl {
    margin-top: 32px;
}
.sub_history_wrap .year_history dt {
    flex-shrink: 0;
    width: 26px;
    font-weight: 700;
}
.sub_history_wrap .year_history dd {
    font-weight: 400;
}
.sub_history_wrap .year_group.reverse .year_history {
    text-align: right;
}
.sub_history_wrap .year_group.reverse .year_history dl {
    justify-content: flex-end;
}
.sub_history_wrap .year_group.reverse .year_history dt {
    order: 2;
    text-align: right;
}
.sub_history_wrap .year_group.reverse .year_history dd {
    order: 1;
    text-align: right;
}

@media (max-width: 1199px) {
    .history_fullpage .history_year_section .sub_history_inner {
        padding-top: 0;
    }
    .history_fullpage .history_year_section:not([data-anchor="anchor5"]) .history_timeline {
        height: auto;
        bottom: -240px;
    }
    .sub_content_wrap .sub_history_inner {
        padding-bottom: 120px;
    }
    .sub_history_wrap {
        max-width: 100%;
        padding-top: 60px;
    }
    .sub_history_wrap .history_timeline {
        top: 60px;
    }
    .sub_history_wrap .year_group {
        gap: 120px;
    }
    .sub_history_wrap .year_group::after {
        margin-left: 0;
        animation: history-dot-ring 1.8s ease-out infinite;
    }
    .sub_history_wrap .year_visual,
    .sub_history_wrap .year_history {
        width: calc((100% - 120px) / 2);
    }
    .sub_history_wrap .year_group + .year_group {
        margin-top: 120px;
    }
    .sub_history_wrap .year {
        margin-bottom: 32px;
        font-size: 64px;
    }
    .sub_history_wrap .year_visual img {
        height: 260px;
    }
    .sub_history_wrap .year_history {
        padding-top: 78px;
    }
    .sub_history_wrap .year_history dl {
        gap: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .sub_history_wrap .year_history dl + dl {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .sub_content_wrap .sub_history_inner {
        padding-bottom: 0;
    }
    .sub_history_wrap {
        padding: 0;
    }
    .history_year_section[data-anchor="anchor5"] .sub_history_wrap {
        margin-bottom: 48px;
    }
    .sub_history_wrap .history_timeline,
    .sub_history_wrap .year_group::before,
    .sub_history_wrap .year_group::after {
        display: none;
    }
    .sub_history_wrap .year_group,
    .sub_history_wrap .year_group.reverse {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .sub_history_wrap .year_group + .year_group {
        margin-top: 48px;
    }
    .sub_history_wrap .year_visual,
    .sub_history_wrap .year_history {
        width: 100%;
    }
    .sub_history_wrap .year {
        margin-bottom: 16px;
        font-size: 40px;
        line-height: 1;
        text-align: left;
        margin-top: 48px;
    }
    .sub_history_wrap .year_visual img,
    .sub_history_wrap .year_group.reverse .year_visual img {
        width: 100%;
        max-width: 476px;
        height: auto;
        aspect-ratio: 476 / 320;
    }
    .sub_history_wrap .year_history {
        padding-top: 0;
    }
    .sub_history_wrap .year_group.reverse .year_history {
        text-align: left;
    }
    .sub_history_wrap .year_history dl,
    .sub_history_wrap .year_group.reverse .year_history dl {
        justify-content: flex-start;
        gap: 12px;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }
    .sub_history_wrap .year_history dl + dl {
        margin-top: 16px;
    }
    .sub_history_wrap .year_group.reverse .year_history dt,
    .sub_history_wrap .year_group.reverse .year_history dd {
        order: initial;
        text-align: left;
    }
    .sub_history_wrap .year_history dt {
        width: 22px;
    }
}

/* clients */
.sub_clients_wrap {
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.sub_clients_wrap .clients_logo_wrap .title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    padding-bottom: 40px;
    margin-bottom: 32px;
}
.sub_clients_wrap .clients_logo_wrap .logo_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 54px;
    padding-bottom: 48px;
    border-bottom: 1px solid #ddd;
}
.sub_clients_wrap .clients_logo_wrap .logo_wrap .img_wrap {
    width: calc(25% - 41px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.sub_clients_wrap .clients_logo_wrap .logo_wrap .img_wrap img {
    display: block;
    max-width: 90%;
}

@media (max-width: 768px) {
    .sub_clients_wrap .clients_logo_wrap .title {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 24px;
        margin-bottom: 20px;
        border-bottom: 1px solid #000;
    }
    .sub_clients_wrap .clients_logo_wrap .logo_wrap {
        gap: 10px;
        padding: 0 12px 24px 12px;
    }
    .sub_clients_wrap .clients_logo_wrap .logo_wrap .img_wrap {
        width: calc(50% - 5px);
    }
    .sub_clients_wrap .clients_logo_wrap .logo_wrap .img_wrap img {
        max-width: 65%;
    }
}

/* location 오시는 길 */
.sub_location_wrap .map_content {
    display: flex;
    gap: 16px;
}
.sub_location_wrap .map_content .map_wrap {
    width: 100%;
    height: 540px;
    border-radius: 10px;
}
.sub_location_wrap .location_info_wrap {
    margin-top: 64px;
}
.sub_location_wrap .location_info_wrap .item {
    display: flex;
}
.sub_location_wrap .location_info_wrap .item + .item {
    border-top: 1px solid #ccc;
    margin-top: 48px;
    padding-top: 48px;
}
.sub_location_wrap .location_info_wrap .item > .title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    width: 430px;
}
.sub_location_wrap .location_info_wrap .item .address_wrap {
    width: calc(100% - 430px);
    display: flex;
    justify-content: space-between;
}
.sub_location_wrap .location_info_wrap .item .address_wrap .text_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sub_location_wrap .location_info_wrap .item .address_wrap .text_wrap .text {
    font-size: 22px;
    line-height: 26px;
}
.sub_location_wrap .location_info_wrap .item .address_wrap .text_wrap .explain_text {
    font-size: 18px;
    line-height: 21px;
    color: #333;
}
.sub_location_wrap .location_info_wrap .item .address_wrap .btn {
    width: 160px;
    gap: 6px;
    padding: 0;
    transition: background 0.3s ease-in-out;
    margin-top: 40px;
}
.sub_location_wrap .location_info_wrap .item .address_wrap .btn:hover {
    background: #1a9058;
}
.sub_location_wrap .location_info_wrap .item .item_wrap {
    width: calc(100% - 430px);
    display: flex;
    gap: 65px;
}
.sub_location_wrap .location_info_wrap .item .info_item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sub_location_wrap .location_info_wrap .item .info_item .title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.sub_location_wrap .location_info_wrap .item .info_item .text {
    font-size: 20px;
    line-height: 20px;
    color: #333;
}

@media (max-width: 1199px) {
    .sub_location_wrap .location_info_wrap .item {
        flex-direction: column;
        gap: 20px;
    }
    .sub_location_wrap .location_info_wrap .item .address_wrap {
        width: 100%;
    }
    .sub_location_wrap .location_info_wrap .item .item_wrap {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sub_location_wrap .map_content .map_wrap {
        height: 300px;
    }
    .sub_location_wrap .location_info_wrap .item {
        gap: 16px;
    }
    .sub_location_wrap .location_info_wrap .item + .item {
        margin-top: 32px;
        padding-top: 32px;
        gap: 20px;
    }
    .sub_location_wrap .location_info_wrap .item > .title {
        font-size: 22px;
        line-height: 26px;
        width: 100%;
    }
    .sub_location_wrap .location_info_wrap .item .address_wrap {
        flex-direction: column;
        gap: 24px;
    }
    .sub_location_wrap .location_info_wrap .item .address_wrap .text_wrap .text {
        font-size: 17px;
        line-height: 22px;
    }
    .sub_location_wrap .location_info_wrap .item .address_wrap .text_wrap .explain_text {
        font-size: 15px;
    }
    .sub_location_wrap .location_info_wrap .item .address_wrap .btn {
        font-size: 14px;
        width: 130px;
    }
    .sub_location_wrap .location_info_wrap .item .item_wrap {
        gap: 18px;
        flex-direction: column;
    }
    .sub_location_wrap .location_info_wrap .item .info_item {
        gap: 6px;
    }
    .sub_location_wrap .location_info_wrap .item .info_item .title {
        gap: 4px;
        font-size: 15px;
        line-height: 15px;
        width: 70px;
    }
    .sub_location_wrap .location_info_wrap .item .info_item .title img {
        width: 16px;
    }
    .sub_location_wrap .location_info_wrap .item .info_item .text {
        width: calc(100% - 70px);
        font-size: 15px;
        line-height: 15px;
    }
}
