@charset "UTF-8";

@font-face {
	font-family: 'inter';
	src: url('/font/Inter-Regular-851660f90f21dba5ec35b1765fdd426a.ttf') format('truetype');
}


@font-face {
	font-family: 'Lexend-Bold';
	src: url('/font/Lexend-Bold-f7a85c50fbe85016a129c46945ac8c5a.ttf') format('truetype');
}


.nav-li a.selected {
	color: #FC0989;
}

.a_line selected {
	color: #FC0989;
}

.nav-li img.selected {
	content: url('/img/mypage1-14054f822b0ce1b489b1e50cdbdb1897.png');
}

.nav-li .li-img1:hover {
	content: url('/img/mypage1-14054f822b0ce1b489b1e50cdbdb1897.png');
}

.headroom {
	background: #16161D;
	z-index: 9999 !important;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	transform: translate3d(0px, 0px, 0px);
}

.headroom--pinned {
	background: #8f3eff;
	box-shadow: 0px -16px 56px -4px #333;
}

.Header {
	height: 10vh;
	width: 100%;
}

.Header .header-wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	margin-left: 55px;
	/* margin: 0 auto; */
	/* line-height: 96px; */
}

.Header .logo {
	float: left;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.nav {
	margin-right: 55px;
}

.Header .logo img {
	vertical-align: middle;
	cursor: pointer;
	width: 60px;
	height: 60px;
}


.Header .logo p {
	padding-left: 15px;
	font-family: Lexend-Bold;
	color: #FFFFFF;
	font-size: 16px;
}

/* .Header .nav li {
  float: left;
  margin-left: 45px;
  font-size: 1rem;
  font-family: inter;
} */
.nav-li {
	float: left;
	margin-left: 80px;
	font-size: 1rem;
	font-family: inter;
}

.Header .nav li label {
	cursor: pointer;
	color: #ffffff;
}

.nav-li-a {
	color: white;
	cursor: pointer;
}

.nav-li:hover .nav-li-a {
	color: #FC0989;
}

.li-ul a:link {
	color: black;
	text-decoration: none;
}

.li-ul:hover a {
	color: #FC0989;
}

.nav-ul {
	display: flex;
	align-items: center;
}

.nav-ul li:hover ul {
	display: block;
}

.nav-ul li li {
	background: white;
	display: block;
	float: none;
	width: 110px;
	height: 55px;
	/*  border-bottom: 1px solid; */
	text-align: center;
	line-height: 55px;
	cursor: pointer;
}

.nav-ul li ul {
	display: none;
	height: auto;
	position: absolute;
	z-index: 999;
	/* top:80%; */
	padding-top: 13px;
}

.li-ul {
	background: white;
	display: none;
	height: auto;
	z-index: 999;
}

.li-img1 {
	vertical-align: middle;
	cursor: pointer;
	content: url('/img/mypage-6e47809332b944f5741ff2fad2a69c41.png');
}

.HeaderRight {
	float: right;
}

.HeaderRight li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 0;
}

.HeaderRight li .login-button {
	width: 100px;
	line-height: 35px;
	border: none;
	background: #ffffff;
	color: #8f3eff;
	border-radius: 17.5px;
	font-size: 16px;
	cursor: pointer;
	outline: none;
}

.HeaderRight li .login-button:hover {
	background: rgba(245, 245, 245, 0.8);
	color: teal;
}

.a_line {
	text-align: center;
}

.a_line:after {
	content: "";
	display: block;
	width: 70px;
	border-bottom: 1px solid #9B9B9B;
	margin-top: -13px;
	margin-left: 26px;
}

@media all and (min-width: 1200px) { /* .header-wrap {
    width: 1180px;
  } */
}

@media all and (max-width: 1200px) {
	.Header {
		height: 75px;
	}
	.Header .header-wrap {
		padding: 0 2.6666666667em;
		line-height: 75px;
		margin-left: 0px;
	}
	
	
	/*
	1005 수정
	 .Header .logo img {
		width: 85%;
	} */
	.Header .nav {
		display: none;
	}
	.Header .HeaderRight {
		display: none;
	}
}