/* CSS Document */


@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);

.pc_view {
	display: block;
}
.mobile_view {
	display: none;
}

body {
	max-width: 1903px;
	overflow: hidden;
}
body.fixed {overflow-y:hidden}
#wrapper {min-width:1200px; overflow:hidden}
body.scrollfix #container {margin-top:120px}
	body, td, input, textarea, div, th, p, a, address ul {font-family:'Noto Sans Korean','Malgun Gothic', dotum, sans-serif;  margin:0; padding:0; font-size:13px; color:#666; letter-spacing:-0.05em}
	
	
.sub-section {position:relative; padding:0px 0; background-color: rgba(255,255,255,1.00)}
.sub-section.no-padding {padding:0}
.sub-section > .innerContainer {position:relative; width:1200px; margin:auto}
.sub-section > .innerContainer:after {clear:both; display:block; content:''}
.innerContainer {position:relative; width:1200px; margin:auto}
.innerContainer:after {clear:both; display:block; content:''}
.container-bgtype {background-position:center top; background-repeat:no-repeat}

.blue_bg { background-color: #0d59a7 }

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #f2941a;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover{border-color:#f2941a;background:#f2941a;color:#fff}

 .jbTitle {text-align: center;}

	
/*S: menu_list =================================================*/
.menu_list_wrap {
	text-align: center;
	background-color: #ffffff;
	margin: 0 0 0 auto;
	border-top: 1px solid #d2d2d2;
	border-bottom: 4px solid #f2941a; 
  }
  .menu_list_wrap ul {
	width: 65%;
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
  }
  .menu_list_wrap li {
	background: #ffffff;
	padding: 1.2% 1%;
  }
  .menu_list_wrap li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	padding: 0 10px;
	color: #575757;
	font-weight: 500;
	transition: 0.3s;
	z-index: 2;
	font-size: 16px;
  }
  .menu_list_wrap li a::after {
	position: absolute;
	content: "";
	clear: both;
	display: block;
	width: 0;
	height: 14px;
	bottom: 20%;
	left: 0%;
	transition: width 0.1s;
	z-index: -1;
	background-color: #efe6a7;
	opacity: 0.5;
	transform: skewX(-25deg);
  }
  .menu_list_wrap li a:hover, .menu_list_wrap li.on a  {
	color: #333333;
	font-weight: 600;
  }
  .menu_list_wrap li a:hover::after {
	width: 100%;
	transition: width 0.6s;
  }
  .menu_list_wrap.menu_fixed {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
	box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
  }
  .menu_list_wrap.menu_fixed ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 75%;
	max-width: 1560px;
	margin: 0 auto;
	min-width: 1270px;
	border-top: none;
  }
  .menu_list_wrap.menu_fixed li {
	margin: 0;
  }
  .menu_list_wrap.menu_fixed li a {
	padding: 0 10px;
  }
  .menu_list_wrap.menu_fixed li.on a::after {
	width: 100%;
	transition: width 0.6s;
  }


a {color:#000;text-decoration:none}

.content {
	position:relative;
	width:1903px;
	overflow:hidden;
	margin: 0 auto;
}
	.content img {
		width:100%;
	}
/*
	#part01 {
		height:830;
	}
	#part02 {
		height:2615px;
	}
	#part03 {
		height:539px;
	}
	#part04 {
		height:840px;
	}
	#part05 {
		height:1927px;
	}
	#part06 {
		height:938px;
	}
	#part07 {
		height:938px;
	}
*/
	
	
	
	
			
.nav-bar { 
	
	position:fixed;
	top:18%;
	right:0;
	width:100px;
	
	text-align:center;
	background:#fff;
/*	border-top:3px solid #023775;*/
	border-right:0;
/*	border-bottom:3px solid #023775;*/
/*	border-left:2px solid #023775;*/
	border-radius:8px 0 0 8px;
	-o-border-radius:8px 0 0 8px;
	-ms-border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	z-index:999;
	box-shadow: -2px 0px 10px #b5b5b5;
	
	
}
	
	
	.sns-link {
		overflow:hidden;
		margin:0px 0;
		padding: 0;
	}
	
	
	.sns-link li {list-style: none;margin:10px 0;}
	.sns-link li a {display:block;line-height:13.33px;font-size:13.33px;letter-spacing:-1px;color:#000;	}
	.sns-link li a p {margin-top:1px;}
	.btn-rolling {overflow:hidden; padding: 0}
	.btn-rolling li {list-style: none;padding:0px;margin:9.5px 0;}
	.btn-rolling li a {
				display:inline-block;
				width:16px;
				height:16px;
				background:#fff;
				border:3px solid #3192f2;
				border-radius:16px;
				-o-border-radius:16px;
				-ms-border-radius:16px;
				-moz-border-radius:16px;
				-webkit-border-radius:16px;
			}
				.btn-rolling li a:hover {
					background:#3192f2;
				}
				.btn-rolling li a.active {
					background:#3192f2;
				}
	
	
#header-wrap{
	width:100%;
	min-width:1200px;
/*	background-image:url(../images/top_bg.jpg); background-repeat: repeat-x; background-position: left top;*/
	margin-top: 20px;

}	
	.header {
	width:1120px;
	height:120px;
	margin:0 auto;
}
	
.logo-tt {
	text-align:center;
	border-bottom: 1px solid #eeeeee;
    display: flex;
	justify-content: space-around;
	align-items: center;
}

.logo-hh { margin-top:-60px;
}


.logo-h {
	float:left;
	margin:15px 0 16px 0;
}

.gnb {
	overflow:hidden;
	margin:42px auto 24px auto;
}
.gnb li {
	float:left;
	display:inline-block;
	margin-left:20px;
}
.gnb li:first-child {
	margin-left:0;
}
.gnb li a {
	font-size:18px;
	font-weight:500;
	color:#fff;
	letter-spacing:-1px;
	padding-right:30px
}
	
.gnb li a:hover, .gnb li a:focus,  .gnb li a:visited, .gnb li a:active {
	color:#fff; }

.sigan { width: 1200px; margin: 0 auto;}
.sigan .sigan_left { width: 580px; margin-right: 40px; float: left; }
.sigan .sigan_right { width: 580px;height: 539px; margin-bottom: 0px; float : left; }


.foot_link {width: 1280px; margin: 0 auto; height: 212px; background-color: #60584e; }
/*					.foot_link ul {list-style: none; margin-top: 20px;}*/
.foot_link li {display: inline; float: left;width: 24%}
.foot_link li:nth-of-type(1) {margin-left: 20px;}

.map_bg { background-color: #ffc663}


@media (max-width: 768px) {
	.mobile_view {
		display: block;
	}
	.pc_view {
		display: none;
	}
}