html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

p {
  line-height: 1.5;
  color: #666;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

.svg {
  display: inline-block;
  line-height: 0;
  vertical-align: text-top;
}

.svg svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer {
  text-align: center;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.5);
  padding: 4em 0;
  margin-top: 3em;
}

.footer .wrapper {
  border: none !important;
  background-color: transparent !important;
}

.footer a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.footer a:hover {
  color: #000;
  text-decoration: underline;
}

.reset-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1rem;
}

.wrapper:first-child {
  border-bottom: 1px solid #eee;
  background-color: white;
}

.wrapper:first-child .container {
  padding: 0;
}

.wrapper.banner {
  background-color: #f4f4f5;
  background-image: url("../images/pricing.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper.banner .container {
  padding: 3rem 1rem;
}

.wrapper.banner .container::after {
  display: block;
  content: "";
  clear: both;
}

.wrapper.banner .container .contents {
  width: 40%;
  float: right;
  text-align: right;
}

.wrapper.banner .container .contents .btn {
  display: inline-block;
  height: auto;
  border-radius: 2em;
}

@media screen and (max-width: 719px) {
  .wrapper.banner .container .contents {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.sign-container {
  background-color: #f4f4f5;
  border-radius: 0.5em;
  margin: 0 auto;
  max-width: 640px;
  padding: 3em;
  margin-top: 2em;
}

.sign-container h1 {
  margin-top: 0;
}

.sign-container input, .sign-container button {
  width: 100%;
  margin-top: 1em;
}

.sign-container input {
  height: 3em;
  padding: 0 1em;
  border: 1px solid #ddd;
  border-radius: 0.25em;
}

.sign-container input + span {
  display: none;
  font-size: 0.75em;
  padding: 0.5rem 0.75rem;
}

.sign-container input.has-error {
  border-color: #ff0033;
}

.sign-container input.has-error + span {
  display: block;
  color: #ff0033;
}

.sign-container .btn {
  font-size: 1em;
  margin-top: 1em;
}

.sign-container.for-signup {
  max-width: 100%;
}

.sign-container.for-signup .agreement, .sign-container.for-signup .verification, .sign-container.for-signup .verifying {
  font-size: 0.75em;
  position: relative;
  text-align: center;
  margin-top: 2rem;
}

.sign-container.for-signup .agreement span, .sign-container.for-signup .verification span, .sign-container.for-signup .verifying span {
  display: inline-block;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 1.125em;
  height: 1.125em;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-right: 0.5em;
}

.sign-container.for-signup .agreement label, .sign-container.for-signup .verification label, .sign-container.for-signup .verifying label {
  cursor: pointer;
  color: #888;
}

.sign-container.for-signup .agreement label a, .sign-container.for-signup .verification label a, .sign-container.for-signup .verifying label a {
  color: #000;
}

.sign-container.for-signup .agreement label a:hover, .sign-container.for-signup .verification label a:hover, .sign-container.for-signup .verifying label a:hover {
  text-decoration: underline;
}

.sign-container.for-signup .agreement input, .sign-container.for-signup .verification input, .sign-container.for-signup .verifying input {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
}

.sign-container.for-signup .agreement input:checked + label > span, .sign-container.for-signup .verification input:checked + label > span, .sign-container.for-signup .verifying input:checked + label > span {
  background-color: #29abe2;
  border-color: transparent;
}

.sign-container.for-signup .verifying h4 {
  display: inline-block;
  color: #29abe2;
}

.sign-container.for-signup .verifying h4 ~ label {
  margin-left: 1em;
}

.sign-container.for-signup .verifying span {
  border-radius: 100%;
}

.sign-container.for-signup .verifying input:checked + label > span {
  background-color: #29abe2;
  border-color: transparent;
}

.sign-container.for-signup .btn-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sign-container.for-signup .verification {
  color: #888;
}

.sign-container.for-signup .verification a {
  text-decoration: underline;
  color: #29abe2;
}

.sign-container h2 {
  width: 100%;
  font-size: 0.875em;
  padding-left: 0.5em;
  margin-bottom: 0;
  color: #29abe2;
}

.sign-container .column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sign-container .column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: inline-block;
  margin-right: 1em;
}

.sign-container .column:last-child {
  margin-right: 0;
}

@media screen and (max-width: 719px) {
  .sign-container {
    padding: 1rem;
    background-color: transparent;
  }
  .sign-container h1 {
    font-size: 1.75em;
    text-align: center;
  }
  .sign-container .column-container {
    display: block;
  }
  .sign-container .column-container .column {
    margin-right: 0;
    width: 100%;
  }
  .sign-container .column-container .column h2 {
    margin-top: 2em;
    font-size: 0.75em;
    font-weight: 400;
  }
  .sign-container .agreement {
    margin-bottom: 1em;
  }
}

.sign-container.custom-on-modal {
  background-color: transparent;
  margin: 0;
  padding: 0;
  margin: 0.5em 0;
}

.sign-container.custom-on-modal .agreement {
  margin: 0;
}

input, select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  height: 2em;
  padding: 0 0.5em;
  border-radius: 0.25em;
}

select {
  padding-right: 2em;
  background-image: url("../images/chevron-down.svg");
  background-size: 0.75em;
  background-position: center right 8px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 719px) {
  h1 {
    font-size: 1.75em;
    text-align: center;
  }
}

#for-table h1 {
  color: #29abe2;
}

#for-table h2 {
  color: #29abe2;
  margin-bottom: 0;
}

#for-table h2 span {
  color: #000;
  font-weight: 400;
  display: block;
  margin-right: 0.5em;
}

#for-table .exp {
  font-size: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 1rem;
  color: #fff;
  background-color: #aaa;
  display: inline-block;
  padding: 0.25em 0.75em;
  border-radius: 1em;
}

#for-table .search {
  margin-bottom: 1em;
}

#for-table .search button {
  background-color: #29abe2;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

#for-table .search button:hover {
  background-color: #1a8dbe;
}

#for-table .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

#for-table .buttons .spacing {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

#for-table .buttons .btn {
  margin-left: 0.5em;
  color: #fff;
}

#for-table .buttons .btn:first-child {
  margin-left: 0;
}


#for-table .table-container {
  overflow-x: scroll;
}

#for-table .table-container table {
  min-width: 768px;
  width: 100%;
  font-size: 0.875em;
  border-collapse: collapse;
  border-spacing: 0;
}

#for-table .table-container table th, #for-table .table-container table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 0.5rem 0.25rem;
}

#for-table .table-container table th {
  background-color: #f4f4f5;
  font-size: 0.75rem;
}

#for-table .table-container table .btn-smaller {
  padding: 0.25em 0.5em;
  height: auto;
  display: inline-block;
}

#for-table .table-container table input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

#for-table .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 1em;
}

#for-table .pagination li {
  display: inline-block;
}

#for-table .pagination li a {
  display: block;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  font-size: 0.875em;
  padding-top: 0.5em;
  color: #666;
}

#for-table .pagination li a:hover {
  background-color: #f4f4f5;
  color: #000;
}

#for-table .pagination li a.active {
  color: #29abe2;
}

@media screen and (max-width: 719px) {
  #for-table .container {
    padding: 0;
  }
  #for-table .container .search, #for-table .container .pagination {
    padding: 1em;
  }
  #for-table .container table {
    margin: 0 1em;
  }
}

#home .swiper-container {
  width: 100%;
  height: 300px;
}

#home .swiper-container .swiper-slide {
  width: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8px;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  text-align: center;
}

@media screen and (max-width: 767px) {
  #home .swiper-container .swiper-slide {
    width: 100%;
  }
}

#home .swiper-container .swiper-slide h2 {
  border: none;
  margin: 0;
}

#home .swiper-container .swiper-slide h2 span {
  display: block;
  font-weight: normal;
  font-size: 0.75em;
  color: #fff;
  margin-top: 0.25em;
}

#home .swiper-container .swiper-slide .price {
  text-align: center;
  width: 10em;
  margin: 2em auto;
}

#home .swiper-container .swiper-slide .price th {
  background-color: #00cc66;
  color: #fff;
  vertical-align: middle;
}

#home .swiper-container .swiper-slide .price th + td {
  text-decoration: line-through;
  font-weight: normal;
}

#home .swiper-container .swiper-slide .price td {
  text-align: right;
  font-weight: bold;
}

#home .swiper-container .swiper-slide .price td.price-only {
  /*background-color: #00cc66;*/
  color: #000000;
  padding: 0.5em;
  text-align: center;
}

#home .swiper-container .swiper-slide .temp {
  font-weight: bold;
  color: #00cc66;
  margin-top: 2em;
  padding: 1em 0;
}

#home .swiper-container .swiper-slide ul {
  list-style: none;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
}

#home .swiper-container .swiper-slide ul li {
  margin: 0.5em 0;
  color: #fff;
}

#home h1 {
  color: #29abe2;
}

#home h2 {
  border-top: 1px solid #eee;
  font-size: 1.25em;
  margin-top: 2em;
  padding-top: 2em;
}

@media screen and (max-width: 719px) {
  #home h2 {
    text-align: center;
  }
}

#home .banner h1 {
  color: #fff;
}

#home .banner p {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 1em;
  border-radius: 2em;
  font-size: 0.875em;
}

#home .banner .container {
  padding: 0;
}

#home .banner .container .div {
  display: block;
  padding: 4em 1em;
  text-align: center;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#home .banner .container .div:hover {
  background: none;
  background-color: rgba(41, 171, 226, 0.8);
  -webkit-box-shadow: 0 0 1em 0px rgba(41, 171, 226, 0.3);
  box-shadow: 0 0 1em 0px rgba(41, 171, 226, 0.3);
}

#home .banner .container .div:hover p {
  background-color: #fff;
  color: #29abe2;
}

#home .banner .container .div.mobile-only {
  display: none;
}

@media screen and (max-width: 719px) {
  #home .banner .container .div {
    display: none;
  }
  #home .banner .container .div.mobile-only {
    display: block;
  }
}

#home .box {
  margin: 0;
  padding: 1.5em;
  list-style: none;
  background-color: rgba(41, 171, 226, 0.1);
  border-radius: 1em;
}

#home .box li {
  padding: 0.5em;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.7);
}

#home .box li span {
  color: #29abe2;
  margin-right: 1em;
}

#home .txt-link {
  color: #1a8dbe;
}

#home .txt-link:hover {
  text-decoration: underline;
}

#home .footer {
  background-color: #f4f4f5;
}

#product .banner {
  background-image: url("../images/product.jpg");
  background-position: center right;
}

#product .banner a {
  display: inline-block;
  margin: 1.5em 0;
}

#product .block {
  margin: 2em 0;
  padding-bottom: 1em;
  color: #666;
  border-bottom: 1px solid #eee;
}

#product .block h1 {
  margin: 1rem 0;
  color: #000;
}

#product .block h1 a {
  display: block;
  float: right;
  font-size: 0.875rem;
  padding: 0.5em;
}

#product .block .uses {
  font-size: 0.875em;
  border-radius: 0.25rem;
  color: #1a8dbe;
}

#product .block .btn-wrapper {
  margin-bottom: 1em;
}

#product .block:last-child {
  border: none;
}

#product .footer {
  background-color: #f4f4f5;
}

#pricing {
  height: 100%;
  background-color: #f4f4f5;
  background-image: url("../images/pricing.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 719px) {
  #pricing .wrapper:nth-child(2) {
    background-image: url("../images/pricing.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

#pricing #for-pricing {
  text-align: center;
}

#pricing #for-pricing::after {
  display: block;
  content: "";
  clear: both;
}

#pricing #for-pricing .product {
  -webkit-box-shadow: 0 0.5em 1em 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5em 1em 0px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 0.5em;
  display: inline-block;
  width: 14.75em;
  margin-bottom: 1em;
  margin-right: 0.5em;
  padding: 1em;
}

#pricing #for-pricing .product:last-child {
  margin-right: 0;
}

#pricing #for-pricing .product h2 {
  margin: 0;
  text-align: center;
  font-size: 1.25em;
  padding: 1rem 0;
}

#pricing #for-pricing .product ul {
  margin: 0;
  margin-top: 1em;
  padding: 0;
  list-style: none;
}

#pricing #for-pricing .product ul li {
  font-size: 0.875em;
  color: #666;
  margin: 0.5em;
  margin-bottom: 0;
}

#pricing #for-pricing .product select {
  width: 100%;
  margin: 1em 0;
}

#pricing #for-pricing .product .amount, #pricing #for-pricing .product .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

#pricing #for-pricing .product .amount {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#pricing #for-pricing .product .amount span {
  font-size: 0.875em;
  padding-left: 0.75em;
}

#pricing #for-pricing .product .change-amount div {
  display: inline-block;
}

#pricing #for-pricing .product .change-amount .increase, #pricing #for-pricing .product .change-amount .decrease {
  border-radius: 0.25em;
  background-color: #f4f4f5;
  text-align: center;
  padding: 0.25em;
  width: 2em;
  cursor: pointer;
}

#pricing #for-pricing .product .change-amount .increase:hover, #pricing #for-pricing .product .change-amount .decrease:hover {
  background-color: #29abe2;
  color: #fff;
}

#pricing #for-pricing .product .change-amount .number {
  padding: 0.25em;
}

@media screen and (max-width: 719px) {
  #pricing #for-pricing .product {
    width: 100%;
  }
}

#pricing h1 {
  font-weight: 100;
  font-size: 3em;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

#pricing .cover {
  display: inline-block;
  line-height: 0;
  position: relative;
}

#pricing .cover img {
  height: 10em;
  width: auto;
  border-radius: 0.5em;
}

#pricing .cover:hover:after {
  border-radius: 0.5em;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "View Sample";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#pricing .product {
  background-color: #fff;
}

#pricing .product .price .dc {
  background-color: rgba(255, 0, 51, 0.1);
  color: #ff0033;
  padding: 0.5em 0.75em;
  margin: 0 0.5em;
  border-radius: 2em;
}

#pricing .product .price .adjust {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
  color: #00cc66;
  font-weight: 700;
  padding-right: 0.5em;
}

#pricing .product .price .adjust span {
  display: block;
  font-size: 0.75em;
  text-decoration: line-through;
  color: #888;
  font-weight: normal;
}

#pricing #coupon .modal-container {
  max-width: 768px;
}

#pricing .input-coupon {
  width: 100%;
  border-spacing: 0;
  margin-top: 0.5em;
}

#pricing .input-coupon td {
  vertical-align: top;
}

#pricing .input-coupon input, #pricing .input-coupon button {
  width: 100%;
}

#pricing .input-coupon .coupon-success, #pricing .input-coupon .coupon-fail {
  font-size: 0.75em;
  display: none;
}

#pricing .input-coupon .coupon-success.active, #pricing .input-coupon .coupon-fail.active {
  display: block;
}

#pricing .input-coupon .coupon-success {
  color: green;
}

#pricing .input-coupon .coupon-fail {
  color: red;
}

#pricing .table-container table {
  width: auto;
  min-width: 290px;
}

#add-candidate label, #add-candidate input {
  display: block;
  width: 100%;
}

#add-candidate label {
  text-align: left;
  font-size: 0.75em;
  font-weight: 700;
  margin-top: 2em;
  padding-bottom: 0.5em;
  color: #29abe2;
}

#add-candidate label:first-child {
  margin-top: 0;
}

#terms iframe {
  border: 1px solid #eee;
  border-radius: 0.5em;
  margin-bottom: 1em;
  width: 100%;
  min-height: 50vh;
}

#test {
  margin-top: 3em;
}

#test h1 {
  font-size: 0.875em;
  text-align: center;
}

#test #question {
  font-size: 2em;
  padding: 3rem 1rem;
  text-align: center;
}

#test #answers {
  margin-top: 1em;
}

#test #answers .btn-container {
  width: 20em;
  margin: 0 auto 0.5em auto;
}

#test #answers .btn-container .btn {
  font-size: 1em;
  width: 100%;
}

#test-done .wrapper {
  border: none;
}

#test-done .contents {
  padding: 1em;
}

#test-done h1 {
  font-size: 1.2em;
}

#test-done a {
  color: #29abe2;
}

#test-done .footer {
  border-top: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}

#test-done .footer td {
  vertical-align: middle;
}

#test-done .footer td img {
  height: 3em;
  width: auto;
}

#test-done .footer td:first-child {
  text-align: left;
}

#test-done .footer td:last-child {
  text-align: right;
}

#test-done .btn {
  display: inline-block;
  height: auto;
  padding: 1em;
  margin-top: 2em;
  color: #fff;
}

#test-done .agreement {
  font-size: 0.75em;
  position: relative;
  text-align: center;
  margin-top: 2rem;
}

#test-done .agreement span {
  display: inline-block;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 1.125em;
  height: 1.125em;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-right: 0.5em;
}

#test-done .agreement label {
  cursor: pointer;
  color: #888;
}

#test-done .agreement label a {
  color: #000;
}

#test-done .agreement label a:hover {
  text-decoration: underline;
}

#test-done .agreement input {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
}

#test-done .agreement input:checked + label > span {
  background-color: #29abe2;
  border-color: transparent;
}

@media screen and (max-width: 719px) {
  #test #answers {
    display: block !important;
  }
  #test #answers .btn-container {
    padding: 0 !important;
  }
}

.has-agreement-checkbox .agreement, .has-agreement-checkbox .verification {
  font-size: 0.75em;
  position: relative;
  text-align: center;
  margin-top: 2rem;
}

.has-agreement-checkbox .agreement span, .has-agreement-checkbox .verification span {
  display: inline-block;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 1.125em;
  height: 1.125em;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-right: 0.5em;
}

.has-agreement-checkbox .agreement label, .has-agreement-checkbox .verification label {
  cursor: pointer;
  color: #888;
}

.has-agreement-checkbox .agreement label a, .has-agreement-checkbox .verification label a {
  color: #000;
}

.has-agreement-checkbox .agreement label a:hover, .has-agreement-checkbox .verification label a:hover {
  text-decoration: underline;
}

.has-agreement-checkbox .agreement input, .has-agreement-checkbox .verification input {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
}

.has-agreement-checkbox .agreement input:checked + label > span, .has-agreement-checkbox .verification input:checked + label > span {
  background-color: #29abe2;
  border-color: transparent;
}

.has-agreement-checkbox .btn-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.has-agreement-checkbox .verification {
  color: #888;
}

.has-agreement-checkbox .verification a {
  text-decoration: underline;
  color: #29abe2;
}

#email-verification .modal-header {
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
}

#email-verification .modal-body {
  padding: 1em;
}

#email-verification .modal-body p {
  text-align: center;
  font-size: 0.875em;
}

#email-verification .modal-body input {
  width: 100%;
  padding: 1em 0.5em;
  margin-bottom: 0.5em;
}

#email-verification #time-left {
  font-weight: bold;
  color: #ff0033;
}

#survey-result .mobile-only {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  height: 3em;
}

@media screen and (min-width: 720px) {
  #survey-result .mobile-only {
    display: none;
  }
}

#survey-result .desktop-only {
  display: block;
}

@media screen and (max-width: 719px) {
  #survey-result .desktop-only {
    display: none;
  }
}

#survey-result h1 span {
  display: block;
  font-size: 0.875em;
  font-weight: normal;
  color: #29abe2;
}

#survey-result .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

#survey-result .tabs li {
  display: inline-block;
  margin-bottom: 0.375em;
  font-size: 0.875em;
}

#survey-result .tabs li a {
  display: block;
  padding: 0.5em 0.875em;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2em;
  background-color: #f9f9f9;
  color: #888;
}

#survey-result .tabs li.active a {
  background-color: #29abe2;
  color: #fff;
}

#survey-result .bar-chart {
  position: relative;
  height: 13rem;
  margin-bottom: 1.5rem;
}

#survey-result .bar-chart .bc-grid {
  list-style: none;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: -1;
}

#survey-result .bar-chart .bc-grid li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  height: 2rem;
  width: 100%;
}

#survey-result .bar-chart .bc-grid li:last-child {
  border-bottom: 1px solid #ddd;
}

#survey-result .bar-chart .bc-data {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#survey-result .bar-chart .bc-data:after {
  display: block;
  content: "";
  clear: both;
}

#survey-result .bar-chart .bc-data li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
  margin: auto auto 0 auto;
}

#survey-result .bar-chart .bc-data li .bc-score {
  font-size: 0.875rem;
  height: 1rem;
}

#survey-result .bar-chart .bc-data li .bc-bar {
  background-color: #29abe2;
  width: 50%;
  margin: 0 auto;
}

#survey-result .bar-chart .bc-data li .bc-label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.75rem;
  height: 2rem;
  padding-top: 0.5rem;
}

#survey-result .tables::after {
  display: block;
  content: "";
  clear: both;
}

#survey-result .tables .table {
  border-spacing: 0;
}

#survey-result .details {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin-top: 2em;
}

#survey-result .details th, #survey-result .details td {
  text-align: left;
  padding: 0.75em;
}

#survey-result .details th {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

#survey-result .details th span {
  display: inline-block;
  font-weight: normal;
}

#survey-result .details .answers {
  margin: 0;
  padding: 0;
  list-style: none;
}

#survey-result .details .answers li {
  padding: 0.5em 0;
}

#survey-result .details .answers span {
  display: block;
  color: #29abe2;
  margin: 0.5em 0;
  font-size: 0.875em;
}

.switch-wrapper {
  font-size: 1rem;
}

.switch-wrapper .switch-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-color: #ddd;
  border-radius: 1em;
  width: 2.25em;
}

.switch-wrapper .switch-container::after {
  display: block;
  content: "";
  clear: both;
}

.switch-wrapper .switch-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1em;
  width: 1em;
  border-radius: 100%;
  background-color: #fff;
  float: left;
}

.switch-wrapper .switch-title, .switch-wrapper .switch {
  display: inline-block;
  vertical-align: middle;
}

.switch-wrapper .switch-title {
  margin-right: 0.5em;
}

.switch-wrapper .switch input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
}

.switch-wrapper .switch input[type="checkbox"] + label {
  cursor: pointer;
}

.switch-wrapper .switch input[type="checkbox"]:checked + label .switch-container {
  background-color: #29abe2;
}

.switch-wrapper .switch input[type="checkbox"]:checked + label .switch-container .switch-btn {
  float: right;
}

.switch-contents {
  padding: 1em 0;
  line-height: 1.6;
}

.switch-contents.none {
  display: none;
}

.switch-contents input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  height: auto;
  cursor: pointer;
  margin-left: 1.5em;
}

.switch-contents input[type="checkbox"]:first-child {
  margin-left: 0;
}

.switch-contents input[type="checkbox"] + label {
  cursor: pointer;
}

.inner-pic {
  float: right;
  margin-left: 1em;
  border: none;
}

.inner-pic img {
  width: 20em;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .inner-pic {
    margin-left: 0;
    float: none;
  }
  .inner-pic img {
    width: 100%;
    margin-bottom: 1em;
  }
}

#init-msg .img-container {
  width: 630px;
  height: 243px;
  background-image: url("../images/dashboard-init.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 600px) {
  #init-msg .img-container {
    width: 100%;
    height: 17em;
    background-image: url("../images/dashboard-init-mobile.png");
  }
}

#init-msg p {
  text-align: center;
}

#init-msg p span {
  font-weight: bold;
  color: #000;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3em;
  background-color: #29abe2;
  border: 1px solid transparent;
  border-radius: 0.25em;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  padding: 0.5em 1em;
  text-decoration: none;
}

.btn:hover {
  background-color: #1d9ed5;
}

.btn.btn-icon {
  width: 3em;
}

.btn.btn-icon svg {
  width: 1.25em;
  height: 1.25em;
  stroke-width: 2;
}

.btn.btn[disabled] {
  background-color: #eee;
  color: #ccc;
  cursor: default;
}

.btn.btn[disabled]:hover {
  background-color: #eee;
  color: #ccc;
}

.btn.btn-sub {
  background-color: #ccc;
  color: #fff;
}

.btn.btn-sub:hover {
  background-color: #bfbfbf;
}

.btn.btn-text {
  background-color: transparent;
  color: #29abe2;
}

.btn.btn-text:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #1d9ed5;
}

.btn.btn-text.btn[disabled] {
  background-color: transparent;
  color: #ccc;
}

.btn.btn-text.btn-sub {
  color: #777;
}

.btn.btn-text.btn-sub:hover {
  color: #000;
}

.btn .svg svg {
  stroke-width: 2.5;
}

.btn .svg + span {
  margin-left: 0.5em;
}

.small-btns .btn,
.btn-small {
  font-size: 0.875rem !important;
}

.smaller-btns .btn,
.btn-smaller {
  font-size: 0.75rem !important;
}

.smallest-btns .btn,
.btn-smallest {
  font-size: 0.625rem !important;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-wrapper .btn-container {
  padding-left: 0.5em;
}

.btn-wrapper .btn-container:first-child {
  padding-left: 0 !important;
}

.btn-wrapper.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-wrapper.align-left .btn-container.self-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-wrapper.align-left .btn-container.self-right .btn {
  float: right;
}

.btn-wrapper.align-right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-wrapper.align-right .btn-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-wrapper.align-right .btn-container.self-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-wrapper.align-right .btn-container.self-left .btn {
  float: left;
}

.btn-wrapper.evenly .btn-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
}

#calendar {
  font-size: 0.75em;
  height: 100%;
  position: relative;
}

#calendar-nav {
  width: 20em;
  height: 100%;
  border-right: 1px solid #ddd;
  position: absolute;
  top: 0;
  right: auto;
  left: -20em;
  bottom: 0;
}

#calendar-nav.show {
  display: block;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#calendar-nav.show + #month-view {
  margin-left: 20em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#calendar-nav.show + #month-view #week-num {
  left: 20em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#month-view {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 4rem 1.5rem auto;
  grid-template-rows: 4rem 1.5rem auto;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}

#month-view .cal-title {
  min-width: 15em;
  background-color: red;
}

#month-view #week-num {
  position: absolute;
  top: 5.5rem;
  right: auto;
  bottom: 0;
  left: 0;
  width: 3rem;
}

#month-view #week-num .week {
  border: 1px solid transparent;
  border-top-color: #ddd;
  border-left: none;
  border-right: none;
  color: red;
  height: 20%;
  padding: 0;
  text-align: center;
}

#month-view #week-num .week span {
  display: inline-block;
  height: 2em;
  margin-top: 0.25em;
}

#month-view #week-num .week span:before {
  display: inline-block;
  content: "";
  height: 100%;
  width: 0;
  vertical-align: middle;
}

#month-view #week-num.week-min .week {
  height: 25%;
}

#month-view #week-num.week-max .week {
  height: 16.6666%;
}

#month-view #cal-nav, #month-view #cal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#month-view #cal-nav #current-date {
  font-size: 2.5em;
  display: inline-block;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#month-view #cal-nav #current-date span {
  font-weight: 400;
}

#month-view #cal-nav .btn-icon {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
  border: 0.25rem solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: red;
}

#month-view #cal-nav .btn-icon:hover {
  color: #fff;
  background-color: red;
}

#month-view #cal-nav .btn-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

#month-view #cal-header, #month-view #cal-body {
  margin-left: 3rem;
}

#month-view #cal-header .day-name {
  width: 14.2857%;
  padding: 0;
  padding-bottom: 0.5em;
}

#month-view #cal-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (14.2857%)[7];
  grid-template-columns: repeat(7, 14.2857%);
  -ms-grid-rows: (20%)[6];
  grid-template-rows: repeat(6, 20%);
  height: 100%;
}

#month-view #cal-body.week-min {
  -ms-grid-rows: (25%)[6];
  grid-template-rows: repeat(6, 25%);
}

#month-view #cal-body.week-max {
  -ms-grid-rows: (16.6666%)[6];
  grid-template-rows: repeat(6, 16.6666%);
}

#month-view #cal-body .day {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  border-left: none;
}

#month-view #cal-body .day .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  height: 100%;
}

#month-view #cal-body .day .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
  margin: 0;
  border-left: 1px solid transparent;
  text-align: right;
}

#month-view #cal-body .day .title .desc, #month-view #cal-body .day .title .date {
  display: block;
  height: 2em;
  margin-top: 0.25em;
  padding: 0;
}

#month-view #cal-body .day .title .desc:before, #month-view #cal-body .day .title .date:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 2em;
  vertical-align: middle;
}

#month-view #cal-body .day .title .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 0.5em;
}

#month-view #cal-body .day .title .date {
  text-align: left;
}

#month-view #cal-body .day .events {
  overflow: hidden;
}

#month-view #cal-body .day.weekend {
  color: red !important;
}

#month-view #cal-body .day.holiday {
  border-top-color: red;
}

#month-view #cal-body .day.holiday .title {
  color: red;
}

#month-view #cal-body .day.prev .title, #month-view #cal-body .day.prev .events, #month-view #cal-body .day.prev .project, #month-view #cal-body .day.next .title, #month-view #cal-body .day.next .events, #month-view #cal-body .day.next .project {
  opacity: 0.3;
}

#month-view #cal-body .day.prev.holiday, #month-view #cal-body .day.next.holiday {
  border-top-color: rgba(255, 0, 0, 0.4);
}

#month-view #cal-body .day.today {
  color: red;
}

#month-view #cal-body .day.today .date {
  width: 2em;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 0;
}

#month-view #cal-body .day:nth-child(7n+1) {
  border-left: none;
}

.comp-collapse .collapse-header, .comp-collapse .collapse-body {
  margin: 0;
  padding: 0;
}

.comp-collapse .collapse-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.comp-collapse.show-contents .collapse-body {
  height: auto;
}

.loading-container {
  font-size: inherit;
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  vertical-align: middle;
}

.loading-container span {
  display: block;
}

.loading-container.color-custom {
  color: red;
}

.loading-container.color-custom .spinner-object {
  border-color: inherit !important;
  border-top-color: transparent !important;
}

.loading-container.color-inherit {
  color: inherit;
}

.loading-container.color-inherit .spinner-object {
  border-color: inherit !important;
  border-top-color: transparent !important;
}

.loading-spinner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.spinner-object {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border: 0.125em solid rgba(0, 0, 0, 0.5);
  border-top-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: spinning 1s linear infinite;
  animation: spinning 1s linear infinite;
  top: 0.5em;
  left: 0.5em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@-webkit-keyframes spinning {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinning {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.comp-modal {
  display: none;
}

.comp-modal.show-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: modalFadeIn 0.2s ease-out forwards;
  animation: modalFadeIn 0.2s ease-out forwards;
  opacity: 0;
  padding-top: 2em;
}

.comp-modal .modal-wrapper .modal-container {
  -webkit-box-shadow: 0 0.5em 1em 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.5em 1em 0px rgba(0, 0, 0, 0.3);
  background-color: white;
  border-radius: 1em;
  min-width: 290px;
}

.comp-modal .modal-wrapper .modal-container .modal-header, .comp-modal .modal-wrapper .modal-container .modal-body, .comp-modal .modal-wrapper .modal-container .modal-footer {
  padding: 0.5em;
}

.comp-modal .modal-wrapper .modal-container .modal-header {
  border-bottom: 1px solid #eee;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.comp-modal .modal-wrapper .modal-container .modal-body .table-container table {
  width: 100%;
  font-size: 0.875em;
  border-collapse: collapse;
  border-spacing: 0;
}

.comp-modal .modal-wrapper .modal-container .modal-body .table-container table th, .comp-modal .modal-wrapper .modal-container .modal-body .table-container table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 0.5rem;
}

.comp-modal .modal-wrapper .modal-container .modal-body .table-container table th {
  background-color: #f4f4f5;
  font-size: 0.75rem;
}

.comp-modal .modal-wrapper .modal-container .modal-footer {
  border-top: 1px solid #eee;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.comp-modal .modal-wrapper .modal-container .modal-footer .btn-container {
  padding-left: 0.5em;
}

.comp-modal .modal-wrapper .modal-container .modal-footer .btn {
  border-radius: 0.5em;
}

.comp-modal .body-only {
  padding: 2em !important;
  text-align: center !important;
}

@-webkit-keyframes modalFadeIn {
  100% {
    opacity: 1;
    padding-top: 0;
  }
}

@keyframes modalFadeIn {
  100% {
    opacity: 1;
    padding-top: 0;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding: 2em 0.5em 1em 0.5em;
}

.nav a {
  display: block;
}

.nav .nav-item {
  cursor: pointer;
  padding: 1em;
  position: relative;
}

.nav .nav-item .nav-sub {
  display: none;
  position: absolute;
  top: 0;
}

.nav .nav-item .nav-sub .sub-container {
  background-color: white;
  border-radius: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 3em;
  -webkit-box-shadow: 0 0.5em 1em 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.5em 1em 0px rgba(0, 0, 0, 0.3);
  width: 250px;
}

.nav .nav-item .nav-sub .sub-container li {
  padding: 1em;
  border-bottom: 1px solid #eee;
}

.nav .nav-item .nav-sub .sub-container li:last-child {
  border: none;
}

.nav .nav-item .nav-sub .sub-container li:hover {
  color: #29abe2;
}

.nav .nav-item .nav-sub:last-child {
  right: 0;
  left: auto;
}

.nav .nav-item .nav-sub:last-child .sub-container {
  width: 120px;
  text-align: center;
}

.nav .nav-item .nav-sub:first-child {
  left: 0;
  right: auto;
}

.nav .nav-item .nav-sub:first-child .sub-container {
  width: 300px;
  text-align: left;
}

.nav .nav-item:hover {
  color: #29abe2;
}

.nav .nav-item:hover .nav-sub {
  display: block;
  z-index: 10;
  color: #666;
}

.nav .nav-item.btn-icon {
  width: auto;
  height: auto;
}

.nav .spacing {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.nav .logo {
  font-size: 2em;
  font-weight: 700;
  padding: 0.5rem;
  margin-right: 2em;
}

@media screen and (max-width: 719px) {
  .nav {
    padding-top: 1em;
    display: block;
    text-align: center;
  }
  .nav .logo {
    margin-bottom: 0;
    margin-right: 0;
  }
  .nav .nav-item {
    display: inline-block;
    position: static;
    padding: 0.5em;
    font-weight: 400;
    color: #29abe2;
  }
  .nav .nav-item .svg {
    font-size: 1.125em;
  }
  .nav .nav-item .svg svg {
    stroke-width: 2;
  }
  .nav .nav-item .nav-sub {
    width: 100%;
    padding: 1em;
  }
  .nav .nav-item .nav-sub .sub-container {
    width: 100% !important;
    margin-top: 0;
    border-radius: 1em;
  }
  .nav .nav-item .nav-sub .sub-container li {
    padding: 1.5em 1em;
    border-bottom: 1px solid #eee;
  }
  .nav .nav-item .nav-sub .sub-container li:last-child {
    border: none;
  }
}

.comp-popup {
  display: none;
}

.comp-popup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comp-popup.show {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 0.5em;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
}

.comp-popup.top-left, .comp-popup.bottom-left {
  padding-left: 0;
}

.comp-popup.top-right, .comp-popup.bottom-right {
  padding-right: 0;
}

.comp-popup.middle-left {
  padding-left: 0.5em;
}

.comp-popup.middle-right {
  padding-right: 0.5em;
}

.comp-popup .popup-container {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 0.5em;
  width: 200px;
}

.comp-popup .popup-container .header, .comp-popup .popup-container .body, .comp-popup .popup-container .footer {
  padding: 0.5em;
}
/*# sourceMappingURL=style.css.map */
