<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	  font-family: "Poppins", sans-serif;
	font-size: 18px;
}

.card-body {
	padding: 0;
}

.main .bg-primary-darken {
	background-color: #0e244b !important;
}

.m_br {
	display: none;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.owl-carousel-wrapper h2 {
	margin-top: 20px;
}

@media all and (max-width:991px) {
	.m_br {
		display: block;
	}

	.pc_onlny {
		display: none;
	}
	.txt-center {
		text-align: center !important;
	}
}

/* quick menu */

#quick_menu {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 99;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
}

#quick_menu&gt;a {
	aspect-ratio: 1/1;
	width: 100px;
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1.6em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

#quick_menu&gt;a:hover{background-color: #0e244b;}

#quick_menu&gt;a.top {
	background-color: #0e244b;
	font-size: 18px;
	border-bottom: unset;
	line-height: 1.3em;
}

@media all and (max-width:700px) {
	#quick_menu {
		right: 0;
		left: 0;
		bottom: 0;
		top: unset;
		width: 100%;
		height: 100px;
		border-radius: unset;
		display: flex;
	}

	#quick_menu&gt;a {
		flex: 1;
		width: unset;
		aspect-ratio: unset;
	}
}

/* END quick_menu */

/* header */
#header .header-nav {
	justify-content: space-between;
	width: 100%;
}

/* sub_visual */
.page-header h1 {
	font-size: 40px;
}

/* 회사소개 */
.company .container h2 {
	font-size: 32px;
}

.company .container p.fz24 {
	font-size: 24px;
	word-break: keep-all;
}

.company .container .fz32 {
	font-size: 32px;
}

/* 구성원 소개 */

.member .card h2 {
	margin-top: 20px;
}

.member .card .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.member .people_box02 .owl-item a .card{
	height:auto;
}
/* footer */
#footer .flex_box {
	text-align: center;
	display: flex;
	padding-top: 40px;
	box-sizing: border-box;
	flex-wrap: wrap;
	max-width: 785px;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	gap: 0 20px;
}


#footer .flex_box li {
	position: relative;
	box-sizing: border-box;
}

#footer .flex_box li+li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	background-color: #888888;
	width: 1px;
	height: 10px;
}

#footer .flex_box li:nth-child(4)::before {
	display: none;
}

/* 프로그램 */

.programCon_Custom {
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0 150px;
}

.programCon_Custom .gal_wrap ul li a .part_img img {
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media all and (max-width:1400px) {
	.programCon_Custom {
		width: 93.75%;
	}
}

@media all and (max-width:1000px) {
	.programCon_Custom .program_search {
		display: flex;
	}

	.programCon_Custom .program_search&gt;span {
		margin-top: 0;
		width: 70%;
	}

	.programCon_Custom .program_search input[type="text"] {
		width: calc(100% - 115px);
	}
}

@media all and (max-width:640px) {
	.programCon_Custom .program_search input[type="text"] {
		width: calc(100% - 110px);
	}
}


/* css추가 20240207 */
#header .header-btn-collapse-nav {
	background-color: #212529;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav&gt;ul&gt;li&gt;a {
	color: #212529;
}

.img_custom {
	background-image: url(/img/company_img01.png);
	background-size: 600px 600px;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 800px;
	min-height: 800px;
}


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

	.pc_only {
		display: none;
	}

	.img_custom {
		min-width: 600px;
		min-height: 600px;
	}
	#footer .flex_box li.no_before:after{content: none;}
}
.color-deep-blue{color: #0e244b;}

/* 20242026 css 추가 */
.custom-position {
	justify-content: center;
	align-items: center;
}

.custom-img {
	width: 50%;
	margin:5% 0 0 25%;	
}

.red {
	color: #f00;
}

.text-left {
	text-align: left;
}
/* END 20242026 css 추가 */

/* 2024.02.27 수정 */
.fz_20 {
	font-size: var(--fz-20);
}
.fz_24 {
	font-size: var(--fz-24);
}
.fz_72 {
	font-size: var(--fz-72);
	letter-spacing: 0;
}
.custom_flex_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.member .card .custom_flex_box h2 {
	margin: unset;
}
#header .header-nav.header-nav-links nav * {
	box-sizing: border-box;
}
#header .header-nav.header-nav-links nav&gt;ul&gt;li&gt;a {
	font-size: var(--fz-20) !important;
}
.custom_flex02 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 30px;
}
.custom_flex02 &gt; article {
	width: calc(50% - 15px);
}
.custom_flex02 &gt; article .card {
	height: 100%;
	word-break: auto-phrase;
}
@media all and (max-width:1200px) {
	.header-nav-main,
	#header .header-nav-main nav,
	#header .header-nav-main nav&gt;ul {
		width: 100%;
	}
	#header .header-nav-main nav&gt;ul&gt;li {
		width: 20%;
		margin: unset;
	}

	#header .header-nav-main nav&gt;ul&gt;li&gt;a {
		padding: unset !important;
		justify-content: center;
	}
}
@media all and (max-width:992px) {
	
}
@media all and (max-width:991px) {
	#header .header-nav-main nav&gt;ul&gt;li {
		width: 100%;		
	}
	#header .header-btn-collapse-nav {
		opacity: 1;
		display: block;
		position: relative;
		z-index: 1;
	}
	#header .header-nav.header-nav-links nav&gt;ul&gt;li&gt;a {
		padding: 20px 0 !important;
		z-index: 5;
	}
	#header .header-nav.header-nav-links nav&gt;ul&gt;li&gt;a i {
		pointer-events: none;
	}
	.custom_flex02 &gt; article {
		width: 100%;
	}
}
/* END 2024.02.27 수정 */

/* 20240304 css 추가 */
.custom-color {
	color: #0e244b;
}

.custom-bg {
	background: #12306A;
	color: #fff !important;
}

.custom-bg:hover {
	background: #3774EC;
}

/* END 20240304 css 추가 */

/* 2024.03.05 수정 */
.main .owl-stage-outer .font-weight-regular {
	letter-spacing: 0;
}
.custom_flex_box {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}
.custom_block22 .text-color-light {
	word-break: auto-phrase;
}
/* END 2024.03.05 수정 */

.pc-pb-100{padding-bottom: 100px;}

@media all and (max-width:991px){
	.pc-pb-100{padding-bottom: 0;}
}</pre></body></html>