@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: 150px;
	height:45px;
	padding:0 8px;
	vertical-align:middle;
	display:inline-block;
	border: 1px solid #ccc;
	
	-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;
}
#select_Option::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}


.form_select {
	position: relative;
	width: 150px;
	height:35px;
	padding:0 8px;
	vertical-align:middle;
	display:inline-block;
	border: 1px solid #ccc;
	
	-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;
}
.form_select::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}


.btn_primary{
	font-family:inherit;
	background-color:#013f98; 
	border:none; 
	vertical-align:middle;
	border-radius:2px; 
	width:70px; 
	height:35px; 
	line-height:35px; 
	font-size:14px; 
	font-weight:600; 
	color:#fff;
}

/*게시판 검색 select*/
#board_select {
	font-family:inherit;
	border:none;
	font-size:14px;color:#666;
	border-bottom:1px solid #ccc;
	height:35px;line-height:35px;
	vertical-align:middle;
}

/* 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"] {
   font-family:inherit;
	height:35px;line-height:35px;
    width: 270px;
	padding:0 15px;
    /*padding: 10px 15px;*/
    box-sizing: border-box;
	border:none;
	border-bottom: 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;
	float:left;
}
.placeholder_box input[type="text"]:focus{
	border-color: #222;
	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: #d85c7a;
	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: #d85c7a;
	outline: 0;
}

/**************************************************** 제이쿼리를 이용한 input // E *******************************************************/



/* table (적용 : board(notice list, link list), Admin page */
table.board_table{border-top:1px solid #013f98; width:100%;}
table.board_table caption{display:none;}
table.board_table thead tr th:first-child, table tbody tr td:first-child{border-left:none;}
table.board_table thead tr th{padding:20px 0; font-size:15px; font-weight:6900900; color:#222; border-bottom:1px solid #eee;}
table.board_table tbody tr td{padding:20px 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:#333;font-size:16px;}
table tbody tr td a.btn_style { display:inline-block; padding:5px; background-color:#013f98; color:#fff; border-radius:5px;}
table tbody tr td a.btn_style:hover, table tbody tr td a.btn_style:focus{background-color:#eee; color:#444;}
input.btn_style{ background-color:#0093ca; color:#fff; border-radius:5px;  padding:8px 30px; border:none;cursor:pointer;}
input.btn_style:hover, input.btn_style:focus { background-color:#eee; color:#444; }



/* admin -  member management */
.import_desc {padding: 0 0 15px 0;}

/* table_viewpage (적용 : gallery view page) */
table.board_Vtable{border-top:1px solid #013f98;}
table.board_Vtable thead tr th{ letter-spacing:0.02em; padding:18px 20px; font-size:17px; font-weight:600; color:#000;  border-bottom:1px dotted #ccc; }
table.board_Vtable thead tr td{border-bottom:1px solid #eee; padding:10px 20px;text-align:center;}
table.board_Vtable thead tr td ul li{display:inline; color:#999; padding-right:5px; font-size:14px; font-weight:400;}
table.board_Vtable thead tr td ul li.imbar{color:#ccc;}
table.board_Vtable thead tr td ul li img{vertical-align:text-top;}
table.board_Vtable tbody{border-top:2px solid #eee;}
table.board_Vtable tbody tr td{padding:20px; }
table.board_Vtable tbody tr td div.board_content{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:2px solid #013f98; 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 #013f98;}
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 #013f98;}
.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 #013f98;}
.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 #013f98; 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 #013f98; 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:#013f98; 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:#013f98;
	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:#013f98;
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:#013f98;border-radius:5px;text-align:Center;width:110px; height:28px; line-height:28px;color:#fff; }
.detail_wrap dl{*zoom:1; border-top:2px solid #013f98; 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:#013f98;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 #013f98;}
.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 #013f98;}
.member_rankTable thead tr th{border-bottom:2px solid #e9e9e9; padding:15px 0; background-color:#f9f9f9; font-size:14px; font-weight:800; letter-spacing:0.5em;}
.member_rankTable thead tr th:first-child, .member_rankTable tbody tr th{border-right:1px solid #e9e9e9;}
.member_rankTable tbody tr th, .member_rankTable tbody tr td{border-bottom:1px solid #e9e9e9; padding:10px 0; font-size:14px; font-weight:400;} 
.rank_input{height:30px; line-height:30px; background:#f9f9f9; border:none; text-align:center; box-shadow:1px 1px 5px #ddd;}
/* MEMBER_rank // E */

/* Gallery - new */
.gallery_box:before,.gallery_box:after{
  display: table;
  content: " ";
}
.gallery_box{
	margin-right: -20px;
	margin-left: -20px;
}
.col-md-3{
 position: relative;
  min-height: 1px;
  float:left;
  width:197px; margin:0 0 20px 37px;
}
.gallery_thumb a {
	display:block;
}
.gallery_thumb .thumbnail {

}
.thumbnail {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail:hover .bg-thumb {position:relative;}
.thumbnail:hover .bg-thumb span {position:absolute; width:100%; height:100%; background:url('../images/common/black_opa.png') repeat; opacity:0.5;}
.thumbnail:hover .caption {background:#f0f0f0; color:#000;}
.bg-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    width: 195px;
    height: 130px;
	border:1px solid #ccc;
	overflow:hidden;
}
.thumbnail .caption {
    padding: 20px 15px;
    color: #333;
	background:#f8f8f8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #666;
}
.thumbnail .caption p {font-size:14px; font-weight:400; color:#333; height:50px; width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.thumbnail .caption div span {display:inline-block; padding:0 0 0 15px; margin:0 0 0 50px; font-size:11px;}
.thumbnail .caption div span.datetime {background:url('../images/common/clock.png') 0 center no-repeat; margin-left:0;}
.thumbnail .caption div span.hits {background:url('../images/common/hits.png') 0 center no-repeat;}
/* gallery_view //E */

/* table_Writepage input group common*/
.input-group .boardW_input{padding:3px 10px;}

input[type="checkbox"] {vertical-align:middle;}

.input-group {
	*zoom:1;
    position: relative;
    display: table;
    border-collapse: separate;
	vertical-align:middle;
}
.input-group:after {
	content:" ";
	display:block;
	clear:both;
}
.input-group-addon {
	vertical-align:middle;
    padding: 5px 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:#013f98; 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:13px; font-weight:600; height:30px; line-height:30px; float:right;}
.boardW_btn:after{content:" "; display:block; clear:both;}
.boardW_btn span{display:block; float:left; background-color:#f7f7f7; width:80px; border-radius:5px; text-align:center;}
.boardW_btn span a{display:block; color:#555;}
.boardW_btn span a:hover{background-color:#013f98; color:#fff; border-radius:5px;}
.boardW_btn span.ok_btn{float:left;}
.boardW_btn span.ok_btn a{display:block; background-color:#f7f7f7; color:#555; border-radius:5px;}
.boardW_btn span.ok_btn a:hover{background-color:#013f98; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn{float:right; margin-left:10px;}
.boardW_btn span.back_btn a{background-color:#013f98; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn a:hover{background-color:#f7f7f7; color:#555; border-radius:5px;}
.boardW_btn span.list_btn{float:left;  margin-left:10px;}/*만약목록으로버튼왼쪽하려면 써*/
.boardW_btn span.list_btn a{display:block; background-color:#f7f7f7; color:#333;}
.boardW_btn span.reply_btn {float:left;}
.boardW_btn span.left_btn{position:absolute; top:0; left:0;}
.boardW_btn span.left2_btn{position:absolute; top:0; left:90px;}

/* 파일첨부버튼 */
.file_btn{color:#fff !important; background:#013f98; 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: #d85c7a;
	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: #013f98;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/* 로그인 */
.login:after{content:"";display:block;clear:both;}
.login > div {height:auto;}
.login .logbox{width:1300px;margin:0 auto;padding:80px 300px;border:1px solid #eae5ed;box-sizing:border-box;}
.login .logbox p.normal{font-size:20px; color:#111;text-align:center;margin:0 0 30px 0;}
.login .logbox h3 {font-size:25px; text-align:center; font-weight:900;color:#013f98;margin:0 0 40px 0;}
.login .logbox .inbox {margin:0 0 10px 0;}
.login .logbox .inbox input {width:100%; height:70px;   color: #000;line-height:70px;border:none;border:1px solid #ccc;  text-indent:15px;font-size:18px;outline:none;
	box-shadow:3px 3px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow:3px 3px 8px rgba(0,0,0,0.1);
	-moz-box-shadow:3px 3px 8px rgba(0,0,0,0.1);
}
.login .logbox .inbox input:focus{border:1px solid #013f98;}
.login .logbox .inbox input[type="submit"] {height:70px;line-height:70px;border:none;background-color:#013f98;color:#fff; font-size:20px;cursor:pointer;margin:0 0 20px 0;}
.login .logbox .inbox input[type="submit"]:hover {background-color:#002965;;}
.login .logbox .inbox input[type="text"]:focus, .login .logbox .inbox input[type="password"]:focus {border-color:#013f98;}
.login .logbox .inbox  input::placeholder {
  color: #8cacdb;
}

.login .logbox .tbox p{position:relative; width:100%;font-size:17px; color:#7c5e7c; line-height:30px; margin:0 0 8px 0;}
.login .logbox .tbox p.pur{color:#013f98;}
.login .logbox .tbox p a{position:absolute; right:0;display:inline-block; width:140px;text-align:center;background-color:#fff;
padding:8px 0; border:1px solid #013f98;color:#013f98;margin:0 0 0 5px;font-weight:600; font-size:15px;line-height:15px;
}
.login .logbox .tbox p.pur a{ border:1px solid #013f98;background-color:#013f98;color:#fff;}


.login  .idfind_tab {text-align:center; margin:0 0 30px 0;}
.login  .idfind_tab a{display:inline-block; width:140px; height:40px; line-height:40px; background-color:#eee;color:#888;font-size:16px;}
.login  .idfind_tab a.on{background-color:#013f98;color:#fff;}

.login .findpw {width:1300px;margin:0 auto;padding:50px 300px;border:1px solid #eae5ed;box-sizing:border-box;}
.login .findpw h3  {font-size:30px; text-align:center; font-weight:900;color:#013f98;margin:0 0 40px 0;}
.login .findpw p.normal{font-size:17px; color:#111;line-height:25px;margin:0 0 15px 0;}
.login .findpw .inbox {margin:0 0 10px 0;}
.login .findpw .inbox input {width:100%; height:80px;   color: #013f98;line-height:80px;border:none;border-bottom:1px solid #013f98; text-indent:15px;font-size:16px;outline:none;
	box-shadow:3px 3px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:3px 3px 8px rgba(0,0,0,0.2);
	-moz-box-shadow:3px 3px 8px rgba(0,0,0,0.2);
}
.login .findpw .inbox  input[type="text"]:focus {border-color:#013f98;}
.login .findpw .inbox input[type="button"] {height:70px;line-height:70px;border:none;background-color:#013f98;color:#fff; font-size:20px;cursor:pointer;margin:0 0 20px 0;}
.login .findpw .inbox input[type="button"]:hover{background-color:#006969;}
.login .findpw .inbox  input::placeholder {
  color: #013f98;
}

/* 회원가입 */
.signup_enter:after{content:"";display:block;clear:both;}
.signup_enter{width:820px;margin:0 auto;position:relative;}
.signup_enter > div{position:relative;float:left; width:400px;height:293px;box-sizing:border-box; border:1px solid #e6e5e7;text-align:center;}
.signup_enter > div.box01{margin-right:20px;}
.signup_enter > div span {display:block; padding:40px 0 20px;}
.signup_enter > div h3 {font-size:30px; font-weight:600;color:#013f98;}
.signup_enter > div.box02 h3 {color:#950e86;}
.signup_enter > div a {position:relative;display:block; width:100%; height:75px;line-height:75px;text-align:left;margin: 49px 0 0 0;background-color:#013f98; color:#fff; font-size:20px;
	box-sizing:border-box; padding:0 40px;font-weight:600;
}
.signup_enter > div.box02 a {background-color:#950e86;}
.signup_enter > div a  img {position:absolute; right:40px; top:27px;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
}
.signup_enter > div a:hover img, .signup_enter > div a:focus img{right:30px;}

.signup .boxing{margin:0 0 70px 0;}
.signup .noti{text-align:right;font-size:14px; font-weight:600;margin:0 0 10px 0;color:#111;}
.signup .privacy {border:4px solid #dfdfdf; padding:20px; background-color:#f6f6f6; font-size:13px; color:#333;line-height:20px;margin:0 0 10px 0;}
.signup .privacy_agree{text-align:left;font-size:16px; font-weight:600;color:#111;}
.signup table.join_table {border-top:1px solid #013f98;}
.signup table.join_table tbody th {border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;padding:20px 5px; color:#000; font-size:16px; font-weight:600;}
.signup table.join_table tbody td {border-bottom:1px solid #dfdfdf; padding:20px; color:#333; font-size:15px;}
.signup table.join_table tbody td .inputs{border:1px solid #ccc; height:45px;line-height:45px;box-sizing:border-box; text-indent:15px;font-size:16px;outline:none;}
.signup table.join_table tbody td.radio label {padding-right:15px;}
.signup table.join_table tbody td .inputs:focus{border-color:#013f98;}
.signup table.join_table tbody td .input_btn {display:inline-block;height:45px; line-height:45px; padding:0 20px;background-color:#013f98; color:#fff; }
.signup .btn_box {text-align:center;}
.signup .btn_box a{display:inline-block; width:220px;height:65px;line-height:65px;background-color:#013f98;border:1px solid #013f98;color:#fff;font-size:20px;font-weight:600;margin:0 5px;}
.signup .btn_box a.btn02{background-color:#fff;color:#013f98;}


/* 마이페이지 */
.mypage .boxing{margin:0 0 70px 0;}
.mypage .tab {margin:0 0 50px 0;}
.mypage .tab:after{content:"";display:block;clear:both;}
.mypage .tab a{float:left; width:25%; height:60px; line-height:60px; text-align:center;font-size:18px; color:#013f98; box-sizing:border-box; border:1px solid #013f98;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
}
.mypage .tab a.on {background-color:#013f98; color:#fff;font-weight:600;}
.mypage .st a{display:inline-block; font-size:14px;line-height:14px; padding:8px 16px;bordeR: 1px solid #cdbfcf;color:#013f98;vertical-align:middle;
	background:linear-gradient(to top, #ded7df, transparent);
	background:-webkit-linear-gradient(to top, #ded7df, transparent);
}
.mypage .st a:hover{
	background:linear-gradient(to bottom, #ded7df, transparent);
	background:-webkit-linear-gradient(to bottom, #ded7df, transparent);
}
.mypage .my_tb  {border-top:1px solid #013f98;margin:0 0 20px 0;}
.mypage .my_tb  thead tr th {border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; background-color:#f4f5f7;padding:12px 5px; color:#013f98; font-size:16px; font-weight:600;}
.mypage .my_tb  tbody tr th {border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; background-color:#f4f5f7;padding:12px 5px; color:#013f98; font-size:16px; font-weight:600;}
.mypage .my_tb  tbody tr.bar th {border: 3px solid #5c2567;text-align:left;background-color:#fff;padding:12px 30px;  font-size:17px; font-weight:600;}
.mypage .my_tb  tbody tr td {border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf;padding:10px 20px; color:#333; font-size:16px;}
.mypage .my_tb  tbody tr td:first-child {border-left:none;}
.mypage .my_tb  tbody tr td.center {text-align:center;}
.mypage .btnbox {text-align:center; margin:30px auto;}
.mypage .btnbox  a{display:inline-block; width:200px;height:50px;line-height:48px;bordeR: 1px solid #cdbfcf;color:#013f98;font-weight:600;font-size:17px;margin:0 5px;box-sizing:border-box;
	background:linear-gradient(to top, #ded7df, transparent);
	background:-webkit-linear-gradient(to top, #ded7df, transparent);
}
.mypage .btnbox  a:hover{
	background:linear-gradient(to bottom, #ded7df, transparent);
	background:-webkit-linear-gradient(to bottom, #ded7df, transparent);
}


.mypage .normal_btn {display:inline-block; font-size:14px; line-height:14px; font-weight:600;padding:6px 10px;color: #013f98;border: 3px solid #013f98;}

/* tab 이벤트 클래스 */
.id_tabl:after { content:""; display:block; clear:both;}
.find_in { padding:30px 80px 0; }
.name_input, .ok_input{ float:left;}
.ok_input_pw { padding-top:25px;}

.name_input input {  
	width:250px; 
	padding-left:37px;
	height:38px; 
	font-size:16px;
	border:1px solid #cacaca; 
	margin-bottom:12px;
	line-height:38px; 
	background:url('../images/common/id_user_icon.png') no-repeat 6px 6px;
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s; 
	box-shadow:0 0 0px #e9791a;
	-webkit-box-shadow:0 0 0px #e9791a;
	-ms-box-shadow:0 0 0px #e9791a;
	-o-box-shadow:0 0 0px #e9791a;
	
	}
.name_input input#mailInput { 
	background:url('../images/common/mail_icon.png') no-repeat 6px 6px; 
}
.name_input label { 
	display:inline-block; 
	width:60px;
	height:40px; 
	font-size:14px; 
	font-weight:600; 
	color:#444;
}

.name_input span{
	display:block;
}
.name_input input:focus { 
	border-color:#d85c7a; 
	outline:none; 
	}

#login_form1 .ok_input input {
	width:110px; 
	height:92px; 
	background-color:#e9791a; 
	margin-left:20px; 
	border:1px solid #e9791a; 
	font-size:16px; 
	text-shadow:none; 
	letter-spacing:1px;
}
#login_form1 .ok_input input:hover, #login_form1 .ok_input input:focus {
	background-color:#ffdcad; 
	color:#444;
	border:1px solid #ffdcad
}
.btn_link{ 
	clear:both; 
	padding:10px 50px;}

.btn_link a {
	display:inline-block; 
	width:134px; 
	height:35px;
	border:1px solid #e9791a; 
	color:#EF7208; 
	font-weight:600;
	margin:0 8px; 
	text-align:center; 
	line-height:35px; 
	transition:all .3s; 
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s;
}
.btn_link a:hover, .btn_link a:focus { 
	background-color:#F9D8AE; 
	border-color:#F9D8AE; 
	color:#444
}



/*----------------------------------------------------------------------------------------------------------------------------------*/
/* QNA 팝업 CSS */
#password_Div {
    display: none;
	position: fixed;
    top: 40%;
    left: 43%;
    width: 400px;
    height: auto;
    border: none;
    padding: 30px 30px 40px;
    background-color: #fff;
    border: 4px solid #b2cce8;
    z-index: 2000;
}

#password_Div h3 {
    text-align: center;
    font-size: 22px;
    font-weight:900;
    color: #013f98;
    margin: 0 0 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
}


#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: #d85c7a;
	outline: 0;
}

#password_Div  a.pw_btn{
	display:block;	
	width:80%;
	margin:0 auto;
	height:40px;
	line-height:40px;
	font-size:15px;
	font-weight:600;
	text-align:center;
	letter-spacing:0.5em;
	color:#fff;
	background-color:#013f98;
	border-radius:50px;
}
.pw_xbtn{
	position:absolute;
	top:15px;
	right:17px;
}


#password_Div table {border-top:1px solid #013f98;margin:20px 0 0 0;}
#password_Div table thead tr th{background-color:#e9f0f5;padding:5px;font-size:13px;font-weight:600;color:#216692;border:1px solid #ddd;}
#password_Div table tbody tr td{font-size:13px;padding:5px;font-weight:600;color:#111;border:1px solid #ddd;text-align:center;}
#password_Div table tbody tr td a{display:block;background-color:#f4f4f4;border:1px solid #ccc;color:#047bc7;}




.pop_session input {
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    margin: 5px auto;
    outline: 0;
    padding: 0 15px;
    color: #666;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-family: 'noto' !important;
    font-size: 15px;
    box-sizing: border-box;
}

#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: #d85c7a;
	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:#013f98; 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:#f9a61b; 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:#013f98; 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 #013f98;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:#013f98; 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;
}









/**** 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:85px;
		font-size:13px;
		height:33px;
		line-height:33px;
		padding:0px 5px;
		background: url(../images/common/check.png) no-repeat 95% 50%;
	}
	.btn_primary {
		background: url(../images/common/search_icon.png) 8px center no-repeat #013f98;
		width: 50px;
		font-size: 12px;
		height:33px;
		line-height:33px;
		margin-left:-1px;
	}
	.btn_primary_en {
		background: url(../images/common/search_icon.png) 8px center no-repeat #013f98;
		width: 70px;
		font-size: 12px;
		height:33px;
		line-height:33px;
		margin-left:-1px;
	}
	.placeholder_box input[type="text"] {
		width: 170px;
		padding:0 10px;
		height:33px;
		line-height:33px;
	}
	.placeholder_box label {
		top:8px;
		left: 5px;
		font-size: 13px;
	}
	table.board_Vtable tfoot tr td{
		padding:13px 15px;
	}
	.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;
	}
	table.board_table tbody tr td.alignLeft a{
		font-size:12px;
	}
	table.board_table tbody tr td span.label-warning {
		padding:1px 3px;font-size: 12px;letter-spacing:-0.05em;}


	.board_Vtable tbody tr td div.gallery_content p img{
		width:100% !important;
		height:auto;
	}


	/* 로그인 */
	.login > div {height:auto;}
	.login .logbox{float:none;width:auto;margin:0 0 20px 0;padding:40px 20px;}
	.login .logbox h3 {font-size:20px;margin:0 0 20px 0;}
	.login .logbox p.normal {font-size:14px;line-height:22px;}
	.login .logbox .inbox {margin:0 0 10px 0;}
	.login .logbox .inbox input {height:60px;line-height:60px;text-indent:10px;font-size:13px;}
	.login .logbox .inbox input[type="submit"] {height:50px;line-height:50px;font-size:14px;}
	.login .logbox .tbox p{font-size:13px; line-height:30px; margin:0 0 5px 0;}
	.login .logbox .tbox p a{padding:8px 5px; font-size:12px;line-height:12px;position:static;display:block;}

	.login .findpw{float:none;width:auto;margin:0 0 20px 0;padding:40px 20px;}
	.login .findpw h3 {font-size:20px;margin:0 0 20px 0;}
	.login .findpw p.normal{font-size:12px;line-height:18px;}
	.login .findpw .inbox input { height:40px; line-height:40px;text-indent:10px;font-size:13px;}
	.login .findpw .inbox input[type="button"] {height:50px;line-height:50px;font-size:14px;margin:0 0 10px 0;}
	
	/* 회원가입 */
	.signup_enter{width:auto;}
	.signup_enter > div{float:left; width:48%;height:auto;box-sizing:border-box; border:4px solid #e6e5e7;text-align:center;}
	.signup_enter > div.box01{margin-right:4%;}
	.signup_enter > div span {padding:40px 0 20px;}
	.signup_enter > div span img{width:45px;}
	.signup_enter > div h3 {font-size:18px;}
	.signup_enter > div a {height:50px;line-height:50px;margin: 20px 0 0 0;font-size:14px;padding:0 30px;	}
	.signup_enter > div a  img {position:absolute; right:20px; top:17px;width:10px;}
	.signup_enter > div a:hover img, .signup_enter > div a:focus img{right:13px;}

	.signup .boxing{margin:0 0 40px 0;}
	.signup .noti{font-size:11px; }
	.signup .privacy {padding:10px; font-size:11px;line-height:17px;}
	.signup .privacy_agree{font-size:12px;}
	.signup table.join_table tbody th {padding:10px 5px; font-size:12px;display:block;text-align:left;}
	.signup table.join_table tbody td { padding:10px;font-size:12px;display:block;}
	.signup table.join_table tbody td #select_Option{width:150px !important;}
	.signup table.join_table tbody td .inputs{height:35px;line-height:35px;text-indent:10px;font-size:12px;}
	.signup table.join_table tbody td.radio label {padding-right:12px;}
	.signup table.join_table tbody td .input_btn {height:35px; line-height:35px; padding:0 10px;}
	.signup .btn_box a{width:130px;height:40px;line-height:40px;font-size:15px;margin:2px;}


	
	/* 마이페이지 */
	.mypage .boxing{margin:0 0 60px 0;}
	.mypage .tab {margin:0 0 40px 0;}
	.mypage .tab a{float:none; display:block;width:auto; height:35px; line-height:35px;font-size:14px; color:#013f98; margin:3px 0;text-align:left;text-indent:15px;
		border-radius:5px ;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
	.mypage .st a{font-size:12px;line-height:12px; padding:5px 12px;}
	.mypage .my_tb  thead tr th {padding:10px 5px; color:#013f98; font-size:13px;}
	.mypage .my_tb  tbody tr th {padding:10px 5px; color:#013f98; font-size:13px; word-break:keep-all;}
	.mypage .my_tb  tbody tr.bar th {padding:10px 20px;  font-size:14px;}
	.mypage .my_tb  tbody tr td {padding:8px 20px;font-size:13px;word-break:keep-all;}
	.mypage .my_tb  tbody tr td:first-child {border-left:none;}
	.mypage .my_tb  tbody tr td.center {text-align:center;}
	.mypage .btnbox  a{width:auto;height:35px;line-height:35px;font-size:13px;margin:2px;padding:0 15px;
	}
	.mypage .normal_btn {font-size:12px; line-height:12px;padding:4px 8px;border:2px solid #013f98;margin:1px;}


	/* 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;}

	/*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;
	}




	/*  새로 작성한 table css */
	.hyper_table tbody tr th{padding:8px 5px; font-size:12px; word-break:keep-all;}
	.hyper_table tbody tr td{padding:8px 5px; font-size:12px; line-height:25px; word-break:keep-all;}
	.hyper_table  #select_Option{width:70%;}
	.hyper_table tbody tr td .point_down{ padding:5px 10px; font-size:12px; line-height:12px;}
	.plus_form .black_title {font-size:16px; background:url('../images/sub/c_tit.jpg') 0 2px no-repeat;}
	.hyper_table tbody tr td.clear_td .clear {font-size:12px;line-height:12px;}
	.btn_box a{ width:120px; height:35px; line-height:35px; font-size:15px;}


	.hyper_table tbody tr td .chk_btn{display:inline-block;padding:10px 40px; font-size:15px;}
	.hyper_table tbody tr td .chk_noti {font-size: 14px;margin:0;}

	.regi_noti {font-size:15px;}
	.hyper_inputbox {width:auto;padding:70px 0 30px;}
	.hyper_inputbox h5{font-size:13px; word-break:keep-all; line-height:22px;}
	.hyper_inputbox p{margin:10px auto;width:90%; }
	.hyper_inputbox2 p{width:87%;}
	.hyper_inputbox p label{font-size:13px; width:25%;}
	.hyper_inputbox2 p label{width:30%;}
	.hyper_inputbox p input {font-size:14px;width:75%;}
	.hyper_inputbox p input.phone_input{width:18.4%;}
	.hyper_inputbox .btn_p a{width:70%; height:35px; line-height:35px; font-size:16px;}
	.hyper_inputbox .join_p {text-align:center;}
	.hyper_inputbox .join_p a{font-size:12px;line-height:12px;}



	#password_Div {
		display: none;
		position: fixed;
		top: 40%;
		left: 2%;
		width: 94%;
		height: auto;
		border: none;
		box-sizing:border-box;
		padding: 30px 30px 40px;
		background-color: #fff;
		border: 4px solid #b2cce8;
		z-index: 2000;
	}


/*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;}
}


