
    
    /* text_block_011 */
.text_block_011{background-color: #fff;}
.text_block_011 > div[data-wv-layout-element="block_inner"]{padding-top: 100px; padding-bottom: 99px;}
.text_block_011 .text_con{margin-bottom: 53px;}
.text_block_011 .title_con{margin-bottom: 40px;} /* 모바일에서 중중으로 봐서 간격 50 (lin-height 때문에 40) */
.text_block_011 .title_con_inner{border-top-width: 2px; border-style: solid;}
.text_block_011 .title_con_inner > div[data-wv-layout-element="block_inner"]{padding-top: 26px;}
.text_block_011 .text_block_011_list_con{}
.text_block_011 .text_block_011_list{margin-bottom: 37px;}
.text_block_011 .text_block_011_list_inner{}
.text_block_011 .text_block_011_list_con .date{margin-bottom: 6px;}
.text_block_011 .text_block_011_list_con .title{margin-bottom: 7px; font-size: 0;}
.text_block_011 .text_block_011_list_con .title .sub_title_font_1{height: 30px; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; transition: all 0.3s;}
.text_block_011 .text_block_011_list_con .title span{}
.text_block_011 .text_block_011_list_con .title_inner{max-width: calc(100% - 8px); padding-right:10px; box-sizing: border-box;}
.text_block_011 .text_block_011_list_con .title .arrow{width: 7px; opacity: 0; transition: all 0.3s;}
.text_block_011 .text_block_011_list_con .title .arrow .white{display: none;}
.text_block_011 .text_block_011_list_con .title .arrow .black{display: inline;}
.text_block_011 .text_block_011_list_con .desc .desc_font_0{height: 62px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}

.reverse.text_block_011{background-color: #171717;}
.reverse.text_block_011 .text_block_011_list_con .title .arrow .white{display: inline;}
.reverse.text_block_011 .text_block_011_list_con .title .arrow .black{display: none;}

@media all and (min-width:992px){
	 /* text_block_011 */
    .text_block_011 > div[data-wv-layout-element="block_inner"]{padding-top: 170px; padding-bottom: 169px;}
    .text_block_011 .title_con{margin-bottom: 0;}
    .text_block_011 .title_con > div[data-wv-layout-element="block_inner"]{padding-right:30px;}
    .text_block_011 .title_con_inner > div[data-wv-layout-element="block_inner"]{padding-top:33px; padding-right: 80px;}
    .text_block_011 .text_con{margin-bottom: 90px;}
    .text_block_011 .text_block_011_list_con{border-top:2px solid rgba(0,0,0,0.1);}
    .text_block_011 .text_block_011_list_con > div[data-wv-layout-element="block_inner"]{padding-top: 40px;}
    .text_block_011 .text_block_011_list_con .date{margin-bottom: 13px;}
    .text_block_011 .text_block_011_list_con .title{margin-bottom: 12px;}
    .text_block_011 .text_block_011_list_con .desc .desc_font_0{height: 60px;}
    .text_block_011 .text_block_011_list{margin-bottom: 50px;}
    .text_block_011 .text_block_011_list_inner:hover .title .arrow{opacity: 1;}

    .reverse.text_block_011 .text_block_011_list_con{border-color: rgba(255,255,255,0.2);}
}