@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    padding-top: 100px;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Malgun Gothic", sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}
.dh-view-box > .row > .dh-view-info,
.dh-attach,
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
    padding: 0 0 10px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #6d6d6d;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #555;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.intro-boardbox .page-header h4 .btn {
    padding: 5px 0 0;
    margin: 0;
    line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
    content: url("/skin/img/default/board-plus-icon.png");
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel > .panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
    padding: 5px 0px 5px;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #303030;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    white-space: nowrap;
}

.list-row-subject:before {
    content: "∙";
    color: #ffffff;
    font-weight: bold;
    padding-right: 6px;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}

.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;
}
/* //메인 페이지 설정 끝 */

.navbar-inverse {
    background-color: #fff;
    border-bottom: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    position: fixed;
    top: 0;
    background-image: url(/skin/img/main/navbar-top.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.navbar-inverse .navbar-brand {
    color: #333;
    padding: 25px 15px;
}

.navbar-brand img {
    margin-top: 0;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        -webkit-text-shadow: none;
        text-shadow: none;
        padding: 40px 25px;
        font-size: 15px;
        font-weight: 600;
        color: #222;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #1a91d4;
    }
}

.pu-btn.lang {
    background: #fff;
    padding: 5px 12px;
    font-size: 12px;
    color: #333;
    border-left: 1px solid #eee;
    border-right: 0.5px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    font-weight: 600;
}

.pu-btn.lang:hover,
.pu-btn.lang.active {
    text-decoration: none;
    background: #eee;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.75);
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 0;
        left: 0;
        right: auto;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: 0;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
        color: #fff;
        padding: 15px 15px;
        font-size: 14px;
        line-height: 1;
        text-align: left;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
        font-weight: 600;
    }
}

@media screen and (max-width: 767px) {
    .body-layout {
        padding-top: 60px;
    }
    .navbar-inverse .navbar-brand {
        padding: 15px;
    }
    .navbar-brand img {
        max-width: 130px;
    }
    .navbar-inverse .navbar-toggle {
        border: none;
        margin: 12px 10px;
        top: 3px;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #1a91d4;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background: #0691d6;
    }
    .navbar-collapse {
        border-top: 1px solid #e0e0e0 !important;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #333;
        line-height: 1;
        padding: 10px 20px;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #1a91d4;
        font-weight: 600;
    }
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        color: #1a91d4;
        background-color: #fff;
        font-weight: 600;
    }
    .navbar-nav .open .dropdown-menu {
        background: #f3f3f3;
        padding: 10px 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.4;
        color: #666 !important;
        font-size: 13px;
    }
}

/* personal setting 0.27v */

/* 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-disc > li {
    list-style: disc !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-dash > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-dash > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

/* component */

.card {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    min-height: max-content;
}
.column-2 {
    padding: 15px;
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}
.quote-box {
    margin: 20px auto 50px;
    padding: 0;
}
.quote-box :is(.en, .kr) {
    margin-block: 30px;
}
.quote-box :is(.en, .kr) dl {
    margin-top: 20px;
}
.quote-box :is(.en, .kr) dl dt {
    margin-bottom: 5px;
}
.quote-box :is(.en, .kr) dl dd + dt {
    margin-top: 15px;
}
.quote-box p:last-of-type {
    margin: 0 !important;
    font-size: 16px;
    line-height: 2;
}
.subpage-content p.quote {
    margin: 30px 0;
    font-size: 30px;
    font-weight: 400;
    color: #1a91d4;
    line-height: 1.4;
    letter-spacing: -0.5px;
}
.subpage-content p.quote span {
    font-weight: 600;
}
/* custom setting */

.container_contents,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
}

ul,
dl,
ol {
    padding: 0;
}

.body-layout {
    overflow-x: hidden;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.footer_copy > div {
    padding: 50px 15px;
    background: #222;
    color: #888;
    font-size: 13px;
}
.maintenance {
    margin-top: 5px;
    padding: 50px 25px;
    text-align: center;
    background: #f3f3f3;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.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;
    margin-bottom: 20px;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    color: #818181;
    margin-bottom: 20px;
}
/* personal setting 0.27v end */

/* navigation setting */

/* mainpage setting */
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 48%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 80%;
    text-shadow: none;
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.item2 .carousel-caption {
    text-align: right;
}
.carousel-caption h2 {
    position: relative;
    margin: 0 0 10px;
    font-size: 50px;
    color: #222;
    font-weight: 600;
}
/*
.carousel-caption h2:after{
	content:'';
	display:block;
	width:20px;
	height:2px;
	background:#000;
	position:absolute;
	left:0;
	bottom:-20px;
}
*/
.item2 .carousel-caption h2:after {
    right: 0;
    left: auto;
}
.carousel-caption p {
    margin-top: 20px;
    font-size: 22px;
    color: #222;
    letter-spacing: -1px;
    margin: 0;
}
.item0 .carousel-caption h2,
.item0 .carousel-caption p {
    color: #fff;
}
.item0 .carousel-caption p {
    opacity: 0.75;
}
.carousel-indicators {
    bottom: 40px;
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0px 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #888;
    border: none;
    border-radius: 50%;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.35);
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0 3px !important;
    background-color: #ffffff;
}

@media screen and(max-width:767px) {
    .carousel-inner > .item,
    .carousel-inner > .item img {
        height: 200px;
    }
    .carousel-caption {
        width: 100%;
        top: 42%;
        padding: 0 30px;
    }
    .carousel-caption h2 {
        font-size: 30px;
        margin: 0 0 5px;
    }
    .carousel-caption p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .carousel-indicators {
        bottom: 20px;
        text-align: left;
        left: 30px;
        margin: 0;
    }
}

.main-content {
    /*     padding-top: 60px; */
    /* background: #222; */
}
.main-hot {
    min-height: 408px;
    background: #eaecef;
}
.main-hot .thumbnail {
    border-radius: 0;
    padding: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.23);
    border: none;
    position: relative;
    transition: ease 0.3s;
}
.main-hot .thumbnail:hover {
    background: #1a91d4;
    border-color: #1a91d4;
}
.main-hot .thumbnail .blogthumb {
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-color: #fff;
    position: relative;
}
.main-hot .thumbnail .caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.main-hot .thumbnail:hover {
    margin-top: 0;
}
.main-hot .thumbnail:hover .caption {
    background: linear-gradient(to right, rgba(26, 145, 212, 0.65), rgba(37, 198, 98, 0.55), rgba(255, 168, 75, 0.6));
}
.main-hot .thumbnail .caption {
    transition: ease 0.3s;
}

.main-hot .blog-row-contents,
.blog-row-contents,
.blog-row-regdate,
.main-hot .label-danger {
    display: none;
}
.main-hot .blog-row-subject {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.main-hot .thumbnail:hover .blog-row-subject {
    color: #fff;
}
.main-product,
.main-hot {
    padding: 70px 0;
}
.main-product .col-md-12,
.main-hot .col-md-12 {
    margin-bottom: 50px;
}
.main-content .title h3 {
    margin: 0;
    color: #222;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}
.m-product-box {
    position: relative;
    margin-bottom: 30px;
    height: 400px;
}
.m-product-box a {
    display: block;
    width: calc(100% - 30px);
    height: 400px;
    position: absolute;
    left: 15px;
    top: 0;
    perspective: 200px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.23);
}
.m-product-box img {
    transition: all 0.3s ease;
}
.m-product-box:hover img {
    transform: translatez(20px);
}
.m-product-box a:hover .text {
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom right, rgba(26, 145, 212, 0.65), rgba(37, 198, 98, 0.55), rgba(255, 168, 75, 0.6));
}
.m-product-box a:hover .text:before {
    content: url(/skin/img/main/plus-icon.png);
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}
.m-product-box .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.m-product-box h4 {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 25px;
    line-height: 1;
}
.m-product-box a:hover h4 {
    background: transparent;
    text-shadow: none;
}
.m-product-box .more {
    position: absolute;
    left: 0;
    bottom: 15px;
    opacity: 0;
    color: #fff;
    transition: all 0.4s ease;
    font-size: 16px;
    letter-spacing: 2px;
}
.m-product-box a:hover .more {
    opacity: 1;
    left: 25px;
}
.main-bbs {
    padding: 60px 0;
    background: url(/skin/img/main/m-gallery-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.main-bbs h4 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5px;
    margin: 0 0 15px;
    padding: 0 0 20px;
}
.main-bbs h4 a {
    color: #fff;
}
.intro-boardbox {
    display: none;
}
#m-notice .panel {
    background: transparent;
    border: none;
}
#m-notice .panel-body {
    padding: 0;
}
#m-notice .dh-front-list2 h6 a,
#m-notice .dh-front-list2 h6 a span {
    color: #fff;
    font-size: 16px;
    opacity: 0.9;
}
#m-notice .label-danger {
    padding: 3px 5px !important;
    position: relative;
    top: 6px;
}

#m-gallery .caption {
    display: none !important;
}
#m-gallery .dh-front-blog > .col-md-4 > .thumbnail {
    min-height: 0;
    border: none;
}
#m-gallery .dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    border: none;
    height: 165px;
}

@media screen and (max-width: 767px) {
    .main-product,
    .main-hot {
        padding: 30px 0 40px;
    }
    .main-product .col-md-12,
    .main-hot .col-md-12 {
        margin-bottom: 20px;
    }
    .main-content .title h3 {
        font-size: 26px;
        letter-spacing: 2px;
    }
    .main-hot .thumbnail .blogthumb {
        height: 250px;
    }
    .main-hot .blog-row-subject {
        padding: 0;
        font-size: 15px;
    }
    .m-product-box,
    .m-product-box a {
        height: 250px;
    }
    .m-product-box h4 {
        padding: 20px;
        font-size: 18px;
    }
    .footer_copy > div {
        padding: 30px 15px;
    }
    .foot-logo {
        max-width: 150px;
        margin: 0 0 10px;
    }

    #main-slide .item {
        height: 300px;
    }
    #main-slide .item img {
        width: auto;
        max-width: none;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
    #main-slide .carousel-caption {
        width: 95%;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .main-content .title h3 {
        margin-bottom: 30px;
    }
    .m-product-box img {
        margin-top: -50px;
    }
    .m-product-box a {
        max-width: 354px;
        left: 50%;
        transform: translatex(-50%);
    }
    .m-product-box a:hover .text {
        background: -webkit-rgba(26, 145, 212, 0.65);
    }
    .main-bbs {
        padding: 30px 0;
    }
    .main-bbs > .container > .row > .col-sm-6 {
        min-height: 200px;
    }
}

/* footer setting */
/* subpage setting */
.subpage .pageheader {
    width: 100%;
    height: 250px;
    background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
    background-size: cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    font-size: 42px;
    font-weight: bold;
    color: #222;
    margin: 80px 0 15px;
}
.pageheader p {
    color: #666;
    margin: 0;
}
.subpage-content,
.dh-view-box,
.bbs-list-view-layout + .row {
    padding-bottom: 80px;
}
#community01 .subpage-content,
#community02 .subpage-content,
#community03 .subpage-content,
#community04 .subpage-content {
    padding-bottom: 0;
}
.subpage-content .title {
    position: relative;
    margin-top: 50px;
}
.subpage-content .title h3 {
    position: relative;
    font-size: 38px;
    color: #222;
    line-height: 1;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 35px;
    margin-top: 0;
}
.breadcrumb {
    position: absolute;
    right: 15px;
    top: 20px;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}
.breadcrumb li.active {
    color: #888;
    font-weight: 600;
}
.breadcrumb li {
    font-size: 14px;
    color: #888;
}
/*
.subpage-content .title h3:before,
.subpage-content .title h3:after{
	content:'';
	display:block;
	width:60px;
	height:3px;
	background:#333;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
}

.subpage-content .title h3:before{
	right:100%;
}
.subpage-content .title h3:after{
	left:100%;
}
*/
.subpage-content p,
.subpage-content li {
    font-size: 16px;
    color: #666;
}
.subpage-content h4 {
    font-size: 22px;
    color: #1a91d4;
    font-weight: 500;
}

.table-style {
    border-top: 2px solid #1a91d4;
    margin: 0;
}
.table-style thead tr th,
.table-style tbody tr th,
.table-style tbody tr td {
    font-size: 13px;
    padding: 15px 20px;
}
.table-style thead tr th,
.table-style tbody tr th {
    background: #f8f8f8;
    text-align: center;
    vertical-align: middle !important;
}
.table-style tbody tr td {
    color: #444;
}
.table-style tr {
    border-bottom: 1px solid #dedede;
}
.table-style thead tr th:last-child {
    border-right: none;
}
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#insertForm.form-horizontal,
#mailForm {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
/*=====----- 메일폼 설정 -----=====*/
#contact01 .subpage-content {
    padding: 0;
}
#mailForm {
    padding-bottom: 80px;
}
#mailForm .form-group {
    margin: 0;
    padding: 15px 30px;
    background: #f4f4f4;
    border-bottom: 1px solid #e1e1e1;
}
#mailForm .form-group:first-child {
    border-top: 2px solid #000;
}
#mailForm .form-group:nth-child(5) {
    background: none;
    border: none;
    padding: 30px 25px;
}
#mailForm .form-group label {
    width: 15%;
    float: left;
    margin: 10px 0 0;
}
#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control {
    width: 85%;
    max-width: 726px;
    border: 1px solid #dedede;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #555;
    font-size: 13px;
}
#mailForm .form-group input.form-control {
    height: 40px;
}
#mailForm .form-group p.error,
#mailForm .form-group ~ p.error {
    margin: 0;
    color: #e83428;
    font-size: 12px;
}
#mailForm .form-group ~ p.error {
    padding-left: 35px;
    margin: -15px 0 0;
}
#mailForm .form-group .checkbox {
    margin: -8px 0 0;
}
#mailForm .form-group .checkbox label {
    width: 100%;
    margin: 0;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px 0;
    border: 1px solid #1a91d4 !important;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #1a91d4;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: ease 0.3s;
}
input[type="button"].btn-block:hover,
input[type="reset"].btn-block:hover,
input[type="submit"].btn-block:hover {
    background: #1a91d4 !important;
    border: 1px solid #1a91d4 !important;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control,
    #mailForm .form-group textarea.form-control {
        max-width: 567px;
    }
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {
        padding: 20px 15px;
    }
    #mailForm .form-group label {
        width: 20%;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.05em;
    }
    #mailForm .form-group input.form-control,
    #mailForm .form-group textarea.form-control {
        width: 80%;
    }
    #mailForm .form-group ~ p.error {
        padding-left: 15px;
        margin: 0;
    }
    input[type="button"].btn-block,
    input[type="reset"].btn-block,
    input[type="submit"].btn-block {
        margin-top: 80px;
    }
}
/* ----- board bottom ----- */
/* 게시판 하단 */
.dh-margin-top {
    margin-top: 30px;
}
.dh-board .dh-margin-top .pagination {
    margin-top: 0;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #e0e0e0;
    border-radius: 0 !important;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #666 !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: #f3f3f3;
    border: 1px solid #e0e0e0;
    color: #1a91d4 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #bbb;
    background: #fff;
}

.is-sub-article .bbs-box ul > li:before {
    content: none;
}

#insertForm .input-group .btn {
    border-radius: 0;
    font-size: 15px;
    border-color: #e0e0e0;
}

#insertForm .input-group .form-control {
    height: 35px;
    box-shadow: none;
    border-color: #e0e0e0;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
}
/* ----- blog b-type ----- */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
    padding-top: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
}
.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}
.bbs-blog2-index-layout,
.bbs-blog-view-layout {
    padding-bottom: 80px;
}
.dhb-txt-box-type-b .label-danger {
    display: none;
}
/* ----- list board ----- */
.bbs-list-index-layout,
.bbs-list-view-layout {
    padding-bottom: 80px;
}
.dh-board > .table-hover {
    margin: 0 0 30px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #e0e0e0;
}

.dh-board > .table-hover thead th {
    background: #f3f3f3;
    border-bottom: 1px solid #333;
}

.dh-board > .table-hover thead th,
.dh-board > .table-hover tbody td {
    padding: 15px;
}
/* ------ board view ------ */
.dh-view-box > .row > .page-header {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 0;
    padding: 15px 15px;
}
.dh-view-box > .row > .page-header > h4 {
    font-size: 24px;
    margin: 0;
}
.dh-view-info {
    background: #fff !important;
}

/* subpage about */
#about01 .subpage-content {
    padding-bottom: 0;
    background: url(/skin/img/sub/intro-bg.jpg) no-repeat 50% 100%;
    min-height: 630px;
}
#about01 .subpage-content .quote {
    position: relative;
    padding-left: 150px;
    margin: 40px 0 30px;
    line-height: 1.4 !important;
}

#about01 .subpage-content .quote:before {
    content: "";
    width: 130px;
    height: 2px;
    background: #1a91d4;
    position: absolute;
    top: 22px;
    left: 0;
}
#about01 .subpage-content p {
    line-height: 2;
    margin-top: 45px;
}
.location-info {
    margin: 30px 0 0;
    border-top: 1px solid #e0e0e0;
}
.location-info li {
    padding-left: 20px;
    margin: 5px 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px 15px;
    line-height: 1;
}
.location-info li .fa {
    margin-right: 10px;
    font-size: 1.2em;
    color: #1a91d4;
}

/* subpage product */
.quote-box img {
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2);
}
.quote-box .col-sm-8 {
    padding-left: 45px;
    padding-top: 25px;
}
.quote-box p.quote {
    margin: 20px 0;
}
.quote-box p.sub-quote{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.product-box .card {
    padding: 30px 30px;
}
.card .h4 {
    color: #333;
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px;
}
.product-box .table {
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}
.product-box .table th {
    background: #fff;
}
.product-box .table th,
.product-box .table td {
    text-align: left;
    padding: 10px;
}

/* 푸터 */
.footer_copy strong {
    display: inline-block;
    margin-top: 8px;
}
.footer_copy .slash {
    margin: 0 3px;
}
#product03 .quote-box .col-sm-8{
}
#product03 .quote-box .col-sm-8.korean-clam,
#product03 .quote-box .col-sm-8.vietnam-clam,
#product03 .quote-box .col-sm-8.korea-oyster{
    display: none;
}
@media screen and (max-width: 767px) {
    .subpage .pageheader {
        height: 150px;
    }
    .pageheader h2 {
        font-size: 28px;
        margin: 40px 0 5px;
    }
    .subpage-content .title {
        margin-top: 30px;
    }
    .subpage-content .title h3 {
        font-size: 24px;
        margin-bottom: 20px;
        padding-bottom: 40px;
    }
    .breadcrumb {
        top: 30px;
    }
    .breadcrumb li {
        font-size: 10px;
    }
    .subpage-content p,
    .subpage-content li {
        font-size: 13px;
        color: #666;
    }
    #about01 .subpage-content {
        min-height: 500px;
    }
    #about01 .subpage-content .quote {
        padding: 10px 0 0;
        font-size: 22px;
        margin: 40px 0 30px;
    }
    #about01 .subpage-content .quote:before {
        content: "";
        width: 30px;
        height: 2px;
        background: #1a91d4;
        position: absolute;
        top: 0;
        left: 0;
    }
    #about01 .subpage-content p {
        margin-top: 0;
    }
    .location-info li {
        position: relative;
        padding-left: 50px;
        padding-bottom: 10px;
    }
    .location-info li i {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translatey(-50%);
    }
    .quote-box .col-sm-8 {
        padding-left: 15px;
    }
    .subpage-content p.quote {
        font-size: 24px;
    }
    .dh-board .dh-margin-top .pagination {
        position: relative;
        left: 50%;
        transform: translatex(-50%);
        margin-bottom: 15px;
    }
    .dh-board .writer,
    .dh-board .num,
    .dh-board .hits {
        display: none;
    }
}
