@font-face {
  font-family: 'NanumSquareRound';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

ul {
  list-style: none;
  /*margin: 0 !important;*/
  padding: 0 !important;
}

/* layouts */
.section {
  width: 100%;
  position: relative;
}

.article {
  margin: 0 auto;
  margin-bottom: 120px;
  max-width: 1300px;
  position: relative;
  text-align: center;
  /* border: 1px solid red; */
}

.article h3 {
  font-size: 3em;
  letter-spacing: -1px;
  line-height: 50px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 35px;
}

.article>p {
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 25px;
  color: #999999;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 60px;
}

.item {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;

  /* border: 1px solid blue; */
}

.part {
  width: 100%;
  margin-bottom: 50px;
}

.part h4 {
  text-align: left;
  font-size: 2.4em;
  letter-spacing: 0px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
}

.article table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-top: 2px solid #1e52a5;
  font-size: 1.8em;
  letter-spacing: 0px;
}

.article table th,
.article table td {
  height: 48px;
  line-height: 48px;
}

.article table thead {
  border-bottom: 2px solid #1e52a5;
}

.article table thead th {
  /* font-size: 2em; */
  color: #222222;
  font-weight: 700;
}

.article table thead tr:nth-child(2) th {
  background-color: #eeeeee;
}

.article table td {
  border-bottom: 1px solid #a0a0a0;
  color: #666666;
  font-weight: 400;
}

.article table tbody th {
  background-color: #1e52a5;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  border-bottom: 1px solid #1e52a5;
}

.asterisk {
  font-size: 1.6em;
  letter-spacing: 0px;
  color: #ff7519;
  font-weight: 400;
  text-align: right;
  margin-top: 12px;
}

.remark {
  font-size: 1.3em;
  letter-spacing: 0px;
  color: #666666;
  font-weight: 400;
  text-align: right;
  margin-bottom: 10px;
}


/* layouts common */
.article.intro {
  width: 100% !important;
  max-width: none !important;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.article.intro .slide {
  min-height: 400px;
  color: inherit;
  position: relative;
  overflow: auto;
}

.article.intro .slide .message {
  color: inherit;
  font-size: 3em;
  letter-spacing: -1px;
  line-height: 45px;
  font-weight: 300;
}

.article.intro .slide .message strong {
  color: inherit;
  font-weight: 700;
}

.article.intro .bar {
  min-height: 98px;
  overflow: auto;
  background-color: #253a5b;
}

.article.intro .bar .inner {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 35px;
  color: #fff;
  text-align: left;
  position: relative;

  /* border: 1px solid red; */
}

.article.intro .bar .inner strong {
  color: inherit;
  font-size: 1.8em;
  letter-spacing: -1px;
  font-weight: 400;
}

.article.intro .bar .inner strong::before {
  content: '';
  width: 1px;
  height: 28px;
  background-color: #4967b4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

.article.intro .bar .inner p {
  display: inline-block;
  font-size: 1.8em;
  letter-spacing: -1px;
  color: #c5d3eb;
  font-weight: 300;
  margin-left: 60px;
}

.article.intro .bar .inner span {
  position: absolute;
  right: 0;
  top: -8px;
  width: 219px;
  height: 40px;
  border-radius: 20px;
  background-color: #ff7519;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 1.6em;
}

.article.estimate {
  margin-bottom: 150px;
}

.article.estimate span {
  width: 279px;
  height: 79px;
  border-radius: 5px;
  background-color: #ff7519;
  line-height: 79px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
}

.article.tour .flex {
  justify-content: center !important;
  max-width: 1300px;
}

.article.tour .item {
  max-width: 289px;
  min-height: 437px;
  text-align: center;
  position: relative;
  background-color: #e8e8e8;
}

.article.tour .item:first-child {
  min-width: 433px !important;
}

.article.tour .item>strong {
  font-size: 2.4em;
  letter-spacing: -1px;
  color: #333333;
  font-weight: 700;
  margin: 30px auto 15px;
  display: block;
}

.article.tour .img {
  max-width: 250px;
  height: 335px;
  margin: 0 auto;
  background-color: black;
}

.article.tour .img img {
  max-width: 100%;
  height: 100%;
}

.article.tour .item .player {
  max-width: auto;
  height: 282px;
  background-color: black;
  position: relative;
}

.article.tour .item .player iframe {
  width: 100%;
  height: 100%;
}

.article.tour .title {
  width: 100%;
  min-height: 155px;
  background-color: #ac58a5;
  padding: 40px 0 0 35px;
  color: #ffffff;
  text-align: left;
}

.article.tour .title strong {
  font-size: 2.4em;
  letter-spacing: -1px;
  line-height: 40px;
  color: inherit;
  font-weight: 700;
}

.article.tour .title p {
  font-size: 1.8em;
  letter-spacing: 0px;
  color: inherit;
  font-weight: 300;
}

/*
.article.info h5 {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 700;
  margin: 40px auto 33px;
}

.article.info .desc {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #bbbbbb;
  font-weight: 700;
  margin-top: -27px;
  margin-bottom: 20px;

} */

/* circuit */
.circuit .article.intro .slide {
  background: url(../img/detail/bg_circuit.jpg) center center / cover no-repeat;
}

.circuit .article.intro .slide .message {
  margin-top: 175px;
}

.circuit .article.idea .flex {
  justify-content: space-around;
}

.circuit .article.idea .item {
  max-width: 342px;
}

.circuit .article.idea .item strong {
  font-size: 2.4em;
  letter-spacing: 0px;
  color: #222222;
  font-weight: 700;

  width: auto;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a0a0a0;
}

.circuit .article.idea .item strong::before {
  content: ' ';
  width: auto;
  height: 152px;
  border-radius: 34px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.circuit .article.idea .item:nth-child(1) strong::before {
  background: url("../img/detail/ico_cir01.png") center center no-repeat;
}

.circuit .article.idea .item:nth-child(2) strong::before {
  background: url("../img/detail/ico_cir02.png") center center no-repeat;
}

.circuit .article.idea .item:nth-child(3) strong::before {
  background: url("../img/detail/ico_cir03.png") center center no-repeat;
}

.circuit .article.idea .item p {
  font-size: 1.5em;
  letter-spacing: 0px;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
}

.circuit .article.process .flex {
  justify-content: center !important;
  padding: 0 30px;
}

.circuit .article.process .item {
  overflow: auto;
  position: relative;
}

.circuit .article.process .item::before {
  content: '';
  width: auto;
  height: 7px;
  background-color: #cfd0d7;
  display: block;
  margin-top: 55px;
}

.circuit .article.process .item:first-child::before {
  margin-left: 50px;
}

.circuit .article.process .item:last-child::before {
  margin-right: 50px;
}

.circuit .article.process .item strong {
  font-size: 1.5em;
  letter-spacing: 0px;
  color: #222222;
  font-weight: 800;
  display: block;
  margin-top: -60px;
  margin-bottom: 20px;
}

.circuit .article.process .item strong::before {
  content: ' ';
  width: 116px;
  height: 116px;
  border-radius: 58px;
  background-color: #21274b;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

.circuit .article.process .item:nth-child(1) strong::before {
  background: #21274b url("../img/detail/ico_cir04.png") center center no-repeat;
}

.circuit .article.process .item:nth-child(2) strong::before {
  background: #21274b url("../img/detail/ico_cir05.png") center center no-repeat;
}

.circuit .article.process .item:nth-child(3) strong::before {
  background: #21274b url("../img/detail/ico_cir06.png") center center no-repeat;
}

.circuit .article.process .item:nth-child(4) strong::before {
  background: #21274b url("../img/detail/ico_cir07.png") center center no-repeat;
}

.circuit .article.process .item:nth-child(5) strong::before {
  background: #21274b url("../img/detail/ico_cir08.png") center center no-repeat;
}

.circuit .article.process .item:nth-child(6) strong::before {
  background: #21274b url("../img/detail/ico_cir09.png") center center no-repeat;
}

.circuit .article.process .item:nth-child(7) strong::before {
  background: #21274b url("../img/detail/ico_cir10.png") center center no-repeat;
}

.circuit .article.process .item p {
  font-size: 1.8em;
  letter-spacing: -1px;
  color: #222222;
  font-weight: 400;
}

/* assembly */
.assembly .article.intro .slide {
  background: url(../img/detail/bg_assembly.jpg) center 0 / cover no-repeat;
}

.assembly .article.intro .slide .message {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.assembly .article.intro .slide .message ul {
  position: absolute;
  top: 100px;
  right: 100px;
  min-width: 260px;
  text-align: left;
  display: block;
}

.assembly .article.intro .slide .message ul li {
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 400;
}

.assembly .article.intro .slide .message ul li::before {
  font-family: "Material Icons";
  content: "done";
  color: #00dab7;
  margin-right: 15px;
  font-size: 20px;
}

/* design */
.design .article.intro .slide {
  background: url(../img/detail/bg_design.jpg) center center / cover no-repeat;
}

.design .article.intro .slide .message {
  margin-top: 165px;
}

.design .article h3 {
  margin-bottom: 100px;
}

.design .article .part {
  margin-bottom: 80px;
}

.design .article .part ul {
  width: 100%;
  text-align: left;
  /* border: 1px solid blue; */
}

.design .article .part ul:after {
  content: "";
  display: block;
  clear: both;
}

.design .article .part li {
  width: 24%;
  height: 112px;
  background-color: #e8e8e8;
  display: block;
  float: left;
  text-align: center;
  margin: 0 1.3% 20px 0;
}

.design .article .part li:nth-last-child(4n) {
  margin-right: 0;
}

.design .article .part li span {
  font-size: 2.5em;
  letter-spacing: -1px;
  color: #1d52a4;
  font-weight: 800;
  display: block;
  margin: 23px auto 20px;
}

.design .article .part li strong {
  font-size: 1.8em;
  letter-spacing: 0px;
  color: #333333;
  font-weight: 700;
}

/* order */
.order .article.intro .slide {
  background: url(../img/detail/bg_order.jpg) center 0 no-repeat;
}

.order .article.intro .slide .message {
  margin-top: 150px;
}

/* survey */
.wrapper_survey {
  background-color: #f9f9f9;
  overflow: hidden;
}

.survey_container {
  clear: both;
  margin: 0 auto 0;
  padding-bottom: 350px;
  font-family: "NanumSquareRound", serif;
}

.survey_container .progressbar_box {
  height: 230px;
  background: #253a5b;
}

.survey_container .progressbar_box * {
  color: white;
}

.progressbar_box .progressbar_header {
  font-size: 18px;
  text-align: center;
  padding-top: 65px;
  margin-bottom: 39px;
}

.progressbar_circle {
  text-align: center;
}

.circle_box {
  display: inline-block;
  margin-left: -2px;
}

.circle {
  width: 24px;
  height: 24px;
  border: 3px solid #495a74;
  border-radius: 50px;
}

.circle.active {
  background: #23b59c;
  border: transparent;
}

.circle.pass {
  /*background: #23b59c;*/
  border: transparent;
  background-image: url("/theme/samplepcb/img/common/check.png");
  background-color: #23b59c;
  background-repeat: no-repeat;
  background-position: center;
}

.line {
  display: inline-block;
  width: 89px;
  height: 1px;
  border: 1.5px solid #495a74;
  margin-bottom: 24px;
  margin-left: -13px;
}

.step_txt {
  margin-top: 5px;
  margin-left: -7px;
  font-size: 14px;
}

.survey_container .progressbar {
  margin: 0 70px 45px;
  width: auto;
  height: 11px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
}

.survey_container .progressbar .progress {
  border-radius: 6px;
  background-color: #1e52a5;
  height: 9px;
}

.survey_container .survey_content {
  margin: 0 auto;
}

.survey_container .survey_box {
  width: 100%;
  min-height: 280px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 40px 0 80px 0;
}

.survey_container .survey_box h5 {
  font-size: 2.4em;
  letter-spacing: 0px;
  line-height: 69px;
  color: #222222;
  font-weight: 700;
}

.survey_container .survey_box h5 .bracket {
  font-size: 18px;
  color: #666666;
  font-weight: 300;
}

.survey_container .survey_box h5 .bracket::before {
  content: "(";
}

.survey_container .survey_box h5 .bracket::after {
  content: ")";
}

.survey_container .survey_box .options {
  margin: 0 auto;
  margin-top: 30px;
  width: 730px;
  text-align: center;
}

.survey_container .survey_box .options .choice {
  width: 250px;
  margin: 0 auto;
}

.survey_container .survey_box .options .choice li {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
  font-size: 1.8em;
  letter-spacing: 0px;
  color: #666666;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  line-height: 47px;
  text-align: start;
  position: relative;
  cursor: pointer;
}

.survey_container .survey_box .options .choice li::before {
  font-family: "Material Icons";
  content: "done";
  background-color: #f5f5f5;
  border-radius: 50%;
  padding: 3px;
  color: #aaaaaa;
  margin: 0 15px;
}

.survey_container .survey_box .options .choice li:hover {
  border: 1px solid #1f53a5;
}

.survey_container .survey_box .options .choice li:hover::before {
  background-color: #d1dced;
  color: #1e52a5;
}

.survey_container .survey_box .options .choice li.selected {
  border: 1px solid #1f53a5;
}

.survey_container .survey_box .options .choice li.selected::before {
  background-color: #d1dced;
  color: #1e52a5;
}

.survey_container .survey_box .options textarea {
  width: 100%;
}

.survey_container .options .btn {
  height: 50px;
}

.survey_container .options form {
  width: 430px;
  margin: 0 auto;
  text-align: center;
}

.survey_container .options .display_date {
  margin: 0 auto;
  margin-top: 50px;
  width: 344px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1e52a5;
  font-size: 2em;
  line-height: 21px;
  color: #111111;
  font-weight: 700;
  text-align: center;
}

.survey_container .options .display_date span {
  color: #1e52a5;
  padding: 0 10px;
}

.survey_container .options .upload_list {
  margin: 0 auto;
  width: 550px;
  text-align: left;
  font-weight: 400;
}

.survey_container .options .upload_list li {
  font-size: 20px;
  letter-spacing: 0px;
  color: #444444;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 25px;
  position: relative;
}

.survey_container .options .upload_list li::before {
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #1e52a5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.survey_container .options .upload_list li span {
  font-size: 1.7em;
  line-height: 21px;
  color: #ff7519;
  position: absolute;
  right: 25px;
  width: 150px;
  text-align: start;
  padding-top: 5px;
}

.survey_container .options .upload_box {
  margin-top: 25px;
  width: 730px;
  height: 235px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #1f53a5;
  font-weight: 400;
}

.survey_container .survey_box .upload_box::before {
  font-family: "Material Icons";
  content: "present_to_all";
  display: block;
  margin: 50px auto 25px;
  color: #fff;
  background-color: #1e52a5;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 3.2em;
  line-height: 56px;
}

.survey_container .options .upload_box span {
  font-size: 1.8em;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
}

.survey_container .options .upload_box span a {
  color: #1e52a5;
  font-weight: 600;
}

.survey_container .options .upload_box p {
  margin-top: 10px;
  font-size: 1.5em;
  letter-spacing: 0px;
  color: #888888;
}

/* .survey_container .options .basic {} */

.survey_container .options .basic input[type="text"] {
  width: 368px;
}

.survey_container .options .agree {
  margin: 0 auto;
  margin-top: 50px;
  width: 450px;
  text-align: start;
}

.survey_container .survey_box .result::before {
  font-family: "Material Icons";
  content: "done";
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #4a73b6;
  border: 5px solid #4a73b6;
  width: 141px;
  height: 141px;
  border-radius: 50%;
  font-size: 7em;
  line-height: 140px;
}

.survey_container .survey_box .result span {
  font-size: 3em;
  letter-spacing: 0px;
  line-height: 30px;
  color: #1e52a5;
  font-weight: 700;
  text-align: center;
}

.survey_container .survey_box .result p {
  margin-top: 30px;
  font-size: 2.4em;
  letter-spacing: 0px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  text-align: center;
}

.survey_container .btn_area {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.survey_container .btn_area .btn {
  width: 173px;
  height: 44px;
  font-size: 2em;
  border: 1px solid #1e52a5;
}

.survey_container select {
  min-width: 250px;
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  /* padding: .8em .5em; */
  /* 여백으로 높이 설정 */
  font-family: inherit;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  /* background: url(../img/arrow.png) no-repeat 95% 50%; */
  /* 화살표 모양의 이미지 */
  color: #666666;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 28px;
}

.survey_container select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #464646;
}

.survey_container select:focus {
  outline-style: none;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
.survey_container select::-ms-expand {
  display: none;
}

.survey_container input[type="text"] {
  width: 178px;
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  font-size: 1.7em;
  line-height: 48px;
  color: #333333;
  font-weight: 400;
  padding: 0 10px;
}

.survey_container input[type="text"]:focus {
  border: 1px solid #1f53a5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.survey_container input[type="text"]::placeholder {
  color: #aaa;
}

.survey_container input[type="text"]:disabled {
  background: #fbfbfb;
}

.survey_container input[type="checkbox"] {
  display: none;
}

.survey_container input[type="checkbox"]+label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 1.3em;
}

.survey_container input[type=checkbox]+label:before {
  content: "";
  display: inline-block;

  width: 20px;
  height: 20px;

  margin-right: 10px;
  position: absolute;
  top: -11px;
  left: 0;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
  /* box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); */
}

.survey_container input[type=checkbox]:checked+label:before {
  content: "\2713";
  /* 체크모양 */
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); */
  font-size: 1.8em;
  font-weight: 900;
  border: 1px solid #1f53a5;
  color: #4a73b6;
  /* background: #2f87c1; */
  text-align: center;
  line-height: 18px;
}

/* .survey_container input[type="checkbox"]+label {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #1f53a5;
} */

.survey_container textarea {
  min-height: 290px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #1f53a5;
  font-size: 1.6em;
  color: #666;
  font-weight: 400;
  line-height: 24px;
  padding: 10px;
}

.survey_container textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.survey_container textarea::placeholder {
  color: #aaa;
}

.survey_container fieldset {
  text-align: left;
  margin: 0 auto;
  line-height: 60px;
  overflow: hidden;
  clear: both;
}

.survey_container fieldset::after {
  content: "";
  display: inline-block;
  height: 0;
  clear: both;
}

.survey_container fieldset label {
  font-size: 1.8em;
  letter-spacing: 0px;
  color: #666666;
  font-weight: 400;
  width: 135px;
  display: inline-block;
}


/* media query */
@media screen and (max-width: 1300px) {
  .article {
    padding: 0 20px;
  }

  .article .item,
  .article .part,
  .intro .bar .inner {
    padding: 0 10px;
  }

  .article.intro .bar .inner span {
    right: 10px;
  }

  .article.intro,
  .article.tour .item,
  .circuit .article.process .item {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .article.service .item {
    width: 50% !important;
    max-width: none !important;
  }

  .circuit .article.process .item p {
    font-size: 1.4em;
  }

  .article.tour .img {
    margin: 0 10px;
  }

}

@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }

  .article .item {
    width: 100%;
    max-width: none !important;
  }

  .article .item:not(:first-child) {
    width: 100%;
    margin-top: 20px;
  }

  .article h3 {
    font-size: 2.2em;
    line-height: 3em;
  }

  .part h4 {
    font-size: 1.8em;
  }

  .article.intro .bar .inner {
    text-align: center;
  }

  .article.intro .bar .inner strong,
  .article.intro .bar .inner p {
    display: block;
    margin-left: 0;
  }

  .article.intro .bar .inner p {
    margin-top: 10px;
  }

  .article.intro .bar .inner strong::before {
    display: none;
  }

  .article.intro .bar .inner span {
    position: relative;
    margin: 20px 0;
  }

  .article.tour>.img {
    margin: 0 auto;
  }

  .circuit .article.process .item::before {
    background-color: #fff;
  }

  .design .article .part li span {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .design .article .part li strong {
    font-size: 1.2em;
  }

  .article table {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .article table thead th {
    font-size: 1.2em;
    line-height: 2em;
  }

  .article table tbody th {
    font-size: 1.2em;
    line-height: 2em;
  }

  .article table tbody td {
    font-size: 1.2em;
    line-height: 2em;
  }
}

/* upload renewal */
/*.survey_container .options_box .upload_list {
  margin: 0 auto;
  width: 550px;
  text-align: left;
  font-weight: 400;
  border: 2px dotted #d5d5d5;
  background: #f5f6fa;
}*/

.survey_container .options_box {
  position: relative;
  margin: 5px auto;
  padding: 10px 50px;
  width: 650px;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  border: 2px dotted #d5d5d5;
  background: #f5f6fa;
}

.survey_container .options_box.dragover{
  border: 2px dotted dodgerblue;
}

.options_box .upload_list input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.options_box .upload_list label {
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  vertical-align: middle;
  background-color: #23b59c;
  cursor: pointer;
  margin-left: 30px;
  font-size: 14px;
  border-radius: 5px;
}

.options_box .upload_list li span {
  position: absolute;
  right: 25px;
}

.options_box .upload_bg {
  display: inline-block;
  width: 35px;
  height: 25px;
  margin: 5px;
  background: url("/theme/samplepcb/img/common/upload_bg.png") center center no-repeat;
}

.options_box .uploaded_box {
  margin: 10px 0;
  padding: 10px 20px;
  height: 91px;
  width: 100%;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.13)
}

/* custom arrow */
.options select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2em;
  padding: 10px;
  padding-right: 2em;
}

.datepicker {
  width: 450px;
}
