@charset "UTF-8";
.clean-word {
  word-break: keep-all;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

aside.sidebar .btn-center-block {
  text-align: center;
}
aside.sidebar .btn-md {
  border-radius: 2px;
  padding: 4px 16px;
  height: inherit;
}
aside.sidebar .btn-block {
  display: block;
  width: auto;
  padding: 11px 24px;
  border-radius: 4px;
}
aside.sidebar .btn-white-wishket {
  border-color: #e0e0e0;
  background-color: #ffffff;
  color: #2099bb;
}
aside.sidebar .btn-wishket {
  border-color: #2099bb !important;
}
aside.sidebar .btn-wishket:hover, aside.sidebar .btn-wishket:focus {
  color: #ffffff;
}
aside.sidebar .btn-client {
  background-color: #446eab;
  color: #ffffff;
}
aside.sidebar .btn-gray {
  background-color: #a1a6ad;
  color: #ffffff;
}

/*
 html / css 의 기본 속성을 위시켓 스타일에 맞추어 기본 설정 변경하는 scss.
 */
ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #212121;
}
*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #212121;
}

* {
  font-family: "NotoSansKR", "Sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.title-1, .title-1-bold {
  font-size: 28px;
  line-height: 40px;
  font-weight: normal;
}

.title-1-bold {
  font-weight: 700;
}

.title-2, .title-2-light, .title-2-medium, .title-2-bold {
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
}

.title-2-bold {
  font-weight: 700;
}

.title-2-medium {
  font-weight: 500;
}

.title-2-light {
  font-weight: 300;
}

.title-3, .title-3-light, .title-3-medium, .title-3-bold {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
}

.title-3-bold {
  font-weight: 700;
}

.title-3-medium {
  font-weight: 500;
}

.title-3-light {
  font-weight: 300;
}

.subtitle-1, .subtitle-1-light, .subtitle-1-medium, .subtitle-1-bold {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}

.subtitle-1-bold {
  font-weight: 700;
}

.subtitle-1-medium {
  font-weight: 500;
}

.subtitle-1-light {
  font-weight: 300;
}

.subtitle-2, .subtitle-2-medium, .subtitle-2-bold {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

.subtitle-2-bold {
  font-weight: 700;
}

.subtitle-2-medium {
  font-weight: 500;
}

.body-1, .body-1-light, .body-1-medium, .body-1-bold, aside.sidebar .btn-block {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

.body-1-bold {
  font-weight: 700;
}

.body-1-medium {
  font-weight: 500;
}

.body-1-light {
  font-weight: 300;
}

.body-2, .stack-search-form.task-based .stack-search-input-group, .stack-search-form.task-based .stack-search-typing-input, .body-2-light, .body-2-medium, .body-2-bold, aside.sidebar .btn-md {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.body-2-bold {
  font-weight: 700;
}

.body-3-bold {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.body-3-medium {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.body-2-medium {
  font-weight: 500;
}

.body-2-light {
  font-weight: 300;
}

.body-3, .stack-search-form.task-based .stack-chip, .stack-search-form .stack-search-set-experience-footer, .body-3-medium {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}

.body-3-medium {
  font-weight: 500;
}

.caption-1, .caption-1-medium, .caption-1-bold {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

.caption-1-bold {
  font-weight: 700;
}

.caption-1-medium {
  font-weight: 500;
}

.caption-2 {
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
}

.link-text {
  text-decoration: none;
  color: #3ba3c7;
  display: inline-block;
}
.link-text.disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
}

.keep-word {
  word-break: keep-all;
}

.keep-word-hard {
  word-break: break-all;
}

.break-word {
  word-break: break-word;
}

.no-size {
  font-size: 0;
}

.text200 {
  color: #e0e0e0;
}

.text300 {
  color: #bdbdbd;
}

.text400 {
  color: #9e9e9e;
}

.text500 {
  color: #757575;
}

.text600 {
  color: #616161;
}

.text700 {
  color: #424242;
}

.text900 {
  color: #212121;
}

.text000 {
  color: #ffffff;
}

.text-orange {
  color: #ff6b21;
}

.text-client {
  color: #2e6baa;
}

.text-partner {
  color: #00a878;
}

.text-wishket {
  color: #3ba3c7;
}

.text-white {
  color: #ffffff;
}

.flex-box {
  display: flex;
  align-items: center;
}
.flex-box.baseline {
  align-items: baseline;
}
.flex-box.start {
  align-items: flex-start;
}
.flex-box.space-between {
  justify-content: space-between;
}
.flex-box.content-center {
  justify-content: center;
}
.flex-box.flex-wrap {
  flex-wrap: wrap;
}
.flex-box.gap-8 {
  gap: 8px;
}
.flex-box.gap-12 {
  gap: 12px;
}
.flex-box.flex-column {
  flex-direction: column;
  align-items: flex-start;
}
.flex-box.inline {
  display: inline-flex;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.hide {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.m-4 {
  margin: 4px;
}

.mx-4 {
  margin: 0 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.stack-search-form.theme-client .stack-selector:hover,
.stack-search-form.theme-client .selector:hover {
  background-color: #f5f9ff;
}
.stack-search-form.theme-client .stack-chip {
  color: #2e6baa;
  background: #e3edfa;
}
.stack-search-form.theme-client .stack-chip i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%237DA3CC' stroke-width='1.6'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0L6 6' transform='translate(-233 -904) translate(0 117) translate(24 648) translate(0 94) translate(169 41) translate(40 4) translate(5 5)'/%3E%3Cpath d='M0 0L6 6' transform='translate(-233 -904) translate(0 117) translate(24 648) translate(0 94) translate(169 41) translate(40 4) translate(5 5) matrix(-1 0 0 1 6 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.stack-search-form.theme-client .stack-search-input-group:hover, .stack-search-form.theme-client .stack-search-input-group.active {
  border-color: #2e6baa;
}
.stack-search-form.theme-client .stack-search-input-group:hover .stack-search-typing-input, .stack-search-form.theme-client .stack-search-input-group.active .stack-search-typing-input {
  border-color: #2e6baa;
}
.stack-search-form.theme-partner .stack-selector:hover,
.stack-search-form.theme-partner .selector:hover {
  background-color: #f5fffc;
}
.stack-search-form.theme-partner .stack-chip {
  color: #00a878;
  background: #ebfff9;
}
.stack-search-form.theme-partner .stack-chip i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%2363C9AB' stroke-width='1.6'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0L6 6' transform='translate(-233 -904) translate(0 117) translate(24 648) translate(0 94) translate(169 41) translate(40 4) translate(5 5)'/%3E%3Cpath d='M0 0L6 6' transform='translate(-233 -904) translate(0 117) translate(24 648) translate(0 94) translate(169 41) translate(40 4) translate(5 5) matrix(-1 0 0 1 6 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.stack-search-form.theme-partner .stack-search-input-group:hover, .stack-search-form.theme-partner .stack-search-input-group.active {
  border-color: #00a878;
}
.stack-search-form.theme-partner .stack-search-input-group:hover .stack-search-typing-input, .stack-search-form.theme-partner .stack-search-input-group.active .stack-search-typing-input {
  border-color: #00a878;
}
.stack-search-form.theme-wishket .stack-selector:hover,
.stack-search-form.theme-wishket .selector:hover {
  background-color: #f2fcff;
}
.stack-search-form.theme-wishket .stack-chip {
  color: #3ba3c7;
  background: #e8faff;
}
.stack-search-form.theme-wishket .stack-chip i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%2380C7DE' stroke-width='1.6'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0L6 6' transform='translate(-233 -904) translate(0 117) translate(24 648) translate(0 94) translate(169 41) translate(40 4) translate(5 5)'/%3E%3Cpath d='M0 0L6 6' transform='translate(-233 -904) translate(0 117) translate(24 648) translate(0 94) translate(169 41) translate(40 4) translate(5 5) matrix(-1 0 0 1 6 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.stack-search-form.theme-wishket .stack-search-input-group:hover, .stack-search-form.theme-wishket .stack-search-input-group.active {
  border-color: #3ba3c7;
}
.stack-search-form.theme-wishket .stack-search-input-group:hover .stack-search-typing-input, .stack-search-form.theme-wishket .stack-search-input-group.active .stack-search-typing-input {
  border-color: #3ba3c7;
}
.stack-search-form.modal-version .stack-search-typing-input {
  border-radius: 0 !important;
}
.stack-search-form.modal-version .stack-recommend-box {
  margin: -1px 0 !important;
}
.stack-search-form.modal-version .stack-search-set-experience {
  border: solid 1px #e0e0e0 !important;
}
.stack-search-form.modal-version .stack-search-set-experience {
  border-radius: 0 !important;
}
.stack-search-form.modal-version .stack-search-set-experience-footer {
  width: 100% !important;
  border-radius: 0 !important;
}
.stack-search-form .stack-search-typing-box {
  position: relative;
}
.stack-search-form .stack-search-typing-box .stack-search-input-group {
  position: relative;
}
.stack-search-form .stack-search-typing-box .stack-search-input-group .search-icon {
  position: absolute;
  left: 16px;
  top: 14px;
}
.stack-search-form .stack-search-typing-box .stack-search-input-group .stack-search-typing-input {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 9px 12px 9px 36px;
}
.stack-search-form .stack-search-typing-box .stack-search-input-group .stack-search-typing-input::placeholder {
  color: #bdbdbd;
}
.stack-search-form .stack-search-typing-box .stack-search-input-group .stack-search-typing-input:focus + .stack-search-result {
  display: block;
}
.stack-search-form .stack-search-typing-box .stack-search-result {
  display: none;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  position: absolute;
  z-index: 5000;
  left: -1px;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .stack-search-form .stack-search-typing-box .stack-search-result:hover {
    display: block;
  }
}
.stack-search-form .stack-search-typing-box .stack-search-result.active-result {
  display: block;
}
.stack-search-form .stack-search-typing-box .stack-search-result .scroll-helper {
  width: 16px;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  background-color: #fafafa;
}
.stack-search-form .stack-search-typing-box .stack-search-result .scroll-helper .scroll-clicker {
  display: block;
  margin: 0;
  padding: 1px;
  padding-left: 3px;
  cursor: pointer;
}
.stack-search-form .stack-search-typing-box .stack-search-result .scroll-helper + .result-content {
  width: calc(100% - 16px) !important;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  height: auto;
  max-height: 420px;
  overflow-y: auto;
  width: 100%;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .stack-result-list {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .skill-result-list {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .write-direct-list {
  position: relative;
  padding: 8px 0;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .selector {
  position: relative;
  padding: 8px 16px;
  cursor: pointer;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .selector.active {
  background-color: #f2fcff;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .stack-selector {
  padding: 8px 16px;
  cursor: pointer;
  position: relative;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .stack-selector .skill-image {
  width: 18px;
  border: 1px solid #f5f5f5;
  border-radius: 9px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .stack-selector .stack-name {
  display: inline-block;
  vertical-align: middle;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .stack-selector .stack-count {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.stack-search-form .stack-search-typing-box .stack-search-result .result-content .stack-selector.active {
  background-color: #f2fcff;
}
.stack-search-form .stack-search-typing-box .has-value-guide {
  display: none;
}
.stack-search-form .stack-search-typing-box .has-value-guide img {
  vertical-align: top;
  margin-right: 4px;
  margin-top: 4px;
}
.stack-search-form .stack-search-typing-box.has-value .has-value-guide {
  display: block;
}
.stack-search-form .stack-search-typing-box.has-value .stack-search-guide {
  display: none;
}
.stack-search-form .stack-search-typing-box.has-value + .stack-search-set-experience {
  display: block;
}
.stack-search-form .stack-search-typing-box.has-value + .stack-search-set-experience + .stack-search-set-experience-footer {
  display: block;
}
.stack-search-form .stack-search-set-experience {
  display: none;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 16px;
  height: 320px;
  overflow-y: auto;
}
.stack-search-form .stack-search-set-experience .stack-experience-group {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 8px;
}
.stack-search-form .stack-search-set-experience .stack-experience-group .stack-info {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.stack-search-form .stack-search-set-experience .stack-experience-group .stack-info .skill-image {
  width: 22px;
  border: 1px solid #f5f5f5;
  border-radius: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.stack-search-form .stack-search-set-experience .stack-experience-group .stack-info .remove-experience-data {
  position: absolute;
  right: 0;
  top: 18px;
  width: 30px;
  height: 20px;
}
.stack-search-form .stack-search-set-experience .stack-experience-group .stack-info .remove-experience-data .data-remove-btn {
  cursor: pointer;
  vertical-align: middle;
}
.stack-search-form .stack-search-set-experience .stack-experience-group .experience-info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.stack-search-form .stack-search-set-experience .stack-experience-group .experience-info .range-slider-container {
  display: inline-block;
  width: 100%;
  padding: 17px 21px;
}
.stack-search-form .stack-search-set-experience .stack-experience-group .experience-info .experience-data {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 4px 8px;
  border-radius: 0 0 12px 12px;
  background-color: #f2fcff;
}
.stack-search-form .stack-search-set-experience .stack-experience-group .experience-info .experience-data.no-experience {
  background-color: #f5f5f5;
}
.stack-search-form .stack-search-set-experience-footer {
  position: absolute;
  margin-top: -32px;
  display: none;
  background-color: #787d85;
  color: #ffffff;
  width: calc(100% - 48px);
  text-align: center;
  padding: 8px 12px;
  border-radius: 0 0 12px 12px;
  z-index: 3;
}
.stack-search-form .stack-search-set-experience-blur {
  width: calc(100% - 48px);
  height: 16px;
  position: absolute;
  margin-top: -16px;
  padding: 2px 16px 0;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #f5f5f5 100%);
}
.stack-search-form .stack-recommend-box {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  padding: 12px 16px;
  margin-bottom: -1px;
  position: relative;
  height: 140px;
  overflow-y: hidden;
}
.stack-search-form .stack-recommend-box .open-box {
  display: block;
}
.stack-search-form .stack-recommend-box .fold-box {
  display: none;
}
.stack-search-form .stack-recommend-box.open {
  height: inherit;
}
.stack-search-form .stack-recommend-box.open .open-box,
.stack-search-form .stack-recommend-box.open .background-blur {
  display: none;
}
.stack-search-form .stack-recommend-box.open .fold-box {
  display: block;
}
.stack-search-form .stack-recommend-box .recommend-box-toggle {
  cursor: pointer;
  right: 0;
  bottom: 0;
  position: absolute;
}
.stack-search-form .stack-recommend-box .recommend-box-toggle .open-box {
  position: relative;
  z-index: 1;
}
.stack-search-form .stack-recommend-box .recommend-box-toggle .background-blur {
  width: 40px;
  height: 28px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  background-color: white;
  position: absolute;
  bottom: 12px;
}
.stack-search-form .stack-search-guide {
  display: block;
  position: relative;
  z-index: 4;
}
.stack-search-form .stack-search-guide img {
  border-radius: 8px;
  width: 100%;
  height: 348px;
}
.stack-search-form .stack-search-guide .guide-text {
  position: absolute;
  margin: auto;
  width: calc(100% - 64px);
  padding: 24px 32px 32px;
  transform: translate(32px, 98px);
  border-radius: 8px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}
.stack-search-form .stack-search-guide .stack-search-guide-text {
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 96px;
  text-align: center;
}
.stack-search-form.task-based .search-icon,
.stack-search-form.task-based .stack-search-guide,
.stack-search-form.task-based .stack-search-set-experience,
.stack-search-form.task-based .has-value-guid,
.stack-search-form.task-based .stack-search-set-experience-blur {
  display: none !important;
}
.stack-search-form.task-based .stack-search-typing-input {
  min-width: 180px;
  flex: 1;
  border: 0 !important;
  margin: 0 4px;
  color: #616161;
  min-height: 32px;
  padding: 0 !important;
}
.stack-search-form.task-based .stack-search-input-group {
  padding: 4px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #616161;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.stack-search-form.task-based .stack-chip {
  display: inline-block;
  padding: 2px 22px 2px 8px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 20px;
  margin: 4px;
  position: relative;
}
.stack-search-form.task-based .stack-chip i {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 5px;
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.datepicker {
  z-index: 99999 !important;
}
