﻿/* ###################################################################### START */
/* (C) Copyright 2024, WWBDPLUS. All Rights Reserved. */
@charset "utf-8";

/* --------------------------------------------------------------------- [ 5120px ] */
@media screen and (max-width: 5120px) {
}
/* --------------------------------------------------------------------- [ 3840px ] */
@media screen and (max-width: 3840px) {
    /*section > h2 {
        margin-top: 10rem;
    }*/
}
/* --------------------------------------------------------------------- [ 2506px ] */
@media screen and (max-width: 2506px) {
   
}
/* --------------------------------------------------------------------- [ 2048px ] */
@media screen and (max-width: 2048px) {
    
}
/* --------------------------------------------------------------------- [ 1920px ] */
@media screen and (max-width: 1920px) {

}
/* --------------------------------------------------------------------- [ 1680px ] */
@media screen and (max-width: 1680px) {
    /* -------------- [ secIntro ] s */
    .secIntro .logo_video h2 {
        font-size: 7rem;
        font-weight: 700;
        margin: 5rem 0 3rem 0;
    }

    /* -------------- [ secArea04 ] s */
    .map_box04 .map_info04 .map_txt04 hr {
        display: none;
    }

    .map_box04 .map_info04 .map_txt04 p {
        display: none;
    }

    /* map */
    #daumRoughmapContainer1719479171384 {
        width: 100% !important;
    }

}
/* --------------------------------------------------------------------- [ 1440px ] */
@media screen and (max-width: 1440px) {
    /* -------------- [ secIntro ] s */
    .secIntro .logo_video h2 {
        font-size: 6rem;
    }
    
}
/* --------------------------------------------------------------------- [ 1285px ] */
@media screen and (max-width: 1285px) {
    html {
        font-size: 55%;
    }
    .secIntro .logo_video h2 {
        font-size: 5rem;
    }
    /* -------------- [ secArea03 ] s */
    .contentBox03 {
        grid-template-columns: repeat(3,1fr);
        gap: 4rem;
        height: 100%;
    }
}
/* --------------------------------------------------------------------- [ 1206px ] */
@media screen and (max-width: 1206px) {

}
/* --------------------------------------------------------------------- [ 1024px ] */
@media screen and (max-width: 1024px) {

}
/* --------------------------------------------------------------------- [ 991px ] */
@media screen and (max-width: 991px) {
    .logo img {
        min-width: 20rem;
    }

    .navIntro {
        display: none;
    }

    .secHome_content .logo_png_wt img {
        width: 25rem;
    }

    header { /*padding: 0.1rem 12% 2rem;*/
        padding: 2rem 3%;
    }

    section {
        /*padding: 10rem 3% 2rem;*/
    }

    .timeline-items::before {
        left: 7px;
    }

    .timeline-item:nth-last-child(odd) {
        padding-right: 0;
        text-align: left;
    }

    .timeline-item:nth-last-child(odd),
    .timeline-item:nth-last-child(even) {
        padding-left: 37px;
        /*border: 1px solid #f00;*/
    }

    /* -------------- [ secArea01 ] s */
    .secArea01 .headTxt01_1 {
        font-size: 5rem;
    }
    /* -------------- [ secArea02 ] s */
    .secArea02 {
        /*padding-bottom: 10rem;*/
    }
    .secArea02 .headTxt02_1 {
        font-size: 5rem;
    }

    .itmeBox02_2 img {
        width: 25rem;
    }
    /* -------------- [ secArea03 ] s */
    .secArea03 .headTxt03_1 {
        font-size: 5rem;
    }

    .contentBox03 {
        grid-template-columns: repeat(2,1fr);
        gap: 4rem;
        height: 100%;
    }

    .itemBox03_1 ul li br {
        display: none;
    }
    /* -------------- [ secArea04 ] s */
    .secArea04 .headTxt04_1 {
        font-size: 5rem;
    }

    /* -------------- [ .footer ] s */
    .footer {
        padding: 2rem 3%;
    }

}
/* --------------------------------------------------------------------- [ 895px ] */
@media screen and (max-width: 895px) {

    .logo img {
        min-width: 20rem;
    }

    .secHome_content .logo_png_wt img {
        width: 20rem;
    }

    section {
        padding: 15rem 7% 15rem;
    }

    /* --------- 핸버거 s */
    #hamburgerIcon {
        display: block;
    }

    .hamburgerBtn {
        position: absolute;
        display: block;
        width: 35px;
        height: 35px;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        cursor: pointer;
        /*border: 1px solid #f00;*/
    }

        .hamburgerBtn:hover span:nth-child(-n+3) {
            background-color: rgba(255,255,255,0.7);
        }

        .hamburgerBtn span {
            display: block;
            position: absolute;
            width: 80%;
            height: 3px;
            border-radius: 30px;
            background-color: rgba(255,255,255,0.5);
            transition: all .35s;
        }

            .hamburgerBtn span:nth-child(1) {
                top: 20%;
                left: 50%;
                transform: translateX(-50%);
            }

            .hamburgerBtn span:nth-child(2) {
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }

            .hamburgerBtn span:nth-child(3) {
                bottom: 20%;
                left: 50%;
                transform: translateX(-50%);
            }

        .hamburgerBtn.active {
            z-index: 1;
        }

            .hamburgerBtn.active span:nth-child(1) {
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%) rotate(135deg);
            }

            .hamburgerBtn.active span:nth-child(2) {
                left: 50%;
                transform: translate(-50%,-50%) scale(2);
                opacity: 0;
            }

            .hamburgerBtn.active span:nth-child(3) {
                bottom: 50%;
                left: 50%;
                transform: translate(-50%,50%) rotate(-135deg);
            }

    /* -------------- [.navslideBar] s */
    .navslideBar {
        position: absolute;
        display: none;
        width: 50%;
        top: 100%;
        /*left: -200px;*/
        right: -200px;
        text-align: left;
        padding: 1rem 7% 1rem 3%;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(20px);
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        border-top: 2px solid var(--main_color);
        border-left: 2px solid var(--main_color);
        border-bottom: 2px solid var(--main_color);
        /*opacity: 0;*/
        animation: NavbarOn 1s ease-out;
        animation-fill-mode: forwards;
    }

    @keyframes NavbarOn {
        from {
            right: -200px;
            opacity: 0;
        }

        to {
            right: 0px;
            opacity: 0.9;
            /*animation-fill-mode: forwards;*/
        }
    }

    @keyframes NavbarOff {
        from {
            right: 0px;
            opacity: 0.9;
        }

        to {
            right: -200px;
            opacity: 0;
            /*animation-fill-mode: forwards;*/
        }
    }

    /*.navslideBar.active {
    display: block;
    }*/

    .navslideBar a {
        display: block;
        font-size: 2rem;
        margin: 3rem 0;
        color: #fff;
    }

        .navslideBar a:hover span:last-child { /*-- 영문 --*/
            opacity: 1;
        }
    /* -------------- [ 핸버거 ] e */
    .secHome {
        flex-direction: column-reverse;
        margin: 0rem 0rem;
    }
    .secHome_content {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .secHome_content h3 {
        font-size: 2.6rem;
    }

    .secHome_content h1 {
        font-size: 8rem;
        margin-top: 3rem;
    }

    .secHome_content p {
        max-width: 600px;
        margin: 0 auto;
    }
    /* -------------- [ secIntro ] s */
    .secIntro .logo_video h2 {
        font-size: 4rem;
    }
    /* -------------- [ secArea01 ] s */
    .secArea01 .headTxt01_1 {
        font-size: 5rem;
    }
    .contentBox01_nav {
        right: 3rem;
        display: flex;
        justify-content: center;
    }
    .contentBox01_1 {
        height: 60rem;
    }
        .contentBox01_1 > p {
            top: 20px;
            left: 30px;
        }
        .contentBox01_1 .itemBox01 {
            display: flex;
            flex-flow: column;
            padding: 30px 15px;
        }
            .contentBox01_1 .itemBox01 .itemImg01 {
                width: 100%;
                height: 80%;
                /*border: 1px solid #f00;*/
            }

            .contentBox01_1 .itemBox01 .itemTxt01 {
                width: 100%;
            }
                .contentBox01_1 .itemBox01 .itemTxt01 h4 {
                    padding: 15px 0 15px 0px;
                }

                .contentBox01_1 .itemBox01 .itemTxt01 p {
                    padding: 0 0 20px 0px;
                }
    /* -------------- [ secArea02 ] s */
    .secArea02 h2 {
        margin-bottom: 3rem;
    }

    .secArea02 .headTxt02_1 {
        font-size: 5rem;
    }
    .contentBox02_1 {
        height: 100%;
        padding: 40px 20px 30px 20px;
        display: block;
    }
    .itmeBox02_1 {
        position: relative;
        width: 100%;
    }

    .itmeBox02_2 {
        position: relative;
        width: 100%;
    }

        .itmeBox02_2 img {
            width: 18rem;
            margin: 4rem 1.5rem 0 0;
        }

        .itmeBox02_2 h4 {
            padding: 100px 0 20px 20px;
        }

        .itmeBox02_2 span {
            padding: 30px 0 20px 20px;
        }

        .itmeBox02_2 p {
            padding: 20px 0 20px 20px;
        }

    /* -------------- [ secArea03 ] s */
    .secArea03 .headTxt03_1 {
        font-size: 5rem;
    }

    .contentBox03 {
        grid-template-columns: repeat(1,1fr);
        gap: 4rem;
        height: 100%;
    }

    /* -------------- [ secArea04 ] s */
    .secArea04 .headTxt04_1 {
        font-size: 5rem;
    }

    .contentBox04 {
        height: 100%;
    }

    .contentBox04 .itemBox04 .map_box04 {
        display: block;
    }
        .contentBox04 .itemBox04 .map_box04 .map_view04 {
            width: 100%;
        }

        .contentBox04 .itemBox04 .map_box04 .map_info04 {
            width: 100%;
            padding: 0 0 0 0;
        }

            .contentBox04 .itemBox04 .map_box04 .map_info04 h2 {
                font-size: 30px;
                text-align: center;
            }

    /* -------------- [ footer ] s */
    

}
/* --------------------------------------------------------------------- [ 768px ] */
@media screen and (max-width: 768px) {
    /* -------------- [ secIntro ] s */
    .secIntro {
        /*border: 0px solid #f00;*/
        margin: 0;
    }
    .secIntro .logo_video h2 {
        font-size: 4rem;
        margin: 0 3rem;
    }
    /* -------------- [ secArea01 ] s */
    .contentBox01_nav {
        right: 3rem;
        display: flex;
        justify-content: center;
    }
        .contentBox01_nav .gapBox01 {
            width: 40rem;
            gap: 1.5rem;
        }
            .contentBox01_nav .gapBox01 .selBox01 {
                width: 10rem;
            }

    /* -------------- [ footer ] s */
    .copyright_box .logo_box img {
        width: 11rem;
        margin-bottom: 2rem;
    }

    .copyright_box .copy_right span {
        display: none;
    }
}
/* --------------------------------------------------------------------- [ 500px ] */
@media screen and (max-width: 500px) {
    /* -------------- [ secIntro ] s */
   /* .secIntro .logo_video h2 {
        font-size: 4rem;
        margin: 0 3rem;
    }*/
    /* -------------- [ secArea01 ] s */
    .secArea01 .headTxt01_1 {
        font-size: 4rem;
    }
    .secArea02 .headTxt02_1 {
        font-size: 4rem;
    }
    .secArea03 .headTxt03_1 {
        font-size: 4rem;
    }
    .secArea04 .headTxt04_1 {
        font-size: 4rem;
    }
    /* -------------- [ secArea04 ] s */
    .contentBox04 .itemBox04 .map_box04 .map_view04 .hrLines > h4 {
        font-size: 2rem;
        padding: 3rem 0 2rem 6rem;
    }
    .contentBox04 .itemBox04 .map_box04 .map_view04 .hrLines > hr {
        display: none;
    }
    .contentBox04 .itemBox04 .map_box04 .map_info04 h2 {
        font-size: 20px;
    }
    .contentBox04 .itemBox04 .map_box04 .map_info04 h4 {
        font-size: 1.8rem;
        padding: 3rem 0 1rem 1rem;
    }
    .contentBox04 .itemBox04 .map_box04 .map_info04 span {
        display: none;
    }
}
/* --------------------------------------------------------------------- [ 412px ] */
@media screen and (max-width: 412px) {
}
/* ###################################################################### END */