@charset "utf-8";
/*sub01_01*/
.lifelab-intro {width: 100%; padding: 80px 0; background: #fff;}
.lifelab-inner {position: relative; width: 1200px; max-width: calc(100% - 80px); margin: 0 auto; padding: 56px 64px; box-sizing: border-box; border-top: 3px solid #1f5fbf; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.06);}
.lifelab-label {margin: 0 0 12px; color: #1f5fbf; font-size: 17px; font-weight: 700; letter-spacing: 0.02em;}
.lifelab-inner h3 {margin: 0 0 32px; color: #111; font-size: 36px; font-weight: 800; line-height: 1.3; letter-spacing: -0.04em;}

.lifelab-text {max-width: 966px;}
.lifelab-text p {margin: 0 0 20px; color: #333; font-size: 19px; font-weight: 400; line-height: 1.9; letter-spacing: -0.035em; word-break: keep-all;}
.lifelab-text p:last-child { margin-bottom: 0;}
.lifelab-text strong {color: #1f5fbf; font-weight: 800;}

/* 반응형 */
@media(max-width: 768px) {
.lifelab-intro {padding: 50px 0;}
.lifelab-inner {max-width: calc(100% - 32px); padding: 36px 28px;}
.lifelab-inner h3 {font-size: 28px; margin-bottom: 24px;}
.lifelab-text p {font-size: 16px; line-height: 1.8;}
}

/* sub01_02 */
.lifelab-purpose {width: 100%; padding: 100px 0; background: #f7f8fb;}
.lifelab-purpose-inner {width: 1200px; max-width: calc(100% - 80px); margin: 0 auto;}

.purpose-title {margin-bottom: 60px;}
.purpose-label {margin: 0 0 14px; color: #1f5fbf; font-size: 17px; font-weight: 700; letter-spacing: 0.03em;}
.purpose-title h3 {margin: 0; color: #111; font-size: 42px; font-weight: 800; letter-spacing: -0.04em; line-height: 1.2;}
.purpose-line {display: block; width: 72px; height: 3px; margin-top: 24px; background: #1f5fbf;}

.purpose-grid {display: flex; gap: 28px;}
.purpose-card {flex: 1; min-height: 320px; padding: 42px 38px; box-sizing: border-box; background: #fff; border-top: 4px solid #1f5fbf; transition: all 0.35s ease; box-shadow: 0 8px 24px rgba(0,0,0,0.05);}
.purpose-card:hover {transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0,0,0,0.1);}
.purpose-card h4 {position: relative; margin: 0 0 34px; padding-bottom: 20px; color: #111; font-size: 28px; font-weight: 800; line-height: 1.4; letter-spacing: -0.04em; word-break: keep-all;}
.purpose-card h4:after {content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 2px; background: #d2d7e2;}
.purpose-card p {margin: 0; color: #555; font-size: 18px; font-weight: 400; line-height: 1.9; letter-spacing: -0.03em; word-break: keep-all;}

/* 반응형 */
@media(max-width: 1024px) {
.purpose-grid {flex-direction: column;}
.purpose-card {min-height: auto;}
}

@media(max-width: 768px) {
.lifelab-purpose {padding: 70px 0;}
.lifelab-purpose-inner {max-width: calc(100% - 32px);}
.purpose-title {margin-bottom: 40px;}
.purpose-title h3 {font-size: 32px;}
.purpose-card {padding: 34px 28px;}
.purpose-card h4 {margin-bottom: 24px; padding-bottom: 16px; font-size: 24px;}
.purpose-card p {font-size: 16px; line-height: 1.8;}
}

/* sub01_02 */
.lifelab-feature {width: 100%; padding: 100px 0; background: #fff;}
.lifelab-feature-inner {width: 1200px; max-width: calc(100% - 80px); margin: 0 auto;}

.feature-title {margin-bottom: 60px;}
.feature-label {margin: 0 0 14px; color: #1f5fbf; font-size: 17px; font-weight: 700; letter-spacing: 0.03em;}
.feature-title h3 {margin: 0; color: #111; font-size: 42px; font-weight: 800; line-height: 1.2; letter-spacing: -0.04em;}
.feature-line {display: block; width: 72px; height: 3px; margin-top: 24px; background: #1f5fbf;}

.feature-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;}
.feature-card {position: relative; min-height: 360px; padding: 42px 38px; box-sizing: border-box; background: #f7f8fb; border-top: 4px solid #1f5fbf; transition: all 0.35s ease; overflow: hidden;}
.feature-card:hover {transform: translateY(-8px); box-shadow: 0 18px 40px rgba(0,0,0,0.1); background: #fff;}

.feature-num {
    display: block;
    margin-bottom: 28px;
    color: rgba(31,95,191,0.18);
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.feature-card h4 {
    position: relative;
    margin: 0 0 26px;
    padding-bottom: 18px;
    color: #111;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.feature-card h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 2px;
    background: #d2d7e2;
}

.feature-card p {
    margin: 0;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

/* 세부 참여 리스트 */
.feature-list {
    margin: 30px 0 0;
    padding: 24px 26px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e1e5ee;
}

.feature-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.03em;
}

.feature-list li:last-child {
    margin-bottom: 0;
}

.feature-list li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #1f5fbf;
    border-radius: 50%;
}

/* 반응형 */
@media(max-width: 1024px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: auto;
    }
}

@media(max-width: 768px) {
    .lifelab-feature {
        padding: 70px 0;
    }

    .lifelab-feature-inner {
        max-width: calc(100% - 32px);
    }

    .feature-title {
        margin-bottom: 40px;
    }

    .feature-title h3 {
        font-size: 32px;
    }

    .feature-card {
        padding: 34px 28px;
    }

    .feature-num {
        margin-bottom: 22px;
        font-size: 46px;
    }

    .feature-card h4 {
        margin-bottom: 22px;
        padding-bottom: 16px;
        font-size: 24px;
    }

    .feature-card p {
        font-size: 16px;
        line-height: 1.8;
    }

    .feature-list {
        margin-top: 24px;
        padding: 20px;
    }

    .feature-list li {
        font-size: 15px;
    }
}

/* 기대 효과 */
.lifelab-effect {
    width: 100%;
    padding: 100px 0;
    background: #f7f8fb;
}

.lifelab-effect-inner {
    width: 1200px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.effect-title {
    margin-bottom: 60px;
}

.effect-label {
    margin: 0 0 14px;
    color: #1f5fbf;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.effect-title h3 {
    margin: 0;
    color: #111;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.effect-line {
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 24px;
    background: #1f5fbf;
}

/* 리스트 */
.effect-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
}

.effect-list li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 120px;
    padding: 34px 38px;
    box-sizing: border-box;
    background: #fff;
    border-left: 4px solid #1f5fbf;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
}

.effect-list li:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

.effect-num {
    display: inline-block;
    min-width: 58px;
    margin-right: 28px;
    color: rgba(31,95,191,0.22);
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.effect-list strong {
    color: #222;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

/* 반응형 */
@media(max-width: 900px) {
    .effect-list {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 768px) {
    .lifelab-effect {
        padding: 70px 0;
    }

    .lifelab-effect-inner {
        max-width: calc(100% - 32px);
    }

    .effect-title {
        margin-bottom: 40px;
    }

    .effect-title h3 {
        font-size: 32px;
    }

    .effect-list li {
        min-height: auto;
        padding: 28px 24px;
    }

    .effect-num {
        min-width: 48px;
        margin-right: 20px;
        font-size: 36px;
    }

    .effect-list strong {
        font-size: 20px;
    }
}

/* 매장 소개 */
.lifelab-store {
    width: 100%;
    padding: 100px 0;
    background: #fff;
}

.lifelab-store-inner {
    width: 1200px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

/* 타이틀 */
.store-title {
    margin-bottom: 60px;
}

.store-label {
    margin: 0 0 14px;
    color: #1f5fbf;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.store-title h3 {
    margin: 0;
    color: #111;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.store-line {
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 24px;
    background: #1f5fbf;
}

/* 소개 박스 */
.store-summary {
    display: flex;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 56px;
}

.store-summary-text {
    flex: 1;
    padding: 48px 44px;
    box-sizing: border-box;
    background: #f7f8fb;
    border-top: 4px solid #1f5fbf;
}

.floor-badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 7px 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    background: #1f5fbf;
    border-radius: 30px;
}

.store-summary-text h4 {
    margin: 0 0 28px;
    color: #494949;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.store-summary-text p {
    margin: 0 0 18px;
    color: #444;
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: -0.035em;
    word-break: keep-all;
}

.store-summary-text p:last-child {
    margin-bottom: 0;
}

.store-summary-img {
    width: 34%;
    padding: 36px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e1e5ee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-summary-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 사진 갤러리 */
.store-gallery {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: repeat(2, 260px);
    gap: 24px;
}

.store-photo {
    position: relative;
    overflow: hidden;
    background: #eee;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.store-photo.large {
    grid-row: span 2;
}

.store-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.store-photo:hover img {
    transform: scale(1.04);
}

/* 사진이 너무 왜곡되어 보일 때 쓰는 보정 */
.store-photo img {
    filter: contrast(1.04) brightness(1.03) saturate(0.92);
}

/* 반응형 */
@media(max-width: 900px) {
    .store-summary {
        flex-direction: column;
    }

    .store-summary-img {
        width: 100%;
    }

    .store-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .store-photo,
    .store-photo.large {
        height: 320px;
        grid-row: auto;
    }
}

@media(max-width: 768px) {
    .lifelab-store {
        padding: 70px 0;
    }

    .lifelab-store-inner {
        max-width: calc(100% - 32px);
    }

    .store-title {
        margin-bottom: 40px;
    }

    .store-title h3 {
        font-size: 32px;
    }

    .store-summary-text {
        padding: 36px 28px;
    }

    .store-summary-text h4 {
        font-size: 25px;
    }

    .store-summary-text p {
        font-size: 16px;
        line-height: 1.8;
    }

    .store-summary-img {
        padding: 28px;
    }

    .store-photo,
    .store-photo.large {
        height: 260px;
    }
}

/* 문의 및 오시는 길 */
.lifelab-contact {
    width: 100%;
    padding: 100px 0;
    background: #fff;
}

.lifelab-contact-inner {
    width: 1200px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.contact-title {
    margin-bottom: 60px;
}

.contact-label {
    margin: 0 0 14px;
    color: #1f5fbf;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.contact-title h3 {
    margin: 0;
    color: #111;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.contact-line {
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 24px;
    background: #1f5fbf;
}

.contact-img {
    width: 100%;
    height: 510px;
    margin: 0 0 60px;
    overflow: hidden;
}

.contact-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* 내용 박스 */
.contact-box {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.contact-info {
    width: 38%;
    padding: 44px 40px;
    box-sizing: border-box;
    background: #f7f8fb;
    border-top: 4px solid #1f5fbf;
}

.contact-info dl {
    margin: 0 0 32px;
}

.contact-info dl:last-of-type {
    margin-bottom: 0;
}

.contact-info dt {
    margin-bottom: 12px;
    color: #1f5fbf;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.contact-info dd {
    margin: 0;
    color: #333;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.035em;
    word-break: keep-all;
}

.contact-info dd strong {
    color: #111;
    font-weight: 800;
}

.contact-info dd span {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    background: #1f5fbf;
}

/* 지도 버튼 */
.map-link-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
}

.map-link-wrap a {
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: #222;
    transition: all 0.3s ease;
}

.map-link-wrap a:hover {
    background: #1f5fbf;
}

/* 지도 이미지 */
.contact-map {
    width: 62%;
    min-height: 520px;
    overflow: hidden;
    background: #eef1f5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.map-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 520px;
    overflow: hidden;
    text-decoration: none;
}

.map-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-thumb span {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-block;
    padding: 13px 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: rgba(0,0,0,0.72);
}

/* 반응형 */
@media(max-width: 900px) {
    .contact-box {
        flex-direction: column;
    }

    .contact-info,
    .contact-map {
        width: 100%;
    }

    .contact-map {
        min-height: 380px;
    }

    .map-thumb {
        height: 380px;
    }
}

@media(max-width: 768px) {
    .lifelab-contact {
        padding: 70px 0;
    }

    .lifelab-contact-inner {
        max-width: calc(100% - 32px);
    }

    .contact-title {
        margin-bottom: 40px;
    }

    .contact-title h3 {
        font-size: 32px;
    }

    .contact-info {
        padding: 34px 28px;
    }

    .contact-info dt {
        font-size: 17px;
    }

    .contact-info dd {
        font-size: 16px;
    }

    .map-link-wrap a {
        padding: 10px 14px;
        font-size: 14px;
    }

    .contact-map {
        min-height: 340px;
    }

    .map-thumb {
        height: 340px;
    }
}

@media(max-width: 480px) {
    .contact-info {
        padding: 30px 22px;
    }

    .map-link-wrap {
        flex-direction: column;
    }

    .map-link-wrap a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .map-thumb {
        height: 300px;
    }

    .map-thumb span {
        left: 16px;
        right: 16px;
        bottom: 16px;
        text-align: center;
        font-size: 14px;
    }
    .contact-map {
        min-height: 300px;
    }
}