@charset "utf-8";

/*

*/
/*
.main_visual .wrap {position:relative;}
.main_visual .wrap .main_text {position:absolute; top:50%; transform:translateY(-50%); left:0; }







/*메인텍스트*/

.main_visual {position:relative;}
.main_visual .main_wrap {position:absolute; top:50%; z-index:99; width:1200px; left:50%; transform:translate(-50%,-50%); width:1200px; }
.main_visual .main_wrap .main_text {position:absolute; top:50%; z-index:99; transform:translateY(-50%); width:100%;}

.main_visual .main_wrap .main_qu {position:absolute; top:50%; z-index:99; transform:translateY(-50%); right:0;}
.main_visual .main_wrap .main_qu dl {overflow:hidden; width:352px;}
.main_visual .main_wrap .main_qu dl dd {float:left; margin-right:20px; max-width:166px;}
.main_visual .main_wrap .main_qu dl dd:nth-of-type(1), dd:nth-of-type(2) {margin-bottom:20px;}
.main_visual .main_wrap .main_qu dl dd:nth-child(2n) {margin-right:0;}

@media screen and (max-width:1200px){
  .main_visual .main_wrap {width:100%;}
  .main_visual .main_wrap .main_text {padding-left:; width:100%;}
  .main_visual .main_wrap .main_qu {margin-right:3%; width:30%;}
  .main_visual .main_wrap .main_qu dl {width:100%;}
  .main_visual .main_wrap .main_qu dl dd {width:48%; margin-right:4%;}
  .main_visual .main_wrap .main_qu dl dd:nth-child(2n) {margin-right:0;}
  .main_visual .main_wrap .main_qu dl dd:nth-of-type(1), dd:nth-of-type(2) {margin-bottom:4%;}

}

.main_visual ul li .dim {display:none;}



.main_text span.eng {display:block; font-size:13px; color:#b2b2b2; font-weight:600; letter-spacing:2px;}
.main_text div.line {width:40px; height:1px; background:#dadada; margin:20px 0; }
.main_text p.main_t_lar {font-weight:600; font-size:38px; color:#444; line-height:1.2em; font-weight:600;/*text-shadow:0 0 40px rgb(0,0,0,0.2);*/}
.main_text p.main_t_lar span.sma {font-weight:400; font-size:28px; }
.main_text p.main_t_lar span.point_color {color:#ff7d00;}
.main_text p.main_t_sub {font-size:16px; color:#666; line-height:1.45em; margin:20px 0 0 0; /*text-shadow:0 0 20px #333;*/}


@media screen and (max-width:1260px){
.main_text span.eng {padding:0 2%;}
.main_text div.line {margin:20px 0 20px 2%;}
.main_text p.main_t_lar {padding:0 2%;}
.main_text p.main_t_sub {padding:0 2%;}
}
@media screen and (max-width:940px){
.main_text div.line {margin:12px 0 12px 2%;}
.main_text p.main_t_sub {display:none;}
}
@media screen and (max-width:700px){
.main_text span.eng {padding:0 4%;}
.main_text div.line {margin:12px 0 12px 4%;}
.main_text p.main_t_lar {padding:0 4%; font-size:30px;}
.main_text p.main_t_lar span.sma {font-size:20px; }
}
@media screen and (max-width:520px){
.main_text span.eng {display:none;}
.main_text div.line {display:none;}
.main_text p.main_t_lar {font-size:20px; color:#fff; text-align:; line-height:1.4em;}
.main_text p.main_t_lar span.point_color {color:#fff;}
.main_visual ul li .dim {display:block; width:100%; height:100%; position:absolute; background: rgba(0, 0, 0, .3);}
}




/*메인 슬라이드*/
.main_visual .bx-wrapper { margin:0 auto; padding: 0px; position: relative; width:100%; overflow:hidden ; position:relative; }
.main_visual .bx-wrapper img { }



.main_visual .bx-wrapper .bx-viewport { border: 0px solid #000;    } /*영역*/
.main_visual .bx-wrapper .bx-pager {text-align: center;  bottom: 15px; position: absolute;  width:100%; z-index:1000 } /*라운드영역*/
.main_visual .bx-wrapper .bx-controls-auto { width: 100%; bottom: -30px; position: absolute;} /*재생정지영역*/
.main_visual .bx-wrapper .bx-loading { background: url("../images/bx_loader.gif") no-repeat center rgb(255, 255, 255); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 100; min-height: 50px; }/*로딩*/
.main_visual .bx-wrapper .bx-pager { text-align: center; color:#F00;  font-family: Arial; font-size: 0.85em; font-weight: bold;  }
.main_visual .bx-wrapper .bx-pager .bx-pager-item { display: inline-block; }
.main_visual .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; }
.main_visual .bx-wrapper .bx-default-pager.bx-pager a {margin: 0px 4px; outline: 0px; border-radius: 50%; width: 8px; height: 8px; text-indent: -9999px; display: block; -moz-border-radius:  50%; -webkit-border-radius: 50%; border:1px solid  #444;  background: rgba(255, 255, 255, 0.0);  } /*라운드,글자*/
.main_visual .bx-wrapper .bx-default-pager.bx-pager a:hover { background:#444;}
.main_visual .bx-wrapper .bx-default-pager.bx-pager a.active { background:#444;}

.main_visual .bx-wrapper .bx-prev { background: url("../img/main/controls.png") no-repeat 0px -100px; left: 60px;  } /*화살표*/
.main_visual .bx-wrapper .bx-next { background: url("../img/main/controls.png") no-repeat -100px -100px; right: 60px;   } /*화살표*/
@media screen and (max-width:1260px){
.main_visual .bx-wrapper .bx-pager { bottom: 20px; }
.main_visual .bx-wrapper .bx-prev { display:none} /*화살표*/
.main_visual .bx-wrapper .bx-next { display:none} /*화살표*/
}
@media screen and (max-width:520px){
.main_visual .bx-wrapper .bx-pager { bottom: 5px; } /*라운드영역*/
.main_visual .bx-wrapper .bx-default-pager.bx-pager a {border:1px solid  #fff;  background: rgba(255, 255, 255, 0.0);  margin: 0px 3px; width: 7px; height: 7px;} /*라운드,글자*/
.main_visual .bx-wrapper .bx-default-pager.bx-pager a:hover { background:#fff;}
.main_visual .bx-wrapper .bx-default-pager.bx-pager a.active { background:#fff;}
}
.main_visual .bx-wrapper .bx-prev:hover { background-position: 0px 0px; }
.main_visual .bx-wrapper .bx-next:hover { background-position: -100px 0px; }
.main_visual .bx-wrapper .bx-controls-direction a { outline: 0px; top: 50%; width: 100px; height: 100px; text-indent: -9999px; margin-top: -50px; position: absolute; z-index: 9999; }/*화살표글자*/
.main_visual .bx-wrapper .bx-controls-direction a.disabled { display: none; }
.main_visual .bx-wrapper .bx-controls-auto { text-align: center; } /*재생정지*/
.main_visual .bx-wrapper .bx-controls-auto .bx-start { background: url("../img/main/controls.png") no-repeat -86px -11px; margin: 0px 3px; outline: 0px; width: 10px; height: 11px; text-indent: -9999px; display: block;}/*재생*/
.main_visual .bx-wrapper .bx-controls-auto .bx-start:hover { background-position: -86px 0px; }
.main_visual .bx-wrapper .bx-controls-auto .active.bx-start { background-position: -86px 0px; }
.main_visual .bx-wrapper .bx-controls-auto .bx-stop { background: url("../img/main/controls.png") no-repeat -86px -44px; margin: 0px 3px; outline: 0px; width: 9px; height: 11px; text-indent: -9999px; display: block; }/*정지*/
.main_visual .bx-wrapper .bx-controls-auto .bx-stop:hover { background-position: -86px -33px; }
.main_visual .bx-wrapper .bx-controls-auto .active.bx-stop { background-position: -86px -33px; }
.main_visual .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-pager { width: 100%; text-align: center; display:;} /*라운드영역*/
.main_visual .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-controls-auto { width: 35px; right: 0px; } /*재생정지영역*/
.main_visual .bx-wrapper .bx-caption { background: rgba(80, 80, 80, 0.75); left: 0px; width: 100%; bottom: 0px; position: absolute; }
.main_visual .bx-wrapper .bx-caption span { padding: 10px; color: rgb(255, 255, 255); font-family: Arial; font-size: 0.85em; display: block; }

.main_visual ul li { text-align:center; position:relative; max-height:662px;}



.main_visual ul li p img{ }
.main_visual .bx-wrapper p{ }
.v_01{background: url(../img/main/visual08.jpg) top center no-repeat;}
.v_02{background: url(../img/main/visual05.jpg) top center no-repeat;}
.v_03{background: url(../img/main/visual01.jpg) top center no-repeat;}




@media screen and (max-width:1200px){
.main_visual ul li {max-height:auto; width:100% !important;}
}

/*메인컨텐츠*/
.main_container{ width:100%; min-height:100px;}

@media screen and (max-width:640px){
.main_container{ padding:4% 0;}
}




/*타이틀 폰트*/
#title { color:#000;}
#title p:first-child {font-size:30px; text-align:center; padding-bottom:5px; font-family:"NanumSquare"; font-weight:200;}
#title p:last-of-type {text-align:center; margin:5px 0 0 0;}

#title_2 p:first-child {color:#fff; font-size:30px; text-align:center; padding-bottom:5px; font-family:"NanumSquare"; font-weight:600;}
#title_2 p:last-of-type {text-align:center; color:#fff;;}
#title_2 p span {color:#ff7d00; font-size:30px; font-weight:600;}

@media only screen and (max-width: 1200px){
 #title p:first-child {width:80%; margin:0 auto; font-size:25px;}
}

@media only screen and (max-width: 640px){
  #title p:first-child {font-size:22px; padding-bottom:2px;}
  #sub_title {font-size:18px;}
}


/*메인 area_1번_공지사항_구인구직*/
.main_container .area_1 {padding:2% 0;}
.main_container .area_1 .wrap {overflow:hidden;}
.main_container .area_1 .wrap .borad {width:47.5%; float:left;}
.main_container .wrap .borad:first-of-type {margin-right:5%;}

.main_container .area_1 .wrap .borad .title {height:50px; position:relative; padding-left: 16px;}
.main_container .area_1 .wrap .borad .title * {font-family:"NanumSquare"; position: absolute; top:50%; transform:translateY(-50%); font-size:23px; padding:0 3%; font-weight:600;}
.main_container .area_1 .wrap .borad .title .plus {right:0; font-size:40px; font-weight:normal; color:lightgray; }

.main_container .area_1 .wrap .borad  .notice_list {padding:3%;}

.main_container .area_1 .wrap .borad  .notice_list li {background:url('../img/main/notice_dot.gif') no-repeat 0 10px; width:100%; position:relative; line-height:26px;}

.main_container .area_1 .wrap .borad .notice_list li a {font-size:16px; width:70%; text-overflow:ellipsis; display:inline-block; word-wrap:break-word; white-space:nowrap; overflow:hidden; padding-left: 16px;}
.main_container .area_1 .wrap .borad .notice_list li .date {float:right; color:#959595}

@media screen and (max-width:1200px){
  .main_container .area_1 .wrap .borad .title * {font-size:20px;}
}



@media screen and (max-width:640px){
  .main_container .area_1 {padding-bottom:4%;}
  .main_container .area_1 .wrap .borad {float:none; width:100%; border:1px solid #ccc; box-sizing:border-box; padding:15px;}
  .main_container .area_1 .wrap .borad  .notice_list {padding:10px 10px 0 10px;}
  .main_container .area_1 .wrap .borad:first-child {margin-bottom:20px;}
  .main_container .area_1 .wrap .borad .title {height:35px;}
  .main_container .area_1 .wrap .borad .title * {font-size:18px; padding-left:0;}
  .main_container .area_1 .wrap .borad .notice_list a  {font-size:14px; line-height:32px;}
}

/*메인 area_2번*/

.main_container .area_2 {padding:4% 0; background-color:#f3f3f5; /*background:url('../img/main/main_area2_bg.jpg') no-repeat;*/}

.area2_content {overflow:hidden; margin-top:30px; text-align:center; width:100%; text-align:center;}
.area2_content .content {width:20%; text-align:center; display:inline-block; padding:0 10px;}
.area2_content .content img {width:100%; max-width:133px;}
.area2_content .content p { margin:3% 0; font-weight:500; font-size:18px;}


@media screen and (max-width:640px){
  .main_container .area_2 {padding:10% 0;}
  .area2_content .content {width:35%; padding:5%;}
  .area2_content .content p {font-size:16px;}
}


/*메인 area_3번*/

/* .main_container .area_3 {padding:4% 0;}

.area3_content {overflow:hidden; margin:30px 0;}
.area3_content .content {border:1px solid #ddd; width:24.25%; box-sizing:border-box; float:left; margin-right:1%; overflow:hidden;}
.area3_content .content img {width:100%; height:100%; max-height:280px; overflow:hidden;}
.area3_content .content:last-of-type {margin-right:0%;}

.area3_content_text {padding:25px;}
.area3_content_text p {line-height:20px; color:#a1a1a1; font-size:14px; word-wrap:break-word; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.area3_content_text p:first-child { color:black; margin-bottom:3%; font-size:16px; font-weight:400;}
.area3_content_text .area3_content_but {width:60px; height:22px; background-color:#8dc83d; border-radius:10px; position:relative; margin:0 auto; margin-top:5%; display:block; text-align:center;}
.area3_content_text .area3_content_but p {color:white; font-weight:normal; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}

.area_3 .area3_but {color:#a1a1a1; width:130px; line-height:40px; border:1px solid #a1a1a1; margin:0 auto; display:block; text-align:center;}


@media screen and (max-width:640px){
  .main_container .area_3 {padding:10% 0;}
  .area3_content_text {padding:15px;}
  .area3_content .content {width:49%; margin-right:2%;}
  .area3_content .content:nth-child(1), .content:nth-child(2) {margin-bottom:2%;}
  .area3_content .content:nth-child(2n) {margin-right:0;}
} */




.main_container .area_3 {padding:4% 0;}

.area3_content li dl {border:1px solid #ddd; width:24.25%; box-sizing:border-box; float:left; margin-right:1%; overflow:hidden;}
.area3_content li:last-of-type dl {margin-right:0%;}
.area3_content li dl dt {position:relative; overflow:hidden; height:280px;}
.area3_content li dl dt img { margin:0 auto; width:100%; height:100%; -webkit-transition: all .2s ease-in-out;	 -moz-transition: all .2s ease-in-out;	 -o-transition: all .2s ease-in-out;	 -ms-transition: all .2s ease-in-out;	 transition: all .2s ease-in-out;}
.area3_content li dl dt img:hover {-webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.area3_content li dl dt img {}
.area3_content li dl dd {padding:25px;}
.area3_content li dl dd p {line-height:20px; color:#a1a1a1; font-size:14px; word-wrap:break-word; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.area3_content li dl dd p:first-child {color:black; margin-bottom:3%; font-size:16px; font-weight:400;}

.area_3 .area3_but {clear:both; width:100%; text-align:center; padding-top:30px; margin:0; overflow:hidden}
.area_3 .area3_but .btn_color1 {width:100px; display:inline-block;  padding:10px 15px;  font-weight:400; text-align:center; background:#FFF; border:1px solid #b1b1b1; color:#000 !important;}

@media screen and (max-width:860px){
  .area3_content li dl dd p:first-child {font-size:15px;}
}

@media screen and (max-width:640px){
  .main_container .area_3 {padding:10% 0;}
  .area3_content {margin-top:30px !important;}
  .area3_content li dl {width:49%; margin-right:2%;}
  .area3_content li:nth-child(2n) dl {margin-right:0%;}
  .area3_content li:nth-of-type(3) dl {margin-top:2%;}
  .area3_content li:nth-of-type(4) dl {margin-top:2%;}

}


/*메인 area_4번*/

.main_container .area_4 {padding:1% 0; background-color:#f3f3f5;}


.re_bn_area .bx-wrapper { width: 920px; position: relative;  padding: 0;  *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y;  margin-left:230px !important;}
.re_bn_area .bx-wrapper img {display:block; max-width:100%;}
.re_bn_area .bxslider { margin: 0; padding: 0; }
.re_bn_area .bx-viewport { /* fix other elements on the page moving (in Chrome) */-webkit-transform: translateZ(0); width:2000%; overflow: hidden; position: relative; height: 62px;}


.re_bn_area .bx-viewport ul {position: relative; transition-duration: 1s; overflow:hidden;}
.re_bn_area .bx-viewport ul li {float: left; list-style: none; position: relative; width: 180px; margin-right: 5px; display:inline;}
.re_bn_area .bx-viewport ul li img {display:inline-block;}




.re_bn_area .bx-wrapper {/* -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; border: 5px solid #fff; background: #fff;*/ }/*THEME*/
.re_bn_area .bx-wrapper {max-width:920px; text}
.re_bn_area .bx-wrapper .bx-pager, .re_bn_area .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; }
.re_bn_area .bx-wrapper .bx-loading { min-height: 50px; background: url('images/bx_loader.gif') center center no-repeat #ffffff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }/* LOADER */

.re_bn_area .bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }/* PAGER */
.re_bn_area .bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.re_bn_area .bx-wrapper .bx-pager.bx-default-pager a:hover, .re_bn_area .bx-wrapper .bx-pager.bx-default-pager a.active, .re_bn_area .bx-wrapper .bx-pager.bx-default-pager a:focus { background: #000; }
.re_bn_area .bx-wrapper .bx-pager-item, .re_bn_area .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; vertical-align: bottom;  *zoom: 1; *display: inline;}
.re_bn_area .bx-wrapper .bx-pager-item { font-size: 0; line-height: 0; }

.re_bn_area .bx-wrapper .bx-prev { left: -80px;  background: url('../img/main/controls2.png') no-repeat 0 -32px; }/* DIRECTION CONTROLS (NEXT / PREV) */
.re_bn_area .bx-wrapper .bx-prev:hover, .re_bn_area .bx-wrapper .bx-prev:focus { background-position: 0 0; }
.re_bn_area .bx-wrapper .bx-next { left: -50px; background: url('../img/main/controls2.png') no-repeat -43px -32px; }
.re_bn_area .bx-wrapper .bx-next:hover, .re_bn_area .bx-wrapper .bx-next:focus { background-position: -43px 0; }
.re_bn_area .bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; }
.re_bn_area .bx-wrapper .bx-controls-direction a.disabled { display: none; }

.re_bn_area .bx-wrapper .bx-controls-auto { display: none; position:absolute; left:-70px; top:0px;/* text-align: center;*/}/* AUTO CONTROLS (START / STOP) */
.re_bn_area .bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url('../img/main/controls2.png') -86px -11px no-repeat; margin: 0 3px; }
.re_bn_area .bx-wrapper .bx-controls-auto .bx-start:hover, .re_bn_area .bx-wrapper .bx-controls-auto .bx-start.active, .re_bn_area .bx-wrapper .bx-controls-auto .bx-start:focus { background-position: -86px 0; }
.re_bn_area .bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url('../img/main/controls2.png') -86px -44px no-repeat; margin: 0 3px; }
.re_bn_area .bx-wrapper .bx-controls-auto .bx-stop:hover, .re_bn_area .bx-wrapper .bx-controls-auto .bx-stop.active, .re_bn_area .bx-wrapper .bx-controls-auto .bx-stop:focus { background-position: -86px -33px; }

.re_bn_area .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.re_bn_area .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }

.re_bn_area .bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666; background: rgba(80, 80, 80, 0.75); width: 100%; }/* IMAGE CAPTIONS */
.re_bn_area .bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }


.re_bn_area{padding:10px 2%; width:96%; overflow:hidden;}
.re_bn_area li {}
.re_bn_area h3 { float:left; margin-top:18px; width:200px;}


@media screen and (max-width:1200px){
  .re_bn_area h3 {display:none;}
  .re_bn_area .bx-wrapper .bx-prev, .re_bn_area .bx-wrapper .bx-next {display:none;}
  .re_bn_area .bx-wrapper {margin:0 auto !important;}
}




#re_bn{ }







/*메인 area_4번*/
