/* =========================
   UHU GUIDE PAGE
========================= */

.uhu-guide-page,
.uhu-guide-page *{
  box-sizing:border-box;
}

.uhu-guide-page{
  min-height:100vh;
  background:#fff;
  color:#161616;
}

.uhu-guide-inner{
  width:1280px;
  max-width:calc(100% - 80px);
  margin:0 auto;
}

.uhu-guide-hero{
  padding:264px 0 120px;
}

.uhu-guide-kicker{
  margin-bottom: 16px;
  font-family: 'Paperlogy', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #666;
}

.uhu-guide-title{
  margin: 0 0 16px;
  font-family: 'Pretendard', sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.uhu-guide-desc{
  max-width: 920px;
  margin-bottom: 40px;
  font-family: 'Pretendard', sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #111;
}

.uhu-guide-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 360px;
  gap:16px;
  align-items:stretch;
}

/* 소재 탭 */

.uhu-guide-main{
  min-width:0;
}

.uhu-guide-material-tabs{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;

  width:100%;
  margin-bottom:10px;
}

.uhu-guide-material-tabs::-webkit-scrollbar{
  display:none;
}

.uhu-guide-material-tab{
  width:106px;
  height:130px;

  padding:8px;

  border:0;
  border-radius:16px;
  background:transparent;

  display:flex;
  flex-direction:column;
  align-items:center;

  cursor:pointer;

  transition:
    background .25s ease,
    backdrop-filter .25s ease;
}

.uhu-guide-material-tab.is-active,
.uhu-guide-material-tab:hover{
  background:rgba(255,242,0,0.35);

  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.uhu-guide-material-thumb{
  display:block;

  width:90px;
  height:90px;

  margin:0 0 8px;

  border-radius:10px;
  overflow:hidden;

  background:#eee;

  flex-shrink:0;
}

.uhu-guide-material-thumb img{
  width:100%;
  height:100%;

  object-fit:cover;
  display:block;
}

.uhu-guide-material-tab span:last-child{
  display:block;

  font-family:'Pretendard';
  font-size:13px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:0;
  white-space:nowrap;
  text-align:center;
}

.uhu-guide-material-item{
  display:flex;
}

.uhu-guide-material-divider{
  width:0.5px;
  height:106px;

  margin-top:12px;

  background:rgba(172,172,172,0.5);

  flex:0 0 0.5px;
}

/* 상세 카드 */

.uhu-guide-detail-card{
  padding:32px 42px;

  border-radius:24px;
  background:#fafaf8;
}

.uhu-guide-detail-head{
  display:flex;
  gap:40px;
  align-items:center;

  margin-bottom:32px;
}

.uhu-guide-detail-head h2{
  margin:0;

  min-width:auto;

  font-family: 'pretendard';
  font-size:36px;
  line-height:1.2;
  letter-spacing:-0.04em;
  font-weight:700;
}

.uhu-guide-detail-head p{
  margin:0;

  font-family: 'pretendard';
  font-size:14px;
  font-weight: 400;
  line-height:1.2;
  letter-spacing:-0.02em;
  color:#333;
}

.uhu-guide-detail-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:0px;

  padding-bottom:8px;
  border-bottom:1px solid #ddd;
}

.uhu-guide-product-area{
  padding-right:16px;
  border-right:1px solid #ddd;
}

.uhu-guide-product-area h3{
  margin: 16px 0;
  
  font-family: 'pretendard';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.uhu-guide-tip-area h3{
  margin:0 0 16px;

  font-family: 'pretendard';
  font-size:20px;
  line-height:1.2;
  font-weight:700;
}

.uhu-guide-product-list{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}

.uhu-guide-product-card{
  min-height:180px;

  padding:18px 12px 14px;

  border:1px solid #e1e1e1;
  border-radius:8px;
  background:#fafaf8;

  text-align:center;
}

.uhu-guide-product-card{
  text-decoration: none;
  color: inherit;
}

.uhu-guide-product-card img{
  width:106px;
  height:136px;
  object-fit:contain;
  display:block;

  margin:0 auto 8px;
}

.uhu-guide-product-card strong{
  display:block;

  margin-bottom:8px;

  font-family: 'pretendard';
  font-size:12px;
  font-weight:700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color:#111;
}

.uhu-guide-product-card div{
  display:flex;
  justify-content:center;
  gap:4px;
  flex-wrap:wrap;
}

.uhu-guide-product-card span{
  padding:4px 8px;

  border-radius:999px;
  background:#f1f1f1;

  font-family: 'pretendard';
  font-size:10px;
  font-weight:400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color:#111;
}

.uhu-guide-more-link{
  display:inline-block;

  margin-top: 16px;
  margin-bottom: 16px;

  font-family: 'pretendard';
  font-size:12px;
  font-weight:500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color:#111;
  text-decoration:none;
}

.uhu-guide-tip-area{
  padding-left:16px;
}

.uhu-guide-tip-box{
  padding: 16px 0;
  border-bottom:1px solid #ddd;
}

.uhu-guide-caution-box{
  padding-top:20px;
}

.uhu-guide-tip-area ul{
  margin:0;
  padding-left:24px;
}

.uhu-guide-tip-area li{
  margin-bottom:4px;

  font-family: 'pretendard';
  font-size:14px;
  font-weight:400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color:#111;
}

/* 작업 추천 */

.uhu-guide-work-area{
  padding:16px;
}

.uhu-guide-work-area h3{
  margin: 16px 0 24px 0;

  font-family: 'pretendard';
  font-size:20px;
  line-height:1.2;
  font-weight:700;
}

.uhu-guide-work-list{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
}

.uhu-guide-work-item{
  min-height:90px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding-bottom: 16px;

  border-right:0.5px solid #e5e5e5;
}

.uhu-guide-work-item:last-child{
  border-right:0;
}

.uhu-guide-work-icon{
  width:150px;
  height:70px;

  display:block;

  object-fit:contain;
}

.uhu-guide-work-item strong{
  font-family: 'pretendard';
  font-size:14px;
  line-height:1.2;
  font-weight:700;
}

/* 오른쪽 카드 */

.uhu-guide-side-card{
  position: relative;
  min-height: 650px;
  padding: 32px 16px 32px 32px;
  border-radius: 24px;
  background: #fafaf8;

  overflow: hidden;

}

.uhu-guide-side-kicker{
  margin:0 0 4px;


  font-family: 'pretendard';
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-0.02em;
}

.uhu-guide-side-card h2{
  margin:0 0 14px;

  font-family: 'pretendard';
  font-size:36px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-0.02em;
}

.uhu-guide-side-card p:not(.uhu-guide-side-kicker){
  margin:0;

  font-family: 'pretendard';
  font-size:15px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:-0.02em;
}

.uhu-guide-side-visual{
  position:relative;

  margin-top:36px;
  height:360px;
}

.uhu-guide-side-visual span{
  position:absolute;
  left:0;
  top:-24px;

  font-family:'Paperlogy';
  font-size:160px;
  line-height:1;
  font-weight:900;
  letter-spacing: 0.04em;
  color:rgba(255,242,0,0.36);
}

.uhu-guide-side-visual img{
  position: absolute;
  right: -13px;
  bottom: -200px;
  width: 210px;
  display: block;
  rotate: 8deg;
  scale: 1;
  filter: drop-shadow(16px 9px 9px rgba(0, 0, 0, 0.18));
}

.uhu-guide-side-controls{
  position:absolute;
  right:36px;
  bottom:36px;

  display:flex;
  gap:12px;
}

.uhu-guide-side-controls button{
  display: none;

}

/*.uhu-guide-side-controls button{
  width:44px;
  height:44px;

  border:0;
  border-radius:50%;
  background:#f1f1f1;

  font-size:28px;
  color:#777;

  cursor:pointer;
}*/

/* =========================
   MOBILE
========================= */

@media (max-width:960px){

  .uhu-guide-inner{
    width:100%;
    max-width:none;
    padding:0 24px;
  }

  .uhu-guide-hero{
    padding:110px 0 80px;
  }

  .uhu-guide-title{
    margin: 0 0 16px;
    font-family: 'Pretendard', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.06em;
  }

  .uhu-guide-desc{
    font-size:20px;
    margin:24px 0 36px;
  }

  .uhu-guide-layout{
    display:block;
  }

    .uhu-guide-material-scroll{
      margin-left:0px;
      margin-right:0px;
      margin-bottom:36px;
  
      overflow:hidden;
    }
  
    .uhu-guide-material-tabs{
      margin:0;
      padding:0 0px;

      padding-bottom: 36px;
  
      width:auto;
  
      display:flex;
      gap:16px;
      justify-content:flex-start;
  
      overflow-x:auto;
      overflow-y:hidden;
  
      -ms-overflow-style:none;
      scrollbar-width:none;
    }
  
    .uhu-guide-material-tabs::-webkit-scrollbar{
      display:none;
    }
  
    .uhu-guide-material-item{
      flex:0 0 auto;
    }
  
    .uhu-guide-material-tab{
      flex:0 0 106px;
    }

  .uhu-guide-detail-card{
    padding:28px 24px 32px;
    border-radius:24px;
  }

  .uhu-guide-detail-head{
    display:block;
    margin-bottom:24px;
  }

  .uhu-guide-detail-head h2{
    min-width:0;
    font-size:30px;
  }

  .uhu-guide-detail-head p {
    margin-top: 8px;
    margin-bottom: 16px;
    font-family: 'pretendard';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #333;
}

  .uhu-guide-detail-grid{
    display:block;
    padding-bottom: 24px;
  }

  .uhu-guide-product-area{
    padding-right:0;
    padding-bottom:8px;
    padding-top: 8px;
    border-right:0;
    border-top: 1px solid #ddd;
    border-bottom:1px solid #ddd;
  }

  .uhu-guide-product-list{
    grid-template-columns:repeat(3, minmax(120px, 1fr));
    overflow-x:auto;
  }

  .uhu-guide-product-card {
    min-height: 180px;
    padding: 18px 12px 18px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background: #fafaf8;
    text-align: center;
}

  .uhu-guide-product-card img {
    width: 100%;
    height: 136px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
}

.uhu-guide-product-card strong {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.00em;
}

.uhu-guide-product-card span {
  padding: 6px 12px;
  border-radius: 999px;
  background: #f1f1f1;
  font-family: 'pretendard';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #111;
}

.uhu-guide-product-card div {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

  .uhu-guide-tip-area{
    padding-left:0;
    padding-top:8px;
  }

  .uhu-guide-tip-area li {
    margin-bottom: 4px;
    font-family: 'pretendard';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111;
}

.uhu-guide-caution-box {
  padding-top: 16px;
}

  .uhu-guide-work-list{
    grid-template-columns:repeat(5, 120px);
    overflow-x:auto;
  }

  .uhu-guide-work-area{
    padding:0;
  }
  
  .uhu-guide-work-area h3{
    margin-bottom:16px;
  }
  
  .uhu-guide-layout{
    display:flex;
    flex-direction:column;
  }
  
  .uhu-guide-side-card{
    order:-1;
  
    margin:0 0 20px;
    min-height:auto;
  
    padding:0;
  
    border-radius:0;
    background:transparent;
  
    overflow:visible;
    
  }
  
  .uhu-guide-side-card > *:not(h2){
    display:none;
  }
  
  .uhu-guide-side-card h2{
    margin:0;
  
    padding:16px 24px;
  
    border-radius:999px;
    background:rgba(255,242,0,0.25);
  
    font-size:28px;
    line-height:1.1;
    text-align:center;

  }

  .mobile-br{
    display: none;
  }
  
  .uhu-guide-main{
    order:1;
  }

  .uhu-guide-material-tabs,
  .uhu-guide-product-list,
  .uhu-guide-work-list{
    -ms-overflow-style:none;
    scrollbar-width:none;
  }

  .uhu-guide-material-tabs::-webkit-scrollbar,
  .uhu-guide-product-list::-webkit-scrollbar,
  .uhu-guide-work-list::-webkit-scrollbar{
    display:none;
  }

}