@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;
}

.banner_wrap .main_slide {
    position: relative;
    width: 100%;
    height: 700px !important;
    margin: 0 auto;
}

.banner_wrap .main_slide .slide {
    height: 700px !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


/* 메인 배너 이미지 */

.banner_wrap .main_slide .slide01 {
    background-image: url(../images/main_banner01.jpg);
}

.banner_wrap .main_slide .slide02 {
    background-image: url(../images/main_banner02.jpg);
}

.banner_wrap .main_slide .slide03 {
    background-image: url(../images/main_banner03.jpg);
}

.banner_wrap .main_slide .slide04 {
    background-image: url(../images/main_banner04.jpg);
}

.banner_wrap .main_slide .slide05 {
    background-image: url(../images/main_banner05.jpg);
}

.banner_wrap .main_slide .slide06 {
    background-image: url(../images/main_banner06.jpg);
}



.banner_tb {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -570px;
    height: 100%;
    width: 1140px;
}

.banner_tb>h3 {
    font-size: 60px;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 176px 0 40px;
    padding-bottom: 30px;
    background: url(../images/banner_bar.gif)no-repeat left bottom;
}

.banner_tb>p {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
    letter-spacing:-0.2px;
}

.b_arrow {
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -27px;
    display: block;
    text-indent: -9999em;
    width: 54px;
    height: 54px;
    background: url(../images/banner_arrow.png);
}

.business_wrap {
    width: 1140px;
    margin: 70px auto 80px;
}

.area_b_title {
    text-align: center;
}

.sec_title {
    font-family: 'NanumSquare', sans-serif;
    font-weight:800;
    font-size: 35px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 4px;
}

.sec_sub_t {
    font-size: 15px;
    font-weight: 300;
    color: #666;
}
.business-wrap02{width: 100%; background: #f7f7f7;}

.business_list {
	position: relative;
	top: -35px;
    margin: 0 auto;
	width: 1140px;

}

.business_list:after {
    content: '';
    display: block;
    clear: both;
}

.business_list>div {
    position: relative;
    float: left;
    width: 263px;
    height: 350px;
    margin-right: 29px;
    background-position: center;
    background-size: 100%;
}

.business_list>div:first-child {
    margin-right: 30px;
}

.business_list>div:last-child {
    margin-right: 0;
}

.business_list>div>a {
    display: block;
    width: 263px;
    height: 350px;
}

.b_box01 {
    background-image: url(../images/m_business01.jpg);
}

.b_box02 {
    background-image: url(../images/m_business02.jpg);
}

.b_box03 {
    background-image: url(../images/m_business03.jpg);
}

.b_box04 {
    background-image: url(../images/m_business04.jpg);
}

.business_list>div h3 {
    position: absolute;
    bottom: 48px;
    left: 30px;
    font-family: 'NanumSquare', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: url(../images/busi_bar.png) no-repeat left bottom;
    padding-bottom: 8px;
    width: 217px;
}

.business_list>div span {
    position: absolute;
    bottom: 22px;
    left: 30px;
    font-size: 15px;
    font-weight: 200;
    color: #fff;
}

.gn_wrap {
    margin-bottom: 70px;
    background: url(../images/sec02_bg.jpg) no-repeat center center;
/*    background-size: 100%;*/
    height: 450px;
}

.gn_title {
    padding: 115px 0 16px;
    font-family: 'NanumSquare', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.gn_sub_t {
       font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.4);
}

.gn_btn>a:link, .gn_btn>a:visited{
    margin-top: 52px;
    display: block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #fff;
    transition-duration:0.3s;
}

.gn_btn>a:hover, .gn_btn>a:focus{
background :#fff;
color : #000;
}

.cm_wrap {
    width: 1140px;
    margin: 0 auto 100px;
}

.area_c_title {
    text-align: center;
}

.cm_list {
    margin-top: 50px;
}

.cm_list:after {
    content: '';
    display: block;
    clear: both;
}

.cm_list>div {
    position: relative;
    float: left;
    width: 555px;
    height: 305px;
    margin-right: 30px;
    box-sizing:border-box;
    border:1px solid #ededed;
    padding:47px 45px 50px 50px;
}

.cm_list>div:last-child {
    margin-right: 0;
}

.cm_title {
    font-size: 25px;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    color: #333;
}

.notice_list {
    margin-top:20px;
}

.notice_list>li {
    position: relative;
    padding-left: 13px;
    background: url(../images/list_bg.gif)no-repeat left center;
    margin-bottom: 12px;
}

.notice_list>li:last-child {
    margin-bottom: 0;
}

.notice_list>li>a:link,
.notice_list>li>a:visited {
    font-size: 15px;
    font-weight: 300;
    width: 340px;
}

.notice_list>li>a:hover,
.notice_list>li>a:focus {
    text-decoration: underline;
}

.notice_day {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 300;
}


.contest_list {
    margin-top:20px;
}

.contest_list>li {
    position: relative;
    padding-left: 13px;
    background: url(../images/list_bg.gif)no-repeat left center;
    margin-bottom: 12px;
}

.contest_list>li:last-child {
    margin-bottom: 0;
}

.contest_list>li>a:link,
.contest_list>li>a:visited {
    font-size: 15px;
    font-weight: 300;
    width: 340px;
}

.contest_list>li>a:hover,
.contest_list>li>a:focus {
    text-decoration: underline;
}

.contest_day {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 300;
}



.cm_list>div>a {
    position: absolute;
    right: 50px;
    top: 47px;
    font-weight: 100;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 30px;
    background: #333;
}

.cm_box03 {
    background: #012151;
}

.cm_box03>.cm_title {
    color: #fff;
}


.m_activity{padding: 60px 0 80px; box-sizing:border-box;}
.activity-slide-con{ width: 1140px; margin: 50px auto 0;}
.activity-slide{width: 100%; overflow: hidden;}
.activity-slide li{width: 279px; margin-right: 8px; float: left;}
.activity-slide li:last-of-type{margin-right: 0;}
.activity-slide li a{display: block;}
.activity-slide li a img{width: 100%; display: block;}
.activity-slide li a p{padding: 10px 0 5px; font-size: 18px; line-height:29px; letter-spacing:-0.025em; font-weight: 500; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; color: #222; box-sizing:border-box;}
.activity-slide li a span{font-size: 14px; line-height:20px; letter-spacing:0; font-weight: 300; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; color: #666; display: block;}

.activity-slide-con .bx-controls-direction a{top: 63px; width: 66px; height: 67px; font-size: 0; display: block; text-indent:-9999px; position: absolute;}
.activity-slide-con .bx-controls-direction a.bx-prev{ left: -131px; background: url(../images/activity-prev.png) center center no-repeat; background-size: cover;}
.activity-slide-con .bx-controls-direction a.bx-next{ right: -131px; background: url(../images/activity-next.png) center center no-repeat; background-size: cover;}

.cum_wrap{padding: 75px 0 85px; box-sizing:border-box; background: url(../images/cm-bgimg.jpg) center center no-repeat; background-size: cover;}
.sec_title.c-white{color: #fff;}
.sec_sub_t.c-white{color: #fff; opacity:0.7;}
.cum-flot-in{width: 1140px; margin: 50px auto 90px; overflow: hidden;}
.cum-flbox{padding: 50px; width: 556px; margin-right: 28px; float: left; box-sizing:border-box; background: #fff;}
.cum-flbox:last-of-type{margin-right: 0;}
.cum-flbox > p{margin-bottom: 20px; font-size: 25px; line-height:31px; letter-spacing:-0.025em; font-weight: bold; color: #333; position: relative;}
.cum-flbox > p a{top: 0; right: 0; width: 30px; height: 31px; display: block; position: absolute; }
.cum-flbox ul{width: 100%;}
.cum-flbox ul li a{display: block; overflow: hidden;}
.cum-flbox ul li a p{width:calc(100% - 90px); font-size: 15px; line-height:34px; letter-spacing:-0.025em; font-weight: 300; color: #333; float: left; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.cum-flbox ul li a span{font-size: 15px; line-height:34px; letter-spacing:-0.025em; font-weight: 300; width: 75px; display: block; float: left;  color: #333; text-align: right;}

.cum-slide-con{width: 1140px; margin: 0 auto;}
.cum-slide{width: 100%;}
.cum-slide li{width: 234px; margin-right: 68px;}
.cum-slide li a{width: 234px; height: 56px; display: block;}
.cum-slide li a img{width: 100%; height: 100%; display: block;}

.cum-slide-con .bx-controls-direction a{top: 20px; width: 11px; height: 17px; font-size: 0; text-indent:-9999px; display: block; position: absolute; z-index: 1;}
.cum-slide-con .bx-controls-direction a.bx-prev{left: -43px; background: url(../images/community-prev.png) center center no-repeat; background-size: cover;}
.cum-slide-con .bx-controls-direction a.bx-next{right: -43px; background: url(../images/community-next.png) center center no-repeat; background-size: cover;}