@import url(layout.css?new);

#container *{
	font-family: Pretendard,'Noto Sans KR', sans-serif;
}
#container{
	padding: 80px 0 120px;
}
.flex{
	display: flex;
}

.kvWrap{
	text-align: center;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #CFD9F4 100%) 0% 0% no-repeat;
	padding-bottom: 110px;
}
.secTit_wrap{
	font-size: 46px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.secTit_wrap span{
	display: block;
}
.secTit_wrap .sub{
	font-size:24px ;
	margin-bottom: 12px;
}
.secTit_wrap .light{
	font-weight: normal;
	margin-top: 5px;
}
.secTit_wrap .blue{
	color: #5478E6;
}

.img_wrap{
	width: 890px;
	margin: 40px auto 0;
}
.img_wrap img{
	width: 100%;
}

.img_wrap,
.kvBtn_wrap{
	animation: fadeIn 1.5s forwards;
	-webkit-animation: fadeIn 1.5s forwards;
	opacity: 0;
}

@keyframes fadeIn{
	0%{
		transform: translateY(10px);
		opacity: 0;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}

.btm_wrap{
	position: relative;
	width: 670px;
	margin: 0 auto;
}
.btm_wrap .txt{
	font-size: 22px;
	font-weight: bold;
}

.button_wrap{
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
.button_wrap div{
	font-size: 22px;
	font-weight: 500;
	border-radius: 200px;
	padding: 14px 50px;
}

.paperImg{
	position: absolute;
	top: -62px;
	right: 0;
	width: 330px;
}

.contWrap{
	margin: 130px 0;
}
.icon_list{
	justify-content: center;
	align-items: center;
	margin: 30px 0 110px;
}
.icon_list li .img{
	width: 143px;
	margin: 0 auto 10px;
}
.icon_list li .img img{
	width: 100%;
}
.icon_list li.bar{
	display: inline-block;
	width: 0;
	height: 220px;
	border-right: 1px solid #D7DCE5;
	margin: 0 80px;
}
.icon_list li .txt{
	font-size: 23px;
	text-align: center;
	color: #000;
}
.icon_list li .txt b{
	display: block;
	margin-bottom: 7px;
}

/*기업리스트*/
.swiperWrap{
	position: relative;
}
.offerDiv{
	margin-top: 40px;
	position: static;
}
.offerDiv .offer_list{
	/* display: flex;
	flex-wrap: wrap; */
}
.offerDiv .offer_list > li{
	position: relative;
	border: 1px solid #EBEBEB;
	border-radius: 20px;
	/* width: 280px; */
	/* margin: 20px; */
	overflow: hidden;
}
.offerDiv .offer_list > li .img{
	height: 128px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	background-color: #EBEBEB;
}
.offerDiv .offer_list > li .img img{
	height: 100%;
}
.offerDiv .offer_list > li .tit a{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.offerDiv .offer_list > li .idx_wrap{
	display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 15px;
    padding-top: 20px;
	color: #526074;
	margin-top: 3px;
}
.offerDiv .offer_list > li .idx_wrap .brace{
	color: #D7DCE5;
}

.offerDiv .tit_wrap{
	position: relative;
	padding: 35px 15px 0;
}
.offerDiv .offer_wrap.simple .tit_wrap .company {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}
.offerDiv .tit_wrap .flag{
	font-size: 14px;
	border: 1px solid #CECECE;
	border-radius: 8px;
	padding: 3px 12px;
	background-color: #fff;
	position: absolute;
	top: -10px;
	left: 12px;
	font-weight: 600;
}
.offerDiv .tit_wrap .scrap{
	position: absolute;
	top: 10px;
	right: 15px;
}

.swiperWrap .arr{
	color: #CECECE;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	box-shadow: 0px 3px 6px #00000029;
	background-color: #fff;
	z-index: 1;
	margin-top: 5px;
}
.swiperWrap .arr:after{
	font-size: 14px;
	font-weight: bold;
}
.swiperWrap .arr.prev{
	left: -35px;
}
.swiperWrap .arr.next{
	right: -35px;
}
.swiper-button-next, .swiper-button-prev{
	top: 50%;
	transform: translateY(-50%);
}
/*알림톡*/
.kvWrap{
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #D7DCE5 100%) 0% 0% no-repeat;
}

/*프로매치*/
#container.proMatch{
	padding: 80px 0 0 ;
}
#container.proMatch .kvWrap{
	padding-bottom: 80px;
}
#container.proMatch .contWrap{
	margin: 0;
	padding: 130px 0;
}
.kvBtn_list{
	display: flex;
	justify-content: space-between;
	margin: 70px auto 0;
	width: 1100px;
}
.kvBtn_list li{
	width:48%;
	height: 340px;
	background-color: #F6F6FF;
	border-radius: 10px;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	box-shadow: 3px 3px 15px #00000029;
	position: relative;
}
.kvBtn_list li.company{
	background-color: #fff;
}

.kvBtn_list li .txt_wrap{
	width: 100%;
}
.kvBtn_list li .idx{
	margin-bottom: 15px;
	color: #5158DD;
}
.kvBtn_list li.company .idx{
	color: #0076FC;
}

.kvBtn_list li.company .blueBtn{
	background-color: #0076FC;
}
.kvBtn_list li.company .blueBtn:hover{
	background-color: #005ABF;
}

.matchKvImg{
	width: 153px;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.contWrap.sec01{
	background-color: #5478E6;
}
.contWrap.sec03{
	background-color: #373F57;
}
.contWrap.sec04{
	background-color: #E5EAF9;
}
.contWrap.sec05{
	background-color: #F6F9FF;
}

.contWrap.sec01 .secTit_wrap,
.contWrap.sec03 .secTit_wrap{
	color: #fff;
	text-align: left;
}
.contWrap.sec04 .secTit_wrap{
	text-align: left;
}

.pageIdx{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 120px;
}
.pageIdx li{
	border: 1px solid #0076FC;
	color: #0076FC;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 7px 24px;
	text-align: center;
  transition: .2s;
}
.pageIdx li:last-child:hover{
  background-color: #0076FC;
	color: white;
}
.pageIdx li:first-child{
	border-color:  #686fe9;
  background-color: #686fe9;
	color: #fff;
	margin-right: 12px;
}

.contWrap.sec02{
	padding-top: 30px !important;
}
.contWrap.sec02 .contWidth{
	background: url(/images/matchSec02.jpg) no-repeat;
	background-size: 100%;
	height: 540px;
}

.contWidth .button_wrap{
	margin-top: 50px;
}
.contWidth .button_wrap div{
	width: 290px;
	display: flex;
	align-items: center;
	justify-content: space-around
}
.contWidth .button_wrap .chk{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
}
.contWidth .button_wrap .chk img{
	position: absolute;
	bottom: 7px;
	left: 3px;
}

.contWrap.sec03 .contWidth, 
.contWrap.sec04 .contWidth{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fadeImg_wrap{
	position: relative;
	margin-right: 50px;
	width: 50%;
}
.fadeImg_wrap img{
	width: 100%;
}
/* .fadeImg_wrap img.matchSec03Img{
	position: absolute;
	top: 180px;
	left: -40px;
} */
.contWrap.sec04 .contWidth .fadeImg_wrap{
	margin: 0;
	margin-left: 50px;
}

.contWrap.sec03 .secTit_wrap,
.contWrap.sec04 .secTit_wrap{
	position: relative;
}
.contWrap.sec03 .secTit_wrap img{
	width: 60%;
	position: absolute;
}
.contWrap.sec03 .secTit_wrap img.paper01Img{
	top: -162px;
    left: -75px
}
.contWrap.sec03 .secTit_wrap img.paper02Img{
	bottom: -170px;
    right: -57px;
}

.matchListImg{
	position: absolute;
	top: 155px;
	right: 55px;
}
.matchListImg img{
	display: inline-block;
	margin: 10px 0;
}
.paperImg{
	position: absolute;
	top: -190px;
	right: -32px;
	width: 90%;
}

.contWrap.sec05{
	overflow-x: hidden;
}
.contWrap.sec05 .secTit_wrap{
	margin-bottom: 40px;
}
.logoSwiper.swiper01{
  margin-bottom: 10px;
}
.logoSwiper li{
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
  align-items: center;
  height: 100px;
}
.swiper-wrapper{	transition-timing-function: linear;}
.logoSwiper li img{
	max-width: 190px;
  max-height: 35px;
}
.logoSwiper li img.kolon{
  height: 18px;
}
.mton{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mton .motion_vod{
	width: 320px;
}
.mton .motion_vod video{
	width: 100%;
}