.work_dt_wrap .visual_bg{
	background-image: url(/assets/images/works/un/works_un_bg.png);
}
.work_dt_wrap .content01{
	background-color: #DCEDFF;
}
.sec_work_dt .content01{
	padding-top: 240px;
	padding-bottom: 360px;
}
.sec_work_dt .content01 .inner{
	width: calc(100% - 272px);
	max-width: 1440px;
	margin: 0 auto;
}
.sec_work_dt .content01 .img_col{
	margin-bottom: 120px;
}
.sec_work_dt .content01 .img_col_2{
	display: flex;
	width: 100%;
}


.work_dt_wrap .content02{
	position: relative;
}
.work_dt_wrap .content02::before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 960px;
	background-color: var(--color-gray2);
	opacity: .4;
}
.work_dt_wrap .content02 .point_txt{
	display: block;
	position: relative;
	top: -120px;
	width: calc(100% - 272px);
	max-width: 1360px;
	margin: 0 auto 178px;
}
.work_dt_wrap .content02 .mobile_img_wrap{
	display: flex;
	justify-content: space-between;
	gap: 0;
	width: calc(100% - 400px);
	max-width: 1440px;
	margin: 0 auto;
}
.work_dt_wrap .content02 .mobile_img_wrap img:not(.medium_img){
	max-width: 400px;
}
.work_dt_wrap .content02 .mobile_img_wrap > .img_group{
	position: relative;
}
.work_dt_wrap .content02 .mobile_img_wrap > .img_group::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	border: 20px solid #DCEDFF;
	border-radius: 52px;
	width: 75%;
	height: 24.5%;
}
.work_dt_wrap .sec_work_dt .content02 .img_group{
	justify-content: flex-start;
	gap: 100px;
}


.sec_work_dt .content02{
	position: relative;
}
.sec_work_dt .content02 .full_img{
	position: absolute;
	width: 100%;
	top: 652px;
	top: 426px;
}
.sec_work_dt .content02 .mobile_img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 160px;
	width: calc(100% - 272px);
	max-width: 848px;
}

.sec_work_dt .content02 .img_group_wrap{
	/* width: calc(100% - 400px); */
	display: flex;
	/* flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 220px;
	margin: 0 auto; */
}
.sec_work_dt .content02 .img_group_wrap .img_group:nth-child(2){
	margin-top: 452px;
}
.sec_work_dt .content02 .mobile_img_wrap .img_group{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 100px;
	position: relative;
}
.sec_work_dt .content02 .mobile_img_wrap img:not(.medium_img){
	width: 100%;
	max-width: 360px;
}





.work_dt_wrap .sec_work_dt .pagination{
	border-top: none;
}


/* 1600 responsive */
@media all and (max-width: 1600px){
	.work_dt_wrap .content02 .mobile_img_wrap > .img_group::before{
		border-radius: 30px;
	}
}
/* 1600 responsive end */


/* 1440 responsive */
@media all and (max-width:1440px){
	.work_dt_wrap .content02 .point_txt{
		top: -80px;
	}
}
/* 1440 responsive end */


/* 1280 responsive */
@media all and (max-width:1280px){
	.work_dt_wrap .content02 .mobile_img_wrap{
		width: calc(100% - 272px);
	}
}
/* 1280 responsive end */


/* 1024 responsive  */
@media all and (max-width:1024px){
	.work_dt_wrap .content02 .mobile_img_wrap > .img_group::before{
		border-width: 14px;
		border-radius: 30px;
		width: 75%;
		height: 24.5%;
	}
}
/* 1024 responsive end */


/* 768 responsive */
@media all and (max-width: 768px){
	.work_dt_wrap .visual_bg{
		background-image: url(/assets/images/works/un/works_un_bg_mo.png);
	}
	.sec_work_dt .content01{
		padding-top: 160px;
		padding-bottom: 200px;
	}
	.sec_work_dt .content01 .inner{
		width: calc(100% - 38px);
	}
	.sec_work_dt .content01 .img_col{
		margin-bottom: 20px;
	}

	.work_dt_wrap .visual_txt h2+h2{
		text-align: left;
	}
	
	.work_dt_wrap .content02 .point_txt{
		top: -44px;
		width: calc(100% - 64px);
		margin: 0 auto 48px;
	}
	.work_dt_wrap .sec_work_dt .content02 .mobile_img_wrap{
		flex-direction: row;
		width: calc(100% - 10px);
	}
	.work_dt_wrap .sec_work_dt .content02 .mobile_img_wrap .img_group{
		display: block;
	}
	.work_dt_wrap .content02 .mobile_img_wrap > .img_group::before{
		border-radius: 20px;
		width: calc(100% - 50px);
		height: 296px;
		border-width: 10px;
	}
	.work_dt_wrap .sec_work_dt .content02 .mobile_img_wrap .img_group:nth-child(1){
		margin-bottom: 0;
	}
	.work_dt_wrap .content02 .mobile_img_wrap img:not(.medium_img):nth-child(2){
		top: 0;
	}
	.work_dt_wrap .content02::before{
		height: 360px;
	}
	.work_dt_wrap .content02{
		margin-bottom: 0;
	}


	/* vw */
	.sec_work_dt .content01{
		padding-top: 44.4444vw;
		padding-bottom: 55.5556vw;
	}
	.sec_work_dt .content01 .inner{
		width: calc(100% - 10.5556vw);
	}
	.sec_work_dt .content01 .img_col{
		margin-bottom: 5.5556vw;
	}
	.work_dt_wrap .content02 .point_txt{
		top: -12.2222vw;
		width: calc(100% - 17.7778vw);
		margin: 0 auto 13.3333vw;
	}
	.work_dt_wrap .sec_work_dt .content02 .mobile_img_wrap{
		width: calc(100% - 2.7778vw);
	}
	.work_dt_wrap .content02 .mobile_img_wrap > .img_group::before{
		border-radius: 5.5556vw;
		width: calc(100% - 13.8889vw);
		height: 82.2222vw;
		border-width: 2.7778vw;
	}
	.work_dt_wrap .content02::before{
		height: 100.0000vw;
	}
}
/* 768 responsive end */