*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    word-break: keep-all;
    font-family: Pretendard-Regular;
}
div{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
html{
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
}
.section{
    height: 100vh;
}
header{
    width: 100%;
    background-color: #ffffff79;
    z-index: 5;
    position: fixed;
    padding: 10px 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.mainheader {
    transition: background-color 0.3s ease;
    position: fixed;
}

.scrolled {
    background-color: #fff;
}

header .header_wrap{
    width: 100%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}

.giga_head_nav_bar li a.scrolled {
    color: #000;
}
.head_logo {
    transition: content 0.3s ease;
}
.head_logo.scrolled {
    content: url('../img/logo_2.png');
}
header .header_wrap .giga_head_nav_bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    padding-left: 20px;
}
header .header_wrap .giga_head_nav_bar li{
    position: relative;
    height:  auto;
    padding: 30px 0;
}
header .header_wrap .giga_head_nav_bar .member a{
    color: white;
    font-weight: 900;
    font-size: 15px;
}
header .header_wrap .giga_head_nav_bar .member_login{
    margin-left: 60px;
}
header .header_wrap .giga_head_nav_bar li a{
    color: white;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s;
    font-family: 'SUIT-Regular';
    transition: color 0.3s ease;

}
header .header_wrap .giga_head_nav_bar .member a .scrolled{
    color: #000;
}
header .header_wrap .giga_head_nav_bar li a.scrolled{
    color: #000;

}
header.scrolled{
    background-color: #fff;
    box-shadow: 0 3px 6px #00000034;
}
header .header_wrap .giga_head_nav_bar li .giga_drop_menu li{
    padding: 12px 0 !important; 
    text-align: center;
    width: 100%;
    border-bottom: 0.5px solid #CCCCCC;
}
header .header_wrap .giga_head_nav_bar li .giga_drop_menu li:nth-last-child(1){
    border-bottom: 0px;
}
header .header_wrap .giga_head_nav_bar li .giga_drop_menu li::after{

}
header .header_wrap .giga_head_nav_bar li .giga_drop_menu li a{
    color: #000;
    font-size: 14px;
    
}
header .header_wrap .giga_head_nav_bar li .giga_drop_menu{
    visibility: hidden;
    position: absolute;
    top: 80px;
    left: -25px;
    background-color:#fff ;
    height: 0;
    opacity: 0;
    width: 140px;
    transition: 0.3s all;
    display: flex;
    flex-direction:column;
    align-items: center;
    z-index: 10;
}
header .header_wrap .giga_head_nav_bar li .giga_drop_menu li a:hover{
    color: #0090D6;
    transition: 0.3s;
}
header .header_wrap .giga_head_nav_bar li:hover .giga_drop_menu{
    visibility:visible;
    height: auto;
    padding: 10px 0 0 0;
    opacity: 1;
    transition: 0.3s all;
}
/* header .header_wrap .giga_head_nav_bar li:hover .giga_drop_menu_2{
    height: 50px;
}
header .header_wrap .giga_head_nav_bar .giga_drop_menu_3{
    left: -50px !important;
}
header .header_wrap .giga_head_nav_bar li:hover .giga_drop_menu_3{
    height: 180px;         
}
header .header_wrap .giga_head_nav_bar li:hover .giga_drop_menu_4{
    height: auto;
} */
@media(max-width:480px){
    header .header_wrap .head_logo{
        width: 250px;
    }
}
/* 햄버거 */
.menu-bar {
    background-color: #fff;
    color: white;
    position: absolute;
    top: -360px;
    width: 100%;
    transition: top 0.5s ease-in-out;
    z-index: 9;
    font-family: pretendard;
}

.menu-bar nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-bar nav ul li {
    position: relative;
    padding: 15px;
    text-align: center;
}

.menu-bar nav ul li a {
    color: #000;
    text-decoration: none;
    display: block;
}
.menu-bar nav ul .regi_li{
    display: flex;
    justify-content: left;
    gap: 5px;
}
.menu-bar nav ul .regi_li a{
    font-weight: 900;
    margin-right: 10px;
}

.hamburger {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 15px;
    width: 30px;
    height: 30px;
    transition: transform 0.5s ease-in-out;
    z-index: 10;
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 3px;
}
.bar2{
    width: 15px;
    right: -13px;
    position: relative;
}

.change .bar1 {
    transform: rotate(-45deg) translate(-7px, 7px);
    color: #fff;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-7px, -7px);
}

/* Dropdown menu styles */
.menu-bar nav ul li .dropdown {
    max-width: 240px;
    margin: 0 auto;
    font-family: pretendard;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
    background-color: #0090D6;
    padding: 0 15px;
    z-index: 9;
    margin-top: 5px;
    height: auto; /* Ensure the height is auto for proper max-height handling */
}

.menu-bar nav ul li .dropdown.open {
    max-width: 240px;
    margin: 0 auto;
    max-height: 200px;
    margin-top: 5px;
    padding: 10px 15px; /* Add padding when open for better appearance */
}

.menu-bar nav ul li .dropdown li {
    padding: 8px 10px;
    text-align: center;
}

.menu-bar nav ul li .dropdown li a {
    color: #fff;
    font-family: pretendard;
    font-weight: 700;
}

@media(max-width:1000px){
    header .header_wrap .giga_head_nav_bar{
        display: none;
    }
    .hamburger{
        display: block;
    }
}

/*푸터*/
/* footer{
    width: 100%;
    color: white;
    background-color: #EBEBEB;
    height: 420px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}
footer .fp-tableCell{
    width: 100%;
    max-width: 1480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 420px !important;
    margin: 0 auto;

}
footer .footer_info{
    width: 100%;
    max-width: 1480px;
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
}
footer .footer_info >h2{
    font-size: 51px;
    font-weight: 800;
    font-family: 'GangwonEduPowerExtraBoldA';
    margin-bottom: 40px;
}
footer .footer_info >p{
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}
footer .footer_info >p >span{
    font-size: 15px;
    font-weight: 900;
}
footer .copy{
    width: 100%;
    max-width: 1480px;
    font-size: 14px;
    font-weight: 300;
}
footer .sns{
    position: absolute;
    top: 140px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .sns>a{
    font-size: 14px;
    font-weight: 700;
    padding: 17px 50px;
    border: 1px solid #979090;
    margin-bottom: 30px;

}
footer .sns .img_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
} */
/* 수정부분 */

footer{
    width: 100%;
    color: #5f5f5f;
    background-color: #c1c1c1;
    height: 450px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    

}
footer .fp-tableCell{
    width: 100%;
    max-width: 1480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 420px !important;
    margin: 0 auto;

}
footer .footer_info{
    width: 100%;
    max-width: 1480px;
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    
}
footer .footer_info .left{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer .footer_info .left .left_center{
    display: flex;
    flex-direction: column;
}
footer .footer_info .left .left_center >p{
    font-size: 15px;
    font-weight: 900;
    line-height: 2;
    font-family: 'GangwonEduPowerExtraBoldA';
}
footer .footer_info .left .left_center >p >span{
    font-size: 15px;
    font-weight: 900;
    font-family: 'GangwonEduPowerExtraBoldA';
}
footer .footer_info .left .left_top{
    display: flex;
    align-items: center;
    gap: 40px;
}
footer .footer_info .left .left_top >a{
    font-size: 16px;
    font-weight: 700;
}
footer .footer_info .left .logo_word >h2{
    font-size: 40px;
    font-weight: 800;
    font-family: 'GangwonEduPowerExtraBoldA';
}
footer .footer_info .left .copy{
    width: 100%;
    max-width: 1480px;
    font-size: 14px;
    font-weight: 300;

}
footer .footer_info .right{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 46%;
    line-height: 1.5;
}
footer .footer_info .right .right_left >h2{
    font-size: 25px;
    font-weight: 800;
    font-family: 'GangwonEduPowerExtraBoldA';
}
footer .footer_info .right .right_left >.footer_time{
    font-size: 15px;
}
footer .footer_info .right .right_left >h3{
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 12px;
}
footer .footer_info .right .left_top img{
    display: none;
}
footer .footer_info .right .right_right{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    gap: 5px;
    height: 100px;
    color: #fff;
}
.img_box_sns{
    position: absolute;
    right: 2px;
    top: 180%;
}
.img_box_sns >img{
    width: 80%;
}
footer .footer_info .right .right_right >a >div{
    background-color: #797979;
    padding: 5px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 80px;
}
footer .footer_info .right .right_right >a >div >h2{
    font-size: 12px;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
}
.img_box_sns{
    display: flex;
    gap: 15px;
    
}
.img_box_sns_2{
    display: none;
}
.footer_top{
    width: 100%;
    padding: 20px;
    background-color: #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;

}
.footer_top .footer_top_wrap{
    width: 100%;
    max-width: 1480px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_top .footer_top_wrap .left{
    display: flex;
    align-items: center;
    gap: 70px;
}
.footer_top .footer_top_wrap .right{
    width: 40%;
    display: flex;
    align-items: center;
    gap: 70px;
}
.footer_top .footer_top_wrap h2{
    font-size: 20px;
    font-weight: 900;
}
.footer_top .footer_top_wrap h3{
    font-size: 16px;
    font-weight: 900;
}
.footer_bottom{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;

}
.footer_bottom >.top{
    display: flex;
    gap: 10px;
}
.footer_bottom >.top >a{
    color: #5F5F5F;
    margin-bottom: 15px;
    font-family: 'GangwonEduPowerExtraBoldA';
    font-weight: 900;
}
.footer_bottom >.bottom{
    font-family: 'GangwonEduPowerExtraBoldA';
    font-weight: 900;
}
@media(max-width:768px){
    .footer_bottom >.top >a{
        font-size: 11px;
    }
    .footer_bottom >.bottom{
        font-size: 13px;
    }
}
@media(max-width:1024px){
    footer{
        height: 1000px !important;
    }
    footer .footer_info{
        flex-direction: column-reverse;
        padding: 0 20px;
        gap: 20px;
    }
    footer .footer_info .left .logo_word >h2{
        font-size: 21px;
    }
    footer .footer_info .left .left_top{
        flex-direction: column;
        align-items: baseline;
        gap: 20px;
    }
    footer .footer_info .left .left_top a{
        font-size: 14px;
    }
    footer .footer_info .left .left_top a >img{
        display: none;
    }
    footer .footer_info .left .left_center >p{
        font-size: 10px;
        word-break: keep-all;
    }
    footer .footer_info .left .left_center >p >span{
        font-size: 10px;
        word-break: keep-all;
    }
    footer .footer_info .right .left_top img{
        display: block;
        width: 80%;
    }
    footer .footer_info .right .right_left >h3{
        margin-bottom: 20px;
        font-size: 40px;
    }
    footer .footer_info .right .right_right{
        height: auto;
    }
    footer .footer_info .right .right_right >a{
        height: auto;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .img_box_sns{
        /* display: flex;
        flex-direction: column;
        align-items: center;
        top: 213%;
        right: 0px;
        width: 75px; */
        display: none;
    }
    .img_box_sns >img{
        width: 100%;
        right: 0;
    }
    footer .footer_info .right{
        flex-direction: column;
        width: 100%;
    }
    .img_box_sns_2{
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
    .img_box_sns_2 img{
        width: 30%;
    }
    footer .footer_info .left{
        gap: 15px;
    }
}