  .container .contents .prdbig_box .more_btn {
    width: 100%;
    text-align: center; }
    .container .contents .prdbig_box .more_btn span {
      display: inline-block;
      border: 0px;
      margin: 8px 0 15px 0;
      padding: 7px 0;
      background: #0066cc;
      font-size: 12px;
      font-weight: bold;
      border-top-left-radius: 5px; 
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px; 
      border-bottom-right-radius: 5px; 
      color: #fff;
      width: 120px; }
    .container .contents .prdbig_box .prd_info li .prd_textbox .name {
        color: #686868;
        height: auto;
        font-size: 12px;
        line-height: 14px;
        padding: 4px 0 5px 0;
        margin: 0 0px 4px;
        text-align: center !important;
        border-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }