@charset "utf-8";

@import url("/resource/content/common/css/reset.css"); /* reset */

/* Top 버튼 */
.common-btn-top {
	left: 95%;
}

/* Hero Banner Section */
.section-hero {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.section-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section-hero-content {
	position: absolute;
	left: 50%;
	bottom: 7.2917vw;
	transform: translateX(-50%);
    text-align: center;
}

.hero-title {
	font-family: 'NewBedford';
	font-size: 3.75vw;
	line-height: 1;
	color: #fff;
	font-weight: 800;
}

.hero-sub-text {
    display: block;
	margin-bottom: 1.0417vw;
    font-family: 'NovaR';
	font-size: 1.6667vw;
	color: #fff;
	line-height: 1;
}
.prod-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7.2917vw;
}
.prod-item {
    flex-basis: 25%;
}

.btn-wrap {
	display: flex;
	justify-content: center;
	gap: 0.625vw;
	margin-top: 4.167vw;
}
.btn-wrap .btn {
	width: 9.271vw;
	height: 3.125vw;
	font-family: 'Pretendard';
	font-size: 0.833vw;
	font-weight: 700;
	line-height: 3.125vw;
	text-align: center;
	color: #000;
	border: 1px solid #000
}
.btn-wrap .btn.btn-primary {
	color: #fff;
	background: #E31837;
	border:none;
}