.m-main {
    margin: 0 0 0 0;
    padding: 80px 0 0 0;
    /*padding: 0 0 0 0;*/
    background-color: #fff;
    background-image: url(../../img/line.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: contain;
}

.main-container {
    position: relative;
}

.main-wrap {
    height: 100%;
    min-height: 100%;
}

.main-container {
    height: 100%;
    min-height: 100%;
}

.main-trans {
    text-align: left;
    position: absolute;
    top: 170px;
    right: 10%;
    width: 410px;
}

.main-head {
    line-height: 70px;
    height: 210px;
    font-size: 73px;
    font-weight: bold;
    /*text-shadow: -1px 13px 27px rgba(0, 0, 0, 0.23);*/
}

.main-text {
    margin: 10px 0 0 0;
    height: 38px;
    line-height: 38px;
    font-size: 35px;
    font-weight: 300;
    white-space: nowrap;
}

.main-girl-wrap {
    position: relative;
    width: 1500px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}

.main-girl {
    position: absolute;
    height: 100%;
    width: 68%;
    top: 0;
    left: 0;
}

.main-girl .girl {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: url(../../img/girl.png);
    background-repeat: no-repeat;
    /*background-position: 50% 80%;*/
    background-position: 50% 100%;
    background-size: 100%;
}

.main-girl .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: url(../../img/circle.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100%;
}

.main-point {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.48), 0 0 0 9px rgba(255, 255, 255, 0.42), 0 0 0 18px rgba(255, 255, 255, 0.19);
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url(../../img/point.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: box-shadow .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out;
}

.main-point::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: cd-pulse 2.8s infinite;
    -moz-animation: cd-pulse 2.8s infinite;
    animation: cd-pulse 2.8s infinite;
}

.main-point.active {
    margin: -1px 0 0 -1px;
    box-shadow: none;
    width: 34px;
    height: 34px;
    background-image: url(../../img/point-act.png);
}

.main-point.active::after {
    content: initial;
}

.main-point.pn1 {
    top: 5%;
    left: 62%;
}

.main-point.pn2 {
    top: 40%;
    left: 37.5%;
}

.main-point.pn3 {
    top: 78%;
    left: 90%;
}

.point-cont {
    position: absolute;
    z-index: 1;
    width: 310px;
    height: auto;
    top: 45px;
    left: 10px;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.point-cont.act {
    pointer-events: inherit;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.pn1 .point-cont {

}

.pn1 .point-cont-body {
    background-image: none;
    background: rgba(255, 255, 255, 0.85);
}

.pn2 .point-cont {
    top: 45px;
    left: -290px;
}

.pn3 .point-cont {
    top: -250px;
    left: -330px;
}

.point-cont-head {
    position: relative;
    height: 66px;
    line-height: 66px;
    opacity: 0.96;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 30px;
}

.point-cont-head i {
    position: relative;
    top: 6px;
    padding: 0 0 0 3px;
}

.point-cont-head .podr {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    width: 90px;
    font-size: 14px;
    font-weight: bold;
    /*display: inline-block;*/
    text-decoration: none;
    color: #000;
}

.point-cont-head .podr:hover {
    text-decoration: underline;
}

.point-cont-head .podr:active,
.point-cont-head .podr:focus {
    outline: none;
}

.point-cont-body {
    margin: 2px 0 0 0;
    padding: 20px 30px 30px 30px;
    font-size: 15px;
    color: #494949;
    line-height: 28px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.8));
}



/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .m-main {
        padding: 55px 0 0 0;
    }
    .main-girl .girl {
        background-image: url(../../img/girl_half.png);
        background-position: 0 0;
        background-size: contain;
    }
    .main-girl {
        width: 100%;
    }
    .main-girl .circle {
        background-position: 65% 10%;
        background-size: 200%;
    }
    .main-trans {
        right: 0;
        width: auto;
        top: 20%;
    }
    .main-trans.active {
        right: 6%;
    }
    .main-head {
        line-height: 26px;
        height: auto;
        font-size: 26px;
        max-width: 175px;
    }
    .main-text {
        height: auto;
        white-space: normal;
        max-width: 210px;
        font-size: 20px;
        line-height: 24px;
    }
    .active .main-head {
        line-height: 20px;
        display: inline-block;
        height: auto;
        font-size: 18px;
        max-width: 230px;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
    }
    .active .main-text {
        height: auto;
        white-space: normal;
        max-width: 190px;
        font-size: 14px;
        color: #333;
        font-weight: 500;
        line-height: 24px;
        margin: 10px 0 0 0;
    }
    /*-------------------------------------------*/
    .main-point.pn1 {
        top: 2%;
        left: 10%;
    }

    .main-point.pn2 {
        top: 33%;
        left: 12%;
    }

    .main-point.pn3 {
        top: 78%;
        left: 65%;
    }
    .pn2 .point-cont {
        top: 35px;
        left: 30px;
    }
    .pn3 .point-cont {
        top: -300px;
        left: -160px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .main-girl .girl {
        background-image: url(../../img/girl_half.png);
        background-position: 0 0;
        background-size: contain;
    }
    .main-girl {
        width: 100%;
    }
    .main-girl .circle {
        background-position: 0 100%;
        background-size: 120%;
    }
    .main-trans {
        right: 6%;
        width: auto;
        top: 30%;
    }
    .main-head {
        line-height: 40px;
        height: auto;
        font-size: 40px;
        max-width: 280px;
    }
    .main-text {
        height: auto;
        white-space: normal;
        max-width: 280px;
        font-size: 28px;
        line-height: 28px;
    }
    .active .main-head {
        line-height: 20px;
        display: inline-block;
        height: auto;
        font-size: 18px;
        max-width: 280px;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
    }
    .active .main-text {
        height: auto;
        white-space: normal;
        max-width: 280px;
        font-size: 14px;
        color: #333;
        font-weight: 500;
        line-height: 24px;
        margin: 10px 0 0 0;
    }
    /*-------------------------------------------*/
    .main-point.pn1 {
        top: 2%;
        left: 10%;
    }

    .main-point.pn2 {
        top: 33%;
        left: 12%;
    }

    .main-point.pn3 {
        top: 78%;
        left: 40%;
    }
    .pn2 .point-cont {
        top: 35px;
        left: 30px;
    }
    .pn3 .point-cont {
        top: -300px;
        left: -160px;
    }
}

@media (min-width: 768px)  and (max-width: 979px) {
    .main-girl .girl {
        background-image: url(../../img/girl_half.png);
        background-position: 0 0;
        background-size: contain;
    }
    .main-girl {
        width: 100%;
    }
    /*-------------------------------------------*/
    .main-point.pn1 {
        top: 2%;
        left: 10%;
    }

    .main-point.pn2 {
        top: 38%;
        left: 7%;
    }

    .main-point.pn3 {
        top: 78%;
        left: 30%;
    }
    .pn2 .point-cont {
        top: 35px;
        left: 30px;
    }
    .pn3 .point-cont {
        top: -300px;
        left: -160px;
    }
}

@media (min-width: 980px) and (max-width: 1100px) {
    .main-girl {
        width: 98%;
    }
    .main-trans {
        right: 0;
        width: auto;
    }
    .main-head {
        line-height: 40px;
        height: auto;
        font-size: 40px;
        max-width: 280px;
    }
    .main-text {
        height: auto;
        white-space: normal;
        max-width: 280px;
        font-size: 28px;
        line-height: 28px;
    }
}

/*----------------------------------------------------------------------------*/

@media (min-width: 1100px)  and (max-width: 1200px) {
    .main-girl {
        width: 90%;
    }
    .main-trans {
        right: -20px;
        width: auto;
    }
    .main-head {
        line-height: 50px;
        height: auto;
        font-size: 50px;
        max-width: 320px;
    }
    .main-text {
        height: auto;
        white-space: normal;
        max-width: 320px;
    }
}

@media (min-width: 1200px)  and (max-width: 1300px) {
    .main-girl {
        width: 84%;
    }
    .main-trans {
        right: 0;
    }
    .main-head {
        line-height: 60px;
        height: auto;
        font-size: 60px;
    }
    .main-text {
        height: auto;
        white-space: normal;
    }
}

@media (min-width: 1300px)  and (max-width: 1400px) {
    .main-girl {
        width: 78%;
    }
    .main-trans {
        right: 0;
    }
}

/*==============================================================================*/

@media (min-width: 320px)  and (max-width: 1510px) {
    .main-girl-wrap {
        width: 100%;
    }
}

@media (min-width: 1500px)  and (max-width: 4000px) {
    .main-girl-wrap {
        width: 1500px;
    }
}

@media (min-width: 980px)  and (max-width: 4000px) {
    .main-girl .girl {
        background-size: contain;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media (min-height: 320px) and (max-height: 579px) {

}

@media (min-height: 580px) and (max-height: 700px) {
    .main-point.pn3 {
        left: 70%;
    }
}

@media (min-height: 700px) and (max-height: 800px) {
    .main-point.pn3 {
        left: 80%;
    }
}

@media (min-height: 800px) and (max-height: 900px) {
    .main-point.pn3 {
        left: 85%;
    }
}

@media (min-height: 900px) and (max-height: 1000px) {

}

@media (min-height: 1000px) and (max-height: 1200px) {

}








