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


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

@media (min-width: 1280px) {
	.container {
		max-width: 1230px;
		width: 100%;
	}
}

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

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

.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: none;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}

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

.navbar-inverse .navbar-nav>li>a {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	letter-spacing: 0;
	padding: 35px 23px;
}

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

.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: none;
	color: #004389;
}

@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;
		transform: translate(-50%, 0);
		border-radius: 0;
		border: 1px solid #fff;
		padding: 15px 0;
		-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
		background: rgba(0, 0, 0, 0.85);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 8px 25px;
		color: #fff;
		opacity: 0.78;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 400;
		opacity: 1;
	}
}

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

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

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: none;
	transition: ease-in-out .15s all;
}

.carousel-caption {
	color: #111;
}

.carousel-caption h1 {
	font-size: 90px;
	margin-bottom: 24px;
	position: relative;
}

.carousel-caption p {
	font-size: 20px;
	text-shadow: none;
	line-height: 1.5;
	letter-spacing: -0.037em;
}


.carousel-control {
	display: none;
}

.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,
.carousel-indicators li.active {
	width: 60px;
	height: 5px;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	margin: 0 3px;
	border-radius: 0;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	background-color: #fff;
}

.carousel-caption {
	text-shadow: none;
	text-align: left;
	padding: 0;
	left: 17.5%;
	right: 17.5%;
}

.carousel-inner>.item:nth-child(2) .carousel-caption {
	color: #fff
}

.navbar-brand>img {
	display: block;
}

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

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

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

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 65px 0;
	border-top: 1px solid #e1e1e1;
	background-color: #fff;
	color: #888;
}

#site footer ul li {
	margin-bottom: 4px;
	font-size: 13px;
}

.foot-logo img {
	filter: grayscale(1);
	margin: -5px 0 20px;
	width: 115px;
}

.copy {
	font-size: 13px;
	margin: 0;
}

.footer-title h5 {
	font-weight: 900;
	font-size: 18px;
	color: #333;
	margin: 0 0 20px;
}

/* 메인 페이지 */
div#mainCarousel {
	width: calc(100% - 60px);
	margin: 0 auto;
}

#mainCarousel .carousel-inner .item {
	height: 720px;
}

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

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

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

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

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

/* .board_box_blog2 .row {
	margin-left: -10px;
	margin-right: -10px;
}

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

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 30px;
	border: none;
	text-align: center;
}

.board_box_blog2 .inner .top a {
	background: #000
}

.board_box_blog2 .inner .bottom {
	padding: 17px 0px 0px;
}

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

.board_box_blog2 .inner .bottom .title a {
	font-size: 16px;
	letter-spacing: -0.04em;
}

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

.board_box_blog2 .inner .top a .thumb {
	height: 280px;
	transition: all 0.45s;
}

.board_box_blog2 .inner:hover .thumb {
	transform: scale(1.1);
	opacity: 0.7
}

/* 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
}

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

.pagination_wrap,
.search_wrap {
	visibility: hidden;
}

/* main-content */
.main-content>.container {
	max-width: none;
	padding: 0 30px;
}

.wrap {
	padding: 130px 0 0;
}

div[class^="board_box_"] .page-header h4 {
	display: none;
}

div[class^="board_box_"] .page-header .pull-right {
	margin-top: -20px;
}

/* 구글지도 정보 나오는거 없애기 */
.google-map {
	width: 100%;
	overflow: hidden;
}
	
.google-map iframe {
	margin-top: -150px;
}

/* wedo */
#wedo {
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.main-title h3 {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 35px;
	position: relative;
	letter-spacing: -0.03em;
	color: #202020;
}

.wedo-right .main-title {
	text-align: center;
}

.wedo-left .main-title p {
	margin: 45px 0 0;
	font-size: 18px;
	letter-spacing: -0.03em;
	line-height: 1.65;
	color: #6e7073;
}

.wedo-wrap .wedo-cont {
	text-align: center;
}

.wedo-right .wedo-inner {}

.wedo-round {
	margin: 0;
	padding: 0 80px;
}

.wedo-round-inner {
	margin: 0 auto;
}

.wedo-round-inner i {
	font-size: 35px;
	color: #222;
	margin-bottom: 15px;
	margin-top: 10px;
}

.wedo-round-inner p {
	font-size: 16px;
	font-weight: 600;
	margin: 12px 0 0;
	letter-spacing: -0.025em;
	line-height: 1.35;
}

.wedo-round-inner p span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 2px;
}

.wedo-round-inner {
	text-align: center;
	border-radius: 50%;
	width: 185px;
	height: 185px;
	padding-top: 45px;
	border: 3px solid #ddd;
}

.wedo-btn {
	max-width: 400px;
	margin: 54px auto 0;
}

.wedo-btn a {
	text-decoration: none;
	color: #111;
	font-weight: 400;
	display: inline-block;
	font-size: 18px;
	position: relative;
	letter-spacing: -0.025em;
}

.wedo-btn a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0%;
	height: 2px;
	background: #004389;
	z-index: -1;
	transition: all 0.5s;
	;
}

.wedo-btn a:hover::before {
	width: 100%;
}

.wedo-btn a:hover {
	color: #004389;
}

/* portfolio */
#portfolio {
	background: #f6f6f6;
	margin-top: 130px;
	padding-bottom: 80px;
}

.portfolio-wrap {
	max-width: 1230px;
	margin: 0 auto;
}

#portfolio .tab-content .page-header {
	display: none;
}

#portfolio .main-title {
	text-align: center;
}

#portfolio .main-title h3 {
	margin-top: 0;
	margin-bottom: 40px;
	letter-spacing: -0.01em;
	font-size: 52px;
}

#portfolio .main-title h3:after {
	left: 50%;
	transform: translateX(-50%);
}

.main-title span {
	font-size: 14px;
	color: #2868ab;
	font-family: 'Noto Serif KR', 'notokr', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 6px;
	display: block;
	font-weight: 600;
}

.portfolio-tabs {
	margin-bottom: 70px;
}

.portfolio-tabs .nav-tabs {
	text-align: center;
	border: none;
}

.nav-tabs>li {
	float: none;
	display: inline-block;
	position: relative;
	margin: 0 -2px;
}

.nav-tabs>li>a {
	position: relative;
	min-width: 140px;
	display: block;
	border: none;
	margin: 0;
	padding: 10px 15px;
	text-decoration: none;
	color: #aaa;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0;
	font-weight: 500;
}

/* .nav-tabs>li>a::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 0%;
	height: 50%;
	transform: skewX(-20deg) translateY(-50%);
	background: #FFF2CC;
	z-index: -1;
	transition: all 0.5s;
}
 */
.nav-tabs>li>a:hover {
	border-color: #333;
	color: #333;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: rgba(0, 0, 0, 0);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #222;
	font-weight: 500;
	border: none;
	border-bottom: 1px solid #ccc;
	background: rgba(0, 0, 0, 0);
}

.nav-tabs>li.active>a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #333;
}

/* .nav-tabs>li.active>a::before, .nav-tabs>li.active>a:focus::before, .nav-tabs>li.active>a:hover::before {
	width: 95%;
} */

.item-img {
	margin-bottom: 30px;
}

/* map */
#map {
	margin-bottom: -7px;
	padding: 0 30px;
	margin-top: 130px;
}

#map .main-title {
	text-align: center;
}

#map .main-title h3 {
	margin-bottom: 50px;
	letter-spacing: -0.01em;
	font-size: 50px;
}

#map .main-title h3:after {
	left: 50%;
	transform: translateX(-50%);
}

/* sub공통영역 */
.subpage {
	padding: 0 30px;
}

.subtitle {
	position: relative;
	background: url(/public/img/sub/sub-bg.jpg) no-repeat top center;
	background-size: cover;
	height: 280px;
}

.subtitle .container {
	height: 280px;
}

.subtitle .subtitle-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.subtitle .inner {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.subtitle h2 {
	font-size: 42px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	margin: 0;
}

.breadcrumb {
	background: none;
	color: #bfbfbf;
	font-size: 12px;
	letter-spacing: 0;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

.breadcrumb li+li::before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 11px;
	color: #ddd;
	opacity: 0.6;
	padding: 0 7px;

}

.breadcrumb>.active {
	font-weight: 400;
	color: #eaeaea;
}

.sub-menu {
	margin-top: 70px;
}

.sub-menu ul {
	padding: 0;
	text-align: center;
	margin-bottom: -10px;
}

.sub-menu li {
	display: inline-block;
	line-height: 0;
	position: relative;
	margin: 0 -2px;
}

.sub-menu li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #aaa;
	font-size: 15px;
	padding: 10px 15px;
	min-width: 140px;
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0;
	font-weight: 500;
}

.sub-menu li.on a {
	color: #333;
	font-weight: 600;
}

.sub-menu li.on a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #333;
}

.sub-cont {
	padding: 90px 0 100px 0;
}

/* company01 */
.company-txt {
	margin-bottom: 75px;
	text-align: center;
}

.company-txt h3 {
	font-size: 58px;
	font-weight: 600;
	margin: 0px 0 65px;
	position: relative;
	color: #1a1a1a;
	letter-spacing: -0.01em;
}

/* .company-txt h3:after{
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #222;
	margin-top:10px;
}
 */
.company-txt p {
	font-size: 16px;
	color: #444546;
	letter-spacing: -0.035em;
	line-height: 1.62;
	margin-bottom: 30px;
}

/* company02 */
#company02 .company-txt {}

.insp-wrap {
	margin-top: 50px;
}

.insp-cont {
	text-align: center;
	margin-bottom: 30px;
}

.insp-cont i {
	font-size: 50px;
	color: #fff;
	width: 150px;
	height: 150px;
	line-height: 150px;
	background: #004389;
	border-radius: 100%;
	margin-bottom: 80px;
}

.insp-txt {
	padding: 10px;
	border: 5px solid #f2f2f2;
	position: relative;
	height: 220px;
	border-radius: 10px;
}

.insp-txt::before {
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background: #000;
	position: absolute;
	left: 50%;
	top: -70px;
	transform: translateX(-50%);
}

.insp-txt h5 {
	padding: 20px 0;
	font-size: 20px;
	background: #f2f2f2;
}

.insp-txt ul {
	text-align: left;
	padding-left: 10px;
}

.insp-txt ul li {
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	padding-left: 20px;
}

.insp-txt ul li::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #333;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* company03 */
.Accoun-inner {
	border: 2px solid #eee;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 10px 50px;
}

/* portfolio */
.company-txt p.port-tit {
	font-size: 24px;
	position: relative;
	display: inline-block;
	font-weight: 600;
	color: #004389;
	line-height: 1;
	letter-spacing: -0.02em;
	margin: 0 0 20px;
}

/* contact01 */
#contact01 .company-txt {
	margin-bottom: 0;
}

.contact-cont {}

.contact-cont ul {
	margin-top: 30px;
}

.contact-cont ul li {
	display: block;
	font-size: 16px;
	color: #444546;
	letter-spacing: -0.03em;
	line-height: 1.65;
	margin-bottom: 6px;
}

.contact-cont ul li i {
	color: #004389;
	margin-right: 12px;
	text-align: center;
	width: 20px;
}

.contact-cont ul li:last-child {
	border-right: none;
}

/* form */
.table_blog2 dd .inner {
	border: none;
}

.table_blog2 dd .inner .top a {
	background: #000
}

.table_blog2 dd .inner .top a .thumb {
	height: 280px;
}

.table_blog2 dd .inner .bottom {
	text-align: center;
	padding: 12px 15px;
}

.table_blog2 dd .inner .bottom .info {
	display: none;
}

.table_blog2 dd .inner .bottom .title a {
	letter-spacing: -0.02em;
}

.table_blog2 dd .inner .top a .thumb {
	height: 280px;
	transition: all 0.45s;
}

.table_blog2 dd .inner:hover .thumb {
	transform: scale(1.1);
	opacity: 0.7
}

.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
	color: #004389;
	text-decoration: none;

}

.btn.btn-primary {
	background-color: #004389;
	border: 1px solid #004389;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #002d5d;
	border: 1px solid #002d5d;
}

.btn.btn-dark {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background-color: #111;
	border: 1px solid #111;
	color: #fff;
}

.board_data_view {
	border-top: 1px solid #333;
	border-bottom: 1px solid #aaa;
}

.board_data_view .header_wrap {
	padding: 50px 0;
	border-bottom: 1px solid #ddd;
}

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

	#site {
		padding-top: 48px;
	}

	div#mainCarousel {
		width: calc(100% - 30px);
	}

	.carousel-caption {
		width: 100%;
		left: 5.5%;
	}

	.carousel-caption h1 {
		margin-bottom: 12px;
	}

	.navbar-brand {
		margin-left: 15px !important;
		margin-top: 3px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 14px 15px;
	}

	.main-content>.container {
		padding: 0 15px;
	}

	.wrap {
		padding: 60px 0 0;
	}

	.main-title h3 {
		font-size: 30px;
	}

	.wedo-left .main-title p {
		font-size: 15px;
	}

	.wedo-btn a {
		font-size: 16px;
	}

	.wedo-btn {
		margin: 54px auto;
	}

	#wedo {
		padding-left: 0;
		padding-right: 0;
	}

	.wedo-round {
		padding: 0;
	}

	.wedo-round-inner {
		width: 135px;
		height: 135px;
		padding-top: 15px;
	}

	.wedo-round-inner p {
		font-size: 14px;
	}

	.wedo-round-inner p span {
		font-size: 12px;
	}

	#portfolio .main-title h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}

	.nav-tabs>li {
		width: 33.333%;
	}

	.nav-tabs>li>a {
		min-width: 100px;
	}

	.portfolio-tabs {
		margin-bottom: 40px;
	}

	.board_box_blog2 .inner {
		margin-bottom: 15px;
	}

	#portfolio {
		margin-top: 50px;
		padding-bottom: 0;
	}

	#map .main-title h3 {
		font-size: 35px;
		margin-bottom: 50px;
	}

	#map {
		padding: 0 15px;
		margin-top: 50px;
	}
	
	#site footer {
		padding: 30px 0;
	}

	.left-con{
		margin-bottom: 10px;
	}

	.center-con{
		margin-bottom: 10px;
	}

	.footer-title h5 {
		margin: 0 0 10px;
	}

	.subpage {
		padding: 0;
	}

	.subtitle {
		margin: 0 15px;
	}

	.subtitle h2 {
		font-size: 40px;
	}

	.subtitle .inner {
		width: 100%;
	}

	.sub-menu {
		margin-top: 20px;
	}

	.sub-menu li {
		width: 33.333%;
	}

	.sub-menu li a {
		padding: 10px 0;
		min-width: 100px;
	}

	.sub-cont {
		padding: 60px 15px;
	}

	.company-txt h3 {
		font-size: 38px;
		margin: 0px 0 30px;
	}

	.company-txt p {
		font-size: 14px;
	}

	.company-txt {
		margin-bottom: 0px;
	}

	.Accoun-cont{
		padding: 0 15px;
	}

	.Accoun-inner {
		padding: 0;
	}

	.table_blog2 .col-xs-6{
		width: 100%;
	}

	.table_blog2 dd {
		margin-bottom: 0;
	}

	.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%;
	}

	.sub-cont {
		padding: 60px 0;
	}
































































}
