#pu-fortune-root{--cream:#f5f0e8;--ink:#181714;--pink:#ff5d9e;--lime:#dfff4f;--violet:#7658ff}#pu-fortune-root,#pu-fortune-root *{box-sizing:border-box}#pu-fortune-root{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Noto Sans KR,sans-serif;max-width:100%;overflow-x:hidden}#pu-fortune-root .top{height:72px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2222}#pu-fortune-root .logo{font-weight:900;letter-spacing:.15em}#pu-fortune-root .logo b{display:inline-grid;place-items:center;width:40px;height:40px;margin-right:9px;background:#181714;color:var(--lime);border-radius:50%}#pu-fortune-root .today{min-height:calc(100vh - 72px);display:grid;grid-template-columns:45% 55%;position:relative}#pu-fortune-root .visual{position:relative;overflow:hidden;background:#17151c}#pu-fortune-root .visual img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:center top;transition:opacity .8s}#pu-fortune-root .visual .product,#pu-fortune-root .visual:hover .arin{opacity:0}#pu-fortune-root .visual:hover .product{opacity:1;object-fit:contain;background:#eee7df}#pu-fortune-root .badge{position:absolute;z-index:2;left:24px;bottom:24px;background:var(--lime);padding:12px 16px;font-size:11px;font-weight:800}#pu-fortune-root .copy{display:grid;align-content:center;padding:7vw;position:relative}#pu-fortune-root .kicker{font:700 11px monospace;letter-spacing:.18em;color:var(--violet);overflow-wrap:anywhere}#pu-fortune-root h1{font-size:clamp(54px,8vw,112px);line-height:.86;letter-spacing:-.075em;margin:25px 0}#pu-fortune-root h1 em{display:block;font-family:Georgia,serif;font-weight:400;color:var(--pink)}#pu-fortune-root .intro{max-width:520px;line-height:1.75;color:#666}#pu-fortune-root .open{margin-top:28px;max-width:420px;border:0;background:var(--ink);color:#fff;padding:21px 24px;display:flex;justify-content:space-between;font-weight:800;cursor:pointer}#pu-fortune-root .open:hover{background:var(--violet)}#pu-fortune-root .shop{display:inline-block;margin-top:18px;color:inherit;font-size:12px;text-underline-offset:5px}#pu-fortune-root .menu{max-height:0;overflow:hidden;transition:max-height .8s ease;background:var(--ink);color:#fff}#pu-fortune-root .menu.show{max-height:5000px!important;overflow:visible!important}#pu-fortune-root .menuInner{padding:70px 5vw;padding-bottom:90px!important}#pu-fortune-root .menuHead{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}#pu-fortune-root .menuHead h2{font-size:clamp(34px,5vw,64px);letter-spacing:-.05em;margin:0}#pu-fortune-root .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;align-items:stretch}#pu-fortune-root .card{min-height:300px;text-align:left;border:0;background:#272623;color:#fff;padding:28px;position:relative;cursor:pointer;transition:.25s;text-decoration:none;display:block;overflow:hidden;height:auto!important}#pu-fortune-root .card:hover{background:var(--lime);color:var(--ink);transform:translateY(-7px)}#pu-fortune-root .card small{font:10px monospace}#pu-fortune-root .card i{display:block;font-style:normal;font-size:42px;margin:18px 0 12px}#pu-fortune-root .card h3{font-size:22px;margin:0 0 12px}#pu-fortune-root .card p{font-size:12px;line-height:1.6;opacity:.65}#pu-fortune-root .card b{position:absolute;right:25px;bottom:24px;font-size:20px}#pu-fortune-root .close{border:1px solid #777;border-radius:50%;background:none;color:#fff;width:42px;height:42px;cursor:pointer}#pu-fortune-root .hint{position:absolute;right:22px;bottom:20px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.12em;color:#777}#pu-fortune-root .fortuneModal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#111e;overflow:auto;padding:4vh 3vw}#pu-fortune-root .fortuneModal.show{display:grid;place-items:center}#pu-fortune-root .fortuneBox{width:min(760px,100%);background:#f5f0e8;color:#181714;padding:clamp(24px,5vw,56px);position:relative}#pu-fortune-root .fortuneBox:not(.resultMode){padding-top:34px}#pu-fortune-root .fortuneBox.resultMode{padding-top:clamp(24px,5vw,56px)}#pu-fortune-root .fortuneClose{position:absolute;right:18px;top:18px;border:1px solid;border-radius:50%;width:40px;height:40px;cursor:pointer;z-index:3;background:#f5f0e8!important}#pu-fortune-root .fortuneForm{display:grid;grid-template-columns:1fr 1fr;gap:14px}#pu-fortune-root .fortuneForm label{font-size:11px;font-weight:700}#pu-fortune-root .fortuneForm input{display:block;width:100%;margin-top:8px;padding:14px;background:#fff;border:1px solid #ccc}#pu-fortune-root .fortuneGo{grid-column:1/-1;border:0;background:#7658ff;color:#fff;padding:17px;font-weight:800;cursor:pointer}#pu-fortune-root .fortuneResult{display:none}#pu-fortune-root .fortuneResult.show{display:block}#pu-fortune-root .fortuneResult h2{font-size:clamp(32px,6vw,62px);line-height:1;margin:20px 0}#pu-fortune-root .fortuneMessage{font:20px/1.65 Georgia,"Noto Serif KR",serif;border-left:3px solid #ff5d9e;padding-left:18px}#pu-fortune-root .fortuneStats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:25px 0}#pu-fortune-root .fortuneStats span{background:#e9e3da;padding:15px;font-size:11px}#pu-fortune-root .fortuneStats b{display:block;font-size:20px;margin-top:7px}#pu-fortune-root .fortuneLucky{padding:18px;background:#dfff4f;font-weight:700}#pu-fortune-root .newReading{margin-top:18px;border:0;background:#181714;color:#fff;padding:14px 18px;cursor:pointer}#pu-fortune-root .fortuneDetails{display:grid;gap:10px;margin:24px 0}#pu-fortune-root .fortuneDetail{padding:22px;background:#fff;border:1px solid #ded8cf}#pu-fortune-root .fortuneDetail small{display:block;color:#7658ff;font:700 10px monospace;letter-spacing:.12em;margin-bottom:10px}#pu-fortune-root .fortuneDetail p{margin:0;font-size:15px;line-height:1.85}#pu-fortune-root .dateParts{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:8px;margin-top:8px}#pu-fortune-root .dateParts input{min-width:0}#pu-fortune-root .scoreMeaning{display:inline-block;margin-left:14px;font-size:13px;font-weight:700;color:#5b4ab5;letter-spacing:0}#pu-fortune-root .scoreBlock{margin:30px 0 34px}#pu-fortune-root .scoreTitle{font-size:clamp(36px,7vw,68px);font-weight:900;line-height:1;letter-spacing:-.055em;color:#181714}#pu-fortune-root .fortuneScore{margin-top:10px;font-size:clamp(36px,7vw,68px);font-weight:900;line-height:1;letter-spacing:-.055em;color:#7658ff}#pu-fortune-root .fortuneScore:after{content:"\c810  \b7  \c624\b298\c758  \c885\d569  \c6b4\c138";display:inline-block;margin-left:14px;font-size:13px;letter-spacing:0;color:#5b4ab5;vertical-align:middle}#pu-fortune-root .fortuneScore:after{content:attr(data-label)!important}#pu-fortune-root .fortuneScore:after{display:none!important;content:""!important}#pu-fortune-root .languageSelect{width:100%;padding:14px 12px;font-size:16px;font-weight:700;border:1px solid #181714;border-radius:8px;background:#f5f0e8;color:#181714}#pu-fortune-root .langRow{display:flex;align-items:center;gap:14px}#pu-fortune-root .langLabel{display:block;margin-bottom:9px;font:700 10px monospace;letter-spacing:.14em}#pu-fortune-root .copy .langRow{display:block;width:100%;margin:12px 0 22px!important;padding:14px!important;border:2px solid #181714!important;background:#fff;order:initial}#pu-fortune-root .copy .langTitle{margin-bottom:10px}#pu-fortune-root .copy .langTitle strong{font-size:12px}#pu-fortune-root .copy .langPills{grid-template-columns:repeat(3,1fr)}#pu-fortune-root .copy .langPill{min-height:44px}#pu-fortune-root .copy h1{line-height:.92;margin-bottom:8px}#pu-fortune-root .copy h1 em{line-height:1.05;margin-top:.08em}#pu-fortune-root .fortuneArt,#pu-fortune-root .modalArin{display:none!important}#pu-fortune-root .fortuneBox.resultMode .modalArin{display:block!important;width:calc(100% + clamp(48px,10vw,112px));height:auto!important;max-height:none!important;aspect-ratio:3/4;object-fit:cover!important;object-position:center top!important;background:#17151c;margin:calc(clamp(24px,5vw,56px)*-1) calc(clamp(24px,5vw,56px)*-1) 28px}#pu-fortune-root .backToMenu{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#181714;padding:0;margin:0 0 24px;font-size:13px;font-weight:900;text-decoration:underline;text-underline-offset:5px;cursor:pointer}#pu-fortune-root .resultShop{display:none}#pu-fortune-root .fortuneBox.resultMode .resultShop{display:flex;align-items:center;justify-content:space-between;margin:-10px 0 28px;padding:16px 18px;background:#dfff4f;color:#181714;font-size:13px;font-weight:900;text-decoration:none}#pu-fortune-root .resultShop:hover{background:#181714;color:#dfff4f}@media(min-width:1200px){#pu-fortune-root .copy .langRow{max-width:620px}}@media(max-width:800px){#pu-fortune-root .top{min-height:72px!important;position:relative!important;padding:12px 16px!important;flex-wrap:nowrap!important}#pu-fortune-root .top>span{display:none}#pu-fortune-root .today{display:flex;flex-direction:column;grid-template-columns:1fr}#pu-fortune-root .visual{height:60svh;min-height:460px}#pu-fortune-root .copy{padding:42px 24px 58px;overflow:hidden}#pu-fortune-root .copy h1{font-size:58px;line-height:.98;margin-bottom:10px}#pu-fortune-root .copy h1 em{margin-top:.12em}#pu-fortune-root .intro{max-width:100%}#pu-fortune-root .open{width:100%;max-width:none}#pu-fortune-root .menu.show{max-height:6000px!important}#pu-fortune-root .menuInner{padding:48px 18px;padding-bottom:110px!important}#pu-fortune-root .grid{grid-template-columns:1fr;overflow:visible!important}#pu-fortune-root .card{min-height:230px!important;display:block!important}#pu-fortune-root .card:last-child{margin-bottom:0}#pu-fortune-root .hint{display:none}#pu-fortune-root .fortuneModal{padding:0}#pu-fortune-root .fortuneBox{width:100%;padding:22px}#pu-fortune-root .fortuneBox:not(.resultMode){padding-top:24px}#pu-fortune-root .fortuneResult h2{font-size:38px}#pu-fortune-root .fortuneModal.show .fortuneClose{position:fixed!important;top:14px;right:14px;z-index:60;box-shadow:0 2px 12px #00000047}#pu-fortune-root .backToMenu{position:sticky;top:0;background:#f5f0e8;padding:13px 0;width:100%;z-index:2}#pu-fortune-root .fortuneBox.resultMode .modalArin{width:calc(100% + 44px);margin:-22px -22px 0}#pu-fortune-root .fortuneBox.resultMode .resultShop{margin:0 0 25px}#pu-fortune-root .copy .langRow{position:relative;top:auto;margin:8px 0 24px!important;padding:12px!important}#pu-fortune-root .copy .langPills{display:flex;overflow-x:auto}#pu-fortune-root .copy .langPill{flex:0 0 94px}}@media(max-width:520px){#pu-fortune-root .fortuneForm{grid-template-columns:1fr}#pu-fortune-root .fortuneGo{grid-column:auto}#pu-fortune-root .fortuneStats{grid-template-columns:1fr}#pu-fortune-root .fortuneBox{min-height:100vh}#pu-fortune-root .fortuneDetails{grid-template-columns:1fr}#pu-fortune-root .dateParts{grid-template-columns:1.4fr 1fr 1fr}#pu-fortune-root .scoreBlock{margin:25px 0 30px}#pu-fortune-root .scoreTitle,#pu-fortune-root .fortuneScore{font-size:44px!important}#pu-fortune-root .fortuneScore{margin-top:8px!important}}@media(max-width:480px){#pu-fortune-root .grid{grid-template-columns:1fr}#pu-fortune-root .card{min-height:220px}#pu-fortune-root .card i{margin:30px 0}#pu-fortune-root .visual{height:52vh}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/pu-fortune.css.map */
