@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    padding-top: 88px;
}
/* 폰트 설정 */
.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: 0; }
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;
}

.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}

/* 상단 메뉴 설정 시작 */
.navbar-inverse {
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
}
.navbar-inverse .navbar-brand {
    margin: 20px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
    height: 48px;
}
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1;
    padding: 35px 32px;
    margin: 0;
    text-shadow: none;
    height: 88px;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #2969b3;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #2969b3;
    background-image: none;
    background-color: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* //상단 메인 메뉴 설정 끝 */


/* 상단 서브 메뉴 설정 시작 */
.navbar-inverse .dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    min-width: 240px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 24px 0;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 16px 24px;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    background: #2969b3;
    color: #fff;
    position: relative;
}
.navbar-inverse .dropdown-menu > li > a:hover:before, .navbar-inverse .dropdown-menu > li > a:focus:before {
    content: "\f18e";
    font-family: "FontAwesome";
    float: right;
}

/* //상단 서브 메뉴 설정 끝 */

/* 서브 상단 영역 */
.custom-title {
    background-image: url('/skin/img/sub/subTop.jpg');
    margin-top: -20px;
}

.custom-title .panel-body {
    padding: 20px 30px 30px;
    color: #fff;
}

.custom-title .panel-body h3 span span strong {
    font-size: 20px;
    font-weight: 500;
}

.custom-title .panel-body h3 span span strong small {
    color: #ccc;
    font-size: 14px;
    font-weight: 400 !important;
}

/* page 기본 설정 */
.content p {
    font-size: 15px;
    color: #777777;
    line-height: 27px;
}

.padd00 {
    padding: 0;
}

.marg10 {
    margin: 10px;
}

.marg-t40 {
    margin-top: 40px;
}

.img-frame {
    border: 4px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.img-bord {
    border: 1px solid #dedede;
    padding: 20px 10px 20px;
}

.dsq-brlink {
    display: none;
}

.divider-vertical {
    display: none !important;
}
.sign {
    font-size: 20px;
    font-weight: 600;
}

.content {
    margin-bottom: 40px;
}

/* page-actuator */
.red-title {
    display: inline-block;
    border-bottom: 1px solid #C0504D;
    padding: 0px 5px 4px;
    color: #C0504D;
    font-weight: 600;
}

.yellow-title {
    display: inline-block;
    border-bottom: 1px solid #FFC000;
    padding: 0px 5px 4px;
    color: #FFC000;
    font-weight: 600;
}

.green-title {
    display: inline-block;
    border-bottom: 1px solid #92D050;
    padding: 0px 5px 4px;
    color: #92D050;
    font-weight: 600;
}

.blue-title {
    display: inline-block;
    border-bottom: 1px solid #4F81BD;
    padding: 0px 5px 4px;
    color: #4F81BD;
    font-weight: 600;
}
.content-row {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

td,
th {
    padding: 7px;
    text-align: center;
}

.pink-back {
    text-align: left;
    background: #E6B8B7;
}

.blue-back {
    text-align: left;
    background: #6E9AC3;
}


/* table 설정 시작 */
table {
    font-size: 10pt;
    width: 100%;
    border-top: 2px solid #2969b3;
    border-bottom: 2px solid #ccc;
    margin-bottom: 60px;
}

tr {
    line-height: 20pt;
}

th {
    padding: 8px 14px;
    color: #333;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
}

td {
    padding: 8px 14px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* //table 설정 끝 */


/* 게시판 설정 시작 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 13px 8px;
}

.dh-board > .table-hover {
    border-top: 2px solid #2969b3;
    border-bottom: 2px solid #ccc;
}

.dh-board > .table-hover > tbody > tr:hover {
    background-color: #f7f7f7;
}
.dh-margin-top {
    margin-top: 80px;
    display: inline-block;
    float: none;
    width: 100%;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #2969b3;
    border-color: #2969b3;
}

/* 게시판 버튼 설정 */
a.btnRead {
    font-weight: 500;
}

.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}

/* //게시판 설정 끝 */

/* //서브페이지 설정 끝 */
.f-red {
    color: #BF3030;
    font-weight: bold;
}

.table_style01 th {
    background: #C5D9F1;
}

.table_style02 th {
    background: #D9D9D9;
}

.table_style01 td,
.table_style01 th,
.table_style02 td,
.table_style02 th {
    border-bottom: 1px solid #333;
}

.table_style01,
.table_style02 {
    border-bottom: 2px solid #333;
}

.title_style00 {
    color: #fff;
    background: #2064A3;
    border-radius: 4px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 3px 10px;
    margin: 10px 0 7px;
}

.title_style00:after {
    content: '';
    display: block;
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 32px;
    border-bottom: none;
}
.intro-boardbox .page-header h4 {
    color: #222;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #a8a8a8;
}
.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 .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: 15px;
    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: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}
.list-row-regdate {
    float: right;
    color: #a8a8a8 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
/* //메인 페이지 설정 끝 */
#video .dhb-txt-box{
	float:left;
	border:none;
	height:250px;
	background:transparent;
}
#video .dhb-txt-box > .dhb-txt-list{
	border:none;
}
#video .dhb-txt-box > .dhb-txt-list,
#video .dhb-txt-box > .dhb-txt-list .row > div{
	width:100%;
	text-align:center;
}
#video .dhb-txt-box > .dhb-txt-list .row > div h5,
#video .dhb-txt-box > .text-right{
	display:none;
}
#video .dhb-txt-box img.dhb-thumb {
    border: none;
    padding: 0;
    border-radius: 8px;
}
#video .dhb-txt-box > .dhb-txt-list h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 0 0;
    text-align: center;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 20px;
}
#video  .dh-margin-top:before{
	content:'';
	display:block;
	clear:both;
}
/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}
.q_number {
    margin-bottom: 25px;
}
.q_number div h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 5px !important;
    display: block;
    font-weight: 700 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}
#mod_type_formForm .btn-primary {
    box-shadow: none;
    float: none !important;
    display: inline-block;
    width: 240px;
    height: 56px;
    letter-spacing: -0.04em;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #2969b3 !important;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #2969b3;
    padding: 0;
}
#mod_type_formForm .btn-primary:hover, #mod_type_formForm .btn-primary:focus {
	background: #2969b3;
	color: #fff !important;
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}
.form-horizontal .radio label input {
    margin-top: 4px;
}
@media(min-width:768px){
	#video .dhb-txt-box{
		width:25%;
	}	
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	background:transparent;
	border:none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden{
	border:none;
}
.dhb-txt-box-type-b-text-layout h4{
	margin-top:10px!important;
	text-align:left;
	font-size:15px!important;
}
.dhb-txt-box-type-b-text-layout h4 strong{
	display:inline-block;
	max-width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 .label{
	vertical-align:text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog>.col-md-4>.thumbnail:hover a.blogthumb, 
.dh-front-blog>.col-md-4>.thumbnail:focus a.blogthumb{
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight:600
}
@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:50%;
	}
}

/* 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: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #2969b3;
    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: #275d9c;
}
.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;
    }
}
/* personal setting 0.61v */
/* 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;
}

.mv-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.mv-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.mv-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

@media(min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* img */
.img-shadow {
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}

.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 16px 0 0;
    text-align: center;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 20px;
}

/* 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;
}

.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 */
.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-bold {
    font-weight: bold !important;
}

.numbering {
    margin-right: 10px;
}

.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: #2969b3;
}

/*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 #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 16px;
    color: #444;
    font-size: 16px;
    letter-spacing: -0.02em;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 160px;
    font-weight: bold;
    color: #222;
    letter-spacing: 0;
}
.location-li span i {
    margin-right: 5px;
    color: #2969b3;
}

.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: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: #2969b3;
    font-size: 18px;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 25%;
    }

    .trait-dl dd {
        width: 75%;
    }
}

@media(max-width:767px) {
    .partner-li > li {
        width: 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 32px 40px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 2px solid #2969b3;
    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: #2969b3;
}

.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.quote-box {
    margin: 24px auto;
    padding: 32px 40px;
    background: #f4f4f4;
    border-radius: 8px;
}
.quote-box p {
    color: #666;
    font-size: 15px;
    line-height: 28px;
}
.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 #2969b3;
    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: 16px 16px;
    font-size: 16px;
    color: #444;
    letter-spacing: -0.02em;
    line-height: 1.6;
    border-bottom: 1px solid #e8e8e8;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th {
    color: #222;
    background: #f8f8f8;
}
.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #2969b3;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}

.history-table {
    border-top: none;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    padding: 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 22px;
    color: #2969b3;
}

.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #2969b3;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.61v end */
/* navigation setting */
.m-15 img {
    margin-top: -7px;
    width: 35px;
}

@media(max-width:767px) {}

/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container_slide > .fill,
.carousel-inner .item .fill {
    height: 600px;
}

.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1170px;
    text-align: left;
}

#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#mainCarousel {
    background: #000;
    /* 	height: 600px; */
    height: 30vw;
    overflow: hidden;
}

#mainCarousel .carousel-video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-image: url(/skin/img/tit_carousel.png);
    background-size: 9px;
    background-position: left top;
    /* 	background-repeat: no-repeat; */
    opacity: .5;
    z-index: 1;
}

#mainCarousel .carousel-video > div {
    top: -13vw;
}
.carousel-text {
    position: absolute;
    z-index: 2;
    left: 50%;
    right: 0;
    top: auto;
    text-align: right;
    color: #FFF;
    width: 1170px;
    max-width: 100%;
    bottom: 64px;
    transform: translatex(-50%);
}
.carousel-text h1 {
    font-size: 56px;
    font-weight: 300;
    letter-spacing: -0.08em;
    line-height: 64px;
    margin: 0 0 24px;
}
.carousel-text h1 span {
    font-weight: 700;
}
.carousel-text p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 26px;
    margin: 0;
    animation-delay: .5s;
}
.main-content > div {
    padding: 80px 0;
}
.main-product .title{
    text-align:center;
}
.main-product .title h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 24px;
    color: #222;
    font-size: 44px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.main-product .title h3:before {
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 80px;
    background: #2969b3;
    position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.owl-carousel a{
    display:block;
}
.owl-carousel a img {
    border-radius: 100%;
    border: 2px solid #e4e4e4;
}
.owl-carousel a:hover img {
	border-color: #2969b3;
}
.owl-carousel a:hover p {
	color: #2969b3;
}
.owl-nav i {
    color: #a8a8a8;
    font-size: 32px;
}
.owl-nav > div{
    position:absolute;
    top:50%;
    transform:translate(-50%);
    font-size:20px;
    opacity:0.4;
}
.owl-nav > div:hover{
    opacity:0.6;
}
.owl-prev{
    left:-60px;
}
.owl-next{
    right:-60px;
}
.main-inquiry a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 32px 40px;
    color: #fff;
    border-radius: 16px;
    background: #2969b3;
	margin-top: -32px;
}
.main-inquiry h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
}
.main-inquiry a li {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}
.main-inquiry a i{
    opacity:0.3;
    position:absolute;
    right:-15px;
    bottom:-15px;
    font-size:150px;
    color:#fff;
    transition:all .3s ease;
}
.main-inquiry a:hover i{
    opacity:0.5;
    right:15px;
}
.intro-board-widget-layout{
    display:none;
}
@media(max-width:767px) {}

/* footer setting */
.footer_copy > div {
    border-top: 1px solid #e4e4e4;
    padding: 40px 0;
    background: #f8f8f8;
    color: #888;
    font-size: 13px;
}
.footer_copy > div img {
    height: 40px;
}
.footer_copy ul {
    margin: 0;
}
.footer_copy ul:after {
    content: '';
    display: block;
    clear: both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.footer_copy li:last-of-type {
    border-right: none;
}
.footer_copy .copy {
	color: #a8a8a8;
	font-size: 12px;
}
.foot-partner {
    text-align: right;
}
.foot-partner img{
    display:inline-block;
    margin-left:10px;
    border:1px solid #ddd;
    border-radius:4px;
    height:54px;
    margin-right:0;
}
@media(max-width:767px) {}

/* subpage setting */
.pageheader {
    height: 320px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 1;
}
.breadcrumb {
    margin: 10px 0 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    text-align:right;
    color: #bbb;
}

.breadcrumb .active {
    color: #fff;
}
.subpage-content {
    padding-top: 88px;
    padding-bottom: 104px;
}
.subpage-content .emp {
    font-weight: bold;
    color: #2969b3;
}
.subpage-content section {
    padding-bottom: 80px;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 24px;
    color: #222;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.subpage-content section h4:before {
    content: '';
    display: inline-block;
    margin-top: -4px;
    margin-right: 16px;
    width: 8px;
    height: 24px;
    vertical-align: middle;
    background: #2969b3;
}
.subpage-content section h5 {
    margin-top: 24px;
    margin-bottom: 16px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
}
.subpage-content section > h5:before{
    content:'';
    display:inline-block;
    margin-right:10px;
    width:6px;
    height:6px;
    background:#2969b3;
    vertical-align: middle;
}
.subpage-content .title{
    text-align:center;
}
.subpage-content .title h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 72px;
    color: #222;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
}
.subpage-content .title h3:before {
	content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #2969b3;
    opacity: 0.16;
    position: absolute;
    right: -16px;
    top: -16px;
}

.dh-view-box>.row>.page-header h4{
	    text-align: center;
    padding: 10px 0;
    font-size: 24px;
}
#video .dh-view-info,
#product-image .dh-view-info{
	display:none;
}
/*subpage about*/
.greet p {
    margin-top: 24px;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 32px;
}
.greet .name {
    margin-top: 40px;
    color: #222;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    letter-spacing: 0.16em;
}
.greet .name small {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.img-wrap {
    margin:0 -10px;
}
.img-wrap  > div{
    padding:0 10px;
}
.img-wrap img{
    margin-bottom:20px;
}

/*subpage product*/
.prod-top {
    margin-bottom: 64px;
}
.prod-top .img-box {
    padding-right: 40px;
    margin-bottom: 40px;
}
.prod-wrap a {
    display: block;
    margin-bottom: 24px;
}
.prod-wrap a img {
    border: 2px solid #e8e8e8;
	border-radius: 16px;
}
.prod-wrap a:hover img{
    border-color:#2969b3;
}
.prod-wrap a:hover .img-caption{
    color:#2969b3;
}
.pdf-btn {
    display: inline-block;
    width: 240px;
    height: 56px;
    letter-spacing: -0.04em;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #2969b3 !important;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #2969b3;
}
.pdf-btn:hover {
    background: #2969b3;
	color: #fff !important;
}
.txt-box .pdf-btn {
    margin-top: 16px;
}
.prod-top ul li, .txt-box p, .txt-box ol li, #coupling section ul li {
    color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 28px;
}
.txt-box ol li, #coupling section ul li {
	font-size: 15px;
}
.pdf-btn i{
    margin-right:10px;
}
.se1 .prod-top ul {
    padding: 24px 0;
}
.video-wrap{
    margin-bottom:30px;
}
#roller .img-bordered {
	border: none;
}
#roller .prod-wrap .img-caption {
	margin-bottom: 24px;
}
#support .subpage-content .se1 h4 {
    margin-top: 40px;
}
#support .subpage-content .card h5 {
	margin-top: 0;
}
#support .subpage-content .card ul {
	margin-bottom: 24px;
}
#timing .subpage-content section h5 {
	margin-top: 40px;
}
.prod-top .li-dash li{
	margin-bottom:10px;
}
#linear .pdf-btn{
	margin-bottom:36px;
}

#electric .se4 .con-wrap p{
    margin-bottom:20px;
    font-size:16px;
}
#electric .se4 .con-wrap p:first-child{
    
    margin-top:55px;
}
#electric .se4 .img-caption{
    display:block;
    margin-bottom:20px;
    font-size:18px;
    text-align:center;
}
#electric .se4 h5 + p{
    margin-bottom:20px;
}
#electric .se4  ul{
    min-height:140px;
}
@media(max-width:767px) {}

/* guides */
#guides .se1 .txt-box h5{
    margin: 10px 0;
}

#guides .se1 .prod-top ul {
    padding: 10px 0;
}

#guides .prod-top .img-box {
    padding-right: 0;
    margin-bottom: 15px;
}

#guides .se2 .prod-top .txt-box{
    background: #f2f2f2;
    padding: 15px;
    height: 280px;
    margin-bottom: 30px;
}

.pdf-btn.pdf-btn:hover a{
   color: #fff;
}