.detail{
	width:90%;
	margin:0 auto;
	padding:50px 0;
}
.title{
	text-align:center;
}
.title > h2{
	color: rgb(0, 109, 221); font-size: 38px;
}
.title > p{
	margin-top:40px;
	font-size:16px;
	line-height:1.7;
}
.p_blue { /* ÀÔ·Â/°á°úÈ­¸é ¼³¸íÇÏ´Â ÅØ½ºÆ® ¼Ó¼º*/
	color:#6e6e6e; line-height: 1.7;font-size: 14px!important;
}
.table_box{
	margin-top:30px;
}
.table_box h3{
	margin-bottom:5px;
	font-size:20px;
	color:#4e5374;
}
.table_box > table{
	width:100%;
	border-top:2px solid #bfc9e1;
	color:#222;
}
.table_box > table tr{
	border-bottom:1px solid #ededed;
}
.table_box > table tr > th:first-child {
	border-right:1px solid #ededed;
}
.table_box > table tr > th ~ th,
.table_box > table tr > td ~ td{
	border-left:1px solid #ededed;
}
.table_box > table th{
	background: rgb(240, 245, 247); 
	font-size: 15px;
}
.table_box > table > thead > tr >  th{
	padding: 12px 0px;
}
.table_box > table td{
	padding: 15px; 
	color: #0c42b1; 
	font-size: 15px;
}
.table_box > table .th_style{
	background: rgb(242, 246, 247); 
	color: rgb(34, 34, 34);
}
.table_box > table .th_style1{
	color:#8ca55f!important;
}
.table_box > table .th_style2{
	background:#f8fefe;
	color:#333333;
}
.table_box > table .th_style3{
	color:#0c42b1!important;
	text-align:center!important;
	font-weight:bold;
}
.table_box > table .th_style4{
	color:#809755!important;
}
.table_box > table .th_style5{
	color:#333333!important;
	font-weight:bold;
}
.table_box > table .th_style6{
	color:#333333!important;
}
.table_box > table .th_style7{
	color:#809755!important;
	white-space:pre-line;
}
/*¼¿·ºÆ®¹Ú½º*/
.selectbox{
	width:100%;
}
.selectbox::-ms-expand {
	display: none;
}

.select_box{
	display:block;
	position:relative;
}

.select_box button,
.select_box > select{
	width:100%;
	min-width:120px;
	min-height:44px;
	padding:0 16px;
	border:1px solid #ededed;
	padding: 10px 40px 10px 10px;
	background:url(/eais/images/mndportal/common/arrow.png) center right 16px no-repeat;
	text-align:left;
	box-sizing:border-box;	
}
.select_box button.active{
	border:1px solid #4c4c4c;
	background:url(/eais/images/mndportal/common/arrow_on.png) center right 16px no-repeat;
}
.select_box button.active > span{
	color:#4C4C4C;
}
.select_box button > span{
	font-size:16px;
	color:#a3a3a3;
}
.select_box .option_list li.on{
	color:#4C4C4C;
	font-weight: bold;
}
.select_box .option_list{
	display:none;
	overflow-y:scroll;
	position:absolute;
	width:100%;
	max-height:317px;
	margin-top:4px;
	border:1px solid #4c4c4c;
	background:#fff;
	box-sizing:border-box;
	z-index: 1;
}
.select_box .option_list.active{
	display:block;
}
.select_box .option_list li{
	padding:8px 16px; 
	font-size:16px;
	text-align:left;
	color:#a3a3a3;
	cursor:pointer;
}
.select_box .option_list li:hover{
	background:#ededed;
}
.select_box > select{
	font-size: 15px;
    color: #333333;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.select_box > select:focus{
	border:1px solid #436B96;
	
}
/*input text*/
.input_text{
	width:100%;
	min-width:143px;
	min-height:44px;
	color:#333333;
}
.input_text input{
	width:100%;
	min-height:44px;
	padding:0 16px;
	border:1px solid #ededed;
	font-size:15px;
	box-sizing:border-box;
	color:#333333;
}
.input_text input::placeholder{
	color:#333333;
}
.input_text.relative > input{
	padding-right:40px;
}
.input_text.relative > em{
	position:absolute;
	top:50%;
	right:16px;
	transform:translateY(-50%);
}
.btn_addPlc {margin-left:-60px;margin-top:5px;float: left;}
.btn_removePlc {margin-left:-60px;margin-top:5px;float: left;}
/*button*/
button.primary{
	min-width:180px;
	min-height:56px;
	background:#326CF9;
	border-radius:2px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
button.addPlc{
	min-width:30px;
	min-height:30px;
	background:#326CF9;
	border-radius:2px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
button.removePlc{
	min-width:30px;
	min-height:30px;
	background:#326CF9;
	border-radius:2px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
/*¶óµð¿À ¹Ú½º*/
.radio_box label.circle input[type="radio"]:checked {
	border:6px solid #326CF9;
}
.radio_box label.with-gap {
	line-height:1rem
}
.radio_box label.with-gap [type="radio"]:not(:checked),
.radio_box label.with-gap [type="radio"]:checked {
	position:absolute;
	opacity:0;
	pointer-events:none
}
.radio_box label.with-gap [type="radio"]:not(:checked)+span,
.radio_box label.with-gap [type="radio"]:checked+span {
	display:inline-block;
	position:relative;
	height:25px;
	margin-left:0;
	padding-left:30px;
	line-height:25px;
	-webkit-transition:0.28s ease;
	transition:0.28s ease;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer
}
.radio_box label.with-gap [type="radio"]:not(:checked)+span:before,
.radio_box label.with-gap [type="radio"]:not(:checked)+span:after,
.radio_box label.with-gap [type="radio"]:checked+span:before,
.radio_box label.with-gap [type="radio"]:checked+span:after,
.radio_box label.with-gap [type="radio"]:checked+span:before,
.radio_box label.with-gap [type="radio"]:checked+span:after {
	border-radius:50%
}
.radio_box label.with-gap [type="radio"]:not(:checked)+span:before,
.radio_box label.with-gap [type="radio"]:not(:checked)+span:after {
	width:20px;
	height:20px;
	border:1px solid #d9d9d9;
	top:50%;
	transform:translateY(-50%)
}
.radio_box label.with-gap [type="radio"]:checked+span:after,
.radio_box label.with-gap [type="radio"]:checked+span:before,
.radio_box label.with-gap [type="radio"]:checked+span:after {
	width:20px;
	height:20px;
	border:1px solid #326CF9
}
.radio_box label.with-gap [type="radio"]+span:before,
.radio_box label.with-gap [type="radio"]+span:after {
	position:absolute;
	top:50%;
	left:0;
	-webkit-transition:0.28s ease;
	transition:0.28s ease;
	z-index:0;
	content:"";
	transform:translateY(-50%)
}
.radio_box label.with-gap [type="radio"]:checked+span:after {
	-webkit-transform:scale(0.6);
	transform:scale(0.6) translateY(-82%)
}
.radio_box label.with-gap [type="radio"]:checked+span:after,
.radio_box label.with-gap [type="radio"]:checked+span:after {
	background-color:#0255ad
}
.radio_box label.ico_type input[type="radio"] {
	position:absolute;
	clip:rect(0 0 0 0);
	width:1px;
	height:1px;
	overflow:hidden
}
.radio_box label.ico_type input[type="radio"]+span {
	position:relative;
	margin-left:0;
	padding-left:30px
}
.radio_box label.ico_type input[type="radio"]+span:before {
	position:absolute;
	top:50%;
	left:0;
	width:22px;
	height:22px;
	background:url(../../static/images/check.png) no-repeat;
	transform:translateY(-50%);
	content:''
}
.radio_box label.ico_type input[type="radio"]:checked+span:before {
	background:url(../../static/images/check_on.png) no-repeat
}
.radio_box label.square {
	width:14rem;
	height:14rem;
	padding:0
}
.radio_box label.square input[type="radio"] {
	position:absolute;
	top:0;
	width:14rem;
	height:14rem;
	border:1px solid #dedede;
	border-radius:4px;
	transition:all 0.28s
}
.radio_box label.square input[type="radio"]+span {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	margin-left:0;
	color:#111;
	text-align:center;
	transform:translateY(-50%);
	transition:all 0.28s
}
.radio_box label.square input[type="radio"]:checked {
	border:1px solid #326CF9
}
.radio_box label.square input[type="radio"]:checked+span {
	color:#326CF9
}
.radio_box input[type="radio"] {
	width:18px;
	height:18px;
	padding:0;
	border:0.1rem solid #EDEDED;
	border-radius:50%;
	vertical-align:middle;
	cursor:pointer;
	transition:border 0.28s ease-in-out;
	appearance:none;
	box-sizing:border-box;
}
.radio_box input[type="radio"]+span {
	margin-left:6px;
	font-size:15px;
	cursor:pointer;
	color:#333333	
}
.radio_box input[type="radio"]:checked {
	border:6px solid #326CF9
}
.radio_box input[type="radio"]:focus {
	outline:auto #326CF9
}
.radio_box input[type="radio"]:disabled {
	background-color:#EDEDED;
	opacity:0.5;
	cursor:not-allowed
}
.radio_box input[type="radio"]:disabled+span {
	opacity:0.5;
	cursor:not-allowed
}
.radio_box ul li {
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
.radio_box ul .radio_margin{ /* ºñ¹Ð»ç¾÷¿©ºÎ ¶óµð¿À¹öÆ° °£°ÝÁ¶Á¤*/
	padding-left:14px;
}

/*°øÅë ½ºÅ©·Ñ*/
.scroll{
	overflow-y:scroll;
}
/*½ºÅ©·Ñ¹Ù °¡·Î*/
.scroll::-webkit-scrollbar {
    width:4px;
}
/*½ºÅ©·Ñ¹Ù ³ôÀÌ&¹è°æ»ö*/
.scroll::-webkit-scrollbar-thumb {
    height:70px; 
    background:#4C4C4C; 
    border-radius:2px;
}
/*½ºÅ©·Ñ¹Ù µÞ¹è°æ»ö*/
.scroll::-webkit-scrollbar-track{
    background-color:rgba(0,0,0,0);
}
.sub_txt{
	display:block;
	margin-top:12px;
	font-size:14px;
	color:#8ca55f;
}
.sub_txt2{
	display:block;
	margin-top:12px;
	margin-left:240px;
	font-size:14px;
	color:#8ca55f;
}
.sub_txt3{
	display:block;
	margin-top:5px;
	font-size:14px;
	color:#8e8e8e;
	margin-left: 15px;
}

/* È¸»ö¹öÆ° 26px */
SPAN.btn_gray A{
	display:inline-block;
	overflow:visible;
	position:relative;
	vertical-align:middle;
	height:17px;
	margin:0px 2px 0px 0px;
	padding:3px;
	background:url("/eais/images/mndportal/common/bg_btns.gif") -10px -100px no-repeat;
	cursor:pointer;
	white-space:nowrap;
	text-decoration:none !important;
	color:#fff;
}

/* ÅÇ */
/* ´ëºÐ·ù ÅÇ */
.tab_body {
	margin-top: 40px; 
	margin-bottom:30px; 
	width: 100%; 
	height: 45px; 
	border-bottom-color: rgb(110, 110, 110); 
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	}
.tab_body LI {
	background: rgb(255, 255, 255); 
	width: 150px; 
	float: left;
	}
.tab_body LI A {
	background: rgb(238, 238, 238); 
	padding: 12px 0px; 
	text-align: center; 
	color: rgb(63, 63, 63); 
	font-size: 16px; 
	font-weight: bold; 
	border-top-color: rgb(110, 110, 110); 
	border-right-color: rgb(110, 110, 110); 
	border-left-color: rgb(110, 110, 110); 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-left-style: solid; 
	display: block;
	}
.tab_body LI A.off {
	margin-left: -2px;
	}
.tab_body LI A.on {
	background: rgb(255, 255, 255); 
	margin-left: -2px; 
	color: rgb(0, 88, 176);
	}
.tab-content { display: none }
.tab-content.active { display:block; }

/*

.tabs { 
	width:100%;
	height:36px;
	margin:20px 0;
	border-bottom:1px solid #e5e5e5;
	}
.tabs button { 
	float:left;
	width:200px;
	background:#fff;
	}
*/	
	
/*°øÅë*/
.relative{
	position:relative;
}
.pd_r24{padding-right:24px!important;}
.mg_t40{margin-top:20px !important;}
.mg_t80{margin-top:30px !important;}

.t_center{text-align:center !important;}
.bd_none{border:none !important;}
.bdl_none{border-left:none !important;}

/*ÀÍ½º È£È¯¹®Á¦·Î css ÀçÁ¤ÀÇ*/
.select_warp{
	width: 100%;
	margin-bottom: 10px;
}
.select_warp > .select_box,
.select_warp > .input_text{
	float:left;
}
.select_warp::after{
	display:block;
	content:'';
	clear:both;
}
.input_text{
	width:100%;
}
.table_box{
	display:block;
}
.select_warp > .select_box + .select_box,
.select_warp > .input_text + .input_text{
	margin-left:7px;
}

.radio_box {
	overflow:hidden;
}
.radio_box ul li{
	float:left;
	margin-right:50px;
}
table {
    table-layout:fixed;
}
/* ÁøÇà¹Ù Á¤ÀÇ*/
.progress-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	display: none;
}
.progress-container {
	width: 50%;
	background-color: #f3f3f3;
	border: 1px soid #ccc;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
}
.progress-bar {
	width: 0;
	height: 30px;
	background-color: #a9b373;
	text-align: center;
	line-height: 30px;
	color: white;
	border-radius: 5px;
}
.loading-message {
	font-size: 14px;
	color: white;
	position:fixed;
	margin-top: -10px;
	margin-left: 30px;
}
.table-container {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
.table-container .box{
	display: inline-block;
	margin-right: 10px;
	box-sizing: border-box;
	
}
.table-container .box .box-inner{
	height: 1000px;
	overflow: scroll;
	white-space: normal;
}