@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   랜딩 2 - 앱 설치 이벤트 (커피쿠폰 + 디센트 S 지갑 추첨)
   figma : 앱 설치이벤트_웹1280 (23471:52452)
   ========================================================================== */

#section_landing .section_landing_inner {
    width: 100%;
}


/* --------------------------------------------------------------- hero */

.section_wrap_hero {
    display: flex;
    width: 100%;
    height: 513px;
    justify-content: center;

    background: url("/assets/images/tokenpost_new/landing/2/hero_bg.png") center / cover no-repeat;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.section_wrap_hero .section_wrap_hero_inner {
    width: 1280px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    gap:12px;
}

.section_wrap_hero .hero_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;

    width: 669px; /* figma x:355 - 컨테이너 시작(320) = 35px + 본문 634px */
    padding: 102px 0 0 35px;
    box-sizing: border-box;
}

.section_wrap_hero .hero_title_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;

    color: #050C40;
}
.section_wrap_hero .hero_title_wrap .sub_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.section_wrap_hero .hero_title_wrap .main_title {
    font-family: 'GmarketSansBold', 'Gmarket Sans TTF', sans-serif;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 70.8px */
}
.section_wrap_hero .hero_title_wrap .period {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    opacity: 0.7;
}

.section_wrap_hero .hero_store_wrap {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}
.section_wrap_hero .hero_store_wrap .btn_store {
    /*display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;

    border-radius: 6px;
    background: #000;
    box-sizing: border-box;
    overflow: hidden;*/
}
.section_wrap_hero .hero_store_wrap .btn_store.appstore {
}
.section_wrap_hero .hero_store_wrap .btn_store.googleplay {
}
.section_wrap_hero .hero_store_wrap .btn_store img {
}

.section_wrap_hero .hero_image img {
    margin-top: 150px;
}

/* --------------------------------------------------------------- body */

.section_wrap_body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 80px 20px;

    background: linear-gradient(180deg, #87C9FF 0%, #FFF 100%);
    box-sizing: border-box;
}

.section_wrap_body .body_title {
    color: #050C40;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 78px */
    letter-spacing: -2.5px;
}

.section_wrap_body .body_inner {
    display: flex;
    width: 1024px;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}


/* ------------------------------------------------- event card */

.section_wrap_body .event_wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    align-self: stretch;
    position: relative;
}

.section_wrap_body .event_card {
    display: flex;
    width: 500px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    padding: 72px 40px 40px;

    border-radius: 32px;
    background: #FFF;
    filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.10));
    box-sizing: border-box;
    position: relative;
}

/* 리본 배지 */
.section_wrap_body .event_card .event_ribbon {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 64px;
}
.section_wrap_body .event_card .event_ribbon img {
    display: block;
    width: 100%;
    height: 100%;
}
.section_wrap_body .event_card .event_ribbon p {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;

    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 18.6px;
    letter-spacing: 1.2px;
}

/* 카드 타이틀 */
.section_wrap_body .event_card .card_title_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.section_wrap_body .event_card .card_title_wrap .card_title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34.5px;
    letter-spacing: -1.2px;
}
.section_wrap_body .event_card .card_title_wrap .card_description {
    color: #4B5363;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.7px;
}

.section_wrap_body .event_card.event1 .card_title_wrap .card_title { color: #4294FF; }
.section_wrap_body .event_card.event2 .card_title_wrap .card_title { color: #9F67FF; }

/* 카드 비주얼 박스 */
.section_wrap_body .event_card .card_visual {
    display: flex;
    width: 100%;
    height: 391px;
    min-height: 260px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 16px;

    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
    background: #F5F0FF;
}
.section_wrap_body .event_card .card_visual .card_visual_prize{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height:244px;
}

.section_wrap_body .event_card .card_visual .visual_image {
    display: block;
}
.section_wrap_body .event_card.event1 .card_visual .visual_image {
    width: 177px;
    height: 197px;
    object-fit: contain;
}
.section_wrap_body .event_card.event2 .card_visual .visual_image {
    width: 136px;
    height: 195px;
    object-fit: contain;
}

.section_wrap_body .event_card .card_visual .visual_title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.section_wrap_body .event_card .card_visual .visual_list {
    width: 100%;
    padding-top: 16px;
    box-sizing: border-box;

    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 21.7px;
}
.section_wrap_body .event_card.event1 .card_visual .visual_list {
    border-top: 1px solid #ACF;
    font-size: 14px;
}
.section_wrap_body .event_card.event2 .card_visual .visual_list {
    border-top: 1px solid #D4BEFF;
    font-size: 16px;
}
.section_wrap_body .event_card .card_visual .visual_list li {
    list-style: disc;
    margin-left: 24px;
    margin-bottom:4px;
    font-size:14px;
}

/* 참여 방법 */
.section_wrap_body .event_card .card_guide {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.section_wrap_body .event_card .card_guide .guide_title {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.35px;
}
.section_wrap_body .event_card .card_guide .guide_list {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.section_wrap_body .event_card .card_guide .guide_list li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.section_wrap_body .event_card .card_guide .guide_list .num {
    display: flex;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    border-radius: 11px;
    background: #969EAE;

    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
}
.section_wrap_body .event_card .card_guide .guide_list .text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.35px;
}
.section_wrap_body .event_card .card_guide .guide_footnote {
    color: #6E7686;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.35px;
}

/* 카드 버튼 */
.section_wrap_body .event_card .btn_card {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    margin-top: auto;

    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;

    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.5px;
}
.section_wrap_body .event_card.event1 .btn_card { background: #4294FF; }
.section_wrap_body .event_card.event2 .btn_card { background: #9F67FF; }

.section_wrap_body .event_card .btn_card.opacity06 { opacity: 0.6; }
.section_wrap_body .event_card .btn_card.no_pointer { cursor: default; }

/* 카드 사이 plus */
.section_wrap_body .event_wrap .event_plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    z-index: 1;
}
.section_wrap_body .event_wrap .event_plus img {
    display: block;
    width: 100%;
    height: 100%;
}


/* ------------------------------------------------- 유의사항 */

.section_wrap_body .section_warning {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 54px 4px 10px;
    box-sizing: border-box;
}
.section_wrap_body .section_warning .warning_title {
    color: #6E7686;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.9px;
}
.section_wrap_body .section_warning .warning_list {
    padding: 8px 0 0 18px;
    box-sizing: border-box;
}
.section_wrap_body .section_warning .warning_list li {
    list-style: disc;

    color: #6E7686;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.2px;
}


/* --------------------------------------------------------------- 대응 (1280 미만) */

@media (max-width: 1399px) {
    .section_wrap_hero {
        height: 450px;
    }
    .section_wrap_hero .section_wrap_hero_inner {
        width: 970px;
        padding: 0;
    }
    .section_wrap_hero .hero_content {
        padding: 80px 0 0 35px;
    }
    .section_wrap_hero .hero_title_wrap .main_title {
        font-size:52px;
    }
    .section_wrap_hero .hero_image img {
        max-width:377px;
        margin-top: 130px;
        gap:0;
    }

}

@media (max-width: 1063px) {
    .section_wrap_body .body_inner {
        width: 100%;
    }
    .section_wrap_body .event_wrap {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .section_wrap_body .event_card {
        width: 100%;
        max-width: 500px;
    }
    .section_wrap_body .event_card .card_visual {
        height: auto;
        gap: 16px;
        justify-content: center;
    }
}
