	/* Banners 메인주 베너 */

		#banners-wrapper {
			
			margin: 0px;
			padding: 0px;
			position: relative;
			top:0px;
		}

			#banners-wrapper:before {
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background-size: 1800px 100%;
			}


		#banners {
			position: relative;
			width: 100%;
			border-top: solid 0px #d9d9d9;
			overflow: hidden;
		}

			#banners .nav-next, #banners .nav-previous {
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				position: absolute;
				width: 52px;
				height: 64px;
				z-index: 3;
				opacity: 0;
				cursor: pointer;
				text-align: center;
				line-height: 64px;
			}

				#banners .nav-next:before, #banners .nav-previous:before {
					font-family: FontAwesome;
					text-decoration: none;
					font-size: 72px;
					font-style: normal;
					font-weight: normal;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					color: #fff;
				}

				#banners .nav-next:hover, #banners .nav-previous:hover {
					opacity: 1.0;
				}

			#banners:hover .nav-next, #banners:hover .nav-previous {
				opacity: 0.45;
			}

			#banners .nav-next {
				bottom: 20px;
				right: 20px;
			}

				#banners .nav-next:before {
					content: "\f105";
				}

			#banners .nav-previous {
				bottom: 20px;
				right: 72px;
			}

				#banners .nav-previous:before {
					content: "\f104";
				}

			#banners .captions {
				width:100%;
				position: absolute;
				background: none;
				padding: 3em 7em 2.5em 2.5em;
				top: 30%;
				left: 0%;
				text-align:center;
				color: #fff;
				z-index: 1;
			}

				#banners .captions:after {
					content: "\f0a9";
					font-family: FontAwesome;
					text-decoration: none;
					font-size: 55px;
					font-style: normal;
					font-weight: normal;
					line-height: 1;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					cursor: default;
					display: none;
					width: 48px;
					height: 48px;
					position: absolute;
					right: 30px;
					bottom: 40px;
				}

				#banners .captions .caption-line-1 {
					display: block;
					font-family: "Noto Sans KR",Arial,Helvetica, sans-serif;
					font-size: 2.5em;
					letter-spacing: -2px;
					margin: 0 0 0.75em 0;
					font-weight:600;
					line-height:1em;
				}

				#banners .captions .caption-line-2 {
					display: block;
					font-family: "Noto Sans KR",Arial,Helvetica, sans-serif;
					font-size: 1.5em;
					letter-spacing: -1px;
					line-height: 1.5em;
					font-weight:400;
					color: rgba(255, 255, 255, 0.8);
				}

			#banners .viewer {
				background: #fff;
			}

			#banners .slide .caption-1, #banners .slide .caption-2 {
				display: none;
			}

			#banners .slide img {
				display: block;
				width: 100%;
			}

			#banners .slide .link {
				position: absolute;
				text-indent: -9999px;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 2;
			}