.first_view .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 60% 50%;
    background-size: cover;
}

@media screen and (max-width: 599px) {
    .fv_text_outside .page_title .content {
        height: 257px;
    }
}

.reading .reading_box:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/reading_01.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.reading .reading_box:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/reading_02.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.reading .reading_box:nth-of-type(3) .photo .photo_container {
    background-image: url("../img/reading_03.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.reading .reading_box:nth-of-type(4) .photo .photo_container {
    background-image: url("../img/reading_04.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.reading .reading_box:nth-of-type(5) .photo .photo_container {
    background-image: url("../img/reading_05.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.chart .graph .main_field .main svg .polyline {
    stroke-dasharray: 968;
    stroke-dashoffset: 968;
}
.chart .graph .main_field .main .point.point_1 {
    left: 10%;
    top: 27.2727272727%;
}
.chart .graph .main_field .main .point.point_2 {
    left: 15%;
    top: 22.7272727273%;
}
.chart .graph .main_field .main .point.point_3 {
    left: 30%;
    top: 45.4545454545%;
}
.chart .graph .main_field .main .point.point_4 {
    left: 35%;
    top: 18.1818181818%;
}
.chart .graph .main_field .main .point.point_5 {
    left: 60%;
    top: 13.6363636364%;
}
.chart .graph .main_field .main .point.point_6 {
    left: 85%;
    top: 36.3636363636%;
}
.chart .graph .main_field .main .point.point_7 {
    left: 95%;
    top: 13.6363636364%;
}
.chart .graph .main_field .main.effect_fadeIn_start svg .polyline {
    -webkit-animation: polylineAnimation cubic-bezier(0.33, 1, 0.68, 1) 2.5s 1s both;
            animation: polylineAnimation cubic-bezier(0.33, 1, 0.68, 1) 2.5s 1s both;
}

@-webkit-keyframes polylineAnimation {
    from {
        stroke-dashoffset: 968;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes polylineAnimation {
    from {
        stroke-dashoffset: 968;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.photo_large .photo_container {
    background-image: url("../img/end.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */