.guide-box {
   border: 1px solid #ddd;
   padding: 20px;
   margin-top: 40px;
}

.guide-icon {

   border-radius: 50%;
   width: 64px;
   height: 64px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.guide-icon img {
   width: 64px;
   height: 64px;
}

.guide-text-sub {
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.guide-text h5 {
   font-family: "HyundaiSansHeadOffice-Regular";
   font-size: 18px;
   line-height: 130%;
   font-weight: 400;
   color: #333333;
}

.guide-text p {
   font-family: "HyundaiSansTextOffice-Regular";
   font-size: 14px;
   line-height: 140%;
   font-weight: 400;
   color: #666666;
}

.guide-link a {
   font-family: "HyundaiSansHeadOffice-Regular";
   font-size: 14px;
   line-height: 100%;
   font-weight: 400;
}

.seat-belt-filter-cursor {
   cursor: pointer;
   display: flex;
}

.guide-title {
   display: flex;
   align-content: flex-start;
   align-items: center;
   justify-content: space-around;
}

@media (max-width: 767px) {
   .seat-belt-filter-cursor {
      flex-direction: column;
      gap: 12px;
   }

   .guide-title {
      gap: 20px;
      justify-content: normal;
   }

   .guide-text-sub {
      padding: 0 30px;
   }
}