@charset "UTF-8";
/*
 * 공통 스타일 변수 작업
 * 작성자 : gykim
 */
.sub-header[data-visual-type=width-user-funding] {
    background: url("../images/sub/bg_bottom_banner_visual_04_2.jpg") no-repeat center top;
    background-size: cover;
}

@media only screen and (max-width: 520px) {
    .sub-header[data-visual-type=width-user-funding] {
        background: url("../images/sub/bg_bottom_banner_visual_04_mobile_2.jpg") no-repeat center top;
        background-size: cover;
    }
}
.contents-sub-visual-inner {
    text-align: left;
    vertical-align: top;
    padding-top: 220px;
    padding-bottom: 0;
}
@media only screen and (max-width: 800px) {
    .contents-sub-visual-inner {
        padding-top: 200px;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 520px) {
    .contents-sub-visual-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 40px;
    }
}
.contents-sub-visual-inner > h2 {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .contents-sub-visual-inner > h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 768px) {
    .contents-sub-visual-inner > h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 12px;
    }
    .contents-sub-visual-inner > h2 > br {
        display: none;
    }
}
.contents-sub-visual-inner > p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 0;
}
@media only screen and (max-width: 800px) {
    .contents-sub-visual-inner > p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .contents-sub-visual-inner > p {
        margin-bottom: 20px;
        font-size: 12px;
        color: #fff;
    }
}
.contents-sub-visual-inner .button-flex {
    display: flex;
    gap: 15px;
}
.contents-sub-visual-inner .button-flex .g-button-round {
    padding: 13px 35px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
@media only screen and (max-width: 800px) {
    .contents-sub-visual-inner .button-flex .g-button-round {
        font-size: 14px;
        padding: 12px 16px;
    }
}
.contents-sub-visual-inner .button-flex .g-button-round > img {
    width: 16px;
    height: 16px;
}
.contents-sub-visual-inner .button-flex .g-button-round.g-button-round-line {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}
.contents-sub-visual-inner .button-flex .g-button-round.g-button-round-line:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.contents-sub-visual-inner .button-flex .g-button-round.g-button-round-basic {
    background-color: #fff;
    color: #2a5eec;
}
.contents-sub-visual-inner .button-flex .g-button-round.g-button-round-basic:hover {
    background-color: #f7f7f7;
    color: #1d42a5;
}/*# sourceMappingURL=260419.css.map */