@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.projectBox,body,html{width:100vw;min-height:100vh;overflow-x:hidden}.projectBox{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative}.bgVideo{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5;transform-origin:center center}.project1{max-width:1400px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:3rem}.titleBox{text-align:center;position:relative;z-index:10}.title h1{font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;gap:1rem}.TimeUpdate{color:#6b7280;font-size:.9rem;font-weight:500;margin-bottom:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.8);border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-block;border:1px solid rgba(0,0,0,.1)}.targetCurrencyBox{margin-bottom:2rem}.targetCurrencyBox .MuiFormControl-root{background:#fff;border-radius:12px;min-width:200px;border:1px solid rgba(0,0,0,.1)}.Boxline{height:-moz-fit-content;height:fit-content;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:3rem;gap:3rem;align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;box-shadow:0 10px 25px rgba(0,0,0,.05)}.InputBox{width:auto}.InputText{display:flex;flex-direction:column;gap:2rem;list-style:none}.InputText>li{display:flex;align-items:center;gap:1rem;padding:1rem;background:hsla(0,0%,100%,.95);border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid hsla(0,0%,100%,.3);min-height:auto}.InputText>li:focus-within,.InputText>li:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.PlusBox{background:none!important;border:none!important;box-shadow:none!important}.InputIcons{color:#4b5563;font-size:2rem!important;min-width:48px;flex-shrink:0;align-self:flex-start;margin-top:12px}.PriceBox{flex:1 1;display:flex;flex-direction:column;gap:1rem}.PriceBox>div:last-child{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.PriceBox .MuiOutlinedInput-root{border-radius:12px;background:#fff;font-weight:500}.PriceBox .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#4b5563}.PriceBox .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#4b5563;border-width:2px}.ExPlusBox{color:#6b7280;font-size:1.5rem!important;margin:0;display:flex;align-items:center;flex-shrink:0}.ExProduct{padding:.75rem 1rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:8px;border-left:4px solid #9ca3af;flex:1 1}.ExProduct ul{display:flex;align-items:center;gap:.5rem;list-style:none;font-weight:600;color:#374151;font-size:1.1rem}.PlusBox,.TotalFPBox{display:flex;justify-content:center;align-items:center}.Icons{color:#4b5563;font-size:2.5rem!important;text-shadow:0 2px 8px rgba(0,0,0,.1)}.Equals{color:#fff}.EqualsBox{background:linear-gradient(135deg,#4b5563,#374151);border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(0,0,0,.15)}.TotalKoreanBox{background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.9));border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.3);position:relative}.TotalKoreanBox ul{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.TotalKoreanPrice{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.ExchangeAmountBox{color:#fff;padding:1.5rem;border-radius:16px;font-size:2rem;font-weight:700;background:linear-gradient(135deg,#4b5563,#374151);box-shadow:0 8px 25px rgba(0,0,0,.15)}.ExchangeAmountBox,.TotalFXAmount{display:flex;align-items:center;justify-content:center;gap:.5rem}.TotalFXAmount{color:#6b7280;font-size:1.2rem;font-weight:600;padding:1rem;background:hsla(220,9%,46%,.1);border-radius:12px}.alertBox{position:absolute;width:-moz-fit-content;width:fit-content;bottom:-8rem;z-index:10}.alertBox .MuiAlert-root{border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.alertText{width:auto;color:#8d0d0d;font-weight:600;font-size:.9rem;text-align:center}footer{background:transparent!important;padding:1rem;position:relative;z-index:10}footer a{color:#6b7280!important;text-decoration:none;transition:color .3s ease}footer a:hover{color:#374151!important}@media (max-width:1200px){.Boxline{grid-template-columns:1fr;gap:2rem;padding:2rem}.EqualsBox{width:60px;height:60px}}@media (max-width:768px){.project1{padding:1rem;gap:2rem}.Boxline{padding:1.5rem}.InputText>li{flex-direction:row;align-items:flex-start;gap:1rem;padding:1rem}.InputIcons{font-size:1.5rem!important;margin-top:12px;min-width:40px}.PriceBox{flex:1 1}.PriceBox>div:last-child{flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:.5rem}.ExPlusBox{align-self:flex-start}.ExProduct{width:100%}.EqualsBox{width:50px;height:50px;margin:0 auto}.EqualsBox,.PlusBox,.TotalFPBox{align-self:center;justify-self:center}.ExchangeAmountBox{font-size:1.5rem}.TotalKoreanBox{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.InputText>li{animation:fadeInUp .6s ease forwards}.InputText>li:first-child{animation-delay:.1s}.InputText>li:nth-child(2){animation-delay:.2s}.InputText>li:nth-child(3){animation-delay:.3s}.InputText>li:nth-child(4){animation-delay:.4s}.InputText>li:nth-child(5){animation-delay:.5s}.TotalKoreanBox{animation:fadeInUp .8s ease .6s forwards;opacity:0}.ExchangeAmountBox{position:relative}.ExchangeAmountBox:before{display:none}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}