@charset 'utf-8';

/* =========================================================

#hw-header
 
========================================================= */
.hw-new #hw-header{
	margin-bottom: 0;
}

#hw-header{
	margin-bottom: 50px;
}
#hw-header {
    height: 112px;
    border-bottom: 5px solid #0f0;
    background-color: #1a1a1a;
}

#header-vline {
	display: none;
    position: absolute;
    top: 0;
    left: 342px;
    width: 1px;
    height: 97px;
    border-left: 1px dotted #a8a8a8;
}

#hw-index #hw-header {
    position: relative;
    z-index: 60;
    border-bottom: none;
    background-color: transparent;
}

#hw-index #header-vline{
	display: block;
}
#hw-header-inner {
    position: relative;
    width: 960px;
    height: 112px;
    margin: 0 auto;
    text-align: left;
}

#hw-index #hw-header-inner {
    width: 1000px;
    border-right: 1px dotted #0f0;
    border-left: 1px dotted #0f0;
    height: 97px;
}

#hw-logo {
    position: absolute;
    top: 28px;
    left: 27px;
    width: 284px;
}

#hw-logo img {
    width: 100%;
    height: auto;
}

#hw-nav {
    position: absolute;
    top: 46px;
    left: 362px;
    margin: 0;
    padding: 0;
}

.hw-nav-item {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 15px;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

#nav-youtube {
    margin-right: 0;
}

.hw-nav-item img {
    width: auto;
    height: 10.7px;
    vertical-align: top;
}

.hw-nav-item a img {
    border-bottom: 1px solid #0f0;
}

.hw-nav-item a:hover img {
    border-bottom: none;
}


/* =========================================================

#hw-footer
 
========================================================= */

#hw-footer {
    border-top: 1px dotted #808080;
    background-color: #212121;
}

#hw-footer-inner {
    position: relative;
    width: 960px;
    height: 109px;
    margin: 0 auto;
    padding-top: 44px;
    text-align: left;
}

#hw-copyright {
    margin-top: -16px;
    margin-left: -12px;
    text-align: center;
}

#hw-copyright img {
    width: 294px;
    height: auto;
}

#hw-footer-logo {
    position: absolute;
    top: 53px;
    right: 0;
}

#hw-footer-logo img {
    width: 177px;
    height: auto;
}
