@charset "utf-8";

*{
  box-sizing: border-box;
  font-family: 'pretendard', sans-serif;
  letter-spacing: -0.3px;
}
body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body *{
  box-sizing: border-box;
  font-family: 'pretendard', sans-serif;
  letter-spacing: -0.3px;
}
h1,h2,h3,h4,h5,p{
  margin: 0;
}
input:focus-visible{
  outline: 0;
}
/* mypage */

.mpheader{
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f2f4f6(0 100% 0%);
  display: none;
}
.mpheader-con{
  width: 100%;
  padding: 20px 100px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mpheader-tit{
  display: flex;
  align-items: center;
}
.mpheader-thum{
  display: flex;
  margin-right: 15px;
}
.mpheader-thum img{
  width: 100%;
  max-width: 50px;
  border-radius: 15px;
}
.mpheader-tit > h5{
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.mpheader-mem{
  display: flex;
}
.mpheader-mem > a{
  font-size: 15px;
  color: #474747;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  margin-left: 25px;
}
.mpheader-mem > a > .mpheader-icon{
  display: inline-block;
  margin-right: 8px;
  width: 15px;
}

.mp-wrap{
  width: 100%;
  background-color: #fff;
  display: flex;
  min-height: calc(100vh - 92px);
}
.mp-aside{
  width: 250px;
  background-color: #f8f8f8;
}
.mp-nav{
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
.mp-nav > h3{
  color: #474747;
  font-weight: 800;
  font-size: 20px;
  padding: 25px 50px;
  display: flex;
  align-items: center;
}
.mp-nav > h3 > .mpnav-icon{
  width: 20px;
}
.mp-nav > ul{
  padding-left: 0;
  margin-bottom: 0;
  margin: 0;
  list-style: none;
}
.mp-nav > ul > li > a{
  color: #474747;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 53px;
  transition: .3s;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
}
.mp-nav > ul > li > a > .mpnav-icon{
  width: 15px;
}
.mp-nav > ul > li.on > a{
  background-color: #d0e4f7;
  font-weight: 600;
  color: #0a85f6;
}
.mp-nav > ul > li:hover > a{
  background-color: #dfe0e3;
}
.mpnav-icon{
  display: flex;
  margin-right: 15px;
}
.ms-nav > ul{
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ms-nav > ul > li > a{
  color: #474747;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 53px;
  transition: .3s;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
}
.ms-nav > ul > li > a > .mpnav-icon{
  width: 15px;
}
.ms-nav > ul > li.on > a{
  background-color: #d0e4f7;
  font-weight: 600;
  color: #0a85f6;
}
.ms-nav > ul > li:hover > a{
  background-color: #dfe0e3;
}
.ms-nav > h3{
  color: #474747;
  font-weight: 800;
  font-size: 20px;
  padding: 25px 50px;
  display: flex;
  align-items: center;
}
.ms-nav > h3 > .mpnav-icon{
  width: 20px;
}

.mp-cont{
  width: calc(100% - 250px);
  padding: 40px 100px;
  display: flex;
  justify-content: center;
}
.mp-tit{
  font-size: 20px;
  color: #474747;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
.mpinfo-con{
  width: 100%;
  max-width: 500px;
}
.mpinfo-box{
  padding: 50px;
  border: 1px solid #d6dae1;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
}

.mpnote-con{
  width: 100%;
  max-width: 740px;
}
.mpnote-box{
  max-width: 740px;
  padding: 50px 90px;
  width: 100%;
  border: 1px solid #d6dae1;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
}

.mpinfo-txt{
  margin-bottom: 30px;
}
.mpinfo-txt.option{
  display: flex;
  align-items: center;
}
.mpinfo-txt > h5{
  font-size: 14px;
  color: #474747;
  font-weight: 500;
  margin-bottom: 15px;
}
.mpinfo-txt > h5 > span{
  display: inline-block;
  margin-right: 5px;
}
.mpinfo-txt > h5 > span.et{
  color: #f00;
  margin-right: 0;
}
.mpinfo-txt.option > h5{
  margin-bottom: 0;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.mpinfo-txt.option > h5::after{
  content: "";
  width: 1px;
  height: 12px;
  background-color: #474747;
  position: absolute;
  top: 2px;
  right: 0;
}
.note-check{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #474747;
  font-weight: 500;
}
.note-check > span{
  width: 13px;
  height: 13px;
  border-radius: 3px;
  border: 1px solid #474747;
  margin-left: 5px;
}

.lf-txt{
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(219, 219, 219, 0.4);
  font-size: 14px;
  color: #474747;
  font-weight: 300;
  transition: .3s;
}
.mpinfo-btn{
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.mpinfo-btn > li{
  padding: 0 10px;
  position: relative;
}
.mpinfo-btn > li::after{
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ddd;
  position: absolute;
  top: 3px;
  right: -1px;
}
.mpinfo-btn > li:last-child::after{
  display: none;
}
.mpinfo-btn > li > a{
  font-size: 14px;
  font-weight: 300;
  color: #474747;
  transition: .3s;
  display: inline-block;
  padding-bottom: 3px;
  position: relative;
  text-decoration: none;
}
.mpinfo-btn > li > a:hover{
  color: #000;
  font-weight: 600;
}
.mpinfo-btn > li > a::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.mpinfo-btn > li > a:hover::after{
  opacity: 1;
}

.mptable-con{
  width: 100%;
  max-width: 1145px;
}
.mptable-cont.wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mptable-cont{
  margin-bottom: 20px;
}
.mptable-cont > p{
  font-size: 14px;
  color: #474747;
  font-weight: 600;
  text-align: right;
}
.mptable-bord{
  padding: 50px 90px;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
}
.mp-table{
  width: 100%;
  margin-bottom: 20px;
}
.mp-table > table{
  width: 100%;
  border-spacing: 0;
}
.mp-table > table thead th{
  padding: 17px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-top: 1px solid #dddfe1;
  border-bottom: 1px solid #dddfe1;
  border-right: 1px solid #dddfe1;
  line-height: 1.4;
  vertical-align: middle;
}
.mp-table > table thead th:first-child{
  border-left: 1px solid #dddfe1;
}
.mp-table > table tbody td{
  padding: 15px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  text-align: center;
  background-color: #f9f9f9;
  line-height: 1.4;
  vertical-align: middle;
}
.mp-table > table tbody td a{
  color: #000;
  text-decoration: none;
}
.mp-table > table tbody td a:hover{
  color: #000;
  text-decoration: none;
}
.mp-table > table tbody td button{
  color: #000;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.mp-table > table tbody td.comment{
  text-align: left;
}
.mp-table > table tbody td.delete, .mp-table > table tbody td.delete > button{
  color: #D8151B;
  font-size: 13px;
}
.mp-table > table tbody td.check{
  background-color: #fff;
  border-right: 1px solid #dddfe1;
  border-bottom: 1px solid #dddfe1;
  width: 50px;
}
.mp-table > table tbody td.border-r{
  border-right: 1px solid #dddfe1;
}

.mp-table-bt{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mp-table-bt.group{
  justify-content: center;
  position: relative;
}
.del-btn{
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background-color: #f7f7f9;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: .2s;
}
.del-btn:hover{
  background-color: #474747;
  color: #fff;
}

.folder-wrap{
  display: flex;
  width: 50%;
}
.folder-wrap > div, .folder-wrap > select, .folder-wrap > button{
  height: 30px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin-right: 3px;
  background-color: #fff;
  flex-shrink: 0;
}
.folder-wrap > input:focus-visible{
  outline: 0;
}
div.fd-submit:focus-visible{
  outline: 0;
}
.fd-box{
  width: 21%;
  border: 1px solid #d1d6db;
}
.fd-box > i{
  margin-left: 5px;
}
.fd-submit{
  width: 40%;
  border: 1px solid #d1d6db;
  display: flex;
  padding-left: 10px;
  justify-content: space-between;
  overflow: hidden;
}
.fd-submit > input.folder_name, .fd-submit > input.rename_folder{
  width: 110px;
  border: 0;
}
.fd-submit > input.folder_name:focus-visible, .fd-submit > input.rename_folder:focus-visible{
  outline: 0;
}
.fd-submit > span{
  display: inline-block;
  padding: 0 20px;
  background-color: #f7f7f9;
  border-radius: 5px 0 0 5px;
  transition: .2s;
  cursor: pointer;
}
.fd-submit > span:hover{
  background-color: #474747;
  color: #fff;
}
.fd-del, .fd-rename{
  border: 1px solid #f7f7f9;
  background-color: #f7f7f9;
  transition: .2s;
  cursor: pointer;
  width: 70px;
  border-radius: 5px;
}
.fd-del:hover, .fd-rename:hover{
  background-color: #474747;
  color: #fff;
  border-color: #474747;
}

.mp-table-search{
  display: flex;
  width: 46%;
  gap: 5px;
}
.mp-table-search > div{
  height: 30px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin-right: 3px;
}
.mts-tit{
  width: 23%;
  border: 1px solid #d1d6db;
  border-radius: 5px;
  text-align: center;
}
.mts-cont{
  width: 60%;
  border: 1px solid #d1d6db;
  border-radius: 5px;
  text-align: center;
}
.mts-btn{
  width: 15%;
  border-radius: 10px;
  background-color: #f7f7f9;
  border: 1px solid #f7f7f9;
  transition: .2s;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.mts-btn:hover{
  background-color: #474747;
  color: #fff;
}
.mp-table-pn{
  display: flex;
  justify-content: flex-end;
  width: 28%;
}
.mp-table-pn > div{
  width: 30px;
  height: 30px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin-right: 1px;
  border: 1px solid #d1d6db;
  cursor: pointer;
  transition: .2s;
}
.mp-table-pn > div:hover{
  background-color: #f3f3f3;
}
.mp-table-pn > div.pn-first, .mp-table-pn > div.pn-last{
  width: 90px;
}
.mp-table-pn > div > a{
  color: #000;
  text-decoration: none;
  display: block;
}
.mp-table-pn > div.active{
  background-color: #f7f7f9;
  font-weight: 600;
}

.mp-table .checkbox{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
}

.mptable-note{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.mptable-note > ul{
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.mptable-note > ul > li{
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.mptable-note > ul > li::after{
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ddd;
  position: absolute;
  top: 3px;
  left: -1px;
}
.mptable-note > ul > li:first-child{
  margin-left: 0;
  padding-left: 0;
}
.mptable-note > ul > li:first-child::after{
  display: none;
}
.mptable-note > ul > li > a{
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #474747;
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
}
.mptable-note > ul > li > a::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #474747;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.mptable-note > ul > li.on > a{
  font-weight: 600;
}
.mptable-note > ul > li.on > a::after{
  opacity: 1;
}

.editor{
  margin-bottom: 30px;
}
.note-btn{
  text-align: right;
}
.note-btn > a{
  display: inline-block;
  width: 105px;
  height: 30px;
  border-radius: 10px;
  background-color: #1573E6;
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  transition: .2s;
}
.note-btn > a:hover{
  opacity: 0.8;
}

.mptable-group{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.mptable-group > div{
  padding: 8px 16px;
  border-radius: 10px;
  background-color: #f7f7f9;
  font-size: 12px;
  color: #000;
  font-weight: 300;
  margin-left: 5px;
  border: 1px solid #f7f7f9;
  text-align: center;
  cursor: pointer;
  transition: .2s;
}
.mptable-group > div.none{
  background-color: #fff;
  border: 1px solid #d1d6db;
  min-width: 120px;
}
.mptable-group > div.none:hover{
  background-color: #f3f3f3;
}
.mptable-group > div.move:hover, .mptable-group > div.group:hover{
  background-color: #474747;
  color: #fff;
}

/* myshop */
.myshop-con{
  width: 100%;
  max-width: 1260px;
}
.myshop-bord{
  padding: 30px 60px;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
}

.ms-process{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  overflow: hidden;
}
.msp-whole{
  width: 12%;
  text-align: center;
  padding: 25px 0;
  background-color: #f9f9f9;
  border-right: 1px solid #dbdbdb;
}
.msp-whole > h3{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.msp-whole > h5{
  font-size: 22px;
  font-weight: 600;
  color: #ef615d;
}
.msp-cont{
  width: 88%;
  display: flex;
}
.msp{
  flex: 1 1 auto;
  text-align: center;
  padding: 25px 0;
  opacity: 0.7;
  position: relative;
}
.msp > h3{
  font-size: 18px;
  font-weight: 600;
  color: #474747;
  margin-bottom: 5px;
}
.msp > h5{
  font-size: 22px;
  font-weight: 600;
  color: #ef615d;
}
.msp > span{
  display: inline-block;
  font-size: 22px;
  color: #dbdbdb;
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
}

.order-search{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.os-tit{
  width: 20%;
}
.os-cont{
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.os-ct{
  display: flex;
  justify-content: space-between;
}
.os-tab{
  display: flex;
  justify-content: space-between;
  width: 52%;
}
.os-date{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
}
.os-btn{
  height: 32px;
  border-radius: 10px;
  line-height: 30px;
  background-color: #f7f7f9;
  border: 1px solid #f7f7f9;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
.os-ct .os-btn{
  width: 38%;
}
.os-tab .os-btn{
  width: 19%;
  cursor: pointer;
  transition: .2s;
}
.os-tab .os-btn:hover{
  background-color: #474747;
  color: #fff;
}
.os-ct .os-btn.dl{
  width: 60%;
  background-color: #fff;
  border-color: #d1d6db;
}
.os-date .os-btn.date{
  width: 35%;
  background-color: #fff;
  border-color: #d1d6db;
}
.os-date .os-btn.check{
  width: 20%;
  background-color: #000;
  border-color: #000;
  color: #fff;
  cursor: pointer;
}

.order-list{
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-list.last{
  margin-bottom: 60px;
}
.ol-tit{
  width: 53%;
  display: flex;
  align-items: center;
}
.ol-thum{
  display: flex;
  margin-right: 15px;
}
.ol-thum img{
  width: 100%;
}
.ol-tit > h5{
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
.ol-tit > h5 > span{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #f6f6f6;
  margin-top: 10px;
  font-size: 13px;
}
.ol-cont{
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ol-cont div{
  font-size: 14px;
  color: #000;
  font-weight: 300;
  margin-left: 16px;
}
.ol-ct{
  font-weight: 600 !important;
}
.ol-ct.cp{
  color: #D8151B;
  font-weight: 400 !important;
}
.ol-btn{
  padding: 8px 16px;
  border-radius: 10px;
  background-color: #f7f7f9;
  transition: .2s;
  margin-left: 20px;
  cursor: pointer;
}
.ol-cart{
  padding: 8px 16px;
  border-radius: 10px;
  background-color: #f7f7f9;
  transition: .2s;
  cursor: pointer;
}
.ol-cart:hover{
  background-color: #474747;
  color: #fff;
}
.ol-cont div.ol-answer{
  padding: 8px 16px;
  border-radius: 10px;
  background-color: #f7f7f9;
  transition: .2s;
  cursor: pointer;
  margin-left: 20px;
}
.ol-cont div.ol-answer:hover{
  background-color: #474747;
  color: #fff;
}
.ol-cont div.ol-iq{
  margin-left: 0;
  margin-right: 14px;
}
.ol-btn:hover{
  color: #fff;
  background-color: #D8151B;
}
.ol-del{
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #38495d;
  margin-left: 20px;
  cursor: pointer;
}
.ol-del img{
  max-width: 13px;
  width: 100%;
}
.ol-cont div.ol-delete{
  width: 20px;
  display: flex;
  margin-left: 20px;
  cursor: pointer;
}
.ol-cont div.ol-delete img{
  width: 100%;
}

.order-list.view{
  margin-bottom: 30px;
}
.orderview-bord{
  width: 100%;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
}
.ov-table{
  width: 100%;
  margin-bottom: 40px;
}
.ov-table > h5{
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
.ov-table > table{
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #ececec;
}
.ov-table > table tbody tr th{
  padding: 10px;
  background-color: #fafafa;
  width: 140px;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.ov-table > table tbody tr td{
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.ov-btn{
  text-align: center;
}
.ov-btn > a{
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  padding: 8px 24px;
  border-radius: 10px;
  background-color: #f7f7f9;
  text-decoration: none;
  transition: .2s;
}
.ov-btn > a:hover{
  background-color: #474747;
  color: #fff;
}
.ol-check{
  margin-right: 20px;
}
.ol-check .checkbox{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
}
.order-check{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 26px;
}
.order-check .checkbox{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
}
.order-check > p{
  font-size: 14px;
  color: #000;
  font-weight: 300;
  margin-right: 15px;
  margin-left: 10px;
}
.c-check{
  font-size: 14px;
  color: #000;
  font-weight: 300;
  padding: 6px 20px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  transition: .2s;
}
.c-check:hover{
  background-color: #f3f3f3;
}

.total-price{
  width: 100%;
  display: flex;
  padding: 40px 0;
  justify-content: center;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.tp-wrap{
  display: flex;
  align-items: center;
}
.tp-box{
  text-align: center;
}
.tp-box > h5{
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.tp-box > p{
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.tp-bo{
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin: 0 30px;
}

.cart-caption{
  width: 100%;
  padding-top: 25px;
}
.cart-caption > h5{
  font-size: 14px;
  color: #000;
  font-weight: 800;
  margin-bottom: 10px;
}
.cart-caption > ul{
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.cart-caption > ul > li{
  font-size: 12px;
  color: #000;
  font-weight: 300;
  margin-bottom: 5px;
}
.cart-caption > ul > li:last-child{
  margin-bottom: 0;
}

/* media-query */

@media(min-width:601px){

}
@media(min-width:761px){
  .mp-nav-mo{
    display: none;
  }
}
@media(min-width:1025px){
  .mp-table-mo{
    display: none;
  }
  .folder-wrap.mo{
    display: none;
  }
  .mp-radio-mo{
    display: none;
  }
}

@media(max-width:1399px){
  .mpheader-con{
    padding: 20px 50px 20px 20px;
  }
  .mp-cont{
    padding: 40px 50px;
    width: calc(100% - 220px);
  }
  .mptable-bord{
    padding: 50px;
  }
  .myshop-bord{
    padding: 30px;
  }
  .mp-nav > h3{
    padding: 25px 33px;
  }
  .ms-nav > h3{
    padding: 25px 33px;
  }
  .mp-nav > ul > li > a{
    padding: 12px 35px;
  }
  .ms-nav > ul > li > a{
    padding: 12px 35px;
  }
  .mp-aside{
    width: 220px;
  }
}
@media(max-width:1199px){
  .folder-wrap{
    width: 60%;
  }
  .mp-table-search{
    width: 50%;
  }
  .mp-table-pn{
    width: 35%;
  }
}
@media(max-width:1024px){
  
  .mptable-bord{
    padding: 30px 15px;
  }
  .mp-tit{
    margin-bottom: 20px;
  }
  .mpheader-con{
    padding: 20px;
  }
  .mp-aside{
    width: 200px;
  }
  .mp-cont{
    padding: 30px 20px;
    width: calc(100% - 200px);
  }
  
  .fd-submit{
    display: none;
  }
  .mp-table{
    display: none;
  }
  .mptable-cont > p{
    display: none;
  }
  .mp-table-bt{
    flex-direction: column-reverse;
    align-items: center;
  }
  .mp-table-pn{
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .mp-table-search{
    width: 60%;
  }
  .folder-wrap{
    width: 50%;
  }
  .fd-box{
    width: 30%;
  }

  .mp-table-mo{
    display: block;
    margin-bottom: 2rem;
  }
  .mp-list{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mp-list > li{
    padding: 20px 0 20px 10px;
    border-top: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
  }
  .mp-list > li.note{
    justify-content: flex-end;
  }
  .mp-list-tit{
    width: 69%;
    display: flex;
  }
  .mp-list.note .mp-list-tit{
    width: 90%;
  }
  .mp-list-tit > h3{
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-right: 15px;
  }
  .mlt > h5{
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
  }
  .mlt > p{
    font-size: 11px;
    font-weight: 300;
    color: #000;
  }
  .mp-list-btn{
    width: 30%;
    display: flex;
    justify-content: space-between;
  }
  .mp-list > li.note .mp-list-btn{
    width: 15%;
  }
  .list-btn{
    width: 49%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    font-weight: 300;
    text-align: center;
    border: 1px solid #d1d6db;
    border-radius: 5px;
    cursor: pointer;
  }
  .list-btn > i{
    margin-left: 5px;
  }
  .mp-list > li.note .list-btn{
    width: 100%;
  }

  .mp-radio-mo{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
    align-items: center;
  }
  .mp-radio-mo > li{
    color: #000;
    font-size: 13px;
    font-weight: 300;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .mp-radio-mo > li > span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    margin-right: 5px;
  }

  .mptable-note{
    margin-top: 20px;
    justify-content: flex-start;
  }
}
@media(max-width:760px){
  .mp-wrap{
    flex-direction: column;
  }

  .mp-cont{
    width: 100%;
    padding: 20px;
  }
  .mp-aside{
    display: none;
  }
  .mpheader-con{
    padding: 20px;
    flex-direction: column;
  }
  .mpheader-tit{
    margin-bottom: 10px;
  }
  .mpheader-mem{
    width: 100%;
  }
  .mpheader-mem > a{
    margin-left: 0;
    flex: 1 1 auto;
    justify-content: center;
  }
  .mp-nav-mo{
    display: block;
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
    padding: 0 20px;
    width: 100%;
  }
  .mp-nav-mo > li{
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #b4b4b4;
    position: relative;
    text-decoration: none;
  }
  .mp-nav-mo > li > span{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    padding: 10px 0;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    z-index: 1;
    top: 101%;
    border-radius: 15px;
  }
  .dropdown-content a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    color: #474747;
    transition: .3s;
    text-decoration: none;
    font-weight: 400;
  }
  .mp-nav-mo.active .dropdown-content {
    display: block;
  }
  .mpinfo-box{
    padding: 40px 20px;
  }      
  .mpinfo-btn > li > a{
    font-size: 13px;
  }
  .mpinfo-btn > li{
    padding: 0 6px;
  }

  .mp-table-search{
    width: 100%;
  }
  .mp-table-pn > div{
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  .mp-table-pn > div.pn-first, .mp-table-pn > div.pn-last{
    width: 70px;
  }
  .fd-box{
    width: 50%;
  }
  .folder-wrap > div{
    font-size: 12px;
  }
  .fd-box > i{
    margin-left: 2px;
  }
  .list-btn > i{
    margin-left: 2px;
  }
}
@media(max-width:576px){
  .mptable-cont.wrap{
    justify-content: center;
  }
  .folder-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .mp-list > li{
    padding: 20px 10px;
    flex-direction: column;
  }
  .mp-list-tit{
    width: 100%;
    margin-bottom: 1rem;
  }
  .mp-list-btn{
    width: 50%;
  }
  .mp-list-tit > h3{
    margin-right: 10px;
  }

  .mptable-note > ul > li{
    margin-left: 5px;
    padding-left: 5px;
  }
  .mptable-note > ul > li > a{
    font-size: 12px;
  }
  .mptable-note > ul > li::after{
    top: 2px;
  }

  .mp-list > li.note{
    align-items: flex-end;
  }
  .mp-list > li.note .mp-list-btn{
    width: 25%;
  }
  .fd-submit > input.folder_name, .fd-submit > input.rename_folder{
    width: 50%;
  }
  .fd-submit.add_forder{
    display: flex;
    width: 50%;
  }
  .mts-cont{
    height: 30px;
  }
}