#main {
	position : relative;
}
#main_content{
	display: block;
	width: 100%;
	height: 100vh;
	top: 0;
}

#main .sec {
	padding-bottom: 240px;
}
#main .sec.first {
	padding: 240px 0;
}
.background {
	background: linear-gradient(to bottom, #ffffff, #fff0eb);
}
.main_title {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100vh;
	margin: 0;
}
.main_title .main-txt{
	display: block;
	opacity: 0;
	animation: main-txt 1s forwards;
}
.flex_wrap .content.main_txt {
	margin: 25px 0 40px 0;
}

.content_wrap .content.mini_txt, .flex_wrap .content.mini_txt {
	font-size: 1.1rem;
}
.slick li .main_img {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: none;
}
.sub_page_menu {
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(211, 211, 211, 0.3); /* 연한 회색 그림자 */
}
.sub_page_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.sub_page_menu li {
	margin: 20px 50px;
}
.sub_page_menu a {
	text-decoration: none;
	color: #a4a4a4;
	font-size: 1.2rem;
	font-family: 'SUIT', sans-serif;
}
.sub_page_menu a.active {
	color: #edb39c;
}
.sub_page_menu a:hover {
	font-weight: bold;
}

.text-section h1 {
	font-weight: 600;
}
.description {
	color: #666;
	font-size: 1rem;
	line-height: 25px;
}
/* 이미지+텍스트 */
.text-img-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}
.text-img-box .image-section img {
	width: 100%;
	max-width: 600px;
}
.text-img-box .text-section {
	max-width: 50%;
	text-align: left;
	margin: 0 50px;
}
.text-img-box .text-section h1, .two-img_desc-link .text-section h1{
	font-weight: 600;
	font-size: 2rem;
	font-weight: 600;
}
.text-img-box .content.txt, .two-img_desc-link .content.txt {
	font-size: 1rem;
	font-weight: 300;
	text-align: left;
	line-height: 25px;
}
.text-img-box .text-section p {
	font-size: 1rem;
}
.text-section .description{
	font-size: 1rem;
	font-weight: 300;
	line-height: 25px;
}
.text-img-box .image-section.flex-img-6{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: center;
	max-width: 50%;
}
.text-img-box .image-section.flex-img-6 .flex-img-wrap{
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 10px #ffe6dc;
	border-radius: 15px;
	font-weight: bold;
	text-align: center;
	flex: 1 1 25%;
	margin: 10px;
	box-sizing: border-box;
	height: 210px;
	max-width: 220px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.text-img-box .image-section.flex-img-6 .flex-img-wrap span{
	font-size: 1rem;
	display: contents;
}
.text-img-box .image-section.flex-img-6 .flex-img-wrap img {
	max-width: 100%;
	height: auto;
	width: inherit;
	margin: 0 0 10px 0 !important;
}

.two-img_desc-link .text-section .button {
	border: 1px solid #bbb;
	padding: 10px 15px;
	cursor: pointer;
	transition: all .4s ease-in;
	margin-top: 80px;
}
.two-img_desc-link .text-section .button:hover {
	color: #fff;
	background: #F3A98B !important;
	border: 1px solid #F3A98B !important;
}

.two-img_desc-link {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F7F7F7;
	margin-top: 100px;
}
.two-img_desc-link .text-section{
	margin-left: 30px;
	position: relative;
}
.two-img_desc-link .image-section{
	position: relative;
	bottom: 100px;
}
.two-img_desc-link .image-section img{
	width: 100%;
}
.hover-txt-img {
	margin: 100px 0;
}
.hover-txt-img-wrap {
	margin: 10px;
}
.hover-txt-img .img .image-wrap{
	position: relative;
}
.hover-txt-img .img .image-wrap img{
	position: relative;
	transition: transform 0.3s ease;
	width: 100%;
}
.hover-txt-img .img .image-wrap .overlay{
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.2rem;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.label-container {
	margin: 80px 0 50px 0;
}
.label-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: 800px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #ffe6dc;
	font-size: 0.9rem;
}
.label-title {
	background-color: #F3A98B;
	text-align: center;
	padding: 20px;
	border-radius: 5px 0 0 5px;
	color: white;
	font-weight: 700;
	flex: 1;
}
.label-content {
	padding: 20px;
	border-radius: 0 5px 5px 0;
	flex: 2;
	font-weight: 700;
}

.img-desc-wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0 20px 0;
}
.img-desc-contents {
	margin: 10px;
	text-align: center;
	width: 31%;
	max-width: 409px;
}
.img-desc-contents img {
	max-width: 100%;
	height: auto;
}
.img-desc-contents p {
	margin-top: 10px;
	line-height: 25px;
	font-weight: 300;
}
.img-desc-contents p span{
	 line-height: 40px;
}

.img_underline-contents .text-section,.img_underline-contents .image-section {
	margin: 0 50px;
}
.img_underline-contents .image-section img{
	width: 100%;
	max-width: 600px;
}
.img_underline-contents .desc li {
	padding: 15px 0;
	position: relative;
}
.img_underline-contents .desc li:after {
	content: "";
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #F1DED6;
	left: 0;
	width: 100%;
}
.img_underline-contents .desc li:nth-last-child(1):after {
	display: none;
}
.block-txt-img-contents {

}
.block-txt-img-contents .text-section {
	text-align: center;
	margin: 0 auto 100px auto;
}
.block-txt-img-contents .title {
	margin-top: 0;
	color: #F6C3AE;
	font-size: 1rem;
	font-weight: 600;
}
.block-txt-img-contents .sub_title {
	margin-top: 0;
	color: #F6C3AE;
	font-size: 1.6rem;
	font-weight: 600;
}
.block-txt-img-contents .container .title {
	font-size: 24px;
	margin-bottom: 40px;
	color: #333;
}
.block-txt-img-contents .icons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 50px;
	align-items: center;
}
.block-txt-img-contents .icon {
	text-align: center;
	width: 140px;
	background-color: #fff;
	padding: 30px 10px;
	margin-right: 30px;
	box-shadow: 0 0 10px #ffe6dc;
	border-radius: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.block-txt-img-contents .icon:nth-last-child(1) {
	margin-right: 0;
}
.block-txt-img-contents .icon img {
	height: 50px;
}
.block-txt-img-contents .icon p {
	font-size: 14px;
	margin-bottom: 0;
}
.block-txt-img-contents .description {
	color: #666;
	font-size: 1rem;
	line-height: 25px;
	width: 90%;
	margin: 0 auto;
}

.pin-container {
	background-color: #FEF0ED;
}
.pin-wrap {
	display: flex;
	width: 100%;
	margin: 0 auto;
}

.pin-left {
	flex: 0 0 35%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0 200px;
}
.pin-left h1 {
	font-size: 2rem;
	font-weight: 600;
	margin: 0;
}
.pin-left h2 {
	margin-top: 0;
	color: #F6C3AE;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 3px;
}
.pin-left span {
	margin-top: 30px;
	font-size: 1rem;
	line-height: 25px;
	font-weight: 300;
}
.pin-contents {
	flex: 1;
	padding: 240px 0;
	position: relative;
}

.pin-contents .content-section {
	position: relative;
	z-index: 1;
}
.pin-contents .content-wrapper {
	display: flex;
	align-items: center;
}
.pin-contents .content-image {
	max-width: 320px;
	height: fit-content;
	margin-right: 50px;
	flex: 1;
}
.pin-contents .content-section .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pin-contents .pin-contents-desc {
	flex: 2;
	display: flex;
	flex-wrap: wrap;
}
.pin-contents .pin-contents-desc span {
	color: #F6C3AE;
	font-size: 2rem;
	font-weight: 600;
	display: block;
	width: 100%;
}
.pin-contents .pin-contents-desc h4 {
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 20px 0;
	display: block;
	width: 100%;
}
.pin-contents .pin-contents-desc p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 0;
	display: block;
	width: 100%;
}
.pin-contents .horizontal-line {
	border: none;
	border-top: 2px solid #EFD9D2; /* 선의 색상과 두께 조정 */
	margin: 150px 0; /* 선의 위아래 간격 */
	width: 80%; /* 선의 길이 조정 */
}
.pin-container_m_txt {
	padding: 120px 0;
}
.pin-container_m_txt .text-section span{
	font-weight: 300;
	line-height: 25px;
}
.pin-container_m_contents {
	text-align: left;
	padding-bottom: 120px;
}
.pin-container_m_contents .content{
	width: 90%;
	margin: 0 auto;
}
.pin-container_m_contents .content .pin-contents-desc span{
	color: #F6C3AE;
	font-weight: 600;
}
.pin-container_m_contents .content .pin-contents-desc h4{
	margin-top: 10px;
	font-weight: 600;
}
.pin-container_m_contents .content .pin-contents-desc p{
	font-weight: 300;
	line-height: 25px;
}
.pin-container_m_contents .content .content-image{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.pin-container_m_contents .horizontal-line {
	border: none;
	border-top: 2px solid #EFD9D2; /* 선의 색상과 두께 조정 */
	margin: 50px 0; /* 선의 위아래 간격 */
	width: 90%; /* 선의 길이 조정 */
	margin-left: auto;
	margin-right: auto; /* 선을 가운데로 정렬 */
}

.versus-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
.versus-img {
	width: 49%;
	margin: 50px 0 30px 0;
}
.versus-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.versus-table th, .versus-table td {
	padding: 12px;
	border: 1px solid #ddd;
	text-align: center;
}
.versus-table th {
	background-color: #f4f4f4;
}
.versus-table td {
	background-color: #fff;
}
.versus-table th:nth-child(1), .versus-table th:nth-child(3),
.versus-table td:nth-child(1), .versus-table td:nth-child(3) {
	width: 45%;
}
.versus-table tr:nth-child(1) th:nth-child(1), .versus-table th:nth-child(3), .versus-table tr:nth-child(1) th:nth-child(2) {
	border-top: 2px solid #AFAFAF;
}
.versus-table th:nth-child(2), .versus-table td:nth-child(2) {
	width: 10%;
}
.versus-table .on{
	border-top: 2px solid #D5B0A4 !important;
	background: #FFF5F1 !important;
}
/* 반응형 스타일 */
@media (max-width: 1500px) {
	.text-img-box .image-section img.for_pc {
		margin-top: 50px;
	}
}
@media (max-width: 1350px) {
	.text-img-box .image-section img {
		margin: 50px 0 0 0;
	}
	.text-img-box .image-section img {
		margin: 0 0 50px 0;
	}
	.text-img-box .text-section {
		margin-top: 80px;
		text-align: center;
		max-width: 80%;
	}
	.text-img-box .text-section h1{
		font-size: 1.8rem !important;
	}
	.img_underline-contents .image-section img {
		margin: 0 0 50px 0;
	}
	.pin-left {
		flex: 0 0 25%;
		padding: 0 50px 0 150px;
	}
	.pin-contents .horizontal-line {
		width: 90%;
	}
}
@media (max-width: 1200px) {
	.sub_page_menu li {
		margin: 20px 25px;
	}
	.img-desc-contents {
		width: 50%;
	}
}
@media (max-width: 1100px) {
	.text-img-box .image-section.flex-img-6 {
		max-width: 80%;
		margin: 50px 0;
	}
	.pin-contents .content-section .content {
		flex-flow: column-reverse;
	}
	.pin-contents .content-image {
		margin-right: 0;
		margin-top: 50px;
	}
	.pin-left {
		flex: 0 0 35%;
		padding: 0 50px 0 100px;
	}
}
@media (max-width: 900px) {
	.text-img-box .image-section.flex-img-6 {
		max-width: 90%;
	}
	.text-img-box .image-section.flex-img-6 .flex-img-wrap span {
		font-size: 0.9rem;
	}
	.pin-left {
		padding: 0 50px;
	}
}
@media (max-width: 768px) {
	.img-desc-contents {
		width: 60%;
	}
}
@media (max-width: 750px) {
	.hover-txt-img-wrap {
		width: 45%;
	}
	.sub_page_menu a {
		font-size: 1rem;
	}
}
@media (max-width: 640px) {
	.sec {
		padding-bottom: 120px;
	}
	#main .sec.first {
		padding: 120px 0 !important;
	}
	#main .sec {
		padding-bottom: 120px;
	}

	.main_title {
		margin: 0 !important;
	}
	.flex_wrap .content.main_txt {
		font-size: 2.2rem !important;
	}
	.flex_wrap .content.sub_txt {
		line-height: 14px !important;
	}
	.sub_page_menu li {
		margin: 15px 20px;
	}
	.sub_page_menu a {
		font-size: 1rem;
	}
	.container {
		padding-top: 0px !important;
	}

	.text-img-box {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.text-img-box .image-section img {
		width: 100%;
	}
	.text-img-box .text-section {
		width: 100% !important;
		text-align: center;
		margin: 0 auto !important;
		max-width: 100% !important;
	}
	.text-img-box .text-section h1 {
		text-align: center;
		font-size: 1.4rem;
	}
	.text-img-box .text-section h2 {
		text-align: center;
		font-size: 0.6rem;
		letter-spacing: 3px;
	}
	.text-img-box .text-section h1{
		font-size: 1.4rem !important;
		width: 100%;
		margin: 0 auto;
	}
	.text-img-box .content.txt {
		margin-top: 24px;
		text-align: center;
	}
	.two-img_desc-link {
		justify-content: flex-start;
	}
	.two-img_desc-link .text-section h1 {
		font-size: 1.4rem;
	}
	.two-img_desc-link .text-section .button {
		font-size: 0.8rem;
	}
	.two-img-for_m .slider-div {
		bottom: -130px;
	}
	.text-img-box .image-section.flex-img-6 {
		max-width: 100%;
		gap: 15px;
		margin-bottom: 50px;
	}
	.text-img-box .image-section.flex-img-6 .flex-img-wrap {
		padding: 20px;
		flex: initial;
		width: 45%;
		height: 150px;
		margin: 0;
		display: inline-table;
	}
	.text-img-box .image-section.flex-img-6 .flex-img-wrap img {
		width: fit-content;
		height: 80px;
		margin: 0 auto 15px auto !important;
	}
	.text-img-box .image-section.flex-img-6 .flex-img-wrap span {
		font-size: 0.7rem;
	}
	.hover-txt-img {
		margin: 50px 0;
		gap: 10px;
	}
	.hover-txt-img-wrap {
		width: 45%;
		margin: 0;
	}
	.hover-txt-img .img .image-wrap span.for_m {
		margin: 10px 0;
		font-size: 0.8rem;
	}
	.label-container {
		margin: 40px 0 25px 0;
	}
	.label-title {
		flex: 1.5;
	}
	.label-content {
		flex: 3.5;
	}
	.img_underline-contents .image-section img {
		margin: 50px 0 0 0;
	}
	.img_underline-contents .desc li {
		text-align: left;
		font-size: 0.9rem;
	}
	.img_underline-contents .text-section, .img_underline-contents .image-section {
		width: 90% !important;
		margin: 0 auto !important;
		max-width: 100% !important;
	}
	.img_underline-contents .text-section h2 {
		text-align: left;
		margin: 0;
	}
	.img-desc-contents {
		width: 100%;
	}
	.block-txt-img-contents .title {
		font-size: 0.6rem;
	}
	.block-txt-img-contents .sub_title {
		font-size: 1.1rem;
	}
	.block-txt-img-contents .text-section{
		max-width: 100%;
		margin: 0 auto 50px auto;
	}
	.block-txt-img-contents .icon {
		padding: 15px 10px;
		width: 22%;
		margin: 10px;
	}
	.block-txt-img-contents_m div span {
		font-size: 0.7rem;
	}
	.block-txt-img-contents .icon p {
		font-size: 0.6rem;
	}
	.last-txt {
		padding-bottom: 50px !important;
	}
	.versus-table th:nth-child(1), .versus-table th:nth-child(3), .versus-table td:nth-child(1), .versus-table td:nth-child(3) {
		width: 25%;
	}
	.versus-table th:nth-child(2), .versus-table td:nth-child(2) {
		width: 75%;
	}
	.versus-img {
		width: 100%;
	}
	.versus-table th, ersus-table td {
		font-size: 0.9rem;
	}
}
@media (max-width: 400px){
	.sub_page_menu a {
		font-size: 0.9rem;
	}
}
