@charset "utf-8";
/* ? Common */
.bg_gray_600 { background: var(--gray-600); }
.cont_tit { font-size: 18px; font-weight: 700; line-height: 26px; }
.cont_desc { font-size: 14px; font-weight: 400; color: var(--color-black-70); word-break: keep-all; margin-top: 4px; }

/*! 선물하기 - 홈 */
/* 메인 */
.gift_main_box .main_title { font-size: 26px; font-weight: 600; color: var(--gray-25); line-height: 32px; }
.gift_main_box .main_title::after { display: inline-block; width: 32px; height: 32px; background: url(../../image/icon/icon_gift.svg) no-repeat center center; background-size: contain; content: ''; vertical-align: -7px; margin-left: 8px; }
.gift_main_box .main_desc { font-size: 16px; font-weight: 500; color: var(--gray-200); line-height: 22px; margin-top: 8px; }

/* 유의사항 */
.info_list_box { width: 100%; padding: 16px; background: var(--gray-50); border-radius: 16px; margin-top: 16px; }
.info_list_box li { display: flex; align-items: center; margin-bottom: 12px; }
.info_list_box li:last-of-type { margin-bottom: 0; }
.info_list_box li .icon { display: block; width: 48px; min-width: 48px; height: 48px; border: 1px solid #F0F0F0; border-radius: 12px; overflow: hidden; margin-right: 8px; }
.info_list_box li .icon.icon_coupon { background: url(../../image/gift/icon_coupon.svg) no-repeat center center, #ffffff; background-size: 32px; }
.info_list_box li .icon.icon_heart { background: url(../../image/gift/icon_heart.svg) no-repeat center center, #ffffff; background-size: 32px; } 
.info_list_box li p { width: calc(100% - 56px); font-size: 14px; font-weight: 400; line-height: 20px; word-break: keep-all; }
.info_list_box li p b { font-weight: 700; }

/* 상품목록 */
.gift_list_box { display: flex; flex-wrap: wrap; margin-top: 16px; }
.gift_list_box li { width: calc(50% - 8px); }
.gift_list_box li:nth-of-type(n+3) { margin-top: 24px; }
.gift_list_box li:nth-of-type(odd) { margin-right: 16px; }
.gift_list_box li a { display: block; }
.gift_list_box li a .img_box { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 33vw; max-height: 158px; min-height: 120px; padding: 16px; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 4px; }
.gift_list_box li a .img_box img{ max-width: 100%; border-radius: 8px; box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.10); }
.gift_list_box li a .icon_box { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 80px; padding: 16px; background: var(--gray-50); border-radius: 4px; }
.gift_list_box li a .icon_box img { width: 48px; }
.gift_list_box li a .text_box { font-size: 14px; font-weight: 400; margin-top: 10px; }
.gift_list_box li a .text_box dt { font-weight: 600; }
.gift_list_box li a .text_box dd { margin-top: 4px; }
.gift_list_box li a .text_box .price strong { font-weight: 600; }
.gift_list_box li a .text_box .price .percent { font-weight: 700; color: var(--tag-red); }