@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('/share/fonts/Pretendard-Black.woff2') format('woff2'), url('/share/fonts/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/share/fonts/Pretendard-ExtraBold.woff2') format('woff2'), url('/share/fonts/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/share/fonts/Pretendard-Bold.woff2') format('woff2'), url('/share/fonts/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/share/fonts/Pretendard-SemiBold.woff2') format('woff2'), url('/share/fonts/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/share/fonts/Pretendard-Medium.woff2') format('woff2'), url('/share/fonts/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/share/fonts/Pretendard-Regular.woff2') format('woff2'), url('/share/fonts/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/share/fonts/Pretendard-Light.woff2') format('woff2'), url('/share/fonts/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/share/fonts/Pretendard-ExtraLight.woff2') format('woff2'), url('/share/fonts/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/share/fonts/Pretendard-Thin.woff2') format('woff2'), url('/share/fonts/Pretendard-Thin.woff') format('woff');
}

.nyf_evBox {position:relative; max-width:640px; min-width:320px; margin:0 auto; font-size:25px; line-height:1.3em; letter-spacing:-0.065em; color:#212329; font-family:"Pretendard", Malgun Gothic,'맑은 고딕',"돋움",Dotum,Verdana,Arial,helvetica,clean,sans-serif; overflow:hidden}
.nyf_evBox .cont {width:92%; margin:0 auto; text-align:left;}

.nyf_evBox .cl {color:#E94140}
.nyl_evBox .black {color:#212329 !important}
.nyf_evBox .gray {color:#565656 !important}

.nyf_evBox .lh12 {line-height:1.2em}
.nyf_evBox .lh13 {line-height:1.3em}
.nyf_evBox .lh14 {line-height:1.4em}
.nyf_evBox .lh15 {line-height:1.5em}
.nyf_evBox .lh16 {line-height:1.6em}
.nyf_evBox .lh17 {line-height:1.7em}

.nyf_evBox .top_lineBox {border-top:14px solid #F8F8F8}

/*배너*/
.nyf_evBox .top_bnBox {margin-bottom:56px;}

/*탑 타이틀*/
.nyf_evBox .big_tltBox {margin-bottom:80px;}
.nyf_evBox .big_tltBox .big_tlt {font-size:32px; line-height:1.3em; margin-bottom:17px;}
.nyf_evBox .big_tltBox .big_data {display:flex; align-items:center; justify-content:center; height:56px; width:400px; margin:28px auto 0; background:#E94140; color:#fff; font-size:28px; border-radius:14px;}

/*타이틀*/
.nyf_evBox .dong_tltBox {color:#212329; border:1px solid #212329; border-radius:50px; padding:7px 21px; display:inline-block; text-align:center; margin-bottom:35px; font-weight:700}


@media only screen and  (max-width:768px) {
	.nyf_evBox {font-size:2.5vw;}

	.nyf_evBox .top_lineBox {border-width:1.4vw}
	
	/*배너*/
	.nyf_evBox .top_bnBox {margin-bottom:5.6vw;}

	/*탑 타이틀*/
	.nyf_evBox .big_tltBox {margin-bottom:8vw;}
	.nyf_evBox .big_tltBox .big_tlt {font-size:3.2vw; margin-bottom:1.7vw;}
	.nyf_evBox .big_tltBox .big_data {height:5.6vw; width:40vw; margin-top:2.8vw; font-size:2.8vw; border-radius:1.4vw;}

	/*타이틀*/
	.nyf_evBox .dong_tltBox {border-radius:5vw; padding:0.7vw 2.1vw; margin-bottom:3.5vw;}
}

@media only screen and  (max-width:480px) {
	.nyf_evBox {font-size:3.5vw;}

	.nyf_evBox .top_lineBox {border-width:2.4vw}
	
	/*배너*/
	.nyf_evBox .top_bnBox {margin-bottom:6.6vw;}

	/*탑 타이틀*/
	.nyf_evBox .big_tltBox {margin-bottom:9vw;}
	.nyf_evBox .big_tltBox .big_tlt {font-size:4.2vw; margin-bottom:2.7vw;}
	.nyf_evBox .big_tltBox .big_data {height:8.6vw; width:55vw; margin-top:3.8vw; font-size:3.8vw; border-radius:2.4vw;}

	/*타이틀*/
	.nyf_evBox .dong_tltBox {border-radius:6vw; padding:0.9vw 3.1vw; margin-bottom:4.5vw;}
}


/*신년운세보기*/
.nyf_evBox .horse_cardBox img {height:302px}

/*신청부분*/
.nyf_evBox .rd_registerDl dl {margin-bottom:28px; align-items:center; display: flex;}
.nyf_evBox .rd_registerDl dl:last-child {margin-bottom:0}
.nyf_evBox .rd_registerDl dt {width:20%; font-size:28px; color:#565656; font-weight:600}
.nyf_evBox .rd_registerDl dd {width:80%}

.nyf_evBox .rd_registerBox .rd_inp {height:85px; line-height:85px; padding:15px 30px; width:100%; border-radius:21px; border-color:#F2F5FA; color:#212329; font-size:27px}
.nyf_evBox .rd_registerBox .rd_inp::placeholder {color:#999}

.nyf_evBox .rd_registerBox .rd_inp[disabled] {background:#F2F5FA; color:#565656}

.nyf_evBox .rd_chek {margin-top:50px}
.nyf_evBox .rd_chek .lbl {position:relative; line-height:35px; padding-left:55px; font-size:25px; font-weight:500; color:#212329}
.nyf_evBox .rd_chek .lbl a {color:#505BF0; border-bottom:1px solid}
.nyf_evBox .rd_chek input + .lbl:before {width:35px; height:35px; border-radius:8px}
.nyf_evBox .rd_chek input:checked+.lbl:before {background:#E94140; border-color:#E94140}
.nyf_evBox .rd_chek input + .lbl:after {border:0; top:9px; left:6px; background:url(img/rd_chek_icon.png) no-repeat 0 0; width:22px; height:18px; background-size:100% 100%; transform:inherit}

.nyf_evBox .rdBtn {display:inline-block; width:100%; height:85px; line-height:85px; font-size:28px; font-weight:700; border-radius:10px; text-align:center; border:0; cursor:pointer}
.nyf_evBox .rdBtn.off {background:#FAFAFA; color:#D2D2D2}
.nyf_evBox .rdBtn.on {background:#E94140; color:#fff}


.nyf_evBox .ai_concert_select_st {position:relative;}
.nyf_evBox .ai_concert_select_st a {color:#212329}
.nyf_evBox .ai_concert_select_st .ai_concert_select_choice a {display:block; height:85px; line-height:85px; padding:0 30px; width:100%; border-radius:21px; border:1px solid #F2F5FA; color:#212329; font-size:27px; cursor:pointer}
.nyf_evBox .ai_concert_select_st .ai_concert_select_choice a:after {content:""; display:inline-block; position:absolute; top:50%; right:30px; transform:translateY(-50%); width:26px; height:16px;background:url(img/select_choice_arrow.png) no-repeat 0 0; background-size:100% 100%; transition:all 0.3s}
.nyf_evBox .ai_concert_select_st .ai_concert_select_choice.active a:after {top:40%; transform: rotate(180deg);}

.nyf_evBox .ai_concert_select_st .ai_concert_select_stUl::-webkit-scrollbar-thumb {background:#E94140}
.nyf_evBox .ai_concert_select_st .ai_concert_select_stUl {position:absolute; top:90px; max-height:340px; overflow-y:auto; border:1px solid #F2F5FA; background:#fff; border-radius:21px; width:100%; display:none; z-index:2}
.nyf_evBox .ai_concert_select_st .ai_concert_select_stUl li {cursor:pointer}
.nyf_evBox .ai_concert_select_st .ai_concert_select_stUl a {line-height:85px; padding:0 18px; font-size:27px; display:block;}
.nyf_evBox .ai_concert_select_st .ai_concert_select_stUl li:hover a {background:rgba(0, 0, 0, 0.05)}

.nyf_evBox .applicationBtn {border:0; width:100%; height:85px; background:#E94140; color:#fff; border-radius:14px; font-size:28px; font-weight:600}


@media only screen and  (max-width:768px) {
	/*신청부분*/
	.nyf_evBox .rd_registerDl dl {margin-bottom:2.8vw;}
	.nyf_evBox .rd_registerDl dt {font-size:2.8vw;}

	.nyf_evBox .rd_registerBox .rd_inp {height:8.5vw; line-height:8.5vw; padding:1.5vw 3vw; border-radius:2.1vw; font-size:2.7vw}

	.nyf_evBox .rd_chek {margin-top:5vw}
	.nyf_evBox .rd_chek .lbl {line-height:3.5vw; padding-left:6.5vw; font-size:2.5vw;}
	.nyf_evBox .rd_chek input + .lbl:before {width:3.5vw; height:3.5vw; border-radius:0.8vw}
	.nyf_evBox .rd_chek input + .lbl:after {top:0.9vw; left:0.6vw; width:2.2vw; height:1.8vw;}

	.nyf_evBox .rdBtn {height:8.5vw; line-height:8.5vw; font-size:2.8vw; border-radius:1vw;}



	.nyf_evBox .ai_concert_select_st .ai_concert_select_choice a {height:8.5vw; line-height:8.5vw; padding:0 3vw; border-radius:2.1vw; font-size:2.7vw;}
	.nyf_evBox .ai_concert_select_st .ai_concert_select_choice a:after {right:3vw; width:2.6vw; height:1.6vw;}

	.nyf_evBox .ai_concert_select_st .ai_concert_select_stUl {top:9vw; max-height:34vw; border-radius:2.1vw;}
	.nyf_evBox .ai_concert_select_st .ai_concert_select_stUl a {line-height:8.5vw; padding:0 1.8vw; font-size:2.7vw;}

	.nyf_evBox .applicationBtn {height:8.5vw; border-radius:1.4vw; font-size:2.8vw;}
}

@media only screen and  (max-width:480px) {
	/*신청부분*/
	.nyf_evBox .rd_registerDl dl {margin-bottom:3.8vw;}
	.nyf_evBox .rd_registerDl dt {width:20%; font-size:3.8vw;}
	.nyf_evBox .rd_registerDl dd {width:80%}

	.nyf_evBox .rd_registerBox .rd_inp {height:11.5vw; line-height:11.5vw; padding:2.5vw 4vw; border-radius:3.1vw; font-size:3.7vw}

	.nyf_evBox .rd_chek {margin-top:6vw}
	.nyf_evBox .rd_chek .lbl {line-height:5.5vw; padding-left:7.5vw; font-size:3.5vw;}
	.nyf_evBox .rd_chek input + .lbl:before {width:5.5vw; height:5.5vw; border-radius:1vw}
	.nyf_evBox .rd_chek input + .lbl:after {top:1.3vw; left:0.75vw; width:3.6vw; height:3vw;}

	.nyf_evBox .rdBtn {height:11.5vw; line-height:11.5vw; font-size:3.8vw; border-radius:2vw;}


	.nyf_evBox .ai_concert_select_st .ai_concert_select_choice a {height:11.5vw; line-height:11.5vw; padding:0 4vw; border-radius:3.1vw; font-size:3.7vw;}
	.nyf_evBox .ai_concert_select_st .ai_concert_select_choice a:after {right:4vw; width:3.6vw; height:2.3vw;}

	.nyf_evBox .ai_concert_select_st .ai_concert_select_stUl {top:12vw; max-height:46.5vw; border-radius:3.1vw;}
	.nyf_evBox .ai_concert_select_st .ai_concert_select_stUl a {line-height:11.5vw; padding:0 2.8vw; font-size:3.7vw;}

	.nyf_evBox .applicationBtn {height:11.5vw; border-radius:2.4vw; font-size:3.8vw;}
}


/*이벤트 선물*/
.nyf_evBox .event_pplistUl li {display:flex; align-items:center; margin-bottom:14px}
.nyf_evBox .event_pplistUl li:last-child {margin-bottom:0}
.nyf_evBox .event_pplistUl .imgBox img {height:56px}
.nyf_evBox .event_pplistUl .buff {margin-left:5%;}
.nyf_evBox .event_pplistUl .txtBox {margin-left:auto; width:20%; text-align:right}

.nyf_evBox .blueBox {background:#F2F5FA; color:#616161; font-size:18px; border-radius:14px; padding:23px; line-height:1.3em; letter-spacing:-0.04em}


@media only screen and  (max-width:768px) {
	/*이벤트 상품*/
	.nyf_evBox .event_pplistUl li {margin-bottom:1.4vw}
	.nyf_evBox .event_pplistUl .imgBox img {height:5.6vw}

	.nyf_evBox .blueBox {font-size:1.8vw; border-radius:1.4vw; padding:2.3vw}
}

@media only screen and  (max-width:480px) {
	/*이벤트 상품*/
	.nyf_evBox .event_pplistUl li {margin-bottom:2.4vw}
	.nyf_evBox .event_pplistUl .imgBox img {height:10vw}
	.nyf_evBox .event_pplistUl .buff {margin-left:6%;}

	.nyf_evBox .blueBox {font-size:2.8vw; border-radius:2.4vw; padding:3.3vw}
}


/*이벤트 참여방법*/
.nyf_evBox .step_listUl .st_flexBox {display:flex;}
.nyf_evBox .step_listUl li {margin-bottom:20px;}
.nyf_evBox .step_listUl li:last-child {margin-bottom:0}
.nyf_evBox .step_listUl .st_flexBox .step {font-weight:700; color:#E94140; margin-right:25px}

.nyf_evBox .ppBox {border:1px solid #F2F5FA; border-radius:21px; padding:28px;}

.nyf_evBox .sm_btnBox {border:0; background:#E94140; color:#fff; font-weight:700; height:53px; width:230px; border-radius:9px;}

@media only screen and  (max-width:768px) {
	.nyf_evBox .step_listUl li {margin-bottom:2vw;}
	.nyf_evBox .step_listUl .st_flexBox .step {margin-right:2.5vw}

	.nyf_evBox .ppBox {border-radius:2.1vw; padding:2.8vw;}
	.nyf_evBox .sm_btnBox {height:5.3vw; width:23vw; border-radius:0.9vw;}
}

@media only screen and  (max-width:480px) {
	.nyf_evBox .step_listUl li {margin-bottom:3vw;}
	.nyf_evBox .step_listUl .st_flexBox .step {margin-right:3.5vw}

	.nyf_evBox .ppBox {border-radius:3.1vw; padding:3.8vw;}
	.nyf_evBox .sm_btnBox {height:8.3vw; width:33vw; border-radius:1.1vw;}
}


/*탭버튼*/
.nyf_evBox .tabs02 {margin-bottom:55px}
.nyf_evBox .tabs02 li {display:inline-block; vertical-align:top; height:56px; line-height:56px; padding:0 21px; font-size:23px; font-weight:500; background:#ff; border:1px solid #F2F5FA; border-radius:50px; margin-right:10px; cursor:pointer}
.nyf_evBox .tabs02 li.active {background:#FF535F; color:#fff; font-weight:700;}

@media only screen and  (max-width:768px) {
	.nyf_evBox .tabs02 {margin-bottom:5.5vw}
	.nyf_evBox .tabs02 li {height:5.6vw; line-height:5.6vw; padding:0 2.1vw; font-size:2.3vw; border-radius:5vw; margin-right:1vw}
}

@media only screen and  (max-width:480px) {
	.nyf_evBox .tabs02 {margin-bottom:6.5vw;}
	.nyf_evBox .tabs02 li {height:8.6vw; line-height:8.6vw; padding:0 3.1vw; font-size:3.3vw; border-radius:6vw; margin-right:2vw}
}


/*추천 랭킹*/
.nyf_evBox .my_rankingBox {margin-bottom:40px}
.nyf_evBox .my_rankingBox .crown_iconBox img {height:113px;}
.nyf_evBox .my_rankingBox .name {margin-top:7px; font-size:35px; font-weight:700}
.nyf_evBox .my_rankingBox .toral_num {margin:20px 0 0 39px}
.nyf_evBox .my_rankingBox .toral_num span {display:inline-block; vertical-align:middle;}
.nyf_evBox .my_rankingBox .toral_num .num {font-size:57px; font-weight:700; background:#E94140; color:#fff; line-height:1.2em; padding:2px 48px; border-radius:50px}
.nyf_evBox .my_rankingBox .toral_num .txt {font-size:28px; font-weight:600; margin-left:8px}
.nyf_evBox .my_rankingBox .data {margin-top:30px; font-size:21px}

.nyf_evBox .ranking_listBox {border-top:3px solid #E94140; padding-top:30px}
.nyf_evBox .ranking_listBox li {display:flex; align-items:center; font-weight:700; font-size:28px}
.nyf_evBox .ranking_listBox .ranking {width:30%}
.nyf_evBox .ranking_listBox .name {width:30%}
.nyf_evBox .ranking_listBox .total {width:40%; margin-left:auto; text-align:right;}

.nyf_evBox .ranking_no_listBox {padding-top:115px}

@media only screen and  (max-width:768px) {
	.nyf_evBox .my_rankingBox {margin-bottom:4vw}
	.nyf_evBox .my_rankingBox .crown_iconBox img {height:11.3vw;}
	.nyf_evBox .my_rankingBox .name {margin-top:0.7vw; font-size:3.5vw;}
	.nyf_evBox .my_rankingBox .toral_num {margin:2vw 0 0 3.9vw}
	.nyf_evBox .my_rankingBox .toral_num .num {font-size:5.7vw; padding:0.2vw 4.8vw; border-radius:5vw}
	.nyf_evBox .my_rankingBox .toral_num .txt {font-size:2.8vw; margin-left:0.8vw}
	.nyf_evBox .my_rankingBox .data {margin-top:3vw; font-size:2.1vw}

	.nyf_evBox .ranking_listBox {border-top-width:0.3vw; padding-top:3vw}
	.nyf_evBox .ranking_listBox li {font-size:2.8vw}

	.nyf_evBox .ranking_no_listBox {padding-top:11.5vw}
}

@media only screen and  (max-width:480px) {
	.nyf_evBox .my_rankingBox {margin-bottom:5vw}
	.nyf_evBox .my_rankingBox .crown_iconBox img {height:13.3vw;}
	.nyf_evBox .my_rankingBox .name {margin-top:0.9vw; font-size:4.5vw;}
	.nyf_evBox .my_rankingBox .toral_num {margin:3vw 0 0 4.9vw}
	.nyf_evBox .my_rankingBox .toral_num .num {font-size:6.7vw; padding:0.4vw 5.8vw; border-radius:6vw}
	.nyf_evBox .my_rankingBox .toral_num .txt {font-size:3.8vw; margin-left:1vw}
	.nyf_evBox .my_rankingBox .data {margin-top:4vw; font-size:3.1vw}

	.nyf_evBox .ranking_listBox {border-top-width:0.5vw; padding-top:4vw}
	.nyf_evBox .ranking_listBox li {font-size:3.8vw}

	.nyf_evBox .ranking_no_listBox {padding-top:12.5vw}
}



/*소개방법*/
.nyf_evBox .gray_txtBox {background:#F2F5FA; border-radius:21px; padding:15px 25px; font-size:21px; line-height:1.3em}

.nyf_evBox .ev_linkBtn a {display:inline-block; background:#FF535F; color:#fff; font-size:28px; font-weight:700; width:400px; height:75px; line-height:70px; border-radius:50px}
.nyf_evBox .ev_linkBtn span {display:inline-block; vertical-align:middle;}
.nyf_evBox .ev_linkBtn .icon img {margin:-3px 0 0 14px; height:32px;}


@media only screen and  (max-width:768px) {
	.nyf_evBox .gray_txtBox {border-radius:2.1vw; padding:1.5vw 2.5vw; font-size:2.1vw;}

	.nyf_evBox .ev_linkBtn a {font-size:2.8vw; width:40vw; height:7.5vw; line-height:7.3vw; border-radius:5vw}
	.nyf_evBox .ev_linkBtn .icon img {margin:-0.3vw 0 0 1.4vw; height:3.2vw;}
}

@media only screen and  (max-width:480px) {
	.nyf_evBox .gray_txtBox {border-radius:3.1vw; padding:2.5vw 3.5vw; font-size:3.1vw;}

	.nyf_evBox .ev_linkBtn a {font-size:3.8vw; width:55vw; height:10.5vw; line-height:10.3vw; border-radius:6vw}
	.nyf_evBox .ev_linkBtn .icon img {margin:-0.5vw 0 0 2.4vw; height:4.2vw;}
}


/*나의혜택*/
.nyf_evBox .lnyf_subtlt {display:flex; align-items:center}
.nyf_evBox .lnyf_subtlt .tlt {font-size:28px; font-weight:700}

.nyf_evBox .fmf_benefit_sumBox {border:1px solid #F2F5FA; padding:30px; border-radius:14px;}
.nyf_evBox .fmf_benefit_sumBox .fmf_benefit_sumUl {border-bottom:1px solid #DFDFDF; margin-bottom:30px; padding-bottom:30px;}
.nyf_evBox .fmf_benefit_sumBox .fmf_benefit_sumUl:last-child {border:0; margin-bottom:0; padding-bottom:0}
.nyf_evBox .fmf_benefit_sumBox .fmf_benefit_sumUl li {display:flex; align-items:center; margin-bottom:12px}
.nyf_evBox .fmf_benefit_sumBox .fmf_benefit_sumUl li:last-child {margin-bottom:0}
.nyf_evBox .fmf_benefit_sumBox .fmf_benefit_sumUl .txt {margin-left:auto}

@media only screen and  (max-width:768px) {
	.nyf_evBox .lnyf_subtlt .tlt {font-size:2.8vw;}

	.nyf_evBox .fmf_benefit_sumBox {padding:3vw; border-radius:1.4vw;}
	.nyf_evBox .fmf_benefit_sumBox .fmf_benefit_sumUl {margin-bottom:3vw; padding-bottom:3vw;}
	.nyf_evBox .fmf_benefit_sumBox .fmf_benefit_sumUl li {margin-bottom:1.2vw}
}

@media only screen and  (max-width:480px) {
	.nyf_evBox .lnyf_subtlt .tlt {font-size:3.8vw;}

	.nyf_evBox .fmf_benefit_sumBox {padding:4vw; border-radius:2.4vw;}
	.nyf_evBox .fmf_benefit_sumBox .fmf_benefit_sumUl {margin-bottom:4vw; padding-bottom:4vw;}
	.nyf_evBox .fmf_benefit_sumBox .fmf_benefit_sumUl li {margin-bottom:2.2vw}
}



/*하단내용*/
.nyf_evBox .ft_txtBox {background:#F2F5FA; padding:80px 4%; margin-top:100px; color:#616161; letter-spacing:-0.05em;}
.nyf_evBox .ft_txtBox .ft_tlt {font-weight:600; margin-bottom:15px;}
.nyf_evBox .ft_txtBox .ft_txt {font-size:21px; line-height:1.5em; word-break: keep-all;}
.nyf_evBox .ft_txtBox .ft_txt .cl {color:#4A30EC}
.nyf_evBox .ft_txtBox a {color:#616161}

.nyf_evBox .slideBox .slide_tlt {color:#4A30EC; font-weight:600; cursor:pointer}
.nyf_evBox .slideBox .slide_tlt .arrow_icon {margin-left:5px; display:inline-block; vertical-align:middle; width:10px; height:9px; margin-top:-3px; background-size:100% 100% !important;} 
.nyf_evBox .slideBox .slide_tlt .arrow_down {background:url(img/ev_arrow_down.png) no-repeat 0 0;}
.nyf_evBox .slideBox .slide_tlt .arrow_up {background:url(img/ev_arrow_up.png) no-repeat 0 0;}
.nyf_evBox .slideBox .slide_tlt .up {display:none}
.nyf_evBox .slideBox .slide_tlt.active .up {display:block}
.nyf_evBox .slideBox .slide_tlt.active .down {display:none}
.nyf_evBox .slideBox .slide_cont {display:none}

@media only screen and  (max-width:768px) {
	/*하단내용*/
	.nyf_evBox .ft_txtBox {padding:8vw 4% 10vw; margin-top:8vw;}
	.nyf_evBox .ft_txtBox .ft_tlt {margin-bottom:1.5vw;}
	.nyf_evBox .ft_txtBox .ft_txt {font-size:2.1vw;}
	.nyf_evBox .slideBox .slide_tlt .arrow_icon {margin-left:0.5vw; width:1vw; height:0.9vw; margin-top:-0.3vw;} 
}

@media only screen and  (max-width:480px) {
	/*하단내용*/
	.nyf_evBox .ft_txtBox {padding:9vw 4% 11vw; margin-top:9vw;}
	.nyf_evBox .ft_txtBox .ft_tlt {margin-bottom:2.5vw;}
	.nyf_evBox .ft_txtBox .ft_txt {font-size:3.1vw;}
	.nyf_evBox .slideBox .slide_tlt .arrow_icon {margin-left:0.7vw; width:1.4vw; height:1.3vw; margin-top:-0.5vw;} 
}


/*팝업*/
.rd_md {display:none;}
.rd_md .rd_popBox {position:fixed; top:50%; left:50%; transform: translate(-50%,-50%); max-width:530px; width:100%; background:#fff; border-radius:28px; padding:40px 35px 34px; color:#212329}
.rd_md .rd_popBox .tltBox {font-size:32px; font-weight:700; margin-bottom:30px; line-height:1.3em}
.rd_md .rd_popBox .txtBox {font-size:23px; line-height:1.3em}
.rd_md .rd_popBox .txtBox .tlt {color:#616161; font-weight:700; margin:25px 0 5px}

.rd_md .rd_popBox .rd_pop_close {margin-top:35px; display:inline-block; width:100%; height:88px; line-height:78px; background:#E94140; color:#fff; font-size:28px; font-weight:600; border-radius:14px; border:0; cursor:pointer}

.rd_md .rd_popBox .tltBox02 {font-size:32px; font-weight:700; margin-bottom:10px; line-height:1.3em}
.rd_md .rd_popBox .txtBox02 {font-size:23px; color:#616161; line-height:1.3em}

.rd_md .rd_popBox .rd_sm_pop_close {display:inline-block; vertical-align:top; width:auto; height:68px; line-height:63px; font-size:28px; padding:0 42px; font-weight:600; border-radius:50px; margin-right:10px; margin-top:0 !important; border:0; cursor:pointer}
.rd_md .rd_popBox .rd_sm_pop_close:last-child {margin-right:0}
.rd_md .rd_popBox .rd_sm_pop_close_st01 {background:#F2F5FA; color:#616161;}
.rd_md .rd_popBox .rd_sm_pop_close_st02 {background:#E94140; color:#fff;}

.rd_md .rd_popBox .rd_icon {margin-bottom:23px;}
.rd_md .rd_popBox .rd_icon img {height:88px;}


.rd_md02 {display:none}
.rd_md02 .rd_popBox {position:fixed; top:50%; left:50%; transform: translate(-50%,-50%); max-width:580px; width:100%; background:#fff; border-radius:17px; padding:21px 28px 35px; color:#212329}
.rd_md02 .top_tltBox {font-size:35px; color:#111; font-weight:700; margin-bottom:64px;}

.rd_md02 .multiBtnBox .multiBtn {border:1px solid #E2EDFF; border-radius:17px; background:#fff; height:85px; font-size:29px; font-weight:600; width:100%; cursor:pointer}

.rd_md02 .ab_closeBtn .ab_close {position:absolute; top:21px; right:28px; width:32px; height:32px; background:url(img/ab_closeBtn.png) no-repeat 0 0; background-size:100% 100%; border:0; cursor:pointer}
.rd_md02 .ab_closeBtn .ab_close span {display:none}


@media only screen and  (max-width:768px) {
	/*팝업*/
	.rd_md .rd_popBox {max-width:70%; border-radius:2.8vw; padding:4vw 3.5vw 3.4vw;}
	.rd_md .rd_popBox .tltBox {font-size:3.2vw; margin-bottom:3vw;}
	.rd_md .rd_popBox .txtBox {font-size:2.3vw; }
	.rd_md .rd_popBox .txtBox .tlt {margin:2.5vw 0 0.5vw}

	.rd_md .rd_popBox .rd_pop_close {margin-top:3.5vw; height:8.8vw; line-height:7.8vw; font-size:2.8vw; border-radius:1.2vw;}

	.rd_md .rd_popBox .tltBox02 {font-size:3.2vw; margin-bottom:1vw;}
	.rd_md .rd_popBox .txtBox02 {font-size:2.3vw;}

	.rd_md .rd_popBox .rd_sm_pop_close {height:6.8vw; line-height:6.3vw; font-size:2.8vw; padding:0 4.2vw; border-radius:5vw; margin-right:1vw}


	.rd_md .rd_popBox .rd_icon {margin-bottom:2.3vw;}
	.rd_md .rd_popBox .rd_icon img {height:8.8vw;}


	.rd_md02 .rd_popBox {max-width:70%; border-radius:1.7vw; padding:2.1vw 2.8vw 3.5vw;}
	.rd_md02 .top_tltBox {font-size:3.5vw; margin-bottom:6.4vw;}

	.rd_md02 .multiBtnBox .multiBtn {border-radius:1.7vw; height:8.5vw; font-size:2.9vw;}
	.rd_md02 .ab_closeBtn .ab_close {top:2.1vw; right:2.8vw; width:3.2vw; height:3.2vw;}
}

@media only screen and  (max-width:480px) {
	/*팝업*/
	.rd_md .rd_popBox {max-width:94%; border-radius:3.8vw; padding:5vw 4.5vw 4.4vw;}
	.rd_md .rd_popBox .tltBox {font-size:4.2vw; margin-bottom:4vw;}
	.rd_md .rd_popBox .txtBox {font-size:3.3vw; }
	.rd_md .rd_popBox .txtBox .tlt {margin:3.5vw 0 0.7vw}

	.rd_md .rd_popBox .rd_pop_close {margin-top:4.5vw; height:11.8vw; line-height:10.8vw; font-size:3.8vw; border-radius:2.2vw;}

	.rd_md .rd_popBox .tltBox02 {font-size:4.2vw; margin-bottom:2vw;}
	.rd_md .rd_popBox .txtBox02 {font-size:3.3vw;}

	.rd_md .rd_popBox .rd_sm_pop_close {height:9.8vw; line-height:9.3vw; font-size:3.8vw; padding:0 5.2vw; border-radius:6vw; margin-right:2vw}

	
	.rd_md .rd_popBox .rd_icon {margin-bottom:3.3vw;}
	.rd_md .rd_popBox .rd_icon img {height:10.8vw;}


	.rd_md02 .rd_popBox {max-width:94%; border-radius:2.7vw; padding:3.1vw 3.8vw 4.5vw;}
	.rd_md02 .top_tltBox {font-size:4.5vw; margin-bottom:7.4vw;}

	.rd_md02 .multiBtnBox .multiBtn {border-radius:2.7vw; height:11.5vw; font-size:3.9vw;}
	.rd_md02 .ab_closeBtn .ab_close {top:3.1vw; right:3.8vw; width:4.2vw; height:4.2vw;}
}


/*운세보기 팝업*/
#rd_lucky_md .rd_lucky_popBox {position:fixed; top:50%; left:50%; max-width:640px; width:100%; transform:translate(-50%,-50%);}
#rd_lucky_md .rd_lucky_pop_cont {position:relative; width:100%; background:#fff; border-radius:28px; padding:35px;}
#rd_lucky_md .imgBox {text-align:center}
#rd_lucky_md .imgBox img {width:100%; transition:all 0.3s}
#rd_lucky_md .txtBox {font-size:25px; color:#212329; margin-top:30px; min-height:40px;} 
#rd_lucky_md .rd_pop_close {margin-top:30px; display:inline-block; width:100%; height:88px; line-height:78px; background:#E94140; color:#fff; font-size:28px; font-weight:600; border-radius:14px; border:0; cursor:pointer}
#rd_lucky_md .bt_txt {margin-top:64px; font-size:21px; color:#fff; text-align:center}


@media only screen and  (max-height:1200px) {
	#rd_lucky_md .imgBox img {width:70%;}
}

@media only screen and  (max-height:1100px) {
	#rd_lucky_md .imgBox img {width:60%;}
	#rd_lucky_md .txtBox {height:22vh; overflow-y:auto}
}

@media only screen and  (max-height:1000px) {
	#rd_lucky_md .imgBox img {width:50%;}
	#rd_lucky_md .txtBox {height:23vh;}
}

@media only screen and  (max-height:900px) {
	#rd_lucky_md .imgBox img {width:40%;}
	#rd_lucky_md .txtBox {height:25vh;}
}

@media only screen and  (max-height:800px) {
	#rd_lucky_md .imgBox img {width:30%;}
	#rd_lucky_md .txtBox {height:22vh;}
}

@media only screen and  (max-width:768px) {
	#rd_lucky_md .rd_lucky_popBox {max-width:94%;}
	#rd_lucky_md .rd_lucky_pop_cont {border-radius:2.8vw; padding:4.5vw;}
	#rd_lucky_md .imgBox img {width:100%;}
	#rd_lucky_md .txtBox {font-size:2.5vw; margin-top:3vw;} 
	#rd_lucky_md .rd_pop_close {margin-top:3vw; height:8.8vw; line-height:7.8vw; font-size:2.8vw; border-radius:1.4vw;}
	#rd_lucky_md .bt_txt {margin-top:6.4vw; font-size:2.1vw
}

@media only screen and  (max-width:480px) {
	#rd_lucky_md .rd_lucky_pop_cont {border-radius:3.8vw; padding:5.5vw;}
	#rd_lucky_md .txtBox {font-size:3.5vw; margin-top:4vw;} 
	#rd_lucky_md .rd_pop_close {margin-top:4vw; height:11.8vw; line-height:11.8vw; font-size:3.8vw; border-radius:2.4vw;}
	#rd_lucky_md .bt_txt {margin-top:7.4vw; font-size:3.1vw}
}