.post-header {
    display: none;
}
.post-content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: none !important;
}
.hero-section {
    position: relative;
    background-size: cover; /* 꽉 채우기 */
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
    background-color: #080808;
    padding-bottom: 120px;
}
.hero-section.inverse {
    background-color: #fff;
    color: #000;
}
.hero-section.sky {
    background-color: #87CEEB;
    color: #000;
}
.hero-section a {
    text-decoration: none;
}
.hero-section .badge {
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
    display: inline;
    width: fit-content;
    background-color: #cc0000;
    border: 2px solid #cc0000;
    color: #fff;
    font-size: 0.7em;
}
.hero-section .badge.white {
    background-color: #fff;
    border: 2px solid #fff;
}
.hero-section .badge.gray {
    background-color: #ddd;
    border: 2px solid #ddd;
}
.hero-section h1 {
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.hero-section h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.hero-section h2.bold {
    font-weight: 600;
}
.hero-section.center {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-section span {
    font-size: 1.6rem;
}
.hero-section span.md {
    font-size: 3rem;
    line-height: 2;
}
.hero-section .btn {
/*    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1.0),
        rgba(255, 255, 255, 0.6)
    );
*/    padding: 16px 24px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-decoration: none;
    opacity: 0.7;
    width: fit-content;
    color: #fff;
	margin-top: 60px;
}
.hero-section .btn.black {
    border: 1px solid #000;
    color: #000;
}
.hero-section .pd-wrap {
    display: grid;
    align-items: stretch; /* 내부 div들을 같은 높이로 맞춤 */
    gap: 4%;
    margin: 30px auto;
}
.hero-section .pd-wrap.slim {
    margin: 20px auto;
}
.hero-section .pd-wrap:has(.foldable) {
    margin: 20px auto;
}
.hero-section .pd-wrap:has(.pd-inner.black) {
    margin: 20px 10%;    
}
.hero-section .pd {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    padding: 20px 16px;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}
.hero-section .pd-wrap:has(.pd-bar) {
    display: grid;
    align-items: stretch; /* 내부 div들을 같은 높이로 맞춤 */
    margin: 30px auto 0 auto;
    width: 90%;
}
.hero-section .pd-bar {
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
    height: 30px;
}
.hero-section .pd-inner {
    flex: 1;
    padding: 10px 10px;
}
.hero-section .pd-inner.black {
    background-color: #000;
    color: #fff;
    padding: 30px 20px;
    font-size: 1.1em;
}
.hero-section .pd-inner.black i {
    color: #cc0000;
    margin-right: 5px;
}
.hero-section .pd.gray {
    background-color: #eaeaea;
    font-size: 0.9em;
    margin-top: 20px;
}
.hero-section .pd .date {
    font-style: italic;
    font-size: 0.9em;
    text-align: left;
    margin-bottom: 20px;
}
.hero-section .pd .title {
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
}
.hero-section .pd .content {
    margin: 50px 0;
    text-align: left;
}
.hero-section .pd .readmore {
    text-align: right;
    font-style: italic;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.footer-contact {
    position: relative;
    color: #080808;
    display: grid;
    flex-direction: row;
    padding: 80px 5%;
}
.footer-contact .col-l {
    padding: 10px 20px 10px 20px;
    flex: 1 0 auto;
}
.footer-contact .col-r {
    padding: 10px 20px 10px 20px;
    flex: 2 0 auto;
    text-align: right;
}
.footer-contact span {
    font-size: 1.8rem;
    line-height: 1.6;
}
.footer-contact h1 {
    font-size: 48px;
    line-height: 1.2;
}
.footer-contact .btn {
/*    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.3),
        rgba(0, 0, 0, 0.7)
    );
*/    padding: 20px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-style: italic;
}
.footer-contact.sky {
    background-color: #9fcae9;
}
.footer-contact.black {
    background-color: #000;
    color: #fff;
}

.hexa{
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

.hexa.tri {
    margin-top: -5px !important;
    border-radius: 0 !important;
    aspect-ratio: 1 / 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    bottom: 0;
}

.timeline {
    position: relative;
    padding: 0 !important;
    width: 100%;
    margin-top: 20px;
    list-style-type: none !important;
}

.timeline:before {
    position: absolute;
    left: 1%;
    top: 0;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: #000;
}

.timeline.gray:before{
    background: repeating-linear-gradient(
        to bottom,
        rgb(213,213,213),
        rgb(213,213,213) 3px,
        #fff 3px,
        #fff 6px
    );
}

.timeline li {
    padding: 0.2em 0 0.5em 0;
}

.timeline .hexa{
    width: 10px;
    height: 10px;
    position: absolute;
    background: #000;
    z-index: 5;
    left: -98%;
    right: 0;
    margin-left:auto;
    margin-right:auto;
    top: 10px;
    margin-top: 0;
    border-radius: 5px;
}

.timeline.gray .hexa{
    background: rgb(213,213,213);
}

.direction-l,
.direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.flag-wrapper {
    position: relative;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(255,255,255);
    z-index: 15;
    padding: 8px 10px;
    text-align: left;
}

.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255,255,255);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    position: relative;
    margin: 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
}

.direction-l .time-wrapper {
    position: absolute;
    left: 30px;
}

.direction-r .time-wrapper {
    position: absolute;
    left: 30px;
}

.timeline .time {
    background: #000;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 15px;
}

.timeline .time {
    background: #000;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 15px;
}

.timeline.gray .time {
    background: rgb(213,213,213);
    color: #000;
}

.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    z-index: 15;
    font-size: 0.8em;
}

.desc .month{
    font-weight: 600;
    display: block;
}

.desc .stress{
    background: #cc0000;
    color: #fff;
    display: block;
    font-size: 0.9em;
    padding: 4px 6px;
    margin-top: 2px;
    border-radius: 4px;
}

.desc img {
    position: relative;
    object-fit: cover;
    width: 80%;
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 0 1em 0 1em;
    padding: 1em;
    z-index: 15;
    text-align: left;
}

b {
    font-weight: 600;
}

.center {
    margin: auto;
    text-align: center !important;
}
.op-100 {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.op-100 > img {
    width: 80%;
    margin: 30px auto !important;
}
.op-100 .inbox {
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 0.3) !important;
    height: -webkit-fill-available;
}
.op-30 {
    background-color: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px, 10px;
}
.linkunderimg {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.linkunderimg a {
    font-size: 0.7em;
    color: #fff;
}
.hero-section:has(.cureca-img) {
    padding: 0;
    margin: 0;
}
.cureca-img {
	display: flex;
    width: 100%;
    margin: 0px;
    border-radius: 0;
    padding: 0;
}
.cureca-img img {
    border-radius: 0;
}
.foldable {
    margin: auto;
    text-align: center;
}
.img-90-70 {
	width: 90%;
}
.width-100-60 {
    max-width: 100%;
}
.pd-inner:has(.bottom-img) {
	padding: 20px 20px !important;
	text-align: left;
}
.bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 5%;
}
.bottom-above {
    margin: 50px 0 80% 0 !important;
    font-size: 1.6rem;
    line-height: 1.8;
}

@media(min-width: 768px){
    .hero-section {
        padding: 60px 20px;
    }

    .hero-section .pd-wrap {
        margin: 60px auto;
    }

    .hero-section .pd-wrap {
        display: flex;
    }

    .hero-section .badge {
        font-size: 1em;
    }
    .hero-section .pd-inner {
        padding: 30px 20px;
    }

    .hero-section .pd-wrap:has(.pd-inner.black) {
        margin: 20px auto;    
    }
    .footer-contact .col-l {
        max-width: 40%;
    }
    .footer-contact {
        margin-top: 0;
    }

    .timeline {
        width: 700px;
        margin: 0 auto !important;
    }
    
    .timeline:before {
        left: 50%;
    }

    .timeline li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .timeline .hexa {
        right: -25px;
        left: auto;
        top: 8px;
    }

    .hexa.tri {
        margin-top: 5px !important;
    }
    .timeline .direction-l .hexa {
        right: auto;
        left: -25px;
    }

    .direction-l {
        position: relative;
        width: 330px;
        float: right !important;
        text-align: left !important;
    }

    .direction-r {
        position: relative;
        width: 330px;
        float: left !important;
        text-align: right !important;
    }

    .direction-r .desc {
		text-align: right !important;
    }

    .flag-wrapper {
        display: inline-block;
        width: 100%;
    }

    .flag {
        font-size: 18px;
    }

    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: rgb(254,254,254);
        border-width: 8px;
    }

    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-right-color: rgb(254,254,254);
        border-width: 8px;
        left: -8px;
    }

    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0px 5px;
        margin-top: -3px;
    }

    .direction-l .time-wrapper {
        position: relative;
        float: left !important;
        left: 0;
    }

    .direction-r .time-wrapper {
        position: relative;
        float: right !important;
        left: 0;
    }

    .time {
        padding: 8px 20px;
    }

    .direction-r .desc {
        margin: 1em 0 0 0.75em;
    }

    .desc img {
        width: 90%;
        display: block;
        margin: 15px 5% 10px 5%;
    }

    .desc .stress{
        width: fit-content;
    }
    
    .direction-l .stress {
        float: left;
    }
    
    .direction-r .stress {
        float: right;
    }
    .width-100-60 {
        max-width: 80%;
    }

    .pd-wrap {
        width: 90%;
    }
    .wrap-50 {
        width: 60%;
    }
    .wrap-60 {
        width: 70%;
    }
    .wrap-70 {
        width: 80%;
    }
    .wrap-80 {
        width: 90%;
    }
}

@media(min-width: 992px){
    .timeline {
        width: 860px;
        margin: 0 auto !important;
    }

    .direction-l {
        position: relative;
        width: 410px;
        float: right !important;
        text-align: left !important;
    }

    .direction-r {
        position: relative;
        width: 410px;
        float: left !important;
        text-align: right !important;
    }

    .desc img {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .width-100-60 {
        max-width: 70%;
    }
}

@media(min-width: 1024px){
    .hero-section {
        padding: 120px 60px;
    }
    .hero-section h1 {
        font-weight: 800;
        font-size: 60px;
        line-height: 1.3;
    }
    
    .hero-section h2 {
        font-size: 48px;
        line-height: 1.2;
    }
    
    .footer-contact .col-l {
        max-width: 30%;
    }
    .footer-contact .btn {
        padding: 20px 120px;
    }
    .pd-wrap {
        width: 90%;
    }
    .wrap-50 {
        width: 50%;
    }
    .wrap-60 {
        width: 60%;
    }
    .wrap-70 {
        width: 70%;
    }
    .wrap-80 {
        width: 80%;
    }
    .hero-section .pd-bar {
        height: 1px;
    }
    .foldable {
        text-align: left;
    }
    .hero-section .pd-wrap:has(.pd-bar) {
        margin: 0 auto;
    }
    .op-100 > img {
        max-width: 60%;
    }
    .img-90-70 {
	    width: 70%;
    }
    .desc img {
		max-width: 100%;
    }
	.foldable > img {
		max-width: 60%;
	}
    .width-100-60 {
        max-width: 60%;
    }

    .footer-contact {
        display: flex;
    }

}
.timeline li {
    opacity: 0;
    transform: translateY(-80px);
    transition: all 0.6s ease-in-out;
}

.timeline li.direction-r {
    transform: translateX(50px);
}

.timeline li.animate-in {
    opacity: 1;
    transform: translateX(0);
}

.timeline .desc img {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    transition: all 0.8s ease-in-out 0.2s;
}

.timeline li.animate-in .desc img {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* Enhanced hover effects for timeline images */
.timeline .desc img {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.timeline .desc img:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.header-wrap {
    padding-bottom: 0;
}
.header-logo {
    margin-bottom: 22px;
}
#fpc_effect-back {
    background-color: #eeeef4; /* some background color to match corner inside's */
    width: 100%;/* trivial */
}
#fpc_effect-back * {
	box-sizing: border-box;
}
#fpc_box {
	width: 520px;/*any relative or absolute*/
	position: absolute;
    right:0;
    top:0;
	background-color: rgba(255, 255, 255, 0.0);
    z-index: 100;
}
#fpc_content {
	padding: 20px;
}
#fpc_content:before {
	content:"";
	width: 280px;
	height: 280px;
	float: right;
}
#fpc_page-tip:before, #fpc_page-tip:after {
	background-color: #FFF;
	position: absolute;
	display: block;
	z-index: 2;
	border-top-right-radius: 60%;
	width: 50%;
	height: 50%;
	content: "";
}
#fpc_corner-box {  /* edit these sizes for the default revealing corner size */
	height: 120px;
	width: 120px;
	right: 0;
	top: 0;
	position: absolute;
	overflow: visible;
}
#fpc_box:hover #fpc_corner-box { /* edit corner size (First animation, when the whole page is rollovered) */
	height: 120px;
	width: 120px;
}
#fpc_box div#fpc_corner-box:hover { /* edit corner size (Second animation, when the corner itself is rollovered) */
	height: 540px;
	width: 540px;
}
#fpc_corner-box:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 111%;
	height: 111%;
}
#fpc_corner-contents:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background:  -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 37%, #DDD 62%, rgba(230, 230, 230, 0.1) 64%, rgba(255, 255, 255, 0) 67%), -webkit-radial-gradient(-50% 150%, circle, transparent 74%, rgba(0, 0, 0, 0.2) 74%, transparent 81%);
	display: block;
	width: 111%;
	height: 111%;
}
#fpc_page-tip:before {
    transform-origin: top right;
    clip-path: polygon(0 0, 100% 0, 0 100%);
	right: 100%;
	top: 0%;
	background: -webkit-radial-gradient(-50% 200%, circle, rgba(255,255,255,0) 90%, rgba(0,0,0,.1) 100%);
}
#fpc_page-tip:after {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotateY(180deg) translateZ(1px);
	top: 100%;
	right: 0%;
	background: -webkit-radial-gradient(-50% 100%, circle, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, .1) 100%);
}
#fpc_page-tip {
    border-radius: 0 0 0 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(0, 0, 0, 0.1), inset 5px 5px 15px rgba(255, 255, 255, 0.9);
    transform: translateZ(10px);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
	background: -webkit-linear-gradient(45deg, #ddd 17%, #dfdfdf 18%, #f5f5f5 30%, #f8f8f8 34%, #eee 39%, rgba(200,200,200,0) 41%);
    background: -webkit-linear-gradient(45deg, #ddd 18%, #dfdfdf 28%, #f5f5f5 40%, #f8f8f8 44%, #eee 48%, rgba(200,200,200,0) 51%);
	display: block;
	width: 100%;
	height: 100%;
    font-size: 0.9em;
    color: #000 !important;
}
#fpc_page-tip .right {
    float: right;
    padding: 30px 30px;
    font-style: italic;
}
#fpc_page-tip .newco-txt {
    font-size: 16px;
    padding: 2px;
    background-color: #cc0000;
    display: block;
    text-align: right;
    border-radius: 12px;
    color: #fff;
	margin-top: 12px;
}
#fpc_page-tip .newco-txt .q {
    font-size: 1.6em;
}
#fpc_corner-box:hover .newco-txt {
    display: none;
}
#fpc_page-tip .newco-desc {
    display: none;
}
#fpc_corner-box:hover .newco-desc {
    display: block;
    padding: 16px;
}
#fpc_corner-button {
	position: absolute;
	width: 60%;
    height: 60%;
	top: 0;
	right: 0;
	text-align: center;
	padding: 8px 5px;
	border-radius: 5px;
	display: inline-block;
    z-index: 10;
}
#fpc_corner-button img {
	border-radius: 0;
}
#fpc_corner-contents {
	width: 111%;
	position: absolute;
	display: block;
	overflow: hidden;
	-webkit-mask: -webkit-linear-gradient(45deg, transparent 49%, #000 53%);
	top: 0;
	right: 0px;
	height: 111%;
}
#fpc_corner-contents:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #eeeef4; /* Match this background color to #fpc_effect-back */
}
#fpc_corner-box, #fpc_corner-contents, #fpc_page-tip {
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
}
#fpc_corner-button strong {
	font-size: 13px;
	font-weight: bold;
	display: block;
}
.technology-carousel-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.technology-carousel {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.technology-carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.technology-slide {
    min-width: 100%;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s ease-in-out;
}

.technology-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.technology-slide .content {
    padding: 2rem;
    text-align: center;
}

.technology-slide .content img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.technology-slide .content img:hover {
    transform: scale(1.05);
}

.technology-carousel-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
	margin-top: -20px;
}

.tech-nav-btn {
    background: #cc0000;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(204, 0, 0, 0.3);
}

.tech-nav-btn:hover {
    background: #a00000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 0, 0, 0.4);
}

.tech-nav-btn:active {
    transform: translateY(0);
}

.tech-carousel-dots {
    display: flex;
    gap: 0.5rem;
}

.tech-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tech-dot.active {
    background: #cc0000;
    transform: scale(1.2);
}

.tech-dot:hover {
    background: #cc0000;
    opacity: 0.7;
}

/* Auto-rotation indicator */
.tech-dot.active::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #cc0000;
    animation: pulse 3s infinite;
	margin-top: -2px;
	margin-left: -2px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.hero-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}
.hero-section:has(video)::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0.5;
}
.hero-section:has(video) .pd-wrap {
    z-index: 1;
}        

/* Responsive Design */
@media (max-width: 768px) {
    .technology-slide .content {
        padding: 1rem;
    }
    
    .technology-slide .content img {
        height: 200px;
    }
    
    .tech-nav-btn {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .mdx-technology-section {
        display: flex;
        align-items: flex-start;
        gap: 2rem;
        position: relative;
    }

    .mdx-technology-section .text-content {
        flex: 1;
        position: sticky;
        top: 120px; /* 헤더 높이 + 여백 */
        align-self: flex-start;
        z-index: 10;
    }

    .mdx-technology-section .images-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .sticky-text {
        backdrop-filter: blur(10px);
        border-radius: 12px;
        padding: 2rem;
        transition: all 0.3s ease;
    }

    .sticky-text:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

    .images-content .content {
        margin-bottom: 3rem;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .images-content .content:hover {
        transform: translateX(10px);
    }

    /* 스크롤에 따른 이미지 애니메이션 */
    .images-content .content.in-view {
        opacity: 1;
        transform: translateX(0);
    }

    .images-content .content:not(.in-view) {
        opacity: 0.7;
        transform: translateX(-20px);
    }
    }

    /* 모바일에서는 기본 레이아웃 유지 */
    @media (max-width: 767px) {
    .mdx-technology-section {
        display: block;
    }

    .mdx-technology-section .text-content,
    .mdx-technology-section .images-content {
        position: static;
    }
}
