@charset "UTF-8";

/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
* {
    word-break: keep-all;
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

@media (max-width: 1024px) {
    html.m-scroll-lock,
    body.m-scroll-lock {
        overflow: hidden;
        touch-action: none;
        /* 이외의 브라우저 */
        overscroll-behavior: none;
    }

    html.m-scroll-lock .container,
    body.m-scroll-lock .container {
        touch-action: none;
        /* 이외의 브라우저 */
        overscroll-behavior: none;
    }
}

body.scrollHidden {
    overflow: hidden;
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none;
}

body.scrollHidden .container {
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none;
}

.inner {
    max-width: 1180px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .inner {
        padding: 0 16px;
    }
}

.overlay:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.45);
    position: fixed;
    z-index: 500;
}

.event-container {
    min-width: 1400px;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    /** ios reset **/
    /** flex word reset **/
}

@media (max-width: 1024px) {
    .event-container {
        padding-bottom: 0;
    }
}

.event-container.fullpage {
    padding-top: 0;
}

@media (max-width: 1024px) {
    .event-container {
        min-width: 100%;
        width: 100%;
        overflow: hidden;
    }
}

.event-container a {
    text-decoration: none;
}

.event-container * {
    box-sizing: border-box;
}

.event-container input {
    box-shadow: none;
    border: 0;
    background-clip: padding-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.event-container * {
    -webkit-tap-highlight-color: transparent !important;
}

.event-container * {
    word-wrap: break-word;
    word-break: keep-all;
}

.web {
    display: block;
}

.web.web-inline {
    display: inline;
}

@media (max-width: 1024px) {
    .web {
        display: none;
    }
}

.mobile {
    display: none;
}

@media (max-width: 1024px) {
    .mobile {
        display: block;
    }
}

@media (max-width: 1024px) {
    .mobile-enter {
        display: block;
    }
}

article.tittle {
    text-align: center;
}

article.tittle .tittle-box {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #ffffff;
}

@media (max-width: 1024px) {
    article.tittle .tittle-box {
        font-size: 17px;
    }
}

article.tittle .tittle-box.type-black {
    color: #000000;
}

section.visual {
    min-height: 100%;
    width: 100%;
    padding-bottom: 140px;
    background: #e4e4e4;
}

@media (max-width: 1024px) {
    section.visual {
        padding-bottom: 60px;
    }
}

section.visual .bg-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 708px;
    background: url('../img/challenge/img_main_bg_web.png') no-repeat top/auto 100%;
}

@media (max-width: 1024px) {
    section.visual .bg-box {
        background: #e4e4e4 url('../img/challenge/mob_img_main_bg.png') no-repeat top center;
        height: 424px;
    }
}

section.visual .wrap {
    z-index: 10;
    position: relative;
}

section.visual .top-box {
    text-align: center;
    padding-top: 45px;
}

@media (max-width: 1024px) {
    section.visual .top-box {
        padding-top: 50px;
    }
}

section.visual .top-box .top-txt {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #000000;
    border-radius: 50px;
    border: 3px solid #000000;
    background-color: #5dad68;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0;
    width: 179px;
    height: 48px;
}

@media (max-width: 1024px) {
    section.visual .top-box .top-txt {
        width: 129px;
        height: 32px;
        font-size: 15px;
    }
}

section.visual .tittle-img-box {
    text-align: center;
    padding-top: 364px;
}

@media (max-width: 1024px) {
    section.visual .tittle-img-box {
        padding-top: 290px;
    }
}

section.visual .tittle-img-box img {
    width: 379px;
    height: 342px;
}

@media (max-width: 1024px) {
    section.visual .tittle-img-box img {
        width: 246px;
        height: 222px;
    }
}

section.visual .subject {
    padding-top: 57px;
}

section.visual .subject .subject-box {
    text-align: center;
    font-size: 21px;
    letter-spacing: -0.05em;
    line-height: 29px;
    color: #000000;
}

@media (max-width: 1024px) {
    section.visual .subject .subject-box {
        font-size: 17px;
    }
}

section.visual .con-box {
    padding-top: 110px;
}

@media (max-width: 1024px) {
    section.visual .con-box {
        padding-top: 58px;
    }
}

section.visual .con-box .sub {
    text-align: center;
}

section.visual .con-box .sub + .sub {
    padding-top: 36px;
}

section.visual .con-box .sub .sub-box .sub-txt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border-radius: 50px;
    width: auto;
    height: 28px;
    font-size: 15px;
    padding: 5px 14px;
    color: #ffffff;
    letter-spacing: -0.05em;
    font-weight: 600;
}

@media (max-width: 1024px) {
    section.visual .con-box .sub .sub-box .sub-txt {
        height: 24px;
        font-size: 13px;
        letter-spacing: -0.04em;
    }
}

section.visual .con-box .sub .con {
    padding-top: 12px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #000000;
}

@media (max-width: 1024px) {
    section.visual .con-box .sub .con {
        padding-top: 12px;
        font-size: 16px;
    }
}

section.participate {
    background-color: #5dad68;
    padding: 90px 0;
}

@media (max-width: 1024px) {
    section.participate {
        padding: 60px 0;
    }
}

section.participate .wrap {
    max-width: 420px;
    margin: 0 auto;
    max-height: 100%;
}

@media (max-width: 1024px) {
    section.participate .wrap {
        max-width: 100%;
    }
}

section.participate .item-wrap {
    padding-top: 40px;
}

@media (max-width: 1024px) {
    section.participate .item-wrap {
        padding-top: 30px;
    }
}

section.participate .item-wrap .item-box {
    text-align: center;
}

section.participate .item-wrap .item-box + .item-box {
    padding-top: 70px;
}

section.participate .item-wrap .item-box .step-box {
    text-align: center;
}

section.participate .item-wrap .item-box .step-box .step-txt {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #000000;
    background-color: #ffffff;
    border-radius: 50px;
    width: 72px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    section.participate .item-wrap .item-box .step-box .step-txt {
        font-size: 13px;
        width: 66px;
        height: 26px;
    }
}

section.participate .item-wrap .item-box .info-box {
    padding-top: 30px;
}

@media (max-width: 1024px) {
    section.participate .item-wrap .item-box .info-box {
        padding-top: 34px;
    }
}

section.participate .item-wrap .item-box .info-box .info-txt {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: -0.05em;
    line-height: 28px;
}

@media (max-width: 1024px) {
    section.participate .item-wrap .item-box .info-box .info-txt {
        font-size: 16px;
        line-height: 22px;
    }
}

section.participate .item-wrap .item-box .info-box .info-txt .type-black {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

section.participate .item-wrap .item-box .img-box {
    padding-top: 30px;
    text-align: center;
}

section.participate .item-wrap .item-box .img-box img {
    width: 419px;
    height: 386px;
}

@media (max-width: 1024px) {
    section.participate .item-wrap .item-box .img-box img {
        width: 100%;
        height: 100%;
    }
}

section.participate .item-wrap .item-box .tag-wrap {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

@media (max-width: 1024px) {
    section.participate .item-wrap .item-box .tag-wrap {
        padding-top: 21px;
    }
}

section.participate .item-wrap .item-box .tag-wrap .subject-box {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #ffffff;
}

@media (max-width: 1024px) {
    section.participate .item-wrap .item-box .tag-wrap .subject-box {
        font-size: 13px;
    }
}

section.participate .item-wrap .item-box .tag-wrap .tag-list {
    padding-top: 18px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 329px;
}

@media (max-width: 1024px) {
    section.participate .item-wrap .item-box .tag-wrap .tag-list {
        width: 100%;
    }
}

section.participate .item-wrap .item-box .tag-wrap .tag-list .tag-box {
    display: inline-flex;
    justify-content: center;
    margin: 4px;
}

section.participate .item-wrap .item-box .tag-wrap .tag-list .tag-box .tag-txt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 4px;
    width: auto;
    height: 25px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #ffffff;
}

section.participate .item-wrap .item-box .press-box {
    padding-top: 30px;
}

section.participate .item-wrap .item-box .press-box a.press-txt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 3px solid #000000;
    border-radius: 10px;
    max-width: 329px;
    width: 100%;
    height: 59px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.03em;
    padding: 18px 0;
}

section.benefit {
    background-color: #e4e4e4;
    padding-top: 90px;
    padding-bottom: 200px;
}

@media (max-width: 1024px) {
    section.benefit {
        padding-top: 62px;
        padding-bottom: 58px;
    }
}

section.benefit .wrap {
    max-width: 741px;
    margin: 0 auto;
}

section.benefit .benefit-wrap {
    text-align: center;
}

section.benefit .benefit-wrap .item-box {
    padding-top: 63px;
}

section.benefit .benefit-wrap .item-box:last-child {
    margin-top: -23px;
}

section.benefit .benefit-wrap .item-box .top-box.ic-sprout {
    position: relative;
}

section.benefit .benefit-wrap .item-box .top-box.ic-sprout:after {
    content: '';
    background: url('../img/challenge/img_sprout.png') no-repeat center/cover;
    width: 39px;
    height: 23px;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}

section.benefit .benefit-wrap .item-box .top-box .top-txt {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #ffffff;
    width: 63px;
    height: 28px;
    background-color: #000000;
    border-radius: 50px;
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    section.benefit .benefit-wrap .item-box .top-box .top-txt {
        width: 60px;
        height: 24px;
        font-size: 13px;
        letter-spacing: -0.04em;
    }
}

section.benefit .benefit-wrap .item-box .bottom-box {
    padding-top: 12px;
}

section.benefit .benefit-wrap .item-box .bottom-box .bottom-txt {
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 28px;
}

@media (max-width: 1024px) {
    section.benefit .benefit-wrap .item-box .bottom-box .bottom-txt {
        font-size: 16px;
        line-height: 24px;
    }
}

section.benefit .benefit-wrap .item-box .msg-box {
    padding-top: 12px;
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #646464;
}

@media (max-width: 1024px) {
    section.benefit .benefit-wrap .item-box .msg-box {
        font-size: 13px;
        padding-top: 6px;
    }
}

section.benefit .warning-box {
    padding-top: 120px;
    text-align: center;
}

@media (max-width: 1024px) {
    section.benefit .warning-box {
        padding-top: 80px;
        text-align: left;
    }
}

section.benefit .warning-box .subject-box {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #646464;
}

@media (max-width: 1024px) {
    section.benefit .warning-box .subject-box {
        font-size: 13px;
    }
}

section.benefit .warning-box .sub-box {
    padding-top: 25px;
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #646464;
    line-height: 20px;
}

@media (max-width: 1024px) {
    section.benefit .warning-box .sub-box {
        font-size: 13px;
        line-height: 18px;
    }
}

section.benefit .logo-box {
    text-align: center;
    padding-top: 100px;
}

@media (max-width: 1024px) {
    section.benefit .logo-box {
        padding-top: 32px;
    }
}

section.benefit .logo-box .logo-txt {
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #000000;
}

@media (max-width: 1024px) {
    section.benefit .logo-box .logo-txt {
        font-size: 14px;
    }
}

section.benefit .logo-box .img-box {
    padding-top: 13px;
}

@media (max-width: 1024px) {
    section.benefit .logo-box .img-box {
        padding-top: 5px;
    }
}

section.benefit .logo-box .img-box img {
    width: 107px;
    height: 40px;
}

section.list .wrap {
    max-width: 865px;
    margin: 0 auto;
}

section.list .list-tit-box {
    text-align: left;
    padding-top: 90px;
}

@media (max-width: 1024px) {
    section.list .list-tit-box {
        padding-top: 27px;
    }
}

section.list .list-tit-box .tit-txt {
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 800;
    color: #000000;
}

@media (max-width: 1024px) {
    section.list .list-tit-box .tit-txt {
        font-size: 22px;
        letter-spacing: -0.03em;
    }
}

section.list .list-tit-box .sub-box {
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #000000;
}

@media (max-width: 1024px) {
    section.list .list-tit-box .sub-box {
        padding-top: 10px;
        font-size: 14px;
        letter-spacing: -0.05em;
    }
}

section.list .list-wrap {
    padding-top: 68px;
}

@media (max-width: 1024px) {
    section.list .list-wrap {
        padding-top: 38px;
    }
}

section.list .list-wrap ul {
    display: flex;
    flex-flow: row wrap;
    margin: -10px;
}

@media (max-width: 1024px) {
    section.list .list-wrap ul {
        margin: -12px -5px;
    }
}

section.list .list-wrap li {
    width: calc(33.33% - 20px);
    margin: 10px;
}

@media (max-width: 1024px) {
    section.list .list-wrap li {
        width: calc(50% - 10px);
        margin: 12px 5px;
    }
}

section.list .list-wrap .item-box {
    display: block;
}

section.list .list-wrap .item-box.type-dim .img-box {
    position: relative;
}

section.list .list-wrap .item-box.type-dim .img-box img {
    max-width: 100%;
}

section.list .list-wrap .item-box.type-dim .img-box:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    border-radius: 4px;
}

section.list .list-wrap .item-box.type-dim .dim-box {
    position: absolute;
    z-index: 10;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

section.list .list-wrap .item-box.type-dim .dim-box .dim-txt {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #ffffff;
    line-height: 33px;
    text-align: center;
}

@media (max-width: 1024px) {
    section.list .list-wrap .item-box.type-dim .dim-box .dim-txt {
        font-size: 16px;
    }
}

section.list .list-wrap .item-box .img-box {
    width: 100%;
    height: 275px;
}

@media (max-width: 1024px) {
    section.list .list-wrap .item-box .img-box {
        height: auto;
    }
}

section.list .list-wrap .item-box .img-box img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    section.list .list-wrap .item-box .img-box img {
        max-width: 100%;
        height: auto;
    }
}

section.list .list-wrap .item-box .con-box {
    padding-top: 16px;
}

@media (max-width: 1024px) {
    section.list .list-wrap .item-box .con-box {
        padding-top: 14px;
    }
}

section.list .list-wrap .item-box .con-box .top-txt {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #000000;
}

@media (max-width: 1024px) {
    section.list .list-wrap .item-box .con-box .top-txt {
        font-size: 13px;
    }
}

section.list .list-wrap .item-box .con-box .mid-txt {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #000000;
    line-height: 17px;
}

@media (max-width: 1024px) {
    section.list .list-wrap .item-box .con-box .mid-txt {
        padding-top: 8px;
        font-size: 11px;
        line-height: 13px;
    }
}

section.list .list-wrap .item-box .con-box .bottom-txt {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #9b9da3;
}

@media (max-width: 1024px) {
    section.list .list-wrap .item-box .con-box .bottom-txt {
        padding-top: 8px;
        font-size: 11px;
    }
}

article.alarm-layer {
    display: none;
    position: fixed;
    top: 40px;
    max-width: 614px;
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    article.alarm-layer {
        top: 73px;
    }
}

article.alarm-layer .alarm-box {
    display: flex;
    background-color: #000;
    height: 50px;
    padding: 0 13px;
    align-items: center;
}

article.alarm-layer .alarm-box .ic-chk {
    background: url('../img/common/ic_alarm_chk.svg') no-repeat center/cover;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

article.alarm-layer .alarm-box .txt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #fff;
}

@media (max-width: 1024px) {
    article.alarm-layer .alarm-box .txt {
        font-size: 12px;
    }
}