@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#site {
	padding-top: 86px;
	font-family: 'Roboto', 'notokr', sans-serif;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
	padding: 0;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
	border: 0
}

.navbar-brand {
	height: auto;
	padding: 0px;
	margin: 0 !important;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 500;
    padding: 34px 30px 32px;
    color: #333;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background: #004999;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: #004999;
	color: #fff;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		border-radius: 0;
		border: none;
		padding: 0;
		background: transparent;
		border-top: 0;
		box-shadow: 0px 4px 8px rgba(0,0,0,0.13);
		-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.13);
		transform: translate(-50%,0);
		animation-fill-mode: both;
		animation-duration: .3s;
		animation-name: fadeIn;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 13px 25px;
		color: #fff;
		text-align: center;
		background: rgba(0,0,0,0.65);
		letter-spacing: -0.02em;
		font-weight: 300;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		font-weight: 400;
		background: #2f75c3;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding-left: 36px;
		padding-right: 36px;
	}
}

.carousel-caption h1 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 22px;
    font-size: 72px;
    letter-spacing: 0.02em;
}

 h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.carousel-caption p{
	font-weight: 400;
	font-size: 20px;
	font-weight: 300;
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 3px;
	border-radius: 100%;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 3px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}

.carousel-caption {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    text-align: left;
    top: 37%;
    left: 20%;
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

.board_wrapper,.calendar_wrapper{
	margin-top:0;
	visibility: hidden;
}
.pagination_wrap, .search_wrap{
	visibility: hidden;
	margin-bottom: 0;
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

.navbar-inverse .navbar-brand img {
    height: 45px;
    margin-top: 18px;
}
.main-contents {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.carousel-indicators {
    bottom: 40%;
    left: 20%;
    margin-left: 0;
    text-align: left;
}
/* 푸터 */
#site footer {
	text-align: left;
	padding: 27px 0 23px;
	color: #373c41;
	font-size: 13px;
	background: #fff;
}
.footer-text p {
    font-size: 15px;
    letter-spacing: -0.034em;
    color: #373c41;
    margin-bottom: 5px;
}

.footer-text ul {
    padding-left: 0;
    margin-bottom: 2px;
    overflow: hidden;
}

.footer-text ul li {
    float: left;
    margin-right: 17px;
    font-size: 14px;
}

.footer-text .copyrights {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    opacity: 0.6;
}

address {
	margin-bottom: 0;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: calc(100vh - 86px - 143px);
}
#mainCarousel .carousel-inner .item:nth-child(1)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
#mainCarousel .carousel-inner .item:nth-child(2)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 340px;
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 28px;
	}

	#mainCarousel .carousel-caption p {
		font-size: 15px;
	}
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}

/* main-content */
#main_wrapper {
    position: relative;
}
.wrap-box-icon::after {content: '';display: block;clear: both;}
.box-icon:first-child {
    margin-left: 0;
}
.wrap-box-icon{
	overflow: hidden;
}

.box-icon {
    width: 19.2%;
    float: left;
    padding: 22px 0;
    text-align: center;
    border: 2px solid #fff;
    margin-left: 1%;
    height: 180px;
    position: relative;
}

.box-icon img{
	height: 60px;
	display: none;
}

.box-icon a{
	text-decoration: none;
	color: #333;
}

.box-icon h4{
	font-size: 18px;
	color: #fff;
	position: relative;
	padding-top: 90px;
	letter-spacing: -0.02em;
}
.box-icon h4::before {
    content: "\f1ad";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 34%;
    font-size: 45px;
    transform: translate(-50%, -50%);
    color: #fff;
}
.box-icon:nth-child(2) h4::before {
    content: "\f468";
}
.box-icon:nth-child(3) h4::before {
    content: "\f328";
}
.box-icon:nth-child(4) h4::before {
    content: "\f0ae";
}
.box-icon:nth-child(5) h4::before {
    content: "\f159";
}
.box-icon:hover{
	/* background: #014da1; */
	/* border-color: #014da1; */
	color: #014da1;
}

.box-icon:hover a h4{
	color: #333;
}
.box-icon::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    background: #fff;
    border-left: 0;
    width: 0;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: 99;
}
.box-icon:hover::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    background: #fff;
    border-left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    z-index: -1;
}
.box-icon:hover a h4::before {
    color: #2c7ed9;
}
/* subpage */
.subpage .subtitle {
    position: relative;
    background: url(/public/img/sub/sub-bg.jpg) no-repeat bottom center;
    background-size: cover;
    height: 310px;
}

.subpage .subtitle h2 {
    font-size: 46px;
    color: #fff;
    text-align: center;
    margin: 120px 0 0 0;
    letter-spacing: -0.034em;
    font-weight: 500;
}

.sub-menu {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.sub-menu ul {
    padding: 0;
    max-width: 1140px;
    margin: 0 auto;
}

.sub-menu li {
    line-height: 0;
    /* width: 33.333%; */
    position: relative;
    display: inline-block;
}

.sub-menu li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 25px 50px 24px;
    letter-spacing: -0.04em;
    line-height: 1;
    position: relative;
}

.sub-menu li.on a {
    font-weight: 400;
    color: #fff;
    opacity: 1;
}
.sub-menu li.on::before, .sub-menu li:hover::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #5aa9ff;
    position: absolute;
    top: -1px;
}
.sub-menu li.on a::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
}

.sub-menu li a:hover::before {
    width: 100%;
}

/* .sub-menu li a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
    z-index: 1;
    transition: all 0.25s;
} */

.breadcrumb {
    margin-bottom: 0;
    padding: 30px 10px 0 0;
    text-align: right;
    font-size: 13px;
    color: #666;
    background-color: transparent;
}
.breadcrumb>li+li:before {
    padding: 0 2px;
    font-size: 11px;
}
.sub-cont{
	margin: 20px -15px 150px;
}

.se{
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.se1{
	border-bottom: 1px solid #eee;
}
.se:last-child {
    padding-bottom: 0;
    margin: 0;
    border: 0;
}
.title{
}

.title h3{
	text-align: center;
	padding: 0;
	font-size: 40px;
	margin-top: 50px;
	margin-bottom: 80px;
	position: relative;
	letter-spacing: -0.06em;
	font-weight: 700;
}

.title h3::before{
	position: absolute;
	width: 1px;
	left: 50%;
	top: 70px;
	height: 25px;
	transform: inherit;
	background: #999;
	content: '';
	display: block;
	display: none;
}

/* company01 */
.about-wrap div:nth-child(1) {
    padding-right: 80px;
}
.about-wrap {padding-top: 30px;}
.about-wrap p{
	font-size: 17px;
	margin-bottom: 15px;
	word-break: keep-all;
	padding-right: 50px;
}

.about-wrap .txt-big{
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: 300;
	padding-bottom: 27px;
	letter-spacing: -0.06em;
	position: relative;
	line-height: 1.35em;
}

.about-wrap .txt-big::after{
	content: '';
	display: block;
	position: absolute;
	width: 80px;
	height: 1px;
	background: #999;
	bottom: 0;
	left: 0;
}

.point-color{
	color: #014da1;
	font-weight: 500;
}

.right-txt{
	font-weight: 600;
	text-align: right;
	letter-spacing: -0.034em;
	font-size: 16px !important;
	margin-top: 40px;
}

.map-table{
	text-align: center;
	border: 0;
	margin: 0;
	border-top: 1px solid #10253f;
}

.map-table th{
	background: #f2f2f2;
	text-align: center;
	width: 180px;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 15px;
    vertical-align: middle;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-top: 0;
    font-size: 15px;
    padding: 10px 0;
}
.box-info {
    width: 25%;
    float: left;
    margin-top: 50px;
    text-align: center;
    border-right: 1px solid #eee;
    height: 187px;
}

.box-info:hover{
}

.box-info > i {
    width: 120px;
    height: 120px;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    border-radius: 50%;
    background: #6595ca;
    padding: 32px;
}

.box-info:hover i,
.box-info:hover > h5,
.box-info:hover a{
	/* color: #fff; */
}

.box-info > h5 {
    font-weight: 700;
    margin: -41px 0 50px;
    font-size: 15px;
    color: #fff;
}

.box-info a{
	text-decoration: none;
	color: #222;
}

.wrap-box-info > .box-info:first-child {
}

#location .box-info:nth-child(4) p {
    letter-spacing: 0em;
}
.box-info:last-child {
    border-right: 0;
}
.box-info:nth-child(4) p {
    font-size: 17px;
    padding-top: 10px;
}
.box-info > p {
    font-size: 15px;
    margin-bottom: 0;
}

.box-info:nth-child(4) h5 {
    margin-bottom: 45px;
}

.box-info:nth-child(3) p,
.box-info:nth-child(2) p {
    font-size: 24px;
    font-weight: 300;
}

/* company02 */
#company02 table th {
    background: transparent;
    font-weight: 500;
    padding-left: 15px !important;
}
#company02 table th, #company02 table td {
    border-left: 0;
    border-right: 0;
    font-size: 15px;
    text-align: left;
    position: relative;
    padding: 20px 0px;
}
#company02 table th::before {content: '';display: block;width: 7px;height: 3px;background: #f56d72;position: absolute;top: 29px;left: 2px;}
.list-history {
    position: relative;
    padding-left: 100px;
}

.list-history::before {
    content: '';
    top: 10px;
    left: 50%;
    height: 98.5%;
    position: absolute;
    border-left: 1px solid #e6e6e6;
}

.list-history > li {
    margin-bottom: 50px;
}

.list-history > li > .year {
    float: left;
    width: 45%;
    position: relative;
    margin: 0;
    font-size: 40px;
    color: #4688AF;
    text-align: right;
    padding-right: 80px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: -0.034em;
}

.list-history > li > .year::before {
    content: '';
    top: 12px;
    right: -10px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    border: 4px solid #76bce4;
    border-radius: 50%;
}

.list-history > li > .year::after {
    content: '';
    top: 42%;
    /* transform: translateY(-50%); */
    right: 5px;
    width: 50px;
    height: 1px;
    position: absolute;
    background: #cad8e0;
}

.list-history > li > .detail {
    width: 55%;
    display: inline-block;
    padding-top: 5px;
    padding-left: 70px;
}

.list-history > li > .detail .inner {
    margin-bottom: 3px;
}

.list-history > li > .detail p {
    margin: 0 0 3px;
    padding-left: 10px;
    color: #333;
    letter-spacing: -0.034em;
    word-break: keep-all;
    line-height: 1.4em;
    padding-right: 100px;
    position: relative;
    font-size: 16px;
}

.list-history > li > .detail p::before{
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* company03 */
#company03 .se1{
	border-bottom: none;
}

/* business01 */
.bus-inner{
	margin-bottom: 40px;
	border: 1px solid #ddd;
	padding: 40px 30px 30px;
	overflow: hidden;
	height: 220px;
	position: relative;
}
.bus-inner::before {
    content: '';
    display: block;
    width: 5px;
    height: 28px;
    background: #333;
    position: absolute;
    left: 0;
    top: 49px;
}
#business01 .bus-txt {
    position: relative;
}
#business01 .bus-img {
    padding-top: 18px;
}
.bus-inner .num {
    font-size: 190px;
    color: #f3f3f3;
    font-weight: 100;
    text-align: center;
    font-style: italic;
    position: absolute;
    top: -26px;
    right: -318px;
}

.bus-inner h4{
	float: left;
	margin: 0;
	color: #333;
	font-size: 26px;
	margin-top: 9px;
	letter-spacing: -0.06em;
	position: relative;
}

.bus-inner ul{
	width: 100%;
	float: left;
	padding-left: 17px;
	margin-top: 20px;
}

.bus-inner ul li{
	font-size: 15px;
	padding-left: 10px;
	position: relative;
}

.bus-inner ul li::before{
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* business02 */
#business02 .se1 table + table {
    margin-top: 50px;
}
.pro-inner{
	padding: 30px;
	border: 1px solid #ddd;
	border-top: 2px solid #014da1;
	margin-bottom: 30px;
	box-shadow: 2px 3px 3px rgba(0,0,0,0.15);
	height: 350px;
	box-sizing: border-box;
}

.pro-name{
	padding-left: 20px;
	position: relative;
	font-size: 18px;
	letter-spacing: -0.014em;
	margin-bottom: 20px;
}

.pro-name::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #014da1;
}

.pro-txt{
	margin-top: 5px;
}

.pro-txt span{
	background: #f2f2f2;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 10px;
}

.pro-txt h6{
	font-size: 16px;
	margin: 15px 0 30px 0;
}

.pro-txt ul{
	margin-top: 15px;
	padding: 10px;
	border: 3px solid #f2f2f2;
}

.pro-txt ul li{
	font-size: 14px;
	padding-left: 10px;
	position: relative;
}

.pro-txt ul li::before{
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.bus02-name {
    font-size: 15px;
}


.bus02-img img{
	height: 150px;
}

.bus02-img{
	position: relative;
	cursor: pointer;
}

.bus02-img:hover::before, .bus02-img:focus::before {
    opacity: 1;
}
/* .bus02-img::before {
    content: '+';
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 34px;
    height: 34px;
    position: absolute;
    padding: 17px 9px;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 0em;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    border-radius: 20px;
    opacity: 0;
} */
#business03 .item1 .tab-se1 .row > div:nth-child(2) img {
    /* padding: 0 50px; */
}
#business03 .item1 .tab-se2 img {
    padding: 0 40px;
}
#business03 .item1 .tab-se3 img, #business03 .item1 .tab-se4 img {
    padding-right: 50px;
}
#business03 .item1 .tab-se5 .row > div {
    width: 40%;
}
#business03 .item1 .tab-se5 .row > div:nth-child(3) {
    width: 20%;
    padding: 30px 10px 0;
}
#business03 .item1 .tab-se5 .row > div:nth-child(2) {
    width: 37%;
}
#business03 .item1 .tab-se5 .row > div:nth-child(1) {
    width: 43%;
}
#business03 .item2 .tab-se2 .row:nth-child(2) img {
    padding: 30px;
}
#business03 .item3 .tab-se3 img + img {
    padding: 10px 0 0;
}
#business03 .item3 .tab-se3 .txt-img {
    padding: 20px 0 0;
}
#business03 .item3 .tab-se3 .txt-img img + img {
    padding-bottom: 20px;
}
#business03 .item4 .tab-se1 .txt-img img + p, #business03 .item4 .tab-se1 .txt-img img + p + p {
    background: #fff;
    color: #333;
    border-top: 1px solid #ddd;
}
.modal {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
	height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* .modal-open .modal {
    overflow-y: hidden;
} */

.bus02-txt{
	text-align: left;
}

.bus02-txt ul{
	margin-bottom: 0;
	padding-left: 35px;
}

.bus02-txt li{
	padding-left: 15px;
	position: relative;
	font-size: 15px;
}

.bus02-txt li::before{
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

div[id^='bbs'] .sub-menu li{
}

/* business03 */
.tab-se{
	margin-bottom: 100px;
}
.tab-se:last-child {
    margin-bottom: 0;
}
.nav-tabs{
	border: none;
	margin-bottom: 50px;
	border-bottom: 2px solid #333;
}

.nav-tabs li{
	width: 25%;
	text-align: center;
	margin-bottom: 0;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #fff;
    background: #3176c1;
    border: 0;
}

.nav-tabs>li>a:hover {
    border-color: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #0c5cb5;
}
.nav-tabs>li>a {
    border: 0;
    color: #222;
    border-radius: 0;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 500;
}

.title h4{
	position: relative;
	padding-left: 15px;
	font-size: 30px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 30px;
	display: none;
}

.title h4::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 5px;
	height: 35px;
	background: #014da1;
}

.s-title{
	margin-bottom: 30px;
}

.s-title h5{
	position: relative;
	padding-left: 14px;
	font-size: 28px;
	margin-bottom: 15px;
	letter-spacing: -0.034em;
}

.s-title h5::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 6px;
	height: 22px;
	background: #e70c14;
	border-radius: inherit;
}

.s-title ul{
	padding: 20px;
	border: 3px solid #eee;
}

.s-title ul li{
	font-size: 16px;
	margin-bottom: 7px;
	padding-left: 15px;
	position: relative;
}

.s-title ul li:last-child{
	margin-bottom: 0;
}

.s-title ul li::before{
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.s-title p{
	font-size: 16px;
}

#business03 .map-table{
	margin-top: 0;
}

.tab-se small{
	font-size: 14px;
	color: #da2020;
	margin-top: 30px;
	display: block;
}

.bus3-txt{
	margin-top: 50px;
}

.bus3-txt p{
	font-weight: 600;
	font-size: 22px;
}

.bus3-txt ul{
	background: #f4f4f4;
	padding: 20px 30px;
}

.bus3-txt ul ul{
	border: none;
	padding: 5px 0 0 0;
}

.bus3-txt ul li{
	font-size: 15px;
	margin-bottom: 4px;
	padding-left: 15px;
	position: relative;
}

.bus3-txt ul li:last-child{
	margin-bottom: 0;
}

.bus3-txt ul li::before{
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#business03 .bus3-txt ul li span {
    font-weight: 700;
    width: 80px;
    display: inline-block;
}
#business03 .bus3-txt ul li ul li {
    font-weight: 500;
    padding-left: 80px;
    font-size: 16px;
    color: #004695;
}
#business03 .bus3-txt ul li ul li::before {
    display: none;
}
.txt-img{
	border: 1px solid #ddd;
}

.txt-img p{
	text-align: center;
	padding: 11px 0 10px;
	margin: 0;
	font-size: 15px;
	background: #222;
	color: #fff;
}

.txt-img ul{
	padding-left: 30px;
}

.txt-img li{
	font-size: 15px;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}

.txt-img ul li:last-child{
	margin-bottom: 0;
}

.txt-img ul li::before{
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.item2 .tab-se3 .txt-img{
	height: 410px;
}

#business03 .item2 .tab-se3 .txt-img img{
	padding: 40px 0 40px;
}

#top-btn{
	position: fixed;
	bottom: 5%;
	right: 3%;
	z-index: 9999;
	display: none
}

#top-btn i{
	padding: 16px;
	background: #3b7cc3;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
}


/* 모바일 최적화 */
@media (max-width: 767px) {

	/* 게시판 */
	.board_wrapper .table colgroup,
	.board_wrapper .table.table_default tr .num,
	.board_wrapper .table.table_default tr .regdate,
	.board_wrapper .table.table_default tr .hits {
		display: none;
	}

	.board_wrapper .table .table-style>tbody>tr>th {
		width: auto;
	}

	.board_wrapper .table.table_default tr .subject {
		width: 70%;
	}

	.board_wrapper .table.table_default tr .writer {
		width: 30%;
	}

	/* .table-responsive */
	.table-responsive::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	.table-responsive::-webkit-scrollbar:vertical {
		width: 12px;
	}

	.table-responsive::-webkit-scrollbar:horizontal {
		height: 5px;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 1px solid #ffffff;
	}

	.table-responsive::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ffffff;
	}

	/* 주문폼 */
	.board_wrapper .table.board_write_table .input-group.input-group-big,
	.board_wrapper .table.board_write_table .form-control.form-control-big {
		width: 100%;
	}

	.board_wrapper .table.board_write_table tbody tr td .btn,
	.board_wrapper .table.board_write_table tbody tr td .form-control {
		width: 100%;
		vertical-align: middle;
	}

	.board_wrapper .text-center .btn.btn-lg {
		padding-left: 60px;
		padding-right: 60px;
	}
	/* 주무폼 라디오 버튼 */
	.radio-inline{
		margin-top: 0 !important;
	}
}
/* board 추가 css */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.board_data_view .header_wrap .title {
    font-size: 32px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}
.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.board_wrapper .table.board_write_table {
    border-top: 1px solid #999;
}
.board_wrapper .table.board_write_table tbody tr th, .board_wrapper .table.board_write_table tbody tr td {
    border-top: 0;
    border-bottom: 1px solid #d5d5d5;
}
/* board 추가 css end */

.bus-box a{
	text-decoration: none;
	color: inherit;
}

.bus-box a:hover .bus-inner{
	border: 1px solid #3b7cc3;
}
a.go-btn {
    text-decoration: none;
    color: #337ab7;
    padding: 10px;
    margin-top: 15px;
    border: 2px solid #337ab7;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 130px;
}

a.go-btn:hover{
	background: #337ab7;
	color: #fff;
}
@media(min-width:768px){
	#mainCarousel .carousel-inner .item{
		min-height:740px;
	}
}
@media(max-width:991px){
	.carousel-caption h1{
		font-size:52px;
	}
	.carousel-caption p{
		font-size:18px;
	}
}
@media(max-width:767px){
	#site{
		padding-top:55px;
	}
	.carousel-control{
		display:none;
	}
	.main-contents{
		padding:15px 0;
		position:static;
		transform:none;
	}
	.navbar-inverse .navbar-brand img{
		margin:10px;
		height:35px;
	}
	.navbar-toggle{
		top: 5px;
	}
	.carousel-caption{
		left:10%;
		right:10%;
	}
	.navbar-inverse .navbar-nav>li>a{
		font-size:16px;
		padding:10px 20px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #999;
	}
	.carousel-indicators {
		bottom: 25%;
		left: 10%;
	}
	.box-icon{
		margin-bottom:5px;
		width: 100%;
		background: #2c7ed9;
		margin: 0;
		height: auto;
		text-align:left;
		padding-left:23%;
	}
	.box-icon h4{
		margin:0;
		padding:0;
	}
	.box-icon h4:before{
		display:inline-block;
		position:static;
		transform:none;
		margin-right: 20px;
		margin-top: -5px;
		vertical-align: middle;
		font-size: 35px;
		width: 40px;
	}
	.box-info{
		width:100%;
	}
	.about-wrap div:nth-child(1) {
		padding-right: 15px;
	}
	.sub-cont{
		margin:20px 0 150px;
	}
	.subpage .subtitle h2{
		margin-top:60px;
		font-size:36px;
	}
	.sub-menu li{
		display:block;
	}
	.sub-menu li a{
		padding:15px 0;
		font-size: 16px;
	}
	.sub-menu li.on a{
		background:#5aa9ff
	}
	.subpage .subtitle{
		height:290px;
	}
	.title h3{
		margin-bottom:50px;
		font-size:32px;
		word-break: keep-all;
	}
	.about-wrap{
		padding-top:0;
	}
	.about-wrap .txt-big{
		margin-top:20px;
		font-size:20px;
	}
	.list-history{
		padding-left:0;
	}
	.list-history::before{
		left:10px;
	}
	.list-history > li > .year{
		float:none;
		width:100%;
		text-align:left;
		padding-left:70px;
		font-size: 30px;
		padding-top: 3px;
		margin-bottom: 10px;
	}
	.list-history > li > .year::before{
		right:auto;
		left:3px;
	}
	.list-history > li > .year::after{
		right:auto;
		left:18px;
		width: 36px;
		top: 51%;
	}
	.list-history > li > .detail{
		width:100%;
	}
	.list-history > li > .detail p{
		padding-right:0;
		font-size:14px;
	}
	.bus-inner{
		height:auto;
	}
	.bus-inner h4{
		font-size:23px;
	}
	#business01 .bus-img .col-sm-6{
		float:left;
		width:50%;
	}
	.s-title h5{
		font-size:19px;
	}
	.s-title h5::before{
		top:0;
		height:19px;
	}
	.nav-tabs li{
		width:100%;
	}
	.tab-wrapper .container{
		padding:0;
	}
	.nav-tabs>li>a{
		font-size:15px;
	}
	.txt-img ul{
		padding:0 20px;
	}
	div[id^='bbs'].subpage .subtitle{
		height:250px;
	}
}