@media (max-width: 1400px) {
    .pipe-type > ul, .welding-type > ul {
        width: calc(100% + 30px);
        margin: 0 -15px; 
    }
    .pipe-type > ul > li, .welding-type > ul > li {
        padding: 0 15px; 
    } 

	.greeting .container article.greetings p {
        padding-right: 20px; 
    }
    .greeting .container article.greetings p br {
        display: none; 
    }
    .greeting .container article.greetings p br.d-block {
        display: block; 
    } 

	.product-list > ul {
        width: calc(100% + 30px);
        margin: 0 -15px; 
    }
    .product-list > ul > li {
        padding: 0 15px; 
    } 
}


@media (max-width: 1200px) {
	#content {
		padding-bottom: 120px; 
	}

    .page-header .container {
        height: 300px; 
    } 

	.nav-lnb .container {
        padding: 0; 
    }
    .nav-lnb .container > ul > li > a {
        font-size: 14px;
        line-height: 55px; 
    } 

	.summary-list > ul > li:nth-of-type(2n + 1) {
        padding-right: 15px; 
    }
    .summary-list > ul > li:nth-of-type(2n + 2) {
        padding-left: 15px; 
    } 

	.greeting .container article.greetings {
        padding-right: 380px;
        background-size: 370px; 
    } 

	.sheet-7 .feature.type-2 > ul > li {
        height: 240px; 
    }
    .sheet-7 .feature.type-2 > ul > li > figure figcaption {
        padding: 20px 15px 0; 
    }
    .sheet-7 .feature.type-2 > ul > li > figure figcaption p br {
        display: none; 
    }
    .sheet-7 .feature.type-2 > ul > li:nth-of-type(3) ~ li {
        height: 311px; 
    } 
	
	#gall_ul {width: calc(100% + 30px); margin: 0 -15px}
	#gall_ul > li {padding: 0 15px;}
}


@media (max-width: 1024px) {
	#content {
		padding-bottom: 60px; 
	} 

    .page-header .container {
        height: 250px; 
    }
    .page-header .container .v-align small {
        font-size: 20px; 
    }
    .page-header .container .v-align h3 {
        font-size: 45px;
        margin-top: 20px; 
    } 

	.nav-lnb {
        position: relative; 
    }
    .nav-lnb .container > .btn-drop {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #fff;
        height: 55px;
        text-align: left;
        padding: 0 15px;
        background-color: #26bdae; 
    }
    .nav-lnb .container > .btn-drop:after {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 20px;
        height: 100%;
        content: '';
        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;
        transform: translateY(-50%);
        background-image: url(../images/sub/ico_drop_arrow.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 15px auto; 
    }
    .nav-lnb .container > ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1;
        display: none;
        text-align: left;
        background-color: #fff;
        border: 1px solid #26bdae;
        border-top: 0; 
    }
    .nav-lnb .container > ul > li {
        display: block; 
    }
    .nav-lnb .container > ul > li ~ li {
        border-top: 1px solid #26bdae; 
    }
    .nav-lnb .container > ul > li > a {
        color: #26bdae !important;
        background: none !important;
        padding: 0 15px; 
    }
    .nav-lnb.show .container .btn-drop:after {
        transform: translateY(-50%) rotate(180deg); 
    }
    .nav-lnb.show .container > ul {
        display: block; 
    } 

	.section-header {
        padding: 60px 0 30px; 
    }
    .section-header hr {
        width: 20px;
        height: 3px; 
    }
    .section-header h3 {
        font-size: 30px;
        margin-top: 20px; 
    }
    .section-header p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px; 
    } 

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

	.article-header {
        padding-bottom: 20px; 
    }
    .article-header h4 {
        font-size: 25px;
        padding-left: 16px; 
    }
    .article-header h4:before, .article-header h4:after {
        width: 3px; 
    } 

	.item-list > ul {
        width: calc(100% + 20px);
        margin: 0 -10px; 
    }
    .item-list > ul > li {
        padding: 0 10px; 
    }
    .item-list > ul > li:nth-of-type(3) ~ li {
        margin-top: 20px; 
    } 

	.feature > ul {
        display: block;
        overflow: hidden; 
    }
    .feature > ul > li {
        display: block;
        float: left;
        width: 33.3333333333%; 
    }
    .feature > ul > li figure {
        padding: 20px 0; 
    }
    .feature > ul > li figure img {
        width: 80px; 
    }
    .feature > ul > li figure figcaption {
        padding-top: 20px; 
    }
    .feature > ul > li figure figcaption b {
        font-size: 18px; 
    }
    .feature > ul > li figure figcaption p {
        font-size: 14px;
        line-height: 24px; 
    }
    .feature > ul > li:nth-of-type(3n + 1) {
        clear: left; 
    }
    .feature > ul > li:nth-of-type(3n + 3) {
        border-right: 0; 
    }
    .feature > ul > li:nth-of-type(3n + 3):after {
        display: none; 
    }
    .feature > ul > li:nth-of-type(3) ~ li {
        border-top: 1px solid #ddd; 
    } 

	.summary-list > ul > li > p {
        font-size: 16px;
        line-height: 50px; 
    }
    .summary-list > ul > li > p:before {
        top: 24px; 
    }
    .summary-list > ul > li > dl {
        padding: 20px 10px 20px 20px; 
    }
    .summary-list > ul > li > dl:before {
        top: 30px; 
    }
    .summary-list > ul > li > dl > dt {
        font-size: 20px;
        padding-left: 20px; 
    }
    .summary-list > ul > li > dl > dd {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px; 
    } 

	.table-responsive .table thead tr th {
        padding: 15px 0;
        font-size: 16px; 
    }
    .table-responsive .table tbody tr td {
        padding: 10px 15px;
        font-size: 16px; 
    } 

	.attention-box {
        padding: 30px 20px; 
    }
    .attention-box p {
        font-size: 16px;
        line-height: 26px; 
    } 

	.sheet-list {
        padding-bottom: 60px; 
    }
    .sheet-list > ul > li:nth-of-type(2n + 1) {
        padding-right: 15px; 
    }
    .sheet-list > ul > li:nth-of-type(2n + 2) {
        padding-left: 15px; 
    }
    .sheet-list.type-2 > ul {
        width: calc(100% + 30px);
        margin: 0 -15px; 
    }
    .sheet-list.type-2 > ul > li {
        padding: 0 15px; 
    } 

	.pipe-type > ul > li, .welding-type > ul > li {
        width: 50%; 
    }
    .pipe-type > ul > li > figure > figcaption, .welding-type > ul > li > figure > figcaption {
        height: 118px; 
    }
    .pipe-type > ul > li > figure > figcaption > dl > dt, .welding-type > ul > li > figure > figcaption > dl > dt {
        font-size: 20px; 
    }
    .pipe-type > ul > li > figure > figcaption > dl dd, .welding-type > ul > li > figure > figcaption > dl dd {
        font-size: 14px;
        line-height: 24px; 
    }
    .pipe-type > ul > li:nth-of-type(3n + 1), .welding-type > ul > li:nth-of-type(3n + 1) {
        clear: none; 
    }
    .pipe-type > ul > li:nth-of-type(2) ~ li, .welding-type > ul > li:nth-of-type(2) ~ li {
        margin-top: 30px; 
    }
    .pipe-type.welding-type > ul > li:nth-of-type(2) ~ li, .welding-type.welding-type > ul > li:nth-of-type(2) ~ li {
        margin-top: 0; 
    } 

	.greeting {
        padding-top: 60px; 
    }
    .greeting .container article.greetings small {
        font-size: 16px; 
    }
    .greeting .container article.greetings strong {
        font-size: 30px;
        line-height: 45px;
        margin-top: 30px; 
    }
    .greeting .container article.greetings .line {
        margin-top: 30px; 
    }
    .greeting .container article.greetings p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px; 
    }
    .greeting .container article.greetings b {
        font-size: 16px;
        text-align: left;
        margin-top: 20px; 
    }
    .greeting .container article.location .article-content .map-area iframe {
        height: 350px; 
    }
    .greeting .container article.location .article-content .details {
        padding-left: 0;
        margin-top: 20px;
        padding-right: 70px; 
    }
    .greeting .container article.location .article-content .details > ul > li > dl > dt, .greeting .container article.location .article-content .details > ul > li > dl dd {
        font-size: 16px;
        line-height: 28px; 
    }
    .greeting .container article.location .article-content .details > ul > li > dl > dt {
        width: 90px; 
    }
    .greeting .container article.location .article-content .details .btn-area > a {
        width: 30px;
        height: 30px;
        background-size: 20px auto; 
    } 

	.product-list > ul {
        width: calc(100% + 20px);
        margin: 0 -10px; 
    }
    .product-list > ul > li {
        width: 50%;
        padding: 0 10px; 
    }
    .product-list > ul > li > a .details {
        padding: 20px 0; 
    }
    .product-list > ul > li > a .details small {
        font-size: 16px; 
    }
    .product-list > ul > li > a .details p {
        font-size: 20px;
        margin-top: 15px; 
    }
    .product-list > ul > li:nth-of-type(3n + 1) {
        clear: none; 
    }
    .product-list > ul > li:nth-of-type(2n + 1) {
        clear: left; 
    }
    .product-list > ul > li:nth-of-type(2) ~ li {
        margin-top: 20px; 
    } 

	.sheet-3 .feature > ul > li > figure {
        height: 240px; 
    }
    .sheet-3 .feature > ul > li:nth-of-type(3) ~ li {
        width: 50%; 
    }
    .sheet-3 .summary-list > ul > li > dl {
        height: 150px; 
    }
    .sheet-3 .summary-list > ul > li:last-child > dl {
        height: auto; 
    } 

	.sheet-4 .feature > ul > li {
        width: 50%; 
    }
    .sheet-4 .feature > ul > li:nth-of-type(3n + 1) {
        clear: none; 
    }
    .sheet-4 .feature > ul > li:nth-of-type(2n + 1) {
        clear: left;
        border-right: 1px solid #ddd; 
    }
    .sheet-4 .feature > ul > li:nth-of-type(2n + 1):after {
        display: block !important; 
    }
    .sheet-4 .feature > ul > li:nth-of-type(2) ~ li {
        border-top: 1px solid #ddd; 
    }
    .sheet-4 .feature > ul > li:nth-of-type(2n + 2) {
        border-right: 0; 
    }
    .sheet-4 .feature > ul > li:nth-of-type(2n + 2):after {
        display: none !important; 
    } 

	.sheet-5 .feature > ul > li:nth-of-type(3) ~ li {
        width: 50%; 
    } 

	.sheet-6 .feature > ul > li {
        width: 50%; 
    }
    .sheet-6 .feature > ul > li:nth-of-type(3n + 1) {
        clear: none; 
    }
    .sheet-6 .feature > ul > li:nth-of-type(2n + 1) {
        clear: left;
        border-right: 1px solid #ddd; 
    }
    .sheet-6 .feature > ul > li:nth-of-type(2n + 1):after {
        display: block !important; 
    }
    .sheet-6 .feature > ul > li:nth-of-type(2) ~ li {
        border-top: 1px solid #ddd; 
    }
    .sheet-6 .feature > ul > li:nth-of-type(2) ~ li > figure {
        height: 188px; 
    }
    .sheet-6 .feature > ul > li:nth-of-type(2n + 2) {
        border-right: 0; 
    }
    .sheet-6 .feature > ul > li:nth-of-type(2n + 2):after {
        display: none !important; 
    } 

	.sheet-7 .feature.type-2 > ul > li {
        width: 50%;
        height: 212px !important; 
    }
    .sheet-7 .feature.type-2 > ul > li:nth-of-type(3n + 1) {
        clear: none; 
    }
    .sheet-7 .feature.type-2 > ul > li:nth-of-type(2n + 1) {
        clear: left;
        border-right: 1px solid #ddd; 
    }
    .sheet-7 .feature.type-2 > ul > li:nth-of-type(2n + 1):after {
        display: block !important; 
    }
    .sheet-7 .feature.type-2 > ul > li:nth-of-type(2n + 2) {
        border-right: 0; 
    }
    .sheet-7 .feature.type-2 > ul > li:nth-of-type(2n + 2):after {
        display: none !important; 
    }
    .sheet-7 .feature.type-2 > ul > li:nth-of-type(2) ~ li {
        border-top: 1px solid #ddd; 
    } 

	.pipe-2 .feature.type-3 > ul > li {
        width: 25%;
        height: 236px;
        border-right: 1px solid #ddd;
        border-top: 0; 
    }
    .pipe-2 .feature.type-3 > ul > li:after {
        display: block; 
    }
    .pipe-2 .feature.type-3 > ul > li:nth-of-type(3n + 1) {
        clear: none; 
    }
    .pipe-2 .feature.type-3 > ul > li:nth-of-type(4) ~ li {
        border-top: 1px solid #ddd; 
    }
    .pipe-2 .feature.type-3 > ul > li:nth-of-type(4n + 1) {
        clear: left; 
    }
    .pipe-2 .feature.type-3 > ul > li:nth-of-type(4n + 4) {
        border-right: 0; 
    }
    .pipe-2 .feature.type-3 > ul > li:nth-of-type(4n + 4):after {
        display: none; 
    } 

	.pipe-3 .feature > ul > li:nth-of-type(3) ~ li {
        width: 50%; 
    } 

	.component-2 .feature > ul > li:nth-of-type(3) ~ li {
        width: 50%; 
    } 

	#gall_ul {width: calc(100% + 20px); margin: 0 -10px}
	#gall_ul > li {padding: 0 10px; width: 50%;}
	#gall_ul > li:nth-of-type(2) ~ li {margin-top: 30px;}
	#gall_ul > li:nth-of-type(2n + 1) {clear: left;}
	#gall_ul > li .box .details > a {font-size: 14px;}

	.board-list .container .section-content .table-wrap .table colgroup {display: none;}
	.board-list .container .section-content .table-wrap .table thead tr th {
		font-size: 16px; padding: 15px 0;
	}
	.board-list .container .section-content .table-wrap .table thead tr th:nth-of-type(2) {
		width: 50%;
	}
	.board-list .container .section-content .table-wrap .table tbody tr td {
		font-size: 16px; padding: 15px 0;
	}
	.board-list .container .section-content .table-wrap .table tbody tr td a {
		padding: 0 10px;
	}

	.search-form .form-group .form-control {height: 40px; font-size: 16px;}
	.search-form .form-group:nth-of-type(2) {padding-right: 40px;}
	.search-form .form-group:nth-of-type(2) .form-control {padding-right: 10px;}
	.search-form .form-group:nth-of-type(2) .btn-search {width: 40px; height: 40px;}

	#bo_v .article-header #bo_v_title {font-size: 20px; text-align: center; margin-bottom: 20px; line-height: 32px;}
	#bo_v_info {text-align: center; }
	#bo_v_info > ul {float: none !important; width: 100%;}
	#bo_v_info > ul > li {float: none !important; display: inline-block; }
	#bo_v_atc {padding: 0; }
	#bo_v_con {font-size: 16px; line-height: 26px;}
}


@media (max-width: 768px) {
    .page-header .container {
        height: 200px; 
    }
    .page-header .container .v-align small {
        font-size: 18px; 
    }
    .page-header .container .v-align h3 {
        font-size: 35px; 
    } 

	.nav-lnb .container .btn-drop {
        height: 40px; 
    }
    .nav-lnb .container > ul > li > a {
        line-height: 40px; 
    } 

	.section-header h3 {
        font-size: 20px; 
    }
    .section-header p {
        font-size: 14px;
        line-height: 24px; 
    }
    .section-header p br {
        display: none; 
    }
    .section-header p br.d-block {
        display: block; 
    } 

	.article-header h4 {
        font-size: 20px; 
    } 

	.item-list > ul {
        width: calc(100% + 10px);
        margin: 0 -5px; 
    }
    .item-list > ul > li {
        padding: 0 5px;
        width: 50%; 
    }
    .item-list > ul > li:nth-of-type(2) ~ li {
        margin-top: 10px !important; 
    }
    .item-list > ul > li:nth-of-type(3n + 1) {
        clear: none; 
    }
    .item-list > ul > li:nth-of-type(2n + 1) {
        clear: left; 
    } 

	.feature > ul > li {
        width: 50%;
        border-right: 0;
        padding: 0 10px; 
    }
    .feature > ul > li > figure figcaption p br {
        display: none; 
    }
    .feature > ul > li:nth-of-type(3n + 1) {
        clear: none; 
    }
    .feature > ul > li:nth-of-type(2n + 1) {
        clear: left;
        border-right: 1px solid #ddd; 
    }
    .feature > ul > li:nth-of-type(2n + 1):after {
        display: block !important; 
    }
    .feature > ul > li:nth-of-type(2n + 2):after {
        display: none; 
    }
    .feature > ul > li:nth-of-type(2) ~ li {
        border-top: 1px solid #ddd; 
    } 

	.summary-list > ul > li {
        display: block;
        width: 100%;
        float: none;
        padding: 0 !important;
        border-bottom: 1px solid #ddd; 
    }
    .summary-list > ul > li p {
        border-bottom: 0;
        line-height: 26px;
        padding-top: 10px;
        padding-bottom: 10px; 
    }
    .summary-list > ul > li p:before {
        top: 22px; 
    }
    .summary-list > ul > li > dl {
        border-bottom: 0; 
    }
    .summary-list > ul > li ~ li > dl {
        border-top: 0 !important; 
    }
    .summary-list > ul > li ~ li > p {
        border-top: 0 !important; 
    } 

	.attention-box {
        padding: 20px 15px; 
    }
    .attention-box p br {
        display: none; 
    } 

	.sheet-list > ul > li:nth-of-type(2n + 1) {
        padding-right: 5px; 
    }
    .sheet-list > ul > li:nth-of-type(2n + 2) {
        padding-left: 5px; 
    }
    .sheet-list.type-2 > ul {
        width: calc(100% + 10px);
        margin: 0 -5px; 
    }
    .sheet-list.type-2 > ul > li {
        padding: 0 5px; 
    } 

	.pipe-type > ul, .welding-type > ul {
        width: 100%;
        margin: 0; 
    }
    .pipe-type > ul > li, .welding-type > ul > li {
        float: none;
        width: 100%; 
		padding: 0;
    }
    .pipe-type > ul > li > figure figcaption, .welding-type > ul > li > figure figcaption {
        height: auto; 
    }
    .pipe-type > ul > li ~ li, .welding-type > ul > li ~ li {
        margin-top: 20px; 
    }
    .pipe-type.welding-type > ul, .welding-type.welding-type > ul {
        width: calc(100% + 20px);
        margin: 0 -10px; 
    }
    .pipe-type.welding-type > ul > li, .welding-type.welding-type > ul > li {
        float: left;
        width: 50%;
        padding: 0 10px; 
    }
    .pipe-type.welding-type > ul > li ~ li, .welding-type.welding-type > ul > li ~ li {
        margin-top: 0; 
    }
    .pipe-type.welding-type > ul > li:nth-of-type(2n + 1), .welding-type.welding-type > ul > li:nth-of-type(2n + 1) {
        clear: left; 
    }
    .pipe-type.welding-type > ul > li:nth-of-type(2) ~ li, .welding-type.welding-type > ul > li:nth-of-type(2) ~ li {
        margin-top: 20px; 
    } 

	.greeting .container article.greetings {
        padding-right: 0;
        background: none; 
    }
    .greeting .container article.greetings small {
        font-size: 14px; 
    }
    .greeting .container article.greetings strong {
        font-size: 20px;
        line-height: 35px;
        margin-top: 20px; 
    }
    .greeting .container article.greetings .line {
        margin-top: 20px; 
    }
    .greeting .container article.greetings p {
        margin-top: 20px;
        padding-right: 0; 
    }
    .greeting .container article.greetings > figure {
        display: block;
        margin-top: 30px; 
    }
    .greeting .container article.greetings > figure img {
        display: block;
        width: 100%; 
    }
    .greeting .container article.location .article-content .map-area iframe {
        height: 300px; 
    }
    .greeting .container article.location .article-content .details > ul > li > dl > dt, .greeting .container article.location .article-content .details > ul > li > dl dd {
        font-size: 14px;
        line-height: 20px; 
    }
    .greeting .container article.location .article-content .details > ul > li > dl > dt {
        width: 80px; 
    }
    .greeting .container article.location .article-content .details > ul > li ~ li {
        margin-top: 10px; 
    }
    .greeting .container article ~ article {
        margin-top: 30px; 
    } 

	.product-list > ul {
        width: 100%;
        margin: 0; 
    }
    .product-list > ul > li {
        width: 100%;
        float: none;
        padding: 0; 
    }
    .product-list > ul > li > a .details small {
        font-size: 14px; 
    }
    .product-list > ul > li > a .details p {
        font-size: 18px; 
    }
    .product-list > ul > li ~ li {
        margin-top: 20px; 
    } 

	.sheet-3 .feature > ul > li > figure {
        height: 216px; 
    }
    .sheet-3 .feature > ul > li:last-child {
        width: 100% !important;
        border-right: 0; 
    }
    .sheet-3 .feature > ul > li:last-child:after {
        display: none !important; 
    }
    .sheet-3 .summary-list > ul > li > dl {
        height: auto; 
    } 

	.sheet-5 .feature > ul > li:last-child {
        width: 100% !important;
        border-right: 0; 
    }
    .sheet-5 .feature > ul > li:last-child:after {
        display: none !important; 
    } 

	.sheet-7 .feature.type-2 > ul > li {
        display: block;
        width: 100% !important;
        height: auto !important;
        border-right: 0 !important; 
    }
    .sheet-7 .feature.type-2 > ul > li:after {
        display: none !important;
        top: auto;
        right: auto;
        bottom: -5px;
        z-index: 1;
        left: 50%;
        content: '';
        display: block !important;
        transform: translateX(-50%) rotate(45deg); 
    }
    .sheet-7 .feature.type-2 > ul > li:before {
        position: absolute;
        top: -5px;
        left: 50%;
        display: block;
        z-index: 1;
        content: '';
        width: 10px;
        height: 10px;
        transform: translateX(-50%) rotate(45deg);
        background-color: #faa729; 
    }
    .sheet-7 .feature.type-2 > ul > li:first-child:before {
        display: none; 
    }
    .sheet-7 .feature.type-2 > ul > li ~ li {
        border-top: 1px solid #ddd; 
    }
    .sheet-7 .feature.type-2 > ul > li:nth-of-type(4) ~ li {
        height: auto !important; 
    }
    .sheet-7 .feature.type-2 > ul > li:nth-of-type(4) ~ li:last-child {
        height: 200px !important;
        background-size: 200px auto; 
    } 

	.pipe-2 .feature.type-3 > ul > li {
        width: 50%;
        height: 212px; 
    }
    .pipe-2 .feature.type-3 > ul > li:nth-of-type(2) ~ li {
        border-top: 1px solid #ddd; 
    }
    .pipe-2 .feature.type-3 > ul > li:nth-of-type(2n + 2) {
        border-right: 0; 
    }
    .pipe-2 .feature.type-3 > ul > li:nth-of-type(2n + 2):after {
        display: none; 
    } 

	.pipe-3 .feature > ul > li:nth-of-type(3) ~ li:last-child {
        width: 100%;
        border-right: 0; 
    }
    .pipe-3 .feature > ul > li:nth-of-type(3) ~ li:last-child:after {
        display: none !important; 
    } 

	.component-2 .feature > ul > li:nth-of-type(3) ~ li:last-child {
        width: 100%;
        border-right: 0; 
    }
    .component-2 .feature > ul > li:nth-of-type(3) ~ li:last-child:after {
        display: none !important; 
    } 

	#gall_ul {width: 100%; margin: 0;}
	#gall_ul > li {width: 100%; padding: 0; float: none; display: block;}
	#gall_ul > li ~ li {margin-top: 30px;}
	
	.search-form {padding: 20px 10px;}
	.search-form .form-group {display: inline-block; vertical-align: top;}
	.search-form .form-group:nth-of-type(1) {width: 110px; padding-right: 10px; margin-right: 0;}
	.search-form .form-group:nth-of-type(2) {width: calc(100% - 110px);}

	.board-list .container .section-content .table-wrap .table thead tr th:nth-of-type(1), .board-list .container .section-content .table-wrap .table thead tr th:nth-of-type(4), .board-list .container .section-content .table-wrap .table thead tr th:nth-of-type(5) {
		display: none;
	}
	.board-list .container .section-content .table-wrap .table thead tr th:nth-of-type(2) {
		width: 70%;
	}
	.board-list .container .section-content .table-wrap .table tbody tr td:nth-of-type(1), .board-list .container .section-content .table-wrap .table tbody tr td:nth-of-type(4), .board-list .container .section-content .table-wrap .table tbody tr td:nth-of-type(5) {
		display: none;
	}
}

@media (max-width: 480px) {
    .sheet-3 .feature > ul > li > figure {
        height: 240px; 
    }
    .sheet-3 .feature > ul > li:last-child > figure {
        height: auto; 
    } 

	.sheet-5 .feature > ul > li:nth-of-type(3) > figure, .sheet-5 .feature > ul > li:nth-of-type(4) > figure {
        height: 188px; 
    } 

	.pipe-2 .feature.type-3 > ul > li {
        height: 260px; 
    } 

	.component-2 .feature > ul > li:nth-of-type(1), .component-2 .feature > ul > li:nth-of-type(2) {
        height: 188px; 
    } 
}