@charset "utf-8";

table {width:100%; border-spacing:0; border-collapse:collapse;}
/* 상단 검색 창 그룹 */
.form_wrap {*zoom:1; margin:0 0 30px 0;}
.form_wrap:after {content:" "; display:block; clear:both;}
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 {
	position: relative;
	width: 120px;
	height: 38px;
	padding:0 8px;
	vertical-align:top;
	display:inline-block;
	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:15px;
}
#select_Option::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}

.btn_primary{ 
	background:url('../images/common/search_icon.png') 13px center no-repeat #173367; 
	border:none; 
	border-radius:2px; 
	padding-left:15px; 
	width:70px; 
	height:38px; 
	line-height:38px; 
	font-size:14px; 
	font-weight:600; 
	color:#fff;
	display:inline-block;
	vertical-align:top;
}
/* input 감싼 박스 */
.placeholder_box {
	display:inline-block;
    position: relative;
	vertical-align:middle;

}
/* input 타이틀 */
.placeholder_box label {
    color: #555;
    position: absolute;
    top: 12px;
    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;
}
.placeholder_box 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 Title // S *******************************************************/

/* input Title 감싼 박스 */
.placeholder_Title_box {
	display:inline-block;
    position: relative;
	vertical-align:middle;
	float:left;
}
/* input 타이틀 */
.placeholder_Title_box label {
    color: #555;
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 14px;
	font-family:'ns';
	font-weight:normal;
    cursor: text;
}
.placeholder_Title_box input[type="text"] {
    height: 30px;
	line-height:30px;
    width: 450px;
    /*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;
	padding-left:20px;
}
.placeholder_Title_box 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 // E *******************************************************/

/* table (적용 : board(notice list, link list), Admin page */
table.board_table{border-top:2px solid #173367;}
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:15px 0; font-size:15px; font-weight:600; color:#555; border-bottom:3px solid #eee; text-align:center;}
table.board_table tbody tr td{padding:13px 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:8px 30px; background-color:#173367; color:#fff; border-radius:5px;}
table tbody tr td a.btn_style:hover, table tbody tr td a.btn_style:focus{background-color:#f1f1f1; color:#444;}

input.btn_style{ background-color:#173367; color:#fff; border-radius:5px;  padding:8px 30px; border:none;cursor:pointer;}
input.btn_style:hover, input.btn_style:focus { background-color:#f1f1f1; color:#444; }

/* admin -  member management */
.import_desc {padding: 0 0 15px 0;}

/* table_viewpage (적용 : gallery view page) */
table.board_Vtable{border-top:2px solid #173367;}
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; font-family:'sans-serif';}
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:500; }
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{min-height:300px; font-size:14px; font-weight:500; 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 6px; border:1px solid #aaa;}
.attachment ul{*zoom:1; margin-top:6px;}
.attachment ul:first-child{margin-top:0px;}
.attachment ul:after{content:" "; display:block; clear:both;}
.attachment ul li{float:left; font-size:12px !important; font-weight:500; color:#444 !important;}
.attachment ul li img{padding-right:6px;}
.attachment ul li a:hover{text-decoration:underline;}
.attachment ul li.attach_right{float:right; margin-right:25px; font-size:11px !important; font-weight:500;}
.attachment ul li.attach_right a{color:#4bb9c0;}
.attachment div.xbtn{position:absolute; top:7px; right:7px;}

/* 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:500; color:#555;}

/* table_Write page (적용 : board(notice 글쓰기, link list) page*/
table.board_Wtable{border-top:2px solid #173367;}
table.board_Wtable thead tr.boardW_title th{background:none; padding:15px 0; font-size:15px; font-weight:600; color:#555; border-bottom:1px dotted #eee;}
table.board_Wtable thead tr.boardW_title td{padding:10px 20px; color:#555; border-bottom:1px solid #eee;}
table.board_Wtable thead tr th{background:url('../images/common/child_icon.png') 15px 5px no-repeat; padding:8px; font-size:12px; font-weight:500; border-bottom:2px solid #eee;}
table.board_Wtable thead tr td{font-size:12px; padding:0px 20px; font-weight:500; border-bottom:2px solid #eee;}
table.popup_manage{border-top:2px solid #173367;}
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;}

/* 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:100%; 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;}

/* 버튼 180816 */
.Bbtn_wrap {*zoom:1; margin:20px 0 0;}
.Bbtn_wrap:after {content:" "; display:block; clear:both;}
.Bbtn_right {float:right;margin: 0 10px 0;}
.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:#173367; color:#fff;}
.Bbtn_right .right_btn a:hover {color:#173367; background:#ddd;}
.Btn_left {float: right;}
.Btn_left .left_btn a {background:#173367; color:#fff;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:hover {color:#173367; background:#ddd;}
.boardList_btn {text-align: right;padding: 20px 0;}
.boardList_btn .ok_btn{display: inline-block;padding: 10px;}
.boardList_btn .ok_btn a {background-color: #173367;color: #fff;padding: 10px;border-radius: 5px;}

/* Link - Write input */
.input-group .link_title{
	display:inline-block; 
	text-align:center;
	width:110px;
	padding-left:8px;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	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:500;
	padding-left:18px; 
	width:100px;
	float:left;
}

input[type="text"].common_text_input  {

    height: 25px;
    width: 500px;
    padding: 10px 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;
}
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;
}
#file_input_div{
	position:relative; 
	width:95px; 
	height:32px; 
	vertical-align:middle; 
	overflow:hidden;
}
#file_input_button{
	position:absolute; 
	top:0px; 
	width:95px; 
	height:30px; 
	font-size:14px;
	font-family:'ns';
	color:#fff !important; 
	line-height:30px; 
	text-align:center;
	background-color:#acc4ca;
	border-style:none; 
	box-shadow:2px 2px 2px #ddd; 
	padding-left:0px !important; 
}
.file_input_hidden{
	font-size:45px !important; 
	position:absolute;
	right:0;
	top:0;
	opacity:1;
	height:30px !important;
	padding-left:0px !important;
	filter: alpha(opacity=0;)
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity:0;
	-moz-opacity:0;
}


.paginate {padding:20px 0;text-align:center;line-height:normal; clear:both;}
.paginate a,  
.paginate strong{display:inline-block;position:relative; margin:0 -2px;width:34px; height:34px; font-weight:bold;font-size:12px; font-family:Tahoma, Sans-serif;color:#333;line-height:34px; text-align:center; text-decoration:none;vertical-align:middle}  
.paginate a:hover,  
.paginate a:active,  
.paginate a:focus{background-color:#f8f8f8;}  
.paginate strong{color:#fff; background:#173367;}  
.paginate a.direction{padding:0;}

/* Gallery - new */
.gallery_box:before,.gallery_box:after{
  display: table;
  content: " ";
}
.gallery_box{
	margin-right: -20px;
	margin-left: -20px;
}
.col-md-3{
 position: relative;
  min-height: 1px;
  float:left;
  width:182px; margin:0 0 15px 20px;
}

.gallery_thumb a {
	display:block;
}
.gallery_thumb .thumbnail {

}
.thumbnail {
    display: block;
    /*padding: 4px;*/
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    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 {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: 180px;
    height: 240px;
	border:1px solid #ccc;
	overflow:hidden;
}
.bg-thumb span {display:block;height:100%;width:auto;position:relative;}
.bg-thumb span img {width:auto !important;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
.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:hover {
	
}
.thumbnail .caption p {font-size:14px; font-weight:400; color:#333; height:50px;}
.thumbnail .caption div {*zoom:1;}
.thumbnail .caption div:after {content:" "; display:block; clear:both;}
.thumbnail .caption div span {padding:0 0 0 15px; font-size:11px;}
.thumbnail .caption div span.datetime {float:left; background:url('../images/common/clock.png') 0 center no-repeat; margin-left:0;}
.thumbnail .caption div span.hits {float:right; background:url('../images/common/hits.png') 0 center no-repeat;}

/* gallery_view */
.board_Vtable tbody tr td div.gallery_content{
	min-height:300px; 
	font-size:14px; 
	font-weight:500; 
	color:#555; 
	font-family:'sans-serif';
}
.board_Vtable tbody tr td div.gallery_content img {
	max-width:100%;
	height:auto;
}
.member_mgm thead th {
	padding:15px 0;
    background: #f9f9f9;
    border-top: 2px solid #173367;
    color: #333;
	font-size:15px;
	font-weight:600;
}
.member_mgm tbody td {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    color: #626262;
	font-size:14px;
	font-weight:500;
}
.text_left {
    color: #444444;
    text-align: left;
	padding-bottom:7px;
}

/* lecture_signup // S */
.lecture_signup{border-top:2px solid #173367;}
.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:500;}
.lecture_signup tbody td input,.lecture_signup tbody td select{height:25px; vertical-align:middle; padding-left:10px; border:1px solid #ccc; font-size:13px;}
.lecture_signup tbody td select{width:130px;}

/* publication // S */
.publication_Table {border-top:2px solid #173367; 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; 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:500; 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;}
.file_btn{color:#fff !important; background:#173367; border-radius:4px; box-shadow:2px 2px 2px #ddd; height:30px; width:80px; line-height:30px; text-align:center; display:block;}
.publication_top {color: rgb(85, 85, 85); font-size: 15px; font-weight: 500; line-height: 26px; word-break: keep-all; text-align: left;}
.publication_top span.title_book{color:#3154d7; font-size:13px; font-weight:400;}

/* MEMBER // S */
.member_wrap dl{*zoom:1; border-top:2px solid #173367; 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 */

/*----------------------------------------------------------------------------------------------------------------------------------*/

/* 내부,팝업 NEW LOGIN */


.login_box_wrap {}

.login_box{
	width:100%;
	padding:40px 0;
	margin:0 auto;
	border-top:2px solid #002E59;
	border-bottom:2px solid #eee;
}
.login_box:after{
	content:"";display:block;clear:both;
	}
.login_box .login_logo {
	text-align:center;
	padding:0 0 30px 0;
}
.login_box .login_logo img {
	max-width:100%
}
.login_box .login_left{
		width:50%;
		padding:80px 0 0 0;
		text-align:center;
		float:left;
	}
.login_box .login_right{
		width:50%;
		margin:0 auto;
		float:left;
	}

.login_box .login_right h4{
	font-size:30px;
	font-weight:400;
	color:#1a2222;
	text-align:center;
	padding:0 0 40px 0;
}
.login_box .login_right h4 span{
	font-weight:900;
}

.mail_input{margin:0 0 30px 0;}

.id_input input, .pw_input input, .mail_input input{   
	width:100%; 
	box-sizing:border-box;
	padding-left:37px;
	height:60px; 
	border:none;
	border-bottom:1px solid #ccc; 
	line-height:60px;
	font-size:16px;
	font-family:'noto';
	box-shadow:0 0 0px #002E59;
	-webkit-box-shadow:0 0 0px #002E59;
	-ms-box-shadow:0 0 0px #002E59;
	-o-box-shadow:0 0 0px #002E59;
	-webkit-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	color:#aaa;
}
.id_input input{
	background:url('../images/common/login_id_off.png') no-repeat 10px center;
}
.pw_input input{
	background:url('../images/common/login_pw_off.png') no-repeat 10px center;
}

.mail_input input{
	background:url('../images/common/login_mail_off.png') no-repeat 9px center;
}

.id_input input:focus, .pw_input input:focus ,.mail_input input:focus{ 
	border-color:#002E59; outline:none; 
	color:#002E59;
}

.id_input input:focus{
	background:url('../images/common/login_id_on.png') no-repeat 10px center;
}
.pw_input input:focus{
	background:url('../images/common/login_pw_on.png') no-repeat 10px center;
}
.mail_input input:focus{
	background:url('../images/common/login_mail_on.png') no-repeat 9px center;
}


.id_input input::placeholder, .pw_input input::placeholder, .mail_input input::placeholder {
  color: #aaa;
}
 .id_input input::-webkit-input-placeholder, .pw_input input::-webkit-input-placeholder,.mail_input input::-webkit-input-placeholder {
  color: #aaa;
}
 .id_input input::-ms-input-placeholder, .pw_input input::-ms-input-placeholder, .mail_input input::-ms-input-placeholder {
  color: #aaa;
}

.chk_input{
	text-align:right;
	margin:10px 0 20px;
	font-size:14px;
	color:#999;
}

.chk_input input{ 
	background-color:#fff; 
	border:1px solid #ccc;  
	margin-right:6px; 
}

.chk_input label {
	vertical-align:middle;
}
.login_box_wrap .btn_input {
	margin:20px 0 0 0;
}
.login_box_wrap .btn_input input { 
	width:100%; height:48px;  
	padding:0;
	font-family:'noto';
	background-color:#002E59 ;
	border:none; color:#fff; 
	font-size:17px; cursor:pointer; 
	font-weight:600;
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s; 
	text-shadow:none;
	margin:0 0 10px 0;
	}
.login_box_wrap .btn_input input:hover, #login_form1 .btn_input input:focus { 
	background-color:#033773;
}
.login_box_wrap .login_right > div > a {
	width:49%;
	display:inline-block;
	color:#fff;
	text-align:center;
	padding: 10px 0;
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s;
}
.login_box_wrap .login_right > div .find_btn {
	background:#06807A;
	margin:0 1% 0 0;
}
.login_box_wrap .login_right > div .find_btn:hover {
	background:#05534f;
}
.login_box_wrap .login_right > div .join_btn {
	background:#007696;
}
.login_box_wrap .login_right > div .join_btn:hover{
	background:#005a73;
}


.btn_a{
	width:100%; text-align:center;
}
.btn_a a { 
	display:inline-block;
	padding:0 10px;
	text-align:center; 
	color:#999; 
	-webkit-transition:all .3s; 
	-o-transition:all .3s; -ms-transition:all .3s;
	background:url('../images/common/f_vline.png') 100% center no-repeat;
	font-size:14px;
}
.btn_a a:last-child {
	background:none;
}
.btn_a a:hover, .btn_a a:focus { 
	color:#002E59;
}
.btn_a2 {}
.btn_a2 ul {width:100%;}
.btn_a2 ul li:after {content:"";display:block;clear:both;}
.btn_a2 li {margin:0 0 12px 0;font-size:16px;}
.btn_a2 li span {float:left;}
.btn_a2 li a{float:right;display:block;width:150px;padding:5px 0;text-align:center;color:#fff;font-size:14px;background:#01b5b3;transition:all 0.3s;}
.btn_a2 li a:hover {background:#04908E;}
.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 #002E59;
	-webkit-box-shadow:0 0 0px #002E59;
	-ms-box-shadow:0 0 0px #002E59;
	-o-box-shadow:0 0 0px #002E59;
	
	}
.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:#002E59; 
	outline:none; 
	box-shadow:0 0 5px #002E59;
	-webkit-box-shadow:0 0 5px #002E59;
	-ms-box-shadow:0 0 5px #002E59;
	-o-box-shadow:0 0 5px #002E59;
	}

#login_form1 .ok_input input {
	width:110px; 
	height:92px; 
	background-color:#002E59; 
	margin-left:20px; 
	border:1px solid #002E59; 
	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 #002E59; 
	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;}

/* 마이페이지 */
.mypage {margin:0 0 150px 0;}


/* 회원가입 */
#join_form {
	width:100%;
	border-bottom:2px solid #cbcdc9;
}

#join_form > thead > tr > th {
	border-bottom:2px solid #cbcdc9;
	font-weight:normal;
}

#join_form > thead > tr > td {
	text-align:left;
}

#join_form > tbody {
	border-top:2px solid #135BBE;
}

#join_form > tbody > tr {
	border-bottom:1px solid #e1e1e1;
}

#join_form > tbody > tr > th {
	background-color:#f8f8f8; 
	text-align:left;
	padding:10px 10px 10px 10px;
	font-size:15px;
	font-weight:600;
	color:#333;
}
#join_form > tbody > tr > td {
	background-color:#FFFFFF; 
	 text-align:left;
	 padding:10px;
}
#join_form > tbody > tr > td > input {
		line-height:30px;
		border:1px solid #ccc;
		box-shadow:0 0 0px #5F9402;
		-webkit-box-shadow:0 0 0px #5F9402;
		-ms-box-shadow:0 0 0px #5F9402;
		-o-box-shadow:0 0 0px #5F9402;
		height:30px;
		-webkit-transition:all .4s;
		-ms-transition:all .4s;
		-o-transition:all .4s;
		padding-left:10px;
		font-size:16px;
}

#join_form > tbody > tr > td  input:focus { 
	border:1px solid #156DFF;
	box-shadow:0 0 5px #156DFF;
	-webkit-box-shadow:0 0 5px #156DFF;
	-ms-box-shadow:0 0 5px #156DFF;
	-o-box-shadow:0 0 5px #156DFF;
	outline:none;
}

#join_form > tfoot > tr > th {
	background-color:#f1f1f1; 
	text-align:left;
	padding:10px;
	font-size:15px;
	font-weight:600;
	color:#333;
}
#join_form > tfoot > tr > td  input {
		border:1px solid #ccc;
		line-height:30px;
		height:30px; 
		margin-right:20px;
		-webkit-transition:all .4s;
		-ms-transition:all .4s;
		-o-transition:all .4s;
		box-shadow:0 0 0px #5F9402;
		-webkit-box-shadow:0 0 0px #5F9402;
		-ms-box-shadow:0 0 0px #5F9402;
		-o-box-shadow:0 0 0px #5F9402;
		padding-left:10px;
		font-size:15px;
}
#join_form > tfoot > tr > td  input:focus { 
	border:1px solid #156DFF;
	outline:none;
	box-shadow:0 0 5px #156DFF;
	-webkit-box-shadow:0 0 5px #156DFF;
	-ms-box-shadow:0 0 5px #156DFF;
	-o-box-shadow:0 0 5px #156DFF;
}

#join_form > tfoot > tr > td {
	background-color:#FFFFFF; 
	text-align:left;
	padding:5px 10px 5px 10px;
}

.text_center .pulse-shrink {
	display: inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	font-size:15px;
	background-color:#135BBE;
/* 	margin: 0.2em;
	padding: 0.2em 1em 0.2em 1em; */
	margin:5px;
	padding: 10px 20px;
	cursor: pointer;
	
	border:1px solid #135BBE;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	
	color:#fff;
	
	text-align:center;
	
}
.text_center .pulse-shrink:visited,.pulse-shrink:link {  color:#fff}

.text_center .pulse-shrink:hover {
	-webkit-animation-name: pulse-shrink;
	animation-name: pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	text-shadow:none;
}




/* 회원가입 */


.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:5px;
}
.bookmark tbody td {
	font-size:14px; 
	font-weight:400; 
	line-height:22px; 
	word-break:keep-all; 
	vertical-align:top; 
	padding:0 3px;
}
.bookmark tbody td a {
	color:#0069EA;
}

.privacy_wrap {
	height:270px; 
	border:1px solid #ddd; 
	background:#f8f8f8; 
	overflow-y:scroll; 
	padding:20px; 
	width:auto; 
	text-align:left;
}
.privacy_wrap p {
	font-size:14px; 
	font-weight:400; 
	color:#686868; 
	line-height:22px; 
	word-break:keep-all;
}
.privacy_wrap p strong {
	color:#333;
}
.privacy_wrap dl {
	margin:0 0 30px 0;
}
.privacy_wrap dl dt {
	padding:0 0 0 22px; 
	background:url('../images/common/blue_circle_s.png') 0 center no-repeat; 
	margin:0 0 20px 0; 
	font-size:17px; 
	color:#000;
}
.privacy_wrap dl dd {
	font-size:14px; 
	font-weight:400; 
	color:#686868; 
	line-height:22px;
	word-break:keep-all;
}
.privacy_wrap dl dd ul li {
	padding:0 0 0 15px; 
	background:url('../images/common/gray_dot.gif') 4px 10px no-repeat;
}
.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;
	text-align:center;
}
.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;
}

/**** mobile layout *************************************************************************************************************/
@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;
		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;
	}
	table.board_table tbody tr td {
		font-size: 12px;
	}
	.btn_primary {
		background: url('../images/common/search_icon.png') 8px center no-repeat #173367;
		width: 55px;
		font-size: 13px;
	}
	.placeholder_box input[type="text"] {
		width: 200px;
	}
	div#select_box {
		width: 85px;
	}
	div#select_box label {
		font-size: 13px;
		left: 8px;
	}
	div#select_box select#select_Option {
		font-size: 14px;
	}
	.placeholder_box label {
		left: 5px;
		font-size: 13px;
	}

/*mobile // E*/
}



