@charset "utf-8";
/* CSS Document */
body {
	  background-image:url(../images/bg_n.png);
	  background-position:left top;
	  background-repeat:repeat;
	  background-color:#fbf6e6;
	  font-family: 'Nanum Gothic', sans-serif;
	  font-size:15px;
	  line-height:1.5;
	  }
	  ul { margin:0; padding:0; list-style:none;}
.navbar {min-height:120px; border-bottom:0;}
@media screen and (max-width: 768px) {.navbar {min-height:90px; border-bottom:0;}}

.call{ visibility:hidden;}

.navbar-right {margin-top:40px;}
.navbar-brand {
			  float: left;
			  padding: 15px 15px;
			  font-size: 18px;
			  line-height: 20px;
			  width:56%;
			}
.navbar-brand img {width:190px;}

@media screen and (min-width: 768px) {
	     .navbar-default {
						  background-image:url(../images/bg_n.png);
														  background-position:left top;
														  background-repeat:repeat;
						 } 
		 .navbar-brand {
						float: left;
						padding: 15px 15px 5px;
						font-size: 18px;
						line-height: 20px;
						width:80%;
					  }
					  .navbar-brand img {width:335px; height:auto;}					  
	    }
		.nav > li > a { padding-top:0; padding-right:5px; padding-left:5px; width:114px; text-align:center;}
		.navbar-default .navbar-nav > li > a {
									  color: #000;
									  font-size:16px;
									  font-weight:700;
									  
									   }
									    .navbar-default .navbar-nav > li > a:hover {
																				  color:#c2880a;
																				  font-size:16px;
																				  font-weight:700;
																				  }

  a span.en_menu {font-size:12px; color:#666; font-weight:400; display:block; padding:3px; border:1px solid #999;}
  
  .navbar-toggle {padding:12px 10px; margin-bottom:20px;}
		
@media screen and (max-width:768px) {.call{ visibility:visible;}
										  .navbar-default {
														  background-image:url(../images/bg_n.png);
														  background-position:left top;
														  background-repeat:repeat;
														  image-rendering: pixelated;
														 } 
														 .nav > li > a { padding-top:0; padding-right:15px; padding-left:15px; width:auto; text-align:left;}
														 a span.en_menu {font-size:12px; font-weight:400; display:inline-block; padding:3px; border:0px solid #999;}
}

/*버튼 색상 변경---------------------------------*/
			  .btn-rwd {
						color: #fff;
						background-color: #c10c3d;
						border-color: #99122a; font-size:18px;
						margin-top:8px;
					  }
			  .btn-rwd:focus,
			  .btn-rwd.focus {
							  color: #fff;
							  background-color: #cf5879;
							  border-color: #1b6d85;
							}
			  .btn-rwd:hover {
							  color: #fff;
							  background-color: #cf5879;
							  border-color: #99152c;
							}
			  .btn-rwd:active,
			  .btn-rwd.active,
			  .open > .dropdown-toggle.btn-rwd {
												color: #fff;
												background-color: #cf5879;
												border-color: #99152c;
											  }
			  .btn-rwd:active:hover,
			  .btn-rwd.active:hover,
			  .open > .dropdown-toggle.btn-rwd:hover,
			  .btn-rwd:active:focus,
			  .btn-rwd.active:focus,
			  .open > .dropdown-toggle.btn-rwd:focus,
			  .btn-rwd:active.focus,
			  .btn-rwd.active.focus,
			  .open > .dropdown-toggle.btn-rwd.focus {
													  color: #fff;
													  background-color: #99152c;
													  border-color: #1b6d85;
													}
			  .btn-rwd:active,
			  .btn-rwd.active,
			  .open > .dropdown-toggle.btn-rwd {
												background-image: none;
											  }
			  .btn-rwd.disabled:hover,
			  .btn-rwd[disabled]:hover,
			  fieldset[disabled] .btn-rwd:hover,
			  .btn-rwd.disabled:focus,
			  .btn-rwd[disabled]:focus,
			  fieldset[disabled] .btn-rwd:focus,
			  .btn-rwd.disabled.focus,
			  .btn-rwd[disabled].focus,
			  fieldset[disabled] .btn-rwd.focus {
												background-color: #c10c3d;
												border-color: #99122a;
											  }
			  .btn-rwd .badge {
							  color: #c10c3d;
							  background-color: #fff;
							}

/* 이미지 ==============================================================*/
.main_slide {background-color:#e5d1b9; margin-top:120px;}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
	.main_slide {background-color:#8f8f8f; margin-top:90px;}

	}
.carousel-inner{margin: 0 auto;}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

 /*메인 컨텐츠 =========================================================*/
 .main-contents1{
	             
				 background-color:#fff;
				border-radius: 10px 10px 10px 10px;
				-moz-border-radius: 10px 10px 10px 10px;
				-webkit-border-radius: 10px 10px 10px 10px;
				border: 1px solid #ebce94;
				padding:10px 10px 10px 20px;
				margin:10px 0 10px 0;
				background-image:url(../images/phone_icon.png);
				background-position:20px center;
				background-repeat:no-repeat;
				min-height:165px;
				}
 .main-contents2{
	             background-color:#fff;
				 border-radius: 10px 10px 10px 10px;
				-moz-border-radius: 10px 10px 10px 10px;
				-webkit-border-radius: 10px 10px 10px 10px;
				 border: 1px solid #ebce94;
				 padding:10px 10px 10px 20px;
				 margin:10px 2px 10px 0;
				 min-height:165px;
				}
 .main-contents3{
	            background-color:#fff;
				 border-radius: 10px 10px 10px 10px;
				-moz-border-radius: 10px 10px 10px 10px;
				-webkit-border-radius: 10px 10px 10px 10px;
				 border: 1px solid #ebce94;
				 padding:10px 10px 10px 20px;
				 margin:10px 2px 10px 0;
				 min-height:165px;
				}
				.main_area1 .col-lg-3, .main_area1 .col-lg-4, .main_area1 .col-lg-5, .main_area1 .col-md-12, .main_area1 .col-sm-12 {padding-right:2px; padding-left:2px;}
				
				.main-contents1 h5, .main-contents2 h5, .main-contents3 h5 {font-size:18px; font-weight:700;}
				.main-contents1 h5{font-weight:700;padding-left:60px;}
				.main-contents1 p {text-align:right;}
				
				.main-contents2 .col-sm-5,.main-contents2 .col-sm-7 {padding-right:3px; padding-left:3px;}
				.main-contents2 .col-sm-6 {padding-left:3px; padding-right:0;}				 
				
				 .m_text_strong1, .m_text_strong2, .m_text_strong3, .m_text_strong4 {
												   border-radius: 10px; 
												   -webkit-border-radius: 10px;
												   -moz-border-radius: 10px;
												   font-weight:700;
												   color:#FFF;
												   text-align:center;
												   text-shadow: 0px 0px 2px #333333;
												   -webkit-text-shadow: 0px 0px 2px #333333;
												   -moz-text-shadow: 0px 0px 2px #333333;
												   -o-text-shadow: 0px 0px 2px #333333;
												   padding:5px;
												   }
												   p.m_text_strong1, p.m_text_strong2, p.m_text_strong3, p.m_text_strong4 {margin-bottom:3px; line-height:1.2;}
								 .m_text_strong1 {background-color:#ddab0b;}
								 .m_text_strong2 {background-color:#37acdd;}
								 .m_text_strong3 {background-color:#F6F;}
								 .m_text_strong4 {background-color:#9C0;}
								 .m_text_strong1 span, .m_text_strong2 span, .m_text_strong3 span, .m_text_strong4 span{display:block;}
				                 .m_text_strong1 span.hidden_span, .m_text_strong2 span.hidden_span, .m_text_strong3 span.hidden_span, .m_text_strong4 span.hidden_span { display:none; visibility:hidden;}
				
				 p.phone{font-family: "Lato", sans-serif; font-size:24px; color:#07a62c; line-height:1.2; font-weight:bold; padding-right:10px;}
				 p.phone-small {font-family: "Nanum Gothic", sans-serif; font-size:12px; color:#333; text-align:center;}
				 
				  /*카톡 */
				  .katalk { position:fixed; right:0px; bottom:10px;z-index:9999; background-color:#fbe300; padding:10px; visibility:hidden; display:none;}			  	  
				  .katalk-bg{ background-image:url(../images/katalk.png);
				              background-color:#fbe300; 
							  background-position:10px; center; 
							  background-repeat:no-repeat; 
							  background-size:13%;
							  border-radius: 10px; 
							  -webkit-border-radius: 10px; 
							  -moz-border-radius: 10px;
							  font-family: "Open Sans", sans-serif;
							  font-weight:900;
							  font-size:18px;
							  font-weight:900;
							  text-align:center;
							  padding:5px 15px 5px 10px;
							  margin-left:25%;
							 }
							 .katalk-bg span{font-family: "Nanum Gothic", sans-serif; font-weight:700; font-size:18px;}
							 						    	.katalk_scroll {position:fixed; right:0px; bottom:10px; z-index:9999; background-color:#fbe300; 
															font-family: "Open Sans", sans-serif;
															font-weight:900;
															font-size:0px;
															font-weight:900;
															 text-align:center;
																	 padding:10px; width:0px; height:0px; visibility:hidden; display:none;
																	 display:block;
																	 border-radius: 10px; 
																	 -webkit-border-radius: 10px; 
																	 -moz-border-radius: 10px;
																	 }	
																	 
				 @media screen and (max-width: 767px) {
				                                        /*   .main_area1{ display:none; height:1px;}*/
														.main-contents1, .main-contents2, .main-contents3 {min-height:auto;}
														 .m_text_strong1 span, .m_text_strong2 span, .m_text_strong2 span, .m_text_strong3 span{display:block;}
														 .m_text_strong1 span.hidden_span, .m_text_strong2 span.hidden_span, .m_text_strong3 span.hidden_span, .m_text_strong4 span.hidden_span 
														                                       {display:inline-block; visibility:visible;}
																							   
																	 .katalk_scroll {position:fixed; right:0px; bottom:10px; z-index:9999; background-color:#fbe300; 
															          font-family: "Open Sans", sans-serif;
																	  font-weight:900;
																	  font-size:18px;
																	  font-weight:900;
																	  text-align:center;
																	  padding:10px; width:160px; height:50px; visibility:visible;
																	  display:block;
																	  border-radius: 10px; 
																	  -webkit-border-radius: 10px; 
																	  -moz-border-radius: 10px;
																	 }	
																	 .katalk-bg { margin-left:20%;}
																	 
														p.phone{font-family: "Lato", sans-serif; font-size:20px; font-weight:bold;}
														   }
				  /*----메인 장점 아이콘 -----*/
					  .m-strong {background-image:none;}
					  .m-list{display:block;  text-align:center;}
					  .icon-list {margin-top:10px;}
					  img.icon-list {display:block; width:60%; margin:0 auto;} 
					  
					  /*6버튼 ==========================*/
                     .aaa{					                     
						   background-image:url(../images/m1_black.png);
						   background-position:90% 90%;
						   background-repeat:no-repeat;
						   background-size:30%;
						   border:1px solid #eee;
				           border-radius:5px;
						   background-color:#88ccd1;			   
						   }
										 .aaa a{display:block;height:110px;}
										 .bbb{	
											   background-image:url(../images/m3_black.png);
											   background-position:90% 90%;
											   background-repeat:no-repeat;
											   background-size:17%;
											   border:1px solid #eee;
											   border-radius:5px;
											   background-color:#c74d8b;
											   }
																 .bbb a{display:block;height:110px}
										 .ccc{																   
											 background-image:url(../images/m2_black.png);
											 background-position:90% 90%;
											 background-repeat:no-repeat;
											 background-size:22%;
											 border:1px solid #eee;
											 border-radius:5px;
											 background-color:#d6d575;										
											 }
																   .ccc a{display:block;height:110px}
										.ddd{																   
											 background-image:url(../images/m4_black.png);
											 background-position:90% 90%;
											 background-repeat:no-repeat;
											 background-size:37%;
											 border:1px solid #eee;
											 border-radius:5px;	
											 background-color:#fac0a1;								  
											 }
																   .ddd a{display:block;height:110px}
										 .eee{																   
											 background-image:url(../images/m5_black.png);
											 background-position:90% 90%;
											 background-repeat:no-repeat;
											 background-size:37%;
											 border:1px solid #eee;
											 border-radius:5px;
											 background-color:#d6bdcc;
											 }
																   .eee a{display:block;height:110px}
										 .fff{																 
											 background-image:url(../images/m6_black.png);
											 background-position:90% 90%;
											 background-repeat:no-repeat;
											 background-size:32%;
											 border:1px solid #eee;
											 border-radius:5px;
											 background-color:#d6ecb7;
											 }
																 .fff a{display:block; height:110px}
										.aaa h4{color:#000;	font-size:1.0em;font-weight:bold;border: 0px; text-align:left;}
										.aaa h4 span{font-size:0.8em;}
										.bbb h4{color:#000;	font-size:1.0em;font-weight:bold;border: 0px;text-align:left;}
										.bbb h4 span{font-size:0.8em;}
										.ccc h4{color:#000;	font-size:1.0em;font-weight:bold;border: 0px;text-align:left;}
										.ccc h4 span{font-size:0.8em;}
										.eee h4{color:#000;	font-size:1.0em;font-weight:bold;border: 0px;text-align:left;}
										.eee h4 span{font-size:0.8em;}
										.ddd h4{color:#000;	font-size:1.0em;font-weight:bold;border: 0px;text-align:left;}
										.ddd h4 span{font-size:0.8em;}
										.fff h4{color:#000;	font-size:1.0em;font-weight:bold;border: 0px;text-align:left;}
										.fff h4 span{font-size:0.8em;}
										@media (max-width: 468px) {
										  .aaa{					                     
											 background-size:32%;
												   }
										 .bbb{																 
											   background-size:32%;
											   }
										 .ccc{																   
											 background-size:32%;
											 }
										.ddd{																   
											 background-size:32%;
											 }
											 .eee{																   
											 background-size:32%;
											 }
										 .fff{																 
											 background-size:32%;
											
											 }
										}

/* g하단 ==============================================================*/
address {margin-bottom:7px;}
.bottom-area {text-align:center; padding:20px 0; border-top:2px solid #6a6c70;}
.copy-en {font-size:12px;}

.mobile-bottom {display:inline;}
@media screen and (max-width: 767px) {.mobile-bottom {display:block;}}
/* 서브 ==============================================================*/
.sub_img {background-image:url(../images/subimg.jpg);
          background-position: center top;
		  background-repeat:no-repeat;
		  background-size:cover;
		  min-height:70px;
		  margin-top:90px;
		  border-top:2px solid #6a6c70;
		  border-bottom:2px solid #6a6c70;
		  }
		   .hidden_sub_img {
		  min-height:1px;
		  margin-top:80px;
		  border-top:0px solid #6a6c70;
		  border-bottom:0px solid #6a6c70;	 
		 }
		  @media screen and (min-width: 768px) {
													.sub_img {background-image:url(../images/subimg.jpg);
															  background-position: center top;
															  background-repeat:no-repeat;
															  background-size:cover;
															  min-height:150px;
															  margin-top:120px;
															  }
															   .hidden_sub_img {
																        background-image:url(../images/subimg.jpg);
																		background-position: center top;
																		background-repeat:no-repeat;
																		background-size:cover;
																		min-height:150px;
																		margin-top:120px;
																		border-top:2px solid #6a6c70;
																		border-bottom:2px solid #6a6c70;	 
																  }	
													}
		.all_about_contents{border-left:1px solid #6a6c70;}
		
		/*서브 왼쪽 영역-------------------------------*/
			@media screen and (max-width: 767px) {
				                                       .left_line{ display:none; height:1px;} 
													  }
			.left_design {background-image:url(../images/sub_left_title_bg.png);
			              background-position:center bottom;
						  background-repeat:no-repeat;
						  min-height:230px;
						  }
			.left_phone {background-image:url(../images/phone_icon.png);
			             background-position:left 25px;
						 background-repeat:no-repeat;
						 background-size:50px;
						 min-height:100px;
						 padding:10px 0;
						 }
			.left_phone h5{font-weight:700;padding-left:70px;}
		   p.phone_left {font-family: "Lato", sans-serif; font-weight:700; font-size:24px; padding-left:70px;}
		   p.banner1{}
		                                                                                     /*카톡*/
																							  .kakao_sub { background-image:url(../images/katalk.png);
																								           background-color:#fbe300; 
																										   background-position:5px center;
																										   background-repeat:no-repeat;
																										   background-size:32px;
																								    -webkit-border-radius: 10px;
																							         -moz-border-radius: 10px;
																							         border-radius: 10px;
																									 margin:10px;
																									 color:#3d3037;
																									 font-family: "Open Sans", sans-serif;
																									 font-weight:900;
																									 font-size:22px;
																									 font-weight:900;
																									 padding-top:8px;
																									 padding-bottom:8px;
																									 padding-left:10px;
																									 font-weight:700;
																									 text-align:center;
																									 }
																									 .kakao_sub span {font-family: "Nanum Gothic", sans-serif; font-weight:700; font-size:16px;}
		   
		 /*서브 내용 영역-------------------------------*/
		     .about_contents{border-left:1px solid #6a6c70; background-color:#FFF; padding-top:10px; padding-bottom:10px;}
			  h3.title-body {font-size:22px; font-weight:700; margin-bottom:25px;}
			  h3.title-body span {font-weight:400;}
			 .glyphicon-paperclip {color:#F30}
			 .sub_body_areacenter {margin:20px;}
			 .sub_body_areacenter fieldset legend {font-size:16px;  font-weight:900;}
			 @media screen and (max-width: 468px) {
			 .about_contents{border-left:0px solid #6a6c70; background-color:#FFF;}
			 .sub_body_areacenter {margin:10px;}
			  h3.title-body {font-size:20px; font-weight:700; margin-bottom:20px;}
			 }
			 
		 /*소개말씀-----------------------------*/		 
		 .strong1 {margin:30px 10px 10px 10px; border-top:2px solid #595757;border-bottom:2px solid #595757;}
		 .strong1 dt{ background-color:#eee; padding:7px;}
		 .strong1 dd{ }
		 
		 /*생활안내-----------------------------*/	
		 .info_img {margin-bottom:10px;} 
		 .information {margin-bottom:25px;}
		 .information fieldset {border:0px solid #CCC; padding-bottom:10px;}
		 
		 @media screen and (max-width: 468px) {
			.information fieldset {border-bottom:2px dotted #CCC;} 
		 }
		 
		 /*시설보기-----------------------------*/	
		  /* 서브메뉴 ================ */
								 .jbMenu, .jbMenu ul, .jbMenu ul a.jbmenu-a {width:0; height:0; visibility:hidden;}
                                @media screen and (max-width: 468px) { 
								 .jbMenu, .jbMenu ul, .jbMenu ul a.jbmenu-a {width:auto; height:auto; visibility:visible;}
								      .jbMenu {
											  width:100%;
											  background-color:#CCC;
											}
											.jbMenu ul {
												        width:100%;
														margin:0 auto;
														padding:0;
														display:block;
														list-style:none;										
														overflow:hidden;
														}
											.jbMenu ul li{
														  float:left;
														  width:50%;
														  text-align:center;
														  }
											.jbMenu ul a.jbmenu-a{
															   text-decoration:none;
															   text-align:center;
															   display:block;
															   color:#FFF;
															   font-size:1.2em;
														       padding:5px 3px;
															   height:40px;
															   }
											.jbContent {
														height: 2000px;
													   }
											.jbFixed {
													  position: fixed;
													  top: 71px;
													  width:298px;
													  z-index:1000;
													  }
													  
								}
		  /*사진 보기 방식 ===================================*/
		  /*source : http://responsiveslides.com/ */
		  /*readme and License http://guest1.gosiwonshop.com/autor_README.txt*/
		  /*! http://responsiveslides.com v1.54 by @viljamis */
				  #slider3 {
							box-shadow: none;
							-moz-box-shadow: none;
							-webkit-box-shadow: none;
							margin: 0 auto;
							background-color:#eee;
							border:1px solid #ccc;
							}
				.rslides_tabs {
							  list-style: none;
							  padding: 0;
							  background: rgba(0,0,0,.1);
							  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,0.5);
							  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.5);
							  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.5);
							  font-size: 18px;
							  list-style: none;
							  margin: 0 auto 50px;
							  max-width: 716px;
							  padding: 10px 0;
							  text-align: center;
							  width: 100%;
							  }
							.rslides_tabs li {
											  display: inline;
											  float: none;
											  margin-right: 1px;
											  }																												
							.rslides_tabs a {
											width: auto;
											line-height: 20px;
											padding: 9px 20px;
											height: auto;
											background: transparent;
											display: inline;
											}																												
							.rslides_tabs li:first-child {
														 margin-left: 0;
														 }
							
							.rslides_tabs .rslides_here a {
														  background: rgba(255,255,255,.1);
														  color: #fff;
														  font-weight: bold;
														  }	
							#slider3-pager a {
											 display: inline-block;
											 }								  
							#slider3-pager img {
							                   float: left;
							}								  
							#slider3-pager .rslides_here a {
															background: transparent;
															box-shadow: 0 0 0 2px #666;
														  }								  
							#slider3-pager a {
							                  padding: 0;
							}
							/*주변환경 =========================*/
							.envi {padding-left:25px; list-style:disc;}
							
							 .environment fieldset {border:0px solid #CCC; padding-bottom:10px;margin-bottom:25px;}
							 
							 @media screen and (max-width: 468px) {
								.environment fieldset {border-bottom:0px dotted #CCC;} 
							 }
		 
		 
							/*오시는길 =========================*/
							/* Map - 오시는길  */					
						
						    .roughmap_maker_label .roughmap_lebel_text {font-size:16px;}
							 div.daum-map-lg {width:750px;height:1px; margin:0 auto; display:none;}
							    .daum-map-lg span {font-size:14px; font-weight:700;}
							 div.daum-map-xs { width: 320px; height:350px; display:block;}
							    .daum-map-xs span {font-size:14px; font-weight:bold;}
								.envi li {word-break:break-all;}
						@media screen and (min-width: 468px) {													  
													  div.daum-map-lg {width:750px;height:470px;margin:0 auto; display:block;}
													  div.daum-map-xs { width: 320px; height:1px; display:none;}													  
													  }
													  
													  
							 /* 팝업레이어  그누보드 default.css 중*/
								  #hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
								  #hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
								  .hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
								  .hd_pops_con p{ margin-bottom:0;}
								  .hd_pops_con {}
								  .hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
								  .hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
								
								 @media (max-width: 576px) {  
								                        .hd_pops_con img {max-width: 100%; height: auto;}
								 }