@charset "utf-8";

#wfpop_header {
	height:35px;
	border-radius:6px;
	margin:4px;
	background-color:#2D63B5;
}

#wfpop_header h1 {
	float:left;
	position:relative;
	font:15px 'Malgun Gothic';
	color:#fff;
	padding:5px 0 0 16px;
	padding-top:8px;
}

#wfpop_header .title_btn {
	float:right;
	position:relative;
	padding:10px 15px 0 0;
	padding-top:10px;
}

.wfpop_body{
	background-color:#424242; 
	height:90%;
	border-radius:6px;
	margin:4px;
	overflow:hidden;
}

.sub_tit {
	width:465px;
	padding-bottom:5px;
	margin:15px 0 5px;
	text-align:left;
}

.sub_data {
	width:465px;
	overflow-y:auto; 
	word-break:break-all; 
	height:350px; 
	padding-right:5px;
}

.sub_con {
	font-weight:bold;
	font-size:12px;
	line-height:15px;
}

/* 
a { font-size:12px; color:#777777;}
a:link { font-size:12px; color:#777777; text-decoration:none }
a:visited { font-size:12px; color:#777777; text-decoration:none }
a:active { font-size:12px; color:#777777; text-decoration:none }
a:hover { font-size:12px; color:#FF0000; text-decoration:none; cursor:pointer }
 */

.wfpop_closeBtn{
	background-color: #EFEFEF; 
    border: none;
    color: #000000;
    padding: 4px 8px 0px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	border-radius:4px;
}

#resultMsg{
	font:14px Sans-serif; color:#E6E6E6;
}

/************** scroll style css **************/
body {
     scrollbar-3dLight-Color: #efefef; 
     scrollbar-arrow-color: #aaaaaa; 
     scrollbar-base-color: #efefef; 
     scrollbar-Face-Color: #aaaaaa; 
     scrollbar-Track-Color: #efefef; 
     scrollbar-DarkShadow-Color: #efefef; 
     scrollbar-Highlight-Color: #efefef; 
     scrollbar-Shadow-Color: #efefef

}

/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb { border-bottom-right-radius:10px;  border-top-right-radius:10px; height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}


/* 
	Since: 2022-02-10, 
	Author: i23q 
 	Description: bootstrap 대체 
*/
#wfpopup {
    font: 9pt/1.5em Gulim;
    color: #555;
}
#wfpopup h1 {
	margin: 0;
}

.wf_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wf_container * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wf_container h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wf_container .panel {
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.wf_container .panel-default {border-color: #ddd;}
.wf_container .panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.wf_container .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wf_container .panel-body {padding: 15px;}
.wf_container .panel-body::before,
.wf_container .panel-body::after,
.wf_container::after {
	display: table;
	content: " ";
}

.wf_container::after {
	clear: both;
}

.wf_container dl {
	margin-top: 0;
	margin-bottom: 20px;
}
.wf_container dt {font-weight: 700;}
.wf_container dd {margin-left: 0;}
.wf_container dd,
.wf_container dt {
	line-height: 1.42857143
} 

.wf_container p {margin: 0 0 10px;}

@media (min-width: 1200px) {
	.wf_container {
		width: 1170px;
	}
}
@media (min-width: 992px) {
	.wf_container {
		width: 970px;
	}
}
@media (min-width: 496px) {
	.wf_container {
		width: 490px;
	}
}
