:root{--mh-c1:#2359e5;--mh-c2:#1e4cc7;--mh-c1-soft:#6b8dd6;--mh-mark:#c9d8fa;--mh-m1:#010102;--mh-m2:#2b2b2d;--mh-m3:#4a4a4c;--mh-m4:#818183;--mh-m5:#ababad;--mh-m6:#d7d7d9;--mh-m7:#ebebee;--mh-m8:#f1f1f4;--mh-m9:#f6f6f9;--mh-m10:#fafafc}.mh-scope,.mh-scope *{letter-spacing:-.025em;box-sizing:border-box;line-height:1.4}.mh-scope a{text-decoration:none}.mh-center{width:1400px;margin:0 auto}.mh-content{width:100%;padding:7.5rem 0;overflow:hidden}.mh-title-wrap{text-align:center;margin-bottom:5rem}.mh-title-wrap .mh-title{color:var(--mh-m1);word-break:keep-all;font-size:3rem;font-weight:700}.mh-title-wrap .mh-title span{font-weight:300}.mh-title-wrap .mh-title strong{color:var(--color-primary);font-weight:700}.mh-donate .mh-title-wrap .mh-title strong{color:inherit}.mh-title-wrap .mh-desc{color:var(--mh-m1);word-break:keep-all;font-size:1.25rem;font-weight:300}.mh-title-wrap .mh-title+.mh-desc{margin-top:2.5rem}.mh-btn-wrap{gap:1.25rem;display:flex}.mh-content .mh-btn-wrap{margin-top:5rem}.mh-btn{white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:1rem;justify-content:center;align-items:center;gap:1.25rem;height:56px;padding:0 1.75rem;font-size:1.25rem;font-weight:700;transition:all .3s;display:inline-flex}.mh-btn.primary{color:#fff;background-color:var(--mh-c1)}.mh-btn.primary:hover{background-color:var(--mh-c2)}.mh-btn.secondary{color:var(--mh-m2);background-color:var(--mh-m9)}.mh-btn.secondary:hover{color:var(--mh-m1);background-color:var(--mh-m7)}.mh-btn.backdrop{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff26}.mh-btn.backdrop:hover{color:var(--mh-m1);background-color:#fff}.mh-btn.lined{color:var(--mh-m2);border-color:var(--mh-m6)}.mh-btn.lined:hover{color:var(--mh-m1);border-color:var(--mh-m1);background-color:#fff}.mh-navi{aspect-ratio:1;color:#fff;background-color:var(--mh-c1);cursor:pointer;z-index:5;border:0;border-radius:1rem;justify-content:center;align-items:center;width:56px;font-size:1.5rem;font-weight:800;transition:all .3s;display:flex;position:absolute;transform:translateY(-50%)}.mh-navi:hover{background-color:var(--mh-c2)}.mh-navi:disabled{opacity:.35;cursor:default}.mh-navi:disabled:hover{background-color:var(--mh-c1)}.mh-tab-wrap{margin-bottom:3.75rem}.mh-tab{flex-flow:wrap;justify-content:center;align-items:center;gap:2.5rem;width:100%;display:flex}.mh-tab button{color:var(--mh-m5);white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0 0 calc(.5rem + 5px);font-size:1.25rem;font-weight:700;transition:all .3s;display:block;position:relative}.mh-tab button:after{content:"";background-color:var(--mh-c1);opacity:0;width:100%;height:5px;transition:all .3s;display:block;position:absolute;bottom:0;left:0}.mh-tab button:not(.on):hover{color:var(--mh-m4)}.mh-tab button.on{color:var(--mh-m1)}.mh-tab button.on:after{opacity:1}.mh-progress{background-color:var(--mh-m7);border-radius:5rem;width:100%;height:.5rem;margin-top:2.5rem;position:relative;overflow:hidden}.mh-progress .mh-progress-fill{transform-origin:0;background-color:var(--mh-c2);width:100%;height:100%;transition:transform .3s var(--ease-out);border-radius:5rem;display:block}.mh-hero{background-color:#000;width:100%;height:100vh;padding-top:144px;position:relative;overflow:hidden}.mh-hero .mh-hero-slide{opacity:0;pointer-events:none;transition:opacity .8s;position:absolute;inset:144px 0 0}.mh-hero .mh-hero-slide.active{opacity:1;pointer-events:auto}.mh-hero .mh-hero-bg{opacity:.65;position:absolute;inset:0}.mh-hero .mh-hero-bg img,.mh-hero .mh-hero-bg video{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.mh-hero .mh-hero-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;padding:0 calc(2rem + 56px);display:flex;position:absolute;inset:0}.mh-hero .mh-hero-head{width:100%;padding-bottom:2.5rem;position:relative}.mh-hero .mh-hero-head:after{content:"";aspect-ratio:10;background-color:var(--mh-c1);width:50px;display:block;position:absolute;bottom:-2.5px;left:50%;transform:translate(-50%)}.mh-hero .mh-hero-tag{color:#fff;margin-bottom:1.25rem;font-size:1.5rem;font-weight:300;line-height:1;display:block}.mh-hero .mh-hero-title{color:#fff;word-break:keep-all;font-size:4.5rem;font-weight:700}.mh-hero .mh-hero-desc{color:#fff;word-break:keep-all;margin-bottom:3.75rem;font-size:2rem;font-weight:500}.mh-hero .mh-hero-btns{justify-content:center;display:flex}.mh-hero .mh-hero-pagination{z-index:6;justify-content:center;align-items:center;gap:1rem;width:100%;padding:0 50px;display:flex;position:absolute;bottom:2.5rem;left:0}.mh-hero .mh-hero-pagination button{aspect-ratio:8;opacity:.65;cursor:pointer;background-color:#fff;border:0;border-radius:0;width:50px;height:auto;margin:0;padding:0;transition:all .3s;display:block}.mh-hero .mh-hero-pagination button.active{background-color:var(--mh-c1);opacity:1}.mh-hero .mh-navi{top:calc(50% + 50px)}.mh-hero .mh-navi.prev{left:2rem}.mh-hero .mh-navi.next{right:2rem}.mh-hero .mh-hero-grad{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);position:absolute;inset:0}.mh-hero .mh-hero-nav{display:none}.mh-acts .mh-swiper{width:100%;position:relative}.mh-acts .mh-swiper .mh-track-clip{width:100%;overflow:visible}.mh-acts .mh-track{transition:transform var(--duration-menu)var(--ease-out);gap:24px;display:flex}.mh-acts .mh-act-slide{aspect-ratio:1;flex:0 0 calc(33.3333% - 16px);position:relative}.mh-acts .mh-act-slide a{background-color:#000;border:1px solid #fff;border-radius:2.5rem;width:100%;height:100%;display:block;position:relative;overflow:hidden}.mh-acts .mh-act-slide a:after{content:"";border:11px solid var(--mh-c1);opacity:0;pointer-events:none;z-index:1;border-radius:2.5rem;width:calc(100% + 2px);height:calc(100% + 2px);transition:all .3s;position:absolute;top:-1px;left:-1px}.mh-acts .mh-act-slide a img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.mh-acts .mh-act-slide a:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 45%,#000000b8 100%);border-radius:2.5rem;position:absolute;inset:0}.mh-acts .mh-act-slide .mh-act-tag{z-index:2;color:#fff;align-items:baseline;gap:.55rem;display:flex;position:absolute;bottom:1.7rem;left:1.9rem}.mh-acts .mh-act-slide .mh-act-tag .place{opacity:.85;font-size:1rem;font-weight:500}.mh-acts .mh-act-slide .mh-act-tag .place:after{content:"|";opacity:.5;margin-left:.55rem}.mh-acts .mh-act-slide .mh-act-tag .name{font-size:1.6rem;font-weight:800}.mh-acts .mh-act-slide .mh-act-content{border-radius:2.5rem;flex-direction:column;justify-content:center;width:100%;height:100%;padding:2.5rem;transition:all .3s;display:flex;position:absolute;top:0;left:0}.mh-acts .mh-act-slide .mh-act-title{color:#fff;text-align:center;font-size:2rem;font-weight:700}.mh-acts .mh-act-slide .mh-act-desc{color:#fff;text-align:center;word-break:keep-all;opacity:0;height:0;font-size:1.25rem;font-weight:500;transition:all .3s;display:block;position:relative}.mh-acts .mh-act-slide .mh-act-desc:before{content:"";aspect-ratio:10;background-color:var(--mh-c1);width:30px;display:block;position:absolute;top:-1.5px;left:50%;transform:translate(-50%)}.mh-acts .mh-act-slide a:hover:after,.mh-acts .mh-act-slide a:focus:after{opacity:1}.mh-acts .mh-act-slide a:hover img,.mh-acts .mh-act-slide a:focus img{transform:scale(1.05)}.mh-acts .mh-act-slide a:hover .mh-act-desc,.mh-acts .mh-act-slide a:focus .mh-act-desc{opacity:1;height:auto;margin-top:1.25rem;padding-top:1.25rem}.mh-acts .mh-swiper .mh-navi{top:50%}.mh-acts .mh-swiper .mh-navi.prev{left:-28px}.mh-acts .mh-swiper .mh-navi.next{right:-28px}.mh-acts .mh-btn-wrap{justify-content:center}.mh-involve{background-color:var(--mh-m10)}.mh-involve .mh-title-wrap{margin-bottom:3.75rem}.mh-involve .mh-swiper{position:relative}.mh-involve .mh-swiper .mh-track-clip{width:100%;overflow:hidden}.mh-involve .mh-track{transition:transform var(--duration-menu)var(--ease-out);display:flex}.mh-involve .mh-gal-slide{flex:0 0 calc(33.3333% - 16px);min-width:0;max-width:calc(33.3333% - 16px);margin-right:24px}.mh-involve .mh-gal-slide a{width:100%;display:block}.mh-involve .mh-gal-img{aspect-ratio:3/2;border:1px solid var(--mh-m8);background-color:#fff;border-radius:1.25rem;width:100%;overflow:hidden}.mh-involve .mh-gal-img img{object-fit:cover;object-position:center;transform-origin:50%;width:100%;height:100%;transition:all .3s;display:block}.mh-involve .mh-gal-content{width:100%;padding:1.25rem 0}.mh-involve .mh-gal-title{width:100%;color:var(--mh-m1);text-align:left;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;display:block;overflow:hidden}.mh-involve .mh-gal-title span{z-index:1;position:relative}.mh-involve .mh-gal-title span:before{content:"";background-color:var(--mh-mark);z-index:-1;width:0;height:.5rem;transition:all .3s;display:block;position:absolute;bottom:0;left:0}.mh-involve .mh-gal-meta{justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.mh-involve .mh-gal-meta .tag{color:var(--mh-m1);background-color:var(--mh-m7);border-radius:.5rem;padding:.25rem .75rem;font-size:1rem;font-weight:600;display:block}.mh-involve .mh-gal-meta .date{color:var(--mh-m4);font-size:1rem;font-weight:500;display:block}@media (hover:hover) and (pointer:fine){.mh-involve .mh-gal-slide a:hover .mh-gal-img img{opacity:.85;transform:scale(1.05)}}.mh-involve .mh-gal-slide a:hover .mh-gal-title span:before{width:100%}.mh-involve .mh-swiper .mh-navi{top:calc(50% - 1.5rem - 50px)}.mh-involve .mh-swiper .mh-navi.prev{left:-28px}.mh-involve .mh-swiper .mh-navi.next{right:-28px}.mh-involve .mh-btn-wrap{justify-content:center}.mh-donate{z-index:2;background-color:#000;position:relative;overflow:visible}.mh-donate .mh-donate-bg{opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0}.mh-donate .mh-donate-bg img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.mh-donate .mh-donate-inner{z-index:1;position:relative}.mh-donate .mh-title-wrap{margin-bottom:3.75rem}.mh-donate .mh-title-wrap .mh-title{color:#fff}.mh-donate .mh-cause{justify-content:center;align-items:center;gap:1.25rem;width:100%;margin-bottom:1.75rem;display:flex}.mh-donate .mh-cause .mh-cause-text{color:#fff;font-size:1.75rem;font-weight:500;display:block}.mh-donate .mh-select{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;z-index:2;background-color:#ffffff26;border:0;border-radius:1rem;justify-content:center;align-items:center;gap:.6rem;height:56px;padding:0 1rem 0 1.5rem;font-size:1.5rem;font-weight:700;display:flex;position:relative}.mh-donate .mh-select .mh-select-tier{color:#ffffffd1;white-space:nowrap;border-left:1px solid #ffffff47;padding-left:.6rem;font-size:.68em;font-weight:500}.mh-donate .mh-select .mh-select-arrow{font-size:.875rem;transition:all .3s;display:block;transform:rotate(90deg)}.mh-donate .mh-select.on .mh-select-arrow{transform:rotate(-90deg)}.mh-donate .mh-select-wrap .mh-options{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;transform-origin:top;width:100%;animation:mhOptionsIn var(--duration-menu)var(--ease-out);background-color:#12141df5;border:1px solid #ffffff24;border-radius:1rem;margin:0;padding:.4rem;position:absolute;top:calc(56px + .5rem);left:0;overflow:hidden;box-shadow:0 16px 40px #00000073}@keyframes mhOptionsIn{0%{opacity:0;transform:scale(.96)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (prefers-reduced-motion:reduce){.mh-donate .mh-select-wrap .mh-options{animation:none}}.mh-donate .mh-select-wrap .mh-options button{color:#ffffffd1;cursor:pointer;background-color:#0000;border:0;border-radius:.7rem;flex-direction:column;align-items:center;gap:.1rem;width:100%;height:auto;padding:.6rem 1rem;transition:color .15s,background-color .15s;display:flex}.mh-donate .mh-select-wrap .mh-options button .opt-amt{font-size:1.25rem;font-weight:700}.mh-donate .mh-select-wrap .mh-options button .opt-tier{color:#ffffff80;font-size:.82rem;font-weight:500}.mh-donate .mh-select-wrap .mh-options button:hover .opt-tier,.mh-donate .mh-select-wrap .mh-options button.on .opt-tier{color:#ffffffe6}.mh-donate .mh-select-wrap .mh-options button:hover{color:#fff;background-color:#2359e5eb}.mh-donate .mh-select-wrap .mh-options button.on{color:#fff;background-color:#ffffff14}.mh-donate .mh-result{text-align:center}.mh-donate .mh-result .mh-sentence{color:#fff;word-break:keep-all;text-wrap:balance;font-size:1.75rem;font-weight:500;line-height:1.45;display:block}.mh-donate .mh-btn-wrap{justify-content:center}.mh-intro{background-color:var(--mh-m1);position:relative}.mh-intro .mh-intro-bg{opacity:.5;width:100%;height:950px;position:absolute;bottom:0;left:0}.mh-intro .mh-intro-bg img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.mh-intro .mh-intro-grad{background:linear-gradient(#010102 0%,#01010200 100%);width:100%;height:950px;position:absolute;bottom:0;left:0}.mh-intro .mh-intro-inner{z-index:1;flex-direction:column;gap:4.5rem;display:flex;position:relative}.mh-intro .mh-intro-left{width:100%;max-width:820px}.mh-intro .mh-intro-left .mh-intro-title{color:#fff;word-break:keep-all;font-size:3rem;font-weight:700}.mh-intro .mh-intro-left .mh-intro-desc{color:#fff;word-break:keep-all;font-size:1.25rem;font-weight:300}.mh-intro .mh-intro-left .mh-intro-title+.mh-intro-desc{margin-top:2.5rem}.mh-intro .mh-intro-left .mh-intro-desc+.mh-intro-desc{margin-top:.75rem}.mh-intro .mh-intro-left .mh-btn-wrap{margin-top:3.75rem}.mh-intro .mh-feature-list{flex-flow:row;justify-content:stretch;gap:1.5rem;width:100%;display:flex}.mh-intro .mh-feature-list .item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff1a;border-radius:2rem;flex:1;min-width:0;min-height:260px;padding:2.5rem;position:relative}.mh-intro .mh-feature-list .item .ttl{color:var(--mh-c1-soft);font-size:1.25rem;font-weight:700;line-height:1;display:block}.mh-intro .mh-feature-list .item .count-wrap{justify-content:flex-start;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.mh-intro .mh-feature-list .item .count-wrap .number{color:#fff;font-size:3.75rem;font-weight:800;line-height:1;display:block}.mh-intro .mh-feature-list .item .count-wrap .unit{color:#fff;font-size:1.5rem;font-weight:700;line-height:1;display:block}.mh-intro .mh-feature-list .item .icon{aspect-ratio:1;opacity:.9;width:74px;display:block;position:absolute;bottom:1.9rem;right:1.9rem}.mh-links .mh-quick-list{justify-content:flex-start;align-items:center;gap:2.5rem;width:100%;display:flex}.mh-links .mh-quick-list .item{aspect-ratio:1;width:calc(25% - 1.875rem)}.mh-links .mh-quick-list .item a{background-color:var(--mh-m9);border:1px solid #0000;border-radius:2.5rem;flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.mh-links .mh-quick-list .item a .icon{aspect-ratio:1;width:110px;display:block;position:absolute;top:2rem;right:2rem}.mh-links .mh-quick-list .item a .icon svg{z-index:1;width:100%;height:100%;position:relative}.mh-links .mh-quick-list .item a .icon .dot{display:none}.mh-links .mh-quick-list .item a .text-wrap{justify-content:space-between;align-items:center;padding-left:1.25rem;display:flex}.mh-links .mh-quick-list .item a .text-wrap .name{color:var(--mh-m1);font-size:1.5rem;font-weight:700;display:block}.mh-links .mh-quick-list .item a .text-wrap .more{width:56px;color:var(--mh-m4);aspect-ratio:1;background-color:#fff;border-radius:1rem;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;transition:all .3s;display:flex}@media (hover:hover) and (pointer:fine){.mh-links .mh-quick-list .item a:hover{border-color:var(--mh-m7);background-color:#fff;transform:translateY(-.5rem)}}.mh-links .mh-quick-list .item a:hover .text-wrap .more{color:#fff;background-color:var(--mh-c1)}.mh-news .mh-title-wrap{margin-bottom:3.75rem}.mh-news .mh-board-list{flex-direction:column;justify-content:flex-start;gap:1.25rem;width:100%;display:flex}.mh-news .mh-board-list .item a{border:1px solid var(--mh-m8);border-radius:1rem;width:100%;transition:all .3s;display:block;overflow:hidden}.mh-news .mh-board-list .item a .inner{justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.25rem 1.25rem 2rem;display:flex}.mh-news .mh-board-list .item a .text-wrap{justify-content:space-between;align-items:center;gap:1.5rem;width:calc(100% - 140px - 1.5rem);display:flex}.mh-news .mh-board-list .item a .text-wrap .tag{color:#fff;text-align:center;background-color:var(--mh-c1);border-radius:.5rem;width:80px;padding:.25rem;font-size:1rem;font-weight:600;display:block}.mh-news .mh-board-list .item a .text-wrap .board-ttl{width:calc(100% - 160px - 3rem);color:var(--mh-m1);white-space:nowrap;text-overflow:ellipsis;font-size:1.25rem;font-weight:700;overflow:hidden}.mh-news .mh-board-list .item a .text-wrap .board-ttl span{z-index:1;position:relative}.mh-news .mh-board-list .item a .text-wrap .board-ttl span:before{content:"";background-color:var(--mh-mark);z-index:-1;width:0;height:.5rem;transition:all .3s;display:block;position:absolute;bottom:0;left:0}.mh-news .mh-board-list .item a .text-wrap .date{color:var(--mh-m4);text-align:right;font-size:1rem;font-weight:500;display:block}.mh-news .mh-board-list .item a .more{height:56px;color:var(--mh-m2);background-color:var(--mh-m9);border-radius:1rem;justify-content:center;align-items:center;padding:0 1.75rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex}.mh-news .mh-board-list .item a:hover{border-color:var(--mh-m1)}.mh-news .mh-board-list .item a:hover .board-ttl span:before{width:100%}.mh-news .mh-board-list .item a:hover .more{background-color:var(--mh-m7)}.mh-news .mh-btn-wrap{justify-content:center}.mh-subscribe{text-align:left;background-color:var(--mh-m1);width:100%;padding:5rem 0}.mh-subscribe .mh-sub-inner{flex-flow:wrap;justify-content:space-between;align-items:center;display:flex}.mh-subscribe .mh-sub-titlewrap{width:calc(50% - 3.125rem)}.mh-subscribe .mh-sub-title{color:#fff;word-break:keep-all;font-size:2.25rem}.mh-subscribe .mh-sub-title span{font-weight:300}.mh-subscribe .mh-sub-title strong{font-weight:700}.mh-subscribe .mh-sub-desc{color:#fff;margin-top:1.25rem;font-size:1.25rem;font-weight:300}.mh-subscribe .mh-sub-form{width:calc(50% - 3.125rem)}.mh-subscribe .mh-form-list{flex-direction:column;justify-content:flex-start;gap:.75rem;width:100%;display:flex}.mh-subscribe .mh-form-line{justify-content:flex-start;align-items:center;gap:1.25rem;width:100%;display:flex}.mh-subscribe .mh-form-line>label{color:#fff;text-align:center;width:64px;font-size:1.125rem;font-weight:500;display:block}.mh-subscribe .mh-form-line>input{color:#fff;background:0 0;border:1px solid #fff;border-radius:.75rem;width:calc(100% - 64px - 1.25rem);height:56px;padding:0 .75rem;font-size:1rem;line-height:56px;transition:all .3s}.mh-subscribe .mh-form-line>input:hover,.mh-subscribe .mh-form-line>input:focus{border-color:var(--mh-c1-soft);outline:none}.mh-subscribe .mh-form-line>input::placeholder{color:var(--mh-m6)}.mh-subscribe .mh-form-line.type-submit{justify-content:flex-end;gap:1.25rem}.mh-subscribe .mh-form-line.type-submit .mh-agree{color:#fff;white-space:nowrap;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;font-size:1rem;font-weight:300;display:inline-flex}.mh-subscribe .mh-form-line.type-submit .mh-agree input{accent-color:var(--mh-c1);margin:0}@media screen and (max-width:1450px){.mh-center{width:calc(100% - 4rem)}.mh-hero .mh-hero-title{font-size:4rem}.mh-hero .mh-hero-desc{font-size:1.75rem}}@media screen and (max-width:1280px){.mh-title-wrap .mh-title,.mh-intro .mh-intro-left .mh-intro-title{font-size:2.5rem}}@media screen and (max-width:1279px){.mh-hero .mh-hero-pagination{bottom:calc(2.5rem + 68px)}}@media screen and (max-width:1024px){.mh-center{width:calc(100% - 2rem)}.mh-content{padding:5rem 0}.mh-title-wrap{margin-bottom:3.75rem}.mh-title-wrap .mh-title{font-size:2rem}.mh-title-wrap .mh-desc{font-size:1rem}.mh-title-wrap .mh-title+.mh-desc{margin-top:1.25rem}.mh-content .mh-btn-wrap{margin-top:3.75rem}.mh-donate .mh-btn-wrap{margin-top:2.5rem}.mh-tab-wrap{margin-bottom:2.5rem}.mh-tab{gap:1.5rem}.mh-tab button{padding-bottom:calc(.5rem + 4px);font-size:1.125rem}.mh-tab button:after{height:4px}.mh-navi{border-radius:.75rem;width:44px;font-size:1.125rem}.mh-hero .mh-hero-text{gap:1.5rem;padding:0 1rem}.mh-hero .mh-hero-head{padding-bottom:1.5rem}.mh-hero .mh-hero-head:after{width:40px;bottom:-2px}.mh-hero .mh-hero-tag{margin-bottom:.75rem;font-size:1.25rem}.mh-hero .mh-hero-title{font-size:3.25rem}.mh-hero .mh-hero-desc{margin-bottom:2.5rem;font-size:1.25rem}.mh-hero .mh-hero-pagination{gap:.5rem;padding:0 1rem;bottom:calc(1.25rem + 68px)}.mh-hero .mh-hero-pagination button{aspect-ratio:5;width:30px}.mh-hero .mh-navi{display:none}.mh-acts .mh-act-slide a,.mh-acts .mh-act-slide a:after,.mh-acts .mh-act-slide .mh-act-content{border-radius:1.25rem}.mh-acts .mh-act-slide a:after{border-width:9px}.mh-acts .mh-act-slide .mh-act-content{padding:1.5rem}.mh-acts .mh-act-slide .mh-act-title{font-size:1.25rem}.mh-acts .mh-act-slide .mh-act-desc{font-size:1rem}.mh-acts .mh-swiper .mh-navi.prev{left:-12px}.mh-acts .mh-swiper .mh-navi.next{right:-12px}.mh-involve .mh-title-wrap{margin-bottom:2.5rem}.mh-involve .mh-gal-slide{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px);margin-right:20px}.mh-involve .mh-gal-content{flex-flow:row;align-items:center;gap:.6rem;padding:1rem 0;display:flex}.mh-involve .mh-gal-meta{display:contents}.mh-involve .mh-gal-meta .tag{flex:none;order:1;font-size:.875rem}.mh-involve .mh-gal-title{flex:auto;order:2;width:auto;min-width:0;margin-bottom:0;font-size:1.125rem}.mh-involve .mh-gal-meta .date{flex:none;order:3;margin-left:auto;font-size:.875rem}.mh-involve .mh-swiper .mh-navi{top:calc(50% - .875rem - 45px)}.mh-involve .mh-swiper .mh-navi.prev{left:-12px}.mh-involve .mh-swiper .mh-navi.next{right:-12px}.mh-involve .mh-progress{margin-top:1.25rem}.mh-donate .mh-title-wrap{margin-bottom:2.5rem}.mh-donate .mh-cause{gap:.75rem;margin-bottom:1.25rem}.mh-donate .mh-cause .mh-cause-text{font-size:1.25rem}.mh-donate .mh-select{border-radius:.75rem;gap:.75rem;height:44px;padding:0 .75rem 0 1.25rem;font-size:1.25rem}.mh-donate .mh-select-wrap .mh-options{border-radius:.75rem;top:calc(44px + .5rem)}.mh-donate .mh-select-wrap .mh-options button{padding:.5rem;font-size:1rem}.mh-donate .mh-result .mh-sentence{font-size:1.375rem}.mh-intro .mh-intro-left{text-align:center;flex-flow:column wrap;width:100%;margin-bottom:3.75rem;padding-bottom:0;display:flex}.mh-intro .mh-intro-left .mh-intro-title{font-size:2rem}.mh-intro .mh-intro-left .mh-intro-title br{display:none}.mh-intro .mh-intro-left .mh-intro-title+.mh-intro-desc{margin-top:1.5rem}.mh-intro .mh-intro-left .mh-btn-wrap{order:1;justify-content:center;margin-top:2.5rem}.mh-intro .mh-feature-list{width:100%}.mh-intro .mh-feature-list .item{height:300px;aspect-ratio:unset;border-radius:1.25rem}.mh-intro .mh-feature-list .item .ttl{font-size:1rem}.mh-intro .mh-feature-list .item .count-wrap{margin-top:.75rem}.mh-intro .mh-feature-list .item .count-wrap .number{font-size:4rem}.mh-intro .mh-feature-list .item .count-wrap .unit{font-size:1.25rem}.mh-links .mh-quick-list{flex-flow:wrap;gap:1.25rem}.mh-links .mh-quick-list .item{width:calc(50% - .625rem);height:120px;aspect-ratio:unset}.mh-links .mh-quick-list .item a{border-radius:1.25rem}.mh-links .mh-quick-list .item a .icon{width:60px;top:1.75rem;right:1.75rem}.mh-links .mh-quick-list .item a .icon .dot{width:2rem}.mh-links .mh-quick-list .item a .text-wrap .name{font-size:1.125rem}.mh-links .mh-quick-list .item a .text-wrap .more{border-radius:.75rem;width:44px;font-size:1.125rem}.mh-news .mh-title-wrap{margin-bottom:2.5rem}.mh-news .mh-board-list .item a .inner{padding:1rem}.mh-news .mh-board-list .item a .text-wrap{gap:1.25rem;width:calc(100% - 105px - 1.25rem)}.mh-news .mh-board-list .item a .text-wrap .tag{width:72px;font-size:.875rem}.mh-news .mh-board-list .item a .text-wrap .date{font-size:.875rem}.mh-news .mh-board-list .item a .text-wrap .board-ttl{width:calc(100% - 144px - 2.5rem);font-size:1.125rem}.mh-news .mh-board-list .item a .more{border-radius:.75rem;height:44px;padding:0 1.25rem;font-size:.875rem}}@media screen and (max-width:768px){.mh-hero .mh-hero-title{font-size:2.15rem}}@media screen and (max-width:767px){.mh-hero{height:80vh;padding-top:60px}.mh-hero .mh-hero-slide{inset:60px 0 0}}@media screen and (max-width:768px){.mh-tab{gap:1rem}.mh-tab button{font-size:1rem}.mh-acts .mh-act-slide{flex:0 0 300px}.mh-intro .mh-feature-list{flex-direction:column}.mh-intro .mh-feature-list .item{flex:none;min-height:180px}.mh-donate .mh-result .mh-sentence{justify-content:center;align-items:center;height:auto;min-height:calc(2.9em + 1rem);padding:.5rem 1.5rem;font-size:1.25rem;display:flex}.mh-intro .mh-feature-list .item{padding:2rem}.mh-intro .mh-feature-list .item .icon{bottom:2rem;right:2rem}.mh-news .mh-board-list .item a .text-wrap{flex-flow:row;align-items:center;gap:.6rem;width:100%}.mh-news .mh-board-list .item a .text-wrap .tag{flex:none;order:0;width:auto;padding:.3rem .6rem}.mh-news .mh-board-list .item a .text-wrap .board-ttl{flex:auto;order:0;width:auto;min-width:0}.mh-news .mh-board-list .item a .text-wrap .date{flex:none;order:0;margin-left:0}.mh-news .mh-board-list .item a .more{display:none}.mh-subscribe .mh-sub-titlewrap{width:100%}.mh-subscribe .mh-sub-title{font-size:1.5rem}.mh-subscribe .mh-sub-desc{margin-top:.75rem;font-size:1rem}.mh-subscribe .mh-sub-form{width:100%;margin-top:2rem}.mh-subscribe .mh-form-line.type-submit{flex-flow:wrap;justify-content:flex-start;gap:.75rem}.mh-subscribe .mh-form-line.type-submit .mh-agree{white-space:normal;flex-shrink:1}}@media screen and (max-width:480px){.mh-btn-wrap{gap:.75rem}.mh-btn{height:46px;padding:0 1.4rem;font-size:.875rem}.mh-title-wrap .mh-title{font-size:1.5rem}.mh-hero .mh-hero-tag{font-size:.85rem}.mh-hero .mh-hero-title{font-size:1.75rem}.mh-hero .mh-hero-desc{font-size:.95rem}.mh-involve .mh-gal-slide{max-width:unset;flex:0 0 100%;margin-right:0}.mh-donate .mh-cause{gap:.5rem;margin-bottom:.75rem}.mh-donate .mh-cause .mh-cause-text,.mh-donate .mh-select{font-size:1rem}.mh-donate .mh-result .mh-sentence{font-size:1.15rem}.mh-intro .mh-feature-list .item{height:210px}.mh-intro .mh-feature-list .item .count-wrap .number{font-size:2.25rem}.mh-intro .mh-feature-list .item .count-wrap .unit{font-size:1rem}.mh-intro .mh-feature-list .item .icon{width:60px}.mh-links .mh-quick-list .item{width:100%;height:78px}.mh-links .mh-quick-list .item a{padding:1.05rem 1.25rem}.mh-links .mh-quick-list .item a .icon{width:36px;top:.95rem;right:1.1rem}.mh-links .mh-quick-list .item a .icon .dot{width:1.35rem}.mh-links .mh-quick-list .item a .text-wrap .name{font-size:1.1rem}.mh-links .mh-quick-list .item a .text-wrap .more{width:40px;height:38px}.mh-news .mh-board-list .item a .text-wrap{width:100%}.mh-news .mh-board-list .item a .text-wrap .board-ttl{font-size:1rem}.mh-news .mh-board-list .item a .more{display:none}}@keyframes mhHeroProg{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:767px){.mh-hero{background:#fff;height:auto;padding:74px 16px 22px;overflow:visible}.mh-hero .mh-hero-slide{opacity:1;border-radius:24px;height:72vh;max-height:600px;transition:none;display:none;position:relative;inset:auto;overflow:hidden}.mh-hero .mh-hero-slide.active{display:block}.mh-hero .mh-hero-bg{opacity:1}.mh-hero .mh-hero-grad{background:linear-gradient(150deg,#1a1a2e,#16213e 55%,#0f3460)}.mh-hero .mh-hero-text{text-align:left;background:linear-gradient(#fff0 0%,#ffffffeb 50%,#fff 70%);gap:0;padding:3.6rem 1.4rem 1.4rem;display:block;position:absolute;inset:auto 0 0}.mh-hero .mh-hero-head{width:auto;padding-bottom:0;position:static}.mh-hero .mh-hero-head:after{display:none}.mh-hero .mh-hero-tag{color:#fff;background:var(--mh-c1);border-radius:100px;margin-bottom:.85rem;padding:.42rem .8rem;font-size:.78rem;font-weight:700;line-height:1;display:inline-block}.mh-hero .mh-hero-tag:before{content:"# "}.mh-hero .mh-hero-title{color:#10203f;margin:0;font-size:1.95rem;font-weight:800;line-height:1.2}.mh-hero .mh-hero-desc{color:#55607a;margin:.7rem 0 0;font-size:.95rem;font-weight:500;line-height:1.5}.mh-hero .mh-hero-btns,.mh-hero .mh-hero-pagination,.mh-hero .mh-navi{display:none}.mh-hero .mh-hero-nav{align-items:center;gap:.85rem;margin-top:1.5rem;display:flex}.mh-hero .mh-hero-count{color:var(--mh-c1);font-variant-numeric:tabular-nums;flex:none;font-size:.95rem;font-weight:700}.mh-hero .mh-hero-count b{font-weight:800}.mh-hero .mh-hero-prog{background:#10203f24;border-radius:3px;flex:auto;height:3px;overflow:hidden}.mh-hero .mh-hero-prog-fill{background:var(--mh-c1);transform-origin:0;width:100%;height:100%;display:block;transform:scaleX(0)}.mh-hero .mh-hero-slide.active .mh-hero-prog-fill{animation:5s linear forwards mhHeroProg}.mh-hero .mh-hero-play{width:38px;height:38px;color:var(--mh-c1);letter-spacing:1px;cursor:pointer;background:#ffffffa6;border:1.5px solid #10203f38;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.62rem;display:flex}.mh-links .mh-quick-list .item a .icon .dot,.mh-links .mh-quick-list .item a .text-wrap .more{display:none}.mh-links .mh-quick-list .item a{justify-content:center}.mh-links .mh-quick-list .item a .icon{top:50%;transform:translateY(-50%)}}@keyframes mhTrackIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.mh-involve .mh-track>.mh-gal-slide{animation:mhTrackIn var(--duration-menu)var(--ease-out)both}@media (prefers-reduced-motion:reduce){.mh-involve .mh-track>.mh-gal-slide{animation:none}}
