/*--------------------------------------*/
#cnt_1000{
	width:100%;
	height:100%;
	padding-top:40px;
	padding-bottom:10px;
}

/* -----	cnt_display_subwin ----- */
#cnt_1001 {
	position: fixed;
	z-index: 20000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	animation-name: cnt_1001_fadeinpop;
	animation-duration: 0.3s;
}
#cnt_1001 #cnt_1001_dialog {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-30vh);
	max-width:80%;
	width:1200px;
	height:80vh;
	background-color:#ffffff;
	overflow:scroll;
}
#cnt_1001 #cnt_1001_close {
	position: absolute;
	top:  10%;
	left: 90%;
	font-size:30px;
	color:#ffffff;
	cursor:pointer;
}
@keyframes cnt_1001_fadeinpop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* -----	cnt_10012_subwin ----- */
#cnt_10012 {
	position: fixed;
	z-index: 20010;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	animation-name: cnt_10012_fadeinpop;
	animation-duration: 0.3s;
}
#cnt_10012 #cnt_10012_dialog {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-30vh);
	max-width:80%;
	width:1200px;
	height:80vh;
	background-color:#ffffff;
	overflow:scroll;
}
#cnt_10012 #cnt_10012_close {
	position: absolute;
	top: 10%;
	left: 90%;
	font-size:30px;
	color:#ffffff;
	cursor:pointer;
}
@keyframes cnt_10012_fadeinpop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* -----  cnt_1001_loading ----- */
.cnt_1001_loading {
	position: fixed;
	z-index: 40000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(246, 246, 246, 0.6);
	animation-name: cnt_1001_fadeinpop;
	animation-duration: 0.3s;
}
.cnt_1001_loading .cnt_1001_loader {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
}

@keyframes cnt_1001_fadeinpop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* -----	cnt_1001_loader ----- */
.cnt_1001_loader,
.cnt_1001_loader:before,
.cnt_1001_loader:after {
	border-radius: 50%;
	width: 1em;
	height: 1em;
	color: #82c9e9;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: cnt_1001_load 1s infinite ease-in-out;
	animation: cnt_1001_load 1s infinite ease-in-out;
}

.cnt_1001_loader {
	font-size: 10px;
	margin: 0 auto 3em;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.cnt_1001_loader:before,
.cnt_1001_loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.cnt_1001_loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.cnt_1001_loader:after {
	left: 1.5em;
}

@-webkit-keyframes cnt_1001_load {
	0%,
	80%,
	100% {
		box-shadow: 0 1.5em 0 -1.25em;
	}
	40% {
		box-shadow: 0 1.5em 0 0;
	}
}
@keyframes cnt_1001_load {
	0%,
	80%,
	100% {
		box-shadow: 0 1.5em 0 -1.25em;
	}
	40% {
		box-shadow: 0 1.5em 0 0;
	}
}

/*--------------------------------------*/
#cnt_1002{
	width:100%;
	height:40px;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}
#cnt_1003{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	top:0;
	left:0;
}
#cnt_1004{
	width:100%;
	position:fixed;
	bottom:0px;
	left:0;
}

/*--------------------------------------*/
#cnt_1003_menu{
	display:block;
	vertical-align:top;
	width:180px;
	height:100%;
	background-color:#333333;
	overflow:hidden;
	position:absolute;
	z-index:9000;
}
#cnt_1003_menu_inner{
	width:210px;
	height:100%;
	padding-bottom:30px;
	overflow-y:scroll;
}
.cnt_1003_menu_row{
	width:180px;
	height:40px;
	display:block;
	padding:10px;
	background-color:#333333;
	border-bottom:solid 1px #444444;
	color:#ffffff;
}
.cnt_1003_menu_row:hover{
	text-decoration:none;
	background-color:#444444;
}
#cnt_1003_main{
	width:100%;
	height:100%;
	display:block;
	vertical-align:top;
	overflow:hidden;
	position:relative;
}
/*--------------------------------------*/
.cnt_1003_menu_row_sub{
	width:100%;
	height:0;
	overflow:hidden;
}
.cnt_1003_menu_row_sub_row{
	width:100%;
	display:table;
	height:40px;
	position:relative;
}
.cnt_1003_menu_row_sub_row:hover{
	text-decoration:none;
	background-color:#444444;
}
.cnt_1003_menu_row_sub_row_nolink{
	width:100%;
	display:table;
	height:40px;
	position:relative;
}
.cnt_1003_menu_row_sub_row_icon{
	width:20px;
	padding-left:10px;
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
}
.cnt_1003_menu_row_sub_row_title{
	width:calc(100% - 20px);
	padding-left:5px;
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
}
.cnt_1003_menu_row_sub_row_icon2{
	width:40px;
	padding-left:10px;
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
}
.cnt_1003_menu_row_sub_row_title2{
	width:calc(100% - 40px);
	padding-left:5px;
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
}

.cnt_1003_menu_row_sub_row_slide{
	width:0;
	overflow:hidden;
	height:auto;
	position:relative;
	top:-80px;
	left:150px;
	z-index:5000;
	background-color:#333333;
}
.cnt_1003_menu_row_sub_row_slide_outer{
	height:0;
}
.cnt_1003_menu_row_sub_row_slide_row{
	width:100%;
	display:table;
	height:40px;
}
.cnt_1003_menu_row_sub_row_slide_row:hover{
	text-decoration:none;
	background-color:#444444;
}

/*--------------------------------------*/
.dialog_menu{
	width:100%;
	padding:10px;
}
.dialog_menu_top{
	width:100%;
	background-color:#333333;
	color:#ffffff;
	border-radius:3px;
	padding:5px;
}
.dialog_menu_elm{
	width:100%;
	display:block;
}
.dialog_menu_col{
	width:100%;
	margin-top:10px;
	display:block;
	background-color:#333333;
	border-radius:3px;
}
.dialog_menu_col_w{
	width:100%;
	display:block;
	background-color:#ffffff;
	border-radius:3px;
}
.dialog_menu_col_sep{
	display:none;
}
.dialog_menu_list_0{
	width:100%;
	display:block;
	padding:5px;
	color:#ffffff;
}
.dialog_menu_list_1{
	width:100%;
	display:block;
	padding:5px 5px 5px 15px;
	color:#ffffff;
}
.dialog_menu_list_2{
	width:100%;
	display:block;
	padding:5px 5px 5px 35px;
	color:#ffffff;
}
.dialog_menu_list_3{
	width:100%;
	display:block;
	padding:5px 5px 5px 55px;
	color:#ffffff;
}
.dialog_menu_list_4{
	width:100%;
	display:block;
	padding:5px 5px 5px 75px;
	color:#ffffff;
}
.dialog_menu_list_hover:hover{
	background-color:#444444;
	filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}

/*--------------------------------------*/
.dialog_cnt{
	padding:10px;
}

/*--------------------------------------*/
#adm_1000{
	width:100%;
	height:100%;
	position:relative;
	overflow:scroll;
	padding-top:30px;
}
#adm_1100{
	width:100%;
	height:30px;
	background-color:#222222;
	padding:5px;
	display:table;
	position:fixed;
	top:40px;
	z-index:1000;
	text-align:left;
	font-size:12px;
}
.adm_1100_col{
	display:inline-block;
	color:#b3b3b3;
	margin-right:15px;
	margin-top:3px;
}
.adm_1100_col:hover{
	color:#b0b0b0;
	border-bottom:solid 1px #b0b0b0;
}
.adm_1100_col_selected{
	display:inline-block;
	border-bottom:solid 1px #ffff00;
	color:#b3b3b3;
	margin-right:15px;
	margin-top:3px;
}

#adm_1200{
	width:100%;

}
#adm_1200_content{
	width:100%;
	background-color:#ffffff;
	padding:10px;
}

#adm_1300{
	width:100%;

}
#adm_1400{
	width:100%;

}

#adm_1200_pageTop {
	opacity: 0;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 999;
	transition: opacity 1s;
	background-color:#555555;
	color:#ffffff;
	text-align:center;
	padding:10px;
	border-radius:10px;
	cursor:pointer;
}
#adm_1200_pageTop.is-fixed {
	opacity: 0.6;
}
#adm_1200_pageTop:before {
	content:"TOP";
}

/*--------------------------------------*/
#header_1001{
	width:100%;
	height:40px;
	display:table;
	background-color:#333333;
	border-bottom:solid 1px #444444;
	font-size:12px;
	position:fixed;
	top:0;
	left:0;
	z-index:10100;
}
#header_1001_menu{
	width:40px;
	height:100%;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	cursor:pointer;
	background-color:#444444;
}
#header_1001_menu_icon{
	display:inline-block;
	padding-top:4px;
	width:100%;
}
#header_1001_menu_icon div{
	width:18px;
	height:2px;
	margin:0 auto;
	margin-top:3px;
	background-color:#ffffff;
}
#header_1001_left{
	width:calc(50% - 90px);
	height:100%;
	vertical-align:middle;
	display:table-cell;
}
#header_1001_logo{
	width:140px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	cursor:pointer;
	color:#ffffff;
}
#header_1001_logo_img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
#header_1001_center{
	width:calc(50% - 90px);
	height:100%;
	vertical-align:middle;
	display:table-cell;
}
#header_1001_my{
	width:40px;
	height:100%;
	vertical-align:middle;
	display:table-cell;
	position:relative;
	cursor:pointer;
	border-left:solid 1px #444444;
}
#header_1001_my_name{
	display:table;
	margin:0 auto;
}
#header_1001_my_inner{
	display:none;
}
#header_1001_usr_pic{
	width:20px;
	display:table-cell;
	vertical-align:middle;
}
#header_1001_usr_pic_uim{
	width:100%;
	display:block;
	border-radius:50%;
}
#header_1001_usr_name{
	width:140px;
	display:none;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	color:#ffffff;
}
#header_1001_usr_arrow{
	width:20px;
	text-align:center;
	display:none;
	vertical-align:middle;
	color:#a7a7a7;
}
#header_1001_my_menu{
	width:180px;
	background-color:#333333;
	border:solid 1px #444444;
	border-width:0 1px 0 1px;
	font-size:14px;
	position:absolute;
	z-index:5100;
	top:40px;
	right:0;
	display:none;
}
.header_1001_my_menu_row{
	width:100%;
	color:#ffffff;
	padding:10px;
	border-bottom:solid 1px #444444;
}
.header_1001_my_menu_row:hover{
	background-color:#444444;
	filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}

/*--------------------------------------*/
#footer_1000{
	width:100%;
	height:20px;
}
#footer_1001{
	width:100%;
	height:0px;
	background-color:#333333;
	color:#ffffff;
	display:none;
}
#footer_corp{
	width:100%;
	height:20px;
	background-color:#000000;
	color:#ffffff;
}
#footer_corp_copyright{
	width:200px;
	padding:2px 10px 0 0;
	font-size:10px;
	text-align:right;
	margin-left:auto;
}

/*----------common----------*/
.submit_error{
	width:100%;
	height:auto;
	min-height:35px;
}
.submit_btn_outer{
	width:100%;
	text-align:center;
}
.submit_btn{
	display:inline-block;
	min-width:130px;
	padding:12px;
	text-align:center;
	background-color:#555555;
	border-radius:3px;
	color:#ffffff;
	cursor:pointer;
}
.submit_btn:hover{
	filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}

.submit_btn_back{
	display:inline-block;
	min-width:130px;
	padding:12px;
	text-align:center;
	background-color:#ffffff;
	border:solid 1px #333333;
	border-radius:3px;
	cursor:pointer;
}
.submit_btn_back:hover{
	filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}

.submit_loading{
	width:100%;
	padding-top:12px;
	padding-bottom:9px;
	text-align:center;
	display:none;
}
.submit_loading img{
	height:21px;
}
.submit_btn_result{
	display:none;
	min-width:130px;
	padding:12px;
	text-align:center;
	background-color:#ffffff;
	border:solid 1px #333333;
	border-radius:3px;
	color:#333333;
}


/*----------common----------*/
.err_ul{
	color:#ff0000;
	padding:0.5em;
	padding-left:calc( 100%/10 );
	list-style:none;
	background:#fff7f7;
	text-align:left;
}
.err_ul > li:before{
	content:"*";
}

.search_icon{
	height:13px; 
	width:13px; 
	border:solid 1px #000000;
	display:block;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	position:relative;
	top:4px;
	cursor:pointer;
}
.search_icon::after{
	content:"";
	color:#ffffff;
	display:block;
	border-top:solid 1px #000000;
	width:8px;
	transform: rotate(45deg);
	position:relative;
	top:12px;
	left:9px;
	cursor:pointer;
}

.btn_close{
	width: 100%;
	height: 1px;
	display:block;
	transform: rotate(45deg);
	background-color:#000000;
	position:relative;
	top:50%;
}
.btn_close::after{
	content:"";
	background-color:#000000;
	display:block;
	width:100%;
	height:1px;
	transform: rotate(90deg);
	position:relative;
	top:0%;
	left:0%;
}

.btn_plus{
	width: 100%;
	height: 1px;
	display:block;
	background-color:#000000;
	position:relative;
	top:50%;
}
.btn_plus::after{
	content:"";
	background-color:#000000;
	display:block;
	width:97%;
	height:1px;
	transform: rotate(90deg);
}
.btn_minus{
	width: 100%;
	height: 1px;
	display:block;
	background-color:#000000;
	position:relative;
	top:50%;
}

.icon_tri{
	width: 100%;
	height: 100%;
	border-left:1px solid #000000;
}
.icon_tri::after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	border-top:1px solid #000000;
	transform: rotate(-30deg);
	position:relative;
	top:-46%;
	left:18%;
}
.icon_tri::before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	border-top:1px solid #000000;
	transform: rotate(30deg);
	position:relative;
	top:20%;
	left:-40%;
}

/*--------------------------------------*/
.alert{
	width:95%;
	max-width:600px;
	display:table;
	margin:0 auto;
	color:#000000;
	padding:35px 5px 5px 5px;
}
.alert_tr{
	display:table-row;
}
.alert_header{
	display:table-cell;
	vertical-align:middle;
	height:50px;
	border-bottom:solid 1px #000000;
}
.alert_icon{
	width:30px;
	vertical-align:middle;
}
.alert_title{
	display:inline-block;
	font-size:20px;
	position:relative;
	top:3px;
	left:20px;
}
.alert_msg_1{
	padding:10px;
	font-size:16px;
	border-bottom:dotted 1px #000000;
}
.alert_msg_2{
	padding:10px;
	font-size:14px;
}

