.main_visual#main_visual_mo{
	display:none;
}
.main_visual .mySwiper{
	position:relative;
	overflow:hidden;
}
.main_visual .swiper-slide{
	height:720px;
	position:relative;
	overflow:hidden;
}
.main_visual_type3 .text_item{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	transform:translateY(-50%);
	color:#fff;
	z-index:5;
}
.main_visual_type3 .text_item *{
	font-family: 'S-Core Dream';
}
.main_visual_type3 .text_item h2{
	font-size:6.2rem;
	font-weight:700;
	text-align:center;
}
.main_visual_type3 .text_item p{
	font-size:2.6rem;
	font-weight:400;
	margin-top:3rem;
	text-align:center;
}
.main_visual_type3 .swiper-slide .visual_img{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:all 5s;
	transform:scale(1.2) translateX(5%);
}
.main_visual_type3 .swiper-slide.swiper-slide-active .visual_img{
	transform:scale(1.2) translateX(-5%);
}
.main_visual_type3 .controller{
	position:absolute;
	width:100%;
	left:0;
	bottom:3rem;
	z-index:10;
	color:#fff;
	display:flex;
	align-items: center;
	padding:2rem 5rem;
}
.main_visual_type3 .controller .mv_pagination{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-left:2rem;
}

.main_visual_type3 .controller .mv_pagination{
	display:flex;
	align-items: center;
	margin-left:2rem;
}
/* button style */
.main_visual_type3 .swiper-pagination-bullet {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	margin: 0 10px;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
	outline: none;
	opacity:1;
}
.main_visual_type3 .swiper-pagination-bullet-active::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:2px solid rgba(255,255,255,.3);
	border-radius:100%;
}
.main_visual_type3 .swiper-pagination-bullet::after{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	background:#fff;
	border-radius:100%;
}
.main_visual_type3 .swiper-pagination-bullet-active::after{
	background:#fff;
}

/* button circle */
.main_visual_type3 .progress_circle {
	transform: rotate(-90deg);
	opacity:.6;
}
.main_visual_type3 .circle-origin {
	fill: transparent;
	stroke: rgb(255, 255, 255);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 97px;
	stroke-dashoffset: 97px;
}
@media (max-width:991.98px) {
	.main_visual .swiper-slide{
		height:40rem;
	}
	.main_visual_type3 .text_item h2{
		font-size:5rem;
	}
	.main_visual_type3 .text_item p{
		font-size:2.2rem;
		margin-top:2rem;
	}
}
@media (max-width:767.98px) {
	.main_visual .swiper-slide{
		height:30rem;
	}
	.main_visual_type3 .text_item {
    top: 57%;
	}
	.main_visual_type3 .text_item h2{
		font-size:4rem;
	}
	.main_visual_type3 .text_item p{
		font-size:2rem;
		margin-top:1rem;
	}
	.main_visual_type3 .controller{
		display: none;
	}
}
@media (max-width:575.98px) {
	.main_visual_type3 .text_item h2{
		font-size:3.2rem;
	}
}



#main_container *{
	font-family: 'S-Core Dream';
}

/*sec01*/
#main_container > .sec01{
	z-index: 1;
	position: relative;
	padding-top: 10rem;
	padding-bottom: 8rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#main_container > .sec01::after{
	content:"";
	position:absolute;
	left:50%;
	right:50%;
	margin-left:-50vw;
	margin-right:-50vw;
	height:100%;
	top:0;
	background:url(../_img/main/sec01_bg.jpg) no-repeat center center / cover;
	z-index:-2;
}
#main_container > .sec01 .text{
	width: 58.33%;
}
#main_container > .sec01 .text h3{
	line-height: 1.5;
}
#main_container > .sec01 .text h3 br{
	display: none;
}
#main_container > .sec01 .text .link{
	display: flex;
	flex-wrap: wrap;
	gap:0 6.5rem;
	width: 100%;
}
#main_container > .sec01 .text .link li{
	position: relative;
	margin-top: 2.5rem;
	width: 26.7%;
}
#main_container > .sec01 .text .link li:first-child::before,
#main_container > .sec01 .text .link li:nth-child(2)::before{
	position: absolute;
	top: 1.5rem; right: -4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8rem; height: 3.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background: #3b2300;
	border-radius: 3rem;
}
#main_container > .sec01 .text .link a{
	display: block;
	color: #333;
}
#main_container > .sec01 .text .link a p{
	margin-top: 7px;
	letter-spacing: -1px;
	text-align: center;
}
#main_container > .sec01 .text .link a img{
	width: 100%;
}
#main_container > .sec01 .download{
	margin-top: 12rem;
	display: flex;
}
#main_container > .sec01 .download a{
	display: inline-block;
	padding: 1.5rem;
	width: 20rem;
	text-align: center;
	font-family:'Noto Sans KR',sans-serif !important;
	font-size: 1.6rem;
	color: #333;
	background: #fff;
	box-shadow: 0 0 1rem rgba(0,0,0,.05);
	border-radius: 1rem;
}
#main_container > .sec01 .download a img{
	margin-right: 1rem;
}
#main_container > .sec01 .img{
	width: 40%;
	/* width: 41.67%; */
}
#main_container > .sec01 .img .phone{
	position: relative;
	/* padding-right: 2rem; */
	text-align: right;
}
#main_container > .sec01 .img .phone::before,
#main_container > .sec01 .img .phone::after{
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%; height: 100%;
}
#main_container > .sec01 .img .phone::before{
	right: -28%; top: 7%;
	/* right: -18%; top: 7%; */
	background: url(../_img/main/sec01_flower.png) no-repeat right top / 24.6rem auto;
}
#main_container > .sec01 .img .phone::after{
	left: 0; bottom:9%;
	/* left: 9%; bottom:9%; */
	background: url(../_img/main/sec01_flower2.png) no-repeat left bottom / 38.1rem auto;
}
@media (max-width:1199.98px) {
	#main_container > .sec01 .text .link {gap: 0 5.5rem;}
	#main_container > .sec01 .img img{
		max-width: 400px;
	}
	/* #main_container > .sec01 .img .phone::before{
		right: -30%;
	}
	#main_container > .sec01 .img .phone::after{
		left: -9%;
	} */
}
@media (max-width:991.98px) {
	#main_container > .sec01 {
		display: block;
		padding: 8rem 15px;
	}
	#main_container > .sec01 .text{
		width: 100%;
	}
	#main_container > .sec01 .text h3 br{
		display: block;
	}
	#main_container > .sec01 .download {
    margin-top: 9rem;
	}
	#main_container > .sec01 .text .link {gap: 0 7.5rem;}
	#main_container > .sec01 .img{
		display: none;
	}
}
@media (max-width: 767.98px){
	#main_container > .sec01 .download {
		margin-top: 6rem;
	}
	#main_container > .sec01 .download a {
    width: 18rem;
	}
	#main_container > .sec01 .text .link {gap: 0 5.9rem;}
}
@media (max-width: 575.98px){
	#main_container > .sec01 .text .link {
    gap: 0 4rem;
	}
	#main_container > .sec01 .text .link li{
		margin-right: 6rem;
		width: calc(50% - 8rem);
		/* width: 34%; */
	}
	#main_container > .sec01 .text .link li:first-child::before,
	 #main_container > .sec01 .text .link li:nth-child(2)::before {
    width: 7.5rem;
    font-size: 1.6rem;
	}
}
@media (max-width: 350px){
	#main_container > .sec01 .text .link {gap: 0 2rem;}
	/* #main_container > .sec01 .text .link li{
		width: 32%;
	} */
	#main_container > .sec01 .text .link li{
		width: calc(50% - 7rem);
		/* width: 34%; */
	}
}

/*sec02*/
#main_container > .sec02{
	padding: 10rem 15px;
}
#main_container > .sec02 > div.title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main_container > .sec02 > div.title a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20rem;
	height: 6rem;
	color: #000;
	border-radius: 3rem;
	border: 1px solid #d1d1d1;
}
#main_container > .sec02 > div.title a i{
	margin-top: -5px;
}
#main_container > .sec02 .notice > div:nth-child(2){
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}
#main_container > .sec02 .notice .list{
	max-width: 35.5rem;
}
#main_container > .sec02 .notice > div:nth-child(2) .list{
	margin: 0 auto;
}
#main_container > .sec02 .notice > div:nth-child(3) .list{
	margin-left: auto;
}
#main_container > .sec02 .notice .list .title{
	font-size: 1.8rem;
	font-weight: 500;
}
#main_container > .sec02 .notice .list .desc{
	margin-top: 2.5rem;
	margin-bottom: 3.5rem;
	font-size: 1.6rem;
	font-weight: 300;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
#main_container > .sec02 .notice .list .date{
	font-size: 1.4rem;
	font-weight: 500;
	color: #999;
}
#main_container > .sec02 .link{
	display: flex;
	justify-content: space-between;
}
#main_container > .sec02 .link a{
	display: flex;
	align-items: center;
	padding: 4rem;
	width: 50%;
	height: 19.6rem;
	color: #fff;
}
#main_container > .sec02 .link a .img1{
	margin-right: 2.5rem;
	width: 7.6rem;
}
#main_container > .sec02 .link a .img2{
	margin-right: 3rem;
	width: 5rem;
}
#main_container > .sec02 .link a .text strong{
	display: block;
	margin-bottom: 1rem;
	font-size: 2.6rem;
	font-weight: 600;
}
@media(max-width:1199.98px){
	#main_container > .sec02 .link a {
    padding: 3rem;
	}
	#main_container > .sec02 .link a .text strong {
    font-size: 2.2rem;
	}
	#main_container > .sec02 .link a .img1 {
    margin-right: 2rem;
    width: 7rem;
	}
	#main_container > .sec02 .link a .img2 {
    margin-right: 2.5rem;
    width: 4.5rem;
	}
}
@media(max-width:991.98px){
	#main_container > .sec02 {
    padding: 8rem 15px;
	}

	#main_container > .sec02 .notice .list {
    max-width: unset;
	}
	#main_container > .sec02 .notice > div:first-child .list{
		padding-bottom: 2rem;
	}
	#main_container > .sec02 .notice > div:nth-child(2){
		border: none;
		border-top: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
	}
	#main_container > .sec02 .notice > div:nth-child(2) .list{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	#main_container > .sec02 .notice > div:last-child .list{
		padding-top: 2rem;
	}

	#main_container > .sec02 .link a {
    padding: 2.5rem;
	}
	#main_container > .sec02 .link a .text strong {
    margin-bottom: .5rem;
    font-size: 2rem;
	}
	#main_container > .sec02 .link a .img1 {
    margin-right: 1.5rem;
    width: 6.5rem;
	}
	#main_container > .sec02 .link a .img2 {
    margin-right: 2rem;
    width: 4rem;
	}
}
@media(max-width:767.98px){
	#main_container > .sec02 .link {
		display: block;
	}
	#main_container > .sec02 .link a {
    width: 100%;
		height: 16rem;
	}
	#main_container > .sec02 .link a:first-child {
    background: url(../_img/main/qna_bg.png) no-repeat center center / 100% 100% !important;
	}
	#main_container > .sec02 .link a:last-child {
    background: url(../_img/main/customer_bg.png) no-repeat center center / 100% 100% !important;
	}
}





.banner_recommend{
	margin-top:6rem;
	padding-right:10px;
}
.banner_recommend > a{
	background:url(../_img/main/main_new_banner_bg.png) no-repeat right top;
	box-shadow: 5px 5px 8px rgba(0,0,0,.2);
	overflow: hidden;
	border-radius:10px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	height:18rem;
	padding:0px 11rem 0 5rem;
	color:#000000;
}
.banner_recommend .title{
	display:flex;
	align-items: center;
}
.banner_recommend .title img{
	width:4.9rem;
} 
.banner_recommend h4{
	font-size:2.6rem;
	font-weight:600;
	margin-left:4rem;
}
.banner_recommend h4 small{
	font-size:.7em;
	font-weight:400;
	display:block;
	margin-top:2rem;
}
.banner_recommend .btn_go span{
	display:flex;
	color:#fff;
	background:#673d00;
	border-radius:6px;
	height:5rem;
	padding:0 3rem 0 2rem;
	align-items: center;
	justify-content: space-between;
	font-weight:500;
	min-width:16rem;
}
.banner_recommend .btn_go span i{
	font-size:2rem;
	transform:translateY(-1px)
}
@media(max-width:767.98px){
	.banner_recommend{
		margin-top:4rem;
	}
	.banner_recommend > a{
		background:#f3eddb url(../_img/main/main_new_banner_bg.png) no-repeat right top / auto 136px;
		display:block;
		height:auto;
		padding:0px 2.5rem 0 2.5rem;
		padding-top:4rem;
		padding-bottom:4rem;
	}
	.banner_recommend h4{
		font-size:2.2rem;
		font-weight:600;
		margin-left:2.5rem;
	}
	.banner_recommend h4 small{
		font-size:.75em;
	}
	.banner_recommend .title p{
		transform:translateY(90%);
	}
	.banner_recommend .title img{
		width:3.4rem;
	}
	.banner_recommend .btn_go{
		margin-left:6rem;
		margin-top:2rem;
	}
	.banner_recommend .btn_go span{
		border-radius:4px;
		height:4.4rem;
		padding:0 3rem 0 2rem;
		max-width:16rem;
	}
}
@media(max-width:450px){
	.banner_recommend .btn_go span{
		max-width: 20rem;
	}
}