#header .heart,
#top_search,
#top_slide {
	display: none;
}
#header .logo {
	text-align: left!important;
}



.mypage {
	padding: 20px 16px 40px;
	box-sizing: border-box;
}
.mypage_main {
	min-height: calc(100vh - 470px);
	margin-bottom: -16px;
}
.mypage_main .box {
	position: relative;
	width: calc(50% - 5px);
	padding: 20px;
	background: #f6f6f6;
	border-radius: 10px;
	cursor: pointer;
	box-sizing: border-box;
}
.mypage_main .box .name .thumb {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.10);
}
.mypage_main .box .name .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mypage_main .box .name > span {
	color: var(--text);
	font-size: 1.2rem;
	letter-spacing: -0.6px;
	font-family: 'SUIT';
}
.mypage_main .box .name .nickname {
	gap: 6px;
}
.mypage_main .box .name .nickname h2 {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: -1.6px;
	font-family: 'Paperlogy';
}
.mypage_main .box .name .nickname a {
	width: 26px;
	height: 26px;
	justify-content: center;
	box-sizing: border-box;
}
.mypage_main .box .level_box {
	border-top: 1px solid rgba(115, 115, 115, 0.5);
	padding-top: 10px;
	box-sizing: border-box;
}
.mypage_main .box .level_box .level_info .icon {
	flex: 1;
	width: 100%;
	color: var(--text);
	font-size: 1.2rem;
	font-family: 'SUIT';
	letter-spacing: -0.6px;
}
.mypage_main .box .level_box .level_info .icon.level1:after {
	content: '아이언';
}
.mypage_main .box .level_box .level_info .icon.level2:after {
	content: '브론즈';
}
.mypage_main .box .level_box .level_info .icon.level3:after {
	content: '실버';
}
.mypage_main .box .level_box .level_info .icon.level4:after {
	content: '골드';
}
.mypage_main .box .level_box .level_info .icon.level5:after {
	content: '플래티넘';
}
.mypage_main .box .level_box .level_info .icon.level6:after {
	content: '에메랄드';
}
.mypage_main .box .level_box .level_info .icon.level7:after {
	content: '다이아몬드';
}
.mypage_main .box .level_box .level_info .icon.level8:after {
	content: '마스터';
}
.mypage_main .box .level_box .level_info .icon.level9:after {
	content: '그랜드마스터';
}
.mypage_main .box .level_box .level_info .icon.level10:after {
	content: '챌린저';
}
.mypage_main .box .level_box .level_info .level_btn {
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background: #AAA;
	justify-content: center;
}
.mypage_main .box .level_box .bar {
	position: relative;
	height: 26px;
	border-radius: 5px;
	background: var(--white);
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.10);
	overflow: hidden;
}
.mypage_main .box .level_box .bar span {
	position: absolute;
	height: 100%;
	background: var(--key-color);
	color: var(--white);
}
.mypage_main .box .level_box .bar span em {
	position: absolute;
	top: 6px;
	left: 16px;
	font-family: 'SUIT';
	text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}
.mypage_main .box .level_box .bar span.on em {
	color: var(--point);
}
.mypage_main .box > div {
	font-size: 1.4rem;
	gap: 5px;
}
.mypage_main .box > strong {
	position: relative;
	font-size: 1.6rem;
	font-family: 'Paperlogy';
	letter-spacing: -0.8px;
}
.mypage_main .box.cash_box .icon {
	width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    background: #FFE222;
    color: var(--black);
    font-size: 1rem;
    font-weight: 900;
}
.mypage_main .box.lotto_box strong:after {
	content: '>';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'SUIT';
    color: var(--text);
}
.mypage_main .recmd_btn a {
	position: relative;
	display: block;
	width: 100%;
	padding: 16px;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: 'Paperlogy';
	box-sizing: border-box;
}
.mypage_main .recmd_btn a:after {
	content: '>';
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'SUIT';
	color: var(--text);
}
.mypage_main .recmd_btn a span {
    display: inline-block;
    vertical-align: 2px;
    margin-left: 4px;
    width: 12px;
    height: 12px;
    line-height: 12px;
	background: var(--red);
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
}
.mypage_main .logout_btn {
	font-size: 1.2rem;
	font-weight: 500;
	font-family: 'SUIT';
}

#level_pop .modal_cont {
	max-width: 350px;
	padding: 0;
}
#level_pop .bar h3 {
	font-size: 2rem;
	background: transparent;
	color: var(--black);
	padding: 0;
	border-radius: 0;
}
#level_pop .bar .close {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background-size: 12px;
}
#level_pop table {
	font-size: 1.2rem;
	font-family: 'SUIT';
	border-top: 1px solid var(--text);
	border-bottom: 1px solid var(--text);
}
#level_pop table thead th {
	padding: 12px 0;
	font-weight: 500;
	font-family: 'Paperlogy';
}
#level_pop table tbody td {
	border-top: 1px solid rgba(115, 115, 115, 0.3);
	padding: 12px 0;
}
#level_pop table tbody td img {
    display: block;
    margin: -12px auto -7px;
    width: 38px;
}


.modify .form .item {
	opacity: 1;
	transform: translateY(0px);
}
.modify .btn_area {
	opacity: 1;
	margin-top: 20px;
}

.mission .grid {
    gap: 10px;
}
.mission .grid .item {
    width: calc(50% - 5px);
    border-radius: 10px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.10);
    background: #F6F6F6;
    padding: 20px 20px 97px;
    font-size: 2rem;
    font-weight: 500;
    gap: 6px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(100% - 20px);
    cursor: pointer;
    box-sizing: border-box;
}
.mission .grid .item p {
    color: #737373;
    font-size: 1.4rem;
    font-family: 'SUIT';
    line-height: 1.2;
    letter-spacing: -0.24px;
}
.mission .grid .item1 {
    background-image: url("../images/main_icon1.png");
    padding-bottom: 77px;
}
.mission .grid .item2 {
    background-image: url("../images/main_icon2.png");
}
.mission .grid .item3 {
    background-image: url("../images/main_icon3.png");
}

.my_heart {
	margin-bottom: 55px;
}
.my_heart .info_box {
	background: #f6f6f6;
	padding: 16px;
	border-radius: 10px;
	font-size: 1.6rem;
	box-sizing: border-box;
}
.my_heart .info_box h4 {
	font-family: inherit;
	padding: 3px 0;
	box-sizing: border-box;
}
.my_heart .info_box h4 span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #FFE222;
    color: var(--black);
    font-size: 1.3rem;
    font-weight: 900;
}
.my_heart .info_box strong {
	font-family: 'SUIT';
}
.my_heart .sub_tit {
	font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Paperlogy';
}
.my_heart table {
	font-family: 'Paperlogy';
	font-size: 1.4rem;
}
.my_heart table thead th {
	font-weight: 400;
	padding: 18px 0;
	border-top: 1px solid var(--text);
}
.my_heart table tbody td {
	padding: 14px 0;
	border-top: 1px solid rgba(115, 115, 115, 0.3);
}
.my_heart .btn_area {
	position: fixed;
	bottom: 78px;
	margin-left: -16px;
    width: 100%;
	max-width: 1024px;
	background: var(--white);
	padding: 10px 20px 26px;
	box-shadow: 0 -4px 5px 0 rgba(186, 192, 198, 0.15);
	z-index: 5;
	box-sizing: border-box;
}
.my_heart .btn_area .back_btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #000;
	justify-content: center;
}
.my_heart .btn_area .btn_black {
	flex: 1;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 1.6rem;
	font-family: 'SUIT';
	letter-spacing: -0.32px;
	border-radius: 100px;
}


.invite .info_box h4 {
	background: none;
	padding-left: 0;
	margin-bottom: 10px;
}
.invite .info_box .code_box {
	height: 40px;
	border-radius: 5px;
	background: var(--white);
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.10);
	padding: 6px 16px;
	font-family: 'SUIT';
	box-sizing: border-box;
}
.invite .info_box .code_box span {
	flex: 1;
	width: 100%;
	font-size: 1.4rem;
	color: #0031F5;
	text-transform: capitalize;
}
.invite .info_box .code_box .copy_btn {
	color: var(--text);
	font-size: 1.4rem;
	background: url("../images/ic_copy.png")no-repeat 100% 50%;
	padding-right: 22px;
	text-transform: capitalize;
	box-sizing: border-box;
}
.invite .info_box .btn_group button {
	flex: 0.75;
	height: 34px;
	border-radius: 5px;
	font-size: 1.4rem;
	font-family: 'Paperlogy';
	box-sizing: border-box;
}
.invite .info_box .btn_group .link_btn {
	border: 1px solid rgba(115, 115, 115, 0.5);
	color: var(--text);
}
.invite .info_box .btn_group .invite_btn {
	flex: 1;
}
.invite .desc_box {
	border: 1px solid rgba(115, 115, 115, 0.5);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	font-family: 'SUIT';
	box-sizing: border-box;
}
.invite .desc_box .tit h4 {
	font-size: 2rem;
	letter-spacing: -0.8px;
	font-family: 'Paperlogy';
}
.invite .desc_box .tit p {
	font-size: 1.4rem;
}
.invite .desc_box .help {
	border-top: 1px solid rgba(115, 115, 115, 0.5);
	padding-top: 16px;
	font-size: 1.4rem;
	box-sizing: border-box;
}
.invite .desc_box .help ul li {
	position: relative;
	letter-spacing: -0.48px;
	padding-left: 14px;
	line-height: 1.3;
	box-sizing: border-box;
}
.invite .desc_box .help ul li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	display: block;
	width: 3px;
	height: 3px;
	background: var(--black);
	border-radius: 50%;
}



.member_out {
    gap: 20px;
}
.member_out .top .info {
	font-size: 1.6rem;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	box-sizing: border-box;
}
.member_out .top .info .tit {
	width: 90px;
    text-align: center;
    padding: 10px 0;
	box-sizing: border-box;
}
.member_out .top .info .txt {
	flex: 1;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.member_out .desc {
    border-radius: 10px;
    background: #EFEFEF;
    padding: 20px;
    gap: 10px;
    color: #323232;
    line-height: 1.4;
    font-size: 1.4rem;
    box-sizing: border-box;
}
.member_out .agree {
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}
.member_out .agree input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.member_out .agree input + label {
    position: relative;
    display: inline-block;
    padding: 1px 0 1px 28px;
    letter-spacing: 0.4px;
    color: #000;
    font-size: 1.4rem;
    box-sizing: border-box;
}
.member_out .agree input + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
}
.member_out .agree input:checked + label:before {
    background: var(--key-color) url("../images/check.svg")no-repeat 50% 50%;
    border: 1px solid var(--key-color);
}
.member_out .btn_group {
    justify-content: center;
	margin-top: 20px;
}
.member_out .btn_group button {
    height: 44px;
    padding: 0 40px;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}




@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	.mypage_main {
    	min-height: calc(100vh - 430px);
	}
}
@media screen and (max-width: 380px) {
	.mypage_main {
        min-height: calc(100vh - 400px);
    }
}