.elementor-11 .elementor-element.elementor-element-6cf4788{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-1d06d3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-14c4432{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-c83c669{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-6c8761f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-4c73750{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS */body {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  padding: 0px;
}

/* ===== 기본 가이드 스텝 스타일 ===== */
.kream-guide-step {
  margin-bottom: 15px;
}

.kream-guide-step h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 0 0 0 20px;
  border-left: 4px solid #000;
  letter-spacing: -0.3px;
  margin: 0 0 8px 0;
  background: #fff;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}

.kream-guide-step h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding: 0 0 0 18px;
  border-left: 3px solid #000;
  letter-spacing: -0.3px;
  margin: 15px 0 8px 0;
  background: #fff;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}

.kream-guide-step .kream-guide-desc {
  font-size: 16px;
  color: #333;
  line-height: 2.1;
  background: #F4F4F4;
  border-radius: 8px;
  padding: 20px 22px 20px 22px;
  border: 1px solid #E5E5E5;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  margin: 0;
}

/* ===== H1 헤더 스타일 (이미지 포함) ===== */
.kream-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.kream-header-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
}

.kream-header-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kream-header-content h1 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.kream-header-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* ===== 카드 박스 스타일 ===== */
.kream-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  margin-bottom: 12px;
}

.kream-card:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-color: #000;
}

.kream-card-icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}

.kream-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kream-card-content {
  flex: 1;
}

.kream-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px 0;
  letter-spacing: -0.3px;
}

.kream-card-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.kream-card-button {
  flex-shrink: 0;
  background: #000;
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: -0.3px;
}

.kream-card-button:hover {
  background: #333;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* ===== 모바일 반응형 (768px) ===== */
@media (max-width: 768px) {
  body {
    padding: 0px;
  }
  
  /* H1 헤더 */
  .kream-header {
    gap: 16px;
    padding: 0 8px;
  }
  
  .kream-header-icon {
    width: 50px;
    height: 50px;
  }
  
  .kream-header-content h1 {
    font-size: 22px;
  }
  
  .kream-header-content p {
    font-size: 14px;
  }
  
  /* 카드 박스 */
  .kream-card {
    gap: 12px;
    padding: 14px;
  }
  
  .kream-card-icon {
    width: 80px;
    height: 80px;
  }
  
  .kream-card-title {
    font-size: 18px;
  }
  
  .kream-card-desc {
    font-size: 14px;
  }
  
  .kream-card-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* ===== 모바일 반응형 (480px) ===== */
@media (max-width: 480px) {
  /* H1 헤더 */
  .kream-header {
    padding: 0 5px;
  }
  
  .kream-header-content h1 {
    font-size: 20px;
  }
  
  /* 카드 박스 */
  .kream-card {
    gap: 10px;
    padding: 12px;
  }
  
  .kream-card-icon {
    width: 70px;
    height: 70px;
  }
  
  .kream-card-title {
    font-size: 16px;
  }
  
  .kream-card-desc {
    font-size: 13px;
  }
  
  .kream-card-button {
    padding: 8px 16px;
    font-size: 13px;
  }
}/* End custom CSS */