#handaum_story_list_wrapper {
    width: 1231px;
}
#handaum_story_list_wrapper #gallery_main_contents h3 {
    text-indent: 0;
    font-size: 28px;
    font-weight: 500;
    color: #2b2b2b;
}
#handaum_story_list_wrapper #gallery_main_contents p {
    font-size: 14px;
    font-weight: 300;
    color: #717171;
}
#handaum_story_list_wrapper .customer_gallery li {
    height: 310px;
    margin-bottom: 50px;
}
#handaum_story_list_wrapper .customer_gallery li a .thumbnail {
    width: 375px; height: 250px;
}
#handaum_story_list_wrapper .customer_gallery li a {
    clear: both;
}
#handaum_story_list_wrapper .customer_gallery li a .description {
    float: left;
    width: 280px;
    font-size: 16px;
    font-weight:500;
    color: #2b2b2b;
	margin-left:5px;
    margin-top:15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #handaum_story_list_wrapper .customer_gallery li a .description {
        margin-top: 19px;
    }
    /* IE10+ CSS styles go here */
}

#handaum_story_list_wrapper .customer_gallery li a .article_category {
    float: left;
    width: 73px; height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight:400;
    color: #2b2b2b;
    margin: 10px 10px 0 0;
    border: 1px solid #717171;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #handaum_story_list_wrapper .customer_gallery li a .article_category {
        line-height: 38px;
    }
    /* IE10+ CSS styles go here */
}

#hs_category_menu {
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
#hs_category_menu a {
    display: table-cell;
    width: 20%;
    height: 50px;
    line-height: 50px;
    font-size: 0.875rem;
    text-align: center;
    color: #4e4c4d;
    border: 1px solid #b5b5b5;
}
#hs_category_menu div {
   font-size: 16px;
   font-weight: 400;
   color: #2b2b2b;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #hs_category_menu div {
        height: 46px;
        padding-top: 4px;
    }
    /* IE10+ CSS styles go here */
}
#hs_category_menu a:not(:last-child) {
    border-right: none;
}
#hs_category_menu a:hover div, #hs_category_menu a.active div{
    color: white;
    background: #4e4c4d;
}
#handaum_story_list_wrapper #gallery_main_contents > div.contents > .button {
    position: absolute;
    right: 42px;
    bottom: 40px;
    /* float: right; */
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: white;
    background: #f5af19;
    margin: 40px 0 0 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #handaum_story_list_wrapper #gallery_main_contents > div.contents > .button {
        line-height: 58px;
    }
    /* IE10+ CSS styles go here */
}