/*header*/
#header { position: relative; width: 100%; min-height: 70px; height: auto; }
.header { padding: 0px 10px; height: auto; clear: both;  }
.logo { float: left; padding: 20px 0px; }
.logo img { width: auto; height: 30px; }
.menu_all { float: right; padding: 20px 0px; }
.menu_all img { width: auto;  height: 30px; }

/*container*/
.container { position: relative; width: 100%; height: auto; }
.contents { position: relative; width: 100%; height: auto; clear: both; overflow: hidden; }
.contents2 { position: relative; width: 96%; height: auto; margin: 0 auto; padding: 0; }
.contents2 img { width: 100%; height: auto; }
.boxs { float: left; position: relative; width: 50%; height: auto; min-height: 160px; padding: 2%; border-bottom: 1px solid #f4f4f4; box-sizing: border-box; }
@media (min-width : 400px) and (max-width : 500px) {
.boxs { min-height: 160px; }    
}
@media (min-width : 501px) and (max-width : 700px) {
.boxs { min-height: 200px; }    
}
@media (min-width : 701px) and (max-width : 900px) {
.boxs { min-height: 260px; }    
}
@media (min-width : 901px) and (max-width : 1024px) {
.boxs { min-height: 320px; }    
}
@media (min-width : 1025px) {
.boxs { min-height: 400px; }    
}

.left { border-right: 1px solid #f4f4f4; box-sizing: border-box; }
.boxs h2 { padding-top: 8px; }
.boxs h2 img { width: auto; height: 12px; }
.boxs li img { width: 100%; height: auto; }

.education h2 { padding-bottom: 15px; }
.map h2 { padding-bottom: 10px; }
.map_area { width: 100%; overflow: hidden;}

/*main_notice*/
.notice h2 { padding-bottom: 10px; }
.notice li { font-size: 11px; color: #666; line-height: 25px; border-bottom: 1px solid #eee; position: relative; width: 100%; overflow: hidden; }
.notice li a { color: #666; transition-duration: 0.2s; transition-delay: 0.1s;  }
.notice li a p { width: 75%; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notice li a:hover { color: #ccc; }
.notice li span { float: right; font-size:11px; color:#c5c4c4;  }
.notice .more_btn { display: block; padding-top: 10px; }
.notice .more_btn img { width: auto; height: 18px; }

/*board*/
.board_tab { position: relative; width: 100%; text-align: center; padding: 20px 0px; }
.board_tab li { background: #f8f8f8; display: inline-block; margin-right: 5px; width: 30%; }
.board_tab li a { display: block; color:#444; width: 100%; padding: 20px; text-align: center; font-size: 12px; border: 1px solid #ddd; box-sizing: border-box; }
.board_tab .active { background: #88adf9; }
.board_tab .active a { color: #fff; }
.board_list { width: 100%; text-align: center; }
.board_list ul li { position: relative; width: 30%; display: inline-block; padding-right: 1%; text-align: left; font-size: 12px; vertical-align: top; padding-bottom: 10px; }
.board_list ul li .thumb { width: 100%; height: auto; position: relative; vertical-align: top; }
.board_list ul li .thumb img { width: 100%; height: auto; position: relative; vertical-align: top; }
.board_list ul li span { display: block; margin-top: 5px; }
.board_list ul li span a { display: block; vertical-align: middle;  }
.board_list ul li span a img { display: block; padding-bottom: 3px; }
.board_page { text-align: center; padding: 20px 0px 50px 0px;  }
.board_page ul { width: auto; height: 20px; vertical-align: middle; line-height: 20px; }
.board_page ul li { display: inline-block; font-size: 12px;  }
.board_page ul li a { color: #444; }

/*board_view*/
.board_view { position: relative; width: 95%; height: auto; margin: 0 auto; padding: 0; }
.view_top { position: relative; width: 100%; height: auto; padding: 15px 10px; box-sizing: border-box; border-top: 1px solid #ddd; border-bottom: 2px solid #ddd; } 
.view_subjects { font-weight: bold; font-size: 14px; width: 70%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.view_data { position: absolute; right: 10px; top: 15px; color: #888; font-size: 14px; }
.view_wrap { font-size: 12px; margin: 20px 0px; position: relative; width: 100%; height: auto; overflow: hidden; }
.view_wrap img { width: 100% !important; height: auto !important; }
.general_cols { width: 100%; height: auto; overflow: hidden; clear: both; border-top: 1px solid #ddd; box-sizing: border-box; padding-top: 10px; margin-bottom: 50px; }
.col_left { float: left; }
.col_left a { display: inline-block; padding: 10px; width: 80px; background: #fff; border: 1px solid #ccc; box-sizing: border-box; text-align: center; font-size: 12px; color: #888; }
.col_right { float: right; }
.col_right a { display: inline-block; padding: 10px; width: 80px; background: #333; border: 1px solid #333; box-sizing: border-box; text-align: center; font-size: 12px; color: #fff; }

/*contact*/
#contact { position: relative; margin: 0 auto; width: 100%; height: auto; overflow: hidden; }
#contact h2 { padding: 20px 0 0 0; width: 90%; margin: 0 auto; text-align: center; }
#contact h2 img {width: auto; height:40px;}
.form { position: relative; font-size: 12px; color: #666; margin: 0 auto; width: 90%; }
.form th { width:15px; height: 50px; text-align: left; vertical-align: top; line-height: 50px; }
.form th img { width: auto; height: 10px; padding: 0px 5px; }
.form td { position: relative; width:auto; height: 50px; text-align: left; vertical-align: middle; line-height: 50px; }
.form td span { padding-right: 10px; }
.form input { border:1px solid #ddd; border-radius: 10px; box-sizing: border-box; color: #bbb; }
.form input.f1 { width: 100%; height: 40px; padding: 10px; }
.form textarea { border:1px solid #ddd; border-radius: 10px; box-sizing: border-box; color: #666; width: 100%; height: 200px; padding: 20px; color: #bbb; }
.form input[type="radio"] { width: 10px; } 
#btn { text-align: center; padding: 10px 0px; }
.contact_btn { border: 0; background: #fff; cursor: pointer; }
.contact_btn img { width: 170px; height: auto; }

/*job_form*/
.down_btn img { width: auto; height:30px; }
.job_form h2 { position: relative; width: 100%; height: auto; margin: 0 auto; }
.job_form h2 img { width: auto; height: 50px; padding: 20px 0px; }
.job_form { background: #fff; width: 96%; margin: 0 auto; }
.form2 { width: 100%; font-size: 12px; color: #666; margin: 0 auto; border-top: 1px solid #eee; background: #fff; }
.form2 tr { border-bottom: 1px solid #eee; }
.form2 th { position: relative; width:15px; height: 50px; text-align: left; vertical-align: middle; line-height: 50px; }
.form2 th img { width: auto; height: 10px; padding: 0px 10px; }
.form2 td { position: relative; width:auto; height: 50px; text-align: left; vertical-align: middle; line-height: 70px; }
.form2 select, .form2 input { border:1px solid #ddd; border-radius: 10px; box-sizing: border-box; color: #bbb; }
.form2 select.f1 { width: 100%; height: 30px; padding: 10px; }
.form2 input.f1 {  width: 100%; height: 30px; padding: 10px; }
.form2 input.f2 {  width: 100%; height: 30px; padding: 10px; }
.jobform_btn { text-align: center !important; padding: 20px 0px; }
.jobform_btn a { margin: 0px 3px; }
.jobform_btn img { width: 40%; height: auto; display: inline-block; }
#upFile1 { padding: 0px !important; border: none !important; }

/*footer*/
#footer { position: relative; width: 100%; height: auto; background: #f1f1f1; }
.footer { margin: 0 auto; padding: 40px 0px; width: 90%; max-width: 1140px; line-height: 18px;  }
.footer_nav { font-size: 12px; font-weight: bold; padding-bottom: 10px; }
.footer_nav li { display: inline-block; padding-right: 10px; vertical-align: top; }
.footer_nav li:after { content: "|"; padding-left: 10px; color: #ddd; font-weight: normal; }
.footer_nav li:last-child:after { content: ""; }
.footer_nav li a { color: #444; transition-duration: 0.2s; transition-delay: 0.1s; }
.footer_nav li a:hover { color: #ccc; }
.info { font-size: 11px; color:#777; }

/*menu*/
.close { width : 50px; height : 50px; position : absolute; right : 0px; top : 0px; z-index : 1; background-image : url("/m/images/close.png"); background-size : 50%; background-repeat : no-repeat; background-position : center; cursor : pointer; } 
#menu { width : 50%; height : 100%; position : fixed; top : 0px; right : -50%; z-index : 10; border : 1px solid #c9c9c9; background-color : white; text-align : center; transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; } 
#menu.open { right : 0px; }
.menu { position: relative; padding: 20px; text-align: left; }
.menu li { display: block; font-size: 12px; font-weight: bold; line-height: 40px; height: auto; border-bottom: #f4f4f4 solid 1px; }
.menu li a { font-weight: bold; color: #333; }
.sub_nav { display: block; }
.sub_nav li a { color: #aaa !important;  }
.sub_nav li:first-child { border-top: #f4f4f4 solid 1px; }
.sub_nav li:last-child { border-bottom: 0px; }

.top_nav { width: 100%; }
.top_nav ul { text-align: center; width: 100%; overflow: hidden; clear: both; padding: 0px; border-top: 1px solid #ddd; }
.top_nav ul li { float: left; font-size: 0.6em; width:25%; padding: 10px 0px; box-sizing: border-box; border-right: 1px solid #eee; border-bottom: 1px solid #ddd; }
.top_nav ul li:last-child { border-right:0px; }
.top_nav ul li a { font-weight: bold; color: #333; }

/*textarea*/
.agg { width: 100%; height: 600px; border: 1px solid #ddd; box-sizing: border-box; border-radius: 10px; padding: 10px; margin: 0px auto 50px auto; }
h3 { font-size: 14px; padding: 40px 0px 20px 0px; font-weight: bold; text-align: center; }

/*pop*/
.popup { width: 80%; height: auto; position: absolute; left: 10%; top: 102px; z-index: 999; border: 1px solid #fff; box-sizing: border-box; background: #fff; display:none;}
.pop_top {position: relative; }
.pop_top img { width: 100%; height: auto; }
.pop_footer { padding: 0px 10px; }
.pop_left_btn { float: left; font-size: 12px; vertical-align: middle; }
.pop_right_btn { float: right; padding: 5px 0px; }
.pop_left_btn input[id="check"] { position: relative; top: 3px; }

/*추가페이지 레이아웃*/
.contents { width: 96%; padding: 0 2%; }
.contents img { max-width: 100%; }
.contents .tit { margin-bottom: 20px; }
.section01 { padding-top: 60px; }
.section02 { margin-top: 20px; }
hr {border: 0; height: 0px; padding-bottom:40px;}
.down_btn2 img { width: auto; height: 28px; }

/*채용공고 게시판*/
.employment_board { border-top: 1px solid #ddd; border-left: 1px solid #ddd; font-size: 12px; }
.employment_board tr { border-bottom: 1px solid #ddd; line-height: 48px; }
.employment_board th { font-weight: bold; background-color: #f8f8f8; }
.employment_board th, .employment_board td { border-right: 1px solid #ddd; height: 48px; text-align: center;  }
.board_write_btn { float: right; margin-top: 10px; }
.board_write_btn img { width: auto; height:30px; }

/*지원하기 폼양식*/
.employment_form { border-top: 1px solid #ddd; border-left: 1px solid #ddd; font-size: 12px; }
.employment_form tr { border-bottom: 1px solid #ddd; line-height: 60px; }
.employment_form th { font-weight: bold; background-color: #f8f8f8; width: 20%; }
.employment_form th, .employment_form td { border-right: 1px solid #ddd; height: 60px; text-align: center;  }
.employment_form input, .employment_form select { border: 1px solid #ddd; box-sizing: border-box; width: 90%; height: 38px; font-size: 12px; padding-left: 10px; }
.form_send_btn { float: right; margin-top: 10px; }
.form_send_btn img { width: auto; height:30px; }
.employment_form input[type="file"] { margin-top: -5px; padding-top: 6px; }

/* 채용공고 게시판 글쓰기 */
.employment_board_write { width: 100%; height: auto; clear: both; overflow: hidden; background: #f8f8f8; padding-bottom: 20px; }
.employment_board_write table { width: 98%; height: auto; margin: 20px auto 20px auto; background: #fff; border-top: 1px solid #ddd; border-left: 1px solid #ddd; font-size: 12px; }
.employment_board_write table tr { border-bottom: 1px solid #ddd; }
.employment_board_write table th { width: 20%; font-weight: bold; height: 60px; line-height: 60px; border-right: 1px solid #ddd; }
.employment_board_write table td { text-align: center; border-right: 1px solid #ddd; }
.employment_board_write input, .employment_board_write select { border: 1px solid #ddd; box-sizing: border-box; width: 90%; height: 38px; font-size: 12px; padding-left: 10px; }
.employment_board_write textarea { width: 90%; height: 220px; display: block; margin: 0 auto; border: 0px; }
.board_leftbtn { float: left; }
.board_rigbtn { float: right; }
.board_leftbtn img, .board_rigbtn img { width: auto; height: 30px; }

.employment_board_write p { text-align: left; padding: 0 15px; }


