/* ============= */
/* 전체 공통 */
/* ============= */
.event-benefit-template .article__content-area:not(:has(.img-shadow-only-pc)) {
    max-width: 100%;
}
.event-benefit-template .intel .article__content-area {
    position: relative;
}
/* ============= */
/* // 전체 공통 */
/* ============= */



/* ============= */
/* 개별 영역 */
/* ============= */


/* 혜택/구매 */
.event-benefit-template .intel__linker {
    position: absolute;
}
.event-benefit-template .intel__linker--1 {
    top: 39.4%;
    left: 39%;
    width: 22%;
    height: 3.5%;
}

.event-benefit-template .button_gift_03 {
    position: absolute;
    top: 83.7%;
    left: 8.9%;
    width: 9.7%;
    height: 1.8%;
}

/* 모달 */
.popup-wrap.popup-gift {
	max-width: 480px;
}
.popup-wrap.popup-gift img {
	max-width: 100%;
}

.popup-wrap.popup-gift .pop-conts {
	padding: 72px 0px 0px;
	overflow-x: hidden;
}

.popup-wrap.popup-gift03{
	
	max-width: 1100px;
}
.popup-wrap.popup-gift03 .pop-conts {
	padding: 22px 0;
	overflow-x: hidden;
}

.popup-wrap.popup-gift .pop-conts.no-footer:after {
	display: none;
}

.gift_pop_bot {
	overflow: hidden;
	background-color: #f3f5f7;
	padding: 32px 0 0;
}

.gift_pop_bot.gift_pop_bot-white {
	background-color: #fff;
}

.popup-wrap.popup-gift03 .gift_pop_bot {
	padding: 0;
}

.popup-wrap.popup-gift .c-pop_title {
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 40px;
}

.popup-wrap.popup-gift .c-pop_title p:nth-child(1) {
	font-family: 'Pretendard';
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

.popup-wrap.popup-gift .c-pop_title p:nth-child(2) {
	font-family: 'Pretendard';
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
    .event-benefit-template .intel__linker {
        top: 38.6%;
        left: 6%;
        width: 87.7%;
        height: 4%;
    }

    .event-benefit-template .button_gift_03 {
        top: 92.4%;
        left: 6.9%;
        width: 29.7%;
        height: 2.1%;
    }

	.popup-wrap.popup-gift {
		max-width: 100%;
	}
	.popup-wrap.popup-gift .c-pop_title{
        margin-bottom: 0;
    	padding: 0;
    }
  
	.popup-wrap.popup-gift .c-pop_title p:nth-child(1) {
		font-size: calc(20 / 390 * 100vw);
      	padding: 0  calc(20 / 390 * 100vw);
	}

	.popup-wrap.popup-gift .c-pop_title p:nth-child(2) {
		font-size: calc(15 / 390 * 100vw);
	}
}
/* // 모달 */
/* // 혜택/구매 */

/* ============= */
/* // 개별 영역 */
/* ============= */