.bold {
  font-weight: bold; }

.green {
  color: #27d1d1 !important; }

.center {
  text-align: center; }

.no-padding {
  padding: 0; }

#top #top-img {
  padding: 0;
  overflow: hidden;
  background: url("/images/ad-top-pc.jpg") no-repeat center center;
  height: 190px;
  width: 100%;
  position: relative; }
#top #top-label {
  width: 1200px;
  margin: 0 auto;
  padding: 57px 0 0 20px; }
  #top #top-label .top-label-l {
    font-size: 35px;
    letter-spacing: -1px; }
  #top #top-label .top-label-s {
    font-size: 15px;
    color: #666;
    letter-spacing: -1px; }

#tab {
  width: 1200px;
  margin: 0 auto;
  margin-top: 194px;
  position: relative; }
  #tab #tab-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 780px;
    height: 65px; }
    #tab #tab-wrap .tab {
      float: left;
      width: 25%;
      color: white;
      font-size: 15px;
      text-align: center;
      padding: 20px 0;
      background-color: #a3a4a5;
      cursor: pointer; }
      #tab #tab-wrap .tab.active {
        background-color: #1cc8c9; }

#reviews {
  min-height: 500px;
  width: 1200px;
  margin: 70px auto 0 auto;
  font-size: 15px; }
  #reviews .filter-write-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #reviews .filter-write-btn-wrap .filter-wrap {
      display: flex;
      align-items: center; }
      #reviews .filter-write-btn-wrap .filter-wrap .btn {
        margin-left: 6px; }
    #reviews .filter-write-btn-wrap .write-btn-wrap {
      display: flex;
      justify-content: right; }
      #reviews .filter-write-btn-wrap .write-btn-wrap .btn {
        background-color: #67bfb7; }
  #reviews .reviews-table {
    width: 100% !important;
    border: 0;
    border-collapse: collapse;
    border-top: 3px solid #333;
    margin-top: 20px;
    display: none; }
    #reviews .reviews-table thead th {
      text-align: center;
      font-weight: bold;
      background-color: #f1f1f1;
      border-bottom: 1px solid #333; }
    #reviews .reviews-table tbody td {
      padding: 20px 8px;
      border-bottom: 1px solid #dedede;
      font-size: 15px;
      color: #666;
      vertical-align: middle;
      text-align: center; }
      #reviews .reviews-table tbody td .delete-btn {
        margin-left: 5px; }
      #reviews .reviews-table tbody td:first-child {
        text-align: left; }
        #reviews .reviews-table tbody td:first-child a {
          color: inherit;
          text-decoration: none; }
          #reviews .reviews-table tbody td:first-child a svg {
            margin-left: 8px; }
      #reviews .reviews-table tbody td:last-child {
        text-align: center; }

.dataTables_wrapper {
  margin-bottom: 200px;
  margin-top: 20px; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      background-color: inherit; }

#pc-table_wrapper {
  display: block; }

#mobile-table_wrapper {
  display: none; }

.fa-star {
  font-size: 20px; }

.fa-star.active {
  color: #ff6c00; }

.no-review {
  color: #c0c0c0; }

#review-editor .modal-dialog {
  width: 900px; }
  #review-editor .modal-dialog .modal-body {
    overflow: auto;
    max-height: calc(100vh - 170px); }
    #review-editor .modal-dialog .modal-body table {
      width: 100%;
      border: 0;
      border-collapse: collapse; }
      #review-editor .modal-dialog .modal-body table tbody tr th, #review-editor .modal-dialog .modal-body table tbody tr td {
        padding: 12px;
        font-size: 14px; }
      #review-editor .modal-dialog .modal-body table tbody tr th {
        text-align: center;
        font-weight: bold;
        vertical-align: top; }
      #review-editor .modal-dialog .modal-body table tbody tr td .guide {
        padding-left: 150px; }
      #review-editor .modal-dialog .modal-body table tbody tr td .sequence {
        width: 100px; }
      #review-editor .modal-dialog .modal-body table tbody tr td .file-upload-wrap .file-upload {
        width: calc(100% - 15px);
        margin-bottom: 8px;
        position: relative;
        display: flex;
        justify-content: space-between; }
        #review-editor .modal-dialog .modal-body table tbody tr td .file-upload-wrap .file-upload input[type=text] {
          width: calc(100% - 120px); }
        #review-editor .modal-dialog .modal-body table tbody tr td .file-upload-wrap .file-upload input[type=file] {
          right: 62px;
          cursor: pointer;
          height: 40px;
          opacity: 0;
          position: absolute;
          width: 52px; }
      #review-editor .modal-dialog .modal-body table tbody tr td .add-btn-wrap {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 20px; }
        #review-editor .modal-dialog .modal-body table tbody tr td .add-btn-wrap .add-btn {
          color: white;
          background-color: #999;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 35px;
          height: 35px;
          font-size: 21px;
          cursor: pointer;
          border-radius: 50%; }
      #review-editor .modal-dialog .modal-body table.mobile {
        display: none; }
        #review-editor .modal-dialog .modal-body table.mobile tbody tr th {
          padding: 12px 12px 0 12px;
          font-size: 14px; }
        #review-editor .modal-dialog .modal-body table.mobile tbody tr th {
          text-align: left; }
        #review-editor .modal-dialog .modal-body table.mobile tbody tr td .guide {
          padding-left: 0; }

#review-detail .modal-dialog {
  width: 1000px;
  font-size: 15px; }
  #review-detail .modal-dialog .dt-reviewer {
    font-size: 14px;
    display: flex; }
    #review-detail .modal-dialog .dt-reviewer .dt {
      margin-left: 15px; }
  #review-detail .modal-dialog .secret-info {
    font-size: 14px; }
    #review-detail .modal-dialog .secret-info table {
      border: 0;
      border-collapse: collapse;
      width: 100%; }
      #review-detail .modal-dialog .secret-info table tbody th, #review-detail .modal-dialog .secret-info table tbody td {
        border: 1px solid #c0c0c0; }
      #review-detail .modal-dialog .secret-info table tbody th {
        background-color: #f1f1f1;
        text-align: center;
        font-weight: bold;
        padding: 4px 8px; }
      #review-detail .modal-dialog .secret-info table tbody td {
        padding: 8px; }
  #review-detail .modal-dialog .subject {
    margin-top: 17px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  #review-detail .modal-dialog .content {
    margin-top: 15px;
    font-size: 14px;
    white-space: pre-wrap;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  #review-detail .modal-dialog .images {
    display: flex; }
    #review-detail .modal-dialog .images .image-wrap {
      width: 15%;
      padding: 5px;
      cursor: pointer; }
      #review-detail .modal-dialog .images .image-wrap .image {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 100%; }
        #review-detail .modal-dialog .images .image-wrap .image img {
          object-fit: cover;
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0; }
  #review-detail .modal-dialog .comments {
    border-top: 1px solid #c0c0c0;
    margin-top: 30px;
    padding-top: 15px; }
    #review-detail .modal-dialog .comments .comment-wrap {
      padding: 15px;
      border-bottom: 1px solid #f1f1f1;
      display: flex; }
      #review-detail .modal-dialog .comments .comment-wrap > div {
        width: calc(100% - 30px); }
      #review-detail .modal-dialog .comments .comment-wrap svg {
        transform: rotate(180deg);
        margin-right: 10px;
        width: 20px; }
      #review-detail .modal-dialog .comments .comment-wrap .commenter {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 8px; }
      #review-detail .modal-dialog .comments .comment-wrap input[type=text], #review-detail .modal-dialog .comments .comment-wrap textarea {
        width: 100%; }
      #review-detail .modal-dialog .comments .comment-wrap .comment {
        white-space: pre-wrap;
        font-size: 14px; }
      #review-detail .modal-dialog .comments .comment-wrap .comment-btn-wrap {
        margin-top: 8px;
        text-align: right; }
        #review-detail .modal-dialog .comments .comment-wrap .comment-btn-wrap .btn {
          margin-left: 5px; }
    #review-detail .modal-dialog .comments .comment-writer {
      background-color: #f1f1f1;
      padding: 15px; }
      #review-detail .modal-dialog .comments .comment-writer .commenter {
        margin-bottom: 8px; }
      #review-detail .modal-dialog .comments .comment-writer .comment-btn-wrap {
        margin-top: 8px;
        text-align: right; }

#image-detail .modal-dialog {
  width: 1000px; }
  #image-detail .modal-dialog img {
    max-width: 100%;
    margin: 0 auto; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.save-btn {
  width: 80px; }
  .save-btn .spinner-border {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    border: .25em solid;
    border-color: currentColor transparent currentColor currentColor;
    border-radius: 50%;
    -webkit-animation-name: spinner-border;
    animation-name: spinner-border;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 10px;
    height: 10px; }

@media (max-width: 991px) {
  #top #top-img {
    width: 100%;
    height: auto;
    background: url("/images/customer-top-mobile.jpg") no-repeat center center;
    background-size: cover; }
  #top #top-label {
    width: 100%;
    padding: 27px 0 27px 20px; }
    #top #top-label .top-label-l {
      font-size: 20px; }
    #top #top-label .top-label-s {
      font-size: 12px; }

  #tab {
    width: 100%;
    margin-top: 180px;
    position: relative; }
    #tab #tab-wrap {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 65px; }
      #tab #tab-wrap .tab {
        float: left;
        width: 50%;
        color: white;
        font-size: 15px;
        text-align: center;
        padding: 20px 0;
        background-color: #a3a4a5;
        cursor: pointer; }

  #reviews {
    width: 100%;
    margin-top: 90px;
    font-size: 13px; }
    #reviews .reviews-table thead td {
      padding: 10px 4px;
      font-size: 14px; }
    #reviews .reviews-table tbody td {
      padding: 10px 4px;
      font-size: 14px; }
      #reviews .reviews-table tbody td .reviewer {
        margin-bottom: 8px;
        font-size: 13px; }
      #reviews .reviews-table tbody td .delete-btn {
        padding: 5px;
        font-size: 11px; }

  #review-editor .modal-dialog {
    width: auto; }
    #review-editor .modal-dialog .modal-body table {
      width: 100%;
      border: 0;
      border-collapse: collapse; }
      #review-editor .modal-dialog .modal-body table.pc {
        display: none; }
      #review-editor .modal-dialog .modal-body table.mobile {
        display: table; }
      #review-editor .modal-dialog .modal-body table tbody tr th, #review-editor .modal-dialog .modal-body table tbody tr td {
        padding: 12px;
        font-size: 14px; }
      #review-editor .modal-dialog .modal-body table tbody tr th {
        text-align: center;
        font-weight: bold;
        vertical-align: top; }
      #review-editor .modal-dialog .modal-body table tbody tr td .guide {
        padding-left: 15px; }
      #review-editor .modal-dialog .modal-body table tbody tr td .file-upload-wrap .file-upload {
        width: calc(100% - 15px);
        margin-bottom: 8px;
        position: relative;
        display: flex;
        justify-content: space-between; }
        #review-editor .modal-dialog .modal-body table tbody tr td .file-upload-wrap .file-upload input[type=text] {
          width: calc(100% - 120px); }
        #review-editor .modal-dialog .modal-body table tbody tr td .file-upload-wrap .file-upload input[type=file] {
          right: 62px;
          cursor: pointer;
          height: 40px;
          opacity: 0;
          position: absolute;
          width: 52px; }
      #review-editor .modal-dialog .modal-body table tbody tr td .add-btn-wrap {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 20px; }
        #review-editor .modal-dialog .modal-body table tbody tr td .add-btn-wrap .add-btn {
          color: white;
          background-color: #999;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 35px;
          height: 35px;
          font-size: 21px;
          cursor: pointer;
          border-radius: 50%; }

  #review-detail .modal-dialog {
    width: auto; }
    #review-detail .modal-dialog .images {
      display: flex; }
      #review-detail .modal-dialog .images .image-wrap {
        width: 25%; }

  #image-detail .modal-dialog {
    width: auto; }

  #pc-table_wrapper {
    display: none; }

  #mobile-table_wrapper {
    margin-top: 5px;
    display: block;
    margin-bottom: 50px; }

  .fa-star {
    font-size: 15px; } }

/*# sourceMappingURL=reviews.css.map */
