﻿@charset "utf-8";


body { font-family:'Nanum Gothic', 'Malgun Gothic', 'Dotum', '맑은 고딕', '돋움', 'arial', sans-serif, serif; }

.win_check { width:100%; float:left; }
.wintitleBox { 
	width:100%; 
	float:left; 
	margin-bottom:50px;
	height:70px;
	background:#591846;
}
.wintitleBox h1 {
	display:inline-block;
	margin-left:1em;
	color:#fff;
	line-height:70px;
	font-size:18px;
	font-weight:bold;
}
.btn_winClose {
	display:inline-block;
	float:right;
	margin-right:1em;
	line-height:70px;
}

.btn_modify {
	background:#ef4467;
	color:#fff !important;
	border-color:#ef4467;
}
