﻿@charset "utf-8";

@keyframes flash-ani {
    0% {
        background-position-y: -121px;
    }
    49.9999% {
        background-position-y: -121px;
    }
    50% {
        background-position-y: 0;
    }
    99.9999% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -121px;
    }
}



/* intro */
#intro {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../images/bg.jpg') no-repeat;
}

#intro .select-con {
    position: absolute;
    top: 286px;
    width: 312px;
    height: 315px;
}

#intro .select-con.lesson {
    left: 102px;
    background: url('../images/lesson_select_bg.png') no-repeat;
}
#intro .select-con.modum {
    left: 484px;
    background: url('../images/modum_select_bg.png') no-repeat;
}
#intro .select-con.quiznum {
    left: 866px;
    background: url('../images/quiznum_select_bg.png') no-repeat;
}


#intro .select-con .button {
    position: absolute;
    left: 50px;
    width: 208px;
    height: 66px;
    text-align: center;
    font-family: 'NanumSquareRound';
    font-size: 25px;
    font-weight: 500;
    line-height: 66px;
    color: #A7B9E2;   
}
#intro .select-con .button.active {
    background-position-y: -66px;
    color: #fff;
}
#intro .select-con.lesson .button {
    background-image: url('../images/select_btn1.png');
}
#intro .select-con.modum .button {
    background-image: url('../images/select_btn2.png');
}
#intro .select-con.quiznum .button {
    background-image: url('../images/select_btn3.png');
}
#intro .select-con .button:nth-child(1) {
    top: 102px;
}
#intro .select-con .button:nth-child(2) {
    top: 182px;
}

#intro .select-con .title {
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    text-align: center;
}

#intro .start-btn {
    position: absolute;
    left: 530px;
    top: 625px;
    cursor: pointer;
    width: 220px;
    height: 71px;
    background: url('../images/start_btn.png') no-repeat;
    text-align: center;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    line-height: 70px;
}

#intro .guide-btn {
    position: absolute;
    left: 1108px;
    top: 622px;
    width: 172px;
    height: 73px;
    background: url('../images/guide_btn.png') no-repeat;
    cursor: pointer;
}
#intro .guide-btn > span {
    position: absolute;
    left: 60px;
    top: 28px;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 25px;
    color: #fff;
}

#intro .guide-pop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#intro .guide-pop .pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
#intro .guide-pop .title {
    position: absolute;
    left: 550px;
    top: 38px;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

#intro .guide-pop .pop-wrap {
    position: absolute;
    left: 27px;
    top: 20px;
    width: 1212px;
    height: 672px;
    background: url('../images/guide_bg.png') no-repeat;
    font-family: 'NanumSquareRound';
}
#intro .guide-pop ol {
    position: absolute;
    left: 52px;
    top: 90px;
}
#intro .guide-pop ol > li {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    padding-left: 58px;
    margin-top: 30px;
    line-height: 43px;
}
#intro .guide-pop ol > li:before{
    position: absolute;
    left:0;
    top:-3px;
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 49px;
    text-align: center;
    color: #fff;
    line-height: 53px;
    font-size: 35px;
    background: url('../images/guid_num.png') no-repeat;
}

#intro .guide-pop ol > li:nth-child(1):before {
    content: '1';
}
#intro .guide-pop ol > li:nth-child(2):before {
    content: '2';
}
#intro .guide-pop ol > li:nth-child(3):before {
    content: '3';
}
#intro .guide-pop ol > li:nth-child(4):before {
    content: '4';
}
#intro .guide-pop ol > li:nth-child(5):before {
    content: '5';
}
#intro .guide-pop ol > li:nth-child(6):before {
    content: '6';
}
#intro .guide-pop .close-btn {
    position: absolute;
    left: 1133px;
    top: 41px;
    width: 53px;
    height: 58px;
}


/* select-modum */
#select-modum {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../images/bg.jpg') no-repeat;
}
#select-modum .roulette-con {
    position: absolute;
    left: 34px;
    top: 27px;
    width: 618px;
    height: 702px;
    background: url('../images/roulette_bg.png') no-repeat;
}

#select-modum .roulette-con .roulette {
    position: absolute;
    left: 34px;
    top: 34px;
    width: 551px;
    height: 551px;
    transform-origin: center;
}
#select-modum .roulette-con.roulette2 .roulette {
    background: url('../images/roulette2.png') no-repeat;
}
#select-modum .roulette-con.roulette4 .roulette {
    background: url('../images/roulette4.png') no-repeat;
}
#select-modum .roulette-con .point {
    position: absolute;
    left: 278px;
    top: -23px;
    width: 62px;
    height: 78px;
    background: url('../images/roulete_cursor.png') no-repeat;
}
#select-modum .roulette-con .rotate-btn {
    position: absolute;
    left: 238px;
    top: 240px;
    width: 145px;
    height: 146px;
    background: url('../images/roulette_btn.png') no-repeat;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 145px;
}
#select-modum .info-con {
    position: absolute;
    left: 690px;
    top: 97px;
    width: 549px;
    height: 485px;
    background: url('../images/select_info.png') no-repeat;
}
#select-modum .info-con > div {
    position: absolute;
    left: 0;
    top: 162px;
    width: 100%;
    font-family: 'CookieRun-Regular';
    font-size: 45px;
    text-align: center;
    line-height: 71px;
    color: #fff;
}

#select-modum .start-con {
    position: absolute;
    left: 85px;
    top: 29px;
    width: 1110px;
    height: 662px;
    background: url('../images/start_pannel.png') no-repeat;
}
#select-modum .title-animal {
    position: absolute;
    left: 265px;
    top: -10px;
    width: 162px;
    height: 140px;
}
#select-modum .title-animal.animal1 {
    background: url('../images/title_animal1.png') no-repeat;
}
#select-modum .title-animal.animal2 {
    background: url('../images/title_animal2.png') no-repeat;
}
#select-modum .title-animal.animal3 {
    background: url('../images/title_animal3.png') no-repeat;
}
#select-modum .title-animal.animal4 {
    background: url('../images/title_animal4.png') no-repeat;
}
#select-modum .title-text {
    position: absolute;
    left: 450px;
    top: 41px;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 46px;
    color: #361400;
}
#select-modum .start-animal {
    position: absolute;
    width: 100%;
    top: 258px;
    left: 0;
    text-align: center;
}
#select-modum .start-animal > .animal {
    display: inline-block;
    width: 197px;
    height: 155px;
    vertical-align: middle;
}
#select-modum .start-animal > .animal1 {
    background: url('../images/animal1.png') no-repeat;
}
#select-modum .start-animal > .animal2 {
    background: url('../images/animal2.png') no-repeat;
}
#select-modum .start-animal > .animal3 {
    background: url('../images/animal3.png') no-repeat;
}
#select-modum .start-animal > .animal4 {
    background: url('../images/animal4.png') no-repeat;
}
#select-modum .start-animal > .arrow {
    display: inline-block;
    width: 63px;
    height: 65px;
    vertical-align: middle;
    background: url('../images/left_arrow.png') no-repeat;
    margin: 0 10px;
}
#select-modum .start-text {
    position: absolute;
    top: 433px;
    width: 100%;
    text-align: center;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 40px;
    color: #361400;
}

#select-modum .start-con .start-btn {
    position: absolute;
    left: 450px;
    top: 555px;
    cursor: pointer;
    width: 220px;
    height: 71px;
    background: url('../images/start_btn.png') no-repeat;
    text-align: center;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    line-height: 70px; 
}

#select-modum .home-btn {
    position: absolute;
    left: -27px;
    top: 16px;
    width: 123px;
    height: 72px;
    background: url('../images/home_btn.png') no-repeat;
}




/* game */
#game {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../images/bg.jpg') no-repeat;
}

#game .home-btn {
    position: absolute;
    left: -27px;
    top: 16px;
    width: 123px;
    height: 72px;
    background: url('../images/home_btn.png') no-repeat;
}

#game .balloon-map {
    position: absolute;
    left: 115px;
    top: 30px;
}

#game .balloon-map .balloon {
    position: absolute;
    left: 0;
    top: 0;
    width: 129px;
    height: 148px;
}

#game .balloon-map .balloon.red {
    background: url('../images/balloon_red.png') no-repeat;
}
#game .balloon-map .balloon.yellow {
    background: url('../images/balloon_yellow.png') no-repeat;
}
#game .balloon-map .balloon.green {
    background: url('../images/balloon_green.png') no-repeat;
}
#game .balloon-map .balloon.blue {
    background: url('../images/balloon_blue.png') no-repeat;
}
#game .balloon-map .balloon .num {
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 71px;
    color: rgba(255,255,255,0.7);
    text-align: center;
}
#game .balloon-map .balloon .score {
    position: absolute;
    left: 22px;
    top: 117px;
    width: 90px;
    height: 45px;
}
#game .balloon-map .balloon.red .score {
    background: url('../images/balloon_score1.png') no-repeat
}
#game .balloon-map .balloon.yellow .score {
    background: url('../images/balloon_score2.png') no-repeat
}
#game .balloon-map .balloon.green .score {
    background: url('../images/balloon_score3.png') no-repeat
}
#game .balloon-map .balloon.blue .score {
    background: url('../images/balloon_score4.png') no-repeat
}


#game .modum-con {
    position: absolute;
    left: 910px;
    top: 70px;
}
#game .modum-con .modum {
    position: absolute;
    left: 0;
    width: 332px;
    height: 121px;
    background: url('../images/modum_box.png') no-repeat;
    background-position-y: -121px;
}
#game .modum-con .modum .animal {
    position: absolute;
    left: -22px;
    top: -34px;
    width: 197px;
    height: 155px;
}
#game .modum-con .modum.active {
    animation: flash-ani 0.5s infinite;
}
#game .modum-con .modum1 {
    top: 0;
}
#game .modum-con .modum1 .animal {
    background: url('../images/animal1.png') no-repeat;
}
#game .modum-con .modum2 {
    top: 165px;
}
#game .modum-con .modum2 .animal {
    background: url('../images/animal2.png') no-repeat;
}
#game .modum-con .modum3 {
    top: 330px;
}
#game .modum-con .modum3 .animal {
    background: url('../images/animal3.png') no-repeat;
}
#game .modum-con .modum4 {
    top: 495px;
}
#game .modum-con .modum4 .animal {
    background: url('../images/animal4.png') no-repeat;
}
#game .modum-con .modum .score {
    position: absolute;
    left: 125px;
    top: 30px;
    width: 170px;
    text-align: right;
    color: #37180E;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 55px;
}
#game .modum-con .modum .score > em {
    font-style: normal;
}
#game .modum-con .modum .score > span {
    font-size: 35px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-left: 3px;
}

#game .dart {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 210px;
}

#game .exprode-balloon {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 250px;
}
#game .blind-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}



#game .quiz-con {
    position: absolute;
    left: 34px;
    top: 46px;
    width: 1212px;
    height: 622px;
    background: url('../images/quiz_bg.png') no-repeat;
    display: none;
}
#game .quiz-con .quiz-wrap {
    position: absolute;
    left: 35px;
    top: 72px;
}

#game .quiz-con .progress-con {
    position: absolute;
    left: 37px;
    top: 31px;
    width: 1145px;
    height: 24px;
}
#game .quiz-con .progress-con .progress {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#game .quiz-con .progress-con .progress .bar {
    width: 100%;
    height: 100%;
    background: url('../images/gage_bar.png') no-repeat;
}
#game .quiz-con .progress-con .clock {
    position: absolute;
    left: 1084px;
    top: -72px;
    width: 71px;
    height: 110px;
    background: url('../images/clock_bg.png') no-repeat;
}
#game .quiz-con .progress-con .clock .count {
    position: absolute;
    left: 0;
    top: 0px;
    width: 71px;
    font-family: 'yg-jalnan';
    font-size: 28px;
    font-weight: 500;
    color: #215EE9;
    text-align: center;
}

#game .quiz {
    position: absolute;
    left: 0;
    top: 0;
    width: 1145px;
    height: 515px;
    display: table;
}
#game .quiz.hidden { 
    display: none;
}
#game .quiz .title {
    display: table-row;
    max-height: 105px;
}

#game .quiz .title > div {
    display: table-cell;
    width: 100%;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 50px;
    vertical-align: middle;
    padding-bottom: 10px;
}
#game .quiz .title.sm > div {
    font-size: 45px;
}
#game .quiz .title .underline {
    position: relative;
    display: inline-block;
}
#game .quiz .title .underline:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #DA242F;
    content:'';
}
#game .quiz .title .ex {
    display: inline-block;
    width: 100px;
    height: 60px;
    border-radius: 20px;
    background-color: #859ED1;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-right: 10px;
    font-size: 40px;
    vertical-align: middle;
}
#game .quiz .title .one {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #FFA82B;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 48px;
    vertical-align: top;
    margin: 0 3px;
}
#game .quiz .title .box {
    display: inline-block;
    width: 100px;
    height: 60px;
    background-color: #fff;
    border: solid 3px #ccc;
    text-align: center;
    line-height: 48px;
    vertical-align: top;
    margin: 0 3px;
    border-radius: 5px;
    position: relative;
    top: -6px;
}


#game .quiz-choice .info-box {
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-size: 40px;
    padding: 10px;
    border: solid 3px #859ED1;
    border-radius: 10px;
    margin-bottom: 10px;
}
#game .quiz-choice .info-box.large {
    padding: 30px 20px;
}
#game .quiz-choice .info-box.list {
    padding: 5px 10px;
}
#game .quiz-choice .info-box.list > div {
    position: relative;
    padding-left: 20px;
}
#game .quiz-choice .info-box.list > div:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 17px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
#game .quiz-choice .info-box .one {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #FFA82B;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 28px;
    vertical-align: middle;
    text-indent: 0;
    position: relative;
    top: -3px;
}
#game .quiz-choice .info-box.indent {
    text-indent: 30px;
}
#game .quiz-choice .info-box.large {
    padding: 30px 10px;
}
#game .quiz-choice .info-box .box {
    display: inline-block;
    width: 95px;
    height: 55px;
    background-color: #fff;
    border: solid 3px #ccc;
    text-align: center;
    line-height: 48px;
    vertical-align: top;
    margin: 0 3px;
    border-radius: 5px;
    position: relative;
    top: -9px;
}

#game .quiz-choice.type1 .list-con {
    display: table-row;
    height: 100%;
}
#game .quiz-choice.type1 .list-con .lists {
    display: table-cell;
    height: 100%;
    border-radius: 10px;
    background-color: #E9F1FE;
    vertical-align: middle;
    padding: 20px;
    box-sizing: border-box;
}
#game .quiz-choice.type1 .list-con .list-table {
    display: table;
    width: calc(100% - 100px);
    margin-left: 140px;
}
#game .quiz-choice.type1 .list-con .list-row {
    display: table-row;
}
#game .quiz-choice.type1 .list-con .list-row .list {
    display: table-cell;
}
#game .quiz-choice.type1 .list-con .list {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0 10px 60px;
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-size: 40px;
    cursor: pointer;
}
#game .quiz-choice.type1 .list-con .list .num {
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../images/num_bg.png') no-repeat;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: 'yg-jalnan';
    font-size: 35px;
    font-weight: 400;
}
#game .quiz-choice.type1 .list-con .list.active .num {
    background-position-y: -50px;
}
#game .quiz-choice.type1 .list-con .small .list {
    font-size: 35px;
}
#game .quiz-choice.type1 .list-con .small .list .num {
    transform: scale(0.9);
    top: 2px;
}
#game .quiz-choice.type1 .list-con .mini .list {
    font-size: 32px;
}
#game .quiz-choice.type1 .list-con .mini .list .num {
    transform: scale(0.9);
    top: 2px;
}
#game .quiz-choice.type1 .list-con .mini .list > .one {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #FFA82B;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 28px;
}
#game .quiz-choice.type1 .list-con .thin .list {
    font-size: 30px;
    padding: 6px 0 6px 50px;
}
#game .quiz-choice.type1 .list-con .thin .list .num {
    transform: scale(0.7);
    top: -3px;
}
#game .quiz-choice.type1 .list-con .thin .list > .one {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #FFA82B;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 28px;
}



#game .quiz-choice.type2 .list-con {
    display: table-row;
    height: 100%;
}
#game .quiz-choice.type2 .list-con > div {
    display: table;
    width: 100%;
    height: 100%;
}
#game .quiz-choice.type2 .example {
    position: relative;
    display: table-cell;
    width: 62%;
    border: solid 3px #859ED1;
    border-radius: 10px;
    vertical-align: middle;
    padding: 30px 15px 0;
    box-sizing: border-box;
}
#game .quiz-choice.type2 .example:before{
    content: '보기';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 90px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 20px;
    background-color: #859ED1;
    text-align: center;
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    line-height: 55px;
}
#game .quiz-choice.type2 .example .list {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0 10px 50px;
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-size: 35px;
}
#game .quiz-choice.type2 .example .list > .one {
    position: absolute;
    left: 0;
    top: 9px;
    width: 35px;
    height: 35px;
    background-color: #FFA82B;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 28px;
}
#game .quiz-choice.type2 .img-con {
    position: relative;
    display: table-cell;
    width: 570px;
    vertical-align: top;
}

#game .quiz-choice.type2 .list-set {
    display: table-cell;
    width: 38%;
    padding-left: 10px;
}
#game .quiz-choice.type2 .list-set > div {
    display: table;
    width: 100%;
    height: 100%;
}
#game .quiz-choice.type2 .list-set .lists {
    display: table-cell;
    height: 100%;
    border-radius: 10px;
    background-color: #E9F1FE;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 30px;
}
#game .quiz-choice.type2 .list-set .list {
    position: relative;
    box-sizing: border-box;
    padding: 8px 0 8px 60px;
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-size: 40px;
    /* padding-left: 60px; */
}
#game .quiz-choice.type2 .list-set .list > .num {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../images/num_bg.png') no-repeat;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: 'yg-jalnan';
    font-size: 35px;
    font-weight: 400;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 6px;
}
#game .quiz-choice.type2 .list-set .list.active > .num {
    background-position-y: -50px;
}
#game .quiz-choice.type2 .list-set .list > .one {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #FFA82B;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 48px;
    vertical-align: middle;
}
#game .quiz-choice.type2 .list-set .list > .line {
    display: inline-block;
    width: 20px;
    height: 5px;
    background-color: #000;
    vertical-align: middle;
}
#game .quiz-choice.type2 .wide .example {
    width: 70%;
}
#game .quiz-choice.type2 .wide .list-set {
    width: 30%;
}
#game .quiz-choice.type2 .wide .list-set .list {
    padding: 8px 0 8px 60px;
}

#game .quiz-choice.type2 .example.sm {
    padding-top: 48px;
}
#game .quiz-choice.type2 .example.sm .list {
    font-size: 31px;
    padding: 5px 0 5px 50px;
}
#game .quiz-choice.type2 .example.sm .list > .one {
    top: 3px;
}
#game .quiz-choice.type2 .image .list-set {
    width: calc(100% - 580px);
}


#game .quiz-choice.type3 .list-con {
    display: table-row;
    height: 100%;
}
#game .quiz-choice.type3 .list-con > div {
    display: table;
    width: 100%;
    height: 100%;
}
#game .quiz-choice.type3 .example {
    display: table-row;
}
#game .quiz-choice.type3 .example > div {
    position: relative;
    border: solid 3px #859ED1;
    border-radius: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#game .quiz-choice.type3 .example > div:before{
    content: '보기';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 90px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 20px;
    background-color: #859ED1;
    text-align: center;
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    line-height: 55px;
}
#game .quiz-choice.type3 .example > div > div {
    margin-left: 88px;
    box-sizing: border-box;
    display: table;
    /* width: 100%; */
    height: 100%;
}

#game .quiz-choice.type3 .example > div > div > div {
    display: table-cell;
    padding: 0 15px 5px;
}
#game .quiz-choice.type3 .example .list {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0 0 50px;
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-size: 35px;
}
#game .quiz-choice.type3 .example .list > .one {
    position: absolute;
    left: 0;
    top: 9px;
    width: 35px;
    height: 35px;
    background-color: #FFA82B;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 28px;
}
#game .quiz-choice.type3 .list-con {
    display: table-row;
    height: 100%;
}
#game .quiz-choice.type3 .list-con .lists {
    display: table-cell;
    height: 100%;
    border-radius: 10px;
    background-color: #E9F1FE;
    vertical-align: middle;
    padding: 20px;
    box-sizing: border-box;
}
#game .quiz-choice.type3 .list-con .list-table {
    display: table;
    width: 100%;
}
#game .quiz-choice.type3 .list-con .list-row {
    display: table-row;
}
#game .quiz-choice.type3 .list-con .list-row .list {
    display: table-cell;
}
#game .quiz-choice.type3 .list-con .list {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0 10px 60px;
    font-family: 'NanumSquareRound';
    font-weight: 500;
    font-size: 40px;
    cursor: pointer;
}
#game .quiz-choice.type3 .list-con .list .num {
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../images/num_bg.png') no-repeat;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: 'yg-jalnan';
    font-size: 35px;
    font-weight: 400;
}
#game .quiz-choice.type3 .list-con .list.active .num {
    background-position-y: -50px;
}
#game .quiz-choice.type3 .list-con .list > .one {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #FFA82B;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 48px;
    vertical-align: middle;
}




#game .quiz-input .input-con {
    display: table-row;
    height: 100%;
}
#game .quiz-input .input-con .input-table {
    display: table;
    width: 100%;
    height: 100%;
}
#game .quiz-input .input-con .image {
    display: table-cell;
    padding-right: 18px;
}
#game .quiz-input .input-con .text-area {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-color: #E9F1FE;
    vertical-align: middle;
    text-align: center;
}
#game .quiz-input .input-con .text-area input {
    width: 579px;
    height: 127px;
    background-color: #fff;
    border: solid 3px #ccc;
    border-radius: 15px;
    text-align: center;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 50px;
}
#game .quiz-input .input-con .text-area .enter-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 101px;
    height: 71px;
    background: url('../images/input_btn.png') no-repeat;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 32px;
    line-height: 71px;
    color: #fff;
    cursor: pointer;
}

#game .quiz-con .effect .x {
    position: absolute;
    left: 420px;
    top: 170px;
    width: 350px;
    height: 358px;
    background: url('../images/x.png') no-repeat;
}
#game .quiz-con .effect .o {
    position: absolute;
    left: 400px;
    top: 150px;
    width: 387px;
    height: 389px;
    background: url('../images/o.png') no-repeat;
}





/* result */
#result {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../images/bg.jpg') no-repeat;
}
#result .top-title {
    position: absolute;
    left: 148px;
    top: 86px;
    width: 1017px;
    height: 190px;
    background: url('../images/result_title.png') no-repeat;
    display: table;
    padding: 0 50px;
    box-sizing: border-box;
}
#result .top-title > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 46px;
    color: #361400;
    text-align: center;
}


#result .modum-con .modum {
    position: absolute;
    width: 332px;
    height: 121px;
    background: url('../images/modum_box.png') no-repeat;
    background-position-y: -121px;
}
#result .modum-con .modum.active {
    animation: flash-ani 0.5s infinite;
}
#result .modum-con .modum .animal {
    position: absolute;
    left: -22px;
    top: -34px;
    width: 197px;
    height: 155px;
}
#result .modum-con .modum .score {
    position: absolute;
    left: 125px;
    top: 30px;
    width: 170px;
    text-align: right;
    color: #37180E;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 55px;
}
#result .modum-con .modum .score > em {
    font-style: normal;
}
#result .modum-con .modum .score > span {
    font-size: 35px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-left: 3px;
}

#result .modum-con .modum1 {
    left: 270px;
    top: 330px;
}
#result .modum-con .modum1 .animal {
    background: url('../images/animal1.png') no-repeat;
}
#result .modum-con .modum2 {
    left: 680px;
    top: 330px;
}
#result .modum-con .modum2 .animal {
    background: url('../images/animal2.png') no-repeat;
}
#result .modum-con .modum3 {
    left: 270px;
    top: 480px;
}
#result .modum-con .modum3 .animal {
    background: url('../images/animal3.png') no-repeat;
}
#result .modum-con .modum4 {
    left: 680px;
    top: 480px;
}
#result .modum-con .modum4 .animal {
    background: url('../images/animal4.png') no-repeat;
}

#result .home-btn {
    position: absolute;
    left: -27px;
    top: 16px;
    width: 123px;
    height: 72px;
    background: url('../images/home_btn.png') no-repeat;
}

#result .replay-btn {
    position: absolute;
    left: 560px;
    top: 645px;
    width: 165px;
    height: 53px;
    background: url('../images/replay_btn.png') no-repeat;
    text-align: center;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    line-height: 50px;
}