@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;
	justify-content: space-between;
	margin-bottom: 50px;
}

.section1 article .imgBox{
	border-radius: 30px;
	overflow: hidden;
	width: 558px;
}

.section1 article ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
	width: calc(100% - 558px - 30px);
}

.section1 article ul li{
	display: flex;
	align-items: center;
	background: #f7f7f7;
	border-radius: 20px;
	height: calc(100%/4 - 60px/4);
	box-sizing: border-box;
	padding-left: 25px;
}

.section1 article ul li .fa{
	font-size: 22px;
	color: var(--mainCol);
	font-weight: 400;
}

.section1 article ul li img{
	width: 30px;
}

.section1 article ul li p{
	font-size: 22px;
	font-weight: 600;
	margin-left: 7px;
}

.section1 .conTxt{
	font-weight: 400;
}

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

.section2 .tit{
	text-align: left;
	margin-bottom: 50px;
}

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

.section2 ul li{
	width: calc((100% - 30px)/2);
	margin-top: 20px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 40px 30px;
}

.section2 ul li:nth-child(2n){
	/* margin-right: 0; */
}

.section2 ul li:nth-child(-n+2){
	/* margin-top: 0; */
}

.section2 ul li.full{
	width: 100%;
}

.section2 ul li img{
	width: 25px;
	margin-right: 10px;
}

.section2 ul li p{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
}

.section2 h3{
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 600;
	color: var(--mainCol);
	line-height: 1;
	margin: 70px 0 10px;
}

.section2 h3 img{
	width: 38px;
	margin-right: 15px;
}

/* section3 */
.section3 .tit{
	text-align: left;
	margin-bottom: 15px;
}

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

.section3 .conTxt{
	text-align: left;
	margin-bottom: 50px;
	font-weight: 400;
}

.section3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.section3 ul li{
	width: calc((100% - 50px)/3);
	background: #f7f7f7;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 50px 10px 30px;
	text-align: center;
	margin-right: 25px;
	margin-top: 25px;
}

.section3 ul li:nth-child(3n){
	margin-right: 0;
}

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

.section3 ul li img{
	display: block;
	margin: 0 auto 20px;
}

.section3 ul li h5{
	font-size: 20px;
	font-weight: 600;
	color: #303030;
	line-height: 1;
	margin-bottom: 10px;
}

.section3 ul li p{
	font-size: 20px;
	color: #303030;
	line-height: 1.6;
}

/* section4 */
.section4{
	background: #fdf9f5;
}

.section4 .tit{
	text-align: left;
}

.section .conTxt{
	text-align: left;
}

/* section5 */
.section5{
	background: #f7f7f7;
}

.section5 .tit{
	text-align: left;
}

/* section7 */
.section.section7{
	position: relative;
	padding: 50px 0;
}

.section7 .btnBox{
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.section7 .btnBox a{
	width: calc((100% - 15px)/2);
	max-width: 560px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--mainCol);
	border-radius: 15px;
}

.section7 .btnBox a.kakao{
	background: #fae000;
}

.section7 .btnBox a span{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-left: 7px;
}

.section7 .btnBox a.kakao span{
	color: #371c1b;
}

.section7 .btnBox a img{
	width: auto;
	height: 34px;
	margin-top: 2px;
}

.section7 .btnBox a.paper{
	background: #585858;
}





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


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


/* section1 */
.section1 article{
	display: block;
	margin-bottom: 7vw;
}

.section1 article .imgBox{
	border-radius: 5vw;
	width: 100%;
	margin-bottom: 5vw;
}

.section1 article ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
	width: calc(100%);
}

.section1 article ul li{
	border-radius: 4vw;
	height: auto;
	padding: 4vw;
	padding-left: 4vw;
	align-items: center;
}

.section1 article ul li + li{
	margin-top: 3vw;
}

.section1 article ul li .fa{
	font-size: 4vw;
	margin-top: 0vw;
}

.section1 article ul li p{
	font-size: 4vw;
	margin-left: 1vw;
}

/* section2 */
.section2 .tit{
	margin-bottom: 5vw !important;
}

.section2 ul li{
	width: calc((100%)/1);
	margin-top: 4vw;
	border-radius: 4vw;
	padding: 6vw 5vw;
}

.section2 ul li img{
	width: 4vw;
	margin-right: 2vw;
}

.section2 ul li p{
	font-size: 4vw;
}

.section2 h3{
	font-size: 5vw;
	margin: 10vw 0 2vw;
}

.section2 h3 img{
	width: 5vw;
	margin-right: 2vw;
}

/* section3 */
.section3 .tit{
	margin-bottom: 3vw;
}

.section3 .tit .sm{
	margin-bottom: 1vw;
}

.section3 ul{
	display: block;
	margin-top: 5vw;
}

.section3 ul li{
	width: calc((100%)/1);
	border-radius: 4vw;
	margin-top: 3vw !important;
	padding: 7vw 3vw 5vw;
}

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

.section3 ul li img{
	margin: 0 auto 4vw;
	width: 16vw;
	max-width: 100px;
}

.section3 ul li h5{
	font-size: 4vw;
	margin-bottom: 2vw;
}

.section3 ul li p{
	font-size: 3vw;
}

/* section4 */

/* section5 */

/* section7 */
.section.section7{
	padding: 7vw 0;
}

.section7 .btnBox{
	display: flex;
	justify-content: space-between;
}

.section7 .btnBox a{
	width: calc((100% - 4vw)/3);
	height: 12vw;
	border-radius: 3vw;
}

.section7 .btnBox a span{
	font-size: 3.5vw;
	margin-left: 1vw;
}

.section7 .btnBox a img{
	height: 5vw;
	margin-top: 0vw;
}




}