body, html {
    height: 100%;
    margin: 0; /*  ºê¶ó¿ìÀú ±âº» ¿©¹é Á¦°Å */
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
    font-size: 16px;
    font-family: "Noto Sans KR", "Helvetica", "sans-serif";
}

.marquee {
    width: 100%;
    height: 20pt;
    overflow: hidden;
    white-space: nowrap;
    background: black;
    color: lightgoldenrodyellow;
    padding: 10px 0;
    position: relative;
    display: flex; /* Ãß°¡ */
    align-items: center; /* ¼¼·Î Áß¾Ó Á¤·Ä */
}

    .marquee span {
        display: inline-block;
        padding-left: 100%;
        animation: slide 50s linear infinite;
    }

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.header {
    padding: 30px;
    text-align: center;
}

.company-section {
    width: 100vw;
    background-color: #1b1f3b;
    padding: 40px 0; /* ¿ø·¡´Â ÁÂ¿ì ¿©¹é ¾øÀ½ */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.company-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

/* .company-info ÀÚÃ¼ÀÇ ¸¶Áø (ÄÁÅ×ÀÌ³Ê ¿ÜºÎ ¿©¹é) */
.company-info {
    flex: 0 1 500px;
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
    /* containerÀÇ ¿©¹é ¼³Á¤ - ³»ºÎ p ÅÂ±×ÀÇ ¿©¹é°ú´Â º°°³ */
    margin: 1px 0;
}

    /* .company-info ³»ºÎÀÇ p ÅÂ±×ÀÇ °£°ÝÀ» Á¶Á¤ */
    .company-info p {
        margin: 4px 0; /* ÇÊ¿äÇÑ ¸¸Å­ ¼ýÀÚ Á¶Á¤ (¿¹: 2px ¶Ç´Â 4px) */
    }

/* Á¦¸ñ¿¡ ´ëÇØ¼­´Â ÇÏ³ªÀÇ margin-bottom¸¸ Àû¿ëÇØ ÁÖ¼¼¿ä */
.company-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    /* ¿©±â¼­´Â marginÀÇ ´Ù¸¥ ¹æÇâÀº 0À¸·Î ÇÏ°í ¾Æ·¡ÂÊ¸¸ 5px */
    margin: 0 0 5px 0;
}


/* ½º¸¶Æ®Æù µî ÀÛÀº È­¸é¿¡¼­´Â ÁÂ¿ì ¿©¹é Ãß°¡ */
@media (max-width: 768px) {
    .company-section {
        padding: 40px 20px;
    }
}

.map-box {
    width: 550px;
    height: 250px;
}

    .map-box iframe {
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 8px;
    }

@media (max-width: 768px) {
    h1 {
        font-size: 1.5rem;
    }

    #navbar a {
        padding: 8px;
        font-size: 14px !important;
    }

    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

.bgimg-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); /* ´õ ¹à°Ô Å×½ºÆ® */
    pointer-events: none;
    animation: flash 5s ease-in-out infinite;
    z-index: 10; /*  ÄÜÅÙÃ÷º¸´Ù È®½ÇÈ÷ À§ */
}

@keyframes flash {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.about-section {
    background-color: white;
    padding: 50px 80px;
    color: #777;
}

.about-title {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    text-align: center;
    margin-bottom: 10px;
}

.about-container {
    display: flex;
    gap: 40px;
    align-items: center;
    background-color: white;
    padding: 50px 80px;
    color: #777;
    justify-content: center;
    flex-wrap: wrap; /* ¸ð¹ÙÀÏ ´ëÀÀ */
}

.about-image {
    width: 400px;
    height: auto;
    flex-shrink: 0;
    border-radius: 10px;
}

.about-text {
    max-width: 800px;
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
}

.highlight-company {
    color: #007bff; /* ºÎÆ®½ºÆ®·¦ ÆÄ¶û»ö */
    font-weight: bold;
    font-size: 1em; /* ÁÖº¯ ÅØ½ºÆ®º¸´Ù ¾à°£ Å©°Ô */
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-container {
    height: 70vh; /* ÄÁÅ×ÀÌ³Ê ³ôÀÌ */
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

    .slider-wrapper .mySlides {
        width: 100%;
        height: 100%;
        object-fit: cover; /* ÀÌ¹ÌÁöÀÇ Áß¾Ó ºÎºÐÀÌ º¸ÀÌ°Ô ÇÔ */
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; /* ÃÊ±â¿¡´Â ¸ðµÎ Åõ¸íÇÏ°Ô ¼³Á¤ */
        transition: opacity 1s ease-in-out; /* ºÎµå·¯¿î ÆäÀÌµå ÀüÈ¯ È¿°ú */
    }


.bgimg-1 {
    min-height: 70vh;
    overflow: hidden;
    transition: background-image 1s ease-in-out;
}

.bgimg-2 {
    background-image: url("/image/img_parallax2.png");
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    overflow: hidden;
}

.bgimg-3 {
    background-image: url("/image/img_parallax3.png");
    min-height: 400px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

    .caption span.border {
        background-color: #111;
        color: #fff;
        padding: 18px;
        font-size: 25px;
        letter-spacing: 10px;
    }

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
}

.ceo-section {
    background-color: #282E34;
    color: #ddd;
    padding: 50px 80px;
}

.ceo-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.ceo-container {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* ¹ÝÀÀÇü: ¸ð¹ÙÀÏ¿¡¼­ À§¾Æ·¡·Î Á¤·Ä */
}

.ceo-image {
    width: 400px;
    height: auto;
    border-radius: 10px;
    flex-shrink: 0;
}

.ceo-text {
    max-width: 600px;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
}

.highlight-ceo {
    color: #4da6ff;
    font-weight: bold;
    font-size: 1.6em;
}

.highlight-big {
    font-size: 1.6em;
}

#navbar {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 12px 20px;
    background-color: #fff;
    font-weight: bold;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

    /* ¸ðµç ³×ºñ°ÔÀÌ¼Ç ¸µÅ©¿Í ¸Þ´º Ç×¸ñ¿¡ µ¿ÀÏÇÑ ½ºÅ¸ÀÏ Àû¿ë */
    #navbar a,
    .menu-item {
        color: #000;
        text-decoration: none;
        padding: 10px 20px; /* ¿©±â¼­ ¼öÆò ÆÐµù 20pxÀ¸·Î ÅëÀÏ */
        display: flex;
        align-items: center;
        font-size: 16px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        /* È£¹ö ½Ã »ö»ó º¯È­ */
        #navbar a:hover,
        .menu-item:hover {
            color: #666;
        }

/* ¸Þ´ºÀÇ »óÀ§ ÄÁÅ×ÀÌ³Ê */
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

/* ¼­ºê¸Þ´º ½ºÅ¸ÀÏ */
.submenu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    color: #000;
    padding: 10px 0;
    margin: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0px 10px 0px;
}

    /* ¼­ºê¸Þ´º Ç×¸ñ ½ºÅ¸ÀÏ */
    .submenu li {
        padding: 10px 20px;
        cursor: pointer;
    }

        /* ¼­ºê¸Þ´º Ç×¸ñ È£¹ö È¿°ú */
        .submenu li:hover {
            background-color: #f0f0f0;
        }

/* ¸Þ´º Ç×¸ñ¿¡ ¸¶¿ì½º ¿Ã¸®¸é ¼­ºê¸Þ´º º¸ÀÌ°Ô */
.menu-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.performance-image {
    width: 100px;
    height: auto;
    border-radius: 10px;
    flex-shrink: 0;
}

.mySlides {
    position: relative;
    z-index: 10; /* ¡ç beforeº¸´Ù ³ô°Ô! */
}


