@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Binggrae-Two";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae-Bold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}
/* input[type="date"]::-webkit-datetime-edit-text {
  -webkit-appearance: none;
  display: none;
}
input[type="date"]::-webkit-datetime-edit-month-field {
  -webkit-appearance: none;
  display: none;
}
input[type="date"]::-webkit-datetime-edit-day-field {
  -webkit-appearance: none;
  display: none;
}
input[type="date"]::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  display: none;
} */
img {
  display: block;
}
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
input,
textarea,
button {
  /* -webkit-appearance: none; */
  color: #333;
  background: none;
}
body {
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  background-color: rgb(230, 230, 230);
  overflow-x: hidden;
}
body *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body *::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
body *::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}
table {
  width: 100%;
  table-layout: fixed;
  border: 0 none;
  border-spacing: 0;
  border-collapse: collapse;
}
button {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
}
.wrap {
  background-color: #fff;
  width: 540px;
  /* height: 1000px; */
  margin: auto;
  position: relative;
  overflow: hidden;
}
.main_title > h1 {
  padding-top: 80px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: "Binggrae-Two";
  color: #000;
}
.login_wrap {
  width: 90%;
  overflow: hidden;
  margin: auto;
  padding-top: 25vh;
  position: relative;
}
.copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.copyright p {
  text-align: center;
  padding: 20px 0;
}
.main_title img {
  width: 50%;
  margin: auto;
  position: relative;
  z-index: 999;
  padding-top: 30%;
}
.dootoporder_main {
  /* overflow: auto; */
  background-color: #fff;
  height: 100vh;
  position: relative;
}
.login_bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.icon {
  width: 20% !important;
}
.login_main_wrap {
  background-image: url(../img/bg3.png);
  background-size: cover;
  background-position: center;
}
.login_main_inner {
  background: none !important ;
}
.login,
.password {
  width: 100%;
  height: 40px;
  padding: 10px 0;
  margin: auto;
  position: relative;
  display: block;
  height: 100%;
  padding: 10px 18px 10px 19px;
  border-top: 1px solid #f5f5f5;
  box-sizing: border-box;
  text-align: left;
}
.password_hide {
  display: none;
}
.login p {
  font-size: 1.1rem;
  padding-top: 10px;
  margin-left: 20px;
  font-weight: 600;
}
.password p {
  font-size: 1.1rem;
  font-weight: 600;
  margin-left: 20px;
}
.login input,
.password input {
  background: none;
  width: 92%;
  border: none;
  height: 30px;
  padding: 6px 0;
  font-size: 16px;
}
.login_inner_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e6e6ea;
  background-color: #fff;
  box-sizing: border-box;
}
input:focus {
  outline: 2px solid #d50000;
}
input:focus {
  outline: none;
}
.password {
  border-top: 1px solid #e6e6ea;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.password img {
  width: 25px;
  opacity: 0.5;
}
.left {
  width: 92%;
  display: flex;
}
/* .login_btn {
  padding-top: 40px;
} */
.add_btn {
  padding-top: 0;
}
.add_btn img {
  width: 5%;
}
.add_btn button {
  background-color: #efefef;
  width: 100%;
  border-radius: 0;
  font-size: 1rem;
  padding: 15px 0;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_btn button {
  width: 220px;
  padding-top: 0;
  border-radius: 50px !important;
  color: #fff !important;
  background-color: #aa6acf;
}
.main_cart:nth-child(2) {
  background-color: #aa6acf;
  color: #fff;
}
.main_cart:nth-child(2) a {
  color: #fff;
}
.mypage_btn {
  padding-bottom: 20px;
  color: #fff !important;
}
.login_btn button,
.add_btn,
.add_btn a,
.login_btn a {
  width: 100%;
  height: 50px;
  margin: auto;
  border-radius: 5px;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  cursor: pointer;
}
.login_btn button,
.login_btn a {
  width: 200px;
  display: block;
  background-color: #aa6acf;
}
.left button {
  background: none;
  opacity: 0.5;
}
.left button img {
  margin-right: 10px;
}
.left img {
  width: 25px;
  height: 20px;
}
.password_on {
  cursor: pointer;
}
.password_on:hover {
  opacity: 1;
}
.login_btn a {
  color: #fff;
}
.id_inquiry {
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #fff;
  margin-top: 20px;
}
.remember {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
}
.remember input {
  width: 20px;
  margin-right: 10px;
  height: 20px;
  font-size: 20px;
  border: 1px solid #5f5f5f;
}
/*상품상세정보*/
.swiper {
  width: 100%;
  height: 40%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*상품조회*/
header {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.header_inner h2 {
  text-align: center;
  line-height: 50px;
}
.btnMobileMenu {
  width: 8%;
  margin-top: 13px;
  display: inline-block;
  margin-left: 2%;
  position: absolute;
  right: 20px;
}
.back {
  left: 10px;
  margin-top: 6px !important;
}
.header_inner .logo {
  width: 120px;
  margin: auto;
  display: block;
  margin-top: 10px;
}
.header_inner img {
  width: 30px;
}
.header_inner a {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  background: none;
  left: 10px;
  top: 0;
  z-index: 3;
}
.header_inner p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.search {
  width: 355px;
  height: 49px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}
.day_search {
  border: none;
  padding: 0;
}
.search_wrap {
  width: 93%;
  display: flex;
  padding: 10px 0;
  margin: auto;
}
.time_wrap {
  display: flex;
  margin-left: 10px;
}
.time_wrap span {
  padding: 10px 0;
}
.product_date_show > button, .address_list > button {
    height: 40px;
    width: 100px;
    border: 1px solid #aa6acf;
    border-radius: 5px;
    color: #333;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 600;
    background: none;
}
.before_time,
.after_time {
  margin: 0 10px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
}
.search_left {
  display: flex;
  align-items: center;
}
.search_left input {
  width: 80%;
  padding-left: 10px;
  font-size: 18px;
  height: 100%;
}
.search_line {
  height: 90%;
  width: 1%;
  background-color: #000;
  display: block;
}
.search img {
  width: 8%;
}
.list_wrap {
  /* overflow: auto; */
  height: calc(100vh - 30vh);
  margin-top: 0px;
}
.purchase_wrap {
  background-color: #d7d7d7;
  height: calc(100vh - 142px) !important;
}
.list_wrap .title h1 {
  font-size: 1.5rem;
  padding: 20px;
}
.list img,
.list_text img,
.order_text img {
  height: 75px;
}
.order_text_img {
  width: 75px;
  height: 75px;
  background-image: url(../img/배추.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.list {
  padding: 12px 0;
}
.list li a,
.delivery_address li {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  /* border-bottom: 1px solid rgb(223, 223, 223); */
  align-items: center;
}
/* .delivery_address ul {
  padding: 10px 20px;
} */
.delivery_address li {
  padding: 15px 20px;
}
.delivery_address li:last-child {
  border: none;
}
.list ul li {
  padding: 20px 18px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.list li a {
  padding: 0;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 33px;
}
.list .delivery_address li {
  padding: 20px 0;
}
.delivery_address_title {
  height: 35px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.delivery_address_title h1 {
  font-size: 1.2rem;
}
.delivery_address_total {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  padding: 10px 20px;
  border: none;
  height: 35px;
  align-items: center;
  background-color: #fff;
}
.delivery_address_total h1 {
  font-size: 1.2rem;
}
.delivery_address_title2 {
  width: 93%;
  margin: auto;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.delivery_address_title h1 {
  padding: 0 20px;
  line-height: 35px;
  margin: auto;
}
.img_white {
  display: none;
  /* transition-duration: 0.3s; */
}
.list_maintext {
  display: flex;
  height: 80px;
  margin-left: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.purcahse_list_maintext {
  display: flex;
  margin-left: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 85px;
}
/* .purcahse_list_maintext h2 {
  font-size: 19px !important;
} */
.list_maintext h2 {
  font-size: 1rem;
}
.list_maintext h3,
.list_maintext_allamount h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
.menu {
  width: 70px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  margin-left: 20px;
  border: 1px solid #aa6acf;
}
.menu button {
  font-size: 1rem;
  text-align: center;
  display: block;
  line-height: 49px;
  width: 100%;
}
.menu button {
  background: none;
  cursor: pointer;
}
.menu_wrap ul {
  width: 40%;
  margin-left: 20px;
  border: 1px solid #eee;
  /* border-top: none; */
  height: 16vh;
}
.menu_wrap ul li {
  width: 100%;
  height: 38px;
  display: flex;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid rgb(233, 233, 233);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu_wrap ul li:nth-child(4) {
  border: none;
}
.search h4 {
  width: 54%;
}
.list_text {
  /* padding: 0 20px; */
  display: flex;
}
.search_list ul li {
  display: flex;
}
.search_list .list_text {
  padding-left: 10px;
}
.main_list_text {
  padding-left: 2px !important;
  display: flex;
}
.main_list_text_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.order_text {
  width: 100%;
  border-bottom: 1px solid #eee;
  /* padding: 0 20px; */
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list_maintext p {
  font-size: 14px;
  color: rgb(95, 94, 94);
  font-weight: 500;
}
.list_text h2 {
  color: #333;
}
.purchase_text {
  padding: 0 20px !important;
}
.history_main_wrap {
  overflow: auto;
  background-color: #eee !important;
  height: calc(100vh - 142px) !important;
}
.history_text_img,
.history_text_img2 {
  width: 95px;
  height: 80px;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}
.history_text_img {
  background-image: url(../img/상추.jpg);
}
.history_text_img img {
  width: 100%;
  height: 100%;
}
.history_text_img2 {
  background-image: url(../img/배추.jpg);
}
.purchase_amount_img {
  width: 85px;
  height: 40px;
  background-image: url(../img/reciept-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.purchase_maintext_allamount {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.purchase_maintext_allamount h2 {
  margin-left: 10px;
  font-size: 18px;
}
.product_total_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product_total_left h2 {
  margin-left: 20px;
}
.history_text {
  border-bottom: 1px solid #eee;
  /* padding: 15px 10px; */
}
.history_inner_wrap {
  display: flex;
  padding: 15px 20px;
  width: 100%;
  align-items: flex-end;
}
.Purchase_list_text {
  width: 100%;
}
.history_list2 ul li .history_text:last-child {
  border: none;
}
.history_list2 ul li {
  overflow: hidden;
}
.purchase_list_maintext_title {
  display: flex;
  align-items: flex-end;
}
.purchase_list_maintext_title h2 {
  /* width: 60%; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_maintext span {
  margin-left: 5px;
  font-size: 1.2rem;
  color: rgb(187, 187, 187);
}
.order_list_maintext span {
  margin-left: 0;
}
.main_cart,
.Order_cart {
  width: 100%;
  height: 33px;
  line-height: 33px;
  background: none;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.cart_list_btn {
  width: 100px;
}
.cart_list > img {
  width: 9%;
  position: absolute;
  opacity: 0.5;
  right: 20px;
  top: 10px;
}
.main_cart:nth-child(2) {
  margin-bottom: 0;
}
.main_cart a {
  width: 100%;
  height: 100%;
}
.main_cart img {
  width: 46%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  cursor: pointer;
  margin-left: -23%;
  margin-top: -36px;
}
.Order_cart img {
  width: 38%;
  margin: auto;
}
.date_Show {
  /* width: 93%; */
  margin: auto;
  margin-top: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.date_Show img {
  width: 5%;
}
.cart_list_img_wrap {
  display: flex;
  align-items: flex-start;
}
.cart_list_img_wrap input {
  width: 20px;
  height: 20px;
}
.cart_list_img_wrap .cart_list_txt {
  margin-left: 10px;
}
.month_chs,
.monthall_chs,
.setting_chs {
  display: none;
}
.popup_date_Show {
  font-weight: 600;
  font-size: 1rem;
}
.month_chs,
.monthall_chs,
.setting_chs {
  display: none;
}
/*history*/
.history_list {
  /* padding: 10px 20px; */
  background-color: #fff;
  margin-bottom: 10px;
}
.history_list2 ul li {
  padding: 0;
  border: none;
}

.history_list2 ul li > p {
  margin-bottom: 10px;
  padding: 0 20px;
}
.text_delivery {
  font-size: 1rem;
  font-weight: 600;
}
.completed {
  color: #ff0000;
}
.no_delivery {
  color: rgb(206, 202, 0);
}
.shipping {
  color: rgb(1, 116, 20);
}
.history_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
}
.history_date p {
  font-size: 15px;
}
.purchase_amount {
  width: 100%;
  height: 50px;
  display: flex;
  line-height: 50px;
  border-top: 1px solid #eee;
  /* background-color: rgb(170 170 170); */
}
.list_maintext_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.product_total {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.product_total p {
  font-size: 19px;
  font-weight: 700;
}
.product_total span {
  font-weight: 500;
  font-size: 1.2rem;
}
.product_total h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
/* .history_list2 ul {
  padding: 10px 0px;
} */
.history_list2 {
  padding: 0;
  margin-bottom: 15px;
}
.order_detail {
  display: flex;
  /* width: 30%; */
  align-items: center;
  justify-content: flex-end;
}
.order_detail img {
  width: 15px;
  opacity: 0.5;
}
.orderStatus img {
  width: 20%;
}
.order_popup_title img {
  width: 10%;
}
/*footer*/
footer {
  width: 540px;
  /*height: 50px;*/
  position: fixed;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
footer ul {
  display: flex;
}
footer img {
  width: 34%;
  margin: auto;
}
footer li {
  width: 20%;
  opacity: 0.5;
}
footer li a {
  width: 100%;
}
footer li:hover {
  opacity: 1;
  transition: 0.5s;
}
footer li p {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
}
footer .on {
  opacity: 1;
}
.popup .calender_popup {
  width: 100%;
}

.popup_bg {
  background-color: rgba(0, 0, 0, 0.336);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.popup_header {
  width: 100%;
  height: 30px;
  padding: 10px 0;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.popup_header h1 {
  text-align: center;
  line-height: 30px;
}
.calendar_title {
  height: 30px;
}
.popup_header img {
  appearance: none;
  background: none;
  border: none;
  height: 2.4rem;
  font-size: 2.4rem;
  position: absolute;
  left: 1.6rem;
  top: 7px;
}
.calendar_inner {
  width: 93%;
  margin: auto;
  margin-top: 20px;
}
.calendar_list {
  margin-bottom: 25px;
  margin-top: 20px;
}
.time {
  font-size: 1rem;
  color: rgb(141, 141, 141);
  font-weight: 400;
  margin-left: 5px;
}
.calendar_date1_wrap,
.calendar_date2_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calendar_date2_wrap,
.calendar_date1_wrap {
  margin-top: 10px;
}
.calendar_inner button {
  height: 40px;
  width: 18%;
  border: 1px solid #ccc;
  border-radius: 50px;
  color: #333;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  background: none;
}
.calendar_title h2 {
  text-align: center;
}
/* .calendar_date1_wrap button {
  width: 32%;
} */
.calendar_date2_wrap button {
  width: 49%;
}
.calendar_date1_wrap .popup_header h1 {
  font-size: 1.4rem;
  display: block;
  line-height: 30px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  text-align: center;
}
.popup_list {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  background-color: #fff;
  /* height: 25%; */
  display: none;
}
.calender_list {
  height: calc(100vh - 450px);
}
.calendar_search {
  width: 93% !important;
  border-radius: 5px !important;
  background-color: #aa6acf !important;
  color: #fff !important;
  position: absolute;
  bottom: 20px;
}
.popup button {
  cursor: pointer;
}
.popup ul {
  width: 100%;
  position: relative;
}
.date_on {
  border: 1px solid #aa6acf !important;
  color: #aa6acf !important;
}
.monthly {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  display: none;
  height: 5vh;
  border-bottom: 1px solid #ccc;
  line-height: 5vh;
  padding-left: 10px;
}
.monthly input {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Noto Sans KR", sans-serif;
}
.monthly button {
  width: 24%;
  margin-left: 5px;
  height: 43px;
  margin-bottom: 5px;
}
.date_setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  /* display: none; */
}
.date_setting input:-webkit-autofill,
.date_setting input:-webkit-autofill:hover,
.date_setting input:-webkit-autofill:focus,
.date_setting input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.date_setting input {
  width: 48%;
  font-family: "Noto Sans KR", sans-serif;
  height: 50px;
  border-radius: 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #ccc;
}
.popup ul li {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  height: 45px;
  cursor: pointer;
  display: flex;
  color: #333;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.popup ul li:last-child {
  border: none;
}
.popup ul li:hover {
  background-color: #717c84;
  transition: 0.5s;
  color: #fff;
}
nav {
  display: none;
  position: absolute;
  right: -1px;
  top: 0;
  width: 60%;
  height: 100vh;
  background: rgb(255, 255, 255);
  z-index: 2;
  padding: 20px 15px;
  animation: movingNav 0.2s ease-in-out;
}

nav h2 {
  color: #fff;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
}
.nav_title {
  width: 100%;
  height: 6vh;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  position: relative;
  border-bottom: 1px solid rgb(221, 221, 221);
  justify-content: space-between;
  align-items: center;
}
.nav_title .nav_close {
  width: 13%;
}
nav > img {
  width: 10%;
  position: absolute;
  right: 0;
}
nav h2 img {
  height: 40px;
}

nav .depth1 {
  overflow: auto;
  padding-bottom: 40px;
  width: 100%;
}
.depth1 img {
  width: 28px;
  margin-bottom: 2px;
  margin: auto;
  margin-top: 10%;
}
nav .depth1 > li {
  width: 31%;
  height: 80px;
  margin-top: 10px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
}
.depth1 li:hover {
  background-color: #cfcfcf;
  transition: 0.5s;
}
.depth1 {
  display: flex;
  flex-wrap: wrap;
}
.depth1 li a {
  color: #fff;
}
.depth1 li {
  display: flex;
  align-items: center;
}
nav .depth1 > li > a {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  color: #333;
  margin: auto;
  text-align: center;
}
nav .depth1 > li .depth2 {
  padding-left: 40px;
}
nav .depth1 > li .depth2 > li {
  list-style-type: disc;
}
nav .depth1 > li .depth2 > li > a {
  padding: 12px 0;
  font-size: 14px;
  display: block;
}
.menu_banner {
  width: 100%;
  margin-top: 30vh;
}
.logout {
  position: absolute;
  bottom: 70px;
  right: 20px;
  width: 7%;
  cursor: pointer;
  opacity: 0.5;
}
.logout:hover {
  opacity: 1;
  transition: 0.5s;
}

.navbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh !important;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  animation: slowShow 0.4s ease-in-out;
}

.btnMobileMenu {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: none;
  right: 5px;
  top: 0;
  z-index: 3;
}
.btnMobileMenu:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 22px;
  background: #333;
  transform: rotate(90deg) translate(8px, -1px);
  transition-duration: 0.4s;
}
.btnMobileMenu:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 22px;
  background: #333;
  transform: rotate(90deg) translate(-5px, 1px);
  transition-duration: 0.4s;
}

.btnMobileMenu.on {
}
.btnMobileMenu.on:before {
  transform: rotate(45deg) translate(0px, -1px);
}
.btnMobileMenu.on:after {
  transform: rotate(-45deg) translate(0px, -1px);
}
/*마이페이지*/
.mypage_inner {
  width: 100%;
  height: calc(92vh - 182px);
  background-color: #fcfcfc;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 0;
  border-top-left-radius: 50px 50px;
  border-top-right-radius: 50px 50px;
}
.mypage {
  width: 100%;
  height: 80vh;
  position: relative;
  background-color: #f5f5f5;
}
.mypage_title > h2 {
  color: #333;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  text-align: center;
}
.mypage_title img {
  width: 50px;
}
.mypage_list_wrap {
  width: 100%;
  margin: auto;
}
.mypage_title {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title_line {
  width: 42%;
  height: 1px;
  background-color: rgb(219 219 219);
  display: block;
}
.mypage_list {
  width: 90%;
  border-radius: 5px;
  margin: auto;
  margin-top: 10px;
  padding: 10px 0;
  fill: rgba(249, 242, 242, 0.52);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09) inset;
}
.mypage_list h2 {
  padding: 0 20px;
  font-size: 1.1rem;
}
.mypage_list input {
  width: 80%;
  margin-top: 5px;
  background: none;
  font-size: 15px;
  padding: 5px 0;
  margin-left: 20px;
}
/*cart*/
.cart_list_wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.cart_list_wrap_inner {
    height: calc(100vh - 240px - 95px);
    overflow: auto;
}
.cart_list_inner {
  width: 93%;
  margin: auto;
}
.quant-title {
  padding: 10px;
}
.quant-title h2 {
  text-align: center;
}
.quant-close-btn {
  position: absolute;
  top: 32px;
  width: 25px;
  height: 25px;
  border: solid 2px #000;
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  cursor: pointer;
}
.cart_list_main_title {
  display: flex;
  align-items: center;
}
.cart_list_main_title h4 {
  margin-left: 10px;
  font-size: 1.1rem;
}
.cart_list_main_title span {
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
  color: rgb(187, 187, 187);
}
.cart_list_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.cart_list_main2 {
  display: flex;
  align-items: center;
}
.cart_list_title img {
  width: 9%;
}
.cart_list_main_title input {
  width: 20px;
  height: 20px;
}

.list_maintext h3 {
  font-size: 1.2rem;
}
.list_maintext span {
  font-size: 1.2rem;
  color: #9b9b9b;
  margin-left: 5px;
  font-weight: 500;
}
.cart_list_maintext {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: space-between;
}
.cart_list {
  margin-bottom: 15px;
  /* height: 150px; */
  padding-bottom: 20px;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #eee;
}
.cart_list_txt,
.main_list_img {
  width: 120px;
  height: 78px;
  overflow: hidden;
  background-image: url(../img/배추.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_list_img img {
  width: 100%;
  height: 100%;
}
.main_list_img {
  width: 100px !important;
}
.cart_list_img {
  /* width: 100%;
  height: 13vh; */
  border: 1px solid #ccc;
  background-image: url(../img/배추.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cart_list_txt img {
  width: 100%;
  height: 100%;
}
.cart_list_txt_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 95%;
}
.select_last {
  border-bottom: 0;
}
.quant-img-wrap img {
  width: 100%;
  height: 100%;
}
.cart_list_inner {
  /* display: flex;
  align-items: center; */
  margin-top: 10px;
}
.info-quantity {
  width: 100%;
  padding-right: 10px;
  margin-left: 20px;
}
.cart_list_text {
  padding-right: 10px;
  margin-left: 10px;
}
.info-quantity img {
  width: 10%;
}

.info-quantity_piece {
  width: 26.0419vw;
  padding-right: 10px;
  margin-left: 20px;
}
.quant-info-txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-quantity .quant-info-txt h4 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.cart_info_wrap {
  /* width: 35%; */
  width: 42%;
  padding-right: 10px;
  margin-left: 0px;
}
.media_hide {
  display: none;
}
.cart_info_wrap p {
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 10px;
}
.cart_info_wrap img {
  width: 28px;
  margin-right: 10px;
}
.cart_amount {
  font-weight: 500;
  font-size: 1.2rem;
  margin-right: 9px;
}
.text_wrap {
  width: 195px;
  font-size: 1.2rem;
  line-height: 30px;
}
.text_wrap h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_wrap p {
  font-size: 1.1rem;
  font-weight: 600;
}
.text_wrap img {
  opacity: 0.5;
  margin-left: 5px;
}
.text_wrap img:hover {
  opacity: 1;
  transition: 0.5s;
}
.quant-info-txt p {
  font-size: 14px;
  font-weight: 600;
}
.quant-info-txt img {
  width: 10%;
  opacity: 0.5;
}
.info-quantity .quantity-input-wrap {
  width: 105px;
  padding: 3px;
  text-align: center;
  box-sizing: border-box;
}
.quantity-input-wrap button {
  width: 100%;
  border-radius: 5px;
  padding: 3px 0;
  cursor: pointer;
  background-color: #5f5f5f;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Noto Sans KR", sans-serif;
}
.info-quantity .one-input {
  display: flex;
  align-items: center;
}
.info-quantity .one-input img {
  width: 100%;
}
.info-quantity .one-input input {
  width: 45px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border: none;
  box-sizing: border-box;
  position: relative;
  font-size: 1.2rem;
}
.info-quantity .one-input a {
  font-size: 20px;
}
.btn_reset {
  width: 50%;
  height: 30px;
  background-image: url(../img/reset.png);
  background-size: 13px 13px;
  background-position: center;
  background-repeat: no-repeat;
}

/* .select-quantity-wrap {
  display: flex;
  justify-content: space-between;
} */
.info-quantity .ten-input a,
.info-quantity .minusten-input a {
  display: block;
  width: 50%;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}
.ten-input i {
  font-size: 12px;
  font-weight: 900;
  margin-top: 2%;
  display: block;
  cursor: pointer;
}
.total-amount {
  color: #333;
  /* margin: 20px auto; */
  margin-bottom: 0;
  /* padding-left: 10px; */
  font-weight: bold;
  box-sizing: border-box;
}
.total-amount h1 {
  color: #c4c4c4;
}
.totalCount {
  font-weight: 500;
  font-size: 2rem;
}
.total_wrap {
  /* position: fixed;
  width: 540px; */
  height: 10%;
  background-color: #fff;
  bottom: 0px;
}
.total_inner {
  padding: 0 20px;
  display: flex;
  /*height: 95px;*/
  /* padding-bottom: 20px;
  padding-top: 10px; */
  justify-content: space-between;
  align-items: center;
}

.cart_btn a {
  width: n_wrap 220px;
}
/*media*/
/*order*/
.order_wrap {
  width: 100%;
  background-color: rgb(228, 228, 228);
  position: relative;
  overflow: auto;
  height: calc(100vh - 142px) !important;
}
.order_main {
  overflow: hidden;
}
.main_wrap {
  width: 100%;
  background-color: #fff;
  height: calc(100vh - 6vh);
  position: relative;
}
.main_list_wrap {
  overflow: auto;
  height: calc(100vh - 142px);
}
.main_wrap > h2 {
  padding-top: 10px;
  padding-left: 20px;
}
.order_list_wrap {
  padding-top: 10px;
  background-color: #eee;
}
.order_list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.order_list h1 {
  /* width: 100%; */
  /* padding: 10px 20px; */
  /* border-bottom: 1px solid #eee; */
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.address_list {
  width: 93%;
  margin-top: 20px;
  /* padding: 20px; */
  margin: auto;
  margin-top: 10px;
  border-radius: 5px;
  padding-bottom: 10px;
}
.address_list2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address_flex {
  width: 100px;
  height: 45px;
  background-color: #ccc;
  text-align: center;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
}
.address_list_date {
  width: 25px;
}
.address_list_input {
  width: 100px;
}
.address_list h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.address_list input {
  font-size: 1.1rem;
  font-weight: 500;
  background: none;
  font-family: "Noto Sans KR", sans-serif;
}
.name_inner p {
  font-size: 1rem;
}
.detail_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.orderStatus_list {
  justify-content: flex-start;
}
.orderStatus_list p {
  width: 20%;
}
.detail_list p {
  font-size: 1rem;
}
.detail_list span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 1.1rem;
}
.delivery_list h1 {
  margin: auto;
}
.order_btn {
  padding-top: 20px;
  padding-bottom: 10px;
}
.order_check_btn a {
  width: 200px;
  color: #fff;
  background-color: #aa6acf;
}
.order_btn button {
  background-color: #aa6acf;
  color: #fff;
  border-radius: 5px;
}
.day_start form,
.day_last form {
  display: flex;
}
.day_start form input,
.day_last form input {
  background-color: #fff;
}
.start_date {
  /*width: 25px;*/
}
.start_text {
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px;
  font-size: 14px;
}
.order_check_wrap img {
  width: 30%;
  margin: auto;
}
.order_check_wrap {
  /* background-color: #fff; */
  display: none;
  margin-top: 30%;
}
.order_check_wrap a {
  text-align: center;
  display: block;
  margin-top: 5%;
  font-size: 1.2rem;
  font-weight: 600;
}
.check_txt {
  text-align: center;
  line-height: 50px;
}
.check_txt p {
  font-size: 1.1rem;
}
.detail_sub {
  width: 93%;
  margin: auto;
  overflow: hidden;
  /* padding: 0 20px; */
}
th,
td {
  border: 0;
  line-height: 18px;
}
.detail_subtext tr {
  height: 50px;
}
.detail_subtext th {
  width: 85px;
  padding: 8px;
  border-top: 1.5px solid #ddd;
  background: #f8f8f8;
  font-weight: normal;
  text-align: left;
  color: #555;
  font-size: 16px;
}
.detail_subtext td {
  padding: 11px;
  width: 100%;
  font-size: 16px;
  border-top: 1px solid #ddd;
  text-align: left;
}
.detail_subtext tfoot td > strong {
  color: #1b1b1b;
}
.detail_subtext tfoot td .total {
  float: right;
  font-family: Tahoma;
  color: #111;
}
.detail_subtext tfoot td {
  padding: 14px;
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: transparent;
}
.detail_subtext {
  font-size: 14px;
  word-wrap: break-word;
  margin-bottom: 10px;
  border: 1px solid #d5d5d5;
}
.detail_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
}
.detail_txt h3 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #0c8ee0;
}
.detail_wrap {
  background-color: #fff;
  height: 90vh !important;
  margin: auto;
}
.detail_txt1 {
  width: 93%;
  margin: auto;
  margin-top: 20px;
}
.detail_txt1 h2 {
  margin-bottom: 10px;
  font-weight: 500;
}
.detail_txt_title {
  width: 100%;
  padding: 10px 0;
  height: 30vh;
  overflow: hidden;
  background-color: #ececec;
  border-radius: 5px;
}
.detail_txt_inner {
  overflow: auto;
  height: 100%;
}
.detail_txt1 p {
  padding: 10px;
  font-size: 1.1rem;
}
.detail_button {
}
.history_wrap {
  width: 100%;
  background-color: #eee;
  margin: auto;
}
.history_main_wrap_title {
  padding: 10px 20px;
  background-color: #fff;
  /* display: flex;
  justify-content: space-between; */
  margin: auto;
  margin-bottom: 15px;
}
.product_date_show {
  margin-top: 10px;
  justify-content: flex-start;
}
.cart_date_Show {
  justify-content: space-between;
}
.product_date_show button img {
  width: 15px;
}
.history_title_wrap {
  width: 300px;
  display: flex;
  align-items: center;
}
.orderStatus_list h3 {
  font-weight: 500;
}
.week_chs {
  margin-left: 10px;
}
.delivery_list ul {
  display: flex;
  margin-left: 10px;
}
.delivery_list ul li {
  font-size: 15px;
  color: #717c84;
  padding: 0 10px;
  cursor: pointer;
  border-left: 1px solid #ccc;
  font-weight: 600;
}

.delivery_list ul li:nth-child(1) {
  border-left: none;
  color: #333;
}
.date_Show button {
  background: none;
}
.history_main_wrap_title img {
  width: 18%;
}
.history_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.history_inner button {
  width: 130px;
  height: 5vh;
  margin-left: 20px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: 600;
  font-family: "Noto Sans KR", sans-serif;
}
.history_inner h2 {
  text-align: center;
}
.detail_button button {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
  justify-content: center;
  display: flex;
  cursor: pointer;
  align-items: center;
  background-color: #aa6acf;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Noto Sans KR", sans-serif;
}
.detail_button button img {
  width: 30px;
}
.day_search input {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Noto Sans KR", sans-serif;
}

.search_wrap h2 {
  font-size: 1.2rem;
}
/*popup*/
.login_popup {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  display: none;
  z-index: 999;
}
.popup_btn {
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: 0;
}
.popup_btn button {
  width: 50%;
  font-size: 1rem;
}
.popup_btn button:first-child {
  border-top: 1px solid #ccc;
}
.popup_btn a {
  width: 100%;
  height: 100%;
  color: #fff;
}
.popup_btn button:nth-child(2) {
  background-color: #aa6acf;
}
.login_popup_inner {
  width: 315px;
  height: 30vh;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15vh;
  margin-left: -162.5px;
  overflow: hidden;
}

.login_popup_text {
  font-size: 16px;
}
.mypage_btn_wrap {
  width: 90% !important;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 20px;
}
.mypage_btn_wrap button {
  font-size: 20px;
}
.logout_button {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 15px;
}
.login_popup_title {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.login_popup_text {
  width: 90%;
  margin: auto;
}
.login_popup_title h3 {
  text-align: center;
  line-height: 50px;
}
.login_popup_title img {
  position: absolute;
  top: 2px;
  right: 10px;
  cursor: pointer;
}
.login_popup img {
  width: 15%;
}
.detail_info_amount {
  margin-left: 0;
}
.detail_info_amount .quantity-input-wrap {
  padding: 0;
}
.cart_list_one_input .one-input input {
  height: 26px !important;
}
.cart_list_one_input .minus-amount,
.cart_list_one_input .plus-amount {
  height: 24px !important;
}
.detail_info_amount .minus-amount,
.detail_info_amount .plus-amount {
  height: 30px;
  background-color: #efefef;
  border: 1px solid #ccc;
}
.plus-amount {
  border-left: none;
  border-right: none;
}
.detail_info_amount .one-input img {
  width: 25px !important;
}
.cart_list_one_input .one-input img {
  width: 25px !important;
}
.mypage_wrap {
  overflow: auto;
  height: calc(100vh - 142px);
}
.all_check_title {
  display: flex;
  align-items: center;
}
.detail_info_amount .one-input input {
  width: 45px;
  height: 32px;
  padding: 5px;
  text-align: center !important;
  border: none;
  box-sizing: border-box;
  position: relative;
  font-size: 1rem;
  border: 1px solid #ccc;
}
.all_check button, .address_list button {
  background: none;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
}
.all_check_title p {
  margin-left: 10px;
  font-size: 17px;
}
.cart_list_title img {
  cursor: pointer;
}
.all_check input {
  width: 20px;
  height: 20px;
}
.all_check_inner {
  width: 93%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_title_wrap {
  width: 100%;
  padding: 0;
  padding-top: 10px;
}
.all_check {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
/*purchase*/
.purchase_option {
  width: 93%;
  margin: auto;
}
.purchase_title_btn {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.purchase_title_btn button {
  width: 48%;
  margin-right: 5px;
  height: 35px;
  background: none;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
}
.purchase_title_btn button:last-child {
  margin-right: 0;
}
.client {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.manager {
  margin-top: 5px;
}
.company {
  width: 48%;
  border-bottom: 1px solid #ccc;
}
.company form {
  width: 100%;
  height: 100%;
}
.purchase_date {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
select {
  width: 100%;
  height: 100%;
}
.manager {
  width: 50%;
}
.manager input {
  width: 100% !important;
}
.manager input,
.purchase_date input {
  width: 48%;
  font-family: "Noto Sans KR", sans-serif;
  height: 30px;
  border-bottom: 1px solid #ccc;
}
.purchase_button {
  width: 100%;
  border-radius: 5px;
  background-color: #aa6acf;
  color: #fff;
  height: 50px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .wrap {
    width: 100vw;
  }
  .cart_date_Show {
    margin-bottom: 10px;
  }
  .cart_list_txt {
    width: 130px;
  }
  /* .depth1 img {
    width: 25%;
    margin-top: 8%;
  } */
  /* .history_list2 ul li {
    padding: 0 10px;
  } */
  .product_total {
    padding: 0 20px;
  }
  footer {
    width: 100vw;
  }
  .search {
    width: 67vw;
  }
  .menu p {
    font-size: 15px;
  }
  .cart_list_title img {
    width: 5%;
  }
  .start_text {
    width: 180px;
  }
  .list_text h2 {
    font-size: 1rem;
  }
  .search img {
    width: 6%;
  }
  .menu img {
    width: 20px;
  }

  .total_wrap {
    width: 100vw;
  }
  .list_wrap {
    height: calc(100vh - 30vh);
  }
  .main_title img {
    margin-top: 19%;
    width: 58%;
  }
  .login_wrap {
    padding-top: 25%;
  }
}
@media (max-width: 640px) {
  /* .search_wrap {
    display: block;
  } */
  .main_wrap > h2 {
    /* text-align: center; */
    padding-left: 10px;
  }

  .text_wrap h4 {
    font-size: 1rem;
  }
  .search_wrap h2 {
    text-align: center;
  }
  .login_wrap {
    padding-top: 35vh;
  }
  .start_text {
    width: 120px;
  }
  .list_wrap {
    margin-top: 0;
    height: calc(100vh - 37vh);
  }
  /* .menu {
    margin-top: 20px;
  } */
  .day_search {
    /* width: 55% !important;*/
    margin-left: 10px;
  }
  .history_inner button {
    margin-right: 20px;
  }
  .menu img {
    width: 20px;
  }
  /* .header_inner .logo {
    width: 20%;
    margin-top: -2.2vh;
  } */
  .mypage_btn_wrap button {
    width: 100% !important;
  }
  .login_btn button,
  .login_btn a {
    height: 50px;
    line-height: 50px;
    width: 200px;
  }
  .detail_txt {
    flex-direction: column;
  }
  .history_main_wrap_title {
    flex-direction: column;
  }
  .address_flex {
    width: 80px;
  }
  .address_list input {
    font-size: 1rem;
  }
  .cart_title_wrap {
    margin-bottom: 0;
  }
  .history_main_wrap_title button {
    justify-content: flex-start;
  }
  .calendar_inner button {
    font-size: 1rem;
  }
  .history_main_wrap_title button {
    font-size: 1rem;
  }
}
@media (min-height: 1180px) {
  .login_wrap {
    padding-top: 100%;
  }
}
@media (max-width: 480px) {
  .login_wrap {
    padding-top: 38vh;
  }
  .cart_date_Show {
    margin-bottom: 0;
  }
  .product_total h3 {
    font-size: 1.1rem;
  }
  .history_inner_wrap {
    padding: 0;
  }
  .history_list2 ul {
    padding: 0;
  }
  .product_total span {
    font-size: 1.1rem;
  }
  .list_maintext_allamount h3 {
    font-size: 1.1rem;
  }
  .start_text {
    width: 90px;
  }

  .nav {
    width: 70%;
  }
  .menu_banner {
    margin-top: 20vh;
  }
  .logout {
    width: 10%;
  }
  nav .depth1 > li {
    width: 46%;
  }
  .list_wrap {
    height: calc(100vh - 37vh);
  }

  .list_text {
    padding: 0;
    padding-bottom: 5px;
  }
  .search_inner {
    padding: 0px;
  }

  /* .cart_info_wrap {
    width: 20%;
  } */
  .cart_info_wrap p {
    font-size: 1.3rem;
  }
  .cart_list_inner {
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .history_title_wrap h2 {
    font-size: 1.2rem;
  }
  .main_wrap > h2 {
    font-size: 1.2rem;
    padding-left: 15px;
    padding-top: 15px;
  }
  .day_search {
    /* margin-left: 15px !important; */
  }
  .date_Show {
    width: 100%;
    /* padding: 0 15px; */
  }
  .history_main_wrap_title button {
    width: 95px;
    font-size: 0.9rem;
  }
  .product_date_show button {
    width: 70px;
  }
  /* .before_time,
  .after_time {
    margin: 0;
  } */
  .history_main_wrap_title {
    padding: 15px;
  }
  .cart_title_wrap {
    padding: 15px 2px;
  }

  /* .history_text_img,
  .history_text_img2 {
    width: 60px;
    height: 60px;
  } */
  /* .purchase_amount_img {
    width: 60px;
  } */
  .product_total_left h2 {
    font-size: 18px;
  }
  /* .list_maintext h2 {
    width: 120px;
  } */
  .list_maintext h3,
  .list_maintext span {
    font-size: 1.1rem;
  }
  .history_list {
    /* padding: 7px; */
  }
  .search_left input {
    font-size: 1rem;
  }
  .history_text {
    padding: 15px 10px;
  }

  .history_list2 ul li {
    /* padding: 0 10px; */
    padding-bottom: 5px;
  }
  .history_date {
    padding: 10px;
  }

  .calendar_list {
    font-size: 0.7rem;
  }
  .cart_list {
    padding: 0;
  }
  .calendar_date1_wrap button {
    height: 45px;
  }
  .calendar_inner button {
    height: 45px;
  }
  .date_setting input {
    font-size: 1rem;
  }
  .cart_list_title img {
    width: 8% !important;
  }
  /* .history_main_wrap_title button {
    width: %;
  } */
  .popup_header h2,
  .popup_header h1 {
    font-size: 1.1rem;
  }
  /* .popup_header {
    padding: 12px 0;
  } */
  .delivery_address li {
    padding: 0;
    padding-top: 10px;
  }
  .order_delivery_list li {
    padding-left: 15px;
  }
  .cart_list_main_title h4 {
    font-weight: 500;
    font-size: 1.1rem;
  }
  .remember {
    margin-left: 15px;
  }
  .order_list h1 {
    font-size: 1.2rem;
  }
  .search_list .list_text {
    padding-left: 0;
  }
  .address_list {
    padding: 10px;
  }
  .product_total {
    padding: 0 10px;
  }
  .search img {
    width: 20px;
  }
  .search {
    width: 59vw;
  }
  /* .purchase_list_maintext_title h2 {
    width: 50%;
  } */
}
@media (max-width: 497px) {
  nav .depth1 > li {
    width: 46%;
  }
}
@media (max-width: 400px) {
  .search_wrap {
    justify-content: space-between;
  }
  .history_inner {
    flex-direction: column;
  }
  .main_list_text {
    padding-left: 10px !important;
  }
  .search {
    width: 50vw;
  }
  .before_time,
  .after_time {
    margin: 0 5px;
  }
  /* .purchase_list_maintext_title h2 {
    width: 40%;
  } */
  /* .list_text img {
    width: 75px;
  } */
  .purcahse_list_maintext h2 {
    font-size: 1rem !important;
  }
  .purchase_maintext_allamount h2 {
    font-size: 16px;
    margin-left: 10px;
  }
  .mypage_title > h2,
  .main_wrap > h2 {
    font-size: 1.2rem;
  }
  .list_maintext_allamount h3 {
    font-size: 1.1rem;
  }
  .history_inner button {
    width: 80%;
    margin: auto;
    margin-top: 20px;
  }
  .popup_header img {
    left: 1rem;
  }
  .total-amount {
    padding-left: 0;
  }
  .title_line {
    width: 38%;
  }
  .cart_btn button {
    width: 80% !important;
  }
  .total-amount h3 {
    font-size: 14px;
  }
  .dotop_nav {
    width: 80%;
  }
  .quant-info-txt img {
    width: 15%;
  }
  nav .depth1 > li {
    width: 47%;
  }
  nav > img {
    width: 15%;
  }
  .text_wrap img {
    width: 20px;
  }
  .day_search {
    /* width: 80% !important; */
    margin: auto;
  }
  .info-quantity .quant-info-txt h4 {
    font-size: 1rem;
  }
  .text_wrap span {
    font-size: 1rem;
  }
  .info-quantity .quantity-input-wrap {
    width: 90px;
  }
}
@media (max-width: 360px) {
  /* .menu {
    width: 25%;
  } */
  .list ul li {
    padding: 10px 0;
  }
  .history_text_img {
    width: 120px;
  }
  .list_maintext h2 {
    width: 120px;
  }
  .time_wrap {
    margin-left: 10px;
  }
  .cart_amount {
    font-size: 1rem;
  }
  .history_inner {
    margin-top: 10px;
  }
  .list_maintext h3,
  .list_maintext span {
    font-size: 15px;
  }
  .list_maintext_allamount h3 {
    font-size: 16px;
  }
  /* .purchase_list_maintext_title h2 {
    width: 35%;
  } */
  .list_wrap {
    height: calc(100vh - 39vh);
  }
  .main_cart {
    width: 90%;
  }
  .list li a {
    font-size: 14px;
  }
  .media_hide {
    display: block;
  }
  .cart_list_text {
    width: 39%;
  }
  .quant-info-txt p {
    font-size: 14px;
  }
  .cart_list {
    padding-bottom: 15px;
  }
  .cart_btn button {
    width: 70% !important;
  }
  .login_btn a {
    width: 150px;
  }
  .purchase_maintext_allamount h2 {
    margin-left: 20px;
  }
}
@media (max-height: 480px) {
  nav .depth1 > li {
    height: 15vh;
  }
}
@media (max-height: 650px) {
  nav .depth1 > li {
    height: 12vh;
  }
  .menu_banner {
    margin-top: 15vh;
  }
  .history_main_wrap {
    height: calc(100vh - 162px) !important;
  }
  .search {
    height: 50px;
  }
  .mypage_wrap {
    height: calc(100vh - 162px);
  }
  .order_check_wrap {
    margin-top: 15%;
  }
  .menu_banner {
    display: none;
  }
}
@media (max-height: 780px) {
  .search {
    height: 45px;
  }
  .mypage_wrap {
    height: calc(100vh -142px);
  }
  .main_list_wrap {
    height: calc(100vh - 142px);
  }
  .calender_list {
    height: calc(100vh - 142px);
  }
  .history_main_wrap {
    height: calc(100vh - 142px) !important;
  }
}
@media (max-height: 850px) {
  .calender_list {
    height: calc(100vh - 25vh);
  }
  .menu_banner {
    margin-top: 20%;
  }
  nav .depth1 > li {
    height: 80px;
  }
}


/* 2024-05-22 로딩페이지 */
.loader_bg {
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -115px 0 0 -35px;
    border: 10px solid #cbcbcb;
    border-radius: 50%;
    border-top: 10px solid #ef2c2c;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader_txt {
    position: absolute;
    left: 50%;
    top: 52%;
    z-index: 1;
    font-size: 17px;
    font-weight: 700;
    transform: translate(-50%, 0);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 복사팝업창 */
#toast {
    position: fixed;
    /*bottom: 30px;*/
    bottom: 50%;
    left: 50%;
    padding: 15px 20px;
    transform: translate(-50%, 10px);
    border-radius: 30px;
    overflow: hidden;
    font-size: .8rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, transform .5s;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    z-index: 10000;
}

    #toast.reveal {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0)
    }