@charset "utf-8";

/* st_sec1 */
.st_sec1 {
    position: relative;
}

.st_sec1 .logo a {
    width: 119px;
    height: 38px;
    margin-top: 24px;
    margin-left: 24px;
    background: url('../images/logo.png') no-repeat center;
    text-indent: -9999px;
}

.st_sec1 p {
    margin: 89px auto 0;
    text-align: center;
    line-height: 85px;
}

.st_sec1 p span {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    
}

.st_sec1 .st_title {
    font-size: 7rem;
    font-weight: 700;
    font-color:#F8C773;
}

.scroll-downs {
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -30px;
    padding-top: 20px;
    
    width :34px;
    height: 55px;
  }
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }


/* .sec1_scroll {
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -30px;
    padding-top: 20px;
    background: url('../images/ico_scroll.png') no-repeat top center;
} */

/* .scroll-downs span {
    font-size: 12px;
    color: #fff;
} */

st_sec2
.st_sec2 span {
    display: block;
    font-size: 24px;
}

.st_sec2 .st_title {
    font-size: 32px;
    font-weight: 700;
    color: #045739;
}

.st_sec2 .mobb {
    display: none;
}

.sec2_p2 {
    margin: 30px 0 24px;
    line-height: 70px;
}

.sec2_p3 {
    text-align: justify;
    line-height: 34px;
}

.st_sec2 .st_wrapper {
    position: relative;
    height: inherit;
}

.httalk {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 280px;
    height: 210px;
    background: url('../images/talkb.png') no-repeat center;
}

/* st_sec3 */
.st_sec3 .st_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.st_sec3 p {
    text-align: center;
}

.st_sec3 span {
    display: block;
    color: #fff;
}

.st_sec3 .st_title {
    font-size: 32px;
}

.sec3_p1 {
    line-height: 52px;
    margin-bottom: 20px;
}

.sec3_p2 {
    text-align:center;
    margin: 0 auto;
    line-height: 34px;
}

.ff_inter {
    font-family: 'iner';
    font-size: 16px;
    font-weight: 400;
}

.sec3_p2 .ff_inter {
    font-size: 24px;
}



/* st_sec4 */
.st_sec4 p {
    margin-bottom: 4rem;
}

.st_sec4 span {
    color: #fff;
    font-weight: 700;
}

.st_sec4 p span:nth-child(1) {
    display: block;
    margin-bottom: 24px;
    font-size: 32px;
}

.st_sec4 p span:nth-child(2) {
    font-size: 48px;
}

/* st_sec5 */
.st_sec5 .st_wrapper>.st_title {
    display: block;
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.st_sec5 p {
    line-height: 28px;
    text-align: center;
}

.st_sec5 span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.st_sec5 .st_giftset .st_giftwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.st_sec5 .st_giftset .st_giftwrap>div {
    width: 400px;
    height: 400px;
}

.st_sec5 .st_giftset .st_gift1 {
    background-image: url('../images/gift_01.png');
}

.st_sec5 .st_giftset .st_gift2 {
    background-image: url('../images/gift_02.png');
}

.st_sec5 .st_giftset .st_gift3 {
    background-image: url('../images/gift_03.png');
}

/* st_sec6 */
.sec6_container {
    width: 95%;
    margin: 0 auto;
}

.st_sec6 p {
    text-align: center;
}

.st_sec6 p span {
    display: block;
    font-weight: 700;
    color: #121212;
}

.st_sec6 p span:nth-child(1) {
    font-size: 40px;
}

.st_sec6 p span:nth-child(2) {
    margin-top: 32px;
    font-size: 50px;
}

.st_sec6 .st_btn {
    display: block;
    margin: 0 auto;
}

/* 슬릭 슬라이드 */
.st_miracle24 {
    position: relative;
    margin: 80px 0 56px;
}

.st_miracle24 .slide_box {
    position: relative;
    top: 0;
    left: 0;
}

.st_miracle24 .slick-list,
.st_miracle24 .slick-track {
    height: inherit;
}

.st_miracle24 .slick-slide {
    position: relative;
    opacity: 0.5;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.st_miracle24 .slick-slide.slick-center {
    position: relative;
    transform: scale(1);
    opacity: 1;
    /* 중앙 슬라이드 확대 효과 */
}

.st_miracle24 .slick-slide.slick-center::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/photo_frame2.png') no-repeat center;
    background-size: contain;
}

.st_miracle24 .slick-slide img {
    width: 100%;
    /* 이미지가 슬라이드에 맞게 크기 조정 */
}

.st_miracle24 .slick-arrow {
    width: 44px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}

.st_miracle24 .slick-prev {
    left: 28%;
}

.st_miracle24 .slick-next {
    right: 28%;
}

.st_miracle24 .slick-prev,
.st_miracle24 .slick-prev:hover,
.st_miracle24 .slick-prev:focus {
    background-image: url('../images/slide_left.png') !important;
}

.st_miracle24 .slick-next,
.st_miracle24 .slick-next:hover,
.st_miracle24 .slick-next:focus {
    background-image: url('../images/slide_right.png') !important;
}

.st_miracle24 .slick-prev::before,
.st_miracle24 .slick-next::before {
    display: none;
}

.stround2 {
    display: none;
    position: absolute;
    top: 0;
    left: 20px;
    width: 320px;
    height: 213px;
    /*background: url('../images/santaphoto320.png') no-repeat center;*/
}

/*모바일 고정버튼*/
.mobile-fixed-btn {
  display: none;
}



/* 미디어쿼리 */
@media screen and (max-width:1240px) {
    .st_wrapper {
        width: auto;
        padding: 0 30px;
    }

    .httalk {
        bottom: 130px;
        width: 0;
        padding-right: 37%;
        background-size: contain;
    }

    .sec2_p3 {
        width: 100%;
    }

    .st_sec2 .sec2_p3 span {
        display: inline;
    }

    .sec3_p2 {
        width: 100%;
    }


    .st_content>section.st_sec5 {
        height: auto;
        padding: 70px 0;
    }

    .st_sec5 .st_giftset .st_giftwrap {
        justify-content: flex-start;
    }

    .st_sec5 .st_giftset .st_giftwrap>div {
        width: calc((100% / 3) - 8px);
        height: auto;
        margin-right: 16px;
        padding-bottom: 33%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .st_sec5 .st_giftset .st_giftwrap>div:last-child {
        margin-right: 0;
    }

    .st_sec6 p span:nth-child(1) {
        font-size: 30px;
    }

    .st_sec6 p span:nth-child(2) {
        font-size: 40px;
    }

    .st_content .ft_badge {
        top:auto;
        bottom:60px;
    }

}

@media screen and (max-width:1080px) {

    .st_sec4 {
        height: auto !important;
        padding: 80px 0;
    }

    .st_sec4 p span:nth-child(2) {
        font-size: 40px;
        line-height: 50px;
    }

    .sec6_container {
        width: 100%;
    }

    .st_sec6 p span:nth-child(1) {
        font-size: 25px;
    }

    .st_sec6 p span:nth-child(2) {
        font-size: 32px;
    }

}

@media screen and (max-width:880px) {
    .st_sec1 p {
        line-height: 50px;
    }

    .st_sec1 .st_title {
        font-size: 4rem;
    }

    .st_sec1 .defo {
        font-size: 2.8rem;
        margin-top: 16px;
    }

    .st_btn {
        width: 200px;
        height: 66px;
        line-height: 66px;
    }

    .st_btn span {
        font-size: 20px;
    }

    .st_sec2 {
        padding: 5% 0;
    }

    .httalk {
        bottom: 45%;
        left: 3%;
        padding-right: 69%;
        background-image: url('../images/talkb.png');
    }

    .sec2_p2 {
        margin: 10px 0;
        line-height: 60px;
    }

    .st_sec2 .sec2_p3 {
        line-height: 30px;
    }

    .st_sec2 .sec2_p3 span {
        font-size: 20px;
    }

    .st_sec3 {
        padding: 50px 0;
    }

    .st_sec3 .st_title {
        font-size: 25px;
    }

    .sec3_p2 {
        line-height: 25px;
    }

    .sec3_p2 .ff_inter {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {

    .st_content .ft_badge {
        display:none;
    }

    .st_sec6 {
        background-size: contain !important;
    }

    .st_sec6 p span:nth-child(1) {
        font-size: 20px;
    }

    .st_sec6 p span:nth-child(2) {
        word-break: auto-phrase;
        line-height: 62px;
    }

    .st_miracle24 {
        margin: 40px 0 80px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .st_miracle24 .slick-arrow {
        display: none !important;
    }

    .slick-dots {
        bottom: -45px !important;
    }

    .slick-dots li {
        width: auto !important;
    }

    .slick-dots li button {
        width: 8px !important;
        height: 8px !important;
        background: #d9d9d9 !important;
        border-radius: 50%;
    }

    .slick-dots li.slick-active button {
        background: #01B3B4 !important;
    }

    .slick-dots li button:before {
        content: '' !important;
    }
}

@media screen and (max-width:580px) {

    .sec2_p2 {
        line-height: 35px;
    }

    .st_sec2 span {
        font-size: 20px;
    }

    .st_sec2 .st_title {
        font-size: 30px;
    }

    .sec3_p1 {
        line-height: 35px;
    }

    .st_sec3 span {
        display: inline;
    }

    .ff_inter {
        font-size: 13px;
    }

    .st_content>section.st_sec5 {
        max-height: none;
        padding: 35px 0;
    }

    .st_sec5 .st_wrapper>.st_title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .st_sec5 .st_giftset .st_giftwrap {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .st_sec5 .st_giftset .st_giftwrap>div {
        width: 330px;
        height: 330px;
        margin-bottom: 15px;
        margin-right: 0;
        padding-bottom: 0;
    }

    .st_sec5 span {
        display: inline;
    }

    .st_sec6 p span:nth-child(1) {
        word-break: keep-all;
        width: 81%;
        margin: 0 auto;
        line-height: 30px;
    }
}

@media screen and (max-width:375px) { /*아이폰*/

	.st_sec1 p {
		
		margin-top:35px;
		line-height: 40px;
	}
	
	
	.st_sec2 {
		height:calc(100% + 120px) !important;
	
	}
	
	.httalk {
		bottom:50%;
		height:160px;
	}

}

@media screen and (max-width:430px) {

    .st_wrapper {
        padding: 0 20px;
    }

    .st_sec1 {
        max-height: 600px;
        background-image: url('../images/section_01-5m.png');
    }

    .st_sec1 .logo a {
        margin-top: 20px;
        margin-left: 10px;
    }

    .st_sec1 p {
        margin: 45px auto 0;
        line-height: 35px;
    }

    .st_sec1 .st_title {
        font-size: 28px;
    }

    .st_sec1 .defo {
        font-size: 16px;
        line-height: none;
        margin-top: 16px;
    }

    .st_sec1 p span {
        font-size: 16px;
    }

    .st_sec2 {
        height: 803px !important;
        padding: 40px 0;
        background-image: url('../images/section_02m.png');
    }

    .st_sec2 span {
        font-size: 16px;
    }

    .sec2_p2 {
        line-height: 40px;
    }

    .st_sec2 .pcc {
        display: none;
    }

    .st_sec2 .mobb {
        display: block;
        line-height: 25px;
    }

    .sec2_p3 {
        line-height: 28px;
    }

    .httalk {
        bottom: 32%;
        padding-right: 85%;
    }

    .st_sec2 .st_title {
        font-size: 28px;
    }

    .st_sec3 {
        height: 744px !important;
        padding: 40px 0 30px;
        background-image: url('../images/section_03m.png');
    }

    .st_sec3 .st_title {
        font-size: 24px;

    }

    .ff_inter {
        font-size: 12px;
    }

    .sec3_p2 {
        line-height: 27px;
    }

    .sec3_p2 .ff_inter {
        font-size: 16px;
    }

    .sec3_p1 {
        line-height: 40px;
    }

    .st_sec4 {
        padding: 24px 0;
        background-image: url('../images/section_04m.png');
    }

    .st_sec4 p {
        margin-bottom: 24px;
    }

    .st_sec4 p span:nth-child(1) {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .st_sec4 p span:nth-child(2) {
        font-size: 24px;
        line-height: 35px;
    }

    .st_content>section.st_sec5 {
        padding: 86px 0;
        background-image: url('../images/section_05m.png');
    }

    .st_sec5 .st_wrapper {
        padding: 0;
    }

    .st_sec5 .st_wrapper>.st_title {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .st_sec5 .st_giftset {
        overflow-x: auto;
        margin: 0 20px 32px 20px;
    }

    .st_sec5 .st_giftset .st_giftwrap {
        flex-direction: row;
        width: max-content;
        margin-bottom: 0;
    }

    .st_sec5 .st_giftset .st_giftwrap>div {
        width: 208px;
        height: 208px;
        padding: 0;
        margin-bottom: 0;
        margin-right: 16px;
    }

    .st_sec5 .st_giftset .st_giftwrap>div:last-child {
        margin-right: 0;
    }

    .st_sec5 p {
        padding: 0 20px;
    }

    .st_sec5 span {
        display: inline;
        font-size: 14px;
    }

    .st_sec6 {
        height: auto !important;
        padding: 80px 0 40px;
        background-image: url('../images/section_06m.png');
    }

    .st_sec6 p span:nth-child(1) {
        width: 83%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 26px;
    }

    .st_sec6 p span:nth-child(2) {
        width: 67%;
        margin: 16px auto 0;
        font-size: 28px;
        line-height: 48px;
    }

    .stround2 {
        display: block;
    }

    .st_miracle24 .slick-slide.slick-center::before {
        display:none;
    }

    footer {
        font-size: 10px;
    }
/*고정 버튼 추가 */
    .mobile-fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #FFB535;
    color: #fff !important;
    display: flex;      /* ← 모바일에선 기본적으로 flex로 보이게 해둬야 함 */
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 1000;
    z-index: 999;
    opacity: 0;         /* 초기에 안 보이는 상태 유지 */
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
.mobile-fixed-btn a:link,
.mobile-fixed-btn a:visited,
.mobile-fixed-btn a:hover,
.mobile-fixed-btn a:active {
  color: #fff !important;
}
  .mobile-fixed-btn.active {
    opacity: 1;
    pointer-events: auto;
  }

 

}

*{ margin: 0; padding: 0; }
img { width: 100vw; }
.snow_wrap .snow_div {
  position: fixed;
  top: -10%;
  z-index: 9999;
  color: #fff;
  text-shadow : 0 0 5px rgba(0, 0, 0, 0.25);
  animation: snow_shake 3s ease-in-out infinite;  
  user-select: none;
}
.snow_wrap .snow_div p { animation: snow_fall 10s linear infinite; }

.snow_wrap .snow_div:nth-of-type(0) { left: 0%; animation-delay: 0s; }
.snow_wrap .snow_div:nth-of-type(0) p { animation-delay: 0s; }
.snow_wrap .snow_div:nth-of-type(1) { left: 10%; animation-delay: 1s; }
.snow_wrap .snow_div:nth-of-type(1) p { animation-delay: 1s; }
.snow_wrap .snow_div:nth-of-type(2) { left: 20%; animation-delay: 0.5s; }
.snow_wrap .snow_div:nth-of-type(2) p { animation-delay: 6s; }
.snow_wrap .snow_div:nth-of-type(3) { left: 30%; animation-delay: 2s; }
.snow_wrap .snow_div:nth-of-type(3) p { animation-delay: 4s; }
.snow_wrap .snow_div:nth-of-type(4) { left: 40%; animation-delay: 2s; }
.snow_wrap .snow_div:nth-of-type(4) p { animation-delay: 2s; }
.snow_wrap .snow_div:nth-of-type(5) { left: 50%; animation-delay: 3s; }
.snow_wrap .snow_div:nth-of-type(5) p { animation-delay: 8s; }
.snow_wrap .snow_div:nth-of-type(6) { left: 60%; animation-delay: 2s; }
.snow_wrap .snow_div:nth-of-type(6) p { animation-delay: 6s; }
.snow_wrap .snow_div:nth-of-type(7) { left: 70%; animation-delay: 1s; }
.snow_wrap .snow_div:nth-of-type(7) p { animation-delay: 2.5s; }
.snow_wrap .snow_div:nth-of-type(8) { left: 80%; animation-delay: 0s; }
.snow_wrap .snow_div:nth-of-type(8) p { animation-delay: 1s; }
.snow_wrap .snow_div:nth-of-type(9) { left: 90%; animation-delay: 1.5s; }
.snow_wrap .snow_div:nth-of-type(9) p { animation-delay: 3s; }
.snow_wrap .snow_div:nth-of-type(10) { left: 25%; animation-delay: 0.5s; }
.snow_wrap .snow_div:nth-of-type(10) p { animation-delay: 2s; }
.snow_wrap .snow_div:nth-of-type(11) { left: 65%; animation-delay: 2.5s; }
.snow_wrap .snow_div:nth-of-type(11) p { animation-delay: 4s; }
.snow_wrap .snow_div:nth-of-type(12) { left: 85%; animation-delay: 2s; }
.snow_wrap .snow_div:nth-of-type(12) p { animation-delay: 7.5s; }
.snow_wrap .snow_div:nth-of-type(13) { left: 5%; animation-delay: 0s; }
.snow_wrap .snow_div:nth-of-type(13) p { animation-delay: 2.5s; }
.snow_wrap .snow_div:nth-of-type(14) { left: 45%; animation-delay: 1.5s; }
.snow_wrap .snow_div:nth-of-type(14) p { animation-delay: 3.5s; }
.snow_wrap .snow_div:nth-of-type(15) { left: 75%; animation-delay: 1s; }
.snow_wrap .snow_div:nth-of-type(15) p { animation-delay: 2s; }
.snow_wrap .snow_div:nth-of-type(16) { left: 35%; animation-delay: 2.5s; }
.snow_wrap .snow_div:nth-of-type(16) p { animation-delay: 4.5s; }
.snow_wrap .snow_div:nth-of-type(17) { left: 15%; animation-delay: 1s; }
.snow_wrap .snow_div:nth-of-type(17) p { animation-delay: 3s; }
.snow_wrap .snow_div:nth-of-type(18) { left: 95%; animation-delay: 0s; }
.snow_wrap .snow_div:nth-of-type(18) p { animation-delay: 2s; }

@keyframes snow_shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes snow_fall {
  0% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(110vh);
  }
}
