@charset "utf-8";
@import url('/skin/notokr/notokr.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: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

.navbar-inverse {
    background-color: #FFF;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
    color: #333;
    padding: 0;
    margin-left: 0 !important;
    margin: 23px 0;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}

.navbar-brand img {
    margin-top: 0;
    /* height: 60px; */
}

@media screen and (min-width: 768px) {
	.navbar-right {
		margin-top: 18px;
		line-height: 0;
	}
    .navbar-inverse .navbar-nav > li > a {
		padding: 35px 25px 27px;
		font-size: 17px;
		font-weight: 500;
		color: #111;
		-webkit-text-shadow: none;
		text-shadow: none;
		letter-spacing: -0.3px;
	}
	.navbar-inverse .navbar-nav > li > a span {
		line-height: 0;
	}

    .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: #333;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
		left: 0;
		right: auto;
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		-webkit-border-radius: 0;
		border-radius: 0;
		border: none;
		border-top: 2px solid #028cd4;
		box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
		padding: 15px 0px;
	}

    .divider-vertical + li .dropdown-menu {
        left: auto;
        right: 0;
    }
}
.navbar-nav > li > .dropdown-menu > li > a {
    padding: 7px 25px;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #333;
    text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
	background-color: #f2faff;
	color: #028cd4;
	font-weight: 600;
}

/* 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: #028cd4;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #028cd4;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #00559e;
}

.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;
    }
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
/*bbs - a type*/
.bbs-blog-index-layout .bbs-area{
    /* margin-top: 40px; */
}
.bbs-blog-index-layout .bbs-area .dh-board {
    border-top: 1px solid #ccc;
}
.dhb-txt-box {
    padding: 25px 5px;
    border: none;
    border-bottom: 1px solid #efefef;
    background: transparent;
    margin: 0;
}
.dhb-txt-box:hover {
    background: #f3f3f3;
}
.dhb-txt-box > .col-md-4{
	display:none;
}
.dhb-txt-list{
	width: 100%;
    border-right: none;
}
.dhb-txt-box .thumb-hidden{
	border: none;
    box-shadow: none;
    height: 180px;
    max-height: none;
}
.dhb-txt-box .thumb-hidden > a{
	display: block;
    height: 100%;
	background-size:cover;
	background-position:center;
}
.dhb-txt-box .thumb-hidden > a img{
	display:none;
}

.dhb-txt-list .col-md-7 h4 {
    margin: 20px 0 15px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.dhb-txt-list .col-md-7 h4 a {
}

.dhb-txt-list .col-md-7 h5 a {
    color: #666;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 13px;
    max-height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 0;
}
.dh-view-box {
    margin-top:0px;
}

/* personal setting 0.62v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

@media(min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 12px 0;
    text-align: center;
    color: #333 !important;
    font-weight: 500;
    font-size: 16px !important;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #489ECC;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/
.li-none > li {
    list-style: none !important;
    margin-left: 20px;
}

.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square > li {
    list-style: square !important;
    margin-left: 20px;
}

.li-disc > li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-dash > li,
.li-dot > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-dash > li:before,
.li-dot > li:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot > li:before {
    content: '·';
}

.location-li {
    border-top: 2px solid #444;
    margin: 20px 0 0;
}

.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 9px;
    color: #028cd4;
    display: inline-block;
    width: 13px;
    text-align: center;
}

.partner-li {
    margin: 20px 0;
}

.partner-li:after {
    content: '';
    display: block;
    clear: both;
}

.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}

.partner-li > li img {
    border: 1px solid #ddd;
}

.category-li {
    display: inline-block;
    margin: 20px auto;
}

.category-li:after {
    content: '';
    display: block;
    clear: both;
}

.category-li > li {
    float: left;
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.trait-dl {
    margin: 40px 0;
}
.trait-dl .clearfix{
    padding-bottom:40px;
}

.trait-dl:after {
    content: '';
    display: block;
    clear: both;
}

.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}

.trait-dl dt {
    border-color: #489ECC;
    font-size: 18px;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 35%;
    }

    .trait-dl dd {
        width: 65%;
    }
}

@media(max-width:767px) {
    .partner-li > li {
        width: 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}

.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #489ECC;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

@media(max-width:767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}

.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #444;
    border-bottom: 1px solid #333;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #efefef;
}

.dh-board .table-hover thead tr th, 
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f5f5f5;
    padding: 15px 15px;
    border-bottom: 1px solid #d3d3d3;
}

.table-hover>tbody>tr:hover{
	background:#fff
}

.dh-board .table-hover tbody tr td strong a {
    font-weight: 400;
}

.dh-board .table-hover tbody tr td strong a:hover {
    text-decoration: underline;
    color: #222;
}

.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #444;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #ddd !important;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f5f5f5;
}

.table-style tr td {
    color: #585858;
}

.history-wrap .col-sm-7 {
    padding-left: 30px;
}

.history-table {
    border-top: none;
}
.history-table.table-style tr th, 
.history-table.table-style tr td {
    border-bottom: 1px solid #efefef !important;
    padding: 25px 10px 25px 0 !important;
    font-size: 17px;
    color: #444;
    vertical-align: top !important;
}

.history-table.table-style tr td {
    padding: 25px 0px !important;
}

.history-table.table-style tr th {
    position: relative;
	text-align: left;
    font-size: 24px;
    color: #028cd4;
    line-height: 1;
    font-weight: 500;
}

/* personal setting 0.62v end */
/* navigation setting */
@media(max-width:767px) {}

/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container_slide > .fill,
.carousel-inner .item .fill {
    height: 450px;
}

.carousel-caption {
    display: inline-block;
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
	width:100%;
    max-width: 100%;
}

/* .carousel-caption:after {
    content: '';
    display: block;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.6);
} */

#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}

.carousel-caption h1 {
    margin: 0;
    font-size: 56px;
    color: #fff;
    font-weight: 600;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    letter-spacing: -0.3px;
}

/* .carousel-caption h1:after {
    content: '';
    display: block;
    margin: 50px auto;
    width: 40px;
    height: 2px;
    background: #fff;
} */

.carousel-caption p {
    margin: 15px 0 0;
    font-size: 28px;
    color: #fff;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    letter-spacing: -0.3px;
}

.carousel-control.left {
    background: url(/skin/img/slide/arrow_prev.png) no-repeat center;
}

.carousel-control.right {
    background: url(/skin/img/slide/arrow_next.png) no-repeat center;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-control{
	display:none;
}

.carousel-indicators{
	margin-bottom:0;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 5px;
    width: 11px;
    height: 11px;
    border:2px solid rgba(255,255,255,0.5)
}

.main-top{
    padding: 40px 0;
    background: #ebf6ff;
}
.main-top .row {
    margin: 0;
    box-shadow: 0px 20px 20px rgba(27, 89, 140, 0.2);
	background:#f0f0f0;
}

.main-top .row > div {
    min-height: 200px;
    padding: 30px;
    color: #fff;
}

.main-top h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}

.main-bank {
    background: #fff url(/skin/img/main/main-bank-bg.png) no-repeat right bottom;
    color: #222 !important;
}
.main-bank .bank {
    margin: 26px 0 10px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #026ebd;
}
.main-bank .bank span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.main-bank .name {
    margin: 0;
	color: #444;
    font-size: 15px;
}

.main-bank .name span {
    margin-right: 6px;
    font-weight: bold;
}

.main-banner {
	border-radius:50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-customer {

    background: #028cd4;
}
.main-customer li {
    margin-bottom: 5px;
    font-size: 16px;
}
.main-customer li i {
    margin: 0 7px 0 0;
    opacity: 0.5;
}

.main-product {
    padding: 40px 0 50px;
    background: url(/skin/img/main/main-product-bg.png) no-repeat left bottom;
}
.main-product .row .title {
    padding: 0;
}
.main-product .title h3 {
    margin: 0px 0 25px;
    font-size: 40px;
    text-align: center;
    color: #333;
    line-height: 1;
    letter-spacing: -0.5px;
}

.main-product a{
    position: relative;
    display:block;
    transition: all ease 0.3s;
    /* border: 2px solid #dde3e6; */
}
.main-product a .img-box{
	overflow:hidden;
	border:10px solid #fff;
	border-radius:50px 0 50px 0;
	box-shadow:0 10px 15px rgba(0,0,0,0.15)
}
.main-product a:hover .img-box{
	border-color:#028cd4;
}
.main-product a .txt-box{
    width:100%;
    text-align: center;
    transition:all .3s ease;
    /* background: #fff; */
}

.main-product a:hover{
	/* border:2px solid #028cd4; */
	/* box-shadow:0 10px 15px rgba(0,0,0,0.15) */
}

.main-product a .txt-box h5{
    margin:0;
    padding: 15px;
    /* position:absolute; */
    /* left:50%; */
    /* top:50%; */
    /* transform: translate(-50%,-50%); */
    color: #333;
    font-size: 22px;
    font-weight: 500;
}
.main-product a:hover .txt-box h5{
	color:#028cd4;
}
.main-middle {
    border-top:1px solid #eee;
}
.main-middle .row{
    margin:0;
}
.main-pdf{
    padding:0;
	text-align:center;
    background:#f5f5f5;
}
.main-pdf h3{
    margin:0;
    padding: 0 25px;
    font-size:22px;
    font-weight:600;
    color:#fff;
    background:#028cd4;
    border-bottom:1px solid #f5f5f5;
    height: 45px;
    line-height: 45px;
}
.main-pdf ul{
    margin:0;
}
.main-pdf li a{
    display:block;
    color:#555;
    padding: 10px 20px;
    font-size:15px;
    border-left:5px solid transparent;
    border-bottom:1px solid #fff;
}
.main-pdf li a:hover{
    color:#028cd4;
    border-left-color:#028cd4;
}
.main-pdf li a i{
    margin-right: 10px;    
}
.main-gallery .page-header{
    border:none;
    padding:0;
    margin: 0;
}
.main-gallery .page-header h4{
    font-size:22px;
    font-weight:600;
}
.main-gallery  .dh-front-gallery>.col-md-3>a.thumbnail{
    transition: none;
    margin-top: 6px;
    margin-bottom: 15px;
}
.main-gallery  .dh-front-gallery>.col-md-3>a.thumbnail:hover{
    border-color:#028cd4;
    background-size:cover;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
/*
.main-pdf{
	position:relative;
	border-top:1px solid #eee;
}
.main-pdf:before{
	content:'';
	display:block; 
	width:50%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.main-pdf .container > .row > div{
	padding:30px 15px;
	z-index:10;
}

.main-pdf .title h3{
	margin-top: 15px;
    font-size: 32px;
	font-weight:600;
}
.main-pdf .right-con{
	padding-left:40px!important;
	background:#fff;
}
.m-pdf{
	text-align:center;
}
.m-pdf a{
	position:relative;
	display:block;
	color:#545454;
}

.m-pdf a:after{
	content: '';
    display: block;
    width: 1px;
    height: 115px;
    background: #e0e0e0;
    position: absolute;
    right: -15px;
    top: 50%;
    border-radius: 10px;
    transform: translatey(-50%);
}
.m-pdf > div:last-child a:after{
	display:none;
}
.m-pdf a:hover .img-caption,
.m-pdf a:hover{
	color:#028cd4!important;
}
.m-pdf a i{
	font-size:60px;
}
.m-pdf a .img-caption{
	margin-bottom:0;
	color:#555!important;
}
*/
@media(max-width:767px) {}
@media(min-width:768px){
    .dh-front-gallery > .col-md-3{
        width: 25%;
    }
}
/* footer setting */
.footer_copy > div {
    padding: 55px 0 50px;
    background: #353535;
    color: #bbb;
	font-weight:300;
    font-size: 13px;
}


.footer_copy ul {
    margin: 0;
    text-align: center;
    display: inline-block;
}


.footer_copy ul:after {
    content: '';
    display: block;
    clear: both;
}

.footer_copy li {
    float: left;
    padding: 0 15px;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.1;
    text-align: center;
}
.footer_copy li:last-of-type {
    border-right: none;
}
.footer_copy .name{
    font-size:18px;
    color:#fff;
}

.footer_copy .copy {
    margin: 5px 0 0;
    text-align: center;
    opacity: 0.5;
}

@media(max-width:767px) {}

/* subpage setting */
.pageheader {
    position: relative;
    height: 280px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader:after {
    content: '';
    display: block;
    width: 1170px;
    max-width: 100%;
    height: 48px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(2, 140, 212, 0.8);
}

.pageheader .container {
    position: relative;
    height: 100%;
}

.pageheader h2 {
    margin: -16px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
}
.breadcrumb {
    position: absolute;
    left: 20px;
    bottom: 0;
    line-height: 46px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #fff;
    z-index: 1;
    letter-spacing: -0.3px;
}

.breadcrumb .active {
    color: #fff;
}

.breadcrumb>li+li:before {
    color: rgba(255,255,255,0.5);
}

.subpage-content {
    padding-top: 50px;
    padding-bottom: 80px;
}

.subpage-content .emp {
    font-weight: 500;
    color: #489ECC;
}

.subpage-content section {
    padding-bottom: 40px;
}

.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 26px;
}
.subpage-content section h5 {
    margin: 40px 0 15px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.subpage-content .se1 h5:first-child {
    margin-top: 0;
}

/* .subpage-content section h5:before{
    content:'';
    display:inline-block;
    margin-top:-2px;
    margin-right:10px;
    width:8px;
    height:8px;
    border-radius: 50%;
    background:#0174c5;
    vertical-align: middle;
} */
.subpage-content .title h3 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 38px;
    letter-spacing: -0.3px;
    color: #222;
}
.subpage-content .title h3:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #028cd4;
    display: block;
    margin: 30px auto;
}

.subpage-content p, 
.subpage-content li,
.subpage-content dd,
.subpage-content td{
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #585858;
}

.li-disc > li {
    list-style: none !important;
    position: relative;
    padding-left: 10px;
}

.li-disc > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #555;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

/*subpage about*/
.greet p{
    margin-bottom:20px;
    font-size:15px;
}
.greet .col-sm-7 {
    padding-left: 30px;
}
.greet p.quote {
    margin: 20px 0 25px;
    color: #222;
    font-size: 30px;
    letter-spacing: -1.2px;
}
.greet p.quote span {
    display: inline-block;
    margin-right: 8px;
}
.symbol-wrap .inner {
    border-top: 1px solid #efefef;
    padding: 50px 50px 75px;
}

.symbol-wrap .inner img {
    max-width: 220px;
    margin-bottom: 15px;
}

.symbol-wrap > div:first-child .inner {
    border-top: 1px solid #ccc;
}

.symbol-wrap > div:last-child .inner {
    border-bottom: 1px solid #ccc;
}
.symbol-wrap p {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.75;
}
.cert-wrap img {
    padding: 5px;
    border: 1px solid #ddd;
    box-shadow: 2px 4px 2px rgba(0,0,0,0.05);
}
/*subpage product*/
.prod-wrap{
    margin-bottom:40px;
}
.prod-wrap .inner img{
    /* border:1px solid #ddd; */
	overflow: hidden;
    border: 10px solid #fff;
    border-radius: 50px 0 50px 0;
    box-shadow: 0 10px 15px rgba(0,0,0,0.15);
}
#product1 .prod-wrap{
    width:980px;
    max-width:100%;
    margin:0 auto 40px;
}
#product1 .quote-box {
    background: #fff;
    padding: 0;
    max-width: 950px;
    margin: 0 auto;
}

#product1 .quote-box p {
    margin-bottom: 20px;
}

#product1 .quote-box li {
    line-height: 1.5;
    margin-bottom: 10px;
}

#product1 .quote-box ul {
    margin: 30px 0 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #efefef;
    padding: 25px 0;
}


.subpage .trait-dl{
	margin:0;
}

.subpage .trait-dl dt, 
.subpage .trait-dl dd {
        float: left;
    margin-bottom: 20px;
    padding: 45px 40px 0px;
    border-top: 1px solid #ddd;
}

.subpage .trait-dl dt{
	border-top-color:#ddd;
}

.subpage .trait-dl dd h5{
    margin-top:15px;
}
.subpage .trait-dl dd li {
    margin-left: 0;
    margin-bottom: 8px;
    font-size: 16px;
}
.subpage .trait-dl dd li:before {
    content: "";
    width: 7px;
    height: 2px;
    background: #bbb;
    top: 12px;
}
.subpage .trait-dl .clearfix {
    padding-bottom: 40px;
}

/*subpage trait*/
.trait-li {
    max-width: 950px;
    margin: 40px auto 0;
}
.trait-li > li {
    position: relative;
    padding-left: 45px;
    padding-top: 2px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: #444;
}
.trait-li > li li {
    margin-top: 7px;
    margin-left: 0;
    padding-left: 15px;
    font-weight: 400;
}
.trait-li > li span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    color: #fff;
    background: #028cd4;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
}
.dh-front-gallery>.col-md-3>a.thumbnail{
    height: 160px!important;
}
.img-bbs-default-index-layout > .row{
    visibility: hidden;
}

#download .dhb-txt-box {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 35px 15px;
}
#download .dhb-txt-box h4 {
    margin: 0 0 15px;
    font-size: 20px;
}
#download .dhb-txt-box h5 {
    font-weight: 400;
    margin: 0 0 30px;
}
#download .dhb-txt-box h6 {
    color: #68acd4;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    border-top: 1px solid #efefef;
    padding-top: 15px;
}


.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #ddd;
    background: #fff !important;
    font-weight: 600;
    color: #028cd4 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #aaa;
    background: #fff;
}

.row.dh-margin-top {
    margin-top: 40px;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

#btnNew.btn-sm {
    font-size: 15px;
    border-radius: 0;
    background: #333;
    border: none;
    padding: 8px 12px;
}

.dh-view-box>.row>.page-header {
    background: #fff;
    padding: 0;
    margin: 0;
    border-top: 2px solid #444;
    border-bottom: 1px solid #efefef;
    color: #333;
}
.dh-view-box>.row>.page-header h4 {
    padding: 20px;
    line-height: 1;
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    background: #f5f5f5;
}
.dh-view-box>.row>.dh-view-info {
    background: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid #d3d3d3;
	color:#888
}
.dh-view-box .sns-box {
    display: none;
}

.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}


.subpage .subpage-content .dh-view-box img{
	display:block;
	margin:10px auto;
	padding:5px;
	border-radius:20px;
	background:#fff;
	border:1px solid #ddd;
}
.main-video{
    padding-top: 15px;
}
.main-video h4{
    font-size: 17px;
    color:#111;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
/* .main-video .embed-responsive-16by9 {
    padding-bottom: 62.25%;
} */
.main-photo{
    padding:15px 0;
    border-top:1px solid #ddd;
}
.main-video .row{
    margin:0 -30px 0 0;
}
@media(max-width:767px) {
	.greet .col-sm-7{
		padding-left:15px
	}
	.history-wrap .col-sm-7{
		padding-left:15px;
	}
     .body-layout{
        padding-top:79px;
         overflow-x: hidden;
    }
    .navbar-inverse .navbar-brand {
        margin:10px!important;
    }
    .navbar-brand img{
        height:45px;
    }
    .navbar-toggle{
        top:15px;
        background:transparent!important;
        border:none!important;
    }
    .navbar-toggle .icon-bar{
        background:#333!important;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#028cd4;
    }
    .navbar-nav .open .dropdown-menu{
        background:#f5f5f5;
    }
    .carousel-caption h1{
        font-size:38px;
    }
    .carousel-caption p{
        font-size:22px;
    }
    .container_slide > .fill, .carousel-inner .item .fill{
        height:400px;
    }
    .main-product .title h3{
        font-size:34px;
    }
    .main-pdf h3{
        font-size:20px;
    }
    .main-gallery{
        padding:20px 0;
    }
    /* .main-gallery .intro-boardbox{
        padding:0;
    } */
    .footer_copy li{
        float:none;
        margin-bottom:5px;
        padding:0;
        text-align:left;
        border:none;
    }
    .footer_copy > div{
        padding:30px 0;
    }
    .pageheader{
        height:200px;
    }
    .pageheader h2{
        font-size:38px;
    }
    .subpage-content .title h3{
        font-size:32px;
    }
    .greet p.quote{
        font-size:22px;
    }
    .symbol-wrap .inner{
        padding:25px 25px 40px;
    }
    .page-nav,
    .row.dh-margin-top{
        text-align: center;
    }
    .subpage .trait-dl dt, .subpage .trait-dl dd{
        padding:30px 25px 0;
    }
    .main-video{
        padding-bottom:25px;
    }
    .main-video .row{
        margin:0 -15px;
    }
    .main-video .row >div{
        padding-left:0;
        padding-right:0;
        padding-bottom:20px;
    }
}

