﻿/***************************************************************
Author :Justin.J
***************************************************************/

/* Float bug */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* */


/************************************************
*		Reset									*
************************************************/
* {margin:0;padding:0;}
body {margin:0;word-break:break-all;ms-word-break:break-all;}
body, div, input, textarea, button {font:12px/130% 돋음, Dotum, 굴림, Gulim, tahoma, AppleGothic, Sans-serif;color:#494949;}

a:link	 {color:#494949;text-decoration:none;}
a:visited	 {color:#202020;text-decoration:none;}
a:hover	 {color:#202020;text-decoration:none;}
a:active	 {color:#202020;text-decoration:none;}

ul, ol, ul li, ol li, dl, dt, dd, dt dd {margin:0;padding:0;list-style:none;}
h1, h2, h3, h4, h5 {margin:0;padding:0;}
img, fieldset, iframe, textarea {border:none;}

/*************** Image Link Clear ***************/
/*************** a, img, input {selector-dummy:expression(this.hideFocus=true);}***************/

/* Input & Button & Form Setting & Etc */
.input {
	height:16px;
	margin:0 0 3px 0;
	padding:2px 3px 0 3px;
	background:#efefef;
	border:1px solid #fff;
}

.textarea {
	font-weight:normal;
	padding:5px;
	background:#fff;
	border:1px solid #cdcdcd;
	overflow:visible;
	clear:both;
}

.selectbox {
	height:18px;
	margin:0 0 3px 0;
	font:11px "돋음",Dotum,"굴림",Gulim,tahoma,AppleGothic,Sans-serif;
	color:#2f3743;
	background-color:#f0efeb;
	vertical-align:middle;
}

.submit {
	height:20px;
	margin:0 0 0 5px;
	margin:0 0 3px 5px;
	padding:0 10px;
	font:11px Tahoma;
	color:#494949;
	background:#fefefe;
	border:1px solid #ddd;
	cursor:pointer;
}

/************************************************
*		LAYOUT									*
************************************************/
#wrap {width:68%;
margin:0 auto; text-align:left;
}
.md_main {width:650px;margin:0 auto;}
.md_info {width:400px;margin:0 auto;}
.md_cash {width:400px;margin:0 auto;position:relative;}
.md_cash .left{width:200px;position:absolute;left:0;}
.md_cash .right{width:200px;position:absolute;left:200px;}
.md_pop {width:430px;height:155px;margin:0 auto;background-color:#2d2c56;}

