/*메인이미지*/
#idx_container {
	padding-bottom: 20px;
	position: relative;
}

#visual {
	height: 450px;
	background: url(../img/app/main_bg.jpg) no-repeat center top/cover #ffe668;
	position: relative;
	border-radius: 0 0 50px 0;
}

#visual .slogan {
	width: 240px;
	position: absolute;
	top: 90px;
	left: 15px;
	visibility: hidden;
	margin-left: -600px;
}

#visual .mobj {
	width: 480px;
	position: absolute;
	right: auto;
	margin-left: 150px;
	bottom: 0;
	visibility: hidden;
}

#visual .mobj img,
#visual .slogan img {
	width: 100%;
}

@media screen and (min-width:767px) {
	#idx_container {
		padding-bottom: 0;
	}

	#visual {
		background-position: 800px 100px;
		background-size: 600px auto;
		border-radius: 0 0 80px 0;
		overflow: hidden;
	}

	#visual .mobj {
		top: auto;
		right: 0;
	}

	#visual .slogan {
		width: 500px;
		top: 90px;
		left: 50%;
	}
}

#area_visual .visual_slide .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width:1200px) {
	#visual .slogan {
		margin-left: -48%;
	}
}

@media screen and (max-width:1023px) {
	#visual {
		height: 230px;
	}

	#visual .slogan {
		width: 240px;
		margin-left: 0;
		position: absolute;
		top: 90px;
		left: 15px;
		visibility: hidden;
	}

	#visual .mobj {
		width: 160px;
		top: 15px;
		right: 0;
	}
}

/*메인메뉴-3개*/
#main_menu {
	position: absolute;
	top: 230px;
	left: 50%;
	margin: 20px 15px 0;
	width: 1000px;
	z-index: 10;
	margin-left: -600px;
}

#main_menu:after {
	display: block;
	content: "";
	clear: both;
}

#main_menu ul:after {
	display: block;
	content: "";
	clear: both;
}

#main_menu li {
	float: left;
	width: calc((100% / 8) - 9px);
	margin: 0 10px 0 0;
	transition: all 0.3s;
	text-align: center;
}

#main_menu li:nth-child(4n) {
	margin: 0 10px 0 0;
}

#main_menu li:last-child {
	margin: 0;
}

#main_menu li a {
	display: block;
	border-style: solid;
	border-width: 2px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.3);
	padding: 20px 0;
}

#main_menu img {
	width: 27px;
	height: auto;
}

#main_menu li:last-child a {
	padding: 16px 0;
}

#main_menu li:last-child img {
	width: 35px;
}

#main_menu p {
	color: #222;
	font-weight: bold;
	margin-top: 5px;
	font-size: 1.2em;
}

#main_menu li:first-child a {
	border-color: #ffe668;
}

#main_menu li:nth-child(2) a,
#main_menu li:nth-child(4) a,
#main_menu li:nth-child(6) a,
#main_menu li:last-child a {
	border-color: #2482d8;
}

#main_menu li:nth-child(7) a {
	color: #000;
}

#main_menu li:hover {
	margin-top: 10px;
	transition: all 0.3s;
}

/*
#main_menu li:last-child a{ border-color:#3d59a8; background:#3d59a8;}
#main_menu li:last-child p{ color:#fff;}
*/

@media screen and (max-width:1200px) {
	#main_menu {
		margin-left: -48%;
	}
}

@media screen and (max-width:1023px) {
	#main_menu {
		position: absolute;
		top: 180px;
		left: 0;
		margin: 0 15px;
		width: calc(100% - 30px);
		z-index: 10;
	}

	#main_menu li {
		width: calc((100% / 4) - 8px);
		width: -webkit-calc((100% / 4) - 8px);
		margin: 0 10px 10px 0;
	}

	#main_menu li:nth-child(4n) {
		margin: 0 0 10px;
	}

	#main_menu li:hover {
		margin-top: 0;
	}

}

@media screen and (min-width:767px) {
	#main_menu {
		position: absolute;
		transform: translateX(0);
		visibility: hidden;
	}

	#main_menu li a {
		height: 110px;
		border-radius: 20px;
		padding: 15px 0;
		border-width: 3px;
	}

	#main_menu img {
		width: 40px;
	}

	#main_menu li:last-child img {
		width: 45px;
	}

	#main_menu p {
		margin-top: 9px;
		font-size: 1.1em;
	}

}

@media screen and (max-width:650px) {
	#main_menu p {
		font-size: 1em;
	}
}

@media screen and (max-width:550px) {
	#main_menu p {
		margin-top: 3px;
		font-size: 14px;
	}

	#main_menu li a {
		padding: 18px 0;
	}

	#main_menu li:last-child a {
		padding: 14px 0;
	}

	#main_menu li {
		width: calc((100% / 4) - 8px);
		width: -webkit-calc((100% / 4) - 8px);
		margin: 0 10px 10px 0;
	}

	#main_menu li:nth-child(4n) {
		margin: 0 0 10px;
	}

}

@media screen and (max-width:500px) {
	#main_menu p {
		font-size: 12px;
	}
}

@media screen and (max-width:450px) {
	#main_menu p {
		margin-top: 2px;
		letter-spacing: -1px;
	}

	#main_menu li a {
		padding: 12px 0;
	}

	#main_menu li:last-child a {
		padding: 8px 0;
	}
}

@media screen and (max-width:400px) {
	#main_menu p {
		letter-spacing: -2px;
	}
}

@media screen and (max-width:370px) {
	#main_menu li a {
		padding: 15px 0 10px;
	}

	#main_menu p {
		font-size: 11px;
		line-height: 1em;
		word-break: keep-all;
	}
}

/*신청당일일감*/
#main_today {
	margin: 80px 0 0;
	padding: 30px 0 30px 20px;
	background: #f5f5f5;
}

#main_today .mt_tit {
	font-size: 1.3em;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

#main_today .mt_tit span {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #3e59a8;
	margin-left: 5px;
}

#main_today .mt_scroll {
	overflow-x: scroll;
	padding: 5px 0;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

#main_today .mt_scroll::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera*/
}

#main_today ul {
	/* min-width:1030px;*/
	display: flex;
}

#main_today li {
	/* float:left;*/
	width: 150px;
	height: 150px;
	margin: 5px 3px;
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.2);
	position: relative;
	transition: all 0.3s;
}

#main_today li:last-child {
	margin-right: 20px;
}

#main_today li:hover,
#main_today li:focus {
	border-color: #2482d9;
	transition: all 0.3s;
}

#main_today .ico_today {
	position: relative;
	top: auto;
	left: auto;
	background: #0946da;
	width: auto;
	line-height: 22px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	padding: 0 8px;
}

#main_today .pick {
	position: absolute;
	top: -5px;
	right: 20px;
	z-index: 10;
	font-size: 1.8em;
}

#main_today .ico_pick {
	color: #ccc;
}

#main_today .ico_pick_on {
	color: #2482d9;
}

#main_today .today_done {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

#main_today .today_done p {
	text-align: center;
	color: #fff;
	padding: 55px 0;
	line-height: 1.5em;
	font-weight: 600;
	font-size: 1.2em;
}

#main_today .mt_cont {
	line-height: 1.3em;
}

#main_today .mt_t01 {
	margin: 5px 0 5px 0;
	display: inline-block;
	font-weight: 700;
	color: #222;
	font-size: 1.2em;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

#main_today .mt_t01 span {
	font-size: 13px;
	font-weight: 600;
	color: #999;
	display: block;
	margin-bottom: 5px;
}

#main_today .mt_t02 {
	font-size: 12px;
	color: #999;
	line-height: 1em;
	margin-top: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

#main_today .mt_t03 {
	margin-top: 10px;
}

#main_today .mt_t03 span {
	display: inline-block;
	border-radius: 30px;
	line-height: 17px;
	border: 1px solid transparent;
	font-size: 10px;
	padding: 0 6px;
	margin: 0 1px 3px 0;
}

#main_today .ico_person {
	background: #ffe668;
	color: #333;
}

#main_today .ico_take {
	background: #3d59a8;
	color: #fff;
}

#main_today .ico_grade {
	background: #fff;
	border: 1px solid #ddd !important;
	color: #222;
}

#main_today .ico_state {
	top: -10px;
	right: 20px;
	color: #fff;
	font-weight: 600;
}

#main_today .ico_state.ico_wing {
	background: #41d9ea;
	background: -webkit-linear-gradient(225deg, #41d9ea, #1dabd0);
	background: -moz-linear-gradient(225deg, #41d9ea, #1dabd0);
	background: -o-linear-gradient(225deg, #41d9ea, #1dabd0);
	background: linear-gradient(225deg, #41d9ea, #1dabd0);
}

#main_today .ico_state.ico_wdone {
	background: #f3606b;
	background: -webkit-linear-gradient(225deg, #f3606b, #e42b30);
	background: -moz-linear-gradient(225deg, #f3606b, #e42b30);
	background: -o-linear-gradient(225deg, #f3606b, #e42b30);
	background: linear-gradient(225deg, #f3606b, #e42b30);
}

@media screen and (min-width:767px) {

	/*신청당일일감*/
	#main_today {
		margin-top: 0px;
		padding: 70px 0px;
		background: #fff;
	}

	#main_today .mt_tit {
		font-size: 2em;
		font-weight: 600;
		margin-bottom: 20px;
	}

	#main_today .mt_tit span {
		font-size: 22px;
	}

	#main_today .mt_scroll {
		overflow-x: hidden;
		padding: 5px 0;
	}

	#main_today ul {}

	#main_today li {
		float: left;
		width: calc(20% - 14px);
		height: 170px;
		margin: 0px 7px;
		padding: 20px;
	}

	#main_today li:last-child {
		margin: 0px 10px;
	}

	#main_today .today_done p {
		padding: 65px 0;
		font-size: 1.3em;
	}

	#main_today .mt_t01 {
		margin: 5px 0 5px 0;
		font-size: 1.3em;
	}

	#main_today .mt_t01 span {
		font-size: 15px;
	}

	#main_today .mt_t02 {
		font-size: 13px;
	}

	#main_today .mt_t03 {
		margin-top: 15px;
	}

	#main_today .mt_t03 span {
		display: inline-block;
		border-radius: 30px;
		line-height: 17px;
		border: 1px solid transparent;
		font-size: 10px;
		padding: 0 6px;
		margin: 0 1px 3px 0;
	}
}

@media screen and (max-width:500px) {
	#main_today {
		margin: 195px 0 0;
	}
}

@media screen and (max-width:370px) {
	#main_today {
		margin: 162px 0 0;
	}
}

/*중간롤링배너*/
#mbanner {
	width: 90%;
	margin: 20px auto 40px;
	border-radius: 8px !important;
	overflow: hidden !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#mbanner img {
	width: 100%;
}

#mbanner .swiper-container {
	width: 100%;
	height: 100%;
}

#mbanner .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#mbanner .swiper-container-horizontal > .swiper-pagination-bullets,
#mbanner .swiper-pagination-custom,
#mbanner .swiper-pagination-fraction {
	width: auto;
	left: auto;
	right: 10px;
	bottom: auto;
	top: 10px;
}

#mbanner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

#mbanner .swiper-pagination-bullet {
	background: #fff;
}

#mbanner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

@media screen and (min-width:767px) {
	#mbanner {
		width: 100%;
		margin: 0px auto 100px;
		border-radius: 0px !important;
		box-shadow: none;
		background: #2482d9;
	}

	.mbanner_box {
		width: 1200px;
		margin: 0 auto
	}
}



/*쇼핑몰추출*/
#main_wrap {
	width: 1200px;
}

#main_shop {
	/*margin:120px 0 0;*/
	padding: 0 0px 40px 15px;
	margin-bottom: 40px;
}

.ms_tit {
	font-size: 1.5em;
	font-weight: 700;
	color: #222;
	margin-bottom: 20px;
	position: relative;
}

.ms_tit span {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #999;
	margin-left: 5px;
}

.ms_tit .more_work {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 7px;
	background: #eee;
	font-size: 1.2em;
	color: #999;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
}

#main_shop .ms_scroll {
	overflow-x: scroll;
	padding: 5px 0;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

#main_shop .ms_scroll::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera*/
}

#main_shop ul {
	/* min-width:800px;*/
	display: flex;
}

#main_shop li {
	position: relative;
	/* float:left;*/
	width: 120px;
	height: 242px;
	margin: 5px 5px 18px;
	position: relative;
}

#main_shop.gray li {
	margin: 5px 5px 0;
}

#main_shop li > a {
	display: block;
	width: 120px;
	height: 100%;
}

#main_shop li:nth-child(n+6) {
	display: block;
}

#main_shop .pick {
	position: absolute;
	top: -5px;
	right: 10px;
	z-index: 20;
	font-size: 2em;
}

#main_shop .ico_pick {
	color: #ccc;
}

#main_shop .ico_pick_on {
	color: #2482d9;
}

#main_shop .ms_img {
	position: relative;
	height: 120px;
	border-radius: 15px;
	overflow: hidden;
}

#main_shop .ms_img img {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translate(-50%, -50%) scale(1.0, 1.0);
	top: 50%;
	left: 50%;
	transition: all 0.5s ease;
}

#main_shop .ms_img_done {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

#main_shop .ms_img_done p {
	text-align: center;
	color: #fff;
	padding: 45px 0;
	line-height: 1.5em;
	font-weight: 600;
}

#main_shop .ms_cont {
	padding: 20px 0 0 0;
	line-height: 1.3em;
}

#main_shop .ms_t01 {
	font-weight: 400;
	color: #999;
	font-size: 13px;
}

#main_shop .ms_t02 {
	font-weight: 500;
	color: #222;
	font-size: 1.2em;
	margin: 3px 0 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

#main_shop .ms_t03 {}

#main_shop .ms_t03 span {
	display: inline-block;
	border-radius: 30px;
	line-height: 17px;
	border: 1px solid transparent;
	font-size: 10px;
	padding: 0 6px;
	margin: 0 1px 3px 0;
}

#main_shop .ico_person {
	background: #ffe668;
	color: #333;
}

#main_shop .ico_take {
	background: #3d59a8;
	color: #fff;
}

#main_shop .ico_grade {
	background: #fff;
	border: 1px solid #ddd !important;
	color: #222;
}

#main_shop .ico_today {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	background: #0946da;
	width: 28px;
	border-radius: 30px;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.5);
	text-align: center;
}

#main_shop .ico_today i {
	color: #fff;
	font-size: 9px;
}

#main_shop .ico_today p {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 8px;
}

#main_shop #work_state {
	position: absolute;
	top: 90px;
	right: 10px;
	z-index: 20;
	text-align: center;
}

#main_shop #work_state .work_ing {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.5);
	background: #41d9ea;
	background: -webkit-linear-gradient(225deg, #41d9ea, #1dabd0);
	background: -moz-linear-gradient(225deg, #41d9ea, #1dabd0);
	background: -o-linear-gradient(225deg, #41d9ea, #1dabd0);
	#main_shop background: linear-gradient(225deg, #41d9ea, #1dabd0);
}

#main_shop #work_state .work_done {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.5);
	background: #f3606b;
	background: -webkit-linear-gradient(225deg, #f3606b, #e42b30);
	background: -moz-linear-gradient(225deg, #f3606b, #e42b30);
	background: -o-linear-gradient(225deg, #f3606b, #e42b30);
	background: linear-gradient(225deg, #f3606b, #e42b30);
}

@media screen and (min-width:767px) {
	#main_shop {
		padding: 70px 0px 60px 0;
		margin-bottom: 0;
	}

	#main_shop.v2 {
		padding: 0;
	}

	#main_shop.gray {
		background: #f5f5f5;
		margin-bottom: 70px;
	}

	.ms_tit {
		font-size: 2em;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.ms_tit span {
		font-size: 22px;
	}

	.ms_tit .more_work {
		display: block;
		width: 35px;
		height: 35px;
		border-radius: 7px;
		background: #eee;
		font-size: 1em;
		color: #999;
		line-height: 37px;
		text-align: center;
		position: absolute;
		top: 0px;
		right: 10px;
		z-index: 10;
	}

	#main_shop .ms_scroll {
		overflow-x: scroll;
		padding: 5px 0;
	}

	#main_shop ul {
		display: flex;
	}

	#main_shop li {
		float: left;
		min-width: calc((100% / 5) - 16px);
		min-width: -webkit-calc((100% / 5) - 16px);
		height: 320px;
		margin: 0px 20px 20px 0;
	}

	#main_shop li > a {
		width: 100%;
	}

	#main_shop li:nth-child(5n) {
		margin: 0
	}

	#main_shop li:nth-child(n+6) {
		display: none;
	}

	#main_shop .ms_img {
		height: 210px;
	}

	#main_shop .ms_img_done p {
		padding: 70px 0;
		font-size: 1.3em;
	}

	#main_shop .ms_cont {
		padding: 20px 5px 0 5px;
	}

	#main_shop .ms_t01 {
		font-size: 15px;
	}

	#main_shop .ms_t02 {
		font-size: 1.3em;
		margin: 7px 0 15px 0;
	}

	#main_shop #work_state {
		top: 188px;
	}
}

@media screen and (max-width:1023px) {
	#main_shop {}

	#main_shop.gray {
		margin: 0;
	}
}

@media screen and (max-width:768px) {
	#main_shop {
		margin: 200px 0 0;
	}

	#main_shop.gray {
		margin: 0;
	}
}

@media screen and (max-width:550px) {
	#main_shop {
		margin: 180px 0 0;
	}

	#main_shop.gray {
		margin: 0;
	}
}

@media screen and (max-width:450px) {
	#main_shop {
		margin: 150px 0 0;
	}

	#main_shop.gray {
		margin: 0;
	}
}

@media screen and (max-width:370px) {}

/*블로그추출*/
#main_blog {
	padding: 0 0px 0px 15px;
}

#main_blog .mb_scroll {
	overflow-x: scroll;
	padding: 5px 0 30px 0;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

#main_blog .mb_scroll::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera*/
}

#main_blog ul {
	/*min-width:1650px;*/
	display: flex;
}

#main_blog li {
	/* float:left;*/
	min-width: 260px;
	height: 130px;
	margin: 5px 5px;
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 15px;
	box-shadow: 0 3px 8px rgba(95, 95, 95, 0.2);
	position: relative;
}

#main_blog li:nth-child(n+4) {
	display: block;
}

#main_blog .ico_today {
	position: relative;
	top: auto;
	left: auto;
	background: #0946da;
	width: auto;
	line-height: 20px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	padding: 0 5px;
}

#main_blog .ico_today i {
	color: #fff;
	font-size: 9px;
}

#main_blog .ico_today p {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}

#main_blog .pick {
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 20;
	font-size: 1.6em;
}

#main_blog .ico_pick {
	color: #ccc;
}

#main_blog .ico_pick_on {
	color: #2482d9;
}

#main_blog .mb_img_done {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

#main_blog .mb_img_done p {
	text-align: center;
	color: #fff;
	padding: 55px 0;
	line-height: 1.5em;
	font-weight: 600;
	font-size: 1.2em;
}

#main_blog .mb_cont {
	line-height: 1.3em;
}

#main_blog .mb_t01 {
	margin: 5px 0 5px 0;
	display: inline-block;
	font-weight: 700;
	color: #222;
	font-size: 1.2em;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

#main_blog .mb_t01 span {
	font-size: 13px;
	font-weight: 600;
	color: #999;
	display: inline-block;
}

#main_blog .mb_t02 {
	font-size: 12px;
	color: #999;
	line-height: 1em;
	margin-top: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

#main_blog .mb_t03 {
	margin-top: 10px;
}

#main_blog .mb_t03 span {
	display: inline-block;
	border-radius: 30px;
	line-height: 17px;
	border: 1px solid transparent;
	font-size: 10px;
	padding: 0 7px;
	margin: 0 1px 3px 0;
}

#main_blog .ico_person {
	background: #ffe668;
	color: #333;
}

#main_blog .ico_take {
	background: #3d59a8;
	color: #fff;
}

#main_blog .ico_grade {
	background: #fff;
	border: 1px solid #ddd !important;
	color: #222;
}

#main_blog #work_state {
	position: absolute;
	top: -10px;
	right: 20px;
	z-index: 20;
	text-align: center;
}

#main_blog #work_state .work_ing {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.5);
	background: #41d9ea;
	background: -webkit-linear-gradient(225deg, #41d9ea, #1dabd0);
	background: -moz-linear-gradient(225deg, #41d9ea, #1dabd0);
	background: -o-linear-gradient(225deg, #41d9ea, #1dabd0);
	#main_shop background: linear-gradient(225deg, #41d9ea, #1dabd0);
}

#main_blog #work_state .work_done {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.5);
	background: #f3606b;
	background: -webkit-linear-gradient(225deg, #f3606b, #e42b30);
	background: -moz-linear-gradient(225deg, #f3606b, #e42b30);
	background: -o-linear-gradient(225deg, #f3606b, #e42b30);
	background: linear-gradient(225deg, #f3606b, #e42b30);
}


@media screen and (min-width:767px) {
	#main_wrap {
		margin: 0 auto;
	}

	#main_blog {
		padding: 0 0 60px 0;
	}

	#main_blog .mb_scroll {
		overflow-x: scroll;
		padding: 10px 0 35px 0;
	}

	#main_blog ul {
		display: flex;
	}

	#main_blog li {
		float: left;
		min-width: calc((100% / 3) - 14px);
		min-width: -webkit-calc((100% / 3) - 14px);
		height: 180px;
		margin: 0 20px 0 0;
		padding: 30px;
		box-sizing: border-box;
		transition: all 0.3s;
	}

	#main_blog li:hover,
	#main_blog li:focus {
		border-color: #2482d9;
		transition: all 0.3s;
	}

	#main_blog .pick {
		bottom: 20px;
	}

	#main_blog .mb_img_done p {
		padding: 70px 0;
		font-size: 1.3em;
	}

	#main_blog .mb_t01 {
		margin: 8px 0 8px 0;
		font-size: 1.4em;
	}

	#main_blog .mb_t01 span {
		font-size: 15px;
	}

	#main_blog .mb_t02 {
		font-size: 13px;
	}

	#main_blog .mb_t03 {
		margin-top: 15px;
	}
}

@media screen and (max-width:1200px) {
	#main_wrap {
		width: 96%;
	}
}

/*회사정보*/
@media screen and (min-width:767px) {
	#com_info {
		width: 1150px;
		margin: 0 auto 80px auto;
	}

	#com_info .ci_box {
		float: left;
		width: 33%;
		height: 160px;
	}

	#com_info .ci_box:first-child {
		width: calc(32% - 60px);
		margin-right: 60px;
		border-right: 1px solid #eee;
	}

	#com_info .ci_box:nth-child(2) {
		width: calc(36% - 0px);
		padding-right: 60px;
		border-right: 1px solid #eee;
	}

	#com_info .ci_box:last-child {
		width: calc(32% - 60px);
		margin-left: 60px;
	}

	#com_info .ci_tit {
		font-size: 1.05em;
		margin-bottom: 20px;
		font-weight: 600;
		color: #999;
		line-height: 1.4em;
	}

	#com_info .ci_tit strong {
		font-size: 18px;
		font-weight: normal;
		color: #222;
		display: block;
	}

	#com_info .ci_tel {
		font-size: 2.2em;
		color: #3e59a8;
	}

	#com_info .ci_tel span {
		display: block;
		font-size: 14px;
		color: #777;
	}

	#com_info .ci_sns {
		margin-top: 5px;
	}

	#com_info .ci_sns a {
		display: inline-block;
		width: calc(20% - 15px);
		margin: 0 2px;
		border-radius: 10px;
		overflow: hidden;
	}

	#com_info .ci_sns img {
		width: 100%;
	}


	#com_info .ci_ban01 {
		background: url(../img/app/ci_ban01_bg.png) no-repeat 145px 26px #3e59a8;
		border-radius: 5px;
		padding: 20px 30px;
		margin-bottom: 10px;
		position: relative;
		transition: all 0.3s;
	}

	#com_info .ci_ban01:hover {
		border-radius: 15px;
		transition: all 0.3s;
	}

	#com_info .ci_ban01 p {
		color: #fff;
		font-size: 1.05em;
		line-height: 1.3em;
	}

	#com_info .ci_ban01 p strong {
		color: #ffe668;
		font-weight: normal;
	}

	#com_info .ci_ban01 span {
		color: rgba(250, 250, 250, 0.8);
		font-size: 1.3em;
		font-weight: 600;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	}

	#com_info .ci_ban01 span i {}

	#com_info .ci_ban02 {}

	#com_info .ci_ban02 li {
		border-bottom: 1px dotted #ddd;
		position: relative;
	}

	#com_info .ci_ban02 li a {
		color: #222;
		font-size: 1.05em;
		line-height: 2.5em;
		padding: 0 15px;
	}

	#com_info .ci_ban02 li a:hover {
		color: #3e59a8;
		font-weight: 600;
	}

	#com_info .ci_ban02 li i {
		color: #999;
	}

	#com_info .ci_ban02 li span {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}

	#com_info .ci_ban02 li span i {
		font-size: 1.3em;
		color: #3e59a8;
	}
}







#area_visual {
	display: block;
	width: 100%;
	height: auto;
}

#area_visual img {
	width: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0) !important;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
	#area_experience.top #area_visual {
		padding-bottom: 30px !important;
	}
}

#area_visual .swiper-wrapper {
	padding: 0 !important;
}

#area_cate {
	display: block;
	padding: 65px 0;
	text-align: center;
}

#area_cate .title {}

#area_cate .title > h3 {
	display: block;
	font-size: 50px;
	font-weight: 800;
	color: #222;
	line-height: 1.2em;
	word-break: keep-all;
}

#area_cate .title > span {
	display: block;
	margin: 25px 0 0;
	font-size: 25px;
	font-weight: 700;
	color: #373737;
	line-height: 1.3em;
	word-break: keep-all;
}

#area_cate .list_cate {
	margin: 80px auto 0;
}

#area_cate .list_cate > li {
	display: inline-block;
	margin: 0 45px 30px 0;
	display: inline-flex;
	margin: 0 45px 30px 0;
	flex-direction: column;
	width: 10%;
}

#area_cate .list_cate > li .area_icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 40px;
	box-sizing: border-box;
	background: #f7f7f7
}

#area_cate .list_cate > li:last-child {
	margin: 0;
}

#area_cate .list_cate > li img {
	height: 52px;
	width: auto;
	transform: translateY(0);
	transition: all 0.7s ease;
}

#area_cate .list_cate > li:nth-child(1) img {
	height: 50px;
}

#area_cate .list_cate > li:nth-child(9) img {
	height: 48px;
}

#area_cate .list_cate > li:nth-child(10) img {
	height: 38px;
}

#area_cate .list_cate > li em {
	display: block;
	margin: 10px 0 0;
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

#area_cate .list_cate > li:hover img {
	transform: translateY(-5px);
}

#area_cate .list_cate > li:hover em {
	font-weight: bolder;
}

#area_cate .list_btn {
	margin: 30px 0 0;
}

#area_cate .list_btn > li {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 180px;
	text-align: center;
}

#area_cate .list_btn > li:last-child {
	margin: 0;
}

#area_cate .list_btn > li > a {
	display: block;
	padding: 14px 10px;
	border-radius: 50px;
	background: #ed7131;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
}

#main_shop.best ul {
	display: block;
}

#main_shop.best li {
	margin: 0 30px 30px 0;
	min-width: -webkit-calc((100% / 7) - 25.9px);
	min-width: calc((100% / 7) - 25.9px);
	height: auto;
}

#main_shop.best li:nth-child(n+6) {
	display: block;
}

#main_shop.best li:nth-child(5n) {
	margin: 0px 30px 30px 0;
}

#main_shop.best li:nth-child(7n) {
	margin: 0;
}

#main_shop.best .ms_img {
	height: 220px;
	border-radius: 5px;
}

#main_shop.best .ms_img_done {
	border-radius: 5px;
}

#main_shop.best .ms_t02 {
	line-height: 1em;
}

#main_shop.best #work_state {
	top: unset;
	bottom: 62px;
}

#main_shop.best li:hover .ms_img img {
	transform: translate(-50%, -50%) scale(1.05, 1.05);
}

.icon_grade {
	position: absolute;
	top: 0;
	left: 8px;
	z-index: 999;
	width: 33px;
	height: 40px;
	background: url(../img/app/icon_grade2.png)no-repeat center;
	background-size: cover;
}

.icon_grade.first {
	background: url(../img/app/icon_grade.png)no-repeat center;
	background-size: cover;
}

.icon_grade .txt {
	display: block;
	margin: 5.2px 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.icon_grade .txt i {
	display: inline-block;
	margin: 0;
	font-size: 17px;
}

#area_brand {
	display: block;
	margin: 0 0 100px;
}

#area_brand .ms_tit,
#area_event .ms_tit {
	margin: 0 0 25px;
}

.list_brand {}

.list_brand:after {
	display: block;
	content: "";
	clear: both;
}

.list_brand > li {
	position: relative;
	float: left;
	display: block;
	margin: 0 13px 0 0;
	width: calc((100% / 4) - 10px);
	border-radius: 10px;
	overflow: hidden;
}

.list_brand > li:nth-child(4n) {
	margin: 0;
}

.list_brand > li .area_img {
	width: 100%;
	height: auto;
	background: #eee;
}

.list_brand > li .area_img img {
	width: 100%;
	height: 100%;
	transform: scale(1.0, 1.0);
	transition: all 0.5s ease;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.list_brand > li:hover .area_img img {
	transform: scale(1.08, 1.08);
}

.list_brand > li .area_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5) 4.37%, rgba(0, 0, 0, .1));
	z-index: 1;
}

.list_brand > li .area_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.list_brand > li .area_txt h3 {
	display: block;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2em;
	word-break: keep-all;
}

.list_brand > li .area_txt span {
	display: block;
	margin: 5px 0 0;
	font-size: 19px;
	font-weight: 700;
	color: #333;
	line-height: 1.4em;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_brand > li a {
	display: inline-block;
	border: 1px solid #fff;
	padding: 7px 20px;
	width: 130px;
	border-radius: 50px;
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	etter-spacing: 1px;
	transition: all 0.3s ease;
}

.list_brand > li:hover a {
	background: #fff;
	color: #333;
}

#area_event {
	display: block;
	margin: 20px 0 100px;
}

#area_experience {
	display: block;
	margin: 0 0 100px;
}

#area_event,
#area_experience {
	overflow-x: hidden;
}


.swiper-button-next2,
.swiper-button-next3,
.swiper-button-next4,
.swiper-button-prev2,
.swiper-button-prev3,
.swiper-button-prev4 {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next2,
.swiper-button-next3,
.swiper-button-next4,

.swiper-button-prev2,
.swiper-button-prev3,
.swiper-button-prev4 {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
	right: 10px;
	left: auto;
}

#area_experience .swiper-button-prev,
#area_experience .swiper-button-prev2,
#area_experience .swiper-button-prev3,
#area_experience .swiper-button-prev4,
#area_experience .swiper-button-next,
#area_experience .swiper-button-next2,
#area_experience .swiper-button-next3,
#area_experience .swiper-button-next4 {
	margin-top: -25px;
	background: url(../img/app/icon_marrow.svg)no-repeat center;
	background-size: contain;
	width: 20px;
	height: 35px;
}

#area_experience .swiper-button-prev,
#area_experience .swiper-button-prev2,
#area_experience .swiper-button-prev3,
#area_experience .swiper-button-prev4 {
	transform: rotate(-180deg);
	left: -35px;
}

#area_experience .swiper-button-next,
#area_experience .swiper-button-next2,
#area_experience .swiper-button-next3,
#area_experience .swiper-button-next4 {
	right: -35px;
}

#area_experience .swiper-wrapper {
	padding: 10px 0 0 !important;
}

#area_experience .pd_slide {
	position: relative;
}

#area_experience .pd_slide.bt {
	margin: 40px 0 0;
}

/*#area_experience ul{overflow : hidden;}*/
/*#area_experience .v1 ul,
#area_experience .v2 ul{overflow : hidden;
	width:100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}*/

#area_experience .v1 li,
#area_experience .v2 li {
	position: relative;
	width: calc((100% / 5) - 27px);
	display: inline-block;
	margin: 10px 30px 10px 0;
}

#area_experience .v1 li:nth-child(5n),
#area_experience .v2 li:nth-child(5n) {
	margin-right: 0;
}

#area_experience li:hover .ms_img img {
	transform: translate(-50%, -50%) scale(1.05, 1.05);
}

#area_experience li > a {
	display: block;
	width: 100%;
	height: 100%;
}

#area_experience .pick {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 20;
	font-size: 2em;
}

#area_experience .ico_pick {
	color: #ccc;
}

#area_experience .ico_pick_on {
	color: #2482d9;
}

#area_experience .ms_img {
	position: relative;
	/*height:310px;*/
	border-radius: 5px;
	overflow: hidden;
}

#area_experience .ms_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	transform: translate(-50%, -50%) scale(1.0, 1.0);
	top: 50%;
	left: 50%;
	transition: all 0.5s ease;
}

#area_experience .ms_img_done {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

#area_experience .ms_img_done p {
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	padding: 45px 0;
	line-height: 1.5em;
	font-weight: 600;
}

#area_experience .ms_cont {
	padding: 20px 0 0 0;
	line-height: 1.3em;
}

#area_experience .ms_t01 {
	font-weight: 400;
	color: #999;
	font-size: 13px;
	margin-bottom: 8px;
}

#area_experience .ms_t02 {
	font-weight: 500;
	color: #222;
	font-size: 1.2em;
	margin: 3px 0 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

#area_experience .ms_t03 {}

#area_experience .ms_t03 span {
	display: inline-block;
	border-radius: 30px;
	line-height: 17px;
	border: 1px solid transparent;
	font-size: 10px;
	padding: 0 6px;
	margin: 0 1px 3px 0;
}

#area_experience .ms_cont .pd_info {
	display: block;
	font-weight: 500;
	color: #222;
	font-size: 1.2em;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

#area_experience .ms_cont .info_sns {
	margin: 10px 0 0;
}

#area_experience .ms_cont .icon_sns {
	display: inline-block;
	width: 15px;
	height: 15px;
}

#area_experience .ms_cont .icon_sns img {
	width: 100%;
	height: 100%;
}

#area_experience .ms_cont .pd_name {
	display: inline-block;
	margin: 0 0 0 3px;
	color: #999;
	font-size: 13px;
}

#area_experience .ms_cont .info_profile {
	display: block;
	border-top: 1px solid #eee;
	margin: 15px 0;
	padding: 15px 0 0;
}

#area_experience .ms_cont .info_profile .img_profile {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	background: #eee;
	overflow: hidden;
}

#area_experience .ms_cont .info_profile .img_profile img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

#area_experience .ms_cont .info_profile span {
	display: inline-block;
	position: relative;
	top: -8.5px;
	margin: 0 0 0 2px;
	font-size: 14px;
	color: #999;
	line-height: 1.2em;
	word-break: keep-all;
}

/*#area_experience .ico_person{ background:#ffe668; color:#333;}*/
#area_experience .ico_person {
	background: #ed7131;
	color: #fff;
}

#area_experience .ico_take {
	background: #3d59a8;
	color: #fff;
}

#area_experience .ico_grade {
	background: #fff;
	border: 1px solid #ddd !important;
	color: #222;
}

#area_experience .ico_today {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	background: #0946da;
	width: 28px;
	border-radius: 30px;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.5);
	text-align: center;
}

/* 추가 */
#area_experience .ms_cont.ver_new .info_sns {
	margin: -15px 0 10px
}

#area_experience .ms_cont.ver_new .pd_name {
	color: #222;
	font-weight: 500
}

#area_experience .ms_cont.ver_new .ms_t02 {}

#area_experience .swiper-button-next,
#area_experience .swiper-button-next2,
#area_experience .swiper-button-next3,
#area_experience .swiper-button-next4 {
	margin-top: -25px;
	background: url(../img/app/icon_marrow.svg)no-repeat center;
	background-size: contain;
	width: 20px;
	height: 35px;
}

#area_experience .swiper-button-prev,
#area_experience .swiper-button-prev2,
#area_experience .swiper-button-prev3,
#area_experience .swiper-button-prev4 {
	transform: rotate(-180deg);
	left: -35px;
}

#area_experience .swiper-button-next,
#area_experience .swiper-button-next2,
#area_experience .swiper-button-next3,
#area_experience .swiper-button-next4 {
	right: -35px;
}

#area_experience .swiper-wrapper {
	padding: 10px 0 0 !important;
}

#area_experience .pd_slide {
	position: relative;
}

#area_experience .pd_slide.bt {
	margin: 40px 0 0;
}

#area_experience li:hover .ms_img img {
	transform: translate(-50%, -50%) scale(1.05, 1.05);
}

#area_experience li > a {
	display: block;
	width: 100%;
	height: 100%;
}

#area_experience .pick {
	position: absolute;
	top: -5px;
	right: 10px;
	z-index: 20;
	font-size: 2em;
}

#area_experience .ico_pick {
	color: #ccc;
}

#area_experience .ico_pick_on {
	color: #2482d9;
}

#area_experience .ms_img {
	position: relative;
	/*height:310px;*/
	border-radius: 5px;
	overflow: hidden;
}

#area_experience .ms_img img {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translate(-50%, -50%) scale(1.0, 1.0);
	top: 50%;
	left: 50%;
	transition: all 0.5s ease;
}

#area_experience .ms_img_done {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

#area_experience .ms_img_done p {
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	padding: 45px 0;
	line-height: 1.5em;
	font-weight: 600;
}

#area_experience .ms_cont {
	padding: 20px 0 0 0;
	line-height: 1.3em;
}

#area_experience .ms_t01 {
	font-weight: 400;
	color: #999;
	font-size: 13px;
	margin-bottom: 8px;
}

#area_experience .ms_t02 {
	font-weight: 500;
	color: #222;
	font-size: 1.2em;
	margin: 3px 0 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

#area_experience .ms_t03 {}

#area_experience .ms_t03 span {
	display: inline-block;
	border-radius: 30px;
	line-height: 17px;
	border: 1px solid transparent;
	font-size: 10px;
	padding: 0 6px;
	margin: 0 1px 3px 0;
}

#area_experience .ms_cont .pd_info {
	display: block;
	font-weight: 500;
	color: #222;
	font-size: 1.2em;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

#area_experience .ms_cont .info_sns {
	margin: 10px 0 0;
}

#area_experience .ms_cont .icon_sns {
	display: inline-block;
	width: 15px;
	height: 15px;
}

#area_experience .ms_cont .icon_sns img {
	width: 100%;
	height: 100%;
}

#area_experience .ms_cont .pd_name {
	display: inline-block;
	margin: 0 0 0 3px;
	color: #999;
	font-size: 13px;
}

#area_experience .ms_cont .info_profile {
	display: block;
	border-top: 1px solid #eee;
	margin: 15px 0;
	padding: 15px 0 0;
}

#area_experience .ms_cont .info_profile .img_profile {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	background: #eee;
	overflow: hidden;
}

#area_experience .ms_cont .info_profile .img_profile img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

#area_experience .ms_cont .info_profile span {
	display: inline-block;
	position: relative;
	top: -8.5px;
	margin: 0 0 0 2px;
	font-size: 14px;
	color: #999;
	line-height: 1.2em;
	word-break: keep-all;
}

/*#area_experience .ico_person{ background:#ffe668; color:#333;}*/
#area_experience .ico_person {
	background: #ed7131;
	color: #fff;
}

#area_experience .ico_take {
	background: #3d59a8;
	color: #fff;
}

#area_experience .ico_grade {
	background: #fff;
	border: 1px solid #ddd !important;
	color: #222;
}

#area_experience .ico_today {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	background: #0946da;
	width: 28px;
	border-radius: 30px;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.5);
	text-align: center;
}

/* 추가 */
#area_experience .ms_cont.ver_new .info_sns {
	margin: -15px 0 10px
}

#area_experience .ms_cont.ver_new .pd_name {
	color: #222;
	font-weight: 500
}

#area_experience .ms_cont.ver_new .ms_t02 {
	display: flex;
	justify-content: space-between;
}

#area_experience .ms_cont.ver_new .ms_t02 .in_tit {
	display: inline-block;
	flex: 1;
	overflow: hidden;
	text-overflow: inherit;
}

#area_experience .ms_cont.ver_new .ms_t02 .in_pers {
	display: inline-block;
	float: right;
	font-size: 13px;
	color: #898989;
}

#area_experience .ms_cont.ver_new .ms_t02 .in_pers i {
	color: #2e2e2e;
	font-size: 14px;

}

#area_experience .ico_today i {
	color: #fff;
	font-size: 9px;
}

#area_experience .ico_today p {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 8px;
}

#area_experience #work_state {
	position: absolute;
	right: 10px;
	bottom: 70px;
	z-index: 20;
	text-align: center;
}

#area_experience #work_state .work_ing {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.5);
	background: #41d9ea;
	background: -webkit-linear-gradient(225deg, #41d9ea, #1dabd0);
	background: -moz-linear-gradient(225deg, #41d9ea, #1dabd0);
	background: -o-linear-gradient(225deg, #41d9ea, #1dabd0);
	#area_experience background: linear-gradient(225deg, #41d9ea, #1dabd0);
}

#area_experience #work_state .work_done {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 3px 5px rgba(95, 95, 95, 0.5);
	background: #f3606b;
	background: -webkit-linear-gradient(225deg, #f3606b, #e42b30);
	background: -moz-linear-gradient(225deg, #f3606b, #e42b30);
	background: -o-linear-gradient(225deg, #f3606b, #e42b30);
	background: linear-gradient(225deg, #f3606b, #e42b30);
}

#area_experience #work_state.ver_new {
	bottom: 80px;
}

.index2 #mbanner {
	background: #ed7131;
}

#area_snsbn {
	position: relative;
	margin: 150px 0 100px;
	padding: 50px 0;
	display: block;
	background: #3d59a8;
}

#area_snsbn a {
	display: block;
}

#area_snsbn .txt_wrap {
	width: 1000px;
	margin: 0 auto;
}

#area_snsbn .txt_wrap .txt h2 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	word-break: keep-all;
}

#area_snsbn .txt_wrap .txt span {
	display: inline-block;
	margin: 13px 0 0;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 1em;
	word-break: keep-all;
	line-height: 1em;
	word-break: keep-all;
}

#area_snsbn .txt_wrap .obj {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-right: -300px;
}

@media screen and (max-width:1700px) {
	#area_cate .list_cate > li {
		margin: 0 30px 30px 0;
	}

	#main_shop.best .ms_img {
		height: 210px;
	}

	.list_brand > li .area_img {
		height: auto;
	}

	/*#area_experience .ms_img{height:280px;}*/
}

@media screen and (max-width:1600px) {
	#area_cate .list_cate > li {
		margin: 0 20px 30px 0;
	}

	#main_shop.best .ms_img {
		height: 190px;
	}

	/*#area_experience .ms_img{height:240px;}*/
}

@media screen and (max-width:1500px) {
	#area_cate .list_cate {
		width: 800px;
	}

	#area_cate .list_cate > li {
		width: calc((100% / 4) - 19px);
		width: -webkit-calc((100% / 4) - 19px);
	}

	#area_cate .list_cate > li:nth-child(4n) {
		margin-right: 0;
	}

	.list_brand > li .area_img {
		height: auto;
	}

	/*#area_experience .ms_img{height:210px;}*/

	#main_shop.best li {
		margin: 0 30px 30px 0;
		min-width: -webkit-calc((100% / 6) - 25px);
		min-width: calc((100% / 6) - 25px);
		height: auto;
	}

	#main_shop.best li:nth-child(5n) {
		margin: 0 30px 30px 0;
	}

	#main_shop.best li:nth-child(7n) {
		margin: 0 30px 30px 0;
	}

	#main_shop.best li:nth-child(6n) {
		margin: 0 0 30px 0;
	}

	/*#main_shop.best li:nth-child(n+13){display:none;}*/
}

@media screen and (max-width:1400px) {

	.swiper-button-next2,
	.swiper-button-next3,
	.swiper-button-next4,
	.swiper-button-prev2,
	.swiper-button-prev3,
	.swiper-button-prev4 {
		display: none;
	}
}

@media screen and (max-width:1300px) {
	#main_shop.best li {
		margin: 0 20px 20px 0;
		min-width: calc((100% / 6) - 16.8px);
		min-width: -webkit-calc((100% / 6) - 16.8px);
	}

	#main_shop.best li:nth-child(5n) {
		margin: 0 20px 20px 0;
	}

	#main_shop.best li:nth-child(7n) {
		margin: 0 20px 20px 0;
	}

	#main_shop.best li:nth-child(6n) {
		margin: 0 0 20px 0;
	}

	#main_shop.best .ms_img {
		height: 155px;
	}

	#main_shop .ms_t01 {
		font-size: 14px;
	}

	#main_shop .ms_t02 {
		font-size: 1.2em;
	}

	.list_brand > li .area_txt h3 {
		font-size: 15px;
	}

	.list_brand > li .area_txt span {
		font-size: 16px;
	}

	.list_brand > li a {
		margin: 30px 0 0;
	}

	#area_experience .v1 li,
	#area_experience .v2 li {
		width: calc((100% / 5) - 19px);
		margin-right: 20px;
	}
}

@media screen and (max-width:1200px) {
	.list_brand > li .area_img {
		height: auto;
	}

	/*#area_experience .ms_img{height:190px;}*/
	#area_snsbn {
		margin: 120px 0 70px;
	}

	#area_snsbn .txt_wrap {
		width: 90%;
	}

	#area_snsbn .txt_wrap .obj {
		left: unset;
		right: 5%;
		margin-right: 0;
	}

}

@media screen and (max-width:1023px) {
	#area_cate .title > h3 {
		font-size: 38px;
	}

	#area_cate .title > span {
		margin: 20px 0 0;
		font-size: 22px;
	}

	#area_cate .list_cate {
		width: 80%;
	}

	#area_cate .list_cate > li .area_icon {
		width: 100px;
		height: 100px;
		border-radius: 30px;
	}

	#area_cate .list_cate > li:nth-child(5n) {
		margin-right: 0;
	}

	#area_brand,
	#area_event,
	#area_experience {
		margin: 0 0 60px;
	}

	#area_brand .ms_tit,
	#area_event .ms_tit {
		margin: 0 0 30px;
	}

	#main_shop.best li {
		margin: 0 15px 15px 0;
		min-width: calc((100% / 5) - 12px);
		min-width: -webkit-calc((100% / 5) - 12px);
	}

	#main_shop.best li:nth-child(7n) {
		margin: 0 15px 15px 0;
	}

	#main_shop.best li:nth-child(6n) {
		margin: 0 15px 15px 0;
	}

	#main_shop.best li:nth-child(5n) {
		margin: 0 0 15px 0;
	}

	.list_brand > li .area_img {
		height: auto;
	}

	/*#area_experience .ms_img{height:210px;}*/


	#main_shop.best li:nth-child(11),
	#main_shop.best li:nth-child(12) {
		display: none;
	}

	.list_brand > li a {
		margin: 20px 0 0;
		font-size: 15px;
	}

	#area_experience .swiper-container {
		margin: 0 25px;
	}

	#area_experience .swiper-button-prev,
	#area_experience .swiper-button-prev2,
	#area_experience .swiper-button-prev3,
	#area_experience .swiper-button-prev4,
	#area_experience .swiper-button-next,
	#area_experience .swiper-button-next2,
	#area_experience .swiper-button-next3,
	#area_experience .swiper-button-next4 {
		width: 15px;
		height: 30px;
	}

	/*#area_experience .v1 li,
	#area_experience .v2 li{width: calc((100% / 4) - 19px); margin-right: 15px;}
	#area_experience .v1 li:nth-child(4n),
	#area_experience .v2 li:nth-child(4n){margin-right: 0;}
	#area_experience .v1 li:nth-child(5n),
	#area_experience .v2 li:nth-child(5n){margin-right: 15px;}*/

}

@media screen and (max-width:950px) {
	.list_brand > li .area_img {
		height: auto;
	}

	/*#area_experience .ms_img{height:190px;}*/
	#area_snsbn {
		padding: 40px 0;
	}

	#area_snsbn .txt_wrap .obj {
		right: -5%;
	}

	#area_snsbn .txt_wrap .obj img {
		width: 80%;
	}

	#area_snsbn .txt_wrap .txt h2 {
		font-size: 25px;
	}

	#area_snsbn .txt_wrap .txt span {
		margin: 7px 0 0;
		font-size: 14px;
	}
}

@media screen and (max-width:850px) {
	#area_cate .list_cate {
		width: 90%;
	}

	#main_shop.best .ms_img {
		height: 140px;
	}

	#main_shop.best {
		margin: 0;
		padding: 0 0 50px;
	}

	#area_brand,
	#area_event,
	#area_experience {
		margin: 0 0 50px;
	}
}

@media screen and (max-width:768px) {
	.ms_tit {
		font-size: 1.4em;
	}

	.ms_tit span {
		position: relative;
		top: 2px;
		font-size: 15px;
		margin-left: 3px;
	}

	#area_cate {
		padding: 50px 0;
	}

	#area_cate .title > h3 {
		font-size: 30px;
	}

	#area_cate .title > span {
		font-size: 20px;
	}

	#area_cate .list_btn > li {
		width: 150px;
		margin: 0 7px 0 0;
	}

	#area_cate .list_btn > li > a {
		padding: 10px;
		font-size: 17px;
	}

	#area_cate .list_cate {
		margin: 50px auto 0;
	}

	#main_shop.best {
		padding: 0;
	}

	#main_shop.best li {
		float: left;
		margin: 0 15px 20px 0;
		width: calc((100% / 4) - 11.5px);
		width: -webkit-calc((100% / 4) - 11.5px);
	}

	#main_shop.best li:nth-child(6n) {
		margin: 0 15px 20px 0;
	}

	#main_shop.best li:nth-child(5n) {
		margin: 0 15px 20px 0;
	}

	#main_shop.best li:nth-child(4n) {
		margin: 0 0 20px 0;
	}

	#main_shop.best li > a {
		width: 100%;
		height: 100%;
	}

	#main_shop.best #work_state {
		bottom: 40px;
	}

	.list_brand > li {
		margin: 0 10px 30px 0;
		width: calc((100% / 2) - 5px);
	}

	.list_brand > li:nth-child(2n) {
		margin: 0;
	}

	.list_brand > li .area_img {
		height: auto;
	}

	.list_brand > li .area_txt h3,
	.list_brand > li a {
		font-size: 14px;
	}

	#main_shop.best {
		margin: 0;
		padding: 0 0 20px;
	}

	#main_shop.best li:nth-child(11),
	#main_shop.best li:nth-child(12) {
		display: block;
	}

	#area_brand .ms_tit,
	#area_event .ms_tit {
		margin: 0 0 15px;
	}

	#area_brand,
	#area_event,
	#area_experience {
		margin: 0 0 40px;
	}

	#main_shop .ms_cont {
		padding: 10px 0 0 0;
	}

	#area_experience .swiper-container {
		margin: 0;
	}

	#area_experience .swiper-button-prev,
	#area_experience .swiper-button-prev2,
	#area_experience .swiper-button-prev3,
	#area_experience .swiper-button-prev4,
	#area_experience .swiper-button-next,
	#area_experience .swiper-button-next2,
	#area_experience .swiper-button-next3,
	#area_experience .swiper-button-next4 {
		display: none;
	}

	.index2 #mbanner {
		width: 94%;
	}

	#area_cate {
		padding: 50px 0 0;
	}

	#area_snsbn {
		padding: 30px 0;
		margin: 70px 0 50px;
	}

	#area_snsbn .txt_wrap {
		width: 95%;
	}

	#area_snsbn .txt_wrap .obj {
		right: 0;
	}

	#area_snsbn .txt_wrap .obj img {
		width: 250px;
		;
	}

	#area_snsbn .txt_wrap .txt h2 {
		font-size: 22px;
	}

	/*#area_experience .v1 ul,
	#area_experience .v2 ul{height:565px; display: block;}*/
	#area_experience .v1 li,
	#area_experience .v2 li {
		width: calc((100% / 2) - 12px);
		margin-right: 15px;
	}

	#area_experience .v1 li:nth-child(2n),
	#area_experience .v2 li:nth-child(2n) {
		margin-right: 0;
	}

	/*#area_experience .v1 li:nth-child(4n),
	#area_experience .v2 li:nth-child(4n){margin-right: 15px;}*/
	#area_experience .v1 li:nth-child(5),
	#area_experience .v2 li:nth-child(5) {
		margin-right: 15px;
	}
}

@media screen and (max-width:700px) {
	#area_cate .list_cate {
		text-align: center;
	}

	#area_cate .list_cate > li {
		margin: 0 15px 20px 0;
		/*width:90px;*/
		vertical-align: top;
	}

	#area_cate .list_cate > li .area_icon {
		width: 80px;
		height: 80px;
		border-radius: 20px;
	}

	#area_cate .list_cate > li .area_icon img {
		width: 80%;
		height: auto;
	}

	#area_cate .list_cate > li:nth-child(3) .area_icon img,
	#area_cate .list_cate > li:nth-child(4) .area_icon img,
	#area_cate .list_cate > li:nth-child(7) .area_icon img {
		width: auto;
		height: 70%;
	}

	#area_cate .list_cate > li em {
		font-size: 14px;
		line-height: 1.2em;
	}

}

@media screen and (max-width:650px) {
	.list_brand > li .area_img {
		height: auto;
	}

	/*#area_experience .ms_img{height:170px;}*/
	#main_shop.best .ms_img {
		height: 120px;
	}

	/*#area_experience ul{height:520px;}*/

}

@media screen and (max-width:600px) {
	#area_cate .title > h3 {
		font-size: 27px;
	}

	#area_cate .title > span {
		margin: 10px 0 0;
		font-size: 18px;
	}

	#area_cate .list_btn {
		margin: 15px 0 0;
	}

	#area_cate .list_btn > li {
		width: 130px;
	}

	#area_cate .list_btn > li > a {
		font-size: 15px;
	}

	#area_cate .list_cate {
		margin: 35px auto 0;
	}

	#area_cate .list_cate > li {
		margin: 0 10px 10px 0;
		/*width:80px;*/
	}

	.list_brand > li .area_img {
		height: auto;
	}
}

@media screen and (max-width:550px) {
	#area_cate {
		padding: 40px 0;
	}

	#area_cate .list_cate {
		width: 96%;
	}

	#main_shop.best li {
		float: left;
		margin: 0 10px 15px 0;
		width: calc((100% / 2) - 5px);
		width: -webkit-calc((100% / 2) - 5px);
	}

	#main_shop.best li:nth-child(7n) {
		margin: 0 10px 15px 0;
	}

	#main_shop.best li:nth-child(6n) {
		margin: 0 10px 15px 0;
	}

	#main_shop.best li:nth-child(5n) {
		margin: 0 10px 15px 0;
	}

	#main_shop.best li:nth-child(4n) {
		margin: 0 10px 15px 0;
	}

	#main_shop.best li:nth-child(2n) {
		margin: 0 0 15px 0;
	}

	/*#area_experience .ms_img{height:210px;}*/
	#main_shop.best li:nth-child(n+9) {
		display: none;
	}

	#main_shop.best .ms_img {
		height: 200px;
	}

	#main_shop .ms_t01 {
		font-size: 12px;
	}

	#main_shop .ms_t02 {
		font-size: 1.1em;
	}

	#main_shop.best {
		margin: 0;
		padding: 0 0 30px;
	}

	.list_brand > li {
		margin: 0 10px 20px 0;
	}

	.list_brand > li .area_txt span {
		font-size: 15px;
	}

	.list_brand > li a {
		margin: 12px 0 0;
	}

	.list_brand > li:nth-child(3),
	.list_brand > li:nth-child(4) {
		margin-bottom: 0;
	}

	#main_shop.best li:nth-child(11),
	#main_shop.best li:nth-child(12) {
		margin-bottom: 0;
	}

	#area_snsbn {
		padding: 24px 0;
		margin: 60px 0 40px;
	}

	#area_snsbn .txt_wrap .obj img {
		width: 220px;
	}

	#area_snsbn .txt_wrap .txt h2 {
		font-size: 20px;
	}

	#area_snsbn .txt_wrap .txt span {
		font-size: 13px;
	}

	/*#area_experience .v1 ul,
	#area_experience .v2 ul{height:600px;}
	#area_experience .v1 li,
	#area_experience .v2 li{width: calc((100% / 2) - 12px); margin-right: 10px;}
	#area_experience .v1 li:nth-child(2n),
	#area_experience .v2 li:nth-child(2n){margin-right: 0;}
	#area_experience .v1 li:nth-child(3n),
	#area_experience .v2 li:nth-child(3n){margin-right: 10px;}
	#area_experience .v1 li:nth-child(4n),
	#area_experience .v2 li:nth-child(4n){margin-right: 10px;}
	#area_experience .v1 li:nth-child(5n),
	#area_experience .v2 li:nth-child(5n){margin-right: 10px;}*/
}

@media screen and (max-width:500px) {
	#area_cate .list_cate > li {
		/*width:70px;*/
	}

	#area_cate .list_cate > li .area_icon {
		width: 70px;
		height: 70px;
	}

	#area_cate .list_cate > li em {
		font-size: 12px;
		margin: 7px 0 0;
	}

	#area_cate .title > h3 {
		font-size: 24px;
	}

	#area_cate .title > span {
		font-size: 16px;
	}

	#area_cate .list_btn > li {
		width: 110px;
		margin: 0 5px 0 0;
	}

	.list_brand > li .area_img {
		height: auto;
	}

	/*#area_experience .ms_img{height:200px;}*/
	#main_shop.best .ms_img {
		height: 190px;
	}

	#area_cate .list_btn > li > a {
		padding: 6px 10px;
	}

	#area_snsbn .txt_wrap .obj img {
		width: 180px;
	}

	#area_snsbn .txt_wrap .txt h2 {
		font-size: 17px;
	}

	#area_snsbn .txt_wrap .txt span {
		font-size: 12px;
		margin: 5px 0 0;
	}

	/*#area_experience ul{height:580px;}*/
}

@media screen and (max-width:450px) {
	#area_cate .list_cate > li {
		/*width:60px;*/
	}

	#area_cate .list_cate > li .area_icon {
		width: 60px;
		height: 60px;
	}

	#area_cate .list_cate > li .area_icon img {
		width: 100%;
	}

	#area_cate .list_cate > li:nth-child(3) .area_icon img,
	#area_cate .list_cate > li:nth-child(4) .area_icon img,
	#area_cate .list_cate > li:nth-child(7) .area_icon img {
		width: auto;
		height: 90%;
	}

	#area_cate .title > h3 {
		font-size: 22px;
	}

	.list_brand > li .area_img {
		height: auto;
	}

	/*#area_experience .ms_img{height:190px;}*/
	#main_shop.best .ms_img {
		height: 170px;
	}

	#main_shop.best {
		margin: 0;
		padding: 0 0 20px;
	}

	#area_snsbn {
		padding: 17px 0 13px;
	}

	#area_snsbn .txt_wrap .obj img {
		width: 150px;
	}

	#area_snsbn .txt_wrap .txt h2 {
		font-size: 16px;
		line-height: 0.8em;
	}

	#area_snsbn .txt_wrap .txt span {
		font-size: 11px;
		margin: 0;
	}

	/*#area_experience ul{height:565px;}*/

}

@media screen and (max-width:380px) {
	#area_cate .list_cate > li:nth-child(4n) {
		margin-right: 0;
	}

	#area_cate .list_cate > li:nth-child(5n) {
		margin-right: 10px;
	}

	.list_brand > li .area_img {
		height: auto;
	}

	/*#area_experience .ms_img{height:195px;}*/
	#main_shop.best .ms_img {
		height: 150px;
	}
}
