/*카트비교하기*/

body.dark #compare.user_page_container {
  background: transparent;
  padding: 150px 0 50px;
}
#compare .inner {
  margin: 0 auto;
  max-width: 1346px;
  box-sizing: border-box;
}
#compare .compare_tit {
  position: relative;
  width: 100%;
  line-height: 2.5;
  text-indent: 20px;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
    border-radius: 30px;
    background-color: #fff; */
  font-weight: 600;
}
#compare .compare_tit span {
  font-size: 1.063em;
}
#compare .top_area {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
#compare .btn_wrap {
  position: unset;
}
#compare .btn_wrap button,
#compare .btn_wrap a {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.9em;
  font-weight: 300;
  border-radius: 20px;
  color: #fff;
  background-color: var(--primary-color);
}
#compare .btn_wrap button.allsel {
  background-color: #9a9a9a;
}
#compare .btn_wrap button.clickHref {
  background-color: var(--secondary-color);
}
#compare .compare_contents {
  max-width: 100%;
  overflow-x: auto;
  background: #fff;
}
body.dark #compare .compare_contents {
  background: rgba(0, 0, 0, 0.5);
}
#compare .compare_contents ul {
  width: max-content;
}
#compare .table_scroll::-webkit-scrollbar,
#compare .compare_contents::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
#compare .table_scroll::-webkit-scrollbar-track,
#compare .compare_contents::-webkit-scrollbar-track {
  background-color: rgba(255, 92, 74, 0);
}
#compare .table_scroll::-webkit-scrollbar-thumb,
#compare .compare_contents::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--secondary-color);
}

#compare .product_list li {
  position: relative;
  padding: 40px 35px;
  float: left;
  box-sizing: border-box;
}
#compare .product_list li:first-child {
  padding-left: 40px;
}
#compare .product_list li:last-child {
  margin-right: 30px;
}
#compare .product_list li img {
  width: 160px;
  margin: -25px;
}
#compare .top_area .chk_wrap {
  display: inline-block;
  position: relative;
}
#compare .product_list li .chk_wrap {
  position: absolute;
  left: 145px;
  top: 30px;
  cursor: pointer;
  z-index: 40;
}
#compare .chk_wrap input[type="checkbox"] {
  display: none;
}
#compare .chk_wrap input[type="checkbox"] + label {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  font-size: 0.85em;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
#compare .chk_wrap input[type="checkbox"]:checked + label {
  font-family: "Font Awesome 5 free";
}
#compare .chk_wrap input[type="checkbox"]:checked + label::before {
  position: absolute;
  content: "\f00c";
  left: 3px;
  top: 4px;
  font-size: 10px;
  color: #fff;
}
#compare .fixed-side span {
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2;
  text-indent: 5px;
  text-align: left;
}
#compare .table_subtit_wrap {
  padding: 5px 0;
  line-height: 2.6em;
  border-left: none;
  position: relative;
}
#compare .table_subtit {
  width: max-content;
  display: block;
  position: sticky;
  font-weight: 700;
  left: 0px;
  padding: 15px 0 0px;
}
.table_scroll {
  max-width: 1346px;
  overflow: auto;
}
.table_wrap {
  width: 100%;
}

#compare .table_scroll .main_table td a {
  display: inline-block;
  text-align: center;
  width: 300px;
  overflow: hidden;
  transition: all 0.3s;
}
#compare .table_scroll .main_table td a img {
  width: 130%;
  margin: -15%;
  transition: all 0.3s;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
body.dark table {
  background: transparent;
}

table tr {
  width: 200%;
}
table th {
  padding: 6px 15px;
  word-break: break-all;
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
  line-height: 1.8em;
  font-size: 1em;
}
table tr.rental_counsel th {
  line-height: 1.5em;
}
table td {
  padding: 6px 25px;
  word-break: break-all;
  white-space: nowrap;
  width: 10%;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
body.dark #compare table td {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
}
table .product_img td {
  position: relative;
  line-height: 1em;
  cursor: pointer;
}
table .product_img td:hover i {
  opacity: 1;
}
table .product_img td img {
  width: 150px;
}
table .product_img td i {
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--primary-color);
  cursor: pointer;
  font-size: 16px;
  width: 13px;
  height: 13px;
  transition: opacity 0.3s;
  z-index: 10;
}
table .product_function td {
  padding: 20px 0 20px 50px;
  line-height: 1.5em;
  text-align: left;
}
table .product_function td i {
  font-family: "Font Awesome 5 free";
  font-size: 1em;
  font-weight: 600;
  color: var(--primary-color);
}
.fixed-side {
  position: sticky;
  width: 1%;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid #ebebeb;
  color: #fff;
  font-weight: 400;
}
body.dark #compare .fixed-side,
body.dark #compare table th {
  background-color: #161616;
  border: 0;
}
body.dark #compare table th.table_subtit {
  background-color: transparent;
}
.list_no_result {
  display: block;
  padding: 100px 0;
  margin: 50px auto;
  width: 100%;
  text-align: center;
}
.list_no_result i {
  display: inline-block;
  width: 100px;
  margin-bottom: 10px;
}
.list_no_result p {
  font-size: 1em;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.8);
}

/*1366px*/
@media only screen and (max-width: 1366px) {
  #compare .inner {
    padding: 0 15px;
  }
}
/*990px*/
@media only screen and (max-width: 990px) {
  table .product_img td img {
    width: 110px;
  }
  table .product_function td {
    padding-left: 30px;
  }
  #compare .table_scroll .main_table td a {
    width: 250px;
  }
}
@media only screen and (max-width: 920px) {
  table .product_img td i {
    right: 20px;
  }
}
/*840px*/
@media only screen and (max-width: 840px) {
  table th {
    padding: 6px 10px;
    font-size: 1em;
  }
  table td {
    padding: 6px 30px;
    font-size: 1em;
  }
  table .product_function td {
    padding-left: 20px;
  }
  table .rental_counsel td button {
    font-size: 1em;
  }
}
@media only screen and (max-width: 650px) {
  #compare .table_scroll .main_table td a {
    width: 200px;
  }
}

/*510px*/
@media only screen and (max-width: 510px) {
  #compare .compare_tit2 span,
  #compare .compare_tit3 span {
    font-size: 1.1em;
    letter-spacing: 0.2px;
  }
  table .rental_counsel td button {
    margin: 20px 0;
    padding: 0 10px;
  }
  table td {
    padding: 6px 15px;
  }
  table .product_function td {
    padding-left: 10px;
  }
  table .product_img td i {
    right: 15px;
    font-size: 15px;
  }
  #compare .table_scroll .main_table td a {
    width: 170px;
  }
}
/*400px*/
@media only screen and (max-width: 440px) {
  #compare .compare_tit2 span,
  #compare .compare_tit3 span {
    font-size: 1.05em;
  }
  table th {
    padding: 6px 5px;
  }
  table td {
    padding: 6px 5px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  table .rental_counsel td button {
    background-color: var(--primary-color);
  }
  #compare .compare_contents ul {
    display: flex;
  }
  #compare .compare_contents ul li {
    display: inline-block;
    margin: 30px;
  }
  #compare .chk_wrap input[type="checkbox"]:checked + label::before {
    left: 2px;
    top: 4px;
  }
}
@media (hover: none) {
  table .product_img td i {
    opacity: 1;
  }
}
