﻿:root {
    --primary: #005088;
    --accent: #11caa0;
    --dark: #1e293b;
    --light: #f8fafc;
    --transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    --round: 7px;
    -ms-overflow-style: none; /* 인터넷 익스플로러, 엣지 */
    scrollbar-width: none; /* 파이어폭스 */
}

* {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
    *, *::before, *::after {
        box-sizing: border-box;
    }

ul, li, ol {
    list-style: none;
}
a {
    text-decoration:none;
}
a:focus {
    outline: none;
}

img {
    border: none;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none; /* 크롬, 사파리, 오페라, 브라우저 일반 */
    }

body {
    font-family: 'Noto Sans KR', sans-serif;
    color: var(--dark);
    /*min-width: 1024px;*/
}

.dp-none {
    display: none !important;
}

.dp-block {
    display: block !important;
}
.pc-block {
    display:block;
}
.mo-block {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    z-index: 2000; /* 모달/메뉴 대응을 위해 상향 */
    transition: background-color 0.3s;
}

.header-inner {
    width: 90%;
    max-width: 1800px;
    display: flex;
}

header .header-inner > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header-inner > div > div{
    display:flex;
    justify-content:center;
}
header .header-inner > div > div > a{
    text-decoration:none;
    border:1px solid #fff;
    border-radius:50px;
    padding:10px 18px;
    color:#fff;
    margin-left:30px;
    font-size:14px;
}
header .header-inner > div > div > a:hover{
    color:#fff;
    border:2px solid #fff;
}
header nav{
    display:flex;
    align-items: center;
}
.logo {
    width: 150px;
}

    .logo img {
        width: 100%;
        height: auto;
    }
nav ul {
    display: flex;
    list-style: none;
}

    nav ul li {
        margin-left: 40px;
    }

        nav ul li a {
            text-decoration: none;
            color: #505050;
            font-weight: 400;
            font-size: 20px;
            transition: 0.3s;
            cursor: pointer;
        }

            nav ul li a:hover,
            nav ul li a.active {
                color: #245d87;
                font-weight: 500;
            }

#head-1 nav ul li a {
    color: #e5e5e5;
    font-weight: 400;
}

    #head-1 nav ul li a:hover,
    #head-1 nav ul li a.active {
        color: #fff;
        font-weight: 500;
    }
#head-2 div > div > a {
    color: #505050;
    font-weight: 400;
    border:1px solid #333;
}

#head-2 div > div > a:hover {
    color: #333;
    font-weight: 500;
    border:2px solid #333;
}

/* 햄버거 메뉴 아이콘 (기본 PC 숨김) */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 2002;
}

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background-color:#333;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

#head-1 .hamburger span {
    background-color: #fff;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* 모바일 햄버거 오버레이 배경 */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .mobile-menu-overlay.active {
        display: block;
        opacity: 1;
    }

.container {
    width: 100%;
    height: 100vh;
    transition: var(--transition);
    will-change: transform;
}

section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}


#s0 {
    background: url('../img/sec1_bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#s1 .flex-container {
    justify-content: center;
    gap: 50px;
}


#s1 p {
    font-size: 20px;
    margin-bottom: 24px;
}

#s1 h2 {
    font-size: 38px;
    font-weight: 400;
}

    #s1 b {
        font-size: 38px;
        font-weight: bold;
    }

#s1 .content-box  > div {
    width: 50%;
}

#s1 .content-box  > div:first-child{text-align:right;}
#s1 .content-box > div img{
    height:900px; width:auto;
}
@media (max-height:1100px) {
    #s1 .content-box > div img{
        height:800px; width:auto;
    }
}
@media (max-height:900px) {
    #s1 .content-box > div img {
        height: 700px;
        width: auto;
    }
} 
#s1 .about-container {
    position: relative;
    min-height: 200px; /* 문구 전환 시 레이아웃 무너짐 방지를 위한 최소 높이 */
}

/* 모든 문구의 기본 상태: 숨김 및 아래로 30px 내려가 있음 */
#s1 .about-item {
    text-align:center;
    width: 100%;
    font-size:30px;
}
.content-box {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s ease 0.2s;
}

section.active .content-box {
    opacity: 1;
    transform: translateY(0);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    margin: 0px auto;
    width: 660px;
}

.num-wrap, .num-wrap .count {
    font-size: 55px;
    font-weight: 500;
}

.flex-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.dots {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #BEDAF9;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}

    .dot.active {
        background: #3389E9;
        transform: scale(1.3);
    }

.stat-item {
    padding: 50px 40px 40px 40px;
    border-radius: 24px;
    background: rgb(14 14 14 / 70%);
}

    .stat-item dt, .stat-item dd {
        color: #fff;
    }

.content-box.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 90%;
}

.card-section {
    display: flex;
    flex-direction: column;
}

.image-box {
    width: 100%;
    height: 390px;
    border-radius: var(--round);
    background-color: #eaeaea;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    font-size: 14px;
}

.img-1 {
    background: url('../img/sec3_1.jpg') 100% no-repeat;
    background-size: cover;
}

.img-2 {
    background: url('../img/sec3_2.jpg') 100% no-repeat;
    background-size: cover;
}

.img-3 {
    background: url('../img/sec3_3.jpg') 100% no-repeat;
    background-size: cover;
}

.img-4 {
    background: url('../img/sec3_4.jpg') 100% no-repeat;
    background-size: cover;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    padding-bottom: 12px;
    border-bottom: 1px solid #111;
    margin: 20px 0px 12px;
}

.item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .item-list li {
        width: 100%;
        color: #333;
        margin-bottom: 10px;
        line-height: 1.4;
        word-break: keep-all;
    }

.clickable {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}

    .clickable:hover {
        text-decoration: underline;
    }

    .clickable::after {
        content: '';
        display: inline-block;
        margin-left: 8px;
        margin-top: 2px;
        width: 7px;
        height: 12px;
        background: url('../img/i_more.png');
    }

/* 모달 팝업 스타일 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 3000;
}

    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.modal-content {
    background-color: #ffffff;
    width: min(90%, 800px);
    padding: 40px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transform: translateY(-30px);
    transition: transform 0.3s ease;
}

    .modal-content img {
        width: 100%;
    }

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    line-height: 1;
    transition: color 0.2s;
}

    .modal-close:hover {
        color: #000;
    }

.modal-title {
    font-size: 22px;
    font-weight: bold;
    color: #111;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}

.modal-body {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    white-space: pre-wrap;
}

/* section3 */

.menu-left {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.menu-item {
    font-size: 30px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .menu-item.active {
        color: #000;
        font-weight: bold;
        border-bottom: 2px solid #000;
        align-self: flex-start;
    }

.content-right {
    flex: 1;
    width: calc(100% - 440px);
    position: relative;
    min-height: 60vh;
    background: #808080;
    border-radius: var(--round);
}

    .content-right img {
        width: 100%;
        height: auto;
    }

/* =======================================================
   섹션 4 (HISTORY) 스타일
   ======================================================= */
#s4 {
    position: relative; /* 필수: .waves의 절대 좌표 기준이 됨 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh; /* 또는 고정 높이 */
}
/* SVG 기본 스타일 */
.waves {
    position: absolute; /* relative인 #s4 안에서 동작 */
    bottom: 8px; /* 이제 #s4의 맨 아래에 붙음 */
    left: 0;
    width: 100%;
    z-index: 10;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    margin-bottom: -7px; /* 브라우저 하단 틈새 방지 */
}

/* 애니메이션 핵심: 모든 물결에 무한 루프 적용 */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

    /* 각 레이어마다 속도(duration)와 시작 타이밍(delay)을 다르게 설정 */
    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

/* 물결을 좌우로 움직이는 키프레임 */
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}
    #s4{
        padding: 100px 20px !important;
    }    
    #s4 .content-box {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }

    /* 히스토리 타이틀 (기존 숨김 처리 무효화 및 스타일링) */
    #s4 h4 {
        display: block !important;
        font-size: 45px;
        font-weight: 800;
        color: #629eff!important;
        text-align: left !important;
        padding: 0 0 20px 0 !important;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

/* 탭 영역 */
.history-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 60px;
}

.history-tab {
    padding: 10px 28px;
    border-radius: 30px;
    background-color: #EAEAEA;
    color: #999999;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Noto Sans KR', sans-serif;
}

    .history-tab:hover {
        background-color: #D4D4D4;
        color: #555;
    }

    .history-tab.active {
        background-color: #3B82F6; /* 이미지의 파란색 */
        color: #FFFFFF;
    }

/* 불필요한 좌측/중앙 타임라인 UI 숨김 (이미지 형태에 맞춤) */
.history-left-area,
.timeline-center {
    display: none;
}

/* 연혁 리스트 영역 */
.year-group {
    display: none; /* 기본적으로 모두 숨김, JS로 active 제어 */
    animation: fadeIn 0.5s ease;
}

    .year-group.active {
        display: block;
    }

.history-item {
    margin-bottom: 55px;
}

    .history-item .date {
        font-size: 16px;
        color: #555555;
        margin-bottom: 12px;
    }

    .history-item h3 {
        font-size: 30px;
        font-weight: 700;
        color: #333333;
        margin-bottom: 14px;
        word-break: keep-all;
        line-height: 1.3;
    }

    .history-item p {
        font-size: 16px;
        color: #555555;
        line-height: 1.6;
        margin-bottom: 6px;
    }

/* 부드러운 전환 효과 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#s4 h4 {
    display: none;
}

#s5 {
    min-height: 100vh !important; /* 전체 화면 높이 고정 */
    overflow-y: auto; /* 내부 컨텐츠가 길 경우에만 스크롤 허용 */
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    /*background: linear-gradient(180deg,rgba(227, 240, 255, 1) 0%, rgba(253, 254, 255, 1) 48%, rgba(255, 255, 255, 1) 100%);*/
    /*background-color: #e4eef0;*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}

    #s5 dt {
        display:inline-block;
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
        font-weight: bold;
    }

        #s5 dt::before {
            content: '';
            position: absolute;
            top: 5px;
            left: 0px;
            width: 11px;
            height: 14px;
            background: url('../img/i_location.png');
        }

    #s5 h4 {
        margin-top:50px;
        font-size: 24px;
        font-weight: bold;
        color: #adadad;
        text-align: center;
    }
#s5 .content-box{
    margin:calc(30%) auto 100px;
}
#s5 .con-address {
    width:800px;
    margin:0px auto;
    position:relative;
}
#s5 .con-address > div{
    text-align:center;
    padding:0px 20px;
    border-radius:10px;
}

#s5 .box-call {
    padding: 10px 15px;
    /*padding: 20px 30px;*/
    border-radius: var(--round);
    background: #fff;
    text-align: center;
    font-size: 14px;
}

    #s5 .box-call span {
        display: block;
        margin-bottom: 5px;
        color: #4B4B4B;
        text-align: left;
        font-size: 14px;
    }

    #s5 .box-call > div {
        position: relative;
        padding-left: 28px;
        margin-bottom: 10px;
        font-size: 24px;
    }

        #s5 .box-call > div::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 10px;
            width: 18px;
            height: 18px;
            background: url('../img/i_call.png');
        }

#s5 dl + dl {
    margin-top: 30px;
}

footer {
    display: flex;
    align-items: center;
    margin-top:10px;
    padding:30px 20px;
    width: 100%;
    border-top: 1px solid #F3F3F3;
    color: #939393;
    background: #333;
    justify-content: center;
}
footer > div{width:100%; max-width:1800px; display: flex;}
footer div{font-size:13px;}

@media screen and (max-width: 1024px), (orientation: portrait) {
    * {
        font-size: 14px;
    }

    html, body {
        width: 100%;
        height: auto !important;
        overflow: visible !important;
        overflow-x: hidden !important;
        min-width: 100% !important;
    }
    .container {
        width: 100%;
        height: auto !important;
        transform: none !important;
        transition: none !important;
        will-change: auto;
    }

    section {
        width: 100%;
        height: auto !important;
        min-height: 100vh !important;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 80px 20px 20px !important;
    }

    #s2, #s4, #s5 {
        overflow: visible !important;
        overflow-y: visible !important;
        display: flex !important;
        flex-direction: column;
    }

    .year-group {
        max-height: none !important;
        overflow-y: visible !important;
    }

    .pc-block {
        display: none;
    }

    .mo-block {
        display: block;
    }

    .content-box {
        width: 100%;
        opacity: 1; /* 스크롤 애니메이션 무시하고 상시 노출 */
        transform: none;
    }

    .dots {
        display: none !important;
    }

    .header-inner {
        width: 95%;
    }

    .logo {
        width: 120px;
    }

    .hamburger {
        display: flex;
    }

    #head-1 .hamburger span {
        background-color: #fff;
    }

    #head-1 .hamburger.active span {
        background-color: #333;
    }
    /* 모바일에서는 항상 어두운 색 */

    /* 네비게이션을 슬라이드 메뉴로 변경 */
    nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 260px;
        height: 100vh;
        background: #fff;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2000;
    }

        nav.menu-open {
            right: 0;
            z-index: 300;
        }

        nav ul {
            flex-direction: column;
            width: 100%;
            padding: 0;
        }

            nav ul li {
                margin: 0;
                text-align: center;
                border-bottom: 1px solid #f5f5f5;
            }

                nav ul li a, #head-1 nav ul li a {
                    display: block;
                    padding: 25px 20px;
                    color: #333 !important;
                    font-size: 18px;
                }

                    nav ul li a:active {
                        background: #f0f8ff;
                    }

    /* S0: 메인 대시보드 */
    #s0 {
        background-position: right center;
    }

        #s0 h4 {
            font-size: 20px !important;
        }

        #s0 h3 {
            font-size: 28px !important;
            margin-bottom: 20px !important;
            word-break: keep-all;
            line-height: 1.3;
        }

    .stats-grid {
        grid-template-columns: 1fr;
        width: 50%;
        gap: 15px;
    }

    .stat-item {
        padding: 25px;
    }

    .num-wrap, .num-wrap .count {
        font-size: 40px;
    }

    /* S1: 안내 영역 */
    #s1 .flex-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    #s1 .flex-container {
        width: auto;
        height: 80%;
    }

    #s1 p {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #s1 h2, #s1 b, #s1 .about-item {
        font-size: 20px;
        line-height: 1.4;
        word-break: keep-all;
    }

    #s1 .content-box > div {
        width: 100%;
    }

        #s1 .content-box > div:first-child {
            text-align: center;
        }

        #s1 .content-box > div img {
            height: auto;
            width: 70%;
        }

    #s2 {
        overflow-y: auto !important;
        display: block !important;
    }

    .content-box.grid {
        grid-template-columns: 1fr;
        gap: 40px;
        width: 100%;
        padding-bottom: 40px;
    }

    .content-box {
        width: 100%;
        opacity: 1;
        transform: none;
    }

    .image-box {
        height: 220px;
    }

    .card-title {
        font-size: 18px;
    }

    .menu-left {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .menu-item {
        font-size: 16px;
        padding: 5px 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

        .menu-item.active {
            border: none;
            background: #000;
            color: #fff;
            border-bottom: none;
        }

    .content-right {
        width: 100%;
        min-height: auto;
    }

    .image-overlay {
        position: relative;
        opacity: 1;
        pointer-events: auto;
        background: #333;
        padding: 20px;
        font-size: 14px;
        border-radius: 0 0 8px 8px;
        text-align: left;
    }

    #s4 {
        min-height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
    }

        #s4 h4 {
            font-size: 32px;
            margin-bottom: 10px;
        }

        #s4 .content-box {
            margin-top: auto;
            margin-bottom: auto;
            padding-top: 120px;
            padding-bottom: 80px;
        }

        #s4 .waves {
            bottom: 5px;
        }

    .history-tabs {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 40px;
    }

    .history-tab {
        padding: 8px 20px;
        font-size: 14px;
    }

    .history-item h3 {
        font-size: 20px;
    }

    .history-item p {
        font-size: 14px;
    }



    /* S5: 연락처 정보 */
    #s5 {
        min-height: 100vh;
        overflow-y: auto;
        align-items: flex-start;
        -webkit-overflow-scrolling: touch;
        padding-top: 100px; /* 헤더에 가려지지 않도록 상단 여백 확보 */
        box-sizing: border-box;
        justify-content: flex-start;
        padding: 80px 0px 0px !important;
        background-image: none;
    }

        #s5 .con-address {
            margin: 0px auto;
            width: 80%;
        }

            #s5 .con-address > div {
                width: 100%;
            }

        #s5 .content-box {
            width: 80%;
            padding: 0 20px;
            margin:50% auto 100px;
        }

        #s5 .flex-container {
            flex-direction: column;
            gap: 30px;
            margin-bottom: 40px;
            padding-left: 20px;
        }

        #s5 dl dt {
            margin-bottom: 5px;
        }

        #s5 dl dd {
            font-size: 15px;
            word-break: keep-all;
        }

        #s5 dl + dl {
            margin-top: 10px;
        }

        #s5 .box-call {
            margin-left: 0;
            width: 210px;
            text-align: left;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
            margin: 0 auto;
        }

            #s5 .box-call > div {
                font-size: 20px;
            }

        #s5 img {
            max-width: 80%;
        }

        #s5 .flex-container img {
            width: 50%;
            height: auto;
        }

        #s5 h4 {
            padding: 10px 0px 20px;
        }

    footer {
        position: relative;
        margin-top: auto;
        width: 100%;
        height: auto !important;
        padding: 30px 20px !important;
    }
}
@media (max-height: 850px) {
    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

        section#s5 {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

    h3, h4 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .history_wrap, .cert_list {
        margin-top: 20px !important;
    }

    #s5 .con-address {
        margin: 50% auto 0px;
    }

    .s5-visual .content > div {
        left: 0% !important;
    }

    .s5-visual .content::before {
        width: 400px !important;
        height: 350px !important;
        right: 0px !important;
    }
}
@media(min-width:800px) {
    @media (orientation: portrait){

        #s5 .content-box {
            margin: calc(60%) auto 100px !important;
        }

        .s5-visual .content::before {
            width: 600px !important;
            height: 550px !important;
            right: 0% !important;
        }

        .s5-visual .content > div {
            left: 0px !important;
        }
    }
}