@charset 'utf-8';
@media screen and (max-width: 767px) {
    /* =========================================================

	#hw-header
	 
	========================================================= */
    #hw-index #header-vline{
		display: none;
	}
    #hw-index #hw-header {
        border-bottom: 2px solid #0f0;
        background-color: #1a1a1a;
    }
    #hw-index #hw-header-inner {
        width: 320px;
        border: none;
        height: auto;
    }
    #hw-header {
        height: auto;
        padding-bottom: 7px;
        border-bottom: 2px solid #0f0;
    }
    #hw-logo {
        position: relative;
        top: 10px;
        left: 10px;
        width: 147px;
    }
    #hw-header-inner {
        width: 320px;
        height: auto;
    }
    #hw-nav {
        position: static;
        margin-top: 22px;
        padding: 0 10px;
    }
    .hw-nav-item img {
        height: 6.6px;
    }
    .hw-nav-item {
        margin-right: 4px;
        margin-bottom: 0;
    }
    #nav-youtube {
        margin-right: 5px;
    }
    /* =========================================================

	#hw-footer
	 
	========================================================= */
    #hw-footer-inner {
        width: 320px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    #hw-copyright {
        margin-top: -10px;
        margin-left: -25px;
    }
    #hw-copyright img {
        width: 157px;
    }
    #hw-footer-logo {
        position: static;
        margin-top: 13px;
        margin-left: -33px;
        text-align: center;
    }
    #hw-footer-logo img {
        width: 88px;
    }
    #backtop {
        margin-left: 10px;
    }
    #backtop img {
        width: 30px;
        height: auto;
    }
}
