@charset "utf-8";

/* 목록 */
.board_header_sh{margin-top: 40px;}
.board_header_sh:after{content: "";display: block;clear: both;}
.board_header_sh > li{vertical-align: middle;}
.board_header_sh > li.bbs_total{float: left;}
.board_header_sh > li.bbs_search{float: right;font-size: 0;}
.board_header_sh > li p.total{display: inline-block;font-size: 18px;line-height: 1;color: #666;vertical-align: middle;}
.board_header_sh > li p.total span{font-size: 24px;color: #ed7000;font-weight: 600;}
.board_header_sh > li .array{display: inline-block;vertical-align: middle;margin-left: 20px;}
.board_header_sh > li .array select{width: 100px;height: 24px;line-height: 24px;padding: 0 20px 0 5px;background-image: url(../img/sub/board_select.png);background-position: 95% center;font-size: 12px;border-color: #ddd;box-sizing: border-box;}
.board_header_sh > li .num_array{display: inline-block;vertical-align: middle;margin-left: 20px;}
.board_header_sh > li .num_array select{width: 61px;height: 24px;line-height: 24px;padding: 0 20px 0 5px;background-image: url(../img/sub/board_select.png);background-position: 90% center;font-size: 12px;border-color: #ddd;box-sizing: border-box;}
.form_category{width: 80px;height: 34px;line-height: 34px;margin-right: 20px;padding: 0 20px 0 5px;background-image: url(../img/sub/board_select.png);background-position: 93% center;font-size: 14px;color: #666;border-color: #ddd;box-sizing: border-box;}
.keyword_item{display: inline-block;vertical-align: middle;}
.keyword_item .bbs_group{display: table;}
.keyword_item .bbs_group .form_keyword{display: table-cell;width: 270px;height: 34px;line-height: 34px;border: 1px solid #ddd;box-sizing: border-box;font-size: 14px;vertical-align: middle;}
.keyword_item .bbs_group .form_keyword::placeholder{font-size: 14px;color: #999;}
.keyword_item .bbs_group .btn_bbs_search{display: table-cell;vertical-align: middle;}
.keyword_item .bbs_group .btn_bbs_search span{display: block;width: 62px;height: 34px;line-height: 34px;background-color: #ed7000;text-align: center;font-size: 14px;color: #fff;font-weight: 600;vertical-align: middle;}
.keyword_item .bbs_group input + a{padding-left: 20px;}

.board_list_sh{position: relative;margin: 20px 0 30px;}
.table_list_sh {font-size: 14px;line-height: 22px;border-top: 2px solid #ed7000;}
.table_list_sh thead tr:last-child > * {border-bottom: 1px solid #ddd;}
.table_list_sh th, .table_list_sh td {height: 80px;padding: 12px 20px;border-bottom: 1px solid #ddd;font-weight: 400;box-sizing: border-box;}
.table_list_sh th {height: 60px;border-bottom: 0;background-color: #f4f4f4;color: #666;text-align: center;}
.table_list_sh td {border-bottom-color: #ddd;color: #666;text-align: center;}
.table_list_sh td a:hover{text-decoration: underline;}
.table_list_sh .subject a{font-size: 18px;color: #ed7000;font-weight: 600;}
.table_list_sh .subject a:hover, .table_list_sh .subject a:focus{text-decoration: underline;}
.table_list_sh .thumb_img{position: relative;display: block;padding-top: 62.9%;}
.table_list_sh .thumb_img > img{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.table_list_sh .check_icon > input {position: absolute;width: 1px;height: 1px; padding: 0;margin: 0;overflow: hidden;clip:rect(0,0,0,0);border: 0;vertical-align: 0;}
.table_list_sh .check_icon > input + label {position: relative;margin: 0;cursor: pointer;-webkit-user-select: none;-moz-user-select: none; -ms-user-select: none;vertical-align: middle;}
.table_list_sh .check_icon label span.check_icon {display: inline-block;width: 15px;height: 15px;vertical-align: -2px;box-sizing: border-box;background-image: url(../img/sub/checkbox_chk_ico.png);background-repeat: no-repeat;background-position: center;}
.table_list_sh .check_icon input:checked + label span.check_icon {background-image:url(../img/sub/checkbox_chk_ico_on.png);}
.table_scroll{overflow:auto;-webkit-overflow-scrolling:touch;clear:both}
.table_scroll table{min-width: 767px}

/* paging */
.paging {margin-top:30px;text-align:center;}
.paging a, .paging strong {display:inline-block;position:relative;width: 34px;height: 34px;line-height: 32px;margin: 0 0 0 6px;border: 1px solid #ccc;box-sizing: border-box;color: #666;font-size: 14px;font-weight: 200;vertical-align:middle;text-decoration:none;z-index:10;}
.paging strong {background-color: #ed7000;border-color: #ed7000;color: #fff;}
.paging .next {transform: rotate(180deg);}
.paging .last {transform: rotate(180deg);}
.paging .first, .paging .last {border-color: #aaa;background:url(../img/sub/blist_first.png)no-repeat center center;overflow: hidden;text-indent: 100%;white-space: nowrap;}
.paging .prev, .paging .next {border-color: #aaa;background:url(../img/sub/blist_prev.png)no-repeat center center;overflow: hidden;text-indent: 100%;white-space: nowrap;}

/* 상세 */
.board_view_sh_m{display: none;}
.board_view_sh{margin:50px 0 70px;}
.table_view_sh{width:100%;border-top:2px solid #999;font-size: 14px;}
.table_view_sh th{text-align:center;background:#f4f4f4;border-bottom:1px solid #ddd;color: #333;}
.table_view_sh td{border-bottom:1px solid #ddd;color: #444;}
.table_view_sh th, .table_view_sh td {height: 54px;padding: 12px 20px;border-bottom: 1px solid #ddd;box-sizing: border-box;font-weight: 400;}
.table_view_sh th:first-child, .table_view_sh td:first-child{border-left: 0;}
.table_view_sh .detail_content{height: auto;padding: 30px 20px 0;text-align: center;border-bottom: 0;}
.table_view_sh .detail_content p{text-align: left;}
.file_gruoup > li > a.file_btn{padding-right: 20px;background-image: url(../img/sub/file_btn.png);background-position: right 4px;background-repeat: no-repeat;vertical-align: middle;}
.file_gruoup > li > span{vertical-align: middle;margin-left: 10px;}
.detail_btn{text-align: center;}
.detail_btn a{display: inline-block;width: 160px;height: 80px;line-height: 78px;background-color: #ed7000;box-sizing: border-box;font-size: 20px;color: #fff;font-weight: 600;text-align: center;}

/* 취업동영상 */
.gallery_list_sh{margin-top: 20px;}
.gallery_list_sh:after{content: "";display: block;clear: both;}
.gallery_list_sh > li{float: left;width: 300px;height: 330px;margin-left: 30px;margin-top: 30px;}
.gallery_list_sh > li:nth-of-type(4n+1){margin-left: 0;}
.gallery_list_sh > li:nth-of-type(-n+4){margin-top: 0;}
.gallery_list_sh > li > a{display: block;}
.gallery_list_sh > li > a .g_img{position: relative;display: block;padding-top: 66.67%;}
.gallery_list_sh > li > a .g_img img{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.gallery_list_sh > li > a .g_txt{position: relative;height: 130px;padding: 15px 20px;background-color: #fff;border: 1px solid #e9e9e9;border-top: 0;box-sizing: border-box;color: #666;}
.gallery_list_sh > li > a .g_txt .title{margin-bottom: 20px;font-size: 16px;font-weight: 600;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;white-space: normal;line-height: 1.3;height: 2.6em;text-align: center;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.gallery_list_sh > li > a .g_txt .date{font-size: 14px;}
.gallery_list_sh > li > a .g_txt .date span{display: block;line-height: 18px;}
.gallery_list_sh > li > a .g_txt .hit{position: absolute;right: 20px;bottom: 15px;padding-left: 20px;background-image: url(../img/sub/g_hit.png);background-position: left center;background-repeat: no-repeat;font-size: 14px;vertical-align: middle;}
.gallery_list_sh > li > a:hover .g_txt .title{text-decoration: underline;}
.video_content{max-width: 1000px;margin: 0 auto;}
.video_content_inner{position: relative;width: 100%;padding: 56.6% 0 6px;}
.video_content_inner iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* 검색페이지 */
.text_ed7000{color: #ed7000;}
.search_result{width: 100%;margin-top: 50px;padding: 65px 10px;background-color: #f4f4f4;box-sizing: border-box;text-align: center;}
.search_result input{display: block;margin: 0 auto 20px;width: 566px;height: 56px;background-color: #fff;border: 1px solid #ddd;}
.search_result input::placeholder{font-size: 14px;color: #b0aeae;text-align: center;}
.search_result button{width: 173px;height: 34px;line-height: 32px;padding: 0;background-color: #5288ff;border: 0;box-sizing: border-box;font-size: 18px;color: #fff;text-align: center;font-weight: 600;vertical-align: 0;}
.search_result button:after{content: "";display: inline-block;width: 17px;height: 18px;margin-left: 10px;background-image: url(../img/sub/search_result_btn.png);background-position: center;background-repeat: no-repeat;vertical-align: -2px;}
.search_result_detail{margin-top: 50px;}
.search_category_list{overflow: hidden;}
.search_category_list > li{float: left;margin-left: 10px;}
.search_category_list > li:first-child{margin-left: 0;}
.search_category_list > li > a{display: block;padding: 9px 64px;background-color: #fff;border: 1px solid #aaa;border-radius: 20px;box-sizing: border-box;color: #777;font-size: 18px;font-weight: 600;text-align: center;}
.search_category_list > li.on > a{background-color: #5288ff;border-color: #5288ff;color: #fff;}
.search_result_text{display: block;margin: 10px 0 40px;font-size: 18px;color: #333;}
.search_result_group + .search_result_group{margin-top: 30px;}
.search_result_group .search_result_group_title{overflow: hidden;padding-bottom: 6px;border-bottom: 2px solid #999;box-sizing: border-box;}
.search_result_group .search_result_group_title h5{float: left;font-size: 18px;}
.search_result_group .search_result_group_title h5:before{content: "";display: inline-block;width: 2px;height: 16px;margin-right: 5px;background-color: #ed7000;vertical-align: -2px;}
.search_result_group .search_result_group_title h5 p{display: inline-block;font-weight: 400;}
.search_result_group .search_result_more{float: right;display: block;width: 110px;height: 30px;line-height: 28px;background-color: #888;color: #fff;font-size: 16px;font-weight: 600;text-align: center;}
.search_result_group > ul{padding: 10px 20px;}
.search_result_group > ul > li > a{font-size: 14px;line-height: 30px;vertical-align: middle;}
.search_result_group > ul > li > a:after{content: "";display: inline-block;width: 60px;height: 15px;margin-left: 5px;background-image: url(../img/sub/search_result_detail_btn.jpg);background-repeat: no-repeat;vertical-align: middle;}
.search_result_group > ul > li > a > p{display: inline-block;max-width: calc(100% - 80px);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;vertical-align: middle;}
.search_result_group > ul > li > a:hover{text-decoration: underline;}