@charset "utf-8";

/************************************** 
	메인 배너 시작
**************************************/
#main_banner_area {
	height: 820px;
}

#main_banner_area .main_banner_title {
	position: absolute;
	width: 100%;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

/* #main_banner_area .main_banner_title > img {} */

#main_banner_area .main_banner_title .title_box {}

#main_banner_area .main_banner_title .title_box span {
	display: block;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	line-height: 1.2;
}

#main_banner_area .main_banner_title .title_box span.top {
	margin-bottom: 8px;
	font-size: 61px;
}

#main_banner_area .main_banner_title .title_box span.mid {
	font-size: 143px;
	letter-spacing: 0.18em;
}

#main_banner_area .main_banner_title .title_box span.bot {
	font-size: 31px;
}


@media screen and (max-width:1000px) {
	#main_banner_area {
		height: 82vw;
	}

	/* #main_banner_area .main_banner_title > img {
		width: 64.5vw;
	} */
	
	#main_banner_area .main_banner_title .title_box span.top {
		font-size: 6.1vw;
	}

	#main_banner_area .main_banner_title .title_box span.mid {
		font-size: 14.3vw;
		letter-spacing: 0.18em;
	}

	#main_banner_area .main_banner_title .title_box span.bot {
		font-size: 5vw;
	}
}


.main_video {
	position: relative;
	width: 100%;
	height: inherit;
	overflow: hidden;
	z-index: 9;
}

#main_video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 1920px;
	width: 115%;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

@media screen and (max-width:1000px) {
	#main_video {
		top: calc(50% + 1vw);
		min-width: 0;
		height: 115%;
		width: 370vw;
	}
} 


/************************************** 
	메인 배너 끝
**************************************/

/************************************** 
	메인 3관왕 시작
**************************************/
#main_brand_area {
	background: #FBF4EE;
}

#main_brand_area .main_brand_title {
	padding-top: 85px;
}

#main_brand_area .main_brand_title > img {
	width: 197px;
}

#main_brand_area .main_brand_title .subtitle {
	display: block;
	margin-top: 55px;
	font-size: 30px;
}

#main_brand_area .main_brand_title .title {
	display: block;
	margin-top: 10px;
	font-size: 70px;
}

#main_brand_area .main_brand_list {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 115px;
}

#main_brand_area .main_brand_list > li {
	float: left;
	width: 370px;
	height: 342px;
	margin: 0 30px;
	background: url('../images/main_img01.png') no-repeat center center / contain;
}

#main_brand_area .main_brand_list > li .min_txt {
	display: block;
	padding-top: 100px;
	font-size: 30px;
	font-weight: 500;
}

#main_brand_area .main_brand_list > li .txt {
	display: block;
	padding-top: 25px;
	font-size: 50px;	
}

@media screen and (max-width:1000px) {
	#main_brand_area .main_brand_title {
		padding-top: 14.2vw;
	}

	#main_brand_area .main_brand_title > img {
		width: 33vw;
	}

	#main_brand_area .main_brand_title .subtitle {
		margin-top: 9vw;
		font-size: 4.9vw;
	}

	#main_brand_area .main_brand_title .title {
		margin-top: 2vw;
		font-size: 12vw;
	}

	#main_brand_area .main_brand_list {
		margin-top: 7vw;
		margin-bottom: 18vw;
	}

	#main_brand_area .main_brand_list > li {
		width: 62vw;
		height: 57.5vw;
		margin: 0;
		margin-left: 19vw;
		margin-bottom: 4vw;
	}

	#main_brand_area .main_brand_list > li .min_txt {
		padding-top: 17vw;
		font-size: 5vw;
		font-weight: 500;
	}

	#main_brand_area .main_brand_list > li .txt {
		padding-top: 5vw;
		font-size: 8vw;	
	}
}

/************************************** 
	메인 3관왕 끝
**************************************/


/************************************** 
	메인 수익구조 끝
**************************************/
#main_struct_area {
	background: #fff;
}

#main_struct_area .main_struct_title {
	padding-top: 160px;
	font-size: 50px;
}

#main_struct_area .main_struct_title > span {
	display: inline-block;
	margin-bottom: 12px;
}

#main_struct_area .main_struct_list {
	display: inline-block;
	margin-top: 55px;
}

#main_struct_area .main_struct_list > li {
	float: left;
	width: 430px;
	height: 540px;
	margin-right: 37px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main_struct_area .main_struct_list > li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

#main_struct_area .main_struct_list > li.zero {
	background-image: url('/images/main_img02.png');
}

#main_struct_area .main_struct_list > li.set {
	background-image: url('/images/main_img03.png');
}

#main_struct_area .main_struct_list > li.margin {
	background-image: url('/images/main_img04.png');
}

#main_struct_area .main_struct_list > li .ico {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	/* margin-top: 145px; */
	margin-bottom: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#main_struct_area .main_struct_list > li.zero .ico {
	background-image: url('/images/main_ico01.png');
}

#main_struct_area .main_struct_list > li.set .ico {
	background-image: url('/images/main_ico02.png');
}

#main_struct_area .main_struct_list > li.margin .ico {
	background-image: url('/images/main_ico03.png');
}

#main_struct_area .main_struct_list > li .tit {
	font-size: 40px;
	line-height: 1.2;
}

#main_struct_area .main_struct_list > li .txt {
	margin-top: 25px;
	font-size: 23px;
	line-height: 1.3;
}

@media screen and (max-width:1000px) {
	#main_struct_area .main_struct_title {
		padding-top: 18vw;
		font-size: 8.6vw;
	}

	#main_struct_area .main_struct_title > span {
		margin-bottom: 2.4vw;
	}

	#main_struct_area .main_struct_list {
		margin-top: 10.4vw;
	}

	#main_struct_area .main_struct_list > li {
		width: 100%;
		height: 70vw;
		margin: 0;
		margin-bottom: 3.6vw;
	}

	#main_struct_area .main_struct_list > li.zero {
		background-image: url('/images/m_main_img02.png');
	}

	#main_struct_area .main_struct_list > li.set {
		background-image: url('/images/m_main_img03.png');
	}

	#main_struct_area .main_struct_list > li.margin {
		background-image: url('/images/m_main_img04.png');
	}

	#main_struct_area .main_struct_list > li .ico {
		width: 6vw;
		height: 6vw;
		/* margin-top: 10vw; */
		margin-bottom: 5.5vw;
	}

	#main_struct_area .main_struct_list > li.zero .ico {
		background-image: url('/images/m_main_ico01.png');
	}

	#main_struct_area .main_struct_list > li.set .ico {
		background-image: url('/images/m_main_ico02.png');
	}

	#main_struct_area .main_struct_list > li.margin .ico {
		background-image: url('/images/m_main_ico03.png');
	}

	#main_struct_area .main_struct_list > li .tit {
		font-size: 7vw;
	}

	#main_struct_area .main_struct_list > li .txt {
		margin-top: 4vw;
		font-size: 5vw;
	}
}

/************************************** 
	메인 수익구조 끝
**************************************/

/************************************** 
	메인 5분의 기적 시작
**************************************/
#main_5min_area {
	background: #fff;
}

#main_5min_area .main_5min_title {
	padding-top: 180px;
}

#main_5min_area .main_5min_title > img {
	display: block;
	width: 100px;
	margin: 0 auto 50px;
}

#main_5min_area .main_5min_title > .title {
	font-size: 50px;
}

#main_5min_area .main_5min_vs {	
	display: flex;
	margin-top: 90px;
	margin-bottom: 28px;
	align-items: center;
	justify-content: center;
	gap: 70px;
}

#main_5min_area .main_5min_vs .txt {
	font-size: 40px;
}

#main_5min_area .main_5min_vs .txt > b {
	display: inline-block;
	margin-top: 12px;
	font-size: 50px;
}

#main_5min_area .main_5min_vs > img {}

#main_5min_area .main_5min_img {}


#main_5min_area .motion_box {
	position: relative;
}

#main_5min_area .motion_box .motion_element {
	position: absolute;
}

#main_5min_area .motion_box .motion_element1 {
	bottom: 0;
	left: 300px;
	font-size: 40px;
}

#main_5min_area .motion_box .motion_element1 > b {
	font-size: 50px;
}

#main_5min_area .motion_box .motion_element2 {
	top: 360px;
	right: 50px;
	font-size: 50px;
}

#main_5min_area .motion_box .motion_element2 > b {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 60px;
}


@media screen and (max-width:1000px) {
	#main_5min_area .main_5min_title {
		padding-top: 21vw;
	}

	#main_5min_area .main_5min_title > img {
		width: 18vw;
		margin: 0 auto 9vw;
	}

	#main_5min_area .main_5min_title > .title {
		font-size: 8.6vw;
	}

	#main_5min_area .main_5min_vs {	
		width: 100%;
		margin-top: 13.5vw;
		margin-bottom: 13.5vw;
		gap: 2vw;
	}

	#main_5min_area .main_5min_vs .txt {
		font-size: 6vw;
	}

	#main_5min_area .main_5min_vs .txt > b {
		margin-top: 3.2vw;
		font-size: 8vw;
	}

	#main_5min_area .main_5min_vs > img {
		width: 16.5vw
	}

	#main_5min_area .main_5min_img {}
	
	#main_5min_area .motion_box .motion_element1 {
		display: inline-block;
		margin-bottom: 1.5vw;
		bottom: 111vw;
		left: 31vw;
		font-size: 7vw;
	}

	#main_5min_area .motion_box .motion_element1 > b {
		font-size: 9vw;
	}

	#main_5min_area .motion_box .motion_element2 {
		top: 324vw;
		right: 23vw;
		font-size: 8.6vw;
	}

	#main_5min_area .motion_box .motion_element2 > b {
		margin-bottom: 0.7vw;
		font-size: 10.6vw;
	}
}

/************************************** 
	메인 5분의 기적 끝
**************************************/


/************************************** 
	메인 4way 운영 방식 시작
**************************************/
#main_4way_area {
	padding-bottom: 140px;
	background: #fff;
}

#main_4way_area .main_4way_title {
	padding-top: 140px;
}

#main_4way_area .main_4way_title:not(.fc-main) {
	color: #4A1E0D;
}

#main_4way_area .main_4way_title .title {
	font-size: 70px;
	line-height: 1.35;
}

#main_4way_area .main_4way_title .intro {
	margin-top: 25px;
	margin-bottom: 75px;
	font-size: 30px;
}

#main_4way_area .main_4way_img {}

@media screen and (max-width:1000px) {
	#main_4way_area {
		padding-bottom: 27vw;
	}
	
	#main_4way_area .main_4way_title {
		padding-top: 30vw;
	}

	#main_4way_area .main_4way_title .title {
		font-size: 12vw;
	}

	#main_4way_area .main_4way_title .intro {
		margin-top: 5vw;
		margin-bottom: 10vw;
		font-size: 5vw;
		line-height: 1.35;
	}

}


/************************************** 
	메인 4way 운영 방식 끝
**************************************/


/************************************** 
	메인 프리미엄 수제족발 시작
**************************************/
#main_premium_area {
	position: relative;
	height: 863px;
	background: #FBF4EE;
}

#main_premium_area::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 355px;
	background: var(--main-color);
	content: "";
	z-index: 0;
}

#main_premium_area .main_premium_title {
	padding-top: 85px;
}

#main_premium_area .main_premium_title .intro {
	font-size: 40px;
}

#main_premium_area .main_premium_title .title {
	display: inline-block;
	margin-top: 10px;
	font-size: 70px;
}

#main_premium_area .slide_area {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	height: 477px;
	/* background: gray; */
	z-index: 1;
}

#main_premium_area .slide_area .premium_slide {}

#main_premium_area .slide_area .premium_slide .item {
	width: 400px;
	margin: 0 25px;
	/* background: skyblue; */
}

#main_premium_area .slide_area .premium_slide .item .img {
	width: 400px;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#main_premium_area .slide_area .premium_slide .item .name {
	display: inline-block;
	margin-top: 40px;
	font-size: 30px;
	color: #fff;
}

@media screen and (max-width:1000px) {
	#main_premium_area {
		height: 177.4vw;
	}

	#main_premium_area::after {
		height: 63vw;
	}

	#main_premium_area .main_premium_title {
		padding-top: 15vw;
		line-height: 1.2;
	}

	#main_premium_area .main_premium_title .intro {
		font-size: 7vw;
	}

	#main_premium_area .main_premium_title .title {
		margin-top: 4.5vw;
		font-size: 12vw;
	}

	#main_premium_area .slide_area {
		bottom: 14vw;
		height: 84.5vw;
	}

	#main_premium_area .slide_area .premium_slide .item {
		width: 71vw;
		margin: 0 4.5vw;
	}

	#main_premium_area .slide_area .premium_slide .item .img {
		width: 71vw;
		height: 71vw;
	}

	#main_premium_area .slide_area .premium_slide .item .name {
		margin-top: 7.7vw;
		font-size: 5vw;
	}
}


/************************************** 
	메인 프리미엄 수제족발 끝
**************************************/


/************************************** 
	메인 브랜드 매출 시작
**************************************/
#main_sales_area {
	background: #fff;
}

#main_sales_area .main_sales_title {
	padding-top: 150px;
}

#main_sales_area .main_sales_title > img {
	display: block;
	width: 188px;
	margin: 0 auto;
	margin-bottom: 45px;
}

#main_sales_area .main_sales_title > span {
	font-size: 60px;
}

#main_sales_area .main_sales_title span.stamp {
	display: inline-block;
}

#main_sales_area .sales_list {
	margin-top: 100px;
}

#main_sales_area .sales_list > li {
	float: left;
	width: calc(33.33% - 24.67px);
	margin-right: 37px;
	margin-bottom: 55px;
}

#main_sales_area .sales_list > li:nth-child(3n + 3) {
	margin-right: 0;
}

#main_sales_area .sales_list > li .box {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

#main_sales_area .sales_list > li .box1 {
	height: 400px;
	margin-bottom: 20px;
}

#main_sales_area .sales_list > li .box2 {
	height: 250px;
}

#main_sales_area .sales_list > li .title {
	padding-top: 5px;
	background: var(--main-color);
	font-size: 24px;
	line-height: 72px;
	color: #fff;
}

#main_sales_area .sales_list > li .txt_box {
	margin-top: 30px;
}

#main_sales_area .sales_list > li .txt_box .txt {
	font-size: 21px;
}

#main_sales_area .sales_list > li .txt_box .sales {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 45px;
}

#main_sales_area .sales_list > li .arrow {
	height: 50px;
	background: url('/images/m_main_ico_arrow.png') no-repeat bottom center / 20px;
}

#main_sales_area .sales_list > li .table {
	font-size: 21px;
}

@media screen and (max-width:1000px) {
	#main_sales_area .main_sales_title {
		padding-top: 23vw;
	}

	#main_sales_area .main_sales_title > img {
		width: 32.5vw;
		margin-bottom: 8.5vw;
	}

	#main_sales_area .main_sales_title > span {
		font-size: 10vw;
		line-height: 1.2;
	}

	#main_sales_area .sales_list {
		margin-top: 13vw;
	}

	#main_sales_area .sales_list > li {
		width: 76.3vw;
		margin-left: 5.85vw;
		margin-right: 0;
		margin-bottom: 6.3vw;
	}

	#main_sales_area .sales_list > li:nth-child(3n + 3) {
		margin-right: 0;
	}

	#main_sales_area .sales_list > li .box {
		border-radius: 2vw;
		box-shadow: 0px 0.6vw 2vw rgba(0, 0, 0, 0.16);
	}

	#main_sales_area .sales_list > li .box1 {
		height: 71.2vw;
		margin-bottom: 3.5vw;
	}

	#main_sales_area .sales_list > li .box2 {
		height: 44.4vw;
	}

	#main_sales_area .sales_list > li .title {
		padding-top: 1vw;
		font-size: 4vw;
		line-height: 12.7vw;
	}

	#main_sales_area .sales_list > li .txt_box {
		margin-top: 4.5vw;
	}

	#main_sales_area .sales_list > li .txt_box .txt {
		font-size: 3.4vw;
	}

	#main_sales_area .sales_list > li .txt_box .sales {
		margin-top: 3vw;
		font-size: 7.8vw;
	}

	#main_sales_area .sales_list > li .arrow {
		height: 9.2vw;
		background-size: 3.55vw;
	}

	#main_sales_area .sales_list > li .table {
		font-size: 3.6vw;
	}
}


/************************************** 
	메인 브랜드 매출 끝
**************************************/


/************************************** 
	메인 인스타그램 시작
**************************************/
#main_insta_area {
	position: relative;
	height: 1040px;
	background: #fff;
}

#main_insta_area .main_insta_title {
	padding-top: 80px;
}

#main_insta_area .main_insta_title > img {
	display: block;
	width: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#main_insta_area .main_insta_title > span {
	font-size: 50px;
}

#main_insta_area .slide_area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 737px;
	z-index: 1;
}

#main_insta_area .slide_area .insta_slide .item {
	position: relative;
	width: 430px;
	height: 737px;
	border-radius: 20px;
	margin: 0 20px;
	overflow: hidden;
}

#main_insta_area .slide_area .insta_slide .item::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 9;
}

#main_insta_area .slide_area .insta_slide .item .insta_video {
	position: relative;
	top: -10%;
	width: 430px;
	height: calc(737px + 20%);
	z-index: 0;
}

@media screen and (max-width:1000px) {
	#main_insta_area {
		height: 187.2vw;
	}

	#main_insta_area .main_insta_title {
		padding-top: 17.1vw;
	}

	#main_insta_area .main_insta_title > img {
		width: 10.6vw;
		margin-bottom: 6.2vw;
	}

	#main_insta_area .main_insta_title > span {
		font-size: 8vw;
	}

	#main_insta_area .slide_area {
		height: 130.8vw;
	}

	#main_insta_area .slide_area .insta_slide .item {
		width: 76.4vw;
		height: 130.8vw;
		border-radius: 2vw;
		margin: 0 3.5vw;
	}
	
	#main_insta_area .slide_area .insta_slide .item .insta_video {
		position: relative;
		top: -10%;
		width: 76.4vw;
		height: calc(130.8vw + 20%);
		z-index: 0;
	}
}


/************************************** 
	메인 인스타그램 시작
**************************************/


/************************************** 
	메인 배민 시작
**************************************/
#main_bm_area {
	position: relative;
	height: 986px;
	background: #fff;
}

#main_bm_area .main_bm_title {
	padding-top: 80px;
}

#main_bm_area .main_bm_title > img {
	display: block;
	width: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#main_bm_area .main_bm_title > span {
	font-size: 50px;
}

#main_bm_area .slide_area {
	position: absolute;
	bottom: 140px;
	left: 0;
	width: 100%;
	height: 525px;
	z-index: 1;
}

#main_bm_area .slide_area .bm_slide .item {
	width: 430px;
	height: 525px;
	border-radius: 20px 20px 0 0;
	margin: 0 20px;
}

@media screen and (max-width:1000px) {
	#main_bm_area {
		height: 179.1vw;
	}

	#main_bm_area .main_bm_title {
		padding-top: 18vw;
	}

	#main_bm_area .main_bm_title > img {
		width: 10.6vw;
		margin-bottom: 6.2vw;
	}

	#main_bm_area .main_bm_title > span {
		font-size: 8vw;
	}

	#main_bm_area .slide_area {
		height: 93.2vw;
		bottom: 21.5vw;
	}

	#main_bm_area .slide_area .bm_slide .item {
		width: 76.4vw;
		height: 93.2vw;
		border-radius: 2vw 2vw 0 0;
		margin: 0 3.5vw;
	}
}


/************************************** 
	메인 배민 시작
**************************************/


/************************************** 
	메인 창업문의 시작
**************************************/
#main_request_area {
	padding: 100px 0;
	background: var(--main-color);
}

#main_request_area .title_box {
	color: #fff;
}

#main_request_area .title_box .title {
	display: block;
	margin-bottom: 20px;
	font-size: 60px;
	text-align: center;
}

#main_request_area .title_box .intro {
	font-size: 30px;
}

#main_request_area .form_box {
	padding: 90px 115px;
	margin-top: 80px;
	border-radius: 20px;
	background: #fff;
}

#main_request_area .form_box .form_tbl {
	width: 100%;
}

#main_request_area .form_box .form_tbl th,
#main_request_area .form_box .form_tbl td {
	padding-bottom: 20px;
	font-size: 24px;
	text-align: left;
}

#main_request_area .form_box .form_tbl th {
	width: 210px;
	font-weight: bold;
}

#main_request_area .form_box .form_tbl td {}

input.default_input {
	width: 360px;
	height: 60px;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 24px;
}

input.default_text {}

input.default_checkbox {
	width: 28px;
	height: 28px;
}

button.slt_button {
	width: 195px;
	height: 60px;
	margin-right: 5px;
	background: #EFEFEF;
	border: 1px solid #989898;
	border-radius: 5px;
	color: #989898;
}

button.slt_button.on {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}

button.default_submit {
	margin-top: 25px;
	width: 279px;
	height: 80px;
	background: var(--main-color);
	border-radius: 100px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

textarea.default_textarea {
	width: 800px;
	height: 275px;
	margin-right: 5px;
	padding: 20px;
	border-radius: 5px;
}

span.term_label {
	position: relative;
	top: 3px;
	margin-left: 10px;
}

span.term_label > label {}

span.term_label > a {
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
}

@media screen and (max-width:1000px) {
	#main_request_area {
		padding: 18vw 0 14vw;
	}

	#main_request_area .title_box .title {
		margin-bottom: 3.5vw;
		font-size: 10.5vw;
	}

	#main_request_area .title_box .intro {
		font-size: 5vw;
		line-height: 1.35;
	}

	#main_request_area .form_box {
		padding: 13vw 5.2vw;
		margin-top: 7.5vw;
		border-radius: 2vw;
	}

	#main_request_area .form_box .form_tbl th,
	#main_request_area .form_box .form_tbl td {
		padding-bottom: 4vw;
		font-size: 4.4vw;
	}

	#main_request_area .form_box .form_tbl th {
		width: 27.2vw;
	}

	input.default_input {
		width: 100%;
		height: 10.6vw;
		padding: 0 4vw;
		border-radius: 0.5vw;
		font-size: 4.4vw;
	}

	input.default_checkbox {
		width: 4.5vw;
		height: 4.5vw;
	}

	button.slt_button {
		width: 100%;
		height: 10.6vw;
		margin-right: 0;
		margin-bottom: 2vw;
		border-radius: 0.5vw;
	}

	button.default_submit {
		margin-top: 4vw;
		width: 49.5vw;
		height: 14.2vw;
		border-radius: 10vw;
		font-size: 5vw;
	}

	textarea.default_textarea {
		width: 100%;
		height: 48.8vw;
		margin-right: 0;
		padding: 4vw;
		border-radius: 0.5vw;
		box-sizing: border-box;
	}

	span.term_label {
		top: 0.3vw;
		margin-left: 1vw;
		font-size: 4vw;
	}

	span.term_label > label {}

	span.term_label > a {
		margin-left: 0.5vw;
	}
}


/************************************** 
	메인 창업문의 시작
**************************************/




/************************************** 
	브랜드 시작
**************************************/
#brand_area {
	padding-top: 135px;
	overflow: hidden;
}

.system_box {}

.system_box .system_list {}

.system_box .system_list > li {
	display: flex;
	position: relative;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 250px;
}

.system_box .system_list > li .txtbox {
	position: relative;
	flex: 1;
}

.system_box .system_list > li .txtbox.left {
	right: 52px;
	text-align: right;
}

.system_box .system_list > li .txtbox.right {
	left: 52px;
	text-align: left;
}

.system_box .system_list > li .txtbox .title {
	display: block;
	padding-top: 35px;
	font-size: 60px;
	line-height: 1.2;
}

.system_box .system_list > li .txtbox .content {
	margin: 20px 0;
	font-size: 26px;
	line-height: 1.3;
}

.system_box .system_list > li .imgbox {
	flex: 1;
}

.system_box .system_list > li .imgbox.left {
	text-align: right;
}

.system_box .system_list > li .imgbox.right {
	text-align: left;
}

.system_box .system_list > li .imgbox .img {
	position: relative;
	display: inline-block;
	width: 718px;
	height: 434px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 9;
}

.system_box .system_list > li .imgbox.left .img {
	right: 10px;
}

.system_box .system_list > li .imgbox.left .img.last {
	right: -28px;
}

.system_box .system_list > li .imgbox.right .img {
	left: -28px;
}

.system_box .system_list > li .imgbox .bg {
	position: absolute;
	top: 170px;
	height: 288px;
	background: var(--main-color);
	border-radius: 20px;
	z-index: 0;
}

.system_box .system_list > li .imgbox .bg.left {
	right: 50%;
}

.system_box .system_list > li .imgbox .bg.right {
	left: calc(50% + 45px);
}

.system_box .system_list > li .imgbox .bg.min {
	width: 840px;
}

.system_box .system_list > li .imgbox .bg.big {
	width: 150%;
}

.system_box .system_list > li .imgbox .bg.last {
	right: calc(50% + 45px);
}

.mob_imgbox {
	display: none;
}

@media screen and (max-width:1000px) {
	#brand_area {
		padding-top: 16vw;
	}

	.system_box {}

	.system_box .system_list {
		width: 88vw;
		margin: 0 auto;
	}

	.system_box .system_list > li {
		display: block;
		margin-bottom: 25vw;
	}

	.system_box .system_list > li:nth-child(2) {
		display: block;
		margin-bottom: 10vw;
	}

	.system_box .system_list > li .txtbox.left {
		right: 0;
	}

	.system_box .system_list > li .txtbox.right {
		left: 0;
	}

	.system_box .system_list > li .txtbox .title {
		padding-top: 0;
		font-size: 9vw;
	}

	.system_box .system_list > li .txtbox .content {
		margin: 3.6vw 0;
		font-size: 4.4vw;
	}

	.system_box .system_list > li .imgbox {
		flex: 1;
	}

	.system_box .system_list > li .imgbox.left {
		text-align: right;
	}

	.system_box .system_list > li .imgbox.right {
		text-align: left;
	}

	.system_box .system_list > li .imgbox .img {
		position: relative;
		display: inline-block;
		width: 718px;
		height: 434px;
		background-position: center top;
		background-repeat: no-repeat;
		z-index: 9;
	}

	.system_box .system_list > li .imgbox.left .img {
		right: 10px;
	}

	.system_box .system_list > li .imgbox.left .img.last {
		right: -28px;
	}

	.system_box .system_list > li .imgbox.right .img {
		left: -28px;
	}

	.system_box .system_list > li .imgbox .bg {
		position: absolute;
		top: 170px;
		height: 288px;
		background: var(--main-color);
		border-radius: 20px;
		z-index: 0;
	}

	.system_box .system_list > li .imgbox .bg.left {
		right: 50%;
	}

	.system_box .system_list > li .imgbox .bg.right {
		left: calc(50% + 45px);
	}

	.system_box .system_list > li .imgbox .bg.min {
		width: 840px;
	}

	.system_box .system_list > li .imgbox .bg.big {
		width: 150%;
	}

	.system_box .system_list > li .imgbox .bg.last {
		right: calc(50% + 45px);
	}
	
	.mob_imgbox {
		position: relative;
		display: block;
	}
	
	.mob_imgbox .img {
		position: relative;
		width: 100%;
		height: 66.4vw;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 9;
	}
	
	.mob_imgbox .bg {
		position: absolute;
		top: 50%;
		width: 100%;
		height: 40vw;
		background: var(--main-color);
		border-radius: 2vw;
		z-index: 0;
	}
	
	.mob_imgbox .bg.left {
		right: 13vw;
	}
	
	.mob_imgbox .bg.right {
		left: 13vw;
	}
	
	.mob_imgbox .bg.unique {
		top: 25%;
	}
}


#introduce_area {
	padding: 110px 0;
	background: var(--main-color);
}

#introduce_area .introduce_box {
	width: 1702px;
	height: 1304px;
	margin: 0 auto;
	padding: 110px 169px;
	background: url('/images/brand_bg.png') no-repeat center center / contain;
	box-sizing: border-box;
}

#introduce_area .introduce_box .introduce {
	display: flex;
	align-items: center;
}

#introduce_area .introduce_box .introduce:first-child {
	margin-bottom: 85px;
}

#introduce_area .introduce_box .introduce .img_box {
	width: 670px;
	height: 500px;
}

#introduce_area .introduce_box .introduce .img_box.img_box1 {
	background: url('/images/brand_img05.png') no-repeat center center / contain;
}

#introduce_area .introduce_box .introduce .img_box.img_box2 {
	background: url('/images/brand_img06.png') no-repeat center center / contain;
}

#introduce_area .introduce_box .introduce .txt_box {
	width: calc(100% - 727px);
	margin-right: 57px;
}

#introduce_area .introduce_box .introduce .txt_box.story {
	margin-left: 57px;
	margin-right: 0;
}

#introduce_area .introduce_box .introduce .txt_box > span {
	font-size: 60px;
	line-height: 1.2;
}

#introduce_area .introduce_box .introduce .txt_box > p {
	margin-top: 40px;
	font-size: 26px;
	line-height: 1.3;
}

@media screen and (max-width:1750px) {
	#introduce_area .introduce_box {
		width: 1364px;
		padding: 110px 110px 0 110px;
		background: url('/images/brand_bg.png') no-repeat center center / cover;
		border-radius: 50px;
	}

	#introduce_area .introduce_box .introduce:first-child {
		margin-top: 75px;
		margin-bottom: 105px;
	}

	#introduce_area .introduce_box .introduce .img_box {
		width: 540px;
		height: 400px;
	}

	#introduce_area .introduce_box .introduce .txt_box {
		width: calc(100% - 597px);
	}

	#introduce_area .introduce_box .introduce .txt_box > span {
		font-size: 50px;
	}

}

@media screen and (max-width:1000px) {
	#introduce_area {
		padding: 7.5vw 0;
	}

	#introduce_area .introduce_box {
		width: 88vw;
		height: 323.2vw;
		margin: 0 auto;
		padding: 9vw 3vw;
		background: url('/images/m_brand_bg.png') no-repeat center center / contain;
		border-radius: 0;
	}

	#introduce_area .introduce_box .introduce {
		display: block;
	}

	#introduce_area .introduce_box .introduce:first-child {
		margin-top: 0;
		margin-bottom: 10vw;
	}

	#introduce_area .introduce_box .introduce .img_box {
		width: 100%;
		height: 56vw;
	}

	#introduce_area .introduce_box .introduce .img_box.img_box1 {
		background: url('/images/m_brand_img05.png') no-repeat center center / contain;
	}

	#introduce_area .introduce_box .introduce .img_box.img_box2 {
		background: url('/images/m_brand_img06.png') no-repeat center center / contain;
	}

	#introduce_area .introduce_box .introduce .txt_box {
		width: 100%;
		margin-top: 7vw;
		margin-right: 0;
	}

	#introduce_area .introduce_box .introduce .txt_box.story {
		margin-left: 0;
	}

	#introduce_area .introduce_box .introduce .txt_box > span {
		font-size: 9vw;
	}

	#introduce_area .introduce_box .introduce .txt_box > p {
		margin-top: 6vw;
		font-size: 4.4vw;
	}
}



#identity_area {
	padding: 155px 0 185px;
}

#identity_area .identity_title {
	font-size: 70px;
	text-align: center;
}

#identity_area .identity_box {
	display: flex;
	margin-top: 100px;
}

#identity_area .identity_box .identity {
	flex: 1;
}

#identity_area .identity_box .identity > img {}

#identity_area .identity_box .identity .color_info {
	width: 663px;
	margin-top: 40px;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 20px;
	color: #fff;
}

#identity_area .identity_box .identity.ta-right .color_info {
	float: right;
}

#identity_area .identity_box .identity .color_info .name {
	float: left;
	font-size: 24px;
	font-weight: bold;
}

#identity_area .identity_box .identity .color_info .hexcode {
	float: right;
	font-size: 20px;
	line-height: 28px;
}

@media screen and (max-width:1000px) {
	#identity_area {
		padding: 27.3vw 0 20vw;
	}

	#identity_area .identity_title {
		font-size: 12.2vw;
		text-align: center;
	}

	#identity_area .identity_box {
		display: block;
		margin-top: 15vw;
	}

	#identity_area .identity_box .identity {
		margin-bottom: 9vw;
		height: auto;
	}

	#identity_area .identity_box .identity > img {
		width: 100%;
	}

	#identity_area .identity_box .identity .color_info {
		width: 100%;
		margin-top: 5vw;
		padding: 7vw 7.5vw;
		border-radius: 2vw;
	}

	#identity_area .identity_box .identity .color_info .name {
		font-size: 4.1vw;
	}

	#identity_area .identity_box .identity .color_info .hexcode {
		font-size: 3.4vw;
		line-height: 4.2vw;
	}
}


/************************************** 
	브랜드 끝
**************************************/




/************************************** 
	메뉴 시작
**************************************/
#menu_area {
	margin: 125px 0;
}

#menu_area .menu_title {
	text-align: center;
}

#menu_area .menu_title > img {}

#menu_area .menu_list {
	margin-top: 65px;
}

#menu_area .menu_list > li {
	float: left;
	text-align: center;
}

#menu_area .menu_list.col-4 > li {
	width: 25%;
}

#menu_area .menu_list.col-5 > li {
	width: 250px;
	margin-right: 28px;
}

#menu_area .menu_list.col-5 > li:last-child {
	margin-right: 0;
}

#menu_area .menu_list.col-6 > li {
	width: 16.66%;
}

#menu_area .menu_list > li > img {}

#menu_area .menu_list > li > span {
	display: inline-block;
	margin-top: 20px;
	background: var(--main-color);
	border-radius: 50px;
	font-size: 30px;
	font-weight: 500;
	line-height: 50px;
	color: #fff;
}

#menu_area .menu_list.col-4 > li > span {
	width: 220px;
}

#menu_area .menu_list.col-5 > li > span {
	width: 193px;
}

#menu_area .menu_list.col-6 > li > span {
	width: 210px;
	font-size: 27px;
}

#menu_area .menu_list.col-6 > li:first-child > span {
	width: 220px;
}

#menu_area .menu_list > li > p {
	margin-top: 10px;
	font-size: 24px;
	color: var(--main-color);
}

@media screen and (max-width:1000px) {
	#menu_area {
		margin: 15vw 0;
	}

	#menu_area .menu_title > img {
		width: 77.3vw;
		margin: 0 auto;
	}

	#menu_area .menu_list {
		margin-top: 7.5vw;
	}

	#menu_area .menu_list > li {
		margin-bottom: 7vw;
		text-align: center;
	}

	#menu_area .menu_list.col-4 > li {
		width: 100%;
	}

	#menu_area .menu_list.col-5 > li {
		width: 100%;
		margin-right: 0;
	}

	#menu_area .menu_list.col-6 > li {
		width: 100%;
	}

	#menu_area .menu_list.col-4 > li > img {
		width: 66.5vw;
	}

	#menu_area .menu_list.col-5 > li > img {
		width: 53vw;
	}

	#menu_area .menu_list.col-6 > li > img {
		width: 53vw;
	}

	#menu_area .menu_list > li > span {
		margin-top: 5vw;
		padding: 0 9.5vw;
		border-radius: 8vw;
		font-size: 5.7vw;
		line-height: 12vw;
	}

	#menu_area .menu_list.col-4 > li > span {
		width: auto;
	}

	#menu_area .menu_list.col-5 > li > span {
		width: auto;
	}

	#menu_area .menu_list.col-6 > li > span {
		width: auto;
		font-size: 5.7vw;
	}

	#menu_area .menu_list.col-6 > li:first-child > span {
		width: auto;
	}

	#menu_area .menu_list > li > p {
		margin-top: 2.5vw;
		font-size: 4.6vw;
	}
}



/************************************** 
	메뉴 끝
**************************************/



/************************************** 
	매장찾기 시작
**************************************/
#map_area {
	padding: 135px 0;
}

#map_area .map_box {
	height: 525px;
	background: gray;
	border: 1px solid #DDDDDD;
	border-radius: 20px;
}

#map_area .addr_box {}

#map_area .addr_box .addr_list {
	margin-top: 30px;
}

#map_area .addr_box .addr_list > li {
	float: left;
	width: calc(50% - 12px);
	margin-bottom: 24px;
	padding: 35px 40px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #DDDDDD;
	cursor: pointer;
}

#map_area .addr_box .addr_list > li.on {
	border: 1px solid var(--main-color);
	background: var(--main-color);
	color: #fff;
}

#map_area .addr_box .addr_list > li:nth-child(odd) {
	margin-right: 24px;
}

#map_area .addr_box .addr_list > li .title {
	font-size: 24px;
	font-weight: bold;
}

#map_area .addr_box .addr_list > li .addr {
	display: block;
	margin: 20px 0 24px;
	font-size: 18px;
}

#map_area .addr_box .addr_list > li .tag {}

#map_area .addr_box .addr_list > li .tag > span {
	display: inline-block;
	float: left;
	margin-right: 6px;
	padding: 6px 15px;
	border: 1px solid var(--main-color);
	border-radius: 20px;
	font-size: 16px;
	color: var(--main-color);
}

#map_area .addr_box .addr_list > li.on .tag > span {
	background: #fff;
}

@media screen and (max-width:1000px) {
	#map_area {
		padding: 8.5vw 0 25.5vw;
	}

	#map_area .map_box {
		height: 120vw;
		border-radius: 2vw;
	}

	#map_area .addr_box .addr_list {
		margin-top: 7.5vw;
	}

	#map_area .addr_box .addr_list > li {
		width: 100%;
		margin-bottom: 4vw;
		padding: 9.5vw 7.5vw 7vw;
		border-radius: 2vw;
	}

	#map_area .addr_box .addr_list > li:nth-child(odd) {
		margin-right: 0;
	}

	#map_area .addr_box .addr_list > li .title {
		font-size: 6vw;
	}

	#map_area .addr_box .addr_list > li .addr {
		margin: 6.5vw 0;
		font-size: 4.5vw;
	}

	#map_area .addr_box .addr_list > li .tag {}

	#map_area .addr_box .addr_list > li .tag > span {
		margin-right: 1.5vw;
		margin-bottom: 2.2vw;
		padding: 2.2vw 4.5vw;
		border-radius: 2vw;
		font-size: 4vw;
	}

}




/************************************** 
	매장찾기 끝
**************************************/



/************************************** 
	창업안내 시작
**************************************/
#ceo_area {
	padding-bottom: 140px;
	background: #FBF4EE;
}

#ceo_area .ceo_title {
	text-align: center;
}

#ceo_area .ceo_title > h2 {
	padding-top: 115px;
	font-size: 100px;
}

#ceo_area .ceo_title > p {
	margin-top: 33px;
	font-size: 30px;
}

#ceo_area .ceo_intro {
	margin-top: 95px;
}

#ceo_area .ceo_intro > li {
	position: relative;
	float: left;
	width: 670px;
	height: 882px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

#ceo_area .ceo_intro > li:first-child {
	margin-right: 24px;
}

#ceo_area .ceo_intro > li .flag {
	position: absolute;
	top: 0;
	right: 27px;
	width: 68px;
	height: 96px;
	padding-top: 27px;
	background: url('/images/start_ico.png') no-repeat center top / contain;
	font-size: 18px;
	color: #fff;
}

#ceo_area .ceo_intro > li .min_title {
	display: block;
	margin-top: 68px;
	font-size: 28px;
}

#ceo_area .ceo_intro > li .big_title {
	display: block;
	margin-top: 15px;
	font-size: 36px;
}

#ceo_area .ceo_intro > li > img {
	width: 470px;
	margin: 38px 0;
}

#ceo_area .ceo_intro > li .content {
	font-size: 18px;
}

@media screen and (max-width:1000px) {
	#ceo_area {
		padding-bottom: 19.7vw;
	}

	#ceo_area .ceo_title > h2 {
		padding-top: 18.3vw;
		font-size: 12vw;
		line-height: 1.2;
	}

	#ceo_area .ceo_title > p {
		margin-top: 6.9vw;
		font-size: 5vw;
		line-height: 1.2;
	}

	#ceo_area .ceo_intro {
		margin-top: 13vw;
	}

	#ceo_area .ceo_intro > li {
		width: 100%;
		height: 172vw;
		border-radius: 2vw;
	}

	#ceo_area .ceo_intro > li:first-child {
		margin-right: 0;
		margin-bottom: 6vw;
	}

	#ceo_area .ceo_intro > li .flag {
		right: 6.5vw;
		width: 13.7vw;
		height: 14.6vw;
		padding-top: 4.3vw;
		background-image: url('/images/m_start_ico.png');
		font-size: 4vw;
	}

	#ceo_area .ceo_intro > li .min_title {
		margin-top: 16.4vw;
		font-size: 4.8vw;
	}

	#ceo_area .ceo_intro > li .big_title {
		margin-top: 2.8vw;
		font-size: 6.1vw;
	}

	#ceo_area .ceo_intro > li > img {
		width: 75vw;
		margin: 5vw 0;
	}

	#ceo_area .ceo_intro > li .content {
		font-size: 4.6vw;
	}
}



#soonsoo_area {
	padding: 100px 0;
	background: var(--main-color);
}

#soonsoo_area .soonsoo_box {
	padding: 90px 0;
	background: #fff;
	border-radius: 50px;
}

#soonsoo_area .soonsoo_box .soonsoo_title {
	text-align: center;
}

#soonsoo_area .soonsoo_box .soonsoo_title .title {
	font-size: 70px;
}

#soonsoo_area .soonsoo_box .soonsoo_title .intro {
	margin-top: 10px;
	font-size: 30px;
}

#soonsoo_area .soonsoo_box .soonsoo_img {
	display: flex;
	margin-top: 73px;
	align-items: center;
	justify-content: center;
	gap: 60px;
}

#soonsoo_area .soonsoo_box .soonsoo_img > div {
	position: relative;
}

#soonsoo_area .soonsoo_box .soonsoo_img > div .motion_element {
	position: absolute;
}

#soonsoo_area .soonsoo_box .soonsoo_img > div .motion_element1 {
	bottom: 295px;
	left: 315px;
	font-size: 57px;
}

#soonsoo_area .soonsoo_box .soonsoo_img > div .motion_element2 {
	bottom: 73px;
	left: 37px;
	font-size: 65px;
}

#soonsoo_area .soonsoo_box .soonsoo_img > div > img {}

@media screen and (max-width:1000px) {
	#soonsoo_area {
		padding: 20vw 0;
	}

	#soonsoo_area .soonsoo_box {
		padding: 15vw 0;
		border-radius: 5vw;
	}

	#soonsoo_area .soonsoo_box .soonsoo_title .title {
		font-size: 12vw;
		line-height: 1.2;
	}

	#soonsoo_area .soonsoo_box .soonsoo_title .intro {
		margin-top: 5.5vw;
		font-size: 5vw;
		line-height: 1.2;
	}

	#soonsoo_area .soonsoo_box .soonsoo_img {
		display: block;
		margin-top: 13vw;
		gap: 0;
	}

	#soonsoo_area .soonsoo_box .soonsoo_img > div {}
	
	#soonsoo_area .soonsoo_box .soonsoo_img > div .motion_element1 {
		bottom: 34vw;
		left: 39vw;
		font-size: 8vw;
	}

	#soonsoo_area .soonsoo_box .soonsoo_img > div .motion_element2 {
		bottom: 11vw;
		left: 11vw;
		font-size: 10vw;
	}

	#soonsoo_area .soonsoo_box .soonsoo_img > div > img {
		margin: 0 auto;
	}

	#soonsoo_area .soonsoo_box .soonsoo_img > div:first-child > img {
		width: 79vw;
	}
	
	#soonsoo_area .soonsoo_box .soonsoo_img > div:last-child > img {
		margin-top: 9.5vw;
		width: 77vw;
	}
}



#interia_area {
	padding: 100px 0;
}

#interia_area .interia_title {}

#interia_area .interia_title .title {
	font-size: 50px;
	color: #4A1E0D;
	text-align: center;
}

#interia_area .interia_title .title > span {
	display: block;
	margin-top: 5px;
	font-size: 60px;
}

#interia_area .interia_title .intro {
	margin-top: 18px;
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
}

#interia_area .interia_imgs {
	margin-top: 75px;
}

#interia_area .interia_imgs > li {
	float: left;
	width: 437px;
	margin-right: 25px;
}

#interia_area .interia_imgs > li.first {
	width: 100%;
	margin-bottom: 25px;
	margin-right: 0;
}

#interia_area .interia_imgs > li:last-child {
	margin-right: 0;
}

#interia_area .interia_imgs > li > img {}


@media screen and (max-width:1000px) {
	#interia_area {
		padding: 20vw 0;
	}

	#interia_area .interia_title .title {
		font-size: 8.7vw;
	}

	#interia_area .interia_title .title > span {
		margin-top: 1.2vw;
		font-size: 10.4vw;
	}

	#interia_area .interia_title .intro {
		margin-top: 5vw;
		font-size: 5vw;
	}

	#interia_area .interia_imgs {
		margin-top: 9.3vw;
	}

	#interia_area .interia_imgs > li {
		width: 100%;
		margin-bottom: 2vw;
		margin-right: 0;
	}

	#interia_area .interia_imgs > li.first {
		margin-bottom: 2vw;
	}

}


.franchise_title {
	text-align: center;
}

.franchise_title .title {
	font-size: 60px;
}

.franchise_title .intro {
	margin-top: 20px;
	font-size: 30px;
}

@media screen and (max-width:1000px) {
	.franchise_title .title {
		font-size: 10.4vw;
	}

	.franchise_title .intro {
		margin-top: 3.7vw;
		font-size: 5.1vw;
	}
}



#process_area {
	padding: 100px 0;
	background: #FBF4EE;
}

#process_area .process_list {
	margin-top: 55px;
}

#process_area .process_list > li {
	float: left;
	height: 263px;
}

#process_area .process_list > li.box {
	width: 400px;
	box-sizing: border-box;
	background: #fff;
	border: 3px solid var(--main-color);
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
}

#process_area .process_list > li:nth-child(-n + 7) {
	margin-bottom: 40px;
}

#process_area .process_list > li.box .hd {
	display: block;
	padding-top: 2px;
	font-size: 24px;
	line-height: 70px;
	background: var(--main-color);
	color: #fff;
}

#process_area .process_list > li.box .cont {}

#process_area .process_list > li.box .big_txt {
	display: block;
	margin-top: 58px;
	margin-bottom: 8.5px;
	font-size: 32px;
}

#process_area .process_list > li.box .min_txt {
	font-size: 24px;
}

#process_area .process_list > li.arrow {
	width: 41px;
	background: url('/images/start_ico_arrow01.png') no-repeat center center;
}

#process_area .process_list > li.empty {
	width: 41px;
}

@media screen and (max-width:1000px) {
	#process_area {
		padding: 20vw 0;
	}

	#process_area .process_list {
		margin-top: 6.8vw;
	}

	#process_area .process_list > li.box {
		width: 100%;
		height: 46.7vw;
		border-radius: 2vw;
	}

	#process_area .process_list > li:nth-child(-n + 7) {
		margin-bottom: 0;
	}

	#process_area .process_list > li.box .hd {
		font-size: 4.6vw;
		line-height: 12.8vw;
	}

	#process_area .process_list > li.box .big_txt {
		margin-top: 9.9vw;
		margin-bottom: 1.1vw;
		font-size: 6vw;
	}

	#process_area .process_list > li.box .min_txt {
		font-size: 4.6vw;
	}

	#process_area .process_list > li.arrow {
		width: 100%;
		height: 12.2vw;
		background: url('/images/m_start_ico_arrow01.png') no-repeat center center / 4.9vw;
	}

	#process_area .process_list > li.empty {
		display: none;
	}
}



#cost_area {
	padding-top: 100px;
}

#cost_area .vat_info {
	display: block;
	margin-top: 19px;
	font-size: 24px;
	text-align: right;
}

#cost_area .cost_box {
	margin-top: 14px;
	border: 2px solid var(--main-color);
	border-radius: 20px;
	overflow: hidden;
}

#cost_area .cost_table {
	width: 100%;
}

#cost_area .cost_table th,
#cost_area .cost_table td {
	font-size: 24px;
	text-align: center;
}

#cost_area .cost_table th {
	padding: 25px 0;
	background: var(--main-color);
	border: 1px solid #fff;
	border-top-color: var(--main-color);
	border-bottom-color: var(--main-color);
	font-weight: bold;
	color: #fff;
}

#cost_area .cost_table th:first-child {
	width: 280px;
	border-left-color: var(--main-color);
}

#cost_area .cost_table th:last-child {
	width: 650px;
	border-right-color: var(--main-color);
}

#cost_area .cost_table th .notice {
	font-weight: normal;
}

#cost_area .cost_table td {
	padding: 21px 0;
	border: 1px solid var(--main-color);
}

#cost_area .cost_table td .dc {
	position: relative;
	margin-right: 35px;
	color: #989898;
}

#cost_area .cost_table td .dc::before,
#cost_area .cost_table td .dc::after {
	position: absolute;
	height: 1px;
	background: #989898;
	content: "";
} 

#cost_area .cost_table td .dc::before {
	top: 50%;
	left: -10px;
	width: calc(100% + 20px);
} 

#cost_area .cost_table td .dc::after {
	top: calc(50% - 4px);
	left: calc(100% + 2px);
	width: 10px;
	transform: rotate(45deg);
} 

#cost_area .cost_table td .cost {
	font-weight: bold;
}

#cost_area .cost_table td .tag {
	display: inline-block;
	width: 120px;
	margin-left: 30px;
	background: var(--main-color);
	border-radius: 500px;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
}

#cost_area .cost_table td .event {
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
}

#cost_area .cost_table td .special {
	display: block;
	width: 327px;
	margin: 0 auto;
	margin-top: 12px;
	line-height: 54px;
	background: var(--main-color);
	border-radius: 500px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

#cost_area .cost_notice {
	margin-top: 50px;
}

#cost_area .cost_notice > li {
	position: relative;
	padding-left: 20px;
	font-size: 24px;
	line-height: 1.65;
}

#cost_area .cost_notice > li::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: "*";
}

@media screen and (max-width:1000px) {
	#cost_area {
		padding-top: 20vw;
	}

	#cost_area .vat_info {
		margin-top: 6.5vw;
		font-size: 4vw;
	}

	#cost_area .cost_box {
		margin-top: 3.5vw;
		border-radius: 2vw;
	}

	#cost_area .cost_table th,
	#cost_area .cost_table td {
		font-size: 4vw;
	}
	
	#cost_area .cost_table th.content,
	#cost_area .cost_table td.content {
		padding-left: 2vw;
		padding-right: 2vw;
		text-align: left;
	}

	#cost_area .cost_table th {
		padding: 4.6vw 0;
	}

	#cost_area .cost_table th:first-child {
		width: 18vw;
	}

	#cost_area .cost_table th:last-child {
		width: 38vw;
	}

	#cost_area .cost_table td {
		padding: 5vw 0;
	}

	#cost_area .cost_table td .dc {
		margin-right: 0;
	}

	#cost_area .cost_table td .dc::before {
		left: -2vw;
		width: calc(100% + 4vw);
	} 

	#cost_area .cost_table td .dc::after {
		top: calc(50% + 1.5vw);
		left: calc(100% + 0.4vw);
		width: 3vw;
		transform: rotate(90deg);
	} 

	#cost_area .cost_table td .dc .arrow {
		position: absolute;
		top: calc(50% + 2.3vw);
		left: calc(100% + 1.5vw);
		width: 2vw;
		height: 1px;
		background: #989898;
		transform: rotate(135deg);
	} 

	#cost_area .cost_table td .cost {
		display: block;
		margin: 0.7vw 0 1.6vw;
	}

	#cost_area .cost_table td .tag {
		width: 21.4vw;
		margin-left: 0;
		border-radius: 50vw;
		font-size: 3.4vw;
		line-height: 5.6vw;
	}

	#cost_area .cost_table td .event {
		display: block;
		margin-left: 0;
		margin: 0.7vw 0 2.2vw;
		font-size: 3.4vw;
	}

	#cost_area .cost_table td .special {
		width: 24.5vw;
		height: 10.2vw;
		padding-top: 1.8vw;
		margin-top: 0;
		line-height: 1;
		border-radius: 50vw;
		font-size: 3.4vw;
		box-sizing: border-box;
	}

	#cost_area .cost_notice {
		margin-top: 7.45vw;
	}

	#cost_area .cost_notice > li {
		padding-left: 4vw;
		font-size: 4vw;
		line-height: 1.5;
	}
}



/************************************** 
	창업안내 끝
**************************************/


/* 2025-08-06 숫자 올라가는 효과 추가 */
.counter {
  transition: all 0.1s ease-out;
}