@charset "UTF-8";


.giftCardView{
    padding:24px 16px;
    text-align: center;
}
.giftCardView img{
    width: 100%;
}
.giftCardTitle{
    font-size: 20px;
    font-weight: bold;
    margin:24px 0 8px;
}
.giftCardCon{
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    color: #616161;
}
.menu_select {padding: 0 16px 10px;}
.menu_select .menuItemNm {
	display: inline-block;
	width: 70%;
	font-size: 16px;
	font-weight: 400; 
}
.menu_select h4 {
	margin-bottom: 17px;
	font-size:16px;
	font-weight: 500;
}
.menu_select label {
	position: relative;
	display: block;
	margin-top:28px;
	padding-left: 30px;
	color: #333;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
}
.menu_select label:last-child {margin-bottom: 20px;}
.menu_select label + label {}
.menu_select label p {
	display: inline-block;
	position: absolute;
	right: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -.2px;
}
.menu_select label span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border:1px solid #aaa;
}
.menu_select label span:before {
	content: '';
	width: 22px;
	height: 22px;
	background: #FF8E5E;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	border-radius: 50%;
	transition: 300ms ease-in-out 0s;
	vertical-align: middle;
}
.menu_select label span:after {
	content: ''; 
	width: 8px; 
	height: 8px; 
	background: #fff; 
	display: block; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	transform: translate(-50%,-50%) scale(0); 
	border-radius: 50%; 
	transition: 300ms ease-in-out 0s;
}
.menu_select input[type="radio"] {display: none;}
.menu_select input[type="radio"]:checked ~ span {border: 0;}
.menu_select input[type="radio"]:checked ~ span:before {transform: translate(-50%,-50%) scale(1);}
.menu_select input[type="radio"]:checked ~ span:after {transform: translate(-50%,-50%) scale(1);}
.wrap_title{
	font-size: 14px;
	font-weight: 500;
	margin:24px 0 8px;
	flex: 1;
	text-align: left;
}
.giftInfoWr{
	padding:0 16px 32px;
}
.inputBox{
	display: flex;
	gap: 3%;
	align-items: center;
}
.selfInput{
	height: 40px !important;
	border: none !important;
    background: #f4f4f4 !important;
    width:60% !important;
    float: right;
    text-align:right;
    margin-top:-10px;
    font-size: 16px !important;
    font-weight: 500;
}
.giftInfoText{
	border:none !important;
	background: #f4f4f4 !important;
}
.giftAddrBtn{
	width: 25%;
    height: 30px;
    background: #FF8E5E;
    color: #ffffff;
    border-radius: 15px;
    font-weight: 500;
}
.messageText{
	width: 100%;
	border:none !important;
	background: #f4f4f4 !important;
	height: 120px;
	font-size: 14px;
}
.messageText:focus{
	font-size: 14px !important;
}
.messageText::placeholder{
	color: #9e9e9e;
}
.giftInfoTop{
	display: flex;
	align-items: center;
}
.countChk{
	margin: 24px 0 8px;
	text-align: right;
	font-size: 14px;
	color: #b5b5b5;
}

/*탭*/
.tab_content {
	position: relative;
	margin: 0;
	padding-bottom: 60px;
}
.tab_content .menu_content {
    position: relative; 
    font-size: 0;
}
.menu_content input[type="radio"] {display: none;}
.menu_content input[type="radio"] + label {
	/*position: sticky;
	top: 56px;*/
	display: inline-block;
	width: 50%;
	height: 46px;
	color: #787878; 
	font-size: 16px; 
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	line-height: 44px;
	background: #fff;
	position: relative;
	/*z-index: 150;*/
}
.menu_content input[type="radio"] + label:nth-child(6){border-right: 0;}
.menu_content input[type="radio"]:checked + label {
	color: #FF8E5E;
	height: 46px;
}
.menu_content input[type="radio"] + label span {
    font-size: 14px;
}
.menu_content input[type="radio"]:checked + label span {
    color: #FF8E5E;
    font-weight: bold;
}
.menu_content input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #FF8E5E;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 35px;
}
.menu_content .conbox {
    width: 100%; 
    height: auto;
    background: #fff; 
    margin: 0 auto; 
    display: none;
    font-size: 14px;
}
.menu_content input[id="tab01"]:checked ~ .con1 { display: block;}
.menu_content input[id="tab02"]:checked ~ .con2 {display: block;}

.giftBoxTop{
    padding: 24px 16px;
    position: relative;
}
.giftBoxTop img{
    width: 100%;
    position: relative;
}
.giftBoxTop h2{
    position: absolute;
    top: 31%;
    left: 0;
    right: 0;
    text-align: center;
    color: #323232;
    font-weight: bold;
    font-size: 20px;
}
.giftBoxTopCon{
    position: absolute;
    bottom: 20%;
    left: 32px;
    /* right: 0;
    text-align: center;
    margin: 0 auto; */
    width: 38%;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    background: #ffffff;
    text-align: center;
}
.giftPay{
    font-size: 18px;
    font-weight: bold;
    color: #212121;
}
.giftPay em{
    font-size: 18px;
    color: #424242;
    margin-left: 2px;
    font-weight: bold;
}
.sectionTitle{
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    width: 100%;
    height: 48px;
    background: #FAFAFA;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    line-height: 48px;
    text-align: left;
    padding-left: 16px;
}
.giftHtrSort{
	background: #fafafa;
    width: 80px;
    border: none;
    float: right;
    margin: 6px 16px 0 0;
    text-align: center;
}
.giftHtrSort{
    background: url(../../images/userApp/common/ico_dropdown_16px.png) no-repeat center right / 16px auto !important;
}
.giftHtrSort:focus{
	border:none !important;
	font-size: 13px !important;
}
.giftBoxWr{
    padding:24px 16px;
    border-bottom: 1px solid #f5f5f5;
}
.giftBoxInfo{
    display: flex;
    align-items: flex-start;
}
.giftBoxInfoCon{
    flex: 1;
}
.giftStateNo{
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    border: 1px solid #9e9e9e;
    border-radius: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #9e9e9e;
    text-align: center;
    margin-right: 12px;
}
.giftStateUse{
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #9e9e9e;
    border-radius: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-right: 12px;
}
.giftStateIng{
    width: 48px;
    height: 48px;
    line-height: 52px;
    background: #FF8E5E;
    border-radius: 100%;
    font-size: 0; 
    text-align: center;
    margin-right: 12px;
}
.giftStateIng::after{
    content: '';
    width:24px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background: url("../../images/userApp/event/ico_gift_24px.png") no-repeat 0 -1px / 24px auto;
}
.giftInfoPay{
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 4px;
    line-height: 1.6;
}
.giftInfoWait{
    font-size: 12px;
    font-weight: bold;
    color: #E44E4E;
    background: #FFEEEF;
    padding: 3px 10px;
    border-radius: 100px;
    margin-left: 4px;
}
.giftInfoNm,
.giftInfoDate{
    color: #333333;
    font-size: 14px;
}
.giftInfoNm::after{
    content: '';
    width: 1px;
    height: 10px;
    vertical-align: middle;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    margin: 0 8px;
}
.giftMsgBox{
    width: 100%;
    padding: 14px 16px;
    background: #f9f9f9;
    color: #333333;
    margin-top: 12px;
}
.giftBtnWr{
    display: flex;
    gap: 2%;
    align-items: center;
    margin-top: 20px;
}
.noBtn{
    width: 50%;
    height: 40px;
    border-radius: 4px;
    /* border: 1px solid #cccccc; */
    background: #eeeeee;
    font-size: 12px;
    font-weight: 500;
    color: #616161;
}
.yesBtn{
    width: 50%;
    height: 40px;
    border-radius: 4px;
    background: #FF8E5E;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.cancelBtn{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #212121;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.minusPay{
    float: right;
    font-size: 16px;
    font-weight: bold;
}
.plusPay{
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #E44E4E;
}

.inviteImgWrap {
	padding:16px 16px 0 16px;
}
.inviteImgWrap img{
	width: 100%;
}
.inviteTxtWrap{
	padding:24px 16px;
	text-align: center;
	border-bottom:6px solid #eee;
}
.inviteTxtWrap .txt-14{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -.05em;
	margin-bottom:4px;
}
.inviteTxtWrap .txt-14 b{
	color: #4775EF;
}
.inviteTxtWrap .txt-14 span{
	color: #757575;
	font-size: 14px;
	font-weight: 400;
}
.inviteTxtWrap .txt-12.mt-12{
	margin-top:12px;
}
.inviteTxtWrap .txt-12{
	font-size: 12px;
	color: #616161;
	margin-bottom:4px;
}
.btm_btn{
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #4775EF !important;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.giftTxt{
	margin:24px 0 8px;
	font-size: 13px;
	font-weight: 500;
	color: #FF4C00;
}