@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 .topBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.section1 .topBox p{
	font-size: 16px;
	display: flex;
	align-items: center;
	line-height: 1;
	color: #fff;
}

.section1 .topBox p .fa{
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin-right: 7px;
}

.section1 .topBox a{
	background: var(--mainCol);
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	padding: 6px 20px;
}

.section1 .mapBox iframe,
.section1 .mapBox .root_daum_roughmap_landing{
	width: 100%;
}

.section1 .btnBox{
	display: flex;
	align-items: center;
	justify-content: center;
}

.section1 .btnBox a{
	width: 30%;
	max-width: 300px;
	height: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "pb";
	font-size: 18px;
	border: 1px solid #fff;
}

.section1 .btnBox a:last-child{
	background: var(--mainCol);
	border-color: var(--mainCol);
	margin-left: 15px;
}

.goBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: "pb";
	width: 200px;
	height: 50px;
	color: #fff;
	background: var(--mainCol);
	margin: 50px auto 0;
}


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


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

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

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

.section1 .topBox p .fa{
	font-size: 4vw;
	line-height: 1;
	margin-right: 1vw;
}

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

.section1 .mapBox iframe{
	height: 35vh;
}

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

.section1 .btnBox a{
	width: calc(100%/2 - 3vw/2);
	max-width: none;
	height: 10vw;
	font-size: 4vw;
}

.section1 .btnBox a:last-child{
	margin-left: 0;
}

.section1 .btnBox a.full{
	width: 100%;
}




}