@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--vh: 1vh;--app-min-h: calc(var(--vh) * 100)}@supports(height: 100svh){:root{--app-min-h: 100svh}}@supports(height: 100dvh){:root{--app-min-h: 100dvh}}@supports(-webkit-touch-callout: none){:root{--app-min-h: -webkit-fill-available}}:root{--color-bg: #eeeeee;--color-bg-modal: #202020;--color-text: #202020;--color-text-modal: #eeeeee;--color-bg-button: #f7f3ef;--color-text-button: #1e1e1e;--color-bg-button-active: #e6ded5;--color-text-button-active: #1e1e1e;--color-bg-button-disabled: #f0f0f0;--color-text-button-disabled: #b0b0b0;--color-bg-footer: #f5f5f5;--color-text-footer: #3b3b3b}body.dark{--color-bg: #202020;--color-bg-modal: #eeeeee;--color-text: #eeeeee;--color-text-modal: #202020;--color-bg-button: #3b3b3b;--color-text-button: #f5f5f5;--color-bg-button-active: #888888;--color-text-button-active: #ffffff;--color-bg-button-disabled: #2d2d2d;--color-text-button-disabled: #777777;--color-bg-footer: #3b3b3b;--color-text-footer: #f5f5f5}body{color:var(--color-text);-webkit-transition:color .4s;transition:color .4s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}@font-face{font-weight:700;font-family:"Hahmlet";font-display:swap;font-style:normal;src:local("Hahmlet Bold"),url("../font/Hahmlet-Bold.woff2") format("woff2"),url("../font/Hahmlet-Bold.ttf") format("truetype")}html{font-size:62.5%;font-family:"Montserrat",Pretendard,-apple-system,Apple SD Gothic Neo,맑은 고딕,Malgun Gothic,sans-serif;scroll-behavior:auto}@media(min-width: 768px)and (max-width: 1024px){html{font-size:55%}}@media(max-width: 767px){html{font-size:62.5%}}.u-blind{overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0, 0, 0, 0)}html.is-locked,body.is-locked{overflow:hidden}.header{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;z-index:1;top:4rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 10rem);margin:0 5rem;padding:1.2rem;border-bottom:2px solid #dfdfdf;mix-blend-mode:exclusion}@media(max-width: 767px){.header{top:1rem;width:calc(100% - 4rem);margin:0 2rem}}.header>h1{color:#dfdfdf;font-weight:700;font-size:1.8rem;letter-spacing:-0.02rem}@media(max-width: 767px){.header>h1{font-size:1.2rem}}.header>.header__email{color:#dfdfdf;font-weight:400;font-size:1.8rem}@media(max-width: 767px){.header>.header__email{font-size:1.2rem}}.header>.header__experience{color:#dfdfdf;font-weight:400;font-size:1.8rem}@media(max-width: 767px){.header>.header__experience{display:none}}.section-wrap{overflow:hidden}.section-wrap section article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:12rem;padding-bottom:12rem;background-color:var(--color-bg);-webkit-transition:background-color .4s;transition:background-color .4s}@media(max-width: 767px){.section-wrap section article{padding-top:5rem;padding-bottom:5rem}}.section-wrap section article>.l-inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:144rem;height:100%;margin:0 auto}@media(max-width: 767px){.section-wrap section article>.l-inner{width:100%;min-width:320px;padding-right:2rem;padding-left:2rem}}.section-wrap section article .l-article-tit{margin-bottom:5rem}@media(max-width: 767px){.section-wrap section article .l-article-tit{margin-bottom:2rem}}.section-wrap section article .l-article-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:8rem}@media(max-width: 767px){.section-wrap section article .l-article-content{row-gap:4rem}}.section-wrap section article h3{font-weight:700;font-size:4rem}@media(max-width: 767px){.section-wrap section article h3{font-size:3rem}}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3rem;background-color:var(--color-bg-footer)}.footer>small{color:var(--color-text-footer);font-style:normal;font-weight:700;font-size:1.7rem;line-height:100%;text-align:center}@media(max-width: 767px){.footer>small{font-size:1.4rem}}.layer{display:none;position:fixed;z-index:2;top:0;left:0;width:100%;height:var(--app-min-h);color:var(--color-text-modal)}.layer.is-active{display:block}.layer .layer__dimd{position:absolute;z-index:4;width:100%;height:100%;background-color:rgba(0,0,0,.85)}.layer .layer__content{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;position:absolute;z-index:5;top:50%;left:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(var(--app-min-h)*100 - 20rem);max-height:100rem;background-color:var(--color-bg-modal);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:0;visibility:hidden}@media(max-width: 767px){.layer .layer__content{top:0;left:0;width:100%;height:100%;max-height:none;-webkit-transform:translate(0);transform:translate(0)}}.layer .layer__content.is-active{opacity:1;visibility:visible;pointer-events:auto}.layer .layer__content:focus{outline:none}.layer .layer__content .layer__header{position:relative;padding:4rem}@media(max-width: 767px){.layer .layer__content .layer__header{padding:2rem}}.layer .layer__content .layer__header .layer__tit{width:calc(100% - 7rem);margin:0 auto;font-weight:700;font-size:3.5rem;line-height:100%;text-align:center}@media(max-width: 767px){.layer .layer__content .layer__header .layer__tit{width:calc(100% - 4.6rem);font-size:2.3rem}}.layer .layer__content .layer__header .layer__close{position:absolute;top:4rem;right:4rem;width:3.5rem;height:3.5rem;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0012 17.6426L28.2512 9.39258L30.6079 11.7492L22.3579 19.9992L30.6079 28.2492L28.2512 30.6059L20.0012 22.3559L11.7512 30.6059L9.39453 28.2492L17.6445 19.9992L9.39453 11.7492L11.7512 9.39258L20.0012 17.6426Z' fill='%23202020'/%3E%3C/svg%3E%0A");cursor:pointer;background-size:100% 100%;background-position:50% 50%;background-repeat:no-repeat}@media(max-width: 767px){.layer .layer__content .layer__header .layer__close{top:2rem;right:2rem;width:2.3rem;height:2.3rem}}.layer .layer__content .layer__body{overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 4rem 1rem}@media(max-width: 767px){.layer .layer__content .layer__body{padding:0 2rem 1rem}}.layer .layer__content .layer__body .layer__img{display:block;width:100%}.layer .layer__content .layer__body .layer__img img{width:100%}.layer .layer__content .layer__body .layer__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2rem}.layer .layer__content .layer__body .layer__meta>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.layer .layer__content .layer__body .layer__meta>div dt{-ms-flex-negative:0;flex-shrink:0;width:8rem;margin-right:1rem;font-weight:700;font-size:1.5rem;line-height:130%}@media(max-width: 767px){.layer .layer__content .layer__body .layer__meta>div dt{width:6.5rem;font-size:1.3rem}}.layer .layer__content .layer__body .layer__meta>div dd{font-weight:400;font-size:1.5rem;line-height:130%}@media(max-width: 767px){.layer .layer__content .layer__body .layer__meta>div dd{font-size:1.3rem}}.layer .layer__content .layer__body .layer__txt{margin-top:4rem;font-weight:500;font-size:1.8rem;line-height:120%;word-break:keep-all}@media(max-width: 767px){.layer .layer__content .layer__body .layer__txt{margin-top:3rem;font-size:1.5rem}}.layer .layer__content .layer__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4rem}@media(max-width: 767px){.layer .layer__content .layer__footer{padding:2rem}}.c-btn{display:block;min-width:12.8rem;padding:1.5rem 2rem;border-radius:3rem;background-color:var(--color-bg-button);color:var(--color-text-button);font-weight:500;font-size:2.5rem;line-height:100%;text-align:center;cursor:pointer}.c-btn.is-disabled{background-color:var(--color-bg-button-disabled);color:var(--color-text-button-disabled)}.c-btn[aria-selected=true]{background-color:var(--color-bg-button-active);color:var(--color-text-button-active)}@media(max-width: 767px){.c-btn{min-width:5rem;padding:1rem;border-radius:1.8rem;font-size:1.5rem}}.u-img-roll-box{overflow:hidden}.u-img-roll-box .u-img-roll{-o-object-fit:cover;object-fit:cover}.u-img-opa-box{overflow:hidden}.u-img-opa-box .u-img-opa{-o-object-fit:cover;object-fit:cover}.u-img-blur-box{overflow:hidden}.u-img-blur-box .u-img-blur{-o-object-fit:cover;object-fit:cover}.u-img-gray-box{overflow:hidden}.u-img-gray-box .u-img-gray{-o-object-fit:cover;object-fit:cover}.u-img-shadow-box{overflow:hidden}.u-img-shadow-box .u-img-shadow{-o-object-fit:cover;object-fit:cover}.u-img-dimd-box{overflow:hidden}.u-img-dimd-box .u-img-dimd{-o-object-fit:cover;object-fit:cover}.img-parallax-box{overflow:hidden;position:relative}.img-parallax-box .img-parallax{position:absolute;width:100%;height:auto}#wrap .section-wrap section{background-color:var(--color-bg)}#wrap .section-wrap section.visual .visual__intro{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:24rem}@media(max-width: 767px){#wrap .section-wrap section.visual .visual__intro{padding-top:10rem}}#wrap .section-wrap section.visual .visual__intro .visual__tit{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:2rem;width:100%;font-weight:700;font-size:13rem;font-family:Hahmlet}@media(max-width: 767px){#wrap .section-wrap section.visual .visual__intro .visual__tit{font-size:4rem}}#wrap .section-wrap section.visual .visual__intro .visual__tit.is-active .visual__tit-left{-ms-flex-item-align:start;align-self:flex-start}#wrap .section-wrap section.visual .visual__intro .visual__tit.is-active .visual__tit-right{-ms-flex-item-align:end;align-self:flex-end}#wrap .section-wrap section.profile{padding-top:0}#wrap .section-wrap section.profile .profile__news h4{margin-bottom:2rem;font-weight:600;font-size:2.8rem}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news h4{margin-bottom:1.5rem;font-size:2.6rem}}#wrap .section-wrap section.profile .profile__news .profile__about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10rem}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__about{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}}#wrap .section-wrap section.profile .profile__news .profile__about>.profile__img{-ms-flex-negative:0;flex-shrink:0;width:47rem;border-radius:4rem;aspect-ratio:1/1}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__about>.profile__img{width:100%}}#wrap .section-wrap section.profile .profile__news .profile__about>.profile__img>img{height:100%}#wrap .section-wrap section.profile .profile__news .profile__about .about-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:18rem}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__about .about-box{margin-top:2rem;margin-left:0}}#wrap .section-wrap section.profile .profile__news .profile__about .about-box>.profile__sign>figcaption{overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0, 0, 0, 0)}#wrap .section-wrap section.profile .profile__news .profile__about .about-box>.profile__sign>svg{width:14.3rem;height:auto;aspect-ratio:14.3/14.5}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__about .about-box>.profile__sign>svg{width:7.7rem}}#wrap .section-wrap section.profile .profile__news .profile__about .about-box>.profile__sign>svg>path{stroke:var(--color-text);stroke-width:1;fill:none}#wrap .section-wrap section.profile .profile__news .profile__about .about-box>p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:2rem;line-height:150%;word-break:keep-all}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__about .about-box>p{font-size:1.5rem}}#wrap .section-wrap section.profile .profile__news .profile__detail{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10rem}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__detail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}}#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box:first-of-type{width:47rem}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box:first-of-type{width:auto}}#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box+.detail-box{margin-left:18rem}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box+.detail-box{margin-top:4rem;margin-left:0}}#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box>.profile-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:1rem}#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box>.profile-list>li>dl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box>.profile-list>li>dl>dt{-ms-flex-negative:0;flex-shrink:0;width:17.5rem;font-size:2rem;line-height:130%}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box>.profile-list>li>dl>dt{width:14rem;font-size:1.6rem}}#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box>.profile-list>li>dl>dd{font-size:2rem;line-height:130%;word-break:keep-all}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__detail>.detail-box>.profile-list>li>dl>dd{font-size:1.6rem}}#wrap .section-wrap section.profile .profile__news .profile__skill>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__skill>ul{gap:1rem}}#wrap .section-wrap section.profile .profile__news .profile__skill>ul>li{-ms-flex-negative:0;flex-shrink:0;width:9rem}@media(max-width: 767px){#wrap .section-wrap section.profile .profile__news .profile__skill>ul>li{width:calc((100% - 4rem)/5)}}#wrap .section-wrap section.profile .profile__news .profile__skill>ul>li>img{aspect-ratio:1/1}#wrap .section-wrap section.work .work__board{min-height:var(--app-min-h)}#wrap .section-wrap section.work .work__board .tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:4rem;width:100%}@media(max-width: 767px){#wrap .section-wrap section.work .work__board .tabs{row-gap:3rem}}#wrap .section-wrap section.work .work__board .tabs .tabs__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem;width:100%}@media(max-width: 767px){#wrap .section-wrap section.work .work__board .tabs .tabs__list{gap:1rem}}#wrap .section-wrap section.work .work__board .tabs .tabs__panel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem}@media(max-width: 767px){#wrap .section-wrap section.work .work__board .tabs .tabs__panel{gap:2rem}}#wrap .section-wrap section.work .work__board .tabs .tabs__panel>.tabs__item{position:relative;width:calc((100% - 9rem)/4)}@media(max-width: 767px){#wrap .section-wrap section.work .work__board .tabs .tabs__panel>.tabs__item{width:calc((100% - 2rem)/2)}}#wrap .section-wrap section.work .work__board .tabs .tabs__panel>.tabs__item .tabs__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:1rem}#wrap .section-wrap section.work .work__board .tabs .tabs__panel>.tabs__item .tabs__card .tabs__img{display:block;width:100%;aspect-ratio:1920/969}#wrap .section-wrap section.work .work__board .tabs .tabs__panel>.tabs__item .tabs__card .tabs__img>img{height:100%}#wrap .section-wrap section.work .work__board .tabs .tabs__panel>.tabs__item .tabs__card .tabs__name{font-weight:400;font-size:1.7rem;line-height:120%;text-align:center;word-break:keep-all}@media(max-width: 767px){#wrap .section-wrap section.work .work__board .tabs .tabs__panel>.tabs__item .tabs__card .tabs__name{font-size:1.4rem}}#wrap .section-wrap section.work .work__board .tabs .tabs__panel>.tabs__item .tabs__btn{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}#wrap .section-wrap section.work .work__board .tabs .tabs__panel>.tabs__item.is-hidden{display:none}#wrap .section-wrap section.contact .contact__intro>.l-inner .contact__tit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;row-gap:3rem;min-height:var(--app-min-h)}@media(max-width: 767px){#wrap .section-wrap section.contact .contact__intro>.l-inner .contact__tit{row-gap:2rem}}#wrap .section-wrap section.contact .contact__intro>.l-inner .contact__tit>address{color:var(--color-text);font-weight:700;font-size:11rem;line-height:130%}@media(max-width: 767px){#wrap .section-wrap section.contact .contact__intro>.l-inner .contact__tit>address{font-size:3rem}}#wrap .section-wrap section.contact .contact__intro>.l-inner .contact__tit>p{font-size:2rem}@media(max-width: 767px){#wrap .section-wrap section.contact .contact__intro>.l-inner .contact__tit>p{font-size:1.7rem}}
