/* 신제품 관련 UI 개선 */
.product_list.new_list {
  margin-top: 70px;
}

.product_list.new_list .tag {
  display: none;
}

.product_list.new_list .subtitle strong {
  font-size: 28px;
}

.product_list.new_list .subtitle span {
  padding-left: 15px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.product_list.new_list .prd_ul .box.out {
  position: relative;
  overflow: hidden;
}

.product_list.new_list .prd_ul .box.out .tag.hidden {
  display: block;
}

.product_list.new_list .prd_ul > li:hover .box.out .prdimg {
  transform: scale(1);
}

.product_list.new_list .prd_ul .box.out .tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  backdrop-filter: blur(3px);
  transition: 0.5s;
  z-index: 2;
}

.product_list.new_list .prd_ul .box.out .tag strong {
  color: #fff;
  font-size: 24px;
}

.product_list.new_list .prd_ul .box.out .tag span {
  color: #fff;
}

.product_list.new_list .prd_ul {
  margin-top: 20px;
}

.product_list.new_list .prd_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.product_list.new_list .prd_ul > li {
  flex: 1 1 30%;
  border-radius: 10px;
}

.product_list.new_list .prd_ul .img {
  position: relative;
  overflow: hidden;
}

.product_list.new_list .prd_ul > li:hover .prdimg {
  transform: scale(1.02);
  transition: 0.5s;
}

.product_list.new_list .prd_ul > li:hover .name {
  text-decoration: underline;
}

.product_list.new_list .prd_ul .img .wish {
  position: absolute;
  right: 10px;
  top: 10px;
}

.product_list.new_list .prd_ul .img .wish a {
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url('/_skin/radiwell_kor_2/img/button/icon_heart.png') no-repeat 50% 50%;
}

.product_list.new_list .prd_ul .img .wish .wish_on {
  background: url('/_skin/radiwell_kor_2/img/button/icon_heart_on.png') no-repeat 50% 50%;
  background-size: contain;
}

.product_list.new_list .prd_ul .prdimg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 /1;
}

.product_list.new_list .prd_ul .icons {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 1;
}

.product_list.new_list .prd_ul .icons img {
  width: 100%;
}

.product_list.new_list .prd_ul .info .info_notice {
  padding: 8px 0 5px 0;
  height: 36px;
  text-align: right;
}

.product_list.new_list .prd_ul .info .info_notice .etc3 {
  display: inline-flex;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid #d3362d;
  justify-content: center;
  align-items: center;
}

.product_list.new_list .prd_ul .info .info_notice .etc3 span {
  color: #d3362d;
  font-size: 14px;
}

.product_list.new_list .prd_ul .info .name {
  margin-top: 10px;
}

.product_list.new_list .prd_ul .info .name a {
  display: inline-block;
  line-height: 1.2;
  height: 39px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product_list.new_list .prd_ul .info .summary {
  min-height: 20px;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  line-height: 1.2;
}

.product_list.new_list .prd_ul .info .price {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  white-space: nowrap;
}

.product_list.new_list .prd_ul .info .price .sale_number {
  font-size: 28px;
  color: #d3362d;
  margin-bottom: -2px;
}

.product_list.new_list .prd_ul .info .price .sale_number strong {
  font-size: 34px;
  color: #d3362d;
}

.product_list.new_list .prd_ul .info .price .price_right {
  text-align: right;
}

.product_list.new_list .prd_ul .info .price .price_right .sell {
  margin-top: -10px;
}

.product_list.new_list .prd_ul .info .price .discount {
  font-size: 16px;
  height: 23px;
  color: #999;
}

.product_list.new_list .prd_ul .info .price .discount strong {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.product_list.new_list .prd_ul .info .price .sell_price {
  /* color:#d3362d; */
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}

.product_list.new_list .prd_ul .info .price .sell_price strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  /* color:#d3362d; */
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
}

.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  display: block;
  width: 56px;
  height: 45px;
  float: left;
  padding-top: 10px;
  color: #fff;
  transform: translate3d(0, 0, 0);
}

.ribbon strong {
  color: #fff;
  font-size: 20px;
}

.ribbon:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  position: absolute;
  top: 45px;
  left: 0;
}

.ribbon.ribbon--red {
  background: #d3362d;
}

.ribbon.ribbon--red:after {
  border-top: 12px solid #d3362d;
}

.md_choice {
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
  padding: 0 40px 40px 40px;
  /*  background: linear-gradient(
      -90deg,
      #e3e5e8 0%,
      #ebe4e3 10%,
      #e4e1e0 25%,
      #e5cee9 45%,
      #e1b2db 60%,
      #e5a2d4 75%,
      #e282bb 85%,
      #e8398e 100%
    ); */
  z-index: 1;
}

.md_choice .base {
  position: absolute;
  filter: blur(60px);
  opacity: 0.8;
}

.md_choice .one {
  border-radius: 100%;
  width: 300px;
  height: 300px;
  background-color: #02b597;
  right: 250px;
  top: -100px;
}

.md_choice .two {
  width: 300px;
  height: 300px;
  background-color: #1574e7;
  bottom: -60px;
  left: -80px;
}

.md_choice .three {
  border-radius: 100%;
  width: 450px;
  height: 450px;
  bottom: -80px;
  right: -100px;
  background-color: #ff665c;
}
/* 
  .md_choice::before,
  .md_choice::after,
  .md_choice > .circles,
  .md_choice > .circles::before,
  .md_choice > .circles::after {
    filter: blur(75px);
  }
  
  .md_choice::before,
  .md_choice::after {
    position: absolute;
    content: "";
    width: 390px;
    height: 390px;
    border-radius: 100%;
  }
  
  .md_choice::before {
    background: #1375e8;
    top: -195px;
    left: -195px;
  }
  
  .md_choice::after {
    background: #00b496;
    right: -195px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .md_choice > .circles,
  .md_choice > .circles::before,
  .md_choice > .circles::after {
    border-radius: 100%;
    position: absolute;
  }
  
  .md_choice > .circles::before,
  .md_choice > .circles::after {
    content: "";
    width: 140px;
    height: 140px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .md_choice > .circles {
    width: 230px;
    height: 230px;
    background: #ff655b;
    bottom: -60px;
    left: 575px;
  }
  

 */

.md_choice .subtitle strong {
  color: #000;
}

.md_choice .subtitle p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.md_choice .product_list.new_list {
  margin-top: 0;
}

.product_list.new_list .tag {
  display: none;
}

.md_choice .product_list.new_list .wrap_inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.md_choice .product_list.new_list .prd_ul {
  margin-top: 40px;
  /* height: 550px; */
}

.md_choice .product_list.new_list .prd_ul > li {
  background-color: #fff;
  overflow: hidden;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 20px;
}

.md_choice .product_list.new_list .prd_ul > li img {
  width: 100%;
}

.md_choice .product_list.new_list .prd_ul > li .icons img {
  width: 100%;
}

.md_choice .product_list.new_list .prd_ul > li .info {
  padding-bottom: 10px;
}

.md_choice .product_list.new_list .prd_ul > li .info .info_review {
  display: none;
}

.product_list.new_list.column4 .prd_ul {
  gap: 50px 79px;
}

.product_list.new_list.column4 .prd_ul > li {
  flex: none;
  width: 260px;
}

.product_list.new_list.column4 .prd_ul > li .info_review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}

.product_list.new_list.column4 .prd_ul > li .info_review span {
  color: #999;
  font-size: 12px;
}

.product_list.new_list.column4 .prd_ul > li .grade_wrap {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 15px;
  background: #c6c6c6;
  -webkit-mask-image: url(/_skin/m_radiwell_kor_2/img/shop/icon_star_emt.png);
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: space;
}

.product_list.new_list.column4 .prd_ul > li .grade_wrap i {
  width: auto;
  height: 100%;
  background: none;
  display: flex;
  gap: 2px;
  width: 0;
  height: 100%;
  background: #ef645b;
}

.product_list.new_list.column4 .prd_ul > li .grade_wrap .point1 + i {
  width: 20%;
}

.product_list.new_list.column4 .prd_ul > li .grade_wrap .point2 + i {
  width: 40%;
}

.product_list.new_list.column4 .prd_ul > li .grade_wrap .point3 + i {
  width: 60%;
}

.product_list.new_list.column4 .prd_ul > li .grade_wrap .point4 + i {
  width: 80%;
}

.product_list.new_list.column4 .prd_ul > li .grade_wrap .point5 + i {
  width: 100%;
}

#main .product_list.new_list .prd_ul .info .info_review {
  display: none;
}

@media screen and (max-width: 640px) {
  .product_list.new_list {
    margin-top: 0;
  }

  .product_list.new_list .prd_ul {
    gap: 30px 10px;
  }

  .product_list.new_list .prd_ul > li {
    flex: 1 1 40%;
    max-width: 50%;
  }

  .product_list.new_list .subtitle strong {
    font-size: 22px;
    display: block;
  }

  .product_list.new_list .subtitle span {
    font-size: 14px;
    display: block;
    padding-left: 0;
    font-weight: 400;
  }

  .product_list.new_list .prd_ul {
    margin-top: 0;
  }

  .product_list.new_list .prd_ul .info .summary {
    min-height: 34px;
    font-size: 12px;
  }

  .product_list.new_list .prd_ul .info .name a {
    height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
  }

  .product_list.new_list .prd_ul .info .price .sale_number {
    font-size: 20px;
  }

  .product_list.new_list .prd_ul .info .price .sale_number strong {
    font-size: 20px !important;
  }

  .product_list.new_list .prd_ul .info .price .discount {
    font-size: 12px;
  }

  .product_list.new_list .prd_ul .info .price .sell .sell_price {
    font-size: 16px;
  }

  .product_list.new_list .prd_ul .info .price .sell .sell_price strong {
    font-size: 20px;
  }

  .product_list.new_list .prd_ul .info .price .price_right .sell {
    margin-top: -5px;
  }

  .product_list.new_list .prd_ul .info .info_notice .etc3 {
    padding: 0 2px;
    font-size: 12px;
    letter-spacing: -1px;
  }

  .md_choice {
    border-radius: 0;
    margin-top: 20px;
    padding: 0;
  }

  .md_choice .product_list.new_list .subtitle strong {
    font-size: 20px;
  }

  .product_list.new_list.column4 {
    margin-top: 60px;
    padding: 0 20px;
  }

  .product_list.new_list.column4 .prd_ul {
    gap: 30px 20px;
  }

  .product_list.new_list.column4 .prd_ul > li {
    flex: 1 1 32%;
  }

  .product_list.new_list .prd_ul .info .info_notice .etc3 span {
    font-size: 12px;
  }

  .product_list.new_list .prd_ul .box.out .tag span {
    font-size: 12px;
  }

  .md_choice .product_list.new_list .prd_ul {
    height: auto;
  }

  .md_choice .product_list.new_list .prd_ul > li .info {
    padding: 0 10px;
    padding-bottom: 10px;
  }

  .product_list.new_list .prd_ul .img .wish a {
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  .md_choice .product_list.new_list .wrap_inner {
    padding: 22px 10px;
  }

  .md_choice .product_list.new_list .prd_ul > li {
    padding: 0;
  }

  .md_choice .one {
    border-radius: 100%;
    width: 200px;
    height: 200px;

    right: 0;
    top: 0;
  }

  .md_choice .two {
    width: 300px;
    height: 300px;

    bottom: -60px;
    left: -80px;
  }

  .md_choice .three {
    border-radius: 100%;
    width: 450px;
    height: 450px;
    bottom: -80px;
    right: -100px;
  }
}

@media screen and (max-width: 300px) {
  .product_list.new_list.column4 .prd_ul {
    gap: 50px 10px;
  }
  .product_list.new_list .prd_ul .info .price .sell .sell_price strong{
    font-size:  15px !important;
  }
  .product_list.new_list .prd_ul .info .price .discount strong{
    font-size:  12px !important;
  }
  .product_list.new_list .prd_ul .info .price .sale_number strong{
    font-size: 15px !important;
  }
  .product_list.new_list .prd_ul .info .price .sale_number{
    font-size: 15px !important;
  }
  .product_list.new_list .prd_ul .info .info_notice .etc3 {
    text-align: left;
    padding: 0 2px !important;
  }
  .product_list.new_list.column4 .prd_ul > li .info_review {
    display: block;
  }

  .product_list.new_list .prd_ul .info .info_notice {
    margin-bottom: 20px;
  }

}

footer .menu li > a > strong {
  color: #000;
}

#boardlist .board_col > tbody > tr > td.subject img {
  display: inline-block;
}

/* PC footer 상단 간격 */
/* #footer {
  margin-top: 60px;
} */

/* 선물안내 페이지 */
#present_guide .present_guide_msg {
  text-align: center;
}
#present_guide .present_guide_msg > p {
  margin: 40px 0 20px;
  color: #333;
  font-size: 1.167rem;
  line-height: 25px;
  letter-spacing: -1.4px;
}
#present_guide .present_guide_msg > p > b {
  color: #333;
  font-size: 1.167rem;
  line-height: 21px;
  letter-spacing: -1.4px;
}
#present_guide .present_guide_msg .box_btn {
  display: block;
}
#present_guide .present_guide_msg .box_btn > a {
  width: 100%;
}
#present_guide h3.title {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  background: #e9e9e9;
  font-size: 1.167rem;
}
/*
#present_guide h3.title:before {
  position: absolute;
  right: 25px;
  top: 22px;
  width: 15px;
  height: 1px;
  background: #454545;
  content: '';
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
#present_guide h3.title:after {
  position: absolute;
  right: 15px;
  top: 22px;
  width: 15px;
  height: 1px;
  background: #454545;
  content: '';
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
#present_guide h3.title.active:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#present_guide h3.title.active:after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
} */
#present_guide .present_guide_prd {
  position: relative;
}
#present_guide .present_guide_prd .list_cart > .tbody > li.img + li {
  padding-top: 10px;
}
#present_guide .present_guide_prd .state {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#present_guide .present_guide_msgcard {
  text-align: center;
}
#present_guide .present_guide_msgcard .message-box {
  width: 100%;
  position: relative;
}
#present_guide .present_guide_msgcard .bg-box img {
  width: 100%;
}
#present_guide .present_guide_msgcard .textarea-wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  height: 120px;
  background: #fff;
  border-radius: 10px;
}
#present_guide .present_guide_msgcard .textarea-wrap textarea {
  width: 100%;
  height: 73px;
  text-align: left;
  padding: 0;
  /* margin: 0 0 10px; */
  resize: none;
  border: 0;
  outline: 0;
  color: #666;
  font-size: 1rem;
}
#present_guide .present_guide_msgcard .textarea-wrap .send-box {
  display: flex;
  justify-content: space-between;
  padding: 10px !important;
  border-top: 1px dashed #eee;
}
#present_guide .present_guide_msgcard .textarea-wrap .send-box > p {
  font-size: 0.917rem;
}
#present_guide .present_guide_msgcard .textarea-wrap .send-box > p.left {
  font-weight: 700;
}
#present_guide .present_guide_msgcard .reject {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
#present_guide .present_guide_msgcard .reject > a {
  width: 100%;
}
#present_guide .cont {
  margin: 0 15px 15px;
}
#present_guide .cont > ul {
  border-top: 1px dashed #eee;
  padding: 15px 0 0 15px;
}
#present_guide .cont > ul > li {
  color: #999;
  line-height: 25px;
}
#present_guide .cont > ul > li > span {
  margin: 0 10px 0 -13px;
}

/* 선물 배송정보 페이지 */
#present_order h3.title {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  background: #e9e9e9;
  font-size: 1.167rem;
}
#present_order h3.title:before {
  position: absolute;
  right: 25px;
  top: 22px;
  width: 15px;
  height: 1px;
  background: #454545;
  content: '';
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
#present_order h3.title:after {
  position: absolute;
  right: 15px;
  top: 22px;
  width: 15px;
  height: 1px;
  background: #454545;
  content: '';
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
#present_order h3.title.active:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#present_order h3.title.active:after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#present_order .present_order_delivery .country {
  padding: 10px 0;
}
#present_order .present_order_delivery .country:after {
  display: block;
  clear: both;
  content: '';
}
#present_order .present_order_delivery .country label {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 10px;
  border: 1px solid #dcdcdc;
  text-align: center;
}
#present_order .present_order_delivery .country label:last-child {
  border-left: 0;
}
#present_order .present_order_delivery .select_place select,
#present_order .present_order_delivery .select_country select {
  width: 100%;
}
#present_order .present_order_delivery .tel_area {
  position: relative;
  padding-left: 90px;
}
#present_order .present_order_delivery .tel_area select {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}
#present_order .present_order_delivery .address_area > div {
  padding-top: 10px;
}
#present_order .present_order_delivery .address_area > div:first-child {
  padding-top: 0;
}
#present_order .present_order_delivery .address_area .code {
  position: relative;
  padding-right: 110px;
}
#present_order .present_order_delivery .address_area .code .box_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
#present_order .present_order_delivery .addfd > li {
  padding-top: 10px;
}
#present_order .present_order_delivery .addfd > li:first-child {
  padding-top: 0;
}
#present_order .present_order_agree {
  height: 280px;
  margin: 4.68% 4.68% 10%;
  padding: 17.5px;
  background: #f5f5f5;
}
#present_order .present_order_agree .agree_box {
  height: 250px;
  padding-right: 15px;
  background: #f5f5f5;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
#present_order .present_order_agree .agree_box::-webkit-scrollbar {
  width: 3px;
}
#present_order .present_order_agree .agree_box::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 7px;
}
#present_order .present_order_agree .agree_box::-webkit-scrollbar-track {
  background: transparent;
}
#present_order .present_order_agree .check_privacy {
  margin-top: 25px;
  margin-left: -17.5px;
}
/* #present_order .box_btn.order > * {
  padding: 11px;
} */

/* 선물 배송완료 페이지 */
#present_order_finish {
  padding: 0 10px;
}
#present_order_finish .present_order_finish_msg {
  text-align: center;
}
#present_order_finish .present_order_finish_msg > p {
  margin: 40px 0 20px;
  color: #333;
  font-size: 1.167rem;
  line-height: 21px;
  letter-spacing: -1.4px;
}
#present_order_finish .present_order_finish_msg > p > b {
  color: #333;
  font-size: 1.167rem;
  line-height: 21px;
  letter-spacing: -1.4px;
}
#present_order_finish h3.title {
  font-size: 16px;
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 20px;
  padding: 15px;
}

#present_order_finish h3.title + div {
  border: 1px solid #dbdbdb;
  border-top: none;
  margin-top: -1px;
}

/* #present_order_finish h3.title:before {
  position: absolute;
  right: 25px;
  top: 22px;
  width: 15px;
  height: 1px;
  background: #454545;
  content: '';
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
#present_order_finish h3.title:after {
  position: absolute;
  right: 15px;
  top: 22px;
  width: 15px;
  height: 1px;
  background: #454545;
  content: '';
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
#present_order_finish h3.title.active:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#present_order_finish h3.title.active:after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
} */

#present_order_finish .present_order_finish_prd .list_cart > .tbody > li.img + li {
  padding-top: 10px;
}
#present_order_finish .present_order_finish_prd .state {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#present_order_finish .present_order_finish_prd .strong a {
  font-weight: 700;
}
#present_order_finish .present_order_finish_prd .state .box_btn > a {
  color: #d53838 !important;
}
#present_order_finish .present_order_finish_info {
  padding: 15px 20px;
  border-top: 0;
  background-color: #fafafa;
  border-radius: 10px;
}
#present_order_finish .present_order_finish_info > ul {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border: 0;
}
#present_order_finish .present_order_finish_info > ul > li {
  width: auto;
  text-align: right;
}
#present_order_finish .present_order_finish_info > ul > li.title {
  text-align: left;
}
#present_order_finish .box_btn.back {
  padding-top: 0;
}
#present_order_finish .box_btn.back > * {
  padding: 11px;
}

@media all and (min-width: 1024px) {
  /* 선물안내 페이지 */
  #present_guide h3.title {
    clear: both;
    padding: 30px 20px 20px;
    border-bottom: none;
    background: none;
  }
  #present_guide h3.title:before,
  #present_guide h3.title:after {
    display: none;
  }
  #present_guide h3.title.first {
    padding-top: 0;
  }
  #present_guide h3.title.line {
    margin-top: 25px;
    border-top: 1px solid #dfdfdf;
  }
  #present_guide .present_guide_msg {
    padding: 30px 0;
  }
  #present_guide .present_guide_msg .box_btn > a {
    width: 200px;
  }
  #present_guide .present_guide_prd .state {
    position: relative;
    bottom: auto;
    right: auto;
  }
  #present_guide .present_guide_msgcard .reject > a {
    width: 200px;
  }

  /* 선물 배송정보 페이지 */
  #present_order h3.title {
    clear: both;
    padding: 30px 20px 20px 0px;
    border-bottom: none;
    background: none;
  }
  #present_order h3.title:before,
  #present_order h3.title:after {
    display: none;
  }
  #present_order h3.title.first {
    padding-top: 0;
  }
  #present_order h3.title.line {
    margin-top: 25px;
    border-top: 1px solid #dfdfdf;
  }
  #present_order .present_order_agree {
    margin: 20px 20px 5%;
  }
  #present_order .present_order_agree .check_privacy {
    margin-top: 30px;
  }
  #present_order .box_btn.order {
    width: 260px;
  }

  /* 선물 배송완료 페이지 */
  #present_order_finish h3.title {
    clear: both;
    padding: 30px 20px 20px;
    border-bottom: none;
    background: none;
  }
  #present_order_finish h3.title:before,
  #present_order_finish h3.title:after {
    display: none;
  }
  #present_order_finish h3.title.first {
    padding-top: 0;
  }
  #present_order_finish h3.title.line {
    margin-top: 25px;
    border-top: 1px solid #dfdfdf;
  }
  #present_order_finish .present_order_finish_prd .state {
    position: relative;
    bottom: auto;
    right: auto;
  }
  #present_order_finish .present_order_finish_info {
    margin-bottom: 20px;
  }
  #present_order_finish .box_btn.back {
    width: 260px;
  }
}
