#header {
	width: 100%;
	height: auto;
	position: relative;
	background-color: rgba(255, 255, 255,1);
	z-index: 999;
	border-bottom: 1px solid #dfdfdf;
}
.head_gnb {
	width:1000px;
	margin:0 auto;
}
.gnb-text.left {
	float:left;
}
.gnb-text.right {
	float:right;
}
#header .gnb-text a, #header .gnb-text li a {
	color:#000;
	text-transform:uppercase;
	line-height:40px;
	display:inline-block;
}
#header .gnb-text.right > a {
	padding:0 10px;
	margin-left:10px;
	box-sizing:border-box;

}

#hd_wrapper {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.head-row1, .head-row2 {
	width:1000px;
	position:relative;
	margin:0 auto;
}
h1.h_logo {
	float: left;
	width: 200px;
	margin-left: 40px;
	margin-right: 80px;
	line-height:100%;
	font-size:0;
}
h1.h_logo a {
	display:inline-block;
}

/* 마우스 오버시 보이는 하위 메뉴(서브) */
.gnb_2dul {
	display: none;
	position: absolute;
	top: 65px;
	left:0;
	width:100%;
}
.gnb_1dli:hover .gnb_2dul {
	display: block;
}
.gnb_2dli {
	display:inline-block;
	min-width:10px;
    height: 60px;
    line-height: 60px;
	margin-right:50px;
}
.gnb_2da {
	text-align:left;
	font-size: 16px;
    font-weight: 400;
	font-family: 'Gothic A1', sans-serif;
	color:#999;
}
.gnb_2da:hover {
	color:#333;
}



#contents {height:900px; padding:100px 0 150px;}


.main-rolling {
    margin-top: 35px;
	text-align:right;
}
.main-rolling h2 {
	font-family: 'NanumMyeongjo', 'Nanum Gothic', 'Dotum';
	font-size:44px;
	color:#eeeeee;
	line-height:64px;
	padding-top:50px;
	font-weight:normal;
	letter-spacing:-4px;
}
.main-rolling h2 span {
	font-family: 'NanumMyeongjo', 'Nanum Gothic', 'Dotum';
	font-size:54px;
	color:#eeeeee;
}

.main-rolling h1 {
	font-family: 'NanumMyeongjo', 'Nanum Gothic', 'Dotum';
	font-size:76px;
	color:#eeeeee;
	line-height:108px;
	padding-top:30px;
	font-weight:normal;
	letter-spacing:-4px;
}
.main-rolling h1 span {
	font-family: 'NanumMyeongjo', 'Nanum Gothic', 'Dotum';
	font-size:76px;
	color:#eeeeee;
	display:inline-block;
	margin-right:15px;
	padding-right:15px;
	padding-left:15px;
	border:6px solid #fff;
}
.prd-btn {
	font-family: 'Gothic A1', sans-serif;
	font-size:20px;
	color:#eeeeee;
	display:inline-block;
	padding:16px 42px;
	border:1px solid #fff;
	text-align:center;
	margin-top:30px;
}
.prd-btn img {
	margin-left:10px;
}

/* 인기검색어 */
#popular {}
#popular div {margin:0 auto;width:280px;zoom:1;height:30px;overflow:hidden;}
#popular div:after {display:block;visibility:hidden;clear:both;content:""}
#popular h2 {float:left;padding:10px 45px 10px 0; color:#ffffff;}
#popular ul {float:left;margin:0;padding:0;list-style:none}
#popular li {float:left;}
#popular a {display:inline-block;padding:10px;text-decoration:none;color:#666666}
#popular a:focus, #popular a:hover {color:#ffffff;}


/* 서브 css */
#ctt {
	display:none;
}
.sub_title {
	display:none;
}
.intro {
	background-image: url('../img/intro_bg.png');
	background-repeat: no-repeat;
	background-position: -14px 276px;
	height: 780px;
}
.intro p {
	font-family: 'Gothic A1', sans-serif;
	color: #444444;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 80px;
}
.intro h1 {
	font-family: 'Gothic A1', sans-serif;
	color: #1953b3;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}
.intro h3 {
	font-family: 'Gothic A1', sans-serif;
	color: #444444;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 30px;
	font-weight: 500;
}
.intro .right {
	text-align:right;
}
.intro .sign p {
	font-family: 'Gothic A1', sans-serif;
	font-size: 20px;
	color: #444444;
	display: inline-block;
}
.intro .sign span {
	font-family: 'Gothic A1', sans-serif;
	font-size: 28px;
	color: #3361ac;
	display: inline-block;
	margin-left: 6px;
	font-weight: 600;
}

.history {}
.history dl.top {
	background-repeat:repeat-x;
	background-position:left bottom;
}
.history .top dt {
	font-size:42px;
	line-height:50px;
	color:#000;
	font-family: 'Gothic A1', sans-serif;
	font-weight:600;
	vertical-align:super;
}
.history .top dt span {
	font-size:46px;
	color:#3361ac;
	font-family: 'Gothic A1', sans-serif;
	font-weight:600;
}
.history .top p {
	font-family: 'Gothic A1', sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}
.history .top p:after {
	content:'';
	width:3px;
	height:3px;
	border-radius:3px;
	background-color:#3361ac;
	position:absolute;
	left:0;
	top:8px;
}
.history dl {
	background-image:url('../img/dt_dotted.png');
	background-repeat:repeat-x;
}
.history dt {
	display: inline-block;
	width:310px;
	box-sizing:border-box;
	padding:20px 30px;
	font-family: 'Gothic A1', sans-serif;
	font-weight:200;
	font-size:36px;
	line-height:36px;
}
.history dd {
	display: inline-block;
	width: 680px;
	box-sizing: border-box;
	font-family: 'Gothic A1', sans-serif;
	color: #444444;
	font-size: 16px;
	line-height: 18px;
	vertical-align: middle;
}
.history dd p {
	padding-bottom:10px;
	position:relative;
	padding-left:13px;
}
.history dd p:after {
	content:'';
	width:3px;
	height:3px;
	border-radius:3px;
	background-color:#3361ac;
	position:absolute;
	left:0;
	top:8px;
}
.history dt span {
	font-weight:400;
}

.ci {
	height: 1200px;
}
.ci h2 {
	font-size: 24px;
	font-family: 'Gothic A1', sans-serif;
	color: #000;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 7px;
	border-left: 4px solid #3b64b8;
}
.ci .row1 {
	margin-bottom:70px;
}
.ci .row2 {
	margin-bottom:80px;
}


.madess {
	position:relative;
}
.madess h1 {
	font-size: 48px;
	font-family: 'Gothic A1', sans-serif;
	font-weight: 600;
	color: #3b64b8;
	line-height: 58px;
	padding-top: 20px;
	position: absolute;
	text-align: center;
}
.madess .text1 h1 {
    top: 200px;
    left: 36%;
}
.madess .text2 h1 {
	top:1000px;
	left:43%;
}
.madess h2 {
	font-size: 24px;
	font-family: 'Gothic A1', sans-serif;
	color: #000;
	line-height: 100%;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 4px solid #3b64b8;
}
.madess h3 {
	font-size: 18px;
	font-family: 'Gothic A1', sans-serif;
	font-weight: 500;
	color: #000;
	line-height: 26px;
	position: absolute;
}
.madess .text1 h3 {
	top: 350px;
	left: 30%;
}
.madess .text2 h3 {
	top: 1150px;
	left: 37.5%;
}
.madess .row1 {
	margin-bottom:80px;
}
.madess .row1 .inner {
	background-color:#f8f8f8;
	text-align:center;
	padding:60px 0;
	box-sizing:border-box;
}
.madess .row2 .inner {
	display:none;
}

.business > div {
	background-image:url('../img/dt_dotted2.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	height: 300px;
	margin-top: 60px;
	margin-bottom:60px;
}
.business > div:last-child {
	background-image:none;
	height: 320px;
	margin-bottom:0;
}
.business .row2 {
	height: 340px;
}
.business h2 {
	font-size: 24px;
	font-family: 'Gothic A1', sans-serif;
	color: #000;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 14px;
	border-left: 4px solid #3b64b8;
}
.business p {
	font-family: 'Gothic A1', sans-serif;
	color: #222;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
	font-weight: 400;
	word-break: keep-all;
}
.business dl {
	width:100%;
	padding:20px;
	border:3px solid #e4e4e4;
}
.business dt {
	color: #000;
	font-size: 18px;
	font-family: 'Gothic A1', sans-serif;
	font-weight: 500;
	padding-left: 13px;
	display: block;
	position: relative;
	line-height: 22px;
	margin-bottom: 10px;
}
.business dt:after {
	content:'';
	width:3px;
	height:3px;
	background-color:#3b64b8;
	position:absolute;
	left:0;
	top:8px;
}
.business dd {
	font-family: 'Gothic A1', sans-serif;
	color: #444444;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.map {
	border:1px solid #ddd
}
.map .row2 {
	text-align:center;
	padding:30px 30px 0;
}
.map h2 {
	font-size:22px;
	font-family: 'Gothic A1', sans-serif;
	color:#000;
	line-height:22px;
	margin-bottom:10px;
}
.map h3 {
	font-size: 28px;
	font-family: 'Gothic A1', sans-serif;
	color: #365abc;
	line-height: 28px;
}
.map .row1 {
	background-image:url('../img/map.png');
	background-repeat:no-repeat;
	background-position:center center;
	width:1000px;
	height:530px;
}
.map .row3 {
	margin:30px;
	background-color:#f8f8f8;
	height:170px;
	background-image:url('../img/dt_dotted3.png');
	background-repeat:repeat-y;
	background-position:center top;
}
.map .row3 > div {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:30px;
	padding-left:140px;
}
.map .row3 > div > h4 {
	font-size:20px;
	font-family: 'Gothic A1', sans-serif;
	color:#365abc;
	line-height:20px;
	margin-bottom:10px;
}
.map .row3 > div > p {
	font-size:14px;
	font-family:'Dotum';
	color:#000;
	line-height:14px;
}
.map .row3 .public {
	background-image:url('../img/map_subway.png');
	background-repeat:no-repeat;
	background-position:30px center;
}
.map .row3 .car {
	background-image:url('../img/map_car.png');
	background-repeat:no-repeat;
	background-position:30px center;
}
.map .row3 .public p {
	margin-bottom:10px;
}
.map .row3 .car p {
	line-height:22px;
}
.map .row3 > div li span {
	font-size:12px;
	font-family:'Dotum';
	color:#fff;
	line-height:12px;
	display:inline-block;
	padding:3px 5px;
	background-color:#365abc;
	border-radius:3px;
	vertical-align:bottom;
	margin-right:10px;
}
.map .row3 > div li {
	font-size:14px;
	font-family:'Dotum';
	color:#000;
	line-height:14px;
}
.map .row3 > div li:first-child {
	margin-bottom:10px;
}