<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:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500;1,700&amp;display=swap');
* {
    word-break: keep-all;
}

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

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

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

span[class^="material-icons"] {
    vertical-align: middle;
    line-height: 1;
}

br {
    visibility: visible;
    opacity: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    position: relative;
    line-height: 1;
}

a {
    color: #094ea1;
    text-decoration: none;
}

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


.li-dash li {
    position: relative;
    padding-left: 15px;
}

.li-dash li::before {
    content: '-';
    position: absolute;
    left: 0;
}

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

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

/* 상단 메뉴 */
.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;

}

.navbar&gt;.container {
    display: flex;
    justify-content: space-between;
}

.navbar&gt;.container::before,
.navbar&gt;.container::after {
    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-inverse .navbar-right {
    margin-right: 0 !important;
}

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

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav&gt;li&gt;a {
    position: relative;
    z-index: 10;
    transition: .25s;
    padding: 35px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

/* 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: #1f569d !important;
}
.nav.navbar-nav &gt; li {
    position: relative;
}
.nav.navbar-nav &gt; li:hover::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 15px;
    background: #487dc1;
    top: 75px;
    left: 50%;
    transform:translateX(-50%);
}
/* 드롭다운 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.82);
}

/* 드롭다운 메뉴 기본 */
.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a {
    color: #eee;
}

/* 드롭다운 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover {
    color: #fff;
    background: #0b4da3;
}

@media (min-width: 768px) {

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

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

    /* pc nav 드롭다운 후버 */
    /* .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu&gt;li&gt;a:focus {
        color: #fff;
    background: #2968d4;
    } */
}

@media (max-width: 767px) {
    #site {
        padding-top: 70px;
    }
    .nav.navbar-nav &gt; li:hover::before{
        display: none;
    }
    .navbar-header {
        justify-content: space-between;
        height: 70px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        padding: 0;
    }

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

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

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

    .navbar-brand {
        order: 1;
        width: 100px;
        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;
    }

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


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


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
    margin-bottom: 70px;
}

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

/* =================================== main =================================== */

/* 슬라이드 */

#mainCarousel .carousel-inner .item {
    height: calc(100vh - 90px);
    pointer-events: none;
}

#mainCarousel .carousel-inner .item video {
    pointer-events: none;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    
}

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

.carousel-caption {
    top: 55%;
}

.carousel-caption h1 {
    position: relative;
    font-size: 74px;
    font-weight: 600;
}

.carousel-caption p {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 300;
    padding-top: 20px;
}

.carousel-control {
    display: none;
}

.carousel-indicators li {
    text-indent: 0px;
    color: #fff;
    line-height: 3;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 50px;
    height: 7px;
    border-radius: 0%;
    border: 0;
    margin: 0 5px;
}

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

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

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

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

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

/* =================================== main =================================== */
.mainpage section{
    padding: 100px 0;
}
.mainpage h3{
    text-align: center;
    margin-bottom: 75px;
    letter-spacing: -.03em;
    font-size: 42px;
    font-weight: 600;
}
.mainpage h3 strong{
    color: #094ea3;
}
.mainpage h3::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #0c3479;
    bottom: -20px;
}
.mainpage .se02{
    display: none;
}
.mainpage .se02 h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}
.mainpage .se02 h3::after {
    content: none;
}
.main-about-wrap{
    display: flex;
}
.main-about-wrap &gt; div{
    flex: 1;
}
.main-about-wrap p,
.main-about-wrap img{
    transition: .25s ease;
}
.main-about-wrap p{
    text-align: center;
    padding: 15px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    background: #fff;
}
.main-about-wrap .inner{
    position: relative;
    overflow: hidden;
}

.main-about-wrap a:hover p{
    color: #094ea1;
}
.main-about-wrap a:hover img{
    transform: scale(1.15);
}
.main-bbs-area .page-header{
    margin: 0 0 15px;
    padding: 0;
    border-bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.main-bbs-area .page-header{
    display: none;
}
.main-bbs-area .board_box_list ul li{
    background: #fff;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 0 0;
    border: 1px solid #e6e6e6;
}
.main-bbs-area .board_box_list ul li:hover{
    border: 1px solid #ccc;
}
.main-bbs-area .board_box_list ul li a{
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    width: 82.5%;
    font-size: 15px;
    order: 1;
}
.main-bbs-area .board_box_list ul li div{
    order: 2;
}
.subpage-content .board_wrapper h4::before{
    display: none;
    padding: 0;
}
.bbs-area .reply_wrap h4{
    padding-left: 0;
    font-size: 16px;
}
.board_wrapper .text-center span {
    font-size: 15px !important;
}
.mainpage .se01 &gt; .container{
    text-align: center;
}
.more-btn{
    /* position: absolute; */
    /* right: 0; */
    display: inline-block;
    margin: 45px auto 0;
    font-size: 17px;
    padding: 7px 27px;
    color: #0a4ca0;
    /* background: #2c67b3; */
    border: 1px solid #0a4ca0;
    font-weight: 500;
    /* margin-top: -10px; */
    /* border-radius: 20px; */
    /* border-bottom: 1px solid #0a4ca0; */
}
.more-btn:hover {
    background: #f4f4f4;
    color: #083d80;
}
.more-btn i{
    margin-left: 10px;
}
/* =================================== sub(all) =================================== */
.breadcrumb {
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 15px;
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
    background: none;
    color: #999;
}

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

.sub-header-wrap {
    height: 200px;
    position: relative;
    display: flex;
    flex-flow: wrap;
    background: url(/public/img/sub/sub-top02.jpg) no-repeat center / cover;
}

.sub-header-wrap&gt;* {
    width: 100%;
}
.sub-greet-wrap img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

/* 
.sub-header-wrap.visual01 {
    background: url(/public/img/sub/sub-top01.jpg) no-repeat center / cover;
}
.sub-header-wrap.visual02 {
    background: url(/public/img/sub/sub-top02.jpg) no-repeat center / cover;
}
.sub-header-wrap.visual03 {
    background: url(/public/img/sub/sub-top03.jpg) no-repeat center / cover;
}
.sub-header-wrap.visual04 {
    background: url(/public/img/sub/sub-top04.jpg) no-repeat center / cover;
} */
/* 
.sub-header-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
} */

.sub-title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.sub-header-wrap&gt;.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    position: relative;
    height: 100%;
}

.sub-header-wrap h2 {
    display: none;
    margin-top: 30px;
    font-size: 42px;
    color: #fff;
    font-weight: 600;
}

.snb-title {
    /* display: none; */
    background: #1f569d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* padding: 40px 0; */
    text-align: center;
    line-height: 1.25;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0;
    position: relative;
    min-height: 117px;
}
/* .snb-title::before {
    content: '\f21a';
    display: block;
    position: absolute;
    font-size: 48px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    opacity: .2;
    right: 0;
    bottom: -5px;
    color: #669bde;
} */

.snb {
    margin: 60px 0 0 0;
    padding-right: 60px;
    position: relative;
    z-index: 10;
}

.snb ul {
    /* border-top: 2px solid #0b4da3; */
    margin: 0;
}

.snb li {
    margin: 0;
}

.snb li a {
    position: relative;
    font-size: 15px;
    color: #888;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 13px;
    border: 1px solid #e2e6eb;
    margin-top: 3px;
    text-decoration: none;
}


.snb li a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    color: #ccc;
    font-size: 19px;
    top: 9px;
}

.snb li.active a::after {
    color: #0b4da3;
}

.snb li.active a {
    position: relative;
    font-weight: 700;
    color: #0b4da3;
    background: #eaf0f5;
    text-decoration: none;
}

/* subpage-content */

.snb li.active:hover a {
    text-shadow: 0px 0px 0px #fff;
}

.subpage-content {
    margin-top: 125px;
    padding-right: 15px;
    padding-left: 0;
}

.subpage-content section&gt;.row {
    margin-bottom: 75px;
}
#fleet01 .subpage-content section&gt;.row {
    margin-bottom: 50px;
}
.subpage-content&gt;.container&gt;.row:last-child {
    margin-bottom: 0;
}

.subpage-content section {
    padding: 30px 0;
}


.subpage-content h3 {
    font-weight: 300;
    font-size: 36px;
    color: #222;
    line-height: 1.25;
    margin: 0;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: -1px;
    /* text-align: center; */
    letter-spacing: 0;
}

.subpage-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -.025em;
    color: #0b4da3;
    padding-left: 25px;
}
#public02 .subpage-content h4 {
    color: #333;
}

.subpage-content h4::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10%;
    background-image: url(/public/img/sub/title-icon.png);
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.subpage-content&gt;.title {
    border-bottom: 1px solid #ddd;
}

.subpage-content h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

/* =================================== subpage =================================== */
/* 01 */
.sub-greet-wrap .top {
    font-size: 29px;
    color: #1c4ea5;
    margin-bottom: 30px;
    letter-spacing: -.025em;
    line-height: 1.2;
    font-style: italic;
}

.sub-greet-wrap .top strong {
    font-size: 29px;
    font-weight: 900;
}

.sub-greet-wrap p {
    color: #424242;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: -0.035em;
    line-height: 1.55;
}

.sub-greet-wrap .name {
    margin-bottom: 0;
    font-weight: 600;
}

.sub-greet-wrap .inner {
    padding-right: 50px;
}

.sub-map-wrap .li-map {
    display: flex;
    flex-wrap: wrap;
    margin: -6px 0 0 0;
    background: #f5f7fb;
    border-bottom: 1px solid #90a6cc;
}

.sub-map-wrap .li-map li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 35px;
    height: 75px;
    width: 22%;
    font-size: 16px;
    font-weight: 500;
}

.sub-map-wrap .li-map li:first-child {
    width: 55%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    position: relative;
    letter-spacing: 0;
}

.sub-map-wrap .li-map li span {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c4ea5;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.li-corp {
    padding: 20px 30px;
    background: #f5f7fb;
    /* border: 1px solid #ddd; */
}
#business01 .col-sm-6 .li-corp {
    min-height: 412px;
    padding: 25px 30px;
}
#business02 .col-sm-6 .li-corp {
    min-height: 567px;
    padding: 25px 30px;
}
.li-corp li {
    position: relative;
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
    padding-left: 15px;
}

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

.li-corp li:last-child {
    margin-bottom: 0;
}

.sub-pctc-wrap p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
}
#business03 .sub-pctc-wrap p:last-child {
    margin-bottom: 0;
}
.subpage-content .img-top {
    margin-bottom: 30px;
}

.sub-vision-wrap.vision01 .inner {
    padding: 40px 30px;
    text-align: center;
    /* border: 5px solid #e0e8ee; */
    background-image: url(/public/img/sub/greet-bg.png);
    position: relative;
}
.sub-vision-wrap.vision01 .inner::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background: #fff;
    left: 8px;
    top: 8px;
}

.sub-vision-wrap.vision01 h5 {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}
.sub-vision-wrap.vision01 p {
    font-size: 15px;
    color: #8e8e8e;
}

.sub-vision-wrap.vision02 .inner dl {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 50px;
}
.sub-vision-wrap.vision02 .inner dl:last-child {
    margin-bottom: 0;
}
.sub-vision-wrap.vision02 .inner dt {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
    color: #333;
    text-align: left;
}

.sub-vision-wrap.vision02 .inner dd {
    width: 24%;
    display: flex;
    flex-flow: column;
    text-align: center;
    font-size: 15px;
    color: #222;
    border: 1px solid #ddd;
    padding: 41px 30px 15px;
    position: relative;
    margin: 0 4px;
    line-height: 1.35em;
    justify-content: center;
}
.sub-vision-wrap.vision02 .inner dd::before {
    content: '';
    display: block;
    position: absolute;
    width: 205px;
    left: 0;
    height: 1px;
    top: -1px;
    background: #1e68ac;
}

.sub-vision-wrap.vision02 .inner dd+dd {
}

.sub-vision-wrap.vision02 dd span {
    font-size: 33px;
    margin-bottom: 10px;
    color: #fff;
    background: #1e68ac;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 11px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.sub-history-wrap .inner {
    position: relative;
}

.sub-history-wrap .inner::before {
    content: '';
    width: 6px;
    height: 83%;
    display: block;
    position: absolute;
    left: 16px;
    top: 20px;
    background: #eee;
}

.sub-history-wrap dl {
    position: relative;
    margin-bottom: 40px;
    display: flex;
}
.sub-history-wrap dl:last-child {
    margin-bottom:0;
}
.sub-history-wrap dt {
    font-size: 33px;
    font-style: italic;
    font-weight: 500;
    color: #1e68ac;
    margin-right: 50px;
}

.sub-history-wrap dt::before {
    box-sizing: content-box;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #1e68ac;
    margin: 0 24px 0 12px;
    transform: translateY(-2px);
}

.sub-history-wrap dl ul {
    margin-top: 7px;
}

.sub-history-wrap li {
    color: #444;
    margin-bottom: 2px;
    letter-spacing: -.025em;
    font-size: 17px;
}

.sub-history-wrap li strong {
    margin-right: 10px;
}

/* 02 */

/* 03 */

/* 04 */
.sub-ci-wrap:nth-of-type(1) img {
    /* padding: 8px; */
    /* border: 1px solid #ddd; */
    /* width: 340px; */
}

.sub-ci-wrap:nth-of-type(2) img {
    padding: 20px 35px;
    border: 1px solid #ddd;
}

.sub-ci-wrap p.info {
    margin-bottom: 20px;
    font-size: 17px;
    color: #333;
}

.sub-ci-wrap .color {
    position: relative;
    height: 105px;
    background: #0b4da3;
    display: flex;
    align-items: center;
    width: 100%;
    width: 105px;
}

.sub-ci-wrap .color ul {
    width: 100%;
    position: absolute;
    left: 135px;
    color: #333;
    text-align: left;
    width: 150px;
}

.sub-ci-wrap .color ul li {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.sub-brochure-wrap .inner {
    position: relative;
    /* background: #f8f8f8; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 52px 30px;
    background-image: url(/public/img/sub/greet-bg.png);
}
.sub-brochure-wrap .inner::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background: #fff;
    left: 8px;
    top: 8px;
}
#public02 .inner img {
    width: 170px;
    z-index: 1;
}
.sub-brochure-wrap h5 {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 31px;
    line-height: 1.2;
    color: #1c4ea5;
    margin-bottom: 20px;
}

.sub-brochure-wrap .text {
    padding-left: 40px;
}

.sub-brochure-wrap .text h5 span {
    display: block;
    font-weight: 300;
}

.down-btn {
    text-align: center;
    position: relative;
    z-index: 2;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 12px;
    /* border: 1px solid #e0e7f3; */
    background: #3360b0;
    color: #ffffff;
    font-weight: 600;
}

.down-btn span {
    font-size: 16px;
    transform: translateY(-1px);
    margin-left: 7px;
}

.down-btn:hover {
    background: #1c4ea5;
    color: #fff;
}

/* 05 */

/* table */

.sub-table-wrap:first-child {
    margin-top: 0;
}
.sub-table-wrap &gt; div+div{
    margin-top: 15px;
}
.sub-table-wrap .table-style th,
.sub-table-wrap .table-style td {
    border-color: #ddd;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    vertical-align: middle;
}

.sub-table-wrap .table-style thead th {
    border-bottom: 0;
    background: #eee;
}


/* bbs */

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 45px 0;
    background-color: #222;
}

.footer-logo img {
    width: 150px;
}

.footer-info {
    color: #eee;
    font-size: 14px;
    margin: 0 0 12px;
    line-height: 1.5;
}
.footer-info strong {
    color: #eee;
}
.footer-info li {
    display: inline;
    margin-right: 10px;
    color: #cecece;
}

.copyright {
    font-size: 13px;
    color: #bbb;
    margin: 0;
}

/* mobile*/
@media(max-width:767px) {
    #site footer{
        padding: 30px 0 50px;
    }
    .footer-info {
        margin-top: 15px;
    }

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

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

/* =================================== map, board, bbs =================================== */

/* bbs btn */
.bbs-area h4 {
    font-weight: 500;
    color: #222;
}

.bbs-area .title h4 {
    text-align: center;
}

.bbs-area .reply_wrap h4 {
    text-align: left;
}

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

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

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

.board_wrapper {
    margin-top: 0;
}

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


/* =================================== mobile =================================== */
/* mainpage */
@media(max-width:767px) {
    #mainCarousel .carousel-inner .item{
        height: 250px;
    }
    .mainpage section{
        padding: 75px 0;
    }
    .mainpage h3{
        font-size: 36px;
    }
    .main-about-wrap p, .main-about-wrap img{
        width: 100%;
    }
    .main-about-wrap{
        flex-wrap: wrap;
    }
    .main-about-wrap .col-sm-3{
        flex: inherit;
        width: 100%;
        padding: 0 25px;
    }
    .main-about-wrap .col-sm-3+.col-sm-3{
        margin-top: 50px;
    }
}

/* subpage */
@media(max-width:767px) {
    .sub-header-wrap{
        height: 100px;
    }
    .snb-title{
        min-height: 90px;
        font-size: 26px;
    }
    .subpage-content{
        margin-top: 50px;
        padding-left: 15px;
    }
    .subpage-content h3{
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }
    .snb {
        margin-top: 15px;
        padding-right: 15px;
        border: 0;
    }

    .snb ul {
        flex-wrap: wrap;
    }

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

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
        position: static;
    }
    .subpage-content section&gt;.row{
        margin-bottom: 50px;
    }
    .sub-greet-wrap{
        display: flex;
        flex-flow: column;
    }
    .sub-greet-wrap .inner{
        padding-right: 0;
    }
    .sub-greet-wrap .top{
        text-align: center;
    }
    .sub-greet-wrap p{
        text-align: center;
    }
    .sub-greet-wrap &gt; div:first-child{
        order: 1;
    }
    .sub-greet-wrap &gt; div:nth-child(2){
        order: 3;
        margin-top: 30px;
    }
    .sub-greet-wrap &gt; div:last-child{
        /* height: 170px; */
        /* overflow: hidden; */
        /* position: relative; */
        order: 2;
    }
    .sub-greet-wrap img{
        float: inherit !important;
        width: 100%;
        height: 300px;
        object-fit: contain;
        /* width: calc(100% - 30px); */
        /* position: absolute; */
        /* transform: translateX(-50%); */
        /* left: 15px; */
        /* bottom: 0; */
    }
    .sub-map-wrap .li-map{
        flex-wrap: wrap;
        background: #fff;
        padding: 15px 0;
    }
    .sub-map-wrap .li-map li:nth-child(1){
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .sub-map-wrap .li-map li{
        width: 50%;
        height: auto; 
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sub-map-wrap iframe{
        height: 350px;
    }
    .sub-history-wrap dl{
        display: block;
    }
    .sub-history-wrap dd{
        padding-left: 50px;
    }
    .sub-history-wrap .inner::before{
        height: 80%;
    }
    .sub-vision-wrap.vision01 h5{
        line-height: 1.35;
    }
    .sub-vision-wrap.vision01 .inner::before{
        /* width: calc(100% - ); */
    }
    .sub-vision-wrap.vision02 .inner dd{
        width: 100%;
    }
    .sub-vision-wrap.vision02 .inner dd+dd{
        margin: 50px 0 0 0;
    }
    .sub-vision-wrap.vision02 .inner dt+dd{
        margin-top: 20px;
    }
    .sub-vision-wrap.vision02 .inner dd::before{
        width: 100%;
    }
    #business01 .col-sm-6 .li-corp,
    #business02 .col-sm-6 .li-corp{
        min-height: auto;
    }
    .sub-con-wrap &gt; div+div{
        margin-top: 20px;
    }   
    .sub-brochure-wrap .text{
        text-align: center;
        padding: 0;
        margin-top: 15px;
    }
    .sub-ci-wrap &gt; .col-sm-4+.col-sm-4{
        margin-top: 15px;
    }
}

/* bbs, etc */
@media(max-width:767px) {

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

    .table_default .subject {
        width: 100%;
    }

    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

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

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: auto;
    }

    .member_wrapper .text-center,
    .board_wrapper .text-center {
        display: flex;
        justify-content: center;
    }

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

    .privacy_body {
        padding: 0 15px;
    }

    .member_wrapper {
        padding-bottom: 100px;
    }

    #email01 .container {
        width: 100%;
        padding: 0;
    }

    .member_wrapper h1 {
        font-size: 30px;
    }

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

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

    .member_wrapper {
        padding-top: 50px;
    }

    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .member_wrapper .login_extra ul li+li::before {
        content: none;
    }
    .download_wrap tr{
        display: flex;
        flex-flow: column;
    }
    .download_wrap th{
        padding-bottom: 15px;
    }
}

/* board 추가 css */
.contents_wrap {
}
.board_data_view .download_wrap table td ul li a{
    /* word-break: keep-all; */
    width: 250px;
    text-overflow: ellipsis
}
.board_wrapper {
    margin-top: 0;
    font-family: 'notokr';
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 40px;
}
.board_data_view .header_wrap .title {
    font-size: 25px;
    letter-spacing: -0.02em;
}

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

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

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

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

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

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

.sub-bbs-wrap .table.table_default tr td {
    padding: 13px;
}

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

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

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

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

.table_blog2 dd .inner {
    border: none;
}

.member_wrapper h1 {
    border: none;
    margin-top: 0;
}

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

.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}

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

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0c3479;
    border-color: #1c4ea5;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    /* padding: 12px; */
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background-color: #1c4ea5;
    color: #fff;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #1c4ea5;
    color: #1c4ea5;
}

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

.table.table_default tr td {
    color: #777;
    padding: 5px;
    font-size: 14px;
}

.badge {
    padding: 5px 5px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
    margin-right: 3px;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

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

.btn {
    font-family: 'notokr';
}

.login_wrapper .member_wrapper&gt;h1 {
    margin-bottom: 80px;
}

.login_wrapper .member_wrapper&gt;p {
    display: none;
}

#main_popup_1 p{
    line-height: 1.65;
}

/* board 추가 css end */</pre></body></html>