@charset "UTF-8";

.business-img-box {
    display: block;
    width: 100%;
    height: 280px;
    margin-top: 70px;
    padding: 0;
    margin-bottom: 40px;
    background-image: url(../../images/ts/business.jpg);
    background-position: center !important;
    background-size: cover !important;
}

.business-nav-box {
    display: block;
    width: 1170px;
    margin: 104px auto 10px;
    font-size: 14px;
    color: #333;
    /* letter-spacing: 1px; */
}

span.business-nav-item:not(:first-child) {
    margin-right: 3px;
    margin-left: 3px;
}

.business-table-box {
    display: flex;
    flex-direction: column;
    width: 1170px;
    margin: 0 auto;
    padding: 60px 0 0;
    background: #fff;
    text-align: center;
    border-radius: 2px;
}

table.business-table {
    display: table;
    width: 970px;
    max-width: 970px;
    margin: 40px auto 30px;
    border: 1px solid #000;
    font-size: 15px;
    border-radius: 5px;
    color: #111;
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

table.business-table td {
    min-width: 100px;
    height: 111px;
    min-height: 111px;
    line-height: 2;
    padding: 10px 0;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    white-space: normal;
    /* vertical-align: top; */
    text-align: center;
}

table.business-table tr td:last-child {
    border-right: none;
}

table.business-table tr:last-child td {
    border-bottom: none;
}

span.business-td-small {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

span.business-td-grey {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #888;
}

span.business-td-link {
    margin-left: 10px;
    color: #188373;
    cursor: pointer;
}

span.business-td-link:hover {
    opacity: 0.7;
}

.business-table-text {
    display: block;
    width: 970px;
    padding: 0 10px;
    margin: 0 auto 60px;
    line-height: 2;
    font-size: 15px;
    color: #111;
    text-align: justify;
    letter-spacing: 1px;
}

.business-table-text p {
    margin-top: 20px;
}

span.business-table-text-bold {
    font-weight: bold;
}

.business-qa-box {
    display: flex;
    flex-direction: column;
    width: 1170px;
    margin: 0 auto;
    padding: 60px 110px;
    background: #fff;
    text-align: center;
    border-radius: 2px;
    line-height: 2;
    font-size: 16px;
    text-align: justify;
    color: #111;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.business-qa-title, .business-table-title {
    display: block;
    /* padding-bottom: 30px; */
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 5px;
    color: #111;
    text-align: center;
}

.business-qa-part-title {
    font-weight: bold;
    margin: 30px 0 0;
    font-size: 18px;
    letter-spacing: 2px;
}

.business-qa-part-text p {
    margin-top: 10px;
}

.business-qa-part-box {
    display: flex;
    align-items: flex-start;
}

.business-code-img-box {
    width: 130px;
    min-width: 130px;
    text-align: center;
    margin-left: 150px;
    font-size: 15px;
}

img.business-code-img {
    width: 130px;
    height: 130px;
    margin-bottom: 5px;
}

.business-code-text {
    color: #111;
    letter-spacing: 1px;
}

.banner-box {
	display: flex;
	width: 100%;
	padding: 40px 0;
	background: #f5f5f5;
	justify-content: center;
}

span.business-td-bold {
    font-weight: bold;
}

body {
    background: #f5f5f5;
}

table.business-table tr:first-child td {
    height: 50px;
    min-height: 50px;
}