@charset "utf-8";
html {overflow-x: hidden;}



/* ===================================
	text size
====================================== */
.text-extra-small {
	font-size: 11px;
	line-height: 1.5;
}

.text-small {
	font-size: 12px;
	line-height: 1.5;
}

.text-medium {
	font-size: 16px;
	line-height: 1.5;
}

.text-large {
	font-size: 18px;
	line-height: 1.5;
}

.text-extra-large {
	font-size: 20px;
	line-height: 1.5;
}

.title-large {
	font-size: 100px;
	line-height: 1.5;
}

.title-extra-large {
	font-size: 130px;
	line-height: 1.5;
}

@media all and (max-width:767px) {
	.text-medium {font-size: 14px;}
	.text-large {font-size: 16px;}
	.text-extra-large {font-size: 18px;}
	.title-large {font-size: 60px;}
	.title-extra-large {font-size: 80px;}
}



.font-weight-300 {font-weight: 300;}
.font-weight-400 {font-weight: 400;}
.font-weight-500 {font-weight: 500;}
.font-weight-600 {font-weight: 600;}
.font-weight-700 {font-weight: 700;}

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


/* ===================================
	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;
}

.nt-container {
	padding-left: 15px;
	padding-right: 15px;
}

/* #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;
}


.section-pt {
	padding-top: 100px;
}

.section-py {
	padding-top: 100px;
	padding-bottom: 100px;
}

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

@media all and (max-width:991px) {
	/* #ctt section {padding: 80px 0;} */
	.section-pt {
		padding-top: 80px;
	}
	
	.section-py {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media all and (max-width:767px) {
	.section-pt {
		padding-top: 60px;
	}
	
	.section-py {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	/* #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 .header-logo>a {
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}

#nt_sticky .header-logo > a > img {max-height: 65px;}
#nt_sticky .header-logo > a > img:first-of-type {display: block;}
#nt_sticky .header-logo > a > img:last-of-type {display: none;}


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

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

#nt_menu {
	position: relative;
	text-transform: uppercase;
	z-index: 20;
}
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli { position:relative; }

#nt_menu .sub-slide { display:none; visibility:visible; }
#nt_menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
#nt_menu .me-icon {	width:4.0rem; text-align:center; }
#nt_menu .me-list .me-li > a {
	padding: 20px 5px;
	font-size: 18px;
	color: #fff;
}

#nt_menu .me-a {
	display: block;
	position: relative;
	text-align: center;
}

#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a {
	position: relative;
}

#nt_menu .me-li:hover .me-a::after,
#nt_menu .me-li.on .me-a::after {opacity: 1;}

#nt_menu .sub-2div { left:100%; top:0; position:absolute; z-index:22; background: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
#nt_menu .sub-2dul { }
#nt_menu .sub-2dli { }
#nt_menu .sub-2da { display:block; color:#000; border-bottom: 1px solid #eee; } 
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { color:#000; background: #fafafa; border-color: #eee; font-weight: bold; }
#nt_menu .sub-2line { display:block; color:#000; font-weight:bold; background:#f5f5f5; }
.nt-menu .sub-1div {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: auto;
	min-width: 150px;
	background-color: rgba(255,255,255,.95);
	border: 1px solid rgba(0,0,0,0.1);
	border-top: 0;
	text-align: left;
	z-index: 21;
}

.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da {
	display: block;
	text-align: center;
	color: #666;
}
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da { color:#000; }
.nt-menu .sub-1line { color:#000; font-weight:bold; background:#fafafa; }
.nt-menu .me-sh { padding:0.59rem 1.0rem; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 스크롤 시 상단영역 .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 .header-logo > a > img:first-of-type {display: none;}
#nt_sticky.sticky .header-logo > a > img:last-of-type {display: block;}

#nt_sticky.sticky #nt_menu .me-list .me-li > a {color: #000;}
#nt_sticky.sticky .me-icon a {
	color: #000;
}


@media all and (max-width:991px) {
	#header_pc {padding: 0;}
	#nt_sticky .header-logo {padding: 17px 0;}
}

@media all and (max-width:767px) {
	#nt_sticky .header-logo {padding: 15px 0;}
	#nt_sticky .header-logo>a>img {
		max-height: 45px;
	}
}


/********************************************************
■ 모바일 사이드 메뉴
********************************************************/
.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: #005baa;}




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

#nt_footer a {color: #bbbbbb;}




/********************************************************
■ main-style
********************************************************/
.main-slider {overflow-x: hidden;}
.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;
}

.main-slider .swiper-slide .visual-sub > a {
	color: #fff;
}

.main-slider .swiper-slide .back-text {
	position: absolute;
	bottom: 20%;
	right: 15px;
	/* text-align: right; */
}

.main-slider .swiper-slide .back-text h5 {
	font-size: 30px;
	line-height: 1.8;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 1px; 
	color: #c6c6c6;
	text-align: right;
}

.main-slider .swiper-slide .back-text h5:first-of-type {
	margin-right: 40px;
	text-align: left;
}

@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;}
	
	
	
	.main-slider .swiper-slide .back-text h5 {
		bottom: 20%;
		font-size: 20px;
		text-underline-offset: 6px;
		line-height: 1.8;
	}
	
}



/********************************************************
■ sub-style
********************************************************/
#nt_title {
	overflow: hidden !important;
	position: relative;
	height: 450px;
	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 {
	margin-top: 45px;
	color: #fff;
	z-index: 2;
}

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

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


@media all and (max-width:767px) {
	#nt_title {height: 300px;}
	#nt_title .page-title {
		margin-top: 35px;
	}
	#nt_title .page-title h2 {
		font-size: 23px;
	}
	
	#nt_title .page-explanation {font-size: 18px;}
}



/* section-tit */
.section-tit {
	margin-bottom: 80px;
}

.section-tit h3 {
	position: relative;
	display: table;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #005baa;
}


.section-tit h3 + p {
	margin-top: 40px;
	font-weight: 700;
	color: #0000ff;
	text-align: center;
	font-size: 20px;
}


.section-tit h3::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #005baa;
}

@media all and (max-width:767px) {
	.section-tit {margin-bottom: 60px;}
	.section-tit h3 {
		margin: 0 auto;
		font-size: 20px;
	}
	
	.section-tit h3 + p {
		margin-top: 25px;
		font-size: 16px;
	}
	
}

/********************************************************
■ 인사말
********************************************************/
.ceo_sign {
	position: relative;
	padding-right: 150px;
	padding-top: 30px;
	z-index: 2;
}
.ceo_sign > span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.ceo_sign > span > img {
	max-height: 100px;
}

/********************************************************
■ 연혁
********************************************************/
.history table td {
	padding: 15px 10px;
	vertical-align: top;
}
.history table td:first-of-type {
	width: 20%;
	text-align: right;
}


@media all and (max-width:767px) {
	.history table td {
		display: block;
		padding: 0 0 20px;
		width: 100%;
	}
	
	.history table td:first-of-type {
		padding-bottom: 0;
		width: 100%;
		text-align: left;
	}
	
	
}

/********************************************************
■ 조직도
********************************************************/

.organization {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}

.organization > .organization_Bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}


.organization .organization-line {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.organization .organization-line:not(:first-of-type) {
	margin-top: 60px;
}

.organization .organization-line > div {
	width: 37%;
	max-width: 300px;
}

.organization .organization-line > div > .name-box:not(:first-of-type) {
	margin-top: 30px;
}

.organization .name {
	padding: 20px;
	min-width: 160px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
}

.organization .name.popup-modal {
	cursor: pointer;
}

.organization .position-left .name {
	background: #005baa;
}

.organization .position-right .name {
	background: #5b90bd;
}


@media all and (max-width:992px) {
	.organization .organization-line > div {
		width: 33%;
		max-width: 250px;
	}
}

@media all and (max-width:767px) {
	.organization .name {
		padding: 13px 0;
		min-width: inherit;
		font-size: 15px;
	}
	.organization .organization-line > div {
		width: 30%;
	}
	
}

.popup-content {
	position: relative;
	padding: 50px;
	margin: 0 auto;
	max-width: 600px;
	background: #fff;
}

.popup-content h3 {
	margin-bottom: 20px;
	font-weight: 700;
}

.mfp-close-btn-in .mfp-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	background: #232323;
	color: #fff !important;
	width: 60px;
	height: 60px;
	text-align: center;
	cursor: pointer;
}

@media all and (max-width:767px) {
	
	.mfp-close-btn-in .mfp-close {
		font-size: 25px;
		width: 50px;
		height: 50px;
		line-height: 54px;
	}
	
	.popup-content {
		padding: 25px 20px;
	}
	
}




/* 라인 */
/* .organization .organization-line::before {
	content: "";
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	height: 1px;
	background-color: #000;
	z-index: -1;
}


.organization .organization-line::after {
	content: "";
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	background-color: #000;
	z-index: -1;
}

.organization .organization-line::after {
	height: calc(100% - 76px);
}


.organization .organization-line .position-right .name-box:not(:first-of-type) {
	position: relative;
}

.organization .organization-line .position-right .name-box:not(:first-of-type)::before {
	content: "";
	position: absolute;
	top: 38px;
	right: 0;
	width: 400px;
	height: 1px;
	background-color: #000;
	z-index: -1;
	
}

@media all and (max-width:991px) {
	
}

@media all and (max-width:767px) {
	.organization .organization-line::before {
		top: 26.5px;
		width: 500px;
	}
	
	
	.organization .organization-line::after {
		top: 26.5px;
	}
	
	.organization .organization-line::after {
		height: calc(100% - 53px);
	}
		.organization .organization-line .position-right .name-box:not(:first-of-type)::before {
		top: 26.5px;
		width: calc(50vw - 37px);
	}

}
 */





/********************************************************
■ 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: 700;
}

.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: #005baa;
}

@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;}
}



/********************************************************
■ 홀딩스
********************************************************/
.summary p {
	font-size: 20px;
}

.establishing p {
	font-size: 18px;
	color: #cc3300;
}

.enforcement {
	margin-top: 80px;
}

.enforcement h4 {
	color: #005baa;
	line-height: 1.5;
}

.enforcement img {
	margin-top: 100px;
	width: 90%;
}

.institution .institution-list {
}

.institution .institution-list > li {
	display: flex;
	align-items: center !important;
	color: #005baa;
}

.institution .institution-list > li:not(:first-of-type) {
	margin-top: 40px;
}

.institution .institution-list > li img {
	width: 20%;
}

.institution .institution-list > li > div {
	margin-left: 8%;
	width: 45%;
}

.institution .institution-list > li > div h5 {
	
}

.institution .institution-list > li > div p {
	text-align: center;
}

.document-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 0;
	justify-content: space-between;
}

.document-list > li {
	width: 49%;
}

.equipment-img-box > div {
	display: flex;
	flex-wrap: wrap;
}

.equipment-img-box > div > img {
	width: 50%;
}


@media all and (max-width:767px) {
	.summary p {font-size: 16px;}
	.establishing img {max-height: 45px;}
	.establishing p {font-size: 14px;}
	.enforcement {margin-top: 50px;}
	.enforcement h4 {font-size: 18px;}
	.enforcement img {margin-top: 60px;}
	.institution .institution-list > li:not(:first-of-type) {margin-top: 30px;}
	.institution .institution-list > li > div {
		width: 72%;
	}
	.document-list {
		gap: 30px 0;
	}
	.document-list > li {
		width: 48%;
	}
	
	.equipment-img-box > div > img {
		width: 100%;
	}
}


/********************************************************
■ 메디
********************************************************/
.tab-list {
	display: flex;
	justify-content: center;
	background-color: #e6f0fa;
}

.tab-list > .tab-item {
	padding: 25px 20px;
	text-align: center;
	color: #a6a6a6;
	font-weight: 700;
	cursor: pointer;
}

.tab-list > .tab-item.active {
	color: #005baa;
}

.tab-contents > div {
	display: none;
}

.tab-contents > div.active {
	display: block;
}


@media all and (max-width:991px) {
	.tab-contents .nt-container {
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media all and (max-width:767px) { 
	.tab-list {
		flex-wrap: wrap;
	}
	
	.tab-list > .tab-item {
		padding: 15px 0px;
		width: 30%;
	}
}



/********************************************************
■ 투자정보
********************************************************/
.investment-tit > ul > li {
	display: table;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9e08e;
	font-size: 35px;
}

.investment-tit > ul > li:not(:first-of-type) {
	margin-top: 30px;
}


.investment-summary p {
	font-size: 20px;
}

@media all and (max-width:991px) {
	.investment-tit > ul > li {
		font-size: 30px;	
	}
}

.investment-structure ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
	justify-content: space-between;
}

.investment-structure ul > li {
	width: 49%;
}

.investment-structure ul > li > img {
	width: 100%;
}

@media all and (max-width:767px) {
	.investment-tit > ul > li {
		padding: 0 10px;
		font-size: 23px;
	}
	.investment-tit > ul > li:not(:first-of-type) {
		margin-top: 20px;
	}
	
	.investment-structure ul {
		justify-content: center;
	}
	
	.investment-structure ul > li {
		width: 80%;
	}
	
	.investment-summary p {
		font-size: 16px;
	}
}