<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=Roboto:wght@300;400;500;700&amp;display=swap');

* {
    word-break: keep-all;
}

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

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

@media (min-width:1370px) {
    .container {
        width: 1300px;
    }
}

/*=================================== reset =================================== */

ol,
ul,
li,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: inside;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dt {
    position: relative;
    margin: 0;
}

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

button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #444;
}

span[class^="material-icons"] {
    transform: translateY(1px);
    vertical-align: middle;
    line-height: 1;
    user-select: none;
}

br {
    visibility: visible;
    opacity: 0;
}

/*=================================== common =================================== */
[class$="-dash"]&gt;*:not(dt) {
    position: relative;
    padding-left: 15px;
}

[class$="-dash"]&gt;*:not(dt)::before {
    position: absolute;
    left: 0;
}

[class$="-dash"]&gt;*:not(dt)::before {
    content: '-';
    margin-top: -1px;
}

/* =================================== navbar =================================== */

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

/* 상단 메뉴 */
.navbar-header,
.navbar&gt;.container {
    display: flex;
}

.navbar-header {
    justify-content: center;
    align-items: center;
}

.navbar&gt;.container {
    /* width: 100%; */
    justify-content: space-between;
}

.navbar&gt;.container::before,
.navbar&gt;.container::after {
    display: none;
}

.navbar-inverse {
    transition: .25s;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 0px;
    box-shadow: 0;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* #gnbauth i{
    display: none;
} */

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

.navbar-brand {
    margin-left: 0px !important;
    padding: 0;
    height: auto;
}

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav&gt;li&gt;a {
    transition: .3s;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    padding: 0px 21px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav&gt;li&gt;a:hover,
.navbar-inverse .navbar-nav&gt;li&gt;a:focus,
.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: #02a1e1 !important;
}

/* dropdown-menu 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #000;
}

/* dropdown-menu 메뉴 기본 */
.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
    color: #fff;
}

/* dropdown-menu 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover {
    background: #222;
    color: #fff;
}

.navbar-inverse.after .navbar-nav&gt;li&gt;a::after,
.navbar-inverse.after .navbar-nav .dropdown.open .dropdown-toggle::after {
    background: #333;
}

@media (min-width: 768px) {
    .navbar-inverse.before .navbar-nav&gt;li&gt;a {
        color: #fff;
    }

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

    .navbar-inverse.after .navbar-nav&gt;li&gt;a {
        height: 85px;
    }

    .navbar-inverse.after {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    }

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

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, -20px);
        border-radius: .25rem;
        border: 0;
        padding: 0;
        text-align: center;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
        padding: 15px 25px;
        font-size: 14px;
        line-height: 1;
    }

    .navbar-inverse .navbar-nav&gt;li&gt;a::after,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after {
        transition: .3s;
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(14px);
        width: 0%;
        opacity: 0;
        height: 2px;
        bottom: 46px;
        background: #fff;
    }

    .navbar-inverse.after .navbar-nav&gt;li&gt;a::after,
    .navbar-inverse.after .navbar-nav .dropdown.open .dropdown-toggle::after {
        bottom: 28px;
    }

    .navbar-inverse .navbar-nav&gt;li&gt;a:hover::after,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after {
        width: calc(100% - 40px);
        opacity: 1;
        background: #02a1e1;
    }
}

@media (max-width: 767px) {
    #site {
        padding-top: 70px;
    }

    .navbar-inverse {
        background: #fff;
    }

    .navbar-header {
        justify-content: space-between;
        height: 70px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        width: 100vw;
        padding: 0;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar&gt;.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 80px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 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: #444;
    }

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

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

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

    .navbar-inverse .navbar-nav&gt;li&gt;a {
        padding: 15px 15px 15px 20px;
        height: 50px;
        justify-content: flex-start;
        font-size: 17px;
        border-bottom: 1px solid #eee;
        color: #000;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        padding: 15px 15px 15px 25px;
    }

    /* 드롭다운 배경 */
    /* .navbar-inverse .navbar-nav .dropdown-menu{
        background: #444;
    } */

    /* 드롭다운 폰트 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{
        color: #fff;
    } */

    /* 드롭다운 메뉴 클릭시 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:active {
        color: #fff;
        background: #2968d4;
    } */
}

/* =================================== footer =================================== */

#site footer {
    margin-top: 0px;
    padding: 45px 0 45px;
    background-color: #333;
}

.footer-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

img.footer-logo {
    opacity: .4;
    margin-right: 55px;
}

.footer-info {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    padding-left: 10px;
}


.footer-info li {
    display: inline;
    margin-right: 10px;
    line-height: 1.6em;
    position: relative;
    color: #b5b5b5;
    letter-spacing: 0.02em;
}

.footer-info li strong {
    color: #ddd;
}

li.copyright {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
}

#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
    display: none;
    font-size: 18px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #787878;
}

#scrolltop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

/* mobile*/
@media(max-width:767px) {
    .footer-info {
        margin-top: 20px;
        padding-left: 0;
    }

    .footer-info li {
        display: block;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .footer-info li+li {
        border: 0;
        margin-left: 0;
        padding-left: 0;
    }

    #scrolltop {
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 40px;
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* =================================== mainCarousel =================================== */

/* 슬라이드 */
#mainCarousel .carousel-inner {
    pointer-events: none;

}

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

#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .05;
}

.carousel-caption {
    display: none;
    top: auto;
    left: 16%;
    right: 14%;
    bottom: 0px;
    padding: 0;
    margin-bottom: 120px;
    text-align: left;
}

.carousel-caption h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.carousel-caption h1 span {
    padding-right: 3px;
    font-size: 23px;
    opacity: .95;
    font-weight: 500;
    text-shadow: none;
    letter-spacing: -0.035em;
}

.carousel-caption h1 strong {
    font-weight: 600;
    font-size: 75px;
    letter-spacing: -0.05em;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.65;
    font-weight: 300;
}

.carousel-control:focus,
.carousel-control {
    display: flex;
    align-items: center;
    opacity: .5;
    width: 5%;
}

.carousel-control:hover {
    opacity: 1;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
}

.carousel-control.right {
    justify-content: flex-end;
}

.carousel-control.right span {
    margin-right: 60px;
}

.carousel-control.left {
    justify-content: flex-start;
}

.carousel-control.left span {
    margin-left: 60px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 100px;
    font-size: 35px;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
}

.glyphicon.glyphicon-chevron-right::before,
.glyphicon.glyphicon-chevron-left::before {
    color: #fff;
}

.glyphicon.glyphicon-chevron-right::before {
    content: '\e5e1';
    font-family: 'Material Icons';
}

.glyphicon.glyphicon-chevron-left::before {
    content: '\e2ea';
    font-family: 'Material Icons';
}

.carousel-indicators {
    /* right: 14%;
    left: auto;
    width: auto;
    margin-left: 0; */
    bottom: 60px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 0;
    margin: 0 2px;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 1);
    transition: ease-in-out .25s all;
}

.carousel-indicators li.active {
    width: 50px;
    background: #00ccff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .0);
}

/* =================================== mainpage common =================================== */
#main_wrapper section {
    padding: 110px 0 220px;
}



/* =================================== subpage header =================================== */

.subpage-header {
    position: relative;
    display: flex;
    flex-flow: wrap;
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.subpage-header.visual01 {
    background-image: url(/public/img/sub/sub-top01.jpg);
}

.subpage-header.visual02 {
    background-image: url(/public/img/sub/sub-top02.jpg);
}

.subpage-header.visual03 {
    background-image: url(/public/img/sub/sub-top03re02.jpg);
}

.subpage-header.visual04 {
    background-image: url(/public/img/sub/sub-top04.jpg);
}

.subpage-header.visual05 {
    background-image: url(/public/img/sub/sub-top05.jpg);
}

.subpage-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
}

.subpage-header .sub-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 80px;
}

.subpage-header .sub-title h2 {
    font-size: 44px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.025em;
    position: relative;
}

.subpage-header .sub-title p {
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.breadcrumb {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
}

.breadcrumb&gt;li {
    color: rgba(255, 255, 255, 0.75);
}

.breadcrumb&gt;li.active {
    color: #fff;
}

/* =================================== snb =================================== */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ccc;
}

.snb ul,
.snb li&gt;a {
    display: flex;
}

.snb ul {
    margin: 0;
    justify-content: center;
}

.snb li {
    flex: 1;
}

.snb li&gt;a {
    align-items: center;
    width: 100%;
    height: 55px;
    background: #222;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.snb li.active a {
    position: relative;
    background: #fff;
    font-weight: 700;
    color: #222;
}

/* =================================== subpage section, title =================================== */
.subpage-content section {
    padding: 110px 0 120px;
}

.subpage-content section:nth-child(even) {
    background: url(/public/img/sub/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 120px;
}

.subpage-content section&gt;.row+.row {
    margin-top: 120px;
}

.subpage-content .col-sm-12+.col-sm-12 {
    margin-top: 70px;
}

.subpage-content .wrap-title+.col-sm-12 {
    margin-top: 0;
}

.subpage-content h3 {
    margin: 75px 0 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #222;
}

.subpage-content h4 {
    margin-bottom: 35px;
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: -0.055em;
    font-weight: 300;
    color: #222;
}

.sub-greet-wrap .inner h4 {
    font-size: 30px;
}

.subpage-content section:nth-child(even) h4 {
    color: #fff;
}

.subpage-content .se03 h4 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
}

/* .subpage-content .se02 h4 strong {
    color: #0099d7;
} */
.subpage-content h5 {
    font-weight: 500;
    font-size: 18px;
}

/* =================================== subpage content =================================== */
.sub-greet-wrap {
    display: flex;
    justify-content: center;
}

#about .se01 {
    padding-bottom: 0;
}

#about .se02 {
    margin-top: -120px;
}

.sub-greet-wrap .item {
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, #078cc1, #04a1e1);
    padding: 50px 70px;
    z-index: 0;
    border-radius: 0 30px 0 30px;
}

.sub-greet-wrap .item::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -140px;
    display: block;
    width: 1px;
    height: 100px;
    background: #fff;
}

.sub-greet-wrap h4 {
    text-align: center;
    margin-bottom: 0;
}

.sub-greet-wrap h4 strong {
    display: block;
    margin-bottom: 22px;
    /* border-bottom: 1px solid #ccc; */
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    font-size: 40px;
}

.sub-greet-wrap h4&gt;span {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 29px;
    position: relative;
    background: linear-gradient(to right, #018fc9, #039ddb);
    /* z-index: 0; */
    padding: 0 14px;
    letter-spacing: -0.045em;
}

.sub-greet-wrap h4&gt;span::before {
    content: '[';
    display: block;
    position: absolute;
    left: -20px;
    opacity: 0.45;
    font-size: 35px;
    top: -7px;
}

.sub-greet-wrap h4&gt;span::after {
    content: ']';
    display: block;
    position: absolute;
    right: -20px;
    opacity: 0.45;
    font-size: 35px;
    top: -7px;
}

.sub-greet-wrap .top {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -0.035em;
    color: #000;
}

.sub-value-wrap {
    display: flex;
    margin: 0 -7px;
    padding: 0 15px;
}

.sub-value-wrap&gt;div {
    padding: 0 10px;
}

.sub-value-wrap .item {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 40px 45px;
    text-align: center;
    color: #222;
}

.sub-value-wrap .item::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .95;
    border-radius: 0 25px 0 25px;
}

.sub-value-wrap .item+.item {
    margin-top: 20px;
}

.sub-value-wrap .item .bg {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* .sub-value-wrap .color01 .bg {
     background: url(/public/img/sub/aim01.jpg) no-repeat center / cover; 
}

.sub-value-wrap .color02 .bg {
     background: url(/public/img/sub/aim02.jpg) no-repeat center / cover; 
}

.sub-value-wrap .color03 .bg {
     background: url(/public/img/sub/aim03.jpg) no-repeat center / cover; 
} */


.sub-value-wrap h4 {
    text-align: center;
}

.sub-value-wrap h5 {
    display: inline-block;
    width: 70px;
    /* padding-bottom: 15px; */
    /* margin-bottom: 15px; */
    /* border-bottom: 1px solid #ccc; */
    font-size: 55px;
    font-weight: 700;
    color: #209dcf;
    margin-bottom: 2px;
}

.sub-value-wrap p {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: .9;
    color: #83b9cf;
    font-weight: 400;
    letter-spacing: 0.035em;
}

.sub-value-wrap dt {
    margin-top: 50px;
    font-size: 23px;
    color: #222;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: -0.05em;
}

.sub-value-wrap dt::before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #b1b1b1;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
}

.sub-value-wrap dd {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.035em;
    color: #666;
}

.sub-value-wrap .name {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #111;
}

.sub-career-wrap {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.sub-career-wrap&gt;div {
    padding: 0;
}

#about .se03 .img-responsive {
    border-top-right-radius: 30px;
}

.sub-career-wrap .item {
    height: 100%;
    padding: 60px 60px 0;
    /* border: 1px solid #ccc; */
    border-left: 0;
    padding-left: 80px;
}

.sub-career-wrap h5 {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    font-size: 23px;
    color: #000;
    font-weight: 600;
}

.sub-career-wrap h5 small {
    color: #008bc3;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.035em;
    margin-left: 5px;
}

.sub-career-wrap dl dt {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}

.li-career {
    text-align: left;
}

.li-career li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
}

.li-career li::before {
    position: absolute;
    left: 0;
}

.li-career li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #008bc3;
}

.li-career li+li {
    margin-top: 7px;
}

.li-career li strong {
    margin-right: 16px;
    color: #333;
}


/* map */
/* map-kakao */
.map-kakao .root_daum_roughmap,
.map-kakao .root_daum_roughmap .wrap_map {
    width: 100% !important;
    height: 400px;
    padding: 0 !important;
}

.map-kakao .root_daum_roughmap .map_border {
    display: none !important;
}

/* map-google */
.map-google iframe {
    width: 100%;
    height: 380px;
    margin-bottom: -5px;
    background: #eee;
    border-top-right-radius: 30px;
}

.sub-map-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.sub-map-wrap&gt;div {
    padding: 0;
}

.sub-map-wrap .map-info {
    margin-top: 50px;

}

.sub-map-wrap .map-info&gt;div {}

.sub-map-wrap .map-info h5 {}

.sub-map-wrap .address {
    display: flex;
    justify-content: space-between;
}

.sub-map-wrap .address&gt;div {
    position: relative;
}

.sub-map-wrap .address i {
    top: -4px;
    left: 0;
    position: absolute;
    padding: 16px;
    font-size: 35px;
    color: #008bc3;
    background: #f4f4f4;
    border-radius: 100%;
}

.sub-map-wrap .address dt {
    margin: 0 0 7px;
    font-weight: 900;
    letter-spacing: 0;
    padding-left: 85px;
    font-size: 18px;
}

.sub-map-wrap .address dd {
    position: relative;
    margin-bottom: 0;
    padding-left: 85px;
    font-size: 18px;
}

.sub-map-wrap .address dd strong {
    margin-right: 16px;
    font-weight: 400;
    color: #888;
}

.sub-map-wrap .map-btn {
    display: inline-block;
    padding: 13px 18px;
    background: #666;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #fff;
}

.sub-map-wrap .map-btn:hover {
    background: #000
}

.sub-map-wrap .map-btn span {
    font-size: 16px;
    margin-left: 20px;
}

.sub-recruit-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sub-recruit-wrap&gt;div {
    padding: 0 10px;
    margin-bottom: 20px;
}

.sub-recruit-wrap .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    /* height: 363px; */
    padding: 45px 45px 45px 70px;
    border-radius: 0px 10px 0px 10px;
    /* background: #209dcf; */
    border: 1px solid #ccc;
    border-top: 2px solid #209dcf;
}

.sub-recruit-wrap i {
    font-size: 52px;
    /* margin-bottom: 17px; */
    margin-right: 60px;
    color: #209dcf;
    /* background: #fff;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    padding: 21px; */
}

.sub-recruit-wrap dl {
    flex: 1;
    letter-spacing: -0.025em;
}

.sub-recruit-wrap dt {
    display: inline-block;
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    letter-spacing: -0.045em;
    color: #000;
}

.sub-recruit-wrap dd {
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.45em;
    text-align: left;
    color: #444;
}

.sub-recruit-wrap dd a {
    letter-spacing: 0;
    color: #000;
    text-decoration: underline;
}

.sub-recruit-wrap dd+dd {
    margin-top: 7px;
}

/* blog2 bbs main + sub */
.page-header {
    margin: 0 0 30px;
    border: 0;
    text-align: center;
}

.page-header h4 {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.page-header::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #666;
}

.board_box_blog2 {
    margin-bottom: 0px !important;
}

.table_blog2,
.board_box_blog2 .row {
    margin: 0 -20px;
}

.table_blog2&gt;[class^="col-"],
.board_box_blog2 .row&gt;div[class^="col-"] {
    padding: 0 20px;
}

.page-header .pull-right,
.page-header .pull-right::before,
.page-header .pull-right::after {
    transition: .3s;
}

.page-header .pull-right {
    z-index: 100;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
    display: block;
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    border: 1px solid #008cc4;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 180px;
    padding: 9px 0;
    height: 50px;
    background: #008cc4;
}

.page-header .pull-right span {
    margin-left: -25px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    color: #fff;
}

.page-header .pull-right:hover span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.page-header .pull-right i {
    display: none;
}

/* bbs btn icon custom*/
.page-header .pull-right::before,
.page-header .pull-right::after {
    content: '';
    display: block;
    position: absolute;
    left: 66%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 13px;
    height: 2px;
}

.page-header .pull-right::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.page-header .pull-right:hover {
    transform: translateX(-50%);
    background: #006a94;
    border-color: #006a94;
}

.page-header .pull-right:hover::before,
.page-header .pull-right:hover::after {
    background: #fff;
    border-color: #008bc3;
    width: 13px;
    height: 2px;
}

.table_blog2 dd {
    margin-bottom: 0;
}

.table_blog2 dd .inner,
.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 70px;
    border: 0;
}

.table_blog2 dd:nth-child(n+4) .inner,
.board_box_blog2 div:nth-child(n+4) .inner {
    /* margin-bottom: 0; */
}

.table_blog2 dd .inner .bottom,
.board_box_blog2 .inner .bottom {
    padding: 0;
}

.table_blog2 dd .inner .bottom .title,
.board_box_blog2 .inner .bottom .title {
    padding: 0;
    margin-top: 20px;
}

.table_blog2 dd .inner .bottom .title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
}

.table_blog2 dd .inner .bottom .title .badge {
    margin-top: 5px;
    padding: 0;
    line-height: 1.3;
    font-size: 17px;
    font-weight: 500;
    color: #999;
    background-color: transparent;
    letter-spacing: 0;
    border: 0;
}

.board_box_blog2 .inner .bottom .title .cate {
    display: none;
}

.table_blog2 dd .inner .bottom .title a,
.board_box_blog2 .inner .bottom .title a {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.045em;
    color: #000;
}


.table_blog2 dd .inner .bottom .title a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table_video dd .inner .bottom .info span,
.table_blog2 dd .inner .bottom .info span {
    font-size: 15px;
}

.table_blog2 dd .inner:hover .bottom .title a,
.board_box_blog2 .inner:hover .bottom .title a {
    color: #008bc3;
}

.table_blog2 dd .inner .top a,
.board_box_blog2 .inner .top a {
    background: rgba(0, 0, 0, .05);
}

.table_blog2 dd .inner .top a .thumb,
.board_box_blog2 .inner .top a .thumb {
    position: relative;
    z-index: -1;
    transition: .3s;
    height: auto;
    padding-top: calc(720 / 1080 * 100%);
    /* calc (이미지 높이 ÷ 이미지 가로 × 100 %) */
}

.table_blog2 dd .inner:hover .top a .thumb,
.board_box_blog2 .inner:hover .top a .thumb {
    /* transform: scale(1.05); */
    opacity: .7;
}

.table_blog2 dd .inner .bottom .info {
    margin: 0 -5px;
}

/* =================================== board, bbs =================================== */
.bbs-area h4 {
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    color: #222;
}

.bbs-area h4::before,
.bbs-area h4::after {
    content: none !important;
}

.bbs-area h4.title {
    text-align: center;
    font-size: 25px !important;
    font-weight: 600;
}

.board_wrapper .reply_wrap {
    display: none;
}

.board_data_view .header_wrap .info span {
    font-size: 15px;
}

.board_data_view .header_wrap .info {
    margin-top: 10px;
}

.bbs-area .reply_wrap h4 {
    text-align: left;
    font-size: 18px;
}

#reply_list .media .media-body p {
    font-size: 15px;
}

.bbs-area .search_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 0;
}

.search_wrap #search_kind option:last-child {
    display: none;
}

.bbs-area .search_wrap&gt;*+* {
    margin-left: 5px;
}

.board_data_view {
    border-top: 1px solid #333;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

.board_data_view .contents_wrap p {
    font-size: 17px;
}

.table_blog2 dd .inner .bottom .info,
.board_box_blog2 .inner .bottom .info {
    display: none;
}


.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn+.btn {
    min-width: 200px;
    font-size: 15px;
}

.btn.btn-primary {
    font-family: 'notokr';
    background-color: #008cc4;
    border: 1px solid #008cc4;
    color: #fff;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #008cc4;
    color: #fff;
}

.btn.btn-outline-primary {
    background: none;
    border: 1px solid #008cc4;
    color: #008cc4;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #006a94;
    border-color: #006a94;
}


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

.member_wrapper h1 {
    margin-top: 0;
}

.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
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.table_default {
    border-top: 1px solid #333;
}


.table.table_default tr td {
    color: #777;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

input.form-control {
    font-family: 'notokr', sans-serif;
}

/* wrapper */
.board_wrapper {
    margin-top: 0;
    font-family: 'notokr';
    margin-bottom: 0;
}

.board_wrapper i::after,
.board_wrapper i::before {
    font-family: 'Font Awesome 5 Free';
}

.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}

.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 50%;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 9px 10px 8px;
}

.board_wrapper .table.board_write_table .files+.sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

/* 카테고리 */
.category_wrap {
    margin-bottom: 50px;
}

.category_wrap ul li {
    position: relative;
}

.category_wrap ul li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #008bc3;
    opacity: 0;
    transition: all .3s ease;
}

@media (hover:hover) {
    .category_wrap ul li:hover::after {
        left: 7px;
        width: calc(100% - 14px);
        opacity: 1;
    }
}

.category_wrap ul li.on::after {
    width: calc(100% - 14px);
    opacity: 1;
    left: 7px;
}

.category_wrap ul li+li {
    margin-left: 15px;
}

.category_wrap ul li a {
    padding: 7px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    border: none;
}

.category_wrap ul li:first-child a {
    min-width: auto;
}

.category_wrap ul li a:hover,
.category_wrap ul li a:focus {
    color: #008bc3;
}

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    color: #008bc3;
    font-weight: 700;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox+span a {
    font-weight: 500;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.main_popup_contents {
    padding: 20px;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}

#project img {-webkit-touch-callout:none;}

/* =================================== mobile =================================== */
/* mainpage */
@media(max-width:767px) {

    /* carousel */
    #mainCarousel .carousel-inner .item {
        height: auto;
        padding-top: calc(720 / 1080 * 100%);
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 50%;
    }

    .carousel-control {
        display: none;
        /* font-size: 14px; */
    }

    .carousel-indicators {
        bottom: -32px;
    }

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

    .carousel-indicators li {
        background: #bbb;
    }

    .carousel-indicators li.active {
        width: 45px;
    }

    #main_wrapper section {
        padding: 80px 0 140px;
    }
}

/* subpage */
@media(max-width:767px) {
    .subpage-content section {
        padding: 60px 0 100px;
    }

    .subpage-content section:nth-child(even) {
        padding-bottom: 70px;
        padding-top: 250px;
    }

    .subpage-header {
        height: 250px;
    }

    .subpage-header .sub-title {
        padding-bottom: 0px;
        padding-top: 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .subpage-header .sub-title p {
        font-size: 18px;
        margin-top: 15px;
    }

    .snb {
        margin-top: 15px;
        border: 0;
    }

    .snb ul {
        flex-wrap: wrap;
    }

    .snb li {
        margin: 0;
        flex: auto;
        width: 100%;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .subpage-content h4 {
        font-size: 28px;
    }

    .sub-greet-wrap&gt;div {
        width: 100%;
    }

    .sub-greet-wrap .item {
        padding: 40px 20px;
    }

    .sub-greet-wrap h4 strong {
        font-size: 30px;
        margin-bottom: 7px;
    }

    .sub-greet-wrap h4 strong&gt;span {
        font-size: 22px;
        letter-spacing: -0.025em;
    }

    .sub-greet-wrap h4&gt;span {
        font-size: 20px;
        padding: 0 7px;
    }

    .sub-greet-wrap .item::after {
        height: 50px;
        bottom: -80px;
    }

    .sub-value-wrap {
        flex-wrap: wrap;
        padding: 0;
    }

    .sub-value-wrap&gt;div+div {
        margin-top: 15px;
    }

    .sub-value-wrap .item {
        padding: 30px 25px;
    }

    .sub-value-wrap p {
        padding-bottom: 10px;
    }

    .sub-value-wrap dt {
        margin-top: 30px;
    }

    .sub-value-wrap dt::before {
        top: -22px;
    }

    #about .se02 {
        margin-top: -150px;
    }

    .sub-career-wrap&gt;div {
        width: 100%;
    }

    .sub-career-wrap .item {
        padding: 40px 10px 0;
    }

    .sub-recruit-wrap .item {
        padding: 35px 25px 45px 35px;
    }

    .sub-recruit-wrap i {
        margin-bottom: 0px;
        margin-right: 30px;
    }

    .sub-recruit-wrap .item&gt;* {
        /* width: 100%; */
    }

    .sub-map-wrap .address {
        flex-wrap: wrap;
    }

    .sub-map-wrap .address&gt;div {
        padding-right: 20px;
    }

    .sub-map-wrap .address&gt;div+div {
        margin-top: 25px;
    }
}

/* bbs, etc */
@media(max-width:767px) {
    .page-header h4 {
        font-size: 24px;
        padding: 0 15px;
    }

    .page-header .pull-right {
        bottom: -60px;
    }

    .category_wrap ul {
        text-align: center;
    }

    .category_wrap ul li {
        margin-top: 5px;
    }

    .category_wrap ul li+li {
        margin: 0;
    }

    .category_wrap ul li a {
        font-size: 15px;
    }

    .bbs-area .search_wrap {
        margin-top: 50px;
    }

    .bbs-area .search_wrap&gt;*+* {
        margin-left: 0;
    }

    .table_blog2,
    .board_box_blog2 .row {
        margin: 0px -7px;
    }

    .table_blog2&gt;[class^="col-"],
    .board_box_blog2 .row&gt;div[class^="col-"] {
        width: 50%;
        padding: 0 7px;
    }

    .table_blog2 dd .inner .bottom .title a,
    .board_box_blog2 .inner .bottom .title a {
        font-size: 16px;
        font-family: 'notokr', sans-serif !important;
    }

    .table_blog2 dd .inner,
    .board_box_blog2 .inner {
        margin-bottom: 40px !important;
    }

    .table_blog2 dd .inner .bottom .title .badge {
        font-size: 15px;
        padding-left: 2px;
    }

    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .sub-board-wrap .table_blog dd {
        width: 100%;
        padding: 0;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .bbs-area .board_wrapper div.text-center {
        padding-top: 30px;
        display: flex;
        width: 100%;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
    }

    .bbs-area .board_wrapper .text-center .btn.btn-lg,
    .bbs-area .board_wrapper .text-center .btn+.btn {
        flex: 1;
        min-width: inherit;
    }

    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }

    .table.table_responsive tbody tr th {
        padding: 15px !important;
    }

    .main_popup_contents {
        padding: 10px;
    }

    .member_wrapper {
        padding: 70px 0;
    }
}</pre></body></html>