
@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@import url(font-awesome.min.css);
@import "https://fonts.googleapis.com/css?family=Raleway:100,300,600";

* { margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; color:#333; font-weight:400; }

body {
	width:100%;
  font-family: "Noto Sans KR", sans-serif !important;
  letter-spacing:-1px;
   background-color:#fff;
}




/*메인비쥬얼 슬라이드 영역*/
#visual_area {
	width:100%;
	background-color:#Fff;
	/*z-index는 꼭 포지션과 함께 사용해야함*/
	position:relative;
	z-index:1;
}
#visual {
	width:100%;
	height:445px;
	position:relative;
	overflow:hidden;
}

#main_01, #main_02, #main_04 {
	width:100%;
	height:445px;
	background-repeat:no-repeat;
	background-position:center;
}
#main_03 {
	width:100%;
	height:445px;
	background-repeat:no-repeat;
	background-position:left;
}

#main_01 {
	background-image:url(../../images/banner_1.jpg);
}
#main_02 {
	background-image:url(../../images/banner_2.jpg);
}
#main_03 {
	background-image:url(../../images/banner_3.jpg);
}
#main_04 {
	background-image:url(../../images/banner_4.jpg);
}

#main_01 h1, #main_01 h2, #main_01 p, #main_02 h1, #main_02 h2, #main_02 p, #main_03 h1, #main_03 h2, #main_03 p, #main_04 h1, #main_04 h2, #main_04 p  {
	position:absolute;
	z-index:2;
	margin-left:420px;
	margin-top:90px;
}
@media screen and (max-width: 1600px) {
		#main_01 h1, #main_01 h2, #main_01 p, #main_02 h1, #main_02 h2, #main_02 p, #main_03 h1, #main_03 h2, #main_03 p, #main_04 h1, #main_04 h2, #main_04 p  {
		margin-left:300px;
	}
}
@media screen and (max-width: 1200px) {
		#main_01 h1, #main_01 h2, #main_01 p, #main_02 h1, #main_02 h2, #main_02 p, #main_03 h1, #main_03 h2, #main_03 p, #main_04 h1, #main_04 h2, #main_04 p  {
		margin-left:150px;
	}
}
@media screen and (max-width: 750px) {
	#visual {
		height:390px;
	}
	
	#main_01, #main_02, #main_02,#main_04 {
		height:390px;
	}
	
	
	
		#main_01 h1, #main_01 h2, #main_01 p, #main_02 h1, #main_02 h2, #main_02 p, #main_03 h1, #main_03 h2, #main_03 p, #main_04 h1, #main_04 h2, #main_04 p  {
		margin-top:70px;
		margin-left:80px;
	}
}
@media screen and (max-width: 550px) {
		#main_01 h1, #main_01 h2, #main_01 p, #main_02 h1, #main_02 h2, #main_02 p, #main_03 h1, #main_03 h2, #main_03 p, #main_04 h1, #main_04 h2, #main_04 p  {
		margin-left:40px;
	}
}

/*첫번째 이미지 글씨*/
#main_01 h1 {
	font-size:43px;
	color:#fff;
	font-weight:600;
}
#main_01 h2 {
	font-size:20px;
	color:#fff;
}
#main_01 p {
	font-size:16px;
	color:#fff;
	margin-top:150px;
}
/*첫번째 이미지 글씨*/

/*두번째 이미지 글씨*/
#main_02 h1 {
	font-size:43px;
	color:#445059;
	font-weight:600;
}
#main_02 h2 {
	font-size:20px;
	color:#445059;
}
#main_02 p {
	font-size:16px;
	color:#445059;
	margin-top:150px;
}
/*두번째 이미지 글씨*/

/*세번째 이미지 글씨*/
#main_03 h1 {
	font-size:43px;
	color:#fff;
	font-weight:600;
}
#main_03 h2 {
	font-size:20px;
	color:#fff;
}
#main_03 p {
	font-size:16px;
	color:#fff;
	margin-top:150px;
}
/*세번째 이미지 글씨*/

/*네번째 이미지 글씨*/
#main_04 h1 {
	font-size:43px;
	color:#000;
	font-weight:600;
}
#main_04 h2 {
	font-size:20px;
	color:#000;
}
#main_04 p {
	font-size:16px;
	color:#000;
	margin-top:150px;
}
/*네번째 이미지 글씨*/

@media screen and (max-width: 750px) {
	#main_01 h1, #main_02 h1, #main_03 h1, #main_04 h1 {
		font-size:35px;
	}
	#main_01 h2, #main_02 h2, #main_03 h2, #main_04 h2 {
		font-size:18px;
	}
	#main_01 p, #main_02 p, #main_03 p, #main_04 p {
		font-size:15px;
		margin-top:130px;
	}

}


/*ul의 가로넓이 = (이미지의 개수+2)*이미지의 가로넓이(100%)*/
#visual > ul {
	width:600%;
	height:445px;
	position:absolute;
	left:-100%;
}
#visual > ul > li {
	/*이미지의 개수는 2개이지만 양끝에 첫번째 이미지와 마지막이미지의
	복사본이 필요하므로 실제 li갯수는 4개가 된다*/
	/*li의 입장에서는 ul의 전체넓이 100%이고
	li의 개수가 4개이므로 100%/4=25%*/
	width:16.666666%;
	float:left;
}



/*좌우버튼*/
.left_btn {
	width:19px;
	height:24px;
	/*포지션으로 세로센터잡기*/
	position:absolute;
	top:50%;
	margin-top:-12px;
	/*transform:translateY(-50%);*/
	left:10px;
}
.right_btn {
	width:19px;
	height:24px;
	/*포지션으로 세로센터잡기*/
	position:absolute;
	top:50%;
	margin-top:-12px;
	/*transform:translateY(-50%);*/
	right:10px;
}
.right_btn img {
	width:19px;
	height:24px;
}



/*배너 스타일*/
/*배너 스타일*/
	#banner_m {
		display:none;
	}
	#banner_s {
		display:none;
	}
	
	#main_banner {
		position:relative;
		z-index:8;
		width:100%;
		margin-top:72px;
	}
	
	#main_banner img {
		width:100%;
	}
	
	@media screen and (max-width: 980px) {
		
		
		#main_banner {
			margin-top:48px;
		}
		
	
	#banner_pc {
		display:none;
	}
	#banner_m {
		display:block;
	}
		
	}
	@media screen and (max-width: 510px) {

	#banner_m {
		display:none;
	}
	#banner_s {
		display:block;
	}
		
	}
	
	
	
	
	
	
	#sub_banner_m {
	display:none;
}
#sub_banner_s{
	display:none;
}

@media screen and (max-width: 980px) {
		#sub_banner_b {
			display:none;
		}
		
		#sub_banner_m {
			display:block;
		}
}

@media screen and (max-width: 500px) {
		#sub_banner_m {
			display:none;
		}
		
		#sub_banner_s {
			display:block;
		}
}

	/* Banner_3 */
	
	#sub_banner {
		width:100%;
		position:relative;
		z-index:6;
	}
	#sub_banner img {
		width:100%;
	}
@media screen and (max-width: 980px) {
	#sub_banner img {
		width:100%;
	}
}

/*배너 스타일*/
/*배너 스타일*/



#border {
	width:30px;
	border-top:1px solid #999;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;
}



#content_1 {
	width:1100px;
	height:350px;
	margin:0 auto;
	margin-top:60px;
}

#content_1_1 {
	width:25%;
	float:left;
	border-right:1px solid #eee;
	padding-left:25px;
	padding-right:25px;
}
#content_1_1:last-child {
	border-right:none;
}

#content_1_1_text, #content_1_1_text_2, #content_1_1_text_3 {
	height:300px;
}
#content_1_1_text h1, #content_1_1_text_2 h1, #content_1_1_text_3 h1 {
	font-size:18px;
	font-weight:500;
	color:#111;
	text-align:left;
	margin-bottom:10px;
}
#content_1_1_text p, #content_1_1_text_2 p, #content_1_1_text_3 p {
	font-size:15px;
	font-weight:400;
	color:#888;
	text-align:left;
}
#content_1_1_text img, #content_1_1_text_2 img, #content_1_1_text_3 img {
	text-align:center;
}

#more {
	width:90px;
	height:24px;
	text-align:center;
	background-color:#777;
}
#more p {
	font-size:14px;
	color:#fff;
}
@media screen and (max-width: 1150px) {
	#content_1 {
		width:100%;

	}
	
	#content_1_1 {
		padding-left:15px;
		padding-right:15px;
	}
	
	
	#content_1_1_text h1, #content_1_1_text_2 h1, #content_1_1_text_3 h1 {
		font-size:17px;
	}
	#content_1_1_text p, #content_1_1_text_2 p, #content_1_1_text_3 p {
		font-size:14px;
	}
	
}
@media screen and (max-width: 980px) {
	#content_1 {
		height:580px;
	}
	
	#content_1_1 {
		width:50%;
		margin-bottom:20px;
	}
	
	#content_1_1_text, #content_1_1_text_2, #content_1_1_text_3 {
		height:250px;
	}

	
}

@media screen and (max-width: 600px) {
	#content_1 {
		height:650px;
	}
	
	#content_1_1_text {
		height:240px;
	}
	
	#content_1_1_text_2, #content_1_1_text_3 {
		height:300px;
	}
	
	
}
@media screen and (max-width: 490px) {
	#content_1_1 {
		width:100%;
		float:none;
	}
	
	
	#content_1 {
		height:auto;
		margin-bottom:20px;
		padding-left:15px;
		padding-right:15px;
	}
	
	#content_1_1_text {
		height:220px;
	}
	
	#content_1_1_text_2 {
		height:280px;
	}
	
	#content_1_1_text_3 {
		height:220px;
	}
}

#content_2_bg {
	width:100%;
	height:186px;
	background-color:#f5f5f5;
}

#content_2 {
	width:1060px;
	margin:0 auto;
}

#notice {
	width:50%;
	float:left;
}
#notice h1 {
	font-size:18px;
	font-weight:500;
	color:#111;
	text-align:left;
	margin-top:18px;
}


#content_2_1 {
	width:25%;
	float:left;
}
#content_2_1 h1 {
	font-size:18px;
	font-weight:500;
	color:#111;
	text-align:left;
	margin-top:18px;
}

#content_2_1_text {
	padding-top:20px;
}


#content_2_1_text p {
	font-size:15px;
	font-weight:400;
	color:#888;
	text-align:left;
	float:left;
}
#content_2_1_text a img {
	margin-left:30px;
	margin-top:30px;
	float:left;
}
@media screen and (max-width: 1150px) {
	
	#content_2 {
		width:100%;
		padding-left:15px;
		padding-right:15px;	
	}
	
	
}

@media screen and (max-width: 980px) {
	#notice {
		width:40%;
	}
	
	#content_2_1 {
		width:30%;
	}
	#content_2_1 h1 {
		font-size:17px;
	}
	
	
	
	#content_2_1_text p {
		font-size:14px;
	}

	
}
@media screen and (max-width: 700px) {
	#content_2_bg {
		height:360px;
	}
	
	#notice {
		width:100%;
		height:180px;
	}
	
	#content_2_1 {
		width:50%;
		height:180px;
	}
	
	
}

@media screen and (max-width: 430px) {
	
	
	#content_2_1_text a img {
		width:34px;
		margin-left:20px;
		margin-top:30px;
	}
	
	
}
/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 100em;
		min-width: 80em;
	}

	.container.\37 5\25 {
		width: 60em;
	}

	.container.\35 0\25 {
		width: 40em;
	}

	.container.\32 5\25 {
		width: 20em;
	}

	.container {
		width: 80em;
	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 100em;
			min-width: 80em;
		}

		.container.\37 5\25 {
			width: 60em;
		}

		.container.\35 0\25 {
			width: 40em;
		}

		.container.\32 5\25 {
			width: 20em;
		}

		.container {
			width: 80em;
		}

	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 81.25em;
			min-width: 65em;
		}

		.container.\37 5\25 {
			width: 48.75em;
		}

		.container.\35 0\25 {
			width: 32.5em;
		}

		.container.\32 5\25 {
			width: 16.25em;
		}

		.container {
			width: 65em;
		}

	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 90%;
		}

	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 90% !important;
		}

	}

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

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 90% !important;
		}

	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

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

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #fff;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: #666;
		font-family: "Raleway", Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1.65;
	}

	

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

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

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

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

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

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

	a {
		color: #333333;
		text-decoration:none;
		font-weight:400;
	}

	

	em, i {
		font-style: italic;
	}

	

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px #dbdbdb;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 0;
		border: solid 1px #dbdbdb;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}
	
	#span_1 {
		margin-left:66px;
	}

	.align-right {
		text-align: right;
	}

	.inner {
		max-width:1200px;
		margin: 0 auto;
	}
	
		@media screen and (max-width: 1680px) {

			#span_1 {
				margin-left:52px;
			}

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

			#span_1 {
				margin-left:58px;
			}

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

			#span_1 {
				margin-left:52px;
			}

		}

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

			.inner {
				max-width: 90%;
			}


		}

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

			.inner {
				max-width: 85%;
			}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

		section.special article, article.special article {
			text-align: left;
		}

	section.wrapper, article.wrapper {
		padding: 6em 0;
	}

		section.wrapper header, article.wrapper header {
			margin-bottom: 4em;
		}

			section.wrapper header h2, article.wrapper header h2 {
				font-size: 2.75em;
				margin: 0 0 .5em 0;
			}

			section.wrapper header p, article.wrapper header p {
				font-size: 1em;
			}

		section.wrapper article header, article.wrapper article header {
			margin: 0;
		}

		section.wrapper.style1, article.wrapper.style1 {
			background: #5385c1;
			color: #bacee6;
		}

			section.wrapper.style1 header h2, article.wrapper.style1 header h2 {
				color: #fff;
			}

			section.wrapper.style1 header p, article.wrapper.style1 header p {
				color: #bacee6;
			}

			section.wrapper.style1 h3, article.wrapper.style1 h3 {
				color: #FFF;
			}

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

			section.wrapper, article.wrapper {
				padding: 2em 0;
			}

		}

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

			section.wrapper header, article.wrapper header {
				margin-bottom: 2em;
			}

				section.wrapper header h2, article.wrapper header h2 {
					font-size: 2em;
				}

				section.wrapper header p, article.wrapper header p {
					font-size: .9em;
				}

		}

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

			section.wrapper, article.wrapper {
				text-align: center;
			}

				section.wrapper article, article.wrapper article {
					text-align: center;
				}

		}



/* Flex */

	.flex {
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		-ms-flex-pack: justify;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}

		.flex.flex-2 article {
			width: 47%;
		}

		.flex.flex-3 article {
			position: relative;
			width: 28%;
		}

			.flex.flex-3 article:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				right: -2em;
				top: 0;
				border-right: 1px solid #dbdbdb;
				pointer-events: none;
			}

			.flex.flex-3 article:last-child:before {
				border: none;
			}

		.flex.flex-4 .box {
			width: 21%;
		}

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

			.flex.flex-2 article {
				width: 100%;
				margin-bottom: 3em;
			}

				.flex.flex-2 article:last-child {
					margin-bottom: 0;
				}

			.flex.flex-3 {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.flex.flex-3 article {
					width: 100%;
					border-bottom: 1px solid #dbdbdb;
					padding-bottom: 2.5em;
					margin-bottom: 3em;
				}

					.flex.flex-3 article:last-child {
						border: none;
						padding-bottom: 0;
						margin: 0 0 1em 0;
					}

					.flex.flex-3 article:before {
						display: none;
					}

			.flex.flex-4 .box {
				width: 47%;
			}

		}

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

			.flex.flex-4 .box {
				width: 100%;
			}

		}



/* Header */

	.subpage {
		padding-top: 44px;
	}

		.subpage #header {
			background: #5385c1;
			top: 0;
			height: 44px;
			line-height: 44px;
			position: fixed;
		}


/* Banner */

	#banner {
		height:90px;
		padding:10px 0 20px 0;
		background-color:#fff;
		text-align: center;
		
	}

		#banner h1 {
			font-size: 3.5em;
			font-weight: 100;
			color: #fff;
			line-height: 1em;
			margin: 0 0 0.5em 0;
			padding: 0;
		}

		#banner p {
			font-size: 1em;
			color: rgba(255, 255, 255, 0.55);
			margin-bottom: 1.75em;
		}

		@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

			#banner {
				background-attachment: scroll;
			}

		}

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

			#banner {
				padding:10px 0 20px 0;
			}

		}

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

			#banner {
				background-attachment: scroll;
			}

		}

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

			#banner {
				padding:10px 0 20px 0;
			}

				#banner h1 {
					font-size: 2.5em;
				}

				#banner p {
					font-size: .9em;
				}

		}

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

			#banner {
				padding:5px 0 5px 0;
			}

		}
		
		
		
		/* Banner_2 */

	/*#banner_2 {
		padding: 12em 0 20em 0;
		background-image: url('../../images/banner_1.jpg');
		background-size: cover;
		background-position: top;

		background-repeat: no-repeat;
		text-align: center;
	}*/
	
	#banner_2 img {
		width:100%;
	}

		#banner_2 h1 {
			font-size: 3.5em;
			font-weight: 100;
			color: #fff;
			line-height: 1em;
			margin: 0 0 0.5em 0;
			padding: 0;
		}

		#banner_2 p {
			font-size: 1em;
			color: rgba(255, 255, 255, 0.55);
			margin-bottom: 1.75em;
		}

		@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

			#banner_2 {
				background-attachment: scroll;
			}

		}

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

			#banner_2 {
				/*padding: 10em 2em 8em 2em;*/
			}

		}

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

			#banner_2 {
				background-attachment: scroll;
			}

		}

		
		
		
		
		/* Banner_3 */

	#banner_3 {
		height:260px;
		
		background-image: url('../../images/banner_3.jpg');
		background-size: cover;
		background-position:top;

		background-repeat: no-repeat;
		text-align: center;

	}

		#banner_3 h1 {
			font-size:50px;
			font-weight:500;
			color: #fff;
			line-height:260px;
			margin: 0 0 0.5em 0;
			padding: 0;
		}

		#banner_3 p {
			font-size: 1em;
			line-height:180px;
			color: rgba(255, 255, 255, 0.55);
			margin-bottom: 1.75em;
		}

		@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

			#banner_3 {
				background-attachment: scroll;
			}

		}

		@media screen and (max-width: 1280px) {
			
		
			
			#banner_3 h1 {
				font-size:40px;
			
				
			}

		}

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

			#banner_3 {
				background-attachment: scroll;
			}

		}

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

			#banner_3 {
				
			}

				#banner_3 h1 {
					font-size:34px;
				}

				#banner_3 p {
					font-size: .9em;
				}

		}

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

			#banner_3 {
				
			}

		}
		
		
		


	
	
	

	