@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#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{
	text-align: center;
}

.section1 .inner{
	width: 95%;
	max-width: 1547px;
}

.section1 h3{
	font-family: "gmb";
	font-size: 30px;
	color: var(--mainCol);
	text-align: center;
	margin-bottom: 15px;
}

.section1 .txt1{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--mainCol);
}

.section1 .txt2{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--mainCol);
}

.section1 .txt3{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 40px;
}

.section1 .line{
	display: block;
	background: var(--mainCol);
	width: 100%;
	height: 1px;
	margin: 100px auto;
}

.section1 h3 + .imgBox{
	margin-top: 50px;
}

.section1 .imgBox + h3{
	margin-top: 100px;
}

.section1 .gallUl{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.section1 .gallUl li{
	width: calc(100%/2 - 35px/2);
	margin-right: 35px;
	margin-top: 35px;
	border-radius: 30px;
	overflow: hidden;
}

.section1 .gallUl li:nth-child(2n){
	margin-right: 0;
}

.section1 .gallUl li:nth-child(-n+2){
	margin-top: 0;
}

.section1 .gallUl li img{
	width: 100%;
}

.tempFlex{
	display: flex;
	align-items: flex-start;
	gap: 50px;
	margin-top: 50px;
	height: auto;
}

.tempFlex .imgBox{
	position: sticky;
	top: 150px;
	border-radius: 20px;
	overflow: hidden;
	width: 50%;
}

.tempFlex .txtBox{
	text-align: left;
}

.tempFlex .txtBox h5{
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.tempFlex .txtBox p{
	font-weight: 500;
	font-size: 17px;
	line-height: 1.9;
}

.tempFlex .txtBox p strong{
	color: #dd6e45;
	font-weight: 600;
}

.subContent{
	overflow: visible !important;
}


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

/* section1 */
.section1 .inner{
	width: 90%;
}

.section1 h3{
	font-size: 6vw;
	margin-bottom: 3vw;
}

.section1 .txt1{
	font-size: 4vw;
}

.section1 .txt2{
	font-size: 5vw;
}

.section1 .txt3{
	font-size: 3.5vw;
	margin-top: 6vw;
}

.section1 .line{
	margin: 12vw auto;
}

.section1 h3 + .imgBox{
	margin-top: 7vw;
}

.section1 .imgBox + h3{
	margin-top: 12vw;
}

.section1 .gallUl{
	margin-top: 7vw;
}

.section1 .gallUl li{
	width: calc(100%);
	margin-right: 0vw;
	margin-top: 3vw !important;
	border-radius: 3vw;
}

.section1 .gallUl li:nth-child(2n){
	margin-right: 0;
}

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

.tempFlex{
	flex-wrap: wrap;
	gap: 5vw;
	margin-top: 7vw;
	height: auto;
}

.tempFlex .imgBox{
	position: static;
	top: auto;
	border-radius: 4vw;
	width: 100%;
}

.tempFlex .txtBox{
	text-align: left;
}

.tempFlex .txtBox h5{
	font-size: 4vw;
	margin-bottom: 5vw;
}

.tempFlex .txtBox p{
	font-size: 3.3vw;
}



}