@charset "utf-8";

/* 새글 스킨 (latest) */
.bo_lst_casel { width: 450px; height: 582px; overflow: hidden; padding:10px 0; }

@media(max-width:1200px) {
    .bo_lst_casel { width: 100%; }
}



/* 리스트 카우셀 { */
.bo_lst_casel_hd {  margin: 0px; padding: 0px; width: auto; height: auto; position: relative; z-index: 10; }

.bo_lst_casel_hd::after { clear: both; float: none; display: block; content: ""; }
.bo_lst_casel_hd .bo_lst_casel_tit { margin: 0px; padding: 0px; width: 573px; height: 40px;  float: left; position: relative; }

.bo_lst_casel_hd .bo_lst_casel_tit h3 { font: bold 16px/45px Nanum Gothic; padding: 0px; color: rgb(255, 255, 255); letter-spacing: -1px; margin-left: 20px; display: inline-block; font-size-adjust: none; font-stretch: normal; }
.bo_lst_casel_hd .bo_lst_casel_tit h3 a { color: rgb(255, 255, 255); }
.bo_lst_casel_hd .bo_lst_casel_tit h4 { font: 12px/45px "Open Sans"; padding: 0px; color: rgb(255, 255, 255); letter-spacing: -1.5px; margin-right: 15px; float: right; display: inline-block; font-size-adjust: none; font-stretch: normal; }
.bo_lst_casel_hd .bo_lst_casel_tit .count { top: 26px; right: 20px; color: rgb(255, 255, 255); font-weight: bold; position: absolute; z-index: 100; }
.bo_lst_casel_hd .casel_control { margin: 0px; padding: 0px; width: 100%; height: 100%;  }
.bo_lst_casel_hd .casel_control span { background: url("./img/casel_control_arr.png") no-repeat; margin: 0px; padding: 0px; width: 68px; height: 40px; float: left; cursor: pointer; }
.bo_lst_casel_hd .casel_control .prev { background-position: 0px 0px; float:left;}
.bo_lst_casel_hd .casel_control .next { background-position: 0px -68px; float:right;}

.bo_lst_casel_in { margin: 0px; padding: 0px; width: auto; height: auto; z-index: 5; }
.bo_lst_casel_in ul { margin: 0px; padding: 5px 0px; width: auto; height: auto; position:relative; border-bottom:1px solid rgba(255, 255, 255, .5);}
.bo_lst_casel_in ul::after { clear: both; float: none; display: block; content: ""; }
.bo_lst_casel_in ul:last-child {  }
.bo_lst_casel_in li { margin: 0px; padding: 0px; height: 43px; text-align: center; letter-spacing: -0.5px; font-size: 12px; float: left; display: table; }
.bo_lst_casel_in li span { 

    float:left;    
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    vertical-align: middle;
    display: block;
    font-size: 215%;
    line-height: 100%;
    font-family: 'GmarketSanslight';
    color: #fff;
}

@media(max-width:425px) {
.bo_lst_casel_in li span { 
    font-size: 100%;
}

}


.bo_lst_casel_in li a { color: #eee; }

.bo_lst_casel_in ul:hover a, .bo_lst_casel_in ul:hover span { color:#d0f812; }

.bo_lst_casel_in li.casel_img { width: 60px; }
.bo_lst_casel_in li.casel_img img { width: 48px; height: 33px; }
.bo_lst_casel_in li.casel_tit { 
    width: 100%;
    padding-left: 0px;
    text-align: left;
    line-height: 100%;
    height: auto;
}
.bo_lst_casel_in li.casel_name { width: 70px; }
.bo_lst_casel_in li.casel_name span { padding: 0px 10px 0px 15px; text-align: left; }
.bo_lst_casel_in li.casel_date { 
    width: 60px;
    font-size: 40%;
    position: absolute;
    top: 0;
    right: 0;
}
.bo_lst_casel_in li.casel_date span {position:absolute; top:0; right:0; top:10px; }/* } 리스트 카우셀 */

