@charset "utf-8";
:root {
  --template_color1: #ff7e00;
  --template_color2: #db4437;
  --template_color3: #e91e63;
  --template_color4: #9c27b0;
  --template_color5: #673ab7;
  --template_color6: #3f51b5;
  --template_color7: #4285f4;
  --template_color8: #03a9f4;
  --template_color9: #00bcd4;
  --template_color10: #009688;
  --template_color11: #0f9d58;
  --template_color12: #afbd21;
  --template_color13: #795548;
  --template_color14: #607d8b;
  --template_color15: #000000;
  --template_color16: #ff7e00;
  --template_color17: #db4437;
  --template_color18: #e91e63;
  --template_color19: #9c27b0;
  --template_color20: #673ab7;
  --template_color21: #3f51b5;
  --template_color22: #4285f4;
  --template_color23: #03a9f4;
  --template_color24: #00bcd4;
  --template_color25: #009688;
  --template_color26: #0f9d58;
  --template_color27: #afbd21;
  --template_color28: #795548;
  --template_color29: #607d8b;
  --template_color30: #000000;
}
/*
	CSS order:
	1. clear/display/position/z-index/overflow/float
	2. width/height
	3. margin/padding
	4. color/font/line-height/text/letter-spacing/vertical-align/white-spacing/word-spacing
	5. etc
	6. border/background
 */

 * {
  -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
  color-adjust: exact !important;                 /*Firefox*/
}

::-webkit-scrollbar {
  width: 7px;  
  height: 7px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block; /* 스크롤 버튼 표시 */
  height: 10px; /* 스크롤 버튼 높이 */
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #bbb;
  min-height: 50px; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

/* 스크롤바 트랙 배경 */
::-webkit-scrollbar-track {
  background-color: #fff; /* 트랙 배경색 */
  border-radius: 8px; /* 모서리 둥글게 */
}

::-webkit-scrollbar-button {
  display: none !important;
}


/* Layout */
html,
body {
  margin: 0;
  padding: 0;
}
.survey-con {
  padding-right: 1px;
}
/* 20201109 수정 / JDW
.survey-web {width:1050px; position:relative; height:100%; margin: 0 auto; padding-top:0px; background:#fff; } */
.survey-web {
  width: 100%;
  position: relative; /*height:100%;*/
  height: auto;
  margin: 0 auto;
  padding-top: 0px;
  background: #ededed;
}
.survey-web2 {
  width: 100%;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding-top: 30px;
  background: #fff;
}
.survey-web3 {
  width: 100%;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding-top: 0px;
  background: #fff;
}
.survey-web4 {
  width: 100%;
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  background: #fff;
}
.survey-web4 > header {
  padding: 0 0px;
}
.survey-web4 > header .correct-answer-setting {
  box-sizing: border-box;
}

.survey-answer-wrap {
  width: 100%;
} /* 20201109 / 밖 영역 클릭 후 입력 안됨 관련 오류로 추가 / JDW */

.survey-answer-con {
  padding-top: 160px;
  max-width: 1050px;
  margin: 0 auto;
  background-color: #fff;
}
.survey-mobile .survey-answer-con {
  padding-top: 190px;
}
.survey-answer-con-wrap {
  width: 1050px;
  margin: 0 auto;
} /* 20201109 / 밖 영역 클릭 후 입력 안됨 관련 오류로 추가 / JDW */

header {
  background: #fff;
  padding: 0 20px;
}
header .logo {
  display: block;
  padding: 20px 0 5px 20px;
}
header h1 {
  display: block;
  padding: 20px 20px;
  vertical-align: middle;
  background-color: #fff;
  color: #000;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
}
header h2 {
  display: block;
  padding: 40px 0 40px 0;
  margin: 0 0 0 0;
  vertical-align: middle;
  font-size: 26px;
  text-align: center;
  color: #000;
  font-weight: 500;
} /** 180327 ���� **/
header h2.ibt {
  display: none;
} /** 180611 �߰� **/

.page-content {
  position: relative;
  background: #fff;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 35px;
}
.page-content > form > .button-section {
  padding-bottom: 30px;
}
.pannel {
  margin: 0 0 40px 0;
  text-align: center;
}
.pannel_m {
  display: none;
}
.survey-mobile .pannel {
  display: none;
}
.survey-mobile .pannel_m {
  display: block;
}
.survey-mobile .pannel_m img {
  width: 100%;
}
footer {
  padding: 70px 0;
  text-align: center;
  color: #363c4e;
  font-size: 14px;
  background: #fff;
}

.survey-mobile footer {
  display: block;
}
.survey-mobile footer.d-block {
  display: block;
}
.survey-mobile#wrapper {
  width: 100%;
}
/*.survey-mobile#wrapper * {font-size:15px;}*/
/*.survey-mobile#wrapper html{font-size:62.5%;} */
.survey-mobile {
  padding-top: 0;
  background: #fff;
}
.survey-mobile header {
  padding: 30px 15px 0 15px;
}
.survey-mobile header h1 {
  font-size: 20px;
}
.survey-mobile header .logo {
  display: block;
  padding: 10px 0 10px 15px;
}
.survey-mobile header h2 {
  padding: 15px 20px;
  vertical-align: middle;
  font-size: 20px;
}
.survey-mobile .page-content {
  padding: 15px;
}
.survey-mobile .page-content > form > .button-section {
  padding-bottom: 0px;
}
.survey-mobile footer {
  padding: 30px 0;
}
.fullscreen-popup#wrapper,
.fullscreen-popup#wrapper .survey-answer-wrap,
.fullscreen-popup#wrapper .pop-layer,
.fullscreen-popup#wrapper .page-content {
  height: 100% !important;
}
/* Button */
.button-section {
  text-align: center;
  margin: 10px 0;
}
.button-section .first {
  margin: 0 10px 10px 0;
}
.button-section + .button-section {
  margin-top: 50px;
}
.button-section.right {
  text-align: right;
}
.button-section button {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-family: NGB;
  margin-bottom: 1px;
}
.button-section button:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/** .button-section button:after {position:absolute; right:0; top:0; content:""; width:4px; height:52px; background:url("/img/ibt/bg-btn-r.png") no-repeat right 0;} **/

.button-section button.disabled {
  background: url("/img/ibt/bg-btn-l-d.png") no-repeat 0 0;
}
.button-section button.disabled:after {
  background: url("/img/ibt/bg-btn-r-d.png") no-repeat right 0;
}
/* 버튼 텍스트 대체 */
.button-section .text-box {
  display: block;
  font-size: smaller;
  color: #ed5c23;
  text-align: center;
  margin: 0 auto;
}
button.btn-gray {
  position: relative;
  width: 100px;
  height: 28px;
  line-height: 28px;
  background-color: #5b5e67;
  color: #fff;
  font-size: 13px;
  font-family: NGB;
}
/** button.btn-gray:after {position:absolute; right:0; top:0; content:""; width:4px; height:32px; background:url("/img/ibt/bg-btn-gray-r.png") no-repeat right 0;}**/
.survey-mobile button.btn-gray {
  width: 100px !important;
}

/* 선택초기화 버튼 */
button.btn-gray.sc-reflash {
  background-color: #ffffff !important;
  color: #5f6368 !important;
  font-weight: 500 !important;
}
button.btn-gray.sc-reflash:hover,
button.btn-gray.sc-reflash:focus {
  background-color: #f9f9f9 !important;
  color: #5f6368 !important;
  font-weight: 500 !important;
  opacity: 1;
}

button.btn-gray.sc-reflash-txt {
  background-color: #ffffff !important;
  color: #5f6368 !important;
  font-weight: 500 !important;
}
button.btn-gray.sc-reflash-txt:hover,
button.btn-gray.sc-reflash-txt:focus {
  background-color: #f9f9f9 !important;
  color: #5f6368 !important;
  font-weight: 500 !important;
  opacity: 1;
}

button.btn-gray.sc-reflash2 {
  background-color: #ffffff !important;
  color: #5f6368 !important;
  font-weight: 500 !important;
}
button.btn-gray.sc-reflash2:hover,
button.btn-gray.sc-reflash2:focus {
  background-color: #f9f9f9 !important;
  color: #5f6368 !important;
  font-weight: 500 !important;
  opacity: 1;
}

.have-ico {
  background: none !important;
}
.have-ico:after {
  background: none !important;
}
.have-ico .ico {
  display: block;
  margin: 0 auto 5px;
}
.have-ico {
  font-size: 14px !important;
  color: #666 !important;
  font-family: NG !important;
}

/* mark-percentage bar */

.survey-percent-wrap {
  position: relative;
  height: 15px;
  max-width: 700px;
  margin: 0 auto 15px;
}
.survey-percent-wrap > span {
  display: inline-block;
}
.percentage-bar-wrap {
  position: absolute;
  left: 0;
  right: 0px;
  top: 3px;
  height: 10px;
  background: #ededed;
  margin: 0 25px 0 25px;
}
.percentage-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  background: url("/img/ibt/bg-p-bar-0.png") repeat 0 0;
  margin-right: 80px;
}
.percentage-txt {
  position: absolute;
  right: -15px;
  top: -2px;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.survey-mobile .survey-percent-wrap {
  margin-bottom: 15px;
  max-width: 750px;
}
.survey-mobile .percentage-bar-wrap {
  margin: 0 40px 0 0;
}
.survey-mobile .percentage-txt {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.survey-set.fc-b {
  padding: 0px 60px 10px;
}
.survey-set.nocursor {
  cursor: default;
}
.survey-set {
  /*cursor:pointer;border:1px solid #dbdbdb; border-bottom:4px solid #dbdbdb; margin-bottom:30px;*/
}
.survey-set.d-table {
  width: 100%;
}
/*.survey-set:hover, */
.survey-set.focus {
  border: 1px solid #ff0000 !important;
}
.survey-set h3,
.survey-set h4 {
  display: table;
  width: 100%;
}
.survey-set h3 {
  /*color:#fff;*/
  background-color: #fff;
  position: relative;
  border-radius: 8px;
} /* 20210514 문항 가져오기에서 제목의 숫자 안보임 현상 JDW */
.survey-set h3.tit_inner {
  background-color: rgb(248, 248, 248);
  color: #333;
}
.survey-set h4 {
  margin-bottom: 0 !important;
  padding: 5px 0;
}
.survey-set h3 > strong,
.survey-set h3 > span,
.survey-set h4 > strong,
.survey-set h4 > span {
  display: table-cell;
}
.survey-set h3 > strong,
.survey-set h4 > strong {
  vertical-align: top; /*color:#fff; color:#008ED6;*/
  font-family: NGB;
} /* 20210514 문항 가져오기에서 제목의 숫자 안보임 현상 JDW */
.survey-set h3 > strong {
  width: 60px;
  text-align: center;
  padding: 10px 0;
  font-size: 30px;
}
.survey-set h3 .q_num {
  color: #000;
  font-size: 30px;
  width: 60px;
}
.survey-set h4 > strong {
  width: 65px;
  padding: 15px 0;
  font-size: 30px;
}
.survey-set h3 > span,
.survey-set h4 > span {
  vertical-align: middle;
  color: #363c4e;
}
.survey-set h3 > span {
  padding: 5px 24px 5px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.survey-set h3 > span p {
  font-weight: 500;
}

.survey-set h4 > span {
  padding: 5px 15px 5px 0;
}
.survey-set h5 {
  font-size: 1em;
  background-color: #fff;
  display: table;
  width: 100%;
  font-weight: inherit; /*border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb;*/
}
.survey-set h5 > strong,
.survey-set h5 > span {
  display: table-cell;
}
.survey-set h5 > span {
  padding: 15px 24px 15px 0;
}
.survey-set h5 > strong {
  width: 60px;
  text-align: center;
  padding: 24px 0;
}
.survey-set h5 iframe {
  max-width: 100%;
}

.survey-set h6 {
  /*padding:15px 0;*/
  margin-top: 20px;
  border: 0px solid red;
  font-size: 14px;
} /** 180404 ����**/
.survey-set h6 > strong {
  width: 65px;
  padding: 15px 0;
  font-size: 30px;
} /** 180404 ����**/
.survey-set h6 > span {
  padding: 5px 15px 5px 0;
} /** 180404 ����**/

.survey-set h4.title_inline strong {
  width: auto;
  padding: 0;
  font-size: 14px;
}
.survey-set h4.title_inline > strong,
.survey-set h4.title_inline > span {
  display: inline;
  padding: 0;
}

.survey-mobile .survey-set {
  /*margin-bottom:30px;*/
}
.survey-mobile .survey-set h3 > strong {
  width: 50px;
  font-size: 25px;
}

.survey-mobile .survey-set h3 > strong>span {
  width: 50px;
}
.survey-mobile .survey-select-arr {
  padding: 15px;
}
.survey-mobile .button-section button {
  width: 48%;
}
/**.survey-mobile .survey-select-arr .sub-tit-wrap > * { border:1px solid red;}**/ /** 180404 ����**/
/* .survey-mobile .survey-set img { width:100%; } */
.survey-mobile .survey-set h5 > strong {
  width: 15px;
  display: none;
}
.survey-mobile .survey-set h5 > span {
  display: inline-block;
  padding: 15px 20px 0px 50px;
  width: 100%;
  box-sizing: border-box;
}
.survey-mobile .survey-set h5 .input-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.survey-mobile .survey-set h5 .input-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.survey-mobile .survey-set .input-img img {
  max-width: 100%;
  height: auto; /*height:100%;*/
} /* 20221117 편집된 이미지 사이즈와 안맞아서 삭제 JDW */

.survey-select-wrap {
  display: table;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
}
.survey-select-arr {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px 15px 20px;
} /*210129 padding 값 변경 INR*/
.correct-answer-setting-wrap .survey-select-arr {
  padding: 0;
}
.survey-select-arr > * {
  margin-bottom: 20px;
}
.survey-select-wrap .survey-select-arr .col label p {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 6px;
}
.survey-select-wrap #alarm_chk {
  position: relative;
  margin-left: 78px;
  margin-top: 20px;
}
.survey-select-wrap #alarm_chk img {
  position: absolute;
  top: 3px;
  left: -19px;
}
.survey-select-arr .sub-tit-wrap {
  border-bottom: 0px solid #e4e8eb;
  padding-left: 38px;
  height: auto;
} /** 180404 ����**/ /*padding-left add INR*/
.survey-select-arr .sub-tit-wrap > * {
  /*float:left; width:50%;*/
} /* 20210415 flaot:left 삭제 JDW */
.survey-select-arr .sub-tit-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.survey-select-arr .sub-tit-wrap .form-title {
  margin-bottom: 0px;
  box-sizing: border-box;
}
.survey-select-arr .sub-tit-wrap .write-answer-wrap {
  width: fit-content;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.survey-select-arr .sub-tit-wrap .write-answer-wrap.items_middle {
  align-items: center;
}
.survey-select-arr .sub-tit-wrap .write-answer-wrap > span {
  min-width: max-content;
  line-height: inherit;
}
.survey-select-arr .sub-tit-wrap .write-answer-wrap input {
  box-shadow: 0 1px 0 0 transparent;
}
.survey-select-arr .sub-tit-wrap .write-answer-wrap input:focus {
  box-shadow: none;
}
.survey-select-arr .sub-tit-wrap .write-answer-wrap .ex-answer-list {
  width: max-content !important;
  padding-top: 5px;
}
.survey-select-arr .sub-tit-wrap .write-answer-wrap .ex-answer-list-row {
  flex-basis: 100%;
}
.survey-select-arr .sub-tit-wrap .write-answer-wrap .ex-answer-list-row > p {
  font-size: small !important;
  padding: 0 !important;
  margin-top: 10px;
}

.survey-mobile .survey-select-arr .sub-tit-wrap .write-answer-wrap {
  margin-top: 0;
  width: 86%;
} /**/
.survey-mobile .survey-set h3 > strong {
  /*padding: 20px 0;*/
  font-size: 20px;
}
.survey-mobile .survey-set h3 > span {
  font-size: 16px;
}
.survey-mobile .have-text {
  /*height:60px;*/
}
.survey-mobile .have-text p {
  display: inline-block;
}

.have-text {
  position: relative;
  padding-right: 20px; /*text-align:center*/
}
.have-text > * {
  height: auto;
  border-bottom: 1px solid #acacac;
  width: inherit;
} 
.have-text >div,
.have-text .txt_option {
  border-bottom: 0;
}

.ex-answer-list {
  width: 100%;
  height: auto;
}
.have-text .f-text,
.have-text .b-text {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 36px;
}
.have-text .f-text {
  left: 0;
}
.have-text .b-text {
  right: 0;
}
.have-text.have-f-text {
  padding-left: 20px;
}
.have-text.have-b-text-2 {
  padding-right: 35px;
}

.have-text.txt > * {
  height: auto;
}

.have-text .input-wrap {
  display: block;
}
.survey-mobile .have-text > * {
  display: block;
  margin: 2px 0;
}
.survey-mobile .have-text > input {
  float: left;
  width: 50%;
}
.survey-mobile .have-text span {
  float: left;
  word-break: break-word;
} /* width:15%;  20211207 삭제  */
.survey-mobile .have-text span.bytes {
  float: none !important;
}
.survey-mobile .have-text p {
  width: 100%;
}
.single-question-wrap {
  display: table;
}
.single-question-wrap .txt_option {
  font-size: 90%;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  height: fit-content;
}
.single-question {
  display: table-cell;
  width: 10%;
  vertical-align: top;
}

.dan-question {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.jang-question {
  display: table-cell;
  width: 80%;
  vertical-align: top;
}
.survey-mobile .single-question-wrap {
  /*height:320px;*/
}

.question-wrap {
  display: table;
}
.question-wrap .small-width {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px 10px 20px;
  width: 10%;
  vertical-align: top;
}
.question-wrap .middle-width {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px 10px 20px;
  width: 80%;
  vertical-align: top;
  text-align: center;
  height: 110px;
}
.question-wrap .big-width {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px 10px 20px;
  width: 90%;
  vertical-align: top;
  text-align: center;
  height: 190px;
}

.sub-tit-wrap .small-width {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  width: 10%;
  vertical-align: top;
}
.sub-tit-wrap .middle-width {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  width: 80%;
  vertical-align: top;
  text-align: center;
  height: 110px;
}
.sub-tit-wrap .big-width {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  width: 90%;
  vertical-align: top;
  text-align: center;
  height: 190px;
}

.alt-msg {
  width: 100%;
  height: 40px;
  color: #ff0000 !important;
  text-align: center;
  line-height: 40px;
  font-weight: bold !important;
} /* 180920 수정 */
.alt-msg.color-gray {
  color: #999 !important;
}
.alt-msg:empty {
  height: 0;
}

/****** input-wrap ******/
.radio-wrap input[type="radio"]:not(old),
.check-wrap input[type="checkbox"]:not(old) {
  opacity: 0;
  position: absolute; /*top:-100;*/
}

/* radio-wrap */
.radio-wrap,
.check-wrap {
  margin-bottom: 20px; /*padding-left:10px;*/
}
.radio-wrap > span,
.check-wrap > span {
  display: block;
  padding: 5px 5px 5px 5px;
  cursor: pointer; /*margin-bottom:10px;*/
}
.check-wrap input,
.radio-wrap input {
  cursor: pointer;
}
.radio-wrap > span:hover,
.check-wrap > span:hover,
.radio-wrap > span.checked,
.check-wrap > span.checked {
  background-color: #fff;
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
} /* 180319 ����*/

.radio {
  margin: 15px 0;
}
.radio.radio-inline {
  display: inline-block;
}
.radio.blank {
  margin: 0;
  padding-bottom: 0;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"]:checked + label:before {
  border-color: #000;
  animation: ripple 0.4s linear forwards;
  -webkit-animation: ripple 0.4s linear forwards;
} /* 180319 ����*/
.radio input[type="radio"]:checked + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  
} /* 180319 ����*/
.radio input:checked + label.en:before,
.radio input:checked + label.ko:before,
.radio input:checked + label.num:before {
  border: 0;
}
.radio label {
  display: inline-block; /*height: 22px;*/
  position: relative;
  padding: 0 20px 0 32px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  text-align: left;
}
.radio label:before,
.radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition-property: transform, border-color;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
} /* 180319 */
.radio label:before {
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border: 2px solid #acacac;
}

.radio label.en::before,
.radio label.ko::before,
.radio label.num::before {
  border: 1px solid #acacac;
}

.radio label.en span,
.radio label.ko span,
.radio label.num span,
.checkbox label.en span,
.checkbox label.ko span,
.checkbox label.num span {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 23px;
  width: 23px;
  height: 23px;
  color: #888;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  z-index: 2;
  text-align: center;
}

.radio label.en:after,
.radio label.ko:after ,
.radio label.num:after,
.checkbox label.en:after,
.checkbox label.ko:after ,
.checkbox label.num:after {
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
}

.radio label.num span ,
.checkbox label.num span {
  font-size: 14px;
  text-align: center;
  letter-spacing: -1px;
}
.radio label:after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #000;
}

.radio input:checked + label span,
.checkbox input:checked + label span {
  color: #fff;
}
.radio label:before,
.radio label:after {
  box-sizing: border-box;
}

.radio2 {
  margin: 15px 0;
}
.radio2.radio-inline {
  display: inline-block;
}
.radio2.blank {
  margin: 0;
}
.radio2 .num {
  text-align: center;
  padding-bottom: 5px;
} /* 180308 �߰� */
.radio_pb30 {
  padding-bottom: 30px;
} /* 180308 �߰� */
.radio2 input[type="radio"] {
  display: none;
}
.radio2 input[type="radio"]:checked + label:before {
  border-color: #000;
  animation: ripple 0.4s linear forwards;
  -webkit-animation: ripple 0.4s linear forwards;
} /* 180319 ����*/
.radio2 input[type="radio"]:checked + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
} /* 180319 ����*/
.radio2 .nolabel {
  height: 22px;
} /* 180309 �߰� */
.radio2 label {
  position: relative;
  cursor: pointer;
}
.radio2 label div {
  position: relative;
  top: 28px; /*left:-16px;*/
  line-height: 16px;
  width: 100%;
  height: 60px;
} /* 180212 height:40px; -> 60px�� ���� */
.radio2 label:before,
.radio2 label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition-property: transform, border-color;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
} /* 180319 ����*/
.radio2 label:before {
  left: 50%;
  top: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #acacac;
  margin-left: -11px;
}
.radio2 label:after {
  top: 5px;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #000;
  margin-left: -6px;
} /* 180319 ����*/
.radio2 label:before,
.radio2 label:after {
  box-sizing: border-box;
}

.survey-mobile .radio2 {
  margin: 15px 0;
}
.survey-mobile .radio2.radio-inline {
  display: inline-block;
}
.survey-mobile .radio2.blank {
  margin: 0;
  padding-bottom: 0;
}
.survey-mobile .radio2 .num {
  text-align: left;
  padding: 0 0 5px 10px;
} /* 180308 �߰� */
.survey-mobile .radio2 .num-no {
  text-align: left;
  padding: 0 0 0 10px;
} /* 180308 �߰� */
.survey-mobile .radio_pb30 {
  padding-bottom: 0px;
} /* 180308 �߰� */
.survey-mobile .radio2 input[type="radio"] {
  display: none;
}
.survey-mobile .radio2 input[type="radio"]:checked + label:before {
  border-color: #000;
  animation: ripple 0.4s linear forwards;
  -webkit-animation: ripple 0.4s linear forwards;
} /* 180319 ����*/
.survey-mobile .radio2 input[type="radio"]:checked + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
} /* 180319 ����*/
.survey-mobile .radio2 label {
  display: inline-block;
  position: relative;
  padding: 0 35px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.survey-mobile .radio2 label div {
  position: relative;
  top: 0px;
  left: 3px;
  height: 22px;
  text-align: left;
}
.survey-mobile .radio2 label:before,
.radio2 label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition-property: transform, border-color;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
} /* 180319 ����*/
.survey-mobile .radio2 label:before {
  left: 15px;
  top: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #acacac;
}
.survey-mobile .radio2 label:after {
  top: 5px;
  left: 15px;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #000;
  margin-left: -6px;
} /* 180319 ����*/
.survey-mobile .radio2 label:before,
.radio2 label:after {
  box-sizing: border-box;
}

/* check-wrap */
.checkbox:before,
.checkbox:after {
  box-sizing: border-box;
}
.checkbox {
  position: relative;
  margin: 15px 0;
}
.checkbox label {
  cursor: pointer;
  padding: 0 20px 0 32px;
}
.checkbox label:before,
.checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox label:before {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid rgba(172, 172, 172, 0.54);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
}

.webRTC_survey .checkbox label.en:before ,
.webRTC_survey .checkbox label.ko:before ,
.webRTC_survey .checkbox label.num:before {
  width: 23px;
  height: 23px;
}
.checkbox input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
}
.checkbox input[type="checkbox"]:checked + label:before {
  width: 22px;
  height: 22px;
  background: #000;
  border: none;
  border-color: #000;
  animation: ripple 0.4s linear forwards;
  -webkit-animation: ripple 0.4s linear forwards;
} /* 180319 ����*/
.checkbox input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
} /* 180319 ����*/

.checkbox input[type="checkbox"]:checked + label.en:after,
.checkbox input[type="checkbox"]:checked + label.ko:after,
.checkbox input[type="checkbox"]:checked + label.num:after {
  border: #000;
}

.checkbox.blank {
  margin: 0;
  padding-bottom: 0;
}

.checkbox2:before,
.checkbox2:after {
  box-sizing: border-box;
}
.checkbox2 {
  position: relative;
  margin: 15px 0;
  text-align: center;
}
.checkbox2 label {
  cursor: pointer;
  padding: 0 20px 0 28px;
}
.checkbox2 label:before,
.checkbox2 label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -9px;
}
.checkbox2 label:before {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid rgba(172, 172, 172, 0.54);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
}
.checkbox2 input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
  display: none;
}
.checkbox2 input[type="checkbox"]:checked + label:before {
  width: 22px;
  height: 22px;
  background: #000;
  border: none;
  border-color: #000;
  animation: ripple 0.4s linear forwards;
  -webkit-animation: ripple 0.4s linear forwards;
} /* 180319 ����*/
.checkbox2 input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 50%;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  margin-left: -5px;
} /* 180319 ����*/
.checkbox2.blank {
  margin: 0;
  padding-bottom: 0;
}

.checkbox.indent {
  margin-left: 30px;
}
.checkbox.inactive {
  opacity: 0.3;
}
.checkbox.active {
  opacity: 1;
}
.survey-mobile .checkbox2:before,
.checkbox:after {
  box-sizing: border-box;
}
.survey-mobile .checkbox2 {
  position: relative;
  margin: 15px 0;
}
.survey-mobile .checkbox2 label {
  cursor: pointer;
  padding: 0 20px 0 28px;
}
.survey-mobile .checkbox2 label:before,
.checkbox2 label:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 5px;
}
.survey-mobile .checkbox2 label:before {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid rgba(172, 172, 172, 0.54);
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s;
}
.survey-mobile .checkbox2 input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
}
.survey-mobile .checkbox2 input[type="checkbox"]:checked + label:before {
  width: 22px;
  height: 22px;
  background: #000;
  border: none;
  border-color: #000;
  animation: ripple 0.4s linear forwards;
  -webkit-animation: ripple 0.4s linear forwards;
} /* 180319 ����*/
.survey-mobile .checkbox2 input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  left: 13px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
} /* 180319 ����*/
.survey-mobile .checkbox2.blank {
  margin: 0;
  padding-bottom: 0;
}
/* 체크박스 오른쪽 이동 */
.checkbox.chk-right {
}
.checkbox.chk-right label:before,
.checkbox.chk-right label:after {
}
.checkbox.chk-right label:before {
  right: 0;
  left: auto;
}
.checkbox.chk-right label:after {
}
.checkbox.chk-right input[type="checkbox"]:checked + label:after {
  left: auto;
  right: 4px;
}

/* rank-input-wrap */
.rank-wrap > span {
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  cursor: pointer;
}
.rank-wrap input[type="text"] {
  width: 50px;
  height: 30px !important;
  font-family: inherit;
  font-size: 16px !important;
  text-align: center;
  float: left;
  display: inline-block;
}
.rank-wrap > span.checked,
.rank-wrap > span:hover {
  background: #f0f0f0;
}
.rank-wrap .checked label {
  color: #5f5f5f;
}
.rank-wrap label {
  cursor: pointer;
  width: 100%;
}

.rank-wrap label input {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}
.rank-wrap .etc {
  width: 100% !important;
  position: relative;
}
.rank-wrap .etc label + .etc-input-wrap {
  position: absolute;
  left: 100px;
  right: 5px;
  top: 5px;
}
.rank-wrap .etc label + .etc-input-wrap input[type="text"] {
  width: 100% !important;
}

/* write-wrap */
.write-answer-wrap {
  /*padding-left:65px;*/
}
.write-answer-wrap textarea,
textarea {
  width: 90%; /*height:50px;*/
  overflow-y: auto;
} /* 202106098 주관식 스크롤 문제로 overflow 추가  JDW */
.survey-mobile .write-answer-wrap textarea {
  /*height:80px;*/
  padding: 15px;
}

/* 2,3,4,5 col */
.have-col {
  width: 100%; /*overflow:hidden;*/
}
.have-col > span {
  float: left;
  display: inline-block;
}
/*.have-col > span {text-align:center; height:22px;}*/
.have-col > span > label {
  padding-right: 0 !important;
}
.have-col > span > label {
  font-size: 0;
}
.survey-mobile .have-col > span > label {
  font-size: 14px;
}

.col-2 > span {
  width: 50%;
}
.col-3 > span {
  width: 33.33%;
}
.col-4 > span {
  width: 25%;
}
.col-5 > span {
  width: 20%;
}
.col-6 > span {
  width: 16.6%;
}
.col-7 > span {
  width: 14.285%;
}
.col-8 > span {
  width: 12.5%;
}
.col-11 > span {
  width: 9.09%;
}

.etc label {
  margin-right: 10px;
}

.survey-mobile .col {
  display: block !important;
  width: 100% !important;
}
.chk_sortNum {
  font-size: 16px;
  font-weight: bold;
}
.choice_chk,
.choice_chk input,
.choice_chk label {
  cursor: pointer;
}

/* image-wrap */
.img-wrap {
  display: block;
  margin-top: 10px;
  margin-left: 8px; /*margin-bottom:10px; height:150px; background:#eef2f5; border:1px solid #d4d8dc;*/
}
.img-wrap img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/*.col .img-wrap {margin-right:20px;}*/
.radio-wrap > span:hover .img-wrap,
.check-wrap > span:hover .img-wrap {
  /*border:1px solid #d4d8dc;*/
}
.survey-mobile .col .img-wrap {
  margin-right: 0;
}

/* sub-question-wrap */
.add-media-wrap {
  line-height: 1;
  margin-bottom: 10px;
  background: #eef2f5;
  border: 1px solid #d4d8dc;
  text-align: center;
  padding: 20px 0;
}
.add-media-wrap .media {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 150px;
}
.survey-mobile .add-media-wrap {
  padding: 0;
}

/* ?�다??*/
.radio-wrap-2 {
  position: relative;
  cursor: pointer;
}
.radio-wrap-2 input {
  margin: 0;
  cursor: pointer;
}

/* 번호 ?�는 경우 */
.radio-wrap-2:before {
  /*content:""; position:absolute; left:12%; left:10%\9;right:12%; right:10%\9; top:10px; height:2px; background-color:#c1c8ce; width:auto*/
}
.radio-wrap-2.col-3:before {
  /*left:17% !important; left:15.7%\9 !important; right:17% !important; right:17.5%\9 !important;*/
}
.radio-wrap-2.col-7:before {
  /*content:""; position:absolute; left:7% !important; left:8.5%\9 !important; right:7% !important; right:7.5%\9 !important; top:10px; height:2px; background-color:#c1c8ce; width:auto*/
}
.radio-wrap-2.col-11:before {
  /*content:""; position:absolute; left:4% !important; left:5%\9 !important; right:4% !important; right:4%\9 !important; top:10px; height:2px; background-color:#c1c8ce; width:auto*/
}

.radio-wrap-2 > span {
  float: left;
  display: inline-block;
  text-align: center;
}
.radio-wrap-2 > span > label {
  display: block;
  position: relative;
}
.radio-wrap-2 > span > label > * {
  display: block;
  text-align: center;
  font-size: 14px;
}
.radio-wrap-2 > span > label > input {
  position: absolute;
  left: 38%\9;
  margin: -7px 0 0 0\9;
  top: 5px\9;
}
.radio-wrap-2 > span > label > input:not(old) {
  top: 50%;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 7px;
  margin: -8px 0 0 -10px;
  opacity: 0;
}
.radio-wrap-2 > span > label > input + span {
  display: block;
  padding-top: 23px;
}
.radio-wrap-2 > span > label > input:not(old) + span {
  background: url("/img/ibt/bg-radio-type2.png") no-repeat 50% 0;
  background-size: 20px;
}
.radio-wrap-2 > span > label > input:checked:not(old) + span {
  background-position: 50% -83px;
}
.radio-wrap-2 > span > label > input:disabled:not(old) + span {
  background-position: 50% -167px;
}
.radio-wrap-2 > span > label > input:chcked:disabled:not(old) + span {
  background-position: 50% -251px;
}

.radio-wrap-2 > span > label > span:first-child {
  display: none;
}
.have-num.radio-wrap-2 > span > label > span:first-child {
  display: block;
}

/* 번호 ?�는경우 */
.have-num.radio-wrap-2:before {
  /*content:""; position:absolute; left:10%; right:10%; top:30px !important; height:2px; background-color:#c1c8ce*/
}

.have-num.radio-wrap-2 > span > label > input {
  top: 23px\9;
}
.have-num.radio-wrap-2 > span > label > input:not(old) {
  top: 20px;
  margin: 0 0 0 -10px;
  opacity: 0;
}
._res_t_row .have-num.radio-wrap-2 > span > label > input {
  top: 22px;
}
._res_t_row .have-num.radio-wrap-2:before {
  top: 29px !important;
  top: 29px\9 !important;
}
.survey-mobile .radio-wrap-2:before {
  content: "";
  position: absolute;
  left: 15px !important;
  right: auto;
  top: 20px !important;
  bottom: 26px;
  width: 2px;
  height: auto;
}
.survey-mobile .radio-wrap-2 > span {
  float: none;
  width: 100%;
}
.survey-mobile .radio-wrap-2 > span > label {
  margin-bottom: 0px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.survey-mobile .radio-wrap-2 > span > label > * {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
}
.survey-mobile .radio-wrap-2 > span > label > span:first-child {
  padding: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.survey-mobile .radio-wrap-2 > span > label > input {
  left: 0\9;
  opacity: 0;
}
.survey-mobile .radio-wrap-2 > span > label > input:not(old) {
  width: 30px;
  height: 30px;
  left: 10px;
  top: 6px;
}
.survey-mobile .radio-wrap-2 > span > label > input + span {
  padding: 0 0 0 40px;
}

.survey-mobile .have-num.radio-wrap-2 > span > label > span:first-child {
  display: inline-block;
}
.survey-mobile .have-num.radio-wrap-2 > span > label > input {
  /*left:28px;top:1px; */
  left: 30px !important;
  top: 0;
}
.survey-mobile
  ._res_t_row
  .have-num.radio-wrap-2
  > span
  > label
  > input:not(old) {
  left: 40px !importtant;
}
.survey-mobile .have-num.radio-wrap-2:before {
  content: "";
  position: absolute;
  left: 45px !important;
  right: auto;
  top: 20px !important;
  bottom: 30px;
  width: 2px;
  height: auto;
}

/* Survey Table */
.survey-table-wrap .radio-wrap,
.survey-table-wrap .check-wrap {
  margin-bottom: 0;
}

.survey-table-wrap .radio-wrap > span:hover,
.survey-table-wrap .check-wrap > span:hover,
.survey-table-wrap .radio-wrap > span.checked,
.survey-table-wrap .check-wrap > span.checked {
  background: none;
}
.survey-mobile .survey-table-wrap .radio-wrap > span:hover,
.survey-mobile .survey-table-wrap .check-wrap > span:hover,
.survey-mobile .survey-table-wrap .radio-wrap > span.checked,
.survey-mobile .survey-table-wrap .check-wrap > span.checked {
  /*background:#ffc2bf*/
}
.survey-mobile ._res_t_row .de-cho {
  font-size: 14px; /*text-indent:-9999px*/
}

._res_thead h4 {
  width: 30%;
}
._res_thead {
  box-sizing: border-box;
} /*210317 INR add*/
._res_thead .spcol-1 {
  width: 30%;
} /*210317 INR add*/
._res_thead .spcol-2 {
  width: 25%;
} /*210317 width값 수정 INR*/ /*210326 33.333%에서 25%로 되돌림 JDW*/
._res_thead .spcol-3 {
  width: 18%;
}
._res_thead .spcol-4 {
  width: 16%;
}
._res_thead .spcol-5 {
  width: 14%;
}
._res_thead .spcol-6 {
  width: 12%;
}
._res_thead .spcol-7 {
  width: 11%;
}
._res_thead .spcol-8 {
  width: 10%;
}
._res_thead .spcol-9 {
  width: 9%;
}
._res_thead .spcol-10 {
  width: 8.5%;
}
._res_thead .spcol-11 {
  width: 8%;
}
._res_thead .spcol-12 {
  width: 8%;
}
._res_thead .spcol-19 {
  width: 5%;
}
._res_thead > span {
  display: table-cell;
  padding: 15px 0;
  text-align: center; /*color:#fff;*/
}
._res_thead > span > span {
  display: none;
}
.have-score._res_thead > span > span {
  display: block;
  text-align: center;
  color: #fff;
}
._res_t_row {
  display: table;
  width: 100%; /*border-bottom:1px solid #e3e3e3;*/
  padding: 10px;
}
._res_t_row:hover {
  background-color: #f8f8f8;
}
/*.survey-table-wrap ._res_t_row {background-color:#f8f8f8}*/
/*.survey-table-wrap ._res_t_row:nth-child(2n+1) { background-color:#f0f0f0; }*/
.survey-table-wrap .de {
  margin-top: 12px;
}
._res_t_row h4,
._res_col > span {
  display: table-cell;
  vertical-align: middle;
}
._res_t_row h4 {
  width: 33.333%; /*padding-left:30px;*/
} /*210318 수정 INR*/
._res_t_row h6,
._res_col > span {
  display: table-cell;
  vertical-align: middle;
}
._res_t_row h6 {
  width: 160px; /*padding-left:30px;*/
}
._res_col {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}
._res_col > span {
  /*width:10%;*/
  text-align: center;
}
._res_col > span > label {
  padding-right: 0 !important;
}
._res_col > span > label {
  font-size: 0; /*text-indent:-9999px*/
}
._res_t_row .de-cho {
  font-size: 0; /*text-indent:-9999px*/
}
._res_col input[type="radio"]:not(old) + label,
._res_col input[type="checkbox"]:not(old) + label {
  padding-left: 30px;
}
._res_col input[type="text"] {
  width: 80%;
}

/* 시험 만들기 - 문항 ox선택형 전용 */
.survey-table-ox-wrap {
  margin-top: 15px;
}
.survey-table-ox-wrap ._res_thead {
  border-bottom: 0 none;
  padding: 0;
  display: table;
  width: 100%;
}
.survey-table-ox-wrap ._res_thead .spcol-2 {
  width: 10%;
  position: relative;
}
.survey-table-ox-wrap ._res_thead .spcol-2::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #ccc;
  bottom: 0;
  position: absolute;
  left: 10px;
  right: 10px;
}
.survey-table-ox-wrap ._res_thead .spcol-2:first-child {
  width: 80%;
}
.survey-table-ox-wrap ._res_t_row {
  padding: 0;
}
.survey-table-ox-wrap ._res_t_row h4 {
  width: 80%;
  padding-right: 20px;
  padding-left: 10px;
  font-weight: inherit;
}
.survey-table-ox-wrap ._res_t_row ._res_col.radio-wrap {
  display: table-cell;
  width: 10%;
  padding: 20px 0;
  text-align: center;
}
.survey-table-ox-wrap ._res_t_row ._res_col.radio-wrap .radio {
  text-align: center;
  display: inline-flex;
  margin: 0;
  padding: 0;
  position: relative;
}
.survey-table-ox-wrap ._res_t_row ._res_col.radio-wrap .radio label {
  width: 22px;
  height: 22px;
  padding: 0 !important;
  text-indent: -9999px;
  margin: 0;
  background: transparent;
}
.survey-table-ox-wrap
  ._res_t_row
  ._res_col.radio-wrap
  .radio
  input[type="radio"].choice_chk {
  display: block;
  z-index: 1;
  width: 22px;
  height: 22px;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0 !important;
}

.survey-table-ox-wrap ._res_t_row ._res_col.radio-wrap .correct-area {
  display: block;
}

/* 시험 만들기 - 문항 ox선택형 모바일 전용 */
.survey-mobile .survey-table-ox-wrap ._res_t_row {
  display: block;
}
.survey-mobile .survey-table-ox-wrap ._res_t_row::after {
  content: "";
  display: block;
  clear: both;
}
.survey-mobile .survey-table-ox-wrap ._res_t_row h4 {
  width: 100%;
}
.survey-mobile .survey-table-ox-wrap ._res_t_row ._res_col.radio-wrap {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
.survey-mobile .survey-table-ox-wrap ._res_t_row ._res_col.radio-wrap .radio {
  text-align: left;
}
.survey-mobile
  .survey-table-ox-wrap
  ._res_t_row
  ._res_col.radio-wrap
  .radio
  label {
  text-indent: 35px;
  width: 100%;
}
.survey-mobile .survey-table-ox-wrap ._res_t_row ._res_col:last-child {
  padding-bottom: 15px;
}

/* .survey-mobile .survey-table-ox-wrap ._res_t_row ._res_col.radio-wrap{display:block; width:33.333333%; float:left; padding:15px 0;} */
.survey-mobile .survey-table-ox-wrap ._res_t_row .setting-unit-score-sub {
  width: 33.333333%;
  display: block;
  float: left;
  padding: 15px 0;
}

/* 시험 만들기 - 문항 ox선택형(점수가있을때) 전용 */
.survey-table-ox-wrap.pscore ._res_thead .spcol-2:first-child {
  width: 70%;
}
.survey-table-ox-wrap.pscore ._res_thead .spcol-2:last-child {
  width: auto;
  min-width: 80px;
  margin-left: 0;
}
.survey-table-ox-wrap.pscore ._res_t_row h4 {
  width: 70%;
  padding-right: 20px;
  padding-left: 10px;
}

/* 시험 만들기 - 문항 ox선택형(점수가있을때) 모바일 전용 */
.survey-mobile .survey-table-ox-wrap.pscore ._res_thead .spcol-2:first-child {
  width: 100%;
}
.survey-mobile .survey-table-ox-wrap.pscore ._res_t_row h4 {
  width: 100%;
  padding-right: 20px;
  padding-left: 10px;
}
.survey-mobile
  .survey-table-ox-wrap.pscore
  .radio-wrap
  .correct-area
  .correct-in
  span.correct-name {
  display: block;
  position: absolute;
  font-size: 12px;
  min-width: 80px;
  top: 25px;
  left: 0;
  text-align: left;
}

/* 시험 만들기 - 문항 ox선택형(점수가 없을때) 미리보기 전용 */
.survey-table-ox-prev-wrap {
  margin-top: 15px;
}
.survey-table-ox-prev-wrap ._res_thead {
  border-bottom: 0 none;
  padding: 0;
}
.survey-table-ox-prev-wrap ._res_thead .spcol-2 {
  width: 10%;
  position: relative;
}
.survey-table-ox-prev-wrap ._res_thead .spcol-2::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #ccc;
  bottom: 0;
  position: absolute;
  left: 10px;
  right: 10px;
}
.survey-table-ox-prev-wrap ._res_thead .spcol-2:first-child {
  width: 80%;
}
.survey-table-ox-prev-wrap ._res_t_row ._res_col.radio-wrap .radio label {
  width: 22px;
  height: 22px;
  padding: 0 !important;
}
.survey-table-ox-prev-wrap ._res_t_row {
  padding: 0;
}
.survey-table-ox-prev-wrap ._res_t_row h4 {
  width: 80%;
  padding-right: 20px;
  padding-left: 10px;
}

/* 시험 만들기 - 문항 ox선택형(점수가 없을때) 미리보기 모바일 전용 */
.survey-mobile .survey-table-ox-prev-wrap .radio-wrap > span {
  padding: 0;
}
.survey-mobile .survey-table-ox-prev-wrap ._res_t_row ._res_col.radio-wrap {
  margin-bottom: 0;
}
.survey-mobile
  .survey-table-ox-prev-wrap
  ._res_t_row
  ._res_col.radio-wrap
  .radio {
  margin: 0;
  margin-bottom: 10px;
}
.survey-mobile
  .survey-table-ox-prev-wrap
  ._res_t_row
  ._res_col.radio-wrap
  .radio
  label {
  padding: 0 0 0 35px !important;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

/* 시험만들기 - 채점 위치 수정 */
h4 .correct-area {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.correct-area .correct-in .correct-num2 .correct-c {
  margin-top: -30px;
  margin-left: -10px;
}

.setting-unit-score-sub {
  width: auto;
  min-width: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.setting-unit-score-sub input[type="text"] {
  width: 40px;
  height: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #ccc;
  font-size: initial;
  padding: 0;
}
.setting-unit-score-sub input[type="text"]:focus {
  box-shadow: none;
  border-bottom: 2px solid #000;
}

/* 드래그박스 배점설정 따로  */
.survey-select-wrap .drag-box .setting-unit-score-sub {
  margin-left: auto;
}

/* 시험만들기 - 문항 빈칸채우기 전용 */
.survey-table-blank-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.survey-table-blank-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.survey-table-blank-wrap:not(:first-child) {
  margin-top: 10px;
}

.survey-table-blank-wrap .blank-answer-content {
  display: block;
  float: left;
  width: auto;
  margin-right: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.survey-table-blank-wrap .ex-answer-list2 {
  line-height: inherit;
}
.survey-table-blank-wrap .setting-unit-score-sub {
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
}
.sub-tit-wrap {
  padding: 0 0 0 60px;
}

/*s:210318 add 응시결과 INR */
.correct-area {
  display: table-cell;
}
.correct-area .correct-in {
  display: table;
  margin: 0 auto;
}
.correct-area .correct-in .correct-c {
  /*margin-top:8px;*/
}
.correct-area .correct-in span.correct-name {
  display: none;
}
.survey-mobile .survey-table-wrap .radio-wrap,
.survey-mobile .survey-table-wrap .check-wrap {
  margin-bottom: 20px;
}
.survey-mobile .survey-table-wrap .radio-wrap > span:hover,
.survey-mobile .survey-table-wrap .check-wrap > span:hover,
.survey-mobile .survey-table-wrap .check-wrap > span.checked {
}
.survey-mobile .survey-table-wrap .radio-wrap .correct-area {
  display: block;
  width: 100%;
}
.survey-mobile .survey-table-wrap .radio-wrap .correct-area .correct-in {
  display: block;
  margin: 0px;
}
.survey-mobile
  .survey-table-wrap
  .radio-wrap
  .correct-area
  .correct-in
  span.correct-name {
  display: block;
}
.survey-mobile .survey-table-wrap .radio-wrap .correct-area .correct-in label {
}

/*e://210318 add 응시결과 INR */
.survey-mobile ._res_thead {
  display: none;
}
.survey-mobile ._res_t_row {
  /*border-bottom:0;*/
  padding: 0 10px;
}
.survey-mobile ._res_t_row h4,
.survey-mobile ._res_col > span {
  display: block;
  width: 100%; /*margin-left:5px;*/
}
.survey-mobile ._res_t_row h4 {
  padding: 15px 0px;
  color: #000;
  font-size: 16px;
  font-family: NGB;
}
.survey-mobile ._res_t_row h6,
.survey-mobile ._res_col > span {
  display: block;
  width: 100%; /*margin-left:5px;*/
}
.survey-mobile ._res_t_row h6 {
  padding: 15px 0px;
  color: #000;
  font-size: 16px;
  font-family: NGB;
}
.survey-mobile .mde {
  margin-top: 15px;
}
.survey-mobile ._res_col > span {
  text-align: left;
}
.survey-mobile ._res_col > span > label {
  font-size: 14px;
}
.survey-mobile ._res_col > span > label {
  padding-right: 20px !important;
}
.survey-mobile ._res_col > span .de {
  width: 100%;
  margin: 13px 0 8px 0;
}

._res_t_row .radio-wrap-2.have-num > span > label > span:first-child {
  /*display:none*/
}
.survey-mobile ._res_t_row .have-num > span > label > span:first-child {
  display: block;
}

.focus {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}

/* Layer Pop */
#wrapper-layer {
  position: absolute;
  left: 50%;
  margin-left: -230px;
  top: 0;
  bottom: 0;
  width: 430px;
  height: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
  z-index: 999;
}
#wrapper-layer .layer-pop {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#wrapper-layer .layer-pop-con {
  position: relative;
  background: #fff;
  width: 430px;
  min-height: 200px;
  background: #fff;
  border: 1px solid #008ed6;
  border-bottom: 5px solid #008ed6;
}
#wrapper-layer .layer-pop-con > *:not(.btn-close) {
  padding: 15px;
}
#wrapper-layer .layer-pop-con h1 {
  border-bottom: 1px solid #dbdbdb;
  color: #363c4e;
  padding: 15px 0;
}
#wrapper-layer .layer-pop-con .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: url("/img/ibt/btn-close.png") no-repeat 0 0;
  width: 15px;
  height: 15px;
  text-indent: -99999px;
}
#wrapper-layer .l-con {
  padding: 15px;
  min-height: 150px;
}

#wrapper-layer.layer-pop-wrap-mobile {
  left: 0;
  margin-left: 0;
  width: 90%;
  margin: 5%;
}
#wrapper-layer.layer-pop-wrap-mobile .layer-pop-con {
  width: 100%;
}

.ico {
  display: inline-block;
}
.ico-share {
  background: url("/img/ibt/ico-share.png") no-repeat 0 0;
  width: 50px;
  height: 50px;
}
.ico-wrap {
  overflow: hidden;
  padding: 20px 0;
}

.ico-wrap.mobile {
  display: none;
}
#wrapper-layer.layer-pop-wrap-mobile .ico-wrap.mobile {
  display: block;
}

.input-wrap {
  position: relative;
}
.layer-pop-wrap-web .input-wrap {
  height: 36px;
}
.layer-pop-wrap-web .input-wrap > * {
  position: absolute;
  top: 0;
}
.input-wrap > * {
  height: 36px;
  line-height: 36px;
}
.input-wrap > span {
  position: absolute;
  left: 0;
  right: 110px;
  bottom: 0;
}
.input-wrap > span input {
  width: 100%;
}
.input-wrap button {
  right: 0;
  width: 100px;
  background: #5b5e67;
  color: #fff;
  font-size: 13px;
  font-family: NG;
  border-radius: 3px;
}

.input-wrap > span {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
#wrapper-layer.layer-pop-wrap-mobile .input-wrap button {
  width: 100%;
}

.ico-wrap > span {
  float: left;
  width: 25%;
  text-align: center;
}
.ico-wrap .ico {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
}

/*
.ico-fbook {background:url("/img/ibt/bg-ico-sns-01.png") no-repeat 0 0; }
.ico-twitter {background:url("/img/ibt/bg-ico-sns-02.png") no-repeat 0 0; }
.ico-l-in {background:url("/img/ibt/bg-ico-sns-03.png") no-repeat 0 0; }
.ico-gmail {background:url("/img/ibt/bg-ico-sns-04.png") no-repeat 0 0; }
.ico-kakao {background:url("/img/ibt/bg-ico-sns-05.png") no-repeat 0 0; }
.ico-line {background:url("/img/ibt/bg-ico-sns-06.png") no-repeat 0 0; }
.ico-wchat {background:url("/img/ibt/bg-ico-sns-07.png") no-repeat 0 0; }
.ico-f-msn {background:url("/img/ibt/bg-ico-sns-08.png") no-repeat 0 0; }
*/
.sum-not-valid {
  color: red;
}

.floating-btn {
  position: fixed;
  right: 10px;
  bottom: 100px;
}
.floating-btn .float-btn {
  width: 160px;
  padding: 10px 20px;
  text-align: center;
  color: #ffffff;
  background-color: #47b7b0;
  cursor: pointer;
}
.floating-ind {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 157px;
  width: 160px;
  padding: 10px 8px;
  color: #ffffff;
  background-color: #47b7b0;
}
.floating-txt {
  float: left;
  width: 40px;
  text-align: center;
  color: #ffffff;
  margin: 5px 4px;
}

.nps-select .nps-txt {
  padding: 0px;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  color: rgb(54, 60, 78);
  display: table;
}
.nps-select .nps-txt .spcol-3 {
  width: 33%;
  display: inline-block;
  padding: 10px;
  line-height: 15px;
}
.nps-select .nps-txt .spcol-11 {
  width: 9.1%;
  display: inline-block;
  padding: 10px;
  text-align: center;
}
.nps-select .radio-wrap-2 > span > label > input:not(old) + span.nps {
  background: none;
  width: 50px;
  height: 50px;
  border: 1px solid #acacac;
  font-size: 30px;
  color: #acacac;
  padding: 0px;
  margin: 0 auto;
  cursor: pointer;
}
.nps-select .radio-wrap-2 > span > label:hover > input:not(old) + span.nps {
  background: #e4e4e4;
}
/*.nps-select .radio-wrap-2 > span > label > input:checked:not(old) + span.nps { background:#008ed6; color:#fff; border:1px solid #008ed6; }
.nps-select .radio-wrap-2 > span > label:hover > input:checked:not(old) + span.nps { background:#008ed6; color:#fff; border:1px solid #008ed6; }*/
.nps-select .survey-table-wrap ._res_t_row .nps-txt .spcol-3 {
  font-size: 0px;
  line-height: 0;
  display: none;
}
.nps-select .survey-table-wrap ._res_t_row .nps-txt .spcol-11 {
  font-size: 0px;
  line-height: 0;
  display: none;
}

.survey-mobile .nps-select .nps-txt {
  padding: 0px;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  color: rgb(54, 60, 78);
  display: table;
}
.survey-mobile .nps-select .nps-txt .spcol-3 {
  width: 33%;
  display: inline-block;
  padding: 10px;
}
.survey-mobile .nps-select .nps-txt .spcol-11 {
  width: 33%;
  display: inline-block;
  padding: 10px;
  text-align: right;
}
.survey-mobile .nps-select .radio-wrap-2 > span > label {
  width: 9%;
  float: left;
}
.survey-mobile .nps-select .radio-wrap-2 > span > label > input {
  opacity: 0;
}
.survey-mobile .nps-select .radio-wrap-2 > span > label > input:not(old) {
  width: 30px;
  height: 30px;
}
.survey-mobile .nps-select .radio-wrap-2 > span > label > input + span {
  padding: 0px 0px 0px 40px;
}
.survey-mobile
  .nps-select
  .radio-wrap-2
  > span
  > label
  > input:not(old)
  + span.nps {
  background: none;
  width: 95%;
  height: auto;
  border: 1px solid #acacac;
  font-size: 1.2em;
  line-height: 2em;
  color: #acacac;
  padding: 0px;
  margin: 0 auto;
}
.survey-mobile
  .nps-select
  .radio-wrap-2
  > span
  > label:hover
  > input:not(old)
  + span.nps {
  background: #e4e4e4;
}
/*.survey-mobile .nps-select .radio-wrap-2 > span > label > input:checked:not(old) + span.nps { background:#008ed6; color:#fff; border:1px solid #008ed6; }
.survey-mobile .nps-select .radio-wrap-2 > span > label:hover > input:checked:not(old) + span.nps { background:#008ed6; color:#fff; border:1px solid #008ed6; }*/

.survey-mobile
  .nps-select
  .survey-table-wrap
  ._res_t_row
  .radio-wrap-2
  > span
  > label {
  overflow: visible;
}
.survey-mobile
  .nps-select
  .survey-table-wrap
  ._res_t_row
  .radio-wrap-2
  > span
  > label
  > input {
  opacity: 0;
}
.survey-mobile
  .nps-select
  .survey-table-wrap
  ._res_t_row
  .radio-wrap-2
  > span
  > label
  > input:not(old) {
  width: 20px;
  height: 20px;
}
.survey-mobile
  .nps-select
  .survey-table-wrap
  ._res_t_row
  .radio-wrap-2
  > span
  > label
  > span:first-child {
  width: 0;
  height: 0;
  padding: 0;
}
.survey-mobile
  .nps-select
  .survey-table-wrap
  ._res_t_row
  .radio-wrap-2
  > span
  > label
  > input:not(old)
  + span.nps {
  background: none;
  width: 95%;
  height: auto;
  border: 1px solid #acacac;
  font-size: 1.2em;
  line-height: 2em;
  color: #acacac;
  padding: 0px;
  margin: 0 auto;
}
.survey-mobile
  .nps-select
  .survey-table-wrap
  ._res_t_row
  .radio-wrap-2
  > span
  > label:hover
  > input:not(old)
  + span.nps {
  background: #e4e4e4;
}
.survey-mobile
  .nps-select
  .survey-table-wrap
  ._res_t_row
  .radio-wrap-2
  > span
  > label
  > input:checked:not(old)
  + span.nps {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}
.survey-mobile .nps-select .survey-table-wrap ._res_t_row .have-col {
  overflow: visible;
}
.survey-mobile .nps-select .survey-table-wrap ._res_t_row .nps-txt .spcol-3 {
  width: 33%;
  font-size: 0.9em;
  line-height: 1.2em;
  display: inline-block;
  padding: 0 0 5px 0;
}
.survey-mobile .nps-select .survey-table-wrap ._res_t_row .nps-txt .spcol-11 {
  width: 33%;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: right;
  display: inline-block;
  padding: 0 0 5px 0;
}

fieldset {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}

/* star */
.star {
  display: block;
  position: relative;
  min-height: 65px;
  padding: 0;
}
.w240 {
  width: 240px;
} /* 3�� �� ��� */
.w370 {
  width: 370px;
} /* 5�� �� ��� */
.w500 {
  width: 500px;
} /* 7�� �� ��� */
.w710 {
  width: 710px;
} /* 10�� �� ��� */
.star > input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}
.star > input:checked ~ label,
.star > input:focus ~ label {
  background-position: 0 1px;
}
.star > input:checked + label,
.star > input:focus + label {
  background-position: 0 -65px;
}
.star > input:hover ~ label {
  background-position: 0 0;
}
.star > input:hover + label {
  background-position: 0 -65px;
}
.star > input:hover + label::before {
  opacity: 1;
}
.star .count {
  float: right;
  padding-top: 25px;
}
.star .star-focus-ring {
  position: absolute;
  left: 0;
  width: 100%;
  height: 65px;
  pointer-events: none;
  opacity: 0;
}
.star > #no-rate:focus ~ .star-focus-ring {
  opacity: 1;
}
.star > label {
  position: relative;
  display: inline-block;
  float: left;
  width: 66px;
  height: 65px;
  font-size: 0.1em;
  color: transparent;
  cursor: pointer;
  background-image: url("/img/ibt/bg_score_star_0.png");
  background-repeat: no-repeat;
}
.star > label::before {
  content: "";
  position: absolute;
  display: block;
  height: 65px;
  background-image: url("/img/ibt/bg_score_star_0.png");
  background-position: 0 65px;
  pointer-events: none;
  opacity: 0;
}
.star > label:nth-of-type(10)::before {
  width: 594px;
  left: -594px;
}
.star > label:nth-of-type(9)::before {
  width: 528px;
  left: -528px;
}
.star > label:nth-of-type(8)::before {
  width: 462px;
  left: -462px;
}
.star > label:nth-of-type(7)::before {
  width: 396px;
  left: -396px;
}
.star > label:nth-of-type(6)::before {
  width: 330px;
  left: -330px;
}
.star > label:nth-of-type(5)::before {
  width: 264px;
  left: -264px;
}
.star > label:nth-of-type(4)::before {
  width: 198px;
  left: -198px;
}
.star > label:nth-of-type(3)::before {
  width: 132px;
  left: -132px;
}
.star > label:nth-of-type(2)::before {
  width: 66px;
  left: -66px;
}
.star > label:nth-of-type(1)::before {
  width: 0px;
  left: 0px;
}
.star > input:checked ~ label,
.star > input:hover ~ label,
.star > input:focus ~ label {
  transition: background-position 0.5s;
}

@media screen and (max-width: 460px) {
  .star {
    display: block;
    position: relative;
    padding: 0;
  }
  .w240,
  .w370,
  .w500,
  .w710 {
    width: 100%;
  }
  .star > input {
    position: absolute;
    margin-right: 100%;
    opacity: 0;
  }
  .star > input:checked ~ label,
  .star > input:focus ~ label {
    background-position: 0 1px;
  }
  .star > input:checked + label,
  .star > input:focus + label {
    background-position: 0 -26px;
  }
  .star > input:hover ~ label {
    background-position: 0 0;
  }
  .star > input:hover + label {
    background-position: 0 -26px;
  }
  .star > input:hover + label::before {
    opacity: 1;
  }
  .star .count {
    line-height: 15px;
    width: 100%;
    padding-top: 0px;
    text-align: right;
  }
  .star .star-focus-ring {
    height: 26px;
  }
  .star > #no-rate:focus ~ .star-focus-ring {
    opacity: 1;
  }
  .star > label {
    width: 28px;
    height: 26px;
    background-image: url("/img/ibt/bg_score_star_m0.png");
    background-size: 28px auto;
  }
  .star > label::before {
    content: "";
    position: absolute;
    display: block;
    height: 26px;
    background-image: url("/img/ibt/bg_score_star_m0.png");
    background-position: 0 26px;
    pointer-events: none;
    opacity: 0;
  }
  .star > label:nth-of-type(10)::before {
    width: 252px;
    left: -252px;
  }
  .star > label:nth-of-type(9)::before {
    width: 224px;
    left: -224px;
  }
  .star > label:nth-of-type(8)::before {
    width: 196px;
    left: -196px;
  }
  .star > label:nth-of-type(7)::before {
    width: 168px;
    left: -168px;
  }
  .star > label:nth-of-type(6)::before {
    width: 140px;
    left: -140px;
  }
  .star > label:nth-of-type(5)::before {
    width: 112px;
    left: -112px;
  }
  .star > label:nth-of-type(4)::before {
    width: 84px;
    left: -84px;
  }
  .star > label:nth-of-type(3)::before {
    width: 56px;
    left: -56px;
  }
  .star > label:nth-of-type(2)::before {
    width: 28px;
    left: -28px;
  }
  .star > label:nth-of-type(1)::before {
    width: 0px;
    left: 28px;
  }
  .star > input:checked ~ label,
  .star > input:hover ~ label,
  .star > input:focus ~ label {
    transition: background-position 0.5s;
  }
}

/* heart */
.heart {
  display: block;
  position: relative;
  min-height: 65px;
  padding: 0;
}
.heart > input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}
.heart > input:checked ~ label,
.heart > input:focus ~ label {
  background-position: 0 1px;
}
.heart > input:checked + label,
.heart > input:focus + label {
  background-position: 0 -65px;
}
.heart > input:hover ~ label {
  background-position: 0 0;
}
.heart > input:hover + label {
  background-position: 0 -65px;
}
.heart > input:hover + label::before {
  opacity: 1;
}
.heart .count {
  float: right;
  padding-top: 25px;
}
.heart .heart-focus-ring {
  position: absolute;
  left: 0;
  width: 100%;
  height: 65px;
  pointer-events: none;
  opacity: 0;
}
.heart > #no-rate:focus ~ .heart-focus-ring {
  opacity: 1;
}
.heart > label {
  position: relative;
  display: inline-block;
  float: left;
  width: 66px;
  height: 65px;
  font-size: 0.1em;
  color: transparent;
  cursor: pointer;
  background-image: url("/img/ibt/bg_score_heart_0.png");
  background-repeat: no-repeat;
}
.heart > label::before {
  content: "";
  position: absolute;
  display: block;
  height: 65px;
  background-image: url("/img/ibt/bg_score_heart_0.png");
  background-position: 0 65px;
  pointer-events: none;
  opacity: 0;
}
.heart > label:nth-of-type(10)::before {
  width: 594px;
  left: -594px;
}
.heart > label:nth-of-type(9)::before {
  width: 528px;
  left: -528px;
}
.heart > label:nth-of-type(8)::before {
  width: 462px;
  left: -462px;
}
.heart > label:nth-of-type(7)::before {
  width: 396px;
  left: -396px;
}
.heart > label:nth-of-type(6)::before {
  width: 330px;
  left: -330px;
}
.heart > label:nth-of-type(5)::before {
  width: 264px;
  left: -264px;
}
.heart > label:nth-of-type(4)::before {
  width: 198px;
  left: -198px;
}
.heart > label:nth-of-type(3)::before {
  width: 132px;
  left: -132px;
}
.heart > label:nth-of-type(2)::before {
  width: 66px;
  left: -66px;
}
.heart > label:nth-of-type(1)::before {
  width: 0px;
  left: 0px;
}
.heart > input:checked ~ label,
.heart > input:hover ~ label,
.heart > input:focus ~ label {
  transition: background-position 0.5s;
}

@media screen and (max-width: 460px) {
  .heart {
    display: block;
    position: relative;
    width: 280px;
    padding: 0;
  }
  .heart > input {
    position: absolute;
    margin-right: 100%;
    opacity: 0;
  }
  .heart > input:checked ~ label,
  .heart > input:focus ~ label {
    background-position: 0 1px;
  }
  .heart > input:checked + label,
  .heart > input:focus + label {
    background-position: 0 -26px;
  }
  .heart > input:hover ~ label {
    background-position: 0 0;
  }
  .heart > input:hover + label {
    background-position: 0 -26px;
  }
  .heart > input:hover + label::before {
    opacity: 1;
  }
  .heart .count {
    line-height: 15px;
    width: 100%;
    padding-top: 0px;
    text-align: right;
  }
  .heart .heart-focus-ring {
    height: 26px;
  }
  .heart > #no-rate:focus ~ .heart-focus-ring {
    opacity: 1;
  }
  .heart > label {
    width: 28px;
    height: 26px;
    background-image: url("/img/ibt/bg_score_heart_m0.png");
    background-size: 28px auto;
  }
  .heart > label::before {
    content: "";
    position: absolute;
    display: block;
    height: 26px;
    background-image: url("/img/ibt/bg_score_heart_m0.png");
    background-position: 0 26px;
    pointer-events: none;
    opacity: 0;
  }
  .heart > label:nth-of-type(10)::before {
    width: 252px;
    left: -252px;
  }
  .heart > label:nth-of-type(9)::before {
    width: 224px;
    left: -224px;
  }
  .heart > label:nth-of-type(8)::before {
    width: 196px;
    left: -196px;
  }
  .heart > label:nth-of-type(7)::before {
    width: 168px;
    left: -168px;
  }
  .heart > label:nth-of-type(6)::before {
    width: 140px;
    left: -140px;
  }
  .heart > label:nth-of-type(5)::before {
    width: 112px;
    left: -112px;
  }
  .heart > label:nth-of-type(4)::before {
    width: 84px;
    left: -84px;
  }
  .heart > label:nth-of-type(3)::before {
    width: 56px;
    left: -56px;
  }
  .heart > label:nth-of-type(2)::before {
    width: 28px;
    left: -28px;
  }
  .heart > label:nth-of-type(1)::before {
    width: 0px;
    left: 28px;
  }
  .heart > input:checked ~ label,
  .heart > input:hover ~ label,
  .heart > input:focus ~ label {
    transition: background-position 0.5s;
  }
}

/* like */
.like {
  display: block;
  position: relative;
  min-height: 65px;
  padding: 0;
}
.like > input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}
.like > input:checked ~ label,
.like > input:focus ~ label {
  background-position: 0 1px;
}
.like > input:checked + label,
.like > input:focus + label {
  background-position: 0 -65px;
}
.like > input:hover ~ label {
  background-position: 0 0;
}
.like > input:hover + label {
  background-position: 0 -65px;
}
.like > input:hover + label::before {
  opacity: 1;
}
.like .count {
  float: right;
  padding-top: 25px;
}
.like .like-focus-ring {
  position: absolute;
  left: 0;
  width: 100%;
  height: 65px;
  pointer-events: none;
  opacity: 0;
}
.like > #no-rate:focus ~ .like-focus-ring {
  opacity: 1;
}
.like > label {
  position: relative;
  display: inline-block;
  float: left;
  width: 66px;
  height: 65px;
  font-size: 0.1em;
  color: transparent;
  cursor: pointer;
  background-image: url("/img/ibt/bg_score_like_0.png");
  background-repeat: no-repeat;
}
.like > label::before {
  content: "";
  position: absolute;
  display: block;
  height: 65px;
  background-image: url("/img/ibt/bg_score_like_0.png");
  background-position: 0 65px;
  pointer-events: none;
  opacity: 0;
}
.like > label:nth-of-type(10)::before {
  width: 594px;
  left: -594px;
}
.like > label:nth-of-type(9)::before {
  width: 528px;
  left: -528px;
}
.like > label:nth-of-type(8)::before {
  width: 462px;
  left: -462px;
}
.like > label:nth-of-type(7)::before {
  width: 396px;
  left: -396px;
}
.like > label:nth-of-type(6)::before {
  width: 330px;
  left: -330px;
}
.like > label:nth-of-type(5)::before {
  width: 264px;
  left: -264px;
}
.like > label:nth-of-type(4)::before {
  width: 198px;
  left: -198px;
}
.like > label:nth-of-type(3)::before {
  width: 132px;
  left: -132px;
}
.like > label:nth-of-type(2)::before {
  width: 66px;
  left: -66px;
}
.like > label:nth-of-type(1)::before {
  width: 0px;
  left: 0px;
}
.like > input:checked ~ label,
.like > input:hover ~ label,
.like > input:focus ~ label {
  transition: background-position 0.5s;
}

@media screen and (max-width: 460px) {
  .like {
    display: block;
    position: relative;
    width: 280px;
    padding: 0;
  }
  .like > input {
    position: absolute;
    margin-right: 100%;
    opacity: 0;
  }
  .like > input:checked ~ label,
  .like > input:focus ~ label {
    background-position: 0 1px;
  }
  .like > input:checked + label,
  .like > input:focus + label {
    background-position: 0 -26px;
  }
  .like > input:hover ~ label {
    background-position: 0 0;
  }
  .like > input:hover + label {
    background-position: 0 -26px;
  }
  .like > input:hover + label::before {
    opacity: 1;
  }
  .like .count {
    line-height: 15px;
    width: 100%;
    padding-top: 0px;
    text-align: right;
  }
  .like .like-focus-ring {
    height: 26px;
  }
  .like > #no-rate:focus ~ .like-focus-ring {
    opacity: 1;
  }
  .like > label {
    width: 28px;
    height: 26px;
    background-image: url("/img/ibt/bg_score_like_m0.png");
    background-size: 28px auto;
  }
  .like > label::before {
    content: "";
    position: absolute;
    display: block;
    height: 26px;
    background-image: url("/img/ibt/bg_score_like_m0.png");
    background-position: 0 26px;
    pointer-events: none;
    opacity: 0;
  }
  .like > label:nth-of-type(10)::before {
    width: 252px;
    left: -252px;
  }
  .like > label:nth-of-type(9)::before {
    width: 224px;
    left: -224px;
  }
  .like > label:nth-of-type(8)::before {
    width: 196px;
    left: -196px;
  }
  .like > label:nth-of-type(7)::before {
    width: 168px;
    left: -168px;
  }
  .like > label:nth-of-type(6)::before {
    width: 140px;
    left: -140px;
  }
  .like > label:nth-of-type(5)::before {
    width: 112px;
    left: -112px;
  }
  .like > label:nth-of-type(4)::before {
    width: 84px;
    left: -84px;
  }
  .like > label:nth-of-type(3)::before {
    width: 56px;
    left: -56px;
  }
  .like > label:nth-of-type(2)::before {
    width: 28px;
    left: -28px;
  }
  .like > label:nth-of-type(1)::before {
    width: 0px;
    left: 28px;
  }
  .like > input:checked ~ label,
  .like > input:hover ~ label,
  .like > input:focus ~ label {
    transition: background-position 0.5s;
  }
}

/* smile */
.smile {
  display: block;
  position: relative;
  min-height: 65px;
  padding: 0;
}
.smile > input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}
.smile > input:checked ~ label,
.smile > input:focus ~ label {
  background-position: 0 1px;
}
.smile > input:checked + label,
.smile > input:focus + label {
  background-position: 0 -65px;
}
.smile > input:hover ~ label {
  background-position: 0 0;
}
.smile > input:hover + label {
  background-position: 0 -65px;
}
.smile > input:hover + label::before {
  opacity: 1;
}
.smile .count {
  float: right;
  padding-top: 25px;
}
.smile .smile-focus-ring {
  position: absolute;
  left: 0;
  width: 100%;
  height: 65px;
  pointer-events: none;
  opacity: 0;
}
.smile > #no-rate:focus ~ .smile-focus-ring {
  opacity: 1;
}
.smile > label {
  position: relative;
  display: inline-block;
  float: left;
  width: 66px;
  height: 65px;
  font-size: 0.1em;
  color: transparent;
  cursor: pointer;
  background-image: url("/img/ibt/bg_score_smile_0.png");
  background-repeat: no-repeat;
}
.smile > label::before {
  content: "";
  position: absolute;
  display: block;
  height: 65px;
  background-image: url("/img/ibt/bg_score_smile_0.png");
  background-position: 0 65px;
  pointer-events: none;
  opacity: 0;
}
.smile > label:nth-of-type(10)::before {
  width: 594px;
  left: -594px;
}
.smile > label:nth-of-type(9)::before {
  width: 528px;
  left: -528px;
}
.smile > label:nth-of-type(8)::before {
  width: 462px;
  left: -462px;
}
.smile > label:nth-of-type(7)::before {
  width: 396px;
  left: -396px;
}
.smile > label:nth-of-type(6)::before {
  width: 330px;
  left: -330px;
}
.smile > label:nth-of-type(5)::before {
  width: 264px;
  left: -264px;
}
.smile > label:nth-of-type(4)::before {
  width: 198px;
  left: -198px;
}
.smile > label:nth-of-type(3)::before {
  width: 132px;
  left: -132px;
}
.smile > label:nth-of-type(2)::before {
  width: 66px;
  left: -66px;
}
.smile > label:nth-of-type(1)::before {
  width: 0px;
  left: 0px;
}
.smile > input:checked ~ label,
.smile > input:hover ~ label,
.smile > input:focus ~ label {
  transition: background-position 0.5s;
}

@media screen and (max-width: 460px) {
  .smile {
    display: block;
    position: relative;
    width: 280px;
    padding: 0;
  }
  .smile > input {
    position: absolute;
    margin-right: 100%;
    opacity: 0;
  }
  .smile > input:checked ~ label,
  .smile > input:focus ~ label {
    background-position: 0 1px;
  }
  .smile > input:checked + label,
  .smile > input:focus + label {
    background-position: 0 -26px;
  }
  .smile > input:hover ~ label {
    background-position: 0 0;
  }
  .smile > input:hover + label {
    background-position: 0 -26px;
  }
  .smile > input:hover + label::before {
    opacity: 1;
  }
  .smile .count {
    line-height: 15px;
    width: 100%;
    padding-top: 0px;
    text-align: right;
  }
  .smile .smile-focus-ring {
    height: 26px;
  }
  .smile > #no-rate:focus ~ .smile-focus-ring {
    opacity: 1;
  }
  .smile > label {
    width: 28px;
    height: 26px;
    background-image: url("/img/ibt/bg_score_smile_m0.png");
    background-size: 28px auto;
  }
  .smile > label::before {
    content: "";
    position: absolute;
    display: block;
    height: 26px;
    background-image: url("/img/ibt/bg_score_smile_m0.png");
    background-position: 0 26px;
    pointer-events: none;
    opacity: 0;
  }
  .smile > label:nth-of-type(10)::before {
    width: 252px;
    left: -252px;
  }
  .smile > label:nth-of-type(9)::before {
    width: 224px;
    left: -224px;
  }
  .smile > label:nth-of-type(8)::before {
    width: 196px;
    left: -196px;
  }
  .smile > label:nth-of-type(7)::before {
    width: 168px;
    left: -168px;
  }
  .smile > label:nth-of-type(6)::before {
    width: 140px;
    left: -140px;
  }
  .smile > label:nth-of-type(5)::before {
    width: 112px;
    left: -112px;
  }
  .smile > label:nth-of-type(4)::before {
    width: 84px;
    left: -84px;
  }
  .smile > label:nth-of-type(3)::before {
    width: 56px;
    left: -56px;
  }
  .smile > label:nth-of-type(2)::before {
    width: 28px;
    left: -28px;
  }
  .smile > label:nth-of-type(1)::before {
    width: 0px;
    left: 28px;
  }
  .smile > input:checked ~ label,
  .smile > input:hover ~ label,
  .smile > input:focus ~ label {
    transition: background-position 0.5s;
  }
}

.often-length15 {
  width: 20%;
}
.often-length30 {
  width: 45%;
}
.often-length60 {
  width: 90%;
}

.survey-mobile .often-length15 {
  width: 40%;
}
.survey-mobile .often-length30 {
  width: 60%;
}
.survey-mobile .often-length60 {
  width: 100%;
}
.survey-mobile .post_area {
  width: 350px;
}

/*슬라이드바 constnt sum 190402*/
.b-check {
  float: left;
}
.b-check .c-box {
  height: 100px;
  margin-top: 20px;
}
.range-num {
  float: left;
  width: 100%;
  font-size: 11px;
  margin-top: -25px;
}
.bar-num {
  position: relative;
  display: block;
  float: right;
  margin-right: -40%;
  margin-top: -3%;
  width: 30px;
  font-size: 15px;
}
.con-sum {
  float: left;
  width: 100%;
  font-weight: bold;
  margin-top: 10px;
}
.tot-const {
  float: right;
  margin-top: -10px;
}
.write-answer-wrap .dc_const_num {
  position: absolute;
  width: 40px;
  right: 20%;
  margin-top: -33px;
  border: none !important;
}
.survey-mobile .write-answer-wrap .dc_const_num {
  position: absolute;
  width: 40px;
  right: 5%;
  margin-top: -33px;
  border: none;
}
.dc_slider_num {
  border: 0;
  color: #ed5c23;
  font-weight: bold;
  text-align: right;
}

/* 개별응답 */
.survey-select-arr .sub-tit-wrap-table {
  display: table;
  width: 100%;
  padding: 0 0 20px 40px;
  box-sizing: border-box;
}
.survey-select-arr .sub-tit-wrap-table .write-answer-wrap {
  display: table-row;
  width: 100%;
  float: none;
}
.survey-select-arr .sub-tit-wrap-table .write-answer-wrap .ex-answer-list2 {
  display: table-cell;
  width: 90%;
}
.survey-select-arr
  .sub-tit-wrap-table
  .write-answer-wrap
  .ex-answer-list2
  .short-answer-que {
  margin-bottom: 10px;
}
.survey-select-arr
  .sub-tit-wrap-table
  .write-answer-wrap
  .setting-unit-score-sub {
  display: table-cell;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}
.survey-select-arr .sub-tit-wrap-table .answer-info {
  display: block;
}
.survey-select-arr .sub-tit-wrap-table .answer-info .img-div {
  margin-top: 3px;
}
.survey-select-arr .sub-tit-wrap-table .answer-info .img-div img {
  max-height: 50px;
  vertical-align: middle;
}

.survey-select-arr .sub-tit-wrap-table .tagtext {
}
.survey-select-arr .sub-tit-wrap-table .tagtext:empty {
  display: none !important;
}
.survey-select-arr .sub-tit-wrap-table .tagimg {
  vertical-align: top;
  margin-bottom: 5px !important;
}
.survey-select-arr .sub-tit-wrap-table .tagimg img {
  padding-top: 5px;
  max-height: 50px;
}
/* .survey-select-arr .sub-tit-wrap-table .tagimg + .tagtext{border: 1px solid #000;} */
/* 개별응답 - 모바일 */
.survey-mobile .survey-select-arr .sub-tit-wrap-table {
  display: block;
  width: 100%;
  padding-left: 38px;
}
.survey-mobile .survey-select-arr .sub-tit-wrap-table .write-answer-wrap {
  display: block;
  width: 100%;
}
.survey-mobile
  .survey-select-arr
  .sub-tit-wrap-table
  .write-answer-wrap
  .ex-answer-list2 {
  display: block;
  width: 100%;
}
.survey-mobile
  .survey-select-arr
  .sub-tit-wrap-table
  .write-answer-wrap
  .setting-unit-score-sub {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 5px;
}

.ibt_page_title .division-timer {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 3px solid #ed5c23;
  border-radius: 10px;
}
.ibt_page_title .division-timer span {
  display: block;
}

/* 페이지 나누기 - 페이지 제목 */
.ibt_page_title {
  position: relative;
  border-bottom: 0px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.ibt_page_title .division-num {
  position: relative;
  background-color: #fff;
  width: 100%;
  display: none;
}
.ibt_page_title .division-num:after {
  content: "";
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1;
  display: block;
  background-color: #ed5c23;
}
.ibt_page_title .division-num > span {
  /* display: inline-block; background: #ed5c23; color: rgba(255,255,255,0.75); padding: 10px 15px; font-size: small; */
  display: inline-block;
  position: relative;
  background: #ed5c23;
  padding: 10px 15px 8px;
  border-radius: 10px 10px 0 0;
  margin-bottom: -1px;
  font-size: smaller;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0;
}
/* .ibt_page_title .division-num > span::after{
    content:""; position: absolute; bottom:0; left:0; z-index:1; width:100%; height:1px; background:#ed5c23;       
} */
.ibt_page_title .division-num > span > strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}
.ibt_page_title .division-title {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;

  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.ibt_page_title .division-title .division-tit {
  font-size: large;
  color: #000;
}
.ibt_page_title .division-title .division-description {
  font-size: small;
  margin-top: 14px;
  color: #777;
}

/* 페이지 나누기 - 응답창 */
.survey-answer-wrap .ibt_page_title {
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  padding-bottom: 0;
}
.survey-answer-wrap .ibt_page_title:before {
  display: none;
  content: "";
  position: absolute;
  background: #ed5c23;
  z-index: 1;
  width: calc(100% + 0px);
  /* border-top-left-radius: 5px; top: 0; left: 0; border-top-right-radius: 5px; height: 5px; */
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
.survey-answer-wrap .ibt_page_title:after {
  display: none;
  content: "";
  position: absolute;
  background: #ed5c23;
  bottom: 0;
  left: 0;
  width: calc(100% + 0px);
  height: 5px;
}
.survey-answer-wrap .ibt_page_title .division-title {
  border: 1px solid #dadce0;
  padding: 20px 20px 17px 20px;
  border-radius: 5px;
}
.survey-answer-wrap .ibt_page_title .division-title .division-tit {
  color: inherit;
}
.survey-answer-wrap .ibt_page_title .division-title .division-description {
  margin-top: 10px;
}

.survey-answer-wrap .ibt_page_title.display_num .division-num {
  display: block;
}
.survey-answer-wrap .ibt_page_title.display_num .division-title {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}
.survey-answer-wrap .ibt_page_title.display_num:before,
.survey-answer-wrap .ibt_page_title.display_num:after {
  display: none;
}
/* 페이지 타이머 */
.survey-page-tmier-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #ed5c23;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey-page-tmier-footer span {
  font-size: large;
  color: #fff;
  letter-spacing: -1px;
  animation: blink-effect 1s step-end infinite;
}
@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

#survey-page-tmier {
  position: fixed;
  right: 10px; /*margin-left:auto;*/
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50pt;
  z-index: 10001;
  cursor: move;
}
#survey-page-tmier.position-top {
  top: 100px;
}
.base-timer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0px;
  box-sizing: border-box;
  border-radius: 50pt;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  /* -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2); */
}
.base-timer__svg {
  transform: scaleX(-1);
}
.base-timer__circle {
  fill: none;
  stroke: none;
}
/* .base-timer__path-elapsed{stroke-width: 2px; stroke: #fff;} */
.base-timer__path-remaining {
  stroke-width: 3px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}
.base-timer__path-remaining.basics {
  color: rgba(0, 0, 0, 0);
}
.base-timer__path-remaining.warning,
.base-timer__path-remaining.finish {
  color: #fff;
}
.base-timer__label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.base-timer__label span {
  color: #ff2200;
  font-size: 11px;
  letter-spacing: -1px;
  margin: 3px 0;
}
.base-timer__label .time-label {
  font-weight: 700;
  font-size: x-large;
  color: #ff2200;
}

/* 신규문항 공통  */
/* .survey-answer-wrap .survey-select-arr, */
.survey-select-wrap .survey-select-arr {
  counter-reset: number 0;
}
.survey-select-wrap .box-txt span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #ed5c23;
}
.survey-select-wrap .box-txt.excess span {
}
.survey-select-wrap .control_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 930px;
  border: 2px solid #f5f5f5;
  padding: 0px;
  border-radius: 10px;
}
.survey-select-wrap .control_box .box-txt {
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
}
#thumb_preview {
  z-index: 99;
  position: absolute;
  background: #fff;
  display: none;
  max-width: 500px;
}

/* 듣기 */
.survey-select-wrap .survey-select-arr .sound-box {
  -ms-flex-align: center;
  align-items: center;
}
.survey-select-wrap .survey-select-arr .sound-box .box-guide {
  margin-bottom: 10px;
}
.survey-select-wrap .survey-select-arr .sound-box .box-guide i {
  font-style: normal;
}
.survey-select-wrap .survey-select-arr .sound-box .box-guide i.play {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 3px 3px;
  background: #e5e7e8;
  border-radius: 50%;
  text-indent: 3px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.survey-select-wrap .survey-select-arr .sound-box .box-guide i.pause {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 3px 3px;
  background: #e5e7e8;
  border-radius: 50%;
  text-indent: -1000px;
  color: transparent;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.survey-select-wrap .survey-select-arr .sound-box .box-guide i.pause::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/common/ico-pause.svg);
  background-position: 50% 50%;
  background-size: 14px;
  opacity: 0.65;
}
.survey-select-wrap .survey-select-arr .sound-box .box-guide span {
  display: block;
  font-size: smaller;
  color: #999;
}
.survey-select-wrap .survey-select-arr .sound-box .box-txt {
  background: transparent;
  margin: 0;
  padding: 0;
}
.survey-select-wrap .survey-select-arr .sound-box .box-txt span {
  margin: 0;
}
.survey-select-wrap .survey-select-arr .sound-box {
  margin-bottom: 30px;
  border: 0;
}
.survey-select-wrap .survey-select-arr .sound-box .file-upload-content {
  width: 90%;
}
.survey-select-wrap .survey-select-arr .sound-box .file-upload-content audio {
  width: 100%;
}
.survey-select-wrap .survey-select-arr .control_box.sound-box {
  padding-left: 0;
  width: 100%;
  max-width: 600px;
}
/* 듣기 정답확인 */
.survey-question .control_box {
  box-sizing: border-box;
  width: 100%;
  max-width: 930px;
  border: 2px solid #f5f5f5;
  padding: 0px;
  border-radius: 10px;
}
.survey-question .sound-box {
  margin-bottom: 30px;
  border: 0;
  padding-left: 60px;
}
.survey-question .sound-box .file-upload-content {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.survey-question .sound-box .file-upload-content audio {
  width: 100%;
}
.sound-box .file-upload-content {
  position: relative;
}
.sound-box .file-upload-content .audio-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* 드래그 앤 드랍 */
.survey-select-wrap .drag-box {
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  height: auto !important;
  max-width: 930px;
}
.survey-select-wrap .drag-box .container {
  max-width: 100%;
  margin-left: -5px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.survey-select-wrap .drag-box .container > .item {
  margin: 0 5px 10px;
}
.survey-select-wrap .drag-box .container > .item.active .box_con {
  border: 2px solid #ed5c23;
  border-width: 2px !important;
  outline: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.survey-select-wrap .drag-box .container > .item.active .box_con.no-drop {
  border: 2px solid #fff;
  outline: 1px solid #acacac;
  box-shadow: none;
}
.survey-select-wrap .drag-box .container .item_box {
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
}
.survey-select-wrap .drag-box .container .box_top {
  display: none;
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 10;
}
.survey-select-wrap .drag-box .container .box_top .choice-del {
  width: 10px;
  height: 10px;
  background: url("/img/btn/q_del.png");
  background-size: contain;
}
.survey-select-wrap .drag-box .container .box_top button:hover {
  filter: invert(41%) sepia(54%) saturate(2654%) hue-rotate(350deg)
    brightness(88%) contrast(130%);
}
.survey-select-wrap .drag-box .box_con {
  display: grid;
  align-items: center;
  position: relative;
  border-radius: 10px;
  padding: 5px 10px;
  min-height: 40px;
  border: 1px solid #acacac;
  outline: 0px solid #fff;
  box-sizing: border-box;
}
.survey-select-wrap .drag-box .box_con.active {
  border: 1px solid #ed5c23;
  outline: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.survey-select-wrap .drag-box .box_con > span {
  grid-column-start: 2;
}
.survey-select-wrap .drag-box .box_con > span:empty {
  display: none;
}
.survey-select-wrap .drag-box .box_con .thumb_img {
  text-align: center;
}
.survey-select-wrap .drag-box .box_con .thumb_img .img-div {
  position: relative;
  width: fit-content;
  margin: auto;
}
.survey-select-wrap .drag-box .box_con .thumb_img .img-div:hover {
}
.survey-select-wrap .drag-box .box_con .thumb_img img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 70px;
}
.survey-select-wrap .drag-box .box_con .move {
  display: none;
}
.survey-select-wrap .drag-box .choice-del {
  grid-column-start: 5;
  place-self: center;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  background: url("/img/btn/q_del.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  /* position:absolute; top:50%; right:5px; 
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); */
}
.survey-select-wrap .drag-box .choice-del::before {
  content: "";
}
.survey-select-wrap .drag-box .choice-del:hover {
  filter: invert(41%) sepia(54%) saturate(2654%) hue-rotate(350deg)
    brightness(88%) contrast(130%);
}

.survey-select-wrap .choice-list-answer .box_con {
}
.survey-select-wrap .drag-box .choice-del {
}

/* 시헙설정 및 정답 */
.survey-select-wrap .control_box.drag-box {
  margin-bottom: 20px;
}
.survey-select-wrap .drag-box .container {
  counter-reset: number 0;
}
.survey-select-wrap .drag-box .container .item_box:before {
  /* counter-increment: number 1;
        content: counter(number); 
        position: absolute; top:-1px; left:9px; width:14px; height:14px; z-index:1;
        background:#ed5c23; border:1px solid #ed5c23; font-family: initial; color:#fff; font-size:8px; text-align: center; letter-spacing: -1px;
        display: flex;
        align-items: center;
        justify-content: center; */
}
/* 응답창 롤오버 */
.survey-select-wrap .drag-box .container > .item .item_box .box_con:hover,
.ibt_section .drag-box .container > .item .item_box .box_con:hover {
  border: 1px solid #ed5c23;
  outline: 0px solid #ed5c23;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.survey-select-wrap .drag-box .container > .item .item_box .box_con:active,
.ibt_section .drag-box .container > .item .item_box .box_con:active {
  cursor: move;
}

/* 응답창 소질문 순서 */
.ibt_section .survey-select-wrap .drag-box .container .item_box:before {
  display: none;
}

/* 비활성 */
.survey-select-wrap .drag-box .container .box_con.no-drop {
  cursor: no-drop;
  opacity: 0.3;
}
.survey-select-wrap .drag-box .container .box_con.no-drop:hover {
  border: 1px solid #acacac !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.survey-select-wrap
  .drag-box
  .container
  .box_con.no-drop
  .thumb_img
  .img-div
  img {
}
.survey-select-wrap .drag-box .container .box_con.no-drop span {
}

/* .survey-select-wrap .drag-box + .sub-tit-wrap{margin-top:10px;} */
.survey-select-wrap .drag-box + .sub-tit-wrap .choice-list-answer {
  margin-top: 30px;
}

/* 순서배열  */
.survey-select-wrap .drag-answer-wrap {
  border: 2px solid #f5f5f5;
  min-height: 40px;
  padding: 1px 10px;
  padding-top: 10px;
  background: #f5f5f5;
  flex-direction: row;
  align-items: stretch;
  min-height: 65px;
}
.survey-select-wrap .drag-answer-wrap > li {
  padding: 0;
  min-width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey-select-wrap .drag-answer-wrap > li.null_first {
  flex: 1;
}
.survey-select-wrap .drag-answer-wrap > li.null_last {
  flex: 1;
}

.survey-select-wrap .drag-answer-wrap .item_box {
  padding-bottom: 9px;
}
.survey-select-wrap .drag-answer-wrap .box_con {
  border: 1px solid #222;
  outline: 0;
  width: fit-content !important;
  background-color: #fff;
}
.survey-select-wrap .drag-answer-wrap .box_con:hover {
  border: 1px solid #ed5c23;
}
.survey-select-wrap .drag-answer-wrap .box_con:active {
  cursor: move;
}
.survey-select-wrap
  .drag-answer-wrap
  .box_con
  img[src="/img/common/ico-del2.png"] {
  position: absolute;
  top: 50%;
  right: 5px;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.survey-select-wrap .drag-answer-wrap .box_con > span:empty {
  display: none;
}

/* 드로그 앤 드롭 소질문 */
.survey-select-wrap .survey-select-arr {
  counter-reset: number 0;
}
.survey-select-wrap .survey-select-arr .choice-list-answer:before {
  display: none;
  counter-increment: number 1;
  content: counter(number) ")";
}
.survey-select-wrap .choice-list-answer {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.survey-select-wrap .choice-list-answer:before,
.survey-select-wrap .choice-list-answer .container {
}
.survey-select-wrap .choice-list-answer .container {
  position: relative;
  margin-top: 30px;
  flex: 1;
  justify-content: flex-start;
}
.survey-select-wrap .choice-list-answer .container:first-child {
  margin-top: -20px;
}
.survey-select-wrap .choice-list-answer .container li > span {
  /* position:relative; 
    border:2px solid #acacac !important; width: fit-content !important; height: fit-content !important;
    margin:3px; border-radius: 10px; min-width:100px; min-height: 45px; vertical-align: middle; box-sizing: border-box; */

  position: relative;
  border: 0 !important;
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px;
  margin: 3px;
  min-height: 40px;
  vertical-align: middle;
  box-sizing: border-box;
}
.survey-select-wrap .choice-list-answer .container li > span:empty {
  min-width: 100px;
  top: -10px;
  border: 1px solid #acacac !important;
}
.survey-select-wrap .choice-list-answer .container li > span.insert-drag {
  min-width: fit-content !important;
}
.survey-select-wrap .choice-list-answer .container li > span.insert-drag:empty {
  min-width: 100px !important;
}
.survey-select-wrap .choice-list-answer .box_con {
  position: relative;
  top: -10px;
  left: 0px;
  margin: 0;
  border-radius: 10px;
  width: 100%;
  max-width: fit-content;
  min-width: 40px;
  height: 100%;
  /* border:0 !important; border: 1px solid #ff0000 !important; */
}
.survey-select-wrap .choice-list-answer .box_con > span:empty {
  display: none;
}
.survey-select-wrap .choice-list-answer .container li > span.active {
  border: 0px solid #000 !important;
}
.survey-select-wrap .choice-list-answer .active .box_con {
  margin: 0;
  outline: 0;
}
.survey-select-wrap
  .choice-list-answer
  .box_con
  img[src="/img/common/ico-del2.png"] {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.survey-select-wrap
  .choice-list-answer
  .active
  .box_con
  img[src="/img/common/ico-del2.png"] {
  display: block;
  margin-left: 25px;
}
/* 드로그 앤 드롭 소질문 - 정답확인 */
.survey-select-wrap .choice-list-answer.check-choice-list-answer {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.survey-select-wrap .choice-list-answer.check-choice-list-answer::before {
  padding-top: 10px;
  padding-right: 5px;
  position: relative;
  margin-left: -19px;
}
.survey-select-wrap .choice-list-answer.check-choice-list-answer h4 {
  width: auto;
  flex: 1;
}
.survey-select-wrap
  .choice-list-answer.check-choice-list-answer
  .write-answer-wrap {
}
.survey-select-wrap .drag-box.choice-list-answer .container > li {
  display: flex;
  align-items: flex-start;
}
.survey-select-wrap .drag-box.choice-list-answer .container > li:first-child {
  flex: 1;
}
.survey-select-wrap .drag-box.choice-list-answer .container > li span.active {
  margin-top: -7px;
}
.survey-select-wrap
  .drag-box.choice-list-answer
  .container
  > .setting-unit-score-sub {
  width: fit-content;
  margin-top: 0 !important;
  margin-bottom: 5px;
  font-size: initial;
}
.survey-select-wrap .drag-box.choice-list-answer .correct-c {
  margin-top: 3px;
  margin-left: -16px;
}
.survey-select-wrap .drag-box.choice-list-answer .container .correct-c {
  top: -10px;
}
.survey-select-wrap .drag-box.choice-list-answer .insert-drag i.num {
  display: none;
}
/* 정답확인 */
.drag-answer-wrap.insert-drag .box_con {
  padding-right: 15px;
}
.drag-answer-wrap.insert-drag .box_con:hover {
  border: 2px solid #000 !important;
}
span.insert-drag {
  min-width: fit-content !important;
}
span.insert-drag .box_con {
  display: flex;
  align-items: center;
}
span.insert-blank {
  display: inline-block;
  min-width: 50px;
  min-height: 22px;
  padding: 0 5px 0 13px;
  width: fit-content; /*font-size: small;*/
  border-bottom: 2px solid #000;
  margin-bottom: 5px;
}
span.insert-drag i.num {
  font-size: 12px;
  font-style: normal;
  margin-left: -5px;
  margin-right: 3px;
}

span.insert-blank i.num {
  font-size: 12px;
  font-style: normal;
  margin-left: -10px;
  margin-right: 3px;
}
/* 드래그 문항 정답 */
.sub-tit-wrap.sub-tit-warp-drag {
  padding-left: 20px;
}
.sub-tit-wrap.sub-tit-warp-drag .ex-answer-list2 .short-answer-que {
  display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 5px;
}
.sub-tit-wrap.sub-tit-warp-drag .ex-answer-list2 .short-answer-que .tagtext {
  grid-column: 2;
}
.sub-tit-wrap.sub-tit-warp-drag
  .ex-answer-list2
  .short-answer-que
  .tagtext
  > img {
  margin: 0 -5px -6px;
}
.sub-tit-wrap.sub-tit-warp-drag .ex-answer-list2 .short-answer-que .tagimg {
  text-align: center;
}
.sub-tit-wrap.sub-tit-warp-drag
  .ex-answer-list2
  .short-answer-que
  .tagimg
  + .tagtext {
  margin-top: -5px !important;
}

/* 드래그 순서배열 정답 */
.sub-tit-wrap.sub-tit-warp-drag-order {
  padding-left: 0px;
}
.sub-tit-wrap.sub-tit-warp-drag-order .control_box {
  border: 2px solid #f5f5f5;
}
.sub-tit-wrap.sub-tit-warp-drag-order
  .container
  > .item
  .item_box
  .box_con:hover {
  border: 2px solid #000;
  cursor: default;
}
.sub-tit-wrap.sub-tit-warp-drag-order .box_con {
  padding-right: 15px;
}
.sub-tit-wrap.sub-tit-warp-drag-order .answer-info {
  border-top: 0;
  margin-bottom: 0px;
}
.sub-tit-wrap.sub-tit-warp-drag-order .answer-info + .drag-answer-wrap,
.sub-tit-wrap.sub-tit-warp-drag-order .answer-info + .drag-answer-wrap .box_con,
.sub-tit-wrap.sub-tit-warp-drag-order
  .answer-info
  + .drag-answer-wrap
  .box_con:hover {
  border: 1px solid #acacac;
  cursor: default;
}
.sub-tit-wrap.sub-tit-warp-drag-order.drag-order-setting .box_con {
  padding-right: 10px;
}
.sub-tit-wrap.sub-tit-wrap-table.sub-tit-warp-drag + .sub-tit-warp-drag {
  margin-top: -20px;
}
.sub-tit-wrap .have-text .ex-answer-list,
.sub-tit-wrap.sub-tit-wrap-table .ex-answer-list,
.sub-tit-wrap.sub-tit-wrap-table .ex-answer-list2 {
  border-bottom: 0;
}

/* 추가 */
/* .survey-question .sound-box{padding-left: 0;} */

/* 말하기 문항 */
.control_box.speak-box {
  padding: 20px 0;
  display: flex;
  align-items: center;
  /* 
    align-items: start; 
    position: relative; border: 1px solid #ccc; border-radius: 10px;
    */
}

.control_box.speak-box .title-guide {
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 50pt;
  display: flex;
  align-items: center;
}
.control_box.speak-box .title-guide i {
  color: #aaa;
  font-size: x-large;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.control_box.speak-box .title-guide i.ico_exclamation {
  background-image: url("/img/common/icon-circle-exclamation.svg");
}
.control_box.speak-box .title-guide .guide-txt {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  color: #555;
}
.control_box.speak-box .title-guide .guide-txt span {
  display: block;
  line-height: 1.5;
  font-size: inherit;
}
.control_box.speak-box .title-guide .guide-txt span strong {
  font-weight: bold;
  color: #ed5c23;
}
.control_box.speak-box .text-box {
  font-size: smaller;
  color: #ed5c23;
  text-align: center;
}
.control_box.speak-box .text-box:empty {
  display: none;
}
.control_box.speak-box .text-box i {
  position: relative;
  display: inline-block;
  background: #ed5c23;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 0 3px -5px;
}
.control_box.speak-box .text-box i:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(337deg)
    brightness(150%) contrast(150%);
}
.control_box.speak-box .text-box i.ico_spaek:after {
  background-image: url("/img/common/icon-player-speak.svg");
}
.control_box.speak-box .text-box i.ico_record:after {
  background-image: url("/img/common/ico-player-record.svg");
  background-size: 100%;
  filter: none;
}
.control_box.speak-box .con-player + .text-box {
  margin-top: 50px;
}
.control_box.speak-box .title-guide + .text-box {
  margin-top: -10px;
  margin-bottom: 40px;
}

.control_box.speak-box .con-player {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.control_box.speak-box .con-player > div {
}
.control_box.speak-box .con-player > div:first-child {
  margin-left: 0;
}

/* 말하기문항 플레이어 (준비&말하기) */
.control_box .box-player {
  display: grid;
  grid-template-columns: 37px minmax(auto, 504px) 37px;
  gap: 0px 10px;
  align-items: center;
  max-width: 90%;
  word-break: keep-all;
}
/* 말하기 플레이어 반응형 */
@media screen and (max-width: 780px) {
  .control_box .box-player {
    grid-template-columns: 37px minmax(auto, 504px) auto;
  }
}

.control_box .box-player .player-txt {
  grid-column: 1/4;
  text-align: center;
  margin-bottom: 10px;
}
.control_box .box-player .player-txt span {
  display: block;
  font-size: smaller;
  color: #999;
}
.control_box .box-player .player-txt span strong {
  color: #ed5c23;
  font-weight: bold;
  font-size: 15px;
  vertical-align: -1px;
}
.control_box .box-player .player-txt i {
  position: relative;
  background: #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 0 3px 3px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.control_box .box-player .player-txt i img {
  width: auto;
  height: 65%;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(337deg)
    brightness(150%) contrast(150%);
}

.control_box .box-player .player-btn {
  margin-left: auto;
}
.control_box .box-player .player-status {
  grid-row: 3;
  text-align: center;
  margin-left: auto;
  font-size: 90%;
  display: none;
}
.control_box .box-player .player-status span {
  width: 36px;
  display: block;
  font-size: inherit;
}
.control_box .box-player .player-bars {
  grid-column: 2;
}
.control_box .box-player .player-bars .bars {
  outline: 1px solid #ccc;
  width: 100%;
  height: 4px;
  border-radius: 50pt;
}
.control_box .box-player .player-bars .bars > span {
  position: relative;
  display: block;
  height: 100%;
  background: #ed5c23;
  border-radius: inherit;
}
.control_box .box-player .player-time {
  font-weight: bold;
  text-align: right;
  grid-column: 2;
  color: #ccc;
  margin-top: -10px;
}
.control_box .box-player .player-right {
}
.control_box .box-player .player-right button {
  outline: 1px solid #ccc;
  font-size: smaller;
}
.control_box .box-player .player-right button.txt_btn {
  width: 60px;
  font-size: 11px;
  letter-spacing: -1.25px;
  padding: 5px 0;
  border-radius: 3px;
}
.control_box .box-player .player-right button.txt_btn:hover {
  background-color: #f1f1f1;
}
.control_box .box-player .player-right button.ico_btn {
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  background-color: transparent !important;
}
.control_box .box-player .ico_btn {
  width: 36px;
  height: 36px;
  background: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.control_box .box-player .ico_btn img {
  filter: brightness(0) invert(1);
}

/* 준비시간 미설정시 */
.control_box .box-player.no-preparation {
}
.control_box .box-player.no-preparation .player-status {
  display: none;
}
.control_box .box-player.no-preparation .player-time {
}
.control_box .box-player.no-preparation .ico_status_speak {
  background-color: #ed5c23 !important;
}
.control_box .box-player.no-preparation {
}
.control_box .box-player .ico_record.pause img {
}

/* 플레이어 버튼 아이콘 */
/* 삭제 요망 */
.control_box .box-player .ico_btn img {
  max-height: 90%;
  width: auto;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(337deg)
    brightness(150%) contrast(150%);
}
.control_box .box-player .ico_btn.active {
  background-color: #ed5c23 !important;
}
.control_box .box-player .ico_status_preparation img {
  content: url("/img/common/icon-player-preparation.svg");
}
.control_box .box-player .ico_status_speak img {
  content: url("/img/common/icon-player-speak.svg");
}
.control_box .box-player .ico_record {
  background-color: transparent;
}
.control_box .box-player .ico_record img {
  content: url("/img/common/ico-player-record.svg");
  filter: none;
  max-height: 100%;
}
.control_box .box-player .ico_record.pause img {
  content: url("/img/common/ico-player-record-pause.svg");
  filter: none;
  max-height: 100%;
}
.control_box .box-player .ico_record.play img {
  content: url("/img/common/ico-player-record-play.svg");
  filter: none;
  max-height: 100%;
}
.control_box .box-player .ico_record.play_pause img {
  content: url("/img/common/ico-player-record-play-pause.svg");
  filter: none;
  max-height: 100%;
}
.control_box .box-player .ico_record.stop img {
  content: url("/img/common/ico-player-record-play-stop.svg");
  filter: none;
  max-height: 70%;
}
.control_box .box-player .ico_record.stop:hover img {
  filter: brightness(0.6);
}
.control_box .box-player .ico_record.reset img {
  content: url("/img/common/ico-player-record-reset.svg");
  filter: none;
  max-height: 70%;
}
/* ///삭제 요망 */

.control_box .box-player .record > button.ico_btn > img {
  content: url(/img/common/icon-player-speak.svg);
}
.control_box .box-player .record.ing > button.ico_btn > img {
  content: url(/img/common/ico-player-record-pause.svg);
  background: #fff;
  filter: none;
  max-height: 100%;
}
.control_box .box-player .record.pause button.ico_btn > img {
  content: url(/img/common/ico-player-record.svg);
  background: #fff;
  filter: none;
  max-height: 100%;
}
.control_box .box-player .record.play button.ico_btn > img {
  content: url(/img/common/ico-player-record-play.svg);
  background: #fff;
  filter: none;
  max-height: 100%;
}
.control_box .box-player .record.play_pause > button.ico_btn > img {
  content: url("/img/common/ico-player-record-play-pause.svg");
  background: #fff;
  filter: none;
  max-height: 100%;
}
.control_box .box-player .record.stop > button.ico_btn > img {
  content: url("/img/common/ico-player-record-play-stop.svg");
  filter: none;
  max-height: 50%;
}
.control_box .box-player .record.stop:hover > button.ico_btn {
  filter: brightness(0.8);
}
.control_box .box-player .record.reset > button {
}

/* 플레이어 - 준비 */
.control_box .box-player.preparation {
}
.control_box .box-player.preparation .ico_status i {
  background-image: url("");
}

/* 플레이어 - 말하기 */
.control_box .box-player.speaking {
}
.control_box .box-player.speaking .player-bars .bars {
  /*outline: 0; height:3px;*/
}

.control_box .box-player.ready {
}
.control_box .box-player.ready .ico_btn {
  background-color: #ccc;
}
.control_box .box-player.ready .player-bars .bars > span {
  width: 0 !important;
}
.control_box .box-player.ready.speaking .player-bars .bars {
  outline: 1px solid #ccc;
  height: 4px;
}
.control_box .box-player.ready.speaking .player-bars .bars > span {
  position: relative;
}

.control_box .box-player.start {
  color: #ed5c23;
}
.control_box .box-player.start .ico_btn {
  background-color: #ed5c23;
}
.control_box .box-player.start .player-bars .bars {
  outline-color: #ed5c23;
}
.control_box .box-player.start .player-time {
  color: #ed5c23;
}

.control_box .box-player.completion {
  color: #ccc;
}
.control_box .box-player.completion .player-bars .bars {
  outline: 1px solid #ed5c23;
  height: 3px;
}
.control_box .box-player.completion .player-bars .bars span {
  width: 100% !important;
}
.control_box .box-player.completion .ico_btn {
  background-color: #ccc;
}
.control_box .box-player.no-preparation.completion .player-time {
  color: #ed5c23;
}
.player-bars .bars {
  /*outline: 0; height:3px;*/
}

/* 준비시간 완료 시 */
.control_box.pre_time-box .box-player.completion .player-txt span {
  display: none;
}
.control_box.pre_time-box .box-player.completion .player-txt::after {
  content: "준비시간이 경과하였습니다.";
  font-size: smaller;
  color: #999;
}

/* 말하기문항 테두리 및 타이틀 추가 */
.survey-select-wrap .survey-select-arr.contents-speak .button-section {
  width: 100%;
  max-width: 930px;
}
.survey-select-wrap .survey-select-arr.contents-speak .guide-txt {
  width: 100%;
  max-width: 930px;
  font-size: 13px;
}
.survey-select-wrap .survey-select-arr.contents-speak .guide-txt > span {
  position: relative;
  display: block;
  padding-left: 17px;
}
.survey-select-wrap
  .survey-select-arr.contents-speak
  .guide-txt
  > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 50%;
  background-image: url(/img/common/icon-circle-exclamation.svg);
  filter: invert(41%) sepia(54%) saturate(2654%) hue-rotate(350deg)
    brightness(88%) contrast(130%);
}
.survey-select-wrap .survey-select-arr.contents-speak .control_box {
  position: relative;
  width: 100%;
  max-width: 930px;
  padding: 0px;
  border: 0px solid #ccc;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.survey-select-wrap .survey-select-arr.contents-speak .control_box > .bot-box {
  font-size: smaller;
  color: #ed5c23;
  text-align: center;
}
.survey-select-wrap .survey-select-arr.contents-speak .control_box:before {
  position: absolute;
  top: -12px;
  left: 20px;
  display: inline-block;
  min-width: 60px;
  background-color: #ccc;
  padding: 4px 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50pt;
  box-sizing: border-box;
}

.survey-select-arr.contents-speak .control_box.sound-box,
.survey-select-arr.contents-speak .control_box.speak-box {
  border-width: 1px;
  padding: 30px 0;
}
.survey-select-arr.contents-speak .control_box.sound-box:before {
  content: "듣기";
}
.survey-select-arr.contents-speak .control_box.speak-box:before,
.survey-select-arr.contents-speak .control_box.sound-box.speak::before {
  content: "말하기";
}

/*  */
.survey-select-arr.contents-speak .control_box.pre_time-box {
  margin-bottom: 10px;
  margin-top: -10px;
}
/* 말하기문항 녹음 시 재생바 웨이브 */
.control_box .box-player .player-bars .img_soung_wave {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 36px;
  background-image: url(/img/att/sound_wave.gif);
  background-size: auto 25px;
  background-repeat: repeat-x;
  background-position: 0% 50%;
  filter: invert(62%) sepia(51%) saturate(1619%) hue-rotate(345deg)
    brightness(95%) contrast(96%);
}
.control_box.start
  .box-player
  .player-btn.record
  ~ .player-bars
  .img_soung_wave {
  display: block;
}
.control_box
  .box-player
  .player-btn.record.pause
  ~ .player-bars
  .img_soung_wave,
.control_box .box-player .player-btn.record.play ~ .player-bars .img_soung_wave,
.control_box
  .box-player
  .player-btn.record.play_pause
  ~ .player-bars
  .img_soung_wave {
  display: none;
}
.control_box.ready .player-bars .img_soung_wave,
.control_box.completion .player-bars .img_soung_wave {
  display: none !important;
}

/* 말하기문항 안내 레이어 */
.layer-pageinfo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-pageinfo .box-con {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px,
    rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
  padding: 30px;
  margin: 32px;
  border-radius: 20px;
  outline: 3px solid #555;
  text-align: center;
}
.layer-pageinfo .box-con h1 {
  display: block;
  font-weight: 700;
  font-size: x-large;
  color: #333;
}
.layer-pageinfo .guide-txt {
  display: inline-flex;
  flex-direction: column;
  margin-top: 10px;
}
.layer-pageinfo .guide-txt > span {
  display: flex;
  margin: 5px 0;
  align-items: center;
  font-size: larger;
  color: #333;
}
.layer-pageinfo .guide-txt > span strong {
  font-weight: bold;
  color: #ed5c23;
}
.layer-pageinfo .guide-txt > span i {
  position: relative;
  width: 22px;
  height: 22px;
  background: #ed5c23;
  border-radius: 50%;
  margin-right: 5px;
}
.layer-pageinfo .guide-txt > span i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(337deg)
    brightness(150%) contrast(150%);
}
.layer-pageinfo .guide-txt > span.preparation i:after {
  background-image: url("/img/common/icon-player-preparation.svg");
}
.layer-pageinfo .guide-txt > span.speaking i:after {
  background-image: url("/img/common/icon-player-speak.svg");
}

/* 말하기 문항 현재상황 추가 작업 */
.contents-speak .control_box.ready,
.contents-speak .control_box.completion {
  opacity: 0.5;
  filter: grayscale(1);
}
.contents-speak .control_box.ready .box-player .player-txt i,
.contents-speak .control_box.completion .box-player .player-txt i {
  background-color: #ccc;
}

.contents-speak .control_box.start::before {
  background-color: #ed5c23 !important;
}
.contents-speak .control_box.start .box-player .ico_btn {
  background: #ed5c23;
}
.contents-speak .control_box.start .box-player .ico_btn > img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(337deg)
    brightness(150%) contrast(150%);
}
.contents-speak .control_box.start .box-player .player-txt i {
  background: #ed5c23;
}
.contents-speak .control_box.start .box-player .player-time {
  color: #ed5c23;
}
.contents-speak .control_box.start .box-player .player-bars .bars {
  outline-color: #ccc;
}

.contents-speak .control_box.completion .box-player .ico_record.pause img,
.contents-speak .control_box.completion .box-player .ico_record img,
.contents-speak .control_box.completion .box-player button.txt_btn {
  opacity: 0.5;
}
.contents-speak .control_box.completion .box-player .player-bars .bars {
  outline-color: #ccc;
}

/* 말하기문항 반응형 */
@media screen and (max-width: 830px) {
  .control_box.speak-box .box-player {
    margin-top: 30px;
  }
  .control_box.speak-box .box-player:first-child {
    margin-top: 0;
  }
}

/* 페이지타이틀 템플릿 */

/* .survey-answer-wrap .ibt_page_title.title_style19:before{background:var(--template_color19);}
.survey-answer-wrap .ibt_page_title.title_style19 .division-num{border-bottom-color:var(--template_color19); border: 0;}
.survey-answer-wrap .ibt_page_title.title_style19 .division-num > span{background:var(--template_color19);}
.survey-answer-wrap .ibt_page_title.title_style19 .division-title{background:var(--template_color19); border-color:var(--template_color19); border-top-right-radius: 5px; color:#fff;}
.survey-answer-wrap .ibt_page_title.display_num.title_style19 .division-title .division-tit{margin-top:3px;} */

.survey-answer-wrap .ibt_page_title.title_style1:before {
  background: var(--template_color1);
}
.survey-answer-wrap .ibt_page_title.title_style1 .division-num {
  border-bottom-color: var(--template_color1);
}
.survey-answer-wrap .ibt_page_title.title_style1 .division-num::after {
  background: var(--template_color1);
}
.survey-answer-wrap .ibt_page_title.title_style1 .division-num > span {
  background: var(--template_color1);
}
.survey-answer-wrap .ibt_page_title.title_style1 .division-title {
  color: var(--template_color1);
}

.survey-answer-wrap .ibt_page_title.title_style2:before {
  background: var(--template_color2);
}
.survey-answer-wrap .ibt_page_title.title_style2 .division-num {
  border-bottom-color: var(--template_color2);
}
.survey-answer-wrap .ibt_page_title.title_style2 .division-num::after {
  background: var(--template_color2);
}
.survey-answer-wrap .ibt_page_title.title_style2 .division-num > span {
  background: var(--template_color2);
}
.survey-answer-wrap .ibt_page_title.title_style2 .division-title {
  color: var(--template_color2);
}

.survey-answer-wrap .ibt_page_title.title_style3:before {
  background: var(--template_color3);
}
.survey-answer-wrap .ibt_page_title.title_style3 .division-num {
  border-bottom-color: var(--template_color3);
}
.survey-answer-wrap .ibt_page_title.title_style3 .division-num::after {
  background: var(--template_color3);
}
.survey-answer-wrap .ibt_page_title.title_style3 .division-num > span {
  background: var(--template_color3);
}
.survey-answer-wrap .ibt_page_title.title_style3 .division-title {
  color: var(--template_color3);
}

.survey-answer-wrap .ibt_page_title.title_style4:before {
  background: var(--template_color4);
}
.survey-answer-wrap .ibt_page_title.title_style4 .division-num {
  border-bottom-color: var(--template_color4);
}
.survey-answer-wrap .ibt_page_title.title_style4 .division-num::after {
  background: var(--template_color4);
}
.survey-answer-wrap .ibt_page_title.title_style4 .division-num > span {
  background: var(--template_color4);
}
.survey-answer-wrap .ibt_page_title.title_style4 .division-title {
  color: var(--template_color4);
}

.survey-answer-wrap .ibt_page_title.title_style5:before {
  background: var(--template_color5);
}
.survey-answer-wrap .ibt_page_title.title_style5 .division-num {
  border-bottom-color: var(--template_color5);
}
.survey-answer-wrap .ibt_page_title.title_style5 .division-num::after {
  background: var(--template_color5);
}
.survey-answer-wrap .ibt_page_title.title_style5 .division-num > span {
  background: var(--template_color5);
}
.survey-answer-wrap .ibt_page_title.title_style5 .division-title {
  color: var(--template_color5);
}

.survey-answer-wrap .ibt_page_title.title_style6:before {
  background: var(--template_color6);
}
.survey-answer-wrap .ibt_page_title.title_style6 .division-num {
  border-bottom-color: var(--template_color6);
}
.survey-answer-wrap .ibt_page_title.title_style6 .division-num::after {
  background: var(--template_color6);
}
.survey-answer-wrap .ibt_page_title.title_style6 .division-num > span {
  background: var(--template_color6);
}
.survey-answer-wrap .ibt_page_title.title_style6 .division-title {
  color: var(--template_color6);
}

.survey-answer-wrap .ibt_page_title.title_style7:before {
  background: var(--template_color7);
}
.survey-answer-wrap .ibt_page_title.title_style7 .division-num {
  border-bottom-color: var(--template_color7);
}
.survey-answer-wrap .ibt_page_title.title_style7 .division-num::after {
  background: var(--template_color7);
}
.survey-answer-wrap .ibt_page_title.title_style7 .division-num > span {
  background: var(--template_color7);
}
.survey-answer-wrap .ibt_page_title.title_style7 .division-title {
  color: var(--template_color7);
}

.survey-answer-wrap .ibt_page_title.title_style8:before {
  background: var(--template_color8);
}
.survey-answer-wrap .ibt_page_title.title_style8 .division-num {
  border-bottom-color: var(--template_color8);
}
.survey-answer-wrap .ibt_page_title.title_style8 .division-num::after {
  background: var(--template_color8);
}
.survey-answer-wrap .ibt_page_title.title_style8 .division-num > span {
  background: var(--template_color8);
}
.survey-answer-wrap .ibt_page_title.title_style8 .division-title {
  color: var(--template_color8);
}

.survey-answer-wrap .ibt_page_title.title_style9:before {
  background: var(--template_color9);
}
.survey-answer-wrap .ibt_page_title.title_style9 .division-num {
  border-bottom-color: var(--template_color9);
}
.survey-answer-wrap .ibt_page_title.title_style9 .division-num::after {
  background: var(--template_color9);
}
.survey-answer-wrap .ibt_page_title.title_style9 .division-num > span {
  background: var(--template_color9);
}
.survey-answer-wrap .ibt_page_title.title_style9 .division-title {
  color: var(--template_color9);
}

.survey-answer-wrap .ibt_page_title.title_style10:before {
  background: var(--template_color10);
}
.survey-answer-wrap .ibt_page_title.title_style10 .division-num {
  border-bottom-color: var(--template_color10);
}
.survey-answer-wrap .ibt_page_title.title_style10 .division-num::after {
  background: var(--template_color10);
}
.survey-answer-wrap .ibt_page_title.title_style10 .division-num > span {
  background: var(--template_color10);
}
.survey-answer-wrap .ibt_page_title.title_style10 .division-title {
  color: var(--template_color10);
}

.survey-answer-wrap .ibt_page_title.title_style11:before {
  background: var(--template_color11);
}
.survey-answer-wrap .ibt_page_title.title_style11 .division-num {
  border-bottom-color: var(--template_color11);
}
.survey-answer-wrap .ibt_page_title.title_style11 .division-num::after {
  background: var(--template_color11);
}
.survey-answer-wrap .ibt_page_title.title_style11 .division-num > span {
  background: var(--template_color11);
}
.survey-answer-wrap .ibt_page_title.title_style11 .division-title {
  color: var(--template_color11);
}

.survey-answer-wrap .ibt_page_title.title_style12:before {
  background: var(--template_color12);
}
.survey-answer-wrap .ibt_page_title.title_style12 .division-num {
  border-bottom-color: var(--template_color12);
}
.survey-answer-wrap .ibt_page_title.title_style12 .division-num::after {
  background: var(--template_color12);
}
.survey-answer-wrap .ibt_page_title.title_style12 .division-num > span {
  background: var(--template_color12);
}
.survey-answer-wrap .ibt_page_title.title_style12 .division-title {
  color: var(--template_color12);
}

.survey-answer-wrap .ibt_page_title.title_style13:before {
  background: var(--template_color13);
}
.survey-answer-wrap .ibt_page_title.title_style13 .division-num {
  border-bottom-color: var(--template_color13);
}
.survey-answer-wrap .ibt_page_title.title_style13 .division-num::after {
  background: var(--template_color13);
}
.survey-answer-wrap .ibt_page_title.title_style13 .division-num > span {
  background: var(--template_color13);
}
.survey-answer-wrap .ibt_page_title.title_style13 .division-title {
  color: var(--template_color13);
}

.survey-answer-wrap .ibt_page_title.title_style14:before {
  background: var(--template_color14);
}
.survey-answer-wrap .ibt_page_title.title_style14 .division-num {
  border-bottom-color: var(--template_color14);
}
.survey-answer-wrap .ibt_page_title.title_style14 .division-num::after {
  background: var(--template_color14);
}
.survey-answer-wrap .ibt_page_title.title_style14 .division-num > span {
  background: var(--template_color14);
}
.survey-answer-wrap .ibt_page_title.title_style14 .division-title {
  color: var(--template_color14);
}

.survey-answer-wrap .ibt_page_title.title_style15:before {
  background: var(--template_color15);
}
.survey-answer-wrap .ibt_page_title.title_style15 .division-num {
  border-bottom-color: var(--template_color15);
}
.survey-answer-wrap .ibt_page_title.title_style15 .division-num::after {
  background: var(--template_color15);
}
.survey-answer-wrap .ibt_page_title.title_style15 .division-num > span {
  background: var(--template_color15);
}
.survey-answer-wrap .ibt_page_title.title_style15 .division-title {
  color: var(--template_color15);
}

.survey-answer-wrap .ibt_page_title.title_style16:before {
  background: var(--template_color16);
}
.survey-answer-wrap .ibt_page_title.title_style16 .division-num {
  border-bottom-color: var(--template_color16);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style16 .division-num::after {
  background: var(--template_color16);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style16 .division-num > span {
  background: var(--template_color16);
}
.survey-answer-wrap .ibt_page_title.title_style16 .division-title {
  background: var(--template_color16);
  border-color: var(--template_color16);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style17:before {
  background: var(--template_color17);
}
.survey-answer-wrap .ibt_page_title.title_style17 .division-num {
  border-bottom-color: var(--template_color17);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style17 .division-num::after {
  background: var(--template_color17);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style17 .division-num > span {
  background: var(--template_color17);
}
.survey-answer-wrap .ibt_page_title.title_style17 .division-title {
  background: var(--template_color17);
  border-color: var(--template_color17);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style18:before {
  background: var(--template_color18);
}
.survey-answer-wrap .ibt_page_title.title_style18 .division-num {
  border-bottom-color: var(--template_color18);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style18 .division-num::after {
  background: var(--template_color18);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style18 .division-num > span {
  background: var(--template_color18);
}
.survey-answer-wrap .ibt_page_title.title_style18 .division-title {
  background: var(--template_color18);
  border-color: var(--template_color18);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style19:before {
  background: var(--template_color19);
}
.survey-answer-wrap .ibt_page_title.title_style19 .division-num {
  border-bottom-color: var(--template_color19);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style19 .division-num::after {
  background: var(--template_color19);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style19 .division-num > span {
  background: var(--template_color19);
}
.survey-answer-wrap .ibt_page_title.title_style19 .division-title {
  background: var(--template_color19);
  border-color: var(--template_color19);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style20:before {
  background: var(--template_color20);
}
.survey-answer-wrap .ibt_page_title.title_style20 .division-num {
  border-bottom-color: var(--template_color20);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style20 .division-num::after {
  background: var(--template_color20);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style20 .division-num > span {
  background: var(--template_color20);
}
.survey-answer-wrap .ibt_page_title.title_style20 .division-title {
  background: var(--template_color20);
  border-color: var(--template_color20);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style21:before {
  background: var(--template_color21);
}
.survey-answer-wrap .ibt_page_title.title_style21 .division-num {
  border-bottom-color: var(--template_color21);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style21 .division-num::after {
  background: var(--template_color21);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style21 .division-num > span {
  background: var(--template_color21);
}
.survey-answer-wrap .ibt_page_title.title_style21 .division-title {
  background: var(--template_color21);
  border-color: var(--template_color21);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style22:before {
  background: var(--template_color22);
}
.survey-answer-wrap .ibt_page_title.title_style22 .division-num {
  border-bottom-color: var(--template_color22);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style22 .division-num::after {
  background: var(--template_color22);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style22 .division-num > span {
  background: var(--template_color22);
}
.survey-answer-wrap .ibt_page_title.title_style22 .division-title {
  background: var(--template_color22);
  border-color: var(--template_color22);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style23:before {
  background: var(--template_color23);
}
.survey-answer-wrap .ibt_page_title.title_style23 .division-num {
  border-bottom-color: var(--template_color23);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style23 .division-num::after {
  background: var(--template_color23);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style23 .division-num > span {
  background: var(--template_color23);
}
.survey-answer-wrap .ibt_page_title.title_style23 .division-title {
  background: var(--template_color23);
  border-color: var(--template_color23);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style24:before {
  background: var(--template_color24);
}
.survey-answer-wrap .ibt_page_title.title_style24 .division-num {
  border-bottom-color: var(--template_color24);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style24 .division-num::after {
  background: var(--template_color24);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style24 .division-num > span {
  background: var(--template_color24);
}
.survey-answer-wrap .ibt_page_title.title_style24 .division-title {
  background: var(--template_color24);
  border-color: var(--template_color24);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style25:before {
  background: var(--template_color25);
}
.survey-answer-wrap .ibt_page_title.title_style25 .division-num {
  border-bottom-color: var(--template_color25);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style25 .division-num::after {
  background: var(--template_color25);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style25 .division-num > span {
  background: var(--template_color25);
}
.survey-answer-wrap .ibt_page_title.title_style25 .division-title {
  background: var(--template_color25);
  border-color: var(--template_color25);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style26:before {
  background: var(--template_color26);
}
.survey-answer-wrap .ibt_page_title.title_style26 .division-num {
  border-bottom-color: var(--template_color26);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style26 .division-num::after {
  background: var(--template_color26);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style26 .division-num > span {
  background: var(--template_color26);
}
.survey-answer-wrap .ibt_page_title.title_style26 .division-title {
  background: var(--template_color26);
  border-color: var(--template_color26);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style27:before {
  background: var(--template_color27);
}
.survey-answer-wrap .ibt_page_title.title_style27 .division-num {
  border-bottom-color: var(--template_color27);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style27 .division-num::after {
  background: var(--template_color27);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style27 .division-num > span {
  background: var(--template_color27);
}
.survey-answer-wrap .ibt_page_title.title_style27 .division-title {
  background: var(--template_color27);
  border-color: var(--template_color27);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style28:before {
  background: var(--template_color28);
}
.survey-answer-wrap .ibt_page_title.title_style28 .division-num {
  border-bottom-color: var(--template_color28);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style28 .division-num::after {
  background: var(--template_color28);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style28 .division-num > span {
  background: var(--template_color28);
}
.survey-answer-wrap .ibt_page_title.title_style28 .division-title {
  background: var(--template_color28);
  border-color: var(--template_color28);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style29:before {
  background: var(--template_color29);
}
.survey-answer-wrap .ibt_page_title.title_style29 .division-num {
  border-bottom-color: var(--template_color29);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style29 .division-num::after {
  background: var(--template_color29);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style29 .division-num > span {
  background: var(--template_color29);
}
.survey-answer-wrap .ibt_page_title.title_style29 .division-title {
  background: var(--template_color29);
  border-color: var(--template_color29);
  border-top-right-radius: 5px;
  color: #fff;
}

.survey-answer-wrap .ibt_page_title.title_style30:before {
  background: var(--template_color30);
}
.survey-answer-wrap .ibt_page_title.title_style30 .division-num {
  border-bottom-color: var(--template_color30);
  border: 0;
}
.survey-answer-wrap .ibt_page_title.title_style30 .division-num::after {
  background: var(--template_color30);
  width: calc(100% - 5px);
}
.survey-answer-wrap .ibt_page_title.title_style30 .division-num > span {
  background: var(--template_color30);
}
.survey-answer-wrap .ibt_page_title.title_style30 .division-title {
  background: var(--template_color30);
  border-color: var(--template_color30);
  border-top-right-radius: 5px;
  color: #fff;
}

/* 응답창 메세지 박스 (예:장치없음) */
.survey-answer-wrap .alt_msgbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey-answer-wrap .alt_msgbox > .msgbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 600px;
  min-height: 200px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.survey-answer-wrap .alt_msgbox > .msgbox .box_con {
  flex: 1;
  width: 100%;
}
.survey-answer-wrap .alt_msgbox > .msgbox .box_con h1 {
  display: block;
  font-weight: 700;
  color: #222;
  font-size: 18px;
}
.survey-answer-wrap .alt_msgbox > .msgbox .box_con h1 .ico {
  display: block;
  width: 40px;
  margin: 0 auto 10px;
  filter: invert(64%) sepia(83%) saturate(5692%) hue-rotate(351deg)
    brightness(99%) contrast(88%);
}
.survey-answer-wrap .alt_msgbox > .msgbox .box_con .txt_bgcolor {
  display: block;
  width: 100%;
  background: #f5f5f5;
  color: #222;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 20px auto;
  font-size: 13px;
  line-height: 150%;
}
.survey-answer-wrap .alt_msgbox > .msgbox .box_con .txt_bgcolor hr {
  display: block !important;
  margin: 10px 0;
  opacity: 0.25;
}
.survey-answer-wrap .alt_msgbox > .msgbox .box_con .list-style-1 {
  display: inline-block;
  max-width: 90%;
}
.survey-answer-wrap .alt_msgbox > .msgbox .box_con .list-style-1 li {
  position: relative;
  text-align: left;
  margin: 5px 0;
}
.survey-answer-wrap .alt_msgbox > .msgbox .box_con .list-style-1 li:before {
  content: "·";
  position: absolute;
  left: -10px;
  top: -5px;
  font-size: 20px;
  font-weight: 900;
}

.survey-answer-wrap .alt_msgbox > .msgbox .box_footer {
  margin-top: 10px;
}
.survey-answer-wrap .alt_msgbox > .msgbox .btn_msg_close {
  display: inline-block;
  width: 100px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 7px;
  border-radius: 5px;
}
.survey-answer-wrap .alt_msgbox > .msgbox .btn_msg_close:hover {
  background-color: #111;
}

/* 화면 크기 조절 */
.screen_zoom_inout {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  font-size: 12px;
  color: #555;
  padding: 5px 7px;
  background: #f7f7f7;
  border-radius: 50pt;
  z-index: 1;
}
.screen_zoom_inout::before {
  content: "확대/축소";
  font-size: inherit;
  color: inherit;
  line-height: 1;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.65;
}
.screen_zoom_inout > button {
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50pt;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.screen_zoom_inout > button:hover {
  background-color: rgba(243, 119, 47, 0.5);
  border-color: rgba(243, 119, 47, 0);
}
.screen_zoom_inout > button::before,
.screen_zoom_inout > button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  width: 10px;
  height: 2px;
}
.screen_zoom_inout > button:hover:before,
.screen_zoom_inout > button:hover:after {
  background-color: #fff;
}
.screen_zoom_inout > button.btn_zoom_out::after {
  display: none;
}
.screen_zoom_inout > button.btn_zoom_in::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.screen_zoom_inout > span {
  font-size: inherit;
  color: inherit;
  margin: 0 7px;
  opacity: 0.8;
  line-height: 1;
}
/* 시험미리보기 팝업창 전용 */
.survey-answer-con > .screen_zoom_inout {
  transform: translate(-15px, 15px);
}

.survey-select-arr
  .sub-tit-wrap
  .write-answer-wrap.select-wrapper
  input[type="text"]:not(.browser-default) {
  margin: 0 0 0 10px;
  height: auto;
}
.survey-select-arr
  .sub-tit-wrap
  .write-answer-wrap.select-wrapper
  input[type="text"]:not(.browser-default):first-child {
  margin-left: 0;
}


/* 마우스이벤트 none */
.pointerevents_none {pointer-events: none;}

/* 시험 설정 미리보기 이미지 */
.preview_img_wrap {
  position: relative;
  width: 100%;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  margin-top: 15px;

}
.preview_img_wrap::before {
  position: absolute;
  content: '예시';
  color: #ed5c23;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 30px;
  top: 10px;
  left: 10px;
  
}
.preview_img_wrap .preview_img {
  width: 100%;
  border-radius: 7px;
  display: none;
}

.preview_img_wrap .preview_img.on {
  display: block;
}

.preview_img_wrap .maxi_mini_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: flex  ;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.preview_img_wrap .maxi_mini_btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.preview_img_wrap.preview_mini .maxi_mini_btn::before {
  content: '';
  position: absolute;
  background: url(/img/icon/ico_maximize.svg) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.preview_img_wrap.preview_maxi .maxi_mini_btn::before {
  content: '';
  position: absolute;
  background: url(/img/icon/ico_minimize.svg) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.preview_img_wrap.preview_maxi {
  position: fixed;
  top: 52%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 9;
}
