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

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

.main_sb10 * {
    line-height: 1;
}

/* 텍스트박스 배치 */
.main_sb10 .banner_wrap {
    position: relative;
}
.main_sb10 .banner_wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_sb10 .banner_wrap .container_fix {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 2.60vw;
    display: flex;
    justify-content: flex-end;
    transform: translate(-50%, -50%);
    z-index: 3;
}

/* 텍스트 설정 */
.main_sb10 .banner_wrap .banner_text_container {
    text-align: center;
	/* padding-right:3.6% */
}
/* 서브타이틀(사용X) */
.main_sb10 .banner_wrap .banner_text_container .subtitle,
.main_sb10 .banner_wrap .banner_text_container .subtitle p {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.main_sb10 .banner_wrap .banner_text_container .subtitle {
    margin-bottom: 1.56vw;
}

/* 타이틀 */
.main_sb10 .banner_wrap .banner_text_container .title,
.main_sb10 .banner_wrap .banner_text_container .title p {
    color: #fff;
    font-size: clamp(30px, 2.08vw, 40px);
    font-weight: 500;
    line-height: 1.375;
}
.main_sb10 .banner_wrap .banner_text_container .title {
    margin-bottom: 1.72vw;
}

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

/* 링크 */
.main_sb10 .banner_wrap .banner_text_container .more_link {
    display: inline-flex;
    align-items: center;
    gap: 27px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    transition: .3s;
}

.main_sb10 .banner_wrap .banner_text_container .more_link .widget_froala {
    width: auto;
}

.main_sb10 .banner_wrap .banner_text_container .more_link::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 11px;
    background: url(img/sb10_arrow.svg) no-repeat center / 100%;
}

.main_sb10 .banner_wrap .banner_text_container .more_link .more_span {
    width: auto;
}

@media (max-width: 991px) {
    /* 텍스트박스 배치 */
    .main_sb10 .banner_wrap .container_fix {
        position: absolute;
        top: 13.7%;
        left: 0;
        justify-content: center;
        transform: translate(0, 0);
    }

	.main_sb10 .banner_wrap .banner_text_container {
		padding:0;
	}

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

    /* 타이틀 */
    .main_sb10 .banner_wrap .banner_text_container .title,
    .main_sb10 .banner_wrap .banner_text_container .title p {
        font-size: 38px;
        line-height: 1.2;
    }
    .main_sb10 .banner_wrap .banner_text_container .title {
        margin-bottom: 20px;
    }

    /* 텍스트 */
    .main_sb10 .banner_wrap .banner_text_container .text,
    .main_sb10 .banner_wrap .banner_text_container .text p {
        font-size: 17px;
        line-height: 1.6;
    }
    .main_sb10 .banner_wrap .banner_text_container .text {
        margin-bottom: 29px;
    }

    /* 링크 */
    .main_sb10 .banner_wrap .banner_text_container .more_link {
        gap: 0;
        padding-bottom: 8px;
        font-size: 15px;
        max-width: 89px;
        width: 100%;
        justify-content: space-between;
    }
    .main_sb10 .banner_wrap .banner_text_container .more_link::after {
        width: 16px;
        height: 8px;
    }
}

@media (max-width:767px) {


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

    /* 타이틀 */
    .main_sb10 .banner_wrap .banner_text_container .title,
    .main_sb10 .banner_wrap .banner_text_container .title p {
        font-size: 28px;
    }
    .main_sb10 .banner_wrap .banner_text_container .title {
        margin-bottom: 13px;
    }

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

    /* 링크 */
    .main_sb10 .banner_wrap .banner_text_container .more_link {
        font-size: 12px;
    }

}