@charset "utf-8";
/* CSS Document */
body {
	  background-image:url(../images/bg.png);
	  background-position:left top;
	  background-repeat:repeat;
	  font-family: "Nanum Gothic", sans-serif;
	  font-size:15px;
	  }
	  ul { margin:0; padding:0; list-style:none;}
.navbar {min-height:120px; border-bottom:0;}
@media screen and (max-width: 1104px) {.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:60%;
			}
.navbar-brand img {width:98%;}

@media screen and (min-width: 1105px) {
	     .navbar-default {
						  background-image:url(../images/bg.png);
														  background-position:left top;
														  background-repeat:repeat;
						 } 
		 .navbar-brand {
						float: left;
						padding: 15px 15px;
						font-size: 18px;
						line-height: 20px;
						width:80%;
					  }
					  .navbar-brand img {width:279px;}					  
	    }
		
@media screen and (max-width:1104px) {.call{ visibility:visible;}
										  .navbar-default {
														  background-image:none;

														  background-position:left top;
														  background-repeat:repeat;
													 } 
}
@media screen and (max-width:1104px) {.navbar-brand {
						float: left;
						padding: 15px 0px 0 5px;
						width:50%;
					  }
		
}
.navbar-default .navbar-nav > li > a {
									  color: #000;
									  font-size:16px;
									  font-weight:700;
									  }
									  .navbar-default .navbar-nav > li > a:hover {
									  color:#666;
									  font-size:16px;
									  font-weight:700;
									  }

.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;

}

/*버튼 색상 변경---------------------------------*/
			  .btn-rwd {
						color: #fff;
						background-color: #c10c3d;
						border-color: #99122a; font-size:18px;
						margin-top:15px;
						padding: 6px 12px;
						line-height: 1.42857143;
					  }
			  .btn-rwd:focus,
			  .btn-rwd.focus {
							  color: #fff;
							  background-color: #cf5879;
							  border-color: #1b6d85;
							}
			  .btn-rwd:hover {
							  color:#FCC;
							  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:#eee5d9; 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:1104px) {
	.main_slide {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_area1 .col-lg-5, .col-lg-4, .col-lg-3 {padding-left:5px; padding-right:5px;}
 .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-contents1 h5, .main-contents2 h5, .main-contents3 h5 {font-weight:700;}
				.main-contents1 h5{font-weight:700;padding-left:60px;}
				.main-contents1 p {text-align:right;}
				.main-contents2 .col-sm-7 ul{ padding-left:10px; list-style:disc;}
				 p.phone{font-family: "Lato", sans-serif; font-size:24px; font-weight:bold; padding-right:10px;}
				 p.phone-small {font-family: "Nanum Gothic", sans-serif;font-size:12px; text-align:right;}
				 @media screen and (max-width: 1104px) {
				                                        /*   .main_area1{ display:none; height:1px;}*/
														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;} 
					  kbd {font-size:12px;}

/* g하단 ==============================================================*/
.bottom-area {text-align:center; padding:20px 0; border-top:2px solid #ccc; }
.copy-en {font-size:12px; }
.copy-en a {color:#00F;}

.mobile-bottom {display:inline;}
.rightbanner {position:absolute; top:80px; right:2%; z-index:100; visibility:visible;}
@media screen and (max-width: 1104px) {
	   .mobile-bottom {display:block;}
	   .rightbanner {position:absolute; top:50px; right:0; z-index:0; visibility:hidden; display:none;}
	   }

/* 서브 ==============================================================*/
.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;
		  }
		  @media screen and (min-width: 1105px) {
													.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;
															  }
													}
		.all_about_contents{border-left:1px solid #6a6c70; background-color:#FFF;}
		
		/*서브 왼쪽 영역-------------------------------*/
			@media screen and (max-width: 1104px) {
				                                       .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_design2 {background-image:none;
			              background-position:center top;
						  background-repeat:no-repeat;
						  min-height:68px;
						  }
			.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{}
		   
		 /*서브 내용 영역-------------------------------*/
		     .about_contents{border-left:1px solid #6a6c70; background-color:#FFF;}
			  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: 1104px) {
			 .about_contents{border-left:0px solid #6a6c70; background-color:#FFF; padding-right:0; padding-left:0;}
			 .sub_body_areacenter {margin:10px;}
			  h3.title-body {font-size:20px; font-weight:700; margin-bottom:20px;}
			 }
			 
		 /*소개말씀-----------------------------*/		 
		 .strong1 {margin:30px 10px 70px 10px; border-top:2px solid #595757;border-bottom:2px solid #595757;}
		 .strong1 dt{ background-color:#eee; padding:7px;}
		 .strong1 dd{ }
		 .text-danger {color:#F00;}
		 
		 /*생활안내-----------------------------*/	
		 .info_img {margin-bottom:10px;} 
		  .infomation {margin-bottom:20px;}
		  .infomation{}
		 
		 /*시설보기-----------------------------*/	
		   ul.left-menu{margin:0; padding:0; list-style:none;}
									ul.left-menu li {padding:7px; background-color:#eee; margin-bottom:2px;
													 text-shadow: 1px 1px 3px #fff;
													-webkit-text-shadow: 1px 1px 3px #fff;
													-moz-text-shadow: 1px 1px 3px #fff;
													-o-text-shadow: 1px 1px 3px #fff;
													line-height:1.4; word-break:keep-all;
													}
		  /*사진 보기 방식 ===================================*/
		  /*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;}
							/*오시는길 =========================*/
							/* Map - 오시는길  */					
						
							 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:352px; margin:0 auto; display:block;}
							    .daum-map-xs span {font-size:14px; font-weight:bold;}
						@media screen and (min-width: 768px) {													  
													  div.daum-map-lg {width:750px;height:402px;margin:0 auto; display:block;}
													  div.daum-map-xs { width: 320px; height:1px; margin:0 auto; display:none;}													  
													  }