/* ********************** 부트스트랩 수정 ******************** */
* {box-shadow:none !important;}
.btn-normal {color:#333 !important; background-color:#fafafa; border:1px solid #ccc; line-height:2.6; padding:1px 20px;}
.btn-normal:hover {color:#fff !important; background-color:#333; border-color:transparent;}
label {display:none;}
.checkbox label {display:block;}
* [class*="inline"] {display:inline-block !important;}
.block {display:block !important;}
.dropdown-menu>li>a {padding-left:12px !important;}
.open>.dropdown-toggle.btn-default {background-color:#f9f9f9 !important;}


.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {position:relative !important; margin:0; vertical-align:middle; cursor:pointer;}
.checkbox label, .radio label {padding:0;}
select {cursor:pointer; height:34px; padding:4px 25px 4px 8px; background:url(../images/common/select.png) right 50% no-repeat; border:1px solid #ccc; border-radius:5px; -moz-appearance:none; -webkit-appearance:none; appearance:none; font-size:14px; clear:left !important;}
select::-ms-expand {display:none;}
.mobile select#page {border-radius:0 !important; height:34px !important; border:1px solid #dedede !important;}
input[type="hidden"] {}
.w100 {width:100% !important;}
label {vertical-align:middle;}
label span {vertical-align:top; margin-left:5px;}
/* ********************** 추가 ************************ */
/* 공용 */
.msg_box * {vertical-align:top;}
.msg_box p {display:inline-block; font-size:12px !important;}
.mail2 i {position:absolute; top:5px; left:5px;} /* 메일 입력 두번째 @ 부분에 사용 */
.mail2 input {padding-left:25px !important;} /* 메일 입력 두번째 @ 부분에 사용 */
i.msg {display:inline-block; width:40px; height:40px; background:url(../images/common/icon_msg.png) no-repeat 0 4px;}

/* 게시판 검색바 */
.search_box {position:relative;}
.search_box .form-control {border-color:#ccc !important;}
.search_box .btn-default {border-color:#ccc !important; padding:6px 12px !important; height:34px !important;}
.search_box div {padding:0;}
.search_box .kind {padding-right:5px;}
.search_box .search {width:50px; height:32px; position:absolute; top:0; right:0; background-color:transparent; border:none !important;}
.search_box .search a {display:block; width:100%; height:100%; background:url(/img/common_responsive/icon_search_fix.png) no-repeat 50% 50% transparent !important;}

/* 게시판 페이징-모바일용 */
.page_box {position:relative; margin-top:30px; text-align:center;}
.page_box .mobile label {display:none;}
.page_box .mobile {display:inline-block; margin:0; padding:0;}
.page_box .mobile>li {float:left; height:100%; padding-right:5px;}
.page_box .mobile>li:last-child {padding-right:0;}
.page_box .mobile .prev {display:block; min-width:34px; height:34px; background:url(../images/common/prev.png) no-repeat 50% #fff !important; border:1px solid #dedede; border-radius:0;}
.page_box .mobile .next {display:block; min-width:34px; height:34px; background:url(../images/common/next.png) no-repeat 50% #fff !important; border:1px solid #dedede; border-radius:0;}
.page_box .mobile .write {display:block; min-width:34px; height:34px; line-height:1; padding:9px 20px 0 20px !important;}
.page_box .mobile .write:hover {background:#333; color:#fff !important;}
.page_box .mobile .form-control  {border:1px solid #dedede; border-radius:0;}
.page_box .mobile .dropdown-toggle:hover {border-radius:0 !important;}
.page_box .mobile .btn-default  {border:0; height:32px !important;}
/* 게시판 페이징-PC용 */
.page_box .pagination {display:inline-block; margin:0;}
.page_box .pagination>li>a {color:#666; border:1px solid #333;}
.page_box .pagination .first,
.page_box .pagination .prev,
.page_box .pagination .next,
.page_box .pagination .last {color:#fff; background-color:#666;}
.page_box .pagination .first:hover,
.page_box .pagination .prev:hover,
.page_box .pagination .next:hover,
.page_box .pagination .last:hover {color:#fff; background-color:#333;}
.page_box .pagination .last {border-radius:0 3px 3px 0;}
.page_box .pagination .write {display:inline-block; height:34px; line-height:1; margin-left:5px; padding:9px 20px 0 20px;}

/* 게시판 버튼 묶음 */
.btn_box {position:relative; text-align:center; margin-top:30px; padding-top:20px; border-top:1px solid #eee;}
.btn_box ul {display:inline-block; margin:0; padding:0;}
.btn_box li {float:left; padding-right:5px;}
.btn_box li:last-child {padding-right:0;}

/* 게시판 이전글/다음글 */
.more_list {margin-top:20px; padding-top:30px; border-top:1px solid #eee; overflow:hidden;}
.more_list div>* {display:inline-block; float:left; margin-right:10px; }
.more_list i {margin-top:-5px; width:30px; height:30px; border-radius:50%; background-color:#f0f0f0; background-position:50%; background-repeat:no-repeat;}
.more_list i.prev {background-image:url(../images/common/arrow_up.png)}
.more_list i.next {background-image:url(../images/common/arrow_down.png)}

/* 게시판 일반-리스트 */
.list_normal li {padding:0; margin:0; border-bottom:1px solid #eee;}
.list_normal li:first-child {border-top:1px solid #eee;}
.list_normal div {margin:0; padding:0;}
.list_normal .num {text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#888; line-height:1}
.list_normal p {width:650px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0; margin:0; line-height:1}
@media screen and (max-width:768px){
	.list_normal p {width:320px;}
}
.list_normal a {overflow:hidden; display:block; padding:15px 0;}
.list_normal a .subject {padding:0 30px 7px 0; color:#000; line-height:1;}
.list_normal a .subject .notice {display:inline-block; color:red; padding-right:10px;}
.list_normal a .subject .cmt {display:inline-block; position:absolute; right:0; top:0; padding:4px; color:#fff; font-size:10px; line-height:1; background-color:#3a65c9; border-radius:3px;}
.list_normal a .info {overflow:hidden; font-size:12px; margin:0; padding:0; color:#999;}
.list_normal a .info span {display:inline-block; padding-right:15px;}
.list_normal a .info span:last-child {padding-right:0;}
.list_normal a:hover {background-color:#f9f9f9;}

.list_normal [class*="reply"] {background-image:url(../images/common/icon_reply.png); background-repeat:no-repeat;}
.list_normal .reply1 {padding-left:20px; background-position:0px 2px}
.list_normal .reply2 {padding-left:40px; background-position:20px 2px}
.list_normal .reply3 {padding-left:60px; background-position:40px 2px}
.list_normal .reply4 {padding-left:80px; background-position:60px 2px}
.list_normal .reply5 {padding-left:100px; background-position:80px 2px}
.list_normal .reply6 {padding-left:120px; background-position:100px 2px}
.list_normal .reply7 {padding-left:140px; background-position:120px 2px}
.list_normal .reply8 {padding-left:160px; background-position:140px 2px}

/* 게시판 일반-보기 */
.view_normal_head {margin:0; padding:0;}
.view_normal_head p {margin:0; padding:0;}
.view_normal_head p span {display:inline-block; padding-right:15px;}
.view_normal_head .title {margin:0; padding-bottom:20px; color:#333; font-size:20px; font-weight:normal; line-height:1.4}
.view_normal_con {margin-top:20px; padding-top:30px; border-top:1px solid #eee;}
.view_normal_con * {margin-bottom:20px;}
.view_normal_con img {max-width:100% !important;}

/* 게시판 일반-쓰기 */
.write_normal_head * {display:inline-block;}
.write_normal_head i {width:40px; height:40px; background:url(../images/common/icon_msg.png) no-repeat 0 4px;}
.write_normal_head p {font-size:12px; color:#999; line-height:1.4; padding-bottom:10px;}
.write_normal {border-top:1px solid #333; padding-top:30px;}
.write_normal p {display:inline-block; font-size:12px; color:#666;}
.write_normal .form-group {margin-bottom:0;}
.write_normal .form-group label {display:block; clear:left;}
.write_normal .form-group>div {min-height:34px; margin-bottom:5px;}
.write_normal .form-group>div>div {padding-left:0;}
.write_normal .form-group>div>div label {display:none;}
.write_normal .form-group>div:last-child {margin-bottom:0;}
.write_normal .form-group>div p {clear:both; margin:0; font-size:12px; color:#999; line-height:1.4;}
.write_normal .form-group>div>* {margin-bottom:5px;}
.write_normal .form-group input[type="text"].inline {height:34px; padding:4px 12px; border:1px solid #ccc;}
.write_normal .form-group span.inline {display:block; float:left; height:34px; padding:6px 5px;}
.write_normal .form-group .select_box {height:34px;border:1px solid #ccc;}
.write_normal .form-group .mail {border-right:0 !important;}
.write_normal .form-group .divinner label {display:none;}
.write_normal .form-group .divinner>div {padding-right:5px !important;}
.write_normal .form-group .divinner>div:last-child {padding-right:0 !important;}
.write_normal .redcode {padding-right:5px !important;}
.write_normal .redcode div {width:100%; height:34px; padding:4px 0 !important; text-align:center; background:#f9f9f9; border:1px solid #ccc; border-radius:4px;}
.write_normal .redcode span {color:red; float:none; display:inline; padding:0;}
.write_normal textarea.form-control {padding:7px 12px}

/* 게시판 - Type1(저널,학회) */
.list_type1 li {padding:0; margin:0; border-bottom:1px solid #eee;}
.list_type1 li:first-child {border-top:1px solid #eee;}
.list_type1 div {margin:0; padding:0;}
.list_type1 .num {text-align:center; color:#888;}
.list_type1 a {overflow:hidden; display:block; padding:15px 0;}
.list_type1 a .subject {color:#000;}
.list_type1 a span {display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-bottom:7px; margin:0; font-size:12px; line-height:1; color:#999;}
.list_type1 a span:last-child {padding:0;}
.list_type1 a:hover {background-color:#f9f9f9;}

/* 게시판 - Type2(프로젝트) */
.list_type2 li {padding:0; margin:0; border-bottom:1px solid #eee;}
.list_type2 li:first-child {border-top:1px solid #eee;}
.list_type2 div {margin:0;}
.list_type2 div:first-child {text-align:center;}
.list_type2 img {max-width:100%;}
.list_type2 .num {text-align:center; color:#888; line-height:1.6}
.list_type2 a {overflow:hidden; display:block; padding:15px 0;}
.list_type2 a .subject {color:#000; line-height:1.6;}
.list_type2 a span {display:block; margin:0; font-size:12px; line-height:1.6}
.list_type2 a span:last-child {padding-bottom:0;}
.list_type2 a span.contxt {overflow:""; text-overflow:""; white-space:"";}}
.list_type2 a span span {display:inline-block; padding-right:15px;}
.list_type2 a:hover {background-color:#f9f9f9;}

/* 게시판 코멘트-쓰기 */
.cmt_write {margin-top:30px; padding:20px 0; border:1px solid #eee; border-top:1px solid #333; border-bottom:1px solid #333; background-color:#fafafa;}
.cmt_write label {display:none;}
.cmt_write input {border:0;}
.cmt_write .title {float:left; top:0; font-weight:bold;}
.cmt_write .user_box {top:0;}
.cmt_write .user_box div {padding:0;}
.cmt_write .user_box div:last-child {padding-left:5px; }
.cmt_write .user_box .form-group  {float:left; margin:0; top:0;}
.cmt_write .user_box .form-control  {height:30px; padding-top:6px; line-height:1; border:1px solid #ccc;}
.cmt_write .cmt_textarea {margin-top:10px;}
.cmt_write .msg {margin-top:10px; font-size:12px; color:#999;}
.cmt_write .cmt_btn {margin-top:10px; text-align:right;}
.cmt_write .cmt_btn .btn {border:1px solid #333; font-size:12px;}

/* 게시판 코멘트-리스트 */
.cmt_list .total {padding:20px 0;}
.cmt_list>ul>li {padding:10px 0; border-top:1px solid #eee;}
.cmt_list>ul>li:last-child {padding-bottom:0;}
.cmt_list .info span {display:inline-block; padding-right:15px;}
.cmt_list .btn-sm {border:1px solid #ccc;}


/* 게시판 갤러리-리스트 */
.list_gallery {position:relative; padding:30px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; margin-bottom:30px;}
.list_gallery li {padding:10px;}
.list_gallery a {position:relative; display:block; width:100%; overflow:hidden;}
.list_gallery a:hover {box-shadow:0px 0px 10px rgba(0,0,0,.15) !important;}
.list_gallery .img span {/* display:block; width:100%; height:100%;  */background-color:#eee;}

.list_gallery a:hover .img span {
    transform:scale(1.2);
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}
.list_gallery .img {overflow:hidden;}
.list_gallery .img img {visibility:hidden;}
.list_gallery .subject {overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:20px; border:1px solid #eee; border-top:none;}


.login_box {margin-top:40px; border:1px solid #e5e5e5; border-radius:10px; overflow:hidden; width:100%;}
.login_box .btn {border:1px solid #ccc;}
.login_box .form-group {text-align:center;}
.login_box .form-group>* {margin-bottom:15px; padding:0;}
.login_box .form-group>*:last-child {margin:0;}
.login_box .login {width:100%; color:#fff !important; background-color:#0093ff; line-height:1; border:none; font-size:18px; padding:15px; margin-top:5px;}
.login_box .login:hover {background-color:#333;}
.login_box .info {margin-top:20px; text-align:left; font-size:14px !important; padding:0;}
.login_box .info .btn d{margin-left:10px;}
.login_box .info>* {padding-top:10px; padding-left:0; margin:0;}
.login_box .info .btn-sm {border:1px solid #ddd;}
.login_box .info .btn-sm:hover {border:1px solid #333;}
.login_title {padding:50px; text-align:center; background:#0a88e9;}
.login_title h3 {display:block; margin-bottom:10px; color:#fff; font-size:36px; background:#0a88e9;}
.login_title p { font-weight:normal; color:#fff !important;}
.login_inner_wrap {margin:40px auto;}
.login_inner {width:45%; margin:0 auto;}
.login_wrap { margin-top:40px; text-align:left;}
.search_wrap>div {padding:50px;}
.search_id {display:inline-block; float:left; }
.search_pw {display:inline-block; border-left:1px solid #e5e5e5; }

/* 회원-가입 이용약관*/
.agree {padding:20px; border:1px solid #eee; background-color:#fafafa;}
.agree pre {width:100%; font-size:12px; margin:0; padding:0; font-family:inherit !important; line-height:inherit; background-color:transparent; border:none;}
.privacy {padding:20px; border:1px solid #eee; background-color:#fafafa;}
.privacy pre {font-size:12px; margin:0; padding:0; font-family:inherit !important; line-height:inherit; background-color:transparent; border:none;}
.join_agree .checkbox {text-align:right;}
.join_agree .checkbox label {display:inline-block;}
/* 회원-가입폼 */
.join_step {margin-bottom:50px; text-align:center; font-size:12px; letter-spacing:-1px;}
.join_step li {padding-bottom:10px; color:#999; border-bottom:1px solid #ddd; background:url(../images/common/arrow_right.png) no-repeat 100% 30%; opacity:.5;}
.join_step li:last-child {background:none;}
.join_step .on {color:#000; border-bottom:1px solid #000; opacity:1; font-weight:bold;}
.join label {display:block; margin:0;}
.join .agree {overflow-y:auto;}
.join .checkbox label {color:red; font-size:12px; font-weight:800;}
.join .privacy {overflow-y:auto;}
.join .title {padding-bottom:10px; margin-bottom:30px !important; border-bottom:1px solid #333; font-weight:bold; color:#000;}
.join .title span {font-size:12px; color:#666; font-weight:normal;}
.join .form-group a.btn {min-height:34px; font-size:12px; letter-spacing:0; padding:0 20px; line-height:2.6}
.join .form-group label {clear:left;}
.join .form-group>div {min-height:34px; margin-bottom:20px;}
.join .form-group>div>div {padding-left:0;}
.join .form-group>div:last-child {margin-bottom:0;}
.join .form-group>div p {clear:both; margin:0; font-size:12px; color:#999; line-height:1.4;}
.join .form-group>div>* {margin-bottom:5px;}
.join .form-group input[type="text"].inline {height:34px; padding:4px 12px; border:1px solid #ccc;}
.join .form-group span.inline {display:block; float:left; height:34px; padding:6px 5px;}
.join .form-group .select_box {height:34px;border:1px solid #ccc;}
.join .form-group .mail {border-right:0 !important;}
.join .form-group .divinner label {display:none;}
.join .form-group .divinner>div {padding-right:5px !important;}
.join .form-group .divinner>div:last-child {padding-right:0 !important;}

/* 회원-가입완료 */
.join_end {text-align:center;}
.join_end .title {font-size:24px; color:#000;}




/* 회원-로그인, 아이디비번찾기*/
@media (max-width: 991px) {
	.login_inner {width:80%;}
}

@media (min-width: 768px){
	.login_box {text-align:center; padding:0; width:100%;}
}
@media (max-width: 767px) {
	.login_title {padding:40px 20px;}
	.login_box {text-align:center; padding:0; width:100%;}
	
	.join .form-group .divinner .padM_0 {padding-right:0 !important;}
	
	.login_box {text-align:center; padding:0; margin-top:0; width:100%;}
	.login_title h3 {font-size:24px;}
	.search_wrap>div {padding:40px 20px;}	
	.join_step {margin-bottom:20px;}
}