
header{
    position: fixed !important;
    top: 0;
}


/* * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * */

#W_ABOUT{
    overflow: hidden; 
    position: relative; 
    left: 0; top: 0; 
    height: 100%; 
    z-index:9; 
    background-color: #fff;
    padding-top: 126px;
        
}



#W_ABOUT .WA_cnt{
    position:relative; 
    height:100%; 
    overflow:hidden; 
    z-index:3;
}
#W_ABOUT .WA_cnt >li{
    width:100%; height:100%;
    position:absolute; 
    left:0; top:100%; 
    overflow:hidden;  
    z-index:1;
    font-weight: 200;
}
#W_ABOUT .WA_cnt >li .cont{
    width: 100%; height:100%; 
    position:relative; 
    left:0; top:0%;
    background: #000;
}
#W_ABOUT .WA_cnt >li .cont .WAcnt_Wrap{
    position: absolute;
    top: 0; bottom: 0; left: 50%;
    transform: translate(-50%,0);
    width: 1200px; height: 100%;
    max-width: 1200px;
    z-index: 5;
}
@media screen and (max-width: 1200px){
    #W_ABOUT .WA_cnt >li .cont .WAcnt_Wrap{
        left: 0%;
    transform: translate(0,0);
    }
}
#W_ABOUT .WA_cnt >li .cont .bg{
    width:100%; height:100%;
    position:absolute; 
    left:0%; top:0%; 
    z-index:1; 
    transition-delay:0.5s; 
    transition-duration:3s; 
    transition-timing-function: ease-out;
}
#W_ABOUT .WA_cnt >li .cont .bg1{
    width:100%; 
    position:absolute;
    left:0%; bottom:0 ; 
    z-index:1;
}

/* * * section0 - 백그라운드 STYLE * * */
#W_ABOUT .WA_cnt >li.section0{
    top:0px !important;
}
/*  백그라운드 스타일 ver.1
#W_ABOUT .WA_cnt >li.section0 .bg{
    background: url(../img/7academy/about_bg_0.jpg);

    background-image: url(../img/7academy/about_bg_0.svg), linear-gradient(45deg, #65799b 5%,#5e2563);
    
    
    background-size:cover;
    
	animation: fadein 3s;
    -moz-animation: fadein 3s;
    -webkit-animation: fadein 3s; 
    -o-animation: fadein 3s;
}*/
/*  백그라운드 스타일 ver.2 */
#W_ABOUT .WA_cnt >li.section0 .cont{    
    background: linear-gradient(45deg, #65799b, #4E1C51, #c22b34, #f2d50f);
	background-size: 400% 400%;
    
	animation: fadein 3s;
	animation: gradient 10s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#W_ABOUT .WA_cnt >li.section0 .bg{    
    background-image: url(../img/7academy/about_bg_0.svg);
	background-size: cover;
    
}
#W_ABOUT .WA_cnt >li.active.section0{
	animation: fadein 3s;
    -moz-animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -o-animation: fadein 3s;
}
/* - star animation - */
.full_intro {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 5;
}
.star-animation{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* */

/* * section0 - 컨텐츠 STYLE * */
#W_ABOUT .WA_cnt >li .cont .sub_title{
    width:100%; 
    position:absolute; 
    
    left:0%; top: 30%;
    text-align: center;
    z-index:2;   
}

/* section0 - 타이틀 STYLE */
.sub_title.WA_title{
    text-align: center;
    position: relative;
}
.sub_title .WA_title>p{
    display: inline-block;
    padding: 0 30px;
    
    color:#fff; 
    font-family: 'GmarketSansBold';
    font-size: 48px; 
    font-weight: 500; 
    line-height: 60px;
    position: relative;
} 
.sub_title .WA_title>p:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/basic/QUOTE1_wh.svg);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sub_title .WA_title>p:after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/basic/QUOTE2_wh.svg);
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

/* section0 - 서브타이틀 STYLE */
.sub_title .WA_subtit>p{    
    color:#fff; 
    font-size: 24px; 
    font-weight: 300; 
    line-height: 40px;
    position: relative;
    margin-top: 50px;
} 
.sub_title .WA_subtit>p.sub2{
    margin-top: 50px;
    font-size: 16px;
}
/* section0 - 스크롤 에니메이션 STYLE */
#W_ABOUT .WA_cnt >li .cont .sub_sc{
    width: 100%; 
    position: absolute; 
    
    left: 0%; bottom: 35px;
    text-align: center;
    z-index: 2;   
}
.scroll{
    display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255,255,255,.6);
	border-radius: 50%;
	position: relative;
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;
}
.scroll:before {
		content: '';
		position: absolute;
		top: 8px;
		left: 11px;
		width: 12px;
		height: 12px;
		border-left: 2px solid rgba(255,255,255,.6);
  	    border-bottom: 2px solid rgba(255,255,255,.6);
		transform: rotate(-45deg);
}

/* */


/* * * section 0 - 2 공통 STYLLE * * */
#W_ABOUT .WA_cnt >li .cont .sub_summary{
    width:100%; 
    position:absolute; 
    z-index:2; 
    color:#fff; 
    line-height:40px; 
    opacity:0;
}
#W_ABOUT .WA_cnt >li.active .cont .bg{
    left:0; top:0; 
    width:100%; height:100%;
}
#W_ABOUT .WA_cnt >li.active{
    z-index:9
}



/* * * section 1 - 백그라운드 STYLE * * */
#W_ABOUT .WA_cnt >li.active .cont .bg1{
    left:0; bottom:0;
    width:100%;
}
#W_ABOUT .WA_cnt >li.section1 .bg{
    background: url(../img/7academy/about_bg_1.jpg) 50% 0 no-repeat;
    background: linear-gradient(180deg, #fd998b, #dfe7e6); 
}

/* section1 - 타이틀 STYLE */
#W_ABOUT .WA_cnt >li.section1 .cont .sub_summary{
    left:45%; top: 27%;
    margin-top: 50px;
}
#W_ABOUT .WA_cnt >li.section1 .cont .sub_summary .WA_title{
    position: relative;
}
#W_ABOUT .WA_cnt >li.section1 .cont .sub_summary .WA_title>p{
    display: inline-block;
    padding: 10px 110px 0 30px;
    
    color: #333; 
    font-size: 30px;
    font-family: 'GmarketSansBold';
    font-weight: 900;
    line-height: 40px;
    position: relative;
} 
#W_ABOUT .WA_cnt >li.section1 .cont .sub_summary .WA_title>p>span{
    display: block;
    position: absolute;
    top: 55px; left: 150px;
    
    color:#333; 
    font-family: 'GmarketSansBold';
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
}
#W_ABOUT .WA_cnt >li.section1 .cont .sub_summary .WA_title>p:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/basic/QUOTE1_gr.svg);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#W_ABOUT .WA_cnt >li.section1 .cont .sub_summary .WA_title>p:after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/basic/QUOTE2_gr.svg);
    background-size: 100%;
    position: absolute;
    top: 40px;
    right: 0;
}

/* section1 - 이미지 STYLE */
#W_ABOUT .WA_cnt >li.section1 .cont .sub_summary.sec{
    left:0%; top: 25%;
    margin-top: 50px;
    width: 500px; height: 400px;
    background: #fff;
    border-radius: 0 70px 0 70px;
    overflow: hidden;
    box-shadow: 7px 7px 20px rgba(255,255,255,.3);
}

/* section1 - 텍스트 STYLE */
#W_ABOUT .WA_cnt >li.section1 .cont .sub_summary.thd{
    left:70%; top: 36%;
    width: 660px;
}
#W_ABOUT .WA_cnt >li .cont .sub_summary .WA_txt{
    padding: 0 20px;
}
#W_ABOUT .WA_cnt >li .cont .sub_summary .WA_txt>p{
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}
#W_ABOUT .WA_cnt >li .cont .sub_summary .WA_txt>p.txt1{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px; 
}
#W_ABOUT .WA_cnt >li .cont .sub_summary .WA_txt>p.txt1 .tpoint{
    display: inline-block;
    font-weight: 700;
    color: #ef5439;
}
#W_ABOUT .WA_cnt >li .cont .sub_summary .WA_txt>p.txt2{
    color: #555;
}
#W_ABOUT .WA_cnt >li .cont .sub_summary .WA_txt>p.txt3{
    text-align: right;
    font-size: 14px;
    margin-top: 30px;
    color: #555;
}


/* * * section 2 - 백그라운드 STYLE * * */
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary{
    left:0%; top:22%;
    margin-top: 50px;
}
#W_ABOUT .WA_cnt >li.section2 .bg{
    background: url(../img/7academy/about_bg_2.jpg) 50% 0 no-repeat;
}

/* section2 - 타이틀 STYLE */
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary .WA_title{
    text-align: center;
    position: relative;
}
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary .WA_title>p{
    display: inline-block;
    padding: 0 30px;
    
    color: #fff; 
    font-family: 'GmarketSansBold';
    font-size: 48px; 
    font-weight: 500; 
    line-height: 60px;
    position: relative;
} 
/* section2 - 텍스트 STYLE */
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec{
    left:0%; top: 32%;
    margin-top: 50px;
    width: 100%; height: 260px;
}
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .WA_txt{
    text-align: center;
    margin-bottom: 40px;
}
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .WA_txt>p{
    color: #ddd;
}

/* section2 - 박스 STYLE */
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap{
    width: 100%; height: 300px;
    display: flex;
}
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list{
    width: 20%; height: 260px;
    background: rgba(0,0,0,.4);
    border: 2px solid #fff;
    border-radius: 30px 0 30px 0;
    padding: 40px 20px;
    margin: 20px 0;
    margin-right: 30px;
}
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list:last-child{
    margin-right: 0;
}

#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list .WA_list_Icn{
    width: 100%; height: 120px;
    text-align: center;
}
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list .WA_list_Icn>img{
    width: 80px;
    padding-top: 5px;
}
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list.box2 .WA_list_Icn>img{
    width: 90px;
}
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list .WA_list_Txt{
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

/* section2 박스list 애니메이션:before STYLE */
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list.box1, 
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list.box2, 
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list.box3, 
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list.box4, 
#W_ABOUT .WA_cnt >li.section2 .cont .sub_summary.sec .boxWrap .WA_list.box5{
    margin-top: 100px;
    opacity: 0;    
}



/* * * full-page "PAGINATE" STYLE * * */
#W_ABOUT .pagination{
    position: fixed; 
    top: 50%; right: 120px; 
    z-index: 9;
}
#W_ABOUT .pagination ul li{
    background: #eee;
    width: 9px; height: 9px;
    margin-bottom: 30px;
    padding-top: 3px;
    border-radius: 50%;
    position: relative; 
    cursor: pointer;
}
#W_ABOUT .pagination ul li:last-child{
    height: 9px;
}
#W_ABOUT .pagination .dot{
    background-color: #ff7800; 
    width: 15px; height: 15px; 
    border-radius: 50px; 
    position: absolute; 
    left: -3px; top: -5px;
}



/* * * full-page "animatino Keyframes" STYLE * * */
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein { 
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein { 
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}
@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}





.simply-scroll-container {
	position: relative;
}

.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
    padding: 0;
	margin: 0;
	list-style: none;
}
	
	
	

.simply-scroll { 
	width: 100%; height: 320px;
	margin-bottom: 0;
}

.simply-scroll .simply-scroll-clip {
    width: 100%; height: 320px;
}
	

		
.simply-scroll .simply-scroll-list li {
    float: left;
	width: 2550px; height: 320px;
}














