._fl{font-weight:300}._fl,._fr{font-family:var(--Pretendard)}._fr{font-weight:400}._fb{font-weight:800}._fb,._fsb{font-family:var(--Pretendard)}._fsb{font-weight:600}._fm{font-family:var(--Pretendard);font-weight:500}.header-progress{display:flex;gap:5px;width:40px;position:absolute;right:20px}.header-progress span{flex:1 1;height:4px;border-radius:9px;background:#efefef}.header-progress span.on{background:var(--main-color)}#RiskCheckStep{display:flex;flex-direction:column;padding:30px 20px 20px}#RiskCheckStep .webkit-clip{display:-webkit-inline-box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;line-clamp:1;text-align:left}#RiskCheckStep .illust{margin:40px 0}#RiskCheckStep .illust img{max-height:90px;width:auto;margin:auto}#RiskCheckStep .talk{display:flex;flex-direction:column;gap:15px}#RiskCheckStep .talk .line{position:relative;width:-moz-fit-content;width:fit-content;padding:10px;background:#f8f8f8;border-radius:10px 10px 10px 0;font-size:15px;box-shadow:0 3px 10px #141e3c0d;opacity:0;transform:translateY(12px) scale(.94);transform-origin:left bottom;animation:bubbleIn .5s cubic-bezier(.25,1.1,.35,1.25) forwards;color:#4f5556;font-family:var(--Pretendard);font-weight:400}#RiskCheckStep .talk .line b{font-weight:500;color:#212428}#RiskCheckStep .talk .line.hl{background:rgba(var(--main-rgb),.1);color:var(--main-color)}#RiskCheckStep .talk .line:first-child{animation-delay:.25s}#RiskCheckStep .talk .line:nth-child(2){animation-delay:1.5s}#RiskCheckStep .talk .line:nth-child(3){animation-delay:2.75s}#RiskCheckStep .talk .line:nth-child(4){animation-delay:4s}@keyframes bubbleIn{to{opacity:1;transform:translateY(0) scale(1)}}#RiskCheckStep .checklist{margin-top:40px}#RiskCheckStep .check-swiper{max-height:100%}#RiskCheckStep .check-swiper .slide{display:flex;flex-direction:column;align-items:center;text-align:center}#RiskCheckStep .check-swiper .slide .illust{margin:0;height:80px}#RiskCheckStep .check-swiper .slide .illust img{height:100%;width:auto}#RiskCheckStep .check-swiper .slide .slide-title{font-family:var(--Pretendard);font-weight:500;margin-top:20px;padding:8px;border-radius:5px;background:#f8f8f8;font-size:18px;color:#212428}#RiskCheckStep .check-swiper .slide .body-text{margin-top:20px}#RiskCheckStep .check-swiper .swiper-pagination{position:static;margin-top:40px}#RiskCheckStep .check-swiper .swiper-pagination-bullet{width:8px;height:8px;background:#efefef;opacity:1;margin:0 2.5px}#RiskCheckStep .check-swiper .swiper-pagination-bullet-active{width:20px;border-radius:9px;background:var(--main-color)}#RiskCheckStep .slide-caution{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:15px;margin-top:0;white-space:nowrap}#RiskCheckStep .slide-caution .ico{width:14px;height:14px}@keyframes reportPendingSpin{to{transform:rotate(1turn)}}#ReportPending{padding:48px 24px 40px;display:flex;flex-direction:column}#ReportPending .pending-icon{margin-bottom:25px}#ReportPending .pending-icon img{height:60px;width:auto}#ReportPending .pending-list{display:flex;flex-direction:column;gap:15px}#ReportPending .pending-list li{display:flex;align-items:center;justify-content:space-between}#ReportPending .pending-list li .body-text{margin-top:0}#ReportPending .pending-list li .mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}#ReportPending .pending-list li.done p{font-family:var(--Pretendard);font-weight:500;color:var(--main-color)}#ReportPending .spinner{animation:reportPendingSpin 2.4s linear infinite}