/* text_block_005 */
.text_block_005{background-color: #fff;}
.text_block_005 > div[data-wv-layout-element="block_inner"]{padding-top: 96px; padding-bottom: 98px;}
.text_block_005 .text_block_005_card_con{margin-bottom: 60px;}
.text_block_005 .text_block_005_card{margin-bottom: 32px;}
.text_block_005 .text_block_005_card > div[data-wv-layout-element="block_inner"]{padding-bottom: 30px;}
.text_block_005 .text_block_005_card:first-child::after{content: ''; position: absolute; bottom:0; left:0; width:100%; border-bottom:1px solid rgba(0,0,0,0.1); }
.text_block_005 .text_block_005_card .text_block_005_card_inner{display: block;}
.text_block_005 .text_block_005_card .title_box{display: flex; align-items: center;}
.text_block_005 .text_block_005_card .title + .arrow{opacity:0; width:7px; height:12px; transition: opacity 0.2s;
    background-image: url("/weven_service/asset/img/arrow/arrow_7x12_black_right.png"); background-position: right center; background-repeat: no-repeat;}
.text_block_005 .text_block_005_card .title{max-width:calc(100% - 8px); padding-right: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal;}
.text_block_005 .text_block_005_card .desc{max-height:62px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: break-all;}
.reverse.text_block_005{background-color: #171717;}
.reverse.text_block_005 .text_block_005_card:first-child::after{border-bottom:1px solid rgba(255,255,255,0.2);}
.reverse.text_block_005  .text_block_005_card .title + .arrow{background-image: url("/weven_service/asset/img/arrow/arrow_7x12_white_right.png");}

@media all and (min-width:992px){
	/* text_block_005 */
    .text_block_005 > div[data-wv-layout-element="block_inner"]{padding-top: 164px; padding-bottom: 168px;}
    .text_block_005 .text_block_005_card_con{margin-bottom: 100px;}
    .text_block_005 .text_block_005_card{margin-bottom: 0;}
    .text_block_005 .text_block_005_card > div[data-wv-layout-element="block_inner"]{padding-right: 60px; padding-left: 60px; padding-bottom: 0;}
    .text_block_005 .text_block_005_card .desc{max-height:60px;}
    .text_block_005 .text_block_005_card:first-child::after{content: ''; position: absolute; top:6px; bottom:auto; right:0; left:auto; height:146px; border-bottom:none; width:auto; border-left:1px solid rgba(0,0,0,0.1); }
    .reverse.text_block_005 .text_block_005_card:first-child::after{border-bottom:none; border-left:1px solid rgba(255,255,255,0.2);}
    .text_block_005 .text_block_005_card_inner:hover .title + .arrow{opacity: 1;}
}