@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'SUIT';
  font-style: normal;
  word-break: keep-all;
}

ul, li {
  list-style: none;
}

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

html {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
  /* height: 85vh; */
}

/* 헤더 */
header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #DDDDDD;
}

header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px;
  height: 80px;
}

header .header .left img {
  width: 100%;
}

header .header .right {
  display: flex;
  align-items: center;
}

header .header .right .uesr-wrap {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

header .header .right .uesr-wrap img {
  margin-right: 12px;
}

header .header .right .uesr-wrap h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

header .header .right .uesr-wrap h3 span {
  font-weight: 700;
}

header .header .right > a {
  padding: 4px 11.5px;
  border: 1px solid #DDDDDD;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}

/* 푸터 */
footer {
  width: 100%;
  border-top: 1px solid #DDDDDD;
}

footer .footer {
  padding: 30px 0;
}

footer .footer > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #999999;
}

footer .footer > p span {
  color: #525EDC;
}

/* 메뉴 */
section {
  display: flex;
}

section .main-section {
  border-left: 1px solid #DDDDDD;
  width: 85%;
  padding: 48px;
  background: #F0F4F7;
  padding-bottom: 80px;
}

section .main-section > h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 24px;
}

section #left-menu {
  width: 15%;
}

section #left-menu nav .top {
  padding: 24px;
}

section #left-menu nav .top a {
  display: block;
}

section #left-menu nav .top a .content {
  background: #F0F4F7;
  border: 1px solid #DEE1E3;
  padding: 24px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

section #left-menu nav .top a .content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}

section #left-menu nav .top a .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #6C7E88;
}

section #left-menu nav .bottom > ul > li {
  overflow: hidden;
  height: 61px;
  transition: all 0.3s;
}

section #left-menu nav .bottom > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 36px;
  border-bottom: 1px solid #DEE1E3;
  transition: all 0.3s;
}

section #left-menu nav .bottom > ul > li > a .left {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

section #left-menu nav .bottom > ul > li > a .left .img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-size: cover;
  transition: all 0.3s;
}

section #left-menu nav .bottom > ul > li > a .left .img01 {
  background: url(../img/bar-chart-11.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a .left .img02 {
  background: url(../img/user-edit.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a .left .img03 {
  background: url(../img/announcement-02.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a .left .img04 {
  background: url(../img/message-chat-circle.svg) no-repeat center center;
}

/* section #left-menu nav .bottom > ul > li > a .left .img05 {
  background: url(../img/person_grey.svg) no-repeat center center;
} */


section #left-menu nav .bottom > ul > li > a .left .img06 {
  background: url(../img/news_grey.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a .left .img05 {
  background: url(../img/cpu-chip-01.svg) no-repeat center center;
}
/*
section #left-menu nav .bottom > ul > li > a .left .img06 {
  background: url(../img/list.svg) no-repeat center center;
} */

section #left-menu nav .bottom > ul > li > a .left .img07 {
  background: url(../img/popup.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  transition: all 0.3s;
}

section #left-menu nav .bottom > ul > li > a .arrow-wrap span {
  position: relative;
  display: block;
  width: 10px;
  height: 2px;
  background: #6C7E88;
  border-radius: 2px;
  transition: all 0.3s;
}

section #left-menu nav .bottom > ul > li > a .arrow-wrap span:first-child {
  transform: rotate(45deg);
  top: -2px;
}

section #left-menu nav .bottom > ul > li > a .arrow-wrap span:last-child {
  transform: rotate(-45deg);
  top: 2px;
}

section #left-menu nav .bottom > ul > li > a:hover {
  background: #525EDC;
}

section #left-menu nav .bottom > ul > li > a:hover span {
  color: #FFFFFF;
}

section #left-menu nav .bottom > ul > li > a:hover .arrow-wrap span {
  background: #FFFFFF;
}

section #left-menu nav .bottom > ul > li > a:hover .left .img01 {
  background: url(../img/bar-chart-11-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a:hover .left .img02 {
  background: url(../img/user-edit-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a:hover .left .img03 {
  background: url(../img/announcement-02-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a:hover .left .img04 {
  background: url(../img/message-chat-circle-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a:hover .left .img05 {
  background: url(../img/person_white.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a:hover .left .img06 {
  background: url(../img/news_white.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li > a:hover .left .img07 {
  background: url(../img/popup-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li:first-child {
  border-top: 1px solid #DEE1E3;
  border-bottom: 1px solid #DEE1E3;
}

/* section #left-menu nav .bottom > ul > li.active {
  height: 61px;
} */

section #left-menu nav .bottom > ul > li.active > a {
  background: #525EDC;
}

section #left-menu nav .bottom > ul > li.active > a span {
  color: #FFFFFF;
}

section #left-menu nav .bottom > ul > li.active > a .arrow-wrap {
  transform: rotate(90deg);
}

section #left-menu nav .bottom > ul > li.active > a .arrow-wrap span {
  background: #FFFFFF;
}

section #left-menu nav .bottom > ul > li.active > a .left .img01 {
  background: url(../img/bar-chart-11-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li.active > a .left .img02 {
  background: url(../img/user-edit-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li.active > a .left .img03 {
  background: url(../img/announcement-02-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li.active > a .left .img04 {
  background: url(../img/message-chat-circle-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li.active > a .left .img05 {
  background: url(../img/cpu-chip-01-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li.active > a .left .img06 {
  background: url(../img/list-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul > li.active > a .left .img07 {
  background: url(../img/list-w.svg) no-repeat center center;
}

section #left-menu nav .bottom > ul .dep02 {
  display: flex;
  flex-direction: column;
  padding: 24px 40px;
  gap: 16px;
  border-bottom: 1px solid #DEE1E3;
}

section #left-menu nav .bottom > ul .dep02 > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  white-space: nowrap;
}

section #left-menu nav .bottom > ul .dep02 > li > a:hover {
  color: #525EDC;
}

html[data-subname="login"] header .header .right {
  display: none;
}

html[data-subname="dashboard"] section #left-menu nav .bottom > ul > li:nth-child(1) > a {
  background: #525EDC;
}

html[data-subname="dashboard"] section #left-menu nav .bottom > ul > li:nth-child(1) > a span {
  color: #FFFFFF;
}

html[data-subname="dashboard"] section #left-menu nav .bottom > ul > li:nth-child(1) > a .left .img01 {
  background: url(../img/bar-chart-11-w.svg) no-repeat center center;
}

html[data-subname="dashboard"] section #left-menu nav .bottom > ul > li:nth-child(1) > a .arrow-wrap span {
  background: #FFFFFF;
}

html[data-subname="footer_admin"] section #left-menu nav .bottom > ul > li:nth-child(7) > a {
  background: #525EDC;
}

html[data-subname="footer_admin"] section #left-menu nav .bottom > ul > li:nth-child(7) > a span {
  color: #FFFFFF;
}

html[data-subname="footer_admin"] section #left-menu nav .bottom > ul > li:nth-child(7) > a .left .img02 {
  background: url(../img/user-edit-w.svg) no-repeat center center;
}

html[data-subname="footer_admin"] section #left-menu nav .bottom > ul > li:nth-child(7) > a .arrow-wrap span {
  background: #FFFFFF;
}

html[data-subname="notice"] section #left-menu nav .bottom > ul > li:nth-child(2) > a {
  background: #525EDC;
}

html[data-subname="notice"] section #left-menu nav .bottom > ul > li:nth-child(2) > a span {
  color: #FFFFFF;
}

html[data-subname="notice"] section #left-menu nav .bottom > ul > li:nth-child(2) > a .left .img03 {
  background: url(../img/announcement-02-w.svg) no-repeat center center;
}

html[data-subname="notice"] section #left-menu nav .bottom > ul > li:nth-child(2) > a .arrow-wrap span {
  background: #FFFFFF;
}

html[data-subname="news"] section #left-menu nav .bottom > ul > li:nth-child(3) > a {
  background: #525EDC;
}

html[data-subname="news"] section #left-menu nav .bottom > ul > li:nth-child(3) > a span {
  color: #FFFFFF;
}

html[data-subname="news"] section #left-menu nav .bottom > ul > li:nth-child(3) > a .left .img06 {
  background: url(../img/news_white.svg) no-repeat center center;
}

html[data-subname="news"] section #left-menu nav .bottom > ul > li:nth-child(3) > a .arrow-wrap span {
  background: #FFFFFF;
}


html[data-subname="job"] section #left-menu nav .bottom > ul > li:nth-child(4) > a {
  background: #525EDC;
}

html[data-subname="job"] section #left-menu nav .bottom > ul > li:nth-child(4) > a span {
  color: #FFFFFF;
}

html[data-subname="job"] section #left-menu nav .bottom > ul > li:nth-child(4) > a .left .img05 {
  background: url(../img/person_white.svg) no-repeat center center;
}



html[data-subname="job"] section #left-menu nav .bottom > ul > li:nth-child(4) > a .arrow-wrap span {
  background: #FFFFFF;
}


html[data-subname="qna"] section #left-menu nav .bottom > ul > li:nth-child(5) > a {
  background: #525EDC;
}

html[data-subname="qna"] section #left-menu nav .bottom > ul > li:nth-child(5) > a span {
  color: #FFFFFF;
}

html[data-subname="qna"] section #left-menu nav .bottom > ul > li:nth-child(5) > a .left .img04 {
  background: url(../img/message-chat-circle-w.svg) no-repeat center center;
}

html[data-subname="qna"] section #left-menu nav .bottom > ul > li:nth-child(5) > a .arrow-wrap span {
  background: #FFFFFF;
}







html[data-subname="products_list"] section #left-menu nav .bottom > ul > li:nth-child(4) > a {
  background: #525EDC;
}

html[data-subname="products_list"] section #left-menu nav .bottom > ul > li:nth-child(4) > a span {
  color: #FFFFFF;
}

html[data-subname="products_list"] section #left-menu nav .bottom > ul > li:nth-child(4) > a .left .img05 {
  background: url(../img/cpu-chip-01-w.svg) no-repeat center center;
}

html[data-subname="products_list"] section #left-menu nav .bottom > ul > li:nth-child(4) > a .arrow-wrap span {
  background: #FFFFFF;
}

html[data-subname="products_list"] section #left-menu nav .bottom > ul > li:nth-child(4) .dep02 li:nth-child(1) a {
  color: #525EDC;
}

html[data-subname="products_add"] section #left-menu nav .bottom > ul > li:nth-child(3) > a {
  background: #525EDC;
}

html[data-subname="products_add"] section #left-menu nav .bottom > ul > li:nth-child(3) > a span {
  color: #FFFFFF;
}

html[data-subname="products_add"] section #left-menu nav .bottom > ul > li:nth-child(3) > a .left .img05 {
  background: url(../img/cpu-chip-01-w.svg) no-repeat center center;
}

html[data-subname="products_add"] section #left-menu nav .bottom > ul > li:nth-child(3) > a .arrow-wrap span {
  background: #FFFFFF;
}

html[data-subname="products_add"] section #left-menu nav .bottom > ul > li:nth-child(3) .dep02 li:nth-child(2) a {
  color: #525EDC;
}









html[data-subname="password"] section #left-menu nav .bottom > ul > li:nth-child(7) > a {
  background: #525EDC;
}

html[data-subname="password"] section #left-menu nav .bottom > ul > li:nth-child(7) > a span {
  color: #FFFFFF;
}

/* html[data-subname="password"] section #left-menu nav .bottom > ul > li:nth-child(7) > a .left .img05 {
  background: url(../img/cpu-chip-01-w.svg) no-repeat center center;
} */

html[data-subname="password"] section #left-menu nav .bottom > ul > li:nth-child(7) > a .arrow-wrap span {
  background: #FFFFFF;
}

html[data-subname="password"] section #left-menu nav .bottom > ul > li:nth-child(7) .dep02 li:nth-child(2) a {
  color: #525EDC;
}









html[data-subname="category_main"] section #left-menu nav .bottom > ul > li:nth-child(3) > a {
  background: #525EDC;
}

html[data-subname="category_main"] section #left-menu nav .bottom > ul > li:nth-child(3) > a span {
  color: #FFFFFF;
}

html[data-subname="category_main"] section #left-menu nav .bottom > ul > li:nth-child(3) > a .left .img06 {
  background: url(../img/list-w.svg) no-repeat center center;
}

html[data-subname="category_main"] section #left-menu nav .bottom > ul > li:nth-child(3) > a .arrow-wrap span {
  background: #FFFFFF;
}

html[data-subname="category_main"] section #left-menu nav .bottom > ul > li:nth-child(2) .dep02 li:nth-child(1) a {
  color: #525EDC;
}

html[data-subname="category_sub"] section #left-menu nav .bottom > ul > li:nth-child(2) > a {
  background: #525EDC;
}

html[data-subname="category_sub"] section #left-menu nav .bottom > ul > li:nth-child(2) > a span {
  color: #FFFFFF;
}

html[data-subname="category_sub"] section #left-menu nav .bottom > ul > li:nth-child(2) > a .left .img06 {
  background: url(../img/list-w.svg) no-repeat center center;
}

html[data-subname="category_sub"] section #left-menu nav .bottom > ul > li:nth-child(2) > a .arrow-wrap span {
  background: #FFFFFF;
}

html[data-subname="category_sub"] section #left-menu nav .bottom > ul > li:nth-child(2) .dep02 li:nth-child(2) a {
  color: #525EDC;
}

html[data-subname="popup_admin"] section #left-menu nav .bottom > ul > li:nth-child(6) > a {
  background: #525EDC;
}

html[data-subname="popup_admin"] section #left-menu nav .bottom > ul > li:nth-child(6) > a span {
  color: #FFFFFF;
}

html[data-subname="popup_admin"] section #left-menu nav .bottom > ul > li:nth-child(6) > a .left .img07 {
  background: url(../img/popup-w.svg) no-repeat center center;
}

html[data-subname="popup_admin"] section #left-menu nav .bottom > ul > li:nth-child(6) > a .arrow-wrap span {
  background: #FFFFFF;
}

/* 로그인 */
.login-wrap {
  width: 100%;
  background: #F0F4F7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 177px 0;
}

.login-wrap .content {
  width: 600px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 71px 77px;
  padding-bottom: 110px;
}

.login-wrap .content img {
  margin: auto;
  margin-bottom: 32px;
  display: block;
  visibility: hidden;
}

.login-wrap .content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}

.login-wrap .content form div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.login-wrap .content form div span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.login-wrap .content form div input {
  width: 350px;
  padding: 15px 20px;
  margin-left: 40px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
}

.login-wrap .content form div input:focus {
  outline: 0;
}

.login-wrap .content form button {
  width: 446px;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #525EDC;
  border: 0;
  cursor: pointer;
}

/* 대시보드 */
.dashboard-section .content-wrap {
  width: 100%;
}

.dashboard-section .content-wrap .content-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.dashboard-section .content-wrap .content-top .content {
  width: 100%;
  height: 480px;
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px;
}

.dashboard-section .content-wrap .content-top .content > h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.dashboard-section .content-wrap .content-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.dashboard-section .content-wrap .content-bottom .content {
  width: 100%;
  height: 480px;
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px;
}

.dashboard-section .content-wrap .content-bottom .content > h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

/* 정보관리 */
.footer_admin-section .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.footer_admin-section .title-wrap h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  margin-right: 20px;
}

.footer_admin-section .title-wrap svg {
  margin-right: 4px;
}

.footer_admin-section .title-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6C7E88;
}

.footer_admin-section .tab-wrap {
  display: flex;
  position: relative;
  top: 1px;
}

.footer_admin-section .tab-wrap span {
  display: block;
  padding: 12px 20px;
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  cursor: pointer;
}

.footer_admin-section .tab-wrap .tab02 {
  border-left: 0;
}

.footer_admin-section .tab-wrap span.active {
  border-bottom: 0;
}

.footer_admin-section .content-wrap {
  padding: 48px;
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  display: none;
}

.footer_admin-section .content-wrap form .footer-title-make-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
}

.footer_admin-section .content-wrap form .footer-title-make-wrap .footer-title-make span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}

.footer_admin-section .content-wrap form .footer-title-make-wrap .footer-title-make input {
  border: 1px solid #DEE1E3;
  padding: 10px 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6C7E88;
}

.footer_admin-section .content-wrap form .footer-title-make-wrap .footer-title-make input:focus {
  outline: 0;
}

.footer_admin-section .content-wrap form .footer-memo {
  margin: 24px 0;
}

.footer_admin-section .content-wrap form .footer-memo p {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}

.footer_admin-section .content-wrap form .footer-memo p span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #525EDC;
  margin-left: 8px;
}

.footer_admin-section .content-wrap form .footer-memo textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C7E88;
  padding: 12px 20px;
  width: 100%;
  height: 120px;
  border: 1px solid #DEE1E3;
  outline: 0;
  resize: none;
}

.footer_admin-section .content-wrap form .footer-submit_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.footer_admin-section .content-wrap form .footer-submit_btn .reset {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6C7E88;
  padding: 10px 48px;
  background: #F0F4F7;
  border: 1px solid #DEE1E3;
  margin-right: 12px;
  cursor: pointer;
}

.footer_admin-section .content-wrap form .footer-submit_btn .success {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 9px 48px;
  background: #525EDC;
  border: 1px solid #525EDC;
  cursor: pointer;
}

.footer_admin-section .content-wrap.tab02 {
  margin-bottom: 17%;
}

.footer_admin-section .content-wrap.tab02 form .footer-title-make-wrap {
  margin-bottom: 24px;
}

.footer_admin-section .content-wrap.active {
  display: block;
}

/* 공지사항 */
.notice-section .content-wrap {
  display: flex;
  gap: 24px;
}

.notice-section .content-wrap > .left {
  width: 35.383%;
  height: 100%;
  border: 1px solid #DEE1E3;
}

.notice-section .content-wrap > .left .title {
  padding: 17px 24px;
  background: #FFFFFF;
  border-bottom: 1px solid #DEE1E3;
}

.notice-section .content-wrap > .left .title h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.notice-section .content-wrap > .left .content {
  background: #FFFFFF;
  padding: 0 36px;
  padding-top: 24px;
  padding-bottom: 48px;
}

.notice-section .content-wrap > .left .content table {
  width: 100%;
  border-collapse: collapse;
}

.notice-section .content-wrap > .left .content table thead tr {
  border-bottom: 2px solid #525EDC;
}

.notice-section .content-wrap > .left .content table thead tr th {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  padding: 12px 10px;
  text-align: center;
}

.notice-section .content-wrap > .left .content table thead tr th:nth-child(1) {
  width: 48px;
}

.notice-section .content-wrap > .left .content table thead tr th:nth-child(2) {
  width: 216px;
}

.notice-section .content-wrap > .left .content table thead tr th:nth-child(3) {
  width: 120px;
}

.notice-section .content-wrap > .left .content table thead tr th:nth-child(4) {
  width: 80px;
  display: flex;
  align-items: center;
  margin: auto;
  gap: 10px;
}

.notice-section .content-wrap > .left .content table thead tr th:nth-child(4) a {
  display: block;
}

.notice-section .content-wrap > .left .content table tbody tr {
  border-bottom: 1px solid #DEE1E3;
}

.notice-section .content-wrap > .left .content table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  padding: 8px 10px;
  text-align: center;
}
.notice-section .content-wrap > .left .content table tbody tr td:nth-child(1) {
  width: 48px;
}

.notice-section .content-wrap > .left .content table tbody tr td:nth-child(2) {
  width: 216px;
}

.notice-section .content-wrap > .left .content table tbody tr td:nth-child(3) {
  width: 120px;
}

.notice-section .content-wrap > .left .content table tbody tr td:nth-child(4) {
  width: 80px;
  /* display: flex;
  align-items: center;
  margin: auto;
  gap: 10px; */
}
.notice-section .content-wrap > .left .content table tbody tr td:nth-child(2) a{
  display: block;
  width: inherit;
  cursor: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-section .content-wrap > .left .content table tbody tr td>a{
  cursor: pointer;
}

.notice-section .content-wrap > .left .content table tbody tr td:nth-child(2n+1) {
  background: #F0F4F7;
}

.notice-section .content-wrap > .left .content .page-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.notice-section .content-wrap > .left .content .page-wrap .left .pageing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #DEE1E3;
}

.notice-section .content-wrap > .left .content .page-wrap .left .pageing .num a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #6C7E88;
  padding: 6px 11px;
  border: 1px solid #DEE1E3;
  background: #FFFFFF;
  transition: all 0.3s;
}

.notice-section .content-wrap > .left .content .page-wrap .left .pageing .num a:hover {
  background: #525EDC;
  color: #FFFFFF;
}

.notice-section .content-wrap > .left .content .page-wrap .left .pageing .num.active a {
  background: #525EDC;
  color: #FFFFFF;
}

.notice-section .content-wrap > .left .content .page-wrap .right button {
  padding: 7.5px 48px;
  background: #525EDC;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  height: 40px;
}

.notice-section .content-wrap > .right {
  width: 64.617%;
  border: 1px solid #DEE1E3;
  background: #FFFFFF;
}

.notice-section .content-wrap > .right .title {
  padding: 17px 24px;
  border-bottom: 1px solid #DEE1E3;
}

.notice-section .content-wrap > .right .title h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.notice-section .content-wrap > .right .content {
  padding: 0 36px;
  padding-top: 24px;
  padding-bottom: 48px;
}

.notice-section .content-wrap > .right .content form .notece-title-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.notice-section .content-wrap > .right .content form .notece-title-wrap .notece-title h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}

.notice-section .content-wrap > .right .content form .notece-title-wrap .notece-title input {
  width: 100%;
  height: 48px;
  padding: 10px 20px;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6C7E88;
}

.notice-section .content-wrap > .right .content form .notece-title-wrap .notece-title input:focus {
  outline: 0;
}

.notice-section .content-wrap > .right .content form .notece-title-wrap .notece-title .files {
  position: relative;
  border: 1px solid #DEE1E3;
}

.notice-section .content-wrap > .right .content form .notece-title-wrap .notece-title .files input {
  opacity: 0;
  display: block;
  height: 48px;
  position: relative;
  z-index: 5;
}

.notice-section .content-wrap > .right .content form .notece-title-wrap .notece-title .files p {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6C7E88;
  top: 14px;
  left: 24px;
  margin: auto;
}

.notice-section .content-wrap > .right .content form .notece-title-wrap .notece-title .files span {
  position: absolute;
  top: 7px;
  right: 10px;
  margin: auto;
  padding: 8px 20px;
  background: #F0F4F7;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #6C7E88;
}

.notice-section .content-wrap > .right .content form .notece-cont {
  margin-bottom: 24px;
}

.notice-section .content-wrap > .right .content form .notece-cont h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}

.notice-section .content-wrap > .right .content form .notece-cont input[type="date"]{
  width: 150px;
  height: 40px;
}

.notice-section .content-wrap > .right .content form .notece-cont textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C7E88;
  padding: 12px 20px;
  width: 100%;
  height: 320px;
  border: 1px solid #DEE1E3;
  outline: 0;
  resize: none;
}

.notice-section .content-wrap > .right .content form .pagebtn {
  text-align: right;
}

.notice-section .content-wrap > .right .content form .pagebtn #insertBoard {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 9px 48px;
  background: #525EDC;
  border: 0;
  cursor: pointer;
}

/* Q&A */
.qna-section .content-wrap {
  display: flex;
  gap: 24px;
}

.qna-section .content-wrap > .left {
  width: 35.383%;
  height: 100%;
  border: 1px solid #DEE1E3;
}

.qna-section .content-wrap > .left .title {
  padding: 17px 24px;
  background: #FFFFFF;
  border-bottom: 1px solid #DEE1E3;
}

.qna-section .content-wrap > .left .title h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.qna-section .content-wrap > .left .content {
  background: #FFFFFF;
  padding: 0 36px;
  padding-top: 24px;
  padding-bottom: 48px;
}

.qna-section .content-wrap > .left .content table {
  width: 100%;
  border-collapse: collapse;
}

.qna-section .content-wrap > .left .content table thead tr {
  border-bottom: 2px solid #525EDC;
}

.qna-section .content-wrap > .left .content table thead tr th {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  padding: 12px 10px;
  text-align: center;
}

.qna-section .content-wrap > .left .content table thead tr th:nth-child(1) {
  width: 48px;
}

.qna-section .content-wrap > .left .content table thead tr th:nth-child(2) {
  width: 216px;
}

.qna-section .content-wrap > .left .content table thead tr th:nth-child(3) {
  width: 120px;
}

.qna-section .content-wrap > .left .content table thead tr th:nth-child(4) {
  /* width: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.qna-section .content-wrap > .left .content table thead tr th:nth-child(4) a {
  display: block;
}
.qna-section .content-wrap > .left .content table tbody tr td .get_detail{
  cursor: pointer;
}
.qna-section .content-wrap > .left .content table tbody tr {
  border-bottom: 1px solid #DEE1E3;
}

.qna-section .content-wrap > .left .content table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  padding: 8px 10px;
  text-align: center;
}

.qna-section .content-wrap > .left .content table tbody tr td:nth-child(2n+1) {
  background: #F0F4F7;
}

.qna-section .content-wrap > .left .content .page-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.qna-section .content-wrap > .left .content .page-wrap .left .pageing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #DEE1E3;
}

.qna-section .content-wrap > .left .content .page-wrap .left .pageing .num a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #6C7E88;
  padding: 6px 11px;
  border: 1px solid #DEE1E3;
  background: #FFFFFF;
  transition: all 0.3s;
}

.qna-section .content-wrap > .left .content .page-wrap .left .pageing .num a:hover {
  background: #525EDC;
  color: #FFFFFF;
}

.qna-section .content-wrap > .left .content .page-wrap .left .pageing .num.active a {
  background: #525EDC;
  color: #FFFFFF;
}

.qna-section .content-wrap > .left .content .page-wrap .right button {
  padding: 7.5px 48px;
  background: #525EDC;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  height: 40px;
}

.qna-section .content-wrap > .right {
  width: 64.617%;
}

.qna-section .content-wrap > .right .content form .top {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  margin-bottom: 24px;
}

.qna-section .content-wrap > .right .content form .top .title {
  padding: 17px 24px;
  border-bottom: 1px solid #DEE1E3;
}

.qna-section .content-wrap > .right .content form .top .title h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title {
  padding: 0 36px;
  padding-top: 24px;
  padding-bottom: 48px;
}

.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .title-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 12px;
}
.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .title-wrap>div:nth-child(1){
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .title-wrap>div:nth-child(1) p{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-right: 12px;
}
.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .title-wrap>div:nth-child(2) p{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .title-wrap>div:nth-child(2) p span{
  margin-left: 12px;
}

.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .title-wrap h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .title-wrap p {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  flex-direction: column;
}

.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .title-wrap p span {
  display: block;
  /* width: 1px;
  height: 12px;
  background: #9AA3A8;
  margin: 0 8px; */
}

.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .text-content {
  width: 100%;
  height: 300px;
  padding: 12px 20px;
  border: 1px solid #DEE1E3;
  overflow-y: scroll;
  overflow-x: hidden;
}
.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .text-content p{
  margin-bottom: 12px;
}
.qna-section .content-wrap > .right .content form .top .qna-title-wrap .qna-title .text-content p span{
  word-break: break-all;
}

.qna-section .content-wrap > .right .content form .bottom {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
}

.qna-section .content-wrap > .right .content form .bottom .qna-cont h3 {
  padding: 17px 24px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  border-bottom: 1px solid #DEE1E3;
}

.qna-section .content-wrap > .right .content form .bottom .qna-cont div {
  padding: 0 36px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.qna-section .content-wrap > .right .content form .bottom .qna-cont div textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C7E88;
  padding: 12px 20px;
  width: 100%;
  height: 138px;
  border: 1px solid #DEE1E3;
  outline: 0;
  resize: none;
  overflow-y: scroll;
}

.qna-section .content-wrap > .right .content form .pagebtn {
  text-align: right;
  padding-bottom: 37px;
  padding-right: 36px;
}

.qna-section .content-wrap > .right .content form .pagebtn #insertBoard {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 9px 48px;
  background: #525EDC;
  border: 0;
  cursor: pointer;
}

/* 제품목록 및 수정 */
.products_list-section .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.products_list-section .title-wrap h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  margin-right: 20px;
}

.products_list-section .title-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6C7E88;
  margin-left: 4px;
}

.products_list-section .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.products_list-section .content-wrap .left {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px 0px;
  width: 100%;
  height: 890px;
}

.products_list-section .content-wrap .left .title {
  margin-bottom: 24px;
}

.products_list-section .content-wrap .left .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.products_list-section .content-wrap .left .top {
  padding: 0px 24px;
  margin-bottom: 12px;
}

.products_list-section .content-wrap .left .top form {
  display: flex;
  align-items: center;
  gap: 24px;
}

.products_list-section .content-wrap .left .top form select {
  font-weight: 500;
  font-size: 14px;
  color: #6C7E88;
  padding: 0 24px;
  padding-right: 46px;
  width: 200px;
  height: 38px;
  border: 1px solid #DEE1E3;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.products_list-section .content-wrap .left .top form button {
  height: 38px;
  padding: 9px 48px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
}

.products_list-section .content-wrap .left .bottom {
  padding: 0px 24px;
}

.products_list-section .content-wrap .left .bottom table {
  border-collapse: collapse;
  width: 100%;
}

.products_list-section .content-wrap .left .bottom table thead tr {
  border-bottom: 2px solid #525EDC;
}

.products_list-section .content-wrap .left .bottom table thead tr th {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  padding: 12px 10px;
}

.products_list-section .content-wrap .left .bottom table thead tr th:nth-child(1) {
  width: 80px;
}

.products_list-section .content-wrap .left .bottom table thead tr th:nth-child(2) {
  width: 140px;
}

.products_list-section .content-wrap .left .bottom table thead tr th:nth-child(3) {
  width: 340px;
}

.products_list-section .content-wrap .left .bottom table thead tr th:nth-child(4) {
  width: 120px;
}

.products_list-section .content-wrap .left .bottom table thead tr th:nth-child(5) {
  width: 120px;
}

.products_list-section .content-wrap .left .bottom table tbody tr {
  border-bottom: 1px solid #DEE1E3;
}

.products_list-section .content-wrap .left .bottom table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  text-align: center;
  padding: 12px 10px;
}

.products_list-section .content-wrap .left .bottom table tbody tr td img {
  width: 100px;
  height: 50px;
}

.products_list-section .content-wrap .left .bottom table tbody tr td a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}

.products_list-section .content-wrap .left .bottom table tbody tr td:first-child {
  background: #F0F4F7;
}

.products_list-section .content-wrap .left .bottom table tbody tr td:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F4F7;
  height: 78px;
}

.products_list-section .content-wrap .left .bottom table tbody tr td:last-child {
  height: 78px;
}

.products_list-section .content-wrap .left .bottom table tbody tr td:last-child a {
  padding: 4px 0;
}

.products_list-section .content-wrap .left .bottom .page-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.products_list-section .content-wrap .left .bottom .page-wrap .pageing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #DEE1E3;
}

.products_list-section .content-wrap .left .bottom .page-wrap .pageing .num a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #6C7E88;
  padding: 6px 11px;
  border: 1px solid #DEE1E3;
  background: #FFFFFF;
  transition: all 0.3s;
}

.products_list-section .content-wrap .left .bottom .page-wrap .pageing .num a:hover {
  background: #525EDC;
  color: #FFFFFF;
}

.products_list-section .content-wrap .left .bottom .page-wrap .pageing .num.active a {
  background: #525EDC;
  color: #FFFFFF;
}

.products_list-section .content-wrap .right {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px;
  height: unset;
}

.products_list-section .content-wrap .right .title {
  margin-bottom: 40px;
}

.products_list-section .content-wrap .right .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.products_list-section .content-wrap .right form {
  display: flex;
  flex-direction: column;
}

.products_list-section .content-wrap .right form > h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 24px;
}

.products_list-section .content-wrap .right form div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.products_list-section .content-wrap .right form div span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  margin-bottom: 16px;
}

.products_list-section .content-wrap .right form div select {
  width: 200px;
  padding: 12px 24px;
  padding-right: 46px;
  border: 1px solid #DEE1E3;
  font-weight: 500;
  font-size: 14px;
  color: #6C7E88;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.products_list-section .content-wrap .right form div input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #DEE1E3;
}

.products_list-section .content-wrap .right form .product-name {
  margin-bottom: 16px;
}

.products_list-section .content-wrap .right form .product-img .sub-title {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.products_list-section .content-wrap .right form .product-img .sub-title span {
  margin-bottom: 0;
}

.products_list-section .content-wrap .right form .product-img .sub-title p {
  margin-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6C7E88;
}

.products_list-section .content-wrap .right form .product-img .files {
  position: relative;
}

.products_list-section .content-wrap .right form .product-img .files input {
  width: 101px;
  opacity: 0;
  position: relative;
  z-index: 5;
}

.products_list-section .content-wrap .right form .product-img .files span {
  position: absolute;
  padding: 16px 24px;
  gap: 10px;
  background: #F0F4F7;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  top: 0;
  left: 0;
}

.products_list-section .content-wrap .right form .product-img .files p {
  position: absolute;
  top: 18px;
  left: 121px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6C7E88;
}

.products_list-section .content-wrap .right form button {
  padding: 9px 48px;
  width: 124px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
}

/* 제품등록 */
.products_add-section .title-wrap h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 24px;
}

.products_add-section .content-wrap {
  width: 52.769%;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
}

.products_add-section .content-wrap h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 40px;
}

.products_add-section .content-wrap form .content div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.products_add-section .content-wrap form .content div span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  margin-bottom: 16px;
}

.products_add-section .content-wrap form .content div select {
  width: 200px;
  padding: 12px 24px;
  padding-right: 46px;
  border: 1px solid #DEE1E3;
  font-weight: 500;
  font-size: 14px;
  color: #6C7E88;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.products_add-section .content-wrap form .content div input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #DEE1E3;
}

.products_add-section .content-wrap form .content .product-name {
  margin-bottom: 16px;
}

.products_add-section .content-wrap form .content .product-img .sub-title {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.products_add-section .content-wrap form .content .product-img .sub-title span {
  margin-bottom: 0;
}

.products_add-section .content-wrap form .content .product-img .sub-title p {
  margin-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6C7E88;
}

.products_add-section .content-wrap form .content .product-img .files {
  position: relative;
}

.products_add-section .content-wrap form .content .product-img .files input {
  width: 101px;
  opacity: 0;
  position: relative;
  z-index: 5;
}

.products_add-section .content-wrap form .content .product-img .files span {
  position: absolute;
  padding: 16px 24px;
  gap: 10px;
  background: #F0F4F7;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  top: 0;
  left: 0;
}

.products_add-section .content-wrap form .content .product-img .files p {
  position: absolute;
  top: 18px;
  left: 121px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6C7E88;
}

.products_add-section .content-wrap form .content .btn-wrap {
  margin-bottom: 0;
  align-items: flex-end;
}

.products_add-section .content-wrap form .content .btn-wrap button {
  padding: 9px 48px;
  width: 124px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
}

/* 카테고리 대분류 */
.category_main-section .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.category_main-section .title-wrap h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  margin-right: 20px;
}

.category_main-section .title-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6C7E88;
  margin-left: 4px;
}

.category_main-section .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 0.01fr;
  gap: 24px;
}

.category_main-section .content-wrap .left {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px 0px;
  width: 100%;
  overflow-y: auto;
}

.category_main-section .content-wrap .left .title {
  margin-bottom: 24px;
}

.category_main-section .content-wrap .left .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.category_main-section .content-wrap .left .bottom {
  padding: 0px 24px;
}

.category_main-section .content-wrap .left .bottom table {
  border-collapse: collapse;
  width: 100%;
}

.category_main-section .content-wrap .left .bottom table thead tr {
  border-bottom: 2px solid #525EDC;
}

.category_main-section .content-wrap .left .bottom table thead tr th {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  padding: 12px 10px;
}

.category_main-section .content-wrap .left .bottom table thead tr th:nth-child(1) {
  width: 80px;
}

.category_main-section .content-wrap .left .bottom table thead tr th:nth-child(2) {
  width: 460px;
}

.category_main-section .content-wrap .left .bottom table thead tr th:nth-child(3) {
  width: 120px;
}

.category_main-section .content-wrap .left .bottom table tbody tr {
  border-bottom: 1px solid #DEE1E3;
}

.category_main-section .content-wrap .left .bottom table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  text-align: center;
  padding: 12px 10px;
}

.category_main-section .content-wrap .left .bottom table tbody tr td img {
  width: 100%;
}

.category_main-section .content-wrap .left .bottom table tbody tr td a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  gap: 10px;
}

.category_main-section .content-wrap .left .bottom table tbody tr td:first-child {
  background: #F0F4F7;
}

.category_main-section .content-wrap .left .bottom table tbody tr td:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F4F7;
}

.category_main-section .content-wrap .left .bottom .page-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.category_main-section .content-wrap .left .bottom .page-wrap .pageing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #DEE1E3;
}

.category_main-section .content-wrap .left .bottom .page-wrap .pageing .num a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #6C7E88;
  padding: 6px 11px;
  border: 1px solid #DEE1E3;
  background: #FFFFFF;
  transition: all 0.3s;
}

.category_main-section .content-wrap .left .bottom .page-wrap .pageing .num a:hover {
  background: #525EDC;
  color: #FFFFFF;
}

.category_main-section .content-wrap .left .bottom .page-wrap .pageing .num.active a {
  background: #525EDC;
  color: #FFFFFF;
}

.category_main-section .content-wrap .right .top {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px;
  height: 274px;
  margin-bottom: 24px;
}

.category_main-section .content-wrap .right .top .title {
  margin-bottom: 40px;
}

.category_main-section .content-wrap .right .top .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.category_main-section .content-wrap .right .top form {
  display: flex;
  flex-direction: column;
}

.category_main-section .content-wrap .right .top form div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.category_main-section .content-wrap .right .top form div span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  margin-bottom: 16px;
}

.category_main-section .content-wrap .right .top form div select {
  width: 200px;
  padding: 12px 24px;
  padding-right: 46px;
  border: 1px solid #DEE1E3;
  font-weight: 500;
  font-size: 14px;
  color: #6C7E88;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.category_main-section .content-wrap .right .top form div input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #DEE1E3;
}

.category_main-section .content-wrap .right .top form button {
  padding: 9px 48px;
  width: 124px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
}

.category_main-section .content-wrap .right .bottom {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px;
  height: 274px;
}

.category_main-section .content-wrap .right .bottom .title {
  margin-bottom: 40px;
}

.category_main-section .content-wrap .right .bottom .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.category_main-section .content-wrap .right .bottom form {
  display: flex;
  flex-direction: column;
}

.category_main-section .content-wrap .right .bottom form div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.category_main-section .content-wrap .right .bottom form div span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  margin-bottom: 16px;
}

.category_main-section .content-wrap .right .bottom form div select {
  width: 200px;
  padding: 12px 24px;
  padding-right: 46px;
  border: 1px solid #DEE1E3;
  font-weight: 500;
  font-size: 14px;
  color: #6C7E88;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.category_main-section .content-wrap .right .bottom form div input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #DEE1E3;
}

.category_main-section .content-wrap .right .bottom form button {
  padding: 9px 48px;
  width: 124px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
}

/* 카테고리 소분류 */
.category_sub-section .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.category_sub-section .title-wrap h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  margin-right: 20px;
}

.category_sub-section .title-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6C7E88;
  margin-left: 4px;
}

.category_sub-section .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.category_sub-section .content-wrap .left {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px 0px;
  width: 100%;
  overflow-y: auto;
}

.category_sub-section .content-wrap .left .title {
  margin-bottom: 24px;
}

.category_sub-section .content-wrap .left .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.category_sub-section .content-wrap .left .top {
  padding: 0px 24px;
  margin-bottom: 12px;
}

.category_sub-section .content-wrap .left .top form {
  display: flex;
  align-items: center;
  gap: 24px;
}

.category_sub-section .content-wrap .left .top form select {
  font-weight: 500;
  font-size: 14px;
  color: #6C7E88;
  padding: 0 24px;
  padding-right: 46px;
  width: 200px;
  height: 38px;
  border: 1px solid #DEE1E3;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.category_sub-section .content-wrap .left .top form button {
  height: 38px;
  padding: 9px 48px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
}

.category_sub-section .content-wrap .left .bottom {
  padding: 0px 24px;
}

.category_sub-section .content-wrap .left .bottom table {
  border-collapse: collapse;
  width: 100%;
}

.category_sub-section .content-wrap .left .bottom table thead tr {
  border-bottom: 2px solid #525EDC;
}

.category_sub-section .content-wrap .left .bottom table thead tr th {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  padding: 12px 10px;
}

.category_sub-section .content-wrap .left .bottom table thead tr th:nth-child(1) {
  width: 80px;
}

.category_sub-section .content-wrap .left .bottom table thead tr th:nth-child(2) {
  width: 460px;
}

.category_sub-section .content-wrap .left .bottom table thead tr th:nth-child(3) {
  width: 120px;
}

.category_sub-section .content-wrap .left .bottom table tbody tr {
  border-bottom: 1px solid #DEE1E3;
}

.category_sub-section .content-wrap .left .bottom table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  text-align: center;
  padding: 12px 10px;
}

.category_sub-section .content-wrap .left .bottom table tbody tr td img {
  width: 100%;
}

.category_sub-section .content-wrap .left .bottom table tbody tr td a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  gap: 10px;
}

.category_sub-section .content-wrap .left .bottom table tbody tr td:first-child {
  background: #F0F4F7;
}

.category_sub-section .content-wrap .left .bottom table tbody tr td:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F4F7;
}

.category_sub-section .content-wrap .left .bottom .page-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.category_sub-section .content-wrap .left .bottom .page-wrap .pageing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #DEE1E3;
}

.category_sub-section .content-wrap .left .bottom .page-wrap .pageing .num a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #6C7E88;
  padding: 6px 11px;
  border: 1px solid #DEE1E3;
  background: #FFFFFF;
  transition: all 0.3s;
}

.category_sub-section .content-wrap .left .bottom .page-wrap .pageing .num a:hover {
  background: #525EDC;
  color: #FFFFFF;
}

.category_sub-section .content-wrap .left .bottom .page-wrap .pageing .num.active a {
  background: #525EDC;
  color: #FFFFFF;
}

.category_sub-section .content-wrap .right .top {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px;
  margin-bottom: 24px;
}

.category_sub-section .content-wrap .right .top .title {
  margin-bottom: 40px;
}

.category_sub-section .content-wrap .right .top .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.category_sub-section .content-wrap .right .top form {
  display: flex;
  flex-direction: column;
}

.category_sub-section .content-wrap .right .top form div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.category_sub-section .content-wrap .right .top form div span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  margin-bottom: 16px;
}

.category_sub-section .content-wrap .right .top form div select {
  width: 200px;
  padding: 12px 24px;
  padding-right: 46px;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.category_sub-section .content-wrap .right .top form div input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
}

.category_sub-section .content-wrap .right .top form .form-factor-img .sub-title {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.category_sub-section .content-wrap .right .top form .form-factor-img .sub-title span {
  margin-bottom: 0;
}

.category_sub-section .content-wrap .right .top form .form-factor-img .sub-title p {
  margin-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6C7E88;
}

.category_sub-section .content-wrap .right .top form .form-factor-img .files {
  position: relative;
}

.category_sub-section .content-wrap .right .top form .form-factor-img .files input {
  width: 101px;
  opacity: 0;
  position: relative;
  z-index: 5;
}

.category_sub-section .content-wrap .right .top form .form-factor-img .files span {
  position: absolute;
  padding: 16px 24px;
  gap: 10px;
  background: #F0F4F7;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  top: 0;
  left: 0;
}

.category_sub-section .content-wrap .right .top form .form-factor-img .files p {
  position: absolute;
  top: 18px;
  left: 121px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6C7E88;
}

.category_sub-section .content-wrap .right .top form button {
  padding: 9px 48px;
  width: 124px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
}

.category_sub-section .content-wrap .right .bottom {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px;
}

.category_sub-section .content-wrap .right .bottom .title {
  margin-bottom: 40px;
}

.category_sub-section .content-wrap .right .bottom .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.category_sub-section .content-wrap .right .bottom form {
  display: flex;
  flex-direction: column;
}

.category_sub-section .content-wrap .right .bottom form div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.category_sub-section .content-wrap .right .bottom form div span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  margin-bottom: 16px;
}

.category_sub-section .content-wrap .right .bottom form div select {
  width: 200px;
  padding: 12px 24px;
  padding-right: 46px;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.category_sub-section .content-wrap .right .bottom form div input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
}

.category_sub-section .content-wrap .right .bottom form .form-factor-img .sub-title {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.category_sub-section .content-wrap .right .bottom form .form-factor-img .sub-title span {
  margin-bottom: 0;
}

.category_sub-section .content-wrap .right .bottom form .form-factor-img .sub-title p {
  margin-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6C7E88;
}

.category_sub-section .content-wrap .right .bottom form .form-factor-img .files {
  position: relative;
}

.category_sub-section .content-wrap .right .bottom form .form-factor-img .files input {
  width: 101px;
  opacity: 0;
  position: relative;
  z-index: 5;
}

.category_sub-section .content-wrap .right .bottom form .form-factor-img .files span {
  position: absolute;
  padding: 16px 24px;
  gap: 10px;
  background: #F0F4F7;
  border: 1px solid #DEE1E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  top: 0;
  left: 0;
}

.category_sub-section .content-wrap .right .bottom form .form-factor-img .files p {
  position: absolute;
  top: 18px;
  left: 121px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6C7E88;
}

.category_sub-section .content-wrap .right .bottom form button {
  padding: 9px 48px;
  width: 124px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
}

/* 팝업관리 */
.popup_admin-section .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.popup_admin-section .title-wrap h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  margin-right: 20px;
}

.popup_admin-section .title-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6C7E88;
  margin-left: 4px;
}

.popup_admin-section .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.popup_admin-section .content-wrap .left {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px 0px;
  width: 100%;
  overflow-y: auto;
}

.popup_admin-section .content-wrap .left .title {
  margin-bottom: 24px;
}

.popup_admin-section .content-wrap .left .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.popup_admin-section .content-wrap .left .bottom {
  padding: 0px 24px;
}

.popup_admin-section .content-wrap .left .bottom table {
  border-collapse: collapse;
  width: 100%;
}

.popup_admin-section .content-wrap .left .bottom table thead tr {
  border-bottom: 2px solid #525EDC;
}

.popup_admin-section .content-wrap .left .bottom table thead tr th {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  padding: 12px 10px;
}

.popup_admin-section .content-wrap .left .bottom table thead tr th:nth-child(1) {
  width: 80px;
}

.popup_admin-section .content-wrap .left .bottom table thead tr th:nth-child(2) {
  width: 460px;
}

.popup_admin-section .content-wrap .left .bottom table thead tr th:nth-child(3) {
  width: 120px;
}

.popup_admin-section .content-wrap .left .bottom table tbody tr {
  border-bottom: 1px solid #DEE1E3;
}

.popup_admin-section .content-wrap .left .bottom table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C7E88;
  text-align: center;
  padding: 12px 10px;
}

.popup_admin-section .content-wrap .left .bottom table tbody tr td img {
  width: 100%;
}

.popup_admin-section .content-wrap .left .bottom table tbody tr td a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  gap: 10px;
}

.popup_admin-section .content-wrap .left .bottom table tbody tr td:first-child {
  background: #F0F4F7;
}

.popup_admin-section .content-wrap .left .bottom table tbody tr td:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F4F7;
}

.popup_admin-section .content-wrap .left .bottom .page-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.popup_admin-section .content-wrap .left .bottom .page-wrap .pageing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #DEE1E3;
}

.popup_admin-section .content-wrap .left .bottom .page-wrap .pageing .num a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #6C7E88;
  padding: 6px 11px;
  border: 1px solid #DEE1E3;
  background: #FFFFFF;
  transition: all 0.3s;
}

.popup_admin-section .content-wrap .left .bottom .page-wrap .pageing .num a:hover {
  background: #525EDC;
  color: #FFFFFF;
}

.popup_admin-section .content-wrap .left .bottom .page-wrap .pageing .num.active a {
  background: #525EDC;
  color: #FFFFFF;
}

.popup_admin-section .content-wrap .right .top {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px;
  margin-bottom: 24px;
}

.popup_admin-section .content-wrap .right .top .title {
  margin-bottom: 40px;
}

.popup_admin-section .content-wrap .right .top .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.popup_admin-section .content-wrap .right .top form {
  display: flex;
  flex-direction: column;
}

.popup_admin-section .content-wrap .right .top form div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.popup_admin-section .content-wrap .right .top form div span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  margin-bottom: 16px;
}

.popup_admin-section .content-wrap .right .top form div select {
  width: 200px;
  padding: 12px 24px;
  padding-right: 46px;
  border: 1px solid #DEE1E3;
  font-weight: 500;
  font-size: 14px;
  color: #6C7E88;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.popup_admin-section .content-wrap .right .top form div input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #DEE1E3;
}

.popup_admin-section .content-wrap .right .top form div textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C7E88;
  padding: 12px 20px;
  width: 100%;
  height: 150px;
  border: 1px solid #DEE1E3;
  outline: 0;
  resize: none;
}

.popup_admin-section .content-wrap .right .top form .popup-position .position-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.popup_admin-section .content-wrap .right .top form button {
  padding: 9px 48px;
  width: 124px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
}

.popup_admin-section .content-wrap .right .bottom {
  background: #FFFFFF;
  border: 1px solid #DEE1E3;
  padding: 24px;
}

.popup_admin-section .content-wrap .right .bottom .title {
  margin-bottom: 40px;
}

.popup_admin-section .content-wrap .right .bottom .title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.popup_admin-section .content-wrap .right .bottom form {
  display: flex;
  flex-direction: column;
}

.popup_admin-section .content-wrap .right .bottom form div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.popup_admin-section .content-wrap .right .bottom form div span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #525EDC;
  margin-bottom: 16px;
}

.popup_admin-section .content-wrap .right .bottom form div select {
  width: 200px;
  padding: 12px 24px;
  padding-right: 46px;
  border: 1px solid #DEE1E3;
  font-weight: 500;
  font-size: 14px;
  color: #6C7E88;
  appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat;
  background-position: 86%;
}

.popup_admin-section .content-wrap .right .bottom form div input {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #DEE1E3;
}

.popup_admin-section .content-wrap .right .bottom form div textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C7E88;
  padding: 12px 20px;
  width: 100%;
  height: 150px;
  border: 1px solid #DEE1E3;
  outline: 0;
  resize: none;
}

.popup_admin-section .content-wrap .right .bottom form .popup-position-change .position-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.popup_admin-section .content-wrap .right .bottom form button {
  padding: 9px 48px;
  width: 124px;
  background: #525EDC;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: auto;
}
