/* import common style */

@import url(/css/type.css);
@import url(/css/board.css);
@import url(/css/calendar1.css);
@import url(/css/link.css);


@font-face{
	font-family:"NanumGothic";
	src:url('/css/NanumGothic.eot');
	src:url('/css/NanumGothic.eot?#iefix') format('embedded-opentype'),
	url('/css/NanumGothic.woff') format('woff'),
	url('/css/NanumGothic.svg#NanumGothic') format('svg')
	src:local(¡Ø), url('/css/NanumGothic.woff') format('woff');
}


/* ============ Global Setting ============ */
body {
	font-family:'Verdana', '±¼¸²','Gulim','µ¸¿ò','dotum';
	font-size:12px ;
	margin: 0;
	background:url(/img/common/bg_body.png) no-repeat top center; background-color: #ededed;
}

img	{
	border:0 !important;
	margin:0;
}
/* ¢Æ¢Æ¢Æ¢Æ¢Æ Form Style ¢Æ¢Æ¢Æ¢Æ¢Æ */
div, textarea {	
	scrollbar-face-color:#C7C7C7;
	scrollbar-highlight-color:#C7C7C7; 
	scrollbar-shadow-color:#ffffff; 
	scrollbar-3dlight-color:#E9E9E9; 
	scrollbar-arrow-color:#ffffff; 
	scrollbar-track-color:#ffffff;
	scrollbar-darkshadow-color:#C7C7C7;
}
input{
	font-family :"Verdana";
	margin:0;
	padding:0 0 0 3px;
	vertical-align:middle;
	overflow:visible;
	box-sizing:border-box;
}
input.btn_cancle{
	background:url(/img/popup/btn_oc.gif) no-repeat top center;
	height:30px;
	width:80px;
	border:0;
	cursor:pointer;
}
input.btn_list{
	background:url(/img/mypage/btn_list.gif) no-repeat top center;
	height:30px;
	width:80px;
	border:0;
	cursor:pointer;
}
textarea	{
	font-family :"Verdana",'Gulim','±¼¸²',"µ¸¿ò";
	margin:0;
	padding:5px 5px 5px 5px;
	font-size:12px;
	color:#626262;
	vertical-align:middle;
}
/*input	{
	border:1px solid #ddd;
	padding:3px 0 0 2px;8?
	font-family:Verdana,  Helvetica, geneva,sans-serif,"µ¸¿ò",dotum;
}*/
select	{
	vertical-align:middle;
	font-family :"Verdana";
	font-size:12px;
	height:22px;
	line-height:22px;
}
.textbox{
	font-size:12px;
	font-family :'Gulim','±¼¸²';
	color: #6686AB;
	border:1px solid #dedede;
	background-color:#f9f9f9;
	padding: 5px 5px 5px 5px;
}
.t_box {
	font-family :'Gulim','±¼¸²'."Verdana";font-size:12px; color:#555555; height:22px; 
	border:1px solid #c2c2c2;
	background-color:#f9f9f9;
	line-height:22px;
}

.t_box19 { font-family:"Verdana"; font-size:12px; color:#555555;height:19px; border:1px solid #bebebe;background-color:#f9f9f9;line-height:19px;}

.t_box27 {font-family :'Nanum Gothic','³ª´®°íµñ';font-size: 10pt; color:#1f56bc; font-weight:bold; height:28px; border:1px solid #c2c2c2;background-color:#f9f9f9;line-height:28px;}

.t_box32 {font-family :'Nanum Gothic','³ª´®°íµñ';font-size: 12pt; color:#555555;height:32px; border:1px solid #bebebe;background-color:#ffffff; line-height:32px;}

.form_bg01 {
	background-color:#f1f1f1;
	height:30px;
	width: 110px;
	font-family :'Gulim', '±¼¸²','Verdana';
	font-size:12px;color: #555555;
	font-weight:bold;	
}

table.joinform td{	
	padding-left:7px; text-align:left;	
}
table.joinform{
	border:1px solid #dedede;
}

.bar_dot3 {
	background:url(/img/common/dot.png) repeat-x center;
	height:3px;
}

/*
//2018-07-10 ÀÎ°æ¹Ì Ãß°¡ 
*/
.hidden_none{
	display:none;
}