@charset "utf-8";

/* 내용관리 */
#ctt {
	background: #fff;
	padding-top: 100px;
}

.ctt_admin {
	display: none;
	text-align: right
}

#ctt header h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#ctt_con img {
	max-width: 100%;
	height: auto
}

.ctt_img {
	text-align: center
}

/* 사이드 메뉴 */
.inner {
	float: left;
	width: 210px;
}

.inner .depth01 {
	display: block;
	background-color: #b30000;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -.6px;
	line-height: 50px;
	text-align: center;
}

.depth02 ul {
	background: #fff;
	border: 1px solid #eee;
}

.depth02 ul li {
	line-height: 45px;
	padding-left: 10px;
}

.depth02 ul li:hover>a {
	color: #b30000;
}

.depth02 ul li a {
	color: #666;
	display: block;
}

/**/
#content_wrap {
	margin-top: 50px;
	width: 1200px;
	margin: 0 auto;
}

#content_banner {
	width: 100%;
	height: auto;
	background: #eee;
	position: relative;
}
#content_banner #banner_title {

}

/**/
.content_wrap {
	
}

.content_wrap .blue {
	color: #2e82ab;
}

.content_wrap .orange {
	color: #db5a27;
}

.content_wrap .b {
	font-weight: bold;
}

.content_wrap .size15 {
	font-size: 15px;
}

.content_wrap .size18 {
	font-size: 18px;
}

.content_wrap .size20 {
	font-size: 20px;
}

.content_wrap .size24 {
	font-size: 24px;
}

.content_wrap .mgt30 {
	margin-top: 30px;
}

.content_wrap .mgt20 {
	margin-top: 20px;
}

.content_wrap .mgt10 {
	margin-top: 10px;
}

.pdl150 {
	padding-left: 150px;
}

.content_wrap .d-block {
	display: block;
}

.content_wrap .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content_wrap .flex-start {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.content_tit {
	margin-bottom: 40px;
}
.content_tit h2 {
	letter-spacing: -0.83px;
	font-size: 27px;
	font-weight: 600;
	color: #b30000;
	margin: 0;
}
.content_tit h3 {
	letter-spacing: -0.83px;
	color: #646464;
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
}
.content_tit h4 {
	margin: 10px 0;
	color: #a1a1a1;
    font-size: 14px;
    letter-spacing: -0.83px;
    font-weight: normal;
}

.content_box {
	font-size: 17px;
	color: #333;
	line-height: 30px;
	letter-spacing: -1px;
}

.content_box table td {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 24px;
	border-right: 1px solid #eee;
}

.content_box table td:last-child {
	border: 0;
}

.content_box .tt {
	margin-bottom: 20px;
}

.content_box .tt p {
	font-weight: bold;
	color: #2e82ab;
}

.content_box .tt ul {
	list-style: inside;
}

.content_box .tt ul li {
	font-size: 16px;
	color: #444;
	letter-spacing: -0.83px;
}

.content_img {
	text-align: center;
}


.map .location {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #d9d9d9;
}
.map .text {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 40px;
	letter-spacing: -0.75px;
}
.map .text h3 {
	font-size: 34px;
	font-weight: 700;
	width: 184px;
	line-height: 1.5;
}
.map .text p {
	font-size: 18px;
	margin-left: 100px;
	line-height: 2;
}
.root_daum_roughmap .cont {
	display: none;
}
.root_daum_roughmap .map_border {
	opacity: 0 !important;
}
.root_daum_roughmap .wrap_controllers {
	border: 0 !important;
	border-top: 1px solid #d9d9d9 !important;
}
