body{margin:0;background:linear-gradient(180deg,#7551c2,#fff);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;height:100vh;width:100vw;justify-content:center;align-items:center}body,main{display:flex}main{flex-direction:column;align-items:stretch}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;color:#fff}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}ul{-webkit-padding-start:0;padding-inline-start:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;list-style-type:none;display:flex;flex-direction:column;margin:8px 0;border:1px solid #000;gap:1px;background-color:#000;border-radius:8px;overflow:auto}li{background-color:#fff;padding:8px}li:hover{background:#dadbf9}a{font-weight:800;text-decoration:none}.ultari-web{font-family:Pretendard,sans-serif;color:#2c3e50}.nav-bar{display:flex;justify-content:space-between;padding:20px 5%;align-items:center;border-bottom:1px solid #f0f0f0;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:100}.nav-logo{font-size:1.5rem;font-weight:800;color:#2ecc71}.hero{display:flex;align-items:center;padding:100px 10%;background:linear-gradient(90deg,#f9fbf2,#fff)}.hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:25px}.hero-text h1 strong{color:#2ecc71}.hero-btns button{padding:15px 30px;border-radius:30px;border:none;font-weight:600;margin-right:10px;cursor:pointer}.btn-primary{background:#2ecc71;color:#fff}.btn-secondary{background:#34495e;color:#fff}.features{padding:80px 10%;text-align:center}.feature-cards{display:flex;gap:30px;margin-top:50px}.card{flex:1 1;padding:40px 20px;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:.3s}.card:hover{transform:translateY(-10px)}.card .icon{font-size:3rem;margin-bottom:20px}.notice-section{background:#f8f9fa;padding:40px 10%;border-radius:20px;margin:50px 10%}.notice-list{list-style:none;padding:0}.notice-item{padding:10px 0;border-bottom:1px solid #eee}.image-placeholder{background:#eee;padding:60px;border-radius:15px;border:2px dashed #ccc;margin-top:20px}