
.inner{
    max-width: calc(1440px - 320px);
}


#sticky-tab, [data-sticky-tab]{
  position: relative;
  z-index:2;
}
#sticky-tab .inner{
  position: relative;
  border-radius: 0; background-color: #fff;
}
/* 컨테이너 */
.search__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.search__container.ptb-cleaning-20 {
  padding: 20px 22px;
}

.search__container.ptb-cleaning-40 {
  padding: 40px 22px;
}

/* 검색 박스 */
.search__box {
  width: 496px;
  height: 33px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid rgba(170, 170, 170, 1);
  cursor: pointer;
}

.search__box .row__box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.search__box .icon__button {
  margin: 2.5px 6px 2.5px 0;
  width: 16px;
  height: 16px;
}

.search__box .icon__button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search__box .input__search {
  width: 100%;
  color: #000;
  font-family: "SamsungOne";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: transparent;
}

.search__box .option__box {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  margin-top: 8px;
}

.search__box .option__box .options {
  overflow-y: auto;
  max-height: 160px;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.search__box .option__box .options li {
  height: 32px;
  display: flex;
  align-items: center;
  color: #555;
  font-family: "SamsungOne";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  padding: 0 16px;
}

.search__box .option__box .options li:hover {
  background: #f3f3f3;
}

.search__box.active .option__box {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  grid-template-rows: 1fr;
}

/* 버튼 박스 */
.setting__button__box {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.setting__button__box.center {
  justify-content: center;
}

.setting__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 140px;
  height: 40px;
  border-radius: 100px;
  background-color: #000;
}

.setting__button p {
  color: #fff;
  text-align: center;
  font-family: "SamsungOne";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.setting__button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

@media screen and (max-width: 1440px) {
  .inner{
      max-width: calc(100.00vw - 22.22vw);
  }
  /* 컨테이너 */
  .search__container {
    align-items: center;
    width: 100%;
  }

  .search__container.ptb-cleaning-20 {
    padding: 1.39vw 1.53vw;
  }

  .search__container.ptb-cleaning-40 {
    padding: 2.78vw 1.53vw;
  }

  .search__container .ptb-20 {
    padding: 1.39vw 0;
  }

  .search__container .ptb-40 {
    padding: 2.78vw 0;
  }

  /* 검색 박스 */
  .search__box {
    width: 34.44vw;
    height: 2.29vw;
    flex-direction: column;
    border-bottom: 1px solid rgba(170, 170, 170, 1);
    cursor: pointer;
  }

  .search__box .row__box {
    flex-direction: row;
    gap: 0.69vw;
    align-items: center;
  }

  .search__box .icon__button {
    margin: 0.17vw 0.42vw 0.17vw 0;
    width: 1.11vw;
    height: 1.11vw;
  }

  .search__box .icon__button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .search__box .input__search {
    width: 100%;
    font-size: 1.25vw;
    font-style: normal;
    line-height: 140%;
    background: transparent;
  }

  .search__box .option__box {
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0.56vw;
  }

  .search__box .option__box .options {
    overflow-y: auto;
    max-height: 11.11vw;
    width: 100%;
    scrollbar-width: thin;
  }

  .search__box .option__box .options li.first {
    margin-top: 1.39vw;
  }

  .search__box .option__box .options li {
    height: 2.22vw;
    align-items: center;
    font-size: 0.97vw;
    font-style: normal;
    line-height: 145%;
    padding: 0 1.11vw;
  }

  .search__box .option__box .options li:hover {
    background: #f3f3f3;
  }

  .search__box.active .option__box {
    box-shadow: 0vw 0.28vw 0.69vw 0vw rgba(0, 0, 0, 0.2);
    border-radius: 0.42vw;
    grid-template-rows: 1fr;
  }

  /* 버튼 박스 */
  .setting__button__box {
    flex-direction: row;
    gap: 0.69vw;
  }

  .setting__button {
    flex-direction: row;
    align-items: center;
    gap: 0.35vw;
    width: 9.72vw;
    height: 2.78vw;
    border-radius: 6.94vw;
  }

  .setting__button p {
    font-size: 0.97vw;
    font-style: normal;
    line-height: 140%;
  }

  .setting__button img {
    width: 1.25vw;
    height: 1.25vw;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  /* 컨테이너 */
  .search__container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 11.11vw;
  }

  .search__container.ptb-cleaning-20 {
    padding: 5.56vw 0;
  }

  .search__container.ptb-cleaning-40 {
    padding: 11.11vw 0 5.56vw;
  }

  /* 검색 박스 */
  .search__box {
    width: 100%;
    height: 9.17vw;
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid rgba(170, 170, 170, 1);
    cursor: pointer;
  }

  .search__box .row__box {
    display: flex;
    flex-direction: row;
    gap: 2.78vw;
    align-items: center;
  }

  .search__box .icon__button {
    margin: 0.69vw 1.67vw 0.69vw 0;
    width: 4.44vw;
    height: 4.44vw;
  }

  .search__box .icon__button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .search__box .input__search {
    width: 100%;
    color: #000;
    font-family: "SamsungOne";
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background: transparent;
  }

  .search__box .option__box {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    margin-top: 2.22vw;
  }

  .search__box .option__box .options {
    overflow-y: auto;
    max-height: 44.44vw;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .search__box .option__box .options li.first {
    margin-top: 5.56vw;
  }

  .search__box .option__box .options li {
    height: 8.89vw;
    display: flex;
    align-items: center;
    color: #555;
    font-family: "SamsungOne";
    font-size: 3.89vw;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    padding: 0 4.44vw;
  }

  .search__box .option__box .options li:hover {
    background: #f3f3f3;
  }

  .search__box.active .option__box {
    box-shadow: 0vw 1.11vw 2.78vw 0vw rgba(0, 0, 0, 0.2);
    border-radius: 1.67vw;
    grid-template-rows: 1fr;
  }

  /* 버튼 박스 */
  .setting__button__box {
    display: flex;
    flex-direction: row;
    gap: 2.78vw;
  }

  .setting__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.39vw;
    width: 38.89vw;
    height: 11.11vw;
    border-radius: 27.78vw;
    background-color: #000;
  }

  .setting__button p {
    color: #fff;
    text-align: center;
    font-family: "SamsungOne";
    font-size: 3.89vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }

  .setting__button img {
    width: 5vw;
    height: 5vw;
    object-fit: contain;
  }
}










.desc__content {
    width: 1140px;
    display: flex;
    flex-direction: column;
    gap: 0.4em;
}

.desc__content p {
    color: rgba(170, 170, 170, 1);
    font-family: SamsungOne;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    padding-left: 1.6em;
    white-space: pre-line;
}
.desc__content p .highlights{
    color: rgba(87, 140, 255, 1);
    /* font-weight: 700; */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.desc__content p:not(.no-icon)::before {
    content: '';
    position: absolute;
    background-image: url("/resources/icon/ico_info.svg");
    background-size: cover;      /* 요소 비율에 맞게 꽉 채움 (잘릴 수 있음) */
    left: 0;
    top: 0.250em;
    /* transform: translateY(-50%); */
    width: 0.875em;
    height: 0.875em;
    /* line-height: 1.4; */
    /* color: #222; */
    /* font-size: 18px; */
    /* font-weight: bold; */
    /* color: rgba(170, 170, 170, 1); */
}


.desc__content p.desc_caution::before{
  
    background-image: url("/resources/images//pages/cleaning/ico_cleaningguide_ct_caution.svg");
}
.desc__content p.desc_check::before{
  
    background-image: url("/resources/images//pages/cleaning/ico_cleaningguide_ct_check.svg");
    width: 0.9375em;
    height: 0.9375em;
}

@media screen and (max-width: 1440px) {
  
    .desc__content {
        width: 79.17vw;
    }

    .desc__content p {
        font-size: 1.11vw;
        /* padding-left: 1.39vw; */
    }

    .desc__content p::before {
        /* font-size: 1.25vw; */
    }
  }



@media screen and (max-width: 768px) {

    .desc__content {
        width: 86.67vw;
        margin: 0 auto;
    }

    .desc__content p {
        font-size: 3.89vw;
        /* font-weight: 400; */
        /* line-height: 140%; */
        /* padding-left: 5.56vw;  */
    }
  }