#header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(85, 88, 103, 0.7);
}

#header.header_on{
    background-color: #fff;
    transition:all ease-in-out .5s;
    cursor: pointer;
}

#header.header_on .h_01 .main_center>a>img{
    content: url(../images/logo_o.png);
}

#header.header_on ul.mainmenu li a{
    color: #111;
}

#header.header_on .language{
    color: #111;
    border: 2px solid #481368;
}

#header.header_on .now_language{
    color: #111;
}

#header.header_on .now_language i{
    color: #111;
}

ul.mainmenu li a:hover{
    color: #481368;
}

.h_01{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
}

.h_01 .main_center{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
}

.h_01 .main_center>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.mainmenu{
    height: 100%;
    display: flex;
}

ul.mainmenu>li{
    width: 170px;
    height: 100%;
}

ul.mainmenu>li a{
    width: 100%;
    height: 100%;
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 75px;
    display: block;
}

.a_on{
    border-bottom: 3px solid #481368;
    box-sizing: border-box;
    color: #481368 !important;
    font-family: 'Pretendard-SemiBold', sans-serif !important;
}

ul.submenu{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

ul.submenu li{
    margin-bottom: 15px;
    cursor: pointer;

}

ul.submenu01{
    width: 300px;
    padding: 15px 25px 0;
    margin: 0 auto;
}

ul.submenu01 li{
    width: 100%;
    font-size: 16px !important;
    font-family: 'Pretendard-Medium', sans-serif !important;
    line-height: 22px;
}

ul.submenu01 li:hover{
    color: #481368;
}

/*언어*/

.language_blog{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #fff;
    width: 95px;
    height: 30px;
}

.language{
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #fff;
    width: 100px;
    height: 35px;
    box-sizing: border-box;
    overflow: hidden;
}

.now_language{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 35px;
}

.now_language i{
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}

.after_language{
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 0 17px;
    box-sizing: border-box;
}

.after_language a{
    color: #333;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 14px;
    display: block;
    padding: 5px 0;
}

.after_language a:hover{
    color: #481368;
}

.after_language.on02{
    display: block;
}

.language.on02{
    height: 90px;
    margin-top: 53px;
}
