/*=============== #Header/#Gnb ===============*/
/* PC header */
.header {
	width: 100%;
	height: 6rem;
	background-color: var(--d-bg2);
}

.header.over {
	border-bottom: 1px solid var(--d-lc1);
}

.header .h-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--d-bg2);
	z-index: 1000;
}

body:not(:has(.main-content-wrap)) .header .h-wrap {
	border-bottom: 1px solid var(--d-lc7);
}

.header .h-wrap.line {
	border-bottom: 1px solid var(--d-lc1);
}

.header .h-inbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 6rem;
	padding: 0;
	max-width: 1440px;
	margin: 0 auto;
}

.header .h-left-area {
	z-index: 1100;
}

.header .h-left-area .logo {
	background-image: url(../img/main_img/logo_dong.svg);
	background-repeat: no-repeat;
	width: 161px;
	height: 38px;
	background-position: center;
}

.header .h-left-area .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .h-left-area .logo a.noLink {
	cursor: default;
}

.header .gnb-area {
	position: absolute;
	width: 100%;
	/* height: 7rem; */
	top: 0;
	left: 0;
}

.header .gnb-inbox {
	max-width: 1470px;
	margin: 0 auto;
	padding: 0;
}

.header .gnb {
	display: flex;
	margin: 0;
	padding-left: 16rem;
	-moz-column-gap: 50px;
	column-gap: 50px;
	transition: all 0.188s ease-in;
}

.header .gnb.active {
	display: none;
}

.header .gnb .depth1-box {
	color: var(--d-fc1);
	font-family: "GmarketSans";
	font-weight: 700; 
	font-variation-settings: "wght" var(--font-weight-b);
	font-size: 1.25rem;
	
	/* line-height: 1.875rem; */
}

.header .gnb .depth1-box .a-depth1 {
	display: block;
	height: 6rem;
	line-height: 6rem;
	
	transition: all 0.188s ease-in;
	cursor: pointer;
}

.header .gnb .depth1-box .a-depth1:hover {
	color: var(--d-primary1);
	text-decoration: none;
}

.header .gnb .depth2-wrap {
	display: none;
	position: absolute;
	top: 6rem;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: var(--d-bg2);
	border-top: 1px solid var(--d-lc1);
	border-bottom: 1px solid var(--d-lc1);
}

.header .gnb .depth2-wrap.over {
	display: block;
}

.header .gnb .depth2-inbox {
	height: 410px;
	max-width: 1440px;
	margin: 0 auto;
	border-left: 1px solid var(--d-lc1);
	border-right: 1px solid var(--d-lc1);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: max-content;
	background-color: var(--d-lc1);
	-moz-column-gap: 1px;
	column-gap: 1px;
}

.header .gnb .depth2-inbox.depth2-h200 {
	height: 200px;
}

.header .gnb .depth2-inbox.dense {
	grid-auto-flow: dense;
	grid-template-rows: none;
}

.header .gnb .depth2-detail-box {
	padding: 20px 0px 0px 20px;
	background-color: var(--d-bg2);
}

.header .gnb .depth2-detail-box.inst {
	padding: 20px 0px 0px 20px;
}

.header .gnb .depth2-detail-box .lottery-tit-box {
	display: flex;
	align-items: center;
	-moz-column-gap: 18px;
	column-gap: 18px;
	cursor: pointer;
	min-height: 2.375rem;
}

.header .gnb .depth2-detail-box .lottery-tit {
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 1.125rem;
	line-height: 1.5rem;
	cursor: pointer;
}

.header .gnb .depth2-detail-box .lottery-tit.btn-go {
	padding-right: 30px;
	background-image: url(../img/icon/icon-btn-small-circle-up.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px;
}

.header .gnb .depth2-detail-box .btn-buying1 {
	padding: 6px 31px 6px 13px;
	color: var(--d-fc1);
	font-size: 0.9375rem;
	line-height: 1.5rem;
	border-radius: 40px;
	border: 1px solid var(--d-lc3);
	background-color: var(--d-bg2);
	background-image: url(../img/main_icon/icon_arrow_right.svg);
	background-repeat: no-repeat;
	background-position: 72px center;
	background-size: auto;
}

.header .gnb .depth2-detail {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	row-gap: 14px;
	font-size: 1rem;
	line-height: 1.5rem;
}

.header .gnb .depth2-detail .depth2-li {
	text-align: left;
}

.header .gnb .depth2-detail .depth2-li a {
	color: var(--d-fc3);
}

.header .gnb .depth2-detail .depth2-li a:hover {
	color: var(--d-primary1);
	text-decoration: underline;
}

.header .h-right-area {
	display: flex;
	align-items: center;
}

.header .h-right-link {
	display: flex;
	align-items: center;
	-moz-column-gap: 22px;
	column-gap: 22px;
	margin-bottom: 0;
	position: relative;
	transition: all 0.188s ease-in;
}

.header .h-right-link.active {
	display: none;
}

.header .h-right-link .h-right-li {
	position: relative;
}

.header .h-right-link .h-right-li.my-page .h-right-a {
	display: flex;
	align-items: center;
	margin-right: 26px;
}

.header .h-right-link .h-right-li.my-page .h-right-a .ico-arrow {
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	width: 24px;
	height: 24px;
	background-image: url(../img/main_icon/icon_arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	transition: transform 0.2s ease-in;
}

.header .h-right-link .h-right-li.my-page .h-right-a .ico-arrow.on {
	transform: rotate(180deg);
}

.header .h-right-link .h-right-li.my-page .h-right-a .ico-arrow:after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	right: -2px;
	height: 30px;
	width: 100%;
	z-index: 1;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap {
	position: absolute;
	top: 37px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	display: flex;
	flex-direction: column;
	max-width: 215px;
	height: 440px;
	padding: 24px 24px 12px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #eee;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-in;
}

.header .h-right-link .mypage-list-wrap .list-plane-wrap .btn-wrap.btn-ymd
	{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .h-right-link .mypage-list-wrap .list-plane-wrap .btn-wrap .btn-limit
	{
	font-size: 12px !important;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap.open
	{
	opacity: 1;
	pointer-events: auto;
	z-index: 999;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap>div:not(:first-of-type)
	{
	padding: 12px 0;
	border-top: 1px solid #eee;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .row
	{
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 4px;
	column-gap: 4px;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .col
	{
	flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	row-gap: 2px;
	margin-top: 4px;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .txt-title
	{
	font-weight: 700;
	font-variation-settings: "wght" var(--font-weight-b);
	font-size: 15px;
	line-height: 20px;
	color: var(--d-fc1);
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .txt-title.gray
	{
	color: #888;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-username
	{
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 10px;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-username .txt-bold
	{
	display: inline-block;
	margin-right: 2px;
	font-weight: 700; 
	font-variation-settings: "wght" var(--font-weight-b);
	font-size: 16px;
	line-height: 20px;
	
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-charge-wrap>span
	{
	display: block;
	font-size: 15px;
	line-height: 24px;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-charge-wrap .txt-amount
	{
	padding-top: 2px;
	color: var(--d-fc1);
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-charge-wrap .btn-wrap
	{
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin: 10px 0 2px;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-charge-wrap .btn-wrap .btn-small
	{
	flex: 1;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-charge-wrap .btn-wrap .btn-small,
	.header .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-plane-wrap .btn-wrap .btn-small
	{
	font-size: 15px;
	line-height: 24px;
	min-width: 78px;
	height: 32px;
	padding: 4px;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #D8D8D8;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-result-wrap .row:first-of-type
	{
	padding-top: 2px;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-result-wrap .txt-result
	{
	font-size: 15px;
	line-height: 24px;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-plane-wrap .txt-title
	{
	padding-top: 2px;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-plane-wrap .col span
	{
	font-size: 15px;
	line-height: 24px;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-plane-wrap .col .lmt-wrap
	{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.header .h-right-link .h-right-li.my-page .h-right-a+.mypage-list-wrap .list-plane-wrap .col .lmt-wrap a
	{
	font-size: 12px;
	padding: 4px 10px;
}

.header .h-right-link .h-right-li .h-right-a {
	font-size: 0.9375rem;
	line-height: 1.5rem;
	color: var(--d-fc3);
	text-decoration: none;
}

.header .h-right-link .h-right-li .h-right-a.dh-info {
	display: block;
	/* padding-right: 20px;
  background-image: url(../img/main_icon/icon_arrow_right+up.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto; */
}

.header .h-right-area .btn-all-menu {
	position: relative;
	background-image: url(../img/main_icon/icon_all_menu.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 48px;
	height: 48px;
	margin-left: 36px;
	cursor: pointer;
	transition: all 0.188s ease-in;
}

.header .h-right-area .btn-all-menu.active {
	background-image: url(../img/main_icon/icon_all_menu_close.svg);
}
/* header 메뉴 전체보기 */
.header .all-menu-box {
	display: none;
	position: fixed;
	top: 6rem;
	left: 0;
	width: 100%;
	height: calc(100% - 6rem);
	z-index: 1000;
	overflow-y: auto;
	border-top: 1px solid var(--d-lc1);
	background: var(--d-bg2);
}

.header .all-menu-box.active {
	display: block;
}

.header .all-menu-inbox {
	max-width: 1440px;
	margin: 0 auto;
	background: var(--d-bg2);
}

.header .all-menu-ul {
	display: grid;
	border-left: 1px solid var(--d-lc1);
	border-right: 1px solid var(--d-lc1);
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: max-content;
	background-color: var(--d-lc1);
	-moz-column-gap: 1px;
	column-gap: 1px;
}

.header .all-menu-ul .all-menu-depth1 {
	padding: 40px 0 60px 40px;
	background-color: var(--d-bg2);
}

.header .all-menu-ul .all-menu-depth1 .a-depth1 {
	font-family: "GmarketSans";
	font-weight: 700; 
	font-variation-settings: "wght" var(--font-weight-b);
	font-size: 1.5rem;
	
}

.header .all-menu-ul .depth2-detail-box {
	padding-top: 30px;
}

.header .all-menu-ul .depth2-detail-box .lottery-tit-box {
	display: flex;
	align-items: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.header .all-menu-ul .depth2-detail-box .lottery-tit {
	font-weight: 700; 
	font-variation-settings: "wght" var(--font-weight-b);
	font-size: 1rem;
	line-height: 1.5rem;
	cursor: pointer;
	
}

.header .all-menu-ul .depth2-detail-box .btn-buying1 {
	padding: 10px 31px 10px 13px;
	color: var(--d-fc1);
	border-radius: 40px;
	border: 1px solid var(--d-lc3);
	background-color: var(--d-bg2);
	background-image: url(../img/main_icon/icon_arrow_right.svg);
	background-repeat: no-repeat;
	background-position: 66px center;
	background-size: auto;
}

.header .all-menu-ul .depth2-detail {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	row-gap: 14px;
	font-size: 1rem;
	line-height: 1.5rem;
}

.header .all-menu-ul .depth2-detail .depth2-li {
	text-align: left;
}

.header .all-menu-ul .depth2-detail .depth2-li a {
	color: var(--d-fc3);
}

.header .all-menu-ul .depth2-detail .depth2-li a:hover {
	color: var(--d-primary1);
	text-decoration: underline;
}

.header .all-menu-ul .depth2-detail-box.inst {
	padding: 40px 0px 0px 40px;
}

/* header 간소화 페이지 */
body:has(.simplify) .header .h-wrap, .header.simplify .h-wrap {
	border-bottom: none !important;
}

.header.simplify .h-left-area {
	width: -moz-max-content;
	width: max-content;
	z-index: 0;
}

.header.simplify .h-left-area .btn-rec01 {
	padding: 15px 24px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 10px;
}

.header.simplify .h-left-area .logo {
	width: 162px;
	height: 38px;
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
}

/* dim */
.gnb-bg {
	display: none;
	width: 100%;
	height: calc(100vh - 6rem);
	position: absolute;
	top: 6rem;
	left: 0;
	z-index: 1;
	background-color: var(--d-fc1);
	opacity: 0.5;
}

.gnb-bg.pop {
	display: block;
	position: fixed;
	height: 100vh;
	top: 0;
	z-index: 1001;
}

.gnb-bg.over {
	display: block;
}

/* MO header */
.mo-header {
	display: none;
}
/* MO Gnb */
.mo-ham {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background-color: var(--d-bg2);
	z-index: 1001;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
}

.mo-ham .gnb-h-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1.625rem 1rem;
	/*   position: fixed; */
	/*   top: 0; */
	width: 100%;
	height: 80px;
	background: #fff;
	/*   z-index: 2; */
}

.mo-ham .gnb-h-box .mo-logo {
	margin: 0 0 0;
	display: flex;
	align-items: center;
}

.mo-ham .gnb-h-box .mo-logo img {
	width: 7.5rem;
}

.mo-ham .gnb-b-box {
	/* 	margin-top: 80px; */
	
}

.mo-ham .gnb-mem-box {
	margin: 0 1rem 0.875rem;
	background-color: var(--d-primary1);
	border-radius: 0.5rem;
	padding: 1.25rem 1rem;
}

.mo-ham .gnb-mem-box .ment-login.arrow {
	background-image: url(../img/icon/icon-arrow-right.svg);
	background-repeat: no-repeat;
	background-position: right 1rem top 0.5rem;
}

.mo-ham .gnb-mem-box .ment-login {
	color: var(--d-bg2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem;
}

.mo-ham .gnb-mem-box .mem-box-top {
	color: var(--d-bg2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0.5rem;
}

.mo-ham .gnb-mem-box .mem-box-top .mem-name {
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 1rem 1.5rem;
	line-height: 1.75rem;
	text-decoration: underline;
	
}

.mo-ham .gnb-mem-box .mem-box-top .txt-line {
	color: var(--d-bg2);
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 1rem;
	line-height: 1.25rem;
	position: relative;
	
}

.mo-ham .gnb-mem-box .mem-box-top .txt-line::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: var(--d-bg2);
	position: absolute;
	left: 0;
	bottom: 2px;
}

.mo-ham .gnb-mem-box .mem-box-info {
	border-top: 1px solid var(--d-lc10);
	padding: 1rem 0 0;
}

.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	justify-content: space-between;
}

.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap:nth-child(2) .info-item:nth-child(2)
	{
	justify-content: space-between;
}
/* .mo-ham .gnb-mem-box .mem-box-info .info-item-wrap:nth-child(2) .info-item:nth-child(2) .info-tit {
  width: 85%;
} */
.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap .info-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: var(--d-bg2);
	gap: 4px;
}

.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap .info-item .info-tit
	{
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 0.875rem;
	line-height: 1.4rem;
	color: var(--d-second9);
	flex-shrink: 0;
	
}

.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap .info-item .info-txt
	{
	display: inline-flex;
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 0.875rem;
	line-height: 1.4rem;
	
}

.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap .info-item .info-txt.txt-line
	{
	position: relative;
}

.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap .info-item .info-txt.txt-line::after
	{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: var(--d-bg2);
	position: absolute;
	left: 0;
	bottom: 2px;
}

.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap .info-item.btn-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap .info-item.btn-wrap .btn-pill-sm
	{
	color: var(--d-bg2);
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 0.875rem;
	line-height: 1rem;
	padding: 0.5rem 0.75rem;
	border-radius: 2.5rem;
	border: 1px solid var(--d-second9);
	
}

.mo-ham .gnb-mem-box .mem-box-info .info-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.mo-ham .gnb-mem-box .mem-box-info .info-btn-wrap .btn-pill-md {
	color: var(--d-bg2);
	font-size: 0.9375rem;
	line-height: 1.25rem;
	padding: 0.75rem;
	border-radius: 2.5rem;
	border: 1px solid var(--d-second9);
	flex-shrink: 0;
}

.mo-ham .gnb-recent-wrap {
	margin: 0.875rem 0 0;
	padding: 0 1rem 0.75rem;
	border-bottom: 8px solid var(--d-bg3);
}

.mo-ham .gnb-recent-wrap .d-recent-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.mo-ham .gnb-recent-wrap .d-recent-wrap .recent-ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-moz-column-gap: 6px;
	column-gap: 6px;
	row-gap: 8px;
	flex-wrap: wrap;
	height: 32px;
	overflow: hidden;
	width: calc(100% - 2rem);
}

.mo-ham .gnb-recent-wrap .d-recent-wrap .recent-ul .recent-tit {
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 0.9375rem;
	line-height: 1.25rem;
	margin-right: 0.25rem;
	color: var(--d-primary1);
	
}

.mo-ham .gnb-recent-wrap .d-recent-wrap .recent-ul .recent-li .btn-go-recent
	{
	padding: 8px 12px;
	background-color: var(--d-bg1);
	color: var(--d-fc3);
	font-family: "GmarketSans";
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	border-radius: 2.5rem;
	
}

.mo-ham .gnb-recent-wrap .d-recent-wrap .btn-viewMore {
	background-image: url(../img/main_icon/icon-main-btn-open.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 33px;
	height: 33px;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.03);
}

.mo-ham .gnb-recent-wrap .d-recent-wrap .btn-viewMore::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/main_icon/btn-graient.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -32px;
}

.mo-ham .gnb-recent-wrap .d-recent-wrap.open .recent-ul {
	height: -moz-fit-content;
	height: fit-content;
}

.mo-ham .gnb-recent-wrap .d-recent-wrap.open .btn-viewMore {
	background-image: url(../img/main_icon/icon-main-btn-close.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 33px;
	height: 33px;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.03);
}

.mo-ham .gnb-recent-wrap .d-recent-wrap.open .btn-viewMore::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/main_icon/btn-graient.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -32px;
}

.mo-ham .ham-menu-wrap {
	margin-top: 0.625rem;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li {
	display: block;
	font-family: "GmarketSans";
	font-weight: 500;
	font-variation-settings: "wght" var(--font-weight-m);
	font-size: 1rem;
	line-height: 1.25rem;
	transition: all 0.188s ease-in;
	
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li.on .ham-depth2-ul {
	transition: all 0.188s ease-in;
	display: block;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth1-a {
	padding: 0.875rem 1rem;
	display: block;
	color: var(--d-fc9);
	border-bottom: 1px solid var(--d-lc1);
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul {
	display: none;
	margin: 0.9375rem 0;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li
	{
	padding: 0.625rem 0;
	transition: all 0.188s ease-in;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li.arrow
	{
	background-image: url(../img/main_icon/icon-mo-2depth-down.svg);
	background-repeat: no-repeat;
	background-position: right 1rem top 0.5rem;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li.arrow.on
	{
	background-image: url(../img/main_icon/icon-mo-2depth-up.svg);
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li .ham-depth2-a
	{
	padding: 0 1rem;
	display: block;
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: var(--d-fc1);
	
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li .ham-depth3-ul
	{
	display: none;
	transition: all 0.188s ease-in;
	margin: 1rem;
	background-color: var(--d-bg1);
	padding: 1rem;
	border-radius: 0.5rem;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li .ham-depth3-ul .ham-depth3-li:not(:last-child)
	{
	padding-bottom: 1rem;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li .ham-depth3-ul .ham-depth3-li .ham-depth3-a
	{
	font-size: 1rem;
	line-height: 1.5rem;
	color: var(--d-fc3);
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li .ham-depth3-ul .ham-depth3-li .ham-depth3-a:hover
	{
	text-decoration: none;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li .ham-depth3-ul .ham-depth3-li .ham-depth3-a.go-buy
	{
	padding-right: 18px;
	background-image: url(../img/main_icon/icon-mo-gnb-goBuy.svg);
	background-repeat: no-repeat;
	background-position: right 2px center;
	position: relative;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-li .ham-depth2-ul .ham-depth2-li .ham-depth3-ul .ham-depth3-li .ham-depth3-a.go-buy::after
	{
	content: "";
	display: inline-block;
	width: calc(100% - 16px);
	height: 1px;
	background-color: var(--d-fc3);
	position: absolute;
	left: 0;
	bottom: -1px;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-bg {
	background-color: var(--d-bg1);
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-bg:not(:last-child) .ham-depth1-a
	{
	border-bottom: 1px solid var(--d-lc1);
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-bg .ham-depth1-a {
	display: block;
	color: var(--d-fc1);
	padding: 0.875rem 0;
	margin: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-bg .ham-depth1-a:hover {
	color: var(--d-fc1);
	text-decoration: none;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-bg .ham-depth1-a figure {
	margin: 0 0 0;
}

.mo-ham .ham-menu-wrap .ham-menu .ham-depth1-bg .ham-depth1-a .ham-depth1-txt
	{
	font-family: "GmarketSans";
	font-weight: 500;
	font-variation-settings: "wght" var(--font-weight-m);
	font-size: 1rem;
	line-height: 1.25rem;
}

.mo-ham .gnb-f-box {
	background-color: var(--d-bg2);
	padding: 1.5rem 1.625rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.mo-ham .gnb-f-box .foot-item-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 6px;
}

.mo-ham .gnb-f-box .foot-item-box .foot-item-cir {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid var(--d-lc5);
	margin: 0 0 0;
}

.mo-ham .gnb-f-box .foot-item-box .foot-item-txt {
	text-align: center;
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 0.875rem;
	line-height: 1rem;
	
}

/* 터치로 포커스될 때만 임시로 링 제거 */
.mo-ham:focus-visible {
	outline: 2px solid var(--d-fc1);
	outline-offset: 2px;
}

.mo-ham.no-focus-visible:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

/*========== #Header media query 1440 ==========*/
@media screen and (max-width: 1440px) {
	/* PC Header */
	.header {
		display: none;
	}
	/* MO Header */
	.mo-header {
		display: block;
		width: 100%;
		position: fixed;
		background-color: var(--d-bg2);
		z-index: 1000;
		top: 0;
	}
	.mo-header .mo-header-wrap {
		width: 100%;
		margin: 0 auto;
		height: 80px;
		padding: 27px 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mo-header .mo-header-wrap .logo {
		width: 90px;
		font-size: unset;
		margin-bottom: 0;
		overflow: hidden;
	}
	.mo-header .mo-header-wrap .logo figure {
		margin: 0 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mo-header .mo-header-wrap .logo figure img {
		width: 100%;
		height: 100%;
	}
	.mo-header .mo-header-wrap .h-btn-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	.mo-header .mo-header-wrap .h-btn-wrap button p, .mo-header .mo-header-wrap .h-btn-wrap button p
		{
		font-size: 0.9375rem;
		color: var(--d-fc3);
		margin-top: 4px;
		letter-spacing: -0.75px;
	}
	.mo-header .mo-header-wrap .h-btn-wrap .btn-rec01 {
		min-width: -moz-max-content;
		min-width: max-content;
		padding: 7px 10px;
		font-size: 12px;
		line-height: 16px;
		border-radius: 20px;
		letter-spacing: -0.3px;
	}
}
/*========== #Header media query 1024px ==========*/
@media screen and (max-width: 1024px) {
	.mo-header {
		display: block;
		width: 100%;
		position: fixed;
		background-color: var(--d-bg2);
		z-index: 1000;
	}
	.mo-header .mo-header-wrap {
		width: 100%;
		margin: 0 auto;
		height: 80px;
		padding: 27px 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mo-header .mo-header-wrap .logo {
		width: 90px;
		font-size: unset;
		margin-bottom: 0;
		overflow: hidden;
	}
	.mo-header .mo-header-wrap .logo figure {
		margin: 0 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mo-header .mo-header-wrap .logo figure img {
		width: 100%;
		height: 100%;
	}
	.mo-header .mo-header-wrap .h-btn-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}
	.mo-header .mo-header-wrap .h-btn-wrap button .btn-logIn, .mo-header .mo-header-wrap .h-btn-wrap button .btn-myPage,
		.mo-header .mo-header-wrap .h-btn-wrap button .btn-ham {
		height: 40px;
		width: 40px;
	}
	.mo-header .mo-header-wrap .detail-titWrap {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}
	.mo-header .mo-header-wrap .detail-titWrap figure {
		margin: 0 0 0;
	}
	.mo-header .mo-header-wrap .detail-titWrap .detail-tit {
		font-family: "GmarketSans";
		font-weight: 500; 
		font-size: 16px;
		line-height: 23px;
		
	}
	.mo-header .mo-header-wrap .h-btn-wrap .btn-rec01 {
		padding: 12px 10px;
	}
}
/*========== #Header media query 768px ==========*/
@media screen and (max-width: 760px) {
	.mo-header .mo-header-wrap {
		height: 72px;
		padding: 20px 16px;
	}
	.mo-header .mo-header-wrap .logo figure a img {
		width: 90px;
	}
	.mo-header .mo-header-wrap .h-btn-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	.mo-header .mo-header-wrap .h-btn-wrap button .btn-logIn, 
	.mo-header .mo-header-wrap .h-btn-wrap button .btn-myPage,
	.mo-header .mo-header-wrap .h-btn-wrap button .btn-ham {
		height: 30px;
		width: 30px;
	}
	.mo-header .mo-header-wrap .detail-titWrap {
		-moz-column-gap: 18px;
		column-gap: 18px;
	}
	.mo-header .mo-header-wrap .h-btn-wrap .btn-rec01 {
		padding: 7px 10px;
	}
}
/*========== #Header media query 360px ==========*/
@media screen and (max-width: 359px) {
	.mo-header .mo-header-wrap {
		-moz-column-gap: 6px;
		column-gap: 6px;
		padding: 16px 10px 16px 14px;
	}
	.mo-header .mo-header-wrap .h-btn-wrap {
		-moz-column-gap: 6px;
		column-gap: 6px;
	}
	.mo-header .mo-header-wrap .detail-titWrap {
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	.mo-header .mo-header-wrap .detail-titWrap .detail-tit {
		font-size: 4.64vw;
		line-height: 19px;
	}
	.mo-header .mo-header-wrap .detail-titWrap .detail-tit figure {
		width: 8px;
	}
	.mo-header .mo-header-wrap .detail-titWrap .detail-tit figure img {
		width: 100%;
	}

	/* MO Gnb */
	.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap .info-item .info-tit
		{
		font-size: 0.75rem;
	}
	.mo-ham .gnb-mem-box .mem-box-info .info-item-wrap .info-item .info-txt
		{
		font-size: 0.75rem;
	}
}

/* 
1440 이하 header 이거 뭔가요 확인 후 삭제
.header {
		width: 100%;
		height: 6rem;
	}
	.header .h-inbox {
		max-width: 90%;
	}
	.header .h-left-area {
		z-index: 1100;
	}
	.header .h-left-area .logo {
		background-image: url(../img/main_img/logo_dong.svg);
		background-repeat: no-repeat;
		width: 161px;
		height: 38px;
		background-position: center;
	}
	.header .gnb-inbox {
		max-width: 800px;
		margin: 0 auto;
		padding: 0;
	}
	.header .gnb {
		margin: 0 0rem 0 6rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		transition: all 0.188s ease-in;
	}
	.header .gnb.active {
		display: none;
	}
	.header .gnb .depth1-box {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.header .gnb .depth2-wrap
		{
		display: none;
	}
	.header .gnb .depth2-wrap.over
		{
		display: block;
	}
	.header .gnb .depth2-inbox
		{
		height: 372px;
		max-width: 1000px;
	}
	.header .gnb .depth2-detail-box
		{
		padding: 16px 0px 0px 20px;
	}
	.header .gnb .depth2-detail-box .lottery-tit-box
		{
		-moz-column-gap: 14px;
		column-gap: 14px;
	}
	.header .gnb .depth2-detail-box .lottery-tit
		{
		font-family: "GmarketSans";
		font-weight: 500;
		
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
	.header .gnb .depth2-detail-box .btn-buying1
		{
		padding: 5px 20px 5px 7px;
		color: var(--d-fc1);
		border-radius: 40px;
		
		
		font-size: 0.75rem;
		line-height: 1.125rem;
		background-position: 50px center;
	}
	.header .gnb .depth2-detail
		{
		margin-top: 8px;
		display: flex;
		flex-direction: column;
		row-gap: 14px;
		
		
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.header .gnb .depth2-detail-box.inst
		{
		padding: 20px 0px 0px 20px;
	}
	.header .h-right-link {
		-moz-column-gap: 10px;
		column-gap: 10px;
		transition: all 0.188s ease-in;
	}
	.header .h-right-li .h-right-a
		{
		
		
		font-size: 0.875rem;
		line-height: 1.25rem;
		color: var(--d-fc3);
		text-decoration: none;
	}
	.header .h-right-li .h-right-a.dh-info
		{
		padding-right: 15px;
	}


 */

/*=============== #Footer ===============*/
.footer {
	width: 100%;
	margin-top: 100px;
	background-color: var(--d-bg1);
}

.footer .f-wrap {
	/*   display: flex; */
	justify-content: space-between;
	align-items: flex-end;
	width: 90rem;
	margin: 0 auto;
	padding: 4rem 0 3rem;
}

.footer .f-inbox.inbox01 {
	width: 74.25rem;
}

.footer .f-gnb-area {
	margin: 1.875rem 0;
}

.footer .f-gnb-box {
	display: flex;
	justify-content: flex-start;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.footer .f-gnb-box .f-gnb-li .f-gnb-a {
	font-family: "GmarketSans";
	font-weight: 500; 
	font-size: 1rem;
	color: var(--d-fc3);
	
}

.footer .f-gnb-box .f-gnb-li .f-gnb-a:hover {
	text-decoration: none;
	color: var(--d-fc1);
}

.footer .f-info-box {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	row-gap: 0.125rem;
}

.footer .f-info-box .f-info-li {
	color: var(--d-fc3);
	font-size: 0.938rem;
	line-height: 1.5rem;
}

.footer .f-info-box .f-info-li .f-info-a {
	color: var(--d-fc1);
	font-size: 0.938rem;
	text-decoration: underline;
}

.footer .f-copyright {
	margin-top: 1.25rem;
}

.footer .f-copyright .f-copy-p {
	font-size: 0.938rem;
	line-height: 1.5;
	color: var(--d-fc4);
}

.footer .f-copyright .f-copy-p:last-child {
	font-size: 0.875rem;
	margin-top: 0.875rem;
}

.footer .f-crtfied-box {
	padding-top: 35px;
}

.footer .f-crtfied-box img {
	max-width: 100%;
}

/*========== #Footer media query 1440 ==========*/
@media screen and (max-width: 1440px) {
	.footer {
		margin-top: 20px;
	}
	.footer .f-wrap {
		position: relative;
		width: 100%;
		padding: 30px 16px 74px;
	}
	.footer .f-inbox.inbox01 {
		width: 100%;
		position: relative;
	}
	.footer .f-inbox.inbox01 .logo {
		overflow: hidden;
		width: 83px;
		height: 20px;
	}
	.footer .f-inbox.inbox01 .logo img {
		width: 100%;
		max-width: 100%;
	}
	.footer .f-gnb-area {
		margin: 1.5rem 0 1.125rem;
	}
	.footer .f-gnb-box {
		flex-wrap: wrap;
		row-gap: 0.5rem;
	}
	.footer .f-gnb-box .f-gnb-li .f-gnb-a {
		font-size: 11px;
		line-height: 14px;
	}
	.footer .f-info-box .f-info-li {
		font-size: 11px;
		line-height: 14px;
	}
	.footer .f-info-box .f-info-li:first-child {
		width: 100%;
	}
	.footer .f-info-box .f-info-li:nth-child(2) {
		width: 100%;
	}
	.footer .f-info-box .f-info-li:last-of-type {
		position: absolute;
		top: 4px;
		left: 100px;
	}
	.footer .f-info-box .f-info-li .f-info-a {
		font-size: 11px;
		line-height: 1;
		text-decoration: none;
		padding: 9px 16px;
		border-radius: 100px;
		background-color: var(--d-lc1);
		text-decoration: none;
	}
	.footer .f-copyright {
		margin-top: 12px;
	}
	.footer .f-copyright .f-copy-p {
		font-size: 11px;
		line-height: 15px;
	}
	.footer .f-copyright .f-copy-p:last-child {
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 8px;
	}
	.footer .f-crtfied-box {
		padding-top: 1.5rem;
	}
}

/*========== #bread-crumb ==========*/
.bread-crumb {
	max-width: 90rem;
	margin: 0.625rem auto;
}

.bread-crumb .nav-ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.bread-crumb .nav-li .nav-a {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: var(--d-fc4);
	cursor: default;
}

.bread-crumb .nav-li .nav-a img {
	wdith: 16px;
	height: 14px;
}

.bread-crumb .nav-li .nav-a.active, .bread-crumb .nav-li .nav-a.active:hover
	{
	text-decoration: none;
	color: var(--d-fc1);
}

.bread-crumb .nav-li .nav-a.active:after {
	content: "";
	display: none;
}

.bread-crumb .nav-li .nav-a:hover {
	text-decoration: none;
	color: var(--d-fc4);
}

.bread-crumb .nav-li .nav-a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 14px;
	background-image: url(../img/icon/icon_nav_arrow.svg);
	background-repeat: no-repeat;
	background-position: center -1px;
	background-size: 14px 14px;
}


