@charset "utf-8";
/*!
 * kimsQ Rb v2.2.0 데스크탑 회사소개 기본형 레이아웃 스타일
 * layout Version: 1.0
 * Homepage: http://www.kimsq.com
 * Copyright 2018 redblock inc
 * Licensed under RBL
 * Based on Bootstrap v4.1.0
*/

/**
 * 목차:
 *
 * 1 - Reset 초기화
 * 2 - Structure 구조
 * 3 - Header 헤더
 * 4 - Content 컨텐츠
 * 5 - Footer 풋터
 * 6 - Component 컴포넌트
 * 7 - Utilities 유틸리티
 * ----------------------------------------------------------------------------
 */


/**
 * 1 - Reset 초기화
 * ----------------------------------------------------------------------------
 */

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
  font-size: 14px;
}

body, th, td, input, select, textarea, button {
  line-height: 1.5;
  font-family: 'Noto Sans KR','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','돋움',dotum, sans-serif;
  color: #666;
}


/**
 * 2 - Structure 구조
 *
 * 컬럼,여백 사이즈 조정
 * ----------------------------------------------------------------------------
 */

.container {
  max-width: 970px;
}

.rb-layout-default {
  padding-top: 61px
}

.rb-layout-default .breadcrumb {
  margin-bottom: 0;
  padding: 19px 0;
  background-color: #fff;
  border-radius: 0
}

.rb-layout-default .breadcrumb-item,
.rb-layout-default .breadcrumb-item a {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #6c757d;
  content: "\f105";
}



/**
 * 3 - Header 헤더
 * ----------------------------------------------------------------------------
 */

.navbar {
  padding: 0;
}

.navbar-transition {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .3s;
}

/* 텍스트형 로고 */
.navbar-brand {
  margin-top: 12px;
  font-weight: bold;
  font-size: 1.5rem;
}

/* 
.navbar-brand.imgtype {
  padding: 0;
  display: block;
  overflow: hidden;
  margin-top: 19px;
  background: url(../_images/logo.png) no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 85px;
}  */

/* 이미지형 로고 */
.navbar-brand.imgtype {
  padding: 0;
  display: block;
  overflow: hidden;
  margin-top: 3px;
  background: url(../_images/logo.png) no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 145px;
}

.navbar-dark .navbar-brand.imgtype {
  background-image: url(../_images/logo_white.png)
}

.navbar-expand-lg .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar .navbar-nav .nav-item > .nav-link {
  position: relative;
  height: 60px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 66px;
  white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff
}

.navbar-light .navbar-nav .nav-link {
  color: #000
}

.navbar-light .navbar-nav .nav-link.active {
  color: #007bff
}

.navbar-light [data-role="menu"] > .nav-item.active > .nav-link::after,
.navbar-light [data-role="menu"] > .nav-item:hover > .nav-link::after {
  position: absolute;
  left: 10px;
  right:10px;
  height: 2px;
  bottom: -1px;
  content: '';
  background-color: #333;
  z-index: 9999
}

.navbar [data-role="menu"] .nav-item .sub-item {
  display: none;
  position: absolute;
  z-index: 5;
  top: 60px;
  left: 0;
  width: 100%;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
  text-align: center;
}

.navbar .navbar-nav .nav-item.hovered .sub-item {
  display: block;
}

.navbar .navbar-nav .nav-item .sub-item .col:hover {
  background-color: #f5f5f5
}

.navbar .navbar-nav .nav-item .sub-item .col:first-child {
  border-left: 1px solid #d4d4d4;
}

.navbar .navbar-nav .nav-item .sub-item .col {
  border-right: 1px solid #d4d4d4;
}

.navbar .sub-item .col h4 a {
  font-size: 15px;
}

.navbar .sub-item .col a {
  font-size: 13px;
  color: #333
}

.navbar .sub-item .col a:hover {
  color: #007bff;
}

.navbar .dropdown-menu {
  margin-top: -10px;
}

.navbar .dropdown-menu::after {
  top: -14px;
  left: 30px;
  right: auto;
}

.navbar .dropdown-menu-right::after {
  right: 20px;
  left: auto;
}

.navbar .dropdown-menu::before, .dropdown-menu::after {
  position: absolute;
  display: inline-block;
  content: "";
}


/**
  * 4 - Content 컨텐츠
  * ----------------------------------------------------------------------------
  */

.main_visual .swiper-container {
  width: 100%;
  height: 100%;
}

.main_visual .swiper-container .swiper-slide::before {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity: 1 !important;
  content: '';
  transform: translate(0px, 0px);
  transition-timing-function: ease-in;
  transition-duration: 0.3s;
  background-color: rgba(0, 0, 0, 0.4) !important;
  z-index: 98
}

.main_visual .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.main_visual .swiper-slide .container {
  z-index: 99
}

.main_visual .swiper-slide p {
  margin-top: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  text-shadow: 0 1px 1px #000;
}

.main_visual .swiper-pagination-fraction {
  left: auto;
  right: 60px;
  font-weight: 700
}

.main_visual .swiper-pagination {
  text-align: right;
}

.main_visual .swiper-button-next {
  right: 80px;
}

.main_visual .swiper-button-prev {
  left: 80px;
}

.main_content .title {
  font-weight: normal;
  font-size: 14px;
  font-family: 'NotoSans Regular','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','돋움',dotum, sans-serif;
  color: #1e1e1e;
}

.main_content .muted-link strong {
  display: block;
  padding-top: 18px;
  font-size: 20px;
  line-height: 32px;
  color: #1e1e1e;
}

.main_content .muted-link  p {
  padding-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  max-height: 66px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.main_service {
  padding: 76px 60px 0;
}

.main_service .muted-link {
  position: relative;
  display: block
}

.main_service .title {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #1e1e1e;
  font-weight: normal;
  font-size: 14px;
  font-family: 'NotoSans Regular','Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','돋움',dotum, sans-serif;
}

/* jumbotron */
.rb-layout-default .jumbotron {
  padding: 8rem 1rem;
  margin-bottom: 2rem;
  background-color: #999;
  border-radius: 0;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.rb-layout-default .jumbotron h2 {
  padding-top: 30px;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

 .content.rb-article img {
   max-width: 100%;
 }

/* 포토갤러리 */
[data-plugin="photoswipe"] .figure {
  position: relative;
}

[data-plugin="photoswipe"] .figure .btn {
  position: absolute;
  bottom: .3rem;
  right: .3rem;
  padding: .5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 새글표시 */
.rb-new {
  width: auto;
  height: auto;
  background-color: transparent;
}

.rb-new::before {
  content: 'new';
  font-size: 10px;
  color: #dc3545;
}

/* 포커스된 아이템 강조표시 */
[data-role="bbs-list"]  .list-group-item:focus {
  background-color: #F5FFFE !important;
}

[data-role="bbs-list"] .card:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

[data-role="bbs-list"]  .card a:focus
[data-role="bbs-list"]  .list-group-item a:focus {
  outline: 0
}

/* 첨부파일 목록 */
.hidden-xs-up {
  display: none
}


/**
 * 5 - Footer 풋터
 * ----------------------------------------------------------------------------
 */

.footer {
  margin-top: 50px;
  padding-top: 22px;
  padding-bottom: 30px;
  border-top: 1px solid #d4d4d4;
  font-size: 12px
}

.footer .nav-item .nav-link {
  padding: .3rem .5rem;
}

.footer .muted-link:hover {
  color: #000 !important;
  font-weight: 700
}

.footer .nav-item:first-child .nav-link {
  padding-left: 0
}

.footer .familysite .btn,
.footer .familysite .dropdown-menu {
  width: 200px;
  color: #777;
  background-color: #fff;
  border-radius: 0
}

.footer .familysite .btn {
  border: 1px solid #cbcbcb;
  padding: 9px 20px;
  margin: 0 auto;
  line-height: 1.2em;
  font-size: 12px;
}

.footer .familysite .btn.focus,
.footer .familysite .btn:focus {
  outline: 0;
  box-shadow: none
}

.footer .familysite .dropdown-menu {
  top: 2px !important;
  padding: .5rem 0;
  margin: .125rem 0 0;
  border: 1px solid rgba(0,0,0,.15);
}

.footer .familysite .dropdown-item {
  padding: 6px 30px;
  font-size: 14px;
  color: #303030;
}

.footer .familysite .dropdown-item:hover {
  background-color: transparent;
  text-decoration: underline;
}

.footer .nav-link::after,
.footer .list-inline-item::after {
  padding-left: 8px;
  content: '|';
  color: #d9d9d9;
  font-size: 10px;
  vertical-align: top;
}

.footer .nav-link::after {
  padding-left: 14px;
}

.footer .nav-item:last-child .nav-link::after,
.footer .list-inline-item:last-child::after {
  content: none;
}


/**
  * 6 - Component 컴포넌트
  * ----------------------------------------------------------------------------
  */


.form-control {
  border-radius: 0
}

 /* button */
.btn {
  border-radius: 0
}

.btn-light {
  color: #24292e;
  user-select: none;
  background-color: #eff3f6;
  background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
  background-repeat: repeat-x;
  background-position: -1px -1px;
  background-size: 110% 110%;
  border: 1px solid rgba(27,31,35,0.2);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}

.btn-light:hover, .btn-light.hover {
  background-color: #e6ebf1;
  background-image: linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);
  background-position: -.5em;
  border-color: rgba(27,31,35,0.35);
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: #e9ecef;
  background-image: none;
  border-color: rgba(27,31,35,0.35);
  box-shadow: inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(3,102,214,0.3);
}

/* card */
.card {
  border-radius: 0;
}

/* modal */
#modal-login {
  z-index: 1070
}

/* alert */
.alert.alert-default {
  background-color: #333;
  color: #fff
}

/* badge */
.badge-light {
  background-color: #fff;
  border: solid 1px #ddd;
  color: #777;
  letter-spacing: -1px;
  font-weight: normal;
}

/* table */
.table {
  border-bottom: 1px solid #ddd
}
.table thead th {
  color: #999;
  font-size: 11px;
  font-weight: normal
}

/* badge */
.badge-default {
  color: #fff;
  background-color: #6c757d;
}


/**
  * 7 - Utility 유틸리티
  * ----------------------------------------------------------------------------
  */
