@import url("/css/materia_icon.css");
@import url("/css/fontawesome_v5.9.0.css");
@import url("jquery.scrolling-tabs.css");


.btn-border {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.btn-border:hover {
  background: rgba(255, 255, 255, 0.08);
}
.clear {
  clear: both;
}


.title-small {
  font-size: 22px;
  margin-bottom:10px;
}
.content-wrap {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}



/* @media (max-width: 768px) { */
/*   body.toggled { */
/*     position: fixed; */
/*   } */
/*   header, header .text-right { */
/*     text-align: center !important  */
/*   } */
/*   .custom-indent { */
/*      margin-left:0; */
/*   } */
/*  #bluebeam-main-tab .nav-pills>li { */
/*     text-decoration: center; */
/*     width: 100%; */
/*   } */
	
/* } */



/* @media (max-width: 1199.98px) { */
/* 		html { font-size: 0.875rem; } */
/*   } */
  
.header {
/*   background:#222; */
  overflow: hidden;
/*   padding:20px 0; */
}

.hero-area h1 {
  font-size: 60px;
  font-weight: 700;
}
.hero-area p {
  font-size: 24px;
  line-height:1.5;
}
.hero-area .btn {
  margin: 15px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.84);
}
  
  
  
/* ******************************************  Navbar ****************************************** */
.top-edge-menu { height: 2.438rem; color: #ffffff; padding: 0.250rem 0; background-color: #191919; }
.top-edge-menu li { margin-left: 0.500rem; }
.top-edge-menu li > a { color: #ffffff; font-size: 0.875rem; }
.top-edge-menu li > a:hover { color: #cccccc; font-weight: 400; }
.top-edge-menu li > a.nav-link { padding: 0.250rem 0 0.250rem 0.625rem; } /* padding-right: 0; */

.top-edge-menu .float-left li { margin-left: 0; margin-right: 0.500rem; }
.top-edge-menu .dropdown { z-index: 999999; }

.navbar-brand .wSize {width:10.000rem;}
.navbar-brand .hSize {height:3.125rem;}

.top-menu-bar { position: relative; height: 4.375rem; background-color: #ffffff; border-bottom: 1px solid #007bff; }

.top-menu-bar .dropdown-toggle::after {
	margin-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

/* 20190726 메인메뉴 구성 변경 */
.top-menu-bar .dropdown .nav-link { font-size: 1.2rem;font-weight: 400; color: #3F536E; text-align: center; padding: 0.125rem 0 1.125rem; }
.top-menu-bar .dropdown .nav-link:hover,
.top-menu-bar .dropdown .nav-link:focus { color: #3F536E; font-weight: 400; }

.top-menu-bar .dropdown-menu { border-radius: 0; }
.top-menu-bar .dropdown-item { font-size: 1.000rem; text-align: center; padding-left: 0; padding-right: 0; letter-spacing: -2px; } 
.top-menu-bar .dropdown-item:hover { color: #007bff; font-weight: 400; background-color: transparent; }
.top-menu-bar .dropdown-item:focus { color: #007bff; background-color: transparent; }
.top-menu-bar .dropdown-item.active { color: #FFFFFF; background-color: #007bff; }

@media (min-width: 992px) {
	.navbar-brand { padding-top: 0rem; padding-bottom: 1.250rem; }
	.top-menu-bar .dropdown { font-size: 1.125rem; color: #3F536E; width: 7.750rem; padding: 0.688rem 0 0.875rem; }
	.top-menu-bar .dropdown:hover .nav-link,
	.top-menu-bar .dropdown.active .nav-link { color: #007bff !important; font-weight: 500; padding-bottom: 1.125rem; }
	.top-menu-bar .dropdown-menu {
		top: 3.438rem;
		min-width: 100%;
	    border: 0;
	    height: 11.875rem;
	    padding-top: 0.750rem;
		background-color: transparent;
		z-index: 99999;
	}
	
	.top-menu-bar .dropdown-menu.show { display: none; }
	.dropdown-menu-back { position: absolute; top: 4.375rem; display: none; width:100%; height:14.525rem; background-color: #ffffff; opacity: 0.9; border-bottom: 1px solid #007bff; }
  }


/* 모바일 메뉴 관련 */
@media (max-width: 991.98px) {
	.top-menu-bar { padding: 0.313rem 0; }
	.navbar-collapse { margin-top: 1.250rem; z-index: 9999; }
	.top-menu-bar .dropdown .nav-link  { width: 100%; color: #ffffff; text-align: left; padding: 0.625rem 1.000rem; background-color: #48546f; opacity: 0.95; } /* 20190726 */
	.top-menu-bar .dropdown .nav-link:hover,
	.top-menu-bar .dropdown .nav-link:focus,
	.top-menu-bar .dropdown.active .nav-link { color: #007bff; font-weight: 500; background-color: #ffffff; }
	.top-menu-bar .dropdown-menu { background-color: #e7ecf0; opacity: 0.95; margin-top: -1px; margin-bottom: -1px; border-radius: 0; }
	.top-menu-bar .dropdown-item { width: 100%; text-align: left; padding: 0.625rem 1.500rem; }
}

.not_scroll { position: fixed; overflow: hidden; width:100%; height:100%; }
.overlayBack { background-color: transparent; position: fixed; top:0; bottom:0px; left:0px; }
.overlayBack.active {
	background-color: rgba(0,0,0,0.6);
 	-webkit-transition: background-color 0.35s;
 	transition: background-color 0.35s;
 	top: 90px; bottom: 0px; left: 0px; right: 0px;
 	width:100%;
 	z-index: 10;
 }

/* ************************* Scroll Sub Menu *************************** */
.top-edge-menu.navbar-shrink { display: none; } /* 스크롤시 탑메뉴 안보이기 */

.scroll-sub-menu { background-color: #8a91a3; z-index: 10; opacity: 0.95; } /* margin-top: 21.250rem;  서브페이지에 맞게 위치 조정 */
.scroll-sub-menu .navbar { padding-top: 0; padding-bottom: 0; } /* 20190911 추가 */

/* .scroll-sub-menu img { display: none; }
.scroll-sub-menu h3 { font-weight:700; color:#fff; } */

.scroll-sub-menu .navbar-toggler i { color:#ffffff; }

/* .scroll-sub-menu .nav-link { font-size: 1.063rem; color:#ffffff !important; padding: 0.375rem 0.750rem; margin: 0 0.750rem; } margin-left: 0.750rem; 20190726 */
.scroll-sub-menu .nav-link { font-size: 1.063rem; color:#ffffff !important; padding: 0.750rem 1.875rem !important; } /* 20190911 padding: 0.375rem 0.750rem; margin: 0 0.750rem; */
.scroll-sub-menu .nav-link:hover,
.scroll-sub-menu .nav-link:focus,
.scroll-sub-menu .nav-link.active { color:#007bff !important; font-weight: 400; background-color: #ffffff !important; }
.scroll-sub-menu.navbar-shrink {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
    margin-top: 4.375rem;
    background-color:#48546f;
}

/* .scroll-sub-menu.navbar-shrink img { display: block; width: 8.750rem; margin-top: 0.125rem; margin-right: 2.500rem; } */

	.scroll-sub-menu .main-menu { font-size: 1.250rem; color: #ffffff; border-bottom: 3px solid #ffffff; }

@media (max-width: 991.98px) {
	.scroll-sub-menu .nav-link { padding: 0.625rem; }
	.scroll-sub-menu.navbar-shrink { margin-top: 60px; }
	.scroll-sub-menu .navbar { padding: 0.5rem;} /* 20190911 추가 */
}



/* ****************************************** Contents ****************************************** */

#page-contents { padding-top: 6.750rem; }
/* 슬라이드 관련 */
#carousel-slide .carousel-caption { 
/* 	bottom: 40%;  */
	}
#carousel-slide .carousel-caption h1 { 
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
/*   	font-weight: 500; color: #fff; text-shadow: 2px 2px 2px #ccc;  */
} 

/*tu.kim@linetek.co.kr, 20190725: 컨트롤이 가능해야 하므로, html or jsp에서 style로 적용함 */
/*tu.kim@linetek.co.kr, 20190725: 슬라이드 높이는 520px => 232px => 화면 full사이즈 순서로 컨트롤 됨*/
#carousel-slide .carousel-item { background-position: center; background-repeat: no-repeat; background-size: cover; }
.text-shadow-white-333 { color: #ffffff; text-shadow: 2px 2px 2px #333; }

@media (max-width: 767.98px) {
	#carousel-slide .carousel-item { height: 22.500rem; }
	#carousel-slide .carousel-caption { bottom: 40%; }
	#carousel-slide .carousel-caption h1 { font-size: 1.875rem;  } 
}


/* 메인 서비스 내용 */ 
.service-summary h5 { line-height: 1.875rem; }
.service-summary hr { margin-top: 2.500rem; margin-bottom: 2.500rem; }

  
/* 사진 리스트 20190820 수정 */ 
.gallery-list .row > [class*="col-"] { margin-bottom: 1.875rem; }
.gallery-list .card { overflow: hidden; }
.gallery-list a:hover .galleryCover {
       transform:scale(1.1);
       -o-transform:scale(1.1); 
       -moz-transform:scale(1.1);
       -webkit-transform:scale(1.1);

       transition: transform .35s;  
       -o-transition: transform .35s;
       -moz-transition: transform .35s;
       -webkit-transition: transform .35s;
}
.gallery-list .card-img-overlay {
	top: calc(100% - 2.500rem);
	height: 2.500rem;
	padding: 0.500rem 0.875rem;
	background-color: #000000;
	opacity: 0.8;
}
.gallery-list .card-text {
	width: 100%;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.gallery-list a:hover .card-text {
	color: #007bff;
}

/* 높이 수정 20190821 수정 */ 
.galleryCover { width: 100%; height: 15.000rem; background-size: cover; background-position: center; background-repeat:no-repeat; -ms-behavior: url('/css/backgroundsize.htc'); behavior: url('css/backgroundsize.htc'); }


@media (max-width: 767.98px) {
	.galleryCover { height: 7.500rem; }
}
/* //높이 수정 20190821 수정 */ 

/* 20190726; 수정 */
@media (min-width: 1200px) {
	.gallery-list .row { margin-right: 20px; margin-left: 20px; }
}

.gallery-thumb-list .row > [class*="col-"] { margin-bottom: 0.25rem; }
.galleryThumbCover { width: 100%; height: 3.750rem; border: 1px solid #dee2e6;border-radius: 0.25rem;background-size: cover; background-position: center; background-repeat:no-repeat; -ms-behavior: url('/css/backgroundsize.htc'); behavior: url('css/backgroundsize.htc'); }

/* 메인 종합검색 */ 
.cybernk-search { color: #FFFFFF; padding: 1.250rem; 
/* background-color: #48546f;  */
}
.cybernk-search h4 { margin-top: 0.313rem; }

/* 메인 퀵 게시판 */ 
.board-list ul { padding: 0; margin-bottom: 0; }
.board-list li { width: 100%; padding: 0.500rem 0.250rem; border-bottom: 1px dotted #757575; }
.board-list li:before { float: left; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f0da" ; font-size: 0.625rem; color: #1d6eb0; padding-top: 0.375rem; padding-right: 0.625rem; }
.board-list li a { float: left; font-size: 1.000rem; width: 74%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.board-list li span { float: right; font-size: 0.750rem; color:#757575; margin-top: 0.500rem; letter-spacing: -1px; }

/* 메인 ipa 발간물 20190823 */
#book-carousel-slide .carousel-indicators { bottom: -1.875rem; }
#book-carousel-slide .carousel-indicators li {  background-color: #007bff; }


/* 메인 퀵 게시판 탭 20190827 수정 */ 
.board-tab-list { border-bottom: 1px solid #1d6eb0; margin-bottom: -1px; }
/*font-size: 1.500rem; font-weight: 700;padding-top: 0.188rem; */
.board-tab-list .nav-link { font-size: 1.200rem; color: #48546f; padding-bottom: 0.188rem; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.board-tab-list .nav-link i { font-size: 1.250rem; color: #007bff; margin-right: 0.625rem; opacity: 0.75; }
.board-tab-list .nav-link:hover, .board-tab-list .nav-link:focus { color: #fff; background-color: #48546f; border-bottom: 1px solid #48546f; border-color: #48546f; }
.board-tab-list .nav-link.active { color: #fff; background-color: #48546f; border-bottom: 1px solid #48546f; border-color: #48546f; }
.board-tab-list .nav-link.active i { color: #fff; opacity: 1; }

@media (max-width: 767.98px) {
	.board-tab-list .nav-link { font-size: 1.250rem; }
}


/* ***************** sub pages ***************** */
.breadcrumb { background-color: transparent; border-radius: 0; }
.breadcrumb-item + .breadcrumb-item::before { font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f105"; color: #3F536E; }
.breadcrumb-item.active { color: #007bff; }

/* 오른쪽 탭 20190823 */
#side-tab { margin-bottom: 2.500rem; }
#side-tab .media img { width: 4.375em; height: 3.750rem; }
#side-tab .card img { height: 20.000rem; }

/* 메뉴정보 20190823 */
.sideMenuInfo { margin-top: -20px; margin-bottom: 2.500rem; }
.sideMenuInfo .list-group-item:first-child { border-top: 0; }
.sideMenuInfo .list-group-item { padding: 0.500rem 0.750rem; }
.sideMenuInfo .list-group-item:hover { color: #FFFFFF; background-color: #428bca; border-color: #428bca; }
.sideMenuInfo .list-group-item.active { background-color: #428bca; border-color: #007bff; }


.gototop { position: fixed; bottom: 2%; right: 20px; z-index: 1030; }
.gototop i { font-size: 1.875rem; color:#fff; padding: 0.625rem; background: rgba(126, 149, 167, 0.5); border-radius: 4px; } 
.gototop i:hover { color:#444; }

/* ****************************************** Style ****************************************** */
/*
 * UI Overview
 */
a { color: #304156; }
a:hover { 
/*   text-decoration: none; */
	color: #48546f; } 
/* font-weight: 700; */
/* a:hover, */
/* a:focus { */
/*   outline: none; */
/*   color: #fff; */
/* } */


/*font-weight: 700;*/
.page-title { font-size: 1.500rem; color: #48546f;padding-bottom: 0.375rem; margin-bottom: 1.250rem; border-bottom: 1px solid #1d6eb0; }

.contents-title { font-size: 1.500rem; color: #48546f;  padding-bottom: 0.375rem; margin-bottom: 1.250rem; border-bottom: 1px solid #1d6eb0; }
.contents-title > i { font-size: 1.250rem; color: #007bff; margin-right: 0.625rem; opacity: 0.75; }
.contents-title span { font-size: 0.875rem; color: #cccccc; margin-left: 0.625rem; }
.contentTitleIcon:before { font-family: 'Font Awesome 5 Free'; font-weight: 400; content: "\f15b" ; font-size: 1.250rem; color: #1d6eb0; margin-right: 0.625rem; }
.contents-title .btn-xs { float: right; margin-top: 0.500rem; }
.contents-title .btn-xs i { font-size: 0.625rem; margin-left: 0.375rem; }

.contents-sub-title { font-size: 1.300rem; color: #48546f;  padding-bottom: 0.375rem; margin-bottom: 1.000rem; border-bottom: 1px solid #8a91a3; }
.contents-sub-title > i { font-size: 1.250rem; color: #48546f; margin-right: 0.625rem; opacity: 0.75; }

/* .background-e7ecf0 { background-color: #e7ecf0; } */

.btn-xs { padding: 0.125rem 0.375rem; font-size: 0.750rem; }
.btn-xs i { font-size: 0.625rem; }

@media (max-width: 767.98px) {
	.hidden-sm { display: none !important; }
}

/* 공통 탭 20190827 수정 */ 
.nav-tabs { border-bottom: 1px solid #428bca; }
.nav-tabs .nav-link { border: 1px solid #428bca; border-radius: 0;height: 3.125rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { color: #ffffff; background-color: #428bca; border: 1px solid #428bca; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.border-primary-bottom { border-bottom: 1px solid #007bff; }

#layerPopup { 
	position: fixed;
	top: 0;
  	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	pointer-events: none;
}
#layerPopup .card { position: absolute; 	pointer-events: auto; }


i.material-icons.text {
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.text-pre-line{
    white-space: pre-line;
}

@media (max-width: 991.98px) {
	.hidden-lg { display: none !important; }
  }
  
.boxList .nav-link { border: 1px solid #428bca; border-radius: 0; }
.boxList .nav-link:hover, .boxList .nav-link.active  { color: #ffffff; background-color: #428bca; }

.or{
background: #48546f;
    border-radius: 2.500rem;
    color: #ffffff;
    font-size: 1rem;
    height: 3.125rem;
    line-height: 3.125rem;
    margin-top: 4.688rem;
    margin-bottom: 4.688rem;
    text-align: center;
    width: 3.125rem;	
}


.feature-item {
  background: #f1f1f2;
  padding:30px;
  margin-bottom:30px;
  border:1px solid #eee;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.feature-item:hover {
  box-shadow: 0px 12px 25px rgba(0,0,0,.2);
  background:#EFF9FF;
  border:1px solid #DEF1FC;
}

.custom-indent {
   margin-left:140px;
}

#bluebeam-main-tab .nav-pills>li>a {
    border-radius: 0;
    font-family: 'Roboto';
    font-weight: 700;
    line-height: 1.4;
    min-width: 160px;
    letter-spacing: 0.05em;
    margin: 0 10px;
    color: #000;
    padding: 15px;
}

#bluebeam-main-tab .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #0083db;
/*     background-color: #fff; */
    border-bottom: 3px solid #0083db;
}
#bluebeam-main-tab .nav>li>a:focus, .nav>li>a:hover {
/*     background-color: #fff; */
    color: #0083db;
}

.tab-content {
/*   background: #f1f1f2; */
  padding: 0;
  margin-top: -3px;
/*   border-top: 3px solid #eee; */
}
.tab-content .feature-item {
  background: #fff;
  min-height: 195px;
  padding:30px;
  margin-bottom:30px;
  border:1px solid #eee;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tab-content .feature-item:hover {
    box-shadow: 0px 12px 35px rgba(0,0,0,.2);
    background:#EFF9FF;
    border:1px solid #DEF1FC;
}

.blue {
  color:#0083db;
}

ul.features {
  margin: 0 0 0 15px;
  font-size: 14px;
  padding:0;
}
ul.features li {
  margin-bottom:9px;
  line-height:1.5;
}
  
.download {
	background: #007bff;
	color: #fff !important;
	padding: 4px;
	border-radius: 5px;
	font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    display: block;
}

.download:hover {
	background: #007bff;
	color: #e0f7ff !important;
	padding: 4px;
	border-radius: 5px;
	font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    display: block;
    text-decoration: none !important;
}

/* 팝업 레이어 */
.enterPopup{display:none;z-index:10000;position:absolute;top:140px;left:50%;width:530px;margin-left:-265px;border:2px solid rgba(0, 0, 0, 0.7);background-color:rgba(0, 0, 0, 0.7)}
.enterPopup .popup_wrap{padding:7px;}
.enterPopup .popup_wrap .pt{padding:20px;background-color:#fff}
.enterPopup.layerShow{z-index:20000;}

.enterPopup .popup_wrap .pt .ti{display:block;margin-bottom:10px;font-weight:500;font-size:21px;color:#000}
.enterPopup .popup_wrap .pt *+.ti{margin-top:20px}
.enterPopup .popup_wrap .pt ul{}
.enterPopup .popup_wrap .pt ul li img{vertical-align:middle;position:relative;top:0}
.enterPopup .popup_wrap .pt ul ul{margin:5px 0 10px 10px}
.enterPopup .popup_wrap .pt ul ul li{font-size:15px}

.enterPopup .ep_cookie_close{position:relative;text-align:right}
.enterPopup .ep_cookie_close .day_close{position:absolute;top:0;left:0}
.enterPopup .ep_cookie_close a{display:inline-block;padding:7px 10px;text-align:right;color:#fff;}
.enterPopup .ep_cookie_close a img{vertical-align:middle;position:relative;top:-1px}

.enterPopup.show{display:block}

@media (max-width:767px) {
.enterPopup.show{/* display:none */width: calc(100% - 20px);left: 10px;margin-left: 0;}
}  

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
	width: 40px;
	height: 40px;
/* 	padding: 5px 5px; */
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}
  
  
 /* organizational-chart */
 ol.organizational-chart *,
ol.organizational-chart *:before,
ol.organizational-chart *:after {
    box-sizing: border-box;
}



ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #b7a6aa;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: #1b2a3f;
    margin-right: 1em;
    color:#fff;
}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #1b2a3f;
	color:#fff;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
border: 0.1em solid #1b2a3f;


}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}
     