@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    padding-top: 80px;
}
a,
button {
    outline: none !important;
}
/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Noto Sans KR", "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;
}

@media (max-width: 767px) {
    .body-layout {
        padding-top: 51px;
    }
}
.product-img-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    .img-box {
        padding: 20px;
        img {
        }
    }
}
.prod01 .sub-content + .sub-content {
    margin-top: 100px;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    line-height: 1;
    padding: 22px 15px 25px;
}
.navbar-brand img {
    padding: 0;
    margin: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    color: #313131;
    font-weight: 500;
    font-size: 14px;
    padding: 30px 15px;
    margin: 0px 0px 0px 0px;
    text-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #0073cc;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #0073cc;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.dropdown-menu {
    padding: 0px;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    right: 0 !important;
    left: 0 !important;
}

.dropdown-menu li {
    padding: 0;
}
.caret {
    display: none;
}
.navbar-inverse .navbar-nav > li#m-31 {
    float: right;
    margin-top: 5px;
}
.navbar-inverse .navbar-nav > li#m-31 > a {
    text-align: center;
    padding: 0;
    padding-top: 6px;
    font-size: 12px;
    line-height: 1.1;
}
.navbar-inverse .navbar-nav > li#m-31 > a img {
    border-radius: 4px;
    margin: 0 auto;
}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu > li > a {
    background-color: transparent;
    color: #555555;
    padding: 10px 20px;
    margin: 0;
    font-size: 13px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: #0073cc;
    color: #fff;
}
@media (min-width: 768px) {
    .m-26_sub {
        min-width: 190px;
    }
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #32373c;
    color: #939ea9;
    font-size: 12px;
    padding: 70px 0 60px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    float: none;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    color: #939ea9;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
    font-weight: 300;
}
.footer_copy .wrap-footer img {
    margin-right: 30px;
}
.wrap-footer > .text-right {
    margin-top: 70px;
}
address {
    margin-bottom: 0;
    margin-top: 6px;
    line-height: 22px;
}
@media screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 130px;
    }
    .navbar-brand {
        padding: 15px;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-inverse .navbar-nav > li {
        border-bottom: 1px solid #ddd;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 8px 15px;
    }
    .navbar-inverse .navbar-nav > li#m-31 {
        float: none;
    }
    .navbar-inverse .navbar-nav > li#m-31 > a {
        text-align: left;
        padding: 8px 15px;
        font-size: 14px;
    }
    .navbar-inverse .navbar-nav > li#m-31 > a img {
        margin: 0;
        display: inline-block;
        margin-right: 5px;
    }
    .navbar-collapse {
        background: #f3f3f3;
    }
    .wrap-footer address {
        display: inline-block;
        margin-top: 20px;
        width: 100%;
    }
    .wrap-footer > .text-right {
        text-align: left;
    }
}
/* //footer */

/* 하단 카피라이트 설정 끝*/

/*---------------------------------------skin design---------------------------------------------*/
.navbar-inverse .divider-vertical {
    display: none;
}
.navbar-inverse .navbar-toggle {
    margin: 9px 10px 9px;
    background: transparent;
    border: none;
    border-radius: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background: #0073cc;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #0073cc;
}

.footer_copy .text-center {
    padding-bottom: 40px;
}

/* social area */
.footer-social-layout {
    display: none;
}
/* ------------------------------------------------------------------------------- */
.container.container_slide {
    width: 100%;
    padding: 0;
}
.intro-widget-layout {
    width: 100%;
    padding: 0;
    display: none;
}
.navbar ~ br {
    display: none;
}
.topmarginLay_a {
    height: 80px !important;
}
@media screen and (max-width: 767px) {
    .topmarginLay_a {
        margin-top: -20px !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #0073cc;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #555555;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 11px 0;
        background: #e0e0e0;
    }
}

/* -------------------------------------0907 skin design ----------------------------------- */
.wrap-customer #myCarousel {
    max-width: 1170px;
    margin: 0 auto;
}
/********* 메인 페이지 **********/
.carousel-caption {
    position: static;
    height: 100%;
    padding: 150px 15px 75px;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 768px) {
    .carousel-caption {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .carousel-caption {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .carousel-caption {
        width: 1170px;
    }
}

.fill {
    height: 830px;
}
.fill h1 {
    margin: 0px 0 25px -5px;
}
.fill h1 span,
.fill p span {
    text-align: left !important;
    display: block;
}
.fill h1 span {
    background: transparent;
    opacity: 1;
    text-shadow: none;
    padding: 0;
}
.fill h1 span.subTxt {
    font-size: 18px;
    color: #19dcec;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}
.fill h1 span.subTxt img {
    margin-left: 6px;
}
.fill h1 span.mainTxt {
    font-size: 46px;
    font-weight: 300;
    display: block;
    line-height: 1.2;
    letter-spacing: -1.2px;
}
.fill p span {
    background: transparent;
    opacity: 1;
    text-shadow: none;
    padding: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 25px;
    font-weight: 300;
}
span.vert-line {
    width: 1px;
    height: 97px;
    background: #19dcec !important;
    z-index: 9999;
    margin: 0 auto 20px;
    display: none !important;
}
.more_view {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
}
.container_slide .fill .carousel-control {
    display: none;
}

/* ------- -슬라이드 아래 영역 시작 ---------- */

.container_contents {
    width: 100%;
    padding: 0;
}
.main-title {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    color: #323232;
    margin: 0 0 20px 0;
}
.line {
    height: 1px;
    width: 30px;
    background: #aaaaaa;
    margin: 0 auto 40px;
}

/* main - 서비스 */
#mainService {
    padding: 80px 0 50px;
}
.wrap-service {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}
.s-box-in .s-box-img {
    margin-bottom: 20px;
}
.s-box-in .icon-back {
    position: absolute;
    background: rgba(0, 115, 204, 0.9);
    top: 0;
    padding: 13px 17px;
}
.s-box-in .icon-back i {
    color: #fff;
}
.s-box-in h4 {
    font-size: 16px;
    color: #313131;
    font-weight: 700;
    margin: 0 5px 14px 0;
    display: inline-block;
}
.s-box-in span {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 200;
}
.s-box-in p {
    color: #666666;
    line-height: 23px;
    margin-bottom: 15px;
    font-size: 14px;
}
.s-box-in:hover .s-box-img > img,
.s-box-in:focus .s-box-img > img {
    opacity: 0.7;
}
.s-box-in:hover h4,
.s-box-in:focus h4,
.s-box-in:hover span,
.s-box-in:focus span {
    color: #0073cc;
}

/* main - 고객 후기 */
#mainCustomer {
    background-image: url(/skin/img/main/customer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 15px;
    text-align: center;
}
#mainCustomer .main-title {
    color: #fff;
}

#customer-carousel {
    margin: 0 auto;
    max-width: 1140px;
}
#customer-carousel .carousel-control img {
    position: absolute;
    top: 27%;
}
#customer-carousel .carousel-control.left img {
    left: 0;
}
#customer-carousel .carousel-control.right img {
    right: 0;
}
#mainCustomer .carousel-indicators {
    display: none;
}
#mainCustomer h4 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
#mainCustomer .name {
    color: #c69b40;
    font-weight: 400;
    line-height: 1;
}
#mainCustomer .des {
    color: #aaa;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    margin: 24px 0 0;
}
/* --------------------게시판 영역------------- */
/* main 게시판 영역 - 소식 */
.intro-board-layout {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.intro-boardbox {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
}

.intro-board-widget-layout {
    padding: 0;
}

.dh-front-blog > .col-md-4 > .thumbnail {
    min-height: auto;
    box-shadow: none;
    border: none;
    margin: 0;
}
.thumbnail .caption {
    padding: 0 10px 0 0;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0 0 20px;
    padding: 0 !important;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 > a {
    font-size: 16px;
    color: #313131;
    font-weight: 600;
    font-family: "Noto Sans KR", "Malgun gothic" !important;
}
.caption h5.blog-row-subject:hover a {
    color: #c69b40 !important;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption p a {
    font-size: 13px;
    line-height: 23px;
    font-family: "Noto Sans KR", "Malgun gothic" !important;
}
/* 섬네일 이미지 삭제 */
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    display: none;
}
/* main - store 영역*/
#mainStore {
    background: #c69b40;
    overflow: hidden;
    padding: 15px 0px 24px;
}
#mainStore h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    display: inline-block;
    margin-right: 20px;
    line-height: 1;
}
#mainStore .view_btn {
    display: inline-block;
    overflow: hidden;
    margin: 10px 0 -5px 25px;
    font-size: 9px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 3px;
    border: 1px solid #fff;
    padding: 6px 10px;
}
#mainStore .view_btn:hover,
.view_btn:focus {
    border-bottom: 1px solid #fff !important;
    color: #c69b40;
    background: #fff;
}
.intro-board-widget-layout .page-header {
    margin: 10px 0 15px;
    padding: 12px 15px;
    line-height: 1;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
}
.intro-board-widget-layout .page-header h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #323232;
}
.intro-boardbox > .page-header > h4 > .btn {
    padding: 0;
}
.dh-front-gallery > .col-md-3 > a.thumbnail {
    margin: 0 0 20px;
}
.front-panel > .panel {
    border: none;
}
.front-panel > .panel .panel-body {
    padding: 0;
}
.front-panel > .panel .panel-body .dh-front-list2-words {
    padding: 0;
}
.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 500;
}
.dh-front-list2 h6 a span.row-separator {
    display: none;
}
.dh-front-list2 h6 a span.list-row-regdate {
    color: #aaaaaa;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    #mainService {
        padding: 30px 0 50px;
    }
    .line {
        display: none;
    }
}

/********* 서브 페이지 *********/
.container.sub-layout {
    padding: 0;
    width: 100%;
}
#subTop .top {
    background-image: url(/skin/img/sub/sub_top.jpg);
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
}
#subTop .top h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    text-align: center;
    padding-top: 110px;
}

#subBottom {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px 90px;
}
#subBottom p {
    line-height: 1.75;
    color: #5a5a5a;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
    -ms-word-break: keep-all;
    word-break: keep-all;
    word-wrap: break-word;
}
#subBottom .color {
    color: #0073cc !important;
}
#subBottom .color2 {
    color: #323232 !important;
}
#subBottom p.highlight {
    font-size: 17px;
}
#subBottom h3 {
    text-align: left;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 22px;
}
#subBottom h3:before {
    content: url(/skin/img/sub/bulit.png);
    margin-right: 7px;
}
#subBottom h3.text-left {
    text-align: left;
}
.navi {
    background: #3c3c3c;
}
.navi .breadcrumb {
    margin-bottom: 0;
    max-width: 1170px;
    margin: 0 auto 60px;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    padding: 15px;
}
.breadcrumb > .active {
    color: #fff;
}
.sub_title {
    margin: 0 0 0px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #323232;
}
.sub_title ~ p {
    margin: 15px 0 0;
}
.tit_wrap {
    margin-bottom: 60px;
}
.img-box {
    border: 1px solid #ddd;
    padding: 50px 0;
}
/*  table */
#subBottom table {
    width: 100%;
    border-top: 2px solid #3c3c3c;
    border-bottom: 2px solid #ccc;
    font-family: "Noto Sans KR" !important;
    font-size: 15px;
    font-weight: 300;
}
.location #subBottom table {
    font-family: "Malgun Gothic", "맑은 고딕" !important;
}
#subBottom table tr th {
    background-color: #f3f3f3;
    padding: 12px 15px;
    border-bottom: 1px solid #c8c8c8;
}
#subBottom table tr td {
    background-color: #fff;
    padding: 12px 15px;
    line-height: 23px;
    border-bottom: 1px solid #c8c8c8;
}

/* tab menu */
#subBottom .basic-tab {
    text-align: center;
    border-bottom: none;
}
#subBottom .basic-tab li {
    background: #f3f4f8;
    float: none;
    display: inline-block;
}
#subBottom .nav li.active a {
    color: #fff;
    font-weight: 500;
    background: #41577d;
}
#subBottom .nav li a {
    color: #555555;
    display: block;
    min-width: 200px;
    text-align: center;
    border: none;
    margin: 0;
    background: #efefef;
    font-size: 15px;
    padding: 14px 0;
}
.tab-content {
    padding-top: 40px;
    overflow: hidden;
}
.tab-cont {
    padding-left: 0;
    padding-right: 0;
}

/* greeting */
#subBottom p.greeting-big {
    font-size: 25px;
    font-weight: 600;
    color: #48608a;
    line-height: 31px;
    margin-bottom: 22px;
}
/* history */
table.history tr td.year {
    color: #273184;
    font-size: 20px;
    vertical-align: top;
    font-weight: 500;
}
table.history tr td.month {
    color: #313131;
    font-weight: 600;
}
/* service1 */
.basic-table.price tr td:first-child {
    font-weight: 500;
}
/* service2 */
.business-box {
    overflow: hidden;
    background: #f3f3f3;
    margin-bottom: 30px;
}
.business-des {
    padding: 20px 30px;
    line-height: 23px;
}
.business-box h4 {
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #41577d;
}
/* location */
.ad_box {
    color: #555555;
    background: #f3f3f3;
    padding: 15px 20px;
    margin-top: 10px;
    font-size: 14px;
}

/* product */

.pd_grid {
    visibility: hidden;
}
.grid-sizer,
.grid-item {
    width: calc(33.33333% - 20px);
}
.grid-item {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 1px 2px #ccc;
}

/* list */
ul.list-style {
    list-style-image: url(/skin/img/sub/list-head.png);
    padding-left: 10px;
    line-height: 27px;
    font-size: 15px;
    color: #666666;
}
/* greeting */
.greeting-title {
    font-size: 24px;
    line-height: 1.35 !important;
    padding-left: 30px;
    background-image: url(/skin/img/sub/greeting_q.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 25px !important;
}
.pd_t_30 {
    padding-top: 30px;
}
/* vision */
.vision_list {
    text-align: center;
    background: #f3f3f3;
    padding: 40px 0 20px;
}
.vision-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #0073cc;
    background: -webkit-linear-gradient(left top, #0073cc, #19af88);
    background: -o-linear-gradient(bottom right, #0073cc, #19af88);
    background: -moz-linear-gradient(bottom right, #0073cc, #19af88);
    background: linear-gradient(to bottom right, #0073cc, #19af88);
    margin: 0 auto;
    padding-top: 44px;
}
.vision-icon i {
    font-size: 60px;
    color: #fff;
}
.vision_list h4:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #aaa;
    margin: 15px auto 15px;
}
.vision_list h4 {
    margin: 0px 0 8px;
    line-height: 1;
    font-size: 20px;
    color: #0073cc;
}
/* 게시판 */

.dh-board,
.img-bbs-default-index-layout .page_wrap ~ div,
.dh-view-box,
.form-horizontal,
.img-bbs-default-index-layout > .row,
.img-bbs-default-edit-layout > .row,
.img-bbs-default-view-layout > .row {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    visibility: hidden;
}

.dh-board > .table-hover {
    margin: 0 0 30px;
    border-top: 2px solid #464646;
    border-bottom: 2px solid #ccc;
}
.dh-board > .table-hover td {
    padding: 15px 10px;
}
.dh-board > .table-hover tr {
    border-bottom: 1px solid #ddd;
}
.table-hover > tbody > tr:hover {
    background-color: #f9faff;
}

/* 블로그게시판 */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background-color: #f3f3f3;
    border: 1px solid #ffffff;
    margin: 0px 0px;
    padding: 15px 15px;
}
.dhb-txt-box-type-b h4 strong a {
    font-size: 14px;
    font-weight: 600;
    color: #555555;
}
.dhb-txt-box-type-b-text-layout h5 {
    display: none;
}
.dhb-txt-box-type-b .thumb-hidden {
    border: 0px solid #fff;
    box-shadow: none;
    height: 120px;
}

/*pds 게시판 custom*/
.dhb-txt-box {
    width: 25%;
    float: left;
    min-height: 240px;
    background: #f3f4f8;
    border: 0px solid #d9d9d9;
    margin: 0;
    padding: 20px;
    border: 1px solid #ffffff;
}
.dhb-txt-box:hover {
    background: #ebeef1;
}
.dhb-txt-box > div {
    padding: 0;
}
.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;
}
.dhb-txt-box {
    width: 100%;
}
.dhb-txt-box h4 {
    margin: 0;
}
.dhb-txt-box h4 > strong a {
    font-size: 16px;
    font-weight: 600;
    color: #273184;
}
.dhb-txt-list > h5 {
    font-size: 13px;
    line-height: 1.8;
    color: #999 !important;
}

/* 갤러리게시판 */
.img-bbs-default-index-layout .row > .col-lg-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0;
}
@media screen and (max-width: 991px) {
    .img-bbs-default-index-layout .row > .col-lg-12 {
        padding: 0 15px;
    }
}
.img-bbs-default-index-layout .row > .col-lg-12 > .dh-front-gallery {
    padding: 0;
}
.img-bbs-default-index-layout .row .col-lg-12 #btnNew {
    margin-right: 15px;
}
/* 갤러리게시판 카테고리 */
.filter-items {
    padding: 0 15px;
}
.filter-items .filter-label:hover,
.filter-items .filter-label:focus {
    background: #41577d;
    color: #fff;
}
.filter-items .filter-label {
    color: #555;
    background: #e5e5ea;
    padding: 8px 19px;
    font-size: 14px;
}

/* Btn, pagination */
#btnNew {
    background: #0073cc;
    border: 1px solid #0073cc;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}
.input-group .input-group-btn button,
.input-group .input-group-btn input {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}
.dh-margin-top {
    margin-top: 30px;
}
.page-nav {
    padding: 0 15px;
}
.pagination {
    margin: 30px 0 0;
}
.pagination > li > a {
    border-radius: 0px !important;
}

.pagination > li > a:hover {
    border-bottom: 1px solid #ddd !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #0073cc;
    border-bottom: 1px solid #0073cc !important;
}

/* 글읽기, 쓰기 */
.dh-view-box > .row {
    padding: 0;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #3c3c3c;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    background: #f3f3f3;
}
.dh-view-box > .row > .page-header h4 {
    margin: 0;
}
.dh-view-box.dh-margin-topx2 > .row {
    margin: 0;
}
.dh-view-box > .row > .dh-view-info {
    background: #fff;
    margin: 0;
}
.dh-view-box .btn-group a {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 0px;
    box-shadow: none;
    background: #f3f3f3;
}
.dh-view-box .btn-group a.btnEdit i {
    color: #5a5a5a;
}
.dh-view-box .btn-group a.btnDelete i {
    color: #5a5a5a;
}

.dh-line ~ .col-xs-12 {
    padding: 0;
}
.dh-line ~ div.col-xs-12 {
    margin-bottom: 80px;
}

form#insertForm > h2 {
    margin-top: 0;
}

/* 폼메일 */
form#mailForm {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
form#mailForm .btn-primary {
    color: #313131;
    background: #f3f3f3;
    max-width: 170px;
    padding: 13px 19px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    text-shadow: none;
    box-shadow: none;
    margin: 0 auto;
}
form#mailForm .btn-primary:hover,
form#mailForm .btn-primary:focus {
    background: #41577d;
    color: #fff;
}
form#mailForm .form-control {
    border-radius: 0px;
    box-shadow: none;
}
/* 게시판, 모듈 하단 공백 */
.contact-mail-layout {
    margin-bottom: 80px;
}

/* login */
.login-layout {
    max-width: 1170px;
    margin: 50px auto 90px;
}

.login-layout .panel {
    box-shadow: none;
    border-radius: 0px;
    background: #f3f3f3;
    border: none;
}
.login-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
}
.login-layout .btn-warning {
    background: #0073cc;
    background: -webkit-linear-gradient(left, #0073cc, #19af88);
    background: -o-linear-gradient(right, #0073cc, #19af88);
    background: -moz-linear-gradient(right, #0073cc, #19af88);
    background: linear-gradient(to right, #0073cc, #19af88);
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 8px 0;
}

/* 170822 */
.partner_logo,
.slide_biz_intro {
    margin-top: 25px;
}

.partner_logo > img {
    margin-right: 12px;
}

.slide_biz_intro > ul {
    padding-left: 0;
}
.slide_biz_intro > ul > li {
    font-size: 16px;
    line-height: 1.8;
    list-style-position: inside;
}
.slide_biz_intro > ul > li.em {
    font-size: 20px;
    color: #19dcec;
    font-weight: bold;
    list-style: none;
}
.sub_section {
    margin-bottom: 40px;
}
.small_title {
    margin: 50px 0 0;
    padding: 0;
    font-size: 26px;
    letter-spacing: -1px;
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1;
}

.small_title span:last-child {
    color: #008590;
    margin-left: 8px;
}
.pd_tit {
    margin: 0 0 15px;
    line-height: 1;
    font-size: 20px;
    color: #0073cc;
}
.pd_tit.mT20 {
    margin-top: 20px;
}
.des_box {
    margin-bottom: 30px;
}
.des_box ul,
.sub_section ul {
    padding: 0;
}
.des_box ul li,
.sub_section ul li {
    list-style: none;
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 15px;
    padding-left: 9px;
    background-image: url(/skin/img/sub/list-head.png);
    background-repeat: no-repeat;
    background-position: left 11px;
    letter-spacing: -0.5px;
}
.des_box h6 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #323232;
}
.sub_section .panel {
    border: none;
    border-top: 2px solid #0073cc;
    border-radius: 0;
    box-shadow: none;
}
.sub_section .panel .pd_tit {
    margin: 0;
    font-size: 18px;
}
.sub_section .panel .panel-heading {
    padding: 15px 20px;
}
.sub_section .panel .panel-body {
    padding: 20px 0 0;
}
.sub_section .panel .panel-body img {
    margin-bottom: 15px;
}
#subBottom .pd02_sect .spec_title {
    font-size: 16px !important;
    color: #0073cc;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
#subBottom .pd02_sect ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
#subBottom .pd02_sect ul li {
    line-height: 1.7;
    margin-bottom: 3px;
    color: #666666;
}
#subBottom .pd02_sect ul li:before {
    content: "-";
    margin-right: 6px;
}
#subBottom .pd02_sect ol {
    padding-left: 15px;
}
#subBottom .pd02_sect ol > li {
    color: #0073cc;
}

.spec_wrap {
    margin-bottom: 30px;
}
.pd02_des {
    background: #f3f3f3;
    padding: 20px;
    border: 1px solid #e3e3e3;
}

.caption_logopart {
    position: relative;
}
.partner_logo {
    position: relative;
    top: 140px;
}

.pd03_sect {
    margin-top: 1em;
}

/* personal setting 0.26v */
/* layout */
.mt-80 {
    margin-top: 80px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mg-0 {
    margin: 0 !important;
}
.pd-0 {
    margin: 0 !important;
}

/* img */
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.max-90 {
    width: 90% !important;
    margin: 0 auto;
    display: block;
}
.img-bordered {
    border: 1px solid #ddd;
}

/* align */
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}
.horizontal-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}
.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
}
.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;
}
/* font */
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.text-colored {
    color: #276dbf !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-underline {
    text-decoration: underline !important;
}
.text-italic {
    font-style: italic !important;
}

/*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: "·";
}
ul,
dl,
ol {
    padding: 0;
}
p,
li,
dt,
dd {
    line-height: 1.6;
}
.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
/* personal setting 0.26v end */
#subPage.qna .qna-contact {
    display: inline-block;
    margin: 10px auto;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    padding: 15px 30px;
    background: #337ab7;
}
#subPage.qna .qna-contact p {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#product03-17-tb th {
    text-align: center;
}
#product03-17-tb {
    word-break: keep-all;
}
#product03-17-tb ul {
    padding: 0;
    column-count: 3;
    column-gap: 15px;
}

.pd04_sect.se4 .col-sm-6:last-child tbody th {
    padding: 20px 15px !important;
}
@media (max-width: 991px) {
    #subBottom h3 {
        font-size: 18px;
    }
    .product-img-wrap {
        grid-template-columns: repeat(1, 1fr);
        .img-box {
            padding: 10px;
        }
    }
}
