.orderform_title {
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  color: #1b1b1b;
  border-bottom: 1px solid #444;
}
@media (max-width: 991px) {
  .orderform_title {
    padding-bottom: 17px;
    font-size: 18px;
    font-weight: bold;
    border: none;
  }
}
@media (max-width: 480px) {
  .orderform_title {
    font-size: 15px;
  }
}

.left_tit {
  width: 115px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
}
@media (max-width: 991px) {
  .left_tit {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .left_tit {
    width: 85px;
    font-size: 14px;
  }
}

.right_tit {
  line-height: 38px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 991px) {
  .right_tit {
    line-height: 32px;
  }
}
.right_tit span {
  margin-left: -4px;
}
@media (max-width: 991px) {
  .right_tit {
    width: calc(100% - 85px);
    font-size: 14px;
  }
}



.mypage_dashboard {
  border: 0;
  background: #fafafa;
  margin-bottom: 40px;
  padding: 60px 0;
}
.mypage_dashboard .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypage_dashboard .quart_box {
  width: 19.231%;
  min-height: 150px;
  border-right: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 30px;
}
.mypage_dashboard .quart_box:first-child {
  width: 39%;
}
.mypage_dashboard .quart_box .more-btn a {
  font-size: 15px;
  color: #1b1b1b;
  font-weight: 400;
}
.mypage_dashboard .quart_box .more-btn a .arrow_box {
  display: inline-block;
  width: 7px;
  height: 13px;
  background-image: url(https://www.joypartyb2b.co.kr/img/arrow_box.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.mypage_dashboard .quart_box .quart-description span {
  font-size: 20px;
  color: #ee2d36;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
.mypage_dashboard .quart_box .left_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mypage_dashboard .quart_box .left_info .icon_box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.mypage_dashboard .quart_box .left_info .icon_box .member_icon {
  display: block;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
.mypage_dashboard .quart_box .left_info .icon_box .member_icon img {
  display: block;
  width: 100%;
}
.mypage_dashboard .quart_box .left_info .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mypage_dashboard .quart_box .left_info .text_box .name_box {
  font-size: 20px;
  color: #1b1b1b;
  font-weight: 400;
}
.mypage_dashboard .quart_box .left_info .text_box .level_text {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  margin-top: 10px;
}
.mypage_dashboard .quart_box .right_info {
  position: relative;
}
.mypage_dashboard .quart_box .right_info a {
  display: block;
  width: 78px;
  padding: 6px 5px;
  border: 1px solid #d6d6d6;
  border-radius: 14px;
  font-size: 14px;
  color: #999;
  font-weight: 400;
  text-align: center;
}
.mypage_dashboard .quart_box .right_info a:hover {
  border-color: #204c89;
  color: #204c89;
}
.mypage_dashboard .quart_box .right_info .edit_list_wrap {
  display: none;
}
.mypage_dashboard .quart_box .right_info .edit_list {
  width: 170px;
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.mypage_dashboard .quart_box .right_info .edit_list::before {
  content: "";
  display: block;
  border: 16px solid #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  border-left: 0;
  border-bottom: 0;
}
.mypage_dashboard .quart_box .right_info .edit_list li a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  height: auto;
  line-height: 50px;
  border: 0;
  border-radius: 0;
  text-align: center;
  display: block;
  width: 100%;
}
.mypage_dashboard .quart_box .right_info .edit_list li a:hover {
  background: #e8edf3;
}
.mypage_dashboard .quart_info {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage_dashboard .quart_box + .quart_box {
  margin-left: 1.1023%;
}
@media (max-width: 991px) {
  .mypage_dashboard {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
  }
  .mypage_dashboard .quart_box {
    width: 100%;
    padding: 35px 0;
    min-height: auto;
  }
  .mypage_dashboard .quart_box:first-child {
    width: 100%;
  }
  .mypage_dashboard .quart_box .left_info .icon_box {
    width: 90px;
    height: 90px;
    margin-right: 30px;
  }
  .mypage_dashboard .quart_box .left_info .icon_box .member_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
  }
  .mypage_dashboard .quart_box .left_info .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mypage_dashboard .quart_box .left_info .text_box .name_box {
    font-size: 20px;
    color: #1b1b1b;
    font-weight: 400;
  }
  .mypage_dashboard .quart_box .left_info .text_box .level_text {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin-top: 10px;
  }
  .mypage_dashboard .quart_box .right_info a {
    width: 70px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    padding: 0 5px;
  }
  .mypage_dashboard .quart_box .right_info .edit_list_wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  .mypage_dashboard .quart_box .right_info .edit_list {
    position: absolute;
    top: unset;
    bottom: 50px;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    background: transparent;
    padding: 0 15px;
  }
  .mypage_dashboard .quart_box .right_info .edit_list::before {
    display: none;
  }
  .mypage_dashboard .quart_box .right_info .edit_list li a {
    display: block;
    background: #dcdcdc;
    line-height: 60px;
    font-size: 18px;
    color: #777;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #bababa;
  }
  .mypage_dashboard .quart_box .right_info .edit_list li a:hover {
    color: #222;
    background: #e7e7e7;
  }
  .mypage_dashboard .quart_box .right_info .edit_list li:first-child a {
    border-top: 0;
    border-radius: 10px 10px 0 0;
  }
  .mypage_dashboard .quart_box .right_info .edit_list li:nth-child(4) a {
    border-radius: 0 0 10px 10px;
  }
  .mypage_dashboard .quart_box .right_info .edit_list .cancel_btn {
    display: block;
    background: #fff;
    line-height: 60px;
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 500;
    border-radius: 15px;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
  }
  .mypage_dashboard .quart_box .right_info .edit_list .cancel_btn:hover {
    background: #fff;
  }
  .mypage_dashboard .quart_box + .quart_box {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .mypage_dashboard .quart_box {
    padding: 28px 0;
  }
  .mypage_dashboard .quart_box .left_info .icon_box {
    width: 80px;
    height: 80px;
    margin-right: 25px;
  }
  .mypage_dashboard .quart_box .left_info .text_box .name_box {
    font-size: 15px;
  }
  .mypage_dashboard .quart_box .left_info .text_box .level_text {
    font-size: 13px;
  }
  .mypage_dashboard .quart_box .right_info .edit_list {
    position: absolute;
    top: unset;
    bottom: 25px;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    -webkit-transform: none;
            transform: none;
  }
  .mypage_dashboard .quart_box .right_info .edit_list li a {
    font-size: 16px;
    line-height: 49px;
  }
  .mypage_dashboard .quart_box .right_info .edit_list .cancel_btn {
    font-size: 16px;
    line-height: 49px;
    border-radius: 10px;
    margin-top: 5px;
  }
}

.profil_wrap {
  display: none;
}
.profil_wrap.reg_profile {
  display: block !important;
}
.profil_wrap .profil_container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  width: 620px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.profil_wrap .profil_close {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.profil_wrap .profil_close .profil_close_btn {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.profil_wrap .profil_close .profil_close_btn span {
  display: block;
  width: 100%;
  height: 100%;
}
.profil_wrap .profil_close .profil_close_btn span::before {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background: #cfcfcf;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.profil_wrap .profil_close .profil_close_btn span::after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background: #cfcfcf;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.profil_wrap .profil_box .title h2 {
  font-size: 30px;
  color: #1b1b1b;
  font-weight: 600;
}
.profil_wrap .profil_box .profil_cont .profil_img {
  position: relative;
  margin: 40px auto 60px;
  width: 220px;
}
.profil_wrap .profil_box .profil_cont .profil_img .img_container {
  width: 100%;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}
.profil_wrap .profil_box .profil_cont .profil_img .img_container img {
  display: block;
  width: 100%;
}
.profil_wrap .profil_box .profil_cont .profil_img .img_file {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profil_wrap .profil_box .profil_cont .profil_img .img_file .add_file {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.profil_wrap .profil_box .profil_cont .profil_img .img_file .add_file img {
  width: 100%;
}
.profil_wrap .profil_box .profil_cont .profil_txt {
  text-align: center;
}
.profil_wrap .profil_box .profil_cont .profil_txt p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 32px;
}
.profil_wrap .profil_box .profil_cont .profil_btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profil_wrap .profil_box .profil_cont .profil_btn .pbtn {
  width: 49.108%;
  height: 58px;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  border: 0;
  border-radius: 10px;
  background: #1c4e8b;
  text-align: center;
}
.profil_wrap .profil_box .profil_cont .profil_btn .pbtn.profil_none {
  border: 1px solid #dcdcdc;
  color: #222;
  background: #fff;
}
.profil_wrap .profil_box .profil_cont .profil_btn .pbtn + .pbtn {
  margin-left: 1.784%;
}
@media (max-width: 991px) {
  .profil_wrap .profil_box .profil_cont .profil_btn .pbtn + .pbtn {
    margin-left: 1.56%;
  }
}
.profil_wrap .add_box {
  display: none;
  width: 170px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 82px;
}
.profil_wrap .add_box .add_ul {
  width: 170px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
}
.profil_wrap .add_box .add_ul::before {
  content: "";
  display: block;
  border: 16px solid #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  border-left: 0;
  border-bottom: 0;
}
.profil_wrap .add_box .add_ul li {
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
.profil_wrap .add_box .add_ul li a {
  display: block;
  width: 100%;
}
.profil_wrap .add_box .add_ul li:hover {
  background: #e8edf3;
}
.profil_wrap .add_box .add_ul li:hover a {
  color: #000;
}
.profil_wrap .add_box .add_ul .edit_li label {
  width: 100%;
  cursor: pointer;
}
.profil_wrap .add_box .add_ul .edit_li input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
@media (max-width: 991px) {
  .profil_wrap .profil_container {
    width: 95%;
    padding: 15px 15px 30px;
    border-radius: 10px;
  }
  .profil_wrap .profil_box .title h2 {
    font-size: 21px;
  }
  .profil_wrap .profil_box .profil_cont .profil_img {
    width: 150px;
    margin: 16px auto 30px;
  }
  .profil_wrap .profil_box .profil_cont .profil_img .img_container {
    height: 150px;
  }
  .profil_wrap .profil_box .profil_cont .profil_img .img_file .add_file {
    width: 35px;
    height: 35px;
  }
  .profil_wrap .profil_box .profil_cont .profil_img .img_file .add_file img {
    display: block;
    width: 100%;
  }
  .profil_wrap .profil_box .profil_cont .profil_txt p {
    font-size: 15px;
    line-height: 20px;
  }
  .profil_wrap .profil_box .profil_cont .profil_btn {
    margin-top: 30px;
  }
  .profil_wrap .profil_box .profil_cont .profil_btn .pbtn {
    height: 45px;
    line-height: 43px;
    font-size: 16px;
    border-radius: 5px;
  }
  .profil_wrap .add_box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    position: fixed;
    z-index: 30;
    -webkit-transform: none;
            transform: none;
    top: unset;
  }
  .profil_wrap .add_box .add_ul {
    position: absolute;
    top: unset;
    bottom: 50px;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    -webkit-transform: none;
            transform: none;
    background: transparent;
    width: calc(100% - 30px);
    left: 15px;
  }
  .profil_wrap .add_box .add_ul::before {
    display: none;
  }
  .profil_wrap .add_box .add_ul li label {
    border: 1px solid #bababa;
  }
  .profil_wrap .add_box .add_ul li a {
    border: 1px solid #bababa;
    display: block;
    background: #dcdcdc;
    line-height: 60px;
    font-size: 18px;
    color: #777;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #bababa;
    border-top: 0;
  }
  .profil_wrap .add_box .add_ul li a:hover {
    color: #222;
    background: #e7e7e7;
  }
  .profil_wrap .add_box .add_ul li label {
    display: block;
    background: #dcdcdc;
    line-height: 60px;
    font-size: 18px;
    color: #777;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #bababa;
    border-top: 0;
  }
  .profil_wrap .add_box .add_ul li label:hover {
    color: #222;
    background: #e7e7e7;
  }
  .profil_wrap .add_box .add_ul li:hover {
    background: transparent;
  }
  .profil_wrap .add_box .add_ul li.edit_li {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .profil_wrap .add_box .add_ul li.delete_img a {
    border-radius: 0 0 10px 10px;
  }
  .profil_wrap .add_box .add_ul .cancel_btn {
    display: block;
    background: #fff;
    line-height: 60px;
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 500;
    border-radius: 15px;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
  }
  .profil_wrap .add_box .add_ul .cancel_btn:hover {
    background: #fff;
  }
}
@media (max-width: 480px) {
  .profil_wrap .profil_box .title h2 {
    font-size: 18px;
  }
  .profil_wrap .profil_box .profil_cont .profil_img {
    width: 130px;
    margin: 13px auto 30px;
  }
  .profil_wrap .profil_box .profil_cont .profil_img .img_container {
    height: 130px;
  }
  .profil_wrap .profil_box .profil_cont .profil_txt p {
    font-size: 12px;
  }
  .profil_wrap .profil_box .profil_cont .profil_btn .pbtn {
    height: 36px;
    line-height: 34px;
    font-size: 13px;
  }
  .profil_wrap .add_box .add_ul {
    position: absolute;
    top: unset;
    bottom: 25px;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    -webkit-transform: none;
            transform: none;
    left: 15px;
  }
  .profil_wrap .add_box .add_ul li a {
    line-height: 49px;
    font-size: 16px;
  }
  .profil_wrap .add_box .add_ul li label {
    line-height: 49px;
    font-size: 16px;
  }
  .profil_wrap .add_box .add_ul .cancel_btn {
    display: block;
    background: #fff;
    line-height: 49px;
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 500;
    border-radius: 15px;
    text-align: center;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 5px;
  }
}

.profil_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}



.mypage_wing {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.mypage_wing .mypage-sections01 {
  width: 200px;
}
.mypage_wing .mypage-sections01 h1 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  color: #1b1b1b;
}
.mypage_wing .mypage-sections01 ul {
  width: 100%;
  display: block;
  border: 1px solid #f2f2f2;
}
.mypage_wing .mypage-sections01 ul li {
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypage_wing .mypage-sections01 ul li:last-child {
  border: none;
}
.mypage_wing .mypage-sections01 ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #777;
  line-height: 1.5;
}
.mypage_wing .mypage-sections01 ul li a span {
  width: 5px;
  height: 12px;
  display: block;
  position: relative;
}
.mypage_wing .mypage-sections01 ul li a span::before, .mypage_wing .mypage-sections01 ul li a span::after {
  content: "";
  width: 110%;
  height: 1px;
  position: absolute;
  background: #a1a1a1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.mypage_wing .mypage-sections01 ul li a span::before {
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mypage_wing .mypage-sections01 ul li a span::after {
  bottom: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mypage_wing .mypage-sections01 ul li:hover {
  background: #fafafa;
}
.mypage_wing .mypage-sections01 ul li:hover a {
  color: #1d4d8b;
}
.mypage_wing .mypage-sections01 ul li:hover a span::before, .mypage_wing .mypage-sections01 ul li:hover a span::after {
  background: #1d4d8b;
}
.mypage_wing .mypage-sections02 {
  width: calc(100% - 200px);
}
.mypage_wing .mypage-sections02 section .head {
  padding: 0;
  border: none;
}
.mypage_wing .mypage-sections02 section .head .orderform_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mypage_wing .mypage-sections02 section .head .orderform_title a {
  font-size: 17px;
  font-weight: 300;
  color: #666;
}

.mypage_style ul, .mypage_style li, .mypage_style ol {
  list-style: none;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-table-head .section-cell {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  padding: 22px 0;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-table-body .section-cell {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  border-bottom: 1px solid #eee;
  padding: 22px 0;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell {
  width: 25%;
  vertical-align: middle;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_it_info {
  width: 20%;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_it_info .img {
  margin-bottom: 5px;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_it_info .description {
  display: block;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_it_info .description p {
  font-size: 14px;
  margin-top: 7px;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_it_info .description p + p {
  margin-top: 5px;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_date {
  width: 20%;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_num {
  width: 20.95%;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_num button.order_cancel {
  border-radius: 5px !important;
  margin-top: 10px;
  background: #1d4d8b;
  border-color: #1d4d8b;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_num #sod_fin_cancelfrm_0 {
  width: 500px;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_num #sod_fin_cancelfrm_0 button {
  background: #1d4d8b;
  border-color: #1d4d8b;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_price {
  width: 18.57%;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_status {
  width: 20.95%;
}
.mypage_style .mob_mypage {
  display: none;
}
@media (max-width: 991px) {
  .mypage_style .pc_mypage {
    display: none;
  }
  .mypage_style .mob_mypage {
    display: block;
	margin: 0 -15px;
  }
  .mypage_style .mob_mypage .mob_section .mob_container {
    padding: 40px 15px 20px;
  }
  .mypage_style .mob_mypage .mob_section::before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: #eff2f5;
  }
  .mypage_style .mob_mypage .mob_section .section_tit h1 {
    font-size: 20px;
    color: #1b1b1b;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .mypage_style .mob_mypage .mob_section .section_li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .list_name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
    color: #333;
    font-weight: 400;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .more_btn {
    font-size: 15px;
    color: #1d4d8b;
    font-weight: 400;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .more_btn .more_txt {
    font-size: 17px;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .arrow_span {
    position: relative;
    right: 10px;
    margin-left: 35px;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .arrow_span::before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #666;
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mypage_style .mob_mypage .mob_section .section_li a .arrow_span::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #666;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mypage_style .mob_mypage .mob_section .section_li:last-child a {
    border-bottom: 0;
  }
  .mypage_style .mob_mypage .mob_section01 .mob_container {
    padding: 40px 0;
  }
  .mypage_style .mob_mypage .mob_section01 .mob_myicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  .mypage_style .mob_mypage .mob_section01 .myicon_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mypage_style .mob_mypage .mob_section01 .myicon_list a span {
    display: block;
  }
  .mypage_style .mob_mypage .mob_section01 .myicon_list a span.icon_box {
    width: 65px;
    height: 65px;
    background: #f7f8fa;
    border-radius: 20px;
  }
  .mypage_style .mob_mypage .mob_section01 .myicon_list a span.icon_box img {
    height: 65px;
  }
  .mypage_style .mob_mypage .mob_section01 .myicon_list a span.icon_txt {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin-top: 15px;
  }
  .mypage_style .mob_mypage .mob_section04 .mob_container {
    padding: 0 15px;
  }
  .mypage_style .mob_mypage .mob_section04::after {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    background: #eff2f5;
  }
}
@media (max-width: 480px) {
  .mypage_style .mob_mypage .mob_section .mob_container {
    padding: 30px 15px 10px;
  }
  .mypage_style .mob_mypage .mob_section::before {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background: #eff2f5;
  }
  .mypage_style .mob_mypage .mob_section .section_tit h1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .mypage_style .mob_mypage .mob_section .section_li a {
    padding: 21px 0;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .list_name {
    font-size: 14px;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .more_btn {
    font-size: 12px;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .more_btn .more_txt {
    font-size: 14px;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .arrow_span {
    margin-left: 20px;
    right: 4px;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .arrow_span::before {
    width: 1px;
    height: 7px;
    top: 4px;
  }
  .mypage_style .mob_mypage .mob_section .section_li a .arrow_span::after {
    width: 1px;
    height: 7px;
    top: 8.5px;
  }
  .mypage_style .mob_mypage .mob_section01 .mob_container {
    padding: 33px 0;
  }
  .mypage_style .mob_mypage .mob_section01 .mob_myicon {
    gap: 40px;
  }
  .mypage_style .mob_mypage .mob_section01 .myicon_list a span.icon_box {
    width: 50px;
    height: 50px;
    border-radius: 13px;
  }
  .mypage_style .mob_mypage .mob_section01 .myicon_list a span.icon_box img {
    height: 50px;
  }
  .mypage_style .mob_mypage .mob_section01 .myicon_list a span.icon_txt {
    font-size: 13px;
    margin-top: 10px;
  }
  .mypage_style .mob_mypage .mob_section04 .mob_container {
    padding: 0 15px;
  }
  .mypage_style .mob_mypage .mob_section04::after {
    height: 50px;
  }
}

.none-item {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  border-bottom: 1px solid #eee;
  padding: 27px 0;
}
.orderform_item {
    position: relative;
    margin-bottom: 65px;
}

.orderinquiry_style {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.orderinquiry_style > div:last-child {
  width: 100%;
}
.orderinquiry_style .orderform_title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .orderinquiry_style .orderform_title.orderinquiry_tt {
    text-align: center;
    padding: 20px 0 35px;
    margin-bottom: 9px;
    font-size: 17px;
    font-weight: 500;
  }
}
.orderinquiry_style .orderinquiry_form .od_wrap {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .orderinquiry_style .orderinquiry_form .od_wrap {
    margin-bottom: 35px;
  }
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 20px 20px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_href {
    padding: 20px 0;
    border: none;
  }
  .orderinquiry_style .orderinquiry_form .od_wrap .od_href::before, .orderinquiry_style .orderinquiry_form .od_wrap .od_href::after {
    content: "";
    width: 200%;
    position: absolute;
    left: -15px;
  }
  .orderinquiry_style .orderinquiry_form .od_wrap .od_href::before {
    height: 9px;
    top: -8px;
    background: #eff2f5;
  }
  .orderinquiry_style .orderinquiry_form .od_wrap .od_href::after {
    height: 1px;
    bottom: 0;
    background: #e7e7e7;
  }
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_href h1 {
  font-size: 20px;
  font-weight: bold;
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_href h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
  }
  .orderinquiry_style .orderinquiry_form .od_wrap .od_href h1 .num {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_href h1 {
    font-size: 15px;
  }
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_href a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  color: #666;
}
@media (max-width: 991px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_href a p {
    display: none;
  }
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_href a span {
  width: 7px;
  height: 12px;
  display: block;
  position: relative;
  margin-left: 10px;
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_href a span::before, .orderinquiry_style .orderinquiry_form .od_wrap .od_href a span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #666;
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_href a span::before {
  top: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_href a span::after {
  bottom: 2px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  place-items: center;
  padding: 27px 20px 0;
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_info > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 23px;
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner > div div {
  line-height: 28px;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner > div div {
    line-height: 32px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner > div div {
    font-size: 14px;
  }
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner > div .left {
  width: 93px;
  color: #666;
}
@media (max-width: 991px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner > div .left {
    width: 88px;
  }
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner > div .right {
  color: #000;
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner > div .right span {
  margin-left: -4px;
}
@media (max-width: 991px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_info_inner {
    margin-left: 0;
  }
}
.orderinquiry_style .orderinquiry_form .od_wrap .od_info .od_status {
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 991px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_info .od_status {
    line-height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .orderinquiry_style .orderinquiry_form .od_wrap .od_info {
    padding: 18px 0 0;
  }
}
.orderinquiry_style .orderinquiry_form .od_info_none {
  width: 100%;
  font-size: 16px;
  color: #666;
  text-align: center;
}
@media (max-width: 991px) {
  .orderinquiry_style {
    gap: 0;
  }
  .orderinquiry_style .orderinquiry_form .od_info_none {
    font-size: 13px;
  }
}


.orderform_info_inner {
  padding: 11px 20px 0 20px;
}
.orderform_info_inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .orderform_info_inner {
    padding: 0;
  }
}

.orderform_title {
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  color: #1b1b1b;
  border-bottom: 1px solid #444;
}
@media (max-width: 991px) {
  .orderform_title {
    padding-bottom: 17px;
    font-size: 18px;
    font-weight: bold;
    border: none;
  }
}
@media (max-width: 480px) {
  .orderform_title {
    font-size: 15px;
  }
}

.orderinquiryview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  .orderinquiryview {
    gap: 0;
  }
}
.orderinquiryview.guest {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .orderinquiryview.guest {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview.guest {
    margin-top: 50px;
  }
}
.orderinquiryview > div:last-child {
  width: 100%;
}
@media (max-width: 991px) {
  .orderinquiryview .orderform_title.orderinquiry_tt {
    text-align: center;
    padding: 20px 0 35px;
    margin-bottom: 9px;
    font-size: 17px;
    font-weight: 500;
  }
}
.orderinquiryview .delivery_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .orderinquiryview .delivery_info_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.orderinquiryview .delivery_info_inner > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.orderinquiryview .delivery_info_inner > div:first-child div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderinquiryview .delivery_info_inner .lookup {
  width: 120px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .orderinquiryview .delivery_info_inner .lookup {
    width: 100%;
    margin-top: 7px;
    font-size: 12px;
  }
}
.orderinquiryview .delivery_info_inner .lookup a {
  border: 1px solid #d6d6d6;
  display: block;
  color: #333;
  height: 42px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .orderinquiryview .delivery_info_inner .lookup a {
    height: 35px;
    line-height: 33px;
    font-size: 12px;
  }
}
.orderinquiryview .delivery_info_inner p {
  line-height: 38px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 991px) {
  .orderinquiryview .delivery_info_inner p {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .orderinquiryview .delivery_info_inner p {
    font-size: 14px;
  }
}
.orderinquiryview .order_info_inner button.copy {
  width: 76px;
  height: 26px;
  line-height: 24px;
  margin: -1px 0 0 10px;
  font-size: 13px;
  font-weight: 400;
  background: #1d4d8b;
  border: none;
  border-radius: 5px;
  color: #fff;
}
.orderinquiryview .order_info_inner > div:last-child .right_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .orderinquiryview .order_info_inner > div:last-child .right_tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.orderinquiryview .order_info_inner > div:last-child .right_tit button.copy {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .orderinquiryview .order_info_inner > div:last-child .right_tit button.copy {
    margin-left: 0;
  }
}
.orderinquiryview .orderer_info.receipt {
  position: relative;
}
@media (max-width: 991px) {
  .orderinquiryview .orderer_info.receipt {
    padding-bottom: 30px;
  }
  .orderinquiryview .orderer_info.receipt::after {
    content: "";
    width: 200%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: -15px;
    background: #eff2f5;
  }
}
.orderinquiryview .orderer_info.receipt .orderform_info_inner {
  padding: 14px 20px 15px 20px;
}
@media (max-width: 991px) {
  .orderinquiryview .orderer_info.receipt .orderform_info_inner {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .orderer_info.receipt .orderform_info_inner > div:nth-child(3) .right_tit {
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .orderer_info.orderform_item .orderform_info_inner > div:nth-child(3) .right_tit {
    line-height: 25px;
  }
}
.orderinquiryview .product_info {
  padding: 60px 0 50px;
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 991px) {
  .orderinquiryview .product_info {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .orderinquiryview .product_info .order_cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.orderinquiryview .product_info .order_cancel button {
  width: 301px;
  height: 71px;
  line-height: 69px;
  margin: 0 auto;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  border: 1px solid #999;
  border-radius: 5px;
  background: none;
}
@media (max-width: 991px) {
  .orderinquiryview .product_info .order_cancel button {
    width: 100%;
    height: 40px;
    line-height: 38px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 14px;
  }
}
.orderinquiryview .product_info .explanation {
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  place-items: center;
  margin-top: 9px;
  font-size: 13px;
  font-weight: 300;
  color: #999;
}
@media (max-width: 991px) {
  .orderinquiryview .product_info .explanation {
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: initial;
            flex-flow: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    place-items: flex-start;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .product_info .explanation {
    line-height: 15px;
    font-size: 11px;
  }
}
.orderinquiryview .product_info .explanation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #1d4d8b;
}
@media (max-width: 991px) {
  .orderinquiryview .product_info .explanation a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .product_info .explanation a {
    font-size: 12px;
  }
}
.orderinquiryview .product_info .explanation a span {
  width: 6px;
  height: 12px;
  display: block;
  position: relative;
  margin-left: 6px;
}
.orderinquiryview .product_info .explanation a span::before, .orderinquiryview .product_info .explanation a span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #1d4d8b;
}
.orderinquiryview .product_info .explanation a span::before {
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.orderinquiryview .product_info .explanation a span::after {
  bottom: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.orderinquiryview .refund_form_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 24px 20px 40px 20px;
}
.orderinquiryview .refund_form_inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .orderinquiryview .refund_form_inner > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 991px) {
  .orderinquiryview .refund_form_inner {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 7px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding: 10px 0px 20px 0px;
  }
}
.orderinquiryview .refund_form span {
  width: 115px;
  line-height: 46px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
@media (max-width: 991px) {
  .orderinquiryview .refund_form span {
    line-height: 32px;
    font-size: 14px;
  }
}
.orderinquiryview .refund_form span.arrow {
  width: 6px;
  height: 5px;
  display: block;
  position: absolute;
  top: 23px;
  right: 15px;
}
.orderinquiryview .refund_form span.arrow::before, .orderinquiryview .refund_form span.arrow::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #242424;
}
.orderinquiryview .refund_form span.arrow::before {
  right: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.orderinquiryview .refund_form span.arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .orderinquiryview .refund_form span.arrow {
    top: 53px;
  }
}
.orderinquiryview .refund_form select, .orderinquiryview .refund_form input {
  width: calc(100% - 115px);
  height: 46px;
  line-height: 44px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #d6d6d6;
  border-radius: 5px !important;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.orderinquiryview .refund_form select::-webkit-input-placeholder, .orderinquiryview .refund_form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.orderinquiryview .refund_form select::-moz-placeholder, .orderinquiryview .refund_form input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.orderinquiryview .refund_form select:-ms-input-placeholder, .orderinquiryview .refund_form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.orderinquiryview .refund_form select::-ms-input-placeholder, .orderinquiryview .refund_form input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.orderinquiryview .refund_form select::placeholder, .orderinquiryview .refund_form input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
@media (max-width: 991px) {
  .orderinquiryview .refund_form select, .orderinquiryview .refund_form input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  .orderinquiryview .refund_form select::-webkit-input-placeholder, .orderinquiryview .refund_form input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .orderinquiryview .refund_form select::-moz-placeholder, .orderinquiryview .refund_form input::-moz-placeholder {
    font-size: 14px;
  }
  .orderinquiryview .refund_form select:-ms-input-placeholder, .orderinquiryview .refund_form input:-ms-input-placeholder {
    font-size: 14px;
  }
  .orderinquiryview .refund_form select::-ms-input-placeholder, .orderinquiryview .refund_form input::-ms-input-placeholder {
    font-size: 14px;
  }
  .orderinquiryview .refund_form select::placeholder, .orderinquiryview .refund_form input::placeholder {
    font-size: 14px;
  }
}
.orderinquiryview .refund_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #999;
}
.orderinquiryview .refund_form button.refund_confirm {
  width: 240px;
  height: 60px;
  line-height: 58px;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background: #1d4d8b;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .orderinquiryview .refund_form button.refund_confirm {
    width: 150px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}
.orderinquiryview .refund_form .refund_info.incomplete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .orderinquiryview .refund_form .refund_info.incomplete {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info {
    position: relative;
    margin-bottom: 36px;
    padding-bottom: 0;
  }
  .orderinquiryview .order_product_info::after {
    content: "";
    width: 200%;
    height: 9px;
    position: absolute;
    bottom: -10px;
    left: -15px;
    background: #eff2f5;
  }
}
.orderinquiryview .order_product_info .order_product_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 30px 20px;
  border-bottom: 1px solid #eee;
}
.orderinquiryview .order_product_info .order_product_inner > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderinquiryview .order_product_info .order_product_inner > a .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.orderinquiryview .order_product_info .order_product_inner > a .content {
  margin-left: 23px;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content {
    margin-left: 14px;
  }
}
.orderinquiryview .order_product_info .order_product_inner > a .content_subname {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content_subname {
    margin-bottom: 7px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content_subname {
    font-size: 9px;
  }
}
.orderinquiryview .order_product_info .order_product_inner > a .content_name {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content_name {
    margin-bottom: 9px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content_name {
    font-size: 12px;
  }
}
.orderinquiryview .order_product_info .order_product_inner > a .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderinquiryview .order_product_info .order_product_inner > a .content ul.content_opt {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_opt {
    margin-bottom: 13px;
  }
}
.orderinquiryview .order_product_info .order_product_inner > a .content ul.content_opt li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.orderinquiryview .order_product_info .order_product_inner > a .content ul.content_opt li::after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 2px;
  right: 0;
  background: #c7c7c7;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_opt li::after {
    height: 11px;
    top: 4px;
  }
}
.orderinquiryview .order_product_info .order_product_inner > a .content ul.content_opt li:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_opt li {
    line-height: 17px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_opt li {
    font-size: 11px;
  }
}
.orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price li:first-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 5px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price li:first-child {
    font-size: 10px;
  }
}
.orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price li:first-child span {
  display: block;
  font-weight: 500;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price li:first-child span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price li:first-child span {
    font-size: 12px;
  }
}
.orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price li:last-child {
  font-size: 14px;
  font-weight: 300;
  color: #666;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price li:last-child {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .order_product_info .order_product_inner > a .content ul.content_price li:last-child {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    place-items: flex-start;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .orderinquiryview .order_product_info .order_product_inner:last-child {
    border: none;
  }
}
.orderinquiryview .order_product_info .order_product_inner button.review-btn {
  width: 120px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  text-align: center;
  background: none;
}
.orderinquiryview .order_product_info .order_product_inner button.review-btn:hover {
  background: none;
}
@media (max-width: 991px) {
  .orderinquiryview .order_product_info .order_product_inner button.review-btn {
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 15px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .orderinquiryview .order_product_info .order_product_inner button.review-btn {
    height: 35px;
    line-height: 33px;
    font-size: 13px;
  }
}

.cart_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -ms-flex-item-align: auto;
      align-self: auto;
}
.cart_wrap .cart_left {
  width: 73.077%;
}
.cart_wrap .cart_left .cart_head {
  width: 100%;
  border-bottom: 1px solid #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 23px;
}
.cart_wrap .cart_left .cart_head.bottom {
  border-bottom: 0;
  margin-top: 20px;
}
.cart_wrap .cart_left .cart_head .radio_check .text {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.cart_wrap .cart_left .cart_head .radio_check .ct_totle {
  display: inline-block;
}
.cart_wrap .cart_left .cart_head .cart_delete button.shop_btn {
  font-size: 17px;
  color: #666;
  font-weight: 300;
  width: auto;
  height: auto;
  display: inline-block;
  border: 0;
  padding: 0;
  padding-left: 25px;
}
.cart_wrap .cart_left .cart_head .cart_delete button.shop_btn:hover {
  background-color: #fff;
}
.cart_wrap .cart_left .cart_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart_wrap .cart_left .cart_body > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  padding-right: 30px;
}
.cart_wrap .cart_left .cart_body > li.no_cart_list {
  display: block;
  text-align: center;
  padding: 0;
}
.cart_wrap .cart_left .cart_body .cart_check {
  width: 5.435%;
}
.cart_wrap .cart_left .cart_body .cart_check .radio_check input + label .circle {
  margin-right: 0;
}
.cart_wrap .cart_left .cart_body .cart_content {
  width: 94.565%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart_wrap .cart_left .cart_body .cart_content .item_img {
  width: 130px;
}
@media (max-width: 991px) {
  .cart_wrap .cart_left .cart_body .cart_content .item_img {
    width: 65px;
  }
}
.cart_wrap .cart_left .cart_body .cart_content .item_img img {
  max-width: 100%;
  height: auto;
}
.cart_wrap .cart_left .cart_body .cart_content .item_detail {
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 25px;
  padding-top: 0;
}
.cart_wrap .cart_left .cart_body .cart_content .item_detail .it_sub_name {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin-bottom: 12px;
}
.cart_wrap .cart_left .cart_body .cart_content .item_detail .it_name {
  font-size: 18px;
  color: #222;
}
.cart_wrap .cart_left .cart_body .cart_content .item_detail .option_wrap {
  padding: 0;
  margin-top: 15px;
}
.cart_wrap .cart_left .cart_body .cart_content .item_detail .option_wrap li {
  border-bottom: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.cart_wrap .cart_left .cart_body .cart_content .item_detail .option_wrap li + li {
  margin-top: 7px;
}
.cart_wrap .cart_left .cart_body .cart_content .item_detail .option_wrap li span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.cart_wrap .cart_left .cart_body .cart_content .item_detail .option_wrap li span::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #c7c7c7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_option .btn_revice {
  width: 124px;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_option .btn_revice button {
  width: 100%;
  height: 37px;
  line-height: 35px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_option .btn_revice button:hover {
  color: #fff;
  border-color: #1d4d8b;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_price {
  width: 160px;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_price > div {
  text-align: right;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_price .sale_price {
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 11px;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_price .origin_price {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  text-decoration: line-through;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_price .won {
  font-weight: 400;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_delete {
  margin-left: 20px;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_delete .delete_arrow {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_delete .delete_arrow::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #666;
  position: absolute;
  top: 0;
  right: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cart_wrap .cart_left .cart_body .cart_content .cart_item_delete .delete_arrow::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #666;
  position: absolute;
  top: 0;
  right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cart_wrap .cart_left .radio_check input:checked + label .circle {
  width: 26px;
  height: 26px;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .cart_wrap .cart_left .radio_check input:checked + label .circle {
    width: 21px;
    height: 21px;
    margin-right: 8px;
  }
}
.cart_wrap .cart_left .radio_check input:checked + label .circle:before {
  height: 7px;
  width: 3px;
  top: 12px;
  left: 7px;
}
@media (max-width: 991px) {
  .cart_wrap .cart_left .radio_check input:checked + label .circle:before {
    top: 9px;
    left: 5px;
    height: 5px;
    width: 2px;
  }
}
.cart_wrap .cart_left .radio_check input:checked + label .circle:after {
  width: 3px;
  height: 13px;
  top: 6px;
  left: 13px;
}
@media (max-width: 991px) {
  .cart_wrap .cart_left .radio_check input:checked + label .circle:after {
    top: 5px;
    left: 10px;
    height: 10px;
    width: 2px;
  }
}
.cart_wrap .cart_right {
  width: 23.693%;
  position: relative;
  min-height: 500px;
}
.cart_wrap .cart_right .right_title {
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .cart_wrap .cart_right .right_title {
    margin-bottom: 30px;
  }
}
.cart_wrap .cart_right .right_title h1 {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: 500;
}
.cart_wrap .cart_right .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  border: 1px solid #f2f2f2;
  padding: 30px;
}
.cart_wrap .cart_right .price_wrap .price_cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 19px;
}
.cart_wrap .cart_right .price_wrap .price_cont .cont_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 400;
}
.cart_wrap .cart_right .price_wrap .price_cont .price_txt {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 400;
  text-align: right;
}
.cart_wrap .cart_right .price_wrap .price_cont .price_txt .won {
  font-weight: 400;
  margin-left: 3px;
  display: inline-block;
}
.cart_wrap .cart_right .price_wrap .price_cont.sub_price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .cart_wrap .cart_right .price_wrap .price_cont.sub_price {
    margin-top: -5px;
  }
}
.cart_wrap .cart_right .price_wrap .price_cont.sub_price .price_cont {
  margin-bottom: 0;
}
.cart_wrap .cart_right .price_wrap .price_cont.sub_price .sale_price {
  margin-top: 10px;
}
.cart_wrap .cart_right .price_wrap .price_cont.sub_price .origin_price, .cart_wrap .cart_right .price_wrap .price_cont.sub_price .sale_price {
  width: 100%;
}
.cart_wrap .cart_right .price_wrap .price_cont.sub_price .cont_txt, .cart_wrap .cart_right .price_wrap .price_cont.sub_price .price_txt {
  font-size: 14px;
  color: #999;
}
.cart_wrap .cart_right .price_wrap .price_cont.sub_price .cont_txt {
  position: relative;
  padding-left: 15px;
}
.cart_wrap .cart_right .price_wrap .price_cont.sub_price .cont_txt::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #dcdcdc;
  border-right: 0;
  border-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cart_wrap .cart_right .price_wrap .price_cont.price_bottom {
  margin-bottom: 0;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
.cart_wrap .cart_right .price_wrap .price_cont.price_bottom > div {
  padding: 0;
  border-bottom: 0;
  width: auto;
  float: none;
  text-align: unset;
}
.cart_wrap .cart_right .price_wrap .price_cont.price_bottom .price_txt {
  font-size: 24px;
  font-weight: 600;
}
.cart_wrap .cart_right .price_wrap .price_cont.price_bottom .price_txt .won {
  font-size: 18px;
}
.cart_wrap .cart_right .cart_buy {
  width: 100%;
}
.cart_wrap .cart_right .cart_buy .cart_buy_btn .buy-btn {
  margin-top: 20px;
  height: 60px;
  line-height: 58px;
  border: 0;
  border-radius: 5px !important;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.cart_wrap .cart_right .cart_buy .cart_buy_btn.none_cart_buy .buy-btn {
  background: rgb(221, 221, 221);
  color: #fff;
}
.cart_wrap .cart_right .cart_buy .cart_buy_btn.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 15px 0;
  z-index: 10;
  margin: 0;
  background: #fff;
  border-top: 1px solid #ebebeb;
}
.cart_wrap .cart_right .cart_scroll {
  position: absolute;
  top: 0;
  width: 100%;
}
.cart_wrap .cart_right .cart_scroll.fixed {
  position: fixed;
  top: 20px;
}
.cart_wrap .cart_right .cart_Wing {
  position: sticky;
  top: 50px;
  position: -webkit-sticky;
}
@media (max-width: 1200px) {
  .cart_wrap .cart_left {
    width: 70%;
  }
  .cart_wrap .cart_right {
    width: 27%;
    margin-bottom: 30px;
  }
  .cart_wrap .cart_right .cart_scroll {
    position: relative;
  }
}
@media (max-width: 991px) {
  .cart_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .cart_wrap .cart_left {
    width: 100%;
  }
  .cart_wrap .cart_left .cart_head {
    border-bottom: 0;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .cart_wrap .cart_left .cart_head.mob_head.fixed {
    width: 100%;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 20;
    padding: 15px 15px;
    border: 1px solid #f2f2f2;
    border-top: 0;
  }
  .cart_wrap .cart_left .cart_head .radio_check {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cart_wrap .cart_left .cart_head .radio_check .text {
    font-size: 16px;
  }
  .cart_wrap .cart_left .cart_head .cart_delete {
    position: sticky;
    top: 0;
    right: 0;
  }
  .cart_wrap .cart_left .cart_head .cart_delete button.shop_btn {
    font-size: 14px;
  }
  .cart_wrap .cart_left .cart_body::before {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background: #eff2f5;
  }
  .cart_wrap .cart_left .cart_body::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background: #eff2f5;
  }
  .cart_wrap .cart_left .cart_body > li {
    padding: 30px 15px 0;
    border-bottom: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .cart_wrap .cart_left .cart_body > li:last-child {
    padding-bottom: 30px;
    padding-bottom: 0;
  }
  .cart_wrap .cart_left .cart_body > li:last-child .cart_content {
    border-bottom: 0;
  }
  .cart_wrap .cart_left .cart_body .cart_check {
    width: 8.921%;
  }
  .cart_wrap .cart_left .cart_body .cart_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 30px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .item_detail {
    width: calc(100% - 130px);
    padding-left: 17px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .item_detail .it_sub_name {
    font-size: 12px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .item_detail .it_name {
    font-size: 15px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .item_detail .option_wrap li {
    font-size: 13px;
    line-height: 1.4;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_option {
    margin-top: 20px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_option .btn_revice button {
    margin-bottom: 0;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_price {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_price .sale_price {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_price .origin_price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 11px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_delete {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .cart_wrap .cart_right {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    min-height: auto;
  }
  .cart_wrap .cart_right .right_title h1 {
    font-size: 18px;
    font-weight: 600;
  }
  .cart_wrap .cart_right .price_wrap {
    border: 0;
    padding: 0;
  }
  .cart_wrap .cart_right .price_wrap .price_cont .price_txt .won {
    font-size: 16px;
  }
  .cart_wrap .cart_right .cart_buy .cart_buy_btn .buy-btn {
    height: 50px;
    line-height: 48px;
    margin-top: 0;
  }
  .cart_wrap .cart_right .cart_buy .buy-btn-wrap {
    padding: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .cart_wrap .cart_left .cart_head {
    margin-bottom: 25px;
  }
  .cart_wrap .cart_left .cart_head .radio_check .text {
    font-size: 14px;
  }
  .cart_wrap .cart_left .cart_head .cart_delete button.shop_btn {
    font-size: 12px;
    padding-left: 17px;
  }
  .cart_wrap .cart_left .cart_body .cart_content {
    padding-bottom: 20px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .item_detail .it_sub_name {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .item_detail .it_name {
    font-size: 13px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .item_detail .option_wrap {
    margin-top: 10px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .item_detail .option_wrap li {
    font-size: 12px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_option {
    margin-top: 15px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_option .btn_revice {
    width: 105px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_option .btn_revice button {
    font-size: 12px;
    height: 30px;
    line-height: 28px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_price {
    margin-top: 14px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_price .sale_price {
    font-size: 15px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_price .sale_price .won {
    font-size: 13px;
  }
  .cart_wrap .cart_left .cart_body .cart_content .cart_item_price .origin_price {
    font-size: 13px;
    margin-right: 8px;
  }
  .cart_wrap .cart_right {
    margin-top: 30px;
  }
  .cart_wrap .cart_right .right_title h1 {
    font-size: 16px;
  }
  .cart_wrap .cart_right .price_wrap .price_cont .cont_txt {
    font-size: 15px;
  }
  .cart_wrap .cart_right .price_wrap .price_cont .price_txt {
    font-size: 14px;
  }
  .cart_wrap .cart_right .price_wrap .price_cont .price_txt .won {
    font-size: 13px;
  }
  .cart_wrap .cart_right .price_wrap .price_cont.sub_price .cont_txt {
    width: 70%;
    font-size: 13px;
  }
  .cart_wrap .cart_right .price_wrap .price_cont.sub_price .price_txt {
    width: 30%;
  }
  .cart_wrap .cart_right .price_wrap .price_cont.price_bottom .price_txt {
    font-size: 20px;
  }
  .cart_wrap .cart_right .price_wrap .price_cont.price_bottom .price_txt .won {
    font-size: 14px;
  }
  .cart_wrap .cart_right .cart_buy .cart_buy_btn .buy-btn {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    border-radius: 3px !important;
  }
}

@media (max-width: 991px) {
  .cart_style {
    padding: 0;
    margin-bottom: 0;
  }
}
/* 옵션모달창 html > skin > apms > order > basic > cartoption.skin.php */
.mod_option_wrap {
  scrollbar-3dLight-Color: #fff;
  scrollbar-base-color: #fff;
  scrollbar-Face-Color: #fff;
  scrollbar-Track-Color: #f0f0f0;
  scrollbar-DarkShadow-Color: #fff;
  scrollbar-Highlight-Color: #fff;
}
.mod_option_wrap .modal-content {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  border: 0;
  border-radius: 20px;
}
.mod_option_wrap .modal-content .modal_body {
  padding: 75px 15px 30px 30px;
}
.mod_option_wrap .modal-content .modal_body form .padding_b {
  padding-right: 10px;
}
.mod_option_wrap .modal-content .modal_body form .modal_scroll {
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .mod_option_wrap .modal-content .modal_body {
    padding: 50px 15px 15px 25px;
  }
  .mod_option_wrap .modal-content .modal_body form .modal_scroll {
    padding-right: 10px;
  }
}
.mod_option_wrap .option_form .option_close {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.mod_option_wrap .option_form .option_close span {
  display: block;
  width: 100%;
  height: 100%;
}
.mod_option_wrap .option_form .option_close span::before {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mod_option_wrap .option_form .option_close span::after {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mod_option_wrap .option_form .modal_it_name {
  margin-bottom: 30px;
}
.mod_option_wrap .option_form .modal_it_name p {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.mod_option_wrap .option_form .option_tit {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
}
.mod_option_wrap .option_form .option_tit.option02_box {
  margin-top: 30px;
}
.mod_option_wrap .option_form .option_list_box {
  border: 0;
  margin: 0;
}
.mod_option_wrap .option_form .option_list_box ul, .mod_option_wrap .option_form .option_list_box li, .mod_option_wrap .option_form .option_list_box ol {
  list-style: none;
}
.mod_option_wrap .option_form .option_list_box .option_sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.mod_option_wrap .option_form .option_list_box .option_sel .option_name {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}
.mod_option_wrap .option_form .option_list_box .option_sel select {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 7px !important;
  height: 58px;
  line-height: 56px;
  padding: 0 18px;
  font-size: 18px;
  color: #999;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none; /* 크롬 화살표 없애기 */
  -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
  appearance: none;
  background-image: url(https://www.joypartyb2b.co.kr/img/option_arrow.png);
  background-position: 96% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}
.mod_option_wrap .option_form .change_btn button {
  width: 100%;
  height: 58px;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 0;
  border-radius: 5px !important;
}
.mod_option_wrap .option_form #it_sel_option {
  margin-top: 50px;
}
.mod_option_wrap .option_form #it_sel_option ul {
  margin-bottom: 0;
}
.mod_option_wrap .option_form #it_sel_option #it_opt_added li {
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 30px;
}
.mod_option_wrap .option_form #it_sel_option #it_opt_added li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.mod_option_wrap .option_form #it_sel_option .row {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mod_option_wrap .option_form #it_sel_option .row span {
  font-size: 18px;
  color: #666;
  font-weight: 400;
}
.mod_option_wrap .option_form #it_sel_option .row .op_box {
  padding: 0;
  width: 100%;
}
.mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #fff;
  border: 1px solid #c7c7c7;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
}
.mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button span {
  width: 11px !important;
  height: 11px !important;
  position: relative;
}
.mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_qty_plus span::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #c7c7c7;
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_qty_plus span::after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #c7c7c7;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_qty_minus span::before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_opt_del span::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #898989;
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_opt_del span::after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #898989;
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mod_option_wrap .option_form #it_sel_option .row .op_box.col-sm-5 {
  padding: 30px 0;
}
.mod_option_wrap .option_form #it_sel_option .row .op_box.col-sm-5 .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_option_wrap .option_form #it_sel_option .row .plus_group {
  width: 40px;
}
.mod_option_wrap .option_form #it_sel_option .row .input_group {
  width: calc(100% - 135px);
}
.mod_option_wrap .option_form #it_sel_option .row .input_group input {
  padding: 0;
  height: 40px;
  line-height: 38px;
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  text-align: center;
  font-size: 24px;
  color: #222;
  font-weight: 400;
}
.mod_option_wrap .option_form #it_sel_option .row .input_group input::-webkit-input-placeholder {
  font-size: 24px;
  color: #222;
  font-weight: 400;
}
.mod_option_wrap .option_form #it_sel_option .row .input_group input::-moz-placeholder {
  font-size: 24px;
  color: #222;
  font-weight: 400;
}
.mod_option_wrap .option_form #it_sel_option .row .input_group input:-ms-input-placeholder {
  font-size: 24px;
  color: #222;
  font-weight: 400;
}
.mod_option_wrap .option_form #it_sel_option .row .input_group input::-ms-input-placeholder {
  font-size: 24px;
  color: #222;
  font-weight: 400;
}
.mod_option_wrap .option_form #it_sel_option .row .input_group input::placeholder {
  font-size: 24px;
  color: #222;
  font-weight: 400;
}
.mod_option_wrap .option_form #it_sel_option .row .it_group {
  width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_option_wrap .option_form #it_sel_option .row .it_group button.it_qty_minus {
  border-color: #333;
}
.mod_option_wrap .option_form #it_sel_option .row .it_group button.it_opt_del {
  margin-left: 14px;
  border: 0;
  background: #f3f3f3;
}
.mod_option_wrap .option_form .tot_price {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  text-align: right;
  margin-bottom: 35px;
}
.mod_option_wrap .option_form .tot_price div {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
.mod_option_wrap * {
  scrollbar-3dLight-Color: #fff;
  scrollbar-base-color: #fff;
  scrollbar-Face-Color: #fff;
  scrollbar-Track-Color: #f0f0f0;
  scrollbar-DarkShadow-Color: #fff;
  scrollbar-Highlight-Color: #fff;
}
.mod_option_wrap ::-webkit-scrollbar {
  background: #fff;
  width: 6px;
  float: left;
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
}
.mod_option_wrap *::-webkit-scrollbar {
  background: #fff;
  width: 6px;
  float: left;
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
}
.mod_option_wrap ::-webkit-scrollbar-button:start:decrement {
  display: block;
  height: 10px;
  background: #fff;
  background-position: center;
}
.mod_option_wrap *::-webkit-scrollbar-button:start:decrement {
  display: block;
  height: 10px;
  background: #fff;
  background-position: center;
}
.mod_option_wrap ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #fff;
  background-position: center;
}
.mod_option_wrap *::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #fff;
  background-position: center;
}
.mod_option_wrap ::-webkit-scrollbar-button {
  background: transparent;
  color: #fff;
}
.mod_option_wrap *::-webkit-scrollbar-button {
  background: transparent;
  color: #fff;
}
.mod_option_wrap ::-webkit-scrollbar-track {
  background: #fff;
}
.mod_option_wrap *::-webkit-scrollbar-track {
  background: #fff;
}
.mod_option_wrap ::-webkit-scrollbar-thumb {
  height: 50px;
  width: 5px;
  background: #eef1f4;
  border-radius: 10px;
}
.mod_option_wrap *::-webkit-scrollbar-thumb {
  height: 50px;
  width: 5px;
  background: #eef1f4;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .mod_option_wrap {
    top: unset;
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .mod_option_wrap.mob {
    display: block;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
  .mod_option_wrap .modal-dialog {
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .mod_option_wrap .modal-content {
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: -4px -16px 98px 0 rgba(0, 0, 0, 0.06);
            box-shadow: -4px -16px 98px 0 rgba(0, 0, 0, 0.06);
  }
  .mod_option_wrap .modal_body {
    padding: 50px 15px 15px;
  }
  .mod_option_wrap .option_form .modal_it_name p {
    font-size: 16px;
  }
  .mod_option_wrap .option_form .option_close {
    width: 15px;
    height: 15px;
    right: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 20px;
  }
  .mod_option_wrap .option_form .option_close span {
    border: 1px solid #666;
    border-bottom: 0;
    border-left: 0;
    position: relative;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .mod_option_wrap .option_form .option_close span::before {
    display: none;
  }
  .mod_option_wrap .option_form .option_close span::after {
    display: none;
  }
  .mod_option_wrap .option_form .option_tit {
    font-size: 14px;
  }
  .mod_option_wrap .option_form .option_list_box .option_sel .option_name {
    font-size: 13px;
  }
  .mod_option_wrap .option_form .option_list_box .option_sel select {
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 15px;
    background-image: url(https://www.joypartyb2b.co.kr/img/moption_arrow.png);
    background-position: 96% 50%;
    background-size: 3%;
    background-repeat: no-repeat;
  }
  .mod_option_wrap .option_form #it_sel_option {
    margin-top: 40px;
  }
  .mod_option_wrap .option_form #it_sel_option #it_opt_added li {
    margin-bottom: 25px;
  }
  .mod_option_wrap .option_form #it_sel_option .row span {
    font-size: 15px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button {
    width: 30px;
    height: 30px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box.col-sm-5 {
    padding: 20px 0 26px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .plus_group {
    width: 30px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .input_group {
    width: calc(100% - 98px);
  }
  .mod_option_wrap .option_form #it_sel_option .row .input_group input {
    height: 30px;
    line-height: 28px;
    font-size: 17px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .input_group input::-webkit-input-placeholder {
    font-size: 17px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .input_group input::-moz-placeholder {
    font-size: 17px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .input_group input:-ms-input-placeholder {
    font-size: 17px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .input_group input::-ms-input-placeholder {
    font-size: 17px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .input_group input::placeholder {
    font-size: 17px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .it_group {
    width: 68px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .it_group button.it_opt_del {
    margin-left: 8px;
  }
  .mod_option_wrap .option_form .tot_price {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .mod_option_wrap .option_form .tot_price div {
    font-size: 20px;
  }
  .mod_option_wrap .option_form .change_btn button {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .mod_option_wrap .modal_body {
    padding: 40px 15px 15px;
  }
  .mod_option_wrap .option_form .option_close {
    width: 12px;
    height: 12px;
    top: 15px;
  }
  .mod_option_wrap .option_form .modal_it_name {
    margin-bottom: 20px;
  }
  .mod_option_wrap .option_form .modal_it_name p {
    font-size: 14px;
  }
  .mod_option_wrap .option_form .option_tit {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .mod_option_wrap .option_form .option_tit.option02_box {
    margin-top: 20px;
  }
  .mod_option_wrap .option_form .option_list_box .option_sel .option_name {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .mod_option_wrap .option_form .option_list_box .option_sel select {
    height: 35px;
    line-height: 33px;
    font-size: 13px;
  }
  .mod_option_wrap .option_form #it_sel_option {
    margin-top: 25px;
  }
  .mod_option_wrap .option_form #it_sel_option .row span {
    font-size: 12px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box.col-sm-5 {
    padding: 18px 0 25px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button {
    width: 28px;
    height: 28px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button span {
    width: 8px !important;
    height: 8px !important;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_qty_plus span::before {
    height: 8px;
    right: 3.55px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_qty_plus span::after {
    width: 8px;
    bottom: 3.55px;
    top: initial;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_qty_minus span::before {
    width: 8px;
    top: 3.55px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_opt_del span::before {
    height: 8px;
    right: 3.55px;
  }
  .mod_option_wrap .option_form #it_sel_option .row .op_box .input-group-btn button.it_opt_del span::after {
    height: 8px;
    right: 3.55px;
  }
  .mod_option_wrap .option_form .tot_price {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .mod_option_wrap .option_form .tot_price div {
    font-size: 17px;
  }
  .mod_option_wrap .option_form .change_btn button {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
  }
}


.orderaddress_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.orderaddress_wrap .address_content {
  width: calc(100% - 200px);
}
.orderaddress_wrap .address_content .sod_orderaddr {
  width: 100%;
  display: table;
  border-top: 1px solid #444;
}
.orderaddress_wrap .address_content .sod_orderaddr .section-cell {
  text-align: center;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  padding: 22px 0;
}
.orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_txt {
  width: 63.138%;
}
.orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_name {
  width: 10.953%;
}
.orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_tel {
  width: 18.765%;
}
.orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_del {
  width: 7.144%;
}
.orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_del a {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.orderaddress_wrap .address_content .orderform_title {
  border-bottom: 0;
}
.orderaddress_wrap .address_content .orderform_title span {
  font-size: 17px;
  color: #666;
  font-weight: 300;
  margin-left: 15px;
}
.orderaddress_wrap .address_content .address_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderaddress_wrap .address_content .address_cont ul, .orderaddress_wrap .address_content .address_cont li, .orderaddress_wrap .address_content .address_cont ol {
  list-style: none;
}
.orderaddress_wrap .address_content .address_cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
}
@media (max-width: 480px) {
  .orderaddress_wrap .address_content .address_cont li.no_list {
    min-height: calc(100vh - 210px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.orderaddress_wrap .address_content .address_cont li.no_list div {
  width: 100%;
}
.orderaddress_wrap .address_content .address_cont .section-cell {
  border-bottom: 0;
  color: #666;
}
.orderaddress_wrap .address_content .address_cont .section-cell.add_txt {
  padding-left: 20px;
  text-align: left;
}
.orderaddress_wrap .address_content .address_cont .section-cell.add_txt > div {
  display: inline-block;
}
.orderaddress_wrap .address_content .address_cont .section-cell.add_txt > div.add_icon span {
  display: block;
  font-size: 13px;
  color: #444;
  font-weight: 500;
  background: #f7f7f7;
  padding: 6px 8px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .orderaddress_wrap {
    gap: 0;
  }
  .orderaddress_wrap .address_content {
    width: 100%;
  }
  .orderaddress_wrap .address_content .sod_orderaddr {
    border-top: 0;
  }
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell {
    padding: 5px 0;
    text-align: left;
    font-size: 13px;
  }
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_txt {
    width: 90%;
  }
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_name {
    width: 17%;
    border-right: 1px solid #e0e0e0;
    margin-right: 4%;
  }
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_tel {
    width: 65%;
  }
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_del {
    width: auto;
  }
  .orderaddress_wrap .address_content .address_cont li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 20px 0 20px 9px;
  }
  .orderaddress_wrap .address_content .address_cont li:first-child {
    padding-top: 0;
  }
  .orderaddress_wrap .address_content .address_cont li.no_list div {
    text-align: center;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_txt {
    padding-left: 0;
    text-align: left;
    color: #444;
    font-size: 15px;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_txt > div {
    display: block;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_txt > div.add_icon {
    width: 70px;
    text-align: center;
    margin-bottom: 10px;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_txt > div.add_icon span {
    font-size: 10px;
    padding: 6px 0;
    border-radius: 9px;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_del {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 0;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_del img {
    height: 20px;
  }
  .orderaddress_wrap .address_content .address_head {
    display: none;
  }
}
@media (max-width: 480px) {
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell {
    padding: 5px 0;
    font-size: 11px;
  }
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_txt {
    width: 90%;
  }
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_name {
    width: 17%;
    border-right: 1px solid #e0e0e0;
    margin-right: 4%;
  }
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_tel {
    width: 65%;
  }
  .orderaddress_wrap .address_content .sod_orderaddr .section-cell.add_del {
    width: auto;
  }
  .orderaddress_wrap .address_content .address_cont li {
    padding: 20px 0 20px 9px;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_txt {
    font-size: 13px;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_txt > div.add_icon {
    width: 65px;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_txt > div.add_icon span {
    font-size: 10px;
    padding: 4px 0;
    border-radius: 8px;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_del {
    top: 20px;
  }
  .orderaddress_wrap .address_content .address_cont .section-cell.add_del img {
    height: 20px;
  }
}


.radio_check input {
  display: none;
}
.radio_check input + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 480px) {
  .radio_check input + label {
    font-size: 14px;
  }
}
.radio_check input + label .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d8d8d8;
  margin-right: 7px;
  top: 1px;
}
@media (max-width: 480px) {
  .radio_check input + label .circle {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}
.radio_check input + label .circle::before {
  content: "";
  width: 2px;
  height: 6px;
  border-radius: 3px;
  background: #d8d8d8;
  position: absolute;
  top: 9px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .radio_check input + label .circle::before {
    width: 1px;
    height: 4px;
    border-radius: 1.5px;
    top: 6px;
    left: 4px;
  }
}
.radio_check input + label .circle::after {
  content: "";
  width: 2px;
  height: 10px;
  border-radius: 5px;
  background: #d8d8d8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 11px;
}
@media (max-width: 480px) {
  .radio_check input + label .circle::after {
    width: 1px;
    height: 7px;
    border-radius: 3.5px;
    top: 3.5px;
    left: 7.2px;
  }
}
.radio_check input + label .text {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
}
@media (max-width: 480px) {
  .radio_check input + label .text {
    font-size: 12px;
  }
}
.radio_check input:checked + label .circle {
  border-color: #ee2d36;
  background: #ee2d36;
}
.radio_check input:checked + label .circle::before, .radio_check input:checked + label .circle::after {
  background: #fff;
}