body {
	background: #FFF9FB;
}

.title_area {
	display: none;
}
.mypage_area {
	display: none;
	width: 100%;
}

.mypage .inner {
	gap: 30px;
	align-items: start;
}
.mypage .side {
	position: relative;
	width: 340px;
	gap: 30px;
}
.mypage .side > div {
	width: 100%;
	padding: 20px 30px;
	background: var(--white);
	border-radius: 10px;
	border: 0.5px solid var(--border-tertiary);
	box-sizing: border-box;
}
.mypage .side .side_info .top {
	border-bottom: 1px solid var(--border-tertiary);
	padding-bottom: 20px;
	gap: 10px;
	margin-bottom: 20px;
}
.mypage .side .side_info .top .thumb {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.mypage .side .side_info .top .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mypage .side .side_info .top .txt {
	flex: 1;
    width: 100%;
	gap: 5px;
}
.mypage .side .side_info .top .txt strong {
	font-size: 20px;
	gap: 5px;
}
.mypage .side .side_info .top .txt strong .badge {
	background-color: var(--key-color);
	color: var(--white);
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 16px;
}
.mypage .side .side_info .top .txt a {
	background: url("../images/ic_setting.svg")no-repeat 0 50%;
	color: var(--text-);
	font-size: 14px;
	padding-left: 20px;
}
.mypage .side .side_info .box {
	gap: 50px;
}
.mypage .side .side_info .box > div {
	gap: 20px;
}
.mypage .side .side_info .box .my_level {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 10px 0 10px 45px;
}
.mypage .side .side_info .box .my_level.level0 {
	color: #B9876E;
	background-image: url("../images/level0.svg");
}
.mypage .side .side_info .box .my_level.level1 {
	color: #A5A5A5;
	background-image: url("../images/level1.svg");
}
.mypage .side .side_info .box .my_level.level2 {
	color: #F1C643;
	background-image: url("../images/level2.svg");
}
.mypage .side .side_info .box .my_level.level3 {
	color: #FEA9C0;
	background-image: url("../images/level3.svg");
}
.mypage .side .side_info .box .my_level.level4 {
	color: var(--key-color);
	background-image: url("../images/level4.svg");
}
.mypage .side .side_info .box .my_level strong {
	font-size: 16px;
}
.mypage .side .side_info .box .point h4 {
	font-size: 22px;
}
.mypage .side .side_info .box > div .btn_line_pink {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	box-sizing: border-box;
}
.mypage .side .side_menu ul {
	gap: 20px;
}
.mypage .side .side_menu ul li a {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: var(--text-);
	font-weight: 600;
	padding: 3px 0 3px 35px;
	box-sizing: border-box;
}
.highlight-box {
	display: inline-block;
	background-color: #FFD700; /* 노란색 배경 */
	color: #000; /* 검은색 글자 */
	padding: 5px 10px;
	margin-left: 100px; /* 간격을 조정 */
	border-radius: 5px;
	font-weight: bold;
	animation: pulse 1.5s infinite; /* 애니메이션 추가 */
}
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}
.mypage .side .side_menu ul li.s1 a {
	background-image: url("../images/side_menu01.svg");
}
.mypage .side .side_menu ul li.s2 a {
	background-image: url("../images/side_menu02.svg");
}
.mypage .side .side_menu ul li.s3 a {
	background-image: url("../images/side_menu03.svg");
}
.mypage .side .side_menu ul li.s4 a {
	background-image: url("../images/side_menu04.svg");
}
.mypage .side .side_menu ul li.s5 a {
	background-image: url("../images/side_menu05.svg");
}
.mypage .side .side_menu ul li.s6 a {
	background-image: url("../images/side_menu06.svg");
}
.mypage .side .side_menu ul li.s7 a {
	background-image: url("../images/c-circle.svg");
	background-size: 24px 24px;
}
.mypage .side .side_menu ul li.s8 a {
	background-image: url("../images/send.svg");
	background-size: 24px 24px;
	filter: brightness(0) saturate(100%) invert(60%); /* 색상 조정 */
}
.mypage .side .side_menu ul li.s9 a {
	background-image: url("../images/arrow-through-heart.svg");
	background-size: 24px 24px;
	filter: brightness(0) saturate(100%) invert(60%); /* 색상 조정 */
}
.mypage .side .side_menu ul li.active a {
	color: var(--text-primary);
}
.mypage .side .side_menu ul li.s1.active a {
	background-image: url("../images/side_menu01_on.svg");
}
.mypage .side .side_menu ul li.s2.active a {
	background-image: url("../images/side_menu02_on.svg");
}
.mypage .side .side_menu ul li.s3.active a {
	background-image: url("../images/side_menu03_on.svg");
}
.mypage .side .side_menu ul li.s4.active a {
	background-image: url("../images/side_menu04_on.svg");
}
.mypage .side .side_menu ul li.s5.active a {
	background-image: url("../images/side_menu05_on.svg");
}
.mypage .side .side_menu ul li.s6.active a {
	background-image: url("../images/side_menu06_on.svg");
}
.mypage .side .side_menu ul li.s7.active a {
	background-image: url("../images/c-circle-fill.svg");
	background-size: 24px 24px;

}
.mypage .side .side_menu ul li.s8.active a {
	background-image: url("../images/send.svg");
	background-size: 24px 24px;
	filter: brightness(0) saturate(100%); /* 색상 조정 */
}
.mypage .side .side_menu ul li.s9.active a {
	background-image: url("../images/arrow-through-heart.svg");
	background-size: 24px 24px;
	filter: brightness(0) saturate(100%); /* 색상 조정 */
}


.mypage .cont {
	position: relative;
	width: calc(100% - 370px);
	background: var(--white);
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}
.tit {
	font-size: 18px;
	margin-bottom: 30px;
}
.tit_bar {
	border-radius: 10px;
	background: var(--key-color);
	color: var(--white);
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	box-sizing: border-box;
}
.mypage .cont .pd20 {
	padding: 20px 0;
}
.mypage .cont .pd30 {
	padding: 30px;
}

.t_scroll {
	
}
.list_table {
	
}
.list_table thead th {
	padding: 20px 5px;
	background: #FFEFF6;
	text-align: center;
	font-weight: 600;
}
.list_table thead th:first-child {
	border-radius: 10px 0 0 10px;
	padding-left: 20px;
}
.list_table thead th:last-child {
	border-radius: 0 10px 10px 0;
	padding-right: 20px;
}
.list_table tbody td {
	text-align: center;
	padding: 20px 5px;
	border-bottom: 0.5px solid var(--border-tertiary);
}
.list_table tbody td:first-child {
	padding-left: 20px;
}
.list_table tbody td:last-child {
	padding-right: 20px;
}
.list_table tbody td button {
	padding: 3px 7px;
    border-radius: 5px;
}

.tabs {
	border-bottom: 2px solid var(--key-color);
	gap: 10px;
}
.tabs button {
	flex: 1;
	font-size: 16px;
	padding: 16px 0;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid var(--border-secondary);
	border-bottom: 0;
	box-sizing: border-box;
}
.tabs button.active {
	background: var(--key-color);
	color: var(--white);
	border: 1px solid var(--key-color);
}

.func {
	margin-bottom: 16px;
	gap: 10px;
}
.func h4 {
	font-size: 16px;
	font-weight: 600;
}
.func .search_form {
	flex: 1;
	gap: 10px;
}
.func .search_form select {
	width: 145px;
	height: 44px;
	border-radius: 5px;
	border: 0.5px solid rgba(224, 224, 224, 0.5);
	background: #fff url('../images/arrow-down-full.svg') no-repeat calc(100% - 15px) 50%;
}
.func .search_box {
	flex: 1;
	max-width: 350px;
	border-radius: 5px;
	border: 0.5px solid rgba(224, 224, 224, 0.5);
	overflow: hidden;
	gap: 10px;
	padding: 0 16px;
	box-sizing: border-box;
}
.func .search_box input {
	flex: 1;
	width: 100%;
	height: 44px;
	font-size: 16px;
}
.func .search_box .search_btn {
	width: 24px;
	height: 24px;
	background: url("../images/ic_search.svg")no-repeat 50% 50%;
}
.func .filter {
	gap: 10px;
}
.func .filter .date {
	border-radius: 5px;
	border: 0.5px solid rgba(224, 224, 224, 0.5);
	padding: 0 16px 0 55px;
	background: url("../images/calendar-search.svg")no-repeat 16px 50%;
	box-sizing: border-box;
}
.func .filter .date input {
	width: 100%;
	height: 44px;
	background: transparent;
	font-size: 16px;
}
.func .filter .reset_btn {
	width: 93px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 5px;
	background: var(--text-);
	color: var(--white);
	font-size: 14px;
	box-sizing: border-box;
}



.my_event .step {
	padding: 50px 0;
	border-bottom: 0.5px solid var(--border-tertiary);
}
.my_event .step button {
	position: relative;
	flex: 1;
	color: var(--text-);
	margin-right: 80px;
}
.my_event .step button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	display: block;
	width: 8px;
	height: 15px;
	background: url("../images/arrow-right.svg")no-repeat 50% 50% / 100%;
}
.my_event .step button:last-child {
	margin-right: 0;
}
.my_event .step button:last-child:after {
	display: none;
}
.my_event .step button h4 {
	font-size: 28px;
	margin-bottom: 10px;
}
.my_event .step button p {
	font-size: 18px;
	font-weight: 600;
	word-break: keep-all;
}
.my_event .step button p br {
	display: none;
}
.my_event .step button.active h4 {
	color: var(--text-primary);
}
.my_event .step button.active p {
	color: var(--key-color);
}



.my_point .gray_box {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background: var(--bg-card);
	margin-bottom: 30px;
	gap: 20px;
	box-sizing: border-box;
}
.my_point .gray_box .grid2 > div {
	flex: 1;
	padding: 0 10px;
	box-sizing: border-box;
}
.my_point .gray_box .grid2 > div:first-child {
	border-right: 1px solid var(--text-);
}
.my_point .gray_box .grid2 > div p {
	color: var(--text-);
	font-size: 14px;
	margin-bottom: 10px;
}
.my_point .gray_box .grid2 > div h3 {
	font-size: 20px;
	color: var(--text-primary);
}
.my_point .gray_box .now_point {
	background: var(--white);
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}
.my_point .gray_box .now_point p {
	font-weight: 500;
	margin-bottom: 10px;
}
.my_point .gray_box .now_point h3 {
	font-size: 26px;
}
.my_point .gray_box .now_point a {
	width: 116px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	box-sizing: border-box;
}



.withdraw {
	border: 1px solid var(--sub);
}
.withdraw .tit {
	font-size: 22px;
}
.withdraw .tit p {
	margin-top: 10px;
	font-size: 16px;
}
.withdraw .box {
	gap: 50px;
}
.withdraw .form {
	padding: 40px;
	border-radius: 8px;
	border: 0.5px solid rgba(189, 189, 189, 0.5);
	gap: 40px;
	box-sizing: border-box;
}
.withdraw .form .point {
	max-width: 850px;
	font-size: 20px;
	border-bottom: 0.5px solid rgba(189, 189, 189, 0.5);
	padding-bottom: 20px;
	gap: 10px;
}
.withdraw .form .list {
	gap: 20px;
}
.withdraw .form .list .item {
	gap: 30px;
}
.withdraw .form .list .item > strong {
	width: 120px;
	font-size: 16px;
	padding-top: 10px;
}
.withdraw .form .list .item > div {
	flex: 1;
	width: 100%;
}
.withdraw .form .list .item > div input {
	flex: 1;
	width: 100%;
	max-width: 345px;
	height: 40px;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid var(--sub);
	padding: 0 20px;
	box-sizing: border-box;
}
.withdraw .form .list .item > div .person_num input {
	max-width: 164px;
}
.withdraw .form .list .item > div .person_num span {
	color: var(--text-);
	font-weight: 300;
	padding: 0 5px;
}
.withdraw .form .list .item > div .danger  {
	color: var(--red-color);
}
.withdraw .form .list .item > div > p {
	margin-top: 10px;
}
.withdraw .form .list .item > div select {
	border: 1px solid var(--sub);
	max-width: 345px;
	border-radius: 10px;
}
.withdraw .form ul {
	color: var(--sub);
	border-top: 0.5px solid rgba(189, 189, 189, 0.5);
	padding-top: 20px;
}
.withdraw .form ul li {
	line-height: 1.5;
}
.withdraw .box .btn_pink {
    max-width: 250px;
    height: 48px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
}



.my_mentee {
	background: transparent!important;
	padding: 0!important;
}
.my_mentee .qnt_box {
	gap: 30px;
	margin-bottom: 30px;
}
.my_mentee .qnt_box > div {
	flex: 1;
	max-width: 350px;
	border-radius: 10px;
	border: 0.5px solid rgba(189, 189, 189, 0.5);
	background: var(--white);
}
.my_mentee .qnt_box > div h4 {
	padding: 16px 20px;
	color: var(--text-primary);
	font-size: 18px;
	border-bottom: 0.5px solid rgba(224, 224, 224, 0.5);
}
.my_mentee .qnt_box > div > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: var(--bg-off-white);
	gap: 10px;
	margin: 20px;
	padding: 10px;
	box-sizing: border-box;
}
.my_mentee .qnt_box > div > div strong {
	flex: 1;
	color: var(--text-primary);
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
.my_mentee .qnt_box > div > div .copy_btn {
	width: 15px;
	height: 15px;
	background: url("../images/ic_copy.svg")no-repeat 50% 50%;
}
.my_mentee .pd30 {
	background: var(--white);
	border-radius: 10px;
}



#level_pop .modal_cont {
	max-width: 1440px;
	max-height: 95vh;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	border-radius: 10px;
}
#level_pop .black_bg {
	background: rgba(0, 0, 0, 0.30);
}
#level_pop .scroll {
    max-height: calc(95vh - 70px);
	padding: 50px;
}
#level_pop .tit {
	color: var(--text-primary);
}
#level_pop .tit h2 {
	position: relative;
	font-size: 28px;
	margin-bottom: 30px;
}
#level_pop .tit .close {
	position: absolute;
	top: 8px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url("../images/ic_close.svg")no-repeat 50% 50% / 100%;
}
#level_pop .tit .tab {
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}
#level_pop .tit .tab button {
	flex: 1;
	width: 100%;
	max-width: 145px;
    height: 42px;
	border-radius: 10px;
	background: #F5F5F5;
	color: var(--sub);
	font-size: 16px;
	font-weight: 600;
}
#level_pop .tit .tab button.active {
	background: var(--key-color);
	color: var(--white);
}
#level_pop .tab_cont > div {
	display: none;
}
#level_pop table {
    background: var(--white);
	border: 0.5px solid rgba(177, 177, 177, 0.5);
}
#level_pop table th {
    border-right: 0.5px solid rgba(177, 177, 177, 0.5);
    border-bottom: 0.5px solid rgba(177, 177, 177, 0.5);
    padding: 20px 10px;
    font-size: 18px;
}
#level_pop table th:last-child {
	border-right: 0;
}
#level_pop table td {
	border-right: 0.5px solid rgba(177, 177, 177, 0.5);
	border-bottom: 0.5px solid rgba(177, 177, 177, 0.5);
	padding: 20px 10px;
	text-align: center;
	font-size: 16px;
	color: var(--text-secondary);
}
#level_pop table td:last-child {
	border-right: 0;
}
#level_pop table td .icon {
	font-weight: 600;
}
#level_pop table td .icon img {
	display: block;
	margin: 0 auto 5px;
}
#level_pop table td .box {
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
}
#level_pop table .gray_bg td {
	background: #FAFAFA;
}
#level_pop table td strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--text-primary);
}
#level_pop .mobile {
	display: none;
	background: var(--white);
	border-radius: 10px;
	padding: 20px 20px 40px;
}
#level_pop .mobile .item {
    width: 100%;
    box-sizing: border-box;
}
#level_pop .mobile .item .head {
    text-align: center;
	padding: 25px 0;
    box-sizing: border-box;
}
#level_pop .tab02 .mobile .item .head {
	padding: 25px 0 35px;
}
#level_pop .mobile .item .head .icon {
	font-size: 16px;
	font-weight: 700;
	gap: 3px;
	justify-content: center;
}
#level_pop .mobile .item .head .icon img {
	width: 24px;
}
#level_pop .mobile .level0 .head .icon {
	color: #B9876E;
}
#level_pop .mobile .level1 .head .icon {
	color: #A5A5A5;
}
#level_pop .mobile .level1 .head .box {
	background: #A5A5A5;
}
#level_pop .mobile .level2 .head .icon {
	color: #F1C643;
}
#level_pop .mobile .level2 .head .box {
	background: #F1C643;
}
#level_pop .mobile .level3 .head .icon {
	color: #FEA9C0;
}
#level_pop .mobile .level3 .head .box {
	background: #FEA9C0;
}
#level_pop .mobile .level4 .head .icon {
	color: var(--key-color);
}
#level_pop .mobile .level4 .head .box {
	background: var(--key-color);
}
#level_pop .mobile .item .head .box {
	width: max-content;
	color: var(--white);
	gap: 10px;
	border-radius: 10px;
	padding: 10px;
	justify-content: center;
	margin: 10px auto 0;
	box-sizing: border-box;
}
#level_pop .mobile .item .head .box p {
	font-size: 14px;
	font-weight: 700;
}
#level_pop .mobile .item .head .box h4 {
	font-size: 16px;
}
#level_pop .mobile .box:last-child {
	margin-top: 20px;
}
#level_pop .mobile .box h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
#level_pop .mobile .box h3 strong {
    border-radius: 10px;
    padding: 5px 8px;
    font-size: 14px;
    color: var(--white);
    margin-left: 10px;
}
#level_pop .mobile .item .list {
	border-top: 2px dotted #E0E0E0;
}
#level_pop .mobile .item .list > div {
	width: 50%;
	border-bottom: 2px dotted #E0E0E0;
	font-size: 14px;
}
#level_pop .tab01 .mobile .item .list > div:last-child {
	width: 100%;
}
#level_pop .mobile .item .list > div .th {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 125px;
	height: 100%;
    word-break: keep-all;
    background: #fafafa;
    padding: 16px 15px;
	text-align: center;
    box-sizing: border-box;
}
#level_pop .mobile .item .list > div .th strong {
	display: block;
}
#level_pop .mobile .item .list > div .td {
    flex: 1;
    width: 100%;
    padding: 2px 0 2px 15px;
	word-break: keep-all;
    box-sizing: border-box;
}
#level_pop .mobile .swiper-button-prev,
#level_pop .mobile .swiper-button-next {
	top: 20px;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
#level_pop .mobile .swiper-button-prev {
	background: url("../images/slide-prev.svg")no-repeat 50% 50% / 100%;
}
#level_pop .mobile .swiper-button-next {
	background: url("../images/slide-next.svg")no-repeat 50% 50% / 100%;
}
#level_pop .mobile .swiper-button-prev:after,
#level_pop .mobile .swiper-button-next:after {
	display: none;
}
#level_pop ul {
	color: var(--sub);
	font-size: 16px;
	line-height: 1.3;
	margin-top: 50px;
}
#level_pop ul h4 {
	margin-bottom: 8px;
	font-size: 18px;
}
#level_pop .btn_area {
	margin-top: 30px;
}
#level_pop .btn_area a {
    flex: 1;
    max-width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}




.inquiry .func .filter {
	flex: 1;
	justify-content: end;
}
.inquiry .func .search_form {
    flex: none;
}
.inquiry .func .filter .reset_btn {
	width: 118px;
	font-size: 16px;
	background: var(--text-secondary);
}
.inquiry table .ques td {
	padding: 20px 10px;
	text-align: center;
	border-top: 0.5px solid rgba(189, 189, 189, 0.5);
	border-bottom: 0.5px solid rgba(189, 189, 189, 0.5);
	cursor: pointer;
}
.inquiry table .ques td:last-child {
	text-align: left;
	background: url("../images/arrow-down.svg")no-repeat calc(100% - 20px) 50% / 15px;
}
.inquiry table .ques.empty td {
	text-align: center;
	background: none;
}
.inquiry table .answer {
	display: none;
}
.inquiry table .answer td .contents {
	padding: 20px 50px;
	line-height: 1.3;
	min-height: 200px;
	box-sizing: border-box;
}
.inquiry table .answer td .admin_answer {
	border-top: 0.5px solid rgba(189, 189, 189, 0.5);
	padding: 20px 50px;
	line-height: 1.3;
	min-height: 200px;
	box-sizing: border-box;
}
.inquiry table .answer td .admin_answer .top {
	margin-bottom: 20px;
}
.inquiry table .open .ques td {
	background: var(--bg-divider);
	color: var(--key-color);
	font-weight: bold;
}
.inquiry table .open .ques td:last-child {
	background: var(--bg-divider) url("../images/arrow-up.svg")no-repeat calc(100% - 20px) 50%;
}
.inquiry table .open .answer {
	display: table-row;
}


.inquiry .write {
	gap: 50px;
}
.inquiry .write .tit {
	margin-bottom: 0!important;
}
.inquiry .write .form {
	border-radius: 10px;
	border: 1px solid var(--border-tertiary);
	gap: 30px;
	box-sizing: border-box;
}
.inquiry .write .form .item > strong {
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
}
.inquiry .write .form .item > div {
	flex: 1;
}
.inquiry .write .form .item > div select {
	height: 52px;
	border-radius: 8px;
	border: 1px solid var(--border-tertiary);
	background: #fff url('../images/arrow-down-full.svg') no-repeat calc(100% - 15px) 50%;
}
.inquiry .write .form .item > div input {
	width: 100%;
	height: 52px;
	border-radius: 8px;
	border: 1px solid var(--border-tertiary);
	padding: 0 20px;
	font-size: 16px;
	box-sizing: border-box;
}
.inquiry .write .form .item > div textarea {
	width: 100%;
	height: 560px;
	border-radius: 8px;
	border: 1px solid var(--border-tertiary);
	padding: 20px;
	font-size: 16px;
	line-height: 1.5;
	resize: none;
	box-sizing: border-box;
}
.inquiry .write .form .grid2 {
	gap: 20px;
}
.inquiry .write .form .grid2 .item {
	flex: 1;
}
.inquiry .write .form .grid2 .item.category {
	flex: none;
	width: 140px;
}
.inquiry .write .btn_area {
	justify-content: center;
	gap: 20px;
}
.inquiry .write .btn_area button {
	flex: 1;
	max-width: 250px;
	height: 48px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
}
.inquiry .write .btn_area button.btn_gray {
	background: #F5F5F5;
	color: var(--sub);
}




.modify {
	padding: 0!important;
	background: transparent!important;
}
.modify .form {
	gap: 16px;
}
.modify .form .tit {
	margin-bottom: 0;
}
.modify .form .item {
	background: var(--white);
	padding: 30px 20px;
	border-radius: 10px;
	gap: 30px;
	box-sizing: border-box;
}
.modify .form .item .tit_bar {
	margin-bottom: 0;
}
.modify .form .item .label {
	gap: 50px;
	width: 100%;
	align-items: center;
}
.modify .form .item .label > p {
	width: 110px;
	color: var(--text-primary);
}
.modify .form .item .label > div {
	position: relative;
	flex: 1;
	gap: 10px;
	max-width: 628px;
}
.modify .form .item .label > div input[type=text],
.modify .form .item .label > div input[type=password] {
	flex: 1;
	width: 100%;
	height: 46px;
	border-radius: 10px;
	border: 1px solid var(--border-secondary);
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px;
	box-sizing: border-box;
}
.modify .form .item .label > div select {
	flex: 1;
	width: 100%;
	height: 46px;
	border-radius: 10px;
	border: 1px solid var(--border-secondary);
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px;
	box-sizing: border-box;
}
.modify .form .item .label > div button {
	padding: 0 20px;
	height: 46px;
	font-size: 16px;
	border-radius: 10px;
	background: var(--text-secondary);
	color: var(--white);
}
.modify .form .item .label > div.addr .grid2 {
	gap: 10px;
}
.modify .form .item .photo {
	position: relative;
	width: 150px;
}
.modify .form .item .photo input {
	display: none;
}
.modify .form .item .photo label {
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	background: url("../images/ic_user.svg")no-repeat 50% 50%;
	box-sizing: border-box;
}
.modify .form .item .photo .preview {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: var(--white);
	border-radius: 8px;
	overflow: hidden;
}
.modify .form .item .photo .preview img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modify .form .item .photo .del_btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
	background: url("../images/ic_del.png")no-repeat 50% 50% / 30px;
}
.modify .form .item .label > div .naver_box {
	width: 100%;
	gap: 20px;
}
.modify .form .item .label > div .naver_box > div {
	border: 1px solid var(--border-secondary);
	border-radius: 10px;
	padding: 0 20px;
	gap: 10px;
	box-sizing: border-box;
}
.modify .form .item .label > div .naver_box input {
	border: 0;
	height: 46px;
	padding: 0;
}
.modify .form .item .label > div .naver_box .btn_del {
	width: 20px;
	height: 20px;
	padding: 0;
	background: url("../images/btn_del.svg")no-repeat 50% 50% / 100%;
	border-radius: 50%;
}
.modify .form .item .label > div button.naver_add {
	width: 100%;
	height: 50px;
	background: var(--white);
	border: 1px solid var(--key-color);
	color: var(--text-primary);
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	box-sizing: border-box;
}
.modify .form .item .label > div .naver_add span {
	display:inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}
.modify .form .item .label > div input[type=checkbox] {
	display: none;
}
.modify .form .item .label > div input[type=checkbox] + label {
	position: relative;
	display: block;
	width: 30px;
	height: 15px;
	border-radius: 100px;
	border: 1px solid var(--border-secondary);
	background: var(--border-secondary);
	border: 0;
	transition: all .3s;
	box-sizing: border-box;
}
.modify .form .item .label > div input[type=checkbox] + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	transition: all .3s;
	background: var(--white);
}
.modify .form .item .label > div input[type=checkbox]:checked + label {
	background: var(--key-color);
}
.modify .form .item .label > div input[type=checkbox]:checked + label:before {
	left: 17px;
}
.modify .form .member_out {
	color: var(--text-primary);
	font-size: 20px;
	border-bottom: 1px solid var(--text-primary);
}
.modify .form .btn_area {
	justify-content: center;
	margin-top: 80px;
}
.modify .form .btn_area button {
	flex: 1;
	max-width: 300px;
	height: 60px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
}


.my_pay {
	gap: 30px;
}
.my_pay .tit_bar {
	margin-bottom: 0;
}
.my_pay .gray_bg {
	padding: 20px;
	border-radius: 10px;
	background: var(--bg-card);
	box-sizing: border-box;
}
.my_pay .gray_bg > div {
	flex: 1;
	text-align: center;
}
.my_pay .gray_bg > div:first-child {
	border-right: 1px solid #9E9E9E;
	box-sizing: border-box;
}
.my_pay .gray_bg > div p {
	color: #9E9E9E;
	font-size: 14px;
	margin-bottom: 10px;
}
.my_pay .gray_bg > div > div {
	justify-content: center;
	gap: 5px;
}
.my_pay .gray_bg > div .my_level:before {
	content: '';
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.my_pay .gray_bg > div .my_level.level0 {
	color: #B9876E;
}
.my_pay .gray_bg > div .my_level.level0:before {
	background-image: url("../images/level0.svg");
}
.my_pay .gray_bg > div .my_level.level1 {
	color: #A5A5A5;
}
.my_pay .gray_bg > div .my_level.level1:before {
	background-image: url("../images/level1.svg");
}
.my_pay .gray_bg > div .my_level.level2 {
	color: #F1C643;
}
.my_pay .gray_bg > div .my_level.level2:before {
	background-image: url("../images/level2.svg");
}
.my_pay .gray_bg > div .my_level.level3 {
	color: #FEA9C0;
}
.my_pay .gray_bg > div .my_level.level3:before {
	background-image: url("../images/level3.svg");
}
.my_pay .gray_bg > div .my_level.level4 {
	color: var(--key-color);
}
.my_pay .gray_bg > div .my_level.level4:before {
	background-image: url("../images/level4.svg");
}
.my_pay .gray_bg > div > div h3 {
	font-size: 24px;
	color: var(--text-primary);
}
.my_pay > h4 {
    font-size: 18px;
}
.my_pay .list {
	gap: 30px;
}
.my_pay .list .pd16 {
	padding: 16px 0;
}
.my_pay .list .item {
	width: calc(33.333% - 20px);
	padding: 16px;
	border-radius: 10px;
	border: 0.5px solid rgba(224, 224, 224, 0.5);
	box-sizing: border-box;
}
.my_pay .list .item .bt_line {
	border-bottom: 1px dashed var(--border-tertiary);
}
.my_pay .list .item .state button {
	text-decoration: underline;
	font-size: 16px;
}
.my_pay .list .item .top {
	gap: 16px;
}
.my_pay .list .item .top .icon {
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 45px 8px 0;
}
.my_pay .list .item .top .icon.level0 {
	color: #B9876E;
	background-image: url("../images/level0.svg");
}
.my_pay .list .item .top .icon.level1 {
	color: #A5A5A5;
	background-image: url("../images/level1.svg");
}
.my_pay .list .item .top .icon.level2 {
	color: #F1C643;
	background-image: url("../images/level2.svg");
}
.my_pay .list .item .top .icon.level3 {
	color: #FEA9C0;
	background-image: url("../images/level3.svg");
}
.my_pay .list .item .top .icon.level4 {
	color: var(--key-color);
	background-image: url("../images/level4.svg");
}
.my_pay .list .item .top .icon img {
	display: block;
	margin: 0 auto 5px;
}
.my_pay .list .item .top .icon strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.my_pay .list .item .top .txt {
	gap: 8px;
}
.my_pay .list .item .list_flex {
	padding: 6px 0;
	font-size: 14px;
}
.my_pay .list .item .list_flex > p {
	color: var(--text-);
}
.my_pay .list .item .list_flex > div {
	font-weight: 500;
}
.my_pay .list .item .level {
	font-size: 16px;
	padding: 16px 0 0;
}
.my_pay .list .item .total {
	padding: 14px 0;
}
.my_pay .list .item .total > p {
	color: var(--text-primary);
	font-size: 16px;
}
.my_pay .list .item .total > div {
	font-size: 20px;
}
.my_pay .list .item .btn_form {
	justify-content: end;
	color: var(--text-secondary);
	font-size: 14px;
}
.my_pay .list .item .btn_form button {
	height: 34px;
	padding: 0 10px;
	border-radius: 5px;
	border: 0.5px solid rgba(158, 158, 158, 0.5);
	color: var(--text-secondary);
	font-size: 14px;
	font-weight: 500;
}
#account_pop .modal_cont {
	max-width: 575px;
}
#account_pop .modal_cont .scroll {
	padding: 30px 20px;
}
#account_pop .close {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 15px;
	height: 15px;
	z-index: 1;
}
#account_pop .level_box {
	padding-bottom: 20px;
}
#account_pop .level_box .level {
	margin-bottom: 10px;
}
#account_pop .level_box .level:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
}
#account_pop .level_box .level.level0 {
	color: #B9876E;
}
#account_pop .level_box .level.level0:before {
	background-image: url("../images/level0.svg");
}
#account_pop .level_box .level.level1 {
	color: #A5A5A5;
}
#account_pop .level_box .level.level1:before {
	background-image: url("../images/level1.svg");
}
#account_pop .level_box .level.level2 {
	color: #F1C643;
}
#account_pop .level_box .level.level2:before {
	background-image: url("../images/level2.svg");
}
#account_pop .level_box .level.level3 {
	color: #FEA9C0;
}
#account_pop .level_box .level.level3:before {
	background-image: url("../images/level3.svg");
}
#account_pop .level_box .level.level4 {
	color: var(--key-color);
}
#account_pop .level_box .level.level4:before {
	background-image: url("../images/level4.svg");
}
#account_pop .level_box .level strong {
	display: inline-block;
	vertical-align: middle;
}
#account_pop .level_box > div strong {
	display: block;
	font-size: 16px;
	line-height: 1.3;
}
#account_pop .level_box > div a {
	font-size: 14px;
}
#account_pop .level_box > div a svg {
	margin-left: 5px;
}
#account_pop .box {
	border-top: 1px dashed var(--border-tertiary);
	padding: 16px 0;
}
#account_pop .box .list_flex {
	padding: 6px 0;
	font-size: 14px;
}
#account_pop .box .list_flex p {
	color: var(--text-);
}
#account_pop .box .list_flex div {
	font-weight: 500;
}
#account_pop .txt {
	font-size: 14px;
	font-weight: 600;
}


#write_done h3 {
	font-size: 24px;
	margin-bottom: 20px;
	background: url("../images/check_bg.svg")no-repeat 50% 0;
	padding-top: 100px;
}
#write_done p {
	color: var(--sub);
	font-size: 18px;
	margin-bottom: 30px;
}




@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1280px) {
	.mypage .side {
		width: 280px;
	}
	.mypage .side .side_info .top .thumb {
		width: 65px;
		height: 65px;
	}

	.mypage .cont {
		width: calc(100% - 310px);
	}
	.tit {
		font-size: 28px;
	}

	.my_event .step {
		padding: 30px 0;
	}
	.my_event .step button {
		margin-right: 40px;
	}
	.my_event .step button:after {
		right: -20px;
	}


	.inquiry table colgroup {
		display: none;
	}
	.inquiry table .ques td:last-child {
		width: 115px;
	}


	.my_pay .list {
		gap: 15px;
	}
	.my_pay .list .item {
		width: calc(50% - 8px);
	}
}
@media screen and (max-width: 1024px) {
	#header {
		display: none;
	}
	#fixHeader {
		opacity: 1;
		z-index: 13;
		background: transparent;
		box-shadow: none;
	}
	#fixHeader.fixed {
		background: var(--white);
    	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	}
	#fixHeader .mypage_area {
		display: flex;
		font-size: 18px;
		font-weight: 500;
	}
	#fixHeader .menu {
		display: block;
	}

	.mypage .side {
		width: 100%;
	}
	.mypage .side > div {
		padding: 20px 20px;
	}
	.mypage .side .side_info .top .thumb {
		width: 50px;
		height: 50px;
	}
	.mypage .side .side_info .top .txt strong {
		font-size: 16px;
	}
	.mypage .side .side_info .top .txt a {
		font-size: 13px;
	}
	.mypage .side .side_info .box {
		gap: 20px;
		font-size: 14px;
	}
	.mypage .side .side_info .box > div {
		gap: 10px;
	}
	.mypage .side .side_info .box .my_level img {
		width: 24px;
	}
	.mypage .side .side_info .box .point h4 {
		font-size: 18px;
	}
	.mypage .side .side_info .box > div .btn_line_pink {
		width: 64px;
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	}
	.mypage .side .side_menu {
		display: none;
	}

	.mypage .cont {
		width: 100%;
		padding: 15px;
	}
	.mypage .cont .pd30 {
		padding: 15px;
	}

	.func h4 {
		display: none;
	}

	.tabs button {
		font-size: 14px;
		padding: 8px 0;
	}

	.list_table {
		font-size: 14px;
	}
	.list_table colgroup {
		display: none;
	}
	.list_table thead th:first-child,
	.list_table tbody td:first-child {
		padding-left: 10px;
	}
	.list_table thead th:last-child,
	.list_table tbody td:last-child {
		padding-right: 10px;
	}


	.my_event .step button {
		margin-right: 20px;
	}
	.my_event .step button:after {
		right: -15px;
		width: 6px;
		height: 12px;
	}
	.my_event .step button h4 {
		font-size: 24px;
	}
	.my_event .step button p {
		font-size: 14px;
	}


	.my_point .gray_box .now_point h3 {
		font-size: 22px;
	}

	.my_mentee .qnt_box {
		gap: 10px;
	}
	.my_mentee .qnt_box > div {
		max-width: 50%;
	}
	.my_mentee .qnt_box > div h4 {
		padding: 12px 14px;
		font-size: 16px;
	}
	.my_mentee .qnt_box > div > div {
		padding: 14px;
	}
	.my_mentee .qnt_box > div > div strong {
		font-size: 16px;
	}


	.withdraw .tit {
		font-size: 18px;
	}
	.withdraw .tit p {
		font-size: 16px;
	}
	.withdraw .form {
		padding: 30px;
		gap: 30px;
	}
	.withdraw .form .point {
		font-size: 16px;
	}
	.withdraw .form .list .item {
		gap: 20px;
	}
	.withdraw .form .list .item > strong {
		width: 110px;
		font-size: 14px;
	}


	#level_pop .scroll {
		max-height: calc(95vh - 0px);
		padding: 20px;
	}
	#level_pop .tit h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#level_pop .tit .close {
		top: 3px;
	}
	#level_pop .tit .tab {
		margin-bottom: 30px;
	}
	#level_pop .tit .tab button {
		max-width: 114px;
		height: 34px;
		font-size: 14px;
	}
	#level_pop .pc {
		display: none;
	}
	#level_pop table th {
		padding: 20px 10px;
		font-size: 20px;
	}
	#level_pop table td {
		padding: 20px 10px;
	}
	#level_pop table td .box {
		font-size: 20px;
		margin-top: 10px;
	}
	#level_pop .mobile {
		display: block;
		padding: 0 0 40px;
	}
	#level_pop .btn_area {
		margin-top: 0px;
	}
	#level_pop .btn_area a {
		max-width: 158px;
		height: 36px;
		line-height: 37px;
		font-size: 16px;
	}
	#level_pop ul {
		margin-top: 0px;
		font-size: 14px;
	}
	#level_pop ul h4 {
		font-size: 16px;
	}


	.inquiry table .answer td .contents {
		min-height: 130px;
	}
	.inquiry table .answer td .admin_answer {
		min-height: 130px;
	}
	.inquiry .write {
		gap: 30px;
	}
	.inquiry .write .form .item > strong {
		margin-bottom: 15px;
	}
	.inquiry .write .form .grid2 .item.category {
		width: 100%;
	}
	.inquiry .write .form .item > div textarea {
		height: 350px;
	}
	.inquiry .write .btn_area {
		gap: 10px;
	}
	.inquiry .write .btn_area button {
		font-size: 16px;
	}


	.modify .form .btn_area {
		margin-top: 20px;
	}
	.modify .form .btn_area button {
		max-width: 230px;
		height: 48px;
		font-size: 16px;
		font-weight: 600;
	}


	#write_done h3 {
		font-size: 26px;
	}
	#write_done p {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.tit {
		font-size: 22px;
	}
	.tit_bar {
		padding: 15px;
		font-size: 16px;
	}


	.func > * {
		width: 100%;
	}
	.func .search_box {
		max-width: 100%;
	}
	.func .search_form select {
		width: 100px;
		height: 38px;
		font-size: 14px;
		padding: 0 10px;
	}
	.func .search_box input {
		height: 38px;
		font-size: 14px;
	}
	.func .filter .date {
		flex: 1;
		width: 100%;
	}
	.func .filter .date input {
		height: 38px;
		font-size: 14px;
	}
	.func .filter .reset_btn {
		height: 38px;
		line-height: 38px;
	}

	.my_event .step {
		padding: 10px 0;
	}
	.my_event .step button p br {
		display: inline-block;
	}
	


	.my_point .gray_box .grid2 > div {
		flex: none;
		width: 100%;
		padding: 10px 0;
	}
	.my_point .gray_box .grid2 > div:first-child {
		border-right: 0;
		border-bottom: 1px solid var(--text-);
	}

	


	.withdraw .box {
		gap: 25px;
	}
	.withdraw .form .list .item {
		gap: 10px;
	}
	.withdraw .form .list .item > strong {
		width: 100%;
	}
	.withdraw .form .list .item > div input {
		max-width: 100%;
	}
	.withdraw .form .list .item > div .person_num input {
		max-width: none;
	}
	.withdraw .form .list .item > div select {
		max-width: 100%;
	}
	.withdraw .form .list .item > div > p {
		font-size: 14px;
	}
	.withdraw .form ul li {
		font-size: 12px;
	}
	.withdraw .box .btn_pink {
		font-size: 16px;
	}


	#level_pop .mobile .item .list > div {
		width: 100%;
	}
	#level_pop .mobile .item .list > div .th {
		width: 50%;
	}
	#level_pop .mobile .item .list > div .td {
		flex: none;
		width: 50%;
		text-align: center;
	}
	#level_pop ul h4 {
		font-size: 14px;
	}
	#level_pop ul li {
		font-size: 12px;
	}


	.inquiry .func .filter .reset_btn {
		font-size: 14px;
	}
	.inquiry table {
		font-size: 14px;
	}
	.inquiry table tbody {
		display: block;
	}
	.inquiry table tr {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		border-bottom: 0.5px solid rgba(189, 189, 189, 0.5);
		gap: 5px;
		padding: 15px;
		box-sizing: border-box;
	}
	.inquiry table .ques {
		background: url("../images/arrow-down.svg")no-repeat calc(100% - 20px) 50% / 15px;
		padding-right: 50px;
	}
	.inquiry table .ques td {
		padding: 0;
		border: 0;
		text-align: left;
	}
	.inquiry table .ques td:nth-child(1) {
		width: 100%;
	}
	.inquiry table .ques td:nth-child(2) {
		width: 100%;
	}
	.inquiry table .ques td:nth-child(3) {
		width: auto;
	}
	.inquiry table .ques td:nth-child(4) {
		width: auto;
		background: none!important;
		border-left: 1px solid #dbdbdb;
    	padding-left: 5px;
	}
	.inquiry table .ques.empty {
		background: none!important;
		padding-right: 15px!important;
	}
	.inquiry table .answer td {
		width: 100%;
	}
	.inquiry table .answer td .contents {
		padding: 20px 10px;
	}
	.inquiry table .answer td .admin_answer {
		padding: 20px 10px;
	}
	.inquiry table .open .ques {
		background: var(--bg-divider) url("../images/arrow-up.svg")no-repeat calc(100% - 20px) 50%;
		color: var(--key-color);
	}
	.inquiry table .open .ques td {
		background: none;
		color: var(--key-color);
		font-weight: bold;
	}
	.inquiry table .open .answer {
		display: flex;
		flex-wrap: wrap;
	}


	.modify .form .item .label > p {
		width: 100%;
	}
	.modify .form .item {
		gap: 20px;
	}
	.modify .form .item .label {
		gap: 15px;
	}
	.modify .form .member_out {
		font-size: 16px;
	}


	.my_pay {
		gap: 20px;
	}
	.my_pay > h4 {
		font-size: 18px;
	}
	.my_pay .gray_bg > div > div h3 {
		font-size: 20px;
	}
	.my_pay .list .item {
		width: 100%;
	}


	.list_table thead {
		display: none;
	}
	.list_table tbody tr {
		display: block;
		width: 100%;
		border: 0.5px solid var(--border-tertiary);
		border-radius: 5px;
		margin-bottom: 20px;
		padding: 15px;
		box-sizing: border-box;
	}
	.list_table tbody td {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		border: 0;
		text-align: left;
		padding: 5px 0!important;
		box-sizing: border-box;
	}
	.list_table tbody td::before {
		content: attr(data-val);
		min-width: 80px;
		border-right: 1px solid var(--border-tertiary);
		margin-right: 10px;
		padding-right: 5px;
		box-sizing: border-box;
	}
	.list_table tbody td.empty {
		justify-content: center;
	}
	.list_table tbody td.empty::before {
		display: none;
	}
	.list_table tbody td.no {
		display: none;
	}
	.list_table tbody td > div {
		flex: 1;
	}
	.list_table button {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.func .filter .date {
		flex: none;
	}
	.func .filter .reset_btn {
		width: 100%;
	}

	.my_point .gray_box .now_point > div {
		width: 100%;
		text-align: center;
	}
	.my_point .gray_box .now_point a {
		width: 100%;
		margin-top: 10px;
	}

	


	.inquiry .func .search_box {
		flex: none;
		width: 100%;
	}
	.inquiry .func .filter .reset_btn {
		width: 100%;
	}


	.my_pay .gray_bg {
		padding: 0 20px;
	}
	.my_pay .gray_bg > div {
		flex: none;
		width: 100%;
		padding: 20px 0;
	}
	.my_pay .gray_bg > div:first-child {
		border-right: 0;
		border-bottom: 1px solid #9E9E9E;
	}
}
@media screen and (max-width: 380px) {
	.func .search_form select {
		width: 100%;
	}
	.func .filter .date {
		padding: 0 5px 0 30px;
		background-position: 6px 50%;
		background-size: 20px;
	}

	.my_event .step button {
		margin-right: 5px;
	}
	.my_event .step button:after {
		right: -8px;
	}
	.my_event .step button h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.my_event .step button p {
		font-size: 12px;
	}

	.withdraw .form {
		padding: 20px;
		gap: 20px;
	}
	.withdraw .form .list .item > div input {
		padding: 0 10px;
		font-size: 14px;
	}
	.withdraw .form .list .item > div select {
		font-size: 14px;
	}


	.my_mentee .qnt_box > div {
		flex: none;
		width: 100%;
		max-width: 100%;
	}


	#level_pop .tit .close {
		top: -45px;
		right: 20px;
	}
	#level_pop .scroll {
		padding: 70px 20px 35px;
	}
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}