@charset "UTF-8";

html {
  min-width: 320px;
  min-height: calc(var(--vh, 1vh) * 100);
}
body {
  position: relative;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 14px;
  color: #2d2d2d;
  font-weight: 400;
  overflow: auto;
}
input,
textarea,
button,
table {
  font-size: inherit;
  font-family: "Pretendard GOV", sans-serif;
}
/**********기존**********/
/* button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
} */
/**********수정/추가 start**********/
button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

/*버튼 클릭 영역 넓히기*/
button > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

button > a > .spanstyle {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px; /* 버튼 높이에 맞춤 */
}



button:hover {
  /* background-color: rgba(0, 0, 0, 0.1); */ /* 회색 배경 */
}
/**********수정/추가 end**********/

video {
  width: 100%;
  height: auto;
}
body,
div,
dl,
dt,
dd,
li,
form,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
}
fieldset,
img,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
q:before,
q:after {
  content: "";
}
a {
  cursor: pointer;
}
a,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}
input {
  font-family: "Pretendard GOV", sans-serif;
  background: none;
}
input::-webkit-input-placeholder {
  font-family: "Pretendard GOV", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 22.5px
  color: #c6c6c6;
}
input::-moz-placeholder {
  font-family: "Pretendard GOV", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 22.5px
  color: #c6c6c6;
}
input:-moz-placeholder {
  font-family: "Pretendard GOV", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 22.5px
  color: #c6c6c6;
}
input:-ms-input-placeholder {
  font-family: "Pretendard GOV", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 22.5px
  color: #c6c6c6;
}
@media (max-width: 767px) {
  input::-webkit-input-placeholder {
    font-size: 17px;
  }
  input::-moz-placeholder {
    font-size: 17px;
  }
  input:-moz-placeholder {
    font-size: 17px;
  }
  input:-ms-input-placeholder {
    font-size: 17px;
  }
}
input:focus,
select:focus,
button:focus {
  outline: none;
}

/*img {
  display: inline-block;
  border: 0 none;
  max-width: 100%;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em;
}
address,
cite,
em,
dfn {
  font-style: normal;
}
blockquote,
p {
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-top: 2px solid #246beb;
}
caption,
th {
  border: 0;
}
tr {
  position: relative;
}
th {
  padding: 5px;
  height: 44px;
  text-align: center;
  background: var(--primary-primary-5, #eff5ff);
}
td {
  padding: 5px;
  height: 48px;
  text-align: center;
  box-shadow: inset 0 1px 0 0 #e4e4e4;
}

/* 시군구 차트 */
#allchart			{display:block; position:absolute; box-sizing:border-box; width:calc(100% - 381px); height:340px; bottom:10px; right:10px; background:#fff; z-index:500; 
					border:1px solid #58544e; box-shadow:0px 1px 2px rgba(0,0,0,.4); -moz-border-radius:8px;  -webkit-border-radius:8px; border-radius:8px;}
#allchart h4	{display:block; padding-left:10px; color:#fff; font-size:14px; line-height:30px; background:#008caa; text-align:center;
									-moz-border-radius:7px 7px 0px 0px;  -webkit-border-radius:7px 7px 0px 0px; border-radius:7px 7px 0px 0px;}
#allchart h4 a.allchartmenu{float:right; width:20px; height:20px; margin-right:10px; background:url('../images/allchartmenu.png') no-repeat 0 7px}
#allchart .allchart_con	{display:block; padding:10px; }	

