/*±âº»css*/
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css'); 
* {font-family:'Nanum Gothic','³ª´®°íµñ', 'Dotum', 'Gulim', 'Arial', sans-serif;  margin:0;padding:0; }


html, body { padding:0; margin:0px auto; min-height:540px; max-width:640px; }
body { background:#fff; font-family:'NanumGothic', '³ª´®°íµñ', 'µ¸¿ò', 'dotum', 'applegothic', sans-serif;  word-spacing:-1px; }
body.main_bg{background:url('../images/main_visual.jpg') no-repeat center top #fff;}
textarea{border-top: 1px solid #b3b3b3; border-left: 1px solid #b3b3b3; border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; color: #4e473f; font-family: dotum;}
input, select{vertical-align:middle; font-family:"³ª´®°íµñ", Nanum Gothic; } 
ul, li, ol, li, dl, dt, dd { padding:0; margin:0; }
ul, ol, li { list-style:none; }
h1, h2, h3, h4, h5, h6 { padding:0; margin:0; font-size:100%; font-weight:normal; }
div, p, address, pre, form, fieldset, textarea, blockquote, th, td { padding:0; margin:0; border:none;}

table{border-collapse:collapse;border-spacing:0;border:0}

img { vertical-align:middle; border:0; background: transparent;	zoom: 1; 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.hide {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: -1000%;
    left: -1000%;
}

a { text-decoration:none; }
a:link { text-decoration:none; color:#3f3f3f; }
a:visited { text-decoration:none; color:#3f3f3f; }
a:hover { text-decoration:none; color:#d5030b; }
a:active { text-decoration:none; color:#3f3f3f; }


.hidden {
    position: absolute;
    overflow: hidden;
    font-size: 1px;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    color: transparent !important;
}
select{ padding:3px 20px 3px 5px; -webkit-appearance:none;-webkit-border-radius:4px; border:1px solid #b5b5b6; background:#fff url(../images/common/select.gif) right no-repeat;}

input, select {
    vertical-align: middle;
}