

header{
    display: flex;
    height: 86px;
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
        align-items: center;
    justify-content: space-between;
    padding:0 378px;
}

header .logo{
    display: flex;
    align-items: center;
}

header .logo img{
    width: auto;
    height: 16px;
    margin-right: 38px;
}
header .logo p{
    font-family: "SamsungOne";
    font-weight:400;
    font-size: 16px;
    letter-spacing: -0.5%;
}

header .profile{
    display: flex;
    align-items: center;
}
header .profile .mypage{
    display:block;
    position: static;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 11px;
    transform: none;
}

header .profile .custom-select{
    width: auto;
    box-sizing: border-box;
    font-family: "SamsungOne";
    font-weight: 400;
    font-size: 16px;
}
header .profile .custom-select .selected-item{
    padding:12px 10px;
    color: #fff;
    padding-right: 35px;
}
header .profile .custom-select:first-of-type {
    border-bottom: 1px solid white;
    padding:0;
}
header .profile .custom-select:last-of-type {
    margin-left: 20px;
    display:flex;
}
header .profile .custom-select:last-of-type .selected-item{
    display: flex;
    align-items: center;   
    padding-left: 0px;
}
header .profile .custom-select:last-of-type .selected-item::after{
    top: 16.5px;
    height: 8.33px;
    background: url("/resources/images/header/arrow_down.png");
    background-size: 13.71px 8.33px;
    color: #fff;
}


@media only screen and (min-width: 1025px) and (max-width: 1440px) {



}




@media only screen and (min-width: 768px) and (max-width: 1024px) {

}




@media only screen and (max-width: 767px){



}