@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{
	background: url(/include/img/sub0102_section1_bg.jpg) no-repeat center / cover;
	height: 90vh;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	/* background-attachment: fixed; */
}

.section1 .tit{
	color: #fff;
}

.section1 .conTxt{
	color: #fff;
	font-weight: 400;
}

/* section2 */
.section2 article{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.section2 article .imgBox{
	border-radius: 30px;
	overflow: hidden;
	width: 50%;
}

.section2 article ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
	width: calc(50% - 20px);
}

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

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

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

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

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

.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;
	justify-content: space-between;
	margin-top: 30px;
}

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

.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: 16px;
	color: #303030;
	line-height: 1.6;
}

/* section4 */
.section4{
	position: relative;
}

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

.section4 article .imgBox{
	width: 540px;
	border-radius: 30px;
	overflow: hidden;
}

.section4 article .txtBox{
	width: calc(100% - 540px - 30px);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 35px 40px;
	font-size: 22px;
	line-height: 1.7;
	background: #f7f7f7;
}

.section4 article .txtBox img{
	width: 30px;
	display: block;
	margin-bottom: 6px;
}

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

.section4 .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;
}

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

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

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

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

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





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


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

/* section1 */
.section1{
	background: url(/include/img/sub0102_section1_bg.jpg) no-repeat center / cover;
	height: auto;
}

/* section2 */
.section2 article{
	flex-wrap: wrap;
	margin-bottom: 7vw;
}

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

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

.section2 article ul li{
	border-radius: 4vw;
	height: auto;
	padding: 4vw;
	padding-left: 4vw;
	align-items: flex-start;
}

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

.section2 article ul li img{
	width: 4vw;
	margin-top: 1vw;
}

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

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

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

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

.section3 .conTxt{
	margin-bottom: 7vw;
}

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

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

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

.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 */
.section4 article{
	display: block;
}

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

.section4 article .txtBox{
	width: calc(100%);
	border-radius: 5vw;
	padding: 5vw 6vw;
	font-size: 3.5vw;
}

.section4 article .txtBox img{
	width: 30px;
	margin-bottom: 1vw;
}

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

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

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

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




}