.pop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.pop.on {
z-index: 999999;
opacity: 1;
}
#pop01 {
    cursor: pointer;
    background-color: #0000003e;
}
#pop01 .close {
    position: absolute;
    top:29px;
    right:30px;
    cursor: pointer;
}
#pop01 .alert{
    z-index: 10;
}

#pop01 .alert .icon1{
    position: absolute;
    top:489px;
    left:1070px;
    display: flex;
    flex-direction:row-reverse;
    animation: icon 2.5s linear infinite;
}
@keyframes icon {
    100% {
        transform: translateX(-140px);
    }
}

#pop01 .alert .line1{
    position: absolute;
    top:579px;
    right:708px;
}
#pop01 .alert .txt{
    position: absolute;
    top:601px;
    right:731px;
}
#pop01 .alert .line2{
    position: absolute;
    top:464px;
    right:558px;
}

#pop02.on{
    background-color: rgba(0, 0, 0, 0.612);
}
#pop02 .order{
    position: absolute;
    top:39px;
    left:696px;
    opacity: 0;
}
#pop02 .order.on{
    position: absolute;
    top:39px;
    left:696px;
    opacity: 1;
}
#pop02 .close{
    position: absolute;
    top:884px;
    left:693px;
    width:574px;
    height: 65px;
    opacity: 1;
    cursor: pointer;
}




.startPoint{
    width: 100px;
    height: 100px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 899998989;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.startPoint img{ width: 100%;}

#section01{
    width:100vw;
    height: 100vh;
    background: url(../img/sub/bg.png);
}

#section01 .txt1{
    position: absolute;
    top:212px;
    left:125px;
}
#section01 .txt2{
    position: absolute;
    top:427px;
    left:151px;
}
#section01 .txt3{
    position: absolute;
    top:642px;
    left:167px;
}
#section01 .txt4{
    position: absolute;
    top:700px;
    left:167px;
}
#section01 .btn{
    position: absolute;
    top:757px;
    left:163px;
    cursor: pointer;
}
#section01 .ph{
    position: absolute;
    top:91px;
    left:609px;
}
#section01 .bg2{
    position: absolute;
    top:57px;
    right:187px;
}

.content1 .tittle{
    position: absolute;
    top:99px;
    right:319px;
}
.content1 .st1{
    position: absolute;
    top:244px;
    right:578px;
}
.content1 .st2{
    position: absolute;
    top:305px;
    right:443px;
}
.content1 .st3{
    position: absolute;
    top:283px;
    right:258px;
}
.content1 .st4{
    position: absolute;
    top:471px;
    right:567px;
}
.content1 .st5{
    position: absolute;
    top:486px;
    right:334px;
}
.content1 .st6{
    position: absolute;
    top:512px;
    right:293px;
}
.content1 .st7{
    position: absolute;
    top:720px;
    right:564px;
}
.content1 .st8{
    position: absolute;
    top:710px;
    right:439px;
}
.content1 .st9{
    position: absolute;
    top:668px;
    right:247px;
}

