@charset "utf-8"; 
/* CSS Document */

/*****************************************************
	Common
*****************************************************/
ul:after, ol:after {
		content: '';
		display: block;
		clear: both;
}
html, body {
		/* height: 100vh; */
		min-height: 100vh;
		background: #fff;
}
/* animation */
@keyframes icon_ani {
	0% {transform:translateY(0%);-webkit-transform:translateY(0%);}
	20% {transform:translateY(-15%);-webkit-transform:translateY(-15%);}
	40% {transform:translateY(15%);-webkit-transform:translateY(15%);}
	60% {transform:translateY(-5%);-webkit-transform:translateY(-5%);}
	80% {transform:translateY(5%);-webkit-transform:translateY(5%);}
	100% {transform:translateY(0%);-webkit-transform:translateY(0%);}
}

.auto-scroll {
    overflow: hidden;
    overflow-y: auto;
}
.layout {
	display: flex;
	align-items: center;
}
.layout.between {
		justify-content: space-between;
}
.layout.half .ly-item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
/*****************************************************
	Include
*****************************************************/
.top-banner {
		background-color: #4e4e4e;
		padding: 1.6rem 0 0.7rem;
		text-align: right;
		min-height: 130px;
		-webkit-transition: 0.5s ease-out;
		transition: 0.5s ease-out;
}
.top-banner .top-banner-inner {
		position: relative;
}
.top-banner .top-banner-inner .rollimg {
		width: 80%;
		margin: 0 auto;
		padding: 0;
}
.top-banner .top-banner-inner .item a img {
		max-width: 100%;
}
.top-banner .top-banner-inner .bannerButtons {
		top: 20px;
}
.top-banner .top-banner-inner .bannerButtons span {
		display: inline-block;
		margin-bottom: 14px;
		vertical-align: middle;
		font-weight: 600;
}
.top-banner .top-banner-inner .owl-nav {
		display: none;
}
.top-banner .top-banner-inner .carousel-btn {
		position: relative;
}
.top-banner .top-banner-inner .carousel-btn > a {
		position: absolute;
		color: #fff;
		top: 50%;
		margin-top: 10px;
		z-index: 9;
}
.top-banner .top-banner-inner .carousel-btn > a .material-icons {
		font-size: 3rem;
}
.top-banner .top-banner-inner .carousel-btn > a.prev {
		left: 0;
}
.top-banner .top-banner-inner .carousel-btn > a.next {
		right: 0;
}
.top-banner .top-banner-inner .owl-carousel.owl-drag .owl-item .item {
		padding: 0 1.5rem;
}
.top-banner .close-btns {
		color: #c9d2e0;
		font-size: 13px;
}
.top-banner .close-btns input {
		border-radius: 0;
		background-color: #fff;
}
.top-banner .close-btns label {
		margin: 0;
}

/* Header */
#header.active {
	background:rgba(6,116,137,0.9);
}
#header .gnb {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 0;
}
#header .gnb > ul {
		display: table;
		width: 100%;
		margin: 0;
		padding: 0.7143rem 1.125rem;
		background: #063771;
		border-top: rgba(255, 255, 255, 0.1) solid 1px;
		border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}
#header .gnb > ul > li {
		position: relative;
		display: table-cell;
		margin: 0;
		padding: 0.625rem;
		font-weight: 600;
		font-size: 0.875rem;
		transition: 0.3s;
		cursor: pointer;
}
#header .gnb > ul > li:first-child:after {
	 content: "";
	 display: block;
	 position: absolute;
	 right:0;
	 top:50%;
	 margin-top: -5px;
	 width: 1px;
	 height: 11px;
	 background: rgba(255, 255, 255, 0.3);
}
#header .gnb > ul > li a {
	color: #fff;
	font-size:0.875rem;
}
#header .gnb > ul > li > a:hover, #header .gnb > ul > li > a:focus {
		color: #ffbe1a;
		text-decoration: underline;
}
#header .gnb .header-util > ul > li .top-banner-btn {
		color: #fff;
		background-color: #4e4e4e;
}
#header .gnb .header-util > ul > li .top-banner-btn:before {
		background: none;
}
#header .gnb .header-util > ul > li .top-banner-btn:hover, 
#header .gnb .header-util > ul > li .top-banner-btn:focus {
		color: #fff;
}
#header .gnb .header-util > ul > li .top-banner-btn .material-icons {
		display: none;
}
#header .gnb .header-util > ul.sitelink > li > a {
		color: #fff;
}
#header .gnb .header-util > ul.sitelink > li > a:before {
		display: none;
}
#header .gnb .header-util > ul.sitelink > li:first-child {
		background: #0f4e8c;
}
#header .gnb .header-util > ul.sitelink > li:nth-child(2) {
		background: #f48500;
}
#header .gnb .header-util > ul.sitelink > li:nth-child(3) {
		background: #bf0606;
}
#header .gnb .header-util > ul.sitelink > li:nth-child(4) {
		background: #333;
}

#header .navbar > .container {
		position: relative;
		padding: 0;
		max-width: none;
}
#header .navbar .header-bg {
		display: none;
}
#header .navbar .navbar-brand {
		margin: 0;
		padding: 0;
		display: none;
    text-align: center;
}
#header .navbar .navbar-brand span {
	display: block;
	font-size:1.250rem;
	color:#fff;
	margin: 10px 0 0;
	font-weight: 600;
}
#header #top-menu .navbar-nav {
		float: none;
		margin: 0;
}
#header #top-menu .navbar-nav > li .depth2 {
		display: none;
}
#header #top-menu .navbar-nav > li.active .depth2 {
		display: block;
		background-color: #045a6b;
}
#header #top-menu .navbar-nav > li.active .depth2 {
		padding: 0;
}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner {}
#header #top-menu .navbar-nav > li .depth2 > ul > li {}
#header #top-menu .navbar-nav > li .depth2 > ul > li > a {
		display: block;
		padding: 0.75rem 1.2rem 0.75rem 2rem;
		color: #fff;
		background: url(/common/images/bullet05.png) no-repeat 1.2rem;
		font-size: 0.9375rem;
}
#header #top-menu .navbar-nav > li .depth2 > ul > li > a span,
#header #top-menu .navbar-nav > li .depth2 > ul > li.active > a span {
	position: relative;
	padding:0 0 5px;
	display: inline;
}
#header #top-menu .navbar-nav > li .depth2 > ul > li > a span:before,
#header #top-menu .navbar-nav > li .depth2 > ul > li.active > a span:before {
	content: "";
	display: none;
	position: absolute;
	right:-5px;
	top:-5px;
	width:5px;
	height: 5px;
	border-radius: 50%;
	background: #ffbe1a;
}
#header #top-menu .navbar-nav > li .depth2 > ul > li > a span:hover, 
#header #top-menu .navbar-nav > li .depth2 > ul > li > a span:focus {
		color: #ffbe1a;
		border-bottom: 1px solid #ffbe1a;
}
#header #top-menu .navbar-nav > li .depth2 > ul > li > a span:hover:before, 
#header #top-menu .navbar-nav > li .depth2 > ul > li > a span:focus:before {
		display: block;
}
#header #top-menu .navbar-nav > li .depth2 > ul > li.active > a {
	background: #fff;
}
#header #top-menu .navbar-nav > li .depth2 > ul > li.active > a span {
		color: #ffbe1a;
		font-weight: 600;
		border-bottom: 1px solid #ffbe1a;
}
#header #top-menu .navbar-nav > li .depth2 > ul > li .depth3 {
		display: none;
}
#header #top-menu .navbar-nav > li .depth2 .depth3 > li {
		position: relative;
}
#header #top-menu .navbar-nav > li .depth2 .depth3 > li > a {
		display: block;
		padding: 0.3rem 1rem;
		color: #666;
		font-size: 0.8125rem;
}
#header #top-menu .navbar-nav > li .depth2 .depth3 > li a:after {
		content: "\e5cc";
		position: absolute;
		top: 4px;
		right: 0;
		font-family: "Material Icons";
		color: #98a2bf;
}
#header #top-menu .navbar-nav > li .depth2 .depth3 > li a:hover:after, 
#header #top-menu .navbar-nav > li .depth2 .depth3 > li a:focus:after {
		color: #333;
}
#header #top-menu .navbar-nav > li .depth2 .depth3 > li > a:hover, 
#header #top-menu .navbar-nav > li .depth2 .depth3 > li > a:focus {
		color: #333;
		text-decoration: underline;
}
#header .nav-bg-fostrap {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 0 0.7143rem;
		position: absolute;
		top: 0;
		right: 0px;
		vertical-align: middle;
}
#header .nav-bg-fostrap .navbar-fostrap {
		display: inline-block;
		vertical-align: middle;
		height: 45px;
		cursor: pointer;
		margin: 0;
		position: absolute;
		top: 15px;
		left: 15px;
		padding: 12px;
		background-color: #fff;
		border: #ccc solid 1px;
		transition: 0.3s;
}
#header .nav-bg-fostrap .navbar-fostrap:hover, 
#header .nav-bg-fostrap .navbar-fostrap:focus {
		border: #0366cf solid 1px;
}
#header .nav-bg-fostrap .navbar-fostrap span {
		height: 3px;
		background: #ccc;
		display: block;
		width: 23px;
}
#header .nav-bg-fostrap .navbar-fostrap:hover span, 
#header .nav-bg-fostrap .navbar-fostrap:focus span {
		background: #0366cf;
}
#header .nav-bg-fostrap .navbar-fostrap span:nth-child(2) {
		margin: 6px 0;
}
#header #top-menu {
		position: fixed;
		background: #0796b2;;
		text-align: center;
		width: 310px;
		height: 100%;
		display: block;
		float: none;
		right: -310px;
		top: 0;
		-webkit-transition: right 0.25s ease;
		-moz-transition: right 0.25s ease;
		-ms-transition: right 0.25s ease;
		-o-transition: right 0.25s ease;
		transition: right 0.25s ease;
		margin: 0;
		border: 0;
		border-left: #ccc solid 1px;
		border-radius: 0;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 13;
}
#header #top-menu.visible {
		right: 0px;
}
#header #top-menu .navbar-title {
		position: relative;
		padding: 1.2rem 1.125rem;
		background: #045a6b;
}
#header #top-menu .navbar-title > h3 {
		margin: 0;
		color: rgba(255, 255, 255, 0.45);
		font-size: 0.9rem;
}
#header #top-menu .navbar-title .navbar-close {
		position: absolute;
		top: 0.9rem;
		right: 1.125rem;
		display: inline-block;
		color: #fff;
}
#header #top-menu .navbar-nav > li {
		text-align: left;
		display: block;
		border-bottom: rgba(255, 255, 255, 0.11) solid 1px;
}
#header #top-menu .navbar-nav > li > a {
		display: block;
		color: #fff;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: -.05rem;
		padding: 1.4rem 1.125rem;
}
#header #top-menu .navbar-nav > li a:hover, 
#header #top-menu .navbar-nav > li a:focus {
		color: #ffbe1a;
		text-decoration: underline;
}
#header #top-menu .navbar-nav > li.active > a {
		color: #fff;
		background: #ffbe1a;
		color:#222;
}
#header #top-menu .navbar-nav > li > a > i {
		display: inline;
    right: 20px;
    position: absolute;
}
#header #top-menu .navbar-nav > li > a #header #top-menu .navbar-nav > li > .sub-wrap {
		position: relative;
		top: 0;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist {
		margin: 0;
		padding: 0;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		float: none;
		text-align: left;
		border-top: 1px solid #dcdee1;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li a {
		display: block;
		background: #fff;
		padding: 13px 25px;
		color: #777;
		font-size: 1.1em;
		font-weight: 100;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li:hover a {
		background: #e8f2fc;
		color: #0c53b4;
		text-decoration: none;
}
.cover-bg {
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 12;
}
/* Footer */
#footer {
		background-color: #fff;
		border-top: 1px solid #ccc;
		padding: 15px 0 0;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	background: #fff;
	border: 1px solid #ccc;
	color: #777;
	padding: 0.625rem;
}
#footer .footer-menu ul li {
	position: relative;
	padding: 0 15px;
	width: 50%;
  display: inline;
}
#footer .footer-menu ul li:first-child {
	padding-left: 0;
}
#footer .footer-menu ul li:first-child a {
	color: #ef7e0f;
}
#footer .footer-menu ul li:first-child:after {
	content:"";
	display: block;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -5px;
	width: 1px;
	height: 10px;
	background-color: #ccc;
}
#footer address > div {
	display: inline;
}
#footer .copyright {
		position: relative;
		padding-top: 1rem;
		padding-bottom: 1rem;
		text-align: center;
		color: #777;
}
#footer .copyright .btn-top {
		display: none;
		position: relative;
		margin-bottom: 4px;
		padding: 4px 8px;
		background: #165693;
		color: #fff;
		font-size: 0.8rem;
		transition: 0.3s;
}
#footer .copyright .btn-top:hover, 
#footer .copyright .btn-top:focus {
		background: #126bbf;
}
#footer .copyright .btn-top:before {
		content: '\e316';
		font-family: 'material-Icons';
		color: #fff;
		font-size: 1.4rem;
		line-height: 1rem;
		vertical-align: middle;
}
#footer .copyright .footer-sns {
		display: none;
}
#footer .copyright .site-menu {
		display: none;
}
#footer .copyright address {
		font-size: 0.8rem;
		margin-bottom: 0.4rem;
		color: #adb1ba;
}
#footer .copyright address > span {
		display: inline-block;
		margin: 0 10px;
}
#footer .copyright small {
		color: #9e9e9e;
}
@media (min-width: 480px) {
		#header .gnb .header-util > ul > li .top-banner-btn {
				padding-right: 1.9rem;
		}
		#header .gnb .header-util > ul > li .top-banner-btn .material-icons {
				position: absolute;
				top: 0.6rem;
				right: 0.5rem;
				font-size: 1rem;
		}
		#header .gnb .header-util > ul > li .top-banner-btn .off, 
		#header .gnb .header-util > ul > li .top-banner-btn.active .on {
				display: none;
		}
		#header .gnb .header-util > ul > li .top-banner-btn .on, 
		#header .gnb .header-util > ul > li .top-banner-btn.active .off {
				display: block;
		}
		#header .gnb .header-util > ul > li #google_translate_element {
				padding-left: 1.125rem;
				margin-left: 0.8rem;
		}
		#header .header-util > ul > li #google_translate_element .goog-te-gadget-simple:after {
				content: '';
				position: absolute;
				top: 8px;
				left: 0;
				display: inline-block;
				background: url('../images/google-translate.png') no-repeat center center;
				width: 17px;
				height: 17px;
		}
}
@media (min-width: 992px) {
		.top-banner .top-banner-inner .owl-carousel.owl-drag .owl-item:after {
				position: absolute;
				content: '';
				width: 1px;
				height: 75px;
				top: 0;
				left: 0;
				/*background: url('../images/top-banner-line.gif') repeat-y left 5px;*/
				display: none;
		}
		.top-banner .top-banner-inner .owl-carousel.owl-drag .owl-item:first-child:after {
				display: none;
		}
		#header .gnb {
				top: 10px;
				right: 0;
				width: auto;
				z-index: 1;
		}
		#header .gnb > ul {
				display: block;
				width: auto;
				background: none;
				border: none;
				padding: 0 1.125rem;
				background: rgba(0, 0, 0, 0.4);
				border-radius: 20px;
				margin: 3.125rem 0 1.875rem;
		}
		#header .gnb > ul > li {
			  position: relative;
				display: inline-block;
				color: #fff;
		}
		#header .gnb > ul > li.user > span, 
		#header .gnb > ul > li.login > a > i {
				color: #0366cf;
		}
		
		#header .navbar > .container {
				margin: 0;
				/* max-width: 1615px !important; */
		}
		#header .navbar .navbar-brand {
				width: 100%;
		}
		
		#header .navbar .header-bg.over {
				display: block;
				position: absolute;
				top: 70px;
				left: 0;
				width: 100%;
				height: 50px;
				background: rgba(255, 255, 255, 0.98);
				background: #fff;
				border-top: #dcdcdc solid 1px;
				border-bottom: #0068b7 solid 1px;
				z-index: 11;
				-webkit-transition: left 0.25s ease;
				-moz-transition: left 0.25s ease;
				-ms-transition: left 0.25s ease;
				-o-transition: left 0.25s ease;
				transition: left 0.25s ease;
		}
		#header #top-menu .navbar-nav > li {
				display:block;
				width: auto;
				border: none;
		}
		#header #top-menu .navbar-nav > li:first-child {
				border: none
		}		
		#header #top-menu .navbar-nav > li.active > a, 
		#header #top-menu .navbar-nav > li a:hover, 
		#header #top-menu .navbar-nav > li a:focus {
				position: relative;
				color: #222;
				font-weight: 600;
				text-decoration: none;
				background:#ffbe1a;
		}
		#header #top-menu .navbar-nav > li:hover .depth2, 
		#header #top-menu .navbar-nav > li:focus .depth2 {
				display: block;
		}
		#header #top-menu .navbar-nav > li.active .depth2 .container {
				padding: 0 15px;
		}
		#header #top-menu .navbar-nav > li .depth2 > ul > li {
				display: block;
				border-top: none;
		}
		#header #top-menu .navbar-nav > li .depth2 > ul > li > a, 
		#header #top-menu .navbar-nav > li .depth2 > ul > li.active > a {
				position: relative;
				color: #fff;
				font-weight: 400;
				padding: 0.9rem 1rem;
				transition: 0.3s;
		}
		#footer .footer-menu {
				display: block;
				padding: 15px 0;
				font-size: 0.9rem;
				margin: 0 0 1.250rem;
		}
		#footer .footer-menu ul {
				margin: 0;
		}
		#footer .footer-menu ul > li {
				float: left;
				list-style: none;
				background: url(/common/images/bullet05.png) no-repeat 8px 26px;
				width: auto;
		}
		.footer-layout-right {
			float: right;
		}
		#footer .footer-menu ul > li > a {
				display: inline-block;
				color: #333;
				font-size: 1rem;
				letter-spacing: -.05rem;
				font-weight: 600;
		}
		#footer .footer-menu ul > li.privacy {
				padding-left: 0;
				background: none;
		}
		#footer .footer-menu ul > li.privacy a {
				color: #fff;
		}
		#footer .footer-menu ul > li > a:hover, #footer .footer-menu ul > li > a:focus {
				text-decoration: underline;
				transition: 0.5s;
		}
		#footer .copyright .site-menu {
				position: absolute;
				top: 33px;
				right: 115px;
				display: block;
		}
		#footer .copyright .site-menu button {
				background-color: #252f42;
				color: #b5bac1;
				padding: 0.4rem 0.8rem;
		}
		#footer .copyright .site-menu button:hover, #footer .copyright .site-menu button:focus {
				text-decoration: underline;
				color: #fff;
		}
		#footer .copyright .site-menu button .material-icons {
				margin-left: 0.9rem;
		}
		#footer .copyright {
				text-align: left;
				padding-top: 1.125rem;
				padding-bottom: 1.125rem;
		}
		#footer .copyright address {
				color: #fff;
				margin: 0;
		}
		#footer .copyright address > span {
				margin: 0 25px 0 0;
		}
		#footer .copyright .btn-top {
				position: absolute;
				top: 10px;
				right: 0;
				padding: 14px 16px;
				font-size: 1rem;
		}
		#footer .copyright .btn-top:before {
				display: block;
				text-align: center
		}
}
@media (min-width: 1100px) {
		#header #top-menu .navbar-nav > li > a {
			padding: 1rem 1.5rem;
			font-size: 1rem;
		}
}
@media (min-width: 1200px) {	
	#header #top-menu .navbar-title {
		display: none;
}
	#header #top-menu .navbar-nav {
		display: block;
		margin: 0 auto;
}
	#header .navbar .navbar-brand {
		display: block;
	}
	#header .navbar {
		height: 100%;
	}
	#header .nav-bg-fostrap {
		display: none;
	}
	#header .navbar {
		width: 250px;
		background: #0796b2;
		padding: 0;
		box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
	}
	#header .navbar .header-bg.over {
			top: 75px;
	}
	#header #top-menu {
		position: static;
		width: 100%;
		background-color: transparent;
		border-left: none;
		right: inherit;
	}
	#header #top-menu .navbar-nav {
		margin-top: 0;
	}
	#header #top-menu .navbar-nav > li > a {
		padding: 1rem 1.8rem;
	}
	#header .gnb {
			top: 24px;
	}
	#header #top-menu .navbar-nav > li > a {
			display: block;
			text-align: center;
			color: #2c3137;
			padding: 3.2rem 1rem 1.125rem;
			transition: 0.5s;
	}
	#header #top-menu .navbar-nav > li > a {
			padding: 1.875rem 1rem;
			font-size: 1rem;
	}
	#header #top-menu .navbar-nav > li > a {
			display: block;
			text-align: left;
			color: #fff;
			padding: 1.250rem;
			transition: 0.5s;
			font-size: 1.250rem;
	}
		#footer .footer-menu {
				padding: 0;
		}
		#footer .footer-menu ul > li:first-child > a {
				padding-left: 0;
		}
		#header #top-menu .navbar-nav > li .depth2, 
		#header #top-menu .navbar-nav > li.active .depth2 {
				position: fixed;
				top: 0;
				left: 250px;
				width: 250px;
				height: 100%;
				display: none;
				text-align: left;
				padding: 400px 0 0;
				background: rgba(6, 116, 137, 0.85);
				z-index: 20;
		}
		#header #top-menu .navbar-nav > li .depth2 > ul > li > a, 
		#header #top-menu .navbar-nav > li .depth2 > ul > li.active > a {
				background-color: transparent;
		}
}


/*****************************************************
	Main
*****************************************************/

.main-container {
		position: relative;
		font-size: 0.8125rem;
		padding: 0;
}
.main-container.container {
		max-width: none;
}
.main-container .content-wrap {
	background: #f5f6f8;
}
.main-container #content {
		min-height: 680px;
		box-sizing: border-box;
    overflow: hidden;
		padding: 0;
}
/***** Main Visual *****/
#main-visual {
	position: relative;
}
.mv-box {
	position: relative;
	height: 280px;
}
.mv-carousel .item {
	height: 280px;
}
.mv-carousel .item-img {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mv-box .owl-nav {
	display: block !important;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.mv-box .owl-dots-wrapper {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.mv-carousel button {
	width:40px;
	height:40px;
	display: inline-block;
}
.mv-carousel .owl-dots {
	display: none;
}
.mv-carousel .owl-nav button.owl-prev,
.mv-carousel .owl-nav button.owl-next,
.mv-carousel button.play-pause-btn {
	position: relative;
	background: rgba(0,0,0,0.5);
	border: none;
	border-radius: 50%;
	color: #fff;
}
.mv-carousel .owl-nav button.owl-prev span,
.mv-carousel .owl-nav button.owl-next span {
	display: none;
}
.mv-carousel .owl-nav button.owl-prev {
  margin-right:25px;
}
.mv-carousel .owl-nav button.owl-next {
	margin-left:25px;
}
.mv-carousel .owl-nav button.owl-prev:before, 
.mv-carousel .owl-nav button.owl-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "material-Icons";
	font-size: 35px;
	color: hsl(0, 0%, 100%);
}
.mv-carousel .owl-nav button.owl-prev:before {
	content: "\e5cb";
}
.mv-carousel .owl-nav button.owl-next:before {
	content: "\e5cc";
}
.mv-carousel-box {
	position: relative;
}
.mv-carousel-box .btn-wrapper {
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	width: 135px;
	height: 40px;
	z-index: 5;
}
.mv-carousel-box .prev-btn,
.mv-carousel-box .next-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border: none;
	border-radius: 50%;
	color: #fff;
}

@media (min-width: 400px) {
	.mv-tagline {
		font-size: 14px;
	}
}
@media (min-width: 500px) {
	.mv-title {
		font-size: 20px;
	}
	.mv-tagline span {
		display: block;
	}
}
@media (min-width: 576px) {
	.mv-box,
	.mv-carousel .item {
		height: 340px;
	}
	.mv-box .owl-nav {
		bottom: 50px;
	}
	.mv-box .owl-dots-wrapper {
		bottom: 50px;
	}
}
@media (min-width: 768px) {
	.mv-box,
	.mv-carousel .item {
		height: 440px;
	}
	.mv-tagline {
		font-size: 15px;
	}
	.mv-title {
		font-size: 25px;
	}
	.mv-box .owl-nav {
		bottom: 90px;
	}
	.mv-box .owl-dots-wrapper {
		bottom: 90px;
	}
}
@media (min-width: 992px) {
	.mv-box,
	.mv-carousel .item {
		position: relative;
		height: 640px;
	}
	.mv-text-box {
		top: 140px;
		left: 0;
		z-index: auto;
		align-items: flex-start;
		height: auto;
		padding: 25px;
		background-color: transparent;
	}
	.mv-title-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
	}
	.mv-title-box::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -130px;
		transform: translateY(-50%);
		z-index: 1;
		display: block;
		width: 569px;
		height: 424px;
		background: transparent url(/template/t001001/images/main-mv-text-bg.png) no-repeat center;
		display: none;
	}
	.mv-title,
	.mv-tagline {
		position: relative;
		z-index: 1;
	}
	.mv-title {
		margin-bottom: 5px;
		font-size: 35px;
	}
	.mv-tagline {
		font-size: 16px;
	}
	.mv-text {		
		display: block;
	}
	.mv-box .owl-nav {
		bottom: 120px;
	}
	.mv-box .owl-dots-wrapper {
		bottom: 120px;
	}
}
@media (min-width: 1200px) {
	#main-visual {
		position: relative;
		max-width: 1350px;
		margin-left: 250px;
	}
	.mv-title {
		font-size: 40px;
	}
	.mv-tagline {
		font-size: 18px;
	}
}

.main-container #content:after {}
.main-container .btn-container, .main-container .copy {
		position: absolute;
		left: 50%;
		margin-left: -50%;
		bottom: 15px;
		padding: 0;
		zoom: 1;
		width: 100%;
		height: 30px;
		text-align: center;
		z-index: 1;
}
.main-container .copy {
		bottom: auto;
		top: 20%;
		color: #fff;
		font-size: 32px;
		transition: 0.5s;
}
.main-container .btn-container .btn-inner {
		width: auto;
		height: 30px;
		background: rgba(0, 0, 0, 0.6);
		display: inline-block;
		padding: 0 13px;
		border-radius: 15px;
}
.main-container .btn-container .btn-inner .carousel-indicators {
		float: none;
		position: relative;
		left: 0;
		bottom: 0;
		top: 3px;
		display: inline-block;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: left;
		white-space: nowrap;
		zoom: 1;
}
.main-container .btn-container .btn-inner .carousel-indicators > a {
		display: inline-block;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		border: 2px solid #fff;
		margin: 1px;
}
.main-container .btn-container .btn-container .btn-inner .carousel-indicators > a.active {}
.main-container .btn-container .btn-inner .carousel-btn {
		display: inline-block;
		zoom: 1;
		text-align: left;
}
.main-container .btn-container .btn-inner .carousel-btn button {
		background: none;
		vertical-align: middle;
		line-height: 0.6;
		height: 30px;
		border: none;
		padding: 0;
		color: #fff;
}

/* main-container */
.main-container .top-search {
		padding: 1.6rem;
		background: rgba(0, 76, 150, 0.9);
}
.main-container .top-search .input-group {
		max-width: 680px;
		margin: 0 auto;
}
.main-container .top-search .form-control {
		height: 41px;
}
.main-container .top-search .btn-warning {
		background: #f48500;
		border: #f48500;
		color: #fff;
}
.main-container .top-search .btn-warning:hover, .main-container .top-search .btn-warning:focus {
		background: #f4b400;

		border: #f4b400;
}
.main-container .company-list {
		position: relative;
}
.main-container .company-list ul {
		overflow: hidden;
		text-align: center;
		height: 261px;
}
.main-container .company-list li {
		margin: 0;
		padding: 0;
}
.main-container .company-list li a {
		display: block;
		margin: 0 auto 1rem;
		max-width: 282px;
}
.main-container .company-list li a .card {
		margin: 0 1rem;
		border: none;
		box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.main-container .company-list li a:hover .card, .main-container .company-list li a:focus .card {
		background: #fafafa;
}
.main-container .company-list li a .card .card-body .card-title {
		color: #0f4e8b;
		font-size: 0.9rem;
}
.main-container .company-list li a .card .card-body .card-text {
		height: 40px;
		overflow: hidden;
}
.main-container .company-list .slide-btn {
		text-align: center;
}
.main-container .company-list .slide-btn button {
		background: none;
		border: none;
}
.main-container .company-list .slide-btn button:hover, .main-container .company-list .slide-btn button:focus {
		background: rgba(255, 255, 255, 0.9);
		cursor: pointer
}
.main-container .company-list .slide-btn .material-icons {
		font-size: 3rem;
		font-weight: 800;
		color: rgba(18, 81, 154, 0.5)
}

/* btn-main */
.btn-main {
    background: #5b9ce1;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 3px;
    margin: 0;
}
.btn-main:hover, .btn-main:focus {
    color: #fff;
    background: #296eb8;
}

/* main-board */

.main-board {
    padding: 15px;
    margin-bottom: 0;
}

.tab-content > .tab-pane {
	padding: 0.938rem;
}
.board-list li:first-child {
	border-bottom: 2px dotted #ccc;
	padding-bottom: 1.563rem;
	margin-bottom: 1.563rem;
}
.board-tab-box {
	position: relative;
}
.board-tab-box .more-link {
	position:relative;
	display: block;
	width: 100%;
	height: 30px;
	transition: 0.3s;
	background: rgba(0, 0, 0, 0.4);
}
.board-tab-box .more-link::before,
.board-tab-box .more-link::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	background-color: #fff;
}
.board-tab-box .more-link::before {
	width: 14px;
	height: 2px;
}
.board-tab-box .more-link::after {
	width: 2px;
	height: 14px;
}
.board-tab-box .more-link:hover,
.board-tab-box .more-link:focus {
	background: rgba(0, 0, 0, 0.8);
}
.main-board > li {margin: 0.5rem 0;}
.main-board > li a {
    position: relative;
    display: block;
    padding: 0;
}

.sec-board .date-box {
	display: none;
	width: 100px;
	height: 100px;
	border: 2px solid #efefef;
	text-align: center;
	margin:0 30px 0 0;
	padding: 20px;
	letter-spacing: -.05rem;
	box-sizing: border-box;
}
.sec-board .date-box .date-day {
	font-size: 30px;
	color: #353535;
	font-weight: 600;
}
.sec-board .date-box .date-year-month {
	font-size:17px;
	color:#777;
}
.nav-tabs .nav-link {
	padding: 15px 10px;
	position: relative;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #fff;
	font-size: 1.063rem;
	letter-spacing: -.05rem;
}
.main-board > li a:hover .subject, 
.main-board > li a:focus .subject {
    color: #000;
    font-weight: 600;
}
.sec-board .board-list > li a .board-date{
    position: absolute;
    right: 0;
    top: 0;
    color: #888;
    font-size: 0.85rem;
		display: none;
}
.sec-board .board-list > li a:hover .board-date, 
.sec-board .board-list > li a:focus .board-date {
    color: #555;
}
.sec-board .board-title,
.sec-board .board-contents {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec-board .board-list > li {
	position: relative;
	padding-left: 10px;
}
.sec-board .board-list > li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;	
	width: 4px;
	height: 4px;
	border-radius: 50%;;
	background-color: #1b3b86;
}
.sec-board .ly-item .board-title {
	color:#222;
	font-size:1.125rem;
	font-weight: 600;
	display: inline;
  padding-right: 27px;
}
.sec-board .ly-item .board-txt {
	color:#555;
	font-size:16px;
	margin-top: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	height:56px;
	line-height: 1.2;
	word-wrap:break-word;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.sec-board .board-list > li:first-child:after {
	display: none;
}
.sec-board .board-list > li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec-board .board-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px 0;
}
.sec-board .board-title {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	font-size: 1rem;
	color: #555;
	font-weight: 600;
  letter-spacing: -.025rem;
}
.sec-board .board-list > li.new .board-title::after {
	content: "N";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 1px;
	line-height: 20px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 600;
	background-color: #eeac22;
	color: white;
	text-align: center;
}
.sec-board .board-contents {
	font-size: 16px;
	color: rgba(50, 51, 51, 0.7);
}
/*quick-link*/
.link-menu-wr {
	position:relative;
	margin:20px 0 0;
}
.link-menu-wr ul {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.link-menu-wr ul li {
	position: relative;
	border-bottom:1px dotted #ccc;
	margin:10px 0;
	text-align: center;
}
.link-menu-wr ul li:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
}
.link-menu-wr ul li:last-child {
	border-bottom:none;
}
.link-menu-wr ul li span {
	display:inline-block;
}
.link-menu-wr ul li .title {
	color:#333;
	font-size:16px;
	font-weight: 600;
}

/*갤러리*/
.sec {
	position: relative;
	padding:1.250rem;
	height: 340px;
	z-index: 2;
}
.sec .sec-title-1 {
	color:#fff;
	font-size:1.563rem;
	letter-spacing: -.05rem;
}
.sec-gallery {
	background: #eeac22 url(/site/resource/images/board_bg.png);
}
.sec-gallery .sec-header,
.sec-pr .sec-header  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.sec-gallery .sec-header .link-more {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(/site/resource/images/gallery-more.png) no-repeat center;
	text-indent: -5000em;
	transition: 0.5s;
}
.sec-gallery .sec-header .link-more:hover,
.sec-gallery .sec-header .link-more:focus {
	background: url(/site/resource/images/gallery-more-hover.png) no-repeat center;
}
.sec-gallery .gallery-box .gallery:first-child {
	border-bottom: 1px solid rgba(124, 75, 3, 0.3);
	margin-top:0;
}
.sec-gallery .gallery-box .gallery {
	position: relative;
	padding:10px 0 10px 170px;
	min-height: 115px;
	box-sizing: border-box;
	margin:20px 0;
}
.sec-gallery .gallery-box .gallery a {
	display:block;
}
.sec-gallery .gallery-box .gallery a .gallery-img {
	position: absolute;
	top:0;
	left:0;
	width:150px;
}
.sec-gallery .gallery-box .gallery a .gallery-img img {
	max-width:100%;
}
.sec-gallery .gallery-box .gallery a .gallery-txt .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:17px;
	font-weight: 600;
	color:#503610;
}
.sec-gallery .gallery-box .gallery a .gallery-txt {
	letter-spacing: -.05rem;
}
.sec-gallery .gallery-box .gallery a .gallery-txt .txt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:15px;
	color:#7c4b03;
}
.sec-gallery .gallery-box .gallery a .gallery-txt .gallery-date {
	position: relative;
	font-size:13px;
	color:#7c4b03;
	padding-left:20px;
}
.sec-gallery .gallery-box .gallery a .gallery-txt .gallery-date:after {
	content:"";
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:15px;
	height:15px;
	background:url(/site/resource/images/gallery-date-icon.png);
}
/*유투브*/
.sec-pr {
	background:#139db8 url(/site/resource/images/board_bg.png);
}
.sec-pr .sec-header .link-more {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(/site/resource/images/pr-more.png) no-repeat center;
	text-indent: -5000em;
	transition: 0.5s;
}
.sec-pr .sec-header .link-more:hover,
.sec-pr .sec-header .link-more:focus {
	background: url(/site/resource/images/pr-more-hover.png) no-repeat center;
}
.sec-pr .sec-body {
	width:100%;
	max-width:390px;
	box-sizing:border-box;
	margin:0 auto
}
.sec-pr .pr-video {
	position:relative;
	width:100%;
	height:auto;
	padding-top:50%
}
.sec-pr .pr-video iframe {
	z-index:1;
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%
}
@media (min-width: 399px) {
	.board-tab-box .more-link {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 50px;
		height: 50px;
		transition: 0.3s;
		background: rgba(0, 0, 0, 0.4);
	}
}
@media (min-width: 576px) {
	.tab-content > .tab-pane {
		padding: 1.250rem 1.875rem;
	}
	.nav-tabs .nav-link {
		padding: 15px 20px;
	}
	.sec-board .date-box {
		display: block;
	}
	.sec-board .board-list > li a .board-date {
		display: block;
}
.sec-board .board-title {
	width: 80%;
}
	.link-menu-wr ul li {
		border-bottom:none;
		border-right:1px dotted #ccc;
		margin:15px 0;
	}
	.link-menu-wr ul li:nth-child(2n),
	.link-menu-wr ul li:last-child {
		border-right:none;
	}
}
@media (min-width: 768px) {
	.nav-tabs .nav-link {
		padding: 18px 20px;
		font-size: 1.250rem;
	}
	.board-tab-box .more-link {
		width: 60px;
		height: 60px;
	}
	.link-menu-wr ul:after {
		content:"";
		display: block;
		position: absolute;
		top:50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	.link-menu-wr ul li {
		margin:20px 0;
	}
	.link-menu-wr ul li:nth-child(2n) {
		border-right:1px dotted #ccc;
	}
	.link-menu-wr ul li:nth-child(3),
	.link-menu-wr ul li:nth-child(6) {
		border-right:none;
	}
}
@media (min-width: 992px) {
	.notice .notice-first-date, 
	.notice .notice-first-detail {
    display: block;
    clear: both;
}
.main-board {
	padding: 2.188rem 2.188rem 0;
	margin-bottom: 0;
}
	.sec-board .board-list a {
    position: relative;
}
.sec-board .board-tab-box .board-date {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 15px;
    color: #777;
	}
}
@media (min-width: 1200px) {
	.sec .sec-title-1 {
		width:70%;
	}
	.sec-gallery .gallery-box .gallery {
		padding:0 0 10px 120px;
	}
	.sec-gallery .gallery-box .gallery a .gallery-img {
		width:100px;
	}
}
@media (min-width: 1300px) {
	.sec {
		padding:1.875rem;
	}
	.sec-gallery .gallery-box .gallery {
		padding:10px 0 10px 170px;
	}
	.sec-gallery .gallery-box .gallery a .gallery-img {
		width:150px;
	}
}
@media (min-width: 1400px) {
	.main-board {
		padding: 3.125rem 3.125rem 0;
	}
	.sec .sec-title-1 {
		font-size:1.688rem;
		width:auto;
	}
}


/*****************************************************
	Sub
*****************************************************/
.sub-container.container {
	padding-left: 0;
	padding-right: 0;
}
.sub-container #content {
	margin-bottom: 0;
	margin-top: 1.25rem;
}
.sub-container:after {
		content: '';
		display: block;
		clear: both;
}
/* sub-top */
.sub-top {
	position: relative;
	background-size: cover !important;
	min-height: 90px;
}
.text-white {
 display: block;
 padding:35px 0 30px 60px; 
 font-size: 1rem;
}
.text-white img {
	display: none;
}
.page-navi .navbar .snb-list {
	width: 100%;
	display: inline-block;
}
.page-navi {
	position: absolute;
    top: 8.750rem;
    left: 0;
    width: 100%;
    z-index: 5;
}
.page-navi ul {
		margin: 0;
}
.page-navi .snb-list > li {
	background: #2e3c4b;
	width: 100%;
	display: block;
	margin: 0;
	text-align: left;
	letter-spacing: -.05rem;
	width: auto;
	box-sizing: border-box;
}
.page-navi .snb-list > li > a {
		position: relative;
		display: block;
		padding-left: 0.875rem;
		color: #fff;
		line-height: 1.25rem;
		padding: 15px 10px;
		border-bottom: 1px solid rgba(0,0,0,0.5);
}
.page-navi .snb-list > li.active > a {	
		color: #0796b2;
		font-weight: 600;
		background: #f5f6f8;
		border-bottom:none;
		border-top: 1px solid #ccc;
}
.page-navi .snb-list .nav-item .depth4 {
	position: relative;
	width: 100%;
	background: #e0e0e0;
}
.page-navi .snb-list .nav-item .depth4 > li {
	position: relative;
	display: block;
	border-top: 1px solid #ccc;
	margin: 0;
}
.page-navi .snb-list .nav-item .depth4 > li:last-child:after {
	display: none;
}
.page-navi .snb-list .nav-item .depth4 > li a {
	display: block;
	padding: 15px 15px 15px 25px;
}
.page-navi .snb-list .nav-item .depth4 > li a.active span {
	color:#222;
	font-weight:600;
	padding:0 0 5px;
	border-bottom: 1px solid #555;
}
.page-navi .snb-list .nav-item .depth4 > li a span {
	color:#666;
	font-size:0.938rem;
}
.navbar {
	padding:0;
}
.sub-container .cont-top {
		position: relative;
		overflow: hidden;
		margin-bottom: 0.7143rem;
		border-bottom: #e2e2e2 solid 1px;
}

.sub-container .content-wrap {
		background: #fff;
}
.sub-container .cont-top .cont-title {
		display: inline-block;
		font-size: 1.25rem;
}
.sub-container .cont-top .cont-btns {
		position: absolute;
		top: 1px;
		right: 0;
}
.sub-container .cont-top .cont-btns button {
		display: none;
		background: transparent;
		border: none;
		color: #788190;
		cursor: pointer;
		transition: 0.5s;
}
.sub-container .cont-top .cont-btns button:hover, 
.sub-container .cont-top .cont-btns button:focus {
		color: #0b3d92;
}
.sub-container .cont-top .cont-btns button .material-icons {
		font-size: 1.6rem;
}
.page-navi .container,
.container.cont-title-wrap {
	width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.cont-title {
	position: relative;
	padding: 0.9375rem 0;
	text-align: center;
	margin: 0;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #fff;
	background: #17a2b8;
	font-weight: 800;
}
.cont-title > .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 1.125rem;
	height: 0.5625rem;
	margin-top: -0.3125rem;
	background: url(../images/icon_arrow_down02@2x.png) no-repeat;
	background-size: 1.125rem 0.5625rem;
}
.cont-title.on > .arrow {
	background: url(../images/icon_arrow_up02@2x.png) no-repeat;
	background-size: 1.125rem 0.5625rem
}
.sub-container .tab-content > .tab-pane {
	padding:30px 15px;
}

@media (min-width: 399px) {
	.text-white {
		padding:15px 0 0 60px; 
	 }
	.text-white img {
		display: block;
		max-width: 100%;
		margin: 0 0 5px;
	}
}
@media (min-width: 576px) {
		.sub-container .cont-top .container {
				position: relative;
		}
		.sub-top .page-navi .navbar .snb-list > .nav-item {
				position: relative;
		}
		.sub-top .page-navi .navbar .snb-list > .nav-item .dropdown-menu {
				box-shadow: none;
				width: auto;
		}
		.page-navi .container,
		.container.cont-title-wrap {
			max-width: 100%;
		}
}
@media (min-width: 669px) {
	.text-white {
		padding:15px 0 0 0; 
	 }
}
@media (min-width: 768px) {
		.sub-top .sub-top-txt {
display: block;
				text-align: left;
				font-size: 1rem;
				padding: 1.875rem 0 1.875rem 4.375rem;
				color: #fff;
		}
		.text-white {
			font-size: 1.313rem;
		 }
		.sub-top .page-navi {
				height: 50px
		}
		.sub-top .page-navi ul {
				float: right;
				padding: 0 1.4em 0 0;
		}
		.sub-top .page-navi ul li a {
				line-height: 50px;
		}
		.sub-top .page-navi .page-navi-btn {
				display: block;
		}
		.sub-top .page-navi .navbar {
				border: none;
		}
		.sub-top .page-navi .navbar .snb-list {
				display: flex;
		}
		.sub-top .page-navi .navbar .snb-list > .nav-item {
				width: auto;
				float: none;
		}
		.sub-top .page-navi .navbar .snb-list > .nav-item:first-child {
				display: block;
				border: none;
		}
		.sub-top .page-navi .navbar .snb-list > .nav-item:nth-child(4), 
		.sub-top .page-navi .navbar .snb-list > .nav-item:nth-child(7) {
				border-right: 1px solid #dcdcdc;
		}
		.sub-top .page-navi .navbar .snb-list > .nav-item:after {
				display: none;
		}
		.sub-top .page-navi .navbar .snb-list > .nav-item .nav-link {
				min-width: 190px;
				text-align: left;
				padding: 1rem 2.2rem 1rem 1.2rem;
		}
		.sub-top .page-navi .navbar .snb-list > .nav-item .nav-link.home {
				width: 55px;
				height: 52px;
				min-width: auto;
				margin: 0;
				text-align: center;
				background-color: #2d6dc4;
				padding: 0.9rem 0.4rem;
				color: #fff;
				transition: 0.5s;
		}
		.sub-top .page-navi .navbar .navbar-nav > .nav-item .nav-link.home:hover {
				background-color: #083582;
		}
		.sub-top .page-navi .navbar .navbar-nav > .nav-item .nav-link.home .material-icons {
				position: initial;
				right: 1rem;
				font-size: 1.125rem;
				color: #fff;
		}
		.sub-top .page-navi .navbar .navbar-nav > .nav-item .nav-link .material-icons {
				top: 0.7rem;
				font-size: 1.5rem;
		}
		.sub-top .page-navi .navbar .navbar-nav > .nav-item .dropdown-toggle::after {
				display: none;
		}
		.sub-top .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu {
				width: 100%;
				border-radius: 0;
				margin-top: 0;
		}
		.sub-top .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
				width: auto;
				padding: 0.5rem 1rem;
				color: #666;
		}
		.sub-top .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, 
		.sub-top .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
				color: #124fb6;
				font-weight: 600;
		}
		.sub-top .page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active {
				background-color: #2d6dc4;
				color: #fff;
		}
		.page-navi {top: 12.75rem;}
}
@media (min-width: 992px) {
		.snb {display: block;position: fixed;top: 110px;left: 0;bottom: 0;width: 240px;background: #0152b2; /* Old browsers */background: -moz-linear-gradient(top, #0152b2 1%, #092a56 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, #0152b2 1%, #092a56 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, #0152b2 1%, #092a56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0152b2', endColorstr='#092a56', GradientType=0); /* IE6-9 */-webkit-transition: 0.5s ease-out;transition: 0.5s ease-out;overflow: hidden;overflow-y: auto;}
		.snb .snb-title {padding: 1.25rem 1.5rem;color: #fff;font-size: 1.625rem;font-weight: 600;text-align: left;letter-spacing: -0.05em;}
		.snb .snb-title > span {display: block;font-size: 0.8125rem;font-weight: 400;opacity: 0.45;}
		.snb .snb-member {background: #eee;}
		.snb .snb-member .section1 {padding: 0.7rem 0.5rem;}
		.snb .snb-member .section1 .img {position: relative;display: block;width: 70px;max-width: 100%;height: 0;padding-bottom: 70px;border-radius: 50%;overflow: hidden;background: #d5d7dc url(/common/images/thumb-non.png) no-repeat 50% 50%;}
		.snb .snb-member .section1 .img img {position: absolute;top: 0;left: 0;width: 100%;/* height: 100%; */transition: all 0.5s ease,transform 1s ease;}
		.snb .snb-member .section1 .name {margin-top: 9px;margin-bottom: 0;}
		.snb .snb-member .section1 .num {font-size: 13px;color: #0152b2;}
		.snb .snb-member .section1 p {margin: 0.6rem 0 0 0;}
		.snb .snb-member .section1 p > span {padding-left: 0.5rem;margin-left: 0.5rem;position: relative;}
		.snb .snb-member .section1 p > span:first-child {padding-left:0;margin-left: 0;}
		.snb .snb-member .section1 p > span:after {content: '';position: absolute;top: 6px;left:0;display: inline-block;width: 3px;height: 3px;background: #a6a6a6;}
		.snb .snb-member .section1 p > span:first-child:after {display: none;}
		.snb .snb-member .section2 {background:#d6d6d6;padding: 0.5rem 0.5rem;}
		.snb .snb-member .section2 [class*="col-"] {margin: 0.2rem 0;/* padding-right: 3px; *//* padding-left: 3px; */}
		.snb .snb-member .section2 .tit {letter-spacing: -0.08em;}
		.snb .snb-member .section2 .badge {width: 45px;float: right;background:#c0c0c0;font-size: 13px;padding: 0.15rem 0;border-radius: 21px;overflow: hidden;text-overflow: ellipsis;}
		.snb .snb-list {margin: 0;border-top: rgba(255, 255, 255, 0.14) solid 1px;}
		.snb .snb-list > li {position: relative;background: none;padding: 0;margin: 0;}
		.snb .snb-list > li a {font-weight: 600;}
		.snb .snb-list > li > a {display: block;padding: 0.75rem 2rem 0.75rem 1.5rem;border-bottom: rgba(255, 255, 255, 0.11) solid 1px;color: #dadada;font-size: 0.9375rem;font-weight: 600;}
		.snb .snb-list > li > a:hover, .snb .snb-list > li > a:focus {color: #5babff;font-weight: 600;ext-decoration: underline;}
		.snb .snb-list > li.active > a {background: #0366cf;color: #fff;font-weight: 600;}
		.snb .snb-list > li > a:after {content: '\e315';position: absolute;top: 9px;right: 16px;font-family: 'material-Icons';font-size: 1.25rem;font-weight: 400;color: #fff;}
		.snb .snb-list > li > a:hover:after, .snb .snb-list > li > a:focus:after {text-decoration: underline;}
		.snb .snb-list > li > a:hover:after, .snb .snb-list > li > a:focus:after {text-decoration: none;}
		.snb .snb-list > li.active > a:after {content: '\e313';font-size: 1.25rem;}
		.snb .snb-list > li.active ul {display: block;}
		.snb .snb-list > li > ul {display: none;margin: 0;padding: 0.5rem 0;background-color: #003d7d;}
		.snb .snb-list > li > ul > li {margin: 0.2857rem 0;padding: 0 1.5rem 0 2.25rem;line-height: 2rem;background: url(/common/images/bullet05.png) no-repeat 1.5rem 0.5714rem;}
		.snb .snb-list > li > ul > li > a {display: block;color: rgba(255, 255, 255, 0.9);line-height: 1.375rem;}
		.snb .snb-list > li > ul > li > a:hover, .snb .snb-list > li > ul > li > a:focus {color: #5dd8fd;text-decoration: underline;}
		.snb .snb-list > li > ul > li.active {background: #00b7ee url(/common/images/bullet05.png) no-repeat 1.5rem 0.5714rem;}
		.snb .snb-list > li > ul > li.active > a {color: #002148;font-weight: 600;}
}
@media (min-width: 1100px) {
		.snb {top: 100px;}
}
@media (min-width: 1200px) {
	.sub-container {padding:0}
	.sub-top {margin-left: 250px;height: 139px;}
	.content-wrap {width: auto;margin-left: 250px;}
	.sub-top .sub-top-txt {font-size: 1.313rem;padding: 1.875rem 0 1.875rem 1.875rem;}
	.cont-title {margin:15px auto 30px;border-bottom:1px solid #555;padding: 2.188rem 0 0.938rem;background: none;color:#222;text-align: left;font-size:2rem;line-height: 2rem;}
	.sub-container .cont-top .cont-title > .arrow {display: none;}
	.page-navi {position: relative;display: block;overflow: hidden;top: auto;}
	.page-navi .navbar .snb-list {padding: 5px 0 0;}	
	.page-navi .snb-list > li > a {padding: 20px 10px;border-bottom:none;}
	.page-navi .snb-list > li {background: none;margin: 0;text-align: center;letter-spacing: -.05rem;vertical-align: top;width: auto;float: left;box-sizing: border-box;padding: 0 15px;}
	.page-navi .snb-list .nav-item .depth4 > li {display: inline-block;margin: 0;border-top:none;}
	.page-navi .snb-list .nav-item .depth4 > li:after {content:"";display:block;position: absolute;right:0;top:50%;transform: translateY(-50%);	-ms-transform: translateY(-50%);width:1px;height: 12px;background: #ccc;}
	.page-navi .snb-list .nav-item .depth4 > li a {padding: 15px;}
	.page-navi .container, 
	.container.cont-title-wrap {max-width: 1140px;padding-right: 15px;padding-left: 15px;}
	.page-navi .snb-list .nav-item .depth4 {background: #f5f6f8;}
}
@media (min-width: 1225px) {
	.page-navi .snb-list > li {
		min-width: 180px;
		padding:0;
	}
	.page-navi .snb-list .nav-item .depth4:before {
		content:"";
		display: block;
		position: absolute;
		width: 1370px;
		height:50px;
		top:0;
		left:-30px;
		background: #f5f6f8;
	}
}
@media (min-width: 1400px) {
	.sub-container {padding:0}
	.sub-top {margin-left: 250px;height: 139px;}
	.content-wrap {width: auto;margin-left: 250px}
	.snb {width: 280px;top: 80px;}
	.page-navi .container, 
	.container.cont-title-wrap {max-width: 1340px;}
}


/*******************************************/
/**************dashboard********************/
/*******************************************/
.dash-box.card {
		border: 1px solid #dcdcdc;
		margin-bottom: 1.125rem;
}
.dash-box.card .card-header {
		padding: 0.875rem 1.25rem;
		background: #f5f5f5;
		border-bottom: 1px solid #dcdcdc;
}
.dash-box.card .card-header .card-title {
		font-size: 18px;
		margin-bottom: 0;
}
.dash-box.card .card-header .more:before {
		color: #002148;
}
.dash-box.card .more:before {
		color: #969696;
		content: "\e145";
		font-family: 'material-Icons';
		display: block;
		font-size: 1.625rem;
		position: absolute;
		right: 1.25rem;
		top: 0.5625rem;
}
.dash-box.card .more:hover:before, .dash-box.card .more:focus:before {
		color: #0366cf !important;
}
.dash-box.card .nav-tabs {
		overflow: hidden;
		height: 50px;
		border-bottom: none;
}
.dash-box.card .nav-tabs a {
		border-color: #dcdcdc;
		border-right: none;
		margin-top: 0;
		border-top: 0;
		font-size: 1rem;
		line-height: 1.1;
		border-bottom: 1px solid #dcdcdc;
		padding: 1rem 0;
		background-color: #eeeeee;
}
.dash-box.card .nav-tabs a.active {
		border-top: #002148 solid 2px;
		height: 50px;
		border-bottom: none;
		background: none;
		position: relative;
}
.dash-box.card .nav-tabs li:first-child a {
		border-left: none;
}
.dash-box.card .nav-tabs li:last-child a {
		border-right: none;
}
.dash-box.card .nav-tabs .nav-link.active:after {
		height: 50px;
}
.dash-box.card.program ul.list-group li {
		position: relative;
		padding: 1rem;
		padding-left: 2.5rem;
		padding-right: 6rem;
		font-size: 1rem;
		border-right: none;
		border-bottom: none;
		line-height: 1.6;
		border-left: none;
		border-color: #dcdcdc;
}
.dash-box.card.program ul.list-group li:hover, .dash-box.card.program ul.list-group li:focus {
		z-index: inherit;
		background: #fbfbfb;
}
.dash-box.card.program ul.list-group li p {
		margin-bottom: 0;
		width: 100%;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}
.dash-box.card.program ul.list-group li:first-child {
		border-top: none;
}
.dash-box.card.program ul.list-group li span.num {
		position: absolute;
		left: 1rem;
		font-weight: 600;
		font-style: italic;
		color: #8acfee;
}
.dash-box.card.program .btn-program {
		font-size: 1rem;
		line-height: 1.4;
		padding: 0.8125rem;
		border-radius: 5px;
}
.dash-box.card.program .btn-program .material-icons {
		font-size: 1rem;
}
.dash-box.card .skill-box {
		padding: 2rem;
		min-height: 240px;
}
.dash-box.card .skill-box p {
		line-height: 1.3;
		padding-left: 15rem;
		padding-top: 0.875rem;
		font-size: 1.375rem;
}
.dash-box.card .skill-box p span {
		font-size: 1.75rem;
}
.dash-box.card .skill-box p span.name {
		color: #6c7a8e;
		font-weight: 600;
}
.dash-box.card .skill-box p span.skill {
		color: #0366cf;
		font-weight: 600;
}
.dash-box.card .skill-box img {
		position: absolute;
		left: 3rem;
}
.dash-box.card .skill-box .btn-skill {
		margin-top: 1.25rem;
		font-size: 1rem;
		padding: 0.125rem 0.5rem;
}
@media (max-width: 991px) {
		.dash-box.card .skill-box {padding: 1.5rem;min-height: auto;}
		.dash-box.card .skill-box p {padding-left: 0;text-align: center;}
}
.card-body.l-port h3 {
	line-height: 1.5;
	font-size: 1.125rem;
	float: left;
	margin: 0;
}
.card-body.l-port a {
	float: right;
}

/* competence */
.competence {}
.competence [class*="col-"] {
	min-height: 230px;
}
.competence [class*="col-"]:last-child {
	/* background: #f4f7fa; */
}
.competence h4 {
		position: relative;
		background: #eee;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 600;
		padding: 1.1rem 0.5rem 0.6rem;
		padding: 0.6rem 0.5rem;
		margin: 0;
}
.competence [class*="col-"]:first-child h4 {
		border-top:none;
		/* padding-top: 0.6rem; */
}
.competence [class*="col-"]:last-child h4 {
	/* background: #f4f7fa; */
	/* color: #0366cf; */
}
.competence h4:after {
		content: '+';
		background: #696f76;
		position: absolute;
		top: 0;
		left: 50%;
		color: #fff;
		display: inline-block;
		width: 27px;
		height: 27px;
		border-radius: 27px;
		margin-left: -13px;
		margin-top: -13px;
		text-align: center;
		padding: 0.1rem 0;
		display: none;
}
.competence [class*="col-"]:first-child h4:after {
		display: none;
}
.competence [class*="col-"]:last-child h4:after {
		content: '=';
		background: #2981df;
}
@media (min-width: 768px) {
		.competence [class*="col-"] {border-left: 1px solid #cecece;}
		.competence [class*="col-"]:first-child {border-left: none;}
		.competence h4 {padding: 0.7rem 0.5rem;border-top: none;font-size: 1rem;}
		.competence h4:after {top: 1.3rem;left:0;font-size: 1.2rem;}
}

/* quick_bt */
.quick_bt {
		position: relative;
		padding: 1rem;
		overflow: hidden;
		background: #fff;
		border: #dcdcdc solid 1px;
}
.quick_bt > .bannerButtons.type2 .btn {
		float: left;
		margin: 0;
		font-size: 0.875rem;
		padding: 0.3rem 0.5rem;
}
.quick_bt .rollimg {
		margin: 0;
		padding: 0;
		float: right;
		height: 30px;
		overflow: hidden;
}
.quick_bt .rollimg a {
		text-align: center;
		display: block;
		line-height: 30px;
		font-size: 0.9375rem;
		font-weight: 600;
		letter-spacing: -0.08em;
}
.quick_bt .rollimg a:hover .material-icons, .quick_bt .rollimg a:focus .material-icons {
		color: #0366cf !important;
}
.quick_bt .rollimg a .material-icons {
		font-size: 1.25rem;
		color: #002148;
}
.quick_bt .bannerButtons span {

		display: inline-block;
		margin-bottom: 14px;
		vertical-align: middle;
		font-weight: 600;
}
.quick_bt .owl-nav {
		display: none;
}
.quick_bt .bannerButtons .left, .quick_bt .bannerButtons .right, 
.quick_bt .bannerButtons .pause, .quick_bt .bannerButtons .play {
		background: #ddd;
		width: 27px;
		float: left;
		margin-left: 1px;
		position: relative;
		height: 30px;
		display: inline-block;
}
.quick_bt .bannerButtons a:hover {
		background: #f1f1f1;
}
.quick_bt .bannerButtons .material-icons {
		margin-left: -5px;
		top: 0.0625rem;
		left: 0.4rem;
		position: absolute;
		z-index: 1;
}
.quick_bt .bannerButtons .pause .material-icons {
		font-size: 1rem;
		position: absolute;
		top: 0.375rem;
		left: 0.7rem;
		z-index: 1;
}
.quick_bt .bannerButtons {
		margin: 0 auto 1rem;
		width: 90px;
		overflow: hidden;
}
@media (min-width: 575px) {
		.quick_bt .rollimg {width: 83%;/* margin-left: 3rem; */}
		.quick_bt .bannerButtons {top: 16px;left: 30px;margin-bottom: 0;position: absolute;text-align: right;z-index: 10;width: 90px;margin-left: auto;}
		.quick_bt .owl-stage-outer {/* margin-left:7rem *//* width: 86%; *//* float: right; */}
}
@media (min-width: 992px) {
		.quick_bt .bannerButtons {float: left;}
}
@media (min-width: 1400px) {
		.quick_bt {margin: 0 auto;}
		.quick_bt .bannerButtons span {display: none;}
}

/* profile */
.dash-profile .left {
		overflow: hidden;
		float: left;
}
.dash-profile .left a i.material-icons {
		font-size: 1rem;
}
.dash-profile .left a.btn {
		position: absolute;
		top: 7rem;
		left: 1.45rem;
		z-index: 9;
}
.dash-profile .photo {
		position: absolute;
		top: 20px;
		left: 25px;
		width: 80px;
		height: 80px;
		overflow: hidden;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
}
.dash-profile .photo img {
		width: 100%;
		height: 100%;
}
.dash-profile .myinfo {
		position: relative;
		margin: 0 0 0rem 0;
		font-size: 1rem;
		letter-spacing: -0.05em;
		padding: 25px 0 25px 120px;
		min-height: 165px;
}
.dash-profile .myinfo .name {

		margin: 0 0 4px 0;
		padding: 0;
		font-weight: 600;
		float: left;
		font-size: 1.25rem;
		color: #202020;
		line-height: 1.25em;
}
.dash-profile .myinfo .id {
		/* margin: 0; */
		padding: 0;
		float: left;
		font-weight: 600;
		margin-left: 0.5rem;
		margin-top: 0.25rem;
		color: #0366cf;
		font-size: 0.875rem;
		line-height: 1.25em;
}
.profile-box {
		border-bottom: 1px dashed #ddd;
}
.dash-profile .myinfo ul li {
		margin-bottom: 0.3rem;
		font-size: 0.875rem;
}
.mCSB_inside > .mCSB_container {
		margin-right: 0px !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		background-color: #0366cf !important;
		background-color: rgb(3, 102, 207) !important;
}
/* select-detail */
.select-detail {
		padding: 0;
		height: 100%;
}
.select-detail-title {
		font-weight: 600;
		font-size: 16px;
		color: #31354b;
		background: #f4f0e4;
		min-height: 50px;
		line-height: 50px;
		border-bottom: #e7eaec solid 1px;
		margin: 0;
		padding: 0 15px;
}
.select-detail-filter {
		padding: 10px 15px 5px;
		margin: 0;
		border-bottom: #e7eaec solid 1px;
		background-color: #eee;
}
.select-detail-filter .col-form-label {
		font-weight: 600;
		margin-right: 5px;
}
.select-detail-filter .btn i.material-icons {
		font-size: 0.875rem;
}
/*�������� ����*/
.performance ul.row {
		margin-bottom: 0;
}
.performance ul li {
		margin-bottom: 0.5rem;
}
.performance ul li span.badge {
		width: 100%;
		padding: 0.5rem 0;
		/* font-size: 0.875rem; */
		border-radius: 0;
}
.performance ul li p {
		margin-bottom: 0rem;
		background: #eaeaea;
		padding: 0.5rem;
		color: #666;
}
.performance ul li p span.rate {
		font-size: 1.2rem;
		font-weight: 600;
		color: #4a4a4a;
}
.prof-performance dl {
		float: left;
		padding: 0;
		width: 100%;
}
.prof-performance dl dt {
		float: left;
		font-size: 0.875rem;
		margin-bottom: 0.5rem;
		color: #0366cf;
		padding: 0.25rem 0;
		text-align: center;
		border-radius: 3px;
		border: 1px solid #0366cf;
}
.prof-performance dl dd {
		float: left;
		margin-bottom: 0.5rem;
		font-size: 0.875rem;
		padding: 0.25rem 9px;
}
.prof-performance ul.list-group-flush li {
		font-size: 0.875rem;
		border-color: #dcdcdc;
		padding: 0 0;
		overflow: hidden;
}
.prof-performance ul li span {
		font-size: 0.875rem;
		font-weight: 600;
		text-align: center;
		margin-right: 0.5rem;
		display: inline-block;
		min-width: 76px;
		padding: 0.7rem 0.5rem;
}
.prof-performance ul li p {
		margin-bottom: 0;
		/* padding: 0.5rem; */
		float: left;
		width: 50%;
}

/* program-present */
.program-present {}
.program-present .tab-content {
    position: relative;
    height: 191px;
}
.program-present .non-info {
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding-top: 4rem;
}
.program-present .btn-main {
    position: absolute;
    bottom: 0;
}

/* weekend-schedule */
.weekend-schedule {}
.weekend-schedule .table-responsive {
    height: 227px;

    overflow: auto;
    border-top: 1px solid #002148;
}
.weekend-schedule .table {
    margin: 0;
}
.weekend-schedule .table thead th {
    width: 12.5%;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    border-top: none;
}
.weekend-schedule .table tbody th, .weekend-schedule .table tbody td {}
.weekend-schedule .table tbody th {}
.weekend-schedule .table tbody td {
    text-align: center;
    height: 41px;
}
.weekend-schedule .table tbody td span {
    width: 100%;
    font-size: 13px;
    color: #666;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* program */
.program {
	height: 430px;
}
.program .card-body {
    position: relative;
}
.program .non-info {
		background: url("/common/images/non-board.png") no-repeat center 3rem;

		padding-top: 14rem;
		text-align: center;
		font-weight: 600;
		font-size: 18px;
		margin: 0;
}
.program .tab-content .tab-pane .btn-main {
	position: absolute;
	bottom:0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	    .program {/* height: 495px; */}
        .dash-box.card.program ul.list-group li {padding-top: 1rem;padding-bottom: 1rem;}
        .dash-box.card.program .more:before {top: 0.9rem;}
}
/*프로필*/
.hak {font-size:0.875rem;background:#ef7e0f;color:#fff;border-radius:10px;padding:3px 5px;font-weight:400;display:inline-block;}

@media (min-width: 768px) {
	.profile .photo {
		position: relative;
	}
	.profile .myinfo {
    padding: 26px 0 0 30px;
	}
}
@media (min-width: 992px) {
	.profile .photo {
		position: absolute;
	}
	.profile .myinfo {
    padding: 26px 0 0 110px;
}
}

/*설명문*/
.info-txt {position: relative;padding-left: 35px;font-size:0.938rem;letter-spacing: -.05rem;}
.info-txt:before {content: 'i';position: absolute;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);
left: 0;width:24px;height:24px;border:1px solid #014892;text-align:center;border-radius:50%;font-size:0.938rem;font-weight: 700; line-height:24px;color: #014892;}
.info-txt .btxt {display: inline;margin-right: 5px;font-size:1rem;font-weight: 600;color:#014892}