@charset "utf-8";

#site {
    padding-top: 0px;
    font-size: 16px;
    font-family: 'notokr', sans-serif;
    letter-spacing: -0.03em;
}

a,
button,
.navbar-inverse .navbar-brand img {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6;
}

.btn.btn-primary {
    background-color: #e62019;
    border-color: #e62019;
}

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

.list-default {
    padding-left: 0;
    list-style-type: none;
}

.list-style-1>li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
}

.list-style-1>li::before {
    content: '';
    top: 8px;
    left: 4px;
    width: 5px;
    height: 5px;
    position: absolute;
    background-color: #e62019;
    border-radius: 10px;
}

.list-style-2 {
    padding-left: 18px;
}

.list-style-2>li {
    margin-bottom: 12px;
    list-style: decimal;
    line-height: 1.6;
}

.list-style-3>li {
    position: relative;
    padding-left: 16px;
}

.list-style-3>li::before {
    content: '';
    top: 10px;
    left: 4px;
    width: 5px;
    height: 2px;
    position: absolute;
    background-color: #333;
}

table.tb-default {
    margin-bottom: 0;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
  padding: 16px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}
table.tb-result {
    margin-top: 15px;
    border-top: 2px solid #333;
}
table.tb-result > thead > tr > th,
table.tb-result > tbody > tr > th,
table.tb-result > tbody > tr > td {
    padding: 15px;
    font-size: 15px;
}
table.tb-result > thead > tr > th,
table.tb-result > tbody > tr > th {
    letter-spacing: -0.02em;
}
table.tb-result > thead > tr > th {
    background: #f7f7f7;
}
table.tb-result > tbody > tr > th {
    text-align: left;
}
table.tb-result > tbody > tr > td {
    text-align: center;
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    padding: 15px;
    background-color: #f9f9f9;
}
.prepare-page {
    padding: 70px;
    text-align: center;
}
.prepare-page > .exclamation {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    padding: 30px 30px 0;
    line-height: 1em;
    border: 4px solid #e62019;
    border-radius: 100%;
}
.prepare-page > .exclamation::before {
    content: '\f12a';
    top: 0;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #e62019;
}
.prepare-page > h4 {
    margin: 25px 0 20px;
    font-size: 30px;
    font-weight: 300;
    color: #777;
}
.prepare-page > h4 strong {
    font-weight: 500;
}
.prepare-page > p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
}

.space-bottom {
    margin-bottom: 35px;
}

.btn-top {
    z-index: 1;
    position: fixed;
    display: none;
    right: 18px;
    bottom: 18px;
    padding: 13px 18px;
    font-size: 18px;
    color: #fff;
    background-color: #5c6167;
}
.btn-top:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #f3312a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

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

.navbar-inverse .navbar-brand img {
    margin-top: 6px;
}

.navbar.scrolling .navbar-brand img {
    height: 40px;
    margin-top: 0;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

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

.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 {
    color: #fff;
    background: #33363e;
    border: none;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }

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

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

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

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

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

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 10px 20px;
        color: #ddd;
        letter-spacing: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #e62019;
        color: #fff;
    }
}

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

    .navbar-inverse .navbar-nav>li>a {
        padding: 32px 30px;
    }

    .navbar.scrolling .navbar-nav>li>a {
        padding: 25px 30px;
    }
}

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

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

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

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

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

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

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

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

/* 푸터 */
#site footer {
    margin-top: 0px;
    /* background-color: #30353c;
    color:#aeb0b3; */
    background-color: #fff;
    color: #888;
    border-top: 1px solid #ccc;
}

#site footer img {
    margin-top: 4px;
    /* opacity: 0.6; */
}

#site footer .footer-info {
    padding: 60px 0;
}

#site footer .footer-info .text {
    padding-left: 35px;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 12px;
    line-height: 22px;
}

#site footer .footer-info ul li.copy {
    font-size: 12px;
    margin-top: 10px;
    opacity: 0.7;
}


/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 85px);
}

#mainCarousel .carousel-caption {
    top: 20%;
    /* top: 48%; */
    right: 15%;
    left: 15%;
    padding: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.55);
}

#mainCarousel .carousel-caption h1 {
    font-size: 65px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
}

#mainCarousel .carousel-caption p {
    font-size: 25px;
    font-weight: 350;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 300px
    }
    #mainCarousel .carousel-caption h1 {
        font-size: 33px;
        line-height: 1.1em;
    }
    #mainCarousel .carousel-caption p {
        font-size: 14px;
    }
}

.wrap-board-box {
    top: 35%;
    left: 50%;
    max-width: 1140px;
    position: absolute;
    transform: translateX(-50%);
}
.board_box_list[data-bd-id="biz_results01"] {
    padding: 30px 60px;
    color: #fff;
    background: rgb(0 0 0 / 50%);
}
.board_box_list[data-bd-id="biz_results01"] .page-header {
    margin: 0 0 10px;
}
.board_box_list[data-bd-id="biz_results01"] .page-header h4 {
    font-size: 20px;
    font-weight: 500;
}
.board_box_list[data-bd-id="biz_results01"] .page-header .pull-right {
    margin: 2px 0 0;
    color: #fff;
    text-decoration: none;
}
.board_box_list[data-bd-id="biz_results01"] .page-header .pull-right::after {
    content: 'More';
    display: inline-block;
    padding: 3px 15px;
    font-size: 14px;
    color: #fff;
    background: #1a1b1e;
}
.board_box_list[data-bd-id="biz_results01"] .page-header .pull-right:hover::after {
    background: #e62019;
}
.board_box_list[data-bd-id="biz_results01"] .page-header .pull-right i {
    display: none;
}
.board_box_list[data-bd-id="biz_results01"] ul li {
    padding: 4px 0 4px 15px;
}
.board_box_list[data-bd-id="biz_results01"] ul li a {
    text-decoration: none;
}
.board_box_list[data-bd-id="biz_results01"] ul li .subject {
    font-size: 18px;
    color: rgb(255 255 255 / 85%);
}
.board_box_list[data-bd-id="biz_results01"] ul li a:hover .subject {
    color: #fff;
}
.type_list .info {
    display: none;
}


#main_wrapper {
    margin-top: 85px;
}

.main-contents p {
    font-size: 16px;
    margin: 0;
}

.main-contents>section {
    padding: 130px 0;
    color: #fff;
}

.main-contents .top {
    text-align: center;
}

.main-contents .top h2 {
    margin: 0 0 40px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.03em;
    /* color: #222; */
}

.main-contents .top p {
    margin: 0 0 70px;
    /* margin: 0 0 100px; */
    font-size: 19px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.04em;
}

.link-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 60px 0 80px;
}
.link-main a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    background: rgb(0 0 0 / 40%);
}
.link-main a::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #f3312a;
    transition: all ease .3s;
}
.link-main a:hover::before {
    height: 100%;
}
.link-main a span {
    position: relative;
}

.main-contents h4 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
}

/* 회사소개 */
.main-contents > section#company {
    /* color: #fff; */
    background: #33363e url(/public/img/company-bg.png) no-repeat center bottom / cover;
}
/* .main-contents #company .top h2 {
    color: #fff;
} */
.main-contents #company .top p span {
    font-size: 52px;
    color: #f3312a;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.main-contents #company .top p{
    margin-top: 70px;
    margin-bottom: 0;
    color: #e1e1e6;
}
.main-contents #company h3 {
    margin: 0;
    font-size: 30px;
    letter-spacing: -0.03em;
    text-align: center;
}
.main-contents #company h3+hr {
    width: 40px;
    margin: 20px auto 40px;
    border-top: 2px solid #fff;
}

/* .box-rounded dl {
    width: 100%;
    display: inline-table;
    color: #333;
}

.box-rounded dt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    background: #4a5163;
    color: #fff;
    text-align: center;
    padding: 12px;
}
.box-rounded dd {
    font-weight: 400;
    text-align: center;
    line-height: 130px;
    background: #fff;
}
.box-rounded dd p {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.6;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: -0.02em;
}
.main-contents>section#company #row2>div:last-child .box-rounded dd {
    font-size: 16px;
} */

/* 주요 업무 */
.main-contents>section#business {
    background: #33363e;
    /* background-color: #f6f6f6; */
}

.main-contents #business h4+hr {
    width: 40px;
    margin: 20px auto 25px;
    border-top: 2px solid #e61f1a;
}
.wrap-box-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.box-main {
    text-align: center;
}
.box-main a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 30px 0;
    text-decoration: none;
    border: 1px solid rgb(255 255 255 / 50%);
}
.box-main a::before,
.box-main a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.4s;
    z-index: 100;
}
.box-main a::before {
    top: -1px;
    left: -1px;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
}
.box-main a::after {
    right: -1px;
    bottom: -1px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.box-main a:hover {
    background: rgb(0 0 0 / 15%);
}
.box-main a:hover::before,
.box-main a:hover::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-color: #e61f1a;
}

/* .center .box-main a {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
} */
.box-main .wrap-img {
    background-color: #fff;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin: 0 auto 35px;
    padding:0;
}

/* 계열사 및 협력사 */
.main-contents #company .wrap-box-logo {
    margin: 0 -10px;
}
.main-contents #company .wrap-box-logo > div {
    padding: 0 10px;
}
.main-contents #company .box-logo {
    background: #fff;
}
.main-contents #company .box-logo a {
    width: 100%;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e0e0e0;
}
.main-contents #company .box-logo.text a {
    color: #333;
}
.main-contents #company .box-logo a:hover {
    border-color: #e62019;
}
/* .main-contents>section#affiliate h4 {
    margin-bottom: 0;
    text-align: center;
    border-top: 2px solid #333;
    padding: 15px 0;
}
.main-contents>section#affiliate h4+hr {
    margin-top: 0px;
    margin-bottom: 25px;
    border-color: #e0e0e0;
}
.main-contents #affiliate #row2 {
    margin-top: 60px;
}

.main-contents>section#affiliate .col-sm-4 .box-logo {
    width: 100%;
}
.main-contents>section#affiliate .col-sm-8 .box-logo {
    width: 32.3%;
    height: 120px;
    margin: 0 0.5%;
}

.main-contents>section#affiliate .box-logo.text>a p {
    padding: 15px 0;
} */

/* 오시는길 */
.main-contents>section#location {
    background: #3f424a;
}

.main-contents>section#location .addr {
    margin: 25px 0 0;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
.main-contents>section#location .addr i {
    color: #e62019;
    margin-right: 8px;
}
.main-contents #location .top h2 {
    margin-bottom: 60px;
}

/* 고객센터 */
.main-contents>section#customer-center {
    padding-bottom: 0;
}

.main-contents #customer-center .top h2 {
    margin-bottom: 100px;
}

#section_a3f390 {
    padding-bottom: 130px;
}

#section_a3f390 .row {
    margin-left: -25px;
    margin-right: -25px;
}
#section_a3f390 .row > div {
    padding: 0 25px;
}

#section_a3f390 .board_box_list {
    width: 50%;
}

#section_a3f390 .page-header {
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #444;
}

#section_a3f390 .page-header h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0;
}

div[class^="board_box_"] .page-header .pull-right {
    margin-top: 3px;
    margin-right: 3px;
    color: #444;
}

.board_box_list ul li {
    position: relative;
    padding: 8px 0 8px 18px;
    color: #666;
}
.board_box_list ul li::before {
    content: '';
    top: 17px;
    left: 4px;
    width: 5px;
    height: 5px;
    position: absolute;
    background-color: #e62019;
    border-radius: 10px;
}
.board_box_list ul li span {
    color: #aaa;
}

.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>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: 100px;
}

/********** 서브 시작 **********/
/* 공통 */
.navbar-inverse+.container {
    width: 100%;
    padding: 0;
}

.sub-contents {
    margin-top: 85px;
    margin-bottom: 60px;
}

.sub-contents>.page-top {
    height: 280px;
    position: relative;
    margin-bottom: 50px;
    padding: 98px 0 0;
    color: #fff;
    text-align: center;
    background-image: url('/public/img/sub/back-page-top1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
}
.sub-contents>.page-top h3 {
    margin: 0;
    font-size: 47px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.55);
}

.sub-contents>.page-top p {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    letter-spacing: .12em;
    opacity: 0.8;

    display: none;
}


.sub-contents .links {
    bottom: 0;
    width: 100%;
    position: absolute;
    background: #33363e;
}
.sub-contents .links ul>li {
    padding: 0;
}

.sub-contents .links ul>li>a {
    padding: 17px 15px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1em;
    font-weight: 350;
    letter-spacing: 0;
}
.sub-contents .links ul>li>a.current {
    color: #fff;
    background-color: #d4312b;
    font-weight: 500;
}

.sub-contents .links ul>li>a:not(.current):hover {
    color: #fff;
    background-color: rgba(0,0,0,0.25);
}

.sub-contents .wrap-breadcrumb {
    top: 0;
    right: -10px;
    width: 100%;
    position: absolute;
    text-align: right;
}

.sub-contents .breadcrumb {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 15px;
    font-size: 12px;
    color: #ddd;
    letter-spacing: 0;
    background-color: transparent;
}

.sub-contents .contents>section {
    padding: 50px 0;
}

.sub-contents .page-title {
    margin-bottom: 70px;
}

.page-title h2 {
    margin-top: 0;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.page-title h2+hr {
    width: 50px;
    border-top: 3px solid #e62019;
}

.title-lv-3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 30px;
    font-size: 28px;
    font-weight: 600;
}
.title-lv-3::after {
    content: '';
    top: 6px;
    left: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: #e62019;
    border-right-color: #e62019;
    border-bottom-color: #5d5d5d;
    border-left-color: #5d5d5d;
    border-radius: 23px;
    transform: rotate(-45deg);
}
.title-lv-4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 600;
}
.title-lv-4::before {
    content: '';
    top: 3px;
    left: 0;
    width: 5px;
    height: 20px;
    position: absolute;
    background: #e62019;
}

/* 인사말 페이지 */
#greeting .contents .col-sm-4 {
    padding-right: 70px;
}

#greeting .contents p {
    margin-bottom: 20px;
}

#greeting .box-text {
    margin-bottom: 50px;
}

#greeting .logo img {
    width: 110px;
    float: left;
    margin-right: 10px;
}

#greeting .logo p {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 800;
    color: #999;
}

#greeting .p-big {
    margin-top: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #333 !important;
    letter-spacing: -0.035em;
}
#greeting .p-big strong {
    color: #e6211a;
    font-weight: 400;
}
#greeting .text-right {

    margin-top: -15px;
    font-weight: 600;
}

/* 설립목적 및 연혁 */
.box-memo {
    position: relative;
    margin-bottom: 50px;
    border: 5px solid #eee;
    padding: 40px 130px;
    text-align: center;
}
.box-memo p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}

#history .box-memo {
    margin-bottom: 65px;
}

#history .wrap-mission-vision {
    width: 100%;
    height: 100%;
    min-height: 282px;
    display: inline-block;
    padding: 0 72px;
    background: #f5f5f5;
}
#history .wrap-mission-vision#mission {
    margin-top: 8px;
    padding: 0 30px;
}

#history .wrap-mission-vision .title {
    text-align: center;
    margin-top: -22px;
}

#history .wrap-mission-vision h4 {
    display: inline-block;
    padding: 10px 40px;
    min-width: 180px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #666d7c;
    border-radius: 50px;
}

#history .box-mission {
    padding: 58px 0;
    text-align: center;
}

#history .box-mission i {
    font-size: 75px;
    color: #787e8a;
}

#history .box-mission p {
    margin: 25px 0 0;
    line-height: 1.45;
    font-size: 15px;
    font-weight: 500;
}

#history .vision-circle {
    float: left;
    width: 180px;
    height: 180px;
    margin: 40px 10px;
    padding: 34px 16px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

#history .vision-circle p {
    margin: 5px 0 0;
    line-height: 1.45;
    font-size: 15px;
    font-weight: 500;
}

#history .vision-circle .num {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    color: #e6211a;
}

.list-history {
    position: relative;
    padding-left: 35px;
    margin-left: 60px;
}

.list-history::before {
    content: '';
    top: 8px;
    left: 0;
    width: 1px;
    height: 92%;
    position: absolute;
    background-color: #ddd;
}

.list-history>li {
    margin-bottom: 30px;
}

.list-history .date {
    position: relative;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}

.list-history .date::before {
    content: '';
    top: 3px;
    left: -42px;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #fff;
    border: 4px solid #9599a0;
    border-radius: 10px;
}

/* 주요 업무 및 실적 */
.wrap-box-biz>div {
    padding: 5px;
}
.box-biz {
    min-height: 170px;
    padding: 0 40px;
    background: #f5f5f5;
}
.box-biz h5 {
    margin: 0 -40px 35px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #666b7c;
}
.box-biz.text h5 {
    margin-bottom: 28px;
}
.box-biz .icon {
    font-size: 45px;
    color: #787e8a;
    float: left;
    width: 20%;
    text-align: center;
}
.box-biz p {
    margin: 0;
    padding: 0 0 0 30px;
    float: left;
    width: 80%;
    font-size: 15px;
}
#biz-performance .row1 h5 {
    margin: 18px 0 12px;
    font-size: 16px;
    font-weight: 600;
}
#biz-performance .row2 .title-lv-4 {
    margin-top: 15px;
}
#biz-performance #seq4 ul > li > ul {
    margin-top: 4px;
}

/* 조직도 */
/* #organization .box-logo {
    float: left;
} */
#organization .box-logo a {
    width: 100%;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    text-align: center;
    border: 1px solid #e0e0e0;
}
#organization .box-logo a:hover {
    border-color: #e62019;
}
#organization .box-logo.text a {
    text-decoration: none;
    color: #333;
}
/* #organization .box-logo {
    margin-right: 15px;
} */
#organization .box-logo.text p {
    margin: 0;
    min-width: 220px;
    padding-top: 27px;
}

/* 오시는길 */
.tb-contact {
    margin-top: 20px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #444;
}

.tb-contact>thead>tr>th,
.tb-contact>thead>tr>td,
.tb-contact>tbody>tr>th,
.tb-contact>tbody>tr>td {
    border-bottom: 1px solid #ddd;
}

.tb-contact>tbody>tr>th {
    width: 12%;
    text-align: center;
    background-color: #f5f5f5;
}

.tb-contact>tbody>tr>td {
    width: 45%;
    padding-left: 15px;
}

.tb-contact>tbody>tr>th i {
    width: 18px;
    margin-right: 3px;
    color: #e62019;
}

.sub-contents.board+.board_wrapper {
    margin-top: -100px;
    margin-bottom:100px;
}

.board_wrapper .reply_wrap {
    display: none;
}
.pagination_wrap {
    margin-top: -50px;
}
.pagination_wrap li.active a,
.pagination_wrap li.active a:hover,
.pagination_wrap li.active a:focus {
    color: #e6211a;
}
.pagination_wrap li.box:hover a,
.pagination_wrap li.box:focus a {
    color: #e6211a;
    border-color: #e6211a;
}

/* 공지사항 페이지 */
.biz-hours {
    display: table;
    width: 100%;
    margin-bottom: 50px;
    padding: 35px 35px 30px;
    border: 5px solid #eee;
}

.biz-hours>.left,
.biz-hours>.right {
    display: table-row;
}

.biz-hours>.left {
    padding: 6px 20px 2px 10px;
    text-align: center;
}

.biz-hours>.left>h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
    margin: 10px 0 0;
}

.biz-hours>.left>h4 i {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    color: #e62019;
}

.biz-hours>.right {
    padding: 10px 35px 0;
    font-size: 16px;
    border-left: 1px solid #e3e3e3;
}

.biz-hours>.right ul {
    margin-bottom: 0;
}

.biz-hours>.right ul>li {
    margin-bottom: 10px;
}
/* 온라인문의 페이지  */
#inquiry .inquiry-top {
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 0 50px;
    padding: 20px;
}

/* board 페이지 */
.table.table_default thead th {
    background-color: #f5f5f5;
    border-bottom-color: #ccc;
}
.search_wrap .write_btn_wrap {
    position: absolute;
    top: 0;
    right: 15px;
}
.space-bottom p + ol {
    margin-top: 20px;
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 767px) { /* 모바일 */
    .navbar-inverse {
        width: 100%;
        display: inline-table;
    }
    .navbar-brand {
        margin-top: 7px;
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-brand img {
        height: 38px;
        margin-top: 7px;
    }
    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 12px 15px;
        font-size: 16px;
        border-top: 1px solid #ddd;
    }
    .navbar-inverse .navbar-nav li.open {
        background-color: #f9f9f9;
    }
    .navbar-inverse .navbar-nav li.open .dropdown-menu > li > a {
        padding: 6px 15px;
        color: #333;
    }
    .navbar-inverse .navbar-nav li.open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav li.open .dropdown-menu > li > a:hover {
        color: #000;
    }

    #main_wrapper,
    .sub-contents {
        margin-top: 67px;
    }
    #mainCarousel .carousel-caption {
        top: 48%;
        right: 5%;
        left: 5%;
    }
    .board_box_list[data-bd-id="biz_results01"] {
        margin-bottom: 0 !important;
        padding: 30px 15px;
        background: #3f424a;
    }
    .board_box_list ul li::before {
        top: 14px;
        width: 4px;
        height: 4px;
    }
    .board_box_list[data-bd-id="biz_results01"] ul li .subject {
        font-size: 15px;
    }
    .board_box_list[data-bd-id="biz_results01"] .page-header .pull-right {
        margin: 0;
    }
    .board_box_list[data-bd-id="biz_results01"] .page-header .pull-right::after {
        font-size: 12px;
    }
    .board_box_list[data-bd-id="biz_results01"] .page-header h4 {
        font-size: 18px;
    }
    .board_box_list[data-bd-id="biz_results01"] ul li {
        padding: 2px 0 2px 12px;
    }
    .main-contents {
        width: 100%;
        display: inline-block;
    }
    .main-contents > section {
        padding: 70px 0;
    }

    .main-contents .top h2 {
        margin: 0 0 30px;
        font-size: 36px;
    }
    .main-contents .top p {
        margin: 0 0 60px;
        padding: 0 15px;
        font-size: 16px;
        word-break: keep-all;
    }
    .main-contents #company .top p {
        margin-top: 30px;
    }
    .main-contents #company .top p span {
        font-size: 31px;
    }
    .link-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 30px 0 40px;
    }
    .link-main a {
        padding: 12px;
        font-size: 14px;
    }
    .box-rounded dd {
        padding: 20px 0;
        line-height: 60px;
    }
    .wrap-box-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding: 0 15px;
    }
    /* div:not(.right) > .box-main {
        margin-bottom: 40px;
    } */
    .box-main p {
        font-size: 15px;
        word-break: keep-all;
    }
    .main-contents #affiliate #row2 {
        margin-top: 0;
    }
    .main-contents h4 {
        font-size: 20px;
    }
    .main-contents>section#affiliate .col-sm-4 .box-logo {
        float: none;
        margin-bottom: 35px;
    }
    .main-contents>section#affiliate .col-sm-8 .box-logo {
        width: 100%;
        margin: 0 0 10px;
    }
    .main-contents #location .top h2 {
        margin-bottom: 30px;
    }
    .main-contents>section#location .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
    .main-contents>section#location .addr {
        font-size: 17px;
    }
    .main-contents #customer-center .top h2 {
        margin-bottom: 50px;
    }
    #section_a3f390 {
        padding-bottom: 70px;
    }
    #section_a3f390 .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    #section_a3f390 .board_box_list {
        width: 100%;
    }
    #section_a3f390 .board_box_list:first-child {
        margin-bottom: 40px !important;
    }
    #site footer .footer-info {
        padding: 40px 0;
    }
    #site footer img {
        height: 38px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #site footer .footer-info ul li {
        margin-right: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    #site footer .footer-info ul li.copy {
        font-size: 11px;
    }
    #site footer .footer-info .text {
        padding-left: 15px;
    }

    .sub-contents>.page-top {
        height: auto;
        margin-bottom: 30px;
        padding: 70px 0 15px;
    }
    .sub-contents .wrap-breadcrumb {
        right: 0;
    }
    .sub-contents .wrap-breadcrumb > .container {
        padding-right: 0;
    }
    .sub-contents>.page-top h3 {
        font-size: 40px;
    }
    .sub-contents .links {
        position: relative;
        margin-top: 35px;
        background: transparent;
    }
    .sub-contents .links ul>li>a {
        padding: 12px 15px;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.9);
        border: 1px solid #999;
    }
    .sub-contents .links ul>li>a.current {
        border-color: #d4312b;
    }
    .sub-contents .contents>section {
        padding: 30px 0;
    }
    .page-title h2 {
        font-size: 34px;
    }
    .sub-contents .page-title {
        margin-bottom: 40px;
    }
    .title-lv-3 {
        font-size: 25px;
    }
    .title-lv-3::after {
        top: 2px;
    }

    #greeting .contents .col-sm-4 {
        padding-right: 15px;
    }
    #greeting .contents .col-sm-4 img {
        width: 100%;
    }
    #greeting .p-big {
        margin-top: 20px;
        font-size: 26px;
        line-height: 1.4;
        word-break: keep-all;
    }
    #greeting .box-text {
        margin-bottom: 30px;
    }

    .box-memo {
        padding: 30px 15px;
        word-break: keep-all;
    }
    .box-memo p {
        margin: 0;
        font-size: 17px;
    }
    #history .box-mission {
        padding: 28px 0;
    }
    #history .wrap-mission-vision {
        min-height: auto;
        margin-top: 40px;
        padding: 0 15px;
    }
    #history .vision-circle {
        float: none;
        width: 100%;
        height: auto;
        margin: 20px 0;
        border-radius: 10px;
    }
    #history .vision-circle .num {
        float: left;
        width: 20%;
        margin-top: -12px;
        font-size: 36px;
    }
    #history .vision-circle p {
        width: 80%;
        display: inline-block;
        padding-left: 5px;
        text-align: left;
    }
    .list-history {
        margin-top: 25px;
        margin-left: 5px;
    }
    .box-logo {
        float: none;
        margin-bottom: 20px;
    }
    #contact .root_daum_roughmap {
        height: 280px;
    }
    .tb-contact>tbody>tr>th, .tb-contact>tbody>tr>td {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .sub-contents.board+.board_wrapper {
        margin-top: -85px;
        margin-bottom: 60px;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits{display:none}
    .board_wrapper .table .subject{width:215px;padding-right:0 !important}
    /* .board_wrapper .table .writer{width:72%}
    .board_wrapper .table .regdate{width:28%} */

    /* .board[id^='biz_results']+.board_wrapper .table .subject {
        width: 100%;
    }
    .board[id^='biz_results']+.board_wrapper .table tr .regdate {
        display:none
    } */


    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:13px}
    .table.table_default tbody .subject .badge{top:9px;font-size:10px}
    .table.table_default tr td.subject a {font-size: 13px}
    .board_wrapper .table.table_default tr td.subject a,
    .board_wrapper .table.table_default tr td.regdate {
        white-space: normal;
        word-break: break-all;
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
        line-height: 1.5; */
    }
    .table.table_default tbody .subject span > .badge + a{padding-left:55px}
    .board_data_view .header_wrap {
        padding: 20px 5px;
    }
    .board_data_view .header_wrap .title {
        font-size: 22px;
        line-height: 1.3em;
    }
    .board_data_view .header_wrap .info {
        margin-top: 10px;
    }
    .board_data_view .header_wrap .info span{font-size:11px}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
    .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:12px}
    .board_wrapper .text-center .btn#write_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    .search_wrap .write_btn_wrap {
        position: static;
    }

    /* .board_wrapper > .table.table_default > colgroup > col:nth-child(1),
    .board_wrapper > .table.table_default > colgroup > col:nth-child(5) {
        width: 70px;
    }
    .board_wrapper > .table.table_default > colgroup > col:nth-child(2) {
        width: 230px;
    }
    .search_wrap .write_btn_wrap {
        right: 0;
        position: relative;
    }
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0 0 10px;
        padding: 10px;
    } */
    .biz-hours {
        padding: 15px 25px 10px;
    }
    .biz-hours>.left>h4 {
        float: left;
        display: inline-block;
        margin: 10px 0 15px;
    }
    .biz-hours>.left>h4 i {
        float: left;
        margin: -1px 12px 0 0;
        font-size: 30px;
    }
    #inquiry .inquiry-top {
        text-align: left;
    }
    .member_wrapper {
        padding-bottom: 90px;
    }

    .main-contents #company h3 {
        font-size: 27px;
    }
    .prepare-page {
        padding: 30px 0;
    }
    .prepare-page > h4 {
        margin: 20px 0 15px;
        font-size: 26px;
    }
    .prepare-page > p {
        font-size: 15px;
    }
    table.tb-result > thead > tr > th,
    table.tb-result > tbody > tr > th,
    table.tb-result > tbody > tr > td {
        padding: 12px;
        font-size: 14px;
    }
    table.tb-result {
        margin-top: 0;
    }

}
@media (min-width: 768px) and (max-width: 1119px) { /* 태블릿 */
    #mainCarousel .carousel-caption {
        right: 5%;
        left: 5%;
    }
    #mainCarousel .carousel-caption h1 {
        font-size: 44px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 20px;
    }

    .box-memo {
        padding: 40px 80px;
    }
    #history .wrap-mission-vision {
        padding: 0 8px;
    }
}
/******* 모바일 최적화 끝 *******/