@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 #ccc;
	border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   	appearance: none;         /* 화살표 없애기 공통*/
    background: url('../images/common/check.png') no-repeat 90% 50%; /* 화살표 아이콘 추가 */
	color:#333;
	font-size:14px;
	outline:0;
}
#select_Option::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}
.btn_primary{background:url('../images/common/search_icon.png') 13px center no-repeat #224672; border:none; vertical-align:middle;
border-radius:2px; padding-left:15px; width:70px; height:38px; line-height:38px; font-size:14px; font-weight:600; color:#fff;}

.btn_primary_en{background:url('../images/common/search_icon.png') 13px center no-repeat #224672; 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;
	border: 1px solid #ccc;
	border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}
.placeholder_box input[type="text"]:focus{
	border-color: #86a0c1;
	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: #86a0c1;
	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: #86a0c1;
	outline: 0;
}

/**************************************************** 제이쿼리를 이용한 input // E *******************************************************/

/* table (적용 : board(notice list, link list), Admin page */
table.board_table{border-top:2px solid #224672; width:100%;}
table.board_table caption{display:none;}
table.board_table thead tr th:first-child, table tbody tr td:first-child{border-left:none;}
table.board_table thead tr th{padding:14px 0; font-size:15px; font-weight:600; color:#555; border-bottom:3px solid #eee;}
table.board_table tbody tr td{padding:14px 0; text-align:center; border-bottom:1px solid #e9e9e9; font-size: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 tbody tr td a.btn_style { display:inline-block; padding:5px 10px; background-color:#224672; color:#fff; border-radius:5px;}
table tbody tr td a.btn_style:hover, table tbody tr td a.btn_style:focus{background-color:#002450; }
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:2px solid #224672;}
table.board_Vtable thead tr th{ letter-spacing:0.02em; padding:13px 20px; font-size:15px; font-weight:600; color:#555; text-align:left; background:#f9f9f9; border-bottom:1px dotted #eee; /* font-family:'sans-serif'; */}
table.board_Vtable thead tr td{border-bottom:1px solid #eee; padding:10px 20px;}
table.board_Vtable thead tr td ul:after{content:" "; display:block; clear:both;}
table.board_Vtable thead tr td ul li{float:left; color:#999; padding-right:5px; font-size:13px; font-weight: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 #224672; 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 #224672;}
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 #224672;}
.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 #224672;}
.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 #224672; 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 #224672; 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:#224672; 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:#224672;
	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:#224672;
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:#224672;border-radius:5px;text-align:Center;width:110px; height:28px; line-height:28px;color:#fff; }
.detail_wrap dl{*zoom:1; border-top:2px solid #224672; 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:#224672;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 #224672;}
.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 #224672;}
.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:#224672; 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:#224672; 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:#224672; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn{float:right; margin-left:10px;}
.boardW_btn span.back_btn a{background-color:#224672; 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:#224672; 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: #86a0c1;
	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: #224672;
}

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

/* 로그인*/
#login_form {
	margin:0 auto;
	background-color:#f5f8f9;
	padding:50px 270px;
}

#login_form table {
	width:350px;
	margin:0 auto;

}


#login_form table > tbody > tr > td > dl > dt {
	float:left;
	text-align:center;
	font-weight:bold;
	padding:5px 10px;
}

#login_form table > tbody > tr > td > dl > dd {
	text-align:right;
	padding:5px 10px;
}

#login_form table > tbody > tr > td > dl > dd > input {
	width:150px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	height:20px;
	vertical-align:middle;
	padding:0px 5px 2px 5px;
}

#login_form table > tfoot > tr > td > dl > dt {
	float:left;
	text-align:center;
	font-weight:bold;
	padding:5px 10px;
}

#login_form table > tfoot > tr > td > dl > dd {
	padding:5px 10px;
}


#login_form .joinyet {font-size:17px; font-weight:600; color:#111; padding:10px 0 10px 80px; background:url('../images/sub/login_icon.png') 0 0 no-repeat;letter-spacing:-0.03em;
	position:relative;margin:30px 0;
}

#login_form .joinyet  a {position:absolute; top:0;right:0;display:inline-block; width:180px;height:35px;line-height:35px;border:1px solid #ccc;text-align:center;
	border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;font-size:15px;
	background-color:#fff;color:#396ae5;
}
#login_form .joinyet  a:hover {background-color:#f6f6f6;}

.simsa_input {text-align:center;}

.login_box_wrap:after{content:"";display:block;clear:both;}

.login_notice{float:left;width:440px;margin-left:50px;box-sizing:Border-box; padding:13PX 20px; background-color:#fff;border:2px solid #ff5f38;}
.login_notice p{font-size:14px; line-height:22px; color:#ff5f38;font-weight:600;}

.login_box {
	text-align:center;
}

.login_box  .logo {margin:0 0 40px 0;}


.login_box h4 {font-size:20px; margin:0 0 30px 0;color:#232323;font-weight:600;}
.login_box h4 b {color:#283891;}


.login_inputs {
	border:1px solid #dadada;
	height:218px;
	padding:60px  50px;

}
.login_inputs:after{
	display:block;
	content:"";
	clear:both;
}
.login_inputs .left_login, .right_desc{
	float:left;
}
.id_input input, .pw_input input {
	width:400px;
	padding-left:10px;
	height:45px;
	border:1px solid #ccc;
	margin-bottom:10px;
	line-height:45px;
	font-size:14px;
	-webkit-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	border-radius:5px;
	-webkit-border-radius:5px;
	-mz-border-radius:5px;
	box-sizing:border-box;
	background-color:#fff;
	
}
.id_input input:focus, .pw_input input:focus {
	border-color:#5565c1; outline:none;
}

.login_box .find_box  {margin:10px 0 0;}
.login_box .find_box a{display:inline-block; width:195px; height:35px;line-height:35px; border:1px solid #ccc;background-color:#fff;font-size:13px;font-weight:600;color:#283891;
	border-radius:35px;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	-o-border-radius:35px;
}
.login_box .find_box a:hover, .login_box .find_box a:focus{background-color:#f4f4f4;}




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

#btn_login {
	background-color:#283891;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	vertical-align:baseline;
	width:400px;
	outline:none;border:none;
	text-align:center;
	cursor:pointer;
	height:50px; line-height:50px;text-align:center;
	font-family:'noto';
	padding:0;
	font-weight:500;
	font-size:18px;
	border-radius:50px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;

}
#btn_login:hover {
	background-color:#15226b;
}

#simsa_login {
	background-color:#00a651;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	vertical-align:baseline;
	width:400px;
	text-align:center;
	cursor:pointer;
	height:50px; line-height:50px;text-align:center;
	font-family:'noto';
	outline:none;
	border:none;
	padding:0;
	font-weight:500;
	font-size:18px;
	border-radius:50px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	margin:0 auto;

}
#simsa_login:hover {
	background-color:#007320;
}
/* id 찾기 */
.id_tab {height:47px;}
.id_tab li {
	width:240px;
	font-size:18px;
	height:47px;
	line-height:47px;
	text-align:center;
	font-weight:600;
	border:1px solid #dadada;
	border-bottom:none;
	float:left;
}
.id_tab li a {
	display:block;
	width:100%;
	height:100%;
	color:#444;
}
.id_tab li:last-child {
	border-left:none;
}
.activeTab {
	color:#3a3a3a;
	background-color:#fcecd7;
}


/* tab 이벤트 클래스 */
.id_tabl:after { content:""; display:block; clear:both;}
.find_in { padding:30px 80px 0; }
.name_input, .ok_input{ float:left;}
.ok_input_pw { padding-top:25px;}

.name_input input {
	width:250px;
	padding-left:37px;
	height:38px;
	font-size:16px;
	border:1px solid #cacaca;
	margin-bottom:12px;
	line-height:38px;
	background:url('../images/common/id_user_icon.png') no-repeat 6px 6px;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	box-shadow:0 0 0px #e9791a;
	-webkit-box-shadow:0 0 0px #e9791a;
	-ms-box-shadow:0 0 0px #e9791a;
	-o-box-shadow:0 0 0px #e9791a;

	}
.name_input input#mailInput {
	background:url('../images/common/mail_icon.png') no-repeat 6px 6px;
}
.name_input label {
	display:inline-block;
	width:60px;
	height:40px;
	font-size:14px;
	font-weight:600;
	color:#444;
}

.name_input span{
	display:block;
}
.name_input input:focus {
	border-color:#86a0c1;
	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
}

/* password찾기-new (170621)  */
.find_in2 { padding:10px 80px 30px;}

/* 팝업로그인 */

.form-style-1 li {
padding: 0;
display: block;
list-style: none;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
.form-style-1 input[type=radio],
textarea
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #ddd;
	/*padding: 7px;*/
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	height:32px;
	font-size:14px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	font-family:'noto';
	color:#444;
}

.form-style-1 input[type=text], .form-style-1 input[type=password] {
 padding-left:10px;
}

.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
	border: 1px solid #a7bee0;
}

.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #a7bee0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.form-style-1 .required{
	color:red;
}
.login_box2 {*zoom:1; width:100%;}
.login_box2:after {content:" "; display:block; clear:both;}
.login_box2 .left_box {float:left; width:400px;}
.login_box2 .left_box .center {width:370px; margin:0 auto; padding:80px 0 0;}
.login_box2 .left_box h2 {text-align:center; font-size:25px; font-weight:600; margin:0 0 35px 0; color:#000; background:url('../images/common/lock.png') 95px center no-repeat;}
.login_box2 .left_box ul {padding:0 0 18px 0; border-bottom:1px solid #ccc; margin:0 0 12px 0;}
.login_box2 .left_box ul li {font-size:16px; font-weight:600; color:#0f0f0f; margin:13px 0 0;}
.login_box2 .left_box ul li span {display:inline-block; width:86px;}
.login_box2 .left_box ul li .input {width:260px; line-height:38px;}
.login_box2 .left_box .userchk {font-size:14px; font-weight:400; color:#666; margin:0 0 13px 0;}
.login_box2 .left_box .userchk input {border:1px solid #777; background-color:transparent;}
.login_box2 .left_box .login_btn {font-size:18px; font-weight:600; text-align:center; margin:0 0 10px 0;}
.login_box2 .left_box .login_btn a {display:block; background:#ff2525; height:40px; line-height:40px; color:#fff;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.login_box2 .left_box .login_btn a:hover {color:#333; background:#fe8585;}
.login_box2 .left_box .member_btn a {display:inline-block; width:47.5%; border:1px solid #fe0f0f; height:34px; line-height:34px; text-align:center; font-size:14px; font-weight:400; color:#fe0f0f;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.login_box2 .left_box .member_btn span {vertical-align:middle; display:inline-block; margin:0 10px 0 0;}
.login_box2 .left_box .member_btn a:hover {background:#fe8585; color:#fff; border:1px solid #fe8585;}
.login_box2 .left_box .member_btn a.find {}
.login_box2 .left_box .member_btn a.join {margin:0 0 0 10px;}
.login_box2 .left_box .input {vertical-align:middle;}

.login_box2 .right_box {float:left; width:350px; padding:110px 0 0;}
.login_box2 .right_box span {display:block; text-align:center; margin:0 0 30px 0;}
.login_box2 .right_box p {font-size:16px;font-weight:400; color:#333; text-align:center; line-height:22px;}

/* join 가입페이지 */
.privacy_title {
	font-size:20px;
	margin:20px 0 10px;
	font-weight:700;
	color:#135BBE;
	text-align:left;
}
.book_wrap {
	padding:7px 6px; background:url('../images/common/p_pattern.png') repeat;
	margin:0 0 30px 0;
}
.bookmark {
	background:#fff;
	padding:15px;
}
.bookmark tbody td {
	font-size:14px;
	font-weight:400;
	line-height:22px;
	word-break:keep-all;
	vertical-align:top;
	padding:0 10px;
}
.bookmark tbody td a {
	color:#0069EA;
}

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


.form_btn_box {text-align:center; margin:50px 0;}
.form_btn_box a{display:inline-block; width:250px;height:50px;line-height:50px;font-size:20px;background-color:#283891; color:#fff; font-weight:600;margin:0 10px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
}
.form_btn_box a.join_btn_cancle{background-color:#fff;border:2px solid #Ccc;color:#aaa;}

.form_btn_box a:hover, .form_btn_box a:focus{background-color:#8db02d;}
.form_btn_box a.join_btn_cancle:hover, .form_btn_box a.join_btn_cancle:focus{background-color:#f5f5f5;}

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

/* 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 #86a0c1;
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: #86a0c1;
	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:#224672;
}
.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: #86a0c1;
	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:#224672; 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:#224672; 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 #224672;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:#224672; 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;
}







/*  새로 작성한 table css */
.hyper_table{border-top:1px solid #283891; margin:0 0 70px 0;}
.hyper_table2{margin:0 0 20px 0 !important;}
.hyper_table tbody tr th{padding:5px 15px; font-size:15px; font-weight:600; color:#111; border:1px solid #d1dde6;background-color:#e6f1f9;letter-spacing:-0.03em;}
.hyper_table tbody tr td{padding:5px 15px; font-size:15px; line-height:30px; color:#333; border:1px solid #d1dde6;overflow:hidden;}
.hyper_table tbody tr td .r_input {margin:0 30px 0 0;}
.hyper_table  #select_Option{width:400px;background-position:96% center;}
.hyper_table input[type="button"]{font-family:'noto';}
.hyper_table tbody tr td .point_down{display:inline-block; padding:9px 20px; font-size:14px; line-height:14px; font-weight:600; color:#fff;background-color:#5ea4b2;border-radius:3px;vertical-align:middle;
border:none;outline:0;}


.plus_form .black_title {font-size:22px; font-weight:900; color:#111; padding:0 0 0 30px; background:url('../images/sub/c_tit.png') 0 7px no-repeat;letter-spacing:-0.03em;margin:0 0 20px 0;}
.plus_form .black_title .plus {font-weight:400; color:#555;border:1px solid #ccc;display:inline-block; margin:0 0 0 10px; font-size:17px; line-height:23px; width:23px; height:23px;text-align:center;
vertical-align:middle;}

.plus_form .black_title .plus:hover, .plus_form .black_title .plus:focus{color:#283891; border-color:#283891;}
.plus_form h2{font-size:15px; font-weight:600; color:#111;margin:0 0 10px 0;}

.hyper_table tbody tr td.clear_td{text-align:right;padding:5px; border:none;}
.hyper_table tbody tr td.clear_td .clear {display:inline-block; padding:8px 20px; background-color:#283891; color:#fff; font-size:14px;line-height:14px; font-weight:600;
border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;}

.hyper_table .clear_btn{display:inline-block; padding:10px 15px 10px 15px; background:url('../images/sub/del_icon.png') 88% center no-repeat #355880;color:#fff; font-size:13px;line-height:13px;border-radius:3px; }
.hyper_table .modify_btn{display:inline-block; padding:10px 15px 10px 15px; background:url('../images/common/modify_icon.png') 88% center no-repeat #d02b2c;color:#fff; font-size:13px;line-height:13px;border-radius:3px; }

.btn_box  {text-align:center;margin:60px 0;}
.btn_box a{display:inline-block; width:190px; height:55px; line-height:55px; text-align:center; font-size:18px; font-weight:600;border-radius:40px;color:#fff;}
.btn_box a.btn01{margin:0 20px 0 0;background-color:#283891;}
.btn_box a.btn01:hover, .btn_box a.btn01:focus{background-color:#1c2a77;}
.btn_box a.btn02{background-color:#9d9d9d;}
.btn_box a.btn02:hover, .btn_box a.btn02:focus{background-color:#777;}
.btn_box a.btn03{margin:0 0 0 20px;background-color:#9d9d9d;}
.btn_box a.btn03:hover, .btn_box a.btn02:focus{background-color:#777;}


.mypage_tab{text-align:center;margin:0 0 60px 0;}
.mypage_tab a{display:inline-block; width:230px;height:50px; line-height:50px; color:#888; background-color:#e1e1e1; border-radius:50px;font-size:18px; font-weight:600;}
.mypage_tab a:hover, .mypage_tab a:focus, .mypage_tab a.active{color:#fff; background-color:#283891;}
.mypage_tab a:first-child{margin:0 20px 0 0;}

.print_btn {display:block; width:100px;height:20px;line-height:20px; text-align:center;border:1px solid #84a8ec; color:#4c83e2 !important;font-size:12px; font-weight:600;margin:5px auto;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}
.print_btn:focus, .print_btn:hover {background-color:#f4f4f4;}

.hyper_inputbox {width:900px; margin:0 auto;padding:70px 0 30px; border-top:1px solid #283891;border-bottom:1px solid #ccc;}
.hyper_inputbox h3{text-align:center; font-size:25px; font-weight:600; color:#283891;margin:0 0 15px 0;}
.hyper_inputbox h5{font-size:15px; font-weight:500; color:#888;text-align:center;margin:0 0 60px 0;}
.hyper_inputbox p{margin:10px 0;width:70%; margin:15px auto;}
.hyper_inputbox2 p{width:87%;}
.hyper_inputbox p label{font-size:16px; font-weight:900; color:#333;display:inline-block; width:25%;}
.hyper_inputbox2 p label{width:30%;}
.hyper_inputbox p input {font-size:15px;border:1px solid #ddd; border-radius:3px; height:40px; line-height:40px; padding:0 0 0 10px;outline:0;color:#555;font-family:'noto';width:60%;box-sizing:border-box;}
.hyper_inputbox p input.phone_input{width:18.4%;}
.hyper_inputbox p input:focus{border-color:#3779c8;}






/**** 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 #224672;
		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 #224672;
		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;
	}
	/* 저작권 - 모바일 */
	.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:12px;
		letter-spacing:-0.04em;
		word-break:keep-all;
	}
	#join_form > tbody > tr > td > input {
		font-size:13px;
	}
	#join_form span#id_msg {
		display:block;
		clear:both;
	}
	.import {
		margin:5px 0 0;
	}
	#join_form > tfoot > tr > th {
		padding:5px;
		font-size:12px;
		word-break:keep-all;
	}
	#join_form > tfoot > tr > td  input {
		font-size:13px;
	}
	#join_form > tfoot > tr > td  input:focus {
		border:1px solid #86a0c1;
		outline:none;
	}
	.form_btn_box a{display:inline-block; width:130px;height:35px;line-height:35px;font-size:13px;	}


	/* 모바일 내부 로그인 */
	.login_box .logo img {width:70%;}
	#login_form1 {
		width:100%;
		margin:50px auto 0;
		padding:30px 0 ;
	}
	#login_form .login_box {
		width:auto !important;
		padding:0 10px;

	}
	.login_box h4 {font-size:14px;}
	.login_box h3 {
		width:40%;
		font-size:16px;
	}
	.login_inputs {
		border:1px solid #dadada;
		padding:30px 40px;
		height:auto;
	}
	.login_inputs .left_login {
		float:none;
	}
	.right_desc {
		display:none;
	}
	.id_input, .pw_input {
		width:100%;
	}
	.id_input input, .pw_input input {
		width:90%;

	}


	#login_form1 .btn_input input {
		width:100%;
		}
	#login_form{
		margin:30px 0 0 0;
		padding:30px 10px;
		}

	.login_box .find_box a{font-size:11px;}
	#login_form .joinyet {padding:0 0 0 70px;font-size:15px;}
	#login_form .joinyet a {
		display:block;
		position:static;
		margin:15px 0 0 0;
		font-size:12px;
	}

	#btn_login {
		width:90%;
		height:40px;
		line-height:40px;
		font-size: 17px;
		font-weight: 600;
		margin: 10px 0 0 0;
	}

	#simsa_login {
		width:90%;
		height:40px;
		line-height:40px;
		font-size: 17px;
		font-weight: 600;
		margin: 10px 0 0 0;
}
	.btn_a a {
		width:47%;
	}

	/* id 찾기 */
	.id_tab {height:40px;}

	.id_tab li {
		width:49.5%;
		font-size:15px;
		height:40px;
		line-height:40px;
	}
	/* 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.png') 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;}
1

	.mypage_tab{margin:0 0 40px 0;}
	.mypage_tab a{width:130px;height:35px; line-height:35px;font-size:14px;}
	.mypage_tab a:first-child{margin:0 5px 0 0;}


	.hyper_inputbox {width:auto;padding:70px 0 30px;}
	.hyper_inputbox h3 {font-size:20px;}
	.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:auto; margin:0 0 10px 0;}
	.hyper_inputbox2 p label{width:auto;margin:0 0 10px 0;}
	.hyper_inputbox p input {font-size:14px;width:100%;}
	.hyper_inputbox p input.phone_input{width:18.4%;}







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


/* 모달 윈도우 디자인 */
.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:17px; color:#333; margin:0 0 10px 0; font-weight:600;
}

.box_modal .modal_con strong {
	font-size:17px; 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;}
/* 모달 윈도우 디자인 */
