@charset "utf-8";
@import url("/skin/notokr/notokr.css");

a[href="/join.php?rq_url=%2F"] {
    display: none !important;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
}
.body-layout.modal-open {
    padding-right: 0!importan;
}
/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", 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;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.li-dash > li,
.li-dot > li,
.li-dash > dd,
.li-dot > dd {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before,
.li-dot > dd:before {
    content: "·";
}
* {
    word-break: keep-all;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-bottom: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    margin: 10px 0 !important;
    padding: 0;
}
.navbar-brand img {
    margin-top: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: none;
    color: #111;
    font-size: 18px;
    padding: 0px 15px 42px 15px;
    margin: 40px 15px 0;
    font-weight: 600;
    letter-spacing: -0.02em;
    border-bottom: 2px solid #fff;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #0f6ecd;
    background-color: transparent;
    border-bottom: 2px solid #0f6ecd;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #0f6ecd;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #0f6ecd;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media (min-width: 768px) {
    .navbar .navbar-nav > .dropdown > .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
    }
}
.navbar .navbar-nav > .dropdown > .dropdown-menu {
    border-radius: 0;
    padding: 20px 15px;
    border: 1px solid #ddd;
    background: #fff !important;
}
.navbar-nav > .dropdown > .dropdown-menu > li > a {
    background-color: #ffffff;
    color: #333333;
    padding: 3px 0px 3px;
    margin: 0px 0px;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: center;
}
.navbar-nav > .dropdown > .dropdown-menu > li > a:hover,
.navbar-nav > .dropdown > .dropdown-menu > li > a:focus {
    color: #0f6ecd;
    text-decoration: underline;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
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; /*텍스트 정렬*/
}
.footer_copy .text-center {
    background-color: #38383a;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    padding: 40px 0 40px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    float: none;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}
.footer_copy .wrap-footer img {
    margin-right: 30px;
}
.wrap-footer > .text-right {
}
.wrap-footer > .text-right a {
    display: block;
    color: #bbb;
    font-size: 15px;
    font-weight: 500;
}
.copyrights {
    display: block;
    margin-top: 50px;
    opacity: 0.5;
}
address {
    margin-bottom: 0;
    line-height: 1.65;
}
@media screen and (max-width: 768px) {
    .wrap-footer address {
        display: inline-block;
        margin-top: 20px;
        width: 100%;
    }
    .wrap-footer > .text-right {
        text-align: left;
    }
}
.wrap-footer address span strong {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    font-weight: 400;
}
/* 하단 카피라이트 설정 끝*/

/*slide*/
.container.container_slide {
    width: 100%;
    padding: 0;
    padding-top: 105px;
}
.fill {
    height: 500px;
}
.fill h1 span,
.fill p span {
    background-color: transparent;
    opacity: 1;
    text-shadow: none;
    padding: 0;
}
.carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0;
}
.fill h1 {
    margin: 0;
}
.fill h1 span {
    font-size: 50px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.fill p {
    line-height: 1;
    margin: 30px 0 0;
}
.fill p span {
    font-size: 20px;
    display: block;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    content: "";
}
.carousel-control {
    opacity: 0.3;
}
.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-indicators {
    display: none;
}
.main_inner01 {
    background: url(/skin/img/main/main01.jpg) no-repeat center / cover;
}
.main_inner02 {
    background: url(/skin/img/main/main02.jpg) no-repeat center / cover;
}
.main_inner03 {
    background: url(/skin/img/main/main03.jpg) no-repeat center / cover;
}
.main_inner04 {
    background: url(/skin/img/main/main04.jpg) no-repeat center / cover;
}
.main_inner05 {
    background: url(/skin/img/main/main05.jpg) no-repeat center / cover;
}
.main_inner06 {
    background: url(/skin/img/main/main06.jpg) no-repeat center / cover;
}
.main_inner07 {
    background: url(/skin/img/main/main07.jpg) no-repeat center / cover;
}
.main_inner08 {
    background: url(/skin/img/main/main08.jpg) no-repeat center / cover;
}
.main_inner {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.main_inner a {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}
.main_inner a p {
    position: absolute;
    left: 0;
    bottom: -40px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 15px 10px 20px;
    transition: all ease 0.3s;
    font-weight: 600;
}
.main_inner a p span {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}
.main_inner a:hover p,
.main_inner a:active p,
.main_inner a:focus p {
    bottom: 0;
    background: #0f6ecd;
}
.main-business {
    padding: 70px 0 100px;
    background: url(/skin/img/main/main_bg.jpg) no-repeat center bottom;
}
.main-business .col-md-12 h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 0 40px;
    color: #222;
}
.main-business .col-md-12 h3 span {
    color: #23b0f3;
    display: block;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
}
/* 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: #0f6ecd;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #0f6ecd;
    border-radius: 50px;
    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: #23b0f3;
}
.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;
    }
}

/*sub*/
.sub-layout {
    padding-top: 104px;
}
.subTop {
    width: 100%;
    height: 320px;
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
    position: relative;
}
.subTop .bread .breadcrumb {
    background: transparent;
    text-align: right;
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 30px 0 0;
}
.breadcrumb > li + li:before {
    color: #fff;
    opacity: 0.8;
    content: "\f105";
    font-family: "FontAwesome";
    padding: 0 10px;
}
.breadcrumb > li:last-child {
    font-weight: 600;
}
.subTop h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: 65px 0 0;
    text-align: center;
}
.subTop h2 span {
    display: block;
    font-size: 18px;
    opacity: 0.7;
    margin: 20px 0 0;
}
.subContent {
    padding: 60px 0 100px;
}
.subContent .sub_title {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
/* .subContent .sub_title:before{    
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -2;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;} */
.subContent .sub_title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    background: #fff;
    color: #222;
    margin: 0;
}
.subContent .con {
    margin-bottom: 60px;
}
.subContent .con:last-child {
    margin-bottom: 0;
}
.subContent ul {
    padding-left: 0;
}
.subContent h4 {
    font-size: 28px;
    color: #222;
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px;
}

.subContent h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #0f6ecd;
    margin: 0 0 20px;
}
.subContent li,
.subContent p {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.02em;
    line-height: 1.6;
}
.subContent li {
    margin-bottom: 4px;
}
/*table*/
.subContent .table.table-type03 {
    margin: 0 0 20px;
    border-top: 2px solid #0f6ecd;
}
.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 15px 15px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}
.subContent .table.table-type03 tr th {
    color: #333;
}
.subContent .table.table-type03 thead tr th,
.subContent .table.table-type03 tbody tr th {
    background: #f8f8f8;
    text-align: center;
}
.subContent .table.table-type03 tr td {
    color: #666;
}

/* company */
#company03 .table-type03 {
    margin: 20px 0 0;
}
/* FM_business */
#FM_business01 .con1 ul {
    background: #0f6ecd;
    padding: 20px;
    margin: 0;
}
#FM_business01 .con1 li {
    font-size: 17px;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.85);
}
#FM_business01 .con1 ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    top: 12px;
    left: 8px;
}
/* business */
#business01 .con1 ul {
    background: #0f6ecd;
    padding: 20px;
    margin: 0;
}
#business01 .con1 li {
    font-size: 17px;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.85);
}
#business01 .con1 ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    top: 12px;
    left: 8px;
}
#business02 .nav-pills {
    margin: 10px 0 60px;
}
#business02 .nav-pills li a {
    background: #f5f5f5;
    font-size: 17px;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all ease 0.3s;
    margin: 0 10px 0;
    color: #777;
    padding: 15px 0;
    letter-spacing: -0.02em;
}
#business02 .nav-pills li a:hover,
#business02 .nav-pills li a:focus {
    border-color: #bfbfbf;
    color: #222;
    background: #fff;
}
#business02 .nav-pills li.active a,
#business02 .nav-pills li.active a:hover,
#business02 .nav-pills li.active a:focus {
    background: #0f6ecd;
    border-color: #0f6ecd;
    color: #fff;
}
#business02 #solar1 .con1 dl {
    margin: 0 0 30px;
}
#business02 .con1 .col-md-12 dl dt,
#solar4 h4 {
    font-size: 28px;
    color: #222;
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px;
}
#business02 dl dd {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    margin: 0 0 3px;
    color: #444;
}
#business02 dl dd:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #0f6ecd;
    border-radius: 50%;
    top: 10px;
    left: 8px;
}
.subContent #solar3 .table.table-type03 tr th,
.subContent #solar3 .table.table-type03 tr td {
    padding: 5px 15px !important;
}
#business02 .con img {
    margin-bottom: 30px;
}
#solar3 img {
    height: 247px;
}
#business02 #solar3 .con1 {
    margin-bottom: 40px;
}
#business02 #solar3 .table td {
    text-align: center;
}
#business02 #solar4 .con1 {
    margin-bottom: 40px;
}
#business02 #solar4 .con1 dl dt {
    font-size: 17px;
    padding: 0 0 15px;
    margin: 0 0 15px;
    background: #fff;
    letter-spacing: -0.03em;
    color: #0f6ecd;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    line-height: 1;
}
#business03 .con p,
#business03 .con dd,
#partner .con p {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}
#business03 .con2 img {
    margin-bottom: 30px;
}
#business03 .con3 ul {
    margin-bottom: 30px;
}
#business03 .con4 h5 {
    padding: 13px 18px;
    background: #25a2dd;
    color: #fff;
    position: relative;
    height: 45px;
    width: calc(100% - 45px);
}
#business03 .con4 h5:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 45px solid rgba(0, 0, 0, 0);
    border-bottom: 45px solid #25a2dd;
    float: right;
    position: absolute;
    right: -45px;
    top: 0;
}
#business03 .con4 .con5_box_wrap > div:nth-child(2) h5 {
    background: #2e7dc5;
}
#business03 .con4 .con5_box_wrap > div:nth-child(2) h5:after {
    border-bottom-color: #2e7dc5;
}
#business03 .con4 .con5_box_wrap > div:nth-child(3) h5 {
    background: #365cb0;
}
#business03 .con4 .con5_box_wrap > div:nth-child(3) h5:after {
    border-bottom-color: #365cb0;
}
#business03 .con4 .con5_box_wrap {
    margin-bottom: 30px;
}
#business03 .con4 dl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 85px;
}
#business03 .con4 dl dt {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0 0 8px;
}
#business03 .con4 dl dd {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #666;
    position: relative;
    padding-left: 12px;
}
#business03 .con4 dl dd:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #777;
    border-radius: 50%;
    top: 9px;
    left: 3px;
}

/*partner*/
#partner .con img {
    padding: 15px 30px;
    border: 1px solid #ddd;
}

/*mail*/
#mail .subContent {
    padding: 60px 0 0;
}
#mailForm {
    max-width: 600px;
    padding-bottom: 100px;
}
#mailForm label {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #444;
    margin: 0 0 10px;
}
#mailForm .form-group {
    margin-bottom: 25px;
}
#mailForm .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #ddd;
}
#mailForm .form-control:focus {
    border-color: #0f6ecd;
}
#mailForm label[for="mail_agree"] {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 30px;
}
#mailForm .btn-primary {
    border-radius: 50px;
    background: #0f6ecd;
    color: #fff;
    border: none;
    max-width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    padding: 0;
    transition: all ease 0.3s;
}
#mailForm .btn-primary:hover,
#mailForm .btn-primary:focus {
    background: #23b0f3;
}

/*준비중*/
.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* performance */
.dh-front-gallery > .col-md-3 {
    margin: 0 0 30px;
}
.dh-front-gallery > .col-md-3 > a.thumbnail {
    margin: 0 0 5px;
    height: 220px !important;
}
.dh-front-gallery > .col-xs-3 > a.thumbnail:hover,
.dh-front-gallery > .col-xs-3 > a.thumbnail:focus,
.dh-front-gallery > .col-md-3 > a.thumbnail:hover,
.dh-front-gallery > .col-md-3 > a.thumbnail:focus,
.slick-track > div.thumbnail:hover,
.slick-track > div.thumbnail:focus {
    background-size: cover;
}

/* bbs - pagination */
.bbs-area .dh-margin-top {
    margin-top: 40px;
}
.pagination li:before {
    content: none !important;
}
.pagination li {
    padding: 0 !important;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #777 !important;
}

.pagination > li:last-child > a {
    margin-left: 15px;
}

.pagination > li:first-child > a {
    margin-right: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #0f6ecd;
    border: 1px solid #0f6ecd;
    color: #fff !important;
    font-weight: 600;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #bbb;
    background: #fff;
}
#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

.img-bbs-default-index-layout #btnNew {
    background: #333;
    border: 1px solid #333;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 25px;
}

/*2019-01-22*/
.subContent #solar3 .con2 ul {
    margin-bottom: 20px;
}
.subContent #solar3 .con2 p {
    color: #333;
}
.dh-front-gallery > .col-md-3 > a.thumbnail {
    margin-bottom: 35px;
    overflow: initial;
    border: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
}

.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;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
}
.dhb-txt-box-type-b-text-layout h4 {
    margin-top: 10px !important;
    text-align: left;
    font-size: 15px !important;
}
.dhb-txt-box-type-b-text-layout h4 strong {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
}
.energy-box {
    padding: 0 30px;
    text-align: center;
}
.energy-box .card {
    border: 2px solid #0f6ecd;
    padding: 50px 60px;
}
.energy-box .card h5 {
    margin: 0;
    font-size: 42px;
}
.energy-box .card h5 small {
    display: block;
    margin-top: 20px;
    color: #0f6ecd;
    font-size: 24px;
    opacity: 0.8;
}
.energy-box p {
    padding: 10px 20px;
}

/*2019-02-26*/
#company01 .dl-horizontal {
    margin-bottom: 30px;
}
#company01 .dl-horizontal dt {
    font-size: 20px;
    text-align: left;
    color: #0f6ecd;
    border-top: 1px solid;
    padding-top: 5px;
}
#company01 .dl-horizontal dd {
    border-top: 1px solid #999;
    padding-top: 5px;
}
.m-14_sub li:first-child {
    display: none;
}
