@import url('//cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-std.css');

/* #region : global style */
:lang(en) {
    font-family: 'Pretendard Std', Pretendard, -apple-system;
}

:root {
    font-size: 1px;
}

::selection {
    background: #fc8454;
    color: #ffffff;
}

.show-on-release {
    display: none;
}

body.released .show-on-release {
    display: block;
}

body.released .hide-on-release {
    display: none;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 14rem;
}

* img {
    -webkit-touch-callout: none;
    pointer-events: none;
    user-select: none;
}

* br.mobile {
    display: none;
}

section {
    min-width: fit-content;
    width: 100vw;
}

section div.section-inner {
    width: 1000rem;
    margin: 0 auto;
    padding: 0 20rem;
}

/* #endregion */

/* #region : hero section */
section.hero {
    background-color: hsla(17, 100%, 52%, 1);
    background-image:
        radial-gradient(at 97% 100%, hsla(29, 85%, 69%, 1) 0px, transparent 50%),
        radial-gradient(at 29% 0%, hsla(21, 100%, 66%, 1) 0px, transparent 50%),
        radial-gradient(at 100% 0%, hsla(11, 98%, 60%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 50%, hsla(10, 100%, 59%, 1) 0px, transparent 50%),
        radial-gradient(at 100% 51%, hsla(15, 100%, 61%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(10, 100%, 59%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(16, 98%, 64%, 1) 0px, transparent 50%);
    padding: 87rem 0 108rem;
    transition: padding-top 0.3s ease-in-out;

}

section.hero.has-banner {
    padding-top: 180rem;
}

section.hero div.section-inner {
    display: flex;
    flex-direction: column;
    gap: 70rem;
}

section.hero div.hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50rem;
}

section.hero h1 {
    color: #fff;
    font-size: 20rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30rem;
    text-transform: uppercase;
    text-align: center;
}

section.hero div.hero-title img {
    width: 480rem;
}

section.hero div.hero-information {
    display: flex;
    gap: 20rem;
    justify-content: center;
    align-items: center;
}

section.hero div.hero-information div.info-card {
    border-radius: 54rem;
    background: rgba(241, 72, 0, 0.42);
    width: 308rem;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    justify-content: center;
    align-items: center;
    padding-top: 48rem;
}

section.hero div.hero-information div.info-card h3 {
    color: #FFF;
    text-align: center;
    font-size: 28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30rem;
}

section.hero div.hero-information div.info-card h3 strong {
    font-size: 58rem;
    line-height: 50rem;
}

section.hero div.hero-information div.info-card p {
    margin-top: 10rem;
    color: #FFDBCA;
    text-align: center;
    font-size: 16rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24rem;
    letter-spacing: -0.2rem;
}

section.hero div.hero-information div.info-card img {
    width: 100%;
}

section.hero div.hero-register p {
    color: #FFF;
    text-align: center;
    font-size: 20rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32rem;
    text-align: center;
    position: relative;
}

section.hero div.hero-register p span {
    font-weight: 400;
    line-height: 28rem;
    letter-spacing: -0.4rem;
}

section.hero div.hero-register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40rem;
}

section.hero div.hero-register p img {
    width: 77rem;
    position: relative;
    top: 2rem;
    padding: 0 3rem;
}

section.hero div.hero-register .store-button-wrapper {
    display: flex;
    gap: 20rem;
}

section.hero div.hero-register .store-button-wrapper a {
    text-decoration: none;
}
section.hero div.hero-register .store-button-wrapper a img {
    width: 175rem;
}

section.hero a.button {
    position: relative;
    width: 340rem;
    height: 60rem;
    display: inline-block;
    text-decoration: none;
    border-radius: 10rem;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 18rem;
    font-style: normal;
    font-weight: 700;
    line-height: 60rem;
}

section.hero a.button::after {
    right: 20rem;
    top: 23rem;
    position: absolute;
    content: '';
    display: inline-block;
    width: 9rem;
    height: 15rem;
    background-size: 9rem 15rem;
    background-image: url('/images/icons/right_arrow.svg');
}

/* #endregion */

/* #region : service offer section */
section.service-offer {
    padding: 120rem 0;
}

section.service-offer div.section-inner {
    display: flex;
    flex-direction: column;
    gap: 30rem;
}

section.service-offer div.service-offer-title {
    display: flex;
    flex-direction: column;
    gap: 10rem;
}

section.service-offer div.service-offer-title h2 {
    text-align: center;
    color: #FF540F;
    font-size: 32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36rem;
    letter-spacing: -0.4rem;
}

section.service-offer div.service-offer-title p {
    text-align: center;
    color: #000;
    font-size: 20rem;
    font-style: normal;
    font-weight: 500;
    line-height: 28rem;
    letter-spacing: -0.4rem;
}

section.service-offer ul.service-offer-list {
    list-style: none;
    display: flex;
    gap: 54rem;

}

section.service-offer li.service-offer-item {
    width: 200rem;
    height: 240rem;
    border-radius: 20rem;
    background: #FFF8F5;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    justify-content: center;
    align-items: center;
}

section.service-offer li.service-offer-item img {
    width: 90rem;
}

section.service-offer li.service-offer-item p {
    text-align: center;
    color: #5C5C5C;
    font-size: 16rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24rem;
    letter-spacing: -0.2rem;
}

section.service-offer div.service-offer-detail {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

section.service-offer div.service-offer-detail p:first-child {
    text-align: center;
    color: #333;
    font-size: 20rem;
    font-style: normal;
    font-weight: 700;
    line-height: 28rem;
    letter-spacing: -0.4rem;
}

section.service-offer div.service-offer-detail p img {
    width: 72rem;
    margin-right: 5rem;
}

section.service-offer div.service-offer-detail p:last-child {
    text-align: center;
    color: #666;
    font-size: 16rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24rem;
    letter-spacing: -0.2rem;
}


/* #endregion */

/* #region : market section */
section.market {
    background-color: #FFF0EB;
    background-image: url('/images/market_map_desktop.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1240rem 500rem;
}

section.market div.section-inner {
    height: 500rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16rem;
}

section.market h2 {
    color: #222;
    font-size: 32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40rem;
    text-align: center;
}

section.market p {
    color: #666;
    text-align: center;
    font-size: 16rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24rem;
    letter-spacing: -0.2rem;
}

section.market span {
    color: #CBA99A;
    text-align: center;
    font-size: 14rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20rem;
    letter-spacing: -0.1rem;
}

/* #endregion */

/* #region : app preview section */
section.app-preview:nth-child(odd) {
    background-color: #F9F9F9;
}

section.app-preview div.section-inner {
    display: flex;
    height: 560rem;
    justify-content: space-between;
    align-items: end;
    margin: 0 auto;
}

section.app-preview div.app-preview-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16rem;
    height: 100%;
}

section.app-preview div.app-preview-content h2 {
    font-size: 32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40rem;
}

section.app-preview div.app-preview-content p {
    color: #5C5C5C;
    font-size: 16rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24rem;
    letter-spacing: -0.4rem;
}

section.app-preview img.app-preview-img {
    width: 395rem;
    height: 465rem;
}

/* #endregion */

/* #region : press section */
section.press {
    padding: 100rem 0;
}

section.press h2 {
    text-align: center;
    font-size: 32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40rem;
}

section.press ul.post-list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    list-style: none;
}

section.press li.post-item {
    height: 150rem;
    border-bottom: 1rem solid #BBB;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: 40rem 0;
}

section.press li.post-item a {
    display: block;
    height: 39rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 39rem;
    color: #000;
}

section.press li.post-item span {
    color: #A1A1A1;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28rem;
}

section.press li.post-item:last-child {
    border-bottom: none;
    padding-bottom: 0rem;
    height: 110rem;
}

/* #endregion */

/* #region : social section */
section.social {
    background-color: hsla(17, 100%, 52%, 1);
    background-image:
        radial-gradient(at 97% 100%, hsla(29, 85%, 69%, 1) 0px, transparent 50%),
        radial-gradient(at 29% 0%, hsla(21, 100%, 66%, 1) 0px, transparent 50%),
        radial-gradient(at 100% 0%, hsla(11, 98%, 60%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 50%, hsla(10, 100%, 59%, 1) 0px, transparent 50%),
        radial-gradient(at 100% 51%, hsla(15, 100%, 61%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(10, 100%, 59%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(16, 98%, 64%, 1) 0px, transparent 50%);
}

section.social div.section-inner {
    display: flex;
    flex-direction: column;
    gap: 24rem;
    padding: 106rem 0;
    justify-content: center;
    align-items: center;
}

section.social img.logo {
    width: 96rem;
}

section.social p {
    color: #FFF;
    text-align: center;
    font-size: 20rem;
    font-style: normal;
    font-weight: 700;
    line-height: 28rem;
    letter-spacing: -0.4rem;
}

section.social div.soical-button-wrapper {
    display: flex;
    gap: 20rem;
}

section.social a.button {
    display: flex;
    width: 200rem;
    height: 54rem;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    border-radius: 10rem;
    background: #fff;
    text-decoration: none;
}

section.social a.button img {
    width: 31rem;
}

section.social a.button span {
    color: #222;
    font-size: 16rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24rem;
    letter-spacing: -0.2rem;
}

/* #endregion */

/* #region : footer */
footer {
    background-color: #f5f5f5;
}

footer div.footer-inner {
    width: 1000rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 100rem 20rem;
}

footer div.company-information {
    color: #888888;
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

footer div.company-information strong {
    color: #666;
    font-size: 14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 20rem;
    letter-spacing: -0.1rem;
}

footer div.company-information div.company-information-content {
    color: #666;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26rem;
    letter-spacing: -0.1rem;
}

footer div.company-information address {
    text-decoration: none;
    font-style: normal;
}

footer div.etc {
    display: flex;
    flex-direction: column;
    gap: 20rem;
    padding-right: 80rem;
}

footer div.inquiry,
footer div.cs-center {}

footer div.inquiry h4,
footer div.cs-center h4 {
    color: #666666;
    font-size: 14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 20rem;
    letter-spacing: -0.1rem;
    margin-bottom: 10rem;
}

footer div.inquiry ul,
footer div.cs-center ul {
    list-style: none;
}

footer div.inquiry li,
footer div.cs-center li {
    color: #666;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26rem;
    letter-spacing: -0.1rem;

}

footer div.inquiry li a,
footer div.cs-center li a {
    color: #888888;
    text-decoration: none;
    text-decoration-line: underline;
}

/* #endregion */

/* #region : countdown banner */
div.countdown-banner {
    position: fixed;
    z-index: 1;
    top: 0rem;
    height: 93rem;
    width: 100%;
    background: rgba(36, 9, 0, 0.50);
    padding: 16rem 0;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    align-items: center;
    justify-content: center;
    opacity: 0.0;
    transition: opacity 0.5s ease-in-out;
    user-select: none;
}

div.countdown-banner.show {
    opacity: 1.0;
}

div.countdown-banner h3 {
    color: #E39A81;
    text-align: center;
    font-size: 14rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20rem;
    letter-spacing: -0.1rem;
}

div.countdown-banner p#countdown {
    color: #fff;
    text-align: center;
    font-size: 34rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36rem;
    letter-spacing: -0.4rem;
}

/* #endregion */

/* #region : menu */
div.menu {
    position: fixed;
    width: 100%;
    bottom: 0rem;
}

div.menu div.menu-inner {
    width: 960rem;
    margin: 0 auto;
    position: relative;
    height: 100rem;
}

div.menu button#topButton {
    position: absolute;
    right: 0rem;
    border: none;
    background: transparent;
    cursor: pointer;
    opacity: 0.0;
    transition: opacity 0.3s ease-in-out;
}

div.menu button#topButton.show {
    opacity: 1.0;
}

div.menu button#topButton img {
    width: 70rem;
}

/* #endregion */