@charset "utf-8";


body::-webkit-scrollbar {
    display: none; /* 스크롤바를 숨깁니다 */
}

/* header 스타일  */
header {
	width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.main_nav.active .menu_title a {
	color: #121212;
}

.header_inner {
	display: flex;
	height: 100%;
	padding: 0 20px ;
	background: #fff;
}

.logo_div {
	height: 100%;
    display: flex;
    align-items: center ;
    z-index: 30;
    margin-right: 238px;
}

.menu_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 238px;
}

.menu_div {
	display: flex;
	z-index: 30;
}

.menu_div>li {
	margin-right: 80px;
}

.menu_div>li:last-child {
	margin-right: 0;
}

.menu_div>li a {
	display: block;
	width: 100px;
	font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    color: #fff ;
    transition: 0.25s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}


.on {
	color: #25A740 !important;
	box-sizing: border-box;
}

.sub_wrap {
	display: none;
	z-index: 4;
    position: absolute;
    top: 50px;
    left: 0;
    height: 20px;
    padding: 10px 0;
    width: 100%;
}

.sub_wrap ul {
	width: 100%;
	height: 100%;
}

.sub_menu {
	position: relative;
	float: left;
	display: flex;
}

.sub_menu li {
	margin-right: 30px;
}

.sub_menu li, .sub_menu li a{
	font-size: 17px;
    font-weight: 300;
    line-height: 1.25;
    transition: 0.25s;
    color: #121212;
    z-index: 5;
    cursor: pointer;
}

.sub_menu li:hover, .sub_menu li:hover a {
	color: #25A740 !important;
}

.header_bg {
	display: none;
	width: 100% ;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.93);
	z-index: 1;
}

.main_nav.active .today_top span, .main_nav.active .today_bottom p {
	color: #121212;
}

.today_weather {
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 30;
}

.today_top {
	display: flex;
	justify-content: center;
	width: 250px;
}

.today_top span {
	font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    color: #fff ;
}

.today_bottom {
	display: flex;
	justify-content: space-between;
	width: 200px;
}

.today_bottom p {
	font-size: 12px;
    font-weight: 300;
    line-height: 1.25;
    color: #fff;
}

.today_bottom p em {
    color: #03749b;
}

.header_a {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    color: #000;
}
