.content._main ~ footer {
    margin-bottom: 110px;
}
/* * header */
    
html.is-scroll header {
    background-color: rgba(255, 255, 255, 1);
}
header {
    width: 100%;
    min-width: 1200px;
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    transition: all 0.15s ease-in;
}

header > .inner {
    position: relative;
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

header .logo {
    display: inline-block;
    padding-left: 12px;            
}

header .logo a {
    height: 100px;
    line-height: 100px;
    display: block;
}

header .logo img {
    padding-top: 36px;
    width: 137px;
}

header .nav-right {
    float: right;
    font-size: 0;
}

header .nav-right li {
    display: inline-block;
    height: 100px;
}

header .nav-right li a {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    color: #313131;
    height: 100px;
    line-height: 100px;
    padding: 0 35px;
}
header .nav-right li.is-active a {
    color: #f68b1e;
}

header > .inner::after {
    content: '';
    display: block;
    clear: both;
}
header .share-container {
    position: absolute;
    right: -68px;
    bottom: 50%;
    transform: translateY(50%);
}
header .share-container #share-trigger {
    position: relative;
    width: 46px;
    height: 46px;
}
header .share-container #share-trigger:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../assets/main_share_trigger.png) 50% / 100% no-repeat;
}
header .share-container.is-open ul {
    pointer-events: visible;
}
header .share-container.is-open ul li button {
    opacity: 1;
    cursor: pointer;
}
header .share-container.is-open ul li ._url {
    transition-delay: 0.15s;
}
header .share-container.is-open ul li ._fb {
    transition-delay: 0.3s;
}
header .share-container.is-open ul li ._kt {
    transition-delay: 0.45s;
}
header .share-container ul {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
header .share-container ul li {
    margin-bottom: 6px;
}
header .share-container ul li:last-child {
    margin-bottom: 0;
}
header .share-container ul li button {
    display: block;
    width: 44px;
    height: 44px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
header .share-container ul li ._url {
    background: url(../assets/main_share_url.png) 50% / 100% no-repeat;
}
header .share-container ul li ._fb {
    background: url(../assets/main_share_fb.png) 50% / 100% no-repeat;
}
header .share-container ul li ._kt {
    background: url(../assets/main_share_kt.png) 50% / 100% no-repeat;
}


/* * end header */
/* * mainpage */
section {
    width: 100%;
    min-width: 1200px;
}

section > .inner {
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.section-intro {
    background-color: #fff4e6;
    width: 100%;
    height: 100vh;
}
.section-intro .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    min-width: 1200px;
}

.section-intro .inner .title-block {
    position: relative;
}

.section-intro .inner .title-block a {
    position: absolute;
    left: 50%;
    transform: translateX(-494px);
    top: 340px;
    width: 357px;
}


.section-intro .inner .lead-more {
    margin-top: 40px;
}

/* * animation area */
    .animation_area {
        position: absolute;
        overflow: hidden;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        /* border: 1px solid red; */
    }

    .confetti {
        position: absolute;
        /* top: -50px; */
    }

    .confetti.orange._01,
    .confetti.orange._04 {
        width: 23px;
        height: 32px;
        background: url(../assets/confetti_01.png) no-repeat;
    }

    .confetti.orange._02,
    .confetti.orange._03 {
        width: 30px;
        height: 33px;
        background: url(../assets/confetti_04.png) no-repeat;
    }

    .confetti.bright_orange._01 {
        width: 19px;
        height: 31px;
        background: url(../assets/confetti_02.png) no-repeat;
    }

    .confetti.beige._01,
    .confetti.beige._03 {
        width: 33px;
        height: 30px;
        background: url(../assets/confetti_03.png) no-repeat;
    }

    .confetti.beige._02 {
        width: 28px;
        height: 28px;
        background: url(../assets/confetti_06.png) no-repeat;
    }

    .confetti.orange._05 {
        width: 19px;
        height: 31px;
        background: url(../assets/confetti_07.png) no-repeat;
    }

    .confetti.beige._06 {
        width: 33px;
        height: 30px;
        background: url(../assets/confetti_08.png) no-repeat;
    }

    .confetti.beige._04 {
        width: 40px;
        height: 36px;
        background: url(../assets/confetti_09.png) no-repeat;
    }

    .confetti.bright_orange._02 {
        width: 23px;
        height: 38px;
        background: url(../assets/confetti_10.png) no-repeat;
    }
    .confetti.bright_orange._03 {
        width: 22px;
        height: 21px;
        background: url(../assets/confetti_11.png) no-repeat;
    }

    .confetti.bright_orange._06 {
        width: 27px;
        height: 37px;
        background: url(../assets/confetti_12.png) no-repeat;
    }

    .confetti.beige._05 {
        width: 36px;
        height: 36px;
        background: url(../assets/confetti_13.png) no-repeat;
    }
    .confetti.bright_orange._04 {
        width: 25px;
        height: 31px;
        background: url(../assets/confetti_14.png) no-repeat;
    }

    /* .confetti.orange._01 {
        left: 5%;
        animation: 6s confetti 0.6s linear infinite;
    }

    .confetti.bright_orange._01 {
        left: 11%;
        animation: 6s confetti 2.5s linear infinite;
    }

    .confetti.beige._01 {
        left: 25%;
        animation: 6s confetti 0.65s linear infinite;
    }

    .confetti.orange._02 {
        left: 26%;
        animation: 6s confetti 3s linear infinite;
    }

    .confetti.orange._03 {
        right: 50%;
        animation: 6s confetti linear infinite;
    }

    .confetti.orange._04 {
        right: 14%;
        animation: 6s confetti 2.6s linear infinite;
    }

    .confetti.beige._02 {
        right: 11%;
        animation: 6s confetti 1.8s linear infinite;
    }

    .confetti.orange._05 {
        right: 3%;
        animation: 6s confetti 1.4s linear infinite;
    }

    .confetti.beige._03 {
        right: 0;
        animation: 6s confetti 3.2s linear infinite;
    } */

    @keyframes confetti {
        0% {
            transform: translateY(0px) rotateY(0deg);
        }
        40% {
            transform: translateY(40vh) rotateY(-360deg);
        }
        80% {
            transform: translateY(80vh) rotateY(0deg);
        }
        100% {
            transform: translateY(calc(100vh + 50px)) rotateY(-360deg);
        }
    }

/* * end animation area */

aside {
    background-color: #ea601f;
    min-width: 1200px;
}
#main-fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.15s ease-in;
}
#main-fixed-btn.is-hidden {
    opacity: 0;
    transform: translateY(100%);
}
#go-char-info {
    position: fixed;
    right: 0;
    transform: translateX(149px);
    bottom: 184px;
    transition: all 0.2s ease-in;
}
html.is-scroll #go-char-info {
    transform: translateX(0);
}

aside > .inner {
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

aside > .inner a {
    display: flex;
    padding: 41px 0;
    justify-content: center;
}

aside > .inner a img {
    margin: 0;
}

aside > .inner a img:first-child {
    margin-right: 9px;
}

.section-event {
    background-color: #fef9f4;
}

.section-event .inner {
    padding: 140px 0 90px;
}

.section-event .inner > .title-block {
    margin-bottom: 80px;
}

.section-event .inner > .title-block .subtitle {
    margin-bottom: 15px;
}

.section-event .inner > .title-block .title {
    margin-bottom: 33px;
}

.section-event .inner > .title-block ul li p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #333;
}

.section-event .inner > .title-block ul li p span {
    font-size: 18px;
}

.section-event .inner > .title-block ul li p span em {
    color: #f68b1e;
}

.section-event .inner > .title-block ul li:last-child {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.section-event .inner > .title-block ul li:last-child p:first-child {
    margin-right: 4px;
}

.section-event .inner > .title-block ul li:last-child p:nth-child(2) {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.section-event .inner > .title-block ul li:last-child p:nth-child(2) span:first-child {
    margin-bottom: 4px;
}

.section-event .event-block > .title-block {
    margin-bottom: 34px;
    position: relative;
}

.section-event .event-block._02 > .title-block {
    margin-bottom: 0;
    text-align: center;
}

.section-event .event-block._02 .title-block > p {
    font-size: 25px;
    font-weight: bold;
    color: #251f1a;
    margin-bottom: 28px;
}

.section-event .event-block._02 .title-block > p em {
    color: #f68b1e;
}

.section-event .event-block._02 > .title-block .desc p:last-child {
    font-weight: 500;
}

.section-event .event-block > .title-block .subtitle {
    margin-bottom: 23px;
}

.section-event .event-block > .title-block .title {
    margin-bottom: 30px;
}

.section-event .event-block > .title-block .desc {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.32;
    text-align: center;
    color: #251f1a;
}

.section-event .event-block > .title-block .desc p span {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #f68b1e;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-right: 12px;
}

.section-event .event-block > .title-block .desc p span:last-child {
    margin-right: 0;
}

.section-event .event-block > .title-block .desc p:last-child {
    margin-top: 13px;
}

.section-event .event-block > .title-block > .polaroid {
    display: none;
    position: absolute;
    right: 200px;
    top: 22px;
}

.section-event .event-block > .contents-block {
    position: relative;
    margin-top: -5px;
}

.section-event .event-block > .contents-block .label {
    position: absolute;
    z-index: 1;
    /* margin: 0 auto 0 21.166666666666667%; */
    left: 21.166666666666667%;
    top: -169px;
}

.section-event .event-block > .contents-block ul {
    box-sizing: content-box;
    position: relative;
    max-width: 882px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.section-event .event-block > .contents-block li {
    display: inline-block;
    margin: 0 25px;
    padding-bottom: 142px;
    position: relative;
}

.section-event .event-block > .contents-block .img-block {
    position: relative;
}

.section-event .event-block > .contents-block .img-block .circle {
    width: 242px;
    height: 242px;
    border-radius: 50%;
    box-shadow: 5px 0 0 0 rgba(164, 83, 0, 0.1);
    border: solid 2px #ffd294;
    background-color: #fff;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
}

.section-event .event-block > .contents-block .img-block .speechbubble {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

.section-event .event-block > .contents-block .text-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 292px;
}

.section-event .event-block > .contents-block .text-block p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #251f1a;
    white-space: nowrap;
}

.section-event .event-block > .contents-block .text-block p strong {
    font-size: 25px;
    font-weight: bold;
}

.section-event .event-block._02 > .contents-block img {
    margin-top: -24px;
}

.section-explain .explain-block > .inner {
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.section-explain .explain-block._01 > .inner {
    padding: 102px 0 107px;
}
.section-explain .explain-block._02 > .inner {
    padding: 100px 0 68px;
}

.section-explain .explain-block._01 {
    background-color: #ff9932;
}

.section-explain .explain-block._02 {
    background-color: #fff7f1;
}

.section-explain .explain-block .title-block .subtitle {
    margin-bottom: 23px;
} 

.section-explain .explain-block._01 .contents-block {
    margin-top: -68px;
}

.section-explain .explain-block._02 .title-block {
    margin-bottom: 27px;
}

.section-explain .explain-block._02 .contents-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 45px;
}

.section-explain .explain-block._02 .contents-block .img-block {
    padding-right: 103px;
}

.section-explain .explain-block._02 .contents-block .desc-block {
    padding-top: 19px;
}
.section-explain .explain-block._02 .contents-block .desc-block img {
    margin: 0 0 12px 0;
}

.section-explain .explain-block._02 .contents-block .desc-block p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    color: #313131;
}

.section-explain .explain-block._02 .contents-block .desc-block p:nth-child(1) {
    margin-bottom: 22px;
}
.section-explain .explain-block._02 .contents-block .desc-block p:nth-child(2) {
    margin-bottom: 22px;
}
.section-explain .explain-block._02 .contents-block .desc-block p:nth-child(3) {
    margin-bottom: 15px;
}

.section-explain .explain-block._02 .more-block > p {
    font-size: 20px;
    font-weight: 700;
    color: #f68b1e;
    text-align: center;
}
.section-explain .explain-block._02 .more-block ul {
    display: flex;
    margin: 19px auto 28px;
    align-items: center;
    justify-content: center;
}
.section-explain .explain-block._02 .more-block ul li {
    width: 197px;
    margin-right: 16px;
}
.section-explain .explain-block._02 .more-block ul li:last-child {
    margin-right: 0;
}
.section-explain .explain-block._02 .more-block .btn-yt {
    width: 410px;
    padding: 28px 0;
    background-color: #f68b1e;
    display: block;
    margin: 0 auto;
}

.section-explain .explain-block._02 .more-block .btn-yt img {
    margin-bottom: 0;
}

.section-emoji {
    background-color: #fbe6ac;
}

.section-emoji .inner {
    padding: 98px 0 75px;
}

.section-emoji .title-block > .subtitle {
    margin-bottom: 23px;
}

.section-emoji .title-block {
    margin-bottom: 78px;
}

.section-notice {
    background-color: #5c584e;
}

.section-notice .inner {
    width: 100%;
    padding: 62px 0 88px 40px;
}

.section-notice ul li {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.68;
    text-align: left;
    color: #fff;
}

.section-notice .inner > p {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    margin-top: 36px;
}

.section-emoji .contents-block {
    position: relative;
}

.section-emoji .contents-block .slide-wrap {
    width: 1095px;
    height: 188px;
    border-radius: 23px;
    border: solid 2px #ffd8b1;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 16px;
    position: relative;
}

.section-emoji .contents-block .slide-wrap .emoji {
    width: 2334px;
    height: 150px;
    max-width: none;
    position: absolute;
    z-index: 2;
}

.section-emoji .contents-block::before {
    content: '';
    display: block;
    position: absolute;
    width: 1091px;
    height: 184px;
    left: 50%;
    transform: translateX(calc(-50%));
    top: 2px;
    border-radius: 21px;
    box-shadow: inset 6px 3.6px 1px 0 rgba(0, 0, 0, 0.17);
    z-index: 3;
}

/* ! 애니메이션이 구현은 되어있으나, 1-2-3 순서로 돌아야하는데 2회차부터 1번이 3번에 얹혀있는? 상태인 것 같음 */
.section-emoji .contents-block .slide-wrap .emoji._01 {
    animation: 60s emoji-slide linear infinite ;
    right: 0;
}

.section-emoji .contents-block .slide-wrap .emoji._02 {
    animation: 60s emoji-slide linear infinite ;
    right: -2334px;
}
.section-emoji .contents-block .slide-wrap .emoji._03 {
    animation: 60s emoji-slide 30s linear infinite ;
    right: -2334px
}

@keyframes emoji-slide {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(calc(-2334px * 2));
    }
}

footer {
    padding: 60px 0;
    background-color: #313131;
    width: 100%;
    min-width: 1200px;
}

/* * end mainpage */