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

.section1 .adressBox p{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
}

.section1 .adressBox p .fa{
	margin-right: 7px;
	color: var(--mainCol);
	font-size: 20px;
}

.section1 .adressBox a{
	display: inline-block;
	background: #f7f7f7;
	padding: 10px 25px;
	color: #444;
	line-height: 1;
	font-size: 15px;
	font-weight: 600;
}

.section1 .inner{
	overflow: hidden;
}

.section1 .inner > article{
	/* display: none; */
	position: fixed;
	left: 150%;
}

.section1 .inner > article.on{
	display: block;
	position: static;
	left: auto;
}

.section1 .mapBox iframe{
	width: 100%;
	height: 470px;
}

.section1 .root_daum_roughmap_landing{
	max-width: 100%;
}

.section1 .root_daum_roughmap .cont{
	/* display: none !important; */
}

.section1 .root_daum_roughmap .cont .section_address{
	/* display: none !important; */
}

.section1 .root_daum_roughmap .cont .section{
	margin: 0;
}

.section .root_daum_roughmap .section .title{
	font-size: 15px;
	margin-bottom: 15px;
}

.section1 .root_daum_roughmap .section_subway .wrap_list li a,
.section1 .root_daum_roughmap .section_busstop .wrap_list li a,
.section1 .root_daum_roughmap .section_busline .wrap_list .txt .txt_item{
	font-size: 14px;
}

.section1 .root_daum_roughmap .section_busline .wrap_list li{
	margin-bottom: 12px;
}

.section1 .cont{
	/* display: none !important; */
}




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


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

/* section1 */
.section1 .adressBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

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

.section1 .adressBox p img{
	margin-right: 1vw;
}

.section1 .adressBox a{
	padding: 2vw 4vw;
	font-size: 2.5vw;
	white-space: nowrap;
	margin-left: 5vw;
}

.section1 .mapBox iframe{
	height: 50vw;
}



}