/* 첫 배송 쿠폰 증정 이벤트 (251124) */
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400; /* 일반 두께 */
    font-display: swap;
}
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700; /* 굵은 두께 */
    font-display: swap;
}
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

.evt_joincupon{
    width: 917px; background-color: #5C38F4;font-family: 'Paperozi', 'Malgun Gothic', sans-serif;
}
.evt_joincupon .evtcnt_01,
.evt_joincupon .evtcnt_02,
.evt_joincupon .evtcnt_03{
    padding-bottom: 120px;
}
.evt_joincupon .evtday{
    color: #FFC637;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding: 10px 0 0;
}
.evt_joincupon .evt_benefit{
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    line-height: 47px;
    padding: 0 80px 50px;
}
.evt_joincupon .evt_benefit .point01{
    color: #FFC637;
}
.evt_joincupon .evt_benefit .point02{
    color: #FFE9B2;
}
.evt_joincupon .move_btn{
    display: flex;align-items: center;justify-content: center;
}
.evt_joincupon .move_btn p{
    color: #5C38F4;
    font-size: 35px;
    letter-spacing: -1px;
    font-weight: 500;
    background-color: #FFC637;
    border-radius: 100px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    display:inline-block;
    padding: 20px 50px;
    position: relative;
    width: 450px;
    display: flex;align-items: center;justify-content: center;
}
.evt_joincupon .move_btn span{
    font-weight: 700;
}
.evt_joincupon .move_btn a:hover p{
    color: #F35221;
}

.evt_joincupon h4{
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    color: #fff;
    padding: 0 100px;
}
.evt_joincupon h4 span{
    color: #FFC637;
}
.benefit_info{
    display: flex;align-items: stretch; justify-content: center;
    gap: 10px;
    padding: 30px 0 0;
}
.benefit_info .benefitCnt_01,
.benefit_info .benefitCnt_02{
    width: 320px;
    color: #333;
    border-radius: 130px;
    overflow: hidden;
    padding: 45px 35px;
    display: inline-flex; align-items: center; justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.benefit_info .benefitCnt_01{
    background-color:#FBEFE9;
}
.benefit_info .benefitCnt_01 h5{
    color: #F37221;
    font-size: 35px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
}
.benefit_info .benefitCnt_01 p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    line-height: 24px;
}
.benefit_info .benefitCnt_01 p span{
    color: #F37221;
}

.benefit_info .benefitCnt_02{
    background-color:#FFE9B2;
}
.benefit_info .benefitCnt_02 h5{
    color: #5C38F4;
    font-size: 35px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
}
.benefit_info .benefitCnt_02 p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    line-height: 24px;
}
.benefit_info .benefitCnt_02 p span{
    color: #7138F6;
}
.evtcnt_03{
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.evt_info{
    background-color: #4D2AE0;
}
.evt_info .info_cnt {
    padding: 20px 180px 50px;
}
.evt_info .info_cnt h4{
    font-size: 20px;
    font-weight: 600;
}
.evt_info .info_cnt ul li{
    position: relative;
    padding-left: 15px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.evt_info .info_cnt ul li::before{
    content: '•';
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    transform: scale(0.8);
    color: #fff;
}
