@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
input.form-control[readonly] {
  background-color: #f9f9f4 !important; }

/* =======범용 기본 클래스========== */
@media screen and (min-width: 577px) {
  .pc-only_block {
  display: block !important;
  }

  .mobile-only_block {
    display: none !important;
  }

  .pc-only_flex {
    display: flex !important;
  }

  .mobile-only_flex {
    display: none !important;
  }

  .pc-mr-5 {
    margin-right: 3rem!important;
  }
}

@media screen and (max-width: 576px) {
  .pc-only_block {
    display: none !important;
  }

  .mobile-only_block {
    display: block !important;
  }

  .pc-only_flex {
    display: none !important;
  }

  .mobile-only_flex {
    display: flex !important;
  }

  .pc-only_show {
    display: none !important;
  }

  .mb-width-90 {
    width: 90%;
  }

  .mt-90px {
    margin-top: 90px;
  }

}

/* =======범용 기본 클래스 끝========== */

/* 부트스트랩 초기화 */
.h1, .h2, .h3, .h4, .h5, .h6 {
  padding: 0;
  margin: 0; }

input[type=checkbox] {
  display: none; }

input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  background: url("/data/assets/images/check-round.png") no-repeat; }

input[type=checkbox]:checked + label {
  background-image: url("/data/assets/images/check-round-fill.png"); }

.round-check input[type=checkbox] + label {
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #ced4da;
  background-color: #fff; }

input[type=radio] {
  display: none; }

input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  background: url("/data/assets/images/check-circle1.png") no-repeat; }

input[type=radio]:checked + label {
  background-image: url("/data/assets/images/check-circle-fill.png"); }

/* 라디오버튼 커스터마이징 */
.css-radio label {
  padding-left: 0 !important;
  text-align: center;
  width: 118px;
  height: 55px;
  line-height: 55px !important;
  border-right: 1px solid #ced4da;
  background: #f6f7fc !important;
  color: #333;
  font-weight: 600; }
.css-radio label:hover {
  /*border-color:#ccc;*/ }
.css-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -1; }
.css-radio input[type="radio"]:checked + label {
  /*border: 1px solid #4CAF50;*/
  /*border-right:none;*/
  background: #fff !important;
  color: #333;
  /*font-weight:600;*/ }

.custom-radio input[type=radio] + label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  background: #f6f7fc; }

.custom-radio input[type=radio] + label img.off {
  display: inline-block; }

.custom-radio input[type=radio] + label img.on {
  display: none; }

.custom-radio input[type=radio]:checked + label {
  background-image: none;
  border-color: #7a9fd0; }

.custom-radio input[type=radio]:checked + label img.on {
  display: inline-block; }

.custom-radio input[type=radio]:checked + label img.off {
  display: none; }

/* 라디오버튼 커스터마이징 */
#quick-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 95px;
  height: 100vh;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  z-index: 1025; }
  #quick-menu .grid {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    text-align: center;
    border-bottom: 1px solid #ced4da;
    cursor: pointer; }
  #quick-menu .active {
    background: #ff5b59; }
    #quick-menu .active i.fal {
      color: #fff; }
    #quick-menu .active div > p {
      color: #fff; }

.quick-submenu {
  position: fixed;
  top: 130px;
  right: -445px;
  width: 390px;
  height: 100vh;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
  .quick-submenu #qm-mypage {
    z-index: 1019; }
  .quick-submenu #qm-mypage {
    z-index: 1019; }
  .quick-submenu #qm-cart {
    z-index: 1019; }
  .quick-submenu #qm-guide {
    z-index: 1019; }
  .quick-submenu #qm-customer {
    z-index: 1019; }

/*상단 바*/
section.top-blue {
  height: 220px;
  background: #1279bd; }

/* 로그인페이지 Start */
.login-form .title {
  text-align: center;
  margin: 100px 0 55px 0; }
.login-form .label {
  width: 60px;
  font-size: 14px; }
.login-form input[type="text"] {
  border: none;
  font-size: 18px; }
.login-form input[type="password"] {
  border: none;
  font-size: 18px; }
.login-form .desc {
  font-size: 12px; }
.login-form .btn {
  width: 100%;
  height: 48px;
  padding: 0;
  line-height: 48px;
  color: #fff;
  border-radius: 0; }
.login-form .btn.login {
  background: #1279bd;
  margin-bottom: 40px; }
.login-form .btn.b-login {
  background: #6c757d;
  margin-bottom: 40px; }
.login-form .btn.b-order {
  border: 1px solid #6c757d;
  color: #333; }

/* 로그인페이지 End */
/* 회원가입 Start */
input[type="text"].biz-no {
  width: 100px; }

.member .join-form input[type="text"] {
  width: 260px !important; }
.member .join-form input[type="password"] {
  width: 260px !important; }
.member .join-form #user-id {
  width: 260px !important; }
.member .join-form #user-post {
  width: 110px !important; }
.member .join-form #biz-post {
  width: 110px !important; }
.member .join-form .phone {
  width: 83px !important;
  margin-right: 5px; }

/* 회원가입 End */
/* 주문하기 Start */
section.order-sub-title {
  background: #1279bd; }
  section.order-sub-title .top {
    height: 172px; }
  section.order-sub-title .down {
    background: #fff;
    border-bottom: 1px solid #ddd; }
    section.order-sub-title .down .row {
      height: 45px; }
      section.order-sub-title .down .row li {
        font-size: 17px;
        font-weight: 400; }
      section.order-sub-title .down .row .active {
        color: #1279bd; }
  section.order-sub-title .sub-title-img {
    position: absolute;
    top: 25px;
    right: 55px; }
    section.order-sub-title .sub-title-img img {
      width: 70%; }
  section.order-sub-title h2 {
    color: #fff;
    margin-top: 64px;
    margin-bottom: 10px;
    font-size: 36px; }

section.order-list table.table th {
  border-top: 1px solid #333;
  border-bottom: 1px solid #fff;
  background: #f6f7fb; }

section.order-buyer .btn2 {
  padding: 5px 10px;
  font-size: 13px;
  color: #8b969f;
  border: 1px solid #8b969f;
  border-radius: 0; }
section.order-buyer .btn-addr {
  font-size: 12px;
  padding: 9px 10px;
  color: #fff;
  background: #aaa;
  border-radius: 0;
  line-height: 1; }
section.order-buyer .pay-method {
  display: inline-block;
  width: 47.9%;
  margin-right: 20px;
  border: 0;
  text-align: center;
  padding: 0; }
  section.order-buyer .pay-method label {
    background-image: none;
    background-color: #e9ecef;
    padding: 0;
    width: 100%;
    color: #8b969f;
    height: 36px;
    line-height: 36px; }
  section.order-buyer .pay-method input[type=radio]:checked + label {
    background-color: #ff5b59;
    color: #fff; }

.msection .title {
  font-size: 16px;
  font-weight: 500; }

.delivery-type .del-radio {
  border: 0; }
.delivery-type .del-radio li {
  display: inline-block;
  width: 131px;
  height: 180px;
  border-radius: 20px;
  border: 1px solid #E9ECEF;
  margin-right: 10px;
  overflow: hidden;
  padding: 0; }
.delivery-type .del-radio li .del-img {
  text-align: center;
  height: 110px;
  background: #f6f7fb; }
.delivery-type .del-radio li.active .del-img {
  background: #1279bd; }
.delivery-type .del-radio li .del-img .img {
  display: inline-block;
  height: 40px;
  width: 70px;
  margin-top: 30px;
  margin-bottom: 10px; }
.delivery-type .del-radio li.del00 .del-img .img {
  background: url("/data/assets/images/shop.png") no-repeat center center;
  background-size: auto; }
.delivery-type .del-radio li.del00.active .del-img .img {
  background: url("/data/assets/images/shop-on.png") no-repeat center center; }
.delivery-type .del-radio li.del01 .del-img .img {
  background: url("/data/assets/images/delivery-truck.png") no-repeat center center;
  background-size: auto; }
.delivery-type .del-radio li.del01.active .del-img .img {
  background: url("/data/assets/images/delivery-truck-on.png") no-repeat center center; }
.delivery-type .del-radio li.del02 .del-img .img {
  background: url("/data/assets/images/geo-alt.png") no-repeat center center;
  background-size: auto; }
.delivery-type .del-radio li.del02.active .del-img .img {
  background: url("/data/assets/images/geo-alt-on.png") no-repeat center center; }
.delivery-type .del-radio li.del03 .del-img .img {
  background: url("/data/assets/images/scooter.png") no-repeat center center;
  background-size: auto; }
.delivery-type .del-radio li.del03.active .del-img .img {
  background: url("/data/assets/images/scooter-on.png") no-repeat center center; }
.delivery-type .del-radio li.active .del-img p {
  color: #fff; }
.delivery-type .del-radio li:last-child {
  margin-right: 0; }
.delivery-type .del-radio li .del-radiobox {
  text-align: center;
  margin: 24px 0px;
  height: 20px; }
.delivery-type .del-radio input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
  padding-left: 22px;
  min-width: 40px;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  background: url("/data/assets/images/checkbox-hover.png") left/14px no-repeat; }
.delivery-type .del-radio input[type=radio]:checked + label {
  background-image: url("/data/assets/images/checkbox.png"); }

/* 퀵 배송안내 */

#choose-quicktime .choose-quicktime-bgbox {
  background-color: #fff;
  background-clip: content-box;
  padding: 7px;
}

.choose-quicktime-pdbox {
  padding: 0px 10px 0px 10px;
}

.choose-quicktime-pdbox .quicktime-titlebox {
  padding: 30px 0px 30px 0px;
  border-bottom: 1px solid #D1D6DC;
  display: flex;
  align-items: center;
}

.quicktime-titlebox .quicktime-title {
  font-size: 16px;
  color: #7B7B7B;
  font-weight: 500;
}

.choose-quicktime-pdbox .choose-quicktime-box {
  padding: 40px 0px 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 450px; */
}

.choose-quicktime-box .active-time {
  border: 1px solid #FF5B59!important;
  color: #FF5B59!important;
}

.choose-quicktime-box .choosetime-btn {
  width: 115px;
  height: 40px;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;

  font-family: 'Outfit';
  font-size: 17px;
  color: #9F9F9F;
  font-weight: 500;
}

.choose-quicktime-box .choosetime-btn:hover {
  border: 1px solid #707070;
  color: #707070;
}

.choose-quicktime-pdbox .quick-explain {
  letter-spacing: -0.6px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D1D6DC;
  line-height: 23px;
}

.choose-quicktime-pdbox .quicktime-btn {
  width: 125px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
}

.choose-quicktime-pdbox #quicktime-cancel {
  border: 1px solid #A0A9B1;
  color: #707070;
}

.choose-quicktime-pdbox #quicktime-ok {
  border: 1px solid #FF5B59;
  color: #FF5B59;
}

.choose-quicktime-pdbox .quicktime-btnbox {
  padding: 25px 0px 25px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quicktime-info {
  border: 1px solid #E9ECEF;
  border-radius: 40px;
  margin-bottom: 15px;
}

.quicktime-info .quicktime-infobox {
  padding: 8px 12px 8px 12px;
  display: flex;
  justify-content: space-between;
}

.quicktime-infobox #quicktime-change {
  border: 1px solid;
  border-radius: 40px;
  font-size: 12px;
  width: 60px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 퀵 배송안내 끝--- */

.pay-final-button #btn-submit {
  display: inline-block;
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  background: #ff5b59;
  color: #fff;
  border-radius: 0; }
.pay-final-button #btn-ord-submit {
  display: inline-block;
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  background: #ff5b59;
  color: #fff;
  border-radius: 0; }
.pay-final-button #btn-cart {
  display: inline-block;
  width: 100%;
  color: #ff5b59;
  background: none;
  border: 1px solid #ff5b59;
  font-weight: 500;
  padding: 13px 0;
  text-align: center; }

/* 주문하기 End */
/* 장바구니 Start */
.btn-cart {
  display: inline-block;
  width: 100%;
  height: 46px;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  background: #ff5b59;
  color: #fff;
  font-weight: 500;
  border-radius: 0; }
  .btn-cart:hover {
    color: #fff;
    background: #ff1b19; }

.btn-cart-shop {
  display: inline-block;
  width: 100%;
  height: 46px;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  background: #525252;
  color: #fff;
  font-weight: 500;
  border-radius: 0; }
  .btn-cart-shop:hover {
    color: #fff;
    background: #333; }

.cart-cost .cost {
  font-size: 28px;
  font-weight: 500; }
  .cart-cost .cost p {
    font-size: 14px;
    color: #aaa;
    font-weight: normal; }
.cart-cost .amount {
  color: #ff5b59; }
  .cart-cost .amount span {
    color: #ff5b59; }

/* 장바구니 End */
/* 주문완료 Start */
section.order-complete .title {
  font-weight: 500; }

  section.order-complete .complete-explain {
    font-size: 12px;
  }

/* 주문완료 End */
/* 마이페이지 Start */
section.mypage2 .oldsite-btn {
  background-color: #dbe2e6!important;
  border-color: #dbe2e6!important;
  color: #000000!important;
  font-weight: 350!important;
}
section.mypage .my-money {
  height: 174px; }
  section.mypage .my-money .title {
    color: #fff;
    font-weight: 500;
    font-size: 24pt;
  }
    /*패밀리 회원*/
  section.mypage .my-money .round-box {
    padding: 6px 18px;
    font-size: 14px;
    border-radius: 20px;
    background: #fff;
    color: #1279bd;
  }
  section.mypage .my-money .money-item .mobile-col2 .txt {
    text-align: center;
    margin-bottom: 10px; }
    section.mypage .my-money .money-item .mobile-col2 .txt .name {
      color: #fff;
      font-size: 14px;
      font-weight: 400; }
    section.mypage .my-money .money-item .mobile-col2 .txt .curr {
      color: #fff;
      font-size: 19px; }
  section.mypage .my-money .money-item .mobile-col2 .link-btn {
    text-align: center; }
    section.mypage .my-money .money-item .mobile-col2 .link-btn .round-btn {
      display: block;
      margin: 0 auto;
      width: 100px;
      padding: 5px 0px;
      font-size: 14px;
      border-radius: 20px;
      border: 1px solid #fff;
      color: #fff;
      text-align: center; }
  section.mypage .my-money .money-item .mobile-col2 .h4 {
    color: #fff;
    margin-bottom: 5px; }
  section.mypage .my-money .money-item .mobile-col2 .h5 {
    color: #fff;
    margin-bottom: 5px; }

  section.mypage .now-order-title{
    font-size: 20px;
  }

section.mypage .nav-tabs .nav-item {
  height: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  border-right: 1px solid #dee2e6;
}
section.mypage .nav-tabs .active2 {
  border-bottom: 4px solid #1279bd !important;
}
section.mypage .curr-status {
  width: 100%;
  background: #f6f7fb; }
  section.mypage .curr-status .row1 {
    height: 160px; }
    section.mypage .curr-status .row1 .col1 .title {
      font-size: 17px !important; }
    section.mypage .curr-status .row1 .col1 .title-delivery-support {
      font-size: 17px !important; }
    section.mypage .curr-status .row1 .col1 .icon {
      font-size: 30px;}
    section.mypage .curr-status .row1 .col2 {
      display: table;
      width: 114px;
      height: 100%;
      background: #dbe2ef; }
section.mypage .curr-status .row1 .col2 {
  height:100%;
  display:table-cell;
  vertical-align:middle; }
section.mypage .curr-status .row1 .col2 {
  padding-top: 40px; }
section.mypage .curr-status .row1 .col2 .twicep{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  }
section.mypage .curr-status .row1 .col1 .icon span{
  color:#1279bd;
  margin-right:4px;
}
section.mypage .curr-status .row1 .guhomepage div{
  margin-top: 10px;
}

section.mypage2 #tab-memberup .container {
  width: 680px;
  margin: 0; }
section.mypage2 .date-search .btn-info{
  width: 15rem;
}
section.mypage2 .date-search {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
section.mypage2 .date-search .col-auto .calendar2{
  width: 100px;
}
section .date-search .col-auto .calendar2{
  width: 100px;
}
/* 마이페이지 주문조회 버튼형식 */
section.mypage2 .date-search .col-auto .row .ordernum .sel{
  border: none;
  border-bottom: 1px solid #dee2e6;
}
section.mypage2 .date-search .col-auto .row .ordernum .search-num{
  border: none;
  border-bottom: 1px solid #dee2e6;
  width: 165px;
  height: 28px;
  font-size: 14px;
}
section.mypage2 .date-search .col-auto .row .ordernum .btn-search{
  width: 80px;
}

.searchDate div{
  float: left;
  margin-right: 6px;
}

.searchDate input:focus {
  box-shadow: none;
}

.active-search {
  border: 1px solid #525252!important;
}

.searchDate input {
  z-index: 500;
  width: 60px;
  height: 30px;
  font-size: 13px;
  color: #525252;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #dee2e6;
}

.searchDate input:last-child {
  padding-left: 0px;
  padding-right: 0px;
}

/* 마이페이지 주문조회 버튼형식 끝*/

section.mypage2 .date-search .col-auto .row .mx-2{
  position:relative;
}

section.mypage2 .join-form #user-name {
  width: 260px !important; }
section.mypage2 .join-form input[type="password"] {
  width: 260px !important; }
section.mypage2 .join-form #user-id {
  width: 260px !important; }
section.mypage2 .join-form #biz-name {
  width: 260px !important; }
section.mypage2 .join-form #ceo-name {
  width: 260px !important; }
section.mypage2 .join-form #biz-type1 {
  width: 260px !important; }
section.mypage2 .join-form #biz-type2 {
  width: 260px !important; }
section.mypage2 .join-form #accountant {
  width: 260px !important; }
section.mypage2 .join-form #biz-email {
  width: 260px !important; }
section.mypage2 .join-form #user-post {
  width: 90px !important; }
section.mypage2 .join-form #biz-post {
  width: 90px !important; }
section.mypage2 .join-form .phone {
  width: 83px !important;
  margin-right: 5px; }
section.mypage2 .join-form .num {
  width: 83px !important; }
section.mypage2 .nav-tabs .nav-item {
  height: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px; }
section.mypage2 .nav-tabs .active2 {
  border-bottom: 4px solid #1279bd !important; }
  section.mypage2 .table-responsive {
    margin-bottom: 3rem; }
  section.mypage2 .table-responsive td .img-n-txt {
    display: flex;
    align-items: center; }
  section.mypage2 .table-responsive td .img-n-txt div:nth-child(1) {
    margin-right: 8px; }

  /* 반응형 주문내역테이블*/
  section.mypage2 .order-table {
    width: 100%;
    /* table-layout: fixed; */
  }
  .container-mb {
    margin-bottom: 3rem;
  }
  .container-mb0 {
    margin-bottom: 3rem;
  }
  section.mypage2 .order-table td .waiting{
    margin-bottom: 0.5rem;
  }

  section.mypage2 .order-table td .pay-btnbox .waiting{
    margin-bottom: 0px;
  }

  section.mypage2 .order-table td .pay-btnbox .waiting:nth-child(2){
    margin-bottom: 0.5rem;
  }

  .link-blue {
    color: #1279bd;
  }

  .order-detail-btn a {
    transition: .2s;
    color: #525252;
  }

  .order-detail-btn a:hover {
    transition: .2s;
    color: #1279bd;
  }

  .order-detail-btn a span{
    transition: .2s;
    color: #525252;
  }

  .order-detail-btn a:hover span {
    transition: .2s;
    color: #1279bd;
  }

  /* 마이페이지 home 리뷰팝업 */
  .review-pop .btn-outline-secondary {
    color: #525252;
    border-color: #707070;
  }
  .review-pop .btn-outline-secondary:hover {
    background-color: #fff;
  }

  .review-pop .btn-primary {
    background-color: #1279bd;
    border-color: #1279bd;
  }

  .review-pop .btn-outline-primary {
    background-color: #1279bd;
    border-color: #1279bd;
    color: #fff;
  }

  .review-pop {
    margin:0 auto; max-width:800px;
  }

  .review-pop {
    display:none;
  }

  .review-pop .layerBox {
    position:fixed;
    left:50%;
    top:50.6%;
    transform:translate(-50%, -50%);
    background:#fff;
    z-index: 1050;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    width: 550px;
    height: auto;
    max-height: 660px;
    border-radius: 12px;
    border: 1px solid #dee2e6;
  }

  .review-pop .review-pop-box {
    /* margin: 30px 90px 20px 90px; */
  }

  .review-pop .review-pop-box-header {
    margin: 25px 90px 0px 90px;
  }

  .review-pop .review-pop-box-body {
    /* margin: 0px 90px 0px 0px; */
  }

  .review-pop .review-pop-box-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 35px 0px 35px;
    border-top: 1px solid #dee2e6;
  }

  .review-pop-box-footer #btn-noopen-pop {
    margin-bottom: 10px;
    cursor: pointer;
  }

  .review-pop-box .review-pop-title{
    font-size: 21px;
    font-weight: 500;
    text-align: center;
  }

  .review-pop-box .review-point-word{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
  }

  .review-pop .review-pop-checkall {
    height: 40px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .review-pop-box .pop-scroll-box{
    height: auto;
    max-height: 366px;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding-top: 15px;
    padding-right: 90px;
  }

  .review-pop-box .pop-scroll-box::-webkit-scrollbar {
    display: none;
  }

  .review-pop-box .review-pop-checklist {
    display: flex;
    margin-bottom: 10px;
    position: relative;
  }

  .review-pop-box .review-pop-checkbox {
    display: flex;
    align-items: center;
    width: 130px;
    justify-content: center;
  }

  .review-pop-checkall input[type=checkbox] + label {
    padding-left: 28px!important;
  }

  #review-pop input[type=checkbox] + label {
    background-image: url("/data/assets/images/check-square-empty.png");
    padding-left: 18px;
  }

  #review-pop input[type=checkbox]:checked + label {
    background-image: url("/data/assets/images/check-square-fill.png");
  }

  .review-pop-checklist .review-pop-img {
    width: 130px;
    height: 130px;
    border-radius: 16px 0px 0px 16px;
    margin-right: 10px;
  }

  .review-pop-checklist .writeable-orderlist {
    display: flex;
    width: 230px;
    /* border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6; */
  }

  .review-pop-checklist .writeable-orderlist-box {
    margin: 15px 0px 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .review-pop-checklist .pop-order-title {
    margin-right: 30px;
    font-size: 14px;
  }

  .review-pop-checklist .pop-order-detail {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 128px;
  }

  .review-pop-box .review-pop-btnbox {
    display: flex;
    justify-content: space-between;
  }

  .review-pop-btnbox .review-pop-btn{
    height: 35px;
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .review-pop-box .btnalwaysHide{
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* 선택한 후기작성 안함, 다음에 할게요 누르면 나오는 팝업 */
  .review-pop .layerBox-alert {
    position:fixed;
    left:50%;
    top:50.6%;
    transform:translate(-50%, -50%);
    background:#fff;
    z-index: 1050;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    width: 275px;
    height: 145px;
  }

  .review-pop .review-pop-alert {
    margin: 25px 10px 25px 10px;
  }

  .review-pop-alert .pop-alert-title {
    text-align: center;
    margin-bottom: 25px;
  }

  .review-pop-alert .review-pop-close {
    width: 48%;
  }

  .review-pop .layerBox-noopen-popalert {
    position:fixed;
    left:50%;
    top:50.6%;
    transform:translate(-50%, -50%);
    background:#fff;
    z-index: 1050;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    width: 370px;
    height: 145px;
    /* max-height: 660px; */
    border-radius: 12px;
    border: 1px solid #dee2e6;
    display: none;
  }

  .layerBox-noopen-popalert .noopen-popalert-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .noopen-popalert-box .noopen-popbtn {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 마이페이지 등급별 팝업 */
  .cookie-pop {
    background:#fff;
    position:fixed;
    display:none;
    overflow-y:none;
    z-index:1051;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  }

  .cookie-pop .guide-popclose-btn {
    position: absolute;
    right: 25px;
    top: 11px;
  }

  .cookie-pop .guide-popclose-btn .fa-xmark {
    font-size: 24px;
    color: #fff;
  }

  .cookie-pop .popclose-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 35px;
    background-color: #fff;
    border-top: 1px solid #CCCDD0;
    padding-right: 25px;
  }

  .cookie-pop .popclose-footer p {
    /* color: #000000; */
    font-weight: 500;
    margin-top: -1px;
  }

  .cookie-pop .popclose-footer p .fa-times {
    /* color: #000000; */
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
  }

  .cookie-pop .popclose-footer p a {
    /* color: #000000; */
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* 마이페이지 End */
@media screen and (max-width: 768px) {
  section.top-blue.container-fluid {
    margin-top: 90px;
  }
  .table-responsive td {
  white-space: nowrap; }
  .table-responsive td img {
    width: 80px; }
  section.mypage2 #tab-memberup .container {
    width: 100%;
    margin: 0; }
  section.mypage2 .nav-item-mobile {
    display: none; }
  section.mypage2 .join-form input[type="password"] {
    width: 260px !important; }
  section.mypage2 .join-form #user-id {
    width: 140px !important; }
  section.mypage2 .join-form #user-name {
    width: 260px !important; }
  section.mypage2 .join-form #biz-type1 {
    width: 160px !important; }
  section.mypage2 .join-form #biz-type2 {
    width: 260px !important; }
  section.mypage2 .join-form #user-post {
    width: 90px !important; }
}
/* 768px 아이패드같은 부분이 모바일로 볼때 많이 깨져서 1px 낮춤*/
@media screen and (max-width: 767px) {
  .mobile-none {
    display: none!important;
  }
  .mobile-block {
    display: block!important;
  }
  .mobile-none2 {
    display: none;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .container-mb {
    margin-bottom: 1rem;
  }
  .container-mb0 {
    margin-bottom: 0rem;
  }

  .table-responsive td {
    white-space: nowrap; }
    .table-responsive td img {
      width: 80px; }

  section.top-blue {
    /* height: 440px; */
    height: 435px;
    background: #1279BD;
  }

  section.mypage h1.title {
    display: none; }
  section.mypage .my-money {
    height: auto;
    padding-top: 20px;
    /* margin-top: 80px; */
    width: 100%;
    position: relative;
    top: 20px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  section.mypage .my-money .div-rdbox {
    padding-top: 45px;
    display: flex;
    /* justify-content: center; */
    justify-content: flex-end;
  }
  section.mypage .my-money .round-box {
    position: relative;
    bottom: 125px;
    z-index: 1;
    font-size: 15px;
    /* margin-left: 18px; */
    height: 35px;
    padding-top: 7px;
    }
  section.mypage .my-money .text-white {
    position: absolute;
    width: 360px;
    z-index: 1;
    text-align: left;
    display: inline-block;
    padding-left: 36px;
    padding-top: 20px;
    padding-bottom: 188px;
    font-size: 15px;
    text-align: center;
    }
  section.mypage .my-money .text-white br {
    display: none !important;
    }
  section.mypage .my-money .mobile-col2 {
    /* width: 50%; */
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
  section.mypage .my-money .mobile-col2 .txt{
    margin-left: 20px;
    }
    /*top-blue 4분할 부분*/
  section.mypage .container {
    flex-direction: row;
    flex-wrap: wrap;
    }

  section.mypage .my-money .gubun {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 30px;
    padding-bottom: 20px;
    z-index: 1;
    }
  section.mypage .my-money .gubun .name {
    font-size: 19px!important;
    margin-bottom: 5px;
    opacity: 1;

    }
  section.mypage .my-money .gubun .curr {
    font-size: 17px!important;
    opacity: 1;
    }
  section.mypage .my-money .gubun1 {
    padding-top: 20px;
    /* content: "";
    display: block;
    width: 1px;
    border-right: 1px solid black;
    margin-top: 20px;
    height: 50%; */
    }
  section.mypage .my-money .gubun2 {
    border-right: none;
    padding-top: 20px;
    }
  section.mypage .my-money .gubun3 {
    border-bottom: none;
    }
  section.mypage .my-money .gubun4 {
    border-right: none;
    border-bottom: none;
    }
  section.mypage .my-money .money-item .mobile-col2 {
    /* margin-left: 10px; */
    margin-top: 25px;
  }
  section.mypage .my-money .money-item .mobile-col2 .txt{
    margin-right: 50px;
  }
  section.mypage .my-money .money-item .mobile-col2 .link-btn {
    padding-right: 30px;
  }

  section.mypage .my-money .money-item .mobile-col2 .link-btn .round-btn {
    border: 1px solid rgb(255, 255, 255, 0.4)!important;
  }

  section.mypage .container{
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  section.mypage .nav-tabs {
    position: relative;
    /* bottom: 431px; */
    bottom: 506px;
    /* bottom: 452px; */
    height: 50px!important;
    padding-top: 5px;
    border-bottom: none!important;
    z-index: 1;
  }

  section.mypage .nav-tabs .nav-item {
    border-right: none;
    cursor: pointer;
    transition: 0.4s;
  }

  section.mypage .marginnone {
    position: relative;
    bottom: 30px;
  }
  section.mypage .marginnone1 {
    position: relative;
    bottom: 0px;
    margin-top: 12px!important;
  }

  section.mypage .now-order-title{
    margin-left: 10px;
    font-size: 18px;
  }
  section.mypage .align-items-center .font{
    margin-left: -5px;
    margin-bottom: 7px;
    font-size: 13px;
  }
  section.mypage .curr-status .row1 .col2 {
    display: flex;
    justify-content: center;
  }

  section.mypage .curr-status .row{
    padding-top: 25px;
    padding-bottom: 5px;
  }

  section.mypage .curr-status .payment-curr{
    padding-top: 22px!important;
    padding-bottom: 5px;
  }
  /* 아이콘 위치*/
  section.mypage .curr-status .row1 .col1 p {
    color: #000000;
  }

  section.mypage .curr-status .row1 .col1 .icon span{
    /* margin-left:33px; */
    font-size: 20px;
  }
  section.mypage .curr-status .row1 .col2{
    height: 50%;
  }

  section.mypage .curr-status .row1 .col2 p{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -26px;
  }
  section.mypage .curr-status .row1 .col2 .twicep{
    margin-top: -1.9rem;
  }

  section.mypage .my-money .mobile-col2 .link-btn a{
    font-size: 15px!important; }

  section.mypage .curr-status .row1 {
    height: 120px; }
  section.mypage .curr-status .payment-curr {
    height: 90px!important; }
    section.mypage .curr-status .row1 .col1 .title {
      font-size: 14px !important; }
    section.mypage .curr-status .row1 .col1 .title-delivery-support {
      font-size: 11px !important;
      margin-top: 4px;
    }
    section.mypage .curr-status .row1 .col1 .icon {
      font-size: 24px; }

  section.mypage2 .nav-tabs {
    flex-direction: column;
  }

  section.mypage2 .nav-tabs .nav-link {
    padding-left: 20px;
    /* padding-right: 155px; */
    padding-bottom: 15px;
    padding-top: 20px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: #dee2e6;
    text-align: left;
    font-size: 16px;
    height: 70px;
    color: #000000;
  }

  section.mypage2 .logoutdiv {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }

  section.mypage2 .logoutdiv a{
    width: auto!important;
    color: #525252;
    font-size: 15px;
  }

  section.mypage2 .date-search {
    margin-bottom: 1rem;
    margin-top: 0rem;
    /* padding-top: 3px; */
  }

  section.mypage2 .date-search #search_start_date {
    margin-bottom: 10px;
  }

  section.mypage2 .date-search .btn-info{
    width: 30rem;
  }
  section.mypage2 .date-search .cashbtn{
    padding-top: 11px;
  }
  section.mypage2 .date-search .col-auto{
    padding-top: 1rem;
  }

  section.mypage2 .date-search .col-auto .row .date{
    padding-left: 15px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  section.mypage2 .date-search .col-auto .ordernum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  section.mypage2 .date-search .col-auto .ordernum-big {
    width: 95%;
  }
  section.mypage2 .date-search .col-auto .ordernum-big .btn{
    width: 100%!important;
  }
  section.mypage2 .date-search .col-auto .ordernum .btn{
    height: 45px;
    padding-top: 10px;
  }
  section.mypage2 .date-search .col-auto .row .ordernum .sel{
    width: 80px;
    padding-left: 0px;
    display: inline;
    margin-right: 6px!important;
    height: 45px;
    font-size: 14px;

  }

  /* 반응형 주문내역테이블*/
  section.mypage2 .table-responsive {
    margin-bottom: 0rem; }
  section.mypage2 .order-table {
    border: 0;
    margin-bottom: 0rem!important;
  }
  section.mypage2 .order-table thead {
    border: none;
    clip: rect(0 0 0 0);
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  section.mypage2 .order-table .mobile-first {
    /* border-top: 1px solid #525252!important; */
    padding-top: 30px;
    padding-bottom: 0.75rem;
  }
  section.mypage2 .order-table .mobile-third {
    /* padding-top: 0.75rem; */
  }
  /* section.mypage2 .order-table tr {
    display: block;
  } */
  section.mypage2 .order-table td {
    /* border-bottom: 1px solid #ddd; */
    display: block;
    font-size: 15px!important;
    text-align: left;
    border-top: none!important;
    width: 100%;
    padding-left: 180px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  section.mypage2 .order-table td:before {
    /* content: attr(data-label);
    font-weight: bold; */
    float: left;
    text-transform: uppercase;
  }
  section.mypage2 .order-table .mobile-td:before {
    content: attr(data-label);
    font-size: 15px;
  }
  section.mypage2 .order-table2 td:before {
    /* content: attr(data-label); */
    font-size: 15px;
  }
  section.mypage2 .order-table3 td:before {
    /* content: attr(data-label); */
    font-size: 15px;
  }
  section.mypage2 .order-table1 tr {
    padding-bottom: 0px!important;
  }
  section.mypage2 .order-table1 tr:first-child {
    border-top: 1px solid #525252!important;
  }
  section.mypage2 .order-table2 tr:nth-child(2) {
    border-top: 1px solid #525252;
  }
  section.mypage2 .order-table tr {
    padding-bottom: 30px;
  }
  section.mypage2 .order-table td {
    padding-top: 5px;
    /* padding-bottom: 5px!important; */
  }
  section.mypage2 .order-table .order-contents {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }

  section.mypage2 .table-responsive td .num-date {
    position: absolute;
  }
  section.mypage2 .order-table td .img-n-txt div{
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    left: 180px!important;
  }
  section.mypage2 .table-responsive td .img-n-txt div:nth-child(1) {
    pointer-events:none;
  }
  section.mypage2 .order-table td .img-n-txt img{
    position: relative;
    bottom: -4px;
    right: 155px;
    width: 130px !important;
    height: 130px !important;
  }
  section.mypage2 .order-table td .waiting{
    margin-bottom: 0;
  }
  section.mypage2 .order-table .delivery-br br{
    display: none;
}

  section.mypage2 .order-table td .progress-btn{
    /* padding-left: 80px;
    position: absolute;
    position: relative;
    bottom: 55px; */
  }
  section.mypage2 .order-table td .pay-btn{
    margin-left: 80px;
    /* position: absolute; */
    position: relative;
    bottom: 53px;
  }
  section.mypage2 .order-table td .btn{
    padding-top: 11px;
    height: 45px;
    /* color: #525252;
    border-color: #707070; */
  }
  section.mypage2 .order-table td .btn-receipt-print {
    border-color: #fff!important;
    font-size: 15px;
    position: relative;
    right: 10px;
    bottom: 10px;
    padding-right: 95px;
  }
  section.mypage2 .order-table tr{
    border-top: 1px solid #DBE2EF;
  }
  section.mypage2 .order-table tr:nth-last-child(1){
    border-bottom: none!important;
  }
  section.mypage2 .tab-pane .justify-content-end{
    justify-content: center!important;
  }
  section.mypage2 .tab-pane .question-btn{
    text-align: center!important;
  }
  section.mypage2 .tab-pane .question-btn a{
    width: 200px;
    height: 45px;
    padding-top: 10px;
  }
  section.mypage2 .order-table .checkbox-td label{
    position: absolute;
    left: 25px;
    margin-top: 35px;
    z-index: 1000;
    color: #fff;
  }
  section.mypage2 .table .custmoer-tr{
    text-align: center;
    font-size: 15px;
  }
  section.mypage2 .table .custmoer-tr td{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section.mypage2 .boardh4{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px solid #000000;
  }
  section.mypage2 .boardview-top1{
    border-bottom: 1px solid #DBE2EF;
  }
  section.mypage2 .boardview-top label{
    padding-left: 22px;
    text-align: left!important;
  }
  section.mypage2 .boardview-top .label1{
    border-bottom: 1px solid #DBE2EF;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  section.mypage2 .boardview-top .div1{
    border-bottom: 1px solid #DBE2EF;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  section.mypage2 .boardview-top .div2{
    /* border-bottom: 1px solid #DBE2EF; */
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.mypage2 .boardview-top .label2{
    /* border-bottom: 1px solid #DBE2EF; */
    padding-top: 20px;
    padding-bottom: 10px;
  }
  section.mypage2 .boardview-top .div3{
    border-bottom: 1px solid #DBE2EF;
    padding-bottom: 20px;
  }
  section.mypage2 .boardview-top .label3{
    border-bottom: 1px solid #DBE2EF;
    padding-bottom: 20px;
  }
  section.mypage2 .boardview-top .div4{
    padding-top: 20px;
    padding-bottom: 10px;
  }
  section.mypage2 .boardview-top .label4{
    padding-top: 20px;
    padding-bottom: 10px;
  }
  section.mypage2 .btnlist{
    padding-left: 22.5px;
  }
  section.mypage2 .btnlist-info{
    width: 330px;
    height: 45px;
    padding-top: 10px;
  }
  section.mypage2 .date-search .refundh3{
    text-align: center;
    font-size: 22px;
    color: #212529;
    margin-left: 70px;
  }
  section.mypage2 .date-search .text-danger{
    font-size: 15px;
    padding-left: 10px;
  }


  section.mypage2 #tab-memberup .container {
    width: 100%;
    margin: 0; }
  section.mypage2 .nav-item-mobile {
    display: none; }
  section.mypage2 .join-form input[type="password"] {
    width: 260px !important; }
  section.mypage2 .join-form #user-id {
    width: 140px !important; }
  section.mypage2 .join-form #user-name {
    width: 260px !important; }
  section.mypage2 .join-form #biz-type1 {
    width: 160px !important; }
  section.mypage2 .join-form #biz-type2 {
    width: 260px !important; }
  section.mypage2 .join-form #user-post {
    width: 90px !important; }

  section.top-blue.container-fluid {
    margin-top: 84px;
    /* margin-top: 90px; */
  }
  /*주문 상세내역 모바일 둥글게*/
  .modal-title {
    font-size: 18px;
    color: #000000;
  }
  .modal-dialog {
    min-height: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
  }
  .modal-content {
    /* border-radius: 30px; */
    z-index: 9999;
    width: 100%;
    height: 100%;
  }
  /*마이페이지 주문내역*/
  section.mypage .curr-status .row1 .col2 br{
    display: none;
  }
  section.mypage .my-money .gubun4 {
    padding-left: 30px;
    padding-bottom: 20px;
  }
  section.mypage .curr-status .row1 .guhomepage {
    padding-top: 8px;
  }
  section.mypage .curr-status .row1 .guhomepage div{
    margin-top: 5px;
  }
  section.mypage2 .nav-item .active{
    border-top: 1px solid #dee2e6;
    /* text-align: center; */
  }
  section.mypage2 .nav-item .bdnone{
    border-top: none!important;
  }
  section.mypage2 .nav-item .fa-angle-right{
    position: absolute;
    left: 340px;
    font-weight: 400;
    color: #707070;
  }
  section.mypage2 .nav-item .fa-times{
    position: absolute;
    right: 20px;
    /* font-weight: 400; */
    color: #707070;
  }
  section.mypage2 .nav-item .fa-close-right{
    position: absolute;
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* section.mypage2 .nav-tabs .nav-item i:hover {
    transform: rotate(90deg);
  } */
  /* .arrow90 {
    transform: rotate(90deg);
  } */
  /*마이페이지 결제내역*/
  section.mypage .curr-status .row1 .col1 .icon .pay-i {
    position: absolute;
    bottom: 25px!important;
  }

  /*주문하기 -장바구니-*/
  section.order-sub-title .top{
    margin-top: 90px;
  }
  section.order-sub-title .top h2{
    margin-left: 2.5rem;
  }
  section.order-sub-title .top .sub-title-img{
    /* margin-right: 3rem;
    width: 20%; */
  }

  /*btn */
  section.order-list .date-search {
    flex-direction: column;
    margin-top: 0!important;
  }
  section.order-list .date-search .row{
    display: flex;
    justify-content: center;
  }
  section.order-list .date-search .order-btn{
    text-align: center;
  }
  /*DATE*/
  section.order-list .date-search .cart-date{
    flex-wrap: wrap;
    /* flex-wrap: nowrap; */
  }

  /* 반응형 장바구니테이블*/
  section .table-responsive {
    margin-bottom: 0rem; }
  section .order-table {
    border: 0;
    margin-bottom: 0rem!important;
  }
  section .order-table thead {
    border: none;
    clip: rect(0 0 0 0);
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  section .order-table .mobile-first {
    /* border-top: 1px solid #525252!important; */
    padding-top: 30px;
    padding-bottom: 0.75rem;
  }
  section .order-table .mobile-third {
    padding-top: 0.75rem;
  }
  /* section .order-table tr {
    display: block;
  } */
  section .order-table td {
    /* border-bottom: 1px solid #ddd; */
    display: block;
    font-size: 15px!important;
    text-align: left;
    border-top: none!important;
    width: 100%;
    padding-left: 180px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  section .order-table td:before {
    /* content: attr(data-label);
    font-weight: bold; */
    float: left;
    text-transform: uppercase;
  }
  section .order-table .mobile-td:before {
    content: attr(data-label);
    font-size: 15px;
  }
  section .order-table2 td:before {
    /* content: attr(data-label); */
    font-size: 15px;
  }
  section .order-table3 td:before {
    /* content: attr(data-label); */
    font-size: 15px;
  }
  section .order-table1 tr:first-child {
    border-top: 1px solid #525252!important;
  }
  section .order-table2 tr:nth-child(2) {
    border-top: 1px solid #525252;
  }
  section .cart-table01 tr {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  section .order-table td {
    padding-top: 5px;
    /* padding-bottom: 5px!important; */
  }
  section .order-table .order-contents {
    padding-top: 15px!important;
    padding-bottom: 10px!important;
  }
  section .order-table td .img-n-txt div{
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    left: 180px!important;
  }
  section .table-responsive td .img-n-txt div:nth-child(1) {
    pointer-events:none;
  }
  section .order-table td .img-n-txt img{
    position: relative;
    bottom: -4px;
    right: 155px;
    width: 130px !important;
    height: 130px !important;
  }
  section .order-table td .waiting{
    margin-bottom: 0;
  }
  section .order-table .delivery-br br{
    display: none;
}
  section .order-table td .pay-btn{
    margin-left: 80px;
    /* position: absolute; */
    position: relative;
    bottom: 55px;
  }
  section .order-table td .btn{
    padding-top: 11px;
    height: 45px;
  }
  section .order-table tr{
    border-top: 1px solid #DBE2EF;
  }
  section .order-table tr:nth-last-child(1){
    border-bottom: none!important;
  }
  section .tab-pane .justify-content-end{
    justify-content: center!important;
  }
  section .tab-pane .question-btn{
    text-align: center!important;
  }
  section .tab-pane .question-btn a{
    width: 200px;
    height: 45px;
    padding-top: 10px;
  }
  section .order-table .checkbox-td label{
    position: absolute;
    left: 25px;
    margin-top: 35px;
    z-index: 1000;
    color: #fff;
  }




  /*위에 장바구니 분기점*/
  section.mypage2 .date-search .date-search-info{
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }
  section.mypage2 .date-search .calendar2 {
    width: 158px!important;
    height: 45px!important;
    margin-top: 10px;
    font-size: 14px;
  }
  section.mypage2 .date-search .col-auto .row .ordernum .search-num{
    height: 45px;
  }

  section.mypage2 .date-search .fa-external-link {
    padding-top: 7px;
  }
  section.mypage2 .date-search .fa-calendar-check {
    padding-top: 19px;
  }
  section.mypage2 .date-search .wave {
    padding-top: 10px;
  }
  .searchDate div:last-child {
    margin-right: 0px;
  }
  .searchDate input {
    width: 80px;
    height: 45px;
  }
  .searchDate label {
    width: 80px;
    height: 45px;
    font-size: 14px;
    line-height: 43px;
  }

}


/* 모바일 CSS */
@media screen and (max-width: 576px) {
  body, html {
    font-size: 14px; }
  section .mobile-pagination {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  /* 라디오버튼 커스터마이징 */
  .css-radio label {
    padding-left: 0 !important;
    text-align: center;
    width: 100%;
    height: 68px;
    line-height: 68px !important;
    border-right: 1px solid #ced4da;
    background: #f6f7fc !important;
    color: #333;
    font-weight: 600; }
  .css-radio label:hover {
    /*border-color:#ccc;*/ }
  .css-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1; }
  .css-radio input[type="radio"]:checked + label {
    /*border: 1px solid #4CAF50;*/
    /*border-right:none;*/
    background: #fff !important;
    color: #333;
    /*font-weight:600;*/ }

  .custom-radio input[type=radio] + label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    background: #f6f7fc; }

  .custom-radio input[type=radio] + label img.off {
    display: inline-block; }

  .custom-radio input[type=radio] + label img.on {
    display: none; }

  .custom-radio input[type=radio]:checked + label {
    background-image: none;
    border-color: #7a9fd0; }

  .custom-radio input[type=radio]:checked + label img.on {
    display: inline-block; }

  .custom-radio input[type=radio]:checked + label img.off {
    display: none; }

  /*로그인 페이지*/
  .login-form .label {
    width: 70px;
    padding-left: 10px;
    font-size: 14px;
  }
  .login-form .title {
    margin: 40px 0 15px;
  }

  /*회원가입 페이지*/
  .member .join-form input[type="text"] {
    width: 100% !important; }
  .member .join-form input[type="password"] {
    width: 100% !important; }
  .member .join-form input[type="text"].phone {
    width: 30% !important; }
  .member .join-form #user-addr1 {
    margin-right: 0 !important;
    margin-bottom: 10px; }
  .member .join-form #biz-addr1 {
    margin-right: 0 !important;
    margin-bottom: 10px; }
  .member .join-form #user-id {
    width: 160px !important; }

  section.order-buyer .btn2 {
    padding: 5px;
    font-size: 10px; }

  /*주문서*/
  .msection {
    padding: 0 15px; }
    .msection .title {
      font-size: 14px; }
    .msection .del-radio {
      display: flex;
      justify-content: center; }
      .msection .del-radio li {
        padding: 0;
        margin: 10px; }

  .order-list .no {
    display: none; }

  .pay-method .row {
    margin: 0 !important; }
    .pay-method .row .radio-item {
      width: 50%;
      padding: 5px;
      margin: 0; }

  .pay-final-button .submit {
    padding: 0 !important;
    margin-bottom: 10px; }
  .pay-final-button .cart {
    padding: 0 !important; }

  /*장바구니*/
  .cart-cost .cost {
    text-align: center; }
  .cart-cost .icon {
    margin: 10px 0;
    text-align: center; }

  .cart-btns div {
    margin: 0 !important; }
  .cart-btns div:nth-child(2) {
    padding: 0 5px !important; }

  /* 마이페이지 */
  section.mypage .money-item:nth-child(1) {
    padding-left: 10px; }

  /* section.mypage2 .date-search .month-btn {
    display: none; } */

  section.top-blue {
    padding: 20px 0px; } /*20px 10px*/

  section .login-titlebox {
    padding: 20px 20px 0px 20px;
  }

  section.top-blue .col .loginh2 {
    /* padding-left: 55px;
    position: relative;
    top: 35px;
    font-size: 35px!important; */
  }
  section.top-blue .col .logintext {
    /* position: absolute;
    top: 100px;
    left: 55px;
    width: 263px; */
  }
  section.top-blue .col .loginimg {
    /* padding-right: 30px;
    padding-top: 20px; */
  }

  .curr-status .icon-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  section.mypage .curr-status .row1 .col1 .icon i{
    position: absolute;
    bottom: 50px;
  }

  section.mypage .curr-status .row1 .col1 .icon span{
    margin-right:0px!important;
  }

  section.mypage2 .date-search {
    display: flex;
    justify-content: center!important;
  }

  .footer {
    margin-top: 0px!important;
  }

  .footer .footer-menu {
    margin: 0px!important;
  }

  /* 주문완료 모바일 start */
  section.order-complete .complete-clipboard {
    font-size: 80px;
    position: relative;
    bottom: 25px;
    left: 25px;
  }
  section.order-complete .paddingr-15 {
    padding-right: 15px;
  }
  section.order-complete .order-complete-title {
    font-size: 23px;
    color: #000000;
    padding-bottom: 10px;
  }
  section.order-complete .thank-title {
    font-size: 14px;
    color: #000000;
  }
  section.order-complete .complete-ordernum {
    font-size: 23px;
  }
  section.order-complete .complete-explain01 {
    text-align: center!important;
    font-size: 12px;
  }
  section.order-complete .order-complete-table tr td{
    font-size: 13px;
    color: #000000;
  }
  section.order-complete .order-complete-table tr td:first-child{
    width: 95px!important;
    border-right: none!important;
  }
  section.order-complete .order-complete-table tr td:nth-child(2){
    border-left: none!important;
  }
  section.order-complete .complete-explain02 {
    text-align: center!important;
    font-size: 12px;
  }
  section.order-complete .order-complete-list {
    font-size: 16px;
    color: #000000;
    padding-left: 14px;
  }
  section.order-complete .complete-listbtn {
    width: 170px!important;
    height: 40px!important;
    margin-right: 5px!important;
    padding-top: 8px!important;
  }
  section.order-complete .complete-homebtn {
    width: 170px!important;
    height: 40px!important;
    padding-top: 8px!important;
  }

  .mypage2 .date-search #work_state {
    margin-right: 0px!important;
  }


  /* 주문완료 모바일 End */
}
/*# sourceMappingURL=common.css.map */

  /*회원등급 테이블*/
  section .membership {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  section .membership thead {
    background-color: #f8f8f8;
  }
  section .membership tbody .lastchild{
    background-color: #f8f8f8;
  }
  section .membership tr {
    border: 1px solid #ddd;
    padding: .35em;
  }
  section .membership th,
  section .membership td {
    padding: .625em;
    text-align: center;
  }

  section .membership th {
    font-size: .85em;
    letter-spacing: .1em;
  }

  section .member-blue{
    padding-top: 20px;
    height: auto;
    background: #1279bd;
  }

  section .member-blue .round-box {
    padding: 3px 9px;
    font-size: 14px;
    border-radius: 20px;
    background: #fff;
    color: #1279bd;
    margin-left: auto;
    margin-right: auto;
    min-width: 265px;
  }
  section .table-blue {
    color: #1279bd;
  }
  section .membership tbody tr .tdfirst{
    font-weight: 500;
  }
  section .membership tbody tr .othertd{
    /* font-weight: 300; */
  }
  /*모바일 상단 탭메뉴 글자 삐져나오는거 방지*/
@media screen and (max-width: 380px) {
  section.mypage .nav-tabs li a{
    /* font-size: 1rem; */
    /* 배송비조회 메뉴 생기면서 사이즈 줄임 20250725 */
    font-size: .9rem;
  }
}
  /* 마이페이지 모바일 더 작은화면 주문 조회기간부분 깨짐방지 */
@media screen and (max-width: 560px) {
  section.mypage2 .date-search .date-search-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: center!important;
  }
}
@media screen and (min-width:768px) {
  section.mypage2 .nav-tabs .nav-item i{
    display: none;
  }
  section.mypage2 .date-search .date {
    padding-right: 10px
  }
  section.mypage .my-money .gubun {
    width: 100%;
    /* border-right: 1px solid #2680eb; */
    border-right: 1px solid #539CCC;
  }
  section.mypage .my-money .gubun4 {
    border-right: none;
  }
  .desktop-none {
    display: none;
  }
}


