@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.fw-light {
  font-weight: 300 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.ff-1 {
  font-family: "Malgun Gothic" !important;
}

.ff-2 {
  font-family: "Noto Sans KR" !important;
}

.ff-4 {
  font-family: "Malgun Gothic";
}

.fc-red {
  color: #ea3255;
}

.fc-primary {
  color: #2f68db;
}

.fc-gray {
  color: #616D84;
}

.fc-error {
  color: #FF5757;
}

.fc-second {
  color: #00B0F0;
}

.fc-white {
  color: #fff;
}

.fc-black {
  color: #262626 !important;
}

.fc-yellow {
  color: #fec100;
}

.fc-platform {
  color: #00b0f0;
}

.f-underline {
  text-decoration: underline;
  text-underline-position: under;
}

.f-underline2 {
  position: relative;
}
.f-underline2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background-color: #00b0f0;
}

.cs-pointer {
  cursor: pointer;
}

.left-align {
  text-align: left !important;
}

.right-align {
  text-align: right !important;
}

.center-align {
  text-align: center !important;
}

.pt90 {
  padding-top: 90px;
}

.pt40 {
  padding-top: 40px;
}

.pt30 {
  padding-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt10 {
  padding-top: 10px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .web.web-inline {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .web {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobile {
    display: block !important;
  }
}

.scroll-effect::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scroll-effect::-webkit-scrollbar-track {
  background: #eaeaea;
}
.scroll-effect::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #afb3bb;
}

.scroll-effect2::-webkit-scrollbar {
  width: 8px;
}
.scroll-effect2::-webkit-scrollbar-track {
  background: #e5e7eb;
}
.scroll-effect2::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.scroll-effect3::-webkit-scrollbar {
  width: 8px;
  border-radius: 3px;
}
.scroll-effect3::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 3px;
}
.scroll-effect3::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #2f68db;
  border: 1px solid #2f68db;
}

.scroll-effect4::-webkit-scrollbar {
  width: 8px;
  border-radius: 3px;
}
.scroll-effect4::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
.scroll-effect4::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #404040;
  border: 1px solid #404040;
}

.scroll-effect5::-webkit-scrollbar {
  width: 8px;
  border-radius: 3px;
}
.scroll-effect5::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
.scroll-effect5::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #8B8B8B;
  border: 1px solid #8B8B8B;
}

.scroll-effect-platform::-webkit-scrollbar {
  width: 8px;
  border-radius: 3px;
}
.scroll-effect-platform::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
  background: transparent;
}
.scroll-effect-platform::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #fec800;
  border: 1px solid #fec800;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 500;
}

.overlay2:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 550;
}

.relative {
  position: relative;
}

.type-en {
  font-family: "Malgun Gothic";
}

article.menu-btn-box {
  display: flex;
  justify-content: center;
}
article.menu-btn-box.type-inline {
  display: inline-flex;
}
article.menu-btn-box.full {
  width: 100%;
}
article.menu-btn-box.right {
  justify-content: flex-end;
}
article.menu-btn-box .menu-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
article.menu-btn-box .menu-box + .menu-box {
  margin-left: 10px;
}
article.menu-btn-box .menu-box + .menu-box.space-short {
  margin-left: 6px;
}
article.menu-btn-box .menu-box.full {
  width: 100% !important;
}
article.menu-btn-box .menu-box.long {
  width: 250px;
}
article.menu-btn-box .menu-box.short {
  width: 120px;
}
article.menu-btn-box .menu-box.short2 {
  width: 114px;
}
article.menu-btn-box .menu-box.short3 {
  min-width: 130px;
  width: 130px;
}
article.menu-btn-box .menu-box.medium {
  width: 183px;
}
article.menu-btn-box .menu-box.shorter {
  width: 90px;
}
article.menu-btn-box .menu-box.shorter2 {
  width: 95px;
}
article.menu-btn-box .menu-box.shortest {
  width: 60px;
}
article.menu-btn-box .menu-box.shortest2 {
  width: 78px;
}
article.menu-btn-box .menu-box.dynamic {
  width: auto;
}
article.menu-btn-box .menu-box.dynamic .menu-btn {
  padding: 0 14.5px;
}
article.menu-btn-box .menu-box.dynamic-short {
  width: auto;
}
article.menu-btn-box .menu-box.dynamic-short .menu-btn {
  padding: 0 17px;
}
article.menu-btn-box .menu-box.small .menu-btn {
  font-size: 15px;
  line-height: 18px;
  height: 40px;
  font-weight: 600;
}
article.menu-btn-box .menu-box.smaller .menu-btn {
  font-size: 14px;
  line-height: 17px;
  height: 32px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
article.menu-btn-box .menu-box.normal .menu-btn {
  height: 48px;
  font-size: 16px;
  font-weight: 700;
}
article.menu-btn-box .menu-box.smallest .menu-btn {
  height: 28px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
article.menu-btn-box .menu-box.type-border .menu-btn {
  background-color: #fff;
  border: 1px solid #cccccc;
}
article.menu-btn-box .menu-box.type-border-gray .menu-btn {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  color: #616d84;
}
article.menu-btn-box .menu-box.type-border-primary .menu-btn {
  color: #2f68db;
  border: 1px solid #2f68db;
  background-color: #fff;
}
article.menu-btn-box .menu-box.type-1 .menu-btn {
  color: #fff;
  background-color: #444;
}
article.menu-btn-box .menu-box.type-2 .menu-btn {
  color: #fff;
  background-color: #d4a79a;
}
article.menu-btn-box .menu-box.type-primary .menu-btn {
  color: #fff;
  background-color: #2f68db;
}
article.menu-btn-box .menu-box.type-second .menu-btn {
  color: #203d7a;
  background-color: #c4e0fc;
  border: 1px solid #9bb6e2;
}
article.menu-btn-box .menu-box.type-cancel .menu-btn {
  color: #fff;
  background-color: #5b6068;
}
article.menu-btn-box .menu-box.type-white .menu-btn {
  color: #0e1d2d;
  background-color: #fff;
}
article.menu-btn-box .menu-box.type-remove .menu-btn {
  color: #fff;
  background-color: #fd6161;
}
article.menu-btn-box .menu-box.type-green .menu-btn {
  background: #23935b;
  color: #fff;
}
article.menu-btn-box .menu-box.type-dark .menu-btn {
  background: #4b4b4d;
  color: #fff;
}
article.menu-btn-box .menu-box.type-darkblue .menu-btn {
  background-color: #2b3a6b;
  color: #fff;
}
article.menu-btn-box .menu-box.type-gray .menu-btn {
  background-color: #a2abbe;
  color: #fff;
}
article.menu-btn-box .menu-box .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  height: 52px;
  position: relative;
  z-index: 10;
}
article.menu-btn-box .menu-box .menu-btn .ic {
  margin-right: 10px;
}
article.menu-btn-box .menu-box .menu-btn .ic.ic-save {
  background: url("../img/ic_save.svg") no-repeat center/cover;
  width: 24px;
  height: 25px;
}
article.menu-btn-box .menu-box .menu-btn .txt {
  line-height: 1;
}
article.menu-btn-box .menu-btn + .menu-btn {
  margin-left: 46px;
}
article.menu-btn-box .menu-btn.full {
  width: 100%;
}

.fbox label {
  cursor: pointer;
}
.fbox label input[type=file] {
  position: absolute;
  left: -9999px;
  transform: scale(0);
}
.fbox label .txt-box {
  display: inline-flex;
  align-items: center;
}
.fbox label .txt-box .txt {
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-weight: 500;
}
.fbox label .txt-box .ic.ic-upload {
  margin-left: 3px;
  background: url("../img/ic_file_upload2.svg") no-repeat center/cover;
  width: 15px;
  height: 15px;
}

article.spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.spinner.type-disabled {
  border: 1px solid #d9d9d9;
}
article.spinner.type-disabled input {
  color: #d9d9d9;
}
article.spinner.type-disabled .spinner-btn.type-minus {
  background: url("../img/fold_minus_disable.png") no-repeat center/9px 1px;
}
article.spinner.type-disabled .spinner-btn.type-plus {
  background: url("../img/fold_plus_disable.png") no-repeat center/9px 9px;
}
article.spinner .spinner-btn {
  width: 34px;
  height: 40px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #f5f5f5;
}
article.spinner input {
  height: 40px;
  width: 68px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  outline: none;
}
article.spinner input::placeholder {
  color: #ccc;
}

article.paging {
  font-size: 0;
  text-align: center;
  padding-top: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  article.paging {
    padding-top: 50px;
  }
}
article.paging .prev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../img/ic_paging_prev_on.svg") no-repeat center/cover;
  width: 13px;
  height: 15px;
}
@media (max-width: 1024px) {
  article.paging .prev-btn {
    width: 9px;
    height: 11px;
  }
}
article.paging .prev-btn.off {
  cursor: default;
  background: url("../img/ic_paging_prev_off.svg") no-repeat center/cover;
}
article.paging .next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../img/ic_paging_next_on.svg") no-repeat center/cover;
  width: 13px;
  height: 15px;
}
@media (max-width: 1024px) {
  article.paging .next-btn {
    width: 9px;
    height: 11px;
  }
}
article.paging .next-btn.off {
  cursor: default;
  background: url("../img/ic_paging_next_off.svg") no-repeat center/cover;
}
article.paging .paging-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
article.paging .paging-list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 300;
  margin: 0 2.5px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #00b0f1;
}
@media (max-width: 1024px) {
  article.paging .paging-list li a {
    font-size: 10px;
    line-height: 15px;
    width: 20px;
    height: 20px;
  }
}
article.paging .paging-list li a.current {
  color: #acacac;
}

.textbox {
  font-size: 0;
  line-height: 1;
}
.textbox.full {
  width: 100%;
}
.textbox.long textarea {
  height: 463px;
}
.textbox.type-border-none textarea {
  border: 0;
}
.textbox.state-error textarea {
  border: 1px solid #FF5757;
}
.textbox .limit-box {
  text-align: right;
  color: #616D84;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}
.textbox.with-file {
  border: 1px solid #d6d6d6;
  position: relative;
}
.textbox.with-file textarea {
  border: none;
  height: 100px;
}
.textbox textarea {
  padding: 14px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  resize: none;
  height: 204px;
}
.textbox textarea::placeholder {
  color: #666666;
  font-weight: 300;
}
.textbox .file-box {
  padding: 10px 20px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.textbox .file-box .file-upload-box {
  display: flex;
  align-items: center;
}
.textbox .file-box .file-upload-box .upload-msg {
  font-size: 14px;
  color: #cccccc;
  line-height: 18px;
  padding-right: 17px;
}
.textbox .file-box .file-upload-box label input {
  position: absolute;
  left: -99999px;
}
.textbox .file-box .file-upload-box label .txt {
  font-family: "Malgun Gothic";
  font-size: 18px;
  font-weight: 500;
  border-radius: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 130px;
  background-color: #555555;
  color: #fff;
  cursor: pointer;
}

.tbox.right input {
  text-align: right;
}
.tbox.full {
  width: 100% !important;
}
.tbox.normal {
  width: 212px;
}
.tbox.normal2 {
  width: 250px;
}
.tbox.normal3 {
  width: 190px;
}
.tbox.shorter {
  width: 100px;
}
.tbox.short {
  width: 140px;
}
.tbox.short2 {
  width: 160px;
}
.tbox.short3 {
  width: 200px;
}
.tbox.long {
  width: 390px;
}
.tbox.longer {
  width: 420px;
}
.tbox.medium {
  width: 308px;
}
.tbox.with-calendar input {
  background: #fff url("../img/ic_calendar.svg") no-repeat left 16px center;
  padding-left: 42px;
}
.tbox.with-calendar input:read-only {
  background-color: #fff;
}
.tbox.with-rear-unit {
  position: relative;
}
.tbox.with-rear-unit .unit-txt {
  position: absolute;
  right: 16px;
  top: 11px;
  z-index: 10;
  font-size: 18px;
  line-height: 21px;
}
.tbox.with-rear-unit input {
  padding-right: 49px !important;
}
.tbox.with-front-unit {
  position: relative;
}
.tbox.with-front-unit .unit-txt {
  position: absolute;
  left: 16px;
  top: 11px;
  z-index: 10;
  font-size: 18px;
  line-height: 21px;
}
.tbox.with-front-unit input {
  padding-left: 49px !important;
}
.tbox.with-front-search {
  position: relative;
}
.tbox.with-front-search .search-btn {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url("../img/ic_search.svg") no-repeat center/cover;
  z-index: 10;
}
.tbox.with-front-search input {
  padding-left: 56px !important;
}
.tbox.state-error input {
  color: #ff5757;
  font-weight: 500;
  border: 1px solid #ff5757;
}
.tbox.normal input {
  padding: 0 14px;
  border: 1px solid #d7d7d7;
  height: 49px;
}
.tbox.normal2 input {
  padding: 0 14px;
  border: 1px solid #d7d7d7;
  height: 48px;
}
.tbox.rounded input {
  padding: 0 14px;
  border-radius: 8px;
}
.tbox.small input {
  padding: 0 14px;
  border: 1px solid #d7d7d7;
  height: 40px;
}
.tbox.smaller input {
  padding: 0 10px;
  height: 36px;
  font-size: 12px;
}
.tbox input {
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eaeaea;
  outline: none;
  padding: 0 24px 0 24px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
}
.tbox input:disabled {
  border: 1px solid #d9d9d9;
  background-color: #fcfcfc;
}
.tbox input::placeholder {
  color: #757575;
  font-family: "Malgun Gothic";
  font-weight: 300;
}
.tbox input:read-only {
  background-color: #f5f5f5;
}
.tbox input.readonly-bg:read-only {
  background-color: #fff;
}
.tbox input.error {
  border: 1px solid #f0002e !important;
}
.tbox.center input {
  text-align: center;
}
.tbox::placeholder {
  color: rgba(57, 57, 57, 0.4);
  letter-spacing: -0.3px;
}

.toggle-btn-box.big label.toggle .toggle-bg {
  width: 67px;
  height: 25px;
}
.toggle-btn-box.big label.toggle .toggle-bg:after {
  width: 31px;
  height: 31px;
}
.toggle-btn-box.big label.toggle input:checked ~ .toggle-bg:after {
  left: 36px;
}
.toggle-btn-box label.toggle {
  position: relative;
  height: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.toggle-btn-box label.toggle input {
  display: none;
  cursor: pointer;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-on-txt {
  display: block;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-off-txt {
  display: none;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-bg {
  background-color: #e8f4ff;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-bg:after {
  left: 13px;
  background-color: #6ea7db !important;
  transition: left 0.3s ease-out;
}
.toggle-btn-box label.toggle .toggle-off-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
.toggle-btn-box label.toggle .toggle-on-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
.toggle-btn-box label.toggle .toggle-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
.toggle-btn-box label.toggle .toggle-txt + .toggle-bg {
  margin-left: 7px;
}
.toggle-btn-box label.toggle .toggle-txt.toggle-off-txt {
  display: block;
}
.toggle-btn-box label.toggle .toggle-txt.toggle-on-txt {
  display: none;
}
.toggle-btn-box label.toggle .toggle-txt:first-child {
  margin-right: 6px;
}
.toggle-btn-box label.toggle .toggle-txt:last-child {
  margin-left: 6px;
}
.toggle-btn-box label.toggle .toggle-bg {
  position: relative;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 100px;
  width: 25px;
  height: 100%;
  z-index: 9;
}
.toggle-btn-box label.toggle .toggle-bg:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #cccccc;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  padding: 0;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 10;
}

.sbox {
  position: relative;
  text-align: left;
}
.sbox.full {
  width: 100%;
}
.sbox.normal {
  width: 212px;
}
.sbox.normal2 {
  min-width: 184px;
}
.sbox.big {
  width: 280px;
}
.sbox.medium {
  width: 308px;
}
.sbox.long {
  width: 423px;
}
.sbox.short {
  width: 280px;
}
.sbox.shorter {
  width: 175px;
}
.sbox.short2 {
  width: 120px;
}
.sbox.short3 {
  width: 135px;
}
.sbox.shortest {
  width: 85px;
}
.sbox .set {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  height: 36px;
  padding: 0 30px 0 10px;
  font-size: 12px;
  background: #fff url("../img/ic_select_arrow2.svg") no-repeat center right 12px;
  border-radius: 8px;
}
.sbox .set.arrow2 {
  background-image: url(../img/ic_select_arrow.svg);
}
.sbox .set.disabled {
  background-color: #f5f5f5;
}
.sbox .set.active {
  border-color: #00b0f0;
}
.sbox .set.active ~ .select-menu {
  display: block;
}
.sbox .set.error {
  border: 1px solid #f0002e;
}
.sbox .set.error2 {
  box-shadow: 0 0 0 2px #f0002e;
}
.sbox .set .set-txt {
  height: 100%;
  line-height: 34px;
  color: #0e1d2d;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-weight: 400;
}
.sbox .select-menu.industry-select {
  width: 400px;
}
.sbox .select-menu.industry-select.match-alert {
  width: 369px;
}
.sbox .select-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  min-width: 100%;
  left: 0;
  top: 40px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);
  padding: 15px 0 12px;
  z-index: 400;
}
.sbox .select-menu.mypage-match-alert {
  padding: 0;
}
.sbox .select-menu.industry-select {
  top: 55px;
  min-width: 430px;
  height: 800px;
  border-radius: unset;
  box-shadow: unset;
  padding: 20px 15px;
}
.sbox .select-menu.industry-select.match-alert {
  min-width: 369px;
  height: 771px;
}
.sbox .select-menu.industry-select.industry-select2 {
  left: 440px;
}
.sbox .select-menu.industry-select.industry-select2.match-alert {
  left: 379px;
}
.sbox .select-menu:after {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  top: 0;
  height: 5px;
  width: calc(100% + 2px);
  background-color: #00b0f0;
}
.sbox .select-menu .select-check-list {
  max-width: 100%;
  white-space: normal;
}
.sbox .select-menu .select-check-list::-webkit-scrollbar-track {
  margin: 10px 0 5px;
}
.sbox .select-menu .select-check-list.menu-scroll .list-wrap {
  padding: 0 11px;
}
.sbox .select-menu .select-check-list .list-wrap {
  padding: 11px;
}
.sbox .select-menu .select-check-list .list-wrap .check-item + .check-item {
  margin-top: 5px;
}
.sbox .select-menu .select-check-list .list-wrap .check-item label {
  position: relative;
  cursor: pointer;
}
.sbox .select-menu .select-check-list .list-wrap .check-item label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.sbox .select-menu .select-check-list .list-wrap .check-item label input[type=checkbox]:checked ~ i {
  background: url(../img/ic_cbox_check_on.png) no-repeat left bottom/14px;
}
.sbox .select-menu .select-check-list .list-wrap .check-item label i {
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/ic_cbox_check_off.png) no-repeat left bottom/11px;
  width: 14px;
  height: 14px;
}
.sbox .select-menu .select-check-list .list-wrap .check-item label .txt {
  width: 100%;
  padding: 6px 0 6px 23px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.sbox .select-menu .pre-select-box {
  padding: 0 10px 10px;
}
.sbox .select-menu .pre-select-box + ul {
  position: absolute;
  left: 100%;
  margin-left: 8px;
  width: 128px;
  top: 0;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);
  padding: 15px 0;
  z-index: 400;
}
.sbox .select-menu .pre-select-box + ul:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background-color: #00b0f0;
}
.sbox .select-menu .pre-select-box .pre-txt-box {
  font-size: 12px;
  line-height: 18px;
}
.sbox .select-menu .pre-select-box .pre-con-box {
  padding-top: 10px;
}
.sbox .select-menu .pre-select-box .pre-con-box .rbox + .rbox {
  margin-left: 5px;
}
.sbox .select-menu .pre-select-box .pre-con-box .rbox .txt {
  padding-left: 21px;
  font-size: 12px;
}
.sbox .select-menu ul.depth1 li.depth1-box {
  position: relative;
}
.sbox .select-menu .select-btn,
.sbox .select-menu .sub-btn {
  padding: 0 20px;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.sbox .select-menu .select-btn:hover, .sbox .select-menu .select-btn:focus,
.sbox .select-menu .sub-btn:hover,
.sbox .select-menu .sub-btn:focus {
  background-color: #f4f4f4;
}
.sbox .select-menu .sub-btn {
  padding-right: 30px;
  background: url("../img/ic_select_depth_arrow.svg") no-repeat right 12px center;
}
.sbox .select-menu ul.depth2 {
  display: none;
  z-index: 400;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 11px);
  padding: 15px 0;
  min-width: 150px;
  white-space: nowrap;
  background-color: #fff;
}
.sbox .select-menu ul.depth2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background-color: #00b0f0;
}
.sbox .select-menu ul.depth2 li.depth2-box .depth2-btn {
  padding: 0 20px;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.sbox .select-menu ul.depth2 li.depth2-box .depth2-btn:hover, .sbox .select-menu ul.depth2 li.depth2-box .depth2-btn:focus {
  background-color: #f4f4f4;
}
.sbox.off select {
  color: #aaa !important;
}
.sbox.type-1 select {
  color: #666;
  background-color: #fbfbfb;
}
.sbox.active select {
  background: #eff7ff url("../img/ic_select_arrow_selected.svg") no-repeat center right 10px/11px 7px !important;
  color: #6ea7db;
}
.sbox select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url("../img/ic_select_arrow.svg") no-repeat center right 27px;
  outline: none;
  font-family: "Noto Sans KR";
  font-size: 12px;
  color: #7f7f7f;
  height: 36px;
  padding: 0 55px 0 20px;
  border: 1px solid #acacac;
}
.sbox select:active {
  border: 1px solid #00b0f0;
}
@media (max-width: 1024px) {
  .sbox select {
    height: 28px;
    padding: 0 20px 0 9px;
    background-position: center right 10px;
    font-size: 10px;
    border-width: 1px;
  }
}

label.toggle {
  position: relative;
  height: 16px;
  cursor: pointer;
}
label.toggle input {
  display: none;
  cursor: pointer;
}
label.toggle input:checked ~ .handler {
  left: 14px;
  border-color: #ce2027;
  transition: left 0.3s ease-out;
}
label.toggle input:checked ~ .bg {
  background-color: #0b7af3;
}
label.toggle .handler {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  padding: 0;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  z-index: 10;
}
label.toggle .bg {
  position: relative;
  display: inline-block;
  background-color: #dddee0;
  border-radius: 8px;
  width: 28px;
  height: 16px;
  z-index: 9;
}

.rbox-list.between {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.rbox-list.between .rbox + .rbox {
  margin-left: 0;
}
.rbox-list .rbox {
  line-height: 1;
}
.rbox-list .rbox + .rbox {
  margin-left: 25px;
}

.cbox-list .cbox + .cbox {
  margin-left: 25px;
}

.rbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0;
}
.rbox.static i {
  position: static;
}
.rbox.type-2 label input[type=radio]:checked ~ i {
  background: url("../img/ic_rbox_on2.svg") no-repeat center/cover;
}
.rbox.type-2 label input[type=radio]:checked ~ .txt {
  color: #2f68db;
}
.rbox.type-2 label i {
  background: url("../img/ic_rbox_off2.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
.rbox label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  align-items: center;
}
.rbox label input[type=radio] {
  position: absolute;
  left: -9999px;
}
.rbox label input[type=radio]:checked ~ i {
  background: url("../img/ic_rbox_on.svg") no-repeat center/cover;
}
.rbox label i {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 20px;
  background: url("../img/ic_rbox_off.svg") no-repeat center/cover;
}
.rbox label .txt {
  padding-left: 25px;
  color: #222;
  font-size: 13px;
  line-height: 20px;
}

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.cbox.type2 label i {
  top: 5px;
  background: url("../img/ic_category_cbox_off.svg") no-repeat center/19px;
  width: 17px;
  height: 17px;
}
.cbox.type2 label input[type=checkbox]:checked ~ i {
  background: url("../img/ic_category_cbox_on.svg") no-repeat center/19px;
}
.cbox.type2 label .txt {
  padding-left: 26px;
  font-size: 15px;
  font-family: "Noto Sans KR";
  font-weight: 400;
}
.cbox.static i {
  position: static !important;
}
.cbox label {
  cursor: pointer;
}
.cbox label.state-error i {
  background: url("../img/ic_cbox_error.svg") no-repeat center/cover;
}
.cbox label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.cbox label input[type=checkbox]:disabled ~ i {
  background: url("../img/disable.png") no-repeat center/cover;
}
.cbox label input[type=checkbox]:checked ~ i {
  background: url("../img/ic_cbox_on.svg") no-repeat center/cover;
}
.cbox label i {
  position: absolute;
  top: 1px;
  width: 27px;
  height: 27px;
  background: url("../img/ic_cbox_off.svg") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .cbox label i {
    width: 22px;
    height: 22px;
  }
}
.cbox label .txt {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  font-size: 13px;
  font-weight: 700;
  padding-left: 42px;
}
@media (max-width: 1024px) {
  .cbox label .txt {
    min-height: 22px;
    padding-left: 30px;
    font-size: 11px;
  }
}

.textarea-box textarea {
  padding: 12px 17px 14px;
  border: 1px solid #d9d9d9;
  resize: none;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
}
.textarea-box textarea:focus {
  border-color: #00b0f0;
}
.textarea-box .limit-box {
  padding-top: 6px;
  text-align: right;
  font-size: 12px;
  color: #a2a2a2;
}

/*# sourceMappingURL=ui.css.map */
