@charset "utf-8";
/* CSS Document */

.section .cont .tab-menu {
  margin-bottom: 20px;
}
.section .cont .tab-menu ul li {
  float: left;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
}
.section .cont .tab-menu ul li a {
  background: #fff;
  border: 1px solid #e8e8e8;
  display: block;
  width: 100%;
  height: 100%;
  color: #9d9d9d;
}
.section .cont .tab-menu ul li:nth-child(2) a {
  border-left: 0;
  border-right: 0;
}
.section .cont .tab-menu ul li.select a {
  background: #5283e0;
  color: #fff;
  border-color: #5283e0;
}
.section .cont .search-input {
  position: relative;
}
.section .cont .search-input input {
  background: #fff;
  border: 0;
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 40px;
  padding: 0 50px 0 20px;
}
.section .cont .search-input img {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  width: 22px;
}

.result-box {
  position: relative;
  padding: 0 20px 25px;
}
.result-box h1 {
  font-size: 2rem;
  color: #5283e0;
  font-weight: 700;
}
.result-box .comp-info {
  position: relative;
  margin-top: 15px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.result-box .comp-info .logo-box {
  float: left;
  position: relative;
  min-height: 65px;
  border: 1px solid #e8e8e8;
  width: 110px;
  padding: 10px;
  margin-right: 10px;
}
.result-box .comp-info .logo-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.result-box .comp-info .info-area .info-box {
  float: left;
  width: calc(100% - 130px);
}
.result-box .comp-info .info-area .info-box .comp-name {
  font-size: 1.6rem;
  padding-bottom: 5px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #333;
}
.result-box .comp-info .info-area .info-box p {
  font-size: 1.2rem;
  color: #777;
  letter-spacing: -0.05em;
}
.result-box .comp-info .info-area .info-box .comp-scale {
  margin-right: 10px;
}
.result-box .comp-info .info-area .review-count-area {
  position: relative;
}
.result-box .comp-info .info-area .review-count-area .review-count {
  float: left;
  width: 33.3%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e8e8e8;
}
.result-box .comp-info .info-area .review-count-area .review-count .title {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #ababab;
}
.result-box .comp-info .info-area .review-count-area .review-count .count {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.result-box .review-area {
  position: relative;
  margin-top: 10px;
}
.result-box .review-area .box {
  position: relative;
  background: #fff;
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
}
.result-box .review-area .box:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.result-box .review-area .box span.satisfy {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 1.2rem;
  color: #fff;
  background: #5282de;
  margin-right: 4px;
}
.result-box .review-area .box span.name {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 4px;
  letter-spacing: -0.075em;
}
.result-box .review-area .box span.type {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: -0.075em;
  color: #aaa;
}
.result-box .review-area .box p.review-txt {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: -0.05em;
  padding: 10px 10px 40px;
  background: #f8f8f8;
  margin-top: 10px;
}
.result-box .review-area .box p.review-txt span.date {
  font-size: 1.2rem;
  color: #999;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* 전체 보기 */
.body-container .section .cont.review-03 {
  padding: 30px 20px;
}
.section .cont.review-03 .tab-menu {
  margin: 0;
}
.result-box .review-all .box-wrap {
  position: relative;
  background: #fff;
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  margin-top: 15px;
}
.result-box .review-all .box-wrap .st-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
}
.result-box .review-all .box-wrap span.type02 {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 1.2rem;
  color: #fff;
  background: #5282de;
  margin-right: 4px;
}
.result-box .review-all .box-wrap span.state {
  display: block;
  font-size: 1.2rem;
  color: #5282de;
  text-align: right;
  letter-spacing: -0.05em;
}
.result-box .review-all .box-wrap span.st img {
  width: 12px;
  position: relative;
  top: -1px;
}
.result-box .review-all .box-wrap table {
  margin-top: 10px;
}
.result-box .review-all .box-wrap table td {
  font-size: 1.3rem;
  letter-spacing: -0.025em;
  color: #434343;
  padding: 1px 0;
  position: relative;
}
.result-box .review-all .box-wrap table td:nth-child(1) {
  width: 60px;
  font-weight: 600;
  color: #717171;
}
.result-box .review-all .box-wrap table td:nth-child(2) {
  width: calc(100% - 60px);
}
.result-box .review-all .box-wrap .box {
  display: none;
  margin-top: 15px;
  border: 0;
  padding: 0;
  padding-top: 15px;
  border-top: 1px dashed #e0e0e0;
}
.result-box .review-all .box-wrap .box.on {
  display: block;
}
.result-box .review-all .box-wrap .box span.satisfy {
  border: 1px solid #5282de;
  color: #5282de;
  background: #fff;
}

/* 유사기업 후기 */
.smlr-match-list {
  position: relative;
  margin: 20px 0;
}
.smlr-match-list h1.title {
}
.smlr-match-list a.arrow {
  position: absolute;
  display: block;
  top: 10px;
  height: 15px;
  width: 8px;
}
.smlr-match-list a.arrow img {
  height: 100%;
}
.smlr-match-list a.arrow.prev {
  right: 30px;
}
.smlr-match-list a.arrow.next {
  right: 0;
}
.smlr-match-list ul {
  margin-top: 15px;
}
.smlr-match-list ul li {
  float: left;
  width: calc(25% - 4px);
  margin-right: 5px;
  cursor: pointer;
}
.smlr-match-list ul li:nth-child(4n) {
  margin-right: 0;
}
.smlr-match-list ul li .logo-area {
  width: 100%;
  border: 1px solid #dcdcdc;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.smlr-match-list ul li .logo-area img {
  max-width: 100%;
  padding: 15px 5px;
}
.smlr-match-list ul li .logo-area .view-btn-layer {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.smlr-match-list ul li .logo-area .view-btn {
  color: #fff;
  display: inline-block;
  line-height: 23px;
  text-align: center;
  width: 80px;
  border-radius: 3px;
  font-size: 12px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 150%;
  margin-top: -12px;
  z-index: 3;
  transition: background 0.25s ease, top 0.25s ease;
}
.smlr-match-list ul li .logo-area .view-btn:hover {
  background: #194bef;
  top: 50%;
}
.smlr-match-list ul li:hover .logo-area .view-btn-layer {
  opacity: 1;
}
.smlr-match-list ul li:hover .logo-area .view-btn {
  top: 50%;
}
.smlr-match-list ul li .comp-name {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 5px;
}
.smlr-match-list ul li .count {
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  color: #9e9e9e;
}
