body, button, input, select, table, textarea {
    font-size: 12px;
    font-weight: normal;
    font-family: Nanum Gothic;
    color: #212121;
}

.menuarea{
	text-align: center;
}

#header {
	overflow: auto;
    width: 900px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.menuline {
	border-bottom: 1px solid;
    border-bottom-color: rgb(153, 153, 153);
    background-color: #fff;
    position: fixed;
    top : 0;
    left : 0;
    right:  0;
}

#logo{
	width: 166px;
    float: left;
    margin-top: 10px;
}

.menu{
	float: left;
    width: 140px;
    height: 35px;
    cursor: pointer;
    font-size: 17px;
}


.menu font{
	vertical-align: -webkit-baseline-middle;
	font-weight: 600;
}

#menu1 {
    margin-left: 314px;
}

#content {
	padding-top: 41px;
}

#mainContent {
	background-image:url(/image/main.jpg);
	background-size: cover;
    height: 915px;
}


.mainTit {
	font-size: 45px;
	line-height: 50px;
}

.subTit {
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	padding-top: 110px;
	border-bottom: 1.9px solid;
    border-bottom-color: rgb(19, 29, 61);
}

.subTb {
	font-size: 16px;
	width: 100%;
    margin: 1.25em 0;
	text-align: center;
	display: table;
	border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.subTb th {
	border-left: solid 1px #c7cdd7;
    border-right: solid 1px #c7cdd7;
   	background: #e8ebf0;
    border: 0;
	border-top: solid 1px #c7cdd7;
    border-bottom: solid 1px #c7cdd7;
    border-right: solid 1px #c7cdd7;
    border-left: solid 1px #c7cdd7;
    padding: 10px 10px !important;
    font-weight: 600;
    height: 37px;
}

.subTb td {
	text-align: left;
	border-left: solid 1px #c7cdd7;
    border-right: solid 1px #c7cdd7;
    border: 0;
	border-top: solid 1px #c7cdd7;
    border-bottom: solid 1px #c7cdd7;
    border-right: solid 1px #c7cdd7;
    border-left: solid 1px #c7cdd7;
    padding: 10px 10px !important;
    font-weight: 400;
    height: 37px;
}

.mainCont {
	font-size: 30px;
	line-height: 38px;
}

#mapDiv {
    border: 1px solid;
    padding: 15px;
    width: 856px;
    margin-top: 10px;
}

.hideCaption {
	position: relative;
    left: -10000px;
    top: auto;
    width: 0px;
    height: 0px;
    overflow: hidden;
}