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

* {
    word-break: keep-all;
}

#site {
    padding-top: 0px;
    font-family: 'notokr', sans-serif;
}

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

ul {
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

section {
    margin-top: 140px;
}

section:last-child {
    margin-bottom: 140px !important;
}

a:hover {
    color: #000;
    text-decoration: none;
}

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


p.category {
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

p.m-text {
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.wrap-title {
    padding: 0;
    margin: 0;
}

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

.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0
}
.navbar-brand{
    padding: 23px 15px 22px 15px;
    height: 90px;
    width: 160px;
}

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

.navbar-inverse .navbar-nav&gt;li&gt;a {
    transition: .25s;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #2b2b2b;
    border-bottom: 5px solid #fff;
}

.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus {
    color: #ea5405;
    border-bottom: 5px solid #ea5405;
}

.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: #666;
        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;
        transform: translate(-50%, 0);
        border-radius: .25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
        padding: 5px 25px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus {
        background: none;
        font-weight: 600;
    }
}

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

/* 슬라이드 공통 */
.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: 40px;
    border-radius: 0;
    height: 5px;
    background-color: rgba(255, 255, 255, .75);
    border: 1px solid #ff5900;
    margin: 0 5px;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 40px;
    height: 5px;
    background-color: #ff5900;
    margin: 0 5px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .125);
}

.carousel-caption {
    width: 600px;
    z-index: 2;
    padding-bottom: 50px;
    text-align: left;
    text-shadow: 0px 0px 00px rgba(0, 0, 0, .75);
}
.carousel-caption h1{
    font-size: 56px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.06em;
}
.carousel-caption h1 span{
    font-size: 59px;
    /* color: #48b6ff; */
    font-weight: 700;
}
.carousel-caption p{
    font-size: 20px;
    line-height: 1.75;
    font-weight: 300;
}
.carousel-caption p:last-child{
    margin-top: 15px;
    display: inline-block;
    /* background: #fff; */
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
    /* border: 1px solid #fff; */
    /* color: #000; */
    /* padding: 10px 20px; */
}

.carousel-caption p.category{
    margin-bottom: 30px;
    padding: 0px 3px;
    display: inline-block;
    /* background: #fff; */
    border-bottom: 1px solid #ff5900;
    color: #ff5900;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.item::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
    background: #000;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/* 메인 */

/* 서브공통 */
.subpage{
    margin-top: 90px;
}
.breadcrumb {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    float: right;
    background: none;
}

.pageheader{
    background: url(/public/img/sub/sub-top01.jpg) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.pageheader-bg {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    background: #293646;
    width: 100%;
    height: 100%;
    opacity: .65;
}

.subheader-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.subheader-wrap h2 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.025em;
}

/* company */
.company-bg{
    background: #ddd;
    z-index: -1;
    height: 350px;
    position: relative;
}

.company-text {
    z-index: 5;
    width: 950px;
    padding-top: 45px;
    margin-top: -175px !important;
    background: #fff;
}

.company-text .bg-logo{
    width: 150px;
}
.company-text .m-title{
    color: #3db0d1;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 30px;
    letter-spacing: -0.04em;
    position: relative;
}
.company-text .m-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #d1d5e0;
    top: 103px;
    left: 450px;
}
.company-text{
    margin-top: 50px;
    text-align: center;
}
.company-text .m-text{
    margin-bottom: 25px;
    font-size: 17px;
    letter-spacing: -0.01em;
    padding: 0 110px;
}
.company-text .name{
    font-weight: 700;
    color: #2b2b2b;
}
/* business */
.business-list {
    padding: 0 15px;
    margin-bottom: 140px;
    display: flex;
}
.business-img.img01{
    background: url(/public/img/sub/busi01-img01.jpg) no-repeat center;
}
.business-img.img02{
    background: url(/public/img/sub/busi01-img02.jpg) no-repeat center;
}
.business-list .business-img{
    background-size: cover;
}
.business-box{
    padding-left: 30px;
    padding-top: 40px;
}
.business-box.box02{
    padding: 15px;
}
.col-sm-8.business-box.left-box .inner-text {
    padding-left: 50px;
}
.col-sm-8.business-box.right-box .inner-text {
    padding-right: 50px;
    text-align: right;
}
.col-sm-8.business-box.right-box{
    padding-left:0;
}
.col-sm-8.business-box.left-box{
    padding-right:0;
}
.business-box.box01 .inner-text .category{
    color: #3db0d1;
    font-size: 30px;
    padding-bottom: 22px;
    letter-spacing: -0.04em;
    position: relative;
}
.col-sm-8.business-box.box01.left-box .category::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background: #f65c0b;
    top: -5px;
}
.col-sm-8.business-box.box01.right-box .category::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background: #f65c0b;
    top: -5px;
    right: 0px;
}
.business-box .list-plus{
    line-height: 1.65;
    font-size: 16px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-top: 5px;
    margin-bottom: 0;
}
.business-box .list-plus li{position: relative;font-size: 17px;}
.left-box .list-plus li::before {
    content: '\f058';
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 600;
    left: -25px;
    top: -1px;
    color: #3db0d1;
}
.right-box .list-plus li::before {
    content: '\f058';
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 600;
    right: -25px;
    top: -1px;
    color: #3db0d1;
}
.right-box .list-plus {
    padding-right: 25px;
    padding-left: 0;
}
.business-box .list-plus li:last-child{
    border-bottom: 0;
}
.business-box .greybox{
    padding: 20px;
    background: #eef0f5;
    color: #333;
    padding-bottom: 17px;
    margin-bottom: 0;
}
.business-box .greybox li{
    margin-bottom: 5px;
    line-height: 1.35;
    letter-spacing: -0.01em;
}
.left-box .greybox li {
    position: relative;
    font-size: 15px;
    padding-left: 15px;
}

.left-box .greybox li::before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: -2px;
}
.right-box .greybox li {
    position: relative;
    padding-right: 15px;
    font-size: 15px;
}

.right-box .greybox li::before {
    content: '-';
    display: block;
    position: absolute;
    right: 5px;
    top: -2px;
}
/* location */
.sub-location-wrap .clearfix{
    margin-bottom: 50px;
}
.location-list{
    padding: 0;
}
.location-list .wrap-title{
    font-size: 18px;
    font-weight: 700;   
}
.location-box{
    position: relative;
    margin-left: 50px;
}
.location-box li{
    color: #2b2b2b;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-left: 55px;
    position: relative;
    margin-top: 10px;
    letter-spacing: -0.02em;
}
.location-box li:last-child{
    border-bottom: 0;
}
.location-box i{
    color: #ff5900;
    font-weight: 700;
    position: absolute;
    left: 0;
    background: #f5f5f5;
    padding: 12px;
    border-radius: 50%;
    top: -9px;
    width: 42px;
    height: 42px;
    font-size: 18px;
}
.fa-map-marker-alt:before {
    content: "\f3c5";
    margin-left: 3px;
}
.fa-subway:before {
    content: "\f239";
    margin-left: 2px;
}
.fa-bus-alt:before {
    content: "\f55e";
    margin-left: 1px;
}

/* 게시판 */

.bbs-area{
    padding-bottom: 25px;
}

.btn.btn-primary{
    border: 0;
    background: #1eb9e6;
}
.badge {
    background-color: #eb5a0f;
}
.table.table_default thead th {
   background-color: none;
}
#reply_list span {
    font-size: 15px !important;
}
.contents_wrap .contents_inner p {
    font-size: 16px;
}
.board_data_view .header_wrap {
    text-align: center;
    padding: 45px 0;
    border-bottom: 1px solid #aaa;
}


/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 35px 0 30px;
    background-color: #ddd;
    color: #666;
}

.footer-row {
    display: flex;
    align-items: center;
}

.footer-logo img {
    opacity: .5;
    width: 130px;
}

.footer-info {
    line-height: 1.6;
    margin: 0;
    color: #959595;
}

.footer-info span::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
    opacity: .35;
    margin-bottom: -2px;
}

.copyright {
    opacity: .5;
    margin-top: 5px;
    font-size: 13px;
}

/* 메인 페이지 */

#mainCarousel .carousel-inner .item {
    height: 100vh
}

.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
}</pre></body></html>