@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

#resv_result .win_btn {
  text-align: center;
} /* 새창용 */

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 설문조사 스킨 */
#resv {
  border: 1px solid #dde7e9;
  background: #f7f7f7;
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
}
#resv header {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px;
}
#resv header:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#resv header h2 {
  display: inline-block;
  float: left;
  font-size: 1.167em;
  color: #000;
  line-height: 28px;
}
#resv header h2:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#resv header .btn_result {
  float: right;
  display: inline-block;
  line-height: 20px;
  height: 28px;
  border: 1px solid #d5d9dd;
  color: #3a8afd;
  border-radius: 2px;
  padding: 2px 5px;
  background: #fff;
}
#resv header .btn_admin {
  float: right;
  margin-left: 5px;
  line-height: 28px;
  font-size: 1.4em;
}
#resv ul {
  padding: 0 20px;
  list-style: none;
}
#resv li {
  padding: 5px 0;
}

.selec_chk {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}
.chk_box {
  position: relative;
}
.chk_box input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}
.chk_box input[type='radio'] + label {
  position: relative;
  padding-left: 23px;
  display: inline-block;
  /* color: #676e70; */
  color: #2a2c2d;
}
.chk_box input[type='radio'] + label span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border: 1px solid #cdd6df;
  border-radius: 50%;
}
.chk_box input[type='radio']:checked + label {
  color: #305af9;
}
.chk_box input[type='radio']:checked + label span:before {
  width: 7px;
  height: 7px;
  background: #305af9;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

.chk_box label {
  font-size: 0.85rem;
  font-weight: 600;
}

#resv .resv_con {
}
#resv .resv_con p {
  font-weight: bold;
  padding: 15px 20px;
  color: #000;
  font-size: 1.167em;
}
#resv_btn {
  padding: 10px 20px 20px;
  text-align: center;
}
#resv_btn:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '';
}
#resv_btn .btn_resv {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
  font-weight: bold;
  background: #3a8afd;
  color: #fff;
  border-radius: 3px;
  font-size: 0.9rem;
}

/* 설문조사 결과 (새창) */
#resv_result {
}
#resv_result section {
}
#resv_result .tbl_wrap {
  margin: 0;
}
#resv_result .sv_member,
#resv_result .sv_guest {
  font-weight: bold;
}
#resv_result .resv_all {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 0.92em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}
#resv_result_list {
  clear: both;
  margin: 20px;
  border: 1px solid #d6e2f4;
  border-top: 0;
  background: #fff;
  border-radius: 5px;
}
#resv_result_list h2 {
  margin: 0;
  font-size: 1.25em;
  padding: 10px;
  margin: 0 0 15px;
  border-top: 1px solid #d6e2f4;
  border-bottom: 1px solid #d6e2f4;
  text-align: center;
  background: #edf3fc;
  color: #375582;
  border-radius: 5px;
}
#resv_result_list dt {
  margin-right: 5%;
  color: #e8180d;
  text-align: right;
}
#resv_result_list ol {
  margin: 0;
  padding: 0 20px;
}
#resv_result_list li {
  margin: 20px 0;
  position: relative;
  list-style-position: inside;
}

.resv_1st .resv_result_graph span {
  background: #3a8afd;
}
.resv_result_graph {
  position: relative;
  width: 90%;
  margin: 5px 0;
  height: 15px;
  background: #fff;
  border-radius: 10px;
  -moz-box-shadow: inset 0px 2px 8px #dadada;
  -webkit-box-shadow: inset 0px 2px 8px #dadada;
  box-shadow: inset 0px 2px 8px #dadada;
}
.resv_result_graph span {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  /* background: #8395b3; */
  background: #3a8afd;
  border-radius: 10px 10px;
  white-space: nowrap;
}

.resv_numerical {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.resv_numerical .resv_percent {
  display: block;
  font-size: 1.2em;
  color: #3a8afd;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.resv_numerical .resv_cnt {
  font-size: 1em;
  text-align: right;
  color: #8d8d8d;
}

#resv_result_cmt {
  margin: 20px;
}
#resv_result_cmt h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#resv_result_cmt article {
  margin: 15px 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
#resv_result_cmt h1 {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
#resv_result_cmt header {
  margin: 0 0 5px;
}
#resv_result_cmt .resv_datetime {
  display: inline-block;
  font-size: 0.92em;
  color: #777;
}
#resv_result_cmt .profile_img img {
  border-radius: 50%;
}
#resv_result_cmt p {
  padding: 10px;
  line-height: 1.5em;
}

#resv_other_q h3 {
  margin: 0;
  font-size: 1.25em;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}
#resv_other_q h3 span {
  background: #f7f8e3;
  color: #c97600;
  padding: 3px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: normal;
  font-size: 0.8em;
}
#resv_result_wcmt {
  border: 1px solid #cfd4db;
  margin-bottom: 10px;
}
#resv_result_wcmt input {
  border: 0;
  height: 80px;
  padding: 10px;
}
#resv_result_cmt .btn_submit {
  padding: 0 20px;
  float: right;
}

.resv_guest input {
  border: 1px solid #cfd4db;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.resv_cmt_del {
  float: right;
}
.resv_cmt_del a {
  display: inline-block;
  margin: 0 0 5px 10px;
  color: #c7c9cb;
  font-size: 15px;
}
.resv_cmt_del:hover a {
  color: #3a8afd;
}

#resv_result_oth {
  clear: both;
  margin: 20px;
}
#resv_result_oth h2 {
  padding: 0 0 10px;
}
#resv_result_oth ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
  background: #fff;
  border-top: 0;
}
#resv_result_oth ul li {
  border-top: 1px solid #eaeaea;
  position: relative;
  line-height: 20px;
}
#resv_result_oth a {
  display: block;
  padding: 10px;
}
#resv_result_oth li span {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #777;
  font-size: 0.92em;
}

#resv_chk {
  clear: both;
  margin: 20px 20px;
  border: 1px solid #d6e2f4;
  border-top: 0;
  background: #fff;
  border-radius: 5px;
}

#resv_chk h2 {
  margin: 0;
  font-size: 1.25em;
  padding: 10px;
  margin: 0 0 15px;
  border-top: 1px solid #d6e2f4;
  border-bottom: 1px solid #d6e2f4;
  text-align: center;
  background: #edf3fc;
  color: #375582;
  border-radius: 5px;
}

#resv_chk h3 {
  padding: 20px;
  margin: 0 0 15px;
}
