@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{

}

.section1 .topBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.section1 .topBox p{
	font-size: 18px;
}

.section1 .topBox a{
	display: inline-block;
	padding: 10px 20px 4px;
	line-height: 1;
	background: #f1f1f1;
	color: #a5a5a5;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	border-radius: 10px;
}

.section1 .mapArea > *{
	width: 100%;
}


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


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

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

.mapBox{
	padding-top: 0 !important;
}

.section1 .topBox{
	margin-bottom: 3vw;
}

.section1 .topBox p{
	font-size: 3vw;
}

.section1 .topBox a{
	padding: 2vw 3vw 1vw;
	font-size: 2.5vw;
	border-radius: 1vw;
}

.section1 .mapArea{
	display: none;
}


}