@font-face{font-family:OCR-B;src:url(https://cdn.jsdelivr.net/gh/raisty/OCR-B/dist/OCR-B.ttf) format("truetype"),url(https://cdn.jsdelivr.net/gh/raisty/OCR-B/dist/OCR-B.otf) format("opentype")}@font-face{font-family:NeueHaasGrotesk;src:url(/assets/NeueHaasGrotDisp-45Light-Trial-DDHwbvKI.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:NeueHaasGrotesk;src:url(/assets/NeueHaasGrotDisp-46LightItalic-Trial-5RStNL6D.otf) format("opentype");font-weight:300;font-style:italic}@font-face{font-family:NeueHaasGrotesk;src:url(/assets/NeueHaasGrotDisp-55Roman-Trial-Csn10bND.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:NeueHaasGrotesk;src:url(/assets/NeueHaasGrotDisp-56Italic-Trial-D1O67csw.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:NeueHaasGrotesk;src:url(/assets/NeueHaasGrotDisp-65Medium-Trial-EMQLh5qS.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:NeueHaasGrotesk;src:url(/assets/NeueHaasGrotDisp-75Bold-Trial-Brcq4zn4.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:IBMPlexMono;src:url(/assets/IBMPlexMono-Regular-BUr-uoV1.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}html,body{margin:0;padding:0;font-family:NeueHaasGrotesk,sans-serif;font-weight:400;overscroll-behavior:none;box-sizing:border-box;overflow-x:clip}.home-container{min-height:100vh;width:100%;padding-top:100px;margin:0;box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;width:100%;height:100px;display:flex;justify-content:space-between;align-items:center;padding:0 6%;box-sizing:border-box;background-color:#fff;z-index:100;transform:translateY(0);transition:transform .35s ease}.nav-hidden{transform:translateY(-100%)}.name{font-size:48px;font-weight:300;margin-left:5px;color:#303030;cursor:pointer}.menu{width:200px;height:100%;display:flex;justify-content:space-between;align-items:center;margin-right:10px}.menu-item{cursor:pointer}.selectedFontColor{color:#616161;font-weight:400;text-decoration:underline;text-underline-offset:4px}.notSelectedFontColor{color:#a0a0a0;font-weight:400}.context{width:88%;margin:0 auto;flex:1;display:flex;flex-direction:column;transition:opacity .25s ease;padding:0;box-sizing:border-box}.content-visible{opacity:1}.content-hidden{opacity:0}.footer{width:100%;padding:0 6%;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;height:60px;margin-top:60px}.footerHidden{display:none}.SNS{width:200px;height:100px;display:flex;justify-content:space-around;align-items:center}.SNS button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:inherit}.sns-logo{width:40px;height:40px;object-fit:cover;object-position:center;border-radius:50%}.topButton{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:inherit;color:#616161}.topButton:hover{text-decoration:underline}@media(max-width:768px){.name{font-size:28px}}.gallary{width:100%;margin:20px auto 0;font-weight:400;display:grid;grid-template-columns:repeat(2,1fr);gap:50px}.gallary-item{box-sizing:border-box;width:100%;height:auto;display:flex;flex-direction:column;align-items:center;position:relative}.gallary-item:hover{cursor:pointer}.gallary-item-img-container{position:relative;width:100%;overflow:hidden}.gallery-item-img-wrapper{padding-top:10px}.gallary-item-img{padding:0;margin:0;display:block;cursor:pointer;box-sizing:border-box;width:100%!important;height:auto!important;transition:transform .5s ease,filter .35s ease}.gallary-item:hover .gallary-item-img{transform:scale(1.05);filter:brightness(.8)}.gallary-item-description{box-sizing:border-box;width:100%;height:auto;padding:0;margin:5px 0 0;color:#2f2f2f}.gallary-item-description:hover{text-decoration:underline}.gallary-item-description p{padding:0;margin:0}@media(max-width:768px){.gallary{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.gallary-item-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;opacity:50%;z-index:10;animation:fadeIn .3s ease-in forwards;display:flex;align-items:center;justify-content:center}.gallary-item-container.popup-fade-out{animation:fadeOut .25s ease-in forwards}.img-slide-next{animation:slideFromRight .25s ease-out forwards}.img-slide-prev{animation:slideFromLeft .25s ease-out forwards}.close-btn{position:absolute;top:32px;right:32px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:50%;cursor:pointer;z-index:1001;transition:background-color .15s ease}.gallary-context{display:flex;justify-content:center;align-items:center;gap:32px}.gallary-library{display:flex;align-items:center;justify-content:center}.current-gallary-img{display:block;object-fit:fill;object-position:center}.previous-button,.next-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:50%;cursor:pointer;transition:background-color .15s ease;flex-shrink:0}.previous-button:hover,.next-button:hover{cursor:pointer}.hamburger-btn,.mobile-dropdown{display:none}@media(max-width:768px){.menu{display:none}.hamburger-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:22px;color:#616161;padding:0;margin-right:4px}.mobile-dropdown{display:flex;flex-direction:column;position:absolute;top:100%;right:6%;background-color:#fff;z-index:100;gap:0}.mobile-dropdown-item{padding:14px 24px;cursor:pointer;text-align:right}.mobile-dropdown-item p{margin:0;padding:0}}.aboutWrapper{max-width:100vw;min-height:calc(100vh - 300px);font-size:17px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#313131}.aboutTitle{font-weight:400;letter-spacing:.1em;margin:0 0 40px;text-align:center}.aboutContent{display:flex;flex-direction:column;gap:30px;text-align:center}.aboutBio{display:flex;flex-direction:column;gap:2px}.aboutBio p{margin:0}.aboutDescription{padding:0;margin:0;line-height:1.7}.aboutImagePlaceholder{width:6px;height:60px;background-color:#b8cfe8}.contactSection{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2px;width:100%}.contactSection p{padding:0;margin:0}@media(max-width:768px){.aboutContent{width:85%}}.igLink{all:unset}.igLink:hover{cursor:pointer;text-decoration:underline}.gallery-item-page{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-item-viewer{display:flex;align-items:center;justify-content:center;gap:32px;width:100%}.gallery-item-img-wrapper{position:relative;width:80vw;height:70vh;display:flex;align-items:center;justify-content:center}.gallery-item-main-img{width:100%;height:100%;object-fit:contain;display:block}.img-absolute{position:absolute;width:100%;height:100%;object-fit:contain}.img-hidden{visibility:hidden}@keyframes slideOutToRight{0%{transform:translate(0)}to{transform:translate(100vw)}}@keyframes slideInFromLeft{0%{transform:translate(-100vw)}to{transform:translate(0)}}@keyframes slideOutToLeft{0%{transform:translate(0)}to{transform:translate(-100vw)}}@keyframes slideInFromRight{0%{transform:translate(100vw)}to{transform:translate(0)}}.slide-out-to-right{animation:slideOutToRight .35s ease-in-out forwards}.slide-in-from-left{animation:slideInFromLeft .35s ease-in-out forwards}.slide-out-to-left{animation:slideOutToLeft .35s ease-in-out forwards}.slide-in-from-right{animation:slideInFromRight .35s ease-in-out forwards}.gallery-dots{display:flex;gap:10px;margin-top:20px}.gallery-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid #2f2f2f;background-color:transparent;cursor:pointer;transition:background-color .2s ease}.gallery-dot-active{background-color:#2f2f2f}.gallery-item-title{margin-top:24px;color:#2f2f2f;font-weight:400;font-size:15px;letter-spacing:.02em}.gallery-nav-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;flex-shrink:0;padding:0}@media(max-width:768px){.gallery-item-viewer{flex-wrap:wrap;gap:16px}.gallery-item-img-wrapper{order:1;flex:0 0 100%;width:100%;height:60vh}.gallery-item-main-img{width:100%;height:100%;object-fit:contain}.gallery-nav-btn:first-child{order:2;flex:1;justify-content:flex-start}.gallery-nav-btn:last-child{order:3;flex:1;justify-content:flex-end}}@media(hover:none)and (pointer:coarse){.gallery-nav-btn{display:none}}
