﻿

/* 커스텀 css 추가 */
/* popup */
.alertLayer {display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:100;}
.alertLayer .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}

.pop-layer {
	font-family:dotum,'돋움',gulim,'굴림', Tahoma, sans-serif;
	display:none;
	position: absolute;
	top: 55%;
	left: 50%;
	min-width: 510px;
	height: auto;
	margin-top: -320px;
	margin-left: -295px;
	line-height:200%;
	background-color:#fff;
	border: 5px solid #3571B5;
	z-index: 10;
}
.pop-layer .pop-container {padding: 20px 10px;}
.pop-layer .btn-r {width: 100%; margin:10px 0px 0px 0px; padding-top: 10px; border-top: 1px solid #DDD; text-align:right;}
.pop-layer .btn-r button {cursor:pointer;}
.pop-conts-h2 {font-size:22px; color:blue; font-weight:bold; font-family: sans-serif;}
.pop-conts-p {font-size:16px; margin-top:15px; color:#353535;}
/* /커스텀 css 추가 */

/* 변호사 권익위원회 신고 */
.p_inf_notice {font-size:11pt;}
.td_inf_notice {width:100%; text-align: center;}
.td_inf_notice td {border-bottom:0; padding:7px;}
.td_word {border: 1px solid black !important;}
.td_word_b {font-weight:bold;}
/* /변호사 권익위원회 신고 */


/* 페이지 로딩 */
#loadingLayer {
    display: none; /* 처음엔 숨겨져 있음 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* 반투명 검정 */
    z-index: 9999;
}
#loadingLayer .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px 50px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}

a.research {
    color:blue !important;
    font-weight: bold;
}

a.research:hover {
    color:white !important;
}

.choice a.research{
    color:white !important;
}