p { margin: 0; }

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 80px;
	background: rgba(25,25,25,0);
	z-index: 99999999 !important;
	text-align: center;
	white-space: nowrap;
	font-size: 0px;
	height: 80px;
	transition: 0.3s all;
}

#header:hover { background : rgba(255,255,255,1); transition-delay: 0s; }
#header:hover > #header_hover_background { border-top: 1px solid #c9c9c9; }
#header:hover .menubar .logo { content: url("../source/header/color_logo.png") !important; }
#header:hover #menu_section > li > ul > div > a { color: rgb(25,25,25) !important; }
#header:hover .header_login, #header:hover .header_logout, #header:hover .header_mypage { color: rgb(25,25,25) !important;}
#header:hover .hidden_hamburger span { background: rgb(80,80,80) !important; }
html,body { width:100%; overflow-x:hidden; overflow-y:scroll; }
a { text-decoration: none; display: block; color: black; }

.logo {
	height: 64px;
	left: 20%;
	margin: 10px 40px 20px 40px;
	z-index: 999999;
}

ul { list-style:none; margin: 0; padding: 0; text-align: center; line-height: 80px; }
li { float:left; text-align: center; }

body {
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing:-0.02em;
	margin: 0px;
	overflow-y:hidden;
}

.menubar {
	line-height: 55px !important;
	background: none;
	font-weight: 400;
	color: #fff;
	height: 80px;
	text-align: center;
	white-space: nowrap;
	display: flex;	
	justify-content: space-evenly;
	width: 100%;
}

.sub_menu {
	height: 50px;
	color: #333;
	transition: all 0.3s;
	font-size: 15px;
	font-weight: 500;
}

.sub_menu > a {
	color: #474747;
	line-height: 50px;
	height: 50px;
	width: 160px;
}

.sub_menu > a:hover { font-weight: bold; }

#menu_section > li { width: 160px; border-bottom: 6px solid rgba(0,0,0,0); }
#menu_section > li > ul > div > a { color: white; }
#menu_section > li:nth-child(2) { min-width: 176px; }
#menu_section { height: 80px; }

#header_hover_background { height: 0; background: rgba(255,255,255,0); transition: all 0.3s; border-top: 1px solid rgba(255,255,255,0); }

[class*="dropdown"] { height: 0px; overflow: hidden; transition: all 0.3s; display: flex; width: 600px; opacity: 0; }

.li1:hover .dropdown1 { transition: all 0.3s; display: flex; opacity: 1; height: 100px; }
.li2:hover .dropdown2 { transition: all 0.3s; display: flex; opacity: 1; height: 100px; }
.li3:hover .dropdown3 { transition: all 0.3s; display: flex; opacity: 1; height: 100px; }
.li4:hover .dropdown4 { transition: all 0.3s; display: flex; opacity: 1; height: 100px; }
.li5:hover .dropdown5 { transition: all 0.3s; display: flex; opacity: 1; height: 100px; }

.li1:hover > ul > div > a > p { border-bottom: 6px solid #88c23f; height: 78px; }
.li2:hover > ul > div > a > p { border-bottom: 6px solid #88c23f; height: 78px; }
.li3:hover > ul > div > a > p { border-bottom: 6px solid #88c23f; height: 78px; }
.li4:hover > ul > div > a > p { border-bottom: 6px solid #88c23f; height: 78px; }
.li5:hover > ul > div > a > p { border-bottom: 6px solid #88c23f; height: 78px; }

.dropdown5 { margin-left: -160px; }

#menu_section > [class*="li"]:hover >a { font-weight: bold; }

[class*="menu_"] {
	cursor: pointer;
	display: block;
	background: none;
	font-size: 19px;
	display: block;
	width: 100%;
}

[class*="menu_"] > a > p {
	width: 120px;
	height: 83px;
	margin: auto;
}

#footer {
	width: 100%;
	height: 310px;
	background-color: #191919;
	display: flex;
	justify-content: center;
}

#footer_pc { width: 1220px; display: flex; justify-content: space-between; }
#footer_mobile { display: none; justify-content: space-evenly; max-width: 400px; flex-wrap: wrap; }

#footer_pc > div:nth-child(2) > p:nth-child(1) { font-size: 27px; font-weight: 300; margin-top: 30px; }
#footer_pc > div:nth-child(2) > p:nth-child(2) { font-size: 34px; font-weight: 500; margin-top: -10px; }
#footer_pc > div:nth-child(2) > p:nth-child(3) { font-weight: 100; margin-top: 5px; }
#footer_pc > div:nth-child(2) > p:nth-child(4) { margin-top: 76px; }
#footer_pc > div:nth-child(2) > p:nth-child(4) > h:nth-child(1) { font-size: 24px; }
#footer_pc > div:nth-child(2) > p:nth-child(4) > h:nth-child(2) { font-size: 20px; font-weight: 300; margin-left: 10px; }
#footer_pc > div:nth-child(2) > p:nth-child(5) > h:nth-child(1) { font-size: 24px; }
#footer_pc > div:nth-child(2) > p:nth-child(5) > h:nth-child(2) { font-size: 20px; font-weight: 300; margin-left: 10px; }

#footer_pc > div:nth-child(3) > p:nth-child(1) { font-size: 27px; font-weight: 300; margin-top: 30px; }
#footer_pc > div:nth-child(3) > p:nth-child(2) { font-size: 34px; font-weight: 500; margin-top: -10px; }
#footer_pc > div:nth-child(3) > p:nth-child(3) { font-weight: 100; margin-top: 110px; }
#footer_pc > div:nth-child(3) > p:nth-child(4) { font-weight: 100; margin-top: 16px; }

#footer_mobile > div:nth-child(1) > p:nth-child(2) { margin-top: 24px; font-size: 20px; font-weight: 300; }
#footer_mobile > div:nth-child(1) > p:nth-child(3) { margin-top: -5px; font-size: 24px; font-weight: bold; }
#footer_mobile > div:nth-child(1) > p:nth-child(4) { margin-top: 24px; font-size: 20px; font-weight: 300; }
#footer_mobile > div:nth-child(1) > p:nth-child(5) { margin-top: -5px; font-size: 24px; font-weight: bold; }
#footer_mobile > div:nth-child(1) > p:nth-child(6) { font-size: 12px; font-weight: 100; margin-top: 5px; margin-bottom: 20px; }
#footer_mobile > div:nth-child(1) > p:nth-child(7) > h:nth-child(1) { font-weight: 500; font-size: 15px; }
#footer_mobile > div:nth-child(1) > p:nth-child(7) > h:nth-child(2) { font-weight: 100; font-size: 12px; margin-left: 5px; }
#footer_mobile > div:nth-child(1) > p:nth-child(8) { font-size: 8px; font-weight: 300; margin-top: 2px; white-space: nowrap; margin-bottom: 10px; }
#footer_mobile > div:nth-child(1) > p:nth-child(9) > h:nth-child(1) { font-weight: 500; font-size: 15px; }
#footer_mobile > div:nth-child(1) > p:nth-child(9) > h:nth-child(2) { font-weight: 100; font-size: 12px; margin-left: 5px; }
#footer_mobile > div:nth-child(1) > p:nth-child(10) { font-size: 8px; font-weight: 300; margin-top: 2px; white-space: nowrap; margin-bottom: 10px; }

#footer_mobile > div:nth-child(2) > p:nth-child(1) { margin-top: 90px; font-size: 20px; font-weight: 300; }
#footer_mobile > div:nth-child(2) > p:nth-child(2) { margin-top: -5px; font-size: 24px; font-weight: bold; }
#footer_mobile > div:nth-child(2) > p:nth-child(3) { font-size: 8px; font-weight: 300; margin-top: 48px; }
#footer_mobile > div:nth-child(2) > p:nth-child(4) { font-size: 8px; font-weight: 300; margin-top: 10px; white-space: nowrap; }

.copy2 { display: none; }

.c6 { color: #c6c6c6; }
.ff { color: #ffffff; }

@keyframes fadeinup {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

.header_login { position: fixed; color: white; font-size: 15px; top: 5px; left: 5px; display: block; }

.header_logout { position: fixed; color: white; font-size: 15px; top: 5px; left: 5px; display: block; }

.header_mypage { position: fixed; color: white; font-size: 15px; top: 55px; left: 5px; display: block; }

.width_br { display: none; }

html::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

html::-webkit-scrollbar-thumb {
    background: rgb(60,60,120); /* 스크롤바의 색상 */

    border-radius: 10px;
}

html::-webkit-scrollbar-track {
    background: rgba(60,60,120,0.5);  /*스크롤바 뒷 배경 색상*/
}

.hidden_hamburger { position: fixed; right: 3%; top: 30px; width: 40px; height: 34px; transform: translate(0, -50%); display: none; }

.hidden_hamburger > span:nth-child(1) { width: 100%; height: 6px; background: rgb(80,80,80); position: absolute; left: 0; top: 0; border-radius: 2px; }
.hidden_hamburger > span:nth-child(2) { width: 100%; height: 6px; background: rgb(80,80,80); position: absolute; left: 0; top: 50%; transform: translate(0, -50%); border-radius: 2px; }
.hidden_hamburger > span:nth-child(3) { width: 100%; height: 6px; background: rgb(80,80,80); position: absolute; left: 0; bottom: 0; border-radius: 2px; }
.hidden_hamburger > span { transition: all 0.2s; }

.sidemenu { width: 100%; height: 100%; position: fixed; left:0; top:0; background: rgba(0,0,0,.5); display: none; }
.sidemenu > div { width: 66%; position: absolute; left: 0; height: 100%; background: #191919; }
.sidemenu > div > ul > li { width: 100%; color: white; margin: 5px 0 5px 0; color: white; font-size: 5vmin; }
.hidden_sub_menu { width: 100%; font-size: 4vmin; }
.hidden_sub_menu > a { color: white; font-weight: 400; display: block; }
.dropdown_hidden { opacity: 1; background: #494949; display: inline-block; width: 100%; }
.sidemenu > div > ul > li > ul { display: flex; max-height: 0; transition: 1s ease; overflow: hidden; }

.sidemenu > div > ul::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

.sidemenu > div > ul::-webkit-scrollbar-thumb {
    background: #000000; /* 스크롤바의 색상 */

    border-radius: 10px;
}

.sidemenu > div > ul::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.6);  /*스크롤바 뒷 배경 색상*/
}

.close { position: fixed; right:0; top:0; width: 34%; height: 100%; }

#hidden_sub01:checked + li > ul { max-height: 100vw; transition: 1s ease; }
#hidden_sub02:checked + li > ul { max-height: 100vw; transition: 1s ease; }
#hidden_sub03:checked + li > ul { max-height: 100vw; transition: 1s ease; }
#hidden_sub04:checked + li > ul { max-height: 100vw; transition: 1s ease; }
#hidden_sub05:checked + li > ul { max-height: 100vw; transition: 1s ease; }

#hidden_sub01:checked + li > label { font-weight: bold; transition: 0.1s; }
#hidden_sub02:checked + li > label { font-weight: bold; transition: 0.1s; }
#hidden_sub03:checked + li > label { font-weight: bold; transition: 0.1s; }
#hidden_sub04:checked + li > label { font-weight: bold; transition: 0.1s; }
#hidden_sub05:checked + li > label { font-weight: bold; transition: 0.1s; }

.dropdown_hidden { height: auto; }

.sidemenu input { display:none; }

.nav { position: fixed; right: 1%; top: 50%; transform: translate(-50%,-50%); display: none; }

.nav_1:hover { background-color: rgba(225,225,225, .8); transition: 0.2s all; }
.nav_1 { width: 48px; height: 48px; background: url("../image/home.png") no-repeat center; background-size: 70%; filter: invert(1); border-radius: 100%; background-color: rgba(255,255,255,.4); transition: 0.2s all; }

.nav_2:hover { background-color: rgba(225,225,225, .8); transition: 0.2s all; }
.nav_2 { margin-top: 8px; width: 48px; height: 48px; background: url("../image/user.png") no-repeat center; background-size: 70%; filter: invert(1); border-radius: 100%; background-color: rgba(255,255,255,.4); transition: 0.2s all; }

.nav_3:hover { background-color: rgba(225,225,225, .8); transition: 0.2s all; }
.nav_3 { margin-top: 8px; width: 48px; height: 48px; background: url("../image/map.png") no-repeat center; background-size: 70%; filter: invert(1); border-radius: 100%; background-color: rgba(255,255,255,.4); transition: 0.2s all; }

.nav_4:hover { background-color: rgba(225,225,225, .8); transition: 0.2s all; }
.nav_4 { margin-top: 8px; width: 48px; height: 48px; background: url("../image/qna.png") no-repeat center; background-size: 70%; filter: invert(1); border-radius: 100%; background-color: rgba(255,255,255,.4); transition: 0.2s all; }

.nav_5:hover { background-color: rgba(225,225,225, .8); transition: 0.2s all; }
.nav_5 { margin-top: 8px; width: 48px; height: 48px; background: url("../source/main/smartstore.png") no-repeat center; background-size: 70%; filter: invert(1); border-radius: 100%; background-color: rgba(255,255,255,.4); transition: 0.2s all; }


.small_menu { display: none; width: 100%; height: 50px; line-height: 50px; white-space: nowrap; }
.small_menu > ul { font-size: 1.2em; width: 50%; height: 100%; line-height: 50px; }
.small_menu > ul:nth-child(1) { border-right: 1px solid #e0e0e0; font-weight: bold; }
.small_menu > ul:nth-child(1) > div { border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; }
.small_menu > ul:nth-child(2) > div { border-bottom: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; }
.small_menu > ul li { width: 100%; background: #fff; position: relative; text-align: left; z-index: 1; }
.small_menu > ul li span { padding-left: 14px; }
.small_menu > ul li a { padding-left: 14px; }
.small_menu > ul > div > li { font-size: 0.8em; }
.small_menu > ul > div { display: block; overflow: hidden; width: 100%; height: 0; transition: 0.4s all; }
.small_menu > ul > input { display: none; }
.small_menu h { position: absolute; right: 10px; font-size: 0.7em; }
.small_menu > ul > div > li:hover { background-color: #ccc; transition: 0.2s all; }
.small_menu > ul > label > li { height: 100%; }

.mo_logo { display: none; height: 40px; margin-top: 10px; }

.content_title { font-size: 2.3em; font-weight: bold; }

@media screen and (max-width: 1220px) {
	#menu_section { display: none; }
	.width_br { display: block; margin: 0; }
	.hidden_hamburger { display: block; }
	.nav { display: none !important; }
	.small_menu { display: flex; }
	.navi { display: none; }
	.content_right > p:nth-child(1) { margin-top: 0; }
	#footer { height: 300px; }
	#footer_pc { display: none; }
	#footer_mobile { display: flex; }
	.mo_logo { display: block; }
	.logo { display: none; }
	#header { min-height: 60px; height: 60px; background-color: rgb(255,255,255) !important; }
	.menubar { height: 60px; }
	.header_login, .header_logout, .header_mypage { color: rgb(25,25,25) !important; }
	.header_mypage { top: 35px; }
	.content_title { font-size: 40px; }
}
@media screen and (max-width: 420px) { 
	#footer { height: 400px; }
	.copy1 { display: none; }
	.copy2 { display: block; }
	#footer_mobile > div:nth-child(2) { display: none; }
	#footer_mobile > div:nth-child(1) > p:nth-child(2) { margin-top: 10px; }
	#footer_mobile > div:nth-child(1) > p:nth-child(4) { margin-top: 0px; }
	#footer_mobile > div:nth-child(1) > p:nth-child(6) { margin-top: 5px; margin-bottom: 15px; }
}