@charset "utf-8";

*{box-sizing: border-box;}

.page-con{
	width: 100%;
	max-width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

/* 전국 협력기관 */
.nw-bg{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #333;
}

.nw-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nw-box{
	width: 49%;
	display: flex;
	justify-content: center;
}
.nw-img{
	display: flex;
	position: relative;
}
.nw-img img{
	width: 100%;
}
.lc-po{
	position: absolute;
	z-index: 3;
}
.lc-po.po1{
	top: 16%;
	left: 35%;
}
.lc-po.po2{
	top: 21%;
	left: 34%;
}
.lc-po.po3{
	top: 23%;
	left: 57%;
}
.lc-po.po4{
	top: 49%;
	left: 69%;
}
.lc-po.po5{
	top: 65%;
	left: 29%;
}
.lc-po.po6{
	top: 67%;
	left: 74%;
}
.lc-po.po7{
	top: 91%;
	left: 33%;
}
.lc-cc{
	position: relative;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
}
.lc-cc::after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ff1616;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.lc-bg1, .lc-bg2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	color: #FFDF00;
	box-shadow: 0 0 0 15px #FFDF00;
	animation: pulsent 3s infinite cubic-bezier(.4,0,1,1) both;
}
.lc-bg1{
	animation-delay: .5s;
}
.lc-caption{
	padding: 10px;
	min-width: 140px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	text-align: center;
	transition: .4s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	bottom: 10px;
	min-height: 58px;
	visibility: hidden;
}
.lc-po.po2 .lc-caption{
	bottom: auto;
	top: 10px;
}
.lc-caption > h5{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.lc-caption > p{
	font-size: 12px;
	font-weight: 400;
}
.lc-cc:hover > .lc-caption{
	opacity: 1;
	bottom: 25px;
	visibility: visible;
}
.lc-po.po2 .lc-cc:hover > .lc-caption{
	opacity: 1;
	top: 25px;
}

@keyframes pulsent{
	0%{
		box-shadow: 0 0 0 0 #FFDF00;
	}
	70%{
		box-shadow: 0 0 0 30px #FFDF00;
		opacity: 0;
	}
	100%{
		box-shadow: 0 0 0 0 #FFDF00;
		opacity: 0;
	}
}

.fc-po{
	position: absolute;
}
.fc-po.po1{
	top: 39%;
	left: 5%;
}
.fc-po.po2{
	top: 49%;
	left: 11%;
}
.fc-po.po3{
	top: 45%;
	left: 17%;
}
.fc-po.po4{
	top: 37%;
	left: 41%;
}
.fc-po.po5{
	top: 53%;
	left: 69%;
}
.fc-po.po6{
	top: 53%;
	left: 73%;
}
.fc-po.po7{
	top: 47%;
	left: 74%;
}
.fc-po.po8{
	top: 60%;
	left: 79%;
}
.fc-po.po9{
	top: 42%;
	left: 83%;
}
.fc-po.po10{
	top: 49%;
	left: 84%;
}
.fc-cc{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #FFDF00;
	position: relative;
	cursor: pointer;
	z-index: 2;
}
.fc-cc::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FFDF00;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	animation: scale 1.5s ease-in-out infinite;
}
.fc-cc::after{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #2c80e8;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.fc-caption{
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	text-align: center;
	transition: .4s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	top: 25px;
	visibility: hidden;
}
.fc-caption > p{
	font-size: 12px;
	font-weight: 500;
}
.fc-cc:hover{
	z-index: 3;
}
.fc-cc:hover > .fc-caption{
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

@keyframes scale{
	0%{
		transform: translate(-50%,-50%) scale(1);
	}
	70%{
		transform: translate(-50%,-50%) scale(1.1);
	}
	100%{
		transform: translate(-50%,-50%) scale(1);
	}
}

.nw-caption{
	text-align: center;
	color: #fff;
	width: 100%;
}
.nw-caption > h3{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 2rem;
}
.nw-table{
	width: 100%;
}
.nw-table > table{
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.nw-table > table thead th{
	padding: 1rem;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	background-color: #f5f5f5;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.nw-table > table tbody td{
	padding: 1rem;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* 클루탐정사무소 */
.about-bg{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
	position: relative;
}
.about-bg::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.about-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-box{
	width: 48%;
	color: #fff;
}
.about-box:last-child{
	padding-left: 50px;
}
.about-pf{
	display: flex;
	padding-right: 100px;
	position: relative;
}
.about-pf img{
	width: 100%;
}
.about-pp{
	display: flex;
	padding: 10px;
	border-radius: 10px;
	border: 1px dashed #ddd;
	max-width: 250px;
	position: absolute;
	right: 0;
	bottom: 60px;
}
.about-pp img{
	width: 100%;
	border-radius: 7px;
}
.about-box > h5{
	font-size: 19px;
	font-weight: 400;
	font-family: "Nanum Myeongjo" !important;
	margin-bottom: 3rem;
}
.about-box > h2{
	font-size: 30px;
	font-weight: 700;
	font-family: "Nanum Myeongjo" !important;
	margin-bottom: 3rem;
}
.about-box > p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 3rem;
}
.about-box > h3{
	font-size: 24px;
	font-weight: 700;
	font-family: "Nanum Myeongjo" !important;
	text-align: right;
}

/* 전문분야 */
.sz-bg{
	width: 100%;
	padding: 200px 0 100px;
	background-color: #000;
}
.sz-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.sz-box{
	width: 48%;
	color: #fff;
}
.sz-img{
	display: flex;
	margin-bottom: 1.5rem;
}
.sz-img img{
	width: 100%;
}
.sz-box > h5{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	position: relative;
}
.sz-box > h5::after{
	content: "";
	width: 50px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	bottom: 0;
}
.sz-box > p{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
}

/* 의뢰 절차 */
.process-bg{
	width: 100%;
	padding: 200px 0 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}
.page-tit{
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
	color: #fff;
}
.page-tit > h3{
	font-size: 36px;
	font-weight: 700;
}
.process-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.process-box{
	width: 49%;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	padding: 2rem;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(12px);
	transition: .4s;
}
.process-box:hover{
	background-color: rgba(255, 255, 255, 0.12);
}
.ps-icon{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 46px;
	background-color: #1f2937;
	margin-right: 2rem;
}
.ps-caption{
	color: #fff;
}
.ps-caption > h5{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 1rem;
}
.ps-caption > h3{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 1rem;
}
.ps-caption > p{
	font-size: 16px;
	font-weight: 300;
}

/* media-query */

@media(min-width:1200px){
	.d-lg-block{display: block;}
	.d-lg-none{display: none;}

	.ani.up.delay{
		transition: 1.2s opacity 0.2s, 1.2s transform 0.2s;
	}
	.ani.up.delay2{
		transition: 1.2s opacity 0.5s, 1.2s transform 0.5s;
	}
	.ani.up.delay3{
		transition: 1.2s opacity 0.8s, 1.2s transform 0.8s;
	}
	.ani.up.delay4{
		transition: 1.2s opacity 1.0s, 1.2s transform 1.0s;
	}
	.ani.up.delay5{
		transition: 1.2s opacity 1.3s, 1.2s transform 1.3s;
	}

	.nw-bg{
		background-attachment: fixed;
	}
}

@media(max-width:1430px){
	.page-con{
		padding: 0 30px;
	}
}

@media(max-width:1199px){


	.page-con{
		padding: 0 15px;
	}

	.about-bg{
		height: 100%;
		padding: 100px 0 0;
	}
	.about-wrap{
		flex-direction: column;
	}
	.about-box{
		width: 100%;
	}
	.about-box:last-child{
		padding-left: 0;
		padding: 50px 0;
	}
	.about-box > h5{
		font-size: 17px;
		margin-bottom: 2rem;
	}
	.about-box > h2{
		font-size: 24px;
		margin-bottom: 2rem;
	}
	.about-box > p{
		font-size: 14px;
		margin-bottom: 2rem;
	}
	.about-box > h3{
		font-size: 20px;
	}
	.about-pf{
		padding-right: 80px;
	}
	.about-pp{
		padding: 2px;
		border-radius: 5px;
		max-width: 130px;
		bottom: 45px;
	}
	.about-pp img{
		border-radius: 3px;
	}

	.sz-bg{
		padding: 100px 0 50px;
	}
	.sz-wrap{
		flex-direction: column;
		margin-bottom: 0;
	}
	.sz-box{
		width: 100%;
		margin-bottom: 2rem;
	}
	.sz-box > h5{
		font-size: 18px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.sz-img{
		margin-bottom: 1rem;
	}

	.process-bg{
		padding: 100px 0 50px;
	}
	.page-tit{
		margin-bottom: 30px;
	}
	.page-tit > h3{
		font-size: 26px;
	}
	.process-box{
		width: 100%;
		margin-bottom: 1rem;
        padding: 1.5rem;
        border-radius: 10px;
		flex-direction: column;
	}
	.ps-icon{
		width: 80px;
		height: 80px;
		font-size: 34px;
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	.ps-caption{
		text-align: center;
	}
	.ps-caption > h5{
		font-size: 14px;
	}
	.ps-caption > h3{
		font-size: 20px;
	}
	.ps-caption > p{
		font-size: 14px;
		line-height: 1.4;
	}
	
	.nw-bg{
		height: 100%;
		padding: 100px 0;
	}
	.nw-wrap{
		flex-direction: column;
	}
	.nw-box{
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.nw-box:last-child{
		margin-bottom: 0;
	}
	.nw-caption > h3{
		font-size: 22px;
		margin-bottom: 1rem;
	}

	.nw-table > table thead th{
		padding: 1rem 5px;
		font-size: 12px;
	}
	.nw-table > table tbody td{
		padding: 1rem 5px;
		font-size: 12px;
		word-break: keep-all;
	}
	.nw-table.mo1 > table thead th:nth-child(1){
		width: 17%;
	}
	.nw-table.mo1 > table thead th:nth-child(2){
		width: 15%;
	}
	.nw-table.mo1 > table thead th:nth-child(3){
		width: 30%;
	}
	.nw-table.mo2 > table thead th:nth-child(1){
		width: 25%;
	}
}

/* animation */

.ani.up{
	transform: translateY(100px);
	opacity: 0;
	transition: 1.2s;
}
.ani.up.act{
	transform: translateY(0);
	opacity: 1;
}
.ani.left{
	transform: translateX(100px);
	opacity: 0;
	transition: 1s;
}
.ani.left.act{
	transform: translateX(0);
	opacity: 1;
}
.ani.right{
	transform: translateX(-100px);
	opacity: 0;
	transition: 1s;
}
.ani.right.act{
	transform: translateX(0);
	opacity: 1;
}