
/* * * * * * * S E C T I O N - 백그라운드 * * * * * * * * */
.full1{
    background: linear-gradient(45deg, #65799b, #4E1C51, #c22b34, #f2d50f);
	background-size: 400% 400%;
    
	animation: fadein 3s;
	animation: gradient 6s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.full2{
    background: linear-gradient(180deg, #fd998b 0%, #b1d7d8 45% , #fd998b 100% );
}
.full3{
    background: url(/img/7academy/about_bg_2.jpg) 40% 0 no-repeat;
    background-size: cover;
}


/* * * * * * * 공 통 사 항 * * * * * * * * */
#fullpage{
    position: relative;
    background: black;
    width: 100%; 
}
.section{
    width: 100%; height: 90vh;
	animation: fadein 3s;
    -moz-animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -o-animation: fadein 3s;
}
.cont{
    width: 100%; height: 100%;
    position: relative;
}

.cont .bg{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 4;
    
    transition-delay:0.5s; 
    transition-duration:3s; 
    transition-timing-function: ease-out;
}
.cont .WAcnt_Wrap{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    z-index: 7;
    position: absolute;
    top: 55%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}


/* * * * * * * S E C T I O N  0 * * * * * * * * */
#section0 .bg{    
    background-image: url(/img/7academy/about_bg_0.svg);
	background-size: cover;
    background-position: center center;
}

/* 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-weight: 500; 
    font-size: 20px; 
    line-height: 40px;
    position: relative;
} 
.sub_title .WA_title>p:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    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: 12px;
    height: 12px;
    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: 16px; 
    font-weight: 300; 
    line-height: 25px;
    position: relative;
    margin-top: 50px;
} 
.sub_title .WA_subtit>p.sub2{
    margin-top: 50px;
    font-size: 14px;
}

/* - 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%;
}
/* - scroll animation - */
.cont .sub_sc{
    position: absolute;
    bottom: 0px;
    width: 100%; height: 50px;
    overflow: hidden;
    z-index: 5; 
    text-align: center;
}
.scroll{
    display: inline-block;
	width: 30px;
	height: 30px;
	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: 6px;
		left: 8px;
		width: 8px;
		height: 8px;
		border-left: 2px solid rgba(255,255,255,.6);
  	    border-bottom: 2px solid rgba(255,255,255,.6);
		transform: rotate(-45deg);
}




/* * * * * * * S E C T I O N  1 * * * * * * * * */
#section1 .bg .WA_img{
    width: 100%; height: 55%;
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: url(/img/7academy/about_academy.jpg) center center no-repeat;
    background-size: cover;
    opacity: .6;
}

/* section1 - 타이틀 STYLE */
#section1.cont .WA_title>p{
    display: inline-block;
    position: relative;
    padding: 0 30px;
    
    color: #333; 
    font-size: 20px;
    font-family: 'GmarketSansBold';
    font-weight: 900;
    line-height: 30px;
} 
#section1.cont .WA_title>p:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(/img/basic/QUOTE1_gr.svg);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#section1.cont .WA_title>p:after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(/img/basic/QUOTE2_gr.svg);
    background-size: 100%;
    position: absolute;
    top: 60px;
    right: 0;
}

/* section1 - 텍스트 STYLE */
#section1.cont .WA_txt{
    padding: 15px;
    background: rgba(255,255,255,.3);
    border-radius: 15px;
    margin-top: 15px;
}
#section1.cont .WA_txt>p{
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
#section1.cont .WA_txt>p.txt1{
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px; 
    text-align: center;
}
#section1.cont .WA_txt>p.txt1 .tpoint{
    display: inline-block;
    font-weight: 700;
    color: #ef5439;
}
#section1.cont .WA_txt>p.txt2{
    color: #555;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
}
#section1.cont .WA_txt>p.txt3{
    text-align: right;
    font-size: 9px;
    margin-top: 15px;
    color: #555;
}


/* * * * * * * S E C T I O N  2 * * * * * * * * */

/* section2 - 타이틀 STYLE */
#section2.cont .WA_title{
    text-align: center;
    position: relative;
}
#section2.cont .WA_title>p{
    display: inline-block;
    padding: 0;
    
    color: #fff; 
    font-family: 'GmarketSansBold';
    font-size: 23px; 
    font-weight: 500; 
    line-height: 30px;
    position: relative;
} 
#section2.cont .WA_title>p:before, 
#section2.cont .WA_title>p:after{
    content: '';
    background: none;
}
/* section2 - 텍스트 STYLE */
#section2.cont .WA_txt{
    text-align: center;
}
#section2.cont .WA_txt>p{
    color: #ddd;
    font-size: 10px;
    padding: 10px 0;
}

/* section2 - 박스 STYLE */
#section2.cont .boxWrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0;
}
#section2.cont .boxWrap .WA_list{
    width: 33.33%; 
    border-radius: 30px 0 30px 0;
    padding: 5px 3px;
}
#section2.cont .boxWrap .WA_list .WAlist_wrap{
    padding: 10px 5px 15px 5px;
    background: rgba(0,0,0,.4);
    border: 1px solid #fff;
}
#section2.cont .boxWrap .WA_list:nth-child(4){
    margin-left: 75px;
}
#section2.cont .boxWrap .WA_list:nth-child(5){
    margin-right: 75px;
}
#section2.cont .boxWrap .WA_list .WA_list_Icn{
    width: 100%; height: 80px;
    text-align: center;
}
#section2.cont .boxWrap .WA_list .WA_list_Icn>img{
    width: 60px;
    padding-top: 5px;
}
#section2.cont .boxWrap .WA_list.box2 .WA_list_Icn>img{
    width: 70px;
    padding-top: 0px;
}
#section2.cont .boxWrap .WA_list .WA_list_Txt{
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
/* section2 scroll 변형 */
#section2 .scroll{
}
#section2 .scroll:before {
		content: '';
		transform: rotate(135deg);
    margin-top: 5px;
}

/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * M E D I A  * * * * * * * * */
@media screen and (max-width: 650px){
    /* 풀페이지 컨텐츠 Wrap */
    .cont .WAcnt_Wrap{
        width: 80%; 
    }
    #section2.cont .boxWrap .WA_list:nth-child(4){
        margin-left: 65px; 
    }
    #section2.cont .boxWrap .WA_list:nth-child(5){
        margin-right: 65px; 
    }
}
@media screen and (max-width: 540px){
    /* 풀페이지 컨텐츠 Wrap */
    .cont .WAcnt_Wrap{
        width: 90%; 
        max-width: 375px; 
    }
    /* section2 */
    #section2.cont .boxWrap .WA_list .WAlist_wrap{
        padding: 5px 5px 10px 5px;
    }
    #section2.cont .boxWrap .WA_list:nth-child(4){
        margin-left: 55px; 
    }
    #section2.cont .boxWrap .WA_list:nth-child(5){
        margin-right: 55px; 
    }
    #section2.cont .boxWrap .WA_list .WA_list_Icn{
        height: 60px;
    }
    #section2.cont .boxWrap .WA_list .WA_list_Icn>img{
        width: 40px; 
    }
    #section2.cont .boxWrap .WA_list.box2 .WA_list_Icn>img{
    width: 50px; 
    }
}

/* 화면 넓이 아이폰6 보다 좁은 경우 */
@media screen and (max-width: 370px){
    .section{
        height: 100vh;
    }
    #section1.cont .WA_title>p {
        font-size: 18px;
        line-height: 26px;
    }
    /* section2 */
    #section2.cont .WA_title>p {
        font-size: 20px;
    }
    #section2.cont .WA_txt>p {
        font-size: 10.5px;
    }
    #section2.cont .boxWrap{
        display: block;
        margin-top: 10px;
    }
    #section2.cont .boxWrap .WA_list {
        width: 80%;
        margin: 0 auto;
    }
    #section2.cont .boxWrap .WA_list:nth-child(4){
        margin: 0 auto;
    }
    #section2.cont .boxWrap .WA_list:nth-child(5){
        margin: 0 auto;
    }
    #section2.cont .boxWrap .WA_list .WAlist_wrap {
        padding: 10px 5px 15px 5px;
    }
    #section2.cont .boxWrap .WA_list .WA_list_Icn {
        width: 20%; height: 45px;
        float: left;
    }
    #section2.cont .boxWrap .WA_list .WA_list_Icn>img {
        padding-top: 0px;
    }
    #section2.cont .boxWrap .WA_list.box2 .WA_list_Icn>img {
    width: 45px;
    }
}


/* * * 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);
	}
}










