/*
 ============================================================
  
  <link rel="stylesheet" href=".../phantom_menu_style1.css">
  <link rel="stylesheet" href=".../dbrex-header-fix.css">  
  
 ============================================================
*/
.phantom-header-type01 .phantom-header-type01-container .phantom-nav {border:0px solid red;
    position: relative;
    width: 80%;
    float: left;
}

.phantom-header-type01 .phantom-header-type01-container .logo {line-height:40px;}
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul {    justify-content: left;padding-right:10px;}
.phantom-header-type01 .phantom-header-type01-container .logo img {max-width:200px;margin-top:-20px;}
.phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 {min-width: none;line-height:40px;padding: 0 30px;}
 
.dbrex-top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 30px;
    /*border-bottom: 1px solid #eee;*/
    background: #fff;
}

.dbrex-top-bar a {
    display: inline-block;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 3px 14px;
    margin-left: 10px;
    transition: all 0.3s;
    background: #fff;
}

.dbrex-top-bar a:hover {
    border-color: #333;
}

.dbrex-top-bar a.btn_reg {
    background: #2e6ac5;
    color: #fff;
    border-color: #2e6ac5;
}

@media all and (max-width: 1560px) {
  .phantom-header-type01 .phantom-header-type01-container .phantom-nav ul li.depth1 {padding: 0 15px;}
}
/* 1200px  */
@media all and (max-width: 1200px) {
    .dbrex-top-bar {
        display: none !important;
    }
    .phantom-header-type01 .phantom-header-type01-container .logo img {margin-top:0px;}
    
    .m-top-button {}
}