.header-div{
    display: flex; 
    justify-content: space-between;
}
/* 헤더 홍스토어 로고 url 수정 */
.header-div h1{
    color: transparent;
    background: url();
}
/* 수정 */
.header-div .search-img a{
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid brown;
}


.header, .header02, .header03{
    height: 50px;
    padding: 13px 16px;
    background: url(../img/icon/arrow_left_s_w_x03.png)no-repeat 16px 52% #fa233b;
    background-size: 8px;
    color: white;
    position: relative;
}
.header.white{
    background: white;
    padding: 11px 16px;
}
.header03{
    background: #fa233b;
}
.header a, .header02 a, .header03 a{
    font-size: 16px;
    font-weight: bold;
}
.header .header-title{
    display: inline-block;
    text-indent: 15px;
    color: white;
    font-size: 16px;
}
.header03 .header-title{
    text-indent: 0;
    font-size: 16px;
    color: white;
}
.header02 {
    background: #fa233b;
}
.header02 .header-title {
    display: inline-block;
    color: white;
}
.search .back,
.header .back{
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    width: 30px;
    height: 50px;
}
.search .back{
    background: url(../img/icon/arrow_left_s_w_x03.png)no-repeat center center;
    padding-right: 10px;
    background-size: 8px;
    width: 44px;
    height: auto;
    position: relative;
}
.header-logo{
    background: url(/assets/hongstore2.0/img/icon/img_logo.png)no-repeat left top;
    background-size: 80px;
    color: transparent;
}
.my-page-h, .my-page-s, .my-page-a, .my-page-b, .my-page-c {
    display: inline-block;
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    color: transparent;
    background: url(../img/icon/homex03.png)no-repeat center center;
    background-size: 18px;
}
.my-page-b{
    background: url(../img/icon/bellx3.png)no-repeat center center;
    background-size: 22px;
}
.my-page-b.active .alarm-num{
    display: inline-block;
    width: 20px;
    background: white;
    color: #fa233b;
    border-radius: 50px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 5px;
}
.my-page-c{
    background: url(../img/icon/btn_closex3.png)no-repeat center center;
    background-size: 30px;
}
.my-page-t{
    display: inline-block;
    position: absolute;
    float: right;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}
.my-page-t.f-s12{
    font-size: 12px;
    font-weight: normal;
}
.header .btn-search{
    top: 2px;
}
.chat-end{
    display: inline-block;
    position: absolute;
    height: 30px;
    color: white;
    background: url(../img/icon/chat_endx3.png)no-repeat center center;
    background-size: 30px;
    color: transparent;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}
.chat-end-text{
    display: inline-block;
    float: right;
    margin-right: 39px;
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    color: white;
}