@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 .ceoBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 100px;
	margin-bottom: 100px;
	border-bottom: 1px solid #ccc;
}

.section1 .ceoBox .imgBox{
	width: 37%;
	max-width: 467px;
}

.section1 .ceoBox .txtBox{
	width: 60%;
}

.section1 .ceoBox .txtBox p{
	font-size: 18px;
	line-height: 1.7;
}

.section1 .ceoBox .txtBox .sign{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 50px;
}

.section1 .ceoBox .txtBox .sign span{
	font-family: "km";
	font-size: 18px;
	margin-right: 20px;
}

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

.section1 .ceoTxt dl{
	/* width: calc(100%/3 - 60px/3); */
	margin-right: 20px;
}

.section1 .ceoTxt dl dt{
	font-family: "sc7";
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 30px;
}

.section1 .ceoTxt dl dd{
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	color: #666;
}

.section1 .ceoTxt dl dd + dd{
	margin-top: 12px;
}

.section1 .ceoTxt dl dd::before{
	content: '·';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

/* section2 */
.section2{
	background: #f4f5f9;
}

.section2 ul{
	display: flex;
	justify-content: center;
}

.section2 ul li{
	width: 48%;
	max-width: 267px;
}

.section2 ul li + li{
	margin-left: 50px;
}

.section2 h2{
	font-size: 40px;
	font-family: "sc7";
	line-height: 1.6;
	text-align: center;
	margin-top: 50px;
}

/* section3 */
.section3{
	background: var(--mainCol);
}

.section3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(219px*4 + 50px*3);
	margin: auto;
}

.section3 ul li{
	width: calc(100%/4 - 150px/4);
	margin-top: 40px;
}

.section3 ul li:nth-child(-n+4){
	margin-top: 0;
}


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


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

/* section1 */
.section1 .ceoBox{
	flex-wrap: wrap;
	padding-bottom: 15vw;
	margin-bottom: 15vw;
}

.section1 .ceoBox .imgBox{
	width: 100%;
	max-width: none;
}

.section1 .ceoBox .txtBox{
	width: 100%;
	margin-top: 5vw;
}

.section1 .ceoBox .txtBox p{
	font-size: 2.5vw;
}

.section1 .ceoBox .txtBox .sign{
	margin-top: 7vw;
}

.section1 .ceoBox .txtBox .sign span{
	font-size: 3vw;
	margin-right: 2vw;
}

.section1 .ceoBox .txtBox .sign img{
	width: 25vw;
}

.section1 .ceoTxt{
	flex-wrap: wrap;
}

.section1 .ceoTxt dl{
	width: calc(100%/2 - 3vw/2);
	margin-right: 0;
}

.section1 .ceoTxt dl:last-child{
	width: 100%;
	margin-top: 5vw;
}

.section1 .ceoTxt dl dt{
	font-size: 5vw;
	margin-bottom: 5vw;
}

.section1 .ceoTxt dl dd{
	font-size: 2.5vw;
	padding-left: 3vw;
}

.section1 .ceoTxt dl dd + dd{
	margin-top: 2vw;
}

/* section2 */
.section2 ul li{
	width: 48%;
	max-width: 267px;
}

.section2 ul li img{
	max-width: 100%;
}

.section2 ul li + li{
	margin-left: 7vw;
}

.section2 h2{
	font-size: 5vw;
	margin-top: 7vw;
}

/* section3 */
.section3 ul{
	width: 100%;
}

.section3 ul li{
	width: calc(100%/4 - 15vw/4);
	margin-top: 3vw;
}

.section3 ul li img{
	max-width: 100%;
}

.section3 ul li:nth-child(-n+4){
	margin-top: 0;
}




}