/**
* Template Name: Ninestars - v2.0.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*********************************
** 6. Home ** breadcrumbs/위치네비게이터 ***
*********************************/

.home_bc
{
	width: 100%;
	/*height: 182px;
	background: #f2f4f5;
	border-bottom: solid 1px #edeff0;*/
}
.breadcrumbs_container
{
	/*position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 13px;
	padding-left: 3px; */
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.breadcrumbs ul li
{
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li:not(:last-child)::after
{
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 7px;
	margin-right: 4px;
	color: #000000;
}
.breadcrumbs ul li a
{
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.breadcrumbs ul li a:hover
{
	color: #1c507e;
}


/*********************************
7. Course
*********************************/

.course
{
	width: 100%;
	/* padding-top: 57px;
	padding-bottom: 100px;*/
	background: #FFFFFF;
}
.course_container
{
	width: 100%;
}
.course_title
{
	/* font-family: 'Roboto Slab', serif; */
	font-size: 36px;
	font-weight: 700;
	color: #384158;
}
.course_image
{
	/* margin-top: 21px; */
	width: 100%;
}
.course_image img
{
	max-width: 100%;
}
.course_tabs_container
{
	width: 100%;
	margin-top: 66px;
}


/*********************
Leon : 일반 페이지 위치 조정용
*********************/
.normal_page_header {
	width: 100%;
	
}

.normal_page_service {
	width: 100%;
	margin-bottom:44px;
}

.page_header {
	background: #000000;
	width: 100%;
	height: 52px;
	margin: 0 0 20px 0;
}
.page_header_title {
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	margin-left: 40px;
	padding: 6px 0 6px 0;
}
.page_header_title_m {
	display: none;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
}

/********************************
****** for download**************
********************************/

.normal_page_contents {
	position: relative;
	max-width: 1140px;
}

/********************
 * PANELS**게시판 부분
 ********************/
.panel {
	/* 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);*/
	background-color: #fff;
	margin-bottom: 20px;
}

.panel .panel-body {
/* 	padding-left: 10px; */
/* 	padding-right: 10px; */
/* 	width: 912px; */
	
}

.dl-item {
	margin-top: 36px;
	margin-left: 0;
	margin-right: 0;
/* 	display: flex; */
/* 	justify-content: space-between; */
/* 	justify-content: left; */
}

.dl-item .dl-box {
	max-width: 230px;
	height: 350px;
	margin: 15px 27.5px;
	border: 1px solid #eaeaea;
	position: relative;
	display: none;
}

@media ( max-width: 1199px ) {
/* B: 1200px 미만 */
	.normal_page_contents {
		width: 100%;
	}
	.dl-item .dl-box {
		margin: 15px 45px;
	}
	.pagination_container>nav {
		left: 48%;
	}
}
@media ( max-width: 991px ) {
/* C: 992px 미만 */
	.dl-item .dl-box {
		margin: 15px 5px;
	}
	.pagination_container>nav {
		left: 47%;
	}
}
@media ( max-width: 767px ) {
/* D: 768px 미만 */
	.dl-item .dl-box {
		margin: 15px 20px;
	}
	.pagination_container>nav {
		left: 47%;
	}
}
@media ( max-width: 575px ) {
/* D: 576px 미만 */
	.dl-item .dl-box {
		margin: 15px 5px;
	}
	.dl-item {
		display: flex;
		justify-content: center;
	}
	.pagination_container>nav {
		left: 46%;
	}
}

.dl-item .dl-box:hover {
	box-shadow:0 3px 5px rgba(0,0,0,0.05);	
}

.dl-item .dl-box.active {
	display:block;	
}

/* .dl-item .dl-box:first-child { */
/* 	margin-left: 0; */
/* } */

/* .dl-item .dl-box:last-child { */
/* 	float: left; */
/* } */

.dl-item .dl-box .dl-img {
	width: 230px;
	height: 290px;
	border-bottom: 1px solid #eaeaea;
}

.dl-item .dl-box .dl-img-black {
	width: 100%;
	height: 290px;
	background-color:#000;
	z-index:1;
	opacity:0;
	position: absolute;
}

.dl-item .dl-box:hover .dl-img-black {
	opacity:0.3;
}

.dl-item .dl-box .dl-img-box {
	width: 130px;
	height: 46px;
	top:42%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color:#1c507e;
	position: absolute;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
/* 	border: 0.5px solid #000000; */
	text-align: center;
	z-index:2;
	opacity:0;
}

.dl-item .dl-box .dl-img-box span {
	display: block;
	margin-top: 8px;
}

.dl-item .dl-box:hover .dl-img-box {
	opacity:1;
}

.dl-item .dl-box .dl-img img {
	width: 230px;
	height: 290px;
	padding: 10px;
	object-fit: contain;
}

.dl-item .dl-box .dl-title {
	width: 100%;
	height: 60px;
/* 	border-top: 1px solid #eaeaea; */
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-top:2px;
}

.dl-item .dl-box .dl-title span {
	display: block;
	margin-top: 2px;
}

.dl-item .dl-box .dl-title a {

}

/*********************************
*****for service******************
*********************************/
.stab_tops {
	text-align: center;
}
.stab_top {
	text-align: center;
}
.stab_titles { /*여기에 상단 타이틀 모양 잡음 */
	height: 270px;
	width: 100%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	
	margin: 0 0 45px 0;
}
.stab_title.active { /* 여기서 각 타이틀 보이고 안보이고 정리 */
	display: block !important;
	position: relative;
}
.stab_title { /* 여기서 각 타이틀 보이고 안보이고 정리 */
	display: none;
}
.stab_title_image { /* 여기서 이미지 모양잡기 */
	height: 270px;
	overflow:hidden; 	
}
.stab_title_image img { /* 여기서 이미지 모양잡기 */
	height: 270px;
	object-fit: cover;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.stab_title_tag_box { /* 여기서 태그 상자 모양잡기 */
	background: #000000;
	width: 194px;
  	height: 63px;
  	position: absolute;
    left: 0;
    top:50%;
  	transform: translateY(-50%);
}
.stab_title_tag { /* 여기서 태그 텍스트 모양잡기 */
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 10px 0 0 0;
}
.service_bottons {
	width:100%;
	height:45px;
	display: block; 
	margin: 0 auto;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.service_botton {
	margin: 0 30px;
	max-width: 172px;
	height: 45px;
	background: #707070;
	border-radius: 6px;
	flex:1;
	/*display: flex;*/
}
.service_botton:hover, 
.service_botton.active:hover {
	background: #063157;
}
.service_botton.active {
	background: #1C507E;
}
.service_botton_text {
	margin: 8px 0 0 0;
	color: #ffffff;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.stab_panels
{
	width: 100%;
}
.stab_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
.stab_panel.active
{
	display: block !important;
	width: 100%;
	height: 100%;
}
.stab_panel_image {
	float: left;
	margin-right:50px;
}
.stab_panel_image img {
	/* width: 36.25vw; 
	height: 34.1666vw; */
	width: 435px;
	height: 410px;
	object-fit: cover;
}
.stab_panel_right {
	
}
.stab_panel_title
{
	font-size: 27px;
	font-weight: 700;
	color: #000000;
}
.stab_panel_contents
{
	
}

.stab_panel_text
{
	margin-top: 20px;
}
.stab_panel_text h5 {
	font-size: 20px;
}
.stab_panel_text p
{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 1.75;
}

/*********************************
8. Sidebar
*********************************/

.sidebar
{
	width: 209px;
	/* padding-left: 10px; */
	
}
.sidebar_section
{
	width: 209px;
	background: #ECECEC 0% 0% no-repeat padding-box;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
}
.sidebar_header {
	background: #000000;
	width: 209px;
	height: 52px;
	margin-bottom: 20px;
}
.sidebar_header_title {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 6px 0 0 0;
}

.sidebar_section_title
{
	/* font-family: 'Roboto Slab', serif; */
	font-size: 25px;
	text-align: left;
	color: #384158;
	line-height: 1;
	margin-bottom: 15px;
}

.sidebar_section_contents
{
	margin-top: 5px;
}
.sidebar_item
{
	/* width: 100%;
	height: 100%; */
	border-top: solid 1px #ababab;
	padding: 10px 0 10px 0;
	display: block;
	position: relative;
	font-size: 16px;
	color: #000000;
	word-break:break-all;
}

.sidebar_latest
{
	margin-top: 31px;
}
.latest:not(:last-child)
{
	margin-bottom: 20px;
}
.latest_image div
{
	width: 90px;
	height: 74px;
	border-radius: 3px;
	overflow: hidden;
}
.latest_image div img
{
	max-width: 100%;
}
.latest_content
{
	border-top: solid 1px #ababab;
	padding-left: 0px;
	margin-top: -4px;
}
.latest_title a
{
	/* font-family: 'Roboto Slab', serif; 
	font-weight: 700; */
	font-size: 16px;
	color: #000000;
	line-height: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

/************************
 ** paging pagination*****
 ************************/
.pagination_row
{
/* 	max-width: 1140px; */
/* 	display: flex; */
	
}
.pagination_container {
/* 	margin: 56px auto 0 auto; */
/* 	text-align: center; */
	margin-top: 56px;
/* 	display: flex; */
/* 	width: 100%; */
/*   	justify-content: center; */
  	width: 1140px;
}

.pagination_container>nav {
/* 	margin: 0 auto; */
/* 	max-width: 1140px; */
	position: absolute;
/* 	left: 48.5%; */
	left: 50%;
	transform: translateX(-50%);
}
@media ( max-width: 1199px ) {
/* B: 1200px 미만 */
/* 	.pagination_container>nav { */
/* 		left: 48%; */
/* 	} */
}
@media ( max-width: 991px ) {
/* C: 992px 미만 */
/* 	.pagination_container>nav { */
/* 		left: 47%; */
/* 	} */
}
@media ( max-width: 767px ) {
/* D: 768px 미만 */
/* 	.pagination_container>nav { */
/* 		left: 47%; */
/* 	} */
}
@media ( max-width: 575px ) {
/* D: 576px 미만 */
/* 	.pagination_container>nav { */
/* 		left: 46%; */
/* 	} */
}

.pagination_list {
	padding: 0;
	margin: 0;
}

.pagination_list li {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border: solid 1px #ebebeb;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.pagination_list li:not(:last-child) {
	margin-right: 5px;
}

.pagination_list li:hover, .pagination_list li.active {
	background: #14bdee;
}

.pagination_list li a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #757686;
	line-height: 40px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.pagination_list li:hover a, .pagination_list li.active a {
	color: #FFFFFF;
}

/*--------------------------------------------------------------
# Portfolio *************** Products Part 
-------------------------------------------------------------
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .section-title p {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	color: #000000;
	margin-bottom: 6px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 27px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #1c507e;
  font-weight: 600;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #bdbebf;
  z-index: 1;
  padding-top: 75%;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: #1c507e;
  opacity: 0.6;
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  max-width: 100%; 
  height: auto;

}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #1c507e;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 1;
  font-size: 22px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #1c507e;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

-*/