
html, body {
	width:100%;
	height:100%;
}
body {
	position:relative;
	margin:0; padding:0; border:0;
	overflow:auto;
	background:#ffffff;
	font-family:verdana,dotum,"µ¸¿ò","sans-serif";
}

#body_head0 {
	position:relative;
	background:#ffffff;
}
#body_head0:before {
	content:'';
	position:absolute;
	left:50%;
	right:0;
	top:0;
	height:88px;
	background:#6c91d8;
}
#body_head0 .con {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
}
#body_head0 .con:before {
	content:'';
	position:absolute;
	left:205px;
	right:0;
	top:0;
	height:88px;
	background:#6c91d8;
}
#body_head0 .con:after {
	content:'';
	position:absolute;
	left:180px;
	width:30px;
	top:0;
	height:88px;
	background:url("bk_te.png") no-repeat;
}
#body_head0 .title_icon {
	position:absolute;
	left:5px;
	width:150px;
	top:10px;
	height:100%;
	background:url("vcatch_title.png") no-repeat;
	background-size:150px auto;
	cursor:pointer;
}
#body_head0 .head_login {
	position:absolute;
	right:0px;
	bottom:20px;
	font-size:14px;
}
#body_head0 .head_login .login {
	color:#fff;
	cursor:pointer;
}
#body_head0 .head_login .user {
	margin:0 20px 0 0;
	color:#fff;
}
#body_head0 .head_login .logout {
	color:#ccc;
	cursor:pointer;
}
#body_head01 {
	position:relative;
	background:#ffffff;
}
#body_head01:before {
	content:'';
	position:absolute;
	left:0;
	right:50%;
	top:0;
	height:30px;
	background:#011f41;
}
#body_head01 .con {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:60px;
}
#body_head01 .con:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:30px;
	background:#011f41;
}
#body_head01 .con:after {
	content:'';
	position:absolute;
	right:-9px;
	width:18px;
	top:0;
	height:30px;
	background:url("bk_me.png") no-repeat;
	background-size:18px 30px;
}
#body_foot0 {
	position:relative;
	left:0;
	right:0;
	height:45px;
	margin:30px 0 0 0;
}
#body_foot0:before {
	content:'';
	position:absolute;
	left:50%;
	right:0;
	top:0;
	height:45px;
	background:#011f41;
}
#body_foot0 .con {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:45px;
	background:#011f41;
}
#body_foot0 .con:after {
	content:'';
	position:absolute;
	left:-10px;
	width:20px;
	top:0;
	height:45px;
	background:url("bk_fe.png") no-repeat;
}
#body_foot0 .copyright {
	position:absolute;
	left:20px;
	bottom:15px;
	color:#fff;
	font-size:12px;
}

#head_menu {
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:30px;
	color:#fff;
	line-height:20px;
	font-size:17px;
	font-weight:700;
}
#head_menu ul {
	position:absolute;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;
}
#head_menu li {
	float:left;
	display:block;
	height:30px;
	margin:5px 55px 0 20px;
	padding:0;
	cursor:pointer;
}

#head_submenu {
	position:absolute;
	left:0;
	right:0;
	top:30px;
	height:30px;
	color:#011f41;
	font-size:15px;
}
#head_submenu ul {
	position:absolute;
	top:0;
	list-style:none;
	margin:0;
	padding:0;
	display:none;
}
#head_submenu li {
	float:left;
	display:block;
	height:20px;
	margin:2px 0px 0 10px;
	padding:3px 5px 1px 5px;
	border:1px solid #fff;
	cursor:pointer;
}

.box_full {
	position:absolute;
	left:0; right:0; top:160px; bottom:45px;
	overflow:auto;
}

.box_dialog {
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	background:#fbecee;
	padding:5px 20px 20px 20px;
	border-radius:7px;
	box-shadow:5px 5px 15px rgba(100,100,100,0.8);
}
.box_dialog .dlg_title {
	position:relative;
	height:40px;
}
.box_dialog .dlg_x {
	position:absolute;
	right:-10px;
	top:0;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#fff;
	background:#f44;
}

.box_w1 {
	position:relative;
	left:0;
	right:0;
	font-size:14px;
	line-height:1.5em;
}
.box_w1 .con {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.box_w2 {
	position:relative;
	left:0;
	right:0;
	font-size:14px;
	line-height:1.5em;
	display:table-row;
}
.box_w2 .leftbox, .box_w2 .rightbox {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
}
.box_w2 .leftbox {
	text-align:right;
	#border-right:1px solid #ececec;
}
.box_w2 .rightbox {
	text-align:left;
}
.box_w2 .leftbox .con, .box_w2 .rightbox .con {
	position:relative;
	width:500px;
	display:inline-block;
	text-align:left;
}

.title1_box {
	position:relative;
	width:700px;
	margin:10px 50px 0 0;
	padding:20px 10px 20px 20px;
	background:#6c91d8;
	border-radius:5px 0 0 5px;
}
.title1_box:before {
	content:'';
	position:absolute;
	top:0;
	height:100%;
	background:url("bk_t1e.png") no-repeat right top;
}
.title1_box .right_margin {
	position:absolute;
	top:0;
	height:100%;
	background:url("bk_t1e.png") no-repeat right top;
}
.title1_box .title {
	color:#fff;
	font-size:26px;
	font-weight:900;
}
.title1_box .subtitle {
	margin:0.5em 0 0 0;
	line-height:1.5em;
	color:#fbecee;
	font-size:17px;
	font-weight:700;
}
.title1_box .description {
	margin:0.8em 0 0 0;
	line-height:1.5em;
	color:#ddd;
	font-size:15px;
}

.title2_box {
	position:relative;
	width:700px;
	margin:10px 50px 0 0;
	padding:20px 10px 15px 20px;
	background:#fbecee;
	border-radius:5px 0 0 5px;
}
.title2_box .right_margin {
	position:absolute;
	top:0;
	height:100%;
	background:url("bk_t2e.png") no-repeat right top;
}
.title2_box .title {
	color:#777;
	font-size:18px;
	font-weight:600;
}
.title2_box .subtitle {
	margin:0.5em 0 0 0;
	line-height:1.5em;
	color:#777;
	font-size:14px;
	font-weight:700;
}
.title2_box .description {
	margin:0.2em 0 0 0;
	line-height:1.5em;
	color:#888;
	font-size:12px;
}

.title3_box {
	position:relative;
	width:700px;
	margin:20px 50px 0 0;
	padding:10px 10px 5px 25px;
	background:#eeeeee;
	border-radius:5px 0 0 5px;
}
.title3_box .right_margin {
	position:absolute;
	top:0;
	height:100%;
	background:url("bk_t3e.png") no-repeat right top;
}
.title3_box .title {
	color:#777;
	font-size:14px;
	font-weight:500;
}

.bubbletip {
	position:relative;
}
.bubbletip:before {
	content:'';
	position:absolute;
	border-top:12px solid #f99;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	visibility:hidden;
	top:-10px;
	left:15px;
	z-index:10;
}
.bubbletip:after {
	content:attr(bubbletip);
	position:absolute;
	top:-30px;
	right:0;
	white-space:nowrap;
	padding:5px 10px;
	border-radius:6px;
	background:#f99;
	font-weight:bold;
	color:#fff;
	visibility:hidden;
	z-index:10;
}
.bubbletip:hover:before, .bubbletip:hover:after {
	visibility:visible;
	-moz-transition:visibility 0s linear .3s;
}
