@font-face {
    font-family: NanumGothic;
    src: url('fonts/NanumGothic.eot');
    src: local('NanumGothic'), url('fonts/NanumGothic.woff') format('woff'), url('fonts/NanumGothic.ttf') format('turetype');
    font-weight: normal;
    font-style: normal;
}


* { margin: 0px; padding: 0px; outline: none; }
h1, h2 ,h3, h4, h5, h6 { font-size: 100%; }
ol, ul { list-style: none; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0px;}
fieldset, img { border: none; }
caption, th { text-align: left; }
q:before, q:after { content:''; }
a { text-decoration: none; cursor: pointer;}

.clear { clear: both; }
.hidden { display: none; }

body {
  font-family: 돋움, Dotum, Helvetica, AppleGothic, sans-serif;
  font-size: 12px;
  color: #78736e;
}

p { text-align: justify; }
p, p span { line-height: 1.7em; }

h3 { font-family: NanumGothic, 돋움, Dotum, Helvetica, AppleGothic, sans-serif; }

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 1024px;
}


/* for ie */
nav, header, footer, section, aside, article { display: block; }

/* common_header */

#common_header {
  background: url(/images/common/header_bg.png) repeat-x;
  height: 40px;
}

#common_header_content {
  margin: 0 auto;
  width: 925px;
  height: 40px;
}

#common_header_content h1 {
  float: left;
}

#common_header_content h1 a {
  display: block;
  background: url(/images/common/header_buttons.png) no-repeat;
  width: 85px;
  height: 30px;
  text-indent: -1000.0em;
  overflow: hidden;
  position: relative;
  top: 10px;
  left: 10px;
}

#common_header_content ul {
  float: right;
  height: 40px;
}

#common_header_content ul li {
  float: left;
  height: 40px;
}

#common_header_content ul li a {
  margin-right: 10px;
  display: block;
  background: url(/images/common/header_buttons.png) no-repeat;
  height: 45px;
  text-indent: -1000.0em;
  overflow: hidden;
  position: relative;
  top: 9px;
}

#common_header_content ul li a#cart_button {
  width: 81px;
  background-position: -95px 0;
}

#common_header_content ul li a#exhibit_button {
  width: 100px;
  background-position: -184px 0;
}

#common_header_content ul li a#qna_button {
  width: 80px;
  background-position: -292px 0;
}

#common_header_content ul li a.login_button {
  margin-right: 0;
  width: 70px;
  background-position: -380px 0;
}

#common_header_content ul li a#registor_button {
  width: 70px;
  background-position: -448px 0;
}

#common_header_content ul li a#logout_button {
  margin-right: 0;
  width: 70px;
  background-position: -522px 0;
}

#common_header_content ul li a#my_page_button {
  width: 70px;
  background-position: -581px 0;
}



/* container */
#container {
  width: 925px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 700px;
}

/* footer */

#footer {
  clear: both;
  height: 140px;
  margin: 0 auto;
  width: 100%;
  background: #625950 url(/images/common/footer_bg.png) repeat-x;
  border-top: 1px solid black;
}

#footer_content {
  margin: 0 auto;
  width: 924px;
  padding-top: 20px;
  height: 110px;
}
  #footer_content p {
    margin-left: 20px;
  }

  #footer_content p.links {
    color: #D0CECB;
    margin-bottom: 15px;
  }

  #footer_content p.links a {
    color: #D0CECB;
  }

  #footer_content p.infos {
    color: #EFEFEE;
    margin-bottom: 5px;
  }

  #footer #footer_content {
    background: url(/images/common/footer_image.png) no-repeat;
    background-position: 670px -1px;
  }



/* pagination */
.pagination {
  padding: 20px;
  text-align: center;
}

.pagination a {
  color: #79736D;
}

.pagination * {
  display: inline-block;
  width: 30px;
  height: 15px;
  border: 1px solid #D1C6C1;
  padding: 7px 0;
}

.pagination em {
  background: #8FB14B;
  color: #FFF;
}

/*flash messages*/
#message_notice,
#message_error {
  font-size: 1.8em;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding: 15px;
  color: white;
  background-color: #303030;
  opacity: 0.8;
}


/*jquery-form validation*/
span.error {
  background: url(/images/unchecked.gif) no-repeat;
  height: 15px;
  padding-left: 16px;
  color: red;
}

span.success {
  background: url(/images/checked.gif) no-repeat;
  height: 15px;
  padding-left: 16px;
}

span.fieldWithErrors label {
  color: red;
}



/* footer 바로 전 info 영역 */
#more_info_area {
  width: 100%;
  border-top: 1px solid #DAD5CC;
  background: #F8F7F5;
}

#more_info_area h3 {
  font-weight: bold;
  font-size: 16px;
  color: #847968;
  height: 20px;
  margin: 20px 0;
}

#more_info_area_box {
  width: 880px;
  margin: 0 auto;
}

#introduction,
#additional_information {
  padding: 0 20px 50px 20px;
  margin: 20px 0 10px 0;
}

#introduction {
  float: left;
  border-right: 1px solid #DAD5CC;
  width: 400px;
}

#additional_information {
  float: right;
  width: 370px;
}

#introduction p {
  text-align: justify;
  padding-left: 10px;
}


/* basic_form */

.basic_form {
  width: 760px;
  margin: 0 auto;
  border-top: 1px solid #D9D5CC;
  border-bottom: 1px solid #D9D5CC;
}

.basic_form .field {
  padding: 7px;
  border-bottom: 1px solid #EFEEEA;
}

.basic_form label {
  display: inline-block;
  width: 80px;
  background: url(/images/cart/bullet_for_label.png) no-repeat;
/*  background-position: 0 2px;*/
  padding-left: 20px;
  text-align: justify;
  color: #8d796d;
  vertical-align: top;
}

.basic_form label.hidden {
  text-indent: -1000.0em;
  overflow: hidden;
  background-position: 0 100px;
  *text-indent: 0;
  *line-height: 0;
}

.basic_form input,
.basic_form textarea {
  border: 2px solid #E3DDD6;
  background: #FAFAFA;
}

.basic_form input {
  height: 20px;
  padding: 0 5px;
  font-size: 13px;
}

.basic_form textarea {
  width: 500px;
  height: 100px;
  padding: 5px;
  font-size: 13px;
}

.basic_form input.short {
  width: 50px;
}

.basic_form input.address01,
.basic_form input.address02 {
  width: 500px;
}

a.find_zipcode01 {
  display: inline-block;
  background: url(/images/common/btn_find_zipcode.png) no-repeat;
  width: 89px;
  height: 25px;
  text-indent: -1000.0em;
  overflow: hidden;
  vertical-align: top;
}

.basic_form .address_input_area {
  margin-top: 5px;
}

.button_box {
  width: 500px;
  margin: 0 auto;
}



/* basic table */

.basic_table {
  width: 830px;
  margin: 0 auto;
  text-align: center;
}

.basic_table th {
  background: #816E5C;
  border-bottom: 2px solid #D3CCC2;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.basic_table td {
  height: 60px;
  border-bottom: 1px solid #D9D5CC;
}

.basic_table .image_column {
  width: 150px;
  background: #f8f7f5;
}

.basic_table .title_column {
  width: 270px;
  text-align: left;
  color: #709927;
  font-weight: bold;
}

.basic_table .title_column .category_name {
  color: #D2934D;
  font-weight: normal;
}

.basic_table .price_column {
  width: 100px;
  color: #709927;
  background: #fbfaf9;
}

.basic_table .quantity_column {
  width: 150px;
  background: #fbfaf9;
}

.basic_table .delete_column {
  width: 90px;
}

.basic_table .image_column img {
  width: 75px;
  border: 1px solid #d6ccc2;
}


/* zipcode box */

#zipcode_result {
  margin-top: 20px;
  width: 80%;
  list-style: none;
}

#zipcode_result li {
  margin: 5px;
  cursor: pointer;
}


/* footer */


#personal_info_text {
  width: 850px;
  height: 400px;
  padding: 15px;
  margin: 15px;
}



/*  ie6 warning */

#ie6_warning {
  margin: 5px auto;
  width: 940px;
}

#ie6_warning img {
  float: left;
}




/* login box (modal popup) */

#login_error {
  font-size: 14px;
  color: red;
}

#login_box {
  width: 400px;
  height: 300px;
}

#title_area {
  background: url(/images/my_page/bg_login_title.png) no-repeat;
  width: 400px;
  height: 48px;
}

#title_area p { margin: 15px; line-height: 1.0em; }
#title_area p#login_title {
  float: left;
  font-size: 24px;
  color: #FFF;
}
#title_area p#close_x {
  float: right;
  font-size: 24px;
  color: #CDDEBB;
  cursor: pointer;
}

#login_area {
  margin: 30px 40px;
}

.login_form label {
  display: inline-block;
  width: 70px;
  font-size: 14px;
  font-weight: bold;
}

.login_form input {
  width: 210px;
  height: 25px;
  margin: 5px 0;
  font-size: 15px;
  padding: 0 5px;
  background: #F7F7F7;
  border: 2px solid #E5DDD7;
}

#login_button {
  display: block;
  background: url(/images/my_page/btn_login.png) no-repeat;
  width: 223px;
  height: 45px;
  border: 0;
  text-indent: -500em;
  overflow: hidden;
  cursor: pointer;
  margin: 20px 0 20px 75px;
}

#buttons_area li {
  float: left;
  _display: inline;
}

#buttons_area li a {
  display: block;
  text-indent: -500em;
  overflow: hidden;
  height: 25px;
}

#find_id_or_pwd_button {
  background: url(/images/my_page/btn_find_id_or_pwd.png) no-repeat;
  width: 129px;
  margin-left: 75px;
}

#join_button {
  background: url(/images/my_page/btn_register_small.png) no-repeat;
  width: 79px;
  margin-left: 10px;
}

span.bold { font-weight: bold; }
span.red { color: red; }
