
.hsw-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.hsw-wrap { max-width: 1120px; margin: 0 auto; padding: 52px 0 8px; font-family: sans-serif; }

.hsw-hero { background: #ffffff; border: 1px solid #e8e8e4; border-radius: 12px; padding: 1.5rem; margin-bottom: 0; }
.hsw-label { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; color: #999; margin-bottom: 10px; text-transform: uppercase; }
.hsw-title { font-size: 20px; font-weight: 600; color: #111; margin-bottom: 6px; }
.hsw-sub { font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 16px; }

.hsw-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.hsw-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 14px !important; padding: 4px 10px; border-radius: 8px; border: 1px solid #e8e8e4; color: #555; background: #f7f7f5; }
.hsw-badge svg { width: 13px; height: 13px; flex-shrink: 0; }

.hsw-topics-label { font-size: 13px; font-weight: 600; color: #777; margin-bottom: 10px; }
.hsw-topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 18px; }
.hsw-topic {
  background: #f7f7f5;
  border: 1px solid #e8e8e4;
  border-radius: 8px;
  padding: 10px 12px;
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
}
.hsw-topic .t-icon { width: 28px; height: 28px; margin-bottom: 6px; display: flex; align-items: center; justify-content: center; border-radius: 6px; }
.hsw-topic .t-icon svg { width: 16px; height: 16px; }
.hsw-topic .t-name { font-size: 14px; color: #111; line-height: 1.4; font-weight: 500; }

.hsw-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 12px; background: #111; color: #fff; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: opacity 0.15s; }
.hsw-btn:hover { opacity: 0.85; }
.hsw-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.hsw-hint { font-size: 12px; color: #999; text-align: center; margin-top: 8px; }

.hsw-cal-wrap { border: 1px solid #e8e8e4; border-radius: 12px; overflow: hidden; display: none; margin-top: 12px; }
.hsw-cal-wrap.visible { display: block; }
.hsw-cal-header { padding: 12px 16px; border-bottom: 1px solid #e8e8e4; background: #f7f7f5; display: flex; align-items: center; justify-content: space-between; }
.hsw-cal-title { font-size: 13px; font-weight: 600; color: #111; }
.hsw-cal-sub { font-size: 12px; color: #777; }
.hsw-cal-close { background: none; border: none; cursor: pointer; color: #aaa; font-size: 18px; line-height: 1; padding: 0 4px; }
.hsw-cal-close:hover { color: #333; }



.line_k {
	background-image: linear-gradient(90deg, #f4f4f4 0%, #fff 75%);
}
.line_kText2_txt {
	padding: 6px 20px 0;
	margin-bottom: -16px;
}




@media (max-width: 834px) {
.hsw-wrap {
	padding-top: 42px;
}
.line_kText2_txt {
	padding: 14px 20px 24px;
	margin-bottom: 0px;
}
}




@media (max-width: 480px) {
  .hsw-topics { grid-template-columns: repeat(2, 1fr); }
  .hsw-badges { gap: 4px; }
}
.line_kText2_txt {
	max-width: 89%;
}
}