@charset "UTF-8";
.ctr_tab_btns_wrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 1rem;
}

.ctr_tab_btns {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 400px;
}
@media (max-width: 480px) {
  .ctr_tab_btns {
    width: 100%;
  }
}
.ctr_tab_btns .ctr_tab_btn {
  padding: 1rem 1.5rem;
}

@media (max-width: 480px) {
  .create_sign_btns {
    width: 100%;
    flex-wrap: wrap;
  }
}

.contain {
  margin: 0 auto;
  max-width: 480px;
}

.active {
  display: none;
}

.ctr_tab_btn {
  padding: 8px 14px;
  background: transparent;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.ctr_tab_btn:not(:nth-child(3)) {
  margin-right: 10px;
}

.highlight {
  position: absolute;
  border-bottom: 3px solid var(--violet_P);
  z-index: 1;
  width: 33%;
  top: 0px;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in;
}

.temp_bo_table {
  border-collapse: collapse;
}
.temp_bo_table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  margin-top: 10px;
}
.temp_bo_table tbody tr {
  background-color: white;
  padding: 0 1.4rem;
  display: flex;
  position: relative;
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr {
    flex-direction: column;
    padding: 14px 1.4rem;
  }
}
.temp_bo_table tbody tr:first-child {
  border-top: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr:first-child {
    display: none;
  }
}
.temp_bo_table tbody tr .td_left {
  /* flex: 1.3; */
  display: flex;
  align-items: center;
  height: 60px;
}
.temp_bo_table tbody tr .td_left .temp_name {
  display: flex;
}
.temp_bo_table tbody tr .td_left .temp_name .checkbox_wrap {
  align-items: center;
}
.temp_bo_table tbody tr .td_left .temp_name .checkbox_wrap .check_box_wrap {
  margin-right: 10px;
}
.temp_bo_table tbody tr .td_left .temp_name .subject_tit {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
}
.temp_bo_table tbody tr .td_left .temp_name .subject_tit .updown_sort {
  display: flex;
  flex-direction: column;
  margin-left: 0 !important;
  margin-top: 2px;
}
.temp_bo_table tbody tr .td_left .temp_name .subject_tit:hover {
  transition: all 0.3s ease-out;
  color: var(--violet_P);
}
.temp_bo_table tbody tr .td_left .temp_name .subject_tit .subject_tit_p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--second_09);
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr .td_left .temp_name .subject_tit .subject_tit_p {
    padding-right: 12px;
  }
}
.temp_bo_table tbody tr .td_left .temp_name .subject_tit .th_tit {
  font-weight: 600;
  font-size: 14px;
  color: var(--second_05);
  display: flex !important;
}
.temp_bo_table tbody tr .td_right {
  display: flex;
  /* flex: 1.2; */
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--second_05);
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr .td_right:nth-of-type(2) p:nth-of-type(4) {
    text-align: left;
    margin-bottom: 4px;
  }
}
.temp_bo_table tbody tr .td_right .th_tit {
  display: flex;
}
.temp_bo_table tbody tr .td_right .favorite:nth-of-type(4) {
  flex: 0.4;
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr .td_right .favorite:nth-of-type(4) {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.9rem 1rem 0 0;
  }
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr .td_right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 0 0 30px;
  }
}
.temp_bo_table tbody tr .td_right .bookmark {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  height: 38px;
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr .td_right .bookmark {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2.5rem;
  }
}
.temp_bo_table tbody tr .td_right .bookmark img {
  margin: 0 auto;
  position: absolute;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.temp_bo_table tbody tr .td_right p {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
  text-align: left;
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr .td_right p {
    overflow: inherit;
  }
}
.temp_bo_table tbody tr .td_right p > img {
  margin-left: 6px;
  position: relative;
  top: 3px;
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr .td_right p > img {
    margin-left: inherit;
  }
}
.temp_bo_table tbody tr .td_right p:nth-child(1) {
  flex: 1;
}
.temp_bo_table tbody tr .td_right p:nth-child(2) {
  flex: 1;
}
.temp_bo_table tbody tr .td_right p:nth-child(3) {
  flex: 1;
}
.temp_bo_table tbody tr .td_right p:nth-child(4) {
  flex: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}
@media (max-width: 1024px) {
  .temp_bo_table tbody tr .td_right p:nth-child(4) {
    overflow: inherit;
  }
}
.temp_bo_table tbody .pay_info_tr .pay_info_td {
  flex: 0.5;
}
.temp_bo_table tbody .pay_info_tr .pay_info_td_r p:first-child {
  width: 300px;
  flex: 2;
}
.temp_bo_table tbody .pay_info_tr .pay_info_td_r p:last-child {
  text-align: left;
}
@media (max-width: 690px) {
  .temp_bo_table tbody .pay_info_tr .pay_info_td_r {
    padding: 0;
  }
}

tr {
  display: inline-block;
}
tr .temp_start_view {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6rem 0;
  height: inherit !important;
}
tr .temp_start_view .p_wrap {
  margin-top: 2rem;
}
tr .temp_start_view .p_wrap h1 {
  margin-bottom: 1rem;
}
tr .temp_start_view .p_wrap p {
  margin-bottom: 2rem;
}
tr .temp_start_view .p_wrap button {
  background-color: var(--violet_P);
  color: white;
  border-radius: 5px;
  padding: 0 20px;
  height: 35px;
  font-weight: 500;
}

.updown_sort {
  display: flex;
  flex-direction: column;
  margin-left: 4px;
  margin-top: 2px;
}

@media (max-width: 690px) {
  .payhistory {
    width: 95%;
  }
}

.pay_means {
  width: 690px;
  margin: 0 auto;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
@media (max-width: 690px) {
  .pay_means {
    width: 95%;
  }
}
.pay_means h1 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.pay_means .pay_means_box {
  padding: 1.5rem;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pay_means .pay_means_box h2 {
  font-size: 18px;
}
.pay_means .pay_means_box .hr_paymeans {
  height: 1px;
  width: 100%;
}
.pay_means .pay_means_box .bank_account {
  display: flex;
  justify-content: space-between;
}
.pay_means .pay_means_box .bank_account > a {
  font-size: 13px;
  color: var(--violet_P);
}
.pay_means .pay_means_box .bank_account > a:hover {
  text-decoration: underline;
}

.foo::before {
  content: attr(data-text);
}

.prefix_tit1::before {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  padding-right: 8px;
  display: none;
  content: attr(data-text);
}
@media (max-width: 690px) {
  .prefix_tit1::before {
    display: flex;
    flex-direction: row;
    width: 70px;
    display: inline;
  }
}

.prefix_tit2::before {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  padding-right: 8px;
  display: none;
  content: attr(data-text);
}
@media (max-width: 690px) {
  .prefix_tit2::before {
    display: flex;
    flex-direction: row;
    width: 70px;
    display: inline;
  }
}

.prefix_tit3::before {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  padding-right: 8px;
  display: none;
  content: attr(data-text);
}
@media (max-width: 690px) {
  .prefix_tit3::before {
    display: flex;
    flex-direction: row;
    width: 70px;
    display: inline;
  }
}

.prefix_tit4::before {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  padding-right: 8px;
  display: none;
  content: attr(data-text);
}
@media (max-width: 690px) {
  .prefix_tit4::before {
    display: flex;
    flex-direction: row;
    width: 70px;
    display: inline;
  }
}

.prefix_tit5::before {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  padding-right: 8px;
  display: none;
  content: attr(data-text);
}
@media (max-width: 690px) {
  .prefix_tit5::before {
    display: flex;
    flex-direction: row;
    width: 70px;
    display: inline;
  }
}

.payhistory_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payhistory_hd h1 {
  font-size: 20px;
}
@media (max-width: 690px) {
  .payhistory_hd {
    flex-direction: column;
    align-items: flex-start;
  }
  .payhistory_hd h1 {
    margin-bottom: 10px;
  }
}
.payhistory_hd .payhistory_filter {
  display: flex;
  gap: 1rem;
}
.payhistory_hd .payhistory_filter > .sign_sort {
  position: relative;
}
.payhistory_hd .payhistory_filter > .sign_sort .search_input {
  height: 38px;
}
.payhistory_hd .payhistory_filter > .sign_sort .search_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}

.send_ctr p:nth-of-type(3) {
  width: 280px !important;
}

.popup_Progress {
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 450px;
  min-height: 221px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}
.popup_Progress h1,
.popup_Progress p {
  text-align: center;
}
.popup_Progress h1 {
  color: var(--black);
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700;
}
.popup_Progress p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.popup_Progress .Progressbar_wrap {
  margin: 0 auto;
  position: relative;
  width: 300px;
  margin-top: 40px;
}
.popup_Progress #Progressbar {
  background-color: var(--violet_P);
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 10px;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
}
.popup_Progress #gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 10px;
}
.popup_Progress #mask {
  overflow: hidden;
  position: absolute;
  font-size: 1px;
  width: 300px;
  height: 15px;
  background-color: var(--second_03);
  left: 0px;
  top: 0px;
}
.popup_Progress #progressIndicator {
  text-align: center;
  position: absolute;
  top: -24px;
  left: 0px;
  width: 300px;
  height: 15px;
  font-family: verdana;
  font-weight: bold;
  color: var(--black);
  font-size: 10pt;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: var(--black);
}
.popup_Progress .popup_Progress_userset > h1 {
  font-size: 20px;
  font-weight: 600;
  color: black;
  padding-top: 3rem;
}
.popup_Progress .popup_Progress_userset > p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 2rem;
}
.popup_Progress .popup_Progress_done {
  padding: 2.5rem;
  text-align: center;
}
.popup_Progress .popup_Progress_done img {
  margin-bottom: 1rem;
}
.popup_Progress .popup_Progress_done h1 {
  padding: 1rem 0;
}
.popup_Progress .popup_Progress_done p {
  color: var(--second_05);
  padding: 1rem 0;
}
.popup_Progress .popup_Progress_done input[type=button] {
  width: 170px;
  height: 35px;
  padding: 0;
  cursor: pointer;
  margin-bottom: 1rem;
}
.popup_Progress .btn_violet {
  width: 140px !important;
  height: 50px !important;
  font-size: 15px !important;
}
.popup_Progress .sign_sort_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.popup_Progress .sign_sort_wrap .sign_sort {
  width: 100%;
  height: 50px !important;
}
.popup_Progress .sign_sort_wrap .sign_sort input[type=text] {
  margin: 0;
  box-shadow: inherit;
  border: 1px solid var(--second_03);
}
.popup_Progress .sign_sort_wrap .cont_select {
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: inherit;
}
.popup_Progress .sign_sort_wrap .cont_select .btn_select {
  height: 50px;
  border: 1px solid var(--second_03);
  background: url("/imgs/ic_18_down.svg") center right 14px no-repeat;
}
.popup_Progress .sign_sort_wrap .cont_select .list_item {
  z-index: 999;
  top: 45px;
}
.popup_Progress .input_tit {
  justify-content: flex-start;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--second_06);
}
.popup_Progress .input_tit:nth-of-type(2) {
  margin-top: 2rem;
}

.cont_select_1,
.cont_select_2 {
  display: flex;
  align-items: center;
  box-shadow: inherit;
}
.cont_select_1 #selec_1,
.cont_select_1 #selec_2,
.cont_select_2 #selec_1,
.cont_select_2 #selec_2 {
  flex: 1;
  height: 50px;
  border: 1px solid var(--second_03);
  background: url("/imgs/_02-4.svg") center right 14px no-repeat;
}
.cont_select_1 #selec_1_li,
.cont_select_1 #selec_2_li,
.cont_select_2 #selec_1_li,
.cont_select_2 #selec_2_li {
  z-index: 999;
  top: 50px;
}

.sign_draw_wrap.on {
  z-index: 500;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.sign_draw_wrap {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}
.sign_draw_wrap .sign_draw_contain {
  width: 640px;
  height: 95%;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
@media (max-width: 640px) {
  .sign_draw_wrap .sign_draw_contain {
    width: 95%;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_menu {
  background-color: var(--violet_bg);
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_menu .tab_btn {
  cursor: pointer;
  height: 82px;
  background-size: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--second_06);
  font-weight: 700;
}
.sign_draw_wrap .sign_draw_contain .btn_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  padding: 1rem;
}
.sign_draw_wrap .sign_draw_contain > h1 {
  font-size: 20px;
  padding: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content::-webkit-scrollbar {
  width: 2px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content::-webkit-scrollbar-thumb {
  background-color: var(--second_04);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content::-webkit-scrollbar-track {
  background-color: var(--second_03);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .sign_draw_del_btn {
  cursor: pointer;
  text-align: right;
  padding: 10px 0;
  text-decoration: underline;
  font-size: 14px;
  color: var(--violet_P);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step1 {
  width: 100%;
  height: 300px;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step2 {
  width: 100%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step2 .content_list_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
  gap: 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step2 .img_wrap {
  border-radius: 6px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--second_03);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 {
  width: 100%;
}
@media (max-width: 1024px) {
  .sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 {
    width: 100%;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .content_list_wrap {
  height: 300px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box {
  border: 2px solid var(--second_03);
  background-color: var(--second_01);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_com {
  padding: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_com .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_com .my_com_file_drop {
  text-align: center;
  padding: 2rem 0 0;
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_com .my_com_file_drop > img {
  height: 40px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_com .my_com_file_drop > p {
  padding: 1rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_com .my_com_file_drop .or_comment {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_com .my_com_file_drop .or_comment hr {
  position: absolute;
  border: none;
  height: 1px;
  width: 40%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_com .my_com_file_drop .or_comment span {
  position: absolute;
  display: inline-block;
  background-color: white;
  padding: 0 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_cloud {
  padding: 0 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_cloud .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_cloud .cloud_move {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 14px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .my_file_box .my_cloud .cloud_move > input[type=button] {
  cursor: pointer;
  background-color: white;
  width: 100%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .file_desc {
  margin: 1rem 0 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .file_desc p {
  font-size: 15px;
  padding-top: 4px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .url {
  display: inline-block;
  margin-bottom: 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 #url {
  display: inline-block;
  margin-bottom: 6rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .img_edit_area {
  display: flex;
  justify-content: space-between;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .img_edit_area .img_canvas {
  width: 408px;
  height: 164px;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .img_edit_area .img_edit_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .img_edit_area .img_edit_btn > input[type=button] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  height: 35px;
  padding: 0;
  font-weight: 600;
  color: var(--second_06);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_sign_step3 .img_edit_area .img_edit_btn > input[type=button]:focus {
  border: 1px solid var(--violet_P);
  outline: 3px solid var(--violet_D);
  color: var(--violet_P);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step1,
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step2 {
  width: 100%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step1 .content_list_wrap,
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step2 .content_list_wrap {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step1 .img_wrap,
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step2 .img_wrap {
  border-radius: 6px;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--second_03);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 {
  width: 100%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .content_list_wrap {
  height: 300px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box {
  border: 2px solid var(--second_03);
  background-color: var(--second_01);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_com {
  padding: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_com .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_com .my_com_file_drop {
  text-align: center;
  padding: 2rem;
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_com .my_com_file_drop > img {
  height: 40px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_com .my_com_file_drop > p {
  padding: 1rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_com .my_com_file_drop .or_comment {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_com .my_com_file_drop .or_comment hr {
  position: absolute;
  border: none;
  height: 1px;
  width: 40%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_com .my_com_file_drop .or_comment span {
  position: absolute;
  display: inline-block;
  background-color: white;
  padding: 0 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_cloud {
  padding: 0 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_cloud .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_cloud .cloud_move {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 14px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .my_file_box .my_cloud .cloud_move > input[type=button] {
  cursor: pointer;
  background-color: white;
  width: 100%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .file_desc {
  margin: 1rem 0 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .file_desc p {
  font-size: 15px;
  padding-top: 4px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .img_edit_area {
  display: flex;
  justify-content: space-between;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .img_edit_area .img_canvas {
  width: 408px;
  height: 164px;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .img_edit_area .img_edit_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .img_edit_area .img_edit_btn > input[type=button] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  height: 35px;
  padding: 0;
  font-weight: 600;
  color: var(--second_06);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .add_stamp_step3 .img_edit_area .img_edit_btn > input[type=button]:focus {
  border: 1px solid var(--violet_P);
  outline: 3px solid var(--violet_D);
  color: var(--violet_P);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .profile_name_input > label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .submit_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .submit_btn_wrap .submit_btn {
  width: 150px;
}

.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .Share_pop_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content .cotent_wrap .Share_pop_btn_wrap .submit_btn {
  width: 150px;
}
.sign_draw_wrap .sign_draw_contain .bottom_btn {
  border: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  height: 60px;
}
.sign_draw_wrap .sign_draw_contain .confirm_btn {
  width: 100%;
  height: 60px;
  background-color: var(--violet_P);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.sign_draw_contain_tab {
  width: 640px;
  background-color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .sign_draw_contain_tab {
    width: 95%;
  }
}
.sign_draw_contain_tab .sign_draw_menu {
  background-color: var(--violet_bg);
  display: flex;
  padding: 0 1rem;
}
.sign_draw_contain_tab .sign_draw_menu .tab_btn {
  cursor: pointer;
  height: 82px;
  background-size: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--second_06);
  font-weight: 700;
  width: 100%;
}
.sign_draw_contain_tab .sign_draw_content_wrap {
  display: flex;
  height: 95%;
  background-color: white;
  padding-bottom: 70px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap {
  width: 100%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content {
  padding: 0 1rem;
  width: 100%;
  height: 95%;
  padding-bottom: 40px;
  padding: 2rem;
  overflow-y: auto;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content::-webkit-scrollbar {
  width: 2px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content::-webkit-scrollbar-thumb {
  background-color: var(--violet_PL);
  border-radius: 5px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content::-webkit-scrollbar-track {
  background-color: var(--violet_bg);
  border-radius: 5px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content > h1 {
  font-size: 20px;
  padding: 1rem 0;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .sign_draw_del_btn {
  cursor: pointer;
  text-align: right;
  padding: 10px 0;
  text-decoration: underline;
  font-size: 14px;
  color: var(--violet_P);
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step1 {
  height: 50%;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step2 {
  width: 100%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step2 .content_list_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
  gap: 10px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step2 .img_wrap {
  border-radius: 6px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--second_03);
  overflow: hidden;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 {
  width: 100%;
}
@media (max-width: 1024px) {
  .sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 {
    width: 100%;
  }
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .content_list_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
  gap: 10px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box {
  border: 2px solid var(--second_03);
  background-color: var(--second_01);
  border-radius: 5px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com {
  padding: 2rem;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop {
  text-align: center;
  padding: 2rem 0 0;
  border-radius: 5px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop > img {
  height: 40px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop > p {
  padding: 1rem;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop .or_comment {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop .or_comment hr {
  position: absolute;
  border: none;
  height: 1px;
  width: 40%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop .or_comment span {
  position: absolute;
  display: inline-block;
  background-color: white;
  padding: 0 10px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_cloud {
  padding: 0 2rem;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_cloud .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_cloud .cloud_move {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 14px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_cloud .cloud_move > input[type=button] {
  cursor: pointer;
  background-color: white;
  width: 100%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .file_desc {
  margin: 1rem 0 2rem;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .file_desc p {
  font-size: 15px;
  padding-top: 4px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .url {
  display: inline-block;
  margin-bottom: 10px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 #url {
  display: inline-block;
  margin-bottom: 6rem;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .img_edit_area {
  display: flex;
  justify-content: space-between;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .img_edit_area .img_canvas {
  width: 408px;
  height: 164px;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .img_edit_area .img_edit_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .img_edit_area .img_edit_btn > input[type=button] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  height: 35px;
  padding: 0;
  font-weight: 600;
  color: var(--second_06);
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_sign_step3 .img_edit_area .img_edit_btn > input[type=button]:focus {
  border: 1px solid var(--violet_P);
  outline: 3px solid var(--violet_D);
  color: var(--violet_P);
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step1,
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step2 {
  width: 100%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step1 .content_list_wrap,
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step2 .content_list_wrap {
  width: 100%;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 600px) {
  .sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step1 .content_list_wrap,
  .sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step2 .content_list_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step1 .img_wrap,
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step2 .img_wrap {
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 12px;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step1 .img_wrap img,
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step2 .img_wrap img {
  width: 100%;
  height: auto;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 {
  width: 100%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .content_list_wrap {
  height: 300px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box {
  border: 2px solid var(--second_03);
  background-color: var(--second_01);
  border-radius: 5px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com {
  padding: 2rem;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop {
  text-align: center;
  padding: 2rem;
  border-radius: 5px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop > img {
  height: 40px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop > p {
  padding: 1rem;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop .or_comment {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop .or_comment hr {
  position: absolute;
  border: none;
  height: 1px;
  width: 40%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop .or_comment span {
  position: absolute;
  display: inline-block;
  background-color: white;
  padding: 0 10px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_cloud {
  padding: 0 2rem;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_cloud .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_cloud .cloud_move {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 14px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_cloud .cloud_move > input[type=button] {
  cursor: pointer;
  background-color: white;
  width: 100%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .file_desc {
  margin: 1rem 0 2rem;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .file_desc p {
  font-size: 15px;
  padding-top: 4px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .img_edit_area {
  display: flex;
  justify-content: space-between;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .img_edit_area .img_canvas {
  width: 408px;
  height: 164px;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .img_edit_area .img_edit_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .img_edit_area .img_edit_btn > input[type=button] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  height: 35px;
  padding: 0;
  font-weight: 600;
  color: var(--second_06);
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .add_stamp_step3 .img_edit_area .img_edit_btn > input[type=button]:focus {
  border: 1px solid var(--violet_P);
  outline: 3px solid var(--violet_D);
  color: var(--violet_P);
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .profile_name_input > label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .submit_btn_wrap {
  display: flex;
  justify-content: center;
  background-color: var(--violet_P);
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .submit_btn_wrap .submit_btn {
  border-radius: inherit;
  width: 50%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .submit_btn_wrap .submit_btn:not(:first-child) {
  background-color: var(--violet_PL);
}

.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .Share_pop_btn_wrap {
  display: flex;
  justify-content: center;
  background-color: var(--violet_P);
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .Share_pop_btn_wrap .submit_btn {
  border-radius: inherit;
  width: 50%;
}
.sign_draw_contain_tab .sign_draw_content_wrap .cotent_wrap .sign_draw_content .Share_pop_btn_wrap .submit_btn:not(:first-child) {
  background-color: var(--violet_PL);
}

.signMade,
.signMade2 {
  border-radius: 5px;
  position: absolute;
  background: white;
  z-index: 1;
  width: 33.3333%;
  padding: 6px;
  height: 54px;
  top: 13px;
  left: 1rem;
  margin-right: 1rem;
  bottom: 0;
  transition: all 0.3s ease-in;
}

.tab_btn1,
.tab_btn2,
.BasicIn_Infomation,
.available_Members{
  z-index: 2;
}

.input_el {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}
.input_el .color_palette {
  position: absolute;
  z-index: 10;
  top: 48px;
  margin-left: 148px;
}
.input_el .color_palette .color_wrap {
  width: 202px;
  background-color: white;
  padding: 10px 10px 16px;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
}
.input_el .color_palette .color_wrap::after {
  content: "";
  background: url("/imgs/triangle.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 14px;
  top: -20px;
  width: 26px;
  height: 26px;
  text-align: center;
  color: white;
  z-index: 1;
}
.input_el .color_palette .color_wrap .color {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
.input_el .color_palette .color_wrap .red {
  background-color: #f1574c;
}
.input_el .color_palette .color_wrap .orange {
  background-color: #f69b54;
}
.input_el .color_palette .color_wrap .yellow {
  background-color: #fee760;
}
.input_el .color_palette .color_wrap .green {
  background-color: #4eaf56;
}
.input_el .color_palette .color_wrap .dodgerblue {
  background-color: #4aa1f2;
}
.input_el .color_palette .color_wrap .blue {
  background-color: #2237bd;
}
.input_el .color_palette .color_wrap .purple {
  background-color: #8634d5;
}
.input_el .color_palette .color_wrap .mint {
  background-color: #5bdab8;
}
.input_el .color_palette .color_wrap .purple_blue {
  background-color: #6551f5;
}
.input_el .color_palette .color_wrap .light_green {
  background-color: #93de57;
}
.input_el .color_palette .color_wrap .blue_light {
  background-color: #464ff5;
}
.input_el .color_palette .color_wrap .pink_dark {
  background-color: #d171c0;
}
.input_el .color_palette .color_wrap .black {
  background-color: black;
}
.input_el .color_palette .color_wrap .white {
  background-color: white;
  border: 1px solid var(--second_03);
}
.input_el .color_palette .color_wrap .pick_wrap {
  position: relative;
}
.input_el .color_palette .color_wrap .pick_wrap .pick {
  border: 1px solid var(--second_03);
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 4px;
  border-radius: 5px;
  padding: 1px;
  position: absolute;
}
.input_el .color_palette .color_wrap .pick_wrap .pick img {
  width: 100%;
  float: left;
}
.input_el .color_palette .color_wrap .pick_wrap span {
  border: 1px solid var(--second_03);
  position: absolute;
  top: -2px;
  margin-left: 4px;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 14px;
}
.input_el .color_palette .color_wrap .pick_wrap input[type=color] {
  visibility: hidden;
  height: 0;
  width: 0;
}

.img_link_pop {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.img_link_pop .img_link_pop_contain {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: white;
  width: 450px;
  height: 281px;
  border-radius: 10px;
}
.img_link_pop .img_link_pop_contain > h1 {
  font-weight: 600;
  font-size: 20px;
  word-break: keep-all;
  text-align: center;
  margin-top: 2rem;
}
.img_link_pop .img_link_pop_contain .pop_body {
  padding: 3rem 2rem 0;
}
.img_link_pop .img_link_pop_contain .pop_body .btn_confirm,
.img_link_pop .img_link_pop_contain .pop_body .btn_close_pop {
  position: absolute;
}
.img_link_pop .img_link_pop_contain .pop_body .btn_close_pop {
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 1rem;
}
.img_link_pop .img_link_pop_contain .pop_body .btn_confirm {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  border: 0;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  outline: none;
}
.img_link_pop .img_link_pop_contain .pop_body .url_label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}

.pop_sharing_contain {
  width: 550px !important;
  height: 498px !important;
}
/* hw: media 추가 */
@media (max-width: 1024px) {
  .pop_sharing_contain {
    width: 90% !important;
  }
}
.pop_sharing_contain .pop_sharing_wrap {
  height: 498px !important;
}
.pop_sharing_contain .pop_sharing_wrap .pop_sharing {
  height: 42px;
  display: flex;
  gap: 10px;
}
.pop_sharing_contain .pop_sharing_wrap .tit_authority {
  font-weight: 600;
  font-size: 14px;
  margin: 2rem 0 1rem;
}
.pop_sharing_contain .pop_sharing_wrap .tit_authority_table {
  overflow-y: auto;
  height: 220px;
}
.pop_sharing_contain .pop_sharing_wrap .tit_authority_table::-webkit-scrollbar {
  width: 2px;
}
.pop_sharing_contain .pop_sharing_wrap .tit_authority_table::-webkit-scrollbar-thumb {
  background-color: var(--violet_PL);
  border-radius: 5px;
}
.pop_sharing_contain .pop_sharing_wrap .tit_authority_table::-webkit-scrollbar-track {
  background-color: var(--violet_bg);
  border-radius: 5px;
}
.pop_sharing_contain .pop_sharing_wrap .tit_authority_table .authority_table_tr {
  width: 480px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--second_03);
}
.pop_sharing_contain .pop_sharing_wrap .tit_authority_table .authority_table_tr td {
  display: flex;
  align-items: center;
  word-break: keep-all;
  display: flex;
  gap: 16px;
}
.pop_sharing_contain .pop_sharing_wrap .tit_authority_table .authority_table_tr td .select_auth_wrap > .cont_select {
  box-shadow: inherit;
}
.pop_sharing_contain .pop_sharing_wrap .tit_authority_table .authority_table_tr td .select_auth_wrap > .cont_select > .btn_select {
  border: 1px solid var(--second_03);
}

.certification_pop_p {
  font-weight: 500;
  font-size: 15px;
  padding: 0 0 1rem;
}

.certification_pop_chk_wrap {
  border: 1px solid var(--second_03);
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.auth_span {
  font-weight: 500;
  font-size: 16px;
  color: var(--second_10);
  display: flex;
  align-items: center;
  gap: 10px;
}
.auth_span img {
  width: 14px;
}

.filterSearch {
  display: block;
  background: url("/imgs/ic_24_filter_search.svg") no-repeat;
  height: 38px;
  width: 38px;
  background-position: center;
  background-color: white;
}

.modal.on {
  opacity: 1;
  z-index: 101;
}

.modal {
  opacity: 0;
  z-index: -1;
}

#filterPop {
  opacity: 0;
  z-index: -1;
}

#filterPop.on {
  z-index: 9999;
  opacity: 1;
  transition: 0.3s ease;
}

.modal_welcome.on {
  z-index: 1000;
  opacity: 1;
  transition: 0.3s ease;
}

.modal_welcome2.on {
  z-index: 1000;
  opacity: 1;
  transition: 0.3s ease;
}

.modal_welcome,
.modal_welcome2 {
  position: fixed;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.modal_welcome .modal_welcome_contain,
.modal_welcome2 .modal_welcome_contain {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  width: 450px;
  background: linear-gradient(to top, var(--violet_P) 52px, white 10%);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
/* 231107 퍼블 수정 */
@media (max-width: 480px) {
  .modal_welcome .modal_welcome_contain,
  .modal_welcome2 .modal_welcome_contain {
    width: 90%;
    background: #fff;
  }
}
.modal_welcome .modal_welcome_contain .modal_wrap,
.modal_welcome2 .modal_welcome_contain .modal_wrap {
  padding: 2rem;
  text-align: center;
  position: relative;
}
.modal_welcome .modal_welcome_contain .modal_wrap .close_btn,
.modal_welcome2 .modal_welcome_contain .modal_wrap .close_btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
}
.modal_welcome .modal_welcome_contain .modal_wrap > h1,
.modal_welcome2 .modal_welcome_contain .modal_wrap > h1 {
  font-size: 20px;
  margin-bottom: 2.3rem;
}
.modal_welcome .modal_welcome_contain .modal_wrap > h1 .modal_membername,
.modal_welcome2 .modal_welcome_contain .modal_wrap > h1 .modal_membername {
  color: var(--violet_P);
}
.modal_welcome .modal_welcome_contain .modal_wrap > img,
.modal_welcome2 .modal_welcome_contain .modal_wrap > img {
  margin-bottom: 1rem;
}
.modal_welcome .modal_welcome_contain .modal_wrap > h2,
.modal_welcome2 .modal_welcome_contain .modal_wrap > h2 {
  margin-bottom: 0.6rem;
  font-size: 1rem;
}
.modal_welcome .modal_welcome_contain .modal_wrap .input_wrap,
.modal_welcome2 .modal_welcome_contain .modal_wrap .input_wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.modal_welcome .modal_welcome_contain .modal_wrap .input_wrap input,
.modal_welcome2 .modal_welcome_contain .modal_wrap .input_wrap input {
  height: 42px;
  font-weight: 400;
  font-size: 13px;
  color: var(--second_05);
}
.modal_welcome .modal_welcome_contain .modal_wrap .input_wrap input[type=button],
.modal_welcome2 .modal_welcome_contain .modal_wrap .input_wrap input[type=button] {
  cursor: pointer;
}
.modal_welcome .modal_welcome_contain .start_btn,
.modal_welcome2 .modal_welcome_contain .start_btn {
  background-color: var(--violet_P);
  text-align: center;
  padding: inherit;
}
.modal_welcome .modal_welcome_contain .start_btn a,
.modal_welcome2 .modal_welcome_contain .start_btn a {
  display: block;
  color: var(--white);
  padding: 1rem;
}

.tree_wrap {
  margin: 0 auto;
  padding: 1rem 2rem;
  border: 1px solid #eee;
  position: relative;
  height: 200px;
  overflow-y: auto;
  text-align: left;
}
.tree_wrap::-webkit-scrollbar {
  width: 2px;
}
.tree_wrap::-webkit-scrollbar-thumb {
  background-color: var(--second_03);
  border-radius: 5px;
}
.tree_wrap::-webkit-scrollbar-track {
  background-color: var(--second_01);
  border-radius: 5px;
}

ul.tree {
  text-align: left;
}
ul.tree > li > span {
  display: block;
  padding: 14px 0 14px 28px;
}
ul.tree > li > span:first-child {
  display: none;
}
ul.tree > li > span > img {
  position: absolute;
  left: 38px;
}
ul.tree > li ul li {
  position: relative;
}
ul.tree > li ul li > span {
  display: block;
  padding: 14px 0 14px 1rem;
}
ul.tree > li ul li > span:first-child {
  display: none;
}
ul.tree > li ul li > span > img {
  position: relative;
  top: 4px;
  left: -4px;
}
ul.tree > li ul li > ul > li {
  display: block;
  padding-left: 2rem;
}
ul.tree > li ul li > ul > li > span:first-child {
  display: block;
}

.tree span:hover {
  color: var(--violet_P);
  background-color: var(--violet_bg);
  transition: all 0.3s ease;
  border-radius: 5px;
}

.tree span {
  cursor: pointer;
}

.toggleArrow_1.on {
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}

.toggleArrow_2.on {
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}

.temp_input_wrap {
  text-align: left;
}
.temp_input_wrap > label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.temp_input_wrap > input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--second_05);
}
.temp_input_wrap input {
  margin-bottom: 1rem;
}
.temp_input_wrap .date_input_wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.temp_input_wrap .date_input_wrap input[type=date] {
  width: 100%;
}
.temp_input_wrap .date_input_wrap input[type=date]:focus {
  border: 1px solid var(--violet_P);
  outline: 3px solid var(--violet_D);
}

input[type=date] {
  position: relative;
  min-height: 50px;
  padding: 10px 12px;
  color: var(--second_05);
  font-size: 14px;
  font-weight: 500;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
  z-index: 1;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

.input_date_box input {
  border: 1px solid #ddd;
}

.input_date_box input:after {
  position: absolute;
  top: 50%;
  left: 80%;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/imgs/ic_24_calender.svg") center center/contain;
  transform: translateY(-50%);
  z-index: 0;
}

/* 버튼 클릭시 input 나옴 
.all-date-setting-input input[type="date"] {
   position: relative;
   font-size: 0;
   border: none;
   width: 2rem;
   height: 2rem;
   margin: 0 auto;
   padding: 0;
   background: url("/imgs/ic_24_calender.svg") no-repeat center center / 1.3rem auto;
}
*/
.sign_draw_wrap.on {
  opacity: 1;
  z-index: 9999;
}

.profile_popup .confirm_btn {
  position: absolute;
  bottom: 0;
  z-index: 999;
}

.team_current_wrap_mod .team_current_mod {
  display: flex;
  align-items: center;
  height: 140px;
}
@media (max-width: 1024px) {
  .team_current_wrap_mod .team_current_mod {
    height: inherit;
  }
}
.team_current_wrap_mod .team_current_mod .teamChart_wrap {
  display: grid;
  grid-template-columns: 1fr 0.2fr 0.8fr;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .team_current_wrap_mod .team_current_mod .teamChart_wrap .ctrcharts {
    display: none;
  }
}
.team_current_wrap_mod .team_current_mod .teamChart_wrap .ctrcharts .ctrchart h2::before {
  content: "진행중";
  position: absolute;
  top: 50px;
  left: 0;
  word-break: keep-all;
  font-size: 1.8rem;
  color: #777;
  font-weight: 400;
}
.team_current_wrap_mod .team_current_mod .teamChart_wrap .ctrcharts .ctrchart h2::after {
  content: "%";
  width: 10px;
  height: 10px;
  font-size: 2rem;
}

.teamChart_wrap {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .teamChart_wrap {
    display: flex !important;
    flex-direction: column;
    gap: 10px !important;
  }
}
.teamChart_wrap .chart_wrap {
  grid-template-columns: 1fr 0.8fr;
}
.teamChart_wrap .chart_wrap .chart_desc {
  display: flex;
  justify-content: space-between;
  margin: 0 16px;
}
.teamChart_wrap .chart_wrap .chart_desc p {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .teamChart_wrap .chart_wrap .chart_desc p {
    font-size: inherit;
  }
}
.teamChart_wrap .chart_wrap .chart_desc p > span {
  font-size: 14px;
  margin: 10px 0 2rem;
  border-radius: 5px;
  padding: 2px 0;
  width: 44px;
  color: var(--violet_P);
  background-color: var(--violet_bg);
  position: relative;
}
.teamChart_wrap .chart_wrap .chart_desc p > span::after {
  content: "⁝";
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--second_04);
  font-size: 20px;
}
.teamChart_wrap .chart_wrap .chart_desc p:last-of-type {
  position: relative;
}
.teamChart_wrap .chart_wrap .chart_desc p:last-of-type > span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.teamChart_wrap .chart_wrap .teamCart_outer {
  height: 14px;
  background-color: #eee;
  border-radius: 5px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.teamChart_wrap .chart_wrap .teamCart_outer .teamChart {
  height: 14px;
  background-color: #eee;
}
.teamChart_wrap .chart_wrap .teamCart_outer .teamChart svg {
  width: 100%;
}
.teamChart_wrap .chart_wrap .teamCart_outer .teamChart svg rect {
  border-radius: 5px;
  transition: all 0.5s ease-in;
}
.teamChart_wrap .teamChart_desc {
  word-break: keep-all;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .teamChart_wrap .teamChart_desc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem;
  }
}
.teamChart_wrap .teamChart_desc > span {
  position: relative;
  bottom: -18px;
  font-size: 3rem;
  color: #dfe3e6;
}
@media (max-width: 1024px) {
  .teamChart_wrap .teamChart_desc > span:nth-of-type(2) {
    border: 1px solid red;
    visibility: hidden;
  }
}
@media (max-width: 1024px) {
  .teamChart_wrap .teamChart_desc {
    gap: 10px;
  }
}
.teamChart_wrap .teamChart_desc .head_desc_wrap .head_desc {
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .teamChart_wrap .teamChart_desc .head_desc_wrap .head_desc {
    font-size: inherit;
  }
}
.teamChart_wrap .teamChart_desc .head_desc_wrap .sub_desc {
  font-size: 15px;
  font-weight: 500;
}

.tabs_team {
  border-bottom: 1px solid #eee;
}
.tabs_team .tabs_team_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 18px;
  margin: 0 2rem;
  position: relative;
}
.tabs_team .tabs_team_inner .tab_team {
  text-align: center;
  padding: 1rem 2rem;
}
.tabs_team .tabs_team_inner .tab_team:last-of-type {
  color: #aaa;
}

.tabs_team_inner::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: var(--width, 100px);
  background-color: var(--violet_P);
  margin-left: var(--tabsTeamInnerAfterMarginLeft, 0);
  border-radius: 1px;
}

.tab_content_team_invite {
  display: none;
}

.tab_content_team_invite.on {
  display: block;
}

.tab_content_team {
  display: none;
}

.tab_content_team.on {
  display: block;
}

.form_bo {
  border-radius: 5px;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  min-width: 1200px;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .form_bo {
    min-width: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
  }
}
.form_bo .hash_btns {
  text-align: center;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 1024px) {
  .form_bo .hash_btns {
    grid-template-columns: inherit;
    display: flex;
    flex-wrap: wrap;
  }
}
.form_bo .hash_btns .hash_btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  word-break: keep-all;
  color: var(--violet_P);
  border-radius: 5px;
  background-color: white;
}
@media (max-width: 1024px) {
  .form_bo .hash_btns .hash_btn {
    padding: 4px 10px;
  }
}
.form_bo .hash_btns .hash_btn:hover {
  transition: all 0.3s ease;
  color: var(--violet_D);
}
.form_bo .form_serch_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .form_bo .form_serch_wrap {
    width: 100%;
  }
}
.form_bo .form_serch_wrap .form_serch {
  background-color: white;
  padding-right: 2.5rem;
  padding-left: 14px;
  border-radius: 5px;
}
.form_bo .form_serch_wrap .search_icon {
  position: absolute;
  right: 1rem;
  cursor: pointer;
}

.bo_wrap {
  background-color: white;
  border-radius: 5px;
  padding: 2rem;
  min-width: 1200px;
}
@media (max-width: 1024px) {
  .bo_wrap {
    padding: 1.5rem;
    min-width: inherit;
    width: 100%;
  }
}
.bo_wrap .bo_head {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  word-break: keep-all;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .bo_wrap .bo_head {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .bo_wrap .bo_head {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bo_wrap .bo_head .filter_all {
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
}
.bo_wrap .bo_head .filter_all .filter_num_all {
  font-weight: 700;
  font-size: 30px;
}
.bo_wrap .bo_head .filter_unit {
  cursor: pointer;
  display: inline-block;
  margin-right: 2.4rem;
}
@media (max-width: 480px) {
  .bo_wrap .bo_head .filter_unit {
    font-size: 14px;
  }
}
.bo_wrap .bo_head .filter_unit .filter_num {
  font-weight: 400;
  font-size: 12px;
  height: 14px;
  border: 1px solid var(--second_03);
  padding: 0 4px;
  border-radius: 5px;
  color: var(--second_06);
}
.bo_wrap .filter_unit_tab {
  margin: 2rem 0 1.3rem;
  font-weight: 600;
  font-size: 14px;
}
.bo_wrap .filter_unit_tab .filter_num_tab {
  color: var(--violet_P);
  height: 20px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 0 8px;
}
.bo_wrap .bo_li_wrap {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .bo_wrap .bo_li_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .bo_wrap .bo_li_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bo_wrap .bo_li_wrap .bo_li_inner {
  position: relative;
}
.bo_wrap .bo_li_wrap .bo_li_inner .mark {
  position: absolute;
  right: 0;
  padding: 14px;
}
.bo_wrap .bo_li_wrap .bo_li_inner .bo_li {
  aspect-ratio: 2/2.55;
  border-radius: 5px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 65% 35%;
  border: 1px solid #eee;
  background-color: #dfe3e6;
}
.bo_wrap .bo_li_wrap .bo_li_inner .bo_li .bo_img_wrap {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: url("/imgs/noimg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  margin: 2.5rem 1.4rem 0;
}
.bo_wrap .bo_li_wrap .bo_li_inner .bo_li .bo_title_wrap {
  cursor: pointer;
  background-color: #f5f6f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bo_wrap .bo_li_wrap .bo_li_inner .bo_li .bo_title_wrap .bo_title {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 10px;
  color: var(--second_09);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 1rem;
}
.bo_wrap .bo_li_wrap .bo_li_inner .bo_li .bo_title_wrap .sub_title {
  font-weight: 500;
  font-size: 0.813em;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  padding: 0 1rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.bo_li_inner:hover .bo_img_wrap {
  transition: 0.4s ease-out;
  margin: 0 !important;
}

.bo_li:hover .bo_title_wrap span {
  transition: 0.3s ease;
  color: var(--violet_P) !important;
}

.hashSpanToggle {
  color: var(--violet_P);
}

.bookMark {
  cursor: pointer;
  transition: 0.3s ease;
}

.bookMark.on {
  fill: var(--violet_P);
}

.bookMarkLine.on {
  fill: var(--violet_P);
}

.check_orign {
  position: absolute;
  z-index: -999;
}

.agree_content {
  text-align: left;
  background-color: var(--second_01);
  padding: 1.4rem;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
}
.agree_content > dd {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.agree_chckbox_wrap {
  padding: 8px 1rem 14px;
}

.agree_chckbox {
  cursor: pointer;
  color: var(--second_10);
}

.more_btn {
  position: relative;
}

.lo_wrap {
  position: relative;
}
.lo_wrap .location_pop_wrap {
  display: none;
  position: relative;
  z-index: 500;
  border-radius: 5px;
}
.lo_wrap .location_pop_wrap .location_pop {
  position: absolute;
  top: 20px;
  left: -36px;
  padding: 4px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.lo_wrap .location_pop_wrap .location_pop span {
  cursor: pointer;
  display: inline-block;
  padding: 6px 14px;
}
.lo_wrap .location_pop_wrap .location_pop span:hover {
  background-color: var(--violet_bg);
  border-radius: 3px;
}

.ctr_start_btn > .btn_violet {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 480px) {
  .ctr_start_btn > .btn_violet {
    margin-top: 0;
  }
}

.lnb_wrap_module {
  padding-top: 91px !important;
}
@media (max-width: 1024px) {
  .lnb_wrap_module {
    padding-top: inherit !important;
    padding-left: inherit !important;
  }
}
@media (max-width: 480px) {
  .lnb_wrap_module {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .lnb_wrap_module > .lnb {
    padding-left: inherit !important;
    padding: 16px 32px !important;
  }
}

.lnb_ctr {
  margin: 0 !important;
  width: 257px;
}
@media (max-width: 1024px) {
  .lnb_ctr {
    position: inherit;
    width: 100%;
  }
}
.lnb_ctr::-webkit-scrollbar {
  width: 2px;
}
.lnb_ctr::-webkit-scrollbar-thumb {
  background-color: var(--second_04);
  border-radius: 5px;
}
.lnb_ctr::-webkit-scrollbar-track {
  background-color: var(--second_03);
  border-radius: 5px;
}
.lnb_ctr .subTit {
  background-color: var(--violet_bg);
  margin: 1.7rem 0 0.2rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 2rem;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
}
.lnb_ctr .subTit::after {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  content: "";
  position: absolute;
  left: 0;
  height: 22px;
  width: 4px;
  background-color: var(--violet_P);
}
.lnb_ctr .li_wrap {
  margin: 32px 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.lnb_ctr .li_wrap .lnb_hd .img_wrap {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  color: #4b4b4b;
}
.lnb_ctr .li_wrap .lnb_hd .img_wrap img {
  margin-right: 4px;
}
.lnb_ctr .li_wrap .lnb_hd .img_wrap img:first-child {
  width: 20px;
}
.lnb_ctr .li_wrap .lnb_hd .img_wrap .lnb_arr {
  position: absolute;
  right: 0;
  top: 3px;
}
.lnb_ctr .li_wrap .lnb_hd .img_wrap .lnb_arr.on {
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.lnb_ctr .li_wrap .lnb_hd_child {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
/* s: 231026 퍼블 수정 */
.lnb_ctr .li_wrap .lnb_hd_child > li {
  display: flex;
  align-items: center;
  margin-left: 30px;
  list-style: disc;
  line-height: 1.6;
  font-weight: 500;
  cursor: pointer;
  color: #4b4b4b;
  margin-bottom: 2px;
}
.lnb_ctr .li_wrap .lnb_hd_child > li.on{
  color: #009a96;
}
.lnb_ctr .li_wrap .lnb_hd_child > li::before{
  content:"";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--second_04);
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.lnb_ctr .li_wrap .lnb_hd_child > li:hover{
  color: var(--violet_P);
}
.lnb_ctr .li_wrap .lnb_hd_child > li:hover::before{
  background: #009a96;
}
.lnb_ctr .li_wrap .lnb_hd_child > li.on::before{
  background: #009a96;
}

/* e: 231026 퍼블 수정 */
.lnb_ctr .li_wrap .lnb_hd_child > li::marker {
  color: var(--second_04);
}
.lnb_ctr .li_wrap .lnb_hd_child > li > span {
  margin-left: auto;
  background-color: var(--violet_D);
  padding: 0 8px;
  border-radius: 4px;
  color: var(--violet_DK);
  font-size: 13px;
}
.lnb_ctr .li_wrap .lnb_hd_child.on {
  transition: max-height 0.3s ease-in;
  opacity: 1;
  max-height: 400px;
}

.ctr_view_bo {
  height: 600px;
}
@media (max-width: 1024px) {
  .ctr_view_bo {
    height: inherit;
    overflow-y: auto;
  }
  .ctr_view_bo::-webkit-scrollbar {
    width: 2px;
  }
  .ctr_view_bo::-webkit-scrollbar-thumb {
    background-color: var(--second_04);
    border-radius: 5px;
  }
  .ctr_view_bo::-webkit-scrollbar-track {
    background-color: var(--second_03);
    border-radius: 5px;
  }
}

.ctr_transfer.on {
  opacity: 1;
  z-index: 1200;
  transition: 0.3s ease;
}

.ctr_transfer {
  display: flex;
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  align-items: center;
}
.ctr_transfer .ctr_pop_contain {
  height: 95%;
  position: relative;
  background-color: white;
  min-width: 1200px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  overflow-y: auto !important;
}
.ctr_transfer .ctr_pop_contain::-webkit-scrollbar {
  width: 2px;
}
.ctr_transfer .ctr_pop_contain::-webkit-scrollbar-thumb {
  background-color: var(--second_03);
  border-radius: 5px;
}
.ctr_transfer .ctr_pop_contain::-webkit-scrollbar-track {
  background-color: var(--second_01);
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .ctr_transfer .ctr_pop_contain {
    min-width: inherit !important;
    width: 95% !important;
    height: 95%;
    overflow: hidden;
  }
}
.ctr_transfer .ctr_pop_contain .head_wrap {
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 1024px) {
  .ctr_transfer .ctr_pop_contain .head_wrap {
    padding: 1.5rem 0;
  }
}
.ctr_transfer .ctr_pop_contain .head_wrap > h1 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.ctr_transfer .ctr_pop_contain .head_wrap .ctr_close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 1rem;
}
@media (max-width: 1024px) {
  .ctr_transfer .ctr_pop_contain .head_wrap .ctr_close {
    padding: 12px;
  }
}

.ctr_view.on {
  opacity: 1;
  z-index: 1200;
  transition: 0.3s ease;
}

.ctr_view {
  display: flex;
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  align-items: center;
}
.ctr_view .ctr_pop_contain {
  height: 95%;
  position: relative;
  background-color: white;
  min-width: 1200px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  overflow-y: auto !important;
}
.ctr_view .ctr_pop_contain::-webkit-scrollbar {
  width: 2px;
}
.ctr_view .ctr_pop_contain::-webkit-scrollbar-thumb {
  background-color: var(--second_03);
  border-radius: 5px;
}
.ctr_view .ctr_pop_contain::-webkit-scrollbar-track {
  background-color: var(--second_01);
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .ctr_view .ctr_pop_contain {
    min-width: inherit !important;
    width: 95% !important;
    height: 95%;
    overflow: hidden;
  }
}
.ctr_view .ctr_pop_contain .head_wrap {
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 1024px) {
  .ctr_view .ctr_pop_contain .head_wrap {
    padding: 1.5rem 0;
  }
}
.ctr_view .ctr_pop_contain .head_wrap > h1 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.ctr_view .ctr_pop_contain .head_wrap .ctr_close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 1rem;
}
@media (max-width: 1024px) {
  .ctr_view .ctr_pop_contain .head_wrap .ctr_close {
    padding: 12px;
  }
}

.sec_wrap {
  display: flex;
  gap: 2rem;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .sec_wrap {
    display: inherit;
    height: auto;
    padding: 0 1rem;
  }
}
.sec_wrap .sec_wrap_l {
  flex: 1;
  overflow-y: auto !important;
}
.sec_wrap .sec_wrap_l::-webkit-scrollbar {
  width: 2px;
}
.sec_wrap .sec_wrap_l::-webkit-scrollbar-thumb {
  background-color: var(--second_03);
  border-radius: 5px;
}
.sec_wrap .sec_wrap_l::-webkit-scrollbar-track {
  background-color: var(--second_01);
  border-radius: 5px;
}
.sec_wrap .sec_wrap_l .ctr_total {
  border: 1px solid var(--second_03);
  border-radius: 5px;
}
.sec_wrap .sec_wrap_l .ctr_bo_detail {
  margin-top: 3.2rem;
}
.sec_wrap .sec_wrap_l .ctr_bo_detail > .content_inner > .item_btn_setting {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 4px;
}
@media (max-width: 1024px) {
  .sec_wrap .sec_wrap_l .ctr_bo_detail > .content_inner > .item_btn_setting {
    flex-direction: column;
  }
}
.sec_wrap .sec_wrap_l .ctr_bo_detail > .content_inner > .item_btn_setting > .sign_sort_wrap {
  display: flex;
}
@media (max-width: 1024px) {
  .sec_wrap .sec_wrap_l .ctr_bo_detail > .content_inner > .item_btn_setting .sign_sort_wrap:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec_wrap .sec_wrap_r {
  flex: 0.35;
  background-color: var(--second_01);
  padding: 2rem;
  margin-bottom: 3.5rem;
  height: 560px;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .sec_wrap .sec_wrap_r {
    margin-bottom: 9rem;
  }
}
.sec_wrap .sec_wrap_r::-webkit-scrollbar {
  width: 2px;
}
.sec_wrap .sec_wrap_r::-webkit-scrollbar-thumb {
  background-color: var(--second_04);
  border-radius: 5px;
}
.sec_wrap .sec_wrap_r::-webkit-scrollbar-track {
  background-color: var(--second_03);
  border-radius: 5px;
}
.sec_wrap .sec_wrap_r .ctr_history {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.sec_wrap .sec_wrap_r .ctr_history h2 {
  font-weight: 500;
  font-size: 20px;
}
.sec_wrap .sec_wrap_r .ctr_history > p {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.sec_wrap .sec_wrap_r .ctr_history > p img {
  margin-left: 10px;
}
.sec_wrap .sec_wrap_r .ctr_hsty_panel_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sec_wrap .sec_wrap_r .ctr_hsty_panel_wrap .ctr_hsty_panel {
  background-color: white;
  padding: 1rem 1.5rem;
  border-radius: 5px;
}
.sec_wrap .sec_wrap_r .ctr_hsty_panel_wrap .ctr_hsty_panel > p:last-child {
  color: var(--second_06);
  font-size: 14px;
  margin-top: 10px;
}
.sec_wrap .sec_wrap_r .ctr_hsty_panel_wrap .ctr_hsty_panel > p > span {
  font-weight: 600;
}

.usr_name_wrap > h1 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.usr_name_wrap > h1 > span {
  margin-left: 10px;
  padding: 6px;
  border-radius: 5px;
  font-size: 12px;
  color: var(--violet_P);
  background-color: var(--violet_bg);
}
.usr_name_wrap > p {
  font-size: 14px;
}
.usr_name_wrap .file_clip {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
.usr_name_wrap .file_clip i {
  display: flex;
  align-items: center;
  height: 20px;
}
.usr_name_wrap .file_clip i img {
  height: 100%;
}

.file_clip_li {
  height: 20px;
}
.file_clip_li i img {
  height: 100%;
}

.dropBtn {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.ctr_teamChart_desc {
  gap: 1.5rem !important;
}
.ctr_teamChart_desc .head_desc_wrap {
  text-align: left;
}
.ctr_teamChart_desc .head_desc_wrap .ctr_sub_desc {
  word-break: keep-all;
}
.ctr_teamChart_desc .head_desc_wrap:nth-child(1), .ctr_teamChart_desc .head_desc_wrap:nth-child(3) {
  width: 60px;
}
.ctr_teamChart_desc .head_desc_wrap:nth-child(5) {
  width: 102px;
}

.flex {
  display: flex;
  gap: 10px;
}

.posr {
  position: relative;
  display: flex;
  align-items: center;
}

.posa {
  position: absolute;
  right: 10px;
}

.tit_bg {
  background-color: var(--second_01) !important;
}

.pgn {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.date_change_pop.on {
  display: block;
  z-index: 99999;
}

.date_change_pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: -1;
}

.modal_welcome3.on {
  opacity: 1;
  transition: 0.3s ease;
  z-index: 10;
}

.modal_welcome3 {
  opacity: 1;
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.modal_welcome3 .modal_welcome_contain {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  width: 450px;
  background: linear-gradient(to top, var(--violet_P) 52px, white 10%);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .modal_welcome3 .modal_welcome_contain {
    width: 90%;
  }
}
.modal_welcome3 .modal_welcome_contain .modal_wrap {
  padding: 2rem;
  text-align: center;
  position: relative;
}
.modal_welcome3 .modal_welcome_contain .modal_wrap .close_btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
}
.modal_welcome3 .modal_welcome_contain .modal_wrap > h1 {
  font-size: 20px;
  margin-bottom: 2.3rem;
}
.modal_welcome3 .modal_welcome_contain .modal_wrap > h1 .modal_membername {
  color: var(--violet_P);
}
.modal_welcome3 .modal_welcome_contain .modal_wrap > img {
  margin-bottom: 1rem;
}
.modal_welcome3 .modal_welcome_contain .modal_wrap > h2 {
  margin-bottom: 0.6rem;
  font-size: 1rem;
}
.modal_welcome3 .modal_welcome_contain .modal_wrap .input_wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.modal_welcome3 .modal_welcome_contain .modal_wrap .input_wrap input {
  height: 42px;
  font-weight: 400;
  font-size: 13px;
  color: var(--second_05);
}
.modal_welcome3 .modal_welcome_contain .modal_wrap .input_wrap input[type=button] {
  cursor: pointer;
}
.modal_welcome3 .modal_welcome_contain .start_btn {
  background-color: var(--violet_P);
  text-align: center;
  padding: inherit;
}
.modal_welcome3 .modal_welcome_contain .start_btn a {
  display: block;
  color: var(--white);
  padding: 1rem;
}

.input_date_box1 input {
  border: 1px solid #ddd;
}

.input_date_box1 input:after {
  position: absolute;
  top: 50%;
  left: 90%;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/imgs/ic_24_calender.svg") center center/contain;
  transform: translateY(-50%);
  z-index: 0;
}

.ctr_selec {
  border: 1px solid var(--violet_P);
  border-radius: 5px;
  width: 120px;
}
.ctr_selec .ctr_btn_sel {
  border-radius: 5px;
  color: var(--violet_P);
  width: 100%;
  padding: 13px 30px 13px 14px;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
  background: url("/imgs/select_arrow.svg") center right 12px no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
.ctr_selec .ctr_btn_sel::after {
  content: "";
  position: absolute;
  width: 1px;
  right: 32px;
  background-color: var(--violet_P);
  height: 32px;
}
.ctr_selec .list_item {
  overflow-y: auto;
  height: 120px;
  background-color: white;
}
.ctr_selec .list_item::-webkit-scrollbar {
  width: 2px;
}
.ctr_selec .list_item::-webkit-scrollbar-thumb {
  background-color: var(--second_04);
  border-radius: 5px;
}
.ctr_selec .list_item::-webkit-scrollbar-track {
  background-color: var(--second_03);
  border-radius: 5px;
}
.ctr_selec .list_item li button {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}
.ctr_selec .list_item li button:hover {
  border-radius: 5px;
  transition: all 0.3s ease-out;
  background-color: var(--violet_bg);
  color: var(--violet_P);
}

.ctr_selec_disabled {
  border: 1px solid var(--second_03);
}
.ctr_selec_disabled .ctr_btn_sel {
  color: #888;
  border-radius: 5px;
  background: url("/imgs/select_arrow_gray.svg") center right 12px no-repeat;
  opacity: 0.5;
}
.ctr_selec_disabled .ctr_btn_sel::after {
  content: "";
  position: absolute;
  width: 1px;
  right: 32px;
  background-color: var(--second_04);
  height: 32px;
}
.ctr_selec_disabled .ctr_btn_sel:focus {
  outline: none;
  border: none;
}

.ctr_responsive {
  width: 257px;
  border-right: 1px solid #e7e7e7;
}
@media (max-width: 480px) {
  .ctr_responsive {
    width: 100%;
    border-right: 1px solid none;
  }
}

@media (max-width: 640px) {
  .paper_pop {
    padding: 1rem !important;
    border: none !important;
  }
}

@media (max-width: 640px) {
  .file_join_wrap {
    padding: 0 !important;
    border: none !important;
  }
  .file_join_wrap > h2 {
    padding-left: 1rem;
    padding-top: 1rem;
  }
}

.file_join {
  padding: 0 1rem;
}
@media (max-width: 640px) {
  .file_join {
    padding: 0 10px !important;
  }
}
.file_join li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid var(--second_03);
}
.file_join li .radio:not(:last-child) {
  margin-bottom: 0;
}
.file_join li:hover .del_move_btn img:nth-of-type(2) {
  visibility: visible;
}
.file_join li .del_move_btn {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.file_join li .del_move_btn img:nth-of-type(1) {
  cursor: pointer;
}
.file_join li .del_move_btn img:nth-of-type(2) {
  visibility: hidden;
  margin-left: 10px;
  cursor: move;
}
@media (max-width: 640px) {
  .file_join li .del_move_btn img:nth-of-type(2) {
    display: none;
  }
}
.file_join li .radio .file_sz {
  color: var(--second_05);
  font-size: 14px;
}
.file_join li .radio .file_name {
  text-align: left;
}
@media (max-width: 640px) {
  .file_join li .radio .file_name {
    max-width: 240px;
  }
}

@media (max-width: 640px) {
  .tit_file_join > span {
    display: block;
  }
}

.paper_up.off {
  display: none;
}

.paper_up_result {
  display: none;
}

.paper_up_result.on {
  display: block;
}

.bo_selec {
  position: relative;
}

.bo_selec_child {
  position: absolute;
  top: 56px;
  z-index: 10;
  background: white;
  width: 120px;
  border-radius: 5px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  display: none;
  cursor: pointer;
}
.bo_selec_child > li {
  padding: 0 14px;
  transition: 0.3s ease;
  height: 42px;
  display: flex;
  align-items: center;
}
.bo_selec_child > li:hover {
  background: var(--violet_bg);
  margin: 0 4px;
  border-radius: 4px;
}

.bo_selec_child.on {
  display: block;
}

.regular_participant_tit {
  /*padding-left: 26px;*/
  position: relative;
  margin-bottom: 20px;
}
.regular_participant_tit p span {
  font-size: 16px !important;
  font-weight: bold !important;
}
.regular_participant_tit::before {
  /*content: "";*/
  /*background: center/cover url(/imgs/ic_18_movement.svg) no-repeat;*/
  /*width: 20px;*/
  /*height: 20px;*/
  /*position: absolute;*/
  /*left: 0;*/
}

.participant_chck {
  display: flex;
}

.participant_outline {
  border: 1px solid #ddd;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 5px;
}

.participant_outline label {
  position: relative;
  padding-left: 1.8em;
  font-size: 1.05em;
  cursor: pointer;
  height: 20px;
  display: flex;
  align-items: center;
}

.participant_outline input {
  width: inherit !important;
}

.participant_input {
  position: relative;
}

.participant_input input {
  margin-top: inherit !important;
}

.participant_input_wrap {
  position: relative;
}

.participant_input_wrap span {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  background: center/cover url(/imgs/ic_18_inform_02.svg) no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.participant_input_wrap span::after {
  content: "";
}

.participant_input_wrap span:hover::after {
  content: attr(data-hover);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 200px;
  background: white;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.tog_btn_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.tog_btn_wrap > span {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  background: center/cover url(/imgs/ic_18_inform_02.svg) no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

#tog_btn {
  position: absolute;
  right: 0;
}

#tooltip {
  position: absolute;
  z-index: 15;
}

#tooltip:hover::before {
  content: attr(data-hover);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 200px;
  background: white;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.add_plus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 150px;
  gap: 10px;
  position: relative;
}
.add_plus a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.add_plus p {
  color: var(--violet_P);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.row_bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 16px 24px;
  font-size: 14px;
}
.row_bar .columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: baseline;
}
.row_bar .columns .column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: baseline;
  width: 140px;
}
@media (max-width: 480px) {
  .row_bar .columns .column {
    min-width: 80px;
  }
}
.row_bar .columns .column:nth-child(2) {
  min-width: 80px;
}
.row_bar .columns .column > p {
  color: #333;
}

.row_wrap .row_bar:first-child > .columns > .column > p {
  color: var(--violet_P);
}

.row_bar .columns:first-child {
  min-width: 194px;
  position: sticky;
  left: 0;
  background: white;
}

.row_bar_contain > .row_bar:first-child .columns:first-child {
  min-width: 194px;
  position: sticky;
  left: 0;
  background: #f6f6f6;
}

.dropLists_sec > .columns > .column > p {
  color: var(--violet_P);
}

.row_bar_contain > .row_bar:nth-child(1) {
  border-radius: 5px 5px 0px 0px;
  background: #f6f6f6;
  margin-top: 20px;
}
.row_bar_contain > .row_bar:nth-child(1) > .columns:nth-child(2) {
  gap: 0;
}

.imageWrap {
  display: flex;
  flex-direction: column;
  width: 12px;
  margin: 0 8px;
}

.clipIco {
  height: 21px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: baseline;
}
.clipIco img {
  height: 100%;
}

.dropDownBtn {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropDownBtn.on {
  rotate: 180deg;
  transition: 0.3s ease;
}

.dropLists {
  display: none;
}

.dropLists.on {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dropLists_sec {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.dropLists > .dropLists_sec > .columns > .checkbox_wrap {
  visibility: hidden;
}

@media (max-width: 640px) {
  .row_bar_contain {
    overflow-x: auto;
  }
}
.lnb_m {
  display: none;
  padding: 1rem 1.5rem;
  font-size: 16px;
  width: 100%;
}
@media (max-width: 1024px) {
  .lnb_m {
    display: flex;
    position: fixed;
    z-index: 500;
    height: 54px;
    background-color: var(--violet_K);
    color: white;
  }
}
.lnb_m .lnb_m_inn {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 20px;
}
.lnb_m .lnb_m_inn .m_logo_wrap {
  background: center/contain url("/imgs/amsign_logo.svg") no-repeat;
  width: 70px;
  height: 20px;
}
/* 햄버거 버튼  스타일*/
.menu_trigger:hover span:nth-of-type(1) {
  background-color: white;
}

.menu_trigger:hover span:nth-of-type(2) {
  background-color: white;
}

.menu_trigger:hover span:nth-of-type(3) {
  background-color: white;
}

.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

.menu_trigger {
  position: relative;
  width: 30px;
  height: 18px;
}

.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 1px;
}

.menu_trigger span:nth-of-type(1) {
  top: 0;
}

.menu_trigger span:nth-of-type(2) {
  top: 8px;
}

.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

/* 햄버거 버튼 이벤트 */
.menu_trigger.active-1 span:nth-of-type(1) {
  -webkit-transform: translateY 8px rotate -45deg;
  transform: translateY(8px) rotate(-45deg);
}

.menu_trigger.active-1 span:nth-of-type(2) {
  opacity: 0;
}

.menu_trigger.active-1 span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/* 햄버거 메뉴 디자인 */
.ham-con {
  width: 30%;
  background-color: rgba(224, 224, 224, 0.8);
  position: fixed;
  top: 70px;
  right: -20%;
  color: #505050;
  z-index: 99;
  opacity: 0;
}

.search-con {
  width: 50%;
  height: 50px;
  position: relative;
  top: 50px;
  margin-bottom: 80px;
  overflow: hidden;
}

.search-con input {
  width: 70%;
  height: 100%;
  float: left;
  line-height: 50px;
  border: 1px solid black;
}

.ham-menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ham-menu ul.ham-top-menu li {
  position: relative;
  float: left;
  width: 100%;
  list-style-type: none;
  font-size: 18px;
}

.ham-menu ul.ham-top-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-indent: 20px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.ham-menu ul.ham-top-menu li a:hover {
  background: #eee;
}

.ham-menu ul.ham-top-menu li .ham-sub-menu a {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  z-index: 99;
  background: #f7f7f7;
}

.ham-menu ul.ham-top-menu li .ham-sub-menu a:hover {
  background: #444;
  color: #fff;
}

.all_menu {
  position: fixed;
  color: black;
  z-index: 999;
  top: 54px;
  left: 0;
  width: 100%;
  background-color: white;
  max-height: 0;
  transition: all 0.3s ease-in;
  overflow: hidden;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.all_menu .gnb_m {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.all_menu .gnb_m::-webkit-scrollbar {
  width: 2px;
}
.all_menu .gnb_m::-webkit-scrollbar-thumb {
  background-color: var(--second_04);
  border-radius: 5px;
}
.all_menu .gnb_m::-webkit-scrollbar-track {
  background-color: var(--second_03);
  border-radius: 5px;
}
.all_menu .gnb_m .contM_wrap {
  flex: 1;
}

/* hw s: overflow~, scrollbar 추가 */
.all_menu.on {
  max-height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
}
::-webkit-scrollbar {
  display: none;
}
.all_menu.on-webkit-scrollbar{
 display:none;
}
/* e: overflow~, scrollbar 추가 */
.gnb_m {
  margin: 0 auto;
  max-width: 480px;
}

.active {
  display: none;
}

.tapBtnM_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 23px;
  justify-content: space-between;
  position: relative;
  margin: 1rem;
  padding-bottom: 10px;
}

.tapBtnM {
  word-break: keep-all;
  padding: 8px 0 16px;
  background: transparent;
  width: 100%;
  text-align: center;
  /*height:90px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
/* hw: 주석 */
/* .tapBtnM > img {
  margin-right: 10px;
} */
@media (max-width: 360px) {
  .tapBtnM > img {
    display: none;
  }
}
.tapBtnM > b {
  color: var(--second_05);
}
.tapBtnM > b:hover {
  color: var(--violet_P);
}

.highlightM {
  position: absolute;
  background: var(--violet_P);
  z-index: -1;
  width: 20%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in;
}

ul.team_mod:last-child > li:last-child {
  border-bottom: 1px solid var(--second_03);
}
ul.team_mod > li a {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
ul.team_mod > li a > p {
  display: flex;
  width: 90px;
  justify-content: flex-end;
}
ul.team_mod > li a > p:first-child {
  justify-content: flex-start;
  width: 120px;
}
ul.team_mod > li a > p:nth-child(2) {
  padding-right: 5px;
}
@media (max-width: 380px) {
  ul.team_mod > li a > p:nth-child(2) {
    width: 50px;
  }
}
@media (max-width: 380px) {
  ul.team_mod > li a > p:nth-child(3) {
    width: 50px;
  }
}
ul.team_mod > li a > p:last-child > img {
  padding: 0;
  margin-right: 10px;
}
ul.team_mod > li a > p img {
  padding: 0 10px 0;
}
ul.team_mod > li ul li {
  border-top: 1px solid var(--second_03);
}
ul.team_mod > li ul li span {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
ul.team_mod > li ul li span p {
  width: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
  pointer-events: none;
  position: relative;
  z-index: 1;
  align-items: center;
}
ul.team_mod > li ul li span p:first-child {
  justify-content: flex-start;
  width: 120px;
}
@media (max-width: 380px) {
  ul.team_mod > li ul li span p:nth-child(2) {
    width: 50px;
  }
}
@media (max-width: 380px) {
  ul.team_mod > li ul li span p:nth-child(3) {
    width: 50px;
  }
}
ul.team_mod > li ul li span p:last-child > img {
  padding: 0;
}
ul.team_mod > li ul li span p img {
  padding: 0 10px 0;
  display: flex;
  justify-content: space-between;
}
ul.team_mod > li ul li ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
ul.team_mod > li ul li ul li p {
  width: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
}
ul.team_mod > li ul li ul li p:nth-child(2) {
  justify-content: flex-start;
  width: 120px;
  position: relative;
  left: 24px;
}
@media (max-width: 380px) {
  ul.team_mod > li ul li ul li p:nth-child(3) {
    width: 50px;
  }
}
@media (max-width: 380px) {
  ul.team_mod > li ul li ul li p:nth-child(4) {
    width: 50px;
  }
}
ul.team_mod > li ul li ul li p img {
  padding: 0 10px 0;
}
ul.team_mod > li ul li ul li p:last-child > img {
  padding: 0 !important;
  margin: 0;
}
ul.team_mod > li ul li .moreBtn {
  display: flex;
  margin-right: 10px;
  align-items: center;
}
ul.team_mod > li ul li .moreBtn img {
  margin-right: 10px;
}
ul.team_mod > li ul .toggle_bar {
  display: flex;
  align-items: center;
}

.toggle_bar_tit {
  color: var(--violet_P);
  display: flex;
}

ul.team_mod li ul li span,
.team_mod li ul li span {
  display: none;
}

.my_templates span:hover {
  font-weight: 800;
  color: var(--violet_P);
  position: relative;
  width: 100%;
}

.my_templates span {
  cursor: pointer;
}

.menu_pop {
  display: none;
}

.new_group_cre {
  padding: 0 10px;
  height: 30px !important;
  width: 80px !important;
}

.wrapper {
  height: 100%;
  position: relative;
}

.header {
  position: fixed !important;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  width: 100%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .header {
    display: none;
  }
}
.header .gnb_wrap {
  display: flex;
  align-items: center;
}
.header .gnb_wrap .logo {
  width: 257px;
  padding-left: 2rem;
  height: 71px;
}
.header .gnb_wrap .gnb_menu {
  display: flex;
  align-items: center;
  color: white;
}
.header .gnb_wrap .gnb_menu .gnb_btn_selected {
  color: var(--violet_P);
  border-bottom: 4px solid var(--violet_P);
}
.header .gnb_wrap .gnb_menu .gnb_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 72px;
  margin-right: 10px;
}
.header .gnb_wrap .gnb_menu .gnb_btn img {
  padding-right: 6px;
}
.header .icon_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-right: 1rem;
}
.header .icon_menu .anchors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}
.header .icon_menu .anchors > a {
  word-break: break-all;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background-color: var(--violet_DK);
  height: 36px;
  width: 36px;
  color: white;
  border-radius: 6px;
}
/*.header .icon_menu .anchors > a:first-child {*/
.header .icon_menu .anchors > #payment_approval {
  width: 104px;
  word-break: keep-all;
  display: flex !important;
  align-items: center !important;;
  justify-content: space-between;
  background-color: var(--violet_P);
  color: var(--white);
  height: 34px;
  padding: 0 10px 0 14px;
  border-radius: 5px;
  gap: 7px;
}
/*.header .icon_menu .anchors > a:nth-child(2) {*/
.header .icon_menu .anchors > #user_help {
  width: 104px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding-left: 19px;
}
/*.header .icon_menu .anchors > a:nth-child(3) {*/
.header .icon_menu .anchors > #user_contact {
  width: 104px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 15px;
}
.header .icon_menu .anchors > #user_info{
  justify-content: center;
}

.pay_sys {
  text-align: right;
  font-size: 14px;
  color: white;
  gap: 6px;
  margin-top: 1px;
}
.pay_sys .paySys_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  margin-top: 2px;
}
#loginUserPaymentType{font-size: 12px;font-weight: 600;}
#loginUserCount{font-size: 13px;font-weight: 600;}
.pay_sys .paySys_wrap .svg_wrap {
  border-radius: 6px;
  overflow: hidden;
  width: 130px;
  background-color: white;
  height: 6px;
  overflow: hidden;
  display: flex; /* header 잔여 bar로 추가 */
}

.userPop.on {
  transition: opacity 300ms ease;
  opacity: 1;
  z-index: 100;
  max-height: 250px;
}

.userPop {
  background-color: white;
  position: absolute;
  right: 16px;
  top: 65px;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  max-height: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.userPop .usrbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 1rem;
}
.userPop .usrbox img {
  width: 48px;
}
.userPop .usrbox ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex-direction: column;
  align-items: flex-start;
}
.userPop .usrbox ul li:nth-child(1) {
  font-weight: 600;
  font-size: 18px;
}
.userPop .usrbox ul li:nth-child(2) {
  color: var(--violet_P);
}
.userPop .usrBody {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: column;
  padding: 1rem;
}
.userPop .usrBody li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 220px;
}
.userPop .usrBody li p {
  cursor: pointer;
  width: 256px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.userPop .usrBody li p img {
  width: 20px;
  margin-right: 10px;
}

.lnb_wrap_temp {
  overflow: inherit !important;
}

.main {
  position: relative;
  z-index: 90;
  display: flex;
  font-size: 15px;
  height: 100%;
  flex: 1;
}
.main .lnb_wrap {
  overflow-y: auto;
  padding-top: 72px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: fixed;
  z-index: 20;
  width: 257px;
  height: 100%;
  background-color: var(--white);
  border-right: 1px solid var(--second_03);
}
.main .lnb_wrap::-webkit-scrollbar {
  width: 2px;
}
.main .lnb_wrap::-webkit-scrollbar-thumb {
  background-color: var(--second_04);
  border-radius: 5px;
}
.main .lnb_wrap::-webkit-scrollbar-track {
  background-color: var(--second_03);
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .main .lnb_wrap {
    display: none;
  }
}
.main .lnb_wrap .lnb {
  margin: 32px;
}
@media (max-width: 1024px) {
  .main .lnb_wrap .lnb {
    margin: inherit;
  }
}
.main .lnb_wrap .lnb input[type=button] {
  width: 100%;
}
.main .lnb_wrap .lnb .lnb_ul {
  padding-bottom: 10px;
  padding: 10px 0 0;
}
.main .lnb_wrap .lnb .lnb_ul .lnb_h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0;
  color: #4b4b4b;
}
.main .lnb_wrap .lnb .lnb_ul .lnb_h1 .img_wrap {
  display: flex;
  align-items: center;
}
.main .lnb_wrap .lnb .lnb_ul .lnb_h1 span {
  display: flex;
  align-items: center;
}
.main .lnb_wrap .lnb .lnb_ul .lnb_h1 img {
  margin-right: 4px;
}
.main .lnb_wrap .lnb .lnb_ul .lnb_h1 img:first-child {
  width: 20px;
}
.main .lnb_wrap .lnb .lnb_ul .lnb_li {
  margin-left: 30px;
  list-style: none;
  line-height: 1.8;
  font-weight: 500;
}

.main .lnb_wrap .lnb .lnb_ul .lnb_li a::before{
  content:"";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--second_04);
  display: inline-block;
  margin: 0 6px 2px 0;
}

.main .lnb_wrap .lnb .lnb_ul .lnb_li a:hover::before{
  background: #009a96;
}

.main .lnb_wrap .lnb .lnb_ul .lnb_li a{
  color: #4b4b4b;
}
.main .lnb_wrap .lnb .lnb_ul .lnb_li a:hover,
.main .lnb_wrap .lnb .lnb_ul .lnb_li.on a{
  color: #009a96;
}
.main .lnb_wrap .lnb .lnb_ul .lnb_li.on a::before{
  background: #009a96;
}

.main .content_wrap {
  position: relative;
  z-index: 10;
  padding-left: 240px;
  margin-top: 74px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main .content_wrap {
    padding-left: inherit;
    margin-left: inherit;
    margin-top: 48px;
  }
}
.main .content_wrap .location {
  position: relative;
  word-break: keep-all;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1rem 1rem 1rem 2rem;
  border-bottom: 1px solid var(--second_03);
}
@media (max-width: 1024px) {
  .main .content_wrap .location {
    display: none;
  }
}
.main .content_wrap .location .more_btn {
  background-color: #ddd;
  padding: 0 6px;
  border-radius: 4px;
}
.main .content_wrap .content_area {
  display: flex;
  flex-direction: column;
  height: 90%;
}
.main .content_wrap .content_area .content_inner {
  min-width: 1200px;
  flex: 1;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner {
    min-width: inherit;
  }
}
@media (max-width: 480px) {
  .main .content_wrap .content_area .content_inner {
    padding: 1rem;
  }
}
.main .content_wrap .content_area .content_inner .item_ul_wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_ul_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .main .content_wrap .content_area .content_inner .item_ul_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .main .content_wrap .content_area .content_inner .item_ul_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting .create_sign {
  display: flex;
  gap: 10px;
}
@media (max-width: 480px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting .create_sign {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting .create_sign_module {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting .create_sign_module .btn_cre_m {
    padding: 0 8px;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap {
  display: flex;
  gap: 10px;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap {
    margin-top: 10px;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap .sign_sort {
  position: relative;
  display: flex;
  width: 360px;
  height: 38px;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap .sign_sort {
    width: 100%;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap .sign_sort .search_input {
  width: 100%;
}
.main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap .sign_sort .search_icon {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap_module {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap_module {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap_module {
    justify-content: flex-end;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap_module .sign_sort {
  position: relative;
  display: flex;
  width: 360px;
  height: 38px;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap_module .sign_sort {
    width: 100%;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap_module .sign_sort .search_input {
  width: 100%;
}
.main .content_wrap .content_area .content_inner .item_btn_setting .sign_sort_wrap_module .sign_sort .search_icon {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.main .content_wrap .content_area .content_inner .item_btn_setting_module {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting_module {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 1rem 0;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting_module .create_sign {
  display: flex;
  gap: 10px;
}
.main .content_wrap .content_area .content_inner .item_btn_setting_module .sign_sort_wrap {
  display: flex;
  gap: 10px;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting_module .sign_sort_wrap {
    width: 100%;
    margin-top: 10px;
    flex-direction: column;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting_module .sign_sort_wrap .sign_sort {
  position: relative;
  display: flex;
  width: 360px;
  height: 38px;
}
@media (max-width: 1024px) {
  .main .content_wrap .content_area .content_inner .item_btn_setting_module .sign_sort_wrap .sign_sort {
    width: inherit;
    width: 100%;
  }
}
.main .content_wrap .content_area .content_inner .item_btn_setting_module .sign_sort_wrap .sign_sort .search_input {
  width: 100%;
}
.main .content_wrap .content_area .content_inner .item_btn_setting_module .sign_sort_wrap .sign_sort .search_icon {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.main .content_wrap .content_area .content_inner .item_btn_setting_module .sign_sort_wrap .sign_sort_module > .cont_select {
  width: 100%;
}
.main .content_wrap .pagination {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 0;
  bottom: 10px;
}
.main .content_wrap .pagination button {
  width: 26px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.main .content_wrap .pagination button:focus {
  background-color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.check_p_wrap {
  display: flex;
  justify-content: space-between;
}
.check_p_wrap:first-child {
  margin-right: 1.5rem;
}
.check_p_wrap .check_p {
  display: flex;
  align-items: center;
  margin: 6px 0;
}
.check_p_wrap .check_p .check_box_wrap {
  display: flex;
  align-items: center;
  color: var(--second_06);
}
.check_p_wrap .check_p .check_box_wrap img {
  margin-right: 6px;
  height: 18px;
}

.item_list_wrap {
  margin: 1rem 0;
  display: inline-block;
  justify-content: center;
}
@media (max-width: 480px) {
  .item_list_wrap {
    margin: 1rem 0;
  }
}
.item_list_wrap .item_list {
  position: relative;
  width: 180px;
}
@media (max-width: 440px) {
  .item_list_wrap .item_list {
    width: 140px;
  }
}
.item_list_wrap .item_list .item_li_checkbox_wrap {
  position: absolute;
  z-index: 20;
  margin: 10px;
  display: inline-block;
}
.item_list_wrap .item_list .item_img {
  width: 100%;
  border: 1px solid var(--second_03);
  border-radius: 5px;
  overflow: hidden;
  height: 180px;
  background: url("/imgs/ic_24_noimg.png") center no-repeat white;
  background-size: auto;
  position: relative;
}
@media (max-width: 440px) {
  .item_list_wrap .item_list .item_img {
    height: 140px;
  }
}
.item_list_wrap .item_list .item_img:hover .item_tabBtn_btn {
  transition: all 0.3s ease;
  opacity: 1;
}
.item_list_wrap .item_list .item_img .item_tabBtn_btn {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.item_list_wrap .item_list .item_img .item_tabBtn_btn a {
  position: relative;
  z-index: 20;
}
.item_list_wrap .item_list .item_img .item_tabBtn_btn a img {
  position: relative;
  left: 114px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 440px) {
  .item_list_wrap .item_list .item_img .item_tabBtn_btn a img {
    left: 80px;
  }
}
.item_list_wrap .item_list .item_img .item_tabBtn_btn .item_foot_bg {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background-color: #16191c;
  opacity: 0.08;
  width: 100%;
  height: 40px;
}
.item_list_wrap .item_list .item_list_content {
  text-align: center;
  padding-top: 1rem;
}
.item_list_wrap .item_list .item_list_content .user_name {
  font-weight: 700;
}
.item_list_wrap .item_list .item_list_content .user_date {
  font-size: 12px;
  padding-top: 6px;
}
.item_list_wrap .item_list_start {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4rem;
  padding-left: 257px;
}
.item_list_wrap .item_list_start > h1 {
  margin-top: 3rem;
}
.item_list_wrap .item_list_start > p {
  margin-top: 1rem;
}

.sign_add_pop.on {
  display: block;
  opacity: 1;
  z-index: 999;
  transition: 0.3s ease;
}

.stamp_add_pop.on {
  display: block;
  opacity: 1;
  z-index: 999;
  transition: 0.3s ease;
}

.item_list_wrap:hover .item_img {
  border: 1px solid var(--violet_P);
  outline: 3px solid var(--violet_D);
}

.sign_draw_wrap.on {
  z-index: 9999;
  opacity: 1;
  transform: opacity 0.3s ease;
}

.sign_draw_wrap {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
}
.sign_draw_wrap .sign_draw_contain {
  overflow: hidden;
  background-color: var(--white);
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  display: flex;
}
@media (max-width: 480px) {
  .sign_draw_wrap .sign_draw_contain {
    width: 95%;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_menu {
  background-color: var(--violet_bg);
  display: flex;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_menu .tab_btn {
  cursor: pointer;
}
.sign_draw_wrap .sign_draw_contain .btn_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  padding: 1rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap {
  background-color: white;
  overflow-y: auto;
  border: 1px solid red;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content > h1 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .sign_draw_del_btn {
  cursor: pointer;
  text-align: right;
  padding: 10px 0;
  text-decoration: underline;
  font-size: 14px;
  color: var(--violet_P);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step1 {
  width: 100%;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step1 {
    width: 100%;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step2 {
  width: 100%;
}
@media (max-width: 480px) {
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step2 {
    width: 100%;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step2 .content_list_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
  gap: 20px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step2 .content_list_wrap::-webkit-scrollbar {
  width: 2px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step2 .content_list_wrap::-webkit-scrollbar-thumb {
  background-color: var(--violet_PL);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step2 .content_list_wrap::-webkit-scrollbar-track {
  background-color: var(--violet_bg);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step2 .img_wrap {
  border-radius: 5px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--second_03);
}
@media (max-width: 480px) {
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step2 .img_wrap {
    width: 100%;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 {
  width: 100%;
}
@media (max-width: 480px) {
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 {
    width: 100%;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .content_list_wrap {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box {
  border: 2px solid var(--second_03);
  background-color: var(--second_01);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com {
  padding: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop {
  text-align: center;
  padding: 2rem;
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop > img {
  height: 40px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop > p {
  padding: 1rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop .or_comment {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop .or_comment hr {
  position: absolute;
  border: none;
  height: 1px;
  width: 40%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_com .my_com_file_drop .or_comment span {
  position: absolute;
  display: inline-block;
  background-color: white;
  padding: 0 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_cloud {
  padding: 0 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_cloud .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_cloud .cloud_move {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 14px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .my_file_box .my_cloud .cloud_move > input[type=button] {
  cursor: pointer;
  background-color: white;
  width: 100%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .file_desc {
  margin: 1rem 0 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .file_desc p {
  font-size: 15px;
  padding-top: 4px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .img_edit_area {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .img_edit_area .img_canvas {
  width: 408px;
  height: 164px;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .img_edit_area .img_edit_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .img_edit_area .img_edit_btn > input[type=button] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  height: 35px;
  padding: 0;
  font-weight: 600;
  color: var(--second_06);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_sign_step3 .img_edit_area .img_edit_btn > input[type=button]:focus {
  border: 1px solid var(--violet_P);
  outline: 3px solid var(--violet_D);
  color: var(--violet_P);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step1,
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step2 {
  width: 100%;
}
@media (max-width: 480px) {
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step1,
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step2 {
    width: 100%;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step1 .content_list_wrap,
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step2 .content_list_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 1rem;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 480px) {
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step1 .content_list_wrap,
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step2 .content_list_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step1 .content_list_wrap::-webkit-scrollbar,
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step2 .content_list_wrap::-webkit-scrollbar {
  width: 2px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step1 .content_list_wrap::-webkit-scrollbar-thumb,
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step2 .content_list_wrap::-webkit-scrollbar-thumb {
  background-color: var(--violet_PL);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step1 .content_list_wrap::-webkit-scrollbar-track,
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step2 .content_list_wrap::-webkit-scrollbar-track {
  background-color: var(--violet_bg);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step1 .img_wrap,
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step2 .img_wrap {
  border-radius: 5px;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--second_03);
}
@media (max-width: 480px) {
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step1 .img_wrap,
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step2 .img_wrap {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 {
  width: 100%;
}
@media (max-width: 480px) {
  .sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 {
    width: 100%;
  }
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .content_list_wrap {
  height: 300px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box {
  border: 2px solid var(--second_03);
  background-color: var(--second_01);
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com {
  padding: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop {
  text-align: center;
  padding: 2rem;
  border-radius: 5px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop > img {
  height: 40px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop > p {
  padding: 1rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop .or_comment {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop .or_comment hr {
  position: absolute;
  border: none;
  height: 1px;
  width: 40%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_com .my_com_file_drop .or_comment span {
  position: absolute;
  display: inline-block;
  background-color: white;
  padding: 0 10px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_cloud {
  padding: 0 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_cloud .file_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_cloud .cloud_move {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 14px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .my_file_box .my_cloud .cloud_move > input[type=button] {
  cursor: pointer;
  background-color: white;
  width: 100%;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .file_desc {
  margin: 1rem 0 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .file_desc p {
  font-size: 15px;
  padding-top: 4px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .img_edit_area {
  display: flex;
  justify-content: space-between;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .img_edit_area .img_canvas {
  width: 408px;
  height: 164px;
  border: 1px solid var(--second_03);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .img_edit_area .img_edit_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .img_edit_area .img_edit_btn > input[type=button] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  height: 35px;
  padding: 0;
  font-weight: 600;
  color: var(--second_06);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .add_stamp_step3 .img_edit_area .img_edit_btn > input[type=button]:focus {
  border: 1px solid var(--violet_P);
  outline: 3px solid var(--violet_D);
  color: var(--violet_P);
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .profile_name_input > label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .submit_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .submit_btn_wrap .submit_btn {
  width: 150px;
}

.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .Share_pop_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.sign_draw_wrap .sign_draw_contain .sign_draw_content_wrap .sign_draw_content .Share_pop_btn_wrap .submit_btn {
  width: 150px;
}

.sign_draw_wrap .sign_draw_contain .confirm_btn {
  width: 100%;
  height: 60px;
  background-color: var(--violet_P);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.active {
  display: none;
}

.selected {
  color: var(--violet_P) !important;
}

.profile_area {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding-bottom: 80px;
}
@media (max-width: 1500px) {
  .profile_area {
    justify-content: left;
    margin-left: 2rem;
  }
}
@media (max-width: 1024px) {
  .profile_area {
    justify-content: inherit;
    margin-left: inherit;
    margin: 1rem auto;
  }
}
.profile_area .profile_contain {
  width: 690px;
}
@media (max-width: 1024px) {
  .profile_area .profile_contain {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .profile_area .profile_contain {
    max-width: 320px;
  }
}
.profile_area .profile_contain section {
  background-color: white;
  border-radius: 10px;
}
.profile_area .profile_contain .user_info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile_area .profile_contain .user_info .user_photo {
  height: 242px;
  position: relative;
  display: flex;
  align-items: center;
}
.profile_area .profile_contain .user_info .user_photo .imgs_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90px;
}
.profile_area .profile_contain .user_info .user_photo .imgs_wrap .profile_photo {
  margin: 1rem 0;
}
.profile_area .profile_contain .user_info .user_photo .imgs_wrap .profile_photo .profile_photo_write_btn {
  background-color: var(--violet_P);
  position: absolute;
  top: 16px;
  right: 0;
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_area .profile_contain .user_info .user_photo .imgs_wrap > h1 {
  font-size: 20px;
}
.profile_area .profile_contain .user_info .user_photo .imgs_wrap > p {
  margin: 6px 0;
  color: var(--violet_P);
  font-weight: 600;
}
.profile_area .profile_contain .user_info .user_desc_wrap {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .profile_area .profile_contain .user_info .user_desc_wrap {
    width: 100%;
  }
}
.profile_area .profile_contain .user_info .user_desc_wrap .user_desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 480px) {
  .profile_area .profile_contain .user_info .user_desc_wrap .user_desc {
    width: 100%;
  }
}
.profile_area .profile_contain .user_info .user_desc_wrap .user_desc > h1 {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .profile_area .profile_contain .user_info .user_desc_wrap .user_desc > h1 {
    margin-bottom: inherit;
  }
}
.profile_area .profile_contain .user_info .user_desc_wrap .user_desc > p {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 15px;
  color: var(--second_05);
}

@media (max-width: 480px) {
  .profile_area .profile_contain .user_info .user_desc_wrap .user_desc > p {
    display: inline-block;
  }
}
.profile_area .profile_contain .user_info .user_desc_wrap .user_desc > p span {
  /* hw: display, t.a 추가 */
  display: block;
  text-align: right;
  color: var(--second_10);
}
.profile_area .user_desc_wrap .id_box .id_input_wrap,
.profile_area .user_desc_wrap .email_box .email_input_wrap,
.profile_area .user_desc_wrap .phone_box .phone_input_wrap{
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile_area .user_desc_wrap .id_box .id_input_wrap label,
.profile_area .user_desc_wrap .email_box .email_input_wrap label,
.profile_area .user_desc_wrap .phone_box .phone_input_wrap label {
  font-size: 15px;
  color: var(--second_06);
  width: 140px;
}
.profile_area .user_desc_wrap .id_box .id_input_wrap #id,
.profile_area .user_desc_wrap .email_box .email_input_wrap #email{
  background: var(--second_02);
  color: var(--second_04);
}
/*test*/
.profile_area .user_desc_wrap .email_box{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.profile_area .user_desc_wrap .email_box .email_input_wrap{
  display: flex;
  gap: 10px;
}
.profile_area .user_desc_wrap .email_box .email_input_wrap .flex{
  display: flex;
  gap: 10px;
  width:100%;
}
.profile_area .user_desc_wrap .email_box .email_input_wrap #send_email{
  color: #fff;
  background: var(--violet_P);
  font-size: 15px;
  padding: 16px 18px;
  cursor: pointer;
}
.profile_area .user_desc_wrap .email_box .input_col #emailTimer{
  position: absolute;
  right: 73px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--violet_P);
  font-size: 13px;
}
.profile_area .user_desc_wrap .email_box .validate_warning{
  color:var(--danger);
  font-size: 12px;
}
/*test end*/
.profile_area .user_desc_wrap .phone_box{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.profile_area .user_desc_wrap .phone_box .phone_input_wrap{
  display: flex;
  gap: 10px;
}
.profile_area .user_desc_wrap .phone_box .phone_input_wrap .flex{
  display: flex;
  gap: 10px;
  width:100%;
}
.profile_area .user_desc_wrap .phone_box .phone_input_wrap #send_phone{
  color: #fff;
  background: var(--violet_P);
  font-size: 15px;
  padding: 16px 18px;
  cursor: pointer;
}
.profile_area .user_desc_wrap .phone_box .input_col #phoneTimer{
  position: absolute;
  right: 73px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--violet_P);
  font-size: 13px;
}
.profile_area .user_desc_wrap .phone_box .validate_warning{
  color:var(--danger);
  font-size: 12px;
}

.profile_area .profile_contain .user_password {
  margin: 1rem 0;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.4rem;
}
.profile_area .profile_contain .user_password input[type=button] {
  font-size: 14px;
  font-weight: 600;
  background-color: var(--second_02);
  color: var(--second_05);
  cursor: pointer;
}
.profile_area .profile_contain .user_alert_set_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.profile_area .profile_contain .user_alert_set_wrap .user_alert_set {
  width: 100%;
}
.profile_area .profile_contain .user_alert_set_wrap .user_alert_set > h1 {
  font-size: 20px;
  margin-bottom: 2rem;
}
.profile_area .profile_contain .user_alert_set_wrap .user_alert_set > p {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.profile_area .profile_contain .user_alert_set_wrap .user_alert_set .toggle_wrap {
  position: relative;
}
.profile_area .profile_contain .user_alert_set_wrap .user_alert_set .toggle_wrap > span {
  cursor: pointer;
  position: absolute;
  right: 0;
}
.profile_area .profile_contain .withdrawal {
  margin: 1rem 0 4rem;
  text-align: center;
  color: var(--violet_P);
  text-decoration: underline;
  cursor: pointer;
}
.profile_area .profile_contain .co_info {
  display: block;
}
.profile_area .profile_contain .co_info .co_photo {
  margin-bottom: 1rem;
  width: 100%;
}
.profile_area .profile_contain .co_info .co_photo .imgs_wrap .profile_photo {
  overflow: hidden;
  background-color: #e3e3ff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.profile_area .profile_contain .co_info .co_desc_wrap {
  width: 100%;
}
.profile_area .profile_contain .co_info .co_desc_wrap .co_desc {
  width: 100%;
}
.profile_area .profile_contain .co_info .co_desc_wrap .co_desc .co_desc_title {
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile_area .profile_contain .co_info .co_desc_wrap .co_desc .co_desc_title input[type=button] {
  height: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background-color: var(--second_01);
  border: none;
  color: var(--second_05);
  font-weight: 500;
  cursor: pointer;
}
.profile_area .profile_contain .secession{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: var(--violet_P);
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  padding-top: 20px;
}

.user_photo_contain {
  display: flex;
  justify-content: center;
}

.user_photo_set_wrap {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  width: 400px;
}
@media (max-width: 480px) {
  .user_photo_set_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: inherit;
  }
}
.user_photo_set_wrap .user_photo_set {
  position: relative;
  width: 110px;
  height: 110px;
}
@media (max-width: 480px) {
  .user_photo_set_wrap .user_photo_set {
    width: 100px;
  }
}
.user_photo_set_wrap .user_photo_set .user_photo_wrap {
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 480px) {
  .user_photo_set_wrap .user_photo_set .user_photo_wrap {
    left: 10px;
  }
}
.user_photo_set_wrap .user_photo_set .user_photo_wrap .photoimgs_wrap,
.user_photo_set_wrap .user_photo_set .user_photo_wrap .co_img_wrap {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 110px;
  height: 110px;
}
@media (max-width: 480px) {
  .user_photo_set_wrap .user_photo_set .user_photo_wrap .photoimgs_wrap,
  .user_photo_set_wrap .user_photo_set .user_photo_wrap .co_img_wrap {
    width: 90px;
    height: 90px;
  }
}
.user_photo_set_wrap .user_photo_set .user_photo_wrap .photoimgs_wrap .photoimgs_wrap_profile img,
.user_photo_set_wrap .user_photo_set .user_photo_wrap .co_img_wrap .photoimgs_wrap_profile img {
  width: 100%;
}
.user_photo_set_wrap .user_photo_set .photoimgs_wrap_profile_btn {
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 26px;
  height: 26px;
}
.user_photo_set_wrap .user_photo_set .photoimgs_wrap_profile_btn img {
  width: 100%;
}

.active_border {
  border: 4px solid var(--violet_P);
  background-color: #eee;
  border-radius: 50%;
  position: relative;
}
.active_border::after {
  background: url("/imgs/done_alert.svg") no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--violet_P);
  text-align: center;
  color: white;
}

.set_custormize_contain {
  width: 1180px;
}
.set_custormize_contain h1 {
  font-size: 24px;
  font-weight: 600;
  color: var(--second_10);
  margin-bottom: 1rem;
}
.set_custormize_contain h2 {
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 500;
  color: var(--violet_P);
}
.set_custormize_contain .content_inner {
  background-color: white;
  border-radius: 5px;
  min-width: 1200px;
}
.set_custormize_contain .content_inner .content_inner_wrap {
  display: flex;
  justify-content: space-between;
  min-height: 840px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .logo_set_title {
  color: var(--second_05);
  font-weight: 500;
  margin-bottom: 1rem;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .logo_set {
  width: 272px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .logo_set input[type=file] {
  font-size: 14px;
  width: 272px;
  height: 42px;
  background-color: var(--second_01);
  color: var(--second_05);
  font-weight: 600;
  display: none;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .logo_set .logofile {
  cursor: pointer;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--second_03);
  font-size: 14px;
  width: 272px;
  height: 42px;
  background-color: var(--second_01);
  color: var(--second_05);
  font-weight: 600;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .logo_set img {
  width: 100%;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .logo_set .logo_set_caution {
  color: var(--red);
  font-size: 12px;
  letter-spacing: 2;
  padding: 1rem 0;
  font-weight: 600;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set {
  margin-top: 2rem;
  width: 272px;
  height: 200px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .btn_label {
  word-break: keep-all;
  margin-top: 10px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_pick_wrap {
  width: 170px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_pick_wrap .color_box_wrap {
  width: 100%;
  height: 50px;
  border: 1px solid var(--second_03);
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 14px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_pick_wrap .color_box_wrap .box {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--second_03);
  cursor: pointer;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_pick_wrap .color_box_wrap .hex {
  padding-left: 10px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_pick_wrap .color_box_wrap .box_select {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #099a96;
  border-radius: 5px;
  border: 1px solid var(--second_03);
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_pick_wrap .color_box_wrap .hex_select {
  padding-left: 10px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el > label {
  display: block;
  margin-bottom: 0.5rem;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el input {
  width: 170px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette {
  position: absolute;
  z-index: 10;
  top: 64px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap {
  width: 198px;
  background-color: white;
  padding: 10px 10px 16px;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap::after {
  content: "";
  background: url("/imgs/triangle.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 14px;
  top: -20px;
  width: 26px;
  height: 26px;
  text-align: center;
  color: white;
  z-index: 1;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .color {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .red {
  background-color: #f1574c;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .orange {
  background-color: #f69b54;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .yellow {
  background-color: #fee760;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .green {
  background-color: #4eaf56;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .dodgerblue {
  background-color: #4aa1f2;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .blue {
  background-color: #2237bd;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .purple {
  background-color: #8634d5;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .mint {
  background-color: #5bdab8;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .purple_blue {
  background-color: #6551f5;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .light_green {
  background-color: #93de57;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .blue_light {
  background-color: #464ff5;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .pink_dark {
  background-color: #d171c0;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .black {
  background-color: black;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .white {
  background-color: white;
  border: 1px solid var(--second_03);
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .pick_wrap {
  position: relative;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .pick_wrap .pick {
  border: 1px solid var(--second_03);
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 4px;
  border-radius: 5px;
  padding: 1px;
  position: absolute;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .pick_wrap .pick img {
  width: 100%;
  float: left;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .pick_wrap span {
  border: 1px solid var(--second_03);
  position: absolute;
  top: -2px;
  margin-left: 4px;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 14px;
}
.set_custormize_contain .content_inner .content_inner_wrap .lnb_menu .input_set .input_el .color_palette .color_wrap .pick_wrap input[type=color] {
  visibility: hidden;
  height: 0;
  width: 0;
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content {
  border: 1px solid var(--second_03);
  background-color: var(--second_01);
  width: 798px;
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content .main_content_inner {
  background-color: white;
  margin: 2rem;
  padding: 3rem;
  min-height: 785px;
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content .main_content_inner .heading_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 14px;
  color: var(--violet_P);
  font-weight: 500;
  font-size: 14px;
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content .main_content_inner .head_copy {
  padding: 2rem 0;
  text-align: center;
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content .main_content_inner .head_copy > h1 {
  font-size: 24px;
  font-weight: 600;
  color: var(--second_10);
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content .main_content_inner .head_copy > h2 {
  font-size: 14px;
  font-weight: 500;
  color: var(--second_08);
  line-height: 2;
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content .main_content_inner .head_copy > h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--second_10);
  margin: 0;
  background-color: var(--second_01);
  width: 638px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content .main_content_inner .table tr {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content .main_content_inner .btn_sign {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.set_custormize_contain .content_inner .content_inner_wrap .main_content .main_content_inner .btn_sign input[type=button] {
  cursor: pointer;
  width: 200px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
}
.set_custormize_contain .content_inner .btn_save {
  margin: 3rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.set_custormize_contain .content_inner .btn_save > input[type=button] {
  cursor: pointer;
  width: 200px;
  height: 50px;
  border: none;
}
.set_custormize_contain .content_inner .btn_save > span {
  font-weight: 500;
  color: var(--second_05);
  text-decoration: underline;
  position: absolute;
  right: 0;
}

.content_inner .adress_wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .content_inner .adress_wrap {
    display: inherit;
  }
}
.content_inner .adress_wrap .whole_group .whole_group_title,
.content_inner .adress_wrap .whole_group .whole_address_title,
.content_inner .adress_wrap .whole_address .whole_group_title,
.content_inner .adress_wrap .whole_address .whole_address_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_inner .adress_wrap .whole_group .whole_group_title > h1,
.content_inner .adress_wrap .whole_group .whole_address_title > h1,
.content_inner .adress_wrap .whole_address .whole_group_title > h1,
.content_inner .adress_wrap .whole_address .whole_address_title > h1 {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .content_inner .adress_wrap .whole_group .whole_group_title > h1,
  .content_inner .adress_wrap .whole_group .whole_address_title > h1,
  .content_inner .adress_wrap .whole_address .whole_group_title > h1,
  .content_inner .adress_wrap .whole_address .whole_address_title > h1 {
    font-size: 18px;
  }
}
.content_inner .adress_wrap .whole_group .whole_group_title > input[type=button],
.content_inner .adress_wrap .whole_group .whole_address_title > input[type=button],
.content_inner .adress_wrap .whole_address .whole_group_title > input[type=button],
.content_inner .adress_wrap .whole_address .whole_address_title > input[type=button] {
  height: 38px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2;
}
.content_inner .adress_wrap .whole_group .table_wrap_r,
.content_inner .adress_wrap .whole_address .table_wrap_r {
  width: 100%;
}
.content_inner .adress_wrap .whole_group .table,
.content_inner .adress_wrap .whole_address .table {
  margin-top: 1rem;
  background-color: white;
  border-radius: 5px;
  min-height: 620px;
}
.content_inner .adress_wrap .whole_group .table tr,
.content_inner .adress_wrap .whole_address .table tr {
  width: 100%;
}
.content_inner .adress_wrap .whole_group .table tr:first-child,
.content_inner .adress_wrap .whole_address .table tr:first-child {
  border-top: none;
}
.content_inner .adress_wrap .whole_group .table tr:last-child,
.content_inner .adress_wrap .whole_address .table tr:last-child {
  border-bottom: none;
}
.content_inner .adress_wrap .whole_group .table tr th,
.content_inner .adress_wrap .whole_group .table tr td,
.content_inner .adress_wrap .whole_address .table tr th,
.content_inner .adress_wrap .whole_address .table tr td {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
  height: 65px;
  flex: 1;
}
.content_inner .adress_wrap .whole_address {
  width: 728px;
}
@media (max-width: 1024px) {
  .content_inner .adress_wrap .whole_address {
    width: inherit;
  }
}
.content_inner .adress_wrap .whole_address .whole_address_title {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .content_inner .adress_wrap .whole_address .whole_address_title {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .content_inner .adress_wrap .whole_address .whole_address_title {
    margin-top: 2rem;
  }
}
.content_inner .adress_wrap .whole_address .whole_address_title > h1 {
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .content_inner .adress_wrap .whole_address .whole_address_title > h1 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.content_inner .adress_wrap .whole_address .whole_address_title > h1 > span {
  font-size: 18px;
  font-weight: 500;
  padding: 0 4px;
  color: var(--violet_P);
}
@media (max-width: 1024px) {
  .content_inner .adress_wrap .whole_address .whole_address_title > h1 > span {
    font-size: 14px;
  }
}
.content_inner .adress_wrap .whole_address .whole_address_title .item_btn_setting {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 1024px) {
  .content_inner .adress_wrap .whole_address .whole_address_title .item_btn_setting {
    width: 100%;
    gap: inherit;
    align-items: flex-start;
  }
}
.content_inner .adress_wrap .whole_address .whole_address_title .item_btn_setting .btns_wrap {
  display: flex;
  width: 100%;
  gap: 10px;
}
@media (max-width: 1024px) {
  .content_inner .adress_wrap .whole_address .whole_address_title .item_btn_setting .btns_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.content_inner .adress_wrap .whole_address .whole_address_title .item_btn_setting .btns_wrap input[type=button] {
  height: 38px;
  font-size: 13px;
}
.content_inner .adress_wrap .whole_address .whole_address_title .item_btn_setting .sign_sort_wrap {
  width: 100%;
  height: 38px;
}
.content_inner .adress_wrap .whole_address .whole_address_title .item_btn_setting .sign_sort_wrap .sign_sort {
  width: 100%;
}
.content_inner .adress_wrap .whole_address .whole_address_title .item_btn_setting .sign_sort_wrap .sign_sort input[type=search] {
  height: 38px;
}

.lnb {
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .lnb {
    /* margin-top: inherit; */
    /* hw: t, w, p 추가 */
    top: 96px;
    width: 100%;
    padding: 0 32px;
  }
}
.lnb > input[type=button] {
  width: 100%;
}
.lnb .menu_wrap {
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--second_04);
  padding: 1.2rem 0;
}
.lnb .menu_wrap h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0;
  position: relative;
}
.lnb .menu_wrap h1 .img_wrap {
  display: flex;
  align-items: center;
  color: #4b4b4b;
}
.lnb .menu_wrap h1 span {
  display: flex;
  align-items: center;
}
.lnb .menu_wrap h1 img {
  margin-right: 4px;
  width: 18px;
}
.lnb .menu_wrap h1 #depth_arrow_btn {
  cursor: pointer;
  display: flex;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content {
  overflow-y: auto;
  cursor: default;
  position: absolute;
  left: 225px;
  top: -124px;
  background-color: white;
  display: none;
  min-width: 280px;
  height: 100vh;
  border-left: 1px solid var(--second_03);
  box-shadow: 4px 0 10px rgba(119, 119, 119, 0.1);
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content::-webkit-scrollbar {
  width: 2px;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content::-webkit-scrollbar-thumb {
  background-color: var(--second_04);
  border-radius: 5px;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content::-webkit-scrollbar-track {
  background-color: var(--second_03);
  border-radius: 5px;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content h2 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content ul li > a {
  color: var(--second_09);
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content ul li ul.depth2 {
  position: relative;
  border-bottom: 0 !important;
  padding: 0;
  padding-bottom: 14px;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content ul li ul.depth2 > li {
  list-style: disc;
  margin-left: 14px;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content ul li ul.depth2 > li > a:hover {
  transition: all 0.2s ease-out;
  color: var(--violet_P);
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content ul li ul.depth2 > li img {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content ul li ul.depth2 > li .menu_pop {
  display: none;
  position: absolute;
  z-index: 10;
  top: 26px;
  right: -10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content ul li ul.depth2 > li .menu_pop ul {
  padding: 6px;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content ul li ul.depth2 > li .menu_pop ul li {
  color: var(--second_08);
  margin: 0;
  list-style: none;
  padding: 4px 18px;
  font-weight: 600;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content ul li ul.depth2 > li .menu_pop ul li:hover {
  border-radius: 5px;
  transition: all 0.3s ease-out;
  background-color: var(--violet_bg);
  color: var(--violet_P);
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content .add_folder_btn {
  position: relative;
  padding-top: 1rem;
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content .add_folder_btn > img {
  position: absolute;
  left: 40px;
}
.lnb .menu_wrap h1 #depth_arrow_btn .lnb_depth_content .add_folder_btn input[type=button] {
  box-shadow: none;
  font-weight: 500;
  font-size: 12px;
  padding: 4px 0;
}
.lnb .menu_wrap li {
  margin-left: 30px;
  list-style: none;
  line-height: 1.8;
  font-weight: 500;
}
.lnb .menu_wrap li:not(.jstree-node) a::before{
  content:"";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--second_04);
  display: inline-block;
  margin: 0 6px 2px 0;
}
.lnb .menu_wrap li a:hover::before,
.lnb .menu_wrap li .on::before
{background: #009a96;}
.lnb .menu_wrap li::marker {
  color: var(--second_04);
}
.lnb .menu_wrap li a{
  color: #4b4b4b;
}
.lnb .menu_wrap li a:hover,
.lnb .menu_wrap li .on{
  color: #009a96;
}
.expantion_btn {
  cursor: pointer;
  overflow-x: auto !important;
  display: flex !important;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}

.table {
  position: relative;
  min-height: 540px;
}
@media (max-width: 1024px) {
  .table {
    min-height: inherit;
  }
}
.table .lis_wrap_r {
  width: 404px;
}
@media (max-width: 1024px) {
  .table .lis_wrap_r {
    display: none;
  }
}
.table .lis_wrap {
  position: relative;
}
.table .lis_wrap .desc_pop {
  height: 100%;
  width: 70%;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #eee;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 1.5rem;
  background-color: white;
}
@media (max-width: 1024px) {
  .table .lis_wrap .desc_pop {
    display: none;
  }
}
.table .lis_wrap .desc_pop .dp_close {
  cursor: pointer;
  position: absolute;
  top: -24px;
  right: 22px;
  opacity: 0.2;
}
.table .lis_wrap .desc_pop::before {
  content: "";
  width: 90%;
  height: 92%;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -1;
  transform: translateZ(-1rem);
  box-shadow: -4px 0 24px rgba(153, 153, 153, 0.1);
}
.table .lis_wrap .desc_pop::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateZ(-1rem);
}
.table .lis_wrap .desc_pop .dp_heading {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  position: relative;
}
.table .lis_wrap .desc_pop .dp_heading::after {
  content: "";
  border-bottom: 2px solid var(--violet_P);
  width: 70px;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.table .lis_wrap .desc_pop .dp_heading .dp_head_tabs {
  display: flex;
}
.table .lis_wrap .desc_pop .dp_heading .dp_head_tabs .dp_head_tab {
  width: 70px;
  text-align: center;
  cursor: pointer;
}
.table .lis_wrap .desc_pop .dp_heading .dp_head_tabs .dp_head_tab:last-child {
  color: #aaa;
}
.table .lis_wrap .desc_pop .dp_heading a {
  font-size: 14px;
  letter-spacing: -1px;
  color: var(--violet_P);
  text-decoration: underline;
  margin-left: 1rem;
}
.table .lis_wrap .desc_pop .dp_body {
  padding: 1rem 0;
  height: 100%;
  overflow-y: auto;
  padding: 1rem;
}
.table .lis_wrap .desc_pop .dp_body .dp_id {
  display: inline-block;
  margin: 12px 0;
  font-size: 14px;
}
.table .lis_wrap .desc_pop .dp_body::-webkit-scrollbar {
  width: 2px;
}
.table .lis_wrap .desc_pop .dp_body::-webkit-scrollbar-thumb {
  background-color: var(--second_04);
  border-radius: 5px;
}
.table .lis_wrap .desc_pop .dp_body::-webkit-scrollbar-track {
  background-color: var(--second_01);
  border-radius: 5px;
}
.table .lis_wrap .desc_pop .dp_body .dp_body_tit {
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--violet_P);
  margin: 0.5rem 0 1.5rem;
}
.table .lis_wrap .desc_pop .dp_body .dp_li .dp_li_tit {
  font-weight: 700;
  color: var(--second_05);
  margin: 1.1rem 0 0;
}
.table .lis_wrap .desc_pop .dp_body .dp_li .dp_li_tit::before {
  content: "•";
  margin-right: 6px;
}
.table .lis_wrap .desc_pop .dp_body .dp_li .dp_li_elem_wrap {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
}
.table .lis_wrap .desc_pop .dp_body .dp_li .dp_li_elem_wrap .dp_li_elem {
  padding-left: 3px;
}
.table .lis_wrap .desc_pop .dp_body .dp_li .dp_li_elem_wrap .dp_li_elem:not(:last-child) {
  margin-right: 2rem;
}
.table .lis_wrap .desc_pop .dp_body .dp_li:last-child .dp_li_elem_wrap {
  border-bottom: 1px solid white;
}
.table .lis_wrap .desc_pop .dp_tab_content_1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
}
.table .lis_wrap .desc_pop .dp_tab_content_2 {
  display: none;
}
.table .lis_wrap .tr_left {
  display: grid;
  grid-template-columns: 1fr 1fr 50px;
  align-items: center;
}
@media (max-width: 1024px) {
  .table .lis_wrap .tr_left {
    display: none;
  }
}
.table .lis_wrap .tr_left .th,
.table .lis_wrap .tr_left .td {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f5f5f5;
  height: 50px;
}
.table .lis_wrap .tr_left .th img,
.table .lis_wrap .tr_left .td img {
  margin: 0 10px;
}
.table .lis_wrap .tr_left .th label,
.table .lis_wrap .tr_left .td label {
  display: flex;
  align-items: center;
}
.table .lis_wrap .tr_left .th label > img,
.table .lis_wrap .tr_left .td label > img {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
}
.table .lis_wrap .tr_left .updown_icon {
  cursor: pointer;
  margin-left: 10px;
  padding: 20px 0;
}
.table .lis_wrap .tr_left .th_move {
  height: 50px;
  cursor: pointer;
  border-bottom: 2px solid #f5f5f5;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .table .lis_wrap .tr_left .th_move {
    width: 10px;
  }
}
@media (max-width: 1024px) {
  .table .lis_wrap .tr_right_m {
    display: none !important;
  }
}
/* 231026 퍼블 수정 */
.table .lis_wrap .tr_right {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: center;
}
@media (max-width: 1024px) {
  .table .lis_wrap .tr_right {
    display: none;
  }
}
.table .lis_wrap .tr_right .th,
.table .lis_wrap .tr_right .td {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  height: 48px;
  padding-left: 1rem;
}
.table .lis_wrap .tr_right .th:nth-child(2),
.table .lis_wrap .tr_right .th:nth-child(3),
.table .lis_wrap .tr_right .th:nth-child(4){
  padding-left: 0;
}
.table .lis_wrap .tr_right .th label,
.table .lis_wrap .tr_right .td label {
  display: flex;
  align-items: center;
}
.table .lis_wrap .tr_right .th label > img,
.table .lis_wrap .tr_right .td label > img {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
}
.table .lis_wrap .tr_right .updown_icon {
  margin-left: 10px;
}
.table .lis_wrap .tr_right .th_move {
  height: 50px;
  cursor: pointer;
  border-bottom: 2px solid #e6e6e6;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .table .lis_wrap .tr_right .th_move {
    width: 10px;
  }
}

.dd_contain {
  background-color: #f3f5f7;
  border-collapse: collapse;
}
.dd_contain .draggable {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  line-height: 48px;
}
@media (max-width: 1024px) {
  .dd_contain .draggable {
    height: inherit;
    height: 94px;
  }
}
.dd_contain .draggable.dragging {
  opacity: 0.5;
  border: 2px dashed var(--violet_P);
}
.dd_contain .el {
  display: inline-block;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dd_contain .el .th {
  display: flex;
  align-items: center;
}

.dd_contain .el .th:nth-child(2),
.dd_contain .el .th:nth-child(3),
.dd_contain .el .th:nth-child(4) {
  color: #808080;
}
.dd_contain .el .th:nth-child(2) img {
  margin-right: 10px;
}
.dd_contain .el .th:nth-child(2) img:last-child {
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .dd_contain .el .th_m {
    padding-left: 2rem;
    padding-top: 5px;
  }
}
.dd_contain .el .th_move {
  visibility: hidden;
  width: 50px;
  height: 50px;
  transition: all 0.1s ease;
  background: url("/imgs/ic_18_more-1.svg") no-repeat center center;
}
@media (max-width: 1024px) {
  .dd_contain .el .th_move {
    visibility: visible;
  }
}
/* 231026 퍼블 수정 */
.dd_contain .el2 {
  display: inline-block;
  vertical-align: middle;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  position: relative;
  line-height: 65px;
}
@media (max-width: 1024px) {
  .dd_contain .el2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: inherit;
    padding: 1rem 0;
  }
}
.dd_contain .el2 > .th:nth-child(2) img {
  margin-right: 10px;
}
.dd_contain .el2 > .th:nth-child(2) img:last-child {
  margin-left: 10px;
  cursor: pointer;
}
.dd_contain .el2 > .th label {
  display: flex;
  align-items: center;
  line-height: 22px !important;
}
.dd_contain .el2 > .th label img {
  margin-right: 10px;
}
.dd_contain .el2 .th_move {
  visibility: hidden;
  width: 50px;
  height: 50px;
  transition: all 0.1s ease;
  background: url("/imgs/ic_18_more-1.svg") no-repeat center center;
}
@media (max-width: 1024px) {
  .dd_contain .el2 .adrs_drag_ico {
    position: absolute;
    top: 18px;
    right: 0;
    visibility: visible;
  }
}
.dd_contain .ico-drag {
  display: inline-block;
  vertical-align: inherit;
  width: 15px;
  height: 15px;
  background: url(./menu.png) no-repeat center top;
  background-size: cover;
}

.draggable_m {
  height: 50px !important;
}

.dd_contain_right {
  position: relative;
  min-height: 500px;
  background-color: white;
}
@media (max-width: 1024px) {
  .dd_contain_right {
    min-height: inherit;
  }
}

.draggable:hover .th_move {
  visibility: visible;
}

.moreBtn {
  position: relative;
  cursor: pointer;
}

.moreBtn_pop_wrap {
  position: absolute;
  z-index: 100;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.moreBtn_pop_wrap > p {
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.moreBtn_pop_wrap > p:hover {
  border-radius: 5px;
  background-color: var(--violet_bg);
}

.new_create_folder_wrap .new_create_folder {
  background-color: #eee;
  border-radius: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.new_create_folder_wrap .new_create_folder:hover {
  border-radius: inherit !important;
}

.folder_add {
  background-color: var(--violet_P);
  color: white !important;
}

.team_current_wrap {
  max-width: 1164px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
.team_current_wrap > h1 {
  font-weight: 500;
  font-size: 24px;
}
.team_current_wrap .team_current {
  background-color: white;
  width: 100%;
  border-radius: 5px;
  padding: 2rem 3rem;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .team_current_wrap .team_current {
    padding: 1rem;
  }
}

.toggle_area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.toggle_area .toggle_wrap .toggle_span .flipBtn {
  width: 40px;
  height: 22px;
  background-color: #eee;
  border-radius: 50px;
  position: relative;
  z-index: 10;
}
.toggle_area .toggle_wrap .toggle_span .toggle_btn {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background-color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  transition: all 300ms ease;
  z-index: 10;
  overflow: hidden;
}
.toggle_area .toggle_wrap .toggle_span .move {
  left: 20px;
  background-color: white;
}
.toggle_area .toggle_wrap .toggle_span .expand {
  transition: all 300ms ease;
  background-color: var(--violet_P);
}

.toggle_case2 {
  display: none;
  flex-direction: column !important;
  gap: 10px;
  text-align: center;
  align-items: center;
}
.toggle_case2 button {
  margin-top: 10px;
  width: 140px;
  height: 42px;
}

.paysystem_wrap {
  width: 100%;
  margin-bottom: 48px;
}
.paysystem_wrap > .pasys_tit {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.paysystem_wrap > .pasys_tit h1 {
  font-size: 28px;
  padding: 1rem;
}
.paysystem_wrap > .pasys_tit p:last-child {
  margin: 8px 0 3rem;
}
.paysystem_wrap > .pasys_tit p {
  padding: 0 2rem;
}
.paysystem_wrap > .paysystem {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  gap: 1rem;
}
.paysystem_wrap > .paysystem .contain_docu_set > .paysystem_tabs {
  height: 56px;
  width: 100%;
}
.paysystem_wrap > .paysystem .contain_docu_set > .paysystem_tabs .highlight {
  height: 40px;
  width: 50%;
}
.paysystem_wrap > .paysystem .contain_docu_set .contain_docu_set_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem 1.2rem;
}
.paysystem_wrap > .paysystem .contain_docu_set .contain_docu_set_tit > h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.paysystem_wrap > .paysystem .contain_docu_set .contain_docu_set_tit > h2 span {
  font-size: 12px;
  padding: 6px;
  border-radius: 4px;
  font-weight: 400;
  background: var(--violet_P);
  color: white;
  font-size: 15px;
}
.paysystem_wrap > .paysystem .contain_docu_set .contain_docu_set_tit > u {
  color: var(--violet_P);
  cursor: pointer;
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs {
  width: 690px;
  margin-top: inherit !important;
  padding: 2rem !important;
  background-color: white;
  border-radius: 5px;
  margin-top: 2rem;
  padding: 3rem 2rem;
}
@media (max-width: 480px) {
  .paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs {
    padding: 2rem 1.2rem;
  }
}
@media (max-width: 690px) {
  .paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs {
    margin: 0 auto;
    max-width: 480px;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs {
    margin: 0 auto;
    max-width: 360px;
    margin-top: 1rem;
  }
}
@media (max-width: 360px) {
  .paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs {
    margin: 0 auto;
    max-width: 320px;
    margin-top: 0.8rem;
  }
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs .paysys_tab .paysys_tab_subtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs .paysys_tab .paysys_tab_subtit > span > strong {
  font-size: 30px;
  color: var(--violet_P);
  letter-spacing: -1px;
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs .paysys_tab h2 {
  display: flex;
  justify-content: space-between;
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs .paysys_tab h2 span {
  font-size: 15px;
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs .paysys_tab h2 span b {
  color: var(--violet_P);
  font-size: 24px;
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs .paysys_tab hr {
  height: 1px;
  background-color: #eee;
  width: 100%;
  margin: 1rem 0;
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs .paysys_tab ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs .paysys_tab ul li {
  display: flex;
  justify-content: space-between;
}
.paysystem_wrap > .paysystem .contain_docu_set .paysys_tabs .paysys_tab ul li:not(:last-child) {
  margin-bottom: 4px;
}
.paysystem_wrap > .paysystem .paysys_ft {
  width: 690px;
  margin: 0 auto;
  background-color: white;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 3rem 2rem;
}
@media (max-width: 480px) {
  .paysystem_wrap > .paysystem .paysys_ft {
    padding: 2rem 1.2rem;
  }
}
@media (max-width: 690px) {
  .paysystem_wrap > .paysystem .paysys_ft {
    margin: 0 auto;
    max-width: 480px;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .paysystem_wrap > .paysystem .paysys_ft {
    margin: 0 auto;
    max-width: 360px;
    margin-top: 1rem;
  }
}
@media (max-width: 360px) {
  .paysystem_wrap > .paysystem .paysys_ft {
    margin: 0 auto;
    max-width: 320px;
    margin-top: 0.8rem;
  }
}
.paysystem_wrap > .paysystem .paysys_ft .paysys_ft_inn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.paysystem_wrap > .paysystem .paysys_ft .paysys_ft_inn > h3 {
  color: var(--violet_P);
  font-size: 20px;
}
.paysystem_wrap > .paysystem .paysys_ft .paysys_ft_inn .paysys_btns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.paysystem_wrap > .paysystem .paysys_ft .paysys_ft_inn .paysys_btns > button:first-child {
  border: 1px solid var(--violet_P);
  color: var(--violet_P);
}

.pay_box {
  border: 1px solid var(--second_03);
  border-radius: 5px;
  box-shadow: 0 0 14px rgba(85, 85, 85, 0.1);
}

.subscription_pay {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.subscription_pay a {
  margin-top: 1rem;
  border-radius: 5px;
  padding: 12px 14px;
  color: white;
  background: var(--violet_P);
  width: 140px;
}

.afterpay {
  position: relative;
}
.afterpay li:nth-child(2):after {
  position: absolute;
  left: 84px;
  content: attr(data-quote);
  color: var(--second_05);
  background: var(--second_02);
  font-size: 13px;
  padding: 3px 6px;
  border-radius: 4px;
}

.pay_caution {
  margin: 0 auto;
  width: 690px;
  text-align: left;
  font-size: 13px;
  color: var(--violet_P);
}
@media (max-width: 690px) {
  .pay_caution {
    max-width: 690px;
  }
}

.pay_caution_div {
  width: 690px;
}
@media (max-width: 690px) {
  .pay_caution_div {
    max-width: 690px;
  }
}

.custom_set {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.custom_set h3 {
  color: var(--violet_P);
}
.custom_set p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_set p a {
  background: var(--violet_P);
  color: white;
  padding: 10px 14px;
  border-radius: 5px;
}

.toggleHelp {
  position: relative;
  display: flex;
  align-items: center;
}
.toggleHelp img {
  width: 16px;
}
.toggleHelp:hover::after {
  display: block;
  content: attr(data-help);
}
.toggleHelp::after {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 12;
  display: none;
  content: attr(data-help);
  width: 100px;
  background: white;
  padding: 6px;
  border-radius: 5px;
  font-size: 12px;
  color: var(--second_08);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .toggleHelp::after {
    left: inherit;
    right: 0;
    top: 26px;
  }
}

.paysystem_help_wrap .paysystem_help_link {
  display: inline-block;
  margin-top: 1rem;
  background-color: var(--violet_P);
  color: white !important;
  padding: 10px 1rem;
  border-radius: 5px;
}

#pay_panels.on {
  display: none;
}

#pay_detail {
  display: none;
}

#pay_detail.on {
  display: block;
}

.pay_detail_wrap #pay_detail.on {
  display: flex;
  flex-direction: column;
  background-color: white;
  max-width: 690px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 2rem;
  gap: 2.5rem;
}
@media (max-width: 690px) {
  .pay_detail_wrap #pay_detail.on {
    padding: 1.5rem;
  }
}
.pay_detail_wrap #pay_detail.on section {
  text-align: center;
}
.pay_detail_wrap #pay_detail.on section ul {
  gap: inherit;
  display: flex;
}
.pay_detail_wrap #pay_detail.on section ul li {
  margin-bottom: inherit;
  padding: 10px 0;
}
.pay_detail_wrap #pay_detail.on section > .total > li {
  font-size: 20px;
  border-top: 1px solid var(--second_03);
  border-bottom: 1px solid var(--second_03);
}
.pay_detail_wrap #pay_detail.on > .agree {
  font-size: 14px;
}
.pay_detail_wrap #pay_detail.on .pay_detail_btns {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 14px;
}
.pay_detail_wrap #pay_detail.on .pay_detail_btns > button {
  float: left;
  width: 30%;
}
.pay_detail_wrap #pay_detail.on .pay_detail_btns > button:first-child {
  border: 1px solid var(--second_04);
}

.subscription_done_wrap.on {
  opacity: 1;
  z-index: 9999;
}

.subscription_done_wrap {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.subscription_done_wrap .modal_welcome_contain {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  width: 450px;
  background: linear-gradient(to top, var(--violet_P) 52px, white 10%);
}
@media (max-width: 480px) {
  .subscription_done_wrap .modal_welcome_contain {
    width: 90%;
  }
}
.subscription_done_wrap .modal_welcome_contain > section {
  padding: 2rem;
  text-align: center;
}
.subscription_done_wrap .modal_welcome_contain > section > h1 {
  font-size: 20px;
  margin-bottom: 2.3rem;
}
.subscription_done_wrap .modal_welcome_contain > section > h1 .modal_membername {
  color: var(--violet_P);
}
.subscription_done_wrap .modal_welcome_contain > section > img {
  margin-bottom: 1rem;
}
.subscription_done_wrap .modal_welcome_contain > section > h2 {
  margin-bottom: 0.6rem;
  font-size: 1rem;
}
.subscription_done_wrap .modal_welcome_contain .start_btn {
  background-color: var(--violet_P);
  text-align: center;
  padding: inherit;
}
.subscription_done_wrap .modal_welcome_contain .start_btn a {
  display: block;
  color: var(--white);
  padding: 1rem;
}

.subscription_done > h1 {
  margin: 1rem 0 2rem;
}
.subscription_done > h3 {
  font-weight: 400;
  color: var(--violet_P);
}

.pay_select {
  width: 33.33% !important;
}

.pay_select_fix > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pay_select_fix > ul > hr {
  height: 1px;
  background-color: var(--second_02);
  border: none;
  width: 100%;
}
.pay_select_fix > ul > li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pay_select_fix > ul > li:last-child {
  font-size: 20px;
}

.pay_select_tabs {
  width: 690px;
  background-color: white;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 3rem 2rem;
}
@media (max-width: 480px) {
  .pay_select_tabs {
    padding: 2rem 1.2rem;
  }
}
@media (max-width: 690px) {
  .pay_select_tabs {
    margin: 0 auto;
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .pay_select_tabs {
    margin: 0 auto;
    max-width: 360px;
    margin-top: 1rem;
  }
}
@media (max-width: 360px) {
  .pay_select_tabs {
    margin: 0 auto;
    max-width: 320px;
    margin-top: 0.7rem;
  }
}
.pay_select_tabs .pay_select_tab h2 {
  display: flex;
  justify-content: space-between;
}
.pay_select_tabs .pay_select_tab h2 span {
  font-size: 15px;
}
.pay_select_tabs .pay_select_tab h2 span b {
  color: var(--violet_P);
  font-size: 24px;
}
.pay_select_tabs .pay_select_tab hr {
  height: 1px;
  background-color: #eee;
  width: 100%;
  margin: 1rem 0;
}
.pay_select_tabs .pay_select_tab ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pay_select_tabs .pay_select_tab ul li {
  display: flex;
  justify-content: space-between;
}
.pay_select_tabs .pay_select_tab ul li:not(:last-child) {
  margin-bottom: 4px;
}

.pay_ways {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pay_ways .pay_way {
  display: flex;
  gap: 1rem;
}
@media (max-width: 690px) {
  .pay_ways .pay_way {
    display: block;
  }
}
.pay_ways .pay_way > lable {
  display: inline-block;
  margin-top: 12px;
  word-break: keep-all;
}
@media (max-width: 690px) {
  .pay_ways .pay_way > lable {
    margin-bottom: 10px;
  }
}
.pay_ways .pay_way .pay_way_input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.pay_ways .pay_way .pay_way_input > input {
  height: 42px;
  width: 100%;
}
.pay_ways .pay_way .pay_way_input > ul {
  color: var(--violet_P);
  font-size: 14px;
}
.pay_ways .pay_way .pay_way_input > ul > li {
  position: relative;
  padding-left: 14px;
}
.pay_ways .pay_way .pay_way_input > ul > li::before {
  content: "※";
  position: absolute;
  left: -2px;
}
.pay_ways .pay_way > ul {
  background-color: var(--second_02);
  font-size: 14px;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pay_ways .pay_way > ul > li {
  position: relative;
  padding-left: 14px;
}
.pay_ways .pay_way > ul > li::before {
  content: "※";
  position: absolute;
  left: -6px;
}
.pay_ways .pay_way:last-child {
  width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.pay_ways .pay_way:last-child button {
  width: 20%;
}
.pay_ways .pay_way:last-child button:first-child {
  border: 1px solid var(--second_04);
}
@media (max-width: 690px) {
  .pay_ways .pay_way:last-child button {
    width: 100%;
  }
}

.pay_way_inn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pay_way_inn .pay_way_sel {
  display: flex;
}
.pay_way_inn .pay_way_sel > p {
  width: 90px;
  margin-top: 10px;
}
.pay_way_inn .pay_way_sel > .pay_way_input > .cont_select {
  width: 100%;
}
.pay_way_inn .pay_way_input_txt {
  display: flex;
}
.pay_way_inn .pay_way_input_txt > lable {
  width: 90px;
  margin-top: 10px;
}
.pay_way_inn .pay_way_txt p {
  display: flex;
  justify-content: space-between;
}

.rdo_sec_flex {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 690px) {
  .rdo_sec_flex {
    font-size: 13px;
  }
}
.rdo_sec_flex > h1 {
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.rdo_sec_flex > h1 span {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  padding: 6px;
  border-radius: 5px;
  background-color: var(--second_01);
  max-width: 80px;
}
.rdo_sec_flex ul.rdo_ul_wrapper {
  border: 1px solid var(--second_03);
  padding: 1rem 1.5rem;
  border-radius: 5px;
}
.rdo_sec_flex ul.rdo_ul_wrapper .rdo_contain .radio:not(:last-child) {
  margin-bottom: inherit;
}
.rdo_sec_flex ul.rdo_ul_wrapper .rdo_contain .radio label.radio-label {
  margin: inherit !important;
}
.rdo_sec_flex ul.rdo_ul_wrapper .rdo_hr {
  background-color: var(--second_03);
  height: 0.5px;
}
.rdo_sec_flex ul.rdo_ul_wrapper .rdo_flex {
  text-align: left;
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 2fr;
  gap: 10px;
}
@media (max-width: 690px) {
  .rdo_sec_flex ul.rdo_ul_wrapper .rdo_flex {
    grid-template-columns: 3fr 2fr 3fr 3fr;
    gap: inherit;
  }
}
.rdo_sec_flex ul.rdo_ul_wrapper .rdo_flex div {
  padding: 12px 0;
}
.rdo_sec_flex .rdo_agree {
  text-align: center;
}
.rdo_sec_flex .rdo_result_btns {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.rdo_sec_flex .rdo_result_btns button {
  width: 50%;
}
.rdo_sec_flex .rdo_result_btns button:first-child {
  border: 1px solid var(--second_04);
}
@media (min-width: 690px) {
  .rdo_sec_flex .rdo_result_btns button {
    width: 25%;
  }
}

@media (max-width: 690px) {
  .paycancel_contain {
    width: 95% !important;
  }
}

.charge_pay_tabbar {
  width: 690px !important;
  margin: 0 auto;
}
@media (max-width: 690px) {
  .charge_pay_tabbar {
    margin: 0 auto;
    max-width: 480px;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .charge_pay_tabbar {
    margin: 0 auto;
    max-width: 360px;
    margin-top: 1rem;
  }
}
@media (max-width: 360px) {
  .charge_pay_tabbar {
    margin: 0 auto;
    max-width: 320px;
    margin-top: 1rem;
  }
}

.cancel_pop {
  text-align: left;
  padding: 1.5rem;
}
.cancel_pop .cancel_tit {
  font-weight: 600;
  font-size: 20px;
  padding: 2rem 0 1rem;
  text-align: center;
}
.cancel_pop h2 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 24px;
}
.cancel_pop p {
  padding: 1rem;
  background-color: var(--second_01);
  border-radius: 5px;
  line-height: 1.8;
  text-align: justify;
}
.cancel_pop .cancel_chk {
  margin-top: 14px;
  display: flex;
  align-items: center;
}
.cancel_pop .cancel_chk label {
  color: var(--second_06);
}

.cancel_pop_radio {
  padding: 1.5rem 2rem;
}
.cancel_pop_radio h3 {
  font-size: 24px;
  color: var(--violet_P);
  padding-bottom: 1rem;
}
.cancel_pop_radio ol.radio_contain {
  padding: 0;
  margin: 0;
  border: 1px solid var(--second_03);
  padding: 1rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.cancel_pop_radio ol.radio_contain li {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  gap: inherit !important;
}
.cancel_pop_radio ol.radio_contain li input[type=radio] {
  margin: 0 !important;
}
.cancel_pop_radio ol.radio_contain li label {
  margin: 0 !important;
}
.cancel_pop_radio ol.radio_contain li .radio_depth {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background-color: var(--second_01);
  width: 100%;
  max-height: 0;
  overflow: hidden;
}
.cancel_pop_radio ol.radio_contain li .radio_depth li {
  margin-left: 1rem;
}

.payhistory {
  max-width: 690px;
  margin: 0 auto;
}

.radio_depth.on {
  transition: max-height 0.3s ease;
  max-height: 500px !important;
  padding: 14px 0;
  gap: 10px;
  margin-top: 14px;
}

.emailcustom .contain_docu_set .emailcustom_tabs {
  max-width: 480px;
  margin: 0 auto;
  height: 56px !important;
}
.emailcustom .contain_docu_set .highlight {
  width: 50% !important;
  height: 40px !important;
}

.cont_sec_emailcustom {
  display: flex;
  justify-content: center;
}

.kakaoInterlock {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.kakaoInterlock > .sections {
  display: flex;
  background: white;
  padding: 2rem;
  width: 1180px;
  height: 262px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.kakaoInterlock > .sections section:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.kakaoInterlock > .sections section:first-child p {
  font-size: 20px;
  font-weight: 500;
  color: var(--second_10);
}
.kakaoInterlock > .sections section:first-child a {
  text-decoration: underline;
  color: var(--violet_P);
}
.kakaoInterlock > .sections section:first-child button {
  padding: 0 2rem;
}
.kakaoInterlock > .sections section:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 162px;
  width: 162px;
  border-radius: 50%;
  background-color: var(--violet_P);
}
.kakao_pop {
  padding: 0 !important;
}
.kakao_pop .ctn_wrap {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 1.4rem;
  overflow-y: auto;
  max-height: 500px;
  height: 100%;
}
.kakao_pop .ctn_wrap::-webkit-scrollbar {
  width: 2px;
}
.kakao_pop .ctn_wrap::-webkit-scrollbar-thumb {
  background-color: var(--second_04);
  border-radius: 5px;
}
.kakao_pop .ctn_wrap::-webkit-scrollbar-track {
  background-color: var(--second_03);
  border-radius: 5px;
}
.kakao_pop .ctn_wrap .ka_pop_hd_tit {
  color: var(--violet_P);
  font-size: 20px;
}
.kakao_pop .ctn_wrap .ka_pop_desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: var(--second_01);
  padding: 14px;
  border-radius: 5px;
}
.kakao_pop .ctn_wrap .ka_pop_desc > li {
  margin-left: 1rem;
  font-size: 14px;
}
.kakao_pop .ctn_wrap .ka_pop_desc > li::before {
  content: "•";
  color: var(--violet_P);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.kakao_pop .ctn_wrap .ka_pop_seletes {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}
.kakao_pop .ctn_wrap .ka_pop_seletes .ka_pop_selete {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.kakao_pop .ctn_wrap .ka_pop_seletes .ka_pop_selete .cont_select {
  width: 100%;
}
.kakao_pop .ctn_wrap .ka_pop_seletes .ka_pop_selete .cont_select > .list_item {
  margin-top: 10px;
}
.kakao_pop .ctn_wrap .ka_pop_more {
  font-size: 15px;
  color: var(--violet_P);
  text-decoration: underline;
}

.charge_pay_tabs {
  width: 1200px !important;
  margin: 0 auto;
  background-color: transparent !important;
  padding: 0 !important;
  /*height: 100%;*/
}

.payft_quot {
  text-align: center;
  margin-top: 1rem;
  color: var(--violet_P);
  font-size: 14px;
  margin-bottom: 1rem;
}

.pay_panels {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  height: 100%;
}
@media (max-width: 690px) {
  .pay_panels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media (max-width: 360px) {
  .pay_panels {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0 1rem;
  }
}
.pay_panels .pay_panel {
  width: 100%;
  background-color: white;
  border-radius: 4px;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  /* gap: 2rem; */
  flex: 1;
}
.pay_panels .pay_panel:hover {
  transition: all 0.5s ease;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1);
}
/*.pay_panels .pay_panel:first-child button {*/
.pay_panels .payBtnY {
  background-color: var(--second_05) !important;
  color: white;
}
.pay_panels .pay_panel button {
  height: 48px;
  margin: 36px 0 30px;
}
/* s: 231019 */
.pay_panels .pay_panel .box-discount{
  display: flex;
  justify-content: space-between;
}
.pay_panels .pay_panel .box-discount .level{
  display: inline-block;
  color: #555;
  font-size: 20px;
  font-weight: 700;
}
.pay_panels .pay_panel .box-discount .percent{
  display: inline-block;
  background-color: var(--violet_bg);
  color: var(--violet_P);
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  padding: 4px 6px;
}

.pay_panels .pay_panel .box-price .price{
  display: inline-block;
  color: #1c1c1c;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  margin: 10px 0px 4px;
}
.pay_panels .pay_panel .box-total .total{
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #1c1c1c;
}
.pay_panels .pay_panel .period{
  display: inline-block;
  color: #808080;
  font-size: 12px;
  font-weight: 500;
}
/* e: 231019 */

.pay_panels .pay_panel .name_tit {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  font-size: 1.4em;
  height: 90px;
}
.pay_panels .pay_panel .name_tit p {
  font-weight: 700;
  color: var(--second_06);
  padding-bottom: 10px;
  font-size: 15px;
}
.pay_panels .pay_panel .name_tit span {
  background-color: var(--violet_bg);
  color: var(--violet_P);
  font-size: 14px;
  font-weight: 700;
  padding: 4px;
  border-radius: 3px;
  display: inline;
  width: 70px;
  text-align: center;
  margin-top: 10px;
}
.pay_panels .pay_panel > ul {
  gap: 1px !important;
  flex: 1;
  margin: 0;
}
.pay_panels .pay_panel > ul li {
  list-style: disc !important;
  margin-left: 1rem;
}
.pay_panels .pay_panel .pay_cancel {
  text-align: center;
  text-decoration: underline;
  color: var(--violet_P);
}
@media (max-width: 690px) {
  .pay_panels .pay_panel {
    width: 100%;
    padding: 1rem;
  }
}

.pay_consultation_phone {
  background: center/contain url("/imgs/ic_24_call_s.svg") no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .pay_consultation_phone {
    display: none;
  }
}

.pay_consultation {
  display: flex;
  align-items: flex-start;
  background-color: var(--second_02);
  border-radius: 5px;
  padding: 1rem;
}
.pay_consultation span {
  font-size: 24px;
  color: var(--violet_P);
  padding-right: 10px;
}
.pay_consultation ul {
  gap: 1px !important;
  font-size: 15px;
}
.pay_consultation ul li {
  font-size: 14px;
}
.pay_consultation ul li:not(:last-child) {
  font-size: 20px;
}

.modalplus {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transition: opactiy 0.3s ease;
}

.modalplus.on {
  opacity: 1;
  z-index: 999;
}

.modalplusplus.on {
  opacity: 1;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modalplusplus {
  opacity: 0;
  z-index: -1;
}
.modalplusplus .modalplusplus_contain {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  width: 450px;
}
@media (max-width: 450px) {
  .modalplusplus .modalplusplus_contain {
    width: 95%;
  }
}
.modalplusplus .modalplusplus_contain .modalplus_tit {
  font-size: 18px;
  text-align: center;
  padding: 2rem 0 1rem;
}
.modalplusplus .modalplusplus_contain .modalplus_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
}
.modalplusplus .modalplusplus_contain .modalplus_body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.modalplusplus .modalplusplus_contain .modalplus_body > h2 {
  font-size: 18px;
  color: var(--violet_P);
  font-weight: 600;
}
.modalplusplus .modalplusplus_contain .modalplus_body > p {
  font-size: 14px;
}
.modalplusplus .modalplusplus_contain .modalplus_body > p > a {
  color: var(--violet_P);
  text-decoration: underline;
}
.modalplusplus .modalplusplus_contain .modalplus_body .dropboxbtn {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}
.modalplusplus .modalplusplus_contain .modalplus_body .dropboxbtn > span {
  font-size: 14px;
  color: var(--second_06);
}
.modalplusplus .modalplusplus_contain .modalplus_body .dropboxbtn .cont_select {
  width: 100%;
}
.modalplusplus .modalplusplus_contain .confirm_btn {
  text-align: center;
  padding: inherit;
  display: flex;
  justify-content: space-around;
}
.modalplusplus .modalplusplus_contain .confirm_btn a {
  display: block;
  color: var(--white);
  padding: 1rem;
  width: 100%;
  background-color: var(--violet_P);
}
.modalplusplus .modalplusplus_contain .confirm_btn a:not(:first-child) {
  background-color: var(--violet_PL);
}
/* 모달 추가 */

.modal_complete.on {
  opacity: 1;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal_complete {
  opacity: 0;
  z-index: -1;
}
.modal_complete .modalplusplus_contain {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  width: 450px;
}
@media (max-width: 450px) {
  .modal_complete .modalplusplus_contain {
    width: 95%;
  }
}
.modal_complete .modalplusplus_contain .modalplus_tit {
  font-size: 18px;
  text-align: center;
  padding: 2rem 0 1rem;
}
.modal_complete .modalplusplus_contain .modalplus_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
}
.modal_complete .modalplusplus_contain .modalplus_body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.modal_complete .modalplusplus_contain .modalplus_body > h2 {
  font-size: 18px;
  color: var(--violet_P);
  font-weight: 600;
}
.modal_complete .modalplusplus_contain .modalplus_body > p {
  font-size: 14px;
}
.modal_complete .modalplusplus_contain .modalplus_body > p > a {
  color: var(--violet_P);
  text-decoration: underline;
}
.modal_complete .modalplusplus_contain .modalplus_body .dropboxbtn {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}
.modal_complete .modalplusplus_contain .modalplus_body .dropboxbtn > span {
  font-size: 14px;
  color: var(--second_06);
}
.modal_complete .modalplusplus_contain .modalplus_body .dropboxbtn .cont_select {
  width: 100%;
}
.modal_complete .modalplusplus_contain .confirm_btn {
  text-align: center;
  padding: inherit;
  display: flex;
  justify-content: space-around;
}
.modal_complete .modalplusplus_contain .confirm_btn a {
  display: block;
  color: var(--white);
  padding: 1rem;
  width: 100%;
  background-color: var(--violet_P);
}
.modal_complete .modalplusplus_contain .confirm_btn a:not(:first-child) {
  background-color: var(--violet_PL);
}
/* 모달 추가 end */
.modalplus {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.modalplus .modalplus_contain {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  width: 450px;
}
.modalplus .modalplus_contain .modalplus_tit {
  font-size: 18px;
  text-align: center;
  padding: 2rem 0 1rem;
}
.modalplus .modalplus_contain .modalplus_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
}
.modalplus .modalplus_contain .modalplus_body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.modalplus .modalplus_contain .modalplus_body > h2 {
  font-size: 18px;
  color: var(--violet_P);
  font-weight: 600;
}
.modalplus .modalplus_contain .modalplus_body > p {
  font-size: 14px;
}
.modalplus .modalplus_contain .modalplus_body > p > a {
  color: var(--violet_P);
  text-decoration: underline;
}
.modalplus .modalplus_contain .modalplus_body .dropboxbtn {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}
.modalplus .modalplus_contain .modalplus_body .dropboxbtn > span {
  font-size: 14px;
  color: var(--second_06);
}
.modalplus .modalplus_contain .modalplus_body .dropboxbtn .cont_select {
  width: 100%;
}
.modalplus .modalplus_contain .confirm_btn {
  text-align: center;
  padding: inherit;
  display: flex;
  justify-content: space-around;
}
.modalplus .modalplus_contain .confirm_btn a {
  display: block;
  color: var(--white);
  padding: 1rem;
  width: 100%;
  background-color: var(--violet_P);
}
.modalplus .modalplus_contain .confirm_btn a:not(:first-child) {
  background-color: var(--violet_PL);
}

.helpbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--violet_K);
  height: 35px;
  width: 35px;
}

@media (max-width: 690px) {
  .charge_pay_tabs {
    width: inherit !important;
  }
}

ul.oneby_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
ul.oneby_boxes .oneby_box {
  border-radius: 5px;
  width: calc(20% - 16px);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: white;
}
ul.oneby_boxes .oneby_box > h4 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
ul.oneby_boxes .oneby_box > h4 > span {
  font-size: 14px;
  background: var(--violet_bg);
  color: var(--violet_P);
  border-radius: 5px;
  padding: 2px 4px;
}
ul.oneby_boxes .oneby_box > p {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 690px) {
  ul.oneby_boxes .oneby_box {
    width: calc(50% - 16px);
  }
}

.after_pay_wrap {
  background: white;
  display: flex;
}
.after_pay_wrap .after_pay {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}
.after_pay_wrap .after_pay > div {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.after_pay_wrap .after_pay > div > p {
  display: flex;
}
.after_pay_wrap .after_pay > div > p:last-child {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 14px;
}
.after_pay_wrap .after_pay > div > p:last-child > span {
  font-size: 14px;
  font-weight: 400;
}
.after_pay_wrap .after_pay > button {
  width: 120px;
  height: 40px;
}

.starter_page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.starter_page .starter_page_sec:nth-of-type(1) ul li {
  color: var(--violet_P);
  font-size: 12px;
}
.starter_page .starter_page_sec:nth-of-type(1) ul li::before {
  content: "※";
  padding-right: 4px;
}
.starter_page .starter_page_sec:nth-of-type(2) {
  padding: 2rem 0;
}
.starter_page .starter_page_sec:nth-of-type(2), .starter_page .starter_page_sec:nth-of-type(3) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.starter_page .starter_page_sec:nth-of-type(3) {
  gap: 10px;
}
.starter_page .starter_page_sec:nth-of-type(3) button {
  width: 90px;
}