@charset "utf-8";

.bd_area{overflow: hidden; width: 100%;}
.bd_area .bd_col{overflow: hidden; width: 101%;}
.bd_area .bd_col .bd_box{position: relative; float:left; width:49%; height: 228px; box-sizing:border-box; margin:0 1% 1% 0; padding:15px 23px 13px; border:1px solid #e4e4e4;}
.bd_box .bd_title{position: relative; margin-bottom: 6px; border-bottom:1px solid #d9d9d9;}
.bd_box .bd_title > a{display: block; position: relative; padding:5px 0; margin-bottom:7px; box-sizing:border-box; padding-right:10px; font-size: 16px; color: #333; font-weight: 500;}
.bd_box .bd_title > a .fa{display: inline-block; position: absolute; top: 50%; right: 0; margin: 0; margin-top: -7px; font-size: 14px; color: #999; vertical-align: middle;}
.bd_box .bd_list li{height:21px; overflow: hidden; margin:4px 0; line-height:1.5; font-size: 14px;}
.bd_box .bd_list li > a{white-space: nowrap;word-wrap: normal;text-overflow: ellipsis;box-sizing: border-box;display: inline-block;max-width: calc(100% - 80px);overflow: hidden;vertical-align: middle;}
.bd_box .bd_list li .lt_cmt{display: inline-block; font-size: 12px; font-weight: 500; color:#999;}
.bd_box .bd_list li .lt_cmt span{display: inline-block;}
.bd_box .bd_list li .lt_cmt .fa{position: relative; top: -1px; vertical-align: middle;}
.bd_box .bd_list li .lt_cmt.lock{width: 10px; height: 13px; margin-right: 3px; background:url(https://diorcafe.co.kr/img/icon_lock.gif) no-repeat 50%; vertical-align: middle;}
.bd_box .bd_list li .lt_cmt.cmt .fa{margin-right: 5px;}

.icon_txt{display: inline-block; margin-right: 3px; line-height:0; vertical-align: middle; background-position: 0 0;  background-size:contain; background-repeat: no-repeat;}
.icon_txt.hit{width: 22px; height: 10px; background-image:url(https://diorcafe.co.kr/img/icon_hit_2.gif);}
.icon_txt.new{width: 13px; height: 13px; background-image:url(https://diorcafe.co.kr/img/icon_new.gif);}

/*.bd_box:nth-child(5):after,
.bd_box:nth-child(6):after{content:""; display: block; position: absolute; top: 0; left: 23px; width: calc(100% - 46px); height: 2px; background: #333;}

.bd_box:nth-child(5):after{background-color: #1e9f42;}
.bd_box:nth-child(5) .bd_title{border-bottom-color:#1e9f42;}
.bd_box:nth-child(5) .bd_title > a{color:#1e9f42;}
.bd_box:nth-child(6):after{background-color: #1e5b9f;}
.bd_box:nth-child(6) .bd_title{border-bottom-color:#1e5b9f;}
.bd_box:nth-child(6) .bd_title > a{color:#1e5b9f;}*/