@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 .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section1 .leftBox{
	width: calc(100% - 450px - 50px);
}

.section1 .rightBox{
	width: 450px;
}

.section1 .rightBox .mapAddress{
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1.5;
}

.section1 .btnDiv{
	display: flex;
	/* justify-content: space-between; */
}

.section1 .btnDiv a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	padding: 5px 15px;
	border-radius: 100px;
	border: 1px solid var(--mainCol);
	transition: all 0.4s;
}

.section1 .btnDiv a:hover{
	box-shadow: rgba(0,0,0,0.1) 2px 2px 5px;
}

.section1 .btnDiv a + a{
	margin-left: 15px;
}

.section1 .btnDiv a img{
	height: 30px;
	width: auto;
}

.section1 .btnDiv a span{
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 500;
}

.section1 .btnDiv a.telA span{
	color: var(--mainCol);
	font-weight: 600;
}

.section1 .btnDiv * + *{
	margin-left: 10px;
}

.section1 .bottomBox{
	width: 100%;
	margin-top: 70px;
}

.section1 .bottomBox .infoBox{
	display: flex;
	justify-content: space-between;
	width: 50%;
}

.section1 .bottomBox .infoBox dl + dl{
	
}

.section1 .bottomBox .infoBox dt{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 500;
	margin-bottom: 15px;
}

.section1 .bottomBox .infoBox dt img{
	width: auto;
	height: 25px;
	margin-right: 10px;
}

.section1 .bottomBox .infoBox dd{
	font-size: 16px;
	color: #4d4d4d;
}

.section1 h3{
	color: var(--mainCol);
	color: #182e4e;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	line-height: 1;
	border-bottom: 1px solid var(--mainCol);
	border-color: #182e4e;
	margin-bottom: 30px;
}

.section1 h4{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1;
}

.section1 * + h4{
	margin-top: 50px;
}

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

.section1 .mapBox > div{
	width: 100%;
}

.section1 .root_daum_roughmap .cont .section{
	margin: 0;
	padding: 40px 0;
}

.section1 .root_daum_roughmap .section .title{
	font-size: 18px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 600;
	color: var(--mainCol);
	color: #182e4e;
	margin-bottom: 20px;
}

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

.section1 .root_daum_roughmap .wrap_list li a{
	font-size: 16px !important;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #444;
	/* line-height: 1.5; */
}




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


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

/* section1 */
.section1 .inner{
	flex-wrap: wrap;
}

.section1 .leftBox{
	width: calc(100%);
	margin-bottom: 10vw;
}

.section1 .rightBox{
	width: 100%;
}

.section1 .rightBox .mapAddress{
	font-size: 3vw;
}

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

.section1 .btnDiv a{
	width: calc(100%/2 - 3vw/3);
	padding: 2vw 3vw;
}

.section1 .btnDiv a:hover{
	box-shadow: rgba(0,0,0,0.1) 2px 2px 5px;
}

.section1 .btnDiv a + a{
	margin-left: 3vw;
}

.section1 .btnDiv a img{
	height: 5vw;
}

.section1 .btnDiv a span{
	font-size: 3.5vw;
}

.section1 .btnDiv * + *{
	margin-left: 2vw;
}

.section1 .bottomBox{
	margin-top: 10vw;
}

.section1 .bottomBox .infoBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.section1 .bottomBox .infoBox dl{
	width: 100%;
}

.section1 .bottomBox .infoBox dl + dl{
	margin-top: 5vw;
}

.section1 .bottomBox .infoBox dt{
	font-size: 3vw;
	margin-bottom: 3vw;
}

.section1 .bottomBox .infoBox dt img{
	height: 5vw;
	margin-right: 2vw;
}

.section1 .bottomBox .infoBox dd{
	font-size: 3vw;
}

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

.section1 h4{
	font-size: 4vw;
	margin-bottom: 5vw;
}

.section1 * + h4{
	margin-top: 7vw;
}

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

.section1 .mapBox > *{
	width: 100% !important;
}

.section1 .root_daum_roughmap .cont .section{
	margin: 0;
	padding: 10vw 0;
}

.section1 .root_daum_roughmap .section .title{
	font-size: 5vw;
	margin-bottom: 4vw;
}

.section1 .root_daum_roughmap .wrap_list li{
	margin-bottom: 3vw;
}

.section1 .root_daum_roughmap .wrap_list li a{
	font-size: 3.5vw !important;
}



}