@charset "utf-8";
/* 전현진 - www.dcafein.com */

/* 귀어귀촌 종합센터 메인페이지 */
	#mainContainer {
		background: #fff;
	}
	.mainConbox{position:relative;margin-bottom: 25px;}
	.mainConbox .mainh2{
		position:absolute;top:0;left:0;overflow:hidden;width:280px;height:280px;/* padding:70px 30px; */
		background-image:url("../img/main_section_bg.jpg");background-repeat:repeat;color:#fff;
		/* border-radius:20px 5px 100px 5px; */
		background-color: #384A99;
		/* -moz-box-shadow:0px 2px 7px rgba(0,0,0,0.1);-webkit-box-shadow:0px 2px 7px rgba(0,0,0,0.1);box-shadow:0px 2px 7px rgba(0,0,0,0.1)*/}
	/* .mainConbox h2.mainh2 strong{display:block;padding:0 10px;font-size:40px;text-shadow:1px 1px 1px rgba(0,0,0,0.2);font-family: 'NanumSquare';font-weight:bold}
	.mainConbox h2.mainh2 small{display:block;margin-top:30px;font-size:14px;color:#fff} */
	
	
	.mainConbox .mainh2 .shortcuts {height: 140px;padding: 100px 37px 20px 37px;}
	.mainConbox .mainh2 .shortcuts a {padding: 10px;background:#d4e1f3 url("../img/susanInfo.png") no-repeat left; background-size:20px;background-position: 10px;}
	.mainConbox .mainh2 .shortcuts-half {width: calc(100%/2); height: 140px;float: left;padding: 85px 10px 20px 10px;}
	.mainConbox .mainh2 .shortcuts-half a {padding: 10px 0;background-color: #d4e1f3;position: absolute;
    width: 120px;text-align: center;}
    .mainConbox .mainh2 .shortcuts-half a.emptyHouse {background:#d4e1f3 url("../img/emptyHouseInfo.png") no-repeat left;background-size:20px;background-position: 10px;}
    .mainConbox .mainh2 .shortcuts-half a.work {background:#d4e1f3 url("../img/workInfo.png") no-repeat left;background-size:20px;background-position: 5px;}
	
	.mainConbox .middlecon{position:relative;background-color:#fff;}
	.mainConbox .rightcon{
		position:absolute;top:0;right:0;width:210px;
		-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.1);-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);box-shadow:0px 2px 5px rgba(0,0,0,0.1)}
	.mainConbox .rightcon h3{font-size:16px;color:#212121}
	
	/* 메인 상단 배너 모음
	   2019.01.17 리뉴얼로 막음
		#mainTop .mainbannercon{float:left;width:330px;}
		#mainTop .mainbannercon li,
		#mainTop .mainbannercon a{overflow:hidden;}
		#mainTop .mainbannercon a img{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;}
		#mainTop .mainbannercon a:hover img{transform:scale(1.2)}
		#mainTop .weather_diagnosis{width:210px;}
		#mainTop .weather_diagnosis .mainWeather{height:210px;padding:30px 10px;background:url("../img/main_weatherbg.jpg") no-repeat center;color:#fff}
		#mainTop .weather_diagnosis .mainWeather .weatherbox{background-size:auto 100%;}
		#mainTop .weather_diagnosis .mainWeather .weatherbox small{display:block;font-size:16px;}
		#mainTop .weather_diagnosis .mainWeather .weatherbox em{display:block;font-size:20px;}
		#mainTop .weather_diagnosis .mainWeather .weatherinfo{line-height:24px;}
		#mainTop .weather_diagnosis .mainDiagnosis{position:relative;}
		#mainTop .weather_diagnosis .mainDiagnosis a{display:block;height:120px;padding:40px 50px;background:url("../img/main_diagnosisbg.jpg") no-repeat center;color:#fff;font-size:16px;font-weight:bold}
		#mainTop .weather_diagnosis .mainDiagnosis a .goArrow{
			position:absolute;top:40px;right:30px;overflow:hidden;width:40px;height:40px;line-height:40px;background-color:#05a0fa;text-align:center;border-radius:50%;font-size:22px;
			-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;}
		#mainTop .weather_diagnosis .mainDiagnosis a:hover{color:#ffe400}
		#mainTop .weather_diagnosis .mainDiagnosis a:hover .goArrow{right:40px;background-color:#333}
		#mainTop .maintoplink{padding-top:5px;font-size:0;border-radius:0 0 50px 50px}
		#mainTop .maintoplink a{
			display:inline-block;height:45px;line-height:40px;padding:0 50px;color:#fff;font-size:14px;
			-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;}
		#mainTop .maintoplink a:hover{background-color:#fff;color:#212121;border-radius:5px 5px 0 0}
		#mainTop .maintoplink a:hover .colorYellow{color:#212121 !important}
		*/		
		#mainTop { overflow: hidden; background: #fff; }
		#mainTop > div { float: left; }
		#mainTop > div.maintop_slider { width: 675px; height: 300px; }

		#mainTop .top_left_banner {width: 314px;height: 300px;background: url('/common/img/main200923/main_business.png') 50% top repeat-x;padding: 15px 29px;}
		#mainTop .top_left_banner ul { /* margin: 10px 0; */ margin-top: 5px; clear:both; padding: 15px 0px;}
		#mainTop .top_left_banner ul li {
			-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;
			background: #fff;
			margin-bottom: 15px;
			font-size: 15px;
			font-family: 'NanumSquare';
			line-height: 1.6;
			position: relative;
			padding-left: 10px;
			cursor: pointer;
			border: 1px solid #596DB4;
			overflow: hidden;
		}
		#mainTop .top_left_banner ul li:hover:before {left: -30px;}
		#mainTop .top_left_banner ul li:hover {/*color: #fff;*/}

		#mainTop .top_left_banner ul li:after {
			-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;
			background: #596DB4;
			position: absolute;
			top: 0;
			right: 0;
			width: 30px;
			height: 30px;
			text-align: center;

			content: '+';
			color: #fff;
			font-style: normal;
		}
		#mainTop .top_left_banner ul li a {color: #212121;}

		#mainTop .top_right_banner {
			-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;
			/* background: #304672; */
		}

		#mainTop .top_right_banner:hover { /* background: #4B6DB0; */ }

		.banner_icon a img{float:right; width: 65%; margin: 0 auto;}
		
		.maintop_slider {position: relative;}

		.maintop_slider .maintop_slider_control {}

		.maintop_slider .maintop_slider_control > * {
			position: absolute;
			width: 60px;
			background: #000;
			background: rgba(0,0,0,0.5);
			display: block;
			height: 63px;
			line-height: 63px;
			text-align: center;
			font-size: 20px;
		}

		.maintop_slider .maintop_slider_control .slide_number {
			bottom: 10px;
			right: 10px;
			border-radius: 15px;
			font-size: 1em;
			height: auto;
			line-height: 1.6;
			width: auto;
			padding: 5px 15px;
			color: #fff;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}

		.maintop_slider .maintop_slider_control a.prev {top: 40%;left: 0;border-top-right-radius: 30px;border-bottom-right-radius: 30px;}

		.maintop_slider .maintop_slider_control a.next {top: 40%;right: 0;border-top-left-radius: 30px;border-bottom-left-radius: 30px;}


	/* 링크 모음 */
		#mainQuick { overflow: hidden; }
		#mainQuick > a {
			float: left;
			display: block;
			position: relative;
			border: 1px solid #ccc;
			border-right: 0;
			background: #fff;
			-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;
		}
		#mainQuick > a button {
			-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;
			position: absolute;
			bottom: 50px;
			left: 18px;
			border-radius: 0;
			color: #fff;
			border: 0 none;
			background: #888888;
			font-family: 'NanumSquare';
		}
		#mainQuick > a:hover {background: #F1F2F4;}
		#mainQuick > a:hover button{background: #384c94;}
		#mainQuick a:last-child { border-right: 1px solid #ccc; }

	/* 기관 배너 */

		#mainGoLink{position:relative;padding:10px 0;margin-top:20px !important;-moz-box-shadow:0px 1px 10px rgba(0,0,0,0.2);-webkit-box-shadow:0px 1px 10px rgba(0,0,0,0.2);box-shadow:0px 1px 10px rgba(0,0,0,0.2);background: #fff;}
		#mainGoLink ul li { text-align: center; }
		#mainGoLink ul li a{display:block;height:60px;line-height:60px;border:1px solid #e0e0e0;text-align:center}
		#mainGoLink ul li a:hover{border:1px solid #999}
		#mainGoLink ul li a img {
			margin: auto;
			display: inline-block;
			vertical-align: middle;
			zoom: 1; /* Fix for IE7 */
			*display: inline; /* Fix for IE7 */
		}
		#mainGoLink .outside span{position:absolute;top:0;}
		#mainGoLink .outside span#slider-prev{left:0;}
		#mainGoLink .outside span#slider-next{right:0;}
		#mainGoLink .outside a{display:block;width:30px;height:80px;line-height:80px;background-color:rgba(0,0,0,0.2);color:#666;font-size:20px;text-align:center}
		#mainGoLink .outside a:hover{background-color:rgba(0,0,0,0.5);color:#fff}


	/*  지금 귀어귀촌 소식은? */
		#mainLatest h2.mainh2{padding:50px 30px;}
		#mainLatest .tabmnu ul { background: #eee; }
		#mainLatest .tabmnu ul li { background: #fff; }
		#mainLatest .tabmnu ul li:first-child a { border-left:1px solid #e0e0e0; }
	
		#mainLatest .tabmnu ul li a{display:block;width:200px;height:50px;line-height:50px;/* border-right:1px solid #e0e0e0; */border-top:1px solid #e0e0e0;text-align:center;color:#333; background: url(../img/two_vertical.png) no-repeat center right;}
		#mainLatest .tabmnu ul li a.unBar{background-image:none;}
		#mainLatest .tabmnu ul li a.choice{background-color:#FF8601;border-right:1px solid #FF8601;border-top:1px solid #FF8601;color:#fff;}
		/* #mainLatest .tabmnu ul li a.choice{background-color:#384A99;border-right:1px solid #384A99;border-top:1px solid #384A99;color:#fff;border-radius:0 10px 0 0; background: url(../img/two_vertical.png) no-repeat center right;} */
		#mainLatest .tab_latest_wrap{padding:25px 30px;/* border:1px solid #384A99; */ border:1px solid #e0e0e0;}
		#mainLatest .tab_latest_wrap .tab_latest a.more{position:absolute;top:0;right:25px;width:50px;height:50px;padding-top:16px;text-align:center;color:#666;font-size:16px;}
		#mainLatest .tab_latest_wrap .tab_latest_new a.more{position:absolute;top:0;right:20px;width:50px;height:50px;padding-top:16px;text-align:center;color:#666;font-size:16px;}
		#mainLatest .middlecon { width: 910px; }
		/*
		#mainLatest .rightcon a{display:block;height:280px;padding:20px 0;background:url("../img/main_phonebg.jpg") no-repeat center;text-align:center;}
		#mainLatest .rightcon a .phone{display:block;margin-top:10px;font-size:26px;font-weight:bold}
		#mainLatest .rightcon a .openclose{display:block;color:#333}
		*/

	/* 귀어귀촌지원정책 */
		#mainPolicy .policyArea{padding:25px 30px;background-color:#06a076;color:#fff}
		#mainPolicy .policyArea h3{margin-bottom:10px;text-align:center}
		#mainPolicy .policyArea h3 em{display:block;font-size:18px;}
		#mainPolicy .policyArea h3 small{display:block;margin-top:3px;font-size:14px;color:#fff;}
		#mainPolicy .policyArea ul li{width:49%;margin:7px 0 7px 2%}
		#mainPolicy .policyArea ul li:nth-child(2n+1){margin-left:0;}
		#mainPolicy .policyArea ul li a{display:block;overflow:hidden;height:50px;line-height:50px;background-color:#fff;text-align:center;color:#212121;border-radius:3px}
		#mainPolicy .policyArea ul li a:hover{background-color:#333;color:#fff}
		#mainPolicy .rightcon a{display:block;height:140px;padding:20px;color:#666;}
		#mainPolicy .rightcon a span{display:block;margin-top:5px;font-size:12px;}
		/* 20181227 배너 이미지 확장자가 jpg에서 png로 변경되었므로 수정 65,66라인 */
		#mainPolicy .rightcon a.homestay{background:url("../img/main_homestaybg.png") no-repeat center}
		#mainPolicy .rightcon a.doctor{background:url("../img/main_doctorbg.png") no-repeat center}

	/* 귀어귀촌교육센터 */
		#mainEducation .educationArea{
			padding:25px 30px;border:5px solid rgba(0,0,0,0.1);
			-moz-box-shadow:0px 2px 7px rgba(0,0,0,0);-webkit-box-shadow:0px 2px 7px rgba(0,0,0,0);box-shadow:0px 2px 7px rgba(0,0,0,0)}
		#mainEducation .educationArea h3{margin-bottom:15px;text-align:center}
		#mainEducation .educationArea h3 em{display:block;font-size:18px;}
		#mainEducation .educationArea h3 small{display:block;margin-top:3px;font-size:14px;}
		#mainEducation .educationArea ul li{position:relative;}
		#mainEducation .educationArea ul li a{display:block;overflow:hidden;height:44px;line-height:44px;padding:0 150px 0 10px;border-top:1px dashed #ccc;text-overflow:ellipsis;white-space:nowrap;color:#333;}
		#mainEducation .educationArea ul li:first-child a{border-top:none}
		#mainEducation .educationArea ul li a .date{position:absolute;top:0;right:10px}
		#mainEducation .educationArea ul li a:hover{background-color:#fafafa}
		#mainEducation .educationArea ul li a:hover em{text-decoration:underline}
		#mainEducation .rightcon a{display:block;height:280px;padding:20px 0;background:url("../img/main_listenbg.jpg") no-repeat center;text-align:center;}
		#mainEducation .rightcon a span{display:inline-block;width:130px;height:35px;line-height:35px;margin-top:15px;background-color:#26333b;color:#fff}
	
	/* 함께하는 귀어귀촌 실시간 소통공간 */
		#mainGallery{padding-bottom:40px;background:url("../img/main200923/main_latestbgs.png") no-repeat center top;/* background:url("../img/main_latestbgs.jpg") fixed center */}
		#mainGallery h2{display:inline-block;height:80px;line-height:80px;padding:0 80px 0 40px;margin-bottom:30px;background-color:#336DCC;color:#fff;font-size:30px;font-family: 'NanumSquare';font-weight:bold;border-radius:0 0 80px 0}
		#mainGallery ul {height: 346px;}
		#mainGallery ul.gallery_ul li{width:220px;margin-left:25px;height:100%;/* width:255px; margin-left:60px;*/ border:1px solid #b3b3b3; padding-left: 5px; padding-right: 5px; padding-bottom: 5px;}
		#mainGallery ul.gallery_ul li:first-child{margin-left:0}
		#mainGallery ul.gallery_ul li a{
			margin-top:5px;background-color:#fff;
			-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;
			-moz-box-shadow:0px 1px 1px rgba(0,0,0,0);-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0);box-shadow:0px 1px 1px rgba(0,0,0,0)}
		#mainGallery ul.gallery_ul li a,
		#mainGallery ul.gallery_ul li a em{display:block;color:#212121}
		#mainGallery ul.gallery_ul li a em.pic{overflow:hidden;font-size:0;height:220px;}
		#mainGallery ul.gallery_ul li a em.pic img{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;}
		#mainGallery ul.gallery_ul li a em.txt{padding:25px 15px;height:114px;}
		#mainGallery ul.gallery_ul li a em.txt span{display:block;font-size:16px;}
		#mainGallery ul.gallery_ul li a em.txt small{display:block;margin-top:5px;font-size:14px;color:#999}
		#mainGallery ul.gallery_ul li a:hover{margin-top:0;-moz-box-shadow:0px 5px 10px rgba(0,0,0,0.5);-webkit-box-shadow:0px 5px 10px rgba(0,0,0,0.5);box-shadow:0px 5px 10px rgba(0,0,0,0.5)}
		#mainGallery ul.gallery_ul li a:hover em.pic img{transform:scale(1.1)}
		#mainGallery ul.gallery_ul li a:hover em.txt span{color:#384c94}
		
		/* 메인페이지 리뉴얼 200925 */		
		.col-xs-5ths,
		.col-sm-5ths,
		.col-md-5ths,
		.col-lg-5ths {
		    position: relative;
		    min-height: 1px;
		    padding-right: 15px;
		    padding-left: 15px;
		}
		.col-xs-5ths {
		    width: 20%;
		    float: left;
		}
		@media (min-width: 768px) {
		    .col-sm-5ths {
		        width: 20%;
		        float: left;
		    }
		}
		
		@media (min-width: 992px) {
		    .col-md-5ths {
		        width: 20%;
		        float: left;
		    }
		}
		
		@media (min-width: 1200px) {
		    .col-lg-5ths {
		        width: 20%;
		        float: left;
		    }
		}
		.mainTopBottomBanner{
			background-color: #fbfafa;
		}
		.mainTopBottomBanner div{ color: #000; font-weight: bold;}
		.mainTopBottomBanner a, a:focus, a:hover{color:#000;}
		
		.sectionTitle{
			text-align: center;
			font-size: 26px;
			color: #000;
			margin: 45px 0px 15px 0px;
			font-weight: 500;
			letter-spacing: -1px;
		}
		.sectionTitle span{font-weight: bold;}
		
		.jmap{position:absolute;top:0px;right:0px;height:258px;z-index:2}
		.jmap .map_area{position:absolute;top:0;left:0;z-index:3}
		.jmap .map_on{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}
		.jmap .map_on div{position:absolute;top:0;left:0;opacity:0;transition:all 0.3s ease;-webkit-transition:all 0.3s ease}
		.jmap .map_on div.on{opacity:1}
		
		.mainLatestLeftCon{width:290px;}
		.mainLatestLeftCon div.titletab{height: 50px; width: 291px; cursor: pointer;}
		.mainLatestLeftCon .title{
			line-height: 50px; 
			letter-spacing: -1px;
			
		}
		.mainLatestLeftCon .title a{color: #808080; font-weight: bold;}
		.mainLatestLeftCon .title.active a{color: #333;}
		
		.mainLatestLeftCon .title:first-child{
			border-top: 1px solid #a9a9a9; 
			border-left: 1px solid #a9a9a9; 
			border-bottom: 2px solid #FF5A00; 
		}
		.mainLatestLeftCon .title:last-child{
			border-top: 1px solid #a9a9a9; 
			border-right: 1px solid #a9a9a9; 
			border-bottom: 2px solid #FF5A00; 
		}
		.mainLatestLeftCon .title.active{
			border-top: 2px solid #FF5A00; 
			border-left: 2px solid #FF5A00; 
			border-right: 2px solid #FF5A00;
			border-bottom: none;
		}
		.mainLatestLeftCon .conBox{
			height: 262px;
			width: 291px;
			border-left: 2px solid #FF5A00; 
			border-right: 2px solid #FF5A00; 
			border-bottom: 2px solid #FF5A00;
		}
		 a.top_scroll {
	        position: fixed;
	        left: 92%;
	        bottom: 50px;
	        display: none;
	        background-color: #01B0B5;
		    padding: 15px 20px;
		    border-radius: 10px;
		    color: #ffffff;
	      }
		.float_banner {
		    position: absolute;
		    right: -190px;
		    top: 0px;
		    z-index: 9999;
		}
		.respon:before{
			content: " ";
		    display: table;
		}
		.respon:after{
			content: " ";
		    display: table;
		}
		/* //메인페이지 리뉴얼 200925 */



/* 서브페이지 */
	#subTopArea.subTopBg1{background:url("../img/subTopBg1.jpg") fixed bottom}
	#subTopArea.subTopBg2{background:url("../img/subTopBg2.jpg") fixed bottom}
	#subTopArea.subTopBg4{background:url("../img/subTopBg3.jpg") fixed bottom}
	#subTopArea.subTopBg5{background:url("../img/subTopBg4.jpg") fixed bottom}
	#subTopArea.subTopBg6{background:url("../img/subTopBg5.jpg") fixed bottom}
	#subTopArea.subTopBg10{background:url("../img/subTopBg6.jpg") fixed bottom}
	#subTopArea.subTopBg7{background:url("../img/subTopBg7.jpg") fixed bottom}

	/* 귀어·귀촌 > 귀어·귀촌이란? */
		#aboutSealife .aboutSealife1 .simbolmarkbox{position:relative;padding:100px 50px;border:1px solid #e0e0e0;background:#fff url("../img/about1_bg.jpg") repeat;text-align:center}
		#aboutSealife .aboutSealife1 .simbolmarkbox .downloadbox{font-size:0}
		#aboutSealife .aboutSealife1 .simbolmarkbox .downloadbox a{margin:0 2px}
		#aboutSealife .aboutSealife3 ul li{margin-top:30px;}
		#aboutSealife .aboutSealife3 ul li:first-child{margin-top:0;}
		#aboutSealife .aboutSealife3 ul li em{display:block;height:50px;line-height:50px;margin:10px 100px 0;text-align:center;border:1px solid #e0e0e0;background-color:#fff;border-radius:25px;}

	/* 귀어·귀촌 > 절차 > 귀어귀촌 준비절차 */
		#aboutStep #stepList{position:relative;height:700px;background:url("../img/aboutStep_stepimg.png") no-repeat center}
		#aboutStep #stepList a.step{position:absolute;top:-100px;left:0;display:block;width:100px;height:70px;background-color:rgba(255,0,0,0)}
		#aboutStep #stepList a.step.step1{top:38px;left:60px;width:200px}
		#aboutStep #stepList a.step.step2{top:38px;left:382px;width:220px;height:100px}
		#aboutStep #stepList a.step.step3{top:95px;left:685px;}
		#aboutStep #stepList a.step.step4{top:277px;left:628px;}
		#aboutStep #stepList a.step.step5{top:277px;left:470px;}
		#aboutStep #stepList a.step.step6{top:277px;left:305px;}
		#aboutStep #stepList a.step.step7{top:355px;left:85px;width:220px}
		#aboutStep #stepList a.step.step8{top:538px;left:85px;width:185px}
		#aboutStep #stepList a.step.step9{top:538px;left:345px;width:185px}
		#aboutStep #stepList a.step.step10{top:538px;left:623px;width:195px}

		#aboutStep #stepbox .stepcon{
			padding:25px 35px 50px;margin-top:20px;background:#fff url("../img/aboutStep_seaweed.png") no-repeat bottom right;
			-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.1);-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);box-shadow:0px 2px 5px rgba(0,0,0,0.1)}
		#aboutStep #stepbox .stepcon:first-child{margin-top:0;}
		#aboutStep #stepbox .stepcon h4{margin-bottom:15px;background:url("../img/aboutStep_ship.png") no-repeat left center;text-align:center}
		#aboutStep #stepbox .stepcon h4 em{display:inline-block;width:450px;line-height:40px;background-color:#807263;color:#fff;font-size:18px;letter-spacing:-.5pt;font-weight:bold;border-radius:20px;text-align:center}
		#aboutStep #stepbox .stepcon p{color:#666}
		
		/*
		#aboutStep .aboutStepArea .stepList ul li{width:24.25%;margin-left:1%;margin-bottom:1%;}
		#aboutStep .aboutStepArea .stepList ul li:nth-child(4n+1){margin-left:0}
		#aboutStep .aboutStepArea .stepList ul li a{overflow:hidden;display:block;height:100px;padding:30px 15px 0;border:1px solid #0e518c;background-color:#fff;border-radius:5px;color:#555}
		#aboutStep .aboutStepArea .stepList ul li:nth-child(2) a{padding-top:16px}
		#aboutStep .aboutStepArea .stepList ul li a small{display:block;font-size:14px;}
		#aboutStep .aboutStepArea .stepList ul li a em{display:block;font-size:16px;font-weight:bold}
		
		#aboutStep .aboutStepArea .stepbox .stepcon{margin-top:20px}
		#aboutStep .aboutStepArea .stepbox .stepcon:first-child{margin-top:0}
		#aboutStep .aboutStepArea .stepbox .stepcon small{display:block;font-size:14px;}
		#aboutStep .aboutStepArea .stepbox .stepcon h4{display:block;margin-top:5px;font-size:17px;font-weight:bold}
		#aboutStep .aboutStepArea .stepbox .stepcon p{line-height:20px;margin-top:10px;color:#666;font-size:13px;text-align:justify}
		*/
		/*
		#aboutStep .aboutStepArea .stepbox{position:relative;height:2792px;background:url("../img/about_stepbg.png") no-repeat center top}
		#aboutStep .aboutStepArea .stepbox .stepcon{position:absolute;width:350px;}
		#aboutStep .aboutStepArea .stepbox .stepcon.step_left{left:0;text-align:right}
		#aboutStep .aboutStepArea .stepbox .stepcon.step_right{right:0;text-align:left}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep1{top:132px}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep2{top:290px}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep3{top:403px}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep4{top:613px}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep5{top:997px}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep6{top:1402px}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep7{top:1668px}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep8{top:1878px}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep9{top:2048px}
		#aboutStep .aboutStepArea .stepbox .stepcon.aboutstep10{top:2275px}
		#aboutStep .aboutStepArea .stepbox .stepcon small{display:block;font-size:14px;}
		#aboutStep .aboutStepArea .stepbox .stepcon h4{display:block;margin-top:5px;font-size:17px;font-weight:bold}
		#aboutStep .aboutStepArea .stepbox .stepcon p{line-height:20px;margin-top:10px;color:#666;font-size:13px;text-align:justify}
		*/

	/* 지원정책 > 지원사업(전체) */
		#policyMain .policyList ul{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
		#policyMain .policyList ul li{width:25%;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;background-color:#fff;}
		#policyMain .policyList ul li .pic{font-size:0}
		#policyMain .policyList ul li .txt{display:block;padding:10px;color:#666;text-align:center;}
		#policyMain .policyList ul li .txt em{display:block;font-size:16px;color:#212121;font-weight:bold}
		#policyMain .policyList ul li .txt span{display:block;margin-top:5px;font-size:12px;letter-spacing:-.5pt}

	/* 지원정책 > 어업창업 및 주택구입 */
		#policyPage1 .policyPage13 .policyPage13_img{text-align:center;}

	/* 지원정책 > 어업경영체 등록 */
		#policyPage6 .policyPage64con > ul > li{position:relative;width:37%;margin-left:5%}
		#policyPage6 .policyPage64con > ul > li:first-child{width:16%;margin-left:0}
		#policyPage6 .policyPage64con > ul > li .page64con{display:block;height:50px;line-height:50px;margin-bottom:10px;background-color:#666;color:#fff;border-radius:5px;text-align:center}
		#policyPage6 .policyPage64con > ul > li:first-child .page64con{background-color:#06a076}
		#policyPage6 .policyPage64con > ul > li:nth-child(2) .page64con{background-color:#708ce3}
		#policyPage6 .policyPage64con > ul > li:nth-child(3) .page64con{background-color:#7da7e3}
		#policyPage6 .policyPage64con > ul > li .basic_list{font-size:13px}
		#policyPage6 .policyPage64con .formal{position:absolute;top:0;right:-35px;width:30px;height:50px;line-height:50px;color:#999;text-align:center;font-size:20px;}

		#policyPage6 .policyPage67con ul li{position:relative;margin-top:20px;}
		#policyPage6 .policyPage67con ul li:first-child{margin-top:0}
		#policyPage6 .policyPage67con ul li dl{display:table;width:100%;}
		#policyPage6 .policyPage67con ul li dl dt{display:table-cell;width:200px;padding:15px;background-color:#666;color:#fff;text-align:center;}
		#policyPage6 .policyPage67con ul li dl dd{display:table-cell;padding:15px;border:1px solid #e0e0e0;background-color:#fafafa;vertical-align:middle}
		#policyPage6 .policyPage67con ul.normalcon li dl dt{background-color:#708ce3}
		#policyPage6 .policyPage67con ul.normalcon li:before{
			position:absolute;bottom:-20px;left:95px;width:0;height:0;content:'';
			border-top:10px solid #708ce3;border-right:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid transparent;}
		#policyPage6 .policyPage67con ul.normalcon li:last-child::before{display:none}
		#policyPage6 .policyPage67con ul.modifycon li dl dt{background-color:#7da7e3}
		#policyPage6 .policyPage67con ul.modifycon li:before{
			position:absolute;bottom:-20px;left:95px;width:0;height:0;content:'';
			border-top:10px solid #7da7e3;border-right:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid transparent;}
		#policyPage6 .policyPage67con ul.modifycon li:last-child::before{display:none}
		#policyPage6 .policyPage67con hr{height:1px;margin:40px 0;border:none;background-color:#ccc;}
		#policyPage6 .policyPage67con .claim{margin:-60px 0 20px;text-align:center;}
		#policyPage6 .policyPage67con .claim em{display:inline-block;height:40px;line-height:40px;padding:0 30px;background-color:#666;color:#fff;text-align:center;border-radius:20px;}
	
	/* 지원정책 > 귀어귀촌 홈스테이 운영자 정보 */
		.homestayApp > ul > li a.pic {margin: 7px;}
		.homestayApp .localBox em{width: 60%; padding:15px; background-color: #0e518c;margin: 0 auto;position: absolute;top: 160px;left: 20%; text-align: center;color: #fff; font-weight: bold;}
		.homestayApp > ul > li a.overcon {padding: 120px 20px !important;}
		.homestayApp > ul > li a.overcon strong{color:#fff !important;}
		.homestayApp > ul > li a.txt{padding:30px 10px 15px 10px !important;}
		.homestayApp > ul > li .sky {color: #86A7C6;}
		
		#policyPage7 .rc { width: 880px;}
		#policyPage7 .ls_wrap{margin-top: 30px;}
		#policyPage7 .ls_title{border-bottom: 1px solid #bcbdbf;height: 50px;}
		#policyPage7 .ls_title > h4{float: left;font-weight: bold;color: #333;font-size: 20px;}
		#policyPage7 .title_bar{margin-right: 10px;display: inline-block;float: left;height: 25px;width: 5px;background-color: #38498e;}
		#policyPage7 .card_list{border: 1px solid #e6e6e6;height: 300px;padding: 10px;background-color: #ffffff;margin-top: 15px;}
		#policyPage7 .ct_img{z-index: 10;}
		#policyPage7 .ct_img img{width: 100%;height: 160px;}
		#policyPage7 .ct_sub_title{z-index: 20;height: 48px;position: relative;top: -6px;width: 195px;margin: 0 auto;
		      text-align: center;line-height: 48px;color: #ffffff;font-weight: bold;font-size: 18px;}
		#policyPage7 .chn_color{background-color: #0F844F;}
		#policyPage7 .jn_color{background-color: #384B90;}
		#policyPage7 .gb_color{background-color: #0072BB;}      
		#policyPage7 .ct_sub_detail{margin-top: 15px;}
		#policyPage7 .ct_sub_detail div{ text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-top: 8px;}
		#policyPage7 .ct_sub_detail span{font-weight: bold;font-size: 15px;}
		#policyPage7 .ct_sub_detail span:first-child{color: #2d64cb;width: 70px;display: inline-block;}
		
	/* 지원정책 > 귀어촌 홈스테이 > 귀어촌 홈스테이 신청 */
		/* #homestayView .subjectArea{position:relative;padding:20px 200px;;border-top:2px solid #1cb9d8;border-bottom:1px solid #ccc;background-color:#fff} */
		#homestayView .subjectArea {text-align:center;}
		#homestayView .subjectArea h2 small{display:block;font-size:16px;}
		#homestayView .subjectArea h2 strong{display:block;margin-top:5px;font-size:22px;font-weight: 800;}
		/* #homestayView .subjectArea .nextprevgo{position:absolute;top:20px;width:180px;}
		#homestayView .subjectArea .nextprevgo.prevgo{left:20px;}
		#homestayView .subjectArea .nextprevgo.nextgo{right:20px;text-align:right}
		#homestayView .subjectArea .nextprevgo a{position:relative;display:block;color:#999;font-size:13px;letter-spacing:-.5pt}
		#homestayView .subjectArea .nextprevgo a strong{font-size:16px;}
		#homestayView .subjectArea .nextprevgo a .arrows{position:absolute;top:0;font-size:26px;}
		#homestayView .subjectArea .nextprevgo.prevgo a{padding-left:30px;}
		#homestayView .subjectArea .nextprevgo.prevgo a .arrows{left:0}
		#homestayView .subjectArea .nextprevgo.nextgo a{padding-right:30px;}
		#homestayView .subjectArea .nextprevgo.nextgo a .arrows{right:0;}
		#homestayView .subjectArea .nextprevgo a:hover{color:#333} */
		#homestayView .homestayImg {height: 300px;}
		#homestayView .thumnailArea {float: left; position: relative;z-index: 2;}
		#homestayView .imgText {width: 60%; height: 250px; position: absolute; right: 1px;margin-top: 50px;z-index: 1;}
		#homestayView .imgText .enlargementImg{background-color: rgba(56, 76, 148, 0.7); width: 100%; height: 100%;position: absolute;}
		#homestayView .imgText .cutText {transform:translate(58%, 35%); color: #fff;line-height: 3.0rem;font-size: 1.5rem; width: 60%;}
		#homestayView .tab_menu {font-size: 0; margin-top: 30px;}
		#homestayView .float-right {float: right;}
		#homestayView .hide {display: hidden;}
		#homestayView .tab_menu .border_blue {border : 2px solid #0e518c;}
		#homestayView .tab_menu button {width: calc(100% /4);background: #fff; border: 1px solid #e0e0e0; box-sizing:border-box; padding: 20px; outline: 0;}
		#homestayView .tab_menu button svg, #homestayView .pconbox svg {font-size:16px; color:#0e518c;}
		#homestayView .tab_box_table tbody {background-color: #fff; border: 1px solid #e0e0e0;}
		#homestayView .tab_box_table th {text-align: center; font-weight: bold;}
		#homestayView .tab_box_table th, #homestayView .tab_box_table td {padding: 10px;}
		#homestayView .pconbox {line-height: 2.5rem;}
		#homestayView .pconbox h2 {font-size: 1.8rem; font-weight: 800;}
		#homestayView .basicInfo .mapbox{float:left;/*width:520px;*/width:370px;}
		#homestayView .basicInfo .mapbox iframe{width:100%;height:360px;}
		#homestayView .basicInfo .infotable{float:right;/*width:350px;*/width:500px;}
		
		#homestayView ul { margin: 0;padding: 0;}
		#homestayView .name_title{ margin: 30px 0px;}
		#homestayView .name_title span:first-child{font-size: 20px;color: #737373;}
		#homestayView .name_title span:last-child{display: block;font-size: 26px;color: #333;font-weight: bold;}
		#homestayView .main-image >img {height: 218px;width: 100%;padding: 5px;border: 1px solid #ccc;background: #fff;box-shadow: 1px 1px 7px rgba(0,0,0,0.1);}
		#homestayView .main-image {width: 340px;margin-bottom: 0.75em;}
		#homestayView .thumbnails li {display: inline;}
		#homestayView .thumbnails > li > a > img{height: 88px;width: 110px; padding: 5px;border: 1px solid #ccc;background: #fff;box-shadow: 1px 1px 7px rgba(0,0,0,0.1);}
		#homestayView .explain_box {height: 255px;margin-top: 105px;font-size: 16px;padding: 35px;text-overflow: ellipsis;overflow: hidden;color: #ffffff;
			background-size: cover;background-position: 50% 50%;width: calc(100% - 15px);background-color: #4B5E9F;background-blend-mode: multiply;}
		#homestayView .detail_title{letter-spacing: -1px;padding: 10px}
		#homestayView .detail_title > h4{font-weight: bold;color: #38498e;font-size: 20px;}
		
		#homestayView .detail-table{background-color: #ffffff;}
		#homestayView .detail-table > tbody > tr > th{font-weight: bold;width: 200px;}
		#homestayView .detail-table > tbody > tr > th,.detail-table > tbody > tr > td{letter-spacing: -1px;padding: 15px;font-size: 16px;color: #333;}
		#homestayView pre {border: none;background-color: #fff;font-size: 15px;white-space: pre-line;}
		#homestayView .location_title{letter-spacing: -1px; padding: 18px;}
		#homestayView .location_title > h4{font-weight: bold;color: #38498e;font-size: 20px;}
		#homestayView .location_wrap{ background-color: #ffffff;border: 1px solid #ddd;}
		#homestayView .rgba_color {background-color: rgba(56, 76, 148, 0.5);width: 509px;height: 230px;margin-top: 86px;position: absolute;left: 355px;}
	
	/* 수산기술 > 주요양식기술 */
		#fishinfoArea .fishinfomnu ul li{position:relative;overflow:hidden;width:117px;height:90px;margin-left:10px;margin-bottom:10px;border-radius:5px;}
		#fishinfoArea .fishinfomnu ul li:nth-child(7n+1){margin-left:0}
		#fishinfoArea .fishinfomnu ul li a{display:block;height:90px;font-size:0;}
		#fishinfoArea .fishinfomnu ul li a span{
			position:absolute;top:0;left:0;display:block;width:117px;height:90px;line-height:90px;background-color:rgba(56,76,147,0.9);color:#fff;font-size:16px;text-align:center;font-weight:bold;text-shadow:1px 1px 1px rgba(0,0,0,0.2);opacity:0;
			-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;}
		#fishinfoArea .fishinfomnu ul li.active a span,
		#fishinfoArea .fishinfomnu ul li a:hover span{opacity:1}

		#fishinfoArea .ulcomment{padding-top:10px;padding-left:40px}
		#fishinfoArea .ficon_basicinfo .basicinfo_img{float:left;}
		#fishinfoArea .ficon_basicinfo .basicinfo_con{float:left;}
		#fishinfoArea .ficon_img .imgbox{padding:20px;background-color:#fff;border-radius:5px;}
	
	/* 수산기술 > 양식기술매뉴얼 */
		#galleryList > ul > li > a > em {display: block; overflow: hidden; height: 50px; line-height: 48px;
	    	padding: 0 10px; background-color: #fff; text-overflow: ellipsis; white-space: nowrap; color: #444;}
	    #galleryList a:hover em {background-color: #06a076; color: #fff; font-weight: bold;}
			
	/* 수산기술 > 동영상 */
		/*
		#movGalList .movbox{float:left;width:440px}
		#movGalList .movbox h4{margin-bottom:20px;text-align:center;}
		#movGalList .movbox h4 .tit{display:block;font-size:20px;font-family: 'NanumSquare';font-weight:bold;}
		#movGalList .movbox h4 .subtit{display:block;margin-top:5px;color:#666;letter-spacing:-.5pt}
		#movGalList .movbox .txtarea{overflow-y:auto;height:300px;padding:10px;margin-top:10px;border:1px solid #222;background-color:#444;color:#fff;}
		#movGalList .movbox .detailviewBtn{display:block;margin-top:10px;}
		#movGalList .movlist{float:right;width:400px;}
		#movGalList .movlist ul li{position:relative;margin-top:5px;}
		#movGalList .movlist ul li:first-child{margin-top:0}
		#movGalList .movlist ul li a{display:block;overflow:hidden;height:50px;line-height:48px;padding:0 100px 0 10px;border:1px solid #e0e0e0;background-color:#fff;text-overflow:ellipsis;white-space:nowrap;color:#444}
		#movGalList .movlist ul li a span{position:absolute;top:1px;right:10px;color:#888;font-size:13px;}
		#movGalList .movlist ul li a:hover{border:1px solid #ccc;background-color:#fafafa}
		#movGalList .movlist ul li.active a{border:1px solid #06a076;background-color:#06a076;color:#fff;font-weight:bold}
		#movGalList .movlist ul li.active a span{color:#fff}
		#movGalList .movlist ul li.active a:after{
			position:absolute;top:15px;left:-20px;width:0;height:0;content:'';
			border-top:10px solid transparent;border-right:10px solid #06a076;border-bottom:10px solid transparent;border-left:10px solid transparent;}
		#fishmovArea .tab_latest h3{
			margin-bottom:20px;font-size:0;
			-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.1);-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);box-shadow:0px 2px 5px rgba(0,0,0,0.1)}
		#movGalList .movlist{}
		#movGalList .movlist ul li{position:relative;width:49.5%;margin-left:1%;margin-top:5px;}
		#movGalList .movlist ul li:nth-child(2n+1){margin-left:0;}
		#movGalList .movlist ul li a{display:block;overflow:hidden;height:50px;line-height:48px;padding:0 100px 0 10px;border:1px solid #e0e0e0;background-color:#fff;text-overflow:ellipsis;white-space:nowrap;color:#444}
		#movGalList .movlist ul li a span{position:absolute;top:1px;right:10px;color:#888;font-size:13px;}
		#movGalList .movlist ul li a:hover{border:1px solid #06a076;background-color:#06a076;color:#fff;font-weight:bold}
		#movGalList .movlist ul li a:hover span{color:#fff}
		*/

		#movGalList .movlist ul li{position:relative;width:32%;margin-left:2%;margin-top:10px;}
		#movGalList .movlist ul li:nth-child(3n+1){margin-left:0;}
		#movGalList .movlist ul li a{display:block;}
		#movGalList .movlist ul li a em{display:block;overflow:hidden;height:50px;line-height:48px;padding:0 10px;background-color:#fff;text-overflow:ellipsis;white-space:nowrap;color:#444}
		#movGalList .movlist ul li a:hover em{background-color:#06a076;color:#fff;font-weight:bold}
	
	/* 소통마당 > 자주묻는질문 */
		#faqList .faqform .initial{margin-top:5px;}
		#faqList .faqform .initial:first-child{margin-top:0;}
		#faqList .faqform .initial .posi{position:relative;}
		#faqList .faqform .initial .posi a{display:block;padding:15px 20px;border:1px solid #e0e0e0;border-bottom:2px solid #e0e0e0;background-color:#fff;font-size:0;color:#666}
		#faqList .faqform .initial .posi a .no{display:inline-block;width:40px;font-size:14px;vertical-align:top}
		#faqList .faqform .initial .posi a .subject{display:inline-block;width:770px;font-size:14px;vertical-align:top}
		#faqList .faqform .initial .posi a .arrow{position:absolute;top:15px;;right:20px;font-size:16px;}
		#faqList .faqform .initial .posi a:hover{border-color:#ccc;background-color:#fafafa;}
		#faqList .faqform .initial .thisInfo{display:none;padding:20px;border:1px solid #e0e0e0;border-top:none;background-color:#fafafa}
		#faqList .faqform .initial.open .posi a{border-color:#108162;background-color:#06a076;color:#fff}
		#faqList .faqform .initial.open .posi a .colorBlue{color:#fff !important}
		#faqList .faqform .initial.open .thisInfo{display:block;}
	
	/* 소통마당 > 우수사례 */
		#bestexamArea .tabmnu {display: inline-block;}		
		#bestexamArea .searchChoice {display: inline-block;float:right;margin-top:4px;}
		#bestexamArea .searchChoice .btn-warning {background-color: #eb6709; border-color: #eb6709; border-radius:0; padding: 10px 30px;}
		#bestexamArea .searchChoice button svg {margin-left: 20px;}
		#bestexamArea .searchChoice .dropdown-menu {position: absolute; will-change: transform; transform: translate3d(0px, 36px, 0px); top: 10px; left: -110px; width:340px;padding: 0; border-radius:0;}
		#bestexamArea .searchChoice .tabs-horizontal a {color: #000000;}
		#bestexamArea .searchChoice .tabs-horizontal .tab-link:hover, 
		#bestexamArea .searchChoice .tabs-horizontal .tab-link.active 
		{color:#eb6709;background-color:transparent;border-bottom: 2px solid #eb6709;box-sizing: border-box;}
		#bestexamArea .searchChoice .tabs-horizontal .tab-link:hover {color:#f57d1b;border-bottom: 2px solid #f57d1b;}
		#bestexamArea .searchChoice .tabs-horizontal .tab-link {padding:10px;width:100%;display:inline-block;border-bottom: 2px solid #ECECEC;}
		#bestexamArea .searchChoice .tabs-horizontal ul li {width:50%;text-align:center;}
		#bestexamArea .searchChoice .keywordBox {background-color: #FAF9F8;border-bottom: 2px solid #ECECEC;margin-bottom: 11px;}
		#bestexamArea .searchChoice .keyword {width: calc(100%/3); padding: 15px 10px; text-align: center;}
		#bestexamArea .searchChoice .keyword:hover {background-color: #ebe5e0; cursor: pointer;}
		
		#bestexamArea .searchChoice .tokenfield {padding: 0 10px;}
		#bestexamArea .searchChoice .tokenfield .token {border-radius: 7px;box-sizing: border-box;display: inline-block;margin: 4px 5px 0 0;white-space: nowrap;vertical-align: top;cursor: default;border: 1px solid #e4eaec;padding: 6px 10px;}
		#bestexamArea .searchChoice .tokenfield .token .token-label{color:#eb6709;}
		#bestexamArea .searchChoice .tokenfield .tokenClose {float: none;line-height: 0.5;color:#878787;opacity:1;}
		
		#bestexamArea .searchChoice #searchBtn {width: 100%; background-color: #1E2A56; color: #fff; border-radius:0;padding: 10px 12px;margin-top: 15px;}
		
		#bestexamArea .tableBox {display: table-cell;background-color:#ffffff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;}
		#bestexamArea .searchDivide {float: left;padding: 10px;}
		#bestexamArea .bestexamCtgry {width: 150px;text-align: center;height: 65.5px;border-right: 1px solid #e0e0e0;}
		#bestexamArea .bestexamRadio {width: calc(100% - 150px);}
		#bestexamArea .border-t {border-top:1px solid #e0e0e0;}
		#bestexamArea .searchBtnBox {text-align: center;margin: 10px 0;}
	/* 센터소개 > 귀어귀촌종합센터 */
		#introduce{position:relative;height:1000px;padding:100px 50px;background:url("../img/introduce_bg.jpg") no-repeat center top;color:#fff}
		#introduce h3{width:230px;line-height:40px;padding:30px 10px;margin-bottom:30px;border-top:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);font-size:30px;font-family: 'NanumSquare';font-weight:bold}
		#introduce strong{display:block;margin-bottom:20px;font-size:20px;letter-spacing:-.5pt;}
		#introduce p{line-height:22px;}

	/* 센터소개 > 상담안내 */
		#counselGuide h3, #copyrightPolicy h3 {position:relative;padding-bottom:30px;margin-bottom:30px;text-align:center;font-size:24px;font-family: 'NanumSquare';font-weight:bold}
		#counselGuide h3:before, #copyrightPolicy h3:before {position:absolute;bottom:0;left:50%;width:80px;height:1px;margin-left:-40px;background-color:#2f7bd9;content:'';}
		#counselGuide h4{text-align:center;font-size:18px;}
		#counselGuide .timex_phone{padding:25px 50px;border:1px solid #e0e0e0;background-color:#fff;}
		#counselGuide .timex_phone .timex{float:left;width:50%;font-size:16px;}
		#counselGuide .timex_phone .timex dl{display:table;width:100%;}
		#counselGuide .timex_phone .timex dl dt{display:table-cell;width:120px;}
		#counselGuide .timex_phone .timex dl dd{display:table-cell;}
		#counselGuide .timex_phone .phone{float:left;width:50%;border-left:1px solid #e0e0e0;text-align:center;font-size:34px;font-weight:bold;color:#318bfb}

	/* 센터소개 > 찾아오시는길 */
		#location #location1 .mapbox{overflow:hidden;font-size:0;border-radius:5px 10px 0 0}
		#location #location1 .mapbox iframe{width:100%;height:500px}
		#location #location1 .addrbox{padding:30px;border-bottom:2px solid #e0e0e0;background-color:#fff}
		#location #location1 .addrbox em{display:block;font-size:20px;font-family: 'NanumSquare';font-weight:bold}
		#location #location1 .addrbox span{display:block;}
	
	/* 사이트이용안내 > 저작권보호정책 */
		#copyrightPolicy .bluebtn {display: block;width: 200px;margin: 0 auto;height: 50px;line-height: 50px;}
	
/* 모달 팝업 */
	.fishinfoCon{z-index:9999}
	.fishinfoCon .modal-dialog{width:1000px;background-color:#fff;}
	#fishinfoCon h1.fitit{position:relative;padding:0 20px;background-color:#384c93;}
	#fishinfoCon h1.fitit em{height:50px;line-height:50px;font-size:16px;font-weight:bold;color:#fff}
	#fishinfoCon h1.fitit .close{position:absolute;top:0;right:10px;width:50px;line-height:50px;text-align:center;color:#fff;opacity:1}
	#fishinfoCon .fishinfoBg{
		height:220px;padding:20px 0;background:url("../img/fishinfo_conbg.jpg") no-repeat center bottom;background-size:cover;
		-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.1);-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.1);box-shadow:0px 2px 5px rgba(0,0,0,0.1)}
	#fishinfoCon .fishinfoBg img{max-height:180px;}
	#fishinfoCon .fishDatabox{padding:2em}
	
	
	/* 메인 추가 */
	#mainTopBackground{
	    /* background: url(../img/main190109/main_bg.png) center top; */
	    background: url(../img/main200923/main_bg.png) no-repeat center top;
    }
	
	.mainTopBottomBanner div{
		background: url(../img/main200923/main_bar.png) no-repeat center right;
	}
	
	.mainTopBottomBanner div:first-child,.mainTopBottomBanner div:last-child{
		background: unset;
	}
	
	/** 통합검색 **/
	#container.bg-color {background-color: #fff;}
	#unitySearch .search-form button {outline: 0 !important;}
	#unitySearch .input-search{position: relative; display: inline-block;width: 80%;}
	#unitySearch .input-search input{border: 2px solid #FF5A00; width: 80%;padding-left:40px;border-radius:0;height: 50px;}
	#unitySearch .input-search .search-bg-img {width:25px; height:25px; position: absolute;left: 10px;top: 14px; background: #fff url("/common/img/bigSearch.png") no-repeat top left;background-size: 25px;}
	#unitySearch .form-group {height: 50px;line-height: 0;}
	    
	#unitySearch .search-btn{position: absolute;top: 0;right: 0;bottom: 0;width: 20%;border-radius: 0;background-color: #FF5A00;color: #fff;font-weight: bold;}
	
	#unitySearch .search-form{margin: 0 130px;}
	
	#unitySearch .search-option{float: right; display: inline-block;height:100%;width: 15%;}
	#unitySearch #btn-search-option {height: 100%; border-radius:0; background-color: #F8F8FA;width:100%;border: 1px solid #797979;}
	#unitySearch #btn-search-option {display:block;}
	#unitySearch #btn-search-option svg {font-size: 20px;padding: 5px 0 0 0; color: #797979;}
	
	#unitySearch #connection {background-color: #F8F8FA; height: 16px; width: 15%; float: right; border-left: 1px solid #797979;border-right: 1px solid #797979;position: relative;z-index: 1;}
	
	#unitySearch .category-group:after, #unitySearch .sealife-community-group:after, #unitySearch .educenter-community-group:after {content:""; clear:both; display:block;}
	#unitySearch .category-group {margin-bottom: 20px;}
	#unitySearch .category {color: #000;background-color: #fff; width: calc((100% - 1px) /7);float: left;padding: 20px;text-align: center;
	border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;box-sizing: border-box;}
	#unitySearch .category:nth-child(1) {border-left: 1px solid #ddd;}

	#unitySearch .choice {background-color: #215898; color: #fff !important;border-top: 1px solid #215898;border-bottom: 1px solid #215898;}
	#unitySearch .choice p, #unitySearch .choice span {color: #fff !important;}
	
	#unitySearch .search-result-form{clear: both;padding: 20px 70px;}
	#unitySearch .search-result-form h2 {background-color: #F8F8FA;padding: 16px;border-top: 1px solid #384c94;border-bottom: 1px solid #384c94;}
	#unitySearch .search-content {padding: 30px 0;}
	#unitySearch .list-item{border:0;padding: 13px !important;}
	#unitySearch .menu-list li, #unitySearch .menu-list-board li.list-item {border-bottom: 1px solid #ddd;}
	#unitySearch .menu-list li:last-child {border: 0;}
	#unitySearch .menu-list a{color: #000;}
	#unitySearch .border-b-blue{border-bottom: 1px solid #384c94;}
	#unitySearch .result-add {float: right;color: black;font-weight: bold;}
	#unitySearch .font-emphasis{font-weight: bold; font-size: 2.3rem;}
	
	#unitySearch .search-option-content {position: relative; background-color: #F8F8FA; padding: 27px 30px;border: 1px solid #797979;}
	#unitySearch .selectBox{display: inline-block; position: relative;width:calc((100% - 70px)/3);}
	#unitySearch .selectBox:nth-child(-n+2){margin-right: 30px;}
	#unitySearch .dropdown {position: absolute;width: 100%;}
	#unitySearch .dropdown-content {border-left: 1px solid #007AE0;border-right: 1px solid #007AE0;border-bottom: 1px solid #007AE0;}
	#unitySearch .dropdown-content li {text-align: center;padding: 8px !important;background-color: #fff;line-height: normal;}
	#unitySearch .dropdown-content li:hover {color: #007AE0;cursor: pointer;}
	#unitySearch .select-btn {border-radius:0; background-color: #fff;border: 1px solid #007AE0;padding: 8px 12px; width: 100%; font-weight: bold;color: #007AE0;}
	#unitySearch .select-btn svg {right: 20px; color: #007AE0;font-size: 17px;padding-top: 4px;position: absolute;}
	
	#unitySearch .direct-dt {border-top: 1px solid #ddd;}
	#unitySearch .direct-dt input{padding: 6px 40px 6px 12px;margin: 5px auto 0 auto;text-align: center; color:#007AE0;}
	#unitySearch .direct-dt svg {position: absolute;font-size: 20px;color:#797979;}
	#unitySearch .direct-dt #icon_data_1{top: 212px; right: 23px;}
	#unitySearch .direct-dt #icon_data_2{top: 244px; right: 60px;}
	
	#unitySearch .community-board .cmmnc_ul li a.pic img, #unitySearch .fish-info ul > li a.pic img {width: 100%;height: 180px;}
	#unitySearch .community-board .cmmnc_ul li a.txt, #unitySearch .fish-info ul > li a.txt {padding: 15px 10px;color: #212121;}
	#unitySearch .community-board .cmmnc_ul li a, #unitySearch .fish-info ul > li a {display: block;}
	#unitySearch .community-board .cmmnc_ul li, #unitySearch .fish-info ul > li {position: relative;margin: 2% 2% 0 0;width: calc((100% - 4%)/3);background-color: #fff;box-shadow: 0px 2px 5px rgba(0,0,0,0.1);}
	#unitySearch .community-board .cmmnc_ul li:last-child, #unitySearch .fish-info ul > li:last-child {margin-right: 0;}
	#unitySearch .empty-data, #unitySearch ul > li.empty-data {padding: 13px; width: 100% !important; box-shadow: none !important; border-bottom: 1px solid #384c94; text-align: center;margin-top: 0;}
	
	#unitySearch table {border-top: 1px solid black;border-bottom: 1px solid black;margin: 20px 0;}
	#unitySearch table th:last-child {border-right: 1px solid #ddd;}
	#unitySearch table th {padding: 13px; border-left: 1px solid #ddd;border-top: 1px solid black;}
	#unitySearch table td {padding: 16px; border-top: 1px solid #ddd;border-left: 1px solid #ddd;}
	#unitySearch table td:last-child {border-right: 1px solid #ddd;}
	
	#unitySearch .sealife-community-group {margin-top: 20px;}
	#unitySearch .sealife-community {color:#000;padding: 20px 10px 20px 10px; border-top: 1px solid #384c94; border-bottom: 1px solid #384c94;border-left: 1px solid #384c94;text-align: center;float: left; width: calc((100% - 1px)/7);}
	#unitySearch .sealife-community:last-child {border-right: 1px solid #384c94;} 
	
	#unitySearch .educenter-community-group {margin-top: 20px;}
	#unitySearch .educenter-community {color:#000;padding: 20px 10px 20px 10px; border-top: 1px solid #384c94; border-bottom: 1px solid #384c94;border-left: 1px solid #384c94;text-align: center;float: left; width: calc((100% - 1px)/7);}
	#unitySearch .educenter-community:last-child {border-right: 1px solid #384c94;}
	
	#unitySearch .initial .posi a {margin-top: 20px;display: block;padding: 15px 20px;border: 1px solid #e0e0e0;border-bottom: 2px solid #e0e0e0;color: #666;}
	#unitySearch .initial .thisInfo {padding: 20px;border: 1px solid #e0e0e0;border-top: none;background-color: #fafafa;}
	
	#unitySearch .highlight{color: #fff;font-weight: bold;background-color: #106da8;}
    #unitySearch .searchInfo{font-size: 20px;font-weight: bold;color: #333;text-align: center;padding: 10px 0px 0px 0px;}
    #unitySearch .searchInfo .keyword{color: #f9415e;}
    #unitySearch .searchInfo .num{color: #106da8;}
    
    #unitySearch .edu_menu {float: right;margin-top: 7px;color: #212121;}
    #unitySearch .filelink .nopm li{border:0px !important;}/* 첨부파일 라인 제거를 위해 추가 */
    
    /** 소통마당 - 어울림마을 **/
    /* @font-face {font-family: BMHANNA; src: url(/common/webfonts/BMHANNA_11yrs_ttf.ttf) format('truetype');} */
    @font-face {
		font-family: 'BMHANNA';
		src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.0/BMHANNAPro.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}
	#villageArea .nbsp-left {text-indent: -18px;}
	#villageArea .village_warp {width: 100%;display: inline-block;background: #DBE8EE url(/common/img/village/village_map.png) top right no-repeat;position: relative;height: 500px;}
	#villageArea .tourist12_map_txt p {color: #45495b;font-size: 14px;display: inline-block;padding: 33px 0 0 164px;letter-spacing: -2px;line-height: 21px;}
	#villageArea .village_warp .tourist12_map_txt {padding: 0 0 0 17px;}
	#villageArea .village_warp .tourist12_map_txt img{position: absolute;top: 17px;}
	#villageArea .tourist_map_area {padding: 0 20px;display: inline-block;color: #fff;width: 100%;}
	#villageArea .village_txt {width: 41%;float: left;margin: 60px 22px 90px 0;position: relative;}
	#villageArea .village_txt img {position: absolute;width: 20%;left: 20px;}
	#villageArea .village_list{width: 17%;float: right;margin: 60px 0px 90px 0;position: relative;}
	#villageArea .village_list a {color: black;}
	#villageArea .village_list span:hover {color: #384c94;;font-weight: bold;text-decoration: underline;font-size: 13px;}
	#villageArea .village_list span {line-height: 25px;font-size: 13px;float: right;}
	#villageArea .village_list .flag{margin-right: 7px;width: 15px;}
	#villageArea .tourist_map_ttxt {padding: 15px 0 0 110px;}
	#villageArea .tourist_map_ttxt h4 {font-size: 20px;margin-top: 7px; font-weight: bold;}
	#villageArea .tourist_map_btxt {padding: 25px 20px 0 20px;word-break: keep-all;}
	#villageArea .tourist_map_btxt .basic_inner_list {padding-left: 9px;}
	#villageArea .tourist_map_btxt .basic_inner_list li {line-height: inherit; padding-left: 8px;}
	
	#villageArea .village_location {display: inline-block;}
	#villageArea .village_location li {position: absolute;}
	#villageArea .village_location li span {font-size: 16px;}
	#villageArea .village_location .location01{top: 240px;left: 428px;}
	#villageArea .village_location .location02{top: 167px;right: 267px;}
	#villageArea .village_location .location03{bottom: 130px;right: 319px;}
	#villageArea .village_location .location04{bottom: 97px;right: 143px;}
	#villageArea .village_location .location05{top: 271px;right: 253px;}
	#villageArea .village_location .location06{bottom: 50px;right: 185px;}
	#villageArea .village_location .location07{top: 221px;left: 494px;}
	#villageArea .village_location .location08{bottom: 117px;right: 220px;}
	#villageArea .village_location .location09{bottom: 84px;right: 282px;}
	#villageArea .village_location .location10{top: 228px;right: 145px;}
	
	#villageArea .village_location img{width: 17px;position: absolute;}
	#villageArea .village_location .location_flag1{top: 24px;left: 83px;}
	#villageArea .village_location .location_flag2{}
	#villageArea .village_location .location_flag3{right: 17px;}
	#villageArea .village_location .location_flag4{top: 16px;left: -26px;}
	#villageArea .village_location .location_flag5{left: -26px;top: 2px;}
	#villageArea .village_location .location_flag6{top: -1px;left: -17px;}
	#villageArea .village_location .location_flag7{right: 40px;}
	#villageArea .village_location .location_flag8{top: 37px;right: 23px;}
	#villageArea .village_location .location_flag9{right: -20px;top: 16px;}
	#villageArea .village_location .location_flag10{right: 12px;bottom: -20px;}
	#villageArea .village_location a {font-family: 'BMHANNA'; color: #515151;text-align: center;}
	#villageArea .village_location a span {border-radius: 10px;padding: 1px 5px;}
	#villageArea .village_location a span:hover, .click {background-color:#515151;color: #fff;}
	
	#villageArea .village_green {color:#628988;font-size: 14px;line-height: 14px;}
	#villageArea .txt_area {position: absolute;top: 275px;}
	#villageArea .txt_area2 {position: absolute;top: 261px;}
	#villageArea .fa-map-marker-alt {margin-right: 5px;}
	