@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.notosanskr * {
    font-family: "Noto Sans KR", sans-serif;
}

@font-face {
    font-family: "CookieRun-Regular";
    src: url("../fonts/CookieRun\ Regular.otf") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CookieRun-Bold";
    src: url("../fonts/CookieRun\ Bold.otf") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CookieRun-Black";
    src: url("../fonts/CookieRun\ Black.otf") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --vh: 100%;
}

input:focus {
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    width: calc(100vw - (100vw - 100%));
    image-rendering: -webkit-optimize-contrast;
    -webkit-tap-highlight-color: transparent;
    font-family: "Noto Sans KR";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    -webkit-font-smoothing: antialiased;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.adsbygoogle {
    width: 100%;
    height: 100%;
}

.adsbygoogle.topp {
    width: 100%;
    height: 70px !important;
}

.main-wrapper {
    width: calc(100vw - (100vw - 100%));
    max-width: 460px;
    height: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.ad-div {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* top-div : Start */
.top-div {
    width: 100%;
    height: 381.18px;
    position: relative;
}
.top-div .mask1 {
    width: 100%;
    height: 100%;
    position: absolute;
}
.top-div .mask2 {
    width: 100%;
    height: 100%;
    position: absolute;
}
.top-div .img {
    position: absolute;
    bottom: -85px;
    right: -78px;
}
.btn_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
}
.top-div .title {
    font-family: "CookieRun-Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 46px;
    left: 26px;
}
.lang-en .top-div .title {
    letter-spacing: -1px;
}
.top-div .btn_main {
    width: 140px;
    height: 36px;
    position: absolute;
    top: 142px;
    left: 26px;
}
/* top-div : End */

/* my-fortune-div : Start */
.my-fortune-div {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    margin-top: -1px;
    padding-top: 33px;
}
.my-fortune-div .title-div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}
.my-fortune-div .title-div .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 35.41px;
}
.my-fortune-div .title-div .sub-title {
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    z-index: 9;
}
.my-fortune-div .content-div {
    width: 100%;
    margin-top: 7px;
    height: auto;
    position: relative;
}
.my-fortune-div .content-div .today-fortune {
    background-image: url("../images/my-fortune-top.png");
    background-size: cover;
    width: 100%;
    height: 158px;
    z-index: 2;
    position: relative;
    padding-top: 28px;
    padding-left: 22px;
}
.my-fortune-div .content-div .today-fortune .title {
    padding-left: 16px;
    padding-right: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 20px;
    background-color: #fff;
    border-radius: 100px;
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 400;
    font-family: "CookieRun-Regular";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.my-fortune-div .content-div .today-fortune .sub-title {
    color: #2e2e2e;
    font-size: 22px;
    font-family: "CookieRun-Bold";
    font-weight: 700;
    line-height: 29.92px;
    letter-spacing: -0.66px;
    margin-left: 3px;
    margin-top: 10px;
}
.my-fortune-div .content-div .today-fortune .ball {
    position: relative;
    width: 100%;
    height: 100%;
    top: -118px;
}
.my-fortune-div .content-div .today-fortune .ball .score {
    color: #431866;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 43px;
    top: 65px;
}
.my-fortune-div .content-div .today-fortune .ball .score .score-1 {
    font-size: 40px;
    font-family: "CookieRun-Bold";
    font-weight: 700;
}
.my-fortune-div .content-div .today-fortune .ball .score .score-2 {
    font-size: 26px;
    font-family: "CookieRun-Bold";
    font-weight: 700;
}
.my-fortune-div .content-div .today-fortune .ball .img {
    position: absolute;
    top: -36px;
    right: -49px;
    width: 250px;
    height: 250px;
}
.my-fortune-div .content-div .history-fortune {
    width: 100%;
    min-height: 44px;
    background-color: #a470ce;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.my-fortune-div .content-div .history-fortune .top {
    width: 100%;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.my-fortune-div .content-div .history-fortune .top .box-div {
    width: 50%;
    height: 104px;
    border-radius: 12px;
    margin-top: 20px;
}
.my-fortune-div .content-div .history-fortune .top .box-div .title {
    width: 100%;
    height: 30px;
    border-radius: 12px 12px 0 0;
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.64px;
    color: #fff;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
}
.my-fortune-div .content-div .history-fortune .top .box-div .content {
    background-color: #fff;
    width: 100%;
    height: 74px;
    border-radius: 0 0 12px 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px 0 rgb(0, 0, 0, 0.25);
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    justify-content: center;
}
.my-fortune-div .content-div .history-fortune .top .box-div .content .txt-box {
    width: 150px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.my-fortune-div
    .content-div
    .history-fortune
    .top
    .box-div
    .content
    .txt-box
    .i {
    width: 47px;
    height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
}
.my-fortune-div
    .content-div
    .history-fortune
    .top
    .box-div
    .content
    .txt-box
    .i
    .name {
    font-family: "CookieRun-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 20.4px;
    letter-spacing: -0.9px;
    color: #3a3a3a;
}
.my-fortune-div
    .content-div
    .history-fortune
    .top
    .box-div
    .content
    .txt-box
    .i
    .birth {
    font-size: 9px;
    line-height: 12.26px;
    color: #767676;
}
.my-fortune-div
    .content-div
    .history-fortune
    .top
    .box-div
    .content
    .txt-box
    .heart {
    width: 56px;
    height: 56px;
    background-image: url("../images/img_heart.png");
    background-size: cover;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: 24.48px;
    color: #fff;
}
.my-fortune-div
    .content-div
    .history-fortune
    .top
    .box-div
    .content
    .txt-box
    .you {
    width: 47px;
    height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
}
.my-fortune-div
    .content-div
    .history-fortune
    .top
    .box-div
    .content
    .txt-box
    .you
    .name {
    font-family: "CookieRun-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 20.4px;
    letter-spacing: -0.9px;
    color: #3a3a3a;
}
.my-fortune-div
    .content-div
    .history-fortune
    .top
    .box-div
    .content
    .txt-box
    .you
    .birth {
    font-size: 9px;
    line-height: 12.26px;
    color: #767676;
}
.my-fortune-div .content-div .history-fortune .top .box-div.pink .title {
    background-color: #ef89e4;
}
.my-fortune-div .content-div .history-fortune .top .box-div.green .title {
    background-color: #64d275;
}
.my-fortune-div .content-div .history-fortune .bottom-friend-div {
    background-color: #fff;
    width: 100%;
    height: 106px;
    border-radius: 12px 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px 0 rgb(0, 0, 0, 0.25);
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px;
    position: relative;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-friend-div
    .bottom-top-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-friend-div
    .bottom-top-div
    .profile {
    width: 24px;
    height: 24px;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-friend-div
    .bottom-top-div
    .title-txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 17.71px;
    letter-spacing: -0.78px;
    color: #767676;
    margin-left: 4px;
}
.my-fortune-div .content-div .history-fortune .bottom-friend-div .content-txt {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.48px;
    letter-spacing: -0.54px;
    font-family: "CookieRun-Regular";
    margin-top: 8px;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-friend-div
    .content-txt
    .score_name {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.48px;
    letter-spacing: -0.54px;
    font-family: "CookieRun-Regular";
    margin-top: 8px;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-friend-div
    .content-txt
    .name {
    color: #eb731d;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.48px;
    letter-spacing: -0.54px;
    font-family: "CookieRun-Regular";
}
.my-fortune-div .content-div .history-fortune .bottom-friend-div .score-div {
    width: 86px;
    height: 86px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #efe0fe;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-friend-div
    .score-div
    .title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16.34px;
    letter-spacing: -0.72px;
    color: #2e2e2e;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 5px;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-friend-div
    .score-div
    .score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    width: auto;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-friend-div
    .score-div
    .score
    .num {
    color: #431866;
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 32px;
    line-height: 43.52px;
    text-align: center;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-friend-div
    .score-div
    .score
    .txt {
    color: #431866;
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 22px;
    line-height: 29.92px;
    text-align: center;
}
.my-fortune-div .content-div .history-fortune .bottom-dream-div {
    background-color: #fff;
    width: 100%;
    height: 106px;
    border-radius: 12px 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px 0 rgb(0, 0, 0, 0.25);
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px;
    position: relative;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-dream-div
    .bottom-top-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-dream-div
    .bottom-top-div
    .profile {
    width: 24px;
    height: 24px;
}
.my-fortune-div
    .content-div
    .history-fortune
    .bottom-dream-div
    .bottom-top-div
    .title-txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 17.71px;
    letter-spacing: -0.78px;
    color: #767676;
    margin-left: 4px;
}
.my-fortune-div .content-div .history-fortune .bottom-dream-div .content-txt {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20.4px;
    letter-spacing: -0.45px;
    font-family: "CookieRun-Regular";
    margin-top: 4px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* my-fortune-div : End */

/* category-div : Start */
.category-div {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    margin-top: -1px;
    padding-top: 33px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 36px;
}
.category-div .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 35.41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.category-div .title .edit-info {
    font-size: 15px;
    width: 88px;
    height: 32px;
    letter-spacing: 0.6px;
    border: solid 1px #e8e8e8;
    border-radius: 6px;
    color: #eb731d;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.43px;
    letter-spacing: -0.6px;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 3px;
}
.category-div .title .edit-info:active {
    border: solid 1px #eb731d;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.category-div .menu-div {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    gap: 8px;
    margin-top: 8px;
}
.category-div .left {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.category-div .right {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.menu-button1 {
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -o-linear-gradient(#985ec7, #debff7);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#985ec7),
        to(#debff7)
    );
    background-image: linear-gradient(#985ec7, #debff7);
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*
.menu-button1:active {
    scale: 0.9;
}
*/
.menu-button1 .img_today {
    width: 136px;
    height: 142px;
    margin-top: 12px;
}
.menu-button1 .content1 {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 18px;
    padding-left: 16px;
    margin-top: 18px;
    line-height: 24.48px;
    margin-bottom: 2px;
}
.lang-en .menu-button1 .content1 {
    letter-spacing: -1px;
    margin-top: 4px;
}
.menu-button1 .content2 {
    font-weight: 400;
    font-size: 11px;
    padding-left: 16px;
    line-height: 14.98px;
    letter-spacing: -0.44px;
}

.menu-button2 {
    height: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -o-linear-gradient(#76e988, #d3f3d8);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#76e988),
        to(#d3f3d8)
    );
    background-image: linear-gradient(#76e988, #d3f3d8);
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*
.menu-button2:active {
    scale: 0.9;
}
*/
.menu-button2 .img_friend {
    width: 102px;
    height: 80px;
    position: absolute;
    right: 0;
}
.menu-button2 .content1 {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 18px;
    padding-left: 16px;
    margin-top: 73px;
    line-height: 24.48px;
    margin-bottom: 2px;
}
.lang-en .menu-button2 .content1 {
    letter-spacing: -1px;
}
.menu-button2 .content2 {
    font-weight: 400;
    font-size: 11px;
    padding-left: 16px;
    padding-right: 8px;
    line-height: 14.98px;
    letter-spacing: -0.44px;
}

.menu-button3 {
    height: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -o-linear-gradient(#f392ea, #ffd9fb);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f392ea),
        to(#ffd9fb)
    );
    background-image: linear-gradient(#f392ea, #ffd9fb);
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*
.menu-button3:active {
    scale: 0.9;
}
*/
.menu-button3 .img_love {
    width: 102px;
    height: 80px;
    position: absolute;
    right: 0;
}
.menu-button3 .content1 {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 18px;
    padding-left: 16px;
    margin-top: 73px;
    line-height: 24.48px;
    margin-bottom: 2px;
}
.menu-button3 .content2 {
    font-weight: 400;
    font-size: 11px;
    padding-left: 16px;
    padding-right: 8px;
    line-height: 14.98px;
    letter-spacing: -0.44px;
}

.menu-button4 {
    height: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -o-linear-gradient(#ffec43, #fff9c0);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ffec43),
        to(#fff9c0)
    );
    background-image: linear-gradient(#ffec43, #fff9c0);
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*
.menu-button4:active {
    scale: 0.9;
}
*/
.menu-button4 .img_friend2 {
    width: 102px;
    height: 80px;
    position: absolute;
    right: 0;
}
.menu-button4 .content1 {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 18px;
    padding-left: 16px;
    margin-top: 73px;
    line-height: 24.48px;
    margin-bottom: 2px;
}
.lang-en .menu-button4 .content1 {
    letter-spacing: -1px;
}
.menu-button4 .content2 {
    font-weight: 400;
    font-size: 11px;
    padding-left: 16px;
    padding-right: 8px;
    line-height: 14.98px;
    letter-spacing: -0.44px;
}

.menu-button5 {
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -o-linear-gradient(#96c0f1, #d5e9ff);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#96c0f1),
        to(#d5e9ff)
    );
    background-image: linear-gradient(#96c0f1, #d5e9ff);
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*
.menu-button5:active {
    scale: 0.9;
}
*/
.menu-button5 .img_dream {
    width: 136px;
    height: 142px;
    position: absolute;
}
.menu-button5 .content1 {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 18px;
    padding-left: 16px;
    margin-top: 157px;
    line-height: 24.48px;
    margin-bottom: 2px;
}
.lang-en .menu-button5 .content1 {
    letter-spacing: -0.5px;
    margin-top: 130px;
}
.menu-button5 .content2 {
    font-weight: 400;
    font-size: 11px;
    padding-left: 16px;
    padding-right: 8px;
    line-height: 14.98px;
    letter-spacing: -0.44px;
}

.menu-button6 {
    height: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -o-linear-gradient(#b19ee8, #e4daff);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#b19ee8),
        to(#e4daff)
    );
    background-image: linear-gradient(#b19ee8, #e4daff);
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*
.menu-button6:active {
    scale: 0.9;
}
*/
.menu-button6 .content1 {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 18px;
    padding-left: 16px;
    margin-top: 73px;
    line-height: 24.48px;
    margin-bottom: 2px;
}
.menu-button6 .content2 {
    font-weight: 400;
    font-size: 11px;
    padding-left: 16px;
    padding-right: 8px;
    line-height: 14.98px;
    letter-spacing: -0.44px;
}
.menu-button6 .backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    background-color: #fff;
    opacity: 0.7;
}
.menu-button6 .comming-soon {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-button6 .coming-soon .title-coming {
    font-family: "CookieRun-Bold";
    font-size: 26px;
    text-align: center;
    color: #431866;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.menu-button6 .coming-soon .taro-tag {
    width: 43px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
}
/* category-div : End */

/* top-back : Start */
.top-back {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.top-back .back-img {
    width: 28px;
    height: 28px;
    margin-left: 16px;
    position: relative;
    z-index: 100;
}
.top-back .share-img {
    width: 28px;
    height: 28px;
    margin-right: 16px;
}
.top-back.result {
    display: flex;
    justify-content: space-between;
}
.top-back.result .title {
    width: auto;
    color: #2e2e2e;
    font-weight: 700;
    font-size: 15px;
    line-height: 20.43px;
    letter-spacing: -0.3px;
}
/* top-back : End */

/* info-title : Start */
.info-title {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -1.04px;
    margin-left: 20px;
    margin-top: 21px;
    margin-bottom: 40px;
}
/* info-title : End */

/* info-input : Start */
.info-input-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
}
.info-input-div .info-input {
    width: 100%;
    height: 48px;
    background-color: #f7f7f7;
    border: solid 1px #e8e8e8;
    border-radius: 8px;
    padding-left: 12px;
    transition: all 0.2s;
}
.info-input-div .info-input.on {
    background-color: #fff5ee;
    border: solid 1px #eb731d;
    transition: all 0.2s;
}
.info-input-div .info-input .info-input-text {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    background-color: transparent;
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1.08px;
    line-height: 24.52px;
    margin-top: -1px;
    font-family: "Noto Sans KR";
    margin-top: -1px;
}
.info-input-div .info-input .info-input-text::placeholder {
    color: #a2a2a2;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.52px;
    letter-spacing: -1.08px;
    font-family: "Noto Sans KR";
}
.info-input-div .box-div {
    width: 100%;
    height: 48px;
    margin-top: 8px;
    gap: 8px;
    display: flex;
}
.info-input-div .box-div .box-box {
    width: 100%;
    height: 48px;
    border: solid 1px #e8e8e8;
    border-radius: 8px;
    text-align: center;
    align-content: center;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.08px;
    color: #2e2e2e;
}
.info-input-div .box-div .box-box.on {
    border: solid 2px #eb731d;
    font-weight: 700;
    color: #eb731d;
}
/* info-input : End */

.step-div {
    min-height: 48px;
    width: 100%;
}
.info-button-div {
    width: 100%;
    height: 52px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 40px;
}
.info-button {
    width: 100%;
    height: 100%;
    background-color: #d9d9d9;
    border-radius: 8px;
    font-weight: 700;
    padding-bottom: 1px;
    font-size: 18px;
    letter-spacing: -0.36px;
    color: #767676;
    text-align: center;
    align-content: center;
    transition: all 0.2s;
}
.info-button.on {
    background-color: #eb731d;
    color: #fff;
    transition: all 0.2s;
}

.info-comment {
    color: #2e2e2e;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: -0.44px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Common */
.draggable {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
/* Common */

/* rolling item : Start */
.ui-timepicker-standard {
    font-family: "Noto Sans KR" !important;
    font-size: 22px !important;
    letter-spacing: 0.35px !important;
    color: #000 !important;
    margin-left: -9px !important;
}
.ui-timepicker-standard .ui-menu-item {
    margin: 5px 0 !important;
}
#step4-input {
    margin-top: 8px;
}
.box-div.grid-div {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: grid;
    height: 100%;
}
/* rolling item : End */

.loading-popup {
    width: 100%;
    height: calc(100vh - 70px);
    background-image: url(../images/loading-back.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-popup .step1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-popup .step1 .loading-ball {
    width: 70.32px;
    height: 70.3px;
    margin-bottom: 23.7px;
    margin-top: -70px;
}

.loading-popup .step1 .popup-content {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -1.04px;
    text-align: center;
    align-content: center;
}

.loading-popup .step2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-popup .step2 .loading-ball {
    width: 192px;
    height: 250px;
    margin-bottom: 1.56px;
    margin-top: -70px;
}

.loading-popup .step2 .popup-content {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -1.04px;
    text-align: center;
    align-content: center;
}

.all-display-ad-div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.all-display-ad-div .backdrop {
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
}
.popup__skip-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    cursor: not-allowed;
    width: auto;
}
.popup__skip-btn.cursor {
    cursor: pointer;
}

#interstitial-ad {
    width: 100%;
    height: 100%;
}
.adsbygoogle2 {
    width: 100%;
    height: 100%;
}

.friend-info-title {
    margin-top: 12px;
    margin-bottom: 15px;
}

.sub-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20.43px;
    letter-spacing: 0.9px;
    margin-bottom: 6px;
}

.mt-16 {
    margin-top: 16px;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2d2;
    position: relative;
    border-radius: 5px;
    left: 0;
    top: 0;
}
input[type="checkbox"]:checked + label {
    border: 0px solid #d2d2d2;
}
input[id="check1"]:checked + label::after {
    content: "✔";
    font-size: 15px;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #eb731d;
    color: #eb731d;
    border-radius: 5px;
}

.checkbox-div {
    margin-top: 6px;
    align-content: center;
    display: flex;
    align-items: center;
}
.checkbox-txt {
    color: #2e2e2e;
    font-weight: 400;
    font-size: 13px;
    line-height: 17.71px;
    letter-spacing: 0.78px;
    margin-left: 4px;
}

.font-gray {
    color: #a2a2a2 !important;
}

.friend-place-div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.friend-place-box {
    border: solid 1px #e8e8e8;
    padding: 6px 20px;
    color: #2e2e2e;
    font-weight: 700;
    font-size: 13px;
    line-height: 17.71px;
    letter-spacing: -0.78px;
    width: auto;
    border-radius: 100px;
    padding-bottom: -1px;
}

.friend-place-box.on {
    border: solid 1px #eb731d;
    color: #eb731d;
}

.fortune-list-title {
    margin-top: 12px;
    margin-bottom: 15px;
}
.fortune-list-title span {
    color: #eb731d;
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 26px;
    line-height: 35.36px;
    letter-spacing: -1.04px;
}

.list-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 16px 12px 16px;
}

.list-div .date-box {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: 24.48px;
    letter-spacing: -0.72px;
    margin-bottom: 7px;
}

.ml-16 {
    margin: 8px 0px 12px 16px !important;
}

.list-div .list-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-div .list-box .today {
    width: 100%;
    height: 144px;
    margin-bottom: 12px;
    background-image: url("../images/list-today-bg.png");
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.list-div .list-box .today .mango {
    width: 72.33px;
    height: 85px;
    position: absolute;
    top: 9px;
    right: 32.67px;
}

.list-div .list-box .today .top-box {
    width: 100%;
    display: flex;
    padding-left: 27.5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.list-div .list-box .today .top-box .title {
    color: #2e2e2e;
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 21.76px;
    letter-spacing: -0.96px;
    width: auto;
}
.list-div .list-box .today .top-box .score-txt {
    margin-left: 4.5px;
    background: #fff;
    border-radius: 100px;
    height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    font-family: "CookieRun-Regular";
    font-weight: 400;
    font-size: 13px;
    line-height: 17.68px;
    letter-spacing: 0.52px;
    color: #2e2e2e;
}
.list-div .list-box .today .bottom-box {
    margin-top: -7px;
    display: flex;
    align-items: center;
    padding-left: 26px;
}
.list-div .list-box .today .bottom-box .score-title {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 40px;
    line-height: 54.4px;
    letter-spacing: -1.6px;
    width: auto;
    color: #2e2e2e;
}
.list-div .list-box .today .bottom-box .score-sub-title {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 26px;
    line-height: 35.36px;
    letter-spacing: -1.56px;
    width: auto;
    color: #2e2e2e;
}

.list-box-btn-div {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.list-box-btn-txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 20.43px;
    letter-spacing: -0.6px;
    color: #2e2e2e;
    border-radius: 6px;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
}

.list-div .list-box .etc {
    width: 100%;
    height: 144px;
    margin-bottom: 12px;
    border-radius: 10px;
    position: relative;
    padding-left: 16px;
    padding-right: 25px;
    padding-top: 16px;
}

.list-div .list-box .etc.pink {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 217, 251, 0.5) 100%
        ),
        #ffd9fb;
}

.list-div .list-box .etc.green {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(211, 243, 216, 0.5) 100%
        ),
        #d3f3d8;
}

.list-div .list-box .etc.blue {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(213, 233, 255, 0.5) 100%
        ),
        #d5e9ff;
}

.list-div .list-box .etc .title {
    display: flex;
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 21.76px;
    letter-spacing: -0.32px;
    margin-bottom: 6px;
}

.list-div .list-box .etc .title span {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 21.76px;
    letter-spacing: -0.32px;
    color: #eb731d;
    width: auto;
}

.list-div .list-box .etc .content {
    font-weight: 400;
    font-size: 15px;
    line-height: 20.43px;
    letter-spacing: -0.9px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    width: 100%;
    -webkit-box-orient: vertical;
}

.result-top-div {
    width: 100%;
    height: 198px;
    position: relative;
}

.result-top-div.love {
    background-image: url("../images/result-love-gb.jpg");
    background-size: cover;
}
.result-top-div.friend-love {
    background-image: url("../images/result-friend-love-gb.jpg");
    background-size: cover;
}
.result-top-div.today {
    background-image: url("../images/result-today-gb.jpg");
    background-size: cover;
}
.result-top-div.friend-today {
    background-image: url("../images/result-friend-today-gb.jpg");
    background-size: cover;
}

.result-top-div .bottom-result {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.result-top-div .bottom-result .title {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 22px;
    line-height: 29.92px;
    letter-spacing: -0.66px;
    text-align: center;
    color: #2e2e2e;
}
.result-top-div .bottom-result .title span {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 22px;
    line-height: 29.92px;
    letter-spacing: -0.66px;
    text-align: center;
    color: #eb731d;
}
.result-top-div .bottom-result .content-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.result-top-div .bottom-result .content-div .me {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.result-top-div .bottom-result .content-div .me .tt {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 22px;
    line-height: 29.92px;
    letter-spacing: -0.66px;
    color: #2e2e2e;
    text-align: center;
}
.result-top-div .bottom-result .content-div .me .cc {
    font-weight: 400;
    font-size: 13px;
    line-height: 17.71px;
    color: #2e2e2e;
    text-align: center;
}
.result-top-div .bottom-result .content-div .score {
    width: 86px;
    height: 86px;
    background-image: url("../images/img_heart.png");
    background-size: cover;
    text-align: center;
    align-content: center;
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 32px;
    line-height: 43.52px;
    color: #fff;
    margin-left: 7.3px;
    margin-right: 7.75px;
}

.result-top-div .bottom-result2 {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}
.result-top-div .bottom-result2 .title {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 21.76px;
    letter-spacing: -0.96px;
    color: #2e2e2e;
    margin-left: 27.5px;
}
.result-top-div .bottom-result2 .title {
    margin-left: 27.5px;
    display: flex;
    gap: 4.5px;
}
.result-top-div .bottom-result2 .title .tt {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 21.76px;
    letter-spacing: -0.96px;
    color: #2e2e2e;
    width: auto;
    align-content: center;
}
.result-top-div .bottom-result2 .title .st {
    font-family: "CookieRun-Regular";
    font-weight: 400;
    font-size: 13px;
    line-height: 17.68px;
    letter-spacing: -0.52px;
    color: #2e2e2e;
    width: auto;
    align-content: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border-radius: 100px;
}
.result-top-div .bottom-result2 .score-div {
    margin-top: -8px;
    width: auto;
    height: 79px;
    margin-left: 36px;
    display: flex;
    align-items: center;
}
.result-top-div .bottom-result2 .score-div .score {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 58px;
    line-height: 78.88px;
    letter-spacing: -2.32px;
    color: #431866;
    width: auto;
}
.result-top-div .bottom-result2 .score-div .score-txt {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 40px;
    line-height: 54.4px;
    letter-spacing: -2.4px;
    color: #431866;
    width: auto;
}
.img-mango {
    width: 146px;
    height: 146px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.result-contents-div {
    width: 100%;
    height: auto;
    padding: 16px 16px 40px 12px;
}
.result-contents-div .date {
    font-family: "CookieRun-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 20.4px;
    color: #767676;
}
.result-contents-div .title {
    font-family: "CookieRun-Bold";
    font-weight: 700;
    font-size: 22px;
    line-height: 29.92px;
    letter-spacing: -0.44px;
    color: #2e2e2e;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.result-contents-div .content {
    font-weight: 400;
    font-size: 15px;
    line-height: 20.43px;
    letter-spacing: -0.9px;
    color: #2e2e2e;
    margin-bottom: 22px;
}
.result-contents-div .title img {
    width: 24px;
    height: 24px;
    margin-right: 2px;
}

.btn-div {
    width: 100%;
    height: 100%;
    padding: 0 16px 34px 16px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: -22px;
}

.btn-div .share-btn {
    width: 100%;
    height: 52px;
    border-radius: 8px;
    background-color: #eb731d;
    text-align: center;
    align-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24.52px;
    letter-spacing: -0.72px;
}
.btn-div .re-btn {
    width: 100%;
    height: 52px;
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    text-align: center;
    align-content: center;
    color: #2e2e2e;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.52px;
    letter-spacing: -0.72px;
}

.blank-28 {
    width: 28px;
    height: 28px;
    margin-right: 16px;
}

.font-white {
    color: #fff !important;
}

.dream-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 117px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: -24px;
    position: relative;
    background-color: transparent;
}

.dream-wrapper .comment {
    width: 100%;
    height: 126px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    text-align: center;
    align-content: center;
    font-family: "CookieRun-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 24.48px;
    letter-spacing: -1.08px;
    color: #fff;
}

.dream-wrapper .go-dream-result-btn {
    background-color: #eb731d;
    width: 100%;
    height: 52px;
    border-radius: 8px;
    margin-top: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24.52px;
    letter-spacing: -0.72px;
    color: #fff;
    text-align: center;
    align-content: center;
}

.dream-wrapper .bottom-fixed {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dream-wrapper .bottom-fixed .bg_dream {
    width: 292px;
    height: 100px;
    position: relative;
    z-index: 1;
}
.dream-wrapper .bottom-fixed .dream-input-div {
    width: 100%;
    height: 65px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
}

.input-field {
    width: 100%;
    height: 38px;
    border-radius: 20px;
    border: solid 1px #e2e2e2;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.input-field .input-text {
    background: transparent;
    width: 100%;
    height: 25px;
    margin-right: 10px;
    margin-left: 10px;
    border: transparent;
    font-size: 16px;
}

.input-field img {
    width: 32px;
    height: 32px;
    margin-right: 3px;
}

.dream-result-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 12px 24px 0 20px;
    overflow: hidden;
}

.dream-result-wrapper .bottom-fixed {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dream-result-wrapper .bottom-fixed .bg_dream {
    width: 292px;
    height: 100px;
    position: relative;
    z-index: 1;
}

.dream-result-wrapper .dream-q {
    width: 100%;
    padding: 8px 10px 8px 10px;
    background-color: #fff;
    border-radius: 15px;
    color: #2e2e2e;
    font-family: "CookieRun-Regular";
    font-weight: 400;
    font-size: 15px;
    line-height: 20.4px;
    letter-spacing: -0.9px;
    position: relative;
}

.text-ventor {
    position: absolute;
    right: -14px;
    top: 5px;
    width: 19px;
    height: 24px;
}

.dream-result-wrapper .dream-a {
    width: 100%;
    height: 400px;
    background-image: url("../images/dream-a-bg.png");
    background-size: cover;
    margin-top: 12px;
    border-radius: 15px;
    overflow-y: scroll;
    color: #2e2e2e;
    font-weight: 400;
    font-size: 15px;
    line-height: 36.9px;
    letter-spacing: -0.6px;
    padding: 6px 14px 24px 14px;
    position: relative;
}

.click-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.safe-area {
    padding-top: env(safe-area-inset-top, 0);
    padding-bottom: env(safe-area-inset-bottom, 0);
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
}

.copy-popup {
    width: 296px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-content: center;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.79px;
    letter-spacing: -0.64px;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000bd;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.load {
    width: 30px;
    height: 30px;
    border: solid 4px #f55d07;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.info-input-div {
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* 스크롤 방지를 위한 고정 레이아웃 */
@supports (-webkit-touch-callout: none) {
    /* iOS 전용 스타일 */
    .main-wrapper {
        position: relative;
        z-index: 1;
        background-color: transparent; /* iOS 배경색 투명 설정 */
        -webkit-overflow-scrolling: touch;
    }

    /* 최상위 요소 높이 제어 */
    html,
    body {
        height: 100%;
        width: 100%;
        position: relative;
        overflow-x: hidden;
    }

    /* 입력 필드 영역 안정화 */
    .info-input-div {
        position: relative;
        z-index: 10;
        -webkit-transform: translate3d(0, 0, 0); /* 하드웨어 가속 */
        transform: translate3d(0, 0, 0);
        will-change: transform; /* 변형 최적화 */
    }

    /* 입력 필드 스타일 */
    .info-input-text {
        -webkit-appearance: none; /* iOS 기본 스타일 제거 */
        border-radius: 0; /* 둥근 모서리 제거 */
    }

    /* 하얀색 공간 방지 */
    .top-back {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: relative;
        z-index: 100;
    }
    
    /* iOS body 배경색 수정 */
    body {
        background-color: #446791 !important;
    }
    
    /* dream 페이지 배경 관련 iOS 수정 */
    .dream-wrapper {
        background-color: transparent;
        position: relative;
    }
    
    .dream-result-wrapper {
        background-color: transparent;
        position: relative;
    }
    
    /* 배경 이미지 iOS 렌더링 최적화 */
    .bg_dream {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    /* 뒤로가기 버튼 iOS 가시성 수정 */
    .back-img {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
