@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: url(/include/img/sub0103_section1_bg.png) no-repeat center / cover;
	/* background-attachment: fixed; */
	padding: 300px 0 !important;
}

.section1 h5{
	letter-spacing: 25px;
	font-weight: 300;
	text-align: center;
	font-size: 32px;
	color: #fff;
}

/* section2 */
.section2{
	background: #f0f7fa url(/include/img/sub0103_section2_bg.png) no-repeat top right / cover;
}

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

.section2 .inner .txtBox{
	text-align: left;
	width: 35%;
}

.section2 .inner .txtBox .tit{
	text-align: left;
}

.section2 .inner .txtBox .conTxt{
	text-align: left;
}

.section2 .inner .imgBox{
	width: 60%;
}

/* section3 */
.section3{
	padding-bottom: 0 !important;
}

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


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

/* section1 */
.section1{
	background: url(/include/img/sub0103_section1_bg_m.png) no-repeat center / cover;
	background-attachment: initial;
	padding: 45vw 0 !important;
	margin-bottom: 12vw;
}

.section1 h5{
	letter-spacing: 1.5vw;
	font-size: 2.5vw;
}

/* section2 */
.section2{
	background: #f0f7fa url(/include/img/sub0103_section2_bg_m.png) no-repeat bottom right / cover;
}

.section2 .inner .txtBox{
	text-align: center;
	width: 100%;
	margin-bottom: 5vw;
}

.section2 .inner .txtBox .tit{
	text-align: center;
}

.section2 .inner .txtBox .conTxt{
	text-align: center;
}

.section2 .inner .imgBox{
	width: 100%;
}

/* section3 */
.section3{
	padding-bottom: 0 !important;
}

.section3 .imgBox{
	width: 90%;
	margin: auto;
}

}