@charset "UTF-8";
/***********************************
- 260316 제품 비교하기 기능 개선 관련
- 기존 스타일 활용 & 수정
- 고도화 스타일 추가
***********************************/
.compare.fixed {
  z-index: 100;
}
.compare .item-wrap li {
  cursor: pointer;
}
.compare.on.is-products-on {
  max-height: 100%;
}
.compare__products {
  display: block;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  transform: translateY(20px);
  transition: max-height 0.6s ease, opacity 0.3s ease, transform 0.3s ease, padding-top 0.3s ease;
}
.compare__products.on {
  max-height: 615px;
  opacity: 1;
  padding-top: 60px;
  transform: translateY(0);
}
.compare__products-head {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 30px;
}
.compare__products-head .tit {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.16px;
}
.compare__products-head .btn_products_close {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url("../img/ico/ico_compare_close.svg") no-repeat center center;
}
.compare__products .tab-wrap {
  margin-bottom: 40px;
  height: 20px;
  overflow: hidden;
}
.compare__products .tab-wrap a {
  font-size: 17px;
  line-height: 20px;
}
.compare__products .tab-wrap li::before {
  margin-right: -4px;
}
.compare__products .chk-box {
  position: relative;
}
.compare__products .chk-box input[type=checkbox] {
  display: none;
}
.compare__products .chk-box input[type=checkbox] + i {
  -webkit-appearance: none;
  position: absolute;
  top: 9px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/ico/ico_check_grey.svg) no-repeat center center;
  cursor: pointer;
}
.compare__products .chk-box input[type=checkbox]:focus + i {
  border: none;
  outline: unset;
}
.compare__products .chk-box input[type=checkbox]:checked + i {
  background: url(../img/ico/ico_check.svg) no-repeat center center;
}
.compare__products .chk-box input[type=checkbox]:checked ~ label {
  border: 1px solid #dc000c;
  background: #dc000c;
  color: #fff;
}
.compare__products .chk-box label {
  display: block;
  width: 90px;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding-left: 30px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
.compare__products .slider .swiper-container {
  width: calc(100% + 25px);
  margin-right: -25px;
}
.compare__products .slider .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  height: 390px;
  padding: 45px 15px 20px;
  gap: 11px;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
  background: #fff;
  overflow: hidden;
}
.compare__products .slider .swiper-container .swiper-slide .info {
  display: flex;
  flex-direction: column;
}
.compare__products .slider .swiper-container .swiper-slide .info .product-label {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 48px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  border-radius: 4px;
  border: 1px solid #DC000C;
  background: #DC000C;
}
.compare__products .slider .swiper-container .swiper-slide .info .img {
  width: 220px;
  height: 220px;
}
.compare__products .slider .swiper-container .swiper-slide .info .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.compare__products .slider .swiper-container .swiper-slide .info .name {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.16px;
  border-top: 1px solid #e6e6e6;
  padding-top: 11px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.compare__products .slider .swiper-button-prev,
.compare__products .slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  margin-top: 0;
  background: url("../img/ico/ico_slide_arrow_rightx50.svg") no-repeat center/50px;
}
.compare__products .slider .swiper-button-prev {
  left: -100px;
  transform: translateY(-50%) rotateY(180deg);
}
.compare__products .slider .swiper-button-next {
  right: -100px;
}
.compare__products .slider .swiper-scrollbar {
  opacity: 1 !important;
}
.compare__products .slider .swiper-scrollbar {
  position: relative;
  margin-top: 30px;
  height: 5px;
  background: transparent;
  border-radius: 0;
}
.compare__products .slider .swiper-scrollbar-drag {
  background: #CCC;
  border-radius: 0;
}

/***********************************
- 260325 컴플라이언스 경영방침 관련
- 신규 페이지 제작
***********************************/
.company-compliance .page-tit {
  width: 100%;
  text-align: center;
  letter-spacing: -0.16px;
}
.company-compliance .compliance {
  display: flex;
  padding: 60px 0;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 40px;
  border: 4px solid #E6E6E6;
}
.company-compliance .compliance__intro {
  text-align: center;
}
.company-compliance .compliance__intro h4 {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.16px;
  padding-top: 16px;
}
.company-compliance .compliance__intro h4:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 50px;
  height: 4px;
  background: #DC000C;
}
.company-compliance .compliance__intro p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  margin-top: 14px;
}
.company-compliance .compliance__list {
  width: 772px;
  margin: 0 auto;
}
.company-compliance .compliance__list dl dt {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 6px;
}
.company-compliance .compliance__list dl dd + dt {
  margin-top: 48px;
}
.company-compliance .compliance__num {
  color: #999;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -1px;
}
.company-compliance .compliance__tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.16px;
}
.company-compliance .compliance__desc {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.16px;
  margin-left: 43px;
}
.company-compliance .compliance__signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.16px;
}
.company-compliance .compliance__sign {
  display: flex;
  align-items: center;
}
.company-compliance .compliance__position {
  color: #999;
  margin: 0 4px 0 16px;
}

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