.intro-banner { position: relative; border-radius: 5px; overflow: hidden; margin-bottom: 50px; min-height: 402px; }
.intro-banner .img-box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.intro-banner .img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }
.intro-banner .banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(156, 156, 156, 0) -12.94%, #001771 85.95%); pointer-events: none; z-index: 2; }
.intro-banner .banner-txt { position: absolute; bottom: 0px; left: 0; width: 100%; padding: 60px; box-sizing: border-box; color: #fff; z-index: 3; }
.intro-banner .banner-txt .tit { margin-bottom: 36px; font-weight: 700; font-style: Bold; font-size: 36px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; }
.intro-banner .banner-txt .desc { font-weight: 700; font-size: 20px; line-height: 36px; letter-spacing: -2%; vertical-align: middle; }
.tech-target-section .con-p { color: #444444; }
.law-box { background: #ffffff; border: 1px solid #d6dce8; border-radius: 5px; padding: 40px 40px 30px 40px; }
.law-box .law-tit { margin-bottom: 20px; font-weight: 700; font-size: 18px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; color: #222; }
.law-box .law-sub-tit { font-weight: 600; font-size: 16px; line-height: 100%; letter-spacing: -2%; vertical-align: bottom; margin-bottom: 16px; color: #222222; }
.law-box .law-sub-tit span { color: #011a7a; }
.law-box .ol-type-circle { list-style: none; padding: 0; }
.law-box .ol-type-circle li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.law-box .ol-type-circle li:last-child { margin-bottom: 0; }
.law-box .ol-type-circle .num { width: 22px; height: 22px; background-color: #011a7a; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 12px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; flex-shrink: 0; }
.law-box .ol-type-circle .txt { color: #333; font-weight: 500; font-size: 15px; line-height: 100%; letter-spacing: -2%; vertical-align: bottom; }
.law-box .law-footer { color: #222; margin-top: 54px; font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: -2%; vertical-align: bottom; }
.law-box .law-footer span { color: #011a7a; }
.procedure-wrap { display: flex; gap: 10px; padding: 71px 60px 60px; background: #f9fafb; border-radius: 5px; position: relative; align-items: center; }
.procedure-left { display: flex; flex-direction: column; min-width: 269px; max-width: 269px; gap: 2px; position: relative; }
.procedure-left .step-group:nth-child(4) { margin-top: 20px; }
.step-box-item { background: #fff; border-radius: 5px; padding-block: 16px; text-align: center; height: 51px; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.step-box-item.blue-border { border: 1px solid #011a7a; color: #011a7a; }
.step-box-item.cyan-border { border: 1px solid #07b0c3; color: #07b0c3; }
.step-name { font-weight: 700; font-size: 16px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; }
.step-desc-box { background: #fff; border: 1px solid #dddddd; border-radius: 5px; padding: 20px 13px; color: #666; font-weight: 500; font-size: 14px; line-height: 22px; letter-spacing: -2%; text-align: center; vertical-align: middle; }
.arrow-down-box, .arrow-up-box { display: flex; justify-content: center; margin: -14px 0; position: relative; z-index: 10; }
.rotate-down { transform: rotate(90deg); }
.rotate-up { transform: rotate(-90deg); }
.ico-arrow-right { width: 31px; height: 31px; background: #011a7a; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.ico-arrow-right::after { content: ""; width: 6px; height: 10px; background: url("/_res/unist/industry/img/content/ico-arrow-right-white.png") no-repeat center; background-size: contain; transform: none; margin-right: 0; }
.procedure-right { flex: 1; display: flex; align-items: center; gap: 10px; }
.arrow-indicator { display: flex; align-items: center; justify-content: center; }
.flow-step { display: flex; flex-direction: column; width: 226px; }
.flow-head { height: 51px; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 5px; margin-bottom: 4px; font-weight: 700; font-size: 16px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; }
.flow-head.dark-blue { background-color: #001771; }
.flow-body { background: #fff; border: 1px solid #011a7a; border-radius: 5px; padding: 30px 15px; font-size: 14px; color: #666; text-align: center; line-height: 1.6; min-height: 120px; display: flex; align-items: center; justify-content: center; }
.contact-box { background: #f9fafb; border-radius: 5px; padding: 40px; display: flex; align-items: center; gap: 60px; border: 1px solid #edf2ff; }
.contact-box .contact-tit { color: #666; font-weight: 600; font-size: 18px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; display: flex; align-items: center; }
.contact-box .contact-tit span { margin-left: 12px; font-weight: 700; font-size: 24px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; color: #222222; }
.contact-box .contact-info { display: flex; align-items: center; gap: 30px; }
.contact-box .info-item { display: flex; align-items: center; gap: 10px; font-size: 17px; color: #333; font-weight: 500; }
.contact-box .info-item a { color: inherit; text-decoration: none; font-weight: 500; font-size: 15px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; color: #333333; }
.contact-box .info-item.ico-mail::before { content: ""; display: flex; align-items: center; width: 23px; height: 18px; background: url("/_res/unist/industry/img/content/ico-mail.png") no-repeat center; background-size: contain; }
.contact-box .info-item.ico-phone::before { content: ""; display: flex; align-items: center; width: 18px; height: 18px; background: url("/_res/unist/industry/img/content/ico-phone.png") no-repeat center; background-size: contain; }
@media screen and (max-width: 1024px) {
	  .intro-banner { min-height: 300px; }
  .intro-banner .banner-txt { padding: 30px; }
  .intro-banner .banner-txt .tit { font-size: 24px; margin-bottom: 15px; }
  .intro-banner .banner-txt .desc { font-size: 15px; line-height: 1.5; }
  .procedure-wrap { flex-direction: column; align-items: center; padding: 40px 30px; }
  .procedure-left { min-width: 100%; gap: 4px; }
  .procedure-right { flex-direction: column; align-items: center; gap: 0; width: 100%; padding-top: 30px; }
  .arrow-indicator { transform: rotate(90deg); padding: 15px 0; margin: -10px 0; height: auto; z-index: 10; }
  .flow-step { width: 100%; }
  .contact-box { padding: 30px; gap: 30px; }
}
@media screen and (max-width: 768px) {
  .intro-banner { min-height: 250px; }
  .intro-banner .banner-txt { padding: 20px; }
  .intro-banner .banner-txt .tit { font-size: 20px; margin-bottom: 10px; }
  .intro-banner .banner-txt .desc { font-size: 13px; line-height: 1.4; }
  .law-box { padding: 20px; }
  .procedure-wrap { padding: 30px 15px; }
  .procedure-right { padding-top: 20px; }
  .procedure-left .step-group:nth-child(4) { margin-top: 10px; }
  .step-desc-box { padding: 15px 10px; }
  .contact-box { flex-direction: column; align-items: flex-start; padding: 25px; }
  .contact-box .contact-info { flex-direction: column; align-items: flex-start; gap: 15px; }
}