@charset "utf-8";
/**************************************************** 제이쿼리를 이용한 input // S *******************************************************/
/* 상단 검색 창 그룹 */
div.form_group{
	*zoom:1;
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
	text-align:right;
	width:100%;
}
div.form_group:after {content:" "; display:block; clear:both;}
/* j-query 형식 선택 박스 */
#select_Option {
	position: relative;
	width: 120px;
	/*height: 38px;*/
	padding:9px 8px;
	vertical-align:middle;
	display:inline-block;
	border: 1px solid #999;
	-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;
	outline:0;
	font-family:'noto';
}
#select_Option::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}


input[type="text"].input_date {padding:0 10px 0 34px;background:url('../images/common/input_calendaer.png') 8px center no-repeat;}

.select_style {
	position: relative;
	width: 120px;
	height: 35px;
	padding:0 8px;
	vertical-align:middle;
	display:inline-block;
	border: 1px solid #ccc;
	-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% #fff; /* 화살표 아이콘 추가 */
	color:#333;
	font-size:14px;
	outline:0;
	font-family:'noto';
}
.select_style::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}







.btn_primary{background:url('../images/common/search_icon.png') 13px center no-repeat #001d67; border:none; vertical-align:middle;
border-radius:2px; padding-left:15px; width:70px; height:39px; line-height:39px; font-size:14px; font-weight:600; color:#fff;cursor:pointer;}

.btn_primary_en{background:url('../images/common/search_icon.png') 13px center no-repeat #001d67; border:none; vertical-align:middle;
border-radius:2px; padding-left:15px; width:87px; height:38px; line-height:38px; font-size:14px; font-weight:600; color:#fff;}

/* input 감싼 박스 */
.placeholder_box {
	display:inline-block;
    position: relative;
	vertical-align:middle;

}
/* 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: 270px;
	padding:0 15px;
    /*padding: 10px 15px;*/
    box-sizing: border-box;
	outline:none;
	border:none;
	border-bottom:1px solid #333;
	-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;
	font-family:'noto';
}
.placeholder_box input[type="text"]:focus{
	border-color: #001d67;
	outline: 0;
}
/**************************************************** 제이쿼리를 이용한 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-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: #001d67;
	outline: 0;
}
/* 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 15px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
		-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: #001d67;
	outline: 0;
}

/**************************************************** 제이쿼리를 이용한 input // E *******************************************************/

/* table (적용 : board(notice list, link list), Admin page */
table.board_table{border-top:1px solid #001d67; width:100%;}
table.board_table caption{display:none;}
table.board_table thead tr th:first-child, table.board_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 #ddd;}
table.board_table tbody tr td{padding:8px 5px; text-align:center; border-bottom:1px solid #e9e9e9; font-size:15px; font-weight:500; color:#555;}
table.board_table tbody tr td.alignLeft{text-align:left; padding:0 10px;}
table.board_table tbody tr td.alignLeft a{color:#666;font-size:15px;font-weight:600;}
table.board_table tbody tr td span.label-warning {display: inline-block;padding: 3px 10px;background-color: #6bc1e2;border-radius: 5px;color: #fff;font-weight: 600;font-size: 13px;}
table.board_table tbody tr td span.tech_type {display: inline-block;padding: 3px 5px;background-color:#001d67;color: #fff;font-weight: 600;font-size: 13px;}
table tbody tr td a.btn_style { display:inline-block; padding:5px 8px;border:1px solid #001d67;color:#001d67; font-size:14px; line-height:14px; letter-spacing:-0.05em;font-weight:600;}
table tbody tr td a.btn_style:hover, table tbody tr td a.btn_style:focus{background-color:#001d67; color:#fff;}
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:#ddd; color:#444; }

/* admin -  member management */
.import_desc {padding: 0 0 15px 0;}

/* table_viewpage (적용 : gallery view page) */
table.board_Vtable{border-top:1px solid #001d67;}
table.board_Vtable thead tr th{ letter-spacing:-0.04em; padding:13px 20px; font-size:17px; font-weight:600; color:#333; text-align:left; border-bottom:1px dotted #ddd; /* font-family:'sans-serif'; */}
table.board_Vtable thead tr td{border-bottom:1px solid #eee; padding:5px 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 #ddd;}
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:400; color:#555; word-break:break-all;}
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;}

/* 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:14px; font-weight:400; color:#777;}
table.board_Vtable tfoot tr td a{color:#777;}
table.board_Vtable tfoot tr td a:hover, table.board_Vtable tfoot tr td a:focus{color:#444;}

/* table_Write page (적용 : board(notice 글쓰기, link list) page*/
table.board_Wtable{border-top:1px solid #001d67; 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 #001d67;}
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; 
	font-family:'sans-serif';
}

/* member_mgm -lecture // S */
.member_mgm table{border-top: 2px solid #001d67;}
.member_mgm thead th {padding:15px 0; background: #f9f9f9; color:#333; font-size:15px; font-weight:600; text-align:center;}
.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 #001d67;}
.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 #001d67; 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 // S */
.T_tab ul {*zoom:1;}
.T_tab ul:after {content:" "; display:block; clear:both;}
.T_tab ul li {float:left; width:50%;}
.T_tab ul li a {display:table; width:100%; border:1px solid #dfdfdf; margin:0 0 0 -1px; font-size:18px; font-weight:400; color:#ccc; text-align:center; height:53px;}
.T_tab ul li a:hover, .T_tab ul li.on a {color:#fff; background:#004088; border-top:none; border-bottom:none; height:55px;}
.T_tab ul li a span {display:table-cell; vertical-align:middle;}
.member_wrap dl{*zoom:1; border-top:2px solid #001d67; border-bottom:1px solid #e1e1e1; padding:18px 5px; margin-top:30px;}
.member_wrap dl:after{content:" "; display:block; clear:both;}
.member_wrap dl dt{float:left; background:#f7f7f7; width:180px; height:230px; line-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:0 0 0 44px; width:680px; font-size:14px; font-weight:400; color:#222;}
.member_wrap dl dd h2.m_name{position:relative; padding:0 0 0 30px; font-size:25px; font-weight:600; color:#001d67; background:url('../images/common/name_t.png') no-repeat 2px 7px;}
.member_wrap dl dd div.info{margin:5px 0 10px 0; font-weight:400;}
.member_wrap dl dd div.info .info_top {*zoom:1; padding:10px 0;}
.member_wrap dl dd div.info .info_top:after {content:" "; display:block; clear:both}
.member_wrap dl dd div.info span.cap{background:url('../images/common/cap_icon.png') 0 4px no-repeat; padding-left:30px; display:inline-block; /*margin-right:41px;*/}
.member_wrap dl dd div.info .info_top a.homep {margin:0 0 0 5px; display:inline-block; padding:6px 10px; background:#e3e6e7; font-size:13px; font-weight:600; color:#001d67;
	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;
}
.member_wrap dl dd div.info .info_top a.homep:hover {
	box-shadow:5px 5px 6px #d8dada;
	-webkit-box-shadow:5px 5px 6px #d8dada;
	-moz-box-shadow:5px 5px 6px #d8dada;
	-ms-box-shadow:5px 5px 6px #d8dada;
	-o-box-shadow:5px 5px 6px #d8dada;
}
.member_wrap dl dd div.info .info_top a.homep span {display:inline-block; vertical-align:middle; margin:0 10px 0 0;}
.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:34px;}
.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; font-weight:400;}
.member_wrap dl dd h2.m_name .detail_view{display:block; position:absolute; top:6px; right:0; font-size:13px; background:#001d67;
width:90px; height:25px; line-height:25px; text-align:center; color:#fff;}

/* MEMBER 상세보기 detail // S*/
.detail_wrap h2{position:relative; font-size:22px; font-weight:600; background:url('../images/common/mint_circle.png') 0 center no-repeat; padding-left:30px;color:#333;}
.detail_wrap h2 .detail_back{display:block; position:absolute; top:6px; right:0; font-size:14px; background:#001d67;border-radius:5px;text-align:Center;width:110px; height:28px; line-height:28px;color:#fff; }
.detail_wrap dl{*zoom:1; border-top:2px solid #001d67; border-bottom:1px solid #e1e1e1; padding:18px 5px; margin-top:10px;}
.detail_wrap dl:after{content:" "; display:block; clear:both;}
.detail_wrap dl dt{float:left; background:#f7f7f7; width:180px; height:230px; line-height:233px; text-align:center;} 
.detail_wrap dl dt img{position:relative; max-width:100%; max-height:100%;}
.detail_wrap dl dd{float:left; margin:0px 0 0 44px; width:514px; font-size:14px; font-weight:400; color:#222;}
.detail_wrap dl dd h2.m_name{padding:0 0 0 30px; font-size:23px; font-weight:600; color:#001d67;background:url('../images/common/name_t.png') no-repeat 2px 6px;}
.detail_wrap dl dd div.info{margin:15px 0 30px 0; font-weight:400;}
.detail_wrap dl dd div.info .info_top {padding:10px 0;}
.detail_wrap dl dd div.info span.cap{background:url('../images/common/cap_icon.png') 0 center no-repeat; padding-left:35px; display:inline-block; margin-right:41px;}
.detail_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:34px;}
.detail_wrap dl dd div.info span.tel{background:url('../images/common/call_icon.png') 0 center no-repeat; padding-left:35px;}
.detail_wrap dl dd ul li:first-child{margin-top:0;}
.detail_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; font-weight:400;}

.detail_wrap .detail_info h3{color:#333;background:url('../images/common/mint_circle.png') 0 center no-repeat; font-size:22px; font-weight:600; margin:30px 0 10px 0; padding-left:28px;letter-spacing:-0.03em;}
.detail_wrap .detail_info table{border-top:2px solid #001d67;}
.detail_wrap .detail_info table tbody tr th{font-size:14px; font-weight:600; background-color:#e9e9e9; color:#333; border-bottom:1px solid #678a91; padding:15px 20px; text-align:left;}
.detail_wrap .detail_info table tbody tr td{font-size:13px; font-weight:400; border-bottom:1px solid #678a91; padding:15px 20px; text-align:left;}








/* MEMBER // E */

/* MEMBER_rank // S*/
.member_rankTable{border-top:2px solid #001d67;}
.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: " ";
  clear:both;
}
.gallery_box{

}
.col-md-3{
 position: relative;
  float:left;
  width:212px; margin:0 0 20px 20px;
}

.col-md-3:first-child {margin:0 0 20px 0;}
.col-md-3:nth-child(4n+1) {margin:0 0 20px 0;}

.gallery_thumb a {
	display:block;
}
.gallery_thumb .thumbnail {

}
.thumbnail {
    background-color: #fff;
}
.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: 100%;
    height: 130px;
	overflow:hidden;

}
.thumbnail .caption {
    padding: 20px 10px;
	border-bottom:1px solid #666;
}
.thumbnail .caption p {font-size:15px; font-weight:400; color:#111; height:50px; width:90%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;letter-spacing:-0.04em;}
.thumbnail .caption div span {display:inline-block; padding:0 0 0 15px; margin:0 0 0 50px; font-size:12px;color:#666;}
.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 10px 5px 28px;
    font-size: 13px;
    font-weight: 400;
    line-height:2;
    color: #555;
    text-align: center;
    border-radius: 2px;
	float:left;
	background:url('../images/common/impors.png') 0 center no-repeat;
}

/* 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:#001d67; color:#fff; border-radius:5px;}
.boardList_btn span a:hover{background-color:#eee; color:#555; border-radius:5px;}

/* board - write 버튼 (등록 삭제 목록) */
.board_btn_wrap{width:100%; position:relative; margin:30px 0; }
.boardW_btn{*zoom:1; font-size:15px; font-weight:600; }
.boardW_btn:after{content:" "; display:block; clear:both;}
.boardW_btn span{display:block; float:left; background-color:#f3f3f3; width:150px; height:40px; line-height:40px;border-radius:5px; text-align:center;}
.boardW_btn span a{display:block; color:#555;}
.boardW_btn span a:hover{background-color:#001d67; color:#fff; border-radius:5px;}
.boardW_btn span.ok_btn{float:left;}
.boardW_btn span.ok_btn a{display:block; background-color:#eee; color:#555; border-radius:5px;}
.boardW_btn span.ok_btn a:hover{background-color:#001d67; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn{float:right; margin-left:10px;}
.boardW_btn span.back_btn a{background-color:#001d67; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn a:hover{background-color:#eee; 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:#eee; 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:#001d67; 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-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: #001d67;
	outline: 0;
}

/* 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: 37px; 
	padding: 10px 5px; 
	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:100px; 
	height:37px; 
	vertical-align:middle; 
	overflow:hidden;
	border-radius: 5px;
}
#file_input_button{
	position:absolute; 
	top:0px;
	left:2px;
	width:90px; 
	height:37px; 
	font-size:14px; 
	letter-spacing:0.015em;
	color:#333 !important; 
	line-height:30px; 
	text-align:center;
	background-color:#f7f7f7;
	border:none; 
	border-radius: 5px;
	padding:0px !important; 
}
.file_input_hidden{
	-moz-opacity: 0; 
	filter: alpha(opacity:0); 
	opacity: 0; 
	z-index: 2;
	position: absolute; 
	top: 0px; 
	left: 2px; 
	width: 90px; 
	height:37px;
	text-align:center;
	padding:0 0 !important; 
	margin: 0; 
	z-index: 1; 
}
.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 strong {
    color: #fff;
    background: #001d67;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/* 내부,팝업 NEW LOGIN */
#login_form1 {
	width:100%; 
	margin:50px auto 0;
	font-family:'noto';
}

.login_box{
	width:100%;
	padding:50px 0;
	border-top:2px solid #001d67;
	border-bottom:2px solid #eee;
}
.login_box:after{
	content:"";display:block;clear:both;
	}
.login_box .login_left{
		width:50%;
		padding:140px 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 #001d67;
	-webkit-box-shadow:0 0 0px #001d67;
	-ms-box-shadow:0 0 0px #001d67;
	-o-box-shadow:0 0 0px #001d67;
	-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:#001d67; outline:none; 
	color:#001d67;
}

.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_form1 .btn_input input { 
	width:100%; height:60px;  
	padding:0;
	font-family:'noto';
	background-color:#001d67 ;
	border:none; color:#fff; 
	font-size:17px; cursor:pointer; 
	font-weight:600;
	text-shadow:none;
	margin:0 0 30px 0;
	}
#login_form1 .btn_input input:hover, #login_form1 .btn_input input:focus { 
	background-color:#001750;
}
.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:#001d67;
}
.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 #001d67;
	-webkit-box-shadow:0 0 0px #001d67;
	-ms-box-shadow:0 0 0px #001d67;
	-o-box-shadow:0 0 0px #001d67;
	
	}
.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:#001d67; 
	outline:none; 
	box-shadow:0 0 5px #001d67;
	-webkit-box-shadow:0 0 5px #001d67;
	-ms-box-shadow:0 0 5px #001d67;
	-o-box-shadow:0 0 5px #001d67;
	}

#login_form1 .ok_input input {
	width:110px; 
	height:92px; 
	background-color:#001d67; 
	margin-left:20px; 
	border:1px solid #001d67; 
	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 #001d67; 
	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;}


/* join 가입페이지 */


.new_privacy h3.c_tit {
	text-align:left;
}
.book_wrap {
	margin:0 0 30px 0;
	background-color:#fff;
}
.bookmark {
	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:#970b11;
}

.privacy_wrap {
	height:270px; 
	border:1px solid #ddd; 
	overflow-y:scroll; 
	padding:20px; 
	width:auto; 
	text-align:left;
	background-color:#f7f7f7;
}
.privacy_wrap p {
	font-size:14px; 
	font-weight:400; 
	color:#999; 
	line-height:22px; 
	word-break:keep-all;
}
.privacy_wrap p strong {
	color:#666;
	font-family:'noto';
}
.privacy_wrap dl {
	margin:0 0 30px 0;
}
.privacy_wrap dl dt {
	margin:0 0 20px 0; 
	font-size:17px; 
	font-weight:600;
	color:#777;
}

.privacy_wrap dl dt:before {
	content:"";
	display:inline-block;
	width:8px; height:8px;
	border:2px solid #888;
	border-radius:30px;
	margin:0 7px 0 0;
}

.privacy_wrap dl dd {
	font-size:14px; 
	font-weight:400; 
	color:#999; 
	line-height:22px;
	word-break:keep-all;
}
.privacy_wrap dl dd ul li {
	padding:0 0 0 5px; 
}
.privacy_wrap dl dd ul li:before{
	content:"";
	display:inline-block;
	width:3px; height:3px;
	background-color:#aaa;
	margin:0 5px 5px 0;
}

.required_txt {
	color:#555; 
	text-align:right;
	font-size:14px;
	margin:0 0 10px 0;

}
.required_txt img{
	margin-right:5px;
}

.required_txt2 {
	color:#555; 
	text-align:right;
	font-size:14px;
	padding:0 0 10px 0;
	font-family:'noto';
}
.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:#999;
	line-height:22px; 
	word-break:keep-all;
}
.privacy_agree {
	margin:8px 0 80px; 
	text-align:right;
}
.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;
}

/* 회원가입 */
#join_form {
	width:100%;
	border-bottom:2px solid #ddd;
}

#join_form > thead > tr > th {
	font-weight:normal;
}

#join_form > thead > tr > td {
	text-align:left;
}

#join_form > tbody {
	border-top:1px solid #001d67;
}

#join_form > tbody > tr {
	border-bottom:1px solid #e1e1e1;
}


#join_form > tbody > tr > th {
	text-align:left;
	padding:15px 20px;
	font-size:15px;
	font-family:'noto';
	font-weight:600;
	color:#111;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
}
#join_form > tbody > tr > td {
	background-color:#FFFFFF; 
	 text-align:left;
	 padding:15px 20px;
	 font-size:15px;
	 line-height:24px;
	 border-top:1px solid #ddd;
	 color:#333;
}


#join_form > tbody > tr.highlight  th {border:3px solid #4a66b5; border-right:none;background-color:#edf3fb;color:#02278f;font-weight:900;}
#join_form > tbody > tr.highlight  td {border:3px solid #4a66b5; border-left:none;background-color:#edf3fb;line-height:28px;color:#02278f;font-weight:600;}


#join_form > tfoot > tr > th {
	text-align:left;
	padding:15px 20px;
	font-size:15px;
	font-family:'noto';
	font-weight:600;
	color:#111;
}
#join_form > tfoot > tr > td {
	background-color:#FFFFFF; 
	text-align:left;
	padding:15px 20px;
}

#join_form > tbody > tr > td input[type="text"],#join_form > tbody > tr > td input[type="password"],
#join_form > tbody > tr > td input[type="file"]
{
    height: 35px;
	line-height:35px;
	padding:0 10px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	transition:all .3s;
	vertical-align:middle;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;

	}

#join_form > tbody > tr > td input[type="text"],#join_form > tbody > tr > td .country_select{
	height:35px;
	padding-left:10px; font-size:15px; color:#666;
	margin:3px 0;
}
#join_form > tbody > tr > td input[type="text"]:focus, #join_form > tbody > tr > td input[type="password"]:focus{
	border-color: #001d67;
	outline: 0;
}

#join_form > tbody > tr > td .post_btn{ 
	display:inline-block;
	height:35px; 
	line-height:35px; 
	width:auto; 
	padding:0 20px;
	text-align:center;
	background-color:#0066b1; 
	color:#fff; 
	font-size:14px; 
	font-weight:600;
	cursor:pointer;
	bordeR:none;outline:none;font-family:inherit;
	vertical-align:middle;
}

#join_form > tbody > tr > td strong{font-weight:600; color:#111;}

#join_form > tfoot > tr > td  input[type="text"]{
    height: 35px;
	line-height:35px;
    width: 150px;
	padding:0 10px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align:middle;
	margin:0 0 0 10px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
}


#join_form > tfoot > tr > td  input[type="text"]:focus{
	border-color: #001d67;
	outline: 0;
}

#check_text dt {
	border:3px solid #ddd;
	background-color:#f7f7f7;
	/* background:url('../images/common/chk_text_bg.jpg') no-repeat; */
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	vertical-align:middle;
	color:#777;
	font-weight:900;
	margin:0 5px 0 0;
	} 


.inner_table {margin:10px 0 0 0;border-top:2px solid #ddd;}
.inner_table tbody{border-top:none !important;}
.inner_table tbody tr .center {text-align:center !important;}




/* 모달 윈도우 디자인 */
.box_modal {
	position:fixed;
	display:block;
	width:500px;
	height:220px;
	box-sizing:border-box;
	top:50%;
	left:58%;
	margin-top:-150px;
	margin-left:-250px;
	background:#fff;
	border:1px solid #ddd;
	border-top:2px solid #044997;
	overflow:hidden;
	visibility: collapse;
	box-shadow:0 0 15px rgba(0,0,0,0.1);

}

.box_modal h3 {width:100%; height:50px; line-height:50px; text-align:center; font-size:19px; font-weight:600; color:#fff;background-color:#044997;}
.box_modal .modal_con {
	padding:50px 25px 25px 25px;
	background-color:#fff;
	text-align:center;
}
.box_modal .modal_con p {
	font-size:15px; color:#333; margin:0 0 10px 0; font-weight:600;
}

.box_modal .modal_con strong {
	font-size:15px; font-weight:600; 
	display:inline-block;
	padding:5px 20px;
	background-color:#929ba5;
	color:#fff;
	
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}

.box_modal .modal_con a {
	display:inline-block;
	padding:5px 20px;
	background-color:#004997;
	color:#fff;
	font-size:13px;
	font-weight:600;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}

.box_modal .modal_con a:hover, .box_modal .modal_con a:focus{
	background-color:#002f62;
}

/* 닫기 버튼으로 사용할 라벨 */
.box_closer {
	position:absolute;
	top:17px;
	right:25px;
	text-align:center;
	cursor:pointer;
}

.box_closer img {width:12px;}
/* 모달 윈도우 디자인 */




/*----------------------------------------------------------------------------------------------------------------------------------*/

/* 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{
border:1px solid #001d67;
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:43%;
    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;
}
#password_Div dl > dd > .pw_input:focus{
	border-color: #001d67;
	outline: 0;
}
#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:#001d67;
}
.pw_xbtn{
	position:absolute;
	top:15px;
	right:17px;
}
#rep_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;
}
#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;
}
#rep_password_Div dl > dd > .pw_input:focus{
	border-color: #001d67;
	outline: 0;
}
#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:#e0433a;
}
/* 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:#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;
}
.reply_btn_box a.reply_btn:hover {background:#000; 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:#003ae1;}
#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;}

/* pop 달력*/
.scedule_wrap{ width:auto;}

.schedule {/*min-width:1200px;*/ width:100%;}
.sch_top {*zoom:1; margin:0 0 30px 0; position:relative;}
.sch_top:after {content:" "; display:block; clear:both;}
.calSub {position:absolute;top:0;left:0;}
.calSub a {height:38px; line-height:38px; padding:0 20px; font-size:16px; font-weight:600; color:#fff; display:block;background-color:#01213f;
border-radius:3px;
-webkit-border-radius:3px;
-ms-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}

.calSub a:hover {background:#0c4da2; }
.calSub a img {vertical-align:middle;}
.calSub a span {display:inline-block;  padding:0 0 0 10px;}

.year_sel {*zoom:1; float:right; }
.year_sel:after {content:" "; display:block; clear:both;}
.year_sel p {float:left;}
.year_sel .moBtn {float:left; margin:0 0 0 30px;}
.year_sel .moBtn a {display:inline-block; width:66px; height:40px; line-height:40px; background:#b5bfbb; font-size:14px; font-weight:400; color:#fff; text-align:center;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.year_sel .moBtn a.left {border-radius: 5px 0 0 5px;}
.year_sel .moBtn a.right {border-radius: 0 5px 5px 0; margin:0 0 0 -4px;}
.year_sel .moBtn a.on, .year_sel .moBtn a:hover {background:#325044;}
.year_sel p input {border:1px solid #ddd; padding-left:10px; font-size:15px; color:#777;height:33px; line-height:33px; display:inline-block; vertical-align:middle;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.year_sel p .schBtn {display:inline-block; vertical-align:middle; font-size:14px; font-weight:600; color:#fff; text-align:center; border:none;
	background:#001d67; height:35px; line-height:35px; width:70px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.year_sel select{padding:10px 15px;width:220px;border:1px solid #ddd; border-radius:5px; font-size:18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	 background: url(../images/common/check.png) no-repeat 94% 50%;
}



.center_month {text-align:center; clear:both;}
.center_month a, .center_month p {display:inline-block; vertical-align:middle;}
.center_month p {margin:0 40px; font-size:24px; font-weight:900; color:#333; letter-spacing:-0.02em;}
.center_month p span {display:inline-block; color:#706154; margin:0 0 0 10px;}

.color_desc{right:0;top:0;position:absolute;width:240px;}
.color_desc ul:after{content:"";display:block;clear:both;}
.color_desc ul li{float:left;font-size:14px;font-weight:600;color:#333333;margin:0 10px 5px 0;}
.color_desc ul li span{display:inline-block;width:50px;height:24px;vertical-align:middle;}
.color_desc ul li span.c1{background-color:#baebf2;}
.color_desc ul li span.c2{background-color:#fbc9ab;}
.color_desc ul li span.c3{background-color:#dcf0ca;}
.color_desc ul li span.c4{background-color:#f8f2b3;}
.topyear {margin:0 0 10px 0;}
.topyear h3 {font-size:20px; font-weight:600; color:#001d67; background:url('../images/common/stroke.gif') 0 50% repeat-x; display:inline-block; padding:0 70px;}
.topyear h3 span {display:inline-block; padding:0 20px; background:#fff;}

#view_pop{width:500px; padding:30px; position:absolute;visibility:hidden;background-color:#faf8f8;top:80%;left:50%;margin-left:-265px;border:1px solid #ddd;}
#view_pop h3{color:#333;font-size:20px;font-weight:600;text-align:center; padding:0 0 15px 0; border-bottom:2px solid #001d67;margin:0 0 20px 0;}
#view_pop a.close_btn{position:absolute; top:30px;right:30px;}
#view_pop table{border:1px solid #ddd;}
/*#view_pop table th {border-bottom:1px solid #ddd;  font-size:15px; color:#333333; font-weight:600; padding:15px 20px;}*/
#scheduleCon dl {background:#fff; padding:15px; border:1px dotted #d1d1d1;margin:0 0 10px 0;}
#scheduleCon dl dt {font-size:15px; background:url('../images/sub/arrow_right.png') 0 50% no-repeat; color:#333333; padding-left:10px; font-weight:600; margin:0 0 10px 0;}
#scheduleCon dl dd {font-size:14px; color:#333; line-height:22px; padding-left:10px;}

#scheduleCon .pop_btnbox:after{content:"";display:block;clear:both;}
#scheduleCon .pop_btnbox a.modify_btn{float:left;display:inline-block;padding:4px 20px;background-color:#001d67; font-size:15px; font-weight:600; color:#fff; margin:0 auto;
border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;}
#scheduleCon .pop_btnbox a.del_btn{float:right;display:inline-block;padding:4px 20px;background-color:#898989; font-size:15px; font-weight:600; color:#fff; margin:0 auto;
border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;}

#view_pop2 {padding:20px 15px;}
#view_pop2 h3 {height:50px; margin:0 0 15px 0; line-height:50px; padding:0 15px; background:#325044; font-size:18px; font-weight:600; color:#fff;}
#view_pop2 h3 span {display:inline-block; vertical-align:middle; margin:0 13px 0 0;}
#view_pop2 table{}
#view_pop2 table th {font-size:14px; font-weight:600; color:#333; text-align:center;}
#view_pop2 table th span {padding:10px 0; background:#dfe9e5; width:125px; display:inline-block;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
}
#view_pop2 table td {padding:10px;font-size:14px;color:#333333;}
#view_pop2 table td input {height:30px; border:1px solid #ddd; line-height:30px; padding-left:5px;}
#view_pop2 table td textarea {border:1px solid #ddd; resize:none; min-height:100px; width:100%;}
#view_pop2 table td #select_option {
	position: relative;
	padding:7px 8px;
	min-width:120px;
	vertical-align:middle;
	display:inline-block;
	border: 1px solid #ddd;
	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;
}
#view_pop2 table td .select_option2 {
	position: relative;
	padding:7px 8px;
	min-width:70px;
	vertical-align:middle;
	display:inline-block;
	border: 1px solid #ddd;
	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;
}
#view_pop2 table td a{ padding:0 0 0 16px;}
#view_pop2 table td a:hover, #view_pop table td a:focus{color:#0dacc2;}
#view_pop2 .center_bbtn {text-align:center; margin:30px 0 0;}
#view_pop2 .center_bbtn a {display:inline-block; font-size:13px; font-weight:600; color:#fff; padding:0 45px; height:35px; line-height:35px;
	
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
#view_pop2 .center_bbtn a.btnS {background:#325044;}
#view_pop2 .center_bbtn a.btnS:hover {background:#274639;}
#view_pop2 .center_bbtn a.btnC {background:#dbdbdb; color:#777;}
#view_pop2 .center_bbtn a.btnC:hover {background:#444242; color:#fff;}
#calendar {
    width: 100%;    
	letter-spacing:-0.02em;
}
#calendar .red {color:#e6064b !important;}
#calendar .red a {color:#e6064b;}
#calendar .blue {color:blue !important;}
#calendar .blue a {color:blue;}
#calendar .today {
	font-weight:bold; background:#e0041f !important; color:#fff !important; letter-spacing:-0.03em; font-size:14px;
   border-radius:20px;
   width:28px !important;
   height:28px !important;
   line-height:28px !important;
	display:inline-block;
}
#calendar .today a {font-weight:bold; padding:3px 7px; background:#366250; color:#fff;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
}
#calendar a {
   
}
#calendar .weekly td.fir {
	font-size:14px;
	text-align:center;
	padding:10px;
}
#calendar .weekly th {
	line-height:50px !important;
	font-size:17px !important;
}
#calendar .weekly .today2 {
	background:#fcf8e3;
}
#calendar .weekdays {

}
#calendar .weekdays th {
	text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    color: #565656;
    font-size: 20px;
	font-weight:600;
	background: #f5f5f5;
	border:1px solid #ddd;
}
#calendar .weekdays td {
	*zoom:1;
	height:100%;
    padding: 5px;
    border: 1px solid #dfdfdf;
    margin-right: -1px;
    margin-bottom: -1px;
	vertical-align:top;
}
#calendar .weekdays td .boxing {
	min-height:100px;
	position:relative;
	font-size:15px;
	padding:35px 0 0 0;
}
#calendar .weekdays td:after {
	content:" ";
	display:block;
	clear:both;
}
#calendar .weekdays td a.plus_btn {
	position:absolute;
	right:10px;
	top:10px;
}

#calendar .weekdays td .event {
    clear: both;
    font-size: 14px;
    padding:2px 5px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #baebf2;
    color: #333;
    text-decoration: none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
#calendar .weekdays td .event a {
	display:block;
}
#calendar ul {
	*zoom:1;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#calendar ul:after {
	content:" ";
	display:block;
	clear:both;
}
#calendar li {
    display: block;
    float: left;
    width:14.36%;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #ddd;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdays {
    
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    color: #555;
    font-size: 14px;
	font-weight:600;
	background: #f4f4f4;
}
#calendar .days {

}
#calendar .days li {
	float:left;
	height:130px;
	position:relative;
	font-size:15px;
	padding:0;
}


#calendar .days li a.plus_btn{position:absolute;right:10px;top:10px;}
#calendar .days li .day_box {padding:38px 10px 15px; height:133px; overflow-y:auto;}

#calendar .days li .day_box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #181818;
	opacity:0.5;
}
#calendar .days li .day_box::-webkit-scrollbar
{
	width: 10px;
	background-color: #181818;
	opacity:0.5;
}

#calendar .days li .day_box::-webkit-scrollbar-thumb
{
	background-color: #000;
	/*border: 2px solid #555555;*/
}

#calendar .days li .day_box:hover {
   
}

#calendar div.date {
	position:absolute; top:3px; left:3px;
    text-align: center;
    color: #555;
	width:26px; height:26px; line-height:26px;
	font-size:14px; 
	font-weight:900;


}

#calendar ul.days li .event {padding:0px 2px; margin-bottom:5px; border-radius:5px;line-height:16px;}

#calendar .event a{
    clear: both;
    font-size: 14px;
	color:#fff;
	font-weight:600;
}
#calendar .event p a{padding:3px; display:block; word-break:keep-all;
	background-image:url('/lounge/images/sub/white_dot.png');
	background-repeat:no-repeat;
	background-position:0 8px;
}
#calendar .event p.holi {background:none;}
#calendar .ES {
    background: #20579e !important;
}
#calendar .EP {
    background: #4eb748 !important;
}
#calendar .XS {
    background: #717777 !important;
}
#calendar .XP {
    background: #e8603d !important;
}

#calendar .event-desc {
    color: #666;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}

#calendar .other-month {
    background: #f5f5f5;
    color: #666;
}

/*------------- payment --------------------*/
.pay_table {border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.pay_table thead tr th {padding:15px; color:#fff; font-size:16px; font-weight:600; background-color: #001d67;}
.pay_table tbody tr th{
	text-align: left;
    padding: 15px 20px;
    font-size: 15px;
    font-family: 'noto';
    font-weight: 600;
    color: #111;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}
.pay_table tbody tr td{
	background-color: #FFFFFF;
    text-align: left;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 24px;
    border-top: 1px solid #ddd;
    color: #333;
}
.pay_table tbody tr td strong{font-weight:600;color:#d5043b;font-size:16px;}

.pay_btn {text-align:center; margin:30px 0;}
.pay_btn a{display:inline-block; padding:10px 50px; background-color:Red; font-size:15px; font-weight:600;color:#fff;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.pay_btn a.btn01 {background-color:#0f3395;}
.pay_btn a.btn01:hover, .pay_btn a.btn01:focus{background-color:#09287c;}
.pay_btn a.btn02 {background-color:#eee;color:#666;margin:0 0 0 10px;}
.pay_btn a.btn02:hover, .pay_btn a.btn02:focus{background-color:#dfdfdf;}

.pay_table a.order_btn{     
	width:30px; height:30px;line-height:30px; font-size:20px;font-weight:900;
    display: inline-block;
	vertical-align:middle;
	margin:0 3px 0;
    background-color: #09287c;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.delivery input[type="text"], .delivery 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-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;
		
}



.delivery input[type="text"]:focus, .delivery input[type="email"]:focus {
	outline: 0;
	border-color: #91b2ee;

}

table.jbook_list tbody tr:nth-child(odd){background-color:#f3f3f3;}
table.jbook_list tbody tr td{font-weight:600;}
table.jbook_list tbody tr td.alignLeft{font-size:16px;}
table.jbook_list tbody tr td.alignLeft a:hover ,table.jbook_list tbody tr td.alignLeft a:focus {color:#133380;}
table.jbook_list tbody tr td .down_btn{display:inline-block; border:1px solid #133380;color:#133380; padding:7px 23px 7px 9px; border-radius:3px; font-size:13px; line-height:13px; font-weight:600;
background:url('../images/sub/navy_down.png') 90% center no-repeat;}
table.jbook_list tbody tr td .down_btn:hover, table.jbook_list tbody tr td .down_btn:focus{background:url('../images/sub/navy_down_on.png') 90% center no-repeat #133380; color:#fff;}

#ALL{/*width:620px;*/ width:100%; height:120px; border-radius:10px; position:relative;border:1px solid #d3d3d3;}
#Prev{ position:absolute; top:30px; left:-12px; cursor:pointer;z-index:90}
#Next{ position:absolute; top:30px; right:-12px; cursor:pointer;z-index:90}
#content_thumb{*zoom:1; width:100%; height:130px; overflow:hidden;}
#content_thumb:after {content:" "; display:block; clear:both;}
#allpage .page {*zoom:1; width:620px; height:90px; padding:10px 0px 15px 15px; float:left; overflow:hidden;}
#allpage .page:after {content:" "; display:block; clear:both;}
#allpage .page li{float:left; margin-right:10px;}
.gallery_view .pic {margin: 0 0 23px 0}
.gallery_view dt {width:606px; font-family:Dotum, "돋움";color:#363636;font-size:1.333em;font-weight:bold;margin: 0 0 9px 0;}
.gallery_view dd {width:606px;height:auto;font-family:Dotum, "돋움";color:#363636;}
.gallery_view .post {color:#363636;line-height:20px;margin: 0 0 32px 0;}

/**** mobile layout *************************************************************************************************************/
@media screen and (max-width:640px) {

	div.form_group {
		margin-bottom: 15px;
	}
	div#select_box {
		width: 85px;
	}
	div#select_box label {
		font-size: 13px;
		left: 8px;
	}
	#select_Option{
		width:120px;
		font-size:11px;
		height:33px;
		line-height:33px;
		padding:0px 5px;
		background: url(../images/common/check.png) no-repeat 95% 50% #fff;
	}
    .select_style{
		width:120px;
		font-size:11px;
		height:33px;
		line-height:33px;
		padding:0px 5px;
		background: url(../images/common/check.png) no-repeat 95% 50% #fff;
	}
	.btn_primary {
		background:#001d67;
		width: 50px;
		font-size: 11px;
		height:33px;
		line-height:33px;
		margin-left:-1px;
		padding:0; text-align:center;
	}
	.placeholder_box input[type="text"] {
		width: 170px;
		padding:0 10px;
		height:33px;
		line-height:33px;
		font-size:11px;
	}
	.placeholder_box label {
		top:8px;
		left: 5px;
		font-size: 13px;
	}
	table.board_Vtable thead tr th {
		font-size:13px;
	}
	table.board_Vtable tfoot tr td{
		padding:13px 5px;
		letter-spacing:-0.04em;
	}
	.publication_top {
		font-size: 13px;
	}
	.publication_top p{
		word-break:keep-all;
	}
	.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 20px 0;
	}
	.member_wrap dl dd div.info span.tel {
		display:block;
		margin:10px 0 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;
	}
	.board_Vtable tbody tr td div.gallery_content p img{
		width:100% !important;
	}
	/* 저작권 - 모바일 */
	.bookmark tbody td {
		font-size:13px; 
		text-align:center;
		padding:0;
	}

	.privacy_wrap dl dt {
		font-size:16px; 
		margin:0 0 10px 0;
		background:url('../images/new_UI_img/blue_circle_s.png') 0 0 no-repeat;
		word-break:keep-all;
	}
	.privacy_wrap dl dd {
		font-size:13px; 
	}

	.privacy_bottom p {
		font-size:13px; 
	}
	
	/* 회원가입 - 모바일*/
	#join_form > tbody > tr > th {
		padding:5px;
		font-size:13px;
		letter-spacing:-0.04em;
		word-break:keep-all;
	}
	#join_form > tbody > tr > td {
	font-size:13px;
    padding:7px;
}
	#join_form > tbody > tr > td > input[type="text"] {
		font-size:13px;
		width:85%;
	}
	#join_form span#id_msg {
		font-size:12px;
		display:block;
		clear:both;
	}
	.import { 
		margin:0; 
	}
	#join_form > tfoot > tr > th {
		padding:5px;
		font-size:13px;
		word-break:keep-all;
	}
	#join_form > tfoot > tr > td {
		padding:7px;
	}
	#join_form > tfoot > tr > td  input {
		font-size:13px;
	}
	#join_form > tfoot > tr > td input[type="text"]{
		margin:10px 0 0;
	}
	#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 font{margin:10px 0 0;font-size:12px;}

	.boardW_btn span a{
		width:100px; height:35px; line-height:35px; font-size:13px;
	}

	.required_txt{
		font-size:12px;
	}
	/* 모바일 내부 로그인 */

	.login_box{
		padding:40px 0;
	}
	.login_box .login_left{
			display:none;
	}
	.login_box .login_right{
		width:100%;
		float:none;
	}

	.login_box .login_right h4{
		padding:0 0 20px 0;
		font-size:22px;
	}

	.id_input input, .pw_input input, .mail_input input {   
		width:100%; 
		padding-left:10%;
		height:50px; 
		line-height:50px;
		font-size:14px;
	}

	.chk_input{
		font-size:13px;
	}

	#login_form1 .btn_input input { 
		width:100%; height:50px;  
		font-size:16px; 
		margin:0 0 30px 0;
	}
	.btn_a{
		width:100%;
	}
	.btn_a a { 
		font-size:13px;
	}

	/* id 찾기 */
	.id_tab {height:40px;}
	.id_tab li {
		width:49.5%;
		font-size:15px; 
		height:40px; 
		line-height:40px;
	}





	/* 모달 윈도우 디자인 */
	.box_modal {
		width:95%;
		top:50%;
		left:2.5%;
		margin-top:0;
		margin-left:0;
		margin:0 auto;
		box-shadow:0 0 15px rgba(0,0,0,0.1);

	}

	.box_modal h3 {font-size:15px;}
	.box_modal .modal_con p {font-size:13px;}

	.box_modal .modal_con strong {
		font-size:14px; 
	}





	/* tab 이벤트 클래스 */
	.find_in {padding:0; }
	.name_input, .ok_input{ float:none;}
	.ok_input_pw { padding-top:25px;}
	.name_input input {  
		width:85%; 
	}
	.name_input label { 
		width:auto;
		height:30px;
	}
	#login_form1 .ok_input input {
		width:100%; 
		height:40px; 
		margin-left:0; 
	}
	.btn_link{ 
		clear:both; 
		padding:0;
		margin:20px 0 0;
	}
	.btn_link a {
		width:47%; 
		margin:0 0 0 8px; 
	}
	.btn_link a:first-child {margin:0;}
	/* password찾기 -new ( 170621)  */
	.find_in2 { padding:0;}

	/* 저작권 - 모바일 */
	#join_form .new_privacy{width:100%;}

	.bookmark tbody td {
		font-size:13px; 
		text-align:center;
		padding:0;
	}

	.privacy_title{font-size:18px;}

	.privacy_wrap {height:200px;}

	.privacy_wrap dl dt {
		font-size:16px; 
		margin:0 0 10px 0;
		background:url('../images/common/min_circle_s.png') 0 5px no-repeat;
		word-break:keep-all;
	}
	.privacy_wrap dl dd {
		font-size:13px; 
	}
	.privacy_wrap p{
		font-size:13px;
		text-align:justify;
		word-break:break-all;
	}

	.privacy_bottom p {
		font-size:13px; 
	}
	.privacy_agree span, .privacy_agree span:first-child {
		display:block;
		margin:0 0 5px 0;
		font-size:12px;
	}
	table.board_table thead tr th {
		font-size: 12px;
	}
	table.board_table tbody tr td {
		font-size: 12px;
	}

	table.board_table tbody tr td a {
		font-size:12px;
	}
	table.board_table tbody tr td span.tech_type {
		padding:2px;font-size:10px;
	}

	.board_Vtable tbody tr td div.gallery_content p img{
		max-width:100%;
		height:auto;
	}

	.board_Vtable .board_content img {
		max-width:100%;
		height:auto;
	}
	table.board_Vtable tbody tr td div.board_content{
		font-size:13px;
	}

	/* 회원가입 - 모바일*/
	#join_form > tbody > tr > th {
		padding:5px;
		font-size:13px;
		letter-spacing:-0.04em;
		word-break:keep-all;
	}
	#join_form > tbody > tr > td {
	font-size:13px;
    padding:7px;
}
	#join_form > tbody > tr > td > input[type="text"] {
		font-size:13px;
		width:85%;
	}
	#join_form span#id_msg {
		font-size:12px;
		display:block;
		clear:both;
	}
	.import { 
		margin:0; 
	}
	#join_form > tfoot > tr > th {
		padding:5px;
		font-size:13px;
		word-break:keep-all;
	}
	#join_form > tfoot > tr > td {
		padding:7px;
	}
	#join_form > tfoot > tr > td  input {
		font-size:13px;
	}
	#join_form > tfoot > tr > td input[type="text"]{
		margin:10px 0 0;
	}
	#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;
	}


	.boardW_btn span a{
		width:100px; height:35px; line-height:35px; font-size:13px;
	}

	.required_txt{
		font-size:12px;
	}


	/*gallery_box*/
	.gallery_box {
		margin-right: -10px;
		margin-left: -10px;
		padding: 0 10px;
	}
	.col-md-3 {
		position: relative;
		min-height: 1px;
		float: left;
		width: 47%;
		margin: 0 0 10px 8px;
	}
	.bg-thumb {
		background-position: center center;
		background-repeat: no-repeat;
		width: auto;
		height: 130px;
		border: 1px solid #ccc;
		overflow: hidden;
	}
	.thumbnail {
		margin-bottom: 10px;
	}
	.thumbnail .caption div span {
		margin: 0 0 0 30px;
	}

	/* publication_list */
   .board_list {width:100%;}
   .board_list table {table-layout:fixed; border-top:none;}
   .board_list table thead th {padding:10px 5px;font-size:15px;}
   .board_list table td {padding:10px 5px; font-size:14px; line-height:20px; word-break:break-all;}
   .board_list table td a {display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
   .board_list table .board-list-fir {display:none;}
   .board_list table .board-list-paper {display:none;}
   .board_list table .board-list-journal {width:70px; word-break:break-all;}
   .board_list table .board-list-title {/*width:auto;*/ width:100%; word-break:keep-all;}
   .board_list table .board-list-title > div {width:auto; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:normal;}
   .board_list table .board-list-title > div a {display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; word-break:normal;}
   .board_list table .board-list-author {width:50px}
   .board_list table .board-list-date {display:none;}


   /* 일반 list */
   .board_list2 {width:100%;}
   .board_list2 table {table-layout:fixed;}
   .board_list2 table thead th {padding:10px 5px; font-size:15px;}
   .board_list2 table td {padding:10px 5px; font-size:14px; line-height:20px;}
   .board_list2 table td a {display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
   .board_list2 table td a:hover {text-decoration:underline;}
   .board_list2 .board-list-fir {width:30px;}
   .board_list2 .board-list-title {width:auto;}
   .board_list2 .board-list-title > div {width:auto; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} 
   .board_list2 .board-list-title > div a {display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:normal;}
   .board_list2 .board-list-writer {display:none;}
   .board_list2 .board-list-file {display:none;}
   .board_list2 .board-list-uid {display:none;}
   .board_list2 .board-list-date {width:80px;}



	/* ------------------- confernece ---------------------- */

	.conf_wrap .conf_select { padding:25px; }
	.conf_wrap .conf_select #select_Option {width:80%;font-size:12px;}
	.conf_wrap .conf_title{font-size:16px; }

	.conf_wrap .conf_btn a{display:block;width:90%;box-sizing:border-box;font-size:12px; position:relative;}
	.conf_wrap .conf_btn a.btn01{margin:10px auto 0;}
	.conf_wrap .conf_btn a.btn02{margin:10px auto 0;}
	.conf_wrap .conf_btn a span{padding:0 0 0 0;position:Absolute; right:10px;top:10px;}




	/*------------- payment --------------------*/
	.pay_table tbody tr th{padding:10px; font-size:13px;}
	.pay_table tbody tr td{padding:10px; font-size:13px;}
	.pay_table tbody tr td strong{font-size:15px;}

	.pay_btn a{padding:10px 40px;font-size:13px;}



	/*-------------  발간지정보 리스트 ------------------*/
	.jbook_info dl dt{float:none; margin:0 0 30px 0;box-shadow:none;text-align:center;}
	.jbook_info dl dt img{box-shadow:5px 5px 5px rgba(0,0,0,0.1);width:150px;}
	.jbook_info dl dd{float:none; width:auto;}
	table.jbook_list tbody tr td .down_btn{ font-size:12px; line-height:12px; }

	.boardW_btn span {width:100px;height:35px; line-height:35px;}
	




	/* 센터일정 */
   #calendar .weekdays, #calendar .other-month {
        display: none;
    }
	.topyear {padding:30px 0 0 0;margin:0;}
	.topyear h3{font-size:13px;}
	.center_month a {padding:5px;}
	.center_month p {font-size:18px;margin:0 20px;}
	#calendar div.date {font-size:11px;}
	#calendar .days li {
		font-size:14px;
		height: auto !important;
		min-height:55px;
        border: 1px solid #dfdfdf;
        width: 100%;
        margin-bottom: -1px;
	}
	#calendar .days li .day_box {
		padding:20px 10px 10px;
		height:auto;
	}
    #calendar .date {
        float: none;
		text-align:left;
    }
	#calendar .event {
		margin-top:10px;
		font-size:11px;
	}
	#calendar .event a {font-size:11px;}

	#view_pop{width:80%; height:auto;padding:5%; position:fixed;top:45%;left:5%;margin-left:0;}
	#view_pop h3{color:#333;font-size:18px;}
	#view_pop table td{font-size:14px;}
	#view_pop .poster_con{width:80%; height:auto;float:none;margin:0 auto;}
	#view_pop .poster_con img {width:100%; height:100%;}
	#view_pop .right_con{width:100%;float:none; padding:0;}


/*mobile // E*/
}

@media screen and (max-width:320px) { 
	#select_Option {font-size:12px;}
	.placeholder_box input[type="text"] {width:120px;}
	.placeholder_box label {font-size:12px;}
	.thumbnail .caption {padding:15px 10px;}
	.thumbnail .caption p {width:100%;}
	.thumbnail .caption div span {margin:0;}
	.thumbnail .caption div span.hits {margin:0 0 0 5px;}
}


