:host,:root {
    font-size: 16px;
}

.hc-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    pointer-events: none;
}

.hc-header::before {
    content: "";
    clip-path: url(#header-bg);
    position: absolute;
    top: 0;
    left: -8px;
    height: 35px;
    background-color: rgba(13, 13, 13, 1);
    width: calc(100% + 8px);
    z-index: -1;
}

.hc-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 64px;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;

}

.hc-header .hc-header-logo {
    position: absolute;
    top: -35px;
    left: 16px;
    z-index: 10;
    transition-duration: 300ms;
    will-change: transform;
}

.hc-main-menu ol, ul {
    list-style: none;
    top: -26px;
    margin: 0;
    padding: 0;
}

.hc-menu-list {
    gap: 64px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
}

.hc-logo {
    position: relative;
    display: block;
    height: 50px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    pointer-events: auto;
}

.hc-header .hc-menu-item {
    position: relative;
    display: block;
    margin: 0;
}

.hc-link, hc-link:visited, hc-link:hover, hc-link:active {
    text-decoration: none;
    color: inherit;
    pointer-events: auto;
}

.hc-header .hc-menu-item .hc-link-text {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.025em;
    color: rgba(255, 255, 255, 1);
    transition-duration: 300ms;
    font-family: Barlow, sans serif;
}

.hc-header .hc-menu-item  .hc-link-text:hover {
    color:rgba(255, 98, 1, 1)
}

.hc-header .hc-menu-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -32px;
    height: 100%;
    width: 2px;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.2;
}

.hc-social-list {
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
}

.hc-social-list li {
    list-style-type: none;
    margin-left: 0px;
}

.hc-social-svg {
    color: rgba(255, 255, 255, 1);
    overflow: visible;
    display: inline-block;
    height: 1em;
    vertical-align: -0.125em;
    font-size: 20px;
    line-height: 28px;
    pointer-events: auto;
    transition-duration: 300ms;
}

.hc-social-svg:hover {
    color:rgba(255, 98, 1, 1)
}

.hc-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.top-bar-notice
{
    position: absolute;
    top: 45px;
    left: 10px;
    width: 250px;
    height: auto;
    background: #222 none;
    border: 1px solid #000;
    z-index: 99999;
    color : #ccc;
    box-shadow: 1px 1px 10px #000;
}

.top-bar-notice a img
{
    position: absolute;
    top: 5px;
    right: 5px;
}

.top-bar-notice h1
{
    font-size: 15px;
    color: #ffc600;
    display: block;
    padding: 6px;
    background: transparent url('../img/ui/top_bar_blue.png') center left repeat-x;
    font-weight: 700;
    border-bottom: 1px solid #000;
}


.top-bar-notice p
{
    padding: 6px 6px 8px 6px;
    font-size: 13px;
}

.top-bar-notice a
{
    color: #fff;
    text-decoration: none;
}

.top-bar-notice a:hover
{
    color: #ffc600;
    text-decoration: none;
}