#eventWrapper {
  width: 960px;
  background: #f3f3f3;
  padding-bottom: 95px;
  font-family: "Spoqa Han Sans Neo", Malgun Gothic, Dotum, "sans-serif";
}
#eventWrapper .blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}
#eventWrapper .section {
  position: relative;
}
#eventWrapper .section button:not(:disabled):hover img {
  position: relative;
  top: -100%;
}
#eventWrapper .section .bg {
  display: block;
  width: 100%;
  height: auto;
}
#eventWrapper .section .bg img {
  display: block;
  width: 100%;
  height: auto;
}
#eventWrapper #class_ct .btn_audio,
#eventWrapper #class_tr .btn_audio {
  height: 26px;
  overflow: hidden;
}
#eventWrapper #class_ct .ct_voice,
#eventWrapper #class_tr .ct_voice {
  position: absolute;
  top: 182px;
  left: 173px;
}
#eventWrapper #class_ct .tr_voice,
#eventWrapper #class_tr .tr_voice {
  position: absolute;
  top: 181px;
  left: 173px;
}
#eventWrapper #class_ct .interviewBox,
#eventWrapper #class_tr .interviewBox {
  position: relative;
  position: absolute;
  top: 180px;
  left: 80px;
  width: 425px;
  height: 350px;
  padding: 10px 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
}
#eventWrapper #class_ct .interviewBox.mask,
#eventWrapper #class_tr .interviewBox.mask {
  -webkit-mask-image: linear-gradient(rgb(0, 0, 0) 35%, transparent), linear-gradient(90deg, rgba(157, 50, 50, 0) 0%, rgba(157, 50, 50, 0) calc(100% - 5px), rgb(0, 0, 0) calc(100% - 5px));
          mask-image: linear-gradient(rgb(0, 0, 0) 35%, transparent), linear-gradient(90deg, rgba(157, 50, 50, 0) 0%, rgba(157, 50, 50, 0) calc(100% - 5px), rgb(0, 0, 0) calc(100% - 5px));
}
#eventWrapper #class_ct .interviewBox::-webkit-scrollbar,
#eventWrapper #class_tr .interviewBox::-webkit-scrollbar {
  width: 5px;
  padding: 5px;
}
#eventWrapper #class_ct .interviewBox::-webkit-scrollbar-track,
#eventWrapper #class_tr .interviewBox::-webkit-scrollbar-track {
  background: none;
  padding: 0px;
}
#eventWrapper #class_ct .interviewBox::-webkit-scrollbar-thumb,
#eventWrapper #class_tr .interviewBox::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
#eventWrapper #class_ct .questions,
#eventWrapper #class_tr .questions {
  position: absolute;
  left: 154px;
  display: flex;
  justify-content: space-between;
  width: 652px;
}
#eventWrapper #class_ct .interviewBox::-webkit-scrollbar-thumb {
  background: #5ddfe1;
}
#eventWrapper #class_ct .questions {
  top: 725px;
}
#eventWrapper #class_tr .interviewBox::-webkit-scrollbar-thumb {
  background: #ee3d5e;
}
#eventWrapper #class_tr .questions {
  top: 725px;
}
#eventWrapper #wallpaper .btn_wallpaper_download {
  position: absolute;
  left: 175px;
  bottom: 97px;
  width: 305px;
  height: 90px;
  text-indent: -9999px;
  font-size: 0;
}
#eventWrapper #wallpaper .btn_wallpaper_all {
  position: absolute;
  left: 480px;
  bottom: 97px;
  width: 305px;
  height: 90px;
  text-indent: -9999px;
  font-size: 0;
}
#eventWrapper #event .comment_submit {
  position: relative;
}
#eventWrapper #event .comment_submit .textarea {
  position: absolute;
  top: 646px;
  left: 70px;
  width: 820px;
  height: 148px;
}
#eventWrapper #event .comment_submit .textarea .scrollBox {
  width: 100%;
  height: 100%;
  padding: 14px 10px 12px 17px;
  box-sizing: border-box;
}
#eventWrapper #event .comment_submit .textarea .scrollBox textarea {
  width: 100%;
  height: 100%;
  font-family: "Spoqa Han Sans Neo", Malgun Gothic, Dotum, "sans-serif";
  font-size: 15px;
  color: #565656;
  line-height: 1.5;
  resize: none;
  background: none;
  border: none;
}
#eventWrapper #event .comment_submit .textarea .scrollBox textarea::-webkit-scrollbar {
  width: 6px;
  padding: 0px;
}
#eventWrapper #event .comment_submit .textarea .scrollBox textarea::-webkit-scrollbar-track {
  background: none;
  padding: 0px;
}
#eventWrapper #event .comment_submit .textarea .scrollBox textarea::-webkit-scrollbar-thumb {
  background: #d4dae5;
  border-radius: 2px;
}
#eventWrapper #event .comment_submit .textarea .scrollBox .cb_t2 {
  position: absolute;
  bottom: 15px;
  right: 24px;
  font-size: 14px;
  color: #4d5460;
}
#eventWrapper #event .comment_submit .textarea .scrollBox .cb_t2 #commcount {
  color: #c95067;
}
#eventWrapper #event .comment_submit .textarea .scrollBox .cb_t2 #commcount::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "/";
  font-size: 10px;
  color: #cacfd7;
  margin: 0 4px;
}
#eventWrapper #event .btn_submit_reply {
  position: absolute;
  top: 804px;
  right: 70px;
  width: 144px;
  height: 46px;
  overflow: hidden;
}
#eventWrapper #event .btn_submit_reply:disabled {
  cursor: default;
}
#eventWrapper #event .comment_list {
  width: 820px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
#eventWrapper #event .comment_list .comment_box {
  position: relative;
  background-color: white;
  padding: 20px 40px 25px 40px;
  box-sizing: border-box;
}
#eventWrapper #event .comment_list .comment_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  border-top: 1px solid #e3e3e3;
}
#eventWrapper #event .comment_list .comment_box:first-child::before {
  display: none;
}
#eventWrapper #event .comment_list .comment_box .cl_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
}
#eventWrapper #event .comment_list .comment_box .cl_head .ch_nd {
  display: flex;
  align-items: center;
}
#eventWrapper #event .comment_list .comment_box .cl_head .ch_nd .c_nick {
  display: flex;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #1a1a1a;
}
#eventWrapper #event .comment_list .comment_box .cl_head .ch_nd .c_nick::after {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background: #c7c7c7;
  margin: 6px 10px;
  vertical-align: middle;
}
#eventWrapper #event .comment_list .comment_box .cl_head .ch_nd .c_day {
  font-size: 13px;
  line-height: 1;
  color: #606060;
}
#eventWrapper #event .comment_list .comment_box .cl_head .c_close {
  width: 19px;
  height: 20px;
}
#eventWrapper #event .comment_list .comment_box .cl_head .c_close .btn_sp {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/btn_event_comment_delete.png") 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  font-size: 0;
}
#eventWrapper #event .comment_list .comment_box .cl_head .c_close:hover .btn_sp {
  background-position: 0 100%;
}
#eventWrapper #event .comment_list .comment_box .cl_con_wrap {
  padding: 5px 0;
}
#eventWrapper #event .comment_list .comment_box .cl_con_wrap .cc_text {
  font-size: 14px;
  line-height: 1.35;
  white-space: pre-line;
}
#eventWrapper #event .comment_list.empty {
  height: 160px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
#eventWrapper #event .comment_list.empty .comment_none {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#eventWrapper #event .comment_list.empty .comment_none span {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  text-align: center;
  color: #4a505c;
}
#eventWrapper #event .paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 0;
  height: auto;
}
#eventWrapper #event .paging .num {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 0 2px 0 1px;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  color: #2e2f3b;
  border-radius: 3px;
}
#eventWrapper #event .paging .num.on {
  color: #ffffff;
  background-color: #333740;
}
#eventWrapper #event .paging .a_prev {
  margin-right: -5px;
}
#eventWrapper #event .paging .prev {
  margin-right: 2px;
}
#eventWrapper #event .paging .next {
  margin-left: 4px;
}
#eventWrapper #event .paging .a_next {
  margin-left: -5px;
}
#eventWrapper #event .paging a:nth-last-child(3)::after {
  display: none;
}
#eventWrapper #event .paging a:not(.num) {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background-image: url("../images/btn_pagination.png");
  background-repeat: no-repeat;
  background-size: auto;
}
#eventWrapper #event .paging a:not(.num).a_prev {
  background-position: 0 0;
}
#eventWrapper #event .paging a:not(.num).prev {
  background-position: -36px 0;
}
#eventWrapper #event .paging a:not(.num).next {
  background-position: -72px 0;
}
#eventWrapper #event .paging a:not(.num).a_next {
  background-position: -108px 0;
}