/*
 * optian reset
 * wireframe.css
 */

/* Menu */
.n-m img {
    border-radius: 8px;
}
.menu-title {
    margin:0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
}
.menu-item-92,
.menu-item-97,
.menu-item-98 {
    margin-top: -100px;
}
.menu-item-100 a,
.menu-item-102 a,
.menu-item-105 a {
    padding: 0 !important;
}
.menu-disc {
    font-size: 14px;
    color: #757575;
    line-height: 1.6;
}

/* Copyright */
.pipe::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 0.9em;
	background-color: rgba(0, 0, 0,.5);
	margin: 0 0.6em 0 0.6em;
	vertical-align: -0.1em;
	white-space: nowrap;
}
.db-footer {
    display: flex;
}
.db-f-logo {
    width: 230px;
}
.db-policy {
    margin-left: auto;
}
.db-policy a {
    display: block;
}
.n-icon::before {
    content:"";
    display: inline-block;
    width: 16px;
    height: 17px;
    background-image: url('/wp-content/uploads/nb-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 3px;
    vertical-align: -4px;
}
@media (max-width: 800px) { 
    .db-footer {
        display: block;
    }
    .db-f-logo,
    .db-info {
        margin-bottom: 20px;
    }
}
.db-footer p {
	margin: 0;
}
.db-footer .db-info .big-text {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* table */
.managed-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 3px solid #44BBB3;
}
.managed-table th {
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px 10px;
	background-color: #f9f9f9;
	font-size: 15px;
	font-weight: 500;
}
.managed-table td {
	padding: 20px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	line-height: 1.7em;
	text-align: left;
}
.managed-table td ul {
	padding-left: 20px;
}

@media (max-width: 960px) {
	.managed-table-box {
		overflow-x: auto;
	}
	.managed-table {
		min-width: 960px;
	}
}

/* Form */
.quform-label-1_3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.quform-label-1_3 .quform-label-text {
    font-size: 22px;
    font-weight: 500;
}
.quform-options {
    padding: 0 30px 10px 30px;
    border-bottom: 1px solid #ccc;
}
.quform-input-radio {
    margin-bottom: 40px;
}
.quform-option-text {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.quform-option ul {
    padding-left: 20px;
}
.quform-option ul li {
    font-weight: 400;
    color: #333;
    font-size: 15px;
}
.quform-option ul li::marker {
    font-size: 10px;
    vertical-align: 2px;
    color: #1782C6;
}
.quform-label-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.quform-option-label .quform-option-text {
    font-size: 15px;
    font-weight: 400;
}
.quform-inner-checkbox .quform-options-block {
    padding-left: 0;
    padding-bottom: 20px;
}
.quform-label-1_40 a {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 10px;
}
.quform-label-1_40 a:hover {
    text-decoration: none;
}
body .st-grid-col-content-asset {
    background-image: url('/wp-content/uploads/thumb-DB.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-letter-menu {
    margin-top: -45px;
}
.news-letter-menu-1 {
    margin-top: -83px;
}
.news-letter-menu-2 {
    margin-top: -53px;
}

/* Notice */
.kboard-default-poweredby {
    display: none;
}
body a.kboard-default-button-small, 
body input.kboard-default-button-small, 
body button.kboard-default-button-small,
body #kboard-default-list .kboard-pagination .kboard-pagination-pages li:hover a, 
body #kboard-default-list .kboard-pagination .kboard-pagination-pages li.active a {
    background-color: #002060 !important;
    color: #fff !important;
}

/* Main */
.home #kboard-default-latest thead {
    display: none;
}
.home #kboard-default-latest table td,
.home #kboard-default-latest table {
        border-width: 0;
}
.home .kboard-latest-date {
    color: #757575;
    font-size: 18px;
}
.home #kboard-default-latest table .kboard-latest-title a {
    color: #333;
    font-size: 18px;
}
.home #kboard-default-latest table .kboard-latest-title a:hover {
    color: #757575;
}
/* Tab-main */
.ha-ia-content-description {
    text-align: center;
}

/* Policy */
.db-pol {
    color: red !important;
    font-size: 16px;
}

/* Table */
.col3-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.col3-table th {
    padding: 10px 20px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	line-height: 1.7em;
	text-align: center;
}
.col3-table td {
	padding: 20px 20px;
	font-size: 15px;
	border: 1px solid #ccc;
	line-height: 1.7em;
	text-align: center;
}
.col4-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.col4-table th {
    padding: 10px 20px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	line-height: 1.7em;
	text-align: center;
}
.col4-table td {
	padding: 20px 20px;
	font-size: 15px;
	border: 1px solid #ccc;
	line-height: 1.7em;
	text-align: center;
}
.col4-table .col-1 {
    width: 15%;
}
@media (max-width: 960px) {
	.col3-table-box {
		overflow-x: auto;
	}
	.col3-table {
		min-width: 860px;
	}
	.col4-table-box {
		overflow-x: auto;
	}
	.col4-table {
		min-width: 860px;
	}
	
}