@import url("//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css");:root{--primary-green:#30a680;--primary-yellow:#ffc10c;--primary-yellow-hover:#fedd56;--second-yellow:#ffcb1c;--color-card:rgba(48,166,128,.6);--color-kakao:#fee500;--button-default:#eee;--button-danger:red;--color-disabled:#979797;--color-disabled-text:#d8d8d8;--primary-background-color:#fff;--primary-background-color-hover:#f2f2f2;--primary-pink:#ffe6f3;--primary-vanilla:#fee4c2;--height-header:80px;--height-footer:40px;--header-icon-size:32px}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;padding:0;margin:0}body,html{overflow-x:hidden;position:relative;height:100vh;-webkit-font-smoothing:antialiased}.container{max-width:600px;width:100%;padding:40px 12px 24px;margin:0 auto;min-height:calc(100vh - var(--height-header) - var(--height-footer))}.spacing{margin-top:24px}.d-flex{display:flex}.flex-column{flex-direction:column}.relative{position:relative}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}a{color:inherit;text-decoration:none}.swiper-pagination-bullet{background-color:var(--primary-green)!important}h1{font-size:1.6em}.text-bold{font-weight:800}.text-bold-700{font-weight:700}.text-normal{font-weight:400}.text-yellow{background-color:var(--second-yellow)}.text-gray{color:#979797}.small-text,.text-error{font-size:.8em}.text-error{color:var(--button-danger)}.text-success{color:var(--primary-green);font-size:.8em}