@charset "UTF-8";

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('../../css/push/fonts/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
    font-family: 'KblJump';
    src: url('../../css/push/fonts/KBLJump_RTTF.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'KblJump';
    src: url('../../css/push/fonts/KBLJump_BTTF.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'KblJump';
    src: url('../../css/push/fonts/KBLJump_EB_ExtendedTTF.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Pretendard Variable';
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:focus, a:visited, a:hover{
	text-decoration: none;
	color:#333;
}
label{
	display: block;
	width: 100%;
}
input{
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-border-radius: 0; 
	-webkit-appearance: none; 
}
button{
	background: inherit ; 
	border:none; 
	box-shadow:none;
	border-radius:0;
	padding:0; 
	overflow:visible; 
	cursor:pointer
}
.hd-element, .hidden{
	position: absolute; 
	width: 0; 
	height: 0; 
	overflow: hidden; 
	visibility: hidden; 
	font-size: 0; 
	line-height: 0; 
}
.only_mb{
	display: none;
}
::-webkit-scrollbar {
	block-size: 8px;
	inline-size: 8px;
}
::-webkit-scrollbar-track {
	background-color: #f2f2f2;
	border-radius: 0
}
::-webkit-scrollbar-track:hover {
	background-color: #e6e6e6
}
::-webkit-scrollbar-track:active {
	background-color: #e6e6e6
}
::-webkit-scrollbar-thumb {
	background-color: #bfbfbf;
	border-radius: 6.25rem
}
::-webkit-scrollbar-thumb:hover {
	cursor: default;
	background-color: #a6a6a6;
}
::-webkit-scrollbar-thumb:active {
	background-color: #a6a6a6;
}


/*  content */
header { 
	display: flex; 
	align-items: center; 
	justify-content: space-between; 
	position: absolute;
	top: 0; 
	left: 50%; 
	max-width: 1920px; 
	width: 100%; 
	height: 80px; 
	transform: translateX(-50%); 
	z-index:999; }
header a { 
	display: block; 
	overflow: hidden; 
	text-indent: -5000px; 
}
header .logo { 
	margin-left: 30px; 
	width: 148px; 
	height: 34px; 
	background: url("../../images/push/logo.png") no-repeat center/ cover; 
}
header .seoul-logo { 
	margin-right: 30px; 
	width: 155px; 
	height: 26px; 
	background: url("../../images/push/logo-seoul.png") no-repeat center/ cover;  
}


.evt_wrapper{
	position: relative;
	padding: 0;
	background: #ffdf89;
}
.evt_wrapper::before{
	content: "";
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1460px;
	background-color: #f8f6e6;
	z-index: 1;
}
.evt_wrapper section{
	position: relative;
	z-index: 91;
}
.evt_wrapper .inner{
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1960px;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
}
.evt_wrapper .section .inner{
	max-width: 800px;
}


/*  ======== section visual =======  */
.evt_wrapper .visual{
	overflow: hidden;
	position: relative;
	padding: 180px 0 80px;
	z-index: 7;
}
.evt_wrapper .section.visual .inner{
	max-width: initial;
	text-align: center;
}
.evt_wrapper .visual .tit_slider_wrap{
	position: relative;
	display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
	z-index: 9;
}
.evt_wrapper .visual .tit_slider_wrap h2 span{
	display: inline-block;
	font-family: 'KBLJump';
	font-weight: 700;
	font-size: 6rem;
}
.evt_wrapper .visual .tit_slider_wrap .tit_top{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-left: -20px;
	margin-bottom: -8px;
	z-index: 7;
}
.evt_wrapper .visual .tit_slider_wrap .tit_top::after{
	content: "";
	position: absolute;
	right: -74px;
    top: -104px;
	width: 168px;
	height: 196px;
	background: url("../../images/push/slide_tit_deco.png") no-repeat center/cover;
	animation: scale 2s ease-in-out infinite;
}
@keyframes scale {
    0%, 100% {
        transform:scale(1);
    }
    50% {
        transform:scale(1.03);
    }
}
.evt_wrapper .visual .tit_slider_wrap .tit_btm{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: -2px;
	z-index: 12;
}
.evt_wrapper .visual .tit_slider_wrap img{
	width: 100%;
}
.evt_wrapper .visual .tit_slider_wrap img.slide_tit{
	width: auto;
}
.evt_wrapper .visual .tit_slider_wrap .slide_tit{
	position: absolute;
	transform: translate(-50%,-50%);
}
.evt_wrapper .visual .tit_slider_wrap .slide_tit.before{
	top: 57%;
    left: calc(50% - 262px);
}
.evt_wrapper .visual .tit_slider_wrap .slide_tit.after{
	top: 46%;
    right: calc(50% - 310px);
}
.evt_wrapper .visual .tit_slider_wrap .tit_slider_outer{
    overflow: hidden;
    position: relative;
	z-index: 8;
}
.evt_wrapper .visual .tit_slider_wrap .tit_slider_outer img{
	width: 90%;
}
.evt_wrapper .visual .tit_slider_wrap .tit_slider_inner{
	position: relative;
    display:flex;
    flex-direction:column;
    gap:10px;
	z-index: 8;
}
.evt_wrapper .visual .tit_slider_wrap .tit_slider_inner .tit_slide {
    flex-shrink: 0;
}
.evt_wrapper .visual .evt_info_wrap{
	padding: 60px 0 0;
}
.evt_wrapper .visual .evt_info_wrap .date_line{
	margin: 0 auto;
	padding: 10px;
	border-radius: 30px;
	box-sizing: border-box;
}
.evt_wrapper .visual .evt_info_wrap .date_line p{
	font-family: 'KblJump';
	font-weight: 700;
	font-size: 1.5rem;
	color: #222;
}
.evt_wrapper .visual .evt_info_wrap .date_line p em{
	display: inline-block;
	margin: -4px 10px 0;
	width: 60px;
	height: 3px;
	vertical-align: middle;
	background-color: #222;
}
.evt_wrapper .visual .evt_info_wrap .info_txt{
	padding: 45px 0 0;
	line-height: 1.8;
	font-weight: 600;
	font-size: 1.125rem;
	color: #222;
}


/*  ======== section deco =======  */
.evt_wrapper > .deco{
	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 50%;
	z-index: 1;
}
.evt_wrapper .deco_wrap{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	max-width: 1920px;
	width: 100%;
	height: 1040px;
	z-index: 2;
}
.evt_wrapper .deco_wrap .deco{
	position: absolute;
	text-align: center;
}
.evt_wrapper .deco_wrap .deco img{
	vertical-align: top;
	width: 100%;
}
.evt_wrapper .deco_wrap .flower01{
	left: 33%;
    top: 13%;
}
.evt_wrapper .deco_wrap .flower01 img{
	animation: star 3.5s ease-in-out infinite alternate;
}
.evt_wrapper .deco_wrap .flower02{
	right: 22%;
    top: 110%;
}
.evt_wrapper .deco_wrap .flower02 img{
	animation: star 4s ease-in-out infinite alternate;
}
@keyframes star {
    0%, 100% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(360deg);
    }
}
.evt_wrapper .deco_wrap .ai{
	left: 11%;
	top: 7%;
}
.evt_wrapper .deco_wrap .ai img{
	animation: ai 2s ease-in-out infinite alternate;
}
@keyframes ai {
    0% {
        transform: rotate(-2deg) translateY(0px);
    }
    100% {
        transform: rotate(2deg) translateY(12px);
    }
}
.evt_wrapper .deco_wrap .cheongnyong{
	left: 4%;
	top: 48%;
}
.evt_wrapper .deco_wrap .baekho{
	left: 22%;
	top: 60%;
}
.evt_wrapper .deco_wrap .baekho img{
	animation: baekho 2s ease-in-out infinite;
}
@keyframes baekho {
    0%, 100% {
        transform:scale(1) rotate(2deg);
    }
    50% {
        transform:scale(1.03) rotate(-2deg);
    }
}
.evt_wrapper .deco_wrap .jujak{
	left: 12%;
	top: 86%;
}
.evt_wrapper .deco_wrap .jujak img{
	animation: jujak 2s ease-in-out infinite;
}
@keyframes jujak {
    0%, 100% {
        transform:scale(1) rotate(2deg);
    }
    50% {
        transform:scale(1.04) rotate(-2deg);
    }
}
.evt_wrapper .deco_wrap .haci{
	right: 14%;
    top: 10%;
}
.evt_wrapper .deco_wrap .haci img{
	animation: haci 2.2s ease-in-out infinite;
}
@keyframes haci {
    0%, 100% {
        transform:scale(1) rotate(-2deg);
    }
    50% {
        transform:scale(1.03) rotate(2deg);
    }
}
.evt_wrapper .deco_wrap .hyeonmu01{
	right: 24%;
    top: 43%;
}
.evt_wrapper .deco_wrap .hyeonmu01 img{
	animation: hyeonmu01 1.8s ease-in-out infinite alternate;
}
.evt_wrapper .deco_wrap .hyeonmu02{
	right: 18%;
    top: 30%;
}
.evt_wrapper .deco_wrap .hyeonmu02 img{
	animation: hyeonmu02 1.8s ease-in-out infinite alternate;
}
@keyframes hyeonmu01 {
    0% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(2px);
    }
}
@keyframes hyeonmu02 {
    0% {
        transform: translateY(4px);
    }
    100% {
        transform: translateY(-2px);
    }
}
.evt_wrapper .deco_wrap .alarm{
	right: 15%;
    top: 70%;
}
.evt_wrapper .deco_wrap .alarm img{
	animation: alarm 1.2s ease-in-out infinite alternate;
}
@keyframes alarm {
    0% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}
.evt_wrapper .deco .bg_deco{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    width: 2964px;
	z-index: 1;
	animation: bg_deco 4s ease-in-out infinite;
}
@keyframes bg_deco {
    0%, 100% {
        transform:translateX(-50%) translateY(0px);
    }
    50% {
        transform:translateX(-50%) translateY(-13px);
    }
}
.evt_wrapper .evt_tab_box{
	position: sticky;
	top: 60px;
	z-index: 99;
	
}
.evt_wrapper .evt_tab_box ul{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 760px;
	width: 100%;
	background-color: #222;
	border-radius: 40px;
	box-sizing: border-box;
	box-shadow: 3px 5px 16px 0px rgba(255,92,0,0.1);
}
.evt_wrapper .evt_tab_box ul li{
	width: 50%;
	border-radius: 40px;
}
.evt_wrapper .evt_tab_box ul li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: -1px;
	padding: 23px 0;
	border-radius: 40px;
}
.evt_wrapper .evt_tab_box ul li span{
	font-family: 'KblJump';
	font-weight: 700;
	font-size: 1.125rem;
	color: #fff8c8;
	z-index: 11;
}
.evt_wrapper .evt_tab_box ul li strong{
	position: relative;
	font-family: 'KblJump';
	font-weight: 700;	
	font-size: 1.5rem;
	color: #fff;
	z-index: 11;
}
.evt_wrapper .evt_tab_box ul li strong::after{
	content: "!";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: rotate(10deg) translateY(-50%);
}
.evt_wrapper .evt_tab_box ul li.on a::after{
	content: "";
	position: absolute;
	left: -1px;
    top: -1%;
    right: 0;
    bottom: 0;
    width: calc(100% + 2px);
    height: 102%;
	background-color: #fff;
	border-radius: 40px;
	box-sizing: border-box;
	z-index: 0;
}
.evt_wrapper .evt_tab_box ul li.on span{
	color: #ff5c00;
}
.evt_wrapper .evt_tab_box ul li.on strong{
	color: #000;
}
.evt_wrapper .intro::before{
	content: "";
	position: absolute;
	left: 0;
	top: 41.5%;
	width: 100%;
	height: 100%;
	background-color: #ffdf89;
	z-index: 1;
}
.evt_wrapper .intro .intro_outer{
	margin: 80px 0 0;
}
.evt_wrapper section .tit_box{
	padding: 80px 0 40px;
	text-align: center;
}
.evt_wrapper section .tit_box img{
	margin-right: -35px;
}
.evt_wrapper section .tit_box h3{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 30px 0 0;
	color: #ff4e00;
}
.evt_wrapper section .tit_box h3 strong{
	position: relative;
	padding-right:10px;
	font-family: 'KblJump';
	font-weight: 700;
	font-size: 2.875rem;
}
.evt_wrapper section .tit_box h3 strong::after{
	content: "!";
	position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(10deg) translateY(-50%);
}
.evt_wrapper section .tit_box h3 span{
	position: relative;
	font-family: 'KblJump';
	font-weight: 700;
	font-size: 2.25rem;
}
.evt_wrapper section .tit_box h4{
	display: inline-block;
	margin: 24px 0 26px;
	padding: 11px 20px;
	font-family: 'KblJump';
	font-weight: 400;
	font-size: 1.125rem;
	color: #fff6d5;
	background-color: #222;
	border-radius: 20px;
	box-sizing: border-box;
}
.evt_wrapper section .tit_box p{
	line-height: 1.8;
	font-weight: 600;
	font-size: 1.125rem;
	color: #222;
	word-break: keep-all;
}



/*  ======== section intro =======  */
.evt_wrapper .intro .intro_outer .intro_swiper{
	padding:  60px 0 0;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}

.evt_wrapper .intro .intro_outer .intro_swiper .tit{
	display: block;
	padding: 0 0 40px;
	text-align: center;
	font-family: 'KblJump';
	font-size: 1.5rem;
    font-weight: 700;
	color: #ff5c00;
}
.evt_wrapper .intro .intro_outer .intro_swiper .tit strong{
	display: inline-block;
	padding: 4px 5px;
	font-family: 'KblJump';
	font-size: 1.5rem;
    font-weight: 700;
	color: #fff;
	background-color: #ff5c00;
	border-radius: 6px;
	box-sizing: border-box;
}


.evt_wrapper .intro .intro_outer .intro_swiper .vd_outer{
	overflow: hidden;
	margin: 0 auto -1px;
	max-width: 400px;
	width: 100%;
}
.evt_wrapper .intro .intro_outer .intro_swiper .vd_outer video{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-top-left-radius: 2.9rem;
	border-top-right-radius: 2.9rem;
}
.evt_wrapper .intro .intro_outer .intro_swiper .swiper-slide:not(.swiper-slide-active) [data-aos] {
    opacity: 0 !important;
    transition: none !important; /* 전환 중 불필요한 애니메이션 방지 */
	transform: none !important; /* 복제 슬라이드 위치 오류 방지 */
}
.evt_wrapper .intro .intro_outer .swiper-button-prev,
.evt_wrapper .intro .intro_outer .swiper-button-next{
	width: 60px;
    height: 60px;
	background-color: #f8f8f8;
	border-radius: 50%;
	box-sizing: border-box;
}
.evt_wrapper .intro .intro_outer .swiper-button-prev{
	left: 40px;
}
.evt_wrapper .intro .intro_outer .swiper-button-next{
	right: 40px;
}
.evt_wrapper .intro .intro_outer .swiper-button-next:after, 
.evt_wrapper .intro .intro_outer .swiper-button-prev:after{
	font-size: 1rem;
    font-weight: 900;
	color: #272727;
}
.evt_wrapper .intro .intro_outer .swiper-button-next.swiper-button-disabled, 
.evt_wrapper .intro .intro_outer .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.evt_wrapper .intro .intro_outer .swiper-button-next.swiper-button-disabled:after,
.evt_wrapper .intro .intro_outer .swiper-button-prev.swiper-button-disabled:after{
	color: #cfcfcf;
}
.evt_wrapper .intro .intro_outer .swiper-pagination{
	position: relative;
    bottom: initial;
	padding: 22px 0 0;
}
.evt_wrapper .intro .intro_outer .swiper-pagination .swiper-pagination-bullet{
	margin: 0 3px;
	width: 8px;
	height: 8px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;
	opacity: 1;
	transition: width 0.3s;
}
.evt_wrapper .intro .intro_outer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 30px;
	background-color: rgba(255,255,255,1);
}


/*  ======== evt01, evt02  method_box_outer =======  */
.evt_wrapper section .method_box_outer{
	padding: 40px 0;
	text-align: center;
	background-color: #fff;
	border-radius: 21px;
	box-sizing: border-box;
}
.evt_wrapper section .method_box_outer h5{
	display: inline-block;
	margin: 0 auto 30px;
	font-family: 'KblJump';
    font-weight: 700;
	font-size: 1.25rem;
	color: #ff5c00;
	max-width: 120px;
	width: 100%;
	padding: 11px 0;
	background-color: #fff6d5;
	border-radius: 24px;
	box-sizing: border-box;
}
.evt_wrapper section .method_box_outer .method_box{
	padding: 0 40px;
}
.evt_wrapper section .method_box_outer .method_box + .method_box{
	padding: 40px 40px 0;
}
.evt_wrapper section .method_box_outer .method_box .tit{
	line-height: 1.3;
    font-weight: 700;
    font-size: 1.125rem;
    color: #222;
	word-break: keep-all;
}
.evt_wrapper section .method_box_outer .method_box .tit span{
	position: relative;
    padding-left: 28px;
}
.evt_wrapper section .method_box_outer .method_box .tit span::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-weight: 400;
	color: #fff;
    font-size: 0.75rem;
    background-color: #ff6600;
    border-radius: 50%;
}
.evt_wrapper section .method_box_outer .method_box ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 16px;
	padding: 33px 0 0;
}
.evt_wrapper section .method_box_outer .method_box.method01 .tit span::before {
	content: "1";
}
.evt_wrapper section .method_box_outer .method_box.method01 .tit em{
	display: block;
	padding: 8px 0 0;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	color: #666;
	word-break: keep-all;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li{
	padding: 30px 24px;
	width: 50%;
	background-color: #f8f8f8;
	border-radius: 16px;
	box-sizing:border-box;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .point{
	padding: 0 0 30px;
	font-weight: 700;
	font-size: 1.125rem;
	color: #ff5c00;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box p{
	width: 50%;
	box-sizing: border-box;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box p:first-child{
	border-right: 1px solid #ddd;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box p strong{
	display: block;
	padding: 16px 0 0;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box p strong span{
	position: relative;
	padding-left: 21px;
	letter-spacing: -0.6px;
	font-weight: 400;
	font-size: 1rem;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box p strong span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box p:first-child strong span::before{
	width: 15px;
	height: 20px;
	background: url("../../images/push/qr_ios_logo.png") no-repeat center/cover;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box p:last-child strong span::before{
	width: 16px;
	height: 18px;
	background: url("../../images/push/qr_and_logo.png") no-repeat center/cover;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .txt{
	padding: 30px 0 0;
	line-height: 1.3;
	font-size: 1rem;
}
.evt_wrapper section .method_box_outer .method_box.method01 ul li .point + img{
	vertical-align: top;
}
.evt_wrapper section .method_box_outer .method_box ul li .app_btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	padding: 30px 0 0;
}
.evt_wrapper section .method_box_outer .method_box ul li .app_btn a{
	display: inline-block;
    padding: 10px;
	width:50%;
    letter-spacing: -0.6px;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    box-sizing: border-box;
}
.evt_wrapper section .method_box_outer .method_box ul li .app_btn a span{
	position: relative;
	padding-left: 20px;
}
.evt_wrapper section .method_box_outer .method_box ul li .app_btn a span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.evt_wrapper section .method_box_outer .method_box ul li .app_btn a.app_ios span::before{
	width: 16px;
	height: 21px;
	background: url("../../images/push/app_ios_logo.png") no-repeat center/cover;
}
.evt_wrapper section .method_box_outer .method_box ul li .app_btn a.app_and span::before{
	width: 17px;
	height: 19px;
	background: url("../../images/push/app_and_logo.png") no-repeat center/cover;
}
.evt_wrapper section .method_box_outer .method_box.method02 .tit span::before {
	content: "2";
}
.evt_wrapper section .method_box_outer .method_box.method02 .sub{
	padding: 20px 10px 38px;
	line-height: 1.3;
	font-weight: 400;
	font-size: 1rem;
	color: #666;
	word-break: keep-all;
}
.evt_wrapper section .method_box_outer .method_box.method02 .sub + img{
	width: 100%;
}
.evt_wrapper section .method_box_outer .method_box.method02 .step_txt{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    margin: -5px 0 0;
    padding: 16px 0;
    width: 100%;
    background-color: #fff6d5;
	border-radius: 10px;
	z-index: 1;
}
.evt_wrapper section .method_box_outer .method_box.method02 .step_txt{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -10px 0 0;
	padding: 16px 0 15px;
	width: 100%;
	background-color: #fff3dd;
}
.evt_wrapper section .method_box_outer .method_box.method02 .step_txt span{
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0 22px 0 0;
	font-weight: 500;
	font-size: 1rem;
	color: #000;
}
.evt_wrapper section .method_box_outer .method_box.method02 .step_txt span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 48%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url("../../images/push/ico_arw.png") no-repeat center/cover;
}
.evt_wrapper section .method_box_outer .method_box.method02 .step_txt span:last-child{
	margin: 0;
	padding: 0;
}
.evt_wrapper section .method_box_outer .method_box.method02 .step_txt span:last-child:after{
	display: none;
}
.evt_wrapper section .method_box_outer .method_box.method02 .step_txt span img{
	padding: 0 0 0 2px;
	vertical-align: middle;
}
.evt_wrapper section .method_box_outer .method_box.method03 .tit span::before {
	content: "3";
}
.evt_wrapper section .method_box_outer .method_box.method03 .btn_submit{
	display: inline-block;
	margin: 36px 0 0;
	max-width: 160px;
	width: 100%;
	padding: 17px 0;
	font-family: 'KblJump';
	font-weight: 700;
	font-size: 1.625rem;
	color: #feffd5;
	background-color: #ff5c00;
	border-radius: 30px;
	box-sizing: border-box;
}
.evt_wrapper section .method_box_outer .gift_box{
	margin: 40px 0 0;
	padding: 34px 0 0;
	border-top: 1px solid #eee;
}
.evt_wrapper section .method_box_outer .gift_box .txt{
	line-height: 1.8;
	font-weight: 600;
	font-size: 1.125rem;
	color: #222;
	word-break: keep-all;
}
.evt_wrapper section .method_box_outer .gift_box .txt strong{
	font-weight: 600;
	color: #ff5c00;
}
.evt_wrapper section .method_box_outer .gift_box .gift_card_outer{
	display: inline-block;
	position: relative;
	margin: 12px 0 0;
}
.evt_wrapper section .method_box_outer .checklist_box{
	margin: 40px 0 0;
    padding: 34px 0 0;
    border-top: 1px solid #eee;
	box-sizing: border-box;
}
.evt_wrapper section .method_box_outer .checklist_box h6{
	padding: 0 40px 22px;
	line-height: 1.4;
	font-family: 'KblJump';
    font-weight: 700;
	font-size: 1.25rem;
	color: #222;
	word-break: keep-all;
}
.evt_wrapper section .method_box_outer .checklist_box ul{
	padding: 0 40px;
}
.evt_wrapper section .method_box_outer .checklist_box ul li{
	line-height: 1.3;	
}
.evt_wrapper section .method_box_outer .checklist_box ul li + li{
	padding: 10px 0 0;
}
.evt_wrapper section .method_box_outer .checklist_box ul li:last-child p{
	text-align: left;
}
.evt_wrapper section .method_box_outer .checklist_box ul li p{
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-size: 1rem;
	color: #555;
	word-break: keep-all;
}
.evt_wrapper section .method_box_outer .checklist_box ul li p::before{
	content: "-";
	position: absolute;
	left: 0;
}


/*  ======== section iframe =======  */
.evt_wrapper .iframe .iframe_outer{
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.evt_wrapper .iframe .iframe_inner{
	margin: 0 auto;
	aspect-ratio: 9 / 16;
	width: min(100%, calc((100vh - 220px) * 9 / 16));
}
.evt_wrapper .iframe .iframe_inner iframe{
	width: 100%;
	height: 100%;
	vertical-align: top;
	border: none;
}

.evt_wrapper .iframe .iframe_btn{
	margin: 24px 0 0;
	text-align: center;
}
.evt_wrapper .iframe .iframe_btn .btn_iframe_link{
	display: inline-block;
	padding: 12px 24px 10px;
	font-weight: 600;
	font-size: 1rem;
	color: #feffd5;
	background-color: #ff5c00;
	border-radius: 30px;
}
.evt_wrapper .iframe .iframe_btn .btn_iframe_link span{
	position: relative;
	padding-right: 20px;
}
.evt_wrapper .iframe .iframe_btn .btn_iframe_link span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: url("../../images/push/ico_iframe.png") no-repeat center/cover;
}
.evt_wrapper .iframe .wa_txt{
	margin: 36px 0 0;
	padding: 17px 10px;
	width: 100%;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 10px;
	box-sizing: border-box;
}
.evt_wrapper .iframe .wa_txt p{
	display: inline-block;
	position: relative;
	line-height: 1.3;
	font-weight: 400;
	font-size: 0.875rem;
	color: #666;
	word-break: keep-all;
}
.evt_wrapper .iframe .wa_txt p span{
	display: inline-block;
	position: relative;
	padding-left: 24px;
	font-weight: 600;
}
.evt_wrapper .iframe .wa_txt p span::before{
	content: "";
	position: absolute;
	left: 5px;
	top: -1px;
	width: 14px;
	height: 20px;
	background: url("../../images/push/ico_mouse.png") no-repeat center/cover;
}
.evt_wrapper .iframe .wa_txt p em{
	display: inline-block;
	position: relative;
	padding-left: 24px;
	font-style: normal;
	font-weight: 600;
}
.evt_wrapper .iframe .wa_txt p em::before{
	content: "";
	position: absolute;
	left: 4px;
	top: -1px;
	width: 15px;
	height: 20px;
	background: url("../../images/push/ico_touch.png") no-repeat center/cover;
}
.evt_wrapper section.iframe .method_box_outer{
	margin: 30px 0 0;
}
.evt_wrapper section.iframe .method_box_outer .method_box + .method_box{
	padding: 12px 40px 0;
}


/*  ======== evt02  =======  */
#evt02{
	padding: 0 0 100px;
}


/*  ======== section note =======  */
.evt_wrapper .note{
	padding: 60px 0 80px;
	background-color: #333;
	box-sizing: border-box;
}
.evt_wrapper .note h3{
	padding: 0 0 28px;
	font-family: 'KblJump';
	font-size: 1.25rem;
    font-weight: 700;
	color: #fff;
}
.evt_wrapper .note ul li{
	position: relative;
	padding-left: 18px;
	line-height: 1.6;
	font-size: 0.875rem;
	color: #fff;
	word-break: keep-all;
}
.evt_wrapper .note ul li::before{
	content: "-";
	position: absolute;
	left: 0;
}
.evt_wrapper .note ul li + li{
	padding-top: 6px;
}


/*  ======== section sns =======  */
.evt_wrapper .sns{
	position: relative;
	padding: 60px 0 80px;
	width: 100%;
	background-color: #f8f6e6;
	box-sizing: border-box;
}
.evt_wrapper .sns h3{
	text-align: center;
	font-family: 'KblJump';
	font-weight: 700;
	font-size: 2.5rem;
	color: #ff9c00;
}
.evt_wrapper .sns h3 strong{
	font-family: 'KblJump';
	font-weight: 700;
	color: #ff5c00;
}
.evt_wrapper .sns .sns_list{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap:32px;
	padding: 40px 0 0;
}
.evt_wrapper .sns .sns_list li a{
	display: block;
	width: 66px;
	height: 66px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	box-shadow:0 0 16px 2px rgba(201, 151, 73,.22); 
	box-sizing: border-box;
	transition: all 0.4s ease-in-out;
}
.evt_wrapper .sns .sns_list li.ns a{
	background-image:url("../../images/push/ico_sns_ns.png");
}
.evt_wrapper .sns .sns_list li.fbook a{
	background-image:url("../../images/push/ico_sns_fbook.png");
}
.evt_wrapper .sns .sns_list li.insta a{
	background-image:url("../../images/push/ico_sns_insta.png");
}
.evt_wrapper .sns .sns_list li.ytube a{
	background-image:url("../../images/push/ico_sns_ytube.png");
}
.evt_wrapper .sns .sns_list li.x a{
	background-image:url("../../images/push/ico_sns_x.png");
}
.evt_wrapper .sns .sns_list li.blog a{
	background-image:url("../../images/push/ico_sns_blog.png");
}
.evt_wrapper .sns .sns_list li.kstory a{
	background-image:url("../../images/push/ico_sns_kstory.png");
}
.evt_wrapper .sns .sns_list li.ktalk a{
	background-image:url("../../images/push/ico_sns_ktalk.png");
}
.evt_wrapper .sns .sns_list li.ns a:hover{
	background-image:url("../../images/push/ico_sns_ns_h.png");
}
.evt_wrapper .sns .sns_list li.fbook a:hover{
	background-image:url("../../images/push/ico_sns_fbook_h.png");
}
.evt_wrapper .sns .sns_list li.insta a:hover{
	background-image:url("../../images/push/ico_sns_insta_h.png");
}
.evt_wrapper .sns .sns_list li.ytube a:hover{
	background-image:url("../../images/push/ico_sns_ytube_h.png");
}
.evt_wrapper .sns .sns_list li.x a:hover{
	background-image:url("../../images/push/ico_sns_x_h.png");
}
.evt_wrapper .sns .sns_list li.blog a:hover{
	background-image:url("../../images/push/ico_sns_blog_h.png");
}
.evt_wrapper .sns .sns_list li.kstory a:hover{
	background-image:url("../../images/push/ico_sns_kstory_h.png");
}
.evt_wrapper .sns .sns_list li.ktalk a:hover{
	background-image:url("../../images/push/ico_sns_ktalk_h.png");
}



/*  ======== footer =======  */
#cb-footer { 
	background-color: #fff; 
	padding:0 0 30px; 
}
#cb-footer a { 
	color: #000; 
}
#cb-footer .etc_group { 
	background-color: #fff; 
	width: 100%; 
	height: auto; 
	line-height: 1.5; 
	border-top: 1px solid #ddd; 
	padding: 20px 0 0 0; 
}
#cb-footer .etc_group .copy { 
	float: none; 
	font-size: 13px; 
	color: #000; 
	font-weight: 200; 
	margin: 0; 
}
#cb-footer .etc_group .etc { 
	float: none;
}
#cb-footer .etc_group .etc dd { 
	display: inline-block; 
}
#cb-footer .etc_group .etc dd a.privacy { 
	color: #290e4b; 
}
#cb-footer .etc_group .etc dd:not(:nth-child(6)):after { 
	content: '/'; 
	display: inline-block; 
	color: #fff; 
	margin: 0 10px; 
}
#cb-footer .etc_group .etc dd:last-child:after { 
	content: none; 
}
#cb-footer .etc_group .etc dd a { 
	font-size: 14px; 
	color: #000; 
	font-weight: 500; 
}
#cb-footer .etc_group .etc .quality_mark { 
	margin: 0 0 0 50px; 
}
#cb-footer .etc_group .etc .quality_mark img { 
	vertical-align: middle; 
	width: 55px; 
	height: 40px; 
}
#cb-footer .etc_group .etc_wrap { 
	width: 100%; 
	max-width: 1200px;
	margin: 0 auto; 
}
#cb-footer .about_us { 
	position: relative; 
	right: 0; 
	top: auto; 
	width: 100%; 
	padding: 10px 0 0 0; 
}
#cb-footer .about_us dt { 
	display: none; 
}
#cb-footer .about_us dd { 
	font-size: 12px; 
	color:#888; 
	margin: 0 20px 5px 0; 
	font-weight: 300; 
	display: inline-block; 
}
#cb-footer .about_us dd:nth-child(3) { 
	margin: 0 20px 5px 0; 
}
#cb-footer .about_us dd:nth-child(4) { 
	margin: 0 20px 5px 0; 
}
#cb-footer .about_us dd.addr:before,
#cb-footer .about_us dd.tels:before,
#cb-footer .about_us dd:before,
#cb-footer .about_us dd.mailto:before { 
	content: none; 
}
#cb-footer .etc_group .sns_box { 
	display: none; 
}
.common-sns-box { 
	display: none; 
	margin: 8px 0 0 0; 
}
.common-sns-box li { 
	display: inline-block;
}
.common-sns-box li a { 
	display: block; 
	width: 21px; 
	height: 21px; 
	background: url("../../images/push/main_new_ico.png") -4px -119px no-repeat; 
	text-indent: -9999px; 
}
.common-sns-box li.twitter a { 
	background-position: -33px -119px; 
}
.common-sns-box li.instargram a { 
	background-position: -62px -119px; 
}
.common-sns-box li.story a { 
	background-position: -91px -119px; 
}
.common-sns-box li.youtube a { 
	background-position: -119px -119px; 
}
.common-sns-box li.naver a { 
	background-position: -148px -119px; 
}


/*  ======== scrollbox =======  */
.scroll_box{
	display:none; 
	position:fixed; 
	right:0; 
	top:auto; 
	bottom:90px; 
	z-index:99;
}
.scroll_box .btn_box{
	width:100px; 
	height:140px;
	text-align: center;
	margin:0 auto;
}
.scroll_box .goTop {
	width:50px; 
	height:50px;
	margin:20px 0 10px;
	background:url("../../images/push/btn_gotop.png") no-repeat 0 0; 
	background-size:cover;
}
.scroll_box .goBottom { 
	width:50px; 
	height:50px; 
	background:url("../../images/push/btn_gotop.png") no-repeat 0 0; 
	background-size:cover; 
	transform:rotate(180deg);
}
.sns_share {
	width:100px; 
	text-align:center; 
	
	border-radius:10px 0 0 10px; 
	overflow:hidden; 
	z-index:995; 
	box-shadow:0px 5px 8px 3px rgba(0, 0, 0,.2); 
}
.sns_share.on{
	display:block;
}
.sns_share h3 {
	padding:15px 0; 
	line-height:1;
	font-size:16px; 
	font-weight:700; 
	color:#fff;
	background-color:#FF5C00;
	border-top-left-radius: 10px;
}
#toggle_share {
	position:relative;
	display:none; 
	width:120px;
	height:120px; 
	color:#FF5C00;
	text-align:center; line-height:1;
	background-color:#fff; 
	border-radius:50%; 
	box-shadow:2px 5px 15px rgba(0,0,0,.2); 
}
#toggle_share span {
	display:block; 
	position:absolute; 
	left:0; 
	right:0; 
	top:50%; 
	font-size:24px;
	font-weight:500;
	transform:translateY(-50%);
}
#toggle_share span:before { 
	content:''; 
	display:block; 
	width:44px; 
	height:47px; 
	margin:0 auto 5px; 
	background:url("../../images/push/icon_share_off.png"); 
}
#toggle_share.on { 
	color:#fff; 
	background-color:#FF5C00;
}
#toggle_share.on span:before { 
	background-image:url("../../images/push/icon_share.png");
}
.sns_share ul{
	padding:10px 0;
	background-color:#fff;
}
.sns_share li { 
	margin:0 9px;
}
.sns_share li:first-child {
	border-top:none; 
}
.sns_share li a { 
	display:block; 
	height:60px; 
	background:center no-repeat; 
	text-indent:-5000px; 
	overflow:hidden; 
	text-align:left;
	transition: all 0.3s;
}
.sns_share li a:hover{
	filter: drop-shadow(0 0 4px rgba(255, 92, 0, 0.4));
}
.sns_share .share_k { 
	background-image:url("../../images/push/share_k.png"); 
}
.sns_share .share_f { 
	background-image:url("../../images/push/share_f.png"); 
}
.sns_share .share_t { 
	background-image:url("../../images/push/share_t.png"); 
}





@media only screen and (max-width: 1480px) {


	.evt_wrapper .deco_wrap .flower01{
		left: 28%;
		top: 13%;
	}
	.evt_wrapper .deco_wrap .flower02 {
		right: 28%;
		top: 88%;
	}
	.evt_wrapper .deco_wrap .ai {
		left: 3%;
		top: 11%;
	}
	.evt_wrapper .deco_wrap .cheongnyong {
		left: 0;
		top: 48%;
	}
	.evt_wrapper .deco_wrap .baekho {
		left: 16%;
		top: 60%;
	}
	.evt_wrapper .deco_wrap .jujak {
		left: 4%;
		top: 86%;
	}
	.evt_wrapper .deco_wrap .haci {
		right: 6%;
		top: 10%;
	}
	.evt_wrapper .deco_wrap .hyeonmu01 {
		right: 13%;
		top: 43%;
	}
	.evt_wrapper .deco_wrap .hyeonmu02 {
		right: 5%;
		top: 30%;
	}
	.evt_wrapper .deco_wrap .alarm {
		right: 2%;
		top: 70%;
	}
	.evt_wrapper .deco .bg_deco{
		width: 2400px;
	}


}



@media only screen and (max-width: 1280px) {


	.evt_wrapper::before {
		height: 1400px;
	}	
	.evt_wrapper .visual .tit_slider_wrap img {
		width: 88%;
	}
	.evt_wrapper .visual .tit_slider_wrap .tit_top::after {
		right: -19px;
		top: -78px;
		width: 130px;
		height: 155px;
	}
	.evt_wrapper .visual .tit_slider_wrap .tit_top {
		margin-bottom: -3px;
	}
	.evt_wrapper .visual .tit_slider_wrap .tit_btm{
		margin-top: 5px;
	}
	.evt_wrapper .visual .tit_slider_wrap .slide_tit.before {
		width: 40px;
		top: 57%;
        left: calc(50% - 245px);
	}
	.evt_wrapper .visual .tit_slider_wrap .slide_tit.after {
		width: 40px;
		top: 45%;
        right: calc(50% - 282px);
	}
	.evt_wrapper .deco_wrap .deco img {
		width: 80%;
	}
	.evt_wrapper .deco .bg_deco {
        top: 1rem;
        width: 1800px;
    }
	.evt_wrapper .intro::before{
		display: none;
	}


}

@media only screen and (max-width: 1200px) {




	/*  ======== footer =======  */
	#cb-footer .etc_group .etc_wrap { 
		width: 100%; 
	}
	#cb-footer .foot_logo { 
		display: none; 
	}
	#cb-footer .menu { 
		width: 980px;
		margin: 0 auto;
		display: block !important; 
	}
	#cb-footer .etc_group { 
		text-align: center; 
	}


}


@media only screen and (max-width: 1080px){


	.evt_wrapper::before {
		height: 20%;
	}	
	.evt_wrapper .deco_wrap .deco img {
		width: 76%;
	}
    .evt_wrapper .deco_wrap .ai {
        left: 1%;
        top: 8%;
    }
    .evt_wrapper .deco_wrap .cheongnyong {
        left: 2%;
        top: 65%;
    }
	.evt_wrapper .deco_wrap .baekho {
        left: 5%;
        top: 40%;
    }
	.evt_wrapper .deco_wrap .jujak {
        left: 18%;
        top: 60%;
    }
    .evt_wrapper .deco_wrap .haci {
        right: 1%;
        top: 10%;
    }
    .evt_wrapper .deco_wrap .hyeonmu01 {
        right: 6%;
        top: 36%;
    }
    .evt_wrapper .deco_wrap .hyeonmu02 {
        right: -2%;
        top: 27%;
    }
    .evt_wrapper .deco_wrap .alarm {
        right: -3%;
        top: 61%;
    }
	.evt_wrapper .deco_wrap .flower02 {
        right: 30%;
        top: 55%;
    }
	.evt_wrapper .deco .bg_deco {
        top: 10rem;
        width: 1400px;
    }

	
	/*  ======== footer =======  */
	#cb-footer {
		padding: 0;
	}
	#cb-footer .etc_group {
		padding: 0 0 20px 0;
	}
	#cb-footer .etc_group .etc dd a,
	#cb-footer .etc_group .etc dd a.privacy,
	#cb-footer .about_us dd{
		color:#000;
		font-size:13px;
		font-weight:400;
		letter-spacing:-1px;
	}
	#cb-footer .about_us {
		left: 0;
	}
	#cb-footer .about_us dt{
		display:block;
		padding:2px 0;
		color:#000;
	}
	#cb-footer .about_us dd {
		display:block;
		letter-spacing:-1px;
	}
	#cb-footer .etc_group .etc dd:not(:nth-child(6)):after {
		content:'|';
		color: #ddd;
		font-size: 13px;
		font-weight: 200;
		margin: 0 3px;
		vertical-align:middle;
	}
	#cb-footer .etc_group .etc{
		padding:15px;
		border-bottom: 1px solid #ddd;
	}
	#cb-footer .app_store a {
		background-position:12px -143px;
		width: 145px;
		border: 1px solid #000;
		height: 45px;
		padding: 15px;
		border-radius: 5px;
	}
	#cb-footer .app_store li:last-child a {
		background-position: -125px -143px;
	}
	#cb-footer .app_store li:last-child {
		border-left:none;
		margin:0;
		padding:0;
	}
	#cb-footer .etc_group .copy{
		letter-spacing:-1px;
	}




	/*  ======== scroll_box =======  */
	.scroll_box{
		top:auto; 
		right:15px; 
		bottom:30px; 
	}
	.scroll_box .btn_box{
		width:50px; 
		height:auto;
	}
    .sns_share {
		width:auto;
		border:none; 
		background:none; 
		overflow:visible; 
		box-shadow: none;
	}
	.sns_share h3 { 
		display:none; 
	}
	#toggle_share { 
		display: block;
		width:50px; 
		height:50px; 
	}
	#toggle_share span { 
		font-size:0; 
		line-height:0; 
		text-indent: -5000px; 
		text-align:left; 
	}
	#toggle_share span:before { 
		width:100%; 
		height:50px; 
		margin:0; 
		background-size:20px auto; 
		background-repeat:no-repeat; 
		background-position:center;
	}
	.sns_share ul { 
		display:none; 
		position:absolute; 
		left:0; 
		right:0;
		bottom:148px;
		background-color: transparent;
	}
	.sns_share li { 
		width:50px; 
		margin:0 auto 5px;  
		border:none; 
		border-radius:50%; 
		box-shadow: none; 
	}
	.sns_share li a { 
		display:block; 
		height:50px; 
	}
	.scroll_box .btn_box {
		width:35px;
		margin-top:-5px;
	}
	.scroll_box .goTop {
		width:35px; 
		height:35px;
	}
	.scroll_box .goBottom {
		width:35px; 
		height:35px;
	}
	.evt_wrapper .info_section .tab_contents .tab_content .tab_content_inner .offering_box .deco_img{
		display: none;
	}



	/*  ======== section. sns =======  */

	.evt_wrapper .sns .sns_list{
		gap: 20px;
	}



}



@media only screen and (max-width: 767px) {


	/*  ======== common =======  */

	.only_pc{
		display: none;
	}
	.only_mb{
		display: block;
	}


	header { 
		height: 42px; 
	}
	header .logo { 
		margin-top: 0;
		margin-left: 10px;
		width: 112px; 
		height: 26px; 
		background-size: contain;
	}
	header .seoul-logo {
		margin-right: 10px;
		width: 120px;
		height: 20px;
		background-size: contain;
	}


	.evt_wrapper::before {
        height: 50%;
	}
	.evt_wrapper .inner{
		padding: 0 12px;
	}

	/* ======== section visual =======  */
	.evt_wrapper .visual {
		padding: 8rem 0 5rem;
	}
	.evt_wrapper .visual .evt_info_wrap .date_line p{
		font-size: 1.125rem;
	}
	.evt_wrapper .visual .evt_info_wrap .date_line p em {
		margin: -4px 6px 0;
		width: 34px;
		height: 2px;
	}
	.evt_wrapper .visual .evt_info_wrap {
		padding: 45px 0 0;
	}
	.evt_wrapper .visual .evt_info_wrap .info_txt {
		padding: 40px 0 0;
		line-height: 1.6;
		font-weight: 500;
		font-size: 1rem;
	}

	/* ======== section deco =======  */
    .evt_wrapper .deco_wrap .deco img {
        width: 66%;
    }
	.evt_wrapper .deco_wrap .ai {
        left: -6%;
        top: 4%;
    }
    .evt_wrapper .deco_wrap .baekho {
        left: -4%;
        top: 35%;
    }
    .evt_wrapper .deco_wrap .jujak {
        left: 10%;
        top: 56%;
    }
    .evt_wrapper .deco_wrap .cheongnyong {
        left: -3%;
        top: 64%;
    }


	.evt_wrapper .evt_tab_box {
		top: 20px;
	}
	.evt_wrapper .evt_tab_box ul li a{
		gap: 5px;
		padding: 18px 0;
	}
	.evt_wrapper .evt_tab_box ul li strong {
		font-size: 1.125rem;
	}
	.evt_wrapper .evt_tab_box ul li strong::after {
		right: -6px;
	}
	.evt_wrapper .evt_tab_box ul li span {
		font-size: 0.875rem;
	}
	.evt_wrapper .intro .intro_outer .intro_swiper{
		padding: 28px 0 0;
	}
	.evt_wrapper .intro .intro_outer .intro_swiper .vd_outer{
		max-width: 360px;
	}
	.evt_wrapper .intro .intro_outer .swiper-pagination{
		padding: 15px 0 0;
	}
	.evt_wrapper .intro .intro_outer .swiper-button-prev,
	.evt_wrapper .intro .intro_outer .swiper-button-next{
		display: none;
	}
	
	#evt02 {
		padding: 0 0 60px;
	}
	.evt_wrapper section .tit_box{
		padding: 60px 0 25px;
	}
	.evt_wrapper section .tit_box br{
		display: block;
	}
	.evt_wrapper section .tit_box img{
		width: 170px;
	}
	.evt_wrapper section .tit_box h3{
		flex-direction: column;
		gap: 10px;
		padding: 20px 0 0;
	}
	.evt_wrapper section .tit_box h3 strong{
		font-size: 2rem;
	}
	.evt_wrapper section .tit_box h3 span{
		font-size: 1.75rem;
	}
	.evt_wrapper section .tit_box h4 {
		margin: 16px 0;
		padding: 11px 16px;
		font-size: 1rem;
	}
	.evt_wrapper section .tit_box p {
		line-height: 1.5;
		font-size: 1rem;
	}

	/* ======== section iframe =======  */
	.evt_wrapper .intro .intro_outer .intro_swiper .vd_outer video{
		border-top-left-radius: 2.1rem;
		border-top-right-radius: 2.1rem;
	}
	.evt_wrapper .iframe .wa_txt{
		/* margin: 12px 0 0; */
    	padding: 12px 16px;
	}
	.evt_wrapper .iframe .wa_txt p {
		padding-left: 0;
		font-size: 0.875rem;
	}
	.evt_wrapper .iframe .wa_txt p::before{
		display: none;
	}
	.evt_wrapper section.iframe .method_box_outer .method_box + .method_box {
		padding: 15px 12px 0;
	}
	.evt_wrapper section .method_box_outer {
		padding: 28px 0;
		border-radius: 12px;
	}
	.evt_wrapper section .method_box_outer h5{
		margin: 0 auto 20px;
		font-size: 1.125rem;
	}
	.evt_wrapper section .method_box_outer .method_box {
		padding: 0 12px;
	}
	.evt_wrapper section .method_box_outer .method_box + .method_box {
		padding: 30px 12px 0;
	}
	.evt_wrapper section .method_box_outer .method_box .tit{
		font-weight: 500;
		font-size: 0.875rem;
	}
	.evt_wrapper section .method_box_outer .method_box.method01 .tit em{
		padding: 4px 0 0;
		font-size: 0.875rem;
	}
	.evt_wrapper section .method_box_outer .method_box.method01 .tit{
		padding: 0 20px;
	}
	.evt_wrapper section .method_box_outer .method_box .tit span {
		padding-left: 22px;
	}
	.evt_wrapper section .method_box_outer .method_box .tit span::before {
		top: -1px;
		width: 18px;
		height: 18px;
		line-height: 19px;
		font-size: 0.75rem;
	}
	.evt_wrapper section .method_box_outer .method_box ul {
		flex-direction: column;
		gap: 0;
		padding: 22px 0 0;
	}
	.evt_wrapper section .method_box_outer .method_box.method01 ul li {
		padding: 20px 12px;
		width: 100%;
		border-radius: 8px;
	}
	.evt_wrapper section .method_box_outer .method_box.method01 ul li:first-child{
		margin-bottom: 10px;
	}
	.evt_wrapper section .method_box_outer .method_box.method01 ul li .point {
		padding: 0 0 20px;
		font-size: 1rem;
	}
	.evt_wrapper section .method_box_outer .method_box.method01 ul li .point + img{
		width: 90px;
	}
	.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box p strong {
		padding: 10px 0 0;
	}
	.evt_wrapper section .method_box_outer .method_box.method01 ul li .qr_box p strong span {
		padding-left: 20px;
		font-size: 0.875rem;
	}
	.evt_wrapper section .method_box_outer .method_box.method01 ul li .txt {
		padding: 22px 0 0;
		line-height: 1.3;
		font-size: 0.875rem;
	}
	.evt_wrapper section .method_box_outer .method_box ul li .app_btn{
		flex-direction: column;
		padding: 20px 0 0;
	}
	.evt_wrapper section .method_box_outer .method_box ul li .app_btn a {
		width: 75%;
		font-size: 0.875rem;
	}
	.evt_wrapper section .method_box_outer .method_box.method02 .sub{
		padding: 12px 0 26px;
		font-size: 0.75rem;
	}
	.evt_wrapper section .method_box_outer .method_box.method02 .step_txt{
		flex-direction: column;
	}
	.evt_wrapper section .method_box_outer .method_box.method02 .step_txt span{
		margin: 0 0 2px 0;
		padding: 0 0 20px 0;
		font-size: 0.875rem;
	}
	.evt_wrapper section .method_box_outer .method_box.method02 .step_txt span::after{
		right: 50%;
		top: initial;
		bottom: -2px;
		transform: translate(0, -50%) rotate(90deg);
	}
	.evt_wrapper section .method_box_outer .method_box.method02 .step_txt span:nth-child(1) img{
		width: 13px;
	}
	.evt_wrapper section .method_box_outer .method_box.method02 .step_txt span:nth-child(2) img{
		width: 16px;
	}
	.evt_wrapper section .method_box_outer .method_box.method03 .btn_submit {
		margin: 20px 0 0;
		max-width: 200px;
		padding: 15px 0;
		font-size: 1.25rem;
	}
	.evt_wrapper section .method_box_outer .gift_box {
		margin: 30px 0 0;
		padding: 30px 0 0;
	}
	.evt_wrapper section .method_box_outer .gift_box .txt {
		line-height: 1.5;
		font-size: 1rem;
	}
	.evt_wrapper section .method_box_outer .gift_box img{
		margin: 0 auto;
		width: 70%;
	}
	.evt_wrapper section .method_box_outer .checklist_box {
		margin: 30px 0 0;
		padding: 28px 0 0;
	}
	.evt_wrapper section .method_box_outer .checklist_box h6{
		padding: 0 30px 18px;
	}
	.evt_wrapper section .method_box_outer .checklist_box ul{
		padding: 0 30px;
		text-align: left;
	}
	.evt_wrapper section .method_box_outer .checklist_box ul li + li {
		padding: 4px 0 0;
	}
	.evt_wrapper section .method_box_outer .checklist_box ul li p {
		padding-left: 14px;
		font-size: 0.875rem;
	}


	/*  ======== section note =======  */
	.evt_wrapper .note {
		padding: 50px 0 60px;
	}
	.evt_wrapper .note h3 {
		padding: 0 0 18px;
		font-size: 1.125rem;
	}
	.evt_wrapper .note ul li {
		padding-left: 14px;
		line-height: 1.4;
	}

	/*  ======== section sns =======  */
	.evt_wrapper .sns .sns_list{
		margin: 0 auto;
		width: 64%;
	}
	.evt_wrapper .sns .sns_list li a{
		width: 54px;
		height: 54px;
	}
	

}



@media only screen and (max-width: 540px) {



	.evt_wrapper .intro .intro_outer .intro_swiper .vd_outer{
		max-width: 280px;
	}
	/* ======== section visual =======  */
	.evt_wrapper .visual .tit_slider_wrap img {
        width: 68%;
    }
	.evt_wrapper .visual .tit_slider_wrap .tit_btm img {
        width: 62%;
    }
    .evt_wrapper .visual .tit_slider_wrap .tit_slide img {
        width: 72%;
    }
    .evt_wrapper .visual .tit_slider_wrap .tit_top::after {
        right: 7.8%;
        top: -52%;
        padding-bottom: 24%;
        width: 20%;
        height: auto;
    }
    .evt_wrapper .visual .tit_slider_wrap .tit_btm {
        margin-left: 12px;
    }
	.evt_wrapper .visual .tit_slider_wrap .slide_tit.before {
        width: 23px;
        top: 57%;
        left: 10%;
    }
    .evt_wrapper .visual .tit_slider_wrap .slide_tit.after {
        width: 23px;
        top: 45%;
        right: 4%;
    }

	/* ======== section deco =======  */
    .evt_wrapper .deco_wrap .deco img {
        width: 42%;
    }
	.evt_wrapper .deco_wrap .ai{
		left: 2%;
        top: 4%;
		text-align: left;
	}
	.evt_wrapper .deco_wrap .ai img{
		width: 30%;
	}
	.evt_wrapper .deco_wrap .baekho {
        left: 4%;
        top: 30%;
		text-align: left;
    }
	.evt_wrapper .deco_wrap .baekho img{
		width: 28%;
	}
    .evt_wrapper .deco_wrap .jujak {
        left: 10%;
        top: 42%;
		text-align: left;
    }
	.evt_wrapper .deco_wrap .jujak img{
		width: 28%;
	}
	.evt_wrapper .deco_wrap .cheongnyong {
        left: 2%;
        top: 50%;
		text-align: left;
    }
	.evt_wrapper .deco_wrap .cheongnyong img{
		width: 30%;
	}
    .evt_wrapper .deco_wrap .haci {
        right: 3%;
        top: 6%;
		text-align: right;
    }
	.evt_wrapper .deco_wrap .haci img{
		width: 28%;
	}
	.evt_wrapper .deco_wrap .hyeonmu01{
		right: 12%;
        top: 36%;
		text-align: right;
	}
	.evt_wrapper .deco_wrap .hyeonmu01 img{
		width: 28%;
	}
	.evt_wrapper .deco_wrap .hyeonmu02{
		right: 4%;
        top: 32%;
		text-align: right;
	}
	.evt_wrapper .deco_wrap .hyeonmu02 img{
		width: 28%;
	}
	.evt_wrapper .deco_wrap .alarm {
        right:4%;
        top: 50%;
		text-align: right;
    }
	.evt_wrapper .deco_wrap .alarm img{
		width: 22%;
	}
	.evt_wrapper .deco_wrap .flower01 {
        left: 6%;
        top: 19%;
    }
	.evt_wrapper .deco_wrap .flower01 img{
		width: 38%;
	}
	.evt_wrapper .deco_wrap .flower02 {
        right: 4%;
        top: 44%;
    }
	.evt_wrapper .deco_wrap .flower02 img{
		width: 38%;
	}

	/* ======== section visual =======  */
	.evt_wrapper .visual{
		padding: 8rem 0 3.5rem;
	}

	/* ======== section iframe =======  */
	.evt_wrapper .iframe .iframe_outer{
		overflow: hidden;
		padding: 0;
		border-radius: 12px;
	}
	.evt_wrapper .iframe .iframe_inner{
		/* width: min(100%, calc((100vh - 280px) * 9 / 16)); */
		width: min(100%, calc(100vh * 9 / 16));
	}
	.evt_wrapper .iframe .iframe_btn{
		margin:18px 0 0;
	}
	.evt_wrapper .iframe .wa_txt{
		margin: 24px 20px 20px;
		width: calc( 100% - 40px );
	}
	.evt_wrapper .iframe .wa_txt p span {
		padding-left: 16px;
	}
	.evt_wrapper .iframe .wa_txt p span::before {
		left: 2px;
		top: 2px;
		width: 10px;
		height: 14px;
	}
	.evt_wrapper .iframe .wa_txt p em {
		padding-left: 16px;
	}
	.evt_wrapper .iframe .wa_txt p em::before {
		left: 2px;
		top: 3px;
		width: 10px;
		height: 13px;
	}
	.evt_wrapper section .method_box_outer .checklist_box ul{
		padding: 0 2rem;
	}

}

@media only screen and (max-height: 495px){

	/*  ======== scroll_box =======  */
	.scroll_box .btn_box{
		width:50px;
	}
	#toggle_share { 
		width:50px; 
		height:50px; 
	}
	#toggle_share span { 
		font-size:0; 
		line-height:0; 
		text-indent:-5000px; 
		text-align:left; 
	}
	#toggle_share span:before { 
		width:100%;
		height:50px;
		margin:0; 
		background-size:25px auto; 
		background-repeat:no-repeat; 
		background-position:center; 
	}
	.sns_share ul { 
		bottom:50px; 
	}
	.sns_share li { 
		width:45px; 
		margin:0 auto 5px; 
	}
	.sns_share li a { 
		height:45px; 
	}

}

@media only screen and (max-width: 430px){

	/* ======== section sns =======  */
	.evt_wrapper .sns .sns_list{
		width: 84%;
	}

}

@media only screen and (max-width: 400px){

	/* ======== scroll_box ======= */
	#toggle_share { 
		width:50px;
		height:50px;
	}
	.scroll_box{
		bottom:10px;
	}
	.scroll_box .btn_box{
		margin-top: 0;
		width:50px;
	}
	.scroll_box .goTop{
		margin:10px 0;
	}
	.sns_share ul{
		bottom:135px;
	}
	.sns_share li{
		width:50px;
	}
	.sns_share li a {
		height:50px;
	}

}


