@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
#allianceLoginPopUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#allianceLoginPopUp #customPopup {
  position: absolute;
  top: 50%;
  transform: translateY(-43%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 586px;
  background-color: #000;
  border: 10px solid #FEC100;
  border-radius: 21px;
  padding: 0 69px;
  text-align: center;
}
#allianceLoginPopUp #customPopup .close-button {
  position: absolute;
  right: 19px;
  top: 15px;
  z-index: 100;
  background: url(/img/ic_full_layer_close.svg) no-repeat center/17px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
}
#allianceLoginPopUp #customPopup .close-button:hover {
  background-color: #595959;
}
#allianceLoginPopUp #customPopup .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
#allianceLoginPopUp #customPopup .popup-content .item-icon img {
  width: 139px;
  position: relative;
  top: 13px;
}
#allianceLoginPopUp #customPopup .popup-content .partner-title {
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.05em;
  padding: 25px 0 20px 0;
}
#allianceLoginPopUp #customPopup .popup-content .separator-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#allianceLoginPopUp #customPopup .popup-content .description-text {
  padding: 33px 0 30px 0;
  text-align: center;
}
#allianceLoginPopUp #customPopup .popup-content .description-text p {
  font-family: "Noto Sans";
  font-size: 14px;
  color: #fff;
}
#allianceLoginPopUp #customPopup .popup-content .input-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 21px;
}
#allianceLoginPopUp #customPopup .popup-content .input-container #partnerCode {
  width: 100%;
  height: 53px;
  padding: 0px 31px 0 30px;
  border-radius: 40px;
  font-family: "Noto Sans";
  font-size: 17px;
  background: #fff;
  color: #333;
}
#allianceLoginPopUp #customPopup .popup-content .input-container .send-icon {
  width: 21px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 24px;
  cursor: pointer;
}
#allianceLoginPopUp #customPopup .popup-content .find-btn-box {
  display: flex;
  flex-direction: row;
  gap: 34px;
  margin-top: 9px;
}
#allianceLoginPopUp #customPopup .popup-content .find-btn-box .find-btn {
  color: white;
  font-size: 15px;
  font-family: "Noto Sans KR";
  cursor: pointer;
  text-decoration: none;
}
#allianceLoginPopUp #customPopup .popup-content .find-btn-box .horizontal-line {
  height: 11px;
  background-color: white;
  position: relative;
  top: 3px;
}

article.item-list-layout1 .list-wrap {
  padding: 34px 0 80px;
}
article.item-list-layout1 .list-wrap ul {
  display: flex;
  flex-flow: row wrap;
  margin: -13px;
}
article.item-list-layout1 .list-wrap ul li {
  margin: 13px;
  width: calc(50% - 26px);
}
article.item-list-layout1 .list-wrap ul li .item-wrap {
  display: flex;
  height: 100%;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .view-box .img-box {
  width: 235px;
  height: 260px;
  display: flex;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .view-box .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box {
  padding: 14px 24px 14px 27px;
  background-color: #fff;
  min-width: 0;
  flex: 1;
  display: flex;
  flex-flow: column;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 15px;
  color: #6A6969;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box {
  position: relative;
  margin-left: 10px;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box:hover .option-msg-box {
  display: block;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box .option-btn {
  position: relative;
  z-index: 50;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box .option-btn .ic.ic-remove {
  background: url("../img/ic_remove_small.svg") no-repeat center/cover;
  width: 29px;
  height: 25px;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box .option-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box .option-msg-box .option-msg-txt {
  white-space: nowrap;
  padding: 9px 23px 9px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .subject-box {
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  flex: 1;
  display: flex;
  align-items: center;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .con-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #6A6969;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box {
  padding-top: 13px;
  background: url("../img/ic_item_link.svg") no-repeat right bottom;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box .row {
  display: flex;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box .row + .row {
  margin-top: 8px;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box .row .label-box {
  width: 60px;
  color: #6A6969;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
}
article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box .row .data-box {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
}

article.item-list-layout2 .list-wrap > ul > li + li {
  margin-top: 32px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap {
  display: flex;
  background-color: #fff;
  border-radius: 25px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link {
  display: flex;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .view-box .img-box {
  width: 250px;
  height: 100%;
  display: flex;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .view-box .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box {
  width: 410px;
  padding: 36px 35px 33px 35px;
  background-color: #fff;
  min-width: 0;
  flex: 1;
  position: relative;
  background: url(/img/ic_item_link.svg) no-repeat right 36px bottom 24px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box.wide {
  width: 450px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background-color: #6A6969;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .no-box {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 15px;
  color: #6A6969;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .subject-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #A1A1A1;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .con-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #6A6969;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .list-box {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .list-box .row {
  display: flex;
  align-items: center;
  width: calc(50% - 3px);
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .list-box .row .label-box {
  color: #fff;
  min-width: 49px;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  background: #817F7F;
  padding: 2px 8px;
  border-radius: 11px;
  margin-right: 8px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .list-box .row .data-box {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #414141;
  letter-spacing: -0.5px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  padding: 31px 31px 31px 0;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box.colunm {
  flex-flow: column;
  align-items: normal;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .regist-num {
  position: absolute;
  top: 26px;
  right: 40px;
  font-size: 12px;
  font-weight: 600;
  color: #A1A1A1;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .status-box {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 31px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .status-box .date-info {
  font-size: 12px;
  font-weight: 300;
  font-family: "Noto Sans KR";
  margin-top: 13px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .trade-management-submit {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 65px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .trade-management-submit .date-info {
  font-size: 12px;
  font-weight: 300;
  font-family: "Noto Sans KR";
  margin-top: 13px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap {
  position: absolute;
  bottom: 18px;
  right: 26px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box {
  position: relative;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box:hover .remove-msg-box {
  display: block;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box .menu-remove-btn {
  background: url("../img/ic_mypage_remove.svg") no-repeat center/cover;
  width: 55px;
  height: 48px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box .remove-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  left: 50%;
  top: 48px;
  padding-top: 2px;
  transform: translateX(-50%);
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box .remove-msg-box .remove-msg-txt {
  white-space: nowrap;
  padding: 13px 23px 14px;
  background-color: #707070;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans KR";
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  padding-left: 20px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box {
  position: relative;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box:hover .btn-tooltip {
  display: block;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
  border: 1px solid #bac0c2;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.my-page {
  color: black;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.my-page:hover {
  background-color: #00B0F0;
  color: white;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.my-page:hover::after {
  border-left: 7px solid white;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.disabled {
  cursor: default;
  background-color: #707070;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn .cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -4px;
  top: -12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #FFC000;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason {
  position: relative;
  cursor: pointer;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid black;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-btn {
  font-weight: 400;
  font-family: "Noto Sans KR";
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box {
  width: 390px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: #DCDCDC;
  transform: translate(-12%, -50%);
  border-radius: 28px;
  overflow: hidden;
  cursor: default;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .close {
  width: 15px;
  height: 15px;
  background: url(/img/ic_reason_close.svg) no-repeat center/contain;
  position: absolute;
  top: 20px;
  right: 24px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .date-box {
  background-color: #2403FC;
  padding: 66px 26px 18px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .date-box .date {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: white;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .date-box .date .tit {
  font-size: 13px;
  font-weight: 300;
  margin: 0 15px 0 10px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .textarea-box {
  padding: 26px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .textarea-box .txt-box {
  height: 190px;
  font-size: 15px;
  line-height: 1.8;
  border-radius: 24px;
  padding: 24px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .btn-tooltip {
  display: none;
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans KR";
  width: max-content;
  padding: 11px 20px;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 200;
  border-radius: 33px;
  transform: translateY(100%);
  background-color: #707070;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap {
  align-self: end;
  display: flex;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap .text-btn {
  color: #6A6969;
  font-size: 11px;
  font-weight: 600;
  position: relative;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap .text-btn:hover {
  color: #00B0F0;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap .text-btn + .text-btn {
  margin-left: 11px;
  padding-left: 11px;
}
article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap .text-btn + .text-btn::before {
  content: "";
  width: 1px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #707070;
}

article.item-list-layout3 .list-wrap {
  padding: 64px 0 80px;
}
article.item-list-layout3 .list-wrap ul {
  display: flex;
  flex-flow: row wrap;
  margin: -15px -22px;
}
article.item-list-layout3 .list-wrap ul li {
  margin: 15px 22px;
  width: calc(50% - 44px);
}
article.item-list-layout3 .list-wrap ul li .item-wrap {
  height: 100%;
  background-color: #fff;
  padding: 54px 51px 48px 171px;
  border: 5px solid #00B0F0;
}
article.item-list-layout3 .list-wrap ul li .item-wrap.type-result {
  border: 5px solid transparent;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link {
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #6A6969;
  position: relative;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .state-box {
  position: absolute;
  left: -150px;
  top: -30px;
  z-index: 10;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .state-box .ic {
  width: 129px;
  height: 104px;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .state-box .ic.ic-state-close {
  background: url("../img/ic_mail_state_close.svg") no-repeat center;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .state-box .ic.ic-state-open {
  background: url("../img/ic_mail_state_open.svg") no-repeat center;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box {
  width: 100%;
  background-color: #fff;
  min-width: 0;
  flex: 1;
  position: relative;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .no-box {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 15px;
  color: #6A6969;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .subject-box {
  padding-bottom: 14px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .con-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #6A6969;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box {
  padding-top: 10px;
  background: url("../img/ic_item_link.svg") no-repeat right bottom;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row {
  display: flex;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row + .row {
  margin-top: 8px;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row .label-box {
  width: 70px;
  color: #6A6969;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row .data-box {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu {
  display: flex;
  align-items: center;
  padding: 13px 0 0;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box {
  position: relative;
  margin-left: 20px;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box:hover .remove-msg-box {
  display: block;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .menu-remove-btn {
  background: url("../img/ic_mypage_remove.svg") no-repeat center/cover;
  width: 55px;
  height: 48px;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  padding-top: 14px;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box .remove-msg-txt {
  white-space: nowrap;
  padding: 9px 23px 9px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box {
  display: inline-flex;
  align-items: center;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box + .menu-btn-box {
  margin-left: 11px;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-msg-box {
  padding-left: 11px;
  color: #6A6969;
  font-size: 11px;
  font-weight: 700;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-msg-box .msg-btn {
  color: #00B0F0;
  border: none;
  text-decoration: underline;
  text-underline-position: under;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 30px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn:disabled {
  cursor: default;
  background-color: #b9b7b7;
}
article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn .cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -4px;
  bottom: -12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #FFC000;
}

article.item-list-layout4 .list-wrap ul li + li {
  margin-top: 17px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap {
  display: flex;
  background-color: #fff;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link {
  display: flex;
  flex: 1;
  min-width: 0;
  padding: 45px 0;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 0 24px 0 65px;
  border-right: 1px solid #707070;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .img-box {
  width: 75px;
  display: flex;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .img-box img {
  width: 100%;
  height: auto;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .info-box {
  padding-left: 64px;
  min-width: 0;
  flex: 1;
  position: relative;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .info-box .tit-box {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .info-box .desc-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  color: #6A6969;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box {
  width: 400px;
  padding: 30px 25px 40px 25px;
  border-right: 1px solid #707070;
  background: url("../img/ic_item_link.svg") no-repeat right 20px bottom 10px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box .list-box {
  display: flex;
  flex-flow: row wrap;
  margin: -8px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box .list-box .list-item {
  display: inline-flex;
  align-items: center;
  width: calc(50% - 16px);
  margin: 8px 8px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box .list-box .list-item .subject-box {
  width: 62px;
  font-size: 11px;
  font-weight: 700;
  color: #6A6969;
  line-height: 15px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box .list-box .list-item .con-box {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  letter-spacing: -0.02em;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box {
  position: relative;
  margin-left: 26px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box:hover .remove-msg-box {
  display: block;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .menu-remove-btn {
  background: url("../img/ic_mypage_remove.svg") no-repeat center/cover;
  width: 55px;
  height: 48px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  padding-top: 14px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box .remove-msg-txt {
  white-space: nowrap;
  padding: 9px 23px 9px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-btn-box + .menu-btn-box {
  margin-left: 11px;
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 30px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn .cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -4px;
  bottom: -12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #FFC000;
}

article.item-list-layout5 .list-wrap {
  padding: 25px 0 40px 23px;
}
article.item-list-layout5 .list-wrap ul {
  display: flex;
  flex-flow: row wrap;
  gap: 50px;
}
article.item-list-layout5 .list-wrap ul li {
  width: calc(50% - 25px);
}
article.item-list-layout5 .list-wrap ul li .item-wrap {
  height: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 23px;
  box-shadow: 0px 1px 5px 1px rgba(255, 255, 255, 0.6509803922);
}
article.item-list-layout5 .list-wrap ul li .item-wrap.type-result {
  box-shadow: none;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .state-box {
  position: absolute;
  left: -26px;
  top: -25px;
  z-index: 10;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .state-box .ic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 1px 4px 1px rgba(157, 157, 157, 0.3);
}
article.item-list-layout5 .list-wrap ul li .item-wrap .state-box .ic.ic-mail {
  background: url("/img/icon/ic_loi_mail.png") no-repeat center/cover;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .state-box .ic.ic-send {
  background: url("/img/icon/ic_loi_send_y.png") no-repeat center/cover;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .state-box .ic.ic-send-n {
  background: url("/img/icon/ic_loi_send_n.png") no-repeat center/cover;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 41px 31px 0px 142px;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box {
  width: 100%;
  background-color: #fff;
  min-width: 0;
  flex: 1;
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #6A6969;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .no-box {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 15px;
  color: #6A6969;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .subject-box {
  padding-bottom: 14px;
  font-size: 25px;
  font-weight: 700;
  font-family: "Noto Sans KR";
  color: #000;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .con-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #6A6969;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box {
  padding-top: 10px;
  background: url("../img/ic_item_link.svg") no-repeat right bottom;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row {
  display: flex;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row + .row {
  margin-top: 6px;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row .label-box {
  width: 70px;
  color: #333232;
  font-size: 12px;
  line-height: 18px;
  font-family: "Noto Sans KR";
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row .data-box {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #707070;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu {
  display: flex;
  align-items: center;
  padding: 8px 31px 20px 142px;
  height: 70px;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu.accept {
  background-color: #07B8FB;
  padding: 9px 31px 21px 142px;
  margin-top: -1px;
  position: relative;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  height: 71px;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu.reject {
  background-color: #FF0404;
  padding: 9px 31px 21px 142px;
  margin-top: -1px;
  position: relative;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  height: 71px;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box {
  position: relative;
  margin-left: auto;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box:hover .remove-msg-box {
  display: block;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .menu-remove-btn {
  background: url("/img/icon/ic_remove_d.svg") no-repeat center/cover;
  width: 45px;
  height: 45px;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .menu-remove-btn:hover {
  background-image: url("/img/icon/ic_remove_h.svg");
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  right: -12px;
  top: 48px;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box .remove-msg-txt {
  white-space: nowrap;
  padding: 13px 23px;
  background-color: #707070;
  border-radius: 33px;
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans KR";
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box {
  display: inline-flex;
  align-items: center;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .status-msg {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .date {
  color: #fff;
  font-size: 13px;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box + .menu-btn-box {
  margin-left: 4px;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-msg-box {
  padding-left: 11px;
  color: #6A6969;
  font-size: 11px;
  font-weight: 700;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-msg-box .msg-btn {
  color: #00B0F0;
  border: none;
  text-decoration: underline;
  text-underline-position: under;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 30px;
  color: #333232;
  font-size: 11px;
  border-radius: 10px;
  border: 1px solid #b2b1b1;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn:disabled {
  cursor: default;
  background-color: #b9b7b7;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn:hover {
  color: #fff;
  background-color: #00B0F0;
  border-color: #00B0F0;
}
article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn .cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -4px;
  bottom: -12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #FFC000;
}

article.full-layer-sheet {
  height: calc(100% - 105px);
}
article.full-layer-sheet .split-layer-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 150px;
}
article.full-layer-sheet .split-layer-wrap .left-container {
  width: 100%;
}
article.full-layer-sheet .split-layer-wrap .left-container .text-info {
  color: #fff;
  padding: 0 40px;
  margin: auto;
  width: 450px;
}
article.full-layer-sheet .split-layer-wrap .left-container .text-info .title {
  font-size: 50px;
  font-weight: 600;
}
article.full-layer-sheet .split-layer-wrap .left-container .text-info .des {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
article.full-layer-sheet .split-layer-wrap .left-container .text-info .tooltip-layout3 {
  width: auto;
  margin-top: 10px;
}
article.full-layer-sheet .split-layer-wrap .left-container .text-info .btn-more {
  background-color: #333232;
}
article.full-layer-sheet .split-layer-wrap .right-container {
  height: 100%;
}
article.full-layer-sheet .split-layer-wrap .right-container .term-sheet-wrap {
  width: 960px;
  height: 100%;
  overflow-y: auto;
  padding-right: 40px;
  padding-left: 30px;
}
article.full-layer-sheet .split-layer-wrap .right-container .scroll-effect-platform::-webkit-scrollbar-button:vertical:start:decrement,
article.full-layer-sheet .split-layer-wrap .right-container .scroll-effect-platform::-webkit-scrollbar-button:vertical:start:increment {
  height: 25px;
}

.reply-popup {
  width: 484px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2403FC;
  font-family: "Noto Sans KR";
  border-radius: 25px;
}
.reply-popup .title-wrap {
  padding: 100px 25px 25px 36px;
  background: url(/img/icon/img_email_send_white.png) no-repeat top 30px right 30px/44px 42px;
}
.reply-popup .title-wrap .title {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.reply-popup .box-wrap {
  padding: 36px;
  background-color: #F8F6F6;
}
.reply-popup .box-wrap .text-wrap {
  font-size: 15px;
  line-height: 1.6;
  color: #333232;
  font-weight: 300;
  margin-bottom: 22px;
}
.reply-popup .box-wrap .info-wrap {
  position: relative;
  background-color: #fff;
  padding: 24px 24px 50px 24px;
  border: 1px solid #DCDCDC;
  border-radius: 25px;
}
.reply-popup .box-wrap .info-wrap textarea {
  width: 100%;
  height: 130px;
  resize: none;
  font-size: 15px;
  line-height: 1.6;
}
.reply-popup .box-wrap .info-wrap textarea::placeholder {
  color: #B2B1B1;
}
.reply-popup .box-wrap .info-wrap .limit-box {
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  bottom: 24px;
  right: 26px;
}
.reply-popup .btn-wrap {
  padding: 30px 30px 80px;
}
.reply-popup .btn-wrap button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 38px;
  color: #333232;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #b2b1b1;
  background-color: #fff;
}
.reply-popup .btn-wrap button:hover {
  color: #fff;
  background-color: #00B0F0;
  border-color: #00B0F0;
}

article.popup-example-layout1 {
  padding: 54px 26px 30px;
  position: absolute;
  top: -20px;
  z-index: 499;
  right: -380px;
  display: none;
}
article.popup-example-layout1 .example-close-btn {
  cursor: pointer;
  position: absolute;
  right: 27px;
  top: 30px;
  background: url("../img/ic_example_close.svg") no-repeat center/cover;
  width: 13px;
  height: 13px;
  z-index: 1;
}
article.popup-example-layout1 .example-info-box {
  width: 340px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}
article.popup-example-layout1 .example-info-box .txt-box {
  font-size: 15px;
  line-height: 24px;
  color: #515151;
}

section.mypage-layout {
  background-color: #f5f5f5;
  padding-bottom: 166px;
}
section.mypage-layout .mypage-top-view {
  background-color: #006093;
  padding-top: 105px;
}
section.mypage-layout .mypage-top-view .view-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 82px 0;
  max-width: 1350px;
  margin: 0 auto;
}
section.mypage-layout .mypage-top-view .view-contents .info-box .subject-box {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  line-height: 44px;
}
section.mypage-layout .mypage-top-view .view-contents .info-box .con-box {
  color: #fff;
  font-family: "Malgun Gothic";
  padding-top: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
section.mypage-layout .mypage-wrapper {
  display: flex;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
section.mypage-layout .mypage-wrapper .mypage-nav {
  width: 220px;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 125px;
  z-index: 200;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-view {
  height: 157px;
  display: flex;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 27px 0 35px;
  background-color: #fff;
  font-size: 15px;
  color: #767676;
  border: 1px solid #EBEBEB;
  border-top: none;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn.current, section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn:hover {
  color: #fff;
  background-color: #00B0F0;
  border-color: #00B0F0;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn.active {
  background-color: #00B0F0;
  color: #fff;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn.active ~ ul.depth2 {
  display: block;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth2 {
  display: none;
  margin-top: 9px;
  padding: 12px 0;
  background-color: #fff;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth2 > li .depth2-btn {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 40px 0 27px;
  background: #fff url("../img/ic_mypage_link.svg") no-repeat right 21px center;
  font-size: 14px;
  font-weight: 700;
  color: #858585;
}
section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth2 > li .depth2-btn.current, section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth2 > li .depth2-btn:hover {
  color: #00B0F0;
}
section.mypage-layout .mypage-wrapper .mypage-contents {
  flex: 1;
  min-width: 0;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box {
  margin-bottom: 40px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box.border-lay {
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .page-box {
  color: #000;
  font-size: 30px;
  font-family: "Noto Sans KR";
  font-weight: 700;
  line-height: 34px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .desc-box {
  padding-top: 20px;
  font-size: 16px;
  line-height: 27px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box {
  position: relative;
  margin-top: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 45px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-cnt-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-cnt-box b {
  padding: 0 2px 0 4px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-reset-btn {
  background: url(../img/ic_filter_reset_btn.svg) no-repeat center;
  width: 45px;
  height: 45px;
  margin-left: 5px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-input-box {
  position: relative;
  width: 200px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-input-box input {
  padding: 0 55px 0 18px;
  height: 45px;
  border: 1px solid #B9B7B7;
  background-color: #fff;
  font-size: 14px;
  outline: none;
  width: 100%;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-input-box input::placeholder {
  color: #515151;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-input-box .search-btn {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 45px;
  height: 45px;
  top: 0;
  background: url("../img/ic_mypage_search.svg") no-repeat center;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box {
  background-color: #4B4B4B;
  padding: 12px 40px;
  display: flex;
  height: 66px;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  margin-top: 70px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .sort-list {
  display: flex;
  gap: 40px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .sort-list .sort-item {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .sort-list .sort-item + .sort-item::before {
  content: "";
  width: 2px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: -20px;
  background-color: #fff;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .search-input-box {
  position: relative;
  width: 200px;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .search-input-box input {
  padding: 0 40px 0 18px;
  height: 42px;
  background-color: #fff;
  border-radius: 22px;
  font-size: 14px;
  outline: none;
  width: 100%;
  box-shadow: #000 1px 2px 8px 0;
}
section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .search-input-box .search-btn {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 11px;
  background: url(../img/search_on.svg) no-repeat center/cover;
}

.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box {
  padding: 41px 136px;
  border-width: 10px;
  box-shadow: #bfbfbf 1px 2px 6px 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box:hover {
  border-width: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box.on {
  background-color: #00b0f0;
  border: 10px solid #00b0f0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box.on .step-txt .tit,
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box.on .step-txt .des {
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box.on .edit-btn {
  color: #333232;
  background-coslor: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn {
  color: black;
  width: 110px;
  @charset "UTF-8";
  /*
  AUTH : ssooya
  VERSION : version 2
  */
  /**********
  펑션
  ***********/
  /**********
  텍스트 자간
  ***********/
  /**********
  텍스트 말줄임
  ***********/
  /**********
  아이콘
  ***********/
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup {
  border-radius: 30px;
  padding: 40px;
  width: 470px;
  height: 642px;
  background-color: black;
  text-align: center;
  position: relative;
  border: 10px solid #FEC100;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .close-button {
  position: absolute;
  right: 19px;
  top: 15px;
  z-index: 100;
  background: url(/img/ic_full_layer_close.svg) no-repeat center/17px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .close-button:hover {
  background-color: #595959;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  gap: 22px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .item-icon img {
  width: 139px;
  position: relative;
  top: 13px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .partner-title {
  color: white;
  font-size: 40px;
  font-weight: bold;
  font-family: "Malgun Gothic";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .separator-line {
  width: 352px;
  height: 1px;
  background-color: white;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .description-text {
  color: white;
  line-height: 1.6;
  text-align: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .description-text p {
  margin-top: 28px;
  font-size: 15px;
  color: white;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .input-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .input-container #partnerCode {
  width: 352px;
  height: 66px;
  padding: 0 25px;
  border: 2px solid #333;
  border-radius: 40px;
  font-size: 16px;
  background: white;
  color: #333;
  box-sizing: border-box;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .input-container .send-icon {
  width: 34px;
  height: 30px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 34px;
  cursor: pointer;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .find-btn-box {
  display: flex;
  flex-direction: row;
  gap: 43px;
  margin-top: 9px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .find-btn-box .find-btn {
  color: white;
  font-size: 15px;
  font-family: "Noto Sans KR";
  cursor: pointer;
  text-decoration: none;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn #allianceLoginPopUp #customPopup .popup-content .find-btn-box .horizontal-line {
  height: 11px;
  background-color: white;
  position: relative;
  top: 3px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap {
  padding: 34px 0 80px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul {
  display: flex;
  flex-flow: row wrap;
  margin: -13px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li {
  margin: 13px;
  width: calc(50% - 26px);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap {
  display: flex;
  height: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .view-box .img-box {
  width: 235px;
  height: 260px;
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .view-box .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box {
  padding: 14px 24px 14px 27px;
  background-color: #fff;
  min-width: 0;
  flex: 1;
  display: flex;
  flex-flow: column;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 15px;
  color: #6A6969;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box {
  position: relative;
  margin-left: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box:hover .option-msg-box {
  display: block;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box .option-btn {
  position: relative;
  z-index: 50;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box .option-btn .ic.ic-remove {
  background: url("../img/ic_remove_small.svg") no-repeat center/cover;
  width: 29px;
  height: 25px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box .option-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .no-box .option-box .option-msg-box .option-msg-txt {
  white-space: nowrap;
  padding: 9px 23px 9px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .subject-box {
  padding-bottom: 11px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  flex: 1;
  display: flex;
  align-items: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .con-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box {
  padding-top: 13px;
  background: url("../img/ic_item_link.svg") no-repeat right bottom;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box .row {
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box .row + .row {
  margin-top: 8px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box .row .label-box {
  width: 60px;
  color: #6A6969;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout1 .list-wrap ul li .item-wrap .info-box .list-box .row .data-box {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li + li {
  margin-top: 32px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap {
  display: flex;
  background-color: #fff;
  border-radius: 25px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link {
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .view-box .img-box {
  width: 250px;
  height: 100%;
  display: flex;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .view-box .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box {
  width: 410px;
  padding: 36px 35px 33px 35px;
  background-color: #fff;
  min-width: 0;
  flex: 1;
  position: relative;
  background: url(/img/ic_item_link.svg) no-repeat right 36px bottom 24px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box.wide {
  width: 450px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background-color: #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .no-box {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 15px;
  color: #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .subject-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #A1A1A1;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .con-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .list-box {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .list-box .row {
  display: flex;
  align-items: center;
  width: calc(50% - 3px);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .list-box .row .label-box {
  color: #fff;
  min-width: 49px;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  background: #817F7F;
  padding: 2px 8px;
  border-radius: 11px;
  margin-right: 8px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-link .info-box .list-box .row .data-box {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #414141;
  letter-spacing: -0.5px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  padding: 31px 31px 31px 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box.colunm {
  flex-flow: column;
  align-items: normal;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .regist-num {
  position: absolute;
  top: 26px;
  right: 40px;
  font-size: 12px;
  font-weight: 600;
  color: #A1A1A1;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .status-box {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 31px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .status-box .date-info {
  font-size: 12px;
  font-weight: 300;
  font-family: "Noto Sans KR";
  margin-top: 13px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .trade-management-submit {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 65px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .trade-management-submit .date-info {
  font-size: 12px;
  font-weight: 300;
  font-family: "Noto Sans KR";
  margin-top: 13px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap {
  position: absolute;
  bottom: 18px;
  right: 26px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box {
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box:hover .remove-msg-box {
  display: block;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box .menu-remove-btn {
  background: url("../img/ic_mypage_remove.svg") no-repeat center/cover;
  width: 55px;
  height: 48px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box .remove-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  left: 50%;
  top: 48px;
  padding-top: 2px;
  transform: translateX(-50%);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .menu-box .menu-remove-wrap .menu-remove-box .remove-msg-box .remove-msg-txt {
  white-space: nowrap;
  padding: 13px 23px 14px;
  background-color: #707070;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  padding-left: 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box {
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box:hover .btn-tooltip {
  display: block;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
  border: 1px solid #bac0c2;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.my-page {
  color: black;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.my-page:hover {
  background-color: #00B0F0;
  color: white;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.my-page:hover::after {
  border-left: 7px solid white;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.disabled {
  cursor: default;
  background-color: #707070;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn .cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -4px;
  top: -12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #FFC000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason {
  position: relative;
  cursor: pointer;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 10px;
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid black;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-btn {
  font-weight: 400;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box {
  width: 390px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: #DCDCDC;
  transform: translate(-12%, -50%);
  border-radius: 28px;
  overflow: hidden;
  cursor: default;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .close {
  width: 15px;
  height: 15px;
  background: url(/img/ic_reason_close.svg) no-repeat center/contain;
  position: absolute;
  top: 20px;
  right: 24px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .date-box {
  background-color: #2403FC;
  padding: 66px 26px 18px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .date-box .date {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .date-box .date .tit {
  font-size: 13px;
  font-weight: 300;
  margin: 0 15px 0 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .textarea-box {
  padding: 26px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .menu-btn.reason .reason-box .textarea-box .txt-box {
  height: 190px;
  font-size: 15px;
  line-height: 1.8;
  border-radius: 24px;
  padding: 24px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .item-menu .menu-btn-box .btn-tooltip {
  display: none;
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans KR";
  width: max-content;
  padding: 11px 20px;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 200;
  border-radius: 33px;
  transform: translateY(100%);
  background-color: #707070;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap {
  align-self: end;
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap .text-btn {
  color: #6A6969;
  font-size: 11px;
  font-weight: 600;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap .text-btn:hover {
  color: #00B0F0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap .text-btn + .text-btn {
  margin-left: 11px;
  padding-left: 11px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout2 .list-wrap > ul > li .item-wrap .control-btn-wrap .text-btn + .text-btn::before {
  content: "";
  width: 1px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #707070;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap {
  padding: 64px 0 80px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul {
  display: flex;
  flex-flow: row wrap;
  margin: -15px -22px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li {
  margin: 15px 22px;
  width: calc(50% - 44px);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap {
  height: 100%;
  background-color: #fff;
  padding: 54px 51px 48px 171px;
  border: 5px solid #00B0F0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap.type-result {
  border: 5px solid transparent;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link {
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #6A6969;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .state-box {
  position: absolute;
  left: -150px;
  top: -30px;
  z-index: 10;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .state-box .ic {
  width: 129px;
  height: 104px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .state-box .ic.ic-state-close {
  background: url("../img/ic_mail_state_close.svg") no-repeat center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .state-box .ic.ic-state-open {
  background: url("../img/ic_mail_state_open.svg") no-repeat center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box {
  width: 100%;
  background-color: #fff;
  min-width: 0;
  flex: 1;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .no-box {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 15px;
  color: #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .subject-box {
  padding-bottom: 14px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .con-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box {
  padding-top: 10px;
  background: url("../img/ic_item_link.svg") no-repeat right bottom;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row {
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row + .row {
  margin-top: 8px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row .label-box {
  width: 70px;
  color: #6A6969;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row .data-box {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu {
  display: flex;
  align-items: center;
  padding: 13px 0 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box {
  position: relative;
  margin-left: 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box:hover .remove-msg-box {
  display: block;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .menu-remove-btn {
  background: url("../img/ic_mypage_remove.svg") no-repeat center/cover;
  width: 55px;
  height: 48px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  padding-top: 14px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box .remove-msg-txt {
  white-space: nowrap;
  padding: 9px 23px 9px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box {
  display: inline-flex;
  align-items: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box + .menu-btn-box {
  margin-left: 11px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-msg-box {
  padding-left: 11px;
  color: #6A6969;
  font-size: 11px;
  font-weight: 700;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-msg-box .msg-btn {
  color: #00B0F0;
  border: none;
  text-decoration: underline;
  text-underline-position: under;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 30px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn:disabled {
  cursor: default;
  background-color: #b9b7b7;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout3 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn .cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -4px;
  bottom: -12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #FFC000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li + li {
  margin-top: 17px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap {
  display: flex;
  background-color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link {
  display: flex;
  flex: 1;
  min-width: 0;
  padding: 45px 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 0 24px 0 65px;
  border-right: 1px solid #707070;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .img-box {
  width: 75px;
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .img-box img {
  width: 100%;
  height: auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .info-box {
  padding-left: 64px;
  min-width: 0;
  flex: 1;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .info-box .tit-box {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .view-box .info-box .desc-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  color: #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box {
  width: 400px;
  padding: 30px 25px 40px 25px;
  border-right: 1px solid #707070;
  background: url("../img/ic_item_link.svg") no-repeat right 20px bottom 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box .list-box {
  display: flex;
  flex-flow: row wrap;
  margin: -8px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box .list-box .list-item {
  display: inline-flex;
  align-items: center;
  width: calc(50% - 16px);
  margin: 8px 8px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box .list-box .list-item .subject-box {
  width: 62px;
  font-size: 11px;
  font-weight: 700;
  color: #6A6969;
  line-height: 15px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-link .data-box .list-box .list-item .con-box {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  letter-spacing: -0.02em;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box {
  position: relative;
  margin-left: 26px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box:hover .remove-msg-box {
  display: block;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .menu-remove-btn {
  background: url("../img/ic_mypage_remove.svg") no-repeat center/cover;
  width: 55px;
  height: 48px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  padding-top: 14px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box .remove-msg-txt {
  white-space: nowrap;
  padding: 9px 23px 9px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-btn-box + .menu-btn-box {
  margin-left: 11px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 30px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout4 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn .cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -4px;
  bottom: -12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #FFC000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap {
  padding: 25px 0 40px 23px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul {
  display: flex;
  flex-flow: row wrap;
  gap: 50px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li {
  width: calc(50% - 25px);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap {
  height: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 23px;
  box-shadow: 0px 1px 5px 1px rgba(255, 255, 255, 0.6509803922);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap.type-result {
  box-shadow: none;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .state-box {
  position: absolute;
  left: -26px;
  top: -25px;
  z-index: 10;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .state-box .ic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 1px 4px 1px rgba(157, 157, 157, 0.3);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .state-box .ic.ic-mail {
  background: url("/img/icon/ic_loi_mail.png") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .state-box .ic.ic-send {
  background: url("/img/icon/ic_loi_send_y.png") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .state-box .ic.ic-send-n {
  background: url("/img/icon/ic_loi_send_n.png") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 41px 31px 0px 142px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box {
  width: 100%;
  background-color: #fff;
  min-width: 0;
  flex: 1;
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .no-box {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 15px;
  color: #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .subject-box {
  padding-bottom: 14px;
  font-size: 25px;
  font-weight: 700;
  font-family: "Noto Sans KR";
  color: #000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .con-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 18px;
  height: 36px;
  max-width: 100%;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #6A6969;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box {
  padding-top: 10px;
  background: url("../img/ic_item_link.svg") no-repeat right bottom;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row {
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row + .row {
  margin-top: 6px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row .label-box {
  width: 70px;
  color: #333232;
  font-size: 12px;
  line-height: 18px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-link .info-box .list-box .row .data-box {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #707070;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu {
  display: flex;
  align-items: center;
  padding: 8px 31px 20px 142px;
  height: 70px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu.accept {
  background-color: #07B8FB;
  padding: 9px 31px 21px 142px;
  margin-top: -1px;
  position: relative;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  height: 71px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu.reject {
  background-color: #FF0404;
  padding: 9px 31px 21px 142px;
  margin-top: -1px;
  position: relative;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  height: 71px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box {
  position: relative;
  margin-left: auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box:hover .remove-msg-box {
  display: block;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .menu-remove-btn {
  background: url("/img/icon/ic_remove_d.svg") no-repeat center/cover;
  width: 45px;
  height: 45px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .menu-remove-btn:hover {
  background-image: url("/img/icon/ic_remove_h.svg");
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box {
  z-index: 10;
  display: none;
  position: absolute;
  right: -12px;
  top: 48px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-remove-box .remove-msg-box .remove-msg-txt {
  white-space: nowrap;
  padding: 13px 23px;
  background-color: #707070;
  border-radius: 33px;
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box {
  display: inline-flex;
  align-items: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .status-msg {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .date {
  color: #fff;
  font-size: 13px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box + .menu-btn-box {
  margin-left: 4px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-msg-box {
  padding-left: 11px;
  color: #6A6969;
  font-size: 11px;
  font-weight: 700;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-msg-box .msg-btn {
  color: #00B0F0;
  border: none;
  text-decoration: underline;
  text-underline-position: under;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 30px;
  color: #333232;
  font-size: 11px;
  border-radius: 10px;
  border: 1px solid #b2b1b1;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn:disabled {
  cursor: default;
  background-color: #b9b7b7;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn:hover {
  color: #fff;
  background-color: #00B0F0;
  border-color: #00B0F0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.item-list-layout5 .list-wrap ul li .item-wrap .item-menu .menu-btn-box .menu-btn .cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -4px;
  bottom: -12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #FFC000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet {
  height: calc(100% - 105px);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 150px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .left-container {
  width: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .left-container .text-info {
  color: #fff;
  padding: 0 40px;
  margin: auto;
  width: 450px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .left-container .text-info .title {
  font-size: 50px;
  font-weight: 600;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .left-container .text-info .des {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .left-container .text-info .tooltip-layout3 {
  width: auto;
  margin-top: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .left-container .text-info .btn-more {
  background-color: #333232;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .right-container {
  height: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .right-container .term-sheet-wrap {
  width: 960px;
  height: 100%;
  overflow-y: auto;
  padding-right: 40px;
  padding-left: 30px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .right-container .scroll-effect-platform::-webkit-scrollbar-button:vertical:start:decrement,
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.full-layer-sheet .split-layer-wrap .right-container .scroll-effect-platform::-webkit-scrollbar-button:vertical:start:increment {
  height: 25px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup {
  width: 484px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2403FC;
  font-family: "Noto Sans KR";
  border-radius: 25px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .title-wrap {
  padding: 100px 25px 25px 36px;
  background: url(/img/icon/img_email_send_white.png) no-repeat top 30px right 30px/44px 42px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .title-wrap .title {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .box-wrap {
  padding: 36px;
  background-color: #F8F6F6;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .box-wrap .text-wrap {
  font-size: 15px;
  line-height: 1.6;
  color: #333232;
  font-weight: 300;
  margin-bottom: 22px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .box-wrap .info-wrap {
  position: relative;
  background-color: #fff;
  padding: 24px 24px 50px 24px;
  border: 1px solid #DCDCDC;
  border-radius: 25px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .box-wrap .info-wrap textarea {
  width: 100%;
  height: 130px;
  resize: none;
  font-size: 15px;
  line-height: 1.6;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .box-wrap .info-wrap textarea::placeholder {
  color: #B2B1B1;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .box-wrap .info-wrap .limit-box {
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  bottom: 24px;
  right: 26px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .btn-wrap {
  padding: 30px 30px 80px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .btn-wrap button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 38px;
  color: #333232;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #b2b1b1;
  background-color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .reply-popup .btn-wrap button:hover {
  color: #fff;
  background-color: #00B0F0;
  border-color: #00B0F0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.popup-example-layout1 {
  padding: 54px 26px 30px;
  position: absolute;
  top: -20px;
  z-index: 499;
  right: -380px;
  display: none;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.popup-example-layout1 .example-close-btn {
  cursor: pointer;
  position: absolute;
  right: 27px;
  top: 30px;
  background: url("../img/ic_example_close.svg") no-repeat center/cover;
  width: 13px;
  height: 13px;
  z-index: 1;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.popup-example-layout1 .example-info-box {
  width: 340px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.popup-example-layout1 .example-info-box .txt-box {
  font-size: 15px;
  line-height: 24px;
  color: #515151;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout {
  background-color: #f5f5f5;
  padding-bottom: 166px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-top-view {
  background-color: #006093;
  padding-top: 105px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-top-view .view-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 82px 0;
  max-width: 1350px;
  margin: 0 auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-top-view .view-contents .info-box .subject-box {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  line-height: 44px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-top-view .view-contents .info-box .con-box {
  color: #fff;
  font-family: "Malgun Gothic";
  padding-top: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper {
  display: flex;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav {
  width: 220px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 125px;
  z-index: 200;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-view {
  height: 157px;
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 27px 0 35px;
  background-color: #fff;
  font-size: 15px;
  color: #767676;
  border: 1px solid #EBEBEB;
  border-top: none;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn.current, .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn:hover {
  color: #fff;
  background-color: #00B0F0;
  border-color: #00B0F0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn.active {
  background-color: #00B0F0;
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth1 > li .depth1-btn.active ~ ul.depth2 {
  display: block;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth2 {
  display: none;
  margin-top: 9px;
  padding: 12px 0;
  background-color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth2 > li .depth2-btn {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 40px 0 27px;
  background: #fff url("../img/ic_mypage_link.svg") no-repeat right 21px center;
  font-size: 14px;
  font-weight: 700;
  color: #858585;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth2 > li .depth2-btn.current, .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-nav .mypage-nav-group .mypage-nav-menu ul.depth2 > li .depth2-btn:hover {
  color: #00B0F0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents {
  flex: 1;
  min-width: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box {
  margin-bottom: 40px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box.border-lay {
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .page-box {
  color: #000;
  font-size: 30px;
  font-family: "Noto Sans KR";
  font-weight: 700;
  line-height: 34px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .desc-box {
  padding-top: 20px;
  font-size: 16px;
  line-height: 27px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box {
  position: relative;
  margin-top: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 45px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-cnt-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-cnt-box b {
  padding: 0 2px 0 4px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-reset-btn {
  background: url(../img/ic_filter_reset_btn.svg) no-repeat center;
  width: 45px;
  height: 45px;
  margin-left: 5px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-input-box {
  position: relative;
  width: 200px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-input-box input {
  padding: 0 55px 0 18px;
  height: 45px;
  border: 1px solid #B9B7B7;
  background-color: #fff;
  font-size: 14px;
  outline: none;
  width: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-input-box input::placeholder {
  color: #515151;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .search-box .search-input-box .search-btn {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 45px;
  height: 45px;
  top: 0;
  background: url("../img/ic_mypage_search.svg") no-repeat center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box {
  background-color: #4B4B4B;
  padding: 12px 40px;
  display: flex;
  height: 66px;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  margin-top: 70px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .sort-list {
  display: flex;
  gap: 40px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .sort-list .sort-item {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .sort-list .sort-item + .sort-item::before {
  content: "";
  width: 2px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: -20px;
  background-color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .search-input-box {
  position: relative;
  width: 200px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .search-input-box input {
  padding: 0 40px 0 18px;
  height: 42px;
  background-color: #fff;
  border-radius: 22px;
  font-size: 14px;
  outline: none;
  width: 100%;
  box-shadow: #000 1px 2px 8px 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.mypage-layout .mypage-wrapper .mypage-contents .contents-head-box .sort-search-box .search-input-box .search-btn {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 11px;
  background: url(../img/search_on.svg) no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box {
  padding: 41px 136px;
  border-width: 10px;
  box-shadow: #bfbfbf 1px 2px 6px 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box:hover {
  border-width: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box.on {
  background-color: #00b0f0;
  border: 10px solid #00b0f0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box.on .step-txt .tit,
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box.on .step-txt .des {
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box.on .edit-btn {
  color: #333232;
  background-coslor: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn {
  color: black;
  width: 110px;
  font-size: 12px;
  border-radius: 24px;
  padding: 14px 0 14px 42px;
  box-shadow: #c3c3c3 0px 2px 4px 0;
  border: 1px solid #bac0c2;
  cursor: pointer;
  background: url(/img/ic_write.svg) no-repeat 17px center/auto auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn:hover {
  color: white;
  background: url(/img/ic_write_white.svg) no-repeat 17px center/auto #0abafb;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn.confirm {
  color: #333232;
  padding-left: 54px;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 6px 0;
  background: url(/img/ic_check_my.svg) no-repeat 20px center/16px auto, #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap {
  display: flex;
  padding: 0 40px;
  margin: 30px 0 40px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button {
  color: #00B0F0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button.prev {
  padding-left: 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button.prev::before {
  content: "";
  width: 15px;
  height: 8px;
  background: url(/img/ic_item_link.svg) no-repeat center/contain;
  transform: scaleX(-1);
  position: absolute;
  top: 7px;
  left: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button.next {
  margin-left: auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button.next::after {
  content: "";
  width: 15px;
  height: 8px;
  background: url(/img/ic_item_link.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: -20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .search-list-page {
  margin-top: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .search-list-page .search-body-wrap {
  margin-top: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .search-list-page .search-body-wrap .search-list-group .list-wrap {
  padding-top: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box {
  position: relative;
  padding: 20px 25px 46px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .info-con .info-item .sub-tit {
  width: 46px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  background: #817f7f;
  border-radius: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .remove-wrap {
  position: absolute;
  right: 14px;
  bottom: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .remove-wrap .remove-btn {
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .remove-wrap .remove-btn .ic.ic-remove {
  background: url(/img/ic_remove_small.svg) no-repeat center/cover;
  width: 32px;
  height: 31px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .remove-wrap:hover .option-msg-box {
  display: block;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .remove-wrap .option-msg-box {
  display: none;
  position: absolute;
  left: 119%;
  top: 49%;
  transform: translateY(-50%);
  z-index: 1;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .mypage-contents .remove-wrap .option-msg-box .option-msg-txt {
  white-space: nowrap;
  padding: 9px 23px 9px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap {
  display: flex;
  align-items: center;
  padding: 80px 18px 80px 56px;
  background-color: #fff;
  border-radius: 25px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .control-btns {
  padding: 0 40px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .control-btns .btn-item {
  color: #000;
  background-color: #fff;
  border-color: #bfbfbf;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .control-btns .btn-item.on {
  color: #000;
  background-color: #fff;
  border-color: #bfbfbf;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .control-btns .btn-item.on:hover {
  color: #fff;
  border-color: #00B0F0;
  background-color: #00B0F0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con {
  flex: 1;
  min-width: 0;
  padding-top: 30px;
  padding-left: 70px;
  margin-left: 20px;
  border-left: 1px solid #585858;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .form-detail-wrap {
  padding-right: 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .form-detail-wrap .row .item-group .item-box .tit-box {
  width: 90px;
  min-width: 90px;
  font-weight: 600;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .form-btn-wrap {
  margin-top: 30px;
  padding-top: 20px;
  padding-right: 20px;
  border-top: 2px solid #757575;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .form-btn-wrap .btn {
  border: 1px solid #D0D0D0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .alert-keyword {
  width: 100%;
  font-size: 14px;
  line-height: 42px;
  border-radius: 30px;
  background-color: #fff;
  border: 5px solid #757575;
  padding: 0 22px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .alert-keyword.error {
  border-color: #f0002e;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .alert-keyword:focus {
  border-color: #00B0F0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .sbox .set {
  height: 43px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .sbox .set .set-txt {
  font-size: 14px;
  line-height: 43px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .sbox .select-menu {
  top: 50px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .my-match-edit .match-edit-wrap .match-edit-con .sbox .select-menu .select-check-list {
  overflow-y: auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .control-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .control-btns .btn-item {
  color: #fff;
  font-size: 14px;
  width: 82px;
  height: 34px;
  padding: 0 13px;
  border-radius: 33px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .control-btns.type02 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .control-btns.type02 .btn-item {
  color: #000;
  font-size: 14px;
  width: 82px;
  height: 34px;
  padding: 0 13px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  box-shadow: none;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .control-btns.type02 .btn-item:hover {
  color: #fff;
  border-color: #00B0F0;
  background-color: #00B0F0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.nodata-msg-layout1 {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-list {
  display: flex;
  padding-bottom: 13px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-list .upload-tabs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 100%;
  font-size: 15px;
  border: 1px solid #d9d9d9;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-list .upload-tabs-btn:hover {
  border: 1px solid #07bafb;
  background-color: #07bafb;
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-list .upload-tabs-btn.active {
  border: 1px solid #07bafb;
  background-color: #07bafb;
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-list .upload-tabs-btn + .upload-tabs-btn {
  margin-left: 4px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .tabs-box {
  display: none;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box {
  border: 1px solid #d9d9d9;
  padding: 45px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-head-box {
  font-size: 13px;
  line-height: 17px;
  padding-bottom: 24px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box {
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area {
  flex: 1;
  min-width: 0;
  margin-right: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 288px;
  background: url("../img/img_dropzone_bg.png") no-repeat center;
  border: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .ic-box {
  padding-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .ic-box .ic-drop {
  background: url("../img/ic_dropzone_upload.svg") no-repeat center/cover;
  width: 53px;
  height: 34px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .main-box {
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #8D8B8B;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .sub-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .sub-box .ic {
  margin-right: 4px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .sub-box .ic.ic-search {
  width: 12px;
  height: 13px;
  background: url("../img/ic_dropzone_search.svg") no-repeat center center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .sub-box .txt {
  font-weight: 700;
  font-size: 10px;
  color: #8D8B8B;
  text-decoration: underline;
  text-underline-position: under;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list {
  width: 120px;
  height: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-nodata {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item-wrap {
  border: 1px solid #ECECEC;
  position: relative;
  height: 76px;
  background: url("../img/ic_dropzone_upload_add.png") no-repeat center/18px 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item-wrap + .upload-item-wrap {
  margin-top: 30px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item {
  width: 100%;
  height: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-details {
  width: 100%;
  height: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-details img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-filename,
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-size {
  display: none;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-success-mark,
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-error-mark {
  display: none;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-remove {
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 0;
  background: url("../img/ic_upload_remove.svg") no-repeat center/cover;
  width: 22px;
  height: 22px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-remove:hover:after {
  content: "이미지를 삭제합니다.";
  position: absolute;
  left: 100%;
  margin-left: 10px;
  top: -6px;
  white-space: nowrap;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 18px;
  background-color: #07BAFB;
  color: #fff;
  font-size: 12px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form {
  width: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item + .file-upload-item {
  margin-top: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  background-color: #6A6A6A;
  color: #fff;
  height: 40px;
  padding: 0 16px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item label input[type=file] {
  position: absolute;
  left: -99999px;
  transform: scale(0);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item label .ic.ic-upload {
  background: url("../img/ic_file_upload3.svg") no-repeat center/cover;
  width: 15px;
  height: 14px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item label .txt {
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 700;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item .result-box {
  border: 1px solid #D9D9D9;
  padding: 0 16px;
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item .result-box input[type=text] {
  font-family: "Noto Sans KR";
  font-size: 11px;
  padding-right: 10px;
  outline: none;
  flex: 1;
  height: 38px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item .result-box .remove-btn {
  display: none;
  background: url("../img/ic_file_remove.svg") no-repeat center/cover;
  width: 10px;
  height: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .upload-zone {
  flex: 1;
  min-width: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .upload-list {
  width: 120px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-foot-box {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #AEADAD;
  display: flex;
  justify-content: flex-end;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-foot-box .form-foot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CBCBCB;
  height: 31px;
  width: 72px;
  font-weight: 700;
  font-size: 12px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.today-hide-layer {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.today-hide-layer .hide-layer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 25px;
  background-color: #4A4949;
  padding: 0 20px;
  position: fixed;
  top: 40px;
  left: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.today-hide-layer .hide-layer-btn .ic {
  display: inline-flex;
  align-items: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn article.today-hide-layer .hide-layer-btn .txt {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow {
  width: 100%;
  height: 1250px;
  background: url("/img/bg_deal_direct3.png") no-repeat top;
  background-position: -141px;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .view-box {
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .view-box .info-box {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 440px;
  transform: translateX(-50%);
  margin-left: 300px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .view-box .info-box .subject-box {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .view-box .info-box .con-box {
  padding-top: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .view-box .info-box .accent-box {
  color: #fff;
  padding-top: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .view-box .img-box {
  display: flex;
  height: 836px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .view-box .img-box img {
  max-width: 100%;
  object-fit: cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box {
  height: 358px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .wrap {
  display: flex;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .img-box {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 789px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .img-box img {
  max-width: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list {
  padding-right: 200px;
  padding-top: 105px;
  display: flex;
  align-items: flex-start;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box {
  width: 185px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box + .item-box {
  margin-left: 35px;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box + .item-box:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 35px;
  background: url("../img/img_intro_workflow_arrow.svg") no-repeat center/cover;
  width: 33px;
  height: 25px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box .ic-box {
  height: 96px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box .ic-box .ic.ic-item1 {
  width: 75px;
  height: 75px;
  background: url("../img/img_intro_workflow_item1.svg") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box .ic-box .ic.ic-item2 {
  width: 64px;
  height: 64px;
  background: url("../img/img_intro_workflow_item2.svg") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box .ic-box .ic.ic-item3 {
  width: 67px;
  height: 67px;
  background: url("../img/img_intro_workflow_item3.svg") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box .ic-box .ic.ic-item4 {
  width: 70px;
  height: 70px;
  background: url("../img/img_intro_workflow_item4.svg") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box .txt-box {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box .txt-box .subject-box {
  color: #000000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box .txt-box .con-box {
  color: #000;
  padding-top: 14px;
  font-size: 13px;
  line-height: 23px;
  font-family: "Noto Sans KR";
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.section-workflow .step-box .item-list .item-box .txt-box .con-box .pop-keyword {
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different {
  width: 100%;
  background: url("../img/img_intro_different_bg.png") no-repeat center/cover;
  position: relative;
  height: 1079px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .inner {
  max-width: 1822px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .info-box {
  padding-bottom: 240px;
  padding-left: 1163px;
  width: 100%;
  margin: 0 0 0 auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .info-box .subject-box {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: -0.6px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .info-box .con-box {
  padding-top: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.03em;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .link-box {
  padding-bottom: 146px;
  display: flex;
  position: absolute;
  left: 63.4%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .link-box .custom-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 49px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  background-color: transparent;
  border: 0.2em solid #fff;
  border-radius: 11px;
  text-decoration: none;
  text-align: right;
  cursor: pointer;
  transition: all 0.6s ease;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .link-box .custom-btn .btn-arrow {
  width: 1.6em;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
  color: #000;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .link-box .custom-btn .btn-text {
  margin: 0 0 0 1.5em;
  font-weight: 400;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .link-box .custom-btn:hover {
  background-color: #3654ff;
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .link-box .custom-btn:hover .btn-arrow {
  transform: translateY(-50%) translateX(5px);
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-different .link-box .custom-btn:active {
  transform: scale(0.95);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant {
  background-color: #161616;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner {
  max-width: 1200px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap {
  color: #fff;
  min-height: 406px;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-info-wrap .title {
  font-size: 40px;
  font-weight: 700;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-info-wrap .desc {
  font-size: 16px;
  line-height: 35px;
  margin-top: 26px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box {
  display: flex;
  align-items: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-img-box {
  margin-right: 70px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-img-box .default {
  transform: translateY(20px);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box {
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box .search-input {
  width: 245px;
  height: 60px;
  font-size: 16px;
  padding: 0 46px 0 28px;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box .search-input:focus {
  box-shadow: 0 0 0 2px #00b0f0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box .search-btn {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  cursor: pointer;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box .search-btn img {
  width: 19px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box {
  display: flex;
  align-items: center;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .close-btn {
  position: absolute;
  right: 28px;
  top: -46px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .close-btn img {
  width: 14px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .close-btn-consultant {
  position: absolute;
  right: 28px;
  top: -46px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .close-btn-consultant img {
  width: 14px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box {
  min-width: 378px;
  margin-left: 88px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box .title {
  font-size: 20px;
  padding-left: 8px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box .title .role {
  font-size: 16px;
  margin-left: 7px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box .career {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box .career .edu {
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box.warning {
  justify-content: center;
  text-align: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box.warning .close-btn {
  right: 0;
  top: -30px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box.warning .warning-box .title {
  color: #fc0303;
  font-size: 38px;
  font-weight: 600;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box.warning .warning-box .desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 26px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem {
  height: 1054px;
  background: url("../img/img_intro_ecosystem_bg.png") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .info-box {
  padding-top: 122px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .info-box .subject-box {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .info-box .con-box {
  padding-top: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box {
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn {
  display: block;
  width: 130px;
  text-align: center;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn + .menu-btn {
  margin-left: 25px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn:hover .ic-box .ic.ic-menu1 {
  background: url("../img/ic_ecosystem_menu1_active.svg") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn:hover .ic-box .ic.ic-menu2 {
  background: url("../img/ic_ecosystem_menu2_active.svg") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn:hover .ic-box .ic.ic-menu3 {
  background: url("../img/ic_ecosystem_menu3_active.svg") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn .ic-box {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  height: 93px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn .ic-box .ic.ic-menu1 {
  background: url("../img/ic_ecosystem_menu1.svg") no-repeat center/cover;
  width: 71px;
  height: 72px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn .ic-box .ic.ic-menu2 {
  background: url("../img/ic_ecosystem_menu2.svg") no-repeat center/cover;
  width: 60px;
  height: 74px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn .ic-box .ic.ic-menu3 {
  background: url("../img/ic_ecosystem_menu3.svg") no-repeat center/cover;
  width: 79px;
  height: 78px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn .txt-box {
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn .txt-box .main-box {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.platform-ecosystem .menu-box .menu-btn .txt-box .sub-box {
  padding-top: 7px;
  font-size: 12px;
  line-height: 16px;
  color: #AEABAB;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn .full-page-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section {
  height: 977px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section.dataroom {
  background: url("/img/dataroom.png") no-repeat top left/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section.alliance {
  background: url("/img/img_alliance_home_bg.png") no-repeat top left/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section.signature {
  background: url("/img/electronic_signautre.png") no-repeat center/cover;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section.signature::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section.valuation {
  background: url("/img/pencil_bg.png") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section.valuation::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section.bg-cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section > .close-btn {
  position: absolute;
  right: 45px;
  top: 45px;
  z-index: 100;
  background: url(../img/ic_full_layer_close.svg) no-repeat center/17px;
  background-color: #595959;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box {
  min-width: 570px;
  position: absolute;
  left: 7%;
  top: 54%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 42px;
  padding: 76px 60px 52px 80px;
  z-index: 10;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box.left-pos {
  right: unset;
  left: 9.5%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box.alliance {
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  width: 568px;
  height: 768px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box.alliance .sub-txt {
  line-height: 31px;
  font-size: 17px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .title {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.15;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .sub-txt {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  margin-top: 22px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .info-box {
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin-top: 34px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .info-box .icon-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 48px 10px 56px 12px;
  border: 7px solid #FFC000;
  border-radius: 40px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap {
  padding: 30px 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box {
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box + .con-box {
  margin-top: 35px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box .tit {
  font-size: 19px;
  font-weight: bold;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .btn-con {
  margin-top: 10px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .btn-con .login-btn {
  display: inline-block;
  width: 44px;
  height: 42px;
  background: url("/img/icon/ic_login_w.svg") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .btn-con .login-btn:hover {
  background-image: url("/img/icon/ic_login_h.svg");
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .btn-con .next-step-btn {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: url(/guest/m/images/mobile-two/part9/dot-arrow.png) no-repeat center/48px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .intro-con-box .btn-con .next-step-btn:hover {
  background-image: url(/guest/m/images/mobile-two/part9/dot-arrow-b.png);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap {
  min-width: 470px;
  min-height: 640px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border: 10px solid #FFC000;
  border-radius: 35px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .close-btn {
  position: absolute;
  right: 27px;
  top: 28px;
  z-index: 100;
  background: url(../img/ic_full_layer_close.svg) no-repeat center/cover;
  width: 22px;
  height: 22px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box {
  width: 100%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-head {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-head .title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-top: 4px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body {
  color: #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .info-txt {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .form-wrap {
  position: relative;
  margin-bottom: 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .form-wrap .form-pin {
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-radius: 34px;
  font-size: 17px;
  padding: 0px 80px 2px 30px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .form-wrap .btn-submit {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .form-wrap .btn-submit img {
  width: 38px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .pin-search {
  display: block;
  font-size: 15px;
  color: #00B0F0;
  margin: 0 30px -20px auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section {
  height: 977px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section.dataroom-page {
  background: url("/img/dataroom.png") no-repeat top left/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section.signature-page {
  background: url("/img/electronic_signautre.png") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section.signature-page::before {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section.valuation-page {
  background: url("/img/pencil_bg.png") no-repeat center/cover;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section.bg-cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section > .close-btn {
  position: absolute;
  right: 45px;
  top: 45px;
  z-index: 100;
  background: url(../img/ic_full_layer_close.svg) no-repeat center/17px;
  background-color: #595959;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box {
  min-width: 570px;
  position: absolute;
  left: 7%;
  top: 54%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 42px;
  padding: 76px 60px 52px 80px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box.left-pos {
  right: unset;
  left: 9.5%;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .title {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.15;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .sub-txt {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  margin-top: 22px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .info-box {
  display: flex;
  align-items: stretch;
  gap: 38px;
  margin-top: 34px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .info-box .icon-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 48px 10px 56px 12px;
  border: 7px solid #FFC000;
  border-radius: 40px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap {
  padding: 30px 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box {
  color: #fff;
  margin-bottom: 25px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box:last-child {
  margin-bottom: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box .tit {
  color: #FFC000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box .text {
  font-size: 13px;
  line-height: 1.8;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .btn-con {
  margin-top: 46px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .btn-con.right-align {
  text-align: right;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .btn-con .login-btn {
  display: inline-block;
  width: 164px;
  height: 48px;
  background: url(../img/btn_login.png) no-repeat center/contain;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn section.page-intro-layout .intro-section .intro-con-box .btn-con .next-step-btn {
  display: inline-block;
  width: 164px;
  height: 48px;
  background: url(../img/btn_next_step.png) no-repeat center/contain;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn {
  font-size: 12px;
  border-radius: 24px;
  padding: 14px 0 14px 42px;
  box-shadow: #c3c3c3 0px 2px 4px 0;
  border: 1px solid #bac0c2;
  cursor: pointer;
  background: url(/img/ic_write.svg) no-repeat 17px center/auto auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn:hover {
  color: white;
  background: url(/img/ic_write_white.svg) no-repeat 17px center/auto #0abafb;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .step-head-box .edit-btn.confirm {
  color: #333232;
  padding-left: 54px;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 6px 0;
  background: url(/img/ic_check_my.svg) no-repeat 20px center/16px auto, #fff;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap {
  display: flex;
  padding: 0 40px;
  margin: 30px 0 40px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button {
  color: #00B0F0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button.prev {
  padding-left: 20px;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button.prev::before {
  content: "";
  width: 15px;
  height: 8px;
  background: url(/img/ic_item_link.svg) no-repeat center/contain;
  transform: scaleX(-1);
  position: absolute;
  top: 7px;
  left: 0;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button.next {
  margin-left: auto;
}
.mypage-info-layout .onestep-layout .step-wrap .con-box .page-btn-wrap button.next::after {
  content: "";
  width: 15px;
  height: 8px;
  background: url(/img/ic_item_link.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: -20px;
}

.mypage-contents .search-list-page {
  margin-top: 0;
}
.mypage-contents .search-list-page .search-body-wrap {
  margin-top: 0;
}
.mypage-contents .search-list-page .search-body-wrap .search-list-group .list-wrap {
  padding-top: 0;
}
.mypage-contents .search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box {
  position: relative;
  padding: 20px 25px 46px;
}
.mypage-contents .search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .info-con .info-item .sub-tit {
  width: 46px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  background: #817f7f;
  border-radius: 10px;
}
.mypage-contents .remove-wrap {
  position: absolute;
  right: 14px;
  bottom: 10px;
}
.mypage-contents .remove-wrap .remove-btn {
  position: relative;
}
.mypage-contents .remove-wrap .remove-btn .ic.ic-remove {
  background: url(/img/ic_remove_small.svg) no-repeat center/cover;
  width: 32px;
  height: 31px;
}
.mypage-contents .remove-wrap:hover .option-msg-box {
  display: block;
}
.mypage-contents .remove-wrap .option-msg-box {
  display: none;
  position: absolute;
  left: 119%;
  top: 49%;
  transform: translateY(-50%);
  z-index: 1;
}
.mypage-contents .remove-wrap .option-msg-box .option-msg-txt {
  white-space: nowrap;
  padding: 9px 23px 9px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
  border-radius: 33px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.my-match-edit .match-edit-wrap {
  display: flex;
  align-items: center;
  height: 450px;
  padding: 60px 18px 60px 56px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}
.my-match-edit .match-edit-wrap .control-btns {
  padding: 0 40px;
}
.my-match-edit .match-edit-wrap .control-btns .btn-item {
  color: #000;
  background-color: #fff;
  border-color: #bfbfbf;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.my-match-edit .match-edit-wrap .control-btns .btn-item.on {
  color: #000;
  background-color: #fff;
  border-color: #bfbfbf;
}
.my-match-edit .match-edit-wrap .control-btns .btn-item.on:hover {
  color: #fff;
  border-color: #00B0F0;
  background-color: #00B0F0;
}
.my-match-edit .match-edit-wrap .match-edit-con {
  flex: 1;
  min-width: 0;
  padding: 15px 0 15px 70px;
  margin-left: 20px;
  border-left: 1px solid #585858;
}
.my-match-edit .match-edit-wrap .match-edit-con .form-detail-wrap {
  padding-right: 20px;
}
.my-match-edit .match-edit-wrap .match-edit-con .form-detail-wrap .row .item-group .item-box .tit-box {
  width: 90px;
  min-width: 90px;
  font-weight: 600;
}
.my-match-edit .match-edit-wrap .match-edit-con .form-btn-wrap {
  margin-top: 30px;
  padding-top: 20px;
  padding-right: 20px;
  border-top: 2px solid #757575;
}
.my-match-edit .match-edit-wrap .match-edit-con .form-btn-wrap .btn {
  border: 1px solid #D0D0D0;
}
.my-match-edit .match-edit-wrap .match-edit-con .alert-keyword {
  width: 100%;
  font-size: 14px;
  line-height: 42px;
  border-radius: 30px;
  background-color: #fff;
  border: 5px solid #757575;
  padding: 0 22px;
}
.my-match-edit .match-edit-wrap .match-edit-con .alert-keyword.error {
  border-color: #f0002e;
}
.my-match-edit .match-edit-wrap .match-edit-con .alert-keyword:focus {
  border-color: #00B0F0;
}
.my-match-edit .match-edit-wrap .match-edit-con .sbox .set {
  height: 43px;
}
.my-match-edit .match-edit-wrap .match-edit-con .sbox .set .set-txt {
  font-size: 14px;
  line-height: 43px;
}
.my-match-edit .match-edit-wrap .match-edit-con .sbox .select-menu {
  top: 50px;
}
.my-match-edit .match-edit-wrap .match-edit-con .sbox .select-menu .select-check-list {
  overflow-y: auto;
}

.control-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.control-btns .btn-item {
  color: #fff;
  font-size: 14px;
  width: 82px;
  height: 34px;
  padding: 0 13px;
  border-radius: 33px;
  background-color: #00B0F0;
  box-shadow: 0 3px 6px #C7CCCE;
}
.control-btns.type02 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.control-btns.type02 .btn-item {
  color: #000;
  font-size: 14px;
  width: 82px;
  height: 34px;
  padding: 0 13px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  box-shadow: none;
}
.control-btns.type02 .btn-item:hover {
  color: #fff;
  border-color: #00B0F0;
  background-color: #00B0F0;
}

article.nodata-msg-layout1 {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

article.platform-upload-layout .upload-tabs-list {
  display: flex;
  padding-bottom: 13px;
}
article.platform-upload-layout .upload-tabs-list .upload-tabs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 100%;
  font-size: 15px;
  border: 1px solid #d9d9d9;
}
article.platform-upload-layout .upload-tabs-list .upload-tabs-btn:hover {
  border: 1px solid #07bafb;
  background-color: #07bafb;
  color: #fff;
}
article.platform-upload-layout .upload-tabs-list .upload-tabs-btn.active {
  border: 1px solid #07bafb;
  background-color: #07bafb;
  color: #fff;
}
article.platform-upload-layout .upload-tabs-list .upload-tabs-btn + .upload-tabs-btn {
  margin-left: 4px;
}
article.platform-upload-layout .upload-tabs-box .tabs-box {
  display: none;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box {
  border: 1px solid #d9d9d9;
  padding: 45px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-head-box {
  font-size: 13px;
  line-height: 17px;
  padding-bottom: 24px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box {
  display: flex;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area {
  flex: 1;
  min-width: 0;
  margin-right: 10px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 288px;
  background: url("../img/img_dropzone_bg.png") no-repeat center;
  border: 0;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .ic-box {
  padding-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .ic-box .ic-drop {
  background: url("../img/ic_dropzone_upload.svg") no-repeat center/cover;
  width: 53px;
  height: 34px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .main-box {
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #8D8B8B;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .sub-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .sub-box .ic {
  margin-right: 4px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .sub-box .ic.ic-search {
  width: 12px;
  height: 13px;
  background: url("../img/ic_dropzone_search.svg") no-repeat center center/cover;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-area .dropzone .drop-box .info-box .sub-box .txt {
  font-weight: 700;
  font-size: 10px;
  color: #8D8B8B;
  text-decoration: underline;
  text-underline-position: under;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list {
  width: 120px;
  height: 100%;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-nodata {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item-wrap {
  border: 1px solid #ECECEC;
  position: relative;
  height: 76px;
  background: url("../img/ic_dropzone_upload_add.png") no-repeat center/18px 20px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item-wrap + .upload-item-wrap {
  margin-top: 30px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item {
  width: 100%;
  height: 100%;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-details {
  width: 100%;
  height: 100%;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-details img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-filename,
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-size {
  display: none;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-success-mark,
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-error-mark {
  display: none;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-remove {
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 0;
  background: url("../img/ic_upload_remove.svg") no-repeat center/cover;
  width: 22px;
  height: 22px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .img-upload-form .img-upload-list .upload-item .dz-remove:hover:after {
  content: "이미지를 삭제합니다.";
  position: absolute;
  left: 100%;
  margin-left: 10px;
  top: -6px;
  white-space: nowrap;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 18px;
  background-color: #07BAFB;
  color: #fff;
  font-size: 12px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form {
  width: 100%;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item {
  display: flex;
  align-items: center;
  width: 100%;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item + .file-upload-item {
  margin-top: 10px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  background-color: #6A6A6A;
  color: #fff;
  height: 40px;
  padding: 0 16px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item label input[type=file] {
  position: absolute;
  left: -99999px;
  transform: scale(0);
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item label .ic.ic-upload {
  background: url("../img/ic_file_upload3.svg") no-repeat center/cover;
  width: 15px;
  height: 14px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item label .txt {
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 700;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item .result-box {
  border: 1px solid #D9D9D9;
  padding: 0 16px;
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item .result-box input[type=text] {
  font-family: "Noto Sans KR";
  font-size: 11px;
  padding-right: 10px;
  outline: none;
  flex: 1;
  height: 38px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .file-upload-form .file-upload-item .result-box .remove-btn {
  display: none;
  background: url("../img/ic_file_remove.svg") no-repeat center/cover;
  width: 10px;
  height: 10px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .upload-zone {
  flex: 1;
  min-width: 0;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-body-box .upload-list {
  width: 120px;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-foot-box {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #AEADAD;
  display: flex;
  justify-content: flex-end;
}
article.platform-upload-layout .upload-tabs-box .upload-form-box .upload-form-foot-box .form-foot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CBCBCB;
  height: 31px;
  width: 72px;
  font-weight: 700;
  font-size: 12px;
}

article.today-hide-layer {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
article.today-hide-layer .hide-layer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 25px;
  background-color: #4A4949;
  padding: 0 20px;
  position: fixed;
  top: 40px;
  left: 0;
}
article.today-hide-layer .hide-layer-btn .ic {
  display: inline-flex;
  align-items: center;
}
article.today-hide-layer .hide-layer-btn .txt {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

section.section-workflow {
  width: 100%;
  height: 1250px;
  background: url("/img/bg_deal_direct3.png") no-repeat center;
  background-size: cover;
  position: relative;
}
section.section-workflow .view-box {
  position: relative;
}
section.section-workflow .view-box .statistics-wrap {
  position: absolute;
  top: 90px;
  left: 150px;
  width: 700px;
  height: 400px;
}
section.section-workflow .view-box .statistics-wrap .square-content {
  position: absolute;
  left: 107px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
section.section-workflow .view-box .statistics-wrap .square-content .num-box {
  display: flex;
  align-items: center;
  width: 370px;
  height: 100px;
  background-color: #000;
  border-radius: 50px 0 0 50px;
}
section.section-workflow .view-box .statistics-wrap .square-content .num-box.medium {
  justify-content: end;
  width: 170px;
  background-color: #333232;
  border-radius: 0 50px 50px 0;
}
section.section-workflow .view-box .statistics-wrap .square-content .num-box.medium p {
  font-size: 39px;
  padding: 0 25px 0 0;
}
section.section-workflow .view-box .statistics-wrap .square-content .num-box.small {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 1;
  right: 144px;
  width: 53px;
  height: 53px;
  background-color: #FE0D04;
  border-radius: unset;
  transform: rotate(45deg);
}
section.section-workflow .view-box .statistics-wrap .square-content .num-box.small p {
  font-size: 24px;
  padding: 0;
  transform: rotate(-45deg);
}
section.section-workflow .view-box .statistics-wrap .square-content .num-box p {
  padding-left: 60px;
  font-size: 57px;
  font-weight: bold;
  color: #fff;
}
section.section-workflow .view-box .statistics-wrap .statistics {
  position: absolute;
  z-index: 1;
}
section.section-workflow .view-box .statistics-wrap .statistics p {
  font-size: 15px;
  color: #fff;
}
section.section-workflow .view-box .statistics-wrap .statistics .arrow {
  position: absolute;
}
section.section-workflow .view-box .statistics-wrap .statistics.statistics-1 {
  top: 74px;
  right: 219px;
}
section.section-workflow .view-box .statistics-wrap .statistics.statistics-1 .arrow {
  top: 25px;
  right: 0;
  width: 35px;
}
section.section-workflow .view-box .statistics-wrap .statistics.statistics-3 {
  bottom: 111px;
  right: 22px;
}
section.section-workflow .view-box .statistics-wrap .statistics.statistics-3 .arrow {
  top: -45px;
  left: -37px;
  width: 22px;
}
section.section-workflow .view-box .statistics-wrap .statistics.statistics-4 {
  bottom: 89px;
  left: 181px;
}
section.section-workflow .view-box .statistics-wrap .statistics.statistics-4 .arrow {
  top: -67px;
  left: 176px;
  width: 29px;
}
section.section-workflow .view-box .statistics-wrap .statistics-2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 15px;
}
section.section-workflow .view-box .info-box {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 440px;
  transform: translateX(-50%);
  margin-left: 300px;
}
section.section-workflow .view-box .info-box .subject-box {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  color: #fff;
}
section.section-workflow .view-box .info-box .con-box {
  padding-top: 26px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
section.section-workflow .view-box .info-box .accent-box {
  color: #fff;
  padding-top: 50px;
  font-size: 20px;
  line-height: 27px;
  font-family: "Noto Sans KR";
}
section.section-workflow .view-box .img-box {
  display: flex;
  height: 836px;
}
section.section-workflow .view-box .img-box img {
  max-width: 100%;
  object-fit: cover;
}
section.section-workflow .step-box {
  height: 358px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0;
  padding-right: 10px;
}
section.section-workflow .step-box::-webkit-scrollbar {
  width: 8px;
}
section.section-workflow .step-box::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 5px;
}
section.section-workflow .step-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
section.section-workflow .step-box .wrap {
  display: flex;
}
section.section-workflow .step-box .img-box {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 789px;
}
section.section-workflow .step-box .img-box img {
  max-width: 100%;
}
section.section-workflow .step-box .item-list {
  padding-right: 200px;
  padding-top: 120px;
  display: flex;
  align-items: flex-start;
}
section.section-workflow .step-box .item-list .item-box {
  width: 185px;
}
section.section-workflow .step-box .item-list .item-box + .item-box {
  margin-left: 35px;
  position: relative;
}
section.section-workflow .step-box .item-list .item-box + .item-box:after {
  content: "";
  position: absolute;
  left: -35px;
  top: 50px;
  background: url(../img/img_intro_workflow_arrow.svg) no-repeat center/cover;
  width: 30px;
  height: 22px;
}
section.section-workflow .step-box .item-list .item-box .ic-box {
  height: 96px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
section.section-workflow .step-box .item-list .item-box .ic-box .ic.ic-item1 {
  width: 75px;
  height: 75px;
  background: url("../img/img_intro_workflow_item1.svg") no-repeat center/cover;
}
section.section-workflow .step-box .item-list .item-box .ic-box .ic.ic-item2 {
  width: 64px;
  height: 64px;
  background: url("../img/img_intro_workflow_item2.svg") no-repeat center/cover;
}
section.section-workflow .step-box .item-list .item-box .ic-box .ic.ic-item3 {
  width: 67px;
  height: 67px;
  background: url("../img/img_intro_workflow_item3.svg") no-repeat center/cover;
}
section.section-workflow .step-box .item-list .item-box .ic-box .ic.ic-item4 {
  width: 70px;
  height: 80px;
  background: url("../img/img_intro_workflow_item4.png") no-repeat center/cover;
}
section.section-workflow .step-box .item-list .item-box .txt-box {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
section.section-workflow .step-box .item-list .item-box .txt-box .subject-box {
  color: #000000;
}
section.section-workflow .step-box .item-list .item-box .txt-box .con-box {
  color: #000;
  padding-top: 14px;
  font-size: 13px;
  line-height: 23px;
  font-family: "Noto Sans KR";
}
section.section-workflow .step-box .item-list .item-box .txt-box .con-box .pop-keyword {
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
}

section.platform-different {
  width: 100%;
  background: url("/img/img_intro_different_bg.png") no-repeat center/cover;
  position: relative;
  height: 1079px;
}
section.platform-different .inner {
  max-width: 1822px;
}
section.platform-different .wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
section.platform-different .info-box {
  padding-bottom: 330px;
  padding-left: 1220px;
  width: 100%;
  margin: 0 0 0 auto;
}
section.platform-different .info-box .subject-box {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: -0.6px;
}
section.platform-different .info-box .con-box {
  padding-top: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.03em;
}
section.platform-different .link-box {
  padding-bottom: 236px;
  padding-left: 57px;
  display: flex;
  position: absolute;
  left: 63.4%;
}
section.platform-different .link-box .custom-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 49px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 11px;
  text-decoration: none;
  text-align: right;
  cursor: pointer;
  transition: all 0.6s ease;
}
section.platform-different .link-box .custom-btn .btn-arrow {
  width: 1.6em;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
  color: #fff;
}
section.platform-different .link-box .custom-btn .btn-text {
  margin: 0 0 0 1.5em;
  font-weight: 400;
  font-size: 18px;
  font-family: Inter;
}
section.platform-different .link-box .custom-btn:hover {
  background-color: #3654ff;
  color: #fff;
}
section.platform-different .link-box .custom-btn:hover .btn-arrow {
  transform: translateY(-50%) translateX(5px);
  color: #fff;
}
section.platform-different .link-box .custom-btn:active {
  transform: scale(0.95);
}

section.platform-search-consultant {
  background-color: #161616;
}
section.platform-search-consultant .inner {
  max-width: 1200px;
}
section.platform-search-consultant .inner .search-consultant-wrap {
  color: #fff;
  min-height: 406px;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-info-wrap .title {
  font-size: 40px;
  font-weight: 700;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-info-wrap .desc {
  font-size: 16px;
  line-height: 35px;
  margin-top: 26px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box {
  display: flex;
  align-items: center;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-img-box {
  margin-right: 70px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-img-box .default {
  transform: translateY(20px);
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box {
  position: relative;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box .search-input {
  width: 245px;
  height: 60px;
  font-size: 16px;
  padding: 0 46px 0 28px;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #fff;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box .search-input:focus {
  box-shadow: 0 0 0 2px #00b0f0;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box .search-btn {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  cursor: pointer;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-input-box .search-box .search-btn img {
  width: 19px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box {
  display: flex;
  align-items: center;
  position: relative;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .close-btn {
  position: absolute;
  right: 28px;
  top: -46px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .close-btn img {
  width: 14px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .close-btn-consultant {
  position: absolute;
  right: 28px;
  top: -46px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .close-btn-consultant img {
  width: 14px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box {
  min-width: 378px;
  margin-left: 88px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box .title {
  font-size: 20px;
  padding-left: 8px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box .title .role {
  font-size: 16px;
  margin-left: 7px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box .career {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 10px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box .result-info-box .career .edu {
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box.warning {
  justify-content: center;
  text-align: center;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box.warning .close-btn {
  right: 0;
  top: -30px;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box.warning .warning-box .title {
  color: #fc0303;
  font-size: 38px;
  font-weight: 600;
}
section.platform-search-consultant .inner .search-consultant-wrap .search-form-wrap .search-result-box.warning .warning-box .desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 26px;
}

section.platform-ecosystem {
  height: 1054px;
  background: url("../img/img_intro_ecosystem_bg.png") no-repeat center/cover;
}
section.platform-ecosystem .info-box {
  padding-top: 122px;
}
section.platform-ecosystem .info-box .subject-box {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}
section.platform-ecosystem .info-box .con-box {
  padding-top: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
section.platform-ecosystem .menu-box {
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
}
section.platform-ecosystem .menu-box .menu-btn {
  display: block;
  width: 130px;
  text-align: center;
}
section.platform-ecosystem .menu-box .menu-btn + .menu-btn {
  margin-left: 25px;
}
section.platform-ecosystem .menu-box .menu-btn:hover .ic-box .ic.ic-menu1 {
  background: url("../img/ic_ecosystem_menu1_active.svg") no-repeat center/cover;
}
section.platform-ecosystem .menu-box .menu-btn:hover .ic-box .ic.ic-menu2 {
  background: url("../img/ic_ecosystem_menu2_active.svg") no-repeat center/cover;
}
section.platform-ecosystem .menu-box .menu-btn:hover .ic-box .ic.ic-menu3 {
  background: url("../img/ic_ecosystem_menu3_active.svg") no-repeat center/cover;
}
section.platform-ecosystem .menu-box .menu-btn .ic-box {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  height: 93px;
}
section.platform-ecosystem .menu-box .menu-btn .ic-box .ic.ic-menu1 {
  background: url("../img/ic_ecosystem_menu1.svg") no-repeat center/cover;
  width: 71px;
  height: 72px;
}
section.platform-ecosystem .menu-box .menu-btn .ic-box .ic.ic-menu2 {
  background: url("../img/ic_ecosystem_menu2.svg") no-repeat center/cover;
  width: 60px;
  height: 74px;
}
section.platform-ecosystem .menu-box .menu-btn .ic-box .ic.ic-menu3 {
  background: url("../img/ic_ecosystem_menu3.svg") no-repeat center/cover;
  width: 79px;
  height: 78px;
}
section.platform-ecosystem .menu-box .menu-btn .txt-box {
  color: #fff;
}
section.platform-ecosystem .menu-box .menu-btn .txt-box .main-box {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
section.platform-ecosystem .menu-box .menu-btn .txt-box .sub-box {
  padding-top: 7px;
  font-size: 12px;
  line-height: 16px;
  color: #AEABAB;
}

.full-page-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}

section.login-page-layer .login-page-wrap .page-contents .register-form .textBox {
  position: absolute;
  top: 181px;
  height: 804px;
  width: 100%;
  background: #fff;
  padding-left: 88px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form .textBox h1 {
  margin: 0 0 16px 0;
  color: rgba(37, 37, 37, 0.9);
  font-size: 88px;
  font-family: "Roboto";
  font-weight: bold;
  letter-spacing: -0.03em;
  display: block;
}
section.login-page-layer .login-page-wrap .page-contents .register-form .textBox p {
  font-family: "Noto Sans";
  color: rgba(37, 37, 37, 0.9);
  font-size: 18px;
  margin: 0;
  line-height: 29px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUsWrap {
  height: 985px;
  overflow: hidden;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUsBg {
  background: url("/img/joinBg.svg") no-repeat;
  width: 1285px;
  height: 985px;
  position: absolute;
  right: 0;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUsBg .close-btn {
  width: 53px;
  height: 53px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs {
  position: absolute;
  bottom: 0;
  right: 204px;
  display: flex;
  justify-content: space-between;
  width: 1201px;
  height: 686px;
  padding: 70px 118px 70px 112px;
  background: rgba(0, 0, 0, 0.9);
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs.find-pin {
  padding: 70px 89px 76px 112px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs * {
  font-family: "Noto Sans";
  font-weight: 400;
  color: #fff;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .description-content .title {
  font-family: "Noto Sans CJK KR";
  font-size: 26px;
  font-weight: 500;
  padding-left: 4px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .description-content .description {
  padding-top: 21px;
  font-size: 14px;
  line-height: 29px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 30px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content input {
  width: 298px;
  height: 54px;
  padding: 0 20px;
  background-color: rgba(37, 37, 37, 0.9);
  border-bottom: 2px solid #838383;
  border-radius: 4px 4px 0 0;
  font-size: 17px;
  transition: all 0.3s ease;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content input.error {
  border-color: #d1180b;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content input::placeholder {
  color: #fff;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content input:hover {
  background-color: #313131;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content input:active, section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content input:focus {
  background-color: #101010;
  border-color: #4cc2ff;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content input:active::placeholder, section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content input:focus::placeholder {
  color: transparent;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content .btn-box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  padding-right: 16px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content .btn-box .btn {
  font-size: 16px;
  cursor: pointer;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .input-content .btn-box .divider {
  width: 1px;
  height: 12px;
  background-color: #fff;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .verify-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 35px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .verify-content p {
  font-family: "Noto Sans CJK KR";
  font-size: 20px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .verify-content .verify-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 442px;
  height: 136px;
  padding: 0 19px 0 38px;
  background-color: #00B0F0;
  border-radius: 14px;
  cursor: pointer;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .verify-content .verify-box .phone {
  width: 49px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .verify-content .verify-box .text-box {
  display: flex;
  align-items: center;
  gap: 35px;
}
section.login-page-layer .login-page-wrap .page-contents .register-form.partner .joinUs .verify-content .verify-box .text-box .arrow {
  width: 11px;
}

section.home-intro-layout .intro-section {
  height: 977px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section.home-intro-layout .intro-section.dataroom {
  background: url("/img/dataroom.png") no-repeat top left/cover;
}
section.home-intro-layout .intro-section.dataroom .opacity-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
section.home-intro-layout .intro-section.dataroom .show-service-btn {
  right: 108px;
  bottom: 88px;
}
section.home-intro-layout .intro-section.alliance {
  background: url("/img/img_alliance_home_bg.png") no-repeat top left/cover;
}
section.home-intro-layout .intro-section.signature {
  background: url("/img/electronic_signautre.png") no-repeat center/cover;
  position: relative;
}
section.home-intro-layout .intro-section.signature::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
section.home-intro-layout .intro-section.valuation {
  background: url("/img/pencil_bg.png") no-repeat center/cover;
}
section.home-intro-layout .intro-section.valuation::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
section.home-intro-layout .intro-section.bg-cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.home-intro-layout .intro-section > .close-btn {
  position: absolute;
  right: 45px;
  top: 45px;
  z-index: 100;
  background: url(../img/ic_full_layer_close.svg) no-repeat center/17px;
  background-color: #595959;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
section.home-intro-layout .intro-section .intro-con-box {
  min-width: 570px;
  position: absolute;
  left: 7%;
  top: 54%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 42px;
  padding: 76px 60px 52px 80px;
  z-index: 10;
}
section.home-intro-layout .intro-section .intro-con-box.left-pos {
  right: unset;
  left: 9.5%;
}
section.home-intro-layout .intro-section .intro-con-box.alliance {
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  width: 568px;
  height: 768px;
}
section.home-intro-layout .intro-section .intro-con-box.alliance .sub-txt {
  line-height: 31px;
  font-size: 17px;
}
section.home-intro-layout .intro-section .intro-con-box .title {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.15;
}
section.home-intro-layout .intro-section .intro-con-box .sub-txt {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  margin-top: 22px;
}
section.home-intro-layout .intro-section .intro-con-box .info-box {
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin-top: 34px;
}
section.home-intro-layout .intro-section .intro-con-box .info-box .icon-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 48px 10px 56px 12px;
  border: 7px solid #FFC000;
  border-radius: 40px;
}
section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap {
  padding: 30px 0;
}
section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box {
  color: #fff;
}
section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box + .con-box {
  margin-top: 35px;
}
section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box .tit {
  font-size: 19px;
  font-weight: bold;
}
section.home-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
}
section.home-intro-layout .intro-section .intro-con-box .btn-con {
  margin-top: 10px;
}
section.home-intro-layout .intro-section .intro-con-box .btn-con .login-btn {
  display: inline-block;
  width: 44px;
  height: 42px;
  background: url("/img/icon/ic_login_w.svg") no-repeat center/cover;
}
section.home-intro-layout .intro-section .intro-con-box .btn-con .login-btn:hover {
  background-image: url("/img/icon/ic_login_h.svg");
}
section.home-intro-layout .intro-section .intro-con-box .btn-con .next-step-btn {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: url(/guest/m/images/mobile-two/part9/dot-arrow.png) no-repeat center/48px;
}
section.home-intro-layout .intro-section .intro-con-box .btn-con .next-step-btn:hover {
  background-image: url(/guest/m/images/mobile-two/part9/dot-arrow-b.png);
}
section.home-intro-layout .intro-section .auth-login-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 586px;
  background-color: #000;
  border: 10px solid #FEC100;
  border-radius: 21px;
  padding: 0 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
section.home-intro-layout .intro-section .auth-login-wrap .close-btn {
  position: absolute;
  right: 27px;
  top: 28px;
  z-index: 100;
  background: url(../img/ic_full_layer_close.svg) no-repeat center/cover;
  width: 22px;
  height: 22px;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box {
  width: 100%;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-head img {
  width: 97px;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-head .title {
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body {
  color: #fff;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .info-txt {
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .form-wrap {
  position: relative;
  margin-bottom: 16px;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .form-wrap .form-pin {
  width: 100%;
  height: 53px;
  border-radius: 50px;
  font-family: "Noto Sans";
  font-size: 17px;
  padding: 0px 30px 2px 30px;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .form-wrap .btn-submit {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .form-wrap .btn-submit img {
  width: 21px;
}
section.home-intro-layout .intro-section .auth-login-wrap .login-con-box .con-body .pin-search {
  display: flex;
  justify-content: end;
  width: 100%;
  padding-right: 20px;
  font-family: "Noto Sans";
  font-size: 14px;
  color: white;
}

section.page-intro-layout .intro-section {
  height: 977px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section.page-intro-layout .intro-section.dataroom-page {
  background: url("/img/dataroom.png") no-repeat top left/cover;
}
section.page-intro-layout .intro-section.signature-page {
  background: url("/img/electronic_signautre.png") no-repeat center/cover;
}
section.page-intro-layout .intro-section.signature-page::before {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
section.page-intro-layout .intro-section.valuation-page {
  background: url("/img/pencil_bg.png") no-repeat center/cover;
}
section.page-intro-layout .intro-section.bg-cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.page-intro-layout .intro-section > .close-btn {
  position: absolute;
  right: 45px;
  top: 45px;
  z-index: 100;
  background: url(../img/ic_full_layer_close.svg) no-repeat center/17px;
  background-color: #595959;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
section.page-intro-layout .intro-section .intro-con-box {
  min-width: 570px;
  position: absolute;
  left: 7%;
  top: 54%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 42px;
  padding: 76px 60px 52px 80px;
}
section.page-intro-layout .intro-section .intro-con-box.left-pos {
  right: unset;
  left: 9.5%;
}
section.page-intro-layout .intro-section .intro-con-box .title {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.15;
}
section.page-intro-layout .intro-section .intro-con-box .sub-txt {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  margin-top: 22px;
}
section.page-intro-layout .intro-section .intro-con-box .info-box {
  display: flex;
  align-items: stretch;
  gap: 38px;
  margin-top: 34px;
}
section.page-intro-layout .intro-section .intro-con-box .info-box .icon-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 48px 10px 56px 12px;
  border: 7px solid #FFC000;
  border-radius: 40px;
}
section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap {
  padding: 30px 0;
}
section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box {
  color: #fff;
  margin-bottom: 25px;
}
section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box:last-child {
  margin-bottom: 0;
}
section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box .tit {
  color: #FFC000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
section.page-intro-layout .intro-section .intro-con-box .info-box .text-wrap .con-box .text {
  font-size: 13px;
  line-height: 1.8;
}
section.page-intro-layout .intro-section .intro-con-box .btn-con {
  margin-top: 46px;
}
section.page-intro-layout .intro-section .intro-con-box .btn-con.right-align {
  text-align: right;
}
section.page-intro-layout .intro-section .intro-con-box .btn-con .login-btn {
  display: inline-block;
  width: 164px;
  height: 48px;
  background: url(../img/btn_login.png) no-repeat center/contain;
}
section.page-intro-layout .intro-section .intro-con-box .btn-con .next-step-btn {
  display: inline-block;
  width: 164px;
  height: 48px;
  background: url(../img/btn_next_step.png) no-repeat center/contain;
}

/* From Uiverse.io by reshades */
.button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 8.5em;
  height: 2.9em;
  border: #3654ff 0.2em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
}
.button:hover {
  background-color: #3654ff;
  cursor: pointer;
}
.button svg {
  width: 1.6em;
  margin: -0.2em 0.8em 1em;
  position: absolute;
  display: flex;
  transition: all 0.6s ease;
}
.button:hover svg {
  transform: translateX(5px);
}
.button .text {
  margin: 0 1.5em;
}
