.KSDCopyLink input {
  border-radius: 0; }

.KSDCopyLink button {
  margin-right: -12px;
  border-radius: 0; }

.KSDIconButton {
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px; }

.KSDIconButton {
  margin: 0 5px; }

.KSDIconButton:first-child {
  margin-left: 0; }

.KSDIconButton:last-child {
  margin-right: 0; }

a.KSDBrandIcon-wrap {
  margin: 0 10px; }
  a.KSDBrandIcon-wrap:first-child {
    margin-left: 0; }
  a.KSDBrandIcon-wrap:last-child {
    margin-right: 0; }

.KSDButtonGroup {
  display: inline-block; }
  .KSDButtonGroup a {
    color: rgba(0, 0, 0, 0.65);
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px; }
    .KSDButtonGroup a:first-child {
      margin-left: 0; }
    .KSDButtonGroup a:last-child {
      margin-right: 0; }
  .KSDButtonGroup button {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 8px;
    padding-right: 8px; }
    .KSDButtonGroup button:first-child {
      margin-left: 0; }
    .KSDButtonGroup button:last-child {
      margin-right: 0; }
  .KSDButtonGroup .ant-btn-group {
    margin-left: 5px;
    margin-right: 5px; }
    .KSDButtonGroup .ant-btn-group button {
      margin-left: 0;
      margin-right: 0; }
  .KSDButtonGroup .ant-btn > .anticon + span.sr-only,
  .KSDButtonGroup .ant-btn > span.sr-only + .anticon {
    margin-left: 0; }

@media (min-width: 576px) {
  .KSDButtonGroup button {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px; } }

.DIMM_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; }

.dimmbackground {
  display: none; }

.KSDSpeechBubble {
  display: flex;
  margin: 10px 0 0 0;
  min-height: 30px;
  height: auto;
  text-align: left; }
  .KSDSpeechBubble img {
    display: block;
    order: 1;
    margin: 0 20px 0 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none; }
  .KSDSpeechBubble div {
    display: block;
    flex: 1;
    order: 2;
    margin-top: 5px; }
    .KSDSpeechBubble div:before {
      position: relative;
      float: left;
      content: '';
      margin: 7px 0 0 -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8px 8px 0;
      border-color: transparent #fff transparent transparent; }
    .KSDSpeechBubble div p {
      display: inline-block;
      margin: 0;
      width: auto;
      padding: 8px 10px;
      background: #fff;
      word-wrap: break-word;
      border-radius: 3px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .KSDSpeechBubble.me span.blank {
    display: block;
    width: 50px; }
  .KSDSpeechBubble.me img,
  .KSDSpeechBubble.me span.blank {
    order: 2;
    margin: 0 0 0 10px; }
  .KSDSpeechBubble.me div {
    order: 1;
    padding: 0 8px 0 0; }
  .KSDSpeechBubble.me div:before {
    position: relative;
    float: right;
    content: '';
    margin: 7px -8px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #115686; }
  .KSDSpeechBubble.me div p {
    float: right;
    color: #fff;
    background-color: #115686; }

a.KSDSocialMedia-wrap {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  vertical-align: top; }
  a.KSDSocialMedia-wrap:first-child {
    margin-left: 0; }
  a.KSDSocialMedia-wrap:last-child {
    margin-right: 0; }
  a.KSDSocialMedia-wrap img {
    display: block;
    margin: 0 auto; }
  a.KSDSocialMedia-wrap p {
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0; }

.KSDVideo-wrap {
  display: block;
  height: auto;
  position: relative;
  text-align: left;
  width: 100%;
  background: #484848;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-width: 0;
  overflow: hidden;
  text-decoration: none; }
  .KSDVideo-wrap .KSDVideo-item-img {
    position: absolute;
    top: -1px;
    left: 0px;
    right: 0px;
    bottom: -1px; }
    .KSDVideo-wrap .KSDVideo-item-img .KSDVideo-img-area {
      display: inline-block;
      vertical-align: bottom;
      height: 100%;
      width: 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .KSDVideo-wrap .KSDVideo-item-img .KSDVideo-img-area .KSDVideo-img-item {
      height: 100%;
      width: 100%;
      position: static;
      object-fit: cover;
      vertical-align: bottom; }
  .KSDVideo-wrap .KSDVideo-item-video {
    position: relative;
    height: 100%; }
    .KSDVideo-wrap .KSDVideo-item-video .KSDVideo-area {
      height: 100%;
      width: 100%;
      display: block; }
  .KSDVideo-wrap .KSDVideo-item-text {
    -webkit-box-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    z-index: 1;
    flex-flow: column; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type1 {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: normal;
      text-transform: uppercase;
      color: #fff;
      padding-bottom: 16px;
      font-weight: 600; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type2 {
      font-size: 30px;
      line-height: 36px;
      letter-spacing: normal;
      color: #fff;
      font-weight: 600; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type3 {
      font-size: 16px;
      line-height: 20px;
      letter-spacing: normal;
      color: #fff;
      padding-top: 8px; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type4 {
      margin-top: 16px; }
  .KSDVideo-wrap .KSDVideo-item-btn {
    position: absolute;
    bottom: 24px;
    right: 24px; }
    .KSDVideo-wrap .KSDVideo-item-btn .KSDVideo-btn-item {
      -webkit-appearance: none;
      display: inline-block;
      background-color: transparent;
      cursor: pointer;
      border-radius: 50%;
      border-width: 0;
      border-style: initial;
      border-color: initial;
      border-image: initial;
      outline: 0px;
      margin: -7px;
      padding: 7px; }
    .KSDVideo-wrap .KSDVideo-item-btn .KSDVideo-btn-item svg {
      height: 1.4em;
      width: 1.4em;
      display: block;
      fill: white; }

@media (min-width: 1128px) {
  .KSDVideo-wrap .KSDVideo-item-text {
    max-width: 544px;
    padding-left: 80px;
    padding-right: 80px; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type1 {
      font-size: 14px;
      line-height: 18px;
      padding-bottom: 24px; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type2 {
      font-size: 48px;
      line-height: 52px; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type3 {
      font-size: 18px;
      line-height: 24px; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type4 {
      margin-top: 40px; } }

@media (min-width: 744) {
  .KSDVideo-wrap .KSDVideo-item-text {
    -webkit-box-pack: center;
    -webkit-box-align: start;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    max-width: 360px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    text-align: left;
    width: auto; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type3 {
      padding-top: 12px; }
    .KSDVideo-wrap .KSDVideo-item-text .KSDVideo-text-type4 {
      margin-top: 20px; } }

.simple-card {
  position: relative;
  padding: 15px;
  border: 1px solid #aab2bd;
  border-radius: 12px;
  background-color: #ffffff; }
  .simple-card .simple-card-container {
    width: 100%;
    height: 100%; }
  .simple-card .simple-card-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px; }
  .simple-card .simple-card-footer {
    width: 100%;
    position: sticky;
    left: 0;
    top: 100%;
    margin-top: 10px; }

.react-resizable {
  position: relative;
  background-clip: padding-box; }

.react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1; }

.KSDTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 20px; }
  .KSDTitle p {
    margin-bottom: 0;
    font-size: 16px; }
    .KSDTitle p i {
      margin-right: 10px; }

.KSDCertification-wrap > div {
  text-align: center;
  padding: 20px 30px; }

.KSDCertification-wrap > div i {
  font-size: 60px;
  padding: 30px;
  border-radius: 50%;
  background: #f9f9f9; }

.KSDCertification-wrap > div .title {
  color: #000;
  margin: 20px 0 10px; }

.KSDCertification-wrap > div .desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 0; }

.KSDTerms-scroll {
  border: 1px solid #e8e8e8;
  padding: 40px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden; }

.cardview-container {
  width: 100%; }

.cardview {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.cardview-item, .cardview-item-1, .cardview-item-2, .cardview-item-3, .cardview-item-4, .cardview-item-5 {
  margin: 5px; }

@media (max-width: 576px) {
  .cardview-item-1 {
    width: calc(100%); } }

@media (min-width: 577px) and (max-width: 992px) {
  .cardview-item-1 {
    width: calc(100%); } }

@media (min-width: 993px) {
  .cardview-item-1 {
    width: calc(100%); } }

@media (max-width: 576px) {
  .cardview-item-2 {
    width: calc(100%); } }

@media (min-width: 577px) and (max-width: 992px) {
  .cardview-item-2 {
    width: calc(50% - 10px); } }

@media (min-width: 993px) {
  .cardview-item-2 {
    width: calc(50% - 10px); } }

@media (max-width: 576px) {
  .cardview-item-3 {
    width: calc(100%); } }

@media (min-width: 577px) and (max-width: 992px) {
  .cardview-item-3 {
    width: calc(50% - 10px); } }

@media (min-width: 993px) {
  .cardview-item-3 {
    width: calc(33.3% - 10px); } }

@media (max-width: 576px) {
  .cardview-item-4 {
    width: calc(100%); } }

@media (min-width: 577px) and (max-width: 992px) {
  .cardview-item-4 {
    width: calc(33.3% - 10px); } }

@media (min-width: 993px) {
  .cardview-item-4 {
    width: calc(25% - 10px); } }

@media (max-width: 576px) {
  .cardview-item-5 {
    width: calc(100%); } }

@media (min-width: 577px) and (max-width: 992px) {
  .cardview-item-5 {
    width: calc(33.3% - 10px); } }

@media (min-width: 993px) {
  .cardview-item-5 {
    width: calc(20% - 10px); } }

.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white; }

.rdw-dropdown-wrapper:focus {
  outline: none; }

.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll; }

.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdownoption-highlighted {
  background: #F1F1F1; }

.rdw-dropdownoption-active {
  background: #f5f5f5; }

.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-inline-dropdown {
  width: 50px; }

.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-block-dropdown {
  width: 110px; }

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-fontsize-dropdown {
  min-width: 40px; }

.rdw-fontsize-option {
  display: flex;
  justify-content: center; }

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-fontfamily-dropdown {
  width: 115px; }

.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis; }

.rdw-fontfamily-optionwrapper {
  width: 140px; }

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-list-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-right-aligned-block {
  text-align: right; }

.rdw-left-aligned-block {
  text-align: left !important; }

.rdw-center-aligned-block {
  text-align: center !important; }

.rdw-justify-aligned-block {
  text-align: justify !important; }

.rdw-right-aligned-block > div {
  display: inline-block; }

.rdw-left-aligned-block > div {
  display: inline-block; }

.rdw-center-aligned-block > div {
  display: inline-block; }

.rdw-justify-aligned-block > div {
  display: inline-block; }

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px; }

.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px; }

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7; }

.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll; }

.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1; }

.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset; }

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD; }

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD; }

.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD; }

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-link-dropdown {
  width: 50px; }

.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-link-dropdownPlaceholder {
  margin-left: 8px; }

.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-link-modal-label {
  font-size: 15px; }

.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px; }

.rdw-link-modal-input:focus {
  outline: none; }

.rdw-link-modal-buttonsection {
  margin: 0 auto; }

.rdw-link-modal-target-option {
  margin-bottom: 20px; }

.rdw-link-modal-target-option > span {
  margin-left: 5px; }

.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-link-modal-btn:focus {
  outline: none !important; }

.rdw-link-modal-btn:disabled {
  background: #ece9e9; }

.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex; }

.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column; }

.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center; }

.rdw-embedded-modal-link-input:focus {
  outline: none; }

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center; }

.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-embedded-modal-btn:focus {
  outline: none !important; }

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9; }

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-embedded-modal-size-input:focus {
  outline: none; }

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center; }

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex; }

.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px; }

.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0; }

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7; }

.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px; }

.rdw-image-modal-upload-option-label span {
  padding: 0 20px; }

.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px; }

.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.rdw-image-modal-url-section {
  display: flex;
  align-items: center; }

.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-image-modal-btn-section {
  margin: 10px auto 0; }

.rdw-image-modal-url-input:focus {
  outline: none; }

.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-image-modal-btn:focus {
  outline: none !important; }

.rdw-image-modal-btn:disabled {
  background: #ece9e9; }

.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px; }

.rdw-image-modal-alt-input:focus {
  outline: none; }

.rdw-image-modal-alt-lbl {
  font-size: 12px; }

.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-image-modal-size-input:focus {
  outline: none; }

.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px; }

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-link-decorator-wrapper {
  position: relative; }

.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white; }

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-suggestion-wrapper {
  position: relative; }

.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100; }

.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1; }

.rdw-suggestion-option-active {
  background-color: #F1F1F1; }

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100; }

.rdw-alignment-option-left {
  justify-content: flex-start; }

.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px; }

.rdw-image-alignment {
  position: relative; }

.rdw-image-imagewrapper {
  position: relative; }

.rdw-image-center {
  display: flex;
  justify-content: center; }

.rdw-image-left {
  display: flex; }

.rdw-image-right {
  display: flex;
  justify-content: flex-end; }

.rdw-image-alignment-options-popup-right {
  right: 0; }

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box; }

.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none; }

.public-DraftStyleDefault-block {
  margin: 1em 0; }

.rdw-editor-wrapper:focus {
  outline: none; }

.rdw-editor-wrapper {
  box-sizing: content-box; }

.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px; }

.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px; }

/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial; }

.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only; }

.DraftEditor-root {
  position: relative; }

.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1; }

.public-DraftEditor-block {
  position: relative; }

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left; }

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left; }

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center; }

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right; }

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right; }

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0; }

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9; }

.DraftEditorPlaceholder-hidden {
  display: none; }

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap; }

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left; }

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right; }

.public-DraftStyleDefault-listLTR {
  direction: ltr; }

.public-DraftStyleDefault-listRTL {
  direction: rtl; }

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em; }

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle; }

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4; }
.listview {
  width: 100%; }
  .listview .listview-header {
    display: flex;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    border: 1px solid #f1ac25;
    background-color: #ffe4ad;
    margin-bottom: 8px; }
    .listview .listview-header > div {
      text-align: center; }
  .listview .listview-item {
    display: flex;
    border: 1px solid #aab2bd;
    background-color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 8px;
    padding: 5px 0; }
    .listview .listview-item > div {
      text-align: center; }

.react-pdf__Page__canvas {
  margin: 0 auto !important; }

.ksd-pdf-viewer-div {
  background-color: #e6f7ff;
  border: 1px solid #666666; }

.auto-complete {
  background-color: #fafafa;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 9999; }

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  height: 3px; }

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  height: 3px; }

.KSD-step-nomal .ant-steps-item-title::after .ant-steps-item-tail::after {
  height: 3px; }

.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: small;
  line-height: 16px; }

.sub-wrapper {
  margin-left: 16px; }

.icon-dot {
  position: relative;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px; }

.active {
  background-color: #1890ff;
  border-color: #1890ff;
  color: white; }

.inactive {
  background: rgba(0, 0, 0, 0.25);
  color: white; }

.evot-step-progress .ant-steps-item-icon {
  display: none; }

.evot-step-progress .ant-steps-item::after {
  display: none; }

.evot-step-progress .ant-steps-item-content {
  margin-left: 0px; }

.evot-step-progress .ant-steps-item {
  text-align: left;
  color: #1890ff; }

.evot-step-progress .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #1890ff; }

.evot-step-progress .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  /* margin-right: 16px; */
  white-space: nowrap; }

.evot-step-progress .ant-steps-item-container {
  margin-left: 0px; }

legend.oz_ui_layout {
  width: unset;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
  color: inherit;
  font-size: 1em;
  white-space: normal; }

fieldset.oz_ui_layout {
  min-width: 0;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em; }

table.oz_ui_layout {
  border-collapse: separate; }

input[type='image' i].oz_ui_layout {
  -webkit-appearance: initial;
  background-color: initial;
  cursor: pointer;
  padding: initial;
  border: initial; }

input[type='text'].oz_ui_layout {
  -webkit-appearance: textfield; }

input[type='checkbox' i].oz_ui_layout {
  background-color: initial;
  cursor: default;
  -webkit-appearance: checkbox;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial; }

input[type='radio' i].oz_ui_layout {
  background-color: initial;
  cursor: default;
  -webkit-appearance: radio;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial; }

input:disabled.oz_ui_layout {
  color: #545454;
  cursor: default;
  background-color: #ebebe4; }

input.oz_ui_layout {
  -webkit-writing-mode: horizontal-tb !important;
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 0px; }

img.oz_ui_layout {
  vertical-align: inherit; }

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

.KSDSettingCookie-modal ul {
  list-style: none;
  padding: 0; }
  .KSDSettingCookie-modal ul li {
    padding: 10px 0; }
    .KSDSettingCookie-modal ul li.overflow-y {
      height: 370px;
      overflow-y: auto;
      padding-right: 15px; }

.KSDSettingCookie-modal ul li ul li {
  border-bottom: 1px solid #e8e8e8; }

/* dashboard */
.KSDCardHeader {
  display: flex;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  background: #fff; }

.KSDCardHeader > div {
  display: inline-block;
  padding: 16px 0; }

.KSDCardHeader .basic-button {
  float: right;
  margin-left: auto; }

.card_carousel-wrap {
  position: relative;
  padding: 5px 60px; }
  .card_carousel-wrap .card_carousel-visual-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center; }
    .card_carousel-wrap .card_carousel-visual-wrapper .card_carousel-visual {
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: center; }
    .card_carousel-wrap .card_carousel-visual-wrapper .card_carousel-visual .carousel-visual-text {
      font-size: 40px;
      color: #fff;
      letter-spacing: -1px;
      line-height: 1.2;
      font-weight: 400; }
    .card_carousel-wrap .card_carousel-visual-wrapper .card_carousel-visual .carousel-visual-text p {
      letter-spacing: normal;
      font-weight: 200;
      font-size: 18px;
      margin-bottom: 0; }
    .card_carousel-wrap .card_carousel-visual-wrapper .card_carousel-visual .carousel-visual-text span + p {
      margin-top: 20px; }
  .card_carousel-wrap .card_carousel-btn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%; }
    .card_carousel-wrap .card_carousel-btn .btn-prev,
    .card_carousel-wrap .card_carousel-btn .btn-next {
      position: absolute;
      transform: translateY(-50%);
      padding: 0;
      font-size: 35px;
      line-height: 30px;
      color: #aaa; }
    .card_carousel-wrap .card_carousel-btn .btn-prev {
      left: 15px; }
    .card_carousel-wrap .card_carousel-btn .btn-next {
      right: 15px; }
  .card_carousel-wrap .ant-carousel .slick-slide {
    text-align: center;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
    background: #fff;
    overflow: hidden;
    padding: 25px; }
  .card_carousel-wrap .ant-carousel .slick-dots li button {
    background: #aaa !important; }

.carousel-wrap {
  position: relative; }
  .carousel-wrap .carousel-visual-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center; }
    .carousel-wrap .carousel-visual-wrapper .carousel-visual {
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: center; }
    .carousel-wrap .carousel-visual-wrapper .carousel-visual .carousel-visual-text {
      font-size: 40px;
      color: #fff;
      letter-spacing: -1px;
      line-height: 1.2;
      font-weight: 400; }
    .carousel-wrap .carousel-visual-wrapper .carousel-visual .carousel-visual-text p {
      letter-spacing: normal;
      font-weight: 200;
      font-size: 18px;
      margin-bottom: 0; }
    .carousel-wrap .carousel-visual-wrapper .carousel-visual .carousel-visual-text span + p {
      margin-top: 20px; }
  .carousel-wrap .carousel-btn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%; }
    .carousel-wrap .carousel-btn .btn-prev,
    .carousel-wrap .carousel-btn .btn-next {
      position: absolute;
      transform: translateY(-50%);
      padding: 0;
      font-size: 30px;
      line-height: 30px;
      color: #fff; }
    .carousel-wrap .carousel-btn .btn-prev {
      left: 15px; }
    .carousel-wrap .carousel-btn .btn-next {
      right: 15px; }

/* dashboard */
.KSDCardBody {
  padding: 24px;
  zoom: 1;
  border: 1px solid #e8e8e8;
  height: 220px;
  overflow-y: auto;
  background: #fff; }

.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%; }
  .ReactCrop:focus {
    outline: none; }
  .ReactCrop--disabled, .ReactCrop--locked {
    cursor: inherit; }
  .ReactCrop__image {
    display: block;
    max-width: 100%;
    touch-action: manipulation; }
  .ReactCrop--crop-invisible .ReactCrop__image {
    opacity: 0.5; }
  .ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    box-sizing: border-box;
    cursor: move;
    box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
    touch-action: manipulation;
    border: 1px solid;
    border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
    border-image-slice: 1;
    border-image-repeat: repeat; }
    .ReactCrop--disabled .ReactCrop__crop-selection {
      cursor: inherit; }
    .ReactCrop--circular-crop .ReactCrop__crop-selection {
      border-radius: 50%;
      box-shadow: 0px 0px 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5); }
  .ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after, .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4); }
  .ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after {
    width: 1px;
    top: 0;
    bottom: 0; }
  .ReactCrop__rule-of-thirds-vt::before {
    left: 33.3333%;
    left: calc(100% / 3); }
  .ReactCrop__rule-of-thirds-vt::after {
    left: 66.6666%;
    left: calc(100% / 3 * 2); }
  .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
    left: 0;
    right: 0;
    height: 1px; }
  .ReactCrop__rule-of-thirds-hz::before {
    top: 33.3333%;
    top: calc(100% / 3); }
  .ReactCrop__rule-of-thirds-hz::after {
    top: 66.6666%;
    top: calc(100% / 3 * 2); }
  .ReactCrop__drag-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    outline: 1px solid transparent; }
  .ReactCrop .ord-nw {
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: nw-resize; }
  .ReactCrop .ord-n {
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: n-resize; }
  .ReactCrop .ord-ne {
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: ne-resize; }
  .ReactCrop .ord-e {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: e-resize; }
  .ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize; }
  .ReactCrop .ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: s-resize; }
  .ReactCrop .ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: sw-resize; }
  .ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize; }
  .ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit; }
  .ReactCrop__drag-bar {
    position: absolute; }
    .ReactCrop__drag-bar.ord-n {
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-top: -3px; }
    .ReactCrop__drag-bar.ord-e {
      right: 0;
      top: 0;
      width: 6px;
      height: 100%;
      margin-right: -3px; }
    .ReactCrop__drag-bar.ord-s {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-bottom: -3px; }
    .ReactCrop__drag-bar.ord-w {
      top: 0;
      left: 0;
      width: 6px;
      height: 100%;
      margin-left: -3px; }
  .ReactCrop--new-crop .ReactCrop__drag-bar,
  .ReactCrop--new-crop .ReactCrop__drag-handle,
  .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
    display: none; }
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
    display: none; }
  @media (pointer: coarse) {
    .ReactCrop__drag-handle {
      width: 34px;
      height: 34px; }
    .ReactCrop__drag-bar {
      display: none; }
    .ReactCrop .ord-nw,
    .ReactCrop .ord-n,
    .ReactCrop .ord-ne,
    .ReactCrop .ord-e,
    .ReactCrop .ord-s,
    .ReactCrop .ord-sw,
    .ReactCrop .ord-w {
      display: none; }
    .ReactCrop .ord-se {
      margin-bottom: -1px;
      margin-right: -1px; } }

.ksd-cardview-container{width:100%}.ksd-cardview{display:flex;flex-wrap:wrap;width:100%;margin-top:-10px}.ksd-cardview .ant-spin-nested-loading,.ksd-cardview .ant-spin-nested-loading>.ant-spin-container{height:inherit}.ksd-cardview-item,.ksd-cardview-item-1,.ksd-cardview-item-2,.ksd-cardview-item-3,.ksd-cardview-item-4,.ksd-cardview-item-5{margin:10px}.ksd-cardview-item-1{width:calc(100%);margin-left:0;margin-right:0}@media (max-width: 767px){.ksd-cardview-item-2{width:calc(100%);margin-left:0;margin-right:0}}@media (min-width: 768px) and (max-width: 991px){.ksd-cardview-item-2{width:calc(50% - 10px)}.ksd-cardview-item-2:nth-child(2n+1){margin-left:0}.ksd-cardview-item-2:nth-child(2n+2){margin-right:0}}@media (min-width: 992px){.ksd-cardview-item-2{width:calc(50% - 10px)}.ksd-cardview-item-2:nth-child(2n+1){margin-left:0}.ksd-cardview-item-2:nth-child(2n+2){margin-right:0}}@media (max-width: 767px){.ksd-cardview-item-3{width:calc(100%);margin-left:0;margin-right:0}}@media (min-width: 768px) and (max-width: 991px){.ksd-cardview-item-3{width:calc(50% - 10px)}.ksd-cardview-item-3:nth-child(2n+1){margin-left:0}.ksd-cardview-item-3:nth-child(2n+2){margin-right:0}}@media (min-width: 992px){.ksd-cardview-item-3{width:calc(33.3% - 13.3px)}.ksd-cardview-item-3:nth-child(3n+1){margin-left:0}.ksd-cardview-item-3:nth-child(3n+3){margin-right:0}}@media (max-width: 767px){.ksd-cardview-item-4{width:calc(100%);margin-left:0;margin-right:0}}@media (min-width: 768px) and (max-width: 991px){.ksd-cardview-item-4{width:calc(33.3% - 13.3px)}.ksd-cardview-item-4:nth-child(3n+1){margin-left:0}.ksd-cardview-item-4:nth-child(3n+3){margin-right:0}}@media (min-width: 992px){.ksd-cardview-item-4{width:calc(25% - 15px)}.ksd-cardview-item-4:nth-child(4n+1){margin-left:0}.ksd-cardview-item-4:nth-child(4n+4){margin-right:0}}@media (max-width: 767px){.ksd-cardview-item-5{width:calc(100%);margin-left:0;margin-right:0}}@media (min-width: 768px) and (max-width: 991px){.ksd-cardview-item-5{width:calc(33.3% - 13.3px)}.ksd-cardview-item-5:nth-child(3n+1){margin-left:0}.ksd-cardview-item-5:nth-child(3n+3){margin-right:0}}@media (min-width: 992px){.ksd-cardview-item-5{width:calc(20% - 16px)}.ksd-cardview-item-5:nth-child(5n+1){margin-left:0}.ksd-cardview-item-5:nth-child(5n+5){margin-right:0}}

@charset "UTF-8";

.frmViewer {
  border: 0;
  width: 100%;
  scroll: hidden;
}

.container {
    display: flex;
    flex-direction: column;
}
.content_wrapper {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 400px;
}

.layout-header {
    background-color: #fff;
    min-height: 100px;
    transition-property: box-shadow;
    transition-duration: 0.3s;
}

.layout-header .line {
    height: 4px;
    background: linear-gradient(90deg, #0bc4d8, #c6eece);
}

.layout-header .content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
}

.logo {
    width: 133px;
    height: 41px;
    cursor: pointer;
}

.layout-header.logged .logo {
    width: 105px;
    height: 33px;
}

.layout-header.logged h1 {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    height: 30px;
}

.layout-header.shadow { 
    box-shadow: 0px 5px 30px #11111126;
}

.test-class{
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px;
    color: #ff0000;
}
.gnb-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: -30px;
    align-items: center;
}

.menu-wrapper {
    height: 106px;
}

.gnb-wrapper a {
    font-size: 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
    display: inline-block;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 30px;
    color: #161616;
}

.gnb-wrapper a.current {
    border-bottom-color: #1D3997;
    font-weight: bold;
}
.gnb-wrapper .menu-divider {
    width: 1px;
    height: 16px;
}
.mobile .picker .seperateor{margin-right:2%;margin-left:2%}@media (max-width: 430px){.mobile .picker .seperateor{display:none}.mobile .picker .start-date,.mobile .picker .end-date{width:100%;min-width:170px;margin-right:2%}}.mobile .preset{min-width:215px}

.ant-modal{max-width:calc(100% - 60px)}.ant-modal .ant-modal-close-x{width:58px;height:58px;line-height:58px;font-size:20px;color:#666}.ant-modal .ant-modal-header{border-radius:10px 10px 0 0;padding:17px 58px 18px 30px;border-bottom:1px solid #e0e0e0;background:transparent}.ant-modal .ant-modal-header .ant-modal-title{font-size:20px;color:#333333}.ant-modal .ant-modal-header .ant-modal-title *{font-size:inherit;color:inherit}.ant-modal .ant-modal-content{border-radius:10px}.ant-modal .ant-modal-body{padding:40px 30px;font-size:14px;color:#666666}.ant-modal .ant-modal-body>h1:first-child{margin:0 0 20px;font-size:20px;color:#111}.ant-modal .ant-modal-body>span[class*='EvoteTypography']{display:block;font-size:20px;line-height:1.5;text-align:center}.ant-modal .ant-modal-body .img-area img{display:block;width:100%}.ant-modal .ant-modal-body .oz-content-area{margin:-40px -30px;min-height:350px}.ant-modal .ant-modal-footer{border-top:1px solid #e0e0e0;padding:0;background-color:#f3f3f3;border-radius:0 0 10px 10px}.ant-modal .ant-modal-footer .modal-footer button{width:100%;padding:8px 0;background:none;border:0;height:auto;font-size:16px;font-weight:normal;color:#999999}.ant-modal .ant-modal-footer .modal-footer button.ant-btn-primary{color:#3fd7e6}.ant-modal .ant-modal-footer .modal-footer>.ant-col+.ant-col{border-left:1px solid #e0e0e0}@media (max-width: 767px){.ant-modal{max-width:calc(100% - 30px)}.ant-modal .ant-modal-body{padding:15px}.ant-modal .ant-modal-body .oz-content-area{margin:-15px}}.ant-modal .tit-h1{margin:30px 0 10px;font-size:24px;font-weight:normal;color:#333333;line-height:1}.ant-modal .tit-h2{margin:30px 0 10px;font-size:16px;font-weight:normal;color:#333333;line-height:1}.ant-modal .tit-h3{margin:30px 0 10px;font-size:16px;font-weight:normal;color:#333333;line-height:1}

#ntc-entc20100v{display:flex;flex-direction:column;position:relative;overflow:hidden;padding-bottom:70px}#ntc-entc20100v .header{display:flex;justify-content:center;background-color:#1d3997;height:70px;position:fixed;width:100%;z-index:99999}#ntc-entc20100v .modal_header{display:flex;justify-content:center;background-color:#1d3997;height:70px;width:100%;z-index:99999;position:absolute}#ntc-entc20100v .header_item{display:flex;flex:auto;justify-content:center;flex-direction:row;align-items:center}#ntc-entc20100v .header_item img{margin-right:20px;height:30px}#ntc-entc20100v .title_area{display:flex;justify-content:center;margin:24px 52px 45px 45px;height:170px}#ntc-entc20100v .name{font-size:13px;color:#ffffff;font-weight:lighter}#ntc-entc20100v .title_Content{font-size:13px;color:#ffffff;line-height:20px;word-break:keep-all;font-weight:lighter}#ntc-entc20100v .notice_wrap{margin-top:-70px;width:100%;padding:0 20px;margin-bottom:20px}#ntc-entc20100v .notice_content{background-color:#fff;border-radius:6px;box-shadow:16px 16px 79px #11111126;padding:20px 25px;width:100%;position:relative}#ntc-entc20100v .icon{height:72px;width:72px;position:absolute;top:180px;right:31px}#ntc-entc20100v .divider-title{width:100%;padding:0 20px}#ntc-entc20100v .content_title{font-size:16px;font-weight:600;padding:16px 0 16px 9px;width:100%;border-top:2px solid #000000;border-bottom:1px solid #e8e8e8}#ntc-entc20100v .content_body{display:flex;flex-direction:row;width:100%;padding:14px 30px 0 30px;margin-bottom:46px}#ntc-entc20100v .content_left{display:flex;flex-direction:column;width:25%;flex-wrap:nowrap}#ntc-entc20100v .content_right{display:flex;flex-direction:column;width:75%;flex-wrap:nowrap}#ntc-entc20100v .content{display:flex;flex-direction:column}#ntc-entc20100v .block_wrapper{width:100%;padding:0 20px;margin-bottom:50px;height:100px}#ntc-entc20100v .block_content{display:flex;width:100%;padding:16px 15px 16px 15px;flex-direction:column;background-color:#f5f7fd}#ntc-entc20100v .footer{display:flex;position:fixed;width:100%;padding:0 20px;bottom:20px}#ntc-entc20100v .modal_footer{display:flex;width:100%;padding:0 20px;bottom:20px;position:absolute}#ntc-entc20100v .button{height:50px;width:100%;background-color:#ffcc19;border-radius:6px;border:transparent;font-size:15px;font-weight:bold}#ntc-entc20100v .agreement_box{background-color:#f5f7fd;padding:20px;display:flex;flex-direction:row;height:110px;align-items:center;justify-content:space-between;margin-bottom:30px}#ntc-entc20100v .left{display:flex;flex-direction:column}#ntc-entc20100v .left-title{display:flex;flex-direction:row;margin-bottom:10px}

.ant-modal{max-width:calc(100% - 60px)}.ant-modal .ant-modal-close-x{width:58px;height:58px;line-height:58px;font-size:20px;color:#666}.ant-modal .ant-modal-header{border-radius:10px 10px 0 0;padding:17px 58px 18px 30px;border-bottom:1px solid #e0e0e0;background:transparent}.ant-modal .ant-modal-header .ant-modal-title{font-size:20px;color:#333333}.ant-modal .ant-modal-header .ant-modal-title *{font-size:inherit;color:inherit}.ant-modal .ant-modal-content{border-radius:10px}.ant-modal .ant-modal-body{padding:40px 30px;font-size:14px;color:#666666}.ant-modal .ant-modal-body>h1:first-child{margin:0 0 20px;font-size:20px;color:#111}.ant-modal .ant-modal-body>span[class*='EvoteTypography']{display:block;font-size:20px;line-height:1.5;text-align:center}.ant-modal .ant-modal-body .img-area img{display:block;width:100%}.ant-modal .ant-modal-body .oz-content-area{margin:-40px -30px;min-height:350px}.ant-modal .ant-modal-footer{border-top:1px solid #e0e0e0;padding:0;background-color:#f3f3f3;border-radius:0 0 10px 10px}.ant-modal .ant-modal-footer .modal-footer button{width:100%;padding:8px 0;background:none;border:0;height:auto;font-size:16px;font-weight:normal;color:#999999}.ant-modal .ant-modal-footer .modal-footer button.ant-btn-primary{color:#3fd7e6}.ant-modal .ant-modal-footer .modal-footer>.ant-col+.ant-col{border-left:1px solid #e0e0e0}@media (max-width: 767px){.ant-modal{max-width:calc(100% - 30px)}.ant-modal .ant-modal-body{padding:15px}.ant-modal .ant-modal-body .oz-content-area{margin:-15px}}.ant-modal .tit-h1{margin:30px 0 10px;font-size:24px;font-weight:normal;color:#333333;line-height:1}.ant-modal .tit-h2{margin:30px 0 10px;font-size:16px;font-weight:normal;color:#333333;line-height:1}.ant-modal .tit-h3{margin:30px 0 10px;font-size:16px;font-weight:normal;color:#333333;line-height:1}

.layout-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 140px;
    background-color: #2B2B2B;
    flex-direction: row;
    align-items: center;
}
.footlogo_wrapper {
    display: flex;
    height: 140px;
    align-items: center;
}
.img {
    width: 133px;
    height: 41px;
}
.quick-menu-wrapper {
    width: 613px;
    height: 76px;
    margin-left: 85px;
    display: flex;
    flex-direction: column;
}
.link_wrapper {
    display: flex;
    flex-direction: row;
}
.quick-menu-item-bold {
    cursor:pointer;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin-right: 42px;
}
.quick-menu-item-privacy {
    cursor:pointer;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-right: 42px;
}
.quick-menu-item-lighter{
    cursor:pointer;
    font-size: 14px;
    color: #888888;
    margin-right: 42px;
    font-weight: lighter;
}
.contact_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.contact {
    font-size: 12px;
    color: #888888;
    margin-right: 12px;
}
.login-cover {
    height: 590px;
    background-color: #1D3997;
}
.login-wrapper-box {
    height: 100%;
}
.login_title {
    font-size: 62px;
    font-weight: bold;
    color: white;
    line-height: 70px;
}
.login_title small {
    font-weight: 300;
    display: block;
}
.login_img {
    width: 563px;
    height: 431px;
}
.sub_title {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: -1px;
}
.sub_title small {
    font-weight: lighter;
    display: block;
}
.content-cover-1 {
    height: 400px;
    background-color: #F5F5F5;
}
.content-cover-2 {
    height: 400px;
    background-color: #FFFFFF;
}
.content-cover-3 {
    height: 400px;
    background-color: #F5F5F5;
}
.content {
    overflow: hidden;
}

.content-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}

.content-col {
    display: flex;
    position: relative;
}

.content-cover-1 .content-col {
    width: 598px;
    height: 400px;
}

.content-cover-2 .content-col {
    width: 398px;
    height: 400px;
}
.content-cover-3 .content-col {
    width: 598px;
    height: 400px;
}

.content-col-auto {
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
}

.image_wrapper {
    overflow: hidden;
}
.input_num {
    width: 397px;
    height: 60px;
    border-radius: 4px;
    border: transparent;
    padding-left: 30px;
    margin-top: 53px;
}
.button {
    margin-top: 5px;
    width: 196px;
    height: 50px;
    border-radius: 4px;
    border: transparent;
    background-color: #FFCC19;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
    cursor: pointer;
}
.email_icon {
    position: absolute;
    left: 194px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.phone_icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 99px;
    margin: auto;
}
.phone_icon_back {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.security_icon {
    position: absolute;
    right: 155px;
    top: 132px;
}
.security_icon_back {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.sub_descrption {
    font-size: 17px;
    color: #666666;
    margin-top: 14px;
    line-height: 25px;
}
.gradient-border,.gradient-border-top,.gradient-border-bottom,.gradient-border-left,.gradient-border-right,.gradient-border-all{border-style:solid;border-image:linear-gradient(to right, #37bbca, #d2d627);border-image-slice:1}.gradient-border-top{border-top:3px solid;border-image-width:3px 0 0 0}.gradient-border-bottom{border-bottom:3px solid;border-image-width:0px 0 3px 0}.gradient-border-left{border-left:3px solid;border-image-width:0 0 0 3px}.gradient-border-right{border-right:3px solid;border-image-width:0 3px 0 0}.gradient-border-all{border:3px solid;border-image-width:3px}#ntc-entc00100v .res{margin-bottom:10px;font-size:16px}#ntc-entc00100v .res strong{color:#37bbc8;font-weight:bold}#ntc-entc00100v .ksd-cardview-item-1{margin:10px 0 0 0}#ntc-entc00100v .ksd-cardview-item-1 .ksd-simple-card{border-color:#ececec}#ntc-entc00100v .ksd-cardview-item-1 .ksd-simple-card .card-footer{border-color:#ececec}#ntc-entc00100v .toolbutton-group{display:none !important}#ntc-entc00100v .noti-title{cursor:pointer}#ntc-entc00100v .ksd-simple-card-title>div>span{height:35px !important;-webkit-line-clamp:1 !important}

.gradient-border,.gradient-border-top,.gradient-border-bottom,.gradient-border-left,.gradient-border-right,.gradient-border-all{border-style:solid;border-image:linear-gradient(to right, #37bbca, #d2d627);border-image-slice:1}.gradient-border-top{border-top:3px solid;border-image-width:3px 0 0 0}.gradient-border-bottom{border-bottom:3px solid;border-image-width:0px 0 3px 0}.gradient-border-left{border-left:3px solid;border-image-width:0 0 0 3px}.gradient-border-right{border-right:3px solid;border-image-width:0 3px 0 0}.gradient-border-all{border:3px solid;border-image-width:3px}#ntc-entc00101v .board-view{border-top:2px solid #333;border-bottom:1px solid #ccc;margin:20px 0}#ntc-entc00101v .board-view .view-header{padding:20px 15px 15px;font-size:20px;color:#333}#ntc-entc00101v .board-view .view-header .notice{font-size:20px}#ntc-entc00101v .board-view .view-header .info{padding-top:15px;font-size:14px;color:#999}#ntc-entc00101v .board-view .view-header .info span:nth-child(2){margin:0 20px}#ntc-entc00101v .board-view .view-content{padding-top:30px;border-top:1px solid #ccc}#ntc-entc00101v .board-view .view-content .sun-editor{border:0}#ntc-entc00101v .board-view .view-content .sun-editor .sun-editor-editable{padding:0}#ntc-entc00101v .board-view .view-content .content-info{padding:0 30px;font-size:14px;line-height:26px;color:#999}#ntc-entc00101v .board-view .view-content .file-info{overflow:hidden;margin-top:30px;padding:30px;border-top:1px solid #ccc}#ntc-entc00101v .board-view .view-content .file-info>.ant-row>.ant-col{position:relative}#ntc-entc00101v .board-view .view-content .file-info>.ant-row>.ant-col>.anticon{position:absolute;left:0;top:3px}#ntc-entc00101v .board-view .view-content .file-info>.ant-row>.ant-col>.anticon+*{padding-left:25px;height:auto;min-height:0}#ntc-entc00101v .board-view .view-content .file-info>p{float:left;margin-right:40px;font-size:14px;color:#666}#ntc-entc00101v .board-view .view-content .file-info .upload-button-download{float:left}#ntc-entc00101v .board-view .view-content .file-info .ant-upload-list{margin-top:-5px}#ntc-entc00101v .board-view .view-content .file-info .file-box{float:left}#ntc-entc00101v .board-view .view-content .file-info .file-box .file-all-down{display:inline-block;margin:40px 0 1px;font-size:14px;color:#111}#ntc-entc00101v .board-view .view-content .file-info .upload-button-download .ant-upload-list-item{margin-top:14px}#ntc-entc00101v .board-view .view-content .file-info .upload-button-download .ant-upload-list-item .ant-upload-list-item-info{padding:0 0 0 30px}#ntc-entc00101v .board-view .view-content .file-info .upload-button-download .ant-upload-list-item .ant-upload-list-item-info>span>i{display:none}#ntc-entc00101v .board-view .view-content .file-info .upload-button-download .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-card-actions{left:0;opacity:1}#ntc-entc00101v .board-view .view-content .file-info .upload-button-download .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-card-actions a{display:inline-block;width:22px;height:16px;background:url("/icons/icon_file_view.png") center center no-repeat;background-size:22px 16px}#ntc-entc00101v .board-view .view-content .file-info .upload-button-download .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-card-actions a>i{display:none}#ntc-entc00101v .board-view .view-content .file-info .upload-button-download .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-card-actions a:last-child{display:none}#ntc-entc00101v .board-view .view-content .file-info .upload-button-download .ant-upload-list-item:first-child{margin-top:0}#ntc-entc00101v .ant-upload-list-item-name{padding-left:30px}#ntc-entc00101v .ant-upload-list-item-info .anticon-paper-clip{width:22px;height:16px;margin-top:-4px;background:url("/icons/icon_file_view.png") left 0 no-repeat;background-size:22px 16px}#ntc-entc00101v .ant-upload-list-item-info .anticon-paper-clip>svg{display:none}#hpm-evlt32551s .toolbutton-group.underline{margin-bottom:10px}#hpm-evlt32551s .info-view-box .ant-form-item-label{margin-bottom:10px}#hpm-evlt32551s .ant-radio-wrapper{margin-left:30px}#hpm-evlt32551s .ant-radio-wrapper:first-child{margin-left:0}#hpm-evlt32551s .info-view-box .ant-radio+span{font-size:16px}#hpm-evlt32551s .ant-form-item .ant-form-item-control{margin-top:-10px}

.gradient-border,.gradient-border-top,.gradient-border-bottom,.gradient-border-left,.gradient-border-right,.gradient-border-all{border-style:solid;border-image:linear-gradient(to right, #37bbca, #d2d627);border-image-slice:1}.gradient-border-top{border-top:3px solid;border-image-width:3px 0 0 0}.gradient-border-bottom{border-bottom:3px solid;border-image-width:0px 0 3px 0}.gradient-border-left{border-left:3px solid;border-image-width:0 0 0 3px}.gradient-border-right{border-right:3px solid;border-image-width:0 3px 0 0}.gradient-border-all{border:3px solid;border-image-width:3px}#hpm-elvt32511s .notice-resi .input-form-box .top-area{background:#f9f9f9;padding:12px 30px 20px;border:1px solid #e9e9e9}#hpm-elvt32511s .notice-resi .ant-radio+span{font-size:16px}#hpm-elvt32511s .notice-resi .ant-form-item-label{margin:0 0 4px}#hpm-elvt32511s .notice-resi .title-area .ant-form-item-label{float:left;margin-bottom:0}#hpm-elvt32511s .notice-resi .input-box{margin-top:-6px}#hpm-elvt32511s .notice-resi .field{position:relative;margin-top:20px}#hpm-elvt32511s .notice-resi .field:first-child{margin-top:0}#hpm-elvt32511s .notice-resi .field:first-child .ant-form-explain{position:absolute;left:30px;top:1px}#hpm-elvt32511s .notice-resi .field input[type='checkbox']{width:18px;height:18px}#hpm-elvt32511s .notice-resi .field .ant-radio+span{font-size:15px;color:#888}#hpm-elvt32511s .form-required .ant-form-item-no-colon{position:relative;padding-right:16px}#hpm-elvt32511s .form-required .ant-form-item-no-colon::before{content:'';position:absolute;top:-1px;right:10px;width:3px;height:3px;margin:0;border-radius:5px;background-color:#fc4c4e}

#ntc-entc00200v .header-visual{height:170px;background-color:#1d3997;overflow:hidden}#ntc-entc00200v .header-visual .content-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:170px}#ntc-entc00200v .header-visual .content-wrapper p{color:white;font-size:24px;letter-spacing:0px;font-weight:500}#ntc-entc00200v .header-visual .content-wrapper img{width:270px}#ntc-entc00200v .content-dl{margin:0px;padding:0px}#ntc-entc00200v .content-dl dt{float:left;width:250px;position:relative;font-size:22px;color:#333333;padding-left:20px}#ntc-entc00200v .content-dl dt:before{width:5px;height:22px;background-color:#1d3997;content:' ';display:block;position:absolute;left:0px;top:0px}#ntc-entc00200v .content-dl dd{margin:0px 0px 0px 250px;padding-bottom:70px}#ntc-entc00200v .content-dl dd p{font-size:18px;color:#666666;font-weight:'200';margin-bottom:15px}#ntc-entc00200v .content-dl dd img{max-width:100%}#ntc-entc00200v .content-dl dd:after{clear:both}#ntc-entc00200v .content-dl dd b{font-size:22px;color:#333333;font-weight:'400';margin-bottom:5px}#ntc-entc00200v .content-dl dd p.small{font-size:14px;line-height:30px;color:#888888}#ntc-entc00200v .content-dl dd ul{list-style-type:none;padding:20px 0px;margin:0px}#ntc-entc00200v .content-dl dd ul li{padding-left:20px;font-size:14px;color:#888;line-height:30px}#ntc-entc00200v .content-dl dd ul li.item{font-size:18px;color:#666;position:relative}#ntc-entc00200v .content-dl dd ul li.item:before{content:' ';display:block;position:absolute;left:5px;top:13px;width:4px;height:4px;border-radius:2px;background:#666666}#ntc-entc00200v .flow-list{padding:0px;display:flex;flex-direction:row;margin:0px -10px}#ntc-entc00200v .flow-list li{flex:1;padding:0px 10px 20px}#ntc-entc00200v .flow-list li .head-area{padding:0px 0px 10px;margin:0px;border-top:4px solid #333333;padding-top:30px;font-size:28px;color:#333}#ntc-entc00200v .flow-list li .head-area small{display:block;color:#027cc2;line-height:30px;margin-bottom:3px}#ntc-entc00200v .flow-list li .text-area{font-size:14px;line-height:24px;letter-spacing:-0.35px}#ntc-entc00200v .header-title{position:absolute;left:331px;top:80px;color:white;font-size:18px;letter-spacing:-1.05px;font-weight:lighter}#ntc-entc00200v .title{height:303px;margin-top:60px;align-items:center;display:flex;flex-direction:column;border-bottom:#e2e2e2 1px solid}#ntc-entc00200v .icon-letter{width:84px;height:84px}#ntc-entc00200v .title-text{margin-top:27px;font-size:42px;font-weight:bold}#ntc-entc00200v .title-text small{font-weight:lighter}#ntc-entc00200v .text{font-weight:lighter;font-size:20px;line-height:30px;color:#666666;text-align:center}#ntc-entc00200v .content-container{display:flex;flex-direction:column;padding-top:67px}#ntc-entc00200v .content{display:flex;flex-direction:row}#ntc-entc00200v .divider{width:5px;height:22px;background-color:#1d3997;margin-right:20px}#ntc-entc00200v .effect-container{display:flex;flex-direction:row;justify-content:space-between}#ntc-entc00200v .effect-content{display:flex;flex-direction:column}

#ntc-entc20200v{display:flex;flex-direction:column;position:relative;overflow:hidden;padding-bottom:70px}#ntc-entc20200v .header{display:flex;justify-content:center;background-color:#1d3997;height:70px;position:fixed;width:100%;z-index:99999}#ntc-entc20200v .modal_header{display:flex;justify-content:center;background-color:#1d3997;height:70px;width:100%;z-index:99999;position:absolute}#ntc-entc20200v .header_item{display:flex;flex:auto;justify-content:center;flex-direction:row;align-items:center}#ntc-entc20200v .header_item img{margin-right:20px;height:30px}#ntc-entc20200v .title_area{display:flex;justify-content:center;margin:24px 52px 45px 45px;height:170px}#ntc-entc20200v .name{font-size:13px;color:#ffffff;font-weight:lighter}#ntc-entc20200v .title_Content{font-size:13px;color:#ffffff;line-height:20px;word-break:keep-all;font-weight:lighter}#ntc-entc20200v .notice_wrap{margin-top:-70px;width:100%;padding:0 20px;margin-bottom:20px}#ntc-entc20200v .notice_content{background-color:#fff;border-radius:6px;box-shadow:16px 16px 79px #11111126;padding:20px 25px;width:100%;position:relative}#ntc-entc20200v .icon{height:72px;width:72px;position:absolute;top:180px;right:31px}#ntc-entc20200v .divider-title{width:100%;padding:0 20px}#ntc-entc20200v .content_title{font-size:16px;font-weight:600;padding:16px 0 16px 9px;width:100%;border-top:2px solid #000000;border-bottom:1px solid #e8e8e8}#ntc-entc20200v .content_body{display:flex;flex-direction:row;width:100%;padding:14px 30px 0 30px;margin-bottom:46px}#ntc-entc20200v .content_left{display:flex;flex-direction:column;width:25%;flex-wrap:nowrap}#ntc-entc20200v .content_right{display:flex;flex-direction:column;width:75%;flex-wrap:nowrap}#ntc-entc20200v .content{display:flex;flex-direction:column}#ntc-entc20200v .block_wrapper{width:100%;padding:0 20px;margin-bottom:50px;height:100px}#ntc-entc20200v .block_content{display:flex;width:100%;padding:16px 15px 16px 15px;flex-direction:column;background-color:#f5f7fd}#ntc-entc20200v .footer{display:flex;position:fixed;width:100%;padding:0 20px;bottom:20px}#ntc-entc20200v .modal_footer{display:flex;width:100%;padding:0 20px;bottom:20px;position:absolute}#ntc-entc20200v .button{height:50px;width:100%;background-color:#ffcc19;border-radius:6px;border:transparent;font-size:15px;font-weight:bold}#ntc-entc20200v .agreement_box{background-color:#f5f7fd;padding:20px;display:flex;flex-direction:row;height:110px;align-items:center;justify-content:space-between;margin-bottom:30px}#ntc-entc20200v .left{display:flex;flex-direction:column}#ntc-entc20200v .left-title{display:flex;flex-direction:row;margin-bottom:10px}#ntc-entc20200v .error-page{position:relative;width:400px;margin:auto;padding:30px;height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center}#ntc-entc20200v .error-page h1{width:165px;margin:0 auto;text-align:center}#ntc-entc20200v .error-page h1 img{width:100%}#ntc-entc20200v .error-page .mesg-error{position:relative;min-height:131px;margin-top:80px;margin-bottom:80px;padding-left:150px}#ntc-entc20200v .error-page .mesg-error img{position:absolute;top:0;left:0}#ntc-entc20200v .error-page .mesg-error .main{font-size:18px;letter-spacing:-1px;color:#333;word-break:keep-all;word-wrap:normal}#ntc-entc20200v .error-page .mesg-error .sub{line-height:1.45em;padding-left:3px;margin-top:20px;font-size:20px;color:#666;letter-spacing:-1px}#ntc-entc20200v .error-page .mesg-error ul{margin:30px}#ntc-entc20200v .error-page .mesg-error ul>li{list-style:disc;font-size:18px;line-height:1.5}#ntc-entc20200v .error-page .mesg-error .caution{position:relative;font-size:14px;padding-left:20px;margin-left:10px}#ntc-entc20200v .error-page .mesg-error .caution:before{position:absolute;left:0;top:0;display:inline-block;content:'\203B'}#ntc-entc20200v .error-page .sub{line-height:1.45em;padding-left:3px;margin-top:20px;font-size:20px;color:#666;letter-spacing:-1px;word-break:keep-all;word-wrap:normal}#ntc-entc20200v .error-page .bottom{text-align:center}#ntc-entc20200v .error-page .bottom p{font-size:24px;color:#666;letter-spacing:-1px}#ntc-entc20200v .error-page .bottom button{margin-top:50px;padding:0 30px}#ntc-entc20200v .error-page .bottom>span{display:block;margin-top:10px;font-size:14px;color:#666}@media screen and (max-width: 767px){#ntc-entc20200v .error-page.type2{width:100%;padding:15px}#ntc-entc20200v .error-page.type2 h1 img{width:100px}#ntc-entc20200v .error-page.type2 .mesg-error{margin:0;padding-left:0}#ntc-entc20200v .error-page.type2 .mesg-error img{position:static;display:block;width:100px;margin:40px auto}#ntc-entc20200v .error-page.type2 .mesg-error .main{font-size:22px}#ntc-entc20200v .error-page.type2 .mesg-error ul>li{font-size:14px}#ntc-entc20200v .error-page.type2 .mesg-error .caution{font-size:12px}#ntc-entc20200v .error-page.type2 .sub{font-size:16px}}

.gradient-border,.gradient-border-top,.gradient-border-bottom,.gradient-border-left,.gradient-border-right,.gradient-border-all{border-style:solid;border-image:linear-gradient(to right, #37bbca, #d2d627);border-image-slice:1}.gradient-border-top{border-top:3px solid;border-image-width:3px 0 0 0}.gradient-border-bottom{border-bottom:3px solid;border-image-width:0px 0 3px 0}.gradient-border-left{border-left:3px solid;border-image-width:0 0 0 3px}.gradient-border-right{border-right:3px solid;border-image-width:0 3px 0 0}.gradient-border-all{border:3px solid;border-image-width:3px}#uim-elvt10630v .resist-form{margin-top:60px}#uim-elvt10630v .resist-form .agree{border:1px solid #ccc;margin-top:10px}#uim-elvt10630v .resist-form .agree .title{font-size:18px;height:44px;line-height:44px !important;background:#f9f9f9;border-bottom:1px solid #eee;text-indent:30px}#uim-elvt10630v .resist-form .agree .write-group-box{margin:0;padding:30px 30px 20px;border:none}#uim-elvt10630v .resist-form .agree .write-group-box .agree-jec{border:none;padding:0}#uim-elvt10630v .resist-form .agree .write-group-box .cpidsW{margin-top:8px !important;background:#fcfcfc;border-color:#eaeaea;border-top:1px solid #eaeaea}#uim-elvt10630v .certification-type-wrapper{margin-bottom:0}#uim-elvt10630v .certification-type-wrapper .certification-type-box{margin-bottom:0}@media screen and (max-width: 575px){#uim-elvt10630v .resist-form .title{font-size:24px}#uim-elvt10630v .resist-form .cpidsW{margin-top:0 !important}#uim-elvt10630v .resist-form .info-view-box .title{font-size:14px;text-indent:15px}#uim-elvt10630v .resist-form .info-view-box .write-group-box{padding:15px 15px 10px}#uim-elvt10630v .resist-form .agree .title{font-size:14px;text-indent:15px}#uim-elvt10630v .resist-form .agree .write-group-box{padding:15px 15px 10px}#uim-elvt10630v .resist-form .agree .write-group-box .mktTx{font-size:13px}#uim-elvt10630v .resist-form .agree .allbtn{right:15px;font-size:13px}#uim-elvt10630v .write-group-box .write-group-row .ant-col+.mt-10{margin-top:10px !important}}

