@charset "utf-8";

/* 일반 민사 */
.business1-wrap {
    width: 100%;
    margin-bottom: 100px;
    color: #111;
}

.business1-heading span {
    display: block;
    margin-bottom: 12px;
    color: #d6a600;
    font-size: 20px;
    font-weight: 600;
}

.business1-heading h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.business1-service-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.business-service-desc {
    margin-top: 10px;
    padding: 0;
    color: #222;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.65;
    list-style: none;
    word-break: keep-all;
}

.business-service-desc li {
    position: relative;
    padding-left: 12px;
}

.business-service-desc li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "·";
}

.business1-service-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    padding: 0 30px;
    background: #66645f;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.45;
}

.business1-service-list img {
    max-width: 52px;
    max-height: 52px;
    object-fit: contain;
}

.business1-cases {
    margin-top: 94px;
}

.business1-cases h3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.business1-case-list {
    overflow: hidden;
    width: 100%;
}

.business1-case-list .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.business1-case-list .business1-case-item {
    display: flex;
    min-width: 0;
    height: 430px;
    flex-direction: column;
    background: #eee;
    color: #111;
    transition: background-color .25s ease, color .25s ease;
}

.business1-case-content {
    flex: 1;
    padding: 45px 32px 30px;
}

.business1-case-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 17px;
}

.business1-case-meta strong {
    font-weight: 500;
}

.business1-case-meta time {
    flex: none;
}

.business1-case-content p {
    overflow: hidden;
    display: -webkit-box;
    margin-top: 32px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.business1-case-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 30px 0 38px;
    background: #bbb;
    font-size: 17px;
    font-weight: 600;
    transition: background-color .25s ease, font-size .25s ease;
}

.business1-case-icons {
    position: relative;
    display: block;
    flex: none;
}

.business1-case-icons img {
    display: block;
}

.business1-case-icon-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.business1-case-more i {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-style: normal;
}

.business1-case-item:hover,
.business1-case-item:focus-visible {
    background: #211f1d;
    color: #fff;
}

.business1-case-item:hover .business1-case-meta strong,
.business1-case-item:focus-visible .business1-case-meta strong {
    color: #d6aa00;
}

.business1-case-item:hover .business1-case-more,
.business1-case-item:focus-visible .business1-case-more {
    background: #393734;
}

.business1-case-item:hover .business1-case-icon-default,
.business1-case-item:focus-visible .business1-case-icon-default {
    opacity: 0;
}

.business1-case-item:hover .business1-case-icon-hover,
.business1-case-item:focus-visible .business1-case-icon-hover {
    opacity: 1;
}

@media screen and (max-width: 1100px) {
    .business1-service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .business1-case-list .business1-case-item {
        height: 360px;
    }
}

@media screen and (max-width: 640px) {
    .business1-heading span {
        font-size: 14px;
    }

    .business1-heading h2,
    .business1-cases h3 {
        font-size: 24px;
    }

    .business1-service-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .business1-service-list a {
        height: 90px;
        padding: 0 22px;
        font-size: 18px;
    }

    .business1-service-list img {
        max-width: 42px;
        max-height: 42px;
    }

    .business1-cases {
        margin-top: 60px;
    }

    .business1-case-list .business1-case-item {
        height: 330px;
    }

    .business1-case-content {
        padding: 30px 22px 20px;
    }

    .business1-case-meta {
        font-size: 12px;
    }

    .business1-case-content p {
        margin-top: 24px;
        font-size: 19px;
    }

    .business1-case-more {
        height: 58px;
        padding: 0 20px 0 22px;
        font-size: 13px;
    }

    .business1-case-more i {
        width: 32px;
        height: 32px;
        font-size: 19px;
    }
}

/* 인사말 */
.greeting-wrap {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    color: #111;
}

.greeting-wrap::before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 94px;
    background: #eee;
    content: "";
    transform: translateX(-78%);
}

.greeting-copy {
    position: relative;
    z-index: 1;
    width: 830px;
    max-width: 100%;
}

.greeting-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #d6a600;
    font-size: 20px;
    font-weight: 600;
}

.greeting-copy h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.greeting-meaning {
    width: 700px;
    max-width: 100%;
    margin-top: 10px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d6a600;
    font-size: 25px;
    line-height: 1.45;
}

.greeting-meaning span {
    font-family: 'Noto Serif KR';
    font-weight: 700;
}

.greeting-message {
    padding-top: 30px;
    font-size: 20px;
    line-height: 1.4;
}

.greeting-message strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.greeting-message p+p {
    margin-top: 28px;
}

.greeting-credit {
    position: absolute;
    z-index: 2;
    right: 600px;
    bottom: 23px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 1.3;
}

.greeting-credit strong {
    font-weight: 700;
}

.greeting-people {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 580px;
    max-height: 480px;
    object-fit: contain;
    object-position: right bottom;
}

@media screen and (max-width: 1100px) {
    .greeting-wrap {
        min-height: 0;
        padding-bottom: 390px;
    }

    .greeting-copy {
        width: 100%;
    }

    .greeting-people {
        width: min(560px, 70vw);
    }

    .greeting-credit {
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 768px) {
    .greeting-wrap {
        padding-bottom: 340px;
    }

    .greeting-meaning {
        font-size: 18px;
    }

    .greeting-message {
        font-size: 16px;
    }

    .greeting-people {
        width: min(520px, 82vw);
        max-height: 340px;
    }
}

@media screen and (max-width: 640px) {
    .greeting-eyebrow {
        font-size: 14px;
    }

    .greeting-copy h2 {
        font-size: 24px;
    }

    .greeting-wrap {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding-bottom: 0;
        overflow: visible;
    }

    .greeting-meaning {
        width: 100%;
        font-size: 17px;
        word-break: keep-all;
    }

    .greeting-message {
        padding-top: 24px;
        font-size: 15px;
        line-height: 1.7;
    }

    .greeting-message strong {
        font-size: 16px;
    }

    .greeting-message br {
        display: none;
    }

    .greeting-message p+p {
        margin-top: 20px;
    }

    .greeting-wrap::before {
        left: 50%;
        height: 72px;
        transform: translateX(-50%);
    }

    .greeting-people {
        position: relative;
        right: auto;
        bottom: auto;
        order: 3;
        align-self: center;
        width: 100%;
        max-height: none;
        margin-top: 22px;
    }

    .greeting-credit {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        order: 2;
        margin-top: 28px;
        font-size: 14px;
    }
}
