body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;margin:0;padding:0}body,html{overscroll-behavior:none}#root{background-color:#f5f5f5}#root,.App{min-height:100vh}.App{background:#fff}.header{height:5rem;left:0;position:fixed;right:0;top:0;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.header-container,.logo{align-items:center;display:flex;height:100%}.logo svg{fill:#333}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-menu a{color:#333;font-size:1rem;font-weight:400;text-decoration:none;transition:color .3s ease}.nav-menu a:hover{color:#666}.nav-menu .world-icon,.world-icon{filter:brightness(0) invert(0);height:20px;width:20px}.nav-menu .lang-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 8.825 1.175 4l1.063-1.062L6 6.7l3.763-3.763L10.825 4z'/%3E%3C/svg%3E");color:#333}.language-switch{position:relative}.language-button{background:none;border:none;color:#333;cursor:pointer;padding:.5rem}.lang-wrapper,.language-button{align-items:center;display:flex;gap:.5rem}.lang-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 8.825 1.175 4l1.063-1.062L6 6.7l3.763-3.763L10.825 4z'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:12px;border:none;color:#333;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 2rem .5rem 0}.lang-select:focus{outline:none}main{display:flex;justify-content:center;min-height:100vh}h1{color:#000;font-family:Pretendard;font-size:3.25rem;font-style:normal;font-weight:700;letter-spacing:.065rem;line-height:160%;text-align:center}.home-sections,.section{width:100%}.section{align-items:center;display:flex;justify-content:center}#section1,#section2,#section4{background-color:#fff;position:relative}#section1{height:120vh}#section2,#section3{height:100vh}#section3,#section4{flex-direction:column}#section4{align-items:center;display:flex;height:50vh;justify-content:center}#section5{height:50vh;overflow:hidden;position:relative}#section1 .video-background,#section5 .video-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}#section1 .video-background video,#section5 .video-background video{height:100%;object-fit:cover;width:100%}#section5 .section5-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center;z-index:2}#section5 .section5-content h2{font-size:3rem;margin-bottom:1rem}#section5 .section5-content p{font-size:1.25rem;margin-bottom:2rem;max-width:40rem}#section5 .email-form{display:flex;gap:1rem;max-width:30rem;width:100%}#section5 .email-form input{border:none;border-radius:.5rem;font-size:1rem;margin-right:1rem;padding:1rem;transition:box-shadow .3s;width:300px}#section5 .email-form input:focus{box-shadow:0 0 0 2px #71676f33;outline:none}#section5 .email-form button{background-color:#71676f;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:background-color .3s}#section5 .email-form button:hover{background-color:#5a5259}.welcome-text{color:#333;padding:0 2rem;position:absolute;text-align:center;top:30%;width:100%;z-index:1}.welcome-text h1{font-size:clamp(2rem,5vw,3rem);font-size:var(--font-size-h1);line-height:1.4;margin-bottom:1rem}.welcome-text p{font-size:1.5rem}:root{--font-size-base:1rem;--font-size-h1:clamp(2rem,5vw,3rem);--font-size-h2:clamp(1.5rem,4vw,2.5rem);--font-size-body:clamp(1rem,2vw,1.2rem)}.mobile-menu-button{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.mobile-menu-button span{background-color:#333;display:block;height:2px;margin:5px 0;transition:.3s;width:25px}.section3-container{height:50vh;overflow:hidden;position:relative;width:100%}.section3-container img{height:100%;object-fit:cover;width:100%}.section3-overlay{background-color:#0003}.section3-overlay,.section3-text{height:100%;left:0;position:absolute;top:0;width:100%}.section3-text{align-items:center;display:flex;justify-content:center;z-index:2}.section3-text h2{color:#fff;font-size:3.25rem;font-weight:700;line-height:1.4;line-height:160%;text-align:center;white-space:pre-line}.section4-container{background-color:#fff;display:flex;height:12.5rem;overflow:hidden;padding:2rem 0;position:relative;width:100%}.section4-container:after,.section4-container:before{content:"";height:100%;position:absolute;top:0;width:12.5rem;z-index:2}.section4-container:before{background:linear-gradient(90deg,#fff,#0000);left:0}.section4-container:after{background:linear-gradient(270deg,#fff,#0000);right:0}.section4-scroll{animation:scroll 20s linear infinite;display:flex;gap:2rem;width:fit-content}.section4-scroll.paused{animation-play-state:paused}.section4-item{align-items:center;display:flex;flex:0 0 12%;justify-content:center}.section4-item img{max-height:100%;max-width:100%;object-fit:contain}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}#section1 .video-background:after{background:linear-gradient(180deg,#0000 0,#fffc 50%,#fff);bottom:0;content:"";height:50%;left:0;position:absolute;width:100%}.section4-title{color:#000;font-size:3.25rem;font-weight:700;position:absolute;text-align:center;top:2rem;width:100%}.footer{background-color:#71676f;color:#fff;height:15rem;padding:2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr;margin:0 auto;max-width:1200px;width:100%}.footer-section{width:fit-content}.footer-section p{font-size:.8rem;font-weight:regular;margin-bottom:1.5rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.footer-section h4{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-section h5{font-size:.8rem;font-weight:200}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#d8d0d5}.footer-links a.active{color:#b8b0b5}.footer-copyright{border-top:.0625rem solid #ddd;grid-column:1/-1;margin-top:2rem;padding-top:2rem;text-align:center}.location-container{display:inline-block;position:relative}.location-button{background:none;border:none;color:#fff;cursor:pointer;font-size:inherit;padding:0}.location-button:hover{color:#d8d0d5}.map-tooltip{background-color:#fff;border-radius:8px;bottom:100%;box-shadow:0 2px 10px #0003;color:#333;left:50%;min-width:300px;padding:1rem;position:absolute;transform:translateX(-50%);z-index:1000}.map-tooltip p{margin:.5rem 0 0;text-align:left}#section4 .email-form button{background-color:#71676f;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background-color .3s}#section4 .email-form button:hover{background-color:#5a5259}#section1 .video-credit{bottom:15rem;color:#71676fb3;font-size:.8rem;opacity:0;position:absolute;right:5rem;z-index:1}#section5 .video-credit{opacity:0}.footer-section .information{color:#fff;font-family:Pretendard,sans-serif;gap:.5rem}.footer-section .information h5{font-size:1.3rem;font-weight:700;margin-bottom:1rem}.footer-section .information p{font-size:.9rem;font-weight:300;line-height:1.6;margin-bottom:.5rem;opacity:.9}.section2-container{align-items:center;display:flex;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:4rem 2rem}.section2-text{flex:1 1}.section2-text h2{color:#333;font-size:1.5rem;font-weight:500;line-height:1.6}.section2-image{flex:1 1}.section2-image img{border-radius:1rem;height:auto;width:100%}@media (max-width:1024px){.header-container{padding:0 2rem}.nav-menu{gap:1.5rem}.section4-item{height:6rem;margin:0 1rem}.section4-scroll{gap:.8rem;width:500%}}@media (max-width:768px){.header{height:80px}.header-container{padding:0 2rem}.nav-menu{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff4d;display:none;flex-direction:column;gap:1rem;left:0;padding:1rem;position:absolute;right:0;top:100%}.nav-menu.active{display:flex}.mobile-menu-button{display:block}.logo img{height:1.2rem}.footer-section .information{text-align:center}.footer-section .information h5{font-size:1.3rem}.footer-section .information p{font-size:.9rem}.section2-container{flex-direction:column;gap:2rem;padding:2rem 1rem}.section2-text h2{font-size:1.4rem}.section3-text h2{font-size:1.8rem}.section4-item{height:7rem;margin:0 .5rem;width:5rem}.footer{height:fit-content}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-section{text-align:left;width:fit-content}.footer-links{align-items:left}.footer-section .information{text-align:left}.section4-scroll{width:300%}}@media (max-width:480px){.header{height:80px}.header-container{padding:0 2rem}.nav-menu{padding:.75rem}.nav-menu a{font-size:.9rem}.h2{font-size:1rem}#section2{height:fit-content}#section3{height:60vh}.section2-text h2{font-size:1.2rem}.section2-text{text-align:left}.section4-scroll{width:300%}}.news-page{background-color:#f5f5f5;justify-items:center;min-height:100vh;position:relative;width:100%}.news-page h1{color:#333;font-size:3.25rem;font-weight:700;justify-content:center;margin-bottom:3rem;text-align:center}.news-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fill,minmax(22rem,1fr));height:fit-content;justify-items:center;margin:0 auto;max-width:100%;width:100}.news-card{animation:slideInFromRight .8s ease-out forwards;background:#fff;border-radius:1rem;box-shadow:0 .25rem .375rem #0000001a;color:inherit;display:flex;flex-direction:column;height:32rem;opacity:0;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:22rem}.news-card:hover{box-shadow:0 .375rem .75rem #00000026;transform:translateY(-.3125rem)}.news-image{height:12.5rem;overflow:hidden;width:100%}.news-image img{height:100%;object-fit:cover;width:100%}.news-content{height:20rem;padding:1.5rem}.news-content h2{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.news-meta{color:#666;display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.news-summary{color:#555;font-size:1rem;line-height:1.6}.history-timeline{gap:10rem;margin:0 auto}.history-item,.history-timeline{position:relative;width:fit-content}.history-item{border-left:.125rem solid #71676f;margin-bottom:2.5rem;min-height:2.5rem;opacity:0;transform:translateY(3.125rem);transition:opacity .7s ease-out,transform .7s ease-out}.history-item.animate{opacity:1;transform:translateY(0)}.year{color:#71676f;font-weight:800;margin-left:1rem;position:relative;top:0}.content,.year{font-size:1.2rem;line-height:1.8}.content{color:#333;padding-left:2.5rem;width:fit-content}.content ul{list-style-type:none;margin:0;padding-left:0}.content li{line-height:1.8;margin-bottom:0;width:fit-content}@media (max-width:768px){.history-timeline{grid-gap:0;display:grid;gap:0;height:min-content;justify-content:center;padding:2rem;width:100%}.content,.year{font-size:1.2rem}.content{padding-left:1.25rem}}.section5{height:50vh;overflow:hidden;position:relative;width:100%}.video-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.video-background video{height:100%;object-fit:cover;width:100%}.section5-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:3.75rem 1.25rem;position:relative;text-align:center;z-index:2}.section5-content h2{font-size:3rem;margin-bottom:1rem}.section5-content p{font-size:1.25rem;margin-bottom:2rem;max-width:40rem}.email-form{display:flex;gap:1rem;max-width:40rem;width:100%}.email-form input{border:none;border-radius:.5rem;font-size:1rem;margin-right:1rem;padding:1rem;transition:box-shadow .3s;width:300px}.email-form input:focus{box-shadow:0 0 0 .125rem #71676f33;outline:none}.email-form button{background-color:#71676f;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;padding:1rem 2rem;transition:background-color .3s}.email-form button:hover{background-color:#5a5259}.history-content-wrapper{display:flex;justify-content:flex-start;position:relative;width:fit-content}#section5 .video-credit{bottom:2rem;color:#ffffffb3;font-size:.8rem;position:absolute;right:5rem;z-index:1}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.news-card:first-child{animation-delay:.1s}.news-card:nth-child(2){animation-delay:.3s}.news-card:nth-child(3){animation-delay:.5s}.news-card:nth-child(4){animation-delay:.7s}.news-card:nth-child(5){animation-delay:.9s}.history-item:first-child.animate{transition-delay:.1s}.history-item:nth-child(2).animate{transition-delay:.25s}.history-item:nth-child(3).animate{transition-delay:.4s}.history-item:nth-child(4).animate{transition-delay:.55s}.section1{align-items:center;display:flex;flex-direction:column;min-height:100vh;width:100%}.section1 h1{margin-bottom:6rem;margin-top:6rem}.section2{align-items:center;display:flex;min-height:80vh;width:100%}.scroll-down-button{animation:buttonAnimation 2s ease-in-out infinite;background:none;background-color:#f5f5f5cc;border:none;bottom:0;cursor:pointer;height:7rem;justify-self:center;padding:1rem;position:fixed;transition:transform .3s ease;width:100%;z-index:100}.scroll-down-button:hover{transform:translateX(-3.125rem) translateY(.3125rem)}.scroll-down-button img{filter:brightness(0) saturate(100%) invert(80%);height:3rem;width:3rem}@keyframes buttonAnimation{0%{transform:translateY(0)}50%{transform:translateY(.625rem)}to{transform:translateY(0)}}@media (max-width:768px){.news-container{grid-template-columns:1fr;padding:0}.section2{min-height:60vh}.section5{height:auto;min-height:50vh;padding:60px 20px}.section5-content h2{font-size:2.5rem}.email-form{flex-direction:column}.email-form button,.email-form input{margin-right:0;width:100%}}@media (max-width:480px){.content li{font-size:1.1rem}.history-timeline{margin-top:2rem}}.contact-page{background-color:#fff;min-height:100vh;padding-top:5rem}.contact-hero,.contact-page{position:relative;width:100%}.contact-hero{align-items:end;background-color:#daebd3;display:flex;height:40vh;justify-content:center;overflow:hidden}.work-image{bottom:0;height:70%;object-fit:contain;opacity:.8;position:absolute}.contact-content{background-color:#fff;padding:80px 5%;width:100%}.contact-content.map-section{background-color:#f5f5f5;width:100%}.contact-grid{display:flex;flex-direction:row;gap:2rem;margin:0 auto;width:80%}.contact-left{display:flex;flex-direction:column;padding:30px 60px;width:auto}.contact-left.map-section{min-width:520px;padding:0}.contact-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1.25rem;text-align:center;width:100%}.contact-image{align-self:center;border-radius:.5rem;height:auto;max-width:25rem;width:100%}.contact-right{display:flex;flex-direction:column;justify-content:center;width:auto}.contact-box{padding:20px}.contact-subtitle{color:#71676f;font-size:1.7rem;font-weight:600;margin-bottom:.9375rem}.contact-email{color:#666;font-size:1.3rem;word-break:break-all}.contact-section-2,.contact-section-3{background-color:#fff;min-height:100vh;padding:4rem 2rem;width:100%}.map-container{border-radius:.75rem;height:25rem;min-width:440px;overflow:hidden;width:100%}.map-box{display:flex;flex-direction:column;height:fit-content;justify-content:center;padding:1.25rem}.contact-address{line-height:1.6}.contact-address,.contact-tel{color:#666;font-size:1.2rem}.credit{bottom:2rem;color:#fff;font-size:.8rem;opacity:0;position:absolute;right:5rem;z-index:1}#section5 .LinktoRecruit{background:#71676f80;border:none;border-radius:.5rem;box-shadow:0 4px 4px 0 #00000040;color:#fcfcfc;cursor:pointer;font-size:1.5rem;font-weight:700;padding:.9rem 1.8rem}@media (max-width:768px){.contact-hero{height:441px}.work-image{width:fix}.contact-left{padding:0}.contact-grid{flex-direction:column;gap:2rem}.contact-left.map-section,.map-container{max-width:100%;min-width:0}}@media (max-width:1024px){.contact-grid{flex-direction:column}}
/*# sourceMappingURL=main.4a6213b8.css.map*/