:root{--moreon-background:#fff;--moreon-muted:#888;--moreon-sub-point:#ffe8b9;--moreon-validation-color:red;--moreon-frame-width:1280;--moreon-frame-height:1080;--moreon-home-width:1280px}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--moreon-background);color:#000;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.moreon-validation-message,.moreon-account-field-error{color:red;margin-top:12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.45}.moreon-page{background:var(--moreon-background);place-items:center;width:100vw;height:100svh;min-height:100svh;display:grid;overflow:hidden}.moreon-page__title{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.moreon-frame{width:min(100vw, 1280px, calc(100svh * var(--moreon-frame-width) / var(--moreon-frame-height)));aspect-ratio:var(--moreon-frame-width) / var(--moreon-frame-height);background:var(--moreon-background);position:relative;overflow:hidden}.moreon-frame--link{color:inherit;cursor:pointer;text-decoration:none;display:block}.moreon-logo{-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;height:auto;display:block;position:absolute}.moreon-logo--primary{left:calc(473 / var(--moreon-frame-width) * 100%);top:calc(410 / var(--moreon-frame-height) * 100%);width:calc(337 / var(--moreon-frame-width) * 100%)}.moreon-logo--academy{left:calc(262 / var(--moreon-frame-width) * 100%);top:calc(611 / var(--moreon-frame-height) * 100%);width:calc(757 / var(--moreon-frame-width) * 100%)}
.moreon-home-header{z-index:50;isolation:isolate;width:min(100%, var(--moreon-home-width));background:var(--moreon-background);justify-content:space-between;align-items:center;height:66px;margin:0 auto;padding:24px 48px;display:flex;position:relative;overflow:visible}.moreon-home-header__dropdown-backdrop{z-index:0;pointer-events:none;width:100%;height:100%;transition:height .3s ease-in-out;position:absolute;top:0;left:0}.moreon-home-header:has(.moreon-home-nav__group[data-open=true]) .moreon-home-header__dropdown-backdrop{height:410px}.moreon-home-logo,.moreon-home-nav{z-index:1;position:relative}.moreon-home-logo{width:340px;min-height:44px;color:inherit;align-items:center;margin:-13px 0;text-decoration:none;transition:opacity .16s;display:flex}.moreon-home-logo img{width:340px;height:18px;display:block}.moreon-home-nav{align-items:center;gap:15px;font-family:Gellix,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1;display:flex}.moreon-home-nav__group{align-items:center;display:flex;position:relative}.moreon-home-nav__item{color:#000;white-space:nowrap;text-decoration:none;transition:opacity .3s ease-in-out}.moreon-home-nav__button{font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.moreon-home-nav__dropdown{z-index:52;opacity:1;pointer-events:none;visibility:hidden;flex-direction:column;gap:10px;min-width:78px;max-height:0;transition:max-height .3s ease-in-out,visibility 0s linear .3s;display:flex;position:absolute;top:40px;left:0;overflow:hidden}.moreon-home-nav__group[data-open=true] .moreon-home-nav__dropdown{pointer-events:auto;visibility:visible;max-height:84px;transition-delay:0s}.moreon-home-nav__dropdown-item{color:#000;width:fit-content;font-size:14px;font-weight:400;line-height:1.5;text-decoration:none;transition:opacity .3s ease-in-out}.moreon-home-logo:hover,.moreon-home-nav__item:hover,.moreon-home-nav__button:hover,.moreon-home-nav__dropdown-item:hover,.moreon-home-header__mobile-link:hover,.moreon-home-header__mobile-sublink:hover,.moreon-home-button:hover,.moreon-home-footer a:hover{opacity:.6}.moreon-home-header__menu-toggle{cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.moreon-home-header__menu-icon{background:linear-gradient(#000,#000) 50%/22px 2px no-repeat;width:22px;height:14px;display:block;position:relative}.moreon-home-header__menu-icon:before,.moreon-home-header__menu-icon:after{content:"";background:#000;width:22px;height:2px;transition:transform .2s,top .2s,bottom .2s,opacity .2s;position:absolute;left:0}.moreon-home-header__menu-icon:before{top:0}.moreon-home-header__menu-icon:after{bottom:0}.moreon-home-header[data-mobile-menu-open=true] .moreon-home-header__menu-icon{background:0 0}.moreon-home-header[data-mobile-menu-open=true] .moreon-home-header__menu-icon:before{top:6px;transform:rotate(45deg)}.moreon-home-header[data-mobile-menu-open=true] .moreon-home-header__menu-icon:after{bottom:6px;transform:rotate(-45deg)}.moreon-home-header__mobile-panel{display:none}@media (max-width:900px){.moreon-home-header{align-items:center;height:66px;padding:12px 20px}.moreon-home-logo{width:auto;max-width:calc(100% - 52px);margin:0}.moreon-home-logo img{width:min(240px,100%);height:auto}.moreon-home-header__menu-toggle{z-index:130;display:inline-flex;position:relative}.moreon-home-nav--desktop{display:none}.moreon-home-header:has(.moreon-home-nav__group[data-open=true]) .moreon-home-header__dropdown-backdrop{height:100%}.moreon-home-header__mobile-panel{z-index:120;pointer-events:none;visibility:hidden;display:block;position:fixed;inset:0}.moreon-home-header[data-mobile-menu-open=true] .moreon-home-header__mobile-panel{pointer-events:auto;visibility:visible}.moreon-home-header__mobile-backdrop{cursor:pointer;background:#00000073;border:0;position:absolute;inset:0}.moreon-home-header__mobile-nav{background:#fff;flex-direction:column;width:min(320px,100%);height:100%;padding:72px 24px 32px;transition:transform .28s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 24px #00000014}.moreon-home-header[data-mobile-menu-open=true] .moreon-home-header__mobile-nav{transform:translate(0)}.moreon-home-header__mobile-link,.moreon-home-header__mobile-link--button{color:#000;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #eee;width:100%;padding:16px 0;font:400 16px/1.2 Gellix,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;display:block}.moreon-home-header__mobile-submenu{flex-direction:column;gap:4px;padding:0 0 8px 12px;display:flex}.moreon-home-header__mobile-sublink{color:#666;padding:10px 0;font:400 14px/1.2 Gellix,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;display:block}}@media (max-width:520px){.moreon-home-header__mobile-nav{width:100%}}
.moreon-home{background:var(--moreon-background);min-height:100svh}.moreon-home-frame{width:min(100%, var(--moreon-home-width));background:var(--moreon-background);min-height:2513px;margin:0 auto;position:relative}.moreon-home-hero{-o-object-fit:cover;object-fit:cover;width:100%;height:553px;display:block}.moreon-home-row{justify-content:center;align-items:center;gap:64px;height:552px;padding:36px 48px 40px;display:flex}.moreon-home-row--second{height:512px;padding:40px 48px}.moreon-home-row__image{-o-object-fit:cover;object-fit:cover;border-radius:10px;flex:none;width:742px;height:432px;display:block}.moreon-home-content{flex-direction:column;flex:1 1 0;justify-content:center;min-width:0;height:100%;display:flex}.moreon-home-content--left{align-items:flex-start}.moreon-home-content--right{text-align:right;align-items:flex-end}.moreon-home-content__text{flex-direction:column;gap:14px;display:flex}.moreon-home-content h2{margin:0;font-size:20px;font-weight:500;line-height:1.1}.moreon-home-content p{color:var(--moreon-muted);margin:0;font-size:14px;font-weight:400;line-height:1.1}.moreon-home-button{background:var(--moreon-sub-point);color:#000;white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;height:38px;margin-top:30px;padding:12px 16px;font-size:14px;line-height:1.1;text-decoration:none;transition:opacity .16s;display:inline-flex}.moreon-home-gallery{width:100%;margin-top:38px;overflow:hidden}.moreon-home-gallery__viewport{padding:32px 0;overflow:hidden}.moreon-home-gallery__track{will-change:transform;width:max-content;animation:24s linear infinite moreon-home-gallery-marquee;display:flex}.moreon-home-gallery__group{flex-shrink:0;align-items:center;gap:10px;padding-right:10px;display:flex}.moreon-home-gallery__image{-o-object-fit:cover;object-fit:cover;border-radius:10px;flex:none;width:305px;height:410px;display:block}@keyframes moreon-home-gallery-marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.moreon-home-gallery__track{animation:none}}.moreon-home-footer{background:var(--moreon-background);height:318px;font-family:Gellix,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;line-height:1.1;position:relative}.moreon-home-footer p,.moreon-home-footer a{color:#000;margin:0;text-decoration:none}.moreon-home-footer__left{position:absolute;top:100px;left:48px}.moreon-home-footer__left a,.moreon-home-footer__left .moreon-home-footer__link{display:block}.moreon-home-footer__address{display:block;position:absolute;top:100px;left:406px}.moreon-home-footer__right{text-align:right;flex-direction:column;align-items:flex-end;gap:4px;display:flex;position:absolute;top:100px;right:48px}.moreon-home-footer__company,.moreon-home-footer__ceo,.moreon-home-footer__business,.moreon-home-footer__tel,.moreon-home-footer__email{position:absolute;bottom:31px;color:var(--moreon-muted)!important}.moreon-home-footer__company{left:48px}.moreon-home-footer__ceo{left:178px}.moreon-home-footer__business{left:248px}.moreon-home-footer__tel{left:426px}.moreon-home-footer__email{left:542px}.moreon-home-footer__copyright{white-space:nowrap;position:absolute;bottom:31px;right:48px}
@media (max-width:900px){.moreon-home-frame{min-height:0}.moreon-home-hero{aspect-ratio:1280/553;height:auto}.moreon-home-row,.moreon-home-row--second{flex-direction:column;gap:28px;height:auto;padding:48px 20px}.moreon-home-row--second{flex-direction:column-reverse}.moreon-home-row__image{aspect-ratio:742/432;width:100%;max-width:742px;height:auto}.moreon-home-content,.moreon-home-content--right{text-align:left;align-items:flex-start;width:100%}.moreon-home-content p br{display:none}.moreon-home-gallery__viewport{padding:32px 0}.moreon-home-gallery__image{width:220px;height:296px}.moreon-home-footer{grid-template-columns:1fr 1fr;gap:24px;height:auto;padding:56px 20px 32px;display:grid}.moreon-home-footer__left,.moreon-home-footer__address,.moreon-home-footer__right,.moreon-home-footer__company,.moreon-home-footer__ceo,.moreon-home-footer__business,.moreon-home-footer__tel,.moreon-home-footer__email,.moreon-home-footer__copyright{position:static}.moreon-home-footer__right{text-align:left;align-items:flex-start}.moreon-home-footer__copyright{white-space:normal}}@media (max-width:520px){.moreon-home-gallery__image{width:180px;height:242px}.moreon-home-footer{grid-template-columns:1fr}}
.moreon-subpage{background:#fff;min-height:100svh}html:has(.moreon-replica){scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html:has(.moreon-replica){scroll-behavior:auto}}.moreon-replica{background:#fff;width:min(100%,1280px);margin:0 auto;line-height:0;position:relative}.moreon-replica img{-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.moreon-replica__hotspot{z-index:5;min-width:44px;min-height:44px;transition:opacity .16s;display:block;position:absolute}.moreon-replica__scroll-target{pointer-events:none;width:1px;height:1px;scroll-margin-top:24px;position:absolute;left:0}.moreon-replica a:focus-visible{outline-offset:2px;outline:2px solid #000}.moreon-replica__hotspot:hover{opacity:.6}.moreon-replica__header-shell,.moreon-replica__footer-shell{background:#fff;width:100%;line-height:normal;position:absolute;left:0}.moreon-replica__header-shell{z-index:4;height:66px;top:0}.moreon-replica__footer-shell{z-index:3;height:318px}@media (max-width:900px){:is(.moreon-replica__header-shell:has(.moreon-home-header[data-mobile-menu-open=true]),.moreon-replica__header-shell:has(.moreon-home-nav__group[data-open=true])){z-index:200}}.moreon-replica__brand{width:26.6%;top:min(16px,1.25vw);left:3.75%}.moreon-replica nav a{top:min(11px,.86vw)}.moreon-replica__home{width:4.3%;left:54.3%}.moreon-replica__about{width:4.7%;left:59.3%}.moreon-replica__instructor{width:7.4%;left:64%}.moreon-replica__curriculum{width:7.4%;left:72%}.moreon-replica__contents{width:6.6%;left:80.1%}.moreon-replica__recruit{width:5.7%;left:87.1%}.moreon-replica__login{width:4.2%;left:92.7%}.moreon-replica__text{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:0;padding:0;line-height:1;position:absolute;top:0;left:0;overflow:hidden}.moreon-login-page{background:var(--moreon-background);min-height:100svh}.moreon-login-page__main{width:min(100%,1280px);min-height:696px;margin:0 auto;padding:194px 280px 0}.moreon-login-page__title{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.moreon-login-form,.moreon-login-page__links{width:720px;max-width:100%}.moreon-login-form__field{color:#000;border-bottom:1px solid #e6e6e6;align-items:center;height:55px;font-family:Gellix,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1;display:flex}.moreon-login-form__label{flex:none;margin-right:13px;font-weight:600}.moreon-login-form__field input{color:#000;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;padding:0}.moreon-login-form__field input::placeholder{color:var(--moreon-muted);opacity:1}.moreon-login-form__field:focus-within{border-bottom-color:#000}.moreon-login-form__button{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;width:100%;height:59px;font-family:Gellix,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1;transition:opacity .16s,transform .16s;display:flex}.moreon-login-form__button:hover{opacity:.6}.moreon-login-form__button:active{transform:translateY(1px)}.moreon-login-form__button:focus-visible,.moreon-login-page__link:focus-visible{outline-offset:2px;outline:2px solid #000}.moreon-login-form__button--primary{background:var(--moreon-sub-point);color:#000;border:0;margin-top:36px}.moreon-login-form__button--kakao{color:#000;background:#fff;border:1px solid #d9d9d9;margin-top:10px}.moreon-login-page__links{justify-content:space-between;margin-top:14px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1;display:flex}.moreon-login-page__link{color:var(--moreon-muted);text-decoration:none;transition:opacity .16s}.moreon-login-page__link:hover{opacity:.6}@media (max-width:900px){.moreon-login-page__main{min-height:560px;padding:156px 20px 64px}}@media (max-width:520px){.moreon-login-page__main{min-height:520px;padding-top:112px}.moreon-login-page__links{font-size:12px}}
.moreon-account-page{background:#fff;min-height:100svh}.moreon-account-page__main{width:min(100%,1280px);min-height:696px;margin:0 auto;padding:263px 280px 0}.moreon-account-page--signup .moreon-account-page__main{min-height:1167px;padding-top:99px}.moreon-account-page--mypage .moreon-account-page__main{min-height:1093px;padding-top:99px}.moreon-account-page--mypage .moreon-account-field,.moreon-account-page--mypage .moreon-account-email{margin-top:36px}.moreon-account-page--mypage .moreon-account-field>input[readonly]{color:#000;cursor:default}.moreon-account-tabs,.moreon-account-form{width:720px;max-width:100%}.moreon-account-tabs{border-bottom:1px solid #777;grid-template-columns:1fr 1fr;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;line-height:1;display:grid}.moreon-account-tabs a{color:#999;padding-bottom:18px;text-decoration:none}.moreon-account-tabs a:nth-child(2){text-align:right}.moreon-account-tabs a.is-active{color:#000}.moreon-account-page__title{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.moreon-account-signup-title{letter-spacing:0;margin:0 0 28px;font-size:24px;font-weight:800;line-height:1}.moreon-account-field,.moreon-account-email{color:#000;gap:25px;margin-top:52px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;line-height:1;display:grid}.moreon-account-page--signup .moreon-account-field,.moreon-account-page--signup .moreon-account-email{margin-top:36px}.moreon-account-field>input,.moreon-account-email input,.moreon-account-phone input,.moreon-account-phone select,.moreon-account-verification input{color:#000;background:0 0;border:0;border-bottom:1px solid #d9d9d9;border-radius:0;outline:0;min-width:0;height:38px;padding:0;font:500 14px/1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-account-field input::-moz-placeholder{color:#999;opacity:1}.moreon-account-email input::-moz-placeholder{color:#999;opacity:1}.moreon-account-field input::placeholder,.moreon-account-email input::placeholder{color:#999;opacity:1}.moreon-account-field:focus-within>input,.moreon-account-email input:focus,.moreon-account-email__domain:focus-within input,.moreon-account-phone input:focus,.moreon-account-phone select:focus,.moreon-account-verification input:focus{border-bottom-color:#000}.moreon-account-phone{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.moreon-account-phone select,.moreon-account-phone input{flex:0 0 68px;width:68px}.moreon-account-phone button,.moreon-account-verification button{white-space:nowrap;color:#000;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:7px;flex:none;width:auto;height:38px;padding:12px 27px 11px;font:400 14px/1.1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-account-page--signup .moreon-account-phone button{margin-left:9px}.moreon-account-phone-change{color:#666;cursor:pointer;background:0 0;border:0;margin-top:8px;padding:0;font:400 12px/1.4 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:underline}.moreon-account-email{grid-template-columns:1fr}.moreon-account-email__row{align-items:end;gap:12px;display:flex}.moreon-account-email__local,.moreon-account-email__domain{flex:0 0 129px;width:129px}.moreon-account-email__domain{position:relative}.moreon-account-email__domain input{width:100%;padding-right:24px}.moreon-account-email__domain-toggle{color:#000;cursor:pointer;background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;display:grid;position:absolute;top:50%;right:0;transform:translateY(-50%)}.moreon-account-email__domain-menu{z-index:10;background:#fff;border:1px solid #cfcfcf;width:100%;margin:0;padding:0;list-style:none;position:absolute;top:100%;left:0}.moreon-account-email__domain-menu button{color:#000;text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:8px;font:400 14px/1.1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:block}.moreon-account-email__domain-menu button:hover{background:#f5f5f5}.moreon-account-verification{grid-template-columns:150px 44px 80px;align-items:end;gap:10px;margin-top:18px;display:grid}.moreon-account-verification span{color:red;align-self:center;font:500 14px/1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-account-verification-notice{color:#888;gap:4px;margin-top:19px;font:400 12px/1.03 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.moreon-account-options{border:0;gap:18px;margin:36px 0 0;padding:0;font:500 14px/1.4 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.moreon-account-options legend{flex:0 0 100%;margin-bottom:18px;font-weight:800}.moreon-account-options label{align-items:center;gap:6px;display:inline-flex}.moreon-account-options+.moreon-account-options{gap:12px;display:grid}.moreon-account-submit{color:#000;cursor:pointer;background:#ccc;border:0;border-radius:7px;place-items:center;width:720px;max-width:100%;height:59px;margin-top:36px;font:500 14px/1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.moreon-account-submit--active{background:var(--moreon-sub-point);margin-top:48px}.moreon-account-modal{z-index:200;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.moreon-account-modal__backdrop{cursor:pointer;background:#00000073;border:0;position:absolute;inset:0}.moreon-account-modal__panel{text-align:center;background:#fff;border-radius:12px;width:min(420px,100%);padding:48px 40px 32px;position:relative}.moreon-account-modal__message{color:#000;margin:0;font:500 16px/1.5 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-account-modal__confirm{background:var(--moreon-sub-point);color:#000;cursor:pointer;border:0;border-radius:7px;width:100%;height:48px;margin-top:32px;font:500 14px/1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width:900px){.moreon-account-page__main,.moreon-account-page--signup .moreon-account-page__main{padding:150px 24px 0}}@media (max-width:520px){.moreon-account-page--signup .moreon-account-phone button{margin-left:0}.moreon-account-tabs,.moreon-account-field,.moreon-account-email,.moreon-account-phone button,.moreon-account-verification button,.moreon-account-submit{font-size:12px}}
.moreon-signup-agreement-page{background:#fff;min-height:100svh}.moreon-signup-agreement-page__main{width:min(100%,1280px);margin:0 auto;padding:115px 280px 80px}.moreon-signup-agreement-form{width:720px;max-width:100%}.moreon-signup-agreement__row{color:#000;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;width:100%;padding:0;font:600 14px/1.1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.moreon-signup-agreement__check{flex:0 0 24px}.moreon-signup-agreement__check:not(.is-checked){opacity:.25}.moreon-signup-agreement__required{color:red}.moreon-signup-agreement__divider{border-bottom:1px solid #cfcfcf;margin-top:21px}.moreon-signup-agreement__divider--section{margin-top:0}.moreon-signup-agreement__section{margin-top:17px}.moreon-signup-agreement__section+.moreon-signup-agreement__divider--section{margin-top:76px}.moreon-signup-agreement__body{color:#000;white-space:pre-line;height:200px;margin-top:24px;font:400 14px/1.1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-y:auto}.moreon-signup-agreement__row--age{margin-top:76px}.moreon-signup-agreement__submit,.moreon-signup-agreement__cancel{border-radius:9px;place-items:center;width:100%;height:59px;font:400 14px/1.1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;display:grid}.moreon-signup-agreement__submit{background:var(--moreon-sub-point);color:#000;cursor:pointer;border:0;margin-top:35px}.moreon-signup-agreement__submit:disabled{cursor:not-allowed;background:#ccc}.moreon-signup-agreement__cancel{color:#000;background:#fff;border:1px solid #cfcfcf;margin-top:10px}@media (max-width:900px){.moreon-signup-agreement-page__main{padding:150px 24px 80px}}@media (max-width:520px){.moreon-signup-agreement__row,.moreon-signup-agreement__body{font-size:12px}}
.moreon-instructor-heading{z-index:4;color:#000;background:#fff;width:46.875%;min-height:8.25%;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:normal;position:absolute;top:5.67%;left:3.75%}.moreon-instructor-heading h1{letter-spacing:0;white-space:pre-line;margin:0;font-size:clamp(10px,2.65cqw,34px);font-weight:800;line-height:1.32}.moreon-instructor-heading p{color:#9b9b9b;letter-spacing:0;margin:13px 0 0;font-size:clamp(6px,1.09cqw,14px);line-height:1.45}.moreon-instructor-card{z-index:6;background:#fff;line-height:normal;text-decoration:none;position:absolute;overflow:visible}.moreon-replica .moreon-instructor-card,.moreon-replica .moreon-instructor-card:hover,.moreon-replica .moreon-instructor-card:focus-visible{opacity:1}.moreon-instructor-card__surface{color:#fff;transform-origin:bottom;background:#161211;border-radius:12px;transition:transform .18s cubic-bezier(.34,1.15,.64,1);position:absolute;inset:0;overflow:hidden;transform:scale(1);container-type:inline-size}.moreon-instructor-card:hover .moreon-instructor-card__surface,.moreon-instructor-card:focus-visible .moreon-instructor-card__surface{transform:scale(.96)}.moreon-instructor-card img{-o-object-fit:fill;object-fit:fill;width:100%;max-width:none;height:120.36%;position:absolute;top:-2.21%;left:0}.moreon-instructor-card__shade{background:linear-gradient(#0000,#000000b8);position:absolute;inset:42% 0 0}.moreon-instructor-card__copy{gap:2.3cqw;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;position:absolute;bottom:7.35%;left:9.2%;right:9.2%}.moreon-instructor-card__title{letter-spacing:0;font-size:clamp(4px,3.15cqw,12px);font-weight:700}.moreon-instructor-card__row{justify-content:space-between;align-items:baseline;gap:4.2cqw;display:flex}.moreon-instructor-card__row strong{letter-spacing:0;font-size:clamp(6px,5.24cqw,20px);font-weight:800}.moreon-instructor-card__row span{color:#ffffffc7;letter-spacing:0;font-size:clamp(5px,3.41cqw,13px);font-weight:500}.moreon-instructor-card__headline{letter-spacing:0;font-size:clamp(5.5px,3.93cqw,15px);font-weight:700;line-height:1.45}.moreon-instructor-card__careers{letter-spacing:0;gap:.4cqw;margin:.8cqw 0 0;padding:0;font-size:clamp(5px,3.67cqw,14px);font-weight:500;line-height:1.45;list-style:none;display:grid}.moreon-instructor-extra{background:#fff;padding:0 48px 96px}.moreon-instructor-extra__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;max-width:1184px;margin:0 auto;display:grid}.moreon-instructor-extra__card{color:#000;gap:14px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;display:grid}.moreon-instructor-extra__card img{aspect-ratio:280/350;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:12px;width:100%}.moreon-instructor-extra__card span{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.moreon-instructor-extra__card strong{letter-spacing:0;font-size:20px;font-weight:800}.moreon-instructor-extra__card small,.moreon-instructor-extra__card em{color:#6d6d6d;letter-spacing:0;font-size:14px;font-style:normal;line-height:1.5}@media (prefers-reduced-motion:reduce){.moreon-instructor-card__surface{transition:none}.moreon-instructor-card:hover .moreon-instructor-card__surface,.moreon-instructor-card:focus-visible .moreon-instructor-card__surface{transform:none}}@media (max-width:760px){.moreon-instructor-extra{padding:0 18px 64px}}
.moreon-instructor-detail-page{color:#000;background:#fff;min-height:100svh;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-instructor-detail-page>.moreon-home-header,.moreon-instructor-detail-page>.moreon-home-footer{margin-left:auto;margin-right:auto}.moreon-instructor-detail{color:#000;justify-items:center;width:min(100%,1280px);margin:0 auto;padding:32px 48px 0;line-height:normal;display:grid}.moreon-instructor-detail__avatar{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:50%;width:240px;height:240px}.moreon-instructor-detail__position,.moreon-instructor-detail__name{letter-spacing:0;text-align:center;margin:0;font-size:16px;font-weight:800;line-height:1.35}.moreon-instructor-detail__position{margin-top:22px}.moreon-instructor-detail__name{margin-top:10px}.moreon-instructor-detail__body{color:#000;letter-spacing:0;text-align:center;width:100%;max-width:1184px;margin-top:24px;font-size:14px;font-weight:500;line-height:1.55}.moreon-instructor-detail__body>p,.moreon-instructor-detail__body>ul,.moreon-instructor-detail__body>ol,.moreon-instructor-detail__body>h2,.moreon-instructor-detail__body>h3{max-width:560px;margin:0 auto}.moreon-instructor-detail__body>*+*{margin-top:21px}.moreon-instructor-detail__body>p{white-space:pre-line}.moreon-instructor-detail__body>ul,.moreon-instructor-detail__body>ol{text-align:left;white-space:normal;gap:8px;padding-left:1.4em;display:grid}.moreon-instructor-detail__body>h2,.moreon-instructor-detail__body>h3{letter-spacing:-.01em;font-weight:700}.moreon-instructor-detail__body>h2{font-size:20px;line-height:1.3}.moreon-instructor-detail__body>h3{font-size:16px;line-height:1.35}.moreon-instructor-detail__body p:has(>img.instructor-image){width:100%;max-width:1184px;margin-top:36px}.moreon-instructor-detail__body img.instructor-image{aspect-ratio:1184/573;-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;max-width:1184px;height:auto;display:block}.moreon-instructor-detail__body img:not(.instructor-image){border-radius:8px;max-width:100%;height:auto;margin:0 auto;display:block}.moreon-instructor-detail__body a{color:inherit;text-underline-offset:2px;text-decoration:underline}@media (max-width:760px){.moreon-instructor-detail{padding:24px 18px 64px}.moreon-instructor-detail__avatar{width:164px;height:164px}.moreon-instructor-detail__position,.moreon-instructor-detail__name{font-size:14px}.moreon-instructor-detail__body{margin-top:20px;font-size:13px}.moreon-instructor-detail__body>*+*{margin-top:16px}.moreon-instructor-detail__body p:has(>img.instructor-image){margin-top:32px}}
.moreon-event-card{z-index:6;background:#fff;line-height:normal;text-decoration:none;position:absolute;overflow:visible}.moreon-replica .moreon-event-card,.moreon-replica .moreon-event-card:hover,.moreon-replica .moreon-event-card:focus-visible{opacity:1}.moreon-event-card__surface{color:#fff;background:#161211;position:absolute;inset:0;overflow:hidden;container-type:inline-size}.moreon-replica .moreon-event-card img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%;max-width:none;height:100%;position:absolute;inset:0}.moreon-event-card--layout-0 img{-o-object-position:48% center;object-position:48% center}.moreon-event-card--layout-1 img{-o-object-position:72% center;object-position:72% center}.moreon-event-card__shade{background:linear-gradient(#0000,#000000b8);position:absolute;inset:42% 0 0}.moreon-event-card__copy{gap:4px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;position:absolute;bottom:8%;left:4.5%;right:5%}.moreon-event-card__eyebrow{color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.moreon-event-card__title{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:110%}.moreon-event-extra{background:#fff;padding:0 48px 96px}.moreon-event-extra__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1184px;margin:0 auto;display:grid}.moreon-event-extra__card{color:#000;gap:12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;display:grid}.moreon-event-extra__card img{aspect-ratio:1280/485;-o-object-fit:cover;object-fit:cover;border-radius:0;width:100%}.moreon-event-extra__eyebrow{color:#6d6d6d;letter-spacing:0;font-size:12px;font-weight:700}.moreon-event-extra__card strong{letter-spacing:0;font-size:20px;font-weight:800;line-height:1.35}.moreon-event-detail-page{color:#000;background:#fff;min-height:100svh;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-event-detail-page>.moreon-home-header,.moreon-event-detail-page>.moreon-home-footer{margin-left:auto;margin-right:auto}.moreon-event-detail__hero-wrap{width:min(100%,1280px);margin:0 auto;padding-top:32px}.moreon-event-detail__hero{aspect-ratio:1280/485;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;border-radius:0;width:100%;height:auto;display:block}.moreon-event-detail{color:#000;justify-items:center;width:min(100%,1280px);margin:0 auto;padding:24px 48px 0;line-height:normal;display:grid}.moreon-event-detail__body{margin-top:24px}@media (max-width:760px){.moreon-event-extra{padding:0 18px 64px}.moreon-event-detail__hero-wrap{padding-top:24px}.moreon-event-detail{padding:24px 18px 64px}}
.moreon-about-shell{background:var(--moreon-background);min-height:100svh}.moreon-about-page{background:var(--moreon-background)}.moreon-about-page__frame{width:min(100%, var(--moreon-home-width));background:var(--moreon-background);margin:0 auto}.moreon-about-page__main{align-items:flex-start;gap:64px;padding:52px 48px 96px;display:flex}.moreon-about-page__image{-o-object-fit:cover;object-fit:cover;border-radius:10px;flex:none;width:min(642px,52%);height:474px;display:block}.moreon-about-page__content{flex:1 1 0;min-width:0;max-width:440px;padding-top:4px}.moreon-about-page__headline{margin:0;font-family:Gellix,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;line-height:1.4}.moreon-about-page__body{margin-top:24px}.moreon-about-page__body p{margin:0;font-size:14px;line-height:1.5}.moreon-about-page__body p+p{margin-top:18px}.moreon-about-page__meta{color:var(--moreon-muted);margin-top:28px;font-size:14px;line-height:1.5}.moreon-about-page__meta p{margin:0}.moreon-about-page__meta p+p{margin-top:4px}.moreon-about-page__meta a{color:inherit;text-decoration:none}.moreon-about-page__meta a:hover{opacity:.6}.moreon-about-partners{border-top:1px solid #e6e6e6;margin-top:48px}.moreon-about-partners__toggle{width:100%;color:var(--moreon-muted);cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e6e6e6;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;font-family:Gellix,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1;display:flex}.moreon-about-partners__chevron{border-bottom:1px solid #000;border-right:1px solid #000;flex-shrink:0;width:8px;height:8px;transform:rotate(45deg)}.moreon-about-partners__panel{grid-template-rows:0fr;transition:grid-template-rows .52s cubic-bezier(.4,0,.2,1);display:grid}.moreon-about-partners[data-open=true] .moreon-about-partners__panel{grid-template-rows:1fr}.moreon-about-partners__panel-inner{opacity:0;min-height:0;transition:opacity .42s cubic-bezier(.4,0,.2,1);overflow:hidden}.moreon-about-partners[data-open=true] .moreon-about-partners__panel-inner{opacity:1}.moreon-about-partners__list{margin:0;padding:12px 0 4px;list-style:none}.moreon-about-partners__list li+li{margin-top:8px}.moreon-about-partners__list a{color:#000;font-size:14px;line-height:1.4;text-decoration:none}.moreon-about-partners__list a:hover{opacity:.6}@media (prefers-reduced-motion:reduce){.moreon-about-partners__panel,.moreon-about-partners__panel-inner{transition:none}.moreon-about-partners__panel-inner{opacity:1}.moreon-about-partners:not([data-open=true]) .moreon-about-partners__panel{display:none}}@media (max-width:900px){.moreon-about-page__main{flex-direction:column;gap:32px;padding:32px 20px 72px}.moreon-about-page__image{aspect-ratio:642/474;width:100%;height:auto}.moreon-about-page__content{max-width:none}.moreon-about-partners{margin-top:36px}}
.moreon-result-hero{z-index:4;color:#000;background:#fff;width:46%;padding-bottom:18px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:normal;position:absolute;top:6.49%;left:3.75%}.moreon-result-hero h1{letter-spacing:0;white-space:pre-line;margin:0;font-size:clamp(12px,2.65cqw,34px);font-weight:800;line-height:1.32}.moreon-result-hero p{color:#9b9b9b;letter-spacing:0;margin:15px 0 0;font-size:clamp(6px,1.09cqw,14px);line-height:1.45}.moreon-result-stats{z-index:4;color:#000;background:#fff;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;grid-template-columns:145px 210px 230px;align-items:center;width:46.72%;height:98px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:normal;display:grid;position:absolute;top:17.13%;left:26.72%}.moreon-result-stats p{margin:0}.moreon-result-stats__label{justify-self:end;font-size:clamp(8px,1.56cqw,20px);font-weight:800}.moreon-result-stats__total{justify-content:center;align-items:baseline;gap:14px;display:flex}.moreon-result-stats__total strong{letter-spacing:0;text-align:right;min-width:98px;font-size:clamp(28px,4.77cqw,61px);font-weight:800}.moreon-result-stats__total span,.moreon-result-stats__cohort{font-size:clamp(8px,1.56cqw,20px);font-weight:800}.moreon-result-stats__cohort{justify-content:flex-end;align-items:baseline;gap:40px;animation:.42s both moreon-result-cohort-in;display:flex}.moreon-result-cohort-card{z-index:4;background:#f2f2f2;border-radius:10px;margin:0;line-height:0;text-decoration:none;display:block;position:absolute;overflow:hidden}.moreon-replica .moreon-result-cohort-card img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.moreon-result-cohort-card__label{color:#fff;letter-spacing:0;opacity:0;background:#000c;place-items:center;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(14px,1.875cqw,24px);font-weight:700;line-height:1.1;transition:opacity .18s;display:grid;position:absolute;inset:0}.moreon-result-cohort-card:hover .moreon-result-cohort-card__label,.moreon-result-cohort-card:focus-visible .moreon-result-cohort-card__label{opacity:1}@keyframes moreon-result-cohort-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.moreon-result-stats{grid-template-columns:24% 36% 40%}.moreon-result-stats__cohort{gap:7%}}@media (prefers-reduced-motion:reduce){.moreon-result-stats__cohort,.moreon-result-cohort-card__label{transition:none;animation:none}}
.moreon-reviews-page{color:#000;background:#fff;min-height:100svh;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-reviews-page>.moreon-home-header,.moreon-reviews-page>.moreon-home-footer{margin-left:auto;margin-right:auto}.moreon-reviews-page__inner{width:min(100%,1280px);margin:0 auto;padding:51px 48px 80px;line-height:normal}.moreon-reviews-heading h1{letter-spacing:0;margin:0;font-size:34px;font-weight:800;line-height:1.32}.moreon-reviews-heading p{color:#9b9b9b;letter-spacing:0;margin:15px 0 0;font-size:14px;line-height:1.45}.moreon-reviews-heading__cohort{color:#9b9b9b;letter-spacing:0;margin:8px 0 0;font-size:14px;font-weight:500;line-height:1.45}.moreon-reviews-body{width:881px;max-width:100%;margin:0 auto}.moreon-reviews-grid,.moreon-reviews-empty{margin:83px 0 0}:is(.moreon-reviews-heading:has(.moreon-reviews-heading__cohort)+.moreon-reviews-body>.moreon-reviews-grid,.moreon-reviews-heading:has(.moreon-reviews-heading__cohort)+.moreon-reviews-body>.moreon-reviews-empty){margin-top:45px}.moreon-reviews-grid{grid-template-columns:repeat(3,287px);gap:10px;padding:0;list-style:none;display:grid}.moreon-reviews-empty{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;min-height:742px;padding:0;display:flex}.moreon-reviews-empty__message{color:#9b9b9b;margin:0;font-size:14px;font-weight:400;line-height:1.45}.moreon-review-card{color:#000;line-height:normal;display:block}.moreon-review-card__surface{box-sizing:border-box;background:#fff7e7;border-radius:12px;flex-direction:column;align-items:stretch;width:287px;height:366px;padding:29px 34px 31px;transition:background-color .2s;display:flex}.moreon-review-card__default{flex-direction:column;flex:auto;align-items:stretch;min-height:0;display:flex}.moreon-review-card__body{text-align:left;white-space:pre-line;flex:auto;min-height:0;margin:0;font-size:14px;font-weight:400;line-height:1.45;display:none}.moreon-review-card:hover .moreon-review-card__surface,.moreon-review-card:focus-within .moreon-review-card__surface{background:#d9c4a0}.moreon-review-card:hover .moreon-review-card__default,.moreon-review-card:focus-within .moreon-review-card__default{display:none}.moreon-review-card:hover .moreon-review-card__body,.moreon-review-card:focus-within .moreon-review-card__body{display:block}.moreon-review-card__avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:139.821px;height:139.779px;margin:0 auto}.moreon-review-card__quote{flex-shrink:0;width:30px;height:23px;margin:12px auto 0;display:block}.moreon-review-card__headline{text-align:center;flex-shrink:0;width:100%;margin:12px 0 0;font-size:15px;font-weight:700;line-height:1.45}.moreon-review-card__meta{flex-shrink:0;justify-content:space-between;align-items:baseline;gap:8px;width:100%;margin-top:auto;font-size:12px;line-height:1.35;display:flex}.moreon-review-card__name{font-weight:700}.moreon-review-card__branch{color:#9b9b9b;font-weight:500}.moreon-review-card__date{color:#9b9b9b;font-size:12px;font-weight:500;line-height:1.35;display:none}.moreon-review-card:hover .moreon-review-card__branch,.moreon-review-card:focus-within .moreon-review-card__branch{display:none}.moreon-review-card:hover .moreon-review-card__date,.moreon-review-card:focus-within .moreon-review-card__date{display:block}.moreon-reviews-body:has(.moreon-reviews-empty) .moreon-reviews-toolbar{display:none}.moreon-reviews-toolbar{justify-content:center;align-items:center;min-height:38px;margin-top:30px;display:flex;position:relative}.moreon-reviews-pagination{align-items:center;gap:16px;display:flex}.moreon-reviews-pagination__pages{align-items:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.moreon-reviews-pagination__nav,.moreon-reviews-pagination__page{color:#000;cursor:pointer;background:0 0;border:0;font-family:inherit;font-size:14px;line-height:1}.moreon-reviews-pagination__nav:disabled{color:#bdbdbd;cursor:default}.moreon-reviews-pagination__page{color:#9b9b9b;min-width:20px;padding:0;font-weight:500}.moreon-reviews-pagination__page.is-active{color:#000;font-weight:800}.moreon-reviews-write-btn{background:var(--moreon-sub-point);color:#000;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;width:81px;height:38px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex;position:absolute;top:0;right:0}.moreon-reviews-login-modal{z-index:200;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.moreon-reviews-login-modal__backdrop{cursor:pointer;background:#00000073;border:0;position:absolute;inset:0}.moreon-reviews-login-modal__panel{box-sizing:border-box;text-align:center;background:#fff;border-radius:12px;flex-direction:column;width:min(502px,100%);height:289px;padding:51px 38px 28px;display:flex;position:relative}.moreon-reviews-login-modal__message{color:#000;margin:0;font-size:16px;font-weight:500;line-height:1.5}.moreon-reviews-login-modal__actions{gap:7px;margin-top:auto;display:flex}.moreon-reviews-login-modal__cancel,.moreon-reviews-login-modal__confirm{cursor:pointer;border-radius:7px;flex:1 1 0;height:59px;font-family:inherit;font-size:14px;font-weight:500;line-height:1}.moreon-reviews-login-modal__cancel{color:#000;background:#fff;border:1px solid #e7e7e7}.moreon-reviews-login-modal__confirm{background:var(--moreon-sub-point);color:#000;border:0}.moreon-reviews-empty .moreon-reviews-write-btn{position:static;top:auto;right:auto}@media (max-width:980px){.moreon-reviews-body{width:100%}.moreon-reviews-grid{grid-template-columns:repeat(2,287px);justify-content:center;gap:10px}}@media (max-width:640px){.moreon-reviews-grid{grid-template-columns:287px}}@media (max-width:760px){.moreon-reviews-page__inner{padding:32px 18px 64px}.moreon-reviews-heading h1{font-size:28px}.moreon-reviews-grid,.moreon-reviews-empty{margin-top:40px}:is(.moreon-reviews-heading:has(.moreon-reviews-heading__cohort)+.moreon-reviews-body>.moreon-reviews-grid,.moreon-reviews-heading:has(.moreon-reviews-heading__cohort)+.moreon-reviews-body>.moreon-reviews-empty){margin-top:32px}.moreon-reviews-grid{grid-template-columns:287px;justify-content:center}.moreon-reviews-toolbar{flex-direction:column;gap:20px;min-height:auto}.moreon-reviews-write-btn{position:static}}
.moreon-behind-page{color:#000;background:#fff;min-height:100svh;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-behind-page>.moreon-home-header,.moreon-behind-page>.moreon-home-footer{margin-left:auto;margin-right:auto}.moreon-behind-page__inner{box-sizing:border-box;width:min(100%,1280px);margin:0 auto;padding:30px 48px 80px;line-height:normal}.moreon-behind-grid{-moz-column-gap:30px;grid-template-columns:550px 550px;gap:87px 30px;width:1130px;max-width:100%;margin:0;padding:0;list-style:none;display:grid}.moreon-behind-grid--extra{margin-top:87px}.moreon-behind-card{color:#000;width:550px;max-width:100%;text-decoration:none;transition:opacity .16s;display:grid}.moreon-behind-card:hover,.moreon-behind-card:focus-visible{opacity:.6}.moreon-behind-card:focus-visible{outline-offset:2px;outline:2px solid #000}.moreon-behind-card__media{background:#f2f2f2;border-radius:12px;width:100%;height:283px;line-height:0;overflow:hidden}.moreon-behind-card__image{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%;height:100%;display:block}.moreon-behind-card__episode{color:#9b9b9b;letter-spacing:0;margin:0;padding-top:1px;font-size:14px;font-weight:400;line-height:1.45}.moreon-behind-card__title{color:#000;letter-spacing:0;margin:17px 0 0;font-size:20px;font-weight:800;line-height:1.35}.moreon-behind-empty{color:#9b9b9b;text-align:center;margin:0;padding:48px 0;font-size:14px;line-height:1.45}.moreon-behind-play__inner{box-sizing:border-box;width:min(100%,1280px);margin:0 auto;padding:30px 62px 80px;line-height:normal}.moreon-behind-play__stage{aspect-ratio:1156/584;background:#d9d9d9;border-radius:12px;width:100%;max-width:1156px;line-height:0;overflow:hidden}.moreon-behind-play__video{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;background:#000;border:0;width:100%;height:100%;display:block}@media (max-width:1184px){.moreon-behind-grid{grid-template-columns:minmax(0,1fr);width:100%}.moreon-behind-card{width:100%}}@media (max-width:760px){.moreon-behind-page__inner,.moreon-behind-play__inner{padding:30px 18px 64px}.moreon-behind-grid{row-gap:48px}.moreon-behind-grid--extra{margin-top:48px}.moreon-behind-card__title{font-size:18px}}
.moreon-replica:has(.moreon-curriculum-growth-tabs){container-type:inline-size}.moreon-curriculum-growth-tabs{z-index:2;box-sizing:border-box;background:#fff;width:100%;height:1.10162%;padding-top:1.79688%;padding-left:3.75%;line-height:normal;position:absolute;top:4.76619%;left:0}.moreon-curriculum-growth-tabs__shell{align-items:flex-start;gap:1.48438cqw;max-width:100%;display:flex}.moreon-curriculum-growth-tabs__item{color:#969696;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(10px,1.25cqw,16px);font-weight:400;line-height:1;text-decoration:none;transition:opacity .16s}.moreon-curriculum-growth-tabs__item.is-active{color:#000}.moreon-curriculum-growth-tabs__item:not(.is-active):hover,.moreon-curriculum-growth-tabs__item:not(.is-active):focus-visible{opacity:.6}.moreon-curriculum-growth-tabs__item:focus-visible{outline-offset:2px;outline:2px solid #000}.moreon-curriculum-growth-tabs__rule{background:#e6e6e6;width:100%;height:1px;position:absolute;bottom:0;left:0}.moreon-curriculum-growth-tabs--inline{background:0 0;height:auto;padding:0;position:static}.moreon-curriculum-growth-tabs--inline .moreon-curriculum-growth-tabs__shell{min-height:44px;padding-top:0}.moreon-curriculum-growth-tabs--inline .moreon-curriculum-growth-tabs__rule{width:100%;margin-top:0;position:static}
.moreon-curriculum-with-page{color:#000;background:#fff;min-height:100svh;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-curriculum-with-page>.moreon-home-header,.moreon-curriculum-with-page>.moreon-home-footer{margin-left:auto;margin-right:auto}.moreon-curriculum-with-page__inner{box-sizing:border-box;width:min(100%,1280px);margin:0 auto;padding:30px 48px 96px;line-height:normal;container-type:inline-size}.moreon-curriculum-with-page__title{white-space:pre-line;margin:0;font-family:Gellix,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(24px,2.96875cqw,38px);font-weight:500;line-height:1.1}.moreon-curriculum-with-page__hero .moreon-curriculum-growth-tabs--inline{margin-top:34px}.moreon-curriculum-with-page__intro{text-align:center;max-width:400px;margin:34px auto 0;font-size:14px;line-height:1.4}.moreon-curriculum-with-page__images{width:1184px;max-width:100%;margin:34px auto 0;padding:0;list-style:none}.moreon-curriculum-with-page__image-item+.moreon-curriculum-with-page__image-item{margin-top:34px}.moreon-curriculum-with-page__image{-o-object-fit:cover;object-fit:cover;border-radius:12px;width:1184px;max-width:100%;height:393px;display:block}@media (max-width:900px){.moreon-curriculum-with-page__inner{padding:24px 20px 72px}.moreon-curriculum-with-page__image{aspect-ratio:1184/393;width:100%;height:auto}}
.moreon-review-write-page{background:#fff;min-height:100svh}.moreon-review-write-page>.moreon-home-header,.moreon-review-write-page>.moreon-home-footer{margin-left:auto;margin-right:auto}.moreon-review-write-page__main{width:min(100%,1280px);min-height:996px;margin:0 auto;padding:99px 280px 80px}.moreon-review-write-form{width:720px;max-width:100%}.moreon-review-write-section+.moreon-review-write-section{margin-top:52px}.moreon-review-write-section__title{color:#000;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:800;line-height:1}.moreon-review-write-field{color:#000;gap:25px;margin-top:36px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.moreon-review-write-field__label{font-size:14px;font-weight:700;line-height:1}.moreon-review-write-field>input{color:#000;background:0 0;border:0;border-bottom:1px solid #d9d9d9;border-radius:0;outline:0;min-width:0;height:38px;padding:0;font:500 14px/1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-review-write-field>input::placeholder{color:#999;opacity:1}.moreon-review-write-field>input[readonly]{cursor:default}.moreon-review-write-field:focus-within>input:not([readonly]){border-bottom-color:#000}.moreon-review-write-field--profile{gap:25px}.moreon-review-write-profile{align-items:center;gap:16px;display:flex}.moreon-review-write-profile__slot{border-radius:8px;flex-shrink:0;width:140px;height:140px;overflow:hidden}.moreon-review-write-profile__slot--add{cursor:pointer;background:#f2f2f2;place-items:center;display:grid}.moreon-review-write-profile__slot--add[aria-disabled=true]{opacity:.6;cursor:not-allowed}.moreon-review-write-profile__plus{color:#999;font-size:40px;font-weight:300;line-height:1}.moreon-review-write-profile__preview{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%;height:100%;display:block}.moreon-review-write-profile__status{color:#999;margin:0;font-size:12px;font-weight:500;line-height:1.45}.moreon-review-write-profile__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.moreon-review-write-field--textarea{gap:25px}.moreon-review-write-textarea{background:#fff;border:1px solid #d9d9d9;border-radius:8px;min-height:318px;position:relative}.moreon-review-write-textarea:focus-within{border-color:#000}.moreon-review-write-textarea textarea{box-sizing:border-box;color:#000;resize:vertical;background:0 0;border:0;border-radius:8px;outline:0;width:100%;min-height:318px;padding:20px 20px 36px;font:500 14px/1.45 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.moreon-review-write-textarea textarea::placeholder{color:#999;opacity:1}.moreon-review-write-textarea__counter{color:#999;pointer-events:none;font-size:12px;font-weight:500;line-height:1;position:absolute;bottom:16px;right:20px}.moreon-review-write-submit{background:var(--moreon-sub-point);color:#000;cursor:pointer;border:0;border-radius:7px;place-items:center;width:100%;height:59px;margin-top:48px;font:500 14px/1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.moreon-review-write-submit:disabled{background:var(--moreon-sub-point);color:#000;opacity:1;cursor:not-allowed}.moreon-review-write-confirm-modal{z-index:200;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.moreon-review-write-confirm-modal__backdrop{cursor:pointer;background:#00000073;border:0;position:absolute;inset:0}.moreon-review-write-confirm-modal__panel{box-sizing:border-box;text-align:center;background:#fff;border-radius:12px;flex-direction:column;width:min(502px,100%);height:262px;padding:51px 38px 28px;display:flex;position:relative}.moreon-review-write-confirm-modal__message{color:#000;margin:0;font-size:16px;font-weight:500;line-height:1.5}.moreon-review-write-confirm-modal__error{color:#d92d20;margin:12px 0 0;font-size:14px;line-height:1.4}.moreon-review-write-confirm-modal__actions{gap:7px;margin-top:auto;display:flex}.moreon-review-write-confirm-modal__cancel,.moreon-review-write-confirm-modal__confirm{cursor:pointer;border-radius:7px;flex:1 1 0;height:59px;font-family:inherit;font-size:14px;font-weight:500;line-height:1}.moreon-review-write-confirm-modal__cancel{color:#000;background:#fff;border:1px solid #e7e7e7}.moreon-review-write-confirm-modal__confirm{background:var(--moreon-sub-point);color:#000;border:0}@media (max-width:900px){.moreon-review-write-page__main{padding:72px 24px 64px}}
