#wrap {
	margin: 0 auto;
}

.content > section:first-child {
	padding-top: 50px;
}

.inner {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	padding: 80px 0;
}
.section_tit {
	padding-bottom: 10px;
	font-size: 50px;
	line-height: 70px;
	letter-spacing: -1.2px;
	color: #111;
	font-weight: 700;
	text-align: center;
	font-family: "Sora", "Pretendard JP", sans-serif;
}
.section_desc {
    margin: 0 auto;
	padding-bottom: 40px;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.3px;
	color: #666;
	text-align: center;
	font-family: "Sora", "Pretendard JP", sans-serif;
}
.section_desc, .txt_box {
	letter-spacing: -0.4px
}

/* 비디오 */
/* .swiper-wrapper {
	align-items: center;
}
.swiper-btn-set {
	width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
	color: #111 !important;
	opacity: 1 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 24px !important;
	font-weight: 600 !important;
}
.swiper-pagination {
	display: flex;
	position: relative !important;
	margin: 15px auto 0;
	padding: 8px;
	width: fit-content !important;
	background-color: #fff;
	border-radius: 40px;
}
.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background-color: #3f4148b8 !important;
}
.swiper-pagination-bullet-active {
	 background: #3f4148 !important;
}
.swiper-button-disabled {
	opacity: .2 !important;
} */
.spot_slider {

}
.video_box {
	width: 100%;
    height: 100%;
    position: relative;
	aspect-ratio: 16/9;
	background-color: #f2f4f6;
	border-radius: 20px;
}
.video_box video {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.video_box video video[poster] {
	width: auto;
	height: 160px;
}

/* spot */
.section_spot {
	background: linear-gradient(#fff 0%, #f8f9fc 60% );
}
.section_spot .inner {
	padding-top: 0;
}
.spot_list_wrap > .vcon {
	align-items: stretch;
}
.spot_list_wrap > .vcon > li.cells {
	display: inherit;
	flex: 1;
}
.spot_box {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(42, 39, 65, .1);
	border-radius: 24px;
}
.spot_box .txt_box {
	text-align: center;
	padding: 32px 26px 14px;
}
.spot_box .txt_box h5 {
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: -1px;
	font-family: "Sora", "Pretendard JP", sans-serif;
	word-break: keep-all;
}
.spot_box .txt_box p {
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: -0.5px;
	color: #5e6066;
	font-family: "Sora", "Pretendard JP", sans-serif;
}
.spot_box .img_box {
    position: relative;
    margin-top: auto;
    background-color: #fafafa;
    padding: 10px;
    aspect-ratio: 3 / 2;
    border-radius: 0 0 20px 20px;
}
.spot_box .img_box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0 0 20px 20px;
}
/* .spot_box .img_box::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff 49%, #ffffff);
    pointer-events: none;
} */

/* product-box */
.product_wrap > .vcon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 60px;
}
.product_box {
	display: block;
}
.product_box .txt_box h4 {
	font-size: 17px;
	font-weight: 600;
	color: var(--main);
	line-height: 34px;
	font-family: "Sora", "Pretendard JP", sans-serif;
}
.product_box .txt_box h3 {
	position: relative;
	font-size: 42px;
	font-weight: 700;
	color: #222;
	line-height: 56px;
	letter-spacing: -1px;
	font-family: "Sora", "Pretendard JP", sans-serif;
}
.product_box .txt_box p {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	line-height: 26px;
	letter-spacing: -0.5px;
	font-family: "DM Sans", "Pretendard JP", sans-serif;
}
.product_box .btn {
	margin-top: 30px;
}
.product_box .btn_link {
	width: fit-content;
	display: none;
}
.product_wrap > .vcon:nth-child(odd) .product_img_box {
	margin-left: auto;
}
.product_wrap > .vcon:nth-child(even) .product_img_box {
	margin-right: auto;
}
.product_img_box.main {
	width: 480px;
    height: 480px;
	background-color: transparent;
}
.product_img_box img.jewelry_preview {
	background-image: url("../img/jewelry_main.png");
	background-color: transparent;
}
.product_img_box img.cosmetic_preview {
	background-image: url("../img/cosmetic_main.png");
	background-color: transparent;
}
.product_img_box img.furniture_preview {
	background-image: url("../img/furniture_main.png");
	background-color: transparent;
}

/* 컨택 */
.contact_form {
	width: 560px;
	margin: 20px auto 0;
}
.contact_form .row {
	width: 100%;
}
.contact_form .row + .row {
	margin-top: 20px;
}
.contact_btn {
	width: 560px;
	margin: 40px auto 0;
}
.contact_btn button {
	width: 100%;
}

/* label 인터랙션 인풋 */
.input_group {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}
.input_group textarea {
	height: 300px;
}
.input {
    padding: 14px 16px;
}
.user-label {
    position: absolute;
    transform: translateY(16px);
    left: 15px;
    font-size: 16px;
    color: #A7AEB9;
    font-weight: 500;
	letter-spacing: -0.5px;
    font-family: "DM Sans", "Pretendard JP", sans-serif;
    pointer-events: none;
    transition: 150ms cubic-bezier(0.4,0,0.2,1);
}
.input:focus+label,
.input:valid+label,
.select:focus+label,
.select.value-on+label {
    transform: translateY(-50%) scale(0.8);
    padding: 0 2px;
    background-color: #fff;
}

.input:focus+label,
.select:focus+label {
    color: var(--main);
}
.input:valid {
    /* box-shadow: inset 0 0 0 1.5px var(--main); */
}

.select+label {
	background-color: #fff;
	z-index: 1;
}
.select.value-on {
    /* box-shadow: inset 0 0 0 1.5px var(--main); */
}
.select.value-on+label {
	/* color: var(--main); */
}