




/* header */

header li img {
    display: none;
}

header{
    width: 100%;
    /*position: fixed;
    left: 0;
    top: 0;*/
    overflow: hidden;
    background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #F1F1F5;
    /*z-index: 10000;*/
}

header ul{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

header li{
    margin-right: 36px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.45px;
}

header li a{
    color: #111;
}

header li.active a{
    color: #6B6BFF;
    font-weight: bold;
}

header .logo{
    width: auto;
    margin-right: 40px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    vertical-align: middle;
}

header .logo > a{
    display: inline-block;
    line-height: 0;
}

/* 로고 비율(312:124)이 세로로 길어 헤더(70px) 기준 높이로 맞춘다 */
header .logo .header_loge{
    height: 50px;
    width: auto;
}

/* BETA 등 서비스 단계 배지 : 연보라 배경 + 진보라 글자 */
header .logo .service_badge{
    display: inline-block;
    padding: 2px 7px;
    border-radius: 4px;
    background: #EDE9FE;
    color: #5B21B6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.5;
    white-space: nowrap;
}








header .mypage{
    position: absolute;
    display: inline-flex;
    justify-content: flex-end;
    float:right;
    text-align: right;
    width:250px;
    height:30px;
    right: 30px;
    top: 18px;
}
header .mypage > a{
    display: flex;
    align-items: center;
    margin-left:10px;
}

header .mypage a span{
    margin-left:6px;
}

header .mypage img{
    width: 24px;
    height: 24px;
    object-fit: cover ;
    /*margin-right:6px;*/
}
header .mypage .profile{
    border-radius: 50%;
}
header .mypage_click_popup{
    display: none;
}
@media (max-width: 899px) {

    header .mypage{
        right: 16px;
    }
}
@media (max-width: 739px) {

    header .mypage{
        right: 16px;
    }
}








#footer_wrap{
    padding: 32px;
    /*border-top: 1px solid #EDEDED;*/
    background: #fff;
    text-align: center;
}


#footer_wrap .footer_menu .menu_list {
    display: block;
    margin-bottom:10px;
}
#footer_wrap .footer_menu .menu_list li{
    display: inline-block;
    margin-right:10px;
}
#footer_wrap .footer_menu .menu_list li > a{
    display: block;
}

#footer_wrap .footer_disclaimer{
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
    letter-spacing: -0.35px;
    color: #767676;
    margin-bottom: 24px
}


#footer_wrap .footer_bottom{
    display: flex;
    justify-content: center
}

#footer_wrap .footer_bottom .footer_logo{
    display: inline-flex;
    margin-right:8px;
}
#footer_wrap .footer_bottom .logo{
    min-width: 150px;
    min-height:80px;

    max-width: 150px;
    max-height: 80px;
}
#footer_wrap .footer_bottom span{
    color: #767676;
    letter-spacing: -0.35px;
    display: block;
    margin-bottom: 8px;
    letter-spacing: -0.35px;
}


#footer_wrap .footer_bottom .footer_copyright{
    display: inline-flex;
    flex-direction: column;
    padding:14px;
}

#btn_header_menu {
    width: 24px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 3.6px 1.2px;
}

/* 반응형 1399px ~ 1060px */
@media (max-width: 1399px) {


    /*.left_section_btn {
        display: inline-block;
        cursor: pointer;
        margin-right: 20px;
        vertical-align: middle;
    }*/



    #footer_wrap{
        padding: 48px 44px;
    }

}

/* 반응형 1059px ~ 560px */
@media (max-width: 849px) {

    header {
        text-align: center;
        height: 60px;
        padding: 20px 16px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .left_section_btn {
        display: inline-block;
        cursor: pointer;
        margin-right: 20px;
        vertical-align: middle;
    }

    header .mobile {
        display: block;
    }

    header ul{
        display: none !important;
        /*position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.03);
        height: 60px;
        padding: 16px 40px;
        text-align: center;
        justify-content: space-between;*/
    }

    header li{
        margin: 0;
        text-align: center;
    }

    header li.active a,
    header li a{
        color: #969699;
        font-size: 10px;
        font-weight: 400;
        display: block;
    }

    header li img{
        display: block;
        margin: 0 auto 4px auto;
    }

    header .left_section_btn{
        position: absolute;
        z-index: 2;
    }
    header .logo{
        position: absolute;
        margin: 0 auto !important;
        width: calc(100% - 32px) !important;
        height: 30px;
        margin-right: 40px;
        display: block;
        z-index: 1;
    }

    header .logo > a{
        max-width: calc(100% - 46px);
    }

    header .logo .header_loge{
        height: 28px;
        width: auto;
        max-width: 100%;
    }

    header .logo .service_badge{
        font-size: 10px;
        padding: 1px 5px;
    }

    #footer_wrap {
        padding: 24px;
    }

    #footer_wrap .footer .logo {
        width: 104px;
    }

}



/* 반응형  559px ~ 320px */
@media (max-width: 599px) {

    header .mobile_no_display{
        display: none;
    }


}


/* 반응형  559px ~ 320px */
@media (max-width: 559px) {

    #footer_wrap{
        padding: 24px 20px;
    }


}
