@charset "utf-8";

* {
  font-family: "NanumSquare" !important;
}

.survey_container {
  text-align: center;
  padding-bottom: 180px;
}
.survey_container .page_inner {
  /* width: 1920px;
  margin: 0 auto;
  padding: 0; */
  padding: 0;
}
.survey_container .page_inner:after {
  content: "";
  display: block;
  clear: both;
}
.survey_container .page_title {
  position: relative;
  padding-bottom: 22px;
  font-weight: 800;
  font-size: 34px;
}
.survey_container .page_title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -45px;
  width: 90px;
  height: 4px;
  background-color: #000;
}
.survey_container .page_title.typeA {
  padding-bottom: 0;
}
.survey_container .page_title.typeA:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -209px;
  width: 418px;
  height: 7px;
  background-color: #e8efff;
}
.survey_container .page_sub_title {
  margin-top: 32px;
  font-size: 20px;
  line-height: 33px;
}
.survey_container .page_sub_title > b {
  font-size: 22px;
  font-weight: 800;
  color: #4c83f7;
}

.survey_container .process_wrap {
  margin-top: 53px;
}
.survey_container .process_wrap .process {
  display: inline-block;
}
.survey_container .process_wrap .process .process_item {
  float: left;
  width: 280px;
  padding: 76px 0;
  background: url(../images/survey/bg_circle.png) no-repeat 0 0;
  background-size: contain;
}
.survey_container .process_wrap .process .process_item:nth-child(2) {
  margin: 0 -48px;
}
.survey_container .process_wrap .process .process_item img {
  width: 72px;
}
.survey_container .process_wrap .process .process_item .process_item--title {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 800;
}
.survey_container .process_wrap .ico_arrow {
  margin-top: 31px;
}
.survey_container .process_wrap .ico_arrow img {
  width: 70px;
}
.survey_container .visual_section {
  margin-top: 15px;
  padding: 57px 0 34px;
  background: url(../images/survey/bg_blue_pattern.png) repeat -5px 0;
  background-size: cover;
}
.survey_container .visual_section img {
  width: 147px;
}
.survey_container .visual_section .visual_section--desc {
  width: 713px;
  margin: 40px auto 0;
  padding: 19px 0;
  background-color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  color: #4c83f7;
  box-shadow: 0px 3px 6px #000000f0;
  border-radius: 88px;
}

.survey_container .step_section_wrap {
  margin-top: 111px;
}
.survey_container .step_section_wrap .step_section {
  display: inline-block;
  margin-top: 110px;
}
.survey_container .step_section_wrap .step_section > li {
  float: left;
  width: 33.333%;
  padding: 0 30px;
}
.survey_container .step_section_wrap .step_section .step_section--title {
  font-size: 34px;
  font-weight: 800;
  text-align: left;
}
.survey_container .step_section_wrap .step_section .step_section--title > img {
  width: 50px;
  margin-right: 10px;
}
.survey_container .step_section_wrap .step_section .step_section--visaul {
  margin: 40px auto 0;
  width: 308px;
  border-radius: 50%;
}
.survey_container .step_section_wrap .step_section .step_section--desc {
  margin-top: 30px;
  padding-top: 10px;
  height: 114px;
  font-size: 16px;
  line-height: 19px;
}
.survey_container .step_section_wrap .step_section li:last-child .step_section--desc {
  padding-top: 0;
}
.survey_container .step_section_wrap .step_section .step_section--label {
  margin: 36px auto 0;
  padding: 10px 0 11px;
  font-size: 19px;
  font-weight: 800;
  color: #4c83f7;
  border: 4px solid #4c83f7;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: inset -3px -3px 6px #0000000a, 0px 3px 6px #00000029;
}

.survey_container .table_section_wrap {
  margin-top: 94px;
}
.survey_container .table_section_wrap .table_section {
  display: inline-block;
  margin-top: 50px;
}
.survey_container .table_section_wrap .table_section:after {
  content: "";
  display: block;
  clear: both;
}
.survey_container .table_section_wrap .table_section > li {
  float: left;
  width: 280px;
}
.survey_container .table_section_wrap .table_section > li + li {
  margin-left: 20px;
}
.survey_container .table_section_wrap .table_section .table_section--title {
  padding: 8px 0;
  background-color: #4c83f7;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.survey_container .table_section_wrap .table_section .table_section--content {
  min-height: 359px;
  margin-top: 10px;
  padding: 16px 0;
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 3px 3px 6px #0000004d;
}
.survey_container .table_section_wrap .table_section .table_section--content > li {
  font-size: 16px;
  line-height: 26px;
}

.survey_container .manage_section_wrap {
  margin-top: 108px;
}
.survey_container .manage_section_wrap .manage_section {
  margin-top: 82px;
}
.survey_container .manage_section_wrap .manage_section .manage_section_item {
  overflow: hidden;
}
.survey_container .manage_section_wrap .manage_section .manage_section_item--content {
  width: 512px;
  height: 190px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  font-size: 24px;
  line-height: 36px;
}
.survey_container
  .manage_section_wrap
  .manage_section
  .manage_section_item
  .manage_section_item--img {
  width: 210px;
}
.survey_container .manage_section_wrap .manage_section .manage_section_item--content > b {
  font-weight: 800;
  color: #4c83f7;
}
.survey_container .manage_section_wrap .manage_section_item:first-child {
  padding: 0 160px 0 262px;
}
.survey_container .manage_section_wrap .manage_section_item:first-child .manage_section_item--img {
  float: left;
}
.survey_container
  .manage_section_wrap
  .manage_section_item:first-child
  .manage_section_item--content {
  float: right;
  padding: 24px 0 0 45px;
  background-image: url("../images/survey/bg_message_left.png");
}
.survey_container .manage_section_wrap .manage_section_item:last-child {
  margin-top: 50px;
  padding: 0 242px 0 180px;
}
.survey_container .manage_section_wrap .manage_section_item:last-child .manage_section_item--img {
  float: right;
}
.survey_container
  .manage_section_wrap
  .manage_section_item:last-child
  .manage_section_item--content {
  float: left;
  margin-top: 20px;
  padding: 42px 46px 0 0;
  background-image: url("../images/survey/bg_message_right.png");
}

.view_table {
  margin-top: 140px;
}
.view_table table {
  width: 844px;
  margin: 0 auto;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}
.view_table table th,
.view_table table td {
  padding: 16px 20px;
  border: 0;
  border-bottom: 1px solid #c9c9c9;
  text-align: left;
}
.view_table table th {
  font-size: 18px;
  font-weight: 700;
}
.view_table table th > img {
  width: 45px;
  margin-right: 14px;
}
.view_table table td {
  font-size: 16px;
  border-left: 1px solid #c9c9c9;
}
.view_table table td .process .process_step {
  font-weight: 700;
  color: #ff4e00;
}
.view_table table td .process img {
  display: inline-block;
  width: 13px;
  margin: -2px 6px 0;
}
.view_table .btn_wrap {
  margin-top: 88px;
}
.view_table .btn_wrap .btn {
  width: 301px;
  padding: 17px 0;
  background-color: #ff4e00;
  border-radius: 44px;
  box-shadow: 3px 3px 6px #00000066;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.view_table .btn_wrap .btn + .btn {
  margin-left: 104px;
}

.survey_content {
  width: 1200px;
  padding: 0 227px;
  margin: 0 auto;
  text-align: left;
}
.survey_content .page_title {
  font-size: 32px;
  padding-bottom: 15px;
  text-align: center;
}
.survey_content .survey_content--notice {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 700;
  color: #707070;
}
.survey_content .process_rang_wrap {
  position: relative;
  margin-top: 11px;
}
.survey_content .process_rang_wrap .process_rang {
  position: relative;
  height: 16px;
  background-color: #ececec;
  border-radius: 10px;
}
.survey_content .process_rang_wrap .process_rang--current {
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  background-color: #4c83f7;
  box-shadow: 0px 3px 3px #000000c7;
  border-radius: 10px;
}
.survey_content .process_rang_wrap .process_rang--page {
  width: 64px;
  margin: 8px 0 0 auto;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px #00000066;
  border: 2px solid #4c83f7;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #4c83f7;
  text-align: center;
}

.survey_content .survey_title {
  position: relative;
  margin-top: 28px;
  padding: 14px 0 13px 72px;
  background: #4c83f7 url("../images/survey/ico_q.png") no-repeat 17px 5px;
  background-size: 36px;
  box-shadow: 3px 3px 6px #00000066;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.survey_content .survey_title .sub {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 800;
  color: #ff4e00;
}
.survey_content .survey_form {
  margin-top: 16px;
  height: 186px;
  background-color: #ffffff;
  box-shadow: 3px 3px 6px #00000066;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
}
.survey_content .survey_form textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px;
  border: 0;
  resize: none;
}
.survey_content .survey_form textarea:focus {
  outline: none;
}

.survey_content .btn_wrap {
  margin-top: 68px;
  overflow: hidden;
}
.survey_content .btn_wrap .btn {
  float: left;
  padding: 0;
  width: 204px;
  height: 40px;
  background-color: #e5e5e5;
  border-radius: 44px;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  box-shadow: none;
}
.survey_content .btn_wrap .btn img {
  display: inline-block;
  width: 15px;
  margin: -2px 6px 0;
}
.survey_content .btn_wrap .btn + .btn {
  float: right;
  background-color: #4c83f7;
  color: #fff;
}

.survey_form .tbl_grade {
  margin-top: 56px;
}
.survey_form table {
  table-layout: fixed;
  width: 714px;
  margin: 0 auto;
}
.survey_form table thead th,
.survey_form table tbody td {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.survey_form table thead th + th,
.survey_form table tbody td + td {
  border-left: 1px solid #cccccc;
}
.survey_form table thead th {
  padding: 10px 0;
  background-color: #808080;
  color: #fff;
}
.survey_form table tbody td {
  background-color: #f1f1f1;
}
.survey_form table tbody td input {
  width: 100%;
  padding: 0 18px;
  height: 37px;
  background-color: #f1f1f1;
  border: 0;
}
.survey_form table tbody td input:focus {
  outline: none;
}

.survey_content .check_area {
  text-align: center;
}
.survey_content .check_area .check {
  margin: 0;
  padding: 0 0 0 47px;
  font-size: 24px;
  line-height: 32px;
}
.survey_content .check_area .check .other_font {
  font-family: "arial" !important;
}
.survey_content .check_area .check .red {
  color: #ff0000;
}
.survey_content .check_area .check .green {
  color: #005509;
}
.survey_content .check_area .check .blue {
  color: #0057ff;
}
.survey_content .check_area .check .check_mark {
  width: 40px;
  background: url(../images/survey/checkbox_off.png) no-repeat 0 0;
  background-size: 32px;
  height: 40px;
  border: 0;
  border-radius: 0;
}
.survey_content .check_area .check .check_mark:after {
  display: none !important;
}
.survey_content .check_area .check input[type="checkbox"]:checked ~ .check_mark,
.survey_content .check_area .check input[type="radio"]:checked ~ .check_mark {

  background: url(../images/survey/checkbox_on.png) no-repeat 0 0;
  background-size: 32px;
  background-color: transparent;
}

.survey_content .check_area.half {
  padding: 70px 0;
}
.survey_content .check_area.half .check + .check {
  margin-left: 159px;
}
.survey_content .check_area.three .check + .check {
  margin-left: 80px;
}
.survey_content .check_area.four .check + .check {
  margin-left: 48px;
}
.survey_content .check_area.multiple .check + .check {
  margin-left: 29px;
}

/* 검사결과지 */
.test_result {
}
.test_result .result_head {
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.test_result .result_head .test_title {
  font-size: 24px;
  font-weight: 800;
}
.test_result .result_head .test_date {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 700;
  color: #707070;
}
.test_result .result_tbl {
  margin-top: 20px;
}
.test_result .result_tbl table {
  width: 100%;
  border-right: 1px solid #000;
}
.test_result .result_tbl table + table {
  border-bottom: 1px solid #000;
}
.test_result .result_tbl table * {
  font-family: "Noto Sans KR" !important;
}
.test_result .result_tbl table th,
.test_result .result_tbl table td {
  padding: 8px 10px;
  font-size: 16px;
  border: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  text-align: center;
}
.test_result .result_tbl table th {
  padding: 8px 10px;
  background-color: #f4f4f4;
  text-align: center;
}
.test_result .result_tbl table td.content {
  text-align: left;
}
.test_result .result_tbl table td.row_content {
  padding: 20px 10px;
}
.test_result .result_tbl table td .level {
  margin: 0 10px;
}
.test_result .result_tbl table td .point01 > b {
  color: #ff0000;
}
.test_result .result_tbl table td .point02 > b {
  color: #005509;
}
.test_result .result_tbl table td .point03 > b {
  color: #0057ff;
}

#resultChart {
  height: 500px;
  margin: 20px 0;
}
