.etctable_none {
  display: none;
}

.etc_wrap h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.privacy dl dd {
  margin-bottom: 12px;
}
.privacy dl dt,
.email dl dt {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.2em;
}
.privacy dl dd .ml15 b {
  font-size: 1.1em;
}
.privacy_Link {
  color: blue;
}
.etcDt {
  border-collapse: collapse;
}
.etcDt th,
.etcDt td {
  text-align: left;
  padding-left: 4px;
}
.email dl dd {
  margin-bottom: 12px;
}

/* ****************************** 사이트맵 ****************************** */
.sitemap_wrap .site_list_wrap .site_list li .site_h2 {
  font-size: 1.4em;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #cecece;
  border-top: 2px solid #6d6558;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 47px;
  margin-bottom: 8px;
}
.site_list > li {
  margin-bottom: 35px;
}
.site_list ul li a {
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  color: #555;
  padding: 10px 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.site_sub_list {
  background: #f5f5f5;
}
.site_list ul li a.site_sub {
  font-weight: 500;
  font-size: 1.1em;
  color: #737c85;
  padding: 8px 0;
}
.site_list ul li .site_sub_list li:first-child a {
  border-bottom: none;
  padding-bottom: 0;
}
a.download_btn {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #ddd;
  background: #efefef;
  font-size: 1.1em;
  text-align: center;
}
.down_btn_wrap {
  margin: 10px 0;
}
