/* 회사소개 (introduce_wrap) — 레거시 contents.css 이식 */

.page-standalone.page-company {
    margin-top: -0.25rem;
}

.page-standalone .introduce_wrap {
    width: 100%;
    margin: 0 auto 1.875rem;
}

.page-standalone .introduce_visual {
    width: 100%;
    height: auto;
    padding: 5rem 1rem;
    overflow: hidden;
    background: #3270d4 url("https://static.boolub.com/images/sub/intro_bg02.jpg") no-repeat 0% 60% / cover;
}

.page-standalone .introduce_visual .txt_wrap {
    margin: 0 auto;
    max-width: 43.75rem;
    text-align: center;
}

.page-standalone .introduce_visual .txt01 {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 700;
    font-size: clamp(1.625rem, 5vw, 3.4375rem);
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0.625rem;
}

.page-standalone .introduce_visual .txt02 {
    opacity: 0.9;
    letter-spacing: -0.02em;
    font-family: 'Gmarket Sans', 'Pretendard', sans-serif;
    font-weight: 300;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.4;
    color: #fff;
}

.page-standalone .introduce_visual .txt01 b {
    position: relative;
    z-index: 0;
}

.page-standalone .introduce_visual .txt01 b::after {
    content: '';
    left: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background-color: rgba(16, 51, 95, 0.71);
    height: 0.8125rem;
    width: 100%;
    display: inline;
}

.page-standalone .intro_txt {
    max-width: 63.75rem;
    width: 100%;
    padding: 0 1rem 6.25rem;
    margin: 3.75rem auto;
    position: relative;
}

.page-standalone .intro_txt .title {
    font-size: clamp(1.125rem, 3vw, 1.5625rem);
    color: #222;
    font-family: 'Gmarket Sans', 'Pretendard', sans-serif;
    position: relative;
    margin-bottom: 1.875rem;
    font-weight: 700;
    padding-top: 0.9375rem;
    line-height: 1.35;
}

.page-standalone .intro_txt .title b {
    position: relative;
    z-index: 1;
}

.page-standalone .intro_txt .title b::after {
    content: '';
    left: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background-color: #ffe400;
    height: 0.625rem;
    width: 100%;
    display: inline;
}

.page-standalone .intro_txt p {
    font-family: 'Pretendard', sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.5;
    color: #334155;
}

.page-standalone .intro_txt p em {
    border-bottom: 1px solid #999;
    font-style: normal;
}

.page-standalone .intro_txt .ment {
    position: absolute;
    left: -2.5rem;
    bottom: -0.625rem;
}

.page-standalone .service-list {
    gap: 0 1.25rem;
    padding-top: 2.5rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 63.75rem;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
}

.page-standalone .service-list > li {
    width: calc(33.333% - 0.875rem);
    min-width: 15rem;
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.page-standalone .service-list .img img {
    height: 12.5rem;
    width: 100%;
    object-fit: cover;
    display: block;
}

.page-standalone .service-list .cont {
    color: #0e374f;
    text-align: center;
    background-color: #fff;
    padding: 0 0.625rem 1.25rem;
}

.page-standalone .service-list .cont .tit {
    font-style: italic;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    margin: 1.25rem 0;
    line-height: 1;
    font-size: 1.5625rem;
    color: #000;
}

.page-standalone .service-list .cont .txt {
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #475569;
}

.page-standalone .int_img {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 1.25rem;
}

.page-standalone .int_img div img {
    max-width: 9.375rem;
    display: block;
}

.page-standalone .int_img div:nth-child(1) {
    margin-top: 4.375rem;
}

.page-standalone .int_img div:nth-child(3) {
    margin-top: 7.5rem;
}

.page-standalone .mobile_enter::before {
    content: '\A';
    white-space: pre;
}

@media (max-width: 1023px) {
    .page-standalone .intro_txt {
        padding-bottom: 3.125rem;
        margin: 2.5rem auto;
    }

    .page-standalone .intro_txt .ment {
        position: static;
        margin-top: 2rem;
        text-align: center;
    }

    .page-standalone .int_img {
        position: static;
        justify-content: center;
        margin-top: 2rem;
        flex-wrap: wrap;
    }

    .page-standalone .int_img div:nth-child(1),
    .page-standalone .int_img div:nth-child(3) {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .page-standalone .introduce_visual {
        padding: 2.5rem 1rem;
    }

    .page-standalone .service-list {
        flex-direction: column;
        align-items: center;
    }

    .page-standalone .service-list > li {
        width: min(100%, 22rem);
        margin-bottom: 1.25rem;
    }

    .page-standalone .service-list .img img {
        height: auto;
        min-height: 10rem;
    }

    .page-standalone .service-list .cont .tit {
        font-size: 1.25rem;
        margin: 0.625rem 0;
    }

    .page-standalone .intro_txt {
        width: calc(100% - 1.25rem);
    }

    .page-standalone .intro_txt .ment img {
        width: 14.375rem;
        max-width: 100%;
    }

    .page-standalone .int_img div img {
        max-width: 5.625rem;
    }

    .page-standalone .int_img {
        gap: 0.625rem;
    }

    .page-standalone .mobile_enter::before {
        content: '';
        white-space: normal;
    }
}

/* 약관·일반 페이지 본문 */
.page-view-content img {
    max-width: 100%;
    height: auto;
}

.page-view-tabs {
    scrollbar-width: thin;
}
