@charset "utf-8";
/****************************************/
/*	Name: 비즈마켓
/*	PART: Main
/*	Version: 1.0
/****************************************/
.main-visual {
	height: 360px;
	/* z-index:50; */
}
.main-visual .swiper-wrapper {

}
.main-visual .swiper-slide {
	position: relative;
	overflow: hidden;
}
.main-visual .swiper-slide .item {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.main-visual .swiper-slide .item a {
	display: block;
	width: 100%;
	height: 100%;
}
.main-visual .swiper-slide .item .inner-box {
	position: absolute;
	top:65px;
	left: 50%;
	transform: translateX(-50%);
	width: 1440px;
	padding:0 130px 55px;
	text-align: left;
	box-sizing: border-box;
}
.main-visual .swiper-slide .item .inner-box .title {
	display: block;
	margin-bottom:10px;
	font-size: 42px;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
}
.main-visual .swiper-slide .item .inner-box .text {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.main-visual .swiper-slide .item .inner-box .btn-more {
	position: absolute;
	left: 130px;
	bottom:0;
	display: block;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.main-visual .swiper-button-prev,
.main-visual .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
}
.main-visual .swiper-button-prev:after,
.main-visual .swiper-button-next:after {
	content: '';
	width: 60px;
	height: 60px;
}
.main-visual .swiper-button-prev {
	left: 50%;
	margin-left: -720px;
}
.main-visual .swiper-button-prev:after {
	background: url(/images/btn/btn_120_prev_white.png) center center no-repeat;
	background-size: 60px 60px;
}
.main-visual .swiper-button-next {
	right: 50%;
	margin-right: -720px;
}
.main-visual .swiper-button-next:after {
	background: url(/images/btn/btn_120_next_white.png) center center no-repeat;
	background-size: 60px 60px;
}
.main-visual .swiper-controller {
    position: absolute;
    bottom:90px;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
	height: 20px;
    padding: 0 130px;
    text-align: left;
    box-sizing: border-box;
	z-index: 1;
}

.main-visual .swiper-controller .swiper-pagination {
	position: relative;
	bottom: auto;
	display: inline-block;
	width: auto;
	margin-top: 6px;
}
.main-visual .swiper-controller .swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
}
.main-visual .swiper-controller .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background:rgba(0, 0, 0, 0.3);
}
.main-visual .swiper-controller .swiper-btn-wrap {
	display: inline-block;
	height: 20px;
	margin-left: 3px;
}
.main-visual .swiper-controller .swiper-btn-wrap button {
	display:inline-block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
.main-visual .swiper-controller .swiper-btn-wrap .auto-start {
	background: url(/images/icon/ic_start.png) no-repeat center center;
}
.main-visual .swiper-controller .swiper-btn-wrap .auto-stop {
	background: url(/images/icon/ic_stop.png) no-repeat center center;
}
@media(max-width: 760px) {
	.main-visual {
		height:calc((100vw / 270) * 100);
	}
	.main-visual .swiper-slide {
		position: relative;
		overflow: hidden;
	}
	.main-visual .swiper-slide .item {
		width: 100%;
		height: 100%;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	.main-visual .swiper-slide .item .inner-box {
		top:50%;
		left: 20px;
		transform: translateY(-50%);
		width: auto;
		padding: 0;
	}
	.main-visual .swiper-slide .item .inner-box .title {
		margin-bottom: 7px;
		font-size: 20px;
		line-height: 26px;
	}
	.main-visual .swiper-slide .item .inner-box .text {
		font-size: 12px;
		line-height: 16px;
	}
	.main-visual .swiper-slide .item .inner-box .btn-more {
		display: none;
		margin-top: 15px;
	}
	.main-visual .swiper-slide .item a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.main-visual .swiper-slide .item img {
		width: 100%;
		height: auto;
	}
	.main-visual .swiper-button-prev,
	.main-visual .swiper-button-next {
		overflow: hidden;
		width: 0;
		height: 0;
		font-size:0;
		line-height:0;
	}

	.main-visual .swiper-controller {
		display: none;
	}
}

.main-section {
	position: relative;
}
.main-section.bg {
	background: #f2f2f2;
}
.main-section .inner-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1392px;
	margin: 0 auto;
	padding: 100px 0;
}
.main-section .inner-wrap.wide {
	display: block;
	width: 100%;
}
.main-section .inner-wrap.wide .section-head {
	max-width: 1392px;
	margin: 0 auto 60px;
}
@media(max-width: 760px) {
	.main-section .inner-wrap {
		display: block;
		width: 100%;
		padding: 40px 16px;
		box-sizing: border-box;
	}
	.main-section .inner-wrap.wide {
		padding: 40px 0;
	}
}
.section-head {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}
.section-head .title {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	line-height: 46px;
}
.section-head .title br {
	display: none;
}
.section-head .title-desc {
	display: inline-block;
	margin: 10px 0 0 10px;
	font-size: 24px;
	line-height: 36px;
} 
.section-head .tab {
	display: inline-block;
	margin: 9px 0 0 36px;
}
.section-head .tab .tab-menu li {
	position: relative;
	display: inline-block;
	margin-left: 6px;
	padding-left: 10px;
}
.section-head .tab .tab-menu li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.section-head .tab .tab-menu li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 18px;
	margin-top: -9px;
	background: #d9d9d9;
}
.section-head .tab .tab-menu li:first-child:before {
	display: none;
}
.section-head .tab .tab-menu li button {
	font-size: 24px;
	line-height: 36px;
	color: #8e8e93;
}
.section-head .tab .tab-menu li.on button {
	color: #eb008b;
}

.section-head .btn-more {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	padding-right: 20px;
	font-size: 18px;
	color: #636366;
	line-height: 26px;
}
.section-head .btn-more:after {
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #636366;
    border-top: 2px solid #636366;
    transform: translateY(-50%) rotate(45deg);
}
.section-head .btn-more:hover {
	color: #eb008b;
}
.section-head .btn-more:hover:after {
	border-color: #eb008b;
}
@media(max-width: 760px) { 
	.section-head {
		margin-bottom: 16px;
	}
	.section-head .title {
		font-size: 20px;
		line-height: 29px;
	}
	.section-head .btn-more {
		padding-right: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	.section-head .btn-more:after {
		width: 6px;
		height: 6px;
	}
	.main-section .inner-wrap.wide .section-head {
		width: auto;
		margin: 0 16px 16px;
	}
	.section-head .title br {
		display: block;
	}
	.section-head .title-desc {
		display: block;
		margin:10px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
}


.service-intro {
	z-index: 10;
	/* margin-top: -50px;	 */
}
.service-intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #fafafa calc(50% + 37px), #fafafa calc(50% - 36px));
}
.service-intro .inner-wrap {
	justify-content: center;
	padding: 0 0 0;
}
.service-intro .exp-service {
	position: relative;
	width: 732px;
	height: 200px;
}
.exp-service .item a {
	position: relative;
	display: block;
	height: 100%;
	padding: 60px 90px 21px 267px;
	box-sizing: border-box;
}
.exp-service .item .flag {
	position: absolute;
	top: 0;
	left: 267px;
}
.exp-service .item .title {
	display: block;
	margin-bottom: 12px;
	font-size: 26px;
	line-height: 38px;
}
.exp-service .item .text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 69px;
	font-size: 16px;
	line-height: 23px;
	color:#636366;
	white-space: normal;
	word-wrap: break-word;
	text-overflow: ellipsis;
}
.exp-service .item .img-wrap {
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 75px;
	width: 120px;
	height: 120px;
	background:#ddd;
	border-radius: 50%;
}
.exp-service .item .img-wrap img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.exp-service .swiper-button-prev,
.exp-service .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
}
.exp-service .swiper-button-prev:after,
.exp-service .swiper-button-next:after {
	content: '';
	width: 60px;
	height: 60px;
}
.exp-service .swiper-button-prev {
	left: -15px;
}
.exp-service .swiper-button-prev:after {
	background: url(/images/btn/btn_120_prev_gray.png) center center no-repeat;
	background-size: 60px 60px;
}
.exp-service .swiper-button-next {
	right: 0;
}
.exp-service .swiper-button-next:after {
	background: url(/images/btn/btn_120_next_gray.png) center center no-repeat;
	background-size: 60px 60px;
}
.exp-service .swiper-pagination {
	width: auto;
	bottom: 5px;
	left: 267px;
}


.service-intro .new-service {
	position: relative;
	width: 660px;
	height: 250px;
	margin-top: -40px;
}
.new-service .item {
	height: 100%;
	padding:75px 0 0 290px;
	color: #fff;
	box-sizing: border-box;
}
.new-service .flag {
	position: absolute;
	top: 0;
	left: 250px;
	width: 76px;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
}
.new-service .img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
}
.new-service .img-wrap img {
	width: 100%;
	height: 100%;
}
.new-service .title {
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
}
.new-service .text {
	font-size: 18px;
	line-height: 26px;
	opacity: 0.6;
}
.new-service .btn {
	position: absolute;
	left: 290px;
	bottom: 28px;
	font-size: 15px;
}
.new-service .swiper-button-prev,
.new-service .swiper-button-next {
	position: absolute;
	top: 0;
	width: 76px;
	height: 40px;
	margin-top: 0;
	background: rgb(0, 0, 0);
}
.new-service .swiper-button-prev:after,
.new-service .swiper-button-next:after {
	content: '';
	width: 76px;
	height: 40px;
}
.new-service .swiper-button-prev {
	left: 250px;
}
.new-service .swiper-button-prev:after {
	background: url(/images/btn/btn_48_prev_white.png) center center no-repeat;
	background-size: 24px 24px;
}
.new-service .swiper-button-next {
	left: 326px;
}
.new-service .swiper-button-next:after {
	background: url(/images/btn/btn_48_next_white.png) center center no-repeat;
	background-size: 24px 24px;
}
.new-service .swiper-pagination {
	display: none;
}

@media(max-width: 760px) {
	.service-intro {
		margin-top: 0;
	}
	.service-intro:before {
		display: none;
	}
	.service-intro .inner-wrap {
		margin: 36px 0 0;
		padding: 0 16px;
	}
	.service-intro .swiper-wrapper {
		height: auto;
	}
	.service-intro .swiper-button-prev,
	.service-intro .swiper-button-next {
		overflow: hidden;
		width: 0;
		height: 0;
		font-size:0;
		line-height:0;
	}

	.service-intro .exp-service {
		overflow: visible;
		width: 100%;
		height: auto;
		border-radius: 10px;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
	}
	.exp-service .item a {
		padding: 24px 10px 24px 124px;
	}
	.exp-service .item .flag {
		left: auto;
		right:0;
		width: 60px;
		border-radius: 0 10px 0 10px;
	}
	.exp-service .item .img-wrap {
		top: 50%;
		left: 12px;
		transform: translateY(-50%);
		width: 100px;
		height: 100px;
	}
	.exp-service .item .title {
		overflow: hidden;
		margin-bottom:10px;
		padding-right:55px;
		font-size: 16px;
		line-height: 20px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.exp-service .item .text {
		height: 60px;
		font-size: 14px;
		line-height: 20px;
	}
	.exp-service .swiper-pagination {
		top: -16px;
		left: auto;
		right: 0;
		bottom: auto;
	}
	.exp-service .swiper-pagination .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
	}

	.service-intro .new-service {
		overflow: visible;
		width: 100%;
		height: auto;
		margin-top: 36px;
		border-radius: 10px;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
	}
	.new-service .item {
		padding:24px 10px 66px 124px;
	}
	.new-service .flag {
		left: auto;
		right: 0;
		width: 56px;
		height: 40px;
		background-color: #eb008b;
		font-size:14px;
		line-height: 40px;
		border-radius:0 10px 0 10px;
	}
	.new-service .img-wrap {
		overflow: hidden;
		top: 50%;
		left: 12px;
		transform: translateY(-50%);
		width: 100px;
		height: 100px;
		border-radius: 50%;
	}
	.new-service .cont {
		color: #1a1d1d;
	}
	.new-service .cont .title {
		overflow: hidden;
		display: block;
		margin-bottom:10px;
		padding-right: 55px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 700;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.new-service .cont .text {
		overflow: hidden;
	    word-wrap: break-word;
	    text-overflow: ellipsis;
	    display:-webkit-box;
	    -webkit-line-clamp:3;
	    -webkit-box-orient:vertical;
		height: 60px;
		font-size: 14px;
		line-height: 20px;
		color: #636366;
		opacity: 1;
	}
	.new-service .btn {
		left: 124px;
		bottom: 18px;
	}
	.new-service .swiper-pagination {
		display:block;
		position: absolute;
		top: -16px;
		left: auto;
		right: 0;
		bottom: auto;
		width: auto;
	}
	.new-service .swiper-pagination .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
	}
}

/* 잘 나가는 인기 솔루션 */
.rank-wrap .rank-list {
	position: relative;
	width: 916px;
}
.rank-wrap .rank-list:after{
	content: '';
	clear: both;
	display: block;
}
.rank-list .soln-item {
	float: left;
	margin-left: 24px;
	border-top: 8px solid #d1d1d7;
}
.rank-list .soln-item:first-child {
	margin-left: 0;
}
.rank-list .soln-item a {
	position: relative;
	display: block;
	width: 164px;
	height: 432px;
	padding: 20px 19px;
	border: 1px solid #ddd;
	border-top: 0;
	box-sizing: border-box;
}
.rank-list .soln-item:hover {
	border-color: #eb008b;
}
.rank-list .soln-item .ranking {
	display: inline-block;
	font-size: 38px;
	line-height: 55px;
	opacity: 0.2;
}
.rank-list .soln-item .rate {
	position: absolute;
	top: 38px;
	right: 20px;
	min-width: 20px;
	height: 27px;
	font-size: 18px;
	color: #eb008b;
}
.rank-list .soln-item .rate.same:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
	width: 14px;
	height: 2px;
	background: #eb008b;
}
.rank-list .soln-item .title {
	display: block;
	margin-top: 30px;
	font-size: 18px;
	line-height: 28px;
}
.rank-list .soln-item .img-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
}
.rank-list .soln-item .img-box img {
	width: 100%;
	height: auto;
}
@media(max-width: 760px) {
	.rank-wrap .rank-list {
		overflow: hidden;
		width:100%;
		border-radius: 10px;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
	}
	.rank-list .soln-item {
		float: none;
		margin: 0;
		border-top: 1px solid #e5e5e5;
	}
	.rank-list .soln-item:hover {
		border-color: #e5e5e5;
	}
	.rank-list .soln-item:first-child {
		border-top: 0;
	}
	.rank-list .soln-item a {
		width: 100%;
		height: 59px;
		border: 0;
	}
	.rank-list .soln-item .ranking {
		font-size: 16px;
		line-height: 20px;
		opacity: 0.3;
	}
	.rank-list .soln-item .rate {
		display: none;
	}
	.rank-list .soln-item .title {
		display: inline-block;
		margin: 0 0 0 16px;
		font-size: 16px;
		line-height: 20px;
	}
	.rank-list .soln-item .img-box {display: none}
}

/* 업무용 추천 즐겨찾기 */
.rec-wrap .section-head {
	margin-bottom: 68px;
}
.rec-wrap .section-head .title {
	font-size: 26px;
	line-height: 38px;
}
.rec-slide {
	width: 440px;
	height: 440px;
	padding: 40px;
	border: 1px solid #d1d1d7;
	box-sizing: border-box;
}
.rec-list {
	display: flex;
	flex-wrap: wrap;
}
.rec-list li {
	flex-direction: column;
	width: 50%;
	margin-bottom: 46px;
}
.rec-list li a {
	display: block;
	text-align: center;
}
.rec-list li .img-wrap {
	display: block;
	width: 104px;
	height: 104px;
	margin: 0 auto 4px;
	border:1px solid rgba(0, 0, 0, 0.10);
	border-radius: 50%;
}
.rec-list li .img-wrap img {
	width: 100%;
	height: 100%;
}
.rec-list li .title {
	display: block;
	font-size: 16px;
	line-height: 24px;
}
@media(max-width: 760px) {
	.rec-wrap {
		display: none;
	}
}

/* 뉴스레터 */
.news-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.news-wrap .item {
	position: relative;
	width: 678px;
	height: 465px;
	background: #fff;
}
.news-wrap .item a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.news-wrap .item a:before {
	content: '';
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    width:0;
    height: 0;
    border-top:2px solid transparent;
    border-left:2px solid transparent;
    transition: all 0.5s;
}
.news-wrap .item a:hover:before {
	width: 100%;
    height: 100%;
    border-top:2px solid #eb008b;
    border-left:2px solid #eb008b;
    box-sizing: border-box;
    transition: all 0.5s;
}
.news-wrap .item a:after {
	content: '';
    overflow: hidden;
    position:absolute;
    bottom:0;
    right:0;
    z-index: 1;
    width:0;
    height: 0;
    border-right:2px solid transparent;
    border-bottom:2px solid transparent;
    transition: all 0.5s;
}
.news-wrap .item a:hover:after {
	width: 100%;
    height: 100%;
    border-right:2px solid #eb008b;
    border-bottom:2px solid #eb008b;
    box-sizing: border-box;
    transition: all 0.5s;
}
.news-wrap .item .category {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.news-wrap .item .thumb-area {
	position: relative;
	float: left;
	width: 320px;
	height: 100%;
	background: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-wrap .item .thumb-area img {
	width: 100%;
	height: 100%;
}
.news-wrap .item .thumb-area .text {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 38px;
	line-height: 55px;
	color: #fff;
}
.news-wrap .item .cont {
	position: relative;
	float: left;
	width: 358px;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
}
.news-wrap .item .cont:after {
	content: '';
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: url(/images/btn/btn_more02.png) center center no-repeat;
	background-size: 60px 60px;
}
.news-wrap .item .cont .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 76px;
	font-size: 26px;
	line-height: 38px;
	color:#1a1d1d;
	white-space: normal;
	word-wrap: break-word;
	text-overflow: ellipsis;
}
.news-wrap .item .cont .text {
	margin-top: 30px;
	font-size: 16px;
	line-height: 23px;
	color: #636366;
}
@media(max-width: 760px) {
	.news-wrap {
		display: block;
	}
	.news-wrap .item {
		width: 100%;
		height: auto;
		margin-top: 40px;
		padding-top: 49px;
		background: transparent;
	}
	.news-wrap .item:first-child {
		margin-top: 0;
	}
	.news-wrap .item a {
		overflow: visible;
		height: auto;
		border-radius: 10px;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
	}
	.news-wrap .item a:before,
	.news-wrap .item a:after {
		display: none;
	}
	.news-wrap .item .category {
		top: -45px;
		left: 0;
		color: #1a1d1d;
		font-size: 20px;
		line-height: 29px;
	}
	.news-wrap .item .thumb-area {
		overflow: hidden;
		float: none;
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: calc((230/328) * 100%);
		border-radius: 10px 10px 0 0;
		background-repeat: no-repeat;
		background-position:center top;
		background-size: cover;
	}
	.news-wrap .item .thumb-area img {
		position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
	}
	.news-wrap .item .thumb-area .text {
		height: auto;
		font-size: 30px;
		line-height: 34px;
	}
	.news-wrap .item .cont {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px 20px 40px;
	}
	.news-wrap .item .cont .title {
		height: 20px;
		-webkit-line-clamp: 1;
		font-size: 16px;
		line-height: 20px;
	}
	.news-wrap .item .cont .title br {
		display: none;
	}
	.news-wrap .item .cont .text {
		overflow: hidden;
		display: -webkit-box;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
		height: 88px;
		margin-top: 10px;
		font-size: 14px;
		line-height: 22px;
		white-space: normal;
	    word-wrap: break-word;
	    text-overflow: ellipsis;
	}
	.news-wrap .item .cont:after {
		right: 20px;
		bottom: 0;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}
}

/* 무료로 사용해보고 결정하세요 */
.exp-list {
	position: relative;
	width: 1392px;
	height: 488px;
}
.exp-list .swiper-slide {
	width: 440px;
	margin-left: 36px;
}
.exp-list .swiper-slide:first-child {
	margin-left: 0;
}
.exp-list .item {
	position: relative;
	box-sizing: border-box;
}
.exp-list .item .flag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.exp-list .item .media_thumb {
	position: relative;
	width: 100%;
	height: 300px;
}
.exp-list .item .media_thumb a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*.exp-list .item .media_thumb a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(26,29,29,.3);
}
.exp-list .item .media_thumb a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	background: url(/images/btn/btn_play.png) center center no-repeat;
	background-size: 17px 22px;
	border: 1px solid #fff;
	border-radius: 50%;
}*/
.exp-list .item .media_thumb img {
	width: 100%;
	height: 100%;
}
.exp-list .item .media_info {
	position: relative;
	padding: 30px;
}
.exp-list .item .media_info .title {
	display: block;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 32px;
}
.exp-list .item .media_info .text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 66px;
	font-size: 15px;
	line-height: 22px;
	color:#636366;
	white-space: normal;
	word-wrap: break-word;
	text-overflow: ellipsis;
}
.exp-list .item .media_info .btn-like {
	position: absolute;
	top: 32px;
	right: 32px;
	width: 28px;
	height: 28px;
	background: url(/images/btn/btn_unlike.png) center center no-repeat;
	background-size: 28px 28px;
}
.exp-list .item .media_info .btn-like:hover {
	background: url(/images/btn/btn_like.png) center center no-repeat;
	background-size: 28px 28px;
}
@media(max-width: 760px) {
	.exp-list {
		width: 100%;
		height: auto;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.exp-list .swiper-wrapper {
		height: auto;
	}
	.exp-list .swiper-slide {
		width: 290px;
		margin-left: 10px;
	}
	.exp-list .item .media_thumb {
		height: 168px;
	}
	.exp-list .item .media_info {
		padding: 15px 0 11px;
	}
	.exp-list .item .media_info .title {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 26px;
	}
	.exp-list .item .media_info .text {
		height: 40px;
		-webkit-line-clamp: 2;
		font-size: 14px;
		line-height: 20px;
	}
	.exp-list .item .media_info .btn-like {
		display: none;
		/*top: 15px;
		right: 0;
		width: 26px;
		height: 26px;
		background-size:18px 18px;*/
	}
	/*.exp-list .item .media_info .btn-like:hover,
	.exp-list .item .media_info .btn-like:active {
		background-size:18px 18px;
	}*/
}

/* 비즈마켓과 함께하는 자랑스런 솔루션 파트너 */
.partner-wrap {
	position: relative;
}
.partner-wrap .partner-list .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: auto;
	height: auto;
	margin: -18px;
}
.partner-wrap .item {
	overflow: hidden;
	width: calc(100%/4 - 36px);
	height: 254px;
	margin: 18px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
.partner-wrap .item:first-child {
	margin-left:732px;
}
.partner-wrap .item .logo {
	display: block;
	width: 321px;
	height: 174px;
}
.partner-wrap .item .logo img {
	width: 100%;
	height: 100%;
}
.partner-list .item .title {
	display: block;
	text-align: center;
}
.partner-wrap .partner-apply {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 678px;
	height: 254px;
}
.partner-wrap .partner-apply a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 44px 60px 46px;
	background: #f7528d;
	border-radius: 10px;
	box-sizing: border-box;
}
.partner-wrap .partner-apply .text {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
}
.partner-wrap .partner-apply .text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 6px;
	background: #fff;
}
.partner-wrap .partner-apply .link {
	position: absolute;
	top: 44px;
	right: 62px;
	width: 158px;
	height: 158px;
	padding: 46px 0 80px;
	background: #fff url(/images/btn/btn_more03.png) center top 102px no-repeat;
	background-size: 53px 14px;
	font-size: 22px;
	color: #f7528d;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
}
@media(max-width: 760px) {
	.partner-wrap .partner-list {
		margin: 0 -16px;
		padding: 0 16px;
	}
	.partner-wrap .partner-list .swiper-wrapper {
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin: 0;
	}
	.partner-wrap .item {
		width: 140px;
		height: 120px;
		margin:0 0 0 10px;
	}
	.partner-wrap .item:first-child {
		margin-left: 0;
	}
	.partner-wrap .item .logo {
		width:100%;
		height:calc((83/140) * 100%);
	}
	.partner-list .item .title {
		margin-top: 10px;
		font-size: 12px;
		line-height: 17px;
	}
	.partner-wrap .partner-apply {
		position: relative;
		top:0;
		width: 100%;
		height: auto;
		margin-top: 17px;
	}
	.partner-wrap .partner-apply a {
		height: auto;
		padding: 5.5556vw;
	}
	.partner-wrap .partner-apply .text {
		padding: 0;
		font-size: 14px;
		line-height: 20px;
	}
	.partner-wrap .partner-apply .text:before {
		display: none;
	}
	.partner-wrap .partner-apply .link {
		top: 5.5556vw;
		right: 5.5556vw;
		width:68px;
		height:68px;
		padding: 0;
		background: #fff;
		font-size: 14px;
		line-height: 68px;
		font-weight: 700;
	}
}

/* 솔루션 도입만으로 일궈낸 성공의 비밀을 공개합니다 */
.secret-wrap {
	position: relative;
}
.secret-wrap:after {
	content: '';
	clear: both;
	display: block;
}
.secret-wrap .item {
	float: left;
	width: 330px;
	height: 490px;
	margin-left: 24px;
	box-sizing: border-box;
}
.secret-wrap .item:first-child {
	margin-left: 0;
}
.secret-wrap .item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.secret-wrap .item a:before {
	content: '';
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    width:0;
    height: 0;
    border-top:2px solid transparent;
    border-left:2px solid transparent;
    transition: all 0.5s;
}
.secret-wrap .item a:hover:before {
	width: 100%;
    height: 100%;
    border-top:2px solid #eb008b;
    border-left:2px solid #eb008b;
    box-sizing: border-box;
    transition: all 0.5s;
}
.secret-wrap .item a:after {
	content: '';
    overflow: hidden;
    position:absolute;
    bottom:0;
    right:0;
    z-index: 1;
    width:0;
    height: 0;
    border-right:2px solid transparent;
    border-bottom:2px solid transparent;
    transition: all 0.5s;
}
.secret-wrap .item a:hover:after {
	width: 100%;
    height: 100%;
    border-right:2px solid #eb008b;
    border-bottom:2px solid #eb008b;
    box-sizing: border-box;
    transition: all 0.5s;
}
.secret-wrap .item .thumb-area {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 220px;
}
.secret-wrap .item .thumb-area img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.secret-wrap .item:hover .thumb-area img {
	transform: scale(1.2);
	transition: all 0.5s;
}
.secret-wrap .item .thumb-area .flag {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.secret-wrap .item .info {
	padding-top: 60px;
	text-align: center;
}
.secret-wrap .item .info .category {
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 26px;
}
.secret-wrap .item .info .text {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
@media(max-width: 760px) {
	.secret-list .swiper-wrapper {
		height: auto;
	}
	.secret-wrap .item {
		width: 270px;
		height: 330px;
		margin-left: 10px;
	}
	.secret-wrap .item .thumb-area {
		height: 180px;
	}
	.secret-wrap .item:hover .thumb-area img {
		transform: scale(1.1);
		transition: all 0.5s;
	}
	.secret-wrap .item .info {
		padding-top: 20px;
	}
	.secret-wrap .item .info .category {
		margin-bottom: 10px;
	}
	.secret-wrap .item .info .text {
		font-size: 15px;
		line-height: 22px;
	}
}

/* 관심 키워드로 솔루션 탐색 */
.keywords-wrap .section-head {
	margin-bottom: 68px;
}
.keywords-wrap .section-head .title {
	font-size: 26px;
	line-height: 38px;
}
.keywords-box{
	position: relative;
	width: 330px;
	height: 490px;
	border: 8px solid #e5e5ea;
	box-sizing: border-box;
}
.keywords-box .text {
	display: block;
	padding: 22px 0 44px;
	background: #fff;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
}
.keywords-box .keywords-list {
	overflow-y: auto;
	overflow-x:hidden;
	height: 257px;
	padding: 38px 12px 37px;
	background: #f2f2f2;
	border-top: 1px solid #d1d1d7;
	border-bottom: 1px solid #d1d1d7;
	box-sizing: border-box;
}
.keywords-box .keywords-list::-webkit-scrollbar {
    width: 4px; 
}
.keywords-box .keywords-list::-webkit-scrollbar-thumb {
    height: 30%;
    background: #aeaeb2;
    border-radius: 2px;
}
.keywords-box .keywords-list::-webkit-scrollbar-track {
    background: #f2f2f2;
}
.keywords-box .keywords-list li {
	display: inline-block;
	margin: 10px 6px 10px 0;
}
.keywords-box .keywords-list li .btn-tag { 
	display: block;
	height: 40px;
	padding: 0 15px;
	background: #fff;
	font-size: 16px;
	color: #636366;
	text-align: center;
	line-height: 38px;
	border: 1px solid #aeaeb2;
	border-radius: 24px;
	box-sizing: border-box;
}
.keywords-box .keywords-list li .btn-tag:hover {
	color: #eb008b;
	border-color: #eb008b;
}
.keywords-box .keywords-list li .btn-tag.on {
	background: #eb008b;
	color: #fff;
	border-color: #eb008b;
}
.keywords-box .btn-more {
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 60px;
	height: 60px;
	background: url(/images/btn/btn_more02.png) center center no-repeat;
	background-size: 60px 60px;
}
@media(max-width: 760px) {
	.keywords-wrap {
		margin-top: 40px;
	}
	.keywords-wrap .section-head {
		margin-bottom: 20px;
		text-align: left !important;
	}
	.keywords-wrap .section-head .title {
		font-size: 20px;
		line-height: 26px;
	}
	.keywords-box {
		width: 100%;
		height: auto;
		border: 1px solid #e5e5e5;
	}
	.keywords-box .text {
		padding: 15px;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		color: #636366;
	}
	.keywords-box .keywords-list {
		height: auto;
		padding: 15px;
		border-bottom: 0;
	}
	.keywords-box .keywords-list li {
		margin: 5px 6px 5px 0;
	}
	.keywords-box .keywords-list li .btn-tag {
		height: 38px;
		font-size: 14px;
		line-height: 36px;
	}
	.keywords-box .btn-more {
		top: 25px;
		bottom: auto;
		right: 15px;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}
}

/* 혜택 콕! 대표님 */
.biz-point {
	position: relative;
}
.biz-point:after {
	content: '';
	clear: both;
	display: block;
}
.biz-point .swiper-wrapper {
	height: auto;
}
.biz-point .item {
	overflow: hidden;
	float: left;
	width: 330px;
	height:440px;
	margin-left:24px;
	text-align: center;
	border-radius: 10px;
}
.biz-point .item:first-child {
	margin-left: 0;
}
.biz-point .item01 {background: #cfe3f8;}
.biz-point .item02 {background: #d0d0ee;}
.biz-point .item03 {background: #fbe2dd;}

.biz-point .item a {
	display: block;
	width: 100%;
	height: 100%;
	padding:32px 20px 25px;
	box-sizing: border-box;
}
.biz-point .item .title {
	display: block;
	margin-bottom:16px;
	font-size: 22px;
	line-height:20px;
}
.biz-point .item .text {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #636366;
}
.biz-point .item .img-box {
	display: block;
	margin-bottom:24px;
}
.biz-point .item .img-box img {
	width: 200px;
	height: 200px;
}
.biz-point .item .logo {
	display:block;
}
.biz-point .item .logo img {
	width: auto;
	height: 20px;
}
.biz-point .more {
	background: url(/images/img/img_biz_point.png) 0 0 no-repeat;
}
.biz-point .more a {
	position: relative;
}
.biz-point .more .cont {
	position: absolute;
	top:50%;
	left: 0;
	right: 0;
	margin-top:-20px;
}
.biz-point .more .cont .title {
	margin-bottom:12px;
	font-size: 26px;
	line-height: 32px;
	color:#5a5e77;
}
.biz-point .more .cont .title span {
	color: #eb008b;
}
.biz-point .more .cont .text {
	display: block;
	font-size:16px;
	line-height:24px;
}
.biz-point .more .more-link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:64px;
}
@media(max-width: 760px) {
	.biz-point {
		margin:0 -16px;
		padding: 0 16px;
	}
	.biz-point .item {
		width: 290px;
		height: 420px;
		margin-left: 16px;
	}
	.biz-point .item a {
		padding: 25px 20px 25px;
	}
	.biz-point .item .title {
		font-size: 18px;
		line-height: 20px;
	}
	.biz-point .item .text {
		font-size: 15px;
		line-height: 22px;
	}
	.biz-point .more {
		background-size:100% 100%;
	}
	.biz-point .more .cont .title {
		font-size: 18px;
		line-height: 24px;
	}
	.biz-point .more .cont .text {
		font-size: 15px;
    	line-height: 22px;
	}
}

.main-popup {
	display: none;
	position: absolute;
	z-index: 100;
	background: #fff;
	opacity: 0;
	border-radius: 8px;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.16);
}
.main-popup .pop-content {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.main-popup .swiper-button-prev,
.main-popup .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.3);
}
.main-popup .swiper-button-prev:after,
.main-popup .swiper-button-next:after {
	content: '';
	width: 40px;
	height: 40px;
}
.main-popup .swiper-button-prev {
	left: 16px;
}
.main-popup .swiper-button-prev:after {
	background: url(/images/btn/btn_120_prev_white.png) center center no-repeat;
	background-size: 40px 40px;
}
.main-popup .swiper-button-next {
	right: 16px;
}
.main-popup .swiper-button-next:after {
	background: url(/images/btn/btn_120_next_white.png) center center no-repeat;
	background-size: 40px 40px;
}
.main-popup .pop-content img {
	width: 100%;
	height: auto;
}
.main-popup .pop-footer {
	position: relative;
	padding: 16px;
	border-top: 1px solid #d1d1d7;
}
.main-popup .pop-footer .main-pop-close {
	position: absolute;
	top: 16px;
	right: 16px;
}
@media(max-width: 760px) {
	.main-popup {
		left: 16px !important;
		right: 16px !important;
		width: auto !important;
	}
}