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

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

.main_sb12 * {
    line-height: 1;
}

.main_sb12 .banner_wrap {
	/*aspect-ratio: 192 / 48*/
    padding: 6.72vw 0;
}

/* 이미지 / 텍스트 flex */
.main_sb12 .banner_wrap > .container_fix {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* 텍스트 설정 */
.main_sb12 .banner_wrap .banner_text_container {
    text-align: center;
}

/* 서브타이틀(사용X) */
.main_sb12 .banner_wrap .banner_text_container .subtitle,
.main_sb12 .banner_wrap .banner_text_container .subtitle p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.main_sb12 .banner_wrap .banner_text_container .subtitle {
    margin-bottom: 1.93vw;
}

/* 타이틀 */
.main_sb12 .banner_wrap .banner_text_container .title,
.main_sb12 .banner_wrap .banner_text_container .title p {
    color: #fff;
    font-size: clamp(40px, 2.40vw, 46px);
    font-weight: 600;
    line-height: 46px;
}
.main_sb12 .banner_wrap .banner_text_container .title {
    margin-bottom: 1.93vw;
}

/* 텍스트 */
.main_sb12 .banner_wrap .banner_text_container .text,
.main_sb12 .banner_wrap .banner_text_container .text p {
    color: #fff;
    font-size: clamp(17px, 1.04vw, 20px);
    font-weight: 300;
    line-height: 25px;
}
.main_sb12 .banner_wrap .banner_text_container .text {
    margin-bottom: 2.40vw;
}

/* 링크 */
.main_sb12 .banner_wrap .banner_text_container .more_container {
	margin-bottom:12px
}

.main_sb12 .banner_wrap .banner_text_container .more_link {
    display: inline-block;
    padding: 19px 51px;
    border: 1px solid rgba(255, 255, 255,0.5);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    transition: .3s;
}
.main_sb12 .banner_wrap .banner_text_container .more_link:hover {
    background-color: #9b1a2f;
    color: #fff;
    border-color: #9b1a2f;
    transition: .3s;
}

@media (max-width: 991px) {
	.main_sb12 .banner_wrap {
        padding: 13vw 0;
	}

    /* 서브타이틀(사용X) */
    .main_sb12 .banner_wrap .banner_text_container .subtitle,
    .main_sb12 .banner_wrap .banner_text_container .subtitle p {
        font-size: 12px;
    }
    .main_sb12 .banner_wrap .banner_text_container .subtitle {
        margin-bottom: 15px;
    }

    /* 타이틀 */
    .main_sb12 .banner_wrap .banner_text_container .title,
    .main_sb12 .banner_wrap .banner_text_container .title p {
        font-size: 35px;
        line-height: 1.2;
    }
    .main_sb12 .banner_wrap .banner_text_container .title {
        margin-bottom: 20px;
		letter-spacing:1;
    }

    /* 텍스트 */
    .main_sb12 .banner_wrap .banner_text_container .text,
    .main_sb12 .banner_wrap .banner_text_container .text p {
        font-size: 20px;
        line-height: 1.4;
    }
    .main_sb12 .banner_wrap .banner_text_container .text {
        margin-bottom: 30px;
    }

    /* 링크 */
	.main_sb12 .banner_wrap .banner_text_container .more_container {
		margin-bottom:0;
	}

    .main_sb12 .banner_wrap .banner_text_container .more_link {
        padding: 11px 36px  ;
        font-size: 15px;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
	.main_sb12 .banner_wrap {
		aspect-ratio:72 / 53;
        padding:0;
	}

    /* 서브타이틀(사용X) */
    .main_sb12 .banner_wrap .banner_text_container .subtitle,
    .main_sb12 .banner_wrap .banner_text_container .subtitle p {
        font-size: 12px;
    }
    .main_sb12 .banner_wrap .banner_text_container .subtitle {
        margin-bottom: 15px;
    }

    /* 타이틀 */
    .main_sb12 .banner_wrap .banner_text_container .title,
    .main_sb12 .banner_wrap .banner_text_container .title p {
        font-size: 24px;
        line-height: 19px;
    }
    .main_sb12 .banner_wrap .banner_text_container .title {
        margin-bottom: 17px;
    }

    /* 텍스트 */
    .main_sb12 .banner_wrap .banner_text_container .text,
    .main_sb12 .banner_wrap .banner_text_container .text p {
        font-size: 13px;
    }
    .main_sb12 .banner_wrap .banner_text_container .text {
        margin-bottom: 21px;
    }

    /* 링크 */
	.main_sb12 .banner_wrap .banner_text_container .more_container {
		margin-bottom:0;
	}

    .main_sb12 .banner_wrap .banner_text_container .more_link {
        font-size: 12px;
        border-radius: 20px;
    }
}