
body {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
	
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #415888;
	text-decoration: none;
	outline: none;
}
select::-ms-expand {
	display: none;
}

nav.navbar.bootsnav ul.nav > li > a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	width: 120px;
	text-align: center;
	padding: 30px 0;
}
.navbar-brand {
    padding: 23px 15px;
}
nav.navbar.bootsnav {
	border-bottom: none;
	top: 0;
}
nav.navbar.bootsnav:after {
	content: '';
	display: block;
	height: 0;
	border-bottom: 0;
	background-color: #fafafa;
	transition: 0.5s ease;
}
nav.navbar.bootsnav:hover:after {
	height: 225px;
	border-bottom: 5px solid #e60012;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border: none;
	background:none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
	border: none;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	text-align: center;
	padding: 5px 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	width: 120px;
	padding: 0;
	min-width: 120px;
	border-right: 1px solid #eeeeee;
	height: 0px;
	overflow: hidden;
	transition: 0.5s ease;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
	color: #e60012;
	font-weight: 700;
}
nav.navbar.bootsnav .dropdown-menu {
	display: block;
}
nav.navbar.bootsnav:hover li.dropdown ul.dropdown-menu {
	height: 220px;
	padding: 15px 0;
}
nav.navbar.bootsnav {
    position: fixed;
    z-index: 99999;
    width: 100%;
}
.main-item1 .owl-item {
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-item1 .owl-item .txts {
	color: #fff;
	font-size: 62px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-item2 {
	background-image: url(../images/main_07.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-item2 .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 140px 0;
}
.main-item2 .container .txt {
	text-align: center;
	font-size: 20px;
	padding-top: 40px;
	font-weight: 700;
	color: #333;
}
.main-item3 {
	padding: 180px 0;
}
.main-item3 .hd {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 70px;
}
.main-item3 .bd .item {
	background-color: #eee;
	border-radius: 13px;
	padding-top: 70px;
	padding-left: 50px;
	padding-bottom: 60px;
	display: flex;
	height: 500px;
	flex-direction: column;
	justify-content: space-between;
	background-size: cover;
	color: #fff;
}
.main-item3 .bd .item .t1 {
	font-size: 36px;
	font-weight: 700;
}
.main-item3 .bd .item .t2 {
	font-size: 20px;
	padding-top: 26px;
	font-weight: 500;
}
.main-item3 .bd .item .b a {
	width: 170px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid #fff;
	display: block;
	line-height: 47px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding-left: 35px;
	background-image: url(../images/main_21.png);
	background-repeat: no-repeat;
	background-position: 115px 15px;
	transition: 0.5s ease;
}
.main-item3 .bd .item .b a:hover {
	background-position: 120px 15px;
}

.main-item4 .txt {
	padding: 150px 0;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.main-item4 .txt .t1 {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 15px;
}
.main-item4 .txt .t2 {
	font-size: 18px;
	font-weight: 400;
	padding-top: 10px;
}
.main-item4 .col-md-6 {
	background-size: cover;
}
footer {
	background-color: #0e0e0e;
	color: #fff;
}
footer .container {
	position: relative;
}
footer .back2top {
	position: absolute;
	right: -70px;
	margin-top: -35px;
	cursor: pointer;
}
footer .hd {
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
footer .bd {
	padding-bottom: 40px;
	font-size: 15px;
	font-weight: 200;
}
footer .bd .info {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
.subpage-content .top-bg {
	background-image: url(../images/sub1_bg.jpg);
	margin-top: 78px;
	height: 350px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.subpage-content.sub2 .top-bg {
	background-image: url(../images/sub2_bg.jpg);
}
.subpage-content.sub3 .top-bg {
	background-image: url(../images/sub3_bg.jpg);
}
.subpage-content.sub4 .top-bg {
	background-image: url(../images/sub4_bg.jpg);
}
.subpage-content.sub5 .top-bg {
	background-image: url(../images/sub5_bg.jpg);
}
.subpage-content .top-bg .t1 {
	font-size: 56px;
	font-weight: 700;
}
.subpage-content .top-bg .t2 {
	font-size: 20px;
	font-weight: 500;
}
.subpage-content .top-navi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-self: center;
	border-bottom: 1px solid #eeeeee;
}
.subpage-content .top-navi .item {
	padding: 0 35px;
}
.subpage-content .top-navi .item a {
	padding: 25px 0;
	display: block;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.subpage-content .top-navi .item a:hover ,.subpage-content .top-navi .item.active a {
	color: #e60012;
	border-bottom: 2px solid #e60012;
}
.sub1-1 {
	background-image: url(../images/main_30.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.sub1-1 .cont-item1 {
	padding: 0 0 260px;
}
.cont-item1 .t1 {
	padding-top: 140px;
	font-size: 24px;
	font-weight: 700;
	color: #d8210d;
}
.cont-item1 .t2 {
	font-size: 58px;
	font-weight: 700;
	padding-bottom: 50px;
}
.sub1-1 .cont-item1 .t3 {
	border-top: 1px solid #d8210d;
	padding-top: 50px;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 40px;
}
.sub1-1 .cont-item1 .t4 {
	display: flex;
	justify-content: flex-end;
}
.sub1-1 .cont-item1 .t4 .sign {
	text-align: right;
}
.sub1-1 .cont-item1 .t4 .sign .name {
	font-size: 20px;
	font-weight: 500;
}
.sub1-1 .cont-item1 .t4 .sign .name span {
	font-family: 바탕, Batang;
	font-size: 24px;
	font-weight: 500;
	padding-left: 10px;
}
.sub1-1 .cont-item1 .t4 .sign img {
	width: 90%;
	padding-top: 8px;
	margin-right: -8px;
}
.sub1 .cont-item2 {
	padding-bottom: 120px;
}
.sub1 .cont-item2 h3 {
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
}
.sub1 .cont-item2 p {
	font-size: 20px;
	font-weight: 500;
	color: #3c3c3c;
	padding-top:30px;
}
.sub1-3 .cont-item2 p {
	padding-top: 0;
}
.sub1-3 .cont-item2 {
	padding-bottom: 50px;
}
.sub1-3 .item33 {
	padding-bottom: 120px;
	display: block;
}

.sub1 .cont-item3 {
	background-color: #fafafa;
	padding-top: 150px;
	padding-bottom: 150px;
}
.sub1 .cont-item3 .hd {
	text-align: center;
}
.sub1 .cont-item3 .hd .t1 {
	font-size: 24px;
	font-weight: 700;
	color: #d8210d;
}
.sub1 .cont-item3 .hd .t2 {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 70px;
}
.sub1 .cont-item3 .bd .item {
	background-color: #fff;
	border: 1px solid #eeeeee;
	padding: 30px 20px;
	border-radius: 15px;
}
.sub1 .cont-item3 .bd .item .t3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 25px;
}
.sub1 .cont-item3 .bd .item .t4 {
	font-size: 19px;
	font-weight: 500;
	padding-bottom: 70px;
}
.history {
	position: relative;
	overflow: hidden;
	margin-bottom: 150px;
}
.history .year {
	font-size: 58px;
	font-weight: 700;
	color: #e60012;
}
.history .item {
	padding-bottom: 130px;
}
.history .item:last-child {
	padding-bottom: 0;
}
.history .item .txt {
	font-size: 20px;
	font-weight: 700;
}
.history:before {
	display: block;
	content:'';
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #e60012;
	border: 5px solid #f4a6ac;
	position: absolute;
	left: calc(50% - 30px);
}
.history:after {
	display: block;
	content: '';
	height: 100%;
	border-right: 1px solid #e60012;
	top: 5px;
	position: absolute;
	left: calc(50% - 20px);
}
.sub2-1 .cont-item2 h3 {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
}
.sub2-1 .cont-item2 h4 {
	font-size: 30px;
	padding-top: 25px;
	font-weight: 700;
	margin: 0;
}
.sub2-1 .cont-item2 p {
	font-size: 20px;
	font-weight: 500;
}
.sub2-1 .mainimg {
	padding-top: 80px;
	padding-bottom: 110px;
}
.sub2-1 .cont-item2 .item {
	padding-bottom: 50px;
}
.sub2-1 .cont-item2 .item p {
	padding-top: 10px;
}
.sub2-1 .cont-item3 {
	background-color: #fafbfb;
	margin-top: 100px;
	padding: 150px 0;
}
.sub2-1 .cont-item3 .hd {
	text-align: center;
}
.sub2-1 .cont-item3 .hd .t1 {
	color: #e60012;
	font-weight: 700;
	font-size: 24px;
}
.sub2-1 .cont-item3 .hd .t2 {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 70px;
}
.sub2-1 .cont-item3 .bd .item:after {
	display: table;
	content: '';
	clear: both;
}
.sub2-1 .cont-item3 .bd .item {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eeeeee;
}
.sub2-1 .cont-item3 .bd .item .t1 {
	font-size: 30px;
	font-weight: 700;
	color: #d8210d;
	padding: 30px 0;
	padding-left: 20px;
}
.sub2-1 .cont-item3 .bd .item .t2 {
	font-size: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
	justify-content: start;
	padding: 7px 0;
	padding-left: 20px;
}
.sub2-1 .cont-item3 .bd .item .t2 .label {
	font-weight: 700;
	font-size: 20px;
	width: 110px;
	color: #000;
	text-align: left;
	padding: 0;
	max-resolution: 0;
}
.sub4 .cont-item4 .hd .t1 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 50px;
}
.sub4 .cont-item4 .bd {
	padding-bottom: 100px;
}
.sub4 .cont-item4 .bd .item {
	border-top: 1px solid #eee;
	margin-bottom: 60px;
	border-bottom: 1px solid #eee;
}
.sub4 .cont-item4 .bd .item:after {
	display: table;
	content: '';
	clear: both;
}
.sub4 .cont-item4 .bd .item .t1 {
	font-size: 30px;
	font-weight: 700;
	padding: 40px 0 40px 60px;
}
.sub4 .cont-item4 .bd .item .t3 {
	font-size: 20px;
	font-weight: 500;
	padding-left: 60px;
	padding-bottom: 100px;
}
.sub4 .cont-item4 .bd .item .t2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 20px;
}
.sub4 .cont-item4 .bd .item .t2 .label {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	padding-left: 60px;
}
.sub4 .cont-item4 .bd .item .t2 .value {
	font-size: 20px;
	font-weight: 500;
	padding-left: 30px;
}



.form-template-type2 .group .title {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 6px;
}
.form-template-type2 .group .form-control {
	border: none;
	background-color: #fff;
	box-shadow: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	border: 1px solid #ccc;
}
.form-template-type2 .group input.form-control {
	line-height: 45px;
	height: 45px;
	border: 1px solid #ccc;
}
.form-template-type2 .has-feedback .form-control-feedback {
	top: 5px;
	right: 7px;
}
.form-template-type2 .help-block {
	top: -35px;
	left: 0;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	text-align: right;
	background:none;
}
#form-template .file-input {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 9px;
}

#form-template .file-input .upload-file {
	background-color: red;
	position: absolute;
	width: 100%;
	height: 45px;
	z-index: 3;
	left: 0;
	top: unset;
	cursor: pointer;
}

#form-template .file-input .filename {
	border: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: 500;
	color: #a3a3a3;
}
#form-template  .input-group-addon {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 16px;
	border: none;
}
#form-template .file-input .filename {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-template-type2 .btn {
	background-color: #d8210d;
	color: #fff;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 20px;
	font-size: 19px;
	font-weight: 700;
	border-radius: 10px;
	border: none;
	margin: 0 auto;
	margin-top: 30px;
}
.form-template-type2 .btn:hover {
	background-color: #e83817;
}
.form-template-type2 .requial {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-align: left;
}
.form-template-type2 {
	padding-bottom: 100px;
}
.cont-form .hd {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 60px;
}
.sub5 .cont-item1 .t3 {
	font-size: 30px;
	font-weight: 900;
	padding-bottom: 50px;
}
.sub5 .map {
	height: 500px;
	background-color: #eee;
}
.sub5 .map-info {
	padding: 25px 0;
	margin-bottom: 100px;
}
.sub5 .map-info .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 500;
}
.sub5 .map-info .item .l {
	font-weight: 900;
	padding-right: 25px;
}
.form-template-type2 .help-block {
	top: 45px;
}
@media(max-width:768px){
	nav.navbar.bootsnav:after {
		display: none!important;
	}
	.navbar {
		min-height: 70px;
	}
	nav.navbar.bootsnav ul.nav > li > a {
		width: 100%;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	nav.navbar.bootsnav .navbar-brand img {
		width: 80%;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
		height: auto;
		padding-left: 0!important;
		margin-left: 0!important;
	}
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
		padding: 10px 0;
	}
	.main-item1 .owl-item .txts {
		font-size: 24px;
		padding-top: 40px;
	}
	.main-item1 .owl-item ,.main-item1 .owl-item .txts {
		min-height: 70vh;
		height: 70vh;
	}
	.main-item2 .container img {
		width: 150px;
		text-align: center;
	}
	.main-item2 .container .txt {
		font-size: 14px;
		padding-top: 15px;
	}
	.main-item2 .container {
		padding: 100px 0;
	}
	.main-item3 .hd {
		font-size: 24px;
	}
	.main-item3 .bd .item {
		margin-bottom: 30px;
	}
	footer .bd p {
		display: flex;
		flex-direction: column;
	}
	footer .bd p span {
		padding: 10px 0;
	}
	footer .hd {
		flex-direction: column;
		align-items: start;
	}
	footer .hd .logo {
		padding-bottom: 10px;
	}
	footer .bd p span:nth-child(even) {
		display: none;
	}
	.subpage-content .top-navi {
		flex-wrap: wrap;
	}
	.subpage-content .top-navi .item {
		width: 50%;
	}
	.subpage-content .top-navi .item a {
		text-align: center;
		padding: 15px 0;
	}
	.cont-item1 .t1 {
		padding-top: 100px;
		font-size: 18px;
	}
	.cont-item1 .t2 {
		font-size: 40px;
	}
	.sub1-1 .cont-item1 {
		padding-bottom: 150px;
	}
	.subpage-content .top-bg .t1 {
		font-size: 40px;
	}
	.subpage-content .top-bg .t2 {
		font-size: 16px;
	}
	img {
		max-width: 100%;
	}
	.sub1 .cont-item2 h3 {
		font-size: 24px;
		padding-top: 40px;
	}
	.sub1 .cont-item2 p {
		font-size: 16px;
	}
	.sub1 .cont-item3 .hd .t1 {
		font-size: 20px;
	}
	.sub1 .cont-item3 .hd .t2 {
		font-size: 24px;
	}
	.sub1 .cont-item3 .bd .item {
		margin-bottom: 15px;
	}
	.history .item {
		padding-left: 60px;
		padding-bottom: 70px;
	}
	.history .year {
		font-size: 30px;
		padding-top: 20px;
	}
	.history .item .txt {
		font-size: 16px;
	}
	.history:before {
		display: block;
		content:'';
		width: 20px;
		height: 20px;
		border-radius: 10px;
		background-color: #e60012;
		border: 5px solid #f4a6ac;
		position: absolute;
		left: 10px;
	}
	.history:after {
		display: block;
		content: '';
		height: 100%;
		border-right: 1px solid #e60012;
		top: 5px;
		position: absolute;
		left: 20px;
	}
	.sub2-1 .cont-item2 h3 {
		font-size: 26px;
		padding-bottom: 15px;
	}
	.sub2-1 .cont-item2 p {
		font-size: 16px;
	}
	.sub2-1 .cont-item2 p br {
		display: none;
	}
	.sub2-1 .cont-item3 .bd .item img {
		margin: 0 auto;
		display: block;
	}
	.sub2-1 .cont-item3 .bd .item .t2 {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}
	.sub2-1 .cont-item2 h4 {
		font-size: 20px;
	}
	.sub2-1 .cont-item3 .hd .t2 {
		font-size: 24px;
	}
	.sub2-1 .cont-item3 .hd .t1 {
		font-size: 20px;
	}
	.sub4 .cont-item4 .bd .item .t1 ,.sub4 .cont-item4 .bd .item .t2 .label ,.sub4 .cont-item4 .bd .item .t3 {
		padding-left: 0;
	}
	.cont-form .hd ,.sub5 .cont-item1 .t3 {
		font-size: 20px;
	}

}	