@charset "utf-8";

/*reset.css*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);


*{
    padding:0px;
    margin:0px;
}
ul,li {
    list-style:none;
}
a {
    text-decoration:none !important;
    color:#333;
}
img{
    border: 0;
    vertical-align: top;
}
body {
    width:100%;
    font-family: 'Noto Sans KR', sans-serif;
}

/*속성 지정*/
.inner{
    width:1200px !important;
    margin:0 auto;
}
.cf:after{
    content:"";
    clear:both;
    display:block;
}

#wrap{
    min-width:1200px;
}
.section_tit{
    text-align: center;
    
}
.section_tit2{
    text-align: center;
    margin: 60px 0 50px 0;
    
}
.section_txt{
    text-align: center;
}
/*reset.css*/
/*page tab s*/
.page_tab{
    width:100%;
    background-color:#f2f2f2 !important;
}
.page_tab .menu li{
    width:187px;
    height:70px;
    background-color:#fff;
    border-radius:20px;
    text-align:center;
    line-height:70px;
    font-size:16px;
    color:#624a22 !important;
    margin:0 0 0 10px;
}
.page_tab .menu li:nth-child(4){
    border:3px solid #624a22 !important;
    box-sizing:border-box !important;
    line-height:67px;
}
.page_tab .menu li a{
    display:block;
    width:100%;
    height:100%;
}
a:link, a:visited{
    color:#624a22 !important;
    position: relative;
    z-index: 50;
}
/*page tab e*/

/*s1 s*/

.sub_tit {background-image:url('../images/sub_0302/01_tit2.png'); background-repeat:no-repeat; background-position:center; background-position:bottom;}

/*s1 e*/

/*s2 s*/
#section2{
	width: 100%;
	background: url(../images/sub_0302/02_bg.jpg) no-repeat center/cover; 
}

#scroll_ani6 li{
	width: 269px;
	height: 269px;
	float: left;
	margin-right: 40px;	
}

#scroll_ani6 li:last-child{
	margin-right: 0;
}


#section2 .con{
	width: 100%;
	text-align: center;
	padding: 46px 0 120px 0;
}


#section2 .s2_con1{
	background: url(../images/sub_0302/02_con1.png) no-repeat center/cover;
}

#section2 .s2_con2{
	background: url(../images/sub_0302/02_con2.png) no-repeat center/cover;
}

#section2 .s2_con3{
	background: url(../images/sub_0302/02_con3.png) no-repeat center/cover;
}

#section2 .s2_con4{
	background: url(../images/sub_0302/02_con4.png) no-repeat center/cover;
}

#section2 #scroll_ani06_01{
	transform: scale(-0.2);
    opacity: 0;
    transition: all 0.8s;
}


#section2 #scroll_ani06_02{
	transform: scale(-0.2);
    opacity: 0;
    transition: all 0.8s;
	transition-delay: 0.4s;
}


#section2 #scroll_ani06_03{
	transform: scale(-0.2);
    opacity: 0;
    transition: all 0.8s;
	transition-delay: 0.8s;
}

#section2 #scroll_ani06_04{
	transform: scale(-0.2);
    opacity: 0;
    transition: all 0.8s;
	transition-delay: 1.2s;
}

#section2 #scroll_ani06_01.on,#section2 #scroll_ani06_02.on,#section2 #scroll_ani06_03.on,#section2 #scroll_ani06_04.on{
	opacity: 1;
	transform: scale(1);
}

/*s2 e*/


/*s3 s*/
.sub_tit2 {background-image:url('../images/sub_0302/03_tit2.png'); background-repeat:no-repeat; background-position:center; background-position:bottom;}

.s3_txt_box{
	width: 763px;
	height: 100px;
	margin: 0 auto;
	font-size: :17px;
	line-height: 25px;
	padding-top: 72px;
	text-align: center;
	background: url(../images/sub_0302/03_tit_box.png) no-repeat center/cover; 
}
.roo_tableBox{
   position: relative;
}  
.roo_tableBox .roo_boxLine{
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
    width: 26px;
    height: 1285px;
    overflow: hidden;
}
.roo_tableBox .roo_boxLine .img{
   width:26px;
   height: 1285px;
   position: relative;
   top: -1285px;
   transition: all 2s;
}
.roo_tableBox .roo_boxLine .img.on{
   top: 0;
}




#section5{
	width: 100%;
	height: 500px;
	background: url(../images/sub_0302/02_bg.jpg) no-repeat center/cover; 
}


#section5 .sub_text{
	color: #2a2a2a;
	margin-top: 50px;
}


