@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

#site {
    padding-top: 0px;
}

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

/* 폰트 설정 */
*,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'Ubuntu',
        'notokr',
        "NanumGothic", "나눔고딕",
        'NanumBarunGothic',
        'Apple SD Neo Gothic',
        'Malgun Gothic',
        'Gulim',
        sans-serif;
}

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

p {
    font-size: 16px;
}

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

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

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

/* 레이아웃 조정 */
.navbar-inverse+.container {
    padding: 0;
    width: 100%;
}

.board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}

.board_wrapper {
    margin-top: 30px;
    margin-bottom: 0;
}


/* =============== 네비게이션 =============== */

.navbar-inverse {
    background: #fff;
    position: static;
    padding: 0;
    margin-bottom: 0;
    border: 0
}

.navbar-inverse .navbar-brand {
    margin: 0 !important;
    padding: 15px 0 !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    display: inline-block;
    height: auto;
    padding: 35px 0px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 35px 23px;
    font-size: 19px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.06em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #006ca7;
}

.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: #006ca7;
}

.navbar-inverse .navbar-nav>li#gnb_68>a,
.navbar-inverse .navbar-nav>li#gnb_68>a:hover,
.navbar-inverse .navbar-nav>li#gnb_68>a:focus {
    padding: 12px 25px;
    color: #222 !important;
    pointer-events: none;
}

.navbar-inverse .navbar-nav>li#gnb_68 .logo-nv {
    display: flex;
}

.navbar-inverse .navbar-nav>li#gnb_68 .logo-nv h2 {
    margin: 15px 10px 0;
    font-size: 14px;
    line-height: 1;
}

/* PC */
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        padding: 0;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        text-align: center;
        font-size: 15px;
        background: rgba(0, 0, 0, .7);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 12px 20px;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #006ca7;
    }
}

/* 태블릿 ~ 모바일 */
@media (max-width: 767px) {
    .navbar-inverse {
        position: fixed;
        top: 0;
        border-bottom: 1px solid #eee;
    }

    .navbar-inverse .navbar-brand {
        padding: 10px 0 10px 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        margin: 24px 15px 23px 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>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

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

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

    .navbar-inverse .navbar-nav>li>a {
        padding: 7px 15px;
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav>li#gnb_68 {
        display: none;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #fafafa;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #222;
    }
}


/* =============== 메인 페이지 =============== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: 500px;
}

.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,
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    margin: 0 3px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

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

.carousel-caption {
    text-align: left;
    text-shadow: none;
    top: 47%;
    color: #fff;
}

.carousel-caption h1 {
    position: relative;
    font-size: 64px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #fff;
}

.carousel-caption h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    width: 45px;
    height: 2px;
    background: #fff;
}

/* 메인 - 게시판 */
#section_14bfa6 {
    padding: 40px 0 80px;
    /* background: #eee; */
}

.main-board {
    padding-left: 30px;
    float: left;
    width: 45%;
}

/* 메인 게시판 탭 */
.main-board .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #307dcc;
}

.main-board .nav-tabs>li>a {
    padding: 11px 25px;
    border: none;
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
    color: #999;
}

.main-board .nav-tabs>li>a:hover,
.main-board .nav-tabs>li>a:focus {
    background: #fff;
    border: none;
    color: #555;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid #307dcc;
    border-bottom-color: transparent;
    color: #222;
}

.board_box_list {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}

.board-inner {
    /* padding-right: 20px; */
    background: #fff;
    /* border: 1px solid #ddd; */
    /* padding-left: 5px; */
}

.board_box_list .page-header {
    display: none;
    margin: 0 0 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

div[class^="board_box_"] .page-header h4 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.06em;
}

.board_box_list ul li {
    position: relative;
    padding: 13px 0 13px 15px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.board_box_list ul li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 22px;
    width: 4px;
    height: 4px;
    background: #a7a7a7;
    border-radius: 50%;
}

.board_box_list ul li a:hover {
    font-weight: 500;
}

/* 메인 - 컨텐츠 */
#section_735b90 {
    padding: 35px 0;
}

.main-company {
    float: left;
    display: flex;
    width: 55%;
}

.main-company .info {
    position: relative;
    width: 50%;
    min-height: 265px;
    padding: 30px;
    background: #307dcc;
}

/* .main-company .info:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 205px;
    height: 59px;
    background: url(/public/img/main/main-logo-icon.png) no-repeat center/cover;
} */

.main-company .info h4 {
    position: relative;
    margin: 10px 0 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.main-company .info h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 32px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.main-company .info p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: -0.034em;
}

.main-company .info .more-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 10px 25px;
    /* background: rgba(0, 0, 0, 0.45); */
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 13px;
    transition: 0.35s ease;
}

.main-company .info .more-btn:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}

.main-company .info.contact {
    background: #1f67b2;
}

.main-company ul {
    display: flex;
    margin: 0;
}

.main-company ul li {
    width: 100%;
    border-right: 1px solid #90c6ff;
}

.main-company ul li:last-child {
    border-right: none;
}

.main-company ul li .inner {
    display: block;
    padding: 80px 30px 30px;
    min-height: 300px;
    background: #73a7dc;
    text-align: center;
}

.main-company ul li .inner:hover .view,
.main-company ul li .inner:focus .view {
    color: #d6ffb8;
    border-bottom: 1px solid #d6ffb8;
}

.main-company ul li .inner h4 {
    margin: 11px 0 33px;
    font-size: 24px;
    letter-spacing: -0.07em;
    color: #fff;
    /* font-weight: 300; */
}

.main-company ul li .inner .icon {
    display: block;
    font-size: 48px;
    color: #fff;
}

.main-company ul li .inner .view {
    display: inline-block;
    padding: 2px 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}


/* =============== 푸터 =============== */
.footer-wrap {
    padding: 35px 0;
    background: #333a3e;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.footer-wrap .company-name {
    margin: 0 0 10px;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 400;
    color: #eee;
}

.footer-wrap address,
.footer-wrap ul {
    margin: 0;
}

.footer-wrap ul span {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap .copy {
    margin: 10px 0 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.02em;
    padding-left: 20px;
}

.footer-wrap a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #626669;
    color: #eaeaea;
    padding: 5px 10px;
    font-weight: 300;
    letter-spacing: 0.04em;
}

.footer-wrap a:hover {
    opacity: 0.8;
}

/* =============== 게시판 =============== */

/* 카테고리 */
.category_wrap ul li+li {
    margin-left: 5px;
}

.category_wrap ul li a,
.category_wrap ul li a:hover {
    padding: 13px 27px;
    background: #fff;
    border: none;
    font-weight: 500;
    color: #222;
    border: 1px solid #ddd;
    font-size: 15px;
    border-radius: 3px;
}

.category_wrap ul li.on a,
.category_wrap ul li.on a:hover,
.category_wrap ul li.on a:focus {
    background: #0081c8;
    color: #fff;
}

@media (max-width: 768px) {
    .category_wrap ul li+li {
        margin-left: 7px;
        margin-bottom: 7px;
    }

    .table.table_default>colgroup {
        display: none;
    }

    .subPage[id^="bbs"] .board_wrapper {
        margin-bottom: 0;
        margin-top: 0;
    }

    .table.table_default {
        margin-bottom: 0;
    }

    .search_wrap {
        margin-bottom: 0;
    }

    .search_wrap #search_kind {
        width: 28%;
        float: left;
    }

    #search_query {
        width: 70% !important;
        float: right;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #board_write_form fieldset>.text-center {
        display: flex;
    }

    #board_write_form fieldset>.text-center .btn.btn-lg {
        width: 100%;
        padding: 15px;
    }

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


/* =============== 로그인 =============== */

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

.member_wrapper .login_extra li:nth-child(2) {
    display: none;
}

@media (max-width: 768px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .member_wrapper .login_extra ul li+li::before {
        margin: 0 10px;
    }
}


/* =============== 문의폼 =============== */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.board_wrapper .table.board_write_table tbody tr th {
    position: static;
}

.btn.btn-primary {
    background: #0081c8;
    border-radius: 3px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #1f58b9;
    color: #fff;
}

@media (max-width: 767px) {
    .board_wrapper .text-center .btn.btn-lg {
        padding-left: 40px;
        padding-right: 40px;
    }
}


/* =============== 서브페이지 =============== */

/* 서브메뉴 */
.sub-menu {
    width: 100%;
    border-bottom: 1px solid #d6e0e4;
}

.sub-menu ul {
    display: flex;
    margin: 0 auto;
    width: 1140px;
    padding-left: 0;
    background: #fafafa;
}

.sub-menu ul li {
    width: 100%;
    letter-spacing: -0.03em;
    font-size: 15px;
}

.sub-menu ul li:last-child {
    border-right: none;
}

.sub-menu ul li a {
    position: relative;
    display: block;
    padding: 18px 20px 17px;
    color: #333;
    border-top: none;
    background: #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: -0.06em;
    font-weight: 500;
}

.sub-menu ul li a:hover {
    /* background: #fafafa; */
    color: #316acc;
}

.sub-menu ul li.active a {
    border-bottom: 2px solid #0095e6;
    color: #333;
}

.sub-menu .left-header {
    border: none;
    background: #306acc;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.03em;
    height: 130px;
    text-align: center;
    padding: 46px 25px 25px 25px;
    position: relative;
}

/* 상단 */
.sub-top {
    position: relative;
    background: #555 url(/public/img/sub/sub-top-01.jpg) no-repeat center center / cover;
    width: 100%;
    height: 210px;
    text-align: left;
    color: #fff;
}

.sub-top .sub-top-inner {
    width: 1140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#business01 .sub-top .sub-top-inner {
    top: 50%;
}

.sub-top h1 {
    margin: 0;
    font-size: 44px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.06em;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb ol {
    margin: 10px 0 0;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0 8px;
    font-size: 12px;
}

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

/* 공통 */
.sub-content {
    padding: 100px 0 160px;
}

.sub-content section {
    margin-bottom: 100px;
}

.sub-content section article {
    margin-bottom: 80px;
}

.sub-content section:last-child,
.sub-content section article:last-child {
    margin-bottom: 0;
}

.major-tit {
    margin: 0 0 40px;
    font-size: 36px;
    letter-spacing: -0.08em;
}

.sub-sec-tit {
    position: relative;
    margin: 0 0 30px;
    padding-left: 24px;
    font-size: 25px;
    color: #333;
    letter-spacing: -0.08em;
    font-weight: 500;
}

.sub-sec-tit:before {
    content: '';
    top: 4px;
    left: 1px;
    width: 17px;
    height: 17px;
    position: absolute;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: #0081c8;
    border-right-color: #7cba27;
    border-bottom-color: #7cba27;
    border-left-color: #0081c8;
    border-radius: 100%;
}

/* about */
.slogan-wrap {
    position: relative;
    margin: 0 20px 50px;
}

.slogan-wrap:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -40px;
    width: 80px;
    height: 1px;
    background: #333;
}

.slogan-wrap h5 {
    margin: 0 0 30px;
    font-size: 38px;
    color: #306acc;
    font-weight: 700;
    letter-spacing: -0.034em;
}

.greeting-wrap .desc {
    padding-top: 50px;
    padding-left: 25px;
}

.greeting-wrap .desc p {
    margin-bottom: 20px;
    letter-spacing: -0.034em;
}

.greeting-wrap .desc .name {
    margin: 20px 0 0;
    text-align: right;
    font-weight: 600;
    padding-right: 15px;
}

.greeting-wrap .desc .name-img {
    margin-left: auto;
}

.company-info ul li {
    position: relative;
    display: table;
    width: 100%;
    line-height: 1.6;
    /* border-bottom: 1px solid #eee; */
    padding: 8px 0 8px 7px;
    font-size: 16px;
    letter-spacing: -0.06em;
}

.company-info ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 1px;
    height: 16px;
    background: #333;
}

.company-info ul li span {
    display: table-cell;
    width: 95px;
    font-weight: 700;
    font-size: 14px;
}

.document-wrap {
    margin-bottom: 50px;
}

.document-wrap img {
    border: 1px solid #ddd;
    /* box-shadow: 4px 4px #eee; */
    margin-left: 0;
    border-radius: 5px;
    padding: 5px;
}

.cert-wrap img {
    border: 1px solid #ddd;
    padding: 5px;
}

/* .document-wrap table.table-style{
    margin-top: 30px;
} */

.table-style {
    margin: 0 0 20px;
    width: 100%;
    border-top: 2px solid #222;
}

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

.table-style tr th {
    text-align: center;
    color: #333;
}

.table-style tr td {
    text-align: left;
}

.table-style tr td.text-center {
    text-align: center;
    font-weight: 500;
}

.table-style thead tr th {
    background: #f8f8f8;
    font-weight: 700;
    font-size: 15px;
}

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

.table-history {
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #fff;
}

.table-history tr th {
    font-style: italic;
    padding: 15px 0 15px 5px;
    border-top: 1px dashed #ddd;
    text-align: left;
    font-size: 42px;
    letter-spacing: -0.035em;
    font-weight: 300;
    color: #333;
    width: 180px;
}

.table-history tr:last-child td {
    border-bottom: none;
}

.table-history tr td {
    padding: 15px 0 15px 30px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.06em;
}

.table-history tr td .month {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
}

#about03 .sec2 table tr td {
    color: #333;
    text-align: center;
    font-size: 17px;
    padding: 20px 10px !important;
}

#daumRoughmapContainer1590379858973 {
    width: 100% !important;
}

.location-table {
    margin: 50px 0 0;
    width: 100%;
    border-top: 1px solid #222;
}

.location-table tr th,
.location-table tr td {
    padding: 20px;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.location-table tr th {
    color: #222;
    background: #f8f8f8;
    text-align: center;
    font-weight: 500;
}

.location-table .bus,
.location-table .subway,
.location-table .bus .icon-wrap {
    display: flex;
}

.location-table p {
    margin-right: 20px;
    color: #0065a5;
    font-weight: 500;
}

.location-table p b {
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    color: #222;
}

.location-table .icon-wrap li span {
    display: inline-block;
    margin-right: 5px;
}

.location-table .icon-wrap li .circle {
    border-radius: 100px;
    background: #3396ff;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
}

.location-table .bus .icon-wrap li+li {
    margin-left: 13px;
}

.location-table .bus .icon-wrap li .type1 {
    color: #0065a5;
}

.location-table .bus .icon-wrap li .type2 {
    color: green;
}

.location-table .bus .icon-wrap li .type3 {
    color: red;
}

/* business */
.business-line h5 {
    margin: 0px 0 15px;
    font-size: 24px;
    color: #0065a5;
    font-weight: 700;
    letter-spacing: -0.06em;
    padding-left: 15px;
}

.business-line ul li {
    position: relative;
    padding: 2px 0 2px 13px;
    /* border-bottom: 1px solid #eee; */
    font-size: 16px;
    letter-spacing: -0.06em;
    font-weight: 500;
    line-height: 1.6;
}

.vis-moto .inner {
    position: relative;
    min-height: 225px;
    margin: 0;
    padding: 50px;
    background: #fafafa;
    border: 1px solid #ddd;
    text-align: center;
    border-right: 0;
    border-bottom: 0;
    min-height: 317px;
}

.vis-moto .inner.fir {
    background: #5e8da9;
    padding: 40px 50px 37px 40px;
}

.vis-moto .inner .num {
    display: block;
    margin: 0;
    font-size: 50px;
    font-weight: 300;
    font-style: italic;
    padding-top: 5px;
    color: #0081c8;
    letter-spacing: -0.06em;
}

.vis-moto .inner h4 {
    margin: 0;
    line-height: 1.2;
    font-size: 25px;
    color: #fff;
    text-align: left;
    font-weight: 300;
    letter-spacing: -0.06em;
}

.vis-moto .inner h5 {
    font-size: 25px;
    letter-spacing: -0.06em;
    font-weight: 700;
    margin-bottom: 28px;
    margin-top: 0;
}

.vis-moto .inner ul li {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.06em;
}

/* work */
.dwnload-wrap {
    padding: 50px 50px 40px;
    border: 1px solid #bfbfbf;
    position: relative;
    box-shadow: 4px 4px #eee;
}

.dwnload-wrap h5 {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: -0.06em;
    /* font-weight: 300; */
}

.dwnload-wrap h5 b {
    color: #306acc;
    font-weight: 500;
}

.dwnload-wrap p {
    margin-bottom: 30px;
    font-size: 17px;
    letter-spacing: -0.06em;
    line-height: 1.6em;
}

.dwn-btn {
    display: inline-block;
    padding: 15px 25px;
    min-width: 185px;
    border: 1px solid #0081c8;
    font-size: 15px;
    background: #0081c8;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    transition: 0.35s ease;
}

.dwn-btn:hover,
.dwn-btn:focus {
    background: #1f58b9;
    color: #fff;
}

.dwn-btn i {
    padding-left: 5px;
}

.dwnload-wrap .btn-wrap a+a {
    margin-left: 10px;
}

.sequence-wrap {
    margin: 30px 0 40px;
    border: 1px solid #eee;
    padding: 40px 65px 25px 20px;
    border-radius: 5px;
    background: #fafafa;
}

.sequence-wrap p {
    position: relative;
    margin: 0 0 20px;
    padding: 25px 15px;
    background: #8bad5c;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    letter-spacing: -0.06em;
}

.sequence-wrap p:after {
    position: absolute;
    right: -29px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 26px;
    color: #b8bdb1;
    content: "\f054";
}

.sequence-wrap>div:last-child p:after {
    display: none;
}

.visit dt {
    margin: 0 0 10px;
    font-size: 18px;
    letter-spacing: -0.06em;
    color: #333;
    position: relative;
    border-left: 2px solid #333;
    padding-left: 7px;
    line-height: 0.9em;
}

.visit dd {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 14px;
    position: relative;
    margin-bottom: 3px;
}

.visit dd:before {
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 4px;
    background: #9e9e9e;
    left: 0;
    content: '';
    top: 9px;
}

#form01 .visit {
    margin: 0;
}

/*추가 css*/
/* board css start */
.board_data_view .header_wrap .title {
    font-size: 27px;
    letter-spacing: -0.06em;
}

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

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

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

.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: 17px;
    letter-spacing: -0.06em;
}

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

/* board css end */
.footer-wrap ul li {
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
}

.slogan-wrap p {
    font-size: 30px;
    letter-spacing: -0.07em;
    line-height: 1.3em;
}

.greeting-wrap>div>img {
    margin-left: 0;
}

.dwnload-wrap::before {
    content: '';
    display: block;
    width: 5px;
    height: 72px;
    background: #333;
    position: absolute;
    left: 0;
    top: 60px;
}

#form01 hr {
    margin-bottom: 30px;
}

#form01 .board_wrapper {
    margin-top: 50px;
}

.board_wrapper .text-center {
    margin-top: 50px;
}

.dwnload-wrap p span {
    color: #002d79;
    font-size: 16px;
    font-weight: 500;
}

.visit dd span {
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    letter-spacing: -0.034em;
}

.dwnload-wrap>div>img {
    margin-right: 0;
}

#work01_01 .dwnload-wrap h5,
#work01 .dwnload-wrap h5 {
    margin-bottom: 50px;
}

#work01 .dwnload-wrap {
    padding-bottom: 50px;
}

.sub-sec-tit+p {
    font-size: 18px;
    letter-spacing: -0.06em;
    margin-top: -15px;
}

#work02 .sequence-wrap>div,
#work01_02 .sequence-wrap>div {
    padding-left: 30px;
}

#work02 .visit,
#work01_02 .visit {

    margin-bottom: 30px;
}

.company-info ul {
    margin: 40px 0 0;
}

.company-info {
    position: relative;
    border: 1px solid #bfbfbf;
    margin: 0;
    box-shadow: 4px 4px #eee;
    padding: 50px 50px 40px;
}

.company-info img {
    padding-top: 30px;
}

#about02 .table-style tr td {
    font-size: 15px;
}

#about02 .table-style thead tr th {
    font-size: 18px;
    text-align: left;
}

#about02 .table-style tr th {
    text-align: left;
}

#about02 .table-style {
    border-top: 1px solid #333;
    margin-top: 5px;
}

.table-history tr {
    border-bottom: 1px solid #333;
}

.table-history tr:last-child {
    border-bottom: none;
}

.business-line .inner {
    min-height: 160px;
    border-left: 1px solid #5b9bbf;
}

.business-line .clearfix {
    margin-bottom: 30px;
}

.business-line .inner h5 small {
    display: block;
    font-weight: 300;
    margin-top: 5px;
}

.business-line>div {
    padding-right: 2px;
}

.business-line .inner ul {
    margin-bottom: 5px;
}

.business-line ul li:last-child {
    border-bottom: none;
}

.vis-moto>div {
    padding: 0;
}

.vis-moto {
    margin: 0;
}

.vis-moto>div:nth-child(3) .inner,
.vis-moto>div:nth-child(6) .inner {
    border-right: 1px solid #ddd;
}

.vis-moto>div:nth-child(4) .inner,
.vis-moto>div:nth-child(5) .inner,
.vis-moto>div:nth-child(6) .inner {
    border-bottom: 1px solid #ddd;
}

.vis-moto .inner h4 span {
    padding-top: 30px;
    display: block;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2em;
    letter-spacing: 0em;
}

.vis-moto .inner h4 span::before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 35px;
}

#section_14bfa6 .row div:last-child .board-inner {
    padding-right: 5px;
    padding-left: 20px;
}

.board_box_list ul li a {
    font-size: 16px;
    letter-spacing: -0.034em;
}

div[class^="board_box_"] .page-header .pull-right i {
    font-size: 17px;
    color: #666;
    margin-right: 2px;
    margin-top: 6px;
}

.main-company ul li .inner:hover {
    background: #4c8cce;
}

.carousel-caption p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.034em;
    padding-left: 5px;
}

.search_wrap {
    margin-bottom: 0;
}


/* =============== 반응형 =============== */

@media (max-width: 767px) {

    /* 슬라이드 */
    #mainCarousel .carousel-inner .item {
        height: 350px;
    }

    .carousel-caption {
        text-align: center;
        left: 15px;
        right: 15px;
    }

    .carousel-caption h1 {
        font-size: 34px;
    }

    .carousel-caption h1:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .carousel-caption p {
        font-size: 18px;
        font-weight: 400;
    }

    /* 메인컨텐츠 */
    .main-company {
        float: none;
        display: block;
        width: 100%;
    }

    .main-company .info {
        width: 100%;
    }

    .main-board {
        margin-top: 35px;
        padding-left: 0;
        width: 100%;
    }

    /* 푸터 */
    .footer-wrap .company-name {
        margin-top: 25px;
        padding-left: 0;
    }

    .footer-wrap ul li,
    .footer-wrap .copy {
        padding-left: 0;
    }

    /* 서브페이지 */
    .sub-top {
        height: 160px;
    }

    .sub-top .sub-top-inner {
        width: 100%;
    }

    .sub-top h1 {
        font-size: 30px;
    }

    .sub-menu {
        display: none;
    }

    .sub-content {
        padding: 50px 0;
    }

    .major-tit {
        margin: 0 0 35px;
        font-size: 28px;
    }

    .sub-sec-tit {
        font-size: 22px;
    }

    .slogan-wrap {
        margin: 20px 0 15px;
    }

    .slogan-wrap h5 {
        margin: 0 0 20px;
        font-size: 26px;
    }

    .slogan-wrap p {
        font-size: 18px;
    }

    .greeting-wrap .desc {
        padding-left: 0;
    }

    .company-info {
        padding: 0;
    }

    .company-info ul {
        margin: 25px 0 0;
    }

    .company-info ul li {
        font-size: 15px;
    }

    .company-info ul li span {
        display: block;
        width: 100%;
        font-size: 16px;
    }

    #about02 .table-style {
        margin-top: 30px;
    }

    .table-history {
        border-top: none;
        border-bottom: 1px solid #ddd;
    }

    .table-history tr {
        border-bottom: none;
    }

    .table-history tr th,
    .table-history tr td {
        display: block;
    }

    .table-history tr th {
        padding: 10px 0;
        background: #fafafa;
        border-top: 2px solid #0081c8;
        width: 100%;
        font-size: 30px;
        text-align: center;
    }

    .table-history tr td {
        position: relative;
        padding: 15px 0 15px 33px;
        font-size: 15px;
    }

    .table-history tr td .month {
        position: absolute;
        left: 0;
        top: 14px;
    }

    .location-table .bus,
    .location-table .subway,
    .location-table .bus .icon-wrap {
        display: block;
    }

    .location-table p {
        margin-right: 0;
    }

    .location-table p b {
        display: block;
        margin-right: 0;
    }

    .location-table .bus .icon-wrap li+li {
        margin-left: 0;
    }

    .business-line>div {
        padding-right: 15px;
    }

    .business-line>div+div {
        margin-top: 30px;
    }

    .business-line h5 {
        font-size: 22px;
    }

    .business-line .inner {
        padding-top: 15px;
        border-left: none;
        border-top: 1px solid #5b9bbf;
    }

    .vis-moto>div:nth-child(3) .inner,
    .vis-moto>div:nth-child(6) .inner,
    .vis-moto>div:nth-child(4) .inner,
    .vis-moto>div:nth-child(5) .inner,
    .vis-moto>div:nth-child(6) .inner {
        border: none;
    }

    .vis-moto .inner {
        min-height: auto;
        padding: 30px;
        border-bottom: 1px solid #ddd !important;
        border-left: 1px solid #ddd !important;
        border-right: 1px solid #ddd !important;
    }

    .vis-moto .inner.fir {
        padding: 30px;
    }

    .vis-moto .inner h4 {
        font-size: 18px;
        text-align: center;
    }

    .vis-moto .inner h4 span::before {
        margin: 0 auto 35px;
    }

    .vis-moto .inner h4 span {
        font-size: 25px;
    }

    .vis-moto .inner .num {
        font-size: 30px;
    }

    .vis-moto .inner h5 {
        font-size: 22px;
    }

    .dwnload-wrap {
        padding: 25px 10px;
    }

    .dwnload-wrap h5 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .dwnload-wrap>div>img {
        margin: 0 auto;
    }

    .btn-wrap {
        text-align: left;
    }

    .dwnload-wrap .btn-wrap a+a {
        margin: 15px 0 50px;
    }

    .sequence-wrap {
        padding: 20px;
    }

    #work02 .sequence-wrap>div {
        padding-left: 0;
        padding-right: 0;
    }

    .sequence-wrap p {
        margin: 0 0 35px;
    }

    .sequence-wrap p:after {
        content: "\f078";
        right: auto;
        top: auto;
        left: 50%;
        bottom: -35px;
        transform: translateX(-50%);
    }

    .cert-wrap > div+div{
        margin-top: 15px;
    }
}

.maintenance {
    margin-top: 5px;
    border: 1px solid #E5E5E5;
    padding: 50px 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;
}

.main-company .info .li-more {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.main-company .info .li-more li {
    position: relative;
    border: 0;
    width: auto;
}

.main-company .info .li-more li+li {}

.main-company .info .li-more li .more-btn {
    position: static;
    display: block;
    right: 0;
    bottom: 0;
}