

* {
    margin: 0px;
    padding: 0px;
    font-family:'Noto Sans KR', 'Malgun Gothic';
    letter-spacing : -1.5px;
    color : #333;
}

ul {
    list-style: none;
}

#backView {
	position: fixed;
	display: none;
	background-color: #000000;
	opacity: 0.5;
	top: 0px;
	left: 0px;
	width: 100%;
	height : 100%;
	z-index: 11;
}

#main_gnb, #move_gnb {
    position: fixed;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    width : 100%;
    top : 0px;
    left : 0px;
    z-index:88;
    min-width: 1200px;
    padding: 5px 40px;
    box-sizing: border-box;
    background-color: #fff;
}

#main_gnb .gnb_div, #move_gnb .gnb_div{
	display: inline-flex;
	width: 100%;
	max-width: 1920px;
	justify-content: space-between;
}

#main_gnb .gnb_item, #move_gnb .gnb_item {
    display: inline-flex;
    height: 40px;
    align-items: center;
}

#main_gnb .gnb_item:last-child ul, #move_gnb .gnb_item:last-child ul {
	overflow:hidden;
}

/* GNB 왼쪽 메뉴 */
/* #main_gnb .gnb_item:first-child {
    top: 20px;
    left : 3%;
    line-height: 1.15;
} */

#main_gnb .gnb_item:first-child .gnb_item_topMenu, #move_gnb .gnb_item:first-child .gnb_item_topMenu{
	display: inline-flex;
	height: 40px;
	align-items: center;
}


#main_gnb .gnb_item:first-child .gnb_item_topMenu>li, #move_gnb .gnb_item:first-child .gnb_item_topMenu>li {
    font-family: 'Noto Sans KR';
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    align-items: center;
    margin-right: 16px;
    font-size: 15px;
    font-weight: 500;
}

#main_gnb .gnb_item:first-child .gnb_item_topMenu>li:not(.bar):hover, #move_gnb .gnb_item:first-child .gnb_item_topMenu>li:not(.bar):hover {
    cursor: pointer;
    color: #c80a1e;
}

#main_gnb .gnb_item:first-child .gnb_item_topMenu>li:nth-child(n+7), #move_gnb .gnb_item:first-child .gnb_item_topMenu>li:nth-child(n+7){
	margin-right: 16px;
}

#main_gnb .gnb_item:first-child .gnb_item_topMenu>li:hover .gnb_item_innerMenu, #move_gnb .gnb_item:first-child .gnb_item_topMenu>li:hover .gnb_item_innerMenu {
    display: block;

}

#main_gnb .gnb_item:first-child .gnb_item_topMenu>li:hover .gnb_item_innerMenu li:hover, #move_gnb .gnb_item:first-child .gnb_item_topMenu>li:hover .gnb_item_innerMenu li:hover {
    color: #c80a1e;
}

#main_gnb .gnb_item:first-child .gnb_item_topMenu>li:first-child, #move_gnb .gnb_item:first-child .gnb_item_topMenu>li:first-child {
	display: inline-flex;
	width: 20px;
	height: 40px;
	align-items: center;
    margin-right: 22px;
}

/* GNB 모든 innerMenu 위치 */
#main_gnb .gnb_item:first-child .gnb_item_topMenu li .gnb_item_innerMenu, #move_gnb .gnb_item:first-child .gnb_item_topMenu li .gnb_item_innerMenu {
    min-width: 60px;
    max-width: 112px;
    padding : 19.5px 20px;
    position: absolute;
    margin-left: -38px;
    z-index: 11;
    border: 1px solid #555;
    background-color: white;
    display: none;

}

/* GNB 키즈룸, 학생방, 아울렛 innerMenu 위치 */
#main_gnb .gnb_item:first-child .gnb_item_topMenu li:nth-child(5) .gnb_item_innerMenu, #move_gnb .gnb_item:first-child .gnb_item_topMenu li:nth-child(5) .gnb_item_innerMenu,
#main_gnb .gnb_item:first-child .gnb_item_topMenu li:nth-child(6) .gnb_item_innerMenu, #move_gnb .gnb_item:first-child .gnb_item_topMenu li:nth-child(6) .gnb_item_innerMenu,
#main_gnb .gnb_item:first-child .gnb_item_topMenu li:nth-child(13) .gnb_item_innerMenu, #move_gnb .gnb_item:first-child .gnb_item_topMenu li:nth-child(13) .gnb_item_innerMenu {
    margin-left: -34px;
}


.gnbBtn{display:inline-block;float:left;background-position:center;background-repeat:no-repeat;border:0px;font-size:0px !important;}
.gnb_item_topMenu li a {display:inline-block;width:100%;height:auto;}
.gnb_item_topMenu .gnbMnBtn{width:30px;height:30px;background-image: url('/img/front/gnb/icon_menu_30px.svg');}
#search_icon_fixed{width:30px;height:30px;background-image: url('/img/front/gnb/icon_search_30px.svg');margin-left:8px;}
#search_icon_absolute{width:30px;height:30px;background-image: url('/img/front/gnb/icon_search_30px.svg');margin-left:8px;}
.gnb_item .cart{position: relative;padding-right: 3px;}
.cart_button{width:30px;height:30px;background-image: url('/img/front/gnb/icon_cart_30px.svg');}
.cart_button+.label{position: absolute;bottom: 0;right: 0;display: none;justify-content: center;align-items: center;min-width: 16px;padding: 2px 3px 4px 2px;box-sizing: border-box;border-radius: 20px;background: #c80a1e;font-size: 10px;line-height: 10px;font-weight: bold;color: #fff;}

/* GNB 펫 innerMenu 위치 */
#main_gnb .gnb_item:first-child .gnb_item_topMenu li:nth-child(9) .gnb_item_innerMenu, #move_gnb .gnb_item:first-child .gnb_item_topMenu li:nth-child(9) .gnb_item_innerMenu {
    margin-left: -44px;
}

#main_gnb .gnb_item:first-child .gnb_item_innerMenu li, #move_gnb .gnb_item:first-child .gnb_item_innerMenu li {
    float: none;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding : 5.5px 0px;
    line-height: normal;
}

#main_gnb .gnb_item:first-child .gnb_item_innerMenu li:hover, #move_gnb .gnb_item:first-child .gnb_item_innerMenu li:hover {
	color: #c80a1e;
}


/* GNB 가운데 로고 */

#main_gnb .gnb_item.logo, #move_gnb .gnb_item.logo {
	position: absolute;
    left: calc(50% - 42.5px);
}


/* GNB 오른쪽 메뉴 */

#main_gnb .gnb_item:last-child ul, #main_gnb .gnb_item:last-child div,
#move_gnb .gnb_item:last-child ul, #move_gnb .gnb_item:last-child div{
	display: inline-flex;
}

#main_gnb .gnb_item:last-child ul li, #move_gnb .gnb_item:last-child ul li {
	display: inline-flex;
    float: left;
    font-weight: 300;
    font-size: 11px;
    margin-left: 16px;
    line-height: 40px;
    align-items: center;
}

#main_gnb .gnb_item:last-child ul li:nth-child(n+6), #move_gnb .gnb_item:last-child ul li:nth-child(n+6) {
	margin-left: 0;
}

#main_gnb .gnb_item:last-child ul li:nth-child(5), #move_gnb .gnb_item:last-child ul li:nth-child(5) {
	margin-right: 10px;
}

#main_gnb .gnb_item:last-child ul li a, #move_gnb .gnb_item:last-child ul li a {
	display: inline-flex;
    align-items: center;
	font-size: 14px;
	font-weight: 400;
}

#main_gnb .gnb_item:last-child ul li:hover a, #move_gnb .gnb_item:last-child ul li:hover a{
    cursor: pointer;
    color: #ba0e2f;
}

#main_gnb .gnb_item .gnb_search_and_cart {
	display: inline-flex;
    text-align: right;
}
#main_gnb .gnb_item .gnb_search_and_cart a{
	display: inline-flex;
}
#main_gnb .gnb_search_and_cart img, #move_gnb .gnb_item:last-child img{
	margin-left: 8px;
}
#main_gnb .gnb_item .gnb_search_and_cart img:hover, #move_gnb .gnb_item .gnb_search_and_cart img:hover {
	cursor:pointer;
}


/* GNB "전체" LAYER POPUP */

#all_menu_layer_popup {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f0f0f0;
    min-width: 985px;
    max-width: 1108px;
    min-height: 730px;
    max-height: 1031px;
    outline: 1px solid #aaaaaa;
    display: none;
    z-index: 890;
}

#all_menu_layer_popup a {display:inline-block;width:100%;height:auto;}


#all_menu_layer_popup .close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/img/front/gnb/icon_closeBtn.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#all_menu_layer_popup .close:hover {
    cursor: pointer;
}

#all_menu_layer_popup .almp_line {
    height: 1px;
    width: 970px;
    background-color: #aaaaaa;
    position: absolute;
    top : 50px;
    left: 10px;
}

#all_menu_layer_popup .amlp_top_menu {
    list-style: none;
    overflow: hidden;
    position: relative;
}

#all_menu_layer_popup .almp_menu {
    background-color: white;
    float: left;
    width: 110px;
    padding-bottom:10px;
    text-align: center;
    box-sizing: border-box;
}

#all_menu_layer_popup .almp_menu_line {
	float:left;
	width: 1px;
	background-color: #e0e0e0;
	position: absolute;
	top: 80px;
	left : 123px;
}

#all_menu_layer_popup .almp_menu_right {
    float: right;
    background-color: #f0f0f0;
    width: 116px;
}

#all_menu_layer_popup .almp_menu_title {
    margin: 15px 0px;
    font-weight: 500;
    font-size: 18px;
    font-family : "Noto Sans KR"
}

#all_menu_layer_popup .almp_menu_title:hover{
	cursor:pointer;
	color:#c80a1e;
}

#all_menu_layer_popup .almp_menu_title:hover a{
	cursor:pointer;
	color: #c80a1e;
}

#all_menu_layer_popup .almp_menu_right_title {
	margin-bottom: 36px;
	font-size: 18px;
	font-weight: 700;
}

#all_menu_layer_popup .almp_menu_right_title:first-child {
    margin-top: 130px;
}

#all_menu_layer_popup .almp_menu_right_title a{
	font-weight: 700;
}

#all_menu_layer_popup .almp_menu_body {
    margin-top: 40px;
}

#all_menu_layer_popup .almp_menu_body .almp_menu_body_subtitle {
    font-size: 14px;
    font-weight: 600;
}

#all_menu_layer_popup .almp_menu_body .almp_menu_body_subtitle:hover {
	cursor:pointer;
	color:#c80a1e;
}

#all_menu_layer_popup .almp_menu_body ul{
    list-style: none;
    margin-top: 15px;
}

#all_menu_layer_popup .almp_menu_body ul li {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 12px;
}

#all_menu_layer_popup .almp_menu_body ul li:hover {
	cursor:pointer;
	color:#ba0e2f;
}

#all_menu_layer_popup .almp_menu_body hr {
    width: 16px;
    margin: 20px auto;
    border: none;
    border-top: 1px solid #e0e0e0;
}


#all_menu_layer_popup .almp_menu_body .almp_menu_body_right_ul {
    margin-top: 100px;
}

#all_menu_layer_popup .almp_menu_body .almp_menu_body_right_ul li {
    font-size: 14px;
    margin-bottom: 20px;
}

#all_menu_layer_popup .almp_menu_body .almp_menu_body_right_ul li:hover a{
    color:#c80a1e;
    cursor:pointer;
}

/* GNB "검색" LAYER POPUP */

#search_box_layer_popup {
    position: absolute;
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    top: 50px;
    left: 0;
    min-height: 300px;
    background-color: white;
    z-index: 12;
}

#search_box_layer_popup .search_header{
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	margin: 34px 0 40px 0;
}

#search_box_layer_popup .search_body{
	margin-left: 62px;
}

#search_box_layer_popup .search_close_bar{
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

#search_box_layer_popup .sblp_search_bar {
	position: relative;
	display: inline-flex;
	width: 630px;
	align-items: center;
	padding: 9px 56px;
	background-color: #f0f0f0;
	border-radius: 22px;
	box-sizing: border-box;
}

#search_box_layer_popup .srchIcon{
	position: absolute;
	left: 16px;
}

#search_box_layer_popup .sblp_search_bar input[type="text"]::placeholder{
	font-size: 16px;
	font-weight: 500;
	color: #666666;
}
#search_box_layer_popup .sblp_search_bar input[type="text"] {
    font-size: 16px;
    width: 100%;
    height: 30px;
    color: #2e2e2e;
    font-weight: 500;
    border: none;
}

#search_box_layer_popup .srchTxtCls{
	display: none;
	position: absolute;
	right: 12px;
	cursor: pointer;
}

#search_box_layer_popup #searchClose{
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	margin-left: 14px;
	background-color: #f0f0f0;
	border-radius: 22px;
	cursor: pointer;
}

#search_box_layer_popup #autoKeyword{
    font-size: 14px;
    font-weight: 700;
    margin: 0px 118px 0px 56px;
}

#search_box_layer_popup #autoKeyword li{
	margin-top: 14px;
}

#search_box_layer_popup #autoKeyword li:first-child{
	margin-top: 20px;
}

#search_box_layer_popup #autoKeyword li:last-child{
	margin-bottom: 20px;
}

#search_box_layer_popup .sblp_search_content {
	text-align: center;
    margin : 40px 0px;
    width : 259px;
    float: left !important;
}

#search_box_layer_popup .sblp_search_content.mgL56px{
	margin-left: 56px;
}

#search_box_layer_popup .sblp_search_content #keywordTitle{
	font-size: 13px;
	font-weight: 700;
	color: #C80A1E;
}

#search_box_layer_popup .sblp_search_content ul{
    list-style: none;
}

#search_box_layer_popup .sblp_search_content ul li{
    font-size : 14px;
    font-weight: 500;
    color: #2e2e2e;
    margin-top: 14px;
}

#search_box_layer_popup .sblp_search_content ul li:first-child{
	margin-top: 20px;
}

#search_box_layer_popup .sblp_search_content #searchKeyword li:hover, #search_box_layer_popup .sblp_search_content #contentsKeyword li:hover{
	color:#c80a1e;
}

.clr_ilom_red{color:#c80a1e;}

/* GNB 내 전체 LAYER POP-UP */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
