/* PC 화면 (768px 이상)일 때 -> 모바일 전용 요소를 숨김 */
@media (min-width: 768px) {
  .mo-only {
    display: none !important;
  }
}

/* 모바일 화면 (767px 이하)일 때 -> PC 전용 요소를 숨김 */
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .component-wrap {
    padding: 80px 0;
  }
}

.buying-guide blockquote,
.buying-guide body,
.buying-guide button,
.buying-guide code,
.buying-guide dd,
.buying-guide div,
.buying-guide dl,
.buying-guide dt,
.buying-guide fieldset,
.buying-guide form,
.buying-guide h1,
.buying-guide h2,
.buying-guide h3,
.buying-guide h4,
.buying-guide h5,
.buying-guide h6,
.buying-guide input,
.buying-guide legend,
.buying-guide li,
.buying-guide ol,
.buying-guide p,
.buying-guide pre,
.buying-guide select,
.buying-guide table,
.buying-guide td,
.buying-guide textarea,
.buying-guide th,
.buying-guide ul {
  word-break: keep-all;
}
.buying-guide {
  padding-bottom: 240px;
  color: #000;
}
.buying-guide img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .buying-guide img {
    max-width: 100%;
  }
  .buying-guide .width-100 img {
    max-width: 100px;
    margin: 0 auto;
  }
  .buying-guide .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .buying-guide {
    padding-bottom: 120px;
  }
  .buying-guide .pc-only {
    display: none !important;
  }
  .buying-guide .line-break {
    word-break: break-all;
  }
  .buying-guide .width-100 img {
    max-width: 100px;
    margin: 0 auto;
  }
}
.buying-guide .hide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.buying-guide .blind,
.buying-guide .sr-only,
.buying-guide .a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.buying-guide [role="tabpanel"][hidden] {
  display: none !important;
}
.buying-guide .inner-wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.buying-guide .note {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .note {
    margin-top: 9px;
    text-align: left;
  }
}
.buying-guide .autoplay-slider-wrap {
  position: relative;
}
.buying-guide .autoplay-slider-wrap .inner-wrap {
  position: relative;
  z-index: 1;
}
.buying-guide .autoplay-slider-wrap .slider-controls {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
}
.buying-guide .autoplay-slider-wrap .slider-controls .btn-play {
  width: 31px;
  height: 32px;
  border-radius: 20px 0 0 20px;
  font-size: 0;
  background: rgba(0, 0, 0, 0.8)
    url(/kr/story/buying-guide/2025/img/icon_pause.svg) no-repeat center/16px;
}
.buying-guide .autoplay-slider-wrap .slider-controls .btn-play.paused {
  background-image: url(/kr/story/buying-guide/2025/img/ic32_animation_play.svg);
}
.buying-guide .autoplay-slider-wrap .slider-controls .counter {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 2px 0 1px;
  padding: 0 5px;
  border-radius: 0 20px 20px 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -1%;
}
.buying-guide .autoplay-slider-wrap .slider-controls .counter .current,
.buying-guide .autoplay-slider-wrap .slider-controls .counter .total {
  min-width: 24px;
  text-align: center;
}
.buying-guide .autoplay-slider-wrap .slider-controls .counter .bar {
  width: 2px;
  height: 10px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.3;
}
.buying-guide .autoplay-slider-wrap .slider-controls .btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 32px;
  font-size: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px 0 0 20px;
}
.buying-guide .autoplay-slider-wrap .slider-controls .btn-nav::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/kr/story/buying-guide/2025/img/ic20_arrow_right_white.svg)
    no-repeat center;
}
.buying-guide .autoplay-slider-wrap .slider-controls .btn-nav.disabled:after {
  opacity: 0.5;
}
.buying-guide .autoplay-slider-wrap .slider-controls .btn-nav.btn-next {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .buying-guide .autoplay-slider-wrap .slider-controls {
    right: 20px;
  }
  .buying-guide .autoplay-slider-wrap .slider-controls .btn-play,
  .buying-guide .autoplay-slider-wrap .slider-controls .btn-nav {
    width: 25px;
    height: 24px;
    background-size: 12px;
  }
  .buying-guide .autoplay-slider-wrap .slider-controls .counter {
    font-size: 14px;
  }
  .buying-guide .autoplay-slider-wrap .slider-controls .counter .current,
  .buying-guide .autoplay-slider-wrap .slider-controls .counter .total {
    min-width: 20px;
  }
}
.buying-guide .top-banner {
  position: relative;
  margin-bottom: 50px;
}
.buying-guide .top-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 460px;
  z-index: 1;
}
.buying-guide .top-banner .content .inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 70px;
}
.buying-guide .top-banner .content h2 {
  font-size: 60px;
  color: inherit;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}
.buying-guide .top-banner .content p {
  margin-top: 15px;
  font-size: 24px;
  color: inherit;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.24px;
}
.buying-guide .top-banner .slider {
  overflow: hidden;
  height: 460px;
}
.buying-guide .top-banner img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
.buying-guide .top-banner .note {
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .top-banner {
    margin-bottom: 20px;
  }
  .buying-guide .top-banner .content {
    height: auto;
    text-align: center;
  }
  .buying-guide .top-banner .content .inner-wrap {
    justify-content: flex-start;
    align-items: center;
    padding: 50px;
  }
  .buying-guide .top-banner .content h2 {
    font-size: 36px;
    line-height: 130%;
  }
  .buying-guide .top-banner .content p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 140%;
  }
  .buying-guide .top-banner .note {
    padding: 0 20px;
  }
}
.buying-guide .btn-pause {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background: url(/kr/story/buying-guide/2025/img/ic32_animation_pause.svg)
    no-repeat center/100%;
  font-size: 0;
}
.buying-guide .btn-pause.play {
  background-image: url(/kr/story/buying-guide/2025/img/ic32_animation_play.svg);
}
@media only screen and (max-width: 1023px) {
  .buying-guide .btn-pause {
    right: 15px;
    bottom: 15px;
  }
}
.buying-guide .top-anchor {
  position: sticky;
  top: 0;
  background: #fff;
  backface-visibility: hidden;
  will-change: top;
  z-index: 11;
  margin-bottom: 120px;
}
.buying-guide .top-anchor .inner-wrap {
  right: 0;
  display: flex;
  align-items: center;
  background: #fff;
}
.buying-guide .top-anchor .inner-wrap button {
  border-bottom: 2px solid #ddd;
  flex: 1;
  height: 60px;
  font-size: 24px;
  color: #666;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}
.buying-guide .top-anchor .inner-wrap button.active {
  border-bottom-color: #ea1917;
  color: #ea1917;
}
.buying-guide .top-anchor .inner-wrap button h2 {
  font-size: inherit;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .top-anchor {
    margin-bottom: 50px;
  }
  .buying-guide .top-anchor .inner-wrap {
    padding: 0;
  }
  .buying-guide .top-anchor .inner-wrap button {
    height: 40px;
    font-size: 14px;
  }
}

/* 
  section title + desc 구조 or mobile left 정렬시 section-header 로 감싸주세요.
*/
.buying-guide .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.buying-guide .section-header .section-title {
  margin-bottom: 0;
}
.buying-guide .section-header-desc {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.buying-guide .section-title {
  margin-bottom: 50px;
  font-size: 40px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-align: center;
}
.buying-guide .section-title b {
  color: #ea1917;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .section-header {
    margin-bottom: 30px;
  }
  .buying-guide .section-header-desc {
    font-size: 14px;
    margin-top: 10px;
  }

  .buying-guide .section-title {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0;
  }
}
.buying-guide .box-subtitle {
  font-size: 32px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .box-subtitle {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.buying-guide .vertical-scroll-box {
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.buying-guide .vertical-scroll-box.is-grabbing {
  cursor: grabbing;
}
.buying-guide .vertical-scroll-box::-webkit-scrollbar {
  scrollbar-width: none;
}
.buying-guide .tab-wrap {
  position: relative;
  margin: -30px -20px 0;
  padding: 30px 20px 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
}
.buying-guide .tab-wrap.sticky {
  position: sticky;
  top: 50px;
  z-index: 6;
}
.buying-guide .tab-wrap .vertical-scroll-box {
  overflow: auto;
  max-width: 100%;
  scroll-snap-align: start;
}
.buying-guide .tab-wrap > div {
  display: inline-flex;
}
.buying-guide .tab-wrap .nav {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  font-size: 0;
  top: 45px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.buying-guide .tab-wrap .nav.disabled {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.buying-guide .tab-wrap .nav.nav-left {
  left: -40px;
  background: #fff
    url(/kr/story/buying-guide/2025/img/ic24_arrow_left_black_bold.svg)
    no-repeat center/24px;
}
.buying-guide .tab-wrap .nav.nav-left.disabled {
  background-image: url(/kr/story/buying-guide/2025/img/ic24_arrow_left_gray_bold.svg);
}
.buying-guide .tab-wrap .nav.nav-right {
  right: -40px;
  background: #fff
    url(/kr/story/buying-guide/2025/img/ic24_arrow_right_black_bold.svg)
    no-repeat center/24px;
}
.buying-guide .tab-wrap .nav.nav-right.disabled {
  background-image: url(/kr/story/buying-guide/2025/img/ic24_arrow_right_gray_bold.svg);
}
.buying-guide .tab-wrap button {
  width: 180px;
  height: 55px;
  padding: 0 25px;
  border-radius: 40px;
  border: 1px solid #ccc;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.buying-guide .tab-wrap button h3 {
  font-size: inherit;
}
.buying-guide .tab-wrap button + button {
  margin-left: 8px;
}
.buying-guide .tab-wrap button.tab-img {
  display: flex;
  align-items: center;
  min-width: var(--btn-width);
  height: 70px;
  gap: 10px;
  text-align: left;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide .tab-wrap button.tab-img b {
  color: #000;
  font-size: 18px;
}
.buying-guide .tab-wrap button img {
  width: 50px;
}
.buying-guide .tab-wrap button b {
  display: block;
  margin-bottom: 3px;
}
.buying-guide .tab-wrap button.active {
  border-color: #ea1917;
  background: #ea1917;
  color: #fff;
}
.buying-guide .tab-wrap button.active b {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .tab-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .buying-guide .tab-wrap.sticky {
    top: 30px;
  }
  .buying-guide .tab-wrap .nav {
    display: none;
  }
  .buying-guide .tab-wrap > div {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .buying-guide .tab-wrap button {
    width: auto;
    height: auto;
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .buying-guide .tab-wrap button + button {
    margin-left: 5px;
  }
  .buying-guide .tab-wrap button.tab-img {
    width: var(--btn-m-width);
    flex: 0 0 auto;
    min-width: auto;
    height: 62px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .buying-guide .tab-wrap button img {
    width: 36px;
  }
  .buying-guide .tab-wrap button b {
    margin-bottom: 2px;
  }
}
.buying-guide .tab-content {
  margin-top: 30px;
}
.buying-guide .tab-content .product-slider {
  aspect-ratio: 3/1;
}
.buying-guide .tab-content .autoplay-slider-wrap .slider-controls {
  right: 20px;
}
.buying-guide .tab-content .nav-slider-wrap .slick-list {
  aspect-ratio: 1/0.483;
}
.buying-guide .tab-content .nav-slider-wrap .slick-arrow {
  position: absolute;
  top: 285px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.buying-guide .tab-content .nav-slider-wrap .slick-arrow:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  background: url(/kr/story/buying-guide/2025/img/ic24_arrow_right_black_bold.svg)
    no-repeat center/100%;
}
.buying-guide .tab-content .nav-slider-wrap .slick-arrow.slick-disabled {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.buying-guide .tab-content .nav-slider-wrap .slick-arrow.slick-disabled:after {
  background-image: url(/kr/story/buying-guide/2025/img/ic24_arrow_right_gray_bold.svg);
}
.buying-guide .tab-content .nav-slider-wrap .slick-prev {
  left: -58px;
}
.buying-guide .tab-content .nav-slider-wrap .slick-prev:after {
  transform: rotate(180deg);
}
.buying-guide .tab-content .nav-slider-wrap .slick-next {
  right: -58px;
}
.buying-guide .tab-content .nav-slider-wrap .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.buying-guide .tab-content .nav-slider-wrap .slick-dots .slick-active button {
  background: #000;
}
.buying-guide .tab-content .nav-slider-wrap .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #999;
  font-size: 0;
}
.buying-guide .tab-content .img-wrap {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/1;
  border-radius: 12px 12px 0 0;
}
.buying-guide .tab-content .img-wrap img {
  width: 100%;
}
.buying-guide .tab-content .img-wrap .bubble-wrap {
  overflow: hidden;
  position: absolute;
  left: var(--pc-vertical);
  top: var(--pc-top);
  width: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 70px;
}

/* 1. button 태그 사용을 위한 기본 스타일 초기화 추가 */
.buying-guide .tab-content .img-wrap .bubble-wrap .dot {
  background: transparent; /* 버튼 기본 회색 배경 제거 */
  padding: 0; /* 버튼 기본 여백 제거 */
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 7.5px solid rgba(234, 25, 23, 0.2);
  cursor: pointer;
}

.buying-guide .tab-content .img-wrap .bubble-wrap .dot span {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #ea1917 url(/kr/story/buying-guide/2025/img/ic14_plus_white.svg)
    no-repeat center/14px;
}

/* 2. 키보드 탭(Tab) 포커스가 갔을 때도 너비가 늘어나도록 :focus-within 추가 */
.buying-guide .tab-content .img-wrap .bubble-wrap:hover,
.buying-guide .tab-content .img-wrap .bubble-wrap:focus-within {
  width: auto;
}

/* 3. :focus 대신 자식 요소의 포커스를 감지하는 :focus-within으로 변경 */
.buying-guide .tab-content .img-wrap .bubble-wrap:hover .bubble,
.buying-guide .tab-content .img-wrap .bubble-wrap:focus-within .bubble {
  z-index: 1;
  display: block;
}

.buying-guide .tab-content .img-wrap .bubble-wrap.left {
  left: auto;
  right: var(--pc-vertical);
}

/* 4. left 클래스일 때 키보드 포커스 시에도 flex 순서(order)가 바뀌도록 추가 */
.buying-guide .tab-content .img-wrap .bubble-wrap.left:hover .dot,
.buying-guide .tab-content .img-wrap .bubble-wrap.left:focus-within .dot {
  order: 2;
}

/* 5. left 클래스일 때 키보드 포커스 시에도 말풍선이 나타나도록 추가 */
.buying-guide .tab-content .img-wrap .bubble-wrap.left:hover .bubble,
.buying-guide .tab-content .img-wrap .bubble-wrap.left:focus-within .bubble {
  order: 1;
  display: block;
}

.buying-guide .tab-content .img-wrap .bubble-wrap .bubble {
  display: none;
  position: relative;
  z-index: -9;
  max-width: 500px;
  padding: 10px 30px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}

.buying-guide .tab-content .img-wrap .bubble-wrap .bubble a {
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.16px;
}

.buying-guide .tab-content .img-wrap .bubble-wrap .bubble a span {
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
  max-width: fit-content;
}

.buying-guide .tab-content .img-wrap .bubble-wrap .bubble a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/kr/story/buying-guide/2025/img/ic20_arrow_right_black.svg)
    no-repeat center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(67deg) brightness(105%) contrast(105%);
}

.buying-guide .tab-content .img-wrap .bubble-wrap .bubble p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #ccc;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
}

.buying-guide .tab-content .img-wrap .bubble-wrap .bubble p span {
  width: 1px;
  height: 10px;
  background: #ccc;
}
.buying-guide .tab-content .text-wrap {
  overflow: hidden;
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  padding: 40px;
  background: #f6f6f6;
  border-radius: 0 0 12px 12px;
}
.buying-guide .tab-content .text-wrap h4,
.buying-guide .tab-content .text-wrap-title {
  width: 50%;
  font-size: 32px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.buying-guide .tab-content .text-wrap h4 b {
  color: #ea1917;
}

.buying-guide .tab-content .text-wrap p {
  width: 50%;
  font-size: 18px;
  color: inherit;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.18px;
}
.buying-guide .tab-content .text-wrap p b {
  font-weight: bold;
}
.buying-guide .tab-content .text-wrap > div {
  width: 50%;
}
.buying-guide .tab-content .text-wrap > div p {
  width: 100%;
}
.buying-guide .tab-content .text-wrap > div .btn-collapse-toggle {
  margin-top: 10px;
}
.buying-guide .tab-content .text-wrap > div .collapse-content p b {
  font-weight: 700;
}
.buying-guide .tab-content .text-wrap > div .collapse-content p {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0;
}

@media only screen and (max-width: 1023px) {
  .buying-guide .tab-content {
    margin-top: 20px;
  }
  .buying-guide .tab-content .autoplay-slider-wrap {
    aspect-ratio: 1.6/1;
  }
  .buying-guide .tab-content .autoplay-slider-wrap .slider-controls {
    right: 10px;
    bottom: 10px;
  }
  .buying-guide .tab-content .product-slider {
    aspect-ratio: 1.5/1;
  }
  .buying-guide .tab-content .nav-slider-wrap .slick-list {
    aspect-ratio: initial;
  }
  .buying-guide .tab-content .nav-slider-wrap .slick-arrow {
    display: none !important;
  }
  .buying-guide .tab-content .img-wrap {
    aspect-ratio: 3/2;
    border-radius: 8px 8px 0 0;
  }
  .buying-guide .tab-content .img-wrap img {
    height: 100%;
  }
  .buying-guide .tab-content .img-wrap .bubble-wrap.left,
  .buying-guide .tab-content .img-wrap .bubble-wrap {
    overflow: visible;
    width: auto;
    flex-direction: column;
    top: var(--mobile-top);
    left: var(--mobile-left);
    right: auto;
  }
  .buying-guide .tab-content .img-wrap .bubble-wrap.left .dot,
  .buying-guide .tab-content .img-wrap .bubble-wrap .dot {
    width: 32px;
    height: 32px;
    border-width: 5px;
  }
  .buying-guide .tab-content .img-wrap .bubble-wrap.left .dot span,
  .buying-guide .tab-content .img-wrap .bubble-wrap .dot span {
    width: 22px;
    height: 22px;
    background-size: 10px;
  }
  .buying-guide .tab-content .img-wrap .bubble-wrap.left .bubble,
  .buying-guide .tab-content .img-wrap .bubble-wrap .bubble {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 27px;
    max-width: 411px;
    padding: 8px 10px 8px 15px;
    margin-left: var(--mobile-m-left);
    transform: translate(-50%, -100%);
    z-index: 1;
  }
  .buying-guide .tab-content .img-wrap .bubble-wrap .bubble.bottom {
    bottom: -100%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 768px) {
  .buying-guide .tab-content .img-wrap .bubble-wrap.left .bubble,
  .buying-guide .tab-content .img-wrap .bubble-wrap .bubble {
    max-width: 280px;
  }
}
@media only screen and (max-width: 1023px) {
  .buying-guide .tab-content .img-wrap .bubble-wrap.left .bubble a,
  .buying-guide .tab-content .img-wrap .bubble-wrap .bubble a {
    font-size: 12px;
    line-height: 140%;
  }
  .buying-guide .tab-content .img-wrap .bubble-wrap.left .bubble a:after,
  .buying-guide .tab-content .img-wrap .bubble-wrap .bubble a:after {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .buying-guide .tab-content .img-wrap .bubble-wrap.left .bubble p,
  .buying-guide .tab-content .img-wrap .bubble-wrap .bubble p {
    gap: 5px;
    font-size: 12px;
  }
  .buying-guide .tab-content .img-wrap .bubble-wrap.left .bubble p span,
  .buying-guide .tab-content .img-wrap .bubble-wrap .bubble p span {
    height: 6px;
  }
  .buying-guide .tab-content .text-wrap {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 0 0 8px 8px;
  }
  .buying-guide .tab-content .text-wrap h4,
  .buying-guide .tab-content .text-wrap-title {
    width: 100%;
    font-size: 18px;
  }
  .buying-guide .tab-content .text-wrap p {
    width: 100%;
    font-size: 14px;
    line-height: 140%;
  }

  .buying-guide .tab-content .text-wrap > div {
    width: 100%;
  }
  .buying-guide .tab-content .text-wrap > div .collapse-content p {
    font-size: 12px;
    line-height: 140%;
  }
  .buying-guide .tab-content .note {
    margin-top: 20px;
  }
}
.buying-guide .collapse-content {
  display: none;
}
.buying-guide .btn-collapse-toggle {
  margin-top: 20px;
  text-align: left;
  font-size: 0;
}
.buying-guide .btn-collapse-toggle span {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.36px;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .btn-collapse-toggle span {
    font-size: 12px;
    line-height: 17px;
  }
}
.buying-guide .btn-collapse-toggle:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 0 0 2px;
  background: url(/kr/story/buying-guide/2025/img/ic16_arrow_right_gray01.svg)
    no-repeat center;
  filter: brightness(0) saturate(100%) invert(20%) sepia(1%) saturate(1555%)
    hue-rotate(332deg) brightness(102%) contrast(79%);
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .btn-collapse-toggle:after {
    margin-top: 1px;
  }
}
.buying-guide .btn-collapse-toggle span.active {
  display: none;
}
.buying-guide .btn-collapse-toggle.open span.collapse {
  display: none;
}
.buying-guide .btn-collapse-toggle.open span.active {
  display: inline;
}
.buying-guide .btn-collapse-close {
  display: flex;
  align-items: center;
  margin: 10px 0 0 auto;
  font-size: 14px;
  color: #444;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.buying-guide .btn-collapse-close:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/kr/story/buying-guide/2025/img/ic16_arrow_up_gray01_bold.svg)
    no-repeat center;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .btn-collapse-close {
    font-size: 12px;
  }
}
.buying-guide .compare-wrap {
  margin-top: 240px;
}
.buying-guide .compare-wrap .btn-wrap {
  margin-top: 40px;
}
.buying-guide .compare-wrap > .des {
  margin-top: 20px;
  color: #666666;
}
.buying-guide .point-tip .btn-wrap {
  margin-top: 20px;
}
.buying-guide .compare-wrap .btn-wrap .btn-product,
.buying-guide .point-tip .btn-wrap .btn-product {
  display: flex;
  justify-self: center;
  width: fit-content;
  margin: 0 auto;
  padding: 9px 43px;
  background: #000;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide .point-tip .btn-wrap .btn-product {
  padding: 9px 20px;
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .compare-wrap {
    margin-top: 120px;
  }
  .buying-guide .compare-wrap .btn-wrap .btn-product,
  .buying-guide .point-tip .btn-wrap .btn-product {
    padding: 7px 19px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
  }
}
.buying-guide .compare-wrap .procuct-summary {
  position: relative;
}
.buying-guide .compare-wrap .procuct-summary .sticky-product-no {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.buying-guide .compare-wrap .procuct-summary .sticky-product-no .inner {
  padding-top: 40px;
  background: #fff;
  z-index: 1;
}
.buying-guide .compare-wrap .procuct-summary .sticky-product-no .inner .inner2 {
  display: flex;
  width: 100%;
  max-width: var(--max-table-width);
  margin: 0 auto;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.buying-guide
  .compare-wrap
  .procuct-summary
  .sticky-product-no
  .inner
  .inner2
  div {
  width: var(--col-width);
  flex: 1;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
.buying-guide
  .compare-wrap
  .procuct-summary
  .sticky-product-no
  .inner
  .inner2
  div
  small {
  text-transform: initial;
  font-size: inherit;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .compare-wrap .procuct-summary .sticky-product-no {
    top: -10px;
    min-width: var(--table-width);
    width: calc(100% - 40px);
    left: 20px;
  }
  .buying-guide .compare-wrap .procuct-summary .sticky-product-no .inner {
    padding-top: 30px;
  }
  .buying-guide
    .compare-wrap
    .procuct-summary
    .sticky-product-no
    .inner
    .inner2 {
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .buying-guide
    .compare-wrap
    .procuct-summary
    .sticky-product-no
    .inner
    .inner2
    div {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.buying-guide .compare-wrap .procuct-summary table {
  max-width: var(--max-table-width);
  min-width: var(--table-width);
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: separate;
  text-align: center;
}
.buying-guide .compare-wrap .procuct-summary table td {
  width: var(--col-width);
}
.buying-guide .compare-wrap .procuct-summary table th,
.buying-guide .compare-wrap .procuct-summary table td {
  border-left: 1px solid #ddd;
}
.buying-guide .compare-wrap .procuct-summary table td:last-child {
  border-right: 1px solid #ddd;
}
.buying-guide .compare-wrap .procuct-summary table.no-btn {
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}
.buying-guide .compare-wrap .procuct-summary .procuct-name {
  z-index: 2;
  background: #f6f6f6;
}
.buying-guide .compare-wrap .procuct-summary .procuct-name th {
  padding: 20px;
  border-top: 1px solid #ddd;
}
.buying-guide .compare-wrap .procuct-summary .procuct-name th:first-child {
  border-radius: 12px 0 0 0;
}
.buying-guide .compare-wrap .procuct-summary .procuct-name th:last-child {
  border-radius: 0 12px 0 0;
  border-right: 1px solid #ddd;
}
.buying-guide .compare-wrap .procuct-summary .procuct-name th:only-child {
  border-radius: 12px 12px 0 0;
}
.buying-guide .compare-wrap .procuct-summary .procuct-name h4 {
  font-size: 24px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}
.buying-guide .compare-wrap .procuct-summary .procuct-name p {
  margin-top: 5px;
  font-size: 16px;
  color: #444;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
}
.buying-guide .compare-wrap .procuct-summary .procuct-no th {
  padding-top: 20px;
}
.buying-guide .compare-wrap .procuct-summary .procuct-no {
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
.buying-guide .compare-wrap .procuct-summary .procuct-no small {
  text-transform: initial;
  font-size: inherit;
}
.buying-guide .compare-wrap .procuct-summary .procuct-img {
  position: relative;
  padding: 10px 0 23px;
}
.buying-guide .compare-wrap .procuct-summary .procuct-img img {
  width: 220px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.buying-guide .compare-wrap .procuct-summary .procuct-img img.side {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}
.buying-guide .compare-wrap .procuct-summary .procuct-img .btn-angle {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-self: center;
  width: fit-content;
  margin: 10px auto 0;
  padding: 5px 10px;
  border-radius: 8px;
  background: #ddd;
  font-size: 14px;
  color: inherit;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}
.buying-guide .compare-wrap .procuct-summary .procuct-img .btn-angle:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/kr/story/buying-guide/2025/img/ic16_refresh_black.svg)
    no-repeat center;
}
.buying-guide
  .compare-wrap
  .procuct-summary
  .procuct-spec:nth-of-type(odd):not(:last-of-type) {
  background-color: #f6f6f6;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec.last.gray {
  background-color: #f6f6f6;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec td {
  padding: 17px 0;
  vertical-align: top;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec .spec-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec p {
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.18px;
  margin-top: 10px;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec p .des {
  position: relative;
  display: inline-block;
  margin: 2px 0 0 0;
  vertical-align: top;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec p .des .info {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/kr/story/buying-guide/2025/img/ic24_info.svg) no-repeat
    center/100%;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec p .des .info:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 7px;
  width: 10px;
  height: 6px;
  background: url(/kr/story/buying-guide/2025/img/icon_bubble.svg) no-repeat
    center/100%;
  opacity: 0;
}
.buying-guide
  .compare-wrap
  .procuct-summary
  .procuct-spec
  p
  .des
  .info:hover:before,
.buying-guide
  .compare-wrap
  .procuct-summary
  .procuct-spec
  p
  .des
  .info:focus:before {
  opacity: 1;
}
.buying-guide
  .compare-wrap
  .procuct-summary
  .procuct-spec
  p
  .des
  .info:hover
  + .bubble,
.buying-guide
  .compare-wrap
  .procuct-summary
  .procuct-spec
  p
  .des
  .info:focus
  + .bubble {
  display: block;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec p .des .bubble {
  display: none;
  position: absolute;
  left: -18px;
  top: 31.5px;
  padding: 10px 20px;
  border-radius: 40px;
  background: #666;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  white-space: nowrap;
  z-index: 1;
  text-align: left;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec td.disabled {
  position: relative;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec .disabled .spec-img {
  display: none;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec .disabled p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  font-size: 0;
  margin-top: 0;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec .disabled p .des {
  display: none;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec .disabled p:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin: 9px auto;
  background: #999;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec.last td {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec.last td:first-child {
  border-radius: 0 0 0 12px;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec.last td:last-child {
  border-radius: 0 0 12px 0;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec.last td:only-child {
  border-radius: 0 0 12px 12px;
}
.buying-guide .compare-wrap .procuct-summary .procuct-spec p .des .bubble.left,
.buying-guide
  .compare-wrap
  .procuct-summary
  .procuct-spec
  td:last-child
  p
  .des
  .bubble {
  left: auto;
  right: -12px;
}
.buying-guide
  .compare-wrap
  .procuct-summary
  .procuct-spec
  p
  .des
  .bubble.left:before,
.buying-guide
  .compare-wrap
  .procuct-summary
  .procuct-spec
  td:last-child
  p
  .des
  .bubble:before {
  left: auto;
  right: 20px;
}
.buying-guide .compare-wrap .procuct-summary table.single .procuct-spec td p {
  position: relative;
}
.buying-guide
  .compare-wrap
  .procuct-summary
  table.single
  .procuct-spec
  td
  p
  .des {
  position: static;
}
.buying-guide
  .compare-wrap
  .procuct-summary
  table.single
  .procuct-spec
  td
  p
  .des
  .info::before {
  bottom: -6px;
}
.buying-guide
  .compare-wrap
  .procuct-summary
  table.single
  .procuct-spec
  td
  p
  .des
  .bubble {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.buying-guide
  .compare-wrap
  .procuct-summary
  table.single
  .procuct-spec
  td
  p
  .des
  .bubble:before {
  display: none;
}
.buying-guide .compare-wrap .procuct-summary .product-btn td {
  padding: 40px 0 40px;
  border-bottom: 1px solid #ddd;
}
.buying-guide .compare-wrap .procuct-summary .product-btn td.full {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.buying-guide .compare-wrap .procuct-summary .product-btn td:first-child {
  border-radius: 0 0 0 12px;
}
.buying-guide .compare-wrap .procuct-summary .product-btn td:last-child {
  border-radius: 0 0 12px 0;
}
.buying-guide .compare-wrap .procuct-summary .product-btn td:only-child {
  border-radius: 0 0 12px 12px;
}
.buying-guide .compare-wrap .procuct-summary .btn-product {
  display: flex;
  justify-self: center;
  width: fit-content;
  margin: 0 auto;
  padding: 9px 43px;
  background: #000;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide .compare-wrap .procuct-summary .btn-product:focus {
  outline: 1px solid #000;
  outline-offset: -4px !important;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .compare-wrap .procuct-summary {
    margin: 0 -20px;
    overflow: auto;
  }
  .buying-guide .compare-wrap .procuct-summary .summary-table {
    min-width: calc(var(--table-width) + 40px);
    padding: 0 20px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-name th,
  .buying-guide .compare-wrap .procuct-summary .procuct-name td {
    padding: 10px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-name h4 {
    font-size: 16px;
    line-height: 140%;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-name p {
    font-size: 14px;
    line-height: 140%;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-no {
    font-size: 14px;
    line-height: 140%;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-no th {
    padding: 20px 10px 0;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-img {
    padding: 5px 0 20px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-img img {
    width: 100%;
    max-width: 126px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-img img.side {
    top: 5px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-img .btn-angle {
    margin-top: 5px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-info {
    padding: 30px 0;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec td {
    padding: 10px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec p {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec p .des {
    display: inline;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec p .des .info {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/kr/story/buying-guide/2025/img/ic24_info.svg) no-repeat
      center/100%;
  }
  .buying-guide
    .compare-wrap
    .procuct-summary
    .procuct-spec
    p
    .des
    .info:hover
    + .bubble {
    display: block;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec p .des .bubble {
    display: block;
    position: static;
    margin-top: 2px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #666;
    font-size: 14px;
    white-space: initial;
    text-align: center;
  }
  .buying-guide
    .compare-wrap
    .procuct-summary
    .procuct-spec
    p
    .des
    .bubble:before {
    display: none;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec .spec-img img {
    flex: none;
    width: 40px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec .disabled p {
    height: 60px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec .disabled p {
    height: 60px;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec .disabled p:after {
    width: 14px;
    height: 1px;
    margin: 30px auto 0;
  }
  .buying-guide .compare-wrap .procuct-summary .procuct-spec.last td {
    padding-bottom: 30px;
  }
  .buying-guide .compare-wrap .procuct-summary .product-btn td {
    padding: 30px 0 30px;
  }
  .buying-guide .compare-wrap .procuct-summary .product-btn td.full {
    padding: 20px 0;
  }
  .buying-guide .compare-wrap .procuct-summary .btn-product {
    padding: 7px 19px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .buying-guide
    .compare-wrap
    .procuct-summary
    table.single
    .procuct-spec
    td
    p
    .des
    .bubble {
    transform: translateX(0);
  }
}
.buying-guide .product-table {
  padding-top: 120px;
}
.buying-guide .product-table .table-wrap {
  overflow: auto;
  position: relative;
  margin-top: 50px;
}
.buying-guide .product-table .table-wrap table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.buying-guide .product-table .table-wrap thead {
  z-index: 3;
}
.buying-guide .product-table .table-wrap thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
.buying-guide .product-table .table-wrap thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}
.buying-guide .product-table .table-wrap thead .th2 {
  vertical-align: top;
}
.buying-guide .product-table .table-wrap tbody tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
  border-left: 1px solid #ddd;
}
.buying-guide .product-table .table-wrap tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.buying-guide .product-table .table-wrap th {
  box-sizing: border-box;
  padding: 12px 10px;
  background: #e6e6e6;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide .product-table .table-wrap .th2 {
  box-sizing: border-box;
  background: #f6f6f6;
  font-weight: 400;
}
.buying-guide .product-table .table-wrap .th2 p {
  margin-top: 3px;
  font-size: 14px;
  color: #444;
}
.buying-guide .product-table .table-wrap .th3 {
  background-color: #fff;
}
.buying-guide .product-table .table-wrap td {
  height: 60px;
  padding: 12px 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  color: inherit;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}
.buying-guide .product-table .table-wrap td .red {
  color: #ea1917;
}
.buying-guide .product-table .table-wrap .y {
  font-size: 0;
  background-color: #ebf6f1;
}
.buying-guide .product-table .table-wrap .y.text::after {
  display: none;
}
.buying-guide .product-table .table-wrap .y.text span.o {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 14px;
  border: 2px solid #027f6c;
}
.buying-guide .product-table .table-wrap .y::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 14px;
  border: 2px solid #027f6c;
}
.buying-guide .product-table .table-wrap .n {
  font-size: 0;
}
.buying-guide .product-table .table-wrap .n::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background: url(/kr/story/buying-guide/2025/img/icon_x.svg) no-repeat
    center/100%;
}
/* y, n 타입 변경 */
.buying-guide .product-table .table-wrap th.highlight {
  background-color: #e1f6f3;
}
.buying-guide .product-table .table-wrap td.highlight {
  background-color: #f8fffe;
  color: #005145;
}
.buying-guide .product-table .table-wrap td.support {
  background-color: #ebf6f1;
  color: #027f6c;
}
.buying-guide .product-table .table-wrap b {
}

.buying-guide .product-table .table-wrap .text * + p {
  margin-top: 5px;
}
.buying-guide .product-table .table-wrap .text p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
}
.buying-guide .product-table .table-wrap .color-chip {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  text-align: left;
}
.buying-guide .product-table .table-wrap .color-chip + .color-chip {
  margin-top: 7px;
}
.buying-guide .product-table .table-wrap .color-chip .chip {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.buying-guide .product-table .clone-header-table-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
  padding-top: 40px;
  width: 100%;
}
.buying-guide .product-table .clone-header-table-wrap .clone-header-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  pointer-events: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.buying-guide
  .product-table
  .clone-header-table-wrap
  .clone-header-table
  .th2
  p {
  display: none;
}
.buying-guide .product-table .des {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .product-table {
    padding-top: 80px;
  }
  .buying-guide .product-table .table-wrap {
    width: 100vw;
    margin: 20px -20px 0;
  }
  .buying-guide .product-table .table-wrap table {
    margin: 0 20px;
    border-radius: 8px;
  }
  .buying-guide .product-table .table-wrap thead {
    top: 60px;
    z-index: 3;
  }
  .buying-guide .product-table .table-wrap thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .buying-guide .product-table .table-wrap thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .buying-guide .product-table .table-wrap tbody tr:last-child th:first-child {
    border-bottom-left-radius: 8px;
  }
  .buying-guide .product-table .table-wrap tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  .buying-guide .product-table .table-wrap th {
    padding: 10px 5px;
    font-size: 12px;
  }
  .buying-guide .product-table .table-wrap .th2 p {
    font-size: 10px;
  }
  .buying-guide .product-table .table-wrap td {
    padding: 10px;
    font-size: 12px;
  }
  .buying-guide .product-table .table-wrap .color-chip {
    font-size: 10px;
  }
  .buying-guide .product-table .table-wrap .color-chip + .color-chip {
    margin-top: 11px;
  }
  .buying-guide .product-table .table-wrap .color-chip .chip {
    width: 12px;
    height: 12px;
  }
  .buying-guide .product-table .table-wrap .text p {
    font-size: 10px;
  }
  .buying-guide .product-table .clone-header-table-wrap {
    top: -10px;
    padding-top: 30px;
  }
}
.buying-guide .toggle-product-table {
  display: block;
  margin: 40px auto 0;
  padding: 16px 35px;
  border-radius: 8px;
  border: 1px solid #aaa;
  font-size: 16px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .toggle-product-table {
    height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 14px;
  }
}
.buying-guide .subtab-wrap {
  padding: 50px 50px 0;
  background: #f6f6f6;
  border-radius: 12px;
}
.buying-guide .subtab-wrap .subtab-btn {
  overflow: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.buying-guide .subtab-wrap .subtab-btn button {
  display: inline;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  color: #666;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide .subtab-wrap .subtab-btn button + button {
  margin-left: 20px;
}
.buying-guide .subtab-wrap .subtab-btn button.active {
  border-bottom-color: #ea1917;
  color: #ea1917;
}
.buying-guide .subtab-wrap .point-wrap .content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: 60px 0 50px 590px;
}
.buying-guide .subtab-wrap .point-wrap .content + div {
  border-top: 1px solid #ddd;
}
.buying-guide .subtab-wrap .point-wrap .content .img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  width: 540px;
  height: 360px;
  border-radius: 12px;
}
.buying-guide .subtab-wrap .point-wrap .content .img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buying-guide .subtab-wrap .point-wrap .content h4,
.buying-guide .subtab-wrap .point-wrap .content h5 {
  font-size: 32px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.buying-guide .subtab-wrap .point-wrap .content > p {
  margin-top: 20px;
  font-size: 18px;
  color: inherit;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.18px;
}
.buying-guide .subtab-wrap .point-wrap .content .des {
  margin-top: 20px;
  font-size: 14px;
  color: #444;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}
.buying-guide .subtab-wrap .point-wrap .content .des + .btn-collapse-toggle {
  margin-top: 5px;
}
.buying-guide .subtab-wrap .point-wrap .content .btn-wrap {
  margin: 15px -5px -5px;
  font-size: 0;
}
.buying-guide .subtab-wrap .point-wrap .content .btn-wrap + .btn-wrap {
  margin-top: 10px;
}
.buying-guide .subtab-wrap .point-wrap .content .btn-wrap a {
  display: inline-block;
  margin: 5px;
  min-width: 180px;
  width: var(--btn-width);
  box-sizing: border-box;
  padding: 9px 20px;
  border-radius: 8px;
  font-size: 16px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
  text-align: center;
}
.buying-guide .subtab-wrap .point-wrap .content .btn-wrap a.btn-product {
  background: #000;
  color: #fff;
}
.buying-guide .subtab-wrap .point-wrap .content .btn-wrap a.btn-guide {
  background: #fff;
  border: 1px solid #dee1e5;
}
.buying-guide .subtab-wrap .point-wrap .content .btn-collapse-toggle {
  margin-top: 20px;
}
.buying-guide .subtab-wrap .point-wrap .content .collapse-content {
  margin-top: 20px;
}
.buying-guide .subtab-wrap .point-wrap .content .collapse-content p {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}
.buying-guide .subtab-wrap .point-wrap .content .collapse-content p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .subtab-wrap {
    border-radius: 8px;
    padding: 20px 20px 0;
  }
  .buying-guide .subtab-wrap .subtab-btn button {
    font-size: 14px;
  }
  .buying-guide .subtab-wrap .point-wrap .content {
    padding: 20px 0;
    min-height: initial;
  }
  .buying-guide .subtab-wrap .point-wrap .content h4,
  .buying-guide .subtab-wrap .point-wrap .content h5 {
    font-size: 18px;
  }
  .buying-guide .subtab-wrap .point-wrap .content > p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 140%;
  }
  .buying-guide .subtab-wrap .point-wrap .content .des {
    font-size: 12px;
  }
  .buying-guide .subtab-wrap .point-wrap .content .btn-wrap {
    margin: 20px 0 0;
  }
  .buying-guide .subtab-wrap .point-wrap .content .btn-wrap + .btn-wrap {
    margin-top: 5px;
  }
  .buying-guide .subtab-wrap .point-wrap .content .btn-wrap a {
    display: block;
    width: fit-content;
    min-width: var(--btn-m-width, 150px);
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 14px;
    margin: 0;
  }
  .buying-guide .subtab-wrap .point-wrap .content .btn-wrap a + a {
    margin-top: 5px;
  }
  .buying-guide .subtab-wrap .point-wrap .content .img {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 3/2;
    margin-top: 20px;
  }
  .buying-guide .subtab-wrap .point-wrap .content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .buying-guide .subtab-wrap .point-wrap .content .collapse-content p {
    font-size: 12px;
  }
  .buying-guide .subtab-wrap .point-wrap .content .collapse-content p + p {
    margin-top: 10px;
  }
}
.buying-guide .point-tip {
  overflow: hidden;
  margin-top: 30px;
}
.buying-guide .point-tip-title,
.buying-guide .point-tip h5 {
  display: flex;
  align-content: center;
  gap: 10px;
  padding: 10px 50px;
  border-radius: 12px 12px 0 0;
  background: #444;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.buying-guide .point-tip-title:before,
.buying-guide .point-tip h5:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/kr/story/buying-guide/2025/img/ic24_lifestyle_white.svg)
    no-repeat center/100%;
}
.buying-guide .point-tip .tip-content {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border: 1px solid #444;
  border-radius: 0 0 12px 12px;
}
.buying-guide .point-tip .tip-content .content {
  flex: 1;
  padding: 50px;
  font-size: 18px;
  color: inherit;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.buying-guide .point-tip .tip-content .content dl + dl {
  margin-top: 25px;
}
.buying-guide .point-tip .tip-content .content dt {
  font-weight: 700;
}
.buying-guide .point-tip .tip-content .content dd {
  margin-top: 10px;
}
.buying-guide .point-tip .tip-content .content .tip-title {
  margin: 10px 0;
  font-size: 24px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  display: block;
}
.buying-guide .point-tip .tip-content .content .tip-text {
  line-height: 160%;
}
.buying-guide .point-tip .tip-content .content .note {
  text-align: left;
  margin-top: 10px;
}
.buying-guide .point-tip .tip-content .img {
  flex: none;
  width: 300px;
}
.buying-guide .point-tip .tip-content .img .media-wrap {
  position: relative;
  height: 100%;
  right: -1px;
}
.buying-guide .point-tip .tip-content .img .media-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buying-guide .point-tip .tip-content .img img {
  height: 100%;
  object-fit: cover;
}
.buying-guide .point-tip .tip-content .img .point-slider,
.buying-guide .point-tip .tip-content .img .point-slider .slider,
.buying-guide .point-tip .tip-content .img .point-slider .slick-list,
.buying-guide .point-tip .tip-content .img .point-slider .slick-track {
  height: 100%;
}

.buying-guide .point-tip .point-table-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
}
.buying-guide .point-tip .point-table-wrap {
  overflow: auto;
  position: relative;
  margin-bottom: 50px;
}

.buying-guide .point-tip .point-table-wrap table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.buying-guide .point-tip .point-table-wrap thead {
  z-index: 3;
}
.buying-guide .point-tip .point-table-wrap thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
.buying-guide .point-tip .point-table-wrap thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}
.buying-guide .point-tip .point-table-wrap tbody tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
  border-left: 1px solid #ddd;
}
.buying-guide .point-tip .point-table-wrap tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.buying-guide .point-tip .point-table-wrap th {
  box-sizing: border-box;
  padding: 12px 10px;
  background: #e6e6e6;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide .point-tip .point-table-wrap td {
  height: 60px;
  padding: 12px 15px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  color: inherit;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}
.buying-guide .point-tip .point-table-wrap td img {
  margin: 0 auto;
  width: -webkit-fill-available;
  max-width: 200px;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .point-tip {
    margin-top: 20px;
  }
  .buying-guide .point-tip-title,
  .buying-guide .point-tip h5 {
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
  }
  .buying-guide .point-tip-title:before,
  .buying-guide .point-tip h5:before {
    width: 20px;
    height: 20px;
  }
  .buying-guide .point-tip .tip-content {
    flex-direction: column;
    border-radius: 0 0 8px 8px;
  }
  .buying-guide .point-tip .tip-content .content {
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .buying-guide .point-tip .tip-content .content dl + dl {
    margin-top: 20px;
  }
  .buying-guide .point-tip .tip-content .content dd {
    margin-top: 5px;
  }
  .buying-guide .point-tip .tip-content .content .tip-title {
    margin: 5px 0;
    font-size: 18px;
  }
  .buying-guide .point-tip .tip-content .content .tip-text {
    line-height: 140%;
  }
  .buying-guide .point-tip .tip-content .img {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  .buying-guide .point-tip .tip-content .img .media-wrap {
    overflow: hidden;
    border-radius: 8px;
  }
  .buying-guide .point-tip .tip-content .img img {
    width: 100%;
    border-radius: 8px;
  }
}
.buying-guide .point-box {
  position: relative;
  padding-top: 120px;
  padding-bottom: 52px;
}
.buying-guide .point-box .tab-wrap {
  margin-top: 20px;
}
.buying-guide .point-box .colWrap {
  margin: 0 -10px;
  font-size: 0;
  text-align: center;
  min-height: calc(var(--box-height) + 151px);
}
.buying-guide .point-box .colWrap .col {
  display: inline-block;
  width: 33.33%;
  height: auto;
  padding: 0 10px;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
}
.buying-guide .point-box .colWrap .col > article,
.buying-guide .point-box .colWrap .col > div {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  background: #fafafa;
  box-sizing: border-box;
}
.buying-guide .point-box .colWrap .col .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  min-height: var(--box-height);
}
.buying-guide .point-box .colWrap .col h4 {
  font-size: 24px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}
.buying-guide .point-box .colWrap .col p {
  margin-top: 20px;
  font-size: 18px;
  color: inherit;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.18px;
}
.buying-guide .point-box .colWrap .col .btn-product {
  display: flex;
  width: fit-content;
  margin-bottom: 30px;
  padding: 9px 43px;
  background: #000;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide .point-box .colWrap .col table {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  color: inherit;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide .point-box .colWrap .col table th {
  padding: 10px 5px;
  background-color: #e6e6e6;
  font-weight: 700;
}
.buying-guide .point-box .colWrap .col table th + th,
.buying-guide .point-box .colWrap .col table td + td {
  border-left: 1px solid #ddd;
}
.buying-guide .point-box .colWrap .col table td {
  padding: 10px 5px;
  border-top: 1px solid #ddd;
  background: #fff;
}
.buying-guide .subtab-wrap .subtab-content .content table {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  color: inherit;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide .subtab-wrap .subtab-content .content table th {
  padding: 10px 5px;
  background-color: #e6e6e6;
  font-weight: 700;
}
.buying-guide .subtab-wrap .subtab-content .content table th + th,
.buying-guide .subtab-wrap .subtab-content .content table td + td {
  border-left: 1px solid #ddd;
}
.buying-guide .subtab-wrap .subtab-content .content table td {
  padding: 10px 5px;
  border-top: 1px solid #ddd;
  background: #fff;
}
.buying-guide .point-box .colWrap .col .media-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/0.629;
  border-radius: 8px;
}
.buying-guide .point-box .colWrap .col .media-wrap video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.buying-guide .point-box .colWrap .col .btn-collapse-toggle {
  max-width: 100%;
  width: -webkit-fill-available;
}
.buying-guide .point-box .colWrap .col .btn-collapse-toggle span {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: calc(100% - 25px);
  white-space: nowrap;
  vertical-align: middle;
}
.buying-guide .point-box .colWrap .col .btn-collapse-toggle.hidden {
  opacity: 0;
  visibility: hidden;
}
.buying-guide .point-box .colWrap .col .collapse-content {
  margin-top: 10px;
}
.buying-guide .point-box .colWrap .col .collapse-content p {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}
.buying-guide .point-box .colWrap .slick-arrow {
  position: absolute;
  top: 285px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.buying-guide .point-box .colWrap .slick-arrow:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  background: url(/kr/story/buying-guide/2025/img/ic24_arrow_right_black_bold.svg)
    no-repeat center/100%;
}
.buying-guide .point-box .colWrap .slick-arrow.slick-disabled {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.buying-guide .point-box .colWrap .slick-arrow.slick-disabled:after {
  background-image: url(/kr/story/buying-guide/2025/img/ic24_arrow_right_gray_bold.svg);
}
.buying-guide .point-box .colWrap .slick-prev {
  left: -58px;
}
.buying-guide .point-box .colWrap .slick-prev:after {
  transform: rotate(180deg);
}
.buying-guide .point-box .colWrap .slick-next {
  right: -58px;
}
.buying-guide .point-box .colWrap .slick-dots {
  position: absolute;
  bottom: -74px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.buying-guide .point-box .colWrap .slick-dots .slick-active button {
  background: #000;
}
.buying-guide .point-box .colWrap .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #999;
  font-size: 0;
}
.buying-guide .point-box .point-content {
  margin-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .point-box .tab-wrap {
    margin-top: 0;
  }
  .buying-guide .point-box .colWrap {
    min-height: calc(var(--box-m-height) + 103px);
  }
  .buying-guide .point-box .colWrap.slick-initialized {
    margin: 0 -20px 0 -30px;
  }
  .buying-guide .point-box .colWrap .slick-dots {
    bottom: -94px;
  }
  .buying-guide .point-box .colWrap .col {
    width: 100%;
  }
  .buying-guide .point-box .colWrap .col > article,
  .buying-guide .point-box .colWrap .col > div {
    padding: 30px 20px;
  }
  .buying-guide .point-box .colWrap .col .content-wrap {
    gap: 20px;
    min-height: var(--box-m-height);
  }
  
  .buying-guide .point-box .colWrap .col h4 {
    font-size: 16px;
  }
  .buying-guide .point-box .colWrap .col p {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 140%;
  }
  .buying-guide .point-box .colWrap .col .btn-product {
    width: fit-content;
    margin-bottom: 20px;
    min-width: var(--btn-m-width, 150px);
    padding: 7px 10px;
    border-radius: 6px;
    justify-content: center;
    font-size: 14px;
  }
  .buying-guide .point-box .colWrap .col table {
    margin-top: 20px;
    font-size: 14px;
  }
  .buying-guide .point-box .colWrap .col .media-wrap img {
    width: 100%;
  }
  .buying-guide .point-box .colWrap .col .collapse-content p {
    font-size: 12px;
  }
  .buying-guide .point-box .point-content {
    margin-top: 30px;
  }
}
.buying-guide .useful-tip {
  margin-top: 240px;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .useful-tip {
    margin-top: 120px;
  }
}
.buying-guide .tip-wrap {
  display: flex;
  gap: 20px;
}
.buying-guide .tip-wrap > article,
.buying-guide .tip-wrap > div {
  width: calc((100% - 40px) * 0.333);
  padding: 40px;
  border-radius: 12px;
}
.buying-guide .tip-wrap > article h3,
.buying-guide .tip-wrap > div h3 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.buying-guide .tip-wrap > article h3 img,
.buying-guide .tip-wrap > div h3 img {
  width: 32px;
}
.buying-guide .tip-wrap > article p,
.buying-guide .tip-wrap > div p {
  margin-top: 10px;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.buying-guide .tip-wrap > article .btn-wrap,
.buying-guide .tip-wrap > div .btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.buying-guide .tip-wrap > article .btn-wrap + .btn-wrap,
.buying-guide .tip-wrap > div .btn-wrap + .btn-wrap {
  margin-top: 10px;
}
.buying-guide .tip-wrap > article .btn-wrap a,
.buying-guide .tip-wrap > div .btn-wrap a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  min-height: 40px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-align: center;
}
.buying-guide .tip-wrap > article .btn-wrap a:after,
.buying-guide .tip-wrap > div .btn-wrap a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/kr/story/buying-guide/2025/img/ic20_arrow_right_black_bold.svg)
    no-repeat center/100%;
}
.buying-guide .tip-wrap > article.tip-faq,
.buying-guide .tip-wrap > div.tip-faq {
  background: linear-gradient(180deg, #f8f8f8 0%, #f1f1f1 100%);
}
.buying-guide .tip-wrap > article.tip-faq .btn-wrap a,
.buying-guide .tip-wrap > div.tip-faq .btn-wrap a {
  background: #ddd;
}
.buying-guide .tip-wrap > article.tip-subscribe,
.buying-guide .tip-wrap > div.tip-subscribe {
  background: linear-gradient(180deg, #fafafa 0%, #e8f3f2 100%);
}
.buying-guide .tip-wrap > article.tip-subscribe h3,
.buying-guide .tip-wrap > div.tip-subscribe h3 {
  color: #3a5f5d;
}
.buying-guide .tip-wrap > article.tip-subscribe .btn-wrap a,
.buying-guide .tip-wrap > div.tip-subscribe .btn-wrap a {
  background: #cee2e0;
}
.buying-guide .tip-wrap > article.tip-best,
.buying-guide .tip-wrap > div.tip-best {
  background: linear-gradient(180deg, #fff4f3 0%, #ffe6e7 100%);
}
.buying-guide .tip-wrap > article.tip-best h3,
.buying-guide .tip-wrap > div.tip-best h3 {
  color: #b00200;
}
.buying-guide .tip-wrap > article.tip-best .btn-wrap a,
.buying-guide .tip-wrap > div.tip-best .btn-wrap a {
  background: #ebc6c7;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .tip-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .buying-guide .tip-wrap > article,
  .buying-guide .tip-wrap > div {
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px;
    border-radius: 8px;
  }
  .buying-guide .tip-wrap > article h3,
  .buying-guide .tip-wrap > div h3 {
    font-size: 14px;
  }
  .buying-guide .tip-wrap > article h3 img,
  .buying-guide .tip-wrap > div h3 img {
    width: 24px;
  }
  .buying-guide .tip-wrap > article p,
  .buying-guide .tip-wrap > div p {
    margin-top: 5px;
    font-size: 14px;
  }
  .buying-guide .tip-wrap > article .btn-wrap,
  .buying-guide .tip-wrap > div .btn-wrap {
    margin-top: 15px;
  }
  .buying-guide .tip-wrap > article .btn-wrap a,
  .buying-guide .tip-wrap > div .btn-wrap a {
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: -0.12px;
  }
  .buying-guide .tip-wrap > article .btn-wrap a:after,
  .buying-guide .tip-wrap > div .btn-wrap a:after {
    width: 16px;
    height: 16px;
    background-image: url(/kr/story/buying-guide/2025/img/ic16_arrow_right_black_bold.svg);
  }
}

.buying-guide .point-box .colWrap .col .media-wrap p {
  font-size: 14px;
  margin-top: 6px;
  color: #444;
}

@media only screen and (max-width: 768px) {
  .buying-guide .point-box .colWrap .col .media-wrap p {
    font-size: 12px;
    margin-top: 4px;
  }
}

/* buying guide special */
/* assets */
    /*  
      변동성이 강한 속성들만 정의.
      ex) pc/중앙정렬 - mobile/가운데정렬
    */
.buying-guide-special .aling-left {
  text-align: left !important;
}
.buying-guide-special .aling-right {
  text-align: right !important;
}
.buying-guide-special .aling-center {
  text-align: center !important;
}
.buying-guide-special .m-aling-left {
  text-align: left !important;
}
.buying-guide-special .m-aling-right {
  text-align: right !important;
}
.buying-guide-special .m-aling-center {
  text-align: center !important;
}
.buying-guide-special .bold {
  font-weight: 700 !important;
}
.buying-guide-special .semibold {
  font-weight: 600 !important;
}
.buying-guide-special .tab-wrap button.tab-img {
  width: auto;
}
.buying-guide-special .tab-content .text-wrap {
  gap: 0;
}
.buying-guide-special .tab-content .text-wrap h4 {
  padding-right: 20px;
}
.buying-guide-special .note + .note {
  margin-top: 2px;
}
.buying-guide-special .note > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.3em;
}
.buying-guide-special .note > li + li {
  margin-top: 2px;
}
.buying-guide-special .product-select-tip-list {
  margin-top: 100px;
}
.buying-guide-special .tip-content picture { overflow: hidden; }
.buying-guide-special .tip-content picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
/* .buying-guide-special .note > li:before { content: "*"; flex-shrink: 0; } */
/* assets // */

@media (max-width: 768px) {
  .buying-guide-special .tab-wrap button.tab-img {
    padding: 10px 30px 10px 15px;
  }
  .buying-guide-special .tab-wrap button.tab-img b {
    font-size: inherit;
  }
  .buying-guide-special .tab-content .text-wrap {
    gap: 10px;
  }
  .buying-guide-special .tab-content .text-wrap h4 {
    padding-right: 0;
  }
  .buying-guide-special .product-select-tip-list {
    margin-top: 30px;
  }
}

/* hero */
.buying-guide-special .buying-guide-hero-wrap {
}
.buying-guide-special .buying-guide-hero-title {
  text-align: center;
  padding: 30px 20px 60px;
}
.buying-guide-special .buying-guide-hero-title p {
  font-size: 20px;
  line-height: 1.3;
}
.buying-guide-special .buying-guide-hero-title h1 {
  font-size: 40px;
  line-height: 1.3;
  word-break: keep-all;
}
.buying-guide-special .buying-guide-hero-title h1 span {
  display: inline-block;
}
.buying-guide-special .buying-guide-hero-title p ~ h1 {
  margin-top: 16px;
}
.buying-guide-special .buying-guide-hero-img {
  height: 720px;
  overflow: hidden;
}
.buying-guide-special .buying-guide-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.buying-guide-special .buying-guide-hero-desc {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 60px 20px 240px;
}
.buying-guide-special .buying-guide-hero-desc p + p {
  margin-top: 12px;
}
.buying-guide-special .buying-guide-hero-desc p:not([class]) {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.buying-guide-special .buying-guide-hero-desc b {
  font-weight: 600;
}
.buying-guide-special .buying-guide-hero-desc .note {
  text-align: left;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .buying-guide-special .buying-guide-hero-title {
    padding: 10px 20px 40px;
  }
  .buying-guide-special .buying-guide-hero-title p {
    font-size: 16px;
  }
  .buying-guide-special .buying-guide-hero-title h1 {
    font-size: 36px;
  }
  .buying-guide-special .buying-guide-hero-title p ~ h1 {
    margin-top: 8px;
  }

  .buying-guide-special .buying-guide-hero-img {
    height: 420px;
  }
  .buying-guide-special .buying-guide-hero-desc {
    padding: 40px 20px 60px;
  }
  .buying-guide-special .buying-guide-hero-desc p:not([class]) {
    font-size: 14px;
  }
  .buying-guide-special .buying-guide-hero-desc .note {
    margin-top: 24px;
  }
}
/* hero // */

/* spec table */
/* 
      기존 sepec table 속성을 기준으로  
      "buying-guide-spec-table" 에 대한 속성 정의.
       태이블내부 img,btn 정의.

       highlight에 대한 속성은 전역으로 지정함
       (기존 y,n seo 대응 이슈로 전체 변경 고려)
    */
.buying-guide-special .product-table {
  padding-top: 240px;
}
.buying-guide-special .product-table .buying-guide-spec-table {
  overflow: visible;
}
.buying-guide-special
  .product-table
  .buying-guide-spec-table::-webkit-scrollbar {
}
.buying-guide-special .product-table .buying-guide-spec-table table {
  min-width: 730px;
}
.buying-guide-special
  .product-table
  .buying-guide-spec-table
  thead
  th:not([rowspan]) {
  font-size: 20px;
}
.buying-guide-special .product-table .buying-guide-spec-table th,
.buying-guide-special .product-table .buying-guide-spec-table .th2 {
  font-weight: 700;
}
.buying-guide-special .product-table .buying-guide-spec-table th,
.buying-guide-special .product-table .buying-guide-spec-table td {
  padding: 16px 10px;
}
.buying-guide-special .product-table .buying-guide-spec-table td {
  font-size: 18px;
}
.buying-guide-special .product-table .buying-guide-spec-table td small {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #666;
}
.buying-guide-special .product-table .buying-guide-spec-table .procuct-img {
  max-width: 220px;
  margin: 0 auto;
}
.buying-guide-special .product-table .buying-guide-spec-table .procuct-img img {
  width: 100%;
  height: auto;
}
.buying-guide-special .product-table .buying-guide-spec-table .procuct-img-min {
  max-width: 116px;
}
.buying-guide-special .product-table .buying-guide-spec-table p .des {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.buying-guide-special .product-table .buying-guide-spec-table .des {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 4px;
  font-size: 18px;
}
.buying-guide-special .product-table .buying-guide-spec-table br + .des {
  margin-top: 4px;
}
.buying-guide-special .product-table .buying-guide-spec-table .des .info {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/kr/story/buying-guide/2025/img/ic24_info.svg) no-repeat
    center/100%;
}
.buying-guide-special
  .product-table
  .buying-guide-spec-table
  .des
  .info:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 7px;
  width: 10px;
  height: 6px;
  background: url(/kr/story/buying-guide/2025/img/icon_bubble.svg) no-repeat
    center/100%;
  opacity: 0;
}
.buying-guide-special
  .product-table
  .buying-guide-spec-table
  .des
  .info:hover:before,
.buying-guide-special
  .product-table
  .buying-guide-spec-table
  .des
  .info:focus:before {
  opacity: 1;
}
.buying-guide-special
  .product-table
  .buying-guide-spec-table
  .des
  .info:hover
  + .bubble,
.buying-guide-special
  .product-table
  .buying-guide-spec-table
  .des
  .info:focus
  + .bubble {
  display: block;
}
.buying-guide-special .product-table .buying-guide-spec-table .des .bubble {
  display: none;
  position: absolute;
  left: -18px;
  top: 31.5px;
  padding: 10px 20px;
  border-radius: 40px;
  background: #666;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  white-space: nowrap;
  z-index: 1;
  text-align: left;
}
.buying-guide-special .buying-guide-spec-table .des .bubble.left,
.buying-guide-special .buying-guide-spec-table td:last-child .des .bubble {
  left: auto;
  right: -12px;
}

.buying-guide-special .product-table .buying-guide-spec-table .btn-product {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 9px 10px;
  width: 100%;
  max-width: 220px;
  background: #000;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.buying-guide-special .product-table .buying-guide-spec-table .btn-inline {
  display: inline-flex;
  width: auto;
  padding: 9px 16px;
}
.buying-guide-special .product-table .buying-guide-spec-table + .note {
  margin-top: 30px;
}

/* bottom sheet */
.is-bottomsheet-open {
}
.mobile-dialog-backdrop,
.mobile-dialog-sheet {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.mobile-dialog-backdrop.is-open {
  visibility: visible;
  opacity: 1;
}
.mobile-dialog-backdrop.is-open .mobile-dialog-sheet {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.mobile-dialog-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  overflow: hidden;
  z-index: 100;
  overscroll-behavior: none;
}
.mobile-dialog-sheet {
  position: absolute;
  left: 0;
  bottom: -100%;
  max-height: 70%;
  width: 100%;
  background-color: #fff;
  margin-top: auto;
  padding: 24px 20px;
  border-radius: 16px 16px 0 0;
}
.mobile-dialog-sheet :not(p) {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.mobile-dialog-sheet p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.mobile-dialog-sheet p:last-child:not(:first-child) {
  margin-top: 10px;
}

.mobile-dialog-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 30px 20px;
}
.mobile-dialog-close:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/kr/story/buying-guide/2025/img/icon_dialog_close.svg);
  background-position: center;
  background-size: contain;
}

@media (max-width: 768px) {
  .buying-guide-special .product-table {
    padding-top: 120px;
  }
  .buying-guide-special .product-table .table-wrap table {
    width: auto;
  }
  .buying-guide-special .product-table .table-wrap table th,
  .buying-guide-special .product-table .table-wrap table td {
    min-width: 100px;
  }
  .buying-guide-special .product-table .table-wrap table thead th:first-child,
  .buying-guide-special .product-table .table-wrap table tbody td:first-child {
    width: 100px;
  }
  .buying-guide-special .product-table .buying-guide-spec-table {
    overflow: auto;
  }
  .buying-guide-special .product-table .buying-guide-spec-table .btn-product {
    font-size: 14px;
    padding: 9px 20px;
    width: 180px;
    height: 60px;
    align-items: center;
  }
  .buying-guide-special
    .product-table
    .buying-guide-spec-table
    thead
    th:not([rowspan]) {
    font-size: 16px;
  }
  .buying-guide-special .product-table .buying-guide-spec-table td {
    font-size: 14px;
  }

  .buying-guide-special .product-table .buying-guide-spec-table .des {
    font-size: inherit;
  }
  .buying-guide-special
    .product-table
    .buying-guide-spec-table
    .des
    .info:hover:before,
  .buying-guide-special
    .product-table
    .buying-guide-spec-table
    .des
    .info:focus:before,
  .buying-guide-special
    .product-table
    .buying-guide-spec-table
    .des
    .info:hover
    + .bubble,
  .buying-guide-special
    .product-table
    .buying-guide-spec-table
    .des
    .info:focus
    + .bubble,
  .buying-guide-special
    .product-table
    .buying-guide-spec-table
    .des
    .info:focus
    + .bubble {
    display: none;
  }
}
/* spec table // */

/* special select guide */
.product-select-tip-wrap {
  padding-top: 240px;
}
.product-select-tip-wrap .product-select-tip-list {
  padding-top: 0;
}
.product-select-tip-wrap .slick-track {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.product-select-tip-wrap .slick-track .product-select-tip {
  flex-shrink: 0;
}
.product-select-tip-wrap .slick-track .product-select-tip p {
  letter-spacing: -0.01em;
}

.product-select-tip-list > ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 21px;
}
.product-select-tip-list > ul > li {
  flex: 1;
  max-width: 446px;
}
.product-select-tip {
  height: 100%;
  padding: 50px 30px;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
}
.product-select-tip > h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.product-select-tip > p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.product-select-tip-icon {
  width: 24px;
  margin-bottom: 20px;
}
.product-select-tip-icon img {
  width: 100%;
}

.product-select-tip > .product-select-tip-icon + h3,
.product-select-tip > h3 + p {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .product-select-tip-wrap {
    padding-top: 120px;
  }
  .product-select-tip-list > ul {
    flex-direction: column;
    gap: 0;
    padding: 32px 30px;
    background-color: #fafafa;
  }
  .product-select-tip-list > ul > li + li {
    border-top: 1px solid #999;
    margin-top: 32px;
    padding-top: 32px;
  }
  .product-select-tip {
    padding: 0;
    border: 0;
  }

  .product-select-tip > h3 {
    font-size: 16px;
  }
  .product-select-tip > p {
    font-size: 14px;
  }
  .product-select-tip > .product-select-tip-icon + h3,
  .product-select-tip > h3 + p {
    margin-top: 15px;
  }
}

/*  구매포인트 */
/* .buying-guide-special .subtab-wrap .point-wrap .content .des + .btn-collapse-toggle { } */
.buying-guide-special
  .subtab-wrap
  .point-wrap
  .content
  .btn-collapse-toggle:after {
  background-image: url(/kr/story/buying-guide/2025/img/ic32_arrow_up_bold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.buying-guide-special
  .subtab-wrap
  .point-wrap
  .content
  .btn-collapse-toggle.open:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.buying-guide-special
  .subtab-wrap
  .point-wrap
  .content
  .des
  + .btn-collapse-toggle {
  margin-top: 8px;
  color: #444;
}
.buying-guide-special .subtab-wrap .point-wrap .content .collapse-content {
  padding-left: 8px;
  color: #444;
}
.buying-guide-special
  .subtab-wrap
  .point-wrap
  .content
  .collapse-content
  p
  + p {
  margin-top: 12px;
}

.buying-guide-special .point-box .colWrap {
}
.buying-guide-special .point-box .colWrap .col > article,
.buying-guide-special .point-box .colWrap .col > div {
  border-color: #ddd;
}
.buying-guide-special .point-box .colWrap .col .content-wrap {
  min-height: calc(var(--box-height) - 100px);
}
.buying-guide-special .point-box .colWrap .col p {
  letter-spacing: 0em;
}
.buying-guide-special .collapse-content-disc > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2em;
}
.buying-guide-special .collapse-content-disc > li:before {
  content: "*";
  flex-shrink: 0;
}
.buying-guide-special .collapse-content-disc > li {
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}
.buying-guide-special .collapse-content-disc > li > p {
  margin: 0;
}
.buying-guide-special .point-box .colWrap .col .collapse-content {
  margin-top: 20px;
}
.buying-guide-special .point-box .colWrap .col .collapse-content-disc > li > p {
  margin-top: 0;
  font-size: inherit;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .buying-guide-special .subtab-wrap .point-wrap .content .collapse-content {
    padding: 0;
  }
  .buying-guide-special .point-box .colWrap .col .content-wrap {
    min-height: calc(var(--box-m-height) - 97px);
  }
  .buying-guide-special .point-box .colWrap .col .collapse-content-disc > li > p {
    font-size: 12px;
  }
}


.tooltip-desc { position: relative; }
.tooltip-desc + .tooltip-desc { margin-top: 6px; }
.tooltip-desc button { position: relative; font-size: 24px; margin-top: -3px; }
.tooltip-desc button:before { content: ""; display: block; flex-shrink: 0; position: relative; display: block; width: 1em; height: 1em; background: url(/kr/story/buying-guide/2025/img/ic24_info.svg) no-repeat center/100%; }
.tooltip-desc button:after { content: ""; position: absolute; top: 100%; left: 7px; width: 10px; height: 6px; background: url(/kr/story/buying-guide/2025/img/icon_bubble.svg) no-repeat center / 100%; visibility: hidden; opacity: 0; }

.tooltip-desc button:after,
.tooltip-message { transition: all 0.3s; -webkit-transition: all 0.3s; max-width: 700px; }
.tooltip-message { visibility: hidden; opacity: 0; position: absolute; top: 100%; left: -18px; margin-top: 4px; padding: 10px 20px; border-radius: 40px; background: #666; font-size: 16px; color: #fff; font-weight: 400; line-height: 140%; letter-spacing: -0.16px; white-space: nowrap; z-index: 1; text-align: left; }
.tooltip-message.right { left: auto; right: -18px; }

.tooltip-desc button:hover:after,
.tooltip-desc button:focus:after,
.tooltip-desc button:hover ~ .tooltip-message,
.tooltip-desc button:focus ~ .tooltip-message { visibility: visible; opacity: 1; }
.tooltip-desc .tooltip-message.right { left: auto; right: -12px; }
.tooltip-desc button:focus-visible { outline: 2px solid #000 !important; outline-offset: 2px; border-radius: 2px; }

@media(max-width: 768px){
  .tooltip-desc button:hover:after,
  .tooltip-desc button:focus:after,
  .tooltip-desc button:hover ~ .tooltip-message,
  .tooltip-desc button:focus ~ .tooltip-message { visibility: hidden; opacity: 0; }
}

.buying-guide-special .product-table .buying-guide-spec-table td:nth-child(3) ~ td .tooltip-message {
  left: auto;
  right: -12px;
}