/********** sub common **********/
#content {
    padding-bottom: 180px; 
}

/* page-header */
.page-header {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
}
.page-header .container {
    display: table;
    width: 100%;
    height: 400px; 
}
.page-header .container .v-align {
    display: table-cell;
    vertical-align: middle;
    text-align: center; 
}
.page-header .container .v-align small {
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-indent: 20px;
    letter-spacing: 20px;
    font-family: 'Oxanium', cursive;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.38); 
}
.page-header .container .v-align h3 {
    display: block;
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
    letter-spacing: 1px;
    font-family: 'ONE-Mobile-Title';
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.38); 
}
.page-header.type-1 {
    background-image: url(../images/sub/bg_page_header_type01.png); 
}
.page-header.type-2 {
    background-image: url(../images/sub/bg_page_header_type02.png); 
}
.page-header.type-3 {
    background-image: url(../images/sub/bg_page_header_type03.png); 
}
.page-header.type-4 {
    background-image: url(../images/sub/bg_page_header_type04.png); 
}

/* nav-lnb */
.nav-lnb {
    text-align: center;
    background-color: #26bdae; 
}
.nav-lnb .container .btn-drop {
    display: none; 
}
.nav-lnb .container > ul {
    display: table;
    width: 100%;
    table-layout: fixed; 
}
.nav-lnb .container > ul > li {
    display: table-cell;
    vertical-align: middle; 
}
.nav-lnb .container > ul > li > a {
    display: block;
    font-size: 16xp;
    color: #fff;
    font-weight: 400;
    line-height: 70px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.nav-lnb .container > ul > li > a:hover {
    opacity: .9;
    color: #26bdae;
    background-color: #fff; 
}
.nav-lnb .container > ul > li.active > a, .nav-lnb .container > ul > li.current > a {
    color: #26bdae;
    background-color: #fff; 
}
.nav-lnb .container > ul > li.active > a:hover, .nav-lnb .container > ul > li.current > a:hover {
    opacity: 1; 
}

/* section-header */
.section-header {
    text-align: center;
    padding: 120px 0 70px; 
}
.section-header hr {
    position: relative;
    display: block;
    width: 30px;
    height: 5px;
    border: 0;
    margin: 0 auto;
    background: none; 
}
.section-header hr:before, .section-header hr:after {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    content: ''; 
}
.section-header hr:before {
    left: 0;
    background-color: #faa729; 
}
.section-header hr:after {
    right: 0;
    background-color: #26bdae; 
}
.section-header h3 {
    font-size: 45px;
    color: #000;
    font-weight: 400;
    font-family: 'ONE-Mobile-Title';
    margin-top: 35px; 
}
.section-header p {
    font-size: 18px;
    color: #666;
    font-weight: 500;
    line-height: 30px;
    margin-top: 35px; 
}

article ~ article {
    margin-top: 110px; 
}

/* article-header */
.article-header {
    padding-bottom: 40px; 
}
.article-header h4 {
    position: relative;
    font-size: 35px;
    color: #000;
    font-weight: 400;
    font-family: 'ONE-Mobile-Title';
    padding-left: 22px; 
}
.article-header h4:before, .article-header h4:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    display: block;
    content: '';
    background-color: #26bdae; 
}
.article-header h4:before {
    height: 6px;
    z-index: 1;
    background-color: #faa729; 
}


/* item-list */
.item-list {
    overflow: hidden; 
}
.item-list > ul {
    overflow: hidden;
    width: calc(100% + 60px);
    margin: 0 -30px; 
}
.item-list > ul > li {
    float: left;
    width: 33.3333333%;
    padding: 0 30px; 
}
.item-list > ul > li > figure img {
    display: block;
    width: 100%; 
}
.item-list > ul > li:nth-of-type(3) ~ li {
    margin-top: 60px; 
}
.item-list > ul > li:nth-of-type(3n + 1) {
    clear: left; 
}

/* feature */
.feature {
    text-align: center; 
}
.feature > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 100%;
    border: 1px solid #ddd; 
}
.feature > ul > li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    border-right: 1px solid #ddd; 
}
.feature > ul > li > figure {
    padding: 30px 0; 
}
.feature > ul > li > figure img {
    display: block;
    margin: 0 auto; 
}
.feature > ul > li > figure figcaption {
    padding-top: 30px; 
}
.feature > ul > li > figure figcaption b {
    display: block;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px; 
}
.feature > ul > li > figure figcaption p {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 30px; 
}
.feature > ul > li:after {
    position: absolute;
    top: 50%;
    right: -5.5px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    background-color: #faa729; 
}
.feature > ul > li:last-child {
    border-right: 0; 
}
.feature > ul > li:last-child:after {
    display: none; 
}
.feature.type-2 > ul {
    overflow: hidden;
    display: block; 
}
.feature.type-2 > ul > li {
    display: block;
    float: left;
    width: 33.333333333%; 
}
.feature.type-2 > ul > li:after {
    display: block; 
}
.feature.type-2 > ul > li:nth-of-type(3) ~ li {
    height: 280px;
    border-top: 1px solid #ddd; 
}
.feature.type-2 > ul > li:nth-of-type(3n + 1) {
    clear: left; 
}
.feature.type-2 > ul > li:nth-of-type(3n + 3):after {
    display: none; 
}
.feature.type-2 > ul > li:last-child {
    background-image: url(../images/sub/img_logo_type2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto; 
}
.feature.type-3 > ul {
    overflow: hidden;
    display: block; 
}
.feature.type-3 > ul > li {
    display: block;
    float: left;
    width: 25%;
    height: 280px; 
}
.feature.type-3 > ul > li:after {
    display: block; 
}
.feature.type-3 > ul > li:nth-of-type(4) ~ li {
    /*height: 280px;*/
    border-top: 1px solid #ddd; 
}
.feature.type-3 > ul > li:nth-of-type(4n + 1) {
    clear: left; 
}
.feature.type-3 > ul > li:nth-of-type(4n + 4):after {
    display: none; 
}

/* summary-list */
.summary-list > ul {
    overflow: hidden; 
}
.summary-list > ul > li {
    float: left;
    width: 50%; 
}
.summary-list > ul > li > p {
    position: relative;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 70px;
    padding-left: 40px;
    border-bottom: 1px solid #ddd; 
}
.summary-list > ul > li > p:before {
    position: absolute;
    top: 34px;
    left: 20px;
    width: 4px;
    height: 4px;
    content: '';
    display: block;
    background-color: #26bdae; 
}
.summary-list > ul > li > dl {
    position: relative;
    padding: 40px 20px 40px 40px;
    border-bottom: 1px solid #ddd; 
}
.summary-list > ul > li > dl:before {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 4px;
    height: 4px;
    content: '';
    display: block;
    background-color: #26bdae; 
}
.summary-list > ul > li > dl > dt {
    font-size: 25px;
    color: #26bdae;
    font-weight: 500; 
}
.summary-list > ul > li > dl > dd {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px; 
}
.summary-list > ul > li:nth-of-type(1) p, .summary-list > ul > li:nth-of-type(2) p {
    border-top: 1px solid #26bdae; 
}
.summary-list > ul > li:nth-of-type(1) dl, .summary-list > ul > li:nth-of-type(2) dl {
    border-top: 1px solid #26bdae; 
}
.summary-list > ul > li:nth-of-type(2n + 1) {
    clear: left;
    padding-right: 30px; 
}
.summary-list > ul > li:nth-of-type(2n + 2) {
    padding-left: 30px; 
}

/* table-responsive */
.table-responsive {
    padding-bottom: 5px;
    overflow-x: auto; 
}
.table-responsive .table {
    width: 100%;
    table-layout: fixed;
    min-width: 1024px; 
}
.table-responsive .table thead tr th {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    background-color: #26bdae; 
}
.table-responsive .table thead tr th:last-child {
    border-right: 0; 
}
.table-responsive .table thead tr th.line {
    border-right: 1px solid #ddd; 
}
.table-responsive .table thead tr ~ tr th {
    border-top: 1px solid #ddd; 
}
.table-responsive .table tbody tr td {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 16px 20px;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; 
}
.table-responsive .table tbody tr td img {
    display: block;
    width: 100%; 
}
.table-responsive .table tbody tr td > ol {
    text-align: left; 
}
.table-responsive .table tbody tr td > ol > li {
    line-height: 30px; 
}
.table-responsive .table tbody tr td > ol > li b {
    display: block;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px; 
}
.table-responsive .table tbody tr td > ol > li ~ li {
    margin-top: 40px; 
}
.table-responsive .table tbody tr td:last-child {
    border-right: 0; 
}
.table-responsive .table tbody tr td.line {
    border-right: 1px solid #ddd; 
}
.table-responsive .table.type-2 {
    min-width: 1200px; 
}
.table-responsive .table.type-2 tbody tr td {
    height: 61px;
    padding: 0; 
}

/* attention-box */
.attention-box {
    margin-top: 30px;
    text-align: center;
    padding: 55px 0;
    background-color: #f9f9f9; 
}
.attention-box p {
    font-size: 18px;
    color: #999;
    font-weight: 400;
    line-height: 30px; 
}

/* sheet-list */
.sheet-list {
	overflow: hidden;
    padding-bottom: 110px; 
}
.sheet-list > figure > img {
    display: block;
    width: 100%; 
}
.sheet-list > ul {
    font-size: 0; 
}
.sheet-list > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 50%; 
}
.sheet-list > ul > li > figure img {
    display: block;
    width: 100%; 
}
.sheet-list > ul > li:nth-of-type(2n + 1) {
    padding-right: 30px; 
}
.sheet-list > ul > li:nth-of-type(2n + 2) {
    padding-left: 30px; 
}
.sheet-list.type-2 > ul {
    display: table;
    width: calC(100% + 60px);
    margin: 0 -30px; 
}
.sheet-list.type-2 > ul > li {
    width: 33.33333333%;
    display: table-cell;
    vertical-align: top;
    padding: 0 30px; 
}

/* pipe-type, welding-type */
.pipe-type, .welding-type {
    overflow: hidden; 
}
.pipe-type > ul, .welding-type > ul {
    overflow: hidden;
    width: calc(100% + 60px);
    margin: 0 -30px; 
}
.pipe-type > ul > li, .welding-type > ul > li {
    float: left;
    width: 33.33333333%;
    padding: 0 30px; 
}
.pipe-type > ul > li > figure, .welding-type > ul > li > figure {
    font-size: 0; 
}
.pipe-type > ul > li > figure img, .welding-type > ul > li > figure img {
    display: block;
    width: 100%; 
}
.pipe-type > ul > li > figure figcaption, .welding-type > ul > li > figure figcaption {
    height: 135px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: 0; 
}
.pipe-type > ul > li > figure figcaption dl, .welding-type > ul > li > figure figcaption dl {
    padding: 20px 0; 
}
.pipe-type > ul > li > figure figcaption dl dt, .welding-type > ul > li > figure figcaption dl dt {
    font-size: 25px;
    color: #000;
    font-weight: 500; 
}
.pipe-type > ul > li > figure figcaption dl dd, .welding-type > ul > li > figure figcaption dl dd {
    font-size: 18px;
    color: #666;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px; 
}
.pipe-type > ul > li > figure figcaption > p, .welding-type > ul > li > figure figcaption > p {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 60px;
    font-weight: 400;
    text-align: center; 
}
.pipe-type > ul > li:nth-of-type(3n + 1), .welding-type > ul > li:nth-of-type(3n + 1) {
    clear: left; 
}
.pipe-type > ul > li:nth-of-type(3) ~ li, .welding-type > ul > li:nth-of-type(3) ~ li {
    margin-top: 60px; 
}
.pipe-type.welding-type > ul, .welding-type.welding-type > ul {
    width: calc(100% + 30px);
    margin: 0 -15px; 
}
.pipe-type.welding-type > ul > li, .welding-type.welding-type > ul > li {
    width: 25%;
    padding: 0 15px; 
}
.pipe-type.welding-type > ul > li > figure, .welding-type.welding-type > ul > li > figure {
    border: 1px solid #ddd; 
}
.pipe-type.welding-type > ul > li > figure > figcaption, .welding-type.welding-type > ul > li > figure > figcaption {
    height: auto;
    border: 0; 
}
.pipe-type.welding-type > ul > li:nth-of-type(3n + 1), .welding-type.welding-type > ul > li:nth-of-type(3n + 1) {
    clear: none; 
}
.pipe-type.welding-type > ul > li:nth-of-type(4n + 1), .welding-type.welding-type > ul > li:nth-of-type(4n + 1) {
    clear: left; 
}
.pipe-type.welding-type > ul > li:nth-of-type(3) ~ li, .welding-type.welding-type > ul > li:nth-of-type(3) ~ li {
    margin-top: 0; 
}

/* greeting */
.greeting {
    padding-top: 120px; 
}
.greeting .container article.greetings {
    padding-right: 582px;
    background-image: url(../images/sub/bg_greeting.png);
    background-repeat: no-repeat;
    background-position: 100% 50px;
    background-size: 603px auto; 
}
.greeting .container article.greetings small {
    display: block;
    font-size: 20px;
    color: #26bdae;
    font-weight: bold;
    font-family: 'Play', sans-serif; 
}
.greeting .container article.greetings strong {
    display: block;
    font-size: 45px;
    line-height: 65px;
    color: #000;
    font-weight: 500;
    font-family: 'ONE-Mobile-Title';
    margin-top: 50px; 
}
.greeting .container article.greetings .line {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 65px;
    border-bottom: 1px solid #ddd; 
}
.greeting .container article.greetings .line:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 4px;
    content: '';
    background-color: #26bdae; 
}
.greeting .container article.greetings p {
    font-size: 18px;
    color: #666;
    font-weight: 500;
    line-height: 32px;
    margin-top: 50px;
    letter-spacing: -.5px; 
}
.greeting .container article.greetings b {
    display: block;
    font-size: 18px;
    color: #000;
    text-align: right;
    font-weight: bold;
    margin-top: 30px;
    padding-right: 80px; 
}
.greeting .container article.greetings > figure {
	display: none;
}
.greeting .container article.location .article-content .map-area iframe {
    display: block;
    width: 100%;
    height: 440px;
    border: 0; 
}
.greeting .container article.location .article-content .details {
    position: relative;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 60px; 
}
.greeting .container article.location .article-content .details > ul > li > dl {
    display: table;
    width: 100%;
    table-layout: fixed; 
}
.greeting .container article.location .article-content .details > ul > li > dl > dt, .greeting .container article.location .article-content .details > ul > li > dl dd {
    display: table-cell;
    vertical-align: top;
    font-size: 20px;
    line-height: 34px; 
}
.greeting .container article.location .article-content .details > ul > li > dl dt {
    width: 150px;
    color: #333;
    font-weight: 500; 
	font-size:18px;
}
.greeting .container article.location .article-content .details > ul > li > dl dd {
    color: #666;
    font-weight: 400; 
	font-size:18px;
}
.greeting .container article.location .article-content .details > ul > li > dl dd * {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-style: normal; 
}
.greeting .container article.location .article-content .details .btn-area {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    border: 1px solid #ddd; 
}
.greeting .container article.location .article-content .details .btn-area > a {
    display: inline-block;
    width: 58px;
    height: 58px;
    vertical-align: top;
    border-right: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.greeting .container article.location .article-content .details .btn-area > a:hover {
    background-color: #26bdae; 
}
.greeting .container article.location .article-content .details .btn-area > a:last-child {
    border-right: 0; 
}
.greeting .container article.location .article-content .details .btn-area > a.btn-move {
    background-image: url(../images/sub/ico_search.png); 
}
.greeting .container article.location .article-content .details .btn-area > a.btn-move:hover {
    background-image: url(../images/sub/ico_search_on.png); 
}
.greeting .container article.location .article-content .details .btn-area > a.btn-print {
    background-image: url(../images/sub/ico_print.png); 
}
.greeting .container article.location .article-content .details .btn-area > a.btn-print:hover {
    background-image: url(../images/sub/ico_print_on.png); 
}
.greeting .container article ~ article {
    margin-top: 110px; 
}

/* product-list */
.product-list {
	overflow: hidden;
    font-size: 0; 
}
.product-list > ul {
    width: calc(100% + 60px);
    margin: 0 -30px; 
}
.product-list > ul > li {
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
    padding: 0 30px; 
}
.product-list > ul > li > a {
    display: block;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.product-list > ul > li > a > figure {
    overflow: hidden; 
}
.product-list > ul > li > a > figure img {
    display: block;
    width: 100%;
    transform: scale(1);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.product-list > ul > li > a .details {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 40px 0 50px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background-color: #fff; 
}
.product-list > ul > li > a .details:after {
    position: absolute;
    bottom: calc(-100% + 2px);
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #26bdae; 
}
.product-list > ul > li > a .details small {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 16px;
    color: #26bdae;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.product-list > ul > li > a .details p {
    position: relative;
    z-index: 1;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.product-list > ul > li > a:hover {
    box-shadow: 9px 15px 21px 0px rgba(186, 185, 185, 0.34); 
}
.product-list > ul > li > a:hover > figure img {
    transform: scale(1.2); 
}
.product-list > ul > li > a:hover .details small {
    color: rgba(255, 255, 255, 0.5); 
}
.product-list > ul > li > a:hover .details p {
    color: #fff; 
}
.product-list > ul > li > a:hover .details:after {
    bottom: 0; 
}
.product-list > ul > li:nth-of-type(3) ~ li {
    margin-top: 60px; 
}

/* video */
.video article .article-content .embed-responsive {
	position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.video article .article-content .embed-responsive:before {
	display: block;
    padding-top: 56.25%;
    content: '';
}
.video article .article-content .embed-responsive iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sheet-7 .feature.type-2 > ul > li:nth-of-type(3n + 3) {
	border-right: 0; 
}

.pipe-2 .feature.type-3 > ul > li:nth-of-type(4n + 4) {
	border-right: 0; 
}

/* gall_ul */
#bo_gall {overflow: hidden;}
#gall_ul {overflow: hidden; width: calc(100% + 40px); margin: 0 -20px; font-size: 0;}
#gall_ul > li {float: left; width: 25%; padding: 0 20px;}

#gall_ul > li:nth-of-type(4) ~ li {margin-top: 40px;}
#gall_ul > li:nth-of-type(4n + 1) {
	clear: left;
}
#gall_ul > li > .box > div > a {display: block; overflow:hidden;}
#gall_ul > li > .box > div.figure > img {display: block; width: 100%; height: auto; transition: all 1.2s;}
#gall_ul > li > .box > div.details {position: relative; border-bottom: 1px solid #ddd; margin-bottom: 20px;}
#gall_ul > li > .box div.details > a {font-size: 16px; color: #333; font-weight: 400; line-height: 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all .15s;}
#gall_ul > li > .box > div.details:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	display: block;
	content: '';
	transition: all .15s;
	background-color: #26bdae;
}
#gall_ul > li > .box:hover div.figure > a > img {
	transform: scale(1.2) rotate(0.01deg);
}
#gall_ul > li > .box:hover div.details:after {
	width: 100%;
}
#gall_ul > li > .box:hover div.details a {
	color: #26bdae;
}

#gall_ul > li > .box button {
	border: 1px solid #26bdae;
	background:#fff;
	color:#26bdae;
	padding: 5px 15px;
	border-radius:7px;
	margin: auto;
    display: block;
}


#gall_ul > li > .box button:hover {
	border: 1px solid #26bdae;
	background: #26bdae;
	color:#fff;
	border-radius:7px;
	transition: 0.7s;
}

/* search-form */
.search-form {margin-top: 60px; font-size: 0;}

/* board-list */
.board-list .container .section-content .table-wrap .table {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #26bdae; 
}
.board-list .container .section-content .table-wrap .table thead tr th {
    font-size: 18px;
    color: #26bdae;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 25px 0;
    border-bottom: 1px solid #ddd; 
}
.board-list .container .section-content .table-wrap .table tbody tr td {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #ddd; 
}
.board-list .container .section-content .table-wrap .table tbody tr td > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-weight: 400;
    text-align: left; 
}




















