@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background-image: url('/skin/img/main/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #FFF;
}

@media screen and (min-width: 768px) {
	body { 
		background-attachment: fixed;
	}
}

@media screen and (max-width: 767px) {
	body {
		background-position: top center;
		background-image: url('/skin/img/main/bg_m.jpg');
		background-size: auto 30%;
	}
}

html, body, h1, h2, h3, h4, h5, h6, p, span, li, a, label, textarea, input {
	font-family: 'Merriweather', sans-serif !important;
	letter-spacing:-0.05em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa { font-family: 'FontAwesome' !important; }
.glyphicon { font-family: 'Glyphicons Halflings' !important; }
.container.footer-social-layout{display:none;}
.topmarginLay_a { display: block !important; }

/* 상단 메뉴 설정 */
.navbar-inverse {
	background: #273A52;
	border: 0;
	margin-bottom: 0;
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
}

.navbar-inverse .divider-vertical {
	display: none;
}

.navbar-inverse .navbar-nav > li {
	padding: 18px 2px;
}

.navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
    -webkit-text-shadow: none;
    color: #FFF;
    width: 70px;
    background: #969696;
    padding: 1px 10px;
    font-size: 11px;
    text-align: center;
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-right {
		text-align: center;
	}
	
	.navbar-inverse .navbar-nav > li {
		display: inline-block;
	}
}

b.caret {
    display: none;
}
.navbar-brand { padding: 15px 15px; cursor: default !important; }
.navbar-brand .grey {
	padding: 3px 15px;
	background: #969696;
	color: #FFF;
	text-shadow: none;
	-webkit-text-shadow: none;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		padding: 10px;
	}
	
	.navbar-brand .grey {
		padding: 1px 15px;
		margin-bottom: 2px;
		font-size: 11px;
		display: block;
	}
}

.navbar-toggle {
	border: 0 !important;
	background-color: transparent !important;
	background: transparent !important;
	margin-top: 25px;
}

/* 메인 페이지 */

.body-layout > .container {
	width: 100%;
	padding: 0;
}

.navbar-inverse > .container,
.container.c-minimal {
	max-width: 980px;
}

.col-md-12.blank {
	height: 20px;
}

.intro-html-layout section {
	transition: ease .5s all;
	-webkit-transition: ease .5s all;
}

.intro-html-layout section p {
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1.75;
    font-weight: 300;
}

.firstrow {
	opacity: 0;
}

.title {
    margin-top: 15%;
	margin-bottom: 30px;
	transition: ease .5s all;
	-webkit-transition: ease .5s all;
}

.title > h1 {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -.5px;
}

.title > h3 {
	font-size: 16px;
	margin-top: 0;
}

@media screen and (max-width: 480px) {
	#top .title > h1 {
		font-size: 36px;
	}
	
	#top .title > h3 {
		font-size: 16px;
	}
	
	#top h3 {
		font-size: 16px;
	}
}

.title, .service {
	text-shadow: 0 0 8px rgba(0, 0, 0, 1);
}

.service.two {
	margin-bottom: 300px;
}

@media screen and (max-width: 767px) {
	.service.two {
		margin-bottom: 100px;
	}
}
#center h2,
#bottom h2{
	margin: 100px 0 25px;
    font-size: 34px;
    font-weight: 600;
}
#bottom h2 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
	#center h2, #bottom h2 {
		font-size: 24px;
	}
}

section#center, section#bottom {
	background-color: #283b53;
	color: #FFF;
}
section#bottom {
	padding-bottom: 50px;
}
.footer_copy {
    background: #7f7f7f;
    overflow: hidden;
    padding: 15px;;
    color: #fff;
    font-size: 13px;
}
.footer-wrap.info {
    text-align: left;
    max-width: 980px;
    margin: 0 auto;
}
.footer-wrap.info p {
    margin-bottom: 0;
}
.footer-wrap.info + br {
    display: none;
}

/* #center,#bottom,.footer_copy {
    display: none;
} */

section p {
	word-break: keep-all;
	text-align: justify;
}

@media screen and (max-width: 480px) {
	section p {
		text-align: left !important;
		letter-spacing: -.5px;
	}
}

.login-layout .panel-body {
	color: #313131 !important;
}