/*
 * BOOTSTRAP 4.X 기반
 * http://ETY.KR
 * 상업적 또는 영리로 이용 가능하며 제작의뢰 받아서 유료로 작업을 해도 됩니다.
 * 배포,재배포는 에티아시아,소프트존 에서만 가능하며 솔루션으로 재판매할 수 없습니다.

	font-family: 'Nanum Gothic', sans-serif;
  font-family: 'NanumBarunGothicBold';

 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700&display=swap');

body {
  font-family: 'Nanum Gothic', sans-serif;
  word-break: keep-all;
}
a { color:#000; }
a:hover { color:gray; text-decoration: none; }
p {
  word-break: keep-all;
  font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'NanumBarunGothicBold';
  font-weight: bold;
}
table td {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 14px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.navbar .dropdown.show a:active {
  background-color: #6c757d;
}
.bg-white {
  background-color: #ffffff!important;
	box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  background-color: rgba(255, 255, 255, 0.98);
}

.color-sky-blue {background:#cce5ff;}
.color-green{background:#d4edda;}
.slider-area {
  margin-top: 120px;
}
.carousel-item {
  height: 48vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.container {max-width: 1160px;}

/*
헤더
**********/
.subtitle {
  margin: 0 0 50px; 0;
}
.head-line {
  line-height: 0.5;
  text-align: center;
}
.head-line span {
  display: inline-block;
  position: relative;
}
.head-line span:before,
.head-line span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  top: 0;
  width: 100px;
}
.head-line span:before {
  right: 100%;
  margin-right: 15px;
}
.head-line span:after {
  left: 100%;
  margin-left: 15px;
}
a.nav-link:hover, a.nav-link:focus {
  background: #fff !important;
}
.dropdown-menu {
  padding: 2px 15px;
}
.dropdown-menu .dropdown-li {
  padding: 10px 0px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.dropdown-li:last-child {
  border: 0px;
}
.navbar-nav .dropdown-menu .dropdown-li::after {
  content: '';
  position: relative;
  top: 0;
  right:0;
  display: none;
}
.dropdown-item {
	padding: 0px 12px;
	position: relative;
	font-size: 14px;
}
.dropdown-item::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background: #004395;
}
.dropdown-item:focus, .dropdown-item:hover {
  background: #f0f0f0 !important;
  color: #333;
}
/*
네비
**********/
.navbar-brand { font-size:25px; font-weight:bold; }
.navbar-nav li { padding:10px 0 10px 15px; }
.bg-dark {
  background-color: #000000!important;
}

/*
헤딩
**********/
.center-heading {
  text-align: center;
  margin-bottom: 40px;
}
.center-heading p {
  margin-top: 10px;
  font-family: 'Noto Sans Regular', sans-serif;
}
.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #bbb;
  margin: auto;
}
.dropdown-toggle::after {
  border: 0;
}
.navbar-nav li {
  position: relative;
}
.navbar-nav li::after {
	content: '|';
	display: inline-block;
	position: absolute;
	top: 20px;
	right: -5px;
	font-size: 13px;
	color: #e1e6e9;
}
.navbar-nav li:last-child:after {
  content: '';
}
.hd_pops_footer {
  font-size: 13px;
}
/*
푸터
**********/
#footer {
  border-top: 1px solid #f0f0f0;
  padding: 25px 20px;
}
.footer-center {
  display: block;
  margin: 0 auto;
  position: relative;
}
.footer-logo {
  float: left;
}
.footer-info-wrap {
  float: left;
  color: #505050;
  font-size: 13px;
}
.footer-info-list {
  margin-top: 10px;
  margin-bottom: 5px;
  max-width: 720px;
}
.footer-info-list li {
  display: inline-block;
}
.footer-info-list li:after {
  content: '|';
  padding-left: 10px;
  padding-right: 7px;
}
.footer-info-list li:last-child:after {
  content: '';
  padding: 0;
}
#footer .copyright {
  margin-bottom: 5px;
}

/*
헤더 및 푸터 미디어쿼리
**********/
@media (min-width:768px) {
  .footer-logo {margin-right: 40px;}
}
@media (max-width:767px) {
  .navbar-brand img {width: 80px;}
  #navbarResponsive .navbar-nav {}
  .navbar-nav li.nav-item {padding: 5px 0px; border-top: 1px solid #ccc;}
  .navbar-nav li.nav-item:first-child {border-top: 0px;}
  .navbar-nav li::after {content: '';}
  .footer-info-list li:after {content: ''; padding: 0px 5px;}
  .slider-area {margin-top: 85px;}
  #footer .copyright {font-size: 13px;}
}

/*
메인페이지 (main-page)
**********/
.slider-area .carousel-caption {

}
.slider-area .carousel-caption h2, .slider-area .carousel-caption p {
  font-family: "NanumBarunGothicBold";
  font-weight: bold;
}
.slider-area .carousel-caption h2 {
  color: #fff;
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.5);
}
.slider-area .carousel-caption p {
  color: #ceaa00;
    text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.5);
}
.slider-area .carousel-control-prev-icon {
  background-image: url('/theme/lnklab/img/slider-left.png');
  width:22px;
  height: 38px;
}
.slider-area .carousel-control-next-icon {
  background-image: url('/theme/lnklab/img/slider-right.png');
  width:22px;
  height: 38px;
}
.main-content-area {
  padding: 70px 0px;
}
.content-wrap {
  padding-bottom: 70px;
}
.content-wrap .box {
  background: #ececec url('/theme/lnklab/img/main-content-bg.png') repeat;
  padding: 35px 30px;
  position: relative;
  height: 320px;
}
.content-wrap .box::after {
  content: '';
  bottom: 30px;
  right: 30px;
  display: block;
  position: absolute;
}
.main-content01 .box::after {
  background: url('/theme/lnklab/img/main-content-icon01.png') no-repeat right bottom;
  width: 120px;
  height: 104px;
}
.main-content02 .box::after {
  background: url('/theme/lnklab/img/main-content-icon02.png') no-repeat right bottom;
  width: 120px;
  height: 91px;
}
.main-content03 .box::after {
  background: url('/theme/lnklab/img/main-content-icon03.png') no-repeat right bottom;
  width: 88px;
  height: 120px;
}
.maincon-title {
  font-family: "NanumBarunGothicBold";
  font-weight: bold;
  font-size: 24px;
}
.maincon-text {
  font-size:13px;
  font-weight: 300;
  letter-spacing: -0.3px;
}
.maincon-btn {
  font-family: "NanumBarunGothicBold";
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
.content-wrap .maincon-title {
  color: #333333;
  margin-bottom: 0px;
}
.content-wrap .maincon-text::before {
  content: '-';
  display: block;
  color: #bbbbbb;
  position: relative;
}
.content-wrap .maincon-text {
  color: #505050;
}
.content-wrap .maincon-btn {
  font-size: 14px;
  color: #004395;
  padding: 5px 15px;
  border: 1px solid #004395;
}
.content-wrap .maincon-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.bannermap-wrap {

}
.banner-wrap {
  max-width: 440px;
}
.banner-wrap .maincon-title {
  color: #fff;
}
.banner-wrap .maincon-text {
  color: #fff;
}
.banner-btn {
  background: #fff;
  font-family: "NanumBarunGothicBold";
  color: #333;
  font-size: 16px;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
}
.banner-location {
  background: #004395 url('/theme/lnklab/img/main-content-icon04.png') no-repeat right bottom;
  display: block;
  position: relative;
  padding: 30px;
}
.banner-contact {
  background: #ceaa00 url('/theme/lnklab/img/main-content-icon05.png') no-repeat right bottom;
  display: block;
  position: relative;
  padding: 30px;
}
.map-wrap .root_daum_roughmap{
  max-width: 710px;
  padding: 0;
  border:0;
  border-bottom: 1px solid #ddd;
}
.map-wrap .root_daum_roughmap .wrap_controllers {
  display: none;
}
.main-bbs-area {
  background: #f0f0f0;
  padding: 40px 0px;
}
.ety-mt-qa {
  padding-bottom: 60px;
}
@media (min-width:768px) {
  .slider-area .carousel-caption {
    bottom: 30%;
  }
  .slider-area .carousel-caption h2 {
    font-size: 60px;
  }
  .slider-area .carousel-caption p {
    font-size: 35px;
  }
  .root_daum_roughmap {width:100% !important; max-width: 840px !important;}
  .mo-view,.mo-img,.mo-br {display:none;}
  .pc-view {display:block;}
  .pc-img {display:block; margin:0 auto;}
  .pc-br {display: block;font-size: 0px; width: 100%; height: 1px;}
}
@media (max-width:767px) {
  .slider-area .carousel-caption {top: 100px; padding-top: 0px;}
  .slider-area .carousel-caption h2 {}
  .slider-area .carousel-caption p {}
  .pc-view, .pc-img, .pc-br {display:none;}
	.mo-view {display:block;}
	.mo-img {display:block; margin:0 auto;}
	.mo-br {display: block;font-size: 0px; width: 100%; height: 1px;}
  .root_daum_roughmap {width:100% !important;}
  .main-content-area {padding: 30px 20px;}
  .content-wrap .col-md-4 {margin-bottom: 10px;}
  .content-wrap .box {height: 260px; padding: 30px 20px;}
  .content-wrap {padding-bottom: 30px;}
  .bannermap-wrap {}
  .banner-location {padding: 30px 20px; background-size: 40%;}
  .banner-contact {padding: 30px 20px; background-size: 40%;}
  .bannermap-wrap .maincon-title {font-size: 20px;}
  .banner-btn {font-size: 15px; padding: 8px 25px;}
  .latest-title {display: block;}
  .latest-title a {height: 60px;}
}
