@CHARSET "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
* {
	padding:0;
	margin:0;
	box-sizing:border-box;font-family: 'Noto Sans KR', sans-serif;
}


.logo {
	cursor:pointer;
}

#mask {
	position:absolute;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.5);
	z-index:5;
	display:none;
}

header {
	width:1320px;
	height:110px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	
}

.header {
	max-width:100%;
	border-bottom:5px solid #881C25;
	position:relative;
	z-index:6;
	background:#FFFFFF;
}

header > ul > li {
	list-style:none;
	float:left;
	margin-left:40px;
	vertical-align: middle;
	cursor:pointer;
	position:relative;
}

.menu {
	width:800px;
	font-weight:bold;
}

.menu > li {
	width:100px;
	text-align:center;
}


.member-menu {
	font-size:12px;
	color:#556478;
	text-align:center;
}

.member-menu > li > div:last-child {
	margin-top:8px;
}


.menu_wrap {
	width:100%;
	height:443px;
	background:#FFFFFF;
	position:absolute;
	left:0;
	z-index:5;
	display:none;
}

.menu_wrap > ul {
	width:120px;
	list-style:none;
	position:absolute;
	float:left;
	top:30px;
	height:364px;
	border-right:1px solid #EDEDED;
}

.menu_wrap > ul > li {
	width:100px;
	text-align:center;
	margin-top:20px;
	font-size:14px;
	cursor:pointer;
}

.sub-menu ul{
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.sub-menu > ul > li {
	list-style:none;
	padding-top:20px;
	height:60px;
	font-size:14px;
	cursor:pointer;
	font-weight:bold;
}

.sub-menu > ul > li:first-child {
	margin-left:0px;
}

.container {
	max-width:100%;
	position:relative;
}

.sub-line {
	max-width:100%;
	border:5px solid #F7F7F7;
	display:none;
}

.sub-menu {
	max-width:100%;
	display:none;
}

.active {
	color:#881C25;
}

.sub-sub-menu {
	background:#ECECEC;
	height:41px;
	position:relative;
	display:none;
	line-height:41px;
}

.sub-sub-menu > section {
	width:1000px;
}

.sub-sub-menu > section > div {
	float:left;
	font-size:14px;
	margin-left:50px;
	cursor:pointer;
}

.sub-sub-menu > section > div:first-child {
	margin-left:0px;
}
/* 
.login_wrap {
    background-color: #fff;
    z-index: 9999;
    width: 470px;
    height: 580px;
    padding:30px;
    text-align:center;
    position:relative;
}

.login_wrap > img {
	margin-top:15px;
}

.close {
	position:absolute;
	right:30px;
	top:15px;
	cursor:pointer;
}

.login_wrap > h3 {
	font-family:GmarketSansMedium;
	margin-top:30px;
	font-size:24px;
	font-weight:bold;
}

.login_wrap > .type > li{
	list-style:none;
	margin-top:30px;
	float:left;
	width:50%;
	height:43px;
	line-height:43px;
	font-size:14px;
	border-radius:7px;
	background:#D9D9D9;
	cursor:pointer;
}

.login_select {
	background:#333333 !important;
	color:#FFFFFF;
}

input[type='text'], input[type='password'] {
	width:100%;
	margin-top:30px;
	height:50px;
	padding-left:15px;
	border: 1px solid #838383;
	border-radius: 7px;
}

.cookie_check {
	text-align:left;
	margin-top:15px;
	font-size:14px;
}

.cookie_check > input[type='checkbox'] {
	width:20px;
	height:20px;
	border-radius:5px;
}

label {
	margin-left:10px;
	color: #727272;
	font-size:14px;
	vertical-align:4px;
	cursor:pointer;
}

input[type='checkbox']:checked {
	background-color: #333333;
	-webkit-appearance: none;
	border-radius:5px;
	 color: white;
	 background-image:url('/new/images/checked.png');
	 background-repeat:no-repeat;
	 background-position:center;
}

.login_btn {
	width:100%;
	height:52px;
	background:#333333;
	color:#FFFFFF;
	text-align:center;
	line-height:52px;
	border-radius:7px;
	margin-top:35px;
	cursor:pointer;
}

.find {
	display: flex;
  justify-content : center;
}

.find > li {
	list-style:none;
	float:left;
	margin-top:25px;
	padding-left:25px;
	padding-right:25px;
	font-size:14px;
	text-align:center;
	border-right:1px solid #727272;
	cursor:pointer;
}

.find > li:first-child {
	padding-left:0;
}

.find > li:last-child {
	border:none;
	padding-right:0;
} */

