/*common*/
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
*{margin:0;padding:0;font-size:15px;box-sizing:border-box;word-break:keep-all;font-weight:normal}
strong{font-weight:bold;}
body{
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; 
	cursor:default;
}
.clearfix:after{display:block;content:"";clear:both}
#cursor-icon {
    position: fixed; /* 화면에 고정 */
    top: 0;
    left: 0;
    font-size: 30px; 
    pointer-events: none; 
    z-index: 9999; 
    transition: transform 0.1s ease-out;
	display:none;
}
#cursor-icon > img {
    width:150px;
}
.top_wrap{
	background: linear-gradient(to bottom, 
                #e6f3ff 0%,   /* 상단: 부드러운 하늘색 (파란색) */
                #eeeeff 50%,  /* 중간: 자연스럽게 섞이는 연보라빛 */
                #ffe3ff 100%  /* 하단: 화사한 핑크색 */
            );
	background-repeat:no-repeat;
	width:100%;
}

.header{
	padding-top:50px;
}
.header > p{
	width:60%;
	height:45px;
	line-height:45px;
	text-align:center;
	color:white;
	margin:0 auto;
	background-color:#2050e0;
	border-radius:25px;
	font-weight:bold;
}
.title{
	width:60%;
	margin:0 auto;
	margin-top:20px;
}
.title > p:nth-child(1){
	font-size:30px;
	color:#2b91fa;
	text-align:center;
	font-weight:500;
}
.title > p:nth-child(2){
	font-size:30px;
	color:#2b91fa;
	text-align:center;
	font-weight:500;
}
.title > p:nth-child(3){
	font-size:55px;
	color:#2050e0;
	font-weight:700;
	text-align:center;
}
.title > p:nth-child(4){
	text-align:center;
	font-size:18px;
}
.top_img_icon{
	width:80%;
	margin:0 auto;
	position:relative;
}
.event_title_img{
	display:block;
	margin:0 auto;
	margin-top:30px;
	width:80%;
	animation: floatUpDown 3s ease-in-out infinite;
	will-change: transform; 
}
.ssf_logo{
	position:absolute;
	width:40%;
	top:0px;
	right:5%;
	animation: floatUpDown 3s ease-in-out infinite;
	will-change: transform; 
}
.welstory_logo{
	position:absolute;
	width:40%;
	right:-10%;
	bottom:35%;
	animation: floatUpDown 3s ease-in-out infinite;
	will-change: transform; 
}
.everland_logo{
	position:absolute;
	width:40%;
	left:5%;
	bottom:10%;
	animation: floatUpDown 3s ease-in-out infinite;
	will-change: transform; 
}
.event_coupon_select{
	width:100%;
	padding:5%;
}
.event_coupon_select > div > .coupon_bg{
	float:left;
	width:50%;
}
.event_coupon_select > div:nth-child(2){
	width:50%;
	margin:0 auto;
}
.everland_event_wrap{
	background-color:#e5edff;
	padding-bottom:30px;
}
.event_top_logo{
	width:90%;
	margin:0 auto;
	padding-top:50px;
	margin-bottom:20px;
}
.event_top_logo > img{
	width:50%;
	display:block;
	margin:0 auto;
}
.event_top_logo > p{
	font-size:40px;
	font-weight:800;
	color:#730cff;
	text-align:center;
	line-height:50px;
	margin-top:40px;
	letter-spacing:2px
}
.everland_item{
	width:90%;
	margin:0 auto;
	display:block;
	margin-top:10px;
}
.everland_go_button{
	width:60%;
	margin:0 auto;
	margin-top:30px;
}
.everland_go_button > img{
	width:100%;
	cursor:pointer;
}
.welstory_event_wrap{
	width:100%;
	background-color:#000000;
	padding-bottom:40px;
}
.welstory_event_wrap > .event_wrap > .event_top_logo > p{
	color:white;
	font-weight:600;
	margin-top:0px;
}
.welstory_event_wrap > .event_wrap > .event_top_logo > p > span{
	color:#fe5723;
	font-weight:600;
	font-size:40px;
}
.wel_subcontent{
	font-size:20px !important;
	font-weight:400 !important;
	line-height:25px !important;
}
.welstory_event_wrap > .event_wrap > .event_top_logo > p:nth-child(3){
	margin-top:40px !important;
}
.welstory_event_wrap > .event_wrap > .event_top_logo > p:nth-child(4){
	margin-top:10px !important;
}
.welstory_item{
	width:80%;
	display:block;
	margin:0 auto;
}
.welstory_go_button{
	width:60%;
	margin:0 auto;
	margin-top:30px;
}
.welstory_go_button > img{
	width:100%;
	cursor:pointer;
}
.ssf_event_wrap{
	background: linear-gradient(
    to bottom,
		#ebf1ff 0%,    
		#ebf1ff 16%,     
		#f6ecfd 45%,     
		#f6ecfd 66%,     
		#ebf1ff 100%     
	);
	padding-bottom:50px;
}
.ssf_event_wrap > .event_wrap > .event_top_logo > p:nth-child(2){
	font-size:25px;
	font-weight:400;
	color:black;
}
.ssf_event_wrap > .event_wrap > .event_top_logo > p:nth-child(3){
	font-size:45px;
	font-weight:800;
	color:#7409ff;
	margin-top:0px;
}
.ssf_event_wrap > .event_wrap > .event_top_logo > p:nth-child(4){
	font-size:45px;
	font-weight:800;
	color:#7409ff;
	margin-top:10px;
}
.ssf_event_wrap > .event_wrap > .event_top_logo > p:nth-child(3) > span{
	font-size:40px;
	font-weight:300;
}
.ssf_event_wrap > .event_wrap > .event_top_logo > p:nth-child(4){
	font-size:20px;
	font-weight:300;
	color:black;
	margin-top:30px;
	line-height:25px;
}
.ssf_event_wrap > .event_wrap > .event_top_logo > p:nth-child(5){
	font-size:18px;
	font-weight:500;
	color:#b0aab8;
	line-height:25px;
	margin-top:20px;
}
.ssf_item{
	width:70%;
	display:block;
	margin:0 auto;
	margin-top:80px;
	margin-bottom:30px;
}
.item_box{
	width:80%;
	margin:0 auto;
	margin-top:50px;
}
.item_box > img{
	width:47%;
	margin-right:3%
}
.item_box > img:nth-child(2){
	margin-right:0%;
}
.ssf_go_button{
	width:60%;
	margin:0 auto;
	margin-top:30px;
}
.ssf_go_button > img{
	width:100%;
	cursor:pointer;
}
.footer{
	width:100%;
	background-color:#373535;
	padding-top:30px;
	padding-bottom:30px;
}
.footer > div{
	width:90%;
	margin:0 auto;
}
.footer > div > p{
	color:white;
	font-size:16px;
	margin-bottom:10px;
}
.footer > div > p:nth-child(1){
	font-weight:bold;
	margin-bottom:30px;
	font-size:20px;
}
.footer > div > div > p > span{
	color:white;
	float:left;
	line-height:25px;
	margin-bottom:10px;
}
.footer > div > div > p > span:nth-child(1){
	width:1%;
	margin-right:2%;
}
.footer > div > div > p > span:nth-child(2){
	width:93%;
}
.subtitle{
	margin-top:20px;
}
.ssf_aicomment{
	text-align:center;
	margin-top:50px;
	color:#A8A8A8;
}
@media (min-width:800px){
	.media_wrap{
		width:800px;
		margin:0 auto;
	}
	.event_wrap{
		width:800px;
		margin:0 auto;
	}
	.brand_logo{
		width:30%;
	}
	.event_title_img{
		width:80%;
	}
	.everland_logo{
		left:15%;
	}
	.welstory_logo{
		right:3%;
	}
	.ssf_logo{
		right:15%;
	}
	.title > p:nth-child(1){
		font-size:40px;
	}
	.title > p:nth-child(2){
		font-size:40px;
	}
	.title > p:nth-child(3){
		font-size:65px;
		letter-spacing:3px;
	}
	.footer > div{
		width:800px;
	}
}
@media (max-width:768px){
	#cursor-icon{
		display:none !important;
	}
}
@media (max-width:500px){
	.event_top_logo > p:nth-child(1){
		font-size:30px !important;
		line-height:40px !important;
	}
	.event_top_logo > p:nth-child(2){
		font-size:30px !important;
		line-height:40px !important;
	}
	.event_top_logo > p:nth-child(2) > span{
		font-size:30px !important; 
		line-height:30px !important;
	}
	.everland_go_button{
		width:80% !important;
	}
	.welstory_go_button > p:nth-child(2) > span{
		font-size:30px !important; 
		line-height:30px !important;
	}
	.welstory_go_button{
		width:80% !important;
	}
	.wel_subcontent{
		font-size:16px !important;
	}
	.welstory_event_wrap > .event_wrap > .event_top_logo > p:nth-child(4){
		margin-top:0px !important;
	}
	.ssf_go_button{
		width:80% !important;
	}
}
@media (max-width:370px){
	.event_top_logo > p:nth-child(1){
		font-size:25px !important;
		line-height:30px !important;
	}
	.event_top_logo > p:nth-child(2){
		font-size:25px !important;
		line-height:30px !important;
	}
	.event_top_logo > p:nth-child(2) > span{
		font-size:25px !important; 
	}
	
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatUpDown {
    0% {
        transform: translateY(0px); /* 시작 위치 */
    }
    50% {
        transform: translateY(-20px); /* 위로 20px 올라감 */
    }
    100% {
        transform: translateY(0px); /* 다시 제자리로 */
    }
}

.fade-in {
  opacity: 0;
  animation: fadeInUp 2.0s ease-out forwards;
}

.step-1 {
  animation-delay: 0.2s;
}
.step-2 {
  animation-delay: 0.8s;
}
.step-3 {
  animation-delay: 1.5s;
  color: #1e5cba; 
  font-weight: bold;
  margin: 10px 0;
}
.step-4 {
  animation-delay: 2.0s;
}

.fade-text{
	opacity:0;
	transform:translateY(30px);
	transition:all 0.8s ease-out;
}
.fade-text.active{
	opacity:1;
	transform:translateY(0);
}
.fade-text_wel{
	opacity:0;
	transform:translateY(30px);
	transition:all 0.3s ease-out;
}
.fade-text_wel.active{
	opacity:1;
	transform:translateY(0);
}
.fade-text_ssf{
	opacity:0;
	transform:translateY(30px);
	transition:all 0.2s ease-out;
}
.fade-text_ssf.active{
	opacity:1;
	transform:translateY(0);
}