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

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

.main_sb15 * {
    line-height: 1;
}

/* 기본 세팅 */
.main_sb15 .banner_box {
    position: relative;
    display: block;
}
.main_sb15 .banner_box .container_fix {
    display: flex;
    gap: 10px;
}
.main_sb15 .banner_box .container_fix > div,
.main_sb15 .banner_box .container_fix > a {
    position: relative;
    display: block;
    width: calc((100% - 10px) / 2);
}
.main_sb15 .banner_box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    overflow: hidden;
}

/* 텍스트 설정 */
.main_sb15 .banner_box .cont1 * {
    color: #0c0c0c;
}
.main_sb15 .banner_box .cont2 * {
    color: #fff;
}
.main_sb15 .banner_box .banner_text_container {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
    z-index: 3;
	padding-left:2px;
}

/* 서브타이틀(사용X) */
.main_sb15 .banner_box .banner_text_container .subtitle,
.main_sb15 .banner_box .banner_text_container .subtitle p {
    /* color: #1b1b1b; */
    font-size: 18px;
    font-weight: 300;
}
.main_sb15 .banner_box .banner_text_container .subtitle {
    margin-bottom: 20px;
}

/* 타이틀 */
.main_sb15 .banner_box .banner_text_container .title,
.main_sb15 .banner_box .banner_text_container .title p {
    /* color: #1b1b1b; */
    font-size: 21px;
    font-weight: 600;
    line-height: 160%;
}
.main_sb15 .banner_box .banner_text_container .title {
    margin-bottom: 5px;
	letter-spacing:0.7px;
}

.main_sb15 .banner_box .banner_text_container .title span {
	color: var(--main-box-font-point-color);
	letter-spacing:1px;
}

/* 텍스트 */
.main_sb15 .banner_box .banner_text_container .text,
.main_sb15 .banner_box .banner_text_container .text p {
    /* color: #1b1b1b; */
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.main_sb15 .banner_box .banner_text_container .text {
    margin-bottom: 1px;
	padding-left:3px;
	letter-spacing:0.5px;
}

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

@media (max-width: 991px) {

    .main_sb15 .banner_box .container_fix {
        position: relative;
        display: block;
    }

    .main_sb15 .banner_box .container_fix > div, 
    .main_sb15 .banner_box .container_fix > a {
        position: static;
        width: 100%;
    }

    .main_sb15 .banner_box img {
        border-radius: 12px;
    }

    /* 텍스트 설정 */
    .main_sb15 .banner_box .swiper-slide {
        display: block;
    }
    .main_sb15 .banner_box .swiper-slide.slide1 * {
        color: #0c0c0c;
    }
    .main_sb15 .banner_box .swiper-slide.slide2 * {
        color: #fff;
    }
    .main_sb15 .banner_box .container_fix > div.banner_text_container {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    /* 서브타이틀(사용X) */
    .main_sb15 .banner_box .banner_text_container .subtitle,
    .main_sb15 .banner_box .banner_text_container .subtitle p {
        font-size: 14px;
		font-weight:300;
    }


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

    /* 텍스트 */
    .main_sb15 .banner_box .banner_text_container .text,
    .main_sb15 .banner_box .banner_text_container .text p {
        font-size: 13.5px;
        line-height: 19px;
		margin-bottom:0;
		padding:0;
    }
     .main_sb15 .banner_box .banner_text_container .text {
        letter-spacing:-0.5px;
    } 

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

    /* 슬라이드 페이지네이션 */
	.main_sb15 .banner_box .swiper {
		z-index:3;
	}
    .main_sb15 .banner_box .swiper-pagination {
        bottom: 20px;
        left: 50%;
        display: flex;
        gap: 5px;
        transform: translateX(-50%);
		justify-content:center;
    }
    .main_sb15 .banner_box .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background-color: #34302E;
        opacity: 0.3
    }
    .main_sb15 .banner_box .swiper-pagination-bullet-active {
        opacity: 1;
    }
}