<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding:wght@400;700&amp;family=Nanum+Gothic:wght@400;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');
#site {
	padding-top: 0;
	font-family: 'Nanum Gothic', 'notokr', 'Roboto Condensed', monospace, sans-serif;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

#site&gt;.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow:none;
	padding-top: 40px;
	/* padding-bottom: 10px; */
	margin-bottom: 0;
	border: 0;
	background: #f4bd48;
}
.navbar-inverse.active{
    background: transparent;
}

.navbar-brand {
	height: auto;
	padding: 0px;
}
.navbar-brand&gt;img{
    height: 60px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
	font-size: 15px;
	font-weight: 700;
	color: #000;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
	color: #222;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #222;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #000;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle&gt;.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
}

	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 13px;
    text-align: center;
 }

	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus {
    background: #222;
    color: #ffd06d;
    }
    
    .navbar-header{
        position: absolute;
        left: 18%;
        width: 230px;
        top: 0;
        text-align: center;
    }
    .active .navbar-header{
        height: 100vh;
        background: #f4bd48;
    }
    .active .navbar-header:after{
        content:'FACILITIES.\A MAINTENANCE.';
        font-size: 16px;
        color:#000;
        position:absolute;
        left:30px;
        bottom:50px;
        text-align:left;
    }
    .navbar&gt;.container .navbar-brand{
        float:none;
        margin-left:0;
        margin-top: 40px;
        display: inline-block;
    }
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav&gt;li&gt;a {
        padding: 25px 30px 40px;
 }
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 30px 0;
	background-color: #f4f4f4;
	color: #333;
}
#site footer ul{
    margin-top: 1px;
    margin-bottom: 7px;
}
#site footer  li{
    margin-right:15px;
    display:inline-block;
    font-size: 12px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 100vh;
    background-position:center top;
}

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 24px
	}

	#mainCarousel .carousel-caption p {
		font-size: 12px;
	}
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row&gt;div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}

/* personal setting 0.64v */
@media(min-width:768px) {
	.col-sm-20 {
		width: 20%;
	}
}

/* img */
.img-bordered {
	border: 1px solid #ddd;
}

.img-caption {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #555;
	font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
	text-align: center !important;
	vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
	text-align: left !important;
}

/* font */
.numbering {
	margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #f4bd48;
}

.numbering.circle {
	border-radius: 50%;
}

/*list style*/
.li-none&gt;li {
	list-style: none !important;
	margin-left: 20px;
}

.li-circle&gt;li {
	list-style: circle !important;
	margin-left: 20px;
}

.li-square&gt;li {
	list-style: square !important;
	margin-left: 20px;
}

.li-disc&gt;li {
	list-style: disc !important;
	margin-left: 20px;
}

.li-check&gt;li,
.li-dash&gt;li,
.li-dot&gt;li {
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}

.li-dash&gt;li:before,
.li-dot&gt;li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

.li-dot&gt;li:before {
	content: '·';
}

.li-check&gt;li:before {
	content: '\f00c';
	left: 0;
	font-family: 'fontawesome';
	color: #f4bd48;
}

.location-li {
	/* border-top: 2px solid #222; */
	margin: 50px 0 0;
}

.location-li li {
    position:relative;
    /* border-bottom: 1px solid #ddd; */
    padding: 5px 10px 5px 120px;
    font-size: 14px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.location-li span {
    position:absolute;
    left: 4px;
    top: 5px;
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 700;
    color: #444;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Roboto Condensed';
}

@media(max-width:767px) {
	.location-li span {
		display: block;
	}
}

.location-li span i {
	margin-right: 7px;
	color: #555;
}

.partner-li {
	margin: 20px 0;
}

.partner-li:after {
	content: '';
	display: block;
	clear: both;
}

.partner-li&gt;li {
	float: left;
	width: 20%;
	padding: 10px;
}

.partner-li&gt;li img {
	border: 1px solid #ddd;
}

.category-li {
	display: inline-block;
	margin: 20px auto;
}

.category-li:after {
	content: '';
	display: block;
	clear: both;
}

.category-li&gt;li {
	float: left;
	margin: 5px;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.li-pill li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 100px;
}

.li-pill li span {
	position: absolute;
	left: 0;
	padding: 5px 0;
	text-align: center;
	width: 90px;
	color: #555;
	line-height: 1.1;
	font-weight: 500;
	border-radius: 4px;
	background: #d5d5d5;
}

.btn-li {
	text-align: center;
}

.btn-li li {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}

.trait-dl {
	margin: 40px 0;
}

.trait-dl:after {
	content: '';
	display: block;
	clear: both;
}

.trait-dl dt,
.trait-dl dd {
	float: left;
	margin-bottom: 10px;
	padding: 20px 40px;
	border-top: 2px solid #ddd;
}

.trait-dl dt {
	border-color: #f4bd48;
	font-size: 18px;
}

.stripe-dl {
	margin: 30px 0;
}

.stripe-dl dt {
	padding: 10px 20px;
	font-size: 16px;
	background: #f5f5f5;
}

.stripe-dl dd {
	margin-bottom: 20px;
	padding: 20px;
}

@media(min-width:768px) {
	.trait-dl dt {
		width: 25%;
	}

	.trait-dl dd {
		width: 75%;
	}
}

@media(max-width:767px) {
	.partner-li&gt;li {
		width: 50%;
	}
}

/* component */
.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.card .card-ttl {
	margin: -15px -15px 15px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #f4bd48;
}

.column-2 {
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
}

.more-btn {
	display: block;
	margin: 40px auto 10px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #f4bd48;
	background: #f4bd48;
}

.more-btn:hover {
	color: #f4bd48;
	background: transparent;
}

.circle-wrap {
	margin: 30px 0;
	text-align: center;
}

.circle-wrap .circle {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 0 15px;
	vertical-align: top;
	border-radius: 50%;
	background: #555;
}

.circle-wrap .circle span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	min-width: 80%;
}

@media(max-width:767px) {
	.column-2 {
		column-count: 1;
	}
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
	margin: 0;
}

.quote-box {
	margin: 20px auto;
	padding: 25px;
	background: #f5f5f5;
}

.greet .quote,
p.quote {
	margin: 30px 0;
	font-size: 26px;
	font-weight: 300;
	color: #555;
	line-height: 1.2;
}

p.quote span {
	font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
	padding: 0;
}

p,
li,
dt,
dd {
	line-height: 1.6;
}

a:hover,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}

.table-style {
	margin: 0 0 20px;
	border-top: 1px solid #000;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 20px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: top !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
	/* background:#f5f5f5; */
	border-right: 1px solid #ddd;
}

.table-style thead tr th {
	/* background: #f8f8f8; */
	font-size: 13px;
	border-right: none;
}

.table-style tr td {
	color: #666;
}

.history-table {
	border-top: none;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom: none !important;
	padding: 25px !important;
}

.history-table.table-style tr th {
	position: relative;
	border-right: 1px solid #ccc;
	font-size: 22px;
	color: #f4bd48;
}

.history-table.table-style tr th:after {
	content: '';
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translatey(-50%);
	width: 10px;
	height: 10px;
	border: 3px solid #f4bd48;
	border-radius: 50%;
	background: #fff;
}

/* personal setting 0.64v end */
/* navigation setting */

@media(max-width:767px) {}

/* mainpage setting */
#main_wrapper{
    position:relative;
}
.main-content{
    position:absolute;
    left:0;
    right:0;
    top:60%;
    transform:translateY(-50%);
    padding: 45px 0;
    background:rgba(255,255,255,0.5);
    z-index:2000;
    border-right: 40px solid #f4bd48;
    text-align:right;
}
.main-content p{
    margin:0;
    color:#111;
    font-size: 107px;
    font-family: 'Roboto Condensed';
}
@media(max-width:767px) {}

/* footer setting */

@media(max-width:767px) {}

/* subpage setting */
.breadcrumb {
	margin-top: -50px;
	margin-bottom: 100px;
	padding: 0;
	background: transparent;
	font-size: 13px;
	color: #888;
	text-align: right;
}

.breadcrumb .active {
    color: #000;
    font-weight:600;
}
.subpage-content .emp {
	font-weight: 500;
	color: #f4bd48;
}

.subpage-content section {
	padding-bottom: 40px;
}

.subpage-content section h4 {
	position: relative;
	margin-bottom: 20px;
	font-size: 26px;
}

.subpage-content section h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
}
.subpage-layout:after{
    content:'';
    display:block;
    clear:both;
}
.subpage-layout &gt; div{
    position: relative;
    float:left;
    min-height: calc(100vh - 125px);
}
.sub-left{
    width: 22%;
    background:#000;
}
.sub-left:after{
    content: 'FACILITIES. \A MAINTENANCE.';
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 50px;
    text-align: left;
    white-space: pre
}
#about01 .sub-left{    background:url(/public/img/sub/about01-bg.jpg) no-repeat center / cover;}
#about02 .sub-left{min-height: calc(100vh - 125px);background:url(/public/img/sub/about02-bg.jpg) no-repeat center / cover;}
#about03 .sub-left{    background:url(/public/img/sub/about03-bg.jpg) no-repeat center / cover;}
#about04 .sub-left{    background:url(/public/img/sub/about04-bg.jpg) no-repeat center / cover;}
#refer01 .sub-left{    background:url(/public/img/sub/refer01-bg.jpg) no-repeat center / cover;}
#refer02 .sub-left{    background:url(/public/img/sub/refer02-bg.jpg) no-repeat center / cover;}
#business01 .sub-left{    background:url(/public/img/sub/business01-bg.jpg) no-repeat center / cover;}
#contact .sub-left{background:url(/public/img/sub/contact-bg.jpg) no-repeat center / cover;}
#gallery .sub-left{background:url(/public/img/sub/gallery-bg.jpg) no-repeat center / cover;}

.sub-right{
    width: 78%;
    padding: 100px 0 100px 250px;
}
.subpage-content .title{
    margin-bottom:60px;
    /* border-bottom: 2px solid #000; */
}
.subpage-content .title h3{
    margin-top:0;
    color:#000;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 26px;
    font-family: 'Roboto Condensed';
    margin-bottom: 15px;
}
.subpage-content .title h3 small{
    margin-left: 15px;
    font-size: 15px;
    font-family: 'Nanum Gothic';
    color: #666;
    font-weight: 700;
}


/* subpage about */
.greet p{
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 15px;
    padding-right: 50px;
}
.greet .box-ceo {
	position: relative;
	margin-top: 60px;
    padding: 0 0 15px 15px;
}
.greet .box-ceo::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fbeac8;
    width: 180px;
    height: 180px;
    z-index: -1;
}
.greet .box-ceo &gt; img {
	float: left;
	width: 300px;
}
.greet .box-ceo &gt; .sign {
    display: inline-block;
    margin: 257px 0 0 45px;
}
.greet .name{
    text-align:right;
    font-size: 16px;
    font-weight: 800;
}
.greet .name small{
    margin-right:10px;
}
.board_wrapper, .search_wrap{
    margin-top:0;
    visibility: hidden;
    margin-bottom: 0;
}
@media(max-width:767px) {
	.table_default{
		table-layout: auto;
	}
	.table_default .num,
	.table_default .writer,
	.table_default .hits,
	.table_default .regdate,
	.table_default colgroup,
	.table_default .cate{
		display: none;
	}
}
#site footer .copy {
    font-size: 10px;
    margin-bottom: 0;
}
#site footer img {
    width: 115px;
}
.subpage {
    padding-top: 25px;
}
.subpage-content {
    width: 870px;
}
.breadcrumb li {
    font-size: 12px;
    color: #888;
    font-family: 'Montserrat';
}
.breadcrumb li.active {
    color: #666;
}
.breadcrumb li+li:before {
    content: '\f0da';
    padding: 0px 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.board_wrapper .table.board_write_table {
    border: none;
}
.board_wrapper .table.board_write_table tbody tr th {
    background: none;
    border: none;
    width: 140px;
    /* font-weight: 400; */
    font-size: 13px;
    letter-spacing: -0.034em;
    padding: 10px;
}
.table.board_write_table tbody tr td {
    border: none !important;
    padding: 1px 15px 6px !important;
}
.text-muted {
    font-size: 13px;
    letter-spacing: -0.034em;
    margin-top: 8px !important;
}
.custom_checkbox+span {
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    color: #0059ca;
}
.form-control {
    height: 36px;
}
.board_data_view {
    border: none;
}
.board_data_view .header_wrap {
    padding: 30px 0 20px;
    border: none;
    text-align: left;
}
.board_wrapper .option_wrap .btn {
    font-size: 13px;
    padding: 5px 15px;
}
.board_wrapper .text-center .btn.btn-lg {
    padding: 8px 20px;
    font-size: 13px;
}
.board_wrapper form fieldset .text-center {
    text-align: right;
}
.board_wrapper #board_write_form .table.board_write_table tbody tr th &gt; span:first-child {
    position: absolute;
    margin-left: -.65em;
    font-weight: 700;
    color: #ff4c4c;
}
.board_wrapper .board_write_table .checkbox {
    margin-top: 7px;
}
.custom_checkbox+span {
    font-weight: 700;
}
.board_wrapper .table.board_write_table tbody tr th &gt;span.required_text {
    color: #f47848;
}
.btn.btn-primary {
    background-color: #af8121;
    border: 1px solid #af8121;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #755207;
    border: 1px solid #755207;
}
.summary .table-style tr th {
    font-size: 13px;
    text-align: left;
    padding: 0 !important;
    width: 100px;
    border: 0 !important;
}
.summary .table-style tr td {
    padding: 0px 0 15px !important;
    font-size: 14px;
    border: 0 !important;
    line-height: 1.7em;
}
.summary .table-style {
    border: 0;
}
#about02 .right-con {
    padding-left: 55px;
}
#about03 .se1 img {
    width: 85%;
}
.navbar-inverse.active .navbar-brand&gt;img {
    height: 55px;
}
.navbar-inverse.active .navbar-brand {
    padding-top: 10px;
}
.main-content .container {
    width: 100%;
    padding-right: 50px;
}

/* subpage refer */
.tab-menu{
	margin-bottom:40px;
}
.tab-menu li{
	display: inline-block;
	margin-right:5px;
}
.tab-menu li a{
	display:block;
	font-size:16px;
	padding:10px 20px;
	color:#999;
	background:#eee;
}
.tab-menu li.active a{
	background:#000;
	color:#fff;
}
.signature{
	margin-right:46px;
}
.tab-content{
	height:600px;
	padding-right:15px;
	overflow-y: scroll;
}

.date {
    width: 20%;
    float: left;
    text-align: left;
    font-size: 30px;
    color: #333;
    font-weight: 300;
    letter-spacing: -0.06em;
}

.history {
    float: left;
    width: 80%;
    margin-bottom: 30px;
}

.history ul {
    padding-left: 40px;
    padding-top: 8px;
}

.history ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    letter-spacing: -0.04em;
    font-size: 16px;
}

.history ul li strong{
	margin-left: 7px;
	margin-right: 20px;
	letter-spacing: 0em;
	font-size: 18px;
	float: left;
}

.btn-wrap{
	margin: 30px 0;
}

.dose-btn{
	text-decoration: none;
	font-size: 15px;
    font-weight: 700;
    color: #000;
	border: 1px solid #ddd;
	padding: 10px;
}

.dose-btn:hover{
	color: #000;
	background: #ddd;
}</pre></body></html>