*{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
}

* {
    box-sizing: border-box;
    font-family: "noto";
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

#container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    visibility: hidden;
}

#wrap {
    /* width: 1920px; */
    width: 2048px;
    height: 1080px;
    position: absolute;
    background-position: center;
    visibility: hidden;
    top: 0;
    overflow: hidden;
}

.contents {
    overflow: hidden;
}

#container {
    background: url('../images/bg2.png') no-repeat;
    background-position: center;
}

#container.intro {
    background: url('../images/bg1.png') no-repeat;
    background-position: center;
}

#wrap.intro {
    background: url('../images/bg1.png') no-repeat;
    background-position: center;
}

.clickContent {
    position: absolute;
    top: 0px;
    left: 0px;
}

.clickContent .clickItem {
    width: 200px;
    height: 200px;
    cursor: pointer;
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
}

.clickContent .clickItem:before {
    display: block;
    content: '';
    width: 88px;
    height: 93px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/clickitem/clickitem.png') center center no-repeat;
}

/* .clickContent .clickItem.ex:before {
    width: 240px;
    height: 124px;
    margin-top: -62px;
    margin-left: -120px;
    background: url('../images/clickitem/exitem.png') no-repeat;
} */

.clickPage .ansbtn,
.clickContent .ansbtn {
    position: absolute;
    width: 244px;
    height: 74px;
    background: url('../images/clickitem/answer_all.png') no-repeat;
    cursor: pointer;
}

.clickContent .ansbtn.re {
    background: url('../images/clickitem/replay.png') no-repeat !important;
}

.pageWrap .prev.dis,
.pageWrap .next.dis{
    pointer-events: none;
}

.pageWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.pageWrap .page {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.pageWrap .page:nth-child(1) {
    display: block;
}

.pageWrap .navigation {
    position: absolute;
    top: 0;
    left: 0;
}

.pageWrap .prev {
    position: absolute;
    background: url('../images/naviitem/btn.png') no-repeat;
    transform: rotate(180deg);
    width: 73px;
    height: 145px;
    left: 30px;
    top: 517px;
    cursor: pointer;
}

.pageWrap .prev.dis {
    background: url('../images/naviitem/btn_dis.png') no-repeat;
    transform: rotate(0deg);
    cursor: auto;
}

.pageWrap .next {
    position: absolute;
    background: url('../images/naviitem/btn.png') no-repeat;
    transform: rotate(0deg);
    width: 73px;
    height: 145px;
    left: 1818px;
    top: 517px;
    cursor: pointer;
}

.pageWrap .next.dis {
    background: url('../images/naviitem/btn_dis.png') no-repeat;
    transform: rotate(180deg);
    cursor: auto;
}

.pageWrap .pageing {
    background: #5fcbd6 url('../images/naviitem/navi.png') center no-repeat;
    position: absolute;
    top: 1017px;
    height: 64px;
    cursor: auto;
}

/* .pageWrap .pageing:before {
    content: '';
    display: block;
    background: url('../images/naviitem/navi.png') left no-repeat;
    position: absolute;
    width: 35px;
    height: 55px;
    left: -34px;
}

.pageWrap .pageing:after {
    content: '';
    display: block;
    background: url('../images/naviitem/navi.png') right no-repeat;
    position: absolute;
    width: 35px;
    height: 55px;
    right: -34px;
} */

.pageWrap .pageing .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin: 20px 30px;
    float: left;
    margin-left: 0;
    cursor: pointer;
}

.pageWrap .pageing .dot.on {
    background: #fbb03b;
    cursor: auto;
}

.pageWrap .pageing .dot:first-child {
    margin-left: 30px;
}

.dragArea .dragItem {
    font-size: 70px;
    text-align: center;
    width: 800px;
    background: #fdbb38;
    border-radius: 20px;
}

.dragContents .ansbtn {
    top: 967px;
    left: 1530px;
}

.dragContents .ansbtn {
    position: absolute;
    width: 326px;
    height: 84px;
    background: url('../images/dragitem/answer.png') no-repeat;
    cursor: pointer;
}

.dragContents .ansbtn.re {
    background: url('../images/dragitem/rebtn.png') no-repeat;
}

.aniPage .close {
    top: 0px;
    right: 0px;
    background: url('../images/aniitem/close.png') no-repeat;
    width: 97px;
    height: 97px;
    position: absolute;
    cursor: pointer;
}

.videoPage .video {
    top: 230px;
    left: 320px;
    background: url(../images/video.png) no-repeat;
    width: 1281px;
    height: 795px;
    position: absolute;
}

.writePage textarea {
    font-size: 80px;
    color: #333;
    border: none;
    line-height: 1.8;
}

.writePage textarea::placeholder {
    color: #ccc;
}

.helpWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.helpWrap .helpbtn {
    background: url(../images/helpitem/helpbtn.png) no-repeat;
    width: 450px;
    height: 140px;
    margin-left: -225px;
    position: absolute;
    left: 960px;
    top: -108px;
    cursor: pointer;
}

.helpWrap .con {
    width: 1820px;
    position: absolute;
    border: 6px solid #c0c0c0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    top: -1px;
    left: 50px;
    border-bottom: 0;
    background: #fff;
    padding: 25px 50px;
    font-size: 50px;
}

.helpWrap .close {
    top: -30px;
    right: 20px;
    background: url(../images/helpitem/close.png) no-repeat;
    width: 112px;
    height: 112px;
    position: absolute;
    cursor: pointer;
    display: none;
}


/*모션*/
.boy1 {
    width: 270px;
    height: 450px;
    background: url('../images/motion/boy1_270_25.png') no-repeat;

}

.boy1.motion {
    animation: cani 2s steps(25);
}

.boy2 {
    width: 270px;
    height: 450px;
    background: url('../images/motion/boy2_270_25.png') no-repeat;
}

.boy2.motion {
    animation: cani 2s steps(25);
}

.girl1 {
    width: 270px;
    height: 450px;
    background: url('../images/motion/girl1_270_25.png') no-repeat;
}

.girl1.motion {
    animation: cani 2s steps(25);
}

.girl2 {
    width: 270px;
    height: 450px;
    background: url('../images/motion/girl2_270_25.png') no-repeat;
    animation: cani 2s steps(25);
}

.girl2.motion {
    animation: cani 2s steps(25);
}

.to {
    width: 400px;
    height: 450px;
    background: url('../images/motion/to_400_40_2.png') no-repeat;
}

.to.motion {
    animation: toani2 4s steps(39);
    animation-fill-mode: both;
    animation-delay: 1s;
    transform: rotate(0.001deg);
}

.stamp {
    width: 800px;
    height: 1000px;
    background: url('../images/motion/stamp_800_22.png') no-repeat;
    animation: stani 2s steps(25);
    position: absolute;
    top: 0px;
    left: 1470px;
}

.item.st {
    width: 390px;
    height: 390px;
    position: absolute;
    top: 620px;
    left: 1470px;
    display: none;
}

.item.st1 {
    background: url('../images/motion/stamp01.png') center center no-repeat;
}

.item.st2 {
    background: url('../images/motion/stamp02.png') center center no-repeat;
}

.item.st3 {
    background: url('../images/motion/stamp03.png') center center no-repeat;
}

.item.st4 {
    background: url('../images/motion/stamp04.png') center center no-repeat;
}

.item.st5 {
    background: url('../images/motion/stamp05.png') center center no-repeat;
}

.item.st6 {
    background: url('../images/motion/stamp06.png') center center no-repeat;
}

.item.st7 {
    background: url('../images/motion/stamp07.png') center center no-repeat;
}

.item.st8 {
    background: url('../images/motion/stamp08.png') center center no-repeat;
}

@keyframes cani {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: -6750px;
    }
}

@keyframes toani {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: -17600px;
    }
}

@keyframes toani2 {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: -15600px;
    }
}


@keyframes stani {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: -20000px;
    }
}

.hideImage {
    position: absolute;
    top: 999999px;
}

.bounce2 {
    animation-name: bounce2;
    -webkit-animation-name: bounce2;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes bounce2 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }


    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.triangletool {
    width: 148px;
    height: 117px;
    background: url(../images/toolitem/triangle_tool_off.png) 0 0 no-repeat;
    position: absolute;
    /* top: 271px;
    right: 59px; */
    top: 165px;
    right: 0;
    cursor: pointer;
}

.triangletool.on {
    width: auto;
    height: 119px;
    background: url('../images/toolitem/triangle_tool_on.png') 0 0 no-repeat;
    position: absolute;
    top: 271px;
    right: 59px;
    cursor: auto;
    padding-left: 55px;
    padding-right: 25px;
}

.triangletool.tools.on {
    width: auto;
    height: 119px;
    background: url('../images/toolitem/tools_on.png') left top no-repeat;
    position: absolute;
    /* top: 271px; */
    top: 165px;
    right: 0px;
    cursor: auto;
    padding-left: 55px;
    padding-right: 25px;
}

.triangletool div {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.triangletool.on .close {
    display: block;
    width: 46px;
    height: 118px;
    position: absolute;
    top: -10px;
    left: -10px;
    pointer-events: all;
    cursor: pointer;
}

.triangletool.on .triangle1 {
    width: 100px;
    height: 100px;
    cursor: pointer;
    background: #fff url('../images/toolitem/ja1.png') center center no-repeat;
    background-size: 100%;
}

.triangletool.on .triangle1.on {
    background: #fff url('../images/toolitem/dot3.png') center center no-repeat;
}

.triangletool.on .triangle2 {
    width: 170px;
    height: 100px;
    cursor: pointer;
    background: #fff url('../images/toolitem/ja2.png') center center no-repeat;
    background-size: 100%;
}

.triangletool.on .triangle2.on {
    background: #fff url('../images/toolitem/dot4.png') center center no-repeat;
}

.triangletool.on .angle {
    width: 161px;
    height: 100px;
    cursor: pointer;
    background: #fff url('../images/toolitem/angle.png') center center no-repeat;
    background-size: 100%;
}

.triangletool.on .angle.on {
    background: #fff url('../images/toolitem/dot5.png') center center no-repeat;
}

.triangletool.on .ja {
    width: 163px;
    height: 100px;
    cursor: pointer;
    background: #fff url('../images/toolitem/ja5.png') center center no-repeat;
    background-size: 100%;
}

.triangletool.on .ja.on {
    background: #fff url('../images/toolitem/dot2.png') center center no-repeat;
}

.triangletool.on .cir {
    width: 77px;
    height: 77px;
    cursor: pointer;
    background: #fff url('../images/toolitem/cirs.png') center center no-repeat;
    background-size: 100%;
    margin-top: 20px;
    margin-left: 15px;

}
.triangletool.on .cir.on{
    background: #fff url('../images/toolitem/cirs_on.png') center center no-repeat;
}

.finish_btn {
    cursor: pointer;
}

#container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    visibility: hidden;
    background: black;
}

.clickContent.turn .clickItem:before {
    display: none;
    content: '';
    width: 142px;
    height: 143px;
    margin-top: -72px;
    margin-left: -71px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/clickitem/clickitem.png') no-repeat;
}

.clickContent.turn .clickItem.turn:before {
    display: block;
    content: '';
    width: 142px;
    height: 143px;
    margin-top: -72px;
    margin-left: -71px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/clickitem/clickitem.png') no-repeat;
}

#container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    visibility: hidden;
    background: black;
}

.clickContent.turn .clickItem:before {
    display: none;
    content: '';
    width: 142px;
    height: 143px;
    margin-top: -72px;
    margin-left: -71px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/clickitem/clickitem.png') no-repeat;
}

.clickContent.turn .clickItem.turn:before {
    display: block;
    content: '';
    width: 142px;
    height: 143px;
    margin-top: -72px;
    margin-left: -71px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/clickitem/clickitem.png') no-repeat;
}

.map{
    background: url(../images/zoomitem/map1.png) center center no-repeat;
}

.map .innerbtn{
    width: 80px;
    height: 50px;
    position: absolute;
    top: 510px;
    left: 330px;
    cursor: pointer;
}

/*맵 축소 확대*/
.mapWrap{
    position: absolute;
}

.mapWrap .mapbtn{
    position: absolute;
    width: 77px;
    height: 227px;
    top: 0;
    left: 0;
    background: url(../images/zoomitem/mapcontrol.png) center center no-repeat;
}

.mapWrap .mapbtn div{
    width: 100%;
    text-align: center;
    height: 77px;
    line-height: 77px;
    user-select: none;
}

.mapWrap .mapbox{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: 3px solid #aaa;
    left: 107px;
    top: -40px;
}

.mapWrap .mapbox .map{
    width: 100%;
    height: 100%;

    transform: scale(1.0) translate(0px, 0px);
    transition: transform 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}



/**210525 확인문제 css추가**/

/***/
@keyframes finger_ani {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*20221031 KSY 추가*/
.full_guide {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: none; */
    position: absolute;
    /* background: url(../images/page000/full.png) 0 0 no-repeat; */
    pointer-events: none;
    opacity: 0.5;
    z-index: 999;
}
  
.needsBtn {
    width: 278px;
    height: 96px;
    background: url(../images/clickitem/needsBtn.png) 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
}

.needsBtn.on {
    background: url(../images/clickitem/needsBtn_on.png) 0 0 no-repeat;
}

.needsBtn.small {
    width: 201px;
    height: 68px;
    background: url(../images/clickitem/needsBtn_s.png) 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
}

.needsBtn.small.on {
    background: url(../images/clickitem/needsBtn_on_s.png) 0 0 no-repeat;
}

.effBtn {
    width: 227px;
    height: 59px;
    background: url(../images/clickitem/effect_on.png) 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
}

.effBtn.on {
    background: url(../images/clickitem/effect_off.png) 0 0 no-repeat;
}

.thinkBtn {
    width: 254px;
    height: 44px;
    background: url(../images/clickitem/thinkBtn.png) 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
}

.thinkBtn.on {
    background: url(../images/clickitem/thinkBtn_on.png) 0 0 no-repeat;
}

.popBtn {
    width: 82px;
    height: 86px;
    position: absolute;
    cursor: pointer;
}

.pop {
    position: absolute;
    z-index: 10;
}

.pop .close,
.pop .closeBtn {
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 22px;
    right: 25px;
}

.pop .closeBtn {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 25px;
    top: 22px;
}

.chrBtn {
    width: 128px;
    height: 129px;
    background: url(../images/clickitem/chrBtn.png) 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
}

.chrBtn.on {
    background: url(../images/clickitem/chrBtn_on.png) 0 0 no-repeat;
}

.chrBtn2 {
    width: 146px;
    height: 146px;
    background: url(../images/clickitem/chrBtn2.png) 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
}

.chrBtn2.on {
    background: url(../images/clickitem/chrBtn2_on.png) 0 0 no-repeat;
}

.chrBtn3 {
    width: 129px;
    height: 89px;
    background: url(../images/clickitem/chrBtn3.png) 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
}

.chrBtn3.on {
    background: url(../images/clickitem/chrBtn3_on.png) 0 0 no-repeat;
}

.chrBtn4 {
    width: 123px;
    height: 81px;
    background: url(../images/clickitem/chrBtn4.png) 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
}

.chrBtn4.on {
    background: url(../images/clickitem/chrBtn4_on.png) 0 0 no-repeat;
}

.markWrap {
    position: absolute;
    top: 0px;
    left: 0px;
}

.markWrap .mark {
    width: 58px;
    height: 61px;
    position: absolute;
    background: url(../images/clickitem/mark.png) 0 0 no-repeat;
    display: none;
}

.wordBtn {
    width: 60px;
    height: 235px;
    background: url(../images/clickitem/wordBtn.png) 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
    top: 166px;
    left: 1988px;
}

.wordPop {
    position: absolute;
    top: 166px;
    left: 2070px;
    transition: left 0.5s linear, right 0.5s linear;
    z-index: 11;
}

.wordPop .close {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 13px;
    right: 12px;
    cursor: pointer;
}

.wordPop .clickContent .clickItem {
    width: 50px !important;
    height: 50px !important;
    background: none !important;
    top: 44px !important;
    left: 88px !important;
}

.wordPop .clickContent .ansbtn {
    display: none !important;
}

.wordPop .markWrap .mark {
    width: 49px !important;
    height: 52px !important;
    position: absolute;
    top: 36px !important;
    left: 95px !important;
    background: url(../images/clickitem/wordmark.png) 0 0 no-repeat !important;
    display: none;
}

.wordPop .clickContent .clickItem::before {
    content: none;
}

.math_I {
    width: 244px;
    height: 74px;
    position: absolute;
    top: 984px;
    left: 1762px;
    background: url(../images/clickitem/math_I.png) 0 0 no-repeat;
    cursor: pointer;
}

.choBtn {
    width: 245px;
    height: 74px;
    background: url(../images/clickitem/choBtn.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 983px;
    left: 1499px;
    cursor: pointer;
}

.choBtn.re {
    background: url(../images/clickitem/choBtn_on.png) no-repeat;
    background-size: 100%;
}

.clickItem.cho::before {
    display: none;
}

/* .setContent li.on {
    pointer-events: none;
} */

.homeBtn {
    width: 148px;
    height: 92px;
    position: absolute;
    top: 28px;
    left: 54px;
    cursor: pointer;
}

.exBtn {
    width: 91px;
    height: 74px;
    position: absolute;
    cursor: pointer;
    background: url(../images/clickitem/exBtn.png) 0 0 no-repeat;
}

.exBtn.on {
    background: url(../images/clickitem/exBtn_on.png) 0 0 no-repeat;
}

.toolBtn {
    width: 325px;
    height: 82px;
    position: absolute;
    cursor: pointer;
}

.toolpop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
    background: rgba(0,0,0,0.8) url(../images/clickitem/toolpop.png) 0 0 no-repeat;
    /* display: none; */
}

.toolpop .close {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 21px;
    right: 24px;
    cursor: pointer;
}