@charset "utf-8";


.inner {
	position: relative;
	width: 100%;
	max-width: 1480px;	
	padding: 0 16px;
	box-sizing: border-box;
	margin:0 auto;
}


#header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 12;
}
#header .top_area {
	background: var(--black);
}
#header .top_area .inner {
	height: 88px;
	gap: 10px;
}
#header .top_area .top_menu {
	flex: 1;
	width: 100%;
	gap: 15px;
	justify-content: end;
}
#header .top_area .top_menu .user {
	gap: 10px;
}
#header .top_area .top_menu .user .info {
	gap: 4px;
}
#header .top_area .top_menu .user .info .safe_box {
	width: 130px;
	height: 26px;
	line-height: 24px;
}
#header .top_area .top_menu .user .box {
	gap: 6px;
	font-size: 14px;
}
#header .top_area .top_menu .user .box > div {
	gap: 3px;
	justify-content: end
}
#header .top_area .top_menu .user .box .price strong {
	color: #E3CA89;
}
#header .top_area .top_menu .user .box .point strong {
	color: var(--yellow);
}
#header .top_area .top_menu .user .box .point a {
	padding: 2px 5px;
	font-size: 13px;
	box-sizing: border-box;
}
#header .top_area .login_on > .btn_line_gold {
	width: 102px;
	height: 32px;
	line-height: 32px;
	border-width: 2px;
	text-align: center;
}
#header .top_area .login_on > a.flex {
	position: relative;
	gap: 4px;
}
#header .top_area .login_on > a.flex .new {
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	border-radius: 50%;
	background: #F00;
	color: var(--white);
	font-size: 10px;
	font-weight: 700;
}
#header .top_area .login_on .group_btn {
	gap: 10px;
}
#header .top_area .login_on .group_btn a {
	width: 60px;
	height: 32px;
	line-height: 32px;
	border-width: 2px;
	text-align: center;
}
#header .top_area .top_menu .btn_group {
	gap: 10px;
}
#header .top_area .top_menu .btn_group a {
	position: relative;
	height: 39px;
	line-height: 37px;
	font-weight: 500;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}
#header .top_area .top_menu .btn_group a.event_btn span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 19px;
	background: url("../images/top_event.svg")no-repeat 50% 50% / 100%;
	margin-right: 6px;
}
#header .top_area .login_on .btn_group a {
	padding: 0 10px;
	border-radius: 10px;
}
#header .top_area .login_on .btn_group a.btn_line_white {
	font-size: 14px;
	gap: 4px;
}
#header .top_area .login_on .btn_group a p {
	line-height: 1;
}

#header .gnb {
	position: relative;
	background: var(--sub);
}
#header .lnb {
    gap: 30px;
    padding-left: 55px;
    box-sizing: border-box;
}
#header .all_menu {
	position: absolute;
	top: 14px;
	left: 10px;
	display: block;
	width: 28px;
	height: 28px;
	background: url("../images/ic_menu.svg")no-repeat 50% 50%;
	margin: 0 14px;
}
#header .lnb > li {
	position: relative;
}
#header .lnb > li > a {
	position: relative;
	display: block;
	font-weight: 500;
	padding: 20px 0;
	box-sizing: border-box;
}
#header .lnb > li:hover > a {
	background: var(--gold_fill);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}
#header .lnb > li:hover > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: var(--gold_fill);
}
#header .lnb > li .sub_menu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
}
#header .lnb > li:hover .sub_menu {
	display: block;
}
#header .lnb > li .sub_menu ul {
	width: 100%;
	min-width: 135px;
	background: var(--sub_2);
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
}
#header .lnb > li .sub_menu ul li a {
	display: block;
	padding: 5px 0;
}
#header .lnb > li .sub_menu ul li a:hover {
	background: var(--gold_fill);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}
#header .lnb > li .live {
	position: absolute;
	top: -10px;
    right: -45px;
	font-size: 11px;
	font-weight: 900;
	border-radius: 30px;
	background: var(--red);
	color: var(--white);
	text-transform: uppercase;
	padding: 4px 6px 4px 20px;
	box-sizing: border-box;
}
#header .lnb > li .live:before {
    content: '';
    position: absolute;
	top: -11px;
    left: -15px;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/video-circle.png") no-repeat 50% 50% / 100%;
}
#header .gnb .all_box {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: var(--sub_2);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.50);
	padding: 40px 0 60px;
	box-sizing: border-box;
}
#header .gnb .all_box ul {
	width: 143px;
	gap: 20px;
}
#header .gnb .all_box ul.last {
	width: 152px;
}

#m_header {
	display: none;
	position: sticky;
    top: 0;
    left: 0;
    width: 100%;
	box-sizing: border-box;
    z-index: 12;
}
#m_header .top_area {
	width: 100%;
	padding: 12px 16px;
	background: var(--black);
	box-sizing: border-box;
}
#m_header h1 img {
	height: 30px;
}
#m_header .btn_group {
	flex: 1;
	width: 100%;
	justify-content: end;
	gap: 16px;
	font-size: 14px;
}
#m_header .btn_group .txt_gold {
	font-weight: 900;
}
#m_header .menu {
	position: relative;
}
#m_header .menu span {
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 8px;
    font-weight: 600;
    background: var(--yellow);
    border-radius: 50px;
    padding: 2px 4px;
    color: var(--black);
    box-sizing: border-box;
}
#m_header .menu a {
	display: block;
	width: 32px;
	height: 32px;
	background: var(--black) url("../images/ic_menu.svg")no-repeat 50% 50% / 16px;
	border-radius: 5px;
	border: 0.5px solid var(--yellow);
	box-shadow: 0px 0px 10px 5px var(--yellow);
	animation: shadow 3s ease-in-out infinite;
	box-sizing: border-box;
}
@keyframes shadow {
	0% {box-shadow: 0px 0px 10px 5px var(--black);}
	50% {box-shadow: 0px 0px 10px 5px var(--yellow);}
	100% {box-shadow: 0px 0px 10px 5px var(--black);}
}
#m_header .point_box {
	position: relative;
	background: var(--sub);
	padding: 10px 16px;
	justify-content: end;
	gap: 12px;
	box-sizing: border-box;
}
#m_header .point_box > div {
	gap: 5px;
	font-size: 12px;
}
#m_header .point_box > div > span {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	background: var(--white);
	color: var(--black);
	font-size: 12px;
	font-weight: 900;
}
#m_header .point_box > div.price strong {
	color: #E3CA89;
}
#m_header .point_box > div.point strong {
	color: var(--yellow);
}



#side {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	background: var(--sub_2);
	overflow-y: auto;
	transition: right .3s;
	padding: 16px;
	box-sizing: border-box;
	z-index: 35;
}
#side.on {
	right: 0;
}
#side .close {
    position: absolute;
    top: 16px;
    right: 16px;
}
#side .close img {
	width: 18px;
}
#side .logo {
	padding: 50px 0 20px;
}
#side .user_info {
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 20px;
	gap: 20px;
    box-sizing: border-box;
}
#side .user_info .price_box {
	gap: 6px;
	font-size: 14px;
}
#side .user_info .price_box > div {
	gap: 3px;
	justify-content: end
}
#side .user_info .price_box .price strong {
	color: #E3CA89;
}
#side .user_info .price_box .point strong {
	color: var(--yellow);
}
#side .user_info .price_box .point a {
	padding: 2px 5px;
	font-size: 13px;
	box-sizing: border-box;
}
#side .user_info .btn_group {
	gap: 10px;
}
#side .user_info .btn_group a {
    width: calc(50% - 7px);
    text-align: center;
    padding: 12px 0;
	font-size: 14px;
}


#side .depth {
	gap: 10px;
}
#side .depth li {
	width: calc(50% - 5px);
}
#side .depth li a {
    display: block;
    width: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
}



.black_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 34;
}



#container {
	width: 100%;
	min-height: 500px;
}



.modal {
	display: none;
}
.modal .black_bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 37;
}
.modal .modal_cont {
    width: 95%;
    max-width: 520px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 97vh;
    overflow: hidden;
	z-index: 38;
	background: var(--sub);
	border-radius: 20px;
}
.modal .modal_cont .scroll {
	position: relative;
	max-height: calc(97vh - 0px);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
	padding: 40px;
	box-sizing: border-box;
}
.modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .modal_cont .close {
	position: absolute;
	top: 0;
    right: 0;
	display: block;
	width: 26px;
	height: 26px;
	background: url("../images/ic_close_white.svg")no-repeat 50% 50% / 100%;
}
.modal .modal_cont .cont {
	gap: 60px;
}
.modal .modal_cont h3.tit {
	font-size: 28px;
}
.modal .modal_cont h3.tit:after {
	display: none;
}
.modal .modal_cont .btn_area {
	gap: 10px;
}
.modal .modal_cont .btn_area > * {
	height: 52px;
	font-size: 20px;
	font-weight: 500;
}



.bottom_modal .modal_cont {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	position: fixed;
	top: 50%;
	left: 50%;
	transition: bottom .3s;
	width: 100%;
	max-width: 450px;
	transform: translate(-50%,-50%);
	border-radius: 20px;
	max-height: 95vh;
	background: var(--sub_2);
	overflow: hidden;
}
.bottom_modal.open .modal_cont {
	opacity: 1;
	visibility: visible;
	z-index: 1043;
}
.bottom_modal .modal_cont .scroll {
	position: relative;
	max-height: calc(95vh - 47px);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.bottom_modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.bottom_modal.open .black_bg {
	display: block;
}
.bottom_modal .img .swiper-pagination {
    bottom: 20px;
}
.bottom_modal .img .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(195,195,195,0.5);
    opacity: 1;
    margin: 0 10px !important;
}
.bottom_modal .img .swiper-pagination-bullet-active {
    background-color: var(--key-color);
}
.bottom_modal .modal_cont .btn_area {
	background: var(--sub_2);
	padding: 15px 20px;
	box-sizing: border-box;
}
.bottom_modal .modal_cont .btn_area > * {
	color: var(--white);
}



.login_modal .form {
	gap: 20px;
}
.login_modal .form .input_line {
	height: 56px;
	border-radius: 10px;
	overflow: hidden;
	gap: 10px;
}
.login_modal .form .input_line input {
	flex: 1;
	width: 100%;
	height: 100%;
	padding: 0 16px;
	background: transparent;
	font-size: 20px;
	box-sizing: border-box;
}
.login_modal .form .input_line:before {
	background-color: var(--sub);
}
.login_modal .form .input_line button {
	width: 108px;
	height: 32px;
	border-radius: 10px;
	margin-right: 16px;
	font-size: 18px;
	font-weight: 500;
}
.login_modal .form .input_line > p {
	flex: 1;
	width: 100%;
	padding-left: 16px;
	box-sizing: border-box;
}


#find_id_pop .cont > div,
#find_pw_pop .cont > div {
	gap: 60px;
}


#login_pop .util {
	gap: 10px;
}
#login_pop .util .save_id {
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}
#login_pop .util .save_id input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
#login_pop .util .save_id input + label {
    position: relative;
    font-size: 18px;
    padding-left: 25px;
    box-sizing: border-box;
}
#login_pop .util .save_id input + label:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	background: url("../images/check_box.svg")no-repeat 50% 50% / 100%;
	box-sizing: border-box;
}
#login_pop .util .save_id input:checked + label:before {
	background-image: url("../images/check_box_on.svg");
}
#login_pop .util .id_btn button {
	color: var(--gray2);
}
#login_pop .util .id_btn span {
	color: #636363;
	margin: 0 8px;
}


#join_pop .modal_cont {
	max-width: 700px;
}
#join_pop .modal_cont .cont {
    gap: 40px;
}
#join_pop .form .grid {
	gap: 10px;
}
#join_pop .form .grid > * {
	flex: 1;
	width: 50%;
}
#join_pop .form h4 {
	font-size: 20px;
	font-weight: 500;
}
#join_pop .form .bank_form .w160 {
	max-width: 160px;
}
#join_pop .form .bank_form .bank_select {
	border-width: 2px;
}
#join_pop .desc {
	gap: 10px;
	font-weight: 500;
}



.not_scroll {
	overflow: hidden;
}


.list_table {
	border-collapse: separate;
}
.list_table th {
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
	background: rgba(255, 255, 255, 0.10);
	color: var(--sub_text);
	font-weight: 500;
	text-align: center;
	padding: 20px 5px;
}
.list_table th:first-child {
	border-radius: 5px 0 0 5px;
	border-left: 1px solid var(--black);
}
.list_table th:last-child {
	border-radius: 0 5px 5px 0;
	border-right: 1px solid var(--black);
}
.list_table td {
	text-align: center;
	border-bottom: 1px solid #464646;
	padding: 20px 5px;
	color: var(--sub_text);
	font-weight: 500;
}
.list_table td .text {
	flex: 1;
	width: 100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	font-weight: 500;
}
.list_table td .new_icon {
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #FF4500;
	color: var(--white);
	text-align: center;
	font-size: 10px;
	font-weight: 600;
}
.list_table td .img {
	position: relative;
	width: 45px;
	height: 45px;
	overflow: hidden;
}
.list_table td .img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_table td .btn {
	font-size: 14px;
	padding: 5px 8px;
}
.list_table .fix td {
	background: #F7F7F7;
}
.list_table .fix td .badge {
	background: var(--key-color);
	color: var(--white);
	padding: 5px 10px;
	border-radius: 5px;
	box-sizing: border-box;
}
.list_table .fix td .text {
	font-weight: 700;
}
.list_table td > img {
	height: 50px;
	margin: 0 2px;
}


.member_popup_table .list_table {
	min-width: max-content;
	border-collapse: separate;
}
.member_popup_table .list_table th {
	padding: 10px;
	text-align: center;
	font-weight: 500;
	border: 0;
	color: #000;
	border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.member_popup_table .list_table th:first-child {
    border-radius: 0;
    border-left: 0!important;
}
.member_popup_table .list_table th:last-child {
	border-radius: 0;
	border-right: 0!important;
}
.member_popup_table .list_table td {
	text-align: center;
	padding: 10px;
	font-family: 'SUIT';
	border: 0;
	color: #000;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	font-weight: 500;
}
.member_popup_table .list_table td:last-child {
	border-right: 0!important;
}
.member_popup_table .list_table tbody tr:last-child td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.member_popup_table .list_table tfoot td {
	border-top: 1px solid var(--black)!important;
}
.member_popup_table .list_table tfoot td .total {
	gap: 100px;
	padding: 0 20px;
	box-sizing: border-box;
}
.member_popup_table .list_table tbody td input[type=text],
.member_popup_table .list_table tbody td select {
	width: 100%;
	height: 15px;
}
.member_popup_table .list_table input[type=checkbox] + label {
	padding-left: 0;
}
.member_popup_table .list_table input[type=checkbox] + label:before {
	position: static;
	margin: 0 auto;
}
.member_popup_table .list_table .gap5 {
	gap: 5px;
}
.member_popup_table .list_table .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-width: calc(100% - 20px);
}
.member_popup_table .list_table .btn {
	display: inline-block;
	vertical-align: 0px;
	border-radius: 5px;
	padding: 2px 10px;
	font-size: 14px;
	margin: 0 5px;
}
.member_popup_table .list_table .empty {
	padding: 50px 10px;
}
.member_popup_table .list_table .disabled td {
	background: #ebebeb;
}
.member_popup_table .list_table .forcing td {
	background: #f7eaea;
}
.member_popup_table .list_table .change td {
	background: #f7f4ea;
}
.member_popup_table .list_table .day_tr td {
	background: #f7f4ea;
}
.member_popup_table .list_table td .badge {
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 14px;
	width: 100%;
	display: block;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
}
.member_popup_table .list_table td .d_badge {
	padding-left: 15px;
}
.member_popup_table .list_table.black {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.member_popup_table .list_table.black th {
	background: var(--base);
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	border-left: 0;
}
.member_popup_table .list_table.black td {
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	border-left: 0;
}
.member_popup_table .list_table.black .bb_line {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.member_popup_table .list_table.black .br_line {
	border-right: 1px solid rgba(0, 0, 0, 0.10)!important;
}
.member_popup_table .list_table td .new_icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #FF4500;
	color: var(--white);
	text-align: center;
	font-size: 10px;
	font-weight: 600;
}
.member_popup_table .list_table .help_box {
	position: relative;
}
.member_popup_table .list_table .help_box > span {
	cursor: pointer;
}
.member_popup_table .list_table .help_box > span:hover + .box {
	display: block;
}
.member_popup_table .list_table .help_box .box {
	display: none;
	position: absolute;
	bottom: 0;
	left: 105%;
	width: 300px;
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.10);
	text-align: left;
	font-size: 14px;
	box-sizing: border-box;
	z-index: 1;
}
.member_popup_table .list_table .help_box .box:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: -13px;
	width: 0;
	height: 0;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 0px solid transparent;
	border-right: 15px solid var(--white);
}
.member_popup_table .list_table .help_box .box .top {
	padding: 10px 15px;
	background: var(--base);
	box-sizing: border-box;
}
.member_popup_table .list_table .help_box .box .price_box {
	padding: 10px 15px;
	gap: 5px;
	font-weight: 600;
}
.member_popup_table .list_table thead + tbody tr:first-child .help_box .box {
	bottom: auto;
	top: -80px;
}
.member_popup_table .list_table thead + tbody tr:first-child .help_box .box:after {
	bottom: 20px;
}
.member_popup_table .list_table .detail_box {
	display: none;
}
.member_popup_table .list_table .detail_box > td {
	padding: 20px;
}
.member_popup_table .list_table .detail_box tfoot td {
	background: #f7f4ea;
	border-top: 1px solid #cdcdcd!important;
}
.member_popup_table .list_table .detail_box .help_box .box {
	left: auto;
	right: 105%;
}
.member_popup_table .list_table .detail_box .help_box .box:after {
	left: auto;
	right: -13px;
	border-left: 15px solid var(--white);
	border-right: 0px solid transparent;
}
.member_popup_table .list_table .detail_close {
	display: none;
}
.member_popup_table .list_table td > img {
	height: 50px;
}
.member_popup_table + .pagenavi .prev a,
.member_popup_table + .pagenavi .next a {
	background: none;
}
.member_popup_table + .pagenavi .prev img,
.member_popup_table + .pagenavi .next img {
	vertical-align: 0px;
}


.pagenavi {
	margin-top: 30px;
}
.pagenavi ol {
	text-align: center;
	justify-content: center;
	gap: 30px;
}
.pagenavi ol li {
	border-radius: 5px;
}
.pagenavi ol li.first,
.pagenavi ol li.prev,
.pagenavi ol li.next,
.pagenavi ol li.last {
	margin: 0;
}
.pagenavi .first a {
	background: url("../images/page-first.svg")no-repeat 50% 50%;
	margin-right: -20px;
}
.pagenavi .prev a {
	background: url("../images/page-prev.svg")no-repeat 50% 50%;
}
.pagenavi .next a {
	background: url("../images/page-next.svg")no-repeat 50% 50%;
}
.pagenavi .last a {
	background: url("../images/page-last.svg")no-repeat 50% 50%;
	margin-left: -20px;
}
.pagenavi ol li a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 700;
	color: var(--gray);
}


#footer {
	position: relative;
	background: var(--sub);
}
#footer .top {
	padding: 60px 0;
	justify-content: center;
	gap: 50px;
}
#footer .top ul {
	gap: 10px;
}
#footer .top ul li a {
	color: var(--gray);
	font-size: 14px;
}
#footer .top ul li a strong {
	color: var(--white);
}
#footer .bottom {
	padding: 14px 0;
	border-top: 0.5px solid rgba(255,255,255,0.5);
	gap: 30px;
}
#footer .bottom p {
	line-height: 1.5;
}
#footer .bottom .copy {
	color: var(--gray);
}
#footer .bottom .copy span {
	color: var(--white);
}


#footer_fix {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--black);
	box-shadow: 0px -4px 5px 0px rgba(186, 192, 198, 0.15);
	text-align: center;
	z-index: 5;
}
#footer_fix ul li {
	flex: 1;
}
#footer_fix ul li a {
	display: block;
	width: 100%;
	padding: 52px 5px 16px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 50% 16px;
	box-sizing: border-box;
}
#footer_fix ul li.ft01 a {
	background-image: url("../images/ft01.svg");
}
#footer_fix ul li.ft02 a {
	background-image: url("../images/ft02.svg");
}
#footer_fix ul li.ft03 a {
	background-image: url("../images/ft03.svg");
}
#footer_fix ul li.ft04 a {
	background-image: url("../images/ft04.svg");
}
#footer_fix ul li.ft05 a {
	background-image: url("../images/ft05.svg");
}


#quick {
	position: fixed;
	top: 160px;
	right: 20px;
	padding-top: 50px;
	box-sizing: border-box;
	z-index: 10;
}
#quick .arrow {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/quick_open.svg")no-repeat 50% 50% / 100%;
}
#quick ul {
    max-height: calc(100vh - 195px);
    overflow-y: auto;
    padding: 20px 20px 30px;
    -ms-overflow-style: none;
	margin-top: -15px;
	margin-right: -20px;
    box-sizing: border-box;
}
#quick ul::-webkit-scrollbar{
	display:none;
}
#quick ul li {
	justify-content: end;
	margin-top: 20px;
}
#quick ul li:nth-child(1) {
	margin-top: 0;
}
#quick ul li a {
	width: 60px;
	height: 60px;
	border-radius: 200px;
	border: 2px solid transparent;
    border-image-slice: 1;
	background-origin: border-box;
	background-image: linear-gradient(var(--black), var(--black)), var(--gold_strock);
    background-clip: content-box, border-box;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
#quick ul li a p {
	gap: 10px;
}
#quick ul li a img {
	width: 30px;
	margin: 0 auto;
}
#quick ul li a span {
	display: none;
	font-size: 20px;
	font-weight: 500;
}
#quick ul li a:hover {
	width: max-content;
	box-shadow: 0px 0px 20px 5px var(--yellow);
}
#quick ul li a:hover p {
	padding: 0 16px;
}
#quick ul li a:hover span {
	display: block;
}
#quick.on .arrow {
	right: 0;
	background-image: url("../images/quick_close.svg");
}
#quick.on ul {
	border-radius: 10px;
	border: 2px solid transparent;
    border-image-slice: 1;
	background-origin: border-box;
	background-image: linear-gradient(var(--black), var(--black)), var(--gold_strock);
    background-clip: content-box, border-box;
	width: 10px;
	height: 100%;
	padding: 0;
    margin-right: 0;
}
#quick.on ul li {
	width: 0;
	opacity: 0;
	z-index: -1;
}


.tit {
	position: relative;
	margin-bottom: 20px;
}
.tit span {
	position: relative;
    z-index: 1;
	background: var(--sub_2);
	font-size: 40px;
	font-family: 'Paperlogy';
	font-weight: 700;
	padding-right: 20px;
	box-sizing: border-box;
}
.tit:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(180deg, #FCF6D1 0%, #BD9457 10.42%, #E3CA89 25%, #FEE8C8 69.79%, #4D3A1A 85.42%, #FCF0D1 100%);
}


.safe_box {
	position: relative;
	width: 100%;
	height: 44px;
	line-height: 40px;
	cursor: pointer;
	overflow: hidden;
}
.safe_box .view_btn {
	position: absolute;
	left: 0;
	width: 100%;
	font-weight: 500;
	border-width: 2px;
	text-align: center;
	z-index: 2;
	transition: all .3s;
	box-sizing: border-box;
}
.safe_box .view_btn em {
    display: inline-block;
    vertical-align: -5px;
    width: 21px;
    height: 21px;
	background: url("../images/view_off.svg")no-repeat 50% 50% / 100%;
}
.safe_box .safe_price {
	position: relative;
	display: none;
	width: 100%;
	justify-content: end;
	font-size: 14px;
	gap: 3px;
	box-sizing: border-box;
}
.safe_box .safe_price:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 6px;
	transform: translateY(-50%);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../images/view_on_white.svg") no-repeat 50% 50% / 100%;
    z-index: 2;
}
.safe_box .safe_price strong {
	color: var(--yellow);
}
.safe_box .safe_price span {
	margin-right: 6px;
}
.safe_box.on .view_btn {
	left: -100%;
	opacity: 0;
	z-index: -1;
}
.safe_box.on .safe_price {
	display: flex;
}



.main_category {
	padding: 30px 0;
	background: var(--black);
}
.main_category .box {
	gap: 20px;
}
.main_category .box a {
	flex: 1;
	border-radius: 10px;
	background: var(--sub);
	padding: 30px 10px;
	transition: all .3s;
    text-align: center;
	word-break: keep-all;
}
.main_category .box a.active,
.main_category .box a:hover {
	box-shadow: 0px 0px 20px 5px var(--yellow);
}
.main_category .box a strong {
	flex: 1;
}
.main_category .box a .icon {
	position: relative;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.main_category .box a .icon img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}


.main_notice {
    background: var(--sub);
    padding: 14px 0;
    font-family: 'SUIT';
}
.main_notice .top_notice {
	gap: 10px;
	box-sizing: border-box;
}
.main_notice .top_notice h2 {
	background: url("../images/ic_notice.svg")no-repeat 0 50% / 16px;
	padding-left: 25px;
	font-size: 16px;
}
.main_notice .top_notice h2 span {
	font-weight: 900;
	vertical-align: middle;
}
.main_notice .top_notice > div {
	flex: 1;
	height: 24px;
	overflow: hidden;
}
.main_notice .top_notice > div a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
    padding: 5px 0;
}



.tab {
	margin-bottom: 20px;
}
.tab .swiper {
	border-bottom: 1px solid #FCF6D1;
}
.tab .swiper-slide {
	width: auto;
	margin-right: 10px;
}
.tab .swiper-slide > * {
	min-width: 110px;
	height: 52px;
	line-height: 52px;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid var(--strock);
	border-bottom: 0;
	background-color: var(--black);
	color: var(--strock);
	font-size: 18px;
	font-weight: 500;
	padding: 0 16px;
	text-align: center;
	box-sizing: border-box;
}
.tab .swiper-slide > *.btn_gold {
	border: 1px solid transparent;
}
.tab .tab_select {
	display: none;
	height: 44px;
}



#loading_img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
    background-color : rgba(16, 16, 16, 0.7);
}
#loading_img span {
	position: absolute;
    top: 50%;
    left: 50%;
	display: block;
	height: 60px;
	width: 60px;
	border: 5px solid transparent;
    border-radius: 50%;
    background-image: linear-gradient(rgb(90, 90, 90), rgb(90, 90, 90)), conic-gradient(from 180deg at 50% 50%, #FCF6D1 0deg, rgba(255, 255, 255, 0) 360deg);
    background-origin: border-box;
    background-clip: content-box, border-box;
	box-sizing: border-box;
	animation: spin 800ms infinite linear;
}

@keyframes spin {
	from {
		transform: translate(-50%,-50%) rotate(0deg);
	}
	to {
		transform: translate(-50%,-50%) rotate(359deg);
	}
}


.filter_box {
	margin-bottom: 30px;
	justify-content: end;
}
.filter_box .gray_bg {
	flex: 1;
	max-width: 150px;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
.filter_box input {
	width: 100%;
	height: 46px;
	background: rgba(255, 255, 255, 0.10);
	color: var(--white);
	font-size: 16px;
	padding: 0 16px;
	box-sizing: border-box;
}
.filter_box .search_btn {
	width: 46px;
	height: 46px;
	background: var(--black) url("../images/ic_search.svg")no-repeat 50% 50%;
	font-size: 0;
	border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 1480px) {
	.tit span {
		font-size: 30px;
	}

	.tab .swiper-slide > * {
		font-size: 16px;
	}
}
@media screen and (max-width: 1280px) {
	#header .top_area {
		font-size: 14px;
	}
	#header .top_area .inner {
        height: auto;
        padding: 10px 16px;
        min-height: 75px;
    }
	#header .top_area .logo img {
		height: 30px;
	}
	#header .top_area .top_menu {
		gap: 10px;
	}
	#header .top_area .login_on .group_btn {
		gap: 5px;
	}
	#header .top_area .login_on > .btn_line_gold {
		width: 80px;
		height: 27px;
		line-height: 28px;
	}
	#header .top_area .login_on .group_btn a {
		width: 45px;
		height: 27px;
		line-height: 28px;
	}
	#header .top_area .login_on > a.flex {
		margin: 0 -2px;
	}
	#header .top_area .login_on > a.flex img {
        transform: scale(0.8);
		margin-right: -3px;
    }
}
@media screen and (max-width: 1024px) {
	#header {
		display: none;
	}
	#m_header {
		display: flex;
	}

	#quick {
		display: none;
	}

	#footer {
		padding-bottom: 90px;
	}
	#footer .top {
		padding: 20px 0;
		gap: 15px;
	}
	#footer .top ul li {
		display: none;
	}
	#footer .top ul li:first-child {
		display: block;
	}
	#footer .bottom {
		font-size: 14px;
		gap: 15px;
	}
	#footer_fix {
		display: block;
	}

	.tit span {
		font-size: 24px;
	}

	.main_category {
		padding: 20px 16px;
	}
	.main_category .box {
		gap: 10px;
		padding: 0;
		justify-content: center;
	}
	.main_category .box a {
		flex: none;
		width: calc(25% - 8px);
		padding: 14px 0;
		border-radius: 10px;
		background: var(--sub);
		font-size: 12px;
		box-sizing: border-box;
	}
	.main_category .box a .icon {
		display: none;
	}

	.tab .swiper-slide > * {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

	.list_table {
		font-size: 14px;
	}
	.list_table th {
		padding: 15px 5px;
	}
	.list_table td {
		padding: 15px 5px;
	}


	.bottom_modal .modal_cont {
		max-width: 1024px;
		top: auto;
		bottom: -100%;
		transform: translateX(-50%);
		transition: bottom 1s .2s;
		border-radius: 15px 15px 0 0;
	}
	.bottom_modal.open .modal_cont {
		bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.tab .swiper {
		display: none;
	}
	.tab .tab_select {
		display: block;
	}

	.pagenavi ol {
		gap: 5px;
	}
	.pagenavi ol li a {
		font-size: 16px;
	}
	.pagenavi .first a {
		margin-right: -10px;
	}
	.pagenavi .last a {
		margin-left: -10px;
	}

	.list_table colgroup {
		display: none;
	}
	.list_table thead {
		display: none;
	}
	.list_table tbody tr {
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #464646;
		flex-direction: column;
		border-radius: 10px;
		padding: 15px;
		gap: 10px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.list_table tbody td {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		border: 0;
		text-align: left;
		padding: 0;
		gap: 15px;
		align-items: center;
	}
	.list_table tbody td:before {
        content: attr(data-val);
        min-width: 80px;
        border-right: 1px solid rgba(255,255,255,0.3);
        padding-right: 10px;
		color: var(--white);
        box-sizing: border-box;
    }
	.list_table tbody td.num {
		display: none;
	}
	.list_table tbody td > div {
		flex: 1;
		width: 100%;
	}
	.list_table tbody td.empty {
		justify-content: center;
	}
	.list_table tbody td.empty:before {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.main_category .box {
		justify-content: start;
	}
	.main_category .box a {
        width: calc(33.333% - 7px);
	}
}
@media screen and (max-width: 380px) {
	.list_table tbody td {
		gap: 8px;
		padding-bottom: 10px;
		border-radius: 0!important;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.list_table tbody td:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.list_table tbody td:before {
		width: 100%;
		border-right: 0;
	}
	.list_table tbody td > div {
		padding-left: 0;
		border: 0;
		width: 100%;
	}
}