@import url(http://fonts.googleapis.com/css?family=Pacifico);

/* 스크롤 설정 */
html {
    overflow-x: hidden;
    overflow-y: auto;
    word-break: keep-all;
}

.body-layout {
    font-family: "Noto Sans Korean", "Sans-serif";
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br {
    display: none;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
div {
    font-family: "Noto Sans KR", "Malgun gothic" !important;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: static;
}
.caret {
    display: none;
}
.navbar-brand {
    padding: 13px 15px;
}
.navbar-brand img {
    margin-top: 0px;
    max-width: 320px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
    margin: 0 20px 0;
    padding: 35px 0px 20px;
    text-shadow: none;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #63b7ff !important;
    font-weight: 600;
    background: #fff !important;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    margin: 0;
    border-radius: 0px;
    padding: 15px 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    border: 1px solid #ddd;
}
.dropdown-menu > li > a {
    background: transparent;
    font-size: 15px;
    margin: 0;
    padding-left: 18px;
    padding-bottom: 6px;
    color: #888;
    letter-spacing: -0.7px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: transparent;
    color: #222;
}
/* 상단 서브 메뉴 설정 끝*/

body > .navbar-fixed-bottom .text-center {
    background: #ffffff; /*배경 색*/
    color: #999999; /*텍스트 색*/
    font-size: 14px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 0px 0px 0px 0px; /*외부 여백*/
    text-align: center; /*텍스트 정렬*/
}
/* Desktop */

/* bottom social section */
.footer-social-layout {
    display: none;
}

/*인트로 텍스트 설정 시작*/
h1.intro_span {
    background-color: none; /*배경 색*/
    color: #ffffff; /*텍스트 색*/
    font-size: 36px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 10px 10px 10px 10px; /*외부 여백*/
}

p.intro_span {
    background-color: none; /*배경 색*/
    color: #ffffff; /*텍스트 색*/
    font-size: 14px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 10px 10px 10px 10px; /*외부 여백*/
}

.flex-caption span.intro-title {
    background: none; /*배경 색*/
    color: #ffffff; /*텍스트 색*/
    font-size: 36px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 10px 10px 10px 10px; /*외부 여백*/
}
.flex-caption span.intro-text {
    background: none; /*배경 색*/
    color: #ffffff; /*텍스트 색*/
    font-size: 14px; /*텍스트 크기*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 10px 10px 10px 10px; /*외부 여백*/
}
/*인트로 텍스트 설정 끝*/

/* 모바일 */
.navbar-toggle {
    margin-top: 32px;
    border: none;
}
.navbar-toggle > span.icon-bar {
    background-color: #fff !important;
}
@media screen and (max-width: 768px) {
    .navbar-nav {
        margin: 0 -15px;
        background: #42464a;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background: transparent !important;
        box-shadow: none !important;
    }
}

/*---------------------------------------skin design---------------------------------------------*/
.navbar-inverse .divider-vertical {
    display: none;
}
.flexslider {
    margin: 0px;
    background: #fff url("./ajax-loader-.gif") no-repeat scroll center center;
    border: 0px solid #fff;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}

.intro-widgetbox {
    display: none;
}

.container_contents {
    width: auto;
}

.intro-html-layout > div.col-sm-12 {
    padding: 0px;
}

.gu-slider .carousel-inner .item {
    height: 400px;
}

.carousel li {
    margin-right: 0px;
}

.sl-con {
    display: table;
    width: 100%;
    height: 400px;
}
.sl-con > span {
    display: table-cell !important;
    vertical-align: middle;
}
.sl-con img {
    margin: 0 auto;
}
.sl-con-small > img {
    width: 290px;
}

/* slide section indicators */
.carousel-indicators {
    bottom: 40px;
}
.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.5;
}
.carousel-indicators li.active {
    margin: 0 5px;
    background: #fff;
    opacity: 1;
}

video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url("//demosthenes.info/assets/images/polina.jpg") no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.section-about {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 450px;
    text-align: left;
    padding: 35px;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
}

.title-font1 {
    font-family: Impact !important;
    font-size: 45px;
}

.con-area4 .text {
    padding: 80px 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
}
.con-area4 .text h3 {
    margin-bottom: 15px;
    font-weight: bold;
}

.socialArea img {
    border-radius: 50% !important;
}

#map-canvas {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 15px;
}
.gu-address {
    padding: 25px;
    text-align: right;
}

.addressmap {
    background: #f5f5f5;
    overflow: hidden;
}

.intro-board-layout {
    width: 100%;
}
.intro-board-layout .page-header {
    display: none;
}

.section-board1 {
    min-height: 0px;
    background: #6ebfac;
}
.section-board1 h1 {
    padding: 45px 0;
    font-family: "Pacifico", cursive !important;
    color: #fff;
    font-size: 50px !important;
}
.section-board1 a.btnBoard1 {
    padding: 20px;
    color: #fff;
    background: #83cebc;
}

.gu-gotop {
    padding: 15px;
    display: block;
    background: #f5f5f5;
    margin-bottom: 35px;
    color: #000;
}

/*블로그게시판 custom*/
.dhb-txt-box .text-right {
    display: none;
}
.dhb-txt-list {
    width: 100% !important;
    border-right: 0px solid #d9d9d9;
}
.dhb-txt-list > .row div:first-child {
    width: 100%;
}
.dhb-txt-list > .row div:nth-child(2) {
    width: 100%;
    padding-top: 15px;
}

.thumb-hidden {
    border: 0px solid #fff;
    box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0);
}

.gu-title {
    min-height: 0px;
    background: #6ebfac;
}
.gu-title h1 {
    padding: 25px 0;
    font-family: "Pacifico", cursive !important;
    color: #fff;
    font-size: 20px !important;
    text-align: center;
}

.mod-custom-form-index {
    margin-top: 32px;
}

.dh-margin-top {
    clear: both;
}
@media (max-width: 768px) {
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }
}

/*----- tag -----*/
/* thumb-pad */

.thumb-pad-pic {
    text-align: center;
    display: inline-block;
    width: 250px;
    height: 250px;
    margin-bottom: 18px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .thumb-pad-pic {
        width: 200px;
        height: 200px;
    }
}
.thumb-pad-pic .caption {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 125px rgba(69, 68, 58, 0.35);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumb-pad-pic .caption i {
    width: 100%;
    height: 100%;
    background: #45443a;
    left: 0;
    top: 0;
    opacity: 0.35;
    filter: alpha(opacity=35);
}

/* thumb-pad1 */
/* **************************************************커스터마이징 시작 160825*************************************************** */
/* common */
.topmarginLay_a {
    height: 80px !important;
    display: none;
}

/* 메인 */
.container_slide {
    width: 100%;
    padding: 0;
}
.carousel-caption {
    display: block;
    position: static;
    margin: 0 auto;
    padding-top: 270px;
}
@media screen and (min-width: 768px) {
    .carousel-caption {
        width: 750px;
    }
}
@media screen and (min-width: 992px) {
    .carousel-caption {
        width: 970px;
    }
}
@media screen and (min-width: 1200px) {
    .carousel-caption {
        width: 1170px;
    }
}

.fill {
    height: 650px;
}
/* 슬라이드 텍스트 */
.fill h1 span,
.fill p span {
    background: transparent;
    opacity: 1;
    text-shadow: none;
    padding: 0;
}
.fill h1 {
    margin: 0 0 40px;
}
.fill h1 span {
    font-size: 45px;
    line-height: 72px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.fill h1 span .companyName {
    display: block;
    font-size: 52px;
    line-height: 60px;
}
.fill p {
    margin: 0;
}
.fill p span {
    font-size: 18px;
    letter-spacing: -0.5px;
}
.carousel-control {
    display: none;
}
/* 메인 section 공통 */
.main-cont-tit {
    text-align: center;
    margin-bottom: 50px;
    float: none;
}
.main-cont-tit h2 {
    font-size: 28px;
    letter-spacing: 11px;
    color: #313131;
    margin: 0 0 7px 0;
}
.main-cont-tit p {
    font-size: 16px;
    color: #777777;
    margin-bottom: 0;
}
#section1 .con-area1 {
    padding: 70px 0 50px;
}
.intro-board-layout {
    padding: 90px 0 0px;
    background: #f1f1f1;
}

/* 메인 - section1 service */
#section1 .con-area1 {
    background: #fff;
}
#section1 .main-cont-tit h2 {
    color: #333;
    font-size: 36px;
    letter-spacing: -1px;
    margin: 0;
}
.service-box {
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    border-right: 1px solid #ddd;
}
.service-box.last-box {
    border-right: none;
}
.service-box img {
    margin-bottom: 25px;
}
.service-box h3 {
    font-size: 24px;
    color: #222;
    margin: 0 0 20px;
    letter-spacing: -1px;
}
.service-box p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin: 0;
}
.service-box i {
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 70px;
    color: #0168c1;
    display: block;
    margin-bottom: 10px;
}
/* 메인 - section2 portfolio */

.intro-boardbox {
    max-width: 1400px;
    margin: 0 auto;
    float: none;
    padding-bottom: 90px;
}
.dh-front-blog .col-sm-6.col-md-4 {
    width: 100%;
}
@media screen and (min-width: 991px) {
    .dh-front-blog .col-sm-6.col-md-4 {
        width: 50%;
    }
}
@media screen and (min-width: 1200px) {
    .dh-front-blog .col-sm-6.col-md-4 {
        width: 25%;
    }
}
.intro-boardbox .page-header {
    display: none;
}
.intro-boardbox {
    float: none;
    padding-bottom: 90px;
}
/* 섬네일 */
.thumbnail .caption {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail {
    margin: 0px;
    min-height: 0;
    border: none;
    background-color: #000;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    border: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out 0s;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb:hover {
    opacity: 0.5;
}
/* 메인 - section3 contact*/
/* contact */
#section3 form#mailForm {
    max-width: 1000px;
    padding: 0;
    margin: 60px auto 90px;
}
#section3 .main-cont-tit {
    margin-bottom: 0;
}
#section3 .main-cont-tit h2 {
    color: #fff;
}
.con-area3 {
    padding: 75px 0 0;
    background: url(/skin/img/main/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#section3 .form-group label {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    width: 100px;
    float: left;
    margin-top: 0px;
    line-height: 34px;
}
#section3 .form-control {
    width: calc(100% - 100px);
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    border-radius: 0px;
    color: #fff;
    font-weight: 300;
    padding: 6px 0;
    resize: none;
}
#section3 .btn-primary {
    border: 1px solid #fff;
    background: transparent !important;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 300;
    width: 130px;
    padding: 14px 0;
    margin: 60px auto 0;
}
#section3 .btn-primary:hover,
#section3 .btn-primary:focus {
    background: #fff !important;
    color: #57728d;
}

/* 하단 하얀 라인 삭제 */
.col-sm-4.intro-widget-layout {
    display: none;
}
/* footer */
.footer_copy .text-center {
    background-color: #42464a;
    color: #fff;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.wrap-footer {
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
    float: none;
}
.foot-top {
    padding: 60px 0;
}
.foot-top h5 {
    margin: 0px 0 18px;
    color: #ababab;
}
.foot-category {
    padding-left: 0;
}
.foot-category li {
    list-style-type: none;
}

.foot-category li a {
    color: #8f9aa3;
    line-height: 24px;
}
.foot-category li a:hover,
.foot-category li a:focus {
    color: #bbc7d0;
}

.wrap-footer2 {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.foot-bottom {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 10px 10px 0;
    margin-bottom: -13px;
    overflow: hidden;
    color: #8f9aa3;
    font-size: 12px;
}
.foot-bottom p.left {
    float: left;
}
.foot-bottom p.right {
    float: right;
}
.foot-bottom .company_name {
    color: #fff;
    padding-right: 10px;
}

/* 서브 페이지 */
.sub-layout {
    width: 100%;
    padding: 0 0 100px;
}
.top {
    height: 340px;
    text-align: center;
    padding: 180px 0 0;
    background: url(/skin/img/sub/subtop-bg.jpg) no-repeat 50% 10% / cover;
}
.top h2 {
    font-size: 42px;
    color: #fff;
    letter-spacing: -1px;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: left;
}
.content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 0px;
}
.content h3 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 28px;
    font-weight: 400;
    color: #4f94d1;
}
.content h3.tit {
    color: #325e85;
    font-size: 24px;
}
.sub-head-txt {
    text-align: center;
    margin-bottom: 30px;
}
.sub-head-txt h4 {
    font-size: 26px;
    margin: 0px 0 6px;
    color: #39709f;
    font-weight: 600;
}
.wrap-sub-cont > div:last-child {
    margin-bottom: 0;
}
.cont {
    margin-bottom: 60px;
}
.cont > div > div.col-md-6:nth-child(2) {
    padding-left: 25px;
}
.cont > div > div.col-md-6:nth-child(1) {
    padding-right: 25px;
}
@media screen and (max-width: 992px) {
    .cont > div > div.col-md-6:nth-child(2) {
        padding-left: 15px;
    }
    .cont > div > div.col-md-6:nth-child(1) {
        padding-right: 15px;
    }
}
/* table */
.table-style1 {
    width: 100%;
    border-top: 2px solid #666666;
}

/* history */
#history #content h3 {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.5px;
}
.history-table td {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    color: #777;
    font-weight: 300;
}
.history-table tr td:first-child {
    font-weight: 600;
}

/* location */
.location-list {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
    line-height: 28px;
    color: #777777;
    font-size: 15px;
    font-weight: 300;
}

/* 상단 이미지 */
/*
.company .top {
    background-image: url(/skin/img/sub/sub-top_1-1.jpg);
}
#service .top {
    background-image: url(/skin/img/sub/sub-top_2-1.jpg);
}
.portfolio.top{
	background-image: url(/skin/img/sub/sub-top_3-1.jpg);
}
.contact.top{
	background-image: url(/skin/img/sub/sub-top_4-1.jpg);
}
*/

/* company */
.greeting {
    background-image: url(/skin/img/sub/greeting-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 59px;
    border-bottom: 1px solid #ddd;
}
p.sign span {
    font-size: 29px;
    letter-spacing: 10px;
    margin-left: 10px;
    color: #313131;
    font-weight: 400;
}
p.sign {
    text-align: right;
    font-size: 20px !important;
    margin: 30px 0 0;
}

/* partners */
.partner-table td {
    border: 1px solid #e3e3e3;
}
.partner-table {
    width: 100%;
}

/* service */
.service-img {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    height: 300px;
}
/* 서비스 bg */
.service1 .service-img {
    background: url(/skin/img/sub/service-bg1.jpg);
}
.service2 .service-img {
    background: url(/skin/img/sub/service-bg2.jpg);
}
.service3 .service-img {
    background: url(/skin/img/sub/service-bg3.jpg);
}
.service4 .service-img {
    background: url(/skin/img/sub/service-bg4.jpg);
}
#service .service-img p {
    color: #eee;
}
#service .service-img h3 {
    font-size: 50px;
    font-weight: 200;
    line-height: 53px;
    margin-top: 61px;
    color: #fff;
}
.service-img .s-icon {
    margin-bottom: 25px;
    margin-top: 30px;
}
.service-in {
    background: rgba(52, 103, 146, 0.9);
    display: inline-block;
    height: 100%;
    padding: 30px 45px 30px 58px;
    min-width: 420px;
}
@media screen and (max-width: 768px) {
    .service-in {
        min-width: auto;
    }
    #service .service-img h3 {
        margin-top: 75px;
        font-size: 38px;
        line-height: 42px;
    }
}
.service-small-table td {
    border: 1px solid #ccc;
    padding: 20px 0;
    background: #fff;
}
.service-small-table {
    width: 100%;
    margin-top: 17px;
    text-align: center;
}
.service-small-list {
    padding-left: 0;
    list-style-position: inside;
    list-style-image: url(/skin/img/sub/list-head.png);
    float: left;
    margin-right: 30px;
    font-size: 13px;
    line-height: 26px;
    color: #777;
}
.basic-table {
    width: 100%;
}
.basic-table tr {
    border-bottom: 1px solid #e3e3e3;
}
.basic-table th {
    font-size: 16px;
    font-weight: 500;
    background: #f5f5f5;
    border-top: 2px solid #ddd;
}
.basic-table tr > td:first-child {
    font-weight: 500;
}
.basic-table td,
.basic-table th {
    padding: 11px 0;
}
.service4 .d-icon {
    margin-top: 40px;
}
.service4 .d-icon h5 {
    font-size: 16px;
    margin-top: 20px;
    color: #3e6082;
}

/* 게시판 */
.top.board {
    margin-bottom: 70px;
}
.dh-board {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

/* portfolio */
.dhb-txt-box {
    width: 33.3%;
    float: left;
    min-height: 300px;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    min-height: 0;
    height: 220px;
}
.dhb-txt-box h4 .btnRead {
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: left;
    margin: 0;
}
.dhb-txt-list img.dhb-thumb {
    opacity: 0.8;
    transition: all 0.3s ease-in-out 0s;
}
.dhb-txt-list img.dhb-thumb:hover,
.dhb-txt-list img.dhb-thumb:focus {
    opacity: 0.5;
}
/* 새글표시 삭제 */
.dhb-txt-list span {
    margin: 0 1px;
    display: none;
}
.dhb-txt-list > .row div:nth-child(2) {
    width: 100%;
    padding-top: 5px;
}
.dhb-txt-box h5 {
    display: none;
}
.dhb-txt-box .thumb-hidden {
    border: none;
    box-shadow: none;
    background: #000;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .dhb-txt-box {
        width: 50% !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .dhb-txt-box {
        width: 25% !important;
    }
}

.dhb-txt-box {
    width: 100%;
}

.dh-view-box {
    margin-top: 0;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 70px;
}
.col-xs-12.dh-view-info {
    display: none;
}

/* contact - 메인 x */
form#mailForm {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 70px;
}
.contact-mail-layout #mailForm label {
    font-size: 16px;
    font-weight: 300;
}
.contact-mail-layout #mailForm input,
.contact-mail-layout #mailForm textarea.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    border-radius: 0px;
    color: #777;
    font-weight: 300;
    padding: 6px 0;
}
.contact-mail-layout #mailForm .btn-primary {
    border: 1px solid #3e6082;
    color: #3e6082;
    background: transparent !important;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 300;
    width: 130px;
    padding: 14px 0;
    margin: 60px auto 0;
    box-shadow: none;
    text-shadow: none;
}
.contact-mail-layout #mailForm .btn-primary:hover,
.contact-mail-layout #mailForm .btn-primary:focus {
    background: #3e6082 !important;
    color: #fff;
}
/* 게시글 작성 */
form#insertForm {
    max-width: 1170px;
    margin: 0 auto 0px;
    padding: 0 15px;
}
/**** 텍스트 게시판 커스터마이징 ****/

.bbs-list-index-layout .dh-board > .table-hover {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    font-size: 15px;
    font-weight: 300;
    margin-top: 0;
}
.table.table-hover > thead > tr > th {
    border-bottom: 1px solid #ccc;
}
.bbs-list-index-layout .dh-board .table tr td {
    padding: 15px 8px;
}
.bbs-list-index-layout .dh-board .subject > strong > a {
    font-weight: 300;
    color: #313131;
}
.table-hover > tbody > tr {
    border-bottom: 1px solid #e3e3e3;
}
.table-hover > tbody > tr:hover {
    background-color: rgba(66, 70, 74, 0.1);
}

/* 게시글 아래 영역 (페이지, 검색바)*/
.dh-margin-top {
    margin-top: 35px;
    margin-bottom: 40px;
}
.dh-board .input-group-btn > button,
.dh-board .input-group-btn > input {
    background: transparent;
    border: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.input-group-btn .caret {
    display: inline-block;
}
#btnNew {
    background: transparent;
    color: #313131;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0px;
}
#insertForm > div > div > div > input {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}
.pagination > li > a {
    border: transparent;
    background: transparent;
    color: #313131;
}
.pagination > li > a:hover {
    text-decoration: underline !important;
    background: transparent;
    color: #313131;
}
.pagination > .active > a {
    background: transparent;
    color: #313131;
    text-decoration: underline;
    font-weight: 600;
}
.pagination > .active > a:hover {
    background: #fff;
    background: transparent;
    color: #313131;
}
.pagination > .disabled > a {
    background: transparent;
}
.pagination > .disabled > a:hover {
    background: transparent;
}
/* 새글 알림, 덧글 알림 */
.dh-board .label-danger {
    background: transparent;
    color: #65a9ec;
}
.dh-board .label-default {
    background: transparent;
    color: #65a9ec;
}
.dh-board .label-primary {
    background: transparent;
    color: #65a9ec;
}

.breadcrumb_wrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
    margin: 0 0 40px;
}
.breadcrumb_wrap h3 {
    display: inline-block;
    float: left;
    margin: 0;
    color: #222;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1;
}
.breadcrumb_wrap h3 span {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.02em;
    display: inline-block;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    float: right;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > .active {
    color: #0168c1;
}

.breadcrumb > li + li:before {
    content: "\276D";
}

.sub-content {
    min-height: 600px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 80px;
}

@media (max-width: 767px) {
    .sub-content {
        padding: 30px 15px 50px;
    }
}
.left_menu_wrap {
    padding: 60px 0 0 15px;
}
.right_menu_wrap {
    padding: 55px 15px 0 50px;
}

@media (max-width: 767px) {
    .right_menu_wrap {
        padding: 30px 0 0 0;
    }
}
.left_menu {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    border: none;
}
.left_menu > div {
}
.left_menu h3 {
    color: #222;
    font-size: 23px;
    letter-spacing: -0.5px;
    margin: 0 0 25px;
    padding-bottom: 35px;
    line-height: 1;
    border-bottom: 2px solid #222;
}
.left_menu > li > a {
    display: inline-block;
    margin: 0;
    padding: 12px 0;
    color: #888;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.5px;
    text-decoration: none;
    position: relative;
}
.left_menu > li.active > a {
    color: #0168c1;
    font-weight: 600;
}
.left_menu > li.active > a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    width: 115%;
    padding: 0 10px;
    height: 15px;
    background: #0168c1;
    opacity: 0.1;
}
.left_menu > li > a:hover {
    color: #0168c1;
}
/* sub common */
.table.table-style {
    border-top: 2px solid #0168c1;
}
.table.table-style thead tr th,
.table.table-style tbody tr th,
.table.table-style tbody tr td {
    padding: 12px 15px;
    font-size: 16px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    line-height: 1.8;
}
.table.table-style thead tr th,
.table.table-style tbody tr th {
    background-color: #f3f3f3;
    color: #222;
    border-bottom: 1px solid #ddd;
}
.table.table-style tbody tr th,
.table.table-style tbody tr td {
    border-bottom: 1px solid #ddd;
}
.table.table-style tbody tr td {
    color: #666;
}
.table.table-style tbody tr th + th {
    border-left: 1px solid #ddd;
}

.sub-list {
    padding-left: 0px;
    margin: 0;
}

.sub-list > li {
    list-style: none;
    letter-spacing: -0.5px;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: left;
}

.sub-list > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    position: absolute;
    border-radius: 50%;
    top: 14px;
    left: 0;
}

.sub-list > li strong {
    color: #222;
}

.data-wrap {
    margin-bottom: 40px;
}

.data-wrap p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 30px;
}

.sub-title {
    color: #222;
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0 16px 0;
    position: relative;
    letter-spacing: -1px;
}
.sub-title:before {
    content: "";
    background: #0168c1;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    left: 0;
}

.sub-sub-title {
    color: #0168c1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 30px 0 15px;
}

.inner-wrap {
    margin-bottom: 25px;
}

.introTextArea {
    padding-left: 30px;
}

#intro01 p {
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    line-height: 28px;
}

.greeting-title {
    font-size: 24px;
    margin: 0 !important;
    padding: 20px 0 30px;
    color: #0168c1 !important;
    letter-spacing: -1px;
    line-height: 1.5;
}

.intro01Img {
    box-shadow: 5px 5px 10px rgba(100, 100, 100, 0.25);
}

#intro02 .table th {
    background: #fff;
    color: #0168c1;
    font-weight: 100;
    font-size: 24px;
    letter-spacing: -0.5px;
}

/* tabs */
.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li a {
    color: #888;
    background: #f3f3f3;
    margin: 0;
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin: 0 2px 2px 0;
    padding: 10px 20px;
    border: 1px solid #ddd;
    letter-spacing: -0.5px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #0168c1;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #0168c1;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.tab-content {
    padding: 0;
    min-height: 200px;
}

.tab-content > .tab-pane {
    padding: 30px 0 0;
}

/* footer */
.footer_copy > div.col-lg-12.text-center {
    background: #eee;
}
.footer-top {
    background: #676a6d;
    padding: 0;
}
.foot-link {
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px;
}
.foot-link:after {
    content: "";
    display: block;
    clear: both;
}
.foot-link li {
    float: left;
    margin: 0 15px;
    font-size: 13px;
}
.foot-link li:first-child {
    margin-left: 0;
}
.foot-link a {
    color: #fff;
    letter-spacing: -0.5px;
    font-size: 14px;
}
.foot-link a:hover {
    text-decoration: underline;
}
#footer-wrap .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer-wrap .col-sm-9 {
    text-align: left;
}

#footer-wrap address {
    font-size: 12px;
    color: #999;
}

#footer-wrap address {
    margin: 0;
}

#footer-wrap address .footer-list {
    padding: 0;
    overflow: hidden;
}

#footer-wrap address .footer-list li {
    float: left;
    padding-right: 15px;
    font-size: 13px;
    color: #888;
    letter-spacing: -0.3px;
    line-height: 1.8;
}

#footer-wrap p {
    margin: 0;
    font-size: 12px;
}

@media (max-width: 767px) {
    .foot-link {
        margin-top: 20px;
    }
    .foot-link li {
        float: none;
    }
    .foot-link li:first-child {
        margin-left: 15px;
    }
}

/* 게시판 깜박임 제거 */
.dh-board,
.dh-view-box,
.bbs-list-edit-layout #insertForm,
.bbs-list-add-layout #insertForm,
.bbs-blog-edit-layout #insertForm,
.bbs-blog-add-layout #insertForm,
.mod-custom-form-add #mod_type_formForm {
    display: none;
}

/* blog 게시판 */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 0 0 15px;
}

.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 5px 0;
}
.dhb-txt-box-type-b-text-layout {
    text-align: center;
}
.dhb-txt-box-type-b-text-layout h4 {
    padding: 14px 0;
    margin: 0;
    border: 1px solid #dedede;
    border-top: none;
}
.dhb-txt-box-type-b-text-layout h4 a {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 150px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-bottom: none;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}

.thumb-hidden > a > img {
    transition: all 0.5s ease-out;
    height: 100%;
}
.thumb-hidden:hover > a > img {
    transform: scale(1.2);
    transform-origin: center center;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b:hover h4 {
    background: #214060;
    border-color: #214060;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b:hover h4 a {
    color: #fff;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b:hover .thumb-hidden {
    border: 1px solid #214060;
}

.filter-items .filter-label {
    color: #888;
    background: #f3f3f3;
    margin: 0;
    border: none;
    font-size: 15px;
    font-weight: 400;
    margin: 0 2px 2px 0;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
}

.filter-items .filter-label:hover {
    background: #fff;
    color: #214060;
    font-weight: 500;
    border: 1px solid #ccc;
}

.dh-attach + .col-xs-12 {
    padding: 20px 0 20px !important;
}

/* login page */
.login-layout,
.join-view-layout {
    padding-top: 60px;
    background-image: url(/skin/img/sub/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.login-layout .panel-body > div.col-sm-12 {
    text-align: center;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 35px;
}
.inner-box-form {
    width: 100%;
    max-width: 440px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}
.login-layout .panel {
    box-shadow: none;
    max-width: 540px;
    padding: 20px 0px 35px;
    margin: 50px auto 60px;
    border-radius: 0px;
    background: #f3f3f3;
    border: none;
}
.login-layout .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0);
}
.login-layout .btn-warning {
    float: right;
    width: 120px;
    height: 33px;
    background: #214060;
    border-radius: 0px;
    box-shadow: none;
    border: #214060;
    font-size: 13px;
}
.login-layout .btn-warning:hover {
    background: #267abd;
}

/* join page */
.join-layout,
.join-view-layout #joinForm {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 15px;
}
.join-layout .jumbotron {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.join-layout .jumbotron h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #333;
    margin: 0;
    display: inline-block;
}
.join-layout .jumbotron p {
    display: none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .panel-footer {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #214060;
    border: 1px solid #214060;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
    color: #fff;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #267abd;
    background: #267abd;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    font-weight: 500;
    padding: 0;
    letter-spacing: -0.02em;
    color: #333;
    font-size: 18px;
    background: url(/skin/img/sub/ico-title.png) no-repeat left 2px;
    padding-left: 21px;
    margin: 0 0 15px;
    border: none;
    line-height: 1.1;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}
.join-layout .form-horizontal .form-group .control-label .text-danger {
    color: #214060;
    font-weight: 400;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
}
.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}
.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #f3f3f3;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #e3e3e3;
    background: #e3e3e3;
}
.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #214060;
    background: #214060;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #267abd;
}

@media (max-width: 767px) {
    .join-layout .jumbotron {
        font-size: 24px;
        padding-top: 23px;
    }
    .join-layout .form-horizontal .panel-body .form-group {
        padding: 15px 0;
    }
    .join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
        padding: 0;
    }
    .join-layout .form-horizontal .form-group .control-label {
        width: auto;
        background: rgba(0, 0, 0, 0);
        padding: 0;
    }
    .join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
        padding: 0;
    }
}

.go-link-btn {
    display: block;
    color: #0168c1;
    line-height: 1;
    text-decoration: none !important;
    padding: 15px 15px;
    width: 155px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 30px auto 0;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.go-link-btn:after {
    content: url(/skin/img/main/arrow_icon.png);
    margin-left: 10px;
}
.go-link-btn:hover {
    background: #0168c1;
    border-color: #0168c1;
    color: #fff;
}
.go-link-btn:hover:after {
    content: url(/skin/img/main/arrow_icon_on.png);
}

/* custom form */
#mod_type_formForm {
    border-top: 2px solid #0168c1;
}
.q_number {
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    padding: 20px 5px;
}
.q_number div h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #222;
    margin: 0 0 10px !important;
    float: none !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 0;
}
.q_number textarea {
    height: 150px;
}
.mod-custom-form-add .btn-primary {
    display: block;
    color: #0168c1;
    line-height: 1;
    text-decoration: none !important;
    padding: 15px 15px;
    width: 155px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: -0.5px;
    border-radius: 0;
    background: #fff;
}
.mod-custom-form-add .btn-primary:hover {
    background: #0168c1;
    color: #fff;
    border-color: #0168c1;
}
.btn-wrap {
    padding: 20px 0 0 !important;
}

/* 2018-04-30 */

.bx-slider {
    padding-left: 0;
    margin-bottom: 0;
}

.bx-slider > li {
    display: block;
    color: #fff;
}

.bx-slider > li > span {
    color: #bfe1ff;
    font-weight: 600;
    margin-right: 5px;
    padding: 5px;
    display: block;
    /* border-radius: 6px; */
    display: inline;
}

.bx-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-align: right !important;
}

#footer-wrap .bx-wrapper {
    background: #51565a !important;
    padding: 16px 0 !important;
    text-align: center !important;
}

/* 하단 슬라이드 배너 설정 */
.intro-board-widget-layout {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto 30px;
}

.slide-banner {
    margin-bottom: 15px;
}

.slide-banner a {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    width: 100%;
    display: block;
    padding: 5px 0px;
    text-align: center;
    border: 1px solid #ddd;
    letter-spacing: -0.8px;
    height: 70px;
}

.slide-banner a:hover {
    border: 2px solid #ddd;
    padding: 4px 0;
}

.bx-wrapper img {
    width: 180px;
    height: 60px;
    padding: 10px 0px 10px;
}

/* 기타 */
.banner-site-mobile {
    display: none;
}

.banner-site {
    display: block;
}

@media (max-width: 585px) {
    .banner-site-mobile {
        display: block;
    }

    .banner-site {
        display: none;
    }
}

/* 하단 슬라이드 배너 설정 */

#footer-wrap img {
    mix-blend-mode: multiply;
}
.img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 20px -10px;
}
.img-wrap > div {
    padding: 0 10px;
}
.img-box {
    display: block;
    overflow: hidden;
    height: 400px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
