@charset "utf-8";


/* ===================================
	text color
====================================== */
.text-point {color: #f7931e;}


/* ===================================
	Background color
====================================== */
.bg-transparent {background-color: transparent;}
.bg-white {background-color: #fff;}
.bg-black {background-color: #000;}
.bg-extra-dark-gray {background-color: #1c1c1c;}
.bg-dark-gray {background-color: #757575;}
.bg-extra-medium-gray {background-color: #939393;}
.bg-medium-gray {background-color: #dbdbdb;}
.bg-extra-light-gray {background-color: #e0e0e0}
.bg-medium-light-gray {background-color: #ededed}
.bg-light-gray {background-color: #f7f7f7}
.bg-very-light-gray {background-color: #fafafa}


/* opacity */
.opacity-very-light {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.2;
	top: 0;
	left: 0;
}

.opacity-light {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.3;
	top: 0;
	left: 0;
}

.opacity-extra-medium {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}

.opacity-medium {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.75;
	top: 0;
	left: 0;
}

.opacity-full {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	top: 0;
	left: 0;
}

.opacity-full-dark {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.9;
	top: 0;
	left: 0;
}

#ctt section {padding: 100px 0;}
.cover-background {
	overflow: hidden !important;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@media all and (max-width:991px) {
	#ctt section {padding: 80px 0;}
}

@media all and (max-width:767px) {
	#ctt section {padding: 60px 0;}
	.nt-container {padding-left: 15px; padding-right: 15px;}
}

/********************************************************
■ header
********************************************************/
#nt_sticky {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	z-index: 99;
}

#header_pc {padding: 10px 0;}
#header_pc .header-logo > a {display: block;}
#nt_sticky #nt_sticky_wrap .header-logo > a > img {max-height: 45px;}
#nt_sticky #nt_sticky_wrap .header-logo > a > img:first-of-type {display: block;}
#nt_sticky #nt_sticky_wrap .header-logo > a > img:last-of-type {display: none;}

#nt_sticky #nt_sticky_wrap #nt_menu .me-a {
	padding: 10px 20px;
	color: #fff
}

#nt_sticky #nt_sticky_wrap #nt_menu .me-li.on .me-a,
#nt_sticky #nt_sticky_wrap #nt_menu .me-li:hover .me-a {
	background: transparent !important;
	color: #f7931e;
}

#nt_sticky .me-icon a {
	font-size: 25px;
	color: #fff;
}


/* 스크롤 시 상단영역 .me-sticky */
#nt_sticky.sticky {
	background-color: rgba(255,255,255,.95);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

/* #nt_sticky.sticky #nt_sticky_wrap {

} */

#nt_sticky.sticky #nt_sticky_wrap .header-logo > a > img:first-of-type {display: none;}
#nt_sticky.sticky #nt_sticky_wrap .header-logo > a > img:last-of-type {display: block;}

#nt_sticky.sticky #nt_sticky_wrap #nt_menu .me-a {color: #000;}
#nt_sticky.sticky .me-icon a {color: #000;}


@media all and (max-width:991px) {
	#header_pc {padding: 0;}
	#nt_sticky #nt_sticky_wrap .header-logo > a > img {max-height: 35px;}
}

/********************************************************
■ 모바일 사이드 메뉴
********************************************************/
.sidebar-list .me-li.active .me-a, 
.sidebar-list .me-li1.active .me-a1, 
.sidebar-list .me-li2.active .me-a2,
.sidebar-list li a:hover {color: #f7931e;}




/********************************************************
■ footer
********************************************************/
#nt_footer {
	position: relative;
	background-color: #0f0f0f;
	color: #bbbbbb;
	z-index: 2;
}

#nt_footer a {color: #bbbbbb;}




/********************************************************
■ main-style
********************************************************/
.main-slider .swiper-slide {
	height: 100vh;
	position: relative !important;
	background-size: cover !important;
	overflow: hidden !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.main-slider .swiper-slide .nt-container {
	position: relative;
	padding: 0 15px;
	height: 100%;
	text-align: center;
	color: #fff;
	z-index: 9;
}

.main-slider .swiper-slide .visual-tit {
	font-size: 70px;
	font-weight: 700;
}

.main-slider .swiper-slide .visual-sub {
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 300;
}

@media all and (max-width:991px) {
	.main-slider .swiper-slide .visual-tit {font-size: 50px;}
	.main-slider .swiper-slide .visual-sub {font-size: 20px;}
}

@media all and (max-width:767px) {
	.main-slider .swiper-slide .visual-tit {font-size: 30px;}
	.main-slider .swiper-slide .visual-sub {font-size: 18px;}
}



/********************************************************
■ sub-style
********************************************************/
#nt_title {
	overflow: hidden !important;
	position: relative;
	height: 450px;
	background-image: url('/img/joongang/notice-top.jpg');
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

#nt_title::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	z-index: 1;
}

#nt_title .nt-container {
	height: 100%;
}

#nt_title .page-title {
	color: #fff;
}

#nt_title .page-title h2 {
	margin-bottom: 15px;
	font-size: 50px; font-weight: 700;
}

#nt_title .page-explanation {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}


#nt_title .breadcrumb a {color: #fff;}
.breadcrumb-item.active {color: #fff;}

#nt_title .breadcrumb {display: none;}


/*  */
.sub__title {
	position: relative;
	z-index: 9;
}

.sub__title h2 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 30px;
	font-weight: 700;
}

.sub__title h2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #000;
}

.sub__title p {
	font-size: 20px; text-align: left;
}

/*  */
.sub__title.white h2,
.sub__title.white p {color: #fff;}
.sub__title.white h2::after {background-color: #fff;}

@media all and (max-width:767px) {
	#nt_title {height: 400px;}
	#nt_title .page-title h2 {
		margin-bottom: 10px;
		font-size: 30px;
	}
	
	#nt_title .page-explanation {font-size: 18px;}

	.sub__title h2 {
		padding-bottom: 15px;
		margin-bottom: 25px;
		font-size: 25px;
	}
	.sub__title h2::after {
		width: 20px;
		height: 2px;
	}

	.sub__title p {font-size: 18px;}
}



/********************************************************
■ greeting
********************************************************/
.greeting {
	text-align: left;
}

.greeting h4 {
	font-size: 24px;
}

.greeting p {
	font-size: 24px;
	font-weight: 400;
}


@media all and (max-width:991px) {
	.greeting h4 {font-size: 16px;}
	.greeting p {font-size: 15px;}
}


/********************************************************
■ vision
********************************************************/
.vision .vision-service {
	text-align: center;
}

/* .vision .vision-service > div {
	display: -ms-flexbox !important;
	display: flex !important;

	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
	align-items: center!important;
	
} */

.vision .vision-service .col-md-4 {
	position: relative;
	
	/* border-top: 2px solid #fff; */

	font-size: 1.5rem;
	font-weight: 700;
}

.vision .vision-service .col-md-4 p {
	padding: 10px 0;
	margin: 0 auto;
	max-width: 200px;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	color: #fff;
}


/* .vision .vision-service .col-md-4 > span {
	position: absolute;
	left: 0;
	bottom: -29px;
	width: 30%;
	font-size: 80px;
	font-style: italic;
	font-weight: 700;
	opacity: .1;
} */

.vision ul.text-white {
	font-size: 1.25rem;
}

.vision .row figure {
	padding: 80px 0;
	border: 1px solid #fff;
	text-align: center;
	transition: all .3s;
}

/* .vision .row figure:hover {
	background-color: #f7931e;
} */

.vision .row figure img {
	width: 70px;
}

.vision .row figure h4 {
	position: relative;
	padding-bottom: 15px;
	margin: 20px auto 10px;
	font-weight: 700;
	color: #fff;
}

.vision .row figure h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f7931e;
	width: 30px;
	height: 2px;
	transition: all .3s;
}

/* .vision .row figure:hover h4::after {
	background-color: #fff;
} */

.vision .row figure ul {
	padding: 15px 0;
	margin: 0 20px;
	color: #fff;
}

@media all and (max-width:767px) {
	.vision-service > h1 {
		font-size: 27px;
	}
	
	.vision .row figure {padding: 30px 0;}
	.vision .row figure img {width: 55px;}
	.vision .row figure h4 {font-size: 16px;}

	.vision .vision-service .col-md-4 {
		/* margin: 0 8px; */
		min-width: auto;
		width: 33.3%;
		font-size: 1.25rem;
	}

	.vision .vision-service .col-md-4 > span {
		bottom: -21px;
    font-size: 56px;
	}
}



/********************************************************
■ location
********************************************************/
.root_daum_roughmap {width: 100% !important;}
.root_daum_roughmap .wrap_map {height: 400px !important;}
.wrap_controllers {display: none;}

.location .location-ct p {
	font-size: 24px;
	font-weight: 400;
}

.location .location-ct ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	gap: 10px 38px;
}

.location .location-ct ul li strong {
	margin-right: 15px;
	color: #f7931e;
}

@media all and (max-width:767px) {
	.root_daum_roughmap .wrap_map {height: 250px !important;}
	.location .location-ct p {font-size: 16px;}
	.location .location-ct ul li {width: 100%; line-height: 1.4;}
	.location .location-ct ul li strong {margin-right: 8px;}
}



/********************************************************
■ business
********************************************************/
.business-section .nt-container .row {
	min-height: 270px;
}

.business-section h6 {
	margin-right: 50px;
	font-size: 35px;
	font-weight: 700;
	color: #f7931e;
}

.business-section ul {
	font-size: 24px;
	color: #fff;
}

@media all and (max-width:767px) {
	.business-section .nt-container .row {
		min-height: 180px;
	}

	.business-section .col-auto{
		min-width: 40%;
	}
	
	.business-section h6 {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
		font-size: 24px;
		text-align: left;
	}

	.business-section ul {
		float: none;
		font-size: 18px;
	}
	
	
}




/********************************************************
■ culture
********************************************************/
#tab-menu {
	position: relative;
}

#tab-menu #tab-btn {
	display: none;
}

#tab-menu #tab-btn ul {
	position: fixed;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	z-index: 999;
}

#tab-menu #tab-btn ul li {
	overflow: hidden;
	display: block;
	position: relative;
	padding: 10px;
	min-width: 150px;
	/* border-bottom: 1px solid #ddd; */
	text-align: left;
	cursor: pointer;
}

#tab-menu #tab-btn ul li > a {
	color: #fff;
}

#tab-menu #tab-btn ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #fff;
}


#tab-menu #tab-btn ul li a.active{
	color: #f7931e;
	font-weight: bold;
}

#tab-menu #tab-btn ul li a.active::after {
	background-color: #f7931e;
}

/* #tab-menu #tab-btn ul li.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #f7931e;
} */

#tab-menu #tab-cont {
	/* padding: 100px 0; */
	text-align: center;
}

#tab-menu #tab-cont > div {
	padding: 100px 0;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	color: #fff;
}

/* 
#tab-menu #tab-cont > div.active {
	transform: translateY(0);
	transition: all 1s;
} */


#tab-menu #tab-cont .culture-icon {
	display: inline-block;
	margin-bottom: 25px;
	padding: 30px;
	/* background-color: #f5f5f5; */
	border-radius: 300px;
}

#tab-menu #tab-cont .culture-icon > img {
	max-width: 100px;
}

#tab-menu #tab-cont h4 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
}

#tab-menu #tab-cont h6 {
	margin-bottom: 40px;
	font-size: 24px;
}

#tab-menu #tab-cont p {
	font-size: 20px;
}

.culture-document {
	padding-top: 50px;
	margin: 60px auto 0;
	width: 60%;
	text-align: left;
	border-top: 2px solid #fff;
	/* border-bottom: 1px solid #ddd; */
}

.culture-document > div {
	display: flex;
	flex-wrap: wrap;
}

.culture-document > div:not(:last-of-type) {
	margin-bottom: 40px;
}

.culture-document h5 {}
.culture-document p {
	margin-left: 40px;
	width: 80%;
	font-size: 16px !important;
}

.culture-document p > a {
	padding: 8px 21px;
	margin-left: 17px;
	border: 1px solid #fff;
	color: #fff;
	transition: all .2s;
}

.culture-document p > a:hover {
	background-color: #fff;
	color: #000;
}

.culture-document table {
	margin-left: 40px;
	width: 80%;
	font-size: 16px !important;
}

.culture-document table td {
	vertical-align: top;
}

.culture-document table td:first-of-type {
	font-weight: 400;
}

#tab-cont-06 .culture-document table td {
	padding: 10px 0;
}

#tab-cont-06 .culture-document table tr td:first-of-type {
	width: 30%;
	font-size: 1.25rem;
}


/*  */
#tab-menu #tab-btn.sticky  {
	display: block;
}





@media all and (max-width:1199px) {
	#tab-btn {
		display: none !important;
	}
	
	#tab-menu #tab-btn ul {
		display: -ms-flexbox !important;
		display: flex !important;
		/* -ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important; */
		
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
	}

	#tab-menu #tab-btn ul li {text-align: center;}
	#tab-menu #tab-btn ul li::after {content: none;}


}



@media all and (max-width:991px) {
	#tab-menu #tab-btn ul {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;

		width: 100%;
	}

	#tab-menu #tab-btn ul > li {
		width: 20%;
	}

	/* #tab-menu #tab-cont > div {padding: 80px 0;} */
	
	.culture-document {
		padding-top: 30px;
		margin: 40px auto 0;
		width: calc(100vw - 60px);
	}

	#tab-cont-06 .culture-document table tr td:first-of-type {
		width: 45%;
		font-size: 18px;
	}
	
}

@media all and (max-width:767px) {
	/* #tab-menu #tab-cont > div {padding: 60px 0;} */
	
	#tab-menu #tab-btn ul li {
		padding: 8px 15px;
		width: 33.33%;
		min-width: auto;
	}

	#tab-menu #tab-cont .culture-icon {
		margin-bottom: 20px;
		padding: 25px;
	}
	
	#tab-menu #tab-cont .culture-icon > img {
		max-width: 80px;
	}

	
	#tab-menu #tab-cont h4 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	
	#tab-menu #tab-cont h6 {
		margin-bottom: 25px;
		font-size: 20px;
	}
	
	#tab-menu #tab-cont p {
		font-size: 16px;
	}

	.culture-document {width: calc(100vw - 30px)}
	.culture-document h5 {
		margin-bottom: 8px;
		font-size: 16px;
	}
	.culture-document p,
	.culture-document table {
		margin-left: 0;
		width: 100%;
		font-size: 14px !important;
	}

	#tab-cont-06 .culture-document table tr td:first-of-type {
		font-size: 16px;
	}



}

