body {
	min-width: 1200px;
}

.wrap {
	width:1200px;
	margin:0 auto;
}

#head {
	border-top:5px solid #2c4e93;
    background: #fff;
    width: 100%;
    min-width: 1200px;
	height:100px;
}

.logo {
	float:left;
	margin-top: 25px;
}

.menu {
    float: right;
}

.menu ul li {
	float: left;
	position:relative;
}

.menu ul li a {
	display: inline-block;
    font-size: 18px;
	font-weight:500;
    padding: 34px 25px;
}

/* Sliding Subnav Styles */

.menu .smenu li {
	clear:both;
	width:100%;
    
}

.menu .smenu {
    background: #fff;
    box-shadow: 0px 10px 10px -7px #333;
    border-bottom: 3px solid #2c4e93;
    border-radius: 10px;
}

.menu .smenu li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 5px 20px;
    display: block;
	width:100%;
    text-align: center;
}

.menu .smenu li a:hover {
	color:#0072de;
	font-weight:500;
}

.slidenav ul li ul {
    display: none;
    position: absolute;
    top: 84px;
    z-index: 9999;
    width: 150px;
    padding: 10px 0px;
}

.slidenav ul li:hover ul {
    display: block;
}

.smenu.smenu01 { left: -15px; }
.smenu.smenu02 { left: -10px; }
.smenu.smenu03 { left: -20px; }
.smenu.smenu04 { left: -20px; }
.smenu.smenu05 { left: -10px; }

/* main */

.main_vis {
    background: url(../image/main/main_vis01.jpg) center top no-repeat;
    width: 100%;
    min-width: 1200px;
    height: 875px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.main_txt {
    background: url(../image/main/maintxt_bg.png) left top no-repeat;
    padding-left: 190px;
    height: 431px;
    width: 717px;
    margin: 0 auto;
    margin-top: 190px;
    overflow: hidden;
}

.main_txt h1 {
	font-size:94px;
	color:#fff;
	text-align: left;
}

span.main_txt01 {
    font-size: 22px;
    color: #ccc;
    margin-top: 114px;
    display: block;
    float: left;
    width: 100%;
    font-weight: 100;
	text-align: left;
}

span.main_txt02 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    display: inline-block;
}

.main_call {
    text-align: center;
    margin-top: 90px;
    color: #fff;
    font-size: 30px;
    letter-spacing: 10px;
    font-weight: 600;
    border-bottom: 3px solid #ddd;
    display: inline-block;
    padding-bottom: 20px;
}

.con01 {
	overflow: hidden;
    margin: 70px 0px;
}

.main_icon_list {
    overflow: hidden;
    margin-top: 50px;
}

.main_icon_list li {
    float: left;
    width: 23%;
    margin: 0 1%;
}

.main_icon_list li a {
	display:block;
	padding-left:135px;
	height: 150px;
}

.main_icon_list li a span {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.main_icon_list li a:hover span {
    color: #2c4e93;
	/*font-weight: 600;*/
}

.main_icon01 {background:url('../image/main/main_icon01.png') left top no-repeat;}
.main_icon02 {background:url('../image/main/main_icon02.png') left top no-repeat;}
.main_icon03 {background:url('../image/main/main_icon03.png') left top no-repeat;}
.main_icon04 {background:url('../image/main/main_icon04.png') left top no-repeat;}

.con02 {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}

.con02 > div {
    height: 430px;
    float: left;
    width: 50%;
	overflow:hidden;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.con02_inner01 {background:url('../image/main/con02_inner01_img01.jpg') left top no-repeat; width: 100%; height: 430px;}
.con02_inner02 {background:url('../image/main/con02_inner02_img01.jpg') left top no-repeat; width: 100%; height: 430px;}

.con02_inner01:hover, .con02_inner02:hover {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.con02 div p {
    font-size: 36px;
    color: #fff;
    width: 600px;
    display: inline-block;
    font-weight: 100;
    line-height: 46px;
    margin-top: 110px;
}

.con02 div p a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-top: 90px;
	border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    line-height: 18px;
}

.con02 div p a:hover {
    background: #fff;
    color: #000;
    padding: 10px 20px;
	font-weight: 500;
}

.con02_inner01 p {float:right;}
.con02_inner02 p {float:left; padding-left: 65px;}

.con03 {
    overflow: hidden;
    margin: 70px 0px;
    width: 100%;
}

.con03 h2 {
	width: 100%;
	text-align:center;
    background: url('../image/sub/con03_h2_bg.jpg') center center no-repeat;
}

.con03 h2 a {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    padding: 0px 30px;
    background: #fff;
}

/* footer */

#ft p {
    color: #aaa;
    line-height: 30px;
    float: left;
    margin-top: 18px;
    padding-left: 40px;
    font-size: 13px;
}

/* sub */

.subtop {
    width: 100%;
    height: 350px;
    background: url('../image/sub/sub_top01.png') center top no-repeat;
}

.subtop h1 {
    width: 100%;
    color: #fff;
    font-size: 54px;
    margin-top: 50px;
    /* overflow: hidden; */
    float: left;
	display:block;
}

.subtop span {
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin-top: 70px;
    display: block;
    float: left;
}

.sub_call {
    display: block;
    color: #fff;
    font-size: 36px;
    margin-top: 10px;
    float: left;
    letter-spacing: 2px;
    font-weight: 600;
}

#sub_contents {
    position: relative;
}

#sidebar {
    position: relative;
    text-align: center;
}

#snb_box {
	width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 50px;
    position: absolute;
    top: -100px;
	padding-top: 35px;
}

.snb {
    display: inline-block;
    margin: 0 auto;
}

.snb li {
    float: left;
    padding: 0 10px;
	/*background:url('../image/sub/snb_bg.png') 5px 8px no-repeat;*/
}

.snb li:first-child {
	background:none;
}

.snb li:hover, .snb li.over {

}

.snb li a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 70px;
    border: 2px solid #ddd;
    border-radius: 10px;
}

.snb li a:hover {
	color: #0072de;
	border: 2px solid #0072de;
}

.snb li.over a {
	color: #fff;
	border: 2px solid #0072de;
	background:#0072de;
}

.sub_title {
	width: 100%;
    float: left;
	overflow: hidden;
    margin-top: 80px;
	margin-bottom: 80px;
    text-align: center;
}

.sub_title h1 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 400;
}

span.st {
    display: block;
    color: #aaa;
    letter-spacing: 10px;
	font-weight: 200;
}

span.sub_navi {
    display: none;
}

#sub_page {
    display: block;
    clear: both;
}

#sub_page h2 {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    border-left: 5px solid #2c4e93;
    padding-left: 15px;
    line-height: 24px;
}

#sub_page h3 {
    font-size: 18px;
    margin-bottom: 10px;
	color: #2c4e93;
    font-weight: 500;
}

#sub_page h3.mb80, .mb80 {
	margin-bottom:80px;
}

.sub01_01, .sub01_02, .sub01_03, .sub03_01, .sub03_02, .sub03_03, .sub04_04, .sub0601_box {
	margin-bottom:80px;
}

.sub0101_inner01 {
    background:url('../image/sub/sub0101_img01.png') center top no-repeat;
    height:300px;
	width:100%;
	margin-bottom:80px;
}

.sub01_01 p {
    width: 1200px;
    margin: 0 auto;
    font-size: 64px;
    line-height: 90px;
    font-weight: 400;
    margin-bottom: 80px;
    text-align: center;
    letter-spacing: 3px;
}

.sub01_01 p .point01 {
    font-weight: 400;
}

.sub0101_inner02 {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

span.sign {
    display: block;
    margin-top: 50px;
    font-family: 'Nanum Pen Script';
    font-size: 28px;
}

ul.sub0102_list {
    width: 100%;
    clear: both;
    overflow: hidden;
}

ul.sub0102_list li {
    float: left;
    width: 48%;
    margin: 1%;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 30px;
    height: 400px;
}

#sub_page ul.sub0102_list li h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #0072de;
    border: none;
    line-height: inherit;
    padding: 0px;
    font-weight: 400;
}

dl.sub0102_list_inner dd {
    line-height: 32px;
    font-size: 14px;
    padding-left: 20px;
	background:url('../image/sub/icon01.png') left center no-repeat;
}

.sub02_02 dl.sub0102_list_inner {
    padding: 25px;
    margin-bottom: 80px;
    background: #f4f4f4;
    border: 1px solid #ddd;
}


.sub01_03 ul.tabs, .sub05_02 ul.tabs {
    list-style: none;
    height: 45px;
    margin: 0 15%;
    display: inline-block;
    margin-bottom: 50px;
    width: 70%;
}

.sub01_03 ul.tabs li, .sub05_02 ul.tabs li {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 50%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #121212;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    background: transparent;
}

.sub01_03 ul.tabs li:first-child { }

.sub01_03 ul.tabs li.active, .sub05_02 ul.tabs li.active {
	background:#121212;
    color: #fff;
}

.sub01_03 .tab_container, .sub05_02 .tab_container {
    border-top: none;
    clear: both;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.sub01_03 .tab_content, .sub05_02 .tab_content {
    display: none;
	display: inline-block;
	width:100%;
}

.sub01_03 .tab_container .tab_content ul, .sub05_02 .tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}

.sub01_03 .tab_container .tab_content ul li, .sub05_02 .tab_container .tab_content ul li {
    list-style:none
}

.sub02_02 .imgbox02 {
	/*margin-bottom:80px;*/
}

#map {
	width:1198px;
	height:498px;
	border:1px solid #ddd;
	margin-bottom:30px;
	box-sizing: border-box;
}

#map2 {
	width:1198px;
	height:498px;
	border:1px solid #ddd;
	margin-bottom:30px;
	box-sizing: border-box;
}

.map_w {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 250px;
    height: 132px;
    margin-left: -144px;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
}

.map_w * {padding: 0;margin: 0;}

.map_w .info {
    width: 99%;
    height: 120px;
    border-radius: 5px;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
}

.map_w .info:nth-child(1) {border: 0;box-shadow: 0px 1px 2px #888;}

.info .title {
    padding: 5px 10px;
    background: #4e4946;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.info .close {position: absolute;top: 10px;right: 10px;color: #888;width: 17px;height: 17px;background: url('../image/sub/overlay_close.png');}
.info .close:hover {cursor: pointer;}
.info .body {position: relative;overflow: hidden;}
.info .desc {position: relative;margin: 10px;height: 75px;}

.info .desc div {line-height:22px;}
.desc .ellipsis {overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-size: 14px;}
.desc .jibun {font-size: 13px;color: #888;}
.desc .tel {font-size: 13px;color: #888;}
.info .img {position: absolute;top: 6px;left: 5px;width: 73px;height: 71px;border: 1px solid #ddd;color: #888;overflow: hidden;}
.info:after {content: '';position: absolute;margin-left: -12px;left: 50%;bottom: 0;width: 22px;height: 12px;background: url('http://i1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')}
.info .link {color: #5085BB;}

.map_table01 {
    width: 100%;
    float: right;
    border-top: 2px solid #2c4e93;
}

.map_table01 caption {display:none;}
.map_table01 th {
	border-left:1px solid #eee;
}

.map_table01 th:first-child {
	border-left:none;
}

.map_table01 thead th {
    text-align: center;
    border-bottom: 1px solid #eee;
	padding:10px 0px;
    background: #f7f7f7;
    font-weight: bold;
}

.map_table01 tbody th {
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.map_table01 tbody th, .map_table01 tbody td {
	border-bottom: 1px solid #eee;
	padding:10px 0px;
}

.map_table01 tbody td {
	padding-left:15px;
	border-left:1px solid #eee;
}

.imgbox01 {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px 0px;
    margin-bottom: 80px;
}

.sub03_02 .imgbox01 {
    margin-bottom: 30px;
}

.imgbox02 {
	width:100%;
	overflow:hidden;
}

.imgbox03 {
	width:1200px;
	margin:0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.imgbox04 {
    text-align: center;
    margin-bottom: 50px;
}

.txtbox01 {
    padding: 30px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    margin-bottom: 80px;
	line-height: 28px;
}

.add_size {
    display: inline-block;
    padding: 1px 20px;
    background: #2c4e93;
    border-radius: 500px;
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
}

.sub02_02 .add_size, .sub03_01 .add_size {
	margin-bottom: 10px;
}

.txtbox02 {
    padding: 30px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    margin-bottom: 80px;
	line-height: 28px;
	text-align:center;
}

.sub03_03 .txtbox02 {
    margin-bottom: 20px;
    border: none;
    background: #fff;
    text-align: left;
    padding: 0px 10px;
}

.imgbox02 li {
    float: left;
    width: 32.333%;
    margin-bottom: 30px;
	text-align: center;
    font-size: 13px;
}

.imgbox02 li span {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 20px;
    padding: 5px 40px;
    color: #2c4e93;
    border: 3px solid #2c4e93;
    font-weight: 500;
}

.imgbox02 li.center {
	margin:0 1.5%;
}

.imgbox02 li img {
    width: 100%;
    border: 1px solid #ddd;
}

.point01 {
    font-size: inherit;
    color: #0072de;
    font-weight: 300;
}

.point02 {
    font-size: inherit;
    color: #000;
    font-weight: 400;
}

.sub05_01 p, .sub05_03 p {
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

.sub0501_inner01 {
    background: #f4f4f4;
    padding: 80px 0px;
    margin-bottom: 80px;
}

.sub0501_inner02 {
    background: #f4f4f4;
    padding: 80px 0px;
    margin-top: 80px;
}


.sub0501_inner01 ul, .sub0501_inner02 ul {
	width:1200px;
	margin:0 auto;
    overflow: hidden;
}

.sub0501_inner01 ul li, .sub0501_inner02 ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.sub0501_inner01 ul li span, .sub0501_inner02 ul li span {
    display: block;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
    font-size: 17px;
}

.sub0501_inner01 ul li span.txt, .sub0501_inner02 ul li span.txt {
    font-size: 14px;
    width: 70%;
    margin: 10px 15%;
    line-height: 20px;
    margin-bottom: 0px;
    color: #666;
    font-weight: 300;
}

.tab1_inner01 {
    width: 100%;
    padding: 60px 0px;
    background: #f4f4f4;
}

.tab1_inner01 p {
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
}

.sub05_03 p {
	margin-bottom:80px;
}

.tab1_inner01 .wrap {
	background:url('../image/sub/sub0502_img01.png') right 60px no-repeat;
	padding: 20px 0px;
}

.tab1_inner02 {
	margin:80px auto;
}

.tab1_inner02 h3, .tab1_inner03 h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 10px;
}

.tab1_inner02 p, .tab1_inner03 p {
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 3px;
	text-align:center;
}

.tab1_inner02 ul, .tab1_inner03 ul {
    overflow: hidden;
    margin-top: 50px;
}

.tab1_inner02 ul li, .tab1_inner03 ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.tab1_inner02 ul li span, .tab1_inner03 ul li span {
    display: block;
    font-size: 18px;
    margin: 20px 0px;
    font-weight: 600;
}

.tab1_inner02 ul li span.txt, .tab1_inner03 ul li span.txt {
    display: block;
    font-size: 15px;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    color: #444;
    line-height: 24px;
	font-weight: 300;
}

.tab1_inner03 {
    padding: 80px 0px;
    background: #f4f4f4;
}

.tab1_inner03 ul li span {
    font-weight: 500;
}

ul.sub0301_list01 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

ul.sub0301_list01 li {
    float: left;
    padding-left: 20px;
	background:url('../image/sub/sub0301_icon01.png') left center no-repeat;
    width: 14.22%;
	position: relative;
}

ul.sub0301_list01 li span {
    background: #abb1bd;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 500px;
    font-size: 11px;
    line-height: 18px;
    margin-left: 10px;
    color: #fff;
}

ul.sub0301_list02 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}

ul.sub0301_list02 li {
    float: left;
    width: 12.444%;
}

ul.sub0301_list03 li {
    float: none;
    width: 100%;
    text-align: left;
    line-height: 32px;
    border-bottom: 1px dashed #ddd;
    margin: 0 10%;
    width: 80%;
    position: relative;
    font-size: 13px;
    padding-left: 5px;
}

ul.sub0301_list03 li:hover {
	background:#eee;
}

ul.sub0301_list02 li h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    background: #2c4e93;
    border-radius: 20px;
    padding: 5px 0px;
    margin: 0 10px;
    margin-bottom: 15px;
}

ul.sub0301_list03 li span {
    background: #abb1bd;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 500px;
    font-size: 11px;
    line-height: 18px;
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 7px;
    color: #fff;
}

/* 게시판 */

.search_box {
    text-align: center;
    display: block;
    width: 100%;
    background: #f4f4f4;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    clear: both;
}

