/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 @font-face {
    font-family: 'TmoneyRoundWindExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

 .nanumsquare {
    font-family: 'NanumSquare', sans-serif !important;
}

body {
    height: 100%;
	display:block;
	margin:0;
	padding:0;
}

html {
    height: 100%;
}


@media(min-width:1200px) {
    .navbar {
        padding: 10px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.intro-section {
    height: 100%;
	display:block;
	line-height:0;
	font-size:0px;
	
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
}

.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
}

#container {
	width:100%;
	max-width: 2200px;
	text-align:center;
	overflow:hidden;
}

/*메인*/
#con_1 {
	position:relative; 
	height:auto;
	background:url(../img2/con_1.jpg) no-repeat center top;
	background-size: cover;
}

/*지도*/
#con_2 {
	position:relative; 
	height:auto;
	background-color: #cfe9bc;
	background-size: cover;
}

#con_2 .content_img2 {
	display: none;
}


/*슬라이드 메인*/
#con_3 {
	position:relative; 
	height:auto;
	background:url(../img2/con_3.jpg) no-repeat center top;
	background-size: cover;
}

/*슬라이드*/
#con_4 {
	position:relative; 
	height:auto;
	background:url(../img2/con_3_2.jpg) no-repeat center top;
	background-size: cover;
}

#con_4 img {
    width: 300px;
}

/*일정표*/
#con_5 {
	position:relative; 
	height:auto;
	background:no-repeat center top;
	background-size: cover;
	background-color: #fff;
}

.plan_notice {
	padding : 100px 0 50px 0;
	font-size: 50px;
	font-family: 'TmoneyRoundWindExtraBold';
}

.notice {
	color: #000;
	text-align: center;
	font-size: medium;
}

/*갤러리*/
#con_6 {
	margin-bottom: 100px;
}

#con_6 .gallery_head {
	padding-top: 70px;
	font-size: 50px;
	font-family: 'TmoneyRoundWindExtraBold';
}

/*리플렛*/
#con_7 {
	padding-bottom: 100px;
}

#con_7 .gallery_head {
	padding : 100px 0 50px 0;
	font-size: 50px;
	font-family: 'TmoneyRoundWindExtraBold';
}

#con_9 {
	margin-bottom: 100px;
}

#con_9 .gallery_head {
	padding : 100px 0 50px 0;
	font-size: 50px;
	font-family: 'TmoneyRoundWindExtraBold';
}

#con_9 .youtube {
	margin: 0 auto;
}

#con_9 .youtube_m {
	display: none;
	margin: 0 auto;
}

/*footer*/
#con_8 {
	background-color: coral;
	padding: 20px 0 10px 0;
	color: #fff;
}

#con_8 h1 {
	font-size: 14px;
	line-height: 50%;
	
}


/* *********************************************************
************************************************************
************************************************************ */

@media (max-width:500px) {
	#con_1 img {
		width: 100%;
		background-size: cover;
	}

	#con_2 img {
		text-align: center;
		width: 100%;
	}

	#con_2 .content_img {
		display: none;
	}
	#con_2 .content_img2 {
		display: block;
	}

	#con_3 img {
		text-align: center;
		width: 100%;
	}

	#con_5 .content_img img {
		width: 80%;
	}

	#con_5 .con_5_8 {
		display: none;
	}

	
	#con_5 .con_5_8_1 {
		display: block;
		width: 80%;
	}
	
	
	#con_5 .con_5_9 {
		display: none;
	}

	
	#con_5 .con_5_9_1 {
		display: block;
		width: 80%;
	}
	
	#con_7 .sub-tit {
		font-size: 30px;
	}

	
	#con_9 .youtube {
		display: none;
		margin: 0 auto;
	}

	#con_9 .youtube_m {
		display: block;
		margin: 0 auto;
	}

	#con_8 {
		background-color: coral;
		padding: 30px 0 30px 0;
		color: #fff;
	}
	
	#con_8 h1 {
		font-size: 11px;
		line-height: 250%;
		
	}

	
}
