/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/*@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); */
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,button,select,textarea{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
list-style: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Malgun Gothic', '맑은 고딕', '돋움', Dotum, Tahoma, Arial;
/*font-weight:400;*/
letter-spacing:0px;
}


a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
font-family: 'Malgun Gothic', '맑은 고딕', '돋움', Dotum, Tahoma, Arial;
color:#666;
font-weight:400;
letter-spacing:0px;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}


/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

#popup_menu_area {
    position: absolute;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 0 0 6px #666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=135, strength=5);
    background: #fff;
}
#popup_menu_area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#popup_menu_area li {
    margin: 0;
    padding: 0;
    line-height: 1.25;
}
#popup_menu_area a {
    display: block;
    padding: 1px 3px;
    border-radius: 2px;
    text-decoration: none;
    color: #333;
}
#popup_menu_area a:active,
#popup_menu_area a:focus,
#popup_menu_area a:hover {
    color: #fff;
    background: #666;
}

.maketplace #list_style table{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Malgun Gothic', '맑은 고딕', '돋움', Dotum, Tahoma, Arial;
  letter-spacing: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
  word-wrap: break-word;
  table-layout: auto;
}
.maketplace #list_style table tr, #list_style table th, #list_style table td{
  border: 0px;
}
.maketplace #list_style table thead tr th {
    font-size: 14px;
    text-align: center;
    width: auto;
}
.maketplace #list_style table thead {
    height: 40px;
    line-height: 40px;
    background: #fafafa;
    border-top: 2px solid #000;
    border-bottom: 1px solid #d9d9d9;
}
.maketplace #list_style table tbody tr {
    border-bottom: 1px solid #d9d9d9;
}