@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_no{
	margin-bottom:0;
}

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% #fff; /* 화살표 아이콘 추가 */
	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 #3683c5; 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 #3683c5; 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: #3683c5;
	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: #3683c5;
	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: #3683c5;
	outline: 0;
}

/**************************************************** 제이쿼리를 이용한 input // E *******************************************************/

/* table (적용 : board(notice list, link list), Admin page */
table.board_table{border-top:2px solid #3683c5; 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 a{color:#555;font-weight:600;}
table tbody tr td a.btn_style { display:inline-block; padding:5px; background-color:#3683c5; 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; }




/* table (적용 : 장비 리스트, 표준화 리스트 */
table.infra_table{border-top:2px solid #3683c5; width:100%;}
table.infra_table caption{display:none;}
table.infra_table thead tr th:first-child, table tbody tr td:first-child{border-left:none;}
table.infra_table thead tr th{padding:10px 0; font-size:14px; font-weight:600; color:#333; border-bottom:3px solid #ddd;border-left:1px solid #ddd;background-color:#f4f4f4;}

table.infra_table tbody tr th{padding:10px 0; text-align:center; border-bottom:1px solid #ddd; font-size:14px; font-weight:900; color:#111;}
table.infra_table tbody tr td{padding:10px 0; text-align:center; border-bottom:1px solid #ddd; font-size:14px; font-weight:400; color:#333;border-left:1px solid #ddd;}
table.infra_table tbody tr td:first-child{border-left:none;}

table.infra_table tbody tr td.alignLeft{text-align:left; padding:5px 8px;}
table.infra_table tbody tr td a{color:#555;}
table.infra_table tbody tr td a.go_btn{display:inline-block; padding:6px 15px; background-color:#3683c5;color:#fff; border-radius:5px;vertical-align:middle;font-size:13px; font-weight:600; }
table tbody tr td a.btn_style { display:inline-block; padding:5px; background-color:#3683c5; color:#fff; border-radius:5px;}
table tbody tr td a.btn_style:hover, table tbody tr td a.btn_style:focus{background-color:#ddd; 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:#ddd; color:#444; }


.edu_inf {background-color:#f3f3f3;padding:10px; text-align:center; font-size:14px; font-weight:600;color:#333;margin:0 0 30px 0;}
.edu_intro img{max-width:100%;}
.edu_bottom .right_btn:after{content:"";display:block;clear:both;}
.edu_bottom .right_btn a {display:inline-block;padding:10px 30px; font-size:15px; line-height:15px; font-weight:600; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.edu_bottom .right_btn a.list{float:left;background-color:#fff; border:1px solid #ccc; }
.edu_bottom .right_btn a.list:hover, .edu_bottom .right_btn a.list:focus{background-color:#f4f4f4;}
.edu_bottom .right_btn a.appl_btn{float:right;background-color:#3683c5; color:#fff;}
.edu_bottom .right_btn a.appl_btn:hover, .edu_bottom .right_btn a.appl_btn:focus{background-color:#186ab0;}


#equip_area, #expert_area{padding:10px 0;}
.equip_area_p {padding:5px 10px; background-color:#f0f0f0;display:inline-block;font-size:14px; line-height:14px; font-weight:600;color:#333;margin:0 5px 5px 0;}





/* admin -  member management */
.import_desc {padding: 0 0 15px 0;}

/* table_viewpage (적용 : gallery view page) */
table.board_Vtable{border-top:2px solid #3683c5;}
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 #ddd; 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 tr td{padding:15px; border-bottom:1px solid #ddd;}
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;}
table.board_Vtable tbody tr th{ letter-spacing:0.02em; padding:15px; font-size:15px; font-weight:600; color:#555; text-align:left; background:#f9f9f9; border-bottom:1px solid #ddd; /* font-family:'sans-serif'; */}

.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.infra_Vtable{border-top:2px solid #3683c5;}
table.infra_Vtable thead tr th{ letter-spacing:0.02em; padding:13px 20px; font-size:15px; font-weight:600; color:#333; text-align:left; background:#f9f9f9; border-bottom:1px solid #ddd; 
	border-right:1px solid #ddd; border-left:1px solid #ddd;}
table.infra_Vtable thead tr th:first-child{border-left:none;}
table.infra_Vtable thead tr td{border-bottom:1px solid #ddd; border-left:1px solid #ddd; padding:10px 20px;font-size:15px; color:#555;}
table.infra_Vtable thead tr td:first-child{border-left:none;}

table.infra_Vtable thead tr td ul:after{content:" "; display:block; clear:both;}
table.infra_Vtable thead tr td ul li{float:left; color:#555; padding-right:5px; font-size:14px; font-weight:400;}
table.infra_Vtable thead tr td ul li.imbar{color:#ccc;}
table.infra_Vtable thead tr td ul li img{vertical-align:text-top;}
table.infra_Vtable tbody{border-top:2px solid #ddd;}
table.infra_Vtable tbody tr td{padding:20px; }
table.infra_Vtable tbody tr td div.board_content{min-height:300px; font-size:14px; font-weight:400; color:#555; word-break:break-all;}
table.infra_Vtable tbody tr td div.board_content img {max-width:100%; height:auto;}
.infra_Vtable thead tr td li.download_li{position:relative;}
.infra_Vtable thead tr td li.download_li > a{display:block; color:#999;}
.infra_Vtable thead tr td li.download_li > a img{vertical-align:text-top;}









/* table_viewpage 이전 글, 다음 글*/
table.board_Vtable tfoot{border-top:2px solid #eee; border-bottom:2px solid #eee; }
table.board_Vtable tfoot tr td:first-child{background:#f9f9f9; font-weight:600; font-size:13px;}
table.board_Vtable tfoot tr td{padding:13px 20px; text-align:left; border-bottom:1px solid #eee; font-size:13px; font-weight:400; color:#555;}

/* table_Write page (적용 : board(notice 글쓰기, link list) page*/
table.board_Wtable{border-top:2px solid #3683c5; 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 #3683c5;}
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 #3683c5;}
.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 #3683c5;}
.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 #3683c5; 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 #3683c5; 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:#3683c5; 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:#3683c5;
	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:#3683c5;
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:#3683c5;border-radius:5px;text-align:Center;width:110px; height:28px; line-height:28px;color:#fff; }
.detail_wrap dl{*zoom:1; border-top:2px solid #3683c5; 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:#3683c5;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 #3683c5;}
.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 #3683c5;}
.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:#3683c5; 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:#eeeeee; width:80px; border-radius:5px; text-align:center;}
.boardW_btn span a{display:block; color:#555;}
.boardW_btn span a:hover{background-color:#3683c5; color:#fff; border-radius:5px;}
.boardW_btn span.ok_btn{float:left;}
.boardW_btn span.ok_btn a{display:block; background-color:#eeeeee; color:#555; border-radius:5px;}
.boardW_btn span.ok_btn a:hover{background-color:#3683c5; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn{float:right; margin-left:10px;}
.boardW_btn span.back_btn a{background-color:#3683c5; color:#fff; border-radius:5px;}
.boardW_btn span.back_btn a:hover{background-color:#eeeeee; 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:#eeeeee; color:#333;}
.boardW_btn span.reply_btn {float:left;}
.boardW_btn span.left_btn{position:absolute; top:0; left:0;}
.boardW_btn span.left_btn a{background-color:#eeeeee; color:#555; border-radius:5px;}
.boardW_btn span.left_btn a:hover{background-color:#3683c5; color:#fff; border-radius:5px;}
.boardW_btn span.left2_btn{position:absolute; top:0; left:90px;}

/* 파일첨부버튼 */
.file_btn{color:#fff !important; background:#3683c5; 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: #3683c5;
	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{
	display:inline-block;
	position:relative; 
	width:100px; 
	height:33px; 
	vertical-align:middle; 
	overflow:hidden;
	border-radius: 5px;
}
#file_input_button{
	position:absolute; 
	top:0px;
	left:2px;
	width:90px; 
	height:33px; 
	font-size:14px; 
	letter-spacing:0.015em;
	color:#fff !important; 
	line-height:30px; 
	text-align:center;
	background-color:#3683c5;
	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:33px;
	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;
    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: #3683c5;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/* 회원가입 */
#join_form {
	width:100%;
	border-bottom:2px solid #ddd;
}

#join_form > thead > tr > th {
	font-weight:normal;
}

#join_form > thead > tr > td {
	text-align:left;
}

#join_form > tbody {
	border-top:1px solid #3683c5;
}

#join_form > tbody > tr {
	border-bottom:1px solid #e1e1e1;
}

#join_form > tbody > tr > th {
	border-left:1px solid #e1e1e1;
	text-align:center;
	padding:10px 15px;
	font-size:15px;
	font-family:'noto';
	font-weight:600;
	color:#111;
	background-color:#f5f5f5;
}
#join_form > tbody > tr > td {
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background-color:#FFFFFF; 
	 text-align:left;
	 padding:10px 15px;
	 font-size:15px;
}
#join_form > tfoot > tr > th {
	text-align:left;
	padding:15px 20px;
	font-size:16px;
	font-family:'noto';
	font-weight:600;
	color:#111;
}
#join_form > tfoot > tr > td {
	background-color:#FFFFFF; 
	text-align:left;
	padding:15px 20px;
}

#join_form > tbody > tr > td input[type="text"],#join_form > tbody > tr > td input[type="password"]  {
    height: 30px;
	line-height:30px;
	padding:0 10px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;

	}

#join_form > tbody > tr > td input[type="text"]:focus, #join_form > tbody > tr > td input[type="password"]:focus{
	border-color: #abd0b9;
	outline: 0;
}



#join_form > tbody > tr > td  .go_btn {
	display:inline-block; padding:6px 15px; background-color:#3683c5;color:#fff; border-radius:5px;vertical-align:middle;font-size:15px; font-weight:600;
}




#join_form > tfoot > tr > td  input[type="text"]{
    height: 35px;
	line-height:35px;
    width: 150px;
	padding:0 10px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align:middle;
	margin:0 0 0 10px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
}


#join_form > tfoot > tr > td  input[type="text"]:focus{
	border-color: #53dcdd;
	outline: 0;
}


#check_text dt {
	border:3px solid #ddd;
	background-color:#f7f7f7;
	/* background:url('../images/common/chk_text_bg.jpg') no-repeat; */
	width:100px;
	height:31px;
	line-height:31px;
	text-align:center;
	float:left;
	vertical-align:middle;
	color:#777;
	font-weight:900;
	} 


/* 회원가입 */


/* 내부,팝업 NEW LOGIN */
/* 내부,팝업 NEW LOGIN */
#login_form1 {
	width:100%; 
	margin:50px auto 0;
	font-family:'noto';
}

.login_box{
	width:100%;
	padding:50px 0;
	border-top:2px solid #3785c3;
	border-bottom:2px solid #eee;
}
.login_box:after{
	content:"";display:block;clear:both;
	}
.login_box .login_left{
		width:50%;
		padding:140px 0 0 0;
		text-align:center;
		float:left;
	}
.login_box .login_right{
		width:50%;
		margin:0 auto;
		float:left;
	}

.login_box .login_right h4{
	font-size:30px;
	font-weight:400;
	color:#1a2222;
	text-align:center;
	padding:0 0 40px 0;
}
.login_box .login_right h4 span{
	font-weight:900;
}

.mail_input{margin:0 0 30px 0;}

.id_input input, .pw_input input, .mail_input input{   
	width:100%; 
	box-sizing:border-box;
	padding-left:37px;
	height:60px; 
	border:none;
	border-bottom:1px solid #ccc; 
	line-height:60px;
	font-size:16px;
	font-family:'noto';
	box-shadow:0 0 0px #3785c3;
	-webkit-box-shadow:0 0 0px #3785c3;
	-ms-box-shadow:0 0 0px #3785c3;
	-o-box-shadow:0 0 0px #3785c3;
	-webkit-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	color:#aaa;
}
.id_input input{
	background:url('../images/common/login_id_off.png') no-repeat 10px center;
}
.pw_input input{
	background:url('../images/common/login_pw_off.png') no-repeat 10px center;
}

.mail_input input{
	background:url('../images/common/login_mail_off.png') no-repeat 9px center;
}

.id_input input:focus, .pw_input input:focus ,.mail_input input:focus{ 
	border-color:#3785c3; outline:none; 
	color:#3785c3;
}

.id_input input:focus{
	background:url('../images/common/login_id_on.png') no-repeat 10px center;
}
.pw_input input:focus{
	background:url('../images/common/login_pw_on.png') no-repeat 10px center;
}
.mail_input input:focus{
	background:url('../images/common/login_mail_on.png') no-repeat 9px center;
}


.id_input input::placeholder, .pw_input input::placeholder, .mail_input input::placeholder {
  color: #aaa;
}
 .id_input input::-webkit-input-placeholder, .pw_input input::-webkit-input-placeholder,.mail_input input::-webkit-input-placeholder {
  color: #aaa;
}
 .id_input input::-ms-input-placeholder, .pw_input input::-ms-input-placeholder, .mail_input input::-ms-input-placeholder {
  color: #aaa;
}

.chk_input{
	text-align:right;
	margin:10px 0 20px;
	font-size:14px;
	color:#999;
}

.chk_input input{ 
	background-color:#fff; 
	border:1px solid #ccc;  
	margin-right:6px; 
}

.chk_input label {
	vertical-align:middle;
}
#login_form1 .btn_input input { 
	width:100%; height:60px;  
	padding:0;
	font-family:'noto';
	background-color:#3785c3 ;
	border:none; color:#fff; 
	font-size:17px; cursor:pointer; 
	font-weight:600;
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s; 
	text-shadow:none;
	margin:0 0 30px 0;
	}
#login_form1 .btn_input input:hover, #login_form1 .btn_input input:focus { 
	background-color:#033773;
}
.btn_a{
	width:100%; text-align:center;
}
.btn_a a { 
	display:inline-block;
	padding:0 10px;
	text-align:center; 
	color:#777; 
	-webkit-transition:all .3s; 
	-o-transition:all .3s; -ms-transition:all .3s;
	font-size:14px;
	font-weight:600;
}
.btn_a a:last-child {
	background:none;
}
.btn_a a:hover, .btn_a a:focus { 
	color:#3785c3;
}
.login_inputs .right_desc { 
	padding-left:35px;
	width:298px;
	letter-spacing:-0.03em;
}
.right_desc img{ 
	padding:10px 0 15px 85px 
}
.right_desc p{ 
	padding:13px 36px; 
	text-align:center; 
	background-color:#fcf1e7; 
	line-height:20px;
}

/* id 찾기 */
.id_tab {height:47px;}
.id_tab li {
	width:240px;
	font-size:18px; 
	height:47px; 
	line-height:47px;
	text-align:center; 
	font-weight:600;
	border:1px solid #dadada; 
	border-bottom:none;
	float:left;
}
.id_tab li a {
	display:block; 
	width:100%; 
	height:100%;
	color:#444;  
}
.id_tab li:last-child {
	border-left:none;
}
.activeTab { 
	color:#3a3a3a; 
	background-color:#fcecd7;
} 

/* tab 이벤트 클래스 */
.id_tabl:after { content:""; display:block; clear:both;}
.find_in { padding:30px 80px 0; }
.name_input, .ok_input{ float:left;}
.ok_input_pw { padding-top:25px;}

.name_input input {  
	width:250px; 
	padding-left:37px;
	height:38px; 
	font-size:16px;
	border:1px solid #cacaca; 
	margin-bottom:12px;
	line-height:38px; 
	background:url('../images/common/id_user_icon.png') no-repeat 6px 6px;
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s; 
	box-shadow:0 0 0px #3785c3;
	-webkit-box-shadow:0 0 0px #3785c3;
	-ms-box-shadow:0 0 0px #3785c3;
	-o-box-shadow:0 0 0px #3785c3;
	
	}
.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:#3785c3; 
	outline:none; 
	box-shadow:0 0 5px #3785c3;
	-webkit-box-shadow:0 0 5px #3785c3;
	-ms-box-shadow:0 0 5px #3785c3;
	-o-box-shadow:0 0 5px #3785c3;
	}

#login_form1 .ok_input input {
	width:110px; 
	height:92px; 
	background-color:#3785c3; 
	margin-left:20px; 
	border:1px solid #3785c3; 
	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 #3785c3; 
	color:#EF7208; 
	font-weight:600;
	margin:0 8px; 
	text-align:center; 
	line-height:35px; 
	transition:all .3s; 
	-webkit-transition:all .3s; 
	-o-transition:all .3s; 
	-ms-transition:all .3s;
}
.btn_link a:hover, .btn_link a:focus { 
	background-color:#F9D8AE; 
	border-color:#F9D8AE; 
	color:#444
}

/* password찾기-new (170621)  */
.find_in2 { padding:10px 80px 30px;}


/* join 가입페이지 */
.privacy_title {
	font-size:21px; 
	margin:20px 0 10px; 
	font-weight:900; 
	color:#111; 
	text-align:left;
	font-family:'noto';
	position:relative;
	 padding:0 0 0 28px; background:url('../images/sub/c_tit.png') 0 center no-repeat;
}
.book_wrap {
	margin:0 0 30px 0;
	background-color:#fff;
}
.bookmark {
	padding:15px;
}
.bookmark tbody td {
	font-size:14px; 
	font-weight:400; 
	line-height:22px; 
	word-break:keep-all; 
	vertical-align:top; 
	padding:0 10px;
}
.bookmark tbody td a {
	color:#0a6cd3;
}

.privacy_wrap {
	height:270px; 
	border:1px solid #ddd; 
	overflow-y:scroll; 
	padding:20px; 
	width:auto; 
	text-align:left;
	background-color:#f7f7f7;
}
.privacy_wrap p {
	font-size:14px; 
	font-weight:400; 
	color:#999; 
	line-height:22px; 
	word-break:keep-all;
}
.privacy_wrap p strong {
	color:#666;
	font-family:'noto';
}
.privacy_wrap dl {
	margin:0 0 30px 0;
}
.privacy_wrap dl dt {
	margin:0 0 20px 0; 
	font-size:17px; 
	font-weight:600;
	color:#777;
}

.privacy_wrap dl dt:before {
	content:"";
	display:inline-block;
	width:8px; height:8px;
	border:2px solid #888;
	border-radius:30px;
	margin:0 7px 0 0;
}

.privacy_wrap dl dd {
	font-size:14px; 
	font-weight:400; 
	color:#999; 
	line-height:22px;
	word-break:keep-all;
}
.privacy_wrap dl dd ul li {
	padding:0 0 0 5px; 
}
.privacy_wrap dl dd ul li:before{
	content:"";
	display:inline-block;
	width:3px; height:3px;
	background-color:#aaa;
	margin:0 5px 5px 0;
}

.required_txt {
	color:#555; 
	text-align:right;
	font-size:14px;

}
.required_txt img{
	margin-right:5px;
}

.required_txt2 {
	color:#555; 
	text-align:right;
	font-size:14px;
	padding:0 0 10px 0;
	font-family:'noto';
}
.required_txt img{
	margin-right:5px;
}

.privacy_bottom {
	padding:10px; 
	background:#fff; 
	border:1px solid #ddd; 
	margin:0 0 30px 0;
}
.privacy_bottom p {
	font-size:14px; 
	font-weight:400; 
	color:#999;
	line-height:22px; 
	word-break:keep-all;
}
.privacy_agree {
	margin:8px 0 0; 
	text-align:right;
}
.privacy_agree span {
	display:inline-block; 
	margin:0 0 0 40px; 
	font-size:14px; 
	color:#686868;
	font-weight:400;
}
.privacy_agree span:first-child {
	margin:0;
}
.privacy_agree input {
	vertical-align:middle;
}

.import { 
	margin:0 0 0 20px; 
	vertical-align:middle;
}

/* 회원가입 */
#join_form {
	width:100%;
	border-bottom:2px solid #ddd;
}

#join_form > thead > tr > th {
	font-weight:normal;
}

#join_form > thead > tr > td {
	text-align:left;
}

#join_form > tbody {
	border-top:1px solid #3785c3;
}

#join_form > tbody > tr {
	border-bottom:1px solid #e1e1e1;
}

#join_form > tbody > tr > th {
	text-align:center;
	padding:10px;
	font-size:15px;
	font-family:'noto';
	font-weight:600;
	color:#111;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
}
#join_form > tbody > tr > td {
	background-color:#FFFFFF; 
	 text-align:left;
	 padding:10px;
	 font-size:15px;
	 border-top:1px solid #ddd;
	 color:#333;
}
#join_form > tfoot > tr > th {
	text-align:left;
	padding:15px;
	font-size:15px;
	font-family:'noto';
	font-weight:600;
	color:#111;
}
#join_form > tfoot > tr > td {
	background-color:#FFFFFF; 
	text-align:left;
	padding:15px;
}

#join_form > tbody > tr > td input[type="text"],#join_form > tbody > tr > td input[type="password"]  {
    height: 35px;
	line-height:35px;
	padding:0 10px !important;
    box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 3px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;

	}

#join_form > tbody > tr > td textarea {

    box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 3px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
}

#join_form > tbody > tr > td input[type="text"]:focus, #join_form > tbody > tr > td input[type="password"]:focus, #join_form > tbody > tr > td textarea:focus{
	border-color: #629bdb;
	outline: 0;
}



#join_form > tbody > tr > td a.post_btn{ 
	display:inline-block;
	height:35px; 
	line-height:35px; 
	width:120px; 
	text-align:center;
	background-color:#0066b1; 
	color:#fff; 
	font-size:14px; 
	font-weight:600;
	border-radius:5px;
	vertical-align:middle;
}



#join_form > tbody > tr > td strong{font-weight:600; color:#111;}

#join_form > tfoot > tr > td  input[type="text"]{
    height: 35px;
	line-height:35px;
    width: 150px;
	padding:0 10px !important;
    box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align:middle;
	margin:0 0 0 10px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
}


#join_form > tfoot > tr > td  input[type="text"]:focus{
	border-color: #629bdb;
	outline: 0;
}

#check_text dt {
	border:3px solid #ddd;
	background-color:#f7f7f7;
	/* background:url('../images/common/chk_text_bg.jpg') no-repeat; */
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	vertical-align:middle;
	color:#777;
	font-weight:900;
	margin:0 5px 0 0;
	} 


.inner_table {margin:10px 0 0 0;border-top:2px solid #ddd;}
.inner_table tbody{border-top:none !important;}
.inner_table tbody tr .center {text-align:center !important;}


/*----------------------------------------------------------------------------------------------------------------------------------*/

/* 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 #3683c5;
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: #3683c5;
	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:#3683c5;
}
.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: #3683c5;
	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{padding:20px 20px 100px 20px; width:auto;}
.scedule_wrap .tabs2:After {content:"";display:block;clear:both;}
.scedule_wrap .tabs2 {text-align:center;margin:0 0 30px 0;}
.scedule_wrap .tabs2 li{display:inline-block;margin:0 2px;}
.scedule_wrap .tabs2 li a {display:block; padding:8px 25px; border:2px solid #dfdfdf; font-size:15px; line-height:15px;font-weight:600; color:#555;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;}
.scedule_wrap .tabs2 li.active a{background-color:#4a92d0;color:#fff; border-color:#4a92d0;}

.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:#3683c5;
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, .calSub a:focus{background:#32784d; }
.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:#3683c5; 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:#3683c5; 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 #3683c5;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:#3683c5; 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:165px;
	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;
}




/*기기보유현황*/
.equip_tab{margin:0 0 50px 0;}
.equip_tab ul:afteR{content:"";display:block;clear:both;}
.equip_tab ul li{float:left;width:50%; height:50px; line-height:50px;text-align:center;font-size:16px;}
.equip_tab ul li a{display:block; width:100%; height:100%; background:url('../images/sub/tab_line.jpg') 0 center no-repeat #f3f3f3; color:#aaaaaa; font-weight:900;}
.equip_tab ul li:first-child a {background:none; background-color:#f3f3f3;}
.equip_tab ul li a.active, .equip_tab ul li a:hover, .equip_tab ul li a:focus{background-color:#3683c5;color:#fff;}


.equip_box {margin:0 0 50px 0;}
.equip_box h3{font-size:18px; font-weight:600; color:#111111; padding:0 0 0 20px; background:url('../images/sub/c_tit.png') 0 6px no-repeat;margin:0 0 20px 0;}
.equip_box dl:after{content:"";display:block;clear:both;}
.equip_box dl dt{float:left; margin-right:40px; overflow:hidden; width:290px; height:220px; text-align:center;}
.equip_box dl dt img{max-width:100%; height:auto;}
.equip_box dl dd{float:left;position:relative; width:600px;}
.equip_box dl dd .equip_go {position:Absolute; right:0; top:-45px;display:inline-block; padding:5px 25px; bordeR:1px solid #3683c5; color:#2a7e4b; font-size:14px; font-weight:600;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	}

.equip_box dl dd .equip_go:hover, .equip_box dl dd .equip_go:focus{background-color:#3683c5; color:#fff;}
.equip_box dl dd table{border-top:1px solid #3683c5; border-bottom:1px solid #ccc; }
.equip_box dl dd table th {text-align:left; font-size:14px; font-weight:600; color:#111111; padding:10px;vertical-align:text-top;}
.equip_box dl dd table td {font-size:14px; color:#444444; line-height:20px;padding:10px;}


/* 분석 및 기기사용 신청 - agree */
.reserv_agree h3{font-size:22px; font-weight:900; color:#3683c5;margin:0 0 20px 0;}
.reserv_agree .privacy{width:100%; height:170px; border:1px solid #ddd; padding:20px; box-sizing:border-box;overflow-y:auto;font-size:15px; line-height:26px;color:#888;}
.reserv_agree .chk{text-align:right; margin:10px 0 50px 0;font-size:15px; color:#555;}
.reserv_agree .btn{text-align:center;}
.reserv_agree .btn a{display:inline-block; padding:8px 40px; background-color:#3683c5; color:#fff; font-size:16px; font-weight:600;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	transition:all .2s;
	-webkit-transition:all .2s;
	-ms-transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	}

.reserv_agree .btn a:last-child{background-color:#777;margin:0 0 0 10px;}

.reserv_agree .btn a:hover, .reserv_agree .btn a:focus{background-color:#1e7cc1;}
.reserv_agree .btn a:last-child:hover, .reserv_agree .btn a:last-child:focus{ background-color:#444;}


/*분석 및 기기사용 신청 - insert*/
.eq_insert h3{font-size:22px; font-weight:900; color:#3683c5;margin:0 0 10px 0;}
.eq_insert h3 a {border:1px solid #ccc;padding: 5px 10px; border-radius:5px;color:#0064b1;}

.eq_insert .del_btn{border:1px solid #ccc;background-color:#f0f0f0;padding: 5px; border-radius:5px;color:#c60021;font-weight:600;}


.eq_insert > p.import {font-size:14px; text-align:right; color:Red;padding:0 0 5px 0;}
.eq_insert > p.import a.plus {display:inline-block; padding:5px 10px 5px 25px; background:url('../images/sub/white-plus.png') 8px center no-repeat #3683c5;color:#fff;
	border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.eq_insert table {margin:0 0 30px 0;}
.eq_insert table tbody tr th .import{color:red;margin:0 0 0 5px;}
.eq_insert table a.clear{display:inline-block; padding:5px 7px; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; background:#eee;color:#333;border:1px solid #ddd;
font-size:13px;letter-spacing:-0.05em;font-weight:600;}

.eq_insert  #eq_select {
	position: relative;
	width: 60%;
	/*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 97% 50%; /* 화살표 아이콘 추가 */
	color:#333;
	font-size:14px;
	outline:0;
}
.eq_insert  #eq_select::-ms-expand {
   display: none; /* 화살표 없애기 for IE10, 11*/
}




.hyper_inputbox {width:800px; margin:0 auto;padding:70px 0 30px; border-top:1px solid #c70030;border-bottom:1px solid #ccc;}
.hyper_inputbox h3{text-align:center; font-size:25px; font-weight:600; color:#c70030;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:#f195ab;}








/**** 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 #3683c5;
		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 #3683c5;
		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;
	}
	.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 #3683c5;
		outline:none;
	}



	/* 모바일 내부 로그인 */

	.login_box{
		padding:40px 0;
	}
	.login_box .login_left{
			display:none;
	}
	.login_box .login_right{
		width:100%;
		float:none;
	}

	.login_box .login_right h4{
		padding:0 0 20px 0;
		font-size:22px;
	}

	.id_input input, .pw_input input, .mail_input input {   
		width:100%; 
		padding-left:10%;
		height:50px; 
		line-height:50px;
		font-size:14px;
	}

	.chk_input{
		font-size:13px;
	}

	#login_form1 .btn_input input { 
		width:100%; height:50px;  
		font-size:16px; 
		margin:0 0 30px 0;
	}
	.btn_a{
		width:100%;
	}
	.btn_a a { 
		font-size:13px;
	}

	/* id 찾기 */
	.id_tab {height:40px;}
	.id_tab li {
		width:49.5%;
		font-size:15px; 
		height:40px; 
		line-height:40px;
	}







	/* 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_viewpage (적용 : 장비현황 / 인프라 ) */
	table.infra_Vtable thead tr th{padding:10px 5px; font-size:13px;display:block;border-right:none;border-left:none;}
	table.infra_Vtable thead tr td{padding:10px 5px !important;font-size:13px;display:block;border-left:none;}
	table.infra_Vtable tbody tr td{padding:10px 5px;  font-size:13px;display:block;}





	/*기기보유현황*/
	.equip_tab ul li{line-height:14px;font-size:12px;display:table;letter-spacing:-0.04em;}
	.equip_tab ul li a{display:table-cell;vertical-align:middle; }

	.equip_box h3{font-size:16px;margin:0 0 10px 0;}
	.equip_box dl dt{float:none; margin-right:0;margin:0 auto;margin-bottom:40px;}
	.equip_box dl dd{float:none; width:auto;}
	.equip_box dl dd .equip_go {top:-35px;padding:3px 15px;  font-size:12px;}
	.equip_box dl dd table th {text-align:left; font-size:12px;padding:5px;}
	.equip_box dl dd table td {font-size:12px; line-height:20px;padding:5px;}

	
	.scedule_wrap  {padding:0;}
	.scedule_wrap .tabs2 {text-align:center;margin:0 0 30px 0;}
	.scedule_wrap .tabs2 li{display:inline-block;width:42%;margin:0 2% 5px 2%;}
	.scedule_wrap .tabs2 li a {display:block;width:auto; padding:8px 0; border:2px solid #dfdfdf; font-size:13px; line-height:13px;}
	.scedule_wrap .tabs2 li.active a{background-color:#4a92d0;color:#fff; border-color:#4a92d0;}


	/* table (적용 : 장비 리스트, 표준화 리스트 */
	table.infra_table thead tr th{padding:12px 3px; font-size:12px;letter-spacing:-0.06em;}
	table.infra_table tbody tr th{ padding:12px 3px; font-size:12px;letter-spacing:-0.06em;}
	table.infra_table tbody tr td{padding:12px 3px; font-size:12px;}
	table.infra_table tbody tr td.alignLeft{padding:12px 3px;}
	table.infra_table tbody tr td a.go_btn{padding:3px 5px;font-size:10px;letter-spacing:-0.04em;}
	
	table.eq_tb tr, 	table.eq_tb thead, 	table.eq_tb tbody, 	table.eq_tb td, 	table.eq_tb th {display:block;}

	.eq_insert h3 {font-size:18px;}
	.eq_insert h3 font{display:block; font-size:11px !important;}


	.reserv_agree .privacy {
		padding: 15px;
		font-size: 12px;
		line-height: 18px;
	}
	.reserv_agree .chk {
		font-size: 12px;
	}


/*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;}
}


