@charset "utf-8";

/* bx-slide modify css */

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid #fff;
    left: 0px;
    background: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

div.banner_wrap{
    position:relative;
}

.main_slide {
    position: relative;
    width: 100%;
    height: 580px !important;
    margin: 0 auto;
}

.main_slide .slide {
    height: 580px !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

/* 메인 배너 이미지 */
.main_slide .slide01 {
    background-image: url(../images/main_banner01.jpg);
}

.main_slide .slide02 {
    background-image: url(../images/main_banner02.jpg);
}

.main_slide .slide03 {
    background-image: url(../images/main_banner03.jpg);
}

.main_slide .slide04 {
    background-image: url(../images/main_banner04.jpg);
}

.main_slide .slide05 {
    background-image: url(../images/main_banner05.jpg);
}


/* 메인 배너 arrow */

#bxCustomCtrl a{
    position: absolute;
    top:50%;
}

#bxCustomCtrl #slider-prev a {
    left: 65px;
    display: block;
    width: 66px;
    height: 66px;
    margin-top:-33px;
    background-image: url(../images/arrow_l.png);
}

#bxCustomCtrl #slider-next a {
    right: 65px;
    display: block;
    width: 66px;
    height: 66px;
    margin-top:-33px;
    background-image: url(../images/arrow_r.png);
}


.bx-wrapper .bx-pager {
    position:absolute;
    bottom:20px;
    padding-top:0;
}

div.top_b_wrap{
    height:100px;    
}

div.top_b_wrap>div{
height:100px;
	z-index: 999;
}

div.top_b_wrap>div>a{
 display:block;
    text-indent:-9999em;
    position:absolute;
}

div.top_b_wrap>div>a.go_btn{
 width:42px;
    height:42px;
    background:url(../images/hb_go.png);
    top:34px;
    left:50%;
    margin-left:119px;
}

div.top_b_wrap>div>a.close_btn{
 width:26px;
    height:23px;
    background:url(../images/hb_close.png);
    top:50%;
    margin-top:-11.5px;
    right:0;
	z-index: 9999;
}

div.top_b_wrap>div>.click{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	cursor:pointer;
}


div.we_section01{
 margin-top:60px;   
}

h3.title_0103{
 color:#222;   
    font-size:40px;
    font-weight:400;
    text-align:center;
    margin-bottom: 6px;
}

h3.title_0103>span{
    font-weight: bold;
}

p.text_0103{
    font-size:15px;
    font-weight: 300;
    text-align:center;
    color:#555555;
}

div.area_programs{
 margin-top:35px;   
}

div.area_programs:after{
content:'';
    display:block;
    clear: both;
}

div.area_programs>div{
 float:left;   
    width:380px;
    height:400px;
    margin-right:30px;
    border-bottom:1px solid #dddddd;
    border-right:1px solid #dddddd;
    border-left:1px solid #dddddd;
    box-sizing:border-box;
}

div.area_programs>div:last-child{
 margin-right:0;   
}


div.area_programs>div.programs_list01{
 border-top:5px solid #f05251; 
}

div.area_programs>div.programs_list02{
 border-top:5px solid #ffb605; 
}

div.area_programs>div.programs_list03{
 border-top:5px solid #43b5bf; 
}

div.programs_ib{
width:378px;
    height:200px;
    position: relative;
    overflow: hidden;
}

div.programs_list01>div.programs_ib{
    background-image: url(../images/sec01_01.jpg);
    background-position: center;
    background-size:100%;
}

div.programs_list02>div.programs_ib{
  background-image: url(../images/sec01_02.jpg);
    background-position: center;
     background-size:100%;
}

div.programs_list03>div.programs_ib{
  background-image: url(../images/sec01_03.jpg);
    background-position: center;
     background-size:100%;
}

div.programs_ib>h4{
font-size:30px;
    font-weight:500;
    color:#fff;
    margin:30px 0 2px 35px;
}

div.programs_ib>p{
    font-size:15px;
    font-weight:300;
    color:#fff;
    margin-left:35px;
}

div.programs_tb{
position:relative;
}

div.programs_tb>p{
    color:#666;
    font-size:14px;
    font-weight:300;
    padding-left:33px;
    margin-top:20px;
    line-height:1.7;
    letter-spacing: -0.5px;
    
}

div.programs_list02>div.programs_tb>p{
 letter-spacing: -1.5px;   
}

div.programs_list01>div.programs_tb>a{
display:block;
    width:160px;
    height:45px;
    background-color:#f05251;
    background-image:url(../images/c_arrow.png);
    background-position:center right 39px;
    background-repeat: no-repeat;
    line-height:45px;
    font-size:14px;
    font-weight:500;
    text-align: center;
    color:#fff;
    position:absolute;
    bottom:-56px;
    left:33px;
}

div.programs_list02>div.programs_tb>a{
display:block;
    width:160px;
    height:45px;
    background-color:#ffb605;
    background-image:url(../images/c_arrow.png);
    background-position:center right 39px;
    background-repeat: no-repeat;
    line-height:45px;
    font-size:14px;
    font-weight:500;
    text-align: center;
    color:#fff;
    position:absolute;
    bottom:-56px;
    left:33px;
}

div.programs_list03>div.programs_tb>a{
display:block;
    width:160px;
    height:45px;
    background-color:#43b5bf;
    background-image:url(../images/c_arrow.png);
    background-position:center right 39px;
    background-repeat: no-repeat;
    line-height:45px;
    font-size:14px;
    font-weight:500;
    text-align: center;
    color:#fff;
    position:absolute;
    bottom:-56px;
    left:33px;
}


div.we_section02{
margin-top:70px;
    height:510px;
    background:#43b5bf;
}

div.we_section02>div{
 padding:70px 0;   
}

div.we_section02>div:after{
 content:'';
    display:block;
    clear:both;
}

div.we_section02>div>div{
float:left;
    position: relative;
}

div.we_section02>div>div.learning_tb{
 width:300px; 
    height:370px;
    margin-right:70px;
}

div.we_section02>div>div.learning_tb>h3{
    font-size:55px;
    font-weight: 400;
    color:#fff;
    line-height: 1;
    margin-top:60px;
    margin-bottom:27px;
    background:url(../images/mt_bar.gif) no-repeat left bottom;
    padding-bottom:30px;    
}

div.we_section02>div>div.learning_tb>h3>span{
color:#fff25d;
    font-weight:bold;
}

div.we_section02>div>div.learning_tb>p{
    font-size:16px;
    color:#fff;
        line-height: 1.7;
}


div.we_section02>div>div.learning_list01, div.we_section02>div>div.learning_list02{
    width:400px;
    height:370px; 
    background:#fff;
}
div.we_section02>div>div.learning_list01{
margin-right:30px;
}


div.learning_list>div.learning_ib{
 overflow: hidden;
    width:400px;
    height:180px;
    position:relative;
}

div.learning_list>div.learning_ib>img{
 position: relative;
}

div.learning_tbb{
 position:relative;   
}

div.learning_tbb>h4{
    font-size:28px;
    color:#333;
    margin-left:33px;
    margin-top:22px;
    margin-bottom:15px;
}

div.learning_tbb>p{
    font-size:14px;
    font-weight: 300;
    color:#666;
    margin-left:33px;
    line-height:1.7;
    letter-spacing: -0.5px;
}

div.learning_tbb>span>a{
 width:100px;
    height:32px;
    background-color:#43b5bf;
    background-image:url(../images/c_arrow.png);
    background-position:center right 22px;
    background-repeat: no-repeat;
    text-align: center;
    line-height:32px;
    display:block;
    color:#fff;
    font-size:15px;
    border-radius:16px;
    position:absolute;
    top:3px;
    right:33px;
    padding-right:17px;
}

div.we_section03{
 margin-top:60px;   
}


div.community_wrap{
 margin-top:38px;   
    height:450px;
    background:url(../images/sec02_bg.jpg) no-repeat left top;
}

div.community_wrap>div{
 padding:65px 0;   
}

div.community_wrap>div>h4{
    font-size:45px;
    color:#fff;
    line-height:1.1;
    position:relative;
    top:-27px;
    background:url(../images/mt_bar.gif) no-repeat left bottom;
    padding-bottom:25px;
}

div.community_wrap>div>h4>span{
    font-size:20px;
    font-weight: 300;
    color:#fa7f51;
    letter-spacing: 3.5px;
}


div.community_wrap>div>p:nth-of-type(1){
 color:#fff;
    font-size:15px;
    font-weight: 300;
    line-height:1.7;
        position: relative;
    top: -6px;
}

div.community_wrap>div>p:nth-of-type(2){
font-weight: 600;
      font-size:35px;
    color:#fa7f51;
    position: relative;
    top: -3px;
}


div.community_wrap>div>p:nth-of-type(2)>span{
  font-size:25px;
        font-weight: 500;
    color:#fff;
    padding-right:5px;
}

div.community_wrap>div>span>a{
    display:block;
    width:253px;
    height:55px;
    background-color:#fa7f51;
    background-image:url(../images/orange_arrow.jpg);
    background-position:center right 30px;
    background-repeat: no-repeat;
    color:#fff;
    text-align:center;
    line-height:55px;
    font-size:20px;
    margin-top:10px;
    padding-right:20px;
}



div.we_section04{
 margin-top:70px;   
}

div.area_video:after{
 content:'';
    display:block;
    clear:both;
}

div.area_video>div{
 float:left;   
    height:285px;
}

div.we_video{
 width:507px;   
    margin-right:43px;
}

div.we_wwh{
 width:650px;
    background-image:url(../images/wwh_bg.jpg);
    background-position:center;
    background-size:100%;
    position:relative;
}

div.we_wwh>a{
 display:block;
    width:650px;
    height:285px;
}

div.we_wwh>a>h3{
color:#fff;
    font-size:45px;
    font-weight:500;
    letter-spacing:-1.3px;
    margin-left:37px;
    padding-left:47px;
    background:url(../images/wwh_dd.png) no-repeat left top 39px;
    padding-top:27px;
}
div.we_wwh>a>h3>span.t_light{
    font-size:35px;
    font-weight: 300;
}

div.we_wwh>a>p{
 font-size:15px;
    font-weight: 300;
    color:#fff;
    margin-left:86px;
}

div.we_wwh>a>div{
 margin-left:50px;   
    margin-top:20px;
}

div.we_wwh>a>div:after{
 content:'';
    display:block;
    clear:both;
}

div.we_wwh>a>div>div{
 float:left;   
    width:120px;
    height:120px;
    border-radius:62px;
    position: relative;
    margin-right:8px;
}

div.we_wwh>a>div>div>h4{
 color:#fff;
    font-family:'arial', sans-serif;
    font-size:22px;
    font-weight:800;
    margin-top:30px; 
}
div.we_wwh>a>div>div.we_what{
 background:#ffb605;  
    text-align:center;
    }


div.we_wwh>a>div>div.we_why{
 background:#fa7f51;  
    text-align:center;
    }


div.we_wwh>a>div>div.we_how{
 background:#43b5bf;  
    text-align:center;
    }

div.we_wwh>a>div>div>p{
 color:#fff;  
    font-size:14px;
    font-weight: 300;
}





div.we_section05{
 margin-top:70px;   
    height:545px;
    background:#f5f5f5;
}

div.we_section05>div:after{
 content:'';
    display:block;
    clear:both;
}

div.we_section05>div>div{
 float:left;   
    width:575px;
    height:410px;
    margin-top:65px;
    position:relative;
}

div.we_section05>div>div.section05_01box{
 margin-right:50px;   
}

div.section05_title>h3>a{
    font-size:30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -1.4px;
    display: block;
}



div.section05_01box>div.section05_title>h3>a{
 background:url(../images/sec02_icon01.png) no-repeat left 159px center;   
    padding-left:45px;
}


div.section05_02box>div.section05_title>h3>a{
 background:url(../images/sec02_icon02.png) no-repeat left 149px center;   
    padding-left:53px;
}

div.area_mini_slide_wrap{
 margin-top:30px;   
    position:relative;
}


div.area_mini_slide_wrap:after{
 content:'';
    display:block;
    clear:both;
}

div.area_mini_slide_wrap>div{
 float:left; 
    width:280px;
    height:335px;
}

div.area_mini_slide_wrap>div.area_mini_slide01{
margin-right:15px;
}

div.area_mini_slide_wrap>div.area_mini_slide{
 overflow: hidden;
}

ul.mini_slide_list{
 width:885px;  
    margin-left:-295px;
    position:relative;
}

ul.mini_slide_list:after{
 content:'';
    display:block;
    clear:both;
}

ul.mini_slide_list>li{
float:left;
    margin-right:15px;
    position:relative;
    background:#fff;
    height:335px;
	width: 280px;
}

.sc_i_box {
	text-align: center;
	height: 180px;
	overflow: hidden;
}

.sc_i_box img {
	max-width: 280px;
	/*max-height: 180px;*/
	height: auto;
}

div.sc_t_box>h4.sc_t_box_title{
    color:#222;
    font-size:15px;
    font-weight: 400;
    margin-left:22px;
	margin-right:10px;
    margin-top:25px;
    margin-bottom:10px;
}

div.sc_t_box>p{
    color:#666;
    font-size:14px;
    font-weight: 300;
    line-height:1.7;
    margin-left:22px;
	margin-right:15px;
}

div.section05_01box>div.area_mini_slide_wrap>div.area_mini_slide{
    border-top:5px solid #43b5bf;
}

div.section05_02box>div.area_mini_slide_wrap>div.area_mini_slide{
    border-top:5px solid #ffb605;
}


span.slide_l_btn_wrap>a{
display:block;
    text-indent:-9999em;
    width:45px;
    height:55px;
    position:absolute;
    top:130px;
}

span.slide_l_btn_wrap>a.we_btn_l{
 background:url(../images/sec02_arrow_l.png);   
    left:0;
}

span.slide_l_btn_wrap>a.we_btn_r{
 background:url(../images/sec02_arrow_r.png);   
    right:0;
}


span.slide_l_btn_wrap>a.we_btn_l:hover, span.slide_l_btn_wrap>a.we_btn_l:focus{
 background:url(../images/sec02_arrow_l_over.png);   
    left:0;
}

span.slide_l_btn_wrap>a.we_btn_r:hover, span.slide_l_btn_wrap>a.we_btn_r:focus{
 background:url(../images/sec02_arrow_r_over.png);   
    right:0;
}


span.slide_r_btn_wrap>a{
display:block;
    text-indent:-9999em;
    width:45px;
    height:55px;
    position:absolute;
    top:130px;    
}

span.slide_r_btn_wrap>a.we_btn_l{
 background:url(../images/sec02_arrow_l.png);   
    left:0;
}

span.slide_r_btn_wrap>a.we_btn_r{
 background:url(../images/sec02_arrow_r.png);   
    right:0;
}


span.slide_r_btn_wrap>a.we_btn_l:hover, span.slide_r_btn_wrap>a.we_btn_l:focus{
 background:url(../images/sec02_arrow_l_over.png);   
    left:0;
}

span.slide_r_btn_wrap>a.we_btn_r:hover, span.slide_r_btn_wrap>a.we_btn_r:focus{
 background:url(../images/sec02_arrow_r_over.png);   
    right:0;
}




div.we_section06{
background:url(../images/sec03_bg.jpg);
    height:890px;
}

div.we_section06>div:after{
 content:'';
    display:block;
    clear:both;
}

div.we_section06>div{
 padding:70px 0;   
}

div.we_section06>div>div{
 float:left;   
    width:600px;
    height:250px;
    position: relative;
}

div.we_section06>div>div:nth-of-type(1){
 background:url(../images/sec03_01.jpg);   
}


div.we_section06>div>div:nth-of-type(2){
 background:url(../images/sec03_02.jpg);   
}

div.we_section06>div>div:nth-of-type(3){
 background:url(../images/sec03_03.jpg);   
}

div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(1){
 background:url(../images/sec03_05.jpg);   
}
div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(2){
 background:#43b5bf;
}

div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(1){
 background:#fcb54d;   
}
div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(2){
 background:url(../images/sec03_08.jpg);
}


div.we_section06>div>div:nth-of-type(5):after, div.we_section06>div>div:nth-of-type(6):after{
content:'';
    display:block;
    clear:both;
}

div.we_section06>div>div:nth-of-type(5)>div, div.we_section06>div>div:nth-of-type(6)>div{
    float:left;
    width:300px;
    height:250px;
    position: relative;
}


div.we_section06>div>div:nth-of-type(1)>h3{
display:block;
    width:166px;
    height:54px;
    text-indent:-9999em;
    background:url(../images/sec03_01_01.jpg);
    margin:44px 0 0 40px;
}
div.we_section06>div>div:nth-of-type(1)>p{
    font-size:14px;
    font-weight: 400;
    color:#666;
    margin:12px 0 0 40px;
}
div.we_section06>div>div:nth-of-type(1)>span>a:link, div.we_section06>div>div:nth-of-type(1)>span>a:visited, div.we_section06>div>div:nth-of-type(2)>span>a:link, div.we_section06>div>div:nth-of-type(2)>span>a:visited{
    display:block;
    width:135px;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#fff;
    font-weight: 500;
    text-align:center;
    background-color:#3db5f3;
    background-image:url(../images/c_arrow.png);
    background-position:right 27px center;
    background-repeat: no-repeat;
    border-radius:22px;
    padding-right:20px;
    position:absolute;
    left:40px;
    bottom:35px;
    box-sizing: border-box;
}

div.we_section06>div>div:nth-of-type(1)>span>a:hover, div.we_section06>div>div:nth-of-type(1)>span>a:focus, div.we_section06>div>div:nth-of-type(2)>span>a:hover, div.we_section06>div>div:nth-of-type(2)>span>a:focus{
    color:#3db5f3;
    border:2px solid #3db5f3;
    background-color:transparent;
    background-image:url(../images/c_arrow_blue.png);
    background-position:right 25px center;
    line-height:36px;
}

div.we_section06>div>div:nth-of-type(3)>span>a:link, div.we_section06>div>div:nth-of-type(3)>span>a:visited{
       display:block;
    width:135px;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#fff;
    font-weight: 500;
    text-align:center;
    background-color:#fa7f51;
    background-image:url(../images/c_arrow.png);
    background-position:right 27px center;
    background-repeat: no-repeat;
    border-radius:22px;
    padding-right:20px;
    position:absolute;
    left:40px;
    bottom:35px;
    box-sizing:border-box;
}

div.we_section06>div>div:nth-of-type(3)>span>a:hover, div.we_section06>div>div:nth-of-type(3)>span>a:focus {
    color:#fa7f51;
    border:2px solid #fa7f51;
    background-color:transparent;
    background-image:url(../images/c_arrow_orange.png);
    background-position:right 25px center;
    line-height:36px;
}

div.we_section06>div>div:nth-of-type(2)>h3{
display:block;
    width:257px;
    height:56px;
    text-indent:-9999em;
    background:url(../images/sec03_02_1.jpg);
    margin:37px 0 0 40px;
}

div.we_section06>div>div:nth-of-type(2)>p{
    font-size:14px;
    font-weight: 400;
    color:#666;
    margin:12px 0 0 40px;
}




div.we_section06>div>div:nth-of-type(3)>h3{
display:block;
    width:134px;
    height:56px;
    text-indent:-9999em;
    background:url(../images/sec03_03_01.jpg);
    margin:37px 0 0 40px;
}

div.we_section06>div>div:nth-of-type(3)>p{
    font-size:14px;
    font-weight: 400;
    color:#666;
    margin:12px 0 0 40px;
}



div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(1)>a{
 display:block;
    width:300px;
    height:250px;
}

div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(1)>a:hover, div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(1)>a:focus{
color:#333;
}

div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(1)>a>h3{
    font-size:30px;
    font-weight: 500;
    padding:40px 0 0 35px;
}


div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(1)>a>p{
    font-family:'arial', sans-serif;
    font-size:25px;
    font-weight: bold;
    padding:12px 0 0 35px;
    line-height: 1.2;
}

div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(1)>a>span{
    font-size:14px;
    font-weight: 300;
    color:#666666;
    display:block;
    padding:12px 0 0 35px;
}





div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(2)>h3{
font-size:30px;
    font-weight: 500;
    padding:40px 0 0 35px;
color:#fff;
}
div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(2)>p{
     font-size:14px;
    font-weight: 300;
    color:#fff;
    padding:12px 0 0 35px;
}



div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(2)>span>a:link, div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(2)>span>a:visited{
    display:block;
    width:160px;
    height:40px;
    line-height:40px;
    padding-right:15px;
    background-color:#fff;
    background-image:url(../images/c_arrow_green.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    border-radius: 22px;
    font-size:14px;
    color:#43b5bf;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-align: center;
    margin:33px 0 0 35px;
    box-sizing:border-box;
}

div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(2)>span>a:hover, div.we_section06>div>div:nth-of-type(5)>div:nth-of-type(2)>span>a:focus {
    border:2px solid #fff;
    color:#fff;
    background-image:url(../images/c_arrow.png);
    background-position: center right 13px;
    background-color:transparent;
    line-height:36px;
}



div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(1)>h3{
font-size:30px;
    font-weight: 500;
    padding:40px 0 0 35px;
color:#fff;
}
div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(1)>p{
     font-size:14px;
    font-weight: 300;
    color:#fff;
    padding:12px 0 0 35px;
}    




div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(1)>span>a:link, div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(1)>span>a:visited{
    display:block;
    width:135px;
    height:40px;
    line-height:40px;
    padding-right:15px;
    background-color:#fff;
    background-image:url(../images/c_arrow_yellow.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    border-radius: 22px;
    font-size:14px;
    font-weight: 500;
    color:#fcb54d;
    text-align: center;
    margin:33px 0 0 35px;
    box-sizing: border-box;
}

div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(1)>span>a:hover, div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(1)>span>a:focus {
    border:2px solid #fff;
    color:#fff;
    background-image:url(../images/c_arrow.png);
    background-position: center right 13px;
    background-color:transparent;
    line-height:36px;
}


div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(2)>h3{
     color:#3d3137;
    font-size: 26px;
    margin:30px 0 0 35px;
    padding-top:40px;
    background:url(../images/kakao_dd.jpg) no-repeat left top;
    font-weight: 500;
    line-height:1.1;
}

div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(2)>h3>span{
    font-weight: bold;
}


div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(2)>span>a:link, div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(2)>span>a:visited{
    display:block;
    width:160px;
    height:40px;
    line-height:40px;
    padding-right:15px;
    background-color:#351c27;
    background-image:url(../images/c_arrow.png);
    background-position: center right 15px;
    background-repeat: no-repeat;
    border-radius: 22px;
    font-size:14px;
    color:#fff;
    text-align: center;
    margin:39px 0 0 35px;
    box-sizing: border-box;
}

div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(2)>span>a:hover, div.we_section06>div>div:nth-of-type(6)>div:nth-of-type(2)>span>a:focus {
    border:2px solid #351c27;
    color:#351c27;
    background-image:url(../images/c_arrow_brown.png);
    background-position: center right 13px;
    background-color:transparent;
    line-height:36px;
}

div.notice_new{
 background-color:#fff;   
}

div.notice_new>ul{
 margin:34px 0 0 40px;
}
div.notice_new>ul:after{
content:'';
    display:block;
    clear:both;
}

div.notice_new>ul>li{
 float:left;   
    padding-right:29px;
    background:url(../images/n_bar.gif) no-repeat right center;
}


div.notice_new>ul>li:last-child{
 background:none;   
    margin-left:25px;
}

div.notice_new>ul>li>a:link, div.notice_new>ul>li>a:visited{
    font-size:25px;
    color:#999;
    font-weight: 500;
}

div.notice_new>ul>li>a:hover, div.notice_new>ul>li>a:focus, div.notice_new>ul>li>a.on{
    color:#333;
    font-weight: 500;
}




div.area_notice, div.area_news{
 position:absolute;  
    top:90px;
    left:40px;
}




div.area_notice>ul>li, div.area_news>ul>li{
 margin-bottom:18px;   
    position:relative;
    
}

div.area_notice>ul>li:last-child, div.area_news>ul>li:last-child{
 margin-bottom:0;   
}



div.area_notice>ul>li>a:link, div.area_notice>ul>li>a:visited{
    font-size:14px;
    background:url(../images/n_cir.gif) no-repeat left center;
    padding-left:11px;
        font-weight: 300;
}

div.area_notice>ul>li>a:hover, div.area_notice>ul>li>a:focus{
    color:#333;

}


div.area_news>ul>li>a:link, div.area_news>ul>li>a:visited{
    font-size:14px;
    background:url(../images/n_cir.gif) no-repeat left center;
    padding-left:11px;
        font-weight: 300;
}


span.notice_btn>a, span.news_btn>a{
text-indent:-9999em;
    display:block;
    width:30px;
    height:30px;
    background:url(../images/n_plus.png);
    position:absolute;
    top:-50px;
    right:-80px;
}


ul.notice_list, ul.news_list{
 width:428px;   
}

ul.notice_list>li>span, ul.news_list>li>span{
 color:#999;
        font-size:14px;
    position:absolute;
    right:-80px;
    top:0;
}

div.area_notice>ul>li.first_notice, div.area_news>ul>li.first_news{
    background:url(../images/n_new.jpg) no-repeat right center;
}
div.area_notice>ul>li, div.area_news>ul>li{
 padding-right:15px;   
}

div#fun_btn01{
	display: inline-block;
	position:relative;
	left: 190px;
}

div#fun_btn02{
	display: inline-block;
	position:relative;
	left: 195px;
}

/* 메인 슬라이더 추가 */
.area_mini_slide2{
	width: 100% !important;
	height: 340px !important;
	overflow: hidden;
}

.mini_slide_list2{
	
}

.mini_slide_list2 .slide_cont{
	float: left;
	width: 280px;
	height: 335px;
	margin-right: 15px;
	background: #fff;
}

#slide1 .slide_cont{
	border-top: solid 5px #43b5bf;
}

#slide2 .slide_cont{
	border-top: solid 5px #ffb605;
}

.slide_l_btn_wrap2 a{
	display:block;
    text-indent:-9999em;
    width:45px;
    height:55px;
    position:absolute;
    top:130px;
}

.slide_l_btn_wrap2 a.bx-prev{
	background:url(../images/sec02_arrow_l.png);   
    left:0;
}

.slide_l_btn_wrap2 a.bx-prev:hover, .slide_l_btn_wrap2 a.bx-prev:focus{
	background:url(../images/sec02_arrow_l_over.png);   
    left:0;
}

.slide_l_btn_wrap2 a.bx-next{
	background:url(../images/sec02_arrow_r.png);   
    right:0;
}

.slide_l_btn_wrap2 a.bx-next:hover, .slide_l_btn_wrap2 a.bx-next:focus{
	background:url(../images/sec02_arrow_r_over.png);   
    right:0;
}


.slide_l_btn_wrap3 a{
	display:block;
    text-indent:-9999em;
    width:45px;
    height:55px;
    position:absolute;
    top:130px;
}

.slide_l_btn_wrap3 a.bx-prev{
	background:url(../images/sec02_arrow_l.png);   
    left:0;
}

.slide_l_btn_wrap3 a.bx-prev:hover, .slide_l_btn_wrap2 a.bx-prev:focus{
	background:url(../images/sec02_arrow_l_over.png);   
    left:0;
}

.slide_l_btn_wrap3 a.bx-next{
	background:url(../images/sec02_arrow_r.png);   
    right:0;
}

.slide_l_btn_wrap3 a.bx-next:hover, .slide_l_btn_wrap2 a.bx-next:focus{
	background:url(../images/sec02_arrow_r_over.png);   
    right:0;
}