@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

.navbar-inverse {
    position: static;
    background-color: #FFF;
    margin-bottom: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    border: none;
}

.navbar-inverse .navbar-brand {
    color: #333;
    margin-left: 0 !important;
    padding: 0;
    margin-top: 25px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}

.navbar-brand img {
    margin-top: 0;
    height: 50px;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 40px 20px;
        font-size: 15px;
        font-weight: 500;
        color: #111;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #185bc5;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #eee;
        border-top: 1px solid #fff;
        background-color: #fff;
        padding: 0px 0 12px;
    }

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

.dropdown-menu > li > a {
    padding: 5px 25px;
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #111;
    font-weight: 500;
}


/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #154a9f;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #154a9f;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

/* personal setting 0.62v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

@media(min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #154a9f;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/
.li-none > li {
    list-style: none !important;
    margin-left: 20px;
}

.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square > li {
    list-style: square !important;
    margin-left: 20px;
}

.li-disc > li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-dash > li,
.li-dot > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-dash > li:before,
.li-dot > li:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot > li:before {
    content: '路';
}

.location-li {
    border-top: 1px solid #ccc;
    margin: 0 0 30px;
}

.location-li li {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 5px;
    color: #154a9f;
}

.partner-li {
    margin: 20px 0;
}

.partner-li:after {
    content: '';
    display: block;
    clear: both;
}

.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}

.partner-li > li img {
    border: 1px solid #ddd;
}

.category-li {
    display: inline-block;
    margin: 20px auto;
}

.category-li:after {
    content: '';
    display: block;
    clear: both;
}

.category-li > li {
    float: left;
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.trait-dl {
    margin: 40px 0;
}

.trait-dl:after {
    content: '';
    display: block;
    clear: both;
}

.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}

.trait-dl dt {
    border-color: #154a9f;
    font-size: 18px;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 25%;
    }

    .trait-dl dd {
        width: 75%;
    }
}

@media(max-width:767px) {
    .partner-li > li {
        width: 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}

.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #154a9f;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

@media(max-width:767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}

.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.dh-board .table-hover {
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 18px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f6f6f6;
    padding: 18px 15px;
    font-weight: 500;
}

.table-hover > tbody > tr:hover {
    background: #fff;
}

.dh-board .table-hover td strong a {
    font-weight: 400;
}

.dh-board .table-hover td strong a:hover {
    color: #185bc5;
    text-decoration: underline;
}

.table-style {
    margin: 0 0 20px;
    border-top: 1px solid #ccc;
}

.table-style tr th,
.table-style tr td {
    padding: 16px 10px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}

.history-table {
    border-top: none;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    padding: 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 22px;
    color: #154a9f;
}

.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #154a9f;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.62v end */
/* navigation setting */
@media(max-width:767px) {}

/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container_slide > .fill,
.carousel-inner .item .fill {
    height: calc(100vh - 150px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
}

#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.carousel-caption h1 {
    margin: 0;
    font-size: 42px;
    color: #fff;
    font-weight: 400;
}

.carousel-caption p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #fff;
}

.carousel-control.left {
    background: url(/skin/img/slide/arrow_prev.png) no-repeat center;
}

.carousel-control.right {
    background: url(/skin/img/slide/arrow_next.png) no-repeat center;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 10px;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
}

.carousel-indicators li.active {
    background: #fff;
}

.carousel-control {
    width: 5%;
}

.intro-html-layout {
    display: none;
}

@media(max-width:767px) {
    .carousel-indicators li.active {
        background: #154a9f;
    }
}

/* footer setting */
.footer_copy > div {
    padding: 20px 15px 10px;
    color: #777;
    font-size: 12px;
    background: #eee;
}

.footer_copy ul:after {
    content: '';
    display: block;
    clear: both;
}

.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.footer_copy li:last-of-type {
    border-right: none;
}

.footer_copy li strong,
.footer_copy .copy span {
    color: #414042;
}

@media(max-width:767px) {}

/* subpage setting */
.pageheader {
    height: 250px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container {
    position: relative;
    height: 100%;
}

.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #fff;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #bbb;
}

.breadcrumb .active {
    color: #fff;
}

.subpage-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.subpage-content .title {
    padding-bottom: 42px;
}

.subpage-content .title h2 {
    font-size: 42px;
    font-weight: 500;
    margin: 0;
}

.subpage-content .emp {
    font-weight: 500;
    color: #154a9f;
}

.subpage-content section {
    padding-bottom: 60px;
}

.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
}

.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}

/*subpage about*/
.about-img {
    height: 500px;
    background: url(/skin/img/sub/about-img.jpg) no-repeat center / cover;
}

.greet {
    text-align: center;
}

.greet p.quote {
    font-size: 30px;
    font-weight: 400;
    color: #222;
    margin: 0 0 20px;
}

.greet p {
    font-size: 18px;
    line-height: 1.9;
    margin: 0;
    color: #222;
    font-weight: 300;
    letter-spacing: -0.02em;
}

/*subpage portfolio*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
    padding: 0 15px;
    margin: 0 0 20px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover .thumb-hidden {
    opacity: 0.65;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 a {
    text-decoration: underline;
}

.dhb-txt-box-type-b-text-layout h4 {
    margin: 15px 0 20px !important;
    text-align: center;
    font-size: 16px !important;
}

.dhb-txt-box-type-b-text-layout h4 strong {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.dhb-txt-box-type-b-text-layout h4 .label {
    vertical-align: text-top;
}

.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}


.input-group button,
.input-group input {
    font-size: 13px;
    border-radius: 0 !important;
    box-shadow: none;
    border: none;
}

.input-group .form-control {
    border-bottom: 1px solid #ccc;
    transition: all ease 0.3s;
}

.input-group .form-control:focus,
.input-group .form-control:hover {
    border-bottom-color: #111;
    box-shadow: none;
}

.input-group .btn-default {
    color: #555;
}

.input-group .btn-default:hover,
.input-group .btn-default:focus {
    color: #111;
    background: #fff !important;
    box-shadow: none !important;
}

.input-group .dropdown-menu {
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    margin: 10px 0 0;
    padding: 15px 15px;
}

.input-group .dropdown-menu li a {
    font-size: 12px;
    padding: 0;
    line-height: 2;
}

.input-group .dropdown-menu li a:hover,
.input-group .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
    color: #aaa;
}

.input-group #btnNew {
    border: none;
    font-weight: 600;
    color: #111;
    background: #fff;
}

.dh-board .row.dh-margin-top {
    margin: 40px 0 0;
}

.pagination li a {
    border: none;
    color: #777;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    border-radius: 0 !important;
}

.pagination li a:hover {
    color: #111;
    background: #fff;
}

.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus {
    color: #ccc;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    font-size: 18px;
    line-height: 30px;
}

.pagination > li:first-child > a {
    margin-right: 15px;
}

.pagination > li:last-child > a {
    margin-left: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: rgba(0, 0, 0, 0);
    color: #111;
    font-weight: 600;
    text-decoration: underline;
}

.dh-board .label {
    background: rgba(0, 0, 0, 0);
    color: #aaa;
    padding: 0;
    margin-left: 7px;
}

.dh-view-box {
    margin-top: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 1px solid #ccc;
    border-bottom: none;
    padding: 40px 0 0;
    margin: 0;
    text-align: center;
}

.dh-view-box > .row > .page-header > h4 {
    font-size: 30px;
    font-weight: 400;
    color: #222;
    margin: 0;
}

.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    padding: 13px 0 40px;
    color: #999;
    opacity: 0.8;
    text-align: center;
}

.dh-view-box > .row > .dh-view-info > span {
    font-size: 12px;
    padding: 0 8px 0 0;
}

.dh-view-box > .row > .dh-view-info .pull-right {
    display: none;
}

.bbs-list-index-layout .dh-board .row.dh-margin-top {
    margin: 70px -15px 0;
}

.dh-view-box > .row > .dh-attach {
    padding: 0;
}

.dh-view-box > .row > .dh-attach h6 {
    padding: 15px 0 25px;
    margin: 0;
    color: #aaa;
}

.dh-attach + .col-xs-12 {
    padding: 20px 0 60px !important;
}

@media (min-width:768px) {
    #portfolio01 .dh-board {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#portfolio .dh-attach + .col-xs-12 {
    padding: 0 !important;
}

.dh-view-box .dh-line {
    border-color: #e3e3e3;
    padding: 30px 0 0;
}

#portfolio .dh-view-box .dh-line {
    border-color: #fff;
    padding: 0;
}

.dh-view-box .dh-line + .col-xs-12 {
    padding: 0;
    text-align: center;
}

.dh-view-box .btn-group a {
    border: none;
    color: #555;
    background: #fff;
    font-size: 13px
}

.dh-view-box .btn-group a:hover,
.dh-view-box .btn-group a:focus {
    color: #111;
}

.filter-items {
    padding: 0 15px;
    margin: 0 0 40px;
}

.filter-items .filter-label {
    font-size: 15px;
    color: #999;
    background: transparent !important;
    letter-spacing: -0.02em;
    font-weight: 300;
    padding: 0;
    margin-right: 18px;
}

.filter-items .on .filter-label {
    font-weight: 500;
    color: #185bc5;
}

.right-inner-addon {
    display: none;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row,
#mod_type_formForm {
    visibility: hidden;
}

@media(max-width:767px) {
    .navbar-inverse .navbar-brand {
        margin: 10px;
    }
    .navbar-brand img{
        padding-left:10px;
    }
    .navbar-toggle{
        top:10px;
        border-radius:0;
        border:4px solid #185bc5!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        background:#185bc5!important;
    }
    .navbar-inverse .navbar-nav>li>a{
        color:#555;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#185bc5;
    }
    .carousel-control{
        display:none;
    }
    
     .container_slide > .fill, .carousel-inner .item .fill{
            height: calc(100vh - 196px);
    }
    .subpage-content .title h2{
        font-size:36px;
    }
    .subpage-content{
        padding:60px 0;
    }
    .dh-margin-top{
        text-align:center;
    }
   
}
