@charset "utf-8";
/*
(주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/

.main_sb14 * {
    line-height: 1;
}

/* 기본 세팅 */
.main_sb14 .banner_box {
    position: relative;
    display: block;
}
.main_sb14 .banner_box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    overflow: hidden;
}

/* 텍스트 설정 */
.main_sb14 .banner_box .banner_text_container {
    position: absolute;
    top: 51%;
    left: 17.2%;
    transform: translateY(-50%);
    z-index: 3;
	width: auto;
}
/* 서브타이틀 */
.main_sb14 .banner_box .banner_text_container .subtitle,
.main_sb14 .banner_box .banner_text_container .subtitle p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}
.main_sb14 .banner_box .banner_text_container .subtitle {
    margin-bottom: 13px;
}

/* 타이틀 */
.main_sb14 .banner_box .banner_text_container .title,
.main_sb14 .banner_box .banner_text_container .title p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

/* .main_sb14 .banner_box .banner_text_container .title {
    margin-bottom: 50px;
} */

/* 텍스트(사용X) */
.main_sb14 .banner_box .banner_text_container .text,
.main_sb14 .banner_box .banner_text_container .text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.main_sb14 .banner_box .banner_text_container .text {
    margin-bottom: 50px;
}

.main_sb14 .banner_box .underline {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.main_sb14 .banner_box .underline::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 100%;
    height: 6px;
    background: #F8C84A;
    transform: translateX(-50%);
    z-index: -1;
}

/* 링크(사용X) */
.main_sb14 .banner_box .banner_text_container .more_link {
    display: inline-block;
    padding: 20px 50px;
    background-color: #fff;
    color: #010101;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    transition: .3s;
}
.main_sb14 .banner_box .banner_text_container .more_link:hover {
    background-color: #010101;
    color: #fff;
    transition: .3s;
}

@media (max-width: 991px) {
    
    .main_sb14 .banner_box img {
        border-radius: 12px;
    }

    /* 텍스트 설정 */
    .main_sb14 .banner_box .banner_text_container {
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    /* 서브타이틀 */

    .main_sb14 .banner_box .banner_text_container .subtitle,
    .main_sb14 .banner_box .banner_text_container .subtitle p {
        font-size: 14px;
		font-weight:300;
    }


    /* 타이틀 */
    .main_sb14 .banner_box .banner_text_container .title,
    .main_sb14 .banner_box .banner_text_container .title p {
        font-size: 22px;
        line-height: 110%;
    }
     .main_sb14 .banner_box .banner_text_container .title {
        margin-bottom: 3px;
    } 

    /* 텍스트(사용X) */
    .main_sb14 .banner_box .banner_text_container .text,
    .main_sb14 .banner_box .banner_text_container .text p {
        font-size: 13px;
        line-height: 19px;
    }
    .main_sb14 .banner_box .banner_text_container .text {
        margin-bottom: 35px;
    }

    /* 링크(사용X) */
    .main_sb14 .banner_box .banner_text_container .more_link {
        padding: 9px 27px;
        font-size: 12px;
        border-radius: 19px;
    }

    .main_sb14 .banner_box .underline::before {
        height: 4px;
    }
}