.btn-menu{
    display: none;
}
.header-smart{
    display: none;
}
main {
    background: #685c74 url(../img/banner2.jpg) no-repeat center center / cover;
    background-attachment: fixed;
}
header{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    padding:1rem 0;
    z-index: 100000;
    /* filter: blur(0); */
    opacity: 1;
    pointer-events: auto;
    transition:all 1s ease 0s;
}
header.fadeout{
    filter: blur(100px);
    opacity: 0;
    pointer-events: none;
}
/* div#aboutme:after{
    content:"";
    position:absolute;
    left: 0;
    bottom:0;
     width: 100%;
    padding: 60px 20px 40px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: white;
    border-radius: 20px;
    
    clip-path: path(
    "M0% 12%
     C15% 0%, 35% 25%, 50% 12%
     C65% 0%, 85% 25%, 100% 12%
     L100% 100%
     L0% 100%
     Z"
    );
} */
.ex-deco-svg {
    position: absolute;
    left: 0;
    top: -400px;
    width: 100%;
    height: 400px;
    z-index: 2;
    display: block;
    pointer-events: none;
}
.gnb {
    display: inline-flex;
    gap: 2rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    background: linear-gradient(135deg, rgb(53 43 82 / 60%), #ffffff47);
    border: 1px solid rgba(240, 232, 255, 0.5);
    box-shadow: 0 1.2rem 2.1rem rgba(12, 6, 24, 0.45);
    color: #fff;
}

.gnb a:hover{
    color:#ef05e8;
}

.hero{
    height: 100vh;
    background: url(../img/banner1.jpg) no-repeat 50% 50% / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

h1 {
    font-size: 6rem;
    font-family: "Playfair Display", serif;
}

h4{
    font-size: 1.5rem;
}

.aboutme-container {
    position: relative;
    min-height: 900px;
    padding: 6rem 0;
background: #685c74 url(../img/banner2.jpg) no-repeat center center / cover;
    background-attachment: fixed;
    
}

.aboutme {
    position: relative;
    color: #fff;
    min-height: 900px;
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 900px; */
    padding: 4rem 0;
    box-sizing: border-box;
    overflow: visible;
}

.about-intro {
    max-width: 36rem;
    line-height: 1.6;
    padding-top: 5rem;
    /* position: sticky; */
    /* left: 0; */
    /* top: 0; */
    z-index: 333;
}

.about-intro h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
}

.about-intro p{
    margin-bottom: 0.75rem;
}

.about-txt {
    position: relative;
    width: 50%;
    max-width: 640px;
    /* height: 360px; */
    margin-top: 5rem;
    overflow: visible;
}

.about-trigger{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.txt-box {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    max-width: 100%;
    background: linear-gradient(135deg, rgba(53, 43, 82, 0.4), rgba(108, 82, 132, 0.35));
    border: 1px solid rgba(240, 232, 255, 0.5);
    box-shadow: 0 1.2rem 2.1rem rgba(12, 6, 24, 0.45);
    border-radius: 1.2rem;
    padding: 2.4rem 2rem;
    backdrop-filter: blur(7px);
    /* opacity: 0; */
    /* transform: translateY(40px); */
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    box-sizing: border-box;
    overflow: visible;
    margin-bottom: 10rem;
}

.txt-box h3 {
    border-bottom: 1px solid rgba(240, 232, 255, 0.4);
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
}

.txt-box>p:nth-of-type(1){
    font-weight: 700;
    padding: 1rem 0;
}

.txt-box.visible{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.aboutme2 {
    width: 100%;
    color: #fff;
    pointer-events: none;
    z-index: 10;
    transition: opacity 0.6s ease;
}

.aboutme2.active {
    opacity: 1;
    pointer-events: auto;
}

.aboutme2-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem 0;
    box-sizing: border-box;
    overflow: visible;
}

.aboutme2-intro {
    max-width: 720px;
    line-height: 1.6;
}

.aboutme2-intro h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
}

.aboutme2-info {
    margin-top: 1.5rem;
}

.aboutme2-info dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 3rem;
    align-items: flex-start;
}

.aboutme2-info .info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.aboutme2-info dt {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    display: block;
}

.aboutme2-info dd {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    display: block;
}

.aboutme2-left {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
    margin-top: auto;
    overflow: visible;
}

.aboutme2-info-text {
    max-width: 720px;
    line-height: 1.6;
}

.aboutme2-info-text h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
    color: #fff;
}

.aboutme2-info-text dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 3rem;
    align-items: flex-start;
}

.aboutme2-info-text .info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.about-img{
    width: 950px;
    height: auto;
}

.aboutme2-info-text dt {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    display: block;
}

.aboutme2-info-text dd {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    display: block;
}

.info-box {
    flex: 1 1 auto;
    min-width: 0;
    background: linear-gradient(135deg, rgba(53, 43, 82, 0.9), rgba(108, 82, 132, 0.35));
    border: 1px solid rgba(240, 232, 255, 0.5);
    box-shadow: 0 1.2rem 2.1rem rgba(12, 6, 24, 0.45);
    border-radius: 1.2rem;
    padding: 2.4rem 2rem;
    backdrop-filter: blur(7px);
    box-sizing: border-box;
    overflow: visible;
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    margin-top: 4rem;
}

.info-box.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.info-box h2 {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(240, 232, 255, 0.4);
    padding-bottom: 0.75rem;
}

.info-box h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(240, 232, 255, 0.4);
    padding-bottom: 0.75rem;
}

.info-box dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 3rem;
    align-items: flex-start;
}

.info-box .info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-box .cert-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-box dt {
    font-weight: 600;
    color: rgba(240, 232, 255, 0.7);
    margin: 0;
    font-size: 0.9rem;
}

.info-box dd {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
}

.info-box dd strong {
    font-weight: 700;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin-bottom: 0.25rem;
}

.aboutme2-trigger {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 1px;
    pointer-events: none;
}
.ex-bg {
    position: relative;
    background: url(../img/banner3.jpg) no-repeat 50% 50% / cover;
    min-height: 900px;
    /* height: 900px; */
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.experience {
    /* width: 500px; */
    height: 550px;
    position: relative;
    z-index: 1;
}
.noise {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3333;
    pointer-events: none;
    background: url("../img/noise.gif") repeat 50% 50%;
    opacity: 0.05;
}
 .swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

.experience .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 340px;
}
.experience .swiper-slide figure{
    width:100%;
}
.ex-bg .swiper-slide  figure img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1.3;
    object-fit: cover;
    border-radius: 0.5rem;
    /* mix-blend-mode: initial; */
    /* opacity: 0.4; */
    filter: blur(12px)brightness(0.3);
    transition: all 0.5s ease 0s;
}
.ex-bg .swiper-slide.swiper-slide-active  figure img {
    filter: blur(0)brightness(1);
}

.experience .swiper-slide p{
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.experience .swiper-slide h4 {
    padding: 0.5rem 0;
    font-size: 1.13rem;
    color:#fff;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.experience .swiper-slide.swiper-slide-active p{
    opacity: 1;
}
.experience .swiper-slide.swiper-slide-active h4{
    opacity: 1;
} 


.ex {
    display: flex;
    flex-direction: column;
    /* margin-left: 7rem; */
    width: 100%;
}

.ex-bg h1 {
    color: #fff;
}

.skill-main-txt{
    /* margin-left: 7rem; */
}

.skills-bg {
    background: url(../img/banner3.jpg) no-repeat 50% 50% / cover;
    min-height: 900px;
    color: #fff;
    padding: 6rem 0;
    background-attachment: fixed;
}

.skill-box {
    background: linear-gradient(135deg, rgba(53, 43, 82, 0.9), rgba(108, 82, 132, 0.35));
    border: 1px solid rgba(240, 232, 255, 0.5);
    box-shadow: 0 1.2rem 2.1rem rgba(12, 6, 24, 0.45);
    border-radius: 1.2rem;
    padding: 1.5rem 1.8rem;
    backdrop-filter: blur(7px);
    box-sizing: border-box;
    overflow: visible;
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.skill-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    /* margin: 0 7rem; */
}

.skill-title{
    font-size: 4.5rem;
}

.skill-sub-tilte {
    margin-bottom: 3rem;
    font-family: "Playfair Display", serif;
    margin-top: 1rem;
}

.skill-sub-tilte2 {
    margin-bottom: 2rem;
}

.skill-box h4{
    font-family: "Playfair Display", serif;
    padding-bottom: 1rem;}

.skill-box p{
    font-size: 0.8rem;
}

.pop-up-design {
    background: url(../img/banner3.jpg) no-repeat 50% 50% / cover;
    /* min-height: 900px; */
    /* height: 900px; */
    color: #fff;
    padding: 6rem 0;
    background-attachment: fixed;
}

.popup-txt{
    /* margin: 0 7rem; */
}

.popup-txt h1{
    font-size: 4.5rem;
}

.popup-txt h4{
    font-size: 1rem;
}

.carousel-viewport {
    position: relative;
    width: 100%;
    margin-left: calc(50% - 50%);
    padding: 4rem 0;
    overflow: hidden;
    box-sizing: border-box;
}

.panorama-slider{
    isolation: isolate;
    --panorama-duration: 48s;
}

.panorama-track{
    display: flex;
    gap: clamp(1.5rem, 3vw, 4rem);
    width: max-content;
    animation: panorama-scroll var(--panorama-duration) linear infinite;
    will-change: transform;
}

.panorama-slider[data-direction="right"] .panorama-track{
    animation-direction: reverse;
}

.panorama-item {
    flex: 0 0 auto;
    width: clamp(260px, 22vw, 340px);
    max-width: 100%;
    margin: 0;
    padding: clamp(1rem, 2.2vw, 1.8rem);
    border-radius: clamp(0.8rem, 1.4vw, 1.4rem);
    background: rgb(67 67 79 / 18%);
    box-shadow: 0 clamp(1rem, 2vw, 2rem) clamp(1.5rem, 3vw, 3rem) rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    backdrop-filter: blur(10px);
    cursor: grab;
}
.banner-design {
    padding-bottom: 2rem!important;
}
.banner-train{
    transition-timing-function: linear!important;
}
.banner-design .swiper-pagination{
    color:#fff;
}

.panorama-item img{
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    display: block;
}

.panorama-item figcaption{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0.8rem 0 0 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    border: 0 !important;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.75rem, 1.2vw, 0.95rem);
    text-align: center;
    line-height: 1.4;
}

.bn-design {
    background: url(../img/banner3.jpg) no-repeat 50% 50% / cover;
    padding: 6rem 0;
    background-attachment: fixed;
}

.bn-design-txt{
    color: #fff;
    /* margin-left: 7rem; */
    margin-bottom: 4rem;
}

.bn-design-txt h4{
    font-size: 1rem;
}

.banner-design{
    position: relative;
}

.banner-design .swiper-slide{
    position: relative;
}

.banner-design figure{
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0;
}

.banner-design figure img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
    position: relative;
}

.banner-design figure figcaption {
    width: 100%;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
    text-align: center;
    line-height: 1.5;
    /* margin-top: clamp(4rem, 5vw, 5.5rem); */
    padding: clamp(0.5rem, 1vw, 1rem) clamp(1rem, 2vw, 2rem);
    white-space: normal;
    word-wrap: break-word;
    overflow: visible;
    box-sizing: border-box;
}

.banner-design .swiper-slide .bn-txt{
    padding-top: 1rem;
}

.banner-design .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 700px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 10;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0.4rem, 0.6vw, 0.6rem);
    padding-top: clamp(0.8rem, 1.5vw, 1.2rem);
    padding-bottom: clamp(0.8rem, 1.5vw, 1.2rem);
    pointer-events: none;
}


.banner-design .swiper-pagination-bullet {
    pointer-events: auto;
}

/* Pagination bullet 기본 스타일 (비활성화) */
.banner-design .swiper-pagination-bullet {
    width: clamp(6px, 0.6vw, 8px);
    height: clamp(6px, 0.6vw, 8px);
    background: rgba(255, 255, 255, 0.4);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Pagination bullet 호버 효과 */
.banner-design .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* Pagination bullet 활성화 상태 */
.banner-design .swiper-pagination-bullet-active {
    width: clamp(20px, 2.5vw, 24px);
    height: clamp(6px, 0.6vw, 8px);
    background: rgba(200, 150, 220, 0.95);
    border: 1.5px solid rgba(220, 170, 240, 1);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(200, 150, 220, 0.7), 0 1px 4px rgba(0, 0, 0, 0.3);
}

.project-bg{
    background: url(../img/banner4.jpg) no-repeat 50% 50% / cover;
}
.project h3{
    text-align: center;
    font-family: "Playfair Display", serif;
    padding-top: 3rem;
    color: #FF9D27;
    font-size: 4rem;
}
.project p{
    text-align: center;
    margin-bottom: 2rem;
}
.project-sticky-menu{
    display: flex;
    gap:1rem;
    position: sticky;
    left:0;
    top:1rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
}
.project-sticky-menu a {
    display: block;
    padding: 0.3rem 1.7rem;
    border: 1px solid #000;
    font-size: 0.8rem;
    background-color: #fff;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(53, 43, 82, 0.4), rgba(108, 82, 132, 0.35));
    border: 1px solid rgba(240, 232, 255, 0.5);
    border-radius: 50px;
    backdrop-filter: blur(7px);
    color: #fff;
}
.project-sticky-menu a:hover{
    background-color: #FF9D27;
    color:#fff;
}

.experience{
    padding:1rem 0!important;
}

.project-cor-bg {
    background: url(../img/corsair-bg.jpg) no-repeat 50% 0%;
    /* background-attachment: fixed; */
}
.project-cor h3>a>img{
    width: 250px;
} 

.project-cor h4{
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
    color: #FF00E4;
    text-align: center;
}

.project-cor p{
    text-align: center;
    color: #fff;
}

.project-cor-sticky-menu{
    display: flex;
    gap:1rem;
    position: sticky;
    left:0;
    top:1rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;}

.project-cor-sticky-menu a {
    display: block;
    padding: 0.3rem 1.7rem;
    border: 1px solid #000;
    font-size: 0.8rem;
    background-color: #fff;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(53, 43, 82, 0.4), rgba(108, 82, 132, 0.35));
    border: 1px solid rgba(240, 232, 255, 0.5);
    border-radius: 50px;
    backdrop-filter: blur(7px);
    color: #fff;
}

.project-cor-sticky-menu a:hover{
    background-color: #FF00E4;
    color:#fff;
}

.end-box {
    background: url(../img/end-bg.jpg) no-repeat 50% 50% / cover;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    margin: 0 auto;
    background-attachment: fixed;
}

.end-img{
    background: url(../img/me1.jpg) no-repeat center center / cover;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 2rem auto;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    padding: 4px;
    box-shadow: 
        0 0 20px rgba(255, 255, 255, 0.5),
        0 0 40px rgba(255, 255, 255, 0.3),
        0 0 60px rgba(255, 255, 255, 0.2),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
    animation: glow-pulse 3s ease-in-out infinite;
}

.end-img::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9),
        rgba(255, 192, 203, 0.8),
        rgba(147, 112, 219, 0.8),
        rgba(255, 255, 255, 0.9));
    background-size: 400% 400%;
    z-index: -1;
    animation: gradient-rotate 4s linear infinite;
    filter: blur(8px);
    opacity: 0.85;
}

.end-img::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.6),
        rgba(255, 192, 203, 0.5),
        rgba(147, 112, 219, 0.5),
        rgba(255, 255, 255, 0.6));
    background-size: 400% 400%;
    z-index: -2;
    animation: gradient-rotate 6s linear infinite reverse;
    filter: blur(15px);
    opacity: 0.6;
}

.project-img{
    line-height: 0;
}

@keyframes gradient-rotate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        box-shadow: 
            0 0 20px rgba(255, 255, 255, 0.4),
            0 0 40px rgba(255, 255, 255, 0.2),
            0 0 60px rgba(255, 255, 255, 0.1),
            inset 0 0 20px rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow: 
            0 0 30px rgba(255, 255, 255, 0.5),
            0 0 60px rgba(255, 255, 255, 0.3),
            0 0 90px rgba(255, 255, 255, 0.1),
            inset 0 0 30px rgba(255, 255, 255, 0.2);
    }
}

.end-img:hover{
    background: url(../img/me2.jpg) no-repeat center center / cover;
    transform: scale(1.05);
    box-shadow: 
        0 0 20px rgba(255, 255, 255, 0.1),
        0 0 40px rgba(255, 255, 255, 0.1),
        0 0 60px rgba(255, 255, 255, 0.15);
}

.end-img:hover::before {
    opacity: 0.5;
    filter: blur(8px);
}

.end-img:hover::after {
    opacity: 0.4;
    filter: blur(15px);
}

.end-box h1{
    color: #fff;
    text-align: center;
}

.end-txt{
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 900px;
    background: linear-gradient(135deg, rgba(53, 43, 82, 0.4), rgba(108, 82, 132, 0.35));
    border: 1px solid rgba(240, 232, 255, 0.5);
    box-shadow: 0 1.2rem 2.1rem rgba(12, 6, 24, 0.45);
    border-radius: 1.2rem;
    padding: 2.4rem 2rem;
    backdrop-filter: blur(7px);
    /* opacity: 0; */
    /* transform: translateY(40px); */
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    box-sizing: border-box;
    overflow: visible;
}

.end-box h4{
    font-family: "Playfair Display", serif;
    padding-bottom: 1rem;}

.end-txt p{
    padding-bottom: 1rem;
}

/* 연락처 정보 스타일 */
.end-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgba(53, 43, 82, 0.4), rgba(108, 82, 132, 0.35));
    border: 1px solid rgba(240, 232, 255, 0.5);
    border-radius: 50px;
    backdrop-filter: blur(7px);
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgba(53, 43, 82, 0.6), rgba(108, 82, 132, 0.55));
}

.contact-item .contact-icon {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    display: block;
}

.contact-item span {
    color: #fff;
    font-weight: 500;
}

@keyframes panorama-scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-33.333%);
    }
}

.sr-only{
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1700px) {
.ex-bg {
    min-height: 820px;
    /* height: 820px; */
    padding: 4rem 0rem;
    box-sizing: border-box;
}

    .ex {
        margin-left: 0;
    }

.ex h1 {
    font-size: 3.5rem;
    text-align: left;
    margin-bottom: 2rem;
}

    .experience {
        width: 100%;
        height: 520px;
    }

    .experience .swiper-slide {
        width: 260px;
    }

    .experience .swiper-slide h4 {
        font-size: 1rem;
    }

    .experience .swiper-slide p {
        font-size: 0.9rem;
    }
}