.left_content {
  width: 100%;
}

.title_area {
  border-bottom: 1px solid #f4f4f4;
}

.compare_wrap {
  text-align: center;
}

.compare_title {
  margin: 48px 0;
}

.compare_title .title_24 {
  color: #273243;
  font-weight: 700;
}

.compare_title p {
  color: #45495a;
  margin-top: 16px;
}

/* 비교표 슬라이더 공통 */
.compare_table {
  position: relative;
  border-top: 1px solid #e4e5e7;
}

.head_col_wrap {
  border-right: 1px solid #e4e5e7;
}

.compare_slider_wrap {
  width: 100%;
  /* background: yellow; */
  overflow: hidden;
}

.compare_slider {
  width: 100%;
}

.compare_slider .swiper-slide {
  flex: 1;
  width: auto;
  border-right: 1px solid #e4e5e7;
}

.compare_slider .swiper-slide:last-child {
  border-right: 0;
}

.compare_col {
  width: 100%;
  letter-spacing: 0;
}

.compare_col li {
  font-size: 15px;
  border-bottom: 1px solid #e4e5e7;
  padding: 0 16px;
  color: #45495a;
  height: 46px;
  background: #fff;
  font-size: 13px;
  white-space: nowrap;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.compare_col li a.center__ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.compare_col li img {
  width: 120px;
  margin-bottom: 4px;
}

.compare_col._ironfx li img {
  /* width: 120px; */
  height: 32px;
  margin-bottom: 4px;
}

.compare_col li:nth-child(1) span {
  background: #bba14f;
  color: #fff;
  display: inline-block;
  padding: 0 16px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  margin-top: 6px;
  font-weight: 500;
}

.compare_col li:nth-child(1) span:hover {
  background: #3870ff;
}

.compare_col li:nth-child(2n) {
  background: #f4f4f4;
}

.compare_col li:nth-child(1) {
  height: 100px;
  padding-bottom: 2px;
}

.compare_col li:nth-child(3) {
  height: 162px;
}

.compare_col li:nth-child(5) {
  height: 104px;
}

.compare_col li:nth-child(7) {
  height: 80px;
}

.compare_col li:nth-child(9),
.compare_col li:nth-child(14) {
  height: 56px;
}

.compare_col li:nth-child(10) {
  height: 176px;
}

.compare_col li:nth-child(16) {
  height: 184px;
}

.head_col_wrap {
  width: auto;
  flex-shrink: 0;
}

.head_col li {
  color: #9497a0;
}

.cs_controls {
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  
  display: none;
}

.cs_pager {
  position: static;
  width: 100%;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  margin-right: 16px;
}

.cs_pager span {
  flex: 1;
  height: 2px;
  border-radius: 0;
  background: rgba(69, 73, 90, 0.5);
}

.cs_pager span.swiper-pagination-bullet-active {
  opacity: 0.5;
}

/* 미디어쿼리 브레이크포인트 1180px 이하 */
@media screen and (max-width: 1180px) {
  .compare_wrap {
    padding-bottom: 2px;
  }
  
  .compare_title {
    margin: 32px 0;
  }
  
  .compare_title p {
    margin-top: 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1142px) {
  .compare_slider .swiper-slide {
    flex: none;
    width: 50%;
  }
  
  .cs_controls {
    display: block;
  }
  
  .cs_controls.br_comp {
    display: none;
  }
  
}

@media screen and (max-width: 960px) {
  .compare_col li {
    padding: 0 16px;
  }
}

/* 미디어쿼리 브레이크포인트 856px 이하 */
@media screen and (max-width: 856px) {
  .compare_title {
    margin: 24px 0;
  }
  
  .compare_title p {
    padding: 0 32px;
  }
  
  .compare_title p br {
    display: none;
  }
  
  .cs_pager span {
    width: 72px;
  }
  
  .compare_slider .swiper-slide {
    flex: none;
    width: 100%;
  }
  
}

/* 미디어쿼리 브레이크포인트 700px 이하 */
@media screen and (max-width: 700px) {
  .compare_title p {
    padding: 0 16px;
  }
  
  .head_col_wrap {
    width: auto;
  }
}

/* 미디어쿼리 브레이크포인트 480px 이하 */
@media screen and (max-width: 480px) {
  .compare_title p {
    padding: 0;
  }
}