/* 1 */
.inner {
    max-width: 1200px;
}

.bgr {
    background-color: #f9f9f9;
}

.inner .content_frst .ttl_content_frst {
    font-size: 42px;
    letter-spacing: -2px;
    line-height: 1.4;
    color: #252525;
    font-weight: 600;
    font-family: "Nanum Square OT FE B";
    text-align: center;
}

.hero {
    margin-top: 80px;
    position: relative;
    width: 100%;
    height: 524px;
    background: url("/img/business/hero_banner.png") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left: 75px;
    color: white;
}

.hero-content {
    max-width: 720px;
}

.hero h1 {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
    margin: -20px 0 20px 0;
}

.hero p {
    margin: 0 0 55px 0;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #ffffff;
    font-family: "Pretendard";
}

.hero .btn {
    display: inline-block;
    background-color: #22c55e;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
    padding: 25px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}

.hero .btn:hover {
    background-color: #16a34a;
}

/* 2 */

.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
    gap: 81px;
}

.section-left {
    flex: 1;
}

.section-left h2 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #252525;
    font-weight: bold;
    font-family: "Noto Sans CJ Kkr";
    margin-bottom: 34px;
}

.section-left p {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.3;
    color: #757575;
    margin-bottom: 35px;
}

.btn {
    display: inline-block;
    background-color: #22c55e;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
    padding: 22px 48px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}

.btn:hover {
    background-color: #16a34a;
}

.section-right {
    flex: 1;
}

/* 3 */

.hci-section {
    margin: 90px auto;
    padding: 88px 40px;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    /* gap: 40px; */
}

.hci-section .grp_hci {
    display: flex;
    gap: 40px;
}

.hci-left {
    margin-top: 60px;
    flex: 1;
}

.hci-left h2 {
    margin-bottom: 35px;
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #252525;
    font-weight: bold;
    font-family: "Noto Sans CJ Kkr";
}

.hci-left p {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #252525;
    font-family: "Noto Sans CJ Kkr";
    margin-bottom: 110px;
}

.hci-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.hci-left {
    flex: 1;
}

.hci-right {
    flex: 1;
    text-align: center;
}

.hci-list {
    list-style: disc;
    margin: -28px 0 0 0;
    padding-left: 22px;
    border-top: 1px dashed #d1d5db;
    padding-top: 30px;
}

.hci-list li {
    margin: 8px 0;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #252525;
    font-family: "Noto Sans CJ Kkr";
}

.hci-list li::marker {
    color: #333;
}

.hci-right {
    flex: 1;
    text-align: center;
}

.hci-right img {
    max-width: 100%;
}