@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
	font-family: 'Nanum Gothic','Malgun Gothic','AppleSDGothicNeo',Helvetica,Arial,sans-serif;
	line-height: 1.8;
	color: #000;
}

h2 {
	font-weight:bold;
	text-transform: uppercase;
	color:#0871cd
}
h3 {
	font-weight:bold;
	line-height: 1.375em;
	margin-bottom: 10px;
}
h4 {
	line-height: 1.375em;
	margin-bottom: 20px;
}
h4 small {
	color:#FFF
}
.jumbotron {
	color: #fff;
	padding: 180px 0;
	margin-bottom:0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
/*.major_list {
	width:400px;
	margin:10px auto;
	padding:20px;
	border:5px solid rgba(255,255,255,1);
	background:rgba(0,0,0,0.5);
	text-align:left
}*/

section{
	padding:40px 0;
}
section img.box {
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3)
}
.navbar {
	margin-bottom: 0;
	background-color: #FFF;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	border-radius: 0;
	font-family: 'Nanum Gothic','나눔고딕', 'Malgun Gothic', '돋움', 'Dotum', 'AppleGothic', sans-serif;
	background-image:none
}
.navbar li a, .navbar .navbar-brand {
	color: #000 !important;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:'Nanum Gothic','나눔고딕', 'Malgun Gothic', '돋움', 'Dotum', 'AppleGothic', sans-serif
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #f4511e !important;
	background-color: #fff !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

#mainVisual {
    width: 100%;
    max-height: 800px;
    background: url('img/mainVisual_bg.jpg') top center no-repeat;
    overflow: hidden;
    background-size: cover;
}

#mainVisual h1 {
	margin-top:130px;
	font-size:60px;
	font-weight:700;
	color:#FFF;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

footer {
	font-size: 12px;
	padding:20px 0;
}
footer .top {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
	width: 45px;
	height: 45px;
	background: url('img/arr_top.png') #000 50% 50% no-repeat;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}
footer .top em {
	visibility: hidden
}
footer .footer_go {
	clear:both;
	overflow: hidden;
	margin:10px 0 20px;
}
footer .footer_go a {
	list-style:none;
    padding-right: 10px;
    margin-right: 10px;
	font-size:14px;
	font-weight:bold;
    color: #FFFFFF;
    font-weight: bold;
}

footer .footer_go a:hover {
    color: #fff799;
    text-decoration: none;
}
.privacyStyle {font-size:16px !important; font-weight:600 !important; color:#fff799 !important}
.btn-more {
    text-shadow: none;
    color: #FFF;
    background-color: #b72842;
    border-color: none;
    background-image: none;
    box-shadow: none;
}

.img_wrap {
	margin:50px 0;
	display:block;
	overflow:hidden;
}

.img_wrap p{
	font-size:13px;
	letter-spacing:-0.75px;
}

.btn_wrap {
	margin-top:270px;
}
.btn_wrap .btn {
	width:20%;
	color:#FFF;
	font-weight:bold;
	border:none;
	border-radius: 0;
	background-image:none;
	padding: 20px 16px;
	text-shadow:none;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.btn_wrap .btn-default:hover, .btn-default:focus {
	background-color: #0871cd;
	color:#FFF
}

.header .lead {
	font-weight:bold;
	color:#9e0b0f
}

.img_wrap img {
	width:100%
}

@media screen and (max-width: 425px) {
	#mainVisual {
		max-height: 460px;
	}
	#mainVisual h1 {
		margin-top: 60px;
		font-size:40px;
	}
	#mainVisual .btn_wrap {
		margin-top: 40px;
	}
	.btn_wrap .btn {
		width:80%;
		margin-bottom:10px;
	}
}

@media screen and (max-width: 768px) {
	.header .lead {
		font-size:20px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size:16px;
	}
	h4 {
		font-size:14px;
	}
	section p{
		font-size:13px;
	}
	.logo {
		height:20px;
	}
}
@media screen and (min-width: 768px) {
	h2 {
		font-size:50px;
	}
	h3 {
		font-size:16px;
	}
	.logo {
		height:40px;
	}
	.navbar {
		padding-bottom:10px;
	}
	.navbar-nav {
		margin-top:10px;
	}
	.jumbotron {
		padding: 300px 0;
	}
	section{
		padding:30px 0;
	}
}
@media screen and (min-width: 1024px) {
	.logo {
		height:30px;
	}
	h4 {
		font-size:17px
	}
	.major_list div{
		
	}
}

@media screen and (min-width: 1921px) {
	html {
		background: #333;
	}
	body {
		background: white;
		margin: 0 auto;
		max-width: 1920px;
	}
}