.m_main_header {
	display: none;
	width: 100%;
	font-size: 20px;
	padding: 0 20px;
	color: var(--text-primary);
	line-height: 1.3;
	box-sizing: border-box;
}
.m_main_header a {
	font-weight: 700;
	text-decoration: underline;
}
.m_main_header strong {
	font-weight: 600;
}
.m_main_header .thumb {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	overflow: hidden;
}
.m_main_header .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.visual {
    justify-content: center;
	height: calc(100vh - 200px);
	min-height: 600px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.visual .inner {
	max-width: 1280px;
}
.visual .bg {
	justify-content: end;
	cursor: pointer;
}
.visual .bg .flex {
	position: relative;
	height: 600px;
	width: 100%;
	max-width: 854px;
	border-radius: 10px;
	overflow: hidden;
}
.visual .bg img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual .box {
	position: absolute;
	bottom: 50px;
	left: 60px;
	width: 100%;
	max-width: 370px;
	border-radius: 10px;
	background: rgba(250, 250, 250, 0.80);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 30px 30px 110px;
	gap: 20px;
	box-sizing: border-box;
}
.visual .box h2 {
	font-size: 24px;
}
.visual .box p {
	font-size: 16px;
	color: var(--text-);
}
.visual .swiper-slide {
	opacity: 0 !important;
}
.visual .swiper-slide-active {
	opacity: 1 !important;
}
.visual .swiper-button-prev,
.visual .swiper-button-next {
	position: absolute;
	top: auto;
	bottom: 90px;
	width: 40px;
	height: 40px;
	margin: 0;
}
.visual .swiper-button-prev:after,
.visual .swiper-button-next:after {
	display: none;
}
.visual .swiper-button-prev {
	left: 90px;
	background: url("../images/slider_button_prev.svg")no-repeat 50% 50% / 100%;
}
.visual .swiper-button-next {
	right: auto;
	left: 160px;
	background: url("../images/slider_button_next.svg")no-repeat 50% 50% / 100%;
}



.sec {
	padding: 80px 0;
}


.sec01 {
	background: #FEF8FB;
}
.sec01 .slide {
    position: relative;
    margin: 0 -30px;
    padding: 0 30px;
    box-sizing: border-box;
}
.sec01 .swiper {
	position: static;
}
.sec01 .swiper-slide {
	background: var(--white);
	padding: 30px;
	border-radius: 20px;
	box-sizing: border-box;
}
.sec01 .swiper-slide .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}
.sec01 .swiper-slide .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec01 .swiper-slide .info {
	padding: 0 0 20px;
	gap: 10px;
	border-bottom: 1px solid var(--border-tertiary);
}
.sec01 .swiper-slide .info h4 {
	font-size: 14px;
}
.sec01 .swiper-slide .info h3 {
	font-size: 18px;
}
.sec01 .swiper-slide .info p {
	font-size: 16px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}
.sec01 .swiper-slide .sns {
	margin-top: 16px;
	gap: 20px;
	box-sizing: border-box;
}
.sec01 .swiper-button-prev,
.sec01 .swiper-button-next {
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	margin: 0;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(247, 65, 143, 0.10);
}
.sec01 .swiper-button-prev:after,
.sec01 .swiper-button-next:after {
	display: none;
}
.sec01 .swiper-button-prev {
	left: 0;
	background: url("../images/slide-prev.svg")no-repeat 50% 50% / 100%;
}
.sec01 .swiper-button-next {
	right: 0;
	background: url("../images/slide-next.svg")no-repeat 50% 50% / 100%;
}



.sec02 .grid2 {
	gap: 40px;
}
.sec02 .grid2 a {
	position: relative;
	flex: 1;
	border-radius: 10px;
	padding: 0 60px;
	overflow: hidden;
	box-sizing: border-box;
}
.sec02 .grid2 a:nth-child(1) {
	background: #ECE6FE url("../images/main_bn1.svg")no-repeat calc(100% - 60px) 50% / 195px;
}
.sec02 .grid2 a:nth-child(2) {
	background: #FFCDD3 url("../images/main_bn2.svg")no-repeat calc(100% - 60px) 50%;
}
.sec02 .grid2 a .box {
	position: relative;
	justify-content: center;
	height: 200px;
	gap: 20px;
	z-index: 2;
}
.sec02 .grid2 a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 100%;
    height: 100%;
	background: url("../images/main_bn_bg.png")no-repeat 50% 50%;
}
.sec02 .grid2 a h4 {
	font-size: 24px;
	color: var(--text-primary);
}
.sec02 .grid2 a p {
	color: var(--text-secondary);
	font-size: 18px;
	font-weight: 500;
}



.main_bn {
	background: var(--key-color);
}
.main_bn .box {
	padding: 22px 0;
	gap: 200px;
	justify-content: center;
	color: var(--white);
}
.main_bn .box .txt {
	gap: 15px;
}
.main_bn .box .txt h4 {
	font-size: 24px;
}
.main_bn .box .txt p {
	font-size: 16px;
}
.main_bn .box .txt p .m {
	display: none;
}
.main_bn .box .txt a {
	width: 123px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
	background: var(--white);
	color: var(--key-color);
}
.main_bn .box .img img {
	height: 140px;
}




#footer {
	margin-top: 0!important;
}



#main_pop {
	display: none;
	position: fixed;
    top: 80px;
    left: 60px;
	width: 90%;
	max-width: 600px;
	z-index: 36;
}
#main_pop .modal_cont {
	width: 100%;
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
}
#main_pop .modal_cont .cont {
    max-height: 650px;
    overflow-y: auto;
	/* 20240919 이주현 */
    /*height: calc(100vh - 160px);*/
}
#main_pop .modal_cont .cont img {
	min-height: 600px;
	max-width: 100%;
}
#main_pop .modal_cont .btn_area {
	background: var(--text-primary);
	color: var(--white);
	justify-content: end;
	box-sizing: border-box;
}
#main_pop .modal_cont .btn_area p {
	flex: 1;
	padding: 15px 20px;
	font-weight: 500;
	box-sizing: border-box;
}
#main_pop .modal_cont .btn_area button {
	flex: 1;
	height: 45px;
	background: #484848;
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	border-left: 1px solid var(--white);
	box-sizing: border-box;
}
#main_pop .modal_cont .btn_area button:first-child {
	border-left: 0;
}
#main_pop .modal_cont .btn_area button img {
	display: none;
	width: 10px;
	margin-left: 5px;
	vertical-align: 0px;
}
#main_pop2 {
	display: none;
	position: fixed;
    top: 80px;
    left: 670px;
	width: 90%;
	max-width: 600px;
	z-index: 36;
}
#main_pop2 .modal_cont {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
}
#main_pop2 .modal_cont .cont {
    max-height: 650px;
    overflow-y: auto;
	/* 20240919 이주현 */
    /*height: calc(100vh - 160px);*/
}
#main_pop2 .modal_cont .cont img {
	max-width: 100%;
}
#main_pop2 .modal_cont .btn_area {
	background: var(--text-primary);
	color: var(--white);
	justify-content: end;
	box-sizing: border-box;
}
#main_pop2 .modal_cont .btn_area p {
	flex: 1;
	padding: 15px 20px;
	font-weight: 500;
	box-sizing: border-box;
}
#main_pop2 .modal_cont .btn_area button {
	flex: 1;
	height: 45px;
	background: #484848;
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	border-left: 1px solid var(--white);
	box-sizing: border-box;
}
#main_pop2 .modal_cont .btn_area button:first-child {
	border-left: 0;
}
#main_pop2 .modal_cont .btn_area button img {
	display: none;
	width: 10px;
	margin-left: 5px;
	vertical-align: 0px;
}


@media screen and (max-width: 1600px) {
	.sec01 .slide {
		margin: 0;
	}
}
@media screen and (max-width: 1280px) {
	.sec01 .swiper-slide {
		padding: 20px;
	}
	.sec01 .swiper-slide .info {
		gap: 12px;
		padding: 0 0 10px;
	}

	.sec02 .grid2 a {
		padding: 0 30px;
		background-position: calc(100% - 35px) 50%;
	}
	.sec02 .grid2 a:nth-child(1) {
		background-size: 160px;
	}
	.sec02 .grid2 a:nth-child(2) {
		background-size: 260px;
	}
	.sec02 .grid2 a .box {
		height: 200px;
		gap: 10px;
	}


	.main_bn .box {
		gap: 120px;
	}
}
@media screen and (max-width: 1024px) {
	#header {
		display: none;
	}
	#fixHeader .main_header {
		display: flex;
	}
	.m_main_header {
		display: flex;
		padding: 16px;
	}
	#container {
		padding-top: 0px;
	}
	

	.sec {
		padding: 40px 0;
	}

	.visual {
		padding-bottom: 40px;
		height: auto;
		min-height: auto;
	}
	.visual .box {
		left: 20px;
		bottom: 10px;
		padding: 20px 20px 60px;
		max-width: calc(100% - 40px);
		gap: 10px;
	}
	.visual .bg {
		margin-bottom: 300px;
	}
	.visual .bg .flex {
		max-width: 100%;
		height: 255px;
	}
	.visual .box h2 {
		font-size: 18px;
	}
	.visual .box p {
		font-size: 14px;
	}
	.visual .swiper-button-prev, 
	.visual .swiper-button-next {
		width: 20px;
		height: 20px;
		bottom: 30px;
	}
	.visual .swiper-button-prev {
		left: 40px;
	}
	.visual .swiper-button-next {
		left: 80px;
	}


	.sec01 .slide {
		padding: 0;
	}
	.sec01 .swiper-slide .thumb {
		margin-bottom: 20px;
	}
	.sec01 .swiper-slide .sns {
		gap: 10px;
	}
	.sec01 .swiper-slide .sns img {
		width: 20px;
	}
	.sec01 .swiper-button-prev, 
	.sec01 .swiper-button-next {
		width: 30px;
		height: 30px;
	}
	.sec01 .swiper-button-prev {
		left: -10px;
	}
	.sec01 .swiper-button-next {
		right: -10px;
	}

	.sec02 .grid2 {
		gap: 20px;
	}
	.sec02 .grid2 a {
		flex: none;
		width: 100%;
	}
	.sec02 .grid2 a .box {
		height: 123px;
	}
	.sec02 .grid2 a:nth-child(1) {
		background-size: 100px;
	}
	.sec02 .grid2 a:nth-child(2) {
		background-size: 130px;
	}
	.sec02 .grid2 a h4 {
		font-size: 16px;
	}
	.sec02 .grid2 a p {
		font-size: 14px;
	}

	#main_pop {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#main_pop2 {
		top: 200px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 768px) {
	.sec02 .grid2 a:nth-child(1) {
		background-size: 120px;
	}
	.sec02 .grid2 a:nth-child(2) {
		background-size: 185px;
	}
	.sec02 .grid2 a .box {
		height: 160px;
	}

	
	.main_bn .box {
		gap: 10px;
	}
	.main_bn .box .txt {
		flex: 1;
	}
	.main_bn .box .txt h4 {
		font-size: 18px;
		word-break: keep-all;
	}
	.main_bn .box .txt p {
		font-size: 14px;
	}
	.main_bn .box .txt p .m {
		display: inline-block;
	}
	.main_bn .box .txt a {
		width: 109px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	.main_bn .box .img img {
		width: 120px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.sec02 .grid2 a:nth-child(1) {
		background-position: calc(100% - 20px) 50%;
	}
	.sec02 .grid2 a:nth-child(2) {
		background-position: calc(100% - 20px) 50%;
	}
}
@media screen and (max-width: 380px) {
	.sec02 .grid2 a {
		padding: 0 15px;
		background-position: calc(100% - 20px) 90%!important;
	}
	.sec02 .grid2 a:nth-child(1) {
		background-size: 80px;
	}
	.sec02 .grid2 a:nth-child(2) {
		background-size: 125px;
	}
	.sec02 .grid2 a .box {
		height: 145px;
		justify-content: start;
		padding-top: 30px;
		box-sizing: border-box;
	}

	.main_bn .box {
		gap: 10px;
	}
	/*.main_bn .box .txt {
		flex: none;
		width: 100%;
		text-align: center;
	}
	.main_bn .box .txt a {
		margin: 0 auto;
	}*/
}