@charset "utf-8";
/**************************************************** 제이쿼리를 이용한 input // S *******************************************************/
/* 상단 검색 창 그룹 */
.form_wrap {*zoom:1; margin-bottom:40px;}
.form_wrap:after {content:" "; display:block; clear:both;}
.leftSelect {float:left;}
div.form_group{
	*zoom:1;
	display:inline-block;
	vertical-align:top;
	float:right;
}
div.form_group:after {content:" "; display:block; clear:both;}
/* j-query 형식 선택 박스 */
#select_Option {
	float:left;
	position: relative;
	width: 120px;
	/*height: 38px;*/
	padding:9px 8px;
	vertical-align:top;
	display:inline-block;
	margin-right:5px;
	border: 1px solid #ccc;
	border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   	appearance: none;         /* 화살표 없애기 공통*/
    background: url('../images/common/check.png') no-repeat 90% 50%; /* 화살표 아이콘 추가 */
	color:#333;
	font-size:14px;
}
#select_Option::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}
.btn_primary{background:url('../images/common/search_icon.png') 13px center no-repeat #28405e; border:none; border-radius:2px; padding-left:15px; width:70px; height:38px; line-height:38px; font-size:14px; font-weight:600; color:#fff; float:left; margin:0 0 0 3px; cursor:pointer;}

/* input 감싼 박스 */
.placeholder_box {
	display:inline-block;
    position: relative;
	vertical-align:middle;
	float:left;
}
/* input 타이틀 */
.placeholder_box label {
    color: #797979;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 14px;
	font-weight:normal;
    cursor: text;
}
.placeholder_box input[type="text"] {
    height: 38px;
	line-height:38px;
    width: 250px;
	padding:0 15px;
    /*padding: 10px 15px;*/
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_box input[type="text"]:focus{
	border-color: #28405e;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 52, 83, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 52, 83, .6);
}
/**************************************************** 제이쿼리를 이용한 input Title // S *******************************************************/

/* input Title 감싼 박스 - 사용자*/
.placeholder_Title_user{
	display:inline-block;
    position: relative;
	vertical-align:middle;
	float:left;
}

/* input 타이틀 - 사용자*/
.placeholder_Title_user label {
    color: #555;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 15px;
	font-weight:normal;
    cursor: text;
}
.placeholder_Title_user input[type="text"] {
    height: 30px;
	line-height:30px;
    width: 600px;
	padding:0 15px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_Title_user input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* input 감싼 박스 - write 무단입력방지 */
.placeholder_chk {
	display:inline-block;
    position: relative;
	vertical-align:middle;
}
/* input 타이틀 */
.placeholder_chk label {
    color: #555;
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 15px;
	font-weight:normal;
    cursor: text;
}
.placeholder_chk input[type="text"] {
    height: 25px;
	line-height:25px;
    width: 400px;
	padding:0 0 0 10px;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_chk input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.input-group-Big {
    vertical-align: middle;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 2px;
    float: left;
}
.bottom_check_Big {
    width: 98.5%;
    padding: 10px;
}
.bottom_check_Big .cclyoung{float:left; display:inline-block; font-weight:600; font-size:16px; width:75px; background-image:url('../images/common/impors.png'); background-repeat:no-repeat; background-position:0 center; padding:10px 9px 5px 25px;}
/**************************************************** 제이쿼리를 이용한 input // E *******************************************************/

/* table (적용 : board(notice list, link list), Admin page */
table.board_table{border-top:2px solid #28405e; width:100%;}
table.board_table caption{display:none;}
table.board_table thead tr th:first-child, table tbody tr td:first-child{border-left:none;}
table.board_table thead tr th{padding:14px 0; font-size:15px; font-weight:600; color:#555; border-bottom:3px solid #eee;}
table.board_table tbody tr td{padding:14px 0; text-align:center; border-bottom:1px solid #e9e9e9; font-size:14px; font-weight:500; color:#555;}
table.board_table tbody tr td.alignLeft{text-align:left; padding:0 10px;}
table.board_table tbody tr td a {color:#555;}
table tbody tr td a.btn_style { display:inline-block; padding:5px; background-color:#28405e; color:#fff; border-radius:5px;}
table tbody tr td a.btn_style:hover, table tbody tr td a.btn_style:focus{background-color:#eee; color:#444;}
input.btn_style{ background-color:#0093ca; color:#fff; border-radius:5px;  padding:8px 30px; border:none;cursor:pointer;}
input.btn_style:hover, input.btn_style:focus { background-color:#eee; color:#444; }

/* admin -  member management */
.import_desc {padding: 0 0 15px 0;}

/* table_viewpage (적용 : gallery view page) */
.alert-success {text-align:center;}
table.board_Vtable{border-top:2px solid #28405e; word-break:break-all; word-wrap:break-word;}
table.board_Vtable thead tr th{ letter-spacing:0.02em; padding:13px 20px; font-size:15px; font-weight:600; color:#555; text-align:left; background:#f9f9f9; border-bottom:1px dotted #eee;}
table.board_Vtable thead tr td{border-bottom:1px solid #eee; padding:10px 20px;}
table.board_Vtable thead tr td ul:after{content:" "; display:block; clear:both;}
table.board_Vtable thead tr td ul li{float:left; color:#999; padding-right:5px; font-size:13px; font-weight:400;}
table.board_Vtable thead tr td ul li.imbar{color:#ccc;}
table.board_Vtable thead tr td ul li img{vertical-align:text-top;}
table.board_Vtable tbody{border-top:2px solid #eee;}
table.board_Vtable tbody tr td{padding:20px; }
table.board_Vtable tbody tr td div.board_content{word-break:break-all; word-wrap:break-word; min-height:300px; font-size:14px; font-weight:400; color:#555;}
table.board_Vtable tbody tr td div.board_content img {max-width:100%; height:auto;}
.board_Vtable thead tr td li.download_li{position:relative;}
.board_Vtable thead tr td li.download_li > a{display:block; color:#999;}
.board_Vtable thead tr td li.download_li > a img{vertical-align:text-top;}
.attachment{position:absolute; top:25px; left:-19px; background:#fff; width:254px; padding:6px; border:1px solid #aaa;}
.attachment ul{*zoom:1; margin-top:6px; position:relative;}
.attachment ul:first-child{margin-top:0px;}
.attachment ul:after{content:" "; display:block; clear:both;}
.attachment ul li{ font-size:12px !important; font-weight:400; color:#444 !important; width:190px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 21px; height: 21px;}
.attachment ul li img{padding-right:6px;}
.attachment ul li a:hover{text-decoration:underline;}
.attachment ul li span.attach_down{position:absolute; top:0; right:10px; font-size:11px !important; font-weight:400;}
.attachment ul li span.attach_down a{color:#4bb9c0;}
.attachment div.xbtn{position:absolute; top:5px; right:5px; cursor:pointer;}
.gallery_pt {border-top:2px solid #28405e; word-break:break-all; word-wrap:break-word; margin:0 0 40px 0;}
.gallery_pt > p {padding:13px 20px; text-align:left; background:#f9f9f9; border-bottom:1px dotted #eee; letter-spacing:0.02em; font-size:15px; font-weight:600; color:#555;}
.gallery_pt .topinfo {border-bottom:1px solid #eee; padding:10px 20px;}
.gallery_pt .topinfo li {color:#666; padding-right:5px; font-weight:400; font-size:14px; line-height:24px;}
.gallery_pt .topinfo li span {display:inline-block; margin:0 0 0 20px;}
.gallery_pt .topinfo li span:first-child {margin:0;}
.gallery_pt .cent_img img {max-width:100%;}

/* table_viewpage 이전 글, 다음 글*/
table.board_Vtable tfoot{border-top:2px solid #eee; border-bottom:2px solid #eee; }
table.board_Vtable tfoot tr td:first-child{background:#f9f9f9; font-weight:600; font-size:13px;}
table.board_Vtable tfoot tr td{padding:13px 20px; text-align:left; border-bottom:1px solid #eee; font-size:13px; font-weight:400; color:#555;}

/* table_Write page (적용 : board(notice 글쓰기, link list) page*/
table.board_Wtable{border-top:2px solid #28405e; width:100%;}
table.board_Wtable thead tr.boardW_title th{background:none; padding:10px 0; font-size:15px; font-weight:600; color:#555; border-bottom:1px dotted #eee; text-align:center;}
table.board_Wtable thead tr.boardW_title td{padding:10px 20px; color:#555; border-bottom:1px dotted #eee;text-align:left;}
table.board_Wtable thead tr.boardW_small th{padding:10px 0;}
table.board_Wtable thead tr.boardW_second th{padding:10px 0; border-bottom:1px solid #eee;}
table.board_Wtable thead tr.boardW_second td{padding:10px 20px; border-bottom:1px solid #eee;}
table.board_Wtable thead tr th{background:url('../images/common/child_icon.png') 15px 8px no-repeat; padding:8px; font-size:12px; font-weight:400; border-bottom:2px solid #eee; text-align:center;}
table.board_Wtable thead tr th.active{background:none;}
table.board_Wtable thead tr td{font-size:12px; padding:5px 20px; font-weight:400; border-bottom:2px solid #eee;}
table.board_Wtable thead tr td input{vertical-align:middle;}
table.board_Wtable thead tr td input.qna_input{
    height: 25px;
	line-height:25px;
    width: 200px;
    padding:0px 15px;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
table.popup_manage{border-top:2px solid #28405e;}
table.popup_manage thead tr th{border-right:1px solid #e9e9e9; background-color:#f9f9f9; font-weight:600; letter-spacing:0.02em;}
table.popup_manage thead tr th,table.popup_manage thead tr td{height:25px; padding:10px 15px; border-bottom:1px solid #e9e9e9;}
.popup_manage thead tr td input{height:25px; padding-left:5px; line-height:25px; font-size:13px;}

.board_Vtable tbody tr td div.gallery_content{
	min-height:300px; 
	font-size:14px; 
	font-weight:400; 
	color:#555; 
}

/* member_mgm -lecture // S */
.member_mgm table{border-top: 2px solid #28405e;}
.member_mgm thead th {padding:15px 0; background: #f9f9f9; color:#333; font-size:15px; font-weight:600; text-align:center; letter-spacing:-0.04em;}
.member_mgm tbody td {padding: 15px 0; border-bottom: 1px solid #e9e9e9; color: #626262; font-size:14px; font-weight:400; text-align:center;}
.member_mgm tbody td.align_left{text-align:left; padding-left:15px;}
.text_left {color: #444444; text-align: left; padding-bottom:7px;}

/* lecture_signup // S */
.lecture_signup{border-top:2px solid #28405e;}
.lecture_signup tbody th{text-align:left; padding:13px 15px; height:29px; background:#f9f9f9; border-bottom:1px solid #e9e9e9; border-right:1px solid #e9e9e9; font-size:13px; font-weight:600;}
.lecture_signup tbody td{padding:13px 20px; border-bottom:1px solid #e9e9e9; border-right:1px solid #e9e9e9; font-size:13px; font-weight:400;}
.lecture_signup tbody td input,.lecture_signup tbody td select{height:25px; vertical-align:middle; padding-left:10px; border:1px solid #ccc;}
.lecture_signup tbody td select{width:130px;}

/* publication // S */
.publication_Table {border-top:2px solid #28405e; table-layout:fixed;}
.publication_Table tbody tr td table{border-bottom:1px solid #e7e7e7;}
.publication_Table tbody tr td table tbody tr th{font-size:16px; font-weight:600; color:#525252; padding:24px 0; text-align:center; border-bottom:1px solid #e7e7e7;}
.publication_Table tbody tr td table tbody tr td{padding:24px 10px 24px 15px; border-bottom:1px solid #e7e7e7;}
.publication_Table tbody tr td table tbody tr td .gray_font{font-size:14px; font-weight:400; color:#777;}
.publication_Table tbody tr td table tbody tr td div.title,.publication_Table tbody tr td table tbody tr td div.title a{font-size:16px; font-weight:600; color:#1b40ba;}
.publication_Table tbody tr td table tbody tr td div.title a.publication_down{background:url('../images/common/downbtn_blueB.jpg') 0 center no-repeat; padding-left:20px;}
.publication_top {color: rgb(85, 85, 85); font-size: 15px; font-weight: 400; line-height: 26px; word-break: keep-all; text-align: left;}
.publication_top span.title_book{color:rgb(149, 149, 193);}

/* member 180628 */
.memTitle {padding:0 0 0 29px; font-size:25px; line-height:30px; font-weight:700; color:#1a3554; letter-spacing:-0.03em; margin:0 0 30px 0; 
	background-image:url('../images/sub/sk_icon.png');
	background-repeat:no-repeat;
	background-position:0 2px;
}
.member_wrap2 {*zoom:1; border-top:2px solid #123988; border-bottom:1px solid #e1e1e1; margin:0 0 40px 0;}
.member_wrap2:after {content:" "; display:block; clear:both;}
.member_wrap2 > div {float:left; width:50%; padding:20px 0; border-bottom:1px solid #e1e1e1; min-height:220px;}
.member_wrap2 > div:last-child {border-bottom:none;}
.member_wrap2 dl:after{content:" "; display:block; clear:both;}
.member_wrap2 dl dt {float:left; background:#f7f7f7; width:180px; height:225px; line-height:225px; text-align:center;} 
.member_wrap2 dl dt img {position:relative; max-width:100%; max-height:100%;}
.member_wrap2 dl dd {float:left; margin:10px 0 0 30px; width:260px; font-size:14px; font-weight:400; color:#222;}
.member_wrap2 dl dd h2.m_name{ font-size:25px; line-height:26px; font-weight:700; color:#111; margin:0 0 20px 0;}
.member_wrap2 dl dd .info_top {font-size:14px; font-weight:400; display:block;}
.member_wrap2 dl dd .posi {font-size:14px; font-weight:400; line-height:20px; margin:0 0 10px 0;/*height:100px; overflow:hidden;*/}
.member_wrap2 dl dd .info .email {font-size:14px; font-weight:400; color:#111;}
.member_wrap2 dl dd .info .email strong {font-weight:600;}
/*.member_wrap2 dl dd ul li {font-size:14px; font-weight:400; color:#000d0d; line-height:37px; padding:0 0 0 21px; background:url('../images/sub/small_blue.gif') 0 13px no-repeat;}
.member_wrap2 dl dd ul li span {font-weight:600; display:inline-block; width:50px; margin:0 19px 0 0;}
*/
/* member tab //S*/
.member_tab ul {*zoom:1; margin:0 0 58px 0;}
.member_tab ul:after {content:" "; display:block; clear:both;}
.member_tab ul li {float:left; width:25%; font-size:16px; font-weight:600; text-align:center;}
.member_tab ul li a {display:block; height:30px; line-height:30px; border:1px solid #bfc0c1; margin:0 0 0 -1px;}
.member_tab ul li a:hover , .member_tab ul li.active a {background:#28405e; color:#fff; height:32px; line-height:32px; border:none;}
/* member tab //E*/

.member_list {*zoom:1;}
.member_list:after {content:" "; display:block; clear:both;}
.member_wrap {}
.mb-odd {margin-left:0;}
.member_wrap h3 {*zoom:1; height:44px; background:#ebebeb; line-height:44px; padding:0 12px 0 19px;}
.member_wrap h3:after {content:" "; display:block; clear:both;}
.member_wrap h3 span {float:left; font-size:17px; font-weight:600; color:#414042; display:inline-block; margin:0 5px 0 0;}
.member_wrap h3 a.detail {float:right; font-size:13px; font-weight:600; color:#fff; display:inline-block; background:#1c77b5; line-height:23px; margin:12px 0 0; height:23px; padding:0 7px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
}
.member_wrap h3 a.detail:hover {background:#3c94d0;}
.member_box {*zoom:1; padding:19px 12px;}
.member_box:after {content:" "; display:block; clear:both;}
.member_box p {float:left; width:92px; height:116px; border:1px solid #abb4b7; line-height:118px; text-align:center;}
.member_box p img {position:relative; max-width:100%; max-height:100%; object-fit:cover;}
.member_box ul {float:left; width:322px; margin:0 0 0 35px;}
.member_box ul li {letter-spacing:-0.05em; font-size:14px; font-weight:400; color:#414042; line-height:30px; width:322px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.member_box ul li a:hover {color:#1c77b5;}
.member_box ul li span {margin:0 14px 0 0; width:65px; display:inline-block; text-align:center; font-size:14px; font-weight:600; height:23px; line-height:23px; color:#fff; background:#acacac;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}

/* MEMBER 상세보기 detail // S*/
.member_detail {position:relative; border-top:1px solid #0487c8;}
.member_detail a.back {position:absolute; top:15px; right:38px; font-size:13px; font-weight:600; color:#fff; display:inline-block; background:#1c77b5; line-height:23px; margin:12px 0 0; height:23px; padding:0 7px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
}
.member_detail a.back:hover {background:#3c94d0;}
.detail_top {*zoom:1; padding:28px 38px; background:#f4fbfe; border-bottom:1px solid #d1d3d4;}
.detail_top:after {content:" "; display:block; clear:both;}
.detail_top p {float:left; width:144px; height:182px;}
.detail_top p img {object-fit:cover;}
.detail_top dl {float:left; width:728px; margin:0 0 0 40px;}
.detail_top dl dt {font-size:17px; font-weight:600; color:#414042; margin:0 0 15px 0;}
.detail_top dl dt span {display:inline-block; font-size:21px; margin:0 3px 0 0;}
.detail_top dl dd {padding:0 0 0 5px; letter-spacing:-0.03em; font-size:14px; font-weight:400; color:#414042; line-height:30px;}
.detail_top dl dd a {}
.detail_top dl dd a:hover {color:#1c77b5;}
.detail_top dl dd span {display:inline-block; margin:0 14px 0 0; width:65px; height:23px; line-height:23px; font-size:14px; font-weight:600; color:#fff; text-align:center; background:#acacac;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}
.detail_box {padding:44px 8px;}
/* MEMBER // E */

/* MEMBER_rank // S*/
.member_rankTable{border-top:2px solid #28405e;}
.member_rankTable thead tr th{border-bottom:2px solid #e9e9e9; padding:15px 0; background-color:#f9f9f9; font-size:14px; font-weight:800; letter-spacing:0.5em;}
.member_rankTable thead tr th:first-child, .member_rankTable tbody tr th{border-right:1px solid #e9e9e9;}
.member_rankTable tbody tr th, .member_rankTable tbody tr td{border-bottom:1px solid #e9e9e9; padding:10px 0; font-size:14px; font-weight:400;} 
.rank_input{height:30px; line-height:30px; background:#f9f9f9; border:none; text-align:center; box-shadow:1px 1px 5px #ddd;}
/* MEMBER_rank // E */

/* Gallery - new */
.gallery_box:before,.gallery_box:after{
  display: table;
  content: " ";
}
.gallery_box{
	margin-right: -40px;
	margin-left: -40px;
}
.col-md-3{
 position: relative;
  min-height: 1px;
  float:left;
  width:207px; margin:0 0 20px 40px;
}
.gallery_thumb a {
	display:block;
}
.gallery_thumb .thumbnail {

}
.thumbnail {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail:hover .bg-thumb {position:relative;}
.thumbnail:hover .bg-thumb span {position:absolute; width:100%; height:100%; background:url('../images/common/black_opa.png') repeat; opacity:0.5;}
.thumbnail:hover .caption {background:#f0f0f0; color:#000;}
.bg-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    width: 205px;
    height: 150px;
	border:1px solid #ccc;
	overflow:hidden;
}
.thumbnail .caption {
    padding: 20px 15px;
    color: #333;
	background:#f8f8f8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #666;
}
.thumbnail .caption p {font-size:14px; font-weight:400; color:#333; height:50px; width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.thumbnail .caption div span {display:inline-block; padding:0 0 0 15px; margin:0 0 0 50px; font-size:11px;}
.thumbnail .caption div span.datetime {background:url('../images/common/clock.png') 0 center no-repeat; margin-left:0;}
.thumbnail .caption div span.hits {background:url('../images/common/hits.png') 0 center no-repeat;}
/* gallery_view //E */

/* table_Writepage input group common*/
.input-group .boardW_input{padding:3px 10px;}

input[type="checkbox"] {vertical-align:middle;}

.input-group {
	*zoom:1;
    position: relative;
    display: table;
    border-collapse: separate;
	vertical-align:middle;
}
.input-group:after {
	content:" ";
	display:block;
	clear:both;
}
.input-group-addon {
	vertical-align:middle;
    padding: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 2px;
	float:left;
}

/* table_Writepage 하단에 무단입력방지*/
.bottom_check{width:736px; border-top: 2px solid #eee; border-bottom: 2px solid #eee; padding:10px;}
.bottom_check .cclyoung{float:left; display:inline-block; width:75px; background:url('../images/common/impors.png') 0 3px no-repeat; padding:5px 9px 5px 25px;}

/* board - 목록 버튼*/
.board_btn{background-color:#e0433a; font-size:13px; font-weight:600; width:80px; height:35px; line-height:35px; text-align:center; border-radius: 5px; margin:30px auto;}
.board_btn a{display:block; color:#fff; }
.board_btn:hover{background-color:#eee; color:#555;}
.board_btn a:hover{color:#555;}

/* board - list 버튼 (글쓰기) */
.boardList_btn{font-size:13px; font-weight:600; width:100%; height:30px; line-height:30px; text-align:center; margin:15px 0 0px 0; clear:both;}
.boardList_btn span{display:inline-block; width:80px; float:right;}
.boardList_btn span a{display:block; background-color:#28405e; color:#fff; border-radius:5px;}
.boardList_btn span a:hover{background-color:#eee; color:#555; border-radius:5px;}

/* board - write 버튼 (등록 삭제 목록) */
.board_btn_wrap {*zoom:1;width:100%; position:relative;}
.board_btn_wrap:after {content:" "; display:block; clear:both;}
.boardW_btn{font-size:13px; font-weight:600; height:30px; line-height:30px; float:right; margin:20px 0 0;}
.boardW_btn span{display:block; float:left; background-color:#f7f7f7; width:80px; border-radius:5px; text-align:center;}
.boardW_btn span a{display:block; color:#555;}
.boardW_btn span a:hover{background-color:#28405e; color:#fff; border-radius:5px;}
.boardW_btn span.ok_btn{float:left;}
.boardW_btn span.ok_btn a{display:block; background-color:#f7f7f7; color:#555; border-radius:5px;}
.boardW_btn span.ok_btn a:hover{background-color:#28405e; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn{float:right; margin-left:10px;}
.boardW_btn span.back_btn a{background-color:#28405e; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn a:hover{background-color:#f7f7f7; color:#555; border-radius:5px;}
.boardW_btn span.list_btn{float:left;  margin-left:10px;}/*만약목록으로버튼왼쪽하려면 써*/
.boardW_btn span.list_btn a{display:block; background-color:#f7f7f7; color:#333;}
.boardW_btn span.reply_btn {float:left;}
.boardW_btn span.left_btn{position:absolute; top:0; left:0;}
.boardW_btn span.left2_btn{position:absolute; top:0; left:90px;}

/* 파일첨부버튼 */
.file_btn{color:#fff !important; background:#acc4ca; border-radius:4px; box-shadow:2px 2px 2px #ddd; height:30px; width:80px; line-height:30px; text-align:center; display:block;}

/* Link - Write input */
.input-group .link_title{
	display:inline-block; 
	text-align:center;
	width:110px;
	padding-left:8px;
	height:30px;
	font-size:16px;
	font-weight:400;
	color:#555;
	vertical-align:baseline;
	float:left;
}
.input-group .child_link{
    background: url(../images/common/child_icon.png) 33px 0px no-repeat;
	font-size:14px;

	font-weight:400;
	padding-left:18px;
	width:100px;
	float:left;
}

input[type="text"].common_text_input  {
    height: 25px;
    width: 400px;
    padding: 10px 15px;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus.common_text_input{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Search files 파일 찾기 버튼 */
#fileName{
	float:left; 
	width: 200px; 
	height: 30px; 
	padding: 10px 15px; 
	box-sizing: border-box;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#fileName_b{
	float:left; 
	width: 250px; 
	height: 30px; 
	padding: 10px 15px; 
	box-sizing: border-box;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#file_input_div{
	position:relative; 
	width:111px; 
	height:34px; 
	vertical-align:middle; 
	overflow:hidden;
}
#file_input_button{
	/*position:absolute; 
	top:0px; */
	width:111px; 
	height:34px; 
	font-size:14px; 
	color:#fff !important; 
	line-height:34px; 
	text-align:center;
	background-color:#723626;
	border:none; 
	padding-left:0px !important; 
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}
.file_input_hidden{
	-moz-opacity: 0; 
	filter: alpha(opacity: 0); 
	opacity: 0; 
	z-index: 2;
	 position: absolute; top: 0px; left: 0px; width: 95px; padding: 0; margin: 0; z-index: 1; line-height: 90%;
}
.paginate {
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    clear: both;
}
.paginate a, .paginate strong {
    display: inline-block;
    position: relative;
    margin: 0 0 0 -1px;
    width: 34px;
    height: 34px;
    font-weight: bold;
    font-size: 12px;
    color: #333;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.paginate strong {
    color: #fff;
    background: #28405e;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/* 내부,팝업 NEW LOGIN */
#login_form1 {
	width:756px; 
	margin:50px auto 0;
}
.login_box h3 {
	width:240px; 
	font-size:20px; 
	color:#3a3a3a; 
	background-color:#fcecd7; 
	padding:12px 0; 
	text-align:center; 
	font-weight:600;
	border:1px solid #dadada; 
	border-bottom:none; 
}
.login_inputs { 
	border:1px solid #dadada; 
	height:218px;
	padding:60px  50px;
}
.login_inputs:after{ 
	display:block; 
	content:"";
	clear:both;
}
.login_inputs .left_login, .right_desc{ 
	float:left;
}
.id_input input, .pw_input input {   
	width:280px; 
	padding-left:37px;
	height:38px; 
	border:1px solid #cacaca; 
	margin-bottom:12px;
	line-height:38px;
	font-size:16px;
	box-shadow:0 0 0px #e9791a;
	-webkit-box-shadow:0 0 0px #e9791a;
	-ms-box-shadow:0 0 0px #e9791a;
	-o-box-shadow:0 0 0px #e9791a;
	-webkit-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
}
.id_input input{
	background:url('../images/common/id_user_icon.png') no-repeat 6px 6px;
}
.pw_input input{
	background:url('../images/common/pass_key_icon.png') no-repeat 6px 6px;
}
.id_input input:focus, .pw_input input:focus { 
	border-color:#e9791a; outline:none; 
	box-shadow:0 0 5px #e9791a;
	-webkit-box-shadow:0 0 5px #e9791a;
	-ms-box-shadow:0 0 5px #e9791a;
	-o-box-shadow:0 0 5px #e9791a;
}
.chk_input input{ 
	background-color:#fff; 
	border:1px solid #ccc;  
	margin-right:6px; 
}
.chk_input label {
	color:#666; 
	vertical-align:middle;
}
#login_form1 .btn_input input { 
	width:317px; height:40px;  
	margin:12px 0;background-color:#e9791a ;
	border:none; color:#fff; 
	font-size:16px; cursor:pointer; 
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s; 
	text-shadow:none;
	}
#login_form1 .btn_input input:hover, #login_form1 .btn_input input:focus { 
	color:#444; 
	background-color:#ffdcad
}
.btn_a a { 
	display:inline-block; 
	width:152px; 
	padding:8px 0; 
	border: 1px solid #e9791a; 
	text-align:center; 
	color:#d46100; 
	-webkit-transition:all .3s; 
	-o-transition:all .3s; -ms-transition:all .3s;
}
.btn_a a:first-child {
	margin-right:5px;
}
.btn_a a:hover, .btn_a a:focus { 
	background-color:#ffdcad; 
	border-color:#ffdcad; 
	color:#444;
}
.login_inputs .right_desc { 
	padding-left:35px;
	width:298px;
	letter-spacing:-0.03em;
}
.right_desc img{ 
	padding:10px 0 15px 85px 
}
.right_desc p{ 
	padding:13px 36px; 
	text-align:center; 
	background-color:#fcf1e7; 
	line-height:20px;
}

/* id 찾기 */
.id_tab {height:47px;}
.id_tab li {
	width:240px;
	font-size:18px; 
	height:47px; 
	line-height:47px;
	text-align:center; 
	font-weight:600;
	border:1px solid #dadada; 
	border-bottom:none;
	float:left;
}
.id_tab li a {
	display:block; 
	width:100%; 
	height:100%;
	color:#444;  
}
.id_tab li:last-child {
	border-left:none;
}
.activeTab { 
	color:#3a3a3a; 
	background-color:#fcecd7;
} 

/* tab 이벤트 클래스 */
.id_tabl:after { content:""; display:block; clear:both;}
.find_in { padding:30px 80px 0; }
.name_input, .ok_input{ float:left;}
.ok_input_pw { padding-top:25px;}

.name_input input {  
	width:250px; 
	padding-left:37px;
	height:38px; 
	font-size:16px;
	border:1px solid #cacaca; 
	margin-bottom:12px;
	line-height:38px; 
	background:url('../images/common/id_user_icon.png') no-repeat 6px 6px;
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s; 
	box-shadow:0 0 0px #e9791a;
	-webkit-box-shadow:0 0 0px #e9791a;
	-ms-box-shadow:0 0 0px #e9791a;
	-o-box-shadow:0 0 0px #e9791a;
	
	}
.name_input input#mailInput { 
	background:url('../images/common/mail_icon.png') no-repeat 6px 6px; 
}
.name_input label { 
	display:inline-block; 
	width:60px;
	height:40px; 
	font-size:14px; 
	font-weight:600; 
	color:#444;
}

.name_input span{
	display:block;
}
.name_input input:focus { 
	border-color:#e9791a; 
	outline:none; 
	box-shadow:0 0 5px #e9791a;
	-webkit-box-shadow:0 0 5px #e9791a;
	-ms-box-shadow:0 0 5px #e9791a;
	-o-box-shadow:0 0 5px #e9791a;
	}

#login_form1 .ok_input input {
	width:110px; 
	height:92px; 
	background-color:#e9791a; 
	margin-left:20px; 
	border:1px solid #e9791a; 
	font-size:16px; 
	text-shadow:none; 
	letter-spacing:1px;
}
#login_form1 .ok_input input:hover, #login_form1 .ok_input input:focus {
	background-color:#ffdcad; 
	color:#444;
	border:1px solid #ffdcad
}
.btn_link{ 
	clear:both; 
	padding:10px 50px;}

.btn_link a {
	display:inline-block; 
	width:134px; 
	height:35px;
	border:1px solid #e9791a; 
	color:#EF7208; 
	font-weight:600;
	margin:0 8px; 
	text-align:center; 
	line-height:35px; 
	transition:all .3s; 
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s;
}
.btn_link a:hover, .btn_link a:focus { 
	background-color:#F9D8AE; 
	border-color:#F9D8AE; 
	color:#444
}

/* password찾기-new (170621)  */
.find_in2 { padding:10px 80px 30px;}

/* 팝업로그인 */

.form-style-1 li {
padding: 0;
display: block;
list-style: none;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
.form-style-1 input[type=radio],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	/*padding: 7px;*/
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;  
	height:38px;
	font-size:16px;
}

.form-style-1 input[type=text], .form-style-1 input[type=password] {
 padding-left:10px;
}

.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	-moz-box-shadow: 0 0 8px #ff3434;
	-webkit-box-shadow: 0 0 8px #ff3434;
	box-shadow: 0 0 8px #ff3434;
	border: 1px solid #ff3434;
}

.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-1 .required{
	color:red;
}
.login_box2 {*zoom:1; width:100%;}
.login_box2:after {content:" "; display:block; clear:both;}
.login_box2 .left_box {float:left; width:400px;}
.login_box2 .left_box .center {width:370px; margin:0 auto; padding:80px 0 0;}
.login_box2 .left_box h2 {text-align:center; font-size:25px; font-weight:600; margin:0 0 35px 0; color:#000; background:url('../images/common/lock.png') 95px center no-repeat;}
.login_box2 .left_box ul {padding:0 0 18px 0; border-bottom:1px solid #ccc; margin:0 0 12px 0;}
.login_box2 .left_box ul li {font-size:16px; font-weight:600; color:#0f0f0f; margin:13px 0 0;}
.login_box2 .left_box ul li span {display:inline-block; width:86px;}
.login_box2 .left_box ul li .input {width:260px; line-height:38px;}
.login_box2 .left_box .userchk {font-size:14px; font-weight:400; color:#666; margin:0 0 13px 0;}
.login_box2 .left_box .userchk input {border:1px solid #777; background-color:transparent;}
.login_box2 .left_box .login_btn {font-size:18px; font-weight:600; text-align:center; margin:0 0 10px 0;}
.login_box2 .left_box .login_btn a {display:block; background:#ff2525; height:40px; line-height:40px; color:#fff;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.login_box2 .left_box .login_btn a:hover {color:#333; background:#fe8585;}
.login_box2 .left_box .member_btn a {display:inline-block; width:47.5%; border:1px solid #fe0f0f; height:34px; line-height:34px; text-align:center; font-size:14px; font-weight:400; color:#fe0f0f;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.login_box2 .left_box .member_btn span {vertical-align:middle; display:inline-block; margin:0 10px 0 0;}
.login_box2 .left_box .member_btn a:hover {background:#fe8585; color:#fff; border:1px solid #fe8585;}
.login_box2 .left_box .member_btn a.find {}
.login_box2 .left_box .member_btn a.join {margin:0 0 0 10px;}
.login_box2 .left_box .input {vertical-align:middle;}

.login_box2 .right_box {float:left; width:350px; padding:110px 0 0;}
.login_box2 .right_box span {display:block; text-align:center; margin:0 0 30px 0;}
.login_box2 .right_box p {font-size:16px;font-weight:400; color:#333; text-align:center; line-height:22px;}

/* join 가입페이지 */
.privacy_title {
	font-size:20px; 
	margin:20px 0 10px; 
	font-weight:700; 
	color:#135BBE; 
	text-align:left;
}
.book_wrap {
	padding:7px 6px; background:url('../images/common/p_pattern.png') repeat; 
	margin:0 0 30px 0;
}
.bookmark {
	background:#fff; 
	padding:15px;
}
.bookmark tbody td {
	font-size:14px; 
	font-weight:400; 
	line-height:22px; 
	word-break:keep-all; 
	vertical-align:top; 
	padding:0 10px;
}
.bookmark tbody td a {
	color:#0069EA;
}


.required_txt {
	color:#555; 
	margin:0 0 5px 0; 
	text-align:right;
}
.required_txt img{
	margin-right:5px;
}
.privacy_bottom {
	padding:10px; 
	background:#fff; 
	border:1px solid #ddd; 
	margin:0 0 30px 0;
}
.privacy_bottom p {
	font-size:14px; 
	font-weight:400; 
	color:#686868;
	line-height:22px; 
	word-break:keep-all;
}
.privacy_agree {
	padding:20px 0; 
	background:#f8f8f8; 
	margin:20px 0 0; 
	border:1px solid #ddd;
}
.privacy_agree span {
	display:inline-block; 
	margin:0 0 0 40px; 
	font-size:13px; 
	color:#686868;
	font-weight:400;
}
.privacy_agree span:first-child {
	margin:0;
}
.privacy_agree input {
	vertical-align:middle;
}

.import { 
	margin:0 0 0 20px; 
	vertical-align:middle;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/

/* FULL LOGIN Page */
*{margin:0; padding:0;}

img{ outline:none; border:none;}

.container { 
	width:1600px; 
	margin:0 auto;
	padding:100px 0; 
}
.container:after{
	content:""; 
	display:block; 
	clear:both;
}

.com_logo {
	padding:200px 80px 0px 20px;
	float:left; 
}
.com_logo img {
	width:700px; 
}	
.area_wrap {
	padding:119px 0 95px 90px;
	border-left:3px solid #dedede;
	float:left; 
}
.login_area { 
	/*width:400px;*/
	height:373px;
	background:url('../images/common/login_box_bg.png') 0 0 no-repeat;
	padding:60px 98px 142px 105px;
}
.login_area h2 {
	font-size:26px; 
	font-weight:800; 
	color:#fff; 
	text-align:center;
	margin:0 0 35px 0;
}
.login_area p {
	
}
.login_area input[type="text"], .login_area input[type="password"] {
	width:350px; 
	height:50px;
	border:1px solid #fff;
	background-color:transparent;
	padding-left:50px;
	color:#fff;
	line-height:50px;
	font-size:16px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
}
.login_area input[type="text"]:focus, .login_area input[type="password"]:focus{
box-shadow:0 0 5px #4b69ff;
-webkit-box-shadow:0 0 5px #06718a;
-ms-box-shadow:0 0 5px #06718a;
-o-box-shadow:0 0 5px #06718a;
border:1px solid #06718a;
outline:none;
}

.login_area .userid input { background:url("../images/common/id_user_icon_white.png") no-repeat 5px 8px}
.login_area .userpw input { background:url("../images/common/pass_key_icon_white.png") no-repeat 5px 8px}

.login_area .userid label, .userpw label{
	display:block;
	color:#fff;
	padding:0 0 12px 0;
	font-size:16px;
	font-weight:600;
}
 .login_area p.userchk {height:70px; line-height:70px; color:#fff;}
 .login_area p.userchk input {width:18px; height:18px; border:1px solid #fff; background-color:transparent; vertical-align:middle; margin-right:10px;}
 .login_area p.userchk a {color:#fff; text-decoration:none;}
 .login_area .userpw {margin:19px 0 0;}

.login_area .btn input{ width:400px; height:55px;border:none;background-color:#fff; color:#06718a; font-size:20px; transition:all .3s; cursor:pointer;}
.login_area .btn input:hover, .btn input:focus { background-color:#06718a; color:#fff;}
.login_area .links {text-align:center; color:#fff; padding:20px 0;}
.login_area .links a {
	padding:5px 30px; color:#fff; text-decoration:none;
}
.login_area .links a:hover, .links a:focus {text-decoration:underline;}
/*----------------------------------------------------------------------------------------------------------------------------------*/
/* QNA 팝업 CSS */
#password_Div {
    display: none;
    position: absolute;
	top:50%;
	left:50%;
    width: 275px;
    height: 145px;
    border: none;
    padding: 10px 0;
    background-color: #ffffff;
	border:1px dotted #f7f7f7;
}
#password_Div dl{ 
	width:223px; 
	margin:0 auto;
	position:relative;
}
#password_Div dl > dt {
    margin:18px 0;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    color: #111;
}
#password_Div dl > dt > a {
    float: right;
    margin-right: 10px;
    color: #ffffff;
}
#password_Div dl > dd {
    padding: 11px 0px 11px 0;
	margin-bottom:10px;
    font-weight: bold;
	border-bottom:1px solid #cccccc;
}
#password_Div dl > dd > span {
    padding-right: 10px;
	font-size:14px;
	font-weight:400;
	color:#393939;
	display:inline-block;
}
#password_Div dl > dd > .pw_input{
	width:140px;
	height:25px;
	background-color:transparent;
	padding-left:10px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	border:1px solid #66afe9;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#password_Div dl > dd > .pw_input:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#password_Div  a.pw_btn{
	display:block;	
	width:223px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:600;
	text-align:center;
	letter-spacing:0.5em;
	color:#fff;
	background-color:#193452;
}
.pw_xbtn{
	position:absolute;
	top:15px;
	right:17px;
}
#rep_password_Div {
    display: none;
    position: absolute;
	top:50%;
	left:50%;
    width: 275px;
    height: 155px;
    border: none;
    padding: 10px 0;
    background-color: #f6f6f6;
	border:1px solid #173250;
}
#rep_password_Div dl{ 
	width:223px; 
	margin:0 auto;
	position:relative;
}
#rep_password_Div dl > dt {
    margin:18px 0;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    color: #111;
}
#rep_password_Div dl > dt > a {
    float: right;
    margin-right: 10px;
    color: #ffffff;
}
#rep_password_Div dl > dd {
    padding: 11px 0px 11px 0;
	margin-bottom:10px;
    font-weight: bold;
	border-bottom:1px solid #cccccc;
}
#rep_password_Div dl > dd > span {
    padding-right: 10px;
	font-size:14px;
	font-weight:400;
	color:#393939;
	display:inline-block;
}
#rep_password_Div dl > dd > .pw_input{
	width:140px;
	height:25px;
	background-color:transparent;
	padding-left:10px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	border:1px solid #66afe9;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#rep_password_Div dl > dd > .pw_input:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#rep_password_Div a.pw_btn{
	display:block;	
	width:223px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:600;
	text-align:center;
	letter-spacing:0.5em;
	color:#fff;
	background-color:#173250;
}
/* reply 등록 - 작성자,비밀번호 O */
.reply_area {}
.reply_area .reply_box {border-top:1px solid #2f4ea6; padding:20px 25px; background:#f9f9f9;}
.reply_area .reply_box ul {*zoom:1; margin:0 0 15px 0;}
.reply_area .reply_box ul:after {content:" "; display:block; clear:both;}
.reply_area .reply_box ul li {float:left; font-size:16px; font-weight:600; color:#373737;}
.reply_area .reply_box ul li.user span {background:url('../images/common/reply_icon1.png') 0 2px no-repeat; padding:0 0 0 20px;}
.reply_area .reply_box ul li.user_pw span {background:url('../images/common/reply_icon2.png') 0 center no-repeat; margin:0 0 0 43px; padding:0 0 0 29px;}
.reply_area .reply_box ul li span {width:70px; display:inline-block;}
.reply_area .reply_box ul li input {height:25px; line-height:25px; border:1px solid #d1d1d1; border-radius:5px; width:217px; padding-left:10px;}
.reply_area .reply_box p {*zoom:1; font-size:16px; font-weight:600; color:#373737;}
.reply_area .reply_box p:after {content:" "; display:block; clear:both;}
.reply_area .reply_box p textarea {float:left; width:600px; border-radius:5px; border:1px solid #d1d1d1; font-size:13px;}
.reply_area .reply_box p span {display:inline-block; float:left; padding:0 0 0 20px; width:70px; background:url('../images/common/reply_icon3.png') 0 center no-repeat;}
.reply_area .reply_btn_box {text-align:right; margin:17px 0 25px;}
.reply_btn_box a.reply_btn {padding:15px 0; width:80px; background:#ddd; display:inline-block; font-size:16px; font-weight:600; color:#193453; text-align:center;
	transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.reply_btn_box a.reply_btn:hover {background:#193453; color:#fff;}

/* reply 등록 - 작성자,비밀번호 X */
.replay_area2 {*zoom:1;}
.replay_area2:after {content:" "; display:block; clear:both;}
.replay_area2 textarea {float:left; width:759px;  border:1px solid #d1d1d1; font-size:13px;}
.replay_area2 a.reply_btn {
	float:left; width:80px; line-height:65px; height:65px; background:#2e2e2e; display:inline-block; font-size:16px; font-weight:600; color:#82c3ff; text-align:center;
	transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.replay_area2 a.reply_btn:hover {background:#000; color:#fff;}

/* reply list */
.reply_num {font-size:17px; display:inline-block; margin:0 0 12px 0; font-weight:600; color:#373737; padding:0 23px 0 0; background:url('../images/common/top_arrow.png') 100% center no-repeat;}
.reply_num span {color:#193453;}
#reply_table {border-top:1px solid #5d5d5d; width:100%; border-spacing:0; border-collapse:collapse;}
#reply_table tbody {border:none;}
#reply_table td {padding:15px 10px; border-bottom:1px solid #c7c7c7;}
#reply_table td dl dt {*zoom:1; margin:0 0 13px 0;}
#reply_table td dl dt:after {content:" "; display:block; clear:both;}
#reply_table td dl dt .left {float:left;}
#reply_table td dl dt .left .user_n {font-size:16px; font-weight:600; color:#373737; display:inline-block;}
#reply_table td dl dt .left .reply_date {display:inline-block; font-size:15px; font-weight:400; color:#b4b4b4; margin:0 0 0 15px;}
#reply_table td dl dt .right {float:right; font-size:15px; font-weight:400; color:#4a92d0;}
#reply_table td dl dt .right a {color:#4a92d0;}
#reply_table td dl dd {font-size:14px; font-weight:400; color:#6e6e6e; line-height:20px;}

/* faq */
.faq {margin:0 0 30px 0;}
.faq ul {border-top:2px solid #28405e;}
.faq ul li {border-bottom:1px solid #cfcfcf;}
.faq ul li dl dt {*zoom:1; font-size:15px; font-weight:600; color:#454545; padding:20px; line-height:26px;}
.faq ul li dl dt:after {content:" "; display:block; clear:both;}
.faq ul li dl dt p {float:left; cursor:pointer; width:900px; /*padding:0 0 0 20px;*/}
.faq ul li dl dt span {float:left; width:21px;}
.q_btn {float:left; display:inline-block; width:29px;}
.faq ul li dl dd {*zoom:1; font-size:14px; font-weight:400; color:#333; display:none; line-height:26px; background:#f4f4f4; border-top:1px solid #ccc; word-break:keep-all; padding:15px 50px;}
.faq ul li dl dd:after {content:" "; display:block; clear:both;}
.faq ul li dl dd span {float:left; width:21px;}
.faq ul li dl dd p {float:left; width:850px; word-break:keep-all;}
.faq ul li dl dt span {font-weight:600; color:#28405e; display:inline-block; margin:0 10px 0 0;}
.faq ul li dl dd span {font-weight:600; color:#5fc315; display:inline-block; margin:0 10px 0 0;}
ul.faq_tab  {*zoom:1; border:none; margin:0 0 20px 0;}
ul.faq_tab:after {content:" "; display:block; clear:both;}
ul.faq_tab li {float:left; border:none; width:182px; font-size:13px; font-weight:600; text-align:center; line-height:31px;}
ul.faq_tab li a {display:block; height:31px; background:url('../images/sub/line.png') 0 0 repeat-y #bcbcbc; color:#fff;}
ul.faq_tab li a:hover , ul.faq_tab li.on a {background:#9ebadb;}

ul.faq_tab02  {*zoom:1; border:none; margin:0 0 20px 0;}
ul.faq_tab02:after {content:" "; display:block; clear:both;}
ul.faq_tab02 li {float:left; border:none; font-size:15px; font-weight:600; text-align:center; padding:0 0 0 15px; background:url('../images/sub/blue_circle.gif') 0 4px no-repeat;}
ul.faq_tab02 li a {display:block; color:#444;}
ul.faq_tab02 li a:hover , ul.faq_tab02 li.on a {background:#9ebadb;}

ul.faq_tab03  {*zoom:1; border:none; margin:0 0 20px 0;}
ul.faq_tab03:after {content:" "; display:block; clear:both;}
ul.faq_tab03 li {float:left; border:none; width:33%; font-size:13px; font-weight:600; text-align:center; line-height:31px;}
ul.faq_tab03 li a {display:block; height:31px; background:url('../images/sub/line.png') 0 0 repeat-y #bcbcbc; color:#fff;}
ul.faq_tab03 li a:hover , ul.faq_tab li.on a {background:#9ebadb;}

#table_input_box {}
#table_input_box th {font-size:17px; font-weight:600; color:#151515; padding:15px 10px 15px 40px; text-align:left; font-weight:600; letter-spacing:-0.02em; border-bottom:1px solid #ddd;}
#table_input_box td {border-bottom:1px solid #ddd; font-size:16px; font-weight:400; padding:15px 10px 15px 40px;}
#table_input_box input[type="text"], #table_input_box input[type="email"]{
	height: 34px;
	line-height:34px;
	padding-left:10px;
	width:220px;
    box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		
}
#table_input_box input[type="text"]:focus, #table_input_box input[type="email"]:focus, #table_input_box textarea:focus {
	border-color: #723626;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(235,29,77, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(235,29,77, .6);
}
#table_input_box textarea {
	width:100%;
	resize:none;
	border:1px solid #ddd;
	padding:15px;
	min-height:100px;
	
	font-size:15px;
} 
.Bbtn_wrap {*zoom:1; margin:20px 0;}
.Bbtn_wrap:after {content:" "; display:block; clear:both;}
.Btn_left {float:left;}
.Btn_left a {display:inline-block; padding:8px 25px; text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.Btn_left .left_btn a {background:#787777; color:#fff;}
.Btn_left .left_btn a:hover {color:#fff; background:#626060;}
.Btn_left .left_btn2 a {background:#e1e1e1; color:#111;}
.Bbtn_right {float:right;}
.Bbtn_right a {display:inline-block; padding:8px 25px; text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.Bbtn_right .right_btn a {background:#193453; color:#fff;}
.Bbtn_right .right_btn a:hover {color:#131419; background:#ddd;}
.Bbtn_right .right_btn2 a {background:#d1d1d1; color:#333;}
.Bbtn_right .right_btn2 a:hover {color:#333; background:#d1d1d1;}

/* media */
.Blist {border-top:2px solid #183352;}
.Blist .viewIcon span {display:inline-block; vertical-align:middle; font-size:14px; font-weight:400; color:#999; letter-spacing:-0.03em;
	background-repeat:no-repeat;
	background-position:0 50%;
}
.Blist .viewIcon span.date {padding:0 0 0 20px; 
	background-image:url('../images/sub/time_icon.png');
}
.Blist .viewIcon span.hit {padding:0 0 0 26px; margin:0 0 0 30px;
	background-image:url('../images/sub/hit_icon.png');
}
/* 최근게시글 */
.Blist .recentList {*zoom:1; padding:20px 0; border-bottom:1px solid #ddd; margin:0 0 53px 0;}
.Blist .recentList:after {content:" "; display:block; clear:both;}
.Blist .recentList p {float:left; width:290px; height:210px; background:#fff; text-align:center;}
.Blist .recentList p a {
	width:100%; height:100%;
	display:block;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.Blist .recentList p a:hover {
	box-shadow:10px 10px 10px #d1d1d1;
	-webkit-box-shadow:10px 10px 10px #d1d1d1;
	-moz-box-shadow:10px 10px 10px #d1d1d1;
	-ms-box-shadow:10px 10px 10px #d1d1d1;
	-o-box-shadow:10px 10px 10px #d1d1d1;
}
.Blist .recentList p img {max-width:100%; height:100%; object-fit:fill;}
.Blist .recentList .right {float:left; width:65%; margin:0 0 0 29px; padding:29px 0 0;}
.Blist .recentList .right dl {margin:0 0 40px 0;}
.Blist .recentList .right dl dt {font-size:17px; font-weight:700; letter-spacing:-0.03em; margin:0 0 40px 0; line-height:22px;}
.Blist .recentList .right dl dt a {display:block; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#111;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.Blist .recentList .right dl dt a:hover {color:#183352;}
.Blist .recentList .right dl dd {font-size:16px; width:100%; font-weight:400; color:#666; letter-spacing:-0.03em;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* 리스트 */
.Blist .mLsit ul {*zoom:1;}
.Blist .mLsit ul:after {content:" "; display:block; clear:both;}
.Blist .mLsit ul li {float:left; width:290px; margin:0 0 50px 35px; border-bottom:1px solid #ddd; padding:0 0 25px 0;}
.Blist .mLsit ul li.one {margin-left:0;}
.Blist .mLsit ul li a {display:block; color:#111; margin:0 0 19px 0;}
.Blist .mLsit ul li a:hover .thumb {
	box-shadow:10px 10px 10px #d1d1d1;
	-webkit-box-shadow:10px 10px 10px #d1d1d1;
	-moz-box-shadow:10px 10px 10px #d1d1d1;
	-ms-box-shadow:10px 10px 10px #d1d1d1;
	-o-box-shadow:10px 10px 10px #d1d1d1;
}
.Blist .mLsit ul li a:hover {color:#183352;}
.Blist .mLsit ul li p {font-size:15px; margin:0 0 20px 0;line-height:16px; font-weight:400; color:#666; letter-spacing:-0.03em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100%;}
.Blist .mLsit ul li .thumb {display:block; width:100%; height:210px; overflow:hidden; background:#fff; margin:0 0 20px 0;text-align:center; border:1px solid #ddd;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.Blist .mLsit ul li .thumb img {max-width:100%; height:100%; object-fit:contain;}
.Blist .mLsit ul li .txt {display:block; font-size:16px; font-weight:600; letter-spacing:-0.03em; line-height:22px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100%;}

/* award , notive*/
.AList {border-top:2px solid #183352;}
.AList .viewIcon {margin:0 0 30px 0;}
.AList .viewIcon span {display:inline-block; vertical-align:middle; font-size:14px; font-weight:400; color:#999; letter-spacing:-0.03em;
	background-repeat:no-repeat;
	background-position:0 50%;
}
.AList .viewIcon span.date {padding:0 0 0 20px; 
	background-image:url('../images/sub/time_icon.png');
}
.AList .viewIcon span.hit {padding:0 0 0 26px; margin:0 0 0 30px;
	background-image:url('../images/sub/hit_icon.png');
}
.AList ul li {*zoom:1; padding:20px 0; border-bottom:1px solid #ddd;}
.AList ul li:after {content:" "; display:block; clear:both;}
.AList ul li p {width:290px; height:210px; float:left;text-align:center;}
.AList ul li p img {max-width:100%; height:100%; object-fit:contain;}
.AList ul li .right {float:left; width:65%; margin:0 0 0 29px; padding:29px 0 0;}
.AList ul li .right dl {margin:0 0 26px 0;}
.AList ul li .right dl dt {font-size:17px; font-weight:700; letter-spacing:-0.03em; margin:0 0 25px 0; line-height:18px;}
.AList ul li .right dl dt a {display:block; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#111;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.AList ul li .right dl dt a:hover {color:#183352;}
.AList ul li .right dl dd {font-size:16px; width:100%; font-weight:400; color:#666; letter-spacing:-0.03em;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.AList ul li .right .rBtn {text-align:right;}
.AList ul li .right .rBtn a {display:inline-block; padding:10px 20px; background:#e7e7e7; font-size:14px; font-weight:400; color:#666; letter-spacing:-0.03em;}
.AList ul li .right .rBtn a span {display:inline-block; vertical-align:middle; margin:0 0 0 35px;}
.AList ul li .right .rBtn a:hover {color:#183352;}
.AList ul li .right .rBtn a span img {
	position:relative;
	top:0; right:0;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.AList ul li .right .rBtn a:hover span img {right:-5px;}

/* lecture 패스워드페이지 */
.lecture_form {border-top:2px solid #183352; padding:50px 0 60px; border-bottom:2px solid #ddd; text-align:center;}
.lecture_form .inputTop {margin:0 0 40px 0;}
.lecture_form .inputTop h5 {margin:0 0 27px 0;}
.lecture_form .inputTop p {font-size:16px; font-weight:400; color:#666; letter-spacing:-0.03em;}
.lecture_form .inputBox input[type="password"] {
    height: 48px;
	line-height:48px;
	padding:0 10px;
	min-width:398px; 
    box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.lecture_form .inputBox input[type="password"]:focus{
	border-color: #193453;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 52, 83, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 52, 83, .6);
}
.inputBox a {display:inline-block; margin:10px 0 0; min-width:398px; font-size:17px; font-weight:700; color:#fff; letter-spacing:-0.03em; padding:12px 0; background:#193453; border:1px solid #ddd;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.inputBox a:hover {background:#ddd; color:#193453;}

/* lecture 패스워드 입력후 list */
.feature_tab {margin:20px 0 40px 0;}
.feature_tab ul {*zoom:1; height:47px; background:url('../images/sub/tb_line2.gif') 0 100% repeat-x;}
.feature_tab ul:after {content:" "; display:block; clear:both;}
.feature_tab ul li {float:left;}
.feature_tab ul li a {display:block; padding:0 20px; margin:0 1px 0 0;font-size:14px; letter-spacing:-0.03em; font-weight:600; height:45px; line-height:45px; border:1px solid #ddd; border-bottom:none;
	background:#f6f6f6;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
}
.feature_tab ul li.on a, .feature_tab ul li a:hover {background:#fff; color:#193453; border-color:#193453; height:46px; line-height:46px;}

/* publication - journal, conference , patents */
.pubList ul.pub_tab {*zoom:1; margin:0 0 35px 0;}
.pubList ul.pub_tab:after {content:" "; display:block; clear:both;}
.pubList ul.pub_tab li {float:left; margin:0 1px; font-size:14px; letter-spacing:-0.03em; text-align:center; width:9.7%;}
.pubList ul.pub_tab li:first-child {}
.pubList ul.pub_tab li a {background:#f3f3f3; color:#888; line-height:40px; height:40px; display:block;}
.pubList ul.pub_tab li a:hover, .pubList ul.pub_tab li.on a {color:#fff; background:#193453; font-weight:700;}

.pubList ul.pub_tab2 {*zoom:1; margin:0 0 35px 0;}
.pubList ul.pub_tab2:after {content:" "; display:block; clear:both;}
.pubList ul.pub_tab2 li {float:left; margin:0 0 0 2px; font-size:14px; letter-spacing:-0.03em; text-align:center; width:49.8%;}
.pubList ul.pub_tab2 li:first-child {margin:0;}
.pubList ul.pub_tab2 li a {background:#f3f3f3; color:#888; line-height:40px; height:40px; display:block;}
.pubList ul.pub_tab2 li a:hover, .pubList ul.pub_tab2 li.on a {color:#fff; background:#193453; font-weight:700;}


.pubList table {border-top:2px solid #193453;}
.pubList table th {padding:20px 0; vertical-align:top;font-size:14px; font-weight:700; color:#666; letter-spacing:-0.03em; border-bottom:1px solid #ddd;}
.bookList table th p {width:100px; height:130px;}
.pubList table th p img {max-width:100%; max-height:100%;}
.pubList table td {text-align:left; padding:20px 0; border-bottom:1px solid #ddd;word-break:break-all;}
.pubList table td p {font-size:14px; font-weight:700; color:#333; margin:0 0 15px 0;}
.pubList table td p a {color:#8C8C8C; text-decoration:underline; font-weight:1000;}
.pubList table td ul li {font-size:13px; font-weight:400; color:#666; line-height:22px;}
.pubList table td ul li a {color:#0036ff; font-weight:700;}
.pubList table td .listImg {display:block; margin:20px 0 0;}
.pubList table td .listImg img {max-width:100%;}

/* book */
.bookList table {border-top:2px solid #193453;}
.bookList table th {font-size:14px; font-weight:700; color:#666; letter-spacing:-0.03em; border-bottom:1px solid #ddd; padding:20px;}
.bookList table th p {width:100px; height:130px;}
.bookList table th p img {max-width:100%; height:100%; object-fit:fill;}
.bookList table td {text-align:left; padding:20px 0; border-bottom:1px solid #ddd;}
.bookList table td p {font-size:14px; font-weight:700; color:#333; margin:0 0 15px 0;}
.bookList table td p a {color:#0036ff;}
.bookList table td ul li {font-size:13px; font-weight:400; color:#666; line-height:22px;}
.bookList table td ul li a {color:#0036ff; font-weight:700;}
/******************************************************** 반응형 //S *********************************************************************************************/

@media screen and (max-width:801px) {
	/* media */
	.Blist .recentList p {float:none; text-align:center; margin:0 auto;}
	.Blist .recentList .right {float:none; width:95%; margin:20px 0 0; padding:0;}
	.Blist .recentList .right dl {}
	.Blist .recentList .right dl dt {font-size:15px; line-height:16px; margin:0 0 20px 0;}
	.Blist .recentList .right dl dd {font-size:14px; line-height:15px;}
	.Blist .recentList .right .viewIcon {text-align:right;}
	.Blist .viewIcon span {font-size:12px; background-size:10px;}

	.Blist .mLsit ul li {width:45%; margin:0 2% 8%; padding:0 0 20px 0;}
	.Blist .mLsit ul li.one {margin-left:2%;}
	.Blist .mLsit ul li .thumb {height:150px;}
	.Blist .mLsit ul li .txt {font-size:15px; line-height:16px;}
	.Blist .mLsit ul li a {margin:0 0 15px 0;}
	.Blist .mLsit ul li p {font-size:14px; line-height:15px;}
	.Blist .viewIcon span.date {padding:0 0 0 15px;}
	.Blist .viewIcon span.hit {margin:0 0 0 20px; padding:0 0 0 15px;}

	/* award / notice */
	.AList ul li p {width:40%; margin:0 auto; height:100px;}
	.AList ul li .right {width:55%; margin:0 0 0 3%; padding:10px 0 0;}
	.AList ul li .right dl {margin:0 0 15px 0;}
	.AList ul li .right dl dt {font-size:15px; line-height:16px; margin:0 0 10px 0;}
	.AList ul li .right dl dd {font-size:14px;}
	.AList .viewIcon {margin:0 0 40px 0;}
	.AList .viewIcon span {font-size:12px; background-size:10px;}
	.AList .viewIcon span.date {padding:0 0 0 15px;}
	.AList .viewIcon span.hit {margin:0 0 0 20px; padding:0 0 0 15px;}

	.AList ul li .right .rBtn a {padding:8px 10px; font-size:13px;}
	.AList ul li .right .rBtn a span {margin:0 0 0 15px;}

	/* lecture 패스워드입력페이지 */
	.lecture_form .inputBox input[type="password"] {
		min-width:300px;
	}
	.inputBox a {min-width:300px; font-size:15px;}

	/* lecture 패스워드 입력후 list */
	.feature_tab ul {height:42px;}
	.feature_tab ul li a {padding:0 10px; font-size:13px; height:40px; line-height:40px;}
	.feature_tab ul li.on a, .feature_tab ul li a:hover {height:41px; line-height:42px;}

	/* publications - journal, conference , patents */
	.pubList ul.pub_tab li {font-size:13px; width:19.4%; margin-bottom:2px;}
	.pubList ul.pub_tab2 li {font-size:13px; width:49.5%;}
	.pubList .bookth {width:30%;}
	.pubList table td {padding:20px 10px;}
	.pubList table td p {font-size:13px;}
	.pubList table td ul li {font-size:12px; line-height:20px;}

	/* book */
	.bookList table th {padding:20px 15px;}

}
@media screen and (max-width:640px) {

	.publication_top {
		font-size: 13px;
	}
	.publication_Table tbody tr td table tbody tr th {
		font-size:14px;
	}
	.member_wrap dl {
		padding: 18px 5px;
	}
	.member_wrap dl dt {
		float: none;
		/* background: url(../images/new_UI_img/basic_People_bg.jpg) 0 0 no-repeat; */
		width: 100%;
	}
	.member_wrap dl dd {
		float: none;
		margin: 15px 0 0 10px;
		width: auto;
		font-size: 14px;
	}
	.member_wrap dl dd h2.m_name {
		font-size: 20px;
	}
	.member_wrap dl dd div.info {
		margin: 15px 0 25px 0;
	}
	.member_mgm thead th {
		font-size: 12px;
	}
	.member_mgm tbody td {
		font-size: 12px;
	}
	table.board_table thead tr th {
		font-size: 12px;
		padding:10px 0;
	}
	table.board_table tbody tr td {
		font-size: 12px;
		padding:10px 0;
	}
	table.board_Vtable tbody tr td div p img{width:100%;}
	table.board_Vtable tfoot tr td {
		padding: 10px 10px;
	}
	table.board_Wtable thead tr th{
		background: url(../images/common/child_icon.png) 0px 5px no-repeat;
		padding:8px 3px;
	}
	table.board_Wtable thead tr.boardW_title td {
		padding: 10px 5px;
    }	
	table.board_Wtable {
		table-layout: fixed;
	}
	table.board_Wtable thead tr td {
		padding: 0px 5px;
	}

	.board_Wtable .video_write_tr td input{width:180px;}
	.board_Wtable .video_write_tr td img{width:100%;}
	.board_Wtable .video_write_tr th{background-image:none;}
	table.board_Wtable thead tr.video_write_tr td{
		padding:5px;
	}

	table.board_Vtable thead tr td ul li {line-height:24px;}


	.gallery_box{width:auto; height:auto; margin-right:0; margin-left:0;}
	.col-md-3 {width: 49%; margin: 0 0 15px 1%;	}
	.col-md-3:nth-child(odd){margin: 0 0 15px 0;}

	.thumbnail span img{width:100%;}
	.bg-thumb{width:auto;}

	.input-group-addon{
		height:30px;
		line-height:30px;
		padding:0 0 0 5px;
	}

	.placeholder_box input[type="text"] {
		width: 160px;
		height:36px;
		line-height:36px;
		padding:0 10px;
		font-size:12px;
	}
	.leftSelect {float:none;}
	.leftSelect #select_Option {margin:0 0 5px 0;}
	#select_Option {
		width:85px;
		padding:6px 5px;
		font-size:13px;
	}
	div#select_box {
		width: 85px;
	}
	div#select_box label {
		font-size: 13px;
		left: 8px;
	}
	.placeholder_box label {
		left: 5px;
		font-size: 13px;
	}
	.placeholder_Title_box input[type="text"] {
		width: 180px;
	}
	.bottom_check {
		width: 100%;
		border-top: 2px solid #eee;
		border-bottom: 2px solid #eee;
		padding: 10px;
	}
	.boardW_btn span {
		display: inline-block;
		width: 60px;
		border-radius: 5px;
	}

	.bg-cue {
		background-position: center center;
		background-repeat: no-repeat;
		width: 268px;
		height: 172px;
		border:none;
		border-bottom:1px solid #ccc;
		overflow:hidden;
	}
	.btn_primary {
		font-size:13px;
		height:36px;
		line-height:36px;
	}
	#file_input_div {
		width:30%; 
		text-align:center;
	}
	#file_input_button {
		width:100%;
		line-height:100%;
		padding:8px 5px !important;
		font-size:13px;
	}
	.file_input_hidden {
		width:100%;
	}
	.bottom_check_Big .cclyoung {
		padding-left:20px; background-size:15px;
		padding-top:0;
		float:none;
	
	}
	#fileName_b {padding:10px;}
	.placeholder_chk {width:100%;}

	/* reply 등록 - 작성자,비밀번호 O */
	.reply_area {width:100%;}
	.reply_area .reply_box {padding:20px;}
	.reply_area .reply_box ul {margin:0 0 15px 0;}
	.reply_area .reply_box ul:after {content:" "; display:block; clear:both;}
	.reply_area .reply_box ul li {float:none; margin:0 0 15px 0;}
	.reply_area .reply_box ul li.user{}
	.reply_area .reply_box ul li.user_pw span {margin:0 0 5px 0;}
	.reply_area .reply_box ul li span {width:100%; display:inline-block; margin:0 0 5px 0;}
	.reply_area .reply_box ul li input {width:100%; padding:0;}
	.reply_area .reply_box p {*zoom:1; font-size:16px; font-weight:600; color:#373737;}
	.reply_area .reply_box p:after {content:" "; display:block; clear:both;}
	.reply_area .reply_box p textarea {float:none; width:100%; border-radius:5px; border:1px solid #d1d1d1; font-size:13px;}
	.reply_area .reply_box p span {float:none; width:100%; margin:0 0 5px 0;}
	.reply_area .reply_btn_box {text-align:right; margin:10px 0 20px;}
	.reply_btn_box a.reply_btn {padding:10px 0; width:60px; font-size:16px;}

	/* reply 등록 - 작성자,비밀번호 X */
	.replay_area2 textarea {float:none; width:100%;}
	.replay_area2 a.reply_btn {
		float:right; width:60px; line-height:40px; height:40px; font-size:15px;}

	/* reply list */
	.reply_num {font-size:15px; display:block; margin:0; padding:10px 15px; background:#f7f7f7; border-top:1px solid #979797;}
	#reply_table {border-top:none;}
	#reply_table td {padding:12px 10px;}
	#reply_table td dl dt {*zoom:1; margin:0 0 13px 0;}
	#reply_table td dl dt:after {content:" "; display:block; clear:both;}
	#reply_table td dl dt .left {float:left;}
	#reply_table td dl dt .left .user_n {font-size:15px;}
	#reply_table td dl dt .left .reply_date {font-size:14px; margin:0 0 0 10px;}
	#reply_table td dl dt .right {float:right; font-size:14px;}

	/*.no-td {display:none;}*/
	.no-title {padding-left:10px;}

	/* members */
	.memTitle {font-size:20px; margin:0 0 20px; background-size:15px; padding:0 0 0 25px; background-position:0 5px;}
	.member_wrap2 > div {float:none; width:100%; height:auto;}
	.member_wrap2 dl dt {text-align:center; margin:0 auto; width:100px; height:125px;}
	.member_wrap2 dl dd {margin:0 0 0 15px;; width:61%;}
	.member_wrap2 dl dd h2.m_name {font-size:18px; margin:0 0 10px 0;}
	.member_wrap2 dl dd .info_top {font-size:13px;}
	.member_wrap2 dl dd .posi {height:auto; font-size:13px; line-height:18px; margin:0 0 20px 0;}
	.member_wrap2 dl dd ul li {line-height:30px; background-position:0 11px; line-height:22px; margin:10px 0 0; background-position:0 7px;}
	.member_wrap2 dl dd ul li:first-child {margin:0;}
	.member_wrap2 dl dd ul li span {margin:0; display:block;}

}
@media screen and (max-width:480px){
	#select_Option {/*width:32%;*/ font-size:13px; margin-right:2px;}
	.placeholder_box input[type="text"] {width:99%; padding:0 5px; font-size:12px;}
	.placeholder_box label {left:5px; font-size:12px;}
	div.form_group {float:none; width:100%;}
	.member_mgm thead th {font-size:13px;}
	.member_mgm tbody td {font-size:13px;}
	table.board_table thead tr th {font-size:13px;}
	table.board_table tbody tr td {font-size:13px;}
	.thumbnail .caption p {width:100%;}
	.thumbnail .caption div span {margin:0 0 0 2px;}
	.btn_primary {
		font-size:13px;
		height:36px;
		line-height:36px;
		width:50px;
		background-image:none;
		padding:0;
	}
	#file_input_div {width:40%; margin:3px 0 0;}
	.fileName_b {margin:0 0 3px 0;}
	.subm_box button {width:40%;}
	#table_input_box #select_Option {width:40%;}
} 

@media screen and (max-width:320px){ 
	#select_Option {/*width:30%;*/ font-size:12px;}
	.placeholder_box {width:41%;}
	.placeholder_box input[type="text"] {width:95%; padding:0 5px; font-size:12px;}
	.placeholder_box label {left:5px; font-size:11px;}
	div.form_group {float:none; width:100%;}
	.member_mgm thead th {font-size:12px;}
	.member_mgm tbody td {font-size:12px;}
	table.board_table thead tr th {font-size:12px;}
	table.board_table tbody tr td {font-size:12px;}
	table.board_Vtable tfoot tr td {padding:10px 5px;}
	table.board_Vtable tfoot tr td:first-child {font-size:12px; letter-spacing:-0.05em;}
}


/* MEMBER // S */
.member_wrap dl{*zoom:1; border-top:2px solid #89a8f9; border-bottom:1px solid #e1e1e1; padding:18px 15px; margin-top:30px;}
.member_wrap dl:after{content:" "; display:block; clear:both;}
.member_wrap dl dt{
	float:left;
	/*background:url('../images/common/basic_People_bg.jpg') 0 0 no-repeat;*/
	background:#f7f7f7;
	width:188px;
	height:233px;
	text-align:center;
} 
.member_wrap dl dt img{position:relative; max-width:100%; max-height:100%;}
.member_wrap dl dd{float:left; margin:10px 0 0 50px; width:500px; font-size:14px; font-weight:500; color:#222;}
.member_wrap dl dd h2.m_name{padding:0 0 0 30px; font-size:25px; font-weight:600; color:#0849a1;background:url('../images/common/name_t.png') no-repeat 2px 3px;}
.member_wrap dl dd div.info{margin:15px 0 30px 0;}
.member_wrap dl dd div.info .info_top {padding:10px 0 20px;}
.member_wrap dl dd div.info span.cap{background:url('../images/common/cap_icon.png') 0 2px no-repeat; padding-left:35px; display:inline-block; word-break:keep-all;}
.member_wrap dl dd div.info span.email{background:url('../images/common/letter_icon.png') 0 center no-repeat; padding-left:35px; display:inline-block; margin-right:30px; width:220px;}
.member_wrap dl dd div.info span.tel{background:url('../images/common/call_icon.png') 0 center no-repeat; padding-left:35px;}
.member_wrap dl dd ul li:first-child{margin-top:0;}
.member_wrap dl dd ul li{background:url('../images/common/paper_icon.png') 0 2px no-repeat; padding-left:35px; line-height:23px; margin-top:10px;}

/* MEMBER // E */
