#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
}

.h01 {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
}

.h01 .center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.header_notice{
    width: 50%;
    height: 100%;
}

ul.header_notice li {
    height: 40px;
    font-size: 14px;
    font-family: 'Pretendard-Light', sans-serif;
    display: flex;
    align-items: center;
    cursor: pointer;
}

ul.header_notice.slick-vertical .slick-slide{
    height: 40px;
    border: 0;
    display: flex;
}

ul.lang {
    display: flex;
}

ul.lang li {
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    cursor: pointer;
    line-height: 12px;
}

ul.lang li.on {
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

ul.lang li:first-child {
    padding-right: 12px;
    border-right: 1px solid #333;
}

ul.lang li:last-child {
    padding-left: 12px;
}

.h02 {
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.h02 .center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h02 .center>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.icon_menu {
    display: flex;
}

ul.icon_menu li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 40px;
    cursor: pointer;
}

ul.icon_menu li:last-child {
    margin-right: 0;
}

ul.icon_menu li p {
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 3px;
}

ul.icon_menu li:hover>img{
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.evnet_fix {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -15px;
    animation: pulsate-bck 0.5s ease-in-out infinite both;
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.h03{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.h03 .center{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_section{
    height: 100%;
    display: flex;
}

.all_menu{
    width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
}

.all_menu.on{
    background-color: #191919;
}

.all_menu.on i,
.all_menu.on p{
    color: #fff;
}

.all_menu i{
    color: #111;
    font-size: 24px;
}

.all_menu p{
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-left: 20px;
}

ul.more_menu{
    height: 100%;
    display: flex;
    margin-left: 30px;
}

ul.more_menu li{
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 38px;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}

ul.more_menu li:hover{
    font-family: 'Pretendard-SemiBold', sans-serif;
    color: #ed2a76;
}

ul.more_menu li:last-child{
    margin-right: 0;
}

.tel_number{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.tel_number span{
    font-size: 22px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-left: 8px;
}

.menu_contain{
    width: 1200px;
    position: fixed;
    top: 210px;
    left: 50%;
    z-index: 999999;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
    display: flex;
    padding: 25px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.menu_contain.open{
    opacity: 1;
    visibility: visible;
}

.menu_box{
    width: 170px;
    padding: 0 23px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}

.menu_box:first-child{
    width: 180px;
    padding: 0 30px;
}

.menu_box:last-child{
    border-right: 0;
}

.menu_box p.main_menu{
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.7px;
    line-height: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.menu_box ul{
    width: 100%;
    margin-top: 23px;
}

.menu_box ul li{
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Pretendard-Light', sans-serif;
    letter-spacing: -0.5px;
    cursor: pointer;
}

.menu_box ul li:first-child{
    margin-top: 0;
}

.menu_box_half p.main_menu{
    height: 50%;
}

.menu_box_half p.main_menu a{
    color: #111;
}