﻿html,body {background-color: #FFCA1C;}
#container, #wrapper {width:100%; height:100%; background-color: #FFCA1C; position: relative;}
.cont-wrap {width: 100%; /* height: 100%; */ text-align: center; position: absolute; top: 50%; left: 0; margin-top: -44vh; background-color: #FFCA1C;}
.cont-wrap .cont-title {padding-top:6vh; font-size:4.3vh}
.cont-wrap .cont-info {font-size:1.8vh; line-height: 2.8vh;}
.cont-wrap .cont-info.parent-ready {margin: 8vh 0px;}

.cont-wrap .img-section {text-align: center; margin-top: 2vh; margin-bottom: 1.5vh;}
.cont-wrap .img-section img {display:block;}
.cont-wrap .img-section img:nth-child(1) {width:35vh; margin:auto;}
.cont-wrap .img-section img:nth-child(2) {width:6vh; margin:auto; margin-top:1.5vh;}


.go-child-test {display: inline-block; border-radius: 50px; margin-top: 4vh;}
.go-child-test .btn-title {font-size: 3vh; display: inline-block; padding: 1.5vh 11vh 1.5vh 6vh; background-image: url(../img/common/go_arrow.png); background-repeat: no-repeat; background-size: 6vh; background-position: right 4vh top 0.2vh;}

@media(max-width:650px) {
    .cont-wrap {width: 100%; height: auto; text-align: center; margin-top: -43vh; top:50%;}
    .cont-wrap .cont-info.parent-ready {margin:6vh 0;}

    .go-child-test {display: inline-block; border-radius: 50px; margin-top: 4vh;}
    .go-child-test .btn-title {font-size: 3.5vh; display: inline-block; padding: 1.5vh 11vh 1.5vh 6vh; background-image: url(../img/common/go_arrow.png); background-repeat: no-repeat; background-size: 6vh; background-position: right 4vh top 1.2vh;}
}