
#Wrap{
    overflow: hidden;
}

#main-content {
    position: relative;
}

.vs-area {
    position: relative;
    padding-bottom: 140px;
    padding-top: 3rem;
    overflow: hidden;
}

.vs-area .inner {
    position: relative;
    z-index: 1;
}

.vs-area .cbox {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
    padding-top: 250px;
}

.vs-area .tit h1 {
    margin: 0;
    font-family: "GMarketSansBold";
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.3;
    color: #301b0f;
}

.vs-area .tit .col-1 {
    color: #f36b1c;
}

.vs-area .tit .col-2 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #2b1d8f;
}


.vs-area .tit .col-3 {
    color: #f36b1c;
}


.vs-area{
    width: 100%;
    height: 100vh;
}

.vs-area .inner{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.vs-area .cbox .tit h1{
    font-size: 50px;
    font-weight: 700;
    font-family: "gmarketSansMedium";
}

.vs-area .hmyo-img{
    position: absolute;
    bottom: 0;
    right: 0;
}

.vs-area .bottom-img{
    position: absolute;
    bottom: -24px;
    left: 0;
    transform-origin: 40% 90%;
    animation: swayLeaf 8s ease-in-out infinite;
}

.vs-area .bottom-img:nth-of-type(2) {
    animation-delay: 1.6s;
}

@keyframes swayLeaf {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-6px) rotate(-1.8deg) scale(1.005);
    }
    50% {
        transform: translateY(0) rotate(0.6deg) scale(1);
    }
    75% {
        transform: translateY(-4px) rotate(-1.2deg) scale(1.003);
    }
    100% {
        transform: translateY(0) rotate(0.8deg) scale(1);
    }
}

.hotp-slide {
    width: 100%;
    max-width: 999px;
    margin: 0 !important;
    padding: 0 20px 30px 0 !important;
}

.hotp-slide .swiper-slide{
    height: 350px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.hotp-slide .swiper-slide:nth-child(2),
.hotp-slide .swiper-slide.n-2 {
    transform: translateY(20px);
}

.hotp-slide .swiper-slide:hover .bg{
    transform: scale(1.05);
    transition: 2s;
}

/* 반원 애니메이션 - 이미지 위에 표시되도록 */
.hotp-slide .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: -280px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    z-index: 8;
    opacity: 0;
    transition: bottom 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease-out;
    pointer-events: none;
}

.hotp-slide .swiper-slide:hover::before {
    bottom: -400px;
    opacity: 1;
}

/* 각 슬라이드별 색상 */
.hotp-slide .swiper-slide.n-1::before {
    background-color: rgba(226, 113, 52, 0.95);
}

.hotp-slide .swiper-slide.n-2::before {
    background-color: rgba(99, 54, 62, 0.95);
}

.hotp-slide .swiper-slide.n-3::before {
    background-color: rgba(213, 51, 76, 0.95);
}

.hotp-slide .swiper-slide::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "+";
    font-size: 25px;
    font-weight: 300;
    color: #333;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    transition: opacity 0.4s;
}

.hotp-slide .swiper-slide:hover::after {
    opacity: 1;
}


.hotp-slide .swiper-slide .tbox {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 90%;
    border-radius: 15px;
    color: #fff;
}

.hotp-slide .swiper-slide .tbox strong {
    font-family: "GmarketSansMedium";
    font-size: 1.1rem;
    border-radius: 50px;
    padding: 5px 10px 3px 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    word-break: keep-all;
}

.hotp-slide .swiper-slide .tbox .tag{
    display: flex;
    gap: 10px;
}

.hotp-slide .swiper-slide .tbox .tag li {
    background-color: #fff;
    padding: 2px 10px 0px 10px;
    border-radius: 50px;
    color: #434343;
    font-family: "GmarketSansMedium";
    font-size: 14px;
}

.hotp-slide .swiper-slide.n-1 .tbox strong{
    background-color: rgba(226, 113, 52, 1);
}

.hotp-slide .swiper-slide.n-2 .tbox strong{
    background-color: rgba(99, 54, 62, 1);
}

.hotp-slide .swiper-slide.n-3 .tbox strong{
    background-color: rgba(213, 51, 76, 1);
}

.hotp-slide .swiper-slide.n-4 .tbox strong {
    background-color: rgba(226, 113, 52, 1);
}

.hotp-slide .swiper-slide .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-content .sec-1{
    position: relative;
    padding: 100px 0;
}

#main-content .sec-1,
#main-content .sec-4{
    background-image: url("../images/main/autumn/leaf-3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}


#main-content .sec-1 .top .tag-slide {
    position: relative;
    width: 100%;
    margin-top: 28px;
}

#main-content .sec-1 .top .tag-slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.high-contrast  #main-content .sec-1 .top .tag-slide::after {
    background: linear-gradient(to left, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 0) 100%);
}

#main-content .sec-1 .top .tag-slide .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

#main-content .sec-1 .top .tag-slide .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}

#main-content .sec-1 .top .tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #F6F2FF;
    color: #9973DB;
    font-family: "GmarketSansMedium";
    font-size: 0.95rem;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}


#main-content .sec-1 .top {
    width: 550px;
}

#main-content .sec-1 .top .tit{
    text-align: center;
    margin-bottom: 30px;
    
}

#main-content .sec-1 .top .tit h1{
    font-family: "GmarketSansBold";
    font-size: 2.8rem;
    word-break: keep-all;
}

#main-content .sec-1 .top .tit h1.txt-2{
    color: var(--green);
}

#main-content .sec-1 .top .search-box{
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--green);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
}

#main-content .sec-1 .top .search-box input{
    border:none;
    height: 60px;
    line-height: 60px;
    font-family: "GmarketSansMedium" !important;
    color: #444C3B;
    flex: 1;
}

#main-content .sec-1 .top .search-box button{
    width: 60px;
    height: 60px;
    background-color: var(--green);
    background-image: url("../images/common/search.svg");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
}

#main-content .sec-1 .tour-slide{
    padding: 40px 20px;
    margin-top: 50px;
}

#main-content .sec-1 .tour-slide .swiper-slide:hover{
    transform: translateY(-10px);
    transition: 0.2s;
}

#main-content .sec-1 .tour-slide .swiper-slide:hover .tbox p{
    color: var(--purple);
    transition: 0.3s;
}


#main-content .sec-1 .tour-slide .swiper-slide .img{
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
}

#main-content .sec-1 .tour-slide .swiper-slide:hover .img{
    box-shadow: 1px 1px 20px var(--purple);
    transition: 0.2s;
}

#main-content .sec-1 .tour-slide .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-content .sec-1 .tour-slide .swiper-slide .tbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

}

#main-content .sec-1 .tour-slide .swiper-slide .tbox p {
    font-family: "GmarketSansMedium";
    font-size: 1rem;
    word-break: keep-all;
}

.high-contrast #main-content .sec-1 .tour-slide .swiper-slide .tbox p{
    color: #fff;
}


#main-content .sec-1 .tour-slide .swiper-slide .tbox::after{
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/main/cr-arrw-off.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#main-content .sec-1 .tour-slide .swiper-slide:hover .tbox::after{
    background-image: url("../images/main/cr-arrw-on.svg");
}



#main-content .sec-1 .yo-img{
    position: absolute;
    top: 74px;
    left: 12%;
    z-index: 1;
}

#main-content .sec-2{
    margin-bottom: 160px;
}

#main-content .sec-2 .inner{
    position: relative;
}

#main-content .sec-2 .inner {
    background: url("../images/main/sec-2-bg.svg") top center / cover no-repeat;
    padding: 100px;
    border-radius: 15px;
    height: 453px;
}

#main-content .sec-2 .left-img{
    position: absolute;
    top: 0;
    left: -92px;
}

#main-content .sec-2 .cbox-wrap{
    display: flex;
    gap: 0 50px;
}

#main-content .sec-2 .right-img{
    position: absolute;
    bottom: 0px;
    right: -150px;
}

#main-content .sec-2 .lbox{
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 40px;
    color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#main-content .sec-2 .lbox h4{
    font-family: "GmarketSansMedium" !important;
    font-size: 1.5rem;
    font-weight: 400 !important;
    line-height: 1.3;
    margin-bottom: 20px;
}

#main-content .sec-2 .lbox ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 590px;
}

#main-content .sec-2 .lbox ul li a{
    display: flex;
    width: 100%;
    align-items: center;
    color: #fff;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

#main-content .sec-2 .lbox ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}

#main-content .sec-2 .lbox ul li:hover{
    background-color: var(--green);
    transition: 0.2s;
}

#main-content .sec-2 .lbox ul li .arrw{
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

#main-content .sec-2 .lbox ul li strong{
    font-family: "GmarketSansMedium";
    font-size: 1.2rem;
    font-weight: 400 !important;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}           

#main-content .sec-2 .lbox ul li p{
    margin-left: 20px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#main-content .sec-2 .rbox{
    color: #fff;
}

#main-content .sec-2 .rbox h1{
    font-family: "GmarketSansMedium";
    font-size: 2.5rem;
}

#main-content .sec-2 .rbox .bottom {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 180px;
    align-items: center;
    padding: 0 53px;
    gap: 0 50px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#main-content .sec-2 .rbox .bottom p{
    word-break: keep-all;
}


/* sec-3: 진주 8경 */
#main-content .sec-3 {
    position: relative;
    width: 100%;
    z-index: 1;
}

#main-content .sec-3 .top-bar {
    background: linear-gradient(to left, #C3C91F, #00ADB9);
    border-radius: 20px 20px 0 0;
}

#Wrap.winter #main-content .sec-3 .top-bar {
    background: linear-gradient(90deg,#e37908 0%, #C91F1F 100%);
}

#main-content .sec-3 .top-bar .inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 0 200px;
}

#main-content .sec-3 .top-bar .title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
    font-family: "GmarketSansMedium" !important;
}


#main-content .sec-3 .top-bar .yo-img {
    position: absolute;
    bottom: 10px;
    left: 0;
}

#main-content .sec-3 .top-bar .tab-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 20px;
}

/* 보라색 드롭쉐도우 애니메이션 - 더 강한 버전 */
@keyframes purpleShadowPulse {
    0%, 100% {
        box-shadow: 0 0px 5px rgba(93, 2, 254, 0.3), 0 0 0 rgba(93, 2, 254, 0.1);
    }
    50% {
        box-shadow: 0 0px 20px rgba(93, 2, 254, 0.8), 0 0 5px rgba(93, 2, 254, 0.4);
    }
}

#main-content .sec-3 .top-bar .tab-btn {
    background: transparent;
    border: none;
    scroll-margin-top: 0;
    scroll-margin-bottom: 0;
    color: #fff;
    padding: 8px 16px;
    font-size: 0.95rem;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s;
    white-space: nowrap;
    font-family: "GmarketSansMedium" !important;
}

#main-content .sec-3 .top-bar .tab-btn:hover,
#main-content .sec-3 .top-bar .tab-btn.active {
    background: #fff;
    color: var(--purple);
    animation: purpleShadowPulse 1s ease-in-out infinite;
}

#main-content .sec-3 .content-area {
    position: relative;
    min-height: 600px;
    width: 100%;
    overflow: visible;
}

#main-content .sec-3 .map-container {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

#main-content .sec-3 .map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

#main-content .sec-3 .map-bg {
    width: 100%;
    height: 100%;
    background: url("../images/main/map-bg.png") 50% 50% / 150% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transition: background-position 0.5s ease;
}

#main-content .sec-3 .map-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    z-index: 10;
    transition: top 0.5s ease, left 0.5s ease;
}

#main-content .sec-3 .map-marker img {
    width: 40px;
    height: auto;
    display: block;
}

#main-content .sec-3 .map-marker .marker-label {
    display: flex;
    align-items: center;
    gap: 0 5px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.85rem;
    white-space: nowrap;
    padding: 5px 10px;
    background: #fff;
    font-family: "GmarketSansMedium" !important;
    border-radius: 50px;
    /* Gradient border with rounded corners using background-clip trick */
    border: none;
    position: absolute;
    z-index: 1;
}
#main-content .sec-3 .map-marker .marker-label::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px; /* border width */
    background: linear-gradient(90deg, var(--purple),#F81678 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0); /* for Safari */
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}


#main-content .sec-3 .map-marker .marker-label p {
    transform: translateY(2px);
    color: #333;
}

#main-content .sec-3 .map-marker .marker-label img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-left: 4px;
}

#main-content .sec-3 .map-marker .marker-label .num {
    background: var(--purple);
    color: #fff;
    border-radius: 50px;
    padding: 2px 6px;
    font-size: 0.85rem;
    font-weight: 600;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#main-content .sec-3 .info-container {
    position: absolute;
    top: 100px;
    right: 150px;
    width: 600px;
    z-index: 20;
    overflow: visible;
    padding: 0;
}

#main-content .sec-3 .info-container::before {
    display: block;
    content: "";
    width: 141px;
    height: 106px;
    background: url("../images/main/hmyo-img.png");
    background-size: contain;
    position: absolute;
    left: 0;
    top: -82px;
    z-index: 99;
}


#main-content .sec-3 .info-slide.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#main-content .sec-3 .info-slide .swiper-wrapper {
    overflow: visible !important;
    display: flex;
}

#main-content .sec-3 .info-slide .swiper-slide {
    overflow: visible !important;
    /* height: auto; */
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0;
    flex-basis: 100%;
}

#main-content .sec-3 .info-card {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 100%;
}


#main-content .sec-3 .info-card .characters img{
    width: auto;
}

#main-content .sec-3 .characters {
    position: absolute;
    top: -26px;
    right: 610px;
    z-index: 99;
    width: 120p;
}

#main-content .sec-3 .characters img{
    width: 120px;
}

#main-content .sec-3 .place-img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    position: absolute;
    top: 20px;
    right: 86px;
    z-index: 99;
    border: 2px solid var(--orange);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
}

#main-content .sec-3 .place-img::before {
    display: none;
}

#main-content .sec-3 .place-img-inner {
    width: 180px;
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: -41%;
}

#main-content .sec-3 .info-card .location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    font-size: 0.9rem;
    color: #666;
}

#main-content .sec-3 .info-card .location img {
    width: 20px;
    height: auto;
}

#main-content .sec-3 .info-card .card-title {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "GmarketSansBold" !important;
    margin: 0;
}

#main-content .sec-3 .info-card .card-middle {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#main-content .sec-3 .info-card .tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#main-content .sec-3 .info-card .tag {
    background: #fff;
    padding: 6px 12px;
    border-radius: 50px;
    /* font-size: 0.85rem; */
    color: #666;
    border: 1px solid #eaeaea;
}
#main-content .sec-3 .info-card .accessibility {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 62%;
}

#main-content .sec-3 .info-card .accessibility li {
    flex: 0 0 calc(25% - 7.5px);
    max-width: calc(25% - 7.5px);
}

#main-content .sec-3 .info-slide .top {
    padding: 0 40px 30px 40px;
    border: 1px solid #eaeaea;
    border-radius: 20px 20px 0 0;
    width: auto;
}


#main-content .sec-3 .info-card .card-bottom {
    margin-top: auto;
    padding: 20px;
    background-color: #FFEFCD;
    border: 1px solid #F6BE44;
    border-radius: 0 0 20px 20px;
}

#main-content .sec-3 .info-card .stats {
    display: flex;
    gap: 20px;
    align-items: center;
}

#main-content .sec-3 .info-card .stats span{
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    font-family: "GmarketSansMedium" !important;
}

#main-content .sec-3 .info-card .stats .cmt span{
    background-image: url("../images/common/cmt.svg");
}

#main-content .sec-3 .info-card .stats .like span{
    background-image: url("../images/common/like.svg");
}

#main-content .sec-3 .info-card .stats .heart span{
    background-image: url("../images/common/heart.svg");
}

#main-content .sec-3 .info-container .swiper-button-prev,
#main-content .sec-3 .info-container .swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #5D02FE;
    border-radius: 50%;
    color: #fff;
    margin-top: 0;
    top: 190px;
    z-index: 30;
}

#main-content .sec-3 .info-container .swiper-button-prev img,
#main-content .sec-3 .info-container .swiper-button-next img{
    width: 25px;
}

#main-content .sec-3 .info-container .swiper-button-prev {
    left: auto;
    right: 80px;
}

#main-content .sec-3 .info-container .swiper-button-next {
    right: 20px;
}

#main-content .sec-4 {
    padding: 100px 0;
}

#main-content .sec-4 .inner{
    display: flex;
    align-items: center;
    gap: 0 50px;
}

#main-content .sec-4 .tbox{
    width: 350px;
}

#main-content .sec-4 .tbox h1{
    font-family: "GmarketSansMedium";
    font-size: 2.5rem;
}

#main-content .sec-4 .tbox h1.txt-2{
    color: var(--green);
}

#main-content .sec-4 .tbox h1.txt-2 span{
    color: var(--orange);
}


#main-content .sec-4 .sns-slide{
    flex: 1;
    padding-bottom: 50px;
}

#main-content .sec-4 .sns-slide .swiper-slide{
    width: 350px;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
}

#main-content .sec-4 .sns-slide .swiper-slide:hover img{
    transform: scale(1.05);
    transition: 0.3s;
}

#main-content .sec-4 .sns-slide .swiper-pagination-progressbar {
    top: auto !important;
    bottom: 0;
}

#main-content .sec-4 .sns-slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: var(--purple);
}

#main-content .sec-4 .sns-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-content .sec-4 .sns-slide .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    border-radius: 50px;
    font-family: "GmarketSansMedium";
    display: flex;
    gap: 0 5px;
    padding: 8px 14px 5px 14px;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

#main-content .sec-4 .sns-slide .badge i{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#main-content .sec-4 .sns-slide .badge.ins i{
    background-image: url("../images/common/sns-Instagram.svg");
}

#main-content .sec-4 .sns-slide .badge.fb i{
    background-image: url("../images/common/sns-fb.svg");
}

#main-content .sec-4 .sns-slide .badge.blog i{
    background-image: url("../images/common/sns-blog.svg");
}

/*계절=======================================*/
#Wrap.autumn .vs-area .cbox .tit h1 .col-1{
    color: #ED6F2B;
}


#Wrap.autumn .vs-area .cbox .tit h1 .col-2{
    color: #D5334C;
}

.vs-area .cbox .tit h1 .col-3{
    color: #260068;
}

.winter .vs-area .cbox .tit h1 .col-1 {
    color: #fff;
}

.winter .vs-area .cbox .tit h1 .col-2 {
    color: #cf2204;
}

#Wrap.autumn .vs-area{
    background: url("../images/main/autumn/bg.png") center / cover no-repeat;
}

#Wrap.winter .vs-area{
    background: url("../images/main/winter/bg.png") center / cover no-repeat;
}


#Wrap #main-content .sec-1 .leaf-1,
#Wrap #main-content .sec-1 .leaf-2{
    position: absolute;
    top: 50px;
    transform-origin: center center;
    will-change: transform;
}

#Wrap #main-content .sec-1 .leaf-1{
    left: 5%;
}

#Wrap #main-content .sec-1 .leaf-2{
    right: 5%;
    /*top: -200px;*/
}

#Wrap.winter #main-content .sec-1 .leaf-1 {
    left: 2%;
    top: -25%;
}

#Wrap.winter #main-content .sec-1 .leaf-2{
    right: 5%;
    top: 0;
}

/* 겨울 눈이 내리는 효과 */
#Wrap.winter .vs-area .snow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

#Wrap.winter .vs-area .snowflake {
    position: absolute;
    background: white;
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

@keyframes snowfall {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        transform: translateY(50vh) translateX(var(--sway, 0px)) rotate(180deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) translateX(calc(var(--sway, 0px) * 2)) rotate(var(--rotation, 360deg));
        opacity: 0.6;
    }
}


#Wrap.spring .petal-area{
    visibility: hidden;
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: visible;
    z-index: 2;
}

#Wrap.spring .petal-area .petal{
    position: absolute;
    top: -10%;
    width: 40px;
    height: 40px;
    background-image: url("../images/main/spring/leaf-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    animation-name: fallPetal;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#Wrap.spring .petal-area .petal:nth-child(1){
    left: 5%;
    animation-duration: 10s;
    animation-delay: -2s;
    width: 18px;
    height: 18px;
}

#Wrap.spring .petal-area .petal:nth-child(2){
    left: 15%;
    animation-duration: 12s;
    animation-delay: -6s;
    width: 26px;
    height: 26px;
}

#Wrap.spring .petal-area .petal:nth-child(3){
    left: 25%;
    animation-duration: 11s;
    animation-delay: -4s;
    width: 34px;
    height: 34px;
}

#Wrap.spring .petal-area .petal:nth-child(4){
    left: 35%;
    animation-duration: 13s;
    animation-delay: -8s;
    width: 44px;
    height: 44px;
}

#Wrap.spring .petal-area .petal:nth-child(5){
    left: 45%;
    animation-duration: 9s;
    animation-delay: -3s;
    width: 22px;
    height: 22px;
}

#Wrap.spring .petal-area .petal:nth-child(6){
    left: 55%;
    animation-duration: 14s;
    animation-delay: -10s;
    width: 52px;
    height: 52px;
}

#Wrap.spring .petal-area .petal:nth-child(7){
    left: 65%;
    animation-duration: 11s;
    animation-delay: -5s;
    width: 28px;
    height: 28px;
}

#Wrap.spring .petal-area .petal:nth-child(8){
    left: 75%;
    animation-duration: 13s;
    animation-delay: -9s;
    width: 46px;
    height: 46px;
}

#Wrap.spring .petal-area .petal:nth-child(9){
    left: 85%;
    animation-duration: 10s;
    animation-delay: -1s;
    width: 32px;
    height: 32px;
}

#Wrap.spring  .petal-area .petal:nth-child(10){
    left: 50%;
    animation-duration: 16s;
    animation-delay: -12s;
    width: 16px;
    height: 16px;
}

#Wrap.spring .petal-area .petal:nth-child(11){
    left: 30%;
    animation-duration: 18s;
    animation-delay: -15s;
    width: 60px;
    height: 60px;
}

#Wrap.spring .petal-area .petal:nth-child(12){
    left: 70%;
    animation-duration: 17s;
    animation-delay: -14s;
    width: 54px;
    height: 54px;
}

@keyframes fallPetal {
    0% {
        transform: translate3d(-10px, -10%, 0) rotateZ(0deg) rotateX(15deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        transform: translate3d(15px, 55vh, 0) rotateZ(140deg) rotateX(45deg);
        opacity: 1;
    }
    100% {
        transform: translate3d(-20px, 110vh, 0) rotateZ(280deg) rotateX(75deg);
        opacity: 0;
    }
}




/*E:계절*/
#Wrap.spring .vs-area{
    background: url("../images/main/spring/bg.png") center / cover no-repeat;
}

#Wrap.summer .vs-area{
    background: url("../images/main/summer/bg.png") center / cover no-repeat;
}

#Wrap.summer .vs-area::before,
#Wrap.summer .vs-area::after{
    content: "";
    position: absolute;
    top: 15%;
    width: 380px;
    height: 200px;
    background: url("../images/main/summer/crd.png") center / contain no-repeat;
    opacity: 0.9;
    pointer-events: none;
    z-index: 1;
}

#Wrap.summer .vs-area::before{
    left: 6%;
    animation: summerCloudFloat1 18s ease-in-out infinite;
}

#Wrap.summer .vs-area::after{
    top: 18%;
    left: 60%;
    width: 320px;
    height: 170px;
    opacity: 0.7;
    animation: summerCloudFloat2 22s ease-in-out infinite;
}

#Wrap.autumn .vs-area{
    background: url("../images/main/autumn/bg.png") center / cover no-repeat;
}

#Wrap.winter .vs-area{
    background: url("../images/main/winter/bg.png") center / cover no-repeat;
}

#Wrap.winter .quick-mn{
    background: linear-gradient(90deg, #C91F1F, #582424);
}

#Wrap.spring .quick-mn{
    background: linear-gradient(90deg, #FF96D5, #FFC196);
}

#Wrap.summer .quick-mn{
    background: linear-gradient(90deg, #496EE4, rgb(40, 180, 190));
}

.spring #header .top {
    background: linear-gradient(90deg, #FA84D7 0%, #FFBB00 100%);
}

.summer #header .top {
    background: linear-gradient(90deg, #33C2A0 0%, #3188EB 100%);
}

.winter #header .top {
    background: linear-gradient(90deg, #a6281d 0%, #f3b422 100%);
}


#Wrap.spring .vs-area .tit .col-1 {
    color: #ff9696;
}

#Wrap.spring .vs-area .tit .col-2 {
    color: #FF96D5;
}

#Wrap.summer .vs-area .tit .col-1 {
    color: #fff;
}

#Wrap.summer .vs-area .tit .col-2 {
    color: #ffdff2;
}

#Wrap.summer .vs-area .tit .col-3 {
    color: #fffbd1;
}


#Wrap #main-content .sec-1 .leaf-1,
#Wrap #main-content .sec-1 .leaf-2{
    position: absolute;
    bottom: -100px;
    transform-origin: center center;
    will-change: transform;
    animation: sec1LeafFloat 10s ease-in-out infinite;
}

@keyframes sec1LeafFloat {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    25% {
        transform: translate3d(-6px, -10px, 0) rotate(-4deg);
    }
    50% {
        transform: translate3d(0, -4px, 0) rotate(2deg);
    }
    75% {
        transform: translate3d(8px, -12px, 0) rotate(-3deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes summerCloudFloat2 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-26px, -6px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}


.spring .vs-area .hmyo-img{
    bottom: 20%;
    animation: hmyoFloatLoop 6s ease-in-out infinite;
}

.summer .vs-area .hmyo-img{
    animation: hmyoFloatLoop 7s ease-in-out infinite;
}

@keyframes hmyoFloatLoop {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -10px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}


    @media (max-width: 1400px){


    .vs-area .bottom-img{
        width: 50%;
    }

    .vs-area .bottom-img{
        z-index: 1;
    }

    .vs-area .hmyo-img {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 28%;
    }

    .vs-area .inner{
        padding-right: 0 !important;
    }

    .hotp-slide{
        max-width: 100%;
    }

    #main-content .sec-1{
        padding-bottom: 50px;
    }

    #main-content .sec-2 .right-img{
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 123px;
    }

    #main-content .sec-2 .inner{
        height: auto;
    }

    #main-content .sec-3 {
        padding-top: 50px;
    }

    #main-content .sec-3 .top-bar .yo-img {
        position: absolute;
        bottom: 63px;
        left: 50%;
        transform: translateX(-50%);
    }

    #main-content .sec-3 .top-bar {
        padding: 20px 0 15px 0;
    }


    #main-content .sec-1 .yo-img{
        width: 247px;
    }



}/*E:1400px*/




@media (max-width: 1180px) {
    #main-content .sec-3 .info-container {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-height: 50%;
    }

    #main-content .sec-3 .map-wrapper {
        min-height: 400px;
    }

    
    .hotp-slide {
        padding: 0 20px 50px 0 !important;
    }

    #Wrap.autumn #main-content .sec-1 .leaf-2{
        right: 0;
        top: -280px;
        width: 40px;
    }
    
    #Wrap.autumn #main-content .sec-1 .leaf-1{
        left: -20px;
        width: 30px;
    }

    #Wrap.winter #main-content .sec-1 .leaf-2{
        right: 0;
        top: 0;
        width: 140px;
    }
    
    #Wrap.winter #main-content .sec-1 .leaf-1{
        left: -20px;
        width: 185px;
        top: -48%;
    }

    #main-content .sec-1 .top .tit h1 {
        font-size: 2.2rem;
    }

    #main-content .sec-1 .tour-slide{
        padding: 40px 20px 0 20px;
        margin-top: 0;
    }

    #main-content .sec-1{
        padding-bottom: 50px;
    }

    #main-content .sec-2 .cbox-wrap{
        flex-direction: column;
        gap: 20px 0;
    }

    #main-content .sec-2 .rbox .bottom {
        justify-content: flex-start;
    }

    #main-content .sec-2 .lbox ul {
        width: 100%;
    }

    #main-content .sec-2 .lbox h4,
    #main-content .sec-2 .lbox ul li strong {
        font-size: 1rem;
    }

    #main-content .sec-1 .yo-img{
        width: 150px;
        top: -26px;
        left: 20px;
    }


}/*E:1180px*/


@media (max-width: 1024px) {
    
    #main-content .sec-2 {
        margin-bottom: 50px;
    }

    #main-content .sec-3 .top-bar{
        display: none;
    }

    #main-content .sec-3 .place-img {
        top: 45%;
        transform: translateY(-50%);
        right: 20px;
    }

    #main-content .sec-3 .place-img-inner{
        width: 100px;
    }

    #main-content .sec-3 .place-img-inner {
        left: -30%;
    }

    #main-content .sec-3 .info-card .accessibility {
        width: 50%;
    }

    #main-content .sec-3 .info-slide.swiper{
        width: 95%;
        margin-top: 20px;
    }

    #main-content .sec-3 .info-container .swiper-button-prev, #main-content .sec-3 .info-container .swiper-button-next{
        top: 150px;
    }

    #main-content .sec-3 .info-slide .top{
        margin-bottom: 0;
        padding-bottom: 30px;
    }


    #main-content .sec-3 .info-container{
        position: relative;
    }

    #main-content .sec-4 .inner{
        flex-direction: column;
        margin-top: 20px;
    }

    #main-content .sec-4 .tbox {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #main-content .sec-4 .tbox h1{
        font-size: 1.5rem;
    }

    #main-content .sec-4 .sns-slide {
        flex: auto;
        width: 100%;
    }

    #main-content .sec-4 {
        padding: 0 0 50px 0;
    }



}/*E:1024px*/




@media (max-width: 768px){
    #main-content .sec-2 .right-img {
        width: 240px !important;
        height: 240px !important;
    }

    .vs-area{
        height: auto;
    }

    .vs-area .cbox{
        padding-top: 100px;
    }

    .vs-area .bottom-img {
        width: 100%;
    }

    .vs-area .cbox .tit h1{
        font-size: 1.8rem;
    }

    .vs-area .hmyo-img {
        width: 140px;
    }

    #main-content .sec-1 .top{
        width: 100%;
    }

    .hotp-slide .swiper-slide .tbox strong {
        font-size: 1rem;
    }

    .vs-area .cbox {
        padding-top: 120px;
    }

    #main-content .sec-2 .rbox .bottom{
        padding: 0 20px;
    }

    #main-content .sec-1 .top .tag-chip{
        font-size: 14px;
    }

    #main-content .sec-1 .top .tag-chip{
        padding: 5px 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    #main-content .sec-2 {
        margin-bottom: 50px;
    }

    #main-content .sec-3 {
        padding-top: 0;
        margin-bottom: 0;
    }

    #main-content .sec-3 .top-bar .inner{
        flex-direction: column;
    }

    #main-content .sec-3 .place-img {
        width: 150px;
        height: 150px;
        border-radius: 150px;
    }


    #main-content .sec-4 .sns-slide .badge{
        font-size: 14px;
    }

    #main-content .sec-4 .sns-slide .swiper-slide{
        height: auto;
    }

    #main-content .sec-1 .yo-img{
        top: -67px;
        width: 8rem;
        left: 20px;
    }



    #main-content .sec-4 .tbox h1,
    #main-content .sec-4 .tbox h1.txt-2{
        font-size: 40px !important;
    }

    #main-content .sec-4 .tbox h1.txt-2{
        margin-bottom: 20px !important;
    }

    .sns-linkzone ul {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .sns-linkzone ul li a img{
        width: 50px !important;
    }

    #main-content .sec-3 .info-slide .top{
        padding-left :20px;
        padding-right: 20px;
    }


}/*E:768px*/

@media (max-width: 640px){
    

    .vs-area .cbox .tit h1{
        font-size: 1.55rem;
    }
    #main-content .sec-2 .right-img {
        width: 190px !important;
        height: 190px !important;
    }
    #main-content .sec-2 .rbox .bottom {
        gap: 20px !important;
    }
    .vs-area .hmyo-img {
        width: 100px;
    }

    #main-content .sec-2 .lbox ul li a{
        width: auto;
    }

    #main-content .sec-2 .lbox ul li strong{
        flex: 1;
        width: auto;
        font-size: 0.9rem;
        white-space: normal;
        word-break: keep-all;
    }

    #main-content .sec-2 .lbox ul li p{
        display: none;
    }

    #main-content .sec-2 .rbox h1 {
        font-size: 1.5rem;
    }

    #main-content .sec-2 .rbox .bottom img{
        width: 80px;
    }

    #main-content .sec-3 .info-card .accessibility {
        width: 100%;
    }

    #main-content .sec-3 .info-container .swiper-button-prev, #main-content .sec-3 .info-container .swiper-button-next {
        top: 50px;
    }

    #Wrap.winter #main-content .sec-1 .leaf-2{
        display: none;
    }

    #main-content .sec-2 .left-img{
        width: 100px;
        left: 0;
    }

}/*E:640*/

@media (max-width: 380px){


    .vs-area .cbox .tit h1{
        font-size: 1.55rem;
    }

}/*E:380*/