@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* section1 */
.section1 article{
	display: flex;
}

.section1 article .layoutDiv{
	border-top: 1px solid #e8e8e8;
	width: calc(100%/5);
	box-sizing: border-box;
	padding-top: 15px;
	position: relative;
}

.section1 article .layoutDiv::before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: var(--mainCol);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0,-50%);
}

.section1 article .layoutDiv h3{
	color: var(--mainCol);
	font-weight: 600;
	width: 90%;
	margin-bottom: 50px;
	font-size: 24px;
}

.section1 article .layoutDiv dl{
	width: 90%;
}

.section1 article .layoutDiv dl + dl{
	margin-top: 30px;
}

.section1 article .layoutDiv dt{
	color: #a1a1a1;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
}

.section1 article .layoutDiv dd{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
}






/* ---------------------------------------------------------- 1000 */
@media screen and (max-width: 1000px){
	
}


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

/* section1 */
.section1 article{
	flex-wrap: wrap;
	border-left: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.section1 article .layoutDiv{
	width: calc(100%);
	padding-top: 0vw;
	border-top: 0;
}

.section1 article .layoutDiv + div{
	margin-top: 10vw;
}

.section1 article .layoutDiv::before{
	width: 3vw;
	height: 3vw;
	transform: translate(-50%,0);
}

.section1 article .layoutDiv h3{
	margin-bottom: 4vw;
	margin-top: -3vw;
	font-size: 5.5vw;
	width: 100%;
	box-sizing: border-box;
	padding-left: 5vw;
}

.section1 article .layoutDiv dl{
	box-sizing: border-box;
	padding-left: 5vw;
	width: 100%;
}

.section1 article .layoutDiv dl + dl{
	margin-top: 5vw;
}

.section1 article .layoutDiv dt{
	font-size: 3vw;
	margin-bottom: 3vw;
}

.section1 article .layoutDiv dd{
	font-size: 3.5vw;
}




}