@charset "utf-8";
/* ? Common */
.cont_tit_box { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.cont_tit { font-size: 18px; font-weight: 700; line-height: 26px; } 
.btn_load { position: relative; font-size: 16px; font-weight: 700; color: var(--purple); line-height: 20px; padding-right: 12px;  }
.btn_load::after { width: 100%; height: 2px; background: var(--purple); content: ''; display: block; }
.btn_load::before { position: absolute; right: -4px; top: 6px; width: 12px; height: 12px; background: url(../../image/btn/btn_arrow_purple.svg) no-repeat center center; background-size: contain; content: ''; display: block; }
.select_box { width: 100%; }
.select_box select { width: 100%; height: 56px; font-size: 15px; font-weight: 400; line-height: 56px; padding: 0 36px 0 24px; background: url(../../image/icon/icon_arrow_select_black.svg) no-repeat calc(100% - 12px) center, var(--color-white); border: var(--border); border-radius: var(--border-radius); cursor: pointer; }

/*! 선물하기 - 결제 수단 등록 */
.gift_info_box, .input_list, .payment_list { margin-top: 16px; }

/* 보내는 선물 */
.gift_info_box { display: flex; flex-wrap: wrap; }
.gift_info_box .img_box { display: flex; flex-direction: column; justify-content: center; width: 96px; min-width: 96px; height: 96px; padding: 8px; background: #FAFAFA; border: 1px solid #EEECF2; border-radius: 4px; overflow: hidden; margin-right: 12px; }
.gift_info_box .img_box img { width: 100%; max-width: 100%;  }
.gift_info_box .text_box { width: calc(100% - 110px); }
.gift_info_box .category { display: block; font-size: 13px; font-weight: 500; color: var(--color-black-70); line-height: 18px; }
.gift_info_box .name { font-size: 18px; font-weight: 600; line-height: 22px; margin-top: 4px; }
.gift_info_box .unit { font-size: 13px; font-weight: 500; line-height: 18px; margin-top: 4px; }
.gift_info_box .desc { font-size: 16px; font-weight: 600; color: var(--purple); line-height: 20px; margin-top: 10px; }
.gift_info_box .period { font-size: 15px; font-weight: 500; margin-top: 32px; }
.gift_info_box .price_box { width: 100%; text-align: right; margin-top: 8px; }
.gift_info_box .price_box .price_origin { font-size: 14px; font-weight: 400; color: #888; text-decoration: line-through; }
.gift_info_box .price_box .discount { display: inline-block; font-size: 18px; font-weight: 700; color: var(--purple); line-height: 26px; margin-right: 4px; }
.gift_info_box .price_box .total { display: inline-block; font-size: 18px; font-weight: 700; line-height: 26px; }

/* 결제 방법 */
.payment_list .payment_item { position: relative; border-bottom: 1px solid #EFEFEF; }
.payment_list > div:last-of-type { border-bottom: none; }
.payment_list .radio_box { position: relative; padding: 18px 0; }
.payment_list .radio_box input[type='radio'] { display: none; }
.payment_list .radio_box input[type='radio'] + label { display: flex; align-items: center; }
.payment_list .radio_box input[type='radio'] + label::before { width: 20px; height: 20px; border: 2px solid var(--color-disabled); border-radius: 50%; box-sizing: border-box; content: ''; display: inline-block; margin-right: 12px; }
.payment_list .radio_box input[type='radio'] + label img { margin-right: 12px; }
.payment_list .radio_box input[type='radio'] + label span { flex: 1; display: block; font-size: var(--font-regular); font-weight: 500; color: var(--color-black-40); line-height: 20px; }
.payment_list .radio_box input[type='radio']:checked + label::before { border: 5px solid var(--purple); }
.payment_list .radio_box input[type='radio']:checked + label span { font-weight: 500; color: var(--color-black); }
.payment_list .btn_card_set { display: none; position: absolute; right: 0; top: 12px; font-size: 13px; font-weight: 500; color: var(--color-black-70); line-height: 30px; padding: 0 8px; background: var(--color-white); border-radius: var(--border-radius-s); border: var(--border); z-index: 5; }
.payment_list .payment_detail { display: none; }
.payment_list .new_card_box { display: none; }
.payment_list .card_type { display: flex; width: 100%; border: var(--border); border-radius: var(--border-radius); overflow: hidden; margin: 8px 0 12px; }
.payment_list .card_type li { width: 50%; font-size: var(--font-regular); font-weight: 500; color: var(--color-black-40); line-height: 40px; background: #FAFAFA; text-align: center; cursor: pointer; }
.payment_list .card_type li.on { color: var(--color-white); background: var(--purple); }
.payment_list .input_list li { margin-bottom: 12px; }

/* POPUP - 받는이 정보확인 */
.pop_gift_cont .icon_pop_chk { display: block; width: 40px; height: 40px; background: url(../../image/icon/icon_check_purple.svg) no-repeat center center, var(--purple-100); background-size: 20px; border-radius: 50%; margin: 0 auto 12px; }
.pop_gift_cont p { font-size: 16px; font-weight: 400; line-height: 28px; }
.pop_gift_cont strong { display: block; font-size: 18px; font-weight: 600; }