.intro_info_txt {
    font-size: 18px;
    color: #332311;
    font-family: "triggerR";
    display: block;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
}

#startInit_btn {
    padding-top: 20px;
}

nav.list_nav {
    display: none;
}

.info_txt {
    font-size: 16px;
    color: #784a17;
    font-family: "triggerR";
    display: block;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 20px;
    position: absolute;
}

.info_txt_0 {
    top: 160px;
    left: 651px;
}

.info_txt_1 {
    top: 355px;
    left: 830px;
}

.info_txt_2 {
    top: 139px;
    left: 721px;
    width: 500px;
    right: 170px;
}

.guide_img_0 {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 1280px;
    height: 720px;
    background-image: url(../image/03/page_01/guide_0.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.guide_img_1 {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 1280px;
    height: 720px;
    background-image: url(../image/03/page_01/guide_1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
}

.guide_img_2 {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 1280px;
    height: 720px;
    background-image: url(../image/03/page_01/guide_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
}

.guide_popup {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 10;
}

.wrap_scene {
    display: none;
}

#scene_1 {
    display: block;
}


/* page scene paging Number */

.wrap_scene_paging2 {
    position: absolute;
    right: auto;
    bottom: 20px;
    left: auto;
    z-index: 5;
    display: block;
    text-align: center;
    width: 100%;
}

.wrap_scene_paging2 a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    font-family: "rodong";
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #feb119;
    line-height: 40px;
    letter-spacing: -1px;
    border-radius: 20px;
    margin-left: 8px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.wrap_scene_paging2 a:first-of-type {
    margin-left: 0;
}

.wrap_scene_paging2 a.on,
.wrap_scene_paging2 a:hover {
    background-color: #3865ba;
}

.wrap_func {
    top: 125px;
    right: 150px;
}

.learn_joint {
    width: 611px;
    height: 328px;
    margin: 0 auto;
}

.subject {
    width: 461px;
    height: 159px;
    background: url(../image/03/page_01/page3_obj.png);
    text-align: center;
    padding: 10px 10px;
    margin: 85px auto 0;
}

.subject span {
    font-size: 30px;
    font-family: 'bluewindR';
    letter-spacing: -2px;
}

.item_wrap .item {
    position: absolute;
    width: 127px;
    height: 59px;
    background: #667a9a;
    border-radius: 30px;
    text-align: center;
    top: 182px;
    left: 328px;
    cursor: pointer;
}

.item_wrap .item:nth-child(1) {
    left: 811px;
}

.item_wrap .item:nth-child(2) {
    left: 328px;
}

.item_wrap .item:nth-child(2) {
    top: 317px;
    left: 583px;
}

.item_wrap .item span {
    font-size: 20px;
    line-height: 59px;
    color: #fff;
    font-family: 'bluewindR';
}

.box_wrap {
    position: absolute;
    width: 986px;
    height: 197px;
    top: 405px;
    left: 50%;
    transform: translateX(-50%);
}

.box_wrap .textbox {
    width: 986px;
    height: 197px;
    background-image: url(../image/03/page_01/text_bg.png);
    background-position: center;
    padding: 10px;
    ;
}

.box_wrap .textbox span {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: "Namoo GothicR";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 189px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: -1px;
    line-height: 26px;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pop_close {
    width: 148px;
    height: 46px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/03/page_01/pop_close.png);
    z-index: 5;
}

.item .hand {
    background-image: url(../image/common/ic_hand2.png);
    background-repeat: no-repeat;
    width: 47px;
    height: 54px;
    position: relative;
    top: -30px;
    left: 90px;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: 0.56s ease-in-out;
    transition: 0.56s ease-in-out;
    opacity: 1;
}

.info_txt_1.top {
    top: 90px;
    right: -50px;
}