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

/* section1 */
.section1{
	background: #ededed;
	padding: 0 !important;
}

.section1 .inner{
	position: relative;
	padding: 100px 0;
}

.section1 .txtBox{
	width: 60%;
}

.section1 h2{
	font-size: 36px;
	color: #68493d;
	line-height: 1.4;
	margin-bottom: 30px;
	font-family: 'GmarketSansBold';
}

.section1 h2 span{
	color: #dbba94;
	font-size: 32px;
	display: block;
}

.section1 .txtBox .box{
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section1 .txtBox .box h3{
	font-size: 26px;
	color: #3d5968;
	line-height: 1;
	margin-bottom: 15px;
	width: 100%;
}

.section1 .txtBox .box ul li{
	font-size: 18px;
	font-weight: 400;
	color: #666;
	box-sizing: border-box;
	padding-left: 15px;
	position: relative;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: 'Noto Sans KR', sans-serif;
}

.section1 .txtBox .box ul li:last-child{
	margin-bottom: 0;
}

.section1 .txtBox .box ul li::before{
	content: "+";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.3;
	font-family: 'Noto Sans KR', sans-serif;
}

.section1 .imgBox{
	width: 30%;
	position: absolute;
	right: 15%;
	bottom: 0;
	z-index: 1;
}

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


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

/* section1 */
.section1 .inner{
	position: relative;
	padding: 12vw 0;
}

.section1 .txtBox{
	width: 100%;
}

.section1 h2{
	font-size: 7.3vw;
	margin-bottom: 3vw;
}

.section1 h2 span{
	font-size: 5.5vw;
}

.section1 .txtBox .box{
	border-radius: 3vw;
	padding: 5vw;
}

.section1 .txtBox .box h3{
	font-size: 4vw;
	margin-bottom: 2vw;
}

.section1 .txtBox .box ul li{
	font-size: 3vw;
	padding-left: 3vw;
	margin-bottom: 2vw;
}

.section1 .imgBox{
	width: 90%;
	position: static;
	right: auto;
	bottom: auto;
	z-index: 1;
}

}