﻿
 /*Animation Canvas*/
        #animation_canvas {
            position: relative;
            width: 1200px;
            height: 625px;
            margin-top:0px;
            overflow:hidden;
        }

        /*Slider Pannel*/
        .slider_pannel {
            width: 10800px;
            height: 625px;
            position: relative;
            /*margin-left:-6px;*/		
        }

        .slider_image{float:left; width:1200px; background-color:#efefef;}

        /*Slider text Pannel*/
        .slider_text_pannel {
            /*background: orange;*/
            top:200px;
            left:50%;
			margin-left:200px;
            width: 300px;
            height: 100px;
            position: absolute;
        }

        .slider_text {
            width: 300px;
            height: 100px;
            position: absolute;
			display: none;
			font-family: 'roboto', '나눔고딕', '돋움', 'Malgun Gothic';
			color:#fff;
			font-size:24px;
        }
