@font-face{font-family:DungGeunMo;src:url(/DungGeunMo.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:DungGeunMo;src:url(/fonts/DungGeunMo.otf) format("opentype");font-weight:400;font-style:normal}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;position:relative;background-color:transparent;min-height:60px}.mobile-header-left{display:flex;align-items:center;z-index:10}.mobile-header-center{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center}.coffee-logo-img{width:12rem;cursor:pointer}.mobile-header-right{display:flex;align-items:center;margin-left:auto}.header-login-btn,.header-back-btn{font-family:DungGeunMo,sans-serif;font-size:1.4rem;color:#6d2f1f;background:none;border:none;cursor:pointer;padding:5px 0}.header-user-icon{width:28px;height:28px;cursor:pointer;object-fit:contain}.m-facebook-login-btn{width:100%;padding:10px;border:none;border-radius:8px;background-color:#1877f2;color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background-color .2s}.m-facebook-login-btn:hover{background-color:#166ada}.m-facebook-login-btn:active{transform:scale(.99)}.register-usher{color:#6d2f1f;text-align:center;font-size:.9rem;margin-top:2rem}.register-usher strong{cursor:pointer;text-decoration:underline}.logout-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.logout-modal{background:#fff;width:80%;max-width:300px;border-radius:20px;padding:30px 20px;text-align:center;box-shadow:0 10px 25px #0003}.logout-modal h3{font-size:1.2rem;color:#6d2f1f;margin-bottom:25px;word-break:keep-all}.logout-btns{display:flex;gap:15px;justify-content:center}.logout-btn{padding:10px 25px;border-radius:25px;font-weight:700;cursor:pointer;transition:all .2s;font-size:1rem}.logout-btn.confirm{background-color:#6d2f1f;color:#fff;border:none}.logout-btn.cancel{background-color:#f0f0f0;color:#666;border:none}.logout-btn:active{transform:scale(.95)}.mobile-app-container{padding-bottom:70px}.mobile-bottom-nav{position:fixed;bottom:0;left:0;width:100%;height:60px;background-color:#e5ecd6;border-top-left-radius:24px;border-top-right-radius:24px;display:flex;justify-content:space-around;align-items:center;padding-bottom:5px;box-shadow:0 -2px 10px #0000000d;z-index:100}.nav-item{color:#6d2f1f;font-size:1.2rem;font-weight:500;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-item.active{font-weight:700}.mobile-main-wrapper{background-color:#fff;min-height:100vh;position:relative;overflow:hidden}.coffee-watermark{position:absolute;top:15%;right:-30%;width:140%;opacity:.2;pointer-events:none;z-index:0}.hero-text{position:absolute;top:32%;left:20px;z-index:1;display:flex;flex-direction:column}.hero-text .light-text{font-size:5.5rem;font-weight:800;color:#e5ecd6;line-height:.95;letter-spacing:1px}.hero-text .dark-text{font-size:4.5rem;font-weight:900;color:#6d2f1f;margin-top:15px;letter-spacing:-2px}.mobile-list-wrapper{padding:0 0 20px}.sort-header{padding:0 20px;position:relative;display:flex;align-items:center;color:#a0a887;font-weight:800;font-size:.95rem;cursor:pointer}.arrow-icon{width:1rem;height:1rem;object-fit:contain}.sort-dropdown{position:absolute;top:100%;left:20px;background-color:#fff;border:1px solid #e1cfc6;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;min-width:120px;overflow:hidden;margin-top:8px}.dropdown-item{padding:12px 16px;font-size:.9rem;color:#6d2f1f;background-color:#fff;cursor:pointer;border-bottom:1px solid #f1f1f1}.dropdown-item:last-child{border-bottom:none}.dropdown-item:active{background-color:#f7f7f7}.dropdown-item.selected{font-weight:800;background-color:#f9f9f9}.list-item{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #6d2f1f}.list-item-content{flex:1}.badges-row{display:flex;gap:10px;align-items:center;margin-bottom:10px}.difficulty-badge{background-color:#e1cfc6;color:#6d2f1f;padding:4px 10px;border-radius:6px;font-size:.85rem;font-weight:700}.score-text{color:#6d2f1f;font-size:.95rem}.item-title{font-size:1.4rem;font-weight:800;color:#6d2f1f;margin:0 0 8px}.item-instruction{font-size:.9rem;color:#6d2f1f;margin:0}.item-image{width:80px;height:80px;object-fit:contain;margin-left:15px;border:2px solid #6d2f1f;border-radius:12px;padding:5px}.wrong-image-placeholder{width:80px;height:80px;background-color:#6d2f1f;border-radius:12px;margin-left:15px}.hamburger-btn{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:5px;z-index:200}.hamburger-btn span{display:block;width:24px;height:2.5px;background-color:#6d2f1f;border-radius:2px}.login-glass-btn{width:100%;padding:14px;border:none;border-radius:20px;font-size:1.05rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#4caf50d9,#388e3ce6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #4caf504d;cursor:pointer;transition:transform .15s,box-shadow .15s;letter-spacing:1px}.login-glass-btn:active{transform:scale(.97);box-shadow:0 2px 8px #4caf504d}.m-login-page{min-height:100vh;display:flex;flex-direction:column}.m-login-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}.m-login-back{font-size:1.5rem;color:#6d2f1f;cursor:pointer;font-weight:700}.m-login-card{margin:40px 20px;background:#ffffff59;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:40px 24px;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.4)}.m-login-title{text-align:center;color:#6d2f1f;font-size:1.8rem;font-weight:800;margin:0 0 30px}.m-login-form{display:flex;flex-direction:column;gap:16px}.m-login-input{width:100%;padding:14px 16px;border-radius:12px;border:1px solid rgba(109,47,31,.2);background:#ffffff80;color:#333;font-size:1rem;outline:none;box-sizing:border-box}.m-login-input:focus{border-color:#6d2f1f;background:#ffffffb3}.m-login-input::placeholder{color:#999}.m-login-error{color:#c62828;font-size:.9rem;text-align:center;font-weight:500}.m-login-submit{width:100%;padding:14px;border:none;border-radius:20px;font-size:1.1rem;font-weight:700;color:#fff;background-color:#6d2f1f;cursor:pointer;margin-top:10px;transition:opacity .2s}.m-login-submit:disabled{opacity:.6;cursor:not-allowed}.m-login-submit:not(:disabled):active{opacity:.85}.mq-page{width:100%;min-height:100vh;background-color:#fff;font-family:Noto Sans KR,sans-serif;display:flex;flex-direction:column;position:relative}.mq-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f0f0f0}.mq-menu-icon{font-size:1.3rem;color:#6f271e;cursor:pointer}.mq-logo{height:32px}.mq-header-right{display:flex;align-items:center;gap:14px}.mq-globe{font-size:1.2rem;cursor:pointer}.mq-close{font-size:1.2rem;color:#6f271e;cursor:pointer}.mq-progress{padding:12px 20px 0;font-size:.9rem;color:#999}.mq-card{margin:12px 16px 0;background-color:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;padding:24px 20px 28px;flex:1}.mq-lang-toggle{display:flex;justify-content:flex-end;gap:0;margin-bottom:16px;border:1px solid #ddd;border-radius:6px;overflow:hidden;width:fit-content;margin-left:auto}.mq-lang-btn{border:none;padding:6px 16px;font-size:.85rem;cursor:pointer;background-color:#fff;color:#6f271e;font-weight:500;transition:all .2s}.mq-lang-btn.active{background-color:#6f271e;color:#fff}.mq-question-instruction{font-size:1rem;font-weight:700;color:#2d2d2d;line-height:1.6;margin-bottom:16px}.mq-question-content{font-size:1rem;color:#333;line-height:1.6;margin-bottom:24px}.mq-question-subpassage-wrapper{margin-bottom:24px}.mq-subpassage-label{font-size:.9rem;color:#666;margin-bottom:8px;font-weight:500}.mq-subpassage-box{border:1px solid #6F271E;border-radius:10px;padding:16px 20px;background-color:#fff;font-size:1rem;color:#333;line-height:1.6;word-break:keep-all}.mq-options{display:flex;flex-direction:column;gap:12px}.mq-option{display:block;width:100%;text-align:left;padding:16px 18px;border:1.5px solid #E0CCC9;border-radius:12px;background-color:#fff;font-size:1rem;color:#333;cursor:pointer;transition:all .2s ease}.mq-option:active{transform:scale(.98)}.mq-option.selected{background-color:#e0ccc9;border-color:#b6bda9;color:#792215;font-weight:600}.mq-option.correct{background-color:#e4ecd4;border-color:#b6bda9;color:#3a6b1e;font-weight:700}.mq-option.incorrect{background-color:#f5d5d0;border-color:#792215;color:#792215;font-weight:600}.mq-feedback{margin-top:20px;padding:14px 16px;border-radius:12px;text-align:center;font-weight:700;font-size:1rem}.mq-feedback.correct{background-color:#e4ecd4;color:#3a6b1e}.mq-feedback.wrong{background-color:#f5d5d0;color:#792215}.mq-action-wrapper{padding:30px 16px 16px;position:sticky;bottom:0;background:linear-gradient(transparent,#fff 30%)}.mq-action-btn{width:100%;padding:16px;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;color:#fff;background-color:#6f271e;cursor:pointer;transition:opacity .2s}.mq-action-btn:disabled{background-color:#e0ccc9;color:#aaa;cursor:not-allowed}.mq-action-btn:not(:disabled):active{opacity:.85}.goog-te-banner-frame,.goog-te-balloon-frame,#goog-gt-tt,.goog-te-announcement-frame,.VIpgJd-ZVi9od-ORHb-nsqsS,.VIpgJd-ZVi9od-l6n9Be-aZ2wY,.VIpgJd-ZVi9od-v017H-U9S6Y,iframe.skiptranslate,.goog-te-spinner-pos{display:none!important;visibility:hidden!important;opacity:0!important}.goog-te-menu-value,.goog-tooltip,.goog-tooltip:hover{display:none!important}.goog-text-highlight{background-color:transparent!important;box-shadow:none!important}body{top:0!important;position:relative!important}#google_translate_element{display:none!important}.mq-timeout-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:3000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mq-timeout-modal{background:#fff;padding:2rem;border-radius:20px;width:85%;max-width:320px;position:relative;text-align:center;box-shadow:0 10px 25px #0003;border:1px solid #752a20}.mq-timeout-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:1.5rem;color:#752a20;cursor:pointer}.mq-timeout-content h3{color:#752a20;margin-bottom:1rem}.mq-timeout-content p{margin:.5rem 0;color:#444}.mq-timeout-btn{width:100%;padding:.8rem;background-color:#752a20;color:#fff;border:none;border-radius:10px;font-weight:700;margin-top:1.5rem;cursor:pointer}
