@charset "UTF-8";
#header {
	display:flex;
	justify-content:;  /* justify-content:flex-end; 오른쪽 위치 */
	box-sizing:border-box;
	margin-left:;
 max-width:;
 height:;
 background-color:#fff;
	text-align: center;
	padding: 0; /* 메뉴 위치 */
}
a#title {
	display: none;
	font-size:15px;
}
div#wrap {
	position: relative;
}
div#slide_bg {
	display: none;
	position: fixed;
	top: 0;
	left: -100%;
	height:100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5); /* 모바일 배경 */
	z-index: 1;
}
div#slide_menu { /* 모바일 메뉴 펼쳐짐*/
	display: none;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	margin-left: +300px;
	height:100%;
	padding-top: 60px;
	background-color: #fff;
	z-index: 1;
}
ul.nav_main, ul.m_nav, ul.m_nav_sub {
	text-align: center;
	list-style: none;
	padding-left: 0;
}
ul.nav_main>li {
	display: inline-block;
	font-size: 0;
	margin:;
}

.nav_title:nth-child(4) a, .nav_title:nth-child(5) a { border-radius:8px;}

.nav_title a { /* 메인메뉴 */
	display: inline-block;
	font-size:18px;
	font-weight:600;
	color:#111;
	letter-spacing:0; line-height:50px;
	margin: 0;
	width: 120px;
	transition: 0.3s;
	border-radius:8px 8px 0 0;
}
.nav_title a:hover { /* 메인메뉴 오버 상태 지속은 js/nav_main.js 수정 */
 background-color:#;
font-weight:;
	color:#0c3fa5;
}
ul.nav_sub {
	display: none;
	list-style: none;
	padding-bottom: 5px; 
	position: absolute;
	background:#007457;
	border-radius:0 0 8px 8px;
}
.nav_sub a { /* 서브메뉴 */
	display: inline-block;
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:1.7em;
	letter-spacing:0;
	padding: 0;
	margin:0;
    width:;
	transition: 0.3s;
 border-radius:; 
}
.nav_sub a:hover { border-radius:; 
color:#ffde00; background:007457;
}

ul.m_nav_sub {
	display: none;
}
div#content {
 max-width:;
 height:;
 background-color: #;
}
div#burgerbtn { /* 모바일 삼선메뉴*/
	display: none;
	position: absolute;
	top: 40px;
	right: 5%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color:#fff;
}

@media screen and (max-width: 1420px) {
	

.nav_title a { /* 메인메뉴 */
	display: inline-block;
	font-size:16px;
	font-weight:600;
	color:#111;
	letter-spacing:0; line-height:;
	margin: 0;
	width: 100px;
	transition: 0.3s;
	border-radius:8px 8px 0 0;
}	
.nav_sub a { /* 서브메뉴 */
	display: inline-block;
	font-size:14px;
	font-weight:500;
	color:#fff;
	line-height:1.4em;
	letter-spacing:0;
	padding: 5px 0;
	margin:0;
    width:;
	transition: 0.3s;
 border-radius:;
}
}

@media screen and (max-width: 1100px) {
header2 .wrapper { height:; }
header2 .wrapper .tel { display:none; }
header2 .wrapper .gnb ul li:nth-child(1) { display:none; }


}

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

header2 .wrapper { display:flex; justify-content:space-between; flex-wrap:wrap; height:50px; }
header2 .wrapper .gnb { display:none; }
	
ul.nav_main {
	display: none;
}

a#title {
	display: none;
}
header .wrapper .state { display:none; }
header .wrapper .tel { display:none; }

div#burgerbtn { /* 모바일 삼선메뉴*/ 
	display: block;
	position: absolute;
	top:10px;
	right: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color:#fff;
}
div#slide_menu {
	display: block;
	z-index:8;
}
div#slide_bg {
	display: block;
}
a#close_btn { /* 모바일 닫기 버튼 */
	position: absolute;
	top: 45px;
	right: 50px;
	width: 30px;
	height: 30px;
}
.m_nav { margin:30px 30px 0;}

.m_nav_title a {
	display: inline-block;
	width: 100%;
	padding:10px 30px;
	font-size:19px;
	font-weight:600;
	color:#111;
	letter-spacing:0;
	text-align:left;
}
ul.m_nav_sub {
	background-color:#ededed;
	padding:6px 0;
}
ul.m_nav_sub li a {
	font-size:17px;
	font-weight:400;
	padding:5px 40px;
	letter-spacing:0;
	text-align:left; /* 모바일 2차 서브메뉴 */
}
#all_menu {
	display:none;
}
#header_wrap .tel {
	display:none;
}
#header_wrap .state {
	display:none;
}
div#tel {
	border-top:1px solid #dedede;
	margin:15px 60px;
	padding:20px 0;
}
div#tel h3 {
	display:block;
	margin:20px 0 0;
	font-size:1.1em;
	font-weight:600;
    color:#111;
	letter-spacing:;
}
div#tel h2 {
	display:block;
	margin:0;
}
div#tel h2 a {
	display:block;
	margin:10px 0;
	font-size:1.5em;
	color:#1149a5;
	letter-spacing:0;
}
div#tel p {
	display:block;
	margin:5px 0 0;
	line-height:1.5em;
}
}
 @media screen and (max-width: 767px) {
header2 .wrapper { height:60px; }	 
header2 .wrapper .logo img { height:; }
#all_menu {
	display:none;
}
ul.nav_main {
	display: none;
}
a#title {
	display: none;
}
div#burgerbtn { /* 모바일 삼선메뉴*/
	display: block;
	position: absolute;
	padding:0;
	top:15px;
	right: 0;
 width:;
 height:;
	cursor: pointer;
	color:#fff;
}
div#slide_menu {
	display: block;
	z-index:8;
}
div#slide_bg {
	display: block;
}

a#close_btn { /* 모바일 닫기 버튼 */
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
}

.m_nav { margin:20px 10px 0;}
.m_nav_title a {
	display: inline-block;
	width: 100%;
	padding:15px 20px;
	font-size:19px;
	font-weight:600;
	color:#333;
	letter-spacing:0;
	text-align:left;
}
ul.m_nav_sub {
	background-color:#ededed;
	padding:6px 0;
}
ul.m_nav_sub li a {
	display:block;
	font-size:16px;
	font-weight:500;
	padding:10px 25px;
	letter-spacing:0;
	text-align:left; /* 모바일 2차 서브메뉴 */
}
div#tel {
	border-top:1px solid #dedede;
	margin:15px 30px;
	padding:20px 0;
}
div#tel h3 {
	display:block;
	margin:20px 0 0;
	font-size:1.1em;
	font-weight:600;
    color:#111;
	letter-spacing:;
}
div#tel h2 {
	display:block;
	margin:0;
}
div#tel h2 a {
	display:block;
	margin:10px 0;
	font-size:1.2em;
	color:#1149a5;
	letter-spacing:0;
}
div#tel p {
	display:block;
	margin:5px 0 0;
	line-height:1.5em;
}
}
