@charset "utf-8";

/* TODO : [상단] */
header {
    width: 1200px;
    height: 110px;
    margin: 0px auto;
}
.header-menu-base {
    width: 1150px;
    height: 110px;
    padding: 0px 20px 0px 30px;
}
/* TODO : [상단 로고 버턴] */
.header-logo-item {
    float: left;
    width: 126px;
    height: 91px;
    background: url('http://www.thehhopeplus.com/static/images/main/the_h_logo.png') no-repeat center center;
    padding: 4px 0px 5px 0px;
}
/* TODO : [상단 메뉴 버턴] */
.header-menu-container {
    float: right;
    width: 1000px;
    height: 91px;
    padding: 4px 0px 5px 0px;
    text-align: right;
}
.header-give-item {
    height:55px;
    padding:10px 80px 0px 0px;
}
.header-give-item > ul > li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.header-give-item-1 {
    background: #019af8;
    border-radius: 8px;
    padding: 6px 20px;
    text-align: center;
    color: #ffffff;
}
.header-give-item-1 a {
    color: #ffffff;
}
.header-give-item-2 {
    background: #0071e1;
    border-radius: 6px;
    padding: 6px 30px;
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
}
.header-give-item-2 a {
    color: #ffffff;
}
.header-menu-item {
    position: relative;
    top: 0px;
    left: 200px;
    width: 762px;
    height: 45px;
    z-index: 99999;
}
.header-menu-item > ul > li {
    float: left;
    width: 140px;
    height: 37px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border-bottom:4px solid #ffffff;
}
.header-menu-item > ul > li:last-child {
    width: 22px;
    margin-left: 40px;
    border-bottom: none;
}
.header-menu-item > ul > li.on {
    border-bottom: 4px solid #004ca2;
    color: #004ca2;
}
.header-submenu-item {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 700px;
    height: 324px;
    text-align: center;
    z-index: 99998;
    display: none;
}
.header-submenu-item > ul {
    float: left;
    width: 140px;
    height: 324px;
    background: #ffffff;
    opacity: .9;
    font-size: 14px;
    font-weight: 700;
}
.header-submenu-item > ul.on {
    opacity: 1;
}
.header-submenu-item > ul > li {
    height: 44px;
    line-height: 44px;
    margin-top: 10px;
}
.header-submenu-item > ul > li:first-child {
    margin-top: 10px;
}

.mb-menu{
	display: none;
}
.mb-menu-panel-base {
	display: none;
}
.mb-back-base {
	display: none;
}

@media all and (max-width: 767px) {
	
/* TODO : [상단] */
header {
    width: 100%;
    height: 120px;
    margin: 0px auto;
}
.header-menu-base {
	width:100%;
    padding: 0px 0px 0px 0px;
}
/* TODO : [상단 로고 버턴] */
.header-logo-item {
    width: 100%;
    height: 91px;
    background: url('http://www.thehhopeplus.com/static/images/main/the_h_logo.png') no-repeat center center;
    padding: 26px 0px 0px 0px;
	margin: 0px auto;
}
/* TODO : [상단 메뉴 버턴] */
.header-menu-container {
	display: none;
}

.mb-menu{
	position: absolute;
	top: 40px;
	right: 25px;
	display: block;
}
.mb-menu-button {
	width: 40px;
	height: 40px;
}

.menu-close-button {
	width: 40px;
	height: 40px;
}
.mb-menu-panel-base {
	display: block;

	position: fixed;
	top: 0px;
	right: -300px;
	width: 300px;
	height: 100%;
	background-color: #ffffff;
	z-index: 99999;
}
.mb-menu-panel-container{
	padding: 20px 20px;
}
.mb-back-base {
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    transition: .5s ease;
    display: block;
    opacity: 1;
	z-index: 99998;
	display: none;
}

.mb-menu-close {
	float: left;
	width:20%;
	height: 40px;
	padding-top:16px;
}
.header-give-item {
	float: left;
	width: 80%;
    height:100%;
    padding:0px 0px 0px 0px;
}
.header-give-item > ul > li {
    float: right;
	width: 45%;
	height: 70px;
	line-height: 20px;
    font-size: 14px;
    font-weight: 500;
	margin-left:12px;
	padding: 0px 0px 0px 0px; 
}
.header-give-item > ul > li:last-child {
    float: right;
	width: 40%;
	height: 70px;
	line-height: 70px;
    font-size: 14px;
    font-weight: 500;
	padding: 0px 0px 0px 0px; 
}
.header-give-item-1 {
    background: #019af8;
    border-radius: 6px;
    padding: 6px 20px;
    text-align: center;
    color: #ffffff;
}
.header-give-item-2 {
	height: 50px;
    background: #0071e1;
    border-radius: 6px;
    padding: 6px 20px;
    text-align: center;
    color: #ffffff;
}
/*
.mb-header-menu-item > ul > li {
    width: 100%;
    height: 20px;
	line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    border-bottom:2px solid #eeeeee;
}
.mb-header-menu-item > ul > li:first-child {
    margin-top:10px;
}
.mb-header-submenu-item {
	height: 14px;
	line-height: 14px;
}
.mb-header-submenu-item a {
	width: 90%;
	font-size: 12px;
    font-weight: 500;
	padding-left: 10%;
}
*/
}