body {
    font-family: helvetica, meiryo,'Nanum Square';
    font-weight: 500;
    margin: 0;
    padding: 0;
}

address, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, iframe, input, li, object, ol, p, select, textarea, ul {
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style: none;
}

#wrap{
    position: relative;
    min-width: 1280px;
    height: 100%;
}

#main {
    padding-top: 80px;
    background-color: #fff;
}

.content{
    width: 1280px;
    min-height: 650px;
    padding: 0 90px 100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content_title{
    display: inline-block;
    position: relative;
    font-size: 20px;
    margin-bottom: 40px;
    color: #999;
    font-weight: 400;
    letter-spacing: -.8px;
}

.content_title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    content: '';
    width: 1100px;
    height: 1px;
    background-color: #ebebeb;
}

.theme_color{
   color: #cf1a02;
}

.content_title_bullet {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    z-index: 1;
}

.theme_background{
   background-color: #cf1a02;
}

.list_menu{
    min-width: 1280px;
    margin-left: -16px;
}
.list_menu li:nth-child(-n+3) {
    margin-top: 0;
}

.list_menu li{
    width: 353px;
    margin: 50px 0 0 16px;
    padding-bottom: 32px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.thumb_area{
    position: relative;
    overflow: hidden;
    width: 353px;
    height: 235px;
}

.info_area{
    position: relative;
    margin-bottom: -6px;
}

.price_menu{
    position: absolute;
    left: 0;
    bottom: -32px;
}

.title_menu{
    display: block;
    overflow: hidden;
    max-height: 51px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #111;
    letter-spacing: -1px;
}

.text_menu{
    display: block;
    overflow: hidden;
    padding-right: 125px;
    max-height: 48px;
    margin-top: 6px;
    font-size: 13px;
    line-height: 24px;
    color: #999;
    letter-spacing: -.9px;
    word-break: break-all;
    word-wrap: break-word;
}

