@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 */
.section.section1 .tit{
	margin-bottom: 70px;
}

.section1 article{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section1 article .stepBox{
	width: calc(100%/5 - 100px/5);
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-top: 100px;
	text-align: center;
	background: #1a1a1a;
	position: relative;
}

.section1 article .stepBox .num{
	background: url(/include/img/sub0303_num.png) no-repeat center / contain;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 39px;
	font-family: "pb";
	color: #000;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	transform: translate(0,-50%);
}

.section1 article .stepBox .topBox{
	border-bottom: 2px solid #fff;
	background: #000;
	height: 75px;
	box-sizing: border-box;
	padding-top: 33px;
}

.section1 article .stepBox .topBox h3{
	color: #fff;
	font-weight: normal;
	font-size: 21px;
	line-height: 1;
}

.section1 article .stepBox:nth-child(-n+5){
	margin-top: 0;
}

.section1 article .stepBox .conBox{
	font-family: "pl";
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
	box-sizing: border-box;
	padding: 30px 10px;
}

.section1 article .stepBox .conBox strong{
	font-weight: normal;
	font-size: 16px;
	color: var(--mainCol);
	display: block;
	margin-top: 20px;
	font-family: "pb";
}





/* ---------------------------------------------------------- 1700 */
@media screen and (max-width: 1700px){
	
.section1 article .stepBox .conBox br{
	display: none;
}

}


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

/* section1 */
.section.section1 .tit{
	margin-bottom: 10vw;
}

.section1 article .stepBox{
	width: calc(100%);
	margin-top: 10vw !important;
}

.section1 article .stepBox .num{
	height: 6vw;
	font-size: 3.5vw;
}

.section1 article .stepBox .topBox{
	height: 17vw;
	padding-top: 7vw;
}

.section1 article .stepBox .topBox h3{
	font-size: 4vw;
}

.section1 article .stepBox .conBox{
	font-size: 3.5vw;
	padding: 5vw 2vw;
}

.section1 article .stepBox .conBox strong{
	font-size: 3vw;
	margin-top: 4vw;
}

.section1 article .stepBox .conBox br.block{
	display: block;
}




}