@-webkit-keyframes magnifier {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  17% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  34% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  51% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  68% {
    -webkit-transform: translate(40px, -50px);
            transform: translate(40px, -50px);
  }
  85% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes magnifier {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  17% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  34% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  51% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  68% {
    -webkit-transform: translate(40px, -50px);
            transform: translate(40px, -50px);
  }
  85% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes bubble {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
}

@keyframes bubble {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
}

.ui-widget-content {
  color: #414042;
}

.ui-datepicker {
  width: auto;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #58595B;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(88, 89, 91, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(88, 89, 91, 0.1);
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #414042;
}

.ui-datepicker .ui-datepicker-current-day {
  background-color: #45B2C3;
  border-radius: 8px;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active {
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 200px;
  border: 1px solid rgba(88, 89, 91, 0.3);
  width: 32px;
  height: 32px;
  top: -2px;
}

.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url("../img/icon/chevron-down-black.svg");
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-left: -12px;
  margin-top: -12px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 0;
}

.ui-datepicker select.ui-datepicker-month {
  margin-right: 10px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border: 0;
  width: 60px;
  cursor: pointer;
}

.ui-datepicker th {
  font-weight: 500;
  color: #9f9f9f;
}

.ui-datepicker table {
  font-size: 1em;
  margin: 10px 0 0 0;
}

.ui-datepicker table td {
  padding: 8px 16px;
}

.ui-datepicker table td a, .ui-datepicker table td span {
  border: 0 !important;
  background: transparent !important;
  font-weight: normal !important;
  color: #414042 !important;
  padding: 0;
  text-align: center;
}

.month-picker {
  border: 1px solid #c5c5c5;
  padding: 16px;
  border-radius: 8px;
  font-family: "Noto Sans", sans-serif;
}

.month-picker table {
  border-spacing: 0;
}

.month-picker .ui-widget-header {
  background-color: transparent;
  border: 0;
}

.month-picker .month-picker-month-table td a {
  padding: 8px 16px;
  font-size: 14px;
  background-color: transparent;
  margin: 4px;
  width: auto;
  color: #414042;
}

.month-picker .month-picker-year-table {
  margin-bottom: 10px;
}

.month-picker .month-picker-year-table a {
  background-color: transparent;
  border: 0;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.month-picker .month-picker-title {
  cursor: pointer;
}

.month-picker .month-picker-title a {
  padding: 0 !important;
}

.month-picker .month-picker-title .ui-button {
  cursor: pointer;
  height: auto;
  position: relative;
  top: -7px;
}

.month-picker .month-picker-next, .month-picker .month-picker-previous {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: transparent;
}

.month-picker .month-picker-next a, .month-picker .month-picker-previous a {
  cursor: pointer;
  background-image: url("../img/icon/chevron-down-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(88, 89, 91, 0.3);
  padding: 0;
}

.month-picker .month-picker-next a.ui-button-disabled, .month-picker .month-picker-previous a.ui-button-disabled {
  cursor: default;
}

.month-picker .month-picker-previous a {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.month-picker .month-picker-next a {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.month-picker .ui-state-active,
.month-picker .ui-widget-content .ui-state-active,
.month-picker .ui-widget-header .ui-state-active,
.month-picker a.ui-button:active,
.month-picker .ui-button:active,
.month-picker .ui-button.ui-state-active:hover {
  color: #ffffff !important;
  background-color: #45B1C2 !important;
  border-radius: 3px;
  border: 0 !important;
}

.month-picker .ui-state-highlight,
.month-picker .ui-widget-content .ui-state-highlight,
.month-picker .ui-widget-header .ui-state-highlight {
  border: 1px solid #c5c5c5;
  color: #414042;
}

.select2-dropdown {
  min-width: 80px;
}

.datepicker-monthyear .ui-datepicker table {
  display: none;
}

.datepicker-monthyear .ui-widget.ui-widget-content {
  border: 0;
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.datepicker-monthyear .ui-datepicker-prev, .datepicker-monthyear .ui-datepicker-next {
  display: none;
}

.datepicker-monthyear .ui-datepicker .ui-datepicker-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .datepicker-monthyear .ui-datepicker .ui-datepicker-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.datepicker-monthyear .ui-datepicker .ui-datepicker-title select {
  border: 1px solid rgba(88, 89, 91, 0.5);
  background-color: #F4F4F4;
  width: 50%;
  border-radius: 8px;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../img/icon/chevron-down-black.svg);
  background-size: 32px;
  background-position: right 16px center;
  background-repeat: no-repeat;
}

.datepicker-monthyear .ui-datepicker .ui-datepicker-title select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  .signature-input {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.signature-input .btn-clear-signature {
  text-align: right;
  margin-top: 3px;
}

.signature-input .btn-clear-signature a {
  text-decoration: underline;
}

.com-form {
  margin-top: 40px;
  margin-bottom: 80px;
}

.com-form .wrapper {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
          box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
}

@media screen and (max-width: 767px) {
  .com-form .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.com-form .form-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.com-form .form-subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.com-form .success {
  text-align: center;
}

.com-form .success .msg {
  text-align: center;
  margin-top: 50px;
  font-size: 1.125em;
}

.com-form .stepper-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .com-form .stepper-desktop {
    display: none;
  }
}

.com-form .stepper-desktop .step {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  opacity: 0.5;
}

.com-form .stepper-desktop .step.active {
  opacity: 1;
}

.com-form .stepper-desktop .step .number {
  background-color: #F4F4F4;
  border-radius: 50%;
  border: 1px solid #414042;
  width: 30px;
  height: 30px;
  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;
}

.com-form .stepper-desktop .step .txt {
  padding-left: 6px;
}

.com-form .stepper-mobile {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .com-form .stepper-mobile {
    display: none;
  }
}

.com-form .form-control.form-checkbox {
  margin-top: 10px;
}

.com-form .form-control.form-checkbox label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

.com-form .form-control.form-checkbox label input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.com-form .form-control.form-checkbox.form-checkbox-subfield {
  margin-bottom: 0;
}

.com-form .form-control.form-checkbox.form-checkbox-subfield label {
  margin-bottom: 0;
  padding-bottom: 0;
}

.com-form .details-container {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .com-form .details-container {
    margin-top: 30px;
  }
}

.com-form .datepicker, .com-form .monthpicker {
  background-image: url("../img/icon/calendar.svg");
  background-size: 24px;
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 80px;
}

.com-form .step-content .subhead {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 24px;
}

.com-form .step-content .subhead span {
  font-weight: 400;
  font-size: 14px;
}

.com-form .step-content .small-head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.com-form .step-content .apply-details {
  margin-top: 40px;
}

.com-form .step-content .intro {
  margin-bottom: 20px;
}

.com-form .step-content .highlight {
  color: #E7001D;
}

.com-form .step-content .link {
  text-decoration: underline;
  font-weight: 500;
}

.com-form .step-content .underline {
  text-decoration: underline;
}

.com-form .step-content .checkbox-group {
  margin-top: 30px;
  margin-bottom: 30px;
}

.com-form .step-content .checkbox-group .form-checkbox-subfield {
  font-size: 16px;
}

.com-form .step-content .checkbox-group .preference-form-details {
  display: none;
}

.com-form .step-content .preference-form-details {
  margin-top: 20px;
}

.com-form .step-content .preference-form-details .form-head {
  background-color: #E7E6E5;
  padding: 20px 10px;
}

.com-form .step-content .preference-form-details .preference-form-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.com-form .step-content .preference-form-details .preference-form-duration {
  margin-top: 8px;
  font-weight: 500;
  text-align: center;
}

.com-form .step-content .preference-form-details .form-row {
  padding: 20px;
  background-color: #FAFAFA;
}

.com-form .step-content .preference-form-details .form-row:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}

.com-form .step-content .preference-form-details .form-row .single-row-control {
  margin-bottom: 0;
}

.com-form .step-content .preference-form-details .form-row .label {
  padding-right: 20px;
}

@media screen and (max-width: 575px) {
  .com-form .step-content .preference-form-details .form-row .label {
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.com-form .step-content .qna-row {
  margin-bottom: 30px;
}

.com-form .step-content .qna-row .question {
  font-weight: 500;
  margin-bottom: 16px;
}

.com-form .step-content .qna-row .answer-row {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .com-form .step-content .qna-row .answer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.com-form .step-content .qna-row .answer-row label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}

.com-form .step-content .qna-row .answer-row label:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 991px) {
  .com-form .step-content .qna-row .answer-row label:not(:last-child) {
    margin-right: 0;
    margin-top: 10px;
  }
}

.com-form .step-content .qna-row .answer-row label input {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  margin-left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.com-form .step-content .qna-row .answer-row .highlight {
  text-decoration: underline;
}

.com-form .step-content .qna-row .answer-details {
  display: none;
  margin: 10px 0;
  padding-left: 16px;
}

.com-form .step-content .single-row-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .com-form .step-content .single-row-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.com-form .step-content .single-row-control label {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-right: 10px;
}

@media screen and (max-width: 575px) {
  .com-form .step-content .single-row-control label {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.com-form .step-content .single-row-control input {
  width: 100px;
  text-align: center;
}

.com-form .step-content .single-row-control .select2-container {
  width: 100px !important;
}

.com-form .step-content .single-row-control .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
}

.com-form .step-content .single-row-control .theme {
  font-weight: 700;
  font-size: 16px;
  color: #0C8295;
}

.com-form .step-content .single-row-control .organisation {
  font-weight: 500;
  margin-top: 5px;
  color: #706F6F;
}

.com-form .step-content ul, .com-form .step-content ol {
  padding-left: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.com-form .step-content ul ul, .com-form .step-content ul ol, .com-form .step-content ol ul, .com-form .step-content ol ol {
  margin-bottom: 0;
}

.com-form .step-content ul li:not(:last-child), .com-form .step-content ol li:not(:last-child) {
  margin-bottom: 8px;
}

.com-form .step-content ol ol {
  list-style: lower-roman;
}

.com-form .step-content textarea {
  resize: none;
}

.com-form .resizable-input {
  margin-bottom: 20px;
}

.com-form .resizable-input .label {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  margin-bottom: 4px;
  padding-bottom: 10px;
  color: #58595B;
}

.com-form .resizable-input .form-control {
  position: relative;
  margin-bottom: 0;
}

.com-form .resizable-input .form-control input, .com-form .resizable-input .form-control textarea, .com-form .resizable-input .form-control select {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.com-form .resizable-input .form-control .monthpicker {
  background-image: none;
  text-align: center;
}

.com-form .resizable-input .form-control select {
  cursor: pointer;
}

.com-form .resizable-input .form-control textarea {
  height: auto;
  min-height: auto;
}

.com-form .resizable-input .form-control .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 24px 0 0 !important;
  background-color: transparent;
  border: 0;
}

.com-form .resizable-input .form-control .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: -8px !important;
  top: 0px !important;
}

.com-form .resizable-input .form-control .btn-delete {
  position: absolute;
  right: -46px;
  top: 10px;
  display: block;
  background-image: url("../img/icon/bin.svg");
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .com-form .resizable-input .form-control .btn-delete {
    top: 47px;
  }
}

.com-form .resizable-input .table-container {
  padding-right: 40px;
}

.com-form .resizable-input .table-container table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .com-form .resizable-input .table-container table tr {
    margin-bottom: 10px;
    display: block;
  }
}

.com-form .resizable-input .table-container table th, .com-form .resizable-input .table-container table td {
  border: 1px solid rgba(88, 89, 91, 0.5);
  vertical-align: middle;
}

.com-form .resizable-input .table-container table th {
  font-weight: 700;
  text-align: center;
  padding: 14px;
}

.com-form .resizable-input .table-container table th:nth-child(1), .com-form .resizable-input .table-container table th:nth-child(2) {
  width: 150px;
}

.com-form .resizable-input .table-container table td {
  padding: 12px 16px;
}

@media screen and (max-width: 767px) {
  .com-form .resizable-input .table-container table td {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .com-form .resizable-input .table-container table td:not(:last-child) {
    border-bottom: 0;
  }
}

.com-form .resizable-input .table-container table td .datepicker {
  padding-right: 0;
  background-image: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .com-form .resizable-input .table-container table td .datepicker {
    text-align: left;
  }
}

.com-form .resizable-input .table-container table.bt tbody td .bt-content, .com-form .resizable-input .table-container table .form-control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.com-form .resizable-input .table-container .datepicker-monthyear .ui-datepicker .ui-datepicker-title select {
  background-size: 24px;
}

.com-form .resizable-input .table-container .datepicker-monthyear .ui-datepicker .ui-datepicker-title select:first-child {
  width: 30px;
  background-position: right -6px center;
}

.com-form .resizable-input .table-container .datepicker-monthyear .ui-datepicker .ui-datepicker-title select:last-child {
  width: 47px;
  background-position: right -5px center;
}

.com-form .resizable-input .table-container table th:nth-child(1), .com-form .resizable-input .table-container table th:nth-child(2) {
  width: 120px;
}

.com-form .uploader .label {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  margin-bottom: 4px;
  color: #58595B;
}

.com-form .uploader .remarks {
  margin-bottom: 20px;
}

.com-form .uploader .more {
  text-align: left;
}

.com-form .uploader .files input:not(:last-child) {
  margin-bottom: 10px;
}

.com-form .more {
  text-align: right;
  padding-top: 10px;
}

.com-form .more span {
  cursor: pointer;
  text-decoration: underline;
}

.com-form .btn-container {
  margin-top: 30px;
}

.upload-group .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upload-group .subtitle {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #58595B;
  margin-bottom: 10px;
}

.upload-group:not(:last-child) {
  margin-bottom: 20px;
}

.upload-group .form-control {
  position: relative;
  margin-bottom: 0px;
}

.upload-group label {
  display: inline-block;
  background-color: #0C8295;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 500;
  padding: 11px 16px;
  cursor: pointer;
  letter-spacing: 2px;
  min-width: 200px;
  text-align: center;
  margin-bottom: 0;
}

.upload-group input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 0;
}

.upload-group .input-row .row:not(:last-child) {
  margin-bottom: 10px;
}

.upload-group .filename-row {
  display: none;
  padding-left: 10px;
}

.upload-group .filename-row .btn-delete {
  background-image: url("../img/icon/bin.svg");
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 10px;
}

.upload-group .btn-delete-row {
  width: 20px;
  height: 20px;
  border: 1px solid #58595B;
  border-radius: 50%;
  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;
  margin-left: 10px;
  cursor: pointer;
}

.upload-group .btn-delete-row:after {
  content: "";
  background-image: url("../img/icon/close-b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}

.guideline .highlight {
  color: #E7001D;
}

.guideline .group {
  margin-top: 35px;
}

.guideline .group a {
  text-decoration: underline;
}

.guideline ol, .guideline ul {
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.4;
}

.guideline ol li, .guideline ul li {
  margin-bottom: 5px;
}

.guideline .form-subhead {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.guideline .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pop-form-wrap {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 24px;
}

@media screen and (max-width: 767px) {
  .pop-form-wrap {
    padding: 20px 16px;
  }
}

.pop-form-wrap .title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
}

#pop-form-msg {
  max-width: 500px;
  margin: 0 auto;
}

#pop-form-msg ul, #pop-form-msg ol {
  padding-left: 20px;
}

#pop-form-msg ul li:not(:last-child), #pop-form-msg ol li:not(:last-child) {
  margin-bottom: 8px;
}

#pop-form-msg .btn-container {
  text-align: center;
  margin-top: 24px;
}

#faq-list {
  max-width: 800px;
  margin: 0 auto;
}

#faq-list .title {
  font-weight: 700;
  margin-bottom: 24px;
}

#faq-list .group {
  font-size: 16px;
}

#faq-list .group:not(:last-child) {
  margin-bottom: 30px;
}

#faq-list .group .question {
  font-weight: 500;
  margin-bottom: 5px;
  color: #0C8295;
}

#faq-list .group .question, #faq-list .group .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#faq-list .group .question .txt, #faq-list .group .answer .txt {
  margin-right: 10px;
  min-width: 20px;
}

#faq-list .btn-container {
  text-align: center;
  margin-top: 24px;
}

#work-exp .table-container tbody td:last-child textarea {
  resize: vertical;
}

#btn-faq {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 1179px) {
  #btn-faq {
    bottom: 99px;
  }
}

#btn-faq img {
  width: 50px;
  display: block;
}

.date-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.date-row .option:not(:last-child) {
  margin-right: 10px;
}

.date-row.month-year .option {
  width: calc((100% - 10px)/2);
}

.date-row.day-month-year .option {
  width: calc((100% - 20px)/3);
}
/*# sourceMappingURL=form.css.map */