input{width:100%;font-family:Manrope,Pretendard,sans-serif;font-size:15px;line-height:20px;font-weight:400;background:#f5f5f5;color:#212121;border:none}input::placeholder{font-family:Manrope,Pretendard,sans-serif;font-size:15px;line-height:20px;font-weight:400;color:#212121}button{width:100%;background:none;border:none;font-family:Manrope,Pretendard,sans-serif;font-size:15px;line-height:20px;font-weight:400;color:#212121;white-space:nowrap;cursor:pointer}button.terms{text-decoration:underline}textarea{resize:none;width:100%;height:100%;border:none;font-family:Manrope,Pretendard,sans-serif;font-size:13px;line-height:20px;font-weight:400;background:#f5f5f5;color:#212121}textarea::placeholder{font-family:Manrope,Pretendard,sans-serif;font-size:13px;line-height:20px;font-weight:400;color:#212121}.radiobox-multi-box,.radiobox-wrap{display:flex;align-items:center;justify-content:flex-start}.radiobox-wrap{width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Manrope,Pretendard,sans-serif;font-size:15px;line-height:20px;font-weight:400;white-space:nowrap;color:#212121}.radiobox-wrap input{display:none}.radiobox-wrap input:checked+.checkmark{background-color:#212121}.radiobox-wrap .checkmark{width:15px;height:15px;background-color:#f5f5f5;border:1px solid #212121;margin-right:10px;position:relative;transition:background-color .2s}.radiobox-wrap.white input{display:none}.radiobox-wrap.white input:checked+.checkmark{background-color:#f5f5f5}.radiobox-wrap.white .checkmark{background-color:#212121;border:1px solid #f5f5f5}.spinner-box{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh}.spinner-box .spinner{z-index:100;width:56px;height:56px;border-radius:50%;border:9px solid #dbdcef;border-right-color:#212121;animation:spinner-d3wgkg 1s linear infinite}@keyframes spinner-d3wgkg{to{transform:rotate(1turn)}}.office-wrapper .detail-swiper-wrap{padding:320px 50px 62px}.office-wrapper .detail-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.office-wrapper .detail-title .title{display:inline-block;position:relative;font-family:Manrope,Pretendard,sans-serif;font-size:50px;line-height:68px;font-weight:500;color:#212121}.office-wrapper .detail-title .title:after{content:"";position:absolute;width:100%;transform:scaleX(0);border-radius:5px;height:1px;bottom:0;left:0;background:#212121;transform-origin:bottom right;transition:transform .25s ease-out}.office-wrapper .detail-title .title:hover:after{transform:scaleX(1);transform-origin:bottom left}.office-wrapper .detail-title .back-title{display:inline-block;position:relative;color:#bfbfbf;cursor:pointer}.office-wrapper .detail-title .back-title button{font-family:Manrope,Pretendard,sans-serif;font-size:50px;line-height:68px;font-weight:500;color:#bfbfbf}.office-wrapper .detail-title .back-title:hover:after{transform:scaleX(1);transform-origin:bottom left}.office-wrapper .detail-title .back-title:after{content:"";position:absolute;width:100%;transform:scaleX(0);border-radius:5px;height:1px;bottom:0;left:0;background:#bfbfbf;transform-origin:bottom right;transition:transform .25s ease-out}.office-wrapper .detail-title .back-title:before{content:"<";position:absolute;top:50%;left:-32px;font-size:50px;color:#bfbfbf;transform:translateY(-50%)}.office-wrapper .project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:12px;column-gap:12px;grid-row-gap:15px;row-gap:15px}.office-wrapper .project-grid-item{display:flex;flex-direction:column;gap:5px;min-width:0;text-decoration:none;color:inherit;cursor:pointer}.office-wrapper .project-grid-item__image{position:relative;width:100%;aspect-ratio:5/4;overflow:hidden;background:#f5f5f5}.office-wrapper .project-grid-item__image img{object-fit:cover}.office-wrapper .project-grid-item__image .front-img{opacity:1;z-index:1}.office-wrapper .project-grid-item__image .spinner-box{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:0}.office-wrapper .project-grid-item__title{width:100%;min-width:0;max-width:100%;height:75px;overflow:hidden;font-family:Manrope,Pretendard,sans-serif;font-size:20px;line-height:24px;font-weight:600;color:#212121}.office-wrapper .project-grid-item__title .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;width:100%;min-width:0;max-width:100%;margin:0;line-height:24px;white-space:normal;overflow:hidden;word-break:keep-all;overflow-wrap:break-word}.office-wrapper .project-grid-item__title .title-primary{display:inline;white-space:normal}.office-wrapper .project-grid-item__title .eng{display:inline;word-break:keep-all;overflow-wrap:break-word}@media(max-width:1100px)and (min-width:1000px){.office-wrapper .project-grid-item__title{height:66px}.office-wrapper .project-grid-item__title .title{-webkit-line-clamp:2;line-height:24px}}.office-wrapper .detail-pagination{display:flex;justify-content:center;margin-top:175px;gap:16px}.office-wrapper .detail-pagination button{position:relative;width:23px;height:23px;cursor:pointer;border-radius:4px;font-family:Manrope,Pretendard,sans-serif;font-size:30px;line-height:40px;font-weight:400;color:#212121;border:none;background:none;line-height:23px}.office-wrapper .detail-pagination button.active{font-weight:700}.office-wrapper .detail-pagination button.arrow{display:flex;align-items:center;justify-content:center;font-weight:700;margin-left:16px}.office-wrapper .detail-pagination button:after{content:"";position:absolute;width:100%;transform:scaleX(0);border-radius:5px;height:1px;bottom:-4px;left:0;background:#212121;transform-origin:bottom right;transition:transform .25s ease-out}.office-wrapper .detail-pagination button.active:after,.office-wrapper .detail-pagination button:hover:after{transform:scaleX(1);transform-origin:bottom left}@media(max-width:999px){.office-wrapper .detail-swiper-wrap{padding:260px 20px 40px}.office-wrapper .detail-title{margin-bottom:45px}.office-wrapper .detail-title .back-title button,.office-wrapper .detail-title .title{font-family:Manrope,Pretendard,sans-serif;font-size:40px;line-height:50px;font-weight:500}.office-wrapper .detail-title .back-title:before{top:46%;left:-25px;font-size:40px}.office-wrapper .project-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:12px}.office-wrapper .project-grid-item{gap:5px}.office-wrapper .project-grid-item__image{aspect-ratio:5/4}.office-wrapper .project-grid-item__title{height:42px;font-family:Manrope,Pretendard,sans-serif;font-size:16px;line-height:22px;font-weight:600}.office-wrapper .project-grid-item__title .title{-webkit-line-clamp:2;line-height:20px}.office-wrapper .project-grid-item__title .title-primary{white-space:normal}.office-wrapper .project-grid-item__title .kor{word-break:keep-all;overflow-wrap:break-word}.office-wrapper .detail-pagination{margin-top:120px}.office-wrapper .detail-pagination button{font-family:Manrope,Pretendard,sans-serif;font-size:24px;line-height:30px;font-weight:400}}@media(max-width:767px){.office-wrapper .detail-swiper-wrap{padding:150px 15px 24px}.office-wrapper .detail-title{margin-bottom:24px}.office-wrapper .detail-title .back-title button,.office-wrapper .detail-title .title{font-family:Manrope,Pretendard,sans-serif;font-size:23px;line-height:30px;font-weight:500}.office-wrapper .detail-title .back-title:before{left:-18px;font-size:23px}.office-wrapper .project-grid-item{gap:3px}.office-wrapper .project-grid-item__image{aspect-ratio:1.2/1}.office-wrapper .project-grid-item__title{height:34px;font-family:Manrope,Pretendard,sans-serif;font-size:13px;line-height:20px;font-weight:500}.office-wrapper .project-grid-item__title .title{-webkit-line-clamp:2;line-height:16px}.office-wrapper .project-grid-item__title .title-primary{white-space:normal}.office-wrapper .project-grid-item__title .kor{word-break:keep-all;overflow-wrap:break-word}.office-wrapper .detail-pagination{margin-top:80px;gap:12px}.office-wrapper .detail-pagination button{font-family:Manrope,Pretendard,sans-serif;font-size:16px;line-height:22px;font-weight:400;width:18px;height:18px;line-height:18px}}