#screen_1 .white_box {
    top: 263px;
    left: 850px;
    width: 800px;
    height: 665px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    position: absolute;
}

#screen_1 .white_box .text {
    top: 84px;
    left: 106px;
    width: 641px;
    height: 398px;
    text-align: left;
    color: #323F4A;
    position: absolute;
    font-size: 22px;
}

#screen_1 .white_box .text span {
    font-family: 'Minion_regular_italic';
    font-size: 22px;
	font-style: italic;
}

#screen_1 .white_box .bottom_text {
    bottom: 155px;
    left: 110px;
    width: 637px;
    height: 47px;
    text-align: left;
    font: normal normal normal 18px/24px Imago_regular;
    color: #545F68;
    position: absolute;
    border-top: 1px solid #c4c4c4;
    padding-top: 20px;
}

#screen_1 .white_box .blue_box {
    top: -90px;
    left: 0px;
    width: 137px;
    height: 137px;
    background: rgba(100, 204, 201, 0.5);
    position: absolute;
    right: 0px;
    margin: 0px auto;
}

#screen_1 .img_box {
    top: 312px;
    left: 340px;
    width: 568px;
    height: 677px;
    background: url('../assets/images/02_intro_3.png');
    position: absolute;
    background-size: 100%;
}

#screen_1 .img_box_line {
    top: 311px;
    left: 317px;
    width: 23px;
    height: 569px;
    background: var(--unnamed-color-435363) 0% 0% no-repeat padding-box;
    background: #435363 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    position: absolute;
}