/* web font ======================================================== */

/* ==== Google font ==== */
/*@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');*/
/* 구글나눔웹폰트 */
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/

@font-face{
	font-family:'Nanum Gothic';
	src:url('../fonts/NanumGothic.eot');
	src:url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/NanumGothic.woff') format('woff'),
	url('../fonts/NanumGothic.ttf') format('truetype');
	url('../fonts/NanumGothic.svg#NanumGothic') format('svg')
	src:local(※), url('../fonts/NanumGothic.woff') format('woff');
}

/* === fontawesome === */
/*@import url('font-awesome.css');*/

/* ==== overwrite bootstrap standard ==== */
/*@import url('overwrite.css');
@import url('animate.css');*/


/* Global properties ======================================================== */
body {
	font-family: 나눔고딕, 'Nanum Gothic', Dotum, Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#000;
	background-color:#f6f6f6;
}


a:hover {
	text-decoration:none;	
}



/* navigation ======================================================== */
/* --- navbar --- */
.navbar {
	padding:5px 0;
	background-color:#fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
	
}

.navbar-brand {
  height: 10%;
  padding: 0 15px;
  /*font-size: 18px;*/
  /*line-height: 1em;*/
}
	.navbar-brand img {	
		padding-right: 5px;
	}
	
	.navbar-brand h1{
		display: inline-block;
		color: #6a6e75;
	  	font-size: 16px;
	  	/*line-height: 10px;*/
		font-weight: 700;
	}
	
	.navbar-brand:focus {
	    outline: 0;
	}	
	
	.nav.navbar-nav {
	    background-color: rgba(255,255,255,.4);
	}

	
.navbar-home {
	float : right;
  	padding-top: 10px;
}

.home{
	color:#fff;
	font-size:20px;
	line-height:40px;
	background-color: #66cae3;
}
.home:hover{
	color:#fff;
}

/* --- nav --- */
.nav {
	margin-top:20px;
}
	.nav > li > a {
	 	color:#666;
	}
	.nav > li > a:hover,
	.nav > li > a:focus {
	  	text-decoration: none;
	  	background-color: #e0f3fd;
	}

/* --- align-center --- */
.align-center {
	text-align:center;
	background-color:#fff;
	color:#666;
	padding:5px;
	margin-top:;
	margin-bottom:15px;
	border: 1px solid transparent;
	border-color:#dfdfdf;
	}
	
	.align-center  p {
		margin-top:10px;
		margin-bottom:30px;
	}
	
	.icon {
		margin-top:25px;
		margin-bottom:10px;
		color:#50c0e9;
	}
	
	.icon1 {
		margin-top:25px;
		margin-bottom:10px;
	}	
		
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #7ddcfc;
	border-radius: 6px;
	border: 0;
	color: #ffffff; 
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: 2em;
   	width: 100%;
	line-height: 2em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

	.button:hover {
		background-color: #54cef7;
		color: #ffffff 
	}

	.button.special {
		background-color: #29bcee;
		color: #ffffff !important;
	}

		.button.special:hover {
			background-color: #54cef7;
		}


.ficon a {
	color:#fff;
	font-size:14px;
	margin-left: 20px;
}

/* content ======================================================== */
#content {
	width:100%; 
	padding-bottom:50px;
}

/* --- content-main --- */
.content-main {
	width: 100%;
	margin: 20px 0;
	padding: 20px 0 35px 0;
  	background-color: #e0f3fd;
	border: 1px solid #eee;
}

.content-main h3 {
	color: #fff;
  	background-color: #50c0e9;
  	padding:15px 0 15px 20px;
 	margin-bottom:10px;
}

.content-main #image div { 
	display:none;
}

.content-main img {
	margin-bottom:10px;	
}


.content-main #button {
	width: 100%;
  	padding:0 35px;
	color:#000;
}

	.content-main #button h4 {
		display: inline-block;
		width: 35%;
		color:#50c0e9;
	}		
		.content-main  #button h4 a {
			color:#fff;
			text-decoration: none;
	}
	.content-main #button .txt {
		float:none;
		padding-left:20px;
		font-size:14px;
		color:#000;
	}
	.content-main #button .tel {
		float:none;
		padding-left:20px;
		font-size:14px;
		font-weight:bold;
		color:#000;
	}
	.content-main #button .txt-small {
		float:none;
		font-size:12px;
		color:#666;
	}

.content-main .guide {
	width: 90%;
	margin: auto;
  	padding:35px 0;
	color:#000;
}

	.content-main .guide .text {
		width: 100%;
	  	padding:0 35px;
		color:#000;
	}
	
		.content-main .guide .text h5 {
			display: inline-block;
			width: 35%;
			color:#50c0e9;
		}		
		.content-main .guide .text .txt {
			float:none;
			color:#999;
		}
			.content-main .guide .text .txt a {
				color:#999;
				text-decoration: none;
			}
		.content-main .guide .text .tel {
			float:none;
			color:#999;
		}


/* --- content-sub --- */
.content-sub {
	width: 100%;
	margin: 20px 0;
  	background-color: #fff;
	border: 1px solid #eee;
}

.content-sub h4 {
	color: #fff;
  	background-color: #29bcee;
  	padding:10px 0 10px 20px;
 	margin-bottom:10px;
}

/* box ======================================================== */	

.service_box {
	position:relative;
	padding:0 15px 35px 15px;
}	
	.service_box .title {
		display:block;
		color:#000000;
		font-weight:bold;
		line-height:19px;
		background:url(../images/marker_1.png) 0 4px no-repeat;
		text-indent:14px;
		padding-bottom:2px;
		margin-top:40px;
		margin-bottom:10px;
		border-bottom:1px dotted #ff5a34;
	}

	.service_box .small_txt {	
		font-size:12px; 	
		color:#919db2;
		line-height:19px;
	}	
	.service_box .txt {	
		margin:0px 28px;	
		line-height:19px;
	}	
	
	
	.service_box .list li {
		line-height:2em;
		/*display:inline-block;*/
	}	 
	  
.event_box {
  background-color:#3b476c;
  /*border: 2px solid #2373bb;
  /*border-top: 3px solid #2373bb;*/
  box-shadow: inset 0 0 1px rgba(108, 108, 108, 0.7);
  position: relative;
  padding: 15px 11px 10px 14px;
  margin: 25px 9px 20px 9px; }
  .event_box:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 18px;
    left: 0;
    background: url(../images/tablet-shadow-min.png) no-repeat 50% 0; }
		
.event_box .title {
  	margin: 0 0 9px; 
  	font-size: 1.38462em;
	line-height:30px;
    border-bottom: 1px dotted #8991a7;
	/*font-weight:bold;*/
  	color: #fae7a2; 
 }
    .event_box .title .small{
 	    padding-left: 10px;
  	    font-size: 12px;
  	    color: #fff; 
     }
  
.event_box .txt {
  	font-size: 14px;
	line-height:26px;
  	color: #fff; 
 }
 
    .event_box .txt .bold {
  	    color: #fae7a2; 
  	    font-size: 16px;
     }

.event_box .list {
  	margin-top: 5px; 
  	font-size: 12px;
 	padding: 0 15px 0 19px;
	line-height:19px;
  	color: #fff; 
 }
 

/* table ======================================================== */	

/* form ======================================================== */	
	
/* footer ======================================================== */
#footer {
}

#sub-footer{
	text-shadow:none;
	/*color:#000;*/
	padding:20px;
	background-color:#fff;
    border-top: 1px solid #dbdbdb;
	}
	
	
    #sub-footer ul {
	    margin :  1em 0.375em; 
    }  	 
		 
    #sub-footer .list {
		list-style: none;
	    padding: 0em;
		line-height: 1.875em;
		font-size: 0.875em;
		color: #74c8e6; 
     }  	 
	#sub-footer .list .bold {
		color: #000; 
		font-weight:bold;
		font-size: 1.125em;
	 }  	 
		
	.copyright {
		text-align:left;
	  	margin-left:6px;
		font-size:12px;
		color:#50c0e9;
	}

/* Media queries ======================================================== */
@media (min-width: 1200px) {
  	.container {
   		width: 970px;
  	}
	
	.content-sub {
		min-height : 692px;
	}
	
	#sub-footer{
		padding:20px 20px 65px 20px;
	}
}

@media (max-width: 790px) {
	
	.content-main #button {
		padding:0 25px;
	}		
		.content-main #button h4 {
			width: 100%;
			display: block;
		}		
		.content-main #button .txt {
			float: none;
			padding-left:0px;
			font-size:12px;
		}
		.content-main #button .tel {
			float: none;
			padding-left:0px;
			font-size:12px;
		}

	.content-main .guide .text {
	  	padding:0 15px;
	}
	
		.content-main .guide .text h5 {
			width: 100%;
			display: block;
		}		
		.content-main .guide .text .txt {
			float:none;
			font-size:12px;
		}
		.content-main .guide .text .tel {
			float:none;
			font-size:12px;
		}

}

@media (min-width: 600px) {    
  	.content-main #image .card_image1 {
		display:block;
	} 
}

@media (max-width: 600px) {     
  	.content-main #image .card_image2 {
		display:block;
	} 
}


@media (min-width: 480px) {
  	.col-md-3,.col-md-6,.col-md-9 {
   		float: left;
  	}
  	.col-md-9 {
    	width: 75%;
  	}
  	.col-md-3 {
    	width: 25%;
  	}	
	.col-md-6 {
	   	width: 60%;
	}
}

@media (max-width: 480px) {

	.content-main #button {
	  	padding:0 25px;
	}	
		.content-main #button h4 {
			width: 100%;
			display: block;
		}		
		.content-main #button .txt {
			float: none;
			padding-left:0px;
			font-size:12px;
		}
		.content-main #button .tel {
			float: none;
			padding-left:0px;
			font-size:12px;
		}
		

	.content-main .guide .text {
	  	padding:0 15px;
	}
	
		.content-main .guide .text h5 {
			width: 100%;
			display: block;
		}		
		.content-main .guide .text .txt {
			float:none;
			font-size:12px;
		}
		.content-main .guide .text .tel {
			float:none;
			font-size:12px;
		}		
		
	.content-sub h4 {
		font-size:14px;
	}
	
	.service_box .list li {
		font-size:12px;
	}
		
}