@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}

/* subVisual */
.subVisual{
	background-image: url(/include/img/sub01_visual.png);
}

/* section2 */
.section2{
	padding-top: 0 !important;
}

/* section3 */
.section3{
	background: #f8f8f8;
	text-align: center;
}

.section3 .tit{
	margin-bottom: 0;
}

.section3 h3{
	margin-top: 100px;
}

.section3 h3{
	background: var(--mainCol);
	display: inline-block;
	padding: 10px 30px;
	border-radius: 100px;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 35px;
}

.section3 .cir{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.section3 .cir li{
	width: 300px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: rgba(0,98,178,0.16) 0 0 25px;
	margin: 0 -20px;
}

.section3 .cir li:nth-child(1){
	position: relative;
	z-index: 2;
}

.section3 .cir li:nth-child(2){
	background: #d5ebfe;
}

.section3 .cir li h5{
	color: var(--mainCol);
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1;
}

.section3 .cir li p{
	font-size: 20px;
}

.sucBox .top{
	background: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 30px;
	margin-bottom: 50px;
}

.sucBox .top .left{
	width: 25%;
	background: #d3e4f3;
	border-radius: 30px
}

.sucBox .top .left h4{
	font-size: 80px;
	line-height: 1;
	padding: 80px 0;
	text-shadow: rgba(0,98,178,0.6) 0 0 25px;
	font-weight: 500;
}

.sucBox .top .left h4 span{
	display: block;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 600;
}

.sucBox .top .right{
	width: 75%;
}

.sucBox .top .right p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
}

.sucBox .bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.sucBox .bottom dl{
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	width: 37%;
	border: 1px solid #ddd;
}

.sucBox .bottom dl:last-child{
	border: 6px solid var(--mainCol);
	box-shadow: rgba(0,98,178,0.6) 0 0 25px;
}

.sucBox .bottom dt{
	background: #9a9a9a;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 5%;
	line-height: 1.5;
	box-sizing: border-box;
}

.sucBox .bottom dl:last-child dt{
	background: #0f1f40;
}

.sucBox .bottom dd{
	background-color: #fff;
	font-weight: 500;
	color: #444;
	font-size: 14px;
	padding: 10px 5%;
	line-height: 1.5;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.sucBox .bottom dd:last-child{
	border-bottom: 0;
}

.sucBox .bottom > span{
	font-size: 80px;
	font-weight: 600;
	color: var(--mainCol);
}

.listBox{
	background: #d3e4f3;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 20px 5%;
}

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

.roadmap li{
	width: 32%;
	max-width: 366px;
	border-radius: 30px;
	overflow: hidden;
	margin-top: 50px;
}

.roadmap li:nth-child(-n+3){
	margin-top: 0;
}

.roadmap li h5{
	line-height: 1;
	font-size: 20px;
	color: #fff;
	padding: 20px 5%;
	background: #999;
	font-weight: 400;
}

.roadmap li:nth-child(1) h5{
	background: #2fa2ff;
}

.roadmap li:nth-child(2) h5{
	background: #2f6fff;
}

.roadmap li:nth-child(3) h5{
	background: #3182f7;
}

.roadmap li:nth-child(4) h5{
	background: #f9b338;
}

.roadmap li:nth-child(5) h5{
	background: #f96d38;
}

.roadmap li:nth-child(6) h5{
	background: #f78e32;
}

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


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){
	
/* section3 */
.section3 h3{
	margin-top: 10vw;
	padding: 2vw 5vw;
	font-size: 4vw;
	margin-bottom: 5vw;
	line-height: 1.3;
}

.section3 .imgBox + h3{
	margin-top: 12vw;
}

.section3 .conTxt{
	margin-bottom: 0;
}

.section3 .imgBox{
	margin-top: 3vw;
}

.section3 .cir{
	margin-bottom: 5vw;
	margin-top: 5vw;
}

.section3 .cir li{
	width: 40vw;
	height: 40vw;
	box-shadow: rgba(0,98,178,0.16) 0 0 25px;
	margin: 0 -2vw;
}

.section3 .cir li h5{
	font-size: 6vw;
	margin-bottom: 1vw;
	line-height: 1;
}

.section3 .cir li p{
	font-size: 3.5vw;
}

.sucBox .top{
	border-radius: 30px;
	margin-bottom: 5vw;
	justify-content: center;
	background: transparent;
	margin-top: 5vw;
}

.sucBox .top .left{
	width: 60%;
	background: #d3e4f3;
	border-radius: 30px;
	margin-bottom: 5vw;
}

.sucBox .top .left h4{
	font-size: 7vw;
	padding: 15vw 0;
	text-shadow: rgba(0,98,178,0.6) 0 0 25px;
}

.sucBox .top .left h4 span{
	display: block;
	font-size: 5.5vw;
	margin-bottom: 3vw;
}

.sucBox .top .right{
	width: 100%;
}

.sucBox .top .right p{
	font-size: 3.5vw;
}

.sucBox .bottom{
	justify-content: center;
}

.sucBox .bottom dl{
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	width: 80%;
	border: 1px solid #ddd;
}

.sucBox .bottom dl:last-child{
	border: 4px solid var(--mainCol);
	box-shadow: rgba(0,98,178,0.6) 0 0 25px;
}

.sucBox .bottom dt{
	font-size: 3.5vw;
	padding: 2vw 5%;
}

.sucBox .bottom dd{
	font-size: 2.5vw;
	padding: 2vw 5%;
}

.sucBox .bottom > span{
	font-size: 9vw;
	line-height: 1;
	width: 100%;
	text-align: center;
	margin: 7vw 0;
}

.listBox{
	background: #d3e4f3;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 5vw 5%;
	margin-top: 5vw;
}

.roadmap{
	margin-top: 5vw;
}

.roadmap li{
	width: 48%;
	max-width: 366px;
	border-radius: 4vw;
	overflow: hidden;
	margin-top: 3vw !important;
}

.roadmap li:nth-child(-n+2){
	margin-top: 0 !important;
}

.roadmap li .imgBox{
	margin-top: 0 !important;
}

.roadmap li h5{
	line-height: 1;
	font-size: 3.5vw;
	padding: 2vw 5%;
	background: #999;
	font-weight: 400;
}




}