/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* 스크롤 설정 */
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    background-color: #fff;
}

/* 폰트 설정 */
* {
    font-family: 'Nanum Gothic', 'Malgun Gothic', sans-serif !important;
    letter-spacing: -0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Nanum Gothic', 'Malgun Gothic', sans-serif !important;
    letter-spacing: -0.5px;
}

.fa {
    font-family: 'FontAwesome' !important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

ol,
ul,
li {
    list-style: none;
}

/* 상단 메뉴 설정 시작 */
.navbar-inverse {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: auto;
    background: #fff;
    border-bottom: 1px solid #dedede;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: transparent;
    color: #0074c6;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
}

.navbar~br {
    display: none;
}

.topmarginLay_a {
    height: 0px !important;
}

@media screen and (max-width: 991px) {
    .topmarginLay_a {
        height: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .topmarginLay_a {
        height: 0px !important;
    }
}

/* ----- 메뉴 상단 영역 설정 시작 ----- */
/* .navbar-inverse > .container{padding: 30px 0px 0px;} */
.navbar-inverse .navbar-wrap {
    width: 100%;
    position: relative;
    background: #313131;
    overflow: hidden;
}

.navbar-inverse .navbar-wrap .navbar-logo {
    display: inline-block;
    float: left;
    margin: 22px 15px 22px;
}

.navbar-inverse .navbar-wrap .navbar-small {
    position: relative;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    float: none !important;
    overflow: hidden;
}

.navbar-inverse .navbar-wrap .navbar-small>ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 7px 0 9px;
    line-height: 1;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li {
    float: left;
    padding: 0;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li>a {
    color: #909090;
    font-size: 12px;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li>a:after {
    content: " | ";
    font-size: 8px;
    padding: 0 8px 0;
    margin: 0;
    color: #636363;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li:last-child>a:after {
    content: "";
    padding: 0
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li:hover>a {
    color: #ddd;
}

@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-wrap {
        width: 100%;
    }

    .navbar-inverse .navbar-wrap .navbar-logo {
        margin: 20px 0 15px;
        padding: 10px 15px 10px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-wrap .navbar-logo {
        margin: 0;
        padding: 10px 15px 10px;
        max-width: 150px;
    }

    .navbar-inverse>.container:first-child {
        display: inline-block;
        float: left;
        width: 80%;
    }

    /*     .navbar-inverse > .container:last-child{display: inline-block; float: right; width: 20%;} */
    .navbar-inverse .navbar-wrap .navbar-small {
        display: none;
    }
}

/* ----- //메뉴 상단 영역 설정 끝 ----- */

/* ----- 메인 로고 설정 ------ */
.navbar-brand img {
    margin: 0
}


/* ----- 메인 메뉴 설정 시작 -----*/
.navbar-collapse {
    /* background: #004e81; */
}

.navbar-inverse .navbar-nav {
    max-width: 1170px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-align: center;
    padding: 29px 20px;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #0074c6;
}

.caret {
    display: none;
}

.navbar-inverse .divider-vertical {
    display: none;
}

@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        margin: 22px 0px 18px 0px;
        padding: 12px 20px 12px 20px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse {
        border-bottom: 1px solid #ddd;
    }

    .navbar-inverse .navbar-nav>li {
        border-bottom: 1px solid #23628c;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        margin: 0;
        padding: 12px 20px;
        text-align: left;
        width: 100%;
    }

    .navbar-collapse {
        position: absolute;
        left: 0px !important;
    }
}

/* ----- //메인 메뉴 설정 끝 -----*/


/* ----- 서브 메뉴 설정 시작 -----*/
.dropdown-menu {
    left: 0 !important;
    right: auto !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: #1a6494;
    border: none;
}

.dropdown-menu>li>a {
    background: transparent;
    color: #b9cedc;
    padding: 9px 15px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.dropdown-menu>li:last-child>a {
    border-bottom: none !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #2b8dcc;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .dropdown-menu {
        padding: 0;
    }
}

/* ----- //서브 메뉴 설정 끝 -----*/


/* ----- 모바일 메뉴 시작 ----- */
.navbar-toggle {
    border-radius: 0;
    border: none;
    margin: 20px 30px 20px;
    padding: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #004e81;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #b9cedc;
        background: #1a6494;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px 10px 25px;
    }
}

/* ----- //모바일 메뉴 끝 ----- */
/* 상단 메뉴 설정 끝 */


/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background: #ffffff;
    color: #a5a5a5;
    border-top: 1px solid #e5e5e5;
    font-weight: 300;
    padding: 0 15px 0;
    margin: 0;
    text-align: left;
}

.footer-con {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 35px 0px 0px;
    overflow: hidden;
}

.footer-top {
    float: left;
}

.footer-top>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top>ul>li {
    display: inline-block;
    float: left;
}

.footer-top>ul>li>a {
    color: #858585;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 400;
}

.footer-top>ul>li:hover>a,
.footer-top>ul>li:focus>a {
    color: #359ad4;
    text-decoration: underline !important;
}

.footer-bottom {
    float: left;
    margin-left: 35px;
}

.footer_copy::after {
    content: "";
    display: block;
    clear: both;
}

.footer-bottom p {
    font-size: 13px;
    letter-spacing: -0.3px;
    line-height: 1.6;
}

.socialArea {
    display: none;
}

@media screen and (max-width: 991px) {
    .footer-con {
        width: 100%;
    }
}

/* 하단 카피라이트 설정 끝*/


/* 슬라이드 설정 시작*/
.container_slide {
    width: 100%;
    padding: 0;
}

.container_slide #myCarousel {
    margin-top: -20px;
}

.carousel-control {
    display: none;
}

.gu-slider .carousel-inner .item {
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
}

.gu-slider .carousel-inner .item>.container {
    position: relative;
    height: 100%;
    padding: 60px 0 60px;
}

.slide-box-left {
    color: #fff;
    float: left;
    width: 85%;
    padding: 0 15px 0;
}

.slide-caption {
    position: absolute;
    top: 80px;
}

.slide-caption em {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 15px;
}

.slide-caption em span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
}

.slide-caption h3 {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0px;
    color: #313131;
}

.slide-caption h3 span {
    font-weight: 500;
}

.slide-caption p {
    font-size: 19px;
    line-height: 1.45;
    margin: 18px 0 0;
    font-weight: 300;
    color: #616161;
}

.slide-caption .small-txt {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #34abff;
    text-shadow: none;
}

.slide-caption .small-txt strong {
    color: #0074c6;
}

/* 슬라이드 페이드 효과 */

#myCarousel .carousel-inner .item {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;

}

#myCarousel .carousel-inner .item,
#myCarousel .carousel-inner .active.left,
#myCarousel .carousel-inner .active.right {
    opacity: 0;
}

#myCarousel .carousel-inner .active,
#myCarousel .carousel-inner .next.left,
#myCarousel .carousel-inner .prev.right {
    opacity: 1;
}

#myCarousel .carousel-inner .next,
#myCarousel .carousel-inner .prev,
#myCarousel .carousel-inner .active.left,
#myCarousel .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#myCarousel .carousel-control {
    z-index: 2;
}



/* ----- 슬라이드 버튼 박스 영역 ----- */
.slide-box-right {
    position: absolute;
    top: 50%;
    margin-top: -113px;
    right: 0;
    width: 25%;
    background: #fff;
}

.slide-box-right .title {
    padding: 14px 10px 14px;
    background: #313131;
    text-align: center;
}

.slide-box-right .title h4 {
    padding: 0;
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.slide-box-right .title p {
    color: #d7fffd;
    font-size: 13px;
    line-height: 16px;
    word-wrap: break-word;
    word-break: keep-all;
}

.button-wrap {
    padding: 0;
    background: #fff;
}

.button-wrap li {
    border-top: 1px solid #ddd;
    text-align: left;
}

.button-wrap li a {
    padding: 20px 30px 20px;
    display: block;
    color: #333;
}

/* ----- 슬라이드 버튼 ----- */
.carousel-indicators {
    text-align: left;
    bottom: 80px;
    position: relative;
    top: 300px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    left: 0px;
    padding-left: 1%;
}

@media screen and (max-width: 1199px) {
    .carousel-indicators {
        max-width: 960px;
    }
}

@media screen and (max-width: 991px) {
    .carousel-indicators {
        max-width: 740px;
    }
}

.carousel-indicators li {
    width: 50px;
    height: 5px;
    border: none;
    background: #fff;
}

.carousel-indicators li.active {
    width: 50px;
    height: 5px;
    background: #0074c6;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0 2px 0;
}

@media screen and (max-width: 991px) {
    .slide-box-left {
        width: 70%;
    }

    .slide-box-right {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .container_slide {
        display: none;
    }
}

/* 슬라이드 설정 끝*/


/* 메인 페이지 설정 시작 */
.mobile-btn-layout-container {
    display: none;
}

.container.container_contents {
    width: 100%;
    padding: 0;
    background: #fff;
}

/* ----- main-html-area ----- */
.intro-html-layout {
    background: #0074c6;
    margin: 0
}

.html-header {
    color: #008470;
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0 0 6px;
    border-bottom: 2px solid #ccc;
    letter-spacing: -0.03em;
}

.html-header .btn {
    color: #999;
    padding: 2px 5px 2px;
    margin: 0;
    font-size: 20px;
    line-height: 1;
}

.html-header .btn:hover,
.html-header .btn:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #ed7744;
}

.html-header .btn .fa-plus:before {
    content: "\f105";
}

/* ---------- 사업분야 영역 ---------- */
.main-wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.main-con {
    width: 25%;
    float: left;
}

.main-con>a {
    display: block;
    width: 100%;
    padding: 30px 30px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.main-wrap .main-con:last-child>a {
    border-right: none;
}

.main-con>a:hover {
    background: #007bd2;
}

@media screen and (max-width:1199px) {
    .main-con>a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media screen and (max-width:767px) {
    .main-con>a>.row {
        margin: 0
    }

    .main-con-img {
        float: left;
        width: 40px;
        height: 50px;
        margin-right: 15px;
        margin-top: 6px;
    }
}

.main-con .col-sm-9 {
    padding-left: 0;
}

.main-con-text {
    display: block;
}

.main-con-text h5 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 10px;
}

.main-con-text p {
    font-size: 14px;
    color: #a9cde6;
    margin: 0;
    line-height: 1.6;
}

.main-con-img {
    display: block;
    text-align: center;
    margin-top: 13px;
}

.main-con-img i {
    font-size: 36px;
    color: #66acdd;
    opacity: 1;
}

.main-con>a:hover i {
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .main-wrap {
        width: 100%;
    }

    .main-con {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .main-con {
        width: 100%;
    }
}

/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */
.intro-board-widget-layout {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0 20px;
}

.intro-boardbox {
    width: 50%;
}

@media screen and (max-width: 991px) {
    .intro-board-widget-layout {
        width: 100%;
    }

    .intro-boardbox {
        width: 100%;
    }
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header {
    padding: 0 0 6px;
    margin: 20px 0 15px;
    border-bottom: none;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #454545;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 0;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
    content: url('/skin/img/main/btn-board-more.png');
}

.slide-box-right .board-banner {
    padding: 10px 15px;
    background: #eee;
}

.slide-box-right .banner-wrap {
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.slide-box-right .banner-wrap:last-child {
    border-bottom: none;
}

.slide-box-right .banner-text {
    padding-top: 9px;
}

.slide-box-right .banner-text h5 {
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.slide-box-right .banner-text h3 {
    margin: 0 0 5px;
    color: #54b2e4;
    font-size: 23px;
    font-weight: 500;
}

.slide-box-right .banner-text p,
.slide-box-right .banner-text p a {
    margin: 0 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 100;
    display: block;
}

.slide-box-right .banner-text p a:hover,
.slide-box-right .banner-text p a:focus {
    text-decoration: none;
}

@media screen and (max-width:1199px) {
    .slide-box-right .banner-text {
        padding: 0
    }

    .slide-box-right .banner-wrap {
        padding: 12px 15px;
    }
}


/* ---------- 게시판 리스트 설정 ---------- */
.intro-boardbox .front-panel>.panel {
    padding: 0;
    background-color: transparent !important;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
    padding: 0;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 12px 0 12px;
    border-bottom: 1px solid #dedede;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #707070;
    font-weight: 400;
    font-size: 13px;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #333;
    text-decoration: none;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
}

.intro-boardbox:nth-child(2) .list-row-subject:before {
    content: "자료";
    padding: 0 10px 0 0;
    color: #54b2e4;
}

.intro-boardbox:last-child .list-row-subject:before {
    content: "공지";
    padding: 0 10px 0 0;
    color: #54b2e4;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}

.dh-front-list2 h6 a small>span {
    color: #33a681 !important;
}

/* ----- //main-board-area ----- */
/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */
/* ----- 서브페이지 common 설정 ----- */
/* .sub-layout{padding: 0;} */
#content {
    padding: 0 40px 40px;
    border-left: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
    #content {
        padding: 0 15px 40px;
        border: none;
    }
}

.content_wrap h4+img,
.content_wrap h5+img {
    margin-top: 0;
    margin-bottom: 0;
}

.content_wrap section>img+h5 {
    margin-top: 15px;
}

.content_wrap img {
    max-width: 100% !important;
    margin: 35px 0px;
}

#outsourcing03 .content_wrap img {
    display: block;
    margin: 0 auto;
}
#outsourcing01 .content_wrap img,
#consulting01 .content_wrap img,
#consulting05 .content_wrap img {
    display: block;
    margin: 35px auto;
}
[id^="consulting"] .content_wrap img,
[id^="outsourcing"] .content_wrap img{
    opacity: .8;

}

[id^="case"] .content_wrap img{padding: 20px;background: #d6e7fb;}

.content_wrap section {
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .sub-layout {
        padding: 0 15px;
    }
}

/* ----- 서브페이지 left-menu 설정 ----- */
.left_menu_wrap {
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    .left_menu_wrap {
        display: none;
    }
}

.left_menu {
    list-style: none;
    padding: 0 0 0;
    margin: 0 0 50px;
}

.left_menu>header {
    padding: 50px 0px 20px;
    border-bottom: 2px solid #313131;
}

.left_menu h2 {
    word-break: keep-all;
    color: #444;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.left_menu>li>a {
    display: block;
    border-bottom: 1px solid #dedede !important;
    margin: 0 0 0;
    padding: 10px 15px 10px 2px;
    color: #555;
    font-size: 15px;
    font-weight: 400;
}

.left_menu>li.active>a {
    color: #54b2e4;
    font-weight: 600;
}

.left_menu>li.active>a:after {
    content: "\276F";
    float: right;
}

/* ----- 서브페이지 content 설정 ----- */
.breadcrumb_wrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 45px 0px 20px;
    margin: 0 0 20px;
}

.breadcrumb_wrap h3 {
    display: inline-block;
    float: left;
    margin: 0;
    color: #313131;
    font-size: 30px;
    font-weight: 600
}

.breadcrumb_wrap h3 span {
    font-size: 16px;
    font-weight: 300;
    color: #888;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 0 0;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #909090;
    float: right;
}

.breadcrumb>.active {
    color: #54b2e4;
    font-weight: 500;
}

.breadcrumb>li+li:before {
    content: "\276D";
}

.content_wrap h3 {
    font-weight: 400;
    color: #434343;
    line-height: 1.4;
}

.content_wrap h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0071bb;
    line-height: 1.5;
    margin: 0 0 0;
    padding: 0 0 15px;
}

.content_wrap section>h5 {
    margin: 5px 0 12px;
    font-size: 17px;
    color: #000;
    font-weight: 700;
}

.content_wrap h4:before {
    content: "\f05d";
    font-family: "FontAwesome";
    margin-right: 6px;
    font-weight: 400;
}

.content_wrap p {
    font-size: 14px;
    line-height: 1.8;
    color: #565656;
    margin: 0 0 0px;
    padding: 0 0 10px;
}
.content_wrap p.pro-tit{
    padding: 0;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 600;
}
.content_wrap h4 + p.pro-tit{
    padding-bottom: 10px;
}
.content_wrap p.notice {
    background: #f3f3f3;
    padding: 20px 25px;
    color: #4a4a4a;
    margin-bottom: 30px;
}

/* ---------- 텍스트 스타일 설정 ---------- */
.content-title {
    margin: 0 0 50px;
    text-align: center;
}

.content-title h3 {
    font-size: 30px;
}

.content-title h5 {
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

.greeting-title {
    padding: 25px 30px 27px !important;
    color: #555 !important;
    border: 6px solid #f1f1f1;
    margin: 0 0 30px !important;
}

.content-text {
    padding: 0 !important;
}

.company_name {
    font-size: 15px;
    font-weight: bold;
    color: #2a2a2a;
}

/* ---------- tab 매뉴 설정 ---------- */
.nav-tabs {
    border: 1px solid #cecece;
    background: #fff;
    margin: 0 0 40px;
}

.nav-tabs>li>a {
    margin: 0 0 0;
    padding: 12px 50px 12px;
    line-height: 1;
    border: 1px solid transparent;
    border-right: 1px solid #cecece;
    border-radius: 0;
    color: #656565;
    font-size: 13px;
    font-weight: 400;
}

.nav-tabs>li>a:hover {
    background: #f7f7f7;
    border: 1px solid transparent;
    border-right: 1px solid #ccc;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background: #008470;
    border: 1px solid transparent !important;
}

/* ---------- table 영역 설정 ---------- */
table {
    width: 100%;
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

th,
td {
    padding: 12px 15px !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd;
    word-break: keep-all;
}

th {
    background: #f8f8f8;
    color: #313131 !important;
}

td {
    background-color: #fff;
    color: #666;
    line-height: 1.7 !important;
}

thead>tr>th:last-child,
tbody>tr>td:last-child {
    border-right: none;
}

/* ---------- sub page - 법인소개 ---------- */
/** 법인소개, 인사말 **/
#greeting .part01 {
    overflow: hidden;
}

.greeting-img {
    width: 28%;
    float: left;
    margin-right: 10px;
}

.greeting-img img {
    margin: 0;

}

.greeting-txt .title {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.4;
}

.greeting-txt .title em {
    font-size: 30px;
    font-weight: 600;
    color: #4a4a4a;
    font-style: inherit;
}

.greeting-txt .color01 {
    color: #0071bb;
}

.greeting-txt .writer {
    font-size: 20px;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 10px;
}

@media screen and (max-width:991px) {
    .greeting-img {
        display: none;
    }
}

/** 오시는길 **/
#location iframe {
    background: #f3f3f3;
}

.location_tb {
    margin-bottom: 10px;
}

/** 구성원 소개 **/
#members .picture {
    padding-right: 25px;
}

#members .picture img {
    margin: 0 0 35px;
}

#members .job_title {
    font-size: 15px;
    margin-right: 5px;
    color: #4a4a4a;
}

#members .profile {
    padding-left: 0px;
}

#members .profile+.profile:not(.box) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #ddd;
}

#members .profile.box {
    margin-top: 0px;
    padding: 15px;
    background: #f8f8f8;
}

#members .profile li {
    font-size: 14px;
    background-image: url(/skin/img/sub/list-head.jpg);
    background-repeat: no-repeat;
    background-position: left 11px;
    padding-left: 7px;
    color: #616161;
    line-height: 1.8;
    word-break: keep-all;
}

#members .profile li em {
    padding-right: 4px;
    font-weight: 800;
    font-style: normal;
}

#members .profile li span {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 3px;
    font-size: 13px;
    font-weight: 800;
    color: #888;
    text-align: center;
    background: #eee;
    border-radius: 30px;
}

#members h4:not(.sec_title) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1;
}

#members h4:before {
    content: none;
}

#members h4.sec_title {
    margin: 10px 0 15px;
    font-size: 24px;
}

#members h4.sec_title::before {
    content: "\f05d";
    font-family: "FontAwesome";
    margin-right: 6px;
    font-weight: 400;
}

.career_wrap {
    margin-bottom: 40px;
}

/* ---------- sub page - 자문 / 아웃소싱 ---------- */
.content_wrap .consult_list {
    padding-left: 0;
}

.content_wrap .consult_list h5 {
    display: inline-block;
    margin: 0;
    font-weight: 600
}

.content_wrap .consult_list li {
    background-image: url(/skin/img/sub/list-head.jpg);
    background-repeat: no-repeat;
    background-position: left 11px;
    padding-left: 7px;
    margin-bottom: 6px;
    color: #555555;
    letter-spacing: -0.5px;
}

/** 급여 / 4대보험관리 **/
#outsourcing02 .content_wrap img {
    margin: 0px 0px 35px;
}

/* #outsourcing02 .content_wrap img { margin: 10px 0px 35px; max-width: 85%; } */


/* ---------- sub page - 메일문의 ---------- */
.form-control {
    padding: auto 16px;
    height: auto;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    border-radius: 0;
}

#mailForm .btn-primary {
    background: #494f48;
    border-radius: 0;
    border: 1px solid #494f48 !important;
    padding: 8px 0 8px;
}

/* ---------- sub page - 로그인 ---------- */
.login-layout .panel {
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid transparent;
}

.login-layout .panel-body h2 {
    margin: 0;
    color: #454545;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.login-layout .inner-box-msg p {
    font-size: 13px;
    color: #666;
}

.login-layout .inner-box-form form label {
    font-size: 14px;
}

.login-layout input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: #fff !important;
    border: 1px solid #d5d5d5;
}

.login-layout .btn-warning {
    background-image: none;
    background-color: #494f48;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #f5f5f5;
}

.login-layout .btn-warning:focus,
.login-layout .btn-warning:hover {
    background: #008470;
}

.login-layout form>div>p>a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #777;
}

.login-layout form>div>p>a:hover {
    color: #303030;
}

.login-layout form>div>p>a:after {
    content: " | ";
    font-size: 8px;
    padding: 0 5px 0;
    margin: 0;
    color: #d9d9d9;
}

.login-layout form>div>p:last-child>a:after {
    content: "";
}

/* ---------- sub page - 회원가입 ---------- */
.join-agree-layout .sub_top_wrap {
    margin-top: -40px;
    margin-bottom: 40px;
}

/* //서브 페이지 설정 끝 */


/* 게시판 설정 시작 */
/* FOUC 제거 */
.dh-board,
.bbs-list-add-layout>#insertForm,
.bbs-list-edit-layout>#insertForm,
.bbs-blog-edit-layout>#insertForm,
.bbs-blog-add-layout>#insertForm,
.dh-view-box,
.bbs-list-add-layout,
.bbs-list-view-layout,
.bbs-list-edit-layout,
.bbs-list-view-layout+.row,
#mailForm {
    visibility: hidden;
}

/* ----- 레프트 메뉴 ----- */

@media screen and (max-width: 991px) {

    .dh-board,
    form#insertForm,
    form#mailForm,
    .img-bbs-default-index-layout>div:nth-child(2),
    .dh-view-box.dh-margin-topx2 {
        width: 100%;
        padding: 0 15px 0;
        margin: 0;
    }

    .bbs-list-index-layout #content,
    .contact-mail-layout #content,
    .img-bbs-default-index-layout #content,
    .vod-index-layout #content,
    .bbs-blog2-index-layout #content,
    .bbs-blog-view-layout #content,
    .bbs-list-view-layout #content {
        width: 100%;
        padding: 0;
    }
}

/* ----- 텍스트 게시판 설정 ----- */
.dh-board>.table-hover {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #ffffff;
}

.table-hover th,
.table-hover td {
    padding: 10px !important;
    border-right: none;
}

.dh-board>.table-hover td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}

.dh-board>.table-hover td.subject a:hover {
    color: #1a6494;
    text-decoration: underline !important;
}

.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}

/* ----- 게시판 버튼 설정 ----- */
.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}

.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}

.label-primary {
    color: #2b5cb7;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}

.pagination>li>a,
.pagination>li>span {
    color: #9D8478;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #9D8478;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}

.btnRead {
    font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}

.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}

/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box {
    margin-top: 0px;
}

.dh-view-box .row {
    margin: 0;
}

.sns-box {
    display: none;
}

.dh-view-box>.row>.page-header h4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
}

.content_wrap .page-header h4:before {
    content: none;
}

.dh-view-box>.row>.dh-view-info.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
}

.dh-view-box>.row>.dh-view-info>span {
    padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #555;
    padding: 0 5px 0 0;
}

.dh-view-box .dh-attach {
    padding: 0 40px 0;
}

.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    padding: 30px 40px 40px !important;
}

/* //게시판 설정 끝 */

/* ----- 사이트맵 ----- */
.sitemap4-toggle {
    max-width: 100%;
    width: 100%;
    border-top: 1px solid #ccc;
    background: #f8f8f8;
}

.sitemap4-toggle .panel {
    border: none;
    margin: 0 auto;
    background: #f8f8f8
}

.sitemap4-toggle .panel .panel-heading {
    background: #f8f8f8;
    padding: 0px;
    margin: 0 auto;
    max-width: 1170px;
}

.sitemap4-toggle .panel .panel-heading a {
    padding: 15px;
    color: #4a4a4a;
}

.sitemap4-toggle .panel-body {
    max-width: 1170px;
    margin: 0 auto;
    border-top: none !important;
    padding: 0 !important;
}

.sitemap4-toggle .sitemap4 {
    margin: 0;
    padding: 0 15px 20px;
}

.sitemap4>.menu-category {
    margin: 0 0 15px;
    padding: 20px;
    background: #fff;
}

.sitemap4 .list-group-item:first-child {
    padding: 0;
    line-height: 1;
}

.sitemap4 .list-group-item:first-child a {
    color: #0071bb;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
}

a.list-group-item:focus,
a.list-group-item:hover {
    color: #359ad4 !important;
    text-decoration: underline !important;
    background: rgba(0, 0, 0, 0);
}

.sitemap4>.list-group .list-group-item {
    padding: 0;
    font-size: 13px;
    color: #616161;
    line-height: 1.8;
}

td strong {
    margin-bottom: 7px;
    color: #444;
}

.process-dl dl {
    display: flex;
    align-items: center;
}

.process-dl dl>* {
    /* flex: 1; */
}

.process-dl dt {
    position: relative;
    display: flex;
    height: 50px;
    flex-basis: 42%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #0071bb;
    color: #004b7c;
    margin-right: 15px;
    font-size: 15px;
}

.process-dl.arrow dl+dl dt::before {
    content: "\f063";
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -24px;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Line Awesome Free';
}

.center-block {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

.filter-items {
    display: flex;
    margin: 0;
    padding: 0;
}

.filter-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 0;
    padding: 0 30px;
    background: #868686;
}

.filter-items a.on {
    background: #007bd2;
}

.filter-items .filter-label {
    color: #fff;
    font-size: 14px;
}

.filter-items .filter-label:hover {
    background: transparent;
}

.filter-items a+a {
    margin-left: 5px;
}

.filter-items a>div {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    color: inherit;
}

.q_number i {
    display: none;
}

.q_number>div h3 {
    margin-bottom: 10px !important;
}

#mod_type_formForm {
    margin: 0 -15px;
}

#notice06 .bbs-area {
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 10px;
}

#mod_type_formForm .q_number {
    margin-top: 15px;
}

#mod_type_formForm .q_number input {
    margin-bottom: 0;
}

#mod_type_formForm .q_number div h3 {
    margin-top: 0;
    font-size: 18px;
}

#mod_type_formForm .q_number div h3 span {
    color: #2b8dcc;
}

.form-control:focus {
    box-shadow: none;
    border-color: #666;
}

#mod_type_formForm .btn-wrap {
    float: none;
    padding: 0;
}

#mod_type_formForm .btn-primary {
    background: #333;
    border-color: #333;
    border-radius: 3px;
    float: none !important;
    width: 180px;
}

#mod_type_formForm .btn-primary:hover {
    background: #0071bb;
    border-color: #0071bb;
}