@charset "UTF-8";

/* 데스크탑 */
.common_pop_template {
  text-align: left;
  position: relative;
  height: 100%;
}
.common_pop_template header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 10px;
}
.common_pop_template header h2 {
  width: 80%;
  display: inline-block;
}
.common_pop_template header a {
  float: right;
  padding: 12px 20px 0 0;
  cursor: pointer;
}
.common_pop_template header a:hover {
  background-color: #fdf5d2;
}
.common_pop_template .common_pop_template_body {
  position: absolute;
  top: 52px;
  bottom: 45px;
  right: 0;
  left: 0;
  padding: 10px;
  overflow: auto;
  line-height: 22px;
}
.common_pop_template footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  border-top: 1px solid #cdcdcd;
  text-align: center;
  line-height: 40px;
}
.common_pop_template footer #defaultButtonArea {
  padding-left: 15px;
  float: left;
  text-align: left;
}
.common_pop_template footer #customButtonArea {
  padding-right: 15px;
  float: right;
  text-align: right;
}
.common_pop_template footer span {
  cursor: pointer;
  border: 1px solid #dedede;
  border-bottom-color: #bcbcbc;
  border-right-color: #bcbcbc;
  margin: 0 1px 0 1px;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
}
.common_pop_template footer span:hover {
  border: 1px solid #bcbcbc;
  border-bottom-color: #dedede;
  border-right-color: #dedede;
  background-color: #fdf5d2;
}
